Skip to content
Success

Console Output

Pull request #844 opened
12:54:04 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 glours for docker/docker-ce-packaging
Obtained Jenkinsfile from 551c99c2f93bc3af77ff923da49125020b238667+6801937d2785c2be73d68761b60366c5887d20a1 (4975dd75b387eadeb30f7c8efcad6501a53119e4)
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 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/docker-ce-packaging_PR-844@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] parallel
[Pipeline] { (Branch: static-linux)
[Pipeline] { (Branch: cross-mac)
[Pipeline] { (Branch: cross-win)
[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: quay.io/centos/centos:stream9-amd64)
[Pipeline] { (Branch: quay.io/centos/centos:stream9-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: debian:bookworm-amd64)
[Pipeline] { (Branch: debian:bookworm-aarch64)
[Pipeline] { (Branch: debian:bookworm-armhf)
[Pipeline] { (Branch: fedora:36-amd64)
[Pipeline] { (Branch: fedora:36-aarch64)
[Pipeline] { (Branch: fedora:37-amd64)
[Pipeline] { (Branch: fedora:37-aarch64)
[Pipeline] { (Branch: balenalib/rpi-raspbian:buster-armhf)
[Pipeline] { (Branch: balenalib/rpi-raspbian:bullseye-armhf)
[Pipeline] { (Branch: balenalib/rpi-raspbian:bookworm-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:jammy-amd64)
[Pipeline] { (Branch: ubuntu:jammy-aarch64)
[Pipeline] { (Branch: ubuntu:jammy-armhf)
[Pipeline] { (Branch: ubuntu:kinetic-amd64)
[Pipeline] { (Branch: ubuntu:kinetic-aarch64)
[Pipeline] { (Branch: ubuntu:kinetic-armhf)
[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-arm32v7 (i-00f922bf92c4ff4c0) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[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-844@tmp/0a274916-5f08-4ff8-8773-ef1a010640fe/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
12:54:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:54:14 chowning workspace
[Pipeline] sh
12:54:15 + pwd
12:54:15 + id -u
12:54:15 + id -g
12:54:15 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:54:15 Unable to find image 'busybox:latest' locally
12:54:15 latest: Pulling from library/busybox
12:54:15 46758452d3ee: Pulling fs layer
12:54:15 46758452d3ee: Verifying Checksum
12:54:15 46758452d3ee: Download complete
12:54:15 46758452d3ee: Pull complete
12:54:15 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:54:15 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
12:54:17 Removing all docker containers
[Pipeline] sh
12:54:18 + docker container ls -aq
[Pipeline] echo
12:54:18 Docker containers have been removed
[Pipeline] echo
12:54:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:54:18 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (debian-buster-armhf)
[Pipeline] sh
12:54:18 + echo starting...
12:54:18 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
12:54:18 + docker version
12:54:18 Client: Docker Engine - Community
12:54:18  Version:           22.06.0-beta.0
12:54:18  API version:       1.42
12:54:18  Go version:        go1.18.3
12:54:18  Git commit:        3e9117b
12:54:18  Built:             Fri Jun  3 17:56:06 2022
12:54:18  OS/Arch:           linux/arm
12:54:18  Context:           default
12:54:18 
12:54:18 Server: Docker Engine - Community
12:54:18  Engine:
12:54:18   Version:          22.06.0-beta.0
12:54:18   API version:      1.42 (minimum version 1.12)
12:54:18   Go version:       go1.18.3
12:54:18   Git commit:       38633e7
12:54:18   Built:            Fri Jun  3 17:56:06 2022
12:54:18   OS/Arch:          linux/arm
12:54:18   Experimental:     true
12:54:18  containerd:
12:54:18   Version:          1.6.8
12:54:18   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:54:18  runc:
12:54:18   Version:          1.1.4
12:54:18   GitCommit:        v1.1.4-0-g5fd4c4d
12:54:18  docker-init:
12:54:18   Version:          0.19.0
12:54:18   GitCommit:        de40ad0
[Pipeline] sh
12:54:19 + docker info
12:54:19 Client:
12:54:19  Context:    default
12:54:19  Debug Mode: false
12:54:19  Plugins:
12:54:19   buildx: Docker Buildx (Docker Inc.)
12:54:19     Version:  v0.8.2
12:54:19     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:54:19   compose: Docker Compose (Docker Inc.)
12:54:19     Version:  v2.12.0
12:54:19     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:54:19 
12:54:19 Server:
12:54:19  Containers: 0
12:54:19   Running: 0
12:54:19   Paused: 0
12:54:19   Stopped: 0
12:54:19  Images: 1
12:54:19  Server Version: 22.06.0-beta.0
12:54:19  Storage Driver: overlay2
12:54:19   Backing Filesystem: extfs
12:54:19   Supports d_type: true
12:54:19   Using metacopy: false
12:54:19   Native Overlay Diff: true
12:54:19   userxattr: false
12:54:19  Logging Driver: json-file
12:54:19  Cgroup Driver: cgroupfs
12:54:19  Cgroup Version: 1
12:54:19  Plugins:
12:54:19   Volume: local
12:54:19   Network: bridge host ipvlan macvlan null overlay
12:54:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:54:19  Swarm: inactive
12:54:19  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:54:19  Default Runtime: runc
12:54:19  Init Binary: docker-init
12:54:19  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:54:19  runc version: v1.1.4-0-g5fd4c4d
12:54:19  init version: de40ad0
12:54:19  Security Options:
12:54:19   apparmor
12:54:19   seccomp
12:54:19    Profile: builtin
12:54:19  Kernel Version: 5.4.0-1088-aws
12:54:19  Operating System: Ubuntu 18.04.6 LTS
12:54:19  OSType: linux
12:54:19  Architecture: armv8l
12:54:19  CPUs: 2
12:54:19  Total Memory: 7.566GiB
12:54:19  Name: ip-10-100-71-110
12:54:19  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
12:54:19  Docker Root Dir: /var/lib/docker
12:54:19  Debug Mode: false
12:54:19  Username: dockerbuildbot
12:54:19  Registry: https://index.docker.io/v1/
12:54:19  Labels:
12:54:19  Experimental: true
12:54:19  Insecure Registries:
12:54:19   127.0.0.0/8
12:54:19  Live Restore Enabled: true
12:54:19 
12:54:19 WARNING: No swap limit support
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
12:54:19 The recommended git tool is: git
12:54:21 using credential docker-jenkins-github-credentials
12:54:21 Cloning the remote Git repository
12:54:21 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-844 # timeout=10
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu-2004&&x86_64Still waiting to schedule task
Waiting for next available executor on ‘ubuntu-2004&&x86_64Still waiting to schedule task
Waiting for next available executor on ‘ubuntu-2004&&x86_64Still waiting to schedule task
Waiting for next available executor on ‘linux&&amd64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&aarch64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&amd64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&aarch64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&amd64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&aarch64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&amd64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&aarch64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&amd64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&aarch64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&armhf&&ubuntuStill waiting to schedule task
Waiting for next available executor on ‘linux&&amd64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&aarch64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&armhf&&ubuntuStill waiting to schedule task
Waiting for next available executor on ‘linux&&amd64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&aarch64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&amd64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&aarch64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&armhf&&ubuntuStill waiting to schedule task
Waiting for next available executor on ‘linux&&armhf&&ubuntuStill waiting to schedule task
Waiting for next available executor on ‘linux&&armhf&&ubuntuStill waiting to schedule task
Waiting for next available executor on ‘linux&&amd64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&aarch64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&armhf&&ubuntuStill waiting to schedule task
Waiting for next available executor on ‘linux&&amd64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&aarch64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&armhf&&ubuntuStill waiting to schedule task
Waiting for next available executor on ‘linux&&amd64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&aarch64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&armhf&&ubuntuStill waiting to schedule task
Waiting for next available executor on ‘linux&&amd64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&aarch64&&ubuntu-2004Still waiting to schedule task
Waiting for next available executor on ‘linux&&armhf&&ubuntu12:54:22 Fetching without tags
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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
12:54:22 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:54:23 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:54:23 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:54:26 Commit message: "bump compose version to v2.16.0"
12:54:26 First time build. Skipping changelog.
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:54:27 + make clean
12:54:27 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:54:27 rm -f -r src
12:54:27 make -C rpm clean
12:54:27 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:54:27 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:54:27 rm -f -r rpmbuild/
12:54:27 docker builder prune -f --filter until=24h
12:54:27 Total:	0B
12:54:27 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:54:27 make -C deb clean
12:54:27 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:54:27 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:54:27 rm -f -r debbuild
12:54:27 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:54:27 rm -f -r sources
12:54:27 docker builder prune -f --filter until=24h
12:54:27 Total:	0B
12:54:27 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:54:27 make -C static clean
12:54:27 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:54:27 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:54:27 rm -f -r build
12:54:27 docker builder prune -f --filter until=24h
12:54:28 Total:	0B
12:54:28 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
12:54:28 + make REF=23.0 debian-buster
12:54:28 git init src/github.com/docker/cli
12:54:28 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:54:28 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:54:28 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:54:28 + SRC=src/github.com/docker/cli
12:54:28 + REF=23.0
12:54:28 + REF_FETCH=23.0
12:54:28 + awk {print $2}
12:54:28 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:54:28 + REF=refs/heads/23.0
12:54:28 + [ -n refs/heads/23.0 ]
12:54:28 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:54:28 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:54:31 From https://github.com/docker/cli
12:54:31  * [new branch]      23.0       -> 23.0
12:54:31  * [new branch]      23.0       -> origin/23.0
12:54:31 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:54:31 git init src/github.com/docker/docker
12:54:31 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:54:31 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:54:31 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:54:31 + SRC=src/github.com/docker/docker
12:54:31 + REF=23.0
12:54:31 + REF_FETCH=23.0
12:54:31 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:54:31 + awk {print $2}
12:54:31 + REF=refs/heads/23.0
12:54:31 + [ -n refs/heads/23.0 ]
12:54:31 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:54:31 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:54:35 From https://github.com/docker/docker
12:54:35  * [new branch]      23.0       -> 23.0
12:54:35  * [new branch]      23.0       -> origin/23.0
12:54:35 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:54:35 git init src/github.com/docker/buildx
12:54:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:54:35 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:54:35 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:54:35 + SRC=src/github.com/docker/buildx
12:54:35 + REF=v0.10.2
12:54:35 + REF_FETCH=v0.10.2
12:54:35 + awk {print $2}
12:54:35 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:54:35 + REF=refs/tags/v0.10.2
12:54:35 + [ -n refs/tags/v0.10.2 ]
12:54:35 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:54:35 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:54:38 From https://github.com/docker/buildx
12:54:38  * [new tag]         v0.10.2    -> v0.10.2
12:54:38 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:54:38 git init src/github.com/docker/compose
12:54:38 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:54:38 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:54:38 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:54:38 + SRC=src/github.com/docker/compose
12:54:38 + REF=v2.16.0
12:54:38 + REF_FETCH=v2.16.0
12:54:38 + awk {print $2}
12:54:38 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:54:38 + REF=refs/tags/v2.16.0
12:54:38 + [ -n refs/tags/v2.16.0 ]
12:54:38 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:54:38 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:54:39 From https://github.com/docker/compose
12:54:39  * [new tag]         v2.16.0    -> v2.16.0
12:54:39 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:54:39 git init src/github.com/docker/scan-cli-plugin
12:54:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:54:39 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:54:39 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:54:39 + SRC=src/github.com/docker/scan-cli-plugin
12:54:39 + REF=v0.23.0
12:54:39 + REF_FETCH=v0.23.0
12:54:39 + awk {print $2}
12:54:39 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:54:39 + REF=refs/tags/v0.23.0
12:54:39 + [ -n refs/tags/v0.23.0 ]
12:54:39 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:54:39 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:54:39 From https://github.com/docker/scan-cli-plugin
12:54:39  * [new tag]         v0.23.0    -> v0.23.0
12:54:39 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:54:40 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 debian-buster
12:54:40 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:54:40 mkdir -p sources
12:54:40 docker run --rm -w /v \
12:54:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:54:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:54:40 	alpine \
12:54:40 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:54:40 Unable to find image 'alpine:latest' locally
12:54:40 latest: Pulling from library/alpine
12:54:40 c527615e4ffa: Pulling fs layer
12:54:40 c527615e4ffa: Download complete
12:54:41 c527615e4ffa: Pull complete
12:54:41 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:54:41 Status: Downloaded newer image for alpine:latest
12:54:47 mkdir -p sources
12:54:47 docker run --rm -w /v \
12:54:47 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:54:47 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:54:47 	alpine \
12:54:47 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:54:51 mkdir -p sources
12:54:51 docker run --rm -w /v \
12:54:51 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:54:51 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:54:51 	alpine \
12:54:51 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0bdc522f972a4042f) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0166cac40a2f4aff5) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0b921defa5ab80764) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0acd785a88ec3fd35) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-04e8a5421e70fc229) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0cd3d824bb257b62b) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[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/
12:54:54 mkdir -p sources
12:54:54 docker run --rm -w /v \
12:54:54 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:54:54 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:54:54 	alpine \
12:54:54 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:54:55 mkdir -p sources
12:54:55 docker run --rm -w /v \
12:54:55 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:54:55 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:54:55 	alpine \
12:54:55 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:54:56 == Building packages for debian-buster ==
12:54:56 mkdir -p "debbuild/debian-buster"
12:54:56 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/aarch64 -f debian-buster/Dockerfile .
12:54:57 #1 [internal] load build definition from Dockerfile
12:54:57 #1 transferring dockerfile: 911B done
12:54:57 #1 DONE 0.1s
12:54:57 
12:54:57 #2 [internal] load .dockerignore
12:54:57 #2 transferring context: 2B done
12:54:57 #2 DONE 0.1s
12:54:57 
12:54:57 #3 [auth] library/golang:pull token for registry-1.docker.io
12:54:57 #3 DONE 0.0s
12:54:57 
12:54:57 #4 [auth] library/debian:pull token for registry-1.docker.io
12:54:57 #4 DONE 0.0s
12:54:57 
12:54:57 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:54:57 #5 DONE 0.4s
12:54:57 
12:54:57 #6 [internal] load metadata for docker.io/library/debian:buster
12:54:57 #6 DONE 0.3s
12:54:57 
12:54:57 #7 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57
12:54:57 #7 resolve docker.io/library/debian:buster@sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57 0.0s done
12:54:57 #7 sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57 984B / 984B done
12:54:57 #7 sha256:df49a5dcdfd3f8bbe9595b1cdbcf41d166508bcf2a4e6ede19caa17ea7355ec5 529B / 529B done
12:54:57 #7 sha256:262126ccf43c6db0881e862d87f1f7339e7dc362182b1bee4294ab1c55d01690 1.48kB / 1.48kB done
12:54:57 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 1.05MB / 45.92MB 0.2s
12:54:58 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 5.24MB / 45.92MB 0.6s
12:54:58 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 9.44MB / 45.92MB 1.1s
12:54:58 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 12.58MB / 45.92MB 1.5s
12:54:59 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 15.73MB / 45.92MB 1.7s
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-844@tmp/fc71f8b1-9373-44c3-b767-956e8456d3cf/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
12:54:59 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:54:59 chowning workspace
[Pipeline] sh
12:54:59 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 18.87MB / 45.92MB 2.2s
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-844@tmp/c036bc47-b3ce-47f2-b353-0de297c1116e/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-844@tmp/a5610221-14be-434a-b623-3be032d1d3ec/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-844@tmp/b59faa1b-eb59-44b2-8f41-e4268e995f74/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-844@tmp/deecd8c7-224e-414e-9ce1-a7ac34f96292/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] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] echo
12:55:00 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:00 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-844@tmp/078c09f9-6d90-46e8-93d4-7dd21bdc5c3a/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
12:55:00 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 23.07MB / 45.92MB 2.7s
12:55:00 + pwd
12:55:00 + id -u
12:55:00 + id -g
12:55:00 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:00 Unable to find image 'busybox:latest' locally
12:55:00 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 26.21MB / 45.92MB 3.2s
12:55:00 latest: Pulling from library/busybox
12:55:00 f78e6840ded1: Pulling fs layer
12:55:00 f78e6840ded1: Download complete
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
12:55:00 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:00 chowning workspace
[Pipeline] sh
12:55:00 f78e6840ded1: Pull complete
12:55:00 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:01 + pwd
12:55:01 + id -u
12:55:01 + id -g
12:55:01 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:01 Unable to find image 'busybox:latest' locally
12:55:01 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 30.41MB / 45.92MB 3.6s
12:55:01 Status: Downloaded newer image for busybox:latest
12:55:01 latest: Pulling from library/busybox
12:55:01 f78e6840ded1: Pulling fs layer
[Pipeline] echo
12:55:01 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:01 chowning workspace
[Pipeline] sh
12:55:01 f78e6840ded1: Verifying Checksum
12:55:01 f78e6840ded1: Download complete
12:55:01 + pwd
12:55:01 + id -u
12:55:01 + id -g
12:55:01 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:01 Unable to find image 'busybox:latest' locally
12:55:01 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 33.55MB / 45.92MB 4.1s
[Pipeline] {
[Pipeline] echo
12:55:01 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:01 chowning workspace
[Pipeline] sh
12:55:01 f78e6840ded1: Pull complete
12:55:01 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:01 Status: Downloaded newer image for busybox:latest
12:55:01 latest: Pulling from library/busybox
12:55:01 f78e6840ded1: Pulling fs layer
12:55:01 f78e6840ded1: Verifying Checksum
12:55:01 f78e6840ded1: Download complete
12:55:01 #7 ...
12:55:01 
12:55:01 #8 [internal] load build context
12:55:01 #8 transferring context: 30.35MB 4.2s done
12:55:01 #8 DONE 4.3s
12:55:01 
12:55:01 #7 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57
12:55:02 + pwd
12:55:02 + id -u
12:55:02 + id -g
12:55:02 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:02 Unable to find image 'busybox:latest' locally
12:55:02 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 37.75MB / 45.92MB 4.6s
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
12:55:02 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:02 chowning workspace
[Pipeline] sh
12:55:02 latest: Pulling from library/busybox
12:55:02 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 40.89MB / 45.92MB 5.0s
12:55:02 f78e6840ded1: Pull complete
12:55:02 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:02 Status: Downloaded newer image for busybox:latest
12:55:02 + pwd
12:55:02 + id -u
12:55:02 + id -g
12:55:02 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:02 Unable to find image 'busybox:latest' locally
12:55:02 f78e6840ded1: Pulling fs layer
12:55:02 f78e6840ded1: Verifying Checksum
12:55:02 f78e6840ded1: Download complete
12:55:02 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 44.04MB / 45.92MB 5.3s
12:55:02 latest: Pulling from library/busybox
12:55:02 f78e6840ded1: Pulling fs layer
12:55:02 f78e6840ded1: Pull complete
12:55:02 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:02 Status: Downloaded newer image for busybox:latest
12:55:03 + pwd
12:55:03 + id -u
12:55:03 + id -g
12:55:03 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:03 Unable to find image 'busybox:latest' locally
12:55:03 f78e6840ded1: Download complete
[Pipeline] echo
12:55:03 Removing all docker containers
[Pipeline] sh
12:55:03 latest: Pulling from library/busybox
12:55:03 + docker container ls -aq
[Pipeline] echo
12:55:03 Docker containers have been removed
[Pipeline] echo
12:55:03 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:03 cleanWorkspace: Workspace is clean.
[Pipeline] stage
12:55:03 f78e6840ded1: Pulling fs layer
12:55:03 f78e6840ded1: Verifying Checksum
12:55:03 f78e6840ded1: Download complete
[Pipeline] { (centos-7-aarch64)
[Pipeline] sh
12:55:03 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 6.2s done
12:55:03 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6
12:55:03 f78e6840ded1: Pull complete
12:55:03 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:03 Status: Downloaded newer image for busybox:latest
12:55:03 + echo starting...
12:55:03 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
12:55:04 f78e6840ded1: Pull complete
12:55:04 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:04 + docker version
12:55:04 Client: Docker Engine - Community
12:55:04  Version:           22.06.0-beta.0
12:55:04  API version:       1.42
12:55:04  Go version:        go1.18.3
12:55:04  Git commit:        3e9117b
12:55:04  Built:             Fri Jun  3 17:55:34 2022
12:55:04  OS/Arch:           linux/arm64
12:55:04  Context:           default
12:55:04 
12:55:04 Server: Docker Engine - Community
12:55:04  Engine:
12:55:04   Version:          22.06.0-beta.0
12:55:04   API version:      1.42 (minimum version 1.12)
12:55:04   Go version:       go1.18.3
12:55:04   Git commit:       38633e7
12:55:04   Built:            Fri Jun  3 17:55:34 2022
12:55:04   OS/Arch:          linux/arm64
12:55:04   Experimental:     true
12:55:04  containerd:
12:55:04   Version:          1.6.8
12:55:04   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:04  runc:
12:55:04   Version:          1.1.4
12:55:04   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:04  docker-init:
12:55:04   Version:          0.19.0
12:55:04   GitCommit:        de40ad0
[Pipeline] sh
12:55:04 Status: Downloaded newer image for busybox:latest
12:55:04 + docker info
12:55:04 Client:
12:55:04  Context:    default
12:55:04  Debug Mode: false
12:55:04  Plugins:
12:55:04   buildx: Docker Buildx (Docker Inc.)
12:55:04     Version:  v0.8.2
12:55:04     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:04   compose: Docker Compose (Docker Inc.)
12:55:04     Version:  v2.12.0
12:55:04     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:04 
12:55:04 Server:
12:55:04  Containers: 0
12:55:04   Running: 0
12:55:04   Paused: 0
12:55:04   Stopped: 0
12:55:04  Images: 1
12:55:04  Server Version: 22.06.0-beta.0
12:55:04  Storage Driver: overlay2
12:55:04   Backing Filesystem: extfs
12:55:04   Supports d_type: true
12:55:04   Using metacopy: false
12:55:04   Native Overlay Diff: true
12:55:04   userxattr: false
12:55:04  Logging Driver: json-file
12:55:04  Cgroup Driver: cgroupfs
12:55:04  Cgroup Version: 1
12:55:04  Plugins:
12:55:04   Volume: local
12:55:04   Network: bridge host ipvlan macvlan null overlay
12:55:04   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:04  Swarm: inactive
12:55:04  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:04  Default Runtime: runc
12:55:04  Init Binary: docker-init
12:55:04  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:04  runc version: v1.1.4-0-g5fd4c4d
12:55:04  init version: de40ad0
12:55:04  Security Options:
12:55:04   apparmor
12:55:04   seccomp
12:55:04    Profile: builtin
12:55:04  Kernel Version: 5.15.0-1022-aws
12:55:04  Operating System: Ubuntu 20.04.5 LTS
12:55:04  OSType: linux
12:55:04  Architecture: aarch64
12:55:04  CPUs: 2
12:55:04  Total Memory: 7.559GiB
12:55:04  Name: ip-10-100-35-37
12:55:04  ID: a4508864-5846-4859-9d9f-739af3007ee0
12:55:04  Docker Root Dir: /var/lib/docker
12:55:04  Debug Mode: false
12:55:04  Username: dockerbuildbot
12:55:04  Registry: https://index.docker.io/v1/
12:55:04  Labels:
12:55:04  Experimental: true
12:55:04  Insecure Registries:
12:55:04   127.0.0.0/8
12:55:04  Live Restore Enabled: true
12:55:04 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
[Pipeline] echo
12:55:04 Removing all docker containers
12:55:04 The recommended git tool is: git
[Pipeline] sh
12:55:04 + docker container ls -aq
[Pipeline] echo
12:55:04 Docker containers have been removed
[Pipeline] echo
12:55:04 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:04 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (debian-bullseye-aarch64)
[Pipeline] sh
[Pipeline] echo
12:55:05 Removing all docker containers
12:55:05 + echo starting...
12:55:05 starting...
[Pipeline] sh
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
12:55:05 + docker container ls -aq
[Pipeline] echo
12:55:05 Docker containers have been removed
[Pipeline] echo
12:55:05 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:05 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (centos-9-aarch64)
[Pipeline] sh
12:55:05 + docker version
12:55:05 Client: Docker Engine - Community
12:55:05  Version:           22.06.0-beta.0
12:55:05  API version:       1.42
12:55:05  Go version:        go1.18.3
12:55:05  Git commit:        3e9117b
12:55:05  Built:             Fri Jun  3 17:55:34 2022
12:55:05  OS/Arch:           linux/arm64
12:55:05  Context:           default
12:55:05 
12:55:05 Server: Docker Engine - Community
12:55:05  Engine:
12:55:05   Version:          22.06.0-beta.0
12:55:05   API version:      1.42 (minimum version 1.12)
12:55:05   Go version:       go1.18.3
12:55:05   Git commit:       38633e7
12:55:05   Built:            Fri Jun  3 17:55:34 2022
12:55:05   OS/Arch:          linux/arm64
12:55:05   Experimental:     true
12:55:05  containerd:
12:55:05   Version:          1.6.8
12:55:05   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:05  runc:
12:55:05   Version:          1.1.4
12:55:05   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:05  docker-init:
12:55:05   Version:          0.19.0
12:55:05   GitCommit:        de40ad0
[Pipeline] sh
12:55:05 + echo starting...
12:55:05 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
12:55:05 + docker info
12:55:05 Client:
12:55:05  Context:    default
12:55:05  Debug Mode: false
12:55:05  Plugins:
12:55:05   buildx: Docker Buildx (Docker Inc.)
12:55:05     Version:  v0.8.2
12:55:05     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:05   compose: Docker Compose (Docker Inc.)
12:55:05     Version:  v2.12.0
12:55:05     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:05 
12:55:05 Server:
12:55:05  Containers: 0
12:55:05   Running: 0
12:55:05   Paused: 0
12:55:05   Stopped: 0
12:55:05  Images: 1
12:55:05  Server Version: 22.06.0-beta.0
12:55:05  Storage Driver: overlay2
12:55:05   Backing Filesystem: extfs
12:55:05   Supports d_type: true
12:55:05   Using metacopy: false
12:55:05   Native Overlay Diff: true
12:55:05   userxattr: false
12:55:05  Logging Driver: json-file
12:55:05  Cgroup Driver: cgroupfs
12:55:05  Cgroup Version: 1
12:55:05  Plugins:
12:55:05   Volume: local
12:55:05   Network: bridge host ipvlan macvlan null overlay
12:55:05   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:05  Swarm: inactive
12:55:05  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:05  Default Runtime: runc
12:55:05  Init Binary: docker-init
12:55:05  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:05  runc version: v1.1.4-0-g5fd4c4d
12:55:05  init version: de40ad0
12:55:05  Security Options:
12:55:05   apparmor
12:55:05   seccomp
12:55:05    Profile: builtin
12:55:05  Kernel Version: 5.15.0-1022-aws
12:55:05  Operating System: Ubuntu 20.04.5 LTS
12:55:05  OSType: linux
12:55:05  Architecture: aarch64
12:55:05  CPUs: 2
12:55:05  Total Memory: 7.559GiB
12:55:05  Name: ip-10-100-58-39
12:55:05  ID: a4508864-5846-4859-9d9f-739af3007ee0
12:55:05  Docker Root Dir: /var/lib/docker
12:55:05  Debug Mode: false
12:55:05  Username: dockerbuildbot
12:55:05  Registry: https://index.docker.io/v1/
12:55:05  Labels:
12:55:05  Experimental: true
12:55:05  Insecure Registries:
12:55:05   127.0.0.0/8
12:55:05  Live Restore Enabled: true
12:55:05 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
12:55:05 The recommended git tool is: git
12:55:06 + docker version
12:55:06 Client: Docker Engine - Community
12:55:06  Version:           22.06.0-beta.0
12:55:06  API version:       1.42
12:55:06  Go version:        go1.18.3
12:55:06  Git commit:        3e9117b
12:55:06  Built:             Fri Jun  3 17:55:34 2022
12:55:06  OS/Arch:           linux/arm64
12:55:06  Context:           default
12:55:06 
12:55:06 Server: Docker Engine - Community
12:55:06  Engine:
12:55:06   Version:          22.06.0-beta.0
12:55:06   API version:      1.42 (minimum version 1.12)
12:55:06   Go version:       go1.18.3
12:55:06   Git commit:       38633e7
12:55:06   Built:            Fri Jun  3 17:55:34 2022
12:55:06   OS/Arch:          linux/arm64
12:55:06   Experimental:     true
12:55:06  containerd:
12:55:06   Version:          1.6.8
12:55:06   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:06  runc:
12:55:06   Version:          1.1.4
12:55:06   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:06  docker-init:
12:55:06   Version:          0.19.0
12:55:06   GitCommit:        de40ad0
[Pipeline] sh
[Pipeline] echo
12:55:06 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
12:55:06 Removing all docker containers
12:55:06 + docker info
12:55:06 Client:
12:55:06  Context:    default
12:55:06  Debug Mode: false
12:55:06  Plugins:
12:55:06   buildx: Docker Buildx (Docker Inc.)
12:55:06     Version:  v0.8.2
12:55:06     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:06   compose: Docker Compose (Docker Inc.)
12:55:06     Version:  v2.12.0
12:55:06     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:06 
12:55:06 Server:
12:55:06  Containers: 0
12:55:06   Running: 0
12:55:06   Paused: 0
12:55:06   Stopped: 0
12:55:06  Images: 1
12:55:06  Server Version: 22.06.0-beta.0
12:55:06  Storage Driver: overlay2
12:55:06   Backing Filesystem: extfs
12:55:06   Supports d_type: true
12:55:06   Using metacopy: false
12:55:06   Native Overlay Diff: true
12:55:06   userxattr: false
12:55:06  Logging Driver: json-file
12:55:06  Cgroup Driver: cgroupfs
12:55:06  Cgroup Version: 1
12:55:06  Plugins:
12:55:06   Volume: local
12:55:06   Network: bridge host ipvlan macvlan null overlay
12:55:06   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:06  Swarm: inactive
12:55:06  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:06  Default Runtime: runc
12:55:06  Init Binary: docker-init
12:55:06  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:06  runc version: v1.1.4-0-g5fd4c4d
12:55:06  init version: de40ad0
12:55:06  Security Options:
12:55:06   apparmor
12:55:06   seccomp
12:55:06    Profile: builtin
12:55:06  Kernel Version: 5.15.0-1022-aws
12:55:06  Operating System: Ubuntu 20.04.5 LTS
12:55:06  OSType: linux
12:55:06  Architecture: aarch64
12:55:06  CPUs: 2
12:55:06  Total Memory: 7.559GiB
12:55:06  Name: ip-10-100-32-196
12:55:06  ID: a4508864-5846-4859-9d9f-739af3007ee0
12:55:06  Docker Root Dir: /var/lib/docker
12:55:06  Debug Mode: false
12:55:06  Username: dockerbuildbot
12:55:06  Registry: https://index.docker.io/v1/
12:55:06  Labels:
12:55:06  Experimental: true
12:55:06  Insecure Registries:
12:55:06   127.0.0.0/8
12:55:06  Live Restore Enabled: true
12:55:06 
[Pipeline] sh
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
12:55:06 + docker container ls -aq
[Pipeline] checkout
[Pipeline] echo
12:55:06 Docker containers have been removed
[Pipeline] echo
12:55:06 12:55:06 The recommended git tool is: git
cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:06 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (debian-buster-aarch64)
[Pipeline] sh
12:55:06 using credential docker-jenkins-github-credentials
12:55:06 Cloning the remote Git repository
12:55:06 Cloning with configured refspecs honoured and without tags
12:55:06 + docker container ls -aq
[Pipeline] echo
12:55:06 Docker containers have been removed
[Pipeline] echo
12:55:06 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:06 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (centos-8-aarch64)
[Pipeline] sh
12:55:06 + echo starting...
12:55:06 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
12:55:07 + echo starting...
12:55:07 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
12:55:07 + docker version
12:55:07 Client: Docker Engine - Community
12:55:07  Version:           22.06.0-beta.0
12:55:07  API version:       1.42
12:55:07  Go version:        go1.18.3
12:55:07  Git commit:        3e9117b
12:55:07  Built:             Fri Jun  3 17:55:34 2022
12:55:07  OS/Arch:           linux/arm64
12:55:07  Context:           default
12:55:07 
12:55:07 Server: Docker Engine - Community
12:55:07  Engine:
12:55:07   Version:          22.06.0-beta.0
12:55:07   API version:      1.42 (minimum version 1.12)
12:55:07   Go version:       go1.18.3
12:55:07   Git commit:       38633e7
12:55:07   Built:            Fri Jun  3 17:55:34 2022
12:55:07   OS/Arch:          linux/arm64
12:55:07   Experimental:     true
12:55:07  containerd:
12:55:07   Version:          1.6.8
12:55:07   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:07  runc:
12:55:07   Version:          1.1.4
12:55:07   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:07  docker-init:
12:55:07   Version:          0.19.0
12:55:07   GitCommit:        de40ad0
[Pipeline] sh
12:55:07 + docker version
12:55:07 Client: Docker Engine - Community
12:55:07  Version:           22.06.0-beta.0
12:55:07  API version:       1.42
12:55:07  Go version:        go1.18.3
12:55:07  Git commit:        3e9117b
12:55:07  Built:             Fri Jun  3 17:55:34 2022
12:55:07  OS/Arch:           linux/arm64
12:55:07  Context:           default
12:55:07 
12:55:07 Server: Docker Engine - Community
12:55:07  Engine:
12:55:07   Version:          22.06.0-beta.0
12:55:07   API version:      1.42 (minimum version 1.12)
12:55:07   Go version:       go1.18.3
12:55:07   Git commit:       38633e7
12:55:07   Built:            Fri Jun  3 17:55:34 2022
12:55:07   OS/Arch:          linux/arm64
12:55:07   Experimental:     true
12:55:07  containerd:
12:55:07   Version:          1.6.8
12:55:07   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:07  runc:
12:55:07   Version:          1.1.4
12:55:07   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:07  docker-init:
12:55:07   Version:          0.19.0
12:55:07   GitCommit:        de40ad0
[Pipeline] sh
12:55:07 + docker info
12:55:07 Client:
12:55:07  Context:    default
12:55:07  Debug Mode: false
12:55:07  Plugins:
12:55:07   buildx: Docker Buildx (Docker Inc.)
12:55:07     Version:  v0.8.2
12:55:07     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:07   compose: Docker Compose (Docker Inc.)
12:55:07     Version:  v2.12.0
12:55:07     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:07 
12:55:07 Server:
12:55:07  Containers: 0
12:55:07   Running: 0
12:55:07   Paused: 0
12:55:07   Stopped: 0
12:55:07  Images: 1
12:55:07  Server Version: 22.06.0-beta.0
12:55:07  Storage Driver: overlay2
12:55:07   Backing Filesystem: extfs
12:55:07   Supports d_type: true
12:55:07   Using metacopy: false
12:55:07   Native Overlay Diff: true
12:55:07   userxattr: false
12:55:07  Logging Driver: json-file
12:55:07  Cgroup Driver: cgroupfs
12:55:07  Cgroup Version: 1
12:55:07  Plugins:
12:55:07   Volume: local
12:55:07   Network: bridge host ipvlan macvlan null overlay
12:55:07   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:07  Swarm: inactive
12:55:07  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:07  Default Runtime: runc
12:55:07  Init Binary: docker-init
12:55:07  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:07  runc version: v1.1.4-0-g5fd4c4d
12:55:07  init version: de40ad0
12:55:07  Security Options:
12:55:07   apparmor
12:55:07   seccomp
12:55:07    Profile: builtin
12:55:07  Kernel Version: 5.15.0-1022-aws
12:55:07  Operating System: Ubuntu 20.04.5 LTS
12:55:07  OSType: linux
12:55:07  Architecture: aarch64
12:55:07  CPUs: 2
12:55:07  Total Memory: 7.559GiB
12:55:07  Name: ip-10-100-50-85
12:55:07  ID: a4508864-5846-4859-9d9f-739af3007ee0
12:55:07  Docker Root Dir: /var/lib/docker
12:55:07  Debug Mode: false
12:55:07  Username: dockerbuildbot
12:55:07  Registry: https://index.docker.io/v1/
12:55:07  Labels:
12:55:07  Experimental: true
12:55:07  Insecure Registries:
12:55:07   127.0.0.0/8
12:55:07  Live Restore Enabled: true
12:55:07 
[Pipeline] }
[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-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
[Pipeline] checkout
12:55:07 The recommended git tool is: git
12:55:07 #7 ...
12:55:07 
12:55:07 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:07 #9 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:55:07 #9 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:55:07 #9 sha256:3e01c126cacd61c2824e005ac36dcf6b948239ccbc66c9d64370f194e89d3e99 1.79kB / 1.79kB done
12:55:07 #9 sha256:de2c937f375f4be2a7770aff34f8335868d8a92d2e2ab3261708fae518df965d 7.12kB / 7.12kB done
12:55:07 #9 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 1.0s done
12:55:07 #9 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 1.4s done
12:55:07 #9 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 6.1s done
12:55:07 #9 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.40MB / 47.40MB 6.9s done
12:55:07 #9 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 7.8s done
12:55:07 #9 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 126B / 126B 7.1s done
12:55:07 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 24.62MB / 116.78MB 9.9s
12:55:07 #9 ...
12:55:07 
12:55:07 #7 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57
12:55:07 + docker info
12:55:07 Client:
12:55:07  Context:    default
12:55:07  Debug Mode: false
12:55:07  Plugins:
12:55:07   buildx: Docker Buildx (Docker Inc.)
12:55:07     Version:  v0.8.2
12:55:07     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:07   compose: Docker Compose (Docker Inc.)
12:55:07     Version:  v2.12.0
12:55:07     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:07 
12:55:07 Server:
12:55:07  Containers: 0
12:55:07   Running: 0
12:55:07   Paused: 0
12:55:07   Stopped: 0
12:55:07  Images: 1
12:55:07  Server Version: 22.06.0-beta.0
12:55:07  Storage Driver: overlay2
12:55:07   Backing Filesystem: extfs
12:55:07   Supports d_type: true
12:55:07   Using metacopy: false
12:55:07   Native Overlay Diff: true
12:55:07   userxattr: false
12:55:07  Logging Driver: json-file
12:55:07  Cgroup Driver: cgroupfs
12:55:07  Cgroup Version: 1
12:55:07  Plugins:
12:55:07   Volume: local
12:55:07   Network: bridge host ipvlan macvlan null overlay
12:55:07   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:07  Swarm: inactive
12:55:07  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:07  Default Runtime: runc
12:55:07  Init Binary: docker-init
12:55:07  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:07  runc version: v1.1.4-0-g5fd4c4d
12:55:07  init version: de40ad0
12:55:07  Security Options:
12:55:07   apparmor
12:55:07   seccomp
12:55:07    Profile: builtin
12:55:07  Kernel Version: 5.15.0-1022-aws
12:55:07  Operating System: Ubuntu 20.04.5 LTS
12:55:07  OSType: linux
12:55:07  Architecture: aarch64
12:55:07  CPUs: 2
12:55:07  Total Memory: 7.559GiB
12:55:07  Name: ip-10-100-53-129
12:55:07  ID: a4508864-5846-4859-9d9f-739af3007ee0
12:55:07  Docker Root Dir: /var/lib/docker
12:55:07  Debug Mode: false
12:55:07  Username: dockerbuildbot
12:55:07  Registry: https://index.docker.io/v1/
12:55:07  Labels:
12:55:07  Experimental: true
12:55:07  Insecure Registries:
12:55:07   127.0.0.0/8
12:55:07  Live Restore Enabled: true
12:55:07 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
12:55:07 The recommended git tool is: git
12:55:08 Fetching without tags
12:55:08 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:08 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:08 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:08 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 5.0s
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:10 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 6.3s done
[Pipeline] echo
12:55:10 Removing all docker containers
[Pipeline] sh
12:55:10 #7 DONE 13.0s
12:55:10 
12:55:10 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:55:10 + docker container ls -aq
[Pipeline] echo
12:55:10 Docker containers have been removed
[Pipeline] echo
12:55:10 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:10 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (debian-bookworm-aarch64)
[Pipeline] sh
12:55:10 using credential docker-jenkins-github-credentials
12:55:11 Cloning the remote Git repository
12:55:11 Cloning with configured refspecs honoured and without tags
12:55:11 + echo starting...
12:55:11 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0b647ef6ecee5510d) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] withDockerRegistry
Cloning repository https://github.com/docker/docker-ce-packaging.git
12:55:11 + docker version
12:55:11 Client: Docker Engine - Community
12:55:11  Version:           22.06.0-beta.0
12:55:11  API version:       1.42
12:55:11  Go version:        go1.18.3
12:55:11  Git commit:        3e9117b
12:55:11  Built:             Fri Jun  3 17:55:34 2022
12:55:11  OS/Arch:           linux/arm64
12:55:11  Context:           default
12:55:11 
12:55:11 Server: Docker Engine - Community
12:55:11  Engine:
12:55:11   Version:          22.06.0-beta.0
12:55:11   API version:      1.42 (minimum version 1.12)
12:55:11   Go version:       go1.18.3
12:55:11   Git commit:       38633e7
12:55:11   Built:            Fri Jun  3 17:55:34 2022
12:55:11   OS/Arch:          linux/arm64
12:55:11   Experimental:     true
12:55:11  containerd:
12:55:11   Version:          1.6.8
12:55:11   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:11  runc:
12:55:11   Version:          1.1.4
12:55:11   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:11  docker-init:
12:55:11   Version:          0.19.0
12:55:11   GitCommit:        de40ad0
[Pipeline] sh
12:55:11 #10 1.393 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
12:55:11 #10 1.424 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
12:55:11 #10 1.424 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0457d1a1a4e12983f) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] withDockerRegistry
12:55:11 + docker info
12:55:11 Client:
12:55:11  Context:    default
12:55:11  Debug Mode: false
12:55:11  Plugins:
12:55:11   buildx: Docker Buildx (Docker Inc.)
12:55:11     Version:  v0.8.2
12:55:11     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:11   compose: Docker Compose (Docker Inc.)
12:55:11     Version:  v2.12.0
12:55:11     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:11 
12:55:11 Server:
12:55:11  Containers: 0
12:55:11   Running: 0
12:55:11   Paused: 0
12:55:11   Stopped: 0
12:55:11  Images: 1
12:55:11  Server Version: 22.06.0-beta.0
12:55:11  Storage Driver: overlay2
12:55:11   Backing Filesystem: extfs
12:55:11   Supports d_type: true
12:55:11   Using metacopy: false
12:55:11   Native Overlay Diff: true
12:55:11   userxattr: false
12:55:11  Logging Driver: json-file
12:55:11  Cgroup Driver: cgroupfs
12:55:11  Cgroup Version: 1
12:55:11  Plugins:
12:55:11   Volume: local
12:55:11   Network: bridge host ipvlan macvlan null overlay
12:55:11   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:11  Swarm: inactive
12:55:11  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:11  Default Runtime: runc
12:55:11  Init Binary: docker-init
12:55:11  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:11  runc version: v1.1.4-0-g5fd4c4d
12:55:11  init version: de40ad0
12:55:11  Security Options:
12:55:11   apparmor
12:55:11   seccomp
12:55:11    Profile: builtin
12:55:11  Kernel Version: 5.15.0-1022-aws
12:55:11  Operating System: Ubuntu 20.04.5 LTS
12:55:11  OSType: linux
12:55:11  Architecture: aarch64
12:55:11  CPUs: 2
12:55:11  Total Memory: 7.559GiB
12:55:11  Name: ip-10-100-46-135
12:55:11  ID: a4508864-5846-4859-9d9f-739af3007ee0
12:55:11  Docker Root Dir: /var/lib/docker
12:55:11  Debug Mode: false
12:55:11  Username: dockerbuildbot
12:55:11  Registry: https://index.docker.io/v1/
12:55:11  Labels:
12:55:11  Experimental: true
12:55:11  Insecure Registries:
12:55:11   127.0.0.0/8
12:55:11  Live Restore Enabled: true
12:55:11 
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0f1c91b2b865bc970) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] }
[Pipeline] withDockerRegistry
12:55:12 #10 1.706 Get:4 http://deb.debian.org/debian buster/main armhf Packages [7706 kB]
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0a3053bec91ed322d) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] // stage
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0809beeea0ee4aa9f) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] checkout
[Pipeline] withDockerRegistry
12:55:12 using credential docker-jenkins-github-credentials
12:55:12 Cloning the remote Git repository
12:55:12 Cloning with configured refspecs honoured and without tags
[Pipeline] {
[Pipeline] withDockerRegistry
12:55:12 The recommended git tool is: git
12:55:12 #10 2.059 Get:5 http://deb.debian.org/debian-security buster/updates/main armhf Packages [423 kB]
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0b5662939176ac60f) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] withDockerRegistry
 > 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
12:55:12 #10 2.682 Get:6 http://deb.debian.org/debian buster-updates/main armhf Packages [8784 B]
12:55:13 Fetching without tags
12:55:13 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:13 Commit message: "bump compose version to v2.16.0"
12:55:13 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:13 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-07a09006b63c7aa75) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0ed22b16b3050df7d) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
Cloning repository https://github.com/docker/docker-ce-packaging.git
[Pipeline] {
[Pipeline] withDockerRegistry
12:55:13 #10 3.594 Fetched 8350 kB in 2s (3403 kB/s)
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
12:55:14 + make clean
12:55:14 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:14 rm -f -r src
12:55:14 make -C rpm clean
12:55:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:14 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:14 rm -f -r rpmbuild/
12:55:14 docker builder prune -f --filter until=24h
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
12:55:14 using credential docker-jenkins-github-credentials
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
12:55:14 Cloning the remote Git repository
12:55:14 Cloning with configured refspecs honoured and without tags
12:55:14 Total:	0B
12:55:14 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:14 make -C deb clean
12:55:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:14 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:14 rm -f -r debbuild
12:55:14 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:14 rm -f -r sources
12:55:14 docker builder prune -f --filter until=24h
12:55:14 Fetching without tags
12:55:14 #10 3.594 Reading package lists...
12:55:14 Total:	0B
12:55:14 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:14 make -C static clean
12:55:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:14 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:14 rm -f -r build
12:55:14 docker builder prune -f --filter until=24h
12:55:14 using credential docker-jenkins-github-credentials
12:55:14 Cloning the remote Git repository
12:55:14 Cloning with configured refspecs honoured and without tags
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0cf71822593b27ef1) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] withDockerRegistry
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
12:55:15 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-02ae27bb046b14a04) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] withDockerRegistry
12:55:15 Total:	0B
12:55:15 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:15 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:15 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
12:55:15 + make REF=23.0 centos-7
12:55:15 git init src/github.com/docker/cli
12:55:15 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:15 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:15 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:15 + SRC=src/github.com/docker/cli
12:55:15 + REF=23.0
12:55:15 + REF_FETCH=23.0
12:55:15 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:15 + awk {print $2}
12:55:15 + REF=refs/heads/23.0
12:55:15 + [ -n refs/heads/23.0 ]
12:55:15 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:15 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
12:55:16 #10 4.574 Reading package lists...
12:55:16 #10 5.518 Building dependency tree...
12:55:16 #10 5.695 Reading state information...
12:55:16 #10 ...
12:55:16 
12:55:16 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:16 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 84.93MB / 116.78MB 18.7s
12:55:16 #9 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.6s done
12:55:16 #9 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.7s done
12:55:16 #9 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 1.7s
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0b37f702e28ea5cb5) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] withDockerRegistry
12:55:16 Fetching without tags
12:55:16 Fetching without tags
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
12:55:16 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:16 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:17 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:17 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0adcc2b58da8dae3d) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] withDockerRegistry
12:55:17 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:17 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:17 From https://github.com/docker/cli
12:55:17  * [new branch]      23.0       -> 23.0
12:55:17  * [new branch]      23.0       -> origin/23.0
12:55:17 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:17 git init src/github.com/docker/docker
12:55:17 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:17 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:17 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:17 + SRC=src/github.com/docker/docker
12:55:17 + REF=23.0
12:55:17 + REF_FETCH=23.0
12:55:17 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:17 + awk {print $2}
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0a92aa2425c3c0fe7) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] withDockerRegistry
12:55:17 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 91.23MB / 116.78MB 20.1s
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-083e577009e2f5112) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] withDockerRegistry
12:55:17 + REF=refs/heads/23.0
12:55:17 + [ -n refs/heads/23.0 ]
12:55:17 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:17 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-072d784daf4afd56c) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] withDockerRegistry
12:55:18 Commit message: "bump compose version to v2.16.0"
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
12:55:19 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 97.52MB / 116.78MB 21.3s
12:55:19 + make clean
12:55:19 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:19 rm -f -r src
12:55:19 make -C rpm clean
12:55:19 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:19 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:19 rm -f -r rpmbuild/
12:55:19 docker builder prune -f --filter until=24h
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:55:19 using credential docker-jenkins-github-credentials
12:55:19 Cloning the remote Git repository
12:55:19 Cloning with configured refspecs honoured and without tags
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
12:55:19 Total:	0B
12:55:19 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:19 make -C deb clean
12:55:19 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:19 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:19 rm -f -r debbuild
12:55:19 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:19 rm -f -r sources
12:55:19 docker builder prune -f --filter until=24h
12:55:19 Total:	0B
12:55:19 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:19 make -C static clean
12:55:19 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:19 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:19 rm -f -r build
12:55:19 docker builder prune -f --filter until=24h
12:55:19 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 103.81MB / 116.78MB 22.0s
12:55:19 Commit message: "bump compose version to v2.16.0"
12:55:19 Total:	0B
12:55:19 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0a736e4fb27e66078) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-02935625f97c047bd) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] withDockerRegistry
Cloning repository https://github.com/docker/docker-ce-packaging.git
12:55:20 + make REF=23.0 debian-bullseye
12:55:20 git init src/github.com/docker/cli
12:55:20 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:20 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:20 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:20 + SRC=src/github.com/docker/cli
12:55:20 + REF=23.0
12:55:20 + REF_FETCH=23.0
12:55:20 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:20 + awk {print $2}
12:55:20 + REF=refs/heads/23.0
12:55:20 + [ -n refs/heads/23.0 ]
12:55:20 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:20 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] sh
12:55:20 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 110.10MB / 116.78MB 22.7s
12:55:20 + make clean
12:55:20 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:20 rm -f -r src
12:55:20 make -C rpm clean
12:55:20 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:20 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:20 rm -f -r rpmbuild/
12:55:20 docker builder prune -f --filter until=24h
12:55:20 Total:	0B
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:55:20 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:20 make -C deb clean
12:55:20 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:20 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:20 rm -f -r debbuild
12:55:20 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:20 rm -f -r sources
12:55:20 docker builder prune -f --filter until=24h
12:55:20 Total:	0B
12:55:20 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:20 make -C static clean
12:55:20 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:20 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:20 rm -f -r build
12:55:20 docker builder prune -f --filter until=24h
12:55:21 Fetching without tags
12:55:21 Total:	0B
12:55:21 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
12:55:21 From https://github.com/docker/docker
12:55:21  * [new branch]      23.0       -> 23.0
12:55:21  * [new branch]      23.0       -> origin/23.0
12:55:21 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:21 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 116.39MB / 116.78MB 23.6s
12:55:21 #9 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 6.7s
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-844@tmp/e510dc50-8cfb-4961-99d1-20c16232fbd5/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] {
12:55:21 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
12:55:21 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:21 chowning workspace
[Pipeline] sh
12:55:21 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:21 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-844@tmp/0d00765a-5a8f-4e9b-911e-fe93d4a49302/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
12:55:21 Commit message: "bump compose version to v2.16.0"
12:55:21 + make REF=23.0 centos-9
12:55:21 git init src/github.com/docker/cli
12:55:21 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:21 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:21 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:21 + SRC=src/github.com/docker/cli
12:55:21 + REF=23.0
12:55:21 + REF_FETCH=23.0
12:55:21 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:21 + awk {print $2}
12:55:21 + REF=refs/heads/23.0
12:55:21 + [ -n refs/heads/23.0 ]
12:55:21 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:21 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:21 git init src/github.com/docker/buildx
12:55:21 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:21 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:21 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:21 + SRC=src/github.com/docker/buildx
12:55:21 + REF=v0.10.2
12:55:21 + REF_FETCH=v0.10.2
12:55:21 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:21 + awk {print $2}
12:55:21 + REF=refs/tags/v0.10.2
12:55:21 + [ -n refs/tags/v0.10.2 ]
12:55:21 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:21 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
12:55:21 Commit message: "bump compose version to v2.16.0"
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-844@tmp/963c13ee-9415-4b3b-96c6-a93e9af8fdff/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
12:55:21 From https://github.com/docker/cli
12:55:21  * [new branch]      23.0       -> 23.0
12:55:21  * [new branch]      23.0       -> origin/23.0
12:55:21 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
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-844@tmp/92387d46-4079-4d5b-a1b2-33d612fa24a7/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] sh
[Pipeline] wrap
12:55:22 git init src/github.com/docker/docker
12:55:22 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:22 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:22 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:22 + SRC=src/github.com/docker/docker
12:55:22 + REF=23.0
12:55:22 + REF_FETCH=23.0
12:55:22 + git -C src/github.com/docker/docker ls-remote+  --refs --heads --tags origin 23.0
12:55:22 awk {print $2}
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
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-844@tmp/145a22f6-1e3f-4363-822f-ec5ad6434ae5/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] {
[Pipeline] sh
[Pipeline] echo
12:55:22 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:22 chowning workspace
12:55:22 + make clean
12:55:22 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:22 rm -f -r src
12:55:22 make -C rpm clean
12:55:22 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:22 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:22 rm -f -r rpmbuild/
12:55:22 docker builder prune -f --filter until=24h
12:55:22 Total:	0B
12:55:22 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:22 make -C deb clean
[Pipeline] sh
12:55:22 + REF=refs/heads/23.0
12:55:22 + [ -n refs/heads/23.0 ]
12:55:22 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:22 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:22 + pwd
12:55:22 + id -u
12:55:22 + id -g
12:55:22 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:22 Unable to find image 'busybox:latest' locally
12:55:22 latest: Pulling from library/busybox
12:55:22 #9 ...
12:55:22 
12:55:22 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:55:22 #10 5.959 The following additional packages will be installed:
12:55:22 #10 5.959   at autoconf automake autopoint autotools-dev binutils
12:55:22 #10 5.959   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
12:55:22 #10 5.959   bzip2 ca-certificates cpp cpp-8 cron dctrl-tools debhelper debian-keyring
12:55:22 #10 5.959   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
12:55:22 #10 5.959   dpkg-dev dput dwz exim4-base exim4-config exim4-daemon-light fakeroot file
12:55:22 #10 5.959   g++ g++-8 gcc gcc-8 gettext gettext-base git-man gnupg gnupg-l10n
12:55:22 #10 5.959   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
12:55:22 #10 5.959   groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
12:55:22 #10 5.959   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:55:22 #10 5.959   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:55:22 #10 5.959   libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
12:55:22 #10 5.959   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
12:55:22 #10 5.959   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
12:55:22 #10 5.959   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
12:55:22 #10 5.959   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
12:55:22 #10 5.959   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
12:55:22 #10 5.959   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
12:55:22 #10 5.959   libdata-optlist-perl libdevel-callchecker-perl
12:55:22 #10 5.959   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
12:55:22 #10 5.959   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
12:55:22 #10 5.959   libdynaloader-functions-perl libedit2 libemail-valid-perl
12:55:22 #10 5.959   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
12:55:22 #10 5.959   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
12:55:22 #10 5.959   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
12:55:22 #10 5.959   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
12:55:22 #10 5.959   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
12:55:22 #10 5.959   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
12:55:22 #10 5.959   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
12:55:22 #10 5.959   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
12:55:22 #10 5.959   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
12:55:22 #10 5.959   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:55:22 #10 5.959   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:55:22 #10 5.959   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
12:55:22 #10 5.959   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
12:55:22 #10 5.959   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
12:55:22 #10 5.959   libipc-system-simple-perl libisl19 libjson-perl libjson-xs-perl libk5crypto3
12:55:22 #10 5.959   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libkyotocabinet16v5
12:55:22 #10 5.959   libldap-2.4-2 libldap-common liblist-compare-perl liblist-moreutils-perl
12:55:22 #10 5.959   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
12:55:22 #10 5.959   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
12:55:22 #10 5.959   liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
12:55:22 #10 5.959   libmailutils5 libmariadb3 libmime-tools-perl libmodule-implementation-perl
12:55:22 #10 5.959   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
12:55:22 #10 5.959   libnamespace-clean-perl libncurses6 libnet-dns-perl libnet-dns-sec-perl
12:55:22 #10 5.959   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
12:55:22 #10 5.959   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0
12:55:22 #10 5.959   libnumber-compare-perl libnumber-range-perl libossp-uuid-perl libossp-uuid16
12:55:22 #10 5.959   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:55:22 #10 5.959   libparams-util-perl libparams-validate-perl libparse-debianchangelog-perl
12:55:22 #10 5.959   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
12:55:22 #10 5.959   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
12:55:22 #10 5.959   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
12:55:22 #10 5.959   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
12:55:22 #10 5.959   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:55:22 #10 5.959   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
12:55:22 #10 5.959   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
12:55:22 #10 5.959   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
12:55:22 #10 5.959   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
12:55:22 #10 5.959   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
12:55:22 #10 5.959   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
12:55:22 #10 5.959   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
12:55:22 #10 5.959   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
12:55:22 #10 5.959   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
12:55:22 #10 5.959   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl
12:55:22 #10 5.959   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
12:55:22 #10 5.959   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
12:55:22 #10 5.959   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
12:55:22 #10 5.959   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
12:55:22 #10 5.959   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:55:22 #10 5.959   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
12:55:22 #10 5.959   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
12:55:22 #10 5.959   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
12:55:22 #10 5.959   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
12:55:22 #10 5.959   mariadb-common mime-support mysql-common netbase openssh-client openssl
12:55:22 #10 5.959   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
12:55:22 #10 5.959   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
12:55:22 #10 5.959   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
12:55:22 #10 5.959   python3-idna python3-magic python3-minimal python3-pkg-resources
12:55:22 #10 5.959   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:55:22 #10 5.959   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
12:55:22 #10 5.959   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
12:55:22 #10 5.959 Suggested packages:
12:55:22 #10 5.959   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
12:55:22 #10 5.959   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate
12:55:22 #10 5.959   checksecurity debtags dh-make adequate autopkgtest bls-standalone
12:55:22 #10 5.959   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
12:55:22 #10 5.959   dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
12:55:22 #10 5.959   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:55:22 #10 5.959   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
12:55:22 #10 5.959   ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
12:55:22 #10 5.959   pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info
12:55:22 #10 5.959   eximon4 spf-tools-perl swaks gcc-8-doc libstdc++6-8-dbg gcc-multilib flex
12:55:22 #10 5.959   bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg
12:55:22 #10 5.959   libasan5-dbg liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg
12:55:22 #10 5.959   libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
12:55:22 #10 5.959   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
12:55:22 #10 5.959   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
12:55:22 #10 5.959   libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user
12:55:22 #10 5.959   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
12:55:22 #10 5.959   libhtml-template-perl libsasl2-modules-gssapi-mit
12:55:22 #10 5.959   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
12:55:22 #10 5.959   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
12:55:22 #10 5.959   libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl
12:55:22 #10 5.959   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
12:55:22 #10 5.959   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
12:55:22 #10 5.959   libxml-sax-expatxs-perl bash-completion binutils-multiarch
12:55:22 #10 5.959   libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc
12:55:22 #10 5.959   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
12:55:22 #10 5.959   diffutils-doc perl-doc libterm-readline-gnu-perl
12:55:22 #10 5.959   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
12:55:22 #10 5.959   pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv
12:55:22 #10 5.959   python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography
12:55:22 #10 5.959   python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support
12:55:22 #10 5.959   readline-doc zip wdiff-doc
12:55:22 #10 8.196 The following NEW packages will be installed:
12:55:22 #10 8.196   at autoconf automake autopoint autotools-dev binutils
12:55:22 #10 8.196   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
12:55:22 #10 8.196   bzip2 ca-certificates cpp cpp-8 cron curl dctrl-tools debhelper
12:55:22 #10 8.196   debian-keyring devscripts dh-autoreconf dh-strip-nondeterminism diffstat
12:55:22 #10 8.196   dirmngr distro-info-data dpkg-dev dput dwz equivs exim4-base exim4-config
12:55:22 #10 8.196   exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8 gettext gettext-base
12:55:22 #10 8.196   git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
12:55:22 #10 8.196   gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs intltool-debian
12:55:22 #10 8.196   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
12:55:22 #10 8.196   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
12:55:22 #10 8.196   libarchive-zip-perl libasan5 libassuan0 libasync-mergepoint-perl libatomic1
12:55:22 #10 8.196   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
12:55:22 #10 8.196   libbinutils libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0
12:55:22 #10 8.196   libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl
12:55:22 #10 8.196   libclass-inspector-perl libclass-method-modifiers-perl
12:55:22 #10 8.196   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:55:22 #10 8.196   libconst-fast-perl libcontextual-return-perl libconvert-binhex-perl
12:55:22 #10 8.196   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
12:55:22 #10 8.196   libdevel-callchecker-perl libdevel-globaldestruction-perl
12:55:22 #10 8.196   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
12:55:22 #10 8.196   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
12:55:22 #10 8.196   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
12:55:22 #10 8.196   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
12:55:22 #10 8.196   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
12:55:22 #10 8.196   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
12:55:22 #10 8.196   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
12:55:22 #10 8.196   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
12:55:22 #10 8.196   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
12:55:22 #10 8.196   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
12:55:22 #10 8.196   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
12:55:22 #10 8.196   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:55:22 #10 8.196   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:55:22 #10 8.196   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
12:55:22 #10 8.196   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
12:55:22 #10 8.196   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
12:55:22 #10 8.196   libipc-system-simple-perl libisl19 libjson-perl libjson-xs-perl libk5crypto3
12:55:22 #10 8.196   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libkyotocabinet16v5
12:55:22 #10 8.196   libldap-2.4-2 libldap-common liblist-compare-perl liblist-moreutils-perl
12:55:22 #10 8.196   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
12:55:22 #10 8.196   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
12:55:22 #10 8.196   liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
12:55:22 #10 8.196   libmailutils5 libmariadb3 libmime-tools-perl libmodule-implementation-perl
12:55:22 #10 8.196   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
12:55:22 #10 8.196   libnamespace-clean-perl libncurses6 libnet-dns-perl libnet-dns-sec-perl
12:55:22 #10 8.196   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
12:55:22 #10 8.196   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0
12:55:22 #10 8.196   libnumber-compare-perl libnumber-range-perl libossp-uuid-perl libossp-uuid16
12:55:22 #10 8.196   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:55:22 #10 8.196   libparams-util-perl libparams-validate-perl libparse-debianchangelog-perl
12:55:22 #10 8.196   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
12:55:22 #10 8.196   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
12:55:22 #10 8.196   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
12:55:22 #10 8.196   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
12:55:22 #10 8.196   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:55:22 #10 8.196   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
12:55:22 #10 8.196   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
12:55:22 #10 8.196   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
12:55:22 #10 8.196   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
12:55:22 #10 8.196   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
12:55:22 #10 8.196   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
12:55:22 #10 8.196   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
12:55:22 #10 8.196   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
12:55:22 #10 8.196   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
12:55:22 #10 8.196   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl
12:55:22 #10 8.196   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
12:55:22 #10 8.196   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
12:55:22 #10 8.196   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
12:55:22 #10 8.196   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
12:55:22 #10 8.196   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:55:22 #10 8.196   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
12:55:22 #10 8.196   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
12:55:22 #10 8.196   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
12:55:22 #10 8.196   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
12:55:22 #10 8.196   mariadb-common mime-support mysql-common netbase openssh-client openssl
12:55:22 #10 8.196   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
12:55:22 #10 8.196   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
12:55:22 #10 8.196   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
12:55:22 #10 8.196   python3-idna python3-magic python3-minimal python3-pkg-resources
12:55:22 #10 8.196   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:55:22 #10 8.196   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
12:55:22 #10 8.196   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
12:55:22 #10 8.487 0 upgraded, 359 newly installed, 0 to remove and 0 not upgraded.
12:55:22 #10 8.487 Need to get 156 MB of archives.
12:55:22 #10 8.487 After this operation, 480 MB of additional disk space will be used.
12:55:22 #10 8.487 Get:1 http://deb.debian.org/debian buster/main armhf sensible-utils all 0.0.12 [15.8 kB]
12:55:22 #10 8.487 Get:2 http://deb.debian.org/debian buster/main armhf lsb-base all 10.2019051400 [28.4 kB]
12:55:22 #10 8.487 Get:3 http://deb.debian.org/debian buster/main armhf cron armhf 3.0pl1-134+deb10u1 [95.3 kB]
12:55:22 #10 8.487 Get:4 http://deb.debian.org/debian buster/main armhf libbsd0 armhf 0.9.1-2+deb10u1 [104 kB]
12:55:22 #10 8.487 Get:5 http://deb.debian.org/debian buster/main armhf bsdmainutils armhf 11.1.2+b1 [186 kB]
12:55:22 #10 8.487 Get:6 http://deb.debian.org/debian buster/main armhf libuchardet0 armhf 0.0.6-3 [62.2 kB]
12:55:22 #10 8.487 Get:7 http://deb.debian.org/debian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [828 kB]
12:55:22 #10 8.523 Get:8 http://deb.debian.org/debian buster/main armhf libgdbm6 armhf 1.18.1-4 [61.4 kB]
12:55:22 #10 8.523 Get:9 http://deb.debian.org/debian buster/main armhf libpipeline1 armhf 1.5.1-2 [26.8 kB]
12:55:22 #10 8.523 Get:10 http://deb.debian.org/debian buster/main armhf man-db armhf 2.8.5-2 [1240 kB]
12:55:22 #10 8.523 Get:11 http://deb.debian.org/debian buster/main armhf perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
12:55:22 #10 8.553 Get:12 http://deb.debian.org/debian buster/main armhf libgdbm-compat4 armhf 1.18.1-4 [43.7 kB]
12:55:22 #10 8.553 Get:13 http://deb.debian.org/debian buster/main armhf libperl5.28 armhf 5.28.1-6+deb10u1 [3207 kB]
12:55:22 #10 8.630 Get:14 http://deb.debian.org/debian buster/main armhf perl armhf 5.28.1-6+deb10u1 [204 kB]
12:55:22 #10 8.630 Get:15 http://deb.debian.org/debian buster/main armhf liblocale-gettext-perl armhf 1.07-3+b4 [18.4 kB]
12:55:22 #10 8.630 Get:16 http://deb.debian.org/debian buster/main armhf libssl1.1 armhf 1.1.1n-0+deb10u3 [1310 kB]
12:55:22 #10 8.664 Get:17 http://deb.debian.org/debian-security buster/updates/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u4 [582 kB]
12:55:22 #10 8.664 Get:18 http://deb.debian.org/debian-security buster/updates/main armhf libexpat1 armhf 2.2.6-2+deb10u6 [79.9 kB]
12:55:22 #10 8.664 Get:19 http://deb.debian.org/debian-security buster/updates/main armhf python3.7-minimal armhf 3.7.3-2+deb10u4 [1465 kB]
12:55:22 #10 8.691 Get:20 http://deb.debian.org/debian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
12:55:22 #10 8.691 Get:21 http://deb.debian.org/debian buster/main armhf mime-support all 3.62 [37.2 kB]
12:55:22 #10 8.691 Get:22 http://deb.debian.org/debian buster/main armhf libmpdec2 armhf 2.4.2-2 [69.3 kB]
12:55:22 #10 8.691 Get:23 http://deb.debian.org/debian buster/main armhf readline-common all 7.0-5 [70.6 kB]
12:55:22 #10 8.691 Get:24 http://deb.debian.org/debian buster/main armhf libreadline7 armhf 7.0-5 [131 kB]
12:55:22 #10 8.691 Get:25 http://deb.debian.org/debian-security buster/updates/main armhf libsqlite3-0 armhf 3.27.2-3+deb10u2 [561 kB]
12:55:22 #10 8.719 Get:26 http://deb.debian.org/debian-security buster/updates/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u4 [1659 kB]
12:55:22 #10 8.722 Get:27 http://deb.debian.org/debian-security buster/updates/main armhf python3.7 armhf 3.7.3-2+deb10u4 [330 kB]
12:55:22 #10 8.736 Get:28 http://deb.debian.org/debian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
12:55:22 #10 8.736 Get:29 http://deb.debian.org/debian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
12:55:22 #10 8.736 Get:30 http://deb.debian.org/debian buster/main armhf less armhf 487-0.1+b1 [121 kB]
12:55:22 #10 8.736 Get:31 http://deb.debian.org/debian buster/main armhf netbase all 5.6 [19.4 kB]
12:55:22 #10 8.736 Get:32 http://deb.debian.org/debian-security buster/updates/main armhf bzip2 armhf 1.0.6-9.2~deb10u2 [46.9 kB]
12:55:22 #10 8.736 Get:33 http://deb.debian.org/debian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB]
12:55:22 #10 8.738 Get:34 http://deb.debian.org/debian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB]
12:55:22 #10 8.742 Get:35 http://deb.debian.org/debian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.6 kB]
12:55:22 #10 8.742 Get:36 http://deb.debian.org/debian buster/main armhf gettext-base armhf 0.19.8.1-9 [118 kB]
12:55:22 #10 8.743 Get:37 http://deb.debian.org/debian-security buster/updates/main armhf krb5-locales all 1.17-3+deb10u5 [95.7 kB]
12:55:22 #10 8.745 Get:38 http://deb.debian.org/debian buster/main armhf libkeyutils1 armhf 1.6-6 [13.9 kB]
12:55:22 #10 8.745 Get:39 http://deb.debian.org/debian-security buster/updates/main armhf libkrb5support0 armhf 1.17-3+deb10u5 [62.7 kB]
12:55:22 #10 8.748 Get:40 http://deb.debian.org/debian-security buster/updates/main armhf libk5crypto3 armhf 1.17-3+deb10u5 [120 kB]
12:55:22 #10 8.748 Get:41 http://deb.debian.org/debian-security buster/updates/main armhf libkrb5-3 armhf 1.17-3+deb10u5 [323 kB]
12:55:22 #10 8.759 Get:42 http://deb.debian.org/debian-security buster/updates/main armhf libgssapi-krb5-2 armhf 1.17-3+deb10u5 [138 kB]
12:55:22 #10 8.759 Get:43 http://deb.debian.org/debian buster/main armhf libicu63 armhf 63.1-6+deb10u3 [8002 kB]
12:55:22 #10 8.971 Get:44 http://deb.debian.org/debian-security buster/updates/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u5 [597 kB]
12:55:22 #10 8.971 Get:45 http://deb.debian.org/debian buster/main armhf manpages all 4.16-2 [1295 kB]
12:55:22 #10 8.971 Get:46 http://deb.debian.org/debian buster/main armhf libedit2 armhf 3.1-20181209-1 [79.5 kB]
12:55:22 #10 8.971 Get:47 http://deb.debian.org/debian buster/main armhf openssh-client armhf 1:7.9p1-10+deb10u2 [704 kB]
12:55:22 #10 9.007 Get:48 http://deb.debian.org/debian buster/main armhf ucf all 3.0038+nmu1 [69.0 kB]
12:55:22 #10 9.007 Get:49 http://deb.debian.org/debian buster/main armhf xz-utils armhf 5.2.4-1+deb10u1 [181 kB]
12:55:22 #10 9.007 Get:50 http://deb.debian.org/debian buster/main armhf libfl2 armhf 2.6.4-6.2 [103 kB]
12:55:22 #10 9.007 Get:51 http://deb.debian.org/debian buster/main armhf at armhf 3.1.23-1 [46.7 kB]
12:55:22 #10 9.007 Get:52 http://deb.debian.org/debian buster/main armhf libsigsegv2 armhf 2.12-2 [32.1 kB]
12:55:22 #10 9.007 Get:53 http://deb.debian.org/debian buster/main armhf m4 armhf 1.4.18-2 [190 kB]
12:55:22 #10 9.007 Get:54 http://deb.debian.org/debian buster/main armhf autoconf all 2.69-11 [341 kB]
12:55:22 #10 9.007 Get:55 http://deb.debian.org/debian buster/main armhf autotools-dev all 20180224.1 [77.0 kB]
12:55:22 #10 9.007 Get:56 http://deb.debian.org/debian buster/main armhf automake all 1:1.16.1-4 [771 kB]
12:55:22 #10 9.041 Get:57 http://deb.debian.org/debian buster/main armhf autopoint all 0.19.8.1-9 [434 kB]
12:55:22 #10 9.041 Get:58 http://deb.debian.org/debian buster/main armhf binutils-common armhf 2.31.1-16 [2073 kB]
12:55:22 #10 9.070 Get:59 http://deb.debian.org/debian buster/main armhf libbinutils armhf 2.31.1-16 [302 kB]
12:55:22 #10 9.070 Get:60 http://deb.debian.org/debian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16 [2101 kB]
12:55:22 #10 9.131 Get:61 http://deb.debian.org/debian buster/main armhf binutils armhf 2.31.1-16 [56.7 kB]
12:55:22 #10 9.131 Get:62 http://deb.debian.org/debian-security buster/updates/main armhf libc-dev-bin armhf 2.28-10+deb10u2 [268 kB]
12:55:22 #10 9.131 Get:63 http://deb.debian.org/debian-security buster/updates/main armhf linux-libc-dev armhf 4.19.269-1 [1537 kB]
12:55:22 #10 9.152 Get:64 http://deb.debian.org/debian-security buster/updates/main armhf libc6-dev armhf 2.28-10+deb10u2 [2150 kB]
12:55:22 #10 9.179 Get:65 http://deb.debian.org/debian buster/main armhf libisl19 armhf 0.20-2 [455 kB]
12:55:22 #10 9.207 Get:66 http://deb.debian.org/debian buster/main armhf libmpfr6 armhf 4.0.2-1 [731 kB]
12:55:22 #10 9.207 Get:67 http://deb.debian.org/debian buster/main armhf libmpc3 armhf 1.1.0-1 [33.8 kB]
12:55:22 #10 9.218 Get:68 http://deb.debian.org/debian buster/main armhf cpp-8 armhf 8.3.0-6 [6790 kB]
12:55:22 #10 9.369 Get:69 http://deb.debian.org/debian buster/main armhf cpp armhf 4:8.3.0-1 [19.4 kB]
12:55:22 #10 9.369 Get:70 http://deb.debian.org/debian buster/main armhf libcc1-0 armhf 8.3.0-6 [38.9 kB]
12:55:22 #10 9.369 Get:71 http://deb.debian.org/debian buster/main armhf libgomp1 armhf 8.3.0-6 [64.8 kB]
12:55:22 #10 9.369 Get:72 http://deb.debian.org/debian buster/main armhf libatomic1 armhf 8.3.0-6 [6740 B]
12:55:22 #10 9.369 Get:73 http://deb.debian.org/debian buster/main armhf libasan5 armhf 8.3.0-6 [336 kB]
12:55:22 #10 9.369 Get:74 http://deb.debian.org/debian buster/main armhf libubsan1 armhf 8.3.0-6 [103 kB]
12:55:22 #10 9.369 Get:75 http://deb.debian.org/debian buster/main armhf libgcc-8-dev armhf 8.3.0-6 [612 kB]
12:55:22 #10 9.394 Get:76 http://deb.debian.org/debian buster/main armhf gcc-8 armhf 8.3.0-6 [7229 kB]
12:55:22 #10 9.545 Get:77 http://deb.debian.org/debian buster/main armhf gcc armhf 4:8.3.0-1 [5204 B]
12:55:22 #10 9.545 Get:78 http://deb.debian.org/debian buster/main armhf libstdc++-8-dev armhf 8.3.0-6 [1584 kB]
12:55:22 #10 9.572 Get:79 http://deb.debian.org/debian buster/main armhf g++-8 armhf 8.3.0-6 [7463 kB]
12:55:22 #10 9.774 Get:80 http://deb.debian.org/debian buster/main armhf g++ armhf 4:8.3.0-1 [1624 B]
12:55:22 #10 9.774 Get:81 http://deb.debian.org/debian buster/main armhf make armhf 4.2.1-1.2 [327 kB]
12:55:22 #10 9.774 Get:82 http://deb.debian.org/debian buster/main armhf libdpkg-perl all 1.19.8 [1415 kB]
12:55:22 #10 9.774 Get:83 http://deb.debian.org/debian buster/main armhf patch armhf 2.7.6-3+deb10u1 [123 kB]
12:55:22 #10 9.774 Get:84 http://deb.debian.org/debian buster/main armhf dpkg-dev all 1.19.8 [1776 kB]
12:55:22 #10 9.798 Get:85 http://deb.debian.org/debian buster/main armhf build-essential armhf 12.6 [7568 B]
12:55:22 #10 9.798 Get:86 http://deb.debian.org/debian buster/main armhf openssl armhf 1.1.1n-0+deb10u3 [828 kB]
12:55:22 #10 9.811 Get:87 http://deb.debian.org/debian buster/main armhf ca-certificates all 20200601~deb10u2 [166 kB]
12:55:22 #10 9.811 Get:88 http://deb.debian.org/debian buster/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-1+deb10u2 [67.4 kB]
12:55:22 #10 9.863 Get:89 http://deb.debian.org/debian buster/main armhf libsasl2-2 armhf 2.1.27+dfsg-1+deb10u2 [98.9 kB]
12:55:22 #10 9.863 Get:90 http://deb.debian.org/debian buster/main armhf libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
12:55:22 #10 9.863 Get:91 http://deb.debian.org/debian buster/main armhf libldap-2.4-2 armhf 2.4.47+dfsg-3+deb10u7 [202 kB]
12:55:22 #10 9.863 Get:92 http://deb.debian.org/debian buster/main armhf libnghttp2-14 armhf 1.36.0-2+deb10u1 [74.4 kB]
12:55:22 #10 9.863 Get:93 http://deb.debian.org/debian buster/main armhf libpsl5 armhf 0.20.2-2 [52.4 kB]
12:55:22 #10 9.863 Get:94 http://deb.debian.org/debian buster/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2 [54.9 kB]
12:55:22 #10 9.863 Get:95 http://deb.debian.org/debian buster/main armhf libssh2-1 armhf 1.8.0-2.1 [129 kB]
12:55:22 #10 9.863 Get:96 http://deb.debian.org/debian-security buster/updates/main armhf libcurl4 armhf 7.64.0-4+deb10u4 [299 kB]
12:55:22 #10 9.863 Get:97 http://deb.debian.org/debian-security buster/updates/main armhf curl armhf 7.64.0-4+deb10u4 [258 kB]
12:55:22 #10 9.863 Get:98 http://deb.debian.org/debian buster/main armhf dctrl-tools armhf 2.24-3 [96.0 kB]
12:55:22 #10 9.863 Get:99 http://deb.debian.org/debian buster/main armhf libtool all 2.4.6-9 [547 kB]
12:55:22 #10 9.863 Get:100 http://deb.debian.org/debian buster/main armhf dh-autoreconf all 19 [16.9 kB]
12:55:22 #10 9.863 Get:101 http://deb.debian.org/debian buster/main armhf libarchive-zip-perl all 1.64-1 [96.8 kB]
12:55:22 #10 9.863 Get:102 http://deb.debian.org/debian buster/main armhf libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
12:55:22 #10 9.863 Get:103 http://deb.debian.org/debian buster/main armhf dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
12:55:22 #10 9.863 Get:104 http://deb.debian.org/debian buster/main armhf dwz armhf 0.12-3 [72.0 kB]
12:55:22 #10 9.863 Get:105 http://deb.debian.org/debian-security buster/updates/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u4 [1102 kB]
12:55:22 #10 9.863 Get:106 http://deb.debian.org/debian buster/main armhf libcroco3 armhf 0.6.12-3 [133 kB]
12:55:22 #10 9.883 Get:107 http://deb.debian.org/debian-security buster/updates/main armhf libncurses6 armhf 6.1+20181013-2+deb10u3 [79.8 kB]
12:55:22 #10 9.883 Get:108 http://deb.debian.org/debian buster/main armhf gettext armhf 0.19.8.1-9 [1242 kB]
12:55:22 #10 9.891 Get:109 http://deb.debian.org/debian buster/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
12:55:22 #10 9.891 Get:110 http://deb.debian.org/debian buster/main armhf po-debconf all 1.0.21 [248 kB]
12:55:22 #10 9.898 Get:111 http://deb.debian.org/debian buster/main armhf debhelper all 12.1.1 [1016 kB]
12:55:22 #10 9.919 Get:112 http://deb.debian.org/debian buster/main armhf debian-keyring all 2019.02.25 [32.4 MB]
12:55:22 #10 10.64 Get:113 http://deb.debian.org/debian buster/main armhf libfakeroot armhf 1.23-1 [41.8 kB]
12:55:22 #10 10.64 Get:114 http://deb.debian.org/debian buster/main armhf fakeroot armhf 1.23-1 [83.8 kB]
12:55:22 #10 10.64 Get:115 http://deb.debian.org/debian buster/main armhf libassuan0 armhf 2.5.2-1 [42.8 kB]
12:55:22 #10 10.64 Get:116 http://deb.debian.org/debian buster/main armhf gpgconf armhf 2.2.12-1+deb10u2 [492 kB]
12:55:22 #10 10.64 Get:117 http://deb.debian.org/debian-security buster/updates/main armhf libksba8 armhf 1.3.5-2+deb10u2 [86.9 kB]
12:55:22 #10 10.64 Get:118 http://deb.debian.org/debian buster/main armhf libnpth0 armhf 1.6-1 [17.4 kB]
12:55:22 #10 10.64 Get:119 http://deb.debian.org/debian buster/main armhf dirmngr armhf 2.2.12-1+deb10u2 [669 kB]
12:55:22 #10 10.67 Get:120 http://deb.debian.org/debian buster/main armhf gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
12:55:22 #10 10.69 Get:121 http://deb.debian.org/debian buster/main armhf gnupg-utils armhf 2.2.12-1+deb10u2 [788 kB]
12:55:22 #10 10.69 Get:122 http://deb.debian.org/debian buster/main armhf gpg armhf 2.2.12-1+deb10u2 [804 kB]
12:55:22 #10 10.70 Get:123 http://deb.debian.org/debian buster/main armhf pinentry-curses armhf 1.1.0-2 [59.8 kB]
12:55:22 #10 10.74 Get:124 http://deb.debian.org/debian buster/main armhf gpg-agent armhf 2.2.12-1+deb10u2 [578 kB]
12:55:22 #10 10.74 Get:125 http://deb.debian.org/debian buster/main armhf gpg-wks-client armhf 2.2.12-1+deb10u2 [469 kB]
12:55:22 #10 10.74 Get:126 http://deb.debian.org/debian buster/main armhf gpg-wks-server armhf 2.2.12-1+deb10u2 [464 kB]
12:55:22 #10 10.74 Get:127 http://deb.debian.org/debian buster/main armhf gpgsm armhf 2.2.12-1+deb10u2 [573 kB]
12:55:22 #10 10.76 Get:128 http://deb.debian.org/debian buster/main armhf gnupg all 2.2.12-1+deb10u2 [715 kB]
12:55:22 #10 10.76 Get:129 http://deb.debian.org/debian buster/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
12:55:22 #10 10.76 Get:130 http://deb.debian.org/debian buster/main armhf libfile-homedir-perl all 1.004-1 [42.7 kB]
12:55:22 #10 10.76 Get:131 http://deb.debian.org/debian buster/main armhf libio-pty-perl armhf 1:1.08-1.1+b5 [32.9 kB]
12:55:22 #10 10.76 Get:132 http://deb.debian.org/debian buster/main armhf libipc-run-perl all 20180523.0-1 [101 kB]
12:55:22 #10 10.76 Get:133 http://deb.debian.org/debian buster/main armhf libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
12:55:22 #10 10.76 Get:134 http://deb.debian.org/debian buster/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
12:55:22 #10 10.76 Get:135 http://deb.debian.org/debian buster/main armhf libdevel-globaldestruction-perl all 0.14-1 [8084 B]
12:55:22 #10 10.76 Get:136 http://deb.debian.org/debian buster/main armhf libb-hooks-op-check-perl armhf 0.22-1+b1 [11.0 kB]
12:55:22 #10 10.79 Get:137 http://deb.debian.org/debian buster/main armhf libdynaloader-functions-perl all 0.003-1 [12.6 kB]
12:55:22 #10 10.83 Get:138 http://deb.debian.org/debian buster/main armhf libdevel-callchecker-perl armhf 0.008-1 [15.5 kB]
12:55:22 #10 10.83 Get:139 http://deb.debian.org/debian buster/main armhf libparams-classify-perl armhf 0.015-1+b1 [24.2 kB]
12:55:22 #10 10.83 Get:140 http://deb.debian.org/debian buster/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
12:55:22 #10 10.83 Get:141 http://deb.debian.org/debian buster/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
12:55:22 #10 10.83 Get:142 http://deb.debian.org/debian buster/main armhf librole-tiny-perl all 2.000006-1 [19.4 kB]
12:55:22 #10 10.84 Get:143 http://deb.debian.org/debian buster/main armhf libstrictures-perl all 2.000005-1 [18.3 kB]
12:55:22 #10 10.85 Get:144 http://deb.debian.org/debian buster/main armhf libsub-quote-perl all 2.005001-1 [17.9 kB]
12:55:22 #10 10.85 Get:145 http://deb.debian.org/debian buster/main armhf libmoo-perl all 2.003004-2 [57.4 kB]
12:55:22 #10 10.87 Get:146 http://deb.debian.org/debian buster/main armhf libencode-locale-perl all 1.05-1 [13.7 kB]
12:55:22 #10 10.87 Get:147 http://deb.debian.org/debian buster/main armhf libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
12:55:22 #10 10.87 Get:148 http://deb.debian.org/debian buster/main armhf libhttp-date-perl all 6.02-1 [10.7 kB]
12:55:22 #10 10.87 Get:149 http://deb.debian.org/debian buster/main armhf libfile-listing-perl all 6.04-1 [10.3 kB]
12:55:22 #10 10.87 Get:150 http://deb.debian.org/debian buster/main armhf libhtml-tagset-perl all 3.20-3 [12.7 kB]
12:55:22 #10 10.87 Get:151 http://deb.debian.org/debian buster/main armhf liburi-perl all 1.76-1 [89.9 kB]
12:55:22 #10 10.87 Get:152 http://deb.debian.org/debian buster/main armhf libhtml-parser-perl armhf 3.72-3+b3 [102 kB]
12:55:22 #10 10.87 Get:153 http://deb.debian.org/debian buster/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
12:55:22 #10 10.87 Get:154 http://deb.debian.org/debian buster/main armhf libio-html-perl all 1.001-1 [17.6 kB]
12:55:22 #10 10.87 Get:155 http://deb.debian.org/debian buster/main armhf liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
12:55:22 #10 10.87 Get:156 http://deb.debian.org/debian buster/main armhf libhttp-message-perl all 6.18-1 [77.8 kB]
12:55:22 #10 10.87 Get:157 http://deb.debian.org/debian buster/main armhf libhttp-cookies-perl all 6.04-1 [17.8 kB]
12:55:22 #10 10.87 Get:158 http://deb.debian.org/debian buster/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
12:55:22 #10 10.87 Get:159 http://deb.debian.org/debian buster/main armhf perl-openssl-defaults armhf 3 [6782 B]
12:55:22 #10 10.87 Get:160 http://deb.debian.org/debian buster/main armhf libnet-ssleay-perl armhf 1.85-2+deb10u1 [288 kB]
12:55:22 #10 10.87 Get:161 http://deb.debian.org/debian buster/main armhf libio-socket-ssl-perl all 2.060-3 [207 kB]
12:55:22 #10 10.91 Get:162 http://deb.debian.org/debian buster/main armhf libnet-http-perl all 6.18-1 [24.5 kB]
12:55:22 #10 10.91 Get:163 http://deb.debian.org/debian buster/main armhf liblwp-protocol-https-perl all 6.07-2 [9242 B]
12:55:22 #10 10.91 Get:164 http://deb.debian.org/debian buster/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
12:55:22 #10 10.91 Get:165 http://deb.debian.org/debian buster/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
12:55:22 #10 10.91 Get:166 http://deb.debian.org/debian buster/main armhf libwww-perl all 6.36-2 [188 kB]
12:55:22 #10 10.91 Get:167 http://deb.debian.org/debian buster/main armhf patchutils armhf 0.3.4-2 [86.2 kB]
12:55:22 #10 10.91 Get:168 http://deb.debian.org/debian buster/main armhf wdiff armhf 1.2.2-2+b1 [121 kB]
12:55:22 #10 10.91 Get:169 http://deb.debian.org/debian buster/main armhf devscripts armhf 2.19.5+deb10u1 [1045 kB]
12:55:22 #10 10.96 Get:170 http://deb.debian.org/debian buster/main armhf diffstat armhf 1.62-1 [31.6 kB]
12:55:22 #10 10.96 Get:171 http://deb.debian.org/debian-security buster/updates/main armhf distro-info-data all 0.41+deb10u6 [7080 B]
12:55:22 #10 10.96 Get:172 http://deb.debian.org/debian buster/main armhf python3-pkg-resources all 40.8.0-1 [153 kB]
12:55:22 #10 10.96 Get:173 http://deb.debian.org/debian buster/main armhf python3-chardet all 3.0.4-3 [80.5 kB]
12:55:22 #10 10.96 Get:174 http://deb.debian.org/debian buster/main armhf python3-six all 1.12.0-1 [15.7 kB]
12:55:22 #10 10.96 Get:175 http://deb.debian.org/debian buster/main armhf python3-debian all 0.1.35 [78.8 kB]
12:55:22 #10 10.96 Get:176 http://deb.debian.org/debian buster/main armhf libgpgme11 armhf 1.12.0-6 [232 kB]
12:55:22 #10 11.01 Get:177 http://deb.debian.org/debian buster/main armhf python3-gpg armhf 1.12.0-6 [279 kB]
12:55:22 #10 11.01 Get:178 http://deb.debian.org/debian buster/main armhf dput all 1.0.3 [54.5 kB]
12:55:22 #10 11.01 Get:179 http://deb.debian.org/debian buster/main armhf equivs all 2.2.0 [22.4 kB]
12:55:22 #10 11.01 Get:180 http://deb.debian.org/debian-security buster/updates/main armhf exim4-config all 4.92-8+deb10u7 [325 kB]
12:55:22 #10 11.01 Get:181 http://deb.debian.org/debian-security buster/updates/main armhf exim4-base armhf 4.92-8+deb10u7 [1134 kB]
12:55:22 #10 11.06 Get:182 http://deb.debian.org/debian buster/main armhf libevent-2.1-6 armhf 2.1.8-stable-4 [159 kB]
12:55:22 #10 11.06 Get:183 http://deb.debian.org/debian buster/main armhf libunbound8 armhf 1.9.0-2+deb10u2 [411 kB]
12:55:22 #10 11.07 Get:184 http://deb.debian.org/debian-security buster/updates/main armhf libgnutls-dane0 armhf 3.6.7-4+deb10u9 [316 kB]
12:55:22 #10 11.07 Get:185 http://deb.debian.org/debian-security buster/updates/main armhf exim4-daemon-light armhf 4.92-8+deb10u7 [545 kB]
12:55:22 #10 11.10 Get:186 http://deb.debian.org/debian-security buster/updates/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u4 [297 kB]
12:55:22 #10 11.13 Get:187 http://deb.debian.org/debian buster/main armhf libpcre2-8-0 armhf 10.32-5 [190 kB]
12:55:22 #10 11.13 Get:188 http://deb.debian.org/debian buster/main armhf liberror-perl all 0.17027-2 [30.9 kB]
12:55:22 #10 11.16 Get:189 http://deb.debian.org/debian-security buster/updates/main armhf git-man all 1:2.20.1-2+deb10u7 [1623 kB]
12:55:22 #10 11.19 Get:190 http://deb.debian.org/debian-security buster/updates/main armhf git armhf 1:2.20.1-2+deb10u7 [4554 kB]
12:55:22 #10 11.33 Get:191 http://deb.debian.org/debian buster/main armhf libgc1c2 armhf 1:7.6.4-0.4 [212 kB]
12:55:22 #10 11.33 Get:192 http://deb.debian.org/debian buster/main armhf libltdl7 armhf 2.4.6-9 [387 kB]
12:55:22 #10 11.37 Get:193 http://deb.debian.org/debian buster/main armhf guile-2.2-libs armhf 2.2.4+1-2+deb10u1 [4920 kB]
12:55:22 #10 11.50 Get:194 http://deb.debian.org/debian buster/main armhf iso-codes all 4.2-1 [2713 kB]
12:55:22 #10 11.59 Get:195 http://deb.debian.org/debian buster/main armhf libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
12:55:22 #10 11.59 Get:196 http://deb.debian.org/debian buster/main armhf libalgorithm-diff-xs-perl armhf 0.04-5+b1 [11.3 kB]
12:55:22 #10 11.59 Get:197 http://deb.debian.org/debian buster/main armhf libalgorithm-merge-perl all 0.08-3 [12.7 kB]
12:55:22 #10 11.59 Get:198 http://deb.debian.org/debian buster/main armhf libapt-inst2.0 armhf 1.8.2.3 [200 kB]
12:55:22 #10 11.59 Get:199 http://deb.debian.org/debian buster/main armhf libapt-pkg-perl armhf 0.1.34+b1 [66.3 kB]
12:55:22 #10 11.59 Get:200 http://deb.debian.org/debian buster/main armhf libarchive-cpio-perl all 0.10-1 [10.3 kB]
12:55:22 #10 11.59 Get:201 http://deb.debian.org/debian buster/main armhf libasync-mergepoint-perl all 0.04-2 [10.4 kB]
12:55:22 #10 11.59 Get:202 http://deb.debian.org/debian buster/main armhf libauthen-sasl-perl all 2.1600-1 [50.8 kB]
12:55:22 #10 11.62 Get:203 http://deb.debian.org/debian buster/main armhf libmodule-implementation-perl all 0.09-1 [12.9 kB]
12:55:22 #10 11.63 Get:204 http://deb.debian.org/debian buster/main armhf libvariable-magic-perl armhf 0.62-1+b1 [43.4 kB]
12:55:22 #10 11.64 Get:205 http://deb.debian.org/debian buster/main armhf libb-hooks-endofscope-perl all 0.24-1 [18.6 kB]
12:55:22 #10 11.65 Get:206 http://deb.debian.org/debian buster/main armhf libcapture-tiny-perl all 0.48-1 [26.0 kB]
12:55:22 #10 11.65 Get:207 http://deb.debian.org/debian buster/main armhf libcgi-pm-perl all 4.40-1 [222 kB]
12:55:22 #10 11.65 Get:208 http://deb.debian.org/debian buster/main armhf libfcgi-perl armhf 0.78-2+b3 [34.8 kB]
12:55:22 #10 11.65 Get:209 http://deb.debian.org/debian buster/main armhf libcgi-fast-perl all 1:2.13-1 [11.4 kB]
12:55:22 #10 11.65 Get:210 http://deb.debian.org/debian buster/main armhf libsub-name-perl armhf 0.21-1+b3 [13.0 kB]
12:55:22 #10 11.66 Get:211 http://deb.debian.org/debian buster/main armhf libclass-accessor-perl all 0.51-1 [23.2 kB]
12:55:22 #10 11.68 Get:212 http://deb.debian.org/debian buster/main armhf libclass-inspector-perl all 1.32-1 [19.1 kB]
12:55:22 #10 11.68 Get:213 http://deb.debian.org/debian buster/main armhf libclass-xsaccessor-perl armhf 1.19-3+b2 [37.5 kB]
12:55:22 #10 11.68 Get:214 http://deb.debian.org/debian buster/main armhf libclone-perl armhf 0.41-1+b1 [14.0 kB]
12:55:22 #10 11.68 Get:215 http://deb.debian.org/debian buster/main armhf libcommon-sense-perl armhf 3.74-2+b7 [24.0 kB]
12:55:22 #10 11.68 Get:216 http://deb.debian.org/debian buster/main armhf libparams-util-perl armhf 1.07-3+b4 [21.8 kB]
12:55:22 #10 11.68 Get:217 http://deb.debian.org/debian buster/main armhf libsub-install-perl all 0.928-1 [11.4 kB]
12:55:22 #10 11.68 Get:218 http://deb.debian.org/debian buster/main armhf libdata-optlist-perl all 0.110-1 [10.6 kB]
12:55:22 #10 11.68 Get:219 http://deb.debian.org/debian buster/main armhf libsub-exporter-perl all 0.987-1 [47.2 kB]
12:55:22 #10 11.71 Get:220 http://deb.debian.org/debian buster/main armhf libconst-fast-perl all 0.014-1 [8250 B]
12:55:22 #10 11.71 Get:221 http://deb.debian.org/debian buster/main armhf libwant-perl armhf 0.29-1+b4 [27.3 kB]
12:55:22 #10 11.71 Get:222 http://deb.debian.org/debian buster/main armhf libcontextual-return-perl all 0.004014-2 [56.6 kB]
12:55:22 #10 11.71 Get:223 http://deb.debian.org/debian buster/main armhf libconvert-binhex-perl all 1.125-1 [30.5 kB]
12:55:22 #10 11.71 Get:224 http://deb.debian.org/debian buster/main armhf libdata-dump-perl all 1.23-1 [29.5 kB]
12:55:22 #10 11.75 Get:225 http://deb.debian.org/debian buster/main armhf libdigest-bubblebabble-perl all 0.02-2 [8238 B]
12:55:22 #10 11.75 Get:226 http://deb.debian.org/debian buster/main armhf libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB]
12:55:22 #10 11.75 Get:227 http://deb.debian.org/debian buster/main armhf libdistro-info-perl all 0.21 [6696 B]
12:55:22 #10 11.75 Get:228 http://deb.debian.org/debian buster/main armhf libnet-smtp-ssl-perl all 1.04-1 [6184 B]
12:55:22 #10 11.75 Get:229 http://deb.debian.org/debian buster/main armhf libmailtools-perl all 2.18-1 [88.5 kB]
12:55:22 #10 11.78 Get:230 http://deb.debian.org/debian buster/main armhf libnet-ip-perl all 1.26-2 [29.0 kB]
12:55:22 #10 11.78 Get:231 http://deb.debian.org/debian buster/main armhf libnet-dns-perl all 1.19-1 [372 kB]
12:55:22 #10 11.81 Get:232 http://deb.debian.org/debian buster/main armhf libnet-domain-tld-perl all 1.75-1 [33.3 kB]
12:55:22 #10 11.81 Get:233 http://deb.debian.org/debian buster/main armhf libemail-valid-perl all 1.202-1 [23.0 kB]
12:55:22 #10 11.81 Get:234 http://deb.debian.org/debian buster/main armhf libexporter-tiny-perl all 1.002001-1 [36.9 kB]
12:55:22 #10 11.81 Get:235 http://deb.debian.org/debian buster/main armhf libipc-system-simple-perl all 1.25-4 [26.5 kB]
12:55:22 #10 11.81 Get:236 http://deb.debian.org/debian buster/main armhf libfile-basedir-perl all 0.08-1 [17.7 kB]
12:55:22 #10 11.84 Get:237 http://deb.debian.org/debian buster/main armhf libfile-chdir-perl all 0.1008-1 [13.3 kB]
12:55:22 #10 11.87 Get:238 http://deb.debian.org/debian buster/main armhf libfile-fcntllock-perl armhf 0.22-3+b5 [35.0 kB]
12:55:22 #10 11.89 Get:239 http://deb.debian.org/debian buster/main armhf libfont-afm-perl all 1.20-2 [13.6 kB]
12:55:22 #10 11.89 Get:240 http://deb.debian.org/debian buster/main armhf libfribidi0 armhf 1.0.5-3.1+deb10u2 [61.9 kB]
12:55:22 #10 11.90 Get:241 http://deb.debian.org/debian buster/main armhf libfuture-perl all 0.39-1 [74.5 kB]
12:55:22 #10 11.90 Get:242 http://deb.debian.org/debian buster/main armhf libio-stringy-perl all 2.111-3 [56.5 kB]
12:55:22 #10 11.90 Get:243 http://deb.debian.org/debian buster/main armhf libparams-validate-perl armhf 1.29-1+b1 [65.6 kB]
12:55:22 #10 11.91 Get:244 http://deb.debian.org/debian buster/main armhf libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB]
12:55:22 #10 11.91 Get:245 http://deb.debian.org/debian buster/main armhf libsort-versions-perl all 1.62-1 [11.0 kB]
12:55:22 #10 11.92 Get:246 http://deb.debian.org/debian buster/main armhf libgit-wrapper-perl all 0.048-1 [34.7 kB]
12:55:22 #10 11.92 Get:247 http://deb.debian.org/debian buster/main armhf libhttp-tiny-multipart-perl all 0.08-1 [9304 B]
12:55:22 #10 11.92 Get:248 http://deb.debian.org/debian buster/main armhf libio-prompter-perl all 0.004015-1 [60.4 kB]
12:55:22 #10 11.92 Get:249 http://deb.debian.org/debian buster/main armhf libjson-perl all 4.02000-1 [88.8 kB]
12:55:22 #10 11.92 Get:250 http://deb.debian.org/debian buster/main armhf liblog-any-perl all 1.707-1 [65.2 kB]
12:55:22 #10 11.92 Get:251 http://deb.debian.org/debian buster/main armhf liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
12:55:22 #10 11.92 Get:252 http://deb.debian.org/debian buster/main armhf libpackage-stash-perl all 0.38-1 [21.7 kB]
12:55:22 #10 11.92 Get:253 http://deb.debian.org/debian buster/main armhf libsub-identify-perl armhf 0.14-1+b1 [11.5 kB]
12:55:22 #10 11.92 Get:254 http://deb.debian.org/debian buster/main armhf libnamespace-clean-perl all 0.27-1 [17.3 kB]
12:55:22 #10 11.92 Get:255 http://deb.debian.org/debian buster/main armhf libpath-tiny-perl all 0.108-1 [53.3 kB]
12:55:22 #10 11.92 Get:256 http://deb.debian.org/debian buster/main armhf libtype-tiny-perl all 1.004004-1 [266 kB]
12:55:22 #10 11.93 Get:257 http://deb.debian.org/debian buster/main armhf libgitlab-api-v4-perl all 0.16-1 [69.9 kB]
12:55:22 #10 11.93 Get:258 http://deb.debian.org/debian-security buster/updates/main armhf libglib2.0-data all 2.58.3-2+deb10u4 [1110 kB]
12:55:22 #10 11.94 Get:259 http://deb.debian.org/debian buster/main armhf libgpm2 armhf 1.20.7-5 [34.2 kB]
12:55:22 #10 11.95 Get:260 http://deb.debian.org/debian buster/main armhf libidn11 armhf 1.33-2.2 [113 kB]
12:55:22 #10 11.95 Get:261 http://deb.debian.org/debian buster/main armhf libntlm0 armhf 1.5-1+deb10u1 [22.9 kB]
12:55:22 #10 11.95 Get:262 http://deb.debian.org/debian buster/main armhf libgsasl7 armhf 1.8.0-8+deb10u1 [197 kB]
12:55:22 #10 11.95 Get:263 http://deb.debian.org/debian buster/main armhf libhtml-form-perl all 6.03-1 [23.9 kB]
12:55:22 #10 11.95 Get:264 http://deb.debian.org/debian buster/main armhf libhtml-format-perl all 2.12-1 [43.5 kB]
12:55:22 #10 11.99 Get:265 http://deb.debian.org/debian-security buster/updates/main armhf libhttp-daemon-perl all 6.01-3+deb10u1 [17.1 kB]
12:55:22 #10 11.99 Get:266 http://deb.debian.org/debian buster/main armhf libstruct-dumb-perl all 0.09-1 [11.1 kB]
12:55:22 #10 11.99 Get:267 http://deb.debian.org/debian buster/main armhf libio-async-perl all 0.72-1 [262 kB]
12:55:22 #10 11.99 Get:268 http://deb.debian.org/debian buster/main armhf libio-sessiondata-perl all 1.03-1 [5782 B]
12:55:22 #10 11.99 Get:269 http://deb.debian.org/debian buster/main armhf libio-string-perl all 1.08-3 [12.3 kB]
12:55:22 #10 11.99 Get:270 http://deb.debian.org/debian buster/main armhf libtypes-serialiser-perl all 1.0-1 [12.7 kB]
12:55:22 #10 11.99 Get:271 http://deb.debian.org/debian buster/main armhf libjson-xs-perl armhf 3.040-1+b1 [89.4 kB]
12:55:22 #10 12.01 Get:272 http://deb.debian.org/debian buster/main armhf liblzo2-2 armhf 2.10-0.1 [49.7 kB]
12:55:22 #10 12.01 Get:273 http://deb.debian.org/debian buster/main armhf libkyotocabinet16v5 armhf 1.2.76-4.2+b1 [280 kB]
12:55:22 #10 12.01 Get:274 http://deb.debian.org/debian buster/main armhf liblist-compare-perl all 0.53-1 [68.9 kB]
12:55:22 #10 12.01 Get:275 http://deb.debian.org/debian buster/main armhf liblist-moreutils-perl armhf 0.416-1+b4 [60.5 kB]
12:55:22 #10 12.01 Get:276 http://deb.debian.org/debian buster/main armhf libltdl-dev armhf 2.4.6-9 [160 kB]
12:55:22 #10 12.01 Get:277 http://deb.debian.org/debian buster/main armhf libsys-hostname-long-perl all 1.5-1 [12.0 kB]
12:55:22 #10 12.01 Get:278 http://deb.debian.org/debian buster/main armhf libmail-sendmail-perl all 0.80-1 [25.3 kB]
12:55:22 #10 12.01 Get:279 http://deb.debian.org/debian buster/main armhf mailutils-common all 1:3.5-4 [689 kB]
12:55:22 #10 12.03 Get:280 http://deb.debian.org/debian buster/main armhf mysql-common all 5.8+1.0.5 [7324 B]
12:55:22 #10 12.03 Get:281 http://deb.debian.org/debian-security buster/updates/main armhf mariadb-common all 1:10.3.36-0+deb10u2 [33.2 kB]
12:55:22 #10 12.03 Get:282 http://deb.debian.org/debian-security buster/updates/main armhf libmariadb3 armhf 1:10.3.36-0+deb10u2 [164 kB]
12:55:22 #10 12.03 Get:283 http://deb.debian.org/debian buster/main armhf libpython2.7-minimal armhf 2.7.16-2+deb10u1 [395 kB]
12:55:22 #10 12.04 Get:284 http://deb.debian.org/debian buster/main armhf libpython2.7-stdlib armhf 2.7.16-2+deb10u1 [1837 kB]
12:55:22 #10 12.06 Get:285 http://deb.debian.org/debian buster/main armhf libpython2.7 armhf 2.7.16-2+deb10u1 [892 kB]
12:55:22 #10 12.07 Get:286 http://deb.debian.org/debian buster/main armhf libmailutils5 armhf 1:3.5-4 [813 kB]
12:55:22 #10 12.09 Get:287 http://deb.debian.org/debian buster/main armhf libmime-tools-perl all 5.509-1 [212 kB]
12:55:22 #10 12.09 Get:288 http://deb.debian.org/debian buster/main armhf libnet-dns-sec-perl armhf 1.11-1 [47.2 kB]
12:55:22 #10 12.09 Get:289 http://deb.debian.org/debian buster/main armhf libnet-libidn-perl armhf 0.12.ds-3+b1 [17.7 kB]
12:55:22 #10 12.11 Get:290 http://deb.debian.org/debian buster/main armhf libnumber-compare-perl all 0.03-1 [7642 B]
12:55:22 #10 12.11 Get:291 http://deb.debian.org/debian buster/main armhf libnumber-range-perl all 0.12-1 [9274 B]
12:55:22 #10 12.11 Get:292 http://deb.debian.org/debian buster/main armhf libossp-uuid16 armhf 1.6.2-1.5+b7 [35.3 kB]
12:55:22 #10 12.11 Get:293 http://deb.debian.org/debian buster/main armhf libossp-uuid-perl armhf 1.6.2-1.5+b7 [27.8 kB]
12:55:22 #10 12.11 Get:294 http://deb.debian.org/debian buster/main armhf libpackage-stash-xs-perl armhf 0.29-1 [18.1 kB]
12:55:22 #10 12.11 Get:295 http://deb.debian.org/debian buster/main armhf libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
12:55:22 #10 12.11 Get:296 http://deb.debian.org/debian buster/main armhf libtext-glob-perl all 0.10-1 [8362 B]
12:55:22 #10 12.11 Get:297 http://deb.debian.org/debian buster/main armhf libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
12:55:22 #10 12.11 Get:298 http://deb.debian.org/debian buster/main armhf libperlio-gzip-perl armhf 0.19-1+b5 [16.2 kB]
12:55:22 #10 12.11 Get:299 http://deb.debian.org/debian buster/main armhf libpod-constants-perl all 0.19-1 [16.9 kB]
12:55:22 #10 12.11 Get:300 http://deb.debian.org/debian buster/main armhf libreadonly-perl all 2.050-1 [22.7 kB]
12:55:22 #10 12.11 Get:301 http://deb.debian.org/debian buster/main armhf libref-util-perl all 0.204-1 [17.1 kB]
12:55:22 #10 12.11 Get:302 http://deb.debian.org/debian buster/main armhf libref-util-xs-perl armhf 0.117-1+b1 [12.8 kB]
12:55:22 #10 12.11 Get:303 http://deb.debian.org/debian buster/main armhf libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB]
12:55:22 #10 12.11 Get:304 http://deb.debian.org/debian buster/main armhf libsasl2-modules armhf 2.1.27+dfsg-1+deb10u2 [96.9 kB]
12:55:22 #10 12.11 Get:305 http://deb.debian.org/debian buster/main armhf libsereal-decoder-perl armhf 4.005+ds-1+b1 [88.2 kB]
12:55:22 #10 12.11 Get:306 http://deb.debian.org/debian buster/main armhf libsereal-encoder-perl armhf 4.005+ds-1+b1 [89.1 kB]
12:55:22 #10 12.11 Get:307 http://deb.debian.org/debian buster/main armhf libsereal-perl all 4.005-1 [10.8 kB]
12:55:22 #10 12.11 Get:308 http://deb.debian.org/debian buster/main armhf libtask-weaken-perl all 1.06-1 [9252 B]
12:55:22 #10 12.12 Get:309 http://deb.debian.org/debian buster/main armhf libxml-parser-perl armhf 2.44-4 [210 kB]
12:55:22 #10 12.12 Get:310 http://deb.debian.org/debian buster/main armhf libsoap-lite-perl all 1.27-1 [258 kB]
12:55:22 #10 12.13 Get:311 http://deb.debian.org/debian buster/main armhf libsort-key-perl armhf 1.33-2+b1 [35.7 kB]
12:55:22 #10 12.13 Get:312 http://deb.debian.org/debian buster/main armhf libstring-copyright-perl all 0.003006-1 [11.6 kB]
12:55:22 #10 12.13 Get:313 http://deb.debian.org/debian buster/main armhf libstring-escape-perl all 2010.002-2 [19.1 kB]
12:55:22 #10 12.13 Get:314 http://deb.debian.org/debian buster/main armhf libstring-shellquote-perl all 1.04-1 [12.6 kB]
12:55:22 #10 12.13 Get:315 http://deb.debian.org/debian buster/main armhf libterm-readkey-perl armhf 2.38-1 [26.3 kB]
12:55:22 #10 12.13 Get:316 http://deb.debian.org/debian buster/main armhf libtest-fatal-perl all 0.014-1 [11.9 kB]
12:55:22 #10 12.13 Get:317 http://deb.debian.org/debian buster/main armhf libtest-refcount-perl all 0.08-3 [11.4 kB]
12:55:22 #10 12.13 Get:318 http://deb.debian.org/debian buster/main armhf libtext-levenshtein-perl all 0.13-1 [11.1 kB]
12:55:22 #10 12.13 Get:319 http://deb.debian.org/debian buster/main armhf libtype-tiny-xs-perl armhf 0.014-1+b1 [22.5 kB]
12:55:22 #10 12.13 Get:320 http://deb.debian.org/debian buster/main armhf libunicode-utf8-perl armhf 0.62-1 [19.0 kB]
12:55:22 #10 12.13 Get:321 http://deb.debian.org/debian buster/main armhf libwrap0 armhf 7.6.q-28 [55.9 kB]
12:55:22 #10 12.15 Get:322 http://deb.debian.org/debian buster/main armhf libxau6 armhf 1:1.0.8-1+b2 [19.1 kB]
12:55:22 #10 12.15 Get:323 http://deb.debian.org/debian buster/main armhf libxdmcp6 armhf 1:1.1.2-3 [24.9 kB]
12:55:22 #10 12.15 Get:324 http://deb.debian.org/debian buster/main armhf libxcb1 armhf 1.13.1-2 [132 kB]
12:55:22 #10 12.15 Get:325 http://deb.debian.org/debian buster/main armhf libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
12:55:22 #10 12.15 Get:326 http://deb.debian.org/debian buster/main armhf libx11-6 armhf 2:1.6.7-1+deb10u2 [698 kB]
12:55:22 #10 12.16 Get:327 http://deb.debian.org/debian buster/main armhf libxext6 armhf 2:1.3.3-1+b2 [48.1 kB]
12:55:22 #10 12.16 Get:328 http://deb.debian.org/debian buster/main armhf libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
12:55:22 #10 12.16 Get:329 http://deb.debian.org/debian buster/main armhf libxml-sax-base-perl all 1.09-1 [20.4 kB]
12:55:22 #10 12.16 Get:330 http://deb.debian.org/debian buster/main armhf libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
12:55:22 #10 12.16 Get:331 http://deb.debian.org/debian buster/main armhf libxml-libxml-perl armhf 2.0134+dfsg-1 [326 kB]
12:55:22 #10 12.17 Get:332 http://deb.debian.org/debian buster/main armhf libxml-sax-expat-perl all 0.51-1 [12.0 kB]
12:55:22 #10 12.17 Get:333 http://deb.debian.org/debian buster/main armhf libxml-simple-perl all 2.25-1 [72.0 kB]
12:55:22 #10 12.19 Get:334 http://deb.debian.org/debian buster/main armhf libxmlrpc-lite-perl all 0.717-2 [22.3 kB]
12:55:22 #10 12.19 Get:335 http://deb.debian.org/debian buster/main armhf libxmuu1 armhf 2:1.1.2-2+b3 [23.3 kB]
12:55:22 #10 12.19 Get:336 http://deb.debian.org/debian buster/main armhf libyaml-0-2 armhf 0.2.1-1 [40.6 kB]
12:55:22 #10 12.19 Get:337 http://deb.debian.org/debian buster/main armhf libyaml-libyaml-perl armhf 0.76+repack-1 [30.8 kB]
12:55:22 #10 12.19 Get:338 http://deb.debian.org/debian buster/main armhf licensecheck all 3.0.31-3 [28.3 kB]
12:55:22 #10 12.19 Get:339 http://deb.debian.org/debian buster/main armhf t1utils armhf 1.41-3 [54.4 kB]
12:55:22 #10 12.19 Get:340 http://deb.debian.org/debian buster/main armhf lintian all 2.15.0 [1181 kB]
12:55:22 #10 12.20 Get:341 http://deb.debian.org/debian buster/main armhf lsb-release all 10.2019051400 [27.5 kB]
12:55:22 #10 12.20 Get:342 http://deb.debian.org/debian buster/main armhf mailutils armhf 1:3.5-4 [569 kB]
12:55:22 #10 12.21 Get:343 http://deb.debian.org/debian buster/main armhf manpages-dev all 4.16-2 [2232 kB]
12:55:22 #10 12.23 Get:344 http://deb.debian.org/debian buster/main armhf psmisc armhf 23.2-1+deb10u1 [123 kB]
12:55:22 #10 12.23 Get:345 http://deb.debian.org/debian buster/main armhf publicsuffix all 20220811.1734-0+deb10u1 [127 kB]
12:55:22 #10 12.23 Get:346 http://deb.debian.org/debian buster/main armhf python-apt-common all 1.8.4.3 [96.3 kB]
12:55:22 #10 12.23 Get:347 http://deb.debian.org/debian buster/main armhf python3-apt armhf 1.8.4.3 [169 kB]
12:55:22 #10 12.24 Get:348 http://deb.debian.org/debian buster/main armhf python3-certifi all 2018.8.24-1 [140 kB]
12:55:22 #10 12.24 Get:349 http://deb.debian.org/debian buster/main armhf python3-idna all 2.6-1 [34.3 kB]
12:55:22 #10 12.24 Get:350 http://deb.debian.org/debian buster/main armhf python3-magic all 2:0.4.15-2 [9256 B]
12:55:22 #10 12.24 Get:351 http://deb.debian.org/debian buster/main armhf python3-urllib3 all 1.24.1-1 [97.1 kB]
12:55:22 #10 12.24 Get:352 http://deb.debian.org/debian buster/main armhf python3-requests all 2.21.0-1 [66.9 kB]
12:55:22 #10 12.24 Get:353 http://deb.debian.org/debian buster/main armhf python3-unidiff all 0.5.4-1 [7506 B]
12:55:22 #10 12.24 Get:354 http://deb.debian.org/debian buster/main armhf python3-xdg all 0.25-5 [35.9 kB]
12:55:22 #10 12.24 Get:355 http://deb.debian.org/debian buster/main armhf shared-mime-info armhf 1.10-1 [763 kB]
12:55:22 #10 12.25 Get:356 http://deb.debian.org/debian buster/main armhf strace armhf 4.26-0.2 [783 kB]
12:55:22 + make clean
12:55:22 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:22 rm -f -r src
12:55:22 make -C rpm clean
12:55:22 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:22 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:22 rm -f -r rpmbuild/
12:55:22 docker builder prune -f --filter until=24h
12:55:22 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:22 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:22 rm -f -r debbuild
12:55:22 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:22 rm -f -r sources
12:55:22 docker builder prune -f --filter until=24h
12:55:22 Total:	0B
12:55:22 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:22 make -C static clean
12:55:22 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:22 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:22 rm -f -r build
12:55:22 docker builder prune -f --filter until=24h
12:55:22 #10 12.27 Get:357 http://deb.debian.org/debian-security buster/updates/main armhf unzip armhf 6.0-23+deb10u3 [158 kB]
12:55:22 #10 12.27 Get:358 http://deb.debian.org/debian buster/main armhf xauth armhf 1:1.0.10-1 [37.4 kB]
12:55:22 #10 12.27 Get:359 http://deb.debian.org/debian buster/main armhf xdg-user-dirs armhf 0.17-2 [52.4 kB]
12:55:22 f78e6840ded1: Pulling fs layer
12:55:22 f78e6840ded1: Verifying Checksum
12:55:22 f78e6840ded1: Download complete
12:55:22 f78e6840ded1: Pull complete
12:55:22 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:22 Status: Downloaded newer image for busybox:latest
12:55:23 Total:	0B
12:55:23 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:23 make -C deb clean
12:55:23 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:23 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:23 rm -f -r debbuild
12:55:23 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:23 rm -f -r sources
12:55:23 docker builder prune -f --filter until=24h
12:55:23 Total:	0B
12:55:23 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:23 make -C static clean
12:55:23 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:23 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:23 rm -f -r build
12:55:23 docker builder prune -f --filter until=24h
12:55:23 Total:	0B
12:55:23 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:23 #10 12.56 debconf: delaying package configuration, since apt-utils is not installed
12:55:23 #10 12.59 Fetched 156 MB in 4s (38.5 MB/s)
12:55:23 #10 12.61 Selecting previously unselected package sensible-utils.
12:55:23 #10 12.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 ... 6671 files and directories currently installed.)
12:55:23 #10 12.61 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ...
12:55:23 #10 12.62 Unpacking sensible-utils (0.0.12) ...
12:55:23 #10 12.68 Selecting previously unselected package lsb-base.
12:55:23 #10 12.68 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ...
12:55:23 #10 12.69 Unpacking lsb-base (10.2019051400) ...
12:55:23 #10 12.80 Selecting previously unselected package cron.
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-844@tmp/a561d2e7-2adf-4eaa-a2c5-397bfa87551d/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-844@tmp/19833f6c-a08f-4436-b863-f7ddd4122416/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
12:55:23 Total:	0B
12:55:23 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:23 From https://github.com/docker/cli
12:55:23  * [new branch]      23.0       -> 23.0
12:55:23  * [new branch]      23.0       -> origin/23.0
12:55:23 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:23 git init src/github.com/docker/docker
12:55:23 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:23 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:23 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:23 + SRC=src/github.com/docker/docker
12:55:23 + REF=23.0
12:55:23 + REF_FETCH=23.0
12:55:23 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:23 + awk {print $2}
12:55:23 #10 12.80 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_armhf.deb ...
12:55:23 #10 12.81 Unpacking cron (3.0pl1-134+deb10u1) ...
12:55:23 #10 12.90 Selecting previously unselected package libbsd0:armhf.
12:55:23 #10 12.90 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_armhf.deb ...
12:55:23 #10 12.94 Unpacking libbsd0:armhf (0.9.1-2+deb10u1) ...
12:55:23 #10 13.03 Selecting previously unselected package bsdmainutils.
[Pipeline] echo
12:55:23 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:23 chowning workspace
[Pipeline] sh
12:55:23 + REF=refs/heads/23.0
12:55:23 + [ -n refs/heads/23.0 ]
12:55:23 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:23 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:23 #10 13.03 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_armhf.deb ...
12:55:23 #10 13.03 Unpacking bsdmainutils (11.1.2+b1) ...
12:55:23 #10 13.17 Selecting previously unselected package libuchardet0:armhf.
12:55:23 #10 13.17 Preparing to unpack .../05-libuchardet0_0.0.6-3_armhf.deb ...
12:55:23 #10 13.18 Unpacking libuchardet0:armhf (0.0.6-3) ...
12:55:23 #10 13.24 Selecting previously unselected package groff-base.
12:55:23 #10 13.24 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_armhf.deb ...
12:55:23 #10 13.25 Unpacking groff-base (1.22.4-3+deb10u1) ...
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-844@tmp/f5324551-4b15-4bfd-bf0f-99b02d2bb634/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
12:55:23 #10 13.42 Selecting previously unselected package libgdbm6:armhf.
12:55:23 #10 13.42 Preparing to unpack .../07-libgdbm6_1.18.1-4_armhf.deb ...
12:55:23 #10 13.42 Unpacking libgdbm6:armhf (1.18.1-4) ...
12:55:23 #10 13.48 Selecting previously unselected package libpipeline1:armhf.
12:55:23 #10 13.48 Preparing to unpack .../08-libpipeline1_1.5.1-2_armhf.deb ...
12:55:23 #10 13.48 Unpacking libpipeline1:armhf (1.5.1-2) ...
12:55:23 #10 13.53 Selecting previously unselected package man-db.
12:55:23 #10 13.54 Preparing to unpack .../09-man-db_2.8.5-2_armhf.deb ...
12:55:23 #10 13.54 Unpacking man-db (2.8.5-2) ...
12:55:23 + pwd
12:55:23 + id -u
12:55:23 + id -g
12:55:23 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:23 Unable to find image 'busybox:latest' locally
12:55:23 latest: Pulling from library/busybox
12:55:23 f78e6840ded1: Pulling fs layer
12:55:23 f78e6840ded1: Verifying Checksum
12:55:23 f78e6840ded1: Download complete
12:55:24 #10 13.77 Selecting previously unselected package perl-modules-5.28.
12:55:24 #10 13.77 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
12:55:24 #10 13.78 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
12:55:24 f78e6840ded1: Pull complete
12:55:24 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:24 Status: Downloaded newer image for busybox:latest
12:55:24 From https://github.com/docker/buildx
12:55:24  * [new tag]         v0.10.2    -> v0.10.2
12:55:24 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
[Pipeline] echo
12:55:24 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:24 chowning workspace
[Pipeline] sh
12:55:24 git init src/github.com/docker/compose
12:55:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:55:24 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:55:24 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:55:24 + SRC=src/github.com/docker/compose
12:55:24 + REF=v2.16.0
12:55:24 + REF_FETCH=v2.16.0
12:55:24 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:55:24 + awk {print $2}
12:55:24 #10 14.42 Selecting previously unselected package libgdbm-compat4:armhf.
12:55:24 #10 14.42 Preparing to unpack .../11-libgdbm-compat4_1.18.1-4_armhf.deb ...
12:55:24 #10 14.42 Unpacking libgdbm-compat4:armhf (1.18.1-4) ...
12:55:24 #10 14.48 Selecting previously unselected package libperl5.28:armhf.
12:55:24 + REF=refs/tags/v2.16.0
12:55:24 + [ -n refs/tags/v2.16.0 ]
12:55:24 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:24 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:25 #10 14.48 Preparing to unpack .../12-libperl5.28_5.28.1-6+deb10u1_armhf.deb ...
12:55:25 #10 14.49 Unpacking libperl5.28:armhf (5.28.1-6+deb10u1) ...
12:55:25 + pwd
12:55:25 + id -u
12:55:25 + id -g
12:55:25 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:25 Unable to find image 'busybox:latest' locally
12:55:25 latest: Pulling from library/busybox
12:55:25 205dae5015e7: Pulling fs layer
12:55:25 205dae5015e7: Verifying Checksum
12:55:25 205dae5015e7: Download complete
12:55:25 From https://github.com/docker/compose
12:55:25  * [new tag]         v2.16.0    -> v2.16.0
12:55:25 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:55:25 git init src/github.com/docker/scan-cli-plugin
12:55:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:55:25 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:55:25 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:55:25 + SRC=src/github.com/docker/scan-cli-plugin
12:55:25 + REF=v0.23.0
12:55:25 + REF_FETCH=v0.23.0
12:55:25 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:55:25 + awk {print $2}
12:55:25 + REF=refs/tags/v0.23.0
12:55:25 + [ -n refs/tags/v0.23.0 ]
12:55:25 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:25 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[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-844@tmp/71de7144-00a2-49fe-9ca4-126eb498da20/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
12:55:25 #10 15.07 Selecting previously unselected package perl.
12:55:25 #10 15.07 Preparing to unpack .../13-perl_5.28.1-6+deb10u1_armhf.deb ...
12:55:25 #10 15.08 Unpacking perl (5.28.1-6+deb10u1) ...
12:55:25 #10 15.22 Selecting previously unselected package liblocale-gettext-perl.
12:55:25 #10 15.22 Preparing to unpack .../14-liblocale-gettext-perl_1.07-3+b4_armhf.deb ...
12:55:25 From https://github.com/docker/scan-cli-plugin
12:55:25  * [new tag]         v0.23.0    -> v0.23.0
12:55:25 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:55:25 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 centos-7
12:55:25 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:25 mkdir -p rpmbuild/SOURCES
12:55:25 docker run --rm -w /v \
12:55:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:55:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:55:25 	alpine \
12:55:25 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:55:25 Commit message: "bump compose version to v2.16.0"
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] echo
12:55:25 Removing all docker containers
[Pipeline] sh
12:55:25 + make REF=23.0 debian-buster
12:55:25 git init src/github.com/docker/cli
12:55:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:25 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:25 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:25 + SRC=src/github.com/docker/cli
12:55:25 + REF=23.0
12:55:25 + REF_FETCH=23.0
12:55:25 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:25 + awk {print $2}
12:55:25 + REF=refs/heads/23.0
12:55:25 + [ -n refs/heads/23.0 ]
12:55:25 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:25 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
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-844@tmp/da90bdd0-b8c2-4115-882d-13abaf87dec3/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
12:55:25 + pwd
12:55:25 + id -u
12:55:25 + id -g
12:55:25 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:25 Unable to find image 'busybox:latest' locally
12:55:25 latest: Pulling from library/busybox
12:55:25 f78e6840ded1: Pulling fs layer
12:55:25 f78e6840ded1: Verifying Checksum
12:55:25 f78e6840ded1: Download complete
12:55:25 From https://github.com/docker/docker
12:55:25  * [new branch]      23.0       -> 23.0
12:55:25  * [new branch]      23.0       -> origin/23.0
12:55:25 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:25 205dae5015e7: Pull complete
12:55:25 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:25 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
12:55:25 cleanWorkspace: Ensuring workspace is owned by ubuntu
12:55:25 #10 15.22 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
12:55:25 #10 15.28 Selecting previously unselected package libssl1.1:armhf.
12:55:25 #10 15.28 Preparing to unpack .../15-libssl1.1_1.1.1n-0+deb10u3_armhf.deb ...
12:55:25 #10 15.28 Unpacking libssl1.1:armhf (1.1.1n-0+deb10u3) ...
12:55:25 #10 15.51 Selecting previously unselected package libpython3.7-minimal:armhf.
12:55:25 #10 15.51 Preparing to unpack .../16-libpython3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
[Pipeline] echo
12:55:25 chowning workspace
[Pipeline] sh
12:55:25 Unable to find image 'alpine:latest' locally
12:55:25 latest: Pulling from library/alpine
12:55:25 + make REF=23.0 centos-8
12:55:25 git init src/github.com/docker/cli
12:55:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:25 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:25 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:25 + SRC=src/github.com/docker/cli
12:55:25 + REF=23.0
12:55:25 + REF_FETCH=23.0
12:55:25 + git -C src/github.com/docker/cli ls-remote+  --refs --heads --tags origin 23.0
12:55:25 awk {print $2}
12:55:25 + REF=refs/heads/23.0
12:55:25 + [ -n refs/heads/23.0 ]
12:55:25 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:25 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:26 git init src/github.com/docker/buildx
12:55:26 f78e6840ded1: Pull complete
12:55:26 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:26 Status: Downloaded newer image for busybox:latest
12:55:26 #10 15.51 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
12:55:26 #10 15.65 Selecting previously unselected package libexpat1:armhf.
12:55:26 #10 15.65 Preparing to unpack .../17-libexpat1_2.2.6-2+deb10u6_armhf.deb ...
12:55:26 #10 15.65 Unpacking libexpat1:armhf (2.2.6-2+deb10u6) ...
12:55:26 #10 15.71 Selecting previously unselected package python3.7-minimal.
12:55:26 #10 15.71 Preparing to unpack .../18-python3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
12:55:26 #10 15.72 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
12:55:26 + docker container ls -aq
12:55:26 a9eaa45ef418: Pulling fs layer
12:55:26 a9eaa45ef418: Verifying Checksum
12:55:26 a9eaa45ef418: Download complete
12:55:26 a9eaa45ef418: Pull complete
12:55:26 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:55:26 Status: Downloaded newer image for alpine:latest
12:55:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:26 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:26 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:26 + SRC=src/github.com/docker/buildx
12:55:26 + REF=v0.10.2
12:55:26 + REF_FETCH=v0.10.2
12:55:26 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:26 + awk {print $2}
12:55:26 + REF=refs/tags/v0.10.2
12:55:26 + [ -n refs/tags/v0.10.2 ]
12:55:26 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:26 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:26 #10 15.95 Setting up libssl1.1:armhf (1.1.1n-0+deb10u3) ...
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-844@tmp/0cc21d82-5a87-4cd5-aef0-ffd5364fa2ea/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
12:55:26 #10 16.09 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
12:55:26 #10 16.11 Setting up libexpat1:armhf (2.2.6-2+deb10u6) ...
12:55:26 #10 16.13 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-00eedeed231e60672) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
12:55:26 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55: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-844@tmp/a0ad0ed6-d66e-4cf0-a495-3f24283ce01c/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-arm32v7 (i-0933cdd4548305c13) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
12:55:26 From https://github.com/docker/docker
12:55:26  * [new branch]      23.0       -> 23.0
12:55:26  * [new branch]      23.0       -> origin/23.0
12:55:26 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:27 + pwd
12:55:27 + id -u
12:55:27 + id -g
12:55:27 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:27 Unable to find image 'busybox:latest' locally
12:55:27 latest: Pulling from library/busybox
12:55:27 205dae5015e7: Pulling fs layer
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-04cfabff8c8147a97) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
12:55:27 #10 16.84 Selecting previously unselected package python3-minimal.
12:55:27 #10 16.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9597 files and directories currently installed.)
12:55:27 #10 16.84 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
12:55:27 #10 16.85 Unpacking python3-minimal (3.7.3-1) ...
12:55:27 #10 16.90 Selecting previously unselected package mime-support.
12:55:27 #10 16.90 Preparing to unpack .../1-mime-support_3.62_all.deb ...
12:55:27 205dae5015e7: Verifying Checksum
12:55:27 205dae5015e7: Download complete
[Pipeline] echo
12:55:27 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:27 chowning workspace
[Pipeline] sh
12:55:27 #10 16.90 Unpacking mime-support (3.62) ...
12:55:27 #10 16.95 Selecting previously unselected package libmpdec2:armhf.
12:55:27 #10 16.95 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
12:55:27 #10 16.96 Unpacking libmpdec2:armhf (2.4.2-2) ...
12:55:27 #10 17.01 Selecting previously unselected package readline-common.
12:55:27 #10 17.01 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
12:55:27 #10 17.01 Unpacking readline-common (7.0-5) ...
12:55:27 #10 17.07 Selecting previously unselected package libreadline7:armhf.
12:55:27 #10 17.07 Preparing to unpack .../4-libreadline7_7.0-5_armhf.deb ...
12:55:27 #10 17.07 Unpacking libreadline7:armhf (7.0-5) ...
12:55:27 #10 17.15 Selecting previously unselected package libsqlite3-0:armhf.
12:55:27 #10 17.15 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_armhf.deb ...
12:55:27 git init src/github.com/docker/buildx
12:55:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:27 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:27 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:27 + SRC=src/github.com/docker/buildx
12:55:27 + REF=v0.10.2
12:55:27 + REF_FETCH=v0.10.2
12:55:27 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin+  v0.10.2
12:55:27 awk {print $2}
12:55:27 + REF=refs/tags/v0.10.2
12:55:27 + [ -n refs/tags/v0.10.2 ]
12:55:27 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:27 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:27 205dae5015e7: Pull complete
12:55:27 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:27 Status: Downloaded newer image for busybox:latest
12:55:27 From https://github.com/docker/cli
12:55:27  * [new branch]      23.0       -> 23.0
12:55:27  * [new branch]      23.0       -> origin/23.0
12:55:27 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:27 git init src/github.com/docker/docker
12:55:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:27 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:27 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:27 + SRC=src/github.com/docker/docker
12:55:27 + REF=23.0
12:55:27 + REF_FETCH=23.0
12:55:27 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:27 + awk {print $2}
12:55:27 #10 17.16 Unpacking libsqlite3-0:armhf (3.27.2-3+deb10u2) ...
12:55:27 #10 17.28 Selecting previously unselected package libpython3.7-stdlib:armhf.
12:55:27 #10 17.28 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_armhf.deb ...
12:55:27 #10 17.29 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
[Pipeline] echo
12:55:27 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:27 chowning workspace
[Pipeline] sh
12:55:27 + pwd
12:55:27 + id -u
12:55:27 + id -g
12:55:27 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:27 Unable to find image 'busybox:latest' locally
12:55:27 latest: Pulling from library/busybox
12:55:27 From https://github.com/docker/cli
12:55:27  * [new branch]      23.0       -> 23.0
12:55:27  * [new branch]      23.0       -> origin/23.0
12:55:27 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
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-844@tmp/5b001b41-ddf0-4c48-b203-8bd003d8a7cc/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
12:55:27 + REF=refs/heads/23.0
12:55:27 + [ -n refs/heads/23.0 ]
12:55:27 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:27 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-00f0ee5b95ec4cd5a) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
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-844@tmp/8ba8282f-5ba5-4823-a3bf-a48b7799c0b8/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
12:55:28 #10 17.64 Selecting previously unselected package python3.7.
12:55:28 #10 17.64 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_armhf.deb ...
12:55:28 #10 17.65 Unpacking python3.7 (3.7.3-2+deb10u4) ...
12:55:28 #10 17.72 Selecting previously unselected package libpython3-stdlib:armhf.
12:55:28 #10 17.72 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_armhf.deb ...
12:55:28 205dae5015e7: Pulling fs layer
12:55:28 205dae5015e7: Verifying Checksum
12:55:28 205dae5015e7: Download complete
12:55:28 + pwd
12:55:28 + id -u
12:55:28 + id -g
12:55:28 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:28 Unable to find image 'busybox:latest' locally
12:55:28 latest: Pulling from library/busybox
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-844@tmp/6d3b5490-db83-4790-bb8a-bd13ff18e057/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
12:55:28 git init src/github.com/docker/docker
12:55:28 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:28 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:28 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:28 + SRC=src/github.com/docker/docker
12:55:28 + REF=23.0
12:55:28 + REF_FETCH=23.0
12:55:28 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:28 + awk {print $2}
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] sh
[Pipeline] echo
12:55:28 Docker containers have been removed
[Pipeline] echo
12:55:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] withDockerRegistry
12:55:28 #10 17.73 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
12:55:28 #10 17.78 Setting up python3-minimal (3.7.3-1) ...
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] echo
12:55:28 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:28 chowning workspace
[Pipeline] sh
12:55:28 205dae5015e7: Pull complete
12:55:28 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:28 Status: Downloaded newer image for busybox:latest
12:55:28 f78e6840ded1: Pulling fs layer
12:55:28 f78e6840ded1: Verifying Checksum
12:55:28 f78e6840ded1: Download complete
12:55:28 + REF=refs/heads/23.0
12:55:28 + [ -n refs/heads/23.0 ]
12:55:28 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:28 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:28 + make clean
12:55:28 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:28 rm -f -r src
12:55:28 make -C rpm clean
12:55:28 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:28 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:28 rm -f -r rpmbuild/
12:55:28 docker builder prune -f --filter until=24h
12:55:28 + pwd
12:55:28 + id -u
12:55:28 + id -g
12:55:28 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:28 Unable to find image 'busybox:latest' locally
12:55:28 latest: Pulling from library/busybox
12:55:28 205dae5015e7: Pulling fs layer
12:55:28 #10 18.08 Selecting previously unselected package python3.
12:55:28 #10 18.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 ... 10066 files and directories currently installed.)
12:55:28 #10 18.08 Preparing to unpack .../000-python3_3.7.3-1_armhf.deb ...
12:55:28 #10 18.10 Unpacking python3 (3.7.3-1) ...
12:55:28 #10 18.17 Selecting previously unselected package less.
12:55:28 #10 18.17 Preparing to unpack .../001-less_487-0.1+b1_armhf.deb ...
12:55:28 #10 18.18 Unpacking less (487-0.1+b1) ...
12:55:28 #10 18.24 Selecting previously unselected package netbase.
12:55:28 #10 18.24 Preparing to unpack .../002-netbase_5.6_all.deb ...
12:55:28 #10 18.25 Unpacking netbase (5.6) ...
12:55:28 #10 18.28 Selecting previously unselected package bzip2.
12:55:28 #10 18.28 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u2_armhf.deb ...
12:55:28 f78e6840ded1: Pull complete
12:55:28 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:28 Status: Downloaded newer image for busybox:latest
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
12:55:28 Removing all docker containers
[Pipeline] sh
[Pipeline] wrap
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] wrap
[Pipeline] withDockerRegistry
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] echo
12:55:28 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (fedora-36-aarch64)
[Pipeline] sh
[Pipeline] {
[Pipeline] {
[Pipeline] echo
12:55:28 Removing all docker containers
[Pipeline] sh
12:55:28 Total:	0B
12:55:28 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:28 make -C deb clean
12:55:28 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:28 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:28 rm -f -r debbuild
12:55:28 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:28 rm -f -r sources
12:55:28 docker builder prune -f --filter until=24h
12:55:28 Total:	0B
12:55:28 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:28 make -C static clean
12:55:28 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:28 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:28 rm -f -r build
12:55:28 docker builder prune -f --filter until=24h
12:55:28 #10 18.28 Unpacking bzip2 (1.0.6-9.2~deb10u2) ...
12:55:28 #10 18.32 Selecting previously unselected package libmagic-mgc.
12:55:28 #10 18.32 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_armhf.deb ...
12:55:28 #10 18.32 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
12:55:28 #10 18.46 Selecting previously unselected package libmagic1:armhf.
12:55:28 #10 18.46 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_armhf.deb ...
12:55:28 #10 18.46 Unpacking libmagic1:armhf (1:5.35-4+deb10u2) ...
12:55:28 #10 18.51 Selecting previously unselected package file.
12:55:28 #10 18.51 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_armhf.deb ...
12:55:28 #10 18.51 Unpacking file (1:5.35-4+deb10u2) ...
12:55:28 205dae5015e7: Verifying Checksum
12:55:28 205dae5015e7: Download complete
[Pipeline] echo
12:55:28 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:28 chowning workspace
[Pipeline] sh
12:55:28 + docker container ls -aq
12:55:28 From https://github.com/docker/buildx
12:55:28  * [new tag]         v0.10.2    -> v0.10.2
12:55:28 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:55:29 + echo starting...
12:55:29 starting...
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
12:55:29 Total:	0B
12:55:29 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:29 + pwd
12:55:29 + id -u
12:55:29 + id -g
12:55:29 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:29 Unable to find image 'busybox:latest' locally
12:55:29 205dae5015e7: Pull complete
12:55:29 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:29 Status: Downloaded newer image for busybox:latest
12:55:29 #10 18.56 Selecting previously unselected package gettext-base.
12:55:29 #10 18.56 Preparing to unpack .../007-gettext-base_0.19.8.1-9_armhf.deb ...
12:55:29 #10 18.57 Unpacking gettext-base (0.19.8.1-9) ...
12:55:29 #10 18.64 Selecting previously unselected package krb5-locales.
12:55:29 #10 18.64 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u5_all.deb ...
12:55:29 #10 18.64 Unpacking krb5-locales (1.17-3+deb10u5) ...
12:55:29 #10 18.70 Selecting previously unselected package libkeyutils1:armhf.
12:55:29 #10 18.70 Preparing to unpack .../009-libkeyutils1_1.6-6_armhf.deb ...
12:55:29 #10 18.71 Unpacking libkeyutils1:armhf (1.6-6) ...
12:55:29 #10 18.74 Selecting previously unselected package libkrb5support0:armhf.
[Pipeline] echo
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
12:55:29 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:29 chowning workspace
[Pipeline] sh
12:55:29 + docker container ls -aq
12:55:29 git init src/github.com/docker/compose
12:55:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:55:29 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:55:29 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:55:29 + SRC=src/github.com/docker/compose
12:55:29 + REF=v2.16.0
12:55:29 + REF_FETCH=v2.16.0
12:55:29 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:55:29 + awk {print $2}
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
12:55:29 latest: Pulling from library/busybox
12:55:29 205dae5015e7: Pulling fs layer
12:55:29 #10 18.75 Preparing to unpack .../010-libkrb5support0_1.17-3+deb10u5_armhf.deb ...
12:55:29 #10 18.75 Unpacking libkrb5support0:armhf (1.17-3+deb10u5) ...
12:55:29 #10 18.80 Selecting previously unselected package libk5crypto3:armhf.
12:55:29 #10 18.80 Preparing to unpack .../011-libk5crypto3_1.17-3+deb10u5_armhf.deb ...
12:55:29 #10 18.81 Unpacking libk5crypto3:armhf (1.17-3+deb10u5) ...
12:55:29 #10 18.91 Selecting previously unselected package libkrb5-3:armhf.
12:55:29 #10 18.91 Preparing to unpack .../012-libkrb5-3_1.17-3+deb10u5_armhf.deb ...
12:55:29 #10 18.92 Unpacking libkrb5-3:armhf (1.17-3+deb10u5) ...
12:55:29 #10 19.02 Selecting previously unselected package libgssapi-krb5-2:armhf.
12:55:29 #10 19.02 Preparing to unpack .../013-libgssapi-krb5-2_1.17-3+deb10u5_armhf.deb ...
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
12:55:29 + REF=refs/tags/v2.16.0
12:55:29 + [ -n refs/tags/v2.16.0 ]
12:55:29 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:29 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] echo
12:55:29 cleanWorkspace: Ensuring workspace is owned by ubuntu
12:55:29 + pwd
12:55:29 + id -u
12:55:29 + id -g
12:55:29 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:29 Unable to find image 'busybox:latest' locally
12:55:29 latest: Pulling from library/busybox
12:55:29 f78e6840ded1: Pulling fs layer
[Pipeline] echo
12:55:29 chowning workspace
[Pipeline] sh
12:55:29 205dae5015e7: Verifying Checksum
12:55:29 205dae5015e7: Download complete
12:55:29 #10 19.02 Unpacking libgssapi-krb5-2:armhf (1.17-3+deb10u5) ...
12:55:29 #10 19.10 Selecting previously unselected package libicu63:armhf.
12:55:29 #10 19.10 Preparing to unpack .../014-libicu63_63.1-6+deb10u3_armhf.deb ...
12:55:29 #10 19.10 Unpacking libicu63:armhf (63.1-6+deb10u3) ...
12:55:29 f78e6840ded1: Verifying Checksum
12:55:29 f78e6840ded1: Download complete
12:55:29 f78e6840ded1: Pull complete
12:55:29 + pwd
12:55:29 + id -u
12:55:29 + id -g
12:55:29 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:29 Unable to find image 'busybox:latest' locally
12:55:29 latest: Pulling from library/busybox
[Pipeline] sh
[Pipeline] echo
12:55:29 Docker containers have been removed
[Pipeline] echo
12:55:29 cleanWorkspace: Removing existing workspace
12:55:29 205dae5015e7: Pull complete
12:55:29 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:29 Status: Downloaded newer image for busybox:latest
[Pipeline] deleteDir
[Pipeline] echo
12:55:29 Docker containers have been removed
[Pipeline] echo
12:55:29 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
12:55:29 Removing all docker containers
[Pipeline] sh
12:55:30 From https://github.com/docker/compose
12:55:30  * [new tag]         v2.16.0    -> v2.16.0
12:55:30 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:55:30 git init src/github.com/docker/scan-cli-plugin
12:55:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:55:30 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:55:30 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:55:30 + SRC=src/github.com/docker/scan-cli-plugin
12:55:30 + REF=v0.23.0
12:55:30 + REF_FETCH=v0.23.0
12:55:30 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:55:30 + awk {print $2}
12:55:30 + REF=refs/tags/v0.23.0
12:55:30 + [ -n refs/tags/v0.23.0 ]
12:55:30 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:30 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:30 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:30 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
12:55:30 Removing all docker containers
[Pipeline] sh
12:55:30 From https://github.com/docker/buildx
12:55:30  * [new tag]         v0.10.2    -> v0.10.2
12:55:30 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:55:30 f78e6840ded1: Pulling fs layer
12:55:30 f78e6840ded1: Verifying Checksum
12:55:30 f78e6840ded1: Download complete
[Pipeline] echo
12:55:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:30 chowning workspace
[Pipeline] sh
12:55:30 + make REF=23.0 debian-bookworm
12:55:30 git init src/github.com/docker/cli
12:55:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:30 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:30 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:30 + SRC=src/github.com/docker/cli
12:55:30 + REF=23.0
12:55:30 + REF_FETCH=23.0
12:55:30 + + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:30 awk {print $2}
12:55:30 + REF=refs/heads/23.0
12:55:30 + [ -n refs/heads/23.0 ]
12:55:30 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:30 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
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-844@tmp/ba42749c-8156-4156-bc3b-cc9b9e841232/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
12:55:30 + pwd
12:55:30 + id -u
12:55:30 + id -g
12:55:30 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:30 Unable to find image 'busybox:latest' locally
12:55:30 From https://github.com/docker/scan-cli-plugin
12:55:30  * [new tag]         v0.23.0    -> v0.23.0
12:55:30 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:55:30 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 debian-bullseye
12:55:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:30 mkdir -p sources
12:55:30 docker run --rm -w /v \
12:55:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:55:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:55:30 	alpine \
12:55:30 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:55:30 Unable to find image 'alpine:latest' locally
12:55:30 + docker container ls -aq
12:55:30 f78e6840ded1: Pull complete
12:55:30 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:30 Status: Downloaded newer image for busybox:latest
12:55:30 git init src/github.com/docker/compose
12:55:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:55:30 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:55:30 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:55:30 + SRC=src/github.com/docker/compose
12:55:30 + REF=v2.16.0
12:55:30 + REF_FETCH=v2.16.0
12:55:30 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags+  origin v2.16.0
12:55:30 awk {print $2}
12:55:30 + REF=refs/tags/v2.16.0
12:55:30 + [ -n refs/tags/v2.16.0 ]
12:55:30 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:30 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:30 + docker container ls -aq
12:55:30 latest: Pulling from library/busybox
12:55:30 205dae5015e7: Pulling fs layer
12:55:30 205dae5015e7: Verifying Checksum
12:55:30 205dae5015e7: Download complete
12:55:30 #10 20.09 Selecting previously unselected package libxml2:armhf.
12:55:30 #10 20.09 Preparing to unpack .../015-libxml2_2.9.4+dfsg1-7+deb10u5_armhf.deb ...
12:55:30 #10 20.09 Unpacking libxml2:armhf (2.9.4+dfsg1-7+deb10u5) ...
12:55:30 #10 20.20 Selecting previously unselected package manpages.
12:55:30 #10 20.20 Preparing to unpack .../016-manpages_4.16-2_all.deb ...
12:55:30 #10 20.20 Unpacking manpages (4.16-2) ...
12:55:30 latest: Pulling from library/alpine
12:55:30 a9eaa45ef418: Pulling fs layer
[Pipeline] echo
12:55:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:30 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-844@tmp/cc68983f-39b9-4003-acde-81826572c75c/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
12:55:30 #10 20.38 Selecting previously unselected package libedit2:armhf.
12:55:30 #10 20.38 Preparing to unpack .../017-libedit2_3.1-20181209-1_armhf.deb ...
12:55:30 #10 20.38 Unpacking libedit2:armhf (3.1-20181209-1) ...
12:55:30 #10 20.45 Selecting previously unselected package openssh-client.
12:55:30 #10 20.45 Preparing to unpack .../018-openssh-client_1%3a7.9p1-10+deb10u2_armhf.deb ...
12:55:30 #10 20.46 Unpacking openssh-client (1:7.9p1-10+deb10u2) ...
12:55:30 a9eaa45ef418: Verifying Checksum
12:55:30 a9eaa45ef418: Download complete
12:55:30 a9eaa45ef418: Pull complete
12:55:30 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:55:30 Status: Downloaded newer image for alpine:latest
12:55:30 From https://github.com/docker/compose
12:55:30  * [new tag]         v2.16.0    -> v2.16.0
12:55:30 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:55:30 + pwd
12:55:30 + id -u
12:55:30 + id -g
12:55:30 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:30 Unable to find image 'busybox:latest' locally
12:55:31 #10 20.61 Selecting previously unselected package ucf.
12:55:31 #10 20.61 Preparing to unpack .../019-ucf_3.0038+nmu1_all.deb ...
12:55:31 #10 20.62 Moving old data out of the way
12:55:31 #10 20.62 Unpacking ucf (3.0038+nmu1) ...
12:55:31 #10 20.67 Selecting previously unselected package xz-utils.
12:55:31 #10 20.67 Preparing to unpack .../020-xz-utils_5.2.4-1+deb10u1_armhf.deb ...
12:55:31 #10 20.68 Unpacking xz-utils (5.2.4-1+deb10u1) ...
12:55:31 #10 20.76 Selecting previously unselected package libfl2:armhf.
12:55:31 #10 20.76 Preparing to unpack .../021-libfl2_2.6.4-6.2_armhf.deb ...
12:55:31 #10 20.76 Unpacking libfl2:armhf (2.6.4-6.2) ...
[Pipeline] echo
12:55:31 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:31 chowning workspace
[Pipeline] sh
12:55:31 205dae5015e7: Pull complete
12:55:31 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:31 Status: Downloaded newer image for busybox:latest
12:55:31 git init src/github.com/docker/scan-cli-plugin
12:55:31 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:55:31 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:55:31 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:55:31 + SRC=src/github.com/docker/scan-cli-plugin
12:55:31 + REF=v0.23.0
12:55:31 + REF_FETCH=v0.23.0
12:55:31 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:55:31 + awk {print $2}
12:55:31 + REF=refs/tags/v0.23.0
12:55:31 + [ -n refs/tags/v0.23.0 ]
12:55:31 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:31 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:31 latest: Pulling from library/busybox
12:55:31 205dae5015e7: Pulling fs layer
12:55:31 205dae5015e7: Verifying Checksum
12:55:31 205dae5015e7: Download complete
12:55:31 From https://github.com/docker/docker
12:55:31  * [new branch]      23.0       -> 23.0
12:55:31  * [new branch]      23.0       -> origin/23.0
12:55:31 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:31 #10 20.81 Selecting previously unselected package at.
12:55:31 #10 20.81 Preparing to unpack .../022-at_3.1.23-1_armhf.deb ...
12:55:31 #10 20.82 Unpacking at (3.1.23-1) ...
12:55:31 #10 20.88 Selecting previously unselected package libsigsegv2:armhf.
12:55:31 #10 20.88 Preparing to unpack .../023-libsigsegv2_2.12-2_armhf.deb ...
12:55:31 #10 20.88 Unpacking libsigsegv2:armhf (2.12-2) ...
12:55:31 #10 20.91 Selecting previously unselected package m4.
12:55:31 #10 20.92 Preparing to unpack .../024-m4_1.4.18-2_armhf.deb ...
12:55:31 #10 20.92 Unpacking m4 (1.4.18-2) ...
12:55:31 #10 21.00 Selecting previously unselected package autoconf.
12:55:31 #10 21.00 Preparing to unpack .../025-autoconf_2.69-11_all.deb ...
12:55:31 #10 21.00 Unpacking autoconf (2.69-11) ...
12:55:31 From https://github.com/docker/scan-cli-plugin
12:55:31  * [new tag]         v0.23.0    -> v0.23.0
12:55:31 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:55:31 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 centos-9
12:55:31 git init src/github.com/docker/buildx
12:55:31 + pwd
12:55:31 + id -u
12:55:31 + id -g
12:55:31 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:31 Unable to find image 'busybox:latest' locally
12:55:31 latest: Pulling from library/busybox
12:55:31 #10 21.11 Selecting previously unselected package autotools-dev.
12:55:31 #10 21.11 Preparing to unpack .../026-autotools-dev_20180224.1_all.deb ...
12:55:31 #10 21.11 Unpacking autotools-dev (20180224.1) ...
12:55:31 #10 21.18 Selecting previously unselected package automake.
12:55:31 #10 21.18 Preparing to unpack .../027-automake_1%3a1.16.1-4_all.deb ...
12:55:31 #10 21.19 Unpacking automake (1:1.16.1-4) ...
12:55:31 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:31 mkdir -p rpmbuild/SOURCES
12:55:31 docker run --rm -w /v \
12:55:31 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:55:31 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:55:31 	alpine \
12:55:31 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:55:31 Unable to find image 'alpine:latest' locally
12:55:31 From https://github.com/docker/docker
12:55:31  * [new branch]      23.0       -> 23.0
12:55:31  * [new branch]      23.0       -> origin/23.0
12:55:31 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] echo
12:55:31 cleanWorkspace: Workspace is clean.
[Pipeline] echo
12:55:31 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (static-linux)
[Pipeline] stage
[Pipeline] { (ubuntu-focal-aarch64)
[Pipeline] sh
12:55:31 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:31 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:31 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:31 + SRC=src/github.com/docker/buildx
12:55:31 + REF=v0.10.2
12:55:31 + REF_FETCH=v0.10.2
12:55:31 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:31 + awk {print $2}
12:55:31 205dae5015e7: Pull complete
12:55:31 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:31 Status: Downloaded newer image for busybox:latest
[Pipeline] sh
12:55:31 205dae5015e7: Pulling fs layer
12:55:31 205dae5015e7: Verifying Checksum
12:55:31 205dae5015e7: Download complete
12:55:31 205dae5015e7: Pull complete
12:55:31 #10 21.35 Selecting previously unselected package autopoint.
12:55:31 #10 21.35 Preparing to unpack .../028-autopoint_0.19.8.1-9_all.deb ...
12:55:31 #10 21.36 Unpacking autopoint (0.19.8.1-9) ...
12:55:31 #10 21.43 Selecting previously unselected package binutils-common:armhf.
12:55:31 #10 21.44 Preparing to unpack .../029-binutils-common_2.31.1-16_armhf.deb ...
12:55:31 #10 21.44 Unpacking binutils-common:armhf (2.31.1-16) ...
[Pipeline] sh
12:55:31 latest: Pulling from library/alpine
12:55:31 a9eaa45ef418: Pulling fs layer
12:55:31 a9eaa45ef418: Verifying Checksum
12:55:31 a9eaa45ef418: Download complete
12:55:31 git init src/github.com/docker/buildx
[Pipeline] {
[Pipeline] echo
12:55:31 Docker containers have been removed
[Pipeline] echo
12:55:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:31 Docker containers have been removed
[Pipeline] echo
12:55:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:31 Removing all docker containers
[Pipeline] sh
12:55:32 + REF=refs/tags/v0.10.2
12:55:32 + [ -n refs/tags/v0.10.2 ]
12:55:32 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:32 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:32 + pwd
12:55:32 + id -u
12:55:32 + id -g
12:55:32 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:32 Unable to find image 'busybox:latest' locally
12:55:32 From https://github.com/docker/cli
12:55:32  * [new branch]      23.0       -> 23.0
12:55:32  * [new branch]      23.0       -> origin/23.0
12:55:32 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:32 git init src/github.com/docker/docker
12:55:32 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:32 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:32 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:32 + SRC=src/github.com/docker/docker
12:55:32 + REF=23.0
12:55:32 + REF_FETCH=23.0
12:55:32 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:32 + awk {print $2}
12:55:32 + docker version
12:55:32 Client: Docker Engine - Community
12:55:32  Version:           22.06.0-beta.0
12:55:32  API version:       1.42
12:55:32  Go version:        go1.18.3
12:55:32  Git commit:        3e9117b
12:55:32  Built:             Fri Jun  3 17:55:34 2022
12:55:32  OS/Arch:           linux/arm64
12:55:32  Context:           default
12:55:32 
12:55:32 Server: Docker Engine - Community
12:55:32  Engine:
12:55:32   Version:          22.06.0-beta.0
12:55:32   API version:      1.42 (minimum version 1.12)
12:55:32   Go version:       go1.18.3
12:55:32   Git commit:       38633e7
12:55:32   Built:            Fri Jun  3 17:55:34 2022
12:55:32   OS/Arch:          linux/arm64
12:55:32   Experimental:     true
12:55:32  containerd:
12:55:32   Version:          1.6.8
12:55:32   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:32  runc:
12:55:32   Version:          1.1.4
12:55:32   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:32  docker-init:
12:55:32   Version:          0.19.0
12:55:32   GitCommit:        de40ad0
12:55:32 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:32 Status: Downloaded newer image for busybox:latest
12:55:32 + echo starting...
12:55:32 starting...
[Pipeline] {
[Pipeline] echo
12:55:32 Removing all docker containers
[Pipeline] sh
[Pipeline] wrap
12:55:32 a9eaa45ef418: Pull complete
12:55:32 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:55:32 Status: Downloaded newer image for alpine:latest
12:55:32 + echo starting...
12:55:32 starting...
[Pipeline] echo
12:55:32 Removing all docker containers
12:55:32 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:32 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:32 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:32 + SRC=src/github.com/docker/buildx
12:55:32 + REF=v0.10.2
12:55:32 + REF_FETCH=v0.10.2
12:55:32 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2+ 
12:55:32 awk {print $2}
12:55:32 + REF=refs/tags/v0.10.2
12:55:32 + [ -n refs/tags/v0.10.2 ]
12:55:32 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:32 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
[Pipeline] sh
[Pipeline] echo
12:55:32 Removing all docker containers
[Pipeline] sh
12:55:32 + REF=refs/heads/23.0
12:55:32 + [ -n refs/heads/23.0 ]
12:55:32 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:32 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:32 + docker container ls -aq
12:55:32 #10 21.96 Selecting previously unselected package libbinutils:armhf.
12:55:32 #10 21.96 Preparing to unpack .../030-libbinutils_2.31.1-16_armhf.deb ...
12:55:32 #10 21.97 Unpacking libbinutils:armhf (2.31.1-16) ...
12:55:32 #10 22.06 Selecting previously unselected package binutils-arm-linux-gnueabihf.
12:55:32 #10 22.06 Preparing to unpack .../031-binutils-arm-linux-gnueabihf_2.31.1-16_armhf.deb ...
12:55:32 #10 22.07 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16) ...
12:55:32 #10 ...
12:55:32 
12:55:32 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:32 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 116.78MB / 116.78MB 24.9s done
12:55:32 #9 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 10.7s done
12:55:32 #9 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 6.5s done
12:55:32 latest: Pulling from library/busybox
12:55:32 205dae5015e7: Pulling fs layer
12:55:32 205dae5015e7: Verifying Checksum
12:55:32 205dae5015e7: Download complete
12:55:32 + docker container ls -aq
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] echo
12:55:32 cleanWorkspace: Workspace is clean.
[Pipeline] echo
12:55:32 cleanWorkspace: Workspace is clean.
[Pipeline] echo
12:55:32 Removing all docker containers
[Pipeline] sh
[Pipeline] sh
12:55:32 + docker container ls -aq
12:55:32 + docker container ls -aq
[Pipeline] stage
[Pipeline] { (ubuntu-bionic-aarch64)
[Pipeline] stage
[Pipeline] { (cross-win)
12:55:32 #9 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a
[Pipeline] }
[Pipeline] sh
12:55:32 205dae5015e7: Pull complete
12:55:32 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:32 Status: Downloaded newer image for busybox:latest
12:55:32 + docker container ls -aq
[Pipeline] sh
12:55:32 #9 ...
12:55:32 
12:55:32 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:55:32 #10 22.44 Selecting previously unselected package binutils.
12:55:32 #10 22.44 Preparing to unpack .../032-binutils_2.31.1-16_armhf.deb ...
12:55:32 #10 22.45 Unpacking binutils (2.31.1-16) ...
12:55:32 #10 22.48 Selecting previously unselected package libc-dev-bin.
12:55:32 #10 22.48 Preparing to unpack .../033-libc-dev-bin_2.28-10+deb10u2_armhf.deb ...
12:55:32 #10 22.49 Unpacking libc-dev-bin (2.28-10+deb10u2) ...
12:55:32 #10 22.55 Selecting previously unselected package linux-libc-dev:armhf.
12:55:32 #10 22.55 Preparing to unpack .../034-linux-libc-dev_4.19.269-1_armhf.deb ...
12:55:32 #10 22.55 Unpacking linux-libc-dev:armhf (4.19.269-1) ...
[Pipeline] {
12:55:32 + docker info
12:55:32 Client:
12:55:32  Context:    default
12:55:32  Debug Mode: false
12:55:32  Plugins:
12:55:32   buildx: Docker Buildx (Docker Inc.)
12:55:32     Version:  v0.8.2
12:55:32     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:32   compose: Docker Compose (Docker Inc.)
12:55:32     Version:  v2.12.0
12:55:32     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:32 
12:55:32 Server:
12:55:32  Containers: 0
12:55:32   Running: 0
12:55:32   Paused: 0
12:55:32   Stopped: 0
12:55:32  Images: 1
12:55:32  Server Version: 22.06.0-beta.0
12:55:32  Storage Driver: overlay2
12:55:32   Backing Filesystem: extfs
12:55:32   Supports d_type: true
12:55:32   Using metacopy: false
12:55:32   Native Overlay Diff: true
12:55:32   userxattr: false
12:55:32  Logging Driver: json-file
12:55:32  Cgroup Driver: cgroupfs
12:55:32  Cgroup Version: 1
12:55:32  Plugins:
12:55:32   Volume: local
12:55:32   Network: bridge host ipvlan macvlan null overlay
12:55:32   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:32  Swarm: inactive
12:55:32  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
12:55:32  Default Runtime: runc
12:55:32  Init Binary: docker-init
12:55:32  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:32  runc version: v1.1.4-0-g5fd4c4d
12:55:32  init version: de40ad0
12:55:32  Security Options:
12:55:32   apparmor
12:55:32   seccomp
12:55:32    Profile: builtin
12:55:32  Kernel Version: 5.15.0-1022-aws
12:55:32  Operating System: Ubuntu 20.04.5 LTS
12:55:32  OSType: linux
12:55:32  Architecture: aarch64
12:55:32  CPUs: 2
12:55:32  Total Memory: 7.559GiB
12:55:32  Name: ip-10-100-72-238
12:55:32  ID: a4508864-5846-4859-9d9f-739af3007ee0
12:55:32  Docker Root Dir: /var/lib/docker
12:55:32  Debug Mode: false
12:55:32  Username: dockerbuildbot
12:55:32  Registry: https://index.docker.io/v1/
12:55:32  Labels:
12:55:32  Experimental: true
12:55:32  Insecure Registries:
12:55:32   127.0.0.0/8
12:55:32  Live Restore Enabled: true
12:55:32 
[Pipeline] wrap
[Pipeline] echo
12:55:32 Docker containers have been removed
[Pipeline] echo
12:55:32 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] {
[Pipeline] echo
12:55:33 Docker containers have been removed
[Pipeline] echo
12:55:33 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:33 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:33 chowning workspace
[Pipeline] sh
12:55:33 + echo starting...
12:55:33 starting...
12:55:33 #10 22.81 Selecting previously unselected package libc6-dev:armhf.
12:55:33 #10 22.81 Preparing to unpack .../035-libc6-dev_2.28-10+deb10u2_armhf.deb ...
12:55:33 #10 22.81 Unpacking libc6-dev:armhf (2.28-10+deb10u2) ...
12:55:33 + echo starting...
12:55:33 starting...
12:55:33 #10 23.22 Selecting previously unselected package libisl19:armhf.
12:55:33 #10 23.22 Preparing to unpack .../036-libisl19_0.20-2_armhf.deb ...
12:55:33 #10 23.23 Unpacking libisl19:armhf (0.20-2) ...
12:55:33 #10 23.35 Selecting previously unselected package libmpfr6:armhf.
12:55:33 #10 23.35 Preparing to unpack .../037-libmpfr6_4.0.2-1_armhf.deb ...
12:55:33 #10 23.36 Unpacking libmpfr6:armhf (4.0.2-1) ...
12:55:33 #10 23.45 Selecting previously unselected package libmpc3:armhf.
12:55:33 #10 23.45 Preparing to unpack .../038-libmpc3_1.1.0-1_armhf.deb ...
[Pipeline] echo
12:55:33 Docker containers have been removed
[Pipeline] echo
12:55:33 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:33 Docker containers have been removed
[Pipeline] echo
12:55:33 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] echo
12:55:33 Docker containers have been removed
[Pipeline] echo
12:55:33 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] {
[Pipeline] sh
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] echo
12:55:34 cleanWorkspace: Workspace is clean.
[Pipeline] }
[Pipeline] stage
[Pipeline] { (centos-8-amd64)
[Pipeline] echo
12:55:34 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:34 chowning workspace
[Pipeline] sh
12:55:34 #10 23.46 Unpacking libmpc3:armhf (1.1.0-1) ...
12:55:34 #10 23.49 Selecting previously unselected package cpp-8.
12:55:34 #10 23.49 Preparing to unpack .../039-cpp-8_8.3.0-6_armhf.deb ...
12:55:34 #10 23.50 Unpacking cpp-8 (8.3.0-6) ...
12:55:34 + pwd
12:55:34 + id -u
12:55:34 + id -g
12:55:34 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:34 Unable to find image 'busybox:latest' locally
12:55:34 latest: Pulling from library/busybox
12:55:34 + docker version
12:55:34 Client: Docker Engine - Community
12:55:34  Version:           22.06.0-beta.0
12:55:34  API version:       1.42
12:55:34  Go version:        go1.18.3
12:55:34  Git commit:        3e9117b
12:55:34  Built:             Fri Jun  3 17:55:45 2022
12:55:34  OS/Arch:           linux/amd64
12:55:34  Context:           default
12:55:34 
12:55:34 Server: Docker Engine - Community
12:55:34  Engine:
12:55:34   Version:          22.06.0-beta.0
12:55:34   API version:      1.42 (minimum version 1.12)
12:55:34   Go version:       go1.18.3
12:55:34   Git commit:       38633e7
12:55:34   Built:            Fri Jun  3 17:55:45 2022
12:55:34   OS/Arch:          linux/amd64
12:55:34   Experimental:     true
12:55:34  containerd:
12:55:34   Version:          1.6.8
12:55:34   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:34  runc:
12:55:34   Version:          1.1.4
12:55:34   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:34  docker-init:
12:55:34   Version:          0.19.0
12:55:34   GitCommit:        de40ad0
12:55:34 mkdir -p rpmbuild/SOURCES
12:55:34 docker run --rm -w /v \
12:55:34 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:55:34 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:55:34 	alpine \
12:55:34 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:55:34 205dae5015e7: Pulling fs layer
12:55:34 205dae5015e7: Verifying Checksum
12:55:34 205dae5015e7: Download complete
12:55:34 From https://github.com/docker/buildx
12:55:34  * [new tag]         v0.10.2    -> v0.10.2
12:55:34 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:55:34 #10 24.23 Selecting previously unselected package cpp.
12:55:34 #10 24.23 Preparing to unpack .../040-cpp_4%3a8.3.0-1_armhf.deb ...
12:55:34 #10 24.23 Unpacking cpp (4:8.3.0-1) ...
12:55:34 #10 24.29 Selecting previously unselected package libcc1-0:armhf.
12:55:34 #10 24.29 Preparing to unpack .../041-libcc1-0_8.3.0-6_armhf.deb ...
12:55:34 #10 24.30 Unpacking libcc1-0:armhf (8.3.0-6) ...
12:55:34 From https://github.com/docker/buildx
12:55:34  * [new tag]         v0.10.2    -> v0.10.2
12:55:34 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
[Pipeline] sh
12:55:34 205dae5015e7: Pull complete
12:55:34 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:34 Status: Downloaded newer image for busybox:latest
12:55:34 git init src/github.com/docker/compose
12:55:34 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:55:34 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:55:34 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:55:34 + SRC=src/github.com/docker/compose
12:55:34 + REF=v2.16.0
12:55:34 + REF_FETCH=v2.16.0
12:55:34 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:55:34 + awk {print $2}
12:55:34 + REF=refs/tags/v2.16.0
12:55:34 + [ -n refs/tags/v2.16.0 ]
12:55:34 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:34 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:34 #10 24.36 Selecting previously unselected package libgomp1:armhf.
12:55:34 #10 24.36 Preparing to unpack .../042-libgomp1_8.3.0-6_armhf.deb ...
12:55:34 #10 24.37 Unpacking libgomp1:armhf (8.3.0-6) ...
12:55:34 #10 24.42 Selecting previously unselected package libatomic1:armhf.
12:55:34 #10 24.42 Preparing to unpack .../043-libatomic1_8.3.0-6_armhf.deb ...
12:55:34 #10 24.42 Unpacking libatomic1:armhf (8.3.0-6) ...
12:55:34 #10 24.47 Selecting previously unselected package libasan5:armhf.
12:55:34 #10 24.47 Preparing to unpack .../044-libasan5_8.3.0-6_armhf.deb ...
12:55:34 #10 24.47 Unpacking libasan5:armhf (8.3.0-6) ...
12:55:34 #10 24.58 Selecting previously unselected package libubsan1:armhf.
12:55:34 #10 24.58 Preparing to unpack .../045-libubsan1_8.3.0-6_armhf.deb ...
[Pipeline] sh
[Pipeline] echo
12:55:34 cleanWorkspace: Workspace is clean.
[Pipeline] echo
12:55:34 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
12:55:35 Removing all docker containers
[Pipeline] sh
12:55:35 git init src/github.com/docker/compose
12:55:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:55:35 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:55:35 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:55:35 + SRC=src/github.com/docker/compose
12:55:35 + REF=v2.16.0
12:55:35 + REF_FETCH=v2.16.0
12:55:35 + git -C src/github.com/docker/compose ls-remote+  --refs --heads --tags origin v2.16.0
12:55:35 awk {print $2}
[Pipeline] }
[Pipeline] }
[Pipeline] echo
12:55:35 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (centos-7-amd64)
[Pipeline] stage
[Pipeline] { (fedora-37-aarch64)
[Pipeline] echo
12:55:35 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (cross-mac)
[Pipeline] sh
12:55:35 #10 24.59 Unpacking libubsan1:armhf (8.3.0-6) ...
12:55:35 #10 24.65 Selecting previously unselected package libgcc-8-dev:armhf.
12:55:35 #10 24.65 Preparing to unpack .../046-libgcc-8-dev_8.3.0-6_armhf.deb ...
12:55:35 #10 24.67 Unpacking libgcc-8-dev:armhf (8.3.0-6) ...
12:55:35 #10 24.83 Selecting previously unselected package gcc-8.
12:55:35 #10 24.83 Preparing to unpack .../047-gcc-8_8.3.0-6_armhf.deb ...
12:55:35 + docker version
12:55:35 Client: Docker Engine - Community
12:55:35  Version:           22.06.0-beta.0
12:55:35  API version:       1.42
12:55:35  Go version:        go1.18.3
12:55:35  Git commit:        3e9117b
12:55:35  Built:             Fri Jun  3 17:55:34 2022
12:55:35  OS/Arch:           linux/arm64
12:55:35  Context:           default
12:55:35 
12:55:35 Server: Docker Engine - Community
12:55:35  Engine:
12:55:35   Version:          22.06.0-beta.0
12:55:35   API version:      1.42 (minimum version 1.12)
12:55:35   Go version:       go1.18.3
12:55:35   Git commit:       38633e7
12:55:35   Built:            Fri Jun  3 17:55:34 2022
12:55:35   OS/Arch:          linux/arm64
12:55:35   Experimental:     true
12:55:35  containerd:
12:55:35   Version:          1.6.8
12:55:35   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:35  runc:
12:55:35   Version:          1.1.4
12:55:35   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:35  docker-init:
12:55:35   Version:          0.19.0
12:55:35   GitCommit:        de40ad0
12:55:35 + echo starting...
12:55:35 starting...
12:55:35 + pwd
12:55:35 + id -u
12:55:35 + id -g
12:55:35 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:35 Unable to find image 'busybox:latest' locally
12:55:35 latest: Pulling from library/busybox
12:55:35 205dae5015e7: Pulling fs layer
12:55:35 + docker container ls -aq
[Pipeline] sh
12:55:35 + REF=refs/tags/v2.16.0
12:55:35 + [ -n refs/tags/v2.16.0 ]
12:55:35 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:35 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:35 + docker container ls -aq
[Pipeline] sh
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0ea5dc05e29047d0b) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
12:55:35 #10 24.84 Unpacking gcc-8 (8.3.0-6) ...
[Pipeline] echo
12:55:35 cleanWorkspace: Workspace is clean.
12:55:35 From https://github.com/docker/compose
12:55:35  * [new tag]         v2.16.0    -> v2.16.0
12:55:35 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:55:35 git init src/github.com/docker/scan-cli-plugin
12:55:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:55:35 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:55:35 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:55:35 + SRC=src/github.com/docker/scan-cli-plugin
12:55:35 + REF=v0.23.0
12:55:35 + REF_FETCH=v0.23.0
12:55:35 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:55:35 + awk {print $2}
[Pipeline] stage
[Pipeline] { (ubuntu-kinetic-aarch64)
[Pipeline] sh
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] echo
12:55:35 Removing all docker containers
[Pipeline] sh
12:55:35 205dae5015e7: Verifying Checksum
12:55:35 205dae5015e7: Download complete
[Pipeline] sh
12:55:35 + echo starting...
12:55:35 starting...
12:55:35 + echo starting...
12:55:35 starting...
[Pipeline] checkout
12:55:35 The recommended git tool is: git
[Pipeline] // stage
12:55:35 From https://github.com/docker/docker
12:55:35  * [new branch]      23.0       -> 23.0
12:55:35  * [new branch]      23.0       -> origin/23.0
12:55:35 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
12:55:35 + echo starting...
12:55:35 starting...
12:55:35 + REF=refs/tags/v0.23.0
12:55:35 + [ -n refs/tags/v0.23.0 ]
12:55:35 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:35 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:35 + echo starting...
12:55:35 starting...
12:55:35 + docker container ls -aq
12:55:35 205dae5015e7: Pull complete
12:55:35 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:35 Status: Downloaded newer image for busybox:latest
[Pipeline] sh
[Pipeline] sh
12:55:35 From https://github.com/docker/compose
12:55:35  * [new tag]         v2.16.0    -> v2.16.0
12:55:35 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:55:35 git init src/github.com/docker/scan-cli-plugin
12:55:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:55:35 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:55:35 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:55:35 + SRC=src/github.com/docker/scan-cli-plugin
12:55:35 + REF=v0.23.0
12:55:35 + REF_FETCH=v0.23.0
12:55:35 + git -C src/github.com/docker/scan-cli-plugin+  ls-remote --refs --heads --tags origin v0.23.0
12:55:35 awk {print $2}
12:55:35 + REF=refs/tags/v0.23.0
12:55:35 + [ -n refs/tags/v0.23.0 ]
12:55:35 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:35 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:35 + docker info
[Pipeline] }
[Pipeline] echo
12:55:35 Docker containers have been removed
[Pipeline] echo
12:55:35 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] {
[Pipeline] echo
12:55:35 Docker containers have been removed
[Pipeline] echo
12:55:35 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] withDockerRegistry
[Pipeline] }
[Pipeline] }
[Pipeline] echo
12:55:35 Docker containers have been removed
[Pipeline] echo
12:55:35 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] echo
12:55:35 cleanWorkspace: Workspace is clean.
[Pipeline] sh
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0f3ff9097129ee040) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-01025cd51c42f736a) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
12:55:35 From https://github.com/docker/scan-cli-plugin
12:55:35  * [new tag]         v0.23.0    -> v0.23.0
12:55:35 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:55:35 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 debian-buster
12:55:35 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:35 mkdir -p sources
12:55:35 docker run --rm -w /v \
12:55:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:55:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:55:35 	alpine \
12:55:35 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:55:35 Unable to find image 'alpine:latest' locally
12:55:35 #10 25.62 Selecting previously unselected package gcc.
12:55:35 #10 25.62 Preparing to unpack .../048-gcc_4%3a8.3.0-1_armhf.deb ...
12:55:35 #10 25.63 Unpacking gcc (4:8.3.0-1) ...
12:55:35 #10 25.68 Selecting previously unselected package libstdc++-8-dev:armhf.
12:55:35 #10 25.68 Preparing to unpack .../049-libstdc++-8-dev_8.3.0-6_armhf.deb ...
12:55:35 #10 25.68 Unpacking libstdc++-8-dev:armhf (8.3.0-6) ...
12:55:36 + docker version
12:55:36 Client: Docker Engine - Community
12:55:36  Version:           22.06.0-beta.0
12:55:36  API version:       1.42
12:55:36  Go version:        go1.18.3
12:55:36  Git commit:        3e9117b
12:55:36  Built:             Fri Jun  3 17:55:34 2022
12:55:36  OS/Arch:           linux/arm64
12:55:36  Context:           default
12:55:36 
12:55:36 Server: Docker Engine - Community
12:55:36  Engine:
12:55:36   Version:          22.06.0-beta.0
12:55:36   API version:      1.42 (minimum version 1.12)
12:55:36   Go version:       go1.18.3
12:55:36   Git commit:       38633e7
12:55:36   Built:            Fri Jun  3 17:55:34 2022
12:55:36   OS/Arch:          linux/arm64
12:55:36   Experimental:     true
12:55:36  containerd:
12:55:36   Version:          1.6.8
12:55:36   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:36  runc:
12:55:36   Version:          1.1.4
12:55:36   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:36  docker-init:
12:55:36   Version:          0.19.0
12:55:36   GitCommit:        de40ad0
[Pipeline] stage
[Pipeline] { (ubuntu-jammy-aarch64)
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-844@tmp/4391b2e7-a928-4b24-a9aa-3e2e6bc028e4/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
12:55:36 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (ubuntu-kinetic-amd64)
[Pipeline] sh
12:55:36 + docker version
12:55:36 Client: Docker Engine - Community
12:55:36  Version:           22.06.0-beta.0
12:55:36  API version:       1.42
12:55:36  Go version:        go1.18.3
12:55:36  Git commit:        3e9117b
12:55:36  Built:             Fri Jun  3 17:55:45 2022
12:55:36  OS/Arch:           linux/amd64
12:55:36  Context:           default
12:55:36 
12:55:36 Server: Docker Engine - Community
12:55:36  Engine:
12:55:36   Version:          22.06.0-beta.0
12:55:36   API version:      1.42 (minimum version 1.12)
12:55:36   Go version:       go1.18.3
12:55:36   Git commit:       38633e7
12:55:36   Built:            Fri Jun  3 17:55:45 2022
12:55:36   OS/Arch:          linux/amd64
12:55:36   Experimental:     true
12:55:36  containerd:
12:55:36   Version:          1.6.8
12:55:36   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:36  runc:
12:55:36   Version:          1.1.4
12:55:36   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:36  docker-init:
12:55:36   Version:          0.19.0
12:55:36   GitCommit:        de40ad0
12:55:36 Client:
12:55:36  Context:    default
12:55:36  Debug Mode: false
12:55:36  Plugins:
12:55:36   buildx: Docker Buildx (Docker Inc.)
12:55:36     Version:  c5aec24
12:55:36     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:36   compose: Docker Compose (Docker Inc.)
12:55:36     Version:  v2.12.0
12:55:36     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:36   scan: Docker Scan (Docker Inc.)
12:55:36     Version:  v0.17.0
12:55:36     Path:     /usr/libexec/docker/cli-plugins/docker-scan
12:55:36 
12:55:36 Server:
12:55:36  Containers: 0
12:55:36   Running: 0
12:55:36   Paused: 0
12:55:36   Stopped: 0
12:55:36  Images: 1
12:55:36  Server Version: 22.06.0-beta.0
12:55:36  Storage Driver: overlay2
12:55:36   Backing Filesystem: extfs
12:55:36   Supports d_type: true
12:55:36   Using metacopy: false
12:55:36   Native Overlay Diff: true
12:55:36   userxattr: false
12:55:36  Logging Driver: json-file
12:55:36  Cgroup Driver: systemd
12:55:36  Cgroup Version: 2
12:55:36  Plugins:
12:55:36   Volume: local
12:55:36   Network: bridge host ipvlan macvlan null overlay
12:55:36   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:36  Swarm: inactive
12:55:36  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:36  Default Runtime: runc
12:55:36  Init Binary: docker-init
12:55:36  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:36  runc version: v1.1.4-0-g5fd4c4d
12:55:36  init version: de40ad0
12:55:36  Security Options:
12:55:36   apparmor
12:55:36   seccomp
12:55:36    Profile: builtin
12:55:36   cgroupns
12:55:36  Kernel Version: 5.15.0-1022-aws
12:55:36  Operating System: Ubuntu 20.04.5 LTS
12:55:36  OSType: linux
12:55:36  Architecture: x86_64
12:55:36  CPUs: 2
12:55:36  Total Memory: 7.557GiB
12:55:36  Name: ip-10-100-90-60
12:55:36  ID: c944a62a-a99e-4e56-b148-df1906108e3b
12:55:36  Docker Root Dir: /var/lib/docker
12:55:36  Debug Mode: false
12:55:36  Username: dockerbuildbot
12:55:36  Registry: https://index.docker.io/v1/
12:55:36  Labels:
12:55:36  Experimental: true
12:55:36  Insecure Registries:
12:55:36   127.0.0.0/8
12:55:36  Live Restore Enabled: true
12:55:36 
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
12:55:36 + docker info
12:55:36 Client:
12:55:36  Context:    default
12:55:36  Debug Mode: false
12:55:36  Plugins:
12:55:36   buildx: Docker Buildx (Docker Inc.)
12:55:36     Version:  v0.8.2
12:55:36     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:36   compose: Docker Compose (Docker Inc.)
12:55:36     Version:  v2.12.0
12:55:36     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:36 
12:55:36 Server:
12:55:36  Containers: 0
12:55:36   Running: 0
12:55:36   Paused: 0
12:55:36   Stopped: 0
12:55:36  Images: 1
12:55:36  Server Version: 22.06.0-beta.0
12:55:36  Storage Driver: overlay2
12:55:36   Backing Filesystem: extfs
12:55:36   Supports d_type: true
12:55:36   Using metacopy: false
12:55:36   Native Overlay Diff: true
12:55:36   userxattr: false
12:55:36  Logging Driver: json-file
12:55:36  Cgroup Driver: cgroupfs
12:55:36  Cgroup Version: 1
12:55:36  Plugins:
12:55:36   Volume: local
12:55:36   Network: bridge host ipvlan macvlan null overlay
12:55:36   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:36  Swarm: inactive
12:55:36  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
12:55:36  Default Runtime: runc
12:55:36  Init Binary: docker-init
12:55:36  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:36  runc version: v1.1.4-0-g5fd4c4d
12:55:36  init version: de40ad0
12:55:36  Security Options:
12:55:36   apparmor
12:55:36   seccomp
12:55:36    Profile: builtin
12:55:36  Kernel Version: 5.15.0-1022-aws
12:55:36  Operating System: Ubuntu 20.04.5 LTS
12:55:36  OSType: linux
12:55:36  Architecture: aarch64
12:55:36  CPUs: 2
12:55:36  Total Memory: 7.559GiB
12:55:36  Name: ip-10-100-74-137
12:55:36  ID: a4508864-5846-4859-9d9f-739af3007ee0
12:55:36  Docker Root Dir: /var/lib/docker
12:55:36  Debug Mode: false
12:55:36  Username: dockerbuildbot
12:55:36  Registry: https://index.docker.io/v1/
12:55:36  Labels:
12:55:36  Experimental: true
12:55:36  Insecure Registries:
12:55:36   127.0.0.0/8
12:55:36  Live Restore Enabled: true
12:55:36 
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-03356e253ed74dde8) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
12:55:36 latest: Pulling from library/alpine
12:55:36 a9eaa45ef418: Pulling fs layer
12:55:36 a9eaa45ef418: Verifying Checksum
12:55:36 a9eaa45ef418: Download complete
12:55:36 git init src/github.com/docker/buildx
12:55:36 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:36 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:36 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:36 + SRC=src/github.com/docker/buildx
12:55:36 + REF=v0.10.2
12:55:36 + REF_FETCH=v0.10.2
12:55:36 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:36 + awk {print $2}
12:55:36 + REF=refs/tags/v0.10.2
12:55:36 + [ -n refs/tags/v0.10.2 ]
12:55:36 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:36 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:36 mkdir -p rpmbuild/SOURCES
12:55:36 docker run --rm -w /v \
12:55:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:55:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:55:36 	alpine \
12:55:36 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
[Pipeline] sh
12:55:36 + docker version
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-844@tmp/e256584a-8238-4923-88df-8e8e025d9674/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
12:55:36 + echo starting...
12:55:36 starting...
12:55:36 From https://github.com/docker/scan-cli-plugin
12:55:36  * [new tag]         v0.23.0    -> v0.23.0
12:55:36 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:55:36 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 centos-8
12:55:36 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:36 mkdir -p rpmbuild/SOURCES
12:55:36 docker run --rm -w /v \
12:55:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:55:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:55:36 	alpine \
12:55:36 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:55:36 Unable to find image 'alpine:latest' locally
12:55:36 a9eaa45ef418: Pull complete
12:55:36 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:55:36 Status: Downloaded newer image for alpine:latest
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
12:55:36 + echo starting...
12:55:36 starting...
12:55:36 #10 26.04 Selecting previously unselected package g++-8.
12:55:36 #10 26.04 Preparing to unpack .../050-g++-8_8.3.0-6_armhf.deb ...
12:55:36 #10 26.05 Unpacking g++-8 (8.3.0-6) ...
12:55:36 + docker version
12:55:36 Client: Docker Engine - Community
12:55:36  Version:           22.06.0-beta.0
12:55:36  API version:       1.42
12:55:36  Go version:        go1.18.3
12:55:36  Git commit:        3e9117b
12:55:36  Built:             Fri Jun  3 17:55:34 2022
12:55:36  OS/Arch:           linux/arm64
12:55:36  Context:           default
12:55:36 
12:55:36 Server: Docker Engine - Community
12:55:36  Engine:
12:55:36   Version:          22.06.0-beta.0
12:55:36   API version:      1.42 (minimum version 1.12)
12:55:36   Go version:       go1.18.3
12:55:36   Git commit:       38633e7
12:55:36   Built:            Fri Jun  3 17:55:34 2022
12:55:36   OS/Arch:          linux/arm64
12:55:36   Experimental:     true
12:55:36  containerd:
12:55:36   Version:          1.6.8
12:55:36   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:36  runc:
12:55:36   Version:          1.1.4
12:55:36   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:36  docker-init:
12:55:36   Version:          0.19.0
12:55:36   GitCommit:        de40ad0
12:55:36 Client: Docker Engine - Community
12:55:36  Version:           22.06.0-beta.0
12:55:36  API version:       1.42
12:55:36  Go version:        go1.18.3
12:55:36  Git commit:        3e9117b
12:55:36  Built:             Fri Jun  3 17:55:45 2022
12:55:36  OS/Arch:           linux/amd64
12:55:36  Context:           default
12:55:36 
12:55:36 Server: Docker Engine - Community
12:55:36  Engine:
12:55:36   Version:          22.06.0-beta.0
12:55:36   API version:      1.42 (minimum version 1.12)
12:55:36   Go version:       go1.18.3
12:55:36   Git commit:       38633e7
12:55:36   Built:            Fri Jun  3 17:55:45 2022
12:55:36   OS/Arch:          linux/amd64
12:55:36   Experimental:     true
12:55:36  containerd:
12:55:36   Version:          1.6.8
12:55:36   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:36  runc:
12:55:36   Version:          1.1.4
12:55:36   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:36  docker-init:
12:55:36   Version:          0.19.0
12:55:36   GitCommit:        de40ad0
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] echo
12:55:36 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (debian-buster-amd64)
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
12:55:36 latest: Pulling from library/alpine
12:55:36 a9eaa45ef418: Pulling fs layer
12:55:36 a9eaa45ef418: Download complete
[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-844@tmp/d94846c9-6bc1-4505-a892-4697784973c6/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
12:55:36 + docker version
12:55:36 Client: Docker Engine - Community
12:55:36  Version:           22.06.0-beta.0
12:55:36  API version:       1.42
12:55:36  Go version:        go1.18.3
12:55:36  Git commit:        3e9117b
12:55:36  Built:             Fri Jun  3 17:55:45 2022
12:55:36  OS/Arch:           linux/amd64
12:55:36  Context:           default
12:55:36 
12:55:36 Server: Docker Engine - Community
12:55:36  Engine:
12:55:36   Version:          22.06.0-beta.0
12:55:36   API version:      1.42 (minimum version 1.12)
12:55:36   Go version:       go1.18.3
12:55:36   Git commit:       38633e7
12:55:36   Built:            Fri Jun  3 17:55:45 2022
12:55:36   OS/Arch:          linux/amd64
12:55:36   Experimental:     true
12:55:36  containerd:
12:55:36   Version:          1.6.8
12:55:36   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:36  runc:
12:55:36   Version:          1.1.4
12:55:36   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:36  docker-init:
12:55:36   Version:          0.19.0
12:55:36   GitCommit:        de40ad0
[Pipeline] sh
[Pipeline] {
[Pipeline] {
[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-844@tmp/e1b0a36b-56b5-486a-9613-e4626980f299/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] }
[Pipeline] sh
12:55:36 + docker version
12:55:36 Client: Docker Engine - Community
12:55:36  Version:           22.06.0-beta.0
12:55:36  API version:       1.42
12:55:36  Go version:        go1.18.3
12:55:36  Git commit:        3e9117b
12:55:36  Built:             Fri Jun  3 17:55:45 2022
12:55:36  OS/Arch:           linux/amd64
12:55:36  Context:           default
12:55:36 
12:55:36 Server: Docker Engine - Community
12:55:36  Engine:
12:55:36   Version:          22.06.0-beta.0
12:55:36   API version:      1.42 (minimum version 1.12)
12:55:36   Go version:       go1.18.3
12:55:36   Git commit:       38633e7
12:55:36   Built:            Fri Jun  3 17:55:45 2022
12:55:36   OS/Arch:          linux/amd64
12:55:36   Experimental:     true
12:55:36  containerd:
12:55:36   Version:          1.6.8
12:55:36   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:36  runc:
12:55:36   Version:          1.1.4
12:55:36   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:36  docker-init:
12:55:36   Version:          0.19.0
12:55:36   GitCommit:        de40ad0
12:55:36 a9eaa45ef418: Pull complete
12:55:36 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:55:36 Status: Downloaded newer image for alpine:latest
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] }
[Pipeline] {
[Pipeline] echo
12:55:37 Removing all docker containers
[Pipeline] sh
12:55:37 + docker version
12:55:37 Client: Docker Engine - Community
12:55:37  Version:           22.06.0-beta.0
12:55:37  API version:       1.42
12:55:37  Go version:        go1.18.3
12:55:37  Git commit:        3e9117b
12:55:37  Built:             Fri Jun  3 17:55:34 2022
12:55:37  OS/Arch:           linux/arm64
12:55:37  Context:           default
12:55:37 
12:55:37 Server: Docker Engine - Community
12:55:37  Engine:
12:55:37   Version:          22.06.0-beta.0
12:55:37   API version:      1.42 (minimum version 1.12)
12:55:37   Go version:       go1.18.3
12:55:37   Git commit:       38633e7
12:55:37   Built:            Fri Jun  3 17:55:34 2022
12:55:37   OS/Arch:          linux/arm64
12:55:37   Experimental:     true
12:55:37  containerd:
12:55:37   Version:          1.6.8
12:55:37   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:37  runc:
12:55:37   Version:          1.1.4
12:55:37   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:37  docker-init:
12:55:37   Version:          0.19.0
12:55:37   GitCommit:        de40ad0
[Pipeline] }
[Pipeline] withDockerRegistry
[Pipeline] wrap
12:55:37 + echo starting...
12:55:37 starting...
[Pipeline] }
[Pipeline] sh
12:55:37 #10 26.85 Selecting previously unselected package g++.
12:55:37 #10 26.85 Preparing to unpack .../051-g++_4%3a8.3.0-1_armhf.deb ...
[Pipeline] {
[Pipeline] sh
12:55:37 + docker info
12:55:37 Client:
12:55:37  Context:    default
12:55:37  Debug Mode: false
12:55:37  Plugins:
12:55:37   buildx: Docker Buildx (Docker Inc.)
12:55:37     Version:  v0.8.2
12:55:37     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:37   compose: Docker Compose (Docker Inc.)
12:55:37     Version:  v2.12.0
12:55:37     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:37 
12:55:37 Server:
12:55:37  Containers: 0
12:55:37   Running: 0
12:55:37   Paused: 0
12:55:37   Stopped: 0
12:55:37  Images: 1
12:55:37  Server Version: 22.06.0-beta.0
12:55:37  Storage Driver: overlay2
12:55:37   Backing Filesystem: extfs
12:55:37   Supports d_type: true
12:55:37   Using metacopy: false
12:55:37   Native Overlay Diff: true
12:55:37   userxattr: false
12:55:37  Logging Driver: json-file
12:55:37  Cgroup Driver: cgroupfs
12:55:37  Cgroup Version: 1
12:55:37  Plugins:
12:55:37   Volume: local
12:55:37   Network: bridge host ipvlan macvlan null overlay
12:55:37   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:37  Swarm: inactive
12:55:37  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:37  Default Runtime: runc
12:55:37  Init Binary: docker-init
12:55:37  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:37  runc version: v1.1.4-0-g5fd4c4d
12:55:37  init version: de40ad0
12:55:37  Security Options:
12:55:37   apparmor
12:55:37   seccomp
12:55:37    Profile: builtin
12:55:37  Kernel Version: 5.15.0-1022-aws
12:55:37  Operating System: Ubuntu 20.04.5 LTS
12:55:37  OSType: linux
12:55:37  Architecture: aarch64
12:55:37  CPUs: 2
12:55:37  Total Memory: 7.559GiB
12:55:37  Name: ip-10-100-86-99
12:55:37  ID: a4508864-5846-4859-9d9f-739af3007ee0
12:55:37  Docker Root Dir: /var/lib/docker
12:55:37  Debug Mode: false
12:55:37  Username: dockerbuildbot
12:55:37  Registry: https://index.docker.io/v1/
12:55:37  Labels:
12:55:37  Experimental: true
12:55:37  Insecure Registries:
12:55:37   127.0.0.0/8
12:55:37  Live Restore Enabled: true
12:55:37 
[Pipeline] sh
12:55:37 + docker info
12:55:37 Client:
12:55:37  Context:    default
12:55:37  Debug Mode: false
12:55:37  Plugins:
12:55:37   buildx: Docker Buildx (Docker Inc.)
12:55:37     Version:  c5aec24
12:55:37     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:37   compose: Docker Compose (Docker Inc.)
12:55:37     Version:  v2.12.0
12:55:37     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:37   scan: Docker Scan (Docker Inc.)
12:55:37     Version:  v0.17.0
12:55:37     Path:     /usr/libexec/docker/cli-plugins/docker-scan
12:55:37 
12:55:37 Server:
12:55:37  Containers: 0
12:55:37   Running: 0
12:55:37   Paused: 0
12:55:37   Stopped: 0
12:55:37  Images: 1
12:55:37  Server Version: 22.06.0-beta.0
12:55:37  Storage Driver: overlay2
12:55:37   Backing Filesystem: extfs
12:55:37   Supports d_type: true
12:55:37   Using metacopy: false
12:55:37   Native Overlay Diff: true
12:55:37   userxattr: false
12:55:37  Logging Driver: json-file
12:55:37  Cgroup Driver: systemd
12:55:37  Cgroup Version: 2
12:55:37  Plugins:
12:55:37   Volume: local
12:55:37   Network: bridge host ipvlan macvlan null overlay
12:55:37   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:37  Swarm: inactive
12:55:37  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:37  Default Runtime: runc
12:55:37  Init Binary: docker-init
12:55:37  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:37  runc version: v1.1.4-0-g5fd4c4d
12:55:37  init version: de40ad0
12:55:37  Security Options:
12:55:37   apparmor
12:55:37   seccomp
12:55:37    Profile: builtin
12:55:37   cgroupns
12:55:37  Kernel Version: 5.15.0-1022-aws
12:55:37  Operating System: Ubuntu 20.04.5 LTS
12:55:37  OSType: linux
12:55:37  Architecture: x86_64
12:55:37  CPUs: 2
12:55:37  Total Memory: 7.557GiB
12:55:37  Name: ip-10-100-67-85
12:55:37  ID: c944a62a-a99e-4e56-b148-df1906108e3b
12:55:37  Docker Root Dir: /var/lib/docker
12:55:37  Debug Mode: false
12:55:37  Username: dockerbuildbot
12:55:37  Registry: https://index.docker.io/v1/
12:55:37  Labels:
12:55:37  Experimental: true
12:55:37  Insecure Registries:
12:55:37   127.0.0.0/8
12:55:37  Live Restore Enabled: true
12:55:37 
12:55:37 + docker container ls -aq
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] sh
12:55:37 mkdir -p sources
12:55:37 docker run --rm -w /v \
12:55:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:55:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:55:37 	alpine \
12:55:37 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:55:37 #10 26.85 Unpacking g++ (4:8.3.0-1) ...
12:55:37 #10 26.88 Selecting previously unselected package make.
12:55:37 #10 26.88 Preparing to unpack .../052-make_4.2.1-1.2_armhf.deb ...
12:55:37 #10 26.89 Unpacking make (4.2.1-1.2) ...
12:55:37 #10 27.00 Selecting previously unselected package libdpkg-perl.
12:55:37 #10 27.00 Preparing to unpack .../053-libdpkg-perl_1.19.8_all.deb ...
12:55:37 #10 27.01 Unpacking libdpkg-perl (1.19.8) ...
12:55:37 + docker info
12:55:37 Client:
12:55:37  Context:    default
12:55:37  Debug Mode: false
12:55:37  Plugins:
12:55:37   buildx: Docker Buildx (Docker Inc.)
12:55:37     Version:  v0.8.2
12:55:37     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:37   compose: Docker Compose (Docker Inc.)
12:55:37     Version:  v2.12.0
12:55:37     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:37 
12:55:37 Server:
12:55:37  Containers: 0
12:55:37   Running: 0
12:55:37   Paused: 0
12:55:37   Stopped: 0
12:55:37  Images: 1
12:55:37  Server Version: 22.06.0-beta.0
12:55:37  Storage Driver: overlay2
12:55:37   Backing Filesystem: extfs
12:55:37   Supports d_type: true
12:55:37   Using metacopy: false
12:55:37   Native Overlay Diff: true
12:55:37   userxattr: false
12:55:37  Logging Driver: json-file
12:55:37  Cgroup Driver: cgroupfs
12:55:37  Cgroup Version: 1
12:55:37  Plugins:
12:55:37   Volume: local
12:55:37   Network: bridge host ipvlan macvlan null overlay
12:55:37   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:37  Swarm: inactive
12:55:37  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:37  Default Runtime: runc
12:55:37  Init Binary: docker-init
12:55:37  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:37  runc version: v1.1.4-0-g5fd4c4d
12:55:37  init version: de40ad0
12:55:37  Security Options:
12:55:37   apparmor
12:55:37   seccomp
12:55:37    Profile: builtin
12:55:37  Kernel Version: 5.15.0-1022-aws
12:55:37  Operating System: Ubuntu 20.04.5 LTS
12:55:37  OSType: linux
12:55:37  Architecture: aarch64
12:55:37  CPUs: 2
12:55:37  Total Memory: 7.559GiB
12:55:37  Name: ip-10-100-92-24
12:55:37  ID: a4508864-5846-4859-9d9f-739af3007ee0
12:55:37  Docker Root Dir: /var/lib/docker
12:55:37  Debug Mode: false
12:55:37  Username: dockerbuildbot
12:55:37  Registry: https://index.docker.io/v1/
12:55:37  Labels:
12:55:37  Experimental: true
12:55:37  Insecure Registries:
12:55:37   127.0.0.0/8
12:55:37  Live Restore Enabled: true
12:55:37 
12:55:37 + docker info
12:55:37 Client:
12:55:37  Context:    default
12:55:37  Debug Mode: false
12:55:37  Plugins:
12:55:37   buildx: Docker Buildx (Docker Inc.)
12:55:37     Version:  c5aec24
12:55:37     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:37   compose: Docker Compose (Docker Inc.)
12:55:37     Version:  v2.12.0
12:55:37     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:37   scan: Docker Scan (Docker Inc.)
12:55:37     Version:  v0.17.0
12:55:37     Path:     /usr/libexec/docker/cli-plugins/docker-scan
12:55:37 
12:55:37 Server:
12:55:37  Containers: 0
12:55:37   Running: 0
12:55:37   Paused: 0
12:55:37   Stopped: 0
12:55:37  Images: 1
12:55:37  Server Version: 22.06.0-beta.0
12:55:37  Storage Driver: overlay2
12:55:37   Backing Filesystem: extfs
12:55:37   Supports d_type: true
12:55:37   Using metacopy: false
12:55:37   Native Overlay Diff: true
12:55:37   userxattr: false
12:55:37  Logging Driver: json-file
12:55:37  Cgroup Driver: systemd
12:55:37  Cgroup Version: 2
12:55:37  Plugins:
12:55:37   Volume: local
12:55:37   Network: bridge host ipvlan macvlan null overlay
12:55:37   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:37  Swarm: inactive
12:55:37  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:37  Default Runtime: runc
12:55:37  Init Binary: docker-init
12:55:37  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:37  runc version: v1.1.4-0-g5fd4c4d
12:55:37  init version: de40ad0
12:55:37  Security Options:
12:55:37   apparmor
12:55:37   seccomp
12:55:37    Profile: builtin
12:55:37   cgroupns
12:55:37  Kernel Version: 5.15.0-1022-aws
12:55:37  Operating System: Ubuntu 20.04.5 LTS
12:55:37  OSType: linux
12:55:37  Architecture: x86_64
12:55:37  CPUs: 2
12:55:37  Total Memory: 7.557GiB
12:55:37  Name: ip-10-100-90-174
12:55:37  ID: c944a62a-a99e-4e56-b148-df1906108e3b
12:55:37  Docker Root Dir: /var/lib/docker
12:55:37  Debug Mode: false
12:55:37  Username: dockerbuildbot
12:55:37  Registry: https://index.docker.io/v1/
12:55:37  Labels:
12:55:37  Experimental: true
12:55:37  Insecure Registries:
12:55:37   127.0.0.0/8
12:55:37  Live Restore Enabled: true
12:55:37 
[Pipeline] checkout
12:55:37 The recommended git tool is: git
[Pipeline] {
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] echo
12:55:37 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:37 chowning workspace
[Pipeline] sh
12:55:37 + docker info
12:55:37 Client:
12:55:37  Context:    default
12:55:37  Debug Mode: false
12:55:37  Plugins:
12:55:37   buildx: Docker Buildx (Docker Inc.)
12:55:37     Version:  c5aec24
12:55:37     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:37   compose: Docker Compose (Docker Inc.)
12:55:37     Version:  v2.12.0
12:55:37     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:37   scan: Docker Scan (Docker Inc.)
12:55:37     Version:  v0.17.0
12:55:37     Path:     /usr/libexec/docker/cli-plugins/docker-scan
12:55:37 
12:55:37 Server:
12:55:37  Containers: 0
12:55:37   Running: 0
12:55:37   Paused: 0
12:55:37   Stopped: 0
12:55:37  Images: 1
12:55:37  Server Version: 22.06.0-beta.0
12:55:37  Storage Driver: overlay2
12:55:37   Backing Filesystem: extfs
12:55:37   Supports d_type: true
12:55:37   Using metacopy: false
12:55:37   Native Overlay Diff: true
12:55:37   userxattr: false
12:55:37  Logging Driver: json-file
12:55:37  Cgroup Driver: systemd
12:55:37  Cgroup Version: 2
12:55:37  Plugins:
12:55:37   Volume: local
12:55:37   Network: bridge host ipvlan macvlan null overlay
12:55:37   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:37  Swarm: inactive
12:55:37  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:37  Default Runtime: runc
12:55:37  Init Binary: docker-init
12:55:37  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:37  runc version: v1.1.4-0-g5fd4c4d
12:55:37  init version: de40ad0
12:55:37  Security Options:
12:55:37   apparmor
12:55:37   seccomp
12:55:37    Profile: builtin
12:55:37   cgroupns
12:55:37  Kernel Version: 5.15.0-1022-aws
12:55:37  Operating System: Ubuntu 20.04.5 LTS
12:55:37  OSType: linux
12:55:37  Architecture: x86_64
12:55:37  CPUs: 2
12:55:37  Total Memory: 7.557GiB
12:55:37  Name: ip-10-100-80-80
12:55:37  ID: c944a62a-a99e-4e56-b148-df1906108e3b
12:55:37  Docker Root Dir: /var/lib/docker
12:55:37  Debug Mode: false
12:55:37  Username: dockerbuildbot
12:55:37  Registry: https://index.docker.io/v1/
12:55:37  Labels:
12:55:37  Experimental: true
12:55:37  Insecure Registries:
12:55:37   127.0.0.0/8
12:55:37  Live Restore Enabled: true
12:55:37 
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
12:55:37 #10 27.16 Selecting previously unselected package patch.
12:55:37 #10 27.16 Preparing to unpack .../054-patch_2.7.6-3+deb10u1_armhf.deb ...
12:55:37 #10 27.16 Unpacking patch (2.7.6-3+deb10u1) ...
12:55:37 #10 27.22 Selecting previously unselected package dpkg-dev.
12:55:37 #10 27.22 Preparing to unpack .../055-dpkg-dev_1.19.8_all.deb ...
12:55:37 #10 27.23 Unpacking dpkg-dev (1.19.8) ...
12:55:37 + docker info
12:55:37 Client:
12:55:37  Context:    default
12:55:37  Debug Mode: false
12:55:37  Plugins:
12:55:37   buildx: Docker Buildx (Docker Inc.)
12:55:37     Version:  c5aec24
12:55:37     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:37   compose: Docker Compose (Docker Inc.)
12:55:37     Version:  v2.12.0
12:55:37     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:37   scan: Docker Scan (Docker Inc.)
12:55:37     Version:  v0.17.0
12:55:37     Path:     /usr/libexec/docker/cli-plugins/docker-scan
12:55:37 
12:55:37 Server:
12:55:37  Containers: 0
12:55:37   Running: 0
12:55:37   Paused: 0
12:55:37   Stopped: 0
12:55:37  Images: 1
12:55:37  Server Version: 22.06.0-beta.0
12:55:37  Storage Driver: overlay2
12:55:37   Backing Filesystem: extfs
12:55:37   Supports d_type: true
12:55:37   Using metacopy: false
12:55:37   Native Overlay Diff: true
12:55:37   userxattr: false
12:55:37  Logging Driver: json-file
12:55:37  Cgroup Driver: systemd
12:55:37  Cgroup Version: 2
12:55:37  Plugins:
12:55:37   Volume: local
12:55:37   Network: bridge host ipvlan macvlan null overlay
12:55:37   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:37  Swarm: inactive
12:55:37  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:37  Default Runtime: runc
12:55:37  Init Binary: docker-init
12:55:37  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:37  runc version: v1.1.4-0-g5fd4c4d
12:55:37  init version: de40ad0
12:55:37  Security Options:
12:55:37   apparmor
12:55:37   seccomp
12:55:37    Profile: builtin
12:55:37   cgroupns
12:55:37  Kernel Version: 5.15.0-1022-aws
12:55:37  Operating System: Ubuntu 20.04.5 LTS
12:55:37  OSType: linux
12:55:37  Architecture: x86_64
12:55:37  CPUs: 2
12:55:37  Total Memory: 7.557GiB
12:55:37  Name: ip-10-100-90-145
12:55:37  ID: c944a62a-a99e-4e56-b148-df1906108e3b
12:55:37  Docker Root Dir: /var/lib/docker
12:55:37  Debug Mode: false
12:55:37  Username: dockerbuildbot
12:55:37  Registry: https://index.docker.io/v1/
12:55:37  Labels:
12:55:37  Experimental: true
12:55:37  Insecure Registries:
12:55:37   127.0.0.0/8
12:55:37  Live Restore Enabled: true
12:55:37 
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
12:55:37 #10 27.41 Selecting previously unselected package build-essential.
12:55:37 #10 27.41 Preparing to unpack .../056-build-essential_12.6_armhf.deb ...
12:55:37 #10 27.42 Unpacking build-essential (12.6) ...
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
12:55:38 #10 27.71 Selecting previously unselected package openssl.
12:55:38 #10 27.71 Preparing to unpack .../057-openssl_1.1.1n-0+deb10u3_armhf.deb ...
12:55:38 #10 27.72 Unpacking openssl (1.1.1n-0+deb10u3) ...
[Pipeline] checkout
12:55:38 The recommended git tool is: git
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
[Pipeline] {
[Pipeline] sh
12:55:38 #10 28.01 Selecting previously unselected package ca-certificates.
12:55:38 #10 28.01 Preparing to unpack .../058-ca-certificates_20200601~deb10u2_all.deb ...
12:55:38 #10 28.04 Unpacking ca-certificates (20200601~deb10u2) ...
[Pipeline] wrap
[Pipeline] {
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] }
[Pipeline] sh
12:55:38 + pwd
12:55:38 + id -u
12:55:38 + id -g
12:55:38 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:38 Unable to find image 'busybox:latest' locally
12:55:38 + docker info
12:55:38 Client:
12:55:38  Context:    default
12:55:38  Debug Mode: false
12:55:38  Plugins:
12:55:38   buildx: Docker Buildx (Docker Inc.)
12:55:38     Version:  v0.8.2
12:55:38     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:38   compose: Docker Compose (Docker Inc.)
12:55:38     Version:  v2.12.0
12:55:38     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:38 
12:55:38 Server:
12:55:38  Containers: 0
12:55:38   Running: 0
12:55:38   Paused: 0
12:55:38   Stopped: 0
12:55:38  Images: 1
12:55:38  Server Version: 22.06.0-beta.0
12:55:38  Storage Driver: overlay2
12:55:38   Backing Filesystem: extfs
12:55:38   Supports d_type: true
12:55:38   Using metacopy: false
12:55:38   Native Overlay Diff: true
12:55:38   userxattr: false
12:55:38  Logging Driver: json-file
12:55:38  Cgroup Driver: cgroupfs
12:55:38  Cgroup Version: 1
12:55:38  Plugins:
12:55:38   Volume: local
12:55:38   Network: bridge host ipvlan macvlan null overlay
12:55:38   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:38  Swarm: inactive
12:55:38  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:38  Default Runtime: runc
12:55:38  Init Binary: docker-init
12:55:38  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:38  runc version: v1.1.4-0-g5fd4c4d
12:55:38  init version: de40ad0
12:55:38  Security Options:
12:55:38   apparmor
12:55:38   seccomp
12:55:38    Profile: builtin
12:55:38  Kernel Version: 5.15.0-1022-aws
12:55:38  Operating System: Ubuntu 20.04.5 LTS
12:55:38  OSType: linux
12:55:38  Architecture: aarch64
12:55:38  CPUs: 2
12:55:38  Total Memory: 7.559GiB
12:55:38  Name: ip-10-100-94-10
12:55:38  ID: a4508864-5846-4859-9d9f-739af3007ee0
12:55:38  Docker Root Dir: /var/lib/docker
12:55:38  Debug Mode: false
12:55:38  Username: dockerbuildbot
12:55:38  Registry: https://index.docker.io/v1/
12:55:38  Labels:
12:55:38  Experimental: true
12:55:38  Insecure Registries:
12:55:38   127.0.0.0/8
12:55:38  Live Restore Enabled: true
12:55:38 
[Pipeline] }
[Pipeline] }
[Pipeline] echo
12:55:38 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:38 chowning workspace
[Pipeline] sh
12:55:38 #10 28.21 Selecting previously unselected package libsasl2-modules-db:armhf.
12:55:38 #10 28.21 Preparing to unpack .../059-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_armhf.deb ...
12:55:38 #10 28.22 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ...
12:55:38 + docker version
12:55:38 Client: Docker Engine - Community
12:55:38  Version:           22.06.0-beta.0
12:55:38  API version:       1.42
12:55:38  Go version:        go1.18.3
12:55:38  Git commit:        3e9117b
12:55:38  Built:             Fri Jun  3 17:55:34 2022
12:55:38  OS/Arch:           linux/arm64
12:55:38  Context:           default
12:55:38 
12:55:38 Server: Docker Engine - Community
12:55:38  Engine:
12:55:38   Version:          22.06.0-beta.0
12:55:38   API version:      1.42 (minimum version 1.12)
12:55:38   Go version:       go1.18.3
12:55:38   Git commit:       38633e7
12:55:38   Built:            Fri Jun  3 17:55:34 2022
12:55:38   OS/Arch:          linux/arm64
12:55:38   Experimental:     true
12:55:38  containerd:
12:55:38   Version:          1.6.8
12:55:38   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:38  runc:
12:55:38   Version:          1.1.4
12:55:38   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:38  docker-init:
12:55:38   Version:          0.19.0
12:55:38   GitCommit:        de40ad0
12:55:38 mkdir -p rpmbuild/SOURCES
12:55:38 docker run --rm -w /v \
12:55:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:55:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:55:38 	alpine \
12:55:38 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:55:38 From https://github.com/docker/buildx
12:55:38  * [new tag]         v0.10.2    -> v0.10.2
12:55:38 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:55:38 git init src/github.com/docker/compose
12:55:38 latest: Pulling from library/busybox
12:55:38 46758452d3ee: Pulling fs layer
12:55:39 + docker version
12:55:39 Client: Docker Engine - Community
12:55:39  Version:           22.06.0-beta.0
12:55:39  API version:       1.42
12:55:39  Go version:        go1.18.3
12:55:39  Git commit:        3e9117b
12:55:39  Built:             Fri Jun  3 17:55:45 2022
12:55:39  OS/Arch:           linux/amd64
12:55:39  Context:           default
12:55:39 
12:55:39 Server: Docker Engine - Community
12:55:39  Engine:
12:55:39   Version:          22.06.0-beta.0
12:55:39   API version:      1.42 (minimum version 1.12)
12:55:39   Go version:       go1.18.3
12:55:39   Git commit:       38633e7
12:55:39   Built:            Fri Jun  3 17:55:45 2022
12:55:39   OS/Arch:          linux/amd64
12:55:39   Experimental:     true
12:55:39  containerd:
12:55:39   Version:          1.6.8
12:55:39   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:39  runc:
12:55:39   Version:          1.1.4
12:55:39   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:39  docker-init:
12:55:39   Version:          0.19.0
12:55:39   GitCommit:        de40ad0
12:55:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:55:39 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:55:39 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:55:39 + SRC=src/github.com/docker/compose
12:55:39 + REF=v2.16.0
12:55:39 + REF_FETCH=v2.16.0
12:55:39 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:55:39 + awk {print $2}
12:55:39 + REF=refs/tags/v2.16.0
12:55:39 + [ -n refs/tags/v2.16.0 ]
12:55:39 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:39 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:39 46758452d3ee: Verifying Checksum
12:55:39 46758452d3ee: Download complete
12:55:39 using credential docker-jenkins-github-credentials
12:55:39 Cloning the remote Git repository
12:55:39 Cloning with configured refspecs honoured and without tags
[Pipeline] {
[Pipeline] echo
12:55:39 Docker containers have been removed
[Pipeline] echo
12:55:39 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] wrap
[Pipeline] {
12:55:39 #10 29.05 Selecting previously unselected package libsasl2-2:armhf.
12:55:39 #10 29.05 Preparing to unpack .../060-libsasl2-2_2.1.27+dfsg-1+deb10u2_armhf.deb ...
12:55:39 #10 29.07 Unpacking libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ...
12:55:39 #10 29.15 Selecting previously unselected package libldap-common.
12:55:39 #10 29.15 Preparing to unpack .../061-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
[Pipeline] wrap
[Pipeline] }
[Pipeline] }
[Pipeline] echo
12:55:39 Removing all docker containers
[Pipeline] sh
12:55:39 46758452d3ee: Pull complete
12:55:39 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:39 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
12:55:39 Removing all docker containers
[Pipeline] sh
[Pipeline] }
[Pipeline] }
[Pipeline] echo
12:55:39 Removing all docker containers
[Pipeline] sh
12:55:39 From https://github.com/docker/compose
12:55:39  * [new tag]         v2.16.0    -> v2.16.0
12:55:39 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:55:39 git init src/github.com/docker/scan-cli-plugin
12:55:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:55:39 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:55:39 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:55:39 + SRC=src/github.com/docker/scan-cli-plugin
12:55:39 + REF=v0.23.0
12:55:39 + REF_FETCH=v0.23.0
12:55:39 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:55:39 + awk {print $2}
12:55:39 #10 29.37 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:55:39 mkdir -p rpmbuild/SOURCES
12:55:39 docker run --rm -w /v \
12:55:39 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:55:39 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:55:39 	alpine \
12:55:39 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:55:39 + pwd
12:55:39 + id -u
12:55:39 + id -g
12:55:39 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:39 Unable to find image 'busybox:latest' locally
12:55:39 + docker container ls -aq
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] }
[Pipeline] sh
12:55:39 + docker container ls -aq
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] sh
12:55:40 + REF=refs/tags/v0.23.0
12:55:40 + [ -n refs/tags/v0.23.0 ]
12:55:40 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:40 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
[Pipeline] sh
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
12:55:40 + docker container ls -aq
12:55:40 + docker version
12:55:40 Client: Docker Engine - Community
12:55:40  Version:           22.06.0-beta.0
12:55:40  API version:       1.42
12:55:40  Go version:        go1.18.3
12:55:40  Git commit:        3e9117b
12:55:40  Built:             Fri Jun  3 17:55:45 2022
12:55:40  OS/Arch:           linux/amd64
12:55:40  Context:           default
12:55:40 
12:55:40 Server: Docker Engine - Community
12:55:40  Engine:
12:55:40   Version:          22.06.0-beta.0
12:55:40   API version:      1.42 (minimum version 1.12)
12:55:40   Go version:       go1.18.3
12:55:40   Git commit:       38633e7
12:55:40   Built:            Fri Jun  3 17:55:45 2022
12:55:40   OS/Arch:          linux/amd64
12:55:40   Experimental:     true
12:55:40  containerd:
12:55:40   Version:          1.6.8
12:55:40   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:40  runc:
12:55:40   Version:          1.1.4
12:55:40   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:40  docker-init:
12:55:40   Version:          0.19.0
12:55:40   GitCommit:        de40ad0
12:55:40 From https://github.com/docker/scan-cli-plugin
12:55:40  * [new tag]         v0.23.0    -> v0.23.0
12:55:40 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:55:40 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 debian-bookworm
12:55:40 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:40 mkdir -p sources
12:55:40 docker run --rm -w /v \
12:55:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:55:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:55:40 	alpine \
12:55:40 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:55:40 Unable to find image 'alpine:latest' locally
12:55:40 + docker info
12:55:40 Client:
12:55:40  Context:    default
12:55:40  Debug Mode: false
12:55:40  Plugins:
12:55:40   buildx: Docker Buildx (Docker Inc.)
12:55:40     Version:  v0.8.2
12:55:40     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:40   compose: Docker Compose (Docker Inc.)
12:55:40     Version:  v2.12.0
12:55:40     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:40 
12:55:40 Server:
12:55:40  Containers: 0
12:55:40   Running: 0
12:55:40   Paused: 0
12:55:40   Stopped: 0
12:55:40  Images: 1
12:55:40  Server Version: 22.06.0-beta.0
12:55:40  Storage Driver: overlay2
12:55:40   Backing Filesystem: extfs
12:55:40   Supports d_type: true
12:55:40   Using metacopy: false
12:55:40   Native Overlay Diff: true
12:55:40   userxattr: false
12:55:40  Logging Driver: json-file
12:55:40  Cgroup Driver: cgroupfs
12:55:40  Cgroup Version: 1
12:55:40  Plugins:
12:55:40   Volume: local
12:55:40   Network: bridge host ipvlan macvlan null overlay
12:55:40   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:40  Swarm: inactive
12:55:40  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:40  Default Runtime: runc
12:55:40  Init Binary: docker-init
12:55:40  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:40  runc version: v1.1.4-0-g5fd4c4d
12:55:40  init version: de40ad0
12:55:40  Security Options:
12:55:40   apparmor
12:55:40   seccomp
12:55:40    Profile: builtin
12:55:40  Kernel Version: 5.15.0-1022-aws
12:55:40  Operating System: Ubuntu 20.04.5 LTS
12:55:40  OSType: linux
12:55:40  Architecture: aarch64
12:55:40  CPUs: 2
12:55:40  Total Memory: 7.559GiB
12:55:40  Name: ip-10-100-83-114
12:55:40  ID: a4508864-5846-4859-9d9f-739af3007ee0
12:55:40  Docker Root Dir: /var/lib/docker
12:55:40  Debug Mode: false
12:55:40  Username: dockerbuildbot
12:55:40  Registry: https://index.docker.io/v1/
12:55:40  Labels:
12:55:40  Experimental: true
12:55:40  Insecure Registries:
12:55:40   127.0.0.0/8
12:55:40  Live Restore Enabled: true
12:55:40 
12:55:40 latest: Pulling from library/busybox
12:55:40 46758452d3ee: Pulling fs layer
12:55:40 46758452d3ee: Verifying Checksum
12:55:40 46758452d3ee: Download complete
[Pipeline] checkout
12:55:40 The recommended git tool is: git
12:55:40 mkdir -p rpmbuild/SOURCES
12:55:40 docker run --rm -w /v \
12:55:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:55:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:55:40 	alpine \
12:55:40 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
[Pipeline] checkout
12:55:40 The recommended git tool is: git
[Pipeline] {
[Pipeline] echo
12:55:40 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (fedora-36-amd64)
[Pipeline] {
[Pipeline] echo
12:55:40 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:40 chowning workspace
[Pipeline] sh
12:55:40 + docker info
12:55:40 Client:
12:55:40  Context:    default
12:55:40  Debug Mode: false
12:55:40  Plugins:
12:55:40   buildx: Docker Buildx (Docker Inc.)
12:55:40     Version:  c5aec24
12:55:40     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:40   compose: Docker Compose (Docker Inc.)
12:55:40     Version:  v2.12.0
12:55:40     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:40   scan: Docker Scan (Docker Inc.)
12:55:40     Version:  v0.17.0
12:55:40     Path:     /usr/libexec/docker/cli-plugins/docker-scan
12:55:40 
12:55:40 Server:
12:55:40  Containers: 0
12:55:40   Running: 0
12:55:40   Paused: 0
12:55:40   Stopped: 0
12:55:40  Images: 1
12:55:40  Server Version: 22.06.0-beta.0
12:55:40  Storage Driver: overlay2
12:55:40   Backing Filesystem: extfs
12:55:40   Supports d_type: true
12:55:40   Using metacopy: false
12:55:40   Native Overlay Diff: true
12:55:40   userxattr: false
12:55:40  Logging Driver: json-file
12:55:40  Cgroup Driver: systemd
12:55:40  Cgroup Version: 2
12:55:40  Plugins:
12:55:40   Volume: local
12:55:40   Network: bridge host ipvlan macvlan null overlay
12:55:40   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:40  Swarm: inactive
12:55:40  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
12:55:40  Default Runtime: runc
12:55:40  Init Binary: docker-init
12:55:40  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:40  runc version: v1.1.4-0-g5fd4c4d
12:55:40  init version: de40ad0
12:55:40  Security Options:
12:55:40   apparmor
12:55:40   seccomp
12:55:40    Profile: builtin
12:55:40   cgroupns
12:55:40  Kernel Version: 5.15.0-1022-aws
12:55:40  Operating System: Ubuntu 20.04.5 LTS
12:55:40  OSType: linux
12:55:40  Architecture: x86_64
12:55:40  CPUs: 2
12:55:40  Total Memory: 7.475GiB
12:55:40  Name: ip-10-100-123-251
12:55:40  ID: c944a62a-a99e-4e56-b148-df1906108e3b
12:55:40  Docker Root Dir: /var/lib/docker
12:55:40  Debug Mode: false
12:55:40  Username: dockerbuildbot
12:55:40  Registry: https://index.docker.io/v1/
12:55:40  Labels:
12:55:40  Experimental: true
12:55:40  Insecure Registries:
12:55:40   127.0.0.0/8
12:55:40  Live Restore Enabled: true
12:55:40 
12:55:40 latest: Pulling from library/alpine
12:55:40 a9eaa45ef418: Pulling fs layer
12:55:40 a9eaa45ef418: Verifying Checksum
12:55:40 a9eaa45ef418: Download complete
12:55:40 46758452d3ee: Pull complete
12:55:40 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:40 Status: Downloaded newer image for busybox:latest
12:55:40 using credential docker-jenkins-github-credentials
12:55:40 mkdir -p sources
12:55:40 docker run --rm -w /v \
12:55:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:55:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:55:40 	alpine \
12:55:40 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:55:40 Cloning the remote Git repository
12:55:40 Cloning with configured refspecs honoured and without tags
12:55:40 a9eaa45ef418: Pull complete
12:55:40 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:55:40 Status: Downloaded newer image for alpine:latest
12:55:40 #10 29.94 Selecting previously unselected package libldap-2.4-2:armhf.
12:55:40 #10 29.94 Preparing to unpack .../062-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_armhf.deb ...
12:55:40 #10 29.94 Unpacking libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u7) ...
12:55:40 #10 30.01 Selecting previously unselected package libnghttp2-14:armhf.
12:55:40 #10 30.01 Preparing to unpack .../063-libnghttp2-14_1.36.0-2+deb10u1_armhf.deb ...
12:55:40 #10 30.02 Unpacking libnghttp2-14:armhf (1.36.0-2+deb10u1) ...
12:55:40 #10 30.07 Selecting previously unselected package libpsl5:armhf.
12:55:40 #10 30.07 Preparing to unpack .../064-libpsl5_0.20.2-2_armhf.deb ...
12:55:40 #10 30.08 Unpacking libpsl5:armhf (0.20.2-2) ...
12:55:40 #10 30.14 Selecting previously unselected package librtmp1:armhf.
12:55:40 #10 30.14 Preparing to unpack .../065-librtmp1_2.4+20151223.gitfa8646d.1-2_armhf.deb ...
12:55:40 #10 30.14 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ...
12:55:40 #10 30.19 Selecting previously unselected package libssh2-1:armhf.
12:55:40 #10 30.19 Preparing to unpack .../066-libssh2-1_1.8.0-2.1_armhf.deb ...
12:55:40 #10 30.19 Unpacking libssh2-1:armhf (1.8.0-2.1) ...
12:55:40 #10 30.25 Selecting previously unselected package libcurl4:armhf.
12:55:40 #10 30.25 Preparing to unpack .../067-libcurl4_7.64.0-4+deb10u4_armhf.deb ...
12:55:40 #10 30.25 Unpacking libcurl4:armhf (7.64.0-4+deb10u4) ...
[Pipeline] sh
12:55:41 Fetching without tags
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] echo
12:55:41 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:41 chowning workspace
[Pipeline] sh
12:55:41 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:41 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:41 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:41 == Building packages for centos-7 ==
12:55:41 mkdir -p "rpmbuild/centos-7"
12:55:41 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-centos-7/aarch64 -f centos-7/Dockerfile .
12:55:41 + echo starting...
12:55:41 starting...
12:55:41 + pwd
12:55:41 + id -u
12:55:41 + id -g
12:55:41 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:41 Unable to find image 'busybox:latest' locally
12:55:41 #10 30.36 Selecting previously unselected package curl.
12:55:41 #10 30.36 Preparing to unpack .../068-curl_7.64.0-4+deb10u4_armhf.deb ...
12:55:41 #10 30.36 Unpacking curl (7.64.0-4+deb10u4) ...
12:55:41 #10 30.47 Selecting previously unselected package dctrl-tools.
12:55:41 #10 30.47 Preparing to unpack .../069-dctrl-tools_2.24-3_armhf.deb ...
12:55:41 #10 30.48 Unpacking dctrl-tools (2.24-3) ...
12:55:41 #10 30.55 Selecting previously unselected package libtool.
12:55:41 #10 30.55 Preparing to unpack .../070-libtool_2.4.6-9_all.deb ...
12:55:41 #10 30.56 Unpacking libtool (2.4.6-9) ...
12:55:41 #10 30.64 Selecting previously unselected package dh-autoreconf.
12:55:41 #10 30.64 Preparing to unpack .../071-dh-autoreconf_19_all.deb ...
12:55:41 #10 30.65 Unpacking dh-autoreconf (19) ...
12:55:41 #10 30.68 Selecting previously unselected package libarchive-zip-perl.
12:55:41 #10 30.68 Preparing to unpack .../072-libarchive-zip-perl_1.64-1_all.deb ...
12:55:41 #10 30.69 Unpacking libarchive-zip-perl (1.64-1) ...
12:55:41 #10 30.74 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:55:41 #10 30.74 Preparing to unpack .../073-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
12:55:41 #10 30.75 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
12:55:41 #10 30.79 Selecting previously unselected package dh-strip-nondeterminism.
12:55:41 #10 30.79 Preparing to unpack .../074-dh-strip-nondeterminism_1.1.2-1_all.deb ...
12:55:41 #10 30.79 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
12:55:41 #10 30.83 Selecting previously unselected package dwz.
12:55:41 #10 30.83 Preparing to unpack .../075-dwz_0.12-3_armhf.deb ...
12:55:41 #10 30.84 Unpacking dwz (0.12-3) ...
12:55:41 #10 30.94 Selecting previously unselected package libglib2.0-0:armhf.
12:55:41 #10 30.94 Preparing to unpack .../076-libglib2.0-0_2.58.3-2+deb10u4_armhf.deb ...
12:55:41 #10 30.94 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
12:55:41 #1 [internal] load build definition from Dockerfile
12:55:41 #1 transferring dockerfile: 1.12kB done
12:55:41 #1 DONE 0.0s
12:55:41 
12:55:41 #2 [internal] load .dockerignore
12:55:41 #2 transferring context: 2B done
12:55:41 #2 DONE 0.0s
12:55:41 
12:55:41 #3 [auth] library/centos:pull token for registry-1.docker.io
12:55:41 #3 DONE 0.0s
12:55:41 
12:55:41 #4 [auth] library/golang:pull token for registry-1.docker.io
12:55:41 #4 DONE 0.0s
12:55:41 
12:55:41 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
[Pipeline] checkout
12:55:41 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
[Pipeline] checkout
[Pipeline] // stage
12:55:41 The recommended git tool is: git
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] echo
12:55:41 Docker containers have been removed
[Pipeline] echo
12:55:41 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
12:55:41 #10 31.10 Selecting previously unselected package libcroco3:armhf.
12:55:41 #10 31.10 Preparing to unpack .../077-libcroco3_0.6.12-3_armhf.deb ...
12:55:41 #10 31.10 Unpacking libcroco3:armhf (0.6.12-3) ...
12:55:41 #10 31.16 Selecting previously unselected package libncurses6:armhf.
12:55:41 #10 31.16 Preparing to unpack .../078-libncurses6_6.1+20181013-2+deb10u3_armhf.deb ...
12:55:41 #10 31.17 Unpacking libncurses6:armhf (6.1+20181013-2+deb10u3) ...
12:55:41 #10 31.20 Selecting previously unselected package gettext.
12:55:41 #10 31.20 Preparing to unpack .../079-gettext_0.19.8.1-9_armhf.deb ...
12:55:41 #10 31.21 Unpacking gettext (0.19.8.1-9) ...
12:55:41 latest: Pulling from library/busybox
12:55:41 46758452d3ee: Pulling fs layer
12:55:41 #5 DONE 0.3s
12:55:41 
12:55:41 #6 [internal] load metadata for docker.io/library/centos:7
12:55:41 #6 DONE 0.4s
12:55:41 
12:55:41 #7 [internal] load build context
12:55:41 #7 transferring context: 14.99kB done
12:55:41 #7 DONE 0.0s
12:55:41 
12:55:41 #8 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4
12:55:41 #8 resolve docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 0.0s done
12:55:41 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 0B / 108.37MB 0.1s
12:55:41 #8 sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 1.20kB / 1.20kB done
12:55:41 #8 sha256:73f11afcbb50d8bc70eab9f0850b3fa30e61a419bc48cf426e63527d14a8373b 530B / 530B done
12:55:41 #8 sha256:c9a1fdca3387618f8634949de4533419327736e2f5c618e3bfebe877aa331352 2.77kB / 2.77kB done
[Pipeline] checkout
12:55:41 The recommended git tool is: git
[Pipeline] checkout
12:55:41 The recommended git tool is: git
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
12:55:41 The recommended git tool is: git
[Pipeline] echo
12:55:41 Docker containers have been removed
[Pipeline] echo
12:55:41 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:41 Docker containers have been removed
[Pipeline] echo
12:55:41 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] sh
12:55:41 #10 31.42 Selecting previously unselected package intltool-debian.
12:55:41 #10 31.42 Preparing to unpack .../080-intltool-debian_0.35.0+20060710.5_all.deb ...
12:55:41 #10 31.42 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:55:41 #10 31.46 Selecting previously unselected package po-debconf.
12:55:41 #10 31.46 Preparing to unpack .../081-po-debconf_1.0.21_all.deb ...
12:55:41 #10 31.46 Unpacking po-debconf (1.0.21) ...
12:55:41 #10 31.53 Selecting previously unselected package debhelper.
12:55:41 #10 31.53 Preparing to unpack .../082-debhelper_12.1.1_all.deb ...
12:55:41 #10 31.53 Unpacking debhelper (12.1.1) ...
12:55:41 + pwd
12:55:41 + id -u
12:55:41 + id -g
12:55:41 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:41 Unable to find image 'busybox:latest' locally
12:55:41 latest: Pulling from library/busybox
12:55:41 46758452d3ee: Verifying Checksum
12:55:41 46758452d3ee: Download complete
12:55:41 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 12.58MB / 108.37MB 0.2s
12:55:41 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 22.02MB / 108.37MB 0.3s
12:55:41 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 32.51MB / 108.37MB 0.4s
[Pipeline] }
[Pipeline] }
[Pipeline] echo
12:55:42 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (centos-9-amd64)
[Pipeline] sh
12:55:42 Fetching without tags
[Pipeline] echo
12:55:42 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (debian-bullseye-amd64)
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] echo
12:55:42 cleanWorkspace: Workspace is clean.
[Pipeline] sh
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
12:55:42 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:42 #10 31.67 Selecting previously unselected package debian-keyring.
12:55:42 #10 31.67 Preparing to unpack .../083-debian-keyring_2019.02.25_all.deb ...
12:55:42 #10 31.68 Unpacking debian-keyring (2019.02.25) ...
[Pipeline] // stage
[Pipeline] stage
12:55:42 46758452d3ee: Pulling fs layer
12:55:42 46758452d3ee: Verifying Checksum
12:55:42 46758452d3ee: Download complete
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (debian-bookworm-amd64)
12:55:42 + docker info
12:55:42 Client:
12:55:42  Context:    default
12:55:42  Debug Mode: false
12:55:42  Plugins:
12:55:42   buildx: Docker Buildx (Docker Inc.)
12:55:42     Version:  c5aec24
12:55:42     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:42   compose: Docker Compose (Docker Inc.)
12:55:42     Version:  v2.12.0
12:55:42     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:42   scan: Docker Scan (Docker Inc.)
12:55:42     Version:  v0.17.0
12:55:42     Path:     /usr/libexec/docker/cli-plugins/docker-scan
12:55:42 
12:55:42 Server:
12:55:42  Containers: 0
12:55:42   Running: 0
12:55:42   Paused: 0
12:55:42   Stopped: 0
12:55:42  Images: 1
12:55:42  Server Version: 22.06.0-beta.0
12:55:42  Storage Driver: overlay2
12:55:42   Backing Filesystem: extfs
12:55:42   Supports d_type: true
12:55:42   Using metacopy: false
12:55:42   Native Overlay Diff: true
12:55:42   userxattr: false
12:55:42  Logging Driver: json-file
12:55:42  Cgroup Driver: systemd
12:55:42  Cgroup Version: 2
12:55:42  Plugins:
12:55:42   Volume: local
12:55:42   Network: bridge host ipvlan macvlan null overlay
12:55:42   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:42  Swarm: inactive
12:55:42  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:42  Default Runtime: runc
12:55:42  Init Binary: docker-init
12:55:42  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:42  runc version: v1.1.4-0-g5fd4c4d
12:55:42  init version: de40ad0
12:55:42  Security Options:
12:55:42   apparmor
12:55:42   seccomp
12:55:42    Profile: builtin
12:55:42   cgroupns
12:55:42  Kernel Version: 5.15.0-1022-aws
12:55:42  Operating System: Ubuntu 20.04.5 LTS
12:55:42  OSType: linux
12:55:42  Architecture: x86_64
12:55:42  CPUs: 2
12:55:42  Total Memory: 7.557GiB
12:55:42  Name: ip-10-100-83-113
12:55:42  ID: c944a62a-a99e-4e56-b148-df1906108e3b
12:55:42  Docker Root Dir: /var/lib/docker
12:55:42  Debug Mode: false
12:55:42  Username: dockerbuildbot
12:55:42  Registry: https://index.docker.io/v1/
12:55:42  Labels:
12:55:42  Experimental: true
12:55:42  Insecure Registries:
12:55:42   127.0.0.0/8
12:55:42  Live Restore Enabled: true
12:55:42 
12:55:42 46758452d3ee: Pull complete
12:55:42 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:42 Status: Downloaded newer image for busybox:latest
12:55:42 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 41.94MB / 108.37MB 0.5s
12:55:42 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 52.43MB / 108.37MB 0.6s
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
12:55:42 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:42 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
[Pipeline] checkout
12:55:42 The recommended git tool is: git
12:55:42 mkdir -p rpmbuild/SOURCES
12:55:42 docker run --rm -w /v \
12:55:42 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:55:42 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:55:42 	alpine \
12:55:42 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
[Pipeline] checkout
[Pipeline] sh
12:55:42 The recommended git tool is: git
12:55:42 + echo starting...
12:55:42 starting...
12:55:42 + echo starting...
12:55:42 starting...
12:55:42 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 62.91MB / 108.37MB 0.7s
12:55:42 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 79.69MB / 108.37MB 0.9s
[Pipeline] sh
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] checkout
12:55:42 The recommended git tool is: git
[Pipeline] sh
12:55:42 + echo starting...
12:55:42 starting...
12:55:42 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 92.27MB / 108.37MB 1.0s
12:55:42 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 103.81MB / 108.37MB 1.1s
[Pipeline] sh
12:55:42 #10 ...
12:55:42 
12:55:42 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:42 #9 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 10.3s
12:55:42 46758452d3ee: Pull complete
12:55:42 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:42 Status: Downloaded newer image for busybox:latest
12:55:42 + docker version
12:55:42 Client: Docker Engine - Community
12:55:42  Version:           22.06.0-beta.0
12:55:42  API version:       1.42
12:55:42  Go version:        go1.18.3
12:55:42  Git commit:        3e9117b
12:55:42  Built:             Fri Jun  3 17:55:45 2022
12:55:42  OS/Arch:           linux/amd64
12:55:42  Context:           default
12:55:42 
12:55:42 Server: Docker Engine - Community
12:55:42  Engine:
12:55:42   Version:          22.06.0-beta.0
12:55:42   API version:      1.42 (minimum version 1.12)
12:55:42   Go version:       go1.18.3
12:55:42   Git commit:       38633e7
12:55:42   Built:            Fri Jun  3 17:55:45 2022
12:55:42   OS/Arch:          linux/amd64
12:55:42   Experimental:     true
12:55:42  containerd:
12:55:42   Version:          1.6.8
12:55:42   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:42  runc:
12:55:42   Version:          1.1.4
12:55:42   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:42  docker-init:
12:55:42   Version:          0.19.0
12:55:42   GitCommit:        de40ad0
[Pipeline] }
[Pipeline] sh
12:55:42 using credential docker-jenkins-github-credentials
12:55:42 Cloning the remote Git repository
12:55:42 Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
12:55:43 + docker version
12:55:43 Client: Docker Engine - Community
12:55:43  Version:           22.06.0-beta.0
12:55:43  API version:       1.42
12:55:43  Go version:        go1.18.3
12:55:43  Git commit:        3e9117b
12:55:43  Built:             Fri Jun  3 17:55:45 2022
12:55:43  OS/Arch:           linux/amd64
12:55:43  Context:           default
12:55:43 
12:55:43 Server: Docker Engine - Community
12:55:43  Engine:
12:55:43   Version:          22.06.0-beta.0
12:55:43   API version:      1.42 (minimum version 1.12)
12:55:43   Go version:       go1.18.3
12:55:43   Git commit:       38633e7
12:55:43   Built:            Fri Jun  3 17:55:45 2022
12:55:43   OS/Arch:          linux/amd64
12:55:43   Experimental:     true
12:55:43  containerd:
12:55:43   Version:          1.6.8
12:55:43   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:43  runc:
12:55:43   Version:          1.1.4
12:55:43   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:43  docker-init:
12:55:43   Version:          0.19.0
12:55:43   GitCommit:        de40ad0
12:55:43 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 108.37MB / 108.37MB 1.3s done
[Pipeline] sh
12:55:43 using credential docker-jenkins-github-credentials
12:55:43 mkdir -p sources
12:55:43 docker run --rm -w /v \
12:55:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:55:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:55:43 	alpine \
12:55:43 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:55:43 + docker version
12:55:43 Client: Docker Engine - Community
12:55:43  Version:           22.06.0-beta.0
12:55:43  API version:       1.42
12:55:43  Go version:        go1.18.3
12:55:43  Git commit:        3e9117b
12:55:43  Built:             Fri Jun  3 17:55:45 2022
12:55:43  OS/Arch:           linux/amd64
12:55:43  Context:           default
12:55:43 
12:55:43 Server: Docker Engine - Community
12:55:43  Engine:
12:55:43   Version:          22.06.0-beta.0
12:55:43   API version:      1.42 (minimum version 1.12)
12:55:43   Go version:       go1.18.3
12:55:43   Git commit:       38633e7
12:55:43   Built:            Fri Jun  3 17:55:45 2022
12:55:43   OS/Arch:          linux/amd64
12:55:43   Experimental:     true
12:55:43  containerd:
12:55:43   Version:          1.6.8
12:55:43   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:43  runc:
12:55:43   Version:          1.1.4
12:55:43   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:43  docker-init:
12:55:43   Version:          0.19.0
12:55:43   GitCommit:        de40ad0
12:55:43 Cloning the remote Git repository
12:55:43 Cloning with configured refspecs honoured and without tags
[Pipeline] sh
12:55:43 + docker info
12:55:43 Client:
12:55:43  Context:    default
12:55:43  Debug Mode: false
12:55:43  Plugins:
12:55:43   buildx: Docker Buildx (Docker Inc.)
12:55:43     Version:  c5aec24
12:55:43     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:43   compose: Docker Compose (Docker Inc.)
12:55:43     Version:  v2.12.0
12:55:43     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:43   scan: Docker Scan (Docker Inc.)
12:55:43     Version:  v0.17.0
12:55:43     Path:     /usr/libexec/docker/cli-plugins/docker-scan
12:55:43 
12:55:43 Server:
12:55:43  Containers: 0
12:55:43   Running: 0
12:55:43   Paused: 0
12:55:43   Stopped: 0
12:55:43  Images: 1
12:55:43  Server Version: 22.06.0-beta.0
12:55:43  Storage Driver: overlay2
12:55:43   Backing Filesystem: extfs
12:55:43   Supports d_type: true
12:55:43   Using metacopy: false
12:55:43   Native Overlay Diff: true
12:55:43   userxattr: false
12:55:43  Logging Driver: json-file
12:55:43  Cgroup Driver: systemd
12:55:43  Cgroup Version: 2
12:55:43  Plugins:
12:55:43   Volume: local
12:55:43   Network: bridge host ipvlan macvlan null overlay
12:55:43   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:43  Swarm: inactive
12:55:43  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:43  Default Runtime: runc
12:55:43  Init Binary: docker-init
12:55:43  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:43  runc version: v1.1.4-0-g5fd4c4d
12:55:43  init version: de40ad0
12:55:43  Security Options:
12:55:43   apparmor
12:55:43   seccomp
12:55:43    Profile: builtin
12:55:43   cgroupns
12:55:43  Kernel Version: 5.15.0-1022-aws
12:55:43  Operating System: Ubuntu 20.04.5 LTS
12:55:43  OSType: linux
12:55:43  Architecture: x86_64
12:55:43  CPUs: 2
12:55:43  Total Memory: 7.557GiB
12:55:43  Name: ip-10-100-115-164
12:55:43  ID: c944a62a-a99e-4e56-b148-df1906108e3b
12:55:43  Docker Root Dir: /var/lib/docker
12:55:43  Debug Mode: false
12:55:43  Username: dockerbuildbot
12:55:43  Registry: https://index.docker.io/v1/
12:55:43  Labels:
12:55:43  Experimental: true
12:55:43  Insecure Registries:
12:55:43   127.0.0.0/8
12:55:43  Live Restore Enabled: true
12:55:43 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
12:55:43 #8 extracting sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
[Pipeline] checkout
12:55:43 The recommended git tool is: git
12:55:43 + docker version
12:55:43 Client: Docker Engine - Community
12:55:43  Version:           22.06.0-beta.0
12:55:43  API version:       1.42
12:55:43  Go version:        go1.18.3
12:55:43  Git commit:        3e9117b
12:55:43  Built:             Fri Jun  3 17:55:45 2022
12:55:43  OS/Arch:           linux/amd64
12:55:43  Context:           default
12:55:43 
12:55:43 Server: Docker Engine - Community
12:55:43  Engine:
12:55:43   Version:          22.06.0-beta.0
12:55:43   API version:      1.42 (minimum version 1.12)
12:55:43   Go version:       go1.18.3
12:55:43   Git commit:       38633e7
12:55:43   Built:            Fri Jun  3 17:55:45 2022
12:55:43   OS/Arch:          linux/amd64
12:55:43   Experimental:     true
12:55:43  containerd:
12:55:43   Version:          1.6.8
12:55:43   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:43  runc:
12:55:43   Version:          1.1.4
12:55:43   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:43  docker-init:
12:55:43   Version:          0.19.0
12:55:43   GitCommit:        de40ad0
[Pipeline] sh
12:55:43 + docker info
12:55:43 Client:
12:55:43  Context:    default
12:55:43  Debug Mode: false
12:55:43  Plugins:
12:55:43   buildx: Docker Buildx (Docker Inc.)
12:55:43     Version:  c5aec24
12:55:43     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:43   compose: Docker Compose (Docker Inc.)
12:55:43     Version:  v2.12.0
12:55:43     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:43   scan: Docker Scan (Docker Inc.)
12:55:43     Version:  v0.17.0
12:55:43     Path:     /usr/libexec/docker/cli-plugins/docker-scan
12:55:43 
12:55:43 Server:
12:55:43  Containers: 0
12:55:43   Running: 0
12:55:43   Paused: 0
12:55:43   Stopped: 0
12:55:43  Images: 1
12:55:43  Server Version: 22.06.0-beta.0
12:55:43  Storage Driver: overlay2
12:55:43   Backing Filesystem: extfs
12:55:43   Supports d_type: true
12:55:43   Using metacopy: false
12:55:43   Native Overlay Diff: true
12:55:43   userxattr: false
12:55:43  Logging Driver: json-file
12:55:43  Cgroup Driver: systemd
12:55:43  Cgroup Version: 2
12:55:43  Plugins:
12:55:43   Volume: local
12:55:43   Network: bridge host ipvlan macvlan null overlay
12:55:43   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:43  Swarm: inactive
12:55:43  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:43  Default Runtime: runc
12:55:43  Init Binary: docker-init
12:55:43  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:43  runc version: v1.1.4-0-g5fd4c4d
12:55:43  init version: de40ad0
12:55:43  Security Options:
12:55:43   apparmor
12:55:43   seccomp
12:55:43    Profile: builtin
12:55:43   cgroupns
12:55:43  Kernel Version: 5.15.0-1022-aws
12:55:43  Operating System: Ubuntu 20.04.5 LTS
12:55:43  OSType: linux
12:55:43  Architecture: x86_64
12:55:43  CPUs: 2
12:55:43  Total Memory: 7.557GiB
12:55:43  Name: ip-10-100-85-153
12:55:43  ID: c944a62a-a99e-4e56-b148-df1906108e3b
12:55:43  Docker Root Dir: /var/lib/docker
12:55:43  Debug Mode: false
12:55:43  Username: dockerbuildbot
12:55:43  Registry: https://index.docker.io/v1/
12:55:43  Labels:
12:55:43  Experimental: true
12:55:43  Insecure Registries:
12:55:43   127.0.0.0/8
12:55:43  Live Restore Enabled: true
12:55:43 
12:55:43 + docker info
12:55:43 Client:
12:55:43  Context:    default
12:55:43  Debug Mode: false
12:55:43  Plugins:
12:55:43   buildx: Docker Buildx (Docker Inc.)
12:55:43     Version:  c5aec24
12:55:43     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:43   compose: Docker Compose (Docker Inc.)
12:55:43     Version:  v2.12.0
12:55:43     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:43   scan: Docker Scan (Docker Inc.)
12:55:43     Version:  v0.17.0
12:55:43     Path:     /usr/libexec/docker/cli-plugins/docker-scan
12:55:43 
12:55:43 Server:
12:55:43  Containers: 0
12:55:43   Running: 0
12:55:43   Paused: 0
12:55:43   Stopped: 0
12:55:43  Images: 1
12:55:43  Server Version: 22.06.0-beta.0
12:55:43  Storage Driver: overlay2
12:55:43   Backing Filesystem: extfs
12:55:43   Supports d_type: true
12:55:43   Using metacopy: false
12:55:43   Native Overlay Diff: true
12:55:43   userxattr: false
12:55:43  Logging Driver: json-file
12:55:43  Cgroup Driver: systemd
12:55:43  Cgroup Version: 2
12:55:43  Plugins:
12:55:43   Volume: local
12:55:43   Network: bridge host ipvlan macvlan null overlay
12:55:43   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:43  Swarm: inactive
12:55:43  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:43  Default Runtime: runc
12:55:43  Init Binary: docker-init
12:55:43  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:43  runc version: v1.1.4-0-g5fd4c4d
12:55:43  init version: de40ad0
12:55:43  Security Options:
12:55:43   apparmor
12:55:43   seccomp
12:55:43    Profile: builtin
12:55:43   cgroupns
12:55:43  Kernel Version: 5.15.0-1022-aws
12:55:43  Operating System: Ubuntu 20.04.5 LTS
12:55:43  OSType: linux
12:55:43  Architecture: x86_64
12:55:43  CPUs: 2
12:55:43  Total Memory: 7.557GiB
12:55:43  Name: ip-10-100-64-145
12:55:43  ID: c944a62a-a99e-4e56-b148-df1906108e3b
12:55:43  Docker Root Dir: /var/lib/docker
12:55:43  Debug Mode: false
12:55:43  Username: dockerbuildbot
12:55:43  Registry: https://index.docker.io/v1/
12:55:43  Labels:
12:55:43  Experimental: true
12:55:43  Insecure Registries:
12:55:43   127.0.0.0/8
12:55:43  Live Restore Enabled: true
12:55:43 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] }
[Pipeline] checkout
12:55:43 The recommended git tool is: git
[Pipeline] // stage
Cloning repository https://github.com/docker/docker-ce-packaging.git
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
12:55:43 The recommended git tool is: git
12:55:43 using credential docker-jenkins-github-credentials
12:55:43 Cloning the remote Git repository
12:55:43 Cloning with configured refspecs honoured and without tags
12:55:43 + docker info
12:55:43 Client:
12:55:43  Context:    default
12:55:43  Debug Mode: false
12:55:43  Plugins:
12:55:43   buildx: Docker Buildx (Docker Inc.)
12:55:43     Version:  c5aec24
12:55:43     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:43   compose: Docker Compose (Docker Inc.)
12:55:43     Version:  v2.12.0
12:55:43     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:43   scan: Docker Scan (Docker Inc.)
12:55:43     Version:  v0.17.0
12:55:43     Path:     /usr/libexec/docker/cli-plugins/docker-scan
12:55:43 
12:55:43 Server:
12:55:43  Containers: 0
12:55:43   Running: 0
12:55:43   Paused: 0
12:55:43   Stopped: 0
12:55:43  Images: 1
12:55:43  Server Version: 22.06.0-beta.0
12:55:43  Storage Driver: overlay2
12:55:43   Backing Filesystem: extfs
12:55:43   Supports d_type: true
12:55:43   Using metacopy: false
12:55:43   Native Overlay Diff: true
12:55:43   userxattr: false
12:55:43  Logging Driver: json-file
12:55:43  Cgroup Driver: systemd
12:55:43  Cgroup Version: 2
12:55:43  Plugins:
12:55:43   Volume: local
12:55:43   Network: bridge host ipvlan macvlan null overlay
12:55:43   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:43  Swarm: inactive
12:55:43  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
12:55:43  Default Runtime: runc
12:55:43  Init Binary: docker-init
12:55:43  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:43  runc version: v1.1.4-0-g5fd4c4d
12:55:43  init version: de40ad0
12:55:43  Security Options:
12:55:43   apparmor
12:55:43   seccomp
12:55:43    Profile: builtin
12:55:43   cgroupns
12:55:43  Kernel Version: 5.15.0-1022-aws
12:55:43  Operating System: Ubuntu 20.04.5 LTS
12:55:43  OSType: linux
12:55:43  Architecture: x86_64
12:55:43  CPUs: 2
12:55:43  Total Memory: 7.557GiB
12:55:43  Name: ip-10-100-74-187
12:55:43  ID: c944a62a-a99e-4e56-b148-df1906108e3b
12:55:43  Docker Root Dir: /var/lib/docker
12:55:43  Debug Mode: false
12:55:43  Username: dockerbuildbot
12:55:43  Registry: https://index.docker.io/v1/
12:55:43  Labels:
12:55:43  Experimental: true
12:55:43  Insecure Registries:
12:55:43   127.0.0.0/8
12:55:43  Live Restore Enabled: true
12:55:43 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
12:55:43 The recommended git tool is: git
[Pipeline] echo
12:55:43 Removing all docker containers
[Pipeline] sh
12:55:44 mkdir -p sources
12:55:44 docker run --rm -w /v \
12:55:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:55:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:55:44 	alpine \
12:55:44 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
12:55:44 + docker container ls -aq
[Pipeline] echo
12:55:44 Docker containers have been removed
[Pipeline] echo
12:55:44 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:44 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (raspbian-buster-armhf)
[Pipeline] sh
12:55:44 mkdir -p sources
12:55:44 docker run --rm -w /v \
12:55:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:55:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:55:44 	alpine \
12:55:44 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:55:44 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
12:55:44 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
12:55:44 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:44 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:44 Fetching without tags
12:55:44 + echo starting...
12:55:44 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
12:55:44 #9 ...
12:55:44 
12:55:44 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:55:44 #10 34.23 Selecting previously unselected package libfakeroot:armhf.
12:55:44 #10 34.23 Preparing to unpack .../084-libfakeroot_1.23-1_armhf.deb ...
12:55:44 #10 34.24 Unpacking libfakeroot:armhf (1.23-1) ...
12:55:44 #10 34.29 Selecting previously unselected package fakeroot.
12:55:44 #10 34.29 Preparing to unpack .../085-fakeroot_1.23-1_armhf.deb ...
12:55:44 #10 34.30 Unpacking fakeroot (1.23-1) ...
12:55:44 #10 34.36 Selecting previously unselected package libassuan0:armhf.
12:55:44 #10 34.36 Preparing to unpack .../086-libassuan0_2.5.2-1_armhf.deb ...
12:55:44 #10 34.36 Unpacking libassuan0:armhf (2.5.2-1) ...
12:55:44 #10 34.40 Selecting previously unselected package gpgconf.
12:55:44 #10 34.40 Preparing to unpack .../087-gpgconf_2.2.12-1+deb10u2_armhf.deb ...
12:55:44 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:44 mkdir -p rpmbuild/SOURCES
12:55:44 docker run --rm -w /v \
12:55:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:55:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:55:44 	alpine \
12:55:44 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
12:55:44 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:44 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:44 Fetching without tags
12:55:45 + docker version
12:55:45 Client: Docker Engine - Community
12:55:45  Version:           22.06.0-beta.0
12:55:45  API version:       1.42
12:55:45  Go version:        go1.18.3
12:55:45  Git commit:        3e9117b
12:55:45  Built:             Fri Jun  3 17:56:06 2022
12:55:45  OS/Arch:           linux/arm
12:55:45  Context:           default
12:55:45 
12:55:45 Server: Docker Engine - Community
12:55:45  Engine:
12:55:45   Version:          22.06.0-beta.0
12:55:45   API version:      1.42 (minimum version 1.12)
12:55:45   Go version:       go1.18.3
12:55:45   Git commit:       38633e7
12:55:45   Built:            Fri Jun  3 17:56:06 2022
12:55:45   OS/Arch:          linux/arm
12:55:45   Experimental:     true
12:55:45  containerd:
12:55:45   Version:          1.6.8
12:55:45   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:45  runc:
12:55:45   Version:          1.1.4
12:55:45   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:45  docker-init:
12:55:45   Version:          0.19.0
12:55:45   GitCommit:        de40ad0
[Pipeline] echo
12:55:45 Removing all docker containers
12:55:45 #10 34.41 Unpacking gpgconf (2.2.12-1+deb10u2) ...
12:55:45 #10 34.47 Selecting previously unselected package libksba8:armhf.
12:55:45 #10 34.47 Preparing to unpack .../088-libksba8_1.3.5-2+deb10u2_armhf.deb ...
12:55:45 #10 34.48 Unpacking libksba8:armhf (1.3.5-2+deb10u2) ...
12:55:45 #10 34.54 Selecting previously unselected package libnpth0:armhf.
12:55:45 #10 34.54 Preparing to unpack .../089-libnpth0_1.6-1_armhf.deb ...
12:55:45 #10 34.54 Unpacking libnpth0:armhf (1.6-1) ...
12:55:45 #10 34.58 Selecting previously unselected package dirmngr.
12:55:45 #10 34.58 Preparing to unpack .../090-dirmngr_2.2.12-1+deb10u2_armhf.deb ...
12:55:45 #10 34.59 Unpacking dirmngr (2.2.12-1+deb10u2) ...
[Pipeline] sh
12:55:45 using credential docker-jenkins-github-credentials
[Pipeline] sh
12:55:45 Cloning the remote Git repository
12:55:45 Cloning with configured refspecs honoured and without tags
12:55:45 mkdir -p rpmbuild/SOURCES
12:55:45 docker run --rm -w /v \
12:55:45 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:55:45 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:55:45 	alpine \
12:55:45 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:55:45 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:45 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:45 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
 > git config --add remote.origin.fetch +refs/pull/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:45 #10 34.68 Selecting previously unselected package gnupg-l10n.
12:55:45 #10 34.68 Preparing to unpack .../091-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
12:55:45 #10 34.68 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
12:55:45 #10 34.81 Selecting previously unselected package gnupg-utils.
12:55:45 #10 34.81 Preparing to unpack .../092-gnupg-utils_2.2.12-1+deb10u2_armhf.deb ...
12:55:45 #10 34.82 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
12:55:45 #10 34.92 Selecting previously unselected package gpg.
12:55:45 #10 34.92 Preparing to unpack .../093-gpg_2.2.12-1+deb10u2_armhf.deb ...
12:55:45 Commit message: "bump compose version to v2.16.0"
12:55:45 == Building packages for debian-bullseye ==
12:55:45 mkdir -p "debbuild/debian-bullseye"
12:55:45 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/aarch64 -f debian-bullseye/Dockerfile .
12:55:45 + docker container ls -aq
12:55:45 using credential docker-jenkins-github-credentials
12:55:45 Cloning the remote Git repository
12:55:45 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
12:55:45 Docker containers have been removed
[Pipeline] echo
12:55:45 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:45 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (debian-bookworm-armhf)
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:45 + docker info
12:55:45 Client:
12:55:45  Context:    default
12:55:45  Debug Mode: false
12:55:45  Plugins:
12:55:45   buildx: Docker Buildx (Docker Inc.)
12:55:45     Version:  v0.8.2
12:55:45     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:45   compose: Docker Compose (Docker Inc.)
12:55:45     Version:  v2.12.0
12:55:45     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:45 
12:55:45 Server:
12:55:45  Containers: 0
12:55:45   Running: 0
12:55:45   Paused: 0
12:55:45   Stopped: 0
12:55:45  Images: 1
12:55:45  Server Version: 22.06.0-beta.0
12:55:45  Storage Driver: overlay2
12:55:45   Backing Filesystem: extfs
12:55:45   Supports d_type: true
12:55:45   Using metacopy: false
12:55:45   Native Overlay Diff: true
12:55:45   userxattr: false
12:55:45  Logging Driver: json-file
12:55:45  Cgroup Driver: cgroupfs
12:55:45  Cgroup Version: 1
12:55:45  Plugins:
12:55:45   Volume: local
12:55:45   Network: bridge host ipvlan macvlan null overlay
12:55:45   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:45  Swarm: inactive
12:55:45  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:45  Default Runtime: runc
12:55:45  Init Binary: docker-init
12:55:45  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:45  runc version: v1.1.4-0-g5fd4c4d
12:55:45  init version: de40ad0
12:55:45  Security Options:
12:55:45   apparmor
12:55:45   seccomp
12:55:45    Profile: builtin
12:55:45  Kernel Version: 5.4.0-1088-aws
12:55:45  Operating System: Ubuntu 18.04.6 LTS
12:55:45  OSType: linux
12:55:45  Architecture: armv8l
12:55:45  CPUs: 2
12:55:45  Total Memory: 7.566GiB
12:55:45  Name: ip-10-100-98-201
12:55:45  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
12:55:45  Docker Root Dir: /var/lib/docker
12:55:45  Debug Mode: false
12:55:45  Username: dockerbuildbot
12:55:45  Registry: https://index.docker.io/v1/
12:55:45  Labels:
12:55:45  Experimental: true
12:55:45  Insecure Registries:
12:55:45   127.0.0.0/8
12:55:45  Live Restore Enabled: true
12:55:45 
12:55:45 WARNING: No swap limit support
12:55:45 mkdir -p rpmbuild/SOURCES
12:55:45 docker run --rm -w /v \
12:55:45 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:55:45 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:55:45 	alpine \
12:55:45 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:55:45 #10 34.93 Unpacking gpg (2.2.12-1+deb10u2) ...
12:55:45 #10 35.01 Selecting previously unselected package pinentry-curses.
12:55:45 #10 35.01 Preparing to unpack .../094-pinentry-curses_1.1.0-2_armhf.deb ...
12:55:45 #10 35.02 Unpacking pinentry-curses (1.1.0-2) ...
12:55:45 #10 35.09 Selecting previously unselected package gpg-agent.
12:55:45 #10 35.09 Preparing to unpack .../095-gpg-agent_2.2.12-1+deb10u2_armhf.deb ...
12:55:45 #10 35.10 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
12:55:45 #10 35.17 Selecting previously unselected package gpg-wks-client.
12:55:45 #10 35.17 Preparing to unpack .../096-gpg-wks-client_2.2.12-1+deb10u2_armhf.deb ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
12:55:45 using credential docker-jenkins-github-credentials
[Pipeline] checkout
12:55:45 The recommended git tool is: git
12:55:45 Cloning the remote Git repository
12:55:45 12:55:45 Cloning with configured refspecs honoured and without tags
#1 [internal] load .dockerignore
12:55:45 #1 transferring context: 2B done
12:55:45 #1 DONE 0.0s
12:55:45 
12:55:45 #2 [internal] load build definition from Dockerfile
12:55:45 #2 transferring dockerfile: 913B done
12:55:45 #2 DONE 0.0s
12:55:45 
12:55:45 #3 [auth] library/golang:pull token for registry-1.docker.io
12:55:45 #3 DONE 0.0s
12:55:45 
12:55:45 #4 [auth] library/debian:pull token for registry-1.docker.io
12:55:45 #4 DONE 0.0s
12:55:45 
12:55:45 #5 [internal] load metadata for docker.io/library/debian:bullseye
12:55:45 using credential docker-jenkins-github-credentials
12:55:45 + echo starting...
12:55:45 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[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-844@tmp/530b618e-eef7-4517-9534-63d39804a275/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
12:55:45 Cloning the remote Git repository
12:55:45 Cloning with configured refspecs honoured and without tags
12:55:45 #10 35.18 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
12:55:45 #10 35.24 Selecting previously unselected package gpg-wks-server.
12:55:45 #10 35.24 Preparing to unpack .../097-gpg-wks-server_2.2.12-1+deb10u2_armhf.deb ...
12:55:45 #10 35.25 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
12:55:45 #10 35.31 Selecting previously unselected package gpgsm.
12:55:45 #10 35.31 Preparing to unpack .../098-gpgsm_2.2.12-1+deb10u2_armhf.deb ...
12:55:45 #10 35.32 Unpacking gpgsm (2.2.12-1+deb10u2) ...
12:55:45 #10 35.39 Selecting previously unselected package gnupg.
12:55:45 #10 35.39 Preparing to unpack .../099-gnupg_2.2.12-1+deb10u2_all.deb ...
12:55:45 #10 35.39 Unpacking gnupg (2.2.12-1+deb10u2) ...
12:55:45 #10 35.48 Selecting previously unselected package libfile-which-perl.
12:55:45 #10 35.48 Preparing to unpack .../100-libfile-which-perl_1.23-1_all.deb ...
12:55:45 #10 35.49 Unpacking libfile-which-perl (1.23-1) ...
12:55:45 #10 35.53 Selecting previously unselected package libfile-homedir-perl.
12:55:45 #10 35.53 Preparing to unpack .../101-libfile-homedir-perl_1.004-1_all.deb ...
12:55:45 #10 35.53 Unpacking libfile-homedir-perl (1.004-1) ...
12:55:45 using credential docker-jenkins-github-credentials
12:55:45 #5 DONE 0.3s
12:55:45 
12:55:45 #6 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:55:45 #6 DONE 0.3s
12:55:45 
12:55:45 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:45 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
12:55:45 Cloning the remote Git repository
12:55:45 Cloning with configured refspecs honoured and without tags
[Pipeline] sh
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
12:55:46 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:46 chowning workspace
[Pipeline] sh
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:46 #10 35.57 Selecting previously unselected package libio-pty-perl.
12:55:46 #10 35.58 Preparing to unpack .../102-libio-pty-perl_1%3a1.08-1.1+b5_armhf.deb ...
12:55:46 #10 35.58 Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
12:55:46 #10 35.70 Selecting previously unselected package libipc-run-perl.
12:55:46 #10 35.70 Preparing to unpack .../103-libipc-run-perl_20180523.0-1_all.deb ...
12:55:46 #10 35.71 Unpacking libipc-run-perl (20180523.0-1) ...
12:55:46 #10 35.76 Selecting previously unselected package libclass-method-modifiers-perl.
12:55:46 #10 35.76 Preparing to unpack .../104-libclass-method-modifiers-perl_2.12-1_all.deb ...
12:55:46 #10 35.77 Unpacking libclass-method-modifiers-perl (2.12-1) ...
12:55:46 #10 35.82 Selecting previously unselected package libsub-exporter-progressive-perl.
12:55:46 #10 35.82 Preparing to unpack .../105-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
12:55:46 + docker version
12:55:46 Client: Docker Engine - Community
12:55:46  Version:           22.06.0-beta.0
12:55:46  API version:       1.42
12:55:46  Go version:        go1.18.3
12:55:46  Git commit:        3e9117b
12:55:46  Built:             Fri Jun  3 17:56:06 2022
12:55:46  OS/Arch:           linux/arm
12:55:46  Context:           default
12:55:46 
12:55:46 Server: Docker Engine - Community
12:55:46  Engine:
12:55:46   Version:          22.06.0-beta.0
12:55:46   API version:      1.42 (minimum version 1.12)
12:55:46   Go version:       go1.18.3
12:55:46   Git commit:       38633e7
12:55:46   Built:            Fri Jun  3 17:56:06 2022
12:55:46   OS/Arch:          linux/arm
12:55:46   Experimental:     true
12:55:46  containerd:
12:55:46   Version:          1.6.8
12:55:46   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:46  runc:
12:55:46   Version:          1.1.4
12:55:46   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:46  docker-init:
12:55:46   Version:          0.19.0
12:55:46   GitCommit:        de40ad0
12:55:46 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 5.24MB / 49.24MB 0.1s
12:55:46 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 5.24MB / 7.73MB 0.1s
12:55:46 #7 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
12:55:46 #7 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
12:55:46 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:55:46 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 15.73MB / 49.24MB 0.2s
12:55:46 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.2s done
12:55:46 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0B / 10.00MB 0.2s
12:55:46 #7 ...
12:55:46 
12:55:46 #8 [internal] load build context
12:55:46 #8 transferring context: 30.38MB 0.4s done
12:55:46 #8 DONE 0.4s
12:55:46 
12:55:46 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:46 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 35.65MB / 49.24MB 0.4s
12:55:46 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.4s done
12:55:46 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 0B / 52.19MB 0.4s
12:55:46 + make clean
12:55:46 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:46 rm -f -r src
12:55:46 make -C rpm clean
12:55:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:46 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:46 rm -f -r rpmbuild/
12:55:46 docker builder prune -f --filter until=24h
12:55:46 Total:	0B
12:55:46 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:46 make -C deb clean
12:55:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:46 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
12:55:46 using credential docker-jenkins-github-credentials
12:55:46 Cloning the remote Git repository
12:55:46 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-844 # timeout=10
12:55:46 #10 35.82 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:55:46 #10 35.86 Selecting previously unselected package libdevel-globaldestruction-perl.
12:55:46 #10 35.86 Preparing to unpack .../106-libdevel-globaldestruction-perl_0.14-1_all.deb ...
12:55:46 #10 35.86 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
12:55:46 #10 35.90 Selecting previously unselected package libb-hooks-op-check-perl.
12:55:46 #10 35.90 Preparing to unpack .../107-libb-hooks-op-check-perl_0.22-1+b1_armhf.deb ...
12:55:46 #10 35.91 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
12:55:46 #10 35.95 Selecting previously unselected package libdynaloader-functions-perl.
12:55:46 #10 ...
12:55:46 
12:55:46 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:46 #9 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 13.2s done
12:55:46 #9 extracting sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 done
12:55:46 #9 DONE 49.0s
12:55:46 
12:55:46 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:55:46 #10 35.95 Preparing to unpack .../108-libdynaloader-functions-perl_0.003-1_all.deb ...
12:55:46 #10 35.97 Unpacking libdynaloader-functions-perl (0.003-1) ...
12:55:46 #10 36.01 Selecting previously unselected package libdevel-callchecker-perl.
12:55:46 #10 36.01 Preparing to unpack .../109-libdevel-callchecker-perl_0.008-1_armhf.deb ...
12:55:46 #10 36.02 Unpacking libdevel-callchecker-perl (0.008-1) ...
12:55:46 #10 36.06 Selecting previously unselected package libparams-classify-perl.
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-844@tmp/d7a5fec8-6118-42b8-84b5-c194eaa0351c/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
12:55:46 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 45.09MB / 49.24MB 0.5s
12:55:46 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 8.39MB / 52.19MB 0.5s
12:55:46 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
12:55:46 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 17.83MB / 52.19MB 0.6s
12:55:46 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3
12:55:46 mkdir -p sources
12:55:46 docker run --rm -w /v \
12:55:46 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:55:46 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:55:46 	alpine \
12:55:46 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:55:46 rm -f -r debbuild
12:55:46 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:46 rm -f -r sources
12:55:46 docker builder prune -f --filter until=24h
12:55:46 Total:	0B
12:55:46 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:46 make -C static clean
12:55:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:46 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:46 rm -f -r build
12:55:46 docker builder prune -f --filter until=24h
[Pipeline] {
[Pipeline] echo
12:55:46 Removing all docker containers
[Pipeline] sh
12:55:46 using credential docker-jenkins-github-credentials
12:55:46 Cloning the remote Git repository
12:55:46 Cloning with configured refspecs honoured and without tags
12:55:46 Fetching without tags
[Pipeline] sh
12:55:46 #10 36.07 Preparing to unpack .../110-libparams-classify-perl_0.015-1+b1_armhf.deb ...
12:55:46 #10 36.07 Unpacking libparams-classify-perl (0.015-1+b1) ...
12:55:46 #10 36.12 Selecting previously unselected package libmodule-runtime-perl.
12:55:46 #10 36.12 Preparing to unpack .../111-libmodule-runtime-perl_0.016-1_all.deb ...
12:55:46 #10 36.13 Unpacking libmodule-runtime-perl (0.016-1) ...
12:55:46 #10 36.17 Selecting previously unselected package libimport-into-perl.
12:55:46 #10 36.17 Preparing to unpack .../112-libimport-into-perl_1.002005-1_all.deb ...
12:55:46 #10 36.17 Unpacking libimport-into-perl (1.002005-1) ...
12:55:46 #10 36.23 Selecting previously unselected package librole-tiny-perl.
12:55:46 #10 36.23 Preparing to unpack .../113-librole-tiny-perl_2.000006-1_all.deb ...
12:55:46 #10 36.24 Unpacking librole-tiny-perl (2.000006-1) ...
12:55:46 #10 36.28 Selecting previously unselected package libstrictures-perl.
12:55:46 #10 36.28 Preparing to unpack .../114-libstrictures-perl_2.000005-1_all.deb ...
12:55:46 #10 36.29 Unpacking libstrictures-perl (2.000005-1) ...
12:55:46 #10 36.33 Selecting previously unselected package libsub-quote-perl.
12:55:46 #10 36.33 Preparing to unpack .../115-libsub-quote-perl_2.005001-1_all.deb ...
12:55:46 #10 36.34 Unpacking libsub-quote-perl (2.005001-1) ...
12:55:46 #10 36.38 Selecting previously unselected package libmoo-perl.
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
12:55:46 cleanWorkspace: Ensuring workspace is owned by ubuntu
12:55:46 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 28.31MB / 52.19MB 0.7s
12:55:46 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 0B / 115.17MB 0.7s
12:55:46 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 0B / 62.71MB 0.7s
12:55:46 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 47.46MB / 52.19MB 0.9s
12:55:46 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 11.60MB / 115.17MB 0.9s
12:55:46 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 11.53MB / 62.71MB 0.9s
[Pipeline] echo
12:55:46 chowning workspace
[Pipeline] sh
12:55:46 Total:	0B
12:55:46 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:46 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:46 Commit message: "bump compose version to v2.16.0"
12:55:46 + docker container ls -aq
12:55:46 Fetching without tags
12:55:46 == Building packages for centos-9 ==
12:55:46 mkdir -p "rpmbuild/centos-9"
12:55:46 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-centos-9/aarch64 -f centos-9/Dockerfile .
12:55:46 Fetching without tags
12:55:46 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # timeout=10
12:55:46 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:46 #10 36.38 Preparing to unpack .../116-libmoo-perl_2.003004-2_all.deb ...
12:55:46 #10 36.39 Unpacking libmoo-perl (2.003004-2) ...
12:55:46 #10 36.42 Selecting previously unselected package libencode-locale-perl.
12:55:46 #10 36.43 Preparing to unpack .../117-libencode-locale-perl_1.05-1_all.deb ...
12:55:46 #10 36.43 Unpacking libencode-locale-perl (1.05-1) ...
12:55:46 #10 36.46 Selecting previously unselected package libtimedate-perl.
12:55:46 #10 36.47 Preparing to unpack .../118-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
12:55:46 #10 36.47 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
12:55:46 #10 36.51 Selecting previously unselected package libhttp-date-perl.
12:55:46 #10 36.51 Preparing to unpack .../119-libhttp-date-perl_6.02-1_all.deb ...
12:55:46 #10 36.52 Unpacking libhttp-date-perl (6.02-1) ...
12:55:46 #10 36.55 Selecting previously unselected package libfile-listing-perl.
12:55:46 #10 36.55 Preparing to unpack .../120-libfile-listing-perl_6.04-1_all.deb ...
12:55:46 + docker info
12:55:46 Client:
12:55:46  Context:    default
12:55:46  Debug Mode: false
12:55:46  Plugins:
12:55:46   buildx: Docker Buildx (Docker Inc.)
12:55:46     Version:  v0.8.2
12:55:46     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:46   compose: Docker Compose (Docker Inc.)
12:55:46     Version:  v2.12.0
12:55:46     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:46 
12:55:46 Server:
12:55:46  Containers: 0
12:55:46   Running: 0
12:55:46   Paused: 0
12:55:46   Stopped: 0
12:55:46  Images: 1
12:55:46  Server Version: 22.06.0-beta.0
12:55:46  Storage Driver: overlay2
12:55:46   Backing Filesystem: extfs
12:55:46   Supports d_type: true
12:55:46   Using metacopy: false
12:55:46   Native Overlay Diff: true
12:55:46   userxattr: false
12:55:46  Logging Driver: json-file
12:55:46  Cgroup Driver: cgroupfs
12:55:46  Cgroup Version: 1
12:55:46  Plugins:
12:55:46   Volume: local
12:55:46   Network: bridge host ipvlan macvlan null overlay
12:55:46   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:46  Swarm: inactive
12:55:46  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
12:55:46  Default Runtime: runc
12:55:46  Init Binary: docker-init
12:55:46  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:46  runc version: v1.1.4-0-g5fd4c4d
12:55:46  init version: de40ad0
12:55:46  Security Options:
12:55:46   apparmor
12:55:46   seccomp
12:55:46    Profile: builtin
12:55:46  Kernel Version: 5.4.0-1088-aws
12:55:46  Operating System: Ubuntu 18.04.6 LTS
12:55:46  OSType: linux
12:55:46  Architecture: armv8l
12:55:46  CPUs: 2
12:55:46  Total Memory: 7.566GiB
12:55:46  Name: ip-10-100-96-197
12:55:46  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
12:55:46  Docker Root Dir: /var/lib/docker
12:55:46  Debug Mode: false
12:55:46  Username: dockerbuildbot
12:55:46  Registry: https://index.docker.io/v1/
12:55:46  Labels:
12:55:46  Experimental: true
12:55:46  Insecure Registries:
12:55:46   127.0.0.0/8
12:55:46  Live Restore Enabled: true
12:55:46 
12:55:46 WARNING: No swap limit support
Cloning repository https://github.com/docker/docker-ce-packaging.git
12:55:46 #10 36.56 Unpacking libfile-listing-perl (6.04-1) ...
12:55:46 using credential docker-jenkins-github-credentials
12:55:46 Cloning the remote Git repository
12:55:46 Cloning with configured refspecs honoured and without tags
12:55:46 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.0s
12:55:46 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 27.26MB / 115.17MB 1.0s
12:55:46 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 23.19MB / 62.71MB 1.0s
12:55:46 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.0s done
12:55:46 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 37.75MB / 115.17MB 1.1s
12:55:46 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 35.65MB / 62.71MB 1.1s
12:55:46 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.1s done
12:55:46 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 49.28MB / 115.17MB 1.2s
12:55:46 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 51.38MB / 62.71MB 1.2s
12:55:46 + pwd
12:55:46 + id -u
12:55:46 + id -g
12:55:46 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:46 Unable to find image 'busybox:latest' locally
12:55:46 latest: Pulling from library/busybox
12:55:46 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:46 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
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-844@tmp/8735f038-ffea-4c52-b5a1-5656731219a3/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
12:55:47 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:47 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:47 mkdir -p rpmbuild/SOURCES
12:55:47 docker run --rm -w /v \
12:55:47 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:55:47 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:55:47 	alpine \
12:55:47 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:55:47 #1 [internal] load build definition from Dockerfile
12:55:47 #1 transferring dockerfile: 1.26kB done
12:55:47 #1 DONE 0.1s
12:55:47 
12:55:47 #2 [internal] load .dockerignore
12:55:47 #2 transferring context: 2B done
12:55:47 #2 DONE 0.1s
12:55:47 
12:55:47 #3 [auth] library/golang:pull token for registry-1.docker.io
12:55:47 #3 DONE 0.0s
12:55:47 
12:55:47 #4 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:55:47 Fetching without tags
12:55:47 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:47 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
[Pipeline] {
[Pipeline] sh
12:55:47 Fetching without tags
[Pipeline] echo
12:55:47 Docker containers have been removed
[Pipeline] echo
12:55:47 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:47 Removing all docker containers
[Pipeline] sh
12:55:47 #10 36.62 Selecting previously unselected package libhtml-tagset-perl.
12:55:47 #10 36.62 Preparing to unpack .../121-libhtml-tagset-perl_3.20-3_all.deb ...
12:55:47 #10 36.62 Unpacking libhtml-tagset-perl (3.20-3) ...
12:55:47 #10 36.66 Selecting previously unselected package liburi-perl.
12:55:47 #10 36.66 Preparing to unpack .../122-liburi-perl_1.76-1_all.deb ...
12:55:47 #10 36.67 Unpacking liburi-perl (1.76-1) ...
12:55:47 #10 36.72 Selecting previously unselected package libhtml-parser-perl.
12:55:47 #10 36.72 Preparing to unpack .../123-libhtml-parser-perl_3.72-3+b3_armhf.deb ...
12:55:47 #10 36.73 Unpacking libhtml-parser-perl (3.72-3+b3) ...
12:55:47 #10 36.79 Selecting previously unselected package libhtml-tree-perl.
12:55:47 #10 36.79 Preparing to unpack .../124-libhtml-tree-perl_5.07-2_all.deb ...
12:55:47 #10 36.80 Unpacking libhtml-tree-perl (5.07-2) ...
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-844@tmp/b7e443d0-6586-4da6-bbf5-e20b581b24ab/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
Cloning repository https://github.com/docker/docker-ce-packaging.git
12:55:47 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 58.72MB / 115.17MB 1.3s
12:55:47 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 59.77MB / 62.71MB 1.3s
12:55:47 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 68.16MB / 115.17MB 1.4s
12:55:47 205dae5015e7: Pulling fs layer
12:55:47 205dae5015e7: Verifying Checksum
12:55:47 205dae5015e7: Download complete
[Pipeline] }
[Pipeline] wrap
12:55:47 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
[Pipeline] {
12:55:47 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] echo
12:55:47 cleanWorkspace: Workspace is clean.
[Pipeline] {
[Pipeline] stage
[Pipeline] { (raspbian-bullseye-armhf)
[Pipeline] wrap
[Pipeline] checkout
12:55:47 The recommended git tool is: git
[Pipeline] wrap
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
[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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:47 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:47 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:47 #4 DONE 0.3s
12:55:47 
12:55:47 #5 [internal] load metadata for quay.io/centos/centos:stream9
12:55:47 #5 DONE 0.4s
12:55:47 + make REF=23.0 fedora-36
12:55:47 git init src/github.com/docker/cli
12:55:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:47 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:47 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:47 + SRC=src/github.com/docker/cli
12:55:47 + REF=23.0
12:55:47 + REF_FETCH=23.0
12:55:47 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:47 + awk {print $2}
12:55:47 + REF=refs/heads/23.0
12:55:47 + [ -n refs/heads/23.0 ]
12:55:47 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:47 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] sh
12:55:47 mkdir -p sources
12:55:47 docker run --rm -w /v \
12:55:47 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:55:47 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:55:47 	alpine \
12:55:47 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:55:47 #10 36.86 Selecting previously unselected package libio-html-perl.
12:55:47 #10 36.86 Preparing to unpack .../125-libio-html-perl_1.001-1_all.deb ...
12:55:47 #10 36.86 Unpacking libio-html-perl (1.001-1) ...
12:55:47 #10 36.90 Selecting previously unselected package liblwp-mediatypes-perl.
12:55:47 #10 36.90 Preparing to unpack .../126-liblwp-mediatypes-perl_6.02-1_all.deb ...
12:55:47 #10 36.91 Unpacking liblwp-mediatypes-perl (6.02-1) ...
12:55:47 #10 36.95 Selecting previously unselected package libhttp-message-perl.
12:55:47 #10 36.95 Preparing to unpack .../127-libhttp-message-perl_6.18-1_all.deb ...
12:55:47 #10 36.96 Unpacking libhttp-message-perl (6.18-1) ...
12:55:47 #10 37.01 Selecting previously unselected package libhttp-cookies-perl.
12:55:47 #10 37.01 Preparing to unpack .../128-libhttp-cookies-perl_6.04-1_all.deb ...
12:55:47 #10 37.01 Unpacking libhttp-cookies-perl (6.04-1) ...
12:55:47 #10 37.06 Selecting previously unselected package libhttp-negotiate-perl.
12:55:47 #10 37.07 Preparing to unpack .../129-libhttp-negotiate-perl_6.01-1_all.deb ...
12:55:47 #10 37.07 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:55:47 #10 37.11 Selecting previously unselected package perl-openssl-defaults:armhf.
12:55:47 #10 37.11 Preparing to unpack .../130-perl-openssl-defaults_3_armhf.deb ...
12:55:47 #10 37.12 Unpacking perl-openssl-defaults:armhf (3) ...
12:55:47 #10 37.16 Selecting previously unselected package libnet-ssleay-perl.
12:55:47 #10 37.16 Preparing to unpack .../131-libnet-ssleay-perl_1.85-2+deb10u1_armhf.deb ...
12:55:47 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:47 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:47 + pwd
12:55:47 + id -u
12:55:47 + id -g
12:55:47 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:47 Unable to find image 'busybox:latest' locally
12:55:47 using credential docker-jenkins-github-credentials
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:47 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 78.64MB / 115.17MB 1.5s
12:55:47 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.4s done
12:55:47 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 89.13MB / 115.17MB 1.6s
12:55:47 205dae5015e7: Pull complete
12:55:47 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:47 Status: Downloaded newer image for busybox:latest
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:47 Cloning the remote Git repository
12:55:47 + docker container ls -aq
12:55:47 Cloning with configured refspecs honoured and without tags
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] echo
12:55:47 Docker containers have been removed
[Pipeline] echo
12:55:47 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
[Pipeline] echo
12:55:47 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (debian-bullseye-armhf)
[Pipeline] echo
12:55:47 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:47 chowning workspace
[Pipeline] sh
12:55:47 using credential docker-jenkins-github-credentials
12:55:47 
12:55:47 #6 [internal] load build context
12:55:47 #6 transferring context: 14.99kB done
12:55:47 #6 DONE 0.0s
12:55:47 
12:55:47 #7 [stage-1 1/8] FROM quay.io/centos/centos:stream9@sha256:0c192d18e6c8fa2515351757354c939d968d1f18bde3ca3a5ccc1d2d00038ff7
12:55:47 #7 resolve quay.io/centos/centos:stream9@sha256:0c192d18e6c8fa2515351757354c939d968d1f18bde3ca3a5ccc1d2d00038ff7 0.0s done
12:55:47 #7 sha256:0c192d18e6c8fa2515351757354c939d968d1f18bde3ca3a5ccc1d2d00038ff7 858B / 858B done
12:55:47 #7 sha256:ab05d3db5caa4f799ed345f972c7a1518f257b108d5bcdf8ed7c505515bd6de9 350B / 350B done
12:55:47 #7 sha256:c50d9d54f33805166203a915207ae7f5dff48056dca069acc3deede740560cf8 1.16kB / 1.16kB done
12:55:47 #7 sha256:c14c460541ea4aaf55f7a1c61a5aedd8a15a2c69d588c5ba5657437cf9b8f1d2 0B / 55.98MB 0.1s
12:55:47 #7 sha256:c14c460541ea4aaf55f7a1c61a5aedd8a15a2c69d588c5ba5657437cf9b8f1d2 12.58MB / 55.98MB 0.3s
12:55:47 Cloning the remote Git repository
12:55:47 Cloning with configured refspecs honoured and without tags
12:55:47 + echo starting...
12:55:47 starting...
12:55:47 Fetching without tags
12:55:47 using credential docker-jenkins-github-credentials
12:55:47 #10 37.17 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ...
12:55:47 #10 37.25 Selecting previously unselected package libio-socket-ssl-perl.
12:55:47 #10 37.26 Preparing to unpack .../132-libio-socket-ssl-perl_2.060-3_all.deb ...
12:55:47 #10 37.26 Unpacking libio-socket-ssl-perl (2.060-3) ...
12:55:47 Cloning the remote Git repository
12:55:47 Cloning with configured refspecs honoured and without tags
12:55:47 latest: Pulling from library/busybox
12:55:47 205dae5015e7: Pulling fs layer
12:55:47 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 98.57MB / 115.17MB 1.7s
12:55:47 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 109.05MB / 115.17MB 1.8s
12:55:47 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 1.9s
12:55:47 + make REF=23.0 DOCKER_BUILD_PKGS=static-linux static
12:55:47 git init src/github.com/docker/cli
12:55:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:47 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:47 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:47 + SRC=src/github.com/docker/cli
12:55:47 + REF=23.0
12:55:47 + REF_FETCH=23.0
12:55:47 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:47 + awk {print $2}
12:55:47 + REF=refs/heads/23.0
12:55:47 + [ -n refs/heads/23.0 ]
12:55:47 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:47 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:55:47 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
Cloning repository https://github.com/docker/docker-ce-packaging.git
12:55:47 using credential docker-jenkins-github-credentials
12:55:47 Cloning the remote Git repository
12:55:47 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
12:55:47 #7 sha256:c14c460541ea4aaf55f7a1c61a5aedd8a15a2c69d588c5ba5657437cf9b8f1d2 23.07MB / 55.98MB 0.4s
12:55:47 #7 sha256:c14c460541ea4aaf55f7a1c61a5aedd8a15a2c69d588c5ba5657437cf9b8f1d2 35.78MB / 55.98MB 0.5s
12:55:47 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:47 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:47 #10 37.31 Selecting previously unselected package libnet-http-perl.
12:55:47 #10 37.32 Preparing to unpack .../133-libnet-http-perl_6.18-1_all.deb ...
12:55:47 #10 37.32 Unpacking libnet-http-perl (6.18-1) ...
12:55:47 #10 37.36 Selecting previously unselected package liblwp-protocol-https-perl.
12:55:47 #10 37.36 Preparing to unpack .../134-liblwp-protocol-https-perl_6.07-2_all.deb ...
12:55:47 #10 37.37 Unpacking liblwp-protocol-https-perl (6.07-2) ...
12:55:47 #10 37.41 Selecting previously unselected package libtry-tiny-perl.
12:55:47 #10 37.41 Preparing to unpack .../135-libtry-tiny-perl_0.30-1_all.deb ...
12:55:47 #10 37.41 Unpacking libtry-tiny-perl (0.30-1) ...
12:55:47 #10 37.47 Selecting previously unselected package libwww-robotrules-perl.
12:55:47 #10 37.47 Preparing to unpack .../136-libwww-robotrules-perl_6.02-1_all.deb ...
12:55:47 #10 37.48 Unpacking libwww-robotrules-perl (6.02-1) ...
12:55:47 #10 37.52 Selecting previously unselected package libwww-perl.
12:55:47 #10 37.52 Preparing to unpack .../137-libwww-perl_6.36-2_all.deb ...
12:55:47 #10 37.52 Unpacking libwww-perl (6.36-2) ...
12:55:47 #10 37.58 Selecting previously unselected package patchutils.
12:55:47 #10 37.58 Preparing to unpack .../138-patchutils_0.3.4-2_armhf.deb ...
12:55:48 Fetching without tags
12:55:48 205dae5015e7: Verifying Checksum
12:55:48 205dae5015e7: Download complete
12:55:48 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.0s done
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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:48 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
[Pipeline] echo
12:55:48 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:48 chowning workspace
[Pipeline] sh
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:48 #7 sha256:c14c460541ea4aaf55f7a1c61a5aedd8a15a2c69d588c5ba5657437cf9b8f1d2 46.14MB / 55.98MB 0.6s
12:55:48 #7 sha256:c14c460541ea4aaf55f7a1c61a5aedd8a15a2c69d588c5ba5657437cf9b8f1d2 52.43MB / 55.98MB 0.7s
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # timeout=10
12:55:48 Fetching without tags
12:55:48 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:48 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # timeout=10
12:55:48 #10 37.58 Unpacking patchutils (0.3.4-2) ...
12:55:48 #10 37.63 Selecting previously unselected package wdiff.
12:55:48 #10 37.63 Preparing to unpack .../139-wdiff_1.2.2-2+b1_armhf.deb ...
12:55:48 #10 37.64 Unpacking wdiff (1.2.2-2+b1) ...
12:55:48 #10 37.75 Selecting previously unselected package devscripts.
12:55:48 #10 37.75 Preparing to unpack .../140-devscripts_2.19.5+deb10u1_armhf.deb ...
12:55:48 #10 37.77 Unpacking devscripts (2.19.5+deb10u1) ...
12:55:48 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:48 205dae5015e7: Pull complete
12:55:48 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:48 Status: Downloaded newer image for busybox:latest
12:55:48 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:48 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:48 #7 sha256:c14c460541ea4aaf55f7a1c61a5aedd8a15a2c69d588c5ba5657437cf9b8f1d2 55.98MB / 55.98MB 0.8s done
12:55:48 #7 extracting sha256:c14c460541ea4aaf55f7a1c61a5aedd8a15a2c69d588c5ba5657437cf9b8f1d2
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
12:55:48 #10 37.94 Selecting previously unselected package diffstat.
12:55:48 #10 37.94 Preparing to unpack .../141-diffstat_1.62-1_armhf.deb ...
12:55:48 #10 37.94 Unpacking diffstat (1.62-1) ...
12:55:48 #10 37.99 Selecting previously unselected package distro-info-data.
12:55:48 #10 37.99 Preparing to unpack .../142-distro-info-data_0.41+deb10u6_all.deb ...
12:55:48 #10 37.99 Unpacking distro-info-data (0.41+deb10u6) ...
12:55:48 #10 38.04 Selecting previously unselected package python3-pkg-resources.
12:55:48 #10 38.04 Preparing to unpack .../143-python3-pkg-resources_40.8.0-1_all.deb ...
12:55:48 #10 38.04 Unpacking python3-pkg-resources (40.8.0-1) ...
12:55:48 #10 38.09 Selecting previously unselected package python3-chardet.
12:55:48 #10 38.09 Preparing to unpack .../144-python3-chardet_3.0.4-3_all.deb ...
12:55:48 #10 38.10 Unpacking python3-chardet (3.0.4-3) ...
12:55:48 #10 38.15 Selecting previously unselected package python3-six.
12:55:48 #10 38.15 Preparing to unpack .../145-python3-six_1.12.0-1_all.deb ...
12:55:48 #10 38.16 Unpacking python3-six (1.12.0-1) ...
12:55:48 #10 38.21 Selecting previously unselected package python3-debian.
12:55:48 + pwd
12:55:48 + id -u
12:55:48 + id -g
12:55:48 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:48 Unable to find image 'busybox:latest' locally
12:55:48 #8 extracting sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 5.0s
12:55:48 #8 extracting sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 5.5s done
12:55:48 #10 38.21 Preparing to unpack .../146-python3-debian_0.1.35_all.deb ...
12:55:48 #10 38.22 Unpacking python3-debian (0.1.35) ...
12:55:48 #10 38.28 Selecting previously unselected package libgpgme11:armhf.
12:55:48 #10 38.28 Preparing to unpack .../147-libgpgme11_1.12.0-6_armhf.deb ...
12:55:48 #10 38.29 Unpacking libgpgme11:armhf (1.12.0-6) ...
12:55:48 #10 38.34 Selecting previously unselected package python3-gpg.
12:55:48 #10 38.34 Preparing to unpack .../148-python3-gpg_1.12.0-6_armhf.deb ...
12:55:48 #10 38.35 Unpacking python3-gpg (1.12.0-6) ...
12:55:48 #10 38.43 Selecting previously unselected package dput.
12:55:48 #10 38.43 Preparing to unpack .../149-dput_1.0.3_all.deb ...
12:55:48 #10 38.44 Unpacking dput (1.0.3) ...
[Pipeline] sh
12:55:48 Fetching without tags
12:55:48 latest: Pulling from library/busybox
12:55:48 205dae5015e7: Pulling fs layer
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
12:55:48 #8 DONE 7.2s
12:55:48 
12:55:48 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:48 #9 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:55:48 #9 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
12:55:48 #9 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
12:55:48 #9 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:55:48 #9 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.1s done
12:55:48 #9 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
12:55:48 #9 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.4s done
12:55:48 #9 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.0s done
12:55:48 #9 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 2.9s done
12:55:48 #9 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.3s done
12:55:48 #9 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.4s done
12:55:48 #9 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.4s done
12:55:48 #9 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.5s done
12:55:48 #9 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.4s done
12:55:48 #9 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 2.5s
12:55:48 using credential docker-jenkins-github-credentials
12:55:48 Cloning the remote Git repository
12:55:48 Cloning with configured refspecs honoured and without tags
12:55:48 Fetching without tags
12:55:48 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:48 Fetching without tags
12:55:49 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:49 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:49 #10 38.49 Selecting previously unselected package equivs.
12:55:49 #10 38.49 Preparing to unpack .../150-equivs_2.2.0_all.deb ...
12:55:49 #10 38.50 Unpacking equivs (2.2.0) ...
12:55:49 #10 38.69 Selecting previously unselected package exim4-config.
12:55:49 #10 38.69 Preparing to unpack .../151-exim4-config_4.92-8+deb10u7_all.deb ...
12:55:49 + pwd
12:55:49 + id -u
12:55:49 + id -g
12:55:49 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
12:55:49 Fetching without tags
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:49 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # timeout=10
12:55:49 + echo starting...
12:55:49 starting...
12:55:49 205dae5015e7: Download complete
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
12:55:49 + docker version
12:55:49 Client: Docker Engine - Community
12:55:49  Version:           22.06.0-beta.0
12:55:49  API version:       1.42
12:55:49  Go version:        go1.18.3
12:55:49  Git commit:        3e9117b
12:55:49  Built:             Fri Jun  3 17:56:06 2022
12:55:49  OS/Arch:           linux/arm
12:55:49  Context:           default
12:55:49 
12:55:49 Server: Docker Engine - Community
12:55:49  Engine:
12:55:49   Version:          22.06.0-beta.0
12:55:49   API version:      1.42 (minimum version 1.12)
12:55:49   Go version:       go1.18.3
12:55:49   Git commit:       38633e7
12:55:49   Built:            Fri Jun  3 17:56:06 2022
12:55:49   OS/Arch:          linux/arm
12:55:49   Experimental:     true
12:55:49  containerd:
12:55:49   Version:          1.6.8
12:55:49   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:49  runc:
12:55:49   Version:          1.1.4
12:55:49   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:49  docker-init:
12:55:49   Version:          0.19.0
12:55:49   GitCommit:        de40ad0
[Pipeline] sh
12:55:49 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:49 Commit message: "bump compose version to v2.16.0"
12:55:49 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:49 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:49 Commit message: "bump compose version to v2.16.0"
12:55:49 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:49 #10 38.69 Unpacking exim4-config (4.92-8+deb10u7) ...
12:55:49 #10 38.76 Selecting previously unselected package exim4-base.
12:55:49 #10 38.76 Preparing to unpack .../152-exim4-base_4.92-8+deb10u7_armhf.deb ...
12:55:49 #10 38.77 Unpacking exim4-base (4.92-8+deb10u7) ...
12:55:49 #10 38.86 Selecting previously unselected package libevent-2.1-6:armhf.
12:55:49 #10 38.86 Preparing to unpack .../153-libevent-2.1-6_2.1.8-stable-4_armhf.deb ...
12:55:49 #10 38.87 Unpacking libevent-2.1-6:armhf (2.1.8-stable-4) ...
12:55:49 #10 38.93 Selecting previously unselected package libunbound8:armhf.
12:55:49 #10 38.93 Preparing to unpack .../154-libunbound8_1.9.0-2+deb10u2_armhf.deb ...
12:55:49 #10 38.93 Unpacking libunbound8:armhf (1.9.0-2+deb10u2) ...
12:55:49 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:49 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:49 Unable to find image 'busybox:latest' locally
12:55:49 latest: Pulling from library/busybox
12:55:49 Commit message: "bump compose version to v2.16.0"
12:55:49 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:49 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:49 205dae5015e7: Pull complete
12:55:49 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:49 Status: Downloaded newer image for busybox:latest
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:49 From https://github.com/docker/cli
12:55:49  * [new branch]      23.0       -> 23.0
12:55:49  * [new branch]      23.0       -> origin/23.0
12:55:49 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:49 git init src/github.com/docker/docker
12:55:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:49 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:49 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:49 + SRC=src/github.com/docker/docker
12:55:49 + REF=23.0
12:55:49 + REF_FETCH=23.0
12:55:49 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:49 + awk {print $2}
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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:49 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 3.0s done
12:55:49 + docker version
12:55:49 Client: Docker Engine - Community
12:55:49  Version:           22.06.0-beta.0
12:55:49  API version:       1.42
12:55:49  Go version:        go1.18.3
12:55:49  Git commit:        3e9117b
12:55:49  Built:             Fri Jun  3 17:56:06 2022
12:55:49  OS/Arch:           linux/arm
12:55:49  Context:           default
12:55:49 
12:55:49 Server: Docker Engine - Community
12:55:49  Engine:
12:55:49   Version:          22.06.0-beta.0
12:55:49   API version:      1.42 (minimum version 1.12)
12:55:49   Go version:       go1.18.3
12:55:49   Git commit:       38633e7
12:55:49   Built:            Fri Jun  3 17:56:06 2022
12:55:49   OS/Arch:          linux/arm
12:55:49   Experimental:     true
12:55:49  containerd:
12:55:49   Version:          1.6.8
12:55:49   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:49  runc:
12:55:49   Version:          1.1.4
12:55:49   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:49  docker-init:
12:55:49   Version:          0.19.0
12:55:49   GitCommit:        de40ad0
[Pipeline] sh
12:55:49 + docker info
12:55:49 Client:
12:55:49  Context:    default
12:55:49  Debug Mode: false
12:55:49  Plugins:
12:55:49   buildx: Docker Buildx (Docker Inc.)
12:55:49     Version:  v0.8.2
12:55:49     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:49   compose: Docker Compose (Docker Inc.)
12:55:49     Version:  v2.12.0
12:55:49     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:49 
12:55:49 Server:
12:55:49  Containers: 0
12:55:49   Running: 0
12:55:49   Paused: 0
12:55:49   Stopped: 0
12:55:49  Images: 1
12:55:49  Server Version: 22.06.0-beta.0
12:55:49  Storage Driver: overlay2
12:55:49   Backing Filesystem: extfs
12:55:49   Supports d_type: true
12:55:49   Using metacopy: false
12:55:49   Native Overlay Diff: true
12:55:49   userxattr: false
12:55:49  Logging Driver: json-file
12:55:49  Cgroup Driver: cgroupfs
12:55:49  Cgroup Version: 1
12:55:49  Plugins:
12:55:49   Volume: local
12:55:49   Network: bridge host ipvlan macvlan null overlay
12:55:49   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:49  Swarm: inactive
12:55:49  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
12:55:49  Default Runtime: runc
12:55:49  Init Binary: docker-init
12:55:49  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:49  runc version: v1.1.4-0-g5fd4c4d
12:55:49  init version: de40ad0
12:55:49  Security Options:
12:55:49   apparmor
12:55:49   seccomp
12:55:49    Profile: builtin
12:55:49  Kernel Version: 5.4.0-1088-aws
12:55:49  Operating System: Ubuntu 18.04.6 LTS
12:55:49  OSType: linux
12:55:49  Architecture: armv8l
12:55:49  CPUs: 2
12:55:49  Total Memory: 7.566GiB
12:55:49  Name: ip-10-100-109-231
12:55:49  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
12:55:49  Docker Root Dir: /var/lib/docker
12:55:49  Debug Mode: false
12:55:49  Username: dockerbuildbot
12:55:49  Registry: https://index.docker.io/v1/
12:55:49  Labels:
12:55:49  Experimental: true
12:55:49  Insecure Registries:
12:55:49   127.0.0.0/8
12:55:49  Live Restore Enabled: true
12:55:49 
12:55:49 WARNING: No swap limit support
12:55:49 #10 39.00 Selecting previously unselected package libgnutls-dane0:armhf.
12:55:49 #10 39.00 Preparing to unpack .../155-libgnutls-dane0_3.6.7-4+deb10u9_armhf.deb ...
12:55:49 #10 39.01 Unpacking libgnutls-dane0:armhf (3.6.7-4+deb10u9) ...
12:55:49 #10 39.11 Selecting previously unselected package exim4-daemon-light.
12:55:49 #10 39.12 Preparing to unpack .../156-exim4-daemon-light_4.92-8+deb10u7_armhf.deb ...
12:55:49 #10 39.12 Unpacking exim4-daemon-light (4.92-8+deb10u7) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
12:55:49 The recommended git tool is: git
12:55:49 205dae5015e7: Pulling fs layer
12:55:49 205dae5015e7: Verifying Checksum
12:55:49 205dae5015e7: Download complete
12:55:49 mkdir -p rpmbuild/SOURCES
12:55:49 docker run --rm -w /v \
12:55:49 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:55:49 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:55:49 	alpine \
12:55:49 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:55:49 + REF=refs/heads/23.0
12:55:49 + [ -n refs/heads/23.0 ]
12:55:49 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:49 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:49 From https://github.com/docker/cli
12:55:49  * [new branch]      23.0       -> 23.0
12:55:49  * [new branch]      23.0       -> origin/23.0
12:55:49 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:49 git init src/github.com/docker/docker
12:55:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:49 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:49 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:49 + SRC=src/github.com/docker/docker
12:55:49 + REF=23.0
12:55:49 + REF_FETCH=23.0
12:55:49 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:49 + awk {print $2}
[Pipeline] sh
12:55:49 #10 39.22 Selecting previously unselected package libcurl3-gnutls:armhf.
12:55:49 #10 39.23 Preparing to unpack .../157-libcurl3-gnutls_7.64.0-4+deb10u4_armhf.deb ...
12:55:49 #10 39.23 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u4) ...
12:55:49 #10 39.32 Selecting previously unselected package libpcre2-8-0:armhf.
12:55:49 #10 39.32 Preparing to unpack .../158-libpcre2-8-0_10.32-5_armhf.deb ...
12:55:49 #10 39.33 Unpacking libpcre2-8-0:armhf (10.32-5) ...
12:55:49 #10 39.39 Selecting previously unselected package liberror-perl.
12:55:49 #10 39.39 Preparing to unpack .../159-liberror-perl_0.17027-2_all.deb ...
12:55:49 #10 39.39 Unpacking liberror-perl (0.17027-2) ...
12:55:49 mkdir -p sources
12:55:49 docker run --rm -w /v \
12:55:49 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:55:49 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:55:49 	alpine \
12:55:49 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:55:49 + docker info
12:55:49 Client:
12:55:49  Context:    default
12:55:49  Debug Mode: false
12:55:49  Plugins:
12:55:49   buildx: Docker Buildx (Docker Inc.)
12:55:49     Version:  v0.8.2
12:55:49     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:49   compose: Docker Compose (Docker Inc.)
12:55:49     Version:  v2.12.0
12:55:49     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:49 
12:55:49 Server:
12:55:49  Containers: 0
12:55:49   Running: 0
12:55:49   Paused: 0
12:55:49   Stopped: 0
12:55:49  Images: 1
12:55:49  Server Version: 22.06.0-beta.0
12:55:49  Storage Driver: overlay2
12:55:49   Backing Filesystem: extfs
12:55:49   Supports d_type: true
12:55:49   Using metacopy: false
12:55:49   Native Overlay Diff: true
12:55:49   userxattr: false
12:55:49  Logging Driver: json-file
12:55:49  Cgroup Driver: cgroupfs
12:55:49  Cgroup Version: 1
12:55:49  Plugins:
12:55:49   Volume: local
12:55:49   Network: bridge host ipvlan macvlan null overlay
12:55:49   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:49  Swarm: inactive
12:55:49  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:49  Default Runtime: runc
12:55:49  Init Binary: docker-init
12:55:49  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:49  runc version: v1.1.4-0-g5fd4c4d
12:55:49  init version: de40ad0
12:55:49  Security Options:
12:55:49   apparmor
12:55:49   seccomp
12:55:49    Profile: builtin
12:55:49  Kernel Version: 5.4.0-1088-aws
12:55:49  Operating System: Ubuntu 18.04.6 LTS
12:55:49  OSType: linux
12:55:49  Architecture: armv8l
12:55:49  CPUs: 2
12:55:49  Total Memory: 7.566GiB
12:55:49  Name: ip-10-100-118-51
12:55:49  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
12:55:49  Docker Root Dir: /var/lib/docker
12:55:49  Debug Mode: false
12:55:49  Username: dockerbuildbot
12:55:49  Registry: https://index.docker.io/v1/
12:55:49  Labels:
12:55:49  Experimental: true
12:55:49  Insecure Registries:
12:55:49   127.0.0.0/8
12:55:49  Live Restore Enabled: true
12:55:49 
12:55:49 WARNING: No swap limit support
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
12:55:49 The recommended git tool is: git
12:55:49 #9 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 3.0s done
12:55:49 #9 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97
12:55:49 + REF=refs/heads/23.0
12:55:49 + [ -n refs/heads/23.0 ]
12:55:49 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:49 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:49 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600
12:55:49 #7 ...
12:55:49 
12:55:49 #9 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b
12:55:49 #9 resolve docker.io/library/debian:bullseye@sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b 0.0s done
12:55:49 #9 sha256:acd40516036b5b8bda9c0b171922c9720e3438aeb621ac66fe51bb35e2e615c9 529B / 529B done
12:55:49 #9 sha256:e2e67f3d9c8ebadc3bea4ce11c1cd4f71fc8801cf98d053b9532a4faa1a45cbf 1.48kB / 1.48kB done
12:55:49 #9 sha256:fac7262b6510529638951e16807cf1758f42c892ed924e334c27bb8bbcf7d7c2 53.68MB / 53.68MB 0.6s done
12:55:49 #9 sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b 1.85kB / 1.85kB done
12:55:49 #9 extracting sha256:fac7262b6510529638951e16807cf1758f42c892ed924e334c27bb8bbcf7d7c2 3.1s done
12:55:49 #9 DONE 4.0s
12:55:49 
12:55:49 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:50 using credential docker-jenkins-github-credentials
12:55:50 Cloning the remote Git repository
12:55:50 Cloning with configured refspecs honoured and without tags
12:55:50 + make clean
12:55:50 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:50 rm -f -r src
12:55:50 make -C rpm clean
12:55:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:50 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:50 rm -f -r rpmbuild/
12:55:50 docker builder prune -f --filter until=24h
12:55:50 Total:	0B
12:55:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:50 make -C deb clean
12:55:50 #10 39.44 Selecting previously unselected package git-man.
12:55:50 #10 39.44 Preparing to unpack .../160-git-man_1%3a2.20.1-2+deb10u7_all.deb ...
12:55:50 #10 39.45 Unpacking git-man (1:2.20.1-2+deb10u7) ...
12:55:50 #10 39.61 Selecting previously unselected package git.
12:55:50 #10 39.61 Preparing to unpack .../161-git_1%3a2.20.1-2+deb10u7_armhf.deb ...
12:55:50 #10 39.63 Unpacking git (1:2.20.1-2+deb10u7) ...
[Pipeline] sh
12:55:50 205dae5015e7: Pull complete
12:55:50 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
12:55:50 Status: Downloaded newer image for busybox:latest
12:55:50 Fetching without tags
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:55:50 mkdir -p rpmbuild/SOURCES
12:55:50 docker run --rm -w /v \
12:55:50 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:55:50 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:55:50 	alpine \
12:55:50 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:55:50 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.5s done
12:55:50 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2
12:55:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:50 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:50 rm -f -r debbuild
12:55:50 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:50 rm -f -r sources
12:55:50 docker builder prune -f --filter until=24h
12:55:50 Total:	0B
12:55:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:50 make -C static clean
12:55:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:50 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:50 rm -f -r build
12:55:50 docker builder prune -f --filter until=24h
[Pipeline] sh
[Pipeline] echo
12:55:50 Removing all docker containers
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:55:50 mkdir -p sources
12:55:50 docker run --rm -w /v \
12:55:50 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:55:50 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:55:50 	alpine \
12:55:50 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:55:50 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:50 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.3s done
12:55:50 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694
12:55:50 Total:	0B
12:55:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:50 + make REF=23.0 DOCKER_BUILD_PKGS=cross-win static
12:55:50 git init src/github.com/docker/cli
12:55:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:50 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:50 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:50 + SRC=src/github.com/docker/cli
12:55:50 + REF=23.0
12:55:50 + REF_FETCH=23.0
12:55:50 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:50 + awk {print $2}
12:55:50 + REF=refs/heads/23.0
12:55:50 + [ -n refs/heads/23.0 ]
12:55:50 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:50 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] sh
12:55:50 + make clean
12:55:50 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:50 rm -f -r src
12:55:50 make -C rpm clean
12:55:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:50 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:50 rm -f -r rpmbuild/
12:55:50 docker builder prune -f --filter until=24h
12:55:50 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:50 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:50 + docker container ls -aq
[Pipeline] echo
12:55:50 Docker containers have been removed
[Pipeline] echo
12:55:50 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:50 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (ubuntu-bionic-amd64)
[Pipeline] sh
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
12:55:50 mkdir -p sources
12:55:50 docker run --rm -w /v \
12:55:50 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:55:50 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:55:50 	alpine \
12:55:50 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:55:50 Total:	0B
12:55:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:50 make -C deb clean
12:55:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:50 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:50 rm -f -r debbuild
12:55:50 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:50 rm -f -r sources
12:55:50 docker builder prune -f --filter until=24h
12:55:50 Total:	0B
12:55:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:50 make -C static clean
12:55:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:50 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:50 rm -f -r build
12:55:50 docker builder prune -f --filter until=24h
12:55:50 Commit message: "bump compose version to v2.16.0"
12:55:50 + make REF=23.0 ubuntu-bionic
12:55:50 git init src/github.com/docker/cli
12:55:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:50 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:50 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:50 + SRC=src/github.com/docker/cli
12:55:50 + REF=23.0
12:55:50 + REF_FETCH=23.0
12:55:50 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:50 + awk {print $2}
12:55:50 + REF=refs/heads/23.0
12:55:50 + [ -n refs/heads/23.0 ]
12:55:50 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:50 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] echo
12:55:50 Removing all docker containers
[Pipeline] sh
12:55:50 + echo starting...
12:55:50 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
12:55:51 Commit message: "bump compose version to v2.16.0"
12:55:51 From https://github.com/docker/cli
12:55:51  * [new branch]      23.0       -> 23.0
12:55:51  * [new branch]      23.0       -> origin/23.0
12:55:51 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:51 Total:	0B
12:55:51 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
12:55:51 Commit message: "bump compose version to v2.16.0"
12:55:51 #9 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 1.6s done
12:55:51 + docker container ls -aq
[Pipeline] echo
12:55:51 Docker containers have been removed
[Pipeline] echo
12:55:51 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:51 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (ubuntu-focal-amd64)
[Pipeline] sh
12:55:51 Fetching without tags
12:55:51 Commit message: "bump compose version to v2.16.0"
12:55:51 + docker version
12:55:51 Commit message: "bump compose version to v2.16.0"
12:55:51 git init src/github.com/docker/docker
12:55:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:51 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:51 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:51 + SRC=src/github.com/docker/docker
12:55:51 + REF=23.0
12:55:51 + REF_FETCH=23.0
12:55:51 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:51 + awk {print $2}
[Pipeline] sh
12:55:51 using credential docker-jenkins-github-credentials
12:55:51 #10 40.85 Selecting previously unselected package libgc1c2:armhf.
12:55:51 #10 40.85 Preparing to unpack .../162-libgc1c2_1%3a7.6.4-0.4_armhf.deb ...
12:55:51 #10 40.86 Unpacking libgc1c2:armhf (1:7.6.4-0.4) ...
12:55:51 #10 40.93 Selecting previously unselected package libltdl7:armhf.
12:55:51 #10 40.93 Preparing to unpack .../163-libltdl7_2.4.6-9_armhf.deb ...
12:55:51 #10 40.94 Unpacking libltdl7:armhf (2.4.6-9) ...
12:55:51 Cloning the remote Git repository
12:55:51 Cloning with configured refspecs honoured and without tags
12:55:51 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:51 From https://github.com/docker/cli
12:55:51  * [new branch]      23.0       -> 23.0
12:55:51  * [new branch]      23.0       -> origin/23.0
12:55:51 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:51 + make REF=23.0 ubuntu-focal
12:55:51 git init src/github.com/docker/cli
12:55:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:51 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:51 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:51 + SRC=src/github.com/docker/cli
12:55:51 + REF=23.0
12:55:51 + REF_FETCH=23.0
12:55:51 + awk {print $2}
12:55:51 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:51 + REF=refs/heads/23.0
12:55:51 + [ -n refs/heads/23.0 ]
12:55:51 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:51 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:51 #9 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 0.1s
12:55:51 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:51 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:51 + echo starting...
12:55:51 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
12:55:51 Client: Docker Engine - Community
12:55:51  Version:           22.06.0-beta.0
12:55:51  API version:       1.42
12:55:51  Go version:        go1.18.3
12:55:51  Git commit:        3e9117b
12:55:51  Built:             Fri Jun  3 17:55:45 2022
12:55:51  OS/Arch:           linux/amd64
12:55:51  Context:           default
12:55:51 
12:55:51 Server: Docker Engine - Community
12:55:51  Engine:
12:55:51   Version:          22.06.0-beta.0
12:55:51   API version:      1.42 (minimum version 1.12)
12:55:51   Go version:       go1.18.3
12:55:51   Git commit:       38633e7
12:55:51   Built:            Fri Jun  3 17:55:45 2022
12:55:51   OS/Arch:          linux/amd64
12:55:51   Experimental:     true
12:55:51  containerd:
12:55:51   Version:          1.6.8
12:55:51   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:51  runc:
12:55:51   Version:          1.1.4
12:55:51   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:51  docker-init:
12:55:51   Version:          0.19.0
12:55:51   GitCommit:        de40ad0
[Pipeline] sh
12:55:51 + REF=refs/heads/23.0
12:55:51 + [ -n refs/heads/23.0 ]
12:55:51 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:51 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] sh
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # timeout=10
12:55:51 git init src/github.com/docker/docker
12:55:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:51 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:51 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:51 + SRC=src/github.com/docker/docker
12:55:51 + REF=23.0
12:55:51 + REF_FETCH=23.0
12:55:51 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:51 + awk {print $2}
12:55:51 + make clean
12:55:51 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:51 rm -f -r src
12:55:51 make -C rpm clean
12:55:51 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:51 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:51 rm -f -r rpmbuild/
12:55:51 docker builder prune -f --filter until=24h
12:55:51 Total:	0B
12:55:51 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:51 make -C deb clean
12:55:51 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:51 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:51 rm -f -r debbuild
12:55:51 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:51 rm -f -r sources
12:55:51 docker builder prune -f --filter until=24h
12:55:51 == Building packages for debian-buster ==
12:55:51 mkdir -p "debbuild/debian-buster"
12:55:51 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/aarch64 -f debian-buster/Dockerfile .
12:55:51 #1 [internal] load .dockerignore
12:55:51 #1 transferring context: 2B done
12:55:51 #1 DONE 0.0s
12:55:51 
12:55:51 #2 [internal] load build definition from Dockerfile
12:55:51 #2 transferring dockerfile: 911B done
12:55:51 #2 DONE 0.1s
12:55:51 
12:55:51 #3 [auth] library/golang:pull token for registry-1.docker.io
12:55:51 #3 DONE 0.0s
12:55:51 
12:55:51 #4 [auth] library/debian:pull token for registry-1.docker.io
12:55:51 #4 DONE 0.0s
12:55:51 
12:55:51 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:55:51 #7 extracting sha256:c14c460541ea4aaf55f7a1c61a5aedd8a15a2c69d588c5ba5657437cf9b8f1d2 3.4s done
[Pipeline] sh
12:55:51 Commit message: "bump compose version to v2.16.0"
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] sh
12:55:51 + docker version
12:55:51 Client: Docker Engine - Community
12:55:51  Version:           22.06.0-beta.0
12:55:51  API version:       1.42
12:55:51  Go version:        go1.18.3
12:55:51  Git commit:        3e9117b
12:55:51  Built:             Fri Jun  3 17:55:45 2022
12:55:51  OS/Arch:           linux/amd64
12:55:51  Context:           default
12:55:51 
12:55:51 Server: Docker Engine - Community
12:55:51  Engine:
12:55:51   Version:          22.06.0-beta.0
12:55:51   API version:      1.42 (minimum version 1.12)
12:55:51   Go version:       go1.18.3
12:55:51   Git commit:       38633e7
12:55:51   Built:            Fri Jun  3 17:55:45 2022
12:55:51   OS/Arch:          linux/amd64
12:55:51   Experimental:     true
12:55:51  containerd:
12:55:51   Version:          1.6.8
12:55:51   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:51  runc:
12:55:51   Version:          1.1.4
12:55:51   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:51  docker-init:
12:55:51   Version:          0.19.0
12:55:51   GitCommit:        de40ad0
12:55:51 Commit message: "bump compose version to v2.16.0"
12:55:51 + REF=refs/heads/23.0
12:55:51 + [ -n refs/heads/23.0 ]
12:55:51 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:51 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:52 Commit message: "bump compose version to v2.16.0"
12:55:52 #5 DONE 0.3s
12:55:52 
12:55:52 #6 [internal] load metadata for docker.io/library/debian:buster
12:55:52 #6 DONE 0.3s
12:55:52 
12:55:52 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:52 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:55:52 #7 DONE 4.6s
12:55:52 
12:55:52 #8 [stage-1 2/8] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
12:55:52 + make REF=23.0 DOCKER_BUILD_PKGS=cross-mac static
12:55:52 git init src/github.com/docker/cli
12:55:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:52 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:52 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:52 + SRC=src/github.com/docker/cli
12:55:52 + REF=23.0
12:55:52 + REF_FETCH=23.0
12:55:52 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:52 + awk {print $2}
12:55:52 + REF=refs/heads/23.0
12:55:52 + [ -n refs/heads/23.0 ]
12:55:52 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:52 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:55:52 Total:	0B
12:55:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:52 make -C static clean
12:55:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:52 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:52 rm -f -r build
12:55:52 docker builder prune -f --filter until=24h
12:55:52 Total:	0B
12:55:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
12:55:52 + docker info
12:55:52 Client:
12:55:52  Context:    default
12:55:52  Debug Mode: false
12:55:52  Plugins:
12:55:52   buildx: Docker Buildx (Docker Inc.)
12:55:52     Version:  c5aec24
12:55:52     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:52   compose: Docker Compose (Docker Inc.)
12:55:52     Version:  v2.12.0
12:55:52     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:52   scan: Docker Scan (Docker Inc.)
12:55:52     Version:  v0.17.0
12:55:52     Path:     /usr/libexec/docker/cli-plugins/docker-scan
12:55:52 
12:55:52 Server:
12:55:52  Containers: 0
12:55:52   Running: 0
12:55:52   Paused: 0
12:55:52   Stopped: 0
12:55:52  Images: 1
12:55:52  Server Version: 22.06.0-beta.0
12:55:52  Storage Driver: overlay2
12:55:52   Backing Filesystem: extfs
12:55:52   Supports d_type: true
12:55:52   Using metacopy: false
12:55:52   Native Overlay Diff: true
12:55:52   userxattr: false
12:55:52  Logging Driver: json-file
12:55:52  Cgroup Driver: systemd
12:55:52  Cgroup Version: 2
12:55:52  Plugins:
12:55:52   Volume: local
12:55:52   Network: bridge host ipvlan macvlan null overlay
12:55:52   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:52  Swarm: inactive
12:55:52  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:52  Default Runtime: runc
12:55:52  Init Binary: docker-init
12:55:52  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:52  runc version: v1.1.4-0-g5fd4c4d
12:55:52  init version: de40ad0
12:55:52  Security Options:
12:55:52   apparmor
12:55:52   seccomp
12:55:52    Profile: builtin
12:55:52   cgroupns
12:55:52  Kernel Version: 5.15.0-1022-aws
12:55:52  Operating System: Ubuntu 20.04.5 LTS
12:55:52  OSType: linux
12:55:52  Architecture: x86_64
12:55:52  CPUs: 2
12:55:52  Total Memory: 7.557GiB
12:55:52  Name: ip-10-100-42-29
12:55:52  ID: c944a62a-a99e-4e56-b148-df1906108e3b
12:55:52  Docker Root Dir: /var/lib/docker
12:55:52  Debug Mode: false
12:55:52  Username: dockerbuildbot
12:55:52  Registry: https://index.docker.io/v1/
12:55:52  Labels:
12:55:52  Experimental: true
12:55:52  Insecure Registries:
12:55:52   127.0.0.0/8
12:55:52  Live Restore Enabled: true
12:55:52 
12:55:52 using credential docker-jenkins-github-credentials
12:55:52 Cloning the remote Git repository
12:55:52 Cloning with configured refspecs honoured and without tags
[Pipeline] sh
12:55:52 + make clean
12:55:52 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:52 rm -f -r src
12:55:52 make -C rpm clean
12:55:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:52 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:52 rm -f -r rpmbuild/
12:55:52 docker builder prune -f --filter until=24h
12:55:52 == Building packages for centos-8 ==
12:55:52 mkdir -p "rpmbuild/centos-8"
12:55:52 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-centos-8/aarch64 -f centos-8/Dockerfile .
12:55:52 #1 [internal] load .dockerignore
12:55:52 #1 transferring context: 2B done
12:55:52 #1 DONE 0.0s
12:55:52 
12:55:52 #2 [internal] load build definition from Dockerfile
12:55:52 #2 transferring dockerfile: 1.62kB done
12:55:52 #2 DONE 0.1s
12:55:52 
12:55:52 #3 [auth] library/golang:pull token for registry-1.docker.io
12:55:52 #3 DONE 0.0s
12:55:52 
12:55:52 #4 [internal] load metadata for docker.io/library/golang:1.19.5-buster
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] sh
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
12:55:52 The recommended git tool is: git
12:55:52 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:55:52 #7 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
12:55:52 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 3.15MB / 49.24MB 0.1s
12:55:52 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0B / 10.00MB 0.1s
12:55:52 #7 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
12:55:52 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 2.38MB / 7.73MB 0.1s
12:55:52 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 15.73MB / 49.24MB 0.2s
12:55:52 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.2s
12:55:52 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.2s
12:55:52 + make clean
12:55:52 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:52 rm -f -r src
12:55:52 make -C rpm clean
12:55:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:52 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:52 rm -f -r rpmbuild/
12:55:52 docker builder prune -f --filter until=24h
12:55:52 Total:	0B
12:55:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:52 make -C deb clean
12:55:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:52 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:52 rm -f -r debbuild
12:55:52 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:52 rm -f -r sources
12:55:52 docker builder prune -f --filter until=24h
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:55:52 #10 41.80 Selecting previously unselected package guile-2.2-libs:armhf.
[Pipeline] sh
12:55:52 #10 41.80 Preparing to unpack .../164-guile-2.2-libs_2.2.4+1-2+deb10u1_armhf.deb ...
12:55:52 #10 41.81 Unpacking guile-2.2-libs:armhf (2.2.4+1-2+deb10u1) ...
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:55:52 + make REF=23.0 centos-8
12:55:52 git init src/github.com/docker/cli
12:55:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:52 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:52 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:52 + SRC=src/github.com/docker/cli
12:55:52 + REF=23.0
12:55:52 + REF_FETCH=23.0
12:55:52 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:52 + awk {print $2}
12:55:52 + REF=refs/heads/23.0
12:55:52 + [ -n refs/heads/23.0 ]
12:55:52 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:52 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:52 Total:	0B
12:55:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:52 make -C deb clean
12:55:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:52 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:52 rm -f -r debbuild
12:55:52 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:52 rm -f -r sources
12:55:52 docker builder prune -f --filter until=24h
12:55:52 Total:	0B
12:55:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:52 make -C static clean
12:55:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:52 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:52 rm -f -r build
12:55:52 docker builder prune -f --filter until=24h
12:55:52 #4 DONE 0.3s
12:55:52 
12:55:52 #5 [internal] load metadata for quay.io/centos/centos:stream8
12:55:52 #5 DONE 0.3s
12:55:52 
12:55:52 #6 [internal] load build context
12:55:52 #6 DONE 0.0s
12:55:52 
12:55:52 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:52 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:52 #7 ...
12:55:52 
12:55:52 #6 [internal] load build context
12:55:52 #6 transferring context: 14.99kB done
12:55:52 #6 DONE 0.0s
12:55:52 
12:55:52 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:52 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:55:52 #9 ...
12:55:52 
12:55:52 #10 [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
12:55:52 #10 DONE 3.6s
12:55:52 
12:55:52 #11 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
12:55:52 + make clean
12:55:52 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:52 rm -f -r src
12:55:52 make -C rpm clean
12:55:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:52 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:52 rm -f -r rpmbuild/
12:55:52 docker builder prune -f --filter until=24h
[Pipeline] sh
12:55:52 + docker info
[Pipeline] sh
12:55:52 #7 ...
12:55:52 
12:55:52 #8 [internal] load build context
12:55:52 #8 transferring context: 30.38MB 0.3s done
12:55:52 #8 DONE 0.4s
12:55:52 
12:55:52 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:52 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 25.67MB / 49.24MB 0.3s
12:55:52 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.2s done
12:55:52 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 3.15MB / 52.19MB 0.3s
12:55:52 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 35.65MB / 49.24MB 0.4s
12:55:52 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 13.63MB / 52.19MB 0.4s
12:55:52 Total:	0B
12:55:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:52 make -C static clean
12:55:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:52 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:52 rm -f -r build
12:55:52 docker builder prune -f --filter until=24h
12:55:52 Total:	0B
12:55:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:52 Commit message: "bump compose version to v2.16.0"
12:55:52 + make clean
12:55:52 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:52 rm -f -r src
12:55:52 make -C rpm clean
12:55:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:52 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:52 rm -f -r rpmbuild/
12:55:52 docker builder prune -f --filter until=24h
12:55:52 Total:	0B
12:55:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
12:55:52 #7 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
12:55:52 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:55:52 #7 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
12:55:52 Fetching without tags
12:55:52 Total:	0B
12:55:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:52 make -C deb clean
12:55:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:52 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:52 rm -f -r debbuild
12:55:52 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:52 rm -f -r sources
12:55:52 docker builder prune -f --filter until=24h
12:55:52 Total:	0B
12:55:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:52 make -C static clean
12:55:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:52 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:52 rm -f -r build
12:55:52 docker builder prune -f --filter until=24h
[Pipeline] sh
12:55:52 Client:
12:55:52  Context:    default
12:55:52  Debug Mode: false
12:55:52  Plugins:
12:55:52   buildx: Docker Buildx (Docker Inc.)
12:55:52     Version:  c5aec24
12:55:52     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:52   compose: Docker Compose (Docker Inc.)
12:55:52     Version:  v2.12.0
12:55:52     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:52   scan: Docker Scan (Docker Inc.)
12:55:52     Version:  v0.17.0
12:55:52     Path:     /usr/libexec/docker/cli-plugins/docker-scan
12:55:52 
12:55:52 Server:
12:55:52  Containers: 0
12:55:52   Running: 0
12:55:52   Paused: 0
12:55:52   Stopped: 0
12:55:52  Images: 1
12:55:52  Server Version: 22.06.0-beta.0
12:55:52  Storage Driver: overlay2
12:55:52   Backing Filesystem: extfs
12:55:52   Supports d_type: true
12:55:52   Using metacopy: false
12:55:52   Native Overlay Diff: true
12:55:52   userxattr: false
12:55:52  Logging Driver: json-file
12:55:52  Cgroup Driver: systemd
12:55:52  Cgroup Version: 2
12:55:52  Plugins:
12:55:52   Volume: local
12:55:52   Network: bridge host ipvlan macvlan null overlay
12:55:52   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:52  Swarm: inactive
12:55:52  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:52  Default Runtime: runc
12:55:52  Init Binary: docker-init
12:55:52  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:52  runc version: v1.1.4-0-g5fd4c4d
12:55:52  init version: de40ad0
12:55:52  Security Options:
12:55:52   apparmor
12:55:52   seccomp
12:55:52    Profile: builtin
12:55:52   cgroupns
12:55:52  Kernel Version: 5.15.0-1022-aws
12:55:52  Operating System: Ubuntu 20.04.5 LTS
12:55:52  OSType: linux
12:55:52  Architecture: x86_64
12:55:52  CPUs: 2
12:55:52  Total Memory: 7.557GiB
12:55:52  Name: ip-10-100-59-77
12:55:52  ID: c944a62a-a99e-4e56-b148-df1906108e3b
12:55:52  Docker Root Dir: /var/lib/docker
12:55:52  Debug Mode: false
12:55:52  Username: dockerbuildbot
12:55:52  Registry: https://index.docker.io/v1/
12:55:52  Labels:
12:55:52  Experimental: true
12:55:52  Insecure Registries:
12:55:52   127.0.0.0/8
12:55:52  Live Restore Enabled: true
12:55:52 
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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
[Pipeline] echo
12:55:52 Removing all docker containers
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:55:52 + make clean
12:55:52 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:52 rm -f -r src
12:55:52 make -C rpm clean
12:55:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:52 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:52 rm -f -r rpmbuild/
12:55:52 docker builder prune -f --filter until=24h
12:55:52 Total:	0B
12:55:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:52 make -C deb clean
12:55:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:52 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:52 rm -f -r debbuild
12:55:52 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:52 rm -f -r sources
12:55:52 docker builder prune -f --filter until=24h
12:55:52 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 46.14MB / 49.24MB 0.5s
12:55:52 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.4s done
12:55:52 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 23.07MB / 52.19MB 0.5s
12:55:52 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 4.19MB / 62.71MB 0.5s
12:55:52 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.7s
12:55:52 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 42.99MB / 52.19MB 0.7s
12:55:52 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 25.17MB / 62.71MB 0.7s
12:55:52 Commit message: "bump compose version to v2.16.0"
[Pipeline] echo
12:55:52 Removing all docker containers
[Pipeline] sh
12:55:52 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:52 Total:	0B
12:55:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:52 make -C deb clean
12:55:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:52 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:52 rm -f -r debbuild
12:55:52 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:52 rm -f -r sources
12:55:52 docker builder prune -f --filter until=24h
12:55:52 Total:	0B
12:55:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:52 make -C static clean
12:55:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:52 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:52 rm -f -r build
12:55:52 docker builder prune -f --filter until=24h
12:55:52 + make clean
12:55:52 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:52 rm -f -r src
12:55:52 make -C rpm clean
12:55:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:52 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:52 rm -f -r rpmbuild/
12:55:52 docker builder prune -f --filter until=24h
12:55:52 Total:	0B
12:55:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:52 make -C deb clean
12:55:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:52 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:52 rm -f -r debbuild
12:55:52 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:52 rm -f -r sources
12:55:52 docker builder prune -f --filter until=24h
12:55:52 #10 42.45 Selecting previously unselected package iso-codes.
12:55:52 #10 42.46 Preparing to unpack .../165-iso-codes_4.2-1_all.deb ...
12:55:52 #10 42.46 Unpacking iso-codes (4.2-1) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
12:55:52 The recommended git tool is: git
12:55:52 Commit message: "bump compose version to v2.16.0"
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:55:52 From https://github.com/docker/docker
12:55:52  * [new branch]      23.0       -> 23.0
12:55:52  * [new branch]      23.0       -> origin/23.0
12:55:52 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:52 Total:	0B
12:55:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
12:55:53 + make REF=23.0 centos-7
12:55:53 git init src/github.com/docker/cli
12:55:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:53 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:53 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:53 + SRC=src/github.com/docker/cli
12:55:53 + REF=23.0
12:55:53 + REF_FETCH=23.0
12:55:53 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:53 + awk {print $2}
12:55:53 + REF=refs/heads/23.0
12:55:53 + [ -n refs/heads/23.0 ]
12:55:53 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:53 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
12:55:53 + make REF=23.0 fedora-37
12:55:53 git init src/github.com/docker/cli
12:55:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:53 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:53 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:53 + SRC=src/github.com/docker/cli
12:55:53 + REF=23.0
12:55:53 + REF_FETCH=23.0
12:55:53 + git -C src/github.com/docker/cli+  ls-remote --refs --heads --tags origin 23.0
12:55:53 awk {print $2}
12:55:53 + REF=refs/heads/23.0
12:55:53 + [ -n refs/heads/23.0 ]
12:55:53 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:53 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:53 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:53 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:53 Total:	0B
12:55:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:53 make -C static clean
12:55:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:53 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:53 rm -f -r build
12:55:53 docker builder prune -f --filter until=24h
12:55:53 Commit message: "bump compose version to v2.16.0"
12:55:53 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.7s done
12:55:53 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 0.8s
12:55:53 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 34.60MB / 62.71MB 0.8s
12:55:53 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 0B / 115.17MB 0.8s
12:55:53 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 0.9s done
12:55:53 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 45.09MB / 62.71MB 0.9s
12:55:53 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 0B / 155B 0.9s
12:55:53 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 54.53MB / 62.71MB 1.0s
12:55:53 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 20.97MB / 115.17MB 1.0s
12:55:53 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 0.9s done
12:55:53 + docker container ls -aq
[Pipeline] echo
12:55:53 Docker containers have been removed
[Pipeline] echo
12:55:53 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:53 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (ubuntu-jammy-amd64)
12:55:53 Total:	0B
12:55:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
12:55:53 #10 42.84 Selecting previously unselected package libalgorithm-diff-perl.
12:55:53 Total:	0B
12:55:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:53 make -C static clean
12:55:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:53 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:53 rm -f -r build
12:55:53 docker builder prune -f --filter until=24h
12:55:53 + docker container ls -aq
[Pipeline] sh
[Pipeline] echo
12:55:53 Docker containers have been removed
[Pipeline] echo
12:55:53 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:53 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (fedora-37-amd64)
[Pipeline] sh
12:55:53 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 1.05MB / 10.00MB 0.9s
12:55:53 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 0B / 49.24MB 0.9s
12:55:53 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 4.19MB / 7.73MB 0.9s
[Pipeline] sh
12:55:53 mkdir -p sources
12:55:53 docker run --rm -w /v \
12:55:53 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:55:53 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:55:53 	alpine \
12:55:53 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:55:53 Total:	0B
12:55:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
12:55:53 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.1s
12:55:53 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 30.41MB / 115.17MB 1.1s
12:55:53 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 40.89MB / 115.17MB 1.2s
12:55:53 + make REF=23.0 ubuntu-kinetic
12:55:53 git init src/github.com/docker/cli
12:55:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:53 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:53 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:53 + SRC=src/github.com/docker/cli
12:55:53 + REF=23.0
12:55:53 + REF_FETCH=23.0
12:55:53 + git -C src/github.com/docker/cli ls-remote --refs+  --heads --tags origin 23.0
12:55:53 awk {print $2}
12:55:53 + REF=refs/heads/23.0
12:55:53 + [ -n refs/heads/23.0 ]
12:55:53 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:53 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] sh
12:55:53 #11 0.884 Loaded plugins: fastestmirror, ovl
12:55:53 Fetching without tags
12:55:53 Total:	0B
12:55:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:53 #10 42.84 Preparing to unpack .../166-libalgorithm-diff-perl_1.19.03-2_all.deb ...
12:55:53 #10 42.84 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
12:55:53 #10 42.88 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:55:53 #10 42.88 Preparing to unpack .../167-libalgorithm-diff-xs-perl_0.04-5+b1_armhf.deb ...
12:55:53 #10 42.93 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
12:55:53 #10 42.95 Selecting previously unselected package libalgorithm-merge-perl.
12:55:53 #10 42.96 Preparing to unpack .../168-libalgorithm-merge-perl_0.08-3_all.deb ...
12:55:53 #10 42.96 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:55:53 #10 42.99 Selecting previously unselected package libapt-inst2.0:armhf.
12:55:53 #10 42.99 Preparing to unpack .../169-libapt-inst2.0_1.8.2.3_armhf.deb ...
12:55:53 #10 43.00 Unpacking libapt-inst2.0:armhf (1.8.2.3) ...
12:55:53 #10 43.04 Selecting previously unselected package libapt-pkg-perl.
12:55:53 #10 43.04 Preparing to unpack .../170-libapt-pkg-perl_0.1.34+b1_armhf.deb ...
12:55:53 #10 43.05 Unpacking libapt-pkg-perl (0.1.34+b1) ...
12:55:53 #10 43.08 Selecting previously unselected package libarchive-cpio-perl.
[Pipeline] sh
12:55:53 + echo starting...
12:55:53 starting...
12:55:53 + make REF=23.0 ubuntu-jammy
12:55:53 git init src/github.com/docker/cli
12:55:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:53 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:53 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:53 + SRC=src/github.com/docker/cli
12:55:53 + REF=23.0
12:55:53 + REF_FETCH=23.0
12:55:53 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:53 + awk {print $2}
12:55:53 + REF=refs/heads/23.0
12:55:53 + [ -n refs/heads/23.0 ]
12:55:53 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:53 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:53 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 1.1s
12:55:53 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 22.02MB / 49.24MB 1.1s
12:55:53 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 1.0s done
12:55:53 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 1.1s done
12:55:53 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 32.51MB / 49.24MB 1.2s
12:55:53 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 5.24MB / 52.19MB 1.2s
12:55:53 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 6.29MB / 62.71MB 1.2s
12:55:53 git init src/github.com/docker/buildx
12:55:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:53 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:53 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:53 + SRC=src/github.com/docker/buildx
12:55:53 + REF=v0.10.2
12:55:53 + REF_FETCH=v0.10.2
12:55:53 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:53 + awk {print $2}
12:55:53 From https://github.com/docker/cli
12:55:53  * [new branch]      23.0       -> 23.0
12:55:53  * [new branch]      23.0       -> origin/23.0
12:55:53 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:53 git init src/github.com/docker/docker
12:55:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:53 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:53 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:53 + SRC=src/github.com/docker/docker
12:55:53 + REF=23.0
12:55:53 + REF_FETCH=23.0
12:55:53 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:53 + awk {print $2}
12:55:53 + REF=refs/heads/23.0
12:55:53 + [ -n refs/heads/23.0 ]
12:55:53 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:53 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:53 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:53 + echo starting...
12:55:53 starting...
12:55:53 From https://github.com/docker/docker
12:55:53  * [new branch]      23.0       -> 23.0
12:55:53  * [new branch]      23.0       -> origin/23.0
12:55:53 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:53 + make clean
12:55:53 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:53 rm -f -r src
12:55:53 make -C rpm clean
12:55:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:53 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:53 rm -f -r rpmbuild/
12:55:53 docker builder prune -f --filter until=24h
12:55:53 Total:	0B
12:55:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:53 make -C deb clean
12:55:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:53 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:53 rm -f -r debbuild
12:55:53 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:53 rm -f -r sources
12:55:53 docker builder prune -f --filter until=24h
[Pipeline] sh
12:55:53 + make REF=23.0 ubuntu-kinetic
12:55:53 git init src/github.com/docker/cli
12:55:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:53 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:53 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:53 + SRC=src/github.com/docker/cli
12:55:53 + REF=23.0
12:55:53 + REF_FETCH=23.0
12:55:53 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:53 + awk {print $2}
12:55:53 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 51.38MB / 115.17MB 1.3s
12:55:53 From https://github.com/docker/cli
12:55:53 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 60.82MB / 115.17MB 1.4s
12:55:53  * [new branch]      23.0       -> 23.0
12:55:53  * [new branch]      23.0       -> origin/23.0
12:55:53 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
12:55:53 #11 1.229 Determining fastest mirrors
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
12:55:53 + make clean
12:55:53 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:53 rm -f -r src
12:55:53 make -C rpm clean
12:55:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:53 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:53 rm -f -r rpmbuild/
12:55:53 docker builder prune -f --filter until=24h
12:55:53 Total:	0B
12:55:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:53 make -C deb clean
12:55:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:53 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:53 rm -f -r debbuild
12:55:53 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:53 rm -f -r sources
12:55:53 docker builder prune -f --filter until=24h
12:55:53 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:53 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:53 #10 43.09 Preparing to unpack .../171-libarchive-cpio-perl_0.10-1_all.deb ...
12:55:53 #10 43.09 Unpacking libarchive-cpio-perl (0.10-1) ...
12:55:53 #10 43.13 Selecting previously unselected package libasync-mergepoint-perl.
12:55:53 #10 43.13 Preparing to unpack .../172-libasync-mergepoint-perl_0.04-2_all.deb ...
12:55:53 #10 43.13 Unpacking libasync-mergepoint-perl (0.04-2) ...
12:55:53 #10 43.18 Selecting previously unselected package libauthen-sasl-perl.
12:55:53 #10 43.18 Preparing to unpack .../173-libauthen-sasl-perl_2.1600-1_all.deb ...
12:55:53 #10 43.19 Unpacking libauthen-sasl-perl (2.1600-1) ...
12:55:53 #10 43.22 Selecting previously unselected package libmodule-implementation-perl.
12:55:53 #10 43.23 Preparing to unpack .../174-libmodule-implementation-perl_0.09-1_all.deb ...
12:55:53 #10 43.23 Unpacking libmodule-implementation-perl (0.09-1) ...
12:55:53 #10 43.25 Selecting previously unselected package libvariable-magic-perl.
12:55:53 #10 43.26 Preparing to unpack .../175-libvariable-magic-perl_0.62-1+b1_armhf.deb ...
12:55:53 #10 43.26 Unpacking libvariable-magic-perl (0.62-1+b1) ...
12:55:53 #10 43.29 Selecting previously unselected package libb-hooks-endofscope-perl.
12:55:53 #10 43.30 Preparing to unpack .../176-libb-hooks-endofscope-perl_0.24-1_all.deb ...
12:55:53 #10 43.30 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
12:55:53 #10 43.33 Selecting previously unselected package libcapture-tiny-perl.
12:55:53 #10 43.33 Preparing to unpack .../177-libcapture-tiny-perl_0.48-1_all.deb ...
12:55:53 #10 43.34 Unpacking libcapture-tiny-perl (0.48-1) ...
12:55:53 #10 43.37 Selecting previously unselected package libcgi-pm-perl.
12:55:53 #10 43.37 Preparing to unpack .../178-libcgi-pm-perl_4.40-1_all.deb ...
12:55:53 #10 43.38 Unpacking libcgi-pm-perl (4.40-1) ...
12:55:53 #10 43.42 Selecting previously unselected package libfcgi-perl.
[Pipeline] sh
[Pipeline] sh
12:55:53 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 41.94MB / 49.24MB 1.3s
12:55:53 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 14.68MB / 52.19MB 1.3s
12:55:53 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 15.73MB / 62.71MB 1.3s
12:55:53 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 1.4s
12:55:53 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 25.17MB / 52.19MB 1.4s
12:55:53 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 26.21MB / 62.71MB 1.4s
12:55:53 + REF=refs/tags/v0.10.2
12:55:53 + [ -n refs/tags/v0.10.2 ]
12:55:53 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:53 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:53 Total:	0B
12:55:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:53 make -C static clean
12:55:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:53 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:53 rm -f -r build
12:55:53 docker builder prune -f --filter until=24h
12:55:53 Total:	0B
12:55:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:53 + make REF=23.0 debian-buster
12:55:53 git init src/github.com/docker/cli
12:55:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:53 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:53 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:53 + SRC=src/github.com/docker/cli
12:55:53 + REF=23.0
12:55:53 + REF_FETCH=23.0
12:55:53 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:53 + awk {print $2}
12:55:53 + REF=refs/heads/23.0
12:55:53 + [ -n refs/heads/23.0 ]
12:55:53 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:53 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] sh
12:55:53 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 2.7s done
12:55:53 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97
12:55:53 From https://github.com/docker/docker
12:55:53  * [new branch]      23.0       -> 23.0
12:55:53  * [new branch]      23.0       -> origin/23.0
12:55:53 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:53 + REF=refs/heads/23.0
12:55:53 + [ -n refs/heads/23.0 ]
12:55:53 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:53 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:53 git init src/github.com/docker/docker
12:55:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:53 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:53 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:53 + SRC=src/github.com/docker/docker
12:55:53 + REF=23.0
12:55:53 + REF_FETCH=23.0
12:55:53 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:53 + awk {print $2}
12:55:53 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 80.74MB / 115.17MB 1.6s
12:55:53 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.6s done
12:55:53 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 91.23MB / 115.17MB 1.7s
12:55:53 + make clean
12:55:53 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:53 rm -f -r src
12:55:53 make -C rpm clean
12:55:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:53 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:53 rm -f -r rpmbuild/
12:55:53 docker builder prune -f --filter until=24h
12:55:53 Total:	0B
12:55:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:53 make -C deb clean
12:55:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:53 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:53 rm -f -r debbuild
12:55:53 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:53 rm -f -r sources
12:55:53 docker builder prune -f --filter until=24h
12:55:53 Total:	0B
12:55:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:53 make -C static clean
12:55:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:53 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:53 rm -f -r build
12:55:53 docker builder prune -f --filter until=24h
12:55:53 Total:	0B
12:55:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:53 From https://github.com/docker/cli
12:55:53  * [new branch]      23.0       -> 23.0
12:55:53  * [new branch]      23.0       -> origin/23.0
12:55:53 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:53 git init src/github.com/docker/docker
12:55:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:53 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:53 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:53 + SRC=src/github.com/docker/docker
12:55:53 + REF=23.0
12:55:53 + REF_FETCH=23.0
12:55:53 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:53 + awk {print $2}
[Pipeline] sh
12:55:53 From https://github.com/docker/cli
12:55:53  * [new branch]      23.0       -> 23.0
12:55:53  * [new branch]      23.0       -> origin/23.0
12:55:53 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:53 #10 43.42 Preparing to unpack .../179-libfcgi-perl_0.78-2+b3_armhf.deb ...
12:55:53 #10 43.43 Unpacking libfcgi-perl (0.78-2+b3) ...
12:55:53 #10 43.46 Selecting previously unselected package libcgi-fast-perl.
12:55:53 #10 43.46 Preparing to unpack .../180-libcgi-fast-perl_1%3a2.13-1_all.deb ...
12:55:53 #10 43.46 Unpacking libcgi-fast-perl (1:2.13-1) ...
12:55:53 #10 43.49 Selecting previously unselected package libsub-name-perl.
12:55:53 #10 43.49 Preparing to unpack .../181-libsub-name-perl_0.21-1+b3_armhf.deb ...
12:55:53 #10 43.50 Unpacking libsub-name-perl (0.21-1+b3) ...
12:55:53 #10 43.52 Selecting previously unselected package libclass-accessor-perl.
12:55:53 #10 43.53 Preparing to unpack .../182-libclass-accessor-perl_0.51-1_all.deb ...
12:55:53 #10 43.53 Unpacking libclass-accessor-perl (0.51-1) ...
12:55:53 #10 43.57 Selecting previously unselected package libclass-inspector-perl.
12:55:53 #10 43.57 Preparing to unpack .../183-libclass-inspector-perl_1.32-1_all.deb ...
12:55:53 #10 43.58 Unpacking libclass-inspector-perl (1.32-1) ...
12:55:53 #10 43.60 Selecting previously unselected package libclass-xsaccessor-perl.
12:55:53 #10 43.60 Preparing to unpack .../184-libclass-xsaccessor-perl_1.19-3+b2_armhf.deb ...
12:55:53 #10 43.61 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ...
12:55:53 #10 43.64 Selecting previously unselected package libclone-perl.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:55:53 + docker version
12:55:53 Client: Docker Engine - Community
12:55:53  Version:           22.06.0-beta.0
12:55:53  API version:       1.42
12:55:53  Go version:        go1.18.3
12:55:53  Git commit:        3e9117b
12:55:53  Built:             Fri Jun  3 17:55:45 2022
12:55:53  OS/Arch:           linux/amd64
12:55:53  Context:           default
12:55:53 
12:55:53 Server: Docker Engine - Community
12:55:53  Engine:
12:55:53   Version:          22.06.0-beta.0
12:55:53   API version:      1.42 (minimum version 1.12)
12:55:53   Go version:       go1.18.3
12:55:53   Git commit:       38633e7
12:55:53   Built:            Fri Jun  3 17:55:45 2022
12:55:53   OS/Arch:          linux/amd64
12:55:53   Experimental:     true
12:55:53  containerd:
12:55:53   Version:          1.6.8
12:55:53   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:53  runc:
12:55:53   Version:          1.1.4
12:55:53   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:53  docker-init:
12:55:53   Version:          0.19.0
12:55:53   GitCommit:        de40ad0
12:55:53 From https://github.com/docker/cli
12:55:53  * [new branch]      23.0       -> 23.0
12:55:53  * [new branch]      23.0       -> origin/23.0
12:55:53 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:53 git init src/github.com/docker/docker
12:55:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:53 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:53 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:53 + SRC=src/github.com/docker/docker
12:55:53 + REF=23.0
12:55:53 + REF_FETCH=23.0
12:55:53 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:53 + awk {print $2}
12:55:53 + docker version
12:55:53 Client: Docker Engine - Community
12:55:53  Version:           22.06.0-beta.0
12:55:53  API version:       1.42
12:55:53  Go version:        go1.18.3
12:55:53  Git commit:        3e9117b
12:55:53  Built:             Fri Jun  3 17:55:45 2022
12:55:53  OS/Arch:           linux/amd64
12:55:53  Context:           default
12:55:53 
12:55:53 Server: Docker Engine - Community
12:55:53  Engine:
12:55:53   Version:          22.06.0-beta.0
12:55:53   API version:      1.42 (minimum version 1.12)
12:55:53   Go version:       go1.18.3
12:55:53   Git commit:       38633e7
12:55:53   Built:            Fri Jun  3 17:55:45 2022
12:55:53   OS/Arch:          linux/amd64
12:55:53   Experimental:     true
12:55:53  containerd:
12:55:53   Version:          1.6.8
12:55:53   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:53  runc:
12:55:53   Version:          1.1.4
12:55:53   GitCommit:        v1.1.4-0-g5fd4c4d
12:55:53  docker-init:
12:55:53   Version:          0.19.0
12:55:53   GitCommit:        de40ad0
12:55:54 From https://github.com/docker/cli
12:55:54  * [new branch]      23.0       -> 23.0
12:55:54  * [new branch]      23.0       -> origin/23.0
12:55:54 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:54 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 1.4s done
12:55:54 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 45.09MB / 52.19MB 1.6s
12:55:54 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 46.14MB / 62.71MB 1.6s
12:55:54 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 4.19MB / 115.17MB 1.6s
12:55:54 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.7s
12:55:54 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 56.62MB / 62.71MB 1.7s
12:55:54 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 24.12MB / 115.17MB 1.7s
12:55:54 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] sh
12:55:54 + make clean
12:55:54 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:54 rm -f -r src
12:55:54 make -C rpm clean
12:55:54 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:54 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:54 rm -f -r rpmbuild/
12:55:54 docker builder prune -f --filter until=24h
12:55:54 Total:	0B
12:55:54 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:54 make -C deb clean
12:55:54 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:54 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:54 rm -f -r debbuild
12:55:54 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:54 rm -f -r sources
12:55:54 docker builder prune -f --filter until=24h
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:54 git init src/github.com/docker/buildx
12:55:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:54 + SRC=src/github.com/docker/buildx
12:55:54 + REF=v0.10.2
12:55:54 + REF_FETCH=v0.10.2
12:55:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:54 + awk {print $2}
12:55:54 + REF=refs/tags/v0.10.2
12:55:54 + [ -n refs/tags/v0.10.2 ]
12:55:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:54 Total:	0B
12:55:54 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:54 make -C static clean
12:55:54 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:54 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:54 rm -f -r build
12:55:54 docker builder prune -f --filter until=24h
12:55:54 Total:	0B
12:55:54 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:54 + REF=refs/heads/23.0
12:55:54 + [ -n refs/heads/23.0 ]
12:55:54 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:54 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:54 git init src/github.com/docker/buildx
12:55:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:54 + SRC=src/github.com/docker/buildx
12:55:54 + REF=v0.10.2
12:55:54 + REF_FETCH=v0.10.2
12:55:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:54 + awk {print $2}
12:55:54 + REF=refs/tags/v0.10.2
12:55:54 + [ -n refs/tags/v0.10.2 ]
12:55:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:54 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 100.66MB / 115.17MB 1.8s
12:55:54 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 111.15MB / 115.17MB 1.9s
12:55:54 #10 43.64 Preparing to unpack .../185-libclone-perl_0.41-1+b1_armhf.deb ...
12:55:54 #10 43.65 Unpacking libclone-perl (0.41-1+b1) ...
12:55:54 #10 43.67 Selecting previously unselected package libcommon-sense-perl.
12:55:54 #10 43.67 Preparing to unpack .../186-libcommon-sense-perl_3.74-2+b7_armhf.deb ...
12:55:54 #10 43.68 Unpacking libcommon-sense-perl (3.74-2+b7) ...
12:55:54 #10 43.71 Selecting previously unselected package libparams-util-perl.
12:55:54 #10 43.71 Preparing to unpack .../187-libparams-util-perl_1.07-3+b4_armhf.deb ...
12:55:54 #10 43.72 Unpacking libparams-util-perl (1.07-3+b4) ...
12:55:54 #10 43.74 Selecting previously unselected package libsub-install-perl.
12:55:54 #10 43.74 Preparing to unpack .../188-libsub-install-perl_0.928-1_all.deb ...
12:55:54 #10 43.75 Unpacking libsub-install-perl (0.928-1) ...
12:55:54 #10 43.78 Selecting previously unselected package libdata-optlist-perl.
12:55:54 #10 43.78 Preparing to unpack .../189-libdata-optlist-perl_0.110-1_all.deb ...
12:55:54 #10 43.79 Unpacking libdata-optlist-perl (0.110-1) ...
12:55:54 #10 43.82 Selecting previously unselected package libsub-exporter-perl.
12:55:54 #10 43.82 Preparing to unpack .../190-libsub-exporter-perl_0.987-1_all.deb ...
12:55:54 #10 43.82 Unpacking libsub-exporter-perl (0.987-1) ...
12:55:54 #10 43.85 Selecting previously unselected package libconst-fast-perl.
12:55:54 #10 43.86 Preparing to unpack .../191-libconst-fast-perl_0.014-1_all.deb ...
12:55:54 #10 43.86 Unpacking libconst-fast-perl (0.014-1) ...
12:55:54 #10 43.89 Selecting previously unselected package libwant-perl.
12:55:54 #10 43.89 Preparing to unpack .../192-libwant-perl_0.29-1+b4_armhf.deb ...
12:55:54 #10 43.90 Unpacking libwant-perl (0.29-1+b4) ...
12:55:54 #10 43.92 Selecting previously unselected package libcontextual-return-perl.
12:55:54 #10 43.93 Preparing to unpack .../193-libcontextual-return-perl_0.004014-2_all.deb ...
12:55:54 #10 43.93 Unpacking libcontextual-return-perl (0.004014-2) ...
12:55:54 #10 43.96 Selecting previously unselected package libconvert-binhex-perl.
12:55:54 + REF=refs/heads/23.0
12:55:54 + [ -n refs/heads/23.0 ]
12:55:54 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:54 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:54 + make REF=23.0 fedora-36
12:55:54 git init src/github.com/docker/cli
12:55:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:54 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:54 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:54 + SRC=src/github.com/docker/cli
12:55:54 + REF=23.0
12:55:54 + REF_FETCH=23.0
12:55:54 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:54 + awk {print $2}
12:55:54 + REF=refs/heads/23.0
12:55:54 + [ -n refs/heads/23.0 ]
12:55:54 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:54 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:54 From https://github.com/docker/docker
12:55:54  * [new branch]      23.0       -> 23.0
12:55:54  * [new branch]      23.0       -> origin/23.0
12:55:54 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:54 git init src/github.com/docker/buildx
12:55:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:54 + SRC=src/github.com/docker/buildx
12:55:54 + REF=v0.10.2
12:55:54 + REF_FETCH=v0.10.2
12:55:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:54 + awk {print $2}
12:55:54 + REF=refs/tags/v0.10.2
12:55:54 + [ -n refs/tags/v0.10.2 ]
12:55:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:54 mkdir -p sources
12:55:54 docker run --rm -w /v \
12:55:54 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:55:54 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:55:54 	alpine \
12:55:54 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:55:54 git init src/github.com/docker/docker
12:55:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:54 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:54 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:54 + SRC=src/github.com/docker/docker
12:55:54 + REF=23.0
12:55:54 + REF_FETCH=23.0
12:55:54 + git -C src/github.com/docker/docker ls-remote --refs --heads+  --tags origin 23.0
12:55:54 awk {print $2}
12:55:54 + make REF=23.0 centos-9
12:55:54 git init src/github.com/docker/cli
12:55:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:54 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:54 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:54 + SRC=src/github.com/docker/cli
12:55:54 + REF=23.0
12:55:54 + REF_FETCH=23.0
12:55:54 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:54 + awk {print $2}
12:55:54 + REF=refs/heads/23.0
12:55:54 + [ -n refs/heads/23.0 ]
12:55:54 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:54 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] sh
12:55:54 + REF=refs/heads/23.0
12:55:54 + [ -n refs/heads/23.0 ]
12:55:54 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:54 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:54 From https://github.com/docker/cli
12:55:54  * [new branch]      23.0       -> 23.0
12:55:54  * [new branch]      23.0       -> origin/23.0
12:55:54 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:54 git init src/github.com/docker/docker
12:55:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:54 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:54 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:54 + SRC=src/github.com/docker/docker
12:55:54 + REF=23.0
12:55:54 + REF_FETCH=23.0
12:55:54 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:54 + awk {print $2}
12:55:54 + REF=refs/heads/23.0
12:55:54 + [ -n refs/heads/23.0 ]
12:55:54 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:54 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:54 + docker info
12:55:54 Client:
12:55:54  Context:    default
12:55:54  Debug Mode: false
12:55:54  Plugins:
12:55:54   buildx: Docker Buildx (Docker Inc.)
12:55:54     Version:  c5aec24
12:55:54     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:54   compose: Docker Compose (Docker Inc.)
12:55:54     Version:  v2.12.0
12:55:54     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:54   scan: Docker Scan (Docker Inc.)
12:55:54     Version:  v0.17.0
12:55:54     Path:     /usr/libexec/docker/cli-plugins/docker-scan
12:55:54 
12:55:54 Server:
12:55:54  Containers: 0
12:55:54   Running: 0
12:55:54   Paused: 0
12:55:54   Stopped: 0
12:55:54  Images: 1
12:55:54  Server Version: 22.06.0-beta.0
12:55:54  Storage Driver: overlay2
12:55:54   Backing Filesystem: extfs
12:55:54   Supports d_type: true
12:55:54   Using metacopy: false
12:55:54   Native Overlay Diff: true
12:55:54   userxattr: false
12:55:54  Logging Driver: json-file
12:55:54  Cgroup Driver: systemd
12:55:54  Cgroup Version: 2
12:55:54  Plugins:
12:55:54   Volume: local
12:55:54   Network: bridge host ipvlan macvlan null overlay
12:55:54   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:54  Swarm: inactive
12:55:54  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:54  Default Runtime: runc
12:55:54  Init Binary: docker-init
12:55:54  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:54  runc version: v1.1.4-0-g5fd4c4d
12:55:54  init version: de40ad0
12:55:54  Security Options:
12:55:54   apparmor
12:55:54   seccomp
12:55:54    Profile: builtin
12:55:54   cgroupns
12:55:54  Kernel Version: 5.15.0-1022-aws
12:55:54  Operating System: Ubuntu 20.04.5 LTS
12:55:54  OSType: linux
12:55:54  Architecture: x86_64
12:55:54  CPUs: 2
12:55:54  Total Memory: 7.557GiB
12:55:54  Name: ip-10-100-63-199
12:55:54  ID: c944a62a-a99e-4e56-b148-df1906108e3b
12:55:54  Docker Root Dir: /var/lib/docker
12:55:54  Debug Mode: false
12:55:54  Username: dockerbuildbot
12:55:54  Registry: https://index.docker.io/v1/
12:55:54  Labels:
12:55:54  Experimental: true
12:55:54  Insecure Registries:
12:55:54   127.0.0.0/8
12:55:54  Live Restore Enabled: true
12:55:54 
12:55:54 Total:	0B
12:55:54 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:54 make -C static clean
12:55:54 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:54 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:54 rm -f -r build
12:55:54 docker builder prune -f --filter until=24h
12:55:54 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.7s done
12:55:54 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.8s
12:55:54 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 32.51MB / 115.17MB 1.8s
12:55:54 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.8s
12:55:54 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.9s done
12:55:54 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 53.48MB / 115.17MB 2.0s
12:55:54 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.9s done
12:55:54 git init src/github.com/docker/docker
12:55:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:54 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:54 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:54 + SRC=src/github.com/docker/docker
12:55:54 + REF=23.0
12:55:54 + REF_FETCH=23.0
12:55:54 + git -C src/github.com/docker/docker ls-remote --refs --heads+  --tags origin 23.0
12:55:54 awk {print $2}
12:55:54 + REF=refs/heads/23.0
12:55:54 + [ -n refs/heads/23.0 ]
12:55:54 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:54 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
12:55:54 The recommended git tool is: git
12:55:54 #10 43.97 Preparing to unpack .../194-libconvert-binhex-perl_1.125-1_all.deb ...
12:55:54 #10 43.97 Unpacking libconvert-binhex-perl (1.125-1) ...
12:55:54 #10 44.00 Selecting previously unselected package libdata-dump-perl.
12:55:54 #10 44.00 Preparing to unpack .../195-libdata-dump-perl_1.23-1_all.deb ...
12:55:54 #10 44.01 Unpacking libdata-dump-perl (1.23-1) ...
12:55:54 #10 44.04 Selecting previously unselected package libdigest-bubblebabble-perl.
12:55:54 #10 44.04 Preparing to unpack .../196-libdigest-bubblebabble-perl_0.02-2_all.deb ...
12:55:54 #10 44.05 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
12:55:54 #10 44.08 Selecting previously unselected package libdigest-hmac-perl.
12:55:54 #10 44.08 Preparing to unpack .../197-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
12:55:54 #10 44.09 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
12:55:54 #10 44.12 Selecting previously unselected package libdistro-info-perl.
12:55:54 #10 44.12 Preparing to unpack .../198-libdistro-info-perl_0.21_all.deb ...
12:55:54 #10 44.12 Unpacking libdistro-info-perl (0.21) ...
12:55:54 #10 44.15 Selecting previously unselected package libnet-smtp-ssl-perl.
12:55:54 #10 44.16 Preparing to unpack .../199-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:55:54 #10 44.16 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:55:54 #10 44.19 Selecting previously unselected package libmailtools-perl.
12:55:54 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.2s done
12:55:54 + REF=refs/heads/23.0
12:55:54 + [ -n refs/heads/23.0 ]
12:55:54 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:54 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:54 using credential docker-jenkins-github-credentials
12:55:54 Cloning the remote Git repository
12:55:54 Cloning with configured refspecs honoured and without tags
12:55:54 Commit message: "bump compose version to v2.16.0"
12:55:54 Total:	0B
12:55:54 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:54 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 62.91MB / 115.17MB 2.1s
12:55:54 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 73.40MB / 115.17MB 2.2s
[Pipeline] sh
12:55:54 + docker info
12:55:54 Client:
12:55:54  Context:    default
12:55:54  Debug Mode: false
12:55:54  Plugins:
12:55:54   buildx: Docker Buildx (Docker Inc.)
12:55:54     Version:  c5aec24
12:55:54     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:55:54   compose: Docker Compose (Docker Inc.)
12:55:54     Version:  v2.12.0
12:55:54     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:55:54   scan: Docker Scan (Docker Inc.)
12:55:54     Version:  v0.17.0
12:55:54     Path:     /usr/libexec/docker/cli-plugins/docker-scan
12:55:54 
12:55:54 Server:
12:55:54  Containers: 0
12:55:54   Running: 0
12:55:54   Paused: 0
12:55:54   Stopped: 0
12:55:54  Images: 1
12:55:54  Server Version: 22.06.0-beta.0
12:55:54  Storage Driver: overlay2
12:55:54   Backing Filesystem: extfs
12:55:54   Supports d_type: true
12:55:54   Using metacopy: false
12:55:54   Native Overlay Diff: true
12:55:54   userxattr: false
12:55:54  Logging Driver: json-file
12:55:54  Cgroup Driver: systemd
12:55:54  Cgroup Version: 2
12:55:54  Plugins:
12:55:54   Volume: local
12:55:54   Network: bridge host ipvlan macvlan null overlay
12:55:54   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
12:55:54  Swarm: inactive
12:55:54  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
12:55:54  Default Runtime: runc
12:55:54  Init Binary: docker-init
12:55:54  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
12:55:54  runc version: v1.1.4-0-g5fd4c4d
12:55:54  init version: de40ad0
12:55:54  Security Options:
12:55:54   apparmor
12:55:54   seccomp
12:55:54    Profile: builtin
12:55:54   cgroupns
12:55:54  Kernel Version: 5.15.0-1022-aws
12:55:54  Operating System: Ubuntu 20.04.5 LTS
12:55:54  OSType: linux
12:55:54  Architecture: x86_64
12:55:54  CPUs: 2
12:55:54  Total Memory: 7.557GiB
12:55:54  Name: ip-10-100-49-212
12:55:54  ID: c944a62a-a99e-4e56-b148-df1906108e3b
12:55:54  Docker Root Dir: /var/lib/docker
12:55:54  Debug Mode: false
12:55:54  Username: dockerbuildbot
12:55:54  Registry: https://index.docker.io/v1/
12:55:54  Labels:
12:55:54  Experimental: true
12:55:54  Insecure Registries:
12:55:54   127.0.0.0/8
12:55:54  Live Restore Enabled: true
12:55:54 
12:55:54 + make REF=23.0 debian-bookworm
12:55:54 git init src/github.com/docker/cli
12:55:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:54 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:54 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:54 + SRC=src/github.com/docker/cli
12:55:54 + REF=23.0
12:55:54 + REF_FETCH=23.0
12:55:54 + awk {print $2}
12:55:54 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:54 + REF=refs/heads/23.0
12:55:54 + [ -n refs/heads/23.0 ]
12:55:54 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:54 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
12:55:54 #10 44.19 Preparing to unpack .../200-libmailtools-perl_2.18-1_all.deb ...
12:55:54 #10 44.20 Unpacking libmailtools-perl (2.18-1) ...
12:55:54 #10 44.24 Selecting previously unselected package libnet-ip-perl.
12:55:54 #10 44.24 Preparing to unpack .../201-libnet-ip-perl_1.26-2_all.deb ...
12:55:54 #10 44.25 Unpacking libnet-ip-perl (1.26-2) ...
12:55:54 #10 44.29 Selecting previously unselected package libnet-dns-perl.
12:55:54 #10 44.29 Preparing to unpack .../202-libnet-dns-perl_1.19-1_all.deb ...
12:55:54 #10 44.29 Unpacking libnet-dns-perl (1.19-1) ...
12:55:54 #10 44.35 Selecting previously unselected package libnet-domain-tld-perl.
12:55:54 #10 44.35 Preparing to unpack .../203-libnet-domain-tld-perl_1.75-1_all.deb ...
12:55:54 #10 44.36 Unpacking libnet-domain-tld-perl (1.75-1) ...
12:55:54 #10 44.39 Selecting previously unselected package libemail-valid-perl.
12:55:54 #10 44.39 Preparing to unpack .../204-libemail-valid-perl_1.202-1_all.deb ...
12:55:54 #10 44.40 Unpacking libemail-valid-perl (1.202-1) ...
12:55:54 #10 44.43 Selecting previously unselected package libexporter-tiny-perl.
12:55:54 #10 44.43 Preparing to unpack .../205-libexporter-tiny-perl_1.002001-1_all.deb ...
12:55:54 #10 44.43 Unpacking libexporter-tiny-perl (1.002001-1) ...
12:55:54 #10 44.47 Selecting previously unselected package libipc-system-simple-perl.
12:55:54 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 1.7s done
12:55:54 #7 ...
12:55:54 
12:55:54 #9 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57
12:55:54 #9 resolve docker.io/library/debian:buster@sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57 0.0s done
12:55:54 #9 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.7s done
12:55:54 #9 sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57 984B / 984B done
12:55:54 #9 sha256:9ef37e5b193fdb2513e0e17f0e5151e6ad92be1977f16611a1a9e0d8d460c278 529B / 529B done
12:55:54 #9 sha256:b4bdd937066c7d08b41ea566402dbe0e7decde12323f86aad6fcabbfb6e189ba 1.48kB / 1.48kB done
12:55:54 #9 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 1.7s done
12:55:54 #9 DONE 2.7s
12:55:54 
12:55:54 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:54 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600
[Pipeline] checkout
12:55:54 The recommended git tool is: git
12:55:54 From https://github.com/docker/cli
12:55:54  * [new branch]      23.0       -> 23.0
12:55:54  * [new branch]      23.0       -> origin/23.0
12:55:54 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:54 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 88.08MB / 115.17MB 2.4s
12:55:54 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 102.76MB / 115.17MB 2.5s
12:55:55 #10 44.48 Preparing to unpack .../206-libipc-system-simple-perl_1.25-4_all.deb ...
12:55:55 #10 44.48 Unpacking libipc-system-simple-perl (1.25-4) ...
12:55:55 #10 44.51 Selecting previously unselected package libfile-basedir-perl.
12:55:55 #10 44.51 Preparing to unpack .../207-libfile-basedir-perl_0.08-1_all.deb ...
12:55:55 #10 44.51 Unpacking libfile-basedir-perl (0.08-1) ...
12:55:55 #10 44.55 Selecting previously unselected package libfile-chdir-perl.
12:55:55 #10 44.55 Preparing to unpack .../208-libfile-chdir-perl_0.1008-1_all.deb ...
12:55:55 #10 44.55 Unpacking libfile-chdir-perl (0.1008-1) ...
12:55:55 #10 44.58 Selecting previously unselected package libfile-fcntllock-perl.
12:55:55 #10 44.58 Preparing to unpack .../209-libfile-fcntllock-perl_0.22-3+b5_armhf.deb ...
12:55:55 #10 44.59 Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
12:55:55 #10 44.62 Selecting previously unselected package libfont-afm-perl.
12:55:55 #10 44.62 Preparing to unpack .../210-libfont-afm-perl_1.20-2_all.deb ...
12:55:55 #10 44.63 Unpacking libfont-afm-perl (1.20-2) ...
12:55:55 #10 44.66 Selecting previously unselected package libfribidi0:armhf.
12:55:55 #10 44.66 Preparing to unpack .../211-libfribidi0_1.0.5-3.1+deb10u2_armhf.deb ...
12:55:55 #10 44.67 Unpacking libfribidi0:armhf (1.0.5-3.1+deb10u2) ...
12:55:55 #10 44.70 Selecting previously unselected package libfuture-perl.
12:55:55 + make REF=23.0 debian-bullseye
12:55:55 git init src/github.com/docker/cli
12:55:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:55 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:55 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:55 + SRC=src/github.com/docker/cli
12:55:55 + REF=23.0
12:55:55 + REF_FETCH=23.0
12:55:55 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:55 + awk {print $2}
12:55:55 + REF=refs/heads/23.0
12:55:55 + [ -n refs/heads/23.0 ]
12:55:55 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:55 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:55 git init src/github.com/docker/docker
12:55:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:55 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:55 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:55 + SRC=src/github.com/docker/docker
12:55:55 + REF=23.0
12:55:55 + REF_FETCH=23.0
12:55:55 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:55 + awk {print $2}
12:55:55 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 113.25MB / 115.17MB 2.6s
[Pipeline] sh
12:55:55 From https://github.com/docker/docker
12:55:55  * [new branch]      23.0       -> 23.0
12:55:55  * [new branch]      23.0       -> origin/23.0
12:55:55 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:55 From https://github.com/docker/cli
12:55:55  * [new branch]      23.0       -> 23.0
12:55:55  * [new branch]      23.0       -> origin/23.0
12:55:55 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:55 Commit message: "bump compose version to v2.16.0"
12:55:55 #10 44.71 Preparing to unpack .../212-libfuture-perl_0.39-1_all.deb ...
12:55:55 #10 44.71 Unpacking libfuture-perl (0.39-1) ...
12:55:55 #10 44.75 Selecting previously unselected package libio-stringy-perl.
12:55:55 #10 44.75 Preparing to unpack .../213-libio-stringy-perl_2.111-3_all.deb ...
12:55:55 #10 44.75 Unpacking libio-stringy-perl (2.111-3) ...
12:55:55 #10 44.79 Selecting previously unselected package libparams-validate-perl.
12:55:55 #10 44.79 Preparing to unpack .../214-libparams-validate-perl_1.29-1+b1_armhf.deb ...
12:55:55 #10 44.79 Unpacking libparams-validate-perl (1.29-1+b1) ...
12:55:55 #10 44.83 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:55:55 #10 44.83 Preparing to unpack .../215-libgetopt-long-descriptive-perl_0.103-2_all.deb ...
12:55:55 #10 44.84 Unpacking libgetopt-long-descriptive-perl (0.103-2) ...
12:55:55 #10 44.87 Selecting previously unselected package libsort-versions-perl.
12:55:55 #10 44.87 Preparing to unpack .../216-libsort-versions-perl_1.62-1_all.deb ...
12:55:55 #10 44.87 Unpacking libsort-versions-perl (1.62-1) ...
12:55:55 #10 44.91 Selecting previously unselected package libgit-wrapper-perl.
12:55:55 #10 44.91 Preparing to unpack .../217-libgit-wrapper-perl_0.048-1_all.deb ...
12:55:55 #10 44.92 Unpacking libgit-wrapper-perl (0.048-1) ...
12:55:55 #10 44.96 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:55:55 #8 DONE 2.9s
12:55:55 
12:55:55 #9 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:55:55 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.4s done
12:55:55 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2
12:55:55 + REF=refs/heads/23.0
12:55:55 + [ -n refs/heads/23.0 ]
12:55:55 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:55 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:55 From https://github.com/docker/cli
12:55:55  * [new branch]      23.0       -> 23.0
12:55:55  * [new branch]      23.0       -> origin/23.0
12:55:55 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:55 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.8s done
12:55:55 using credential docker-jenkins-github-credentials
12:55:55 Cloning the remote Git repository
12:55:55 Cloning with configured refspecs honoured and without tags
12:55:55 + make clean
12:55:55 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:55 rm -f -r src
12:55:55 make -C rpm clean
12:55:55 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:55 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:55 rm -f -r rpmbuild/
12:55:55 docker builder prune -f --filter until=24h
12:55:55 Total:	0B
12:55:55 git init src/github.com/docker/docker
12:55:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:55 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:55 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
12:55:55 #10 44.96 Preparing to unpack .../218-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
12:55:55 #10 44.96 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
12:55:55 #10 45.01 Selecting previously unselected package libio-prompter-perl.
12:55:55 #10 45.01 Preparing to unpack .../219-libio-prompter-perl_0.004015-1_all.deb ...
12:55:55 #10 45.02 Unpacking libio-prompter-perl (0.004015-1) ...
12:55:55 #10 45.05 Selecting previously unselected package libjson-perl.
12:55:55 #10 45.05 Preparing to unpack .../220-libjson-perl_4.02000-1_all.deb ...
12:55:55 #10 45.06 Unpacking libjson-perl (4.02000-1) ...
12:55:55 #10 45.10 Selecting previously unselected package liblog-any-perl.
12:55:55 #10 45.10 Preparing to unpack .../221-liblog-any-perl_1.707-1_all.deb ...
12:55:55 #10 45.10 Unpacking liblog-any-perl (1.707-1) ...
12:55:55 #10 45.13 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:55:55 #10 45.14 Preparing to unpack .../222-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
12:55:55 #10 45.14 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
12:55:55 #10 45.18 Selecting previously unselected package libpackage-stash-perl.
12:55:55 #10 45.18 Preparing to unpack .../223-libpackage-stash-perl_0.38-1_all.deb ...
12:55:55 #10 45.18 Unpacking libpackage-stash-perl (0.38-1) ...
12:55:55 #10 45.21 Selecting previously unselected package libsub-identify-perl.
12:55:55 #10 45.22 Preparing to unpack .../224-libsub-identify-perl_0.14-1+b1_armhf.deb ...
12:55:55 #10 45.22 Unpacking libsub-identify-perl (0.14-1+b1) ...
12:55:55 #10 45.25 Selecting previously unselected package libnamespace-clean-perl.
12:55:55 #10 45.25 Preparing to unpack .../225-libnamespace-clean-perl_0.27-1_all.deb ...
12:55:55 #10 45.26 Unpacking libnamespace-clean-perl (0.27-1) ...
12:55:55 #10 45.29 Selecting previously unselected package libpath-tiny-perl.
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:55:55 #11 ...
12:55:55 
12:55:55 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:55 #9 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 3.8s done
12:55:55 #9 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
12:55:55 #9 DONE 14.0s
12:55:55 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.3s done
12:55:55 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 0.1s
12:55:55 From https://github.com/docker/cli
12:55:55  * [new branch]      23.0       -> 23.0
12:55:55  * [new branch]      23.0       -> origin/23.0
12:55:55 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:55 From https://github.com/docker/cli
12:55:55  * [new branch]      23.0       -> 23.0
12:55:55  * [new branch]      23.0       -> origin/23.0
12:55:55 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:55 git init src/github.com/docker/docker
12:55:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:55 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:55 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:55 + SRC=src/github.com/docker/docker
12:55:55 + REF=23.0
12:55:55 + REF_FETCH=23.0
12:55:55 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:55 + awk {print $2}
12:55:55 == Building packages for debian-bookworm ==
12:55:55 mkdir -p "debbuild/debian-bookworm"
12:55:55 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-debian-bookworm/aarch64 -f debian-bookworm/Dockerfile .
12:55:55 #1 [internal] load build definition from Dockerfile
12:55:55 #1 transferring dockerfile: 913B done
12:55:55 #1 DONE 0.0s
12:55:55 
12:55:55 #2 [internal] load .dockerignore
12:55:55 #2 transferring context: 2B done
12:55:55 #2 DONE 0.1s
12:55:55 
12:55:55 #3 [auth] library/golang:pull token for registry-1.docker.io
12:55:55 #3 DONE 0.0s
12:55:55 
12:55:55 #4 [auth] library/debian:pull token for registry-1.docker.io
12:55:55 #4 DONE 0.0s
12:55:55 
12:55:55 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:55:55 Fetching without tags
12:55:55 git init src/github.com/docker/docker
12:55:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:55 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:55 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:55 + SRC=src/github.com/docker/docker
12:55:55 + REF=23.0
12:55:55 + REF_FETCH=23.0
12:55:55 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:55 + awk {print $2}
12:55:55 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:55 make -C deb clean
12:55:55 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:55 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:55 rm -f -r debbuild
12:55:55 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:55 rm -f -r sources
12:55:55 docker builder prune -f --filter until=24h
12:55:55 Total:	0B
12:55:55 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:55 make -C static clean
12:55:55 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:55 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:55 rm -f -r build
12:55:55 docker builder prune -f --filter until=24h
12:55:55 From https://github.com/docker/cli
12:55:55  * [new branch]      23.0       -> 23.0
12:55:55  * [new branch]      23.0       -> origin/23.0
12:55:55 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:55 git init src/github.com/docker/docker
12:55:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:55 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:55 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:55 + SRC=src/github.com/docker/docker
12:55:55 + REF=23.0
12:55:55 + REF_FETCH=23.0
12:55:55 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:55 + awk {print $2}
12:55:55 + SRC=src/github.com/docker/docker
12:55:55 + REF=23.0
12:55:55 + REF_FETCH=23.0
12:55:55 + awk {print $2}
12:55:55 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:55 + REF=refs/heads/23.0
12:55:55 + [ -n refs/heads/23.0 ]
12:55:55 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:55 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:55 From https://github.com/docker/docker
12:55:55  * [new branch]      23.0       -> 23.0
12:55:55  * [new branch]      23.0       -> origin/23.0
12:55:55 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:55 git init src/github.com/docker/buildx
12:55:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:55 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:55 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:55 + SRC=src/github.com/docker/buildx
12:55:55 + REF=v0.10.2
12:55:55 + REF_FETCH=v0.10.2
12:55:55 + + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:55 awk {print $2}
12:55:55 + REF=refs/tags/v0.10.2
12:55:55 + [ -n refs/tags/v0.10.2 ]
12:55:55 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:55 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:55 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
[Pipeline] sh
12:55:55 #10 45.29 Preparing to unpack .../226-libpath-tiny-perl_0.108-1_all.deb ...
12:55:55 #10 45.30 Unpacking libpath-tiny-perl (0.108-1) ...
12:55:55 #10 45.33 Selecting previously unselected package libtype-tiny-perl.
12:55:55 #10 45.34 Preparing to unpack .../227-libtype-tiny-perl_1.004004-1_all.deb ...
12:55:55 #10 45.34 Unpacking libtype-tiny-perl (1.004004-1) ...
12:55:55 #10 45.41 Selecting previously unselected package libgitlab-api-v4-perl.
12:55:55 #10 45.41 Preparing to unpack .../228-libgitlab-api-v4-perl_0.16-1_all.deb ...
12:55:55 #10 45.42 Unpacking libgitlab-api-v4-perl (0.16-1) ...
12:55:55 #10 45.46 Selecting previously unselected package libglib2.0-data.
12:55:55 #10 45.46 Preparing to unpack .../229-libglib2.0-data_2.58.3-2+deb10u4_all.deb ...
12:55:55 #10 45.46 Unpacking libglib2.0-data (2.58.3-2+deb10u4) ...
12:55:55 
12:55:55 #11 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
12:55:55 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:55 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:55 git init src/github.com/docker/docker
12:55:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:55 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:55 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:55 + SRC=src/github.com/docker/docker
12:55:55 + REF=23.0
12:55:55 + REF_FETCH=23.0
12:55:55 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:55 + awk {print $2}
12:55:55 + REF=refs/heads/23.0
12:55:55 + [ -n refs/heads/23.0 ]
12:55:55 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:55 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:55 #5 DONE 0.4s
12:55:55 
12:55:55 #6 [internal] load metadata for docker.io/library/debian:bookworm
12:55:55 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 2.3s done
12:55:55 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a
12:55:55 + REF=refs/heads/23.0
12:55:55 + [ -n refs/heads/23.0 ]
12:55:55 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:55 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:55 Total:	0B
12:55:55 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:55 + REF=refs/heads/23.0
12:55:55 + [ -n refs/heads/23.0 ]
12:55:55 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:55 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] sh
12:55:55 git init src/github.com/docker/buildx
12:55:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:55 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:55 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:56 #10 45.61 Selecting previously unselected package libgpm2:armhf.
12:55:56 #10 45.61 Preparing to unpack .../230-libgpm2_1.20.7-5_armhf.deb ...
12:55:56 #10 45.62 Unpacking libgpm2:armhf (1.20.7-5) ...
12:55:56 #10 45.66 Selecting previously unselected package libidn11:armhf.
12:55:56 #10 45.66 Preparing to unpack .../231-libidn11_1.33-2.2_armhf.deb ...
12:55:56 #10 45.67 Unpacking libidn11:armhf (1.33-2.2) ...
12:55:56 #10 45.72 Selecting previously unselected package libntlm0:armhf.
12:55:56 #10 45.72 Preparing to unpack .../232-libntlm0_1.5-1+deb10u1_armhf.deb ...
12:55:56 #10 45.72 Unpacking libntlm0:armhf (1.5-1+deb10u1) ...
12:55:56 #10 45.76 Selecting previously unselected package libgsasl7.
12:55:56 + make clean
12:55:56 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:56 rm -f -r src
12:55:56 make -C rpm clean
12:55:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:56 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:56 rm -f -r rpmbuild/
12:55:56 docker builder prune -f --filter until=24h
12:55:56 Total:	0B
12:55:56 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:56 make -C deb clean
12:55:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:56 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:56 rm -f -r debbuild
12:55:56 + REF=refs/heads/23.0
12:55:56 + [ -n refs/heads/23.0 ]
12:55:56 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:56 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:56 #6 DONE 0.5s
12:55:56 
12:55:56 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:56 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.1s done
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
12:55:56 + SRC=src/github.com/docker/buildx
12:55:56 + REF=v0.10.2
12:55:56 + REF_FETCH=v0.10.2
12:55:56 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2+ 
12:55:56 awk {print $2}
12:55:56 + REF=refs/tags/v0.10.2
12:55:56 + [ -n refs/tags/v0.10.2 ]
12:55:56 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:56 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:55:56 + make REF=23.0 raspbian-buster
12:55:56 git init src/github.com/docker/cli
12:55:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:56 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:56 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:56 + SRC=src/github.com/docker/cli
12:55:56 + REF=23.0
12:55:56 + REF_FETCH=23.0
12:55:56 + awk {print $2}
12:55:56 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:56 + REF=refs/heads/23.0
12:55:56 + [ -n refs/heads/23.0 ]
12:55:56 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:56 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:56 From https://github.com/docker/buildx
12:55:56  * [new tag]         v0.10.2    -> v0.10.2
12:55:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:55:56 git init src/github.com/docker/compose
12:55:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:55:56 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:55:56 #10 45.77 Preparing to unpack .../233-libgsasl7_1.8.0-8+deb10u1_armhf.deb ...
12:55:56 #10 45.77 Unpacking libgsasl7 (1.8.0-8+deb10u1) ...
12:55:56 #10 45.82 Selecting previously unselected package libhtml-form-perl.
12:55:56 #10 45.82 Preparing to unpack .../234-libhtml-form-perl_6.03-1_all.deb ...
12:55:56 #10 45.83 Unpacking libhtml-form-perl (6.03-1) ...
12:55:56 #10 45.86 Selecting previously unselected package libhtml-format-perl.
12:55:56 #10 45.86 Preparing to unpack .../235-libhtml-format-perl_2.12-1_all.deb ...
12:55:56 #10 45.87 Unpacking libhtml-format-perl (2.12-1) ...
12:55:56 #10 45.90 Selecting previously unselected package libhttp-daemon-perl.
12:55:56 #10 45.90 Preparing to unpack .../236-libhttp-daemon-perl_6.01-3+deb10u1_all.deb ...
12:55:56 #10 45.91 Unpacking libhttp-daemon-perl (6.01-3+deb10u1) ...
12:55:56 #10 45.94 Selecting previously unselected package libstruct-dumb-perl.
12:55:56 #10 45.94 Preparing to unpack .../237-libstruct-dumb-perl_0.09-1_all.deb ...
12:55:56 #10 45.94 Unpacking libstruct-dumb-perl (0.09-1) ...
12:55:56 #10 45.97 Selecting previously unselected package libio-async-perl.
12:55:56 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:56 rm -f -r sources
12:55:56 docker builder prune -f --filter until=24h
12:55:56 Total:	0B
12:55:56 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:56 make -C static clean
12:55:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:56 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:56 rm -f -r build
12:55:56 docker builder prune -f --filter until=24h
12:55:56 using credential docker-jenkins-github-credentials
12:55:56 Cloning the remote Git repository
12:55:56 Cloning with configured refspecs honoured and without tags
12:55:56 Fetching without tags
12:55:56 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:55:56 #7 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
12:55:56 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 0B / 49.24MB 0.1s
12:55:56 #7 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
12:55:56 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0B / 7.73MB 0.1s
12:55:56 #7 ...
12:55:56 
12:55:56 #8 [internal] load build context
12:55:56 #8 transferring context: 30.38MB 0.3s done
12:55:56 #8 DONE 0.3s
12:55:56 
12:55:56 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:56 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 13.63MB / 49.24MB 0.2s
12:55:56 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.2s
12:55:56 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:55:56 + SRC=src/github.com/docker/compose
12:55:56 + REF=v2.16.0
12:55:56 + REF_FETCH=v2.16.0
12:55:56 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin+  v2.16.0
12:55:56 awk {print $2}
12:55:56 + REF=refs/tags/v2.16.0
12:55:56 + [ -n refs/tags/v2.16.0 ]
12:55:56 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:56 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:56 #10 45.97 Preparing to unpack .../238-libio-async-perl_0.72-1_all.deb ...
12:55:56 #10 45.98 Unpacking libio-async-perl (0.72-1) ...
12:55:56 #10 46.03 Selecting previously unselected package libio-sessiondata-perl.
12:55:56 #10 46.03 Preparing to unpack .../239-libio-sessiondata-perl_1.03-1_all.deb ...
12:55:56 #10 46.03 Unpacking libio-sessiondata-perl (1.03-1) ...
12:55:56 #10 46.06 Selecting previously unselected package libio-string-perl.
12:55:56 #10 46.06 Preparing to unpack .../240-libio-string-perl_1.08-3_all.deb ...
12:55:56 #10 46.07 Unpacking libio-string-perl (1.08-3) ...
12:55:56 #10 46.10 Selecting previously unselected package libtypes-serialiser-perl.
12:55:56 #10 46.11 Preparing to unpack .../241-libtypes-serialiser-perl_1.0-1_all.deb ...
12:55:56 #10 46.11 Unpacking libtypes-serialiser-perl (1.0-1) ...
12:55:56 #10 46.14 Selecting previously unselected package libjson-xs-perl.
12:55:56 #10 46.14 Preparing to unpack .../242-libjson-xs-perl_3.040-1+b1_armhf.deb ...
12:55:56 #10 46.14 Unpacking libjson-xs-perl (3.040-1+b1) ...
12:55:56 #10 46.18 Selecting previously unselected package liblzo2-2:armhf.
12:55:56 #10 46.19 Preparing to unpack .../243-liblzo2-2_2.10-0.1_armhf.deb ...
12:55:56 #10 46.19 Unpacking liblzo2-2:armhf (2.10-0.1) ...
12:55:56 #10 46.23 Selecting previously unselected package libkyotocabinet16v5:armhf.
12:55:56 #10 46.23 Preparing to unpack .../244-libkyotocabinet16v5_1.2.76-4.2+b1_armhf.deb ...
12:55:56 #10 46.23 Unpacking libkyotocabinet16v5:armhf (1.2.76-4.2+b1) ...
12:55:56 #10 46.29 Selecting previously unselected package liblist-compare-perl.
12:55:56 #10 46.29 Preparing to unpack .../245-liblist-compare-perl_0.53-1_all.deb ...
12:55:56 #10 46.30 Unpacking liblist-compare-perl (0.53-1) ...
12:55:56 #10 46.33 Selecting previously unselected package liblist-moreutils-perl.
12:55:56 Total:	0B
12:55:56 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:56 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:56 From https://github.com/docker/buildx
12:55:56  * [new tag]         v0.10.2    -> v0.10.2
12:55:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:55:56 Commit message: "bump compose version to v2.16.0"
12:55:56 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:56 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:56 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 32.51MB / 49.24MB 0.4s
12:55:56 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.3s done
12:55:56 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 8.39MB / 10.00MB 0.4s
12:55:56 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 42.99MB / 49.24MB 0.5s
12:55:56 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.5s
12:55:56 using credential docker-jenkins-github-credentials
12:55:56 From https://github.com/docker/buildx
12:55:56  * [new tag]         v0.10.2    -> v0.10.2
12:55:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:55:56 git init src/github.com/docker/compose
12:55:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:55:56 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:55:56 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:55:56 From https://github.com/docker/buildx
12:55:56  * [new tag]         v0.10.2    -> v0.10.2
12:55:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:55:56 From https://github.com/docker/buildx
12:55:56  * [new tag]         v0.10.2    -> v0.10.2
12:55:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:55:56 git init src/github.com/docker/compose
12:55:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:55:56 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:55:56 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:55:56 + SRC=src/github.com/docker/compose
12:55:56 + REF=v2.16.0
12:55:56 + REF_FETCH=v2.16.0
12:55:56 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:55:56 + awk {print $2}
12:55:56 Cloning the remote Git repository
12:55:56 Cloning with configured refspecs honoured and without tags
12:55:56 #10 46.34 Preparing to unpack .../246-liblist-moreutils-perl_0.416-1+b4_armhf.deb ...
12:55:56 #10 46.34 Unpacking liblist-moreutils-perl (0.416-1+b4) ...
12:55:56 #10 46.38 Selecting previously unselected package libltdl-dev:armhf.
12:55:56 #10 46.38 Preparing to unpack .../247-libltdl-dev_2.4.6-9_armhf.deb ...
12:55:56 #10 46.38 Unpacking libltdl-dev:armhf (2.4.6-9) ...
12:55:56 #10 46.42 Selecting previously unselected package libsys-hostname-long-perl.
12:55:56 #10 46.43 Preparing to unpack .../248-libsys-hostname-long-perl_1.5-1_all.deb ...
12:55:56 #10 46.43 Unpacking libsys-hostname-long-perl (1.5-1) ...
12:55:56 #10 46.46 Selecting previously unselected package libmail-sendmail-perl.
12:55:56 #10 46.46 Preparing to unpack .../249-libmail-sendmail-perl_0.80-1_all.deb ...
12:55:56 #10 46.47 Unpacking libmail-sendmail-perl (0.80-1) ...
12:55:56 #10 46.50 Selecting previously unselected package mailutils-common.
12:55:56 #10 46.50 Preparing to unpack .../250-mailutils-common_1%3a3.5-4_all.deb ...
12:55:56 #10 46.51 Unpacking mailutils-common (1:3.5-4) ...
12:55:56 + make REF=23.0 debian-bookworm
12:55:56 git init src/github.com/docker/cli
12:55:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:56 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:56 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:56 + SRC=src/github.com/docker/cli
12:55:56 + REF=23.0
12:55:56 + REF_FETCH=23.0
12:55:56 + awk {print $2}
12:55:56 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:56 + REF=refs/heads/23.0
12:55:56 + [ -n refs/heads/23.0 ]
12:55:56 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:56 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
Cloning repository https://github.com/docker/docker-ce-packaging.git
12:55:56 git init src/github.com/docker/compose
12:55:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:55:56 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:55:56 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:55:56 + SRC=src/github.com/docker/compose
12:55:56 + REF=v2.16.0
12:55:56 + REF_FETCH=v2.16.0
12:55:56 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:55:56 + awk {print $2}
12:55:57 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
12:55:57 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.5s done
12:55:57 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 14.68MB / 52.19MB 0.7s
12:55:57 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 4.19MB / 62.71MB 0.7s
12:55:57 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 25.17MB / 52.19MB 0.8s
12:55:57 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 9.54MB / 62.71MB 0.8s
12:55:57 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3
12:55:57 12:55:57 + SRC=src/github.com/docker/compose
12:55:57 + REF=v2.16.0
12:55:57 + REF_FETCH=v2.16.0
12:55:57 + awk {print $2}
12:55:57 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:55:57 + REF=refs/tags/v2.16.0
12:55:57 + [ -n refs/tags/v2.16.0 ]
12:55:57 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
git init src/github.com/docker/compose
12:55:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:55:57 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:55:57 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:55:57 + SRC=src/github.com/docker/compose
12:55:57 + REF=v2.16.0
12:55:57 + REF_FETCH=v2.16.0
12:55:57 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:55:57 + awk {print $2}
12:55:57 + REF=refs/tags/v2.16.0
12:55:57 + [ -n refs/tags/v2.16.0 ]
12:55:57 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:57 + REF=refs/tags/v2.16.0
12:55:57 + [ -n refs/tags/v2.16.0 ]
12:55:57 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:57 From https://github.com/docker/docker
12:55:57  * [new branch]      23.0       -> 23.0
12:55:57  * [new branch]      23.0       -> origin/23.0
12:55:57 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:57 From https://github.com/docker/compose
12:55:57  * [new tag]         v2.16.0    -> v2.16.0
12:55:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:55:57 git init src/github.com/docker/scan-cli-plugin
12:55:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:55:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:55:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:55:57 + SRC=src/github.com/docker/scan-cli-plugin
12:55:57 + REF=v0.23.0
12:55:57 + REF_FETCH=v0.23.0
12:55:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin+  v0.23.0
12:55:57 awk {print $2}
12:55:57 + REF=refs/tags/v0.23.0
12:55:57 + [ -n refs/tags/v0.23.0 ]
12:55:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:57 #10 46.62 Selecting previously unselected package mysql-common.
12:55:57 #10 46.62 Preparing to unpack .../251-mysql-common_5.8+1.0.5_all.deb ...
12:55:57 #10 46.63 Unpacking mysql-common (5.8+1.0.5) ...
12:55:57 #10 46.67 Selecting previously unselected package mariadb-common.
12:55:57 #10 46.68 Preparing to unpack .../252-mariadb-common_1%3a10.3.36-0+deb10u2_all.deb ...
12:55:57 #10 46.68 Unpacking mariadb-common (1:10.3.36-0+deb10u2) ...
12:55:57 #10 46.72 Selecting previously unselected package libmariadb3:armhf.
12:55:57 #10 46.72 Preparing to unpack .../253-libmariadb3_1%3a10.3.36-0+deb10u2_armhf.deb ...
12:55:57 #10 46.73 Unpacking libmariadb3:armhf (1:10.3.36-0+deb10u2) ...
12:55:57 #10 46.79 Selecting previously unselected package libpython2.7-minimal:armhf.
12:55:57 #10 46.79 Preparing to unpack .../254-libpython2.7-minimal_2.7.16-2+deb10u1_armhf.deb ...
12:55:57 #10 46.79 Unpacking libpython2.7-minimal:armhf (2.7.16-2+deb10u1) ...
12:55:57 From https://github.com/docker/buildx
12:55:57  * [new tag]         v0.10.2    -> v0.10.2
12:55:57 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:55:57 + REF=refs/tags/v2.16.0
12:55:57 + [ -n refs/tags/v2.16.0 ]
12:55:57 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:57 #9 2.063 CentOS Stream 9 - BaseOS                        4.4 MB/s | 4.7 MB     00:01    
12:55:57 From https://github.com/docker/cli
12:55:57  * [new branch]      23.0       -> 23.0
12:55:57  * [new branch]      23.0       -> origin/23.0
12:55:57 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:57 git init src/github.com/docker/docker
12:55:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:57 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:57 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:57 + SRC=src/github.com/docker/docker
12:55:57 + REF=23.0
12:55:57 + REF_FETCH=23.0
12:55:57 + awk {print $2}
12:55:57 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
[Pipeline] sh
12:55:57 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 28.91MB / 52.19MB 0.9s
12:55:57 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 25.17MB / 62.71MB 0.9s
12:55:57 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 0B / 115.17MB 0.9s
12:55:57 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 49.28MB / 52.19MB 1.1s
12:55:57 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 44.04MB / 62.71MB 1.1s
12:55:57 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 10.49MB / 115.17MB 1.1s
12:55:57 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 3.2s done
12:55:57 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600
12:55:57 #7 ...
12:55:57 
12:55:57 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:55:57 #0 0.751 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:55:57 #0 0.766 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:55:57 #0 0.766 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:55:57 #0 0.891 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
12:55:57 #0 1.064 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [218 kB]
12:55:57 #0 1.536 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
12:55:57 #0 2.103 Fetched 8510 kB in 2s (5263 kB/s)
12:55:57 #0 2.103 Reading package lists...
12:55:57 #0 2.638 Reading package lists...
12:55:57 #0 3.156 Building dependency tree...
12:55:57 #0 3.292 Reading state information...
12:55:57 #0 3.505 The following additional packages will be installed:
12:55:57 #0 3.505   autoconf automake autopoint autotools-dev binutils
12:55:57 #0 3.505   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
12:55:57 #0 3.505   bzip2 ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
12:55:57 #0 3.505   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
12:55:57 #0 3.505   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
12:55:57 #0 3.505   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
12:55:57 #0 3.505   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
12:55:57 #0 3.505   intltool-debian iso-codes less libalgorithm-diff-perl
12:55:57 #0 3.505   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
12:55:57 #0 3.505   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
12:55:57 #0 3.505   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
12:55:57 #0 3.505   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
12:55:57 #0 3.505   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
12:55:57 #0 3.505   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
12:55:57 #0 3.505   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
12:55:57 #0 3.505   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
12:55:57 #0 3.505   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
12:55:57 #0 3.505   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
12:55:57 #0 3.505   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
12:55:57 #0 3.505   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
12:55:57 #0 3.505   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
12:55:57 #0 3.505   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
12:55:57 #0 3.505   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
12:55:57 #0 3.505   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
12:55:57 #0 3.505   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
12:55:57 #0 3.505   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
12:55:57 #0 3.505   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
12:55:57 #0 3.505   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
12:55:57 #0 3.505   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
12:55:57 #0 3.505   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
12:55:57 #0 3.505   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
12:55:57 #0 3.505   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
12:55:57 #0 3.505   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
12:55:57 #0 3.505   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:55:57 #0 3.505   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:55:57 #0 3.505   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:55:57 #0 3.505   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
12:55:57 #0 3.505   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
12:55:57 #0 3.505   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
12:55:57 #0 3.505   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
12:55:57 #0 3.505   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
12:55:57 #0 3.505   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
12:55:57 #0 3.505   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
12:55:57 #0 3.505   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
12:55:57 #0 3.505   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
12:55:57 #0 3.505   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
12:55:57 #0 3.505   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
12:55:57 #0 3.505   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
12:55:57 #0 3.505   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
12:55:57 #0 3.505   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
12:55:57 #0 3.505   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
12:55:57 #0 3.505   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
12:55:57 #0 3.505   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
12:55:57 #0 3.505   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:55:57 #0 3.505   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
12:55:57 #0 3.505   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
12:55:57 #0 3.505   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
12:55:57 #0 3.505   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
12:55:57 #0 3.505   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
12:55:57 #0 3.505   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:55:57 #0 3.505   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
12:55:57 #0 3.505   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:55:57 #0 3.505   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
12:55:57 #0 3.505   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
12:55:57 #0 3.505   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:55:57 #0 3.505   libstring-shellquote-perl libsub-exporter-perl
12:55:57 #0 3.505   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:55:57 #0 3.505   libsub-name-perl libsub-override-perl libsub-quote-perl
12:55:57 #0 3.505   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
12:55:57 #0 3.505   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
12:55:57 #0 3.505   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
12:55:57 #0 3.505   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
12:55:57 #0 3.505   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
12:55:57 #0 3.505   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
12:55:57 #0 3.505   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
12:55:57 #0 3.505   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
12:55:57 #0 3.505   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
12:55:57 #0 3.505   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
12:55:57 #0 3.505   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
12:55:57 #0 3.505   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
12:55:57 #0 3.505   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
12:55:57 #0 3.505   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
12:55:57 #0 3.505   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
12:55:57 #0 3.505   python3 python3-apt python3-certifi python3-chardet python3-debian
12:55:57 #0 3.505   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
12:55:57 #0 3.505   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:55:57 #0 3.505   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
12:55:57 #0 3.505   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
12:55:57 #0 3.505 Suggested packages:
12:55:57 #0 3.505   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
12:55:57 #0 3.505   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
12:55:57 #0 3.505   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
12:55:57 #0 3.505   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
12:55:57 #0 3.505   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:55:57 #0 3.505   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
12:55:57 #0 3.505   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
12:55:57 #0 3.505   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
12:55:57 #0 3.505   gcc-10-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
12:55:57 #0 3.505   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
12:55:57 #0 3.505   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
12:55:57 #0 3.505   xloadimage scdaemon groff isoquery lrzip libdigest-hmac-perl libgssapi-perl
12:55:57 #0 3.505   glibc-doc bzr libgd-tools gdbm-l10n gpm libtool-doc libcrypt-ssleay-perl
12:55:57 #0 3.505   uuid libscalar-number-perl libsasl2-modules-gssapi-mit
12:55:57 #0 3.505   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
12:55:57 #0 3.505   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
12:55:57 #0 3.505   libnet-jabber-perl libstdc++-10-doc libbareword-filehandles-perl
12:55:57 #0 3.505   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
12:55:57 #0 3.505   gcj-jdk libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
12:55:57 #0 3.505   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
12:55:57 #0 3.505   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
12:55:57 #0 3.505   diffutils-doc perl-doc libterm-readline-gnu-perl
12:55:57 #0 3.505   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
12:55:57 #0 3.505   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
12:55:57 #0 3.505   python-apt-doc python3-setuptools python3-cryptography python3-openssl
12:55:57 #0 3.505   python3-socks python-requests-doc python3.9-venv python3.9-doc
12:55:57 #0 3.505   binfmt-support readline-doc zip wdiff-doc
12:55:57 #0 5.048 The following NEW packages will be installed:
12:55:57 #0 5.048   autoconf automake autopoint autotools-dev binutils
12:55:57 #0 5.048   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
12:55:57 #0 5.048   bzip2 ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
12:55:57 #0 5.048   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
12:55:57 #0 5.048   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
12:55:57 #0 5.048   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
12:55:57 #0 5.048   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
12:55:57 #0 5.048   gpgconf gpgsm groff-base intltool-debian iso-codes less
12:55:57 #0 5.048   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:55:57 #0 5.048   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:55:57 #0 5.048   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
12:55:57 #0 5.048   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
12:55:57 #0 5.048   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
12:55:57 #0 5.048   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
12:55:57 #0 5.048   libclass-inspector-perl libclass-method-modifiers-perl
12:55:57 #0 5.048   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:55:57 #0 5.048   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
12:55:57 #0 5.048   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
12:55:57 #0 5.048   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
12:55:57 #0 5.048   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
12:55:57 #0 5.048   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
12:55:57 #0 5.048   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
12:55:57 #0 5.048   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
12:55:57 #0 5.048   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
12:55:57 #0 5.048   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
12:55:57 #0 5.048   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
12:55:57 #0 5.048   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
12:55:57 #0 5.048   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
12:55:57 #0 5.048   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
12:55:57 #0 5.048   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
12:55:57 #0 5.048   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
12:55:57 #0 5.048   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
12:55:57 #0 5.048   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
12:55:57 #0 5.048   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:55:57 #0 5.048   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:55:57 #0 5.048   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:55:57 #0 5.048   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
12:55:57 #0 5.048   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
12:55:57 #0 5.048   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
12:55:57 #0 5.048   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
12:55:57 #0 5.048   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
12:55:57 #0 5.052   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
12:55:57 #0 5.052   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
12:55:57 #0 5.052   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
12:55:57 #0 5.052   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
12:55:57 #0 5.052   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
12:55:57 #0 5.052   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
12:55:57 #0 5.052   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
12:55:57 #0 5.052   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
12:55:57 #0 5.052   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
12:55:57 #0 5.052   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
12:55:57 #0 5.052   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
12:55:57 #0 5.052   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
12:55:57 #0 5.052   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:55:57 #0 5.052   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
12:55:57 #0 5.052   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
12:55:57 #0 5.052   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
12:55:57 #0 5.052   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
12:55:57 #0 5.052   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
12:55:57 #0 5.052   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:55:57 #0 5.052   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
12:55:57 #0 5.052   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:55:57 #0 5.052   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
12:55:57 #0 5.052   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
12:55:57 #0 5.052   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:55:57 #0 5.052   libstring-shellquote-perl libsub-exporter-perl
12:55:57 #0 5.052   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:55:57 #0 5.052   libsub-name-perl libsub-override-perl libsub-quote-perl
12:55:57 #0 5.052   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
12:55:57 #0 5.052   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
12:55:57 #0 5.052   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
12:55:57 #0 5.052   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
12:55:57 #0 5.052   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
12:55:57 #0 5.052   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
12:55:57 #0 5.052   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
12:55:57 #0 5.052   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
12:55:57 #0 5.052   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
12:55:57 #0 5.052   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
12:55:57 #0 5.052   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
12:55:57 #0 5.052   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
12:55:57 #0 5.052   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
12:55:57 #0 5.052   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
12:55:57 #0 5.052   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
12:55:57 #0 5.052   python3 python3-apt python3-certifi python3-chardet python3-debian
12:55:57 #0 5.052   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
12:55:57 #0 5.052   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:55:57 #0 5.052   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
12:55:57 #0 5.052   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
12:55:57 #0 5.334 0 upgraded, 382 newly installed, 0 to remove and 1 not upgraded.
12:55:57 #0 5.334 Need to get 168 MB of archives.
12:55:57 #0 5.334 After this operation, 549 MB of additional disk space will be used.
12:55:57 #0 5.334 Get:1 http://deb.debian.org/debian bullseye/main arm64 bsdextrautils arm64 2.36.1-8+deb11u1 [142 kB]
12:55:57 #0 5.344 Get:2 http://deb.debian.org/debian bullseye/main arm64 libuchardet0 arm64 0.0.7-1 [67.9 kB]
12:55:57 #0 5.346 Get:3 http://deb.debian.org/debian bullseye/main arm64 groff-base arm64 1.22.4-6 [883 kB]
12:55:57 #0 5.352 Get:4 http://deb.debian.org/debian bullseye/main arm64 libgdbm6 arm64 1.19-2 [64.0 kB]
12:55:57 #0 5.352 Get:5 http://deb.debian.org/debian bullseye/main arm64 libpipeline1 arm64 1.5.3-1 [33.0 kB]
12:55:57 #0 5.357 Get:6 http://deb.debian.org/debian bullseye/main arm64 man-db arm64 2.9.4-2 [1336 kB]
12:55:57 #0 5.360 Get:7 http://deb.debian.org/debian bullseye/main arm64 perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
12:55:57 #0 5.375 Get:8 http://deb.debian.org/debian bullseye/main arm64 libgdbm-compat4 arm64 1.19-2 [44.6 kB]
12:55:57 #0 5.376 Get:9 http://deb.debian.org/debian bullseye/main arm64 libperl5.32 arm64 5.32.1-4+deb11u2 [3911 kB]
12:55:57 #0 5.406 Get:10 http://deb.debian.org/debian bullseye/main arm64 perl arm64 5.32.1-4+deb11u2 [293 kB]
12:55:57 #0 5.406 Get:11 http://deb.debian.org/debian bullseye/main arm64 liblocale-gettext-perl arm64 1.07-4+b1 [18.9 kB]
12:55:57 #0 5.406 Get:12 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-minimal arm64 3.9.2-1 [797 kB]
12:55:57 #0 5.409 Get:13 http://deb.debian.org/debian bullseye/main arm64 libexpat1 arm64 2.2.10-2+deb11u5 [84.1 kB]
12:55:57 #0 5.410 Get:14 http://deb.debian.org/debian bullseye/main arm64 python3.9-minimal arm64 3.9.2-1 [1884 kB]
12:55:57 #0 5.436 Get:15 http://deb.debian.org/debian bullseye/main arm64 python3-minimal arm64 3.9.2-3 [38.2 kB]
12:55:57 #0 5.436 Get:16 http://deb.debian.org/debian bullseye/main arm64 media-types all 4.0.0 [30.3 kB]
12:55:57 #0 5.436 Get:17 http://deb.debian.org/debian bullseye/main arm64 libmpdec3 arm64 2.5.1-1 [84.4 kB]
12:55:57 #0 5.436 Get:18 http://deb.debian.org/debian bullseye/main arm64 libncursesw6 arm64 6.2+20201114-2 [121 kB]
12:55:57 #0 5.436 Get:19 http://deb.debian.org/debian bullseye/main arm64 readline-common all 8.1-1 [73.7 kB]
12:55:57 #0 5.436 Get:20 http://deb.debian.org/debian bullseye/main arm64 libreadline8 arm64 8.1-1 [160 kB]
12:55:57 #0 5.436 Get:21 http://deb.debian.org/debian bullseye/main arm64 libsqlite3-0 arm64 3.34.1-3 [750 kB]
12:55:57 #0 5.438 Get:22 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-stdlib arm64 3.9.2-1 [1658 kB]
12:55:57 #0 5.445 Get:23 http://deb.debian.org/debian bullseye/main arm64 python3.9 arm64 3.9.2-1 [466 kB]
12:55:57 #0 5.448 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpython3-stdlib arm64 3.9.2-3 [21.4 kB]
12:55:57 #0 5.449 Get:25 http://deb.debian.org/debian bullseye/main arm64 python3 arm64 3.9.2-3 [37.9 kB]
12:55:57 #0 5.450 Get:26 http://deb.debian.org/debian bullseye/main arm64 less arm64 551-2 [129 kB]
12:55:57 #0 5.451 Get:27 http://deb.debian.org/debian bullseye/main arm64 netbase all 6.3 [19.9 kB]
12:55:57 #0 5.452 Get:28 http://deb.debian.org/debian bullseye/main arm64 sensible-utils all 0.0.14 [14.8 kB]
12:55:57 #0 5.452 Get:29 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
12:55:57 #0 5.453 Get:30 http://deb.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u4 [831 kB]
12:55:57 #0 5.455 Get:31 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
12:55:57 #0 5.457 Get:32 http://deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
12:55:57 #0 5.459 Get:33 http://deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
12:55:57 #0 5.469 Get:34 http://deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
12:55:57 #0 5.471 Get:35 http://deb.debian.org/debian bullseye/main arm64 gettext-base arm64 0.21-4 [173 kB]
12:55:57 #0 5.472 Get:36 http://deb.debian.org/debian bullseye/main arm64 manpages all 5.10-1 [1412 kB]
12:55:57 #0 5.483 Get:37 http://deb.debian.org/debian bullseye/main arm64 libmd0 arm64 1.0.3-3 [27.9 kB]
12:55:57 #0 5.483 Get:38 http://deb.debian.org/debian bullseye/main arm64 libbsd0 arm64 0.11.3-1 [106 kB]
12:55:57 #0 5.483 Get:39 http://deb.debian.org/debian bullseye/main arm64 libedit2 arm64 3.1-20191231-2+b1 [92.1 kB]
12:55:57 #0 5.484 Get:40 http://deb.debian.org/debian bullseye/main arm64 libcbor0 arm64 0.5.0+dfsg-2 [20.1 kB]
12:55:57 #0 5.484 Get:41 http://deb.debian.org/debian bullseye/main arm64 libfido2-1 arm64 1.6.0-2 [50.2 kB]
12:55:57 #0 5.485 Get:42 http://deb.debian.org/debian bullseye/main arm64 openssh-client arm64 1:8.4p1-5+deb11u1 [893 kB]
12:55:57 #0 5.489 Get:43 http://deb.debian.org/debian bullseye/main arm64 ucf all 3.0043 [74.0 kB]
12:55:57 #0 5.490 Get:44 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
12:55:57 #0 5.492 Get:45 http://deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
12:55:57 #0 5.492 Get:46 http://deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
12:55:57 #0 5.493 Get:47 http://deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
12:55:57 #0 5.499 Get:48 http://deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
12:55:57 #0 5.500 Get:49 http://deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
12:55:57 #0 5.520 Get:50 http://deb.debian.org/debian bullseye/main arm64 autopoint all 0.21-4 [510 kB]
12:55:57 #0 5.520 Get:51 http://deb.debian.org/debian bullseye/main arm64 binutils-common arm64 2.35.2-2 [2220 kB]
12:55:57 #0 5.530 Get:52 http://deb.debian.org/debian bullseye/main arm64 libbinutils arm64 2.35.2-2 [599 kB]
12:55:57 #0 5.536 Get:53 http://deb.debian.org/debian bullseye/main arm64 libctf-nobfd0 arm64 2.35.2-2 [108 kB]
12:55:57 #0 5.538 Get:54 http://deb.debian.org/debian bullseye/main arm64 libctf0 arm64 2.35.2-2 [51.0 kB]
12:55:57 #0 5.538 Get:55 http://deb.debian.org/debian bullseye/main arm64 binutils-aarch64-linux-gnu arm64 2.35.2-2 [2472 kB]
12:55:57 #0 5.556 Get:56 http://deb.debian.org/debian bullseye/main arm64 binutils arm64 2.35.2-2 [61.2 kB]
12:55:57 #0 5.560 Get:57 http://deb.debian.org/debian bullseye/main arm64 libc-dev-bin arm64 2.31-13+deb11u5 [272 kB]
12:55:57 #0 5.560 Get:58 http://deb.debian.org/debian-security bullseye-security/main arm64 linux-libc-dev arm64 5.10.162-1 [1556 kB]
12:55:57 #0 5.564 Get:59 http://deb.debian.org/debian bullseye/main arm64 libcrypt-dev arm64 1:4.4.18-4 [108 kB]
12:55:57 #0 5.565 Get:60 http://deb.debian.org/debian bullseye/main arm64 libtirpc-dev arm64 1.3.1-1+deb11u1 [193 kB]
12:55:57 #0 5.567 Get:61 http://deb.debian.org/debian bullseye/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB]
12:55:57 #0 5.568 Get:62 http://deb.debian.org/debian bullseye/main arm64 libc6-dev arm64 2.31-13+deb11u5 [2030 kB]
12:55:57 #0 5.580 Get:63 http://deb.debian.org/debian bullseye/main arm64 libisl23 arm64 0.23-1 [590 kB]
12:55:57 #0 5.584 Get:64 http://deb.debian.org/debian bullseye/main arm64 libmpfr6 arm64 4.1.0-3 [829 kB]
12:55:57 #0 5.589 Get:65 http://deb.debian.org/debian bullseye/main arm64 libmpc3 arm64 1.2.0-1 [43.2 kB]
12:55:57 #0 5.590 Get:66 http://deb.debian.org/debian bullseye/main arm64 cpp-10 arm64 10.2.1-6 [7756 kB]
12:55:57 #0 5.643 Get:67 http://deb.debian.org/debian bullseye/main arm64 cpp arm64 4:10.2.1-1 [19.7 kB]
12:55:57 #0 5.643 Get:68 http://deb.debian.org/debian bullseye/main arm64 libcc1-0 arm64 10.2.1-6 [45.1 kB]
12:55:57 #0 5.643 Get:69 http://deb.debian.org/debian bullseye/main arm64 libgomp1 arm64 10.2.1-6 [91.6 kB]
12:55:57 #0 5.643 Get:70 http://deb.debian.org/debian bullseye/main arm64 libitm1 arm64 10.2.1-6 [23.8 kB]
12:55:57 #0 5.643 Get:71 http://deb.debian.org/debian bullseye/main arm64 libatomic1 arm64 10.2.1-6 [9468 B]
12:55:57 #0 5.643 Get:72 http://deb.debian.org/debian bullseye/main arm64 libasan6 arm64 10.2.1-6 [2002 kB]
12:55:57 #0 5.656 Get:73 http://deb.debian.org/debian bullseye/main arm64 liblsan0 arm64 10.2.1-6 [794 kB]
12:55:57 #0 5.661 Get:74 http://deb.debian.org/debian bullseye/main arm64 libtsan0 arm64 10.2.1-6 [1957 kB]
12:55:57 #0 5.685 Get:75 http://deb.debian.org/debian bullseye/main arm64 libubsan1 arm64 10.2.1-6 [759 kB]
12:55:57 #0 5.689 Get:76 http://deb.debian.org/debian bullseye/main arm64 libgcc-10-dev arm64 10.2.1-6 [876 kB]
12:55:57 #0 5.695 Get:77 http://deb.debian.org/debian bullseye/main arm64 gcc-10 arm64 10.2.1-6 [15.4 MB]
12:55:57 #0 5.937 Get:78 http://deb.debian.org/debian bullseye/main arm64 gcc arm64 4:10.2.1-1 [5208 B]
12:55:57 #0 5.944 Get:79 http://deb.debian.org/debian bullseye/main arm64 libstdc++-10-dev arm64 10.2.1-6 [1704 kB]
12:55:57 #0 5.968 Get:80 http://deb.debian.org/debian bullseye/main arm64 g++-10 arm64 10.2.1-6 [8557 kB]
12:55:57 #0 6.094 Get:81 http://deb.debian.org/debian bullseye/main arm64 g++ arm64 4:10.2.1-1 [1628 B]
12:55:57 #0 6.109 Get:82 http://deb.debian.org/debian bullseye/main arm64 make arm64 4.3-4.1 [391 kB]
12:55:57 #0 6.109 Get:83 http://deb.debian.org/debian bullseye/main arm64 libdpkg-perl all 1.20.12 [1551 kB]
12:55:57 #0 6.115 Get:84 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
12:55:57 #0 6.115 Get:85 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
12:55:57 #0 6.129 Get:86 http://deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
12:55:57 #0 6.129 Get:87 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
12:55:57 #0 6.131 Get:88 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
12:55:57 #0 6.133 Get:89 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
12:55:57 #0 6.133 Get:90 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
12:55:57 #0 6.135 Get:91 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
12:55:57 #0 6.135 Get:92 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
12:55:57 #0 6.135 Get:93 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
12:55:57 #0 6.136 Get:94 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
12:55:57 #0 6.137 Get:95 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u5 [325 kB]
12:55:57 #0 6.138 Get:96 http://deb.debian.org/debian-security bullseye-security/main arm64 curl arm64 7.74.0-1.3+deb11u5 [265 kB]
12:55:57 #0 6.139 Get:97 http://deb.debian.org/debian bullseye/main arm64 dctrl-tools arm64 2.24-3 [101 kB]
12:55:57 #0 6.140 Get:98 http://deb.debian.org/debian bullseye/main arm64 libdebhelper-perl all 13.3.4 [189 kB]
12:55:57 #0 6.142 Get:99 http://deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
12:55:57 #0 6.144 Get:100 http://deb.debian.org/debian bullseye/main arm64 dh-autoreconf all 20 [17.1 kB]
12:55:57 #0 6.145 Get:101 http://deb.debian.org/debian bullseye/main arm64 libarchive-zip-perl all 1.68-1 [104 kB]
12:55:57 #0 6.147 Get:102 http://deb.debian.org/debian bullseye/main arm64 libsub-override-perl all 0.09-2 [10.2 kB]
12:55:57 #0 6.147 Get:103 http://deb.debian.org/debian bullseye/main arm64 libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
12:55:57 #0 6.149 Get:104 http://deb.debian.org/debian bullseye/main arm64 dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
12:55:57 #0 6.149 Get:105 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
12:55:57 #0 6.152 Get:106 http://deb.debian.org/debian bullseye/main arm64 dwz arm64 0.13+20210201-1 [155 kB]
12:55:57 #0 6.154 Get:107 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
12:55:57 #0 6.306 Get:108 http://deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u3 [630 kB]
12:55:57 #0 6.315 Get:109 http://deb.debian.org/debian bullseye/main arm64 gettext arm64 0.21-4 [1261 kB]
12:55:57 #0 6.316 Get:110 http://deb.debian.org/debian bullseye/main arm64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
12:55:57 #0 6.317 Get:111 http://deb.debian.org/debian bullseye/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
12:55:57 #0 6.319 Get:112 http://deb.debian.org/debian bullseye/main arm64 debhelper all 13.3.4 [1049 kB]
12:55:57 #0 6.326 Get:113 http://deb.debian.org/debian bullseye/main arm64 debian-keyring all 2021.07.26 [31.1 MB]
12:55:57 #0 7.098 Get:114 http://deb.debian.org/debian bullseye/main arm64 libfakeroot arm64 1.25.3-1.1 [47.9 kB]
12:55:57 #0 7.099 Get:115 http://deb.debian.org/debian bullseye/main arm64 fakeroot arm64 1.25.3-1.1 [86.8 kB]
12:55:57 #0 7.100 Get:116 http://deb.debian.org/debian bullseye/main arm64 libassuan0 arm64 2.5.3-7.1 [48.0 kB]
12:55:57 #0 7.103 Get:117 http://deb.debian.org/debian bullseye/main arm64 gpgconf arm64 2.2.27-2+deb11u2 [540 kB]
12:55:57 #0 7.109 Get:118 http://deb.debian.org/debian-security bullseye-security/main arm64 libksba8 arm64 1.5.0-3+deb11u2 [115 kB]
12:55:57 #0 7.114 Get:119 http://deb.debian.org/debian bullseye/main arm64 libnpth0 arm64 1.6-3 [18.6 kB]
12:55:57 #0 7.119 Get:120 http://deb.debian.org/debian bullseye/main arm64 dirmngr arm64 2.2.27-2+deb11u2 [743 kB]
12:55:57 #0 7.125 Get:121 http://deb.debian.org/debian bullseye/main arm64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
12:55:57 #0 7.133 Get:122 http://deb.debian.org/debian bullseye/main arm64 gnupg-utils arm64 2.2.27-2+deb11u2 [864 kB]
12:55:57 #0 7.136 Get:123 http://deb.debian.org/debian bullseye/main arm64 gpg arm64 2.2.27-2+deb11u2 [884 kB]
12:55:57 #0 7.141 Get:124 http://deb.debian.org/debian bullseye/main arm64 pinentry-curses arm64 1.1.0-4 [63.0 kB]
12:55:57 #0 7.157 Get:125 http://deb.debian.org/debian bullseye/main arm64 gpg-agent arm64 2.2.27-2+deb11u2 [651 kB]
12:55:57 #0 7.167 Get:126 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-client arm64 2.2.27-2+deb11u2 [517 kB]
12:55:57 #0 7.173 Get:127 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-server arm64 2.2.27-2+deb11u2 [510 kB]
12:55:57 #0 7.173 Get:128 http://deb.debian.org/debian bullseye/main arm64 gpgsm arm64 2.2.27-2+deb11u2 [627 kB]
12:55:57 #0 7.179 Get:129 http://deb.debian.org/debian bullseye/main arm64 gnupg all 2.2.27-2+deb11u2 [825 kB]
12:55:57 #0 7.184 Get:130 http://deb.debian.org/debian bullseye/main arm64 libfile-dirlist-perl all 0.05-2 [7444 B]
12:55:57 #0 7.185 Get:131 http://deb.debian.org/debian bullseye/main arm64 libfile-which-perl all 1.23-1 [16.6 kB]
12:55:57 #0 7.186 Get:132 http://deb.debian.org/debian bullseye/main arm64 libfile-homedir-perl all 1.006-1 [43.8 kB]
12:55:57 #0 7.187 Get:133 http://deb.debian.org/debian bullseye/main arm64 libfile-touch-perl all 0.11-1 [9254 B]
12:55:57 #0 7.197 Get:134 http://deb.debian.org/debian bullseye/main arm64 libio-pty-perl arm64 1:1.15-2 [36.0 kB]
12:55:57 #0 7.200 Get:135 http://deb.debian.org/debian bullseye/main arm64 libipc-run-perl all 20200505.0-1 [102 kB]
12:55:57 #0 7.200 Get:136 http://deb.debian.org/debian bullseye/main arm64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
12:55:57 #0 7.200 Get:137 http://deb.debian.org/debian bullseye/main arm64 libb-hooks-op-check-perl arm64 0.22-1+b3 [11.2 kB]
12:55:57 #0 7.200 Get:138 http://deb.debian.org/debian bullseye/main arm64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
12:55:57 #0 7.202 Get:139 http://deb.debian.org/debian bullseye/main arm64 libdevel-callchecker-perl arm64 0.008-1+b2 [15.8 kB]
12:55:57 #0 7.202 Get:140 http://deb.debian.org/debian bullseye/main arm64 libparams-classify-perl arm64 0.015-1+b3 [25.5 kB]
12:55:57 #0 7.202 Get:141 http://deb.debian.org/debian bullseye/main arm64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
12:55:57 #0 7.202 Get:142 http://deb.debian.org/debian bullseye/main arm64 libimport-into-perl all 1.002005-1 [11.6 kB]
12:55:57 #0 7.203 Get:143 http://deb.debian.org/debian bullseye/main arm64 librole-tiny-perl all 2.002004-1 [21.4 kB]
12:55:57 #0 7.204 Get:144 http://deb.debian.org/debian bullseye/main arm64 libstrictures-perl all 2.000006-1 [18.6 kB]
12:55:57 #0 7.208 Get:145 http://deb.debian.org/debian bullseye/main arm64 libsub-quote-perl all 2.006006-1 [21.0 kB]
12:55:57 #0 7.221 Get:146 http://deb.debian.org/debian bullseye/main arm64 libmoo-perl all 2.004004-1 [59.9 kB]
12:55:57 #0 7.221 Get:147 http://deb.debian.org/debian bullseye/main arm64 libencode-locale-perl all 1.05-1.1 [13.2 kB]
12:55:57 #0 7.222 Get:148 http://deb.debian.org/debian bullseye/main arm64 libtimedate-perl all 2.3300-2 [39.3 kB]
12:55:57 #0 7.222 Get:149 http://deb.debian.org/debian bullseye/main arm64 libhttp-date-perl all 6.05-1 [10.4 kB]
12:55:57 #0 7.224 Get:150 http://deb.debian.org/debian bullseye/main arm64 libfile-listing-perl all 6.14-1 [12.4 kB]
12:55:57 #0 7.224 Get:151 http://deb.debian.org/debian bullseye/main arm64 libhtml-tagset-perl all 3.20-4 [13.0 kB]
12:55:57 #0 7.226 Get:152 http://deb.debian.org/debian bullseye/main arm64 liburi-perl all 5.08-1 [90.6 kB]
12:55:57 #0 7.226 Get:153 http://deb.debian.org/debian bullseye/main arm64 libhtml-parser-perl arm64 3.75-1+b1 [103 kB]
12:55:57 #0 7.235 Get:154 http://deb.debian.org/debian bullseye/main arm64 libhtml-tree-perl all 5.07-2 [213 kB]
12:55:57 #0 7.235 Get:155 http://deb.debian.org/debian bullseye/main arm64 libio-html-perl all 1.004-2 [16.1 kB]
12:55:57 #0 7.235 Get:156 http://deb.debian.org/debian bullseye/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
12:55:57 #0 7.235 Get:157 http://deb.debian.org/debian bullseye/main arm64 libhttp-message-perl all 6.28-1 [79.6 kB]
12:55:57 #0 7.235 Get:158 http://deb.debian.org/debian bullseye/main arm64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
12:55:57 #0 7.235 Get:159 http://deb.debian.org/debian bullseye/main arm64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
12:55:57 #0 7.235 Get:160 http://deb.debian.org/debian bullseye/main arm64 perl-openssl-defaults arm64 5 [7360 B]
12:55:57 #0 7.235 Get:161 http://deb.debian.org/debian bullseye/main arm64 libnet-ssleay-perl arm64 1.88-3+b1 [316 kB]
12:55:57 #0 7.237 Get:162 http://deb.debian.org/debian bullseye/main arm64 libio-socket-ssl-perl all 2.069-1 [215 kB]
12:55:57 #0 7.239 Get:163 http://deb.debian.org/debian bullseye/main arm64 libnet-http-perl all 6.20-1 [25.1 kB]
12:55:57 #0 7.244 Get:164 http://deb.debian.org/debian bullseye/main arm64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
12:55:57 #0 7.244 Get:165 http://deb.debian.org/debian bullseye/main arm64 libtry-tiny-perl all 0.30-1 [23.3 kB]
12:55:57 #0 7.244 Get:166 http://deb.debian.org/debian bullseye/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
12:55:57 #0 7.244 Get:167 http://deb.debian.org/debian bullseye/main arm64 libwww-perl all 6.52-1 [192 kB]
12:55:57 #0 7.244 Get:168 http://deb.debian.org/debian bullseye/main arm64 patchutils arm64 0.4.2-1 [73.5 kB]
12:55:57 #0 7.245 Get:169 http://deb.debian.org/debian bullseye/main arm64 wdiff arm64 1.2.2-2+b1 [121 kB]
12:55:57 #0 7.252 Get:170 http://deb.debian.org/debian bullseye/main arm64 devscripts arm64 2.21.3+deb11u1 [1092 kB]
12:55:57 #0 7.261 Get:171 http://deb.debian.org/debian bullseye/main arm64 diffstat arm64 1.64-1 [34.6 kB]
12:55:57 #0 7.268 Get:172 http://deb.debian.org/debian bullseye/main arm64 distro-info-data all 0.51+deb11u3 [7812 B]
12:55:57 #0 7.270 Get:173 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
12:55:57 #0 7.277 Get:174 http://deb.debian.org/debian bullseye/main arm64 python3-chardet all 4.0.0-1 [99.0 kB]
12:55:57 #0 7.277 Get:175 http://deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
12:55:57 #0 7.277 Get:176 http://deb.debian.org/debian bullseye/main arm64 python3-debian all 0.1.39 [80.1 kB]
12:55:57 #0 7.277 Get:177 http://deb.debian.org/debian bullseye/main arm64 libgpgme11 arm64 1.14.0-1+b2 [267 kB]
12:55:57 #0 7.277 Get:178 http://deb.debian.org/debian bullseye/main arm64 python3-gpg arm64 1.14.0-1+b2 [324 kB]
12:55:57 #0 7.277 Get:179 http://deb.debian.org/debian bullseye/main arm64 dput all 1.1.0 [56.5 kB]
12:55:57 #0 7.291 Get:180 http://deb.debian.org/debian bullseye/main arm64 equivs all 2.3.1 [22.7 kB]
12:55:57 #0 7.297 Get:181 http://deb.debian.org/debian bullseye/main arm64 fonts-dejavu-core all 2.37-2 [1069 kB]
12:55:57 #0 7.308 Get:182 http://deb.debian.org/debian bullseye/main arm64 fontconfig-config all 2.13.1-4.2 [281 kB]
12:55:57 #0 7.308 Get:183 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl3-gnutls arm64 7.74.0-1.3+deb11u5 [321 kB]
12:55:57 #0 7.313 Get:184 http://deb.debian.org/debian bullseye/main arm64 liberror-perl all 0.17029-1 [31.0 kB]
12:55:57 #0 7.314 Get:185 http://deb.debian.org/debian-security bullseye-security/main arm64 git-man all 1:2.30.2-1+deb11u1 [1829 kB]
12:55:57 #0 7.332 Get:186 http://deb.debian.org/debian-security bullseye-security/main arm64 git arm64 1:2.30.2-1+deb11u1 [5431 kB]
12:55:57 #10 7.366 Get:187 http://deb.debian.org/debian bullseye/main arm64 iso-codes all 4.6.0-1 [2824 kB]
12:55:57 #10 7.382 Get:188 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
12:55:57 #10 7.384 Get:189 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6+b1 [11.7 kB]
12:55:57 #10 7.385 Get:190 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
12:55:57 #10 7.385 Get:191 http://deb.debian.org/debian bullseye/main arm64 libaliased-perl all 0.34-1.1 [14.1 kB]
12:55:57 #10 7.387 Get:192 http://deb.debian.org/debian bullseye/main arm64 libapt-pkg-perl arm64 0.1.39 [69.4 kB]
12:55:57 #10 7.387 Get:193 http://deb.debian.org/debian bullseye/main arm64 libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
12:55:57 #10 7.390 Get:194 http://deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
12:55:57 #10 7.391 Get:195 http://deb.debian.org/debian bullseye/main arm64 libarray-intspan-perl all 2.004-1 [25.5 kB]
12:55:57 #10 7.393 Get:196 http://deb.debian.org/debian bullseye/main arm64 libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
12:55:57 #10 7.393 Get:197 http://deb.debian.org/debian bullseye/main arm64 libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
12:55:57 #10 7.394 Get:198 http://deb.debian.org/debian bullseye/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
12:55:57 #10 7.396 Get:199 http://deb.debian.org/debian bullseye/main arm64 libvariable-magic-perl arm64 0.62-1+b3 [44.2 kB]
12:55:57 #10 7.396 Get:200 http://deb.debian.org/debian bullseye/main arm64 libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
12:55:57 #10 7.397 Get:201 http://deb.debian.org/debian bullseye/main arm64 libpng16-16 arm64 1.6.37-3 [289 kB]
12:55:57 #10 7.399 Get:202 http://deb.debian.org/debian bullseye/main arm64 libfreetype6 arm64 2.10.4+dfsg-1+deb11u1 [393 kB]
12:55:57 #10 7.403 Get:203 http://deb.debian.org/debian bullseye/main arm64 libfontconfig1 arm64 2.13.1-4.2 [344 kB]
12:55:57 #10 7.404 Get:204 http://deb.debian.org/debian bullseye/main arm64 libjpeg62-turbo arm64 1:2.0.6-4 [133 kB]
12:55:57 #10 7.422 Get:205 http://deb.debian.org/debian bullseye/main arm64 libdeflate0 arm64 1.7-1 [47.7 kB]
12:55:57 #10 7.422 Get:206 http://deb.debian.org/debian bullseye/main arm64 libjbig0 arm64 2.1-3.1+b2 [27.8 kB]
12:55:57 #10 7.422 Get:207 http://deb.debian.org/debian bullseye/main arm64 libwebp6 arm64 0.6.1-2.1 [244 kB]
12:55:57 #10 7.424 Get:208 http://deb.debian.org/debian-security bullseye-security/main arm64 libtiff5 arm64 4.2.0-1+deb11u3 [277 kB]
12:55:57 #10 7.425 Get:209 http://deb.debian.org/debian bullseye/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB]
12:55:57 #10 7.428 Get:210 http://deb.debian.org/debian bullseye/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
12:55:57 #10 7.429 Get:211 http://deb.debian.org/debian bullseye/main arm64 libxcb1 arm64 1.14-3 [138 kB]
12:55:57 #10 7.430 Get:212 http://deb.debian.org/debian bullseye/main arm64 libx11-data all 2:1.7.2-1 [311 kB]
12:55:57 #10 7.433 Get:213 http://deb.debian.org/debian bullseye/main arm64 libx11-6 arm64 2:1.7.2-1 [748 kB]
12:55:57 #10 7.439 Get:214 http://deb.debian.org/debian bullseye/main arm64 libxpm4 arm64 1:3.5.12-1 [43.9 kB]
12:55:57 #10 7.448 Get:215 http://deb.debian.org/debian bullseye/main arm64 libgd3 arm64 2.3.0-2 [127 kB]
12:55:57 #10 7.450 Get:216 http://deb.debian.org/debian bullseye/main arm64 libc-devtools arm64 2.31-13+deb11u5 [245 kB]
12:55:57 #10 7.459 Get:217 http://deb.debian.org/debian bullseye/main arm64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
12:55:57 #10 7.463 Get:218 http://deb.debian.org/debian bullseye/main arm64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
12:55:57 #10 7.464 Get:219 http://deb.debian.org/debian bullseye/main arm64 libclass-inspector-perl all 1.36-1 [19.6 kB]
12:55:57 #10 7.465 Get:220 http://deb.debian.org/debian bullseye/main arm64 libclass-xsaccessor-perl arm64 1.19-3+b7 [36.9 kB]
12:55:57 #10 7.466 Get:221 http://deb.debian.org/debian bullseye/main arm64 libclone-perl arm64 0.45-1+b1 [15.3 kB]
12:55:57 #10 7.467 Get:222 http://deb.debian.org/debian bullseye/main arm64 libcommon-sense-perl arm64 3.75-1+b4 [24.6 kB]
12:55:57 #10 7.467 Get:223 http://deb.debian.org/debian bullseye/main arm64 libconfig-tiny-perl all 2.26-1 [16.5 kB]
12:55:57 #10 7.469 Get:224 http://deb.debian.org/debian bullseye/main arm64 libparams-util-perl arm64 1.102-1+b1 [25.3 kB]
12:55:57 #10 7.470 Get:225 http://deb.debian.org/debian bullseye/main arm64 libsub-install-perl all 0.928-1.1 [10.8 kB]
12:55:57 #10 7.471 Get:226 http://deb.debian.org/debian bullseye/main arm64 libdata-optlist-perl all 0.110-1.1 [10.8 kB]
12:55:57 #10 7.472 Get:227 http://deb.debian.org/debian bullseye/main arm64 libsub-exporter-perl all 0.987-1 [47.2 kB]
12:55:57 #10 7.473 Get:228 http://deb.debian.org/debian bullseye/main arm64 libconst-fast-perl all 0.014-1.1 [8552 B]
12:55:57 #10 7.473 Get:229 http://deb.debian.org/debian bullseye/main arm64 libwant-perl arm64 0.29-1+b6 [28.4 kB]
12:55:57 #10 7.474 Get:230 http://deb.debian.org/debian bullseye/main arm64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
12:55:57 #10 7.474 Get:231 http://deb.debian.org/debian bullseye/main arm64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
12:55:57 #10 7.475 Get:232 http://deb.debian.org/debian bullseye/main arm64 libcpanel-json-xs-perl arm64 4.25-1+b1 [127 kB]
12:55:57 #10 7.477 Get:233 http://deb.debian.org/debian bullseye/main arm64 libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
12:55:57 #10 7.478 Get:234 http://deb.debian.org/debian bullseye/main arm64 libexception-class-perl all 1.44-1 [32.3 kB]
12:55:57 #10 7.480 Get:235 http://deb.debian.org/debian bullseye/main arm64 libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
12:55:57 #10 7.481 Get:236 http://deb.debian.org/debian bullseye/main arm64 libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
12:55:57 #10 7.482 Get:237 http://deb.debian.org/debian bullseye/main arm64 libexporter-tiny-perl all 1.002002-1 [37.8 kB]
12:55:57 #10 7.483 Get:238 http://deb.debian.org/debian bullseye/main arm64 liblist-moreutils-xs-perl arm64 0.430-2 [36.8 kB]
12:55:57 #10 7.484 Get:239 http://deb.debian.org/debian bullseye/main arm64 liblist-moreutils-perl all 0.430-2 [46.9 kB]
12:55:57 #10 7.486 Get:240 http://deb.debian.org/debian bullseye/main arm64 libdata-dpath-perl all 0.58-1 [43.5 kB]
12:55:57 #10 7.487 Get:241 http://deb.debian.org/debian bullseye/main arm64 libdata-dump-perl all 1.23-1.1 [27.6 kB]
12:55:57 #10 7.488 Get:242 http://deb.debian.org/debian bullseye/main arm64 libdata-messagepack-perl arm64 1.00-4+b1 [37.6 kB]
12:55:57 #10 7.489 Get:243 http://deb.debian.org/debian bullseye/main arm64 libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
12:55:57 #10 7.490 Get:244 http://deb.debian.org/debian bullseye/main arm64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
12:55:57 #10 7.491 Get:245 http://deb.debian.org/debian bullseye/main arm64 libdevel-size-perl arm64 0.83-1+b2 [25.8 kB]
12:55:57 #10 7.493 Get:246 http://deb.debian.org/debian bullseye/main arm64 libdistro-info-perl all 1.0 [7480 B]
12:55:57 #10 7.494 Get:247 http://deb.debian.org/debian bullseye/main arm64 libemail-address-xs-perl arm64 1.04-1+b3 [26.7 kB]
12:55:57 #10 7.495 Get:248 http://deb.debian.org/debian bullseye/main arm64 libfcgi0ldbl arm64 2.4.2-2 [25.3 kB]
12:55:57 #10 7.497 Get:249 http://deb.debian.org/debian bullseye/main arm64 libfcgi-bin arm64 2.4.2-2 [12.5 kB]
12:55:57 #10 7.498 Get:250 http://deb.debian.org/debian bullseye/main arm64 libfcgi-perl arm64 0.79+ds-2 [27.1 kB]
12:55:57 #10 7.499 Get:251 http://deb.debian.org/debian bullseye/main arm64 libipc-system-simple-perl all 1.30-1 [28.2 kB]
12:55:57 #10 7.499 Get:252 http://deb.debian.org/debian bullseye/main arm64 libfile-basedir-perl all 0.08-1 [17.7 kB]
12:55:57 #10 7.500 Get:253 http://deb.debian.org/debian bullseye/main arm64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
12:55:57 #10 7.501 Get:254 http://deb.debian.org/debian bullseye/main arm64 libfile-fcntllock-perl arm64 0.22-3+b7 [35.4 kB]
12:55:57 #10 7.502 Get:255 http://deb.debian.org/debian bullseye/main arm64 libnumber-compare-perl all 0.03-1.1 [6956 B]
12:55:57 #10 7.503 Get:256 http://deb.debian.org/debian bullseye/main arm64 libtext-glob-perl all 0.11-1 [8888 B]
12:55:57 #10 7.505 Get:257 http://deb.debian.org/debian bullseye/main arm64 libfile-find-rule-perl all 0.34-1 [30.6 kB]
12:55:57 #10 7.505 Get:258 http://deb.debian.org/debian bullseye/main arm64 libfont-afm-perl all 1.20-3 [14.0 kB]
12:55:57 #10 7.506 Get:259 http://deb.debian.org/debian bullseye/main arm64 libio-string-perl all 1.08-3.1 [11.8 kB]
12:55:57 #10 7.507 Get:260 http://deb.debian.org/debian bullseye/main arm64 libfont-ttf-perl all 1.06-1.1 [318 kB]
12:55:57 #10 7.510 Get:261 http://deb.debian.org/debian bullseye/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB]
12:55:57 #10 7.512 Get:262 http://deb.debian.org/debian bullseye/main arm64 libparams-validate-perl arm64 1.30-1+b1 [66.2 kB]
12:55:57 #10 7.513 Get:263 http://deb.debian.org/debian bullseye/main arm64 libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
12:55:57 #10 7.513 Get:264 http://deb.debian.org/debian bullseye/main arm64 libsort-versions-perl all 1.62-1 [11.0 kB]
12:55:57 #10 7.514 Get:265 http://deb.debian.org/debian bullseye/main arm64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
12:55:57 #10 7.515 Get:266 http://deb.debian.org/debian bullseye/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
12:55:57 #10 7.517 Get:267 http://deb.debian.org/debian bullseye/main arm64 libio-prompter-perl all 0.004015-1 [60.4 kB]
12:55:57 #10 7.518 Get:268 http://deb.debian.org/debian bullseye/main arm64 libjson-perl all 4.03000-1 [88.6 kB]
12:55:57 #10 7.520 Get:269 http://deb.debian.org/debian bullseye/main arm64 liblog-any-perl all 1.709-1 [73.5 kB]
12:55:57 #10 7.521 Get:270 http://deb.debian.org/debian bullseye/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
12:55:57 #10 7.524 Get:271 http://deb.debian.org/debian bullseye/main arm64 libpackage-stash-perl all 0.39-1 [21.9 kB]
12:55:57 #10 7.537 Get:272 http://deb.debian.org/debian bullseye/main arm64 libsub-identify-perl arm64 0.14-1+b3 [11.9 kB]
12:55:57 #10 7.539 Get:273 http://deb.debian.org/debian bullseye/main arm64 libsub-name-perl arm64 0.26-1+b1 [13.5 kB]
12:55:57 #10 7.539 Get:274 http://deb.debian.org/debian bullseye/main arm64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
12:55:57 #10 7.541 Get:275 http://deb.debian.org/debian bullseye/main arm64 libpath-tiny-perl all 0.118-1 [53.5 kB]
12:55:57 #10 7.541 Get:276 http://deb.debian.org/debian bullseye/main arm64 libtype-tiny-perl all 1.012001-2 [351 kB]
12:55:57 #10 7.543 Get:277 http://deb.debian.org/debian bullseye/main arm64 libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
12:55:57 #10 7.544 Get:278 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-0 arm64 2.66.8-1 [1286 kB]
12:55:57 #10 7.557 Get:279 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
12:55:57 From https://github.com/docker/compose
12:55:57  * [new tag]         v2.16.0    -> v2.16.0
12:55:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:55:57 From https://github.com/docker/compose
12:55:57  * [new tag]         v2.16.0    -> v2.16.0
12:55:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:57 git init src/github.com/docker/buildx
12:55:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:57 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:57 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:57 + SRC=src/github.com/docker/buildx
12:55:57 + REF=v0.10.2
12:55:57 + REF_FETCH=v0.10.2
12:55:57 + git -C+  src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:57 awk {print $2}
12:55:57 + REF=refs/tags/v0.10.2
12:55:57 + [ -n refs/tags/v0.10.2 ]
12:55:57 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:57 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:57 From https://github.com/docker/scan-cli-plugin
12:55:57  * [new tag]         v0.23.0    -> v0.23.0
12:55:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:55:57 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 fedora-36
12:55:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:57 mkdir -p rpmbuild/SOURCES
12:55:57 docker run --rm -w /v \
12:55:57 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:55:57 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:55:57 	alpine \
12:55:57 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:55:57 #10 46.91 Selecting previously unselected package libpython2.7-stdlib:armhf.
12:55:57 #10 46.92 Preparing to unpack .../255-libpython2.7-stdlib_2.7.16-2+deb10u1_armhf.deb ...
12:55:57 #10 46.92 Unpacking libpython2.7-stdlib:armhf (2.7.16-2+deb10u1) ...
12:55:57 #10 47.15 Selecting previously unselected package libpython2.7:armhf.
12:55:57 Fetching without tags
12:55:57 git init src/github.com/docker/compose
12:55:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:55:57 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:55:57 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:55:57 + SRC=src/github.com/docker/compose
12:55:57 + REF=v2.16.0
12:55:57 + REF_FETCH=v2.16.0
12:55:57 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:55:57 + awk {print $2}
12:55:57 + REF=refs/tags/v2.16.0
12:55:57 + [ -n refs/tags/v2.16.0 ]
12:55:57 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:57 + REF=refs/heads/23.0
12:55:57 + [ -n refs/heads/23.0 ]
12:55:57 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:57 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:57 #9 ...
12:55:57 
12:55:57 #10 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:55:57 #10 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:55:57 #10 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
12:55:57 #10 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.2s done
12:55:57 #10 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:55:57 #10 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
12:55:57 #10 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
12:55:57 #10 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.4s done
12:55:57 #10 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.0s done
12:55:57 #10 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.4s done
12:55:57 #10 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 3.2s done
12:55:57 #10 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.2s done
12:55:57 #10 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.1s done
12:55:57 #10 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.3s done
12:55:57 #10 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.4s done
12:55:57 #10 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 1.7s done
12:55:57 #10 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 1.8s done
12:55:57 #10 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 1.2s
12:55:57 From https://github.com/docker/docker
12:55:57  * [new branch]      23.0       -> 23.0
12:55:57  * [new branch]      23.0       -> origin/23.0
12:55:57 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:57 + make clean
12:55:57 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:57 rm -f -r src
12:55:57 make -C rpm clean
12:55:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:57 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:57 rm -f -r rpmbuild/
12:55:57 docker builder prune -f --filter until=24h
12:55:57 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.2s done
12:55:57 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 53.48MB / 62.71MB 1.2s
12:55:57 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 17.83MB / 115.17MB 1.2s
12:55:57 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 0B / 155B 1.2s
12:55:57 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.3s
12:55:57 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 35.99MB / 115.17MB 1.3s
12:55:57 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.2s done
12:55:57 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.3s done
12:55:57 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 54.53MB / 115.17MB 1.5s
12:55:57 git init src/github.com/docker/scan-cli-plugin
12:55:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:55:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:55:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:55:57 + SRC=src/github.com/docker/scan-cli-plugin
12:55:57 + REF=v0.23.0
12:55:57 + REF_FETCH=v0.23.0
12:55:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:55:57 + awk {print $2}
12:55:57 + REF=refs/tags/v0.23.0
12:55:57 + [ -n refs/tags/v0.23.0 ]
12:55:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:57 git init src/github.com/docker/scan-cli-plugin
12:55:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:55:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:55:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:55:57 + SRC=src/github.com/docker/scan-cli-plugin
12:55:57 + REF=v0.23.0
12:55:57 + REF_FETCH=v0.23.0
12:55:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:55:57 + awk {print $2}
12:55:57 + REF=refs/tags/v0.23.0
12:55:57 + [ -n refs/tags/v0.23.0 ]
12:55:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:57 #10 7.571 Get:280 http://deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
12:55:57 #10 7.573 Get:281 http://deb.debian.org/debian bullseye/main arm64 libhash-fieldhash-perl arm64 0.15-1+b3 [17.6 kB]
12:55:57 #10 7.575 Get:282 http://deb.debian.org/debian bullseye/main arm64 libhtml-form-perl all 6.07-1 [22.9 kB]
12:55:57 #10 7.576 Get:283 http://deb.debian.org/debian bullseye/main arm64 libhtml-format-perl all 2.12-1.1 [43.8 kB]
12:55:57 #10 7.578 Get:284 http://deb.debian.org/debian bullseye/main arm64 libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
12:55:57 #10 7.580 Get:285 http://deb.debian.org/debian bullseye/main arm64 libhttp-daemon-perl all 6.12-1+deb11u1 [23.4 kB]
12:55:57 #10 7.580 Get:286 http://deb.debian.org/debian bullseye/main arm64 libio-sessiondata-perl all 1.03-1.1 [5984 B]
12:55:57 #10 7.581 Get:287 http://deb.debian.org/debian bullseye/main arm64 libipc-run3-perl all 0.048-2 [34.2 kB]
12:55:57 #10 7.583 Get:288 http://deb.debian.org/debian bullseye/main arm64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
12:55:57 #10 7.584 Get:289 http://deb.debian.org/debian bullseye/main arm64 libjson-xs-perl arm64 4.030-1+b1 [93.7 kB]
12:55:57 #10 7.585 Get:290 http://deb.debian.org/debian bullseye/main arm64 libjson-maybexs-perl all 1.004003-1 [13.1 kB]
12:55:57 #10 7.586 Get:291 http://deb.debian.org/debian bullseye/main arm64 libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB]
12:55:57 #10 7.588 Get:292 http://deb.debian.org/debian bullseye/main arm64 liblist-compare-perl all 0.55-1 [66.9 kB]
12:55:57 #10 7.589 Get:293 http://deb.debian.org/debian bullseye/main arm64 liblist-someutils-perl all 0.58-1 [36.5 kB]
12:55:57 #10 7.590 Get:294 http://deb.debian.org/debian bullseye/main arm64 liblist-someutils-xs-perl arm64 0.58-2+b1 [31.1 kB]
12:55:57 #10 7.591 Get:295 http://deb.debian.org/debian bullseye/main arm64 liblist-utilsby-perl all 0.11-1 [15.4 kB]
12:55:57 #10 7.593 Get:296 http://deb.debian.org/debian bullseye/main arm64 libltdl7 arm64 2.4.6-15 [390 kB]
12:55:57 #10 7.598 Get:297 http://deb.debian.org/debian bullseye/main arm64 libltdl-dev arm64 2.4.6-15 [162 kB]
12:55:57 #10 7.601 Get:298 http://deb.debian.org/debian bullseye/main arm64 liblzo2-2 arm64 2.10-2 [51.8 kB]
12:55:57 #10 7.602 Get:299 http://deb.debian.org/debian bullseye/main arm64 libsys-hostname-long-perl all 1.5-2 [11.8 kB]
12:55:57 #10 7.603 Get:300 http://deb.debian.org/debian bullseye/main arm64 libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
12:55:57 #10 7.605 Get:301 http://deb.debian.org/debian bullseye/main arm64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
12:55:57 #10 7.606 Get:302 http://deb.debian.org/debian bullseye/main arm64 libmailtools-perl all 2.21-1 [95.5 kB]
12:55:57 #10 7.608 Get:303 http://deb.debian.org/debian bullseye/main arm64 libmarkdown2 arm64 2.2.6-1 [34.3 kB]
12:55:57 #10 7.609 Get:304 http://deb.debian.org/debian bullseye/main arm64 libmime-tools-perl all 5.509-1 [212 kB]
12:55:57 #10 7.611 Get:305 http://deb.debian.org/debian bullseye/main arm64 libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
12:55:57 #10 7.611 Get:306 http://deb.debian.org/debian bullseye/main arm64 libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
12:55:57 #10 7.612 Get:307 http://deb.debian.org/debian bullseye/main arm64 libobject-id-perl all 0.1.2-2.1 [16.7 kB]
12:55:57 #10 7.613 Get:308 http://deb.debian.org/debian bullseye/main arm64 libmoox-struct-perl all 0.020-1 [25.4 kB]
12:55:57 #10 7.613 Get:309 http://deb.debian.org/debian bullseye/main arm64 libmouse-perl arm64 2.5.10-1+b1 [170 kB]
12:55:57 #10 7.615 Get:310 http://deb.debian.org/debian bullseye/main arm64 libnumber-range-perl all 0.12-1.1 [8688 B]
12:55:57 #10 7.617 Get:311 http://deb.debian.org/debian bullseye/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b9 [41.8 kB]
12:55:57 #10 7.618 Get:312 http://deb.debian.org/debian bullseye/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b9 [28.5 kB]
12:55:57 #10 7.619 Get:313 http://deb.debian.org/debian bullseye/main arm64 libpackage-stash-xs-perl arm64 0.29-1+b2 [19.7 kB]
12:55:57 #10 7.620 Get:314 http://deb.debian.org/debian bullseye/main arm64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
12:55:57 #10 7.621 Get:315 http://deb.debian.org/debian bullseye/main arm64 libperlio-gzip-perl arm64 0.19-1+b7 [17.0 kB]
12:55:57 #10 7.623 Get:316 http://deb.debian.org/debian bullseye/main arm64 libpod-parser-perl all 1.63-2 [96.1 kB]
12:55:57 #10 7.624 Get:317 http://deb.debian.org/debian bullseye/main arm64 libpod-constants-perl all 0.19-2 [17.3 kB]
12:55:57 #10 7.625 Get:318 http://deb.debian.org/debian bullseye/main arm64 libproc-processtable-perl arm64 0.59-2+b1 [45.7 kB]
12:55:57 #10 7.627 Get:319 http://deb.debian.org/debian bullseye/main arm64 libre2-9 arm64 20210201+dfsg-1 [151 kB]
12:55:57 #10 7.628 Get:320 http://deb.debian.org/debian bullseye/main arm64 libre-engine-re2-perl arm64 0.14-1 [17.7 kB]
12:55:57 #10 7.629 Get:321 http://deb.debian.org/debian bullseye/main arm64 libreadonly-perl all 2.050-3 [23.1 kB]
12:55:57 #10 7.633 Get:322 http://deb.debian.org/debian bullseye/main arm64 libref-util-perl all 0.204-1 [17.1 kB]
12:55:57 #10 7.633 Get:323 http://deb.debian.org/debian bullseye/main arm64 libref-util-xs-perl arm64 0.117-1+b3 [13.5 kB]
12:55:57 #10 7.634 Get:324 http://deb.debian.org/debian bullseye/main arm64 libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
12:55:57 #10 7.637 Get:325 http://deb.debian.org/debian bullseye/main arm64 libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
12:55:57 #10 7.640 Get:326 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules arm64 2.1.27+dfsg-2.1+deb11u1 [101 kB]
12:55:57 #10 7.643 Get:327 http://deb.debian.org/debian bullseye/main arm64 libsereal-decoder-perl arm64 4.018+ds-1+b1 [95.3 kB]
12:55:57 #10 7.644 Get:328 http://deb.debian.org/debian bullseye/main arm64 libsereal-encoder-perl arm64 4.018+ds-1+b1 [98.3 kB]
12:55:57 #10 7.645 Get:329 http://deb.debian.org/debian bullseye/main arm64 libtask-weaken-perl all 1.06-1 [9252 B]
12:55:57 #10 7.646 Get:330 http://deb.debian.org/debian bullseye/main arm64 libxml-parser-perl arm64 2.46-2 [205 kB]
12:55:57 #10 7.651 Get:331 http://deb.debian.org/debian bullseye/main arm64 libsoap-lite-perl all 1.27-1 [258 kB]
12:55:57 #10 7.653 Get:332 http://deb.debian.org/debian bullseye/main arm64 libsort-key-perl arm64 1.33-2+b3 [36.1 kB]
12:55:57 #10 7.654 Get:333 http://deb.debian.org/debian bullseye/main arm64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
12:55:57 #10 7.654 Get:334 http://deb.debian.org/debian bullseye/main arm64 libstring-escape-perl all 2010.002-2 [19.1 kB]
12:55:57 #10 7.655 Get:335 http://deb.debian.org/debian bullseye/main arm64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
12:55:57 #10 7.656 Get:336 http://deb.debian.org/debian bullseye/main arm64 libsys-cpuaffinity-perl arm64 1.13~03-1 [33.5 kB]
12:55:57 #10 7.658 Get:337 http://deb.debian.org/debian bullseye/main arm64 libterm-readkey-perl arm64 2.38-1+b2 [27.3 kB]
12:55:57 #10 7.658 Get:338 http://deb.debian.org/debian bullseye/main arm64 libtext-levenshteinxs-perl arm64 0.03-4+b8 [8680 B]
12:55:57 #10 7.658 Get:339 http://deb.debian.org/debian bullseye/main arm64 libtext-markdown-discount-perl arm64 0.12-1+b1 [12.9 kB]
12:55:57 #10 7.659 Get:340 http://deb.debian.org/debian bullseye/main arm64 libtext-xslate-perl arm64 3.5.8-1+b1 [195 kB]
12:55:57 #10 7.662 Get:341 http://deb.debian.org/debian bullseye/main arm64 libtime-duration-perl all 1.21-1 [13.7 kB]
12:55:57 #10 7.663 Get:342 http://deb.debian.org/debian bullseye/main arm64 libtime-moment-perl arm64 0.44-1+b3 [75.1 kB]
12:55:57 #10 7.664 Get:343 http://deb.debian.org/debian bullseye/main arm64 libtype-tiny-xs-perl arm64 0.022-1 [24.8 kB]
12:55:57 #10 7.666 Get:344 http://deb.debian.org/debian bullseye/main arm64 libunicode-utf8-perl arm64 0.62-1+b2 [19.8 kB]
12:55:57 #10 7.667 Get:345 http://deb.debian.org/debian bullseye/main arm64 libxdelta2 arm64 1.1.3-9.3 [45.6 kB]
12:55:57 #10 7.668 Get:346 http://deb.debian.org/debian bullseye/main arm64 libxext6 arm64 2:1.3.3-1.1 [51.6 kB]
12:55:57 #10 7.671 Get:347 http://deb.debian.org/debian bullseye/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
12:55:57 #10 7.672 Get:348 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
12:55:57 #10 7.674 Get:349 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
12:55:57 #10 7.676 Get:350 http://deb.debian.org/debian bullseye/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-2+b1 [326 kB]
12:55:57 #10 7.678 Get:351 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
12:55:57 #10 7.679 Get:352 http://deb.debian.org/debian bullseye/main arm64 libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
12:55:57 #10 7.680 Get:353 http://deb.debian.org/debian bullseye/main arm64 libxmuu1 arm64 2:1.1.2-2+b3 [24.1 kB]
12:55:57 #10 7.681 Get:354 http://deb.debian.org/debian bullseye/main arm64 libyaml-0-2 arm64 0.2.2-1 [45.1 kB]
12:55:57 #10 7.691 Get:355 http://deb.debian.org/debian bullseye/main arm64 libyaml-libyaml-perl arm64 0.82+repack-1+b1 [34.5 kB]
12:55:57 #10 7.692 Get:356 http://deb.debian.org/debian bullseye/main arm64 licensecheck all 3.1.1-2 [50.0 kB]
12:55:57 #10 7.704 Get:357 http://deb.debian.org/debian bullseye/main arm64 lzip arm64 1.22-3 [84.7 kB]
12:55:57 #10 7.705 Get:358 http://deb.debian.org/debian bullseye/main arm64 lzop arm64 1.04-2 [82.8 kB]
12:55:57 #10 7.706 Get:359 http://deb.debian.org/debian bullseye/main arm64 t1utils arm64 1.41-4 [59.8 kB]
12:55:57 #10 7.708 Get:360 http://deb.debian.org/debian bullseye/main arm64 unzip arm64 6.0-26+deb11u1 [165 kB]
12:55:57 #10 7.709 Get:361 http://deb.debian.org/debian bullseye/main arm64 lintian all 2.104.0 [1265 kB]
12:55:57 #10 7.716 Get:362 http://deb.debian.org/debian bullseye/main arm64 lsb-release all 11.1.0 [27.9 kB]
12:55:57 #10 7.717 Get:363 http://deb.debian.org/debian bullseye/main arm64 manpages-dev all 5.10-1 [2309 kB]
12:55:57 #10 7.727 Get:364 http://deb.debian.org/debian bullseye/main arm64 pbzip2 arm64 1.1.13-1 [43.5 kB]
12:55:57 #10 7.728 Get:365 http://deb.debian.org/debian bullseye/main arm64 pixz arm64 1.0.7-1 [20.2 kB]
12:55:57 #10 7.728 Get:366 http://deb.debian.org/debian bullseye/main arm64 xdelta arm64 1.1.3-9.3 [25.8 kB]
12:55:57 #10 7.729 Get:367 http://deb.debian.org/debian bullseye/main arm64 xdelta3 arm64 3.0.11-dfsg-1+b1 [59.7 kB]
12:55:57 #10 7.730 Get:368 http://deb.debian.org/debian bullseye/main arm64 pristine-tar arm64 1.49 [115 kB]
12:55:57 #10 7.731 Get:369 http://deb.debian.org/debian bullseye/main arm64 publicsuffix all 20220811.1734-0+deb11u1 [127 kB]
12:55:57 #10 7.732 Get:370 http://deb.debian.org/debian bullseye/main arm64 python-apt-common all 2.2.1 [96.5 kB]
12:55:57 #10 7.733 Get:371 http://deb.debian.org/debian bullseye/main arm64 python3-apt arm64 2.2.1 [183 kB]
12:55:57 #10 7.734 Get:372 http://deb.debian.org/debian bullseye/main arm64 python3-certifi all 2020.6.20-1 [151 kB]
12:55:57 #10 7.735 Get:373 http://deb.debian.org/debian bullseye/main arm64 python3-idna all 2.10-1 [37.4 kB]
12:55:57 #10 7.736 Get:374 http://deb.debian.org/debian bullseye/main arm64 python3-magic all 2:0.4.20-3 [13.4 kB]
12:55:57 #10 7.737 Get:375 http://deb.debian.org/debian bullseye/main arm64 python3-urllib3 all 1.26.5-1~exp1 [114 kB]
12:55:57 #10 7.737 Get:376 http://deb.debian.org/debian bullseye/main arm64 python3-requests all 2.25.1+dfsg-2 [69.3 kB]
12:55:57 #10 7.738 Get:377 http://deb.debian.org/debian bullseye/main arm64 python3-unidiff all 0.5.5-2 [9604 B]
12:55:57 #10 7.739 Get:378 http://deb.debian.org/debian bullseye/main arm64 python3-xdg all 0.27-2 [41.8 kB]
12:55:57 #10 7.739 Get:379 http://deb.debian.org/debian bullseye/main arm64 shared-mime-info arm64 2.0-1 [700 kB]
12:55:57 #10 7.743 Get:380 http://deb.debian.org/debian bullseye/main arm64 strace arm64 5.10-1 [994 kB]
12:55:57 #10 7.747 Get:381 http://deb.debian.org/debian bullseye/main arm64 xauth arm64 1:1.1-1 [40.0 kB]
12:55:57 #10 7.748 Get:382 http://deb.debian.org/debian bullseye/main arm64 xdg-user-dirs arm64 0.17-2 [53.2 kB]
12:55:57 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:57 From https://github.com/docker/docker
12:55:57  * [new branch]      23.0       -> 23.0
12:55:57  * [new branch]      23.0       -> origin/23.0
12:55:57 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:57 From https://github.com/docker/compose
12:55:57  * [new tag]         v2.16.0    -> v2.16.0
12:55:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:55:57 git init src/github.com/docker/scan-cli-plugin
12:55:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:55:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:55:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:55:57 + SRC=src/github.com/docker/scan-cli-plugin
12:55:57 + REF=v0.23.0
12:55:57 + REF_FETCH=v0.23.0
12:55:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:55:57 + awk {print $2}
12:55:57 + REF=refs/tags/v0.23.0
12:55:57 + [ -n refs/tags/v0.23.0 ]
12:55:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:57 From https://github.com/docker/docker
12:55:57  * [new branch]      23.0       -> 23.0
12:55:57  * [new branch]      23.0       -> origin/23.0
12:55:57 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
12:55:57 Unable to find image 'alpine:latest' locally
12:55:57 Commit message: "bump compose version to v2.16.0"
12:55:57 #10 47.15 Preparing to unpack .../256-libpython2.7_2.7.16-2+deb10u1_armhf.deb ...
12:55:57 #10 47.16 Unpacking libpython2.7:armhf (2.7.16-2+deb10u1) ...
12:55:57 #10 47.27 Selecting previously unselected package libmailutils5:armhf.
12:55:57 #10 47.27 Preparing to unpack .../257-libmailutils5_1%3a3.5-4_armhf.deb ...
12:55:57 #10 47.27 Unpacking libmailutils5:armhf (1:3.5-4) ...
12:55:57 #10 47.34 Selecting previously unselected package libmime-tools-perl.
12:55:57 #10 47.34 Preparing to unpack .../258-libmime-tools-perl_5.509-1_all.deb ...
12:55:57 #10 47.35 Unpacking libmime-tools-perl (5.509-1) ...
12:55:57 #10 47.39 Selecting previously unselected package libnet-dns-sec-perl.
12:55:57 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:57 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:55:57 From https://github.com/docker/compose
12:55:57  * [new tag]         v2.16.0    -> v2.16.0
12:55:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:55:57 git init src/github.com/docker/scan-cli-plugin
12:55:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:55:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:55:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:55:57 + SRC=src/github.com/docker/scan-cli-plugin
12:55:57 + REF=v0.23.0
12:55:57 + REF_FETCH=v0.23.0
12:55:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0+ 
12:55:57 awk {print $2}
12:55:57 + REF=refs/tags/v0.23.0
12:55:57 + [ -n refs/tags/v0.23.0 ]
12:55:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:57 git init src/github.com/docker/buildx
12:55:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:57 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:57 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:57 + SRC=src/github.com/docker/buildx
12:55:57 + REF=v0.10.2
12:55:57 + REF_FETCH=v0.10.2
12:55:57 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:57 + awk {print $2}
12:55:57 + REF=refs/tags/v0.10.2
12:55:57 + [ -n refs/tags/v0.10.2 ]
12:55:57 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:57 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:57 Total:	0B
12:55:57 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:57 make -C deb clean
12:55:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:57 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:57 rm -f -r debbuild
12:55:57 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:57 rm -f -r sources
12:55:57 docker builder prune -f --filter until=24h
12:55:57 Total:	0B
12:55:57 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:57 make -C static clean
12:55:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:57 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:57 rm -f -r build
12:55:57 docker builder prune -f --filter until=24h
12:55:57 From https://github.com/docker/docker
12:55:57  * [new branch]      23.0       -> 23.0
12:55:57  * [new branch]      23.0       -> origin/23.0
12:55:57 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:57 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 67.11MB / 115.17MB 1.6s
12:55:57 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 77.59MB / 115.17MB 1.7s
12:55:57 From https://github.com/docker/scan-cli-plugin
12:55:57  * [new tag]         v0.23.0    -> v0.23.0
12:55:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:55:57 for p in static-linux; do \
12:55:57 	make -C static VERSION=0.0.1-dev GO_VERSION=1.19.5 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
12:55:57 done
12:55:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:57 cd /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a docker buildx bake --set binary.platform= --set binary.args.CGO_ENABLED= binary
12:55:57 From https://github.com/docker/scan-cli-plugin
12:55:57  * [new tag]         v0.23.0    -> v0.23.0
12:55:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:55:57 for p in cross-win; do \
12:55:57 	make -C static VERSION=0.0.1-dev GO_VERSION=1.19.5 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
12:55:57 done
12:55:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:57 cd /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker && docker buildx build --target binary --build-arg VERSION=0.0.0-20230206193855-ab4ef4a --build-arg DOCKER_GITCOMMIT=1141704 --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg PLATFORM  --platform windows/amd64 --output "./bundles/cross/win" .
12:55:57 #10 7.968 debconf: delaying package configuration, since apt-utils is not installed
12:55:57 #10 7.988 Fetched 168 MB in 3s (62.5 MB/s)
12:55:57 From https://github.com/docker/cli
12:55:57  * [new branch]      23.0       -> 23.0
12:55:57  * [new branch]      23.0       -> origin/23.0
12:55:57 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:57 git init src/github.com/docker/docker
12:55:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:57 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:57 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:57 + SRC=src/github.com/docker/docker
12:55:57 + REF=23.0
12:55:57 + REF_FETCH=23.0
12:55:57 + awk {print $2}
12:55:57 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:57 git init src/github.com/docker/buildx
12:55:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:57 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:57 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:57 From https://github.com/docker/docker
12:55:57  * [new branch]      23.0       -> 23.0
12:55:57  * [new branch]      23.0       -> origin/23.0
12:55:57 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:57 From https://github.com/docker/docker
12:55:57  * [new branch]      23.0       -> 23.0
12:55:57  * [new branch]      23.0       -> origin/23.0
12:55:57 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:57 From https://github.com/docker/scan-cli-plugin
12:55:57  * [new tag]         v0.23.0    -> v0.23.0
12:55:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:55:57 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-bionic
12:55:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:57 mkdir -p sources
12:55:57 docker run --rm -w /v \
12:55:57 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:55:57 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:55:57 	alpine \
12:55:57 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:55:57 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.4s done
12:55:57 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2
12:55:57 latest: Pulling from library/alpine
12:55:57 a9eaa45ef418: Pulling fs layer
12:55:57 a9eaa45ef418: Verifying Checksum
12:55:57 a9eaa45ef418: Download complete
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:57 #10 47.39 Preparing to unpack .../259-libnet-dns-sec-perl_1.11-1_armhf.deb ...
12:55:57 #10 47.40 Unpacking libnet-dns-sec-perl (1.11-1) ...
12:55:57 #10 47.43 Selecting previously unselected package libnet-libidn-perl.
12:55:57 #10 47.44 Preparing to unpack .../260-libnet-libidn-perl_0.12.ds-3+b1_armhf.deb ...
12:55:57 #10 47.44 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ...
12:55:57 #10 47.47 Selecting previously unselected package libnumber-compare-perl.
12:55:57 #10 47.48 Preparing to unpack .../261-libnumber-compare-perl_0.03-1_all.deb ...
12:55:57 #10 47.48 Unpacking libnumber-compare-perl (0.03-1) ...
12:55:57 #10 47.50 Selecting previously unselected package libnumber-range-perl.
12:55:57 #10 47.51 Preparing to unpack .../262-libnumber-range-perl_0.12-1_all.deb ...
12:55:57 #10 47.51 Unpacking libnumber-range-perl (0.12-1) ...
12:55:57 #10 47.56 Selecting previously unselected package libossp-uuid16:armhf.
12:55:57 #10 47.56 Preparing to unpack .../263-libossp-uuid16_1.6.2-1.5+b7_armhf.deb ...
12:55:57 #10 47.56 Unpacking libossp-uuid16:armhf (1.6.2-1.5+b7) ...
12:55:57 #10 47.60 Selecting previously unselected package libossp-uuid-perl.
12:55:57 #10 47.60 Preparing to unpack .../264-libossp-uuid-perl_1.6.2-1.5+b7_armhf.deb ...
12:55:57 #10 47.61 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ...
12:55:57 Fetching without tags
12:55:57 From https://github.com/docker/docker
12:55:57  * [new branch]      23.0       -> 23.0
12:55:57  * [new branch]      23.0       -> origin/23.0
12:55:57 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:58 From https://github.com/docker/compose
12:55:58  * [new tag]         v2.16.0    -> v2.16.0
12:55:58 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:55:58 git init src/github.com/docker/scan-cli-plugin
12:55:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:55:58 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:55:58 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:55:58 + SRC=src/github.com/docker/scan-cli-plugin
12:55:58 + REF=v0.23.0
12:55:58 + REF_FETCH=v0.23.0
12:55:58 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:55:58 + awk {print $2}
12:55:58 + REF=refs/tags/v0.23.0
12:55:58 + [ -n refs/tags/v0.23.0 ]
12:55:58 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:58 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
12:55:58 From https://github.com/docker/scan-cli-plugin
12:55:58  * [new tag]         v0.23.0    -> v0.23.0
12:55:58 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:55:58 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 fedora-37
12:55:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:58 mkdir -p rpmbuild/SOURCES
12:55:58 docker run --rm -w /v \
12:55:58 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:55:58 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:55:58 	alpine \
12:55:58 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:55:58 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
12:55:58 Total:	0B
12:55:58 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:58 git init src/github.com/docker/buildx
12:55:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:58 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:58 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
[Pipeline] sh
12:55:58 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 84.34MB / 115.17MB 1.8s
12:55:58 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 106.95MB / 115.17MB 2.0s
12:55:58 #1 [internal] load build definition from Dockerfile
12:55:58 #1 transferring dockerfile: 5.47kB done
12:55:58 #1 DONE 0.0s
12:55:58 
12:55:58 #2 [internal] load .dockerignore
12:55:58 #2 transferring context: 263B done
12:55:58 #2 DONE 0.1s
12:55:58 
12:55:58 #3 resolve image config for docker.io/docker/dockerfile:1
12:55:58 #1 [internal] load .dockerignore
12:55:58 #1 transferring context: 113B done
12:55:58 #1 DONE 0.0s
12:55:58 
12:55:58 #2 [internal] load build definition from Dockerfile
12:55:58 #2 transferring dockerfile: 27.21kB done
12:55:58 #2 DONE 0.0s
12:55:58 
12:55:58 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
12:55:58 #3 DONE 0.0s
12:55:58 
12:55:58 #4 resolve image config for docker.io/docker/dockerfile:1
12:55:58 + REF=refs/heads/23.0
12:55:58 + [ -n refs/heads/23.0 ]
12:55:58 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:58 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:58 #10 8.018 Selecting previously unselected package bsdextrautils.
12:55:58 #10 8.018 (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.)
12:55:58 #10 8.018 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_arm64.deb ...
12:55:58 #10 8.022 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
12:55:58 #10 8.076 Selecting previously unselected package libuchardet0:arm64.
12:55:58 #10 8.076 Preparing to unpack .../01-libuchardet0_0.0.7-1_arm64.deb ...
12:55:58 #10 8.083 Unpacking libuchardet0:arm64 (0.0.7-1) ...
12:55:58 #10 8.127 Selecting previously unselected package groff-base.
12:55:58 #10 8.127 Preparing to unpack .../02-groff-base_1.22.4-6_arm64.deb ...
12:55:58 #10 8.130 Unpacking groff-base (1.22.4-6) ...
12:55:58 + SRC=src/github.com/docker/buildx
12:55:58 + REF=v0.10.2
12:55:58 + REF_FETCH=v0.10.2
12:55:58 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:58 + awk {print $2}
12:55:58 + REF=refs/tags/v0.10.2
12:55:58 + [ -n refs/tags/v0.10.2 ]
12:55:58 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:58 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:58 git init src/github.com/docker/buildx
12:55:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:58 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:58 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:58 + SRC=src/github.com/docker/buildx
12:55:58 + REF=v0.10.2
12:55:58 + REF_FETCH=v0.10.2
12:55:58 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:58 + awk {print $2}
12:55:58 Unable to find image 'alpine:latest' locally
12:55:58 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
12:55:58 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
12:55:58 a9eaa45ef418: Pull complete
12:55:58 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:55:58 Status: Downloaded newer image for alpine:latest
12:55:58 #10 47.67 Selecting previously unselected package libpackage-stash-xs-perl.
12:55:58 #10 47.67 Preparing to unpack .../265-libpackage-stash-xs-perl_0.29-1_armhf.deb ...
12:55:58 #10 47.67 Unpacking libpackage-stash-xs-perl (0.29-1) ...
12:55:58 #10 47.70 Selecting previously unselected package libparse-debianchangelog-perl.
12:55:58 #10 47.71 Preparing to unpack .../266-libparse-debianchangelog-perl_1.2.0-13_all.deb ...
12:55:58 #10 47.71 Unpacking libparse-debianchangelog-perl (1.2.0-13) ...
12:55:58 #10 47.74 Selecting previously unselected package libtext-glob-perl.
12:55:58 #10 47.74 Preparing to unpack .../267-libtext-glob-perl_0.10-1_all.deb ...
12:55:58 #10 47.74 Unpacking libtext-glob-perl (0.10-1) ...
12:55:58 #10 47.77 Selecting previously unselected package libpath-iterator-rule-perl.
12:55:58 #10 47.78 Preparing to unpack .../268-libpath-iterator-rule-perl_1.014-1_all.deb ...
12:55:58 #10 47.78 Unpacking libpath-iterator-rule-perl (1.014-1) ...
12:55:58 #10 47.81 Selecting previously unselected package libperlio-gzip-perl.
12:55:58 git init src/github.com/docker/buildx
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
12:55:58 git init src/github.com/docker/buildx
12:55:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:58 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:58 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:58 + SRC=src/github.com/docker/buildx
12:55:58 + REF=v0.10.2
12:55:58 + REF_FETCH=v0.10.2
12:55:58 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:58 + awk {print $2}
12:55:58 + REF=refs/tags/v0.10.2
12:55:58 + [ -n refs/tags/v0.10.2 ]
12:55:58 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:58 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
[Pipeline] sh
12:55:58 From https://github.com/docker/scan-cli-plugin
12:55:58  * [new tag]         v0.23.0    -> v0.23.0
12:55:58 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:55:58 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-kinetic
12:55:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:58 mkdir -p sources
12:55:58 docker run --rm -w /v \
12:55:58 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:55:58 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:55:58 	alpine \
12:55:58 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:55:58 Unable to find image 'alpine:latest' locally
12:55:58 + SRC=src/github.com/docker/buildx
12:55:58 + REF=v0.10.2
12:55:58 + REF_FETCH=v0.10.2
12:55:58 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:58 + awk {print $2}
12:55:58 + REF=refs/tags/v0.10.2
12:55:58 + [ -n refs/tags/v0.10.2 ]
12:55:58 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:58 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:58 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.1s
12:55:58 #3 ...
12:55:58 
12:55:58 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
12:55:58 #4 DONE 0.0s
12:55:58 
12:55:58 #3 resolve image config for docker.io/docker/dockerfile:1
12:55:58 #3 DONE 0.3s
12:55:58 
12:55:58 #5 docker-image://docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8
12:55:58 #5 resolve docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8 done
12:55:58 #5 sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8 7.65kB / 7.65kB done
12:55:58 #5 sha256:6107562e90a8e27b67c589b63fce32010ddf37f48b701600cfd405e296651a5d 482B / 482B done
12:55:58 #5 sha256:89543fde88d7f1fb9104eb8832cfe0e33bbacf255e98e916338940bbd657754f 2.91kB / 2.91kB done
12:55:58 #5 sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 7.34MB / 11.55MB 0.1s
12:55:58 #4 DONE 0.3s
12:55:58 
12:55:58 #5 docker-image://docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8
12:55:58 #5 resolve docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8 done
12:55:58 + make REF=23.0 raspbian-bullseye
12:55:58 git init src/github.com/docker/cli
12:55:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:58 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:58 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:58 + SRC=src/github.com/docker/cli
12:55:58 + REF=23.0
12:55:58 + REF_FETCH=23.0
12:55:58 + awk {print $2}
12:55:58 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:58 + REF=refs/heads/23.0
12:55:58 + [ -n refs/heads/23.0 ]
12:55:58 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:58 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:58 #10 8.328 Selecting previously unselected package libgdbm6:arm64.
12:55:58 #10 8.328 Preparing to unpack .../03-libgdbm6_1.19-2_arm64.deb ...
12:55:58 #10 8.332 Unpacking libgdbm6:arm64 (1.19-2) ...
12:55:58 #10 8.381 Selecting previously unselected package libpipeline1:arm64.
12:55:58 #10 8.381 Preparing to unpack .../04-libpipeline1_1.5.3-1_arm64.deb ...
12:55:58 #10 8.384 Unpacking libpipeline1:arm64 (1.5.3-1) ...
12:55:58 #10 8.428 Selecting previously unselected package man-db.
12:55:58 #10 8.428 Preparing to unpack .../05-man-db_2.9.4-2_arm64.deb ...
12:55:58 #10 8.435 Unpacking man-db (2.9.4-2) ...
12:55:58 + REF=refs/tags/v0.10.2
12:55:58 + [ -n refs/tags/v0.10.2 ]
12:55:58 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:58 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:58 latest: Pulling from library/alpine
12:55:58 a9eaa45ef418: Pulling fs layer
12:55:58 a9eaa45ef418: Verifying Checksum
12:55:58 a9eaa45ef418: Download complete
12:55:58 #11 5.810  * base: download.cf.centos.org
12:55:58 #11 5.811  * extras: download.cf.centos.org
12:55:58 #11 5.811  * updates: download.cf.centos.org
12:55:58 git init src/github.com/docker/buildx
12:55:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:58 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:58 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:58 + SRC=src/github.com/docker/buildx
12:55:58 + REF=v0.10.2
12:55:58 + REF_FETCH=v0.10.2
12:55:58 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:58 + awk {print $2}
12:55:58 + REF=refs/tags/v0.10.2
12:55:58 + [ -n refs/tags/v0.10.2 ]
12:55:58 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:58 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:58 #10 47.81 Preparing to unpack .../269-libperlio-gzip-perl_0.19-1+b5_armhf.deb ...
12:55:58 #10 47.82 Unpacking libperlio-gzip-perl (0.19-1+b5) ...
12:55:58 #10 47.85 Selecting previously unselected package libpod-constants-perl.
12:55:58 #10 47.85 Preparing to unpack .../270-libpod-constants-perl_0.19-1_all.deb ...
12:55:58 #10 47.86 Unpacking libpod-constants-perl (0.19-1) ...
12:55:58 #10 47.89 Selecting previously unselected package libreadonly-perl.
12:55:58 #10 47.90 Preparing to unpack .../271-libreadonly-perl_2.050-1_all.deb ...
12:55:58 #10 47.90 Unpacking libreadonly-perl (2.050-1) ...
12:55:58 #10 47.96 Selecting previously unselected package libref-util-perl.
12:55:58 #10 47.96 Preparing to unpack .../272-libref-util-perl_0.204-1_all.deb ...
12:55:58 #10 47.96 Unpacking libref-util-perl (0.204-1) ...
12:55:58 #10 47.99 Selecting previously unselected package libref-util-xs-perl.
12:55:58 #10 48.00 Preparing to unpack .../273-libref-util-xs-perl_0.117-1+b1_armhf.deb ...
12:55:58 #10 48.00 Unpacking libref-util-xs-perl (0.117-1+b1) ...
12:55:58 #10 48.03 Selecting previously unselected package libregexp-pattern-license-perl.
12:55:58 #10 48.03 Preparing to unpack .../274-libregexp-pattern-license-perl_3.0.31-4_all.deb ...
12:55:58 #10 48.04 Unpacking libregexp-pattern-license-perl (3.0.31-4) ...
12:55:58 #10 48.07 Selecting previously unselected package libsasl2-modules:armhf.
12:55:58 From https://github.com/docker/docker
12:55:58  * [new branch]      23.0       -> 23.0
12:55:58  * [new branch]      23.0       -> origin/23.0
12:55:58 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:58 git init src/github.com/docker/buildx
12:55:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:58 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:58 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:58 + SRC=src/github.com/docker/buildx
12:55:58 + REF=v0.10.2
12:55:58 + REF_FETCH=v0.10.2
12:55:58 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:58 + awk {print $2}
12:55:58 + REF=refs/tags/v0.10.2
12:55:58 + [ -n refs/tags/v0.10.2 ]
12:55:58 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:58 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:58 From https://github.com/docker/docker
12:55:58  * [new branch]      23.0       -> 23.0
12:55:58  * [new branch]      23.0       -> origin/23.0
12:55:58 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:58 git init src/github.com/docker/buildx
12:55:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:58 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:58 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:58 + SRC=src/github.com/docker/buildx
12:55:58 + REF=v0.10.2
12:55:58 + REF_FETCH=v0.10.2
12:55:58 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:58 + awk {print $2}
12:55:58 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.4s done
12:55:58 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694
12:55:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:58 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:58 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:58 + SRC=src/github.com/docker/buildx
12:55:58 + REF=v0.10.2
12:55:58 + REF_FETCH=v0.10.2
12:55:58 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:58 + awk {print $2}
12:55:58 + REF=refs/tags/v0.10.2
12:55:58 + [ -n refs/tags/v0.10.2 ]
12:55:58 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:58 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:58 From https://github.com/docker/docker
12:55:58  * [new branch]      23.0       -> 23.0
12:55:58  * [new branch]      23.0       -> origin/23.0
12:55:58 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:58 git init src/github.com/docker/buildx
12:55:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:58 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:58 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:58 + SRC=src/github.com/docker/buildx
12:55:58 + REF=v0.10.2
12:55:58 + REF_FETCH=v0.10.2
12:55:58 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:58 + awk {print $2}
12:55:58 + REF=refs/tags/v0.10.2
12:55:58 + [ -n refs/tags/v0.10.2 ]
12:55:58 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:58 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:58 Unable to find image 'alpine:latest' locally
12:55:58 12:55:58 + make clean
latest: Pulling from library/alpine
12:55:58 a9eaa45ef418: Pulling fs layer
12:55:58 a9eaa45ef418: Verifying Checksum
12:55:58 a9eaa45ef418: Download complete
12:55:58 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:55:58 rm -f -r src
12:55:58 make -C rpm clean
12:55:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:58 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:55:58 rm -f -r rpmbuild/
12:55:58 docker builder prune -f --filter until=24h
12:55:58 Total:	0B
12:55:58 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:55:58 make -C deb clean
12:55:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:58 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:55:58 rm -f -r debbuild
12:55:58 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:55:58 rm -f -r sources
12:55:58 docker builder prune -f --filter until=24h
12:55:58 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.2s done
12:55:58 #5 sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 11.55MB / 11.55MB 0.2s
12:55:58 #5 sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 11.55MB / 11.55MB 0.2s done
12:55:58 #5 extracting sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 0.1s
12:55:58 #5 sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8 7.65kB / 7.65kB done
12:55:58 #5 sha256:6107562e90a8e27b67c589b63fce32010ddf37f48b701600cfd405e296651a5d 482B / 482B done
12:55:58 #5 sha256:89543fde88d7f1fb9104eb8832cfe0e33bbacf255e98e916338940bbd657754f 2.91kB / 2.91kB done
12:55:58 #5 sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 7.34MB / 11.55MB 0.1s
12:55:58 #5 sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 11.55MB / 11.55MB 0.1s done
12:55:58 #5 extracting sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d
12:55:58 #10 8.635 Selecting previously unselected package perl-modules-5.32.
12:55:58 #10 8.635 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
12:55:58 #10 8.639 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
12:55:58 a9eaa45ef418: Pull complete
12:55:58 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:55:58 Status: Downloaded newer image for alpine:latest
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:55:58 #10 48.07 Preparing to unpack .../275-libsasl2-modules_2.1.27+dfsg-1+deb10u2_armhf.deb ...
12:55:58 #10 48.08 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-1+deb10u2) ...
12:55:58 #10 48.12 Selecting previously unselected package libsereal-decoder-perl.
12:55:58 #10 48.12 Preparing to unpack .../276-libsereal-decoder-perl_4.005+ds-1+b1_armhf.deb ...
12:55:58 #10 48.12 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ...
12:55:58 #10 48.16 Selecting previously unselected package libsereal-encoder-perl.
12:55:58 #10 48.16 Preparing to unpack .../277-libsereal-encoder-perl_4.005+ds-1+b1_armhf.deb ...
12:55:58 #10 48.17 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ...
12:55:58 #10 48.20 Selecting previously unselected package libsereal-perl.
12:55:58 #10 48.20 Preparing to unpack .../278-libsereal-perl_4.005-1_all.deb ...
12:55:58 #10 48.21 Unpacking libsereal-perl (4.005-1) ...
12:55:58 #10 48.24 Selecting previously unselected package libtask-weaken-perl.
12:55:58 #10 48.24 Preparing to unpack .../279-libtask-weaken-perl_1.06-1_all.deb ...
12:55:58 #10 48.25 Unpacking libtask-weaken-perl (1.06-1) ...
12:55:58 #10 48.27 Selecting previously unselected package libxml-parser-perl.
12:55:58 #10 48.28 Preparing to unpack .../280-libxml-parser-perl_2.44-4_armhf.deb ...
12:55:58 #10 48.28 Unpacking libxml-parser-perl (2.44-4) ...
12:55:58 + REF=refs/tags/v0.10.2
12:55:58 + [ -n refs/tags/v0.10.2 ]
12:55:58 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:58 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:58 From https://github.com/docker/buildx
12:55:58  * [new tag]         v0.10.2    -> v0.10.2
12:55:58 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:55:58 latest: Pulling from library/alpine
12:55:58 a9eaa45ef418: Pulling fs layer
12:55:58 a9eaa45ef418: Verifying Checksum
12:55:58 a9eaa45ef418: Download complete
12:55:58 a9eaa45ef418: Pull complete
12:55:58 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:55:58 Status: Downloaded newer image for alpine:latest
12:55:58 #5 extracting sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 0.3s done
12:55:58 #5 DONE 0.6s
12:55:58 #5 extracting sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 0.3s done
12:55:58 #5 DONE 0.5s
12:55:58 Total:	0B
12:55:58 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:55:58 make -C static clean
12:55:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:55:58 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:55:58 rm -f -r build
12:55:58 docker builder prune -f --filter until=24h
12:55:58 From https://github.com/docker/docker
12:55:58  * [new branch]      23.0       -> 23.0
12:55:58  * [new branch]      23.0       -> origin/23.0
12:55:58 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:58 #10 48.40 Selecting previously unselected package libsoap-lite-perl.
12:55:58 #10 48.40 Preparing to unpack .../281-libsoap-lite-perl_1.27-1_all.deb ...
12:55:58 #10 48.41 Unpacking libsoap-lite-perl (1.27-1) ...
12:55:58 #10 48.46 Selecting previously unselected package libsort-key-perl.
12:55:58 #10 48.46 Preparing to unpack .../282-libsort-key-perl_1.33-2+b1_armhf.deb ...
12:55:58 #10 48.47 Unpacking libsort-key-perl (1.33-2+b1) ...
12:55:58 #10 48.50 Selecting previously unselected package libstring-copyright-perl.
12:55:58 #10 48.50 Preparing to unpack .../283-libstring-copyright-perl_0.003006-1_all.deb ...
12:55:58 #10 48.51 Unpacking libstring-copyright-perl (0.003006-1) ...
12:55:58 #10 48.54 Selecting previously unselected package libstring-escape-perl.
12:55:58 #10 48.54 Preparing to unpack .../284-libstring-escape-perl_2010.002-2_all.deb ...
12:55:58 #10 48.55 Unpacking libstring-escape-perl (2010.002-2) ...
12:55:58 #10 48.58 Selecting previously unselected package libstring-shellquote-perl.
12:55:58 #10 48.58 Preparing to unpack .../285-libstring-shellquote-perl_1.04-1_all.deb ...
12:55:58 #10 48.58 Unpacking libstring-shellquote-perl (1.04-1) ...
12:55:58 #10 48.65 Selecting previously unselected package libterm-readkey-perl.
12:55:58 #10 48.65 Preparing to unpack .../286-libterm-readkey-perl_2.38-1_armhf.deb ...
12:55:58 #10 48.65 Unpacking libterm-readkey-perl (2.38-1) ...
12:55:58 #10 48.68 Selecting previously unselected package libtest-fatal-perl.
12:55:58 #10 ...
12:55:58 
12:55:58 #9 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:55:58 #9 4.195 CentOS Stream 9 - AppStream                      13 MB/s |  14 MB     00:01    
12:55:59 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 3.0s done
12:55:59 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97
12:55:59 git init src/github.com/docker/compose
12:55:59 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:55:59 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:55:59 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:55:59 + SRC=src/github.com/docker/compose
12:55:59 + REF=v2.16.0
12:55:59 + REF_FETCH=v2.16.0
12:55:59 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:55:59 + awk {print $2}
12:55:59 a9eaa45ef418: Pull complete
12:55:59 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:55:59 Status: Downloaded newer image for alpine:latest
12:55:59 
12:55:59 #6 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
12:55:59 #6 DONE 0.0s
12:55:59 
12:55:59 #7 [auth] library/golang:pull token for registry-1.docker.io
12:55:59 #7 DONE 0.0s
12:55:59 
12:55:59 #8 [auth] tonistiigi/xx:pull token for registry-1.docker.io
12:55:59 #8 DONE 0.0s
12:55:59 
12:55:59 #9 [internal] load metadata for docker.io/library/golang:1.19.5-alpine3.16
12:55:59 
12:55:59 #6 [auth] library/golang:pull token for registry-1.docker.io
12:55:59 #6 DONE 0.0s
12:55:59 
12:55:59 #7 [auth] tonistiigi/xx:pull token for registry-1.docker.io
12:55:59 #7 DONE 0.0s
12:55:59 
12:55:59 #8 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
12:55:59 git init src/github.com/docker/buildx
12:55:59 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:55:59 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:55:59 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:55:59 + SRC=src/github.com/docker/buildx
12:55:59 + REF=v0.10.2
12:55:59 + REF_FETCH=v0.10.2
12:55:59 + awk {print $2}
12:55:59 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:55:59 Total:	0B
12:55:59 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
12:55:59 #10 48.69 Preparing to unpack .../287-libtest-fatal-perl_0.014-1_all.deb ...
12:55:59 #10 48.69 Unpacking libtest-fatal-perl (0.014-1) ...
12:55:59 #10 48.72 Selecting previously unselected package libtest-refcount-perl.
12:55:59 #10 48.72 Preparing to unpack .../288-libtest-refcount-perl_0.08-3_all.deb ...
12:55:59 #10 48.73 Unpacking libtest-refcount-perl (0.08-3) ...
12:55:59 #10 48.75 Selecting previously unselected package libtext-levenshtein-perl.
12:55:59 #10 48.76 Preparing to unpack .../289-libtext-levenshtein-perl_0.13-1_all.deb ...
12:55:59 #10 48.76 Unpacking libtext-levenshtein-perl (0.13-1) ...
12:55:59 #10 48.79 Selecting previously unselected package libtype-tiny-xs-perl.
12:55:59 #10 48.79 Preparing to unpack .../290-libtype-tiny-xs-perl_0.014-1+b1_armhf.deb ...
12:55:59 #10 48.80 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ...
12:55:59 #10 48.83 Selecting previously unselected package libunicode-utf8-perl.
12:55:59 #10 48.83 Preparing to unpack .../291-libunicode-utf8-perl_0.62-1_armhf.deb ...
12:55:59 #10 48.84 Unpacking libunicode-utf8-perl (0.62-1) ...
12:55:59 #10 48.88 Selecting previously unselected package libwrap0:armhf.
12:55:59 #10 48.88 Preparing to unpack .../292-libwrap0_7.6.q-28_armhf.deb ...
12:55:59 #10 48.89 Unpacking libwrap0:armhf (7.6.q-28) ...
12:55:59 #10 48.92 Selecting previously unselected package libxau6:armhf.
12:55:59 #10 9.175 Selecting previously unselected package libgdbm-compat4:arm64.
12:55:59 #10 9.175 Preparing to unpack .../07-libgdbm-compat4_1.19-2_arm64.deb ...
12:55:59 #10 9.180 Unpacking libgdbm-compat4:arm64 (1.19-2) ...
12:55:59 #10 9.229 Selecting previously unselected package libperl5.32:arm64.
12:55:59 #10 9.229 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_arm64.deb ...
12:55:59 #10 9.233 Unpacking libperl5.32:arm64 (5.32.1-4+deb11u2) ...
12:55:59 + REF=refs/tags/v2.16.0
12:55:59 + [ -n refs/tags/v2.16.0 ]
12:55:59 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:59 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:55:59 From https://github.com/docker/cli
12:55:59  * [new branch]      23.0       -> 23.0
12:55:59  * [new branch]      23.0       -> origin/23.0
12:55:59 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:55:59 git init src/github.com/docker/docker
12:55:59 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:55:59 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:55:59 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:55:59 + SRC=src/github.com/docker/docker
12:55:59 + REF=23.0
12:55:59 + REF_FETCH=23.0
12:55:59 + awk {print $2}
12:55:59 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:55:59 #9 DONE 0.3s
12:55:59 
12:55:59 #10 [internal] load metadata for docker.io/tonistiigi/xx:1.1.1
12:55:59 #8 ...
12:55:59 
12:55:59 #9 [internal] load metadata for docker.io/library/golang:1.19.5-bullseye
12:55:59 #9 DONE 0.3s
12:55:59 
12:55:59 #8 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
12:55:59 #8 DONE 0.4s
12:55:59 + REF=refs/tags/v0.10.2
12:55:59 + [ -n refs/tags/v0.10.2 ]
12:55:59 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:59 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:55:59 #10 48.93 Preparing to unpack .../293-libxau6_1%3a1.0.8-1+b2_armhf.deb ...
12:55:59 #10 48.93 Unpacking libxau6:armhf (1:1.0.8-1+b2) ...
12:55:59 #10 48.97 Selecting previously unselected package libxdmcp6:armhf.
12:55:59 #10 48.97 Preparing to unpack .../294-libxdmcp6_1%3a1.1.2-3_armhf.deb ...
12:55:59 #10 48.97 Unpacking libxdmcp6:armhf (1:1.1.2-3) ...
12:55:59 #10 49.01 Selecting previously unselected package libxcb1:armhf.
12:55:59 #10 49.02 Preparing to unpack .../295-libxcb1_1.13.1-2_armhf.deb ...
12:55:59 #10 49.02 Unpacking libxcb1:armhf (1.13.1-2) ...
12:55:59 #10 49.06 Selecting previously unselected package libx11-data.
12:55:59 #10 49.06 Preparing to unpack .../296-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ...
12:55:59 #10 49.06 Unpacking libx11-data (2:1.6.7-1+deb10u2) ...
12:55:59 #10 49.16 Selecting previously unselected package libx11-6:armhf.
12:55:59 + make REF=23.0 debian-bullseye
12:55:59 git init src/github.com/docker/cli
12:55:59 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:55:59 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:55:59 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:55:59 + SRC=src/github.com/docker/cli
12:55:59 + REF=23.0
12:55:59 + REF_FETCH=23.0
12:55:59 + awk {print $2}
12:55:59 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:55:59 + REF=refs/heads/23.0
12:55:59 + [ -n refs/heads/23.0 ]
12:55:59 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:59 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:59 From https://github.com/docker/docker
12:55:59  * [new branch]      23.0       -> 23.0
12:55:59  * [new branch]      23.0       -> origin/23.0
12:55:59 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:55:59 Commit message: "bump compose version to v2.16.0"
12:55:59 + REF=refs/heads/23.0
12:55:59 + [ -n refs/heads/23.0 ]
12:55:59 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:55:59 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:55:59 #10 DONE 0.3s
12:55:59 
12:55:59 #11 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
12:55:59 #11 DONE 0.3s
12:55:59 #10 49.17 Preparing to unpack .../297-libx11-6_2%3a1.6.7-1+deb10u2_armhf.deb ...
12:55:59 #10 49.17 Unpacking libx11-6:armhf (2:1.6.7-1+deb10u2) ...
12:55:59 #10 49.26 Selecting previously unselected package libxext6:armhf.
12:55:59 #10 49.26 Preparing to unpack .../298-libxext6_2%3a1.3.3-1+b2_armhf.deb ...
12:55:59 #10 49.27 Unpacking libxext6:armhf (2:1.3.3-1+b2) ...
12:55:59 #10 49.30 Selecting previously unselected package libxml-namespacesupport-perl.
12:55:59 #10 49.30 Preparing to unpack .../299-libxml-namespacesupport-perl_1.12-1_all.deb ...
12:55:59 #10 49.31 Unpacking libxml-namespacesupport-perl (1.12-1) ...
12:55:59 #10 49.34 Selecting previously unselected package libxml-sax-base-perl.
12:55:59 #10 49.34 Preparing to unpack .../300-libxml-sax-base-perl_1.09-1_all.deb ...
12:55:59 #10 49.35 Unpacking libxml-sax-base-perl (1.09-1) ...
12:55:59 #10 49.40 Selecting previously unselected package libxml-sax-perl.
12:55:59 #10 9.863 Selecting previously unselected package perl.
12:55:59 #10 9.863 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_arm64.deb ...
12:55:59 #10 9.872 Unpacking perl (5.32.1-4+deb11u2) ...
12:55:59 #10 9.947 Selecting previously unselected package liblocale-gettext-perl.
12:55:59 #10 9.947 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_arm64.deb ...
12:55:59 From https://github.com/docker/compose
12:55:59  * [new tag]         v2.16.0    -> v2.16.0
12:55:59 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:55:59 git init src/github.com/docker/scan-cli-plugin
12:55:59 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:55:59 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:55:59 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:55:59 + SRC=src/github.com/docker/scan-cli-plugin
12:55:59 + REF=v0.23.0
12:55:59 + REF_FETCH=v0.23.0
12:55:59 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:55:59 + awk {print $2}
12:55:59 + REF=refs/tags/v0.23.0
12:55:59 + [ -n refs/tags/v0.23.0 ]
12:55:59 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:59 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:55:59 From https://github.com/docker/buildx
12:55:59  * [new tag]         v0.10.2    -> v0.10.2
12:55:59 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:55:59 #10 49.40 Preparing to unpack .../301-libxml-sax-perl_1.00+dfsg-1_all.deb ...
12:55:59 #10 49.41 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
12:55:59 #10 49.45 Selecting previously unselected package libxml-libxml-perl.
12:55:59 #10 49.46 Preparing to unpack .../302-libxml-libxml-perl_2.0134+dfsg-1_armhf.deb ...
12:55:59 #10 49.46 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
12:55:59 #10 49.53 Selecting previously unselected package libxml-sax-expat-perl.
12:55:59 #10 49.53 Preparing to unpack .../303-libxml-sax-expat-perl_0.51-1_all.deb ...
12:55:59 #10 49.54 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:55:59 #10 49.57 Selecting previously unselected package libxml-simple-perl.
12:55:59 #10 49.57 Preparing to unpack .../304-libxml-simple-perl_2.25-1_all.deb ...
12:55:59 #10 49.57 Unpacking libxml-simple-perl (2.25-1) ...
12:55:59 #10 49.61 Selecting previously unselected package libxmlrpc-lite-perl.
12:55:59 #10 49.62 Preparing to unpack .../305-libxmlrpc-lite-perl_0.717-2_all.deb ...
12:55:59 #10 49.62 Unpacking libxmlrpc-lite-perl (0.717-2) ...
12:55:59 #10 49.65 Selecting previously unselected package libxmuu1:armhf.
12:56:00 #10 9.954 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
12:56:00 #10 9.995 Selecting previously unselected package libpython3.9-minimal:arm64.
12:56:00 #10 9.995 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_arm64.deb ...
12:56:00 #10 10.00 Unpacking libpython3.9-minimal:arm64 (3.9.2-1) ...
12:56:00 git init src/github.com/docker/buildx
12:56:00 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:56:00 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:56:00 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:56:00 + SRC=src/github.com/docker/buildx
12:56:00 + REF=v0.10.2
12:56:00 + REF_FETCH=v0.10.2
12:56:00 + awk {print $2}
12:56:00 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:56:00 + REF=refs/tags/v0.10.2
12:56:00 + [ -n refs/tags/v0.10.2 ]
12:56:00 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:56:00 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:56:00 From https://github.com/docker/scan-cli-plugin
12:56:00  * [new tag]         v0.23.0    -> v0.23.0
12:56:00 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:00 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 debian-bullseye
12:56:00 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:00 mkdir -p sources
12:56:00 docker run --rm -w /v \
12:56:00 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:00 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:00 	alpine \
12:56:00 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:00 Unable to find image 'alpine:latest' locally
12:56:00 git init src/github.com/docker/compose
12:56:00 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:56:00 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:56:00 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:56:00 + SRC=src/github.com/docker/compose
12:56:00 + REF=v2.16.0
12:56:00 + REF_FETCH=v2.16.0
12:56:00 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin+  v2.16.0
12:56:00 awk {print $2}
[Pipeline] sh
12:56:00 #10 49.66 Preparing to unpack .../306-libxmuu1_2%3a1.1.2-2+b3_armhf.deb ...
12:56:00 #10 49.66 Unpacking libxmuu1:armhf (2:1.1.2-2+b3) ...
12:56:00 #10 49.70 Selecting previously unselected package libyaml-0-2:armhf.
12:56:00 #10 49.71 Preparing to unpack .../307-libyaml-0-2_0.2.1-1_armhf.deb ...
12:56:00 #10 49.71 Unpacking libyaml-0-2:armhf (0.2.1-1) ...
12:56:00 #10 49.74 Selecting previously unselected package libyaml-libyaml-perl.
12:56:00 #10 49.74 Preparing to unpack .../308-libyaml-libyaml-perl_0.76+repack-1_armhf.deb ...
12:56:00 #10 49.75 Unpacking libyaml-libyaml-perl (0.76+repack-1) ...
12:56:00 #10 49.79 Selecting previously unselected package licensecheck.
12:56:00 #10 49.79 Preparing to unpack .../309-licensecheck_3.0.31-3_all.deb ...
12:56:00 #10 49.80 Unpacking licensecheck (3.0.31-3) ...
12:56:00 #10 49.84 Selecting previously unselected package t1utils.
12:56:00 #10 49.84 Preparing to unpack .../310-t1utils_1.41-3_armhf.deb ...
12:56:00 #10 49.85 Unpacking t1utils (1.41-3) ...
12:56:00 #10 49.89 Selecting previously unselected package lintian.
12:56:00 #10 49.89 Preparing to unpack .../311-lintian_2.15.0_all.deb ...
12:56:00 #10 49.89 Unpacking lintian (2.15.0) ...
12:56:00 #10 10.21 Selecting previously unselected package libexpat1:arm64.
12:56:00 #10 10.21 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u5_arm64.deb ...
12:56:00 #10 10.21 Unpacking libexpat1:arm64 (2.2.10-2+deb11u5) ...
12:56:00 #10 10.26 Selecting previously unselected package python3.9-minimal.
12:56:00 #10 10.26 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_arm64.deb ...
12:56:00 #10 10.27 Unpacking python3.9-minimal (3.9.2-1) ...
12:56:00 Commit message: "bump compose version to v2.16.0"
12:56:00 latest: Pulling from library/alpine
12:56:00 #10 50.02 Selecting previously unselected package lsb-release.
12:56:00 #10 50.03 Preparing to unpack .../312-lsb-release_10.2019051400_all.deb ...
12:56:00 #10 50.03 Unpacking lsb-release (10.2019051400) ...
12:56:00 #10 50.07 Selecting previously unselected package mailutils.
12:56:00 #10 50.08 Preparing to unpack .../313-mailutils_1%3a3.5-4_armhf.deb ...
12:56:00 #10 50.08 Unpacking mailutils (1:3.5-4) ...
12:56:00 #10 50.16 Selecting previously unselected package manpages-dev.
12:56:00 #10 50.16 Preparing to unpack .../314-manpages-dev_4.16-2_all.deb ...
12:56:00 #10 50.16 Unpacking manpages-dev (4.16-2) ...
12:56:00 + REF=refs/tags/v2.16.0
12:56:00 + [ -n refs/tags/v2.16.0 ]
12:56:00 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:00 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:00 + make clean
12:56:00 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:56:00 rm -f -r src
12:56:00 make -C rpm clean
12:56:00 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:56:00 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:56:00 rm -f -r rpmbuild/
12:56:00 docker builder prune -f --filter until=24h
12:56:00 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 3.1s done
12:56:00 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600
12:56:00 #7 ...
12:56:00 
12:56:00 #9 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0
12:56:00 #9 resolve docker.io/library/debian:bookworm@sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0 0.0s done
12:56:00 #9 sha256:bc3b5555185de8939c18423d32d2ba7638ec75fd4c5ecb0f96fdfa73da4f6426 529B / 529B done
12:56:00 #9 sha256:1f7995a778b274b90d30332f49fd538eb1e00f84f7ff33d854ebe9c89ff2a36e 1.48kB / 1.48kB done
12:56:00 #9 sha256:a43b5d5927a7651097e784be4430a6ade09951f5b6879cd06b0f51fc7c4812af 49.08MB / 49.08MB 0.9s done
12:56:00 #9 sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0 1.85kB / 1.85kB done
12:56:00 #9 extracting sha256:a43b5d5927a7651097e784be4430a6ade09951f5b6879cd06b0f51fc7c4812af 2.9s done
12:56:00 #9 DONE 4.3s
12:56:00 
12:56:00 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:00 #10 10.50 Setting up libpython3.9-minimal:arm64 (3.9.2-1) ...
12:56:00 #10 10.52 Setting up libexpat1:arm64 (2.2.10-2+deb11u5) ...
12:56:00 #10 10.53 Setting up python3.9-minimal (3.9.2-1) ...
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:56:00 From https://github.com/docker/buildx
12:56:00  * [new tag]         v0.10.2    -> v0.10.2
12:56:00 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:56:00 8921db27df28: Pulling fs layer
12:56:00 8921db27df28: Verifying Checksum
12:56:00 8921db27df28: Download complete
12:56:00 From https://github.com/docker/buildx
12:56:00  * [new tag]         v0.10.2    -> v0.10.2
12:56:00 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:56:00 #10 50.47 Selecting previously unselected package psmisc.
12:56:00 #10 50.47 Preparing to unpack .../315-psmisc_23.2-1+deb10u1_armhf.deb ...
12:56:00 #10 50.48 Unpacking psmisc (23.2-1+deb10u1) ...
12:56:00 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.4s done
12:56:00 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.1s
12:56:00 From https://github.com/docker/compose
12:56:00  * [new tag]         v2.16.0    -> v2.16.0
12:56:00 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:56:00 Total:	0B
12:56:00 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:56:00 make -C deb clean
12:56:00 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:00 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:56:00 rm -f -r debbuild
12:56:00 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:56:00 rm -f -r sources
12:56:00 docker builder prune -f --filter until=24h
12:56:00 From https://github.com/docker/buildx
12:56:00  * [new tag]         v0.10.2    -> v0.10.2
12:56:00 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:56:00 From https://github.com/docker/buildx
12:56:00  * [new tag]         v0.10.2    -> v0.10.2
12:56:00 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:56:00 8921db27df28: Pull complete
12:56:00 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:56:00 Status: Downloaded newer image for alpine:latest
12:56:00 git init src/github.com/docker/compose
12:56:00 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:56:00 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:56:00 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:56:00 + SRC=src/github.com/docker/compose
12:56:00 + REF=v2.16.0
12:56:00 + REF_FETCH=v2.16.0
12:56:00 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:56:00 + awk {print $2}
12:56:00 + REF=refs/tags/v2.16.0
12:56:00 + [ -n refs/tags/v2.16.0 ]
12:56:00 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:00 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:00 From https://github.com/docker/buildx
12:56:00  * [new tag]         v0.10.2    -> v0.10.2
12:56:00 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:56:00 From https://github.com/docker/docker
12:56:00  * [new branch]      23.0       -> 23.0
12:56:00  * [new branch]      23.0       -> origin/23.0
12:56:00 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:56:00 From https://github.com/docker/buildx
12:56:00  * [new tag]         v0.10.2    -> v0.10.2
12:56:00 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:56:00 git init src/github.com/docker/compose
12:56:00 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:56:00 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:56:00 From https://github.com/docker/buildx
12:56:00  * [new tag]         v0.10.2    -> v0.10.2
12:56:00 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:56:00 From https://github.com/docker/buildx
12:56:00  * [new tag]         v0.10.2    -> v0.10.2
12:56:00 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:56:00 #10 50.53 Selecting previously unselected package publicsuffix.
12:56:00 #10 50.53 Preparing to unpack .../316-publicsuffix_20220811.1734-0+deb10u1_all.deb ...
12:56:00 #10 50.53 Unpacking publicsuffix (20220811.1734-0+deb10u1) ...
12:56:00 #10 50.58 Selecting previously unselected package python-apt-common.
12:56:00 #10 50.58 Preparing to unpack .../317-python-apt-common_1.8.4.3_all.deb ...
12:56:00 #10 50.58 Unpacking python-apt-common (1.8.4.3) ...
12:56:00 #10 50.64 Selecting previously unselected package python3-apt.
12:56:00 #10 50.64 Preparing to unpack .../318-python3-apt_1.8.4.3_armhf.deb ...
12:56:00 #10 50.65 Unpacking python3-apt (1.8.4.3) ...
12:56:00 #10 50.69 Selecting previously unselected package python3-certifi.
12:56:00 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 2.4s done
12:56:01 From https://github.com/docker/buildx
12:56:01  * [new tag]         v0.10.2    -> v0.10.2
12:56:01 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:56:01 From https://github.com/docker/buildx
12:56:01  * [new tag]         v0.10.2    -> v0.10.2
12:56:01 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:56:01 git init src/github.com/docker/compose
12:56:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:56:01 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:56:01 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:56:01 + SRC=src/github.com/docker/compose
12:56:01 + REF=v2.16.0
12:56:01 + REF_FETCH=v2.16.0
12:56:01 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:56:01 + awk {print $2}
12:56:01 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.3s done
12:56:01 Total:	0B
12:56:01 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:01 make -C static clean
12:56:01 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:56:01 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:56:01 rm -f -r build
12:56:01 docker builder prune -f --filter until=24h
12:56:01 git init src/github.com/docker/scan-cli-plugin
12:56:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:56:01 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:56:01 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:56:01 + SRC=src/github.com/docker/scan-cli-plugin
12:56:01 + REF=v0.23.0
12:56:01 + REF_FETCH=v0.23.0
12:56:01 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:56:01 + awk {print $2}
12:56:01 + REF=refs/tags/v0.23.0
12:56:01 + [ -n refs/tags/v0.23.0 ]
12:56:01 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:01 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:01 git init src/github.com/docker/compose
12:56:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:56:01 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:56:01 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:56:01 + SRC=src/github.com/docker/compose
12:56:01 + REF=v2.16.0
12:56:01 + REF_FETCH=v2.16.0
12:56:01 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags+  origin v2.16.0
12:56:01 awk {print $2}
12:56:01 + REF=refs/tags/v2.16.0
12:56:01 + [ -n refs/tags/v2.16.0 ]
12:56:01 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
[Pipeline] sh
12:56:01 #10 11.23 Selecting previously unselected package python3-minimal.
12:56:01 #10 11.23 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9515 files and directories currently installed.)
12:56:01 #10 11.23 Preparing to unpack .../0-python3-minimal_3.9.2-3_arm64.deb ...
12:56:01 #10 11.24 Unpacking python3-minimal (3.9.2-3) ...
12:56:01 #10 11.27 Selecting previously unselected package media-types.
12:56:01 #10 11.27 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
12:56:01 #10 11.28 Unpacking media-types (4.0.0) ...
12:56:01 #10 11.32 Selecting previously unselected package libmpdec3:arm64.
12:56:01 #10 11.32 Preparing to unpack .../2-libmpdec3_2.5.1-1_arm64.deb ...
12:56:01 #10 11.32 Unpacking libmpdec3:arm64 (2.5.1-1) ...
12:56:01 #10 11.38 Selecting previously unselected package libncursesw6:arm64.
12:56:01 #10 11.38 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_arm64.deb ...
12:56:01 git init src/github.com/docker/compose
12:56:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:56:01 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:56:01 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:56:01 + SRC=src/github.com/docker/compose
12:56:01 + REF=v2.16.0
12:56:01 + REF_FETCH=v2.16.0
12:56:01 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:56:01 + awk {print $2}
12:56:01 + REF=refs/tags/v2.16.0
12:56:01 + [ -n refs/tags/v2.16.0 ]
12:56:01 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 git init src/github.com/docker/compose
12:56:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:56:01 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:56:01 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:56:01 + SRC=src/github.com/docker/compose
12:56:01 + REF=v2.16.0
12:56:01 + REF_FETCH=v2.16.0
12:56:01 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:56:01 + awk {print $2}
12:56:01 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:56:01 + SRC=src/github.com/docker/compose
12:56:01 + REF=v2.16.0
12:56:01 + REF_FETCH=v2.16.0
12:56:01 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:56:01 + awk {print $2}
12:56:01 + REF=refs/tags/v2.16.0
12:56:01 + [ -n refs/tags/v2.16.0 ]
12:56:01 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 git init src/github.com/docker/compose
12:56:01 git init src/github.com/docker/compose
12:56:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:56:01 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:56:01 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:56:01 + SRC=src/github.com/docker/compose
12:56:01 + REF=v2.16.0
12:56:01 + REF_FETCH=v2.16.0
12:56:01 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:56:01 + awk {print $2}
12:56:01 #10 50.70 Preparing to unpack .../319-python3-certifi_2018.8.24-1_all.deb ...
12:56:01 #10 50.70 Unpacking python3-certifi (2018.8.24-1) ...
12:56:01 #10 50.75 Selecting previously unselected package python3-idna.
12:56:01 #10 50.76 Preparing to unpack .../320-python3-idna_2.6-1_all.deb ...
12:56:01 #10 50.76 Unpacking python3-idna (2.6-1) ...
12:56:01 #10 50.80 Selecting previously unselected package python3-magic.
12:56:01 #10 50.80 Preparing to unpack .../321-python3-magic_2%3a0.4.15-2_all.deb ...
12:56:01 #10 50.80 Unpacking python3-magic (2:0.4.15-2) ...
12:56:01 #10 50.84 Selecting previously unselected package python3-urllib3.
12:56:01 #10 50.85 Preparing to unpack .../322-python3-urllib3_1.24.1-1_all.deb ...
12:56:01 #10 50.85 Unpacking python3-urllib3 (1.24.1-1) ...
12:56:01 #10 50.89 Selecting previously unselected package python3-requests.
12:56:01 #10 50.89 Preparing to unpack .../323-python3-requests_2.21.0-1_all.deb ...
12:56:01 #10 50.90 Unpacking python3-requests (2.21.0-1) ...
12:56:01 #10 50.95 Selecting previously unselected package python3-unidiff.
12:56:01 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97
12:56:01 + REF=refs/tags/v2.16.0
12:56:01 + [ -n refs/tags/v2.16.0 ]
12:56:01 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 
12:56:01 #10 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce
12:56:01 #10 resolve docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce 0.0s done
12:56:01 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 0.1s
12:56:01 Total:	0B
12:56:01 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:56:01 git init src/github.com/docker/compose
12:56:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:56:01 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:56:01 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:56:01 + SRC=src/github.com/docker/compose
12:56:01 + REF=v2.16.0
12:56:01 + REF_FETCH=v2.16.0
12:56:01 + awk {print $2}
12:56:01 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:56:01 + REF=refs/tags/v2.16.0
12:56:01 + [ -n refs/tags/v2.16.0 ]
12:56:01 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 #10 11.38 Unpacking libncursesw6:arm64 (6.2+20201114-2) ...
12:56:01 #10 11.45 Selecting previously unselected package readline-common.
12:56:01 #10 11.45 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
12:56:01 #10 11.46 Unpacking readline-common (8.1-1) ...
12:56:01 #10 11.50 Selecting previously unselected package libreadline8:arm64.
12:56:01 #10 11.50 Preparing to unpack .../5-libreadline8_8.1-1_arm64.deb ...
12:56:01 #10 11.50 Unpacking libreadline8:arm64 (8.1-1) ...
12:56:01 #10 11.56 Selecting previously unselected package libsqlite3-0:arm64.
12:56:01 #10 11.56 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_arm64.deb ...
12:56:01 #10 11.57 Unpacking libsqlite3-0:arm64 (3.34.1-3) ...
12:56:01 + make clean
12:56:01 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:56:01 rm -f -r src
12:56:01 make -C rpm clean
12:56:01 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:56:01 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:56:01 rm -f -r rpmbuild/
12:56:01 docker builder prune -f --filter until=24h
12:56:01 + REF=refs/tags/v2.16.0
12:56:01 + [ -n refs/tags/v2.16.0 ]
12:56:01 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 From https://github.com/docker/compose
12:56:01  * [new tag]         v2.16.0    -> v2.16.0
12:56:01 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:56:01 git init src/github.com/docker/scan-cli-plugin
12:56:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:56:01 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:56:01 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:56:01 + SRC=src/github.com/docker/scan-cli-plugin
12:56:01 + REF=v0.23.0
12:56:01 + REF_FETCH=v0.23.0
12:56:01 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:56:01 + awk {print $2}
12:56:01 Commit message: "bump compose version to v2.16.0"
12:56:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:56:01 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:56:01 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:56:01 + SRC=src/github.com/docker/compose
12:56:01 + REF=v2.16.0
12:56:01 + REF_FETCH=v2.16.0
12:56:01 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:56:01 + awk {print $2}
12:56:01 + REF=refs/tags/v2.16.0
12:56:01 + [ -n refs/tags/v2.16.0 ]
12:56:01 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 From https://github.com/docker/buildx
12:56:01  * [new tag]         v0.10.2    -> v0.10.2
12:56:01 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:56:01 git init src/github.com/docker/compose
12:56:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:56:01 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:56:01 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:56:01 + SRC=src/github.com/docker/compose
12:56:01 + REF=v2.16.0
12:56:01 + REF_FETCH=v2.16.0
12:56:01 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:56:01 + awk {print $2}
12:56:01 + REF=refs/tags/v2.16.0
12:56:01 + [ -n refs/tags/v2.16.0 ]
12:56:01 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 + REF=refs/tags/v2.16.0
12:56:01 + [ -n refs/tags/v2.16.0 ]
12:56:01 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 #10 50.95 Preparing to unpack .../324-python3-unidiff_0.5.4-1_all.deb ...
12:56:01 #10 50.96 Unpacking python3-unidiff (0.5.4-1) ...
12:56:01 #10 51.00 Selecting previously unselected package python3-xdg.
12:56:01 #10 51.01 Preparing to unpack .../325-python3-xdg_0.25-5_all.deb ...
12:56:01 #10 51.01 Unpacking python3-xdg (0.25-5) ...
12:56:01 #10 51.06 Selecting previously unselected package shared-mime-info.
12:56:01 #10 51.06 Preparing to unpack .../326-shared-mime-info_1.10-1_armhf.deb ...
12:56:01 #10 51.06 Unpacking shared-mime-info (1.10-1) ...
12:56:01 #10 51.17 Selecting previously unselected package strace.
12:56:01 
12:56:01 #12 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9
12:56:01 #12 resolve docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9 0.0s done
12:56:01 #12 sha256:86dcba2fb3ace8cdc35db7ae6f3d2fedd1158bcacd065543f1d3e77b714d0357 1.30kB / 1.30kB done
12:56:01 #12 sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 0B / 14.96kB 0.0s
12:56:01 #12 sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9 2.65kB / 2.65kB done
12:56:01 #12 sha256:30f60105c995681479b4742a2d94ab6f93e256d8b64eb3965c07b53690af50cd 526B / 526B done
12:56:01 #12 sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 14.96kB / 14.96kB 0.1s done
12:56:01 #12 extracting sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 done
12:56:01 git init src/github.com/docker/buildx
12:56:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:56:01 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:56:01 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:56:01 + SRC=src/github.com/docker/buildx
12:56:01 + REF=v0.10.2
12:56:01 + REF_FETCH=v0.10.2
12:56:01 + awk {print $2}
12:56:01 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:56:01 + REF=refs/tags/v0.10.2
12:56:01 + [ -n refs/tags/v0.10.2 ]
12:56:01 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:56:01 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:56:01 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 2.4s done
12:56:01 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a
12:56:01 #10 sha256:86cd158b89fde67a8a4c428a844985f930eba450ec3fde1c9ef5df3884128c62 2.10MB / 5.17MB 0.2s
12:56:01 #10 sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 0B / 10.88MB 0.2s
12:56:01 #10 sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce 1.86kB / 1.86kB done
12:56:01 #10 sha256:8fca29e6d67177bef6452d21b0b8c6618050635704fe2a9bdca51a68a1cc7c0c 7.10kB / 7.10kB done
12:56:01 #10 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 6.29MB / 55.03MB 0.2s
12:56:01 #10 sha256:1e573f1fbcd41282d2c62d3c224f341eb113873cc898d823286bb1a5c21c44c7 1.80kB / 1.80kB done
12:56:01 #10 ...
12:56:01 
12:56:01 #11 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
12:56:01 #11 resolve docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 0.0s done
12:56:01 #11 sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 14.97kB / 14.97kB 0.1s done
12:56:01 #11 sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 2.65kB / 2.65kB done
12:56:01 #11 sha256:4cfcc2489296c989f5d346c81b9b0f52340e8c93c805d84bd997609785153115 526B / 526B done
12:56:01 #11 sha256:ea14d91662afd3481dcb1e6f4263cb99e06571b6093490d24d995bbea65625a9 1.30kB / 1.30kB done
12:56:01 #11 extracting sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 done
12:56:01 #11 DONE 0.4s
12:56:01 
12:56:01 #10 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce
12:56:01 #10 sha256:86cd158b89fde67a8a4c428a844985f930eba450ec3fde1c9ef5df3884128c62 5.17MB / 5.17MB 0.3s done
12:56:01 #10 sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 5.24MB / 10.88MB 0.3s
12:56:01 #10 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 9.44MB / 55.03MB 0.3s
12:56:01 git init src/github.com/docker/compose
12:56:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:56:01 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:56:01 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:56:01 + SRC=src/github.com/docker/compose
12:56:01 + REF=v2.16.0
12:56:01 + REF_FETCH=v2.16.0
12:56:01 + awk {print $2}
12:56:01 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:56:01 + REF=refs/tags/v2.16.0
12:56:01 + [ -n refs/tags/v2.16.0 ]
12:56:01 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:01 + make REF=23.0 ubuntu-bionic
12:56:01 git init src/github.com/docker/cli
12:56:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:56:01 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:56:01 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:56:01 + SRC=src/github.com/docker/cli
12:56:01 + REF=23.0
12:56:01 + REF_FETCH=23.0
12:56:01 + awk {print $2}
12:56:01 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:56:01 + REF=refs/heads/23.0
12:56:01 + [ -n refs/heads/23.0 ]
12:56:01 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:56:01 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:56:01 From https://github.com/docker/scan-cli-plugin
12:56:01  * [new tag]         v0.23.0    -> v0.23.0
12:56:01 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:01 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-focal
12:56:01 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:01 mkdir -p sources
12:56:01 docker run --rm -w /v \
12:56:01 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:01 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:01 	alpine \
12:56:01 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:01 Unable to find image 'alpine:latest' locally
12:56:01 latest: Pulling from library/alpine
12:56:01 #10 11.67 Selecting previously unselected package libpython3.9-stdlib:arm64.
12:56:01 #10 11.67 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_arm64.deb ...
12:56:01 #10 11.68 Unpacking libpython3.9-stdlib:arm64 (3.9.2-1) ...
12:56:01 From https://github.com/docker/compose
12:56:01  * [new tag]         v2.16.0    -> v2.16.0
12:56:01 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:56:01 git init src/github.com/docker/scan-cli-plugin
12:56:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:56:01 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:56:01 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:56:01 + SRC=src/github.com/docker/scan-cli-plugin
12:56:01 + REF=v0.23.0
12:56:01 + REF_FETCH=v0.23.0
12:56:01 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:56:01 + awk {print $2}
12:56:01 Total:	0B
12:56:01 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:56:01 make -C deb clean
12:56:01 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:01 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:56:01 rm -f -r debbuild
12:56:01 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:56:01 rm -f -r sources
12:56:01 docker builder prune -f --filter until=24h
12:56:01 From https://github.com/docker/compose
12:56:01  * [new tag]         v2.16.0    -> v2.16.0
12:56:01 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:56:01 git init src/github.com/docker/scan-cli-plugin
12:56:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:56:01 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:56:01 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:56:01 + SRC=src/github.com/docker/scan-cli-plugin
12:56:01 + REF=v0.23.0
12:56:01 + REF_FETCH=v0.23.0
12:56:01 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:56:01 + awk {print $2}
12:56:01 + REF=refs/tags/v0.23.0
12:56:01 + [ -n refs/tags/v0.23.0 ]
12:56:01 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:01 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:01 #10 51.18 Preparing to unpack .../327-strace_4.26-0.2_armhf.deb ...
12:56:01 #10 51.19 Unpacking strace (4.26-0.2) ...
12:56:01 #10 51.25 Selecting previously unselected package unzip.
12:56:01 #10 51.26 Preparing to unpack .../328-unzip_6.0-23+deb10u3_armhf.deb ...
12:56:01 #10 51.26 Unpacking unzip (6.0-23+deb10u3) ...
12:56:01 #10 51.30 Selecting previously unselected package xauth.
12:56:01 #10 51.31 Preparing to unpack .../329-xauth_1%3a1.0.10-1_armhf.deb ...
12:56:01 #10 51.31 Unpacking xauth (1:1.0.10-1) ...
12:56:01 #10 51.37 Selecting previously unselected package xdg-user-dirs.
12:56:01 #10 51.38 Preparing to unpack .../330-xdg-user-dirs_0.17-2_armhf.deb ...
12:56:01 #10 51.38 Unpacking xdg-user-dirs (0.17-2) ...
12:56:01 #12 DONE 0.4s
12:56:01 
12:56:01 #13 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1
12:56:01 #13 resolve docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1 0.0s done
12:56:01 #13 sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1 1.65kB / 1.65kB done
12:56:01 #13 sha256:654f4a074920935feeae68f7637da82bb4b8486e7bd8da26bfe48f1750935b79 1.16kB / 1.16kB done
12:56:01 #13 sha256:8223c43c6abe54105296f911c4b601138eeae713891a9dc8eacde44ddf05b507 5.11kB / 5.11kB done
12:56:01 #13 sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 2.81MB / 2.81MB 0.2s done
12:56:01 #13 sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 284.75kB / 284.75kB 0.2s done
12:56:01 #13 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce
12:56:01 #13 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 1.05MB / 122.71MB 0.4s
12:56:01 #13 sha256:654a5f294e2d7792e63519253d227aa048219ee9251008dc8af1c2af73b5f2c9 155B / 155B 0.4s
12:56:01 From https://github.com/docker/compose
12:56:01  * [new tag]         v2.16.0    -> v2.16.0
12:56:01 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:56:01 git init src/github.com/docker/scan-cli-plugin
12:56:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:56:01 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:56:01 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:56:01 + SRC=src/github.com/docker/scan-cli-plugin
12:56:01 + REF=v0.23.0
12:56:01 + REF_FETCH=v0.23.0
12:56:01 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:56:01 + awk {print $2}
12:56:01 + REF=refs/tags/v0.23.0
12:56:01 + [ -n refs/tags/v0.23.0 ]
12:56:01 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:01 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:01 #10 sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 10.88MB / 10.88MB 0.5s
12:56:01 #10 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 15.73MB / 55.03MB 0.5s
12:56:01 #10 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 7.35MB / 54.59MB 0.5s
12:56:01 #10 sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 10.88MB / 10.88MB 0.5s done
12:56:01 #10 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 25.14MB / 55.03MB 0.6s
12:56:01 #10 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 15.73MB / 54.59MB 0.6s
12:56:01 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 0B / 85.99MB 0.6s
12:56:01 Commit message: "bump compose version to v2.16.0"
12:56:01 a9eaa45ef418: Pulling fs layer
12:56:01 a9eaa45ef418: Verifying Checksum
12:56:01 a9eaa45ef418: Download complete
12:56:01 #10 12.08 Selecting previously unselected package python3.9.
12:56:01 #10 12.08 Preparing to unpack .../8-python3.9_3.9.2-1_arm64.deb ...
12:56:01 + REF=refs/tags/v0.23.0
12:56:01 + [ -n refs/tags/v0.23.0 ]
12:56:01 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:01 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:01 + REF=refs/tags/v0.23.0
12:56:01 + [ -n refs/tags/v0.23.0 ]
12:56:01 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:01 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:01 Total:	0B
12:56:01 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:01 make -C static clean
12:56:01 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:56:01 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:56:01 rm -f -r build
12:56:01 docker builder prune -f --filter until=24h
12:56:02 #10 51.48 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
12:56:02 #10 51.50 Setting up libapt-pkg-perl (0.1.34+b1) ...
12:56:02 #10 51.51 Setting up libksba8:armhf (1.3.5-2+deb10u2) ...
12:56:02 #10 51.52 Setting up libpipeline1:armhf (1.5.1-2) ...
12:56:02 #10 51.54 Setting up wdiff (1.2.2-2+b1) ...
12:56:02 #10 51.55 Setting up lsb-base (10.2019051400) ...
12:56:02 #10 51.56 Setting up mysql-common (5.8+1.0.5) ...
12:56:02 #10 51.59 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
12:56:02 #10 51.60 Setting up libxau6:armhf (1:1.0.8-1+b2) ...
12:56:02 #10 51.61 Setting up libkeyutils1:armhf (1.6-6) ...
12:56:02 #10 51.62 Setting up libpsl5:armhf (0.20.2-2) ...
12:56:02 #10 51.64 Setting up libgpm2:armhf (1.20.7-5) ...
12:56:02 #10 51.65 Setting up mime-support (3.62) ...
12:56:02 #10 51.68 Setting up xdg-user-dirs (0.17-2) ...
12:56:02 From https://github.com/docker/compose
12:56:02  * [new tag]         v2.16.0    -> v2.16.0
12:56:02 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:56:02 git init src/github.com/docker/scan-cli-plugin
12:56:02 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:56:02 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:56:02 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:56:02 + SRC=src/github.com/docker/scan-cli-plugin
12:56:02 + REF=v0.23.0
12:56:02 + REF_FETCH=v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:56:02 + awk {print $2}
12:56:02 From https://github.com/docker/compose
12:56:02  * [new tag]         v2.16.0    -> v2.16.0
12:56:02 #13 ...
12:56:02 
12:56:02 #14 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
12:56:02 #14 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
12:56:02 #14 sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 5.46kB / 5.46kB done
12:56:02 #14 sha256:8d61139feed19d3685ffc483d41349d49cbdba3ee104a9104dd0ac98cdbc1479 523B / 523B done
12:56:02 #14 sha256:9a072fc69921655d494291e64abe03c6b872ce4522837193a46aee910330fba7 455B / 455B done
12:56:02 #14 sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 117B / 117B 0.1s done
12:56:02 #14 extracting sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 0.1s done
12:56:02 #14 DONE 0.6s
12:56:02 
12:56:02 #13 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1
12:56:02 #13 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 14.68MB / 122.71MB 0.6s
12:56:02 From https://github.com/docker/compose
12:56:02  * [new tag]         v2.16.0    -> v2.16.0
12:56:02 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:56:02 git init src/github.com/docker/scan-cli-plugin
12:56:02 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:56:02 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:56:02 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:56:02 + SRC=src/github.com/docker/scan-cli-plugin
12:56:02 + REF=v0.23.0
12:56:02 + REF_FETCH=v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:56:02 + awk {print $2}
12:56:02 + REF=refs/tags/v0.23.0
12:56:02 + [ -n refs/tags/v0.23.0 ]
12:56:02 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:02 #10 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 31.46MB / 55.03MB 0.7s
12:56:02 #10 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 18.87MB / 54.59MB 0.7s
12:56:02 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 7.34MB / 85.99MB 0.7s
12:56:02 #10 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 36.70MB / 55.03MB 0.8s
12:56:02 #10 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 25.17MB / 54.59MB 0.8s
12:56:02 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 13.36MB / 85.99MB 0.8s
12:56:02 #10 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 41.94MB / 55.03MB 0.9s
12:56:02 #10 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 32.51MB / 54.59MB 0.9s
12:56:02 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 17.83MB / 85.99MB 0.9s
12:56:02 From https://github.com/docker/compose
12:56:02  * [new tag]         v2.16.0    -> v2.16.0
12:56:02 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:56:02 git init src/github.com/docker/scan-cli-plugin
12:56:02 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:56:02 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:56:02 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:56:02 + SRC=src/github.com/docker/scan-cli-plugin
12:56:02 + REF=v0.23.0
12:56:02 + REF_FETCH=v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:56:02 + awk {print $2}
12:56:02 + REF=refs/tags/v0.23.0
12:56:02 + [ -n refs/tags/v0.23.0 ]
12:56:02 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:02 a9eaa45ef418: Pull complete
12:56:02 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:56:02 Status: Downloaded newer image for alpine:latest
12:56:02 From https://github.com/docker/compose
12:56:02  * [new tag]         v2.16.0    -> v2.16.0
12:56:02 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:56:02 git init src/github.com/docker/scan-cli-plugin
12:56:02 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:56:02 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:56:02 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:56:02 + SRC=src/github.com/docker/scan-cli-plugin
12:56:02 + REF=v0.23.0
12:56:02 + REF_FETCH=v0.23.0
12:56:02 + awk {print $2}
12:56:02 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:56:02 #7 ...
12:56:02 
12:56:02 #8 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e
12:56:02 #8 resolve quay.io/centos/centos:stream8@sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e 0.0s done
12:56:02 #8 sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e 743B / 743B done
12:56:02 #8 sha256:01f9c5d853f409ca069741f99e9228150ae79456368ca50d23afa0f7941a5848 920B / 920B done
12:56:02 #8 sha256:845a42c567ffa753cafc67697030f3908d24e47bb23f11cdcd6fcc0370bc8965 6.46kB / 6.46kB done
12:56:02 #8 sha256:44219e00881cf62071db757c57d79fb1b638ddfbcb4c34bdfe7bc66f579e1918 81.47MB / 81.47MB 0.8s done
12:56:02 #8 sha256:795f49826329c7676ac8fedf63e55e7ba9fb73922b7c6f61297c111c2d95d634 1.89kB / 1.89kB 0.2s done
12:56:02 #8 sha256:e72c69f7a7a0086306caea6b3130a8ec6113c09e065b2f1b0fd6dd95266dfee4 38.35MB / 38.35MB 0.7s done
12:56:02 #8 sha256:18c13effe3e1cf64e84d5dd614e09551aa3f01e4f46d5a188821ba95a08d59ff 37.41MB / 37.41MB 0.8s done
12:56:02 #8 extracting sha256:44219e00881cf62071db757c57d79fb1b638ddfbcb4c34bdfe7bc66f579e1918 5.4s done
12:56:02 #8 extracting sha256:795f49826329c7676ac8fedf63e55e7ba9fb73922b7c6f61297c111c2d95d634 done
12:56:02 #8 extracting sha256:e72c69f7a7a0086306caea6b3130a8ec6113c09e065b2f1b0fd6dd95266dfee4 0.5s done
12:56:02 #8 extracting sha256:18c13effe3e1cf64e84d5dd614e09551aa3f01e4f46d5a188821ba95a08d59ff 1.9s done
12:56:02 #8 DONE 9.8s
12:56:02 
12:56:02 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:02 #7 ...
12:56:02 
12:56:02 #9 [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
12:56:02 #10 12.09 Unpacking python3.9 (3.9.2-1) ...
12:56:02 #10 12.18 Selecting previously unselected package libpython3-stdlib:arm64.
12:56:02 #10 12.18 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_arm64.deb ...
12:56:02 #10 12.18 Unpacking libpython3-stdlib:arm64 (3.9.2-3) ...
12:56:02 #10 12.27 Setting up python3-minimal (3.9.2-3) ...
12:56:02 Total:	0B
12:56:02 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
12:56:02 #10 51.71 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
12:56:02 #10 51.73 Setting up psmisc (23.2-1+deb10u1) ...
12:56:02 #10 51.75 Setting up libgc1c2:armhf (1:7.6.4-0.4) ...
12:56:02 #10 51.76 Setting up libyaml-0-2:armhf (0.2.1-1) ...
12:56:02 #10 51.78 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
12:56:02 #10 51.79 No schema files found: doing nothing.
12:56:02 #10 51.80 Setting up distro-info-data (0.41+deb10u6) ...
12:56:02 #10 51.81 Setting up manpages (4.16-2) ...
12:56:02 #10 51.83 Setting up unzip (6.0-23+deb10u3) ...
12:56:02 #10 51.85 Setting up libsqlite3-0:armhf (3.27.2-3+deb10u2) ...
12:56:02 #10 51.86 Setting up libsasl2-modules:armhf (2.1.27+dfsg-1+deb10u2) ...
12:56:02 #10 51.89 Setting up binutils-common:armhf (2.31.1-16) ...
12:56:02 #10 51.90 Setting up libnghttp2-14:armhf (1.36.0-2+deb10u1) ...
12:56:02 #10 51.91 Setting up libmagic1:armhf (1:5.35-4+deb10u2) ...
12:56:02 #10 51.93 Setting up less (487-0.1+b1) ...
12:56:02 #10 52.02 Setting up perl-openssl-defaults:armhf (3) ...
12:56:02 From https://github.com/docker/scan-cli-plugin
12:56:02  * [new tag]         v0.23.0    -> v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:02 for p in cross-mac; do \
12:56:02 	make -C static VERSION=0.0.1-dev GO_VERSION=1.19.5 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
12:56:02 done
12:56:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:56:02 docker buildx inspect | grep -q 'Driver: docker-container' || docker buildx create --use
12:56:02 #9 ...
12:56:02 
12:56:02 #10 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:02 #10 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 5.4s done
12:56:02 #10 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
12:56:02 #10 DONE 14.8s
12:56:02 
12:56:02 #9 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:56:02 + REF=refs/tags/v0.23.0
12:56:02 + [ -n refs/tags/v0.23.0 ]
12:56:02 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:02 From https://github.com/docker/compose
12:56:02  * [new tag]         v2.16.0    -> v2.16.0
12:56:02 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:56:02 git init src/github.com/docker/scan-cli-plugin
12:56:02 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:56:02 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:56:02 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:56:02 + SRC=src/github.com/docker/scan-cli-plugin
12:56:02 + REF=v0.23.0
12:56:02 + REF_FETCH=v0.23.0
12:56:02 + awk {print $2}
12:56:02 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:56:02 + REF=refs/tags/v0.23.0
12:56:02 + [ -n refs/tags/v0.23.0 ]
12:56:02 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:02 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:56:02 git init src/github.com/docker/scan-cli-plugin
12:56:02 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:56:02 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:56:02 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:56:02 + SRC=src/github.com/docker/scan-cli-plugin
12:56:02 + REF=v0.23.0
12:56:02 + REF_FETCH=v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:56:02 + awk {print $2}
12:56:02 + REF=refs/tags/v0.23.0
12:56:02 + [ -n refs/tags/v0.23.0 ]
12:56:02 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:02 #13 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 38.80MB / 122.71MB 0.9s
12:56:02 #13 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 0.7s done
12:56:02 #13 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 46.14MB / 122.71MB 1.0s
12:56:02 From https://github.com/docker/scan-cli-plugin
12:56:02  * [new tag]         v0.23.0    -> v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:02 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 debian-buster
12:56:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:02 mkdir -p sources
12:56:02 docker run --rm -w /v \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:02 	alpine \
12:56:02 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:02 #10 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 47.83MB / 55.03MB 1.0s
12:56:02 #10 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 37.81MB / 54.59MB 1.0s
12:56:02 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 23.07MB / 85.99MB 1.0s
12:56:02 #10 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 55.03MB / 55.03MB 1.2s
12:56:02 #10 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 51.38MB / 54.59MB 1.2s
12:56:02 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 37.75MB / 85.99MB 1.2s
[Pipeline] sh
12:56:02 From https://github.com/docker/compose
12:56:02  * [new tag]         v2.16.0    -> v2.16.0
12:56:02 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:56:02 git init src/github.com/docker/scan-cli-plugin
12:56:02 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:56:02 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:56:02 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:56:02 + SRC=src/github.com/docker/scan-cli-plugin
12:56:02 + REF=v0.23.0
12:56:02 + REF_FETCH=v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:56:02 + awk {print $2}
12:56:02 + REF=refs/tags/v0.23.0
12:56:02 + [ -n refs/tags/v0.23.0 ]
12:56:02 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:02 + REF=refs/tags/v0.23.0
12:56:02 + [ -n refs/tags/v0.23.0 ]
12:56:02 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:56:02 From https://github.com/docker/scan-cli-plugin
12:56:02  * [new tag]         v0.23.0    -> v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:02 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-jammy
12:56:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:02 mkdir -p sources
12:56:02 docker run --rm -w /v \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:02 	alpine \
12:56:02 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:02 Unable to find image 'alpine:latest' locally
12:56:02 #7 ...
12:56:02 
12:56:02 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:02 #0 0.832 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
12:56:02 #0 0.849 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
12:56:02 #0 0.849 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
12:56:02 #0 0.993 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7737 kB]
12:56:02 #0 1.432 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 Packages [421 kB]
12:56:02 #0 1.925 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [8780 B]
12:56:02 #0 2.617 Fetched 8380 kB in 2s (4110 kB/s)
12:56:02 #0 2.617 Reading package lists...
12:56:02 #0 3.385 Reading package lists...
12:56:02 #0 4.133 Building dependency tree...
12:56:02 #0 4.329 Reading state information...
12:56:02 #0 4.651 The following additional packages will be installed:
12:56:02 #0 4.651   at autoconf automake autopoint autotools-dev binutils
12:56:02 #0 4.651   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
12:56:02 #0 4.651   bzip2 ca-certificates cpp cpp-8 cron dctrl-tools debhelper debian-keyring
12:56:02 #0 4.651   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
12:56:02 #0 4.651   dpkg-dev dput dwz exim4-base exim4-config exim4-daemon-light fakeroot file
12:56:02 #0 4.651   g++ g++-8 gcc gcc-8 gettext gettext-base git-man gnupg gnupg-l10n
12:56:02 #0 4.651   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
12:56:02 #0 4.651   groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
12:56:02 #0 4.651   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:56:02 #0 4.651   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:56:02 #0 4.651   libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
12:56:02 #0 4.651   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
12:56:02 #0 4.651   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
12:56:02 #0 4.651   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
12:56:02 #0 4.651   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
12:56:02 #0 4.651   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
12:56:02 #0 4.652   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
12:56:02 #0 4.652   libdata-optlist-perl libdevel-callchecker-perl
12:56:02 #0 4.652   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
12:56:02 #0 4.652   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
12:56:02 #0 4.652   libdynaloader-functions-perl libedit2 libemail-valid-perl
12:56:02 #0 4.652   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
12:56:02 #0 4.652   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
12:56:02 #0 4.652   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
12:56:02 #0 4.652   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
12:56:02 #0 4.652   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
12:56:02 #0 4.652   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
12:56:02 #0 4.652   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
12:56:02 #0 4.652   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
12:56:02 #0 4.652   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
12:56:02 #0 4.652   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:02 #0 4.652   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:56:02 #0 4.652   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
12:56:02 #0 4.652   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
12:56:02 #0 4.652   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
12:56:02 #0 4.652   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
12:56:02 #0 4.652   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
12:56:02 #0 4.652   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
12:56:02 #0 4.652   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
12:56:02 #0 4.652   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:56:02 #0 4.652   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
12:56:02 #0 4.652   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
12:56:02 #0 4.652   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
12:56:02 #0 4.652   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl libncurses6
12:56:02 #0 4.652   libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl libnet-http-perl
12:56:02 #0 4.652   libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl
12:56:02 #0 4.652   libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl libnumber-range-perl
12:56:02 #0 4.652   libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
12:56:02 #0 4.652   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
12:56:02 #0 4.652   libparams-validate-perl libparse-debianchangelog-perl
12:56:02 #0 4.652   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
12:56:02 #0 4.652   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
12:56:02 #0 4.652   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
12:56:02 #0 4.652   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
12:56:02 #0 4.652   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:56:02 #0 4.653   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
12:56:02 #0 4.653   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
12:56:02 #0 4.653   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
12:56:02 #0 4.653   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
12:56:02 #0 4.653   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
12:56:02 #0 4.653   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
12:56:02 #0 4.653   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
12:56:02 #0 4.653   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
12:56:02 #0 4.653   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
12:56:02 #0 4.653   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
12:56:02 #0 4.653   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
12:56:02 #0 4.653   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
12:56:02 #0 4.653   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
12:56:02 #0 4.653   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
12:56:02 #0 4.653   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:56:02 #0 4.653   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
12:56:02 #0 4.653   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
12:56:02 #0 4.653   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
12:56:02 #0 4.653   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
12:56:02 #0 4.653   mariadb-common mime-support mysql-common netbase openssh-client openssl
12:56:02 #0 4.653   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
12:56:02 #0 4.653   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
12:56:02 #0 4.653   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
12:56:02 #0 4.654   python3-idna python3-magic python3-minimal python3-pkg-resources
12:56:02 #0 4.654   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:56:02 #0 4.654   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
12:56:02 #0 4.654   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
12:56:02 #0 4.657 Suggested packages:
12:56:02 #0 4.657   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
12:56:02 #0 4.657   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate
12:56:02 #0 4.657   checksecurity debtags dh-make adequate autopkgtest bls-standalone
12:56:02 #0 4.657   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
12:56:02 #0 4.657   dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
12:56:02 #0 4.657   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:56:02 #0 4.657   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
12:56:02 #0 4.657   ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
12:56:02 #0 4.657   pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info
12:56:02 #0 4.657   eximon4 spf-tools-perl swaks gcc-8-doc libstdc++6-8-dbg gcc-multilib flex
12:56:02 #0 4.657   bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg
12:56:02 #0 4.657   libasan5-dbg liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg
12:56:02 #0 4.657   libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
12:56:02 #0 4.657   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
12:56:02 #0 4.657   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
12:56:02 #0 4.657   libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user
12:56:02 #0 4.657   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
12:56:02 #0 4.657   libhtml-template-perl libsasl2-modules-gssapi-mit
12:56:02 #0 4.657   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
12:56:02 #0 4.657   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
12:56:02 #0 4.657   libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl
12:56:02 #0 4.657   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
12:56:02 #0 4.657   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
12:56:02 #0 4.657   libxml-sax-expatxs-perl bash-completion binutils-multiarch
12:56:02 #0 4.657   libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc
12:56:02 #0 4.657   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
12:56:02 #0 4.657   diffutils-doc perl-doc libterm-readline-gnu-perl
12:56:02 #0 4.657   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
12:56:02 #0 4.657   pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv
12:56:02 #0 4.657   python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography
12:56:02 #0 4.657   python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support
12:56:02 #0 4.657   readline-doc zip wdiff-doc
12:56:02 #0 6.337 The following NEW packages will be installed:
12:56:02 #0 6.337   at autoconf automake autopoint autotools-dev binutils
12:56:02 #0 6.337   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
12:56:02 #0 6.337   bzip2 ca-certificates cpp cpp-8 cron curl dctrl-tools debhelper
12:56:02 #0 6.337   debian-keyring devscripts dh-autoreconf dh-strip-nondeterminism diffstat
12:56:02 #0 6.337   dirmngr distro-info-data dpkg-dev dput dwz equivs exim4-base exim4-config
12:56:02 #0 6.337   exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8 gettext gettext-base
12:56:02 #0 6.337   git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
12:56:02 #0 6.337   gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs intltool-debian
12:56:02 #0 6.337   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
12:56:02 #0 6.337   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
12:56:02 #0 6.337   libarchive-zip-perl libasan5 libassuan0 libasync-mergepoint-perl libatomic1
12:56:02 #0 6.337   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
12:56:02 #0 6.337   libbinutils libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0
12:56:02 #0 6.337   libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl
12:56:02 #0 6.337   libclass-inspector-perl libclass-method-modifiers-perl
12:56:02 #0 6.337   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:56:02 #0 6.337   libconst-fast-perl libcontextual-return-perl libconvert-binhex-perl
12:56:02 #0 6.337   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
12:56:02 #0 6.337   libdevel-callchecker-perl libdevel-globaldestruction-perl
12:56:02 #0 6.337   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
12:56:02 #0 6.337   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
12:56:02 #0 6.337   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
12:56:02 #0 6.337   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
12:56:02 #0 6.337   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
12:56:02 #0 6.337   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
12:56:02 #0 6.337   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
12:56:02 #0 6.337   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
12:56:02 #0 6.337   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
12:56:02 #0 6.337   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
12:56:02 #0 6.337   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
12:56:02 #0 6.337   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:02 #0 6.337   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:56:02 #0 6.337   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
12:56:02 #0 6.337   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
12:56:02 #0 6.337   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
12:56:02 #0 6.337   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
12:56:02 #0 6.337   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
12:56:02 #0 6.337   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
12:56:02 #0 6.337   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
12:56:02 #0 6.337   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:56:02 #0 6.337   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
12:56:02 #0 6.337   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
12:56:02 #0 6.337   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
12:56:02 #0 6.337   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl libncurses6
12:56:02 #0 6.337   libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl libnet-http-perl
12:56:02 #0 6.337   libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl
12:56:02 #0 6.337   libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl libnumber-range-perl
12:56:02 #0 6.337   libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
12:56:02 #0 6.337   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
12:56:02 #0 6.337   libparams-validate-perl libparse-debianchangelog-perl
12:56:02 #0 6.337   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
12:56:02 #0 6.337   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
12:56:02 #0 6.337   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
12:56:02 #0 6.337   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
12:56:02 #0 6.337   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:56:02 #0 6.337   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
12:56:02 #0 6.337   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
12:56:02 #0 6.337   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
12:56:02 #0 6.337   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
12:56:02 #0 6.337   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
12:56:02 #0 6.337   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
12:56:02 #0 6.337   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
12:56:02 #0 6.337   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
12:56:02 #0 6.337   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
12:56:02 #0 6.337   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
12:56:02 #0 6.337   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
12:56:02 #0 6.337   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
12:56:02 #0 6.337   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
12:56:02 #0 6.337   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
12:56:02 #0 6.337   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:56:02 #0 6.337   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
12:56:02 #0 6.337   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
12:56:02 #0 6.337   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
12:56:02 #0 6.337   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
12:56:02 #0 6.337   mariadb-common mime-support mysql-common netbase openssh-client openssl
12:56:02 #0 6.337   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
12:56:02 #0 6.337   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
12:56:02 #0 6.337   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
12:56:02 #0 6.337   python3-idna python3-magic python3-minimal python3-pkg-resources
12:56:02 #0 6.337   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:56:02 #0 6.337   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
12:56:02 #0 6.337   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
12:56:02 #0 6.623 0 upgraded, 362 newly installed, 0 to remove and 0 not upgraded.
12:56:02 #0 6.623 Need to get 162 MB of archives.
12:56:02 #0 6.623 After this operation, 560 MB of additional disk space will be used.
12:56:02 #0 6.623 Get:1 http://deb.debian.org/debian buster/main arm64 sensible-utils all 0.0.12 [15.8 kB]
12:56:02 #0 6.627 Get:2 http://deb.debian.org/debian buster/main arm64 lsb-base all 10.2019051400 [28.4 kB]
12:56:02 #0 6.627 Get:3 http://deb.debian.org/debian buster/main arm64 cron arm64 3.0pl1-134+deb10u1 [98.0 kB]
12:56:02 #0 6.641 Get:4 http://deb.debian.org/debian buster/main arm64 libbsd0 arm64 0.9.1-2+deb10u1 [97.6 kB]
12:56:02 #0 6.641 Get:5 http://deb.debian.org/debian buster/main arm64 bsdmainutils arm64 11.1.2+b1 [185 kB]
12:56:02 #0 6.641 Get:6 http://deb.debian.org/debian buster/main arm64 libuchardet0 arm64 0.0.6-3 [65.0 kB]
12:56:02 #0 6.641 Get:7 http://deb.debian.org/debian buster/main arm64 groff-base arm64 1.22.4-3+deb10u1 [870 kB]
12:56:02 #0 6.642 Get:8 http://deb.debian.org/debian buster/main arm64 libgdbm6 arm64 1.18.1-4 [63.4 kB]
12:56:02 #0 6.645 Get:9 http://deb.debian.org/debian buster/main arm64 libpipeline1 arm64 1.5.1-2 [29.8 kB]
12:56:02 #0 6.645 Get:10 http://deb.debian.org/debian buster/main arm64 man-db arm64 2.8.5-2 [1258 kB]
12:56:02 #0 6.661 Get:11 http://deb.debian.org/debian buster/main arm64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
12:56:02 #0 6.689 Get:12 http://deb.debian.org/debian buster/main arm64 libgdbm-compat4 arm64 1.18.1-4 [44.0 kB]
12:56:02 #0 6.689 Get:13 http://deb.debian.org/debian buster/main arm64 libperl5.28 arm64 5.28.1-6+deb10u1 [3727 kB]
12:56:02 #0 6.781 Get:14 http://deb.debian.org/debian buster/main arm64 perl arm64 5.28.1-6+deb10u1 [204 kB]
12:56:02 #0 6.781 Get:15 http://deb.debian.org/debian buster/main arm64 liblocale-gettext-perl arm64 1.07-3+b4 [18.8 kB]
12:56:02 #0 6.781 Get:16 http://deb.debian.org/debian buster/main arm64 libssl1.1 arm64 1.1.1n-0+deb10u3 [1392 kB]
12:56:02 #0 6.788 Get:17 http://deb.debian.org/debian-security buster/updates/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u4 [588 kB]
12:56:02 #0 6.794 Get:18 http://deb.debian.org/debian-security buster/updates/main arm64 libexpat1 arm64 2.2.6-2+deb10u6 [87.5 kB]
12:56:02 #0 6.796 Get:19 http://deb.debian.org/debian-security buster/updates/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u4 [1404 kB]
12:56:02 #0 6.810 Get:20 http://deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
12:56:02 #0 6.811 Get:21 http://deb.debian.org/debian buster/main arm64 mime-support all 3.62 [37.2 kB]
12:56:02 #0 6.813 Get:22 http://deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
12:56:02 #0 6.814 Get:23 http://deb.debian.org/debian buster/main arm64 readline-common all 7.0-5 [70.6 kB]
12:56:02 #0 6.815 Get:24 http://deb.debian.org/debian buster/main arm64 libreadline7 arm64 7.0-5 [134 kB]
12:56:02 #0 6.818 Get:25 http://deb.debian.org/debian-security buster/updates/main arm64 libsqlite3-0 arm64 3.27.2-3+deb10u2 [603 kB]
12:56:02 #0 6.824 Get:26 http://deb.debian.org/debian-security buster/updates/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u4 [1641 kB]
12:56:02 #0 6.839 Get:27 http://deb.debian.org/debian-security buster/updates/main arm64 python3.7 arm64 3.7.3-2+deb10u4 [330 kB]
12:56:02 #0 6.843 Get:28 http://deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
12:56:02 #0 6.844 Get:29 http://deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
12:56:02 #0 6.846 Get:30 http://deb.debian.org/debian buster/main arm64 less arm64 487-0.1+b1 [117 kB]
12:56:02 #0 6.847 Get:31 http://deb.debian.org/debian buster/main arm64 netbase all 5.6 [19.4 kB]
12:56:02 #0 6.848 Get:32 http://deb.debian.org/debian-security buster/updates/main arm64 bzip2 arm64 1.0.6-9.2~deb10u2 [47.8 kB]
12:56:02 #0 6.849 Get:33 http://deb.debian.org/debian buster/main arm64 libmagic-mgc arm64 1:5.35-4+deb10u2 [242 kB]
12:56:02 #0 6.852 Get:34 http://deb.debian.org/debian buster/main arm64 libmagic1 arm64 1:5.35-4+deb10u2 [115 kB]
12:56:02 #0 6.854 Get:35 http://deb.debian.org/debian buster/main arm64 file arm64 1:5.35-4+deb10u2 [66.5 kB]
12:56:02 #0 6.856 Get:36 http://deb.debian.org/debian buster/main arm64 gettext-base arm64 0.19.8.1-9 [120 kB]
12:56:02 #0 6.857 Get:37 http://deb.debian.org/debian-security buster/updates/main arm64 krb5-locales all 1.17-3+deb10u5 [95.7 kB]
12:56:02 #0 6.859 Get:38 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
12:56:02 #0 6.860 Get:39 http://deb.debian.org/debian-security buster/updates/main arm64 libkrb5support0 arm64 1.17-3+deb10u5 [65.2 kB]
12:56:02 #0 6.861 Get:40 http://deb.debian.org/debian-security buster/updates/main arm64 libk5crypto3 arm64 1.17-3+deb10u5 [123 kB]
12:56:02 #0 6.863 Get:41 http://deb.debian.org/debian-security buster/updates/main arm64 libkrb5-3 arm64 1.17-3+deb10u5 [351 kB]
12:56:02 #0 6.867 Get:42 http://deb.debian.org/debian-security buster/updates/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u5 [150 kB]
12:56:02 #0 6.869 Get:43 http://deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u3 [8154 kB]
12:56:02 #0 6.957 Get:44 http://deb.debian.org/debian-security buster/updates/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u5 [625 kB]
12:56:02 #0 6.965 Get:45 http://deb.debian.org/debian buster/main arm64 manpages all 4.16-2 [1295 kB]
12:56:02 #0 6.973 Get:46 http://deb.debian.org/debian buster/main arm64 libedit2 arm64 3.1-20181209-1 [91.2 kB]
12:56:02 #0 6.975 Get:47 http://deb.debian.org/debian buster/main arm64 openssh-client arm64 1:7.9p1-10+deb10u2 [757 kB]
12:56:02 #0 6.983 Get:48 http://deb.debian.org/debian buster/main arm64 ucf all 3.0038+nmu1 [69.0 kB]
12:56:02 #0 6.985 Get:49 http://deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1+deb10u1 [182 kB]
12:56:02 #0 6.987 Get:50 http://deb.debian.org/debian buster/main arm64 libfl2 arm64 2.6.4-6.2 [103 kB]
12:56:02 #0 6.988 Get:51 http://deb.debian.org/debian buster/main arm64 at arm64 3.1.23-1 [48.3 kB]
12:56:02 #0 6.989 Get:52 http://deb.debian.org/debian buster/main arm64 libsigsegv2 arm64 2.12-2 [32.3 kB]
12:56:02 #0 6.991 Get:53 http://deb.debian.org/debian buster/main arm64 m4 arm64 1.4.18-2 [198 kB]
12:56:02 #0 6.995 Get:54 http://deb.debian.org/debian buster/main arm64 autoconf all 2.69-11 [341 kB]
12:56:02 #0 6.997 Get:55 http://deb.debian.org/debian buster/main arm64 autotools-dev all 20180224.1 [77.0 kB]
12:56:02 #0 7.001 Get:56 http://deb.debian.org/debian buster/main arm64 automake all 1:1.16.1-4 [771 kB]
12:56:02 #0 7.005 Get:57 http://deb.debian.org/debian buster/main arm64 autopoint all 0.19.8.1-9 [434 kB]
12:56:02 #0 7.018 Get:58 http://deb.debian.org/debian buster/main arm64 binutils-common arm64 2.31.1-16 [2073 kB]
12:56:02 #0 7.033 Get:59 http://deb.debian.org/debian buster/main arm64 libbinutils arm64 2.31.1-16 [455 kB]
12:56:02 #0 7.041 Get:60 http://deb.debian.org/debian buster/main arm64 binutils-aarch64-linux-gnu arm64 2.31.1-16 [2129 kB]
12:56:02 #0 7.055 Get:61 http://deb.debian.org/debian buster/main arm64 binutils arm64 2.31.1-16 [56.7 kB]
12:56:02 #0 7.057 Get:62 http://deb.debian.org/debian-security buster/updates/main arm64 libc-dev-bin arm64 2.28-10+deb10u2 [271 kB]
12:56:02 #0 7.065 Get:63 http://deb.debian.org/debian-security buster/updates/main arm64 linux-libc-dev arm64 4.19.269-1 [1534 kB]
12:56:02 #0 7.077 Get:64 http://deb.debian.org/debian-security buster/updates/main arm64 libc6-dev arm64 2.28-10+deb10u2 [2325 kB]
12:56:02 #0 7.101 Get:65 http://deb.debian.org/debian buster/main arm64 libisl19 arm64 0.20-2 [535 kB]
12:56:02 #0 7.107 Get:66 http://deb.debian.org/debian buster/main arm64 libmpfr6 arm64 4.0.2-1 [746 kB]
12:56:02 #0 7.133 Get:67 http://deb.debian.org/debian buster/main arm64 libmpc3 arm64 1.1.0-1 [38.0 kB]
12:56:02 #0 7.133 Get:68 http://deb.debian.org/debian buster/main arm64 cpp-8 arm64 8.3.0-6 [7400 kB]
12:56:02 #0 7.209 Get:69 http://deb.debian.org/debian buster/main arm64 cpp arm64 4:8.3.0-1 [19.4 kB]
12:56:02 #0 7.209 Get:70 http://deb.debian.org/debian buster/main arm64 libcc1-0 arm64 8.3.0-6 [45.0 kB]
12:56:02 #0 7.209 Get:71 http://deb.debian.org/debian buster/main arm64 libgomp1 arm64 8.3.0-6 [67.8 kB]
12:56:02 #0 7.209 Get:72 http://deb.debian.org/debian buster/main arm64 libitm1 arm64 8.3.0-6 [24.0 kB]
12:56:02 #0 7.209 Get:73 http://deb.debian.org/debian buster/main arm64 libatomic1 arm64 8.3.0-6 [8820 B]
12:56:02 #0 7.209 Get:74 http://deb.debian.org/debian buster/main arm64 libasan5 arm64 8.3.0-6 [327 kB]
12:56:02 #0 7.216 Get:75 http://deb.debian.org/debian buster/main arm64 liblsan0 arm64 8.3.0-6 [118 kB]
12:56:02 #0 7.221 Get:76 http://deb.debian.org/debian buster/main arm64 libtsan0 arm64 8.3.0-6 [262 kB]
12:56:02 #0 7.221 Get:77 http://deb.debian.org/debian buster/main arm64 libubsan1 arm64 8.3.0-6 [111 kB]
12:56:02 #0 7.223 Get:78 http://deb.debian.org/debian buster/main arm64 libgcc-8-dev arm64 8.3.0-6 [835 kB]
12:56:02 #0 7.237 Get:79 http://deb.debian.org/debian buster/main arm64 gcc-8 arm64 8.3.0-6 [7879 kB]
12:56:02 #0 7.328 Get:80 http://deb.debian.org/debian buster/main arm64 gcc arm64 4:8.3.0-1 [5212 B]
12:56:02 #0 7.335 Get:81 http://deb.debian.org/debian buster/main arm64 libstdc++-8-dev arm64 8.3.0-6 [1502 kB]
12:56:02 #0 7.361 Get:82 http://deb.debian.org/debian buster/main arm64 g++-8 arm64 8.3.0-6 [8176 kB]
12:56:02 #0 7.442 Get:83 http://deb.debian.org/debian buster/main arm64 g++ arm64 4:8.3.0-1 [1624 B]
12:56:02 #0 7.442 Get:84 http://deb.debian.org/debian buster/main arm64 make arm64 4.2.1-1.2 [333 kB]
12:56:02 #0 7.446 Get:85 http://deb.debian.org/debian buster/main arm64 libdpkg-perl all 1.19.8 [1415 kB]
12:56:02 #0 7.459 Get:86 http://deb.debian.org/debian buster/main arm64 patch arm64 2.7.6-3+deb10u1 [122 kB]
12:56:02 #0 7.461 Get:87 http://deb.debian.org/debian buster/main arm64 dpkg-dev all 1.19.8 [1776 kB]
12:56:02 #0 7.480 Get:88 http://deb.debian.org/debian buster/main arm64 build-essential arm64 12.6 [7576 B]
12:56:02 #0 7.480 Get:89 http://deb.debian.org/debian buster/main arm64 openssl arm64 1.1.1n-0+deb10u3 [834 kB]
12:56:02 #0 7.487 Get:90 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB]
12:56:02 #0 7.489 Get:91 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u2 [69.4 kB]
12:56:02 #0 7.491 Get:92 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u2 [105 kB]
12:56:02 #0 7.493 Get:93 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
12:56:02 #0 7.494 Get:94 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u7 [216 kB]
12:56:02 #0 7.497 Get:95 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
12:56:02 #0 7.498 Get:96 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
12:56:02 #0 7.500 Get:97 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
12:56:02 #0 7.501 Get:98 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
12:56:02 #0 7.503 Get:99 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl4 arm64 7.64.0-4+deb10u4 [313 kB]
12:56:02 #0 7.506 Get:100 http://deb.debian.org/debian-security buster/updates/main arm64 curl arm64 7.64.0-4+deb10u4 [261 kB]
12:56:02 #0 7.510 Get:101 http://deb.debian.org/debian buster/main arm64 dctrl-tools arm64 2.24-3 [101 kB]
12:56:02 #0 7.511 Get:102 http://deb.debian.org/debian buster/main arm64 libtool all 2.4.6-9 [547 kB]
12:56:02 #0 7.517 Get:103 http://deb.debian.org/debian buster/main arm64 dh-autoreconf all 19 [16.9 kB]
12:56:02 #0 7.518 Get:104 http://deb.debian.org/debian buster/main arm64 libarchive-zip-perl all 1.64-1 [96.8 kB]
12:56:02 #0 7.519 Get:105 http://deb.debian.org/debian buster/main arm64 libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
12:56:02 #0 7.520 Get:106 http://deb.debian.org/debian buster/main arm64 dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
12:56:02 #0 7.521 Get:107 http://deb.debian.org/debian buster/main arm64 dwz arm64 0.12-3 [71.7 kB]
12:56:02 #0 7.522 Get:108 http://deb.debian.org/debian-security buster/updates/main arm64 libglib2.0-0 arm64 2.58.3-2+deb10u4 [1186 kB]
12:56:02 #0 7.534 Get:109 http://deb.debian.org/debian buster/main arm64 libcroco3 arm64 0.6.12-3 [140 kB]
12:56:02 #0 7.536 Get:110 http://deb.debian.org/debian-security buster/updates/main arm64 libncurses6 arm64 6.1+20181013-2+deb10u3 [92.6 kB]
12:56:02 #0 7.538 Get:111 http://deb.debian.org/debian buster/main arm64 gettext arm64 0.19.8.1-9 [1261 kB]
12:56:02 #0 7.550 Get:112 http://deb.debian.org/debian buster/main arm64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
12:56:02 #0 7.551 Get:113 http://deb.debian.org/debian buster/main arm64 po-debconf all 1.0.21 [248 kB]
12:56:02 #0 7.555 Get:114 http://deb.debian.org/debian buster/main arm64 debhelper all 12.1.1 [1016 kB]
12:56:02 #0 7.565 Get:115 http://deb.debian.org/debian buster/main arm64 debian-keyring all 2019.02.25 [32.4 MB]
12:56:02 #10 ...
12:56:02 
12:56:02 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:02 From https://github.com/docker/scan-cli-plugin
12:56:02  * [new tag]         v0.23.0    -> v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:02 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 fedora-36
12:56:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:56:02 mkdir -p rpmbuild/SOURCES
12:56:02 docker run --rm -w /v \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:02 	alpine \
12:56:02 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:02 Unable to find image 'alpine:latest' locally
12:56:02 #10 52.03 Setting up linux-libc-dev:armhf (4.19.269-1) ...
12:56:02 #10 52.04 Setting up gettext-base (0.19.8.1-9) ...
12:56:02 #10 52.05 Setting up liblzo2-2:armhf (2.10-0.1) ...
12:56:02 #10 52.07 Setting up libnpth0:armhf (1.6-1) ...
12:56:02 #10 52.08 Setting up krb5-locales (1.17-3+deb10u5) ...
12:56:02 #10 52.10 Setting up file (1:5.35-4+deb10u2) ...
12:56:02 #10 52.11 Setting up libossp-uuid16:armhf (1.6.2-1.5+b7) ...
12:56:02 #10 52.12 Setting up libassuan0:armhf (2.5.2-1) ...
12:56:02 #10 52.13 Setting up libgomp1:armhf (8.3.0-6) ...
12:56:02 #10 52.15 Setting up libapt-inst2.0:armhf (1.8.2.3) ...
12:56:02 #10 52.16 Setting up bzip2 (1.0.6-9.2~deb10u2) ...
12:56:02 #10 52.18 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:56:02 #10 52.19 Setting up libicu63:armhf (63.1-6+deb10u3) ...
12:56:02 #10 52.20 Setting up libfakeroot:armhf (1.23-1) ...
12:56:02 #10 52.22 Setting up libkrb5support0:armhf (1.17-3+deb10u5) ...
12:56:02 #10 52.23 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ...
12:56:02 #10 ...
12:56:02 
12:56:02 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:02 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 5.7s done
12:56:02 #7 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
12:56:02 #7 DONE 16.8s
12:56:02 
12:56:02 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:02 #10 12.69 Selecting previously unselected package python3.
12:56:02 #10 12.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 ... 9953 files and directories currently installed.)
12:56:02 #10 12.69 Preparing to unpack .../000-python3_3.9.2-3_arm64.deb ...
12:56:02 #10 12.72 Unpacking python3 (3.9.2-3) ...
12:56:02 objective_lichterman
12:56:02 cd /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a docker buildx bake --set binary.platform=darwin/amd64,darwin/arm64 binary
12:56:02 #1 [internal] booting buildkit
12:56:02 From https://github.com/docker/scan-cli-plugin
12:56:02  * [new tag]         v0.23.0    -> v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:02 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 centos-9
12:56:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:56:02 mkdir -p rpmbuild/SOURCES
12:56:02 docker run --rm -w /v \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:02 	alpine \
12:56:02 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
[Pipeline] sh
12:56:02 From https://github.com/docker/scan-cli-plugin
12:56:02  * [new tag]         v0.23.0    -> v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:02 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 centos-7
12:56:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:56:02 mkdir -p rpmbuild/SOURCES
12:56:02 docker run --rm -w /v \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:02 	alpine \
12:56:02 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:02 #13 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 55.57MB / 122.71MB 1.1s
12:56:02 #13 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373
12:56:02 #13 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 64.87MB / 122.71MB 1.2s
12:56:02 + make REF=23.0 ubuntu-focal
12:56:02 git init src/github.com/docker/cli
12:56:02 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:56:02 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:56:02 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:56:02 + SRC=src/github.com/docker/cli
12:56:02 + REF=23.0
12:56:02 + REF_FETCH=23.0
12:56:02 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:56:02 + awk {print $2}
12:56:02 + REF=refs/heads/23.0
12:56:02 + [ -n refs/heads/23.0 ]
12:56:02 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:56:02 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:56:02 From https://github.com/docker/scan-cli-plugin
12:56:02  * [new tag]         v0.23.0    -> v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:02 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 raspbian-buster
12:56:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:02 mkdir -p sources
12:56:02 docker run --rm -w /v \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:02 	alpine \
12:56:02 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:02 Unable to find image 'alpine:latest' locally
12:56:02 latest: Pulling from library/alpine
12:56:02 #10 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 55.03MB / 55.03MB 1.2s done
12:56:02 #10 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 54.59MB / 54.59MB 1.3s
12:56:02 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 0B / 148.95MB 1.3s
12:56:02 #10 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 54.59MB / 54.59MB 1.3s done
12:56:02 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 47.19MB / 85.99MB 1.4s
12:56:02 #10 sha256:2d533c107a1d7303beef7f6788021ebadd894b7a021c3245ebf5c3f1ef4488de 0B / 156B 1.4s
12:56:02 + make clean
12:56:02 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:56:02 rm -f -r src
12:56:02 make -C rpm clean
12:56:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:56:02 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:56:02 rm -f -r rpmbuild/
12:56:02 docker builder prune -f --filter until=24h
12:56:02 From https://github.com/docker/scan-cli-plugin
12:56:02  * [new tag]         v0.23.0    -> v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:02 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 debian-bookworm
12:56:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:02 mkdir -p sources
12:56:02 docker run --rm -w /v \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:02 	alpine \
12:56:02 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:02 Unable to find image 'alpine:latest' locally
12:56:02 From https://github.com/docker/scan-cli-plugin
12:56:02  * [new tag]         v0.23.0    -> v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:02 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 debian-bookworm
12:56:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:02 mkdir -p sources
12:56:02 docker run --rm -w /v \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:02 	alpine \
12:56:02 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:02 Unable to find image 'alpine:latest' locally
12:56:02 From https://github.com/docker/scan-cli-plugin
12:56:02  * [new tag]         v0.23.0    -> v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:02 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-kinetic
12:56:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:02 mkdir -p sources
12:56:02 docker run --rm -w /v \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:02 	alpine \
12:56:02 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:02 Unable to find image 'alpine:latest' locally
12:56:02 latest: Pulling from library/alpine
12:56:02 a9eaa45ef418: Pulling fs layer
12:56:02 a9eaa45ef418: Download complete
12:56:02 From https://github.com/docker/scan-cli-plugin
12:56:02  * [new tag]         v0.23.0    -> v0.23.0
12:56:02 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:02 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 centos-8
12:56:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:56:02 mkdir -p rpmbuild/SOURCES
12:56:02 docker run --rm -w /v \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:02 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:02 	alpine \
12:56:02 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:02 Unable to find image 'alpine:latest' locally
12:56:02 From https://github.com/docker/cli
12:56:02  * [new branch]      23.0       -> 23.0
12:56:02  * [new branch]      23.0       -> origin/23.0
12:56:02 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:56:02 git init src/github.com/docker/docker
12:56:02 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:56:02 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:56:02 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:56:02 + SRC=src/github.com/docker/docker
12:56:02 + REF=23.0
12:56:02 + REF_FETCH=23.0
12:56:02 + awk {print $2}
12:56:02 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:56:02 + REF=refs/heads/23.0
12:56:02 + [ -n refs/heads/23.0 ]
12:56:02 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:56:02 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:56:02 latest: Pulling from library/alpine
12:56:02 8921db27df28: Pulling fs layer
12:56:02 8921db27df28: Verifying Checksum
12:56:02 8921db27df28: Download complete
12:56:02 #10 52.25 Setting up fakeroot (1.23-1) ...
12:56:02 #10 52.26 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:56:02 #10 52.27 Setting up mariadb-common (1:10.3.36-0+deb10u2) ...
12:56:02 #10 52.28 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
12:56:02 #10 52.29 Setting up libasan5:armhf (8.3.0-6) ...
12:56:02 #10 52.30 Setting up autotools-dev (20180224.1) ...
12:56:02 #10 52.31 Setting up libglib2.0-data (2.58.3-2+deb10u4) ...
12:56:02 #10 52.33 Setting up libpython2.7-minimal:armhf (2.7.16-2+deb10u1) ...
12:56:02 #10 52.35 Setting up libwrap0:armhf (7.6.q-28) ...
12:56:02 #10 52.36 Setting up libx11-data (2:1.6.7-1+deb10u2) ...
12:56:02 #10 52.37 Setting up make (4.2.1-1.2) ...
12:56:02 #10 52.39 Setting up libmpfr6:armhf (4.0.2-1) ...
12:56:02 #10 52.40 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
12:56:02 #10 52.41 Setting up libntlm0:armhf (1.5-1+deb10u1) ...
12:56:02 #10 52.42 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ...
12:56:02 #10 52.44 Setting up libidn11:armhf (1.33-2.2) ...
12:56:02 #10 52.45 Setting up libncurses6:armhf (6.1+20181013-2+deb10u3) ...
12:56:02 #1 pulling image moby/buildkit:buildx-stable-1
12:56:02 #10 12.81 Selecting previously unselected package less.
12:56:02 #10 12.81 Preparing to unpack .../001-less_551-2_arm64.deb ...
12:56:02 #10 12.82 Unpacking less (551-2) ...
12:56:02 #10 12.89 Selecting previously unselected package netbase.
12:56:02 #10 12.89 Preparing to unpack .../002-netbase_6.3_all.deb ...
12:56:02 #10 12.89 Unpacking netbase (6.3) ...
12:56:02 #10 12.93 Selecting previously unselected package sensible-utils.
12:56:02 #10 12.93 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
12:56:02 #10 12.93 Unpacking sensible-utils (0.0.14) ...
12:56:02 #10 12.98 Selecting previously unselected package bzip2.
12:56:02 #10 12.98 Preparing to unpack .../004-bzip2_1.0.8-4_arm64.deb ...
12:56:02 #10 12.98 Unpacking bzip2 (1.0.8-4) ...
12:56:02 Unable to find image 'alpine:latest' locally
12:56:02 latest: Pulling from library/alpine
12:56:02 Unable to find image 'alpine:latest' locally
12:56:02 latest: Pulling from library/alpine
12:56:02 #13 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 76.55MB / 122.71MB 1.4s
12:56:02 #13 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 0.2s done
12:56:02 #13 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 85.98MB / 122.71MB 1.5s
12:56:02 Unable to find image 'alpine:latest' locally
12:56:02 latest: Pulling from library/alpine
12:56:02 + make clean
12:56:02 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:56:02 rm -f -r src
12:56:02 make -C rpm clean
12:56:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:56:02 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:56:02 rm -f -r rpmbuild/
12:56:02 docker builder prune -f --filter until=24h
12:56:02 8921db27df28: Pulling fs layer
12:56:02 8921db27df28: Download complete
12:56:02 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 55.37MB / 85.99MB 1.6s
12:56:02 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 17.83MB / 148.95MB 1.6s
12:56:02 #10 sha256:2d533c107a1d7303beef7f6788021ebadd894b7a021c3245ebf5c3f1ef4488de 156B / 156B 1.4s done
12:56:02 #10 extracting sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
12:56:02 From https://github.com/docker/buildx
12:56:02  * [new tag]         v0.10.2    -> v0.10.2
12:56:02 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:56:02 Total:	0B
12:56:02 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:56:02 make -C deb clean
12:56:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:02 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:56:02 rm -f -r debbuild
12:56:02 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:56:02 rm -f -r sources
12:56:02 docker builder prune -f --filter until=24h
12:56:02 latest: Pulling from library/alpine
12:56:02 8921db27df28: Pulling fs layer
12:56:02 8921db27df28: Verifying Checksum
12:56:02 8921db27df28: Download complete
12:56:02 latest: Pulling from library/alpine
12:56:02 latest: Pulling from library/alpine
12:56:02 8921db27df28: Pulling fs layer
12:56:02 8921db27df28: Verifying Checksum
12:56:02 8921db27df28: Download complete
12:56:03 a9eaa45ef418: Pull complete
12:56:03 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:56:03 Status: Downloaded newer image for alpine:latest
12:56:03 latest: Pulling from library/alpine
12:56:03 8921db27df28: Pulling fs layer
12:56:03 8921db27df28: Verifying Checksum
12:56:03 8921db27df28: Download complete
12:56:03 8921db27df28: Pull complete
12:56:03 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:56:03 Status: Downloaded newer image for alpine:latest
12:56:03 #10 13.01 Selecting previously unselected package openssl.
12:56:03 #10 13.02 Preparing to unpack .../005-openssl_1.1.1n-0+deb11u4_arm64.deb ...
12:56:03 #10 13.02 Unpacking openssl (1.1.1n-0+deb11u4) ...
12:56:03 #10 13.14 Selecting previously unselected package ca-certificates.
12:56:03 #10 13.14 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
12:56:03 #10 13.15 Unpacking ca-certificates (20210119) ...
12:56:03 #10 13.21 Selecting previously unselected package libmagic-mgc.
12:56:03 #10 13.21 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_arm64.deb ...
12:56:03 #10 13.22 Unpacking libmagic-mgc (1:5.39-3) ...
12:56:03 #10 52.46 Setting up strace (4.26-0.2) ...
12:56:03 #10 52.48 Setting up libsigsegv2:armhf (2.12-2) ...
12:56:03 #10 52.49 Setting up xz-utils (5.2.4-1+deb10u1) ...
12:56:03 #10 52.50 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:56:03 #10 52.51 Setting up libfribidi0:armhf (1.0.5-3.1+deb10u2) ...
12:56:03 #10 52.52 Setting up t1utils (1.41-3) ...
12:56:03 #10 52.54 Setting up diffstat (1.62-1) ...
12:56:03 #10 52.55 Setting up libmpc3:armhf (1.1.0-1) ...
12:56:03 #10 52.56 Setting up libatomic1:armhf (8.3.0-6) ...
12:56:03 #10 52.58 Setting up patch (2.7.6-3+deb10u1) ...
12:56:03 #10 52.59 Setting up mailutils-common (1:3.5-4) ...
12:56:03 #10 52.60 Setting up autopoint (0.19.8.1-9) ...
12:56:03 #10 52.61 Setting up libmariadb3:armhf (1:10.3.36-0+deb10u2) ...
12:56:03 #10 52.62 Setting up libfl2:armhf (2.6.4-6.2) ...
12:56:03 #10 52.64 Setting up libpcre2-8-0:armhf (10.32-5) ...
12:56:03 #10 52.65 Setting up libk5crypto3:armhf (1.17-3+deb10u5) ...
12:56:03 #10 52.66 Setting up libltdl7:armhf (2.4.6-9) ...
12:56:03 #10 52.68 Setting up libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ...
12:56:03 #10 52.69 Setting up libevent-2.1-6:armhf (2.1.8-stable-4) ...
12:56:03 #10 52.71 Setting up libubsan1:armhf (8.3.0-6) ...
12:56:03 #10 52.72 Setting up libisl19:armhf (0.20-2) ...
12:56:03 #10 52.74 Setting up dwz (0.12-3) ...
12:56:03 #10 52.76 Setting up python-apt-common (1.8.4.3) ...
12:56:03 #10 52.77 Setting up sensible-utils (0.0.12) ...
12:56:03 8921db27df28: Pulling fs layer
12:56:03 8921db27df28: Verifying Checksum
12:56:03 8921db27df28: Download complete
12:56:03 8921db27df28: Pulling fs layer
12:56:03 8921db27df28: Verifying Checksum
12:56:03 8921db27df28: Download complete
12:56:03 #13 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 97.52MB / 122.71MB 1.6s
12:56:03 #13 ...
12:56:03 
12:56:03 #15 [internal] load build context
12:56:03 #15 transferring context: 38.14MB 1.7s done
12:56:03 #15 DONE 1.7s
12:56:03 
12:56:03 #13 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1
12:56:03 #13 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 111.15MB / 122.71MB 1.7s
12:56:03 c527615e4ffa: Pulling fs layer
12:56:03 c527615e4ffa: Verifying Checksum
12:56:03 c527615e4ffa: Download complete
12:56:03 8921db27df28: Pull complete
12:56:03 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:56:03 Status: Downloaded newer image for alpine:latest
12:56:03 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 66.87MB / 85.99MB 1.8s
12:56:03 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 29.36MB / 148.95MB 1.8s
12:56:03 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 74.45MB / 85.99MB 1.9s
12:56:03 git init src/github.com/docker/compose
12:56:03 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:56:03 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:56:03 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:56:03 + SRC=src/github.com/docker/compose
12:56:03 + REF=v2.16.0
12:56:03 + REF_FETCH=v2.16.0
12:56:03 + awk {print $2}
12:56:03 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:56:03 Total:	0B
12:56:03 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:03 make -C static clean
12:56:03 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:56:03 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:56:03 rm -f -r build
12:56:03 docker builder prune -f --filter until=24h
12:56:03 8921db27df28: Pull complete
12:56:03 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:56:03 Status: Downloaded newer image for alpine:latest
12:56:03 c527615e4ffa: Pulling fs layer
12:56:03 c527615e4ffa: Verifying Checksum
12:56:03 c527615e4ffa: Download complete
12:56:03 8921db27df28: Pull complete
12:56:03 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:56:03 Status: Downloaded newer image for alpine:latest
12:56:03 8921db27df28: Pull complete
12:56:03 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:56:03 Status: Downloaded newer image for alpine:latest
12:56:03 #10 13.34 Selecting previously unselected package libmagic1:arm64.
12:56:03 #10 13.34 Preparing to unpack .../008-libmagic1_1%3a5.39-3_arm64.deb ...
12:56:03 #10 13.35 Unpacking libmagic1:arm64 (1:5.39-3) ...
12:56:03 #10 13.38 Selecting previously unselected package file.
12:56:03 #10 13.39 Preparing to unpack .../009-file_1%3a5.39-3_arm64.deb ...
12:56:03 #10 13.39 Unpacking file (1:5.39-3) ...
12:56:03 #10 13.42 Selecting previously unselected package gettext-base.
12:56:03 #10 13.42 Preparing to unpack .../010-gettext-base_0.21-4_arm64.deb ...
12:56:03 #10 13.43 Unpacking gettext-base (0.21-4) ...
12:56:03 #10 13.49 Selecting previously unselected package manpages.
12:56:03 #10 13.49 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
12:56:03 #10 13.49 Unpacking manpages (5.10-1) ...
12:56:03 #10 52.78 Setting up exim4-config (4.92-8+deb10u7) ...
12:56:03 8921db27df28: Pull complete
12:56:03 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:56:03 Status: Downloaded newer image for alpine:latest
12:56:03 8921db27df28: Pull complete
12:56:03 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:56:03 Status: Downloaded newer image for alpine:latest
12:56:03 #13 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 122.71MB / 122.71MB 1.8s done
12:56:03 #13 extracting sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 0.1s
12:56:03 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 82.84MB / 85.99MB 2.0s
12:56:03 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 39.85MB / 148.95MB 2.0s
12:56:03 Total:	0B
12:56:03 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:56:03 make -C deb clean
12:56:03 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:03 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:56:03 rm -f -r debbuild
12:56:03 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:56:03 rm -f -r sources
12:56:03 docker builder prune -f --filter until=24h
12:56:03 Total:	0B
12:56:03 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:03 make -C static clean
12:56:03 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:56:03 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:56:03 rm -f -r build
12:56:03 + REF=refs/tags/v2.16.0
12:56:03 + [ -n refs/tags/v2.16.0 ]
12:56:03 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:03 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:03 Total:	0B
12:56:03 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
12:56:03 #10 53.17 Adding system-user for exim (v4)
12:56:03 #10 13.71 Selecting previously unselected package libmd0:arm64.
12:56:03 c527615e4ffa: Pull complete
12:56:03 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:56:03 Status: Downloaded newer image for alpine:latest
12:56:03 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 85.99MB / 85.99MB 2.2s done
12:56:03 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 63.96MB / 148.95MB 2.3s
12:56:03 From https://github.com/docker/compose
12:56:03  * [new tag]         v2.16.0    -> v2.16.0
12:56:03 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:56:03 git init src/github.com/docker/scan-cli-plugin
12:56:03 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:56:03 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:56:03 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:56:03 + SRC=src/github.com/docker/scan-cli-plugin
12:56:03 + REF=v0.23.0
12:56:03 + REF_FETCH=v0.23.0
12:56:03 + awk {print $2}
12:56:03 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:56:03 docker builder prune -f --filter until=24h
12:56:03 c527615e4ffa: Pull complete
12:56:03 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:56:03 Status: Downloaded newer image for alpine:latest
12:56:03 + make REF=23.0 ubuntu-jammy
12:56:03 git init src/github.com/docker/cli
12:56:03 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:56:03 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:56:03 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:56:03 + SRC=src/github.com/docker/cli
12:56:03 + REF=23.0
12:56:03 + REF_FETCH=23.0
12:56:03 + awk {print $2}
12:56:03 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:56:03 + REF=refs/heads/23.0
12:56:03 + [ -n refs/heads/23.0 ]
12:56:03 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:56:03 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:56:03 #10 53.45 Setting up libuchardet0:armhf (0.0.6-3) ...
12:56:03 #10 53.47 Setting up git-man (1:2.20.1-2+deb10u7) ...
12:56:03 #10 53.49 Setting up libssh2-1:armhf (1.8.0-2.1) ...
12:56:03 #10 53.51 Setting up netbase (5.6) ...
12:56:03 #10 53.54 Setting up libkrb5-3:armhf (1.17-3+deb10u5) ...
12:56:03 #10 53.56 Setting up libmpdec2:armhf (2.4.2-2) ...
12:56:03 #10 53.57 Setting up libbinutils:armhf (2.31.1-16) ...
12:56:03 #10 53.58 Setting up cpp-8 (8.3.0-6) ...
12:56:03 #10 13.72 Preparing to unpack .../012-libmd0_1.0.3-3_arm64.deb ...
12:56:03 #10 13.72 Unpacking libmd0:arm64 (1.0.3-3) ...
12:56:03 #10 13.88 Selecting previously unselected package libbsd0:arm64.
12:56:03 #10 13.88 Preparing to unpack .../013-libbsd0_0.11.3-1_arm64.deb ...
12:56:03 #10 13.89 Unpacking libbsd0:arm64 (0.11.3-1) ...
12:56:03 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 2.6s done
12:56:03 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97
12:56:03 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 80.74MB / 148.95MB 2.5s
12:56:03 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 99.61MB / 148.95MB 2.7s
12:56:03 + REF=refs/tags/v0.23.0
12:56:03 + [ -n refs/tags/v0.23.0 ]
12:56:03 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:03 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:03 Total:	0B
12:56:03 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
12:56:04 #10 53.60 Setting up libc-dev-bin (2.28-10+deb10u2) ...
12:56:04 #10 53.61 Setting up openssl (1.1.1n-0+deb10u3) ...
12:56:04 #10 53.63 Setting up libbsd0:armhf (0.9.1-2+deb10u1) ...
12:56:04 #10 53.64 Setting up binutils-arm-linux-gnueabihf (2.31.1-16) ...
12:56:04 #10 53.65 Setting up readline-common (7.0-5) ...
12:56:04 #10 53.67 Setting up publicsuffix (20220811.1734-0+deb10u1) ...
12:56:04 #10 53.68 Setting up libxml2:armhf (2.9.4+dfsg1-7+deb10u5) ...
12:56:04 #10 53.70 Setting up libcc1-0:armhf (8.3.0-6) ...
12:56:04 #10 53.71 Setting up iso-codes (4.2-1) ...
12:56:04 #10 53.72 Setting up liblocale-gettext-perl (1.07-3+b4) ...
12:56:04 #10 53.74 Setting up dctrl-tools (2.24-3) ...
12:56:04 #10 53.76 Setting up debian-keyring (2019.02.25) ...
12:56:04 #10 53.77 Setting up libreadline7:armhf (7.0-5) ...
12:56:04 #10 53.78 Setting up libgdbm6:armhf (1.18.1-4) ...
12:56:04 #10 14.07 Selecting previously unselected package libedit2:arm64.
12:56:04 #10 14.07 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_arm64.deb ...
12:56:04 #10 14.09 Unpacking libedit2:arm64 (3.1-20191231-2+b1) ...
12:56:04 #10 14.24 Selecting previously unselected package libcbor0:arm64.
12:56:04 #10 14.24 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_arm64.deb ...
12:56:04 #10 14.25 Unpacking libcbor0:arm64 (0.5.0+dfsg-2) ...
12:56:04 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 114.29MB / 148.95MB 2.9s
12:56:04 From https://github.com/docker/cli
12:56:04  * [new branch]      23.0       -> 23.0
12:56:04  * [new branch]      23.0       -> origin/23.0
12:56:04 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:56:04 git init src/github.com/docker/docker
12:56:04 #9 9.079 CentOS Stream 9 - Extras packages               9.8 kB/s |  10 kB     00:01    
12:56:04 From https://github.com/docker/scan-cli-plugin
12:56:04  * [new tag]         v0.23.0    -> v0.23.0
12:56:04 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:04 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 raspbian-bullseye
12:56:04 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:04 mkdir -p sources
12:56:04 docker run --rm -w /v \
12:56:04 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:04 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:04 	alpine \
12:56:04 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:04 Unable to find image 'alpine:latest' locally
12:56:04 + make REF=23.0 fedora-37
12:56:04 git init src/github.com/docker/cli
12:56:04 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
12:56:04 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:56:04 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
12:56:04 + SRC=src/github.com/docker/cli
12:56:04 + REF=23.0
12:56:04 + REF_FETCH=23.0
12:56:04 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
12:56:04 + awk {print $2}
12:56:04 + REF=refs/heads/23.0
12:56:04 + [ -n refs/heads/23.0 ]
12:56:04 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:56:04 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:56:04 #10 53.80 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
12:56:04 #10 53.81 Setting up pinentry-curses (1.1.0-2) ...
12:56:04 #10 53.83 Setting up manpages-dev (4.16-2) ...
12:56:04 #10 53.85 Setting up libxdmcp6:armhf (1:1.1.2-3) ...
12:56:04 #10 53.87 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
12:56:04 #10 53.88 Setting up libxcb1:armhf (1.13.1-2) ...
12:56:04 #10 53.90 Setting up at (3.1.23-1) ...
12:56:04 #10 54.04 invoke-rc.d: could not determine current runlevel
12:56:04 #10 14.32 Selecting previously unselected package libfido2-1:arm64.
12:56:04 #10 14.32 Preparing to unpack .../016-libfido2-1_1.6.0-2_arm64.deb ...
12:56:04 #10 14.33 Unpacking libfido2-1:arm64 (1.6.0-2) ...
12:56:04 #10 14.44 Selecting previously unselected package openssh-client.
12:56:04 #10 14.44 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5+deb11u1_arm64.deb ...
12:56:04 #10 14.45 Unpacking openssh-client (1:8.4p1-5+deb11u1) ...
12:56:04 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 129.85MB / 148.95MB 3.1s
12:56:04 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:56:04 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:56:04 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:56:04 + SRC=src/github.com/docker/docker
12:56:04 + REF=23.0
12:56:04 + REF_FETCH=23.0
12:56:04 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:56:04 + awk {print $2}
12:56:04 latest: Pulling from library/alpine
12:56:04 c527615e4ffa: Pulling fs layer
12:56:04 From https://github.com/docker/cli
12:56:04  * [new branch]      23.0       -> 23.0
12:56:04  * [new branch]      23.0       -> origin/23.0
12:56:04 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:56:04 #10 54.04 invoke-rc.d: policy-rc.d denied execution of start.
12:56:04 #10 54.05 Setting up libedit2:armhf (3.1-20181209-1) ...
12:56:04 #10 54.06 Setting up libkyotocabinet16v5:armhf (1.2.76-4.2+b1) ...
12:56:04 #10 54.08 Setting up cron (3.0pl1-134+deb10u1) ...
12:56:04 #10 54.17 Adding group `crontab' (GID 102) ...
12:56:04 #10 54.20 Done.
12:56:04 #10 54.22 invoke-rc.d: could not determine current runlevel
12:56:04 #10 54.23 invoke-rc.d: policy-rc.d denied execution of start.
12:56:04 #10 14.59 Selecting previously unselected package ucf.
12:56:04 #10 14.60 Preparing to unpack .../018-ucf_3.0043_all.deb ...
12:56:04 #10 14.61 Moving old data out of the way
12:56:04 #10 14.61 Unpacking ucf (3.0043) ...
12:56:04 #10 14.68 Selecting previously unselected package xz-utils.
12:56:04 #10 14.68 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
12:56:04 #10 14.69 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
12:56:04 #10 14.76 Selecting previously unselected package libsigsegv2:arm64.
12:56:04 #10 14.76 Preparing to unpack .../020-libsigsegv2_2.13-1_arm64.deb ...
12:56:04 #10 14.77 Unpacking libsigsegv2:arm64 (2.13-1) ...
12:56:04 #10 14.81 Selecting previously unselected package m4.
12:56:04 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 145.75MB / 148.95MB 3.3s
12:56:04 c527615e4ffa: Verifying Checksum
12:56:04 c527615e4ffa: Download complete
12:56:04 + REF=refs/heads/23.0
12:56:04 + [ -n refs/heads/23.0 ]
12:56:04 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:56:04 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:56:04 #9 9.899 Dependencies resolved.
12:56:04 #9 9.913 ================================================================================
12:56:04 #9 9.913  Package                       Arch     Version                Repository  Size
12:56:04 #9 9.913 ================================================================================
12:56:04 #9 9.913 Installing:
12:56:04 #9 9.913  dnf-plugins-core              noarch   4.3.0-4.el9            baseos      38 k
12:56:04 #9 9.913  rpm-build                     aarch64  4.16.1.3-22.el9        appstream  100 k
12:56:04 #9 9.913  rpmlint                       noarch   1.11-19.el9            appstream  198 k
12:56:04 #9 9.913 Installing dependencies:
12:56:04 #9 9.913  adobe-source-code-pro-fonts   noarch   2.030.1.050-12.el9.1   baseos     832 k
12:56:04 #9 9.913  binutils                      aarch64  2.35.2-37.el9          baseos     4.8 M
12:56:04 #9 9.913  bzip2                         aarch64  1.0.8-8.el9            baseos      56 k
12:56:04 #9 9.913  checkpolicy                   aarch64  3.5-0.rc2.1.el9        appstream  342 k
12:56:04 #9 9.913  cpio                          aarch64  2.13-16.el9            baseos     274 k
12:56:04 #9 9.913  cracklib                      aarch64  2.9.6-27.el9           baseos      95 k
12:56:04 #9 9.913  cracklib-dicts                aarch64  2.9.6-27.el9           baseos     3.6 M
12:56:04 #9 9.913  dbus-libs                     aarch64  1:1.12.20-7.el9        baseos     150 k
12:56:04 #9 9.913  desktop-file-utils            aarch64  0.26-6.el9             appstream   72 k
12:56:04 #9 9.913  diffutils                     aarch64  3.7-12.el9             baseos     392 k
12:56:04 #9 9.913  dwz                           aarch64  0.14-3.el9             appstream  126 k
12:56:04 #9 9.913  ed                            aarch64  1.14.2-12.el9          baseos      74 k
12:56:04 #9 9.913  efi-srpm-macros               noarch   4-9.el9                appstream   23 k
12:56:04 #9 9.913  elfutils                      aarch64  0.188-3.el9            baseos     524 k
12:56:04 #9 9.913  elfutils-debuginfod-client    aarch64  0.188-3.el9            baseos      37 k
12:56:04 #9 9.913  emacs-filesystem              noarch   1:27.2-8.el9           appstream  8.8 k
12:56:04 #9 9.913  enchant                       aarch64  1:1.6.0-30.el9         appstream   61 k
12:56:04 #9 9.913  environment-modules           aarch64  5.0.1-2.el9            baseos     492 k
12:56:04 #9 9.913  file                          aarch64  5.39-10.el9            baseos      49 k
12:56:04 #9 9.913  fonts-srpm-macros             noarch   1:2.0.5-7.el9.1        appstream   28 k
12:56:04 #9 9.913  gcc-toolset-12-binutils       aarch64  2.38-16.el9            appstream  5.8 M
12:56:04 #9 9.913  gcc-toolset-12-binutils-gold  aarch64  2.38-14.el9            appstream  897 k
12:56:04 #9 9.913  gcc-toolset-12-runtime        aarch64  12.0-5.el9             appstream   55 k
12:56:04 #9 9.913  gdb-minimal                   aarch64  10.2-10.el9            appstream  3.1 M
12:56:04 #9 9.913  gdk-pixbuf2                   aarch64  2.42.6-3.el9           appstream  490 k
12:56:04 #9 9.913  ghc-srpm-macros               noarch   1.5.0-6.el9            appstream  8.8 k
12:56:04 #9 9.913  glib-networking               aarch64  2.68.3-3.el9           baseos     185 k
12:56:04 #9 9.913  glibc-gconv-extra             aarch64  2.34-58.el9            baseos     1.7 M
12:56:04 #9 9.913  go-srpm-macros                noarch   3.0.9-9.el9            appstream   27 k
12:56:04 #9 9.913  groff-base                    aarch64  1.22.4-10.el9          baseos     1.0 M
12:56:04 #9 9.913  gsettings-desktop-schemas     aarch64  40.0-6.el9             baseos     684 k
12:56:04 #9 9.913  hunspell                      aarch64  1.7.0-11.el9           appstream  319 k
12:56:04 #9 9.913  hunspell-en-GB                noarch   0.20140811.1-20.el9    appstream  226 k
12:56:04 #9 9.913  hunspell-en-US                noarch   0.20140811.1-20.el9    appstream  177 k
12:56:04 #9 9.913  hunspell-filesystem           aarch64  1.7.0-11.el9           appstream  8.6 k
12:56:04 #9 9.913  info                          aarch64  6.7-15.el9             baseos     221 k
12:56:04 #9 9.913  json-glib                     aarch64  1.6.6-1.el9            baseos     160 k
12:56:04 #9 9.913  kernel-srpm-macros            noarch   1.0-11.el9             appstream   16 k
12:56:04 #9 9.913  less                          aarch64  590-1.el9              baseos     161 k
12:56:04 #9 9.913  libappstream-glib             aarch64  0.7.18-4.el9           appstream  380 k
12:56:04 #9 9.913  libbrotli                     aarch64  1.0.9-6.el9            baseos     314 k
12:56:04 #9 9.913  libdb                         aarch64  5.3.28-53.el9          baseos     712 k
12:56:04 #9 9.913  libeconf                      aarch64  0.4.1-2.el9            baseos      27 k
12:56:04 #9 9.913  libfdisk                      aarch64  2.37.4-9.el9           baseos     149 k
12:56:04 #9 9.913  libicu                        aarch64  67.1-9.el9             baseos     9.5 M
12:56:04 #9 9.913  libjpeg-turbo                 aarch64  2.0.90-5.el9           appstream  170 k
12:56:04 #9 9.913  libpipeline                   aarch64  1.5.3-4.el9            baseos      48 k
12:56:04 #9 9.913  libpkgconf                    aarch64  1.7.3-10.el9           baseos      36 k
12:56:04 #9 9.913  libpng                        aarch64  2:1.6.37-12.el9        baseos     115 k
12:56:04 #9 9.913  libproxy                      aarch64  0.4.15-35.el9          baseos      71 k
12:56:04 #9 9.913  libpsl                        aarch64  0.21.1-5.el9           baseos      64 k
12:56:04 #9 9.913  libpwquality                  aarch64  1.4.4-8.el9            baseos     119 k
12:56:04 #9 9.913  libselinux-utils              aarch64  3.5-0.rc2.1.el9        baseos     181 k
12:56:04 #9 9.913  libsoup                       aarch64  2.72.0-8.el9           appstream  397 k
12:56:04 #9 9.913  libstemmer                    aarch64  0-18.585svn.el9        appstream   82 k
12:56:04 #9 9.913  libutempter                   aarch64  1.2.1-6.el9            baseos      27 k
12:56:04 #9 9.913  lua-srpm-macros               noarch   1-6.el9                appstream  9.5 k
12:56:04 #9 9.913  man-db                        aarch64  2.9.3-7.el9            baseos     1.2 M
12:56:04 #9 9.913  ncurses                       aarch64  6.2-8.20210508.el9     baseos     406 k
12:56:04 #9 9.913  ocaml-srpm-macros             noarch   6-6.el9                appstream  8.8 k
12:56:04 #9 9.913  openblas-srpm-macros          noarch   2-11.el9               appstream  8.4 k
12:56:04 #9 9.913  openssl                       aarch64  1:3.0.7-2.el9          baseos     1.2 M
12:56:04 #9 9.913  pam                           aarch64  1.5.1-14.el9           baseos     618 k
12:56:04 #9 9.913  patch                         aarch64  2.7.6-16.el9           appstream  124 k
12:56:04 #9 9.913  perl-AutoLoader               noarch   5.74-480.el9           appstream   22 k
12:56:04 #9 9.913  perl-B                        aarch64  1.80-480.el9           appstream  182 k
12:56:04 #9 9.913  perl-Carp                     noarch   1.50-460.el9           appstream   30 k
12:56:04 #9 9.913  perl-Class-Struct             noarch   0.66-480.el9           appstream   23 k
12:56:04 #9 9.913  perl-Data-Dumper              aarch64  2.174-462.el9          appstream   55 k
12:56:04 #9 9.913  perl-Digest                   noarch   1.19-4.el9             appstream   26 k
12:56:04 #9 9.913  perl-Digest-MD5               aarch64  2.58-4.el9             appstream   37 k
12:56:04 #9 9.913  perl-Encode                   aarch64  4:3.08-462.el9         appstream  1.7 M
12:56:04 #9 9.913  perl-Errno                    aarch64  1.30-480.el9           appstream   16 k
12:56:04 #9 9.913  perl-Exporter                 noarch   5.74-461.el9           appstream   32 k
12:56:04 #9 9.913  perl-Fcntl                    aarch64  1.13-480.el9           appstream   21 k
12:56:04 #9 9.913  perl-File-Basename            noarch   2.85-480.el9           appstream   18 k
12:56:04 #9 9.913  perl-File-Path                noarch   2.18-4.el9             appstream   36 k
12:56:04 #9 9.913  perl-File-Temp                noarch   1:0.231.100-4.el9      appstream   60 k
12:56:04 #9 9.913  perl-File-stat                noarch   1.09-480.el9           appstream   18 k
12:56:04 #9 9.913  perl-FileHandle               noarch   2.03-480.el9           appstream   17 k
12:56:04 #9 9.913  perl-Getopt-Long              noarch   1:2.52-4.el9           appstream   61 k
12:56:04 #9 9.913  perl-Getopt-Std               noarch   1.12-480.el9           appstream   17 k
12:56:04 #9 9.913  perl-HTTP-Tiny                noarch   0.076-460.el9          appstream   55 k
12:56:04 #9 9.913  perl-IO                       aarch64  1.43-480.el9           appstream   89 k
12:56:04 #9 9.913  perl-IO-Socket-IP             noarch   0.41-5.el9             appstream   43 k
12:56:04 #9 9.913  perl-IPC-Open3                noarch   1.21-480.el9           appstream   24 k
12:56:04 #9 9.913  perl-MIME-Base64              aarch64  3.16-4.el9             appstream   31 k
12:56:04 #9 9.913  perl-Net-SSLeay               aarch64  1.92-2.el9             appstream  389 k
12:56:04 #9 9.913  perl-POSIX                    aarch64  1.94-480.el9           appstream   98 k
12:56:04 #9 9.913  perl-PathTools                aarch64  3.78-461.el9           appstream   88 k
12:56:04 #9 9.913  perl-Pod-Escapes              noarch   1:1.07-460.el9         appstream   21 k
12:56:04 #9 9.913  perl-Pod-Perldoc              noarch   3.28.01-461.el9        appstream   87 k
12:56:04 #9 9.913  perl-Pod-Simple               noarch   1:3.42-4.el9           appstream  225 k
12:56:04 #9 9.913  perl-Pod-Usage                noarch   4:2.01-4.el9           appstream   41 k
12:56:04 #9 9.913  perl-Scalar-List-Utils        aarch64  4:1.56-461.el9         appstream   72 k
12:56:04 #9 9.913  perl-SelectSaver              noarch   1.02-480.el9           appstream   13 k
12:56:04 #9 9.913  perl-Socket                   aarch64  4:2.031-4.el9          appstream   55 k
12:56:04 #9 9.913  perl-Storable                 aarch64  1:3.21-460.el9         appstream   94 k
12:56:04 #9 9.913  perl-Symbol                   noarch   1.08-480.el9           appstream   15 k
12:56:04 #9 9.913  perl-Term-ANSIColor           noarch   5.01-461.el9           appstream   49 k
12:56:04 #9 9.913  perl-Term-Cap                 noarch   1.17-460.el9           appstream   23 k
12:56:04 #9 9.913  perl-Text-ParseWords          noarch   3.30-460.el9           appstream   17 k
12:56:04 #9 9.913  perl-Text-Tabs+Wrap           noarch   2013.0523-460.el9      appstream   24 k
12:56:04 #9 9.913  perl-Time-Local               noarch   2:1.300-7.el9          appstream   34 k
12:56:04 #9 9.913  perl-URI                      noarch   5.09-3.el9             appstream  121 k
12:56:04 #9 9.913  perl-base                     noarch   2.27-480.el9           appstream   17 k
12:56:04 #9 9.913  perl-constant                 noarch   1.33-461.el9           appstream   24 k
12:56:04 #9 9.913  perl-if                       noarch   0.60.800-480.el9       appstream   15 k
12:56:04 #9 9.913  perl-interpreter              aarch64  4:5.32.1-480.el9       appstream   72 k
12:56:04 #9 9.913  perl-libnet                   noarch   3.13-4.el9             appstream  130 k
12:56:04 #9 9.913  perl-libs                     aarch64  4:5.32.1-480.el9       appstream  2.1 M
12:56:04 #9 9.913  perl-mro                      aarch64  1.23-480.el9           appstream   29 k
12:56:04 #9 9.913  perl-overload                 noarch   1.31-480.el9           appstream   47 k
12:56:04 #9 9.913  perl-overloading              noarch   0.02-480.el9           appstream   14 k
12:56:04 #9 9.913  perl-parent                   noarch   1:0.238-460.el9        appstream   15 k
12:56:04 #9 9.913  perl-podlators                noarch   1:4.14-460.el9         appstream  114 k
12:56:04 #9 9.913  perl-srpm-macros              noarch   1-41.el9               appstream  9.1 k
12:56:04 #9 9.913  perl-subs                     noarch   1.03-480.el9           appstream   13 k
12:56:04 #9 9.913  perl-vars                     noarch   1.05-480.el9           appstream   14 k
12:56:04 #9 9.913  pkgconf                       aarch64  1.7.3-10.el9           baseos      40 k
12:56:04 #9 9.913  pkgconf-m4                    noarch   1.7.3-10.el9           baseos      15 k
12:56:04 #9 9.913  pkgconf-pkg-config            aarch64  1.7.3-10.el9           baseos      11 k
12:56:04 #9 9.913  policycoreutils               aarch64  3.5-0.rc2.1.el9        baseos     236 k
12:56:04 #9 9.913  policycoreutils-python-utils  noarch   3.5-0.rc2.1.el9        appstream   75 k
12:56:04 #9 9.913  procps-ng                     aarch64  3.3.17-11.el9          baseos     348 k
12:56:04 #9 9.913  publicsuffix-list-dafsa       noarch   20210518-3.el9         baseos      58 k
12:56:04 #9 9.913  python-srpm-macros            noarch   3.9-52.el9             appstream   24 k
12:56:04 #9 9.913  python3-audit                 aarch64  3.0.7-103.el9          appstream   84 k
12:56:04 #9 9.913  python3-dateutil              noarch   1:2.8.1-6.el9          baseos     302 k
12:56:04 #9 9.913  python3-dbus                  aarch64  1.2.18-2.el9           baseos     144 k
12:56:04 #9 9.913  python3-distro                noarch   1.5.0-7.el9            baseos      37 k
12:56:04 #9 9.913  python3-dnf-plugins-core      noarch   4.3.0-4.el9            baseos     260 k
12:56:04 #9 9.913  python3-enchant               noarch   3.2.0-5.el9            appstream   86 k
12:56:04 #9 9.913  python3-file-magic            noarch   5.39-10.el9            appstream   17 k
12:56:04 #9 9.913  python3-libselinux            aarch64  3.5-0.rc2.1.el9        appstream  183 k
12:56:04 #9 9.913  python3-libsemanage           aarch64  3.5-0.rc2.1.el9        appstream   80 k
12:56:04 #9 9.913  python3-policycoreutils       noarch   3.5-0.rc2.1.el9        appstream  2.1 M
12:56:04 #9 9.913  python3-setools               aarch64  4.4.0-5.el9            baseos     590 k
12:56:04 #9 9.913  python3-setuptools            noarch   53.0.0-12.el9          baseos     944 k
12:56:04 #9 9.913  python3-six                   noarch   1.15.0-9.el9           baseos      37 k
12:56:04 #9 9.913  python3-systemd               aarch64  234-18.el9             baseos      89 k
12:56:04 #9 9.913  qt5-srpm-macros               noarch   5.15.3-1.el9           appstream  9.7 k
12:56:04 #9 9.913  redhat-rpm-config             noarch   197-1.el9              appstream   73 k
12:56:04 #9 9.913  rust-srpm-macros              noarch   17-4.el9               appstream   10 k
12:56:04 #9 9.913  scl-utils                     aarch64  1:2.0.3-4.el9          appstream   37 k
12:56:04 #9 9.913  shared-mime-info              aarch64  2.1-5.el9              baseos     558 k
12:56:04 #9 9.913  systemd-libs                  aarch64  252-3.el9              baseos     614 k
12:56:04 #9 9.913  tcl                           aarch64  1:8.6.10-7.el9         baseos     1.1 M
12:56:04 #9 9.913  unzip                         aarch64  6.0-56.el9             baseos     179 k
12:56:04 #9 9.913  util-linux                    aarch64  2.37.4-9.el9           baseos     2.3 M
12:56:04 #9 9.913  util-linux-core               aarch64  2.37.4-9.el9           baseos     457 k
12:56:04 #9 9.913  vim-filesystem                noarch   2:8.2.2637-16.el9      baseos      25 k
12:56:04 #9 9.913  webkit2gtk3-jsc               aarch64  2.38.4-1.el9           appstream  2.9 M
12:56:04 #9 9.913  xz                            aarch64  5.2.5-8.el9            baseos     226 k
12:56:04 #9 9.913  zip                           aarch64  3.0-33.el9             baseos     235 k
12:56:04 #9 9.913  zstd                          aarch64  1.5.1-2.el9            baseos     387 k
12:56:04 #9 9.913 Installing weak dependencies:
12:56:04 #9 9.913  abattis-cantarell-fonts       noarch   0.301-4.el9            appstream  365 k
12:56:04 #9 9.913  hunspell-en                   noarch   0.20140811.1-20.el9    appstream  187 k
12:56:04 #9 9.913  libproxy-webkitgtk4           aarch64  0.4.15-35.el9          appstream   21 k
12:56:04 #9 9.913  perl-IO-Socket-SSL            noarch   2.073-1.el9            appstream  219 k
12:56:04 #9 9.913  perl-Mozilla-CA               noarch   20200520-6.el9         appstream   13 k
12:56:04 #9 9.913  perl-NDBM_File                aarch64  1.15-480.el9           appstream   23 k
12:56:04 #9 9.913 
12:56:04 #9 9.913 Transaction Summary
12:56:04 #9 9.913 ================================================================================
12:56:04 #9 9.913 Install  165 Packages
12:56:04 #9 9.913 
12:56:04 #9 9.922 Total download size: 66 M
12:56:04 #9 9.923 Installed size: 261 M
12:56:04 #9 9.923 Downloading Packages:
12:56:04 #10 54.34 Setting up libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u7) ...
12:56:04 #10 54.35 Setting up m4 (1.4.18-2) ...
12:56:04 #10 54.37 Setting up binutils (2.31.1-16) ...
12:56:04 #10 54.38 Setting up libpython2.7-stdlib:armhf (2.7.16-2+deb10u1) ...
12:56:04 #10 54.40 Setting up ca-certificates (20200601~deb10u2) ...
12:56:04 #10 14.82 Preparing to unpack .../021-m4_1.4.18-5_arm64.deb ...
12:56:04 #10 14.82 Unpacking m4 (1.4.18-5) ...
12:56:04 #10 14.91 Selecting previously unselected package autoconf.
12:56:04 #10 14.91 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
12:56:04 #10 14.92 Unpacking autoconf (2.69-14) ...
12:56:04 #10 15.02 Selecting previously unselected package autotools-dev.
12:56:04 #10 15.02 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
12:56:04 #10 15.03 Unpacking autotools-dev (20180224.1+nmu1) ...
12:56:04 #10 15.11 Selecting previously unselected package automake.
12:56:04 #10 15.11 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
12:56:04 #10 15.12 Unpacking automake (1:1.16.3-2) ...
12:56:05 git init src/github.com/docker/docker
12:56:05 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:56:05 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:56:05 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:56:05 + SRC=src/github.com/docker/docker
12:56:05 + REF=23.0
12:56:05 + REF_FETCH=23.0
12:56:05 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:56:05 + awk {print $2}
12:56:05 + REF=refs/heads/23.0
12:56:05 + [ -n refs/heads/23.0 ]
12:56:05 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:56:05 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:56:05 #10 54.76 Updating certificates in /etc/ssl/certs...
12:56:05 #10 15.25 Selecting previously unselected package autopoint.
12:56:05 #10 15.25 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
12:56:05 #10 15.27 Unpacking autopoint (0.21-4) ...
12:56:05 #10 15.32 Selecting previously unselected package binutils-common:arm64.
12:56:05 #10 15.32 Preparing to unpack .../026-binutils-common_2.35.2-2_arm64.deb ...
12:56:05 #10 15.33 Unpacking binutils-common:arm64 (2.35.2-2) ...
12:56:05 mkdir -p sources
12:56:05 docker run --rm -w /v \
12:56:05 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:05 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:05 	alpine \
12:56:05 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:05 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 148.95MB / 148.95MB 4.1s done
12:56:05 c527615e4ffa: Pull complete
12:56:05 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:56:05 Status: Downloaded newer image for alpine:latest
12:56:05 #1 pulling image moby/buildkit:buildx-stable-1 2.7s done
12:56:05 #10 15.57 Selecting previously unselected package libbinutils:arm64.
12:56:05 #10 15.57 Preparing to unpack .../027-libbinutils_2.35.2-2_arm64.deb ...
12:56:05 #10 15.57 Unpacking libbinutils:arm64 (2.35.2-2) ...
12:56:05 #10 15.65 Selecting previously unselected package libctf-nobfd0:arm64.
12:56:05 #10 ...
12:56:05 
12:56:05 #12 [internal] load build context
12:56:05 #12 transferring context: 63.97MB 4.2s done
12:56:05 #12 DONE 4.3s
12:56:05 
12:56:05 #10 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce
12:56:05 #1 creating container buildx_buildkit_objective_lichterman0
12:56:05 mkdir -p sources
12:56:05 docker run --rm -w /v \
12:56:05 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:05 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:05 	alpine \
12:56:05 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:05 #10 55.22 137 added, 0 removed; done.
12:56:05 #10 55.29 Setting up libunbound8:armhf (1.9.0-2+deb10u2) ...
12:56:05 #10 55.30 Setting up shared-mime-info (1.10-1) ...
12:56:05 #10 15.65 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_arm64.deb ...
12:56:05 #10 15.66 Unpacking libctf-nobfd0:arm64 (2.35.2-2) ...
12:56:05 #10 15.69 Selecting previously unselected package libctf0:arm64.
12:56:05 #10 15.70 Preparing to unpack .../029-libctf0_2.35.2-2_arm64.deb ...
12:56:05 #10 15.70 Unpacking libctf0:arm64 (2.35.2-2) ...
12:56:05 #10 15.73 Selecting previously unselected package binutils-aarch64-linux-gnu.
12:56:05 #10 15.73 Preparing to unpack .../030-binutils-aarch64-linux-gnu_2.35.2-2_arm64.deb ...
12:56:05 #10 15.73 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
12:56:05 #9 10.92 (1/165): adobe-source-code-pro-fonts-2.030.1.05 2.6 MB/s | 832 kB     00:00    
12:56:05 From https://github.com/docker/cli
12:56:05  * [new branch]      23.0       -> 23.0
12:56:05  * [new branch]      23.0       -> origin/23.0
12:56:05 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:56:05 #10 15.99 Selecting previously unselected package binutils.
12:56:05 #10 15.99 Preparing to unpack .../031-binutils_2.35.2-2_arm64.deb ...
12:56:05 #10 16.00 Unpacking binutils (2.35.2-2) ...
12:56:05 #10 16.03 Selecting previously unselected package libc-dev-bin.
12:56:05 #10 16.03 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u5_arm64.deb ...
12:56:05 #10 16.04 Unpacking libc-dev-bin (2.31-13+deb11u5) ...
12:56:05 #10 16.08 Selecting previously unselected package linux-libc-dev:arm64.
12:56:05 #9 10.93 (2/165): bzip2-1.0.8-8.el9.aarch64.rpm          176 kB/s |  56 kB     00:00    
12:56:05 #9 10.94 (3/165): cpio-2.13-16.el9.aarch64.rpm            30 MB/s | 274 kB     00:00    
12:56:05 #9 10.94 (4/165): cracklib-2.9.6-27.el9.aarch64.rpm      6.9 MB/s |  95 kB     00:00    
12:56:05 #9 10.98 (5/165): binutils-2.35.2-37.el9.aarch64.rpm      13 MB/s | 4.8 MB     00:00    
12:56:05 #9 10.99 (6/165): cracklib-dicts-2.9.6-27.el9.aarch64.rp  68 MB/s | 3.6 MB     00:00    
12:56:05 #9 11.00 (7/165): dbus-libs-1.12.20-7.el9.aarch64.rpm    3.4 MB/s | 150 kB     00:00    
12:56:05 #9 11.00 (8/165): dnf-plugins-core-4.3.0-4.el9.noarch.rp 8.0 MB/s |  38 kB     00:00    
12:56:05 #9 11.01 (9/165): diffutils-3.7-12.el9.aarch64.rpm        33 MB/s | 392 kB     00:00    
12:56:05 #9 11.01 (10/165): ed-1.14.2-12.el9.aarch64.rpm          4.8 MB/s |  74 kB     00:00    
12:56:05 #9 11.03 (11/165): elfutils-0.188-3.el9.aarch64.rpm       22 MB/s | 524 kB     00:00    
12:56:05 #9 11.04 (12/165): environment-modules-5.0.1-2.el9.aarch  22 MB/s | 492 kB     00:00    
12:56:05 #9 11.04 (13/165): elfutils-debuginfod-client-0.188-3.el 1.4 MB/s |  37 kB     00:00    
12:56:05 #9 11.04 (14/165): file-5.39-10.el9.aarch64.rpm          3.7 MB/s |  49 kB     00:00    
12:56:05 #9 11.05 (15/165): glib-networking-2.68.3-3.el9.aarch64.  16 MB/s | 185 kB     00:00    
12:56:05 #9 11.07 (16/165): groff-base-1.22.4-10.el9.aarch64.rpm   47 MB/s | 1.0 MB     00:00    
12:56:05 #9 11.08 (17/165): glibc-gconv-extra-2.34-58.el9.aarch64  50 MB/s | 1.7 MB     00:00    
12:56:05 #9 11.09 (18/165): info-6.7-15.el9.aarch64.rpm            13 MB/s | 221 kB     00:00    
12:56:05 #9 11.12 (19/165): gsettings-desktop-schemas-40.0-6.el9. 9.8 MB/s | 684 kB     00:00    
12:56:05 #9 11.13 (20/165): json-glib-1.6.6-1.el9.aarch64.rpm     3.4 MB/s | 160 kB     00:00    
12:56:05 #9 11.13 (21/165): less-590-1.el9.aarch64.rpm            3.5 MB/s | 161 kB     00:00    
12:56:05 git init src/github.com/docker/docker
12:56:05 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:56:05 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:56:05 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:56:05 + SRC=src/github.com/docker/docker
12:56:05 + REF=23.0
12:56:05 + REF_FETCH=23.0
12:56:05 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:56:05 + awk {print $2}
12:56:06 From https://github.com/docker/docker
12:56:06  * [new branch]      23.0       -> 23.0
12:56:06  * [new branch]      23.0       -> origin/23.0
12:56:06 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:56:06 mkdir -p sources
12:56:06 docker run --rm -w /v \
12:56:06 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:06 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:06 	alpine \
12:56:06 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:06 #10 16.08 Preparing to unpack .../033-linux-libc-dev_5.10.162-1_arm64.deb ...
12:56:06 #10 16.08 Unpacking linux-libc-dev:arm64 (5.10.162-1) ...
12:56:06 #10 16.22 Selecting previously unselected package libcrypt-dev:arm64.
12:56:06 #10 16.22 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_arm64.deb ...
12:56:06 #10 16.22 Unpacking libcrypt-dev:arm64 (1:4.4.18-4) ...
12:56:06 #10 16.26 Selecting previously unselected package libtirpc-dev:arm64.
12:56:06 #10 16.26 Preparing to unpack .../035-libtirpc-dev_1.3.1-1+deb11u1_arm64.deb ...
12:56:06 #10 16.27 Unpacking libtirpc-dev:arm64 (1.3.1-1+deb11u1) ...
12:56:06 #10 16.31 Selecting previously unselected package libnsl-dev:arm64.
12:56:06 #10 16.32 Preparing to unpack .../036-libnsl-dev_1.3.0-2_arm64.deb ...
12:56:06 #10 16.32 Unpacking libnsl-dev:arm64 (1.3.0-2) ...
12:56:06 From https://github.com/docker/cli
12:56:06  * [new branch]      23.0       -> 23.0
12:56:06  * [new branch]      23.0       -> origin/23.0
12:56:06 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
12:56:06 #9 11.14 (22/165): libbrotli-1.0.9-6.el9.aarch64.rpm      24 MB/s | 314 kB     00:00    
12:56:06 #9 11.15 (23/165): libdb-5.3.28-53.el9.aarch64.rpm        38 MB/s | 712 kB     00:00    
12:56:06 #9 11.15 (24/165): libeconf-0.4.1-2.el9.aarch64.rpm      1.7 MB/s |  27 kB     00:00    
12:56:06 #9 11.18 (25/165): libfdisk-2.37.4-9.el9.aarch64.rpm     4.2 MB/s | 149 kB     00:00    
12:56:06 #9 11.22 (26/165): libpipeline-1.5.3-4.el9.aarch64.rpm   707 kB/s |  48 kB     00:00    
12:56:06 #9 11.27 (27/165): libicu-67.1-9.el9.aarch64.rpm          81 MB/s | 9.5 MB     00:00    
12:56:06 #9 11.27 (28/165): libpkgconf-1.7.3-10.el9.aarch64.rpm   418 kB/s |  36 kB     00:00    
12:56:06 #9 11.27 (29/165): libpng-1.6.37-12.el9.aarch64.rpm      2.4 MB/s | 115 kB     00:00    
12:56:06 #9 11.28 (30/165): libproxy-0.4.15-35.el9.aarch64.rpm     10 MB/s |  71 kB     00:00    
12:56:06 #9 11.29 (31/165): libpwquality-1.4.4-8.el9.aarch64.rpm   10 MB/s | 119 kB     00:00    
12:56:06 #9 11.29 (32/165): libpsl-0.21.1-5.el9.aarch64.rpm       3.8 MB/s |  64 kB     00:00    
12:56:06 #9 11.29 (33/165): libselinux-utils-3.5-0.rc2.1.el9.aarc  14 MB/s | 181 kB     00:00    
12:56:06 #9 11.30 (34/165): libutempter-1.2.1-6.el9.aarch64.rpm   2.0 MB/s |  27 kB     00:00    
12:56:06 #9 11.31 (35/165): ncurses-6.2-8.20210508.el9.aarch64.rp  36 MB/s | 406 kB     00:00    
12:56:06 #9 11.32 (36/165): man-db-2.9.3-7.el9.aarch64.rpm         47 MB/s | 1.2 MB     00:00    
12:56:06 #9 11.33 (37/165): openssl-3.0.7-2.el9.aarch64.rpm        44 MB/s | 1.2 MB     00:00    
12:56:06 #9 11.36 (38/165): pam-1.5.1-14.el9.aarch64.rpm           13 MB/s | 618 kB     00:00    
12:56:06 #9 11.36 (39/165): pkgconf-m4-1.7.3-10.el9.noarch.rpm    485 kB/s |  15 kB     00:00    
12:56:06 #9 11.37 (40/165): pkgconf-1.7.3-10.el9.aarch64.rpm      1.1 MB/s |  40 kB     00:00    
12:56:06 #9 11.37 (41/165): pkgconf-pkg-config-1.7.3-10.el9.aarch 1.3 MB/s |  11 kB     00:00    
12:56:06 #9 11.37 (42/165): policycoreutils-3.5-0.rc2.1.el9.aarch  22 MB/s | 236 kB     00:00    
12:56:06 #9 11.40 (43/165): procps-ng-3.3.17-11.el9.aarch64.rpm   9.6 MB/s | 348 kB     00:00    
12:56:06 #9 11.41 (44/165): publicsuffix-list-dafsa-20210518-3.el 1.5 MB/s |  58 kB     00:00    
12:56:06 #9 11.41 (45/165): python3-dateutil-2.8.1-6.el9.noarch.r 7.7 MB/s | 302 kB     00:00    
12:56:06 #9 11.42 (46/165): python3-dbus-1.2.18-2.el9.aarch64.rpm  14 MB/s | 144 kB     00:00    
12:56:06 #9 11.42 (47/165): python3-distro-1.5.0-7.el9.noarch.rpm 2.8 MB/s |  37 kB     00:00    
12:56:06 #9 11.48 (48/165): python3-dnf-plugins-core-4.3.0-4.el9. 3.9 MB/s | 260 kB     00:00    
12:56:06 mkdir -p rpmbuild/SOURCES
12:56:06 docker run --rm -w /v \
12:56:06 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:06 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:06 	alpine \
12:56:06 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:06 + REF=refs/heads/23.0
12:56:06 + [ -n refs/heads/23.0 ]
12:56:06 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:56:06 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:56:06 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 2.4s done
12:56:06 #10 16.35 Selecting previously unselected package libc6-dev:arm64.
12:56:06 #10 16.35 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u5_arm64.deb ...
12:56:06 #10 16.36 Unpacking libc6-dev:arm64 (2.31-13+deb11u5) ...
12:56:06 #10 16.57 Selecting previously unselected package libisl23:arm64.
12:56:06 #10 16.57 Preparing to unpack .../038-libisl23_0.23-1_arm64.deb ...
12:56:06 #10 16.58 Unpacking libisl23:arm64 (0.23-1) ...
12:56:06 #10 16.65 Selecting previously unselected package libmpfr6:arm64.
12:56:06 #10 16.65 Preparing to unpack .../039-libmpfr6_4.1.0-3_arm64.deb ...
12:56:06 #10 16.66 Unpacking libmpfr6:arm64 (4.1.0-3) ...
12:56:06 #10 16.71 Selecting previously unselected package libmpc3:arm64.
12:56:06 git init src/github.com/docker/docker
12:56:06 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
12:56:06 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:56:06 #9 11.49 (49/165): python3-setools-4.4.0-5.el9.aarch64.r 8.7 MB/s | 590 kB     00:00    
12:56:06 #9 11.50 (50/165): python3-setuptools-53.0.0-12.el9.noar  13 MB/s | 944 kB     00:00    
12:56:06 #9 11.50 (51/165): python3-six-1.15.0-9.el9.noarch.rpm   2.1 MB/s |  37 kB     00:00    
12:56:06 #9 11.50 (52/165): python3-systemd-234-18.el9.aarch64.rp  15 MB/s |  89 kB     00:00    
12:56:06 #9 11.51 (53/165): shared-mime-info-2.1-5.el9.aarch64.rp  38 MB/s | 558 kB     00:00    
12:56:06 #9 11.56 (54/165): tcl-8.6.10-7.el9.aarch64.rpm           21 MB/s | 1.1 MB     00:00    
12:56:06 #9 11.57 (55/165): systemd-libs-252-3.el9.aarch64.rpm    8.7 MB/s | 614 kB     00:00    
12:56:06 #9 11.57 (56/165): unzip-6.0-56.el9.aarch64.rpm          3.2 MB/s | 179 kB     00:00    
12:56:06 #9 11.59 (57/165): util-linux-2.37.4-9.el9.aarch64.rpm    85 MB/s | 2.3 MB     00:00    
12:56:06 #9 11.59 (58/165): vim-filesystem-8.2.2637-16.el9.noarch 1.6 MB/s |  25 kB     00:00    
12:56:06 #9 11.60 (59/165): util-linux-core-2.37.4-9.el9.aarch64.  18 MB/s | 457 kB     00:00    
12:56:06 #9 11.60 (60/165): xz-5.2.5-8.el9.aarch64.rpm             13 MB/s | 226 kB     00:00    
12:56:06 #9 11.61 (61/165): zip-3.0-33.el9.aarch64.rpm             13 MB/s | 235 kB     00:00    
12:56:06 #9 11.62 (62/165): abattis-cantarell-fonts-0.301-4.el9.n  32 MB/s | 365 kB     00:00    
12:56:06 #9 11.63 (63/165): zstd-1.5.1-2.el9.aarch64.rpm           19 MB/s | 387 kB     00:00    
12:56:06 #9 11.63 (64/165): checkpolicy-3.5-0.rc2.1.el9.aarch64.r  18 MB/s | 342 kB     00:00    
12:56:06 #9 11.64 (65/165): desktop-file-utils-0.26-6.el9.aarch64 4.9 MB/s |  72 kB     00:00    
12:56:06 #9 11.64 (66/165): efi-srpm-macros-4-9.el9.noarch.rpm    3.0 MB/s |  23 kB     00:00    
12:56:06 #9 11.64 (67/165): dwz-0.14-3.el9.aarch64.rpm             11 MB/s | 126 kB     00:00    
12:56:06 #9 11.65 (68/165): emacs-filesystem-27.2-8.el9.noarch.rp 819 kB/s | 8.8 kB     00:00    
12:56:06 #9 11.65 (69/165): enchant-1.6.0-30.el9.aarch64.rpm      6.1 MB/s |  61 kB     00:00    
12:56:06 #9 11.66 (70/165): fonts-srpm-macros-2.0.5-7.el9.1.noarc 2.7 MB/s |  28 kB     00:00    
12:56:06 git init src/github.com/docker/buildx
12:56:06 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:56:06 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:56:06 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:56:06 + SRC=src/github.com/docker/buildx
12:56:06 + REF=v0.10.2
12:56:06 + REF_FETCH=v0.10.2
12:56:06 + awk {print $2}
12:56:06 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:56:06 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a
12:56:06 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 5.3s
12:56:06 #10 16.71 Preparing to unpack .../040-libmpc3_1.2.0-1_arm64.deb ...
12:56:06 #10 16.71 Unpacking libmpc3:arm64 (1.2.0-1) ...
12:56:06 #10 16.74 Selecting previously unselected package cpp-10.
12:56:06 #10 16.75 Preparing to unpack .../041-cpp-10_10.2.1-6_arm64.deb ...
12:56:06 #10 16.75 Unpacking cpp-10 (10.2.1-6) ...
12:56:06 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
12:56:06 + SRC=src/github.com/docker/docker
12:56:06 + REF=23.0
12:56:06 + REF_FETCH=23.0
12:56:06 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
12:56:06 + awk {print $2}
12:56:06 + REF=refs/heads/23.0
12:56:06 + [ -n refs/heads/23.0 ]
12:56:06 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
12:56:06 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
12:56:06 #9 11.74 (71/165): gcc-toolset-12-binutils-2.38-16.el9.a  61 MB/s | 5.8 MB     00:00    
12:56:06 #9 11.78 (72/165): gcc-toolset-12-binutils-gold-2.38-14. 6.7 MB/s | 897 kB     00:00    
12:56:06 #9 11.79 (73/165): gcc-toolset-12-runtime-12.0-5.el9.aar 442 kB/s |  55 kB     00:00    
12:56:06 #9 11.84 (74/165): gdb-minimal-10.2-10.el9.aarch64.rpm    31 MB/s | 3.1 MB     00:00    
12:56:06 #9 11.85 (75/165): ghc-srpm-macros-1.5.0-6.el9.noarch.rp 162 kB/s | 8.8 kB     00:00    
12:56:06 #9 11.86 (76/165): gdk-pixbuf2-2.42.6-3.el9.aarch64.rpm  7.0 MB/s | 490 kB     00:00    
12:56:06 #9 11.87 (77/165): hunspell-1.7.0-11.el9.aarch64.rpm      17 MB/s | 319 kB     00:00    
12:56:06 #9 11.87 (78/165): go-srpm-macros-3.0.9-9.el9.noarch.rpm 1.1 MB/s |  27 kB     00:00    
12:56:06 #9 11.91 (79/165): hunspell-en-0.20140811.1-20.el9.noarc 4.2 MB/s | 187 kB     00:00    
12:56:06 #9 11.91 (80/165): hunspell-en-GB-0.20140811.1-20.el9.no 5.1 MB/s | 226 kB     00:00    
12:56:06 #9 11.92 (81/165): hunspell-en-US-0.20140811.1-20.el9.no  19 MB/s | 177 kB     00:00    
12:56:06 #9 11.92 (82/165): hunspell-filesystem-1.7.0-11.el9.aarc 753 kB/s | 8.6 kB     00:00    
12:56:06 #9 11.92 (83/165): kernel-srpm-macros-1.0-11.el9.noarch. 1.6 MB/s |  16 kB     00:00    
12:56:06 #9 11.93 (84/165): libappstream-glib-0.7.18-4.el9.aarch6  33 MB/s | 380 kB     00:00    
12:56:06 #9 11.93 (85/165): libjpeg-turbo-2.0.90-5.el9.aarch64.rp  11 MB/s | 170 kB     00:00    
12:56:06 #9 11.94 (86/165): libproxy-webkitgtk4-0.4.15-35.el9.aar 1.6 MB/s |  21 kB     00:00    
12:56:06 #9 11.94 (87/165): libstemmer-0-18.585svn.el9.aarch64.rp  12 MB/s |  82 kB     00:00    
12:56:06 #9 11.95 (88/165): libsoup-2.72.0-8.el9.aarch64.rpm       30 MB/s | 397 kB     00:00    
12:56:06 + REF=refs/tags/v0.10.2
12:56:06 + [ -n refs/tags/v0.10.2 ]
12:56:06 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:56:06 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:56:06 #10 extracting sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 3.9s done
12:56:06 #10 extracting sha256:86cd158b89fde67a8a4c428a844985f930eba450ec3fde1c9ef5df3884128c62
12:56:07 #9 11.95 (89/165): lua-srpm-macros-1-6.el9.noarch.rpm    815 kB/s | 9.5 kB     00:00    
12:56:07 #9 11.95 (90/165): ocaml-srpm-macros-6-6.el9.noarch.rpm  815 kB/s | 8.8 kB     00:00    
12:56:07 #9 11.96 (91/165): openblas-srpm-macros-2-11.el9.noarch. 1.4 MB/s | 8.4 kB     00:00    
12:56:07 #9 11.96 (92/165): patch-2.7.6-16.el9.aarch64.rpm         12 MB/s | 124 kB     00:00    
12:56:07 #9 11.97 (93/165): perl-AutoLoader-5.74-480.el9.noarch.r 2.1 MB/s |  22 kB     00:00    
12:56:07 #9 11.98 (94/165): perl-B-1.80-480.el9.aarch64.rpm       7.4 MB/s | 182 kB     00:00    
12:56:07 #9 11.99 (95/165): perl-Carp-1.50-460.el9.noarch.rpm     1.1 MB/s |  30 kB     00:00    
12:56:07 #9 12.00 (96/165): perl-Class-Struct-0.66-480.el9.noarch 761 kB/s |  23 kB     00:00    
12:56:07 #9 12.00 (97/165): perl-Data-Dumper-2.174-462.el9.aarch6 2.9 MB/s |  55 kB     00:00    
12:56:07 #9 12.01 (98/165): perl-Digest-MD5-2.58-4.el9.aarch64.rp 4.3 MB/s |  37 kB     00:00    
12:56:07 #9 12.01 (99/165): perl-Digest-1.19-4.el9.noarch.rpm     1.5 MB/s |  26 kB     00:00    
12:56:07 #9 12.03 (100/165): perl-Encode-3.08-462.el9.aarch64.rpm  68 MB/s | 1.7 MB     00:00    
12:56:07 #9 12.03 (101/165): perl-Errno-1.30-480.el9.aarch64.rpm  716 kB/s |  16 kB     00:00    
12:56:07 #9 12.04 (102/165): perl-Exporter-5.74-461.el9.noarch.rp 1.4 MB/s |  32 kB     00:00    
12:56:07 #9 12.04 (103/165): perl-Fcntl-1.13-480.el9.aarch64.rpm  2.2 MB/s |  21 kB     00:00    
12:56:07 #9 12.05 (104/165): perl-File-Basename-2.85-480.el9.noar 1.4 MB/s |  18 kB     00:00    
12:56:07 #9 12.05 (105/165): perl-File-Path-2.18-4.el9.noarch.rpm 3.0 MB/s |  36 kB     00:00    
12:56:07 #9 12.06 (106/165): perl-File-Temp-0.231.100-4.el9.noarc 7.4 MB/s |  60 kB     00:00    
12:56:07 #9 12.06 (107/165): perl-File-stat-1.09-480.el9.noarch.r 1.7 MB/s |  18 kB     00:00    
12:56:07 #9 12.06 (108/165): perl-FileHandle-2.03-480.el9.noarch. 1.8 MB/s |  17 kB     00:00    
12:56:07 #9 12.07 (109/165): perl-Getopt-Std-1.12-480.el9.noarch. 2.9 MB/s |  17 kB     00:00    
12:56:07 #9 12.07 (110/165): perl-Getopt-Long-2.52-4.el9.noarch.r 6.3 MB/s |  61 kB     00:00    
12:56:07 #9 12.07 (111/165): perl-HTTP-Tiny-0.076-460.el9.noarch. 5.3 MB/s |  55 kB     00:00    
12:56:07 #9 12.08 (112/165): perl-IO-1.43-480.el9.aarch64.rpm     7.6 MB/s |  89 kB     00:00    
12:56:07 #9 12.08 (113/165): perl-IO-Socket-IP-0.41-5.el9.noarch. 5.5 MB/s |  43 kB     00:00    
12:56:07 #9 12.09 (114/165): perl-IO-Socket-SSL-2.073-1.el9.noarc  18 MB/s | 219 kB     00:00    
12:56:07 #9 12.09 (115/165): perl-IPC-Open3-1.21-480.el9.noarch.r 2.1 MB/s |  24 kB     00:00    
12:56:07 #9 12.09 (116/165): perl-Mozilla-CA-20200520-6.el9.noarc 1.8 MB/s |  13 kB     00:00    
12:56:07 #9 12.10 (117/165): perl-MIME-Base64-3.16-4.el9.aarch64. 2.4 MB/s |  31 kB     00:00    
12:56:07 #9 12.10 (118/165): perl-NDBM_File-1.15-480.el9.aarch64. 1.9 MB/s |  23 kB     00:00    
12:56:07 #9 12.11 (119/165): perl-Net-SSLeay-1.92-2.el9.aarch64.r  22 MB/s | 389 kB     00:00    
12:56:07 #9 12.12 (120/165): perl-PathTools-3.78-461.el9.aarch64. 6.8 MB/s |  88 kB     00:00    
12:56:07 #9 12.12 (121/165): perl-POSIX-1.94-480.el9.aarch64.rpm  5.6 MB/s |  98 kB     00:00    
12:56:07 #9 12.13 (122/165): perl-Pod-Escapes-1.07-460.el9.noarch 1.5 MB/s |  21 kB     00:00    
12:56:07 #9 12.14 (123/165): perl-Pod-Perldoc-3.28.01-461.el9.noa 3.5 MB/s |  87 kB     00:00    
12:56:07 #9 12.15 (124/165): perl-Pod-Usage-2.01-4.el9.noarch.rpm 2.1 MB/s |  41 kB     00:00    
12:56:07 #9 12.15 (125/165): perl-Pod-Simple-3.42-4.el9.noarch.rp 7.3 MB/s | 225 kB     00:00    
12:56:07 #9 12.16 (126/165): perl-SelectSaver-1.02-480.el9.noarch 1.6 MB/s |  13 kB     00:00    
12:56:07 #9 12.16 (127/165): perl-Scalar-List-Utils-1.56-461.el9. 6.2 MB/s |  72 kB     00:00    
12:56:07 #9 12.16 (128/165): perl-Socket-2.031-4.el9.aarch64.rpm  6.1 MB/s |  55 kB     00:00    
12:56:07 #9 12.17 (129/165): perl-Storable-3.21-460.el9.aarch64.r 9.9 MB/s |  94 kB     00:00    
12:56:07 #9 12.17 (130/165): perl-Term-ANSIColor-5.01-461.el9.noa 7.0 MB/s |  49 kB     00:00    
12:56:07 #9 12.17 (131/165): perl-Symbol-1.08-480.el9.noarch.rpm  1.5 MB/s |  15 kB     00:00    
12:56:07 #9 12.18 (132/165): perl-Term-Cap-1.17-460.el9.noarch.rp 2.4 MB/s |  23 kB     00:00    
12:56:07 #9 12.18 (133/165): perl-Text-ParseWords-3.30-460.el9.no 1.9 MB/s |  17 kB     00:00    
12:56:07 #9 12.18 (134/165): perl-Text-Tabs+Wrap-2013.0523-460.el 3.8 MB/s |  24 kB     00:00    
12:56:07 #9 12.19 (135/165): perl-Time-Local-1.300-7.el9.noarch.r 3.1 MB/s |  34 kB     00:00    
12:56:07 #9 12.19 (136/165): perl-URI-5.09-3.el9.noarch.rpm       9.0 MB/s | 121 kB     00:00    
12:56:07 #9 12.20 (137/165): perl-base-2.27-480.el9.noarch.rpm    1.4 MB/s |  17 kB     00:00    
12:56:07 #9 12.20 (138/165): perl-constant-1.33-461.el9.noarch.rp 1.9 MB/s |  24 kB     00:00    
12:56:07 #9 12.21 (139/165): perl-if-0.60.800-480.el9.noarch.rpm  1.7 MB/s |  15 kB     00:00    
12:56:07 #9 12.21 (140/165): perl-interpreter-5.32.1-480.el9.aarc 5.7 MB/s |  72 kB     00:00    
12:56:07 #9 12.22 (141/165): perl-libnet-3.13-4.el9.noarch.rpm    9.4 MB/s | 130 kB     00:00    
12:56:07 #9 12.22 (142/165): perl-mro-1.23-480.el9.aarch64.rpm    3.0 MB/s |  29 kB     00:00    
12:56:07 #9 12.23 (143/165): perl-overload-1.31-480.el9.noarch.rp 3.7 MB/s |  47 kB     00:00    
12:56:07 #9 12.24 (144/165): perl-libs-5.32.1-480.el9.aarch64.rpm  73 MB/s | 2.1 MB     00:00    
12:56:07 #9 12.24 (145/165): perl-overloading-0.02-480.el9.noarch 807 kB/s |  14 kB     00:00    
12:56:07 #9 12.25 (146/165): perl-parent-0.238-460.el9.noarch.rpm 925 kB/s |  15 kB     00:00    
12:56:07 #9 12.25 (147/165): perl-podlators-4.14-460.el9.noarch.r  11 MB/s | 114 kB     00:00    
12:56:07 #10 extracting sha256:86cd158b89fde67a8a4c428a844985f930eba450ec3fde1c9ef5df3884128c62 0.2s done
12:56:07 #10 extracting sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f
12:56:07 mkdir -p sources
12:56:07 docker run --rm -w /v \
12:56:07 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:07 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:07 	alpine \
12:56:07 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:07 #9 12.26 (148/165): perl-srpm-macros-1-41.el9.noarch.rpm 672 kB/s | 9.1 kB     00:00    
12:56:07 #9 12.26 (149/165): perl-subs-1.03-480.el9.noarch.rpm    1.0 MB/s |  13 kB     00:00    
12:56:07 #9 12.26 (150/165): perl-vars-1.05-480.el9.noarch.rpm    1.5 MB/s |  14 kB     00:00    
12:56:07 #9 12.27 (151/165): policycoreutils-python-utils-3.5-0.r  11 MB/s |  75 kB     00:00    
12:56:07 #9 12.27 (152/165): python-srpm-macros-3.9-52.el9.noarch 2.4 MB/s |  24 kB     00:00    
12:56:07 #9 12.28 (153/165): python3-audit-3.0.7-103.el9.aarch64. 7.9 MB/s |  84 kB     00:00    
12:56:07 #9 12.28 (154/165): python3-enchant-3.2.0-5.el9.noarch.r  11 MB/s |  86 kB     00:00    
12:56:07 #9 12.28 (155/165): python3-file-magic-5.39-10.el9.noarc 1.6 MB/s |  17 kB     00:00    
12:56:07 #9 12.29 (156/165): python3-libselinux-3.5-0.rc2.1.el9.a  17 MB/s | 183 kB     00:00    
12:56:07 #9 12.30 (157/165): python3-libsemanage-3.5-0.rc2.1.el9. 6.7 MB/s |  80 kB     00:00    
12:56:07 #9 12.31 (158/165): python3-policycoreutils-3.5-0.rc2.1.  85 MB/s | 2.1 MB     00:00    
12:56:07 #9 12.31 (159/165): qt5-srpm-macros-5.15.3-1.el9.noarch. 493 kB/s | 9.7 kB     00:00    
12:56:07 #9 12.32 (160/165): redhat-rpm-config-197-1.el9.noarch.r 3.8 MB/s |  73 kB     00:00    
12:56:07 #9 12.32 (161/165): rpmlint-1.11-19.el9.noarch.rpm        19 MB/s | 198 kB     00:00    
12:56:07 #9 12.33 (162/165): rpm-build-4.16.1.3-22.el9.aarch64.rp 6.8 MB/s | 100 kB     00:00    
12:56:07 #9 12.33 (163/165): rust-srpm-macros-17-4.el9.noarch.rpm 831 kB/s |  10 kB     00:00    
12:56:07 #9 12.33 (164/165): scl-utils-2.0.3-4.el9.aarch64.rpm    3.4 MB/s |  37 kB     00:00    
12:56:07 #9 12.36 (165/165): webkit2gtk3-jsc-2.38.4-1.el9.aarch64 120 MB/s | 2.9 MB     00:00    
12:56:07 #9 12.36 --------------------------------------------------------------------------------
12:56:07 #9 12.36 Total                                            27 MB/s |  66 MB     00:02     
12:56:07 #10 17.34 Selecting previously unselected package cpp.
12:56:07 #10 17.34 Preparing to unpack .../042-cpp_4%3a10.2.1-1_arm64.deb ...
12:56:07 #10 17.35 Unpacking cpp (4:10.2.1-1) ...
12:56:07 #10 17.38 Selecting previously unselected package libcc1-0:arm64.
12:56:07 #10 17.38 Preparing to unpack .../043-libcc1-0_10.2.1-6_arm64.deb ...
12:56:07 #10 17.39 Unpacking libcc1-0:arm64 (10.2.1-6) ...
12:56:07 #10 17.42 Selecting previously unselected package libgomp1:arm64.
12:56:07 #10 17.42 Preparing to unpack .../044-libgomp1_10.2.1-6_arm64.deb ...
12:56:07 #10 17.42 Unpacking libgomp1:arm64 (10.2.1-6) ...
12:56:07 #10 17.46 Selecting previously unselected package libitm1:arm64.
12:56:07 #10 17.46 Preparing to unpack .../045-libitm1_10.2.1-6_arm64.deb ...
12:56:07 #10 17.47 Unpacking libitm1:arm64 (10.2.1-6) ...
12:56:07 #10 17.50 Selecting previously unselected package libatomic1:arm64.
12:56:07 #10 17.50 Preparing to unpack .../046-libatomic1_10.2.1-6_arm64.deb ...
12:56:07 #10 17.50 Unpacking libatomic1:arm64 (10.2.1-6) ...
12:56:07 #10 17.53 Selecting previously unselected package libasan6:arm64.
12:56:07 #10 extracting sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 0.2s done
12:56:07 #10 extracting sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 0.1s
12:56:07 #9 DONE 5.2s
12:56:07 
12:56:07 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:07 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 2.0s done
12:56:07 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 3.5s done
12:56:07 #7 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
12:56:07 #7 DONE 15.2s
12:56:07 
12:56:07 #10 [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
12:56:07 #10 17.54 Preparing to unpack .../047-libasan6_10.2.1-6_arm64.deb ...
12:56:07 #10 17.54 Unpacking libasan6:arm64 (10.2.1-6) ...
12:56:07 #10 17.74 Selecting previously unselected package liblsan0:arm64.
12:56:07 #10 17.74 Preparing to unpack .../048-liblsan0_10.2.1-6_arm64.deb ...
12:56:07 #10 17.74 Unpacking liblsan0:arm64 (10.2.1-6) ...
12:56:07 #10 17.84 Selecting previously unselected package libtsan0:arm64.
12:56:07 #10 17.84 Preparing to unpack .../049-libtsan0_10.2.1-6_arm64.deb ...
12:56:07 #10 17.84 Unpacking libtsan0:arm64 (10.2.1-6) ...
12:56:08 #10 18.04 Selecting previously unselected package libubsan1:arm64.
12:56:08 #10 18.04 Preparing to unpack .../050-libubsan1_10.2.1-6_arm64.deb ...
12:56:08 #10 18.04 Unpacking libubsan1:arm64 (10.2.1-6) ...
12:56:08 #10 18.13 Selecting previously unselected package libgcc-10-dev:arm64.
12:56:08 #10 18.13 Preparing to unpack .../051-libgcc-10-dev_10.2.1-6_arm64.deb ...
12:56:08 #10 18.13 Unpacking libgcc-10-dev:arm64 (10.2.1-6) ...
12:56:08 #10 18.25 Selecting previously unselected package gcc-10.
12:56:08 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 6.4s done
12:56:08 #7 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab
12:56:08 mkdir -p rpmbuild/SOURCES
12:56:08 docker run --rm -w /v \
12:56:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:08 	alpine \
12:56:08 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:08 #10 57.74 Setting up bsdmainutils (11.1.2+b1) ...
12:56:08 #10 57.76 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:56:08 #10 57.77 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:56:08 #10 57.77 Setting up libgssapi-krb5-2:armhf (1.17-3+deb10u5) ...
12:56:08 #10 57.79 Setting up libcroco3:armhf (0.6.12-3) ...
12:56:08 #10 57.80 Setting up libgdbm-compat4:armhf (1.18.1-4) ...
12:56:08 #10 57.81 Setting up ucf (3.0038+nmu1) ...
12:56:08 #10 18.25 Preparing to unpack .../052-gcc-10_10.2.1-6_arm64.deb ...
12:56:08 #10 18.25 Unpacking gcc-10 (10.2.1-6) ...
12:56:08 #7 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
12:56:08 #7 DONE 16.3s
12:56:08 
12:56:08 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:08 #10 7.903 Get:116 http://deb.debian.org/debian buster/main arm64 libfakeroot arm64 1.23-1 [42.1 kB]
12:56:08 #10 7.903 Get:117 http://deb.debian.org/debian buster/main arm64 fakeroot arm64 1.23-1 [83.3 kB]
12:56:08 #10 7.904 Get:118 http://deb.debian.org/debian buster/main arm64 libassuan0 arm64 2.5.2-1 [47.1 kB]
12:56:08 #10 7.905 Get:119 http://deb.debian.org/debian buster/main arm64 gpgconf arm64 2.2.12-1+deb10u2 [504 kB]
12:56:08 #10 7.917 Get:120 http://deb.debian.org/debian-security buster/updates/main arm64 libksba8 arm64 1.3.5-2+deb10u2 [96.6 kB]
12:56:08 #10 7.917 Get:121 http://deb.debian.org/debian buster/main arm64 libnpth0 arm64 1.6-1 [17.6 kB]
12:56:08 #10 7.917 Get:122 http://deb.debian.org/debian buster/main arm64 dirmngr arm64 2.2.12-1+deb10u2 [694 kB]
12:56:08 #10 7.925 Get:123 http://deb.debian.org/debian buster/main arm64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
12:56:08 #10 7.933 Get:124 http://deb.debian.org/debian buster/main arm64 gnupg-utils arm64 2.2.12-1+deb10u2 [824 kB]
12:56:08 #10 7.941 Get:125 http://deb.debian.org/debian buster/main arm64 gpg arm64 2.2.12-1+deb10u2 [827 kB]
12:56:08 #10 7.951 Get:126 http://deb.debian.org/debian buster/main arm64 pinentry-curses arm64 1.1.0-2 [62.7 kB]
12:56:08 #10 7.953 Get:127 http://deb.debian.org/debian buster/main arm64 gpg-agent arm64 2.2.12-1+deb10u2 [601 kB]
12:56:08 #10 7.961 Get:128 http://deb.debian.org/debian buster/main arm64 gpg-wks-client arm64 2.2.12-1+deb10u2 [478 kB]
12:56:08 #10 7.969 Get:129 http://deb.debian.org/debian buster/main arm64 gpg-wks-server arm64 2.2.12-1+deb10u2 [472 kB]
12:56:08 #10 7.969 Get:130 http://deb.debian.org/debian buster/main arm64 gpgsm arm64 2.2.12-1+deb10u2 [586 kB]
12:56:08 #10 7.976 Get:131 http://deb.debian.org/debian buster/main arm64 gnupg all 2.2.12-1+deb10u2 [715 kB]
12:56:08 #10 7.983 Get:132 http://deb.debian.org/debian buster/main arm64 libfile-which-perl all 1.23-1 [16.6 kB]
12:56:08 #10 7.984 Get:133 http://deb.debian.org/debian buster/main arm64 libfile-homedir-perl all 1.004-1 [42.7 kB]
12:56:08 #10 7.985 Get:134 http://deb.debian.org/debian buster/main arm64 libio-pty-perl arm64 1:1.08-1.1+b5 [32.8 kB]
12:56:08 #10 7.987 Get:135 http://deb.debian.org/debian buster/main arm64 libipc-run-perl all 20180523.0-1 [101 kB]
12:56:08 #10 7.988 Get:136 http://deb.debian.org/debian buster/main arm64 libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
12:56:08 #10 7.989 Get:137 http://deb.debian.org/debian buster/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
12:56:08 #10 7.990 Get:138 http://deb.debian.org/debian buster/main arm64 libdevel-globaldestruction-perl all 0.14-1 [8084 B]
12:56:08 #10 7.990 Get:139 http://deb.debian.org/debian buster/main arm64 libb-hooks-op-check-perl arm64 0.22-1+b1 [11.4 kB]
12:56:08 #10 7.991 Get:140 http://deb.debian.org/debian buster/main arm64 libdynaloader-functions-perl all 0.003-1 [12.6 kB]
12:56:08 #10 7.992 Get:141 http://deb.debian.org/debian buster/main arm64 libdevel-callchecker-perl arm64 0.008-1 [15.6 kB]
12:56:08 #10 7.992 Get:142 http://deb.debian.org/debian buster/main arm64 libparams-classify-perl arm64 0.015-1+b1 [25.4 kB]
12:56:08 #10 7.993 Get:143 http://deb.debian.org/debian buster/main arm64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
12:56:08 #10 7.994 Get:144 http://deb.debian.org/debian buster/main arm64 libimport-into-perl all 1.002005-1 [11.6 kB]
12:56:08 #10 7.994 Get:145 http://deb.debian.org/debian buster/main arm64 librole-tiny-perl all 2.000006-1 [19.4 kB]
12:56:08 #10 7.995 Get:146 http://deb.debian.org/debian buster/main arm64 libstrictures-perl all 2.000005-1 [18.3 kB]
12:56:08 #10 7.996 Get:147 http://deb.debian.org/debian buster/main arm64 libsub-quote-perl all 2.005001-1 [17.9 kB]
12:56:08 #10 7.997 Get:148 http://deb.debian.org/debian buster/main arm64 libmoo-perl all 2.003004-2 [57.4 kB]
12:56:08 #10 7.999 Get:149 http://deb.debian.org/debian buster/main arm64 libencode-locale-perl all 1.05-1 [13.7 kB]
12:56:08 #10 8.001 Get:150 http://deb.debian.org/debian buster/main arm64 libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
12:56:08 #10 8.002 Get:151 http://deb.debian.org/debian buster/main arm64 libhttp-date-perl all 6.02-1 [10.7 kB]
12:56:08 #10 8.003 Get:152 http://deb.debian.org/debian buster/main arm64 libfile-listing-perl all 6.04-1 [10.3 kB]
12:56:08 #10 8.004 Get:153 http://deb.debian.org/debian buster/main arm64 libhtml-tagset-perl all 3.20-3 [12.7 kB]
12:56:08 #10 8.005 Get:154 http://deb.debian.org/debian buster/main arm64 liburi-perl all 1.76-1 [89.9 kB]
12:56:08 #10 8.011 Get:155 http://deb.debian.org/debian buster/main arm64 libhtml-parser-perl arm64 3.72-3+b3 [103 kB]
12:56:08 #10 8.012 Get:156 http://deb.debian.org/debian buster/main arm64 libhtml-tree-perl all 5.07-2 [213 kB]
12:56:08 #10 8.017 Get:157 http://deb.debian.org/debian buster/main arm64 libio-html-perl all 1.001-1 [17.6 kB]
12:56:08 #10 8.017 Get:158 http://deb.debian.org/debian buster/main arm64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
12:56:08 #10 8.017 Get:159 http://deb.debian.org/debian buster/main arm64 libhttp-message-perl all 6.18-1 [77.8 kB]
12:56:08 #10 8.017 Get:160 http://deb.debian.org/debian buster/main arm64 libhttp-cookies-perl all 6.04-1 [17.8 kB]
12:56:08 #10 8.017 Get:161 http://deb.debian.org/debian buster/main arm64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
12:56:08 #10 8.025 Get:162 http://deb.debian.org/debian buster/main arm64 perl-openssl-defaults arm64 3 [6782 B]
12:56:08 #10 8.029 Get:163 http://deb.debian.org/debian buster/main arm64 libnet-ssleay-perl arm64 1.85-2+deb10u1 [303 kB]
12:56:08 #10 8.033 Get:164 http://deb.debian.org/debian buster/main arm64 libio-socket-ssl-perl all 2.060-3 [207 kB]
12:56:08 #10 8.036 Get:165 http://deb.debian.org/debian buster/main arm64 libnet-http-perl all 6.18-1 [24.5 kB]
12:56:08 #10 8.037 Get:166 http://deb.debian.org/debian buster/main arm64 liblwp-protocol-https-perl all 6.07-2 [9242 B]
12:56:08 #10 8.039 Get:167 http://deb.debian.org/debian buster/main arm64 libtry-tiny-perl all 0.30-1 [23.3 kB]
12:56:08 #10 8.039 Get:168 http://deb.debian.org/debian buster/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
12:56:08 #10 8.040 Get:169 http://deb.debian.org/debian buster/main arm64 libwww-perl all 6.36-2 [188 kB]
12:56:08 #10 8.045 Get:170 http://deb.debian.org/debian buster/main arm64 patchutils arm64 0.3.4-2 [84.7 kB]
12:56:08 #10 8.045 Get:171 http://deb.debian.org/debian buster/main arm64 wdiff arm64 1.2.2-2+b1 [121 kB]
12:56:08 #10 8.045 Get:172 http://deb.debian.org/debian buster/main arm64 devscripts arm64 2.19.5+deb10u1 [1045 kB]
12:56:08 #10 8.057 Get:173 http://deb.debian.org/debian buster/main arm64 diffstat arm64 1.62-1 [32.0 kB]
12:56:08 #10 8.058 Get:174 http://deb.debian.org/debian-security buster/updates/main arm64 distro-info-data all 0.41+deb10u6 [7080 B]
12:56:08 #10 8.060 Get:175 http://deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
12:56:08 #10 8.060 Get:176 http://deb.debian.org/debian buster/main arm64 python3-chardet all 3.0.4-3 [80.5 kB]
12:56:08 #10 8.062 Get:177 http://deb.debian.org/debian buster/main arm64 python3-six all 1.12.0-1 [15.7 kB]
12:56:08 #10 8.063 Get:178 http://deb.debian.org/debian buster/main arm64 python3-debian all 0.1.35 [78.8 kB]
12:56:08 #10 8.065 Get:179 http://deb.debian.org/debian buster/main arm64 libgpgme11 arm64 1.12.0-6 [241 kB]
12:56:08 #10 8.068 Get:180 http://deb.debian.org/debian buster/main arm64 python3-gpg arm64 1.12.0-6 [292 kB]
12:56:08 #10 8.072 Get:181 http://deb.debian.org/debian buster/main arm64 dput all 1.0.3 [54.5 kB]
12:56:08 #10 8.073 Get:182 http://deb.debian.org/debian buster/main arm64 equivs all 2.2.0 [22.4 kB]
12:56:08 #10 8.074 Get:183 http://deb.debian.org/debian-security buster/updates/main arm64 exim4-config all 4.92-8+deb10u7 [325 kB]
12:56:08 #10 8.081 Get:184 http://deb.debian.org/debian-security buster/updates/main arm64 exim4-base arm64 4.92-8+deb10u7 [1136 kB]
12:56:08 #10 8.091 Get:185 http://deb.debian.org/debian buster/main arm64 libevent-2.1-6 arm64 2.1.8-stable-4 [150 kB]
12:56:08 #10 8.092 Get:186 http://deb.debian.org/debian buster/main arm64 libunbound8 arm64 1.9.0-2+deb10u2 [432 kB]
12:56:08 #10 8.098 Get:187 http://deb.debian.org/debian-security buster/updates/main arm64 libgnutls-dane0 arm64 3.6.7-4+deb10u9 [317 kB]
12:56:08 #10 8.101 Get:188 http://deb.debian.org/debian-security buster/updates/main arm64 exim4-daemon-light arm64 4.92-8+deb10u7 [558 kB]
12:56:08 #10 8.125 Get:189 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl3-gnutls arm64 7.64.0-4+deb10u4 [312 kB]
12:56:08 #10 8.133 Get:190 http://deb.debian.org/debian buster/main arm64 libpcre2-8-0 arm64 10.32-5 [186 kB]
12:56:08 #10 8.133 Get:191 http://deb.debian.org/debian buster/main arm64 liberror-perl all 0.17027-2 [30.9 kB]
12:56:08 #10 8.133 Get:192 http://deb.debian.org/debian-security buster/updates/main arm64 git-man all 1:2.20.1-2+deb10u7 [1623 kB]
12:56:08 #10 8.154 Get:193 http://deb.debian.org/debian-security buster/updates/main arm64 git arm64 1:2.20.1-2+deb10u7 [5490 kB]
12:56:08 #10 8.214 Get:194 http://deb.debian.org/debian buster/main arm64 libgc1c2 arm64 1:7.6.4-0.4 [214 kB]
12:56:08 #10 8.217 Get:195 http://deb.debian.org/debian buster/main arm64 libltdl7 arm64 2.4.6-9 [389 kB]
12:56:08 #10 8.225 Get:196 http://deb.debian.org/debian buster/main arm64 guile-2.2-libs arm64 2.2.4+1-2+deb10u1 [4938 kB]
12:56:08 #10 8.317 Get:197 http://deb.debian.org/debian buster/main arm64 iso-codes all 4.2-1 [2713 kB]
12:56:08 #10 8.339 Get:198 http://deb.debian.org/debian buster/main arm64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
12:56:08 #10 8.340 Get:199 http://deb.debian.org/debian buster/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5+b1 [11.6 kB]
12:56:08 #10 8.340 Get:200 http://deb.debian.org/debian buster/main arm64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
12:56:08 #10 8.341 Get:201 http://deb.debian.org/debian buster/main arm64 libapt-inst2.0 arm64 1.8.2.3 [202 kB]
12:56:08 #10 8.344 Get:202 http://deb.debian.org/debian buster/main arm64 libapt-pkg-perl arm64 0.1.34+b1 [68.6 kB]
12:56:08 #10 8.346 Get:203 http://deb.debian.org/debian buster/main arm64 libarchive-cpio-perl all 0.10-1 [10.3 kB]
12:56:08 #10 8.349 Get:204 http://deb.debian.org/debian buster/main arm64 libasync-mergepoint-perl all 0.04-2 [10.4 kB]
12:56:08 #10 8.351 Get:205 http://deb.debian.org/debian buster/main arm64 libauthen-sasl-perl all 2.1600-1 [50.8 kB]
12:56:08 #10 8.357 Get:206 http://deb.debian.org/debian buster/main arm64 libmodule-implementation-perl all 0.09-1 [12.9 kB]
12:56:08 #10 8.357 Get:207 http://deb.debian.org/debian buster/main arm64 libvariable-magic-perl arm64 0.62-1+b1 [44.8 kB]
12:56:08 #10 8.357 Get:208 http://deb.debian.org/debian buster/main arm64 libb-hooks-endofscope-perl all 0.24-1 [18.6 kB]
12:56:08 #10 8.357 Get:209 http://deb.debian.org/debian buster/main arm64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
12:56:08 #10 8.357 Get:210 http://deb.debian.org/debian buster/main arm64 libcgi-pm-perl all 4.40-1 [222 kB]
12:56:08 #10 8.359 Get:211 http://deb.debian.org/debian buster/main arm64 libfcgi-perl arm64 0.78-2+b3 [38.8 kB]
12:56:08 #10 8.360 Get:212 http://deb.debian.org/debian buster/main arm64 libcgi-fast-perl all 1:2.13-1 [11.4 kB]
12:56:08 #10 8.361 Get:213 http://deb.debian.org/debian buster/main arm64 libsub-name-perl arm64 0.21-1+b3 [13.4 kB]
12:56:08 #10 8.361 Get:214 http://deb.debian.org/debian buster/main arm64 libclass-accessor-perl all 0.51-1 [23.2 kB]
12:56:08 #10 8.362 Get:215 http://deb.debian.org/debian buster/main arm64 libclass-inspector-perl all 1.32-1 [19.1 kB]
12:56:08 #10 8.363 Get:216 http://deb.debian.org/debian buster/main arm64 libclass-xsaccessor-perl arm64 1.19-3+b2 [37.1 kB]
12:56:08 #10 8.385 Get:217 http://deb.debian.org/debian buster/main arm64 libclone-perl arm64 0.41-1+b1 [14.5 kB]
12:56:08 #10 8.385 Get:218 http://deb.debian.org/debian buster/main arm64 libcommon-sense-perl arm64 3.74-2+b7 [24.0 kB]
12:56:08 #10 8.385 Get:219 http://deb.debian.org/debian buster/main arm64 libparams-util-perl arm64 1.07-3+b4 [22.5 kB]
12:56:08 #10 8.385 Get:220 http://deb.debian.org/debian buster/main arm64 libsub-install-perl all 0.928-1 [11.4 kB]
12:56:08 #10 8.385 Get:221 http://deb.debian.org/debian buster/main arm64 libdata-optlist-perl all 0.110-1 [10.6 kB]
12:56:08 #10 8.385 Get:222 http://deb.debian.org/debian buster/main arm64 libsub-exporter-perl all 0.987-1 [47.2 kB]
12:56:08 #10 8.385 Get:223 http://deb.debian.org/debian buster/main arm64 libconst-fast-perl all 0.014-1 [8250 B]
12:56:08 #10 8.385 Get:224 http://deb.debian.org/debian buster/main arm64 libwant-perl arm64 0.29-1+b4 [28.5 kB]
12:56:08 #10 8.385 Get:225 http://deb.debian.org/debian buster/main arm64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
12:56:08 #10 8.385 Get:226 http://deb.debian.org/debian buster/main arm64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
12:56:08 #10 8.385 Get:227 http://deb.debian.org/debian buster/main arm64 libdata-dump-perl all 1.23-1 [29.5 kB]
12:56:08 #10 8.385 Get:228 http://deb.debian.org/debian buster/main arm64 libdigest-bubblebabble-perl all 0.02-2 [8238 B]
12:56:08 #10 8.385 Get:229 http://deb.debian.org/debian buster/main arm64 libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB]
12:56:08 #10 8.385 Get:230 http://deb.debian.org/debian buster/main arm64 libdistro-info-perl all 0.21 [6696 B]
12:56:08 #10 8.385 Get:231 http://deb.debian.org/debian buster/main arm64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
12:56:08 #10 8.385 Get:232 http://deb.debian.org/debian buster/main arm64 libmailtools-perl all 2.18-1 [88.5 kB]
12:56:08 #10 8.385 Get:233 http://deb.debian.org/debian buster/main arm64 libnet-ip-perl all 1.26-2 [29.0 kB]
12:56:08 #10 8.405 Get:234 http://deb.debian.org/debian buster/main arm64 libnet-dns-perl all 1.19-1 [372 kB]
12:56:08 #10 8.405 Get:235 http://deb.debian.org/debian buster/main arm64 libnet-domain-tld-perl all 1.75-1 [33.3 kB]
12:56:08 #10 8.405 Get:236 http://deb.debian.org/debian buster/main arm64 libemail-valid-perl all 1.202-1 [23.0 kB]
12:56:08 #10 8.405 Get:237 http://deb.debian.org/debian buster/main arm64 libexporter-tiny-perl all 1.002001-1 [36.9 kB]
12:56:08 #10 8.405 Get:238 http://deb.debian.org/debian buster/main arm64 libipc-system-simple-perl all 1.25-4 [26.5 kB]
12:56:08 #10 8.405 Get:239 http://deb.debian.org/debian buster/main arm64 libfile-basedir-perl all 0.08-1 [17.7 kB]
12:56:08 #10 8.405 Get:240 http://deb.debian.org/debian buster/main arm64 libfile-chdir-perl all 0.1008-1 [13.3 kB]
12:56:08 #10 8.408 Get:241 http://deb.debian.org/debian buster/main arm64 libfile-fcntllock-perl arm64 0.22-3+b5 [35.5 kB]
12:56:08 #10 8.408 Get:242 http://deb.debian.org/debian buster/main arm64 libfont-afm-perl all 1.20-2 [13.6 kB]
12:56:08 #10 8.409 Get:243 http://deb.debian.org/debian buster/main arm64 libfribidi0 arm64 1.0.5-3.1+deb10u2 [63.8 kB]
12:56:08 #10 8.411 Get:244 http://deb.debian.org/debian buster/main arm64 libfuture-perl all 0.39-1 [74.5 kB]
12:56:08 #10 8.411 Get:245 http://deb.debian.org/debian buster/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB]
12:56:08 #10 8.412 Get:246 http://deb.debian.org/debian buster/main arm64 libparams-validate-perl arm64 1.29-1+b1 [66.3 kB]
12:56:08 #10 8.413 Get:247 http://deb.debian.org/debian buster/main arm64 libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB]
12:56:08 #10 8.414 Get:248 http://deb.debian.org/debian buster/main arm64 libsort-versions-perl all 1.62-1 [11.0 kB]
12:56:08 #10 8.415 Get:249 http://deb.debian.org/debian buster/main arm64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
12:56:08 #10 8.415 Get:250 http://deb.debian.org/debian buster/main arm64 libhttp-tiny-multipart-perl all 0.08-1 [9304 B]
12:56:08 #10 8.416 Get:251 http://deb.debian.org/debian buster/main arm64 libio-prompter-perl all 0.004015-1 [60.4 kB]
12:56:08 #10 8.419 Get:252 http://deb.debian.org/debian buster/main arm64 libjson-perl all 4.02000-1 [88.8 kB]
12:56:08 #10 8.422 Get:253 http://deb.debian.org/debian buster/main arm64 liblog-any-perl all 1.707-1 [65.2 kB]
12:56:08 #10 8.424 Get:254 http://deb.debian.org/debian buster/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
12:56:08 #10 8.426 Get:255 http://deb.debian.org/debian buster/main arm64 libpackage-stash-perl all 0.38-1 [21.7 kB]
12:56:08 #10 8.426 Get:256 http://deb.debian.org/debian buster/main arm64 libsub-identify-perl arm64 0.14-1+b1 [12.0 kB]
12:56:08 #10 8.427 Get:257 http://deb.debian.org/debian buster/main arm64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
12:56:08 #10 8.428 Get:258 http://deb.debian.org/debian buster/main arm64 libpath-tiny-perl all 0.108-1 [53.3 kB]
12:56:08 #10 8.432 Get:259 http://deb.debian.org/debian buster/main arm64 libtype-tiny-perl all 1.004004-1 [266 kB]
12:56:08 #10 8.433 Get:260 http://deb.debian.org/debian buster/main arm64 libgitlab-api-v4-perl all 0.16-1 [69.9 kB]
12:56:08 #10 8.434 Get:261 http://deb.debian.org/debian-security buster/updates/main arm64 libglib2.0-data all 2.58.3-2+deb10u4 [1110 kB]
12:56:08 #10 8.445 Get:262 http://deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
12:56:08 #10 8.446 Get:263 http://deb.debian.org/debian buster/main arm64 libidn11 arm64 1.33-2.2 [113 kB]
12:56:08 #10 8.448 Get:264 http://deb.debian.org/debian buster/main arm64 libntlm0 arm64 1.5-1+deb10u1 [23.6 kB]
12:56:08 #10 8.448 Get:265 http://deb.debian.org/debian buster/main arm64 libgsasl7 arm64 1.8.0-8+deb10u1 [203 kB]
12:56:08 #10 8.451 Get:266 http://deb.debian.org/debian buster/main arm64 libhtml-form-perl all 6.03-1 [23.9 kB]
12:56:08 #10 8.452 Get:267 http://deb.debian.org/debian buster/main arm64 libhtml-format-perl all 2.12-1 [43.5 kB]
12:56:08 #10 8.453 Get:268 http://deb.debian.org/debian-security buster/updates/main arm64 libhttp-daemon-perl all 6.01-3+deb10u1 [17.1 kB]
12:56:08 #10 8.453 Get:269 http://deb.debian.org/debian buster/main arm64 libstruct-dumb-perl all 0.09-1 [11.1 kB]
12:56:08 #10 8.454 Get:270 http://deb.debian.org/debian buster/main arm64 libio-async-perl all 0.72-1 [262 kB]
12:56:08 #10 8.457 Get:271 http://deb.debian.org/debian buster/main arm64 libio-sessiondata-perl all 1.03-1 [5782 B]
12:56:08 #10 8.457 Get:272 http://deb.debian.org/debian buster/main arm64 libio-string-perl all 1.08-3 [12.3 kB]
12:56:08 #10 8.458 Get:273 http://deb.debian.org/debian buster/main arm64 libtypes-serialiser-perl all 1.0-1 [12.7 kB]
12:56:08 #10 8.459 Get:274 http://deb.debian.org/debian buster/main arm64 libjson-xs-perl arm64 3.040-1+b1 [90.2 kB]
12:56:08 #10 8.460 Get:275 http://deb.debian.org/debian buster/main arm64 liblzo2-2 arm64 2.10-0.1 [49.0 kB]
12:56:08 #10 8.467 Get:276 http://deb.debian.org/debian buster/main arm64 libkyotocabinet16v5 arm64 1.2.76-4.2+b1 [267 kB]
12:56:08 #10 8.470 Get:277 http://deb.debian.org/debian buster/main arm64 liblist-compare-perl all 0.53-1 [68.9 kB]
12:56:08 #10 8.473 Get:278 http://deb.debian.org/debian buster/main arm64 liblist-moreutils-perl arm64 0.416-1+b4 [62.4 kB]
12:56:08 #10 8.473 Get:279 http://deb.debian.org/debian buster/main arm64 libltdl-dev arm64 2.4.6-9 [162 kB]
12:56:08 #10 8.477 Get:280 http://deb.debian.org/debian buster/main arm64 libsys-hostname-long-perl all 1.5-1 [12.0 kB]
12:56:08 #10 8.477 Get:281 http://deb.debian.org/debian buster/main arm64 libmail-sendmail-perl all 0.80-1 [25.3 kB]
12:56:08 #10 8.477 Get:282 http://deb.debian.org/debian buster/main arm64 mailutils-common all 1:3.5-4 [689 kB]
12:56:08 #10 8.488 Get:283 http://deb.debian.org/debian buster/main arm64 mysql-common all 5.8+1.0.5 [7324 B]
12:56:08 #10 8.488 Get:284 http://deb.debian.org/debian-security buster/updates/main arm64 mariadb-common all 1:10.3.36-0+deb10u2 [33.2 kB]
12:56:08 #10 8.488 Get:285 http://deb.debian.org/debian-security buster/updates/main arm64 libmariadb3 arm64 1:10.3.36-0+deb10u2 [164 kB]
12:56:08 #10 8.489 Get:286 http://deb.debian.org/debian buster/main arm64 libpython2.7-minimal arm64 2.7.16-2+deb10u1 [395 kB]
12:56:08 #10 8.501 Get:287 http://deb.debian.org/debian buster/main arm64 libpython2.7-stdlib arm64 2.7.16-2+deb10u1 [1890 kB]
12:56:08 #10 8.513 Get:288 http://deb.debian.org/debian buster/main arm64 libpython2.7 arm64 2.7.16-2+deb10u1 [958 kB]
12:56:08 #10 8.525 Get:289 http://deb.debian.org/debian buster/main arm64 libmailutils5 arm64 1:3.5-4 [829 kB]
12:56:08 #10 8.533 Get:290 http://deb.debian.org/debian buster/main arm64 libmime-tools-perl all 5.509-1 [212 kB]
12:56:08 #10 8.537 Get:291 http://deb.debian.org/debian buster/main arm64 libnet-dns-sec-perl arm64 1.11-1 [47.7 kB]
12:56:08 #10 8.537 Get:292 http://deb.debian.org/debian buster/main arm64 libnet-libidn-perl arm64 0.12.ds-3+b1 [18.7 kB]
12:56:08 #10 8.537 Get:293 http://deb.debian.org/debian buster/main arm64 libnumber-compare-perl all 0.03-1 [7642 B]
12:56:08 #10 8.537 Get:294 http://deb.debian.org/debian buster/main arm64 libnumber-range-perl all 0.12-1 [9274 B]
12:56:08 #10 8.537 Get:295 http://deb.debian.org/debian buster/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b7 [41.8 kB]
12:56:08 #10 8.538 Get:296 http://deb.debian.org/debian buster/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b7 [28.8 kB]
12:56:08 #10 8.540 Get:297 http://deb.debian.org/debian buster/main arm64 libpackage-stash-xs-perl arm64 0.29-1 [19.7 kB]
12:56:08 #10 8.540 Get:298 http://deb.debian.org/debian buster/main arm64 libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
12:56:08 #10 8.540 Get:299 http://deb.debian.org/debian buster/main arm64 libtext-glob-perl all 0.10-1 [8362 B]
12:56:08 #10 8.545 Get:300 http://deb.debian.org/debian buster/main arm64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
12:56:08 #10 8.546 Get:301 http://deb.debian.org/debian buster/main arm64 libperlio-gzip-perl arm64 0.19-1+b5 [17.2 kB]
12:56:08 #10 8.548 Get:302 http://deb.debian.org/debian buster/main arm64 libpod-constants-perl all 0.19-1 [16.9 kB]
12:56:08 #10 8.548 Get:303 http://deb.debian.org/debian buster/main arm64 libreadonly-perl all 2.050-1 [22.7 kB]
12:56:08 #10 8.550 Get:304 http://deb.debian.org/debian buster/main arm64 libref-util-perl all 0.204-1 [17.1 kB]
12:56:08 #10 8.552 Get:305 http://deb.debian.org/debian buster/main arm64 libref-util-xs-perl arm64 0.117-1+b1 [13.8 kB]
12:56:08 #10 8.553 Get:306 http://deb.debian.org/debian buster/main arm64 libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB]
12:56:08 #10 8.553 Get:307 http://deb.debian.org/debian buster/main arm64 libsasl2-modules arm64 2.1.27+dfsg-1+deb10u2 [102 kB]
12:56:08 #10 8.556 Get:308 http://deb.debian.org/debian buster/main arm64 libsereal-decoder-perl arm64 4.005+ds-1+b1 [88.1 kB]
12:56:08 #10 8.558 Get:309 http://deb.debian.org/debian buster/main arm64 libsereal-encoder-perl arm64 4.005+ds-1+b1 [89.4 kB]
12:56:08 #10 8.561 Get:310 http://deb.debian.org/debian buster/main arm64 libsereal-perl all 4.005-1 [10.8 kB]
12:56:08 #10 8.562 Get:311 http://deb.debian.org/debian buster/main arm64 libtask-weaken-perl all 1.06-1 [9252 B]
12:56:08 #10 8.563 Get:312 http://deb.debian.org/debian buster/main arm64 libxml-parser-perl arm64 2.44-4 [212 kB]
12:56:08 #10 8.567 Get:313 http://deb.debian.org/debian buster/main arm64 libsoap-lite-perl all 1.27-1 [258 kB]
12:56:08 #10 8.570 Get:314 http://deb.debian.org/debian buster/main arm64 libsort-key-perl arm64 1.33-2+b1 [36.3 kB]
12:56:08 #10 8.571 Get:315 http://deb.debian.org/debian buster/main arm64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
12:56:08 #10 8.572 Get:316 http://deb.debian.org/debian buster/main arm64 libstring-escape-perl all 2010.002-2 [19.1 kB]
12:56:08 #10 8.573 Get:317 http://deb.debian.org/debian buster/main arm64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
12:56:08 #10 8.573 Get:318 http://deb.debian.org/debian buster/main arm64 libterm-readkey-perl arm64 2.38-1 [27.0 kB]
12:56:08 #10 8.575 Get:319 http://deb.debian.org/debian buster/main arm64 libtest-fatal-perl all 0.014-1 [11.9 kB]
12:56:08 #10 8.576 Get:320 http://deb.debian.org/debian buster/main arm64 libtest-refcount-perl all 0.08-3 [11.4 kB]
12:56:08 #10 8.577 Get:321 http://deb.debian.org/debian buster/main arm64 libtext-levenshtein-perl all 0.13-1 [11.1 kB]
12:56:08 #10 8.578 Get:322 http://deb.debian.org/debian buster/main arm64 libtype-tiny-xs-perl arm64 0.014-1+b1 [23.7 kB]
12:56:08 #10 8.580 Get:323 http://deb.debian.org/debian buster/main arm64 libunicode-utf8-perl arm64 0.62-1 [19.6 kB]
12:56:08 #10 8.581 Get:324 http://deb.debian.org/debian buster/main arm64 libwrap0 arm64 7.6.q-28 [58.4 kB]
12:56:08 #10 8.582 Get:325 http://deb.debian.org/debian buster/main arm64 libxau6 arm64 1:1.0.8-1+b2 [19.3 kB]
12:56:08 #10 8.584 Get:326 http://deb.debian.org/debian buster/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
12:56:08 #10 8.585 Get:327 http://deb.debian.org/debian buster/main arm64 libxcb1 arm64 1.13.1-2 [135 kB]
12:56:08 #10 8.587 Get:328 http://deb.debian.org/debian buster/main arm64 libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
12:56:08 #10 8.593 Get:329 http://deb.debian.org/debian buster/main arm64 libx11-6 arm64 2:1.6.7-1+deb10u2 [736 kB]
12:56:08 #10 8.603 Get:330 http://deb.debian.org/debian buster/main arm64 libxext6 arm64 2:1.3.3-1+b2 [48.6 kB]
12:56:08 #10 8.604 Get:331 http://deb.debian.org/debian buster/main arm64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
12:56:08 #10 8.605 Get:332 http://deb.debian.org/debian buster/main arm64 libxml-sax-base-perl all 1.09-1 [20.4 kB]
12:56:08 #10 8.606 Get:333 http://deb.debian.org/debian buster/main arm64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
12:56:08 #10 8.608 Get:334 http://deb.debian.org/debian buster/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-1 [334 kB]
12:56:08 #10 8.613 Get:335 http://deb.debian.org/debian buster/main arm64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
12:56:08 #10 8.614 Get:336 http://deb.debian.org/debian buster/main arm64 libxml-simple-perl all 2.25-1 [72.0 kB]
12:56:08 #10 8.615 Get:337 http://deb.debian.org/debian buster/main arm64 libxmlrpc-lite-perl all 0.717-2 [22.3 kB]
12:56:08 #10 8.616 Get:338 http://deb.debian.org/debian buster/main arm64 libxmuu1 arm64 2:1.1.2-2+b3 [24.1 kB]
12:56:08 #10 8.617 Get:339 http://deb.debian.org/debian buster/main arm64 libyaml-0-2 arm64 0.2.1-1 [41.4 kB]
12:56:08 #10 8.618 Get:340 http://deb.debian.org/debian buster/main arm64 libyaml-libyaml-perl arm64 0.76+repack-1 [32.0 kB]
12:56:08 #10 8.619 Get:341 http://deb.debian.org/debian buster/main arm64 licensecheck all 3.0.31-3 [28.3 kB]
12:56:08 #10 8.620 Get:342 http://deb.debian.org/debian buster/main arm64 t1utils arm64 1.41-3 [59.7 kB]
12:56:08 #10 8.621 Get:343 http://deb.debian.org/debian buster/main arm64 lintian all 2.15.0 [1181 kB]
12:56:08 #10 8.633 Get:344 http://deb.debian.org/debian buster/main arm64 lsb-release all 10.2019051400 [27.5 kB]
12:56:08 #10 8.634 Get:345 http://deb.debian.org/debian buster/main arm64 mailutils arm64 1:3.5-4 [570 kB]
12:56:08 #10 8.641 Get:346 http://deb.debian.org/debian buster/main arm64 manpages-dev all 4.16-2 [2232 kB]
12:56:08 #10 8.663 Get:347 http://deb.debian.org/debian buster/main arm64 psmisc arm64 23.2-1+deb10u1 [123 kB]
12:56:08 #10 8.664 Get:348 http://deb.debian.org/debian buster/main arm64 publicsuffix all 20220811.1734-0+deb10u1 [127 kB]
12:56:08 #10 8.666 Get:349 http://deb.debian.org/debian buster/main arm64 python-apt-common all 1.8.4.3 [96.3 kB]
12:56:08 #10 8.668 Get:350 http://deb.debian.org/debian buster/main arm64 python3-apt arm64 1.8.4.3 [179 kB]
12:56:08 #10 8.670 Get:351 http://deb.debian.org/debian buster/main arm64 python3-certifi all 2018.8.24-1 [140 kB]
12:56:08 #10 8.672 Get:352 http://deb.debian.org/debian buster/main arm64 python3-idna all 2.6-1 [34.3 kB]
12:56:08 #10 8.673 Get:353 http://deb.debian.org/debian buster/main arm64 python3-magic all 2:0.4.15-2 [9256 B]
12:56:08 #10 8.673 Get:354 http://deb.debian.org/debian buster/main arm64 python3-urllib3 all 1.24.1-1 [97.1 kB]
12:56:08 #10 8.675 Get:355 http://deb.debian.org/debian buster/main arm64 python3-requests all 2.21.0-1 [66.9 kB]
12:56:08 #10 8.676 Get:356 http://deb.debian.org/debian buster/main arm64 python3-unidiff all 0.5.4-1 [7506 B]
12:56:08 #10 8.676 Get:357 http://deb.debian.org/debian buster/main arm64 python3-xdg all 0.25-5 [35.9 kB]
12:56:08 #10 8.685 Get:358 http://deb.debian.org/debian buster/main arm64 shared-mime-info arm64 1.10-1 [764 kB]
12:56:08 #10 8.709 Get:359 http://deb.debian.org/debian buster/main arm64 strace arm64 4.26-0.2 [803 kB]
12:56:08 #10 8.709 Get:360 http://deb.debian.org/debian-security buster/updates/main arm64 unzip arm64 6.0-23+deb10u3 [166 kB]
12:56:08 #10 8.710 Get:361 http://deb.debian.org/debian buster/main arm64 xauth arm64 1:1.0.10-1 [38.2 kB]
12:56:08 #10 8.711 Get:362 http://deb.debian.org/debian buster/main arm64 xdg-user-dirs arm64 0.17-2 [53.2 kB]
12:56:08 #10 8.941 debconf: delaying package configuration, since apt-utils is not installed
12:56:08 #10 8.973 Fetched 162 MB in 2s (69.0 MB/s)
12:56:08 #10 9.088 Selecting previously unselected package sensible-utils.
12:56:08 #10 9.088 (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.)
12:56:08 #10 9.093 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ...
12:56:08 #10 9.097 Unpacking sensible-utils (0.0.12) ...
12:56:08 #10 9.138 Selecting previously unselected package lsb-base.
12:56:08 #10 9.138 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ...
12:56:08 #10 9.143 Unpacking lsb-base (10.2019051400) ...
12:56:08 #10 9.187 Selecting previously unselected package cron.
12:56:08 #10 9.187 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_arm64.deb ...
12:56:08 #10 9.191 Unpacking cron (3.0pl1-134+deb10u1) ...
12:56:08 #10 9.250 Selecting previously unselected package libbsd0:arm64.
12:56:08 #10 9.250 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_arm64.deb ...
12:56:08 #10 9.259 Unpacking libbsd0:arm64 (0.9.1-2+deb10u1) ...
12:56:08 #10 9.335 Selecting previously unselected package bsdmainutils.
12:56:08 #10 9.335 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_arm64.deb ...
12:56:08 #10 9.341 Unpacking bsdmainutils (11.1.2+b1) ...
12:56:08 #10 9.417 Selecting previously unselected package libuchardet0:arm64.
12:56:08 #10 9.419 Preparing to unpack .../05-libuchardet0_0.0.6-3_arm64.deb ...
12:56:08 #10 9.423 Unpacking libuchardet0:arm64 (0.0.6-3) ...
12:56:08 #10 9.468 Selecting previously unselected package groff-base.
12:56:08 #10 9.468 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_arm64.deb ...
12:56:08 #10 9.478 Unpacking groff-base (1.22.4-3+deb10u1) ...
12:56:08 #10 9.706 Selecting previously unselected package libgdbm6:arm64.
12:56:08 #10 9.706 Preparing to unpack .../07-libgdbm6_1.18.1-4_arm64.deb ...
12:56:08 #10 9.712 Unpacking libgdbm6:arm64 (1.18.1-4) ...
12:56:08 #10 9.761 Selecting previously unselected package libpipeline1:arm64.
12:56:08 #10 9.761 Preparing to unpack .../08-libpipeline1_1.5.1-2_arm64.deb ...
12:56:08 #10 9.767 Unpacking libpipeline1:arm64 (1.5.1-2) ...
12:56:08 #10 9.826 Selecting previously unselected package man-db.
12:56:08 #10 9.826 Preparing to unpack .../09-man-db_2.8.5-2_arm64.deb ...
12:56:08 #10 9.847 Unpacking man-db (2.8.5-2) ...
12:56:08 #10 10.03 Selecting previously unselected package perl-modules-5.28.
12:56:08 #10 10.03 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
12:56:08 #10 10.04 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
12:56:08 #10 10.65 Selecting previously unselected package libgdbm-compat4:arm64.
12:56:08 #10 10.65 Preparing to unpack .../11-libgdbm-compat4_1.18.1-4_arm64.deb ...
12:56:08 #10 10.66 Unpacking libgdbm-compat4:arm64 (1.18.1-4) ...
12:56:08 #10 10.73 Selecting previously unselected package libperl5.28:arm64.
12:56:08 #10 10.73 Preparing to unpack .../12-libperl5.28_5.28.1-6+deb10u1_arm64.deb ...
12:56:08 #10 10.73 Unpacking libperl5.28:arm64 (5.28.1-6+deb10u1) ...
12:56:08 #10 11.30 Selecting previously unselected package perl.
12:56:08 #10 11.30 Preparing to unpack .../13-perl_5.28.1-6+deb10u1_arm64.deb ...
12:56:08 #10 11.32 Unpacking perl (5.28.1-6+deb10u1) ...
12:56:08 #10 11.38 Selecting previously unselected package liblocale-gettext-perl.
12:56:08 #10 11.38 Preparing to unpack .../14-liblocale-gettext-perl_1.07-3+b4_arm64.deb ...
12:56:08 #10 11.38 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
12:56:08 #10 11.44 Selecting previously unselected package libssl1.1:arm64.
12:56:08 #10 11.44 Preparing to unpack .../15-libssl1.1_1.1.1n-0+deb10u3_arm64.deb ...
12:56:08 #10 11.45 Unpacking libssl1.1:arm64 (1.1.1n-0+deb10u3) ...
12:56:08 #10 11.81 Selecting previously unselected package libpython3.7-minimal:arm64.
12:56:08 #10 11.81 Preparing to unpack .../16-libpython3.7-minimal_3.7.3-2+deb10u4_arm64.deb ...
12:56:08 #10 11.82 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u4) ...
12:56:08 #10 11.95 Selecting previously unselected package libexpat1:arm64.
12:56:08 #10 11.95 Preparing to unpack .../17-libexpat1_2.2.6-2+deb10u6_arm64.deb ...
12:56:08 #10 11.96 Unpacking libexpat1:arm64 (2.2.6-2+deb10u6) ...
12:56:08 #10 12.03 Selecting previously unselected package python3.7-minimal.
12:56:08 #10 12.03 Preparing to unpack .../18-python3.7-minimal_3.7.3-2+deb10u4_arm64.deb ...
12:56:08 #10 12.03 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
12:56:08 #10 12.26 Setting up libssl1.1:arm64 (1.1.1n-0+deb10u3) ...
12:56:08 #10 12.47 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u4) ...
12:56:08 #10 12.51 Setting up libexpat1:arm64 (2.2.6-2+deb10u6) ...
12:56:08 #10 12.54 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
12:56:08 #10 13.46 Selecting previously unselected package python3-minimal.
12:56:08 #10 13.46 (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.)
12:56:08 #10 13.47 Preparing to unpack .../0-python3-minimal_3.7.3-1_arm64.deb ...
12:56:08 #10 13.47 Unpacking python3-minimal (3.7.3-1) ...
12:56:08 #10 13.52 Selecting previously unselected package mime-support.
12:56:08 #10 13.52 Preparing to unpack .../1-mime-support_3.62_all.deb ...
12:56:08 #10 13.55 Unpacking mime-support (3.62) ...
12:56:08 #10 DONE 1.0s
12:56:08 
12:56:08 #11 [stage-1 4/9] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
12:56:08 From https://github.com/docker/docker
12:56:08  * [new branch]      23.0       -> 23.0
12:56:08  * [new branch]      23.0       -> origin/23.0
12:56:08 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:56:08 #10 57.96 Setting up libgcc-8-dev:armhf (8.3.0-6) ...
12:56:08 #10 57.97 Setting up libperl5.28:armhf (5.28.1-6+deb10u1) ...
12:56:08 #10 57.99 Setting up groff-base (1.22.4-3+deb10u1) ...
12:56:08 #10 58.00 Setting up cpp (4:8.3.0-1) ...
12:56:08 #10 58.02 Setting up gpgconf (2.2.12-1+deb10u2) ...
12:56:08 #10 58.03 Setting up libcurl4:armhf (7.64.0-4+deb10u4) ...
12:56:08 #10 58.04 Setting up libc6-dev:armhf (2.28-10+deb10u2) ...
12:56:08 #10 58.06 Setting up libx11-6:armhf (2:1.6.7-1+deb10u2) ...
12:56:08 #10 58.07 Setting up curl (7.64.0-4+deb10u4) ...
12:56:08 #10 58.08 Setting up libxmuu1:armhf (2:1.1.2-2+b3) ...
12:56:08 #10 58.09 Setting up gpg (2.2.12-1+deb10u2) ...
12:56:08 #10 58.11 Setting up guile-2.2-libs:armhf (2.2.4+1-2+deb10u1) ...
12:56:08 mkdir -p sources
12:56:08 docker run --rm -w /v \
12:56:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:08 	alpine \
12:56:08 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:08 mkdir -p sources
12:56:08 docker run --rm -w /v \
12:56:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:08 	alpine \
12:56:08 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:08 mkdir -p sources
12:56:08 docker run --rm -w /v \
12:56:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:08 	alpine \
12:56:08 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:08 #7 ...
12:56:08 
12:56:08 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:08 #0 0.808 Get:1 http://deb.debian.org/debian bookworm InRelease [171 kB]
12:56:08 #0 0.820 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB]
12:56:08 #0 0.820 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
12:56:08 #0 0.918 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8865 kB]
12:56:08 #0 2.109 Fetched 9134 kB in 2s (5850 kB/s)
12:56:08 #0 2.109 Reading package lists...
12:56:08 #0 2.775 Reading package lists...
12:56:08 #0 3.411 Building dependency tree...
12:56:08 #0 3.621 Reading state information...
12:56:08 #0 4.013 The following additional packages will be installed:
12:56:08 #0 4.013   adduser autoconf automake autopoint autotools-dev binutils
12:56:08 #0 4.013   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
12:56:08 #0 4.013   bzip2 ca-certificates cpp cpp-12 dctrl-tools debhelper debian-keyring
12:56:08 #0 4.013   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
12:56:08 #0 4.013   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
12:56:08 #0 4.013   g++-12 gcc gcc-12 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
12:56:08 #0 4.013   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
12:56:08 #0 4.013   intltool-debian iso-codes krb5-locales less libabsl20220623
12:56:08 #0 4.013   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:56:08 #0 4.013   libaliased-perl libaom3 libapt-pkg-perl libarchive-cpio-perl
12:56:08 #0 4.013   libarchive-zip-perl libarchive13 libarray-intspan-perl libasan8 libassuan0
12:56:08 #0 4.013   libatomic1 libauthen-sasl-perl libavif15 libb-hooks-endofscope-perl
12:56:08 #0 4.013   libb-hooks-op-check-perl libberkeleydb-perl libbinutils libbrotli1 libbsd0
12:56:08 #0 4.013   libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
12:56:08 #0 4.013   libcc1-0 libcgi-fast-perl libcgi-pm-perl libclass-data-inheritable-perl
12:56:08 #0 4.013   libclass-inspector-perl libclass-method-modifiers-perl
12:56:08 #0 4.013   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:56:08 #0 4.013   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
12:56:08 #0 4.013   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
12:56:08 #0 4.013   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
12:56:08 #0 4.013   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
12:56:08 #0 4.013   libdata-validate-ip-perl libdata-validate-uri-perl libdav1d6 libde265-0
12:56:08 #0 4.013   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
12:56:08 #0 4.013   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
12:56:08 #0 4.013   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
12:56:08 #0 4.013   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
12:56:08 #0 4.013   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
12:56:08 #0 4.013   libfeature-compat-class-perl libfeature-compat-try-perl libfido2-1
12:56:08 #0 4.013   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
12:56:08 #0 4.013   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
12:56:08 #0 4.013   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
12:56:08 #0 4.013   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
12:56:08 #0 4.013   libfreetype6 libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3
12:56:08 #0 4.013   libgdbm-compat4 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl
12:56:08 #0 4.013   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2 libgprofng0
12:56:08 #0 4.013   libgssapi-krb5-2 libheif1 libhtml-form-perl libhtml-format-perl
12:56:08 #0 4.013   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:56:08 #0 4.013   libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl
12:56:08 #0 4.013   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
12:56:08 #0 4.013   libhttp-negotiate-perl libhttp-tiny-multipart-perl libhwasan0 libicu72
12:56:08 #0 4.013   libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl
12:56:08 #0 4.013   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
12:56:08 #0 4.013   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
12:56:08 #0 4.013   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
12:56:08 #0 4.013   libiterator-util-perl libitm1 libjansson4 libjbig0 libjpeg62-turbo
12:56:08 #0 4.013   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
12:56:08 #0 4.013   libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libldap-common liblerc4
12:56:08 #0 4.013   liblist-compare-perl liblist-someutils-perl liblist-someutils-xs-perl
12:56:08 #0 4.013   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
12:56:08 #0 4.013   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:56:08 #0 4.013   liblwp-protocol-https-perl liblz1 liblzma5 liblzo2-2 libmagic-mgc libmagic1
12:56:08 #0 4.013   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
12:56:08 #0 4.013   libmime-tools-perl libmldbm-perl libmodule-implementation-perl
12:56:08 #0 4.013   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
12:56:08 #0 4.013   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libncursesw6
12:56:08 #0 4.013   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
12:56:08 #0 4.013   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
12:56:08 #0 4.013   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnsl2 libnuma1
12:56:08 #0 4.013   libnumber-compare-perl libobject-pad-perl libossp-uuid-perl libossp-uuid16
12:56:08 #0 4.013   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:56:08 #0 4.013   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36
12:56:08 #0 4.013   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
12:56:08 #0 4.013   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
12:56:08 #0 4.013   libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib librav1e0
12:56:08 #0 4.013   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
12:56:08 #0 4.013   libref-util-perl libref-util-xs-perl libregexp-ipv6-perl
12:56:08 #0 4.013   libregexp-pattern-license-perl libregexp-pattern-perl
12:56:08 #0 4.013   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
12:56:08 #0 4.013   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:56:08 #0 4.013   libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl
12:56:08 #0 4.013   libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev
12:56:08 #0 4.013   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:56:08 #0 4.013   libstring-license-perl libstring-shellquote-perl libsub-exporter-perl
12:56:08 #0 4.013   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:56:08 #0 4.013   libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1
12:56:08 #0 4.013   libsyntax-keyword-try-perl libsys-cpuaffinity-perl libsys-hostname-long-perl
12:56:08 #0 4.013   libtask-weaken-perl libterm-readkey-perl libtext-glob-perl
12:56:08 #0 4.013   libtext-levenshteinxs-perl libtext-markdown-discount-perl
12:56:08 #0 4.013   libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl
12:56:08 #0 4.013   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
12:56:08 #0 4.013   libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl
12:56:08 #0 4.013   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
12:56:08 #0 4.013   liburi-perl libvariable-magic-perl libwant-perl libwebp7
12:56:08 #0 4.013   libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6
12:56:08 #0 4.013   libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6
12:56:08 #0 4.013   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:56:08 #0 4.013   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2
12:56:08 #0 4.013   libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl
12:56:08 #0 4.013   libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl
12:56:08 #0 4.013   libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db
12:56:08 #0 4.013   manpages manpages-dev media-types netbase openssh-client openssl patch
12:56:08 #0 4.013   patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults
12:56:08 #0 4.013   pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix
12:56:08 #0 4.013   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:56:08 #0 4.013   python3-charset-normalizer python3-debian python3-gpg python3-idna
12:56:08 #0 4.013   python3-magic python3-minimal python3-pkg-resources python3-requests
12:56:08 #0 4.013   python3-six python3-unidiff python3-urllib3 python3-xdg python3.11
12:56:08 #0 4.013   python3.11-minimal readline-common rpcsvc-proto sensible-utils
12:56:08 #0 4.013   shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3
12:56:08 #0 4.013   xdg-user-dirs xz-utils zstd
12:56:08 #0 4.017 Suggested packages:
12:56:08 #0 4.018   cron quota autoconf-archive gnu-standards autoconf-doc binutils-doc
12:56:08 #0 4.018   bzip2-doc cpp-doc gcc-12-locales cpp-12-doc debtags dh-make adequate at
12:56:08 #0 4.018   autopkgtest bls-standalone bsd-mailx | mailx check-all-the-things
12:56:08 #0 4.018   cvs-buildpackage diffoscope disorderfs dose-extra duck elpa-devscripts
12:56:08 #0 4.018   faketime gnuplot how-can-i-help libdbd-pg-perl libfile-desktopentry-perl
12:56:08 #0 4.018   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
12:56:08 #0 4.018   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
12:56:08 #0 4.018   reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
12:56:08 #0 4.018   pinentry-gnome3 tor mini-dinstall rsync gcc-12-doc gcc-multilib flex bison
12:56:08 #0 4.018   gdb gcc-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
12:56:08 #0 4.018   | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
12:56:08 #0 4.018   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery lrzip
12:56:08 #0 4.018   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n
12:56:08 #0 4.018   low-memory-monitor gpm krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
12:56:08 #0 4.018   uuid libscalar-number-perl libsasl2-modules-gssapi-mit
12:56:08 #0 4.018   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
12:56:08 #0 4.018   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
12:56:08 #0 4.018   libnet-jabber-perl libstdc++-12-doc libbareword-filehandles-perl
12:56:08 #0 4.018   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
12:56:08 #0 4.018   libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
12:56:08 #0 4.018   libxml-sax-expatxs-perl bash-completion binutils-multiarch
12:56:08 #0 4.018   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
12:56:08 #0 4.018   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
12:56:08 #0 4.018   libterm-readline-gnu-perl | libterm-readline-perl-perl
12:56:08 #0 4.018   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
12:56:08 #0 4.018   python3-tk python3-venv python-apt-doc python3-setuptools
12:56:08 #0 4.018   python3-cryptography python3-openssl python3-socks python-requests-doc
12:56:08 #0 4.018   python3-brotli python-pyxdg-doc python3.11-venv python3.11-doc
12:56:08 #0 4.018   binfmt-support readline-doc zip wdiff-doc
12:56:08 #0 6.056 The following NEW packages will be installed:
12:56:08 #0 6.061   adduser autoconf automake autopoint autotools-dev binutils
12:56:08 #0 6.061   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
12:56:08 #0 6.061   bzip2 ca-certificates cpp cpp-12 curl dctrl-tools debhelper debian-keyring
12:56:08 #0 6.061   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
12:56:08 #0 6.061   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
12:56:08 #0 6.061   fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext gettext-base git git-man
12:56:08 #0 6.061   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
12:56:08 #0 6.061   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
12:56:08 #0 6.061   libabsl20220623 libalgorithm-diff-perl libalgorithm-diff-xs-perl
12:56:08 #0 6.061   libalgorithm-merge-perl libaliased-perl libaom3 libapt-pkg-perl
12:56:08 #0 6.061   libarchive-cpio-perl libarchive-zip-perl libarchive13 libarray-intspan-perl
12:56:08 #0 6.061   libasan8 libassuan0 libatomic1 libauthen-sasl-perl libavif15
12:56:08 #0 6.061   libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl
12:56:08 #0 6.061   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
12:56:08 #0 6.061   libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl
12:56:08 #0 6.061   libclass-data-inheritable-perl libclass-inspector-perl
12:56:08 #0 6.061   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
12:56:08 #0 6.061   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
12:56:08 #0 6.061   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
12:56:08 #0 6.061   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
12:56:08 #0 6.061   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
12:56:08 #0 6.061   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
12:56:08 #0 6.061   libdata-validate-uri-perl libdav1d6 libde265-0 libdebhelper-perl libdeflate0
12:56:08 #0 6.061   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
12:56:08 #0 6.061   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
12:56:08 #0 6.061   libelf1 libemail-address-xs-perl libencode-locale-perl liberror-perl
12:56:08 #0 6.061   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
12:56:08 #0 6.061   libfcgi-bin libfcgi-perl libfcgi0ldbl libfeature-compat-class-perl
12:56:08 #0 6.061   libfeature-compat-try-perl libfido2-1 libfile-basedir-perl
12:56:08 #0 6.061   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
12:56:08 #0 6.061   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
12:56:08 #0 6.061   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
12:56:08 #0 6.061   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6
12:56:08 #0 6.061   libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3 libgdbm-compat4 libgdbm6
12:56:08 #0 6.061   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
12:56:08 #0 6.061   libgomp1 libgpgme11 libgpm2 libgprofng0 libgssapi-krb5-2 libheif1
12:56:08 #0 6.061   libhtml-form-perl libhtml-format-perl libhtml-html5-entities-perl
12:56:08 #0 6.061   libhtml-parser-perl libhtml-tagset-perl libhtml-tokeparser-simple-perl
12:56:08 #0 6.061   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:08 #0 6.061   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:56:08 #0 6.061   libhwasan0 libicu72 libimport-into-perl libindirect-perl libio-html-perl
12:56:08 #0 6.061   libio-interactive-perl libio-prompter-perl libio-pty-perl
12:56:08 #0 6.061   libio-sessiondata-perl libio-socket-ssl-perl libio-string-perl
12:56:08 #0 6.061   libio-stringy-perl libipc-run-perl libipc-run3-perl
12:56:08 #0 6.061   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
12:56:08 #0 6.061   libitm1 libjansson4 libjbig0 libjpeg62-turbo libjson-maybexs-perl
12:56:08 #0 6.061   libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1 libkrb5-3
12:56:08 #0 6.061   libkrb5support0 libksba8 libldap-2.5-0 libldap-common liblerc4
12:56:08 #0 6.061   liblist-compare-perl liblist-someutils-perl liblist-someutils-xs-perl
12:56:08 #0 6.061   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
12:56:08 #0 6.061   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:56:08 #0 6.061   liblwp-protocol-https-perl liblz1 liblzo2-2 libmagic-mgc libmagic1
12:56:08 #0 6.061   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
12:56:08 #0 6.061   libmime-tools-perl libmldbm-perl libmodule-implementation-perl
12:56:08 #0 6.061   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
12:56:08 #0 6.061   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libncursesw6
12:56:08 #0 6.061   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
12:56:08 #0 6.061   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
12:56:08 #0 6.061   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnsl2 libnuma1
12:56:08 #0 6.061   libnumber-compare-perl libobject-pad-perl libossp-uuid-perl libossp-uuid16
12:56:08 #0 6.061   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:56:08 #0 6.061   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36
12:56:08 #0 6.061   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
12:56:08 #0 6.061   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
12:56:08 #0 6.061   libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib librav1e0
12:56:08 #0 6.061   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
12:56:08 #0 6.061   libref-util-perl libref-util-xs-perl libregexp-ipv6-perl
12:56:08 #0 6.061   libregexp-pattern-license-perl libregexp-pattern-perl
12:56:08 #0 6.061   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
12:56:08 #0 6.061   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:56:08 #0 6.061   libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl
12:56:08 #0 6.061   libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev
12:56:08 #0 6.061   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:56:08 #0 6.061   libstring-license-perl libstring-shellquote-perl libsub-exporter-perl
12:56:08 #0 6.061   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:56:08 #0 6.061   libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1
12:56:08 #0 6.061   libsyntax-keyword-try-perl libsys-cpuaffinity-perl libsys-hostname-long-perl
12:56:08 #0 6.061   libtask-weaken-perl libterm-readkey-perl libtext-glob-perl
12:56:08 #0 6.061   libtext-levenshteinxs-perl libtext-markdown-discount-perl
12:56:08 #0 6.061   libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl
12:56:08 #0 6.061   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
12:56:08 #0 6.061   libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl
12:56:08 #0 6.061   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
12:56:08 #0 6.061   liburi-perl libvariable-magic-perl libwant-perl libwebp7
12:56:08 #0 6.061   libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6
12:56:08 #0 6.061   libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6
12:56:08 #0 6.061   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:56:08 #0 6.061   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2
12:56:08 #0 6.061   libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl
12:56:08 #0 6.061   libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl
12:56:08 #0 6.061   libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db
12:56:08 #0 6.061   manpages manpages-dev media-types netbase openssh-client openssl patch
12:56:08 #0 6.061   patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults
12:56:08 #0 6.061   pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix
12:56:08 #0 6.061   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:56:08 #0 6.061   python3-charset-normalizer python3-debian python3-gpg python3-idna
12:56:08 #0 6.061   python3-magic python3-minimal python3-pkg-resources python3-requests
12:56:08 #0 6.061   python3-six python3-unidiff python3-urllib3 python3-xdg python3.11
12:56:08 #0 6.061   python3.11-minimal readline-common rpcsvc-proto sensible-utils
12:56:08 #0 6.061   shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3
12:56:08 #0 6.061   xdg-user-dirs xz-utils zstd
12:56:08 #0 6.061 The following packages will be upgraded:
12:56:08 #0 6.061   liblzma5
12:56:08 #0 6.350 1 upgraded, 429 newly installed, 0 to remove and 7 not upgraded.
12:56:08 #0 6.350 Need to get 182 MB of archives.
12:56:08 #0 6.350 After this operation, 658 MB of additional disk space will be used.
12:56:08 #0 6.350 Get:1 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7 [2815 kB]
12:56:08 #0 6.372 Get:2 http://deb.debian.org/debian bookworm/main arm64 libgdbm6 arm64 1.23-3 [70.9 kB]
12:56:08 #0 6.374 Get:3 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB]
12:56:08 #0 6.375 Get:4 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7 [4019 kB]
12:56:08 #0 6.410 Get:5 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7 [239 kB]
12:56:08 #0 6.411 Get:6 http://deb.debian.org/debian bookworm/main arm64 liblocale-gettext-perl arm64 1.07-5 [15.1 kB]
12:56:08 #0 6.413 Get:7 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.7-2 [1796 kB]
12:56:08 #0 6.427 Get:8 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-minimal arm64 3.11.1-2 [805 kB]
12:56:08 #0 6.440 Get:9 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1 [84.8 kB]
12:56:08 #0 6.443 Get:10 http://deb.debian.org/debian bookworm/main arm64 python3.11-minimal arm64 3.11.1-2 [1857 kB]
12:56:08 #0 6.461 Get:11 http://deb.debian.org/debian bookworm/main arm64 python3-minimal arm64 3.11.1-3 [25.9 kB]
12:56:08 #0 6.461 Get:12 http://deb.debian.org/debian bookworm/main arm64 media-types all 8.0.0 [33.4 kB]
12:56:08 #0 6.462 Get:13 http://deb.debian.org/debian bookworm/main arm64 liblzma5 arm64 5.4.1-0.1 [199 kB]
12:56:08 #0 6.464 Get:14 http://deb.debian.org/debian bookworm/main arm64 libmpdec3 arm64 2.5.1-2 [84.4 kB]
12:56:08 #0 6.465 Get:15 http://deb.debian.org/debian bookworm/main arm64 libncursesw6 arm64 6.4-2 [122 kB]
12:56:08 #0 6.466 Get:16 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-1 [31.5 kB]
12:56:08 #0 6.466 Get:17 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-1 [78.9 kB]
12:56:08 #0 6.467 Get:18 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
12:56:08 #0 6.467 Get:19 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-1 [313 kB]
12:56:08 #0 6.486 Get:20 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-1 [123 kB]
12:56:08 #0 6.504 Get:21 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
12:56:08 #0 6.509 Get:22 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB]
12:56:08 #0 6.513 Get:23 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB]
12:56:08 #0 6.515 Get:24 http://deb.debian.org/debian bookworm/main arm64 readline-common all 8.2-1.3 [69.0 kB]
12:56:08 #0 6.516 Get:25 http://deb.debian.org/debian bookworm/main arm64 libreadline8 arm64 8.2-1.3 [155 kB]
12:56:08 #0 6.517 Get:26 http://deb.debian.org/debian bookworm/main arm64 libsqlite3-0 arm64 3.40.1-1 [783 kB]
12:56:08 #0 6.540 Get:27 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-stdlib arm64 3.11.1-2 [1672 kB]
12:56:08 #0 6.558 Get:28 http://deb.debian.org/debian bookworm/main arm64 python3.11 arm64 3.11.1-2 [567 kB]
12:56:08 #0 6.574 Get:29 http://deb.debian.org/debian bookworm/main arm64 libpython3-stdlib arm64 3.11.1-3 [8960 B]
12:56:08 #0 6.574 Get:30 http://deb.debian.org/debian bookworm/main arm64 python3 arm64 3.11.1-3 [25.9 kB]
12:56:08 #0 6.574 Get:31 http://deb.debian.org/debian bookworm/main arm64 adduser all 3.130 [117 kB]
12:56:08 #0 6.574 Get:32 http://deb.debian.org/debian bookworm/main arm64 less arm64 590-1.1 [127 kB]
12:56:08 #0 6.574 Get:33 http://deb.debian.org/debian bookworm/main arm64 netbase all 6.4 [12.8 kB]
12:56:08 #0 6.575 Get:34 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB]
12:56:08 #0 6.576 Get:35 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
12:56:08 #0 6.576 Get:36 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.7-2 [1365 kB]
12:56:08 #0 6.585 Get:37 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20211016 [156 kB]
12:56:08 #0 6.585 Get:38 http://deb.debian.org/debian bookworm/main arm64 libmagic-mgc arm64 1:5.44-3 [305 kB]
12:56:08 #0 6.600 Get:39 http://deb.debian.org/debian bookworm/main arm64 libmagic1 arm64 1:5.44-3 [98.5 kB]
12:56:08 #0 6.600 Get:40 http://deb.debian.org/debian bookworm/main arm64 file arm64 1:5.44-3 [42.5 kB]
12:56:08 #0 6.600 Get:41 http://deb.debian.org/debian bookworm/main arm64 gettext-base arm64 0.21-11 [159 kB]
12:56:08 #0 6.600 Get:42 http://deb.debian.org/debian bookworm/main arm64 libuchardet0 arm64 0.0.7-1 [67.9 kB]
12:56:08 #0 6.600 Get:43 http://deb.debian.org/debian bookworm/main arm64 groff-base arm64 1.22.4-9 [862 kB]
12:56:08 #0 6.600 Get:44 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-1 [62.4 kB]
12:56:08 #0 6.610 Get:45 http://deb.debian.org/debian bookworm/main arm64 bsdextrautils arm64 2.38.1-4 [86.5 kB]
12:56:08 #0 6.611 Get:46 http://deb.debian.org/debian bookworm/main arm64 libpipeline1 arm64 1.5.7-1 [36.4 kB]
12:56:08 #0 6.612 Get:47 http://deb.debian.org/debian bookworm/main arm64 man-db arm64 2.11.2-1 [1368 kB]
12:56:08 #0 6.628 Get:48 http://deb.debian.org/debian bookworm/main arm64 manpages all 6.02-1 [1327 kB]
12:56:08 #0 6.658 Get:49 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB]
12:56:08 #0 6.658 Get:50 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB]
12:56:08 #0 6.658 Get:51 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB]
12:56:08 #0 6.658 Get:52 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2 [72.4 kB]
12:56:08 #0 6.658 Get:53 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.1p1-2 [914 kB]
12:56:08 #0 6.659 Get:54 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1 [55.2 kB]
12:56:08 #0 6.671 Get:55 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.1 [467 kB]
12:56:08 #0 6.671 Get:56 http://deb.debian.org/debian bookworm/main arm64 m4 arm64 1.4.19-3 [276 kB]
12:56:08 #0 6.671 Get:57 http://deb.debian.org/debian bookworm/main arm64 autoconf all 2.71-3 [332 kB]
12:56:08 #0 6.674 Get:58 http://deb.debian.org/debian bookworm/main arm64 autotools-dev all 20220109.1 [51.6 kB]
12:56:08 #0 6.691 Get:59 http://deb.debian.org/debian bookworm/main arm64 automake all 1:1.16.5-1.3 [823 kB]
12:56:08 #0 6.695 Get:60 http://deb.debian.org/debian bookworm/main arm64 autopoint all 0.21-11 [495 kB]
12:56:08 #0 6.703 Get:61 http://deb.debian.org/debian bookworm/main arm64 binutils-common arm64 2.40-2 [2487 kB]
12:56:08 #0 6.743 Get:62 http://deb.debian.org/debian bookworm/main arm64 libbinutils arm64 2.40-2 [645 kB]
12:56:08 #0 6.752 Get:63 http://deb.debian.org/debian bookworm/main arm64 libctf-nobfd0 arm64 2.40-2 [144 kB]
12:56:08 #0 6.753 Get:64 http://deb.debian.org/debian bookworm/main arm64 libctf0 arm64 2.40-2 [79.2 kB]
12:56:08 #0 6.755 Get:65 http://deb.debian.org/debian bookworm/main arm64 libgprofng0 arm64 2.40-2 [680 kB]
12:56:08 #0 6.763 Get:66 http://deb.debian.org/debian bookworm/main arm64 libjansson4 arm64 2.14-2 [40.2 kB]
12:56:08 #0 6.769 Get:67 http://deb.debian.org/debian bookworm/main arm64 binutils-aarch64-linux-gnu arm64 2.40-2 [2637 kB]
12:56:08 #0 6.816 Get:68 http://deb.debian.org/debian bookworm/main arm64 binutils arm64 2.40-2 [64.9 kB]
12:56:08 #0 6.819 Get:69 http://deb.debian.org/debian bookworm/main arm64 libc-dev-bin arm64 2.36-8 [43.0 kB]
12:56:08 #0 6.820 Get:70 http://deb.debian.org/debian bookworm/main arm64 linux-libc-dev arm64 6.1.8-1 [1696 kB]
12:56:08 #0 6.836 Get:71 http://deb.debian.org/debian bookworm/main arm64 libcrypt-dev arm64 1:4.4.33-2 [121 kB]
12:56:08 #0 6.841 Get:72 http://deb.debian.org/debian bookworm/main arm64 libtirpc-dev arm64 1.3.3+ds-1 [194 kB]
12:56:08 #0 6.842 Get:73 http://deb.debian.org/debian bookworm/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB]
12:56:08 #0 6.849 Get:74 http://deb.debian.org/debian bookworm/main arm64 rpcsvc-proto arm64 1.4.3-1 [59.7 kB]
12:56:08 #0 6.849 Get:75 http://deb.debian.org/debian bookworm/main arm64 libc6-dev arm64 2.36-8 [1427 kB]
12:56:08 #0 6.861 Get:76 http://deb.debian.org/debian bookworm/main arm64 libisl23 arm64 0.25-1 [611 kB]
12:56:08 #0 6.864 Get:77 http://deb.debian.org/debian bookworm/main arm64 libmpfr6 arm64 4.2.0-1 [600 kB]
12:56:08 #0 6.874 Get:78 http://deb.debian.org/debian bookworm/main arm64 libmpc3 arm64 1.3.1-1 [49.2 kB]
12:56:08 #0 6.875 Get:79 http://deb.debian.org/debian bookworm/main arm64 cpp-12 arm64 12.2.0-14 [8226 kB]
12:56:08 #0 6.969 Get:80 http://deb.debian.org/debian bookworm/main arm64 cpp arm64 4:12.2.0-3 [6832 B]
12:56:08 #0 6.970 Get:81 http://deb.debian.org/debian bookworm/main arm64 libcc1-0 arm64 12.2.0-14 [37.7 kB]
12:56:08 #0 6.970 Get:82 http://deb.debian.org/debian bookworm/main arm64 libgomp1 arm64 12.2.0-14 [104 kB]
12:56:08 #0 6.971 Get:83 http://deb.debian.org/debian bookworm/main arm64 libitm1 arm64 12.2.0-14 [23.9 kB]
12:56:08 #0 6.972 Get:84 http://deb.debian.org/debian bookworm/main arm64 libatomic1 arm64 12.2.0-14 [9536 B]
12:56:08 #0 6.973 Get:85 http://deb.debian.org/debian bookworm/main arm64 libasan8 arm64 12.2.0-14 [2095 kB]
12:56:08 #0 7.001 Get:86 http://deb.debian.org/debian bookworm/main arm64 liblsan0 arm64 12.2.0-14 [926 kB]
12:56:08 #0 7.015 Get:87 http://deb.debian.org/debian bookworm/main arm64 libtsan2 arm64 12.2.0-14 [2179 kB]
12:56:08 #0 7.035 Get:88 http://deb.debian.org/debian bookworm/main arm64 libubsan1 arm64 12.2.0-14 [862 kB]
12:56:08 #0 7.053 Get:89 http://deb.debian.org/debian bookworm/main arm64 libhwasan0 arm64 12.2.0-14 [998 kB]
12:56:08 #0 7.058 Get:90 http://deb.debian.org/debian bookworm/main arm64 libgcc-12-dev arm64 12.2.0-14 [959 kB]
12:56:08 #0 7.081 Get:91 http://deb.debian.org/debian bookworm/main arm64 gcc-12 arm64 12.2.0-14 [16.3 MB]
12:56:08 #0 7.349 Get:92 http://deb.debian.org/debian bookworm/main arm64 gcc arm64 4:12.2.0-3 [5244 B]
12:56:08 #0 7.354 Get:93 http://deb.debian.org/debian bookworm/main arm64 libstdc++-12-dev arm64 12.2.0-14 [2006 kB]
12:56:08 #0 7.380 Get:94 http://deb.debian.org/debian bookworm/main arm64 g++-12 arm64 12.2.0-14 [9071 kB]
12:56:08 #0 7.466 Get:95 http://deb.debian.org/debian bookworm/main arm64 g++ arm64 4:12.2.0-3 [1336 B]
12:56:08 #0 7.467 Get:96 http://deb.debian.org/debian bookworm/main arm64 make arm64 4.3-4.1 [391 kB]
12:56:08 #0 7.470 Get:97 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.19 [574 kB]
12:56:08 #0 7.474 Get:98 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
12:56:08 #0 7.482 Get:99 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.19 [1301 kB]
12:56:08 #0 7.484 Get:100 http://deb.debian.org/debian bookworm/main arm64 build-essential arm64 12.9 [7704 B]
12:56:08 #0 7.486 Get:101 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
12:56:08 #0 7.489 Get:102 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB]
12:56:08 #0 7.491 Get:103 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB]
12:56:08 #0 7.493 Get:104 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-3 [170 kB]
12:56:08 #0 7.494 Get:105 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.51.0-1 [67.9 kB]
12:56:08 #0 7.496 Get:106 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
12:56:08 #0 7.498 Get:107 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
12:56:08 #0 7.500 Get:108 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB]
12:56:08 #0 7.502 Get:109 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.87.0-2 [350 kB]
12:56:08 #0 7.505 Get:110 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.87.0-2 [301 kB]
12:56:08 #0 7.507 Get:111 http://deb.debian.org/debian bookworm/main arm64 dctrl-tools arm64 2.24-3 [101 kB]
12:56:08 #0 7.509 Get:112 http://deb.debian.org/debian bookworm/main arm64 libdebhelper-perl all 13.11.4 [81.2 kB]
12:56:08 #0 7.510 Get:113 http://deb.debian.org/debian bookworm/main arm64 libtool all 2.4.7-5 [517 kB]
12:56:08 #0 7.516 Get:114 http://deb.debian.org/debian bookworm/main arm64 dh-autoreconf all 20 [17.1 kB]
12:56:08 #0 7.518 Get:115 http://deb.debian.org/debian bookworm/main arm64 libarchive-zip-perl all 1.68-1 [104 kB]
12:56:08 #0 7.520 Get:116 http://deb.debian.org/debian bookworm/main arm64 libsub-override-perl all 0.09-4 [9304 B]
12:56:08 #0 7.522 Get:117 http://deb.debian.org/debian bookworm/main arm64 libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
12:56:08 #0 7.525 Get:118 http://deb.debian.org/debian bookworm/main arm64 dh-strip-nondeterminism all 1.13.1-1 [8620 B]
12:56:08 #0 7.526 Get:119 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
12:56:08 #0 7.529 Get:120 http://deb.debian.org/debian bookworm/main arm64 dwz arm64 0.15-1 [101 kB]
12:56:08 #0 7.533 Get:121 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
12:56:08 #0 7.671 Get:122 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.1+b3 [619 kB]
12:56:08 #0 7.686 Get:123 http://deb.debian.org/debian bookworm/main arm64 gettext arm64 0.21-11 [1248 kB]
12:56:08 #0 7.696 Get:124 http://deb.debian.org/debian bookworm/main arm64 intltool-debian all 0.35.0+20060710.6 [22.9 kB]
12:56:08 #0 7.696 Get:125 http://deb.debian.org/debian bookworm/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
12:56:08 #0 7.698 Get:126 http://deb.debian.org/debian bookworm/main arm64 debhelper all 13.11.4 [942 kB]
12:56:08 #0 7.704 Get:127 http://deb.debian.org/debian bookworm/main arm64 debian-keyring all 2022.12.24 [30.5 MB]
12:56:08 #0 7.922 Get:128 http://deb.debian.org/debian bookworm/main arm64 libfakeroot arm64 1.29-1 [48.2 kB]
12:56:08 #0 7.923 Get:129 http://deb.debian.org/debian bookworm/main arm64 fakeroot arm64 1.29-1 [86.8 kB]
12:56:08 #0 7.923 Get:130 http://deb.debian.org/debian bookworm/main arm64 libassuan0 arm64 2.5.5-5 [45.9 kB]
12:56:08 #0 7.924 Get:131 http://deb.debian.org/debian bookworm/main arm64 gpgconf arm64 2.2.40-1 [556 kB]
12:56:08 #0 7.928 Get:132 http://deb.debian.org/debian bookworm/main arm64 libksba8 arm64 1.6.3-2 [119 kB]
12:56:08 #0 7.933 Get:133 http://deb.debian.org/debian bookworm/main arm64 libnpth0 arm64 1.6-3 [18.6 kB]
12:56:08 #0 7.933 Get:134 http://deb.debian.org/debian bookworm/main arm64 dirmngr arm64 2.2.40-1 [769 kB]
12:56:08 #0 7.940 Get:135 http://deb.debian.org/debian bookworm/main arm64 gnupg-l10n all 2.2.40-1 [1094 kB]
12:56:08 #0 7.951 Get:136 http://deb.debian.org/debian bookworm/main arm64 gnupg-utils arm64 2.2.40-1 [879 kB]
12:56:08 #10 7.961 Get:137 http://deb.debian.org/debian bookworm/main arm64 gpg arm64 2.2.40-1 [903 kB]
12:56:08 #10 7.963 Get:138 http://deb.debian.org/debian bookworm/main arm64 pinentry-curses arm64 1.2.1-1 [75.2 kB]
12:56:08 #10 7.964 Get:139 http://deb.debian.org/debian bookworm/main arm64 gpg-agent arm64 2.2.40-1 [673 kB]
12:56:08 #10 7.973 Get:140 http://deb.debian.org/debian bookworm/main arm64 gpg-wks-client arm64 2.2.40-1 [532 kB]
12:56:08 #10 7.973 Get:141 http://deb.debian.org/debian bookworm/main arm64 gpg-wks-server arm64 2.2.40-1 [524 kB]
12:56:08 #10 7.977 Get:142 http://deb.debian.org/debian bookworm/main arm64 gpgsm arm64 2.2.40-1 [650 kB]
12:56:08 #10 7.982 Get:143 http://deb.debian.org/debian bookworm/main arm64 gnupg all 2.2.40-1 [846 kB]
12:56:08 #10 7.988 Get:144 http://deb.debian.org/debian bookworm/main arm64 libfile-dirlist-perl all 0.05-3 [7600 B]
12:56:08 #10 7.988 Get:145 http://deb.debian.org/debian bookworm/main arm64 libfile-which-perl all 1.27-2 [15.1 kB]
12:56:08 #10 7.989 Get:146 http://deb.debian.org/debian bookworm/main arm64 libfile-homedir-perl all 1.006-2 [42.4 kB]
12:56:08 #10 7.990 Get:147 http://deb.debian.org/debian bookworm/main arm64 libfile-touch-perl all 0.12-2 [8816 B]
12:56:08 #10 7.992 Get:148 http://deb.debian.org/debian bookworm/main arm64 libio-pty-perl arm64 1:1.17-1 [34.5 kB]
12:56:08 #10 7.992 Get:149 http://deb.debian.org/debian bookworm/main arm64 libipc-run-perl all 20220807.0-1 [104 kB]
12:56:08 #10 7.992 Get:150 http://deb.debian.org/debian bookworm/main arm64 libclass-method-modifiers-perl all 2.14-1 [18.1 kB]
12:56:08 #10 7.994 Get:151 http://deb.debian.org/debian bookworm/main arm64 libclass-xsaccessor-perl arm64 1.19-4+b1 [35.3 kB]
12:56:08 #10 7.994 Get:152 http://deb.debian.org/debian bookworm/main arm64 libb-hooks-op-check-perl arm64 0.22-2+b1 [10.4 kB]
12:56:08 #10 7.994 Get:153 http://deb.debian.org/debian bookworm/main arm64 libdynaloader-functions-perl all 0.003-3 [12.7 kB]
12:56:08 #10 7.994 Get:154 http://deb.debian.org/debian bookworm/main arm64 libdevel-callchecker-perl arm64 0.008-2 [15.9 kB]
12:56:08 #10 7.995 Get:155 http://deb.debian.org/debian bookworm/main arm64 libparams-classify-perl arm64 0.015-2+b1 [22.9 kB]
12:56:08 #10 7.998 Get:156 http://deb.debian.org/debian bookworm/main arm64 libmodule-runtime-perl all 0.016-2 [19.6 kB]
12:56:08 #10 7.998 Get:157 http://deb.debian.org/debian bookworm/main arm64 libimport-into-perl all 1.002005-2 [11.3 kB]
12:56:08 #10 7.998 Get:158 http://deb.debian.org/debian bookworm/main arm64 librole-tiny-perl all 2.002004-1 [21.4 kB]
12:56:08 #10 7.998 Get:159 http://deb.debian.org/debian bookworm/main arm64 libsub-quote-perl all 2.006008-1 [21.8 kB]
12:56:08 #10 8.000 Get:160 http://deb.debian.org/debian bookworm/main arm64 libmoo-perl all 2.005005-1 [58.0 kB]
12:56:08 #10 8.003 Get:161 http://deb.debian.org/debian bookworm/main arm64 libencode-locale-perl all 1.05-3 [12.9 kB]
12:56:08 #10 8.004 Get:162 http://deb.debian.org/debian bookworm/main arm64 libtimedate-perl all 2.3300-2 [39.3 kB]
12:56:08 #10 8.006 Get:163 http://deb.debian.org/debian bookworm/main arm64 libhttp-date-perl all 6.05-2 [10.5 kB]
12:56:08 #10 8.007 Get:164 http://deb.debian.org/debian bookworm/main arm64 libfile-listing-perl all 6.15-1 [12.6 kB]
12:56:08 #10 8.009 Get:165 http://deb.debian.org/debian bookworm/main arm64 libhtml-tagset-perl all 3.20-6 [11.7 kB]
12:56:08 #10 8.011 Get:166 http://deb.debian.org/debian bookworm/main arm64 libregexp-ipv6-perl all 0.03-3 [5212 B]
12:56:08 #10 8.012 Get:167 http://deb.debian.org/debian bookworm/main arm64 liburi-perl all 5.17-1 [90.4 kB]
12:56:08 #10 8.014 Get:168 http://deb.debian.org/debian bookworm/main arm64 libhtml-parser-perl arm64 3.81-1 [98.6 kB]
12:56:08 #10 8.015 Get:169 http://deb.debian.org/debian bookworm/main arm64 libhtml-tree-perl all 5.07-3 [211 kB]
12:56:08 #10 8.016 Get:170 http://deb.debian.org/debian bookworm/main arm64 libclone-perl arm64 0.46-1 [13.5 kB]
12:56:08 #10 8.018 Get:171 http://deb.debian.org/debian bookworm/main arm64 libio-html-perl all 1.004-3 [16.2 kB]
12:56:08 #10 8.019 Get:172 http://deb.debian.org/debian bookworm/main arm64 liblwp-mediatypes-perl all 6.04-2 [20.2 kB]
12:56:08 #10 8.020 Get:173 http://deb.debian.org/debian bookworm/main arm64 libhttp-message-perl all 6.44-1 [81.7 kB]
12:56:08 #10 8.021 Get:174 http://deb.debian.org/debian bookworm/main arm64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
12:56:08 #10 8.023 Get:175 http://deb.debian.org/debian bookworm/main arm64 libhttp-negotiate-perl all 6.01-2 [13.1 kB]
12:56:08 #10 8.023 Get:176 http://deb.debian.org/debian bookworm/main arm64 perl-openssl-defaults arm64 7+b1 [7924 B]
12:56:08 #10 8.024 Get:177 http://deb.debian.org/debian bookworm/main arm64 libnet-ssleay-perl arm64 1.92-2+b1 [308 kB]
12:56:08 #10 8.026 Get:178 http://deb.debian.org/debian bookworm/main arm64 libio-socket-ssl-perl all 2.078-1 [217 kB]
12:56:08 #10 8.028 Get:179 http://deb.debian.org/debian bookworm/main arm64 libnet-http-perl all 6.22-1 [25.3 kB]
12:56:08 #10 8.028 Get:180 http://deb.debian.org/debian bookworm/main arm64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
12:56:08 #10 8.030 Get:181 http://deb.debian.org/debian bookworm/main arm64 libtry-tiny-perl all 0.31-2 [22.6 kB]
12:56:08 #10 8.030 Get:182 http://deb.debian.org/debian bookworm/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
12:56:08 #10 8.030 Get:183 http://deb.debian.org/debian bookworm/main arm64 libwww-perl all 6.67-1 [194 kB]
12:56:08 #10 8.033 Get:184 http://deb.debian.org/debian bookworm/main arm64 patchutils arm64 0.4.2-1 [73.5 kB]
12:56:08 #10 8.035 Get:185 http://deb.debian.org/debian bookworm/main arm64 wdiff arm64 1.2.2-4 [119 kB]
12:56:08 #10 8.035 Get:186 http://deb.debian.org/debian bookworm/main arm64 devscripts arm64 2.22.2 [1181 kB]
12:56:08 #10 8.043 Get:187 http://deb.debian.org/debian bookworm/main arm64 diffstat arm64 1.65-1 [31.2 kB]
12:56:08 #10 8.044 Get:188 http://deb.debian.org/debian bookworm/main arm64 distro-info-data all 0.56 [5500 B]
12:56:08 #10 8.044 Get:189 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 65.6.3-1 [278 kB]
12:56:08 #10 8.047 Get:190 http://deb.debian.org/debian bookworm/main arm64 python3-chardet all 5.1.0+dfsg-2 [110 kB]
12:56:08 #10 8.049 Get:191 http://deb.debian.org/debian bookworm/main arm64 python3-debian all 0.1.49 [115 kB]
12:56:08 #10 8.051 Get:192 http://deb.debian.org/debian bookworm/main arm64 libgpgme11 arm64 1.18.0-3+b1 [286 kB]
12:56:08 #10 8.053 Get:193 http://deb.debian.org/debian bookworm/main arm64 python3-gpg arm64 1.18.0-3+b1 [352 kB]
12:56:08 #10 8.057 Get:194 http://deb.debian.org/debian bookworm/main arm64 python3-xdg all 0.28-2 [40.5 kB]
12:56:08 #10 8.058 Get:195 http://deb.debian.org/debian bookworm/main arm64 dput all 1.1.3 [42.7 kB]
12:56:08 #10 8.059 Get:196 http://deb.debian.org/debian bookworm/main arm64 equivs all 2.3.1 [22.7 kB]
12:56:08 #10 8.061 Get:197 http://deb.debian.org/debian bookworm/main arm64 fonts-dejavu-core all 2.37-2 [1069 kB]
12:56:08 #10 8.073 Get:198 http://deb.debian.org/debian bookworm/main arm64 fontconfig-config arm64 2.14.1-4 [315 kB]
12:56:08 #10 8.080 Get:199 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.87.0-2 [344 kB]
12:56:08 #10 8.093 Get:200 http://deb.debian.org/debian bookworm/main arm64 liberror-perl all 0.17029-2 [29.0 kB]
12:56:08 #10 8.093 Get:201 http://deb.debian.org/debian bookworm/main arm64 git-man all 1:2.39.1-0.1 [2042 kB]
12:56:08 #10 8.112 Get:202 http://deb.debian.org/debian bookworm/main arm64 git arm64 1:2.39.1-0.1 [7012 kB]
12:56:08 #10 8.161 Get:203 http://deb.debian.org/debian bookworm/main arm64 iso-codes all 4.12.0-1 [2888 kB]
12:56:08 #10 8.167 Get:204 http://deb.debian.org/debian bookworm/main arm64 libabsl20220623 arm64 20220623.1-1 [363 kB]
12:56:08 #10 8.170 Get:205 http://deb.debian.org/debian bookworm/main arm64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
12:56:08 #10 8.171 Get:206 http://deb.debian.org/debian bookworm/main arm64 libalgorithm-diff-xs-perl arm64 0.04-8+b1 [11.2 kB]
12:56:08 #10 8.172 Get:207 http://deb.debian.org/debian bookworm/main arm64 libalgorithm-merge-perl all 0.08-5 [11.8 kB]
12:56:08 #10 8.173 Get:208 http://deb.debian.org/debian bookworm/main arm64 libaliased-perl all 0.34-3 [13.5 kB]
12:56:08 #10 8.174 Get:209 http://deb.debian.org/debian bookworm/main arm64 libaom3 arm64 3.5.0-1 [1346 kB]
12:56:08 #10 8.181 Get:210 http://deb.debian.org/debian bookworm/main arm64 libapt-pkg-perl arm64 0.1.40+b2 [66.1 kB]
12:56:08 #10 8.182 Get:211 http://deb.debian.org/debian bookworm/main arm64 libarchive-cpio-perl all 0.10-3 [10.8 kB]
12:56:08 #10 8.183 Get:212 http://deb.debian.org/debian bookworm/main arm64 libarchive13 arm64 3.6.2-1 [316 kB]
12:56:08 #10 8.186 Get:213 http://deb.debian.org/debian bookworm/main arm64 libarray-intspan-perl all 2.004-2 [25.7 kB]
12:56:08 #10 8.187 Get:214 http://deb.debian.org/debian bookworm/main arm64 libauthen-sasl-perl all 2.1600-3 [43.9 kB]
12:56:08 #10 8.188 Get:215 http://deb.debian.org/debian bookworm/main arm64 libdav1d6 arm64 1.0.0-2 [274 kB]
12:56:08 #10 8.190 Get:216 http://deb.debian.org/debian bookworm/main arm64 libgav1-1 arm64 0.18.0-1+b1 [425 kB]
12:56:08 #10 8.192 Get:217 http://deb.debian.org/debian bookworm/main arm64 librav1e0 arm64 0.5.1-6 [552 kB]
12:56:08 #10 8.196 Get:218 http://deb.debian.org/debian bookworm/main arm64 libsvtav1enc1 arm64 1.4.1+dfsg-1 [1074 kB]
12:56:08 #10 8.201 Get:219 http://deb.debian.org/debian bookworm/main arm64 libjpeg62-turbo arm64 1:2.1.2-1+b1 [170 kB]
12:56:08 #10 8.203 Get:220 http://deb.debian.org/debian bookworm/main arm64 libyuv0 arm64 0.0~git20230104.6e4b0ac-1 [121 kB]
12:56:08 #10 8.204 Get:221 http://deb.debian.org/debian bookworm/main arm64 libavif15 arm64 0.11.1-1 [88.3 kB]
12:56:08 #10 8.205 Get:222 http://deb.debian.org/debian bookworm/main arm64 libmodule-implementation-perl all 0.09-2 [12.6 kB]
12:56:08 #10 8.206 Get:223 http://deb.debian.org/debian bookworm/main arm64 libsub-exporter-progressive-perl all 0.001013-3 [7496 B]
12:56:08 #10 8.207 Get:224 http://deb.debian.org/debian bookworm/main arm64 libvariable-magic-perl arm64 0.63-1+b1 [42.8 kB]
12:56:08 #10 8.208 Get:225 http://deb.debian.org/debian bookworm/main arm64 libb-hooks-endofscope-perl all 0.26-1 [19.6 kB]
12:56:08 #10 8.208 Get:226 http://deb.debian.org/debian bookworm/main arm64 libberkeleydb-perl arm64 0.64-2+b1 [121 kB]
12:56:08 #10 8.210 Get:227 http://deb.debian.org/debian bookworm/main arm64 libpng16-16 arm64 1.6.39-2 [269 kB]
12:56:08 #10 8.212 Get:228 http://deb.debian.org/debian bookworm/main arm64 libfreetype6 arm64 2.12.1+dfsg-4 [369 kB]
12:56:08 #10 8.214 Get:229 http://deb.debian.org/debian bookworm/main arm64 libfontconfig1 arm64 2.14.1-4 [381 kB]
12:56:08 #10 8.217 Get:230 http://deb.debian.org/debian bookworm/main arm64 libde265-0 arm64 1.0.11-1 [148 kB]
12:56:08 #10 8.218 Get:231 http://deb.debian.org/debian bookworm/main arm64 libnuma1 arm64 2.0.16-1 [20.3 kB]
12:56:08 #10 8.219 Get:232 http://deb.debian.org/debian bookworm/main arm64 libx265-199 arm64 3.5-2+b1 [603 kB]
12:56:08 #10 8.222 Get:233 http://deb.debian.org/debian bookworm/main arm64 libheif1 arm64 1.14.2-1 [184 kB]
12:56:08 #10 8.224 Get:234 http://deb.debian.org/debian bookworm/main arm64 libdeflate0 arm64 1.14-1 [54.3 kB]
12:56:08 #10 8.225 Get:235 http://deb.debian.org/debian bookworm/main arm64 libjbig0 arm64 2.1-6.1 [30.0 kB]
12:56:08 #10 8.226 Get:236 http://deb.debian.org/debian bookworm/main arm64 liblerc4 arm64 4.0.0+ds-2 [138 kB]
12:56:08 #10 8.227 Get:237 http://deb.debian.org/debian bookworm/main arm64 libwebp7 arm64 1.2.4-0.1 [259 kB]
12:56:08 #10 8.229 Get:238 http://deb.debian.org/debian bookworm/main arm64 libtiff6 arm64 4.5.0-4 [300 kB]
12:56:08 #10 8.231 Get:239 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB]
12:56:08 #10 8.232 Get:240 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
12:56:08 #10 8.233 Get:241 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB]
12:56:08 #10 8.234 Get:242 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.3-3 [292 kB]
12:56:08 #10 8.236 Get:243 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.3-3 [735 kB]
12:56:08 #10 8.240 Get:244 http://deb.debian.org/debian bookworm/main arm64 libxpm4 arm64 1:3.5.12-1.1 [45.2 kB]
12:56:08 #10 8.241 Get:245 http://deb.debian.org/debian bookworm/main arm64 libgd3 arm64 2.3.3-7+b1 [113 kB]
12:56:08 #10 8.242 Get:246 http://deb.debian.org/debian bookworm/main arm64 libc-devtools arm64 2.36-8 [50.2 kB]
12:56:08 #10 8.243 Get:247 http://deb.debian.org/debian bookworm/main arm64 libcapture-tiny-perl all 0.48-2 [24.6 kB]
12:56:08 #10 8.244 Get:248 http://deb.debian.org/debian bookworm/main arm64 libcgi-pm-perl all 4.55-1 [220 kB]
12:56:08 #10 8.246 Get:249 http://deb.debian.org/debian bookworm/main arm64 libfcgi0ldbl arm64 2.4.2-2 [25.3 kB]
12:56:08 #10 8.247 Get:250 http://deb.debian.org/debian bookworm/main arm64 libfcgi-perl arm64 0.82+ds-2 [24.4 kB]
12:56:08 #10 8.251 Get:251 http://deb.debian.org/debian bookworm/main arm64 libcgi-fast-perl all 1:2.15-1 [12.1 kB]
12:56:08 #10 8.253 Get:252 http://deb.debian.org/debian bookworm/main arm64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
12:56:08 #10 8.254 Get:253 http://deb.debian.org/debian bookworm/main arm64 libclass-inspector-perl all 1.36-3 [17.5 kB]
12:56:08 #10 8.255 Get:254 http://deb.debian.org/debian bookworm/main arm64 libcommon-sense-perl arm64 3.75-3 [23.0 kB]
12:56:08 #10 8.255 Get:255 http://deb.debian.org/debian bookworm/main arm64 libconfig-tiny-perl all 2.28-2 [16.4 kB]
12:56:08 #10 8.256 Get:256 http://deb.debian.org/debian bookworm/main arm64 libparams-util-perl arm64 1.102-2+b1 [24.2 kB]
12:56:08 #10 8.268 Get:257 http://deb.debian.org/debian bookworm/main arm64 libsub-install-perl all 0.929-1 [10.5 kB]
12:56:08 mkdir -p rpmbuild/SOURCES
12:56:08 docker run --rm -w /v \
12:56:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:08 	alpine \
12:56:08 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:08 #10 13.60 Selecting previously unselected package libmpdec2:arm64.
12:56:08 #10 13.60 Preparing to unpack .../2-libmpdec2_2.4.2-2_arm64.deb ...
12:56:08 #10 13.61 Unpacking libmpdec2:arm64 (2.4.2-2) ...
12:56:08 #10 13.67 Selecting previously unselected package readline-common.
12:56:08 #10 13.67 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
12:56:08 #10 13.67 Unpacking readline-common (7.0-5) ...
12:56:08 #10 13.72 Selecting previously unselected package libreadline7:arm64.
12:56:08 #10 13.72 Preparing to unpack .../4-libreadline7_7.0-5_arm64.deb ...
12:56:08 #10 13.73 Unpacking libreadline7:arm64 (7.0-5) ...
12:56:08 #10 13.78 Selecting previously unselected package libsqlite3-0:arm64.
12:56:08 #10 13.78 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_arm64.deb ...
12:56:08 #10 13.79 Unpacking libsqlite3-0:arm64 (3.27.2-3+deb10u2) ...
12:56:08 mkdir -p sources
12:56:08 docker run --rm -w /v \
12:56:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:08 	alpine \
12:56:08 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:08 #13 extracting sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 4.5s done
12:56:08 #13 extracting sha256:654a5f294e2d7792e63519253d227aa048219ee9251008dc8af1c2af73b5f2c9 done
12:56:08 #13 DONE 6.8s
12:56:08 
12:56:08 #16 [build-base-alpine 2/4] COPY --from=xx / /
12:56:08 #11 DONE 0.5s
12:56:08 mkdir -p sources
12:56:08 docker run --rm -w /v \
12:56:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:08 	alpine \
12:56:08 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:08 git init src/github.com/docker/buildx
12:56:08 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:56:08 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:56:08 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:56:08 + SRC=src/github.com/docker/buildx
12:56:08 + REF=v0.10.2
12:56:08 + REF_FETCH=v0.10.2
12:56:08 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:56:08 + awk {print $2}
12:56:08 + REF=refs/tags/v0.10.2
12:56:08 + [ -n refs/tags/v0.10.2 ]
12:56:08 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:56:08 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:56:08 #10 58.12 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
12:56:08 #10 58.15 Setting up libstdc++-8-dev:armhf (8.3.0-6) ...
12:56:08 #10 58.16 Setting up python3.7 (3.7.3-2+deb10u4) ...
12:56:08 mkdir -p rpmbuild/SOURCES
12:56:08 docker run --rm -w /v \
12:56:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:08 	alpine \
12:56:08 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:08 #10 8.269 Get:258 http://deb.debian.org/debian bookworm/main arm64 libdata-optlist-perl all 0.113-1 [10.6 kB]
12:56:08 #10 8.269 Get:259 http://deb.debian.org/debian bookworm/main arm64 libsub-exporter-perl all 0.989-1 [50.5 kB]
12:56:08 #10 8.270 Get:260 http://deb.debian.org/debian bookworm/main arm64 libconst-fast-perl all 0.014-2 [8792 B]
12:56:08 #10 8.295 Get:261 http://deb.debian.org/debian bookworm/main arm64 libwant-perl arm64 0.29-2+b1 [27.1 kB]
12:56:08 #10 8.296 Get:262 http://deb.debian.org/debian bookworm/main arm64 libcontextual-return-perl all 0.004014-4 [54.9 kB]
12:56:08 #10 8.296 Get:263 http://deb.debian.org/debian bookworm/main arm64 libconvert-binhex-perl all 1.125-3 [27.4 kB]
12:56:08 #10 8.296 Get:264 http://deb.debian.org/debian bookworm/main arm64 libcpanel-json-xs-perl arm64 4.32-1+b1 [128 kB]
12:56:08 #10 8.297 Get:265 http://deb.debian.org/debian bookworm/main arm64 libdevel-stacktrace-perl all 2.0400-2 [26.8 kB]
12:56:08 #10 8.298 Get:266 http://deb.debian.org/debian bookworm/main arm64 libexception-class-perl all 1.45-1 [34.6 kB]
12:56:08 #10 8.299 Get:267 http://deb.debian.org/debian bookworm/main arm64 libiterator-perl all 0.03+ds1-2 [18.8 kB]
12:56:08 #10 8.299 Get:268 http://deb.debian.org/debian bookworm/main arm64 libiterator-util-perl all 0.02+ds1-2 [14.0 kB]
12:56:08 #10 8.299 Get:269 http://deb.debian.org/debian bookworm/main arm64 libdata-dpath-perl all 0.58-2 [43.6 kB]
12:56:08 #10 8.300 Get:270 http://deb.debian.org/debian bookworm/main arm64 libdata-dump-perl all 1.25-1 [28.4 kB]
12:56:08 #10 8.301 Get:271 http://deb.debian.org/debian bookworm/main arm64 libdata-messagepack-perl arm64 1.02-1+b1 [34.0 kB]
12:56:08 #10 8.301 Get:272 http://deb.debian.org/debian bookworm/main arm64 libnet-domain-tld-perl all 1.75-3 [31.9 kB]
12:56:08 #10 8.302 Get:273 http://deb.debian.org/debian bookworm/main arm64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
12:56:08 #10 8.302 Get:274 http://deb.debian.org/debian bookworm/main arm64 libnet-ipv6addr-perl all 1.02-1 [21.7 kB]
12:56:08 #10 8.303 Get:275 http://deb.debian.org/debian bookworm/main arm64 libnet-netmask-perl all 2.0002-2 [28.6 kB]
12:56:08 #10 8.304 Get:276 http://deb.debian.org/debian bookworm/main arm64 libnetaddr-ip-perl arm64 4.079+dfsg-2+b1 [98.8 kB]
12:56:08 #10 8.305 Get:277 http://deb.debian.org/debian bookworm/main arm64 libdata-validate-ip-perl all 0.31-1 [20.6 kB]
12:56:08 #10 8.306 Get:278 http://deb.debian.org/debian bookworm/main arm64 libdata-validate-uri-perl all 0.07-2 [11.2 kB]
12:56:08 #10 8.307 Get:279 http://deb.debian.org/debian bookworm/main arm64 libdevel-size-perl arm64 0.83-2+b1 [24.2 kB]
12:56:08 #10 8.308 Get:280 http://deb.debian.org/debian bookworm/main arm64 libdistro-info-perl all 1.5 [5300 B]
12:56:08 #10 8.309 Get:281 http://deb.debian.org/debian bookworm/main arm64 libemail-address-xs-perl arm64 1.05-1+b1 [28.3 kB]
12:56:08 #10 8.310 Get:282 http://deb.debian.org/debian bookworm/main arm64 libexporter-tiny-perl all 1.006000-1 [38.6 kB]
12:56:08 #10 8.353 Get:283 http://deb.debian.org/debian bookworm/main arm64 libfcgi-bin arm64 2.4.2-2 [12.5 kB]
12:56:08 #10 8.354 Get:284 http://deb.debian.org/debian bookworm/main arm64 libindirect-perl arm64 0.39-2+b1 [26.6 kB]
12:56:08 #10 8.355 Get:285 http://deb.debian.org/debian bookworm/main arm64 libxs-parse-keyword-perl arm64 0.32-1 [56.3 kB]
12:56:08 #10 8.356 Get:286 http://deb.debian.org/debian bookworm/main arm64 libxs-parse-sublike-perl arm64 0.16-1+b2 [28.0 kB]
12:56:08 #10 8.358 Get:287 http://deb.debian.org/debian bookworm/main arm64 libobject-pad-perl arm64 0.78-1 [113 kB]
12:56:08 #10 8.359 Get:288 http://deb.debian.org/debian bookworm/main arm64 libfeature-compat-class-perl all 0.05-1 [11.0 kB]
12:56:08 #10 8.360 Get:289 http://deb.debian.org/debian bookworm/main arm64 libsyntax-keyword-try-perl arm64 0.28-1 [28.2 kB]
12:56:08 #10 8.361 Get:290 http://deb.debian.org/debian bookworm/main arm64 libfeature-compat-try-perl all 0.05-1 [10.4 kB]
12:56:08 #10 8.361 Get:291 http://deb.debian.org/debian bookworm/main arm64 libipc-system-simple-perl all 1.30-2 [26.8 kB]
12:56:08 #10 8.362 Get:292 http://deb.debian.org/debian bookworm/main arm64 libfile-basedir-perl all 0.09-2 [15.1 kB]
12:56:08 #10 8.363 Get:293 http://deb.debian.org/debian bookworm/main arm64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
12:56:08 #10 8.364 Get:294 http://deb.debian.org/debian bookworm/main arm64 libfile-fcntllock-perl arm64 0.22-4+b1 [34.8 kB]
12:56:08 #10 8.365 Get:295 http://deb.debian.org/debian bookworm/main arm64 libnumber-compare-perl all 0.03-3 [6332 B]
12:56:08 #10 8.366 Get:296 http://deb.debian.org/debian bookworm/main arm64 libtext-glob-perl all 0.11-3 [7676 B]
12:56:08 #10 8.367 Get:297 http://deb.debian.org/debian bookworm/main arm64 libfile-find-rule-perl all 0.34-3 [26.6 kB]
12:56:08 #10 8.368 Get:298 http://deb.debian.org/debian bookworm/main arm64 libfont-afm-perl all 1.20-4 [13.1 kB]
12:56:08 #10 8.368 Get:299 http://deb.debian.org/debian bookworm/main arm64 libio-string-perl all 1.08-4 [12.1 kB]
12:56:08 #10 8.454 Get:300 http://deb.debian.org/debian bookworm/main arm64 libfont-ttf-perl all 1.06-2 [318 kB]
12:56:08 #10 8.458 Get:301 http://deb.debian.org/debian bookworm/main arm64 libfreezethaw-perl all 0.5001-3 [16.0 kB]
12:56:08 #10 8.459 Get:302 http://deb.debian.org/debian bookworm/main arm64 libsort-versions-perl all 1.62-3 [8928 B]
12:56:08 #10 8.461 Get:303 http://deb.debian.org/debian bookworm/main arm64 libgit-wrapper-perl all 0.048-2 [33.4 kB]
12:56:08 #10 8.462 Get:304 http://deb.debian.org/debian bookworm/main arm64 libhttp-tiny-multipart-perl all 0.08-2 [9812 B]
12:56:08 #10 8.469 Get:305 http://deb.debian.org/debian bookworm/main arm64 libio-prompter-perl all 0.004015-2 [59.9 kB]
12:56:08 #10 8.471 Get:306 http://deb.debian.org/debian bookworm/main arm64 libjson-perl all 4.10000-1 [87.5 kB]
12:56:08 #10 8.472 Get:307 http://deb.debian.org/debian bookworm/main arm64 liblog-any-perl all 1.713-1 [76.3 kB]
12:56:08 #10 8.475 Get:308 http://deb.debian.org/debian bookworm/main arm64 liblog-any-adapter-screen-perl all 0.140-2 [13.3 kB]
12:56:08 #10 8.476 Get:309 http://deb.debian.org/debian bookworm/main arm64 libpackage-stash-perl all 0.40-1 [22.0 kB]
12:56:08 #10 8.477 Get:310 http://deb.debian.org/debian bookworm/main arm64 libsub-identify-perl arm64 0.14-3 [10.9 kB]
12:56:08 #10 8.478 Get:311 http://deb.debian.org/debian bookworm/main arm64 libsub-name-perl arm64 0.26-2+b1 [12.4 kB]
12:56:08 #10 8.479 Get:312 http://deb.debian.org/debian bookworm/main arm64 libnamespace-clean-perl all 0.27-2 [17.8 kB]
12:56:08 #10 8.480 Get:313 http://deb.debian.org/debian bookworm/main arm64 libpath-tiny-perl all 0.144-1 [56.4 kB]
12:56:08 #10 8.482 Get:314 http://deb.debian.org/debian bookworm/main arm64 libstrictures-perl all 2.000006-1 [18.6 kB]
12:56:08 #10 8.485 Get:315 http://deb.debian.org/debian bookworm/main arm64 libtype-tiny-perl all 2.002001-1 [377 kB]
12:56:08 #10 8.487 Get:316 http://deb.debian.org/debian bookworm/main arm64 libgitlab-api-v4-perl all 0.26-2 [88.1 kB]
12:56:08 #10 8.488 Get:317 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.5-1 [1310 kB]
12:56:08 #1 creating container buildx_buildkit_objective_lichterman0 2.9s done
12:56:08 #1 DONE 5.6s
12:56:08 
12:56:08 #2 [internal] load build definition from Dockerfile
12:56:08 #2 transferring dockerfile: 5.47kB done
12:56:08 #2 DONE 0.0s
12:56:08 
12:56:08 #3 [internal] load .dockerignore
12:56:08 #3 transferring context: 263B done
12:56:08 #3 DONE 0.0s
12:56:08 
12:56:08 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
12:56:08 #4 DONE 0.0s
12:56:08 
12:56:08 #5 resolve image config for docker.io/docker/dockerfile:1
12:56:08 #5 DONE 0.6s
12:56:08 
12:56:08 #6 docker-image://docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8
12:56:08 #6 resolve docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8 0.0s done
12:56:08 #6 DONE 0.0s
12:56:08 #10 13.88 Selecting previously unselected package libpython3.7-stdlib:arm64.
12:56:08 #10 13.88 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_arm64.deb ...
12:56:08 #10 13.89 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u4) ...
12:56:08 #16 DONE 0.8s
12:56:08 
12:56:08 #17 [build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git
12:56:08 
12:56:08 #12 [stage-1 5/9] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:56:08 From https://github.com/docker/docker
12:56:08  * [new branch]      23.0       -> 23.0
12:56:08  * [new branch]      23.0       -> origin/23.0
12:56:08 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:56:08 git init src/github.com/docker/buildx
12:56:08 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:56:08 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:56:08 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:56:08 + SRC=src/github.com/docker/buildx
12:56:08 + REF=v0.10.2
12:56:08 + REF_FETCH=v0.10.2
12:56:08 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:56:08 + awk {print $2}
12:56:08 + REF=refs/tags/v0.10.2
12:56:08 + [ -n refs/tags/v0.10.2 ]
12:56:08 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:56:08 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:56:09 #10 8.505 Get:318 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.5-1 [1210 kB]
12:56:09 #10 8.511 Get:319 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+b1 [14.4 kB]
12:56:09 #10 8.511 Get:320 http://deb.debian.org/debian bookworm/main arm64 libhtml-form-perl all 6.10-1 [24.0 kB]
12:56:09 #10 8.512 Get:321 http://deb.debian.org/debian bookworm/main arm64 libhtml-format-perl all 2.16-2 [38.8 kB]
12:56:09 #10 8.513 Get:322 http://deb.debian.org/debian bookworm/main arm64 libhtml-html5-entities-perl all 0.004-3 [21.0 kB]
12:56:09 #10 8.516 Get:323 http://deb.debian.org/debian bookworm/main arm64 libhtml-tokeparser-simple-perl all 3.16-4 [39.1 kB]
12:56:09 #10 8.516 Get:324 http://deb.debian.org/debian bookworm/main arm64 libhttp-daemon-perl all 6.14-2 [23.7 kB]
12:56:09 #10 8.516 Get:325 http://deb.debian.org/debian bookworm/main arm64 libio-interactive-perl all 1.023-2 [11.0 kB]
12:56:09 #10 8.516 Get:326 http://deb.debian.org/debian bookworm/main arm64 libio-sessiondata-perl all 1.03-3 [6316 B]
12:56:09 #10 8.516 Get:327 http://deb.debian.org/debian bookworm/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB]
12:56:09 #10 8.516 Get:328 http://deb.debian.org/debian bookworm/main arm64 libipc-run3-perl all 0.048-3 [33.2 kB]
12:56:09 #10 8.516 Get:329 http://deb.debian.org/debian bookworm/main arm64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
12:56:09 #10 8.517 Get:330 http://deb.debian.org/debian bookworm/main arm64 libjson-xs-perl arm64 4.030-2+b1 [90.7 kB]
12:56:09 #10 8.519 Get:331 http://deb.debian.org/debian bookworm/main arm64 libjson-maybexs-perl all 1.004004-1 [13.3 kB]
12:56:09 #10 8.519 Get:332 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-3 [29.2 kB]
12:56:09 #10 8.520 Get:333 http://deb.debian.org/debian bookworm/main arm64 liblist-compare-perl all 0.55-2 [65.7 kB]
12:56:09 #10 8.523 Get:334 http://deb.debian.org/debian bookworm/main arm64 liblist-someutils-perl all 0.59-1 [37.1 kB]
12:56:09 #10 8.524 Get:335 http://deb.debian.org/debian bookworm/main arm64 liblist-someutils-xs-perl arm64 0.58-3 [31.1 kB]
12:56:09 #10 8.525 Get:336 http://deb.debian.org/debian bookworm/main arm64 liblist-utilsby-perl all 0.12-2 [15.5 kB]
12:56:09 #10 8.533 Get:337 http://deb.debian.org/debian bookworm/main arm64 libltdl7 arm64 2.4.7-5 [392 kB]
12:56:09 #10 8.533 Get:338 http://deb.debian.org/debian bookworm/main arm64 libltdl-dev arm64 2.4.7-5 [165 kB]
12:56:09 #10 8.533 Get:339 http://deb.debian.org/debian bookworm/main arm64 liblz1 arm64 1.13-5 [38.9 kB]
12:56:09 #10 8.533 Get:340 http://deb.debian.org/debian bookworm/main arm64 liblzo2-2 arm64 2.10-2 [51.8 kB]
12:56:09 #10 8.533 Get:341 http://deb.debian.org/debian bookworm/main arm64 libsys-hostname-long-perl all 1.5-3 [11.6 kB]
12:56:09 #10 8.533 Get:342 http://deb.debian.org/debian bookworm/main arm64 libmail-sendmail-perl all 0.80-3 [24.3 kB]
12:56:09 #10 8.533 Get:343 http://deb.debian.org/debian bookworm/main arm64 libnet-smtp-ssl-perl all 1.04-2 [6548 B]
12:56:09 #10 8.534 Get:344 http://deb.debian.org/debian bookworm/main arm64 libmailtools-perl all 2.21-2 [95.6 kB]
12:56:09 #10 8.541 Get:345 http://deb.debian.org/debian bookworm/main arm64 libmarkdown2 arm64 2.2.7-2 [34.1 kB]
12:56:09 #10 8.541 Get:346 http://deb.debian.org/debian bookworm/main arm64 libmath-base85-perl all 0.5+dfsg-2 [6684 B]
12:56:09 #10 8.541 Get:347 http://deb.debian.org/debian bookworm/main arm64 libmime-tools-perl all 5.510-1 [213 kB]
12:56:09 #10 8.541 Get:348 http://deb.debian.org/debian bookworm/main arm64 libmldbm-perl all 2.05-4 [16.8 kB]
12:56:09 #10 8.553 Get:349 http://deb.debian.org/debian bookworm/main arm64 libmoox-aliases-perl all 0.001006-2 [7156 B]
12:56:09 #10 8.553 Get:350 http://deb.debian.org/debian bookworm/main arm64 libmouse-perl arm64 2.5.10-1+b3 [167 kB]
12:56:09 #10 8.553 Get:351 http://deb.debian.org/debian bookworm/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b11 [39.9 kB]
12:56:09 #10 8.553 Get:352 http://deb.debian.org/debian bookworm/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b11 [26.5 kB]
12:56:09 #10 8.553 Get:353 http://deb.debian.org/debian bookworm/main arm64 libpackage-stash-xs-perl arm64 0.30-1+b1 [18.8 kB]
12:56:09 #10 8.553 Get:354 http://deb.debian.org/debian bookworm/main arm64 libpath-iterator-rule-perl all 1.015-2 [41.7 kB]
12:56:09 #10 8.555 Get:355 http://deb.debian.org/debian bookworm/main arm64 libperlio-gzip-perl arm64 0.20-1+b1 [17.1 kB]
12:56:09 #10 8.557 Get:356 http://deb.debian.org/debian bookworm/main arm64 libperlio-utf8-strict-perl arm64 0.010-1 [11.2 kB]
12:56:09 #10 8.557 Get:357 http://deb.debian.org/debian bookworm/main arm64 libpod-parser-perl all 1.65-1 [96.3 kB]
12:56:09 #10 8.558 Get:358 http://deb.debian.org/debian bookworm/main arm64 libpod-constants-perl all 0.19-2 [17.3 kB]
12:56:09 #10 8.565 Get:359 http://deb.debian.org/debian bookworm/main arm64 libproc-processtable-perl arm64 0.634-1+b2 [42.4 kB]
12:56:09 #10 8.565 Get:360 http://deb.debian.org/debian bookworm/main arm64 libre2-9 arm64 20220601+dfsg-1+b1 [156 kB]
12:56:09 #10 8.565 Get:361 http://deb.debian.org/debian bookworm/main arm64 libre-engine-re2-perl arm64 0.17+ds-1 [18.4 kB]
12:56:09 #10 8.565 Get:362 http://deb.debian.org/debian bookworm/main arm64 libreadonly-perl all 2.050-3 [23.1 kB]
12:56:09 #10 8.565 Get:363 http://deb.debian.org/debian bookworm/main arm64 libref-util-perl all 0.204-2 [17.4 kB]
12:56:09 #10 8.565 Get:364 http://deb.debian.org/debian bookworm/main arm64 libref-util-xs-perl arm64 0.117-2+b1 [13.8 kB]
12:56:09 #10 8.565 Get:365 http://deb.debian.org/debian bookworm/main arm64 libregexp-pattern-license-perl all 3.9.4-3 [93.3 kB]
12:56:09 #10 8.569 Get:366 http://deb.debian.org/debian bookworm/main arm64 libregexp-pattern-perl all 0.2.14-2 [18.7 kB]
12:56:09 #10 8.570 Get:367 http://deb.debian.org/debian bookworm/main arm64 libregexp-wildcards-perl all 1.05-3 [14.1 kB]
12:56:09 #10 8.572 Get:368 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB]
12:56:09 #10 8.573 Get:369 http://deb.debian.org/debian bookworm/main arm64 libsereal-decoder-perl arm64 5.002+ds-1 [97.3 kB]
12:56:09 #10 8.575 Get:370 http://deb.debian.org/debian bookworm/main arm64 libsereal-encoder-perl arm64 5.002+ds-1 [98.9 kB]
12:56:09 #10 8.578 Get:371 http://deb.debian.org/debian bookworm/main arm64 libset-intspan-perl all 1.19-3 [25.3 kB]
12:56:09 #10 8.582 Get:372 http://deb.debian.org/debian bookworm/main arm64 libtask-weaken-perl all 1.06-2 [9364 B]
12:56:09 #10 8.582 Get:373 http://deb.debian.org/debian bookworm/main arm64 libxml-parser-perl arm64 2.46-4 [198 kB]
12:56:09 #10 8.582 Get:374 http://deb.debian.org/debian bookworm/main arm64 libsoap-lite-perl all 1.27-2 [239 kB]
12:56:09 #10 8.584 Get:375 http://deb.debian.org/debian bookworm/main arm64 libsocket6-perl arm64 0.29-3 [21.3 kB]
12:56:09 #10 8.589 Get:376 http://deb.debian.org/debian bookworm/main arm64 libstring-copyright-perl all 0.003014-1 [23.4 kB]
12:56:09 #10 8.589 Get:377 http://deb.debian.org/debian bookworm/main arm64 libstring-escape-perl all 2010.002-3 [18.7 kB]
12:56:09 #10 8.589 Get:378 http://deb.debian.org/debian bookworm/main arm64 libstring-license-perl all 0.0.2-1 [34.3 kB]
12:56:09 #10 8.589 Get:379 http://deb.debian.org/debian bookworm/main arm64 libstring-shellquote-perl all 1.04-3 [11.9 kB]
12:56:09 #10 8.589 Get:380 http://deb.debian.org/debian bookworm/main arm64 libsys-cpuaffinity-perl arm64 1.13~03-2+b1 [33.2 kB]
12:56:09 #10 8.589 Get:381 http://deb.debian.org/debian bookworm/main arm64 libterm-readkey-perl arm64 2.38-2+b1 [24.1 kB]
12:56:09 #10 8.591 Get:382 http://deb.debian.org/debian bookworm/main arm64 libtext-levenshteinxs-perl arm64 0.03-5+b1 [8396 B]
12:56:09 #10 8.593 Get:383 http://deb.debian.org/debian bookworm/main arm64 libtext-markdown-discount-perl arm64 0.16-1 [13.0 kB]
12:56:09 #10 8.593 Get:384 http://deb.debian.org/debian bookworm/main arm64 libtext-xslate-perl arm64 3.5.9-1+b2 [196 kB]
12:56:09 #10 8.594 Get:385 http://deb.debian.org/debian bookworm/main arm64 libtime-duration-perl all 1.21-2 [13.1 kB]
12:56:09 #10 8.597 Get:386 http://deb.debian.org/debian bookworm/main arm64 libtime-moment-perl arm64 0.44-2+b1 [72.2 kB]
12:56:09 #10 8.597 Get:387 http://deb.debian.org/debian bookworm/main arm64 libtype-tiny-xs-perl arm64 0.025-1 [25.6 kB]
12:56:09 #10 8.601 Get:388 http://deb.debian.org/debian bookworm/main arm64 libunicode-utf8-perl arm64 0.62-2 [19.9 kB]
12:56:09 #10 8.601 Get:389 http://deb.debian.org/debian bookworm/main arm64 libwww-mechanize-perl all 2.15-1 [120 kB]
12:56:09 #10 8.601 Get:390 http://deb.debian.org/debian bookworm/main arm64 libxdelta2 arm64 1.1.3-10.4 [47.4 kB]
12:56:09 #10 8.602 Get:391 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB]
12:56:09 #10 8.604 Get:392 http://deb.debian.org/debian bookworm/main arm64 libxml-namespacesupport-perl all 1.12-2 [15.1 kB]
12:56:09 #10 8.609 Get:393 http://deb.debian.org/debian bookworm/main arm64 libxml-sax-base-perl all 1.09-3 [20.6 kB]
12:56:09 #10 8.609 Get:394 http://deb.debian.org/debian bookworm/main arm64 libxml-sax-perl all 1.02+dfsg-3 [59.4 kB]
12:56:09 #10 8.609 Get:395 http://deb.debian.org/debian bookworm/main arm64 libxml-libxml-perl arm64 2.0207+dfsg+really+2.0134-1+b1 [309 kB]
12:56:09 #10 8.619 Get:396 http://deb.debian.org/debian bookworm/main arm64 libxml-sax-expat-perl all 0.51-2 [11.1 kB]
12:56:09 #10 8.620 Get:397 http://deb.debian.org/debian bookworm/main arm64 libxmlrpc-lite-perl all 0.717-5 [22.4 kB]
12:56:09 #10 8.622 Get:398 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB]
12:56:09 #10 8.625 Get:399 http://deb.debian.org/debian bookworm/main arm64 libxstring-perl arm64 0.005-2+b1 [8324 B]
12:56:09 #10 8.629 Get:400 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB]
12:56:09 #10 8.629 Get:401 http://deb.debian.org/debian bookworm/main arm64 libyaml-libyaml-perl arm64 0.86+ds-1 [32.8 kB]
12:56:09 #10 8.629 Get:402 http://deb.debian.org/debian bookworm/main arm64 licensecheck all 3.3.5-1 [49.8 kB]
12:56:09 #10 8.629 Get:403 http://deb.debian.org/debian bookworm/main arm64 plzip arm64 1.10-5 [58.0 kB]
12:56:09 #10 8.630 Get:404 http://deb.debian.org/debian bookworm/main arm64 lzop arm64 1.04-2 [82.8 kB]
12:56:09 #10 8.632 Get:405 http://deb.debian.org/debian bookworm/main arm64 t1utils arm64 1.41-4 [59.8 kB]
12:56:09 #10 8.633 Get:406 http://deb.debian.org/debian bookworm/main arm64 unzip arm64 6.0-27 [163 kB]
12:56:09 #10 8.635 Get:407 http://deb.debian.org/debian bookworm/main arm64 lintian all 2.116.3 [1130 kB]
12:56:09 #10 8.656 Get:408 http://deb.debian.org/debian bookworm/main arm64 lsb-release all 12.0-1 [6416 B]
12:56:09 #10 8.656 Get:409 http://deb.debian.org/debian bookworm/main arm64 manpages-dev all 6.02-1 [2022 kB]
12:56:09 #10 8.680 Get:410 http://deb.debian.org/debian bookworm/main arm64 pbzip2 arm64 1.1.13-1 [43.5 kB]
12:56:09 #10 8.681 Get:411 http://deb.debian.org/debian bookworm/main arm64 pixz arm64 1.0.7-2 [20.4 kB]
12:56:09 #10 8.682 Get:412 http://deb.debian.org/debian bookworm/main arm64 xdelta arm64 1.1.3-10.4 [27.4 kB]
12:56:09 #10 8.682 Get:413 http://deb.debian.org/debian bookworm/main arm64 xdelta3 arm64 3.0.11-dfsg-1.2 [66.0 kB]
12:56:09 #10 8.683 Get:414 http://deb.debian.org/debian bookworm/main arm64 pristine-tar arm64 1.50 [110 kB]
12:56:09 #10 8.684 Get:415 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20221208.1942-1 [126 kB]
12:56:09 #10 8.684 Get:416 http://deb.debian.org/debian bookworm/main arm64 python-apt-common all 2.5.2 [64.1 kB]
12:56:09 #10 8.685 Get:417 http://deb.debian.org/debian bookworm/main arm64 python3-apt arm64 2.5.2+b1 [152 kB]
12:56:09 #10 8.688 Get:418 http://deb.debian.org/debian bookworm/main arm64 python3-certifi all 2022.9.24-1 [153 kB]
12:56:09 #10 8.690 Get:419 http://deb.debian.org/debian bookworm/main arm64 python3-charset-normalizer all 3.0.1-2 [49.3 kB]
12:56:09 #10 8.692 Get:420 http://deb.debian.org/debian bookworm/main arm64 python3-idna all 3.3-1 [39.4 kB]
12:56:09 #10 8.694 Get:421 http://deb.debian.org/debian bookworm/main arm64 python3-magic all 2:0.4.26-3 [14.5 kB]
12:56:09 #10 8.696 Get:422 http://deb.debian.org/debian bookworm/main arm64 python3-six all 1.16.0-4 [17.5 kB]
12:56:09 #10 8.696 Get:423 http://deb.debian.org/debian bookworm/main arm64 python3-urllib3 all 1.26.12-1 [117 kB]
12:56:09 #10 8.696 Get:424 http://deb.debian.org/debian bookworm/main arm64 python3-requests all 2.28.1+dfsg-1 [67.9 kB]
12:56:09 #10 8.698 Get:425 http://deb.debian.org/debian bookworm/main arm64 python3-unidiff all 0.7.3-1 [11.7 kB]
12:56:09 #10 8.701 Get:426 http://deb.debian.org/debian bookworm/main arm64 shared-mime-info arm64 2.2-1 [727 kB]
12:56:09 #10 8.709 Get:427 http://deb.debian.org/debian bookworm/main arm64 strace arm64 6.1-0.1 [1193 kB]
12:56:09 
12:56:09 #6 docker-image://docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8
12:56:09 #10 14.13 Selecting previously unselected package python3.7.
12:56:09 #10 14.14 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_arm64.deb ...
12:56:09 #10 14.14 Unpacking python3.7 (3.7.3-2+deb10u4) ...
12:56:09 #10 14.21 Selecting previously unselected package libpython3-stdlib:arm64.
12:56:09 #10 14.21 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_arm64.deb ...
12:56:09 #10 14.21 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
12:56:09 #10 14.26 Setting up python3-minimal (3.7.3-1) ...
12:56:09 #17 0.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
12:56:09 #10 58.85 Setting up libgnutls-dane0:armhf (3.6.7-4+deb10u9) ...
12:56:09 #10 58.86 Setting up libpython2.7:armhf (2.7.16-2+deb10u1) ...
12:56:09 #10 58.88 Setting up gettext (0.19.8.1-9) ...
12:56:09 #10 58.89 Setting up exim4-base (4.92-8+deb10u7) ...
12:56:09 #10 58.99 exim: DB upgrade, deleting hints-db
12:56:09 #10 19.41 Selecting previously unselected package gcc.
12:56:09 #10 19.41 Preparing to unpack .../053-gcc_4%3a10.2.1-1_arm64.deb ...
12:56:09 #10 8.715 Get:428 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB]
12:56:09 #10 8.716 Get:429 http://deb.debian.org/debian bookworm/main arm64 xdg-user-dirs arm64 0.18-1 [54.2 kB]
12:56:09 #10 8.716 Get:430 http://deb.debian.org/debian bookworm/main arm64 zstd arm64 1.5.2+dfsg2-3 [555 kB]
12:56:09 #6 sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 11.55MB / 11.55MB 0.1s done
12:56:09 #6 extracting sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d
12:56:09 #6 extracting sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 0.2s done
12:56:09 #6 DONE 0.4s
12:56:09 #10 14.59 Selecting previously unselected package python3.
12:56:09 #10 14.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 ... 10069 files and directories currently installed.)
12:56:09 #10 14.60 Preparing to unpack .../000-python3_3.7.3-1_arm64.deb ...
12:56:09 #10 14.62 Unpacking python3 (3.7.3-1) ...
12:56:09 From https://github.com/docker/buildx
12:56:09  * [new tag]         v0.10.2    -> v0.10.2
12:56:09 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:56:09 #10 59.03 Setting up gcc-8 (8.3.0-6) ...
12:56:09 #10 59.06 Setting up gpg-agent (2.2.12-1+deb10u2) ...
12:56:09 #10 59.08 Setting up libtool (2.4.6-9) ...
12:56:09 #10 59.09 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
12:56:09 #10 19.41 Unpacking gcc (4:10.2.1-1) ...
12:56:09 #10 19.44 Selecting previously unselected package libstdc++-10-dev:arm64.
12:56:09 #10 19.44 Preparing to unpack .../054-libstdc++-10-dev_10.2.1-6_arm64.deb ...
12:56:09 #10 19.45 Unpacking libstdc++-10-dev:arm64 (10.2.1-6) ...
12:56:09 #10 19.70 Selecting previously unselected package g++-10.
12:56:09 From https://github.com/docker/docker
12:56:09  * [new branch]      23.0       -> 23.0
12:56:09  * [new branch]      23.0       -> origin/23.0
12:56:09 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:56:09 mkdir -p sources
12:56:09 docker run --rm -w /v \
12:56:09 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:09 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:09 	alpine \
12:56:09 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:09 mkdir -p rpmbuild/SOURCES
12:56:09 docker run --rm -w /v \
12:56:09 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:09 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:09 	alpine \
12:56:09 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:09 #10 8.969 debconf: delaying package configuration, since apt-utils is not installed
12:56:09 #10 9.015 Fetched 182 MB in 3s (69.0 MB/s)
12:56:09 #10 9.041 Selecting previously unselected package perl-modules-5.36.
12:56:09 #10 9.041 (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 ... 5996 files and directories currently installed.)
12:56:09 #10 9.042 Preparing to unpack .../0-perl-modules-5.36_5.36.0-7_all.deb ...
12:56:09 #10 9.049 Unpacking perl-modules-5.36 (5.36.0-7) ...
12:56:09 
12:56:09 #7 [auth] library/golang:pull token for registry-1.docker.io
12:56:09 #7 DONE 0.0s
12:56:09 
12:56:09 #8 [auth] tonistiigi/xx:pull token for registry-1.docker.io
12:56:09 #8 DONE 0.0s
12:56:09 
12:56:09 #9 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
12:56:09 #9 DONE 0.0s
12:56:09 
12:56:09 #10 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.1.1
12:56:09 git init src/github.com/docker/compose
12:56:09 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:56:09 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:56:09 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:56:09 + SRC=src/github.com/docker/compose
12:56:09 + REF=v2.16.0
12:56:09 + REF_FETCH=v2.16.0
12:56:09 + awk {print $2}
12:56:09 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:56:09 + REF=refs/tags/v2.16.0
12:56:09 + [ -n refs/tags/v2.16.0 ]
12:56:09 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:09 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:09 #10 14.72 Selecting previously unselected package less.
12:56:09 #10 14.72 Preparing to unpack .../001-less_487-0.1+b1_arm64.deb ...
12:56:09 #10 14.73 Unpacking less (487-0.1+b1) ...
12:56:09 #10 14.81 Selecting previously unselected package netbase.
12:56:09 #10 14.81 Preparing to unpack .../002-netbase_5.6_all.deb ...
12:56:09 #10 14.82 Unpacking netbase (5.6) ...
12:56:09 #10 14.87 Selecting previously unselected package bzip2.
12:56:09 #10 14.87 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u2_arm64.deb ...
12:56:09 #10 14.87 Unpacking bzip2 (1.0.6-9.2~deb10u2) ...
12:56:09 #10 14.94 Selecting previously unselected package libmagic-mgc.
12:56:09 #10 59.18 Setting up gpgsm (2.2.12-1+deb10u2) ...
12:56:09 #10 59.19 Setting up libgsasl7 (1.8.0-8+deb10u1) ...
12:56:09 #10 59.20 Setting up libxext6:armhf (2:1.3.3-1+b2) ...
12:56:09 #10 59.22 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u4) ...
12:56:09 #10 59.23 Setting up python3 (3.7.3-1) ...
12:56:09 mkdir -p sources
12:56:09 docker run --rm -w /v \
12:56:09 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:09 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:09 	alpine \
12:56:09 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:09 #10 19.70 Preparing to unpack .../055-g++-10_10.2.1-6_arm64.deb ...
12:56:09 #10 19.70 Unpacking g++-10 (10.2.1-6) ...
12:56:09 mkdir -p rpmbuild/SOURCES
12:56:09 docker run --rm -w /v \
12:56:09 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:09 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:09 	alpine \
12:56:09 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:09 #9 14.71 Running transaction check
12:56:09 #9 14.85 Transaction check succeeded.
12:56:09 #9 14.85 Running transaction test
12:56:09 mkdir -p rpmbuild/SOURCES
12:56:09 docker run --rm -w /v \
12:56:09 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:09 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:09 	alpine \
12:56:09 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:09 #10 extracting sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 2.0s done
12:56:09 #10 extracting sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31
12:56:09 #10 14.94 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_arm64.deb ...
12:56:09 #10 14.95 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
12:56:09 #10 15.07 Selecting previously unselected package libmagic1:arm64.
12:56:09 #10 15.07 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_arm64.deb ...
12:56:09 #10 15.08 Unpacking libmagic1:arm64 (1:5.35-4+deb10u2) ...
12:56:09 #10 15.13 Selecting previously unselected package file.
12:56:09 #10 15.14 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_arm64.deb ...
12:56:09 #10 15.14 Unpacking file (1:5.35-4+deb10u2) ...
12:56:10 #10 59.50 Setting up python3-xdg (0.25-5) ...
12:56:10 #10 59.65 Setting up man-db (2.8.5-2) ...
12:56:10 git init src/github.com/docker/buildx
12:56:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:56:10 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:56:10 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:56:10 + SRC=src/github.com/docker/buildx
12:56:10 + REF=v0.10.2
12:56:10 + REF_FETCH=v0.10.2
12:56:10 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:56:10 + awk {print $2}
12:56:10 mkdir -p rpmbuild/SOURCES
12:56:10 docker run --rm -w /v \
12:56:10 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:10 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:10 	alpine \
12:56:10 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:10 #10 9.557 Selecting previously unselected package libgdbm6:arm64.
12:56:10 #10 9.557 Preparing to unpack .../1-libgdbm6_1.23-3_arm64.deb ...
12:56:10 #10 9.565 Unpacking libgdbm6:arm64 (1.23-3) ...
12:56:10 #10 9.620 Selecting previously unselected package libgdbm-compat4:arm64.
12:56:10 #10 9.620 Preparing to unpack .../2-libgdbm-compat4_1.23-3_arm64.deb ...
12:56:10 #10 9.625 Unpacking libgdbm-compat4:arm64 (1.23-3) ...
12:56:10 #10 9.693 Selecting previously unselected package libperl5.36:arm64.
12:56:10 #10 9.694 Preparing to unpack .../3-libperl5.36_5.36.0-7_arm64.deb ...
12:56:10 #10 9.702 Unpacking libperl5.36:arm64 (5.36.0-7) ...
12:56:10 #10 15.26 Selecting previously unselected package gettext-base.
12:56:10 #10 15.26 Preparing to unpack .../007-gettext-base_0.19.8.1-9_arm64.deb ...
12:56:10 #10 15.26 Unpacking gettext-base (0.19.8.1-9) ...
12:56:10 #10 15.38 Selecting previously unselected package krb5-locales.
12:56:10 #10 15.38 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u5_all.deb ...
12:56:10 #10 15.38 Unpacking krb5-locales (1.17-3+deb10u5) ...
12:56:10 #10 15.47 Selecting previously unselected package libkeyutils1:arm64.
12:56:10 #10 15.47 Preparing to unpack .../009-libkeyutils1_1.6-6_arm64.deb ...
12:56:10 #10 15.48 Unpacking libkeyutils1:arm64 (1.6-6) ...
12:56:10 From https://github.com/docker/compose
12:56:10  * [new tag]         v2.16.0    -> v2.16.0
12:56:10 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:56:10 git init src/github.com/docker/scan-cli-plugin
12:56:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:56:10 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:56:10 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:56:10 + SRC=src/github.com/docker/scan-cli-plugin
12:56:10 + REF=v0.23.0
12:56:10 + REF_FETCH=v0.23.0
12:56:10 + awk {print $2}
12:56:10 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:56:10 + REF=refs/tags/v0.23.0
12:56:10 + [ -n refs/tags/v0.23.0 ]
12:56:10 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:10 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:10 #10 59.75 Building database of manual pages ...
12:56:10 mkdir -p sources
12:56:10 docker run --rm -w /v \
12:56:10 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:10 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:10 	alpine \
12:56:10 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:10 #10 20.35 Selecting previously unselected package g++.
12:56:10 #10 20.35 Preparing to unpack .../056-g++_4%3a10.2.1-1_arm64.deb ...
12:56:10 #10 20.35 Unpacking g++ (4:10.2.1-1) ...
12:56:10 #10 20.38 Selecting previously unselected package make.
12:56:10 #10 20.38 Preparing to unpack .../057-make_4.3-4.1_arm64.deb ...
12:56:10 #10 20.39 Unpacking make (4.3-4.1) ...
12:56:10 #10 20.45 Selecting previously unselected package libdpkg-perl.
12:56:10 #10 20.45 Preparing to unpack .../058-libdpkg-perl_1.20.12_all.deb ...
12:56:10 #10 20.45 Unpacking libdpkg-perl (1.20.12) ...
12:56:10 #10 20.52 Selecting previously unselected package patch.
12:56:10 #10 20.52 Preparing to unpack .../059-patch_2.7.6-7_arm64.deb ...
12:56:10 #10 20.52 Unpacking patch (2.7.6-7) ...
12:56:10 #10 20.56 Selecting previously unselected package dpkg-dev.
12:56:10 + REF=refs/tags/v0.10.2
12:56:10 + [ -n refs/tags/v0.10.2 ]
12:56:10 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:56:10 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:56:10 #9 15.53 Transaction test succeeded.
12:56:10 #9 15.53 Running transaction
12:56:10 #10 15.54 Selecting previously unselected package libkrb5support0:arm64.
12:56:10 #10 15.54 Preparing to unpack .../010-libkrb5support0_1.17-3+deb10u5_arm64.deb ...
12:56:10 #10 15.55 Unpacking libkrb5support0:arm64 (1.17-3+deb10u5) ...
12:56:10 #10 15.66 Selecting previously unselected package libk5crypto3:arm64.
12:56:10 #10 15.66 Preparing to unpack .../011-libk5crypto3_1.17-3+deb10u5_arm64.deb ...
12:56:10 #10 15.66 Unpacking libk5crypto3:arm64 (1.17-3+deb10u5) ...
12:56:10 #10 15.75 Selecting previously unselected package libkrb5-3:arm64.
12:56:10 mkdir -p rpmbuild/SOURCES
12:56:10 #17 1.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
12:56:10 #17 1.665 (1/22) Installing ncurses-terminfo-base (6.3_p20220521-r0)
12:56:10 #17 1.670 (2/22) Installing ncurses-libs (6.3_p20220521-r0)
12:56:10 #17 1.687 (3/22) Installing readline (8.1.2-r0)
12:56:10 #17 1.692 (4/22) Installing bash (5.1.16-r2)
12:56:10 #17 1.706 Executing bash-5.1.16-r2.post-install
12:56:10 mkdir -p rpmbuild/SOURCES
12:56:10 docker run --rm -w /v \
12:56:10 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:10 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:10 	alpine \
12:56:10 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:10 mkdir -p sources
12:56:10 docker run --rm -w /v \
12:56:10 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:10 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:10 	alpine \
12:56:10 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:10 #10 ...
12:56:10 
12:56:10 #11 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
12:56:10 #11 DONE 1.0s
12:56:10 
12:56:10 #12 [linux/amd64 internal] load metadata for docker.io/library/golang:1.19.5-alpine3.16
12:56:10 #12 DONE 1.1s
12:56:10 
12:56:10 #13 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
12:56:10 #13 DONE 1.1s
12:56:10 #10 20.56 Preparing to unpack .../060-dpkg-dev_1.20.12_all.deb ...
12:56:10 #10 20.57 Unpacking dpkg-dev (1.20.12) ...
12:56:10 #10 20.68 Selecting previously unselected package build-essential.
12:56:10 #10 20.68 Preparing to unpack .../061-build-essential_12.9_arm64.deb ...
12:56:10 #10 20.69 Unpacking build-essential (12.9) ...
12:56:10 #10 20.73 Selecting previously unselected package libbrotli1:arm64.
12:56:10 #10 20.73 Preparing to unpack .../062-libbrotli1_1.0.9-2+b2_arm64.deb ...
12:56:10 #10 20.73 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
12:56:10 #10 20.78 Selecting previously unselected package libsasl2-modules-db:arm64.
12:56:10 #10 20.78 Preparing to unpack .../063-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
12:56:10 mkdir -p rpmbuild/SOURCES
12:56:10 docker run --rm -w /v \
12:56:10 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:10 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:10 	alpine \
12:56:10 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:10 #10 15.75 Preparing to unpack .../012-libkrb5-3_1.17-3+deb10u5_arm64.deb ...
12:56:10 #10 15.76 Unpacking libkrb5-3:arm64 (1.17-3+deb10u5) ...
12:56:10 #10 15.88 Selecting previously unselected package libgssapi-krb5-2:arm64.
12:56:10 #10 15.88 Preparing to unpack .../013-libgssapi-krb5-2_1.17-3+deb10u5_arm64.deb ...
12:56:10 #10 15.91 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u5) ...
12:56:10 #10 15.98 Selecting previously unselected package libicu63:arm64.
12:56:10 #10 15.98 Preparing to unpack .../014-libicu63_63.1-6+deb10u3_arm64.deb ...
12:56:10 docker run --rm -w /v \
12:56:10 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:10 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:10 	alpine \
12:56:10 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:10 #10 10.38 Selecting previously unselected package perl.
12:56:10 #10 10.38 Preparing to unpack .../4-perl_5.36.0-7_arm64.deb ...
12:56:10 #17 1.708 (5/22) Installing libffi (3.4.2-r1)
12:56:10 #17 1.710 (6/22) Installing libgcc (11.2.1_git20220219-r2)
12:56:10 #17 1.713 (7/22) Installing libstdc++ (11.2.1_git20220219-r2)
12:56:10 #17 1.727 (8/22) Installing xz-libs (5.2.5-r1)
12:56:10 #17 1.731 (9/22) Installing libxml2 (2.9.14-r2)
12:56:10 #17 1.744 (10/22) Installing llvm13-libs (13.0.1-r2)
12:56:10 From https://github.com/docker/scan-cli-plugin
12:56:10  * [new tag]         v0.23.0    -> v0.23.0
12:56:10 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:10 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 debian-bullseye
12:56:10 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:10 mkdir -p sources
12:56:10 docker run --rm -w /v \
12:56:10 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:10 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:10 	alpine \
12:56:10 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:10 Unable to find image 'alpine:latest' locally
12:56:10 
12:56:10 #10 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.1.1
12:56:10 #10 DONE 1.2s
12:56:10 
12:56:10 #14 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
12:56:10 #14 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.1s done
12:56:10 #14 DONE 0.1s
12:56:10 
12:56:10 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9
12:56:10 #15 resolve docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9 0.1s done
12:56:10 #15 DONE 0.1s
12:56:10 
12:56:10 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
12:56:10 #16 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.1s done
12:56:10 #12 1.674 CentOS Stream 8 - AppStream                      24 MB/s |  24 MB     00:00    
12:56:10 #10 20.79 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
12:56:10 #10 20.83 Selecting previously unselected package libsasl2-2:arm64.
12:56:10 #10 20.83 Preparing to unpack .../064-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
12:56:10 #10 20.83 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
12:56:10 #10 20.87 Selecting previously unselected package libldap-2.4-2:arm64.
12:56:10 #10 20.88 Preparing to unpack .../065-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
12:56:10 #10 20.88 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
12:56:10 #10 20.94 Selecting previously unselected package libnghttp2-14:arm64.
12:56:10 #10 20.94 Preparing to unpack .../066-libnghttp2-14_1.43.0-1_arm64.deb ...
12:56:10 #10 20.94 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
12:56:10 #10 20.98 Selecting previously unselected package libpsl5:arm64.
12:56:10 #10 20.98 Preparing to unpack .../067-libpsl5_0.21.0-1.2_arm64.deb ...
12:56:10 #10 20.99 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
12:56:10 #10 21.06 Selecting previously unselected package librtmp1:arm64.
12:56:10 #10 21.06 Preparing to unpack .../068-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
12:56:10 #10 21.06 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:56:10 #10 21.10 Selecting previously unselected package libssh2-1:arm64.
12:56:10 #10 21.10 Preparing to unpack .../069-libssh2-1_1.9.0-2_arm64.deb ...
12:56:10 #10 21.11 Unpacking libssh2-1:arm64 (1.9.0-2) ...
12:56:10 #10 21.15 Selecting previously unselected package libcurl4:arm64.
12:56:10 #10 21.15 Preparing to unpack .../070-libcurl4_7.74.0-1.3+deb11u5_arm64.deb ...
12:56:10 #10 21.16 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u5) ...
12:56:10 From https://github.com/docker/docker
12:56:10  * [new branch]      23.0       -> 23.0
12:56:10  * [new branch]      23.0       -> origin/23.0
12:56:10 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
12:56:10 git init src/github.com/docker/buildx
12:56:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
12:56:10 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
12:56:10 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
12:56:10 + SRC=src/github.com/docker/buildx
12:56:10 + REF=v0.10.2
12:56:10 + REF_FETCH=v0.10.2
12:56:10 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
12:56:10 + awk {print $2}
12:56:10 + REF=refs/tags/v0.10.2
12:56:10 + [ -n refs/tags/v0.10.2 ]
12:56:10 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
12:56:10 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
12:56:11 #10 15.99 Unpacking libicu63:arm64 (63.1-6+deb10u3) ...
12:56:11 #10 10.40 Unpacking perl (5.36.0-7) ...
12:56:11 #10 10.50 Selecting previously unselected package liblocale-gettext-perl.
12:56:11 #10 10.50 Preparing to unpack .../5-liblocale-gettext-perl_1.07-5_arm64.deb ...
12:56:11 #10 10.52 Unpacking liblocale-gettext-perl (1.07-5) ...
12:56:11 #10 10.61 Selecting previously unselected package libssl3:arm64.
12:56:11 mkdir -p sources
12:56:11 docker run --rm -w /v \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:11 	alpine \
12:56:11 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:11 latest: Pulling from library/alpine
12:56:11 c527615e4ffa: Pulling fs layer
12:56:11 c527615e4ffa: Verifying Checksum
12:56:11 c527615e4ffa: Download complete
12:56:11 #16 ...
12:56:11 
12:56:11 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9
12:56:11 #15 sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 14.96kB / 14.96kB 0.1s done
12:56:11 #15 extracting sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 0.1s done
12:56:11 #15 DONE 0.3s
12:56:11 
12:56:11 #17 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1
12:56:11 #17 resolve docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1 0.0s done
12:56:11 #17 sha256:654a5f294e2d7792e63519253d227aa048219ee9251008dc8af1c2af73b5f2c9 0B / 155B 0.2s
12:56:11 #17 sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 0B / 284.75kB 0.2s
12:56:11 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 0B / 122.71MB 0.2s
12:56:11 #10 21.21 Selecting previously unselected package curl.
12:56:11 #10 21.21 Preparing to unpack .../071-curl_7.74.0-1.3+deb11u5_arm64.deb ...
12:56:11 #10 21.21 Unpacking curl (7.74.0-1.3+deb11u5) ...
12:56:11 #10 21.26 Selecting previously unselected package dctrl-tools.
12:56:11 #10 21.26 Preparing to unpack .../072-dctrl-tools_2.24-3_arm64.deb ...
12:56:11 #10 21.27 Unpacking dctrl-tools (2.24-3) ...
12:56:11 #10 21.31 Selecting previously unselected package libdebhelper-perl.
12:56:11 #10 21.31 Preparing to unpack .../073-libdebhelper-perl_13.3.4_all.deb ...
12:56:11 #10 21.32 Unpacking libdebhelper-perl (13.3.4) ...
12:56:11 #10 21.36 Selecting previously unselected package libtool.
12:56:11 #10 21.36 Preparing to unpack .../074-libtool_2.4.6-15_all.deb ...
12:56:11 #10 21.36 Unpacking libtool (2.4.6-15) ...
12:56:11 mkdir -p sources
12:56:11 docker run --rm -w /v \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:11 	alpine \
12:56:11 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:11 mkdir -p rpmbuild/SOURCES
12:56:11 docker run --rm -w /v \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:11 	alpine \
12:56:11 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:11 mkdir -p rpmbuild/SOURCES
12:56:11 From https://github.com/docker/buildx
12:56:11  * [new tag]         v0.10.2    -> v0.10.2
12:56:11 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:56:11 mkdir -p rpmbuild/SOURCES
12:56:11 docker run --rm -w /v \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:11 	alpine \
12:56:11 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:11 #10 10.61 Preparing to unpack .../6-libssl3_3.0.7-2_arm64.deb ...
12:56:11 #10 10.62 Unpacking libssl3:arm64 (3.0.7-2) ...
12:56:11 #17 sha256:654a5f294e2d7792e63519253d227aa048219ee9251008dc8af1c2af73b5f2c9 155B / 155B 0.3s done
12:56:11 #17 sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 284.75kB / 284.75kB 0.4s done
12:56:11 #10 21.41 Selecting previously unselected package dh-autoreconf.
12:56:11 #10 21.41 Preparing to unpack .../075-dh-autoreconf_20_all.deb ...
12:56:11 #10 21.42 Unpacking dh-autoreconf (20) ...
12:56:11 #10 21.45 Selecting previously unselected package libarchive-zip-perl.
12:56:11 #10 21.45 Preparing to unpack .../076-libarchive-zip-perl_1.68-1_all.deb ...
12:56:11 #10 21.45 Unpacking libarchive-zip-perl (1.68-1) ...
12:56:11 #10 21.49 Selecting previously unselected package libsub-override-perl.
12:56:11 #10 21.49 Preparing to unpack .../077-libsub-override-perl_0.09-2_all.deb ...
12:56:11 #10 21.49 Unpacking libsub-override-perl (0.09-2) ...
12:56:11 #10 21.52 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:56:11 #10 21.52 Preparing to unpack .../078-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
12:56:11 #10 21.53 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
12:56:11 #10 21.56 Selecting previously unselected package dh-strip-nondeterminism.
12:56:11 #10 21.56 Preparing to unpack .../079-dh-strip-nondeterminism_1.12.0-1_all.deb ...
12:56:11 #10 21.56 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
12:56:11 #10 21.60 Selecting previously unselected package libelf1:arm64.
12:56:11 docker run --rm -w /v \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:11 	alpine \
12:56:11 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:11 git init src/github.com/docker/compose
12:56:11 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:56:11 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:56:11 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:56:11 + SRC=src/github.com/docker/compose
12:56:11 + REF=v2.16.0
12:56:11 + REF_FETCH=v2.16.0
12:56:11 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:56:11 + awk {print $2}
12:56:11 From https://github.com/docker/buildx
12:56:11  * [new tag]         v0.10.2    -> v0.10.2
12:56:11 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:56:11 git init src/github.com/docker/compose
12:56:11 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:56:11 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:56:11 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:56:11 + SRC=src/github.com/docker/compose
12:56:11 + REF=v2.16.0
12:56:11 + REF_FETCH=v2.16.0
12:56:11 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:56:11 + awk {print $2}
12:56:11 + REF=refs/tags/v2.16.0
12:56:11 + [ -n refs/tags/v2.16.0 ]
12:56:11 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:11 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:11 #10 10.96 Selecting previously unselected package libpython3.11-minimal:arm64.
12:56:11 #10 10.96 Preparing to unpack .../7-libpython3.11-minimal_3.11.1-2_arm64.deb ...
12:56:11 #10 10.98 Unpacking libpython3.11-minimal:arm64 (3.11.1-2) ...
12:56:11 #10 11.17 Selecting previously unselected package libexpat1:arm64.
12:56:11 #10 11.17 Preparing to unpack .../8-libexpat1_2.5.0-1_arm64.deb ...
12:56:11 #10 16.72 Selecting previously unselected package libxml2:arm64.
12:56:11 #10 16.72 Preparing to unpack .../015-libxml2_2.9.4+dfsg1-7+deb10u5_arm64.deb ...
12:56:11 #10 16.73 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u5) ...
12:56:11 #17 sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 2.81MB / 2.81MB 0.1s done
12:56:11 #17 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce
12:56:11 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 15.73MB / 122.71MB 0.6s
12:56:11 c527615e4ffa: Pull complete
12:56:11 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:56:11 Status: Downloaded newer image for alpine:latest
12:56:11 #10 21.60 Preparing to unpack .../080-libelf1_0.183-1_arm64.deb ...
12:56:11 #10 21.60 Unpacking libelf1:arm64 (0.183-1) ...
12:56:11 #10 21.64 Selecting previously unselected package dwz.
12:56:11 #10 21.65 Preparing to unpack .../081-dwz_0.13+20210201-1_arm64.deb ...
12:56:11 #10 21.65 Unpacking dwz (0.13+20210201-1) ...
12:56:11 #10 21.69 Selecting previously unselected package libicu67:arm64.
12:56:11 #10 21.69 Preparing to unpack .../082-libicu67_67.1-7_arm64.deb ...
12:56:11 #10 21.70 Unpacking libicu67:arm64 (67.1-7) ...
12:56:11 mkdir -p sources
12:56:11 docker run --rm -w /v \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:11 	alpine \
12:56:11 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:11 #17 2.542 (11/22) Installing clang-libs (13.0.1-r1)
12:56:11 mkdir -p sources
12:56:11 docker run --rm -w /v \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:11 	alpine \
12:56:11 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:11 mkdir -p sources
12:56:11 docker run --rm -w /v \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:11 	alpine \
12:56:11 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:11 + REF=refs/tags/v2.16.0
12:56:11 + [ -n refs/tags/v2.16.0 ]
12:56:11 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:11 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:11 mkdir -p sources
12:56:11 docker run --rm -w /v \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:11 	alpine \
12:56:11 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:11 #10 11.18 Unpacking libexpat1:arm64 (2.5.0-1) ...
12:56:11 #10 11.24 Selecting previously unselected package python3.11-minimal.
12:56:11 #10 11.24 Preparing to unpack .../9-python3.11-minimal_3.11.1-2_arm64.deb ...
12:56:11 #10 11.25 Unpacking python3.11-minimal (3.11.1-2) ...
12:56:11 #10 16.89 Selecting previously unselected package manpages.
12:56:11 #10 16.90 Preparing to unpack .../016-manpages_4.16-2_all.deb ...
12:56:11 #10 16.90 Unpacking manpages (4.16-2) ...
12:56:11 mkdir -p sources
12:56:11 docker run --rm -w /v \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:11 	alpine \
12:56:11 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:11 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 26.21MB / 122.71MB 0.9s
12:56:11 mkdir -p sources
12:56:11 docker run --rm -w /v \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:11 	alpine \
12:56:11 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:12 mkdir -p sources
12:56:12 docker run --rm -w /v \
12:56:12 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:12 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:12 	alpine \
12:56:12 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:12 #9 17.06   Preparing        :                                                        1/1 
12:56:12 #9 17.14   Installing       : systemd-libs-252-3.el9.aarch64                       1/165 
12:56:12 #9 17.16   Running scriptlet: systemd-libs-252-3.el9.aarch64                       1/165 
12:56:12 #9 17.18   Installing       : elfutils-debuginfod-client-0.188-3.el9.aarch64       2/165 
12:56:12 #9 17.21   Running scriptlet: groff-base-1.22.4-10.el9.aarch64                     3/165 
12:56:12 #9 17.26   Installing       : groff-base-1.22.4-10.el9.aarch64                     3/165 
12:56:12 #10 11.48 Setting up libssl3:arm64 (3.0.7-2) ...
12:56:12 #10 11.49 Setting up libpython3.11-minimal:arm64 (3.11.1-2) ...
12:56:12 #10 11.51 Setting up libexpat1:arm64 (2.5.0-1) ...
12:56:12 #10 11.53 Setting up python3.11-minimal (3.11.1-2) ...
12:56:12 From https://github.com/docker/compose
12:56:12  * [new tag]         v2.16.0    -> v2.16.0
12:56:12 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:56:12 git init src/github.com/docker/scan-cli-plugin
12:56:12 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:56:12 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:56:12 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:56:12 + SRC=src/github.com/docker/scan-cli-plugin
12:56:12 + REF=v0.23.0
12:56:12 + REF_FETCH=v0.23.0
12:56:12 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:56:12 + awk {print $2}
12:56:12 #10 17.11 Selecting previously unselected package libedit2:arm64.
12:56:12 #10 17.11 Preparing to unpack .../017-libedit2_3.1-20181209-1_arm64.deb ...
12:56:12 #10 17.12 Unpacking libedit2:arm64 (3.1-20181209-1) ...
12:56:12 #10 17.25 Selecting previously unselected package openssh-client.
12:56:12 #10 17.25 Preparing to unpack .../018-openssh-client_1%3a7.9p1-10+deb10u2_arm64.deb ...
12:56:12 #10 17.27 Unpacking openssh-client (1:7.9p1-10+deb10u2) ...
12:56:12 mkdir -p sources
12:56:12 docker run --rm -w /v \
12:56:12 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:12 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:12 	alpine \
12:56:12 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:12 #17 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 0.5s done
12:56:12 #17 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373
12:56:12 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 35.65MB / 122.71MB 1.1s
12:56:12 #10 22.37 Selecting previously unselected package libxml2:arm64.
12:56:12 #10 22.37 Preparing to unpack .../083-libxml2_2.9.10+dfsg-6.7+deb11u3_arm64.deb ...
12:56:12 #10 22.38 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
12:56:12 #10 22.46 Selecting previously unselected package gettext.
12:56:12 #17 3.266 (12/22) Installing clang (13.0.1-r1)
12:56:12 #17 3.341 (13/22) Installing libmagic (5.41-r0)
12:56:12 #17 3.366 (14/22) Installing file (5.41-r0)
12:56:12 #17 3.367 (15/22) Installing brotli-libs (1.0.9-r6)
12:56:12 #17 3.376 (16/22) Installing nghttp2-libs (1.47.0-r0)
12:56:12 #17 3.380 (17/22) Installing libcurl (7.83.1-r5)
12:56:12 #17 3.388 (18/22) Installing expat (2.5.0-r0)
12:56:12 #17 3.392 (19/22) Installing pcre2 (10.40-r0)
12:56:12 #17 3.401 (20/22) Installing git (2.36.4-r0)
12:56:12 #9 17.29   Running scriptlet: groff-base-1.22.4-10.el9.aarch64                     3/165 
12:56:12 #9 17.30   Installing       : file-5.39-10.el9.aarch64                             4/165 
12:56:12 #9 17.31   Installing       : python3-libselinux-3.5-0.rc2.1.el9.aarch64           5/165 
12:56:12 #9 17.40   Installing       : xz-5.2.5-8.el9.aarch64                               6/165 
12:56:12 #9 17.41   Installing       : unzip-6.0-56.el9.aarch64                             7/165 
12:56:12 From https://github.com/docker/compose
12:56:12  * [new tag]         v2.16.0    -> v2.16.0
12:56:12 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:56:12 git init src/github.com/docker/scan-cli-plugin
12:56:12 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:56:12 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:56:12 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:56:12 + SRC=src/github.com/docker/scan-cli-plugin
12:56:12 + REF=v0.23.0
12:56:12 + REF_FETCH=v0.23.0
12:56:12 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:56:12 + awk {print $2}
12:56:12 + REF=refs/tags/v0.23.0
12:56:12 + [ -n refs/tags/v0.23.0 ]
12:56:12 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:12 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:12 + REF=refs/tags/v0.23.0
12:56:12 + [ -n refs/tags/v0.23.0 ]
12:56:12 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:12 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:12 #10 17.45 Selecting previously unselected package ucf.
12:56:12 #10 17.45 Preparing to unpack .../019-ucf_3.0038+nmu1_all.deb ...
12:56:12 #10 17.47 Moving old data out of the way
12:56:12 #10 17.47 Unpacking ucf (3.0038+nmu1) ...
12:56:12 #10 17.56 Selecting previously unselected package xz-utils.
12:56:12 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 46.14MB / 122.71MB 1.2s
12:56:12 #17 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 0.3s done
12:56:12 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 57.67MB / 122.71MB 1.4s
12:56:12 #10 extracting sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 2.5s done
12:56:12 #10 extracting sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370
12:56:12 #10 22.47 Preparing to unpack .../084-gettext_0.21-4_arm64.deb ...
12:56:12 #10 22.47 Unpacking gettext (0.21-4) ...
12:56:12 #10 22.59 Selecting previously unselected package intltool-debian.
12:56:12 #10 22.59 Preparing to unpack .../085-intltool-debian_0.35.0+20060710.5_all.deb ...
12:56:12 #10 22.59 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:56:12 #10 22.66 Selecting previously unselected package po-debconf.
12:56:12 #10 22.66 Preparing to unpack .../086-po-debconf_1.0.21+nmu1_all.deb ...
12:56:12 #10 22.67 Unpacking po-debconf (1.0.21+nmu1) ...
12:56:12 #10 22.72 Selecting previously unselected package debhelper.
12:56:12 #17 3.528 (21/22) Installing lld (13.0.1-r0)
12:56:12 #17 3.563 (22/22) Installing llvm13 (13.0.1-r2)
12:56:12 #9 17.52   Installing       : python3-setuptools-53.0.0-12.el9.noarch              8/165 
12:56:12 #9 17.56   Installing       : libproxy-0.4.15-35.el9.aarch64                       9/165 
12:56:12 #9 17.57   Installing       : less-590-1.el9.aarch64                              10/165 
12:56:12 #9 17.61   Installing       : diffutils-3.7-12.el9.aarch64                        11/165 
12:56:12 #9 17.62   Installing       : cracklib-2.9.6-27.el9.aarch64                       12/165 
12:56:12 #9 17.65   Installing       : cpio-2.13-16.el9.aarch64                            13/165 
12:56:12 From https://github.com/docker/scan-cli-plugin
12:56:12  * [new tag]         v0.23.0    -> v0.23.0
12:56:12 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:12 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-bionic
12:56:12 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:12 mkdir -p sources
12:56:12 docker run --rm -w /v \
12:56:12 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:12 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:12 	alpine \
12:56:12 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:12 Unable to find image 'alpine:latest' locally
12:56:12 From https://github.com/docker/scan-cli-plugin
12:56:12  * [new tag]         v0.23.0    -> v0.23.0
12:56:12 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:12 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-focal
12:56:12 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:12 mkdir -p sources
12:56:12 docker run --rm -w /v \
12:56:12 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:12 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:12 	alpine \
12:56:12 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:12 Unable to find image 'alpine:latest' locally
12:56:12 #10 17.56 Preparing to unpack .../020-xz-utils_5.2.4-1+deb10u1_arm64.deb ...
12:56:12 #10 17.57 Unpacking xz-utils (5.2.4-1+deb10u1) ...
12:56:12 #10 17.69 Selecting previously unselected package libfl2:arm64.
12:56:12 #10 17.70 Preparing to unpack .../021-libfl2_2.6.4-6.2_arm64.deb ...
12:56:12 #10 17.71 Unpacking libfl2:arm64 (2.6.4-6.2) ...
12:56:12 #10 17.84 Selecting previously unselected package at.
12:56:12 mkdir -p sources
12:56:12 docker run --rm -w /v \
12:56:12 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:12 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:12 	alpine \
12:56:12 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:12 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 73.40MB / 122.71MB 1.5s
12:56:12 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 84.93MB / 122.71MB 1.7s
12:56:12 #10 22.72 Preparing to unpack .../087-debhelper_13.3.4_all.deb ...
12:56:12 #10 22.72 Unpacking debhelper (13.3.4) ...
12:56:12 #10 22.82 Selecting previously unselected package debian-keyring.
12:56:12 #10 22.83 Preparing to unpack .../088-debian-keyring_2021.07.26_all.deb ...
12:56:12 #10 22.83 Unpacking debian-keyring (2021.07.26) ...
12:56:12 #9 17.71   Installing       : bzip2-1.0.8-8.el9.aarch64                           14/165 
12:56:12 #9 17.78   Installing       : cracklib-dicts-2.9.6-27.el9.aarch64                 15/165 
12:56:12 #9 17.79   Installing       : python3-distro-1.5.0-7.el9.noarch                   16/165 
12:56:12 #9 17.86   Installing       : python3-setools-4.4.0-5.el9.aarch64                 17/165 
12:56:12 #9 17.91   Installing       : zip-3.0-33.el9.aarch64                              18/165 
12:56:12 #9 17.92   Installing       : python3-libsemanage-3.5-0.rc2.1.el9.aarch64         19/165 
12:56:12 #9 17.96   Installing       : python3-file-magic-5.39-10.el9.noarch               20/165 
12:56:12 #9 17.98   Installing       : elfutils-0.188-3.el9.aarch64                        21/165 
12:56:12 mkdir -p sources
12:56:12 docker run --rm -w /v \
12:56:12 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:12 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:12 	alpine \
12:56:12 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:12 latest: Pulling from library/alpine
12:56:12 8921db27df28: Pulling fs layer
12:56:12 8921db27df28: Verifying Checksum
12:56:12 8921db27df28: Download complete
12:56:12 latest: Pulling from library/alpine
12:56:12 8921db27df28: Pulling fs layer
12:56:12 #10 17.84 Preparing to unpack .../022-at_3.1.23-1_arm64.deb ...
12:56:12 #10 17.85 Unpacking at (3.1.23-1) ...
12:56:12 #10 17.98 Selecting previously unselected package libsigsegv2:arm64.
12:56:12 #10 17.99 Preparing to unpack .../023-libsigsegv2_2.12-2_arm64.deb ...
12:56:12 #10 18.00 Unpacking libsigsegv2:arm64 (2.12-2) ...
12:56:12 #10 18.09 Selecting previously unselected package m4.
12:56:12 == Building packages for fedora-36 ==
12:56:12 mkdir -p "rpmbuild/fedora-36"
12:56:12 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-fedora-36/aarch64 -f fedora-36/Dockerfile .
12:56:12 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 99.61MB / 122.71MB 1.8s
12:56:12 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 112.20MB / 122.71MB 2.0s
12:56:12 From https://github.com/docker/buildx
12:56:12  * [new tag]         v0.10.2    -> v0.10.2
12:56:12 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:56:13 #10 12.39 Selecting previously unselected package python3-minimal.
12:56:13 #10 12.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 ... 8350 files and directories currently installed.)
12:56:13 #10 12.39 Preparing to unpack .../python3-minimal_3.11.1-3_arm64.deb ...
12:56:13 #10 12.40 Unpacking python3-minimal (3.11.1-3) ...
12:56:13 #10 12.47 Selecting previously unselected package media-types.
12:56:13 #10 12.47 Preparing to unpack .../media-types_8.0.0_all.deb ...
12:56:13 #10 12.47 Unpacking media-types (8.0.0) ...
12:56:13 #10 12.54 Preparing to unpack .../liblzma5_5.4.1-0.1_arm64.deb ...
12:56:13 #10 12.55 Unpacking liblzma5:arm64 (5.4.1-0.1) over (5.4.1-0.0) ...
12:56:13 == Building packages for debian-bullseye ==
12:56:13 mkdir -p "debbuild/debian-bullseye"
12:56:13 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/x86_64 -f debian-bullseye/Dockerfile .
12:56:13 #9 18.06   Installing       : gdb-minimal-10.2-10.el9.aarch64                     22/165 
12:56:13 #9 18.06   Installing       : dbus-libs-1:1.12.20-7.el9.aarch64                   23/165 
12:56:13 #9 18.08   Installing       : python3-dbus-1.2.18-2.el9.aarch64                   24/165 
12:56:13 #9 18.14   Installing       : procps-ng-3.3.17-11.el9.aarch64                     25/165 
12:56:13 #9 18.20   Installing       : python3-systemd-234-18.el9.aarch64                  26/165 
12:56:13 #9 18.26   Installing       : util-linux-core-2.37.4-9.el9.aarch64                27/165 
12:56:13 #17 4.055 Executing busybox-1.35.0-r17.trigger
12:56:13 #17 4.060 OK: 313 MiB in 37 packages
12:56:13 8921db27df28: Pull complete
12:56:13 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:56:13 Status: Downloaded newer image for alpine:latest
12:56:13 8921db27df28: Verifying Checksum
12:56:13 8921db27df28: Download complete
12:56:13 8921db27df28: Pull complete
12:56:13 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:56:13 Status: Downloaded newer image for alpine:latest
12:56:13 #10 18.10 Preparing to unpack .../024-m4_1.4.18-2_arm64.deb ...
12:56:13 #1 [internal] load build definition from Dockerfile
12:56:13 #10 18.11 Unpacking m4 (1.4.18-2) ...
12:56:13 #10 18.22 Selecting previously unselected package autoconf.
12:56:13 #10 18.23 Preparing to unpack .../025-autoconf_2.69-11_all.deb ...
12:56:13 #10 18.24 Unpacking autoconf (2.69-11) ...
12:56:13 #10 18.35 Selecting previously unselected package autotools-dev.
12:56:13 #1 transferring dockerfile: 853B done
12:56:13 #1 DONE 0.1s
12:56:13 
12:56:13 #2 [internal] load .dockerignore
12:56:13 #2 transferring context: 2B done
12:56:13 #2 DONE 0.1s
12:56:13 
12:56:13 #3 [auth] library/fedora:pull token for registry-1.docker.io
12:56:13 #3 DONE 0.0s
12:56:13 
12:56:13 #4 [auth] library/golang:pull token for registry-1.docker.io
12:56:13 #4 DONE 0.0s
12:56:13 
12:56:13 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:13 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 122.52MB / 122.71MB 2.1s
12:56:13 git init src/github.com/docker/compose
12:56:13 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:56:13 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:56:13 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:56:13 + SRC=src/github.com/docker/compose
12:56:13 + REF=v2.16.0
12:56:13 + REF_FETCH=v2.16.0
12:56:13 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:56:13 + awk {print $2}
12:56:13 #10 12.69 Setting up liblzma5:arm64 (5.4.1-0.1) ...
12:56:13 #10 12.76 Selecting previously unselected package libmpdec3:arm64.
12:56:13 #10 12.76 (Reading database ... 
#10 ...
12:56:13 
12:56:13 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:13 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 6.1s done
12:56:13 #7 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
12:56:13 #7 DONE 17.1s
12:56:13 
12:56:13 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:13 #10 12.76 (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 ... 8377 files and directories currently installed.)
12:56:13 #10 12.77 Preparing to unpack .../00-libmpdec3_2.5.1-2_arm64.deb ...
12:56:13 #10 12.78 Unpacking libmpdec3:arm64 (2.5.1-2) ...
12:56:13 #10 12.85 Selecting previously unselected package libncursesw6:arm64.
12:56:13 #10 12.85 Preparing to unpack .../01-libncursesw6_6.4-2_arm64.deb ...
12:56:13 #10 12.86 Unpacking libncursesw6:arm64 (6.4-2) ...
12:56:13 mkdir -p rpmbuild/SOURCES
12:56:13 docker run --rm -w /v \
12:56:13 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:13 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:13 	alpine \
12:56:13 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:13 #1 [internal] load .dockerignore
12:56:13 #1 transferring context: 2B done
12:56:13 #1 DONE 0.0s
12:56:13 
12:56:13 #2 [internal] load build definition from Dockerfile
12:56:13 #2 transferring dockerfile: 913B done
12:56:13 #2 DONE 0.0s
12:56:13 
12:56:13 #3 [auth] library/debian:pull token for registry-1.docker.io
12:56:13 #3 DONE 0.0s
12:56:13 
12:56:13 #4 [auth] library/golang:pull token for registry-1.docker.io
12:56:13 #4 DONE 0.0s
12:56:13 
12:56:13 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:13 #9 18.32   Running scriptlet: util-linux-core-2.37.4-9.el9.aarch64                27/165 
12:56:13 #9 18.33   Installing       : rust-srpm-macros-17-4.el9.noarch                    28/165 
12:56:13 #9 18.33   Installing       : qt5-srpm-macros-5.15.3-1.el9.noarch                 29/165 
12:56:13 #9 18.34   Installing       : python3-audit-3.0.7-103.el9.aarch64                 30/165 
12:56:13 #9 18.34   Installing       : perl-srpm-macros-1-41.el9.noarch                    31/165 
12:56:13 #9 18.35   Installing       : openblas-srpm-macros-2-11.el9.noarch                32/165 
12:56:13 #9 18.38   Installing       : ocaml-srpm-macros-6-6.el9.noarch                    33/165 
12:56:13 #9 18.38   Installing       : lua-srpm-macros-1-6.el9.noarch                      34/165 
12:56:13 #9 18.39   Installing       : libstemmer-0-18.585svn.el9.aarch64                  35/165 
12:56:13 #9 18.40   Installing       : libjpeg-turbo-2.0.90-5.el9.aarch64                  36/165 
12:56:13 #9 18.45   Installing       : hunspell-filesystem-1.7.0-11.el9.aarch64            37/165 
12:56:13 #9 18.46   Installing       : hunspell-en-GB-0.20140811.1-20.el9.noarch           38/165 
12:56:13 #9 18.47   Installing       : hunspell-en-0.20140811.1-20.el9.noarch              39/165 
12:56:13 #9 18.53   Installing       : hunspell-en-US-0.20140811.1-20.el9.noarch           40/165 
12:56:13 #9 18.54   Installing       : hunspell-1.7.0-11.el9.aarch64                       41/165 
12:56:13 == Building packages for ubuntu-bionic ==
12:56:13 mkdir -p "debbuild/ubuntu-bionic"
12:56:13 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-bionic/aarch64 -f ubuntu-bionic/Dockerfile .
12:56:13 #1 [internal] load .dockerignore
12:56:13 #1 transferring context: 2B done
12:56:13 #1 DONE 0.0s
12:56:13 
12:56:13 #2 [internal] load build definition from Dockerfile
12:56:13 #2 transferring dockerfile: 914B done
12:56:13 #2 DONE 0.0s
12:56:13 
12:56:13 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
12:56:13 #3 DONE 0.0s
12:56:13 
12:56:13 #4 [auth] library/golang:pull token for registry-1.docker.io
12:56:13 #4 DONE 0.0s
12:56:13 
12:56:13 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:13 #5 DONE 0.3s
12:56:13 
12:56:13 #6 [internal] load metadata for docker.io/library/fedora:36
12:56:13 #6 DONE 0.3s
12:56:13 
12:56:13 #7 [internal] load build context
12:56:13 #7 transferring context: 14.99kB done
12:56:13 #7 DONE 0.0s
12:56:13 
12:56:13 #8 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:17ab257e353f7e0247ce4b1a6ac7a4dd372cf217e532f27d67feb876a53af471
12:56:13 #8 resolve docker.io/library/fedora:36@sha256:17ab257e353f7e0247ce4b1a6ac7a4dd372cf217e532f27d67feb876a53af471 0.0s done
12:56:13 #8 sha256:2cbc55fe048741ba72410e74c86e78bd7d3e2fc3f39e0de9c9ecfe0f74e2e7b8 529B / 529B done
12:56:13 #8 sha256:7f04f301acc316b3857f8f1111a4b59f5e3df7cdf7db9b867ea079a9d0a92c7d 2.00kB / 2.00kB done
12:56:13 #8 sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5 0B / 58.11MB 0.1s
12:56:13 #8 sha256:17ab257e353f7e0247ce4b1a6ac7a4dd372cf217e532f27d67feb876a53af471 975B / 975B done
12:56:13 #10 18.35 Preparing to unpack .../026-autotools-dev_20180224.1_all.deb ...
12:56:13 #10 18.37 Unpacking autotools-dev (20180224.1) ...
12:56:13 #10 18.49 Selecting previously unselected package automake.
12:56:13 #10 18.49 Preparing to unpack .../027-automake_1%3a1.16.1-4_all.deb ...
12:56:13 #10 18.50 Unpacking automake (1:1.16.1-4) ...
12:56:13 #10 18.63 Selecting previously unselected package autopoint.
12:56:13 mkdir -p rpmbuild/SOURCES
12:56:13 docker run --rm -w /v \
12:56:13 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:13 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:13 	alpine \
12:56:13 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:13 + REF=refs/tags/v2.16.0
12:56:13 + [ -n refs/tags/v2.16.0 ]
12:56:13 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:13 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:13 From https://github.com/docker/buildx
12:56:13  * [new tag]         v0.10.2    -> v0.10.2
12:56:13 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
12:56:13 #5 DONE 0.3s
12:56:13 
12:56:13 #6 [internal] load metadata for docker.io/library/debian:bullseye
12:56:13 #6 DONE 0.3s
12:56:13 
12:56:13 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:13 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:13 #7 DONE 0.0s
12:56:13 
12:56:13 #8 [internal] load build context
12:56:13 mkdir -p sources
12:56:13 docker run --rm -w /v \
12:56:13 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:13 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:13 	alpine \
12:56:13 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:13 #10 12.92 Selecting previously unselected package libkrb5support0:arm64.
12:56:13 #10 12.92 Preparing to unpack .../02-libkrb5support0_1.20.1-1_arm64.deb ...
12:56:13 #10 12.93 Unpacking libkrb5support0:arm64 (1.20.1-1) ...
12:56:13 #10 12.97 Selecting previously unselected package libk5crypto3:arm64.
12:56:13 #10 12.97 Preparing to unpack .../03-libk5crypto3_1.20.1-1_arm64.deb ...
12:56:13 #10 12.98 Unpacking libk5crypto3:arm64 (1.20.1-1) ...
12:56:13 #10 13.05 Selecting previously unselected package libkeyutils1:arm64.
12:56:13 #10 13.06 Preparing to unpack .../04-libkeyutils1_1.6.3-2_arm64.deb ...
12:56:13 #10 13.06 Unpacking libkeyutils1:arm64 (1.6.3-2) ...
12:56:13 #10 13.12 Selecting previously unselected package libkrb5-3:arm64.
12:56:13 #10 13.12 Preparing to unpack .../05-libkrb5-3_1.20.1-1_arm64.deb ...
12:56:13 #10 13.12 Unpacking libkrb5-3:arm64 (1.20.1-1) ...
12:56:13 #9 18.55   Installing       : enchant-1:1.6.0-30.el9.aarch64                      42/165 
12:56:13 #9 18.61   Installing       : python3-enchant-3.2.0-5.el9.noarch                  43/165 
12:56:13 #9 18.62   Installing       : ghc-srpm-macros-1.5.0-6.el9.noarch                  44/165 
12:56:13 #9 18.65   Installing       : emacs-filesystem-1:27.2-8.el9.noarch                45/165 
12:56:13 #9 18.66   Installing       : desktop-file-utils-0.26-6.el9.aarch64               46/165 
12:56:13 #9 18.66   Installing       : efi-srpm-macros-4-9.el9.noarch                      47/165 
12:56:13 #9 18.73   Installing       : dwz-0.14-3.el9.aarch64                              48/165 
12:56:13 #9 18.74   Installing       : checkpolicy-3.5-0.rc2.1.el9.aarch64                 49/165 
12:56:13 #9 18.75   Installing       : abattis-cantarell-fonts-0.301-4.el9.noarch          50/165 
12:56:13 #5 DONE 0.3s
12:56:13 
12:56:13 #6 [internal] load metadata for docker.io/library/ubuntu:bionic
12:56:13 #6 DONE 0.3s
12:56:13 
12:56:13 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:13 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:13 mkdir -p sources
12:56:13 docker run --rm -w /v \
12:56:13 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:13 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:13 	alpine \
12:56:13 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:13 #8 sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5 4.19MB / 58.11MB 0.3s
12:56:13 #10 18.63 Preparing to unpack .../028-autopoint_0.19.8.1-9_all.deb ...
12:56:13 #10 18.65 Unpacking autopoint (0.19.8.1-9) ...
12:56:13 #10 18.75 Selecting previously unselected package binutils-common:arm64.
12:56:13 #10 18.75 Preparing to unpack .../029-binutils-common_2.31.1-16_arm64.deb ...
12:56:13 #10 18.76 Unpacking binutils-common:arm64 (2.31.1-16) ...
12:56:13 #17 DONE 4.6s
12:56:13 
12:56:13 #18 [build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
12:56:13 #18 DONE 0.0s
12:56:13 
12:56:13 #19 [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"
12:56:13 mkdir -p rpmbuild/SOURCES
12:56:13 docker run --rm -w /v \
12:56:13 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:13 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:13 	alpine \
12:56:13 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:13 mkdir -p rpmbuild/SOURCES
12:56:13 docker run --rm -w /v \
12:56:13 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:13 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:13 	alpine \
12:56:13 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:13 From https://github.com/docker/compose
12:56:13  * [new tag]         v2.16.0    -> v2.16.0
12:56:13 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:56:13 git init src/github.com/docker/scan-cli-plugin
12:56:13 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:56:13 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:56:13 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:56:13 + SRC=src/github.com/docker/scan-cli-plugin
12:56:13 + REF=v0.23.0
12:56:13 + REF_FETCH=v0.23.0
12:56:13 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:56:13 + awk {print $2}
12:56:13 git init src/github.com/docker/compose
12:56:13 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
12:56:13 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:56:13 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
12:56:13 + SRC=src/github.com/docker/compose
12:56:13 + REF=v2.16.0
12:56:13 + REF_FETCH=v2.16.0
12:56:13 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
12:56:13 + awk {print $2}
12:56:13 mkdir -p rpmbuild/SOURCES
12:56:13 docker run --rm -w /v \
12:56:13 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:13 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:13 	alpine \
12:56:13 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:13 mkdir -p sources
12:56:13 docker run --rm -w /v \
12:56:13 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:13 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:13 	alpine \
12:56:13 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:13 #10 13.19 Selecting previously unselected package libgssapi-krb5-2:arm64.
12:56:13 #10 13.20 Preparing to unpack .../06-libgssapi-krb5-2_1.20.1-1_arm64.deb ...
12:56:13 #10 13.21 Unpacking libgssapi-krb5-2:arm64 (1.20.1-1) ...
12:56:13 #10 13.31 Selecting previously unselected package libtirpc-common.
12:56:13 #10 13.31 Preparing to unpack .../07-libtirpc-common_1.3.3+ds-1_all.deb ...
12:56:13 #10 13.31 Unpacking libtirpc-common (1.3.3+ds-1) ...
12:56:13 #10 13.35 Selecting previously unselected package libtirpc3:arm64.
12:56:13 #10 13.35 Preparing to unpack .../08-libtirpc3_1.3.3+ds-1_arm64.deb ...
12:56:13 #10 13.36 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ...
12:56:13 #10 13.40 Selecting previously unselected package libnsl2:arm64.
12:56:13 #10 13.41 Preparing to unpack .../09-libnsl2_1.3.0-2_arm64.deb ...
12:56:13 #10 13.41 Unpacking libnsl2:arm64 (1.3.0-2) ...
12:56:13 #10 13.45 Selecting previously unselected package readline-common.
12:56:13 #10 13.45 Preparing to unpack .../10-readline-common_8.2-1.3_all.deb ...
12:56:13 #10 13.46 Unpacking readline-common (8.2-1.3) ...
12:56:13 #10 13.51 Selecting previously unselected package libreadline8:arm64.
12:56:13 #10 13.51 Preparing to unpack .../11-libreadline8_8.2-1.3_arm64.deb ...
12:56:13 #9 18.79   Installing       : zstd-1.5.1-2.el9.aarch64                            51/165 
12:56:13 #9 18.80   Installing       : vim-filesystem-2:8.2.2637-16.el9.noarch             52/165 
12:56:13 #9 18.85   Installing       : tcl-1:8.6.10-7.el9.aarch64                          53/165 
12:56:13 #9 18.90   Installing       : shared-mime-info-2.1-5.el9.aarch64                  54/165 
12:56:13 #9 18.96   Running scriptlet: shared-mime-info-2.1-5.el9.aarch64                  54/165 
12:56:13 #9 18.97   Installing       : python3-six-1.15.0-9.el9.noarch                     55/165 
12:56:13 #9 18.99   Installing       : python3-dateutil-1:2.8.1-6.el9.noarch               56/165 
12:56:13 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:13 #7 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
12:56:13 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:13 #7 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
12:56:13 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 3.15MB / 49.24MB 0.1s
12:56:13 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 3.15MB / 7.73MB 0.1s
12:56:13 #8 sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5 15.73MB / 58.11MB 0.5s
12:56:13 + REF=refs/tags/v0.23.0
12:56:13 + [ -n refs/tags/v0.23.0 ]
12:56:13 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:13 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:13 == Building packages for ubuntu-kinetic ==
12:56:13 mkdir -p "debbuild/ubuntu-kinetic"
12:56:13 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-kinetic/aarch64 -f ubuntu-kinetic/Dockerfile .
12:56:13 #1 [internal] load build definition from Dockerfile
12:56:13 #1 transferring dockerfile: 1.21kB done
12:56:13 #1 DONE 0.0s
12:56:13 
12:56:13 #2 [internal] load .dockerignore
12:56:13 #2 transferring context: 2B done
12:56:13 #2 DONE 0.1s
12:56:13 
12:56:13 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
12:56:13 #3 DONE 0.0s
12:56:13 
12:56:13 #4 [auth] library/golang:pull token for registry-1.docker.io
12:56:13 #4 DONE 0.0s
12:56:13 
12:56:13 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:14 + REF=refs/tags/v2.16.0
12:56:14 + [ -n refs/tags/v2.16.0 ]
12:56:14 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:14 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
12:56:14 mkdir -p rpmbuild/SOURCES
12:56:14 docker run --rm -w /v \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:14 	alpine \
12:56:14 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:14 mkdir -p sources
12:56:14 docker run --rm -w /v \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:14 	alpine \
12:56:14 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:14 #10 13.52 Unpacking libreadline8:arm64 (8.2-1.3) ...
12:56:14 #10 13.56 Selecting previously unselected package libsqlite3-0:arm64.
12:56:14 #10 13.56 Preparing to unpack .../12-libsqlite3-0_3.40.1-1_arm64.deb ...
12:56:14 #10 13.57 Unpacking libsqlite3-0:arm64 (3.40.1-1) ...
12:56:14 #10 13.67 Selecting previously unselected package libpython3.11-stdlib:arm64.
12:56:14 #10 13.67 Preparing to unpack .../13-libpython3.11-stdlib_3.11.1-2_arm64.deb ...
12:56:14 #10 13.68 Unpacking libpython3.11-stdlib:arm64 (3.11.1-2) ...
12:56:14 #9 19.04   Installing       : python3-dnf-plugins-core-4.3.0-4.el9.noarch         57/165 
12:56:14 #9 19.07   Installing       : publicsuffix-list-dafsa-20210518-3.el9.noarch       58/165 
12:56:14 #9 19.08   Installing       : libpsl-0.21.1-5.el9.aarch64                         59/165 
12:56:14 #9 19.09   Installing       : pkgconf-m4-1.7.3-10.el9.noarch                      60/165 
12:56:14 #9 19.19   Installing       : openssl-1:3.0.7-2.el9.aarch64                       61/165 
12:56:14 #9 19.23   Installing       : ncurses-6.2-8.20210508.el9.aarch64                  62/165 
12:56:14 #9 19.24   Installing       : perl-Digest-1.19-4.el9.noarch                       63/165 
12:56:14 #9 19.27   Installing       : perl-Digest-MD5-2.58-4.el9.aarch64                  64/165 
12:56:14 #9 19.28   Installing       : perl-B-1.80-480.el9.aarch64                         65/165 
12:56:14 #9 19.29   Installing       : perl-FileHandle-2.03-480.el9.noarch                 66/165 
12:56:14 #17 ...
12:56:14 
12:56:14 #18 [internal] load build context
12:56:14 #18 transferring context: 38.14MB 2.8s done
12:56:14 #18 DONE 3.0s
12:56:14 
12:56:14 #17 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1
12:56:14 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 122.71MB / 122.71MB 2.9s done
12:56:14 #17 extracting sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3
12:56:14 #7 ...
12:56:14 
12:56:14 #8 [internal] load build context
12:56:14 #8 transferring context: 30.38MB 0.3s done
12:56:14 #8 DONE 0.3s
12:56:14 
12:56:14 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 14.68MB / 49.24MB 0.2s
12:56:14 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.2s
12:56:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 35.65MB / 49.24MB 0.4s
12:56:14 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.2s done
12:56:14 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.3s done
12:56:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 0B / 52.19MB 0.4s
12:56:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 45.09MB / 49.24MB 0.5s
12:56:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 12.58MB / 52.19MB 0.5s
12:56:14 #8 sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5 23.07MB / 58.11MB 0.7s
12:56:14 #8 sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5 39.85MB / 58.11MB 0.9s
12:56:14 #10 19.30 Selecting previously unselected package libbinutils:arm64.
12:56:14 #10 19.31 Preparing to unpack .../030-libbinutils_2.31.1-16_arm64.deb ...
12:56:14 #10 19.31 Unpacking libbinutils:arm64 (2.31.1-16) ...
12:56:14 #10 19.39 Selecting previously unselected package binutils-aarch64-linux-gnu.
12:56:14 #10 19.39 Preparing to unpack .../031-binutils-aarch64-linux-gnu_2.31.1-16_arm64.deb ...
12:56:14 #10 19.39 Unpacking binutils-aarch64-linux-gnu (2.31.1-16) ...
12:56:14 mkdir -p rpmbuild/SOURCES
12:56:14 docker run --rm -w /v \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:14 	alpine \
12:56:14 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:14 #5 DONE 0.3s
12:56:14 
12:56:14 #6 [internal] load metadata for docker.io/library/ubuntu:kinetic
12:56:14 #6 DONE 0.3s
12:56:14 
12:56:14 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:14 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:14 From https://github.com/docker/scan-cli-plugin
12:56:14  * [new tag]         v0.23.0    -> v0.23.0
12:56:14 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:14 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-jammy
12:56:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:56:14 mkdir -p sources
12:56:14 docker run --rm -w /v \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:14 	alpine \
12:56:14 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:14 Unable to find image 'alpine:latest' locally
12:56:14 mkdir -p sources
12:56:14 docker run --rm -w /v \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:14 	alpine \
12:56:14 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:14 From https://github.com/docker/compose
12:56:14  * [new tag]         v2.16.0    -> v2.16.0
12:56:14 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
12:56:14 git init src/github.com/docker/scan-cli-plugin
12:56:14 mkdir -p rpmbuild/SOURCES
12:56:14 docker run --rm -w /v \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:14 	alpine \
12:56:14 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:14 #10 13.89 Selecting previously unselected package python3.11.
12:56:14 #10 13.89 Preparing to unpack .../14-python3.11_3.11.1-2_arm64.deb ...
12:56:14 #10 13.93 Unpacking python3.11 (3.11.1-2) ...
12:56:14 #10 14.07 Selecting previously unselected package libpython3-stdlib:arm64.
12:56:14 #9 19.32   Installing       : perl-AutoLoader-5.74-480.el9.noarch                 67/165 
12:56:14 #9 19.32   Installing       : perl-Data-Dumper-2.174-462.el9.aarch64              68/165 
12:56:14 #9 19.33   Installing       : perl-libnet-3.13-4.el9.noarch                       69/165 
12:56:14 #9 19.36   Installing       : perl-base-2.27-480.el9.noarch                       70/165 
12:56:14 #9 19.38   Installing       : perl-URI-5.09-3.el9.noarch                          71/165 
12:56:14 #9 19.44   Installing       : perl-Net-SSLeay-1.92-2.el9.aarch64                  72/165 
12:56:14 #9 19.49   Installing       : perl-Mozilla-CA-20200520-6.el9.noarch               73/165 
12:56:14 #9 19.50   Installing       : perl-if-0.60.800-480.el9.noarch                     74/165 
12:56:14 #9 19.51   Installing       : perl-IO-Socket-IP-0.41-5.el9.noarch                 75/165 
12:56:14 #9 19.55   Installing       : perl-Time-Local-2:1.300-7.el9.noarch                76/165 
12:56:14 #9 19.55   Installing       : perl-File-Path-2.18-4.el9.noarch                    77/165 
12:56:14 #9 19.57   Installing       : perl-IO-Socket-SSL-2.073-1.el9.noarch               78/165 
12:56:14 #9 19.60   Installing       : perl-Pod-Escapes-1:1.07-460.el9.noarch              79/165 
12:56:14 #9 19.61   Installing       : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch        80/165 
12:56:14 #9 19.64   Installing       : perl-Class-Struct-0.66-480.el9.noarch               81/165 
12:56:14 #9 19.65   Installing       : perl-POSIX-1.94-480.el9.aarch64                     82/165 
12:56:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
12:56:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 22.02MB / 52.19MB 0.6s
12:56:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 0B / 62.71MB 0.6s
12:56:14 #8 sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5 50.33MB / 58.11MB 1.0s
12:56:14 #8 sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5 58.11MB / 58.11MB 1.1s
12:56:14 #10 19.64 Selecting previously unselected package binutils.
12:56:14 #10 19.64 Preparing to unpack .../032-binutils_2.31.1-16_arm64.deb ...
12:56:14 #10 19.65 Unpacking binutils (2.31.1-16) ...
12:56:14 #10 19.69 Selecting previously unselected package libc-dev-bin.
12:56:14 #10 19.70 Preparing to unpack .../033-libc-dev-bin_2.28-10+deb10u2_arm64.deb ...
12:56:14 #10 19.70 Unpacking libc-dev-bin (2.28-10+deb10u2) ...
12:56:14 #10 19.74 Selecting previously unselected package linux-libc-dev:arm64.
12:56:14 mkdir -p sources
12:56:14 docker run --rm -w /v \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:14 	alpine \
12:56:14 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:14 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:14 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:14 #7 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
12:56:14 #7 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
12:56:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 0B / 49.24MB 0.1s
12:56:14 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0B / 7.73MB 0.1s
12:56:14 latest: Pulling from library/alpine
12:56:14 8921db27df28: Pulling fs layer
12:56:14 8921db27df28: Verifying Checksum
12:56:14 8921db27df28: Download complete
12:56:14 mkdir -p sources
12:56:14 docker run --rm -w /v \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:14 	alpine \
12:56:14 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:14 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
12:56:14 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:56:14 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
12:56:14 + SRC=src/github.com/docker/scan-cli-plugin
12:56:14 + REF=v0.23.0
12:56:14 + REF_FETCH=v0.23.0
12:56:14 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
12:56:14 + awk {print $2}
12:56:14 + REF=refs/tags/v0.23.0
12:56:14 + [ -n refs/tags/v0.23.0 ]
12:56:14 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:14 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
12:56:14 mkdir -p rpmbuild/SOURCES
12:56:14 docker run --rm -w /v \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:14 	alpine \
12:56:14 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:14 #19 0.843 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
12:56:14 #9 19.65   Installing       : perl-Term-ANSIColor-5.01-461.el9.noarch             83/165 
12:56:14 #9 19.68   Installing       : perl-IPC-Open3-1.21-480.el9.noarch                  84/165 
12:56:14 #9 19.69   Installing       : perl-subs-1.03-480.el9.noarch                       85/165 
12:56:14 #9 19.70   Installing       : perl-File-Temp-1:0.231.100-4.el9.noarch             86/165 
12:56:14 #9 19.72   Installing       : perl-HTTP-Tiny-0.076-460.el9.noarch                 87/165 
12:56:14 #9 19.73   Installing       : perl-Term-Cap-1.17-460.el9.noarch                   88/165 
12:56:14 #9 19.75   Installing       : perl-Pod-Simple-1:3.42-4.el9.noarch                 89/165 
12:56:14 #9 19.80   Installing       : perl-Socket-4:2.031-4.el9.aarch64                   90/165 
12:56:14 #9 19.80   Installing       : perl-SelectSaver-1.02-480.el9.noarch                91/165 
12:56:14 #9 19.81   Installing       : perl-Symbol-1.08-480.el9.noarch                     92/165 
12:56:14 #9 19.86   Installing       : perl-File-stat-1.09-480.el9.noarch                  93/165 
12:56:14 #9 19.87   Installing       : perl-podlators-1:4.14-460.el9.noarch                94/165 
12:56:14 #9 19.88   Installing       : perl-Pod-Perldoc-3.28.01-461.el9.noarch             95/165 
12:56:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 43.11MB / 52.19MB 0.8s
12:56:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 17.83MB / 62.71MB 0.8s
12:56:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 8.39MB / 115.17MB 0.8s
12:56:14 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3
12:56:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 50.33MB / 52.19MB 0.9s
12:56:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 28.31MB / 62.71MB 0.9s
12:56:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 17.14MB / 115.17MB 0.9s
12:56:14 #10 14.07 Preparing to unpack .../15-libpython3-stdlib_3.11.1-3_arm64.deb ...
12:56:14 #10 14.08 Unpacking libpython3-stdlib:arm64 (3.11.1-3) ...
12:56:14 #10 14.15 Setting up python3-minimal (3.11.1-3) ...
12:56:14 #10 24.82 Selecting previously unselected package libfakeroot:arm64.
12:56:14 #10 24.82 Preparing to unpack .../089-libfakeroot_1.25.3-1.1_arm64.deb ...
12:56:14 #10 24.82 Unpacking libfakeroot:arm64 (1.25.3-1.1) ...
12:56:14 #10 24.85 Selecting previously unselected package fakeroot.
12:56:14 #10 24.86 Preparing to unpack .../090-fakeroot_1.25.3-1.1_arm64.deb ...
12:56:14 #10 24.86 Unpacking fakeroot (1.25.3-1.1) ...
12:56:14 #10 24.90 Selecting previously unselected package libassuan0:arm64.
12:56:14 #10 19.74 Preparing to unpack .../034-linux-libc-dev_4.19.269-1_arm64.deb ...
12:56:14 #10 19.74 Unpacking linux-libc-dev:arm64 (4.19.269-1) ...
12:56:14 #10 19.88 Selecting previously unselected package libc6-dev:arm64.
12:56:14 #10 19.89 Preparing to unpack .../035-libc6-dev_2.28-10+deb10u2_arm64.deb ...
12:56:14 #10 19.89 Unpacking libc6-dev:arm64 (2.28-10+deb10u2) ...
12:56:14 #7 ...
12:56:14 
12:56:14 #8 [internal] load build context
12:56:14 #8 transferring context: 30.38MB 0.3s done
12:56:14 #8 DONE 0.3s
12:56:14 
12:56:14 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 10.49MB / 49.24MB 0.2s
12:56:14 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.1s done
12:56:14 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0B / 10.00MB 0.2s
12:56:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 32.51MB / 49.24MB 0.4s
12:56:14 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.3s done
12:56:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 0B / 52.19MB 0.4s
12:56:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 41.94MB / 49.24MB 0.5s
12:56:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 14.68MB / 52.19MB 0.5s
12:56:14 8921db27df28: Pull complete
12:56:14 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:56:14 Status: Downloaded newer image for alpine:latest
12:56:14 mkdir -p rpmbuild/SOURCES
12:56:14 docker run --rm -w /v \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:14 	alpine \
12:56:14 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:14 #9 19.92   Installing       : perl-Fcntl-1.13-480.el9.aarch64                     96/165 
12:56:14 #9 19.93   Installing       : perl-Text-ParseWords-3.30-460.el9.noarch            97/165 
12:56:14 #9 19.93   Installing       : perl-mro-1.23-480.el9.aarch64                       98/165 
12:56:14 #9 19.96   Installing       : perl-IO-1.43-480.el9.aarch64                        99/165 
12:56:14 #9 19.97   Installing       : perl-overloading-0.02-480.el9.noarch               100/165 
12:56:14 #9 20.03   Installing       : perl-Pod-Usage-4:2.01-4.el9.noarch                 101/165 
12:56:14 #9 20.04   Installing       : perl-Errno-1.30-480.el9.aarch64                    102/165 
12:56:14 #9 20.04   Installing       : perl-File-Basename-2.85-480.el9.noarch             103/165 
12:56:14 #9 20.05   Installing       : perl-Getopt-Std-1.12-480.el9.noarch                104/165 
12:56:14 #9 20.08   Installing       : perl-MIME-Base64-3.16-4.el9.aarch64                105/165 
12:56:14 #9 20.08   Installing       : perl-Scalar-List-Utils-4:1.56-461.el9.aarch64      106/165 
12:56:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 37.75MB / 62.71MB 1.0s
12:56:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 27.26MB / 115.17MB 1.0s
12:56:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.0s done
12:56:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 47.45MB / 62.71MB 1.1s
12:56:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 37.75MB / 115.17MB 1.1s
12:56:14 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.1s done
12:56:14 #10 14.43 Selecting previously unselected package python3.
12:56:14 #10 14.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 ... 8860 files and directories currently installed.)
12:56:14 #10 14.43 Preparing to unpack .../python3_3.11.1-3_arm64.deb ...
12:56:14 #10 14.44 Unpacking python3 (3.11.1-3) ...
12:56:14 #8 transferring context: 30.42MB 1.4s done
12:56:14 #10 24.90 Preparing to unpack .../091-libassuan0_2.5.3-7.1_arm64.deb ...
12:56:14 #10 24.90 Unpacking libassuan0:arm64 (2.5.3-7.1) ...
12:56:14 #10 24.93 Selecting previously unselected package gpgconf.
12:56:14 #10 24.93 Preparing to unpack .../092-gpgconf_2.2.27-2+deb11u2_arm64.deb ...
12:56:14 #10 24.94 Unpacking gpgconf (2.2.27-2+deb11u2) ...
12:56:14 #10 24.99 Selecting previously unselected package libksba8:arm64.
12:56:14 #10 24.99 Preparing to unpack .../093-libksba8_1.5.0-3+deb11u2_arm64.deb ...
12:56:14 #10 24.99 Unpacking libksba8:arm64 (1.5.0-3+deb11u2) ...
12:56:14 #10 25.03 Selecting previously unselected package libnpth0:arm64.
12:56:14 #10 25.03 Preparing to unpack .../094-libnpth0_1.6-3_arm64.deb ...
12:56:14 #10 25.04 Unpacking libnpth0:arm64 (1.6-3) ...
12:56:14 #10 25.07 Selecting previously unselected package dirmngr.
12:56:14 #10 25.08 Preparing to unpack .../095-dirmngr_2.2.27-2+deb11u2_arm64.deb ...
12:56:14 #10 25.09 Unpacking dirmngr (2.2.27-2+deb11u2) ...
12:56:14 #10 25.15 Selecting previously unselected package gnupg-l10n.
12:56:14 #8 sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5 58.11MB / 58.11MB 1.4s done
12:56:14 #8 extracting sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5
12:56:15 #10 20.15 Selecting previously unselected package libisl19:arm64.
12:56:15 #10 20.15 Preparing to unpack .../036-libisl19_0.20-2_arm64.deb ...
12:56:15 #10 20.15 Unpacking libisl19:arm64 (0.20-2) ...
12:56:15 #10 20.23 Selecting previously unselected package libmpfr6:arm64.
12:56:15 #10 20.24 Preparing to unpack .../037-libmpfr6_4.0.2-1_arm64.deb ...
12:56:15 #10 20.24 Unpacking libmpfr6:arm64 (4.0.2-1) ...
12:56:15 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s
12:56:15 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 25.17MB / 52.19MB 0.6s
12:56:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 2.25MB / 62.71MB 0.6s
12:56:15 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
12:56:15 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 34.60MB / 52.19MB 0.7s
12:56:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 12.58MB / 62.71MB 0.7s
12:56:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 1.05MB / 115.17MB 0.7s
12:56:15 == Building packages for fedora-37 ==
12:56:15 mkdir -p "rpmbuild/fedora-37"
12:56:15 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-fedora-37/aarch64 -f fedora-37/Dockerfile .
12:56:15 From https://github.com/docker/scan-cli-plugin
12:56:15  * [new tag]         v0.23.0    -> v0.23.0
12:56:15 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
12:56:15 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 fedora-37
12:56:15 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:56:15 mkdir -p rpmbuild/SOURCES
12:56:15 docker run --rm -w /v \
12:56:15 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:15 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:15 	alpine \
12:56:15 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:15 Unable to find image 'alpine:latest' locally
12:56:15 latest: Pulling from library/alpine
12:56:15 mkdir -p sources
12:56:15 docker run --rm -w /v \
12:56:15 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:15 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:15 	alpine \
12:56:15 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:15 #19 1.572 go: downloading github.com/akavel/rsrc v0.10.2
12:56:15 #9 20.14   Installing       : perl-constant-1.33-461.el9.noarch                  107/165 
12:56:15 #9 20.14   Installing       : perl-Storable-1:3.21-460.el9.aarch64               108/165 
12:56:15 #9 20.15   Installing       : perl-overload-1.31-480.el9.noarch                  109/165 
12:56:15 #9 20.22   Installing       : perl-parent-1:0.238-460.el9.noarch                 110/165 
12:56:15 #9 20.22   Installing       : perl-vars-1.05-480.el9.noarch                      111/165 
12:56:15 #9 20.23   Installing       : perl-Getopt-Long-1:2.52-4.el9.noarch               112/165 
12:56:15 #9 20.27   Installing       : perl-Carp-1.50-460.el9.noarch                      113/165 
12:56:15 #9 20.27   Installing       : perl-Exporter-5.74-461.el9.noarch                  114/165 
12:56:15 #9 20.28   Installing       : perl-NDBM_File-1.15-480.el9.aarch64                115/165 
12:56:15 #9 20.32   Installing       : perl-PathTools-3.78-461.el9.aarch64                116/165 
12:56:15 == Building packages for centos-9 ==
12:56:15 mkdir -p "rpmbuild/centos-9"
12:56:15 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-centos-9/x86_64 -f centos-9/Dockerfile .
12:56:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 54.82MB / 62.71MB 1.2s
12:56:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 47.19MB / 115.17MB 1.2s
12:56:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.3s
12:56:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 57.23MB / 115.17MB 1.3s
12:56:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.3s done
12:56:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 67.11MB / 115.17MB 1.4s
12:56:15 mkdir -p sources
12:56:15 docker run --rm -w /v \
12:56:15 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:15 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:15 	alpine \
12:56:15 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:15 #10 14.54 Selecting previously unselected package adduser.
12:56:15 #10 14.54 Preparing to unpack .../archives/adduser_3.130_all.deb ...
12:56:15 #10 14.55 Unpacking adduser (3.130) ...
12:56:15 #10 14.68 Setting up adduser (3.130) ...
12:56:15 #8 DONE 1.4s
12:56:15 
12:56:15 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:15 #7 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
12:56:15 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 1.0s done
12:56:15 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.2s done
12:56:15 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:15 #7 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
12:56:15 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.5s done
12:56:15 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.3s
12:56:15 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 18.05MB / 68.85MB 1.4s
12:56:15 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 0.2s
12:56:15 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.4s done
12:56:15 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 30.41MB / 68.85MB 1.6s
12:56:15 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 11.53MB / 148.95MB 1.6s
12:56:15 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.4s done
12:56:15 #10 25.15 Preparing to unpack .../096-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
12:56:15 #10 25.16 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
12:56:15 #10 25.25 Selecting previously unselected package gnupg-utils.
12:56:15 #10 25.26 Preparing to unpack .../097-gnupg-utils_2.2.27-2+deb11u2_arm64.deb ...
12:56:15 #10 25.26 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
12:56:15 #10 25.32 Selecting previously unselected package gpg.
12:56:15 #10 25.32 Preparing to unpack .../098-gpg_2.2.27-2+deb11u2_arm64.deb ...
12:56:15 #10 25.33 Unpacking gpg (2.2.27-2+deb11u2) ...
12:56:15 #10 25.40 Selecting previously unselected package pinentry-curses.
12:56:15 #10 20.30 Selecting previously unselected package libmpc3:arm64.
12:56:15 #10 20.30 Preparing to unpack .../038-libmpc3_1.1.0-1_arm64.deb ...
12:56:15 #10 20.30 Unpacking libmpc3:arm64 (1.1.0-1) ...
12:56:15 #10 20.34 Selecting previously unselected package cpp-8.
12:56:15 #10 20.34 Preparing to unpack .../039-cpp-8_8.3.0-6_arm64.deb ...
12:56:15 #10 20.35 Unpacking cpp-8 (8.3.0-6) ...
12:56:15 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 42.99MB / 52.19MB 0.8s
12:56:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 16.78MB / 62.71MB 0.8s
12:56:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 12.58MB / 115.17MB 0.8s
12:56:15 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3
12:56:15 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 0.9s done
12:56:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 36.70MB / 62.71MB 1.0s
12:56:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 32.51MB / 115.17MB 1.0s
12:56:15 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 0B / 155B 1.0s
12:56:15 #1 [internal] load .dockerignore
12:56:15 #1 transferring context: 2B done
12:56:15 #1 DONE 0.0s
12:56:15 
12:56:15 #2 [internal] load build definition from Dockerfile
12:56:15 #2 transferring dockerfile: 853B done
12:56:15 #2 DONE 0.1s
12:56:15 
12:56:15 #3 [auth] library/fedora:pull token for registry-1.docker.io
12:56:15 #3 DONE 0.0s
12:56:15 
12:56:15 #4 [auth] library/golang:pull token for registry-1.docker.io
12:56:15 #4 DONE 0.0s
12:56:15 
12:56:15 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:15 8921db27df28: Pulling fs layer
12:56:15 8921db27df28: Verifying Checksum
12:56:15 8921db27df28: Download complete
12:56:15 #9 20.37   Installing       : perl-Encode-4:3.08-462.el9.aarch64                 117/165 
12:56:15 #9 20.51   Installing       : perl-libs-4:5.32.1-480.el9.aarch64                 118/165 
12:56:15 #9 20.57   Installing       : perl-interpreter-4:5.32.1-480.el9.aarch64          119/165 
12:56:15 #9 20.57   Installing       : kernel-srpm-macros-1.0-11.el9.noarch               120/165 
12:56:15 #9 20.58   Installing       : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch           121/165 
12:56:15 mkdir -p sources
12:56:15 docker run --rm -w /v \
12:56:15 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:15 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:15 	alpine \
12:56:15 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:15 #1 [internal] load .dockerignore
12:56:15 #1 transferring context: 2B done
12:56:15 #1 DONE 0.1s
12:56:15 
12:56:15 #2 [internal] load build definition from Dockerfile
12:56:15 #2 transferring dockerfile: 1.26kB done
12:56:15 #2 DONE 0.1s
12:56:15 
12:56:15 #3 [auth] library/golang:pull token for registry-1.docker.io
12:56:15 #3 DONE 0.0s
12:56:15 
12:56:15 #4 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 87.03MB / 115.17MB 1.6s
12:56:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 96.47MB / 115.17MB 1.7s
12:56:15 == Building packages for ubuntu-kinetic ==
12:56:15 mkdir -p "debbuild/ubuntu-kinetic"
12:56:15 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-kinetic/x86_64 -f ubuntu-kinetic/Dockerfile .
12:56:15 #10 14.79 Selecting previously unselected package less.
12:56:15 #10 14.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 ... 8941 files and directories currently installed.)
12:56:15 #10 14.80 Preparing to unpack .../000-less_590-1.1_arm64.deb ...
12:56:15 #10 14.82 Unpacking less (590-1.1) ...
12:56:15 #10 14.95 Selecting previously unselected package netbase.
12:56:15 #10 14.95 Preparing to unpack .../001-netbase_6.4_all.deb ...
12:56:15 #10 14.96 Unpacking netbase (6.4) ...
12:56:15 #10 14.99 Selecting previously unselected package sensible-utils.
12:56:15 #10 14.99 Preparing to unpack .../002-sensible-utils_0.0.17+nmu1_all.deb ...
12:56:15 #10 14.99 Unpacking sensible-utils (0.0.17+nmu1) ...
12:56:15 #10 15.03 Selecting previously unselected package bzip2.
12:56:15 #10 15.03 Preparing to unpack .../003-bzip2_1.0.8-5+b1_arm64.deb ...
12:56:15 #10 15.04 Unpacking bzip2 (1.0.8-5+b1) ...
12:56:15 #10 15.08 Selecting previously unselected package openssl.
12:56:15 == Building packages for fedora-36 ==
12:56:15 mkdir -p "rpmbuild/fedora-36"
12:56:15 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-fedora-36/x86_64 -f fedora-36/Dockerfile .
12:56:15 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 36.07MB / 68.85MB 1.7s
12:56:15 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 19.92MB / 148.95MB 1.7s
12:56:15 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 40.89MB / 68.85MB 1.8s
12:56:15 == Building packages for debian-buster ==
12:56:15 mkdir -p "debbuild/debian-buster"
12:56:15 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/x86_64 -f debian-buster/Dockerfile .
12:56:15 #1 [internal] load build definition from Dockerfile
12:56:15 #1 transferring dockerfile: 911B done
12:56:15 #1 DONE 0.1s
12:56:15 
12:56:15 #2 [internal] load .dockerignore
12:56:15 #2 transferring context: 2B done
12:56:15 #2 DONE 0.1s
12:56:15 
12:56:15 #3 [auth] library/golang:pull token for registry-1.docker.io
12:56:15 #3 DONE 0.0s
12:56:15 
12:56:15 #4 [auth] library/debian:pull token for registry-1.docker.io
12:56:15 #4 DONE 0.0s
12:56:15 
12:56:15 #5 [internal] load metadata for docker.io/library/debian:buster
12:56:15 #10 25.40 Preparing to unpack .../099-pinentry-curses_1.1.0-4_arm64.deb ...
12:56:15 #10 25.40 Unpacking pinentry-curses (1.1.0-4) ...
12:56:15 #10 25.44 Selecting previously unselected package gpg-agent.
12:56:15 #10 25.44 Preparing to unpack .../100-gpg-agent_2.2.27-2+deb11u2_arm64.deb ...
12:56:15 #10 25.45 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
12:56:15 #10 25.50 Selecting previously unselected package gpg-wks-client.
12:56:15 #10 25.50 Preparing to unpack .../101-gpg-wks-client_2.2.27-2+deb11u2_arm64.deb ...
12:56:15 #10 25.50 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
12:56:15 #10 25.57 Selecting previously unselected package gpg-wks-server.
12:56:15 #10 25.58 Preparing to unpack .../102-gpg-wks-server_2.2.27-2+deb11u2_arm64.deb ...
12:56:15 #10 25.58 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
12:56:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 49.28MB / 62.71MB 1.1s
12:56:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 41.86MB / 115.17MB 1.1s
12:56:15 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.0s done
12:56:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 54.53MB / 62.71MB 1.2s
12:56:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 53.48MB / 115.17MB 1.2s
12:56:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.3s
12:56:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 63.96MB / 115.17MB 1.3s
12:56:15 #5 DONE 0.3s
12:56:15 
12:56:15 #6 [internal] load metadata for docker.io/library/fedora:37
12:56:15 #6 DONE 0.3s
12:56:15 8921db27df28: Pull complete
12:56:15 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:56:15 Status: Downloaded newer image for alpine:latest
12:56:15 == Building packages for centos-8 ==
12:56:15 mkdir -p "rpmbuild/centos-8"
12:56:15 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-centos-8/x86_64 -f centos-8/Dockerfile .
12:56:15 #9 20.64   Installing       : go-srpm-macros-3.0.9-9.el9.noarch                  122/165 
12:56:15 #9 20.64   Installing       : python-srpm-macros-3.9-52.el9.noarch               123/165 
12:56:15 #9 20.65   Installing       : redhat-rpm-config-197-1.el9.noarch                 124/165 
12:56:15 #9 20.71   Running scriptlet: libutempter-1.2.1-6.el9.aarch64                    125/165 
12:56:15 #9 20.77   Installing       : libutempter-1.2.1-6.el9.aarch64                    125/165 
12:56:15 #9 20.79   Installing       : libselinux-utils-3.5-0.rc2.1.el9.aarch64           126/165 
12:56:15 #9 20.83   Installing       : libpng-2:1.6.37-12.el9.aarch64                     127/165 
12:56:15 #4 DONE 0.3s
12:56:15 
12:56:15 #5 [internal] load metadata for quay.io/centos/centos:stream9
12:56:15 #5 DONE 0.3s
12:56:15 
12:56:15 #6 [internal] load build context
12:56:15 #6 transferring context: 14.99kB done
12:56:15 #6 DONE 0.0s
12:56:15 
12:56:15 #7 [stage-1 1/8] FROM quay.io/centos/centos:stream9@sha256:0c192d18e6c8fa2515351757354c939d968d1f18bde3ca3a5ccc1d2d00038ff7
12:56:15 #7 resolve quay.io/centos/centos:stream9@sha256:0c192d18e6c8fa2515351757354c939d968d1f18bde3ca3a5ccc1d2d00038ff7 0.0s done
12:56:15 #7 sha256:11aff08538f27c5adc21a036055d1a3e6b0b2ac09950455c06125faf80f8426a 1.16kB / 1.16kB done
12:56:15 #7 sha256:38fb86e1a5f8ed159b5f78103af148dac5e6c069ea50b548a2c29d4af710171f 4.19MB / 57.90MB 0.1s
12:56:15 #7 sha256:0c192d18e6c8fa2515351757354c939d968d1f18bde3ca3a5ccc1d2d00038ff7 858B / 858B done
12:56:15 #7 sha256:45b5137697e01a7a7aaea1cd3f5d56262e37e60ef8b8c819371dd5988670e216 350B / 350B done
12:56:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 106.95MB / 115.17MB 1.8s
12:56:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 1.9s
12:56:15 #1 [internal] load build definition from Dockerfile
12:56:15 #1 transferring dockerfile: 1.21kB done
12:56:15 #1 DONE 0.0s
12:56:15 
12:56:15 #2 [internal] load .dockerignore
12:56:15 #2 transferring context: 2B done
12:56:15 #2 DONE 0.0s
12:56:15 
12:56:15 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
12:56:15 #3 DONE 0.0s
12:56:15 
12:56:15 #4 [auth] library/golang:pull token for registry-1.docker.io
12:56:15 #4 DONE 0.0s
12:56:15 
12:56:15 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:15 #1 [internal] load build definition from Dockerfile
12:56:15 #1 transferring dockerfile: 853B done
12:56:15 #1 DONE 0.0s
12:56:15 
12:56:15 #2 [internal] load .dockerignore
12:56:15 #2 transferring context: 2B done
12:56:15 #2 DONE 0.0s
12:56:15 
12:56:15 #3 [auth] library/golang:pull token for registry-1.docker.io
12:56:15 #3 DONE 0.0s
12:56:15 
12:56:15 #4 [auth] library/fedora:pull token for registry-1.docker.io
12:56:15 #4 DONE 0.0s
12:56:15 
12:56:15 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:15 #5 DONE 0.2s
12:56:15 
12:56:15 #6 [internal] load metadata for docker.io/library/fedora:36
12:56:15 #10 15.08 Preparing to unpack .../004-openssl_3.0.7-2_arm64.deb ...
12:56:15 #10 15.08 Unpacking openssl (3.0.7-2) ...
12:56:15 #10 15.22 Selecting previously unselected package ca-certificates.
12:56:15 #10 15.22 Preparing to unpack .../005-ca-certificates_20211016_all.deb ...
12:56:15 #10 15.23 Unpacking ca-certificates (20211016) ...
12:56:15 #10 15.29 Selecting previously unselected package libmagic-mgc.
12:56:15 #10 15.29 Preparing to unpack .../006-libmagic-mgc_1%3a5.44-3_arm64.deb ...
12:56:15 #10 15.29 Unpacking libmagic-mgc (1:5.44-3) ...
12:56:15 #10 15.37 Selecting previously unselected package libmagic1:arm64.
12:56:15 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 48.23MB / 68.85MB 1.9s
12:56:15 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 33.55MB / 148.95MB 1.9s
12:56:15 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 52.70MB / 68.85MB 2.0s
12:56:15 #5 DONE 0.3s
12:56:15 
12:56:15 #6 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:15 #6 DONE 0.3s
12:56:15 
12:56:15 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:15 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:15 #10 25.62 Selecting previously unselected package gpgsm.
12:56:15 #10 25.62 Preparing to unpack .../103-gpgsm_2.2.27-2+deb11u2_arm64.deb ...
12:56:15 #10 25.63 Unpacking gpgsm (2.2.27-2+deb11u2) ...
12:56:15 #10 25.69 Selecting previously unselected package gnupg.
12:56:15 #10 25.69 Preparing to unpack .../104-gnupg_2.2.27-2+deb11u2_all.deb ...
12:56:15 #10 25.69 Unpacking gnupg (2.2.27-2+deb11u2) ...
12:56:15 #10 25.76 Selecting previously unselected package libfile-dirlist-perl.
12:56:15 #10 25.78 Preparing to unpack .../105-libfile-dirlist-perl_0.05-2_all.deb ...
12:56:15 #10 25.78 Unpacking libfile-dirlist-perl (0.05-2) ...
12:56:15 #10 25.83 Selecting previously unselected package libfile-which-perl.
12:56:15 #10 25.83 Preparing to unpack .../106-libfile-which-perl_1.23-1_all.deb ...
12:56:15 #10 25.84 Unpacking libfile-which-perl (1.23-1) ...
12:56:15 #10 25.87 Selecting previously unselected package libfile-homedir-perl.
12:56:15 #10 25.87 Preparing to unpack .../107-libfile-homedir-perl_1.006-1_all.deb ...
12:56:15 #10 25.88 Unpacking libfile-homedir-perl (1.006-1) ...
12:56:15 #10 25.91 Selecting previously unselected package libfile-touch-perl.
12:56:15 #10 25.91 Preparing to unpack .../108-libfile-touch-perl_0.11-1_all.deb ...
12:56:15 #10 25.92 Unpacking libfile-touch-perl (0.11-1) ...
12:56:15 #10 25.95 Selecting previously unselected package libio-pty-perl.
12:56:15 #10 25.95 Preparing to unpack .../109-libio-pty-perl_1%3a1.15-2_arm64.deb ...
12:56:15 #10 25.95 Unpacking libio-pty-perl (1:1.15-2) ...
12:56:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.3s done
12:56:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 73.40MB / 115.17MB 1.4s
12:56:15 #10 20.93 Selecting previously unselected package cpp.
12:56:15 #10 20.93 Preparing to unpack .../040-cpp_4%3a8.3.0-1_arm64.deb ...
12:56:15 #10 20.93 Unpacking cpp (4:8.3.0-1) ...
12:56:15 #10 20.97 Selecting previously unselected package libcc1-0:arm64.
12:56:15 #10 20.97 Preparing to unpack .../041-libcc1-0_8.3.0-6_arm64.deb ...
12:56:15 #10 20.98 Unpacking libcc1-0:arm64 (8.3.0-6) ...
12:56:15 #10 21.02 Selecting previously unselected package libgomp1:arm64.
12:56:15 #10 21.02 Preparing to unpack .../042-libgomp1_8.3.0-6_arm64.deb ...
12:56:15 #10 21.03 Unpacking libgomp1:arm64 (8.3.0-6) ...
12:56:15 #10 21.06 Selecting previously unselected package libitm1:arm64.
12:56:15 #10 21.07 Preparing to unpack .../043-libitm1_8.3.0-6_arm64.deb ...
12:56:15 #10 21.07 Unpacking libitm1:arm64 (8.3.0-6) ...
12:56:15 #10 21.11 Selecting previously unselected package libatomic1:arm64.
12:56:15 #10 21.11 Preparing to unpack .../044-libatomic1_8.3.0-6_arm64.deb ...
12:56:15 #10 21.11 Unpacking libatomic1:arm64 (8.3.0-6) ...
12:56:15 #10 21.15 Selecting previously unselected package libasan5:arm64.
12:56:15 
12:56:15 #7 [internal] load build context
12:56:15 #7 transferring context: 14.99kB done
12:56:15 #7 DONE 0.0s
12:56:15 
12:56:15 #8 [stage-1 1/6] FROM docker.io/library/fedora:37@sha256:3487c98481d1bba7e769cf7bcecd6343c2d383fdd6bed34ec541b6b23ef07664
12:56:15 #8 resolve docker.io/library/fedora:37@sha256:3487c98481d1bba7e769cf7bcecd6343c2d383fdd6bed34ec541b6b23ef07664 0.0s done
12:56:15 #8 sha256:3487c98481d1bba7e769cf7bcecd6343c2d383fdd6bed34ec541b6b23ef07664 975B / 975B done
12:56:15 #8 sha256:c79287c2216a5e4597b8f2495b7c95ebe49d58f225cb1d254a34c0798647d6a6 529B / 529B done
12:56:15 #8 sha256:191f4272c9599b43c04cf6bb9f2dff1e36b139c2567b06a9f1f53efde55d57d4 2.00kB / 2.00kB done
12:56:15 #8 sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde 0B / 64.28MB 0.1s
12:56:15 #1 [internal] load .dockerignore
12:56:15 #1 transferring context: 2B done
12:56:15 #1 DONE 0.1s
12:56:15 
12:56:15 #2 [internal] load build definition from Dockerfile
12:56:15 #2 transferring dockerfile: 1.62kB done
12:56:15 #2 DONE 0.1s
12:56:15 
12:56:15 #3 [auth] library/golang:pull token for registry-1.docker.io
12:56:15 #3 DONE 0.0s
12:56:15 
12:56:15 #4 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:15 #9 20.84   Installing       : gdk-pixbuf2-2.42.6-3.el9.aarch64                   128/165 
12:56:15 #9 20.94   Installing       : libpkgconf-1.7.3-10.el9.aarch64                    129/165 
12:56:15 #9 21.01   Installing       : pkgconf-1.7.3-10.el9.aarch64                       130/165 
12:56:15 #9 21.02   Installing       : pkgconf-pkg-config-1.7.3-10.el9.aarch64            131/165 
12:56:15 #9 21.03   Installing       : libpipeline-1.5.3-4.el9.aarch64                    132/165 
12:56:15 #9 21.09   Running scriptlet: man-db-2.9.3-7.el9.aarch64                         133/165 
12:56:15 #7 sha256:38fb86e1a5f8ed159b5f78103af148dac5e6c069ea50b548a2c29d4af710171f 11.60MB / 57.90MB 0.2s
12:56:15 #7 sha256:38fb86e1a5f8ed159b5f78103af148dac5e6c069ea50b548a2c29d4af710171f 25.17MB / 57.90MB 0.3s
12:56:15 #7 sha256:38fb86e1a5f8ed159b5f78103af148dac5e6c069ea50b548a2c29d4af710171f 32.61MB / 57.90MB 0.4s
12:56:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.0s done
12:56:15 #5 DONE 0.2s
12:56:15 
12:56:15 #6 [internal] load metadata for docker.io/library/ubuntu:kinetic
12:56:15 #6 DONE 0.3s
12:56:15 
12:56:15 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:15 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:15 #6 DONE 0.3s
12:56:15 
12:56:15 #7 [internal] load build context
12:56:15 #7 transferring context: 14.99kB done
12:56:15 #7 DONE 0.0s
12:56:15 
12:56:15 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:15 #8 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:15 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 5.24MB / 50.45MB 0.1s
12:56:15 #8 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 1.05MB / 7.86MB 0.1s
12:56:15 #8 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:15 #8 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
12:56:15 #8 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
12:56:15 #10 15.37 Preparing to unpack .../007-libmagic1_1%3a5.44-3_arm64.deb ...
12:56:15 #10 15.38 Unpacking libmagic1:arm64 (1:5.44-3) ...
12:56:15 #10 15.41 Selecting previously unselected package file.
12:56:15 #10 15.42 Preparing to unpack .../008-file_1%3a5.44-3_arm64.deb ...
12:56:15 #10 15.42 Unpacking file (1:5.44-3) ...
12:56:15 #10 15.46 Selecting previously unselected package gettext-base.
12:56:15 #10 15.46 Preparing to unpack .../009-gettext-base_0.21-11_arm64.deb ...
12:56:15 #10 15.47 Unpacking gettext-base (0.21-11) ...
12:56:15 #10 15.52 Selecting previously unselected package libuchardet0:arm64.
12:56:15 #10 15.53 Preparing to unpack .../010-libuchardet0_0.0.7-1_arm64.deb ...
12:56:15 #10 15.53 Unpacking libuchardet0:arm64 (0.0.7-1) ...
12:56:15 #10 15.56 Selecting previously unselected package groff-base.
12:56:15 #10 15.57 Preparing to unpack .../011-groff-base_1.22.4-9_arm64.deb ...
12:56:15 #10 15.57 Unpacking groff-base (1.22.4-9) ...
12:56:15 #10 15.67 Selecting previously unselected package krb5-locales.
12:56:15 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 59.99MB / 68.85MB 2.1s
12:56:15 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 46.14MB / 148.95MB 2.1s
12:56:15 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 67.80MB / 68.85MB 2.2s
12:56:15 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 54.53MB / 148.95MB 2.2s
12:56:15 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:15 #7 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
12:56:15 #7 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
12:56:15 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.19MB / 50.45MB 0.1s
12:56:15 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:15 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 2.10MB / 7.86MB 0.1s
12:56:15 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 1.05MB / 10.00MB 0.1s
12:56:16 #10 25.99 Selecting previously unselected package libipc-run-perl.
12:56:16 #10 26.00 Preparing to unpack .../110-libipc-run-perl_20200505.0-1_all.deb ...
12:56:16 #10 26.01 Unpacking libipc-run-perl (20200505.0-1) ...
12:56:16 #10 26.06 Selecting previously unselected package libclass-method-modifiers-perl.
12:56:16 #10 26.06 Preparing to unpack .../111-libclass-method-modifiers-perl_2.13-1_all.deb ...
12:56:16 #10 26.07 Unpacking libclass-method-modifiers-perl (2.13-1) ...
12:56:16 #10 26.10 Selecting previously unselected package libb-hooks-op-check-perl.
12:56:16 #10 26.10 Preparing to unpack .../112-libb-hooks-op-check-perl_0.22-1+b3_arm64.deb ...
12:56:16 #10 26.11 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
12:56:16 #10 26.14 Selecting previously unselected package libdynaloader-functions-perl.
12:56:16 #10 26.14 Preparing to unpack .../113-libdynaloader-functions-perl_0.003-1.1_all.deb ...
12:56:16 #10 26.14 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
12:56:16 #10 26.17 Selecting previously unselected package libdevel-callchecker-perl.
12:56:16 #10 26.17 Preparing to unpack .../114-libdevel-callchecker-perl_0.008-1+b2_arm64.deb ...
12:56:16 #10 26.18 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
12:56:16 #10 26.20 Selecting previously unselected package libparams-classify-perl.
12:56:16 mkdir -p sources
12:56:16 docker run --rm -w /v \
12:56:16 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:16 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:16 	alpine \
12:56:16 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:16 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 83.89MB / 115.17MB 1.5s
12:56:16 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 90.18MB / 115.17MB 1.6s
12:56:16 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 103.81MB / 115.17MB 1.7s
12:56:16 #10 21.16 Preparing to unpack .../045-libasan5_8.3.0-6_arm64.deb ...
12:56:16 #10 21.16 Unpacking libasan5:arm64 (8.3.0-6) ...
12:56:16 #10 21.23 Selecting previously unselected package liblsan0:arm64.
12:56:16 #10 21.23 Preparing to unpack .../046-liblsan0_8.3.0-6_arm64.deb ...
12:56:16 #10 21.24 Unpacking liblsan0:arm64 (8.3.0-6) ...
12:56:16 #10 21.29 Selecting previously unselected package libtsan0:arm64.
12:56:16 #10 21.29 Preparing to unpack .../047-libtsan0_8.3.0-6_arm64.deb ...
12:56:16 #10 21.29 Unpacking libtsan0:arm64 (8.3.0-6) ...
12:56:16 #10 21.36 Selecting previously unselected package libubsan1:arm64.
12:56:16 #10 21.36 Preparing to unpack .../048-libubsan1_8.3.0-6_arm64.deb ...
12:56:16 #10 21.36 Unpacking libubsan1:arm64 (8.3.0-6) ...
12:56:16 #10 21.40 Selecting previously unselected package libgcc-8-dev:arm64.
12:56:16 #8 sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde 4.19MB / 64.28MB 0.3s
12:56:16 == Building packages for debian-bookworm ==
12:56:16 mkdir -p "debbuild/debian-bookworm"
12:56:16 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-debian-bookworm/x86_64 -f debian-bookworm/Dockerfile .
12:56:16 mkdir -p sources
12:56:16 docker run --rm -w /v \
12:56:16 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:16 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:16 	alpine \
12:56:16 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:16 #4 DONE 0.3s
12:56:16 
12:56:16 #5 [internal] load metadata for quay.io/centos/centos:stream8
12:56:16 #5 DONE 0.4s
12:56:16 
12:56:16 #6 [internal] load build context
12:56:16 #6 transferring context: 14.99kB done
12:56:16 #6 DONE 0.0s
12:56:16 
12:56:16 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:16 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:16 == Building packages for centos-7 ==
12:56:16 mkdir -p "rpmbuild/centos-7"
12:56:16 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-centos-7/x86_64 -f centos-7/Dockerfile .
12:56:16 #7 sha256:38fb86e1a5f8ed159b5f78103af148dac5e6c069ea50b548a2c29d4af710171f 45.09MB / 57.90MB 0.5s
12:56:16 #9 21.13   Installing       : man-db-2.9.3-7.el9.aarch64                         133/165 
12:56:16 #9 21.18   Running scriptlet: man-db-2.9.3-7.el9.aarch64                         133/165 
12:56:16 #9 21.21   Installing       : environment-modules-5.0.1-2.el9.aarch64            134/165 
12:56:16 #9 21.24   Running scriptlet: environment-modules-5.0.1-2.el9.aarch64            134/165 
12:56:16 #7 ...
12:56:16 
12:56:16 #9 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf
12:56:16 #9 resolve docker.io/library/ubuntu:bionic@sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf 0.0s done
12:56:16 #9 sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf 1.33kB / 1.33kB done
12:56:16 #9 sha256:369d14bd01c8ad4c81698d2f4605509a9985da47b51206c612ebb49191c0eddd 424B / 424B done
12:56:16 #9 sha256:b2b37ee8ce31e197fba06b7de0b4b07a6fe33e5921918be8d7e1de7b8f25893b 2.31kB / 2.31kB done
12:56:16 #9 sha256:c2a5dda1e2b0d861ec46a9c576c4fd4d667c56aa4b1cac9cd8c16e629dd11b28 22.71MB / 22.71MB 0.6s done
12:56:16 #9 extracting sha256:c2a5dda1e2b0d861ec46a9c576c4fd4d667c56aa4b1cac9cd8c16e629dd11b28 1.5s done
12:56:16 #9 DONE 2.3s
12:56:16 
12:56:16 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:16 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:16 #7 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
12:56:16 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 0B / 50.45MB 0.1s
12:56:16 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 4.19MB / 7.86MB 0.1s
12:56:16 #7 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
12:56:16 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 7.44MB / 50.45MB 0.2s
12:56:16 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.2s
12:56:16 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 23.07MB / 50.45MB 0.3s
12:56:16 #8 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.2s done
12:56:16 #8 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0B / 10.00MB 0.3s
12:56:16 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 34.41MB / 50.45MB 0.4s
12:56:16 #8 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 7.34MB / 10.00MB 0.4s
12:56:16 #10 15.67 Preparing to unpack .../012-krb5-locales_1.20.1-1_all.deb ...
12:56:16 #10 15.68 Unpacking krb5-locales (1.20.1-1) ...
12:56:16 #10 15.71 Selecting previously unselected package bsdextrautils.
12:56:16 #10 15.72 Preparing to unpack .../013-bsdextrautils_2.38.1-4_arm64.deb ...
12:56:16 #10 15.72 Unpacking bsdextrautils (2.38.1-4) ...
12:56:16 #10 15.76 Selecting previously unselected package libpipeline1:arm64.
12:56:16 #10 15.77 Preparing to unpack .../014-libpipeline1_1.5.7-1_arm64.deb ...
12:56:16 #10 15.77 Unpacking libpipeline1:arm64 (1.5.7-1) ...
12:56:16 #10 15.82 Selecting previously unselected package man-db.
12:56:16 #10 15.82 Preparing to unpack .../015-man-db_2.11.2-1_arm64.deb ...
12:56:16 #10 15.83 Unpacking man-db (2.11.2-1) ...
12:56:16 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 2.3s done
12:56:16 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 71.09MB / 148.95MB 2.4s
12:56:16 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 80.74MB / 148.95MB 2.5s
12:56:16 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 92.27MB / 148.95MB 2.6s
12:56:16 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 14.68MB / 50.45MB 0.2s
12:56:16 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.34MB / 7.86MB 0.2s
12:56:16 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.2s
12:56:16 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 29.36MB / 50.45MB 0.4s
12:56:16 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.3s done
12:56:16 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.2s done
12:56:16 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 7.58MB / 51.87MB 0.4s
12:56:16 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 4.26MB / 68.85MB 0.4s
12:56:16 #10 26.21 Preparing to unpack .../115-libparams-classify-perl_0.015-1+b3_arm64.deb ...
12:56:16 #10 26.21 Unpacking libparams-classify-perl (0.015-1+b3) ...
12:56:16 #10 26.24 Selecting previously unselected package libmodule-runtime-perl.
12:56:16 #10 26.24 Preparing to unpack .../116-libmodule-runtime-perl_0.016-1_all.deb ...
12:56:16 #10 26.24 Unpacking libmodule-runtime-perl (0.016-1) ...
12:56:16 #10 26.27 Selecting previously unselected package libimport-into-perl.
12:56:16 #10 26.28 Preparing to unpack .../117-libimport-into-perl_1.002005-1_all.deb ...
12:56:16 #10 26.28 Unpacking libimport-into-perl (1.002005-1) ...
12:56:16 #10 26.30 Selecting previously unselected package librole-tiny-perl.
12:56:16 #10 26.31 Preparing to unpack .../118-librole-tiny-perl_2.002004-1_all.deb ...
12:56:16 #10 26.31 Unpacking librole-tiny-perl (2.002004-1) ...
12:56:16 #10 26.34 Selecting previously unselected package libstrictures-perl.
12:56:16 #10 26.34 Preparing to unpack .../119-libstrictures-perl_2.000006-1_all.deb ...
12:56:16 #10 26.34 Unpacking libstrictures-perl (2.000006-1) ...
12:56:16 #10 26.40 Selecting previously unselected package libsub-quote-perl.
12:56:16 #10 26.40 Preparing to unpack .../120-libsub-quote-perl_2.006006-1_all.deb ...
12:56:16 #10 26.41 Unpacking libsub-quote-perl (2.006006-1) ...
12:56:16 #10 26.44 Selecting previously unselected package libmoo-perl.
12:56:16 #10 26.45 Preparing to unpack .../121-libmoo-perl_2.004004-1_all.deb ...
12:56:16 #10 26.45 Unpacking libmoo-perl (2.004004-1) ...
12:56:16 #10 26.50 Selecting previously unselected package libencode-locale-perl.
12:56:16 #10 26.50 Preparing to unpack .../122-libencode-locale-perl_1.05-1.1_all.deb ...
12:56:16 #10 26.51 Unpacking libencode-locale-perl (1.05-1.1) ...
12:56:16 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 113.97MB / 115.17MB 1.8s
12:56:16 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 1.9s done
12:56:16 == Building packages for ubuntu-focal ==
12:56:16 mkdir -p "debbuild/ubuntu-focal"
12:56:16 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/aarch64 -f ubuntu-focal/Dockerfile .
12:56:16 #10 21.40 Preparing to unpack .../049-libgcc-8-dev_8.3.0-6_arm64.deb ...
12:56:16 #10 21.41 Unpacking libgcc-8-dev:arm64 (8.3.0-6) ...
12:56:16 #10 21.53 Selecting previously unselected package gcc-8.
12:56:16 #10 21.53 Preparing to unpack .../050-gcc-8_8.3.0-6_arm64.deb ...
12:56:16 #10 21.54 Unpacking gcc-8 (8.3.0-6) ...
12:56:16 #8 sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde 17.83MB / 64.28MB 0.5s
12:56:16 #8 sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde 32.51MB / 64.28MB 0.7s
12:56:16 #1 [internal] load build definition from Dockerfile
12:56:16 #1 transferring dockerfile: 913B done
12:56:16 #1 DONE 0.0s
12:56:16 
12:56:16 #2 [internal] load .dockerignore
12:56:16 #2 transferring context: 2B done
12:56:16 #2 DONE 0.0s
12:56:16 
12:56:16 #3 [auth] library/debian:pull token for registry-1.docker.io
12:56:16 #3 DONE 0.0s
12:56:16 
12:56:16 #4 [auth] library/golang:pull token for registry-1.docker.io
12:56:16 #4 DONE 0.0s
12:56:16 
12:56:16 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:16 mkdir -p sources
12:56:16 docker run --rm -w /v \
12:56:16 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:16 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:16 	alpine \
12:56:16 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:16 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:16 #7 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
12:56:16 #7 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
12:56:16 #1 [internal] load build definition from Dockerfile
12:56:16 #1 transferring dockerfile: 1.12kB done
12:56:16 #1 DONE 0.0s
12:56:16 
12:56:16 #2 [internal] load .dockerignore
12:56:16 #2 transferring context: 2B done
12:56:16 #2 DONE 0.0s
12:56:16 
12:56:16 #3 [auth] library/centos:pull token for registry-1.docker.io
12:56:16 #3 DONE 0.0s
12:56:16 
12:56:16 #4 [auth] library/golang:pull token for registry-1.docker.io
12:56:16 #4 DONE 0.0s
12:56:16 
12:56:16 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:16 #7 sha256:38fb86e1a5f8ed159b5f78103af148dac5e6c069ea50b548a2c29d4af710171f 56.62MB / 57.90MB 0.6s
12:56:16 #7 sha256:38fb86e1a5f8ed159b5f78103af148dac5e6c069ea50b548a2c29d4af710171f 57.90MB / 57.90MB 0.7s done
12:56:16 #9 21.26   Installing       : scl-utils-1:2.0.3-4.el9.aarch64                    135/165 
12:56:16 #9 21.43   Installing       : libicu-67.1-9.el9.aarch64                          136/165 
12:56:16 #9 21.53   Installing       : webkit2gtk3-jsc-2.38.4-1.el9.aarch64               137/165 
12:56:16 #9 21.54   Installing       : libproxy-webkitgtk4-0.4.15-35.el9.aarch64          138/165 
12:56:16 #9 21.59   Installing       : libfdisk-2.37.4-9.el9.aarch64                      139/165 
12:56:16 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 46.14MB / 50.45MB 0.5s
12:56:16 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 13.63MB / 50.45MB 0.3s
12:56:16 #8 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 9.44MB / 10.00MB 0.5s
12:56:16 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.6s done
12:56:16 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 23.07MB / 50.45MB 0.4s
12:56:16 #8 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.6s done
12:56:16 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.3s done
12:56:16 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 3.15MB / 68.85MB 0.7s
12:56:16 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 5.24MB / 51.87MB 0.7s
12:56:16 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0B / 10.00MB 0.4s
12:56:16 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 29.36MB / 50.45MB 0.5s
12:56:16 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 3.15MB / 10.00MB 0.5s
12:56:16 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 0B / 51.87MB 0.5s
12:56:16 #10 15.96 Selecting previously unselected package manpages.
12:56:16 #10 15.96 Preparing to unpack .../016-manpages_6.02-1_all.deb ...
12:56:16 #10 15.96 Unpacking manpages (6.02-1) ...
12:56:16 #10 16.07 Selecting previously unselected package libbsd0:arm64.
12:56:16 #10 16.07 Preparing to unpack .../017-libbsd0_0.11.7-2_arm64.deb ...
12:56:16 #10 16.07 Unpacking libbsd0:arm64 (0.11.7-2) ...
12:56:16 #10 16.12 Selecting previously unselected package libedit2:arm64.
12:56:16 #10 16.12 Preparing to unpack .../018-libedit2_3.1-20221030-2_arm64.deb ...
12:56:16 #10 16.13 Unpacking libedit2:arm64 (3.1-20221030-2) ...
12:56:16 #10 16.17 Selecting previously unselected package libcbor0.8:arm64.
12:56:16 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 103.81MB / 148.95MB 2.7s
12:56:16 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 14.68MB / 51.87MB 0.5s
12:56:16 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 10.49MB / 68.85MB 0.5s
12:56:16 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 22.02MB / 51.87MB 0.6s
12:56:16 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 14.68MB / 68.85MB 0.6s
12:56:16 #10 26.54 Selecting previously unselected package libtimedate-perl.
12:56:16 #10 26.54 Preparing to unpack .../123-libtimedate-perl_2.3300-2_all.deb ...
12:56:16 #10 26.54 Unpacking libtimedate-perl (2.3300-2) ...
12:56:16 #10 26.58 Selecting previously unselected package libhttp-date-perl.
12:56:16 #10 26.58 Preparing to unpack .../124-libhttp-date-perl_6.05-1_all.deb ...
12:56:16 #10 26.58 Unpacking libhttp-date-perl (6.05-1) ...
12:56:16 #10 26.61 Selecting previously unselected package libfile-listing-perl.
12:56:16 #10 26.61 Preparing to unpack .../125-libfile-listing-perl_6.14-1_all.deb ...
12:56:16 #10 26.61 Unpacking libfile-listing-perl (6.14-1) ...
12:56:16 #10 26.64 Selecting previously unselected package libhtml-tagset-perl.
12:56:16 #10 26.64 Preparing to unpack .../126-libhtml-tagset-perl_3.20-4_all.deb ...
12:56:16 #10 26.65 Unpacking libhtml-tagset-perl (3.20-4) ...
12:56:16 #10 26.67 Selecting previously unselected package liburi-perl.
12:56:16 #10 26.68 Preparing to unpack .../127-liburi-perl_5.08-1_all.deb ...
12:56:16 #10 26.68 Unpacking liburi-perl (5.08-1) ...
12:56:16 #10 26.71 Selecting previously unselected package libhtml-parser-perl.
12:56:16 #19 DONE 2.6s
12:56:16 
12:56:16 #20 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
12:56:16 #0 0.661 + apk  --root / add --no-cache musl-dev gcc
12:56:16 #0 0.664 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
12:56:16 #0 1.769 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
12:56:16 #0 2.077 (1/9) Installing binutils (2.38-r3)
12:56:16 #0 2.192 (2/9) Installing libgomp (11.2.1_git20220219-r2)
12:56:16 #0 2.198 (3/9) Installing libatomic (11.2.1_git20220219-r2)
12:56:16 #0 2.219 (4/9) Installing gmp (6.2.1-r2)
12:56:16 #0 2.226 (5/9) Installing isl22 (0.22-r0)
12:56:16 #0 2.250 (6/9) Installing mpfr4 (4.1.0-r0)
12:56:16 #0 2.283 (7/9) Installing mpc1 (1.2.1-r0)
12:56:16 #0 2.287 (8/9) Installing gcc (11.2.1_git20220219-r2)
12:56:16 #1 [internal] load .dockerignore
12:56:16 #1 transferring context: 2B done
12:56:16 #1 DONE 0.1s
12:56:16 
12:56:16 #2 [internal] load build definition from Dockerfile
12:56:16 #2 transferring dockerfile: 1.21kB done
12:56:16 #2 DONE 0.1s
12:56:16 
12:56:16 #3 [auth] library/golang:pull token for registry-1.docker.io
12:56:16 #3 DONE 0.0s
12:56:16 
12:56:16 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
12:56:16 #4 DONE 0.0s
12:56:16 
12:56:16 #5 [internal] load metadata for docker.io/library/ubuntu:focal
12:56:16 #8 sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde 50.33MB / 64.28MB 0.9s
12:56:16 #5 DONE 0.3s
12:56:16 
12:56:16 #6 [internal] load metadata for docker.io/library/debian:bookworm
12:56:16 #6 DONE 0.3s
12:56:16 
12:56:16 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:16 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:16 #7 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
12:56:16 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.19MB / 50.45MB 0.1s
12:56:16 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0B / 7.86MB 0.1s
12:56:16 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:16 #7 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
12:56:16 #5 DONE 0.3s
12:56:16 
12:56:16 #6 [internal] load metadata for docker.io/library/centos:7
12:56:16 #6 DONE 0.4s
12:56:16 
12:56:16 #7 [internal] load build context
12:56:16 #7 transferring context: 14.99kB done
12:56:16 #7 DONE 0.0s
12:56:16 
12:56:16 #8 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4
12:56:16 #8 resolve docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 0.0s done
12:56:16 #8 sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 1.20kB / 1.20kB done
12:56:16 #8 sha256:dead07b4d8ed7e29e98de0f4504d87e8880d4347859d839686a31da35a3b532f 529B / 529B done
12:56:16 #8 sha256:eeb6ee3f44bd0b5103bb561b4c16bcb82328cfe5809ab675bb17ab3a16c517c9 2.75kB / 2.75kB done
12:56:16 #8 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 4.19MB / 76.10MB 0.1s
12:56:16 #7 extracting sha256:38fb86e1a5f8ed159b5f78103af148dac5e6c069ea50b548a2c29d4af710171f 0.1s
12:56:16 #9 21.60   Installing       : libeconf-0.4.1-2.el9.aarch64                       140/165 
12:56:16 #9 21.74   Installing       : libdb-5.3.28-53.el9.aarch64                        141/165 
12:56:16 #9 21.79   Installing       : pam-1.5.1-14.el9.aarch64                           142/165 
12:56:16 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 45.09MB / 50.45MB 0.7s
12:56:16 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.7s done
12:56:16 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 5.24MB / 51.87MB 0.7s
12:56:16 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 0B / 68.85MB 0.7s
12:56:16 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.8s
12:56:16 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 12.58MB / 51.87MB 0.8s
12:56:16 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 5.38MB / 68.85MB 0.8s
12:56:16 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 9.44MB / 68.85MB 0.8s
12:56:16 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 11.53MB / 51.87MB 0.8s
12:56:16 #8 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb
12:56:16 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 19.92MB / 68.85MB 0.9s
12:56:16 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 17.83MB / 51.87MB 0.9s
12:56:16 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 123.74MB / 148.95MB 3.0s
12:56:16 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 134.22MB / 148.95MB 3.1s
12:56:16 #10 16.17 Preparing to unpack .../019-libcbor0.8_0.8.0-2+b1_arm64.deb ...
12:56:16 #10 16.17 Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ...
12:56:16 #10 16.21 Selecting previously unselected package libfido2-1:arm64.
12:56:16 #10 16.21 Preparing to unpack .../020-libfido2-1_1.12.0-2_arm64.deb ...
12:56:16 #10 16.22 Unpacking libfido2-1:arm64 (1.12.0-2) ...
12:56:16 #10 16.26 Selecting previously unselected package openssh-client.
12:56:16 #10 16.26 Preparing to unpack .../021-openssh-client_1%3a9.1p1-2_arm64.deb ...
12:56:16 #10 16.27 Unpacking openssh-client (1:9.1p1-2) ...
12:56:16 #10 16.39 Selecting previously unselected package ucf.
12:56:16 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.7s
12:56:16 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 33.55MB / 51.87MB 0.8s
12:56:16 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 29.36MB / 68.85MB 0.8s
12:56:16 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 0B / 148.95MB 0.8s
12:56:16 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 39.85MB / 51.87MB 0.9s
12:56:16 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 35.65MB / 68.85MB 0.9s
12:56:16 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 48.25MB / 51.87MB 1.0s
12:56:16 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 42.99MB / 68.85MB 1.0s
12:56:16 #20 3.254 (9/9) Installing musl-dev (1.2.3-r2)
12:56:16 #20 3.323 Executing busybox-1.35.0-r17.trigger
12:56:16 #10 26.71 Preparing to unpack .../128-libhtml-parser-perl_3.75-1+b1_arm64.deb ...
12:56:16 #10 26.72 Unpacking libhtml-parser-perl (3.75-1+b1) ...
12:56:16 #10 26.75 Selecting previously unselected package libhtml-tree-perl.
12:56:16 #10 26.75 Preparing to unpack .../129-libhtml-tree-perl_5.07-2_all.deb ...
12:56:16 #10 26.76 Unpacking libhtml-tree-perl (5.07-2) ...
12:56:16 #10 26.80 Selecting previously unselected package libio-html-perl.
12:56:16 #10 26.80 Preparing to unpack .../130-libio-html-perl_1.004-2_all.deb ...
12:56:16 #10 26.81 Unpacking libio-html-perl (1.004-2) ...
12:56:16 #10 26.83 Selecting previously unselected package liblwp-mediatypes-perl.
12:56:16 #10 26.83 Preparing to unpack .../131-liblwp-mediatypes-perl_6.04-1_all.deb ...
12:56:16 #10 26.84 Unpacking liblwp-mediatypes-perl (6.04-1) ...
12:56:16 #10 26.87 Selecting previously unselected package libhttp-message-perl.
12:56:16 #10 26.87 Preparing to unpack .../132-libhttp-message-perl_6.28-1_all.deb ...
12:56:16 #10 26.87 Unpacking libhttp-message-perl (6.28-1) ...
12:56:16 #10 26.90 Selecting previously unselected package libhttp-cookies-perl.
12:56:16 #10 26.91 Preparing to unpack .../133-libhttp-cookies-perl_6.10-1_all.deb ...
12:56:16 #10 26.91 Unpacking libhttp-cookies-perl (6.10-1) ...
12:56:16 #10 26.94 Selecting previously unselected package libhttp-negotiate-perl.
12:56:16 #5 ...
12:56:16 
12:56:16 #6 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:16 #6 DONE 0.3s
12:56:16 
12:56:16 #5 [internal] load metadata for docker.io/library/ubuntu:focal
12:56:16 #5 DONE 0.3s
12:56:16 
12:56:16 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:16 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:16 #8 sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde 61.87MB / 64.28MB 1.1s
12:56:16 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 15.16MB / 50.45MB 0.2s
12:56:16 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 5.24MB / 7.86MB 0.2s
12:56:16 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 20.97MB / 50.45MB 0.3s
12:56:16 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.3s
12:56:16 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 26.33MB / 50.45MB 0.4s
12:56:16 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.4s done
12:56:16 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0B / 10.00MB 0.4s
12:56:16 mkdir -p sources
12:56:16 docker run --rm -w /v \
12:56:16 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:16 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:16 	alpine \
12:56:16 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:16 #8 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 8.39MB / 76.10MB 0.2s
12:56:16 #8 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 23.07MB / 76.10MB 0.3s
12:56:16 #8 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 36.70MB / 76.10MB 0.4s
12:56:16 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.19MB / 50.45MB 0.7s
12:56:16 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 11.53MB / 50.45MB 0.8s
12:56:16 #9 21.86   Installing       : libpwquality-1.4.4-8.el9.aarch64                   143/165 
12:56:16 #9 21.98   Installing       : util-linux-2.37.4-9.el9.aarch64                    144/165 
12:56:16 #9 21.98 warning: /etc/adjtime created as /etc/adjtime.rpmnew
12:56:16 #9 21.98 
12:56:16 #9 22.06   Installing       : policycoreutils-3.5-0.rc2.1.el9.aarch64            145/165 
12:56:16 #9 22.10   Running scriptlet: policycoreutils-3.5-0.rc2.1.el9.aarch64            145/165 
12:56:16 #9 22.15   Installing       : python3-policycoreutils-3.5-0.rc2.1.el9.noarch     146/165 
12:56:17 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 142.61MB / 148.95MB 3.2s
12:56:17 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.8s done
12:56:17 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 17.83MB / 51.87MB 0.9s
12:56:17 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 10.49MB / 68.85MB 0.9s
12:56:17 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 0B / 148.95MB 0.9s
12:56:17 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 22.59MB / 51.87MB 1.0s
12:56:17 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb
12:56:17 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 27.26MB / 68.85MB 1.0s
12:56:17 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 24.12MB / 51.87MB 1.0s
12:56:17 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 35.65MB / 68.85MB 1.1s
12:56:17 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 32.51MB / 51.87MB 1.1s
12:56:17 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.1s
12:56:17 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 48.23MB / 68.85MB 1.1s
12:56:17 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 8.39MB / 148.95MB 1.1s
12:56:17 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.1s done
12:56:17 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 57.78MB / 68.85MB 1.2s
12:56:17 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 17.83MB / 148.95MB 1.2s
12:56:17 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 0B / 155B 1.2s
12:56:17 #10 16.39 Preparing to unpack .../022-ucf_3.0043+nmu1_all.deb ...
12:56:17 #10 16.40 Moving old data out of the way
12:56:17 #10 16.40 Unpacking ucf (3.0043+nmu1) ...
12:56:17 #10 16.44 Selecting previously unselected package xz-utils.
12:56:17 #10 16.44 Preparing to unpack .../023-xz-utils_5.4.1-0.1_arm64.deb ...
12:56:17 #10 16.44 Unpacking xz-utils (5.4.1-0.1) ...
12:56:17 #10 16.53 Selecting previously unselected package m4.
12:56:17 #10 16.54 Preparing to unpack .../024-m4_1.4.19-3_arm64.deb ...
12:56:17 #10 16.55 Unpacking m4 (1.4.19-3) ...
12:56:17 #10 16.61 Selecting previously unselected package autoconf.
12:56:17 #10 16.61 Preparing to unpack .../025-autoconf_2.71-3_all.deb ...
12:56:17 #10 16.62 Unpacking autoconf (2.71-3) ...
12:56:17 #20 3.329 OK: 424 MiB in 46 packages
12:56:17 #20 DONE 3.5s
12:56:17 
12:56:17 #21 [build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
12:56:17 #21 DONE 0.1s
12:56:17 
12:56:17 #22 [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
12:56:17 #10 26.94 Preparing to unpack .../134-libhttp-negotiate-perl_6.01-1_all.deb ...
12:56:17 #10 26.94 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:56:17 #10 26.97 Selecting previously unselected package perl-openssl-defaults:arm64.
12:56:17 #10 26.97 Preparing to unpack .../135-perl-openssl-defaults_5_arm64.deb ...
12:56:17 #10 26.97 Unpacking perl-openssl-defaults:arm64 (5) ...
12:56:17 #10 27.00 Selecting previously unselected package libnet-ssleay-perl.
12:56:17 #10 27.00 Preparing to unpack .../136-libnet-ssleay-perl_1.88-3+b1_arm64.deb ...
12:56:17 #10 27.01 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
12:56:17 #10 27.08 Selecting previously unselected package libio-socket-ssl-perl.
12:56:17 #10 27.08 Preparing to unpack .../137-libio-socket-ssl-perl_2.069-1_all.deb ...
12:56:17 #10 27.08 Unpacking libio-socket-ssl-perl (2.069-1) ...
12:56:17 #10 27.14 Selecting previously unselected package libnet-http-perl.
12:56:17 #10 27.14 Preparing to unpack .../138-libnet-http-perl_6.20-1_all.deb ...
12:56:17 #10 27.14 Unpacking libnet-http-perl (6.20-1) ...
12:56:17 #10 27.17 Selecting previously unselected package liblwp-protocol-https-perl.
12:56:17 #10 27.17 Preparing to unpack .../139-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:56:17 #10 27.18 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:56:17 #10 27.20 Selecting previously unselected package libtry-tiny-perl.
12:56:17 #10 27.21 Preparing to unpack .../140-libtry-tiny-perl_0.30-1_all.deb ...
12:56:17 #10 27.21 Unpacking libtry-tiny-perl (0.30-1) ...
12:56:17 #10 27.24 Selecting previously unselected package libwww-robotrules-perl.
12:56:17 #10 27.24 Preparing to unpack .../141-libwww-robotrules-perl_6.02-1_all.deb ...
12:56:17 #10 27.24 Unpacking libwww-robotrules-perl (6.02-1) ...
12:56:17 #10 27.27 Selecting previously unselected package libwww-perl.
12:56:17 #10 27.27 Preparing to unpack .../142-libwww-perl_6.52-1_all.deb ...
12:56:17 #10 27.27 Unpacking libwww-perl (6.52-1) ...
12:56:17 #10 27.31 Selecting previously unselected package patchutils.
12:56:17 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:17 #7 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
12:56:17 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 0B / 49.24MB 0.1s
12:56:17 #7 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
12:56:17 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 2.10MB / 7.73MB 0.1s
12:56:17 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 14.90MB / 49.24MB 0.2s
12:56:17 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.1s done
12:56:17 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 1.50MB / 10.00MB 0.2s
12:56:17 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 2.5s done
12:56:17 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.1s
12:56:17 #8 sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde 64.28MB / 64.28MB 1.2s done
12:56:17 #8 extracting sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde
12:56:17 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 33.55MB / 50.45MB 0.5s
12:56:17 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 3.15MB / 10.00MB 0.5s
12:56:17 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 39.85MB / 50.45MB 0.6s
12:56:17 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 8.39MB / 10.00MB 0.6s
12:56:17 #8 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 44.00MB / 76.10MB 0.5s
12:56:17 #8 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 53.48MB / 76.10MB 0.6s
12:56:17 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 23.07MB / 50.45MB 0.9s
12:56:17 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0B / 7.86MB 0.9s
12:56:17 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 35.44MB / 50.45MB 1.0s
12:56:17 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 2.10MB / 7.86MB 1.0s
12:56:17 #9 22.20   Installing       : policycoreutils-python-utils-3.5-0.rc2.1.el9.noa   147/165 
12:56:17 #9 22.26   Installing       : gcc-toolset-12-runtime-12.0-5.el9.aarch64          148/165 
12:56:17 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.5s done
12:56:17 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 50.33MB / 68.85MB 1.3s
12:56:17 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 46.14MB / 51.87MB 1.3s
12:56:17 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 27.26MB / 51.87MB 1.1s
12:56:17 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 15.73MB / 68.85MB 1.1s
12:56:17 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 8.39MB / 148.95MB 1.1s
12:56:17 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 41.94MB / 51.87MB 1.3s
12:56:17 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 22.02MB / 68.85MB 1.3s
12:56:17 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 24.12MB / 148.95MB 1.3s
12:56:17 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 62.15MB / 68.85MB 1.3s
12:56:17 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.2s done
12:56:17 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.4s
12:56:17 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 34.60MB / 148.95MB 1.4s
12:56:17 #10 16.73 Selecting previously unselected package autotools-dev.
12:56:17 #10 16.73 Preparing to unpack .../026-autotools-dev_20220109.1_all.deb ...
12:56:17 #10 16.73 Unpacking autotools-dev (20220109.1) ...
12:56:17 #10 16.79 Selecting previously unselected package automake.
12:56:17 #10 16.79 Preparing to unpack .../027-automake_1%3a1.16.5-1.3_all.deb ...
12:56:17 #10 16.79 Unpacking automake (1:1.16.5-1.3) ...
12:56:17 #10 22.16 Selecting previously unselected package gcc.
12:56:17 #10 22.16 Preparing to unpack .../051-gcc_4%3a8.3.0-1_arm64.deb ...
12:56:17 #10 22.17 Unpacking gcc (4:8.3.0-1) ...
12:56:17 #10 22.21 Selecting previously unselected package libstdc++-8-dev:arm64.
12:56:17 #10 22.21 Preparing to unpack .../052-libstdc++-8-dev_8.3.0-6_arm64.deb ...
12:56:17 #10 22.21 Unpacking libstdc++-8-dev:arm64 (8.3.0-6) ...
12:56:17 #10 22.43 Selecting previously unselected package g++-8.
12:56:17 #10 22.43 Preparing to unpack .../053-g++-8_8.3.0-6_arm64.deb ...
12:56:17 #10 22.43 Unpacking g++-8 (8.3.0-6) ...
12:56:17 mkdir -p sources
12:56:17 docker run --rm -w /v \
12:56:17 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:17 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:17 	alpine \
12:56:17 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:17 #10 27.31 Preparing to unpack .../143-patchutils_0.4.2-1_arm64.deb ...
12:56:17 #10 27.32 Unpacking patchutils (0.4.2-1) ...
12:56:17 #10 27.36 Selecting previously unselected package wdiff.
12:56:17 #10 27.36 Preparing to unpack .../144-wdiff_1.2.2-2+b1_arm64.deb ...
12:56:17 #10 27.36 Unpacking wdiff (1.2.2-2+b1) ...
12:56:17 #10 27.41 Selecting previously unselected package devscripts.
12:56:17 #10 27.42 Preparing to unpack .../145-devscripts_2.21.3+deb11u1_arm64.deb ...
12:56:17 #10 27.44 Unpacking devscripts (2.21.3+deb11u1) ...
12:56:17 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 35.65MB / 49.24MB 0.4s
12:56:17 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.3s done
12:56:17 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 6.66MB / 52.19MB 0.4s
12:56:17 #7 ...
12:56:17 
12:56:17 #8 [internal] load build context
12:56:17 #8 transferring context: 30.38MB 0.4s done
12:56:17 #8 DONE 0.5s
12:56:17 
12:56:17 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:17 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 45.09MB / 49.24MB 0.5s
12:56:17 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 10.49MB / 52.19MB 0.5s
12:56:17 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.2s done
12:56:17 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2
12:56:17 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.8s
12:56:17 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.7s done
12:56:17 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 0B / 51.87MB 0.8s
12:56:17 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 11.17MB / 51.87MB 0.9s
12:56:17 #12 8.566 CentOS Stream 8 - BaseOS                         24 MB/s |  21 MB     00:00    
12:56:17 #8 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 63.96MB / 76.10MB 0.7s
12:56:17 #8 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 76.10MB / 76.10MB 0.9s
12:56:17 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 1.2s
12:56:17 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 1.2s done
12:56:17 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 1.2s
12:56:17 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 0B / 51.87MB 1.2s
12:56:17 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 6.29MB / 51.87MB 1.3s
12:56:17 #9 22.32   Running scriptlet: gcc-toolset-12-runtime-12.0-5.el9.aarch64          148/165 
12:56:17 #9 22.53 ValueError: SELinux policy is not managed or store cannot be accessed.
12:56:17 #9 22.53 
12:56:17 #9 22.63   Installing       : gcc-toolset-12-binutils-2.38-16.el9.aarch64        149/165 
12:56:17 #9 22.66   Running scriptlet: gcc-toolset-12-binutils-2.38-16.el9.aarch64        149/165 
12:56:17 #7 ...
12:56:17 
12:56:17 #8 [internal] load build context
12:56:17 #8 transferring context: 30.42MB 1.6s done
12:56:17 #8 DONE 1.6s
12:56:17 
12:56:17 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:17 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.5s done
12:56:17 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 44.04MB / 148.95MB 1.5s
12:56:17 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 63.96MB / 148.95MB 1.7s
12:56:17 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 0.6s
12:56:17 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 48.23MB / 51.87MB 1.4s
12:56:17 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 61.68MB / 68.85MB 1.5s
12:56:17 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 32.51MB / 148.95MB 1.4s
12:56:17 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.4s done
12:56:17 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 6.29MB / 148.95MB 1.5s
12:56:17 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.6s done
12:56:17 #8 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 0B / 155B 1.5s
12:56:17 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.7s
12:56:17 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 39.85MB / 68.85MB 1.6s
12:56:17 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 18.87MB / 148.95MB 1.7s
12:56:17 #8 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.5s done
12:56:17 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 47.19MB / 148.95MB 1.6s
12:56:17 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 0B / 155B 1.6s
12:56:17 #10 16.90 Selecting previously unselected package autopoint.
12:56:17 #10 16.90 Preparing to unpack .../028-autopoint_0.21-11_all.deb ...
12:56:17 #10 16.91 Unpacking autopoint (0.21-11) ...
12:56:17 #10 16.96 Selecting previously unselected package binutils-common:arm64.
12:56:17 #10 16.96 Preparing to unpack .../029-binutils-common_2.40-2_arm64.deb ...
12:56:17 #10 16.98 Unpacking binutils-common:arm64 (2.40-2) ...
12:56:17 #22 DONE 0.4s
12:56:17 
12:56:17 #23 [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
12:56:17 #10 27.57 Selecting previously unselected package diffstat.
12:56:17 #10 27.57 Preparing to unpack .../146-diffstat_1.64-1_arm64.deb ...
12:56:17 #10 27.58 Unpacking diffstat (1.64-1) ...
12:56:17 #10 27.62 Selecting previously unselected package distro-info-data.
12:56:17 #10 27.62 Preparing to unpack .../147-distro-info-data_0.51+deb11u3_all.deb ...
12:56:17 #10 27.63 Unpacking distro-info-data (0.51+deb11u3) ...
12:56:17 #10 27.66 Selecting previously unselected package python3-pkg-resources.
12:56:17 #10 27.66 Preparing to unpack .../148-python3-pkg-resources_52.0.0-4_all.deb ...
12:56:17 #10 27.67 Unpacking python3-pkg-resources (52.0.0-4) ...
12:56:17 #10 27.72 Selecting previously unselected package python3-chardet.
12:56:17 #10 27.72 Preparing to unpack .../149-python3-chardet_4.0.0-1_all.deb ...
12:56:17 #10 27.73 Unpacking python3-chardet (4.0.0-1) ...
12:56:17 #10 27.77 Selecting previously unselected package python3-six.
12:56:17 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
12:56:17 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 26.25MB / 52.19MB 0.6s
12:56:17 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 4.32MB / 62.71MB 0.6s
12:56:17 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 0B / 115.17MB 0.6s
12:56:17 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 32.51MB / 52.19MB 0.7s
12:56:17 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 14.61MB / 62.71MB 0.7s
12:56:17 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 45.71MB / 52.19MB 0.8s
12:56:17 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 25.17MB / 62.71MB 0.8s
12:56:17 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 11.53MB / 115.17MB 0.8s
12:56:17 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3
12:56:17 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.3s done
12:56:17 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 20.97MB / 51.87MB 1.0s
12:56:17 #7 ...
12:56:17 
12:56:17 #8 [internal] load build context
12:56:17 #8 transferring context: 30.42MB 1.0s done
12:56:17 #8 DONE 1.2s
12:56:17 
12:56:17 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:17 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 31.46MB / 51.87MB 1.1s
12:56:17 #10 extracting sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 5.0s
12:56:17 #10 extracting sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 5.4s done
12:56:17 #10 extracting sha256:2d533c107a1d7303beef7f6788021ebadd894b7a021c3245ebf5c3f1ef4488de
12:56:17 #7 ...
12:56:17 
12:56:17 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:kinetic@sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179
12:56:17 #9 resolve docker.io/library/ubuntu:kinetic@sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179 0.0s done
12:56:17 #9 sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179 1.13kB / 1.13kB done
12:56:17 #9 sha256:dae786ed48a53dd5568147addd2a80c41f7576823e0cba466c5520003a169ca9 424B / 424B done
12:56:17 #9 sha256:c7096432b6a9855592152ad8009431b92d7aa40980c9c94684fcc72626bbbab9 2.31kB / 2.31kB done
12:56:17 #9 sha256:05f69cab0b799028e03233ffa93abd2d0b426412cff70959a07a29a437447ee3 25.76MB / 25.76MB 0.5s done
12:56:17 #9 extracting sha256:05f69cab0b799028e03233ffa93abd2d0b426412cff70959a07a29a437447ee3 2.2s done
12:56:17 #9 DONE 3.0s
12:56:17 
12:56:17 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:17 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 17.83MB / 51.87MB 1.4s
12:56:17 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 23.07MB / 51.87MB 1.5s
12:56:17 == Building packages for ubuntu-jammy ==
12:56:17 mkdir -p "debbuild/ubuntu-jammy"
12:56:17 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/aarch64 -f ubuntu-jammy/Dockerfile .
12:56:17 #1 [internal] load .dockerignore
12:56:17 #1 transferring context: 2B done
12:56:17 #1 DONE 0.0s
12:56:17 
12:56:17 #2 [internal] load build definition from Dockerfile
12:56:17 #2 transferring dockerfile: 1.21kB done
12:56:17 #2 DONE 0.1s
12:56:17 
12:56:17 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
12:56:17 #3 DONE 0.0s
12:56:17 
12:56:17 #4 [auth] library/golang:pull token for registry-1.docker.io
12:56:17 #4 DONE 0.0s
12:56:17 
12:56:17 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:17 #9 22.69   Installing       : gcc-toolset-12-binutils-gold-2.38-14.el9.aarch64   150/165 
12:56:17 #9 22.77   Installing       : binutils-2.35.2-37.el9.aarch64                     151/165 
12:56:17 #9 22.85   Running scriptlet: binutils-2.35.2-37.el9.aarch64                     151/165 
12:56:17 #9 22.86   Installing       : libbrotli-1.0.9-6.el9.aarch64                      152/165 
12:56:17 #9 22.87   Installing       : json-glib-1.6.6-1.el9.aarch64                      153/165 
12:56:17 #9 22.97   Installing       : info-6.7-15.el9.aarch64                            154/165 
12:56:17 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 72.55MB / 148.95MB 1.8s
12:56:17 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 81.79MB / 148.95MB 1.9s
12:56:17 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.7s done
12:56:17 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 34.64MB / 148.95MB 1.9s
12:56:17 #7 ...
12:56:17 
12:56:17 #8 [internal] load build context
12:56:17 #8 transferring context: 30.42MB 1.6s done
12:56:17 #8 DONE 1.7s
12:56:17 
12:56:17 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:17 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 46.11MB / 68.85MB 1.7s
12:56:17 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.7s done
12:56:17 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 58.88MB / 68.85MB 1.9s
12:56:17 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 73.40MB / 148.95MB 1.9s
12:56:17 #10 17.21 Selecting previously unselected package libbinutils:arm64.
12:56:17 #10 17.22 Preparing to unpack .../030-libbinutils_2.40-2_arm64.deb ...
12:56:17 #10 17.22 Unpacking libbinutils:arm64 (2.40-2) ...
12:56:17 #10 17.31 Selecting previously unselected package libctf-nobfd0:arm64.
12:56:17 #10 17.31 Preparing to unpack .../031-libctf-nobfd0_2.40-2_arm64.deb ...
12:56:17 #10 17.32 Unpacking libctf-nobfd0:arm64 (2.40-2) ...
12:56:17 #10 17.36 Selecting previously unselected package libctf0:arm64.
12:56:17 #10 17.36 Preparing to unpack .../032-libctf0_2.40-2_arm64.deb ...
12:56:17 #10 17.37 Unpacking libctf0:arm64 (2.40-2) ...
12:56:17 #10 17.42 Selecting previously unselected package libgprofng0:arm64.
12:56:17 #23 0.486 Building static docker-linux-amd64
12:56:17 mkdir -p sources
12:56:17 docker run --rm -w /v \
12:56:17 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:17 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:17 	alpine \
12:56:17 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:17 #10 27.78 Preparing to unpack .../150-python3-six_1.16.0-2_all.deb ...
12:56:17 #10 27.78 Unpacking python3-six (1.16.0-2) ...
12:56:17 #10 27.82 Selecting previously unselected package python3-debian.
12:56:17 #10 27.82 Preparing to unpack .../151-python3-debian_0.1.39_all.deb ...
12:56:17 #10 27.83 Unpacking python3-debian (0.1.39) ...
12:56:17 #10 27.87 Selecting previously unselected package libgpgme11:arm64.
12:56:17 #10 27.87 Preparing to unpack .../152-libgpgme11_1.14.0-1+b2_arm64.deb ...
12:56:17 #10 27.88 Unpacking libgpgme11:arm64 (1.14.0-1+b2) ...
12:56:17 #10 27.94 Selecting previously unselected package python3-gpg.
12:56:17 #10 27.94 Preparing to unpack .../153-python3-gpg_1.14.0-1+b2_arm64.deb ...
12:56:17 #10 27.94 Unpacking python3-gpg (1.14.0-1+b2) ...
12:56:17 #10 28.00 Selecting previously unselected package dput.
12:56:17 #10 23.10 Selecting previously unselected package g++.
12:56:17 #10 23.10 Preparing to unpack .../054-g++_4%3a8.3.0-1_arm64.deb ...
12:56:17 #10 23.11 Unpacking g++ (4:8.3.0-1) ...
12:56:17 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 0.9s
12:56:17 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 34.60MB / 62.71MB 0.9s
12:56:17 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 17.53MB / 115.17MB 0.9s
12:56:17 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 0.9s done
12:56:17 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 45.09MB / 62.71MB 1.0s
12:56:17 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 28.08MB / 115.17MB 1.0s
12:56:17 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.0s done
12:56:17 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694
12:56:17 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 1.1s done
12:56:17 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 45.09MB / 51.87MB 1.3s
12:56:17 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 4.74MB / 68.85MB 1.3s
12:56:17 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 0B / 148.95MB 1.3s
12:56:17 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.4s
12:56:17 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 8.39MB / 68.85MB 1.4s
12:56:17 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb
12:56:17 #10 extracting sha256:2d533c107a1d7303beef7f6788021ebadd894b7a021c3245ebf5c3f1ef4488de done
12:56:17 #10 DONE 16.7s
12:56:17 
12:56:17 #13 [base 2/5] COPY --from=xx / /
12:56:17 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 2.7s done
12:56:17 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.1s
12:56:18 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 1.5s done
12:56:18 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 1.5s done
12:56:18 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 35.65MB / 51.87MB 1.7s
12:56:18 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 3.15MB / 68.85MB 1.7s
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 4.19MB / 148.95MB 1.7s
12:56:18 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 40.27MB / 51.87MB 1.8s
12:56:18 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 9.54MB / 68.85MB 1.8s
12:56:18 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 0.1s
12:56:18 #8 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 76.10MB / 76.10MB 1.1s done
12:56:18 #5 DONE 0.3s
12:56:18 
12:56:18 #6 [internal] load metadata for docker.io/library/ubuntu:jammy
12:56:18 #6 DONE 0.3s
12:56:18 
12:56:18 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:18 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:18 #9 22.98   Installing       : ed-1.14.2-12.el9.aarch64                           155/165 
12:56:18 #9 23.02   Installing       : patch-2.7.6-16.el9.aarch64                         156/165 
12:56:18 #9 23.04   Installing       : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1   157/165 
12:56:18 #9 23.09   Installing       : gsettings-desktop-schemas-40.0-6.el9.aarch64       158/165 
12:56:18 #9 23.11   Installing       : glib-networking-2.68.3-3.el9.aarch64               159/165 
12:56:18 #9 23.15   Installing       : libsoup-2.72.0-8.el9.aarch64                       160/165 
12:56:18 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 46.14MB / 148.95MB 2.0s
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 104.33MB / 148.95MB 2.1s
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 114.63MB / 148.95MB 2.2s
12:56:18 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 71.30MB / 148.95MB 2.3s
12:56:18 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 67.34MB / 68.85MB 2.0s
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 89.13MB / 148.95MB 2.1s
12:56:18 #10 17.42 Preparing to unpack .../033-libgprofng0_2.40-2_arm64.deb ...
12:56:18 #10 17.42 Unpacking libgprofng0:arm64 (2.40-2) ...
12:56:18 #10 17.51 Selecting previously unselected package libjansson4:arm64.
12:56:18 #10 17.52 Preparing to unpack .../034-libjansson4_2.14-2_arm64.deb ...
12:56:18 #10 17.52 Unpacking libjansson4:arm64 (2.14-2) ...
12:56:18 #10 17.55 Selecting previously unselected package binutils-aarch64-linux-gnu.
12:56:18 #10 17.56 Preparing to unpack .../035-binutils-aarch64-linux-gnu_2.40-2_arm64.deb ...
12:56:18 #10 17.56 Unpacking binutils-aarch64-linux-gnu (2.40-2) ...
12:56:18 #23 0.489 + go build -o /out/docker-linux-amd64 -tags ' osusergo pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:56:17Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -extldflags -static' '-buildmode=pie' github.com/docker/cli/cmd/docker
12:56:18 #10 28.00 Preparing to unpack .../154-dput_1.1.0_all.deb ...
12:56:18 #10 28.01 Unpacking dput (1.1.0) ...
12:56:18 #10 28.04 Selecting previously unselected package equivs.
12:56:18 #10 28.04 Preparing to unpack .../155-equivs_2.3.1_all.deb ...
12:56:18 #10 28.05 Unpacking equivs (2.3.1) ...
12:56:18 #10 28.08 Selecting previously unselected package fonts-dejavu-core.
12:56:18 #10 28.08 Preparing to unpack .../156-fonts-dejavu-core_2.37-2_all.deb ...
12:56:18 #10 28.08 Unpacking fonts-dejavu-core (2.37-2) ...
12:56:18 #10 28.21 Selecting previously unselected package fontconfig-config.
12:56:18 #10 28.21 Preparing to unpack .../157-fontconfig-config_2.13.1-4.2_all.deb ...
12:56:18 #10 23.19 Selecting previously unselected package make.
12:56:18 #10 23.19 Preparing to unpack .../055-make_4.2.1-1.2_arm64.deb ...
12:56:18 #10 23.20 Unpacking make (4.2.1-1.2) ...
12:56:18 #10 23.30 Selecting previously unselected package libdpkg-perl.
12:56:18 #10 23.30 Preparing to unpack .../056-libdpkg-perl_1.19.8_all.deb ...
12:56:18 #10 23.31 Unpacking libdpkg-perl (1.19.8) ...
12:56:18 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.2s
12:56:18 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 53.48MB / 115.17MB 1.2s
12:56:18 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 65.01MB / 115.17MB 1.3s
12:56:18 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 76.55MB / 115.17MB 1.4s
12:56:18 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.4s done
12:56:18 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 18.87MB / 68.85MB 1.5s
12:56:18 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.5s done
12:56:18 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 35.65MB / 68.85MB 1.7s
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 17.83MB / 148.95MB 1.7s
12:56:18 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.2s done
12:56:18 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2
12:56:18 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 45.09MB / 51.87MB 1.9s
12:56:18 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 14.68MB / 68.85MB 1.9s
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 15.73MB / 148.95MB 1.9s
12:56:18 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 2.1s done
12:56:18 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 28.20MB / 68.85MB 2.1s
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 29.36MB / 148.95MB 2.1s
12:56:18 #8 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 0.1s
12:56:18 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:18 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0B / 7.73MB 0.1s
12:56:18 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0B / 10.00MB 0.1s
12:56:18 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:18 #7 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
12:56:18 #7 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
12:56:18 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 6.29MB / 49.24MB 0.1s
12:56:18 #9 23.22   Installing       : libappstream-glib-0.7.18-4.el9.aarch64             161/165 
12:56:18 #9 23.28   Installing       : rpmlint-1.11-19.el9.noarch                         162/165 
12:56:18 #9 23.33   Installing       : rpm-build-4.16.1.3-22.el9.aarch64                  163/165 
12:56:18 #9 23.34   Installing       : dnf-plugins-core-4.3.0-4.el9.noarch                164/165 
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 125.83MB / 148.95MB 2.3s
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 145.75MB / 148.95MB 2.5s
12:56:18 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 88.08MB / 148.95MB 2.5s
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 104.46MB / 148.95MB 2.3s
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 114.29MB / 148.95MB 2.4s
12:56:18 #10 17.84 Selecting previously unselected package binutils.
12:56:18 #10 17.85 Preparing to unpack .../036-binutils_2.40-2_arm64.deb ...
12:56:18 #10 17.85 Unpacking binutils (2.40-2) ...
12:56:18 #10 17.89 Selecting previously unselected package libc-dev-bin.
12:56:18 #10 17.89 Preparing to unpack .../037-libc-dev-bin_2.36-8_arm64.deb ...
12:56:18 #10 17.89 Unpacking libc-dev-bin (2.36-8) ...
12:56:18 #10 17.93 Selecting previously unselected package linux-libc-dev:arm64.
12:56:18 #10 67.75 Setting up libgpgme11:armhf (1.12.0-6) ...
12:56:18 #10 67.76 Setting up gcc (4:8.3.0-1) ...
12:56:18 #10 67.86 Setting up python3-six (1.12.0-1) ...
12:56:18 #10 67.98 Setting up dirmngr (2.2.12-1+deb10u2) ...
12:56:18 #10 68.00 Setting up perl (5.28.1-6+deb10u1) ...
12:56:18 #10 68.03 Setting up libpackage-stash-xs-perl (0.29-1) ...
12:56:18 #10 68.04 Setting up python3-gpg (1.12.0-6) ...
12:56:18 #10 23.43 Selecting previously unselected package patch.
12:56:18 #10 23.43 Preparing to unpack .../057-patch_2.7.6-3+deb10u1_arm64.deb ...
12:56:18 #10 23.43 Unpacking patch (2.7.6-3+deb10u1) ...
12:56:18 #10 23.49 Selecting previously unselected package dpkg-dev.
12:56:18 #10 23.50 Preparing to unpack .../058-dpkg-dev_1.19.8_all.deb ...
12:56:18 #10 23.50 Unpacking dpkg-dev (1.19.8) ...
12:56:18 #10 23.60 Selecting previously unselected package build-essential.
12:56:18 #10 23.60 Preparing to unpack .../059-build-essential_12.6_arm64.deb ...
12:56:18 #10 23.60 Unpacking build-essential (12.6) ...
12:56:18 #10 23.65 Selecting previously unselected package openssl.
12:56:18 #10 23.65 Preparing to unpack .../060-openssl_1.1.1n-0+deb10u3_arm64.deb ...
12:56:18 #10 23.65 Unpacking openssl (1.1.1n-0+deb10u3) ...
12:56:18 12:56:18 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 82.84MB / 115.17MB 1.5s
#10 28.32 Unpacking fontconfig-config (2.13.1-4.2) ...
12:56:18 #10 28.37 Selecting previously unselected package libcurl3-gnutls:arm64.
12:56:18 #10 28.37 Preparing to unpack .../158-libcurl3-gnutls_7.74.0-1.3+deb11u5_arm64.deb ...
12:56:18 #10 28.37 Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u5) ...
12:56:18 #10 28.42 Selecting previously unselected package liberror-perl.
12:56:18 #10 28.43 Preparing to unpack .../159-liberror-perl_0.17029-1_all.deb ...
12:56:18 #10 28.43 Unpacking liberror-perl (0.17029-1) ...
12:56:18 #10 28.46 Selecting previously unselected package git-man.
12:56:18 #10 28.46 Preparing to unpack .../160-git-man_1%3a2.30.2-1+deb11u1_all.deb ...
12:56:18 #10 28.46 Unpacking git-man (1:2.30.2-1+deb11u1) ...
12:56:18 #10 28.57 Selecting previously unselected package git.
12:56:18 mkdir -p sources
12:56:18 docker run --rm -w /v \
12:56:18 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:18 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:18 	alpine \
12:56:18 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:18 mkdir -p sources
12:56:18 docker run --rm -w /v \
12:56:18 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:18 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:18 	alpine \
12:56:18 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:18 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 46.14MB / 68.85MB 1.8s
12:56:18 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 53.48MB / 68.85MB 1.9s
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 31.46MB / 148.95MB 1.9s
12:56:18 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 35.65MB / 68.85MB 2.2s
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 39.85MB / 148.95MB 2.2s
12:56:18 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 2.2s done
12:56:18 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 42.05MB / 68.85MB 2.3s
12:56:18 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.2s
12:56:18 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 16.78MB / 49.24MB 0.2s
12:56:18 #7 ...
12:56:18 
12:56:18 #8 [internal] load build context
12:56:18 #8 transferring context: 30.38MB 0.3s done
12:56:18 #8 DONE 0.4s
12:56:18 
12:56:18 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:18 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.2s done
12:56:18 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.2s done
12:56:18 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 36.70MB / 49.24MB 0.4s
12:56:18 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 13.63MB / 62.71MB 0.4s
12:56:18 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 15.73MB / 52.19MB 0.4s
12:56:18 #9 23.47   Installing       : glibc-gconv-extra-2.34-58.el9.aarch64              165/165 
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 2.7s done
12:56:18 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 96.47MB / 148.95MB 2.6s
12:56:18 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 116.39MB / 148.95MB 2.8s
12:56:18 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 2.5s done
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 130.02MB / 148.95MB 2.6s
12:56:18 #10 17.93 Preparing to unpack .../038-linux-libc-dev_6.1.8-1_arm64.deb ...
12:56:18 #10 17.93 Unpacking linux-libc-dev:arm64 (6.1.8-1) ...
12:56:18 #10 18.10 Selecting previously unselected package libcrypt-dev:arm64.
12:56:18 #10 18.10 Preparing to unpack .../039-libcrypt-dev_1%3a4.4.33-2_arm64.deb ...
12:56:18 #10 18.11 Unpacking libcrypt-dev:arm64 (1:4.4.33-2) ...
12:56:18 #10 18.15 Selecting previously unselected package libtirpc-dev:arm64.
12:56:18 #10 18.16 Preparing to unpack .../040-libtirpc-dev_1.3.3+ds-1_arm64.deb ...
12:56:18 #10 18.16 Unpacking libtirpc-dev:arm64 (1.3.3+ds-1) ...
12:56:18 #10 18.21 Selecting previously unselected package libnsl-dev:arm64.
12:56:18 #10 68.21 Setting up libdata-dump-perl (1.23-1) ...
12:56:18 #10 68.22 Setting up python3-certifi (2018.8.24-1) ...
12:56:18 #10 68.34 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
12:56:18 #10 68.35 Setting up libref-util-perl (0.204-1) ...
12:56:18 #10 68.36 Setting up libipc-system-simple-perl (1.25-4) ...
12:56:18 #10 68.38 Setting up libnet-domain-tld-perl (1.75-1) ...
12:56:18 #10 68.39 Setting up libnet-libidn-perl (0.12.ds-3+b1) ...
12:56:18 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 106.95MB / 115.17MB 1.7s
12:56:18 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.8s done
12:56:18 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 1.8s
12:56:18 #10 23.76 Selecting previously unselected package ca-certificates.
12:56:18 #10 23.76 Preparing to unpack .../061-ca-certificates_20200601~deb10u2_all.deb ...
12:56:18 #10 23.77 Unpacking ca-certificates (20200601~deb10u2) ...
12:56:18 #10 23.83 Selecting previously unselected package libsasl2-modules-db:arm64.
12:56:18 #10 23.83 Preparing to unpack .../062-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_arm64.deb ...
12:56:18 #10 23.84 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
12:56:18 #10 23.89 Selecting previously unselected package libsasl2-2:arm64.
12:56:18 #10 23.89 Preparing to unpack .../063-libsasl2-2_2.1.27+dfsg-1+deb10u2_arm64.deb ...
12:56:18 #10 23.90 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
12:56:18 #10 23.95 Selecting previously unselected package libldap-common.
12:56:18 #10 28.57 Preparing to unpack .../161-git_1%3a2.30.2-1+deb11u1_arm64.deb ...
12:56:18 #10 28.59 Unpacking git (1:2.30.2-1+deb11u1) ...
12:56:18 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 67.11MB / 68.85MB 2.1s
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 48.23MB / 148.95MB 2.1s
12:56:18 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.2s done
12:56:18 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 0.1s
12:56:18 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 58.72MB / 68.85MB 2.5s
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 67.61MB / 148.95MB 2.5s
12:56:18 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 2.6s
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 75.50MB / 148.95MB 2.6s
12:56:18 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 46.14MB / 49.24MB 0.5s
12:56:18 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 24.12MB / 62.71MB 0.5s
12:56:18 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 26.21MB / 52.19MB 0.5s
12:56:18 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
12:56:18 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 44.04MB / 62.71MB 0.7s
12:56:18 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 46.01MB / 52.19MB 0.7s
12:56:18 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 1.05MB / 115.17MB 0.7s
12:56:18 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 127.93MB / 148.95MB 2.9s
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 138.41MB / 148.95MB 2.7s
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 147.85MB / 148.95MB 2.8s
12:56:18 #10 18.21 Preparing to unpack .../041-libnsl-dev_1.3.0-2_arm64.deb ...
12:56:18 #10 18.22 Unpacking libnsl-dev:arm64 (1.3.0-2) ...
12:56:18 #10 18.25 Selecting previously unselected package rpcsvc-proto.
12:56:18 #10 18.25 Preparing to unpack .../042-rpcsvc-proto_1.4.3-1_arm64.deb ...
12:56:18 #10 18.26 Unpacking rpcsvc-proto (1.4.3-1) ...
12:56:18 #10 18.30 Selecting previously unselected package libc6-dev:arm64.
12:56:18 #10 18.30 Preparing to unpack .../043-libc6-dev_2.36-8_arm64.deb ...
12:56:18 #10 18.30 Unpacking libc6-dev:arm64 (2.36-8) ...
12:56:18 #10 18.49 Selecting previously unselected package libisl23:arm64.
12:56:18 #10 68.40 Setting up libvariable-magic-perl (0.62-1+b1) ...
12:56:18 #10 68.41 Setting up python3-idna (2.6-1) ...
12:56:18 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 1.9s done
12:56:18 #10 23.95 Preparing to unpack .../064-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
12:56:18 #10 23.96 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:56:18 #10 24.01 Selecting previously unselected package libldap-2.4-2:arm64.
12:56:18 #10 24.01 Preparing to unpack .../065-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_arm64.deb ...
12:56:18 #10 24.02 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ...
12:56:18 #10 24.07 Selecting previously unselected package libnghttp2-14:arm64.
12:56:18 #10 24.07 Preparing to unpack .../066-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
12:56:18 #10 24.08 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
12:56:18 #10 24.13 Selecting previously unselected package libpsl5:arm64.
12:56:18 #10 24.14 Preparing to unpack .../067-libpsl5_0.20.2-2_arm64.deb ...
12:56:18 #10 24.14 Unpacking libpsl5:arm64 (0.20.2-2) ...
12:56:18 #10 24.18 Selecting previously unselected package librtmp1:arm64.
12:56:18 #10 29.08 Selecting previously unselected package iso-codes.
12:56:18 #10 29.08 Preparing to unpack .../162-iso-codes_4.6.0-1_all.deb ...
12:56:18 #10 29.09 Unpacking iso-codes (4.6.0-1) ...
12:56:18 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 2.2s done
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 65.01MB / 148.95MB 2.3s
12:56:18 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 82.84MB / 148.95MB 2.5s
12:56:18 mkdir -p sources
12:56:18 docker run --rm -w /v \
12:56:18 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:18 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:18 	alpine \
12:56:18 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:19 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 2.7s done
12:56:19 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 99.61MB / 148.95MB 2.9s
12:56:19 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 53.48MB / 62.71MB 0.8s
12:56:19 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 0.8s
12:56:19 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 12.27MB / 115.17MB 0.8s
12:56:19 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3
12:56:19 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 0.9s
12:56:19 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 0.8s done
12:56:19 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 22.09MB / 115.17MB 0.9s
12:56:19 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 0.9s done
12:56:19 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 143.65MB / 148.95MB 3.1s
12:56:19 #10 18.50 Preparing to unpack .../044-libisl23_0.25-1_arm64.deb ...
12:56:19 #10 18.50 Unpacking libisl23:arm64 (0.25-1) ...
12:56:19 #10 18.59 Selecting previously unselected package libmpfr6:arm64.
12:56:19 #10 18.60 Preparing to unpack .../045-libmpfr6_4.2.0-1_arm64.deb ...
12:56:19 #10 18.61 Unpacking libmpfr6:arm64 (4.2.0-1) ...
12:56:19 #10 18.67 Selecting previously unselected package libmpc3:arm64.
12:56:19 #10 18.67 Preparing to unpack .../046-libmpc3_1.3.1-1_arm64.deb ...
12:56:19 #10 18.68 Unpacking libmpc3:arm64 (1.3.1-1) ...
12:56:19 #10 18.71 Selecting previously unselected package cpp-12.
12:56:19 #10 68.58 Setting up libio-html-perl (1.001-1) ...
12:56:19 #10 68.59 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
12:56:19 #10 68.60 Setting up libtest-refcount-perl (0.08-3) ...
12:56:19 #10 68.62 Setting up libparams-util-perl (1.07-3+b4) ...
12:56:19 #10 68.63 Setting up libdpkg-perl (1.19.8) ...
12:56:19 #10 68.64 Setting up autoconf (2.69-11) ...
12:56:19 #10 68.65 Setting up python3-urllib3 (1.24.1-1) ...
12:56:19 #8 extracting sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5 3.8s done
12:56:19 #8 DONE 5.5s
12:56:19 
12:56:19 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:19 #9 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:19 #9 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:19 #9 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
12:56:19 #9 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
12:56:19 #9 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.1s done
12:56:19 #9 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.9s done
12:56:19 #9 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.3s done
12:56:19 #9 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.3s done
12:56:19 #9 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 2.6s done
12:56:19 #9 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.6s done
12:56:19 #9 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 2.1s done
12:56:19 #9 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.4s done
12:56:19 #9 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.4s done
12:56:19 #9 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.3s done
12:56:19 #9 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 0.9s
12:56:19 #10 24.18 Preparing to unpack .../068-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
12:56:19 #10 24.19 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
12:56:19 #10 24.23 Selecting previously unselected package libssh2-1:arm64.
12:56:19 #10 24.23 Preparing to unpack .../069-libssh2-1_1.8.0-2.1_arm64.deb ...
12:56:19 #10 24.24 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
12:56:19 #10 24.29 Selecting previously unselected package libcurl4:arm64.
12:56:19 #10 24.29 Preparing to unpack .../070-libcurl4_7.64.0-4+deb10u4_arm64.deb ...
12:56:19 #10 24.30 Unpacking libcurl4:arm64 (7.64.0-4+deb10u4) ...
12:56:19 #10 24.35 Selecting previously unselected package curl.
12:56:19 #10 24.35 Preparing to unpack .../071-curl_7.64.0-4+deb10u4_arm64.deb ...
12:56:19 #10 24.35 Unpacking curl (7.64.0-4+deb10u4) ...
12:56:19 #10 24.40 Selecting previously unselected package dctrl-tools.
12:56:19 #10 29.43 Selecting previously unselected package libalgorithm-diff-perl.
12:56:19 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 91.23MB / 148.95MB 2.6s
12:56:19 == Building packages for debian-bookworm ==
12:56:19 mkdir -p "debbuild/debian-bookworm"
12:56:19 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-debian-bookworm/aarch64 -f debian-bookworm/Dockerfile .
12:56:19 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 111.15MB / 148.95MB 3.0s
12:56:19 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 120.59MB / 148.95MB 3.1s
12:56:19 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 0.9s done
12:56:19 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 32.51MB / 115.17MB 1.0s
12:56:19 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 42.68MB / 115.17MB 1.1s
12:56:19 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 52.43MB / 115.17MB 1.2s
12:56:19 mkdir -p sources
12:56:19 docker run --rm -w /v \
12:56:19 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:19 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:19 	alpine \
12:56:19 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:19 #10 18.72 Preparing to unpack .../047-cpp-12_12.2.0-14_arm64.deb ...
12:56:19 #10 18.72 Unpacking cpp-12 (12.2.0-14) ...
12:56:19 #10 68.81 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:56:19 #10 68.82 Setting up libcapture-tiny-perl (0.48-1) ...
12:56:19 #10 68.84 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
12:56:19 #10 68.85 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
12:56:19 #10 68.86 Setting up libsub-name-perl (0.21-1+b3) ...
12:56:19 #10 68.87 Setting up libtype-tiny-xs-perl (0.014-1+b1) ...
12:56:19 #10 68.88 Setting up g++-8 (8.3.0-6) ...
12:56:19 #10 68.90 Setting up libfile-chdir-perl (0.1008-1) ...
12:56:19 #10 68.91 Setting up xauth (1:1.0.10-1) ...
12:56:19 #10 68.92 Setting up libpath-tiny-perl (0.108-1) ...
12:56:19 #10 68.93 Setting up libarchive-cpio-perl (0.10-1) ...
12:56:19 #10 68.95 Setting up libjson-perl (4.02000-1) ...
12:56:19 #10 68.96 Setting up libfcgi-perl (0.78-2+b3) ...
12:56:19 #10 68.98 Setting up libdevel-globaldestruction-perl (0.14-1) ...
12:56:19 #10 68.99 Setting up python3-unidiff (0.5.4-1) ...
12:56:19 #10 69.11 Setting up libstrictures-perl (2.000005-1) ...
12:56:19 #10 69.13 Setting up libsub-quote-perl (2.005001-1) ...
12:56:19 #10 69.14 Setting up libclass-xsaccessor-perl (1.19-3+b2) ...
12:56:19 #10 69.16 Setting up libsort-versions-perl (1.62-1) ...
12:56:19 #10 24.41 Preparing to unpack .../072-dctrl-tools_2.24-3_arm64.deb ...
12:56:19 #10 24.42 Unpacking dctrl-tools (2.24-3) ...
12:56:19 #10 24.46 Selecting previously unselected package libtool.
12:56:19 #10 24.46 Preparing to unpack .../073-libtool_2.4.6-9_all.deb ...
12:56:19 #10 24.47 Unpacking libtool (2.4.6-9) ...
12:56:19 #10 24.52 Selecting previously unselected package dh-autoreconf.
12:56:19 #10 24.52 Preparing to unpack .../074-dh-autoreconf_19_all.deb ...
12:56:19 #10 24.53 Unpacking dh-autoreconf (19) ...
12:56:19 #10 24.57 Selecting previously unselected package libarchive-zip-perl.
12:56:19 #10 24.57 Preparing to unpack .../075-libarchive-zip-perl_1.64-1_all.deb ...
12:56:19 #10 24.58 Unpacking libarchive-zip-perl (1.64-1) ...
12:56:19 #10 24.61 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:56:19 #10 24.62 Preparing to unpack .../076-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
12:56:19 #10 24.62 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
12:56:19 #10 24.65 Selecting previously unselected package dh-strip-nondeterminism.
12:56:19 #10 24.65 Preparing to unpack .../077-dh-strip-nondeterminism_1.1.2-1_all.deb ...
12:56:19 #10 24.66 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
12:56:19 #10 24.69 Selecting previously unselected package dwz.
12:56:19 #10 24.69 Preparing to unpack .../078-dwz_0.12-3_arm64.deb ...
12:56:19 #10 24.69 Unpacking dwz (0.12-3) ...
12:56:19 #10 24.74 Selecting previously unselected package libglib2.0-0:arm64.
12:56:19 #10 24.75 Preparing to unpack .../079-libglib2.0-0_2.58.3-2+deb10u4_arm64.deb ...
12:56:19 #10 24.75 Unpacking libglib2.0-0:arm64 (2.58.3-2+deb10u4) ...
12:56:19 #10 29.43 Preparing to unpack .../163-libalgorithm-diff-perl_1.201-1_all.deb ...
12:56:19 #10 29.44 Unpacking libalgorithm-diff-perl (1.201-1) ...
12:56:19 #10 29.47 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:56:19 #10 29.47 Preparing to unpack .../164-libalgorithm-diff-xs-perl_0.04-6+b1_arm64.deb ...
12:56:19 #10 29.47 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
12:56:19 #10 29.50 Selecting previously unselected package libalgorithm-merge-perl.
12:56:19 #10 29.51 Preparing to unpack .../165-libalgorithm-merge-perl_0.08-3_all.deb ...
12:56:19 #10 29.51 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:56:19 #10 29.54 Selecting previously unselected package libaliased-perl.
12:56:19 #10 29.54 Preparing to unpack .../166-libaliased-perl_0.34-1.1_all.deb ...
12:56:19 #10 29.54 Unpacking libaliased-perl (0.34-1.1) ...
12:56:19 #10 29.57 Selecting previously unselected package libapt-pkg-perl.
12:56:19 #10 29.57 Preparing to unpack .../167-libapt-pkg-perl_0.1.39_arm64.deb ...
12:56:19 #10 29.59 Unpacking libapt-pkg-perl (0.1.39) ...
12:56:19 #10 29.62 Selecting previously unselected package libarchive-cpio-perl.
12:56:19 #10 29.63 Preparing to unpack .../168-libarchive-cpio-perl_0.10-1.1_all.deb ...
12:56:19 #10 29.67 Unpacking libarchive-cpio-perl (0.10-1.1) ...
12:56:19 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 108.00MB / 148.95MB 2.8s
12:56:19 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 117.44MB / 148.95MB 2.9s
12:56:19 #7 ...
12:56:19 
12:56:19 #9 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57
12:56:19 #9 resolve docker.io/library/debian:buster@sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57 0.0s done
12:56:19 #9 sha256:ff5db168d4c5bb8751c6688c7a3a624230d2245811c2b3f11014ebde3b277035 1.46kB / 1.46kB done
12:56:19 #9 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.8s done
12:56:19 #9 sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57 984B / 984B done
12:56:19 #9 sha256:4a1d5759a6bfe3ac4f342664195cfcb70e50404e1f4c9ef6b86415f00196cb99 529B / 529B done
12:56:19 #9 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 2.7s done
12:56:19 #9 DONE 3.8s
12:56:19 
12:56:19 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:19 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375
12:56:19 #1 [internal] load build definition from Dockerfile
12:56:19 #1 transferring dockerfile: 913B done
12:56:19 #1 DONE 0.1s
12:56:19 
12:56:19 #2 [internal] load .dockerignore
12:56:19 #2 transferring context: 2B done
12:56:19 #2 DONE 0.1s
12:56:19 
12:56:19 #3 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:19 #3 ...
12:56:19 
12:56:19 #4 [auth] library/debian:pull token for registry-1.docker.io
12:56:19 #4 DONE 0.0s
12:56:19 
12:56:19 #5 [auth] library/golang:pull token for registry-1.docker.io
12:56:19 #5 DONE 0.0s
12:56:19 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 131.07MB / 148.95MB 3.2s
12:56:19 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 144.70MB / 148.95MB 3.4s
12:56:19 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 72.35MB / 115.17MB 1.4s
12:56:19 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 82.84MB / 115.17MB 1.5s
12:56:19 #10 69.17 Setting up libexporter-tiny-perl (1.002001-1) ...
12:56:19 #10 69.19 Setting up libterm-readkey-perl (2.38-1) ...
12:56:19 #10 69.20 Setting up lsb-release (10.2019051400) ...
12:56:19 #10 69.22 Setting up libclass-accessor-perl (0.51-1) ...
12:56:19 #10 69.24 Setting up libnet-ip-perl (1.26-2) ...
12:56:19 #10 69.26 Setting up python3-magic (2:0.4.15-2) ...
12:56:19 #10 24.88 Selecting previously unselected package libcroco3:arm64.
12:56:19 #10 24.88 Preparing to unpack .../080-libcroco3_0.6.12-3_arm64.deb ...
12:56:19 #10 24.89 Unpacking libcroco3:arm64 (0.6.12-3) ...
12:56:19 #10 24.94 Selecting previously unselected package libncurses6:arm64.
12:56:19 #10 24.94 Preparing to unpack .../081-libncurses6_6.1+20181013-2+deb10u3_arm64.deb ...
12:56:19 #10 24.94 Unpacking libncurses6:arm64 (6.1+20181013-2+deb10u3) ...
12:56:19 #10 24.98 Selecting previously unselected package gettext.
12:56:19 #7 ...
12:56:19 
12:56:19 #10 [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
12:56:19 #10 DONE 2.3s
12:56:19 
12:56:19 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:19 #10 29.70 Selecting previously unselected package libarchive13:arm64.
12:56:19 #10 29.70 Preparing to unpack .../169-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
12:56:19 #10 29.71 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
12:56:19 #10 29.76 Selecting previously unselected package libarray-intspan-perl.
12:56:19 #10 29.76 Preparing to unpack .../170-libarray-intspan-perl_2.004-1_all.deb ...
12:56:19 #10 29.76 Unpacking libarray-intspan-perl (2.004-1) ...
12:56:19 #10 29.79 Selecting previously unselected package libauthen-sasl-perl.
12:56:19 #10 29.79 Preparing to unpack .../171-libauthen-sasl-perl_2.1600-1.1_all.deb ...
12:56:19 #10 29.80 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
12:56:19 #10 29.83 Selecting previously unselected package libmodule-implementation-perl.
12:56:19 #10 29.83 Preparing to unpack .../172-libmodule-implementation-perl_0.09-1.1_all.deb ...
12:56:19 #10 29.83 Unpacking libmodule-implementation-perl (0.09-1.1) ...
12:56:19 #10 29.86 Selecting previously unselected package libsub-exporter-progressive-perl.
12:56:19 #10 29.86 Preparing to unpack .../173-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:56:19 #10 29.87 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:56:19 #10 29.89 Selecting previously unselected package libvariable-magic-perl.
12:56:19 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 132.12MB / 148.95MB 3.1s
12:56:19 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 143.00MB / 148.95MB 3.2s
12:56:19 
12:56:19 #6 [internal] load metadata for docker.io/library/debian:bookworm
12:56:19 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.6s done
12:56:19 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375
12:56:19 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.6s done
12:56:19 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 92.27MB / 115.17MB 1.6s
12:56:19 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 101.71MB / 115.17MB 1.7s
12:56:19 #7 ...
12:56:19 
12:56:19 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d
12:56:19 #9 resolve docker.io/library/ubuntu:focal@sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d 0.0s done
12:56:19 #9 sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d 1.13kB / 1.13kB done
12:56:19 #9 sha256:bf9913320006dfc72a4b519ce600a4063529d242ff5b78facb2bc43ce91260d7 424B / 424B done
12:56:19 #9 sha256:c9eb527b091d53464371291e6470289f0b4f9aab431da2da2ed35e43149bab2b 2.31kB / 2.31kB done
12:56:19 #9 sha256:455c32d33260eab99dd1b8abd1c2af91801c5a580a50e7a43c60b637a88a2209 25.97MB / 25.97MB 0.5s done
12:56:19 #9 extracting sha256:455c32d33260eab99dd1b8abd1c2af91801c5a580a50e7a43c60b637a88a2209 2.0s done
12:56:19 #9 DONE 2.8s
12:56:19 
12:56:19 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:19 mkdir -p sources
12:56:19 docker run --rm -w /v \
12:56:19 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:19 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:19 	alpine \
12:56:19 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:19 #10 69.39 Setting up libperlio-gzip-perl (0.19-1+b5) ...
12:56:19 #10 69.40 Setting up libsys-hostname-long-perl (1.5-1) ...
12:56:19 #10 69.41 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ...
12:56:19 #10 69.43 Setting up liburi-perl (1.76-1) ...
12:56:19 #10 69.44 Setting up exim4-daemon-light (4.92-8+deb10u7) ...
12:56:19 #10 69.53 invoke-rc.d: could not determine current runlevel
12:56:19 #10 69.53 invoke-rc.d: policy-rc.d denied execution of start.
12:56:19 #10 69.53 Initializing GnuTLS DH parameter file
12:56:19 #10 69.56 Setting up libmailutils5:armhf (1:3.5-4) ...
12:56:19 #10 69.57 Setting up libdigest-bubblebabble-perl (0.02-2) ...
12:56:19 #10 69.59 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ...
12:56:19 #10 69.60 Setting up python3-pkg-resources (40.8.0-1) ...
12:56:19 #10 19.33 Selecting previously unselected package cpp.
12:56:19 #10 19.33 Preparing to unpack .../048-cpp_4%3a12.2.0-3_arm64.deb ...
12:56:19 #10 19.33 Unpacking cpp (4:12.2.0-3) ...
12:56:19 #10 19.37 Selecting previously unselected package libcc1-0:arm64.
12:56:19 #10 19.38 Preparing to unpack .../049-libcc1-0_12.2.0-14_arm64.deb ...
12:56:19 #10 19.38 Unpacking libcc1-0:arm64 (12.2.0-14) ...
12:56:19 #10 19.42 Selecting previously unselected package libgomp1:arm64.
12:56:19 #10 19.43 Preparing to unpack .../050-libgomp1_12.2.0-14_arm64.deb ...
12:56:19 #10 19.43 Unpacking libgomp1:arm64 (12.2.0-14) ...
12:56:19 #10 19.47 Selecting previously unselected package libitm1:arm64.
12:56:19 #10 19.47 Preparing to unpack .../051-libitm1_12.2.0-14_arm64.deb ...
12:56:19 #10 19.48 Unpacking libitm1:arm64 (12.2.0-14) ...
12:56:19 #10 19.52 Selecting previously unselected package libatomic1:arm64.
12:56:19 #10 19.52 Preparing to unpack .../052-libatomic1_12.2.0-14_arm64.deb ...
12:56:19 #10 19.52 Unpacking libatomic1:arm64 (12.2.0-14) ...
12:56:19 #10 19.56 Selecting previously unselected package libasan8:arm64.
12:56:19 #10 24.99 Preparing to unpack .../082-gettext_0.19.8.1-9_arm64.deb ...
12:56:19 #10 24.99 Unpacking gettext (0.19.8.1-9) ...
12:56:19 #10 25.14 Selecting previously unselected package intltool-debian.
12:56:19 #10 25.15 Preparing to unpack .../083-intltool-debian_0.35.0+20060710.5_all.deb ...
12:56:19 #10 25.15 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:56:19 #10 25.20 Selecting previously unselected package po-debconf.
12:56:19 #10 25.20 Preparing to unpack .../084-po-debconf_1.0.21_all.deb ...
12:56:19 #10 25.21 Unpacking po-debconf (1.0.21) ...
12:56:19 #10 25.26 Selecting previously unselected package debhelper.
12:56:19 #10 29.90 Preparing to unpack .../174-libvariable-magic-perl_0.62-1+b3_arm64.deb ...
12:56:19 #10 29.90 Unpacking libvariable-magic-perl (0.62-1+b3) ...
12:56:19 #10 29.93 Selecting previously unselected package libb-hooks-endofscope-perl.
12:56:19 #10 29.93 Preparing to unpack .../175-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
12:56:19 #10 29.93 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
12:56:19 #10 29.97 Selecting previously unselected package libpng16-16:arm64.
12:56:19 #10 29.97 Preparing to unpack .../176-libpng16-16_1.6.37-3_arm64.deb ...
12:56:19 #10 29.97 Unpacking libpng16-16:arm64 (1.6.37-3) ...
12:56:19 #10 30.02 Selecting previously unselected package libfreetype6:arm64.
12:56:19 #10 30.02 Preparing to unpack .../177-libfreetype6_2.10.4+dfsg-1+deb11u1_arm64.deb ...
12:56:19 #10 30.03 Unpacking libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ...
12:56:19 #10 30.09 Selecting previously unselected package libfontconfig1:arm64.
12:56:19 #10 30.09 Preparing to unpack .../178-libfontconfig1_2.13.1-4.2_arm64.deb ...
12:56:19 #10 30.09 Unpacking libfontconfig1:arm64 (2.13.1-4.2) ...
12:56:19 #10 30.14 Selecting previously unselected package libjpeg62-turbo:arm64.
12:56:20 #7 ...
12:56:20 
12:56:20 #9 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b
12:56:20 #9 resolve docker.io/library/debian:bullseye@sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b 0.0s done
12:56:20 #9 sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b 1.85kB / 1.85kB done
12:56:20 #9 sha256:ea4047ea391dac329de4eb04f79c029ca6053df9fb0c39fcc25e20db528c5f75 529B / 529B done
12:56:20 #9 sha256:20473158e8b343e4b33b409f5a82611464886315feb6625c73a373bc51e323f2 1.46kB / 1.46kB done
12:56:20 #9 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 55.03MB / 55.03MB 1.3s done
12:56:20 #9 extracting sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 4.7s done
12:56:20 #9 DONE 6.3s
12:56:20 
12:56:20 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:20 mkdir -p sources
12:56:20 docker run --rm -w /v \
12:56:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:20 	alpine \
12:56:20 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:20 mkdir -p sources
12:56:20 docker run --rm -w /v \
12:56:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
12:56:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:20 	alpine \
12:56:20 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:56:20 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.5s done
12:56:20 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4
12:56:20 #6 DONE 0.4s
12:56:20 
12:56:20 #3 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:20 #3 DONE 0.4s
12:56:20 
12:56:20 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:20 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:20 #7 sha256:3e01c126cacd61c2824e005ac36dcf6b948239ccbc66c9d64370f194e89d3e99 1.79kB / 1.79kB done
12:56:20 #7 sha256:de2c937f375f4be2a7770aff34f8335868d8a92d2e2ab3261708fae518df965d 7.12kB / 7.12kB done
12:56:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 0B / 45.92MB 0.0s
12:56:20 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 0B / 7.15MB 0.0s
12:56:20 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:20 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 112.20MB / 115.17MB 1.8s
12:56:20 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.0s done
12:56:20 #10 69.79 Setting up automake (1:1.16.1-4) ...
12:56:20 #10 69.80 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:56:20 #10 69.80 Setting up libasync-mergepoint-perl (0.04-2) ...
12:56:20 #10 69.82 Setting up libio-sessiondata-perl (1.03-1) ...
12:56:20 #10 69.83 Setting up libstring-escape-perl (2010.002-2) ...
12:56:20 #10 69.84 Setting up libhttp-date-perl (6.02-1) ...
12:56:20 #10 69.86 Setting up libfile-which-perl (1.23-1) ...
12:56:20 #10 69.88 Setting up mailutils (1:3.5-4) ...
12:56:20 #10 69.89 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
12:56:20 #10 19.56 Preparing to unpack .../053-libasan8_12.2.0-14_arm64.deb ...
12:56:20 #10 19.57 Unpacking libasan8:arm64 (12.2.0-14) ...
12:56:20 #10 19.76 Selecting previously unselected package liblsan0:arm64.
12:56:20 #10 19.76 Preparing to unpack .../054-liblsan0_12.2.0-14_arm64.deb ...
12:56:20 #10 19.77 Unpacking liblsan0:arm64 (12.2.0-14) ...
12:56:20 #10 25.26 Preparing to unpack .../085-debhelper_12.1.1_all.deb ...
12:56:20 #10 25.26 Unpacking debhelper (12.1.1) ...
12:56:20 #10 25.39 Selecting previously unselected package debian-keyring.
12:56:20 #10 25.40 Preparing to unpack .../086-debian-keyring_2019.02.25_all.deb ...
12:56:20 #10 25.40 Unpacking debian-keyring (2019.02.25) ...
12:56:20 #10 30.14 Preparing to unpack .../179-libjpeg62-turbo_1%3a2.0.6-4_arm64.deb ...
12:56:20 #10 30.15 Unpacking libjpeg62-turbo:arm64 (1:2.0.6-4) ...
12:56:20 #10 30.20 Selecting previously unselected package libdeflate0:arm64.
12:56:20 #10 30.20 Preparing to unpack .../180-libdeflate0_1.7-1_arm64.deb ...
12:56:20 #10 30.21 Unpacking libdeflate0:arm64 (1.7-1) ...
12:56:20 #10 30.24 Selecting previously unselected package libjbig0:arm64.
12:56:20 #10 30.25 Preparing to unpack .../181-libjbig0_2.1-3.1+b2_arm64.deb ...
12:56:20 #10 30.25 Unpacking libjbig0:arm64 (2.1-3.1+b2) ...
12:56:20 #10 30.28 Selecting previously unselected package libwebp6:arm64.
12:56:20 #10 30.29 Preparing to unpack .../182-libwebp6_0.6.1-2.1_arm64.deb ...
12:56:20 #10 30.29 Unpacking libwebp6:arm64 (0.6.1-2.1) ...
12:56:20 #10 30.34 Selecting previously unselected package libtiff5:arm64.
12:56:20 #10 30.34 Preparing to unpack .../183-libtiff5_4.2.0-1+deb11u3_arm64.deb ...
12:56:20 #10 30.35 Unpacking libtiff5:arm64 (4.2.0-1+deb11u3) ...
12:56:20 #10 30.40 Selecting previously unselected package libxau6:arm64.
12:56:20 #10 30.40 Preparing to unpack .../184-libxau6_1%3a1.0.9-1_arm64.deb ...
12:56:20 #10 30.40 Unpacking libxau6:arm64 (1:1.0.9-1) ...
12:56:20 #10 30.43 Selecting previously unselected package libxdmcp6:arm64.
12:56:20 #10 30.43 Preparing to unpack .../185-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
12:56:20 #10 30.44 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
12:56:20 #10 30.47 Selecting previously unselected package libxcb1:arm64.
12:56:20 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.6s done
12:56:20 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4
12:56:20 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.5s done
12:56:20 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.05MB / 7.15MB 0.3s
12:56:20 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 2.10MB / 7.15MB 0.3s
12:56:20 == Building packages for raspbian-buster ==
12:56:20 mkdir -p "debbuild/raspbian-buster"
12:56:20 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-buster/aarch64 -f raspbian-buster/Dockerfile .
12:56:20 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 2.6s done
12:56:20 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600
12:56:20 #11 24.90 Resolving Dependencies
12:56:20 #11 24.90 --> Running transaction check
12:56:20 #11 24.90 ---> Package rpm-build.aarch64 0:4.11.3-48.el7_9 will be installed
12:56:20 #11 24.92 --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-build-4.11.3-48.el7_9.aarch64
12:56:20 #11 25.04 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-48.el7_9.aarch64
12:56:20 #11 25.05 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-48.el7_9.aarch64
12:56:20 #11 25.05 --> Processing Dependency: unzip for package: rpm-build-4.11.3-48.el7_9.aarch64
12:56:20 #11 25.05 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-48.el7_9.aarch64
12:56:20 #11 25.05 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-48.el7_9.aarch64
12:56:20 #11 25.05 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-48.el7_9.aarch64
12:56:20 #11 25.05 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-48.el7_9.aarch64
12:56:20 #11 25.05 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-48.el7_9.aarch64
12:56:20 #11 25.05 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-48.el7_9.aarch64
12:56:20 #11 25.06 --> Processing Dependency: file for package: rpm-build-4.11.3-48.el7_9.aarch64
12:56:20 #11 25.06 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-48.el7_9.aarch64
12:56:20 #11 25.07 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-48.el7_9.aarch64
12:56:20 #11 25.07 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-48.el7_9.aarch64
12:56:20 #11 25.07 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed
12:56:20 #11 25.07 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch
12:56:20 #11 25.07 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch
12:56:20 #11 25.07 --> Running transaction check
12:56:20 #11 25.07 ---> Package bzip2.aarch64 0:1.0.6-13.el7 will be installed
12:56:20 #11 25.07 ---> Package desktop-file-utils.aarch64 0:0.23-2.el7 will be installed
12:56:20 #11 25.07 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.aarch64
12:56:20 #11 25.08 ---> Package elfutils.aarch64 0:0.176-5.el7 will be installed
12:56:20 #11 25.08 ---> Package file.aarch64 0:5.11-37.el7 will be installed
12:56:20 #11 25.08 ---> Package gdb.aarch64 0:7.6.1-120.el7 will be installed
12:56:20 #11 25.09 ---> Package groff-base.aarch64 0:1.22.2-8.el7 will be installed
12:56:20 #11 25.09 ---> Package patch.aarch64 0:2.7.1-12.el7_7 will be installed
12:56:20 #11 25.09 ---> Package perl.aarch64 4:5.16.3-299.el7_9 will be installed
12:56:20 #11 25.09 --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.10 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.10 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.10 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.10 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.10 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.10 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.10 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.10 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.11 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.11 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.11 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.11 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.11 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.11 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.11 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.11 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.11 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.11 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.11 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.11 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.11 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.11 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.aarch64
12:56:20 #11 25.11 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
12:56:20 #11 25.12 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
12:56:20 #11 25.12 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
12:56:20 #11 25.12 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
12:56:20 #11 25.12 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
12:56:20 #11 25.12 ---> Package perl-threads.aarch64 0:1.87-4.el7 will be installed
12:56:20 #11 25.13 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed
12:56:20 #11 25.13 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
12:56:20 #11 25.13 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
12:56:20 #11 25.13 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
12:56:20 #11 25.13 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
12:56:20 #11 25.13 ---> Package rpm.aarch64 0:4.11.3-45.el7 will be updated
12:56:20 #11 25.13 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-python-4.11.3-45.el7.aarch64
12:56:20 #11 25.13 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-libs-4.11.3-45.el7.aarch64
12:56:20 #11 25.14 ---> Package rpm.aarch64 0:4.11.3-48.el7_9 will be an update
12:56:20 #11 25.14 ---> Package unzip.aarch64 0:6.0-24.el7_9 will be installed
12:56:20 #11 25.14 --> Running transaction check
12:56:20 #11 25.14 ---> Package dwz.aarch64 0:0.11-3.el7 will be installed
12:56:20 #11 25.14 ---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed
12:56:20 #11 25.14 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
12:56:20 #11 25.14 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
12:56:20 #11 25.14 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
12:56:20 #11 25.14 ---> Package perl-Filter.aarch64 0:1.49-3.el7 will be installed
12:56:20 #11 25.14 ---> Package perl-PathTools.aarch64 0:3.40-5.el7 will be installed
12:56:20 #11 25.15 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
12:56:20 #11 25.15 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
12:56:20 #11 25.15 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
12:56:20 #11 25.15 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
12:56:20 #11 25.15 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
12:56:20 #11 25.16 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
12:56:20 #11 25.16 ---> Package perl-Scalar-List-Utils.aarch64 0:1.27-248.el7 will be installed
12:56:20 #11 25.16 ---> Package perl-Socket.aarch64 0:2.010-5.el7 will be installed
12:56:20 #11 25.16 ---> Package perl-Storable.aarch64 0:2.45-3.el7 will be installed
12:56:20 #11 25.16 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
12:56:20 #11 25.16 ---> Package perl-Time-HiRes.aarch64 4:1.9725-3.el7 will be installed
12:56:20 #11 25.16 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
12:56:20 #11 25.17 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
12:56:20 #11 25.17 ---> Package perl-libs.aarch64 4:5.16.3-299.el7_9 will be installed
12:56:20 #11 25.17 ---> Package perl-macros.aarch64 4:5.16.3-299.el7_9 will be installed
12:56:20 #11 25.17 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
12:56:20 #11 25.17 ---> Package perl-threads-shared.aarch64 0:1.43-6.el7 will be installed
12:56:20 #11 25.17 ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed
12:56:20 #11 25.17 ---> Package rpm-libs.aarch64 0:4.11.3-45.el7 will be updated
12:56:20 #11 25.17 --> Processing Dependency: rpm-libs(aarch-64) = 4.11.3-45.el7 for package: rpm-build-libs-4.11.3-45.el7.aarch64
12:56:20 #11 25.17 ---> Package rpm-libs.aarch64 0:4.11.3-48.el7_9 will be an update
12:56:20 #11 25.17 ---> Package rpm-python.aarch64 0:4.11.3-45.el7 will be updated
12:56:20 #11 25.18 ---> Package rpm-python.aarch64 0:4.11.3-48.el7_9 will be an update
12:56:20 #11 25.18 ---> Package zip.aarch64 0:3.0-11.el7 will be installed
12:56:20 #11 25.18 --> Running transaction check
12:56:20 #11 25.18 ---> Package perl-Encode.aarch64 0:2.51-7.el7 will be installed
12:56:20 #11 25.18 ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed
12:56:20 #11 25.18 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
12:56:20 #11 25.19 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
12:56:20 #11 25.19 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
12:56:20 #11 25.19 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
12:56:20 #11 25.19 ---> Package rpm-build-libs.aarch64 0:4.11.3-45.el7 will be updated
12:56:20 #11 25.19 ---> Package rpm-build-libs.aarch64 0:4.11.3-48.el7_9 will be an update
12:56:20 #11 25.19 --> Running transaction check
12:56:20 #11 25.19 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
12:56:20 #11 25.20 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
12:56:20 #11 25.41 --> Finished Dependency Resolution
12:56:20 #11 25.42 
12:56:20 #11 25.42 Dependencies Resolved
12:56:20 #11 25.43 
12:56:20 #11 25.43 ================================================================================
12:56:20 #11 25.43  Package                   Arch       Version                  Repository  Size
12:56:20 #11 25.43 ================================================================================
12:56:20 #11 25.43 Installing:
12:56:20 #11 25.43  rpm-build                 aarch64    4.11.3-48.el7_9          updates    150 k
12:56:20 #11 25.43  rpmlint                   noarch     1.5-4.el7                base       229 k
12:56:20 #11 25.43 Installing for dependencies:
12:56:20 #11 25.43  bzip2                     aarch64    1.0.6-13.el7             base        52 k
12:56:20 #11 25.43  desktop-file-utils        aarch64    0.23-2.el7               base        68 k
12:56:20 #11 25.43  dwz                       aarch64    0.11-3.el7               base        95 k
12:56:20 #11 25.43  elfutils                  aarch64    0.176-5.el7              base       301 k
12:56:20 #11 25.43  emacs-filesystem          noarch     1:24.3-23.el7            base        58 k
12:56:20 #11 25.43  file                      aarch64    5.11-37.el7              base        57 k
12:56:20 #11 25.43  gdb                       aarch64    7.6.1-120.el7            base       2.3 M
12:56:20 #11 25.43  groff-base                aarch64    1.22.2-8.el7             base       920 k
12:56:20 #11 25.43  patch                     aarch64    2.7.1-12.el7_7           base       107 k
12:56:20 #11 25.43  perl                      aarch64    4:5.16.3-299.el7_9       updates    7.9 M
12:56:20 #11 25.43  perl-Carp                 noarch     1.26-244.el7             base        19 k
12:56:20 #11 25.43  perl-Encode               aarch64    2.51-7.el7               base       1.1 M
12:56:20 #11 25.43  perl-Exporter             noarch     5.68-3.el7               base        28 k
12:56:20 #11 25.43  perl-File-Path            noarch     2.09-2.el7               base        26 k
12:56:20 #11 25.43  perl-File-Temp            noarch     0.23.01-3.el7            base        56 k
12:56:20 #11 25.43  perl-Filter               aarch64    1.49-3.el7               base        76 k
12:56:20 #11 25.43  perl-Getopt-Long          noarch     2.40-3.el7               base        56 k
12:56:20 #11 25.43  perl-HTTP-Tiny            noarch     0.033-3.el7              base        38 k
12:56:20 #11 25.43  perl-PathTools            aarch64    3.40-5.el7               base        82 k
12:56:20 #11 25.43  perl-Pod-Escapes          noarch     1:1.04-299.el7_9         updates     52 k
12:56:20 #11 25.43  perl-Pod-Perldoc          noarch     3.20-4.el7               base        87 k
12:56:20 #11 25.43  perl-Pod-Simple           noarch     1:3.28-4.el7             base       216 k
12:56:20 #11 25.43  perl-Pod-Usage            noarch     1.63-3.el7               base        27 k
12:56:20 #11 25.43  perl-Scalar-List-Utils    aarch64    1.27-248.el7             base        35 k
12:56:20 #11 25.43  perl-Socket               aarch64    2.010-5.el7              base        48 k
12:56:20 #11 25.43  perl-Storable             aarch64    2.45-3.el7               base        73 k
12:56:20 #11 25.43  perl-Text-ParseWords      noarch     3.29-4.el7               base        14 k
12:56:20 #11 25.43  perl-Thread-Queue         noarch     3.02-2.el7               base        17 k
12:56:20 #11 25.43  perl-Time-HiRes           aarch64    4:1.9725-3.el7           base        45 k
12:56:20 #11 25.43  perl-Time-Local           noarch     1.2300-2.el7             base        24 k
12:56:20 #11 25.43  perl-constant             noarch     1.27-2.el7               base        19 k
12:56:20 #11 25.43  perl-libs                 aarch64    4:5.16.3-299.el7_9       updates    621 k
12:56:20 #11 25.43  perl-macros               aarch64    4:5.16.3-299.el7_9       updates     44 k
12:56:20 #11 25.43  perl-parent               noarch     1:0.225-244.el7          base        12 k
12:56:20 #11 25.43  perl-podlators            noarch     2.5.1-3.el7              base       112 k
12:56:20 #11 25.43  perl-srpm-macros          noarch     1-8.el7                  base       4.6 k
12:56:20 #11 25.43  perl-threads              aarch64    1.87-4.el7               base        48 k
12:56:20 #11 25.43  perl-threads-shared       aarch64    1.43-6.el7               base        37 k
12:56:20 #11 25.43  python-srpm-macros        noarch     3-34.el7                 base       8.8 k
12:56:20 #11 25.43  redhat-rpm-config         noarch     9.1.0-88.el7.centos      base        81 k
12:56:20 #11 25.43  unzip                     aarch64    6.0-24.el7_9             updates    168 k
12:56:20 #11 25.43  zip                       aarch64    3.0-11.el7               base       257 k
12:56:20 #11 25.43 Updating for dependencies:
12:56:20 #11 25.43  rpm                       aarch64    4.11.3-48.el7_9          updates    1.2 M
12:56:20 #11 25.43  rpm-build-libs            aarch64    4.11.3-48.el7_9          updates    101 k
12:56:20 #11 25.43  rpm-libs                  aarch64    4.11.3-48.el7_9          updates    256 k
12:56:20 #11 25.43  rpm-python                aarch64    4.11.3-48.el7_9          updates     83 k
12:56:20 #11 25.43 
12:56:20 #11 25.43 Transaction Summary
12:56:20 #11 25.43 ================================================================================
12:56:20 #11 25.43 Install  2 Packages (+42 Dependent packages)
12:56:20 #11 25.43 Upgrade             (  4 Dependent packages)
12:56:20 #11 25.43 
12:56:20 #11 25.43 Total download size: 17 M
12:56:20 #11 25.43 Downloading packages:
12:56:20 #11 25.44 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
12:56:20 #11 26.69 warning: /var/cache/yum/aarch64/7/base/packages/bzip2-1.0.6-13.el7.aarch64.rpm: Header V4 RSA/SHA1 Signature, key ID 305d49d6: NOKEY
12:56:20 #11 26.69 Public key for bzip2-1.0.6-13.el7.aarch64.rpm is not installed
12:56:20 #11 27.35 Public key for perl-libs-5.16.3-299.el7_9.aarch64.rpm is not installed
12:56:20 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 2.6s done
12:56:20 #10 69.90 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
12:56:20 #10 69.90 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
12:56:20 #10 69.91 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
12:56:20 #10 69.91 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
12:56:20 #10 69.92 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
12:56:20 #10 69.92 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
12:56:20 #10 69.93 Setting up libfile-basedir-perl (0.08-1) ...
12:56:20 #10 69.95 Setting up libnumber-range-perl (0.12-1) ...
12:56:20 #10 69.97 Setting up libtask-weaken-perl (1.06-1) ...
12:56:20 #10 69.98 Setting up libunicode-utf8-perl (0.62-1) ...
12:56:20 #10 70.00 Setting up libstruct-dumb-perl (0.09-1) ...
12:56:20 #10 70.01 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ...
12:56:20 #10 70.02 Setting up libfile-listing-perl (6.04-1) ...
12:56:20 #10 70.04 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
12:56:20 #10 70.05 Setting up libclass-inspector-perl (1.32-1) ...
12:56:20 #10 70.07 Setting up libfont-afm-perl (1.20-2) ...
12:56:20 #10 70.08 Setting up libwant-perl (0.29-1+b4) ...
12:56:20 #10 70.09 Setting up libdynaloader-functions-perl (0.003-1) ...
12:56:20 #10 70.10 Setting up libtext-glob-perl (0.10-1) ...
12:56:20 #13 DONE 2.0s
12:56:20 
12:56:20 #14 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
12:56:20 #14 DONE 0.4s
12:56:20 
12:56:20 #15 [base 4/5] 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
12:56:20 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 4.3s done
12:56:20 #10 19.87 Selecting previously unselected package libtsan2:arm64.
12:56:20 #10 19.87 Preparing to unpack .../055-libtsan2_12.2.0-14_arm64.deb ...
12:56:20 #10 19.87 Unpacking libtsan2:arm64 (12.2.0-14) ...
12:56:20 #10 20.08 Selecting previously unselected package libubsan1:arm64.
12:56:20 #10 20.08 Preparing to unpack .../056-libubsan1_12.2.0-14_arm64.deb ...
12:56:20 #10 20.08 Unpacking libubsan1:arm64 (12.2.0-14) ...
12:56:20 #10 30.47 Preparing to unpack .../186-libxcb1_1.14-3_arm64.deb ...
12:56:20 #10 30.48 Unpacking libxcb1:arm64 (1.14-3) ...
12:56:20 #10 30.52 Selecting previously unselected package libx11-data.
12:56:20 #10 30.52 Preparing to unpack .../187-libx11-data_2%3a1.7.2-1_all.deb ...
12:56:20 #10 30.52 Unpacking libx11-data (2:1.7.2-1) ...
12:56:20 #10 30.59 Selecting previously unselected package libx11-6:arm64.
12:56:20 #10 30.59 Preparing to unpack .../188-libx11-6_2%3a1.7.2-1_arm64.deb ...
12:56:20 #10 30.60 Unpacking libx11-6:arm64 (2:1.7.2-1) ...
12:56:20 #10 30.67 Selecting previously unselected package libxpm4:arm64.
12:56:20 #10 30.67 Preparing to unpack .../189-libxpm4_1%3a3.5.12-1_arm64.deb ...
12:56:20 #10 30.68 Unpacking libxpm4:arm64 (1:3.5.12-1) ...
12:56:20 #9 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 2.2s done
12:56:20 #9 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97
12:56:20 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 3.15MB / 7.15MB 0.4s
12:56:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 4.19MB / 45.92MB 0.7s
12:56:20 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 4.19MB / 7.15MB 0.7s
12:56:20 #1 [internal] load .dockerignore
12:56:20 #1 transferring context: 2B done
12:56:20 #1 DONE 0.1s
12:56:20 
12:56:20 #2 [internal] load build definition from Dockerfile
12:56:20 #2 transferring dockerfile: 926B done
12:56:20 #2 DONE 0.1s
12:56:20 
12:56:20 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:buster
12:56:20 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.3s done
12:56:20 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10
12:56:20 mkdir -p sources
12:56:20 docker run --rm -w /v \
12:56:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:20 	alpine \
12:56:20 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:20 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 1.9s done
12:56:20 #17 ...
12:56:20 
12:56:20 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
12:56:20 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 3.5s done
12:56:20 #16 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
12:56:20 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97
12:56:20 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.2s done
12:56:20 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2
12:56:20 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.2s done
12:56:20 #10 70.12 Setting up libclass-method-modifiers-perl (2.12-1) ...
12:56:20 #10 70.13 Setting up liblist-compare-perl (0.53-1) ...
12:56:20 #10 70.15 Setting up libref-util-xs-perl (0.117-1+b1) ...
12:56:20 #10 70.16 Setting up libio-pty-perl (1:1.08-1.1+b5) ...
12:56:20 #10 70.18 Setting up libfile-fcntllock-perl (0.22-3+b5) ...
12:56:20 #10 70.19 Setting up libsort-key-perl (1.33-2+b1) ...
12:56:20 #10 70.21 Setting up libclone-perl (0.41-1+b1) ...
12:56:20 #10 70.23 Setting up libalgorithm-diff-perl (1.19.03-2) ...
12:56:20 #10 70.25 Setting up libarchive-zip-perl (1.64-1) ...
12:56:20 #10 70.26 Setting up libsub-identify-perl (0.14-1+b1) ...
12:56:20 #10 70.27 Setting up libdistro-info-perl (0.21) ...
12:56:20 #10 70.29 Setting up python3-apt (1.8.4.3) ...
12:56:20 #10 70.44 Setting up libio-stringy-perl (2.111-3) ...
12:56:20 #10 70.45 Setting up liblist-moreutils-perl (0.416-1+b4) ...
12:56:20 #10 70.47 Setting up libhtml-tagset-perl (3.20-3) ...
12:56:20 #10 20.18 Selecting previously unselected package libhwasan0:arm64.
12:56:20 #10 20.19 Preparing to unpack .../057-libhwasan0_12.2.0-14_arm64.deb ...
12:56:20 #10 20.19 Unpacking libhwasan0:arm64 (12.2.0-14) ...
12:56:20 #10 20.29 Selecting previously unselected package libgcc-12-dev:arm64.
12:56:20 #10 20.29 Preparing to unpack .../058-libgcc-12-dev_12.2.0-14_arm64.deb ...
12:56:20 #10 20.30 Unpacking libgcc-12-dev:arm64 (12.2.0-14) ...
12:56:20 #10 20.42 Selecting previously unselected package gcc-12.
12:56:20 #7 ...
12:56:20 
12:56:20 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:kinetic@sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179
12:56:20 #9 resolve docker.io/library/ubuntu:kinetic@sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179 0.0s done
12:56:20 #9 sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179 1.13kB / 1.13kB done
12:56:20 #9 sha256:535c4a5ab0c2937593fb6aa241d9996f6eed02b8598928aa289ffd0416561131 424B / 424B done
12:56:20 #9 sha256:10c2f4041af137e6b0ba5c793df3dfdf4e72a4e011ce6847f4cc0247b9bbf7f2 2.30kB / 2.30kB done
12:56:20 #9 sha256:256644d5a307c3efeca6ae2854b6329a2753157868dc5548e33161b377658e6a 26.69MB / 26.69MB 0.4s done
12:56:20 #9 extracting sha256:256644d5a307c3efeca6ae2854b6329a2753157868dc5548e33161b377658e6a 3.3s done
12:56:20 #9 DONE 4.5s
12:56:20 
12:56:20 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:20 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 4.4s done
12:56:20 #10 30.74 Selecting previously unselected package libgd3:arm64.
12:56:20 #10 30.74 Preparing to unpack .../190-libgd3_2.3.0-2_arm64.deb ...
12:56:20 #10 30.75 Unpacking libgd3:arm64 (2.3.0-2) ...
12:56:20 #10 30.79 Selecting previously unselected package libc-devtools.
12:56:20 #10 30.79 Preparing to unpack .../191-libc-devtools_2.31-13+deb11u5_arm64.deb ...
12:56:20 #10 30.79 Unpacking libc-devtools (2.31-13+deb11u5) ...
12:56:20 #10 30.83 Selecting previously unselected package libcapture-tiny-perl.
12:56:20 #10 30.83 Preparing to unpack .../192-libcapture-tiny-perl_0.48-1_all.deb ...
12:56:20 #10 30.83 Unpacking libcapture-tiny-perl (0.48-1) ...
12:56:20 #10 30.86 Selecting previously unselected package libclass-data-inheritable-perl.
12:56:20 #10 30.87 Preparing to unpack .../193-libclass-data-inheritable-perl_0.08-3_all.deb ...
12:56:20 #10 30.87 Unpacking libclass-data-inheritable-perl (0.08-3) ...
12:56:20 #10 30.90 Selecting previously unselected package libclass-inspector-perl.
12:56:20 #10 30.90 Preparing to unpack .../194-libclass-inspector-perl_1.36-1_all.deb ...
12:56:20 #10 30.90 Unpacking libclass-inspector-perl (1.36-1) ...
12:56:20 #10 30.93 Selecting previously unselected package libclass-xsaccessor-perl.
12:56:20 #10 30.94 Preparing to unpack .../195-libclass-xsaccessor-perl_1.19-3+b7_arm64.deb ...
12:56:20 #10 30.94 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
12:56:20 #10 30.97 Selecting previously unselected package libclone-perl.
12:56:20 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 5.24MB / 7.15MB 0.7s
12:56:20 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 6.29MB / 7.15MB 0.8s
12:56:20 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.4s done
12:56:20 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 0.1s
12:56:20 #3 ...
12:56:20 
12:56:20 #4 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
12:56:20 #4 DONE 0.0s
12:56:20 
12:56:20 #5 [auth] library/golang:pull token for registry-1.docker.io
12:56:20 #5 DONE 0.0s
12:56:20 
12:56:20 #6 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:20 mkdir -p rpmbuild/SOURCES
12:56:20 docker run --rm -w /v \
12:56:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
12:56:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:20 	alpine \
12:56:20 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:56:20 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 0.1s
12:56:20 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694
12:56:21 #10 20.42 Preparing to unpack .../059-gcc-12_12.2.0-14_arm64.deb ...
12:56:21 #10 20.43 Unpacking gcc-12 (12.2.0-14) ...
12:56:21 #10 70.48 Setting up liblog-any-perl (1.707-1) ...
12:56:21 #10 70.50 Setting up libauthen-sasl-perl (2.1600-1) ...
12:56:21 #10 70.51 Setting up libpod-constants-perl (0.19-1) ...
12:56:21 #10 70.53 Setting up libregexp-pattern-license-perl (3.0.31-4) ...
12:56:21 #10 70.54 Setting up libconvert-binhex-perl (1.125-1) ...
12:56:21 #10 70.56 Setting up libfuture-perl (0.39-1) ...
12:56:21 #10 70.57 Setting up liblwp-mediatypes-perl (6.02-1) ...
12:56:21 #10 70.58 Setting up libyaml-libyaml-perl (0.76+repack-1) ...
12:56:21 #10 70.59 Setting up libtry-tiny-perl (0.30-1) ...
12:56:21 #10 70.61 Setting up libtype-tiny-perl (1.004004-1) ...
12:56:21 #10 70.63 Setting up libtest-fatal-perl (0.014-1) ...
12:56:21 #10 70.64 Setting up libcommon-sense-perl (3.74-2+b7) ...
12:56:21 #10 70.66 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:56:21 #10 70.67 Setting up libnet-http-perl (6.18-1) ...
12:56:21 #10 30.97 Preparing to unpack .../196-libclone-perl_0.45-1+b1_arm64.deb ...
12:56:21 #10 30.97 Unpacking libclone-perl (0.45-1+b1) ...
12:56:21 #10 31.01 Selecting previously unselected package libcommon-sense-perl.
12:56:21 #10 31.01 Preparing to unpack .../197-libcommon-sense-perl_3.75-1+b4_arm64.deb ...
12:56:21 #10 31.01 Unpacking libcommon-sense-perl (3.75-1+b4) ...
12:56:21 #10 31.04 Selecting previously unselected package libconfig-tiny-perl.
12:56:21 #10 31.04 Preparing to unpack .../198-libconfig-tiny-perl_2.26-1_all.deb ...
12:56:21 #10 31.05 Unpacking libconfig-tiny-perl (2.26-1) ...
12:56:21 #10 31.08 Selecting previously unselected package libparams-util-perl.
12:56:21 #10 31.08 Preparing to unpack .../199-libparams-util-perl_1.102-1+b1_arm64.deb ...
12:56:21 #10 31.09 Unpacking libparams-util-perl (1.102-1+b1) ...
12:56:21 #10 31.12 Selecting previously unselected package libsub-install-perl.
12:56:21 #10 31.12 Preparing to unpack .../200-libsub-install-perl_0.928-1.1_all.deb ...
12:56:21 #10 31.13 Unpacking libsub-install-perl (0.928-1.1) ...
12:56:21 #10 31.16 Selecting previously unselected package libdata-optlist-perl.
12:56:21 #10 31.16 Preparing to unpack .../201-libdata-optlist-perl_0.110-1.1_all.deb ...
12:56:21 #10 31.16 Unpacking libdata-optlist-perl (0.110-1.1) ...
12:56:21 #10 31.19 Selecting previously unselected package libsub-exporter-perl.
12:56:21 #15 DONE 0.4s
12:56:21 
12:56:21 #16 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
12:56:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 7.34MB / 45.92MB 1.0s
12:56:21 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 1.0s
12:56:21 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 1.0s done
12:56:21 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 0B / 9.35MB 1.1s
12:56:21 #6 DONE 0.4s
12:56:21 
12:56:21 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:buster
12:56:21 #3 DONE 0.4s
12:56:21 
12:56:21 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:21 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:21 #16 ...
12:56:21 
12:56:21 #17 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1
12:56:21 #17 extracting sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 7.1s done
12:56:21 #17 extracting sha256:654a5f294e2d7792e63519253d227aa048219ee9251008dc8af1c2af73b5f2c9 0.0s done
12:56:21 #17 DONE 10.3s
12:56:21 
12:56:21 #19 [linux/amd64 build-base-alpine 2/4] COPY --from=xx / /
12:56:21 #10 70.69 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
12:56:21 #10 70.70 Setting up libencode-locale-perl (1.05-1) ...
12:56:21 #10 70.71 Setting up libtext-levenshtein-perl (0.13-1) ...
12:56:21 #10 70.73 Setting up libnet-dns-perl (1.19-1) ...
12:56:21 #10 70.74 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ...
12:56:21 #10 70.75 Setting up libdevel-callchecker-perl (0.008-1) ...
12:56:21 #10 70.76 Setting up libstring-shellquote-perl (1.04-1) ...
12:56:21 #10 70.78 Setting up libsub-install-perl (0.928-1) ...
12:56:21 #10 70.79 Setting up dpkg-dev (1.19.8) ...
12:56:21 #10 70.81 Setting up libnumber-compare-perl (0.03-1) ...
12:56:21 #10 70.83 Setting up intltool-debian (0.35.0+20060710.5) ...
12:56:21 #10 70.84 Setting up libio-async-perl (0.72-1) ...
12:56:21 #10 70.86 Setting up liberror-perl (0.17027-2) ...
12:56:21 #10 70.88 Setting up patchutils (0.3.4-2) ...
12:56:21 #10 70.90 Setting up libmail-sendmail-perl (0.80-1) ...
12:56:21 #10 31.19 Preparing to unpack .../202-libsub-exporter-perl_0.987-1_all.deb ...
12:56:21 #10 31.20 Unpacking libsub-exporter-perl (0.987-1) ...
12:56:21 #10 31.23 Selecting previously unselected package libconst-fast-perl.
12:56:21 #10 31.24 Preparing to unpack .../203-libconst-fast-perl_0.014-1.1_all.deb ...
12:56:21 #10 31.24 Unpacking libconst-fast-perl (0.014-1.1) ...
12:56:21 #10 31.27 Selecting previously unselected package libwant-perl.
12:56:21 #10 31.27 Preparing to unpack .../204-libwant-perl_0.29-1+b6_arm64.deb ...
12:56:21 #10 31.27 Unpacking libwant-perl (0.29-1+b6) ...
12:56:21 #10 31.31 Selecting previously unselected package libcontextual-return-perl.
12:56:21 #10 31.31 Preparing to unpack .../205-libcontextual-return-perl_0.004014-2_all.deb ...
12:56:21 #10 31.31 Unpacking libcontextual-return-perl (0.004014-2) ...
12:56:21 #10 31.35 Selecting previously unselected package libconvert-binhex-perl.
12:56:21 #10 31.35 Preparing to unpack .../206-libconvert-binhex-perl_1.125-1_all.deb ...
12:56:21 #10 31.36 Unpacking libconvert-binhex-perl (1.125-1) ...
12:56:21 #10 31.39 Selecting previously unselected package libcpanel-json-xs-perl.
12:56:21 #10 31.39 Preparing to unpack .../207-libcpanel-json-xs-perl_4.25-1+b1_arm64.deb ...
12:56:21 #10 31.39 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
12:56:21 #10 31.43 Selecting previously unselected package libdevel-stacktrace-perl.
12:56:21 #16 0.449 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:56:21 #16 0.458 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:56:21 #16 0.459 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:56:21 #16 0.547 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
12:56:21 #16 0.657 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
12:56:21 == Building packages for raspbian-bullseye ==
12:56:21 mkdir -p "debbuild/raspbian-bullseye"
12:56:21 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-bullseye/aarch64 -f raspbian-bullseye/Dockerfile .
12:56:21 #1 [internal] load build definition from Dockerfile
12:56:21 #1 transferring dockerfile: 928B done
12:56:21 #1 DONE 0.1s
12:56:21 
12:56:21 #2 [internal] load .dockerignore
12:56:21 #2 transferring context: 2B done
12:56:21 #2 DONE 0.1s
12:56:21 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.2s done
12:56:21 #8 extracting sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde 3.6s done
12:56:21 #8 DONE 5.2s
12:56:21 
12:56:21 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:21 #9 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:21 #9 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:21 #9 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
12:56:21 #9 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.9s done
12:56:21 #9 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.2s done
12:56:21 #9 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
12:56:21 #9 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.5s done
12:56:21 #9 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.1s done
12:56:21 #9 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.7s done
12:56:21 #9 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 2.9s done
12:56:21 #9 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.2s done
12:56:21 #9 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.5s done
12:56:21 #9 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.5s done
12:56:21 #9 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.4s done
12:56:21 #9 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 0.1s
12:56:21 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.05MB / 9.35MB 1.2s
12:56:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 10.49MB / 45.92MB 1.2s
12:56:21 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 3.15MB / 9.35MB 1.5s
12:56:21 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:21 #7 sha256:3e01c126cacd61c2824e005ac36dcf6b948239ccbc66c9d64370f194e89d3e99 1.79kB / 1.79kB done
12:56:21 #7 sha256:de2c937f375f4be2a7770aff34f8335868d8a92d2e2ab3261708fae518df965d 7.12kB / 7.12kB done
12:56:21 #8 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.6s done
12:56:21 #8 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375
12:56:21 #7 ...
12:56:21 
12:56:21 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f
12:56:21 #9 resolve docker.io/library/ubuntu:jammy@sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f 0.0s done
12:56:21 #9 sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f 1.13kB / 1.13kB done
12:56:21 #9 sha256:61bd0b97000996232eb07b8d0e9375d14197f78aa850c2506417ef995a7199a7 424B / 424B done
12:56:21 #9 sha256:a6be1f66f70f66ef43503292e38ccbfc14f2d5464e7736344783a8fc7bb339a8 2.31kB / 2.31kB done
12:56:21 #9 sha256:8b150fd943bcd54ef788cece17523d19031f745b099a798de65247900d102e18 27.34MB / 27.34MB 1.2s done
12:56:21 #9 extracting sha256:8b150fd943bcd54ef788cece17523d19031f745b099a798de65247900d102e18 1.5s done
12:56:21 #9 DONE 3.1s
12:56:21 
12:56:21 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:21 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 2.5s done
12:56:21 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600
12:56:21 #10 70.91 Setting up libltdl-dev:armhf (2.4.6-9) ...
12:56:21 #10 70.92 Setting up libxml-sax-base-perl (1.09-1) ...
12:56:21 #10 70.94 Setting up libio-string-perl (1.08-3) ...
12:56:21 #10 70.95 Setting up libreadonly-perl (2.050-1) ...
12:56:21 #10 70.96 Setting up python3-chardet (3.0.4-3) ...
12:56:21 #10 71.18 Setting up libstring-copyright-perl (0.003006-1) ...
12:56:21 #7 ...
12:56:21 
12:56:21 #10 [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
12:56:21 #10 DONE 1.9s
12:56:21 
12:56:21 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:21 #10 31.44 Preparing to unpack .../208-libdevel-stacktrace-perl_2.0400-1_all.deb ...
12:56:21 #10 31.44 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
12:56:21 #10 31.48 Selecting previously unselected package libexception-class-perl.
12:56:21 #10 31.48 Preparing to unpack .../209-libexception-class-perl_1.44-1_all.deb ...
12:56:21 #10 31.48 Unpacking libexception-class-perl (1.44-1) ...
12:56:21 #10 31.52 Selecting previously unselected package libiterator-perl.
12:56:21 #10 31.52 Preparing to unpack .../210-libiterator-perl_0.03+ds1-1.1_all.deb ...
12:56:21 #10 31.52 Unpacking libiterator-perl (0.03+ds1-1.1) ...
12:56:21 #10 31.55 Selecting previously unselected package libiterator-util-perl.
12:56:21 #10 31.55 Preparing to unpack .../211-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
12:56:21 #10 31.56 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
12:56:21 #10 31.59 Selecting previously unselected package libexporter-tiny-perl.
12:56:21 #10 31.59 Preparing to unpack .../212-libexporter-tiny-perl_1.002002-1_all.deb ...
12:56:21 #10 31.59 Unpacking libexporter-tiny-perl (1.002002-1) ...
12:56:21 #10 31.62 Selecting previously unselected package liblist-moreutils-xs-perl.
12:56:21 #10 31.62 Preparing to unpack .../213-liblist-moreutils-xs-perl_0.430-2_arm64.deb ...
12:56:21 #10 31.63 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
12:56:21 #10 31.66 Selecting previously unselected package liblist-moreutils-perl.
12:56:21 #10 31.66 Preparing to unpack .../214-liblist-moreutils-perl_0.430-2_all.deb ...
12:56:21 #10 31.66 Unpacking liblist-moreutils-perl (0.430-2) ...
12:56:21 #10 31.70 Selecting previously unselected package libdata-dpath-perl.
12:56:21 #10 31.70 Preparing to unpack .../215-libdata-dpath-perl_0.58-1_all.deb ...
12:56:21 #10 31.70 Unpacking libdata-dpath-perl (0.58-1) ...
12:56:21 #10 31.73 Selecting previously unselected package libdata-dump-perl.
12:56:21 #10 31.73 Preparing to unpack .../216-libdata-dump-perl_1.23-1.1_all.deb ...
12:56:21 #10 31.74 Unpacking libdata-dump-perl (1.23-1.1) ...
12:56:21 #10 31.77 Selecting previously unselected package libdata-messagepack-perl.
12:56:21 #16 0.768 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
12:56:21 
12:56:21 #3 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
12:56:21 #3 DONE 0.0s
12:56:21 
12:56:21 #4 [auth] library/golang:pull token for registry-1.docker.io
12:56:21 #4 DONE 0.0s
12:56:21 
12:56:21 #5 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bullseye
12:56:21 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375
12:56:21 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 4.19MB / 9.35MB 1.6s
12:56:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 14.68MB / 45.92MB 1.7s
12:56:21 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 5.24MB / 9.35MB 1.7s
12:56:21 mkdir -p sources
12:56:21 docker run --rm -w /v \
12:56:21 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:21 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:21 	alpine \
12:56:21 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:21 #10 71.20 Setting up python3-debian (0.1.35) ...
12:56:21 #10 71.35 Setting up python3-requests (2.21.0-1) ...
12:56:21 #10 31.78 Preparing to unpack .../217-libdata-messagepack-perl_1.00-4+b1_arm64.deb ...
12:56:21 #10 31.78 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
12:56:21 #10 31.82 Selecting previously unselected package libnet-domain-tld-perl.
12:56:21 #10 31.82 Preparing to unpack .../218-libnet-domain-tld-perl_1.75-1.1_all.deb ...
12:56:21 #10 31.83 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
12:56:21 #10 31.86 Selecting previously unselected package libdata-validate-domain-perl.
12:56:21 #10 31.86 Preparing to unpack .../219-libdata-validate-domain-perl_0.10-1.1_all.deb ...
12:56:21 #10 31.87 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
12:56:21 #10 31.91 Selecting previously unselected package libdevel-size-perl.
12:56:21 #10 31.91 Preparing to unpack .../220-libdevel-size-perl_0.83-1+b2_arm64.deb ...
12:56:21 #10 31.91 Unpacking libdevel-size-perl (0.83-1+b2) ...
12:56:21 #10 31.94 Selecting previously unselected package libdistro-info-perl.
12:56:21 #10 31.94 Preparing to unpack .../221-libdistro-info-perl_1.0_all.deb ...
12:56:21 #10 31.95 Unpacking libdistro-info-perl (1.0) ...
12:56:21 #10 31.98 Selecting previously unselected package libemail-address-xs-perl.
12:56:21 #10 31.98 Preparing to unpack .../222-libemail-address-xs-perl_1.04-1+b3_arm64.deb ...
12:56:21 #10 31.99 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
12:56:21 #10 32.02 Selecting previously unselected package libfcgi0ldbl:arm64.
12:56:21 #5 DONE 0.3s
12:56:21 
12:56:21 #6 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:21 #6 DONE 0.4s
12:56:21 #7 ...
12:56:21 
12:56:21 #10 [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
12:56:21 #10 DONE 1.2s
12:56:21 
12:56:21 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:21 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.5s done
12:56:21 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 6.29MB / 9.35MB 1.9s
12:56:21 #9 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 1.3s done
12:56:21 #9 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a
12:56:21 #10 21.23 Selecting previously unselected package gcc.
12:56:21 #10 21.23 Preparing to unpack .../060-gcc_4%3a12.2.0-3_arm64.deb ...
12:56:21 #10 21.24 Unpacking gcc (4:12.2.0-3) ...
12:56:21 #10 21.27 Selecting previously unselected package libstdc++-12-dev:arm64.
12:56:21 #10 21.27 Preparing to unpack .../061-libstdc++-12-dev_12.2.0-14_arm64.deb ...
12:56:21 #10 21.28 Unpacking libstdc++-12-dev:arm64 (12.2.0-14) ...
12:56:21 #10 21.49 Selecting previously unselected package g++-12.
12:56:21 #10 21.49 Preparing to unpack .../062-g++-12_12.2.0-14_arm64.deb ...
12:56:21 #10 21.49 Unpacking g++-12 (12.2.0-14) ...
12:56:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 0B / 45.92MB 0.6s
12:56:21 #7 extracting sha256:38fb86e1a5f8ed159b5f78103af148dac5e6c069ea50b548a2c29d4af710171f 5.2s
12:56:21 #7 extracting sha256:38fb86e1a5f8ed159b5f78103af148dac5e6c069ea50b548a2c29d4af710171f 5.4s done
12:56:21 #8 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.6s done
12:56:21 #8 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4
12:56:22 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.3s done
12:56:22 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2
12:56:22 #10 71.49 Setting up libdata-optlist-perl (0.110-1) ...
12:56:22 #10 71.50 Setting up libipc-run-perl (20180523.0-1) ...
12:56:22 #10 71.51 Setting up git (1:2.20.1-2+deb10u7) ...
12:56:22 #10 71.55 Setting up libcontextual-return-perl (0.004014-2) ...
12:56:22 #10 71.57 Setting up libwww-robotrules-perl (6.02-1) ...
12:56:22 #10 71.58 Setting up libtypes-serialiser-perl (1.0-1) ...
12:56:22 #10 71.59 Setting up g++ (4:8.3.0-1) ...
12:56:22 #10 71.62 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:56:22 #10 71.63 Setting up libhtml-parser-perl (3.72-3+b3) ...
12:56:22 #10 71.64 Setting up libgit-wrapper-perl (0.048-1) ...
12:56:22 #10 71.65 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:56:22 #10 71.67 Setting up librole-tiny-perl (2.000006-1) ...
12:56:22 #10 71.68 Setting up gnupg (2.2.12-1+deb10u2) ...
12:56:22 #10 71.69 Setting up build-essential (12.6) ...
12:56:22 #10 71.70 Setting up libfile-homedir-perl (1.004-1) ...
12:56:22 #10 32.02 Preparing to unpack .../223-libfcgi0ldbl_2.4.2-2_arm64.deb ...
12:56:22 #10 32.02 Unpacking libfcgi0ldbl:arm64 (2.4.2-2) ...
12:56:22 #10 32.06 Selecting previously unselected package libfcgi-bin.
12:56:22 #10 32.06 Preparing to unpack .../224-libfcgi-bin_2.4.2-2_arm64.deb ...
12:56:22 #10 32.06 Unpacking libfcgi-bin (2.4.2-2) ...
12:56:22 #10 32.09 Selecting previously unselected package libfcgi-perl:arm64.
12:56:22 #10 32.10 Preparing to unpack .../225-libfcgi-perl_0.79+ds-2_arm64.deb ...
12:56:22 #10 32.10 Unpacking libfcgi-perl:arm64 (0.79+ds-2) ...
12:56:22 #10 32.13 Selecting previously unselected package libipc-system-simple-perl.
12:56:22 #10 32.13 Preparing to unpack .../226-libipc-system-simple-perl_1.30-1_all.deb ...
12:56:22 #10 32.14 Unpacking libipc-system-simple-perl (1.30-1) ...
12:56:22 #10 32.17 Selecting previously unselected package libfile-basedir-perl.
12:56:22 #10 32.17 Preparing to unpack .../227-libfile-basedir-perl_0.08-1_all.deb ...
12:56:22 #10 32.18 Unpacking libfile-basedir-perl (0.08-1) ...
12:56:22 #10 32.21 Selecting previously unselected package libfile-chdir-perl.
12:56:22 #10 32.21 Preparing to unpack .../228-libfile-chdir-perl_0.1008-1.1_all.deb ...
12:56:22 #10 32.21 Unpacking libfile-chdir-perl (0.1008-1.1) ...
12:56:22 #10 32.24 Selecting previously unselected package libfile-fcntllock-perl.
12:56:22 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.1s
12:56:22 
12:56:22 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91
12:56:22 #7 resolve docker.io/balenalib/rpi-raspbian:bullseye@sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91 0.0s done
12:56:22 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 0B / 41.79MB 0.1s
12:56:22 #7 sha256:910ebb32e34ad5c196cb0edd69912b1b209831af24c7d41409e6f47f22f8bffc 5.00kB / 5.00kB done
12:56:22 #7 sha256:7d7ecaba86e0a81cdaab07764d4f1a33559cca2282c1ce53f7cce311081df7c9 0B / 304B 0.1s
12:56:22 #7 sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91 1.99kB / 1.99kB done
12:56:22 #7 sha256:cd8d70a00e71863bfa6605014d4ab5d5f1c274ad787d72241305b763cb1e57ee 0B / 257B 0.2s
12:56:22 #7 sha256:7d7ecaba86e0a81cdaab07764d4f1a33559cca2282c1ce53f7cce311081df7c9 304B / 304B 0.3s done
12:56:22 #7 sha256:2bb109a565e6de9a7dac0d6b91e7be2ef45b3ad4d309679b36298c8e28caf2b2 0B / 909B 0.3s
12:56:22 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 7.34MB / 9.35MB 1.9s
12:56:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 17.83MB / 45.92MB 2.1s
12:56:22 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 8.39MB / 9.35MB 2.1s
12:56:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 4.19MB / 45.92MB 1.0s
12:56:22 #7 DONE 6.5s
12:56:22 
12:56:22 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:22 #8 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:22 #8 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
12:56:22 #8 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.2s done
12:56:22 #8 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:22 #8 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
12:56:22 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.9s done
12:56:22 #8 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.4s done
12:56:22 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.3s done
12:56:22 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 2.0s done
12:56:22 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 4.2s done
12:56:22 #8 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.2s done
12:56:22 #8 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.4s done
12:56:22 #8 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.6s done
12:56:22 #8 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4
12:56:22 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.2s done
12:56:22 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694
12:56:22 #10 71.71 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
12:56:22 #10 71.73 Setting up libio-socket-ssl-perl (2.060-3) ...
12:56:22 #10 71.75 Setting up libsub-exporter-perl (0.987-1) ...
12:56:22 #10 71.76 Setting up libalgorithm-merge-perl (0.08-3) ...
12:56:22 #10 71.78 Setting up libhttp-message-perl (6.18-1) ...
12:56:22 #10 71.79 Setting up libhtml-form-perl (6.03-1) ...
12:56:22 #10 71.81 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
12:56:22 #10 71.82 Setting up libjson-xs-perl (3.040-1+b1) ...
12:56:22 #10 71.83 Setting up libhttp-negotiate-perl (6.01-1) ...
12:56:22 #10 71.84 Setting up libio-prompter-perl (0.004015-1) ...
12:56:22 #10 71.86 Setting up libhttp-cookies-perl (6.04-1) ...
12:56:22 #10 71.87 Setting up po-debconf (1.0.21) ...
12:56:22 #10 71.88 Setting up libhtml-tree-perl (5.07-2) ...
12:56:22 #10 71.89 Setting up libparams-classify-perl (0.015-1+b1) ...
12:56:22 #10 71.90 Setting up libcgi-pm-perl (4.40-1) ...
12:56:22 #10 71.91 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:56:22 #10 71.93 Setting up libnet-dns-sec-perl (1.11-1) ...
12:56:22 #10 71.94 Setting up libsereal-perl (4.005-1) ...
12:56:22 #10 71.95 Setting up libhtml-format-perl (2.12-1) ...
12:56:22 #10 71.97 Setting up libxml-sax-perl (1.00+dfsg-1) ...
12:56:22 #10 72.03 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:56:22 #10 32.25 Preparing to unpack .../229-libfile-fcntllock-perl_0.22-3+b7_arm64.deb ...
12:56:22 #10 32.29 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
12:56:22 #10 32.32 Selecting previously unselected package libnumber-compare-perl.
12:56:22 #10 32.32 Preparing to unpack .../230-libnumber-compare-perl_0.03-1.1_all.deb ...
12:56:22 #10 32.33 Unpacking libnumber-compare-perl (0.03-1.1) ...
12:56:22 #10 32.36 Selecting previously unselected package libtext-glob-perl.
12:56:22 #10 32.36 Preparing to unpack .../231-libtext-glob-perl_0.11-1_all.deb ...
12:56:22 #10 32.37 Unpacking libtext-glob-perl (0.11-1) ...
12:56:22 #10 32.40 Selecting previously unselected package libfile-find-rule-perl.
12:56:22 #10 32.40 Preparing to unpack .../232-libfile-find-rule-perl_0.34-1_all.deb ...
12:56:22 #10 32.40 Unpacking libfile-find-rule-perl (0.34-1) ...
12:56:22 #10 32.43 Selecting previously unselected package libfont-afm-perl.
12:56:22 #10 32.44 Preparing to unpack .../233-libfont-afm-perl_1.20-3_all.deb ...
12:56:22 #10 32.44 Unpacking libfont-afm-perl (1.20-3) ...
12:56:22 #10 32.47 Selecting previously unselected package libio-string-perl.
12:56:22 #10 32.47 Preparing to unpack .../234-libio-string-perl_1.08-3.1_all.deb ...
12:56:22 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.4s done
12:56:22 #7 sha256:cd8d70a00e71863bfa6605014d4ab5d5f1c274ad787d72241305b763cb1e57ee 257B / 257B 0.3s done
12:56:22 #7 sha256:2bb109a565e6de9a7dac0d6b91e7be2ef45b3ad4d309679b36298c8e28caf2b2 909B / 909B 0.4s done
12:56:22 #7 sha256:83502790502ddd5b7dba8aca592d2332dc0ac7efa8fe37bd500e858f55eeaf93 0B / 176B 0.4s
12:56:22 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 2.39MB / 41.79MB 0.5s
12:56:22 #7 sha256:83502790502ddd5b7dba8aca592d2332dc0ac7efa8fe37bd500e858f55eeaf93 176B / 176B 0.5s done
12:56:22 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 0B / 17.96MB 0.5s
12:56:22 #7 sha256:f20327d786aae47c65ca9678b906c87dbd0974fa187ab64a9aeb789ca03eaab9 0B / 413B 0.5s
12:56:22 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 2.2s
12:56:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 20.97MB / 45.92MB 2.5s
12:56:22 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 2.3s done
12:56:22 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 0B / 47.40MB 2.5s
12:56:22 #16 1.719 Fetched 8628 kB in 1s (6759 kB/s)
12:56:22 #8 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.4s done
12:56:22 #8 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10
12:56:22 #10 22.12 Selecting previously unselected package g++.
12:56:22 #10 22.12 Preparing to unpack .../063-g++_4%3a12.2.0-3_arm64.deb ...
12:56:22 #10 22.12 Unpacking g++ (4:12.2.0-3) ...
12:56:22 #10 22.15 Selecting previously unselected package make.
12:56:22 #10 72.09 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:56:22 #8 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.5s done
12:56:22 #10 32.48 Unpacking libio-string-perl (1.08-3.1) ...
12:56:22 #10 32.51 Selecting previously unselected package libfont-ttf-perl.
12:56:22 #10 32.51 Preparing to unpack .../235-libfont-ttf-perl_1.06-1.1_all.deb ...
12:56:22 #10 32.51 Unpacking libfont-ttf-perl (1.06-1.1) ...
12:56:22 #10 32.57 Selecting previously unselected package libio-stringy-perl.
12:56:22 #10 32.57 Preparing to unpack .../236-libio-stringy-perl_2.111-3_all.deb ...
12:56:22 #10 32.57 Unpacking libio-stringy-perl (2.111-3) ...
12:56:22 #10 32.60 Selecting previously unselected package libparams-validate-perl:arm64.
12:56:22 #10 32.60 Preparing to unpack .../237-libparams-validate-perl_1.30-1+b1_arm64.deb ...
12:56:22 #10 32.61 Unpacking libparams-validate-perl:arm64 (1.30-1+b1) ...
12:56:22 #10 32.64 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:56:22 #10 32.64 Preparing to unpack .../238-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
12:56:22 #10 32.65 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
12:56:22 #10 32.67 Selecting previously unselected package libsort-versions-perl.
12:56:22 #10 32.67 Preparing to unpack .../239-libsort-versions-perl_1.62-1_all.deb ...
12:56:22 #10 32.68 Unpacking libsort-versions-perl (1.62-1) ...
12:56:22 #10 32.70 Selecting previously unselected package libgit-wrapper-perl.
12:56:22 #10 32.71 Preparing to unpack .../240-libgit-wrapper-perl_0.048-1_all.deb ...
12:56:22 #10 32.71 Unpacking libgit-wrapper-perl (0.048-1) ...
12:56:22 #10 32.74 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:56:22 #10 32.74 Preparing to unpack .../241-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
12:56:22 #10 32.75 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
12:56:22 #10 32.77 Selecting previously unselected package libio-prompter-perl.
12:56:22 #10 32.77 Preparing to unpack .../242-libio-prompter-perl_0.004015-1_all.deb ...
12:56:22 #10 32.78 Unpacking libio-prompter-perl (0.004015-1) ...
12:56:22 #10 32.81 Selecting previously unselected package libjson-perl.
12:56:22 #10 32.81 Preparing to unpack .../243-libjson-perl_4.03000-1_all.deb ...
12:56:22 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 0.1s
12:56:22 #7 sha256:f20327d786aae47c65ca9678b906c87dbd0974fa187ab64a9aeb789ca03eaab9 413B / 413B 0.5s done
12:56:22 #7 sha256:00041252b20f2827672dadea389c22e9e63c76be4ab42f59bd56e27fef33759c 123.08kB / 123.08kB 0.7s done
12:56:22 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 5.24MB / 41.79MB 0.8s
12:56:22 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 1.05MB / 17.96MB 0.8s
12:56:22 #12 13.88 CentOS Stream 8 - Extras                         24 kB/s |  17 kB     00:00    
12:56:22 #9 23.54   Running scriptlet: glibc-gconv-extra-2.34-58.el9.aarch64              165/165 
12:56:22 #9 27.16   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1     1/165 
12:56:22 #9 27.16   Verifying        : binutils-2.35.2-37.el9.aarch64                       2/165 
12:56:22 #9 27.16   Verifying        : bzip2-1.0.8-8.el9.aarch64                            3/165 
12:56:22 #9 27.16   Verifying        : cpio-2.13-16.el9.aarch64                             4/165 
12:56:22 #9 27.16   Verifying        : cracklib-2.9.6-27.el9.aarch64                        5/165 
12:56:22 #9 27.16   Verifying        : cracklib-dicts-2.9.6-27.el9.aarch64                  6/165 
12:56:22 #9 27.16   Verifying        : dbus-libs-1:1.12.20-7.el9.aarch64                    7/165 
12:56:22 #9 27.16   Verifying        : diffutils-3.7-12.el9.aarch64                         8/165 
12:56:22 #9 27.16   Verifying        : dnf-plugins-core-4.3.0-4.el9.noarch                  9/165 
12:56:22 #9 27.16   Verifying        : ed-1.14.2-12.el9.aarch64                            10/165 
12:56:22 #9 27.16   Verifying        : elfutils-0.188-3.el9.aarch64                        11/165 
12:56:22 #9 27.16   Verifying        : elfutils-debuginfod-client-0.188-3.el9.aarch64      12/165 
12:56:22 #9 27.16   Verifying        : environment-modules-5.0.1-2.el9.aarch64             13/165 
12:56:22 #9 27.16   Verifying        : file-5.39-10.el9.aarch64                            14/165 
12:56:22 #9 27.16   Verifying        : glib-networking-2.68.3-3.el9.aarch64                15/165 
12:56:22 #9 27.16   Verifying        : glibc-gconv-extra-2.34-58.el9.aarch64               16/165 
12:56:22 #9 27.16   Verifying        : groff-base-1.22.4-10.el9.aarch64                    17/165 
12:56:22 #9 27.16   Verifying        : gsettings-desktop-schemas-40.0-6.el9.aarch64        18/165 
12:56:22 #9 27.16   Verifying        : info-6.7-15.el9.aarch64                             19/165 
12:56:22 #9 27.16   Verifying        : json-glib-1.6.6-1.el9.aarch64                       20/165 
12:56:22 #9 27.16   Verifying        : less-590-1.el9.aarch64                              21/165 
12:56:22 #9 27.16   Verifying        : libbrotli-1.0.9-6.el9.aarch64                       22/165 
12:56:22 #9 27.16   Verifying        : libdb-5.3.28-53.el9.aarch64                         23/165 
12:56:22 #9 27.16   Verifying        : libeconf-0.4.1-2.el9.aarch64                        24/165 
12:56:22 #9 27.16   Verifying        : libfdisk-2.37.4-9.el9.aarch64                       25/165 
12:56:22 #9 27.16   Verifying        : libicu-67.1-9.el9.aarch64                           26/165 
12:56:22 #9 27.16   Verifying        : libpipeline-1.5.3-4.el9.aarch64                     27/165 
12:56:22 #9 27.16   Verifying        : libpkgconf-1.7.3-10.el9.aarch64                     28/165 
12:56:22 #9 27.16   Verifying        : libpng-2:1.6.37-12.el9.aarch64                      29/165 
12:56:22 #9 27.16   Verifying        : libproxy-0.4.15-35.el9.aarch64                      30/165 
12:56:22 #9 27.16   Verifying        : libpsl-0.21.1-5.el9.aarch64                         31/165 
12:56:22 #9 27.16   Verifying        : libpwquality-1.4.4-8.el9.aarch64                    32/165 
12:56:22 #9 27.16   Verifying        : libselinux-utils-3.5-0.rc2.1.el9.aarch64            33/165 
12:56:22 #9 27.16   Verifying        : libutempter-1.2.1-6.el9.aarch64                     34/165 
12:56:22 #9 27.16   Verifying        : man-db-2.9.3-7.el9.aarch64                          35/165 
12:56:22 #9 27.16   Verifying        : ncurses-6.2-8.20210508.el9.aarch64                  36/165 
12:56:22 #9 27.16   Verifying        : openssl-1:3.0.7-2.el9.aarch64                       37/165 
12:56:22 #9 27.16   Verifying        : pam-1.5.1-14.el9.aarch64                            38/165 
12:56:22 #9 27.16   Verifying        : pkgconf-1.7.3-10.el9.aarch64                        39/165 
12:56:22 #9 27.16   Verifying        : pkgconf-m4-1.7.3-10.el9.noarch                      40/165 
12:56:22 #9 27.16   Verifying        : pkgconf-pkg-config-1.7.3-10.el9.aarch64             41/165 
12:56:22 #9 27.16   Verifying        : policycoreutils-3.5-0.rc2.1.el9.aarch64             42/165 
12:56:22 #9 27.16   Verifying        : procps-ng-3.3.17-11.el9.aarch64                     43/165 
12:56:22 #9 27.16   Verifying        : publicsuffix-list-dafsa-20210518-3.el9.noarch       44/165 
12:56:22 #9 27.16   Verifying        : python3-dateutil-1:2.8.1-6.el9.noarch               45/165 
12:56:22 #9 27.16   Verifying        : python3-dbus-1.2.18-2.el9.aarch64                   46/165 
12:56:22 #9 27.16   Verifying        : python3-distro-1.5.0-7.el9.noarch                   47/165 
12:56:22 #9 27.16   Verifying        : python3-dnf-plugins-core-4.3.0-4.el9.noarch         48/165 
12:56:22 #9 27.16   Verifying        : python3-setools-4.4.0-5.el9.aarch64                 49/165 
12:56:22 #9 27.16   Verifying        : python3-setuptools-53.0.0-12.el9.noarch             50/165 
12:56:22 #9 27.16   Verifying        : python3-six-1.15.0-9.el9.noarch                     51/165 
12:56:22 #9 27.16   Verifying        : python3-systemd-234-18.el9.aarch64                  52/165 
12:56:22 #9 27.16   Verifying        : shared-mime-info-2.1-5.el9.aarch64                  53/165 
12:56:22 #9 27.16   Verifying        : systemd-libs-252-3.el9.aarch64                      54/165 
12:56:22 #9 27.16   Verifying        : tcl-1:8.6.10-7.el9.aarch64                          55/165 
12:56:22 #9 27.16   Verifying        : unzip-6.0-56.el9.aarch64                            56/165 
12:56:22 #9 27.16   Verifying        : util-linux-2.37.4-9.el9.aarch64                     57/165 
12:56:22 #9 27.16   Verifying        : util-linux-core-2.37.4-9.el9.aarch64                58/165 
12:56:22 #9 27.16   Verifying        : vim-filesystem-2:8.2.2637-16.el9.noarch             59/165 
12:56:22 #9 27.16   Verifying        : xz-5.2.5-8.el9.aarch64                              60/165 
12:56:22 #9 27.16   Verifying        : zip-3.0-33.el9.aarch64                              61/165 
12:56:22 #9 27.16   Verifying        : zstd-1.5.1-2.el9.aarch64                            62/165 
12:56:22 #9 27.16   Verifying        : abattis-cantarell-fonts-0.301-4.el9.noarch          63/165 
12:56:22 #9 27.16   Verifying        : checkpolicy-3.5-0.rc2.1.el9.aarch64                 64/165 
12:56:22 #9 27.16   Verifying        : desktop-file-utils-0.26-6.el9.aarch64               65/165 
12:56:22 #9 27.16   Verifying        : dwz-0.14-3.el9.aarch64                              66/165 
12:56:22 #9 27.16   Verifying        : efi-srpm-macros-4-9.el9.noarch                      67/165 
12:56:22 #9 27.16   Verifying        : emacs-filesystem-1:27.2-8.el9.noarch                68/165 
12:56:22 #9 27.16   Verifying        : enchant-1:1.6.0-30.el9.aarch64                      69/165 
12:56:22 #9 27.16   Verifying        : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch            70/165 
12:56:22 #9 27.16   Verifying        : gcc-toolset-12-binutils-2.38-16.el9.aarch64         71/165 
12:56:22 #9 27.16   Verifying        : gcc-toolset-12-binutils-gold-2.38-14.el9.aarch64    72/165 
12:56:22 #9 27.16   Verifying        : gcc-toolset-12-runtime-12.0-5.el9.aarch64           73/165 
12:56:22 #9 27.16   Verifying        : gdb-minimal-10.2-10.el9.aarch64                     74/165 
12:56:22 #9 27.16   Verifying        : gdk-pixbuf2-2.42.6-3.el9.aarch64                    75/165 
12:56:22 #9 27.16   Verifying        : ghc-srpm-macros-1.5.0-6.el9.noarch                  76/165 
12:56:22 #9 27.16   Verifying        : go-srpm-macros-3.0.9-9.el9.noarch                   77/165 
12:56:22 #9 27.16   Verifying        : hunspell-1.7.0-11.el9.aarch64                       78/165 
12:56:22 #9 27.16   Verifying        : hunspell-en-0.20140811.1-20.el9.noarch              79/165 
12:56:22 #9 27.16   Verifying        : hunspell-en-GB-0.20140811.1-20.el9.noarch           80/165 
12:56:22 #9 27.16   Verifying        : hunspell-en-US-0.20140811.1-20.el9.noarch           81/165 
12:56:22 #9 27.16   Verifying        : hunspell-filesystem-1.7.0-11.el9.aarch64            82/165 
12:56:22 #9 27.16   Verifying        : kernel-srpm-macros-1.0-11.el9.noarch                83/165 
12:56:22 #9 27.16   Verifying        : libappstream-glib-0.7.18-4.el9.aarch64              84/165 
12:56:22 #9 27.16   Verifying        : libjpeg-turbo-2.0.90-5.el9.aarch64                  85/165 
12:56:22 #9 27.16   Verifying        : libproxy-webkitgtk4-0.4.15-35.el9.aarch64           86/165 
12:56:22 #9 27.16   Verifying        : libsoup-2.72.0-8.el9.aarch64                        87/165 
12:56:22 #9 27.16   Verifying        : libstemmer-0-18.585svn.el9.aarch64                  88/165 
12:56:22 #9 27.17   Verifying        : lua-srpm-macros-1-6.el9.noarch                      89/165 
12:56:22 #9 27.17   Verifying        : ocaml-srpm-macros-6-6.el9.noarch                    90/165 
12:56:22 #9 27.17   Verifying        : openblas-srpm-macros-2-11.el9.noarch                91/165 
12:56:22 #9 27.17   Verifying        : patch-2.7.6-16.el9.aarch64                          92/165 
12:56:22 #9 27.17   Verifying        : perl-AutoLoader-5.74-480.el9.noarch                 93/165 
12:56:22 #9 27.17   Verifying        : perl-B-1.80-480.el9.aarch64                         94/165 
12:56:22 #9 27.17   Verifying        : perl-Carp-1.50-460.el9.noarch                       95/165 
12:56:22 #9 27.17   Verifying        : perl-Class-Struct-0.66-480.el9.noarch               96/165 
12:56:22 #9 27.17   Verifying        : perl-Data-Dumper-2.174-462.el9.aarch64              97/165 
12:56:22 #9 27.17   Verifying        : perl-Digest-1.19-4.el9.noarch                       98/165 
12:56:22 #9 27.17   Verifying        : perl-Digest-MD5-2.58-4.el9.aarch64                  99/165 
12:56:22 #9 27.17   Verifying        : perl-Encode-4:3.08-462.el9.aarch64                 100/165 
12:56:22 #9 27.17   Verifying        : perl-Errno-1.30-480.el9.aarch64                    101/165 
12:56:22 #9 27.17   Verifying        : perl-Exporter-5.74-461.el9.noarch                  102/165 
12:56:22 #9 27.17   Verifying        : perl-Fcntl-1.13-480.el9.aarch64                    103/165 
12:56:22 #9 27.17   Verifying        : perl-File-Basename-2.85-480.el9.noarch             104/165 
12:56:22 #9 27.17   Verifying        : perl-File-Path-2.18-4.el9.noarch                   105/165 
12:56:22 #9 27.17   Verifying        : perl-File-Temp-1:0.231.100-4.el9.noarch            106/165 
12:56:22 #9 27.17   Verifying        : perl-File-stat-1.09-480.el9.noarch                 107/165 
12:56:22 #9 27.17   Verifying        : perl-FileHandle-2.03-480.el9.noarch                108/165 
12:56:22 #9 27.17   Verifying        : perl-Getopt-Long-1:2.52-4.el9.noarch               109/165 
12:56:22 #9 27.17   Verifying        : perl-Getopt-Std-1.12-480.el9.noarch                110/165 
12:56:22 #9 27.17   Verifying        : perl-HTTP-Tiny-0.076-460.el9.noarch                111/165 
12:56:22 #9 27.17   Verifying        : perl-IO-1.43-480.el9.aarch64                       112/165 
12:56:22 #9 27.17   Verifying        : perl-IO-Socket-IP-0.41-5.el9.noarch                113/165 
12:56:22 #9 27.17   Verifying        : perl-IO-Socket-SSL-2.073-1.el9.noarch              114/165 
12:56:22 #9 27.17   Verifying        : perl-IPC-Open3-1.21-480.el9.noarch                 115/165 
12:56:22 #9 27.17   Verifying        : perl-MIME-Base64-3.16-4.el9.aarch64                116/165 
12:56:22 #9 27.17   Verifying        : perl-Mozilla-CA-20200520-6.el9.noarch              117/165 
12:56:22 #9 27.17   Verifying        : perl-NDBM_File-1.15-480.el9.aarch64                118/165 
12:56:22 #9 27.17   Verifying        : perl-Net-SSLeay-1.92-2.el9.aarch64                 119/165 
12:56:22 #9 27.17   Verifying        : perl-POSIX-1.94-480.el9.aarch64                    120/165 
12:56:22 #9 27.17   Verifying        : perl-PathTools-3.78-461.el9.aarch64                121/165 
12:56:22 #9 27.17   Verifying        : perl-Pod-Escapes-1:1.07-460.el9.noarch             122/165 
12:56:22 #9 27.17   Verifying        : perl-Pod-Perldoc-3.28.01-461.el9.noarch            123/165 
12:56:22 #9 27.17   Verifying        : perl-Pod-Simple-1:3.42-4.el9.noarch                124/165 
12:56:22 #9 27.17   Verifying        : perl-Pod-Usage-4:2.01-4.el9.noarch                 125/165 
12:56:22 #9 27.17   Verifying        : perl-Scalar-List-Utils-4:1.56-461.el9.aarch64      126/165 
12:56:22 #9 27.17   Verifying        : perl-SelectSaver-1.02-480.el9.noarch               127/165 
12:56:22 #9 27.17   Verifying        : perl-Socket-4:2.031-4.el9.aarch64                  128/165 
12:56:22 #9 27.17   Verifying        : perl-Storable-1:3.21-460.el9.aarch64               129/165 
12:56:22 #9 27.17   Verifying        : perl-Symbol-1.08-480.el9.noarch                    130/165 
12:56:22 #9 27.17   Verifying        : perl-Term-ANSIColor-5.01-461.el9.noarch            131/165 
12:56:22 #9 27.17   Verifying        : perl-Term-Cap-1.17-460.el9.noarch                  132/165 
12:56:22 #9 27.17   Verifying        : perl-Text-ParseWords-3.30-460.el9.noarch           133/165 
12:56:22 #9 27.17   Verifying        : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch       134/165 
12:56:22 #9 27.17   Verifying        : perl-Time-Local-2:1.300-7.el9.noarch               135/165 
12:56:22 #9 27.17   Verifying        : perl-URI-5.09-3.el9.noarch                         136/165 
12:56:22 #9 27.17   Verifying        : perl-base-2.27-480.el9.noarch                      137/165 
12:56:22 #9 27.17   Verifying        : perl-constant-1.33-461.el9.noarch                  138/165 
12:56:22 #9 27.17   Verifying        : perl-if-0.60.800-480.el9.noarch                    139/165 
12:56:22 #9 27.17   Verifying        : perl-interpreter-4:5.32.1-480.el9.aarch64          140/165 
12:56:22 #9 27.17   Verifying        : perl-libnet-3.13-4.el9.noarch                      141/165 
12:56:22 #9 27.17   Verifying        : perl-libs-4:5.32.1-480.el9.aarch64                 142/165 
12:56:22 #9 27.17   Verifying        : perl-mro-1.23-480.el9.aarch64                      143/165 
12:56:22 #9 27.17   Verifying        : perl-overload-1.31-480.el9.noarch                  144/165 
12:56:22 #9 27.17   Verifying        : perl-overloading-0.02-480.el9.noarch               145/165 
12:56:22 #9 27.17   Verifying        : perl-parent-1:0.238-460.el9.noarch                 146/165 
12:56:22 #9 27.17   Verifying        : perl-podlators-1:4.14-460.el9.noarch               147/165 
12:56:22 #9 27.17   Verifying        : perl-srpm-macros-1-41.el9.noarch                   148/165 
12:56:22 #9 27.17   Verifying        : perl-subs-1.03-480.el9.noarch                      149/165 
12:56:22 #9 27.17   Verifying        : perl-vars-1.05-480.el9.noarch                      150/165 
12:56:22 #9 27.17   Verifying        : policycoreutils-python-utils-3.5-0.rc2.1.el9.noa   151/165 
12:56:22 #9 27.17   Verifying        : python-srpm-macros-3.9-52.el9.noarch               152/165 
12:56:22 #9 27.17   Verifying        : python3-audit-3.0.7-103.el9.aarch64                153/165 
12:56:22 #9 27.17   Verifying        : python3-enchant-3.2.0-5.el9.noarch                 154/165 
12:56:22 #9 27.17   Verifying        : python3-file-magic-5.39-10.el9.noarch              155/165 
12:56:22 #9 27.17   Verifying        : python3-libselinux-3.5-0.rc2.1.el9.aarch64         156/165 
12:56:22 #9 27.17   Verifying        : python3-libsemanage-3.5-0.rc2.1.el9.aarch64        157/165 
12:56:22 #9 27.17   Verifying        : python3-policycoreutils-3.5-0.rc2.1.el9.noarch     158/165 
12:56:22 #9 27.17   Verifying        : qt5-srpm-macros-5.15.3-1.el9.noarch                159/165 
12:56:22 #9 27.17   Verifying        : redhat-rpm-config-197-1.el9.noarch                 160/165 
12:56:22 #9 27.17   Verifying        : rpm-build-4.16.1.3-22.el9.aarch64                  161/165 
12:56:22 #9 27.17   Verifying        : rpmlint-1.11-19.el9.noarch                         162/165 
12:56:22 #9 27.17   Verifying        : rust-srpm-macros-17-4.el9.noarch                   163/165 
12:56:22 #9 27.17   Verifying        : scl-utils-1:2.0.3-4.el9.aarch64                    164/165 
12:56:22 #9 27.17   Verifying        : webkit2gtk3-jsc-2.38.4-1.el9.aarch64               165/165 
12:56:22 #9 27.34 
12:56:22 #9 27.34 Installed:
12:56:22 #9 27.34   abattis-cantarell-fonts-0.301-4.el9.noarch                                    
12:56:22 #9 27.34   adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch                       
12:56:22 #9 27.34   binutils-2.35.2-37.el9.aarch64                                                
12:56:22 #9 27.34   bzip2-1.0.8-8.el9.aarch64                                                     
12:56:22 #9 27.34   checkpolicy-3.5-0.rc2.1.el9.aarch64                                           
12:56:22 #9 27.34   cpio-2.13-16.el9.aarch64                                                      
12:56:22 #9 27.34   cracklib-2.9.6-27.el9.aarch64                                                 
12:56:22 #9 27.34   cracklib-dicts-2.9.6-27.el9.aarch64                                           
12:56:22 #9 27.34   dbus-libs-1:1.12.20-7.el9.aarch64                                             
12:56:22 #9 27.34   desktop-file-utils-0.26-6.el9.aarch64                                         
12:56:22 #9 27.34   diffutils-3.7-12.el9.aarch64                                                  
12:56:22 #9 27.34   dnf-plugins-core-4.3.0-4.el9.noarch                                           
12:56:22 #9 27.34   dwz-0.14-3.el9.aarch64                                                        
12:56:22 #9 27.34   ed-1.14.2-12.el9.aarch64                                                      
12:56:22 #9 27.34   efi-srpm-macros-4-9.el9.noarch                                                
12:56:22 #9 27.34   elfutils-0.188-3.el9.aarch64                                                  
12:56:22 #9 27.34   elfutils-debuginfod-client-0.188-3.el9.aarch64                                
12:56:22 #9 27.34   emacs-filesystem-1:27.2-8.el9.noarch                                          
12:56:22 #9 27.34   enchant-1:1.6.0-30.el9.aarch64                                                
12:56:22 #9 27.34   environment-modules-5.0.1-2.el9.aarch64                                       
12:56:22 #9 27.34   file-5.39-10.el9.aarch64                                                      
12:56:22 #9 27.34   fonts-srpm-macros-1:2.0.5-7.el9.1.noarch                                      
12:56:22 #9 27.34   gcc-toolset-12-binutils-2.38-16.el9.aarch64                                   
12:56:22 #9 27.34   gcc-toolset-12-binutils-gold-2.38-14.el9.aarch64                              
12:56:22 #9 27.34   gcc-toolset-12-runtime-12.0-5.el9.aarch64                                     
12:56:22 #9 27.34   gdb-minimal-10.2-10.el9.aarch64                                               
12:56:22 #9 27.34   gdk-pixbuf2-2.42.6-3.el9.aarch64                                              
12:56:22 #9 27.34   ghc-srpm-macros-1.5.0-6.el9.noarch                                            
12:56:22 #9 27.34   glib-networking-2.68.3-3.el9.aarch64                                          
12:56:22 #9 27.34   glibc-gconv-extra-2.34-58.el9.aarch64                                         
12:56:22 #9 27.34   go-srpm-macros-3.0.9-9.el9.noarch                                             
12:56:22 #9 27.34   groff-base-1.22.4-10.el9.aarch64                                              
12:56:22 #9 27.34   gsettings-desktop-schemas-40.0-6.el9.aarch64                                  
12:56:22 #9 27.34   hunspell-1.7.0-11.el9.aarch64                                                 
12:56:22 #9 27.34   hunspell-en-0.20140811.1-20.el9.noarch                                        
12:56:22 #9 27.34   hunspell-en-GB-0.20140811.1-20.el9.noarch                                     
12:56:22 #9 27.34   hunspell-en-US-0.20140811.1-20.el9.noarch                                     
12:56:22 #9 27.34   hunspell-filesystem-1.7.0-11.el9.aarch64                                      
12:56:22 #9 27.34   info-6.7-15.el9.aarch64                                                       
12:56:22 #9 27.34   json-glib-1.6.6-1.el9.aarch64                                                 
12:56:22 #9 27.34   kernel-srpm-macros-1.0-11.el9.noarch                                          
12:56:22 #9 27.34   less-590-1.el9.aarch64                                                        
12:56:22 #9 27.34   libappstream-glib-0.7.18-4.el9.aarch64                                        
12:56:22 #9 27.34   libbrotli-1.0.9-6.el9.aarch64                                                 
12:56:22 #9 27.34   libdb-5.3.28-53.el9.aarch64                                                   
12:56:22 #9 27.34   libeconf-0.4.1-2.el9.aarch64                                                  
12:56:22 #9 27.34   libfdisk-2.37.4-9.el9.aarch64                                                 
12:56:22 #9 27.34   libicu-67.1-9.el9.aarch64                                                     
12:56:22 #9 27.34   libjpeg-turbo-2.0.90-5.el9.aarch64                                            
12:56:22 #9 27.34   libpipeline-1.5.3-4.el9.aarch64                                               
12:56:22 #9 27.34   libpkgconf-1.7.3-10.el9.aarch64                                               
12:56:22 #9 27.34   libpng-2:1.6.37-12.el9.aarch64                                                
12:56:22 #9 27.34   libproxy-0.4.15-35.el9.aarch64                                                
12:56:22 #9 27.34   libproxy-webkitgtk4-0.4.15-35.el9.aarch64                                     
12:56:22 #9 27.34   libpsl-0.21.1-5.el9.aarch64                                                   
12:56:22 #9 27.34   libpwquality-1.4.4-8.el9.aarch64                                              
12:56:22 #9 27.34   libselinux-utils-3.5-0.rc2.1.el9.aarch64                                      
12:56:22 #9 27.34   libsoup-2.72.0-8.el9.aarch64                                                  
12:56:22 #9 27.34   libstemmer-0-18.585svn.el9.aarch64                                            
12:56:22 #9 27.34   libutempter-1.2.1-6.el9.aarch64                                               
12:56:22 #9 27.34   lua-srpm-macros-1-6.el9.noarch                                                
12:56:22 #9 27.34   man-db-2.9.3-7.el9.aarch64                                                    
12:56:22 #9 27.34   ncurses-6.2-8.20210508.el9.aarch64                                            
12:56:22 #9 27.34   ocaml-srpm-macros-6-6.el9.noarch                                              
12:56:22 #9 27.34   openblas-srpm-macros-2-11.el9.noarch                                          
12:56:22 #9 27.34   openssl-1:3.0.7-2.el9.aarch64                                                 
12:56:22 #9 27.34   pam-1.5.1-14.el9.aarch64                                                      
12:56:22 #9 27.34   patch-2.7.6-16.el9.aarch64                                                    
12:56:22 #9 27.34   perl-AutoLoader-5.74-480.el9.noarch                                           
12:56:22 #9 27.34   perl-B-1.80-480.el9.aarch64                                                   
12:56:22 #9 27.34   perl-Carp-1.50-460.el9.noarch                                                 
12:56:22 #9 27.34   perl-Class-Struct-0.66-480.el9.noarch                                         
12:56:22 #9 27.34   perl-Data-Dumper-2.174-462.el9.aarch64                                        
12:56:22 #9 27.34   perl-Digest-1.19-4.el9.noarch                                                 
12:56:22 #9 27.34   perl-Digest-MD5-2.58-4.el9.aarch64                                            
12:56:22 #9 27.34   perl-Encode-4:3.08-462.el9.aarch64                                            
12:56:22 #9 27.34   perl-Errno-1.30-480.el9.aarch64                                               
12:56:22 #9 27.34   perl-Exporter-5.74-461.el9.noarch                                             
12:56:22 #9 27.34   perl-Fcntl-1.13-480.el9.aarch64                                               
12:56:22 #9 27.34   perl-File-Basename-2.85-480.el9.noarch                                        
12:56:22 #9 27.34   perl-File-Path-2.18-4.el9.noarch                                              
12:56:22 #9 27.34   perl-File-Temp-1:0.231.100-4.el9.noarch                                       
12:56:22 #9 27.34   perl-File-stat-1.09-480.el9.noarch                                            
12:56:22 #9 27.34   perl-FileHandle-2.03-480.el9.noarch                                           
12:56:22 #9 27.34   perl-Getopt-Long-1:2.52-4.el9.noarch                                          
12:56:22 #9 27.34   perl-Getopt-Std-1.12-480.el9.noarch                                           
12:56:22 #9 27.34   perl-HTTP-Tiny-0.076-460.el9.noarch                                           
12:56:22 #9 27.34   perl-IO-1.43-480.el9.aarch64                                                  
12:56:22 #9 27.34   perl-IO-Socket-IP-0.41-5.el9.noarch                                           
12:56:22 #9 27.34   perl-IO-Socket-SSL-2.073-1.el9.noarch                                         
12:56:22 #9 27.34   perl-IPC-Open3-1.21-480.el9.noarch                                            
12:56:22 #9 27.34   perl-MIME-Base64-3.16-4.el9.aarch64                                           
12:56:22 #9 27.34   perl-Mozilla-CA-20200520-6.el9.noarch                                         
12:56:22 #9 27.34   perl-NDBM_File-1.15-480.el9.aarch64                                           
12:56:22 #9 27.34   perl-Net-SSLeay-1.92-2.el9.aarch64                                            
12:56:22 #9 27.34   perl-POSIX-1.94-480.el9.aarch64                                               
12:56:22 #9 27.34   perl-PathTools-3.78-461.el9.aarch64                                           
12:56:22 #9 27.34   perl-Pod-Escapes-1:1.07-460.el9.noarch                                        
12:56:22 #9 27.34   perl-Pod-Perldoc-3.28.01-461.el9.noarch                                       
12:56:22 #9 27.34   perl-Pod-Simple-1:3.42-4.el9.noarch                                           
12:56:22 #9 27.34   perl-Pod-Usage-4:2.01-4.el9.noarch                                            
12:56:22 #9 27.34   perl-Scalar-List-Utils-4:1.56-461.el9.aarch64                                 
12:56:22 #9 27.34   perl-SelectSaver-1.02-480.el9.noarch                                          
12:56:22 #9 27.34   perl-Socket-4:2.031-4.el9.aarch64                                             
12:56:22 #9 27.34   perl-Storable-1:3.21-460.el9.aarch64                                          
12:56:22 #9 27.34   perl-Symbol-1.08-480.el9.noarch                                               
12:56:22 #9 27.34   perl-Term-ANSIColor-5.01-461.el9.noarch                                       
12:56:22 #9 27.34   perl-Term-Cap-1.17-460.el9.noarch                                             
12:56:22 #9 27.34   perl-Text-ParseWords-3.30-460.el9.noarch                                      
12:56:22 #9 27.34   perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch                                  
12:56:22 #9 27.34   perl-Time-Local-2:1.300-7.el9.noarch                                          
12:56:22 #9 27.34   perl-URI-5.09-3.el9.noarch                                                    
12:56:22 #9 27.34   perl-base-2.27-480.el9.noarch                                                 
12:56:22 #9 27.34   perl-constant-1.33-461.el9.noarch                                             
12:56:22 #9 27.34   perl-if-0.60.800-480.el9.noarch                                               
12:56:22 #9 27.34   perl-interpreter-4:5.32.1-480.el9.aarch64                                     
12:56:22 #9 27.34   perl-libnet-3.13-4.el9.noarch                                                 
12:56:22 #9 27.34   perl-libs-4:5.32.1-480.el9.aarch64                                            
12:56:22 #9 27.34   perl-mro-1.23-480.el9.aarch64                                                 
12:56:22 #9 27.34   perl-overload-1.31-480.el9.noarch                                             
12:56:22 #9 27.34   perl-overloading-0.02-480.el9.noarch                                          
12:56:22 #9 27.34   perl-parent-1:0.238-460.el9.noarch                                            
12:56:22 #9 27.34   perl-podlators-1:4.14-460.el9.noarch                                          
12:56:22 #9 27.34   perl-srpm-macros-1-41.el9.noarch                                              
12:56:22 #9 27.34   perl-subs-1.03-480.el9.noarch                                                 
12:56:22 #9 27.34   perl-vars-1.05-480.el9.noarch                                                 
12:56:22 #9 27.34   pkgconf-1.7.3-10.el9.aarch64                                                  
12:56:22 #9 27.34   pkgconf-m4-1.7.3-10.el9.noarch                                                
12:56:22 #9 27.34   pkgconf-pkg-config-1.7.3-10.el9.aarch64                                       
12:56:22 #9 27.34   policycoreutils-3.5-0.rc2.1.el9.aarch64                                       
12:56:22 #9 27.34   policycoreutils-python-utils-3.5-0.rc2.1.el9.noarch                           
12:56:22 #9 27.34   procps-ng-3.3.17-11.el9.aarch64                                               
12:56:22 #9 27.34   publicsuffix-list-dafsa-20210518-3.el9.noarch                                 
12:56:22 #9 27.34   python-srpm-macros-3.9-52.el9.noarch                                          
12:56:22 #9 27.34   python3-audit-3.0.7-103.el9.aarch64                                           
12:56:22 #9 27.34   python3-dateutil-1:2.8.1-6.el9.noarch                                         
12:56:22 #9 27.34   python3-dbus-1.2.18-2.el9.aarch64                                             
12:56:22 #9 27.34   python3-distro-1.5.0-7.el9.noarch                                             
12:56:22 #9 27.34   python3-dnf-plugins-core-4.3.0-4.el9.noarch                                   
12:56:22 #9 27.34   python3-enchant-3.2.0-5.el9.noarch                                            
12:56:22 #9 27.34   python3-file-magic-5.39-10.el9.noarch                                         
12:56:22 #9 27.34   python3-libselinux-3.5-0.rc2.1.el9.aarch64                                    
12:56:22 #9 27.34   python3-libsemanage-3.5-0.rc2.1.el9.aarch64                                   
12:56:22 #9 27.34   python3-policycoreutils-3.5-0.rc2.1.el9.noarch                                
12:56:22 #9 27.34   python3-setools-4.4.0-5.el9.aarch64                                           
12:56:22 #9 27.34   python3-setuptools-53.0.0-12.el9.noarch                                       
12:56:22 #9 27.34   python3-six-1.15.0-9.el9.noarch                                               
12:56:22 #9 27.34   python3-systemd-234-18.el9.aarch64                                            
12:56:22 #9 27.34   qt5-srpm-macros-5.15.3-1.el9.noarch                                           
12:56:22 #9 27.34   redhat-rpm-config-197-1.el9.noarch                                            
12:56:22 #9 27.34   rpm-build-4.16.1.3-22.el9.aarch64                                             
12:56:22 #9 27.34   rpmlint-1.11-19.el9.noarch                                                    
12:56:22 #9 27.34   rust-srpm-macros-17-4.el9.noarch                                              
12:56:22 #9 27.34   scl-utils-1:2.0.3-4.el9.aarch64                                               
12:56:22 #9 27.34   shared-mime-info-2.1-5.el9.aarch64                                            
12:56:22 #9 27.34   systemd-libs-252-3.el9.aarch64                                                
12:56:22 #9 27.34   tcl-1:8.6.10-7.el9.aarch64                                                    
12:56:22 #9 27.34   unzip-6.0-56.el9.aarch64                                                      
12:56:22 #9 27.34   util-linux-2.37.4-9.el9.aarch64                                               
12:56:22 #9 27.34   util-linux-core-2.37.4-9.el9.aarch64                                          
12:56:22 #9 27.34   vim-filesystem-2:8.2.2637-16.el9.noarch                                       
12:56:22 #9 27.34   webkit2gtk3-jsc-2.38.4-1.el9.aarch64                                          
12:56:22 #9 27.34   xz-5.2.5-8.el9.aarch64                                                        
12:56:22 #9 27.34   zip-3.0-33.el9.aarch64                                                        
12:56:22 #9 27.34   zstd-1.5.1-2.el9.aarch64                                                      
12:56:22 #9 27.34 
12:56:22 #9 27.34 Complete!
12:56:22 #9 DONE 27.5s
12:56:22 
12:56:22 #11 [stage-1 4/8] RUN dnf config-manager --set-enabled crb
12:56:22 #10 22.16 Preparing to unpack .../064-make_4.3-4.1_arm64.deb ...
12:56:22 #10 22.16 Unpacking make (4.3-4.1) ...
12:56:22 #10 22.22 Selecting previously unselected package libdpkg-perl.
12:56:22 #10 22.22 Preparing to unpack .../065-libdpkg-perl_1.21.19_all.deb ...
12:56:22 #10 22.23 Unpacking libdpkg-perl (1.21.19) ...
12:56:22 #10 22.29 Selecting previously unselected package patch.
12:56:22 #10 22.30 Preparing to unpack .../066-patch_2.7.6-7_arm64.deb ...
12:56:22 #10 22.30 Unpacking patch (2.7.6-7) ...
12:56:22 #10 22.34 Selecting previously unselected package dpkg-dev.
12:56:22 #10 22.34 Preparing to unpack .../067-dpkg-dev_1.21.19_all.deb ...
12:56:22 #10 22.35 Unpacking dpkg-dev (1.21.19) ...
12:56:22 #10 27.49 Selecting previously unselected package libfakeroot:arm64.
12:56:22 #10 27.49 Preparing to unpack .../087-libfakeroot_1.23-1_arm64.deb ...
12:56:22 #10 27.49 Unpacking libfakeroot:arm64 (1.23-1) ...
12:56:22 #10 27.53 Selecting previously unselected package fakeroot.
12:56:22 #10 27.53 Preparing to unpack .../088-fakeroot_1.23-1_arm64.deb ...
12:56:22 #10 27.54 Unpacking fakeroot (1.23-1) ...
12:56:22 #10 27.58 Selecting previously unselected package libassuan0:arm64.
12:56:22 #10 27.58 Preparing to unpack .../089-libassuan0_2.5.2-1_arm64.deb ...
12:56:22 #10 27.58 Unpacking libassuan0:arm64 (2.5.2-1) ...
12:56:22 #10 27.62 Selecting previously unselected package gpgconf.
12:56:22 #10 27.62 Preparing to unpack .../090-gpgconf_2.2.12-1+deb10u2_arm64.deb ...
12:56:22 #10 27.62 Unpacking gpgconf (2.2.12-1+deb10u2) ...
12:56:22 #10 27.67 Selecting previously unselected package libksba8:arm64.
12:56:22 #10 27.68 Preparing to unpack .../091-libksba8_1.3.5-2+deb10u2_arm64.deb ...
12:56:22 #10 27.68 Unpacking libksba8:arm64 (1.3.5-2+deb10u2) ...
12:56:22 #10 27.73 Selecting previously unselected package libnpth0:arm64.
12:56:22 #10 27.73 Preparing to unpack .../092-libnpth0_1.6-1_arm64.deb ...
12:56:22 #10 27.73 Unpacking libnpth0:arm64 (1.6-1) ...
12:56:22 #10 27.78 Selecting previously unselected package dirmngr.
12:56:22 #10 27.78 Preparing to unpack .../093-dirmngr_2.2.12-1+deb10u2_arm64.deb ...
12:56:22 #10 27.80 Unpacking dirmngr (2.2.12-1+deb10u2) ...
12:56:22 #10 27.85 Selecting previously unselected package gnupg-l10n.
12:56:22 #10 27.85 Preparing to unpack .../094-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
12:56:22 #10 27.86 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
12:56:22 #10 27.95 Selecting previously unselected package gnupg-utils.
12:56:22 #10 27.95 Preparing to unpack .../095-gnupg-utils_2.2.12-1+deb10u2_arm64.deb ...
12:56:22 #10 27.95 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
12:56:22 #10 28.02 Selecting previously unselected package gpg.
12:56:22 #10 28.02 Preparing to unpack .../096-gpg_2.2.12-1+deb10u2_arm64.deb ...
12:56:22 #10 28.03 Unpacking gpg (2.2.12-1+deb10u2) ...
12:56:22 #10 28.10 Selecting previously unselected package pinentry-curses.
12:56:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 7.34MB / 45.92MB 1.5s
12:56:22 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 1.8s done
12:56:22 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a
12:56:22 #10 72.22 
12:56:22 #10 72.22 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:56:22 #10 72.31 Setting up dput (1.0.3) ...
12:56:22 #8 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10
12:56:22 #8 ...
12:56:22 
12:56:22 #9 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:17ab257e353f7e0247ce4b1a6ac7a4dd372cf217e532f27d67feb876a53af471
12:56:22 #9 resolve docker.io/library/fedora:36@sha256:17ab257e353f7e0247ce4b1a6ac7a4dd372cf217e532f27d67feb876a53af471 0.0s done
12:56:22 #9 sha256:c82170503f2bdada53d529edbbb883cb8432a37f037a15491d2fb4d67d9c1a9f 529B / 529B done
12:56:22 #9 sha256:0e68c6a5f825ebd513d810702ab00cf4a800962495b00473cebd5d4eab42f5ac 1.99kB / 1.99kB done
12:56:22 #9 sha256:c13ad3937d9103327c4b061cc7e2ce6c8f6c0958c24eaddf0afde5a0114df4d7 60.03MB / 60.03MB 1.3s done
12:56:22 #9 sha256:17ab257e353f7e0247ce4b1a6ac7a4dd372cf217e532f27d67feb876a53af471 975B / 975B done
12:56:22 #9 extracting sha256:c13ad3937d9103327c4b061cc7e2ce6c8f6c0958c24eaddf0afde5a0114df4d7 5.2s done
12:56:22 #9 DONE 6.9s
12:56:22 
12:56:22 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:22 #8 ...
12:56:22 
12:56:22 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:56:22 mkdir -p rpmbuild/SOURCES
12:56:22 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.4s done
12:56:22 #7 ...
12:56:22 
12:56:22 #9 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0
12:56:22 #9 resolve docker.io/library/debian:bookworm@sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0 0.0s done
12:56:22 #9 sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0 1.85kB / 1.85kB done
12:56:22 #9 sha256:61c135647ef58d09bb8945093512eccc5f27722af5c2ce2c78741eca1e900011 529B / 529B done
12:56:22 #9 sha256:9f725fcecf584a8c06c7ab74f5b05c75ee0a85339c85af85f5fe58d84e026b0a 1.46kB / 1.46kB done
12:56:22 #9 sha256:20aeb9ca89f41415a92cd1a5e9ff6c0280e09a250e0f950c9df57d97b0d3efb5 49.04MB / 49.04MB 1.2s done
12:56:22 #9 extracting sha256:20aeb9ca89f41415a92cd1a5e9ff6c0280e09a250e0f950c9df57d97b0d3efb5 4.4s done
12:56:22 #9 DONE 6.0s
12:56:22 
12:56:22 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:22 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375
12:56:22 #10 32.82 Unpacking libjson-perl (4.03000-1) ...
12:56:22 #10 32.85 Selecting previously unselected package liblog-any-perl.
12:56:22 #10 32.85 Preparing to unpack .../244-liblog-any-perl_1.709-1_all.deb ...
12:56:22 #10 32.86 Unpacking liblog-any-perl (1.709-1) ...
12:56:22 #10 32.89 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:56:22 #10 32.90 Preparing to unpack .../245-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
12:56:22 #10 32.90 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
12:56:22 #10 32.93 Selecting previously unselected package libpackage-stash-perl.
12:56:22 #10 32.93 Preparing to unpack .../246-libpackage-stash-perl_0.39-1_all.deb ...
12:56:22 #10 32.94 Unpacking libpackage-stash-perl (0.39-1) ...
12:56:22 #10 32.97 Selecting previously unselected package libsub-identify-perl.
12:56:22 #10 32.97 Preparing to unpack .../247-libsub-identify-perl_0.14-1+b3_arm64.deb ...
12:56:22 #10 32.97 Unpacking libsub-identify-perl (0.14-1+b3) ...
12:56:22 #10 33.00 Selecting previously unselected package libsub-name-perl.
12:56:22 #10 33.00 Preparing to unpack .../248-libsub-name-perl_0.26-1+b1_arm64.deb ...
12:56:22 #10 33.01 Unpacking libsub-name-perl (0.26-1+b1) ...
12:56:22 #10 33.04 Selecting previously unselected package libnamespace-clean-perl.
12:56:22 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 2.10MB / 17.96MB 0.9s
12:56:22 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 7.34MB / 41.79MB 1.0s
12:56:22 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 3.15MB / 17.96MB 1.0s
12:56:22 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 1.8s done
12:56:22 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97
12:56:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 24.12MB / 45.92MB 2.7s
12:56:22 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 3.15MB / 47.40MB 2.8s
12:56:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 27.26MB / 45.92MB 3.0s
12:56:23 #11 DONE 0.7s
12:56:23 #10 22.45 Selecting previously unselected package build-essential.
12:56:23 #10 22.46 Preparing to unpack .../068-build-essential_12.9_arm64.deb ...
12:56:23 #10 22.46 Unpacking build-essential (12.9) ...
12:56:23 #10 22.50 Selecting previously unselected package libbrotli1:arm64.
12:56:23 #10 22.50 Preparing to unpack .../069-libbrotli1_1.0.9-2+b6_arm64.deb ...
12:56:23 #10 22.50 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
12:56:23 #10 22.55 Selecting previously unselected package libsasl2-modules-db:arm64.
12:56:23 #10 22.55 Preparing to unpack .../070-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
12:56:23 #10 22.56 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
12:56:23 #10 22.59 Selecting previously unselected package libsasl2-2:arm64.
12:56:23 #10 22.60 Preparing to unpack .../071-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
12:56:23 #10 22.60 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
12:56:23 #10 22.64 Selecting previously unselected package libldap-2.5-0:arm64.
12:56:23 #10 22.65 Preparing to unpack .../072-libldap-2.5-0_2.5.13+dfsg-3_arm64.deb ...
12:56:23 #10 22.65 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-3) ...
12:56:23 #10 28.10 Preparing to unpack .../097-pinentry-curses_1.1.0-2_arm64.deb ...
12:56:23 #10 28.11 Unpacking pinentry-curses (1.1.0-2) ...
12:56:23 #10 28.14 Selecting previously unselected package gpg-agent.
12:56:23 #10 28.15 Preparing to unpack .../098-gpg-agent_2.2.12-1+deb10u2_arm64.deb ...
12:56:23 #10 28.15 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
12:56:23 #10 28.20 Selecting previously unselected package gpg-wks-client.
12:56:23 #10 28.21 Preparing to unpack .../099-gpg-wks-client_2.2.12-1+deb10u2_arm64.deb ...
12:56:23 #10 28.21 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
12:56:23 #10 28.25 Selecting previously unselected package gpg-wks-server.
12:56:23 #10 28.26 Preparing to unpack .../100-gpg-wks-server_2.2.12-1+deb10u2_arm64.deb ...
12:56:23 #10 28.26 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
12:56:23 #10 28.30 Selecting previously unselected package gpgsm.
12:56:23 #10 28.30 Preparing to unpack .../101-gpgsm_2.2.12-1+deb10u2_arm64.deb ...
12:56:23 #10 28.31 Unpacking gpgsm (2.2.12-1+deb10u2) ...
12:56:23 #16 1.719 Reading package lists...
12:56:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 11.53MB / 45.92MB 2.0s
12:56:23 #10 72.47 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:56:23 #10 72.48 Setting up libmodule-runtime-perl (0.016-1) ...
12:56:23 #10 72.50 Setting up libmailtools-perl (2.18-1) ...
12:56:23 #10 72.52 Setting up libparse-debianchangelog-perl (1.2.0-13) ...
12:56:23 #10 72.53 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
12:56:23 #10 72.58 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:56:23 #10 72.65 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:56:23 #10 72.72 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:56:23 docker run --rm -w /v \
12:56:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:23 	alpine \
12:56:23 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:23 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.5s done
12:56:23 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375
12:56:23 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.6s done
12:56:23 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.5s done
12:56:23 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4
12:56:23 #10 33.04 Preparing to unpack .../249-libnamespace-clean-perl_0.27-1_all.deb ...
12:56:23 #10 33.04 Unpacking libnamespace-clean-perl (0.27-1) ...
12:56:23 #10 33.07 Selecting previously unselected package libpath-tiny-perl.
12:56:23 #10 33.08 Preparing to unpack .../250-libpath-tiny-perl_0.118-1_all.deb ...
12:56:23 #10 33.08 Unpacking libpath-tiny-perl (0.118-1) ...
12:56:23 #10 33.13 Selecting previously unselected package libtype-tiny-perl.
12:56:23 #10 33.13 Preparing to unpack .../251-libtype-tiny-perl_1.012001-2_all.deb ...
12:56:23 #10 33.14 Unpacking libtype-tiny-perl (1.012001-2) ...
12:56:23 #10 33.19 Selecting previously unselected package libgitlab-api-v4-perl.
12:56:23 #10 33.19 Preparing to unpack .../252-libgitlab-api-v4-perl_0.26-1_all.deb ...
12:56:23 #10 33.20 Unpacking libgitlab-api-v4-perl (0.26-1) ...
12:56:23 #10 33.25 Selecting previously unselected package libglib2.0-0:arm64.
12:56:23 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 4.19MB / 17.96MB 1.2s
12:56:23 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 9.44MB / 41.79MB 1.3s
12:56:23 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 5.24MB / 17.96MB 1.3s
12:56:23 #19 DONE 2.2s
12:56:23 
12:56:23 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
12:56:23 mkdir -p sources
12:56:23 docker run --rm -w /v \
12:56:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:23 	alpine \
12:56:23 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:23 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 2.3s done
12:56:23 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a
12:56:23 #9 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 2.1s done
12:56:23 #9 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97
12:56:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 6.29MB / 47.40MB 3.1s
12:56:23 
12:56:23 #12 [stage-1 5/8] COPY SPECS /root/rpmbuild/SPECS
12:56:23 #12 DONE 0.1s
12:56:23 
12:56:23 #13 [stage-1 6/8] 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
12:56:23 #10 22.70 Selecting previously unselected package libnghttp2-14:arm64.
12:56:23 #10 22.70 Preparing to unpack .../073-libnghttp2-14_1.51.0-1_arm64.deb ...
12:56:23 #10 22.71 Unpacking libnghttp2-14:arm64 (1.51.0-1) ...
12:56:23 #10 22.76 Selecting previously unselected package libpsl5:arm64.
12:56:23 #10 22.76 Preparing to unpack .../074-libpsl5_0.21.0-1.2_arm64.deb ...
12:56:23 #10 22.76 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
12:56:23 #10 22.80 Selecting previously unselected package librtmp1:arm64.
12:56:23 #10 22.80 Preparing to unpack .../075-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
12:56:23 #10 22.81 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:56:23 #10 22.85 Selecting previously unselected package libssh2-1:arm64.
12:56:23 #10 22.85 Preparing to unpack .../076-libssh2-1_1.10.0-3+b1_arm64.deb ...
12:56:23 #10 22.86 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ...
12:56:23 #10 22.91 Selecting previously unselected package libcurl4:arm64.
12:56:23 #10 28.35 Selecting previously unselected package gnupg.
12:56:23 #10 28.36 Preparing to unpack .../102-gnupg_2.2.12-1+deb10u2_all.deb ...
12:56:23 #10 28.36 Unpacking gnupg (2.2.12-1+deb10u2) ...
12:56:23 #10 28.42 Selecting previously unselected package libfile-which-perl.
12:56:23 #10 28.43 Preparing to unpack .../103-libfile-which-perl_1.23-1_all.deb ...
12:56:23 #10 28.43 Unpacking libfile-which-perl (1.23-1) ...
12:56:23 #10 28.46 Selecting previously unselected package libfile-homedir-perl.
12:56:23 #10 28.46 Preparing to unpack .../104-libfile-homedir-perl_1.004-1_all.deb ...
12:56:23 #10 28.47 Unpacking libfile-homedir-perl (1.004-1) ...
12:56:23 #10 28.50 Selecting previously unselected package libio-pty-perl.
12:56:23 #10 28.50 Preparing to unpack .../105-libio-pty-perl_1%3a1.08-1.1+b5_arm64.deb ...
12:56:23 #10 28.51 Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
12:56:23 #10 28.54 Selecting previously unselected package libipc-run-perl.
12:56:23 #16 2.203 Reading package lists...
12:56:23 #10 72.86 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:56:23 #10 72.90 Setting up libconst-fast-perl (0.014-1) ...
12:56:23 #10 72.92 Setting up libhttp-daemon-perl (6.01-3+deb10u1) ...
12:56:23 #10 72.94 Setting up libmodule-implementation-perl (0.09-1) ...
12:56:23 #10 72.96 Setting up libemail-valid-perl (1.202-1) ...
12:56:23 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4
12:56:23 mkdir -p sources
12:56:23 docker run --rm -w /v \
12:56:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:23 	alpine \
12:56:23 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:23 mkdir -p sources
12:56:23 docker run --rm -w /v \
12:56:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
12:56:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:23 	alpine \
12:56:23 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
12:56:23 #10 33.25 Preparing to unpack .../253-libglib2.0-0_2.66.8-1_arm64.deb ...
12:56:23 #10 33.25 Unpacking libglib2.0-0:arm64 (2.66.8-1) ...
12:56:23 #10 33.38 Selecting previously unselected package libglib2.0-data.
12:56:23 #10 33.38 Preparing to unpack .../254-libglib2.0-data_2.66.8-1_all.deb ...
12:56:23 #10 33.38 Unpacking libglib2.0-data (2.66.8-1) ...
12:56:23 #10 33.52 Selecting previously unselected package libgpm2:arm64.
12:56:23 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 11.53MB / 41.79MB 1.5s
12:56:23 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 6.29MB / 17.96MB 1.5s
12:56:23 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 7.34MB / 17.96MB 1.6s
12:56:23 #16 ...
12:56:23 
12:56:23 #20 [linux/amd64 build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git
12:56:23 #0 0.135 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
12:56:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 31.46MB / 45.92MB 3.6s
12:56:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 10.49MB / 47.40MB 3.6s
12:56:23 #8 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 5.2s
12:56:23 #10 22.91 Preparing to unpack .../077-libcurl4_7.87.0-2_arm64.deb ...
12:56:23 #10 22.91 Unpacking libcurl4:arm64 (7.87.0-2) ...
12:56:23 #10 22.97 Selecting previously unselected package curl.
12:56:23 #10 22.97 Preparing to unpack .../078-curl_7.87.0-2_arm64.deb ...
12:56:23 #10 22.97 Unpacking curl (7.87.0-2) ...
12:56:23 #10 23.03 Selecting previously unselected package dctrl-tools.
12:56:23 #10 23.03 Preparing to unpack .../079-dctrl-tools_2.24-3_arm64.deb ...
12:56:23 #10 23.04 Unpacking dctrl-tools (2.24-3) ...
12:56:23 #10 23.09 Selecting previously unselected package libdebhelper-perl.
12:56:23 #10 23.09 Preparing to unpack .../080-libdebhelper-perl_13.11.4_all.deb ...
12:56:23 #10 23.09 Unpacking libdebhelper-perl (13.11.4) ...
12:56:23 #10 23.13 Selecting previously unselected package libtool.
12:56:23 #10 28.54 Preparing to unpack .../106-libipc-run-perl_20180523.0-1_all.deb ...
12:56:23 #10 28.54 Unpacking libipc-run-perl (20180523.0-1) ...
12:56:23 #10 28.58 Selecting previously unselected package libclass-method-modifiers-perl.
12:56:23 #10 28.58 Preparing to unpack .../107-libclass-method-modifiers-perl_2.12-1_all.deb ...
12:56:23 #10 28.59 Unpacking libclass-method-modifiers-perl (2.12-1) ...
12:56:23 #10 28.62 Selecting previously unselected package libsub-exporter-progressive-perl.
12:56:23 #10 28.62 Preparing to unpack .../108-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:56:23 #10 28.63 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:56:23 #10 28.66 Selecting previously unselected package libdevel-globaldestruction-perl.
12:56:23 #10 28.66 Preparing to unpack .../109-libdevel-globaldestruction-perl_0.14-1_all.deb ...
12:56:23 #10 28.67 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
12:56:23 #10 28.70 Selecting previously unselected package libb-hooks-op-check-perl.
12:56:23 #10 28.70 Preparing to unpack .../110-libb-hooks-op-check-perl_0.22-1+b1_arm64.deb ...
12:56:23 #10 28.71 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
12:56:23 #10 28.74 Selecting previously unselected package libdynaloader-functions-perl.
12:56:23 #10 28.74 Preparing to unpack .../111-libdynaloader-functions-perl_0.003-1_all.deb ...
12:56:23 #10 28.74 Unpacking libdynaloader-functions-perl (0.003-1) ...
12:56:23 #10 28.78 Selecting previously unselected package libdevel-callchecker-perl.
12:56:23 #16 2.678 Building dependency tree...
12:56:23 #16 2.824 Reading state information...
12:56:23 #16 2.935 The following additional packages will be installed:
12:56:23 #10 72.97 Setting up libcgi-fast-perl (1:2.13-1) ...
12:56:23 #10 72.98 Setting up libpackage-stash-perl (0.38-1) ...
12:56:23 #10 73.00 Setting up libimport-into-perl (1.002005-1) ...
12:56:23 #10 73.01 Setting up libmoo-perl (2.003004-2) ...
12:56:23 #10 73.02 Setting up libmime-tools-perl (5.509-1) ...
12:56:23 #10 73.03 Setting up libxml-simple-perl (2.25-1) ...
12:56:23 #10 73.04 Setting up libparams-validate-perl (1.29-1+b1) ...
12:56:23 #10 73.06 Setting up libb-hooks-endofscope-perl (0.24-1) ...
12:56:23 #10 73.07 Setting up lintian (2.15.0) ...
12:56:23 #10 73.08 Setting up libnamespace-clean-perl (0.27-1) ...
12:56:23 #10 73.10 Setting up libgetopt-long-descriptive-perl (0.103-2) ...
12:56:23 #10 73.11 Setting up licensecheck (3.0.31-3) ...
12:56:23 #10 73.12 Setting up libgitlab-api-v4-perl (0.16-1) ...
12:56:23 #10 73.14 Setting up liblwp-protocol-https-perl (6.07-2) ...
12:56:23 #10 73.15 Setting up libwww-perl (6.36-2) ...
12:56:23 #10 73.16 Setting up debhelper (12.1.1) ...
12:56:23 #10 73.17 Setting up dh-autoreconf (19) ...
12:56:23 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 8.39MB / 17.96MB 1.7s
12:56:23 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 13.63MB / 41.79MB 1.8s
12:56:23 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 9.44MB / 17.96MB 1.8s
12:56:23 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.3s done
12:56:23 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10
12:56:23 #12 14.88 CentOS Stream 8 - Extras common packages        6.1 kB/s | 5.2 kB     00:00    
12:56:23 #10 33.53 Preparing to unpack .../255-libgpm2_1.20.7-8_arm64.deb ...
12:56:23 #10 33.53 Unpacking libgpm2:arm64 (1.20.7-8) ...
12:56:23 #10 33.56 Selecting previously unselected package libhash-fieldhash-perl.
12:56:23 #10 33.57 Preparing to unpack .../256-libhash-fieldhash-perl_0.15-1+b3_arm64.deb ...
12:56:23 #10 33.57 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
12:56:23 #10 33.60 Selecting previously unselected package libhtml-form-perl.
12:56:23 #10 33.60 Preparing to unpack .../257-libhtml-form-perl_6.07-1_all.deb ...
12:56:23 #10 33.60 Unpacking libhtml-form-perl (6.07-1) ...
12:56:23 #10 33.64 Selecting previously unselected package libhtml-format-perl.
12:56:23 #10 33.64 Preparing to unpack .../258-libhtml-format-perl_2.12-1.1_all.deb ...
12:56:23 #10 33.65 Unpacking libhtml-format-perl (2.12-1.1) ...
12:56:23 #10 33.68 Selecting previously unselected package libhtml-html5-entities-perl.
12:56:23 #10 33.68 Preparing to unpack .../259-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
12:56:23 #10 33.69 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
12:56:23 #10 33.72 Selecting previously unselected package libhttp-daemon-perl.
12:56:23 #10 33.72 Preparing to unpack .../260-libhttp-daemon-perl_6.12-1+deb11u1_all.deb ...
12:56:23 #10 33.73 Unpacking libhttp-daemon-perl (6.12-1+deb11u1) ...
12:56:23 mkdir -p sources
12:56:23 docker run --rm -w /v \
12:56:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:23 	alpine \
12:56:23 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:23 #10 23.14 Preparing to unpack .../081-libtool_2.4.7-5_all.deb ...
12:56:23 #10 23.14 Unpacking libtool (2.4.7-5) ...
12:56:23 #10 23.19 Selecting previously unselected package dh-autoreconf.
12:56:23 #10 23.19 Preparing to unpack .../082-dh-autoreconf_20_all.deb ...
12:56:23 #10 23.19 Unpacking dh-autoreconf (20) ...
12:56:23 #10 23.23 Selecting previously unselected package libarchive-zip-perl.
12:56:23 #10 23.23 Preparing to unpack .../083-libarchive-zip-perl_1.68-1_all.deb ...
12:56:23 #10 23.23 Unpacking libarchive-zip-perl (1.68-1) ...
12:56:23 #10 23.28 Selecting previously unselected package libsub-override-perl.
12:56:23 #10 23.29 Preparing to unpack .../084-libsub-override-perl_0.09-4_all.deb ...
12:56:23 #10 23.29 Unpacking libsub-override-perl (0.09-4) ...
12:56:23 #10 23.32 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:56:23 #10 23.33 Preparing to unpack .../085-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
12:56:23 #10 23.33 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
12:56:23 #10 23.36 Selecting previously unselected package dh-strip-nondeterminism.
12:56:23 #10 23.36 Preparing to unpack .../086-dh-strip-nondeterminism_1.13.1-1_all.deb ...
12:56:23 #10 23.37 Unpacking dh-strip-nondeterminism (1.13.1-1) ...
12:56:23 #10 23.40 Selecting previously unselected package libelf1:arm64.
12:56:23 #10 23.41 Preparing to unpack .../087-libelf1_0.188-2.1_arm64.deb ...
12:56:23 #10 23.41 Unpacking libelf1:arm64 (0.188-2.1) ...
12:56:23 #10 23.46 Selecting previously unselected package dwz.
12:56:23 #10 23.46 Preparing to unpack .../088-dwz_0.15-1_arm64.deb ...
12:56:23 #10 23.46 Unpacking dwz (0.15-1) ...
12:56:23 #10 23.51 Selecting previously unselected package libicu72:arm64.
12:56:23 #16 2.936   libmagic-mgc libmagic1
12:56:23 #16 2.960 The following NEW packages will be installed:
12:56:23 #16 2.960   file libmagic-mgc libmagic1
12:56:23 #10 73.19 Setting up devscripts (2.19.5+deb10u1) ...
12:56:23 #10 73.33 Setting up dh-strip-nondeterminism (1.1.2-1) ...
12:56:23 #10 73.35 Setting up equivs (2.2.0) ...
12:56:23 #10 73.37 Setting up libxml-parser-perl (2.44-4) ...
12:56:23 #10 73.39 Setting up libxml-sax-expat-perl (0.51-1) ...
12:56:23 #10 73.44 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:56:23 #10 28.78 Preparing to unpack .../112-libdevel-callchecker-perl_0.008-1_arm64.deb ...
12:56:23 #10 28.78 Unpacking libdevel-callchecker-perl (0.008-1) ...
12:56:23 #10 28.81 Selecting previously unselected package libparams-classify-perl.
12:56:23 #10 28.82 Preparing to unpack .../113-libparams-classify-perl_0.015-1+b1_arm64.deb ...
12:56:23 #10 28.82 Unpacking libparams-classify-perl (0.015-1+b1) ...
12:56:23 #10 28.87 Selecting previously unselected package libmodule-runtime-perl.
12:56:23 #10 28.87 Preparing to unpack .../114-libmodule-runtime-perl_0.016-1_all.deb ...
12:56:23 #10 28.87 Unpacking libmodule-runtime-perl (0.016-1) ...
12:56:23 #10 28.91 Selecting previously unselected package libimport-into-perl.
12:56:23 #10 28.92 Preparing to unpack .../115-libimport-into-perl_1.002005-1_all.deb ...
12:56:23 #10 28.92 Unpacking libimport-into-perl (1.002005-1) ...
12:56:23 #10 28.95 Selecting previously unselected package librole-tiny-perl.
12:56:23 #10 28.95 Preparing to unpack .../116-librole-tiny-perl_2.000006-1_all.deb ...
12:56:23 #10 28.96 Unpacking librole-tiny-perl (2.000006-1) ...
12:56:23 #10 28.99 Selecting previously unselected package libstrictures-perl.
12:56:23 #10 28.99 Preparing to unpack .../117-libstrictures-perl_2.000005-1_all.deb ...
12:56:23 #10 29.00 Unpacking libstrictures-perl (2.000005-1) ...
12:56:23 #10 29.03 Selecting previously unselected package libsub-quote-perl.
12:56:23 #10 29.03 Preparing to unpack .../118-libsub-quote-perl_2.005001-1_all.deb ...
12:56:23 #10 29.04 Unpacking libsub-quote-perl (2.005001-1) ...
12:56:23 #10 29.07 Selecting previously unselected package libmoo-perl.
12:56:23 #10 29.07 Preparing to unpack .../119-libmoo-perl_2.003004-2_all.deb ...
12:56:23 #10 29.08 Unpacking libmoo-perl (2.003004-2) ...
12:56:23 #10 29.14 Selecting previously unselected package libencode-locale-perl.
12:56:23 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 15.73MB / 41.79MB 2.0s
12:56:23 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 10.49MB / 17.96MB 2.0s
12:56:23 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 11.53MB / 17.96MB 2.1s
12:56:23 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.5s done
12:56:23 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10
12:56:23 #10 33.81 Selecting previously unselected package libio-sessiondata-perl.
12:56:23 #10 33.81 Preparing to unpack .../261-libio-sessiondata-perl_1.03-1.1_all.deb ...
12:56:23 #10 33.81 Unpacking libio-sessiondata-perl (1.03-1.1) ...
12:56:23 #10 33.84 Selecting previously unselected package libipc-run3-perl.
12:56:23 #10 33.85 Preparing to unpack .../262-libipc-run3-perl_0.048-2_all.deb ...
12:56:23 #10 33.85 Unpacking libipc-run3-perl (0.048-2) ...
12:56:23 #10 33.96 Selecting previously unselected package libtypes-serialiser-perl.
12:56:23 #10 33.96 Preparing to unpack .../263-libtypes-serialiser-perl_1.01-1_all.deb ...
12:56:23 #10 33.96 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:56:23 #10 33.99 Selecting previously unselected package libjson-xs-perl.
12:56:23 #10 33.99 Preparing to unpack .../264-libjson-xs-perl_4.030-1+b1_arm64.deb ...
12:56:23 #10 33.99 Unpacking libjson-xs-perl (4.030-1+b1) ...
12:56:23 #10 34.03 Selecting previously unselected package libjson-maybexs-perl.
12:56:23 #10 34.03 Preparing to unpack .../265-libjson-maybexs-perl_1.004003-1_all.deb ...
12:56:23 #10 34.04 Unpacking libjson-maybexs-perl (1.004003-1) ...
12:56:23 #10 34.06 Selecting previously unselected package libldap-common.
12:56:23 #10 34.07 Preparing to unpack .../266-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ...
12:56:23 #10 34.07 Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) ...
12:56:23 #10 34.11 Selecting previously unselected package liblist-compare-perl.
12:56:23 #10 34.11 Preparing to unpack .../267-liblist-compare-perl_0.55-1_all.deb ...
12:56:23 #10 34.11 Unpacking liblist-compare-perl (0.55-1) ...
12:56:23 #10 34.14 Selecting previously unselected package liblist-someutils-perl.
12:56:23 #10 34.15 Preparing to unpack .../268-liblist-someutils-perl_0.58-1_all.deb ...
12:56:23 #10 34.15 Unpacking liblist-someutils-perl (0.58-1) ...
12:56:23 #10 34.18 Selecting previously unselected package liblist-someutils-xs-perl.
12:56:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 14.68MB / 45.92MB 2.6s
12:56:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 17.83MB / 45.92MB 2.9s
12:56:24 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 34.60MB / 45.92MB 4.0s
12:56:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 14.68MB / 47.40MB 4.0s
12:56:24 #16 3.227 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded.
12:56:24 #16 3.227 Need to get 468 kB of archives.
12:56:24 #16 3.227 After this operation, 7075 kB of additional disk space will be used.
12:56:24 #16 3.227 Get:1 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
12:56:24 #16 3.233 Get:2 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
12:56:24 #16 3.234 Get:3 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
12:56:24 #16 3.345 debconf: delaying package configuration, since apt-utils is not installed
12:56:24 #10 23.51 Preparing to unpack .../089-libicu72_72.1-3_arm64.deb ...
12:56:24 #10 23.51 Unpacking libicu72:arm64 (72.1-3) ...
12:56:24 #10 73.49 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:56:24 #10 73.62 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:56:24 #10 73.67 Setting up libsoap-lite-perl (1.27-1) ...
12:56:24 #10 73.68 Setting up libxmlrpc-lite-perl (0.717-2) ...
12:56:24 #10 73.70 Processing triggers for libc-bin (2.28-10+deb10u2) ...
12:56:24 #10 29.14 Preparing to unpack .../120-libencode-locale-perl_1.05-1_all.deb ...
12:56:24 #10 29.14 Unpacking libencode-locale-perl (1.05-1) ...
12:56:24 #10 29.18 Selecting previously unselected package libtimedate-perl.
12:56:24 #10 29.18 Preparing to unpack .../121-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
12:56:24 #10 29.18 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
12:56:24 #10 29.22 Selecting previously unselected package libhttp-date-perl.
12:56:24 #10 29.22 Preparing to unpack .../122-libhttp-date-perl_6.02-1_all.deb ...
12:56:24 #10 29.22 Unpacking libhttp-date-perl (6.02-1) ...
12:56:24 #10 29.25 Selecting previously unselected package libfile-listing-perl.
12:56:24 #10 29.26 Preparing to unpack .../123-libfile-listing-perl_6.04-1_all.deb ...
12:56:24 #10 29.26 Unpacking libfile-listing-perl (6.04-1) ...
12:56:24 #10 29.29 Selecting previously unselected package libhtml-tagset-perl.
12:56:24 #10 29.29 Preparing to unpack .../124-libhtml-tagset-perl_3.20-3_all.deb ...
12:56:24 #10 29.30 Unpacking libhtml-tagset-perl (3.20-3) ...
12:56:24 #10 29.33 Selecting previously unselected package liburi-perl.
12:56:24 #10 29.33 Preparing to unpack .../125-liburi-perl_1.76-1_all.deb ...
12:56:24 #10 29.33 Unpacking liburi-perl (1.76-1) ...
12:56:24 #10 29.37 Selecting previously unselected package libhtml-parser-perl.
12:56:24 #8 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 5.8s done
12:56:24 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 1.6s done
12:56:24 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97
12:56:24 #7 ...
12:56:24 
12:56:24 #10 [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
12:56:24 #10 DONE 3.0s
12:56:24 
12:56:24 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:24 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 12.58MB / 17.96MB 2.2s
12:56:24 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 13.63MB / 17.96MB 2.3s
12:56:24 #10 34.18 Preparing to unpack .../269-liblist-someutils-xs-perl_0.58-2+b1_arm64.deb ...
12:56:24 #10 34.19 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
12:56:24 #10 34.25 Selecting previously unselected package liblist-utilsby-perl.
12:56:24 #10 34.25 Preparing to unpack .../270-liblist-utilsby-perl_0.11-1_all.deb ...
12:56:24 #10 34.25 Unpacking liblist-utilsby-perl (0.11-1) ...
12:56:24 #10 34.29 Selecting previously unselected package libltdl7:arm64.
12:56:24 #10 34.29 Preparing to unpack .../271-libltdl7_2.4.6-15_arm64.deb ...
12:56:24 #10 34.29 Unpacking libltdl7:arm64 (2.4.6-15) ...
12:56:24 #10 34.33 Selecting previously unselected package libltdl-dev:arm64.
12:56:24 #10 34.33 Preparing to unpack .../272-libltdl-dev_2.4.6-15_arm64.deb ...
12:56:24 #10 34.34 Unpacking libltdl-dev:arm64 (2.4.6-15) ...
12:56:24 #10 34.39 Selecting previously unselected package liblzo2-2:arm64.
12:56:24 #10 34.39 Preparing to unpack .../273-liblzo2-2_2.10-2_arm64.deb ...
12:56:24 #13 0.967 CentOS Stream 9 - BaseOS                         26 kB/s | 7.4 kB     00:00    
12:56:24 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 0B / 7.15MB 3.0s
12:56:24 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.05MB / 7.15MB 3.1s
12:56:24 mkdir -p sources
12:56:24 docker run --rm -w /v \
12:56:24 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:24 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:24 	alpine \
12:56:24 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:24 #10 73.73 Processing triggers for ca-certificates (20200601~deb10u2) ...
12:56:24 #10 73.73 Updating certificates in /etc/ssl/certs...
12:56:24 #16 3.374 Fetched 468 kB in 0s (1736 kB/s)
12:56:24 #16 3.395 Selecting previously unselected package libmagic-mgc.
12:56:24 #16 3.395 (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 ... 15719 files and directories currently installed.)
12:56:24 #16 3.405 Preparing to unpack .../libmagic-mgc_1%3a5.39-3_amd64.deb ...
12:56:24 #16 3.409 Unpacking libmagic-mgc (1:5.39-3) ...
12:56:24 #16 3.500 Selecting previously unselected package libmagic1:amd64.
12:56:24 #16 3.502 Preparing to unpack .../libmagic1_1%3a5.39-3_amd64.deb ...
12:56:24 #16 3.509 Unpacking libmagic1:amd64 (1:5.39-3) ...
12:56:24 #16 3.546 Selecting previously unselected package file.
12:56:24 #16 3.548 Preparing to unpack .../file_1%3a5.39-3_amd64.deb ...
12:56:24 #16 3.552 Unpacking file (1:5.39-3) ...
12:56:24 #16 3.593 Setting up libmagic-mgc (1:5.39-3) ...
12:56:24 #16 3.607 Setting up libmagic1:amd64 (1:5.39-3) ...
12:56:24 #10 29.37 Preparing to unpack .../126-libhtml-parser-perl_3.72-3+b3_arm64.deb ...
12:56:24 #10 29.38 Unpacking libhtml-parser-perl (3.72-3+b3) ...
12:56:24 #10 29.42 Selecting previously unselected package libhtml-tree-perl.
12:56:24 #10 29.42 Preparing to unpack .../127-libhtml-tree-perl_5.07-2_all.deb ...
12:56:24 #10 29.42 Unpacking libhtml-tree-perl (5.07-2) ...
12:56:24 #10 29.47 Selecting previously unselected package libio-html-perl.
12:56:24 #10 29.47 Preparing to unpack .../128-libio-html-perl_1.001-1_all.deb ...
12:56:24 #10 29.48 Unpacking libio-html-perl (1.001-1) ...
12:56:24 #10 29.51 Selecting previously unselected package liblwp-mediatypes-perl.
12:56:24 #10 29.51 Preparing to unpack .../129-liblwp-mediatypes-perl_6.02-1_all.deb ...
12:56:24 #10 29.51 Unpacking liblwp-mediatypes-perl (6.02-1) ...
12:56:24 #10 29.54 Selecting previously unselected package libhttp-message-perl.
12:56:24 #10 29.55 Preparing to unpack .../130-libhttp-message-perl_6.18-1_all.deb ...
12:56:24 #10 29.55 Unpacking libhttp-message-perl (6.18-1) ...
12:56:24 #10 29.59 Selecting previously unselected package libhttp-cookies-perl.
12:56:24 #8 DONE 7.7s
12:56:24 
12:56:24 #9 [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
12:56:24 #8 ...
12:56:24 
12:56:24 #9 [stage-1 2/8] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
12:56:24 #9 DONE 1.7s
12:56:24 
12:56:24 #10 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:56:24 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 18.87MB / 41.79MB 2.5s
12:56:24 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 15.73MB / 17.96MB 2.5s
12:56:24 #10 34.39 Unpacking liblzo2-2:arm64 (2.10-2) ...
12:56:24 #10 34.43 Selecting previously unselected package libsys-hostname-long-perl.
12:56:24 #10 34.43 Preparing to unpack .../274-libsys-hostname-long-perl_1.5-2_all.deb ...
12:56:24 #10 34.44 Unpacking libsys-hostname-long-perl (1.5-2) ...
12:56:24 #10 34.47 Selecting previously unselected package libmail-sendmail-perl.
12:56:24 #10 34.47 Preparing to unpack .../275-libmail-sendmail-perl_0.80-1.1_all.deb ...
12:56:24 #10 34.48 Unpacking libmail-sendmail-perl (0.80-1.1) ...
12:56:24 #10 34.51 Selecting previously unselected package libnet-smtp-ssl-perl.
12:56:24 #10 34.51 Preparing to unpack .../276-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:56:24 #10 34.51 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:56:24 #10 34.54 Selecting previously unselected package libmailtools-perl.
12:56:24 #10 34.55 Preparing to unpack .../277-libmailtools-perl_2.21-1_all.deb ...
12:56:24 #10 34.55 Unpacking libmailtools-perl (2.21-1) ...
12:56:24 #10 34.60 Selecting previously unselected package libmarkdown2:arm64.
12:56:24 #10 34.60 Preparing to unpack .../278-libmarkdown2_2.2.6-1_arm64.deb ...
12:56:24 #10 34.60 Unpacking libmarkdown2:arm64 (2.2.6-1) ...
12:56:24 #10 34.63 Selecting previously unselected package libmime-tools-perl.
12:56:24 #13 1.299 CentOS Stream 9 - AppStream                      27 kB/s | 7.5 kB     00:00    
12:56:24 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 20.97MB / 45.92MB 3.3s
12:56:24 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 3.15MB / 7.15MB 3.3s
12:56:24 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 4.19MB / 7.15MB 3.4s
12:56:24 #10 74.10 0 added, 0 removed; done.
12:56:24 #10 74.10 Running hooks in /etc/ca-certificates/update.d...
12:56:24 #10 74.10 done.
12:56:24 #16 3.624 Setting up file (1:5.39-3) ...
12:56:24 #16 3.635 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:56:24 #16 DONE 3.7s
12:56:24 
12:56:24 #17 [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.3.0"      && /build/go-winres --help
12:56:24 #10 29.59 Preparing to unpack .../131-libhttp-cookies-perl_6.04-1_all.deb ...
12:56:24 #10 29.59 Unpacking libhttp-cookies-perl (6.04-1) ...
12:56:24 #10 29.63 Selecting previously unselected package libhttp-negotiate-perl.
12:56:24 #10 29.63 Preparing to unpack .../132-libhttp-negotiate-perl_6.01-1_all.deb ...
12:56:24 #10 29.64 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:56:24 #10 29.67 Selecting previously unselected package perl-openssl-defaults:arm64.
12:56:24 #10 29.68 Preparing to unpack .../133-perl-openssl-defaults_3_arm64.deb ...
12:56:24 #10 29.68 Unpacking perl-openssl-defaults:arm64 (3) ...
12:56:24 #10 29.71 Selecting previously unselected package libnet-ssleay-perl.
12:56:24 #10 29.71 Preparing to unpack .../134-libnet-ssleay-perl_1.85-2+deb10u1_arm64.deb ...
12:56:24 #10 29.72 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ...
12:56:24 #10 29.78 Selecting previously unselected package libio-socket-ssl-perl.
12:56:24 #10 29.78 Preparing to unpack .../135-libio-socket-ssl-perl_2.060-3_all.deb ...
12:56:24 #10 29.78 Unpacking libio-socket-ssl-perl (2.060-3) ...
12:56:24 #10 29.83 Selecting previously unselected package libnet-http-perl.
12:56:24 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 37.75MB / 45.92MB 4.4s
12:56:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 17.83MB / 47.40MB 4.4s
12:56:24 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 40.89MB / 45.92MB 4.6s
12:56:24 #10 24.11 Selecting previously unselected package libxml2:arm64.
12:56:24 #10 24.12 Preparing to unpack .../090-libxml2_2.9.14+dfsg-1.1+b3_arm64.deb ...
12:56:24 #10 24.12 Unpacking libxml2:arm64 (2.9.14+dfsg-1.1+b3) ...
12:56:24 #10 24.20 Selecting previously unselected package gettext.
12:56:24 #10 24.20 Preparing to unpack .../091-gettext_0.21-11_arm64.deb ...
12:56:24 #10 24.21 Unpacking gettext (0.21-11) ...
12:56:24 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 16.78MB / 17.96MB 2.7s
12:56:24 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 22.02MB / 41.79MB 2.9s
12:56:24 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 17.96MB / 17.96MB 2.9s
12:56:24 #10 34.63 Preparing to unpack .../279-libmime-tools-perl_5.509-1_all.deb ...
12:56:24 #10 34.64 Unpacking libmime-tools-perl (5.509-1) ...
12:56:24 #10 34.68 Selecting previously unselected package libmoox-aliases-perl.
12:56:24 #10 34.68 Preparing to unpack .../280-libmoox-aliases-perl_0.001006-1.1_all.deb ...
12:56:24 #10 34.69 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
12:56:24 #10 34.72 Selecting previously unselected package libnamespace-autoclean-perl.
12:56:24 #10 34.72 Preparing to unpack .../281-libnamespace-autoclean-perl_0.29-1_all.deb ...
12:56:24 #10 34.72 Unpacking libnamespace-autoclean-perl (0.29-1) ...
12:56:24 #10 34.76 Selecting previously unselected package libobject-id-perl.
12:56:24 #10 34.76 Preparing to unpack .../282-libobject-id-perl_0.1.2-2.1_all.deb ...
12:56:24 #10 34.76 Unpacking libobject-id-perl (0.1.2-2.1) ...
12:56:24 #10 34.79 Selecting previously unselected package libmoox-struct-perl.
12:56:24 #10 34.79 Preparing to unpack .../283-libmoox-struct-perl_0.020-1_all.deb ...
12:56:24 #10 34.80 Unpacking libmoox-struct-perl (0.020-1) ...
12:56:24 #10 34.83 Selecting previously unselected package libmouse-perl.
12:56:24 #10 34.84 Preparing to unpack .../284-libmouse-perl_2.5.10-1+b1_arm64.deb ...
12:56:24 #10 34.84 Unpacking libmouse-perl (2.5.10-1+b1) ...
12:56:24 #10 34.88 Selecting previously unselected package libnumber-range-perl.
12:56:24 #7 ...
12:56:24 
12:56:24 #8 [internal] load build context
12:56:24 #8 transferring context: 30.35MB 3.5s done
12:56:24 #8 DONE 3.6s
12:56:24 
12:56:24 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:24 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 5.24MB / 7.15MB 3.5s
12:56:24 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 24.12MB / 45.92MB 3.6s
12:56:24 #20 1.254 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
12:56:24 #20 1.637 (1/22) Installing ncurses-terminfo-base (6.3_p20220521-r0)
12:56:24 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 4.0s done
12:56:24 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b
12:56:24 mkdir -p sources
12:56:24 docker run --rm -w /v \
12:56:24 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:24 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:24 	alpine \
12:56:24 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:24 #10 DONE 74.4s
12:56:24 
12:56:24 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:56:24 #11 DONE 0.0s
12:56:24 
12:56:24 #12 [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
12:56:24 #10 29.83 Preparing to unpack .../136-libnet-http-perl_6.18-1_all.deb ...
12:56:24 #10 29.83 Unpacking libnet-http-perl (6.18-1) ...
12:56:24 #10 29.86 Selecting previously unselected package liblwp-protocol-https-perl.
12:56:24 #10 29.87 Preparing to unpack .../137-liblwp-protocol-https-perl_6.07-2_all.deb ...
12:56:24 #10 29.87 Unpacking liblwp-protocol-https-perl (6.07-2) ...
12:56:24 #10 29.90 Selecting previously unselected package libtry-tiny-perl.
12:56:24 #10 29.90 Preparing to unpack .../138-libtry-tiny-perl_0.30-1_all.deb ...
12:56:24 #10 29.91 Unpacking libtry-tiny-perl (0.30-1) ...
12:56:24 #10 29.94 Selecting previously unselected package libwww-robotrules-perl.
12:56:24 #10 29.94 Preparing to unpack .../139-libwww-robotrules-perl_6.02-1_all.deb ...
12:56:24 #10 29.95 Unpacking libwww-robotrules-perl (6.02-1) ...
12:56:24 #10 29.98 Selecting previously unselected package libwww-perl.
12:56:24 #10 29.98 Preparing to unpack .../140-libwww-perl_6.36-2_all.deb ...
12:56:24 #10 29.98 Unpacking libwww-perl (6.36-2) ...
12:56:24 #10 30.03 Selecting previously unselected package patchutils.
12:56:24 #10 30.03 Preparing to unpack .../141-patchutils_0.3.4-2_arm64.deb ...
12:56:24 #10 30.03 Unpacking patchutils (0.3.4-2) ...
12:56:24 #10 30.07 Selecting previously unselected package wdiff.
12:56:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 20.97MB / 47.40MB 4.7s
12:56:24 #10 24.33 Selecting previously unselected package intltool-debian.
12:56:24 #10 24.33 Preparing to unpack .../092-intltool-debian_0.35.0+20060710.6_all.deb ...
12:56:24 #10 24.33 Unpacking intltool-debian (0.35.0+20060710.6) ...
12:56:24 #10 24.37 Selecting previously unselected package po-debconf.
12:56:24 #10 24.37 Preparing to unpack .../093-po-debconf_1.0.21+nmu1_all.deb ...
12:56:24 #10 24.37 Unpacking po-debconf (1.0.21+nmu1) ...
12:56:24 #10 24.43 Selecting previously unselected package debhelper.
12:56:24 #10 24.43 Preparing to unpack .../094-debhelper_13.11.4_all.deb ...
12:56:24 #10 24.43 Unpacking debhelper (13.11.4) ...
12:56:24 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 17.96MB / 17.96MB 3.0s done
12:56:24 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 24.12MB / 41.79MB 3.1s
12:56:24 #10 34.89 Preparing to unpack .../285-libnumber-range-perl_0.12-1.1_all.deb ...
12:56:24 #10 34.89 Unpacking libnumber-range-perl (0.12-1.1) ...
12:56:24 #10 34.93 Selecting previously unselected package libossp-uuid16:arm64.
12:56:24 #10 34.93 Preparing to unpack .../286-libossp-uuid16_1.6.2-1.5+b9_arm64.deb ...
12:56:24 #10 34.93 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b9) ...
12:56:24 #10 34.97 Selecting previously unselected package libossp-uuid-perl.
12:56:24 #10 34.97 Preparing to unpack .../287-libossp-uuid-perl_1.6.2-1.5+b9_arm64.deb ...
12:56:24 #10 34.97 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
12:56:24 #10 35.00 Selecting previously unselected package libpackage-stash-xs-perl.
12:56:24 #10 35.01 Preparing to unpack .../288-libpackage-stash-xs-perl_0.29-1+b2_arm64.deb ...
12:56:24 #10 35.01 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
12:56:24 #10 35.04 Selecting previously unselected package libpath-iterator-rule-perl.
12:56:24 #10 35.04 Preparing to unpack .../289-libpath-iterator-rule-perl_1.014-1_all.deb ...
12:56:24 #10 35.05 Unpacking libpath-iterator-rule-perl (1.014-1) ...
12:56:24 #10 35.08 Selecting previously unselected package libperlio-gzip-perl.
12:56:24 #10 35.09 Preparing to unpack .../290-libperlio-gzip-perl_0.19-1+b7_arm64.deb ...
12:56:24 #10 35.09 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
12:56:24 #10 35.12 Selecting previously unselected package libpod-parser-perl.
12:56:24 #10 35.13 Preparing to unpack .../291-libpod-parser-perl_1.63-2_all.deb ...
12:56:24 #10 35.14 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:56:24 #10 35.15 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:56:24 #10 35.15 Unpacking libpod-parser-perl (1.63-2) ...
12:56:24 #10 35.19 Selecting previously unselected package libpod-constants-perl.
12:56:24 #10 35.19 Preparing to unpack .../292-libpod-constants-perl_0.19-2_all.deb ...
12:56:24 #10 35.20 Unpacking libpod-constants-perl (0.19-2) ...
12:56:24 #10 35.23 Selecting previously unselected package libproc-processtable-perl.
12:56:25 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 3.7s
12:56:25 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 27.26MB / 45.92MB 3.9s
12:56:25 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 3.8s done
12:56:25 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 0B / 9.35MB 3.9s
12:56:25 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 4.0s done
12:56:25 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b
12:56:25 #20 1.642 (2/22) Installing ncurses-libs (6.3_p20220521-r0)
12:56:25 #20 1.655 (3/22) Installing readline (8.1.2-r0)
12:56:25 #20 1.661 (4/22) Installing bash (5.1.16-r2)
12:56:25 #20 1.684 Executing bash-5.1.16-r2.post-install
12:56:25 #20 1.687 (5/22) Installing libffi (3.4.2-r1)
12:56:25 #20 1.691 (6/22) Installing libgcc (11.2.1_git20220219-r2)
12:56:25 #20 1.698 (7/22) Installing libstdc++ (11.2.1_git20220219-r2)
12:56:25 #20 1.745 (8/22) Installing xz-libs (5.2.5-r1)
12:56:25 #20 1.751 (9/22) Installing libxml2 (2.9.14-r2)
12:56:25 #20 1.771 (10/22) Installing llvm13-libs (13.0.1-r2)
12:56:25 #12 15.97 CentOS Stream 8 - PowerTools                    3.7 MB/s | 3.5 MB     00:00    
12:56:25 #10 30.07 Preparing to unpack .../142-wdiff_1.2.2-2+b1_arm64.deb ...
12:56:25 #10 30.08 Unpacking wdiff (1.2.2-2+b1) ...
12:56:25 #10 30.13 Selecting previously unselected package devscripts.
12:56:25 #10 30.13 Preparing to unpack .../143-devscripts_2.19.5+deb10u1_arm64.deb ...
12:56:25 #10 30.16 Unpacking devscripts (2.19.5+deb10u1) ...
12:56:25 #10 30.27 Selecting previously unselected package diffstat.
12:56:25 #10 30.28 Preparing to unpack .../144-diffstat_1.62-1_arm64.deb ...
12:56:25 #10 30.28 Unpacking diffstat (1.62-1) ...
12:56:25 #10 30.33 Selecting previously unselected package distro-info-data.
12:56:25 #10 30.34 Preparing to unpack .../145-distro-info-data_0.41+deb10u6_all.deb ...
12:56:25 #10 30.34 Unpacking distro-info-data (0.41+deb10u6) ...
12:56:25 #10 30.39 Selecting previously unselected package python3-pkg-resources.
12:56:25 #10 30.39 Preparing to unpack .../146-python3-pkg-resources_40.8.0-1_all.deb ...
12:56:25 #10 30.40 Unpacking python3-pkg-resources (40.8.0-1) ...
12:56:25 #10 30.45 Selecting previously unselected package python3-chardet.
12:56:25 #17 0.521 go: downloading github.com/tc-hib/go-winres v0.3.0
12:56:25 == Building packages for ubuntu-bionic ==
12:56:25 mkdir -p "debbuild/ubuntu-bionic"
12:56:25 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-bionic/x86_64 -f ubuntu-bionic/Dockerfile .
12:56:25 #1 [internal] load build definition from Dockerfile
12:56:25 #1 transferring dockerfile: 914B done
12:56:25 #1 DONE 0.0s
12:56:25 
12:56:25 #2 [internal] load .dockerignore
12:56:25 #2 transferring context: 2B done
12:56:25 #2 DONE 0.1s
12:56:25 
12:56:25 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
12:56:25 #3 DONE 0.0s
12:56:25 
12:56:25 #4 [auth] library/golang:pull token for registry-1.docker.io
12:56:25 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 44.04MB / 45.92MB 5.0s
12:56:25 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 24.12MB / 47.40MB 5.0s
12:56:25 #10 24.53 Selecting previously unselected package debian-keyring.
12:56:25 #10 24.54 Preparing to unpack .../095-debian-keyring_2022.12.24_all.deb ...
12:56:25 #10 24.54 Unpacking debian-keyring (2022.12.24) ...
12:56:25 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 26.21MB / 41.79MB 3.3s
12:56:25 #10 35.23 Preparing to unpack .../293-libproc-processtable-perl_0.59-2+b1_arm64.deb ...
12:56:25 #10 35.24 Unpacking libproc-processtable-perl (0.59-2+b1) ...
12:56:25 #10 35.28 Selecting previously unselected package libre2-9:arm64.
12:56:25 #10 35.28 Preparing to unpack .../294-libre2-9_20210201+dfsg-1_arm64.deb ...
12:56:25 #10 35.29 Unpacking libre2-9:arm64 (20210201+dfsg-1) ...
12:56:25 #10 35.33 Selecting previously unselected package libre-engine-re2-perl:arm64.
12:56:25 #10 35.33 Preparing to unpack .../295-libre-engine-re2-perl_0.14-1_arm64.deb ...
12:56:25 #10 35.33 Unpacking libre-engine-re2-perl:arm64 (0.14-1) ...
12:56:25 #10 35.36 Selecting previously unselected package libreadonly-perl.
12:56:25 #10 35.37 Preparing to unpack .../296-libreadonly-perl_2.050-3_all.deb ...
12:56:25 #10 35.37 Unpacking libreadonly-perl (2.050-3) ...
12:56:25 #10 35.40 Selecting previously unselected package libref-util-perl.
12:56:25 #10 35.41 Preparing to unpack .../297-libref-util-perl_0.204-1_all.deb ...
12:56:25 #10 35.41 Unpacking libref-util-perl (0.204-1) ...
12:56:25 #10 35.44 Selecting previously unselected package libref-util-xs-perl.
12:56:25 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.05MB / 9.35MB 4.0s
12:56:25 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 2.10MB / 9.35MB 4.1s
12:56:25 #10 30.45 Preparing to unpack .../147-python3-chardet_3.0.4-3_all.deb ...
12:56:25 #10 30.45 Unpacking python3-chardet (3.0.4-3) ...
12:56:25 #10 30.50 Selecting previously unselected package python3-six.
12:56:25 #10 30.50 Preparing to unpack .../148-python3-six_1.12.0-1_all.deb ...
12:56:25 #10 30.51 Unpacking python3-six (1.12.0-1) ...
12:56:25 #10 30.54 Selecting previously unselected package python3-debian.
12:56:25 #10 30.54 Preparing to unpack .../149-python3-debian_0.1.35_all.deb ...
12:56:25 #10 30.55 Unpacking python3-debian (0.1.35) ...
12:56:25 #10 30.59 Selecting previously unselected package libgpgme11:arm64.
12:56:25 #10 30.60 Preparing to unpack .../150-libgpgme11_1.12.0-6_arm64.deb ...
12:56:25 #10 30.60 Unpacking libgpgme11:arm64 (1.12.0-6) ...
12:56:25 #10 30.65 Selecting previously unselected package python3-gpg.
12:56:25 #4 DONE 0.0s
12:56:25 
12:56:25 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:25 #5 DONE 0.3s
12:56:25 
12:56:25 #6 [internal] load metadata for docker.io/library/ubuntu:bionic
12:56:25 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 28.31MB / 47.40MB 5.3s
12:56:25 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 2.1s done
12:56:25 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a
12:56:25 #13 2.261 CentOS Stream 9 - CRB                           4.7 MB/s | 3.9 MB     00:00    
12:56:25 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 28.31MB / 41.79MB 3.6s
12:56:25 #10 35.44 Preparing to unpack .../298-libref-util-xs-perl_0.117-1+b3_arm64.deb ...
12:56:25 #10 35.45 Unpacking libref-util-xs-perl (0.117-1+b3) ...
12:56:25 #10 35.48 Selecting previously unselected package libregexp-pattern-license-perl.
12:56:25 #10 35.48 Preparing to unpack .../299-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
12:56:25 #10 35.48 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
12:56:25 #10 35.52 Selecting previously unselected package libregexp-pattern-perl.
12:56:25 #10 35.52 Preparing to unpack .../300-libregexp-pattern-perl_0.2.14-1_all.deb ...
12:56:25 #10 35.53 Unpacking libregexp-pattern-perl (0.2.14-1) ...
12:56:25 #10 35.56 Selecting previously unselected package libsasl2-modules:arm64.
12:56:25 #10 35.56 Preparing to unpack .../301-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
12:56:25 #10 35.57 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
12:56:25 #10 35.60 Selecting previously unselected package libsereal-decoder-perl.
12:56:25 #10 35.61 Preparing to unpack .../302-libsereal-decoder-perl_4.018+ds-1+b1_arm64.deb ...
12:56:25 #10 35.61 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
12:56:25 #10 35.65 Selecting previously unselected package libsereal-encoder-perl.
12:56:25 #10 35.65 Preparing to unpack .../303-libsereal-encoder-perl_4.018+ds-1+b1_arm64.deb ...
12:56:25 #10 35.65 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
12:56:25 #10 35.69 Selecting previously unselected package libtask-weaken-perl.
12:56:25 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 31.46MB / 45.92MB 4.3s
12:56:25 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 4.19MB / 9.35MB 4.3s
12:56:25 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 6.29MB / 9.35MB 4.4s
12:56:25 mkdir -p rpmbuild/SOURCES
12:56:25 docker run --rm -w /v \
12:56:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:25 	alpine \
12:56:25 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:25 #10 30.65 Preparing to unpack .../151-python3-gpg_1.12.0-6_arm64.deb ...
12:56:25 #10 30.66 Unpacking python3-gpg (1.12.0-6) ...
12:56:25 #10 30.73 Selecting previously unselected package dput.
12:56:25 #10 30.73 Preparing to unpack .../152-dput_1.0.3_all.deb ...
12:56:25 #10 30.74 Unpacking dput (1.0.3) ...
12:56:25 #10 30.78 Selecting previously unselected package equivs.
12:56:25 #10 30.78 Preparing to unpack .../153-equivs_2.2.0_all.deb ...
12:56:25 #10 30.78 Unpacking equivs (2.2.0) ...
12:56:25 #10 30.89 Selecting previously unselected package exim4-config.
12:56:25 #6 DONE 0.4s
12:56:25 
12:56:25 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:25 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:25 #7 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
12:56:25 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0B / 7.86MB 0.1s
12:56:25 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:25 #7 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
12:56:25 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 2.10MB / 50.45MB 0.1s
12:56:25 #17 1.074 go: downloading github.com/tc-hib/winres v0.1.6
12:56:25 #17 1.199 go: downloading github.com/urfave/cli/v2 v2.3.0
12:56:25 #17 1.242 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
12:56:25 #17 1.251 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
12:56:25 #10 1.527 CentOS Stream 9 - BaseOS                         12 MB/s | 6.1 MB     00:00    
12:56:25 #10 35.69 Preparing to unpack .../304-libtask-weaken-perl_1.06-1_all.deb ...
12:56:25 #10 35.70 Unpacking libtask-weaken-perl (1.06-1) ...
12:56:25 #10 35.73 Selecting previously unselected package libxml-parser-perl:arm64.
12:56:25 #10 35.73 Preparing to unpack .../305-libxml-parser-perl_2.46-2_arm64.deb ...
12:56:25 #10 35.74 Unpacking libxml-parser-perl:arm64 (2.46-2) ...
12:56:25 #10 35.79 Selecting previously unselected package libsoap-lite-perl.
12:56:25 #10 35.79 Preparing to unpack .../306-libsoap-lite-perl_1.27-1_all.deb ...
12:56:25 #10 35.80 Unpacking libsoap-lite-perl (1.27-1) ...
12:56:25 #10 35.87 Selecting previously unselected package libsort-key-perl.
12:56:25 #10 35.87 Preparing to unpack .../307-libsort-key-perl_1.33-2+b3_arm64.deb ...
12:56:25 #10 35.88 Unpacking libsort-key-perl (1.33-2+b3) ...
12:56:25 #10 35.91 Selecting previously unselected package libstring-copyright-perl.
12:56:25 #10 35.91 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
12:56:25 #10 35.91 Unpacking libstring-copyright-perl (0.003006-1) ...
12:56:25 #10 35.94 Selecting previously unselected package libstring-escape-perl.
12:56:25 #10 35.95 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
12:56:25 #10 35.95 Unpacking libstring-escape-perl (2010.002-2) ...
12:56:25 #10 35.98 Selecting previously unselected package libstring-shellquote-perl.
12:56:25 #10 35.98 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
12:56:25 #10 35.99 Unpacking libstring-shellquote-perl (1.04-1) ...
12:56:25 #10 36.02 Selecting previously unselected package libsys-cpuaffinity-perl:arm64.
12:56:25 #9 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 2.4s done
12:56:25 #9 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a
12:56:25 #12 0.683 Hit:1 http://deb.debian.org/debian buster InRelease
12:56:25 #12 0.684 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
12:56:25 #12 0.684 Hit:3 http://deb.debian.org/debian buster-updates InRelease
12:56:25 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 34.60MB / 45.92MB 4.6s
12:56:25 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 7.34MB / 9.35MB 4.6s
12:56:25 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 2.8s done
12:56:25 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b
12:56:25 #10 30.89 Preparing to unpack .../154-exim4-config_4.92-8+deb10u7_all.deb ...
12:56:25 #10 30.90 Unpacking exim4-config (4.92-8+deb10u7) ...
12:56:25 #10 30.96 Selecting previously unselected package exim4-base.
12:56:25 #10 30.97 Preparing to unpack .../155-exim4-base_4.92-8+deb10u7_arm64.deb ...
12:56:25 #10 30.98 Unpacking exim4-base (4.92-8+deb10u7) ...
12:56:25 #10 31.06 Selecting previously unselected package libevent-2.1-6:arm64.
12:56:25 #10 31.06 Preparing to unpack .../156-libevent-2.1-6_2.1.8-stable-4_arm64.deb ...
12:56:25 #10 31.07 Unpacking libevent-2.1-6:arm64 (2.1.8-stable-4) ...
12:56:25 #10 31.12 Selecting previously unselected package libunbound8:arm64.
12:56:25 #10 31.13 Preparing to unpack .../157-libunbound8_1.9.0-2+deb10u2_arm64.deb ...
12:56:25 #10 31.13 Unpacking libunbound8:arm64 (1.9.0-2+deb10u2) ...
12:56:25 mkdir -p sources
12:56:25 docker run --rm -w /v \
12:56:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:25 	alpine \
12:56:25 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:25 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 4.19MB / 7.86MB 0.2s
12:56:25 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 10.49MB / 50.45MB 0.2s
12:56:25 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.3s
12:56:25 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 16.86MB / 50.45MB 0.3s
12:56:25 #17 1.471 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
12:56:25 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 5.7s done
12:56:25 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 31.46MB / 47.40MB 5.7s
12:56:25 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 0B / 53.32MB 5.7s
12:56:25 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 0B / 116.78MB 5.9s
12:56:25 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6
12:56:26 #10 36.02 Preparing to unpack .../311-libsys-cpuaffinity-perl_1.13~03-1_arm64.deb ...
12:56:26 #10 36.02 Unpacking libsys-cpuaffinity-perl:arm64 (1.13~03-1) ...
12:56:26 #10 36.05 Selecting previously unselected package libterm-readkey-perl.
12:56:26 #10 36.05 Preparing to unpack .../312-libterm-readkey-perl_2.38-1+b2_arm64.deb ...
12:56:26 #10 36.06 Unpacking libterm-readkey-perl (2.38-1+b2) ...
12:56:26 #10 36.09 Selecting previously unselected package libtext-levenshteinxs-perl.
12:56:26 #10 36.09 Preparing to unpack .../313-libtext-levenshteinxs-perl_0.03-4+b8_arm64.deb ...
12:56:26 #10 36.10 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
12:56:26 #10 36.13 Selecting previously unselected package libtext-markdown-discount-perl:arm64.
12:56:26 #10 36.13 Preparing to unpack .../314-libtext-markdown-discount-perl_0.12-1+b1_arm64.deb ...
12:56:26 #10 36.13 Unpacking libtext-markdown-discount-perl:arm64 (0.12-1+b1) ...
12:56:26 #10 36.17 Selecting previously unselected package libtext-xslate-perl.
12:56:26 #10 36.17 Preparing to unpack .../315-libtext-xslate-perl_3.5.8-1+b1_arm64.deb ...
12:56:26 #10 36.17 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
12:56:26 #10 36.22 Selecting previously unselected package libtime-duration-perl.
12:56:26 #10 36.22 Preparing to unpack .../316-libtime-duration-perl_1.21-1_all.deb ...
12:56:26 #10 36.22 Unpacking libtime-duration-perl (1.21-1) ...
12:56:26 #10 36.25 Selecting previously unselected package libtime-moment-perl.
12:56:26 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 31.46MB / 41.79MB 4.0s
12:56:26 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 33.55MB / 41.79MB 4.2s
12:56:26 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 1.9s done
12:56:26 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a
12:56:26 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 38.80MB / 45.92MB 4.8s
12:56:26 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 4.8s
12:56:26 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 41.94MB / 45.92MB 4.9s
12:56:26 #10 31.21 Selecting previously unselected package libgnutls-dane0:arm64.
12:56:26 #10 31.21 Preparing to unpack .../158-libgnutls-dane0_3.6.7-4+deb10u9_arm64.deb ...
12:56:26 #10 31.21 Unpacking libgnutls-dane0:arm64 (3.6.7-4+deb10u9) ...
12:56:26 #10 31.27 Selecting previously unselected package exim4-daemon-light.
12:56:26 #10 31.27 Preparing to unpack .../159-exim4-daemon-light_4.92-8+deb10u7_arm64.deb ...
12:56:26 #10 31.28 Unpacking exim4-daemon-light (4.92-8+deb10u7) ...
12:56:26 #10 31.37 Selecting previously unselected package libcurl3-gnutls:arm64.
12:56:26 #10 31.37 Preparing to unpack .../160-libcurl3-gnutls_7.64.0-4+deb10u4_arm64.deb ...
12:56:26 #10 31.38 Unpacking libcurl3-gnutls:arm64 (7.64.0-4+deb10u4) ...
12:56:26 #10 31.44 Selecting previously unselected package libpcre2-8-0:arm64.
12:56:26 #10 31.44 Preparing to unpack .../161-libpcre2-8-0_10.32-5_arm64.deb ...
12:56:26 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.3s done
12:56:26 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 22.02MB / 50.45MB 0.4s
12:56:26 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 1.05MB / 10.00MB 0.4s
12:56:26 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 28.31MB / 50.45MB 0.5s
12:56:26 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.5s
12:56:26 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 39.85MB / 50.45MB 0.7s
12:56:26 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.5s done
12:56:26 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 0B / 51.87MB 0.7s
12:56:26 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 8.39MB / 68.85MB 0.7s
12:56:26 == Building packages for ubuntu-focal ==
12:56:26 mkdir -p "debbuild/ubuntu-focal"
12:56:26 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/x86_64 -f ubuntu-focal/Dockerfile .
12:56:26 #1 [internal] load build definition from Dockerfile
12:56:26 #1 transferring dockerfile: 1.21kB done
12:56:26 #1 DONE 0.0s
12:56:26 
12:56:26 #2 [internal] load .dockerignore
12:56:26 #2 transferring context: 2B done
12:56:26 #2 DONE 0.0s
12:56:26 
12:56:26 #3 [auth] library/golang:pull token for registry-1.docker.io
12:56:26 #3 DONE 0.0s
12:56:26 
12:56:26 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
12:56:26 #4 DONE 0.0s
12:56:26 
12:56:26 #5 [internal] load metadata for docker.io/library/ubuntu:focal
12:56:26 #17 1.490 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:56:26 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 34.60MB / 47.40MB 6.3s
12:56:26 #10 36.26 Preparing to unpack .../317-libtime-moment-perl_0.44-1+b3_arm64.deb ...
12:56:26 #10 36.26 Unpacking libtime-moment-perl (0.44-1+b3) ...
12:56:26 #10 36.30 Selecting previously unselected package libtype-tiny-xs-perl.
12:56:26 #10 36.30 Preparing to unpack .../318-libtype-tiny-xs-perl_0.022-1_arm64.deb ...
12:56:26 #10 36.31 Unpacking libtype-tiny-xs-perl (0.022-1) ...
12:56:26 #10 36.34 Selecting previously unselected package libunicode-utf8-perl.
12:56:26 #10 36.34 Preparing to unpack .../319-libunicode-utf8-perl_0.62-1+b2_arm64.deb ...
12:56:26 #10 36.35 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
12:56:26 #10 36.38 Selecting previously unselected package libxdelta2.
12:56:26 #10 36.39 Preparing to unpack .../320-libxdelta2_1.1.3-9.3_arm64.deb ...
12:56:26 #10 36.39 Unpacking libxdelta2 (1.1.3-9.3) ...
12:56:26 #10 36.44 Selecting previously unselected package libxext6:arm64.
12:56:26 #10 36.44 Preparing to unpack .../321-libxext6_2%3a1.3.3-1.1_arm64.deb ...
12:56:26 #10 36.44 Unpacking libxext6:arm64 (2:1.3.3-1.1) ...
12:56:26 #10 36.48 Selecting previously unselected package libxml-namespacesupport-perl.
12:56:26 #10 36.48 Preparing to unpack .../322-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
12:56:26 #10 36.48 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
12:56:26 #10 36.52 Selecting previously unselected package libxml-sax-base-perl.
12:56:26 #7 ...
12:56:26 
12:56:26 #8 [internal] load build context
12:56:26 #8 transferring context: 30.35MB 4.3s done
12:56:26 #8 DONE 4.4s
12:56:26 
12:56:26 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91
12:56:26 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 35.65MB / 41.79MB 4.4s
12:56:26 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 5.0s done
12:56:26 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 0B / 47.40MB 5.1s
12:56:26 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 0B / 53.32MB 5.1s
12:56:26 #20 3.162 (11/22) Installing clang-libs (13.0.1-r1)
12:56:26 #10 31.44 Unpacking libpcre2-8-0:arm64 (10.32-5) ...
12:56:26 #10 31.49 Selecting previously unselected package liberror-perl.
12:56:26 #10 31.50 Preparing to unpack .../162-liberror-perl_0.17027-2_all.deb ...
12:56:26 #10 31.50 Unpacking liberror-perl (0.17027-2) ...
12:56:26 #10 31.54 Selecting previously unselected package git-man.
12:56:26 #10 31.55 Preparing to unpack .../163-git-man_1%3a2.20.1-2+deb10u7_all.deb ...
12:56:26 #10 31.55 Unpacking git-man (1:2.20.1-2+deb10u7) ...
12:56:26 #10 31.66 Selecting previously unselected package git.
12:56:26 #7 ...
12:56:26 
12:56:26 #8 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e
12:56:26 #8 resolve quay.io/centos/centos:stream8@sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e 0.0s done
12:56:26 #8 sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e 743B / 743B done
12:56:26 #8 sha256:14e52c6a3e607a0c05080d7a9ef6ecb200a330da927cd2b3b28d165317af1394 920B / 920B done
12:56:26 #8 sha256:660b134163631b1901acda557fe0edbdede3febab49bdd393f0c57bba602894b 6.47kB / 6.47kB done
12:56:26 #8 sha256:6c5de04c936da27e33992af1e54e929f1cb39c8e1473d9d25ed1f1dc2d842fd4 83.99MB / 83.99MB 1.0s done
12:56:26 #8 sha256:f1ee40d9db4a2bf9b96ea48d6cb45c602a6761650f67dc84bba5a0d2495e845a 1.88kB / 1.88kB 0.1s done
12:56:26 #8 sha256:17facd475902d6709cff908630b59271c7ad18f64c3a1d0143d438c6988504ef 38.37MB / 38.37MB 0.5s done
12:56:26 #8 sha256:0d557d32f54ebd277fdffbbdf656b90442ee9d8753aec9ebac429eee967f4dee 39.31MB / 39.31MB 0.9s done
12:56:26 #8 extracting sha256:6c5de04c936da27e33992af1e54e929f1cb39c8e1473d9d25ed1f1dc2d842fd4 7.5s done
12:56:26 #8 extracting sha256:f1ee40d9db4a2bf9b96ea48d6cb45c602a6761650f67dc84bba5a0d2495e845a done
12:56:26 #8 extracting sha256:17facd475902d6709cff908630b59271c7ad18f64c3a1d0143d438c6988504ef 0.7s done
12:56:26 #8 extracting sha256:0d557d32f54ebd277fdffbbdf656b90442ee9d8753aec9ebac429eee967f4dee
12:56:26 #8 ...
12:56:26 
12:56:26 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:26 #7 ...
12:56:26 
12:56:26 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:26 #0 1.014 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB]
12:56:26 #0 1.409 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB]
12:56:26 #0 1.505 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [83.3 kB]
12:56:26 #0 1.594 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB]
12:56:26 #0 1.689 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB]
12:56:26 #0 2.350 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB]
12:56:26 #0 2.351 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB]
12:56:26 #0 2.399 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B]
12:56:26 #0 2.431 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5351 B]
12:56:26 #0 2.431 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [2171 kB]
12:56:26 #0 2.523 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [2105 kB]
12:56:26 #0 2.608 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [6144 B]
12:56:26 #0 2.610 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [20.1 kB]
12:56:26 #0 2.610 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [64.0 kB]
12:56:26 #0 2.615 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2760 B]
12:56:26 #0 2.615 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1802 kB]
12:56:26 #0 2.697 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [5465 B]
12:56:26 #0 2.697 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1410 kB]
12:56:26 #0 3.776 Fetched 20.5 MB in 3s (6519 kB/s)
12:56:26 #0 3.776 Reading package lists...
12:56:26 #0 4.829 Reading package lists...
12:56:26 #0 5.801 Building dependency tree...
12:56:26 #0 5.973 Reading state information...
12:56:26 #0 6.161 The following additional packages will be installed:
12:56:26 #0 6.161   at autoconf automake autopoint autotools-dev binutils
12:56:26 #0 6.161   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
12:56:26 #0 6.161   ca-certificates cpp cpp-7 dctrl-tools debhelper dh-autoreconf
12:56:26 #0 6.161   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput
12:56:26 #0 6.161   fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext gettext-base git-man
12:56:26 #0 6.161   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
12:56:26 #0 6.161   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
12:56:26 #0 6.161   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:56:26 #0 6.161   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:56:26 #0 6.161   libasan4 libasn1-8-heimdal libassuan0 libatomic1 libauthen-sasl-perl
12:56:26 #0 6.161   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
12:56:26 #0 6.161   libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl libcgi-pm-perl
12:56:26 #0 6.161   libclass-accessor-perl libclass-method-modifiers-perl
12:56:26 #0 6.161   libclass-xsaccessor-perl libclone-perl libcroco3 libcurl3-gnutls libcurl4
12:56:26 #0 6.161   libdata-dump-perl libdata-optlist-perl libdevel-callchecker-perl
12:56:26 #0 6.161   libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
12:56:26 #0 6.161   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
12:56:26 #0 6.161   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
12:56:26 #0 6.161   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
12:56:26 #0 6.161   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
12:56:26 #0 6.161   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
12:56:26 #0 6.161   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
12:56:26 #0 6.161   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
12:56:26 #0 6.161   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
12:56:26 #0 6.161   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
12:56:26 #0 6.161   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
12:56:26 #0 6.161   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:26 #0 6.161   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
12:56:26 #0 6.161   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
12:56:26 #0 6.161   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
12:56:26 #0 6.161   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
12:56:26 #0 6.161   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
12:56:26 #0 6.161   libldap-common liblist-compare-perl liblist-moreutils-perl
12:56:26 #0 6.161   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:56:26 #0 6.161   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
12:56:26 #0 6.161   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
12:56:26 #0 6.161   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl
12:56:26 #0 6.161   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
12:56:26 #0 6.161   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
12:56:26 #0 6.161   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
12:56:26 #0 6.161   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
12:56:26 #0 6.161   libparams-validate-perl libparse-debianchangelog-perl
12:56:26 #0 6.161   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
12:56:26 #0 6.161   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
12:56:26 #0 6.161   libpython3.6-minimal libpython3.6-stdlib libreadline7
12:56:26 #0 6.161   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
12:56:26 #0 6.161   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
12:56:26 #0 6.161   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
12:56:26 #0 6.161   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
12:56:26 #0 6.161   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
12:56:26 #0 6.161   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
12:56:26 #0 6.161   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
12:56:26 #0 6.161   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
12:56:26 #0 6.161   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwind0-heimdal
12:56:26 #0 6.161   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
12:56:26 #0 6.161   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
12:56:26 #0 6.161   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
12:56:26 #0 6.161   libxml-sax-perl libxml-simple-perl libxml2 libxmuu1 libyaml-0-2
12:56:26 #0 6.161   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release m4 make
12:56:26 #0 6.161   man-db manpages manpages-dev mime-support multiarch-support netbase
12:56:26 #0 6.161   openssh-client openssl patch patchutils perl perl-modules-5.26
12:56:26 #0 6.161   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
12:56:26 #0 6.161   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:56:26 #0 6.161   python3-debian python3-gpg python3-idna python3-magic python3-minimal
12:56:26 #0 6.161   python3-pkg-resources python3-requests python3-six python3-unidiff
12:56:26 #0 6.161   python3-urllib3 python3-xdg python3.6 python3.6-minimal readline-common
12:56:26 #0 6.161   shared-mime-info strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
12:56:26 #0 6.161 Suggested packages:
12:56:26 #0 6.161   default-mta | mail-transport-agent autoconf-archive gnu-standards
12:56:26 #0 6.161   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
12:56:26 #0 6.161   gcc-7-locales debtags dh-make dwz adequate autopkgtest bls-standalone
12:56:26 #0 6.161   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
12:56:26 #0 6.161   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
12:56:26 #0 6.161   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:56:26 #0 6.161   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
12:56:26 #0 6.161   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
12:56:26 #0 6.161   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
12:56:26 #0 6.161   mini-dinstall rsync gcc-7-doc libstdc++6-7-dbg gcc-multilib flex bison gdb
12:56:26 #0 6.161   gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg
12:56:26 #0 6.161   liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg
12:56:26 #0 6.161   libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
12:56:26 #0 6.161   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
12:56:26 #0 6.161   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
12:56:26 #0 6.161   libgssapi-perl glibc-doc bzr gdbm-l10n krb5-doc krb5-user libtool-doc
12:56:26 #0 6.161   libcrypt-ssleay-perl libscalar-number-perl libhtml-template-perl
12:56:26 #0 6.161   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
12:56:26 #0 6.161   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
12:56:26 #0 6.161   libstdc++-7-doc libbareword-filehandles-perl libindirect-perl
12:56:26 #0 6.161   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
12:56:26 #0 6.161   libauthen-ntlm-perl bash-completion binutils-multiarch libtext-template-perl
12:56:26 #0 6.161   lsb m4-doc make-doc apparmor www-browser keychain libpam-ssh monkeysphere
12:56:26 #0 6.161   ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl
12:56:26 #0 6.161   | libterm-readline-perl-perl pinentry-doc libmail-box-perl python3-doc
12:56:26 #0 6.161   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
12:56:26 #0 6.161   python3-cryptography python3-openssl python3-socks python3.6-venv
12:56:26 #0 6.161   python3.6-doc binfmt-support readline-doc zip wdiff-doc
12:56:26 #0 6.593 The following NEW packages will be installed:
12:56:26 #0 6.593   at autoconf automake autopoint autotools-dev binutils
12:56:26 #0 6.593   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
12:56:26 #0 6.593   ca-certificates cpp cpp-7 curl dctrl-tools debhelper devscripts
12:56:26 #0 6.593   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
12:56:26 #0 6.593   dpkg-dev dput equivs fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext
12:56:26 #0 6.593   gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
12:56:26 #0 6.593   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
12:56:26 #0 6.593   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
12:56:26 #0 6.593   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
12:56:26 #0 6.593   libarchive-zip-perl libasan4 libasn1-8-heimdal libassuan0 libatomic1
12:56:26 #0 6.593   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
12:56:26 #0 6.593   libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl
12:56:26 #0 6.593   libcgi-pm-perl libclass-accessor-perl libclass-method-modifiers-perl
12:56:26 #0 6.593   libclass-xsaccessor-perl libclone-perl libcroco3 libcurl3-gnutls libcurl4
12:56:26 #0 6.593   libdata-dump-perl libdata-optlist-perl libdevel-callchecker-perl
12:56:26 #0 6.593   libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
12:56:26 #0 6.593   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
12:56:26 #0 6.593   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
12:56:26 #0 6.593   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
12:56:26 #0 6.593   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
12:56:26 #0 6.593   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
12:56:26 #0 6.593   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
12:56:26 #0 6.593   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
12:56:26 #0 6.593   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
12:56:26 #0 6.593   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
12:56:26 #0 6.593   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
12:56:26 #0 6.593   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:26 #0 6.593   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
12:56:26 #0 6.593   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
12:56:26 #0 6.593   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
12:56:26 #0 6.593   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
12:56:26 #0 6.593   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
12:56:26 #0 6.593   libldap-common liblist-compare-perl liblist-moreutils-perl
12:56:26 #0 6.593   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:56:26 #0 6.593   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
12:56:26 #0 6.593   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
12:56:26 #0 6.593   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl
12:56:26 #0 6.593   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
12:56:26 #0 6.593   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
12:56:26 #0 6.593   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
12:56:26 #0 6.593   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
12:56:26 #0 6.593   libparams-validate-perl libparse-debianchangelog-perl
12:56:26 #0 6.593   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
12:56:26 #0 6.593   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
12:56:26 #0 6.593   libpython3.6-minimal libpython3.6-stdlib libreadline7
12:56:26 #0 6.593   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
12:56:26 #0 6.593   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
12:56:26 #0 6.593   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
12:56:26 #0 6.593   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
12:56:26 #0 6.593   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
12:56:26 #0 6.593   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
12:56:26 #0 6.593   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
12:56:26 #0 6.593   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
12:56:26 #0 6.593   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwind0-heimdal
12:56:26 #0 6.593   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
12:56:26 #0 6.593   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
12:56:26 #0 6.593   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
12:56:26 #0 6.593   libxml-sax-perl libxml-simple-perl libxml2 libxmuu1 libyaml-0-2
12:56:26 #0 6.593   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release m4 make
12:56:26 #0 6.593   man-db manpages manpages-dev mime-support multiarch-support netbase
12:56:26 #0 6.593   openssh-client openssl patch patchutils perl perl-modules-5.26
12:56:26 #0 6.593   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
12:56:26 #0 6.593   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:56:26 #0 6.593   python3-debian python3-gpg python3-idna python3-magic python3-minimal
12:56:26 #0 6.593   python3-pkg-resources python3-requests python3-six python3-unidiff
12:56:26 #0 6.593   python3-urllib3 python3-xdg python3.6 python3.6-minimal readline-common
12:56:26 #0 6.593   shared-mime-info strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
12:56:26 #0 7.012 0 upgraded, 298 newly installed, 0 to remove and 4 not upgraded.
12:56:26 #0 7.012 Need to get 87.9 MB of archives.
12:56:26 #0 7.012 After this operation, 385 MB of additional disk space will be used.
12:56:26 #0 7.012 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB]
12:56:26 #0 7.157 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.1 arm64 1.1.1-1ubuntu2.1~18.04.21 [1064 kB]
12:56:26 #0 7.560 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-minimal arm64 3.6.9-1~18.04ubuntu1.9 [528 kB]
12:56:26 #0 7.601 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.9 [70.4 kB]
12:56:26 #0 7.606 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3.6-minimal arm64 3.6.9-1~18.04ubuntu1.9 [1326 kB]
12:56:26 #0 7.692 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-minimal arm64 3.6.7-1~18.04 [23.7 kB]
12:56:26 #0 7.693 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 mime-support all 3.60ubuntu1 [30.1 kB]
12:56:26 #0 7.708 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpdec2 arm64 2.4.2-1ubuntu1 [73.9 kB]
12:56:26 #0 7.718 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB]
12:56:26 #0 7.721 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB]
12:56:26 #0 7.729 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsqlite3-0 arm64 3.22.0-1ubuntu0.7 [430 kB]
12:56:26 #0 7.749 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-stdlib arm64 3.6.9-1~18.04ubuntu1.9 [1611 kB]
12:56:26 #0 7.790 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3.6 arm64 3.6.9-1~18.04ubuntu1.9 [203 kB]
12:56:26 #0 7.792 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3-stdlib arm64 3.6.7-1~18.04 [7240 B]
12:56:26 #0 7.793 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3 arm64 3.6.7-1~18.04 [47.2 kB]
12:56:26 #0 7.796 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 multiarch-support arm64 2.27-3ubuntu1.6 [6960 B]
12:56:26 #0 7.855 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxau6 arm64 1:1.0.8-1ubuntu1 [7088 B]
12:56:26 #0 7.855 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB]
12:56:26 #0 7.855 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B]
12:56:26 #0 7.855 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB]
12:56:26 #0 7.855 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.4 [114 kB]
12:56:26 #0 7.925 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.4 [522 kB]
12:56:26 #0 7.933 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB]
12:56:26 #0 7.933 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 bsdmainutils arm64 11.1.2ubuntu1 [175 kB]
12:56:26 #0 7.936 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 groff-base arm64 1.22.3-10 [1152 kB]
12:56:26 #0 8.000 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB]
12:56:26 #0 8.012 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpipeline1 arm64 1.5.0-1 [22.0 kB]
12:56:26 #0 8.012 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 man-db arm64 2.8.3-2ubuntu0.1 [993 kB]
12:56:26 #0 8.039 Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.6 [2764 kB]
12:56:26 #0 8.183 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B]
12:56:26 #0 8.184 Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.6 [3338 kB]
12:56:26 #0 8.325 Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.6 [201 kB]
12:56:26 #0 8.329 Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssl arm64 1.1.1-1ubuntu2.1~18.04.21 [583 kB]
12:56:26 #0 8.357 Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 ca-certificates all 20211016ubuntu0.18.04.1 [140 kB]
12:56:26 #0 8.364 Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 distro-info-data all 0.37ubuntu0.15 [4724 B]
12:56:26 #0 8.364 Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libmagic-mgc arm64 1:5.32-2ubuntu0.4 [184 kB]
12:56:26 #0 8.445 Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libmagic1 arm64 1:5.32-2ubuntu0.4 [61.9 kB]
12:56:26 #0 8.445 Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 file arm64 1:5.32-2ubuntu0.4 [21.7 kB]
12:56:26 #0 8.446 Get:39 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB]
12:56:26 #0 8.447 Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libapt-inst2.0 arm64 1.6.14 [56.7 kB]
12:56:26 #0 8.448 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]
12:56:26 #0 8.463 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]
12:56:26 #0 8.477 Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libicu60 arm64 60.2-3ubuntu3.2 [7986 kB]
12:56:26 #0 8.901 Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxml2 arm64 2.9.4+dfsg1-6.1ubuntu1.8 [548 kB]
12:56:26 #0 8.907 Get:45 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libyaml-0-2 arm64 0.1.7-2ubuntu3 [40.0 kB]
12:56:26 #0 8.907 Get:46 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
12:56:26 #0 8.909 Get:47 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB]
12:56:26 #0 8.909 Get:48 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 shared-mime-info arm64 1.9-2 [423 kB]
12:56:26 #0 8.922 Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 ucf all 3.0038 [50.5 kB]
12:56:26 #0 8.922 Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xdg-user-dirs arm64 0.17-1ubuntu1 [47.0 kB]
12:56:26 #0 8.922 Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 xz-utils arm64 5.2.2-1.3ubuntu0.1 [79.8 kB]
12:56:26 #0 8.922 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gettext-base arm64 0.19.8.1-6ubuntu0.3 [110 kB]
12:56:26 #0 9.084 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 iso-codes all 3.79-1 [2565 kB]
12:56:26 #0 9.187 Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 krb5-locales all 1.16-2ubuntu0.3 [13.5 kB]
12:56:26 #0 9.188 Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB]
12:56:26 #0 9.190 Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5support0 arm64 1.16-2ubuntu0.3 [28.1 kB]
12:56:26 #0 9.192 Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libk5crypto3 arm64 1.16-2ubuntu0.3 [79.7 kB]
12:56:26 #0 9.195 Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkeyutils1 arm64 1.5.9-9.2ubuntu2.1 [8172 B]
12:56:26 #0 9.195 Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5-3 arm64 1.16-2ubuntu0.3 [241 kB]
12:56:26 #0 9.205 Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgssapi-krb5-2 arm64 1.16-2ubuntu0.3 [103 kB]
12:56:26 #0 9.213 Get:61 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpsl5 arm64 0.19.1-5build1 [40.9 kB]
12:56:26 #0 9.213 Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.11 [724 kB]
12:56:26 #0 9.259 Get:63 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B]
12:56:26 #0 9.331 Get:64 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB]
12:56:26 #0 9.373 Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.7 [525 kB]
12:56:26 #0 9.390 Get:66 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 publicsuffix all 20180223.1310-1 [97.6 kB]
12:56:26 #0 9.404 Get:67 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python-apt-common all 1.6.6 [16.9 kB]
12:56:26 #0 9.405 Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-apt arm64 1.6.6 [149 kB]
12:56:26 #0 9.410 Get:69 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 strace arm64 4.21-1ubuntu1 [226 kB]
12:56:26 #0 9.417 Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB]
12:56:26 #0 9.417 Get:71 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 at arm64 3.1.20-3.1ubuntu2 [36.8 kB]
12:56:26 #0 9.419 Get:72 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsigsegv2 arm64 2.12-1 [14.1 kB]
12:56:26 #0 9.419 Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 m4 arm64 1.4.18-1 [185 kB]
12:56:26 #0 9.476 Get:74 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 autoconf all 2.69-11 [322 kB]
12:56:26 #0 9.485 Get:75 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 autotools-dev all 20180224.1 [39.6 kB]
12:56:26 #0 9.548 Get:76 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 automake all 1:1.15.1-3ubuntu2 [509 kB]
12:56:26 #0 9.564 Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB]
12:56:26 #0 9.577 Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.8 [197 kB]
12:56:26 #0 9.583 Get:79 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.8 [416 kB]
12:56:26 #0 9.596 Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.8 [2168 kB]
12:56:26 #0 9.693 Get:81 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.8 [3364 B]
12:56:26 #0 9.693 Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.6 [58.6 kB]
12:56:26 #0 9.694 Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-202.213 [970 kB]
12:56:26 #0 9.726 Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.6 [2048 kB]
12:56:26 #0 9.806 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]
12:56:26 #0 9.806 Get:86 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB]
12:56:26 #0 9.819 Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB]
12:56:26 #0 9.839 Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB]
12:56:26 #0 9.839 Get:89 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB]
12:56:26 #10 ...
12:56:26 
12:56:26 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:26 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.33MB / 50.45MB 0.8s
12:56:26 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 17.83MB / 68.85MB 0.8s
12:56:26 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 7.34MB / 51.87MB 0.9s
12:56:26 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 23.07MB / 68.85MB 0.9s
12:56:26 mkdir -p sources
12:56:26 docker run --rm -w /v \
12:56:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:26 	alpine \
12:56:26 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:26 #5 DONE 0.2s
12:56:26 
12:56:26 #6 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:26 #6 DONE 0.3s
12:56:26 
12:56:26 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:26 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:26 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 3.15MB / 53.32MB 6.3s
12:56:26 #10 36.52 Preparing to unpack .../323-libxml-sax-base-perl_1.09-1.1_all.deb ...
12:56:26 #10 36.53 Unpacking libxml-sax-base-perl (1.09-1.1) ...
12:56:26 #10 36.57 Selecting previously unselected package libxml-sax-perl.
12:56:26 #10 36.57 Preparing to unpack .../324-libxml-sax-perl_1.02+dfsg-1_all.deb ...
12:56:26 #10 36.58 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
12:56:26 #10 36.62 Selecting previously unselected package libxml-libxml-perl.
12:56:26 #10 36.62 Preparing to unpack .../325-libxml-libxml-perl_2.0134+dfsg-2+b1_arm64.deb ...
12:56:26 #10 36.63 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
12:56:26 #10 36.70 Selecting previously unselected package libxml-sax-expat-perl.
12:56:26 #10 36.70 Preparing to unpack .../326-libxml-sax-expat-perl_0.51-1_all.deb ...
12:56:26 #10 36.70 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:56:26 #10 36.74 Selecting previously unselected package libxmlrpc-lite-perl.
12:56:26 #10 26.15 Selecting previously unselected package libfakeroot:arm64.
12:56:26 mkdir -p rpmbuild/SOURCES
12:56:26 docker run --rm -w /v \
12:56:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/v \
12:56:26 	alpine \
12:56:26 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:26 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 37.75MB / 41.79MB 4.7s
12:56:26 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.09MB / 45.92MB 5.3s
12:56:26 mkdir -p sources
12:56:26 docker run --rm -w /v \
12:56:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
12:56:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:26 	alpine \
12:56:26 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:56:26 #10 31.67 Preparing to unpack .../164-git_1%3a2.20.1-2+deb10u7_arm64.deb ...
12:56:26 #10 31.69 Unpacking git (1:2.20.1-2+deb10u7) ...
12:56:26 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 15.73MB / 51.87MB 1.0s
12:56:26 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 30.41MB / 68.85MB 1.0s
12:56:26 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 29.36MB / 51.87MB 1.2s
12:56:26 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 47.19MB / 68.85MB 1.2s
12:56:26 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:26 #7 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
12:56:26 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 2.10MB / 7.86MB 0.1s
12:56:26 #7 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
12:56:26 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 3.15MB / 50.45MB 0.1s
12:56:26 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.2s done
12:56:26 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 16.78MB / 50.45MB 0.3s
12:56:26 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0B / 10.00MB 0.3s
12:56:26 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 37.75MB / 47.40MB 6.7s
12:56:26 #10 36.74 Preparing to unpack .../327-libxmlrpc-lite-perl_0.717-4_all.deb ...
12:56:26 #10 36.74 Unpacking libxmlrpc-lite-perl (0.717-4) ...
12:56:26 #10 36.78 Selecting previously unselected package libxmuu1:arm64.
12:56:26 #10 36.78 Preparing to unpack .../328-libxmuu1_2%3a1.1.2-2+b3_arm64.deb ...
12:56:26 #10 36.79 Unpacking libxmuu1:arm64 (2:1.1.2-2+b3) ...
12:56:26 #10 36.83 Selecting previously unselected package libyaml-0-2:arm64.
12:56:26 #10 36.83 Preparing to unpack .../329-libyaml-0-2_0.2.2-1_arm64.deb ...
12:56:26 #10 36.83 Unpacking libyaml-0-2:arm64 (0.2.2-1) ...
12:56:26 #10 36.87 Selecting previously unselected package libyaml-libyaml-perl.
12:56:26 #10 36.87 Preparing to unpack .../330-libyaml-libyaml-perl_0.82+repack-1+b1_arm64.deb ...
12:56:26 #10 36.88 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
12:56:26 #10 36.91 Selecting previously unselected package licensecheck.
12:56:26 #10 36.92 Preparing to unpack .../331-licensecheck_3.1.1-2_all.deb ...
12:56:26 #10 36.92 Unpacking licensecheck (3.1.1-2) ...
12:56:26 #10 36.97 Selecting previously unselected package lzip.
12:56:26 #10 36.97 Preparing to unpack .../332-lzip_1.22-3_arm64.deb ...
12:56:26 #10 36.97 Unpacking lzip (1.22-3) ...
12:56:26 #10 26.16 Preparing to unpack .../096-libfakeroot_1.29-1_arm64.deb ...
12:56:26 #10 26.16 Unpacking libfakeroot:arm64 (1.29-1) ...
12:56:26 #10 26.20 Selecting previously unselected package fakeroot.
12:56:26 #10 26.20 Preparing to unpack .../097-fakeroot_1.29-1_arm64.deb ...
12:56:26 #10 26.21 Unpacking fakeroot (1.29-1) ...
12:56:26 #10 26.25 Selecting previously unselected package libassuan0:arm64.
12:56:26 #10 26.25 Preparing to unpack .../098-libassuan0_2.5.5-5_arm64.deb ...
12:56:26 #10 26.26 Unpacking libassuan0:arm64 (2.5.5-5) ...
12:56:26 #10 26.29 Selecting previously unselected package gpgconf.
12:56:26 #10 26.29 Preparing to unpack .../099-gpgconf_2.2.40-1_arm64.deb ...
12:56:26 #10 26.30 Unpacking gpgconf (2.2.40-1) ...
12:56:26 #10 26.35 Selecting previously unselected package libksba8:arm64.
12:56:26 #10 26.35 Preparing to unpack .../100-libksba8_1.6.3-2_arm64.deb ...
12:56:26 #10 26.36 Unpacking libksba8:arm64 (1.6.3-2) ...
12:56:26 #10 26.40 Selecting previously unselected package libnpth0:arm64.
12:56:26 #10 26.40 Preparing to unpack .../101-libnpth0_1.6-3_arm64.deb ...
12:56:26 #10 26.41 Unpacking libnpth0:arm64 (1.6-3) ...
12:56:26 #10 26.45 Selecting previously unselected package dirmngr.
12:56:26 #10 26.45 Preparing to unpack .../102-dirmngr_2.2.40-1_arm64.deb ...
12:56:26 #10 26.47 Unpacking dirmngr (2.2.40-1) ...
12:56:26 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 39.85MB / 41.79MB 5.0s
12:56:26 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 4.19MB / 47.40MB 5.6s
12:56:26 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 4.19MB / 53.32MB 5.6s
12:56:26 #9 DONE 2.4s
12:56:26 
12:56:26 #10 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
12:56:26 #10 ...
12:56:26 
12:56:26 #11 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:26 #11 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:26 #11 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:26 #11 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
12:56:26 #11 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
12:56:26 #11 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 1.1s done
12:56:26 #11 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.3s done
12:56:26 #11 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.6s done
12:56:26 #11 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.3s done
12:56:26 #11 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 2.3s done
12:56:26 #11 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.4s done
12:56:26 #11 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.5s done
12:56:26 #11 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.4s done
12:56:26 #11 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.6s done
12:56:26 #11 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.5s done
12:56:26 #11 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 2.7s done
12:56:26 #10 32.20 Selecting previously unselected package libgc1c2:arm64.
12:56:26 #10 32.20 Preparing to unpack .../165-libgc1c2_1%3a7.6.4-0.4_arm64.deb ...
12:56:26 #10 32.20 Unpacking libgc1c2:arm64 (1:7.6.4-0.4) ...
12:56:26 #12 1.045 Reading package lists...
12:56:27 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 1.3s done
12:56:27 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 38.80MB / 51.87MB 1.3s
12:56:27 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 54.53MB / 68.85MB 1.3s
12:56:27 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 0B / 148.95MB 1.3s
12:56:27 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 44.04MB / 51.87MB 1.4s
12:56:27 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 59.77MB / 68.85MB 1.4s
12:56:27 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 22.02MB / 50.45MB 0.4s
12:56:27 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 5.24MB / 10.00MB 0.4s
12:56:27 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 29.36MB / 50.45MB 0.5s
12:56:27 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.5s
12:56:27 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 0B / 51.87MB 0.5s
12:56:27 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 6.29MB / 53.32MB 6.9s
12:56:27 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 6.15MB / 116.78MB 6.9s
12:56:27 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 4.0s done
12:56:27 #10 37.02 Selecting previously unselected package lzop.
12:56:27 #10 37.02 Preparing to unpack .../333-lzop_1.04-2_arm64.deb ...
12:56:27 #10 37.02 Unpacking lzop (1.04-2) ...
12:56:27 #10 37.06 Selecting previously unselected package t1utils.
12:56:27 #10 37.06 Preparing to unpack .../334-t1utils_1.41-4_arm64.deb ...
12:56:27 #10 37.07 Unpacking t1utils (1.41-4) ...
12:56:27 #10 37.12 Selecting previously unselected package unzip.
12:56:27 #10 37.12 Preparing to unpack .../335-unzip_6.0-26+deb11u1_arm64.deb ...
12:56:27 #10 37.13 Unpacking unzip (6.0-26+deb11u1) ...
12:56:27 #10 37.18 Selecting previously unselected package lintian.
12:56:27 #10 37.18 Preparing to unpack .../336-lintian_2.104.0_all.deb ...
12:56:27 #10 37.19 Unpacking lintian (2.104.0) ...
12:56:27 #10 26.53 Selecting previously unselected package gnupg-l10n.
12:56:27 #10 26.53 Preparing to unpack .../103-gnupg-l10n_2.2.40-1_all.deb ...
12:56:27 #10 26.54 Unpacking gnupg-l10n (2.2.40-1) ...
12:56:27 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 5.7s done
12:56:27 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 7.34MB / 53.32MB 5.9s
12:56:27 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 0B / 116.78MB 5.9s
12:56:27 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 7.34MB / 47.40MB 6.0s
12:56:27 #11 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b
12:56:27 #9 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 4.7s done
12:56:27 #9 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
12:56:27 #9 DONE 13.6s
12:56:27 
12:56:27 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:56:27 mkdir -p sources
12:56:27 docker run --rm -w /v \
12:56:27 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:56:27 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
12:56:27 	alpine \
12:56:27 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:56:27 #10 32.29 Selecting previously unselected package libltdl7:arm64.
12:56:27 #10 32.29 Preparing to unpack .../166-libltdl7_2.4.6-9_arm64.deb ...
12:56:27 #10 32.30 Unpacking libltdl7:arm64 (2.4.6-9) ...
12:56:27 #10 32.35 Selecting previously unselected package guile-2.2-libs:arm64.
12:56:27 #10 32.35 Preparing to unpack .../167-guile-2.2-libs_2.2.4+1-2+deb10u1_arm64.deb ...
12:56:27 #10 32.37 Unpacking guile-2.2-libs:arm64 (2.2.4+1-2+deb10u1) ...
12:56:27 #12 2.316 dh_testdir
12:56:27 #12 2.334 dh_testroot
12:56:27 #12 2.352 dh_prep
12:56:27 #12 2.372 dh_testdir
12:56:27 #12 2.390 dh_testroot
12:56:27 #12 2.408 dh_install
12:56:27 #12 2.434 dh_installdocs
12:56:27 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 46.84MB / 51.87MB 1.5s
12:56:27 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 65.01MB / 68.85MB 1.5s
12:56:27 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb
12:56:27 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.7s
12:56:27 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.7s
12:56:27 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 19.92MB / 148.95MB 1.7s
12:56:27 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 41.94MB / 47.40MB 7.2s
12:56:27 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 9.44MB / 53.32MB 7.4s
12:56:27 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 34.12MB / 50.45MB 0.6s
12:56:27 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.5s done
12:56:27 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 0B / 68.85MB 0.6s
12:56:27 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 41.94MB / 50.45MB 0.7s
12:56:27 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 7.34MB / 51.87MB 0.7s
12:56:27 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.9s
12:56:27 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 23.18MB / 51.87MB 0.9s
12:56:27 #7 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
12:56:27 #7 DONE 13.5s
12:56:27 
12:56:27 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:27 #10 10.11 Get:90 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB]
12:56:27 #10 10.11 Get:91 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB]
12:56:27 #10 10.11 Get:92 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB]
12:56:27 #10 10.11 Get:93 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB]
12:56:27 #10 10.11 Get:94 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B]
12:56:27 #10 10.11 Get:95 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB]
12:56:27 #10 10.12 Get:96 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB]
12:56:27 #10 10.13 Get:97 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB]
12:56:27 #10 10.14 Get:98 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB]
12:56:27 #10 10.18 Get:99 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB]
12:56:27 #10 10.25 Get:100 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB]
12:56:27 #10 10.53 Get:101 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B]
12:56:27 #10 10.68 Get:102 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB]
12:56:27 #10 37.50 Selecting previously unselected package lsb-release.
12:56:27 #10 37.50 Preparing to unpack .../337-lsb-release_11.1.0_all.deb ...
12:56:27 #10 37.50 Unpacking lsb-release (11.1.0) ...
12:56:27 #10 37.54 Selecting previously unselected package manpages-dev.
12:56:27 #10 26.63 Selecting previously unselected package gnupg-utils.
12:56:27 #10 26.63 Preparing to unpack .../104-gnupg-utils_2.2.40-1_arm64.deb ...
12:56:27 #10 26.63 Unpacking gnupg-utils (2.2.40-1) ...
12:56:27 #10 26.70 Selecting previously unselected package gpg.
12:56:27 #10 26.70 Preparing to unpack .../105-gpg_2.2.40-1_arm64.deb ...
12:56:27 #10 26.71 Unpacking gpg (2.2.40-1) ...
12:56:27 #10 26.78 Selecting previously unselected package pinentry-curses.
12:56:27 #10 26.79 Preparing to unpack .../106-pinentry-curses_1.2.1-1_arm64.deb ...
12:56:27 #10 26.79 Unpacking pinentry-curses (1.2.1-1) ...
12:56:27 #10 26.83 Selecting previously unselected package gpg-agent.
12:56:27 #10 26.84 Preparing to unpack .../107-gpg-agent_2.2.40-1_arm64.deb ...
12:56:27 #10 26.84 Unpacking gpg-agent (2.2.40-1) ...
12:56:27 #10 26.90 Selecting previously unselected package gpg-wks-client.
12:56:27 #10 26.90 Preparing to unpack .../108-gpg-wks-client_2.2.40-1_arm64.deb ...
12:56:27 #10 26.90 Unpacking gpg-wks-client (2.2.40-1) ...
12:56:27 #10 26.94 Selecting previously unselected package gpg-wks-server.
12:56:27 #10 26.95 Preparing to unpack .../109-gpg-wks-server_2.2.40-1_arm64.deb ...
12:56:27 #10 26.95 Unpacking gpg-wks-server (2.2.40-1) ...
12:56:27 #10 26.99 Selecting previously unselected package gpgsm.
12:56:27 #10 26.99 Preparing to unpack .../110-gpgsm_2.2.40-1_arm64.deb ...
12:56:27 #10 27.00 Unpacking gpgsm (2.2.40-1) ...
12:56:27 #13 4.017 Package bash-5.1.8-6.el9.aarch64 is already installed.
12:56:27 #13 4.031 Package bash-5.1.8-6.el9.aarch64 is already installed.
12:56:27 #13 4.031 Package ca-certificates-2022.2.54-90.2.el9.noarch is already installed.
12:56:27 #13 4.032 Package libarchive-3.5.3-4.el9.aarch64 is already installed.
12:56:27 #13 4.032 Package pkgconf-pkg-config-1.7.3-10.el9.aarch64 is already installed.
12:56:27 #13 4.033 Package tar-2:1.34-5.el9.aarch64 is already installed.
12:56:27 #13 4.046 Package bash-5.1.8-6.el9.aarch64 is already installed.
12:56:27 #13 4.137 Dependencies resolved.
12:56:27 #13 4.144 ================================================================================
12:56:27 #13 4.144  Package                   Arch      Version                  Repository   Size
12:56:27 #13 4.144 ================================================================================
12:56:27 #13 4.144 Installing:
12:56:27 #13 4.144  cmake                     aarch64   3.20.2-8.el9             appstream   6.2 M
12:56:27 #13 4.144  device-mapper-devel       aarch64   9:1.02.187-4.el9         crb          44 k
12:56:27 #13 4.144  gcc                       aarch64   11.3.1-4.3.el9           appstream    30 M
12:56:27 #13 4.144  git                       aarch64   2.39.1-1.el9             appstream    63 k
12:56:27 #13 4.144  glibc-static              aarch64   2.34-58.el9              crb         1.4 M
12:56:27 #13 4.144  libseccomp-devel          aarch64   2.5.2-2.el9              appstream    59 k
12:56:27 #13 4.144  libselinux-devel          aarch64   3.5-0.rc2.1.el9          appstream   159 k
12:56:27 #13 4.144  libtool                   aarch64   2.4.6-45.el9             appstream   582 k
12:56:27 #13 4.144  libtool-ltdl-devel        aarch64   2.4.6-45.el9             crb         161 k
12:56:27 #13 4.144  make                      aarch64   1:4.3-7.el9              baseos      535 k
12:56:27 #13 4.144  selinux-policy-devel      noarch    38.1.5-1.el9             appstream   1.4 M
12:56:27 #13 4.144  systemd                   aarch64   252-3.el9                baseos      3.9 M
12:56:27 #13 4.144  systemd-devel             aarch64   252-3.el9                appstream   641 k
12:56:27 #13 4.144  which                     aarch64   2.21-28.el9              baseos       41 k
12:56:27 #13 4.144 Installing dependencies:
12:56:27 #13 4.144  acl                       aarch64   2.3.1-3.el9              baseos       73 k
12:56:27 #13 4.144  annobin                   aarch64   11.05-1.el9              appstream   973 k
12:56:27 #13 4.144  autoconf                  noarch    2.69-38.el9              appstream   681 k
12:56:27 #13 4.144  automake                  noarch    1.16.2-6.el9             appstream   689 k
12:56:27 #13 4.144  cmake-data                noarch    3.20.2-8.el9             appstream   2.1 M
12:56:27 #13 4.144  cmake-filesystem          aarch64   3.20.2-8.el9             appstream    19 k
12:56:27 #13 4.144  cmake-rpm-macros          noarch    3.20.2-8.el9             appstream    12 k
12:56:27 #13 4.144  cpp                       aarch64   11.3.1-4.3.el9           appstream    10 M
12:56:27 #13 4.144  dbus                      aarch64   1:1.12.20-7.el9          baseos      3.9 k
12:56:27 #13 4.144  dbus-broker               aarch64   28-7.el9                 baseos      166 k
12:56:27 #13 4.144  dbus-common               noarch    1:1.12.20-7.el9          baseos       15 k
12:56:27 #13 4.144  device-mapper             aarch64   9:1.02.187-4.el9         baseos      138 k
12:56:27 #13 4.144  device-mapper-libs        aarch64   9:1.02.187-4.el9         baseos      172 k
12:56:27 #13 4.144  gcc-plugin-annobin        aarch64   11.3.1-4.3.el9           appstream    63 k
12:56:27 #13 4.144  git-core                  aarch64   2.39.1-1.el9             appstream   4.3 M
12:56:27 #13 4.144  git-core-doc              noarch    2.39.1-1.el9             appstream   2.9 M
12:56:27 #13 4.144  glibc-devel               aarch64   2.34-58.el9              appstream   564 k
12:56:27 #13 4.144  kernel-headers            aarch64   5.14.0-252.el9           appstream   4.7 M
12:56:27 #13 4.144  kmod-libs                 aarch64   28-7.el9                 baseos       63 k
12:56:27 #13 4.144  libasan                   aarch64   11.3.1-4.3.el9           appstream   430 k
12:56:27 #13 4.144  libatomic                 aarch64   11.3.1-4.3.el9           baseos       55 k
12:56:27 #13 4.144  libcbor                   aarch64   0.7.0-5.el9              baseos       56 k
12:56:27 #13 4.144  libedit                   aarch64   3.1-37.20210216cvs.el9   baseos      104 k
12:56:27 #13 4.144  libfido2                  aarch64   1.6.0-7.el9              baseos       69 k
12:56:27 #13 4.144  libmpc                    aarch64   1.2.1-4.el9              appstream    63 k
12:56:27 #13 4.144  libseccomp                aarch64   2.5.2-2.el9              baseos       72 k
12:56:27 #13 4.144  libsepol-devel            aarch64   3.5-0.rc2.1.el9          appstream    48 k
12:56:27 #13 4.144  libtool-ltdl              aarch64   2.4.6-45.el9             appstream    37 k
12:56:27 #13 4.144  libubsan                  aarch64   11.3.1-4.3.el9           appstream   203 k
12:56:27 #13 4.144  libuv                     aarch64   1:1.42.0-1.el9           appstream   146 k
12:56:27 #13 4.144  libxcrypt-devel           aarch64   4.4.18-3.el9             appstream    29 k
12:56:27 #13 4.144  libxcrypt-static          aarch64   4.4.18-3.el9             crb         108 k
12:56:27 #13 4.144  llvm-libs                 aarch64   15.0.7-1.el9             appstream    20 M
12:56:27 #13 4.144  m4                        aarch64   1.4.19-1.el9             appstream   297 k
12:56:27 #13 4.144  openssh                   aarch64   8.7p1-28.el9             baseos      448 k
12:56:27 #13 4.144  openssh-clients           aarch64   8.7p1-28.el9             baseos      679 k
12:56:27 #13 4.144  pcre2-devel               aarch64   10.40-2.el9              appstream   515 k
12:56:27 #13 4.144  pcre2-utf16               aarch64   10.40-2.el9              appstream   199 k
12:56:27 #13 4.144  pcre2-utf32               aarch64   10.40-2.el9              appstream   190 k
12:56:27 #13 4.144  perl-DynaLoader           aarch64   1.47-480.el9             appstream    27 k
12:56:27 #13 4.144  perl-Error                noarch    1:0.17029-7.el9          appstream    42 k
12:56:27 #13 4.144  perl-File-Compare         noarch    1.100.600-480.el9        appstream    14 k
12:56:27 #13 4.144  perl-File-Copy            noarch    2.34-480.el9             appstream    21 k
12:56:27 #13 4.144  perl-File-Find            noarch    1.37-480.el9             appstream    27 k
12:56:27 #13 4.144  perl-Git                  noarch    2.39.1-1.el9             appstream    39 k
12:56:27 #13 4.144  perl-TermReadKey          aarch64   2.38-11.el9              appstream    36 k
12:56:27 #13 4.144  perl-Thread-Queue         noarch    3.14-460.el9             appstream    22 k
12:56:27 #13 4.144  perl-lib                  aarch64   0.65-480.el9             appstream    16 k
12:56:27 #13 4.144  perl-threads              aarch64   1:2.25-460.el9           appstream    57 k
12:56:27 #13 4.144  perl-threads-shared       aarch64   1.61-460.el9             appstream    44 k
12:56:27 #13 4.144  policycoreutils-devel     aarch64   3.5-0.rc2.1.el9          appstream   141 k
12:56:27 #13 4.144  rpm-plugin-selinux        aarch64   4.16.1.3-22.el9          baseos       18 k
12:56:27 #13 4.144  selinux-policy            noarch    38.1.5-1.el9             baseos       54 k
12:56:27 #13 4.144  selinux-policy-targeted   noarch    38.1.5-1.el9             baseos      6.8 M
12:56:27 #13 4.144  systemd-pam               aarch64   252-3.el9                baseos      244 k
12:56:27 #13 4.144  systemd-rpm-macros        noarch    252-3.el9                baseos       43 k
12:56:27 #13 4.144 
12:56:27 #13 4.144 Transaction Summary
12:56:27 #13 4.144 ================================================================================
12:56:27 #13 4.144 Install  70 Packages
12:56:27 #13 4.144 
12:56:27 #13 4.149 Total download size: 104 M
12:56:27 #13 4.149 Installed size: 362 M
12:56:27 #13 4.150 Downloading Packages:
12:56:27 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6
12:56:27 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 41.79MB / 41.79MB 5.5s done
12:56:27 #10 8.506 Fedora 36 - aarch64                             9.9 MB/s |  77 MB     00:07    
12:56:27 == Building packages for ubuntu-jammy ==
12:56:27 mkdir -p "debbuild/ubuntu-jammy"
12:56:27 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/x86_64 -f ubuntu-jammy/Dockerfile .
12:56:27 #12 2.465 dh_installchangelogs
12:56:27 #12 2.540 dh_compress
12:56:27 #12 2.573 dh_fixperms
12:56:27 #12 2.613 dh_installdeb
12:56:27 #12 2.639 dh_gencontrol
12:56:27 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 33.55MB / 148.95MB 1.9s
12:56:27 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 44.04MB / 148.95MB 2.0s
12:56:27 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 45.09MB / 47.40MB 7.5s
12:56:27 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.9s done
12:56:27 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 29.36MB / 51.87MB 1.0s
12:56:27 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 9.44MB / 68.85MB 1.0s
12:56:27 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 34.60MB / 51.87MB 1.1s
12:56:27 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 2.10MB / 148.95MB 1.1s
12:56:27 #10 11.30 Get:103 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB]
12:56:27 #10 37.54 Preparing to unpack .../338-manpages-dev_5.10-1_all.deb ...
12:56:27 #10 37.55 Unpacking manpages-dev (5.10-1) ...
12:56:27 #10 37.84 Selecting previously unselected package pbzip2.
12:56:27 #10 27.05 Selecting previously unselected package gnupg.
12:56:27 #10 27.06 Preparing to unpack .../111-gnupg_2.2.40-1_all.deb ...
12:56:27 #10 27.06 Unpacking gnupg (2.2.40-1) ...
12:56:27 #10 27.12 Selecting previously unselected package libfile-dirlist-perl.
12:56:27 #10 27.12 Preparing to unpack .../112-libfile-dirlist-perl_0.05-3_all.deb ...
12:56:27 #10 27.13 Unpacking libfile-dirlist-perl (0.05-3) ...
12:56:27 #10 27.17 Selecting previously unselected package libfile-which-perl.
12:56:27 #10 27.17 Preparing to unpack .../113-libfile-which-perl_1.27-2_all.deb ...
12:56:27 #10 27.17 Unpacking libfile-which-perl (1.27-2) ...
12:56:27 #10 27.20 Selecting previously unselected package libfile-homedir-perl.
12:56:27 #10 27.21 Preparing to unpack .../114-libfile-homedir-perl_1.006-2_all.deb ...
12:56:27 #10 27.21 Unpacking libfile-homedir-perl (1.006-2) ...
12:56:27 #10 27.25 Selecting previously unselected package libfile-touch-perl.
12:56:27 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 10.49MB / 47.40MB 6.4s
12:56:27 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 10.49MB / 53.32MB 6.4s
12:56:27 #7 extracting sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151
12:56:27 #1 [internal] load build definition from Dockerfile
12:56:27 #1 transferring dockerfile: 1.21kB done
12:56:27 #1 DONE 0.0s
12:56:27 
12:56:27 #2 [internal] load .dockerignore
12:56:27 #2 transferring context: 2B done
12:56:27 #2 DONE 0.0s
12:56:27 
12:56:27 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
12:56:27 #3 DONE 0.0s
12:56:27 
12:56:27 #4 [auth] library/golang:pull token for registry-1.docker.io
12:56:27 #4 DONE 0.0s
12:56:27 
12:56:27 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:27 #12 2.756 dh_md5sums
12:56:27 #12 2.783 dh_builddeb
12:56:27 #12 2.803 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:56:27 #12 2.822 
12:56:27 #12 2.822 The package has been created.
12:56:27 #12 2.822 Attention, the package has been created in the current directory,
12:56:27 #12 2.822 not in ".." as indicated by the message above!
12:56:27 #12 2.851 Selecting previously unselected package docker-ce-build-deps.
12:56:27 #12 2.866 (Reading database ... 27522 files and directories currently installed.)
12:56:27 #12 2.867 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:56:27 #12 2.871 Unpacking docker-ce-build-deps (1.0) ...
12:56:27 #10 32.93 Selecting previously unselected package iso-codes.
12:56:27 #10 32.93 Preparing to unpack .../168-iso-codes_4.2-1_all.deb ...
12:56:27 #10 32.93 Unpacking iso-codes (4.2-1) ...
12:56:27 #7 ...
12:56:27 
12:56:27 #8 [internal] load build context
12:56:27 #8 transferring context: 30.43MB 1.8s done
12:56:27 #8 DONE 2.2s
12:56:27 
12:56:27 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:27 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 58.72MB / 148.95MB 2.2s
12:56:27 #20 4.446 (12/22) Installing clang (13.0.1-r1)
12:56:27 #20 4.567 (13/22) Installing libmagic (5.41-r0)
12:56:27 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 3.5s done
12:56:27 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b
12:56:27 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 12.58MB / 53.32MB 7.6s
12:56:27 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 40.89MB / 51.87MB 1.2s
12:56:27 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 18.87MB / 68.85MB 1.2s
12:56:27 #7 ...
12:56:27 
12:56:27 #8 [internal] load build context
12:56:27 #8 transferring context: 30.43MB 1.3s done
12:56:27 #8 DONE 1.3s
12:56:27 
12:56:27 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:27 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 45.09MB / 51.87MB 1.3s
12:56:27 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 28.16MB / 68.85MB 1.3s
12:56:27 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb
12:56:27 #10 11.70 Get:104 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B]
12:56:27 #10 11.70 Get:105 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB]
12:56:27 #10 11.70 Get:106 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.4 [212 kB]
12:56:27 #10 11.70 Get:107 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB]
12:56:27 #10 11.71 Get:108 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.4 [607 kB]
12:56:27 #10 11.74 Get:109 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B]
12:56:27 #10 11.74 Get:110 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libroken18-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [36.4 kB]
12:56:27 #10 11.74 Get:111 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasn1-8-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [130 kB]
12:56:27 #10 11.75 Get:112 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libheimbase1-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [25.9 kB]
12:56:27 #10 11.77 Get:113 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libhcrypto4-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [75.0 kB]
12:56:27 #10 11.82 Get:114 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libwind0-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [46.9 kB]
12:56:27 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 3.9s done
12:56:27 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b
12:56:27 #10 37.84 Preparing to unpack .../339-pbzip2_1.1.13-1_arm64.deb ...
12:56:27 #10 37.84 Unpacking pbzip2 (1.1.13-1) ...
12:56:27 #10 37.88 Selecting previously unselected package pixz.
12:56:27 #10 37.88 Preparing to unpack .../340-pixz_1.0.7-1_arm64.deb ...
12:56:27 #10 37.88 Unpacking pixz (1.0.7-1) ...
12:56:27 #10 37.92 Selecting previously unselected package xdelta.
12:56:27 #10 37.92 Preparing to unpack .../341-xdelta_1.1.3-9.3_arm64.deb ...
12:56:27 #10 37.92 Unpacking xdelta (1.1.3-9.3) ...
12:56:27 #10 37.96 Selecting previously unselected package xdelta3.
12:56:27 #10 37.96 Preparing to unpack .../342-xdelta3_3.0.11-dfsg-1+b1_arm64.deb ...
12:56:27 #10 37.96 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
12:56:27 #10 37.99 Selecting previously unselected package pristine-tar.
12:56:27 #10 38.00 Preparing to unpack .../343-pristine-tar_1.49_arm64.deb ...
12:56:27 #10 38.00 Unpacking pristine-tar (1.49) ...
12:56:27 #10 38.04 Selecting previously unselected package publicsuffix.
12:56:27 #10 38.04 Preparing to unpack .../344-publicsuffix_20220811.1734-0+deb11u1_all.deb ...
12:56:27 #10 38.04 Unpacking publicsuffix (20220811.1734-0+deb11u1) ...
12:56:27 #10 38.08 Selecting previously unselected package python-apt-common.
12:56:27 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 13.63MB / 53.32MB 6.8s
12:56:27 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 6.29MB / 116.78MB 6.8s
12:56:27 #10 27.25 Preparing to unpack .../115-libfile-touch-perl_0.12-2_all.deb ...
12:56:27 #10 27.25 Unpacking libfile-touch-perl (0.12-2) ...
12:56:27 #10 27.29 Selecting previously unselected package libio-pty-perl.
12:56:27 #10 27.29 Preparing to unpack .../116-libio-pty-perl_1%3a1.17-1_arm64.deb ...
12:56:27 #10 27.29 Unpacking libio-pty-perl (1:1.17-1) ...
12:56:27 #10 27.33 Selecting previously unselected package libipc-run-perl.
12:56:27 #10 27.33 Preparing to unpack .../117-libipc-run-perl_20220807.0-1_all.deb ...
12:56:27 #10 27.34 Unpacking libipc-run-perl (20220807.0-1) ...
12:56:27 #10 27.38 Selecting previously unselected package libclass-method-modifiers-perl.
12:56:27 #10 27.38 Preparing to unpack .../118-libclass-method-modifiers-perl_2.14-1_all.deb ...
12:56:27 #10 27.38 Unpacking libclass-method-modifiers-perl (2.14-1) ...
12:56:27 #10 27.42 Selecting previously unselected package libclass-xsaccessor-perl.
12:56:27 #10 27.42 Preparing to unpack .../119-libclass-xsaccessor-perl_1.19-4+b1_arm64.deb ...
12:56:27 #10 27.43 Unpacking libclass-xsaccessor-perl (1.19-4+b1) ...
12:56:27 #10 27.46 Selecting previously unselected package libb-hooks-op-check-perl:arm64.
12:56:27 #10 27.46 Preparing to unpack .../120-libb-hooks-op-check-perl_0.22-2+b1_arm64.deb ...
12:56:27 #10 27.47 Unpacking libb-hooks-op-check-perl:arm64 (0.22-2+b1) ...
12:56:27 #10 27.50 Selecting previously unselected package libdynaloader-functions-perl.
12:56:27 == Building packages for fedora-37 ==
12:56:27 mkdir -p "rpmbuild/fedora-37"
12:56:27 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-fedora-37/x86_64 -f fedora-37/Dockerfile .
12:56:28 #10 33.28 Selecting previously unselected package libalgorithm-diff-perl.
12:56:28 #10 33.28 Preparing to unpack .../169-libalgorithm-diff-perl_1.19.03-2_all.deb ...
12:56:28 #10 33.28 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
12:56:28 #10 33.32 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:56:28 #10 33.32 Preparing to unpack .../170-libalgorithm-diff-xs-perl_0.04-5+b1_arm64.deb ...
12:56:28 #10 33.33 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
12:56:28 #10 33.36 Selecting previously unselected package libalgorithm-merge-perl.
12:56:28 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 2.2s done
12:56:28 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 2.2s done
12:56:28 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 68.16MB / 148.95MB 2.3s
12:56:28 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 2.3s
12:56:28 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 81.87MB / 148.95MB 2.5s
12:56:28 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 2.3s done
12:56:28 #20 4.611 (14/22) Installing file (5.41-r0)
12:56:28 #20 4.613 (15/22) Installing brotli-libs (1.0.9-r6)
12:56:28 #20 4.638 (16/22) Installing nghttp2-libs (1.47.0-r0)
12:56:28 #20 4.638 (17/22) Installing libcurl (7.83.1-r5)
12:56:28 #20 4.645 (18/22) Installing expat (2.5.0-r0)
12:56:28 #20 4.658 (19/22) Installing pcre2 (10.40-r0)
12:56:28 #20 4.661 (20/22) Installing git (2.36.4-r0)
12:56:28 #20 4.863 (21/22) Installing lld (13.0.1-r0)
12:56:28 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 4.6s done
12:56:28 #7 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
12:56:28 #7 DONE 13.3s
12:56:28 
12:56:28 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:28 #0 1.055 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease [267 kB]
12:56:28 #0 1.461 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease [118 kB]
12:56:28 #0 1.558 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease [99.9 kB]
12:56:28 #0 1.655 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease [109 kB]
12:56:28 #0 1.749 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 Packages [1750 kB]
12:56:28 #0 1.982 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/restricted arm64 Packages [60.7 kB]
12:56:28 #0 1.982 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/multiverse arm64 Packages [236 kB]
12:56:28 #0 1.988 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/universe arm64 Packages [17.7 MB]
12:56:28 #0 2.833 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/restricted arm64 Packages [148 kB]
12:56:28 #0 2.835 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 Packages [332 kB]
12:56:28 #0 2.846 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/universe arm64 Packages [152 kB]
12:56:28 #0 2.848 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/multiverse arm64 Packages [3250 B]
12:56:28 #0 2.848 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic-backports/universe arm64 Packages [4531 B]
12:56:28 #0 2.848 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic-security/multiverse arm64 Packages [2216 B]
12:56:28 #0 2.848 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic-security/main arm64 Packages [235 kB]
12:56:28 #0 2.849 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic-security/restricted arm64 Packages [148 kB]
12:56:28 #0 2.853 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic-security/universe arm64 Packages [84.2 kB]
12:56:28 #0 3.601 Fetched 21.4 MB in 3s (7286 kB/s)
12:56:28 #0 3.601 Reading package lists...
12:56:28 #0 4.405 Reading package lists...
12:56:28 #0 5.153 Building dependency tree...
12:56:28 #0 5.357 Reading state information...
12:56:28 #0 5.729 The following additional packages will be installed:
12:56:28 #0 5.729   autoconf automake autopoint autotools-dev binutils
12:56:28 #0 5.729   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
12:56:28 #0 5.729   bzip2 ca-certificates cpp cpp-12 dbus dbus-bin dbus-daemon
12:56:28 #0 5.729   dbus-session-bus-common dbus-system-bus-common dctrl-tools debhelper
12:56:28 #0 5.729   debugedit dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
12:56:28 #0 5.729   distro-info-data dmsetup dpkg-dev dput dwz fakeroot file fontconfig-config
12:56:28 #0 5.729   fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext gettext-base gir1.2-glib-2.0
12:56:28 #0 5.729   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
12:56:28 #0 5.729   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
12:56:28 #0 5.729   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
12:56:28 #0 5.729   libalgorithm-merge-perl libaliased-perl libapparmor1 libapt-pkg-perl
12:56:28 #0 5.729   libarchive-cpio-perl libarchive-zip-perl libargon2-1 libarray-intspan-perl
12:56:28 #0 5.729   libasan8 libassuan0 libatomic1 libauthen-sasl-perl
12:56:28 #0 5.729   libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl
12:56:28 #0 5.729   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
12:56:28 #0 5.729   libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl
12:56:28 #0 5.729   libclass-data-inheritable-perl libclass-method-modifiers-perl
12:56:28 #0 5.729   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:56:28 #0 5.729   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
12:56:28 #0 5.729   libcpanel-json-xs-perl libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0
12:56:28 #0 5.729   libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
12:56:28 #0 5.729   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
12:56:28 #0 5.729   libdata-validate-ip-perl libdata-validate-uri-perl libdbus-1-3
12:56:28 #0 5.729   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
12:56:28 #0 5.729   libdevel-stacktrace-perl libdevmapper1.02.1 libdistro-info-perl libdpkg-perl
12:56:28 #0 5.729   libdw1 libdynaloader-functions-perl libedit2 libelf1
12:56:28 #0 5.729   libemail-address-xs-perl libencode-locale-perl liberror-perl
12:56:28 #0 5.729   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
12:56:28 #0 5.729   libfcgi-bin libfcgi-perl libfcgi0ldbl libfdisk1 libfido2-1
12:56:28 #0 5.729   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
12:56:28 #0 5.729   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
12:56:28 #0 5.729   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
12:56:28 #0 5.729   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
12:56:28 #0 5.729   libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4
12:56:28 #0 5.729   libgdbm6 libgirepository-1.0-1 libgit-wrapper-perl libgitlab-api-v4-perl
12:56:28 #0 5.729   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgprofng0
12:56:28 #0 5.729   libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl
12:56:28 #0 5.729   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:56:28 #0 5.729   libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl
12:56:28 #0 5.729   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
12:56:28 #0 5.729   libhttp-negotiate-perl libhttp-tiny-multipart-perl libhwasan0 libicu71
12:56:28 #0 5.729   libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl
12:56:28 #0 5.729   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
12:56:28 #0 5.729   libip4tc2 libipc-run-perl libipc-run3-perl libipc-system-simple-perl
12:56:28 #0 5.729   libisl23 libiterator-perl libiterator-util-perl libitm1 libjbig0
12:56:28 #0 5.729   libjpeg-turbo8 libjpeg8 libjson-c5 libjson-maybexs-perl libjson-perl
12:56:28 #0 5.729   libjson-xs-perl libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
12:56:28 #0 5.729   libksba8 libldap-2.5-0 libldap-common liblerc3 liblist-compare-perl
12:56:28 #0 5.729   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
12:56:28 #0 5.729   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
12:56:28 #0 5.729   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
12:56:28 #0 5.729   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
12:56:28 #0 5.729   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
12:56:28 #0 5.729   libmath-base85-perl libmd0 libmldbm-perl libmodule-implementation-perl
12:56:28 #0 5.729   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
12:56:28 #0 5.729   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl
12:56:28 #0 5.729   libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl
12:56:28 #0 5.729   libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14
12:56:28 #0 5.729   libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl
12:56:28 #0 5.729   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:56:28 #0 5.729   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.34
12:56:28 #0 5.729   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
12:56:28 #0 5.729   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
12:56:28 #0 5.729   libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib
12:56:28 #0 5.729   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
12:56:28 #0 5.729   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:56:28 #0 5.729   libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1
12:56:28 #0 5.729   libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:56:28 #0 5.729   libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23
12:56:28 #0 5.729   libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev
12:56:28 #0 5.729   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:56:28 #0 5.729   libstring-shellquote-perl libsub-exporter-perl
12:56:28 #0 5.729   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:56:28 #0 5.729   libsub-name-perl libsub-override-perl libsub-quote-perl
12:56:28 #0 5.729   libsyntax-keyword-try-perl libsys-hostname-long-perl libsystemd-shared
12:56:28 #0 5.729   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
12:56:28 #0 5.729   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
12:56:28 #0 5.729   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-common
12:56:28 #0 5.729   libtirpc-dev libtirpc3 libtool libtry-tiny-perl libtsan2 libtype-tiny-perl
12:56:28 #0 5.729   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
12:56:28 #0 5.729   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
12:56:28 #0 5.729   libwant-perl libwebp7 libwww-mechanize-perl libwww-perl
12:56:28 #0 5.729   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
12:56:28 #0 5.729   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:56:28 #0 5.729   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
12:56:28 #0 5.729   libxpm4 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2
12:56:28 #0 5.729   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
12:56:28 #0 5.729   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
12:56:28 #0 5.729   netbase networkd-dispatcher openssh-client openssl patch patchutils perl
12:56:28 #0 5.729   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
12:56:28 #0 5.729   publicsuffix python-apt-common python3 python3-apt python3-bcrypt
12:56:28 #0 5.729   python3-certifi python3-cffi-backend python3-chardet python3-cryptography
12:56:28 #0 5.729   python3-dbus python3-debian python3-gi python3-gpg python3-idna
12:56:28 #0 5.729   python3-magic python3-minimal python3-nacl python3-paramiko
12:56:28 #0 5.729   python3-pkg-resources python3-requests python3-six python3-unidiff
12:56:28 #0 5.729   python3-urllib3 python3-xdg python3.10 python3.10-minimal readline-common
12:56:28 #0 5.729   rpcsvc-proto shared-mime-info strace systemd systemd-resolved
12:56:28 #0 5.729   systemd-timesyncd t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils zstd
12:56:28 #0 5.729 Suggested packages:
12:56:28 #0 5.729   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
12:56:28 #0 5.729   gcc-12-locales cpp-12-doc default-dbus-session-bus | dbus-session-bus
12:56:28 #0 5.729   debtags dh-make adequate at autopkgtest bls-standalone bsd-mailx | mailx
12:56:28 #0 5.729   check-all-the-things cvs-buildpackage diffoscope disorderfs dose-extra duck
12:56:28 #0 5.729   elpa-devscripts faketime gnuplot how-can-i-help libdbd-pg-perl
12:56:28 #0 5.729   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:56:28 #0 5.729   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
12:56:28 #0 5.729   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
12:56:28 #0 5.729   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
12:56:28 #0 5.729   libpam-systemd pinentry-gnome3 tor mini-dinstall rsync gcc-12-doc
12:56:28 #0 5.729   gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
12:56:28 #0 5.729   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
12:56:28 #0 5.729   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
12:56:28 #0 5.729   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
12:56:28 #0 5.729   libgd-tools gdbm-l10n krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
12:56:28 #0 5.729   libscalar-number-perl libsasl2-modules-gssapi-mit
12:56:28 #0 5.729   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
12:56:28 #0 5.729   libsasl2-modules-sql libstdc++-12-doc libbareword-filehandles-perl
12:56:28 #0 5.729   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
12:56:28 #0 5.729   libdevel-lexalias-perl libbusiness-isbn-perl libregexp-ipv6-perl
12:56:28 #0 5.729   libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion
12:56:28 #0 5.729   binutils-multiarch libtext-template-perl m4-doc make-doc apparmor
12:56:28 #0 5.729   www-browser iw | wireless-tools keychain libpam-ssh monkeysphere ssh-askpass
12:56:28 #0 5.729   ed diffutils-doc perl-doc libterm-readline-gnu-perl
12:56:28 #0 5.729   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
12:56:28 #0 5.729   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
12:56:28 #0 5.729   python-apt-doc python-cryptography-doc python3-cryptography-vectors
12:56:28 #0 5.729   python-dbus-doc python-nacl-doc python3-gssapi python3-invoke
12:56:28 #0 5.729   python3-setuptools python3-openssl python3-socks python-requests-doc
12:56:28 #0 5.729   python3-brotli python3.10-venv python3.10-doc binfmt-support readline-doc
12:56:28 #0 5.729   systemd-container systemd-homed systemd-userdbd systemd-boot
12:56:28 #0 5.729   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 policykit-1 zip wdiff-doc
12:56:28 #0 6.047 The following NEW packages will be installed:
12:56:28 #0 6.047   autoconf automake autopoint autotools-dev binutils
12:56:28 #0 6.047   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
12:56:28 #0 6.048   bzip2 ca-certificates cpp cpp-12 curl dbus dbus-bin dbus-daemon
12:56:28 #0 6.048   dbus-session-bus-common dbus-system-bus-common dctrl-tools debhelper
12:56:28 #0 6.048   debugedit devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
12:56:28 #0 6.048   distro-info-data dmsetup dpkg-dev dput dwz equivs fakeroot file
12:56:28 #0 6.048   fontconfig-config fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext
12:56:28 #0 6.048   gettext-base gir1.2-glib-2.0 git git-man gnupg gnupg-l10n gnupg-utils gpg
12:56:28 #0 6.048   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
12:56:28 #0 6.048   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
12:56:28 #0 6.048   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
12:56:28 #0 6.049   libapparmor1 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:56:28 #0 6.049   libargon2-1 libarray-intspan-perl libasan8 libassuan0 libatomic1
12:56:28 #0 6.049   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
12:56:28 #0 6.049   libberkeleydb-perl libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools
12:56:28 #0 6.049   libc6-dev libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl
12:56:28 #0 6.049   libcgi-pm-perl libclass-data-inheritable-perl libclass-method-modifiers-perl
12:56:28 #0 6.049   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:56:28 #0 6.049   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
12:56:28 #0 6.049   libcpanel-json-xs-perl libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0
12:56:28 #0 6.049   libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
12:56:28 #0 6.049   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
12:56:28 #0 6.049   libdata-validate-ip-perl libdata-validate-uri-perl libdbus-1-3
12:56:28 #0 6.049   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
12:56:28 #0 6.049   libdevel-stacktrace-perl libdevmapper1.02.1 libdistro-info-perl libdpkg-perl
12:56:28 #0 6.049   libdw1 libdynaloader-functions-perl libedit2 libelf1
12:56:28 #0 6.049   libemail-address-xs-perl libencode-locale-perl liberror-perl
12:56:28 #0 6.049   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
12:56:28 #0 6.049   libfcgi-bin libfcgi-perl libfcgi0ldbl libfdisk1 libfido2-1
12:56:28 #0 6.049   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
12:56:28 #0 6.049   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
12:56:28 #0 6.049   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
12:56:28 #0 6.049   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
12:56:28 #0 6.049   libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4
12:56:28 #0 6.049   libgdbm6 libgirepository-1.0-1 libgit-wrapper-perl libgitlab-api-v4-perl
12:56:28 #0 6.049   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgprofng0
12:56:28 #0 6.049   libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl
12:56:28 #0 6.049   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:56:28 #0 6.049   libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl
12:56:28 #0 6.049   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
12:56:28 #0 6.049   libhttp-negotiate-perl libhttp-tiny-multipart-perl libhwasan0 libicu71
12:56:28 #0 6.050   libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl
12:56:28 #0 6.050   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
12:56:28 #0 6.050   libip4tc2 libipc-run-perl libipc-run3-perl libipc-system-simple-perl
12:56:28 #0 6.050   libisl23 libiterator-perl libiterator-util-perl libitm1 libjbig0
12:56:28 #0 6.050   libjpeg-turbo8 libjpeg8 libjson-c5 libjson-maybexs-perl libjson-perl
12:56:28 #0 6.050   libjson-xs-perl libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
12:56:28 #0 6.050   libksba8 libldap-2.5-0 libldap-common liblerc3 liblist-compare-perl
12:56:28 #0 6.050   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
12:56:28 #0 6.050   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
12:56:28 #0 6.050   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
12:56:28 #0 6.050   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
12:56:28 #0 6.050   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
12:56:28 #0 6.050   libmath-base85-perl libmd0 libmldbm-perl libmodule-implementation-perl
12:56:28 #0 6.050   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
12:56:28 #0 6.050   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl
12:56:28 #0 6.050   libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl
12:56:28 #0 6.050   libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14
12:56:28 #0 6.050   libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl
12:56:28 #0 6.050   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:56:28 #0 6.050   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.34
12:56:28 #0 6.050   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
12:56:28 #0 6.050   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
12:56:28 #0 6.050   libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib
12:56:28 #0 6.050   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
12:56:28 #0 6.050   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:56:28 #0 6.050   libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1
12:56:28 #0 6.050   libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:56:28 #0 6.050   libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23
12:56:28 #0 6.050   libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev
12:56:28 #0 6.050   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:56:28 #0 6.050   libstring-shellquote-perl libsub-exporter-perl
12:56:28 #0 6.050   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:56:28 #0 6.050   libsub-name-perl libsub-override-perl libsub-quote-perl
12:56:28 #0 6.051   libsyntax-keyword-try-perl libsys-hostname-long-perl libsystemd-shared
12:56:28 #0 6.051   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
12:56:28 #0 6.051   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
12:56:28 #0 6.051   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-common
12:56:28 #0 6.051   libtirpc-dev libtirpc3 libtool libtry-tiny-perl libtsan2 libtype-tiny-perl
12:56:28 #0 6.051   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
12:56:28 #0 6.051   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
12:56:28 #0 6.051   libwant-perl libwebp7 libwww-mechanize-perl libwww-perl
12:56:28 #0 6.051   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
12:56:28 #0 6.051   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:56:28 #0 6.051   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
12:56:28 #0 6.051   libxpm4 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2
12:56:28 #0 6.051   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
12:56:28 #0 6.051   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
12:56:28 #0 6.051   netbase networkd-dispatcher openssh-client openssl patch patchutils perl
12:56:28 #0 6.051   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
12:56:28 #0 6.051   publicsuffix python-apt-common python3 python3-apt python3-bcrypt
12:56:28 #0 6.051   python3-certifi python3-cffi-backend python3-chardet python3-cryptography
12:56:28 #0 6.051   python3-dbus python3-debian python3-gi python3-gpg python3-idna
12:56:28 #0 6.051   python3-magic python3-minimal python3-nacl python3-paramiko
12:56:28 #0 6.052   python3-pkg-resources python3-requests python3-six python3-unidiff
12:56:28 #0 6.052   python3-urllib3 python3-xdg python3.10 python3.10-minimal readline-common
12:56:28 #0 6.052   rpcsvc-proto shared-mime-info strace systemd systemd-resolved
12:56:28 #0 6.052   systemd-timesyncd t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils zstd
12:56:28 #0 6.490 0 upgraded, 424 newly installed, 0 to remove and 4 not upgraded.
12:56:28 #0 6.490 Need to get 141 MB of archives.
12:56:28 #0 6.490 After this operation, 551 MB of additional disk space will be used.
12:56:28 #0 6.490 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblocale-gettext-perl arm64 1.07-4build3 [16.9 kB]
12:56:28 #0 6.636 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libssl3 arm64 3.0.5-2ubuntu2.1 [1755 kB]
12:56:28 #0 7.094 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libpython3.10-minimal arm64 3.10.7-1ubuntu0.2 [798 kB]
12:56:28 #0 7.132 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libexpat1 arm64 2.4.8-2ubuntu0.22.10.1 [72.1 kB]
12:56:28 #0 7.135 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3.10-minimal arm64 3.10.7-1ubuntu0.2 [1988 kB]
12:56:28 #0 7.222 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-minimal arm64 3.10.6-1 [24.1 kB]
12:56:28 #0 7.222 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 media-types all 8.0.0 [24.9 kB]
12:56:28 #0 7.224 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmpdec3 arm64 2.5.1-2build2 [89.0 kB]
12:56:28 #0 7.225 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libkrb5support0 arm64 1.20-1ubuntu0.1 [31.3 kB]
12:56:28 #0 7.228 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libk5crypto3 arm64 1.20-1ubuntu0.1 [85.0 kB]
12:56:28 #0 7.231 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libkeyutils1 arm64 1.6.3-1 [10.6 kB]
12:56:28 #0 7.231 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libkrb5-3 arm64 1.20-1ubuntu0.1 [345 kB]
12:56:28 #0 7.251 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libgssapi-krb5-2 arm64 1.20-1ubuntu0.1 [139 kB]
12:56:28 #0 7.255 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtirpc-common all 1.3.3+ds-1 [7790 B]
12:56:28 #0 7.312 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtirpc3 arm64 1.3.3+ds-1 [82.1 kB]
12:56:28 #0 7.313 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnsl2 arm64 1.3.0-2build2 [41.4 kB]
12:56:28 #0 7.314 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 readline-common all 8.2-1 [55.1 kB]
12:56:28 #0 7.314 Get:18 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libreadline8 arm64 8.2-1 [149 kB]
12:56:28 #0 7.316 Get:19 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsqlite3-0 arm64 3.39.3-1 [644 kB]
12:56:28 #0 7.326 Get:20 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libpython3.10-stdlib arm64 3.10.7-1ubuntu0.2 [1762 kB]
12:56:28 #0 7.403 Get:21 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3.10 arm64 3.10.7-1ubuntu0.2 [497 kB]
12:56:28 #0 7.413 Get:22 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpython3-stdlib arm64 3.10.6-1 [6848 B]
12:56:28 #0 7.413 Get:23 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3 arm64 3.10.6-1 [22.3 kB]
12:56:28 #0 7.413 Get:24 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libargon2-1 arm64 0~20171227-0.3 [18.6 kB]
12:56:28 #0 7.465 Get:25 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-1ubuntu1 [127 kB]
12:56:28 #0 7.465 Get:26 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjson-c5 arm64 0.16-1 [33.2 kB]
12:56:28 #0 7.465 Get:27 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcryptsetup12 arm64 2:2.5.0-2ubuntu1 [217 kB]
12:56:28 #0 7.465 Get:28 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfdisk1 arm64 2.38-4ubuntu1 [140 kB]
12:56:28 #0 7.465 Get:29 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libkmod2 arm64 30+20220630-3ubuntu1 [47.1 kB]
12:56:28 #0 7.533 Get:30 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libapparmor1 arm64 3.0.7-1ubuntu2 [36.8 kB]
12:56:28 #0 7.533 Get:31 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libip4tc2 arm64 1.8.7-1ubuntu6 [19.6 kB]
12:56:28 #0 7.533 Get:32 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsystemd-shared arm64 251.4-1ubuntu7 [1617 kB]
12:56:28 #0 7.602 Get:33 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 systemd arm64 251.4-1ubuntu7 [2712 kB]
12:56:28 #0 7.695 Get:34 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 perl-modules-5.34 all 5.34.0-5ubuntu1.1 [2952 kB]
12:56:28 #0 7.851 Get:35 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgdbm6 arm64 1.23-1 [34.1 kB]
12:56:28 #0 7.851 Get:36 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgdbm-compat4 arm64 1.23-1 [6294 B]
12:56:28 #0 7.855 Get:37 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libperl5.34 arm64 5.34.0-5ubuntu1.1 [4618 kB]
12:56:28 #11 8.051 Get:38 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 perl arm64 5.34.0-5ubuntu1.1 [231 kB]
12:56:28 #11 8.056 Get:39 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 openssl arm64 3.0.5-2ubuntu2.1 [1157 kB]
12:56:28 #11 8.105 Get:40 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 ca-certificates all 20211016ubuntu0.22.10.1 [143 kB]
12:56:28 #11 8.112 Get:41 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libdbus-1-3 arm64 1.14.0-2ubuntu3 [200 kB]
12:56:28 #11 8.120 Get:42 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-bin arm64 1.14.0-2ubuntu3 [38.9 kB]
12:56:28 #11 8.122 Get:43 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-session-bus-common all 1.14.0-2ubuntu3 [73.0 kB]
12:56:28 #11 8.125 Get:44 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-daemon arm64 1.14.0-2ubuntu3 [114 kB]
12:56:28 #11 8.130 Get:45 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-system-bus-common all 1.14.0-2ubuntu3 [74.2 kB]
12:56:28 #11 8.133 Get:46 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus arm64 1.14.0-2ubuntu3 [23.7 kB]
12:56:28 #11 8.134 Get:47 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 distro-info-data all 0.54ubuntu0.1 [5242 B]
12:56:28 #11 8.198 Get:48 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dmsetup arm64 2:1.02.185-1ubuntu1 [74.4 kB]
12:56:28 #11 8.200 Get:49 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libglib2.0-0 arm64 2.74.3-0ubuntu1 [1448 kB]
12:56:28 #11 8.250 Get:50 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgirepository-1.0-1 arm64 1.74.0-2 [65.9 kB]
12:56:28 #11 8.252 Get:51 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gir1.2-glib-2.0 arm64 1.74.0-2 [178 kB]
12:56:28 #11 8.272 Get:52 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 iso-codes all 4.11.0-1 [3352 kB]
12:56:28 #10 11.83 Get:115 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libhx509-5-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [88.5 kB]
12:56:28 #10 11.83 Get:116 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5-26-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [171 kB]
12:56:28 #10 11.84 Get:117 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libheimntlm0-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [13.4 kB]
12:56:28 #10 11.84 Get:118 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgssapi3-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [79.5 kB]
12:56:28 #10 11.84 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]
12:56:28 #10 11.84 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]
12:56:28 #10 11.85 Get:121 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
12:56:28 #10 11.85 Get:122 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libldap-2.4-2 arm64 2.4.45+dfsg-1ubuntu1.11 [131 kB]
12:56:28 #10 11.92 Get:123 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnghttp2-14 arm64 1.30.0-1ubuntu1 [68.9 kB]
12:56:28 #10 11.93 Get:124 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-1 [48.2 kB]
12:56:28 #10 11.93 Get:125 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.22 [185 kB]
12:56:28 #10 11.94 Get:126 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.22 [152 kB]
12:56:28 #10 11.94 Get:127 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dctrl-tools arm64 2.24-2build1 [54.5 kB]
12:56:28 #10 11.95 Get:128 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtool all 2.4.6-2 [194 kB]
12:56:28 #10 11.96 Get:129 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dh-autoreconf all 17 [15.8 kB]
12:56:28 #10 11.96 Get:130 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB]
12:56:28 #10 12.00 Get:131 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB]
12:56:28 #10 12.00 Get:132 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtimedate-perl all 2.3000-2 [37.5 kB]
12:56:28 #10 12.08 Get:133 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dh-strip-nondeterminism all 0.040-1.1~build1 [5208 B]
12:56:28 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 12.58MB / 116.78MB 8.0s
12:56:28 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 15.73MB / 53.32MB 8.2s
12:56:28 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.5s
12:56:28 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 41.94MB / 68.85MB 1.5s
12:56:28 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 22.28MB / 148.95MB 1.5s
12:56:28 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.5s done
12:56:28 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 50.33MB / 68.85MB 1.6s
12:56:28 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.6s done
12:56:28 #10 ...
12:56:28 
12:56:28 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:28 #8 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 3.2s done
12:56:28 #8 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 1.9s
12:56:28 #10 38.08 Preparing to unpack .../345-python-apt-common_2.2.1_all.deb ...
12:56:28 #10 38.09 Unpacking python-apt-common (2.2.1) ...
12:56:28 #10 38.14 Selecting previously unselected package python3-apt.
12:56:28 #10 38.15 Preparing to unpack .../346-python3-apt_2.2.1_arm64.deb ...
12:56:28 #10 38.15 Unpacking python3-apt (2.2.1) ...
12:56:28 #10 38.22 Selecting previously unselected package python3-certifi.
12:56:28 #10 38.22 Preparing to unpack .../347-python3-certifi_2020.6.20-1_all.deb ...
12:56:28 #10 38.23 Unpacking python3-certifi (2020.6.20-1) ...
12:56:28 #10 38.27 Selecting previously unselected package python3-idna.
12:56:28 #10 38.27 Preparing to unpack .../348-python3-idna_2.10-1_all.deb ...
12:56:28 #10 38.28 Unpacking python3-idna (2.10-1) ...
12:56:28 #10 38.31 Selecting previously unselected package python3-magic.
12:56:28 #10 38.32 Preparing to unpack .../349-python3-magic_2%3a0.4.20-3_all.deb ...
12:56:28 #10 38.32 Unpacking python3-magic (2:0.4.20-3) ...
12:56:28 #10 38.36 Selecting previously unselected package python3-urllib3.
12:56:28 #17 3.623 NAME:
12:56:28 #17 3.623    go-winres - A tool for embedding resources in Windows executables
12:56:28 #17 3.623 
12:56:28 #17 3.623 USAGE:
12:56:28 #17 3.623    go-winres [global options] command [command options] [arguments...]
12:56:28 #17 3.623 
12:56:28 #17 3.623 COMMANDS:
12:56:28 #17 3.623    init     Create an initial ./winres/winres.json
12:56:28 #17 3.623    make     Make syso files for the "go build" command
12:56:28 #17 3.623    simply   Make syso files for the "go build" command (simplified)
12:56:28 #17 3.623    extract  Extract all resources from an executable
12:56:28 #17 3.623    patch    Replace resources in an executable file (exe, dll)
12:56:28 #17 3.623    help, h  Shows a list of commands or help for one command
12:56:28 #17 3.624 
12:56:28 #17 3.624 GLOBAL OPTIONS:
12:56:28 #17 3.624    --help, -h  show help (default: false)
12:56:28 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 13.63MB / 47.40MB 6.9s
12:56:28 #10 27.50 Preparing to unpack .../121-libdynaloader-functions-perl_0.003-3_all.deb ...
12:56:28 #10 27.51 Unpacking libdynaloader-functions-perl (0.003-3) ...
12:56:28 #10 27.54 Selecting previously unselected package libdevel-callchecker-perl:arm64.
12:56:28 #10 27.54 Preparing to unpack .../122-libdevel-callchecker-perl_0.008-2_arm64.deb ...
12:56:28 #10 27.57 Unpacking libdevel-callchecker-perl:arm64 (0.008-2) ...
12:56:28 #10 27.60 Selecting previously unselected package libparams-classify-perl:arm64.
12:56:28 #10 27.60 Preparing to unpack .../123-libparams-classify-perl_0.015-2+b1_arm64.deb ...
12:56:28 #10 27.61 Unpacking libparams-classify-perl:arm64 (0.015-2+b1) ...
12:56:28 #10 27.64 Selecting previously unselected package libmodule-runtime-perl.
12:56:28 #10 27.64 Preparing to unpack .../124-libmodule-runtime-perl_0.016-2_all.deb ...
12:56:28 #10 27.65 Unpacking libmodule-runtime-perl (0.016-2) ...
12:56:28 #10 27.69 Selecting previously unselected package libimport-into-perl.
12:56:28 #10 27.69 Preparing to unpack .../125-libimport-into-perl_1.002005-2_all.deb ...
12:56:28 #10 27.69 Unpacking libimport-into-perl (1.002005-2) ...
12:56:28 #10 27.73 Selecting previously unselected package librole-tiny-perl.
12:56:28 #1 [internal] load build definition from Dockerfile
12:56:28 #1 transferring dockerfile: 853B done
12:56:28 #1 DONE 0.0s
12:56:28 
12:56:28 #2 [internal] load .dockerignore
12:56:28 #2 transferring context: 2B done
12:56:28 #2 DONE 0.1s
12:56:28 
12:56:28 #3 [auth] library/fedora:pull token for registry-1.docker.io
12:56:28 #3 DONE 0.0s
12:56:28 
12:56:28 #4 [auth] library/golang:pull token for registry-1.docker.io
12:56:28 #4 DONE 0.0s
12:56:28 
12:56:28 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:28 #5 DONE 0.3s
12:56:28 
12:56:28 #6 [internal] load metadata for docker.io/library/ubuntu:jammy
12:56:28 #6 DONE 0.3s
12:56:28 
12:56:28 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:28 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:28 #7 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
12:56:28 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0B / 7.86MB 0.1s
12:56:28 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:28 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 0B / 50.45MB 0.1s
12:56:28 #7 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
12:56:28 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.2s done
12:56:28 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 10.49MB / 50.45MB 0.3s
12:56:28 #10 4.081 CentOS Stream 9 - AppStream                      19 MB/s |  16 MB     00:00    
12:56:28 #20 4.917 (22/22) Installing llvm13 (13.0.1-r2)
12:56:28 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 97.17MB / 148.95MB 2.7s
12:56:28 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 104.86MB / 148.95MB 2.8s
12:56:28 #11 8.404 Get:53 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 krb5-locales all 1.20-1ubuntu0.1 [11.6 kB]
12:56:28 #11 8.406 Get:54 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 less arm64 590-1build1 [142 kB]
12:56:28 #11 8.417 Get:55 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmd0 arm64 1.0.4-2 [23.7 kB]
12:56:28 #11 8.419 Get:56 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libbsd0 arm64 0.11.6-1 [43.6 kB]
12:56:28 #11 8.420 Get:57 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libelf1 arm64 0.187-4 [51.1 kB]
12:56:28 #11 8.422 Get:58 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libglib2.0-data all 2.74.3-0ubuntu1 [19.0 kB]
12:56:28 #11 8.423 Get:59 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libicu71 arm64 71.1-3ubuntu1 [10.5 MB]
12:56:28 #10 12.08 Get:134 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcroco3 arm64 0.6.12-2 [68.2 kB]
12:56:28 #10 12.08 Get:135 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gettext arm64 0.19.8.1-6ubuntu0.3 [1221 kB]
12:56:28 #10 12.13 Get:136 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 intltool-debian all 0.35.0+20060710.4 [24.9 kB]
12:56:28 #10 12.13 Get:137 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 po-debconf all 1.0.20 [232 kB]
12:56:28 #10 12.13 Get:138 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 debhelper all 11.1.6ubuntu2 [902 kB]
12:56:28 #10 12.19 Get:139 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-which-perl all 1.21-1 [11.8 kB]
12:56:28 #10 12.19 Get:140 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-homedir-perl all 1.002-1 [37.1 kB]
12:56:28 #10 12.19 Get:141 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 devscripts arm64 2.17.12ubuntu1.1 [870 kB]
12:56:28 #10 12.28 Get:142 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 diffstat arm64 1.61-1build1 [21.5 kB]
12:56:28 #10 12.28 Get:143 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB]
12:56:28 #10 12.28 Get:144 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.6 [107 kB]
12:56:28 #10 12.28 Get:145 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libksba8 arm64 1.3.5-2ubuntu0.18.04.2 [81.2 kB]
12:56:28 #10 12.28 Get:146 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B]
12:56:28 #10 12.28 Get:147 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.6 [276 kB]
12:56:28 #10 12.30 Get:148 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-pkg-resources all 39.0.1-2ubuntu0.1 [99.0 kB]
12:56:28 #10 33.36 Preparing to unpack .../171-libalgorithm-merge-perl_0.08-3_all.deb ...
12:56:28 #10 33.37 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:56:28 #10 33.41 Selecting previously unselected package libapt-inst2.0:arm64.
12:56:28 #10 33.41 Preparing to unpack .../172-libapt-inst2.0_1.8.2.3_arm64.deb ...
12:56:28 #10 33.42 Unpacking libapt-inst2.0:arm64 (1.8.2.3) ...
12:56:28 #10 33.47 Selecting previously unselected package libapt-pkg-perl.
12:56:28 #10 33.47 Preparing to unpack .../173-libapt-pkg-perl_0.1.34+b1_arm64.deb ...
12:56:28 #10 33.48 Unpacking libapt-pkg-perl (0.1.34+b1) ...
12:56:28 #10 33.52 Selecting previously unselected package libarchive-cpio-perl.
12:56:28 #10 33.52 Preparing to unpack .../174-libarchive-cpio-perl_0.10-1_all.deb ...
12:56:28 #10 33.53 Unpacking libarchive-cpio-perl (0.10-1) ...
12:56:28 #10 33.57 Selecting previously unselected package libasync-mergepoint-perl.
12:56:28 #10 33.57 Preparing to unpack .../175-libasync-mergepoint-perl_0.04-2_all.deb ...
12:56:28 #7 ...
12:56:28 
12:56:28 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:28 #0 0.932 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:56:28 #0 0.946 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:56:28 #0 0.946 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:56:28 #0 1.067 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
12:56:28 #0 1.307 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
12:56:28 #0 1.643 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
12:56:28 #0 2.849 Fetched 8628 kB in 2s (3960 kB/s)
12:56:28 #0 2.849 Reading package lists...
12:56:28 #0 3.652 Reading package lists...
12:56:28 #0 4.456 Building dependency tree...
12:56:28 #0 4.654 Reading state information...
12:56:28 #0 4.901 The following additional packages will be installed:
12:56:28 #0 4.901   autoconf automake autopoint autotools-dev binutils binutils-common
12:56:28 #0 4.901   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
12:56:28 #0 4.901   ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
12:56:28 #0 4.901   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
12:56:28 #0 4.902   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
12:56:28 #0 4.902   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
12:56:28 #0 4.902   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
12:56:28 #0 4.902   intltool-debian iso-codes less libalgorithm-diff-perl
12:56:28 #0 4.902   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
12:56:28 #0 4.902   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
12:56:28 #0 4.902   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
12:56:28 #0 4.902   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
12:56:28 #0 4.902   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
12:56:28 #0 4.902   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
12:56:28 #0 4.902   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
12:56:28 #0 4.902   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
12:56:28 #0 4.902   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
12:56:28 #0 4.902   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
12:56:28 #0 4.903   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
12:56:28 #0 4.903   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
12:56:28 #0 4.903   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
12:56:28 #0 4.903   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
12:56:28 #0 4.903   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
12:56:28 #0 4.903   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
12:56:28 #0 4.903   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
12:56:28 #0 4.903   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
12:56:28 #0 4.903   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
12:56:28 #0 4.903   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
12:56:28 #0 4.903   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
12:56:28 #0 4.903   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
12:56:28 #0 4.903   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
12:56:28 #0 4.903   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
12:56:28 #0 4.903   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
12:56:28 #0 4.903   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:56:28 #0 4.903   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:28 #0 4.903   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:56:28 #0 4.903   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
12:56:28 #0 4.903   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
12:56:28 #0 4.903   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
12:56:28 #0 4.903   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
12:56:28 #0 4.903   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
12:56:28 #0 4.903   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
12:56:28 #0 4.903   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
12:56:28 #0 4.903   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
12:56:28 #0 4.903   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
12:56:28 #0 4.903   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
12:56:28 #0 4.903   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
12:56:28 #0 4.903   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
12:56:28 #0 4.903   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
12:56:28 #0 4.903   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
12:56:28 #0 4.903   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
12:56:28 #0 4.903   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
12:56:28 #0 4.904   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
12:56:28 #0 4.904   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:56:28 #0 4.904   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
12:56:28 #0 4.904   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
12:56:28 #0 4.904   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
12:56:28 #0 4.904   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
12:56:28 #0 4.904   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
12:56:28 #0 4.904   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:56:28 #0 4.904   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
12:56:28 #0 4.904   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:56:28 #0 4.904   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
12:56:28 #0 4.904   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
12:56:28 #0 4.904   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:56:28 #0 4.904   libstring-shellquote-perl libsub-exporter-perl
12:56:28 #0 4.904   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:56:28 #0 4.904   libsub-name-perl libsub-override-perl libsub-quote-perl
12:56:28 #0 4.904   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
12:56:28 #0 4.904   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
12:56:28 #0 4.904   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
12:56:28 #0 4.904   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
12:56:28 #0 4.904   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
12:56:28 #0 4.904   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
12:56:28 #0 4.904   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp6
12:56:28 #0 4.904   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
12:56:28 #0 4.904   libxdelta2 libxdmcp6 libxext6 libxml-libxml-perl
12:56:28 #0 4.904   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
12:56:28 #0 4.904   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1
12:56:28 #0 4.904   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
12:56:28 #0 4.904   lsb-release lzip lzop m4 make man-db manpages manpages-dev media-types
12:56:28 #0 4.904   netbase openssh-client openssl patch patchutils pbzip2 perl
12:56:28 #0 4.904   perl-modules-5.32 perl-openssl-defaults pinentry-curses pixz po-debconf
12:56:28 #0 4.904   pristine-tar publicsuffix python-apt-common python3 python3-apt
12:56:28 #0 4.905   python3-certifi python3-chardet python3-debian python3-gpg python3-idna
12:56:28 #0 4.905   python3-magic python3-minimal python3-pkg-resources python3-requests
12:56:28 #0 4.905   python3-six python3-unidiff python3-urllib3 python3-xdg python3.9
12:56:28 #0 4.905   python3.9-minimal readline-common sensible-utils shared-mime-info strace
12:56:28 #0 4.905   t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
12:56:28 #0 4.907 Suggested packages:
12:56:28 #0 4.907   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
12:56:28 #0 4.907   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
12:56:28 #0 4.907   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
12:56:28 #0 4.907   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
12:56:28 #0 4.907   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:56:28 #0 4.907   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
12:56:28 #0 4.907   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
12:56:28 #0 4.907   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
12:56:28 #0 4.907   g++-multilib g++-10-multilib gcc-10-doc gcc-multilib flex bison gdb gcc-doc
12:56:28 #0 4.907   gcc-10-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
12:56:28 #0 4.907   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
12:56:28 #0 4.907   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery lrzip
12:56:28 #0 4.907   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n gpm
12:56:28 #0 4.907   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
12:56:28 #0 4.907   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
12:56:28 #0 4.907   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
12:56:28 #0 4.907   libapache2-mod-perl2 libmime-lite-perl libnet-jabber-perl libstdc++-10-doc
12:56:28 #0 4.907   libbareword-filehandles-perl libindirect-perl libmultidimensional-perl
12:56:28 #0 4.907   gfortran | fortran95-compiler gcj-jdk libdevel-lexalias-perl
12:56:28 #0 4.907   libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion
12:56:28 #0 4.907   binutils-multiarch libtext-template-perl m4-doc make-doc apparmor
12:56:28 #0 4.907   www-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc
12:56:28 #0 4.907   perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl
12:56:28 #0 4.907   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
12:56:28 #0 4.907   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
12:56:28 #0 4.907   python3-cryptography python3-openssl python3-socks python-requests-doc
12:56:28 #0 4.907   python3.9-venv python3.9-doc binfmt-support readline-doc zip wdiff-doc
12:56:28 #0 7.276 The following NEW packages will be installed:
12:56:28 #0 7.276   autoconf automake autopoint autotools-dev binutils binutils-common
12:56:28 #0 7.276   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
12:56:28 #0 7.276   ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
12:56:28 #0 7.276   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
12:56:28 #0 7.276   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
12:56:28 #0 7.276   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
12:56:28 #0 7.276   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
12:56:28 #0 7.276   gpgconf gpgsm groff-base intltool-debian iso-codes less
12:56:28 #0 7.276   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:56:28 #0 7.276   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:56:28 #0 7.276   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
12:56:28 #0 7.276   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
12:56:28 #0 7.276   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
12:56:28 #0 7.276   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
12:56:28 #0 7.276   libclass-inspector-perl libclass-method-modifiers-perl
12:56:28 #0 7.276   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:56:28 #0 7.276   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
12:56:28 #0 7.276   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
12:56:28 #0 7.276   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
12:56:28 #0 7.276   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
12:56:28 #0 7.276   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
12:56:28 #0 7.276   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
12:56:28 #0 7.276   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
12:56:28 #0 7.276   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
12:56:28 #0 7.276   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
12:56:28 #0 7.276   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
12:56:28 #0 7.276   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
12:56:28 #0 7.276   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
12:56:28 #0 7.276   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
12:56:28 #0 7.276   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
12:56:28 #0 7.276   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
12:56:28 #0 7.276   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
12:56:28 #0 7.276   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
12:56:28 #0 7.276   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:56:28 #0 7.276   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:28 #0 7.276   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:56:28 #0 7.276   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
12:56:28 #0 7.276   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
12:56:28 #0 7.276   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
12:56:28 #0 7.276   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
12:56:28 #0 7.276   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
12:56:28 #0 7.276   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
12:56:28 #0 7.276   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
12:56:28 #0 7.276   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
12:56:28 #0 7.276   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
12:56:28 #0 7.276   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
12:56:28 #0 7.277   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
12:56:28 #0 7.277   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
12:56:28 #0 7.277   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
12:56:28 #0 7.277   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
12:56:28 #0 7.277   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
12:56:28 #0 7.277   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
12:56:28 #0 7.277   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
12:56:28 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.40MB / 47.40MB 8.3s done
12:56:28 #0 7.277   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:56:28 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 0B / 126B 8.3s
12:56:28 #0 7.277   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
12:56:28 #0 7.277   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
12:56:28 #0 7.277   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
12:56:28 #0 7.277   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
12:56:28 #0 7.277   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
12:56:28 #0 7.277   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:56:28 #0 7.277   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
12:56:28 #0 7.277   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:56:28 #0 7.277   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
12:56:28 #0 7.277   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
12:56:28 #0 7.277   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:56:28 #0 7.277   libstring-shellquote-perl libsub-exporter-perl
12:56:28 #0 7.277   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:56:28 #0 7.277   libsub-name-perl libsub-override-perl libsub-quote-perl
12:56:28 #0 7.277   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
12:56:28 #0 7.277   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
12:56:28 #0 7.277   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
12:56:28 #0 7.277   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
12:56:28 #0 7.277   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
12:56:28 #0 7.277   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
12:56:28 #0 7.277   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp6
12:56:28 #0 7.277   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
12:56:28 #0 7.277   libxdelta2 libxdmcp6 libxext6 libxml-libxml-perl
12:56:28 #0 7.277   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
12:56:28 #0 7.277   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1
12:56:28 #0 7.277   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
12:56:28 #0 7.277   lsb-release lzip lzop m4 make man-db manpages manpages-dev media-types
12:56:28 #0 7.277   netbase openssh-client openssl patch patchutils pbzip2 perl
12:56:28 #0 7.277   perl-modules-5.32 perl-openssl-defaults pinentry-curses pixz po-debconf
12:56:28 #0 7.278   pristine-tar publicsuffix python-apt-common python3 python3-apt
12:56:28 #0 7.278   python3-certifi python3-chardet python3-debian python3-gpg python3-idna
12:56:28 #0 7.278   python3-magic python3-minimal python3-pkg-resources python3-requests
12:56:28 #0 7.278   python3-six python3-unidiff python3-urllib3 python3-xdg python3.9
12:56:28 #0 7.278   python3.9-minimal readline-common sensible-utils shared-mime-info strace
12:56:28 #0 7.278   t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
12:56:28 #0 7.568 0 upgraded, 384 newly installed, 0 to remove and 1 not upgraded.
12:56:28 #0 7.568 Need to get 175 MB of archives.
12:56:28 #0 7.568 After this operation, 572 MB of additional disk space will be used.
12:56:28 #0 7.568 Get:1 http://deb.debian.org/debian bullseye/main amd64 bsdextrautils amd64 2.36.1-8+deb11u1 [145 kB]
12:56:28 #0 7.572 Get:2 http://deb.debian.org/debian bullseye/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
12:56:28 #0 7.573 Get:3 http://deb.debian.org/debian bullseye/main amd64 groff-base amd64 1.22.4-6 [936 kB]
12:56:28 #0 7.583 Get:4 http://deb.debian.org/debian bullseye/main amd64 libgdbm6 amd64 1.19-2 [64.9 kB]
12:56:28 #0 7.584 Get:5 http://deb.debian.org/debian bullseye/main amd64 libpipeline1 amd64 1.5.3-1 [34.3 kB]
12:56:28 #0 7.585 Get:6 http://deb.debian.org/debian bullseye/main amd64 man-db amd64 2.9.4-2 [1354 kB]
12:56:28 #0 7.601 Get:7 http://deb.debian.org/debian bullseye/main amd64 perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
12:56:28 #0 7.635 Get:8 http://deb.debian.org/debian bullseye/main amd64 libgdbm-compat4 amd64 1.19-2 [44.7 kB]
12:56:28 #0 7.635 Get:9 http://deb.debian.org/debian bullseye/main amd64 libperl5.32 amd64 5.32.1-4+deb11u2 [4106 kB]
12:56:28 #0 7.682 Get:10 http://deb.debian.org/debian bullseye/main amd64 perl amd64 5.32.1-4+deb11u2 [293 kB]
12:56:28 #0 7.685 Get:11 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
12:56:28 #0 7.686 Get:12 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-minimal amd64 3.9.2-1 [801 kB]
12:56:28 #0 7.695 Get:13 http://deb.debian.org/debian bullseye/main amd64 libexpat1 amd64 2.2.10-2+deb11u5 [98.2 kB]
12:56:28 #0 7.697 Get:14 http://deb.debian.org/debian bullseye/main amd64 python3.9-minimal amd64 3.9.2-1 [1955 kB]
12:56:28 #0 7.719 Get:15 http://deb.debian.org/debian bullseye/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB]
12:56:28 #0 7.720 Get:16 http://deb.debian.org/debian bullseye/main amd64 media-types all 4.0.0 [30.3 kB]
12:56:28 #0 7.721 Get:17 http://deb.debian.org/debian bullseye/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB]
12:56:28 #0 7.723 Get:18 http://deb.debian.org/debian bullseye/main amd64 libncursesw6 amd64 6.2+20201114-2 [132 kB]
12:56:28 #0 7.724 Get:19 http://deb.debian.org/debian bullseye/main amd64 readline-common all 8.1-1 [73.7 kB]
12:56:28 #0 7.726 Get:20 http://deb.debian.org/debian bullseye/main amd64 libreadline8 amd64 8.1-1 [169 kB]
12:56:28 #0 7.728 Get:21 http://deb.debian.org/debian bullseye/main amd64 libsqlite3-0 amd64 3.34.1-3 [797 kB]
12:56:28 #0 7.738 Get:22 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-stdlib amd64 3.9.2-1 [1684 kB]
12:56:28 #0 7.771 Get:23 http://deb.debian.org/debian bullseye/main amd64 python3.9 amd64 3.9.2-1 [466 kB]
12:56:28 #0 7.774 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB]
12:56:28 #0 7.774 Get:25 http://deb.debian.org/debian bullseye/main amd64 python3 amd64 3.9.2-3 [37.9 kB]
12:56:28 #0 7.775 Get:26 http://deb.debian.org/debian bullseye/main amd64 less amd64 551-2 [133 kB]
12:56:28 #0 7.776 Get:27 http://deb.debian.org/debian bullseye/main amd64 netbase all 6.3 [19.9 kB]
12:56:28 #0 7.793 Get:28 http://deb.debian.org/debian bullseye/main amd64 sensible-utils all 0.0.14 [14.8 kB]
12:56:28 #0 7.793 Get:29 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
12:56:28 #0 7.794 Get:30 http://deb.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u4 [853 kB]
12:56:28 #0 7.810 Get:31 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
12:56:28 #0 7.810 Get:32 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
12:56:28 #0 7.812 Get:33 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
12:56:28 #0 7.813 Get:34 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
12:56:28 #0 7.814 Get:35 http://deb.debian.org/debian bullseye/main amd64 gettext-base amd64 0.21-4 [175 kB]
12:56:28 #0 7.816 Get:36 http://deb.debian.org/debian bullseye/main amd64 manpages all 5.10-1 [1412 kB]
12:56:28 #0 7.835 Get:37 http://deb.debian.org/debian bullseye/main amd64 libmd0 amd64 1.0.3-3 [28.0 kB]
12:56:28 #0 7.836 Get:38 http://deb.debian.org/debian bullseye/main amd64 libbsd0 amd64 0.11.3-1 [108 kB]
12:56:28 #0 7.837 Get:39 http://deb.debian.org/debian bullseye/main amd64 libedit2 amd64 3.1-20191231-2+b1 [96.7 kB]
12:56:28 #0 7.839 Get:40 http://deb.debian.org/debian bullseye/main amd64 libcbor0 amd64 0.5.0+dfsg-2 [24.0 kB]
12:56:28 #0 7.840 Get:41 http://deb.debian.org/debian bullseye/main amd64 libfido2-1 amd64 1.6.0-2 [53.3 kB]
12:56:28 #0 7.841 Get:42 http://deb.debian.org/debian bullseye/main amd64 openssh-client amd64 1:8.4p1-5+deb11u1 [929 kB]
12:56:28 #0 7.852 Get:43 http://deb.debian.org/debian bullseye/main amd64 ucf all 3.0043 [74.0 kB]
12:56:28 #0 7.874 Get:44 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
12:56:28 #0 7.874 Get:45 http://deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
12:56:28 #0 7.874 Get:46 http://deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
12:56:28 #0 7.874 Get:47 http://deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
12:56:28 #0 7.874 Get:48 http://deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
12:56:28 #0 7.874 Get:49 http://deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
12:56:28 #0 7.878 Get:50 http://deb.debian.org/debian bullseye/main amd64 autopoint all 0.21-4 [510 kB]
12:56:28 #0 7.901 Get:51 http://deb.debian.org/debian bullseye/main amd64 binutils-common amd64 2.35.2-2 [2220 kB]
12:56:28 #0 7.930 Get:52 http://deb.debian.org/debian bullseye/main amd64 libbinutils amd64 2.35.2-2 [570 kB]
12:56:28 #0 7.935 Get:53 http://deb.debian.org/debian bullseye/main amd64 libctf-nobfd0 amd64 2.35.2-2 [110 kB]
12:56:28 #0 7.955 Get:54 http://deb.debian.org/debian bullseye/main amd64 libctf0 amd64 2.35.2-2 [53.2 kB]
12:56:28 #0 7.955 Get:55 http://deb.debian.org/debian bullseye/main amd64 binutils-x86-64-linux-gnu amd64 2.35.2-2 [1809 kB]
12:56:28 #0 7.966 Get:56 http://deb.debian.org/debian bullseye/main amd64 binutils amd64 2.35.2-2 [61.2 kB]
12:56:28 #0 7.969 Get:57 http://deb.debian.org/debian bullseye/main amd64 libc-dev-bin amd64 2.31-13+deb11u5 [276 kB]
12:56:28 #0 7.971 Get:58 http://deb.debian.org/debian-security bullseye-security/main amd64 linux-libc-dev amd64 5.10.162-1 [1576 kB]
12:56:28 #0 8.007 Get:59 http://deb.debian.org/debian bullseye/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB]
12:56:28 #0 8.007 Get:60 http://deb.debian.org/debian bullseye/main amd64 libtirpc-dev amd64 1.3.1-1+deb11u1 [191 kB]
12:56:28 #0 8.007 Get:61 http://deb.debian.org/debian bullseye/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
12:56:28 #0 8.007 Get:62 http://deb.debian.org/debian bullseye/main amd64 libc6-dev amd64 2.31-13+deb11u5 [2359 kB]
12:56:28 #0 8.032 Get:63 http://deb.debian.org/debian bullseye/main amd64 libisl23 amd64 0.23-1 [676 kB]
12:56:28 #0 8.039 Get:64 http://deb.debian.org/debian bullseye/main amd64 libmpfr6 amd64 4.1.0-3 [2012 kB]
12:56:28 #0 8.074 Get:65 http://deb.debian.org/debian bullseye/main amd64 libmpc3 amd64 1.2.0-1 [45.0 kB]
12:56:28 #0 8.075 Get:66 http://deb.debian.org/debian bullseye/main amd64 cpp-10 amd64 10.2.1-6 [8528 kB]
12:56:28 #0 8.175 Get:67 http://deb.debian.org/debian bullseye/main amd64 cpp amd64 4:10.2.1-1 [19.7 kB]
12:56:28 #10 8.178 Get:68 http://deb.debian.org/debian bullseye/main amd64 libcc1-0 amd64 10.2.1-6 [47.0 kB]
12:56:28 #10 8.178 Get:69 http://deb.debian.org/debian bullseye/main amd64 libgomp1 amd64 10.2.1-6 [99.9 kB]
12:56:28 #10 8.179 Get:70 http://deb.debian.org/debian bullseye/main amd64 libitm1 amd64 10.2.1-6 [25.8 kB]
12:56:28 #10 8.179 Get:71 http://deb.debian.org/debian bullseye/main amd64 libatomic1 amd64 10.2.1-6 [9008 B]
12:56:28 #10 8.180 Get:72 http://deb.debian.org/debian bullseye/main amd64 libasan6 amd64 10.2.1-6 [2065 kB]
12:56:28 #10 8.199 Get:73 http://deb.debian.org/debian bullseye/main amd64 liblsan0 amd64 10.2.1-6 [828 kB]
12:56:28 #10 8.234 Get:74 http://deb.debian.org/debian bullseye/main amd64 libtsan0 amd64 10.2.1-6 [2000 kB]
12:56:28 #10 8.252 Get:75 http://deb.debian.org/debian bullseye/main amd64 libubsan1 amd64 10.2.1-6 [777 kB]
12:56:28 #10 8.262 Get:76 http://deb.debian.org/debian bullseye/main amd64 libquadmath0 amd64 10.2.1-6 [145 kB]
12:56:28 #10 8.266 Get:77 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev amd64 10.2.1-6 [2328 kB]
12:56:28 #10 8.342 Get:78 http://deb.debian.org/debian bullseye/main amd64 gcc-10 amd64 10.2.1-6 [17.0 MB]
12:56:28 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 56.62MB / 68.85MB 1.7s
12:56:28 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 35.65MB / 148.95MB 1.7s
12:56:28 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.9s
12:56:28 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 49.28MB / 148.95MB 1.9s
12:56:28 #12 19.42 Dependencies resolved.
12:56:28 #12 19.43 ==============================================================================================
12:56:28 #12 19.43  Package                      Arch     Version                                Repo        Size
12:56:28 #12 19.43 ==============================================================================================
12:56:28 #12 19.43 Installing:
12:56:28 #12 19.43  dnf-plugins-core             noarch   4.0.21-18.el8                          baseos      75 k
12:56:28 #12 19.43  rpm-build                    aarch64  4.14.3-26.el8                          appstream  173 k
12:56:28 #12 19.43  rpmlint                      noarch   1.10-14.el8                            appstream  192 k
12:56:28 #12 19.43 Upgrading:
12:56:28 #12 19.43  python3-dnf-plugins-core     noarch   4.0.21-18.el8                          baseos     258 k
12:56:28 #12 19.43  python3-rpm                  aarch64  4.14.3-26.el8                          baseos     156 k
12:56:28 #12 19.43  rpm                          aarch64  4.14.3-26.el8                          baseos     544 k
12:56:28 #12 19.43  rpm-build-libs               aarch64  4.14.3-26.el8                          baseos     151 k
12:56:28 #12 19.43  rpm-libs                     aarch64  4.14.3-26.el8                          baseos     329 k
12:56:28 #12 19.43 Installing dependencies:
12:56:28 #12 19.43  binutils                     aarch64  2.30-119.el8                           baseos     6.1 M
12:56:28 #12 19.43  bzip2                        aarch64  1.0.6-26.el8                           baseos      60 k
12:56:28 #12 19.43  cpio                         aarch64  2.12-11.el8                            baseos     260 k
12:56:28 #12 19.43  desktop-file-utils           aarch64  0.26-1.el8                             appstream   79 k
12:56:28 #12 19.43  diffutils                    aarch64  3.6-6.el8                              baseos     352 k
12:56:28 #12 19.43  dwz                          aarch64  0.12-10.el8                            appstream  103 k
12:56:28 #12 19.43  efi-srpm-macros              noarch   3-3.el8                                appstream   22 k
12:56:28 #12 19.43  elfutils                     aarch64  0.187-4.el8                            baseos     529 k
12:56:28 #12 19.43  emacs-filesystem             noarch   1:26.1-9.el8                           baseos      70 k
12:56:28 #12 19.43  file                         aarch64  5.33-21.el8                            baseos      77 k
12:56:28 #12 19.43  gc                           aarch64  7.6.4-3.el8                            appstream   99 k
12:56:28 #12 19.43  gdb-headless                 aarch64  8.2-19.el8                             appstream  3.1 M
12:56:28 #12 19.43  ghc-srpm-macros              noarch   1.4.2-7.el8                            appstream  9.3 k
12:56:28 #12 19.43  glibc-gconv-extra            aarch64  2.28-211.el8                           baseos     1.8 M
12:56:28 #12 19.43  go-srpm-macros               noarch   2-17.el8                               appstream   13 k
12:56:28 #12 19.43  groff-base                   aarch64  1.22.3-18.el8                          baseos     989 k
12:56:28 #12 19.43  guile                        aarch64  5:2.0.14-7.el8                         appstream  3.5 M
12:56:28 #12 19.43  libatomic_ops                aarch64  7.6.2-3.el8                            appstream   38 k
12:56:28 #12 19.43  libbabeltrace                aarch64  1.5.4-4.el8                            baseos     189 k
12:56:28 #12 19.43  libpkgconf                   aarch64  1.4.2-1.el8                            baseos      34 k
12:56:28 #12 19.43  libtool-ltdl                 aarch64  2.4.6-25.el8                           baseos      57 k
12:56:28 #12 19.43  ncurses                      aarch64  6.1-9.20180224.el8                     baseos     383 k
12:56:28 #12 19.43  ocaml-srpm-macros            noarch   5-4.el8                                appstream  9.4 k
12:56:28 #12 19.43  openblas-srpm-macros         noarch   2-2.el8                                appstream  7.9 k
12:56:28 #12 19.43  patch                        aarch64  2.7.6-11.el8                           baseos     134 k
12:56:28 #12 19.43  perl-Carp                    noarch   1.42-396.el8                           baseos      30 k
12:56:28 #12 19.43  perl-Encode                  aarch64  4:2.97-3.el8                           baseos     1.5 M
12:56:28 #12 19.43  perl-Errno                   aarch64  1.28-422.el8                           baseos      76 k
12:56:28 #12 19.43  perl-Exporter                noarch   5.72-396.el8                           baseos      34 k
12:56:28 #12 19.43  perl-File-Path               noarch   2.15-2.el8                             baseos      38 k
12:56:28 #12 19.43  perl-File-Temp               noarch   0.230.600-1.el8                        baseos      63 k
12:56:28 #12 19.43  perl-Getopt-Long             noarch   1:2.50-4.el8                           baseos      63 k
12:56:28 #12 19.43  perl-HTTP-Tiny               noarch   0.074-1.el8                            baseos      58 k
12:56:28 #12 19.43  perl-IO                      aarch64  1.38-422.el8                           baseos     142 k
12:56:28 #12 19.43  perl-MIME-Base64             aarch64  3.15-396.el8                           baseos      31 k
12:56:28 #12 19.43  perl-PathTools               aarch64  3.74-1.el8                             baseos      90 k
12:56:28 #12 19.43  perl-Pod-Escapes             noarch   1:1.07-395.el8                         baseos      20 k
12:56:28 #12 19.43  perl-Pod-Perldoc             noarch   3.28-396.el8                           baseos      86 k
12:56:28 #12 19.43  perl-Pod-Simple              noarch   1:3.35-395.el8                         baseos     213 k
12:56:28 #12 19.43  perl-Pod-Usage               noarch   4:1.69-395.el8                         baseos      34 k
12:56:28 #12 19.43  perl-Scalar-List-Utils       aarch64  3:1.49-2.el8                           baseos      67 k
12:56:28 #12 19.43  perl-Socket                  aarch64  4:2.027-3.el8                          baseos      59 k
12:56:28 #12 19.43  perl-Storable                aarch64  1:3.11-3.el8                           baseos      95 k
12:56:28 #12 19.43  perl-Term-ANSIColor          noarch   4.06-396.el8                           baseos      46 k
12:56:28 #12 19.43  perl-Term-Cap                noarch   1.17-395.el8                           baseos      23 k
12:56:28 #12 19.43  perl-Text-ParseWords         noarch   3.30-395.el8                           baseos      18 k
12:56:28 #12 19.43  perl-Text-Tabs+Wrap          noarch   2013.0523-395.el8                      baseos      24 k
12:56:28 #12 19.43  perl-Time-Local              noarch   1:1.280-1.el8                          baseos      34 k
12:56:28 #12 19.43  perl-Unicode-Normalize       aarch64  1.25-396.el8                           baseos      78 k
12:56:28 #12 19.43  perl-constant                noarch   1.33-396.el8                           baseos      25 k
12:56:28 #12 19.43  perl-interpreter             aarch64  4:5.26.3-422.el8                       baseos     6.3 M
12:56:28 #12 19.43  perl-libs                    aarch64  4:5.26.3-422.el8                       baseos     1.5 M
12:56:28 #12 19.43  perl-macros                  aarch64  4:5.26.3-422.el8                       baseos      72 k
12:56:28 #12 19.43  perl-parent                  noarch   1:0.237-1.el8                          baseos      20 k
12:56:28 #12 19.43  perl-podlators               noarch   4.11-1.el8                             baseos     118 k
12:56:28 #12 19.43  perl-srpm-macros             noarch   1-25.el8                               appstream   11 k
12:56:28 #12 19.43  perl-threads                 aarch64  1:2.21-2.el8                           baseos      60 k
12:56:28 #12 19.43  perl-threads-shared          aarch64  1.58-2.el8                             baseos      47 k
12:56:28 #12 19.43  pkgconf                      aarch64  1.4.2-1.el8                            baseos      37 k
12:56:28 #12 19.43  pkgconf-m4                   noarch   1.4.2-1.el8                            baseos      17 k
12:56:28 #12 19.43  pkgconf-pkg-config           aarch64  1.4.2-1.el8                            baseos      15 k
12:56:28 #12 19.43  python-rpm-macros            noarch   3-44.el8                               appstream   16 k
12:56:28 #12 19.43  python-srpm-macros           noarch   3-44.el8                               appstream   16 k
12:56:28 #12 19.43  python3-rpm-macros           noarch   3-44.el8                               appstream   15 k
12:56:28 #12 19.43  python3-systemd              aarch64  234-8.el8                              appstream   80 k
12:56:28 #12 19.43  qt5-srpm-macros              noarch   5.15.3-1.el8                           appstream   11 k
12:56:28 #12 19.43  redhat-rpm-config            noarch   130-1.el8                              appstream   90 k
12:56:28 #12 19.43  rust-srpm-macros             noarch   5-2.el8                                appstream  9.2 k
12:56:28 #12 19.43  unzip                        aarch64  6.0-46.el8                             baseos     189 k
12:56:28 #12 19.43  xz                           aarch64  5.2.4-4.el8                            baseos     153 k
12:56:28 #12 19.43  zip                          aarch64  3.0-23.el8                             baseos     265 k
12:56:28 #12 19.43  zstd                         aarch64  1.4.4-1.el8                            appstream  303 k
12:56:28 #12 19.43 Installing weak dependencies:
12:56:28 #12 19.43  elfutils-debuginfod-client   aarch64  0.187-4.el8                            baseos      72 k
12:56:28 #12 19.43  perl-IO-Socket-IP            noarch   0.39-5.el8                             appstream   47 k
12:56:28 #12 19.43  perl-Mozilla-CA              noarch   20160104-7.module_el8.3.0+416+dee7bcef appstream   15 k
12:56:28 #12 19.43 Downgrading:
12:56:28 #12 19.43  xz-libs                      aarch64  5.2.4-4.el8                            baseos      91 k
12:56:28 #12 19.43 Enabling module streams:
12:56:28 #12 19.43  perl                                  5.26                                                   
12:56:28 #12 19.43  perl-IO-Socket-SSL                    2.066                                                  
12:56:28 #12 19.43  perl-libwww-perl                      6.34                                                   
12:56:28 #12 19.43 
12:56:28 #12 19.43 Transaction Summary
12:56:28 #12 19.43 ==============================================================================================
12:56:28 #12 19.43 Install    78 Packages
12:56:28 #12 19.43 Upgrade     5 Packages
12:56:28 #12 19.43 Downgrade   1 Package
12:56:28 #12 19.43 
12:56:28 #12 19.44 Total download size: 32 M
12:56:28 #12 19.44 Downloading Packages:
12:56:28 #10 38.36 Preparing to unpack .../350-python3-urllib3_1.26.5-1~exp1_all.deb ...
12:56:28 #10 38.36 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
12:56:28 #10 38.41 Selecting previously unselected package python3-requests.
12:56:28 #10 38.42 Preparing to unpack .../351-python3-requests_2.25.1+dfsg-2_all.deb ...
12:56:28 #10 38.42 Unpacking python3-requests (2.25.1+dfsg-2) ...
12:56:28 #10 38.46 Selecting previously unselected package python3-unidiff.
12:56:28 #10 38.46 Preparing to unpack .../352-python3-unidiff_0.5.5-2_all.deb ...
12:56:28 #10 38.46 Unpacking python3-unidiff (0.5.5-2) ...
12:56:28 #10 38.50 Selecting previously unselected package python3-xdg.
12:56:28 #10 38.50 Preparing to unpack .../353-python3-xdg_0.27-2_all.deb ...
12:56:28 #10 38.51 Unpacking python3-xdg (0.27-2) ...
12:56:28 #10 38.55 Selecting previously unselected package shared-mime-info.
12:56:28 #10 38.55 Preparing to unpack .../354-shared-mime-info_2.0-1_arm64.deb ...
12:56:28 #10 38.55 Unpacking shared-mime-info (2.0-1) ...
12:56:28 #17 DONE 3.8s
12:56:28 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 16.76MB / 53.32MB 7.3s
12:56:28 #10 27.73 Preparing to unpack .../126-librole-tiny-perl_2.002004-1_all.deb ...
12:56:28 #10 27.73 Unpacking librole-tiny-perl (2.002004-1) ...
12:56:28 #10 27.77 Selecting previously unselected package libsub-quote-perl.
12:56:28 #10 27.77 Preparing to unpack .../127-libsub-quote-perl_2.006008-1_all.deb ...
12:56:28 #10 27.77 Unpacking libsub-quote-perl (2.006008-1) ...
12:56:28 #10 27.80 Selecting previously unselected package libmoo-perl.
12:56:28 #10 27.81 Preparing to unpack .../128-libmoo-perl_2.005005-1_all.deb ...
12:56:28 #10 27.81 Unpacking libmoo-perl (2.005005-1) ...
12:56:28 #10 27.85 Selecting previously unselected package libencode-locale-perl.
12:56:28 #10 27.85 Preparing to unpack .../129-libencode-locale-perl_1.05-3_all.deb ...
12:56:28 #10 27.85 Unpacking libencode-locale-perl (1.05-3) ...
12:56:28 #10 27.89 Selecting previously unselected package libtimedate-perl.
12:56:28 #10 27.89 Preparing to unpack .../130-libtimedate-perl_2.3300-2_all.deb ...
12:56:28 #10 27.89 Unpacking libtimedate-perl (2.3300-2) ...
12:56:28 #10 27.95 Selecting previously unselected package libhttp-date-perl.
12:56:28 #10 27.96 Preparing to unpack .../131-libhttp-date-perl_6.05-2_all.deb ...
12:56:28 #10 27.96 Unpacking libhttp-date-perl (6.05-2) ...
12:56:28 #10 27.99 Selecting previously unselected package libfile-listing-perl.
12:56:28 #10 28.00 Preparing to unpack .../132-libfile-listing-perl_6.15-1_all.deb ...
12:56:28 #10 28.00 Unpacking libfile-listing-perl (6.15-1) ...
12:56:28 #10 28.03 Selecting previously unselected package libhtml-tagset-perl.
12:56:28 #10 28.04 Preparing to unpack .../133-libhtml-tagset-perl_3.20-6_all.deb ...
12:56:28 #10 28.04 Unpacking libhtml-tagset-perl (3.20-6) ...
12:56:28 #10 28.08 Selecting previously unselected package libregexp-ipv6-perl.
12:56:28 #5 DONE 0.4s
12:56:28 
12:56:28 #6 [internal] load metadata for docker.io/library/fedora:37
12:56:28 #6 DONE 0.3s
12:56:28 
12:56:28 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:28 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:28 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 15.73MB / 50.45MB 0.4s
12:56:28 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 4.19MB / 10.00MB 0.4s
12:56:28 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 23.07MB / 50.45MB 0.4s
12:56:28 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.4s
12:56:28 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 114.29MB / 148.95MB 2.9s
12:56:28 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 124.28MB / 148.95MB 3.0s
12:56:28 #11 8.850 Get:60 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libxml2 arm64 2.9.14+dfsg-1ubuntu0.1 [722 kB]
12:56:28 #11 8.870 Get:61 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libyaml-0-2 arm64 0.2.5-1 [51.8 kB]
12:56:28 #11 8.872 Get:62 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 lsb-release all 11.2ubuntu1 [11.1 kB]
12:56:28 #11 8.873 Get:63 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 netbase all 6.3 [12.9 kB]
12:56:28 #11 8.874 Get:64 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-dbus arm64 1.2.18-3build1 [98.5 kB]
12:56:28 #11 8.876 Get:65 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-gi arm64 3.42.2-2 [225 kB]
12:56:28 #11 8.882 Get:66 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 networkd-dispatcher all 2.1-2ubuntu1 [15.5 kB]
12:56:28 #11 8.884 Get:67 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python-apt-common all 2.4.0+22.10 [14.8 kB]
12:56:28 #11 8.885 Get:68 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3-apt arm64 2.4.0+22.10 [156 kB]
12:56:28 #11 8.923 Get:69 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.10.1 [132 kB]
12:56:28 #11 8.995 Get:70 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 shared-mime-info arm64 2.2-1 [458 kB]
12:56:28 #10 12.31 Get:149 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-chardet all 3.0.4-1 [80.3 kB]
12:56:28 #10 12.32 Get:150 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-six all 1.11.0-2 [11.4 kB]
12:56:28 #10 12.38 Get:151 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-debian all 0.1.32 [65.4 kB]
12:56:28 #10 12.38 Get:152 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
12:56:28 #10 12.38 Get:153 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.6 [108 kB]
12:56:28 #10 12.39 Get:154 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.6 [401 kB]
12:56:28 #10 12.40 Get:155 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB]
12:56:28 #10 12.40 Get:156 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.6 [189 kB]
12:56:28 #10 12.41 Get:157 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-client arm64 2.2.4-1ubuntu1.6 [76.6 kB]
12:56:28 #10 12.45 Get:158 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-server arm64 2.2.4-1ubuntu1.6 [71.6 kB]
12:56:28 #10 12.46 Get:159 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.6 [181 kB]
12:56:28 #10 12.46 Get:160 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.6 [249 kB]
12:56:28 #10 12.53 Get:161 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgpgme11 arm64 1.10.0-1ubuntu2 [90.0 kB]
12:56:28 #10 12.53 Get:162 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-gpg arm64 1.10.0-1ubuntu2 [131 kB]
12:56:28 #10 12.54 Get:163 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dput all 1.0.1ubuntu1 [42.7 kB]
12:56:28 #10 12.54 Get:164 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB]
12:56:28 #10 12.54 Get:165 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB]
12:56:28 #10 12.54 Get:166 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.22 [184 kB]
12:56:28 #10 12.55 Get:167 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB]
12:56:28 #10 12.61 Get:168 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.15 [804 kB]
12:56:28 #10 12.64 Get:169 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.15 [2955 kB]
12:56:28 #10 8.550 Get:79 http://deb.debian.org/debian bullseye/main amd64 gcc amd64 4:10.2.1-1 [5192 B]
12:56:28 #10 8.551 Get:80 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev amd64 10.2.1-6 [1741 kB]
12:56:28 #10 8.574 Get:81 http://deb.debian.org/debian bullseye/main amd64 g++-10 amd64 10.2.1-6 [9380 kB]
12:56:28 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 18.87MB / 53.32MB 8.5s
12:56:28 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 126B / 126B 8.4s done
12:56:28 #10 33.58 Unpacking libasync-mergepoint-perl (0.04-2) ...
12:56:28 #10 33.67 Selecting previously unselected package libauthen-sasl-perl.
12:56:28 #10 33.68 Preparing to unpack .../176-libauthen-sasl-perl_2.1600-1_all.deb ...
12:56:28 #10 33.68 Unpacking libauthen-sasl-perl (2.1600-1) ...
12:56:28 #10 33.72 Selecting previously unselected package libmodule-implementation-perl.
12:56:28 #10 33.72 Preparing to unpack .../177-libmodule-implementation-perl_0.09-1_all.deb ...
12:56:28 #10 33.72 Unpacking libmodule-implementation-perl (0.09-1) ...
12:56:28 #10 33.76 Selecting previously unselected package libvariable-magic-perl.
12:56:28 #10 33.76 Preparing to unpack .../178-libvariable-magic-perl_0.62-1+b1_arm64.deb ...
12:56:28 #10 33.77 Unpacking libvariable-magic-perl (0.62-1+b1) ...
12:56:28 #10 33.80 Selecting previously unselected package libb-hooks-endofscope-perl.
12:56:28 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.9s done
12:56:28 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 57.67MB / 148.95MB 2.0s
12:56:28 == Building packages for debian-bullseye ==
12:56:28 mkdir -p "debbuild/debian-bullseye"
12:56:28 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/aarch64 -f debian-bullseye/Dockerfile .
12:56:28 #10 38.65 Selecting previously unselected package strace.
12:56:28 #10 38.65 Preparing to unpack .../355-strace_5.10-1_arm64.deb ...
12:56:28 #10 38.66 Unpacking strace (5.10-1) ...
12:56:28 #10 38.72 Selecting previously unselected package xauth.
12:56:28 #10 38.72 Preparing to unpack .../356-xauth_1%3a1.1-1_arm64.deb ...
12:56:28 #10 38.73 Unpacking xauth (1:1.1-1) ...
12:56:28 #10 38.77 Selecting previously unselected package xdg-user-dirs.
12:56:28 #10 38.77 Preparing to unpack .../357-xdg-user-dirs_0.17-2_arm64.deb ...
12:56:28 #10 38.78 Unpacking xdg-user-dirs (0.17-2) ...
12:56:28 #10 38.84 Setting up libksba8:arm64 (1.5.0-3+deb11u2) ...
12:56:28 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 16.78MB / 47.40MB 7.4s
12:56:28 #12 2.944 Reading package lists...
12:56:28 #10 28.08 Preparing to unpack .../134-libregexp-ipv6-perl_0.03-3_all.deb ...
12:56:28 #10 28.08 Unpacking libregexp-ipv6-perl (0.03-3) ...
12:56:28 #10 28.11 Selecting previously unselected package liburi-perl.
12:56:28 #10 28.12 Preparing to unpack .../135-liburi-perl_5.17-1_all.deb ...
12:56:28 #10 28.12 Unpacking liburi-perl (5.17-1) ...
12:56:28 #10 28.16 Selecting previously unselected package libhtml-parser-perl:arm64.
12:56:28 #10 28.16 Preparing to unpack .../136-libhtml-parser-perl_3.81-1_arm64.deb ...
12:56:28 #10 28.17 Unpacking libhtml-parser-perl:arm64 (3.81-1) ...
12:56:28 #10 28.21 Selecting previously unselected package libhtml-tree-perl.
12:56:28 #10 28.21 Preparing to unpack .../137-libhtml-tree-perl_5.07-3_all.deb ...
12:56:28 #10 28.21 Unpacking libhtml-tree-perl (5.07-3) ...
12:56:28 #10 28.26 Selecting previously unselected package libclone-perl:arm64.
12:56:28 #10 28.26 Preparing to unpack .../138-libclone-perl_0.46-1_arm64.deb ...
12:56:28 #10 28.27 Unpacking libclone-perl:arm64 (0.46-1) ...
12:56:28 #10 28.30 Selecting previously unselected package libio-html-perl.
12:56:28 #10 28.30 Preparing to unpack .../139-libio-html-perl_1.004-3_all.deb ...
12:56:28 #10 28.31 Unpacking libio-html-perl (1.004-3) ...
12:56:28 #7 ...
12:56:28 
12:56:28 #8 [internal] load build context
12:56:28 #8 transferring context: 14.99kB done
12:56:28 #8 DONE 0.0s
12:56:28 
12:56:28 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:28 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:28 #7 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
12:56:28 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0B / 7.86MB 0.1s
12:56:28 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 4.19MB / 10.00MB 0.1s
12:56:28 #7 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
12:56:28 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 5.24MB / 50.45MB 0.1s
12:56:28 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.2s done
12:56:28 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.2s done
12:56:28 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 24.12MB / 50.45MB 0.3s
12:56:28 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 6.29MB / 68.85MB 0.3s
12:56:28 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 4.19MB / 51.87MB 0.3s
12:56:28 #7 ...
12:56:28 
12:56:28 #8 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e
12:56:28 #8 extracting sha256:0d557d32f54ebd277fdffbbdf656b90442ee9d8753aec9ebac429eee967f4dee 2.3s done
12:56:28 #8 DONE 12.6s
12:56:28 
12:56:28 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:28 #13 5.318 (1/70): dbus-1.12.20-7.el9.aarch64.rpm           13 kB/s | 3.9 kB     00:00    
12:56:28 #13 5.332 (2/70): dbus-broker-28-7.el9.aarch64.rpm        519 kB/s | 166 kB     00:00    
12:56:28 #13 5.337 (3/70): acl-2.3.1-3.el9.aarch64.rpm             225 kB/s |  73 kB     00:00    
12:56:28 #13 5.343 (4/70): device-mapper-1.02.187-4.el9.aarch64.rp  13 MB/s | 138 kB     00:00    
12:56:28 #13 5.347 (5/70): dbus-common-1.12.20-7.el9.noarch.rpm    523 kB/s |  15 kB     00:00    
12:56:28 #13 5.353 (6/70): device-mapper-libs-1.02.187-4.el9.aarch  11 MB/s | 172 kB     00:00    
12:56:28 #13 5.360 (7/70): kmod-libs-28-7.el9.aarch64.rpm          3.8 MB/s |  63 kB     00:00    
12:56:28 #13 5.364 (8/70): libcbor-0.7.0-5.el9.aarch64.rpm         5.3 MB/s |  56 kB     00:00    
12:56:28 #13 5.374 (9/70): libatomic-11.3.1-4.3.el9.aarch64.rpm    2.0 MB/s |  55 kB     00:00    
12:56:28 #13 5.379 (10/70): libfido2-1.6.0-7.el9.aarch64.rpm       4.9 MB/s |  69 kB     00:00    
12:56:28 #13 5.388 (11/70): libedit-3.1-37.20210216cvs.el9.aarch64 3.7 MB/s | 104 kB     00:00    
12:56:28 #13 5.395 (12/70): make-4.3-7.el9.aarch64.rpm              33 MB/s | 535 kB     00:00    
12:56:28 #13 5.402 (13/70): openssh-8.7p1-28.el9.aarch64.rpm        37 MB/s | 448 kB     00:00    
12:56:28 #13 5.412 (14/70): openssh-clients-8.7p1-28.el9.aarch64.r  43 MB/s | 679 kB     00:00    
12:56:28 #13 5.416 (15/70): rpm-plugin-selinux-4.16.1.3-22.el9.aar 1.3 MB/s |  18 kB     00:00    
12:56:28 #13 5.422 (16/70): selinux-policy-38.1.5-1.el9.noarch.rpm 5.8 MB/s |  54 kB     00:00    
12:56:28 #13 5.494 (17/70): selinux-policy-targeted-38.1.5-1.el9.n  88 MB/s | 6.8 MB     00:00    
12:56:28 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 34.92MB / 50.45MB 0.6s
12:56:28 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.5s done
12:56:28 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 10.49MB / 51.87MB 0.6s
12:56:28 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 0B / 68.85MB 0.6s
12:56:28 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 39.85MB / 50.45MB 0.8s
12:56:28 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 14.68MB / 51.87MB 0.8s
12:56:28 #11 9.009 Get:71 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 systemd-resolved arm64 251.4-1ubuntu7 [266 kB]
12:56:28 #11 9.021 Get:72 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 systemd-timesyncd arm64 251.4-1ubuntu7 [32.3 kB]
12:56:28 #11 9.021 Get:73 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 ucf all 3.0043 [56.1 kB]
12:56:28 #11 9.024 Get:74 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 xdg-user-dirs arm64 0.17-2ubuntu4 [53.5 kB]
12:56:28 #11 9.024 Get:75 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 bsdextrautils arm64 2.38-4ubuntu1 [69.6 kB]
12:56:28 #11 9.024 Get:76 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmagic-mgc arm64 1:5.41-4 [257 kB]
12:56:28 #11 9.039 Get:77 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmagic1 arm64 1:5.41-4 [85.0 kB]
12:56:28 #11 9.041 Get:78 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 file arm64 1:5.41-4 [21.6 kB]
12:56:28 #11 9.068 Get:79 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gettext-base arm64 0.21-8 [36.8 kB]
12:56:28 #11 9.140 Get:80 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libuchardet0 arm64 0.0.7-1build2 [77.3 kB]
12:56:28 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 133.17MB / 148.95MB 3.1s
12:56:28 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 142.61MB / 148.95MB 3.2s
12:56:28 #10 12.78 Get:170 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
12:56:28 #10 12.78 Get:171 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB]
12:56:28 #10 12.78 Get:172 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
12:56:28 #10 12.79 Get:173 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libapt-pkg-perl arm64 0.1.33build1 [67.2 kB]
12:56:28 #10 12.79 Get:174 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libarchive-cpio-perl all 0.10-1 [9644 B]
12:56:28 #10 12.79 Get:175 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libb-hooks-op-check-perl arm64 0.22-1 [9996 B]
12:56:28 #10 12.79 Get:176 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
12:56:28 #10 12.79 Get:177 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdevel-callchecker-perl arm64 0.007-2build1 [14.0 kB]
12:56:28 #10 12.79 Get:178 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparams-classify-perl arm64 0.015-1 [20.4 kB]
12:56:28 #10 12.86 Get:179 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
12:56:28 #10 12.87 Get:180 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtry-tiny-perl all 0.30-1 [20.5 kB]
12:56:28 #10 12.87 Get:181 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
12:56:28 #10 12.87 Get:182 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
12:56:28 #10 12.89 Get:183 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libvariable-magic-perl arm64 0.62-1 [32.6 kB]
12:56:28 #10 8.689 Get:82 http://deb.debian.org/debian bullseye/main amd64 g++ amd64 4:10.2.1-1 [1644 B]
12:56:28 #10 8.689 Get:83 http://deb.debian.org/debian bullseye/main amd64 make amd64 4.3-4.1 [396 kB]
12:56:28 #10 8.690 Get:84 http://deb.debian.org/debian bullseye/main amd64 libdpkg-perl all 1.20.12 [1551 kB]
12:56:28 #10 8.708 Get:85 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
12:56:28 #10 8.718 Get:86 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.12 [2312 kB]
12:56:28 #10 8.750 Get:87 http://deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
12:56:28 #10 8.750 Get:88 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
12:56:28 #10 8.754 Get:89 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
12:56:28 #10 8.754 Get:90 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
12:56:28 #10 8.754 Get:91 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
12:56:28 #10 8.756 Get:92 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
12:56:28 #10 8.759 Get:93 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
12:56:28 #10 8.763 Get:94 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
12:56:28 #10 8.770 Get:95 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
12:56:28 #10 8.770 Get:96 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u5 [346 kB]
12:56:28 #10 8.770 Get:97 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u5 [270 kB]
12:56:28 #10 8.774 Get:98 http://deb.debian.org/debian bullseye/main amd64 dctrl-tools amd64 2.24-3+b1 [104 kB]
12:56:28 #10 8.774 Get:99 http://deb.debian.org/debian bullseye/main amd64 libdebhelper-perl all 13.3.4 [189 kB]
12:56:28 #10 8.782 Get:100 http://deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
12:56:28 #10 8.784 Get:101 http://deb.debian.org/debian bullseye/main amd64 dh-autoreconf all 20 [17.1 kB]
12:56:28 #10 8.786 Get:102 http://deb.debian.org/debian bullseye/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
12:56:28 #10 8.786 Get:103 http://deb.debian.org/debian bullseye/main amd64 libsub-override-perl all 0.09-2 [10.2 kB]
12:56:28 #10 8.787 Get:104 http://deb.debian.org/debian bullseye/main amd64 libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
12:56:28 #10 8.788 Get:105 http://deb.debian.org/debian bullseye/main amd64 dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
12:56:28 #10 8.790 Get:106 http://deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
12:56:28 #10 8.792 Get:107 http://deb.debian.org/debian bullseye/main amd64 dwz amd64 0.13+20210201-1 [175 kB]
12:56:28 #10 8.795 Get:108 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
12:56:28 #10 8.882 Get:109 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u3 [693 kB]
12:56:28 #10 33.81 Preparing to unpack .../179-libb-hooks-endofscope-perl_0.24-1_all.deb ...
12:56:28 #10 33.81 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
12:56:28 #10 33.84 Selecting previously unselected package libcapture-tiny-perl.
12:56:28 #10 33.84 Preparing to unpack .../180-libcapture-tiny-perl_0.48-1_all.deb ...
12:56:28 #10 33.85 Unpacking libcapture-tiny-perl (0.48-1) ...
12:56:28 #10 33.88 Selecting previously unselected package libcgi-pm-perl.
12:56:28 #10 33.88 Preparing to unpack .../181-libcgi-pm-perl_4.40-1_all.deb ...
12:56:28 #10 33.89 Unpacking libcgi-pm-perl (4.40-1) ...
12:56:28 #10 33.94 Selecting previously unselected package libfcgi-perl.
12:56:28 #10 33.94 Preparing to unpack .../182-libfcgi-perl_0.78-2+b3_arm64.deb ...
12:56:28 #10 33.94 Unpacking libfcgi-perl (0.78-2+b3) ...
12:56:28 #10 33.98 Selecting previously unselected package libcgi-fast-perl.
12:56:28 #10 33.98 Preparing to unpack .../183-libcgi-fast-perl_1%3a2.13-1_all.deb ...
12:56:28 #10 33.98 Unpacking libcgi-fast-perl (1:2.13-1) ...
12:56:28 #10 34.02 Selecting previously unselected package libsub-name-perl.
12:56:28 #10 34.02 Preparing to unpack .../184-libsub-name-perl_0.21-1+b3_arm64.deb ...
12:56:28 #10 34.02 Unpacking libsub-name-perl (0.21-1+b3) ...
12:56:28 #10 34.06 Selecting previously unselected package libclass-accessor-perl.
12:56:28 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 79.69MB / 148.95MB 2.3s
12:56:28 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 88.08MB / 148.95MB 2.4s
12:56:28 #20 5.756 Executing busybox-1.35.0-r17.trigger
12:56:28 #10 38.86 Setting up media-types (4.0.0) ...
12:56:28 #10 38.87 Setting up libpipeline1:arm64 (1.5.3-1) ...
12:56:28 #10 38.88 Setting up wdiff (1.2.2-2+b1) ...
12:56:28 #10 38.90 Setting up libxau6:arm64 (1:1.0.9-1) ...
12:56:28 #10 38.91 Setting up libre2-9:arm64 (20210201+dfsg-1) ...
12:56:28 #10 38.92 Setting up libpsl5:arm64 (0.21.0-1.2) ...
12:56:28 #10 38.93 Setting up libgpm2:arm64 (1.20.7-8) ...
12:56:28 #10 38.94 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
12:56:28 #10 38.95 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
12:56:28 #10 38.96 Setting up libicu67:arm64 (67.1-7) ...
12:56:28 #10 38.97 Setting up libfcgi0ldbl:arm64 (2.4.2-2) ...
12:56:28 #10 38.98 Setting up xdg-user-dirs (0.17-2) ...
12:56:28 #10 39.00 Setting up libmagic-mgc (1:5.39-3) ...
12:56:28 #10 39.01 Setting up libyaml-0-2:arm64 (0.2.2-1) ...
12:56:28 #10 39.03 Setting up libglib2.0-0:arm64 (2.66.8-1) ...
12:56:28 #10 39.06 No schema files found: doing nothing.
12:56:28 #1 [internal] load build definition from Dockerfile
12:56:28 #1 transferring dockerfile: 913B done
12:56:28 #1 DONE 0.1s
12:56:28 
12:56:28 #2 [internal] load .dockerignore
12:56:28 #2 transferring context: 2B done
12:56:28 #2 DONE 0.1s
12:56:28 #12 3.789 Building dependency tree...
12:56:28 #12 3.952 Reading state information...
12:56:28 #12 3.972 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:56:28 #12 4.014 Starting 2 pkgProblemResolver with broken count: 0
12:56:28 #12 4.017 Done
12:56:28 #12 4.036  Done
12:56:28 #12 4.043 Starting pkgProblemResolver with broken count: 0
12:56:28 #12 4.073 Starting 2 pkgProblemResolver with broken count: 0
12:56:28 #10 28.35 Selecting previously unselected package liblwp-mediatypes-perl.
12:56:28 #10 28.35 Preparing to unpack .../140-liblwp-mediatypes-perl_6.04-2_all.deb ...
12:56:28 #10 28.36 Unpacking liblwp-mediatypes-perl (6.04-2) ...
12:56:28 #10 28.40 Selecting previously unselected package libhttp-message-perl.
12:56:28 #10 28.40 Preparing to unpack .../141-libhttp-message-perl_6.44-1_all.deb ...
12:56:28 #10 28.40 Unpacking libhttp-message-perl (6.44-1) ...
12:56:28 #10 28.44 Selecting previously unselected package libhttp-cookies-perl.
12:56:28 #10 28.45 Preparing to unpack .../142-libhttp-cookies-perl_6.10-1_all.deb ...
12:56:28 #10 28.45 Unpacking libhttp-cookies-perl (6.10-1) ...
12:56:28 #10 28.49 Selecting previously unselected package libhttp-negotiate-perl.
12:56:28 #10 28.49 Preparing to unpack .../143-libhttp-negotiate-perl_6.01-2_all.deb ...
12:56:28 #10 28.49 Unpacking libhttp-negotiate-perl (6.01-2) ...
12:56:28 #10 28.52 Selecting previously unselected package perl-openssl-defaults:arm64.
12:56:28 #10 28.53 Preparing to unpack .../144-perl-openssl-defaults_7+b1_arm64.deb ...
12:56:28 #10 28.53 Unpacking perl-openssl-defaults:arm64 (7+b1) ...
12:56:28 #10 28.57 Selecting previously unselected package libnet-ssleay-perl:arm64.
12:56:28 #12 20.17 (1/84): xz-libs-5.2.4-4.el8.aarch64.rpm         393 kB/s |  91 kB     00:00    
12:56:28 #12 20.17 (2/84): desktop-file-utils-0.26-1.el8.aarch64.r 337 kB/s |  79 kB     00:00    
12:56:28 #12 20.18 (3/84): efi-srpm-macros-3-3.el8.noarch.rpm      3.1 MB/s |  22 kB     00:00    
12:56:28 #12 20.18 (4/84): dwz-0.12-10.el8.aarch64.rpm             421 kB/s | 103 kB     00:00    
12:56:28 #12 20.19 (5/84): gc-7.6.4-3.el8.aarch64.rpm              7.1 MB/s |  99 kB     00:00    
12:56:28 #12 20.19 (6/84): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm  1.2 MB/s | 9.3 kB     00:00    
12:56:28 #12 20.20 (7/84): go-srpm-macros-2-17.el8.noarch.rpm      1.3 MB/s |  13 kB     00:00    
12:56:28 #12 20.21 (8/84): libatomic_ops-7.6.2-3.el8.aarch64.rpm   4.2 MB/s |  38 kB     00:00    
12:56:28 #12 20.21 (9/84): ocaml-srpm-macros-5-4.el8.noarch.rpm    1.9 MB/s | 9.4 kB     00:00    
12:56:28 #12 20.22 (10/84): openblas-srpm-macros-2-2.el8.noarch.rp 927 kB/s | 7.9 kB     00:00    
12:56:28 #12 20.23 (11/84): perl-IO-Socket-IP-0.39-5.el8.noarch.rp 7.1 MB/s |  47 kB     00:00    
12:56:28 #12 20.24 (12/84): perl-Mozilla-CA-20160104-7.module_el8. 2.1 MB/s |  15 kB     00:00    
12:56:28 #12 20.25 (13/84): perl-srpm-macros-1-25.el8.noarch.rpm   1.4 MB/s |  11 kB     00:00    
12:56:28 
12:56:28 #18 [build 1/6] COPY --from=gowinres /build/ /usr/local/bin/
12:56:28 #18 DONE 0.1s
12:56:28 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 35.65MB / 50.45MB 0.4s
12:56:28 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 14.68MB / 68.85MB 0.4s
12:56:28 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 11.53MB / 51.87MB 0.4s
12:56:28 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 46.14MB / 50.45MB 0.5s
12:56:28 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 23.22MB / 68.85MB 0.5s
12:56:28 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 17.83MB / 51.87MB 0.5s
12:56:28 #7 ...
12:56:28 
12:56:28 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:28 #0 0.910 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
12:56:28 #0 0.923 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
12:56:28 #0 0.924 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
12:56:28 #0 1.066 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7909 kB]
12:56:28 #0 1.314 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [430 kB]
12:56:28 #0 1.675 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
12:56:28 #0 3.214 Fetched 8561 kB in 3s (3346 kB/s)
12:56:28 #0 3.214 Reading package lists...
12:56:28 #0 4.214 Reading package lists...
12:56:28 #0 5.178 Building dependency tree...
12:56:28 #0 5.378 Reading state information...
12:56:28 #0 5.605 The following additional packages will be installed:
12:56:28 #0 5.605   at autoconf automake autopoint autotools-dev binutils binutils-common
12:56:28 #0 5.605   binutils-x86-64-linux-gnu bsdmainutils build-essential bzip2 ca-certificates
12:56:28 #0 5.605   cpp cpp-8 cron dctrl-tools debhelper debian-keyring dh-autoreconf
12:56:28 #0 5.605   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
12:56:28 #0 5.605   exim4-base exim4-config exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8
12:56:28 #0 5.605   gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
12:56:28 #0 5.605   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs
12:56:28 #0 5.605   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
12:56:28 #0 5.605   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-inst2.0
12:56:28 #0 5.605   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libasan5 libassuan0
12:56:28 #0 5.605   libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
12:56:28 #0 5.605   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
12:56:28 #0 5.605   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
12:56:28 #0 5.605   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
12:56:28 #0 5.605   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
12:56:28 #0 5.605   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
12:56:28 #0 5.606   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
12:56:28 #0 5.606   libdata-optlist-perl libdevel-callchecker-perl
12:56:28 #0 5.606   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
12:56:28 #0 5.606   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
12:56:28 #0 5.606   libdynaloader-functions-perl libedit2 libemail-valid-perl
12:56:28 #0 5.606   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
12:56:28 #0 5.606   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
12:56:28 #0 5.606   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
12:56:28 #0 5.606   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
12:56:28 #0 5.606   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
12:56:28 #0 5.610   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
12:56:28 #0 5.610   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
12:56:28 #0 5.610   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
12:56:28 #0 5.610   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
12:56:28 #0 5.610   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:28 #0 5.610   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:56:28 #0 5.610   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
12:56:28 #0 5.610   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
12:56:28 #0 5.610   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
12:56:28 #0 5.610   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
12:56:28 #0 5.610   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
12:56:28 #0 5.610   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
12:56:28 #0 5.610   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
12:56:28 #0 5.610   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:56:28 #0 5.610   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
12:56:28 #0 5.610   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
12:56:28 #0 5.610   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
12:56:28 #0 5.610   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
12:56:28 #0 5.610   libncurses6 libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl
12:56:28 #0 5.610   libnet-http-perl libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl
12:56:28 #0 5.610   libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl
12:56:28 #0 5.610   libnumber-range-perl libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
12:56:28 #0 5.610   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
12:56:28 #0 5.610   libparams-validate-perl libparse-debianchangelog-perl
12:56:28 #0 5.610   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
12:56:28 #0 5.610   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
12:56:28 #0 5.610   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
12:56:28 #0 5.610   libpython3.7-minimal libpython3.7-stdlib libquadmath0 libreadline7
12:56:28 #0 5.610   libreadonly-perl libref-util-perl libref-util-xs-perl
12:56:28 #0 5.610   libregexp-pattern-license-perl librole-tiny-perl librtmp1 libsasl2-2
12:56:28 #0 5.610   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:56:28 #0 5.610   libsereal-encoder-perl libsereal-perl libsigsegv2 libsoap-lite-perl
12:56:28 #0 5.610   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh2-1 libssl1.1
12:56:28 #0 5.610   libstdc++-8-dev libstrictures-perl libstring-copyright-perl
12:56:28 #0 5.610   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
12:56:28 #0 5.610   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
12:56:28 #0 5.610   libsub-install-perl libsub-name-perl libsub-quote-perl
12:56:28 #0 5.610   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
12:56:28 #0 5.610   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
12:56:28 #0 5.610   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
12:56:28 #0 5.610   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
12:56:28 #0 5.610   libuchardet0 libunbound8 libunicode-utf8-perl libunwind8 liburi-perl
12:56:28 #0 5.610   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
12:56:28 #0 5.610   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
12:56:28 #0 5.610   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:56:28 #0 5.610   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
12:56:28 #0 5.610   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
12:56:28 #0 5.610   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
12:56:28 #0 5.610   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
12:56:28 #0 5.610   mariadb-common mime-support mysql-common netbase openssh-client openssl
12:56:28 #0 5.610   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
12:56:28 #0 5.610   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
12:56:28 #0 5.610   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
12:56:28 #0 5.610   python3-idna python3-magic python3-minimal python3-pkg-resources
12:56:28 #0 5.610   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:56:28 #0 5.610   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
12:56:28 #0 5.610   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
12:56:28 #0 5.610 Suggested packages:
12:56:28 #0 5.610   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
12:56:28 #0 5.610   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate
12:56:28 #0 5.610   checksecurity debtags dh-make adequate autopkgtest bls-standalone
12:56:28 #0 5.610   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
12:56:28 #0 5.610   dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
12:56:28 #0 5.610   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:56:28 #0 5.610   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
12:56:28 #0 5.610   ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
12:56:28 #0 5.610   pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info
12:56:28 #0 5.610   eximon4 spf-tools-perl swaks g++-multilib g++-8-multilib gcc-8-doc
12:56:28 #0 5.610   libstdc++6-8-dbg gcc-multilib flex bison gdb gcc-doc gcc-8-multilib
12:56:28 #0 5.610   libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan5-dbg
12:56:28 #0 5.610   liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg libquadmath0-dbg
12:56:28 #0 5.610   gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
12:56:28 #0 5.610   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
12:56:28 #0 5.610   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
12:56:28 #13 5.850 (18/70): libseccomp-2.5.2-2.el9.aarch64.rpm     152 kB/s |  72 kB     00:00    
12:56:28 #0 5.610   libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user
12:56:28 #0 5.610   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
12:56:28 #0 5.610   libhtml-template-perl libsasl2-modules-gssapi-mit
12:56:28 #0 5.610   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
12:56:28 #0 5.610   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
12:56:28 #0 5.610   libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl
12:56:28 #0 5.610   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
12:56:28 #0 5.610   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
12:56:28 #0 5.610   libxml-sax-expatxs-perl bash-completion binutils-multiarch
12:56:28 #0 5.610   libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc
12:56:28 #0 5.610   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
12:56:28 #0 5.610   diffutils-doc perl-doc libterm-readline-gnu-perl
12:56:28 #0 5.610   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
12:56:28 #0 5.610   pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv
12:56:28 #0 5.610   python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography
12:56:28 #0 5.610   python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support
12:56:28 #0 5.610   readline-doc zip wdiff-doc
12:56:28 #0 7.867 The following NEW packages will be installed:
12:56:28 #0 7.867   at autoconf automake autopoint autotools-dev binutils binutils-common
12:56:28 #0 7.867   binutils-x86-64-linux-gnu bsdmainutils build-essential bzip2 ca-certificates
12:56:28 #0 7.867   cpp cpp-8 cron curl dctrl-tools debhelper debian-keyring devscripts
12:56:28 #0 7.867   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
12:56:28 #0 7.867   dpkg-dev dput dwz equivs exim4-base exim4-config exim4-daemon-light fakeroot
12:56:28 #0 7.867   file g++ g++-8 gcc gcc-8 gettext gettext-base git git-man gnupg gnupg-l10n
12:56:28 #0 7.867   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
12:56:28 #0 7.867   groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
12:56:28 #0 7.867   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:56:28 #0 7.867   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:56:28 #0 7.867   libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
12:56:28 #0 7.867   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
12:56:28 #0 7.867   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
12:56:28 #0 7.867   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
12:56:28 #0 7.867   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
12:56:28 #0 7.867   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
12:56:28 #0 7.867   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
12:56:28 #0 7.867   libdata-optlist-perl libdevel-callchecker-perl
12:56:28 #0 7.867   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
12:56:28 #0 7.867   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
12:56:28 #0 7.867   libdynaloader-functions-perl libedit2 libemail-valid-perl
12:56:28 #0 7.867   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
12:56:28 #0 7.867   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
12:56:28 #0 7.867   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
12:56:28 #0 7.867   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
12:56:28 #0 7.867   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
12:56:28 #0 7.868   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
12:56:28 #0 7.868   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
12:56:28 #0 7.868   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
12:56:28 #0 7.868   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
12:56:28 #0 7.868   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:28 #0 7.868   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:56:28 #0 7.868   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
12:56:28 #0 7.868   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
12:56:28 #0 7.868   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
12:56:28 #0 7.868   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
12:56:28 #0 7.868   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
12:56:28 #0 7.868   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
12:56:28 #0 7.868   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
12:56:28 #0 7.868   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:56:28 #0 7.868   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
12:56:28 #0 7.868   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
12:56:28 #0 7.868   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
12:56:28 #0 7.868   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
12:56:28 #0 7.868   libncurses6 libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl
12:56:28 #0 7.868   libnet-http-perl libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl
12:56:28 #0 7.868   libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl
12:56:28 #0 7.868   libnumber-range-perl libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
12:56:28 #0 7.868   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
12:56:28 #0 7.868   libparams-validate-perl libparse-debianchangelog-perl
12:56:28 #0 7.868   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
12:56:28 #0 7.868   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
12:56:28 #0 7.868   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
12:56:28 #0 7.868   libpython3.7-minimal libpython3.7-stdlib libquadmath0 libreadline7
12:56:28 #0 7.868   libreadonly-perl libref-util-perl libref-util-xs-perl
12:56:28 #0 7.868   libregexp-pattern-license-perl librole-tiny-perl librtmp1 libsasl2-2
12:56:28 #0 7.868   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:56:28 #0 7.868   libsereal-encoder-perl libsereal-perl libsigsegv2 libsoap-lite-perl
12:56:28 #0 7.868   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh2-1 libssl1.1
12:56:28 #0 7.868   libstdc++-8-dev libstrictures-perl libstring-copyright-perl
12:56:28 #0 7.868   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
12:56:28 #0 7.868   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
12:56:28 #0 7.868   libsub-install-perl libsub-name-perl libsub-quote-perl
12:56:28 #0 7.868   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
12:56:28 #0 7.868   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
12:56:28 #0 7.868   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
12:56:28 #0 7.868   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
12:56:28 #0 7.868   libuchardet0 libunbound8 libunicode-utf8-perl libunwind8 liburi-perl
12:56:28 #0 7.868   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
12:56:28 #0 7.868   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
12:56:28 #0 7.868   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:56:28 #0 7.868   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
12:56:28 #0 7.868   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
12:56:28 #0 7.868   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
12:56:28 #0 7.868   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
12:56:28 #0 7.868   mariadb-common mime-support mysql-common netbase openssh-client openssl
12:56:28 #0 7.869   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
12:56:28 #0 7.869   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
12:56:28 #0 7.869   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
12:56:28 #0 7.869   python3-idna python3-magic python3-minimal python3-pkg-resources
12:56:28 #0 7.869   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:56:28 #0 7.869   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
12:56:28 #0 7.869   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
12:56:28 #0 8.159 0 upgraded, 365 newly installed, 0 to remove and 0 not upgraded.
12:56:28 #0 8.159 Need to get 171 MB of archives.
12:56:28 #0 8.159 After this operation, 589 MB of additional disk space will be used.
12:56:28 #0 8.159 Get:1 http://deb.debian.org/debian buster/main amd64 sensible-utils all 0.0.12 [15.8 kB]
12:56:28 #0 8.159 Get:2 http://deb.debian.org/debian buster/main amd64 lsb-base all 10.2019051400 [28.4 kB]
12:56:28 #0 8.159 Get:3 http://deb.debian.org/debian buster/main amd64 cron amd64 3.0pl1-134+deb10u1 [99.0 kB]
12:56:28 #0 8.160 Get:4 http://deb.debian.org/debian buster/main amd64 libbsd0 amd64 0.9.1-2+deb10u1 [99.5 kB]
12:56:28 #0 8.161 Get:5 http://deb.debian.org/debian buster/main amd64 bsdmainutils amd64 11.1.2+b1 [191 kB]
12:56:28 #0 8.163 Get:6 http://deb.debian.org/debian buster/main amd64 libuchardet0 amd64 0.0.6-3 [64.9 kB]
12:56:28 #0 8.164 Get:7 http://deb.debian.org/debian buster/main amd64 groff-base amd64 1.22.4-3+deb10u1 [916 kB]
12:56:28 #0 8.180 Get:8 http://deb.debian.org/debian buster/main amd64 libgdbm6 amd64 1.18.1-4 [64.7 kB]
12:56:28 #0 8.183 Get:9 http://deb.debian.org/debian buster/main amd64 libpipeline1 amd64 1.5.1-2 [31.2 kB]
12:56:28 #0 8.184 Get:10 http://deb.debian.org/debian buster/main amd64 man-db amd64 2.8.5-2 [1274 kB]
12:56:28 #0 8.205 Get:11 http://deb.debian.org/debian buster/main amd64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
12:56:28 #0 8.247 Get:12 http://deb.debian.org/debian buster/main amd64 libgdbm-compat4 amd64 1.18.1-4 [44.1 kB]
12:56:28 #0 8.248 Get:13 http://deb.debian.org/debian buster/main amd64 libperl5.28 amd64 5.28.1-6+deb10u1 [3894 kB]
12:56:28 #0 8.309 Get:14 http://deb.debian.org/debian buster/main amd64 perl amd64 5.28.1-6+deb10u1 [204 kB]
12:56:28 #0 8.318 Get:15 http://deb.debian.org/debian buster/main amd64 liblocale-gettext-perl amd64 1.07-3+b4 [18.9 kB]
12:56:28 #0 8.318 Get:16 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1n-0+deb10u3 [1551 kB]
12:56:28 #0 8.342 Get:17 http://deb.debian.org/debian-security buster/updates/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u4 [589 kB]
12:56:28 #0 8.350 Get:18 http://deb.debian.org/debian-security buster/updates/main amd64 libexpat1 amd64 2.2.6-2+deb10u6 [108 kB]
12:56:28 #0 8.350 Get:19 http://deb.debian.org/debian-security buster/updates/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u4 [1736 kB]
12:56:28 #0 8.376 Get:20 http://deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
12:56:28 #0 8.376 Get:21 http://deb.debian.org/debian buster/main amd64 mime-support all 3.62 [37.2 kB]
12:56:28 #0 8.379 Get:22 http://deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
12:56:28 #0 8.379 Get:23 http://deb.debian.org/debian buster/main amd64 readline-common all 7.0-5 [70.6 kB]
12:56:28 #0 8.381 Get:24 http://deb.debian.org/debian buster/main amd64 libreadline7 amd64 7.0-5 [151 kB]
12:56:28 #0 8.385 Get:25 http://deb.debian.org/debian-security buster/updates/main amd64 libsqlite3-0 amd64 3.27.2-3+deb10u2 [641 kB]
12:56:28 #0 8.394 Get:26 http://deb.debian.org/debian-security buster/updates/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u4 [1733 kB]
12:56:28 #0 8.422 Get:27 http://deb.debian.org/debian-security buster/updates/main amd64 python3.7 amd64 3.7.3-2+deb10u4 [330 kB]
12:56:28 #0 8.426 Get:28 http://deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
12:56:28 #0 8.426 Get:29 http://deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
12:56:28 #0 8.426 Get:30 http://deb.debian.org/debian buster/main amd64 less amd64 487-0.1+b1 [129 kB]
12:56:28 #0 8.433 Get:31 http://deb.debian.org/debian buster/main amd64 netbase all 5.6 [19.4 kB]
12:56:28 #0 8.433 Get:32 http://deb.debian.org/debian-security buster/updates/main amd64 bzip2 amd64 1.0.6-9.2~deb10u2 [48.5 kB]
12:56:28 #0 8.433 Get:33 http://deb.debian.org/debian buster/main amd64 libmagic-mgc amd64 1:5.35-4+deb10u2 [242 kB]
12:56:28 #0 8.435 Get:34 http://deb.debian.org/debian buster/main amd64 libmagic1 amd64 1:5.35-4+deb10u2 [118 kB]
12:56:28 #0 8.438 Get:35 http://deb.debian.org/debian buster/main amd64 file amd64 1:5.35-4+deb10u2 [66.4 kB]
12:56:28 #0 8.438 Get:36 http://deb.debian.org/debian buster/main amd64 gettext-base amd64 0.19.8.1-9 [123 kB]
12:56:28 #0 8.442 Get:37 http://deb.debian.org/debian-security buster/updates/main amd64 krb5-locales all 1.17-3+deb10u5 [95.7 kB]
12:56:28 #0 8.442 Get:38 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
12:56:28 #0 8.444 Get:39 http://deb.debian.org/debian-security buster/updates/main amd64 libkrb5support0 amd64 1.17-3+deb10u5 [66.0 kB]
12:56:28 #0 8.444 Get:40 http://deb.debian.org/debian-security buster/updates/main amd64 libk5crypto3 amd64 1.17-3+deb10u5 [122 kB]
12:56:28 #0 8.446 Get:41 http://deb.debian.org/debian-security buster/updates/main amd64 libkrb5-3 amd64 1.17-3+deb10u5 [369 kB]
12:56:28 #0 8.452 Get:42 http://deb.debian.org/debian-security buster/updates/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u5 [159 kB]
12:56:28 #0 8.455 Get:43 http://deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB]
12:56:28 #0 8.590 Get:44 http://deb.debian.org/debian-security buster/updates/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u5 [690 kB]
12:56:28 #0 8.603 Get:45 http://deb.debian.org/debian buster/main amd64 manpages all 4.16-2 [1295 kB]
12:56:28 #0 8.629 Get:46 http://deb.debian.org/debian buster/main amd64 libedit2 amd64 3.1-20181209-1 [94.0 kB]
12:56:28 #0 8.629 Get:47 http://deb.debian.org/debian buster/main amd64 openssh-client amd64 1:7.9p1-10+deb10u2 [782 kB]
12:56:28 #0 8.644 Get:48 http://deb.debian.org/debian buster/main amd64 ucf all 3.0038+nmu1 [69.0 kB]
12:56:28 #0 8.644 Get:49 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1+deb10u1 [183 kB]
12:56:28 #0 8.650 Get:50 http://deb.debian.org/debian buster/main amd64 libfl2 amd64 2.6.4-6.2 [103 kB]
12:56:28 #0 8.653 Get:51 http://deb.debian.org/debian buster/main amd64 at amd64 3.1.23-1 [49.1 kB]
12:56:28 #0 8.653 Get:52 http://deb.debian.org/debian buster/main amd64 libsigsegv2 amd64 2.12-2 [32.8 kB]
12:56:28 #0 8.654 Get:53 http://deb.debian.org/debian buster/main amd64 m4 amd64 1.4.18-2 [203 kB]
12:56:28 #0 8.659 Get:54 http://deb.debian.org/debian buster/main amd64 autoconf all 2.69-11 [341 kB]
12:56:28 #0 8.669 Get:55 http://deb.debian.org/debian buster/main amd64 autotools-dev all 20180224.1 [77.0 kB]
12:56:28 #0 8.669 Get:56 http://deb.debian.org/debian buster/main amd64 automake all 1:1.16.1-4 [771 kB]
12:56:28 #0 8.682 Get:57 http://deb.debian.org/debian buster/main amd64 autopoint all 0.19.8.1-9 [434 kB]
12:56:28 #0 8.690 Get:58 http://deb.debian.org/debian buster/main amd64 binutils-common amd64 2.31.1-16 [2073 kB]
12:56:28 #0 8.736 Get:59 http://deb.debian.org/debian buster/main amd64 libbinutils amd64 2.31.1-16 [478 kB]
12:56:28 #0 8.744 Get:60 http://deb.debian.org/debian buster/main amd64 binutils-x86-64-linux-gnu amd64 2.31.1-16 [1823 kB]
12:56:28 #0 8.766 Get:61 http://deb.debian.org/debian buster/main amd64 binutils amd64 2.31.1-16 [56.8 kB]
12:56:28 #0 8.768 Get:62 http://deb.debian.org/debian-security buster/updates/main amd64 libc-dev-bin amd64 2.28-10+deb10u2 [276 kB]
12:56:28 #0 8.773 Get:63 http://deb.debian.org/debian-security buster/updates/main amd64 linux-libc-dev amd64 4.19.269-1 [1553 kB]
12:56:28 #0 8.799 Get:64 http://deb.debian.org/debian-security buster/updates/main amd64 libc6-dev amd64 2.28-10+deb10u2 [2693 kB]
12:56:28 #10 8.841 Get:65 http://deb.debian.org/debian buster/main amd64 libisl19 amd64 0.20-2 [587 kB]
12:56:28 #10 8.851 Get:66 http://deb.debian.org/debian buster/main amd64 libmpfr6 amd64 4.0.2-1 [775 kB]
12:56:28 #10 8.865 Get:67 http://deb.debian.org/debian buster/main amd64 libmpc3 amd64 1.1.0-1 [41.3 kB]
12:56:28 #10 8.866 Get:68 http://deb.debian.org/debian buster/main amd64 cpp-8 amd64 8.3.0-6 [8914 kB]
12:56:28 #10 9.027 Get:69 http://deb.debian.org/debian buster/main amd64 cpp amd64 4:8.3.0-1 [19.4 kB]
12:56:28 #10 9.027 Get:70 http://deb.debian.org/debian buster/main amd64 libcc1-0 amd64 8.3.0-6 [46.6 kB]
12:56:28 #10 9.029 Get:71 http://deb.debian.org/debian buster/main amd64 libgomp1 amd64 8.3.0-6 [75.8 kB]
12:56:28 #10 9.030 Get:72 http://deb.debian.org/debian buster/main amd64 libitm1 amd64 8.3.0-6 [27.7 kB]
12:56:28 #10 9.030 Get:73 http://deb.debian.org/debian buster/main amd64 libatomic1 amd64 8.3.0-6 [9032 B]
12:56:28 #10 9.031 Get:74 http://deb.debian.org/debian buster/main amd64 libasan5 amd64 8.3.0-6 [362 kB]
12:56:28 #10 9.035 Get:75 http://deb.debian.org/debian buster/main amd64 liblsan0 amd64 8.3.0-6 [131 kB]
12:56:28 #10 9.037 Get:76 http://deb.debian.org/debian buster/main amd64 libtsan0 amd64 8.3.0-6 [283 kB]
12:56:28 #10 9.041 Get:77 http://deb.debian.org/debian buster/main amd64 libubsan1 amd64 8.3.0-6 [120 kB]
12:56:28 #10 9.043 Get:78 http://deb.debian.org/debian buster/main amd64 libmpx2 amd64 8.3.0-6 [11.4 kB]
12:56:28 #10 9.044 Get:79 http://deb.debian.org/debian buster/main amd64 libquadmath0 amd64 8.3.0-6 [133 kB]
12:56:28 #10 9.046 Get:80 http://deb.debian.org/debian buster/main amd64 libgcc-8-dev amd64 8.3.0-6 [2298 kB]
12:56:28 #10 9.089 Get:81 http://deb.debian.org/debian buster/main amd64 gcc-8 amd64 8.3.0-6 [9452 kB]
12:56:28 #10 9.262 Get:82 http://deb.debian.org/debian buster/main amd64 gcc amd64 4:8.3.0-1 [5196 B]
12:56:28 #10 9.262 Get:83 http://deb.debian.org/debian buster/main amd64 libstdc++-8-dev amd64 8.3.0-6 [1532 kB]
12:56:28 #10 9.286 Get:84 http://deb.debian.org/debian buster/main amd64 g++-8 amd64 8.3.0-6 [9752 kB]
12:56:29 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 47.19MB / 50.45MB 0.9s
12:56:29 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 19.92MB / 51.87MB 0.9s
12:56:29 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 9.44MB / 68.85MB 0.9s
12:56:29 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 1.0s
12:56:29 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 24.12MB / 51.87MB 1.0s
12:56:29 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 16.78MB / 68.85MB 1.0s
12:56:29 #11 9.142 Get:81 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 groff-base arm64 1.22.4-8build1 [917 kB]
12:56:29 #11 9.177 Get:82 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcbor0.8 arm64 0.8.0-2ubuntu1 [24.3 kB]
12:56:29 #11 9.178 Get:83 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libedit2 arm64 3.1-20210910-1build1 [96.0 kB]
12:56:29 #11 9.180 Get:84 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfido2-1 arm64 1.11.0-1 [81.5 kB]
12:56:29 #11 9.182 Get:85 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnghttp2-14 arm64 1.49.0-1 [72.1 kB]
12:56:29 #11 9.183 Get:86 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpipeline1 arm64 1.5.6-2 [23.3 kB]
12:56:29 #11 9.205 Get:87 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpng16-16 arm64 1.6.38-2 [182 kB]
12:56:29 #11 9.208 Get:88 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpsl5 arm64 0.21.0-1.2build2 [58.3 kB]
12:56:29 #11 9.212 Get:89 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxau6 arm64 1:1.0.9-1build5 [7624 B]
12:56:29 #11 9.285 Get:90 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu5 [10.8 kB]
12:56:29 #11 9.286 Get:91 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxcb1 arm64 1.15-1 [47.6 kB]
12:56:29 #11 9.287 Get:92 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libx11-data all 2:1.8.1-2 [118 kB]
12:56:29 #11 9.291 Get:93 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libx11-6 arm64 2:1.8.1-2 [646 kB]
12:56:29 #11 9.318 Get:94 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxext6 arm64 2:1.3.4-1build1 [31.1 kB]
12:56:29 #11 9.319 Get:95 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxmuu1 arm64 2:1.1.3-3 [10.4 kB]
12:56:29 #11 9.320 Get:96 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 man-db arm64 2.10.2-2 [1175 kB]
12:56:29 #11 9.376 Get:97 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 manpages all 5.13-1 [1391 kB]
12:56:29 #11 9.432 Get:98 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 openssh-client arm64 1:9.0p1-1ubuntu7.1 [831 kB]
12:56:29 #10 12.89 Get:184 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libb-hooks-endofscope-perl all 0.21-1 [14.7 kB]
12:56:29 #10 12.90 Get:185 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-tagset-perl all 3.20-3 [12.1 kB]
12:56:29 #10 12.90 Get:186 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liburi-perl all 1.73-1 [77.2 kB]
12:56:29 #10 12.90 Get:187 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-parser-perl arm64 3.72-3build1 [82.6 kB]
12:56:29 #10 12.93 Get:188 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcgi-pm-perl all 4.38-1 [185 kB]
12:56:29 #10 12.98 Get:189 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfcgi-perl arm64 0.78-2build1 [30.2 kB]
12:56:29 #10 12.98 Get:190 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcgi-fast-perl all 1:2.13-1 [9940 B]
12:56:29 #10 12.99 Get:191 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-name-perl arm64 0.21-1build1 [11.2 kB]
12:56:29 #10 12.99 Get:192 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclass-accessor-perl all 0.51-1 [21.2 kB]
12:56:29 #10 12.99 Get:193 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclass-method-modifiers-perl all 2.12-1 [15.7 kB]
12:56:29 #10 12.99 Get:194 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclass-xsaccessor-perl arm64 1.19-2build8 [30.7 kB]
12:56:29 #10 12.99 Get:195 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclone-perl arm64 0.39-1 [10.1 kB]
12:56:29 #10 12.99 Get:196 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdata-dump-perl all 1.23-1 [27.0 kB]
12:56:29 #10 13.01 Get:197 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparams-util-perl arm64 1.07-3build3 [18.9 kB]
12:56:29 #10 13.07 Get:198 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-install-perl all 0.928-1 [10.5 kB]
12:56:29 #10 13.07 Get:199 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdata-optlist-perl all 0.110-1 [9956 B]
12:56:29 #10 13.07 Get:200 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdevel-globaldestruction-perl all 0.14-1 [6752 B]
12:56:29 #10 13.07 Get:201 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdigest-hmac-perl all 1.03+dfsg-1 [12.1 kB]
12:56:29 #10 13.08 Get:202 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdistro-info-perl all 0.18ubuntu0.18.04.1 [4892 B]
12:56:29 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.5s done
12:56:29 #10 8.888 Get:110 http://deb.debian.org/debian bullseye/main amd64 gettext amd64 0.21-4 [1311 kB]
12:56:29 #10 8.901 Get:111 http://deb.debian.org/debian bullseye/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
12:56:29 #10 8.902 Get:112 http://deb.debian.org/debian bullseye/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
12:56:29 #10 8.905 Get:113 http://deb.debian.org/debian bullseye/main amd64 debhelper all 13.3.4 [1049 kB]
12:56:29 #10 8.917 Get:114 http://deb.debian.org/debian bullseye/main amd64 debian-keyring all 2021.07.26 [31.1 MB]
12:56:29 #10 34.06 Preparing to unpack .../185-libclass-accessor-perl_0.51-1_all.deb ...
12:56:29 #10 34.07 Unpacking libclass-accessor-perl (0.51-1) ...
12:56:29 #10 34.10 Selecting previously unselected package libclass-inspector-perl.
12:56:29 #10 34.10 Preparing to unpack .../186-libclass-inspector-perl_1.32-1_all.deb ...
12:56:29 #10 34.11 Unpacking libclass-inspector-perl (1.32-1) ...
12:56:29 #10 34.14 Selecting previously unselected package libclass-xsaccessor-perl.
12:56:29 #10 34.14 Preparing to unpack .../187-libclass-xsaccessor-perl_1.19-3+b2_arm64.deb ...
12:56:29 #10 34.15 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ...
12:56:29 #10 34.19 Selecting previously unselected package libclone-perl.
12:56:29 #10 34.19 Preparing to unpack .../188-libclone-perl_0.41-1+b1_arm64.deb ...
12:56:29 #10 34.19 Unpacking libclone-perl (0.41-1+b1) ...
12:56:29 #10 34.23 Selecting previously unselected package libcommon-sense-perl.
12:56:29 #10 34.23 Preparing to unpack .../189-libcommon-sense-perl_3.74-2+b7_arm64.deb ...
12:56:29 #10 34.24 Unpacking libcommon-sense-perl (3.74-2+b7) ...
12:56:29 #10 34.27 Selecting previously unselected package libparams-util-perl.
12:56:29 #10 34.27 Preparing to unpack .../190-libparams-util-perl_1.07-3+b4_arm64.deb ...
12:56:29 #10 34.28 Unpacking libparams-util-perl (1.07-3+b4) ...
12:56:29 #10 34.31 Selecting previously unselected package libsub-install-perl.
12:56:29 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 103.81MB / 148.95MB 2.6s
12:56:29 #20 5.768 OK: 313 MiB in 37 packages
12:56:29 #10 39.07 Setting up distro-info-data (0.51+deb11u3) ...
12:56:29 #10 39.08 Setting up manpages (5.10-1) ...
12:56:29 #10 39.09 Setting up unzip (6.0-26+deb11u1) ...
12:56:29 #10 39.10 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
12:56:29 #10 39.11 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
12:56:29 #10 39.12 Setting up libsqlite3-0:arm64 (3.34.1-3) ...
12:56:29 #10 39.13 Setting up libcbor0:arm64 (0.5.0+dfsg-2) ...
12:56:29 #10 39.15 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
12:56:29 #10 39.16 Setting up libfcgi-bin (2.4.2-2) ...
12:56:29 #10 39.17 Setting up binutils-common:arm64 (2.35.2-2) ...
12:56:29 #10 39.19 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
12:56:29 #10 39.20 Setting up libmagic1:arm64 (1:5.39-3) ...
12:56:29 #10 39.21 Setting up libdeflate0:arm64 (1.7-1) ...
12:56:29 #10 39.23 Setting up less (551-2) ...
12:56:29 #10 39.24 Setting up perl-openssl-defaults:arm64 (5) ...
12:56:29 #10 39.25 Setting up linux-libc-dev:arm64 (5.10.162-1) ...
12:56:29 #10 39.26 Setting up libctf-nobfd0:arm64 (2.35.2-2) ...
12:56:29 #10 39.27 Setting up gettext-base (0.21-4) ...
12:56:29 #10 39.28 Setting up liblzo2-2:arm64 (2.10-2) ...
12:56:29 #10 39.30 Setting up libnpth0:arm64 (1.6-3) ...
12:56:29 #10 39.31 Setting up file (1:5.39-3) ...
12:56:29 #10 39.32 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b9) ...
12:56:29 #10 39.33 Setting up libassuan0:arm64 (2.5.3-7.1) ...
12:56:29 #10 39.34 Setting up libgomp1:arm64 (10.2.1-6) ...
12:56:29 #10 39.35 Setting up bzip2 (1.0.8-4) ...
12:56:29 #10 39.36 Setting up libldap-common (2.4.57+dfsg-3+deb11u1) ...
12:56:29 #10 39.37 Setting up pbzip2 (1.1.13-1) ...
12:56:29 
12:56:29 #3 [auth] library/debian:pull token for registry-1.docker.io
12:56:29 #3 DONE 0.0s
12:56:29 
12:56:29 #4 [auth] library/golang:pull token for registry-1.docker.io
12:56:29 #4 DONE 0.0s
12:56:29 
12:56:29 #5 [internal] load metadata for docker.io/library/debian:bullseye
12:56:29 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 18.87MB / 116.78MB 8.9s
12:56:29 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 22.02MB / 53.32MB 9.0s
12:56:29 #7 ...
12:56:29 
12:56:29 #8 [internal] load build context
12:56:29 #8 transferring context: 30.35MB 9.1s done
12:56:29 #8 DONE 9.2s
12:56:29 
12:56:29 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:29 #7 ...
12:56:29 
12:56:29 #9 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0
12:56:29 #9 resolve docker.io/library/debian:bookworm@sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0 0.0s done
12:56:29 #9 sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0 1.85kB / 1.85kB done
12:56:29 #9 sha256:e7e1a0fd90610bf3e4fbe783268eec4b80b6207ee95d0d19212e6745baa3e843 529B / 529B done
12:56:29 #9 sha256:0d0c81e9c67284d261ac1ba5b845cb3db970794bbfd5940ab794c9c74293ac3b 1.48kB / 1.48kB done
12:56:29 #9 sha256:16b554b0ae696936d2556c56490dc1cb7af234f9a415a93932213ba90d19bd85 45.79MB / 45.79MB 5.3s done
12:56:29 #9 extracting sha256:16b554b0ae696936d2556c56490dc1cb7af234f9a415a93932213ba90d19bd85 3.5s
12:56:29 #12 4.075 Done
12:56:29 #12 4.196 The following additional packages will be installed:
12:56:29 #12 4.196   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
12:56:29 #12 4.197   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1
12:56:29 #12 4.197   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprocps7 librhash0
12:56:29 #12 4.197   libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
12:56:29 #12 4.197   libuv1 pkg-config procps
12:56:29 #12 4.198 Suggested packages:
12:56:29 #12 4.198   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:56:29 #10 28.57 Preparing to unpack .../145-libnet-ssleay-perl_1.92-2+b1_arm64.deb ...
12:56:29 #10 28.57 Unpacking libnet-ssleay-perl:arm64 (1.92-2+b1) ...
12:56:29 #10 28.63 Selecting previously unselected package libio-socket-ssl-perl.
12:56:29 #10 28.64 Preparing to unpack .../146-libio-socket-ssl-perl_2.078-1_all.deb ...
12:56:29 #10 28.64 Unpacking libio-socket-ssl-perl (2.078-1) ...
12:56:29 #10 28.68 Selecting previously unselected package libnet-http-perl.
12:56:29 #10 28.69 Preparing to unpack .../147-libnet-http-perl_6.22-1_all.deb ...
12:56:29 #10 28.69 Unpacking libnet-http-perl (6.22-1) ...
12:56:29 #10 28.72 Selecting previously unselected package liblwp-protocol-https-perl.
12:56:29 #10 28.73 Preparing to unpack .../148-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:56:29 #10 28.73 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:56:29 #10 28.76 Selecting previously unselected package libtry-tiny-perl.
12:56:29 #10 28.76 Preparing to unpack .../149-libtry-tiny-perl_0.31-2_all.deb ...
12:56:29 #10 28.77 Unpacking libtry-tiny-perl (0.31-2) ...
12:56:29 #10 28.80 Selecting previously unselected package libwww-robotrules-perl.
12:56:29 #12 20.26 (14/84): gdb-headless-8.2-19.el8.aarch64.rpm     38 MB/s | 3.1 MB     00:00    
12:56:29 #12 20.26 (15/84): python-rpm-macros-3-44.el8.noarch.rpm  1.0 MB/s |  16 kB     00:00    
12:56:29 #12 20.27 (16/84): python-srpm-macros-3-44.el8.noarch.rpm 2.4 MB/s |  16 kB     00:00    
12:56:29 #12 20.27 (17/84): python3-rpm-macros-3-44.el8.noarch.rpm 1.8 MB/s |  15 kB     00:00    
12:56:29 #12 20.28 (18/84): python3-systemd-234-8.el8.aarch64.rpm  8.6 MB/s |  80 kB     00:00    
12:56:29 #12 20.28 (19/84): qt5-srpm-macros-5.15.3-1.el8.noarch.rp 1.1 MB/s |  11 kB     00:00    
12:56:29 #12 20.29 (20/84): redhat-rpm-config-130-1.el8.noarch.rpm  13 MB/s |  90 kB     00:00    
12:56:29 #12 20.29 (21/84): rpm-build-4.14.3-26.el8.aarch64.rpm     15 MB/s | 173 kB     00:00    
12:56:29 #12 20.30 (22/84): rpmlint-1.10-14.el8.noarch.rpm          16 MB/s | 192 kB     00:00    
12:56:29 #12 20.30 (23/84): rust-srpm-macros-5-2.el8.noarch.rpm    1.4 MB/s | 9.2 kB     00:00    
12:56:29 #12 20.31 (24/84): guile-2.0.14-7.el8.aarch64.rpm          29 MB/s | 3.5 MB     00:00    
12:56:29 #12 20.32 (25/84): bzip2-1.0.6-26.el8.aarch64.rpm         7.2 MB/s |  60 kB     00:00    
12:56:29 #12 20.33 (26/84): zstd-1.4.4-1.el8.aarch64.rpm            10 MB/s | 303 kB     00:00    
12:56:29 #12 20.34 (27/84): cpio-2.12-11.el8.aarch64.rpm            18 MB/s | 260 kB     00:00    
12:56:29 #12 20.35 (28/84): dnf-plugins-core-4.0.21-18.el8.noarch.  10 MB/s |  75 kB     00:00    
12:56:29 #12 20.35 (29/84): diffutils-3.6-6.el8.aarch64.rpm         15 MB/s | 352 kB     00:00    
12:56:29 #12 20.36 (30/84): elfutils-debuginfod-client-0.187-4.el8  12 MB/s |  72 kB     00:00    
12:56:29 #12 20.38 (31/84): elfutils-0.187-4.el8.aarch64.rpm        18 MB/s | 529 kB     00:00    
12:56:29 #12 20.38 (32/84): emacs-filesystem-26.1-9.el8.noarch.rpm 3.2 MB/s |  70 kB     00:00    
12:56:29 #12 20.39 (33/84): file-5.33-21.el8.aarch64.rpm           7.2 MB/s |  77 kB     00:00    
12:56:29 #12 20.41 (34/84): groff-base-1.22.3-18.el8.aarch64.rpm    37 MB/s | 989 kB     00:00    
12:56:29 #12 20.42 (35/84): libbabeltrace-1.5.4-4.el8.aarch64.rpm   26 MB/s | 189 kB     00:00    
12:56:29 #12 20.43 (36/84): libpkgconf-1.4.2-1.el8.aarch64.rpm     6.6 MB/s |  34 kB     00:00    
12:56:29 #12 20.44 (37/84): glibc-gconv-extra-2.28-211.el8.aarch64  32 MB/s | 1.8 MB     00:00    
12:56:29 #12 20.44 (38/84): libtool-ltdl-2.4.6-25.el8.aarch64.rpm  4.0 MB/s |  57 kB     00:00    
12:56:29 #12 20.45 (39/84): patch-2.7.6-11.el8.aarch64.rpm          18 MB/s | 134 kB     00:00    
12:56:29 #12 20.46 (40/84): ncurses-6.1-9.20180224.el8.aarch64.rpm  19 MB/s | 383 kB     00:00    
12:56:29 
12:56:29 #19 [build 2/6] WORKDIR /go/src/github.com/docker/docker
12:56:29 #19 DONE 0.0s
12:56:29 
12:56:29 #20 [build 3/6] RUN --mount=type=cache,sharing=locked,id=moby-build-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-build-aptcache,target=/var/cache/apt         apt-get update && apt-get install --no-install-recommends -y             clang             lld             llvm
12:56:29 #10 ...
12:56:29 
12:56:29 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:29 #8 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 3.1s done
12:56:29 #8 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 3.3s
12:56:29 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 19.92MB / 47.40MB 7.9s
12:56:29 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 12.58MB / 116.78MB 7.9s
12:56:29 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.6s done
12:56:29 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 40.89MB / 68.85MB 0.7s
12:56:29 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 36.59MB / 51.87MB 0.7s
12:56:29 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 0B / 148.95MB 0.7s
12:56:29 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 46.14MB / 68.85MB 0.8s
12:56:29 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 45.09MB / 51.87MB 0.8s
12:56:29 #10 9.447 Get:85 http://deb.debian.org/debian buster/main amd64 g++ amd64 4:8.3.0-1 [1644 B]
12:56:29 #10 9.447 Get:86 http://deb.debian.org/debian buster/main amd64 make amd64 4.2.1-1.2 [341 kB]
12:56:29 #10 9.458 Get:87 http://deb.debian.org/debian buster/main amd64 libdpkg-perl all 1.19.8 [1415 kB]
12:56:29 #10 9.482 Get:88 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
12:56:29 #10 9.482 Get:89 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.8 [1776 kB]
12:56:29 #10 9.510 Get:90 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
12:56:29 #10 9.514 Get:91 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1n-0+deb10u3 [855 kB]
12:56:29 #10 9.529 Get:92 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
12:56:29 #10 9.529 Get:93 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB]
12:56:29 #10 9.531 Get:94 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u2 [106 kB]
12:56:29 #10 9.535 Get:95 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
12:56:29 #10 9.536 Get:96 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u7 [224 kB]
12:56:29 #10 9.542 Get:97 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
12:56:29 #10 9.542 Get:98 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
12:56:29 #10 9.543 Get:99 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
12:56:29 #10 9.545 Get:100 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
12:56:29 #10 9.548 Get:101 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u4 [334 kB]
12:56:29 #10 9.558 Get:102 http://deb.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u4 [265 kB]
12:56:29 #10 9.559 Get:103 http://deb.debian.org/debian buster/main amd64 dctrl-tools amd64 2.24-3 [103 kB]
12:56:29 #10 9.566 Get:104 http://deb.debian.org/debian buster/main amd64 libtool all 2.4.6-9 [547 kB]
12:56:29 #10 9.574 Get:105 http://deb.debian.org/debian buster/main amd64 dh-autoreconf all 19 [16.9 kB]
12:56:29 #10 9.574 Get:106 http://deb.debian.org/debian buster/main amd64 libarchive-zip-perl all 1.64-1 [96.8 kB]
12:56:29 #10 9.576 Get:107 http://deb.debian.org/debian buster/main amd64 libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
12:56:29 #10 9.576 Get:108 http://deb.debian.org/debian buster/main amd64 dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
12:56:29 #10 9.576 Get:109 http://deb.debian.org/debian buster/main amd64 dwz amd64 0.12-3 [78.0 kB]
12:56:29 #10 9.582 Get:110 http://deb.debian.org/debian-security buster/updates/main amd64 libglib2.0-0 amd64 2.58.3-2+deb10u4 [1259 kB]
12:56:29 #10 9.602 Get:111 http://deb.debian.org/debian buster/main amd64 libcroco3 amd64 0.6.12-3 [145 kB]
12:56:29 #10 9.605 Get:112 http://deb.debian.org/debian-security buster/updates/main amd64 libncurses6 amd64 6.1+20181013-2+deb10u3 [102 kB]
12:56:29 #10 9.605 Get:113 http://deb.debian.org/debian buster/main amd64 gettext amd64 0.19.8.1-9 [1303 kB]
12:56:29 #10 9.633 Get:114 http://deb.debian.org/debian buster/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
12:56:29 #10 9.633 Get:115 http://deb.debian.org/debian buster/main amd64 po-debconf all 1.0.21 [248 kB]
12:56:29 #10 9.634 Get:116 http://deb.debian.org/debian buster/main amd64 debhelper all 12.1.1 [1016 kB]
12:56:29 #13 6.048 (19/70): systemd-pam-252-3.el9.aarch64.rpm      442 kB/s | 244 kB     00:00    
12:56:29 #13 6.066 (20/70): which-2.21-28.el9.aarch64.rpm          2.3 MB/s |  41 kB     00:00    
12:56:29 #13 6.107 (21/70): annobin-11.05-1.el9.aarch64.rpm         24 MB/s | 973 kB     00:00    
12:56:29 #13 6.123 (22/70): autoconf-2.69-38.el9.noarch.rpm         45 MB/s | 681 kB     00:00    
12:56:29 #13 6.144 (23/70): automake-1.16.2-6.el9.noarch.rpm        34 MB/s | 689 kB     00:00    
12:56:29 #13 6.210 (24/70): cmake-3.20.2-8.el9.aarch64.rpm          95 MB/s | 6.2 MB     00:00    
12:56:29 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 34.85MB / 51.87MB 1.2s
12:56:29 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 29.70MB / 68.85MB 1.2s
12:56:29 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 44.04MB / 51.87MB 1.3s
12:56:29 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 39.85MB / 68.85MB 1.3s
12:56:29 #11 9.454 Get:99 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 publicsuffix all 20220811.1734-1 [130 kB]
12:56:29 #11 9.459 Get:100 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libunwind8 arm64 1.6.2-0ubuntu1 [55.6 kB]
12:56:29 #11 9.472 Get:101 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 strace arm64 5.16-0ubuntu4 [486 kB]
12:56:29 #10 13.22 Get:203 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 perl-openssl-defaults arm64 3build1 [7012 B]
12:56:29 #10 34.32 Preparing to unpack .../191-libsub-install-perl_0.928-1_all.deb ...
12:56:29 #10 34.32 Unpacking libsub-install-perl (0.928-1) ...
12:56:29 #10 34.35 Selecting previously unselected package libdata-optlist-perl.
12:56:29 #10 34.36 Preparing to unpack .../192-libdata-optlist-perl_0.110-1_all.deb ...
12:56:29 #10 34.36 Unpacking libdata-optlist-perl (0.110-1) ...
12:56:29 #10 34.39 Selecting previously unselected package libsub-exporter-perl.
12:56:29 #10 34.40 Preparing to unpack .../193-libsub-exporter-perl_0.987-1_all.deb ...
12:56:29 #10 34.40 Unpacking libsub-exporter-perl (0.987-1) ...
12:56:29 #10 34.44 Selecting previously unselected package libconst-fast-perl.
12:56:29 #10 34.44 Preparing to unpack .../194-libconst-fast-perl_0.014-1_all.deb ...
12:56:29 #10 34.45 Unpacking libconst-fast-perl (0.014-1) ...
12:56:29 #10 34.49 Selecting previously unselected package libwant-perl.
12:56:29 #10 34.49 Preparing to unpack .../195-libwant-perl_0.29-1+b4_arm64.deb ...
12:56:29 #10 34.50 Unpacking libwant-perl (0.29-1+b4) ...
12:56:29 #10 34.53 Selecting previously unselected package libcontextual-return-perl.
12:56:29 #10 34.53 Preparing to unpack .../196-libcontextual-return-perl_0.004014-2_all.deb ...
12:56:29 #10 34.54 Unpacking libcontextual-return-perl (0.004014-2) ...
12:56:29 #10 34.57 Selecting previously unselected package libconvert-binhex-perl.
12:56:29 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 116.81MB / 148.95MB 2.8s
12:56:29 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 124.63MB / 148.95MB 2.9s
12:56:29 #10 39.39 Setting up libjbig0:arm64 (2.1-3.1+b2) ...
12:56:29 #10 39.40 Setting up libfakeroot:arm64 (1.25.3-1.1) ...
12:56:29 #10 39.41 Setting up libasan6:arm64 (10.2.1-6) ...
12:56:29 #10 39.42 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
12:56:29 #10 39.43 Setting up fakeroot (1.25.3-1.1) ...
12:56:29 #10 39.44 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:56:29 #10 39.45 Setting up autotools-dev (20180224.1+nmu1) ...
12:56:29 #10 39.46 Setting up libglib2.0-data (2.66.8-1) ...
12:56:29 #10 39.47 Setting up libtirpc-dev:arm64 (1.3.1-1+deb11u1) ...
12:56:29 #10 39.48 Setting up libjpeg62-turbo:arm64 (1:2.0.6-4) ...
12:56:29 #10 39.50 Setting up libx11-data (2:1.7.2-1) ...
12:56:29 #10 39.51 Setting up make (4.3-4.1) ...
12:56:29 #10 39.52 Setting up libmpfr6:arm64 (4.1.0-3) ...
12:56:29 #10 39.53 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
12:56:29 #10 39.54 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:56:29 #10 39.56 Setting up lzip (1.22-3) ...
12:56:29 #10 39.58 Setting up strace (5.10-1) ...
12:56:29 #10 39.59 Setting up libsigsegv2:arm64 (2.13-1) ...
12:56:29 #9 ...
12:56:29 
12:56:29 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:29 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 25.17MB / 53.32MB 9.5s
12:56:29 #5 DONE 0.4s
12:56:29 
12:56:29 #6 [internal] load metadata for docker.io/library/golang:1.19.5-buster
12:56:29 #6 DONE 0.4s
12:56:29 #12 4.446 The following NEW packages will be installed:
12:56:29 #12 4.446   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
12:56:29 #12 4.447   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1
12:56:29 #12 4.447   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprocps7 librhash0
12:56:29 #12 4.447   libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
12:56:29 #12 4.448   libuv1 pkg-config procps
12:56:29 #10 28.80 Preparing to unpack .../150-libwww-robotrules-perl_6.02-1_all.deb ...
12:56:29 #10 28.81 Unpacking libwww-robotrules-perl (6.02-1) ...
12:56:29 #10 28.84 Selecting previously unselected package libwww-perl.
12:56:29 #10 28.84 Preparing to unpack .../151-libwww-perl_6.67-1_all.deb ...
12:56:29 #10 28.85 Unpacking libwww-perl (6.67-1) ...
12:56:29 #10 28.89 Selecting previously unselected package patchutils.
12:56:29 #10 28.89 Preparing to unpack .../152-patchutils_0.4.2-1_arm64.deb ...
12:56:29 #10 28.90 Unpacking patchutils (0.4.2-1) ...
12:56:29 #10 28.94 Selecting previously unselected package wdiff.
12:56:29 #10 28.94 Preparing to unpack .../153-wdiff_1.2.2-4_arm64.deb ...
12:56:29 #10 28.94 Unpacking wdiff (1.2.2-4) ...
12:56:29 #10 29.00 Selecting previously unselected package devscripts.
12:56:29 #10 29.00 Preparing to unpack .../154-devscripts_2.22.2_arm64.deb ...
12:56:29 #10 29.03 Unpacking devscripts (2.22.2) ...
12:56:29 #12 20.46 (41/84): perl-Carp-1.42-396.el8.noarch.rpm      2.8 MB/s |  30 kB     00:00    
12:56:29 #12 20.47 (42/84): perl-Errno-1.28-422.el8.aarch64.rpm     13 MB/s |  76 kB     00:00    
12:56:29 #12 20.47 (43/84): perl-Exporter-5.72-396.el8.noarch.rpm  6.6 MB/s |  34 kB     00:00    
12:56:29 #12 20.48 (44/84): perl-File-Path-2.15-2.el8.noarch.rpm   5.8 MB/s |  38 kB     00:00    
12:56:29 #12 20.49 (45/84): perl-File-Temp-0.230.600-1.el8.noarch. 7.6 MB/s |  63 kB     00:00    
12:56:29 #12 20.50 (46/84): perl-Getopt-Long-2.50-4.el8.noarch.rpm 7.9 MB/s |  63 kB     00:00    
12:56:29 #12 20.50 (47/84): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm  9.2 MB/s |  58 kB     00:00    
12:56:29 #12 20.52 (48/84): perl-Encode-2.97-3.el8.aarch64.rpm      25 MB/s | 1.5 MB     00:00    
12:56:29 #12 20.52 (49/84): perl-IO-1.38-422.el8.aarch64.rpm       7.9 MB/s | 142 kB     00:00    
12:56:29 #12 20.53 (50/84): perl-MIME-Base64-3.15-396.el8.aarch64. 3.0 MB/s |  31 kB     00:00    
12:56:29 #12 20.53 (51/84): perl-PathTools-3.74-1.el8.aarch64.rpm   14 MB/s |  90 kB     00:00    
12:56:29 #12 20.54 (52/84): perl-Pod-Escapes-1.07-395.el8.noarch.r 1.8 MB/s |  20 kB     00:00    
12:56:29 #12 20.54 (53/84): perl-Pod-Perldoc-3.28-396.el8.noarch.r 9.1 MB/s |  86 kB     00:00    
12:56:29 #12 20.57 (54/84): binutils-2.30-119.el8.aarch64.rpm       23 MB/s | 6.1 MB     00:00    
12:56:29 #12 20.57 (55/84): perl-Pod-Usage-1.69-395.el8.noarch.rpm 1.3 MB/s |  34 kB     00:00    
12:56:29 #12 20.58 (56/84): perl-Pod-Simple-3.35-395.el8.noarch.rp 5.9 MB/s | 213 kB     00:00    
12:56:29 #12 20.61 (57/84): perl-Socket-2.027-3.el8.aarch64.rpm    1.3 MB/s |  59 kB     00:00    
12:56:29 #12 20.62 (58/84): perl-Scalar-List-Utils-1.49-2.el8.aarc 1.3 MB/s |  67 kB     00:00    
12:56:29 #12 20.62 (59/84): perl-Term-ANSIColor-4.06-396.el8.noarc 6.9 MB/s |  46 kB     00:00    
12:56:29 #12 20.62 (60/84): perl-Storable-3.11-3.el8.aarch64.rpm   1.9 MB/s |  95 kB     00:00    
12:56:29 #12 20.63 (61/84): perl-Term-Cap-1.17-395.el8.noarch.rpm  2.4 MB/s |  23 kB     00:00    
12:56:29 #12 20.63 (62/84): perl-Text-ParseWords-3.30-395.el8.noar 2.0 MB/s |  18 kB     00:00    
12:56:29 #12 20.63 (63/84): perl-Text-Tabs+Wrap-2013.0523-395.el8. 3.0 MB/s |  24 kB     00:00    
12:56:29 #12 20.64 (64/84): perl-Time-Local-1.280-1.el8.noarch.rpm 2.9 MB/s |  34 kB     00:00    
12:56:29 #12 20.64 (65/84): perl-constant-1.33-396.el8.noarch.rpm  3.5 MB/s |  25 kB     00:00    
12:56:29 #12 20.65 (66/84): perl-Unicode-Normalize-1.25-396.el8.aa 4.0 MB/s |  78 kB     00:00    
12:56:29 #12 20.66 (67/84): perl-macros-5.26.3-422.el8.aarch64.rpm  12 MB/s |  72 kB     00:00    
12:56:29 #12 20.66 (68/84): perl-parent-0.237-1.el8.noarch.rpm     4.4 MB/s |  20 kB     00:00    
12:56:29 #12 20.67 (69/84): perl-podlators-4.11-1.el8.noarch.rpm    16 MB/s | 118 kB     00:00    
12:56:29 #12 20.68 (70/84): perl-threads-2.21-2.el8.aarch64.rpm     12 MB/s |  60 kB     00:00    
12:56:29 #12 20.68 (71/84): perl-threads-shared-1.58-2.el8.aarch64 6.5 MB/s |  47 kB     00:00    
12:56:29 #12 20.69 (72/84): perl-libs-5.26.3-422.el8.aarch64.rpm    29 MB/s | 1.5 MB     00:00    
12:56:29 #12 20.70 (73/84): pkgconf-1.4.2-1.el8.aarch64.rpm        2.2 MB/s |  37 kB     00:00    
12:56:29 #12 20.70 (74/84): pkgconf-m4-1.4.2-1.el8.noarch.rpm      1.8 MB/s |  17 kB     00:00    
12:56:29 #12 20.71 (75/84): pkgconf-pkg-config-1.4.2-1.el8.aarch64 1.3 MB/s |  15 kB     00:00    
12:56:29 #12 20.72 (76/84): unzip-6.0-46.el8.aarch64.rpm            14 MB/s | 189 kB     00:00    
12:56:29 #12 20.72 (77/84): xz-5.2.4-4.el8.aarch64.rpm              14 MB/s | 153 kB     00:00    
12:56:29 #12 20.73 (78/84): zip-3.0-23.el8.aarch64.rpm              20 MB/s | 265 kB     00:00    
12:56:29 #12 20.74 (79/84): python3-dnf-plugins-core-4.0.21-18.el8  17 MB/s | 258 kB     00:00    
12:56:29 #12 20.75 (80/84): python3-rpm-4.14.3-26.el8.aarch64.rpm   12 MB/s | 156 kB     00:00    
12:56:29 #12 20.75 (81/84): rpm-build-libs-4.14.3-26.el8.aarch64.r  21 MB/s | 151 kB     00:00    
12:56:29 #12 20.77 (82/84): rpm-4.14.3-26.el8.aarch64.rpm           22 MB/s | 544 kB     00:00    
12:56:29 #12 20.77 (83/84): rpm-libs-4.14.3-26.el8.aarch64.rpm      16 MB/s | 329 kB     00:00    
12:56:29 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 19.92MB / 53.32MB 8.1s
12:56:29 #10 9.658 Get:117 http://deb.debian.org/debian buster/main amd64 debian-keyring all 2019.02.25 [32.4 MB]
12:56:29 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 53.48MB / 68.85MB 0.9s
12:56:29 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.38MB / 51.87MB 0.9s
12:56:29 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 12.58MB / 148.95MB 0.9s
12:56:29 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb
12:56:29 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 60.82MB / 68.85MB 1.0s
12:56:29 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 24.12MB / 148.95MB 1.0s
12:56:29 #13 6.241 (25/70): systemd-252-3.el9.aarch64.rpm          4.7 MB/s | 3.9 MB     00:00    
12:56:29 #13 6.250 (26/70): cmake-data-3.20.2-8.el9.noarch.rpm      54 MB/s | 2.1 MB     00:00    
12:56:29 #13 6.254 (27/70): systemd-rpm-macros-252-3.el9.noarch.rp 107 kB/s |  43 kB     00:00    
12:56:29 #13 6.257 (28/70): cmake-filesystem-3.20.2-8.el9.aarch64. 1.2 MB/s |  19 kB     00:00    
12:56:29 #13 6.264 (29/70): cmake-rpm-macros-3.20.2-8.el9.noarch.r 926 kB/s |  12 kB     00:00    
12:56:29 #13 6.275 (30/70): gcc-plugin-annobin-11.3.1-4.3.el9.aarc 6.0 MB/s |  63 kB     00:00    
12:56:29 #13 6.382 (31/70): cpp-11.3.1-4.3.el9.aarch64.rpm          83 MB/s |  10 MB     00:00    
12:56:29 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.38MB / 51.87MB 1.3s
12:56:29 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 49.28MB / 68.85MB 1.3s
12:56:29 #7 ...
12:56:29 
12:56:29 #8 [internal] load build context
12:56:29 #8 transferring context: 30.42MB 1.0s done
12:56:29 #8 DONE 1.5s
12:56:29 
12:56:29 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:29 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 1.4s done
12:56:29 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 58.72MB / 68.85MB 1.4s
12:56:29 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.5s done
12:56:29 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 64.43MB / 68.85MB 1.5s
12:56:29 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 0B / 155B 1.5s
12:56:29 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 0B / 148.95MB 1.5s
12:56:29 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb
12:56:29 #7 ...
12:56:29 
12:56:29 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:29 #0 1.077 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
12:56:29 #0 1.480 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
12:56:29 #0 1.581 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
12:56:29 #0 1.675 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
12:56:29 #0 1.769 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB]
12:56:29 #0 1.810 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB]
12:56:29 #0 2.438 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B]
12:56:29 #0 2.438 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB]
12:56:29 #0 2.471 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [9068 B]
12:56:29 #0 2.478 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [5240 B]
12:56:29 #0 2.478 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1196 kB]
12:56:29 #0 2.523 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2115 kB]
12:56:29 #0 2.612 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [54.8 kB]
12:56:29 #0 2.613 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [27.8 kB]
12:56:29 #0 2.615 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [1727 kB]
12:56:29 #0 2.685 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [898 kB]
12:56:29 #0 2.723 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3252 B]
12:56:29 #0 2.723 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [5003 B]
12:56:29 #0 3.355 Fetched 19.1 MB in 3s (7122 kB/s)
12:56:29 #0 3.355 Reading package lists...
12:56:29 #0 4.201 Reading package lists...
12:56:29 #0 4.995 Building dependency tree...
12:56:29 #0 5.174 Reading state information...
12:56:29 #0 5.403 The following additional packages will be installed:
12:56:29 #0 5.403   at autoconf automake autopoint autotools-dev binutils
12:56:29 #0 5.403   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
12:56:29 #0 5.403   ca-certificates cpp cpp-9 dctrl-tools debhelper dh-autoreconf
12:56:29 #0 5.403   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
12:56:29 #0 5.403   fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git-man
12:56:29 #0 5.403   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
12:56:29 #0 5.403   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
12:56:29 #0 5.403   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:56:29 #0 5.403   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:56:29 #0 5.403   libarray-intspan-perl libasan5 libasn1-8-heimdal libassuan0
12:56:29 #0 5.403   libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
12:56:29 #0 5.403   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
12:56:29 #0 5.403   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
12:56:29 #0 5.403   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
12:56:29 #0 5.404   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
12:56:29 #0 5.404   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
12:56:29 #0 5.404   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
12:56:29 #0 5.404   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
12:56:29 #0 5.404   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
12:56:29 #0 5.404   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
12:56:29 #0 5.404   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
12:56:29 #0 5.404   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
12:56:29 #0 5.404   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
12:56:29 #0 5.404   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
12:56:29 #0 5.404   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
12:56:29 #0 5.404   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
12:56:29 #0 5.404   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
12:56:29 #0 5.404   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
12:56:29 #0 5.404   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
12:56:29 #0 5.404   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
12:56:29 #0 5.404   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
12:56:29 #0 5.404   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:29 #0 5.404   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:56:29 #0 5.404   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
12:56:29 #0 5.404   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
12:56:29 #0 5.404   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
12:56:29 #0 5.404   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
12:56:29 #0 5.404   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
12:56:29 #0 5.404   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
12:56:29 #0 5.404   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
12:56:29 #0 5.404   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
12:56:29 #0 5.404   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
12:56:29 #0 5.404   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:56:29 #0 5.404   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
12:56:29 #0 5.404   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
12:56:29 #0 5.404   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
12:56:29 #0 5.404   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
12:56:29 #0 5.404   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
12:56:29 #0 5.404   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
12:56:29 #0 5.404   libnumber-compare-perl libnumber-range-perl libobject-id-perl
12:56:29 #0 5.404   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:56:29 #0 5.404   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
12:56:29 #0 5.404   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
12:56:29 #0 5.404   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
12:56:29 #0 5.404   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
12:56:29 #0 5.404   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
12:56:29 #0 5.404   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
12:56:29 #0 5.404   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
12:56:29 #0 5.404   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
12:56:29 #0 5.404   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
12:56:29 #0 5.404   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
12:56:29 #0 5.404   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
12:56:29 #0 5.404   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
12:56:29 #0 5.404   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
12:56:29 #0 5.404   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
12:56:29 #0 5.405   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
12:56:29 #0 5.405   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
12:56:29 #0 5.405   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
12:56:29 #0 5.405   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
12:56:29 #0 5.405   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
12:56:29 #0 5.405   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
12:56:29 #0 5.405   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
12:56:29 #0 5.405   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
12:56:29 #0 5.405   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
12:56:29 #0 5.405   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
12:56:29 #0 5.405   openssh-client openssl patch patchutils perl perl-modules-5.30
12:56:29 #0 5.405   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
12:56:29 #0 5.405   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:56:29 #0 5.405   python3-debian python3-gpg python3-idna python3-magic python3-minimal
12:56:29 #0 5.405   python3-pkg-resources python3-requests python3-six python3-unidiff
12:56:29 #0 5.405   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
12:56:29 #0 5.405   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
12:56:29 #0 5.405   xz-utils
12:56:29 #0 5.407 Suggested packages:
12:56:29 #0 5.407   default-mta | mail-transport-agent autoconf-archive gnu-standards
12:56:29 #0 5.407   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
12:56:29 #0 5.407   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
12:56:29 #0 5.408   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
12:56:29 #0 5.408   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
12:56:29 #0 5.408   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:56:29 #0 5.408   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
12:56:29 #0 5.408   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
12:56:29 #0 5.408   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
12:56:29 #0 5.408   mini-dinstall rsync gcc-9-doc gcc-multilib flex bison gdb gcc-doc
12:56:29 #0 5.408   gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
12:56:29 #0 5.408   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
12:56:29 #0 5.408   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
12:56:29 #0 5.408   libgssapi-perl glibc-doc bzr gdbm-l10n krb5-doc krb5-user libtool-doc
12:56:29 #0 5.408   libcrypt-ssleay-perl libossp-uuid-perl libscalar-number-perl
12:56:29 #0 5.408   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
12:56:29 #0 5.408   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
12:56:29 #0 5.408   libstdc++-9-doc libbareword-filehandles-perl libindirect-perl
12:56:29 #0 5.408   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
12:56:29 #0 5.408   libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
12:56:29 #0 5.408   libxml-sax-expatxs-perl bash-completion binutils-multiarch
12:56:29 #0 5.408   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
12:56:29 #0 5.408   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
12:56:29 #0 5.408   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
12:56:29 #0 5.408   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
12:56:29 #0 5.408   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
12:56:29 #0 5.408   python3-cryptography python3-openssl python3-socks python3.8-venv
12:56:29 #0 5.408   python3.8-doc binfmt-support readline-doc zip wdiff-doc
12:56:29 #0 5.752 The following NEW packages will be installed:
12:56:29 #0 5.752   at autoconf automake autopoint autotools-dev binutils
12:56:29 #0 5.752   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
12:56:29 #0 5.752   ca-certificates cpp cpp-9 curl dctrl-tools debhelper devscripts
12:56:29 #0 5.752   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
12:56:29 #0 5.753   dpkg-dev dput dwz equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base
12:56:29 #0 5.753   gettext gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
12:56:29 #0 5.753   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
12:56:29 #0 5.753   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
12:56:29 #0 5.753   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
12:56:29 #0 5.753   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
12:56:29 #0 5.753   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
12:56:29 #0 5.753   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
12:56:29 #0 5.753   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
12:56:29 #0 5.753   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
12:56:29 #0 5.753   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
12:56:29 #0 5.753   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
12:56:29 #0 5.753   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
12:56:29 #0 5.753   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
12:56:29 #0 5.753   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
12:56:29 #0 5.753   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
12:56:29 #0 5.753   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
12:56:29 #0 5.753   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
12:56:29 #0 5.753   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
12:56:29 #0 5.753   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
12:56:29 #0 5.753   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
12:56:29 #0 5.754   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
12:56:29 #0 5.754   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
12:56:29 #0 5.754   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
12:56:29 #0 5.754   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
12:56:29 #0 5.754   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
12:56:29 #0 5.754   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
12:56:29 #0 5.754   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:29 #0 5.754   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:56:29 #0 5.754   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
12:56:29 #0 5.754   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
12:56:29 #0 5.754   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
12:56:29 #0 5.754   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
12:56:29 #0 5.754   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
12:56:29 #0 5.754   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
12:56:29 #0 5.754   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
12:56:29 #0 5.754   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
12:56:29 #0 5.754   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
12:56:29 #0 5.754   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:56:29 #0 5.754   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
12:56:29 #0 5.754   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
12:56:29 #0 5.754   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
12:56:29 #0 5.754   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
12:56:29 #0 5.754   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
12:56:29 #0 5.754   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
12:56:29 #0 5.754   libnumber-compare-perl libnumber-range-perl libobject-id-perl
12:56:29 #0 5.754   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:56:29 #0 5.754   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
12:56:29 #0 5.754   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
12:56:29 #0 5.754   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
12:56:29 #0 5.754   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
12:56:29 #0 5.754   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
12:56:29 #0 5.754   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
12:56:29 #0 5.754   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
12:56:29 #0 5.754   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
12:56:29 #0 5.754   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
12:56:29 #0 5.754   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
12:56:29 #0 5.754   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
12:56:29 #0 5.754   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
12:56:29 #0 5.754   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
12:56:29 #0 5.754   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
12:56:29 #0 5.754   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
12:56:29 #0 5.754   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
12:56:29 #0 5.754   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
12:56:29 #0 5.754   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
12:56:29 #0 5.754   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
12:56:29 #0 5.755   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
12:56:29 #0 5.755   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
12:56:29 #0 5.755   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
12:56:29 #0 5.755   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
12:56:29 #0 5.755   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
12:56:29 #0 5.755   openssh-client openssl patch patchutils perl perl-modules-5.30
12:56:29 #0 5.755   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
12:56:29 #0 5.755   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:56:29 #0 5.755   python3-debian python3-gpg python3-idna python3-magic python3-minimal
12:56:29 #0 5.755   python3-pkg-resources python3-requests python3-six python3-unidiff
12:56:29 #0 5.755   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
12:56:29 #0 5.756   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
12:56:29 #0 5.756   xz-utils
12:56:29 #0 6.179 0 upgraded, 352 newly installed, 0 to remove and 4 not upgraded.
12:56:29 #0 6.179 Need to get 97.8 MB of archives.
12:56:29 #0 6.179 After this operation, 449 MB of additional disk space will be used.
12:56:29 #0 6.179 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblocale-gettext-perl arm64 1.07-4 [16.7 kB]
12:56:29 #0 6.325 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssl1.1 arm64 1.1.1f-1ubuntu2.17 [1158 kB]
12:56:29 #0 6.741 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpython3.8-minimal arm64 3.8.10-0ubuntu1~20.04.6 [714 kB]
12:56:29 #0 6.790 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libexpat1 arm64 2.2.9-1ubuntu0.6 [62.5 kB]
12:56:29 #0 6.793 Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3.8-minimal arm64 3.8.10-0ubuntu1~20.04.6 [1833 kB]
12:56:29 #0 6.878 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-minimal arm64 3.8.2-0ubuntu2 [23.6 kB]
12:56:29 #0 6.879 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 mime-support all 3.64ubuntu1 [30.6 kB]
12:56:29 #0 6.881 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpdec2 arm64 2.4.2-3 [79.6 kB]
12:56:29 #0 6.884 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 readline-common all 8.0-4 [53.5 kB]
12:56:29 #0 6.886 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libreadline8 arm64 8.0-4 [123 kB]
12:56:29 #0 6.892 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsqlite3-0 arm64 3.31.1-4ubuntu0.5 [506 kB]
12:56:29 #0 6.912 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpython3.8-stdlib arm64 3.8.10-0ubuntu1~20.04.6 [1648 kB]
12:56:29 #0 6.986 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3.8 arm64 3.8.10-0ubuntu1~20.04.6 [387 kB]
12:56:29 #0 7.007 Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpython3-stdlib arm64 3.8.2-0ubuntu2 [7068 B]
12:56:29 #0 7.007 Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3 arm64 3.8.2-0ubuntu2 [47.6 kB]
12:56:29 #0 7.010 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libbsd0 arm64 0.10.0-1 [43.7 kB]
12:56:29 #0 7.011 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 bsdmainutils arm64 11.1.2ubuntu3 [179 kB]
12:56:29 #0 7.022 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libuchardet0 arm64 0.0.6-3build1 [65.0 kB]
12:56:29 #0 7.031 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 groff-base arm64 1.22.4-4build1 [796 kB]
12:56:29 #0 7.054 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgdbm6 arm64 1.18.1-5 [26.4 kB]
12:56:29 #0 7.058 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpipeline1 arm64 1.5.2-2build1 [26.1 kB]
12:56:29 #0 7.106 Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 man-db arm64 2.9.1-1 [1095 kB]
12:56:29 #0 7.120 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 perl-modules-5.30 all 5.30.0-9ubuntu0.3 [2739 kB]
12:56:29 #0 7.272 Get:24 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgdbm-compat4 arm64 1.18.1-5 [6040 B]
12:56:29 #0 7.272 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libperl5.30 arm64 5.30.0-9ubuntu0.3 [3766 kB]
12:56:29 #0 7.439 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 perl arm64 5.30.0-9ubuntu0.3 [224 kB]
12:56:29 #0 7.448 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 openssl arm64 1.1.1f-1ubuntu2.17 [599 kB]
12:56:29 #0 7.473 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
12:56:29 #0 7.481 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 distro-info-data all 0.43ubuntu1.11 [4672 B]
12:56:29 #0 7.481 Get:30 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmagic-mgc arm64 1:5.38-4 [218 kB]
12:56:29 #0 7.489 Get:31 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmagic1 arm64 1:5.38-4 [71.7 kB]
12:56:29 #0 7.492 Get:32 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 file arm64 1:5.38-4 [23.3 kB]
12:56:29 #0 7.494 Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 less arm64 551-1ubuntu0.1 [119 kB]
12:56:29 #0 7.499 Get:34 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libelf1 arm64 0.176-1.1build1 [44.2 kB]
12:56:29 #0 7.532 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]
12:56:29 #0 7.586 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]
12:56:29 #0 7.586 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
12:56:29 #0 7.597 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libicu66 arm64 66.1-2ubuntu2.1 [8360 kB]
12:56:29 #11 ...
12:56:29 
12:56:29 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:29 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 4.2s done
12:56:29 #11 9.878 Get:102 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 xauth arm64 1:1.1.1-1 [27.1 kB]
12:56:29 #10 13.31 Get:204 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libnet-ssleay-perl arm64 1.84-1ubuntu0.2 [270 kB]
12:56:29 #10 34.57 Preparing to unpack .../197-libconvert-binhex-perl_1.125-1_all.deb ...
12:56:29 #10 34.58 Unpacking libconvert-binhex-perl (1.125-1) ...
12:56:29 #10 34.61 Selecting previously unselected package libdata-dump-perl.
12:56:29 #10 34.62 Preparing to unpack .../198-libdata-dump-perl_1.23-1_all.deb ...
12:56:29 #10 34.62 Unpacking libdata-dump-perl (1.23-1) ...
12:56:29 #10 34.65 Selecting previously unselected package libdigest-bubblebabble-perl.
12:56:29 #10 34.66 Preparing to unpack .../199-libdigest-bubblebabble-perl_0.02-2_all.deb ...
12:56:29 #10 34.66 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
12:56:29 #10 34.70 Selecting previously unselected package libdigest-hmac-perl.
12:56:29 #10 34.70 Preparing to unpack .../200-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
12:56:29 #10 34.71 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
12:56:29 #10 34.77 Selecting previously unselected package libdistro-info-perl.
12:56:29 #10 34.78 Preparing to unpack .../201-libdistro-info-perl_0.21_all.deb ...
12:56:29 #10 34.78 Unpacking libdistro-info-perl (0.21) ...
12:56:29 #10 34.84 Selecting previously unselected package libnet-smtp-ssl-perl.
12:56:29 #10 34.84 Preparing to unpack .../202-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:56:29 #10 34.85 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:56:29 #10 34.89 Selecting previously unselected package libmailtools-perl.
12:56:29 #10 34.89 Preparing to unpack .../203-libmailtools-perl_2.18-1_all.deb ...
12:56:29 #10 34.90 Unpacking libmailtools-perl (2.18-1) ...
12:56:29 #10 34.94 Selecting previously unselected package libnet-ip-perl.
12:56:29 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 136.31MB / 148.95MB 3.0s
12:56:29 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 147.85MB / 148.95MB 3.1s
12:56:29 #11 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 2.3s done
12:56:29 #11 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529
12:56:29 #10 9.566 Get:115 http://deb.debian.org/debian bullseye/main amd64 libfakeroot amd64 1.25.3-1.1 [47.0 kB]
12:56:29 #10 9.566 Get:116 http://deb.debian.org/debian bullseye/main amd64 fakeroot amd64 1.25.3-1.1 [87.0 kB]
12:56:29 #10 9.566 Get:117 http://deb.debian.org/debian bullseye/main amd64 libassuan0 amd64 2.5.3-7.1 [50.5 kB]
12:56:29 #10 9.566 Get:118 http://deb.debian.org/debian bullseye/main amd64 gpgconf amd64 2.2.27-2+deb11u2 [548 kB]
12:56:29 #10 9.573 Get:119 http://deb.debian.org/debian-security bullseye-security/main amd64 libksba8 amd64 1.5.0-3+deb11u2 [123 kB]
12:56:29 #10 9.574 Get:120 http://deb.debian.org/debian bullseye/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
12:56:29 #10 9.575 Get:121 http://deb.debian.org/debian bullseye/main amd64 dirmngr amd64 2.2.27-2+deb11u2 [763 kB]
12:56:29 #10 9.585 Get:122 http://deb.debian.org/debian bullseye/main amd64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
12:56:29 #10 9.599 Get:123 http://deb.debian.org/debian bullseye/main amd64 gnupg-utils amd64 2.2.27-2+deb11u2 [905 kB]
12:56:29 #10 9.609 Get:124 http://deb.debian.org/debian bullseye/main amd64 gpg amd64 2.2.27-2+deb11u2 [928 kB]
12:56:29 #10 9.620 Get:125 http://deb.debian.org/debian bullseye/main amd64 pinentry-curses amd64 1.1.0-4 [64.9 kB]
12:56:29 #10 9.621 Get:126 http://deb.debian.org/debian bullseye/main amd64 gpg-agent amd64 2.2.27-2+deb11u2 [669 kB]
12:56:29 #10 9.629 Get:127 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-client amd64 2.2.27-2+deb11u2 [524 kB]
12:56:29 #10 9.635 Get:128 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-server amd64 2.2.27-2+deb11u2 [516 kB]
12:56:29 #10 9.643 Get:129 http://deb.debian.org/debian bullseye/main amd64 gpgsm amd64 2.2.27-2+deb11u2 [645 kB]
12:56:29 #10 9.649 Get:130 http://deb.debian.org/debian bullseye/main amd64 gnupg all 2.2.27-2+deb11u2 [825 kB]
12:56:29 #10 9.657 Get:131 http://deb.debian.org/debian bullseye/main amd64 libfile-dirlist-perl all 0.05-2 [7444 B]
12:56:29 #10 9.658 Get:132 http://deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
12:56:29 #10 9.659 Get:133 http://deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
12:56:29 #10 9.660 Get:134 http://deb.debian.org/debian bullseye/main amd64 libfile-touch-perl all 0.11-1 [9254 B]
12:56:29 #10 9.661 Get:135 http://deb.debian.org/debian bullseye/main amd64 libio-pty-perl amd64 1:1.15-2 [37.0 kB]
12:56:29 #10 9.663 Get:136 http://deb.debian.org/debian bullseye/main amd64 libipc-run-perl all 20200505.0-1 [102 kB]
12:56:29 #10 9.664 Get:137 http://deb.debian.org/debian bullseye/main amd64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
12:56:29 #10 9.665 Get:138 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b3 [11.3 kB]
12:56:29 #10 9.666 Get:139 http://deb.debian.org/debian bullseye/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
12:56:29 #10 9.667 Get:140 http://deb.debian.org/debian bullseye/main amd64 libdevel-callchecker-perl amd64 0.008-1+b2 [15.9 kB]
12:56:29 #10 9.668 Get:141 http://deb.debian.org/debian bullseye/main amd64 libparams-classify-perl amd64 0.015-1+b3 [25.7 kB]
12:56:29 #10 9.669 Get:142 http://deb.debian.org/debian bullseye/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
12:56:29 #10 9.670 Get:143 http://deb.debian.org/debian bullseye/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB]
12:56:29 #10 9.671 Get:144 http://deb.debian.org/debian bullseye/main amd64 librole-tiny-perl all 2.002004-1 [21.4 kB]
12:56:29 #10 9.672 Get:145 http://deb.debian.org/debian bullseye/main amd64 libstrictures-perl all 2.000006-1 [18.6 kB]
12:56:29 #10 9.672 Get:146 http://deb.debian.org/debian bullseye/main amd64 libsub-quote-perl all 2.006006-1 [21.0 kB]
12:56:29 #10 9.674 Get:147 http://deb.debian.org/debian bullseye/main amd64 libmoo-perl all 2.004004-1 [59.9 kB]
12:56:29 #10 9.675 Get:148 http://deb.debian.org/debian bullseye/main amd64 libencode-locale-perl all 1.05-1.1 [13.2 kB]
12:56:29 #10 9.676 Get:149 http://deb.debian.org/debian bullseye/main amd64 libtimedate-perl all 2.3300-2 [39.3 kB]
12:56:29 #10 9.677 Get:150 http://deb.debian.org/debian bullseye/main amd64 libhttp-date-perl all 6.05-1 [10.4 kB]
12:56:29 #10 9.678 Get:151 http://deb.debian.org/debian bullseye/main amd64 libfile-listing-perl all 6.14-1 [12.4 kB]
12:56:29 #10 9.678 Get:152 http://deb.debian.org/debian bullseye/main amd64 libhtml-tagset-perl all 3.20-4 [13.0 kB]
12:56:29 #10 9.679 Get:153 http://deb.debian.org/debian bullseye/main amd64 liburi-perl all 5.08-1 [90.6 kB]
12:56:29 #10 9.681 Get:154 http://deb.debian.org/debian bullseye/main amd64 libhtml-parser-perl amd64 3.75-1+b1 [105 kB]
12:56:29 #10 9.683 Get:155 http://deb.debian.org/debian bullseye/main amd64 libhtml-tree-perl all 5.07-2 [213 kB]
12:56:29 #10 9.685 Get:156 http://deb.debian.org/debian bullseye/main amd64 libio-html-perl all 1.004-2 [16.1 kB]
12:56:29 #10 9.686 Get:157 http://deb.debian.org/debian bullseye/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
12:56:29 #10 9.687 Get:158 http://deb.debian.org/debian bullseye/main amd64 libhttp-message-perl all 6.28-1 [79.6 kB]
12:56:29 #10 9.689 Get:159 http://deb.debian.org/debian bullseye/main amd64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
12:56:29 #10 9.690 Get:160 http://deb.debian.org/debian bullseye/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
12:56:29 #10 9.691 Get:161 http://deb.debian.org/debian bullseye/main amd64 perl-openssl-defaults amd64 5 [7360 B]
12:56:29 #10 9.691 Get:162 http://deb.debian.org/debian bullseye/main amd64 libnet-ssleay-perl amd64 1.88-3+b1 [321 kB]
12:56:29 #10 9.695 Get:163 http://deb.debian.org/debian bullseye/main amd64 libio-socket-ssl-perl all 2.069-1 [215 kB]
12:56:29 #10 9.699 Get:164 http://deb.debian.org/debian bullseye/main amd64 libnet-http-perl all 6.20-1 [25.1 kB]
12:56:29 #10 9.699 Get:165 http://deb.debian.org/debian bullseye/main amd64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
12:56:29 #10 9.700 Get:166 http://deb.debian.org/debian bullseye/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB]
12:56:29 #10 9.701 Get:167 http://deb.debian.org/debian bullseye/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
12:56:29 #10 9.702 Get:168 http://deb.debian.org/debian bullseye/main amd64 libwww-perl all 6.52-1 [192 kB]
12:56:29 #10 9.704 Get:169 http://deb.debian.org/debian bullseye/main amd64 patchutils amd64 0.4.2-1 [77.5 kB]
12:56:29 #10 9.706 Get:170 http://deb.debian.org/debian bullseye/main amd64 wdiff amd64 1.2.2-2+b1 [122 kB]
12:56:29 #10 9.707 Get:171 http://deb.debian.org/debian bullseye/main amd64 devscripts amd64 2.21.3+deb11u1 [1093 kB]
12:56:29 #10 9.718 Get:172 http://deb.debian.org/debian bullseye/main amd64 diffstat amd64 1.64-1 [36.6 kB]
12:56:29 #10 39.60 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
12:56:29 #10 39.61 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:56:29 #10 39.62 Setting up t1utils (1.41-4) ...
12:56:29 #10 39.63 Setting up diffstat (1.64-1) ...
12:56:29 #10 39.65 Setting up libpng16-16:arm64 (1.6.37-3) ...
12:56:29 #10 39.66 Setting up libmpc3:arm64 (1.2.0-1) ...
12:56:29 #10 39.67 Setting up libatomic1:arm64 (10.2.1-6) ...
12:56:29 #10 39.68 Setting up patch (2.7.6-7) ...
12:56:29 #10 39.70 Setting up autopoint (0.21-4) ...
12:56:29 #10 39.71 Setting up libwebp6:arm64 (0.6.1-2.1) ...
12:56:29 #10 39.72 Setting up fonts-dejavu-core (2.37-2) ...
12:56:29 #10 39.78 Setting up libxdelta2 (1.1.3-9.3) ...
12:56:29 #10 39.79 Setting up libncursesw6:arm64 (6.2+20201114-2) ...
12:56:29 #10 39.80 Setting up libltdl7:arm64 (2.4.6-15) ...
12:56:29 #10 39.81 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
12:56:29 #10 39.82 Setting up libubsan1:arm64 (10.2.1-6) ...
12:56:29 #10 39.84 Setting up libmd0:arm64 (1.0.3-3) ...
12:56:29 #10 39.84 Setting up python-apt-common (2.2.1) ...
12:56:29 #10 39.86 Setting up libnsl-dev:arm64 (1.3.0-2) ...
12:56:29 #10 39.91 Setting up sensible-utils (0.0.14) ...
12:56:29 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 24.90MB / 116.78MB 9.6s
12:56:29 #7 ...
12:56:29 
12:56:29 #9 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf
12:56:29 #9 resolve docker.io/library/ubuntu:bionic@sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf 0.0s done
12:56:29 #9 sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf 1.33kB / 1.33kB done
12:56:29 #9 sha256:fdd3c9372c19afa928f99afde58f0f80a008ebb695a8c5ee37de5adb7feb46de 424B / 424B done
12:56:29 #9 sha256:5d2df19066aca89df8e5317544a1cb599dc657830184762ff6fdefaaf708db65 2.30kB / 2.30kB done
12:56:29 #9 sha256:72d9f18d70f395ff9bfae4d193077ccea3ca583e3da3dd66f5c84520c0100727 25.69MB / 25.69MB 0.5s done
12:56:29 #9 extracting sha256:72d9f18d70f395ff9bfae4d193077ccea3ca583e3da3dd66f5c84520c0100727 3.3s done
12:56:29 #9 DONE 4.0s
12:56:29 
12:56:29 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:29 
12:56:29 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:29 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.1s done
12:56:29 #12 4.720 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
12:56:29 #12 4.720 1 not fully installed or removed.
12:56:29 #12 4.720 Need to get 8017 kB of archives.
12:56:29 #12 4.720 After this operation, 28.6 MB of additional disk space will be used.
12:56:29 #12 4.720 Get:1 http://deb.debian.org/debian buster/main armhf bash-completion all 1:2.8-6 [208 kB]
12:56:29 #12 4.725 Get:2 http://deb.debian.org/debian buster/main armhf cmake-data all 3.13.4-1 [1476 kB]
12:56:29 #12 4.744 Get:3 http://deb.debian.org/debian buster/main armhf libprocps7 armhf 2:3.3.15-2 [58.7 kB]
12:56:29 #12 4.745 Get:4 http://deb.debian.org/debian buster/main armhf procps armhf 2:3.3.15-2 [248 kB]
12:56:29 #12 4.748 Get:5 http://deb.debian.org/debian-security buster/updates/main armhf libarchive13 armhf 3.3.3-4+deb10u3 [277 kB]
12:56:29 #12 4.751 Get:6 http://deb.debian.org/debian buster/main armhf libjsoncpp1 armhf 1.7.4-3 [67.8 kB]
12:56:29 #12 4.753 Get:7 http://deb.debian.org/debian buster/main armhf librhash0 armhf 1.3.8-1 [134 kB]
12:56:29 #12 4.754 Get:8 http://deb.debian.org/debian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [98.3 kB]
12:56:29 #12 4.756 Get:9 http://deb.debian.org/debian buster/main armhf cmake armhf 3.13.4-1 [2848 kB]
12:56:29 #12 4.787 Get:10 http://deb.debian.org/debian buster/main armhf dh-apparmor all 2.13.2-10 [70.1 kB]
12:56:29 #12 4.788 Get:11 http://deb.debian.org/debian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.0 kB]
12:56:29 #12 4.818 Get:12 http://deb.debian.org/debian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [131 kB]
12:56:29 #12 4.819 Get:13 http://deb.debian.org/debian buster/main armhf libdevmapper-event1.02.1 armhf 2:1.02.155-3 [21.4 kB]
12:56:29 #12 4.820 Get:14 http://deb.debian.org/debian buster/main armhf libudev-dev armhf 241-7~deb10u8 [110 kB]
12:56:29 #12 4.821 Get:15 http://deb.debian.org/debian buster/main armhf libsepol1-dev armhf 2.8-1 [318 kB]
12:56:29 #12 4.825 Get:16 http://deb.debian.org/debian buster/main armhf libpcre16-3 armhf 2:8.39-12 [238 kB]
12:56:29 #12 4.828 Get:17 http://deb.debian.org/debian buster/main armhf libpcre32-3 armhf 2:8.39-12 [231 kB]
12:56:29 #12 4.831 Get:18 http://deb.debian.org/debian buster/main armhf libpcrecpp0v5 armhf 2:8.39-12 [150 kB]
12:56:29 #12 4.832 Get:19 http://deb.debian.org/debian buster/main armhf libpcre3-dev armhf 2:8.39-12 [585 kB]
12:56:29 #12 4.839 Get:20 http://deb.debian.org/debian buster/main armhf libselinux1-dev armhf 2.8-1+b1 [162 kB]
12:56:29 #12 4.841 Get:21 http://deb.debian.org/debian buster/main armhf libdevmapper-dev armhf 2:1.02.155-3 [51.5 kB]
12:56:29 #12 4.842 Get:22 http://deb.debian.org/debian buster/main armhf libseccomp-dev armhf 2.3.3-4 [59.3 kB]
12:56:29 #12 4.842 Get:23 http://deb.debian.org/debian buster/main armhf libsystemd-dev armhf 241-7~deb10u8 [322 kB]
12:56:29 #12 4.846 Get:24 http://deb.debian.org/debian buster/main armhf pkg-config armhf 0.29-6 [60.7 kB]
12:56:29 #10 29.15 Selecting previously unselected package diffstat.
12:56:29 #10 29.15 Preparing to unpack .../155-diffstat_1.65-1_arm64.deb ...
12:56:29 #10 29.16 Unpacking diffstat (1.65-1) ...
12:56:29 #10 29.19 Selecting previously unselected package distro-info-data.
12:56:29 #10 29.19 Preparing to unpack .../156-distro-info-data_0.56_all.deb ...
12:56:29 #10 29.20 Unpacking distro-info-data (0.56) ...
12:56:29 #10 29.24 Selecting previously unselected package python3-pkg-resources.
12:56:29 #10 29.24 Preparing to unpack .../157-python3-pkg-resources_65.6.3-1_all.deb ...
12:56:29 #10 29.24 Unpacking python3-pkg-resources (65.6.3-1) ...
12:56:29 #10 29.32 Selecting previously unselected package python3-chardet.
12:56:29 #12 20.81 (84/84): perl-interpreter-5.26.3-422.el8.aarch6  38 MB/s | 6.3 MB     00:00    
12:56:29 #12 20.81 --------------------------------------------------------------------------------
12:56:29 #12 20.81 Total                                            23 MB/s |  32 MB     00:01     
12:56:29 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 24.12MB / 47.40MB 8.5s
12:56:29 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 23.07MB / 53.32MB 8.7s
12:56:29 #20 0.663 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:56:29 #20 0.672 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:56:29 #20 0.673 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:56:29 #20 0.759 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
12:56:29 #10 10.25 Get:118 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
12:56:29 #8 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 3.8s done
12:56:29 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.1s
12:56:29 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.0s done
12:56:29 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 36.92MB / 148.95MB 1.1s
12:56:29 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.1s done
12:56:29 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.2s done
12:56:29 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 55.70MB / 148.95MB 1.3s
12:56:29 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 66.00MB / 148.95MB 1.4s
12:56:29 #13 6.604 (32/70): git-core-2.39.1-1.el9.aarch64.rpm       20 MB/s | 4.3 MB     00:00    
12:56:29 #13 6.672 (33/70): gcc-11.3.1-4.3.el9.aarch64.rpm          72 MB/s |  30 MB     00:00    
12:56:29 #13 6.695 (34/70): glibc-devel-2.34-58.el9.aarch64.rpm     25 MB/s | 564 kB     00:00    
12:56:29 #13 6.717 (35/70): git-2.39.1-1.el9.aarch64.rpm           143 kB/s |  63 kB     00:00    
12:56:29 #13 6.751 (36/70): kernel-headers-5.14.0-252.el9.aarch64.  83 MB/s | 4.7 MB     00:00    
12:56:29 #13 6.757 (37/70): libasan-11.3.1-4.3.el9.aarch64.rpm      12 MB/s | 430 kB     00:00    
12:56:29 #13 6.764 (38/70): libmpc-1.2.1-4.el9.aarch64.rpm         5.9 MB/s |  63 kB     00:00    
12:56:29 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.6s
12:56:29 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.6s done
12:56:29 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.7s done
12:56:29 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 14.68MB / 148.95MB 1.7s
12:56:29 #7 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
12:56:29 #11 10.05 Get:103 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 xz-utils arm64 5.2.5-2.1 [83.5 kB]
12:56:29 #10 13.59 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]
12:56:29 #10 13.65 Get:206 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
12:56:29 #10 13.65 Get:207 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmailtools-perl all 2.18-1 [74.0 kB]
12:56:29 #10 13.66 Get:208 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsocket6-perl arm64 0.27-1build2 [22.0 kB]
12:56:29 #10 13.67 Get:209 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-socket-inet6-perl all 2.72-2 [13.8 kB]
12:56:29 #10 13.67 Get:210 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-ip-perl all 1.26-1 [31.5 kB]
12:56:29 #10 13.68 Get:211 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-dns-perl all 1.10-2 [335 kB]
12:56:29 #10 13.73 Get:212 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
12:56:29 #10 13.77 Get:213 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libemail-valid-perl all 1.202-1 [16.3 kB]
12:56:29 #10 13.78 Get:214 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libencode-locale-perl all 1.05-1 [12.3 kB]
12:56:29 #10 13.78 Get:215 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libexporter-tiny-perl all 1.000000-2 [34.6 kB]
12:56:29 #10 13.78 Get:216 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libipc-system-simple-perl all 1.25-4 [22.5 kB]
12:56:29 #10 13.78 Get:217 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-basedir-perl all 0.07-1 [16.9 kB]
12:56:29 #10 13.82 Get:218 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
12:56:29 #10 13.83 Get:219 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB]
12:56:29 #10 34.94 Preparing to unpack .../204-libnet-ip-perl_1.26-2_all.deb ...
12:56:29 #10 34.95 Unpacking libnet-ip-perl (1.26-2) ...
12:56:29 #10 34.99 Selecting previously unselected package libnet-dns-perl.
12:56:29 #10 34.99 Preparing to unpack .../205-libnet-dns-perl_1.19-1_all.deb ...
12:56:29 #10 35.00 Unpacking libnet-dns-perl (1.19-1) ...
12:56:29 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.4s done
12:56:29 #10 9.719 Get:173 http://deb.debian.org/debian bullseye/main amd64 distro-info-data all 0.51+deb11u3 [7812 B]
12:56:29 #10 9.720 Get:174 http://deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
12:56:29 #10 9.723 Get:175 http://deb.debian.org/debian bullseye/main amd64 python3-chardet all 4.0.0-1 [99.0 kB]
12:56:29 #10 9.724 Get:176 http://deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
12:56:29 #10 9.725 Get:177 http://deb.debian.org/debian bullseye/main amd64 python3-debian all 0.1.39 [80.1 kB]
12:56:29 #10 9.727 Get:178 http://deb.debian.org/debian bullseye/main amd64 libgpgme11 amd64 1.14.0-1+b2 [281 kB]
12:56:29 #10 9.730 Get:179 http://deb.debian.org/debian bullseye/main amd64 python3-gpg amd64 1.14.0-1+b2 [334 kB]
12:56:29 #10 9.734 Get:180 http://deb.debian.org/debian bullseye/main amd64 dput all 1.1.0 [56.5 kB]
12:56:29 #10 9.738 Get:181 http://deb.debian.org/debian bullseye/main amd64 equivs all 2.3.1 [22.7 kB]
12:56:29 #10 9.739 Get:182 http://deb.debian.org/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB]
12:56:29 #10 9.748 Get:183 http://deb.debian.org/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB]
12:56:29 #10 9.752 Get:184 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl3-gnutls amd64 7.74.0-1.3+deb11u5 [343 kB]
12:56:29 #10 9.755 Get:185 http://deb.debian.org/debian bullseye/main amd64 liberror-perl all 0.17029-1 [31.0 kB]
12:56:29 #10 9.756 Get:186 http://deb.debian.org/debian-security bullseye-security/main amd64 git-man all 1:2.30.2-1+deb11u1 [1829 kB]
12:56:29 #10 9.769 Get:187 http://deb.debian.org/debian-security bullseye-security/main amd64 git amd64 1:2.30.2-1+deb11u1 [5514 kB]
12:56:29 #10 9.813 Get:188 http://deb.debian.org/debian bullseye/main amd64 iso-codes all 4.6.0-1 [2824 kB]
12:56:29 #10 9.844 Get:189 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
12:56:29 #10 9.845 Get:190 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6+b1 [12.0 kB]
12:56:29 #10 9.845 Get:191 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
12:56:29 #10 9.846 Get:192 http://deb.debian.org/debian bullseye/main amd64 libaliased-perl all 0.34-1.1 [14.1 kB]
12:56:29 #10 9.847 Get:193 http://deb.debian.org/debian bullseye/main amd64 libapt-pkg-perl amd64 0.1.39 [72.1 kB]
12:56:29 #10 9.848 Get:194 http://deb.debian.org/debian bullseye/main amd64 libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
12:56:29 #10 9.849 Get:195 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
12:56:29 #10 9.854 Get:196 http://deb.debian.org/debian bullseye/main amd64 libarray-intspan-perl all 2.004-1 [25.5 kB]
12:56:29 #10 9.855 Get:197 http://deb.debian.org/debian bullseye/main amd64 libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
12:56:29 #10 9.856 Get:198 http://deb.debian.org/debian bullseye/main amd64 libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
12:56:29 #10 9.857 Get:199 http://deb.debian.org/debian bullseye/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
12:56:29 #10 9.858 Get:200 http://deb.debian.org/debian bullseye/main amd64 libvariable-magic-perl amd64 0.62-1+b3 [45.7 kB]
12:56:29 #10 9.859 Get:201 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
12:56:29 #10 9.860 Get:202 http://deb.debian.org/debian bullseye/main amd64 libpng16-16 amd64 1.6.37-3 [294 kB]
12:56:29 #10 9.864 Get:203 http://deb.debian.org/debian bullseye/main amd64 libfreetype6 amd64 2.10.4+dfsg-1+deb11u1 [418 kB]
12:56:29 #10 9.868 Get:204 http://deb.debian.org/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB]
12:56:29 #10 9.872 Get:205 http://deb.debian.org/debian bullseye/main amd64 libjpeg62-turbo amd64 1:2.0.6-4 [151 kB]
12:56:29 #10 9.874 Get:206 http://deb.debian.org/debian bullseye/main amd64 libdeflate0 amd64 1.7-1 [53.1 kB]
12:56:29 #10 9.875 Get:207 http://deb.debian.org/debian bullseye/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
12:56:29 #10 9.878 Get:208 http://deb.debian.org/debian bullseye/main amd64 libwebp6 amd64 0.6.1-2.1 [258 kB]
12:56:29 #10 9.881 Get:209 http://deb.debian.org/debian-security bullseye-security/main amd64 libtiff5 amd64 4.2.0-1+deb11u3 [290 kB]
12:56:29 #10 9.884 Get:210 http://deb.debian.org/debian bullseye/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
12:56:29 #10 9.885 Get:211 http://deb.debian.org/debian bullseye/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
12:56:29 #10 9.886 Get:212 http://deb.debian.org/debian bullseye/main amd64 libxcb1 amd64 1.14-3 [140 kB]
12:56:29 #10 9.887 Get:213 http://deb.debian.org/debian bullseye/main amd64 libx11-data all 2:1.7.2-1 [311 kB]
12:56:29 #10 9.891 Get:214 http://deb.debian.org/debian bullseye/main amd64 libx11-6 amd64 2:1.7.2-1 [772 kB]
12:56:29 #10 9.898 Get:215 http://deb.debian.org/debian bullseye/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
12:56:29 #10 9.899 Get:216 http://deb.debian.org/debian bullseye/main amd64 libgd3 amd64 2.3.0-2 [137 kB]
12:56:29 #10 9.901 Get:217 http://deb.debian.org/debian bullseye/main amd64 libc-devtools amd64 2.31-13+deb11u5 [246 kB]
12:56:29 #10 9.904 Get:218 http://deb.debian.org/debian bullseye/main amd64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
12:56:29 #10 9.905 Get:219 http://deb.debian.org/debian bullseye/main amd64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
12:56:29 #10 9.906 Get:220 http://deb.debian.org/debian bullseye/main amd64 libclass-inspector-perl all 1.36-1 [19.6 kB]
12:56:29 #10 9.906 Get:221 http://deb.debian.org/debian bullseye/main amd64 libclass-xsaccessor-perl amd64 1.19-3+b7 [38.1 kB]
12:56:29 #10 9.908 Get:222 http://deb.debian.org/debian bullseye/main amd64 libclone-perl amd64 0.45-1+b1 [15.4 kB]
12:56:29 #10 9.908 Get:223 http://deb.debian.org/debian bullseye/main amd64 libcommon-sense-perl amd64 3.75-1+b4 [24.6 kB]
12:56:29 #10 9.909 Get:224 http://deb.debian.org/debian bullseye/main amd64 libconfig-tiny-perl all 2.26-1 [16.5 kB]
12:56:29 #10 9.910 Get:225 http://deb.debian.org/debian bullseye/main amd64 libparams-util-perl amd64 1.102-1+b1 [25.6 kB]
12:56:29 #10 9.911 Get:226 http://deb.debian.org/debian bullseye/main amd64 libsub-install-perl all 0.928-1.1 [10.8 kB]
12:56:29 #10 9.912 Get:227 http://deb.debian.org/debian bullseye/main amd64 libdata-optlist-perl all 0.110-1.1 [10.8 kB]
12:56:29 #10 9.912 Get:228 http://deb.debian.org/debian bullseye/main amd64 libsub-exporter-perl all 0.987-1 [47.2 kB]
12:56:29 #10 9.913 Get:229 http://deb.debian.org/debian bullseye/main amd64 libconst-fast-perl all 0.014-1.1 [8552 B]
12:56:29 #10 9.914 Get:230 http://deb.debian.org/debian bullseye/main amd64 libwant-perl amd64 0.29-1+b6 [28.8 kB]
12:56:29 #10 9.966 Get:231 http://deb.debian.org/debian bullseye/main amd64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
12:56:29 #10 9.966 Get:232 http://deb.debian.org/debian bullseye/main amd64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
12:56:29 #10 9.966 Get:233 http://deb.debian.org/debian bullseye/main amd64 libcpanel-json-xs-perl amd64 4.25-1+b1 [129 kB]
12:56:29 #10 9.966 Get:234 http://deb.debian.org/debian bullseye/main amd64 libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
12:56:29 #10 9.966 Get:235 http://deb.debian.org/debian bullseye/main amd64 libexception-class-perl all 1.44-1 [32.3 kB]
12:56:29 #10 9.966 Get:236 http://deb.debian.org/debian bullseye/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
12:56:29 #10 9.966 Get:237 http://deb.debian.org/debian bullseye/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
12:56:29 #10 9.966 Get:238 http://deb.debian.org/debian bullseye/main amd64 libexporter-tiny-perl all 1.002002-1 [37.8 kB]
12:56:29 #10 9.966 Get:239 http://deb.debian.org/debian bullseye/main amd64 liblist-moreutils-xs-perl amd64 0.430-2 [40.9 kB]
12:56:29 #10 9.966 Get:240 http://deb.debian.org/debian bullseye/main amd64 liblist-moreutils-perl all 0.430-2 [46.9 kB]
12:56:29 #10 9.966 Get:241 http://deb.debian.org/debian bullseye/main amd64 libdata-dpath-perl all 0.58-1 [43.5 kB]
12:56:29 #10 9.966 Get:242 http://deb.debian.org/debian bullseye/main amd64 libdata-dump-perl all 1.23-1.1 [27.6 kB]
12:56:29 #10 9.966 Get:243 http://deb.debian.org/debian bullseye/main amd64 libdata-messagepack-perl amd64 1.00-4+b1 [38.8 kB]
12:56:29 #10 9.966 Get:244 http://deb.debian.org/debian bullseye/main amd64 libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
12:56:29 #10 9.966 Get:245 http://deb.debian.org/debian bullseye/main amd64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
12:56:29 #10 9.967 Get:246 http://deb.debian.org/debian bullseye/main amd64 libdevel-size-perl amd64 0.83-1+b2 [26.1 kB]
12:56:29 #10 9.968 Get:247 http://deb.debian.org/debian bullseye/main amd64 libdistro-info-perl all 1.0 [7480 B]
12:56:29 #10 9.969 Get:248 http://deb.debian.org/debian bullseye/main amd64 libemail-address-xs-perl amd64 1.04-1+b3 [28.0 kB]
12:56:29 #10 9.970 Get:249 http://deb.debian.org/debian bullseye/main amd64 libfcgi0ldbl amd64 2.4.2-2 [26.1 kB]
12:56:29 #10 9.972 Get:250 http://deb.debian.org/debian bullseye/main amd64 libfcgi-bin amd64 2.4.2-2 [12.9 kB]
12:56:29 #10 9.973 Get:251 http://deb.debian.org/debian bullseye/main amd64 libfcgi-perl amd64 0.79+ds-2 [27.6 kB]
12:56:29 #10 9.993 Get:252 http://deb.debian.org/debian bullseye/main amd64 libipc-system-simple-perl all 1.30-1 [28.2 kB]
12:56:29 #10 9.995 Get:253 http://deb.debian.org/debian bullseye/main amd64 libfile-basedir-perl all 0.08-1 [17.7 kB]
12:56:29 #10 9.995 Get:254 http://deb.debian.org/debian bullseye/main amd64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
12:56:29 #10 9.996 Get:255 http://deb.debian.org/debian bullseye/main amd64 libfile-fcntllock-perl amd64 0.22-3+b7 [35.5 kB]
12:56:29 #10 9.997 Get:256 http://deb.debian.org/debian bullseye/main amd64 libnumber-compare-perl all 0.03-1.1 [6956 B]
12:56:29 #10 9.998 Get:257 http://deb.debian.org/debian bullseye/main amd64 libtext-glob-perl all 0.11-1 [8888 B]
12:56:29 #10 10.01 Get:258 http://deb.debian.org/debian bullseye/main amd64 libfile-find-rule-perl all 0.34-1 [30.6 kB]
12:56:29 #10 10.01 Get:259 http://deb.debian.org/debian bullseye/main amd64 libfont-afm-perl all 1.20-3 [14.0 kB]
12:56:29 #10 10.01 Get:260 http://deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
12:56:29 #10 10.01 Get:261 http://deb.debian.org/debian bullseye/main amd64 libfont-ttf-perl all 1.06-1.1 [318 kB]
12:56:29 #10 10.01 Get:262 http://deb.debian.org/debian bullseye/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB]
12:56:29 #10 10.01 Get:263 http://deb.debian.org/debian bullseye/main amd64 libparams-validate-perl amd64 1.30-1+b1 [68.2 kB]
12:56:29 #10 10.01 Get:264 http://deb.debian.org/debian bullseye/main amd64 libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
12:56:29 #10 10.01 Get:265 http://deb.debian.org/debian bullseye/main amd64 libsort-versions-perl all 1.62-1 [11.0 kB]
12:56:29 #10 10.01 Get:266 http://deb.debian.org/debian bullseye/main amd64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
12:56:29 #10 10.01 Get:267 http://deb.debian.org/debian bullseye/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
12:56:29 #10 10.01 Get:268 http://deb.debian.org/debian bullseye/main amd64 libio-prompter-perl all 0.004015-1 [60.4 kB]
12:56:29 #10 10.01 Get:269 http://deb.debian.org/debian bullseye/main amd64 libjson-perl all 4.03000-1 [88.6 kB]
12:56:29 #10 10.01 Get:270 http://deb.debian.org/debian bullseye/main amd64 liblog-any-perl all 1.709-1 [73.5 kB]
12:56:29 #10 10.01 Get:271 http://deb.debian.org/debian bullseye/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
12:56:29 #10 10.01 Get:272 http://deb.debian.org/debian bullseye/main amd64 libpackage-stash-perl all 0.39-1 [21.9 kB]
12:56:29 #10 10.01 Get:273 http://deb.debian.org/debian bullseye/main amd64 libsub-identify-perl amd64 0.14-1+b3 [12.0 kB]
12:56:29 #10 10.01 Get:274 http://deb.debian.org/debian bullseye/main amd64 libsub-name-perl amd64 0.26-1+b1 [13.8 kB]
12:56:29 #10 10.01 Get:275 http://deb.debian.org/debian bullseye/main amd64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
12:56:29 #10 10.02 Get:276 http://deb.debian.org/debian bullseye/main amd64 libpath-tiny-perl all 0.118-1 [53.5 kB]
12:56:29 #10 10.02 Get:277 http://deb.debian.org/debian bullseye/main amd64 libtype-tiny-perl all 1.012001-2 [351 kB]
12:56:29 #10 10.02 Get:278 http://deb.debian.org/debian bullseye/main amd64 libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
12:56:29 #10 10.02 Get:279 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-0 amd64 2.66.8-1 [1370 kB]
12:56:29 #10 10.04 Get:280 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-data all 2.66.8-1 [1164 kB]
12:56:29 #10 10.05 Get:281 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
12:56:29 #10 10.05 Get:282 http://deb.debian.org/debian bullseye/main amd64 libhash-fieldhash-perl amd64 0.15-1+b3 [18.0 kB]
12:56:29 #10 10.06 Get:283 http://deb.debian.org/debian bullseye/main amd64 libhtml-form-perl all 6.07-1 [22.9 kB]
12:56:29 #10 10.06 Get:284 http://deb.debian.org/debian bullseye/main amd64 libhtml-format-perl all 2.12-1.1 [43.8 kB]
12:56:29 #10 10.06 Get:285 http://deb.debian.org/debian bullseye/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
12:56:29 #10 10.06 Get:286 http://deb.debian.org/debian bullseye/main amd64 libhttp-daemon-perl all 6.12-1+deb11u1 [23.4 kB]
12:56:29 #10 10.06 Get:287 http://deb.debian.org/debian bullseye/main amd64 libio-sessiondata-perl all 1.03-1.1 [5984 B]
12:56:29 #10 10.06 Get:288 http://deb.debian.org/debian bullseye/main amd64 libipc-run3-perl all 0.048-2 [34.2 kB]
12:56:29 #10 10.06 Get:289 http://deb.debian.org/debian bullseye/main amd64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
12:56:29 #10 10.06 Get:290 http://deb.debian.org/debian bullseye/main amd64 libjson-xs-perl amd64 4.030-1+b1 [94.9 kB]
12:56:29 #10 10.06 Get:291 http://deb.debian.org/debian bullseye/main amd64 libjson-maybexs-perl all 1.004003-1 [13.1 kB]
12:56:29 #10 10.06 Get:292 http://deb.debian.org/debian bullseye/main amd64 libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB]
12:56:29 #10 10.07 Get:293 http://deb.debian.org/debian bullseye/main amd64 liblist-compare-perl all 0.55-1 [66.9 kB]
12:56:29 #10 10.07 Get:294 http://deb.debian.org/debian bullseye/main amd64 liblist-someutils-perl all 0.58-1 [36.5 kB]
12:56:29 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 28.31MB / 53.32MB 9.8s
12:56:29 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:29 #7 sha256:de2c937f375f4be2a7770aff34f8335868d8a92d2e2ab3261708fae518df965d 7.12kB / 7.12kB done
12:56:29 #7 sha256:3e01c126cacd61c2824e005ac36dcf6b948239ccbc66c9d64370f194e89d3e99 1.79kB / 1.79kB done
12:56:29 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 0B / 45.92MB 0.2s
12:56:29 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 0B / 7.15MB 0.2s
12:56:29 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 0B / 9.35MB 0.2s
12:56:29 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.05MB / 9.35MB 0.3s
12:56:29 #10 39.93 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
12:56:29 #10 39.94 Setting up libcrypt-dev:arm64 (1:4.4.18-4) ...
12:56:29 #10 39.95 Setting up libuchardet0:arm64 (0.0.7-1) ...
12:56:29 #10 39.96 Setting up lzop (1.04-2) ...
12:56:29 #10 39.97 Setting up libmpdec3:arm64 (2.5.1-1) ...
12:56:29 #10 39.98 Setting up git-man (1:2.30.2-1+deb11u1) ...
12:56:29 #10 39.99 Setting up libssh2-1:arm64 (1.9.0-2) ...
12:56:29 #10 40.00 Setting up netbase (6.3) ...
12:56:29 #10 40.03 Setting up libtiff5:arm64 (4.2.0-1+deb11u3) ...
12:56:29 #10 40.04 Setting up libbinutils:arm64 (2.35.2-2) ...
12:56:29 #10 40.05 Setting up libfido2-1:arm64 (1.6.0-2) ...
12:56:29 #10 40.06 Setting up libisl23:arm64 (0.23-1) ...
12:56:29 #10 40.07 Setting up libc-dev-bin (2.31-13+deb11u5) ...
12:56:29 #10 40.08 Setting up openssl (1.1.1n-0+deb11u4) ...
12:56:29 #10 40.10 Setting up libbsd0:arm64 (0.11.3-1) ...
12:56:29 #10 40.11 Setting up libelf1:arm64 (0.183-1) ...
12:56:29 #10 40.13 Setting up readline-common (8.1-1) ...
12:56:29 #10 40.14 Setting up publicsuffix (20220811.1734-0+deb11u1) ...
12:56:29 #12 5.062 debconf: delaying package configuration, since apt-utils is not installed
12:56:29 #12 5.096 Fetched 8017 kB in 0s (21.0 MB/s)
12:56:29 #12 5.127 Selecting previously unselected package bash-completion.
12:56:29 #12 5.127 (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 ... 27526 files and directories currently installed.)
12:56:29 #12 5.142 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ...
12:56:29 #10 29.33 Preparing to unpack .../158-python3-chardet_5.1.0+dfsg-2_all.deb ...
12:56:29 #10 29.33 Unpacking python3-chardet (5.1.0+dfsg-2) ...
12:56:29 #10 29.39 Selecting previously unselected package python3-debian.
12:56:29 #10 29.39 Preparing to unpack .../159-python3-debian_0.1.49_all.deb ...
12:56:29 #10 29.39 Unpacking python3-debian (0.1.49) ...
12:56:29 #10 29.44 Selecting previously unselected package libgpgme11:arm64.
12:56:29 #10 29.45 Preparing to unpack .../160-libgpgme11_1.18.0-3+b1_arm64.deb ...
12:56:29 #10 29.45 Unpacking libgpgme11:arm64 (1.18.0-3+b1) ...
12:56:29 #10 29.51 Selecting previously unselected package python3-gpg.
12:56:29 #10 29.51 Preparing to unpack .../161-python3-gpg_1.18.0-3+b1_arm64.deb ...
12:56:29 #10 29.51 Unpacking python3-gpg (1.18.0-3+b1) ...
12:56:29 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 18.87MB / 116.78MB 8.8s
12:56:30 #20 0.866 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
12:56:30 #20 0.977 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
12:56:30 #10 10.26 Get:119 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
12:56:30 #10 10.26 Get:120 http://deb.debian.org/debian buster/main amd64 libassuan0 amd64 2.5.2-1 [49.4 kB]
12:56:30 #10 10.26 Get:121 http://deb.debian.org/debian buster/main amd64 gpgconf amd64 2.2.12-1+deb10u2 [510 kB]
12:56:30 #10 10.27 Get:122 http://deb.debian.org/debian-security buster/updates/main amd64 libksba8 amd64 1.3.5-2+deb10u2 [102 kB]
12:56:30 #10 10.28 Get:123 http://deb.debian.org/debian buster/main amd64 libnpth0 amd64 1.6-1 [18.4 kB]
12:56:30 #10 10.28 Get:124 http://deb.debian.org/debian buster/main amd64 dirmngr amd64 2.2.12-1+deb10u2 [712 kB]
12:56:30 #10 10.30 Get:125 http://deb.debian.org/debian buster/main amd64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
12:56:30 #10 10.31 Get:126 http://deb.debian.org/debian buster/main amd64 gnupg-utils amd64 2.2.12-1+deb10u2 [861 kB]
12:56:30 #10 10.33 Get:127 http://deb.debian.org/debian buster/main amd64 gpg amd64 2.2.12-1+deb10u2 [865 kB]
12:56:30 #10 10.34 Get:128 http://deb.debian.org/debian buster/main amd64 pinentry-curses amd64 1.1.0-2 [64.5 kB]
12:56:30 #10 10.34 Get:129 http://deb.debian.org/debian buster/main amd64 gpg-agent amd64 2.2.12-1+deb10u2 [617 kB]
12:56:30 #10 10.35 Get:130 http://deb.debian.org/debian buster/main amd64 gpg-wks-client amd64 2.2.12-1+deb10u2 [485 kB]
12:56:30 #10 10.36 Get:131 http://deb.debian.org/debian buster/main amd64 gpg-wks-server amd64 2.2.12-1+deb10u2 [478 kB]
12:56:30 #10 10.37 Get:132 http://deb.debian.org/debian buster/main amd64 gpgsm amd64 2.2.12-1+deb10u2 [604 kB]
12:56:30 #10 10.38 Get:133 http://deb.debian.org/debian buster/main amd64 gnupg all 2.2.12-1+deb10u2 [715 kB]
12:56:30 #10 10.39 Get:134 http://deb.debian.org/debian buster/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
12:56:30 #10 10.39 Get:135 http://deb.debian.org/debian buster/main amd64 libfile-homedir-perl all 1.004-1 [42.7 kB]
12:56:30 #10 10.39 Get:136 http://deb.debian.org/debian buster/main amd64 libio-pty-perl amd64 1:1.08-1.1+b5 [33.7 kB]
12:56:30 #10 10.39 Get:137 http://deb.debian.org/debian buster/main amd64 libipc-run-perl all 20180523.0-1 [101 kB]
12:56:30 #10 10.39 Get:138 http://deb.debian.org/debian buster/main amd64 libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
12:56:30 #10 10.39 Get:139 http://deb.debian.org/debian buster/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
12:56:30 #10 10.39 Get:140 http://deb.debian.org/debian buster/main amd64 libdevel-globaldestruction-perl all 0.14-1 [8084 B]
12:56:30 #10 10.39 Get:141 http://deb.debian.org/debian buster/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b1 [11.4 kB]
12:56:30 #10 10.40 Get:142 http://deb.debian.org/debian buster/main amd64 libdynaloader-functions-perl all 0.003-1 [12.6 kB]
12:56:30 #10 10.40 Get:143 http://deb.debian.org/debian buster/main amd64 libdevel-callchecker-perl amd64 0.008-1 [15.7 kB]
12:56:30 #10 10.40 Get:144 http://deb.debian.org/debian buster/main amd64 libparams-classify-perl amd64 0.015-1+b1 [25.5 kB]
12:56:30 #10 10.40 Get:145 http://deb.debian.org/debian buster/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
12:56:30 #10 10.40 Get:146 http://deb.debian.org/debian buster/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB]
12:56:30 #10 10.40 Get:147 http://deb.debian.org/debian buster/main amd64 librole-tiny-perl all 2.000006-1 [19.4 kB]
12:56:30 #10 10.40 Get:148 http://deb.debian.org/debian buster/main amd64 libstrictures-perl all 2.000005-1 [18.3 kB]
12:56:30 #10 10.40 Get:149 http://deb.debian.org/debian buster/main amd64 libsub-quote-perl all 2.005001-1 [17.9 kB]
12:56:30 #10 10.40 Get:150 http://deb.debian.org/debian buster/main amd64 libmoo-perl all 2.003004-2 [57.4 kB]
12:56:30 #10 10.40 Get:151 http://deb.debian.org/debian buster/main amd64 libencode-locale-perl all 1.05-1 [13.7 kB]
12:56:30 #10 10.41 Get:152 http://deb.debian.org/debian buster/main amd64 libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
12:56:30 #8 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529
12:56:30 #10 10.41 Get:153 http://deb.debian.org/debian buster/main amd64 libhttp-date-perl all 6.02-1 [10.7 kB]
12:56:30 #10 10.41 Get:154 http://deb.debian.org/debian buster/main amd64 libfile-listing-perl all 6.04-1 [10.3 kB]
12:56:30 #10 10.41 Get:155 http://deb.debian.org/debian buster/main amd64 libhtml-tagset-perl all 3.20-3 [12.7 kB]
12:56:30 #10 10.41 Get:156 http://deb.debian.org/debian buster/main amd64 liburi-perl all 1.76-1 [89.9 kB]
12:56:30 #10 10.41 Get:157 http://deb.debian.org/debian buster/main amd64 libhtml-parser-perl amd64 3.72-3+b3 [105 kB]
12:56:30 #10 10.41 Get:158 http://deb.debian.org/debian buster/main amd64 libhtml-tree-perl all 5.07-2 [213 kB]
12:56:30 #10 10.42 Get:159 http://deb.debian.org/debian buster/main amd64 libio-html-perl all 1.001-1 [17.6 kB]
12:56:30 #10 10.42 Get:160 http://deb.debian.org/debian buster/main amd64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
12:56:30 #10 10.42 Get:161 http://deb.debian.org/debian buster/main amd64 libhttp-message-perl all 6.18-1 [77.8 kB]
12:56:30 #10 10.42 Get:162 http://deb.debian.org/debian buster/main amd64 libhttp-cookies-perl all 6.04-1 [17.8 kB]
12:56:30 #10 10.42 Get:163 http://deb.debian.org/debian buster/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
12:56:30 #10 10.42 Get:164 http://deb.debian.org/debian buster/main amd64 perl-openssl-defaults amd64 3 [6782 B]
12:56:30 #10 10.43 Get:165 http://deb.debian.org/debian buster/main amd64 libnet-ssleay-perl amd64 1.85-2+deb10u1 [308 kB]
12:56:30 #10 10.43 Get:166 http://deb.debian.org/debian buster/main amd64 libio-socket-ssl-perl all 2.060-3 [207 kB]
12:56:30 #10 10.44 Get:167 http://deb.debian.org/debian buster/main amd64 libnet-http-perl all 6.18-1 [24.5 kB]
12:56:30 #10 10.44 Get:168 http://deb.debian.org/debian buster/main amd64 liblwp-protocol-https-perl all 6.07-2 [9242 B]
12:56:30 #10 10.44 Get:169 http://deb.debian.org/debian buster/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB]
12:56:30 #10 10.44 Get:170 http://deb.debian.org/debian buster/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
12:56:30 #10 10.44 Get:171 http://deb.debian.org/debian buster/main amd64 libwww-perl all 6.36-2 [188 kB]
12:56:30 #10 10.44 Get:172 http://deb.debian.org/debian buster/main amd64 patchutils amd64 0.3.4-2 [90.4 kB]
12:56:30 #10 10.44 Get:173 http://deb.debian.org/debian buster/main amd64 wdiff amd64 1.2.2-2+b1 [122 kB]
12:56:30 #10 10.45 Get:174 http://deb.debian.org/debian buster/main amd64 devscripts amd64 2.19.5+deb10u1 [1046 kB]
12:56:30 #10 10.46 Get:175 http://deb.debian.org/debian buster/main amd64 diffstat amd64 1.62-1 [33.4 kB]
12:56:30 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 75.50MB / 148.95MB 1.5s
12:56:30 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 83.89MB / 148.95MB 1.6s
12:56:30 #13 6.768 (39/70): libseccomp-devel-2.5.2-2.el9.aarch64.r 5.6 MB/s |  59 kB     00:00    
12:56:30 #13 6.774 (40/70): libselinux-devel-3.5-0.rc2.1.el9.aarch  16 MB/s | 159 kB     00:00    
12:56:30 #13 6.778 (41/70): libsepol-devel-3.5-0.rc2.1.el9.aarch64 5.0 MB/s |  48 kB     00:00    
12:56:30 #13 6.805 (42/70): libtool-2.4.6-45.el9.aarch64.rpm        19 MB/s | 582 kB     00:00    
12:56:30 #13 6.825 (43/70): libubsan-11.3.1-4.3.el9.aarch64.rpm     11 MB/s | 203 kB     00:00    
12:56:30 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 3.8s done
12:56:30 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529
12:56:30 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 22.77MB / 148.95MB 1.8s
12:56:30 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 31.46MB / 148.95MB 1.9s
12:56:30 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 46.14MB / 148.95MB 2.1s
12:56:30 #7 DONE 13.1s
12:56:30 
12:56:30 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:30 #11 8.004 Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxml2 arm64 2.9.10+dfsg-5ubuntu0.20.04.5 [570 kB]
12:56:30 #11 8.006 Get:40 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libyaml-0-2 arm64 0.2.2-1 [44.4 kB]
12:56:30 #11 8.007 Get:41 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
12:56:30 #11 8.008 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 netbase all 6.1 [13.1 kB]
12:56:30 #11 8.009 Get:43 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
12:56:30 #11 8.010 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-six all 1.14.0-2 [12.1 kB]
12:56:30 #11 8.026 Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 shared-mime-info arm64 1.15-1 [429 kB]
12:56:30 #11 8.026 Get:46 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 ucf all 3.0038+nmu1 [51.6 kB]
12:56:30 #11 8.026 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 xdg-user-dirs arm64 0.17-2ubuntu1 [47.6 kB]
12:56:30 #11 8.074 Get:48 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 xz-utils arm64 5.2.4-1ubuntu1.1 [81.4 kB]
12:56:30 #11 8.146 Get:49 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gettext-base arm64 0.19.8.1-10build1 [48.2 kB]
12:56:30 #11 8.147 Get:50 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 iso-codes all 4.4-1 [2695 kB]
12:56:30 #11 8.255 Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 krb5-locales all 1.17-6ubuntu4.2 [11.5 kB]
12:56:30 #11 8.258 Get:52 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcbor0.6 arm64 0.6.0-0ubuntu1 [20.5 kB]
12:56:30 #11 8.258 Get:53 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libedit2 arm64 3.1-20191231-1 [82.7 kB]
12:56:30 #11 8.262 Get:54 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfido2-1 arm64 1.3.1-1ubuntu2 [45.1 kB]
12:56:30 #11 8.262 Get:55 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5support0 arm64 1.17-6ubuntu4.2 [30.5 kB]
12:56:30 #11 8.262 Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libk5crypto3 arm64 1.17-6ubuntu4.2 [80.4 kB]
12:56:30 #11 8.269 Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkeyutils1 arm64 1.6-6ubuntu1.1 [10.1 kB]
12:56:30 #11 8.269 Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-3 arm64 1.17-6ubuntu4.2 [312 kB]
12:56:30 #11 8.291 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi-krb5-2 arm64 1.17-6ubuntu4.2 [113 kB]
12:56:30 #11 8.363 Get:60 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpsl5 arm64 0.21.0-1ubuntu1 [51.3 kB]
12:56:30 #11 8.364 Get:61 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxau6 arm64 1:1.0.9-0ubuntu1 [7356 B]
12:56:30 #11 8.365 Get:62 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu1 [10.3 kB]
12:56:30 #11 8.365 Get:63 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb1 arm64 1.14-2 [43.0 kB]
12:56:30 #11 8.366 Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
12:56:30 #11 8.370 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libx11-6 arm64 2:1.6.9-2ubuntu1.2 [552 kB]
12:56:30 #11 8.391 Get:66 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxext6 arm64 2:1.3.4-0ubuntu1 [27.7 kB]
12:56:30 #11 8.392 Get:67 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxmuu1 arm64 2:1.1.3-0ubuntu1 [9772 B]
12:56:30 #11 8.392 Get:68 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 manpages all 5.05-1 [1314 kB]
12:56:30 #11 8.449 Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 openssh-client arm64 1:8.2p1-4ubuntu0.5 [637 kB]
12:56:30 #11 8.508 Get:70 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 publicsuffix all 20200303.0012-1 [111 kB]
12:56:30 #11 8.513 Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python-apt-common all 2.0.1 [17.0 kB]
12:56:30 #11 8.513 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-apt arm64 2.0.1 [147 kB]
12:56:30 #11 8.517 Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 strace arm64 5.5-3ubuntu1 [297 kB]
12:56:30 #11 8.527 Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 xauth arm64 1:1.1-0ubuntu1 [24.1 kB]
12:56:30 #11 8.528 Get:75 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfl2 arm64 2.6.4-6.2 [11.4 kB]
12:56:30 #11 8.529 Get:76 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 at arm64 3.1.23-1ubuntu1 [37.7 kB]
12:56:30 #11 8.530 Get:77 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsigsegv2 arm64 2.12-2 [13.3 kB]
12:56:30 #11 8.581 Get:78 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 m4 arm64 1.4.18-4 [194 kB]
12:56:30 #11 8.587 Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autoconf all 2.69-11.1 [321 kB]
12:56:30 #11 8.654 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autotools-dev all 20180224.1 [39.6 kB]
12:56:30 #11 8.654 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 automake all 1:1.16.1-4ubuntu6 [522 kB]
12:56:30 #11 10.18 Get:104 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 m4 arm64 1.4.19-1 [240 kB]
12:56:30 #10 13.84 Get:220 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-date-perl all 6.02-1 [10.4 kB]
12:56:30 #11 10.31 Get:105 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 autoconf all 2.71-2 [338 kB]
12:56:30 #10 13.84 Get:221 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-listing-perl all 6.04-1 [9774 B]
12:56:30 #11 10.38 Get:106 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 autotools-dev all 20220109.1 [44.9 kB]
12:56:30 #10 13.89 Get:222 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfont-afm-perl all 1.20-2 [13.2 kB]
12:56:30 #11 10.39 Get:107 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 automake all 1:1.16.5-1.3 [558 kB]
12:56:30 #10 13.89 Get:223 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-stringy-perl all 2.111-2 [60.6 kB]
12:56:30 #11 10.45 Get:108 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 autopoint all 0.21-8 [421 kB]
12:56:30 #10 13.89 Get:224 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparams-validate-perl arm64 1.29-1 [49.4 kB]
12:56:30 #10 13.89 Get:225 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-exporter-perl all 0.987-1 [44.9 kB]
12:56:30 #10 13.90 Get:226 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgetopt-long-descriptive-perl all 0.102-1 [24.4 kB]
12:56:30 #10 13.90 Get:227 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
12:56:30 #10 13.96 Get:228 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgit-wrapper-perl all 0.047-1 [29.6 kB]
12:56:30 #10 13.96 Get:229 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-html-perl all 1.001-1 [14.9 kB]
12:56:30 #10 13.96 Get:230 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
12:56:30 #10 13.97 Get:231 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-message-perl all 6.14-1 [72.1 kB]
12:56:30 #10 14.04 Get:232 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-form-perl all 6.03-1 [23.5 kB]
12:56:30 #10 14.04 Get:233 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-tree-perl all 5.07-1 [200 kB]
12:56:30 #10 14.05 Get:234 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-format-perl all 2.12-1 [41.3 kB]
12:56:30 #10 14.05 Get:235 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-cookies-perl all 6.04-1 [17.2 kB]
12:56:30 #10 14.05 Get:236 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libhttp-daemon-perl all 6.01-1ubuntu0.1 [15.9 kB]
12:56:30 #10 14.05 Get:237 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-negotiate-perl all 6.00-2 [13.4 kB]
12:56:30 #10 14.11 Get:238 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
12:56:30 #10 35.10 Selecting previously unselected package libnet-domain-tld-perl.
12:56:30 #10 35.10 Preparing to unpack .../206-libnet-domain-tld-perl_1.75-1_all.deb ...
12:56:30 #10 35.10 Unpacking libnet-domain-tld-perl (1.75-1) ...
12:56:30 #10 35.14 Selecting previously unselected package libemail-valid-perl.
12:56:30 #10 35.15 Preparing to unpack .../207-libemail-valid-perl_1.202-1_all.deb ...
12:56:30 #10 35.15 Unpacking libemail-valid-perl (1.202-1) ...
12:56:30 #10 35.18 Selecting previously unselected package libexporter-tiny-perl.
12:56:30 #10 35.19 Preparing to unpack .../208-libexporter-tiny-perl_1.002001-1_all.deb ...
12:56:30 #10 35.19 Unpacking libexporter-tiny-perl (1.002001-1) ...
12:56:30 #10 35.23 Selecting previously unselected package libipc-system-simple-perl.
12:56:30 #10 35.23 Preparing to unpack .../209-libipc-system-simple-perl_1.25-4_all.deb ...
12:56:30 #10 35.23 Unpacking libipc-system-simple-perl (1.25-4) ...
12:56:30 #10 35.27 Selecting previously unselected package libfile-basedir-perl.
12:56:30 #10 35.27 Preparing to unpack .../210-libfile-basedir-perl_0.08-1_all.deb ...
12:56:30 #10 35.28 Unpacking libfile-basedir-perl (0.08-1) ...
12:56:30 #10 35.31 Selecting previously unselected package libfile-chdir-perl.
12:56:30 #10 35.32 Preparing to unpack .../211-libfile-chdir-perl_0.1008-1_all.deb ...
12:56:30 #10 35.32 Unpacking libfile-chdir-perl (0.1008-1) ...
12:56:30 #10 35.36 Selecting previously unselected package libfile-fcntllock-perl.
12:56:30 #10 35.36 Preparing to unpack .../212-libfile-fcntllock-perl_0.22-3+b5_arm64.deb ...
12:56:30 #10 35.37 Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
12:56:30 #10 35.40 Selecting previously unselected package libfont-afm-perl.
12:56:30 #10 35.41 Preparing to unpack .../213-libfont-afm-perl_1.20-2_all.deb ...
12:56:30 #10 35.41 Unpacking libfont-afm-perl (1.20-2) ...
12:56:30 #10 35.47 Selecting previously unselected package libfribidi0:arm64.
12:56:30 #10 10.07 Get:295 http://deb.debian.org/debian bullseye/main amd64 liblist-someutils-xs-perl amd64 0.58-2+b1 [33.3 kB]
12:56:30 #10 10.07 Get:296 http://deb.debian.org/debian bullseye/main amd64 liblist-utilsby-perl all 0.11-1 [15.4 kB]
12:56:30 #10 10.08 Get:297 http://deb.debian.org/debian bullseye/main amd64 libltdl7 amd64 2.4.6-15 [391 kB]
12:56:30 #10 10.08 Get:298 http://deb.debian.org/debian bullseye/main amd64 libltdl-dev amd64 2.4.6-15 [162 kB]
12:56:30 #10 10.08 Get:299 http://deb.debian.org/debian bullseye/main amd64 liblzo2-2 amd64 2.10-2 [56.9 kB]
12:56:30 #10 10.08 Get:300 http://deb.debian.org/debian bullseye/main amd64 libsys-hostname-long-perl all 1.5-2 [11.8 kB]
12:56:30 #10 10.08 Get:301 http://deb.debian.org/debian bullseye/main amd64 libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
12:56:30 #10 10.08 Get:302 http://deb.debian.org/debian bullseye/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
12:56:30 #10 10.09 Get:303 http://deb.debian.org/debian bullseye/main amd64 libmailtools-perl all 2.21-1 [95.5 kB]
12:56:30 #10 10.09 Get:304 http://deb.debian.org/debian bullseye/main amd64 libmarkdown2 amd64 2.2.6-1 [36.8 kB]
12:56:30 #10 10.09 Get:305 http://deb.debian.org/debian bullseye/main amd64 libmime-tools-perl all 5.509-1 [212 kB]
12:56:30 #10 10.09 Get:306 http://deb.debian.org/debian bullseye/main amd64 libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
12:56:30 #10 10.09 Get:307 http://deb.debian.org/debian bullseye/main amd64 libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
12:56:30 #10 10.09 Get:308 http://deb.debian.org/debian bullseye/main amd64 libobject-id-perl all 0.1.2-2.1 [16.7 kB]
12:56:30 #10 10.09 Get:309 http://deb.debian.org/debian bullseye/main amd64 libmoox-struct-perl all 0.020-1 [25.4 kB]
12:56:30 #10 10.09 Get:310 http://deb.debian.org/debian bullseye/main amd64 libmouse-perl amd64 2.5.10-1+b1 [172 kB]
12:56:30 #10 10.10 Get:311 http://deb.debian.org/debian bullseye/main amd64 libnumber-range-perl all 0.12-1.1 [8688 B]
12:56:30 #10 10.10 Get:312 http://deb.debian.org/debian bullseye/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b9 [37.9 kB]
12:56:30 #10 10.10 Get:313 http://deb.debian.org/debian bullseye/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b9 [28.8 kB]
12:56:30 #10 10.10 Get:314 http://deb.debian.org/debian bullseye/main amd64 libpackage-stash-xs-perl amd64 0.29-1+b2 [20.2 kB]
12:56:30 #10 10.10 Get:315 http://deb.debian.org/debian bullseye/main amd64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
12:56:30 #10 10.11 Get:316 http://deb.debian.org/debian bullseye/main amd64 libperlio-gzip-perl amd64 0.19-1+b7 [17.4 kB]
12:56:30 #10 10.11 Get:317 http://deb.debian.org/debian bullseye/main amd64 libpod-parser-perl all 1.63-2 [96.1 kB]
12:56:30 #10 10.11 Get:318 http://deb.debian.org/debian bullseye/main amd64 libpod-constants-perl all 0.19-2 [17.3 kB]
12:56:30 #10 10.11 Get:319 http://deb.debian.org/debian bullseye/main amd64 libproc-processtable-perl amd64 0.59-2+b1 [45.9 kB]
12:56:30 #10 10.11 Get:320 http://deb.debian.org/debian bullseye/main amd64 libre2-9 amd64 20210201+dfsg-1 [170 kB]
12:56:30 #10 10.11 Get:321 http://deb.debian.org/debian bullseye/main amd64 libre-engine-re2-perl amd64 0.14-1 [18.6 kB]
12:56:30 #10 10.11 Get:322 http://deb.debian.org/debian bullseye/main amd64 libreadonly-perl all 2.050-3 [23.1 kB]
12:56:30 #10 10.12 Get:323 http://deb.debian.org/debian bullseye/main amd64 libref-util-perl all 0.204-1 [17.1 kB]
12:56:30 #10 10.12 Get:324 http://deb.debian.org/debian bullseye/main amd64 libref-util-xs-perl amd64 0.117-1+b3 [13.9 kB]
12:56:30 #10 10.12 Get:325 http://deb.debian.org/debian bullseye/main amd64 libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
12:56:30 #10 10.12 Get:326 http://deb.debian.org/debian bullseye/main amd64 libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
12:56:30 #10 10.12 Get:327 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2.1+deb11u1 [104 kB]
12:56:30 #10 10.12 Get:328 http://deb.debian.org/debian bullseye/main amd64 libsereal-decoder-perl amd64 4.018+ds-1+b1 [99.3 kB]
12:56:30 #10 10.12 Get:329 http://deb.debian.org/debian bullseye/main amd64 libsereal-encoder-perl amd64 4.018+ds-1+b1 [103 kB]
12:56:30 #10 10.13 Get:330 http://deb.debian.org/debian bullseye/main amd64 libtask-weaken-perl all 1.06-1 [9252 B]
12:56:30 #10 10.13 Get:331 http://deb.debian.org/debian bullseye/main amd64 libxml-parser-perl amd64 2.46-2 [206 kB]
12:56:30 #10 10.13 Get:332 http://deb.debian.org/debian bullseye/main amd64 libsoap-lite-perl all 1.27-1 [258 kB]
12:56:30 #10 10.13 Get:333 http://deb.debian.org/debian bullseye/main amd64 libsort-key-perl amd64 1.33-2+b3 [37.1 kB]
12:56:30 #10 10.14 Get:334 http://deb.debian.org/debian bullseye/main amd64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
12:56:30 #10 10.14 Get:335 http://deb.debian.org/debian bullseye/main amd64 libstring-escape-perl all 2010.002-2 [19.1 kB]
12:56:30 #10 10.14 Get:336 http://deb.debian.org/debian bullseye/main amd64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
12:56:30 #10 10.14 Get:337 http://deb.debian.org/debian bullseye/main amd64 libsys-cpuaffinity-perl amd64 1.13~03-1 [33.9 kB]
12:56:30 #10 10.14 Get:338 http://deb.debian.org/debian bullseye/main amd64 libterm-readkey-perl amd64 2.38-1+b2 [27.8 kB]
12:56:30 #10 10.14 Get:339 http://deb.debian.org/debian bullseye/main amd64 libtext-levenshteinxs-perl amd64 0.03-4+b8 [8724 B]
12:56:30 #10 10.15 Get:340 http://deb.debian.org/debian bullseye/main amd64 libtext-markdown-discount-perl amd64 0.12-1+b1 [13.0 kB]
12:56:30 #10 10.15 Get:341 http://deb.debian.org/debian bullseye/main amd64 libtext-xslate-perl amd64 3.5.8-1+b1 [197 kB]
12:56:30 #10 10.15 Get:342 http://deb.debian.org/debian bullseye/main amd64 libtime-duration-perl all 1.21-1 [13.7 kB]
12:56:30 #10 10.15 Get:343 http://deb.debian.org/debian bullseye/main amd64 libtime-moment-perl amd64 0.44-1+b3 [75.8 kB]
12:56:30 #10 10.15 Get:344 http://deb.debian.org/debian bullseye/main amd64 libtype-tiny-xs-perl amd64 0.022-1 [25.8 kB]
12:56:30 #10 10.15 Get:345 http://deb.debian.org/debian bullseye/main amd64 libunicode-utf8-perl amd64 0.62-1+b2 [20.3 kB]
12:56:30 #10 10.15 Get:346 http://deb.debian.org/debian bullseye/main amd64 libunwind8 amd64 1.3.2-2 [54.5 kB]
12:56:30 #10 10.15 Get:347 http://deb.debian.org/debian bullseye/main amd64 libxdelta2 amd64 1.1.3-9.3 [48.2 kB]
12:56:30 #10 10.15 Get:348 http://deb.debian.org/debian bullseye/main amd64 libxext6 amd64 2:1.3.3-1.1 [52.7 kB]
12:56:30 #10 10.15 Get:349 http://deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
12:56:30 #10 10.16 Get:350 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
12:56:30 #10 10.16 Get:351 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
12:56:30 #10 10.17 Get:352 http://deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
12:56:30 #10 10.17 Get:353 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
12:56:30 #10 10.17 Get:354 http://deb.debian.org/debian bullseye/main amd64 libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
12:56:30 #10 10.17 Get:355 http://deb.debian.org/debian bullseye/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
12:56:30 #10 10.17 Get:356 http://deb.debian.org/debian bullseye/main amd64 libyaml-0-2 amd64 0.2.2-1 [49.6 kB]
12:56:30 #10 10.17 Get:357 http://deb.debian.org/debian bullseye/main amd64 libyaml-libyaml-perl amd64 0.82+repack-1+b1 [35.8 kB]
12:56:30 #10 10.18 Get:358 http://deb.debian.org/debian bullseye/main amd64 licensecheck all 3.1.1-2 [50.0 kB]
12:56:30 #10 10.18 Get:359 http://deb.debian.org/debian bullseye/main amd64 lzip amd64 1.22-3 [88.5 kB]
12:56:30 #10 10.18 Get:360 http://deb.debian.org/debian bullseye/main amd64 lzop amd64 1.04-2 [84.2 kB]
12:56:30 #10 10.18 Get:361 http://deb.debian.org/debian bullseye/main amd64 t1utils amd64 1.41-4 [62.1 kB]
12:56:30 #10 10.18 Get:362 http://deb.debian.org/debian bullseye/main amd64 unzip amd64 6.0-26+deb11u1 [172 kB]
12:56:30 #10 10.19 Get:363 http://deb.debian.org/debian bullseye/main amd64 lintian all 2.104.0 [1265 kB]
12:56:30 #10 10.20 Get:364 http://deb.debian.org/debian bullseye/main amd64 lsb-release all 11.1.0 [27.9 kB]
12:56:30 #10 10.20 Get:365 http://deb.debian.org/debian bullseye/main amd64 manpages-dev all 5.10-1 [2309 kB]
12:56:30 #10 10.22 Get:366 http://deb.debian.org/debian bullseye/main amd64 pbzip2 amd64 1.1.13-1 [44.9 kB]
12:56:30 #10 10.22 Get:367 http://deb.debian.org/debian bullseye/main amd64 pixz amd64 1.0.7-1 [20.9 kB]
12:56:30 #10 10.22 Get:368 http://deb.debian.org/debian bullseye/main amd64 xdelta amd64 1.1.3-9.3 [26.4 kB]
12:56:30 #10 10.23 Get:369 http://deb.debian.org/debian bullseye/main amd64 xdelta3 amd64 3.0.11-dfsg-1+b1 [69.3 kB]
12:56:30 #10 10.23 Get:370 http://deb.debian.org/debian bullseye/main amd64 pristine-tar amd64 1.49 [119 kB]
12:56:30 #10 10.23 Get:371 http://deb.debian.org/debian bullseye/main amd64 publicsuffix all 20220811.1734-0+deb11u1 [127 kB]
12:56:30 #10 10.23 Get:372 http://deb.debian.org/debian bullseye/main amd64 python-apt-common all 2.2.1 [96.5 kB]
12:56:30 #10 10.23 Get:373 http://deb.debian.org/debian bullseye/main amd64 python3-apt amd64 2.2.1 [190 kB]
12:56:30 #10 10.23 Get:374 http://deb.debian.org/debian bullseye/main amd64 python3-certifi all 2020.6.20-1 [151 kB]
12:56:30 #10 10.24 Get:375 http://deb.debian.org/debian bullseye/main amd64 python3-idna all 2.10-1 [37.4 kB]
12:56:30 #10 10.24 Get:376 http://deb.debian.org/debian bullseye/main amd64 python3-magic all 2:0.4.20-3 [13.4 kB]
12:56:30 #10 10.24 Get:377 http://deb.debian.org/debian bullseye/main amd64 python3-urllib3 all 1.26.5-1~exp1 [114 kB]
12:56:30 #10 10.24 Get:378 http://deb.debian.org/debian bullseye/main amd64 python3-requests all 2.25.1+dfsg-2 [69.3 kB]
12:56:30 #10 10.25 Get:379 http://deb.debian.org/debian bullseye/main amd64 python3-unidiff all 0.5.5-2 [9604 B]
12:56:30 #10 10.25 Get:380 http://deb.debian.org/debian bullseye/main amd64 python3-xdg all 0.27-2 [41.8 kB]
12:56:30 #10 10.25 Get:381 http://deb.debian.org/debian bullseye/main amd64 shared-mime-info amd64 2.0-1 [701 kB]
12:56:30 #10 10.25 Get:382 http://deb.debian.org/debian bullseye/main amd64 strace amd64 5.10-1 [1084 kB]
12:56:30 #10 10.26 Get:383 http://deb.debian.org/debian bullseye/main amd64 xauth amd64 1:1.1-1 [40.5 kB]
12:56:30 #10 10.26 Get:384 http://deb.debian.org/debian bullseye/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB]
12:56:30 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 3.15MB / 45.92MB 0.5s
12:56:30 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.05MB / 7.15MB 0.5s
12:56:30 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 2.10MB / 9.35MB 0.5s
12:56:30 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 2.10MB / 7.15MB 0.6s
12:56:30 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 3.15MB / 9.35MB 0.6s
12:56:30 #10 40.15 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
12:56:30 #10 40.16 Setting up libmarkdown2:arm64 (2.2.6-1) ...
12:56:30 #10 40.17 Setting up libcc1-0:arm64 (10.2.1-6) ...
12:56:30 #10 40.18 Setting up iso-codes (4.6.0-1) ...
12:56:30 #10 40.19 Setting up liblocale-gettext-perl (1.07-4+b1) ...
12:56:30 #10 40.21 Setting up liblsan0:arm64 (10.2.1-6) ...
12:56:30 #10 40.22 Setting up cpp-10 (10.2.1-6) ...
12:56:30 #10 40.24 Setting up dctrl-tools (2.24-3) ...
12:56:30 #10 40.25 Setting up libitm1:arm64 (10.2.1-6) ...
12:56:30 #10 40.26 Setting up debian-keyring (2021.07.26) ...
12:56:30 #10 40.27 Setting up libgdbm6:arm64 (1.19-2) ...
12:56:30 #10 40.28 Setting up libtsan0:arm64 (10.2.1-6) ...
12:56:30 #10 40.30 Setting up libctf0:arm64 (2.35.2-2) ...
12:56:30 #10 40.31 Setting up pinentry-curses (1.1.0-4) ...
12:56:30 #10 40.33 Setting up manpages-dev (5.10-1) ...
12:56:30 #10 40.34 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
12:56:30 #10 40.36 Setting up libxcb1:arm64 (1.14-3) ...
12:56:30 #10 29.60 Selecting previously unselected package python3-xdg.
12:56:30 #10 29.60 Preparing to unpack .../162-python3-xdg_0.28-2_all.deb ...
12:56:30 #10 29.61 Unpacking python3-xdg (0.28-2) ...
12:56:30 #10 29.66 Selecting previously unselected package dput.
12:56:30 #10 29.66 Preparing to unpack .../163-dput_1.1.3_all.deb ...
12:56:30 #10 29.67 Unpacking dput (1.1.3) ...
12:56:30 #10 29.73 Selecting previously unselected package equivs.
12:56:30 #10 29.74 Preparing to unpack .../164-equivs_2.3.1_all.deb ...
12:56:30 #10 29.74 Unpacking equivs (2.3.1) ...
12:56:30 #10 29.78 Selecting previously unselected package fonts-dejavu-core.
12:56:30 #10 29.78 Preparing to unpack .../165-fonts-dejavu-core_2.37-2_all.deb ...
12:56:30 #10 29.79 Unpacking fonts-dejavu-core (2.37-2) ...
12:56:30 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 28.31MB / 47.40MB 9.1s
12:56:30 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 26.21MB / 53.32MB 9.2s
12:56:30 #10 10.47 Get:176 http://deb.debian.org/debian-security buster/updates/main amd64 distro-info-data all 0.41+deb10u6 [7080 B]
12:56:30 #10 10.47 Get:177 http://deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
12:56:30 #10 10.47 Get:178 http://deb.debian.org/debian buster/main amd64 python3-chardet all 3.0.4-3 [80.5 kB]
12:56:30 #10 10.47 Get:179 http://deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB]
12:56:30 #10 10.47 Get:180 http://deb.debian.org/debian buster/main amd64 python3-debian all 0.1.35 [78.8 kB]
12:56:30 #10 10.47 Get:181 http://deb.debian.org/debian buster/main amd64 libgpgme11 amd64 1.12.0-6 [251 kB]
12:56:30 #10 10.48 Get:182 http://deb.debian.org/debian buster/main amd64 python3-gpg amd64 1.12.0-6 [301 kB]
12:56:30 #10 10.49 Get:183 http://deb.debian.org/debian buster/main amd64 dput all 1.0.3 [54.5 kB]
12:56:30 #10 10.49 Get:184 http://deb.debian.org/debian buster/main amd64 equivs all 2.2.0 [22.4 kB]
12:56:30 #10 10.49 Get:185 http://deb.debian.org/debian-security buster/updates/main amd64 exim4-config all 4.92-8+deb10u7 [325 kB]
12:56:30 #10 10.49 Get:186 http://deb.debian.org/debian-security buster/updates/main amd64 exim4-base amd64 4.92-8+deb10u7 [1137 kB]
12:56:30 #10 10.51 Get:187 http://deb.debian.org/debian buster/main amd64 libevent-2.1-6 amd64 2.1.8-stable-4 [177 kB]
12:56:30 #10 10.52 Get:188 http://deb.debian.org/debian buster/main amd64 libunbound8 amd64 1.9.0-2+deb10u2 [462 kB]
12:56:30 #10 10.53 Get:189 http://deb.debian.org/debian-security buster/updates/main amd64 libgnutls-dane0 amd64 3.6.7-4+deb10u9 [318 kB]
12:56:30 #10 10.54 Get:190 http://deb.debian.org/debian-security buster/updates/main amd64 exim4-daemon-light amd64 4.92-8+deb10u7 [584 kB]
12:56:30 #10 10.55 Get:191 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl3-gnutls amd64 7.64.0-4+deb10u4 [331 kB]
12:56:30 #10 10.55 Get:192 http://deb.debian.org/debian buster/main amd64 libpcre2-8-0 amd64 10.32-5 [213 kB]
12:56:30 #10 10.56 Get:193 http://deb.debian.org/debian buster/main amd64 liberror-perl all 0.17027-2 [30.9 kB]
12:56:30 #10 10.56 Get:194 http://deb.debian.org/debian-security buster/updates/main amd64 git-man all 1:2.20.1-2+deb10u7 [1623 kB]
12:56:30 #10 10.58 Get:195 http://deb.debian.org/debian-security buster/updates/main amd64 git amd64 1:2.20.1-2+deb10u7 [5630 kB]
12:56:30 #10 10.68 Get:196 http://deb.debian.org/debian buster/main amd64 libgc1c2 amd64 1:7.6.4-0.4 [224 kB]
12:56:30 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 110.10MB / 148.95MB 1.9s
12:56:30 #13 7.151 (44/70): libtool-ltdl-2.4.6-45.el9.aarch64.rpm   98 kB/s |  37 kB     00:00    
12:56:30 #13 7.169 (45/70): libxcrypt-devel-4.4.18-3.el9.aarch64.r 1.7 MB/s |  29 kB     00:00    
12:56:30 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 58.72MB / 148.95MB 2.3s
12:56:30 #11 8.672 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autopoint all 0.19.8.1-10build1 [412 kB]
12:56:30 #11 8.686 Get:83 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils-common arm64 2.34-6ubuntu1.4 [207 kB]
12:56:30 #11 8.692 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libbinutils arm64 2.34-6ubuntu1.4 [475 kB]
12:56:30 #11 8.709 Get:85 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libctf-nobfd0 arm64 2.34-6ubuntu1.4 [43.8 kB]
12:56:30 #11 8.710 Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libctf0 arm64 2.34-6ubuntu1.4 [43.0 kB]
12:56:30 #11 8.726 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.34-6ubuntu1.4 [1986 kB]
12:56:30 #11 8.806 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils arm64 2.34-6ubuntu1.4 [3364 B]
12:56:30 #11 8.808 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc-dev-bin arm64 2.31-0ubuntu9.9 [64.2 kB]
12:56:30 #11 8.809 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 linux-libc-dev arm64 5.4.0-137.154 [1100 kB]
12:56:30 #11 8.847 Get:91 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcrypt-dev arm64 1:4.4.10-10ubuntu4 [111 kB]
12:56:30 #11 8.850 Get:92 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc6-dev arm64 2.31-0ubuntu9.9 [2069 kB]
12:56:30 #11 8.952 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]
12:56:30 #10 14.11 Get:239 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-pty-perl arm64 1:1.08-1.1build4 [28.9 kB]
12:56:30 #10 14.11 Get:240 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-string-perl all 1.08-3 [11.1 kB]
12:56:30 #10 14.11 Get:241 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libipc-run-perl all 0.96-1 [89.9 kB]
12:56:30 #10 14.18 Get:242 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblist-compare-perl all 0.53-1 [65.6 kB]
12:56:30 #10 14.19 Get:243 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblist-moreutils-perl arm64 0.416-1build3 [52.7 kB]
12:56:30 #10 14.19 Get:244 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libltdl7 arm64 2.4.6-2 [35.9 kB]
12:56:30 #10 14.19 Get:245 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libltdl-dev arm64 2.4.6-2 [160 kB]
12:56:30 #10 14.20 Get:246 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-http-perl all 6.17-1 [22.7 kB]
12:56:30 #10 14.20 Get:247 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libwww-robotrules-perl all 6.01-1 [14.1 kB]
12:56:30 #10 14.26 Get:248 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libwww-perl all 6.31-1ubuntu0.1 [137 kB]
12:56:30 #10 14.26 Get:249 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblwp-protocol-https-perl all 6.07-2 [8284 B]
12:56:30 #10 14.26 Get:250 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
12:56:30 #10 14.26 Get:251 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
12:56:30 #10 14.33 Get:252 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librole-tiny-perl all 2.000006-1 [15.9 kB]
12:56:30 #10 14.33 Get:253 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libstrictures-perl all 2.000003-1 [16.1 kB]
12:56:30 #10 14.33 Get:254 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-quote-perl all 2.005000-1 [17.0 kB]
12:56:30 #10 14.33 Get:255 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmoo-perl all 2.003004-1 [45.5 kB]
12:56:30 #10 14.33 Get:256 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpackage-stash-perl all 0.37-1 [18.3 kB]
12:56:30 #10 14.33 Get:257 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-identify-perl arm64 0.14-1 [10.3 kB]
12:56:30 #10 14.40 Get:258 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
12:56:30 #11 10.48 Get:109 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 binutils-common arm64 2.39-3ubuntu1.1 [225 kB]
12:56:30 #11 10.49 Get:110 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libbinutils arm64 2.39-3ubuntu1.1 [709 kB]
12:56:30 #11 10.53 Get:111 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libctf-nobfd0 arm64 2.39-3ubuntu1.1 [96.7 kB]
12:56:30 #11 10.53 Get:112 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libctf0 arm64 2.39-3ubuntu1.1 [92.9 kB]
12:56:30 #11 10.53 Get:113 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libgprofng0 arm64 2.39-3ubuntu1.1 [791 kB]
12:56:30 #11 10.58 Get:114 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.39-3ubuntu1.1 [3133 kB]
12:56:30 #10 35.48 Preparing to unpack .../214-libfribidi0_1.0.5-3.1+deb10u2_arm64.deb ...
12:56:30 #10 35.48 Unpacking libfribidi0:arm64 (1.0.5-3.1+deb10u2) ...
12:56:30 #10 35.53 Selecting previously unselected package libfuture-perl.
12:56:30 #10 35.53 Preparing to unpack .../215-libfuture-perl_0.39-1_all.deb ...
12:56:30 #10 35.53 Unpacking libfuture-perl (0.39-1) ...
12:56:30 #10 35.58 Selecting previously unselected package libio-stringy-perl.
12:56:30 #10 35.58 Preparing to unpack .../216-libio-stringy-perl_2.111-3_all.deb ...
12:56:30 #10 35.58 Unpacking libio-stringy-perl (2.111-3) ...
12:56:30 #10 35.62 Selecting previously unselected package libparams-validate-perl.
12:56:30 #10 35.63 Preparing to unpack .../217-libparams-validate-perl_1.29-1+b1_arm64.deb ...
12:56:30 #10 35.63 Unpacking libparams-validate-perl (1.29-1+b1) ...
12:56:30 #10 35.67 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:56:30 #10 35.67 Preparing to unpack .../218-libgetopt-long-descriptive-perl_0.103-2_all.deb ...
12:56:30 #10 35.68 Unpacking libgetopt-long-descriptive-perl (0.103-2) ...
12:56:30 #10 10.49 debconf: delaying package configuration, since apt-utils is not installed
12:56:30 #11 37.45 --------------------------------------------------------------------------------
12:56:30 #11 37.45 Total                                              1.4 MB/s |  17 MB  00:12     
12:56:30 #11 37.46 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
12:56:30 #11 37.46 Importing GPG key 0xF4A80EB5:
12:56:30 #11 37.46  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
12:56:30 #11 37.46  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
12:56:30 #11 37.46  Package    : centos-release-7-9.2009.0.el7.centos.aarch64 (@instCentOS)
12:56:30 #11 37.46  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
12:56:30 #11 37.47 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
12:56:30 #11 37.47 Importing GPG key 0x305D49D6:
12:56:30 #11 37.47  Userid     : "CentOS AltArch SIG - AArch64 (http://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64) <security@centos.org>"
12:56:30 #11 37.47  Fingerprint: ef8f 3ca6 6efd f32b 36cd adf7 6c7c b6ef 305d 49d6
12:56:30 #11 37.47  Package    : centos-release-7-9.2009.0.el7.centos.aarch64 (@instCentOS)
12:56:30 #11 37.47  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
12:56:30 #11 37.54 Running transaction check
12:56:30 #11 37.59 Running transaction test
12:56:30 #11 37.66 Transaction test succeeded
12:56:30 #11 37.66 Running transaction
12:56:30 #11 37.84   Updating   : rpm-4.11.3-48.el7_9.aarch64                                 1/52 
12:56:30 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 6.29MB / 45.92MB 0.8s
12:56:30 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 4.19MB / 7.15MB 0.8s
12:56:30 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 5.24MB / 9.35MB 0.8s
12:56:30 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 5.24MB / 7.15MB 0.9s
12:56:30 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 6.29MB / 9.35MB 0.9s
12:56:30 #10 40.37 Setting up gettext (0.21-4) ...
12:56:30 #10 40.39 Setting up xdelta (1.1.3-9.3) ...
12:56:30 #10 40.41 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
12:56:30 #10 40.42 Setting up libgcc-10-dev:arm64 (10.2.1-6) ...
12:56:30 #10 40.43 Setting up libedit2:arm64 (3.1-20191231-2+b1) ...
12:56:30 #10 40.44 Setting up libreadline8:arm64 (8.1-1) ...
12:56:30 #10 40.45 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
12:56:30 #10 40.46 Setting up m4 (1.4.18-5) ...
12:56:30 #10 40.47 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
12:56:30 #10 40.48 Setting up libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u5) ...
12:56:30 #10 40.49 Setting up binutils (2.35.2-2) ...
12:56:30 #10 40.51 Setting up ca-certificates (20210119) ...
12:56:30 #10 29.91 Selecting previously unselected package fontconfig-config.
12:56:30 #10 29.92 Preparing to unpack .../166-fontconfig-config_2.14.1-4_arm64.deb ...
12:56:30 #10 30.04 Unpacking fontconfig-config (2.14.1-4) ...
12:56:30 #10 30.10 Selecting previously unselected package libcurl3-gnutls:arm64.
12:56:30 #10 30.10 Preparing to unpack .../167-libcurl3-gnutls_7.87.0-2_arm64.deb ...
12:56:30 #10 30.12 Unpacking libcurl3-gnutls:arm64 (7.87.0-2) ...
12:56:30 #10 30.17 Selecting previously unselected package liberror-perl.
12:56:30 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 32.51MB / 53.32MB 10.3s
12:56:30 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 31.46MB / 116.78MB 10.3s
12:56:30 #10 10.69 Get:197 http://deb.debian.org/debian buster/main amd64 libltdl7 amd64 2.4.6-9 [390 kB]
12:56:30 #10 10.69 Get:198 http://deb.debian.org/debian buster/main amd64 guile-2.2-libs amd64 2.2.4+1-2+deb10u1 [4968 kB]
12:56:30 #10 10.91 Get:199 http://deb.debian.org/debian buster/main amd64 iso-codes all 4.2-1 [2713 kB]
12:56:30 #10 10.99 Get:200 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
12:56:30 #10 11.00 Get:201 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
12:56:30 #10 11.00 Get:202 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
12:56:30 #10 11.00 Get:203 http://deb.debian.org/debian buster/main amd64 libapt-inst2.0 amd64 1.8.2.3 [204 kB]
12:56:30 #10 11.00 Get:204 http://deb.debian.org/debian buster/main amd64 libapt-pkg-perl amd64 0.1.34+b1 [71.2 kB]
12:56:30 #10 11.00 Get:205 http://deb.debian.org/debian buster/main amd64 libarchive-cpio-perl all 0.10-1 [10.3 kB]
12:56:30 #10 11.01 Get:206 http://deb.debian.org/debian buster/main amd64 libasync-mergepoint-perl all 0.04-2 [10.4 kB]
12:56:30 #10 11.01 Get:207 http://deb.debian.org/debian buster/main amd64 libauthen-sasl-perl all 2.1600-1 [50.8 kB]
12:56:30 #10 11.01 Get:208 http://deb.debian.org/debian buster/main amd64 libmodule-implementation-perl all 0.09-1 [12.9 kB]
12:56:30 #10 11.01 Get:209 http://deb.debian.org/debian buster/main amd64 libvariable-magic-perl amd64 0.62-1+b1 [45.9 kB]
12:56:30 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 126.88MB / 148.95MB 2.1s
12:56:30 #13 7.364 (46/70): llvm-libs-15.0.7-1.el9.aarch64.rpm     103 MB/s |  20 MB     00:00    
12:56:30 #13 7.370 (47/70): libuv-1.42.0-1.el9.aarch64.rpm         268 kB/s | 146 kB     00:00    
12:56:30 #13 7.378 (48/70): m4-1.4.19-1.el9.aarch64.rpm             25 MB/s | 297 kB     00:00    
12:56:30 #13 7.406 (49/70): pcre2-utf16-10.40-2.el9.aarch64.rpm    6.9 MB/s | 199 kB     00:00    
12:56:30 #13 7.424 (50/70): pcre2-utf32-10.40-2.el9.aarch64.rpm     12 MB/s | 190 kB     00:00    
12:56:30 #11 8.954 Get:94 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libisl22 arm64 0.22.1-1 [537 kB]
12:56:30 #11 8.971 Get:95 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpfr6 arm64 4.0.2-1 [212 kB]
12:56:30 #11 8.978 Get:96 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB]
12:56:30 #11 8.979 Get:97 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 cpp-9 arm64 9.4.0-1ubuntu1~20.04.1 [5986 kB]
12:56:30 #11 9.229 Get:98 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 cpp arm64 4:9.3.0-1ubuntu2 [27.6 kB]
12:56:30 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 67.11MB / 148.95MB 2.4s
12:56:30 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 82.84MB / 148.95MB 2.7s
12:56:30 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 3.6s done
12:56:30 #8 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 4.1s done
12:56:30 #8 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529
12:56:30 #10 14.40 Get:259 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnumber-compare-perl all 0.03-1 [7318 B]
12:56:30 #10 14.41 Get:260 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnumber-range-perl all 0.12-1 [8556 B]
12:56:30 #10 14.41 Get:261 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpackage-stash-xs-perl arm64 0.28-3build2 [15.2 kB]
12:56:30 #10 14.48 Get:262 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparse-debianchangelog-perl all 1.2.0-12 [49.5 kB]
12:56:30 #10 14.48 Get:263 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtext-glob-perl all 0.10-1 [7554 B]
12:56:30 #10 14.48 Get:264 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpath-iterator-rule-perl all 1.009-1 [49.1 kB]
12:56:30 #10 14.48 Get:265 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpath-tiny-perl all 0.104-1 [55.3 kB]
12:56:30 #10 14.48 Get:266 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libperlio-gzip-perl arm64 0.19-1build3 [13.5 kB]
12:56:30 #10 14.48 Get:267 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpod-constants-perl all 0.19-1 [16.0 kB]
12:56:30 #10 14.55 Get:268 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libregexp-pattern-license-perl all 3.0.31-3 [14.7 kB]
12:56:30 #11 10.78 Get:115 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 binutils arm64 2.39-3ubuntu1.1 [3272 B]
12:56:30 #11 10.79 Get:116 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libc-dev-bin arm64 2.36-0ubuntu4 [19.5 kB]
12:56:30 #11 10.79 Get:117 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 linux-libc-dev arm64 5.19.0-29.30 [1317 kB]
12:56:30 #11 10.80 Get:118 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcrypt-dev arm64 1:4.4.28-2 [120 kB]
12:56:30 #11 10.80 Get:119 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 rpcsvc-proto arm64 1.4.2-0ubuntu6 [65.4 kB]
12:56:30 #11 10.80 Get:120 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtirpc-dev arm64 1.3.3+ds-1 [199 kB]
12:56:30 #11 10.81 Get:121 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnsl-dev arm64 1.3.0-2build2 [72.1 kB]
12:56:30 #11 10.81 Get:122 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libc6-dev arm64 2.36-0ubuntu4 [1547 kB]
12:56:30 #11 10.89 Get:123 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libisl23 arm64 0.25-1 [697 kB]
12:56:30 #11 10.93 Get:124 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmpfr6 arm64 4.1.0-3build3 [245 kB]
12:56:30 #11 10.94 Get:125 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmpc3 arm64 1.2.1-2build1 [48.1 kB]
12:56:30 #11 10.94 Get:126 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 cpp-12 arm64 12.2.0-3ubuntu1 [9579 kB]
12:56:30 #7 ...
12:56:30 
12:56:30 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:30 #0 1.011 Get:1 http://security.ubuntu.com/ubuntu kinetic-security InRelease [109 kB]
12:56:30 #0 1.147 Get:2 http://archive.ubuntu.com/ubuntu kinetic InRelease [267 kB]
12:56:30 #0 1.160 Get:3 http://security.ubuntu.com/ubuntu kinetic-security/multiverse amd64 Packages [6308 B]
12:56:30 #0 1.180 Get:4 http://security.ubuntu.com/ubuntu kinetic-security/universe amd64 Packages [88.2 kB]
12:56:30 #0 1.188 Get:5 http://security.ubuntu.com/ubuntu kinetic-security/main amd64 Packages [236 kB]
12:56:30 #0 1.207 Get:6 http://security.ubuntu.com/ubuntu kinetic-security/restricted amd64 Packages [229 kB]
12:56:30 #0 1.559 Get:7 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease [118 kB]
12:56:30 #0 1.659 Get:8 http://archive.ubuntu.com/ubuntu kinetic-backports InRelease [99.9 kB]
12:56:30 #0 1.755 Get:9 http://archive.ubuntu.com/ubuntu kinetic/multiverse amd64 Packages [289 kB]
12:56:30 #0 1.819 Get:10 http://archive.ubuntu.com/ubuntu kinetic/restricted amd64 Packages [151 kB]
12:56:30 #0 1.854 Get:11 http://archive.ubuntu.com/ubuntu kinetic/universe amd64 Packages [17.9 MB]
12:56:30 #0 2.983 Get:12 http://archive.ubuntu.com/ubuntu kinetic/main amd64 Packages [1778 kB]
12:56:30 #0 3.002 Get:13 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 Packages [338 kB]
12:56:30 #0 3.004 Get:14 http://archive.ubuntu.com/ubuntu kinetic-updates/universe amd64 Packages [159 kB]
12:56:30 #0 3.018 Get:15 http://archive.ubuntu.com/ubuntu kinetic-updates/multiverse amd64 Packages [7055 B]
12:56:30 #0 3.018 Get:16 http://archive.ubuntu.com/ubuntu kinetic-updates/restricted amd64 Packages [229 kB]
12:56:30 #0 3.018 Get:17 http://archive.ubuntu.com/ubuntu kinetic-backports/universe amd64 Packages [4531 B]
12:56:30 #0 4.436 Fetched 22.0 MB in 4s (5945 kB/s)
12:56:30 #0 4.436 Reading package lists...
12:56:30 #0 5.506 Reading package lists...
12:56:30 #0 6.498 Building dependency tree...
12:56:30 #0 6.697 Reading state information...
12:56:30 #0 6.926 The following additional packages will be installed:
12:56:30 #0 6.926   autoconf automake autopoint autotools-dev binutils binutils-common
12:56:30 #0 6.926   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
12:56:30 #0 6.926   ca-certificates cpp cpp-12 dbus dbus-bin dbus-daemon dbus-session-bus-common
12:56:30 #0 6.926   dbus-system-bus-common dctrl-tools debhelper debugedit dh-autoreconf
12:56:30 #0 6.926   dh-strip-nondeterminism diffstat dirmngr distro-info-data dmsetup dpkg-dev
12:56:30 #0 6.926   dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++ g++-12 gcc
12:56:30 #0 6.926   gcc-12 gettext gettext-base gir1.2-glib-2.0 git-man gnupg gnupg-l10n
12:56:30 #0 6.926   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
12:56:30 #0 6.926   groff-base intltool-debian iso-codes krb5-locales less
12:56:30 #0 6.926   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:56:30 #0 6.926   libaliased-perl libapparmor1 libapt-pkg-perl libarchive-cpio-perl
12:56:30 #0 6.926   libarchive-zip-perl libargon2-1 libarray-intspan-perl libasan8 libassuan0
12:56:30 #0 6.926   libatomic1 libauthen-sasl-perl libb-hooks-endofscope-perl
12:56:30 #0 6.926   libb-hooks-op-check-perl libberkeleydb-perl libbinutils libbrotli1 libbsd0
12:56:30 #0 6.926   libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
12:56:30 #0 6.926   libcc1-0 libcgi-fast-perl libcgi-pm-perl libclass-data-inheritable-perl
12:56:30 #0 6.926   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
12:56:30 #0 6.926   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
12:56:30 #0 6.926   libcontextual-return-perl libcpanel-json-xs-perl libcrypt-dev
12:56:30 #0 6.926   libcryptsetup12 libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
12:56:30 #0 6.926   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
12:56:30 #0 6.926   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
12:56:30 #0 6.926   libdata-validate-uri-perl libdbus-1-3 libdebhelper-perl libdeflate0
12:56:30 #0 6.926   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
12:56:30 #0 6.926   libdevmapper1.02.1 libdistro-info-perl libdpkg-perl libdw1
12:56:30 #0 6.926   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
12:56:30 #0 6.926   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
12:56:30 #0 6.926   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
12:56:30 #0 6.926   libfdisk1 libfido2-1 libfile-basedir-perl libfile-chdir-perl
12:56:30 #0 6.926   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
12:56:30 #0 6.926   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
12:56:30 #0 6.926   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
12:56:30 #0 6.926   libfontconfig1 libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3
12:56:30 #0 6.926   libgdbm-compat4 libgdbm6 libgirepository-1.0-1 libgit-wrapper-perl
12:56:30 #0 6.926   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
12:56:30 #0 6.926   libgprofng0 libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl
12:56:30 #0 6.926   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:56:30 #0 6.926   libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl
12:56:30 #0 6.926   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
12:56:30 #0 6.926   libhttp-negotiate-perl libhttp-tiny-multipart-perl libicu71
12:56:30 #0 6.926   libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl
12:56:30 #0 6.926   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
12:56:30 #0 6.926   libip4tc2 libipc-run-perl libipc-run3-perl libipc-system-simple-perl
12:56:30 #0 6.926   libisl23 libiterator-perl libiterator-util-perl libitm1 libjbig0
12:56:30 #0 6.927   libjpeg-turbo8 libjpeg8 libjson-c5 libjson-maybexs-perl libjson-perl
12:56:30 #0 6.927   libjson-xs-perl libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
12:56:30 #0 6.927   libksba8 libldap-2.5-0 libldap-common liblerc3 liblist-compare-perl
12:56:30 #0 6.927   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
12:56:30 #0 6.927   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
12:56:30 #0 6.927   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
12:56:30 #0 6.927   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
12:56:30 #0 6.927   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
12:56:30 #0 6.927   libmath-base85-perl libmd0 libmldbm-perl libmodule-implementation-perl
12:56:30 #0 6.927   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
12:56:30 #0 6.927   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl
12:56:30 #0 6.927   libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl
12:56:30 #0 6.927   libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14
12:56:30 #0 6.927   libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl
12:56:30 #0 6.927   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:56:30 #0 6.927   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.34
12:56:30 #0 6.927   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
12:56:30 #0 6.927   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
12:56:30 #0 6.927   libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libquadmath0
12:56:30 #0 6.927   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
12:56:30 #0 6.927   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:56:30 #0 6.928   libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1
12:56:30 #0 6.928   libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:56:30 #0 6.928   libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23
12:56:30 #0 6.928   libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev
12:56:30 #0 6.928   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:56:30 #0 6.928   libstring-shellquote-perl libsub-exporter-perl
12:56:30 #0 6.928   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:56:30 #0 6.928   libsub-name-perl libsub-override-perl libsub-quote-perl
12:56:30 #0 6.928   libsyntax-keyword-try-perl libsys-hostname-long-perl libsystemd-shared
12:56:30 #0 6.928   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
12:56:30 #0 6.928   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
12:56:30 #0 6.928   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-common
12:56:30 #0 6.928   libtirpc-dev libtirpc3 libtool libtry-tiny-perl libtsan2 libtype-tiny-perl
12:56:30 #0 6.928   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
12:56:30 #0 6.928   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
12:56:30 #0 6.928   libwant-perl libwebp7 libwww-mechanize-perl libwww-perl
12:56:30 #0 6.928   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
12:56:30 #0 6.928   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:56:30 #0 6.928   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
12:56:30 #0 6.928   libxpm4 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2
12:56:30 #0 6.928   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
12:56:30 #0 6.929   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
12:56:30 #0 6.929   netbase networkd-dispatcher openssh-client openssl patch patchutils perl
12:56:30 #0 6.929   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
12:56:30 #0 6.929   publicsuffix python-apt-common python3 python3-apt python3-bcrypt
12:56:30 #0 6.929   python3-certifi python3-cffi-backend python3-chardet python3-cryptography
12:56:30 #0 6.929   python3-dbus python3-debian python3-gi python3-gpg python3-idna
12:56:30 #0 6.929   python3-magic python3-minimal python3-nacl python3-paramiko
12:56:30 #0 6.929   python3-pkg-resources python3-requests python3-six python3-unidiff
12:56:30 #0 6.929   python3-urllib3 python3-xdg python3.10 python3.10-minimal readline-common
12:56:30 #0 6.929   rpcsvc-proto shared-mime-info strace systemd systemd-resolved
12:56:30 #0 6.930   systemd-timesyncd t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils zstd
12:56:30 #0 6.932 Suggested packages:
12:56:30 #0 6.932   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
12:56:30 #0 6.932   gcc-12-locales cpp-12-doc default-dbus-session-bus | dbus-session-bus
12:56:30 #0 6.932   debtags dh-make adequate at autopkgtest bls-standalone bsd-mailx | mailx
12:56:30 #0 6.932   check-all-the-things cvs-buildpackage diffoscope disorderfs dose-extra duck
12:56:30 #0 6.932   elpa-devscripts faketime gnuplot how-can-i-help libdbd-pg-perl
12:56:30 #0 6.932   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:56:30 #0 6.932   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
12:56:30 #0 6.932   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
12:56:30 #0 6.932   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
12:56:30 #0 6.932   libpam-systemd pinentry-gnome3 tor mini-dinstall rsync g++-multilib
12:56:30 #0 6.932   g++-12-multilib gcc-12-doc gcc-multilib flex bison gdb gcc-doc
12:56:30 #0 6.932   gcc-12-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
12:56:30 #0 6.932   | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
12:56:30 #0 6.932   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
12:56:30 #0 6.932   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n
12:56:30 #0 6.932   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libscalar-number-perl
12:56:30 #0 6.932   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
12:56:30 #0 6.932   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
12:56:30 #0 6.932   libstdc++-12-doc libbareword-filehandles-perl libmultidimensional-perl
12:56:30 #0 6.932   gfortran | fortran95-compiler gcj-jdk libdevel-lexalias-perl
12:56:30 #0 6.932   libbusiness-isbn-perl libregexp-ipv6-perl libauthen-ntlm-perl
12:56:30 #0 6.932   libxml-sax-expatxs-perl bash-completion binutils-multiarch
12:56:30 #0 6.932   libtext-template-perl m4-doc make-doc apparmor www-browser iw
12:56:30 #0 6.932   | wireless-tools keychain libpam-ssh monkeysphere ssh-askpass ed
12:56:30 #0 6.932   diffutils-doc perl-doc libterm-readline-gnu-perl
12:56:30 #0 6.932   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
12:56:30 #0 6.932   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
12:56:30 #0 6.932   python-apt-doc python-cryptography-doc python3-cryptography-vectors
12:56:30 #0 6.932   python-dbus-doc python-nacl-doc python3-gssapi python3-invoke
12:56:30 #0 6.932   python3-setuptools python3-openssl python3-socks python-requests-doc
12:56:30 #0 6.932   python3-brotli python3.10-venv python3.10-doc binfmt-support readline-doc
12:56:30 #0 6.932   systemd-container systemd-homed systemd-userdbd systemd-boot
12:56:30 #0 6.932   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 policykit-1 zip wdiff-doc
12:56:30 #0 7.343 The following NEW packages will be installed:
12:56:30 #0 7.343   autoconf automake autopoint autotools-dev binutils binutils-common
12:56:30 #0 7.343   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
12:56:30 #0 7.343   ca-certificates cpp cpp-12 curl dbus dbus-bin dbus-daemon
12:56:30 #0 7.343   dbus-session-bus-common dbus-system-bus-common dctrl-tools debhelper
12:56:30 #0 7.343   debugedit devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
12:56:30 #0 7.343   distro-info-data dmsetup dpkg-dev dput dwz equivs fakeroot file
12:56:30 #0 7.343   fontconfig-config fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext
12:56:30 #0 7.343   gettext-base gir1.2-glib-2.0 git git-man gnupg gnupg-l10n gnupg-utils gpg
12:56:30 #0 7.343   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
12:56:30 #0 7.343   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
12:56:30 #0 7.343   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
12:56:30 #0 7.343   libapparmor1 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:56:30 #0 7.343   libargon2-1 libarray-intspan-perl libasan8 libassuan0 libatomic1
12:56:30 #0 7.343   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
12:56:30 #0 7.343   libberkeleydb-perl libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools
12:56:30 #0 7.343   libc6-dev libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl
12:56:30 #0 7.343   libcgi-pm-perl libclass-data-inheritable-perl libclass-method-modifiers-perl
12:56:30 #0 7.343   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:56:30 #0 7.343   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
12:56:30 #0 7.343   libcpanel-json-xs-perl libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0
12:56:30 #0 7.343   libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
12:56:30 #0 7.343   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
12:56:30 #0 7.343   libdata-validate-ip-perl libdata-validate-uri-perl libdbus-1-3
12:56:30 #0 7.343   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
12:56:30 #0 7.343   libdevel-stacktrace-perl libdevmapper1.02.1 libdistro-info-perl libdpkg-perl
12:56:30 #0 7.343   libdw1 libdynaloader-functions-perl libedit2 libelf1
12:56:30 #0 7.343   libemail-address-xs-perl libencode-locale-perl liberror-perl
12:56:30 #0 7.343   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
12:56:30 #0 7.343   libfcgi-bin libfcgi-perl libfcgi0ldbl libfdisk1 libfido2-1
12:56:30 #0 7.343   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
12:56:30 #0 7.343   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
12:56:30 #0 7.343   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
12:56:30 #0 7.343   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
12:56:30 #0 7.343   libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4
12:56:30 #0 7.343   libgdbm6 libgirepository-1.0-1 libgit-wrapper-perl libgitlab-api-v4-perl
12:56:30 #0 7.343   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgprofng0
12:56:30 #0 7.343   libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl
12:56:30 #0 7.343   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:56:30 #0 7.343   libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl
12:56:30 #0 7.343   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
12:56:30 #0 7.343   libhttp-negotiate-perl libhttp-tiny-multipart-perl libicu71
12:56:30 #0 7.343   libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl
12:56:30 #0 7.343   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
12:56:30 #0 7.343   libip4tc2 libipc-run-perl libipc-run3-perl libipc-system-simple-perl
12:56:30 #0 7.343   libisl23 libiterator-perl libiterator-util-perl libitm1 libjbig0
12:56:30 #0 7.343   libjpeg-turbo8 libjpeg8 libjson-c5 libjson-maybexs-perl libjson-perl
12:56:30 #0 7.343   libjson-xs-perl libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
12:56:30 #0 7.343   libksba8 libldap-2.5-0 libldap-common liblerc3 liblist-compare-perl
12:56:30 #0 7.343   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
12:56:30 #0 7.343   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
12:56:30 #0 7.343   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
12:56:30 #0 7.343   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
12:56:30 #0 7.343   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
12:56:30 #0 7.343   libmath-base85-perl libmd0 libmldbm-perl libmodule-implementation-perl
12:56:30 #0 7.343   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
12:56:30 #0 7.343   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl
12:56:30 #0 7.344   libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl
12:56:30 #0 7.344   libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14
12:56:30 #0 7.344   libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl
12:56:30 #0 7.344   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:56:30 #0 7.344   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.34
12:56:30 #0 7.344   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
12:56:30 #0 7.344   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
12:56:30 #0 7.344   libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libquadmath0
12:56:30 #0 7.344   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
12:56:30 #0 7.344   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:56:30 #0 7.344   libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1
12:56:30 #0 7.344   libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:56:30 #0 7.344   libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23
12:56:30 #0 7.344   libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev
12:56:30 #0 7.344   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:56:30 #0 7.344   libstring-shellquote-perl libsub-exporter-perl
12:56:30 #0 7.344   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:56:30 #0 7.344   libsub-name-perl libsub-override-perl libsub-quote-perl
12:56:30 #0 7.345   libsyntax-keyword-try-perl libsys-hostname-long-perl libsystemd-shared
12:56:30 #0 7.345   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
12:56:30 #0 7.345   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
12:56:30 #0 7.345   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-common
12:56:30 #0 7.345   libtirpc-dev libtirpc3 libtool libtry-tiny-perl libtsan2 libtype-tiny-perl
12:56:30 #0 7.345   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
12:56:30 #0 7.345   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
12:56:30 #0 7.345   libwant-perl libwebp7 libwww-mechanize-perl libwww-perl
12:56:30 #0 7.345   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
12:56:30 #0 7.345   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:56:30 #0 7.345   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
12:56:30 #0 7.345   libxpm4 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2
12:56:30 #0 7.345   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
12:56:30 #0 7.346   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
12:56:30 #0 7.346   netbase networkd-dispatcher openssh-client openssl patch patchutils perl
12:56:30 #0 7.346   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
12:56:30 #0 7.346   publicsuffix python-apt-common python3 python3-apt python3-bcrypt
12:56:30 #0 7.346   python3-certifi python3-cffi-backend python3-chardet python3-cryptography
12:56:30 #0 7.346   python3-dbus python3-debian python3-gi python3-gpg python3-idna
12:56:30 #0 7.346   python3-magic python3-minimal python3-nacl python3-paramiko
12:56:30 #0 7.346   python3-pkg-resources python3-requests python3-six python3-unidiff
12:56:30 #0 7.346   python3-urllib3 python3-xdg python3.10 python3.10-minimal readline-common
12:56:30 #0 7.347   rpcsvc-proto shared-mime-info strace systemd systemd-resolved
12:56:30 #0 7.347   systemd-timesyncd t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils zstd
12:56:30 #0 7.779 0 upgraded, 424 newly installed, 0 to remove and 4 not upgraded.
12:56:30 #0 7.779 Need to get 149 MB of archives.
12:56:30 #0 7.779 After this operation, 564 MB of additional disk space will be used.
12:56:30 #0 7.779 Get:1 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblocale-gettext-perl amd64 1.07-4build3 [17.1 kB]
12:56:30 #0 7.927 Get:2 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libssl3 amd64 3.0.5-2ubuntu2.1 [1896 kB]
12:56:30 #0 8.394 Get:3 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libpython3.10-minimal amd64 3.10.7-1ubuntu0.2 [803 kB]
12:56:30 #0 8.430 Get:4 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libexpat1 amd64 2.4.8-2ubuntu0.22.10.1 [84.3 kB]
12:56:30 #0 8.432 Get:5 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3.10-minimal amd64 3.10.7-1ubuntu0.2 [2115 kB]
12:56:30 #0 8.531 Get:6 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-minimal amd64 3.10.6-1 [24.1 kB]
12:56:30 #0 8.533 Get:7 http://archive.ubuntu.com/ubuntu kinetic/main amd64 media-types all 8.0.0 [24.9 kB]
12:56:30 #0 8.533 Get:8 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB]
12:56:30 #0 8.538 Get:9 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libkrb5support0 amd64 1.20-1ubuntu0.1 [31.3 kB]
12:56:30 #0 8.540 Get:10 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libk5crypto3 amd64 1.20-1ubuntu0.1 [81.7 kB]
12:56:30 #0 8.543 Get:11 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libkeyutils1 amd64 1.6.3-1 [10.7 kB]
12:56:30 #0 8.545 Get:12 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libkrb5-3 amd64 1.20-1ubuntu0.1 [346 kB]
12:56:30 #0 8.560 Get:13 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libgssapi-krb5-2 amd64 1.20-1ubuntu0.1 [142 kB]
12:56:30 #0 8.569 Get:14 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtirpc-common all 1.3.3+ds-1 [7790 B]
12:56:30 #0 8.611 Get:15 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtirpc3 amd64 1.3.3+ds-1 [80.9 kB]
12:56:30 #0 8.613 Get:16 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnsl2 amd64 1.3.0-2build2 [42.3 kB]
12:56:30 #0 8.614 Get:17 http://archive.ubuntu.com/ubuntu kinetic/main amd64 readline-common all 8.2-1 [55.1 kB]
12:56:30 #0 8.615 Get:18 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libreadline8 amd64 8.2-1 [150 kB]
12:56:30 #0 8.685 Get:19 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsqlite3-0 amd64 3.39.3-1 [655 kB]
12:56:30 #0 8.693 Get:20 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libpython3.10-stdlib amd64 3.10.7-1ubuntu0.2 [1784 kB]
12:56:30 #0 8.769 Get:21 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3.10 amd64 3.10.7-1ubuntu0.2 [497 kB]
12:56:30 #0 8.778 Get:22 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpython3-stdlib amd64 3.10.6-1 [6848 B]
12:56:30 #0 8.779 Get:23 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3 amd64 3.10.6-1 [22.3 kB]
12:56:30 #0 8.781 Get:24 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB]
12:56:30 #0 8.782 Get:25 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-1ubuntu1 [138 kB]
12:56:30 #0 8.785 Get:26 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjson-c5 amd64 0.16-1 [33.7 kB]
12:56:30 #0 8.787 Get:27 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcryptsetup12 amd64 2:2.5.0-2ubuntu1 [221 kB]
12:56:30 #0 8.832 Get:28 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfdisk1 amd64 2.38-4ubuntu1 [144 kB]
12:56:30 #0 8.835 Get:29 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libkmod2 amd64 30+20220630-3ubuntu1 [48.9 kB]
12:56:30 #0 8.900 Get:30 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libapparmor1 amd64 3.0.7-1ubuntu2 [36.7 kB]
12:56:30 #0 8.901 Get:31 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libip4tc2 amd64 1.8.7-1ubuntu6 [19.7 kB]
12:56:30 #0 8.902 Get:32 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsystemd-shared amd64 251.4-1ubuntu7 [1703 kB]
12:56:30 #0 8.980 Get:33 http://archive.ubuntu.com/ubuntu kinetic/main amd64 systemd amd64 251.4-1ubuntu7 [2808 kB]
12:56:30 #11 9.108 Get:34 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 perl-modules-5.34 all 5.34.0-5ubuntu1.1 [2952 kB]
12:56:30 #11 ...
12:56:30 
12:56:30 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:30 #10 35.72 Selecting previously unselected package libsort-versions-perl.
12:56:30 #10 35.72 Preparing to unpack .../219-libsort-versions-perl_1.62-1_all.deb ...
12:56:30 #10 35.72 Unpacking libsort-versions-perl (1.62-1) ...
12:56:30 #10 35.76 Selecting previously unselected package libgit-wrapper-perl.
12:56:30 #10 35.76 Preparing to unpack .../220-libgit-wrapper-perl_0.048-1_all.deb ...
12:56:30 #10 35.77 Unpacking libgit-wrapper-perl (0.048-1) ...
12:56:30 #10 35.80 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:56:30 #10 35.81 Preparing to unpack .../221-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
12:56:30 #10 35.81 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
12:56:30 #10 35.84 Selecting previously unselected package libio-prompter-perl.
12:56:30 #10 35.85 Preparing to unpack .../222-libio-prompter-perl_0.004015-1_all.deb ...
12:56:30 #10 35.85 Unpacking libio-prompter-perl (0.004015-1) ...
12:56:30 #10 35.89 Selecting previously unselected package libjson-perl.
12:56:30 #10 35.89 Preparing to unpack .../223-libjson-perl_4.02000-1_all.deb ...
12:56:30 #10 35.90 Unpacking libjson-perl (4.02000-1) ...
12:56:30 #10 35.94 Selecting previously unselected package liblog-any-perl.
12:56:30 #10 35.94 Preparing to unpack .../224-liblog-any-perl_1.707-1_all.deb ...
12:56:30 #10 10.53 Fetched 175 MB in 3s (59.2 MB/s)
12:56:30 #10 10.56 Selecting previously unselected package bsdextrautils.
12:56:30 #10 10.56 (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 ... 6661 files and directories currently installed.)
12:56:30 #10 10.57 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_amd64.deb ...
12:56:30 #10 10.57 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
12:56:30 #10 10.64 Selecting previously unselected package libuchardet0:amd64.
12:56:30 #10 10.64 Preparing to unpack .../01-libuchardet0_0.0.7-1_amd64.deb ...
12:56:30 #10 10.64 Unpacking libuchardet0:amd64 (0.0.7-1) ...
12:56:30 #10 10.69 Selecting previously unselected package groff-base.
12:56:30 #10 10.69 Preparing to unpack .../02-groff-base_1.22.4-6_amd64.deb ...
12:56:30 #10 10.69 Unpacking groff-base (1.22.4-6) ...
12:56:30 #11 37.90   Updating   : rpm-libs-4.11.3-48.el7_9.aarch64                            2/52 
12:56:30 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 6.29MB / 7.15MB 1.0s
12:56:30 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 9.44MB / 45.92MB 1.2s
12:56:30 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 1.2s done
12:56:30 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 8.39MB / 9.35MB 1.2s
12:56:30 #10 30.17 Preparing to unpack .../168-liberror-perl_0.17029-2_all.deb ...
12:56:30 #10 30.18 Unpacking liberror-perl (0.17029-2) ...
12:56:30 #10 30.22 Selecting previously unselected package git-man.
12:56:30 #10 30.22 Preparing to unpack .../169-git-man_1%3a2.39.1-0.1_all.deb ...
12:56:30 #10 30.23 Unpacking git-man (1:2.39.1-0.1) ...
12:56:30 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 36.70MB / 53.32MB 10.7s
12:56:30 #10 11.01 Get:210 http://deb.debian.org/debian buster/main amd64 libb-hooks-endofscope-perl all 0.24-1 [18.6 kB]
12:56:30 #10 11.01 Get:211 http://deb.debian.org/debian buster/main amd64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
12:56:30 #10 11.01 Get:212 http://deb.debian.org/debian buster/main amd64 libcgi-pm-perl all 4.40-1 [222 kB]
12:56:30 #10 11.02 Get:213 http://deb.debian.org/debian buster/main amd64 libfcgi-perl amd64 0.78-2+b3 [39.0 kB]
12:56:30 #10 11.02 Get:214 http://deb.debian.org/debian buster/main amd64 libcgi-fast-perl all 1:2.13-1 [11.4 kB]
12:56:30 #10 11.02 Get:215 http://deb.debian.org/debian buster/main amd64 libsub-name-perl amd64 0.21-1+b3 [13.6 kB]
12:56:30 #10 11.02 Get:216 http://deb.debian.org/debian buster/main amd64 libclass-accessor-perl all 0.51-1 [23.2 kB]
12:56:30 #10 11.02 Get:217 http://deb.debian.org/debian buster/main amd64 libclass-inspector-perl all 1.32-1 [19.1 kB]
12:56:30 #10 11.03 Get:218 http://deb.debian.org/debian buster/main amd64 libclass-xsaccessor-perl amd64 1.19-3+b2 [38.0 kB]
12:56:30 #10 11.03 Get:219 http://deb.debian.org/debian buster/main amd64 libclone-perl amd64 0.41-1+b1 [14.6 kB]
12:56:30 #10 11.03 Get:220 http://deb.debian.org/debian buster/main amd64 libcommon-sense-perl amd64 3.74-2+b7 [24.0 kB]
12:56:30 #10 11.03 Get:221 http://deb.debian.org/debian buster/main amd64 libparams-util-perl amd64 1.07-3+b4 [23.0 kB]
12:56:30 #10 11.03 Get:222 http://deb.debian.org/debian buster/main amd64 libsub-install-perl all 0.928-1 [11.4 kB]
12:56:30 #10 11.03 Get:223 http://deb.debian.org/debian buster/main amd64 libdata-optlist-perl all 0.110-1 [10.6 kB]
12:56:30 #10 11.03 Get:224 http://deb.debian.org/debian buster/main amd64 libsub-exporter-perl all 0.987-1 [47.2 kB]
12:56:30 #10 11.03 Get:225 http://deb.debian.org/debian buster/main amd64 libconst-fast-perl all 0.014-1 [8250 B]
12:56:30 #10 11.03 Get:226 http://deb.debian.org/debian buster/main amd64 libwant-perl amd64 0.29-1+b4 [28.9 kB]
12:56:30 #10 11.04 Get:227 http://deb.debian.org/debian buster/main amd64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
12:56:30 #10 11.04 Get:228 http://deb.debian.org/debian buster/main amd64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
12:56:30 #10 11.04 Get:229 http://deb.debian.org/debian buster/main amd64 libdata-dump-perl all 1.23-1 [29.5 kB]
12:56:30 #10 11.04 Get:230 http://deb.debian.org/debian buster/main amd64 libdigest-bubblebabble-perl all 0.02-2 [8238 B]
12:56:30 #10 11.04 Get:231 http://deb.debian.org/debian buster/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB]
12:56:30 #10 11.04 Get:232 http://deb.debian.org/debian buster/main amd64 libdistro-info-perl all 0.21 [6696 B]
12:56:30 #10 11.04 Get:233 http://deb.debian.org/debian buster/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
12:56:30 #10 11.04 Get:234 http://deb.debian.org/debian buster/main amd64 libmailtools-perl all 2.18-1 [88.5 kB]
12:56:30 #10 11.05 Get:235 http://deb.debian.org/debian buster/main amd64 libnet-ip-perl all 1.26-2 [29.0 kB]
12:56:30 #10 11.05 Get:236 http://deb.debian.org/debian buster/main amd64 libnet-dns-perl all 1.19-1 [372 kB]
12:56:30 #10 11.05 Get:237 http://deb.debian.org/debian buster/main amd64 libnet-domain-tld-perl all 1.75-1 [33.3 kB]
12:56:30 #10 11.05 Get:238 http://deb.debian.org/debian buster/main amd64 libemail-valid-perl all 1.202-1 [23.0 kB]
12:56:30 #10 11.06 Get:239 http://deb.debian.org/debian buster/main amd64 libexporter-tiny-perl all 1.002001-1 [36.9 kB]
12:56:30 #10 11.06 Get:240 http://deb.debian.org/debian buster/main amd64 libipc-system-simple-perl all 1.25-4 [26.5 kB]
12:56:30 #10 11.06 Get:241 http://deb.debian.org/debian buster/main amd64 libfile-basedir-perl all 0.08-1 [17.7 kB]
12:56:30 #10 11.06 Get:242 http://deb.debian.org/debian buster/main amd64 libfile-chdir-perl all 0.1008-1 [13.3 kB]
12:56:30 #10 11.06 Get:243 http://deb.debian.org/debian buster/main amd64 libfile-fcntllock-perl amd64 0.22-3+b5 [35.4 kB]
12:56:30 #10 11.06 Get:244 http://deb.debian.org/debian buster/main amd64 libfont-afm-perl all 1.20-2 [13.6 kB]
12:56:30 #10 11.07 Get:245 http://deb.debian.org/debian buster/main amd64 libfribidi0 amd64 1.0.5-3.1+deb10u2 [63.9 kB]
12:56:30 #10 11.07 Get:246 http://deb.debian.org/debian buster/main amd64 libfuture-perl all 0.39-1 [74.5 kB]
12:56:30 #10 11.07 Get:247 http://deb.debian.org/debian buster/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB]
12:56:30 #10 11.07 Get:248 http://deb.debian.org/debian buster/main amd64 libparams-validate-perl amd64 1.29-1+b1 [67.6 kB]
12:56:30 #10 11.07 Get:249 http://deb.debian.org/debian buster/main amd64 libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB]
12:56:30 #10 11.07 Get:250 http://deb.debian.org/debian buster/main amd64 libsort-versions-perl all 1.62-1 [11.0 kB]
12:56:30 #10 11.08 Get:251 http://deb.debian.org/debian buster/main amd64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
12:56:30 #10 11.08 Get:252 http://deb.debian.org/debian buster/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [9304 B]
12:56:30 #10 11.08 Get:253 http://deb.debian.org/debian buster/main amd64 libio-prompter-perl all 0.004015-1 [60.4 kB]
12:56:30 #10 11.08 Get:254 http://deb.debian.org/debian buster/main amd64 libjson-perl all 4.02000-1 [88.8 kB]
12:56:30 #10 11.09 Get:255 http://deb.debian.org/debian buster/main amd64 liblog-any-perl all 1.707-1 [65.2 kB]
12:56:30 #10 11.09 Get:256 http://deb.debian.org/debian buster/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
12:56:30 #10 11.09 Get:257 http://deb.debian.org/debian buster/main amd64 libpackage-stash-perl all 0.38-1 [21.7 kB]
12:56:30 #10 11.09 Get:258 http://deb.debian.org/debian buster/main amd64 libsub-identify-perl amd64 0.14-1+b1 [12.0 kB]
12:56:30 #10 11.09 Get:259 http://deb.debian.org/debian buster/main amd64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
12:56:30 #10 11.09 Get:260 http://deb.debian.org/debian buster/main amd64 libpath-tiny-perl all 0.108-1 [53.3 kB]
12:56:30 #10 11.09 Get:261 http://deb.debian.org/debian buster/main amd64 libtype-tiny-perl all 1.004004-1 [266 kB]
12:56:30 #10 11.10 Get:262 http://deb.debian.org/debian buster/main amd64 libgitlab-api-v4-perl all 0.16-1 [69.9 kB]
12:56:30 #10 11.10 Get:263 http://deb.debian.org/debian-security buster/updates/main amd64 libglib2.0-data all 2.58.3-2+deb10u4 [1110 kB]
12:56:30 #10 11.13 Get:264 http://deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
12:56:30 #10 11.13 Get:265 http://deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
12:56:30 #10 11.14 Get:266 http://deb.debian.org/debian buster/main amd64 libntlm0 amd64 1.5-1+deb10u1 [22.7 kB]
12:56:30 #10 11.14 Get:267 http://deb.debian.org/debian buster/main amd64 libgsasl7 amd64 1.8.0-8+deb10u1 [207 kB]
12:56:30 #10 11.14 Get:268 http://deb.debian.org/debian buster/main amd64 libhtml-form-perl all 6.03-1 [23.9 kB]
12:56:30 #10 11.14 Get:269 http://deb.debian.org/debian buster/main amd64 libhtml-format-perl all 2.12-1 [43.5 kB]
12:56:30 #10 11.15 Get:270 http://deb.debian.org/debian-security buster/updates/main amd64 libhttp-daemon-perl all 6.01-3+deb10u1 [17.1 kB]
12:56:30 #10 11.15 Get:271 http://deb.debian.org/debian buster/main amd64 libstruct-dumb-perl all 0.09-1 [11.1 kB]
12:56:30 #10 11.15 Get:272 http://deb.debian.org/debian buster/main amd64 libio-async-perl all 0.72-1 [262 kB]
12:56:30 #10 11.15 Get:273 http://deb.debian.org/debian buster/main amd64 libio-sessiondata-perl all 1.03-1 [5782 B]
12:56:30 #10 11.16 Get:274 http://deb.debian.org/debian buster/main amd64 libio-string-perl all 1.08-3 [12.3 kB]
12:56:30 #10 11.16 Get:275 http://deb.debian.org/debian buster/main amd64 libtypes-serialiser-perl all 1.0-1 [12.7 kB]
12:56:30 #10 11.16 Get:276 http://deb.debian.org/debian buster/main amd64 libjson-xs-perl amd64 3.040-1+b1 [91.0 kB]
12:56:30 #10 11.16 Get:277 http://deb.debian.org/debian buster/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB]
12:56:30 #10 11.17 Get:278 http://deb.debian.org/debian buster/main amd64 libkyotocabinet16v5 amd64 1.2.76-4.2+b1 [298 kB]
12:56:30 #10 11.17 Get:279 http://deb.debian.org/debian buster/main amd64 liblist-compare-perl all 0.53-1 [68.9 kB]
12:56:30 #10 11.17 Get:280 http://deb.debian.org/debian buster/main amd64 liblist-moreutils-perl amd64 0.416-1+b4 [64.2 kB]
12:56:30 #10 11.19 Get:281 http://deb.debian.org/debian buster/main amd64 libltdl-dev amd64 2.4.6-9 [162 kB]
12:56:30 #10 11.19 Get:282 http://deb.debian.org/debian buster/main amd64 libsys-hostname-long-perl all 1.5-1 [12.0 kB]
12:56:30 #10 11.19 Get:283 http://deb.debian.org/debian buster/main amd64 libmail-sendmail-perl all 0.80-1 [25.3 kB]
12:56:30 #10 11.20 Get:284 http://deb.debian.org/debian buster/main amd64 mailutils-common all 1:3.5-4 [689 kB]
12:56:30 #10 11.21 Get:285 http://deb.debian.org/debian buster/main amd64 mysql-common all 5.8+1.0.5 [7324 B]
12:56:30 #10 11.21 Get:286 http://deb.debian.org/debian-security buster/updates/main amd64 mariadb-common all 1:10.3.36-0+deb10u2 [33.2 kB]
12:56:30 #10 11.22 Get:287 http://deb.debian.org/debian-security buster/updates/main amd64 libmariadb3 amd64 1:10.3.36-0+deb10u2 [173 kB]
12:56:30 #10 11.22 Get:288 http://deb.debian.org/debian buster/main amd64 libpython2.7-minimal amd64 2.7.16-2+deb10u1 [395 kB]
12:56:30 #10 11.23 Get:289 http://deb.debian.org/debian buster/main amd64 libpython2.7-stdlib amd64 2.7.16-2+deb10u1 [1912 kB]
12:56:30 #10 11.27 Get:290 http://deb.debian.org/debian buster/main amd64 libpython2.7 amd64 2.7.16-2+deb10u1 [1036 kB]
12:56:30 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 137.36MB / 148.95MB 2.2s
12:56:30 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 2.4s
12:56:30 #13 7.523 (51/70): git-core-doc-2.39.1-1.el9.noarch.rpm   3.1 MB/s | 2.9 MB     00:00    
12:56:30 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 31.46MB / 47.40MB 9.5s
12:56:30 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 29.36MB / 53.32MB 9.6s
12:56:30 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 25.17MB / 116.78MB 9.7s
12:56:30 #7 ...
12:56:30 
12:56:30 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d
12:56:30 #9 resolve docker.io/library/ubuntu:focal@sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d 0.0s done
12:56:30 #9 sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d 1.13kB / 1.13kB done
12:56:30 #9 sha256:bffb6799d706144f263f4b91e1226745ffb5643ea0ea89c2f709208e8d70c999 424B / 424B done
12:56:30 #9 sha256:e40cf56b4be35b04f620bc9cfbef80038fd7370d4ed36d90676223174ecbf0b0 2.30kB / 2.30kB done
12:56:30 #9 sha256:b549f31133a955f68f9fa0d93f18436c4a180e12184b999a8ecf14f7eaa83309 27.50MB / 27.50MB 0.5s done
12:56:30 #9 extracting sha256:b549f31133a955f68f9fa0d93f18436c4a180e12184b999a8ecf14f7eaa83309 3.3s done
12:56:30 #9 DONE 4.2s
12:56:30 
12:56:30 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:30 #12 5.680 Unpacking bash-completion (1:2.8-6) ...
12:56:30 #12 5.812 Selecting previously unselected package cmake-data.
12:56:30 #12 5.815 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ...
12:56:30 #12 5.820 Unpacking cmake-data (3.13.4-1) ...
12:56:30 #11 9.230 Get:99 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcc1-0 arm64 10.3.0-1ubuntu1~20.04 [46.4 kB]
12:56:30 #11 9.238 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgomp1 arm64 10.3.0-1ubuntu1~20.04 [93.4 kB]
12:56:30 #11 9.241 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libitm1 arm64 10.3.0-1ubuntu1~20.04 [24.1 kB]
12:56:30 #11 9.392 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libatomic1 arm64 10.3.0-1ubuntu1~20.04 [9820 B]
12:56:30 #11 9.468 Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libasan5 arm64 9.4.0-1ubuntu1~20.04.1 [2692 kB]
12:56:30 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 97.52MB / 148.95MB 2.9s
12:56:30 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375
12:56:30 #10 14.55 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]
12:56:30 #10 14.55 Get:270 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsort-key-perl arm64 1.33-2 [33.6 kB]
12:56:30 #10 14.55 Get:271 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libstring-copyright-perl all 0.003005-1 [10.1 kB]
12:56:30 #10 14.62 Get:272 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
12:56:30 #10 14.62 Get:273 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtext-levenshtein-perl all 0.13-1 [9612 B]
12:56:30 #10 14.62 Get:274 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libunicode-utf8-perl arm64 0.60-1build4 [17.2 kB]
12:56:30 #10 14.63 Get:275 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
12:56:30 #10 14.63 Get:276 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
12:56:30 #10 14.63 Get:277 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB]
12:56:30 #10 14.70 Get:278 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-libxml-perl arm64 2.0128+dfsg-5 [297 kB]
12:56:30 #10 14.71 Get:279 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-parser-perl arm64 2.44-2build3 [196 kB]
12:56:30 #10 14.72 Get:280 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-sax-expat-perl all 0.40-2 [11.5 kB]
12:56:30 #10 14.72 Get:281 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-simple-perl all 2.24-1 [63.6 kB]
12:56:30 #10 14.77 Get:282 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libyaml-libyaml-perl arm64 0.69+repack-1 [24.3 kB]
12:56:30 #10 14.77 Get:283 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 licensecheck all 3.0.31-2 [22.0 kB]
12:56:30 #10 14.77 Get:284 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 patchutils arm64 0.3.4-2 [65.2 kB]
12:56:30 #10 14.78 Get:285 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 t1utils arm64 1.41-2 [48.9 kB]
12:56:30 #10 14.78 Get:286 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 lintian all 2.5.81ubuntu1 [847 kB]
12:56:30 #10 14.82 Get:287 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB]
12:56:30 #10 14.93 Get:288 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-certifi all 2018.1.18-2 [144 kB]
12:56:30 #10 35.95 Unpacking liblog-any-perl (1.707-1) ...
12:56:30 #10 35.98 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:56:30 #10 35.99 Preparing to unpack .../225-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
12:56:30 #10 35.99 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
12:56:30 #10 36.03 Selecting previously unselected package libpackage-stash-perl.
12:56:30 #10 36.03 Preparing to unpack .../226-libpackage-stash-perl_0.38-1_all.deb ...
12:56:30 #10 36.03 Unpacking libpackage-stash-perl (0.38-1) ...
12:56:30 #10 36.07 Selecting previously unselected package libsub-identify-perl.
12:56:30 #10 36.07 Preparing to unpack .../227-libsub-identify-perl_0.14-1+b1_arm64.deb ...
12:56:30 #10 36.08 Unpacking libsub-identify-perl (0.14-1+b1) ...
12:56:30 #10 36.12 Selecting previously unselected package libnamespace-clean-perl.
12:56:30 #10 36.12 Preparing to unpack .../228-libnamespace-clean-perl_0.27-1_all.deb ...
12:56:30 #10 36.13 Unpacking libnamespace-clean-perl (0.27-1) ...
12:56:30 #10 36.16 Selecting previously unselected package libpath-tiny-perl.
12:56:30 #10 36.16 Preparing to unpack .../229-libpath-tiny-perl_0.108-1_all.deb ...
12:56:30 #10 36.18 Unpacking libpath-tiny-perl (0.108-1) ...
12:56:30 #10 10.90 Selecting previously unselected package libgdbm6:amd64.
12:56:30 #10 10.90 Preparing to unpack .../03-libgdbm6_1.19-2_amd64.deb ...
12:56:30 #10 10.90 Unpacking libgdbm6:amd64 (1.19-2) ...
12:56:30 #10 10.95 Selecting previously unselected package libpipeline1:amd64.
12:56:30 #10 10.95 Preparing to unpack .../04-libpipeline1_1.5.3-1_amd64.deb ...
12:56:30 #10 10.95 Unpacking libpipeline1:amd64 (1.5.3-1) ...
12:56:30 #10 11.00 Selecting previously unselected package man-db.
12:56:30 #10 11.00 Preparing to unpack .../05-man-db_2.9.4-2_amd64.deb ...
12:56:30 #10 11.01 Unpacking man-db (2.9.4-2) ...
12:56:30 #20 1.969 Fetched 8628 kB in 2s (5524 kB/s)
12:56:30 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 1.3s
12:56:30 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 0B / 47.40MB 1.3s
12:56:30 #11 38.23   Updating   : rpm-build-libs-4.11.3-48.el7_9.aarch64                      3/52 
12:56:31 #10 30.36 Selecting previously unselected package git.
12:56:31 #10 30.36 Preparing to unpack .../170-git_1%3a2.39.1-0.1_arm64.deb ...
12:56:31 #10 30.37 Unpacking git (1:2.39.1-0.1) ...
12:56:31 #10 40.99 Updating certificates in /etc/ssl/certs...
12:56:31 #9 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 5.2s
12:56:31 #9 ...
12:56:31 
12:56:31 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:56:31 #0 3.929 Fedora 37 - aarch64                              19 MB/s |  61 MB     00:03    
12:56:31 #10 ...
12:56:31 
12:56:31 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:31 #10 11.28 Get:291 http://deb.debian.org/debian buster/main amd64 libmailutils5 amd64 1:3.5-4 [880 kB]
12:56:31 #10 11.31 Get:292 http://deb.debian.org/debian buster/main amd64 libmime-tools-perl all 5.509-1 [212 kB]
12:56:31 #10 11.31 Get:293 http://deb.debian.org/debian buster/main amd64 libnet-dns-sec-perl amd64 1.11-1 [48.1 kB]
12:56:31 #10 11.31 Get:294 http://deb.debian.org/debian buster/main amd64 libnet-libidn-perl amd64 0.12.ds-3+b1 [18.6 kB]
12:56:31 #10 11.31 Get:295 http://deb.debian.org/debian buster/main amd64 libnumber-compare-perl all 0.03-1 [7642 B]
12:56:31 #10 11.32 Get:296 http://deb.debian.org/debian buster/main amd64 libnumber-range-perl all 0.12-1 [9274 B]
12:56:31 #10 11.32 Get:297 http://deb.debian.org/debian buster/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b7 [38.1 kB]
12:56:31 #10 11.32 Get:298 http://deb.debian.org/debian buster/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b7 [28.7 kB]
12:56:31 #10 11.32 Get:299 http://deb.debian.org/debian buster/main amd64 libpackage-stash-xs-perl amd64 0.29-1 [19.8 kB]
12:56:31 #10 11.32 Get:300 http://deb.debian.org/debian buster/main amd64 libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
12:56:31 #10 11.32 Get:301 http://deb.debian.org/debian buster/main amd64 libtext-glob-perl all 0.10-1 [8362 B]
12:56:31 #10 11.32 Get:302 http://deb.debian.org/debian buster/main amd64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
12:56:31 #10 11.32 Get:303 http://deb.debian.org/debian buster/main amd64 libperlio-gzip-perl amd64 0.19-1+b5 [17.4 kB]
12:56:31 #10 11.32 Get:304 http://deb.debian.org/debian buster/main amd64 libpod-constants-perl all 0.19-1 [16.9 kB]
12:56:31 #10 11.33 Get:305 http://deb.debian.org/debian buster/main amd64 libreadonly-perl all 2.050-1 [22.7 kB]
12:56:31 #10 11.33 Get:306 http://deb.debian.org/debian buster/main amd64 libref-util-perl all 0.204-1 [17.1 kB]
12:56:31 #10 11.33 Get:307 http://deb.debian.org/debian buster/main amd64 libref-util-xs-perl amd64 0.117-1+b1 [14.0 kB]
12:56:31 #10 11.33 Get:308 http://deb.debian.org/debian buster/main amd64 libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB]
12:56:31 #10 11.35 Get:309 http://deb.debian.org/debian buster/main amd64 libsasl2-modules amd64 2.1.27+dfsg-1+deb10u2 [104 kB]
12:56:31 #10 11.36 Get:310 http://deb.debian.org/debian buster/main amd64 libsereal-decoder-perl amd64 4.005+ds-1+b1 [93.6 kB]
12:56:31 #10 11.36 Get:311 http://deb.debian.org/debian buster/main amd64 libsereal-encoder-perl amd64 4.005+ds-1+b1 [95.4 kB]
12:56:31 #10 11.36 Get:312 http://deb.debian.org/debian buster/main amd64 libsereal-perl all 4.005-1 [10.8 kB]
12:56:31 #10 11.36 Get:313 http://deb.debian.org/debian buster/main amd64 libtask-weaken-perl all 1.06-1 [9252 B]
12:56:31 #10 11.36 Get:314 http://deb.debian.org/debian buster/main amd64 libxml-parser-perl amd64 2.44-4 [213 kB]
12:56:31 #10 11.37 Get:315 http://deb.debian.org/debian buster/main amd64 libsoap-lite-perl all 1.27-1 [258 kB]
12:56:31 #10 11.37 Get:316 http://deb.debian.org/debian buster/main amd64 libsort-key-perl amd64 1.33-2+b1 [37.0 kB]
12:56:31 #10 11.37 Get:317 http://deb.debian.org/debian buster/main amd64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
12:56:31 #10 11.37 Get:318 http://deb.debian.org/debian buster/main amd64 libstring-escape-perl all 2010.002-2 [19.1 kB]
12:56:31 #10 11.37 Get:319 http://deb.debian.org/debian buster/main amd64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
12:56:31 #10 11.38 Get:320 http://deb.debian.org/debian buster/main amd64 libterm-readkey-perl amd64 2.38-1 [27.4 kB]
12:56:31 #10 11.38 Get:321 http://deb.debian.org/debian buster/main amd64 libtest-fatal-perl all 0.014-1 [11.9 kB]
12:56:31 #10 11.38 Get:322 http://deb.debian.org/debian buster/main amd64 libtest-refcount-perl all 0.08-3 [11.4 kB]
12:56:31 #10 11.38 Get:323 http://deb.debian.org/debian buster/main amd64 libtext-levenshtein-perl all 0.13-1 [11.1 kB]
12:56:31 #10 11.38 Get:324 http://deb.debian.org/debian buster/main amd64 libtype-tiny-xs-perl amd64 0.014-1+b1 [24.4 kB]
12:56:31 #10 11.38 Get:325 http://deb.debian.org/debian buster/main amd64 libunicode-utf8-perl amd64 0.62-1 [20.0 kB]
12:56:31 #10 11.39 Get:326 http://deb.debian.org/debian buster/main amd64 libunwind8 amd64 1.2.1-10~deb10u1 [51.1 kB]
12:56:31 #10 11.39 Get:327 http://deb.debian.org/debian buster/main amd64 libwrap0 amd64 7.6.q-28 [58.7 kB]
12:56:31 #10 11.39 Get:328 http://deb.debian.org/debian buster/main amd64 libxau6 amd64 1:1.0.8-1+b2 [19.9 kB]
12:56:31 #10 11.39 Get:329 http://deb.debian.org/debian buster/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
12:56:31 #10 11.39 Get:330 http://deb.debian.org/debian buster/main amd64 libxcb1 amd64 1.13.1-2 [137 kB]
12:56:31 #10 11.40 Get:331 http://deb.debian.org/debian buster/main amd64 libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
12:56:31 #10 11.40 Get:332 http://deb.debian.org/debian buster/main amd64 libx11-6 amd64 2:1.6.7-1+deb10u2 [757 kB]
12:56:31 #10 11.41 Get:333 http://deb.debian.org/debian buster/main amd64 libxext6 amd64 2:1.3.3-1+b2 [52.5 kB]
12:56:31 #10 11.42 Get:334 http://deb.debian.org/debian buster/main amd64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
12:56:31 #10 11.42 Get:335 http://deb.debian.org/debian buster/main amd64 libxml-sax-base-perl all 1.09-1 [20.4 kB]
12:56:31 #10 11.42 Get:336 http://deb.debian.org/debian buster/main amd64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
12:56:31 #10 11.43 Get:337 http://deb.debian.org/debian buster/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1 [344 kB]
12:56:31 #10 11.44 Get:338 http://deb.debian.org/debian buster/main amd64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
12:56:31 #10 11.44 Get:339 http://deb.debian.org/debian buster/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
12:56:31 #10 11.44 Get:340 http://deb.debian.org/debian buster/main amd64 libxmlrpc-lite-perl all 0.717-2 [22.3 kB]
12:56:31 #10 11.44 Get:341 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
12:56:31 #10 11.45 Get:342 http://deb.debian.org/debian buster/main amd64 libyaml-0-2 amd64 0.2.1-1 [47.2 kB]
12:56:31 #10 11.45 Get:343 http://deb.debian.org/debian buster/main amd64 libyaml-libyaml-perl amd64 0.76+repack-1 [33.1 kB]
12:56:31 #10 11.46 Get:344 http://deb.debian.org/debian buster/main amd64 licensecheck all 3.0.31-3 [28.3 kB]
12:56:31 #10 11.46 Get:345 http://deb.debian.org/debian buster/main amd64 t1utils amd64 1.41-3 [62.3 kB]
12:56:31 #10 11.46 Get:346 http://deb.debian.org/debian buster/main amd64 lintian all 2.15.0 [1181 kB]
12:56:31 #10 11.49 Get:347 http://deb.debian.org/debian buster/main amd64 lsb-release all 10.2019051400 [27.5 kB]
12:56:31 #13 7.801 (52/70): perl-DynaLoader-1.47-480.el9.aarch64.r  71 kB/s |  27 kB     00:00    
12:56:31 #13 7.902 (53/70): perl-Error-0.17029-7.el9.noarch.rpm    112 kB/s |  42 kB     00:00    
12:56:31 #13 7.975 (54/70): pcre2-devel-10.40-2.el9.aarch64.rpm    850 kB/s | 515 kB     00:00    
12:56:31 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 34.60MB / 47.40MB 9.9s
12:56:31 #7 ...
12:56:31 
12:56:31 #9 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd
12:56:31 #9 resolve docker.io/balenalib/rpi-raspbian:buster@sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd 0.0s done
12:56:31 #9 sha256:b7d7e76becd49a12d7ae4dee1b0c7be1f67bd25b46853fd6d211e5a503262549 5.01kB / 5.01kB done
12:56:31 #9 sha256:5fdeefe92e79cfbdf6008e5a2246b8ad7442f4def62ea1492d23524583cb5b84 256B / 256B 0.1s done
12:56:31 #9 sha256:d8d604eaebb14dd975f676a926f360cfce39a4e4592ecdde4cea5e724acf6500 306B / 306B 0.1s done
12:56:31 #9 sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd 1.99kB / 1.99kB done
12:56:31 #9 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 38.52MB / 38.52MB 4.9s done
12:56:31 #9 sha256:99dfe3536f54a68584694bf403eb32ac518b312db10d1983a291f259e2668964 913B / 913B 0.2s done
12:56:31 #9 sha256:cf16eca179b5e7c2b72e97687817a882ffd60dcefafae9c033db6417bf994b81 177B / 177B 0.3s done
12:56:31 #9 sha256:b01ca48f191ba3bcdb4ab21deea439cc96dc0ce9e8d7c1a58b897a86f7d60471 414B / 414B 0.3s done
12:56:31 #9 sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 18.95MB / 18.95MB 2.9s done
12:56:31 #9 sha256:dcd7c0c8ecbcc4b25764f7253e37ce5225765fe76337a770d0b023973659e8ef 130.62kB / 130.62kB 0.6s done
12:56:31 #9 extracting sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 4.7s
12:56:31 #12 22.09 Running transaction check
12:56:31 #12 22.18 Transaction check succeeded.
12:56:31 #12 22.18 Running transaction test
12:56:31 #7 ...
12:56:31 
12:56:31 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:31 #0 1.023 Get:1 http://deb.debian.org/debian bookworm InRelease [171 kB]
12:56:31 #0 1.038 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB]
12:56:31 #0 1.038 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
12:56:31 #0 1.126 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8987 kB]
12:56:31 #0 2.949 Fetched 9255 kB in 2s (4083 kB/s)
12:56:31 #0 2.949 Reading package lists...
12:56:31 #0 3.867 Reading package lists...
12:56:31 #0 4.751 Building dependency tree...
12:56:31 #0 4.966 Reading state information...
12:56:31 #0 5.236 The following additional packages will be installed:
12:56:31 #0 5.236   adduser autoconf automake autopoint autotools-dev binutils binutils-common
12:56:31 #0 5.236   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
12:56:31 #0 5.236   ca-certificates cpp cpp-12 dctrl-tools debhelper debian-keyring
12:56:31 #0 5.236   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
12:56:31 #0 5.237   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
12:56:31 #0 5.237   g++-12 gcc gcc-12 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
12:56:31 #0 5.237   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
12:56:31 #0 5.237   intltool-debian iso-codes krb5-locales less libabsl20220623
12:56:31 #0 5.237   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:56:31 #0 5.237   libaliased-perl libaom3 libapt-pkg-perl libarchive-cpio-perl
12:56:31 #0 5.237   libarchive-zip-perl libarchive13 libarray-intspan-perl libasan8 libassuan0
12:56:31 #0 5.237   libatomic1 libauthen-sasl-perl libavif15 libb-hooks-endofscope-perl
12:56:31 #0 5.238   libb-hooks-op-check-perl libberkeleydb-perl libbinutils libbrotli1 libbsd0
12:56:31 #0 5.238   libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
12:56:31 #0 5.238   libcc1-0 libcgi-fast-perl libcgi-pm-perl libclass-data-inheritable-perl
12:56:31 #0 5.238   libclass-inspector-perl libclass-method-modifiers-perl
12:56:31 #0 5.238   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:56:31 #0 5.238   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
12:56:31 #0 5.238   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
12:56:31 #0 5.238   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
12:56:31 #0 5.238   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
12:56:31 #0 5.239   libdata-validate-ip-perl libdata-validate-uri-perl libdav1d6 libde265-0
12:56:31 #0 5.239   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
12:56:31 #0 5.239   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
12:56:31 #0 5.239   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
12:56:31 #0 5.239   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
12:56:31 #0 5.239   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
12:56:31 #0 5.239   libfeature-compat-class-perl libfeature-compat-try-perl libfido2-1
12:56:31 #0 5.239   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
12:56:31 #0 5.239   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
12:56:31 #0 5.239   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
12:56:31 #0 5.239   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
12:56:31 #0 5.239   libfreetype6 libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3
12:56:31 #0 5.239   libgdbm-compat4 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl
12:56:31 #0 5.239   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2 libgprofng0
12:56:31 #0 5.239   libgssapi-krb5-2 libheif1 libhtml-form-perl libhtml-format-perl
12:56:31 #0 5.240   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:56:31 #0 5.240   libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl
12:56:31 #0 5.240   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
12:56:31 #0 5.240   libhttp-negotiate-perl libhttp-tiny-multipart-perl libicu72
12:56:31 #0 5.240   libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl
12:56:31 #0 5.240   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
12:56:31 #0 5.240   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
12:56:31 #0 5.240   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
12:56:31 #0 5.240   libiterator-util-perl libitm1 libjansson4 libjbig0 libjpeg62-turbo
12:56:31 #0 5.240   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
12:56:31 #0 5.240   libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libldap-common liblerc4
12:56:31 #0 5.241   liblist-compare-perl liblist-someutils-perl liblist-someutils-xs-perl
12:56:31 #0 5.241   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
12:56:31 #0 5.241   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:56:31 #0 5.241   liblwp-protocol-https-perl liblz1 liblzma5 liblzo2-2 libmagic-mgc libmagic1
12:56:31 #0 5.241   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
12:56:31 #0 5.241   libmime-tools-perl libmldbm-perl libmodule-implementation-perl
12:56:31 #0 5.241   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
12:56:31 #0 5.241   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libncursesw6
12:56:31 #0 5.241   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
12:56:31 #0 5.241   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
12:56:31 #0 5.241   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnsl2 libnuma1
12:56:31 #0 5.241   libnumber-compare-perl libobject-pad-perl libossp-uuid-perl libossp-uuid16
12:56:31 #0 5.241   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:56:31 #0 5.241   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36
12:56:31 #0 5.241   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
12:56:31 #0 5.241   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
12:56:31 #0 5.242   libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libquadmath0
12:56:31 #0 5.242   librav1e0 libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
12:56:31 #0 5.242   libref-util-perl libref-util-xs-perl libregexp-ipv6-perl
12:56:31 #0 5.242   libregexp-pattern-license-perl libregexp-pattern-perl
12:56:31 #0 5.242   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
12:56:31 #0 5.242   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:56:31 #0 5.242   libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl
12:56:31 #0 5.242   libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev
12:56:31 #0 5.242   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:56:31 #0 5.242   libstring-license-perl libstring-shellquote-perl libsub-exporter-perl
12:56:31 #0 5.242   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:56:31 #0 5.242   libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1
12:56:31 #0 5.243   libsyntax-keyword-try-perl libsys-cpuaffinity-perl libsys-hostname-long-perl
12:56:31 #0 5.243   libtask-weaken-perl libterm-readkey-perl libtext-glob-perl
12:56:31 #0 5.243   libtext-levenshteinxs-perl libtext-markdown-discount-perl
12:56:31 #0 5.243   libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl
12:56:31 #0 5.243   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
12:56:31 #0 5.243   libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl
12:56:31 #0 5.243   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
12:56:31 #0 5.243   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp7
12:56:31 #0 5.243   libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6
12:56:31 #0 5.243   libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6
12:56:31 #0 5.243   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:56:31 #0 5.243   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2
12:56:31 #0 5.243   libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl
12:56:31 #0 5.243   libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl
12:56:31 #0 5.244   libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db
12:56:31 #0 5.244   manpages manpages-dev media-types netbase openssh-client openssl patch
12:56:31 #0 5.244   patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults
12:56:31 #0 5.244   pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix
12:56:31 #0 5.245   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:56:31 #0 5.245   python3-charset-normalizer python3-debian python3-gpg python3-idna
12:56:31 #0 5.245   python3-magic python3-minimal python3-pkg-resources python3-requests
12:56:31 #0 5.245   python3-six python3-unidiff python3-urllib3 python3-xdg python3.11
12:56:31 #0 5.245   python3.11-minimal readline-common rpcsvc-proto sensible-utils
12:56:31 #0 5.246   shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3
12:56:31 #0 5.246   xdg-user-dirs xz-utils zstd
12:56:31 #0 5.250 Suggested packages:
12:56:31 #0 5.250   cron quota autoconf-archive gnu-standards autoconf-doc binutils-doc
12:56:31 #0 5.250   bzip2-doc cpp-doc gcc-12-locales cpp-12-doc debtags dh-make adequate at
12:56:31 #0 5.250   autopkgtest bls-standalone bsd-mailx | mailx check-all-the-things
12:56:31 #0 5.250   cvs-buildpackage diffoscope disorderfs dose-extra duck elpa-devscripts
12:56:31 #0 5.250   faketime gnuplot how-can-i-help libdbd-pg-perl libfile-desktopentry-perl
12:56:31 #0 5.250   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
12:56:31 #0 5.250   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
12:56:31 #0 5.250   reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
12:56:31 #0 5.250   pinentry-gnome3 tor mini-dinstall rsync g++-multilib g++-12-multilib
12:56:31 #0 5.250   gcc-12-doc gcc-multilib flex bison gdb gcc-doc gcc-12-multilib gettext-doc
12:56:31 #0 5.250   libasprintf-dev libgettextpo-dev git-daemon-run | git-daemon-sysvinit
12:56:31 #0 5.250   git-doc git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn
12:56:31 #0 5.250   parcimonie xloadimage scdaemon groff isoquery lrzip libdigest-hmac-perl
12:56:31 #0 5.250   libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n low-memory-monitor gpm
12:56:31 #0 5.250   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl uuid
12:56:31 #0 5.250   libscalar-number-perl libsasl2-modules-gssapi-mit
12:56:31 #0 5.250   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
12:56:31 #0 5.251   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
12:56:31 #0 5.251   libnet-jabber-perl libstdc++-12-doc libbareword-filehandles-perl
12:56:31 #0 5.251   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
12:56:31 #0 5.251   libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
12:56:31 #0 5.251   libxml-sax-expatxs-perl bash-completion binutils-multiarch
12:56:31 #0 5.251   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
12:56:31 #0 5.251   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
12:56:31 #0 5.251   libterm-readline-gnu-perl | libterm-readline-perl-perl
12:56:31 #0 5.251   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
12:56:31 #0 5.251   python3-tk python3-venv python-apt-doc python3-setuptools
12:56:31 #0 5.251   python3-cryptography python3-openssl python3-socks python-requests-doc
12:56:31 #0 5.251   python3-brotli python-pyxdg-doc python3.11-venv python3.11-doc
12:56:31 #0 5.251   binfmt-support readline-doc zip wdiff-doc
12:56:31 #0 8.294 The following NEW packages will be installed:
12:56:31 #0 8.294   adduser autoconf automake autopoint autotools-dev binutils binutils-common
12:56:31 #0 8.294   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
12:56:31 #0 8.294   ca-certificates cpp cpp-12 curl dctrl-tools debhelper debian-keyring
12:56:31 #0 8.294   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
12:56:31 #0 8.295   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
12:56:31 #0 8.295   fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext gettext-base git git-man
12:56:31 #0 8.295   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
12:56:31 #0 8.295   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
12:56:31 #0 8.295   libabsl20220623 libalgorithm-diff-perl libalgorithm-diff-xs-perl
12:56:31 #0 8.296   libalgorithm-merge-perl libaliased-perl libaom3 libapt-pkg-perl
12:56:31 #0 8.296   libarchive-cpio-perl libarchive-zip-perl libarchive13 libarray-intspan-perl
12:56:31 #0 8.296   libasan8 libassuan0 libatomic1 libauthen-sasl-perl libavif15
12:56:31 #0 8.296   libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl
12:56:31 #0 8.296   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
12:56:31 #0 8.296   libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl
12:56:31 #0 8.296   libclass-data-inheritable-perl libclass-inspector-perl
12:56:31 #0 8.296   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
12:56:31 #0 8.296   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
12:56:31 #0 8.297   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
12:56:31 #0 8.297   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
12:56:31 #0 8.297   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
12:56:31 #0 8.297   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
12:56:31 #0 8.297   libdata-validate-uri-perl libdav1d6 libde265-0 libdebhelper-perl libdeflate0
12:56:31 #0 8.297   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
12:56:31 #0 8.297   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
12:56:31 #0 8.297   libelf1 libemail-address-xs-perl libencode-locale-perl liberror-perl
12:56:31 #0 8.297   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
12:56:31 #0 8.297   libfcgi-bin libfcgi-perl libfcgi0ldbl libfeature-compat-class-perl
12:56:31 #0 8.297   libfeature-compat-try-perl libfido2-1 libfile-basedir-perl
12:56:31 #0 8.297   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
12:56:31 #0 8.297   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
12:56:31 #0 8.298   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
12:56:31 #0 8.298   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6
12:56:31 #0 8.298   libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3 libgdbm-compat4 libgdbm6
12:56:31 #0 8.298   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
12:56:31 #0 8.298   libgomp1 libgpgme11 libgpm2 libgprofng0 libgssapi-krb5-2 libheif1
12:56:31 #0 8.298   libhtml-form-perl libhtml-format-perl libhtml-html5-entities-perl
12:56:31 #0 8.298   libhtml-parser-perl libhtml-tagset-perl libhtml-tokeparser-simple-perl
12:56:31 #0 8.298   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:31 #0 8.298   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:56:31 #0 8.298   libicu72 libimport-into-perl libindirect-perl libio-html-perl
12:56:31 #0 8.298   libio-interactive-perl libio-prompter-perl libio-pty-perl
12:56:31 #0 8.298   libio-sessiondata-perl libio-socket-ssl-perl libio-string-perl
12:56:31 #0 8.298   libio-stringy-perl libipc-run-perl libipc-run3-perl
12:56:31 #0 8.298   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
12:56:31 #0 8.299   libitm1 libjansson4 libjbig0 libjpeg62-turbo libjson-maybexs-perl
12:56:31 #0 8.299   libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1 libkrb5-3
12:56:31 #0 8.299   libkrb5support0 libksba8 libldap-2.5-0 libldap-common liblerc4
12:56:31 #0 8.299   liblist-compare-perl liblist-someutils-perl liblist-someutils-xs-perl
12:56:31 #0 8.299   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
12:56:31 #0 8.299   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:56:31 #0 8.299   liblwp-protocol-https-perl liblz1 liblzo2-2 libmagic-mgc libmagic1
12:56:31 #0 8.300   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
12:56:31 #0 8.300   libmime-tools-perl libmldbm-perl libmodule-implementation-perl
12:56:31 #0 8.300   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
12:56:31 #0 8.300   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libncursesw6
12:56:31 #0 8.300   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
12:56:31 #0 8.300   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
12:56:31 #0 8.300   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnsl2 libnuma1
12:56:31 #0 8.300   libnumber-compare-perl libobject-pad-perl libossp-uuid-perl libossp-uuid16
12:56:31 #0 8.300   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:56:31 #0 8.300   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36
12:56:31 #0 8.300   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
12:56:31 #0 8.300   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
12:56:31 #0 8.300   libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libquadmath0
12:56:31 #0 8.301   librav1e0 libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
12:56:31 #0 8.301   libref-util-perl libref-util-xs-perl libregexp-ipv6-perl
12:56:31 #0 8.301   libregexp-pattern-license-perl libregexp-pattern-perl
12:56:31 #0 8.301   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
12:56:31 #0 8.301   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:56:31 #0 8.301   libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl
12:56:31 #0 8.301   libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev
12:56:31 #0 8.301   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:56:31 #0 8.302   libstring-license-perl libstring-shellquote-perl libsub-exporter-perl
12:56:31 #0 8.302   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:56:31 #0 8.302   libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1
12:56:31 #0 8.302   libsyntax-keyword-try-perl libsys-cpuaffinity-perl libsys-hostname-long-perl
12:56:31 #0 8.302   libtask-weaken-perl libterm-readkey-perl libtext-glob-perl
12:56:31 #0 8.302   libtext-levenshteinxs-perl libtext-markdown-discount-perl
12:56:31 #0 8.302   libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl
12:56:31 #0 8.302   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
12:56:31 #0 8.302   libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl
12:56:31 #0 8.303   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
12:56:31 #0 8.303   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp7
12:56:31 #0 8.303   libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6
12:56:31 #0 8.303   libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6
12:56:31 #0 8.303   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:56:31 #0 8.303   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2
12:56:31 #0 8.303   libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl
12:56:31 #0 8.303   libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl
12:56:31 #0 8.303   libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db
12:56:31 #0 8.304   manpages manpages-dev media-types netbase openssh-client openssl patch
12:56:31 #0 8.304   patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults
12:56:31 #0 8.304   pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix
12:56:31 #0 8.304   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:56:31 #0 8.304   python3-charset-normalizer python3-debian python3-gpg python3-idna
12:56:31 #0 8.304   python3-magic python3-minimal python3-pkg-resources python3-requests
12:56:31 #0 8.305   python3-six python3-unidiff python3-urllib3 python3-xdg python3.11
12:56:31 #0 8.305   python3.11-minimal readline-common rpcsvc-proto sensible-utils
12:56:31 #0 8.305   shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3
12:56:31 #0 8.306   xdg-user-dirs xz-utils zstd
12:56:31 #0 8.308 The following packages will be upgraded:
12:56:31 #0 8.310   liblzma5
12:56:31 #10 ...
12:56:31 
12:56:31 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:31 #12 6.111 Selecting previously unselected package libprocps7:armhf.
12:56:31 #12 6.111 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_armhf.deb ...
12:56:31 #12 6.121 Unpacking libprocps7:armhf (2:3.3.15-2) ...
12:56:31 #12 6.163 Selecting previously unselected package procps.
12:56:31 #12 6.166 Preparing to unpack .../03-procps_2%3a3.3.15-2_armhf.deb ...
12:56:31 #12 6.171 Unpacking procps (2:3.3.15-2) ...
12:56:31 #12 6.230 Selecting previously unselected package libarchive13:armhf.
12:56:31 #12 6.233 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u3_armhf.deb ...
12:56:31 #12 6.242 Unpacking libarchive13:armhf (3.3.3-4+deb10u3) ...
12:56:31 #12 6.303 Selecting previously unselected package libjsoncpp1:armhf.
12:56:31 #12 6.306 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_armhf.deb ...
12:56:31 #12 6.313 Unpacking libjsoncpp1:armhf (1.7.4-3) ...
12:56:31 #12 6.356 Selecting previously unselected package librhash0:armhf.
12:56:31 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 111.15MB / 148.95MB 3.0s
12:56:31 #10 14.93 Get:289 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-idna all 2.6-1 [32.5 kB]
12:56:31 #10 14.94 Get:290 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-urllib3 all 1.22-1ubuntu0.18.04.2 [86.2 kB]
12:56:31 #10 14.94 Get:291 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-requests all 2.18.4-2ubuntu0.1 [58.3 kB]
12:56:31 #10 14.94 Get:292 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-unidiff all 0.5.4-1 [7140 B]
12:56:31 #10 14.94 Get:293 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-xdg all 0.25-4ubuntu1.1 [31.3 kB]
12:56:31 #10 14.94 Get:294 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 unzip arm64 6.0-21ubuntu1.2 [159 kB]
12:56:31 #10 14.95 Get:295 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 wdiff arm64 1.2.2-2 [27.9 kB]
12:56:31 #10 14.95 Get:296 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 equivs all 2.1.0 [19.4 kB]
12:56:31 #10 15.00 Get:297 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
12:56:31 #10 15.07 Get:298 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-magic all 2:0.4.15-1 [9280 B]
12:56:31 #10 36.22 Selecting previously unselected package libtype-tiny-perl.
12:56:31 #10 36.23 Preparing to unpack .../230-libtype-tiny-perl_1.004004-1_all.deb ...
12:56:31 #10 36.23 Unpacking libtype-tiny-perl (1.004004-1) ...
12:56:31 #10 36.30 Selecting previously unselected package libgitlab-api-v4-perl.
12:56:31 #10 36.30 Preparing to unpack .../231-libgitlab-api-v4-perl_0.16-1_all.deb ...
12:56:31 #10 36.31 Unpacking libgitlab-api-v4-perl (0.16-1) ...
12:56:31 #10 36.36 Selecting previously unselected package libglib2.0-data.
12:56:31 #10 36.36 Preparing to unpack .../232-libglib2.0-data_2.58.3-2+deb10u4_all.deb ...
12:56:31 #10 36.37 Unpacking libglib2.0-data (2.58.3-2+deb10u4) ...
12:56:31 #11 11.38 Get:127 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 cpp arm64 4:12.2.0-1ubuntu1 [27.3 kB]
12:56:31 #11 11.38 Get:128 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcc1-0 arm64 12.2.0-3ubuntu1 [44.1 kB]
12:56:31 #11 11.38 Get:129 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgomp1 arm64 12.2.0-3ubuntu1 [122 kB]
12:56:31 #11 11.38 Get:130 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libitm1 arm64 12.2.0-3ubuntu1 [27.9 kB]
12:56:31 #11 11.38 Get:131 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libatomic1 arm64 12.2.0-3ubuntu1 [10.7 kB]
12:56:31 #11 11.39 Get:132 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libasan8 arm64 12.2.0-3ubuntu1 [2375 kB]
12:56:31 #11 11.49 Get:133 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblsan0 arm64 12.2.0-3ubuntu1 [1027 kB]
12:56:31 #11 11.54 Get:134 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtsan2 arm64 12.2.0-3ubuntu1 [2514 kB]
12:56:31 #10 11.29 Selecting previously unselected package perl-modules-5.32.
12:56:31 #10 11.29 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
12:56:31 #10 11.29 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
12:56:31 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 12.58MB / 45.92MB 1.6s
12:56:31 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 1.3s done
12:56:31 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 3.15MB / 47.40MB 1.6s
12:56:31 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 1.05MB / 53.32MB 1.6s
12:56:31 #11 38.53   Installing : bzip2-1.0.6-13.el7.aarch64                                  4/52 
12:56:31 #11 38.71   Installing : groff-base-1.22.2-8.el7.aarch64                             5/52 
12:56:31 #11 38.74   Installing : 1:perl-parent-0.225-244.el7.noarch                          6/52 
12:56:31 #11 38.77   Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           7/52 
12:56:31 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 3.0s done
12:56:31 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529
12:56:31 #10 30.87 Selecting previously unselected package iso-codes.
12:56:31 #10 11.49 Get:348 http://deb.debian.org/debian buster/main amd64 mailutils amd64 1:3.5-4 [585 kB]
12:56:31 #10 11.51 Get:349 http://deb.debian.org/debian buster/main amd64 manpages-dev all 4.16-2 [2232 kB]
12:56:31 #10 11.56 Get:350 http://deb.debian.org/debian buster/main amd64 psmisc amd64 23.2-1+deb10u1 [126 kB]
12:56:31 #10 11.56 Get:351 http://deb.debian.org/debian buster/main amd64 publicsuffix all 20220811.1734-0+deb10u1 [127 kB]
12:56:31 #10 11.56 Get:352 http://deb.debian.org/debian buster/main amd64 python-apt-common all 1.8.4.3 [96.3 kB]
12:56:31 #10 11.57 Get:353 http://deb.debian.org/debian buster/main amd64 python3-apt amd64 1.8.4.3 [185 kB]
12:56:31 #10 11.57 Get:354 http://deb.debian.org/debian buster/main amd64 python3-certifi all 2018.8.24-1 [140 kB]
12:56:31 #10 11.57 Get:355 http://deb.debian.org/debian buster/main amd64 python3-idna all 2.6-1 [34.3 kB]
12:56:31 #10 11.58 Get:356 http://deb.debian.org/debian buster/main amd64 python3-magic all 2:0.4.15-2 [9256 B]
12:56:31 #10 11.58 Get:357 http://deb.debian.org/debian buster/main amd64 python3-urllib3 all 1.24.1-1 [97.1 kB]
12:56:31 #10 11.58 Get:358 http://deb.debian.org/debian buster/main amd64 python3-requests all 2.21.0-1 [66.9 kB]
12:56:31 #10 11.59 Get:359 http://deb.debian.org/debian buster/main amd64 python3-unidiff all 0.5.4-1 [7506 B]
12:56:31 #10 11.59 Get:360 http://deb.debian.org/debian buster/main amd64 python3-xdg all 0.25-5 [35.9 kB]
12:56:31 #10 11.59 Get:361 http://deb.debian.org/debian buster/main amd64 shared-mime-info amd64 1.10-1 [766 kB]
12:56:31 #10 11.60 Get:362 http://deb.debian.org/debian buster/main amd64 strace amd64 4.26-0.2 [898 kB]
12:56:31 #10 11.61 Get:363 http://deb.debian.org/debian-security buster/updates/main amd64 unzip amd64 6.0-23+deb10u3 [172 kB]
12:56:31 #10 11.61 Get:364 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
12:56:31 #10 11.61 Get:365 http://deb.debian.org/debian buster/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB]
12:56:31 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 4.7s done
12:56:31 #7 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab
12:56:31 #7 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
12:56:31 #7 DONE 13.0s
12:56:31 
12:56:31 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:31 #0 1.050 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB]
12:56:31 #0 1.463 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [119 kB]
12:56:31 #0 1.564 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [107 kB]
12:56:31 #0 1.664 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
12:56:31 #0 1.755 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/restricted arm64 Packages [24.2 kB]
12:56:31 #0 1.775 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse arm64 Packages [224 kB]
12:56:31 #0 1.807 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 Packages [1758 kB]
12:56:31 #0 1.997 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 Packages [17.2 MB]
12:56:31 #0 2.815 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 Packages [870 kB]
12:56:31 #0 2.824 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 Packages [978 kB]
12:56:31 #0 2.870 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse arm64 Packages [4141 B]
12:56:31 #0 2.870 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted arm64 Packages [305 kB]
12:56:31 #0 2.883 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main arm64 Packages [49.0 kB]
12:56:31 #0 2.884 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe arm64 Packages [22.4 kB]
12:56:31 #0 2.886 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe arm64 Packages [663 kB]
12:56:31 #0 2.913 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted arm64 Packages [292 kB]
12:56:31 #0 2.926 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse arm64 Packages [1421 B]
12:56:31 #0 2.956 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-security/main arm64 Packages [662 kB]
12:56:31 #0 3.695 Fetched 23.7 MB in 3s (7786 kB/s)
12:56:31 #0 3.695 Reading package lists...
12:56:31 #0 4.502 Reading package lists...
12:56:31 #0 5.252 Building dependency tree...
12:56:31 #0 5.435 Reading state information...
12:56:31 #0 5.667 The following additional packages will be installed:
12:56:31 #0 5.667   autoconf automake autopoint autotools-dev binutils
12:56:31 #0 5.667   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
12:56:31 #0 5.667   bzip2 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit
12:56:31 #0 5.667   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
12:56:31 #0 5.667   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
12:56:31 #0 5.667   g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n
12:56:31 #0 5.667   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
12:56:31 #0 5.667   groff-base intltool-debian iso-codes less libalgorithm-diff-perl
12:56:31 #0 5.667   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
12:56:31 #0 5.667   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:56:31 #0 5.667   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
12:56:31 #0 5.667   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
12:56:31 #0 5.667   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
12:56:31 #0 5.667   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
12:56:31 #0 5.667   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:56:31 #0 5.667   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
12:56:31 #0 5.667   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
12:56:31 #0 5.667   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
12:56:31 #0 5.667   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
12:56:31 #0 5.667   libdata-validate-uri-perl libdebhelper-perl libdeflate0
12:56:31 #0 5.667   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
12:56:31 #0 5.667   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
12:56:31 #0 5.667   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
12:56:31 #0 5.667   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
12:56:31 #0 5.667   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
12:56:31 #0 5.667   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
12:56:31 #0 5.667   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
12:56:31 #0 5.667   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
12:56:31 #0 5.667   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
12:56:31 #0 5.667   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
12:56:31 #0 5.667   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
12:56:31 #0 5.667   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:56:31 #0 5.667   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:31 #0 5.667   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:56:31 #0 5.667   libhwasan0 libicu70 libimport-into-perl libio-html-perl
12:56:31 #0 5.667   libio-interactive-perl libio-prompt-tiny-perl libio-prompter-perl
12:56:31 #0 5.667   libio-pty-perl libio-socket-ssl-perl libio-string-perl libipc-run-perl
12:56:31 #0 5.667   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
12:56:31 #0 5.667   libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8 libjpeg8
12:56:31 #0 5.667   libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8 libldap-2.5-0
12:56:31 #0 5.667   libldap-common liblist-compare-perl liblist-moreutils-perl
12:56:31 #0 5.667   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
12:56:31 #0 5.667   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
12:56:31 #0 5.667   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:56:31 #0 5.667   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
12:56:31 #0 5.667   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
12:56:31 #0 5.667   libmd0 libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
12:56:31 #0 5.667   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
12:56:31 #0 5.667   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
12:56:31 #0 5.667   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
12:56:31 #0 5.667   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
12:56:31 #0 5.667   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
12:56:31 #0 5.667   libobject-id-perl libpackage-stash-perl libpackage-stash-xs-perl
12:56:31 #0 5.667   libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl
12:56:31 #0 5.667   libpath-tiny-perl libperl5.34 libperlio-gzip-perl libperlio-utf8-strict-perl
12:56:31 #0 5.667   libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl
12:56:31 #0 5.667   libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.10-minimal
12:56:31 #0 5.667   libpython3.10-stdlib libre-engine-re2-perl libre2-9 libreadline8
12:56:31 #0 5.667   libreadonly-perl libref-util-perl libref-util-xs-perl
12:56:31 #0 5.667   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
12:56:31 #0 5.667   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
12:56:31 #0 5.667   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
12:56:31 #0 5.667   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
12:56:31 #0 5.667   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
12:56:31 #0 5.667   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
12:56:31 #0 5.667   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:56:31 #0 5.667   libsub-name-perl libsub-override-perl libsub-quote-perl
12:56:31 #0 5.667   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
12:56:31 #0 5.667   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
12:56:31 #0 5.667   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
12:56:31 #0 5.667   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
12:56:31 #0 5.667   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
12:56:31 #0 5.667   libuchardet0 libunicode-utf8-perl liburi-perl libvariable-magic-perl
12:56:31 #0 5.667   libwant-perl libwebp7 libwww-perl libwww-robotrules-perl libx11-6
12:56:31 #0 5.667   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
12:56:31 #0 5.667   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
12:56:31 #0 5.667   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4
12:56:31 #0 5.667   libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl licensecheck
12:56:31 #0 5.667   lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop m4 make
12:56:31 #0 5.667   man-db manpages manpages-dev media-types netbase openssh-client openssl
12:56:31 #0 5.667   patch patchutils perl perl-modules-5.34 perl-openssl-defaults
12:56:31 #0 5.667   pinentry-curses po-debconf publicsuffix python-apt-common python3
12:56:31 #0 5.667   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
12:56:31 #0 5.667   python3-idna python3-magic python3-minimal python3-pkg-resources
12:56:31 #0 5.667   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:56:31 #0 5.667   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
12:56:31 #0 5.667   ucf unzip wdiff xauth xz-utils zstd
12:56:31 #0 5.675 Suggested packages:
12:56:31 #0 5.675   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
12:56:31 #0 5.675   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
12:56:31 #0 5.675   bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope
12:56:31 #0 5.675   disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
12:56:31 #0 5.675   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:56:31 #0 5.675   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
12:56:31 #0 5.675   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
12:56:31 #0 5.675   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
12:56:31 #0 5.675   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
12:56:31 #0 5.675   gcc-11-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
12:56:31 #0 5.675   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
12:56:31 #0 5.675   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
12:56:31 #0 5.675   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
12:56:31 #0 5.675   libgd-tools gdbm-l10n libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
12:56:31 #0 5.675   libscalar-number-perl libsasl2-modules-gssapi-mit
12:56:31 #0 5.675   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
12:56:31 #0 5.675   libsasl2-modules-sql libstdc++-11-doc libbareword-filehandles-perl
12:56:31 #0 5.675   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
12:56:31 #0 5.675   gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
12:56:31 #0 5.675   libxml-sax-expatxs-perl bash-completion binutils-multiarch
12:56:31 #0 5.675   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
12:56:31 #0 5.675   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
12:56:31 #0 5.675   libterm-readline-gnu-perl | libterm-readline-perl-perl
12:56:31 #0 5.675   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
12:56:31 #0 5.675   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
12:56:31 #0 5.675   python3-cryptography python3-openssl python3-socks python-requests-doc
12:56:31 #0 5.675   python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc
12:56:31 #0 5.976 The following NEW packages will be installed:
12:56:31 #0 5.976   autoconf automake autopoint autotools-dev binutils
12:56:31 #0 5.976   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
12:56:31 #0 5.976   bzip2 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit
12:56:31 #0 5.976   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
12:56:31 #0 5.976   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
12:56:31 #0 5.976   fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git
12:56:31 #0 5.976   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
12:56:31 #0 5.976   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes less
12:56:31 #0 5.976   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:56:31 #0 5.976   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:56:31 #0 5.976   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
12:56:31 #0 5.976   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
12:56:31 #0 5.976   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
12:56:31 #0 5.976   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
12:56:31 #0 5.976   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:56:31 #0 5.976   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
12:56:31 #0 5.976   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
12:56:31 #0 5.976   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
12:56:31 #0 5.976   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
12:56:31 #0 5.976   libdata-validate-uri-perl libdebhelper-perl libdeflate0
12:56:31 #0 5.976   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
12:56:31 #0 5.976   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
12:56:31 #0 5.976   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
12:56:31 #0 5.976   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
12:56:31 #0 5.976   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
12:56:31 #0 5.976   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
12:56:31 #0 5.976   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
12:56:31 #0 5.976   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
12:56:31 #0 5.976   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
12:56:31 #0 5.976   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
12:56:31 #0 5.976   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
12:56:31 #0 5.976   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:56:31 #0 5.976   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:31 #0 5.976   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:56:31 #0 5.976   libhwasan0 libicu70 libimport-into-perl libio-html-perl
12:56:31 #0 5.976   libio-interactive-perl libio-prompt-tiny-perl libio-prompter-perl
12:56:31 #0 5.976   libio-pty-perl libio-socket-ssl-perl libio-string-perl libipc-run-perl
12:56:31 #0 5.976   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
12:56:31 #0 5.976   libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8 libjpeg8
12:56:31 #0 5.976   libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8 libldap-2.5-0
12:56:31 #0 5.976   libldap-common liblist-compare-perl liblist-moreutils-perl
12:56:31 #0 5.976   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
12:56:31 #0 5.976   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
12:56:31 #0 5.976   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:56:31 #0 5.976   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
12:56:31 #0 5.976   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
12:56:31 #0 5.976   libmd0 libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
12:56:31 #0 5.976   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
12:56:31 #0 5.976   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
12:56:31 #0 5.976   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
12:56:31 #0 5.976   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
12:56:31 #0 5.976   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
12:56:31 #0 5.976   libobject-id-perl libpackage-stash-perl libpackage-stash-xs-perl
12:56:31 #0 5.976   libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl
12:56:31 #0 5.976   libpath-tiny-perl libperl5.34 libperlio-gzip-perl libperlio-utf8-strict-perl
12:56:31 #0 5.976   libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl
12:56:31 #0 5.976   libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.10-minimal
12:56:31 #0 5.976   libpython3.10-stdlib libre-engine-re2-perl libre2-9 libreadline8
12:56:31 #0 5.976   libreadonly-perl libref-util-perl libref-util-xs-perl
12:56:31 #0 5.976   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
12:56:31 #0 5.976   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
12:56:31 #0 5.976   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
12:56:31 #0 5.976   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
12:56:31 #0 5.976   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
12:56:31 #0 5.976   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
12:56:31 #0 5.976   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:56:31 #0 5.976   libsub-name-perl libsub-override-perl libsub-quote-perl
12:56:31 #0 5.976   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
12:56:31 #0 5.976   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
12:56:31 #0 5.976   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
12:56:31 #0 5.976   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
12:56:31 #0 5.976   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
12:56:31 #0 5.976   libuchardet0 libunicode-utf8-perl liburi-perl libvariable-magic-perl
12:56:31 #0 5.976   libwant-perl libwebp7 libwww-perl libwww-robotrules-perl libx11-6
12:56:31 #0 5.976   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
12:56:31 #0 5.976   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
12:56:31 #0 5.976   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4
12:56:31 #0 5.976   libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl licensecheck
12:56:31 #0 5.976   lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop m4 make
12:56:31 #0 5.976   man-db manpages manpages-dev media-types netbase openssh-client openssl
12:56:31 #0 5.976   patch patchutils perl perl-modules-5.34 perl-openssl-defaults
12:56:31 #0 5.976   pinentry-curses po-debconf publicsuffix python-apt-common python3
12:56:31 #0 5.976   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
12:56:31 #0 5.976   python3-idna python3-magic python3-minimal python3-pkg-resources
12:56:31 #0 5.976   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:56:31 #0 5.976   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
12:56:31 #0 5.976   ucf unzip wdiff xauth xz-utils zstd
12:56:31 #0 6.401 0 upgraded, 370 newly installed, 0 to remove and 5 not upgraded.
12:56:31 #0 6.401 Need to get 129 MB of archives.
12:56:31 #0 6.401 After this operation, 459 MB of additional disk space will be used.
12:56:31 #0 6.401 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblocale-gettext-perl arm64 1.07-4build3 [16.9 kB]
12:56:31 #0 6.549 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3.10-minimal arm64 3.10.6-1~22.04.2 [807 kB]
12:56:31 #0 6.931 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libexpat1 arm64 2.4.7-1ubuntu0.2 [76.8 kB]
12:56:31 #0 6.941 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3.10-minimal arm64 3.10.6-1~22.04.2 [2246 kB]
12:56:31 #0 7.074 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-minimal arm64 3.10.6-1~22.04 [24.3 kB]
12:56:31 #11 7.076 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 media-types all 7.0.0 [25.5 kB]
12:56:31 #11 7.078 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpdec3 arm64 2.5.1-2build2 [89.0 kB]
12:56:31 #11 7.082 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 readline-common all 8.1.2-1 [53.5 kB]
12:56:31 #11 7.085 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadline8 arm64 8.1.2-1 [153 kB]
12:56:31 #11 7.096 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsqlite3-0 arm64 3.37.2-2ubuntu0.1 [636 kB]
12:56:31 #11 7.125 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3.10-stdlib arm64 3.10.6-1~22.04.2 [1828 kB]
12:56:31 #11 7.209 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3.10 arm64 3.10.6-1~22.04.2 [497 kB]
12:56:31 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 39.85MB / 53.32MB 11.2s
12:56:31 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 37.75MB / 116.78MB 11.2s
12:56:31 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 5.2s
12:56:31 #9 ...
12:56:31 
12:56:31 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:31 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 32.51MB / 53.32MB 10.1s
12:56:31 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 37.75MB / 47.40MB 10.3s
12:56:31 #13 8.123 (55/70): perl-File-Compare-1.100.600-480.el9.no  45 kB/s |  14 kB     00:00    
12:56:31 #13 8.273 (56/70): perl-File-Copy-2.34-480.el9.noarch.rpm  57 kB/s |  21 kB     00:00    
12:56:31 #12 22.49 Transaction test succeeded.
12:56:31 #12 22.49 Running transaction
12:56:31 #12 6.359 Preparing to unpack .../06-librhash0_1.3.8-1_armhf.deb ...
12:56:31 #12 6.364 Unpacking librhash0:armhf (1.3.8-1) ...
12:56:31 #12 6.411 Selecting previously unselected package libuv1:armhf.
12:56:31 #12 6.414 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_armhf.deb ...
12:56:31 #12 6.418 Unpacking libuv1:armhf (1.24.1-1+deb10u1) ...
12:56:31 #12 6.455 Selecting previously unselected package cmake.
12:56:31 #12 6.457 Preparing to unpack .../08-cmake_3.13.4-1_armhf.deb ...
12:56:31 #12 6.464 Unpacking cmake (3.13.4-1) ...
12:56:31 #10 15.22 debconf: delaying package configuration, since apt-utils is not installed
12:56:31 #10 15.25 Fetched 87.9 MB in 8s (10.4 MB/s)
12:56:31 #10 15.27 Selecting previously unselected package liblocale-gettext-perl.
12:56:31 #10 15.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 ... 4044 files and directories currently installed.)
12:56:31 #10 15.27 Preparing to unpack .../liblocale-gettext-perl_1.07-3build2_arm64.deb ...
12:56:31 #10 15.28 Unpacking liblocale-gettext-perl (1.07-3build2) ...
12:56:31 #10 15.31 Selecting previously unselected package libssl1.1:arm64.
12:56:31 #10 15.32 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.21_arm64.deb ...
12:56:31 #10 15.32 Unpacking libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.21) ...
12:56:31 #10 15.42 Selecting previously unselected package libpython3.6-minimal:arm64.
12:56:31 #10 15.42 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.9_arm64.deb ...
12:56:31 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 125.65MB / 148.95MB 3.2s
12:56:31 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 140.51MB / 148.95MB 3.5s
12:56:31 #10 36.52 Selecting previously unselected package libgpm2:arm64.
12:56:31 #10 36.53 Preparing to unpack .../233-libgpm2_1.20.7-5_arm64.deb ...
12:56:31 #10 36.53 Unpacking libgpm2:arm64 (1.20.7-5) ...
12:56:31 #10 36.58 Selecting previously unselected package libidn11:arm64.
12:56:31 #10 36.58 Preparing to unpack .../234-libidn11_1.33-2.2_arm64.deb ...
12:56:31 #10 36.58 Unpacking libidn11:arm64 (1.33-2.2) ...
12:56:31 #10 36.64 Selecting previously unselected package libntlm0:arm64.
12:56:31 #10 36.64 Preparing to unpack .../235-libntlm0_1.5-1+deb10u1_arm64.deb ...
12:56:31 #10 36.64 Unpacking libntlm0:arm64 (1.5-1+deb10u1) ...
12:56:31 #10 36.69 Selecting previously unselected package libgsasl7.
12:56:31 #11 11.65 Get:135 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libubsan1 arm64 12.2.0-3ubuntu1 [957 kB]
12:56:31 #11 11.69 Get:136 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhwasan0 arm64 12.2.0-3ubuntu1 [1109 kB]
12:56:31 #11 11.74 Get:137 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgcc-12-dev arm64 12.2.0-3ubuntu1 [1157 kB]
12:56:31 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.5s done
12:56:31 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.1s
12:56:31 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 15.73MB / 45.92MB 2.0s
12:56:31 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 6.29MB / 47.40MB 2.0s
12:56:31 #11 38.81   Installing : perl-podlators-2.5.1-3.el7.noarch                           8/52 
12:56:31 #11 38.84   Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                          9/52 
12:56:31 #11 38.86   Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   10/52 
12:56:31 #20 1.969 Reading package lists...
12:56:31 #10 30.88 Preparing to unpack .../171-iso-codes_4.12.0-1_all.deb ...
12:56:31 #10 30.88 Unpacking iso-codes (4.12.0-1) ...
12:56:31 #10 11.85 debconf: delaying package configuration, since apt-utils is not installed
12:56:31 #10 11.89 Fetched 171 MB in 4s (46.0 MB/s)
12:56:31 #10 11.91 Selecting previously unselected package sensible-utils.
12:56:31 #10 11.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 ... 6677 files and directories currently installed.)
12:56:31 #10 11.91 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ...
12:56:31 #10 11.92 Unpacking sensible-utils (0.0.12) ...
12:56:31 #10 11.96 Selecting previously unselected package lsb-base.
12:56:31 #10 11.96 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ...
12:56:31 #10 11.96 Unpacking lsb-base (10.2019051400) ...
12:56:31 #10 12.00 Selecting previously unselected package cron.
12:56:31 #10 12.00 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_amd64.deb ...
12:56:31 #10 12.01 Unpacking cron (3.0pl1-134+deb10u1) ...
12:56:31 #11 7.232 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3-stdlib arm64 3.10.6-1~22.04 [6910 B]
12:56:31 #11 7.233 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3 arm64 3.10.6-1~22.04 [22.8 kB]
12:56:31 #11 7.234 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 perl-modules-5.34 all 5.34.0-3ubuntu1.1 [2976 kB]
12:56:31 #11 7.370 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdbm6 arm64 1.23-1 [34.1 kB]
12:56:31 #11 7.371 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdbm-compat4 arm64 1.23-1 [6294 B]
12:56:31 #11 7.372 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libperl5.34 arm64 5.34.0-3ubuntu1.1 [4723 kB]
12:56:31 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 42.99MB / 53.32MB 11.5s
12:56:31 #10 41.55 129 added, 0 removed; done.
12:56:31 #10 41.61 Setting up libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ...
12:56:31 #10 41.62 Setting up shared-mime-info (2.0-1) ...
12:56:31 #13 8.356 (57/70): perl-File-Find-1.37-480.el9.noarch.rpm  70 kB/s |  27 kB     00:00    
12:56:31 #13 8.368 (58/70): perl-Thread-Queue-3.14-460.el9.noarch. 2.0 MB/s |  22 kB     00:00    
12:56:31 #13 8.503 (59/70): perl-Git-2.39.1-1.el9.noarch.rpm       103 kB/s |  39 kB     00:00    
12:56:31 #13 8.513 (60/70): perl-threads-2.25-460.el9.aarch64.rpm  5.9 MB/s |  57 kB     00:00    
12:56:31 #12 6.756 Selecting previously unselected package dh-apparmor.
12:56:31 #12 6.759 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ...
12:56:31 #12 6.763 Unpacking dh-apparmor (2.13.2-10) ...
12:56:31 #12 6.796 Selecting previously unselected package dmsetup.
12:56:31 #12 6.799 Preparing to unpack .../10-dmsetup_2%3a1.02.155-3_armhf.deb ...
12:56:31 #12 6.804 Unpacking dmsetup (2:1.02.155-3) ...
12:56:31 #12 6.856 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:56:31 #12 6.859 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
12:56:31 #10 15.43 Unpacking libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.9) ...
12:56:31 #10 15.51 Selecting previously unselected package libexpat1:arm64.
12:56:31 #10 15.51 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.9_arm64.deb ...
12:56:31 #10 15.51 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.9) ...
12:56:31 #10 15.55 Selecting previously unselected package python3.6-minimal.
12:56:31 #10 15.55 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.9_arm64.deb ...
12:56:31 #10 15.56 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
12:56:31 #10 15.68 Setting up libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.21) ...
12:56:31 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.5s
12:56:31 #11 11.79 Get:138 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gcc-12 arm64 12.2.0-3ubuntu1 [19.1 MB]
12:56:31 #10 36.69 Preparing to unpack .../236-libgsasl7_1.8.0-8+deb10u1_arm64.deb ...
12:56:31 #10 36.69 Unpacking libgsasl7 (1.8.0-8+deb10u1) ...
12:56:31 #10 36.75 Selecting previously unselected package libhtml-form-perl.
12:56:31 #10 36.76 Preparing to unpack .../237-libhtml-form-perl_6.03-1_all.deb ...
12:56:31 #10 36.76 Unpacking libhtml-form-perl (6.03-1) ...
12:56:31 #10 36.84 Selecting previously unselected package libhtml-format-perl.
12:56:31 #10 36.85 Preparing to unpack .../238-libhtml-format-perl_2.12-1_all.deb ...
12:56:31 #10 36.85 Unpacking libhtml-format-perl (2.12-1) ...
12:56:31 #10 36.89 Selecting previously unselected package libhttp-daemon-perl.
12:56:31 #10 36.90 Preparing to unpack .../239-libhttp-daemon-perl_6.01-3+deb10u1_all.deb ...
12:56:31 #10 36.90 Unpacking libhttp-daemon-perl (6.01-3+deb10u1) ...
12:56:31 #10 36.94 Selecting previously unselected package libstruct-dumb-perl.
12:56:31 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 4.19MB / 53.32MB 2.1s
12:56:31 #11 38.89   Installing : perl-Text-ParseWords-3.29-4.el7.noarch                     11/52 
12:56:31 #11 39.21   Installing : perl-Encode-2.51-7.el7.aarch64                             12/52 
12:56:31 #11 39.24   Installing : perl-Pod-Usage-1.63-3.el7.noarch                           13/52 
12:56:31 #11 39.27   Installing : 4:perl-macros-5.16.3-299.el7_9.aarch64                     14/52 
12:56:31 #11 39.29   Installing : 4:perl-Time-HiRes-1.9725-3.el7.aarch64                     15/52 
12:56:31 #11 39.32   Installing : perl-Exporter-5.68-3.el7.noarch                            16/52 
12:56:31 #11 39.34   Installing : perl-constant-1.27-2.el7.noarch                            17/52 
12:56:31 #10 31.24 Selecting previously unselected package libabsl20220623:arm64.
12:56:31 #10 31.24 Preparing to unpack .../172-libabsl20220623_20220623.1-1_arm64.deb ...
12:56:31 #10 31.25 Unpacking libabsl20220623:arm64 (20220623.1-1) ...
12:56:31 #10 31.33 Selecting previously unselected package libalgorithm-diff-perl.
12:56:31 #10 31.33 Preparing to unpack .../173-libalgorithm-diff-perl_1.201-1_all.deb ...
12:56:31 #10 31.34 Unpacking libalgorithm-diff-perl (1.201-1) ...
12:56:31 #10 31.37 Selecting previously unselected package libalgorithm-diff-xs-perl:arm64.
12:56:31 #10 31.38 Preparing to unpack .../174-libalgorithm-diff-xs-perl_0.04-8+b1_arm64.deb ...
12:56:31 #10 31.38 Unpacking libalgorithm-diff-xs-perl:arm64 (0.04-8+b1) ...
12:56:31 #10 31.42 Selecting previously unselected package libalgorithm-merge-perl.
12:56:31 #10 31.42 Preparing to unpack .../175-libalgorithm-merge-perl_0.08-5_all.deb ...
12:56:31 #10 31.43 Unpacking libalgorithm-merge-perl (0.08-5) ...
12:56:31 #7 ...
12:56:31 
12:56:31 #10 [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
12:56:31 #10 DONE 1.2s
12:56:31 
12:56:31 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:31 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.0s done
12:56:31 #11 10.01 Get:104 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 liblsan0 arm64 10.3.0-1ubuntu1~20.04 [801 kB]
12:56:31 #11 10.04 Get:105 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libtsan0 arm64 10.3.0-1ubuntu1~20.04 [1969 kB]
12:56:31 #11 10.14 Get:106 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libubsan1 arm64 10.3.0-1ubuntu1~20.04 [765 kB]
12:56:31 #11 10.17 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]
12:56:31 #11 10.22 Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gcc-9 arm64 9.4.0-1ubuntu1~20.04.1 [6738 kB]
12:56:31 #7 ...
12:56:31 
12:56:31 #9 [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
12:56:31 #9 DONE 2.9s
12:56:31 
12:56:31 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:31 #10 12.07 Selecting previously unselected package libbsd0:amd64.
12:56:31 #10 12.07 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_amd64.deb ...
12:56:31 #10 12.08 Unpacking libbsd0:amd64 (0.9.1-2+deb10u1) ...
12:56:31 #10 12.14 Selecting previously unselected package bsdmainutils.
12:56:31 #10 12.14 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_amd64.deb ...
12:56:31 #10 12.14 Unpacking bsdmainutils (11.1.2+b1) ...
12:56:31 #10 12.22 Selecting previously unselected package libuchardet0:amd64.
12:56:31 #10 12.22 Preparing to unpack .../05-libuchardet0_0.0.6-3_amd64.deb ...
12:56:31 #10 12.22 Unpacking libuchardet0:amd64 (0.0.6-3) ...
12:56:31 #10 12.27 Selecting previously unselected package groff-base.
12:56:31 #11 7.597 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 perl arm64 5.34.0-3ubuntu1.1 [232 kB]
12:56:31 #11 7.602 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 openssl arm64 3.0.2-0ubuntu1.8 [1161 kB]
12:56:31 #11 7.655 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
12:56:31 #11 7.669 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 distro-info-data all 0.52ubuntu0.2 [5160 B]
12:56:31 #11 7.669 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 iso-codes all 4.9.0-1 [3459 kB]
12:56:31 #7 ...
12:56:31 
12:56:31 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:31 #9 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
12:56:31 #9 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
12:56:31 #9 sha256:3e01c126cacd61c2824e005ac36dcf6b948239ccbc66c9d64370f194e89d3e99 1.79kB / 1.79kB done
12:56:31 #9 sha256:de2c937f375f4be2a7770aff34f8335868d8a92d2e2ab3261708fae518df965d 7.12kB / 7.12kB done
12:56:31 #9 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 6.0s done
12:56:31 #9 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 4.2s done
12:56:31 #9 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 5.6s done
12:56:31 #9 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 34.60MB / 53.32MB 10.0s
12:56:31 #9 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 27.26MB / 47.40MB 10.0s
12:56:31 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 27.26MB / 116.78MB 10.0s
12:56:31 #9 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 3.5s
12:56:31 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 46.14MB / 53.32MB 11.8s
12:56:31 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 44.04MB / 116.78MB 11.8s
12:56:31 #13 8.640 (61/70): perl-TermReadKey-2.38-11.el9.aarch64.r  99 kB/s |  36 kB     00:00    
12:56:31 #13 8.654 (62/70): policycoreutils-devel-3.5-0.rc2.1.el9.  11 MB/s | 141 kB     00:00    
12:56:31 #13 8.676 (63/70): selinux-policy-devel-38.1.5-1.el9.noar  68 MB/s | 1.4 MB     00:00    
12:56:31 #13 8.679 (64/70): perl-lib-0.65-480.el9.aarch64.rpm       52 kB/s |  16 kB     00:00    
12:56:31 #13 8.690 (65/70): device-mapper-devel-1.02.187-4.el9.aar 4.3 MB/s |  44 kB     00:00    
12:56:31 #13 8.713 (66/70): glibc-static-2.34-58.el9.aarch64.rpm    64 MB/s | 1.4 MB     00:00    
12:56:31 #13 8.726 (67/70): libtool-ltdl-devel-2.4.6-45.el9.aarch6  13 MB/s | 161 kB     00:00    
12:56:31 #13 8.737 (68/70): libxcrypt-static-4.4.18-3.el9.aarch64. 9.5 MB/s | 108 kB     00:00    
12:56:31 #12 6.863 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
12:56:31 #12 6.904 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
12:56:31 #12 6.907 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.155-3_armhf.deb ...
12:56:31 #12 6.912 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
12:56:31 #12 6.957 Selecting previously unselected package libudev-dev:armhf.
12:56:31 #12 6.960 Preparing to unpack .../13-libudev-dev_241-7~deb10u8_armhf.deb ...
12:56:31 #12 6.968 Unpacking libudev-dev:armhf (241-7~deb10u8) ...
12:56:31 #12 7.009 Selecting previously unselected package libsepol1-dev:armhf.
12:56:31 #12 7.012 Preparing to unpack .../14-libsepol1-dev_2.8-1_armhf.deb ...
12:56:31 #12 7.017 Unpacking libsepol1-dev:armhf (2.8-1) ...
12:56:31 #12 7.082 Selecting previously unselected package libpcre16-3:armhf.
12:56:31 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 35.65MB / 53.32MB 10.5s
12:56:31 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 31.46MB / 116.78MB 10.5s
12:56:31 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 40.89MB / 47.40MB 10.7s
12:56:31 #10 15.76 Setting up libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.9) ...
12:56:31 #10 15.77 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.9) ...
12:56:31 #10 15.78 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
12:56:31 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.9s done
12:56:31 #12 23.06   Preparing        :                                                        1/1 
12:56:31 #12 23.10   Downgrading      : xz-libs-5.2.4-4.el8.aarch64                           1/90 
12:56:31 #9 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 6.2s done
12:56:31 #10 36.94 Preparing to unpack .../240-libstruct-dumb-perl_0.09-1_all.deb ...
12:56:31 #10 36.95 Unpacking libstruct-dumb-perl (0.09-1) ...
12:56:31 #10 36.99 Selecting previously unselected package libio-async-perl.
12:56:31 #10 36.99 Preparing to unpack .../241-libio-async-perl_0.72-1_all.deb ...
12:56:31 #10 37.00 Unpacking libio-async-perl (0.72-1) ...
12:56:31 #10 37.06 Selecting previously unselected package libio-sessiondata-perl.
12:56:31 #10 37.06 Preparing to unpack .../242-libio-sessiondata-perl_1.03-1_all.deb ...
12:56:31 #10 37.07 Unpacking libio-sessiondata-perl (1.03-1) ...
12:56:31 #10 37.11 Selecting previously unselected package libio-string-perl.
12:56:31 #10 37.11 Preparing to unpack .../243-libio-string-perl_1.08-3_all.deb ...
12:56:31 #10 37.12 Unpacking libio-string-perl (1.08-3) ...
12:56:31 #10 37.15 Selecting previously unselected package libtypes-serialiser-perl.
12:56:31 #10 37.15 Preparing to unpack .../244-libtypes-serialiser-perl_1.0-1_all.deb ...
12:56:31 #10 37.16 Unpacking libtypes-serialiser-perl (1.0-1) ...
12:56:31 #10 37.19 Selecting previously unselected package libjson-xs-perl.
12:56:31 #10 37.20 Preparing to unpack .../245-libjson-xs-perl_3.040-1+b1_arm64.deb ...
12:56:31 #10 37.20 Unpacking libjson-xs-perl (3.040-1+b1) ...
12:56:31 #10 37.25 Selecting previously unselected package liblzo2-2:arm64.
12:56:31 #10 37.25 Preparing to unpack .../246-liblzo2-2_2.10-0.1_arm64.deb ...
12:56:31 #10 37.25 Unpacking liblzo2-2:arm64 (2.10-0.1) ...
12:56:31 #10 37.30 Selecting previously unselected package libkyotocabinet16v5:arm64.
12:56:31 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 18.87MB / 45.92MB 2.3s
12:56:31 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 9.44MB / 47.40MB 2.5s
12:56:31 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 7.34MB / 53.32MB 2.5s
12:56:32 #11 39.37   Installing : perl-Socket-2.010-5.el7.aarch64                            18/52 
12:56:32 #11 39.39   Installing : perl-Time-Local-1.2300-2.el7.noarch                        19/52 
12:56:32 #11 39.42   Installing : perl-Carp-1.26-244.el7.noarch                              20/52 
12:56:32 #11 39.45   Installing : perl-Storable-2.45-3.el7.aarch64                           21/52 
12:56:32 #11 39.50   Installing : perl-Filter-1.49-3.el7.aarch64                             22/52 
12:56:32 #11 39.56   Installing : perl-PathTools-3.40-5.el7.aarch64                          23/52 
12:56:32 #11 39.60   Installing : perl-threads-shared-1.43-6.el7.aarch64                     24/52 
12:56:32 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.5s done
12:56:32 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10
12:56:32 #10 31.47 Selecting previously unselected package libaliased-perl.
12:56:32 #10 31.47 Preparing to unpack .../176-libaliased-perl_0.34-3_all.deb ...
12:56:32 #10 31.48 Unpacking libaliased-perl (0.34-3) ...
12:56:32 #10 31.53 Selecting previously unselected package libaom3:arm64.
12:56:32 #10 31.54 Preparing to unpack .../177-libaom3_3.5.0-1_arm64.deb ...
12:56:32 #10 31.54 Unpacking libaom3:arm64 (3.5.0-1) ...
12:56:32 #10 31.68 Selecting previously unselected package libapt-pkg-perl.
12:56:32 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375
12:56:32 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 4.3s done
12:56:32 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529
12:56:32 #11 10.57 Get:109 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gcc arm64 4:9.3.0-1ubuntu2 [5228 B]
12:56:32 #20 2.457 Reading package lists...
12:56:32 #20 2.938 Building dependency tree...
12:56:32 #20 3.154 The following additional packages will be installed:
12:56:32 #10 12.27 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_amd64.deb ...
12:56:32 #10 12.28 Unpacking groff-base (1.22.4-3+deb10u1) ...
12:56:32 #10 12.47 Selecting previously unselected package libgdbm6:amd64.
12:56:32 #10 12.47 Preparing to unpack .../07-libgdbm6_1.18.1-4_amd64.deb ...
12:56:32 #10 12.47 Unpacking libgdbm6:amd64 (1.18.1-4) ...
12:56:32 #10 12.53 Selecting previously unselected package libpipeline1:amd64.
12:56:32 #10 12.53 Preparing to unpack .../08-libpipeline1_1.5.1-2_amd64.deb ...
12:56:32 #11 7.818 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 less arm64 590-1build1 [142 kB]
12:56:32 #11 7.820 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmd0 arm64 1.0.4-1build1 [23.8 kB]
12:56:32 #11 7.821 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbsd0 arm64 0.11.5-1 [43.7 kB]
12:56:32 #11 7.822 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libelf1 arm64 0.186-1build1 [50.7 kB]
12:56:32 #11 7.825 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libicu70 arm64 70.1-2 [10.5 MB]
12:56:32 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 49.28MB / 53.32MB 12.2s
12:56:32 #13 8.916 (69/70): perl-threads-shared-1.61-460.el9.aarch 108 kB/s |  44 kB     00:00    
12:56:32 #10 11.92 Selecting previously unselected package libgdbm-compat4:amd64.
12:56:32 #10 11.92 Preparing to unpack .../07-libgdbm-compat4_1.19-2_amd64.deb ...
12:56:32 #10 11.93 Unpacking libgdbm-compat4:amd64 (1.19-2) ...
12:56:32 #10 12.00 Selecting previously unselected package libperl5.32:amd64.
12:56:32 #10 12.00 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_amd64.deb ...
12:56:32 #10 12.01 Unpacking libperl5.32:amd64 (5.32.1-4+deb11u2) ...
12:56:32 #12 7.085 Preparing to unpack .../15-libpcre16-3_2%3a8.39-12_armhf.deb ...
12:56:32 #12 7.091 Unpacking libpcre16-3:armhf (2:8.39-12) ...
12:56:32 #12 7.145 Selecting previously unselected package libpcre32-3:armhf.
12:56:32 #12 7.148 Preparing to unpack .../16-libpcre32-3_2%3a8.39-12_armhf.deb ...
12:56:32 #12 7.152 Unpacking libpcre32-3:armhf (2:8.39-12) ...
12:56:32 #12 7.201 Selecting previously unselected package libpcrecpp0v5:armhf.
12:56:32 #12 7.204 Preparing to unpack .../17-libpcrecpp0v5_2%3a8.39-12_armhf.deb ...
12:56:32 #12 7.209 Unpacking libpcrecpp0v5:armhf (2:8.39-12) ...
12:56:32 #12 7.244 Selecting previously unselected package libpcre3-dev:armhf.
12:56:32 #12 7.247 Preparing to unpack .../18-libpcre3-dev_2%3a8.39-12_armhf.deb ...
12:56:32 #12 7.251 Unpacking libpcre3-dev:armhf (2:8.39-12) ...
12:56:32 #12 7.328 Selecting previously unselected package libselinux1-dev:armhf.
12:56:32 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 44.04MB / 47.40MB 11.1s
12:56:32 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 38.80MB / 53.32MB 11.1s
12:56:32 #7 ...
12:56:32 
12:56:32 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f
12:56:32 #9 resolve docker.io/library/ubuntu:jammy@sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f 0.0s done
12:56:32 #9 sha256:c985bc3f77946b8e92c9a3648c6f31751a7dd972e06604785e47303f4ad47c4c 424B / 424B done
12:56:32 #9 sha256:58db3edaf2be6e80f628796355b1bdeaf8bea1692b402f48b7e7b8d1ff100b02 2.30kB / 2.30kB done
12:56:32 #9 sha256:677076032cca0a2362d25cf3660072e738d1b96fe860409a33ce901d695d7ee8 29.53MB / 29.53MB 0.6s done
12:56:32 #9 sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f 1.13kB / 1.13kB done
12:56:32 #9 extracting sha256:677076032cca0a2362d25cf3660072e738d1b96fe860409a33ce901d695d7ee8 3.2s done
12:56:32 #9 DONE 4.3s
12:56:32 
12:56:32 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:32 #12 23.17   Upgrading        : rpm-4.14.3-26.el8.aarch64                             2/90 
12:56:32 #12 23.22   Upgrading        : rpm-libs-4.14.3-26.el8.aarch64                        3/90 
12:56:32 #12 23.23   Running scriptlet: rpm-libs-4.14.3-26.el8.aarch64                        3/90 
12:56:32 #12 23.26   Installing       : python-srpm-macros-3-44.el8.noarch                    4/90 
12:56:32 #12 23.28   Upgrading        : rpm-build-libs-4.14.3-26.el8.aarch64                  5/90 
12:56:32 #12 23.29   Running scriptlet: rpm-build-libs-4.14.3-26.el8.aarch64                  5/90 
12:56:32 #12 23.32   Installing       : xz-5.2.4-4.el8.aarch64                                6/90 
12:56:32 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.5s done
12:56:32 #9 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab
12:56:32 #9 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
12:56:32 #10 37.30 Preparing to unpack .../247-libkyotocabinet16v5_1.2.76-4.2+b1_arm64.deb ...
12:56:32 #10 37.30 Unpacking libkyotocabinet16v5:arm64 (1.2.76-4.2+b1) ...
12:56:32 #10 37.36 Selecting previously unselected package liblist-compare-perl.
12:56:32 #10 37.36 Preparing to unpack .../248-liblist-compare-perl_0.53-1_all.deb ...
12:56:32 #10 37.37 Unpacking liblist-compare-perl (0.53-1) ...
12:56:32 #10 37.41 Selecting previously unselected package liblist-moreutils-perl.
12:56:32 #10 37.42 Preparing to unpack .../249-liblist-moreutils-perl_0.416-1+b4_arm64.deb ...
12:56:32 #10 37.42 Unpacking liblist-moreutils-perl (0.416-1+b4) ...
12:56:32 #10 37.47 Selecting previously unselected package libltdl-dev:arm64.
12:56:32 #10 37.47 Preparing to unpack .../250-libltdl-dev_2.4.6-9_arm64.deb ...
12:56:32 #10 37.48 Unpacking libltdl-dev:arm64 (2.4.6-9) ...
12:56:32 #10 37.54 Selecting previously unselected package libsys-hostname-long-perl.
12:56:32 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 22.02MB / 45.92MB 2.7s
12:56:32 #11 39.63   Installing : perl-Scalar-List-Utils-1.27-248.el7.aarch64                25/52 
12:56:32 #11 12.60 Get:139 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gcc arm64 4:12.2.0-1ubuntu1 [5116 B]
12:56:32 #10 31.68 Preparing to unpack .../178-libapt-pkg-perl_0.1.40+b2_arm64.deb ...
12:56:32 #10 31.69 Unpacking libapt-pkg-perl (0.1.40+b2) ...
12:56:32 #10 31.72 Selecting previously unselected package libarchive-cpio-perl.
12:56:32 #10 31.73 Preparing to unpack .../179-libarchive-cpio-perl_0.10-3_all.deb ...
12:56:32 #10 31.73 Unpacking libarchive-cpio-perl (0.10-3) ...
12:56:32 #10 31.79 Selecting previously unselected package libarchive13:arm64.
12:56:32 #10 31.79 Preparing to unpack .../180-libarchive13_3.6.2-1_arm64.deb ...
12:56:32 #10 31.80 Unpacking libarchive13:arm64 (3.6.2-1) ...
12:56:32 #10 31.86 Selecting previously unselected package libarray-intspan-perl.
12:56:32 #10 31.87 Preparing to unpack .../181-libarray-intspan-perl_2.004-2_all.deb ...
12:56:32 #10 31.87 Unpacking libarray-intspan-perl (2.004-2) ...
12:56:32 #10 31.92 Selecting previously unselected package libauthen-sasl-perl.
12:56:32 #11 10.57 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]
12:56:32 #11 10.61 Get:111 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 g++-9 arm64 9.4.0-1ubuntu1~20.04.1 [6843 kB]
12:56:32 #20 3.154   clang-11 lib32gcc-s1 lib32stdc++6 libc6-i386 libclang-common-11-dev
12:56:32 #20 3.154   libclang-cpp11 libclang1-11 libgc1 libllvm11 libobjc-10-dev libobjc4 libpfm4
12:56:32 #20 3.155   libz3-4 lld-11 llvm-11 llvm-11-runtime llvm-runtime
12:56:32 #20 3.156 Suggested packages:
12:56:32 #20 3.156   clang-11-doc llvm-11-doc
12:56:32 #20 3.156 Recommended packages:
12:56:32 #20 3.156   llvm-11-dev libomp-11-dev binfmt-support
12:56:32 #20 3.316 The following NEW packages will be installed:
12:56:32 #20 3.316   clang clang-11 lib32gcc-s1 lib32stdc++6 libc6-i386 libclang-common-11-dev
12:56:32 #20 3.317   libclang-cpp11 libclang1-11 libgc1 libllvm11 libobjc-10-dev libobjc4 libpfm4
12:56:32 #20 3.317   libz3-4 lld lld-11 llvm llvm-11 llvm-11-runtime llvm-runtime
12:56:32 #10 12.53 Unpacking libpipeline1:amd64 (1.5.1-2) ...
12:56:32 #10 12.59 Selecting previously unselected package man-db.
12:56:32 #10 12.59 Preparing to unpack .../09-man-db_2.8.5-2_amd64.deb ...
12:56:32 #10 12.61 Unpacking man-db (2.8.5-2) ...
12:56:32 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 52.43MB / 53.32MB 12.4s
12:56:32 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 51.38MB / 116.78MB 12.4s
12:56:32 #12 7.330 Preparing to unpack .../19-libselinux1-dev_2.8-1+b1_armhf.deb ...
12:56:32 #12 7.334 Unpacking libselinux1-dev:armhf (2.8-1+b1) ...
12:56:32 #12 7.390 Selecting previously unselected package libdevmapper-dev:armhf.
12:56:32 #12 7.392 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.155-3_armhf.deb ...
12:56:32 #12 7.396 Unpacking libdevmapper-dev:armhf (2:1.02.155-3) ...
12:56:32 #12 7.433 Selecting previously unselected package libseccomp-dev:armhf.
12:56:32 #12 7.436 Preparing to unpack .../21-libseccomp-dev_2.3.3-4_armhf.deb ...
12:56:32 #12 7.440 Unpacking libseccomp-dev:armhf (2.3.3-4) ...
12:56:32 #12 7.474 Selecting previously unselected package libsystemd-dev:armhf.
12:56:32 #12 7.478 Preparing to unpack .../22-libsystemd-dev_241-7~deb10u8_armhf.deb ...
12:56:32 #12 7.482 Unpacking libsystemd-dev:armhf (241-7~deb10u8) ...
12:56:32 #12 7.573 Selecting previously unselected package pkg-config.
12:56:32 #20 DONE 8.5s
12:56:32 
12:56:32 #21 [linux/amd64 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
12:56:32 #21 DONE 0.2s
12:56:32 
12:56:32 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
12:56:32 #16 ...
12:56:32 
12:56:32 #22 [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"
12:56:32 #22 ...
12:56:32 
12:56:32 #23 [linux/amd64->darwin/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
12:56:32 #0 0.200 skipping packages installation on darwin
12:56:32 #23 DONE 0.3s
12:56:32 
12:56:32 #24 [linux/amd64->darwin/arm64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
12:56:32 #0 0.180 skipping packages installation on darwin
12:56:32 #24 DONE 0.3s
12:56:32 
12:56:32 #22 [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"
12:56:32 #9 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 30.41MB / 47.40MB 10.4s
12:56:32 #9 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 37.75MB / 53.32MB 10.5s
12:56:32 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 5.2s
12:56:32 #12 23.35   Installing       : unzip-6.0-46.el8.aarch64                              7/90 
12:56:32 #12 23.47   Installing       : groff-base-1.22.3-18.el8.aarch64                      8/90 
12:56:32 #12 23.50   Installing       : file-5.33-21.el8.aarch64                              9/90 
12:56:32 #12 23.54   Installing       : cpio-2.12-11.el8.aarch64                             10/90 
12:56:32 #9 DONE 16.6s
12:56:32 
12:56:32 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:56:32 #10 16.30 Selecting previously unselected package python3-minimal.
12:56:32 #10 16.30 (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.)
12:56:32 #10 16.30 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_arm64.deb ...
12:56:32 #10 16.30 Unpacking python3-minimal (3.6.7-1~18.04) ...
12:56:32 #10 16.33 Selecting previously unselected package mime-support.
12:56:32 #10 16.33 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
12:56:32 #10 16.34 Unpacking mime-support (3.60ubuntu1) ...
12:56:32 #10 16.37 Selecting previously unselected package libmpdec2:arm64.
12:56:32 #10 16.37 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_arm64.deb ...
12:56:32 #10 16.37 Unpacking libmpdec2:arm64 (2.4.2-1ubuntu1) ...
12:56:32 #10 16.41 Selecting previously unselected package readline-common.
12:56:32 #10 16.41 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
12:56:32 #10 37.55 Preparing to unpack .../251-libsys-hostname-long-perl_1.5-1_all.deb ...
12:56:32 #10 37.55 Unpacking libsys-hostname-long-perl (1.5-1) ...
12:56:32 #10 37.59 Selecting previously unselected package libmail-sendmail-perl.
12:56:32 #10 37.59 Preparing to unpack .../252-libmail-sendmail-perl_0.80-1_all.deb ...
12:56:32 #10 37.59 Unpacking libmail-sendmail-perl (0.80-1) ...
12:56:32 #10 37.63 Selecting previously unselected package mailutils-common.
12:56:32 #10 37.63 Preparing to unpack .../253-mailutils-common_1%3a3.5-4_all.deb ...
12:56:32 #10 37.64 Unpacking mailutils-common (1:3.5-4) ...
12:56:32 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 12.58MB / 47.40MB 2.9s
12:56:32 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 10.49MB / 53.32MB 2.9s
12:56:32 #11 12.60 Get:140 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libstdc++-12-dev arm64 12.2.0-3ubuntu1 [2154 kB]
12:56:32 #11 12.65 Get:141 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 g++-12 arm64 12.2.0-3ubuntu1 [10.9 MB]
12:56:32 #11 39.72   Installing : 4:perl-libs-5.16.3-299.el7_9.aarch64                       26/52 
12:56:32 #11 40.07   Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        27/52 
12:56:32 #11 40.10   Installing : perl-Getopt-Long-2.40-3.el7.noarch                         28/52 
12:56:32 #11 40.13   Installing : perl-File-Temp-0.23.01-3.el7.noarch                        29/52 
12:56:32 #11 40.15   Installing : perl-File-Path-2.09-2.el7.noarch                           30/52 
12:56:32 #10 31.92 Preparing to unpack .../182-libauthen-sasl-perl_2.1600-3_all.deb ...
12:56:32 #10 31.93 Unpacking libauthen-sasl-perl (2.1600-3) ...
12:56:32 #10 31.99 Selecting previously unselected package libdav1d6:arm64.
12:56:32 #10 31.99 Preparing to unpack .../183-libdav1d6_1.0.0-2_arm64.deb ...
12:56:32 #10 31.99 Unpacking libdav1d6:arm64 (1.0.0-2) ...
12:56:32 #10 32.06 Selecting previously unselected package libgav1-1:arm64.
12:56:32 #10 32.06 Preparing to unpack .../184-libgav1-1_0.18.0-1+b1_arm64.deb ...
12:56:32 #10 32.07 Unpacking libgav1-1:arm64 (0.18.0-1+b1) ...
12:56:32 #10 32.17 Selecting previously unselected package librav1e0:arm64.
12:56:32 #11 10.91 Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 g++ arm64 4:9.3.0-1ubuntu2 [1592 B]
12:56:32 #11 10.91 Get:113 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 make arm64 4.2.1-1.2 [154 kB]
12:56:32 #11 10.91 Get:114 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
12:56:32 #11 10.91 Get:115 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 patch arm64 2.7.6-6 [98.1 kB]
12:56:32 #11 10.91 Get:116 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
12:56:32 #11 10.94 Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 build-essential arm64 12.8ubuntu1.1 [4664 B]
12:56:32 #11 10.94 Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libbrotli1 arm64 1.0.7-6ubuntu0.1 [257 kB]
12:56:32 #11 10.95 Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libroken18-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [40.1 kB]
12:56:32 #11 10.96 Get:120 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libasn1-8-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [150 kB]
12:56:32 #11 10.98 Get:121 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libheimbase1-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [28.6 kB]
12:56:32 #11 11.04 Get:122 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhcrypto4-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [85.8 kB]
12:56:32 #11 11.04 Get:123 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwind0-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [47.4 kB]
12:56:32 #11 11.04 Get:124 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhx509-5-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [99.0 kB]
12:56:32 #11 11.05 Get:125 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-26-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [192 kB]
12:56:32 #11 11.05 Get:126 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libheimntlm0-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [14.7 kB]
12:56:32 #11 11.05 Get:127 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi3-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [88.3 kB]
12:56:32 #11 11.05 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]
12:56:32 #11 11.06 Get:129 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2ubuntu0.1 [48.4 kB]
12:56:32 #11 11.06 Get:130 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
12:56:32 #11 11.13 Get:131 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libldap-2.4-2 arm64 2.4.49+dfsg-2ubuntu1.9 [145 kB]
12:56:32 #20 3.584 0 upgraded, 20 newly installed, 0 to remove and 2 not upgraded.
12:56:32 #20 3.584 Need to get 58.8 MB of archives.
12:56:32 #20 3.584 After this operation, 300 MB of additional disk space will be used.
12:56:32 #20 3.584 Get:1 http://deb.debian.org/debian bullseye/main amd64 libz3-4 amd64 4.8.10-1 [6949 kB]
12:56:32 #20 3.692 Get:2 http://deb.debian.org/debian bullseye/main amd64 libllvm11 amd64 1:11.0.1-2 [17.9 MB]
12:56:32 #10 12.84 Selecting previously unselected package perl-modules-5.28.
12:56:32 #10 12.84 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
12:56:32 #10 12.84 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
12:56:32 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.5s done
12:56:32 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4
12:56:32 #11 8.392 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libxml2 arm64 2.9.13+dfsg-1ubuntu0.2 [728 kB]
12:56:32 #11 8.401 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-0-2 arm64 0.2.2-1build2 [51.0 kB]
12:56:32 #11 8.403 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
12:56:32 #11 8.405 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 netbase all 6.3 [12.9 kB]
12:56:32 #11 8.406 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python-apt-common all 2.4.0 [15.2 kB]
12:56:32 #11 8.408 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-apt arm64 2.4.0 [161 kB]
12:56:32 #11 8.410 Get:35 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB]
12:56:32 #11 8.413 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ucf all 3.0043 [56.1 kB]
12:56:32 #11 8.415 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bsdextrautils arm64 2.37.2-4ubuntu3 [70.1 kB]
12:56:32 #11 8.468 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmagic-mgc arm64 1:5.41-3 [257 kB]
12:56:32 #11 8.542 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmagic1 arm64 1:5.41-3 [85.0 kB]
12:56:32 #12 7.576 Preparing to unpack .../23-pkg-config_0.29-6_armhf.deb ...
12:56:32 #12 7.580 Unpacking pkg-config (0.29-6) ...
12:56:32 #12 7.689 Setting up libpcrecpp0v5:armhf (2:8.39-12) ...
12:56:32 #12 7.701 Setting up libseccomp-dev:armhf (2.3.3-4) ...
12:56:32 #12 7.712 Setting up libpcre16-3:armhf (2:8.39-12) ...
12:56:32 #12 7.722 Setting up libarchive13:armhf (3.3.3-4+deb10u3) ...
12:56:32 #12 7.733 Setting up libprocps7:armhf (2:3.3.15-2) ...
12:56:32 #12 7.743 Setting up libsepol1-dev:armhf (2.8-1) ...
12:56:32 #12 7.753 Setting up libuv1:armhf (1.24.1-1+deb10u1) ...
12:56:32 #12 7.765 Setting up bash-completion (1:2.8-6) ...
12:56:32 #22 0.594 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
12:56:32 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 33.55MB / 116.78MB 10.7s
12:56:32 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 37.75MB / 116.78MB 11.5s
12:56:32 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.19MB / 47.40MB 11.6s
12:56:32 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 41.94MB / 53.32MB 11.6s
12:56:32 #13 9.344 (70/70): systemd-devel-252-3.el9.aarch64.rpm    960 kB/s | 641 kB     00:00    
12:56:32 #13 9.349 --------------------------------------------------------------------------------
12:56:32 #13 9.349 Total                                            20 MB/s | 104 MB     00:05     
12:56:32 #10 16.41 Unpacking readline-common (7.0-3) ...
12:56:32 #10 16.44 Selecting previously unselected package libreadline7:arm64.
12:56:32 #10 16.44 Preparing to unpack .../4-libreadline7_7.0-3_arm64.deb ...
12:56:32 #10 16.45 Unpacking libreadline7:arm64 (7.0-3) ...
12:56:32 #10 16.48 Selecting previously unselected package libsqlite3-0:arm64.
12:56:32 #10 16.48 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.7_arm64.deb ...
12:56:32 #10 16.48 Unpacking libsqlite3-0:arm64 (3.22.0-1ubuntu0.7) ...
12:56:32 #10 16.54 Selecting previously unselected package libpython3.6-stdlib:arm64.
12:56:32 #10 16.54 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.9_arm64.deb ...
12:56:32 #10 16.54 Unpacking libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.9) ...
12:56:32 #10 16.69 Selecting previously unselected package python3.6.
12:56:32 #10 37.71 Selecting previously unselected package mysql-common.
12:56:32 #10 37.71 Preparing to unpack .../254-mysql-common_5.8+1.0.5_all.deb ...
12:56:32 #10 37.73 Unpacking mysql-common (5.8+1.0.5) ...
12:56:32 #10 37.77 Selecting previously unselected package mariadb-common.
12:56:32 #10 37.77 Preparing to unpack .../255-mariadb-common_1%3a10.3.36-0+deb10u2_all.deb ...
12:56:32 #10 37.78 Unpacking mariadb-common (1:10.3.36-0+deb10u2) ...
12:56:32 #10 37.82 Selecting previously unselected package libmariadb3:arm64.
12:56:32 #10 37.83 Preparing to unpack .../256-libmariadb3_1%3a10.3.36-0+deb10u2_arm64.deb ...
12:56:32 #10 37.83 Unpacking libmariadb3:arm64 (1:10.3.36-0+deb10u2) ...
12:56:32 #10 37.88 Selecting previously unselected package libpython2.7-minimal:arm64.
12:56:32 #10 37.89 Preparing to unpack .../257-libpython2.7-minimal_2.7.16-2+deb10u1_arm64.deb ...
12:56:32 #10 37.89 Unpacking libpython2.7-minimal:arm64 (2.7.16-2+deb10u1) ...
12:56:32 #10 37.96 Selecting previously unselected package libpython2.7-stdlib:arm64.
12:56:32 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 25.17MB / 45.92MB 3.1s
12:56:32 #11 13.04 Get:142 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 g++ arm64 4:12.2.0-1ubuntu1 [1396 B]
12:56:32 #11 13.04 Get:143 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 make arm64 4.3-4.1build1 [177 kB]
12:56:32 #11 13.04 Get:144 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdpkg-perl all 1.21.9ubuntu1 [237 kB]
12:56:32 #11 13.04 Get:145 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 bzip2 arm64 1.0.8-5build1 [34.6 kB]
12:56:32 #11 13.04 Get:146 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 patch arm64 2.7.6-7build2 [105 kB]
12:56:32 #11 13.05 Get:147 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 lto-disabled-list all 35 [12.2 kB]
12:56:32 #11 13.05 Get:148 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dpkg-dev all 1.21.9ubuntu1 [1070 kB]
12:56:32 #11 13.08 Get:149 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 build-essential arm64 12.9ubuntu3 [4740 B]
12:56:32 #11 13.09 Get:150 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libbrotli1 arm64 1.0.9-2build6 [314 kB]
12:56:32 #11 13.11 Get:151 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-6ubuntu2 [21.0 kB]
12:56:32 #11 13.18 Get:152 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsasl2-2 arm64 2.1.28+dfsg-6ubuntu2 [57.3 kB]
12:56:32 #11 11.14 Get:132 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnghttp2-14 arm64 1.40.0-1build1 [74.7 kB]
12:56:32 #11 11.14 Get:133 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build1 [53.3 kB]
12:56:32 #11 11.14 Get:134 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssh-4 arm64 0.9.3-2ubuntu2.2 [159 kB]
12:56:32 #11 11.15 Get:135 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl4 arm64 7.68.0-1ubuntu2.15 [215 kB]
12:56:32 #11 11.16 Get:136 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 curl arm64 7.68.0-1ubuntu2.15 [157 kB]
12:56:32 #11 11.21 Get:137 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dctrl-tools arm64 2.24-3 [59.1 kB]
12:56:32 #11 11.21 Get:138 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtool all 2.4.6-14 [161 kB]
12:56:32 #11 11.21 Get:139 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dh-autoreconf all 19 [16.1 kB]
12:56:32 #11 11.22 Get:140 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
12:56:32 #11 11.28 Get:141 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libarchive-zip-perl all 1.67-2 [90.5 kB]
12:56:32 #11 11.29 Get:142 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-override-perl all 0.09-2 [9532 B]
12:56:32 #11 11.29 Get:143 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
12:56:32 #11 11.29 Get:144 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dh-strip-nondeterminism all 1.7.0-1 [5228 B]
12:56:32 #11 11.29 Get:145 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dwz arm64 0.13-5 [134 kB]
12:56:32 #11 11.29 Get:146 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcroco3 arm64 0.6.13-1 [77.1 kB]
12:56:32 #11 11.36 Get:147 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gettext arm64 0.19.8.1-10build1 [850 kB]
12:56:32 #11 11.39 Get:148 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
12:56:32 #10 32.17 Preparing to unpack .../185-librav1e0_0.5.1-6_arm64.deb ...
12:56:32 #10 32.17 Unpacking librav1e0:arm64 (0.5.1-6) ...
12:56:32 #10 32.26 Selecting previously unselected package libsvtav1enc1:arm64.
12:56:32 #10 32.26 Preparing to unpack .../186-libsvtav1enc1_1.4.1+dfsg-1_arm64.deb ...
12:56:32 #10 32.27 Unpacking libsvtav1enc1:arm64 (1.4.1+dfsg-1) ...
12:56:32 #10 32.39 Selecting previously unselected package libjpeg62-turbo:arm64.
12:56:32 #10 32.39 Preparing to unpack .../187-libjpeg62-turbo_1%3a2.1.2-1+b1_arm64.deb ...
12:56:32 #10 32.40 Unpacking libjpeg62-turbo:arm64 (1:2.1.2-1+b1) ...
12:56:32 #10 32.46 Selecting previously unselected package libyuv0:arm64.
12:56:32 #20 3.833 Get:3 http://deb.debian.org/debian bullseye/main amd64 libclang-cpp11 amd64 1:11.0.1-2 [9632 kB]
12:56:32 #20 3.909 Get:4 http://deb.debian.org/debian bullseye/main amd64 libgc1 amd64 1:8.0.4-3 [239 kB]
12:56:32 #20 3.911 Get:5 http://deb.debian.org/debian bullseye/main amd64 libobjc4 amd64 10.2.1-6 [41.8 kB]
12:56:32 #20 3.912 Get:6 http://deb.debian.org/debian bullseye/main amd64 libobjc-10-dev amd64 10.2.1-6 [170 kB]
12:56:32 #20 3.914 Get:7 http://deb.debian.org/debian bullseye/main amd64 libc6-i386 amd64 2.31-13+deb11u5 [2616 kB]
12:56:32 #20 3.931 Get:8 http://deb.debian.org/debian bullseye/main amd64 lib32gcc-s1 amd64 10.2.1-6 [49.4 kB]
12:56:32 #20 3.932 Get:9 http://deb.debian.org/debian bullseye/main amd64 lib32stdc++6 amd64 10.2.1-6 [510 kB]
12:56:32 #20 3.936 Get:10 http://deb.debian.org/debian bullseye/main amd64 libclang-common-11-dev amd64 1:11.0.1-2 [4922 kB]
12:56:32 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.3s done
12:56:32 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10
12:56:32 #11 8.546 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 file arm64 1:5.41-3 [21.6 kB]
12:56:32 #11 8.547 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gettext-base arm64 0.21-4ubuntu4 [37.2 kB]
12:56:32 #11 8.548 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libuchardet0 arm64 0.0.7-1build2 [77.3 kB]
12:56:32 #11 8.550 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 groff-base arm64 1.22.4-8build1 [917 kB]
12:56:32 #11 8.583 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcbor0.8 arm64 0.8.0-2ubuntu1 [24.3 kB]
12:56:32 #11 8.584 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libedit2 arm64 3.1-20210910-1build1 [96.0 kB]
12:56:32 #11 8.585 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfido2-1 arm64 1.10.0-1 [81.8 kB]
12:56:32 #11 8.609 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnghttp2-14 arm64 1.43.0-1build3 [75.4 kB]
12:56:32 #11 8.616 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpipeline1 arm64 1.5.5-1 [23.2 kB]
12:56:32 #11 8.689 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpng16-16 arm64 1.6.37-3build5 [189 kB]
12:56:32 #11 8.699 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpsl5 arm64 0.21.0-1.2build2 [58.3 kB]
12:56:32 #11 8.701 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxau6 arm64 1:1.0.9-1build5 [7624 B]
12:56:32 #11 8.708 Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu5 [10.8 kB]
12:56:32 #11 8.714 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb1 arm64 1.14-3ubuntu3 [49.0 kB]
12:56:32 #11 8.724 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-data all 2:1.7.5-1 [119 kB]
12:56:32 #11 8.726 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-6 arm64 2:1.7.5-1 [661 kB]
12:56:32 #11 8.752 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxext6 arm64 2:1.3.4-1build1 [31.1 kB]
12:56:32 #11 8.755 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxmuu1 arm64 2:1.1.3-3 [10.4 kB]
12:56:32 #11 8.762 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 man-db arm64 2.10.2-1 [1181 kB]
12:56:32 #11 8.836 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 manpages all 5.10-1ubuntu1 [1375 kB]
12:56:32 #9 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 40.89MB / 53.32MB 10.9s
12:56:32 #9 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 33.55MB / 47.40MB 10.9s
12:56:32 #10 16.69 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.9_arm64.deb ...
12:56:32 #10 16.69 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.9) ...
12:56:32 #10 16.73 Selecting previously unselected package libpython3-stdlib:arm64.
12:56:32 #10 16.73 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_arm64.deb ...
12:56:32 #10 16.73 Unpacking libpython3-stdlib:arm64 (3.6.7-1~18.04) ...
12:56:32 #10 16.76 Setting up python3-minimal (3.6.7-1~18.04) ...
12:56:32 #10 16.95 Selecting previously unselected package python3.
12:56:32 #10 16.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 ... 4773 files and directories currently installed.)
12:56:32 #10 16.95 Preparing to unpack .../0-python3_3.6.7-1~18.04_arm64.deb ...
12:56:32 #10 16.96 Unpacking python3 (3.6.7-1~18.04) ...
12:56:32 #10 16.98 Selecting previously unselected package multiarch-support.
12:56:32 #10 16.98 Preparing to unpack .../1-multiarch-support_2.27-3ubuntu1.6_arm64.deb ...
12:56:32 #10 16.99 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
12:56:32 #10 17.01 Selecting previously unselected package libxau6:arm64.
12:56:32 #10 17.01 Preparing to unpack .../2-libxau6_1%3a1.0.8-1ubuntu1_arm64.deb ...
12:56:32 #10 17.02 Unpacking libxau6:arm64 (1:1.0.8-1ubuntu1) ...
12:56:32 #10 17.04 Selecting previously unselected package libbsd0:arm64.
12:56:32 #10 17.04 Preparing to unpack .../3-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ...
12:56:32 #10 17.05 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ...
12:56:33 #10 37.97 Preparing to unpack .../258-libpython2.7-stdlib_2.7.16-2+deb10u1_arm64.deb ...
12:56:33 #10 37.97 Unpacking libpython2.7-stdlib:arm64 (2.7.16-2+deb10u1) ...
12:56:33 #10 38.17 Selecting previously unselected package libpython2.7:arm64.
12:56:33 #10 38.18 Preparing to unpack .../259-libpython2.7_2.7.16-2+deb10u1_arm64.deb ...
12:56:33 #10 38.18 Unpacking libpython2.7:arm64 (2.7.16-2+deb10u1) ...
12:56:33 #12 23.56   Installing       : bzip2-1.0.6-26.el8.aarch64                           11/90 
12:56:33 #12 24.07   Installing       : binutils-2.30-119.el8.aarch64                        12/90 
12:56:33 #12 24.10   Running scriptlet: binutils-2.30-119.el8.aarch64                        12/90 
12:56:33 #12 24.17   Installing       : zip-3.0-23.el8.aarch64                               13/90 
12:56:33 #12 24.20   Upgrading        : python3-rpm-4.14.3-26.el8.aarch64                    14/90 
12:56:33 #12 24.22   Installing       : python-rpm-macros-3-44.el8.noarch                    15/90 
12:56:33 #12 24.23   Installing       : python3-rpm-macros-3-44.el8.noarch                   16/90 
12:56:33 #12 24.24   Installing       : efi-srpm-macros-3-3.el8.noarch                       17/90 
12:56:33 #12 24.25   Installing       : pkgconf-m4-1.4.2-1.el8.noarch                        18/90 
12:56:33 #12 24.28   Installing       : patch-2.7.6-11.el8.aarch64                           19/90 
12:56:33 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 13.63MB / 53.32MB 3.3s
12:56:33 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 28.31MB / 45.92MB 3.5s
12:56:33 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 16.78MB / 47.40MB 3.5s
12:56:33 #11 13.18 Get:153 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-1ubuntu1 [180 kB]
12:56:33 #11 13.19 Get:154 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB]
12:56:33 #11 13.19 Get:155 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libssh-4 arm64 0.9.6-2build1 [184 kB]
12:56:33 #11 13.20 Get:156 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libcurl4 arm64 7.85.0-1ubuntu0.2 [286 kB]
12:56:33 #11 13.21 Get:157 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 curl arm64 7.85.0-1ubuntu0.2 [196 kB]
12:56:33 #11 13.22 Get:158 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dctrl-tools arm64 2.24-3build2 [65.2 kB]
12:56:33 #11 13.22 Get:159 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdebhelper-perl all 13.9.1ubuntu1 [66.4 kB]
12:56:33 #11 13.22 Get:160 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtool all 2.4.7-4 [166 kB]
12:56:33 #11 13.26 Get:161 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dh-autoreconf all 20 [16.1 kB]
12:56:33 #11 13.33 Get:162 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libarchive-zip-perl all 1.68-1 [90.2 kB]
12:56:33 #11 13.33 Get:163 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-override-perl all 0.09-3 [9756 B]
12:56:33 #11 13.33 Get:164 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
12:56:33 #11 13.33 Get:165 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dh-strip-nondeterminism all 1.13.0-1 [5344 B]
12:56:33 #11 13.33 Get:166 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdw1 arm64 0.187-4 [243 kB]
12:56:33 #11 13.34 Get:167 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 debugedit arm64 1:5.0-5 [45.9 kB]
12:56:33 #11 13.34 Get:168 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dwz arm64 0.14-1build2 [102 kB]
12:56:33 #11 13.35 Get:169 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gettext arm64 0.21-8 [842 kB]
12:56:33 #11 13.38 Get:170 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
12:56:33 #11 13.40 Get:171 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 po-debconf all 1.0.21+nmu1 [233 kB]
12:56:33 #11 13.48 Get:172 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 debhelper all 13.9.1ubuntu1 [939 kB]
12:56:33 #10 12.86 Selecting previously unselected package perl.
12:56:33 #10 12.86 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_amd64.deb ...
12:56:33 #10 12.88 Unpacking perl (5.32.1-4+deb11u2) ...
12:56:33 #10 12.96 Selecting previously unselected package liblocale-gettext-perl.
12:56:33 #10 12.96 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
12:56:33 #10 12.96 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
12:56:33 #10 13.00 Selecting previously unselected package libpython3.9-minimal:amd64.
12:56:33 #10 13.00 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_amd64.deb ...
12:56:33 #10 13.01 Unpacking libpython3.9-minimal:amd64 (3.9.2-1) ...
12:56:33 #10 13.20 Selecting previously unselected package libexpat1:amd64.
12:56:33 #10 13.20 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u5_amd64.deb ...
12:56:33 #10 13.20 Unpacking libexpat1:amd64 (2.2.10-2+deb11u5) ...
12:56:33 #11 11.39 Get:149 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 po-debconf all 1.0.21 [233 kB]
12:56:33 #11 11.39 Get:150 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 debhelper all 12.10ubuntu1 [877 kB]
12:56:33 #11 11.44 Get:151 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfakeroot arm64 1.24-1 [26.0 kB]
12:56:33 #11 11.44 Get:152 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 fakeroot arm64 1.24-1 [61.9 kB]
12:56:33 #11 11.45 Get:153 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libassuan0 arm64 2.5.3-7ubuntu2 [33.1 kB]
12:56:33 #11 11.45 Get:154 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgconf arm64 2.2.19-3ubuntu2.2 [117 kB]
12:56:33 #11 11.45 Get:155 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libksba8 arm64 1.3.5-2ubuntu0.20.04.2 [89.1 kB]
12:56:33 #11 11.45 Get:156 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnpth0 arm64 1.6-1 [7440 B]
12:56:33 #11 11.51 Get:157 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dirmngr arm64 2.2.19-3ubuntu2.2 [311 kB]
12:56:33 #11 11.52 Get:158 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
12:56:33 #11 11.52 Get:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-utils arm64 2.2.19-3ubuntu2.2 [441 kB]
12:56:33 #11 11.58 Get:160 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg arm64 2.2.19-3ubuntu2.2 [442 kB]
12:56:33 #11 11.60 Get:161 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pinentry-curses arm64 1.1.0-3build1 [34.3 kB]
12:56:33 #11 11.60 Get:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-agent arm64 2.2.19-3ubuntu2.2 [216 kB]
12:56:33 #11 11.60 Get:163 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-wks-client arm64 2.2.19-3ubuntu2.2 [89.4 kB]
12:56:33 #11 11.61 Get:164 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-wks-server arm64 2.2.19-3ubuntu2.2 [83.1 kB]
12:56:33 #11 11.61 Get:165 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgsm arm64 2.2.19-3ubuntu2.2 [198 kB]
12:56:33 #11 11.62 Get:166 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg all 2.2.19-3ubuntu2.2 [259 kB]
12:56:33 #11 11.65 Get:167 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-which-perl all 1.23-1 [13.8 kB]
12:56:33 #11 11.66 Get:168 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-homedir-perl all 1.004-1 [37.3 kB]
12:56:33 #11 11.66 Get:169 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-pty-perl arm64 1:1.12-1 [31.5 kB]
12:56:33 #11 11.73 Get:170 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libipc-run-perl all 20180523.0-2 [89.7 kB]
12:56:33 #10 32.46 Preparing to unpack .../188-libyuv0_0.0~git20230104.6e4b0ac-1_arm64.deb ...
12:56:33 #10 32.46 Unpacking libyuv0:arm64 (0.0~git20230104.6e4b0ac-1) ...
12:56:33 #10 32.52 Selecting previously unselected package libavif15:arm64.
12:56:33 #10 32.52 Preparing to unpack .../189-libavif15_0.11.1-1_arm64.deb ...
12:56:33 #10 32.52 Unpacking libavif15:arm64 (0.11.1-1) ...
12:56:33 #10 32.57 Selecting previously unselected package libmodule-implementation-perl.
12:56:33 #10 32.58 Preparing to unpack .../190-libmodule-implementation-perl_0.09-2_all.deb ...
12:56:33 #10 32.58 Unpacking libmodule-implementation-perl (0.09-2) ...
12:56:33 #10 32.62 Selecting previously unselected package libsub-exporter-progressive-perl.
12:56:33 #10 32.62 Preparing to unpack .../191-libsub-exporter-progressive-perl_0.001013-3_all.deb ...
12:56:33 #10 32.62 Unpacking libsub-exporter-progressive-perl (0.001013-3) ...
12:56:33 #10 32.66 Selecting previously unselected package libvariable-magic-perl.
12:56:33 #10 32.66 Preparing to unpack .../192-libvariable-magic-perl_0.63-1+b1_arm64.deb ...
12:56:33 #10 32.67 Unpacking libvariable-magic-perl (0.63-1+b1) ...
12:56:33 #10 32.71 Selecting previously unselected package libb-hooks-endofscope-perl.
12:56:33 #20 3.973 Get:11 http://deb.debian.org/debian bullseye/main amd64 libclang1-11 amd64 1:11.0.1-2 [5521 kB]
12:56:33 #20 4.018 Get:12 http://deb.debian.org/debian bullseye/main amd64 clang-11 amd64 1:11.0.1-2 [109 kB]
12:56:33 #20 4.019 Get:13 http://deb.debian.org/debian bullseye/main amd64 clang amd64 1:11.0-51+nmu5 [8872 B]
12:56:33 #20 4.020 Get:14 http://deb.debian.org/debian bullseye/main amd64 libpfm4 amd64 4.11.1+git32-gd0b85fb-1 [286 kB]
12:56:33 #20 4.022 Get:15 http://deb.debian.org/debian bullseye/main amd64 lld-11 amd64 1:11.0.1-2 [1173 kB]
12:56:33 #20 4.030 Get:16 http://deb.debian.org/debian bullseye/main amd64 lld amd64 1:11.0-51+nmu5 [8492 B]
12:56:33 #20 4.030 Get:17 http://deb.debian.org/debian bullseye/main amd64 llvm-11-runtime amd64 1:11.0.1-2 [212 kB]
12:56:33 #20 4.032 Get:18 http://deb.debian.org/debian bullseye/main amd64 llvm-runtime amd64 1:11.0-51+nmu5 [8532 B]
12:56:33 #20 4.032 Get:19 http://deb.debian.org/debian bullseye/main amd64 llvm-11 amd64 1:11.0.1-2 [8463 kB]
12:56:33 #20 4.097 Get:20 http://deb.debian.org/debian bullseye/main amd64 llvm amd64 1:11.0-51+nmu5 [10.7 kB]
12:56:33 #20 4.208 debconf: delaying package configuration, since apt-utils is not installed
12:56:33 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 3.9s done
12:56:33 #10 13.52 Selecting previously unselected package libgdbm-compat4:amd64.
12:56:33 #10 13.52 Preparing to unpack .../11-libgdbm-compat4_1.18.1-4_amd64.deb ...
12:56:33 #10 13.52 Unpacking libgdbm-compat4:amd64 (1.18.1-4) ...
12:56:33 #10 13.56 Selecting previously unselected package libperl5.28:amd64.
12:56:33 #10 13.57 Preparing to unpack .../12-libperl5.28_5.28.1-6+deb10u1_amd64.deb ...
12:56:33 #10 13.57 Unpacking libperl5.28:amd64 (5.28.1-6+deb10u1) ...
12:56:33 #11 8.915 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 openssh-client arm64 1:8.9p1-3ubuntu0.1 [866 kB]
12:56:33 #11 8.931 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 publicsuffix all 20211207.1025-1 [129 kB]
12:56:33 #11 8.933 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 strace arm64 5.16-0ubuntu3 [465 kB]
12:56:33 #11 8.953 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xauth arm64 1:1.1-1build2 [26.8 kB]
12:56:33 #11 8.958 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xz-utils arm64 5.2.5-2ubuntu1 [84.4 kB]
12:56:33 #11 8.961 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsigsegv2 arm64 2.13-1ubuntu3 [14.5 kB]
12:56:33 #11 8.961 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 m4 arm64 1.4.18-5ubuntu2 [196 kB]
12:56:33 #11 8.964 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autoconf all 2.71-2 [338 kB]
12:56:33 #11 9.011 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autotools-dev all 20220109.1 [44.9 kB]
12:56:33 #11 9.031 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 automake all 1:1.16.5-1.3 [558 kB]
12:56:33 #11 9.063 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autopoint all 0.21-4ubuntu4 [422 kB]
12:56:33 #9 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 44.04MB / 53.32MB 11.3s
12:56:33 #9 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 36.70MB / 47.40MB 11.3s
12:56:33 #7 ...
12:56:33 
12:56:33 #10 [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
12:56:33 #10 DONE 1.4s
12:56:33 
12:56:33 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:33 #12 8.331 Setting up libpcre32-3:armhf (2:8.39-12) ...
12:56:33 #12 8.355 Setting up pkg-config (0.29-6) ...
12:56:33 #12 8.421 Setting up libudev-dev:armhf (241-7~deb10u8) ...
12:56:33 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.40MB / 47.40MB 12.1s done
12:56:33 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 45.09MB / 53.32MB 12.1s
12:56:33 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 0B / 126B 12.1s
12:56:33 #10 17.08 Selecting previously unselected package libxdmcp6:arm64.
12:56:33 #10 17.08 Preparing to unpack .../4-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
12:56:33 #10 17.08 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
12:56:33 #10 17.11 Selecting previously unselected package libxcb1:arm64.
12:56:33 #10 17.11 Preparing to unpack .../5-libxcb1_1.13-2~ubuntu18.04_arm64.deb ...
12:56:33 #10 17.12 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ...
12:56:33 #10 17.14 Selecting previously unselected package libx11-data.
12:56:33 #10 17.14 Preparing to unpack .../6-libx11-data_2%3a1.6.4-3ubuntu0.4_all.deb ...
12:56:33 #10 17.15 Unpacking libx11-data (2:1.6.4-3ubuntu0.4) ...
12:56:33 #10 38.29 Selecting previously unselected package libmailutils5:arm64.
12:56:33 #10 38.29 Preparing to unpack .../260-libmailutils5_1%3a3.5-4_arm64.deb ...
12:56:33 #10 38.30 Unpacking libmailutils5:arm64 (1:3.5-4) ...
12:56:33 #10 38.40 Selecting previously unselected package libmime-tools-perl.
12:56:33 #10 38.41 Preparing to unpack .../261-libmime-tools-perl_5.509-1_all.deb ...
12:56:33 #10 38.41 Unpacking libmime-tools-perl (5.509-1) ...
12:56:33 #10 38.45 Selecting previously unselected package libnet-dns-sec-perl.
12:56:33 #10 38.46 Preparing to unpack .../262-libnet-dns-sec-perl_1.11-1_arm64.deb ...
12:56:33 #10 38.46 Unpacking libnet-dns-sec-perl (1.11-1) ...
12:56:33 #10 38.50 Selecting previously unselected package libnet-libidn-perl.
12:56:33 #10 38.50 Preparing to unpack .../263-libnet-libidn-perl_0.12.ds-3+b1_arm64.deb ...
12:56:33 #12 24.32   Installing       : ncurses-6.1-9.20180224.el8.aarch64                   20/90 
12:56:33 #12 24.33   Installing       : perl-Pod-Escapes-1:1.07-395.el8.noarch               21/90 
12:56:33 #12 24.34   Installing       : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   22/90 
12:56:33 #12 24.36   Installing       : perl-Time-Local-1:1.280-1.el8.noarch                 23/90 
12:56:33 #12 24.38   Installing       : perl-IO-Socket-IP-0.39-5.el8.noarch                  24/90 
12:56:33 #12 24.39   Installing       : perl-Term-ANSIColor-4.06-396.el8.noarch              25/90 
12:56:33 #12 24.41   Installing       : perl-Term-Cap-1.17-395.el8.noarch                    26/90 
12:56:33 #12 24.42   Installing       : perl-File-Temp-0.230.600-1.el8.noarch                27/90 
12:56:33 #12 24.46   Installing       : perl-Pod-Simple-1:3.35-395.el8.noarch                28/90 
12:56:33 #12 24.48   Installing       : perl-HTTP-Tiny-0.074-1.el8.noarch                    29/90 
12:56:33 #12 24.50   Installing       : perl-podlators-4.11-1.el8.noarch                     30/90 
12:56:33 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 16.78MB / 53.32MB 3.7s
12:56:33 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 13.0s done
12:56:33 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 57.67MB / 116.78MB 13.0s
12:56:33 #11 13.50 Get:173 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfakeroot arm64 1.29-1ubuntu1 [30.8 kB]
12:56:33 #11 13.50 Get:174 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 fakeroot arm64 1.29-1ubuntu1 [60.1 kB]
12:56:33 #11 13.51 Get:175 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libassuan0 arm64 2.5.5-4 [35.3 kB]
12:56:33 #11 13.51 Get:176 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpgconf arm64 2.2.35-3ubuntu1 [92.4 kB]
12:56:33 #11 13.51 Get:177 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libksba8 arm64 1.6.0-3ubuntu1.1 [116 kB]
12:56:33 #11 13.51 Get:178 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnpth0 arm64 1.6-3build2 [8156 B]
12:56:33 #11 13.51 Get:179 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dirmngr arm64 2.2.35-3ubuntu1 [295 kB]
12:56:33 #11 13.52 Get:180 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gnupg-l10n all 2.2.35-3ubuntu1 [53.8 kB]
12:56:33 #11 13.55 Get:181 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gnupg-utils arm64 2.2.35-3ubuntu1 [301 kB]
12:56:33 #11 13.63 Get:182 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg arm64 2.2.35-3ubuntu1 [508 kB]
12:56:33 #11 13.64 Get:183 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 pinentry-curses arm64 1.2.0-2ubuntu1 [33.7 kB]
12:56:33 #11 13.64 Get:184 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg-agent arm64 2.2.35-3ubuntu1 [209 kB]
12:56:33 #11 13.65 Get:185 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg-wks-client arm64 2.2.35-3ubuntu1 [61.8 kB]
12:56:33 #11 13.65 Get:186 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg-wks-server arm64 2.2.35-3ubuntu1 [57.2 kB]
12:56:33 #11 13.65 Get:187 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpgsm arm64 2.2.35-3ubuntu1 [195 kB]
12:56:33 #11 13.65 Get:188 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gnupg all 2.2.35-3ubuntu1 [318 kB]
12:56:33 #11 13.66 Get:189 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-dirlist-perl all 0.05-2 [7100 B]
12:56:33 #11 13.66 Get:190 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-which-perl all 1.27-1 [14.3 kB]
12:56:33 #11 13.70 Get:191 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-homedir-perl all 1.006-1 [38.3 kB]
12:56:33 #11 13.74 Get:192 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-touch-perl all 0.12-1 [9024 B]
12:56:33 #10 13.26 Selecting previously unselected package python3.9-minimal.
12:56:33 #10 13.26 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_amd64.deb ...
12:56:33 #10 13.28 Unpacking python3.9-minimal (3.9.2-1) ...
12:56:33 #11 11.73 Get:171 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
12:56:33 #11 11.73 Get:172 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libb-hooks-op-check-perl arm64 0.22-1build2 [10.2 kB]
12:56:33 #11 11.73 Get:173 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
12:56:33 #11 11.73 Get:174 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu1 [14.4 kB]
12:56:33 #11 11.73 Get:175 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libparams-classify-perl arm64 0.015-1build2 [20.8 kB]
12:56:33 #11 11.74 Get:176 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
12:56:33 #11 11.81 Get:177 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
12:56:33 #11 11.81 Get:178 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librole-tiny-perl all 2.001004-1 [16.5 kB]
12:56:33 #11 11.81 Get:179 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB]
12:56:33 #11 11.88 Get:180 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-quote-perl all 2.006006-1 [19.5 kB]
12:56:33 #10 32.71 Preparing to unpack .../193-libb-hooks-endofscope-perl_0.26-1_all.deb ...
12:56:33 #10 32.71 Unpacking libb-hooks-endofscope-perl (0.26-1) ...
12:56:33 #10 32.75 Selecting previously unselected package libberkeleydb-perl:arm64.
12:56:33 #10 32.75 Preparing to unpack .../194-libberkeleydb-perl_0.64-2+b1_arm64.deb ...
12:56:33 #10 32.76 Unpacking libberkeleydb-perl:arm64 (0.64-2+b1) ...
12:56:33 #10 32.81 Selecting previously unselected package libpng16-16:arm64.
12:56:33 #10 32.81 Preparing to unpack .../195-libpng16-16_1.6.39-2_arm64.deb ...
12:56:33 #10 32.81 Unpacking libpng16-16:arm64 (1.6.39-2) ...
12:56:33 #10 32.87 Selecting previously unselected package libfreetype6:arm64.
12:56:33 #10 32.87 Preparing to unpack .../196-libfreetype6_2.12.1+dfsg-4_arm64.deb ...
12:56:33 #10 32.87 Unpacking libfreetype6:arm64 (2.12.1+dfsg-4) ...
12:56:33 #10 32.94 Selecting previously unselected package libfontconfig1:arm64.
12:56:33 #20 4.240 Fetched 58.8 MB in 1s (75.8 MB/s)
12:56:33 #20 4.263 Selecting previously unselected package libz3-4:amd64.
12:56:33 #20 4.263 (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 ... 15754 files and directories currently installed.)
12:56:33 #20 4.273 Preparing to unpack .../00-libz3-4_4.8.10-1_amd64.deb ...
12:56:33 #20 4.281 Unpacking libz3-4:amd64 (4.8.10-1) ...
12:56:33 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375
12:56:33 #11 9.091 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 binutils-common arm64 2.38-4ubuntu2.1 [221 kB]
12:56:33 #11 9.096 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libbinutils arm64 2.38-4ubuntu2.1 [825 kB]
12:56:33 #11 9.119 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libctf-nobfd0 arm64 2.38-4ubuntu2.1 [107 kB]
12:56:33 #11 9.121 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libctf0 arm64 2.38-4ubuntu2.1 [103 kB]
12:56:33 #11 9.122 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.38-4ubuntu2.1 [3229 kB]
12:56:33 #11 9.314 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 binutils arm64 2.38-4ubuntu2.1 [3166 B]
12:56:33 #11 9.317 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libc-dev-bin arm64 2.35-0ubuntu3.1 [19.6 kB]
12:56:33 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 39.46MB / 116.78MB 11.5s
12:56:33 #12 8.437 Setting up librhash0:armhf (1.3.8-1) ...
12:56:33 #12 8.447 Setting up procps (2:3.3.15-2) ...
12:56:33 #12 8.480 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
12:56:33 #12 8.496 Setting up cmake-data (3.13.4-1) ...
12:56:33 #12 8.511 Setting up dh-apparmor (2.13.2-10) ...
12:56:33 #12 8.523 Setting up libsystemd-dev:armhf (241-7~deb10u8) ...
12:56:33 #12 8.535 Setting up libjsoncpp1:armhf (1.7.4-3) ...
12:56:33 #12 8.551 Setting up libpcre3-dev:armhf (2:8.39-12) ...
12:56:33 #12 8.563 Setting up cmake (3.13.4-1) ...
12:56:33 #12 8.577 Setting up libselinux1-dev:armhf (2.8-1+b1) ...
12:56:33 #12 8.588 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
12:56:33 #12 8.601 Setting up dmsetup (2:1.02.155-3) ...
12:56:33 #12 8.621 Setting up libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
12:56:33 #12 8.633 Setting up libdevmapper-dev:armhf (2:1.02.155-3) ...
12:56:33 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 48.23MB / 53.32MB 12.4s
12:56:33 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 45.09MB / 116.78MB 12.4s
12:56:33 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 126B / 126B 12.2s done
12:56:33 #10 17.21 Selecting previously unselected package libx11-6:arm64.
12:56:33 #10 17.21 Preparing to unpack .../7-libx11-6_2%3a1.6.4-3ubuntu0.4_arm64.deb ...
12:56:33 #10 17.21 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.4) ...
12:56:33 #10 17.27 Setting up multiarch-support (2.27-3ubuntu1.6) ...
12:56:33 #10 17.32 Selecting previously unselected package libxext6:arm64.
12:56:33 #10 17.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 ... 5097 files and directories currently installed.)
12:56:33 #10 17.32 Preparing to unpack .../000-libxext6_2%3a1.3.3-1_arm64.deb ...
12:56:33 #10 17.32 Unpacking libxext6:arm64 (2:1.3.3-1) ...
12:56:33 #10 17.36 Selecting previously unselected package bsdmainutils.
12:56:33 #10 17.36 Preparing to unpack .../001-bsdmainutils_11.1.2ubuntu1_arm64.deb ...
12:56:33 #10 17.36 Unpacking bsdmainutils (11.1.2ubuntu1) ...
12:56:33 #10 17.43 Selecting previously unselected package groff-base.
12:56:33 #10 17.43 Preparing to unpack .../002-groff-base_1.22.3-10_arm64.deb ...
12:56:33 #10 17.43 Unpacking groff-base (1.22.3-10) ...
12:56:33 #10 17.53 Selecting previously unselected package libgdbm5:arm64.
12:56:33 #10 17.53 Preparing to unpack .../003-libgdbm5_1.14.1-6_arm64.deb ...
12:56:33 #10 38.51 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ...
12:56:33 #10 38.54 Selecting previously unselected package libnumber-compare-perl.
12:56:33 #10 38.54 Preparing to unpack .../264-libnumber-compare-perl_0.03-1_all.deb ...
12:56:33 #10 38.55 Unpacking libnumber-compare-perl (0.03-1) ...
12:56:33 #10 38.58 Selecting previously unselected package libnumber-range-perl.
12:56:33 #10 38.58 Preparing to unpack .../265-libnumber-range-perl_0.12-1_all.deb ...
12:56:33 #10 38.59 Unpacking libnumber-range-perl (0.12-1) ...
12:56:33 #10 38.62 Selecting previously unselected package libossp-uuid16:arm64.
12:56:33 #10 38.63 Preparing to unpack .../266-libossp-uuid16_1.6.2-1.5+b7_arm64.deb ...
12:56:33 #10 38.63 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b7) ...
12:56:33 #10 38.68 Selecting previously unselected package libossp-uuid-perl.
12:56:33 #10 38.68 Preparing to unpack .../267-libossp-uuid-perl_1.6.2-1.5+b7_arm64.deb ...
12:56:33 #10 38.68 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ...
12:56:33 #10 38.73 Selecting previously unselected package libpackage-stash-xs-perl.
12:56:33 #10 38.73 Preparing to unpack .../268-libpackage-stash-xs-perl_0.29-1_arm64.deb ...
12:56:33 #10 38.73 Unpacking libpackage-stash-xs-perl (0.29-1) ...
12:56:33 #10 38.77 Selecting previously unselected package libparse-debianchangelog-perl.
12:56:33 #10 38.77 Preparing to unpack .../269-libparse-debianchangelog-perl_1.2.0-13_all.deb ...
12:56:33 #10 38.77 Unpacking libparse-debianchangelog-perl (1.2.0-13) ...
12:56:33 #10 38.81 Selecting previously unselected package libtext-glob-perl.
12:56:33 #10 38.81 Preparing to unpack .../270-libtext-glob-perl_0.10-1_all.deb ...
12:56:33 #10 38.82 Unpacking libtext-glob-perl (0.10-1) ...
12:56:33 #10 38.85 Selecting previously unselected package libpath-iterator-rule-perl.
12:56:33 #10 38.85 Preparing to unpack .../271-libpath-iterator-rule-perl_1.014-1_all.deb ...
12:56:33 #12 24.53   Installing       : perl-Pod-Perldoc-3.28-396.el8.noarch                 31/90 
12:56:33 #12 24.54   Installing       : perl-Text-ParseWords-3.30-395.el8.noarch             32/90 
12:56:33 #12 24.56   Installing       : perl-Pod-Usage-4:1.69-395.el8.noarch                 33/90 
12:56:33 #12 24.57   Installing       : perl-MIME-Base64-3.15-396.el8.aarch64                34/90 
12:56:33 #12 24.60   Installing       : perl-Storable-1:3.11-3.el8.aarch64                   35/90 
12:56:33 #12 24.61   Installing       : perl-Getopt-Long-1:2.50-4.el8.noarch                 36/90 
12:56:33 #12 24.63   Installing       : perl-Errno-1.28-422.el8.aarch64                      37/90 
12:56:33 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 19.92MB / 47.40MB 3.9s
12:56:33 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 31.46MB / 45.92MB 4.0s
12:56:33 #11 13.74 Get:193 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libio-pty-perl arm64 1:1.15-2build2 [34.6 kB]
12:56:33 #11 13.74 Get:194 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libipc-run-perl all 20220807.0-1 [92.6 kB]
12:56:33 #11 13.74 Get:195 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
12:56:33 #11 13.74 Get:196 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libclass-xsaccessor-perl arm64 1.19-4 [33.6 kB]
12:56:33 #11 13.74 Get:197 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libb-hooks-op-check-perl arm64 0.22-2 [10.5 kB]
12:56:33 #11 13.75 Get:198 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdynaloader-functions-perl all 0.003-2 [12.5 kB]
12:56:33 #11 13.75 Get:199 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu4 [14.7 kB]
12:56:33 #11 13.77 Get:200 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libparams-classify-perl arm64 0.015-2 [21.8 kB]
12:56:33 #11 13.82 Get:201 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
12:56:33 #11 13.82 Get:202 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
12:56:33 #7 ...
12:56:33 
12:56:33 #10 [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
12:56:33 #10 DONE 1.3s
12:56:33 
12:56:33 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:33 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 3.8s done
12:56:33 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375
12:56:33 #10 13.64 Setting up libpython3.9-minimal:amd64 (3.9.2-1) ...
12:56:33 #10 13.66 Setting up libexpat1:amd64 (2.2.10-2+deb11u5) ...
12:56:33 #10 13.67 Setting up python3.9-minimal (3.9.2-1) ...
12:56:33 #11 11.88 Get:181 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmoo-perl all 2.003006-1 [46.3 kB]
12:56:33 #11 11.88 Get:182 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libencode-locale-perl all 1.05-1 [12.3 kB]
12:56:33 #11 11.88 Get:183 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtimedate-perl all 2.3200-1 [34.0 kB]
12:56:33 #11 11.88 Get:184 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-date-perl all 6.05-1 [9920 B]
12:56:33 #11 11.88 Get:185 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-listing-perl all 6.04-1 [9774 B]
12:56:33 #11 11.89 Get:186 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
12:56:33 #11 11.95 Get:187 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liburi-perl all 1.76-2 [77.5 kB]
12:56:33 #11 11.96 Get:188 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-parser-perl arm64 3.72-5 [84.1 kB]
12:56:33 #11 11.96 Get:189 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-tree-perl all 5.07-2 [200 kB]
12:56:33 #11 12.03 Get:190 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-html-perl all 1.001-1 [14.9 kB]
12:56:33 #11 12.03 Get:191 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
12:56:33 #11 12.03 Get:192 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-message-perl all 6.22-1 [76.1 kB]
12:56:33 #11 12.03 Get:193 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-cookies-perl all 6.08-1 [18.3 kB]
12:56:33 #11 12.03 Get:194 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
12:56:33 #11 12.03 Get:195 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 perl-openssl-defaults arm64 4 [7188 B]
12:56:33 #11 12.04 Get:196 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-ssleay-perl arm64 1.88-2ubuntu1 [286 kB]
12:56:33 #11 12.10 Get:197 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-socket-ssl-perl all 2.067-1 [176 kB]
12:56:33 #11 12.11 Get:198 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-http-perl all 6.19-1 [22.8 kB]
12:56:33 #11 12.11 Get:199 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
12:56:33 #11 12.18 Get:200 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtry-tiny-perl all 0.30-1 [20.5 kB]
12:56:33 #10 32.94 Preparing to unpack .../197-libfontconfig1_2.14.1-4_arm64.deb ...
12:56:33 #10 32.95 Unpacking libfontconfig1:arm64 (2.14.1-4) ...
12:56:33 #10 33.00 Selecting previously unselected package libde265-0:arm64.
12:56:33 #10 33.01 Preparing to unpack .../198-libde265-0_1.0.11-1_arm64.deb ...
12:56:33 #10 33.01 Unpacking libde265-0:arm64 (1.0.11-1) ...
12:56:33 #10 33.07 Selecting previously unselected package libnuma1:arm64.
12:56:33 #10 33.07 Preparing to unpack .../199-libnuma1_2.0.16-1_arm64.deb ...
12:56:33 #10 33.07 Unpacking libnuma1:arm64 (2.0.16-1) ...
12:56:33 #10 33.13 Selecting previously unselected package libx265-199:arm64.
12:56:33 #10 33.13 Preparing to unpack .../200-libx265-199_3.5-2+b1_arm64.deb ...
12:56:33 #10 33.14 Unpacking libx265-199:arm64 (3.5-2+b1) ...
12:56:33 #11 9.320 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 linux-libc-dev arm64 5.15.0-58.64 [1323 kB]
12:56:33 #11 9.349 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcrypt-dev arm64 1:4.4.27-1 [119 kB]
12:56:33 #11 9.351 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 rpcsvc-proto arm64 1.4.2-0ubuntu6 [65.4 kB]
12:56:33 #11 9.357 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libtirpc-dev arm64 1.3.2-2ubuntu0.1 [199 kB]
12:56:33 #11 9.366 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnsl-dev arm64 1.3.0-2build2 [72.1 kB]
12:56:33 #11 9.373 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libc6-dev arm64 2.35-0ubuntu3.1 [1544 kB]
12:56:33 #11 9.422 Get:84 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gcc-11-base arm64 11.3.0-1ubuntu1~22.04 [20.8 kB]
12:56:33 #11 9.423 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libisl23 arm64 0.24-2build1 [689 kB]
12:56:33 #11 9.469 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpfr6 arm64 4.1.0-3build3 [245 kB]
12:56:33 #11 9.530 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpc3 arm64 1.2.1-2build1 [48.1 kB]
12:56:33 #9 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 39.85MB / 47.40MB 11.8s
12:56:33 #12 8.649 Setting up docker-ce-build-deps (1.0) ...
12:56:33 #12 8.662 Processing triggers for libc-bin (2.28-10+deb10u2) ...
12:56:33 #12 8.687 Processing triggers for man-db (2.8.5-2) ...
12:56:33 #10 17.53 Unpacking libgdbm5:arm64 (1.14.1-6) ...
12:56:33 #10 17.58 Selecting previously unselected package libpipeline1:arm64.
12:56:33 #10 17.58 Preparing to unpack .../004-libpipeline1_1.5.0-1_arm64.deb ...
12:56:33 #10 17.58 Unpacking libpipeline1:arm64 (1.5.0-1) ...
12:56:33 #10 17.63 Selecting previously unselected package man-db.
12:56:33 #10 17.63 Preparing to unpack .../005-man-db_2.8.3-2ubuntu0.1_arm64.deb ...
12:56:33 #10 17.64 Unpacking man-db (2.8.3-2ubuntu0.1) ...
12:56:33 #10 38.86 Unpacking libpath-iterator-rule-perl (1.014-1) ...
12:56:33 #10 38.90 Selecting previously unselected package libperlio-gzip-perl.
12:56:33 #10 38.90 Preparing to unpack .../272-libperlio-gzip-perl_0.19-1+b5_arm64.deb ...
12:56:33 #10 38.90 Unpacking libperlio-gzip-perl (0.19-1+b5) ...
12:56:33 #10 38.94 Selecting previously unselected package libpod-constants-perl.
12:56:33 #10 38.94 Preparing to unpack .../273-libpod-constants-perl_0.19-1_all.deb ...
12:56:33 #10 38.94 Unpacking libpod-constants-perl (0.19-1) ...
12:56:33 #10 38.98 Selecting previously unselected package libreadonly-perl.
12:56:33 #10 38.98 Preparing to unpack .../274-libreadonly-perl_2.050-1_all.deb ...
12:56:33 #10 38.99 Unpacking libreadonly-perl (2.050-1) ...
12:56:33 #10 39.02 Selecting previously unselected package libref-util-perl.
12:56:33 #10 39.03 Preparing to unpack .../275-libref-util-perl_0.204-1_all.deb ...
12:56:33 #10 39.03 Unpacking libref-util-perl (0.204-1) ...
12:56:33 #10 39.07 Selecting previously unselected package libref-util-xs-perl.
12:56:33 #10 39.08 Preparing to unpack .../276-libref-util-xs-perl_0.117-1+b1_arm64.deb ...
12:56:33 #10 39.08 Unpacking libref-util-xs-perl (0.117-1+b1) ...
12:56:33 #12 24.64   Installing       : perl-Socket-4:2.027-3.el8.aarch64                    38/90 
12:56:33 #12 24.83   Installing       : perl-Encode-4:2.97-3.el8.aarch64                     39/90 
12:56:33 #12 24.86   Installing       : perl-Carp-1.42-396.el8.noarch                        40/90 
12:56:33 #12 24.87   Installing       : perl-Exporter-5.72-396.el8.noarch                    41/90 
12:56:33 #7 ...
12:56:33 
12:56:33 #8 [internal] load build context
12:56:33 #8 transferring context: 30.35MB 4.2s done
12:56:33 #8 DONE 4.3s
12:56:33 
12:56:33 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:33 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 20.97MB / 53.32MB 4.2s
12:56:33 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 23.07MB / 47.40MB 4.3s
12:56:33 #11 12.18 Get:201 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
12:56:33 #11 12.18 Get:202 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwww-perl all 6.43-1 [140 kB]
12:56:33 #11 12.33 Get:203 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 patchutils arm64 0.3.4-2 [65.2 kB]
12:56:33 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 65.01MB / 116.78MB 13.7s
12:56:33 #10 33.23 Selecting previously unselected package libheif1:arm64.
12:56:33 #10 33.23 Preparing to unpack .../201-libheif1_1.14.2-1_arm64.deb ...
12:56:33 #10 33.23 Unpacking libheif1:arm64 (1.14.2-1) ...
12:56:33 #10 33.31 Selecting previously unselected package libdeflate0:arm64.
12:56:33 #10 33.31 Preparing to unpack .../202-libdeflate0_1.14-1_arm64.deb ...
12:56:33 #10 33.32 Unpacking libdeflate0:arm64 (1.14-1) ...
12:56:33 #10 33.37 Selecting previously unselected package libjbig0:arm64.
12:56:33 #10 33.37 Preparing to unpack .../203-libjbig0_2.1-6.1_arm64.deb ...
12:56:33 #10 33.37 Unpacking libjbig0:arm64 (2.1-6.1) ...
12:56:33 #11 40.17   Installing : perl-threads-1.87-4.el7.aarch64                            31/52 
12:56:33 #11 41.33   Installing : 4:perl-5.16.3-299.el7_9.aarch64                            32/52 
12:56:33 #11 41.38   Installing : perl-Thread-Queue-3.02-2.el7.noarch                        33/52 
12:56:33 #11 41.41   Updating   : rpm-python-4.11.3-48.el7_9.aarch64                         34/52 
12:56:33 #11 41.43   Installing : python-srpm-macros-3-34.el7.noarch                         35/52 
12:56:33 #11 41.46   Installing : unzip-6.0-24.el7_9.aarch64                                 36/52 
12:56:33 #11 41.48   Installing : 1:emacs-filesystem-24.3-23.el7.noarch                      37/52 
12:56:33 #11 41.51   Installing : desktop-file-utils-0.23-2.el7.aarch64                      38/52 
12:56:33 #11 41.57   Installing : zip-3.0-11.el7.aarch64                                     39/52 
12:56:33 #20 4.906 Selecting previously unselected package libllvm11:amd64.
12:56:33 #20 4.908 Preparing to unpack .../01-libllvm11_1%3a11.0.1-2_amd64.deb ...
12:56:33 #20 4.914 Unpacking libllvm11:amd64 (1:11.0.1-2) ...
12:56:33 #11 9.531 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 cpp-11 arm64 11.3.0-1ubuntu1~22.04 [9709 kB]
12:56:33 #9 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 47.19MB / 53.32MB 11.9s
12:56:33 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.6s done
12:56:34 #10 17.76 Selecting previously unselected package perl-modules-5.26.
12:56:34 #10 17.76 Preparing to unpack .../006-perl-modules-5.26_5.26.1-6ubuntu0.6_all.deb ...
12:56:34 #10 17.77 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.6) ...
12:56:34 #22 2.207 go: downloading github.com/akavel/rsrc v0.10.2
12:56:34 #10 39.12 Selecting previously unselected package libregexp-pattern-license-perl.
12:56:34 #10 39.12 Preparing to unpack .../277-libregexp-pattern-license-perl_3.0.31-4_all.deb ...
12:56:34 #10 39.13 Unpacking libregexp-pattern-license-perl (3.0.31-4) ...
12:56:34 #10 39.23 Selecting previously unselected package libsasl2-modules:arm64.
12:56:34 #10 39.24 Preparing to unpack .../278-libsasl2-modules_2.1.27+dfsg-1+deb10u2_arm64.deb ...
12:56:34 #10 39.24 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-1+deb10u2) ...
12:56:34 #10 39.28 Selecting previously unselected package libsereal-decoder-perl.
12:56:34 #10 39.28 Preparing to unpack .../279-libsereal-decoder-perl_4.005+ds-1+b1_arm64.deb ...
12:56:34 #10 39.29 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ...
12:56:34 #10 39.33 Selecting previously unselected package libsereal-encoder-perl.
12:56:34 #10 39.33 Preparing to unpack .../280-libsereal-encoder-perl_4.005+ds-1+b1_arm64.deb ...
12:56:34 #10 39.34 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ...
12:56:34 #12 25.06   Installing       : perl-libs-4:5.26.3-422.el8.aarch64                   42/90 
12:56:34 #12 25.08   Installing       : perl-parent-1:0.237-1.el8.noarch                     43/90 
12:56:34 #12 25.10   Installing       : perl-Scalar-List-Utils-3:1.49-2.el8.aarch64          44/90 
12:56:34 #12 25.11   Installing       : perl-macros-4:5.26.3-422.el8.aarch64                 45/90 
12:56:34 #12 25.13   Installing       : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         46/90 
12:56:34 #12 25.15   Installing       : perl-Unicode-Normalize-1.25-396.el8.aarch64          47/90 
12:56:34 #12 25.16   Installing       : perl-File-Path-2.15-2.el8.noarch                     48/90 
12:56:34 #12 25.18   Installing       : perl-IO-1.38-422.el8.aarch64                         49/90 
12:56:34 #12 25.20   Installing       : perl-PathTools-3.74-1.el8.aarch64                    50/90 
12:56:34 #12 25.21   Installing       : perl-constant-1.33-396.el8.noarch                    51/90 
12:56:34 #12 25.23   Installing       : perl-threads-1:2.21-2.el8.aarch64                    52/90 
12:56:34 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 51.38MB / 53.32MB 12.8s
12:56:34 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 34.60MB / 45.92MB 4.4s
12:56:34 #13 10.93 Running transaction check
12:56:34 #13 11.05 Transaction check succeeded.
12:56:34 #10 14.33 Selecting previously unselected package perl.
12:56:34 #10 14.33 Preparing to unpack .../13-perl_5.28.1-6+deb10u1_amd64.deb ...
12:56:34 #10 14.34 Unpacking perl (5.28.1-6+deb10u1) ...
12:56:34 #10 14.40 Selecting previously unselected package liblocale-gettext-perl.
12:56:34 #10 14.40 Preparing to unpack .../14-liblocale-gettext-perl_1.07-3+b4_amd64.deb ...
12:56:34 #10 14.41 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
12:56:34 #10 14.46 Selecting previously unselected package libssl1.1:amd64.
12:56:34 #10 14.46 Preparing to unpack .../15-libssl1.1_1.1.1n-0+deb10u3_amd64.deb ...
12:56:34 #10 14.47 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u3) ...
12:56:34 #11 12.58 Get:204 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 wdiff arm64 1.2.2-2build1 [28.8 kB]
12:56:34 #11 12.60 Get:205 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 devscripts arm64 2.20.2ubuntu2 [940 kB]
12:56:34 #11 14.22 Get:203 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
12:56:34 #11 14.37 Get:204 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-quote-perl all 2.006006-1 [19.5 kB]
12:56:34 #11 14.40 Get:205 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmoo-perl all 2.005004-3 [48.0 kB]
12:56:34 #7 ...
12:56:34 
12:56:34 #11 [stage-1 4/9] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
12:56:34 #11 DONE 1.1s
12:56:34 #10 44.02 Setting up libgdbm-compat4:arm64 (1.19-2) ...
12:56:34 #10 44.03 Setting up ucf (3.0043) ...
12:56:34 #10 44.13 Setting up libperl5.32:arm64 (5.32.1-4+deb11u2) ...
12:56:34 #10 44.14 Setting up gcc-10 (10.2.1-6) ...
12:56:34 #10 44.15 Setting up dwz (0.13+20210201-1) ...
12:56:34 #10 44.16 Setting up groff-base (1.22.4-6) ...
12:56:34 #10 44.18 Setting up cpp (4:10.2.1-1) ...
12:56:34 #10 44.20 Setting up pixz (1.0.7-1) ...
12:56:34 #10 44.22 Setting up gpgconf (2.2.27-2+deb11u2) ...
12:56:34 #10 44.23 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u5) ...
12:56:34 #10 44.24 Setting up libc6-dev:arm64 (2.31-13+deb11u5) ...
12:56:34 #10 44.25 Setting up libx11-6:arm64 (2:1.7.2-1) ...
12:56:34 #10 44.26 Setting up curl (7.74.0-1.3+deb11u5) ...
12:56:34 #10 44.27 Setting up libxmuu1:arm64 (2:1.1.2-2+b3) ...
12:56:34 #10 44.29 Setting up gpg (2.2.27-2+deb11u2) ...
12:56:34 #10 44.30 Setting up libpython3.9-stdlib:arm64 (3.9.2-1) ...
12:56:34 #10 44.31 Setting up libpython3-stdlib:arm64 (3.9.2-3) ...
12:56:34 #10 44.32 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
12:56:34 #10 44.33 Setting up libstdc++-10-dev:arm64 (10.2.1-6) ...
12:56:34 #10 33.48 Selecting previously unselected package liblerc4:arm64.
12:56:34 #10 33.48 Preparing to unpack .../204-liblerc4_4.0.0+ds-2_arm64.deb ...
12:56:34 #10 33.49 Unpacking liblerc4:arm64 (4.0.0+ds-2) ...
12:56:34 #10 33.56 Selecting previously unselected package libwebp7:arm64.
12:56:34 #10 33.57 Preparing to unpack .../205-libwebp7_1.2.4-0.1_arm64.deb ...
12:56:34 #10 33.58 Unpacking libwebp7:arm64 (1.2.4-0.1) ...
12:56:34 #10 33.66 Selecting previously unselected package libtiff6:arm64.
12:56:34 #10 33.66 Preparing to unpack .../206-libtiff6_4.5.0-4_arm64.deb ...
12:56:34 #10 33.67 Unpacking libtiff6:arm64 (4.5.0-4) ...
12:56:34 #10 33.72 Selecting previously unselected package libxau6:arm64.
12:56:34 #10 33.73 Preparing to unpack .../207-libxau6_1%3a1.0.9-1_arm64.deb ...
12:56:34 #10 33.73 Unpacking libxau6:arm64 (1:1.0.9-1) ...
12:56:34 #10 33.78 Selecting previously unselected package libxdmcp6:arm64.
12:56:34 #10 33.78 Preparing to unpack .../208-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
12:56:34 #10 33.79 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
12:56:34 #10 33.83 Selecting previously unselected package libxcb1:arm64.
12:56:34 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.6s done
12:56:34 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4
12:56:34 #11 41.60   Installing : patch-2.7.1-12.el7_7.aarch64                               40/52 
12:56:34 #11 10.01 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 cpp arm64 4:11.2.0-1ubuntu1 [27.7 kB]
12:56:34 #11 10.01 Get:90 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcc1-0 arm64 12.1.0-2ubuntu1~22.04 [45.0 kB]
12:56:34 #11 10.02 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libgomp1 arm64 12.1.0-2ubuntu1~22.04 [124 kB]
12:56:34 #11 10.02 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libitm1 arm64 12.1.0-2ubuntu1~22.04 [28.4 kB]
12:56:34 #11 10.02 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libatomic1 arm64 12.1.0-2ubuntu1~22.04 [10.8 kB]
12:56:34 #11 10.02 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libasan6 arm64 11.3.0-1ubuntu1~22.04 [2227 kB]
12:56:34 #11 10.11 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 liblsan0 arm64 12.1.0-2ubuntu1~22.04 [1034 kB]
12:56:34 #9 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 42.99MB / 47.40MB 12.2s
12:56:34 #9 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 50.33MB / 53.32MB 12.4s
12:56:34 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 46.14MB / 116.78MB 12.4s
12:56:34 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4
12:56:34 #10 18.09 Selecting previously unselected package libgdbm-compat4:arm64.
12:56:34 #10 18.09 Preparing to unpack .../007-libgdbm-compat4_1.14.1-6_arm64.deb ...
12:56:34 #10 18.10 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ...
12:56:34 #10 18.13 Selecting previously unselected package libperl5.26:arm64.
12:56:34 #10 18.13 Preparing to unpack .../008-libperl5.26_5.26.1-6ubuntu0.6_arm64.deb ...
12:56:34 #10 18.13 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.6) ...
12:56:34 #10 39.38 Selecting previously unselected package libsereal-perl.
12:56:34 #10 39.38 Preparing to unpack .../281-libsereal-perl_4.005-1_all.deb ...
12:56:34 #10 39.39 Unpacking libsereal-perl (4.005-1) ...
12:56:34 #10 39.42 Selecting previously unselected package libtask-weaken-perl.
12:56:34 #10 39.42 Preparing to unpack .../282-libtask-weaken-perl_1.06-1_all.deb ...
12:56:34 #10 39.43 Unpacking libtask-weaken-perl (1.06-1) ...
12:56:34 #10 39.46 Selecting previously unselected package libxml-parser-perl.
12:56:34 #10 39.46 Preparing to unpack .../283-libxml-parser-perl_2.44-4_arm64.deb ...
12:56:34 #10 39.47 Unpacking libxml-parser-perl (2.44-4) ...
12:56:34 #10 39.52 Selecting previously unselected package libsoap-lite-perl.
12:56:34 #10 39.52 Preparing to unpack .../284-libsoap-lite-perl_1.27-1_all.deb ...
12:56:34 #10 39.52 Unpacking libsoap-lite-perl (1.27-1) ...
12:56:34 #10 39.59 Selecting previously unselected package libsort-key-perl.
12:56:34 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 51.38MB / 116.78MB 13.1s
12:56:34 #13 11.05 Running transaction test
12:56:34 #10 14.67 Selecting previously unselected package libpython3.7-minimal:amd64.
12:56:34 #10 14.67 Preparing to unpack .../16-libpython3.7-minimal_3.7.3-2+deb10u4_amd64.deb ...
12:56:34 #10 14.67 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u4) ...
12:56:34 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 24.12MB / 53.32MB 4.6s
12:56:34 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 38.80MB / 45.92MB 4.8s
12:56:34 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 27.26MB / 47.40MB 4.8s
12:56:34 #11 12.88 Get:206 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 diffstat arm64 1.63-1 [25.2 kB]
12:56:34 #11 12.89 Get:207 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-chardet all 3.0.4-4build1 [80.4 kB]
12:56:34 #11 12.89 Get:208 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-debian all 0.1.36ubuntu1 [65.0 kB]
12:56:34 #11 12.90 Get:209 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgpgme11 arm64 1.13.1-7ubuntu2 [108 kB]
12:56:34 #11 12.91 Get:210 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-gpg arm64 1.13.1-7ubuntu2 [156 kB]
12:56:34 #11 12.92 Get:211 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dput all 1.0.3ubuntu1 [42.3 kB]
12:56:34 #11 12.93 Get:212 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl3-gnutls arm64 7.68.0-1ubuntu2.15 [213 kB]
12:56:34 #11 12.94 Get:213 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liberror-perl all 0.17029-1 [26.5 kB]
12:56:34 #11 12.94 Get:214 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 git-man all 1:2.25.1-1ubuntu3.8 [886 kB]
12:56:34 #11 12.99 Get:215 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 git arm64 1:2.25.1-1ubuntu3.8 [4358 kB]
12:56:34 #11 14.50 Get:206 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libencode-locale-perl all 1.05-2 [12.2 kB]
12:56:34 #11 14.52 Get:207 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtimedate-perl all 2.3300-2 [34.0 kB]
12:56:34 #11 14.55 Get:208 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhttp-date-perl all 6.05-1 [9920 B]
12:56:34 #11 14.56 Get:209 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-listing-perl all 6.15-1 [11.5 kB]
12:56:34 #11 14.57 Get:210 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
12:56:34 #11 14.57 Get:211 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liburi-perl all 5.12-1ubuntu1 [80.7 kB]
12:56:34 #11 14.62 Get:212 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-parser-perl arm64 3.78-1 [87.1 kB]
12:56:34 #11 14.66 Get:213 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-tree-perl all 5.07-2 [200 kB]
12:56:34 #11 14.71 Get:214 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libio-html-perl all 1.004-3 [15.9 kB]
12:56:34 #11 14.71 Get:215 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
12:56:34 #11 14.72 Get:216 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhttp-message-perl all 6.37-1 [76.3 kB]
12:56:34 #11 14.73 Get:217 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
12:56:34 
12:56:34 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:34 #10 44.34 Setting up gpg-agent (2.2.27-2+deb11u2) ...
12:56:34 #10 33.83 Preparing to unpack .../209-libxcb1_1.15-1_arm64.deb ...
12:56:34 #10 33.84 Unpacking libxcb1:arm64 (1.15-1) ...
12:56:34 #10 33.88 Selecting previously unselected package libx11-data.
12:56:34 #10 33.89 Preparing to unpack .../210-libx11-data_2%3a1.8.3-3_all.deb ...
12:56:34 #10 33.89 Unpacking libx11-data (2:1.8.3-3) ...
12:56:34 #10 33.97 Selecting previously unselected package libx11-6:arm64.
12:56:34 #11 10.16 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libtsan0 arm64 11.3.0-1ubuntu1~22.04 [2235 kB]
12:56:34 #11 10.27 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libubsan1 arm64 12.1.0-2ubuntu1~22.04 [965 kB]
12:56:34 #11 10.29 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libhwasan0 arm64 12.1.0-2ubuntu1~22.04 [1119 kB]
12:56:34 #11 10.32 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libgcc-11-dev arm64 11.3.0-1ubuntu1~22.04 [1151 kB]
12:56:34 #11 10.40 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gcc-11 arm64 11.3.0-1ubuntu1~22.04 [19.4 MB]
12:56:34 #9 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 12.6s
12:56:34 #9 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 46.14MB / 47.40MB 12.6s
12:56:34 #10 18.46 Selecting previously unselected package perl.
12:56:34 #10 18.46 Preparing to unpack .../009-perl_5.26.1-6ubuntu0.6_arm64.deb ...
12:56:34 #10 18.47 Unpacking perl (5.26.1-6ubuntu0.6) ...
12:56:34 #10 18.51 Selecting previously unselected package openssl.
12:56:34 #10 18.51 Preparing to unpack .../010-openssl_1.1.1-1ubuntu2.1~18.04.21_arm64.deb ...
12:56:34 #10 18.51 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.21) ...
12:56:34 #10 18.58 Selecting previously unselected package ca-certificates.
12:56:34 #10 14.65 Selecting previously unselected package python3-minimal.
12:56:34 #10 39.59 Preparing to unpack .../285-libsort-key-perl_1.33-2+b1_arm64.deb ...
12:56:34 #10 39.60 Unpacking libsort-key-perl (1.33-2+b1) ...
12:56:34 #10 39.64 Selecting previously unselected package libstring-copyright-perl.
12:56:34 #10 39.64 Preparing to unpack .../286-libstring-copyright-perl_0.003006-1_all.deb ...
12:56:34 #10 39.64 Unpacking libstring-copyright-perl (0.003006-1) ...
12:56:34 #10 39.68 Selecting previously unselected package libstring-escape-perl.
12:56:34 #10 39.68 Preparing to unpack .../287-libstring-escape-perl_2010.002-2_all.deb ...
12:56:34 #10 39.69 Unpacking libstring-escape-perl (2010.002-2) ...
12:56:34 #10 39.72 Selecting previously unselected package libstring-shellquote-perl.
12:56:34 #10 39.72 Preparing to unpack .../288-libstring-shellquote-perl_1.04-1_all.deb ...
12:56:34 #10 39.73 Unpacking libstring-shellquote-perl (1.04-1) ...
12:56:34 #10 39.76 Selecting previously unselected package libterm-readkey-perl.
12:56:34 #10 39.77 Preparing to unpack .../289-libterm-readkey-perl_2.38-1_arm64.deb ...
12:56:34 #10 39.77 Unpacking libterm-readkey-perl (2.38-1) ...
12:56:34 #10 39.81 Selecting previously unselected package libtest-fatal-perl.
12:56:34 #10 39.81 Preparing to unpack .../290-libtest-fatal-perl_0.014-1_all.deb ...
12:56:34 #10 39.81 Unpacking libtest-fatal-perl (0.014-1) ...
12:56:34 #10 39.85 Selecting previously unselected package libtest-refcount-perl.
12:56:34 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 13.4s done
12:56:34 #10 14.84 Selecting previously unselected package libexpat1:amd64.
12:56:34 #10 14.84 Preparing to unpack .../17-libexpat1_2.2.6-2+deb10u6_amd64.deb ...
12:56:34 #10 14.86 Unpacking libexpat1:amd64 (2.2.6-2+deb10u6) ...
12:56:34 #11 13.19 Get:216 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
12:56:34 #11 13.19 Get:217 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6 [11.1 kB]
12:56:34 #11 13.19 Get:218 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
12:56:34 #11 13.19 Get:219 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libapt-pkg-perl arm64 0.1.36build3 [65.8 kB]
12:56:34 #11 13.19 Get:220 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libarchive-cpio-perl all 0.10-1 [9644 B]
12:56:34 #11 13.19 Get:221 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libarray-intspan-perl all 2.003-1 [23.3 kB]
12:56:34 #11 13.19 Get:222 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libasync-mergepoint-perl all 0.04-2 [10.2 kB]
12:56:34 #11 13.19 Get:223 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
12:56:34 #11 13.19 Get:224 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
12:56:34 #11 13.26 Get:225 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libvariable-magic-perl arm64 0.62-1build2 [33.1 kB]
12:56:34 #12 25.25   Installing       : perl-threads-shared-1.58-2.el8.aarch64               53/90 
12:56:34 #12 25.76   Installing       : perl-interpreter-4:5.26.3-422.el8.aarch64            54/90 
12:56:34 #12 25.85   Installing       : libtool-ltdl-2.4.6-25.el8.aarch64                    55/90 
12:56:34 #11 14.73 Get:218 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
12:56:34 #11 14.74 Get:219 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 perl-openssl-defaults arm64 7 [7536 B]
12:56:34 #11 14.74 Get:220 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnet-ssleay-perl arm64 1.92-2 [322 kB]
12:56:34 #11 14.78 Get:221 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libio-socket-ssl-perl all 2.074-2 [192 kB]
12:56:34 #11 14.80 Get:222 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnet-http-perl all 6.22-1 [23.2 kB]
12:56:34 #11 14.84 Get:223 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
12:56:34 #11 14.84 Get:224 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtry-tiny-perl all 0.31-1 [21.8 kB]
12:56:34 #11 14.84 Get:225 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
12:56:34 #11 14.84 Get:226 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libwww-perl all 6.67-1 [141 kB]
12:56:34 #11 14.85 Get:227 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 patchutils arm64 0.4.2-1build2 [75.8 kB]
12:56:34 #11 14.85 Get:228 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 wdiff arm64 1.2.2-2build3 [29.0 kB]
12:56:34 #11 14.85 Get:229 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 devscripts arm64 2.22.2ubuntu3 [1060 kB]
12:56:34 #11 14.91 Get:230 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 diffstat arm64 1.64-1build2 [28.3 kB]
12:56:34 #11 14.92 Get:231 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-chardet all 4.0.0-2 [109 kB]
12:56:34 #11 14.92 Get:232 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-debian all 0.1.46 [116 kB]
12:56:34 #11 14.98 Get:233 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgpgme11 arm64 1.17.1-4.1ubuntu1 [130 kB]
12:56:34 #12 DONE 9.6s
12:56:34 
12:56:34 #13 [stage-1 5/8] COPY sources/ /sources
12:56:34 #10 33.97 Preparing to unpack .../211-libx11-6_2%3a1.8.3-3_arm64.deb ...
12:56:34 #10 33.97 Unpacking libx11-6:arm64 (2:1.8.3-3) ...
12:56:34 #10 34.05 Selecting previously unselected package libxpm4:arm64.
12:56:34 #10 34.06 Preparing to unpack .../212-libxpm4_1%3a3.5.12-1.1_arm64.deb ...
12:56:34 #10 34.06 Unpacking libxpm4:arm64 (1:3.5.12-1.1) ...
12:56:34 #10 34.11 Selecting previously unselected package libgd3:arm64.
12:56:34 #10 34.11 Preparing to unpack .../213-libgd3_2.3.3-7+b1_arm64.deb ...
12:56:34 #10 34.12 Unpacking libgd3:arm64 (2.3.3-7+b1) ...
12:56:34 #10 34.16 Selecting previously unselected package libc-devtools.
12:56:34 #10 34.16 Preparing to unpack .../214-libc-devtools_2.36-8_arm64.deb ...
12:56:34 #10 34.17 Unpacking libc-devtools (2.36-8) ...
12:56:34 #10 34.21 Selecting previously unselected package libcapture-tiny-perl.
12:56:34 #10 34.22 Preparing to unpack .../215-libcapture-tiny-perl_0.48-2_all.deb ...
12:56:34 #10 34.22 Unpacking libcapture-tiny-perl (0.48-2) ...
12:56:34 #10 34.26 Selecting previously unselected package libcgi-pm-perl.
12:56:34 #10 34.26 Preparing to unpack .../216-libcgi-pm-perl_4.55-1_all.deb ...
12:56:34 #10 34.26 Unpacking libcgi-pm-perl (4.55-1) ...
12:56:34 #10 34.32 Selecting previously unselected package libfcgi0ldbl:arm64.
12:56:34 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.3s done
12:56:34 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10
12:56:34 #11 41.62   Installing : perl-srpm-macros-1-8.el7.noarch                            41/52 
12:56:34 #11 42.20   Installing : gdb-7.6.1-120.el7.aarch64                                  42/52 
12:56:34 #11 42.23   Installing : file-5.11-37.el7.aarch64                                   43/52 
12:56:34 #11 42.26   Installing : dwz-0.11-3.el7.aarch64                                     44/52 
12:56:34 #11 42.28   Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch               45/52 
12:56:34 #11 42.35   Installing : elfutils-0.176-5.el7.aarch64                               46/52 
12:56:34 #11 42.41   Installing : rpm-build-4.11.3-48.el7_9.aarch64                          47/52 
12:56:34 #10 18.59 Preparing to unpack .../011-ca-certificates_20211016ubuntu0.18.04.1_all.deb ...
12:56:34 #10 18.59 Unpacking ca-certificates (20211016ubuntu0.18.04.1) ...
12:56:34 #10 18.63 Selecting previously unselected package distro-info-data.
12:56:34 #10 18.64 Preparing to unpack .../012-distro-info-data_0.37ubuntu0.15_all.deb ...
12:56:34 #10 18.64 Unpacking distro-info-data (0.37ubuntu0.15) ...
12:56:34 #10 18.66 Selecting previously unselected package libmagic-mgc.
12:56:34 #10 18.66 Preparing to unpack .../013-libmagic-mgc_1%3a5.32-2ubuntu0.4_arm64.deb ...
12:56:34 #10 18.67 Unpacking libmagic-mgc (1:5.32-2ubuntu0.4) ...
12:56:34 #10 18.72 Selecting previously unselected package libmagic1:arm64.
12:56:34 #10 18.72 Preparing to unpack .../014-libmagic1_1%3a5.32-2ubuntu0.4_arm64.deb ...
12:56:34 #10 18.72 Unpacking libmagic1:arm64 (1:5.32-2ubuntu0.4) ...
12:56:34 #10 18.75 Selecting previously unselected package file.
12:56:34 #10 18.75 Preparing to unpack .../015-file_1%3a5.32-2ubuntu0.4_arm64.deb ...
12:56:34 #10 18.76 Unpacking file (1:5.32-2ubuntu0.4) ...
12:56:34 #10 18.79 Selecting previously unselected package less.
12:56:34 #10 18.79 Preparing to unpack .../016-less_487-0.1_arm64.deb ...
12:56:34 #10 18.79 Unpacking less (487-0.1) ...
12:56:34 #10 18.83 Selecting previously unselected package libapt-inst2.0:arm64.
12:56:34 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 72.35MB / 116.78MB 14.5s
12:56:34 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.6s done
12:56:34 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10
12:56:34 #10 14.65 (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 ... 9516 files and directories currently installed.)
12:56:34 #10 14.66 Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ...
12:56:34 #10 14.67 Unpacking python3-minimal (3.9.2-3) ...
12:56:34 #10 14.74 Selecting previously unselected package media-types.
12:56:34 #10 14.74 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
12:56:34 #10 14.75 Unpacking media-types (4.0.0) ...
12:56:34 #10 14.84 Selecting previously unselected package libmpdec3:amd64.
12:56:34 #10 14.84 Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ...
12:56:34 #10 14.86 Unpacking libmpdec3:amd64 (2.5.1-1) ...
12:56:34 #10 14.98 Selecting previously unselected package libncursesw6:amd64.
12:56:34 #10 39.85 Preparing to unpack .../291-libtest-refcount-perl_0.08-3_all.deb ...
12:56:34 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 57.67MB / 116.78MB 13.7s
12:56:34 #10 39.86 Unpacking libtest-refcount-perl (0.08-3) ...
12:56:34 #10 39.89 Selecting previously unselected package libtext-levenshtein-perl.
12:56:34 #10 39.90 Preparing to unpack .../292-libtext-levenshtein-perl_0.13-1_all.deb ...
12:56:34 #10 39.90 Unpacking libtext-levenshtein-perl (0.13-1) ...
12:56:34 #10 39.94 Selecting previously unselected package libtype-tiny-xs-perl.
12:56:34 #10 39.95 Preparing to unpack .../293-libtype-tiny-xs-perl_0.014-1+b1_arm64.deb ...
12:56:34 #10 39.95 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ...
12:56:34 #10 39.99 Selecting previously unselected package libunicode-utf8-perl.
12:56:34 #10 39.99 Preparing to unpack .../294-libunicode-utf8-perl_0.62-1_arm64.deb ...
12:56:34 #10 39.99 Unpacking libunicode-utf8-perl (0.62-1) ...
12:56:34 #10 40.04 Selecting previously unselected package libwrap0:arm64.
12:56:34 #10 40.04 Preparing to unpack .../295-libwrap0_7.6.q-28_arm64.deb ...
12:56:34 #10 40.04 Unpacking libwrap0:arm64 (7.6.q-28) ...
12:56:34 #10 40.09 Selecting previously unselected package libxau6:arm64.
12:56:34 #10 40.09 Preparing to unpack .../296-libxau6_1%3a1.0.8-1+b2_arm64.deb ...
12:56:34 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 5.0s
12:56:34 #10 15.04 Selecting previously unselected package python3.7-minimal.
12:56:34 #10 15.04 Preparing to unpack .../18-python3.7-minimal_3.7.3-2+deb10u4_amd64.deb ...
12:56:34 #10 15.06 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
12:56:34 #11 13.26 Get:226 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
12:56:34 #11 13.33 Get:227 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
12:56:34 #11 13.33 Get:228 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libclass-xsaccessor-perl arm64 1.19-3build3 [33.1 kB]
12:56:34 #11 13.33 Get:229 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libclone-perl arm64 0.43-2 [10.8 kB]
12:56:34 #11 13.34 Get:230 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcommon-sense-perl arm64 3.74-2build6 [20.1 kB]
12:56:34 #11 13.34 Get:231 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libparams-util-perl arm64 1.07-3build5 [19.2 kB]
12:56:34 #11 13.34 Get:232 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-install-perl all 0.928-1 [10.5 kB]
12:56:34 #11 13.34 Get:233 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdata-optlist-perl all 0.110-1 [9956 B]
12:56:34 #11 13.34 Get:234 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-exporter-perl all 0.987-1 [44.9 kB]
12:56:34 #11 13.41 Get:235 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libconst-fast-perl all 0.014-1 [7958 B]
12:56:34 #11 14.99 Get:234 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-gpg arm64 1.17.1-4.1ubuntu1 [203 kB]
12:56:34 #11 14.99 Get:235 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-xdg all 0.27-2 [36.9 kB]
12:56:34 #11 14.99 Get:236 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dput all 1.1.2ubuntu2 [46.0 kB]
12:56:34 #11 14.99 Get:237 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
12:56:34 #11 15.01 Get:238 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 fontconfig-config all 2.13.1-4.4ubuntu1 [28.2 kB]
12:56:34 #11 15.06 Get:239 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libcurl3-gnutls arm64 7.85.0-1ubuntu0.2 [281 kB]
12:56:34 #11 15.06 Get:240 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liberror-perl all 0.17029-1 [26.5 kB]
12:56:34 #11 15.06 Get:241 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 git-man all 1:2.37.2-1ubuntu1.2 [975 kB]
12:56:34 #11 15.08 Get:242 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 git arm64 1:2.37.2-1ubuntu1.2 [3352 kB]
12:56:34 #11 15.24 Get:243 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
12:56:34 #12 25.89   Running scriptlet: libtool-ltdl-2.4.6-25.el8.aarch64                    55/90 
12:56:34 #12 25.91   Installing       : libpkgconf-1.4.2-1.el8.aarch64                       56/90 
12:56:34 #12 25.93   Installing       : pkgconf-1.4.2-1.el8.aarch64                          57/90 
12:56:34 #12 25.95   Installing       : pkgconf-pkg-config-1.4.2-1.el8.aarch64               58/90 
12:56:34 #12 26.00   Installing       : libbabeltrace-1.5.4-4.el8.aarch64                    59/90 
12:56:34 #11 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 5.1s
12:56:34 #11 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 5.3s done
12:56:34 #11 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
12:56:34 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 42.99MB / 45.92MB 5.2s
12:56:34 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 30.41MB / 47.40MB 5.2s
12:56:34 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 29.36MB / 53.32MB 5.2s
12:56:34 #10 34.32 Preparing to unpack .../217-libfcgi0ldbl_2.4.2-2_arm64.deb ...
12:56:34 #10 34.32 Unpacking libfcgi0ldbl:arm64 (2.4.2-2) ...
12:56:34 #10 34.36 Selecting previously unselected package libfcgi-perl.
12:56:34 #10 34.36 Preparing to unpack .../218-libfcgi-perl_0.82+ds-2_arm64.deb ...
12:56:34 #10 34.37 Unpacking libfcgi-perl (0.82+ds-2) ...
12:56:34 #10 34.40 Selecting previously unselected package libcgi-fast-perl.
12:56:34 #10 34.41 Preparing to unpack .../219-libcgi-fast-perl_1%3a2.15-1_all.deb ...
12:56:34 #10 34.41 Unpacking libcgi-fast-perl (1:2.15-1) ...
12:56:34 #10 34.45 Selecting previously unselected package libclass-data-inheritable-perl.
12:56:34 #10 34.45 Preparing to unpack .../220-libclass-data-inheritable-perl_0.08-3_all.deb ...
12:56:34 #10 34.45 Unpacking libclass-data-inheritable-perl (0.08-3) ...
12:56:34 #10 34.49 Selecting previously unselected package libclass-inspector-perl.
12:56:34 #10 34.49 Preparing to unpack .../221-libclass-inspector-perl_1.36-3_all.deb ...
12:56:34 #10 34.50 Unpacking libclass-inspector-perl (1.36-3) ...
12:56:34 #10 34.53 Selecting previously unselected package libcommon-sense-perl:arm64.
12:56:34 #10 34.54 Preparing to unpack .../222-libcommon-sense-perl_3.75-3_arm64.deb ...
12:56:34 #10 34.54 Unpacking libcommon-sense-perl:arm64 (3.75-3) ...
12:56:34 #10 34.58 Selecting previously unselected package libconfig-tiny-perl.
12:56:34 #22 ...
12:56:34 
12:56:34 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
12:56:34 #16 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 20.5s done
12:56:34 #16 DONE 24.2s
12:56:34 #10 44.80 Setting up g++-10 (10.2.1-6) ...
12:56:34 #10 44.81 Setting up libxpm4:arm64 (1:3.5.12-1) ...
12:56:34 #10 44.82 Setting up libtool (2.4.6-15) ...
12:56:34 #10 44.83 Setting up fontconfig-config (2.13.1-4.2) ...
12:56:34 #10 45.06 Setting up openssh-client (1:8.4p1-5+deb11u1) ...
12:56:34 #10 45.17 Setting up gpgsm (2.2.27-2+deb11u2) ...
12:56:35 #11 42.47   Installing : rpmlint-1.5-4.el7.noarch                                   48/52 
12:56:35 #11 42.50   Cleanup    : rpm-python-4.11.3-45.el7.aarch64                           49/52 
12:56:35 #10 18.83 Preparing to unpack .../017-libapt-inst2.0_1.6.14_arm64.deb ...
12:56:35 #10 18.83 Unpacking libapt-inst2.0:arm64 (1.6.14) ...
12:56:35 #10 18.87 Selecting previously unselected package libglib2.0-0:arm64.
12:56:35 #10 18.87 Preparing to unpack .../018-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_arm64.deb ...
12:56:35 #10 18.88 Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.9) ...
12:56:35 #10 18.97 Selecting previously unselected package libglib2.0-data.
12:56:35 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 52.43MB / 116.78MB 13.1s
12:56:35 #9 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 13.1s done
12:56:35 #9 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 0B / 126B 13.2s
12:56:35 #10 14.98 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_amd64.deb ...
12:56:35 #10 15.00 Unpacking libncursesw6:amd64 (6.2+20201114-2) ...
12:56:35 #10 15.09 Selecting previously unselected package readline-common.
12:56:35 #10 15.09 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
12:56:35 #10 15.10 Unpacking readline-common (8.1-1) ...
12:56:35 #10 15.14 Selecting previously unselected package libreadline8:amd64.
12:56:35 #10 15.14 Preparing to unpack .../5-libreadline8_8.1-1_amd64.deb ...
12:56:35 #10 15.15 Unpacking libreadline8:amd64 (8.1-1) ...
12:56:35 #10 40.10 Unpacking libxau6:arm64 (1:1.0.8-1+b2) ...
12:56:35 #10 40.13 Selecting previously unselected package libxdmcp6:arm64.
12:56:35 #10 40.14 Preparing to unpack .../297-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
12:56:35 #10 40.14 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
12:56:35 #10 40.19 Selecting previously unselected package libxcb1:arm64.
12:56:35 #10 40.20 Preparing to unpack .../298-libxcb1_1.13.1-2_arm64.deb ...
12:56:35 #10 40.20 Unpacking libxcb1:arm64 (1.13.1-2) ...
12:56:35 #10 40.24 Selecting previously unselected package libx11-data.
12:56:35 #10 40.24 Preparing to unpack .../299-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ...
12:56:35 #10 40.25 Unpacking libx11-data (2:1.6.7-1+deb10u2) ...
12:56:35 #10 40.33 Selecting previously unselected package libx11-6:arm64.
12:56:35 #10 15.33 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u3) ...
12:56:35 #10 15.45 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u4) ...
12:56:35 #10 15.47 Setting up libexpat1:amd64 (2.2.6-2+deb10u6) ...
12:56:35 #10 15.48 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
12:56:35 #11 15.24 Get:244 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-7 [11.6 kB]
12:56:35 #11 15.24 Get:245 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libalgorithm-merge-perl all 0.08-4 [12.0 kB]
12:56:35 #11 15.24 Get:246 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libaliased-perl all 0.34-2 [13.5 kB]
12:56:35 #11 15.24 Get:247 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libapt-pkg-perl arm64 0.1.40build2 [70.3 kB]
12:56:35 #11 15.24 Get:248 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libarchive-cpio-perl all 0.10-2 [10.3 kB]
12:56:35 #11 15.24 Get:249 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libarray-intspan-perl all 2.004-2 [25.0 kB]
12:56:35 #11 15.24 Get:250 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmodule-implementation-perl all 0.09-2 [12.0 kB]
12:56:35 #11 15.24 Get:251 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-exporter-progressive-perl all 0.001013-2 [7248 B]
12:56:35 #11 15.31 Get:252 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libvariable-magic-perl arm64 0.62-2 [34.4 kB]
12:56:35 #11 15.39 Get:253 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libb-hooks-endofscope-perl all 0.26-1 [17.8 kB]
12:56:35 #11 15.39 Get:254 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libberkeleydb-perl arm64 0.64-1build3 [123 kB]
12:56:35 #11 15.39 Get:255 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfreetype6 arm64 2.12.1+dfsg-3 [381 kB]
12:56:35 #11 15.40 Get:256 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfontconfig1 arm64 2.13.1-4.4ubuntu1 [132 kB]
12:56:35 #11 15.40 Get:257 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjpeg-turbo8 arm64 2.1.2-0ubuntu1 [129 kB]
12:56:35 #11 15.40 Get:258 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjpeg8 arm64 8c-2ubuntu10 [2264 B]
12:56:35 #11 15.40 Get:259 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdeflate0 arm64 1.12-1 [72.0 kB]
12:56:35 #11 15.40 Get:260 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libjbig0 arm64 2.1-3.1ubuntu0.22.10.1 [29.4 kB]
12:56:35 #11 15.40 Get:261 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblerc3 arm64 3.0+ds-1ubuntu1 [109 kB]
12:56:35 #11 15.46 Get:262 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libwebp7 arm64 1.2.2-2 [192 kB]
12:56:35 #11 15.54 Get:263 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libtiff5 arm64 4.4.0-4ubuntu3.2 [183 kB]
12:56:35 #12 26.02   Running scriptlet: libbabeltrace-1.5.4-4.el8.aarch64                    59/90 
12:56:35 #12 26.33   Installing       : glibc-gconv-extra-2.28-211.el8.aarch64               60/90 
12:56:35 #12 26.35   Running scriptlet: glibc-gconv-extra-2.28-211.el8.aarch64               60/90 
12:56:35 #12 26.37   Installing       : emacs-filesystem-1:26.1-9.el8.noarch                 61/90 
12:56:35 #12 26.39   Installing       : desktop-file-utils-0.26-1.el8.aarch64                62/90 
12:56:35 #11 DONE 18.5s
12:56:35 
12:56:35 #10 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
12:56:35 #10 1.040 Loaded plugins: fastestmirror, ovl
12:56:35 #10 1.298 Determining fastest mirrors
12:56:35 #10 5.491  * base: download.cf.centos.org
12:56:35 #10 5.491  * extras: download.cf.centos.org
12:56:35 #10 5.491  * updates: download.cf.centos.org
12:56:35 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 5.5s
12:56:35 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 33.55MB / 47.40MB 5.5s
12:56:35 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 33.55MB / 53.32MB 5.5s
12:56:35 #10 34.58 Preparing to unpack .../223-libconfig-tiny-perl_2.28-2_all.deb ...
12:56:35 #10 34.58 Unpacking libconfig-tiny-perl (2.28-2) ...
12:56:35 #10 34.62 Selecting previously unselected package libparams-util-perl.
12:56:35 #10 34.63 Preparing to unpack .../224-libparams-util-perl_1.102-2+b1_arm64.deb ...
12:56:35 #10 34.63 Unpacking libparams-util-perl (1.102-2+b1) ...
12:56:35 #10 34.67 Selecting previously unselected package libsub-install-perl.
12:56:35 #10 34.68 Preparing to unpack .../225-libsub-install-perl_0.929-1_all.deb ...
12:56:35 #10 34.68 Unpacking libsub-install-perl (0.929-1) ...
12:56:35 #10 34.73 Selecting previously unselected package libdata-optlist-perl.
12:56:35 #10 34.73 Preparing to unpack .../226-libdata-optlist-perl_0.113-1_all.deb ...
12:56:35 #10 34.73 Unpacking libdata-optlist-perl (0.113-1) ...
12:56:35 #10 34.77 Selecting previously unselected package libsub-exporter-perl.
12:56:35 #10 34.77 Preparing to unpack .../227-libsub-exporter-perl_0.989-1_all.deb ...
12:56:35 #10 34.78 Unpacking libsub-exporter-perl (0.989-1) ...
12:56:35 #11 13.41 Get:236 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwant-perl arm64 0.29-1build4 [23.9 kB]
12:56:35 #11 13.48 Get:237 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
12:56:35 #11 13.48 Get:238 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcpanel-json-xs-perl arm64 4.19-1build1 [107 kB]
12:56:35 #11 13.48 Get:239 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdata-dump-perl all 1.23-1 [27.0 kB]
12:56:35 #11 13.48 Get:240 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdigest-bubblebabble-perl all 0.02-2 [7908 B]
12:56:35 #11 13.48 Get:241 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
12:56:35 #11 13.49 Get:242 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdistro-info-perl all 0.23ubuntu1 [4668 B]
12:56:35 #11 13.49 Get:243 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
12:56:35 #11 13.49 Get:244 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmailtools-perl all 2.21-1 [80.7 kB]
12:56:35 #11 13.56 Get:245 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-ip-perl all 1.26-2 [27.4 kB]
12:56:35 #11 13.56 Get:246 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-dns-perl all 1.22-1 [336 kB]
12:56:35 #11 13.63 Get:247 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
12:56:35 #11 13.63 Get:248 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libemail-valid-perl all 1.202-1 [16.3 kB]
12:56:35 #11 13.63 Get:249 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libexporter-tiny-perl all 1.002001-1 [35.5 kB]
12:56:35 #11 13.63 Get:250 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libipc-system-simple-perl all 1.26-1 [22.8 kB]
12:56:35 #11 13.63 Get:251 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-basedir-perl all 0.08-1 [16.9 kB]
12:56:35 #11 13.63 Get:252 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
12:56:35 #11 13.63 Get:253 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-fcntllock-perl arm64 0.22-3build4 [33.0 kB]
12:56:35 #11 13.63 Get:254 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnumber-compare-perl all 0.03-1 [7318 B]
12:56:35 #11 13.70 Get:255 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtext-glob-perl all 0.10-1 [7554 B]
12:56:35 
12:56:35 #22 [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"
12:56:35 #10 45.18 Setting up libxext6:arm64 (2:1.3.3-1.1) ...
12:56:35 #10 45.19 Setting up man-db (2.9.4-2) ...
12:56:35 #10 45.31 Building database of manual pages ...
12:56:35 #13 DONE 0.6s
12:56:35 
12:56:35 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:56:35 #8 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 5.0s
12:56:35 #8 ...
12:56:35 
12:56:35 #10 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:56:35 #10 11.27 CentOS Stream 9 - Extras packages               7.8 kB/s |  10 kB     00:01    
12:56:35 #13 11.83 Transaction test succeeded.
12:56:35 #13 11.83 Running transaction
12:56:35 #11 42.52   Cleanup    : rpm-build-libs-4.11.3-45.el7.aarch64                       50/52 
12:56:35 #11 42.84   Cleanup    : rpm-4.11.3-45.el7.aarch64                                  51/52 
12:56:35 #10 18.97 Preparing to unpack .../019-libglib2.0-data_2.56.4-0ubuntu0.18.04.9_all.deb ...
12:56:35 #10 18.98 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
12:56:35 #10 19.00 Selecting previously unselected package libicu60:arm64.
12:56:35 #10 19.00 Preparing to unpack .../020-libicu60_60.2-3ubuntu3.2_arm64.deb ...
12:56:35 #10 19.01 Unpacking libicu60:arm64 (60.2-3ubuntu3.2) ...
12:56:35 #9 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 126B / 126B 13.4s
12:56:35 #10 15.21 Selecting previously unselected package libsqlite3-0:amd64.
12:56:35 #10 15.21 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_amd64.deb ...
12:56:35 #10 15.21 Unpacking libsqlite3-0:amd64 (3.34.1-3) ...
12:56:35 #10 15.39 Selecting previously unselected package libpython3.9-stdlib:amd64.
12:56:35 #10 15.39 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_amd64.deb ...
12:56:35 #10 15.39 Unpacking libpython3.9-stdlib:amd64 (3.9.2-1) ...
12:56:35 #10 40.33 Preparing to unpack .../300-libx11-6_2%3a1.6.7-1+deb10u2_arm64.deb ...
12:56:35 #10 40.33 Unpacking libx11-6:arm64 (2:1.6.7-1+deb10u2) ...
12:56:35 #10 40.41 Selecting previously unselected package libxext6:arm64.
12:56:35 #10 40.42 Preparing to unpack .../301-libxext6_2%3a1.3.3-1+b2_arm64.deb ...
12:56:35 #10 40.42 Unpacking libxext6:arm64 (2:1.3.3-1+b2) ...
12:56:35 #10 40.46 Selecting previously unselected package libxml-namespacesupport-perl.
12:56:35 #10 40.46 Preparing to unpack .../302-libxml-namespacesupport-perl_1.12-1_all.deb ...
12:56:35 #10 40.47 Unpacking libxml-namespacesupport-perl (1.12-1) ...
12:56:35 #10 40.50 Selecting previously unselected package libxml-sax-base-perl.
12:56:35 #10 40.50 Preparing to unpack .../303-libxml-sax-base-perl_1.09-1_all.deb ...
12:56:35 #10 40.51 Unpacking libxml-sax-base-perl (1.09-1) ...
12:56:35 #10 40.55 Selecting previously unselected package libxml-sax-perl.
12:56:35 #10 40.55 Preparing to unpack .../304-libxml-sax-perl_1.00+dfsg-1_all.deb ...
12:56:35 #10 40.56 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
12:56:35 #10 40.61 Selecting previously unselected package libxml-libxml-perl.
12:56:35 #11 11.27 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gcc arm64 4:11.2.0-1ubuntu1 [5128 B]
12:56:35 #11 15.54 Get:264 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libxpm4 arm64 1:3.5.12-1ubuntu0.22.10.1 [35.4 kB]
12:56:35 #11 15.54 Get:265 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgd3 arm64 2.3.3-6 [119 kB]
12:56:35 #11 15.54 Get:266 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libc-devtools arm64 2.36-0ubuntu4 [27.4 kB]
12:56:35 #11 15.54 Get:267 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
12:56:35 #11 15.54 Get:268 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcgi-pm-perl all 4.54-1 [188 kB]
12:56:35 #11 15.55 Get:269 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfcgi0ldbl arm64 2.4.2-2build2 [28.0 kB]
12:56:35 #11 15.55 Get:270 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfcgi-perl arm64 0.82+ds-1build1 [22.3 kB]
12:56:35 #11 15.55 Get:271 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcgi-fast-perl all 1:2.15-1 [10.5 kB]
12:56:35 #11 15.61 Get:272 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
12:56:35 #11 15.62 Get:273 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libclone-perl arm64 0.45-1build3 [10.8 kB]
12:56:35 #11 15.62 Get:274 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcommon-sense-perl arm64 3.75-2build1 [21.2 kB]
12:56:35 #11 15.62 Get:275 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libconfig-tiny-perl all 2.28-1 [13.1 kB]
12:56:35 #11 15.62 Get:276 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libparams-util-perl arm64 1.102-1build3 [22.2 kB]
12:56:35 #11 15.63 Get:277 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-install-perl all 0.928-2 [10.2 kB]
12:56:35 #11 15.63 Get:278 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-optlist-perl all 0.112-1 [11.0 kB]
12:56:35 #11 15.63 Get:279 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-exporter-perl all 0.988-1 [50.6 kB]
12:56:35 #11 15.63 Get:280 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libconst-fast-perl all 0.014-2 [8034 B]
12:56:35 #11 15.69 Get:281 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libwant-perl arm64 0.29-2 [25.1 kB]
12:56:35 #11 15.70 Get:282 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcontextual-return-perl all 0.004014-3 [53.8 kB]
12:56:35 #11 15.70 Get:283 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcpanel-json-xs-perl arm64 4.32-1 [113 kB]
12:56:35 #11 15.71 Get:284 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
12:56:35 #11 15.71 Get:285 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libexception-class-perl all 1.45-1 [28.6 kB]
12:56:35 #11 15.71 Get:286 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libiterator-perl all 0.03+ds1-2 [18.8 kB]
12:56:35 #11 15.71 Get:287 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libiterator-util-perl all 0.02+ds1-2 [14.1 kB]
12:56:35 #11 15.71 Get:288 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
12:56:35 #11 15.71 Get:289 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblist-moreutils-xs-perl arm64 0.430-3 [39.1 kB]
12:56:35 #11 15.76 Get:290 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
12:56:35 #11 15.78 Get:291 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-dpath-perl all 0.58-1 [38.8 kB]
12:56:35 #11 15.78 Get:292 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-dump-perl all 1.25-1 [25.9 kB]
12:56:35 #11 15.79 Get:293 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-messagepack-perl arm64 1.02-1 [34.0 kB]
12:56:35 #11 15.79 Get:294 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnet-domain-tld-perl all 1.75-2 [30.8 kB]
12:56:35 #11 15.79 Get:295 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
12:56:35 #12 26.41   Installing       : elfutils-debuginfod-client-0.187-4.el8.aarch64       63/90 
12:56:35 #12 26.49   Installing       : elfutils-0.187-4.el8.aarch64                         64/90 
12:56:35 #12 26.54   Installing       : diffutils-3.6-6.el8.aarch64                          65/90 
12:56:35 #12 26.55   Running scriptlet: diffutils-3.6-6.el8.aarch64                          65/90 
12:56:35 #12 26.59   Installing       : zstd-1.4.4-1.el8.aarch64                             66/90 
12:56:35 #12 26.61   Installing       : rust-srpm-macros-5-2.el8.noarch                      67/90 
12:56:35 #12 26.62   Installing       : qt5-srpm-macros-5.15.3-1.el8.noarch                  68/90 
12:56:35 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 37.75MB / 47.40MB 5.8s
12:56:35 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 36.70MB / 53.32MB 5.8s
12:56:35 #11 13.70 Get:256 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
12:56:35 #11 13.78 Get:257 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfont-afm-perl all 1.20-2 [13.2 kB]
12:56:35 #11 13.78 Get:258 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-string-perl all 1.08-3 [11.1 kB]
12:56:35 #11 13.78 Get:259 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfont-ttf-perl all 1.06-1 [313 kB]
12:56:35 #11 13.78 Get:260 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfuture-perl all 0.43-1 [77.8 kB]
12:56:35 #11 13.78 Get:261 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-stringy-perl all 2.111-3 [55.8 kB]
12:56:35 #11 13.78 Get:262 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libparams-validate-perl arm64 1.29-3 [51.0 kB]
12:56:35 #11 13.78 Get:263 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
12:56:35 #11 13.78 Get:264 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
12:56:35 #11 13.85 Get:265 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
12:56:35 #11 13.85 Get:266 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
12:56:35 #11 13.93 Get:267 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-prompter-perl all 0.004015-1 [58.1 kB]
12:56:35 #11 13.93 Get:268 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjson-perl all 4.02000-2 [80.9 kB]
12:56:35 #11 13.93 Get:269 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblog-any-perl all 1.708-1 [67.8 kB]
12:56:35 #11 13.93 Get:270 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
12:56:35 #11 13.93 Get:271 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpackage-stash-perl all 0.38-1 [19.1 kB]
12:56:35 #11 13.93 Get:272 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-identify-perl arm64 0.14-1build2 [10.5 kB]
12:56:35 #11 13.93 Get:273 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-name-perl arm64 0.26-1 [11.2 kB]
12:56:35 #11 13.93 Get:274 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
12:56:35 #11 14.00 Get:275 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpath-tiny-perl all 0.108-1 [42.6 kB]
12:56:35 #11 14.00 Get:276 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtype-tiny-perl all 1.008001-2 [304 kB]
12:56:35 #10 34.83 Selecting previously unselected package libconst-fast-perl.
12:56:35 #10 34.83 Preparing to unpack .../228-libconst-fast-perl_0.014-2_all.deb ...
12:56:35 #10 34.84 Unpacking libconst-fast-perl (0.014-2) ...
12:56:35 #10 34.88 Selecting previously unselected package libwant-perl.
12:56:35 #10 34.88 Preparing to unpack .../229-libwant-perl_0.29-2+b1_arm64.deb ...
12:56:35 #10 34.89 Unpacking libwant-perl (0.29-2+b1) ...
12:56:35 #10 34.95 Selecting previously unselected package libcontextual-return-perl.
12:56:35 #10 34.95 Preparing to unpack .../230-libcontextual-return-perl_0.004014-4_all.deb ...
12:56:35 #10 34.96 Unpacking libcontextual-return-perl (0.004014-4) ...
12:56:35 #10 35.00 Selecting previously unselected package libconvert-binhex-perl.
12:56:35 #10 35.01 Preparing to unpack .../231-libconvert-binhex-perl_1.125-3_all.deb ...
12:56:35 #10 35.01 Unpacking libconvert-binhex-perl (1.125-3) ...
12:56:35 #10 35.05 Selecting previously unselected package libcpanel-json-xs-perl:arm64.
12:56:35 #10 35.05 Preparing to unpack .../232-libcpanel-json-xs-perl_4.32-1+b1_arm64.deb ...
12:56:35 #10 35.05 Unpacking libcpanel-json-xs-perl:arm64 (4.32-1+b1) ...
12:56:35 #10 35.10 Selecting previously unselected package libdevel-stacktrace-perl.
12:56:35 #10 35.10 Preparing to unpack .../233-libdevel-stacktrace-perl_2.0400-2_all.deb ...
12:56:35 #10 35.11 Unpacking libdevel-stacktrace-perl (2.0400-2) ...
12:56:35 #10 11.48 Last metadata expiration check: 0:00:01 ago on Wed Feb  8 12:56:34 2023.
12:56:35 #9 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.40MB / 47.40MB 13.6s done
12:56:35 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 59.77MB / 116.78MB 13.7s
12:56:35 #9 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 126B / 126B 13.6s done
12:56:35 #10 40.61 Preparing to unpack .../305-libxml-libxml-perl_2.0134+dfsg-1_arm64.deb ...
12:56:35 #10 40.62 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
12:56:35 #10 40.68 Selecting previously unselected package libxml-sax-expat-perl.
12:56:35 #10 40.68 Preparing to unpack .../306-libxml-sax-expat-perl_0.51-1_all.deb ...
12:56:35 #10 40.69 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:56:35 #10 40.72 Selecting previously unselected package libxml-simple-perl.
12:56:35 #10 40.72 Preparing to unpack .../307-libxml-simple-perl_2.25-1_all.deb ...
12:56:35 #10 40.73 Unpacking libxml-simple-perl (2.25-1) ...
12:56:35 #10 40.76 Selecting previously unselected package libxmlrpc-lite-perl.
12:56:35 #10 40.77 Preparing to unpack .../308-libxmlrpc-lite-perl_0.717-2_all.deb ...
12:56:35 #10 40.77 Unpacking libxmlrpc-lite-perl (0.717-2) ...
12:56:35 #10 40.81 Selecting previously unselected package libxmuu1:arm64.
12:56:35 #10 40.81 Preparing to unpack .../309-libxmuu1_2%3a1.1.2-2+b3_arm64.deb ...
12:56:35 #10 40.82 Unpacking libxmuu1:arm64 (2:1.1.2-2+b3) ...
12:56:35 #10 40.86 Selecting previously unselected package libyaml-0-2:arm64.
12:56:35 #11 15.79 Get:296 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
12:56:35 #11 15.79 Get:297 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnet-netmask-perl all 2.0001-1 [27.7 kB]
12:56:35 #11 15.79 Get:298 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnetaddr-ip-perl arm64 4.079+dfsg-2 [82.7 kB]
12:56:35 #11 15.84 Get:299 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-validate-ip-perl all 0.30-1 [17.3 kB]
12:56:35 #11 15.86 Get:300 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-validate-uri-perl all 0.07-2 [11.1 kB]
12:56:35 #11 15.86 Get:301 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdistro-info-perl all 1.1ubuntu1 [5606 B]
12:56:35 #11 15.87 Get:302 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libemail-address-xs-perl arm64 1.05-1 [28.8 kB]
12:56:35 #11 15.87 Get:303 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfcgi-bin arm64 2.4.2-2build2 [10.7 kB]
12:56:35 #12 26.64   Installing       : python3-systemd-234-8.el8.aarch64                    69/90 
12:56:35 #12 26.69   Upgrading        : python3-dnf-plugins-core-4.0.21-18.el8.noarch        70/90 
12:56:35 #12 26.71   Installing       : perl-srpm-macros-1-25.el8.noarch                     71/90 
12:56:35 #12 26.72   Installing       : openblas-srpm-macros-2-2.el8.noarch                  72/90 
12:56:35 #12 26.73   Installing       : ocaml-srpm-macros-5-4.el8.noarch                     73/90 
12:56:35 #12 26.74   Installing       : libatomic_ops-7.6.2-3.el8.aarch64                    74/90 
12:56:35 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 6.0s done
12:56:35 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 40.89MB / 47.40MB 6.1s
12:56:35 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 41.94MB / 53.32MB 6.1s
12:56:35 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 0B / 116.78MB 6.1s
12:56:35 #11 14.07 Get:277 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
12:56:35 #11 14.07 Get:278 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhash-fieldhash-perl arm64 0.15-1build2 [16.5 kB]
12:56:35 #11 14.07 Get:279 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-form-perl all 6.07-1 [22.2 kB]
12:56:35 #11 14.07 Get:280 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-format-perl all 2.12-1 [41.3 kB]
12:56:35 #11 14.07 Get:281 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhttp-daemon-perl all 6.06-1ubuntu0.1 [22.0 kB]
12:56:35 #11 14.07 Get:282 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libidn11 arm64 1.33-2.2ubuntu2 [45.3 kB]
12:56:35 #11 14.08 Get:283 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstruct-dumb-perl all 0.09-1 [10.5 kB]
12:56:35 #11 14.08 Get:284 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-async-perl all 0.75-1 [254 kB]
12:56:35 #11 14.14 Get:285 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblinux-epoll-perl arm64 0.017-1 [15.6 kB]
12:56:35 #11 14.14 Get:286 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
12:56:35 #11 14.22 Get:287 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtypes-serialiser-perl all 1.0-1 [12.1 kB]
12:56:35 #11 14.22 Get:288 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjson-xs-perl arm64 4.020-1build1 [82.2 kB]
12:56:35 #11 14.22 Get:289 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjson-maybexs-perl all 1.004000-1 [11.0 kB]
12:56:35 #11 14.22 Get:290 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-compare-perl all 0.53-1 [65.6 kB]
12:56:35 #11 14.22 Get:291 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-moreutils-perl arm64 0.416-1build5 [53.5 kB]
12:56:35 #11 14.22 Get:292 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-someutils-perl all 0.58-1 [29.7 kB]
12:56:35 #11 14.22 Get:293 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-someutils-xs-perl arm64 0.58-2 [30.2 kB]
12:56:35 #11 14.23 Get:294 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libltdl7 arm64 2.4.6-14 [37.5 kB]
12:56:35 #11 14.29 Get:295 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libltdl-dev arm64 2.4.6-14 [162 kB]
12:56:35 #10 35.14 Selecting previously unselected package libexception-class-perl.
12:56:35 #10 35.15 Preparing to unpack .../234-libexception-class-perl_1.45-1_all.deb ...
12:56:35 #10 35.15 Unpacking libexception-class-perl (1.45-1) ...
12:56:35 #10 35.19 Selecting previously unselected package libiterator-perl.
12:56:35 #10 35.19 Preparing to unpack .../235-libiterator-perl_0.03+ds1-2_all.deb ...
12:56:35 #10 35.20 Unpacking libiterator-perl (0.03+ds1-2) ...
12:56:35 #10 35.24 Selecting previously unselected package libiterator-util-perl.
12:56:35 #10 35.24 Preparing to unpack .../236-libiterator-util-perl_0.02+ds1-2_all.deb ...
12:56:35 #10 35.24 Unpacking libiterator-util-perl (0.02+ds1-2) ...
12:56:35 #10 35.28 Selecting previously unselected package libdata-dpath-perl.
12:56:35 #10 35.28 Preparing to unpack .../237-libdata-dpath-perl_0.58-2_all.deb ...
12:56:35 #10 35.29 Unpacking libdata-dpath-perl (0.58-2) ...
12:56:35 #10 35.33 Selecting previously unselected package libdata-dump-perl.
12:56:35 #10 35.33 Preparing to unpack .../238-libdata-dump-perl_1.25-1_all.deb ...
12:56:35 #10 35.33 Unpacking libdata-dump-perl (1.25-1) ...
12:56:35 #10 35.37 Selecting previously unselected package libdata-messagepack-perl.
12:56:35 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 78.64MB / 116.78MB 15.6s
12:56:35 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 63.96MB / 116.78MB 14.6s
12:56:35 #22 DONE 3.8s
12:56:35 
12:56:35 #25 [linux/amd64->darwin/amd64 build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
12:56:35 #25 DONE 0.1s
12:56:35 
12:56:35 #26 [linux/amd64->darwin/arm64 build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
12:56:35 #20 6.578 Selecting previously unselected package libclang-cpp11.
12:56:35 #20 6.580 Preparing to unpack .../02-libclang-cpp11_1%3a11.0.1-2_amd64.deb ...
12:56:35 #20 6.584 Unpacking libclang-cpp11 (1:11.0.1-2) ...
12:56:35 #13 12.60   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch            1/1 
12:56:35 #13 12.73   Preparing        :                                                        1/1 
12:56:35 #11 42.87   Cleanup    : rpm-libs-4.11.3-45.el7.aarch64                             52/52 
12:56:35 #11 43.45   Verifying  : elfutils-0.176-5.el7.aarch64                                1/52 
12:56:35 #11 43.47   Verifying  : rpm-libs-4.11.3-48.el7_9.aarch64                            2/52 
12:56:35 #11 43.49   Verifying  : rpm-4.11.3-48.el7_9.aarch64                                 3/52 
12:56:35 #11 43.50   Verifying  : perl-threads-1.87-4.el7.aarch64                             4/52 
12:56:35 #11 43.51   Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.aarch64                      5/52 
12:56:35 #11 43.52   Verifying  : perl-Exporter-5.68-3.el7.noarch                             6/52 
12:56:35 #11 43.53   Verifying  : perl-constant-1.27-2.el7.noarch                             7/52 
12:56:35 #11 43.54   Verifying  : dwz-0.11-3.el7.aarch64                                      8/52 
12:56:35 #11 43.55   Verifying  : file-5.11-37.el7.aarch64                                    9/52 
12:56:35 #11 43.56   Verifying  : 1:perl-parent-0.225-244.el7.noarch                         10/52 
12:56:35 #11 43.57   Verifying  : perl-Socket-2.010-5.el7.aarch64                            11/52 
12:56:35 #10 19.63 Selecting previously unselected package libxml2:arm64.
12:56:35 #10 19.63 Preparing to unpack .../021-libxml2_2.9.4+dfsg1-6.1ubuntu1.8_arm64.deb ...
12:56:35 #10 19.64 Unpacking libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.8) ...
12:56:35 #10 19.70 Selecting previously unselected package libyaml-0-2:arm64.
12:56:35 #10 19.70 Preparing to unpack .../022-libyaml-0-2_0.1.7-2ubuntu3_arm64.deb ...
12:56:35 #10 19.71 Unpacking libyaml-0-2:arm64 (0.1.7-2ubuntu3) ...
12:56:35 #10 19.74 Selecting previously unselected package lsb-release.
12:56:35 #10 19.74 Preparing to unpack .../023-lsb-release_9.20170808ubuntu1_all.deb ...
12:56:35 #10 19.74 Unpacking lsb-release (9.20170808ubuntu1) ...
12:56:35 #10 19.77 Selecting previously unselected package netbase.
12:56:35 #10 19.77 Preparing to unpack .../024-netbase_5.4_all.deb ...
12:56:35 #10 19.78 Unpacking netbase (5.4) ...
12:56:35 #10 19.81 Selecting previously unselected package shared-mime-info.
12:56:35 #10 19.81 Preparing to unpack .../025-shared-mime-info_1.9-2_arm64.deb ...
12:56:35 #10 19.81 Unpacking shared-mime-info (1.9-2) ...
12:56:35 #10 19.88 Selecting previously unselected package ucf.
12:56:35 #10 19.88 Preparing to unpack .../026-ucf_3.0038_all.deb ...
12:56:35 #10 19.88 Moving old data out of the way
12:56:35 #10 19.88 Unpacking ucf (3.0038) ...
12:56:35 #10 19.92 Selecting previously unselected package xdg-user-dirs.
12:56:35 #10 40.86 Preparing to unpack .../310-libyaml-0-2_0.2.1-1_arm64.deb ...
12:56:35 #10 40.86 Unpacking libyaml-0-2:arm64 (0.2.1-1) ...
12:56:35 #10 40.90 Selecting previously unselected package libyaml-libyaml-perl.
12:56:35 #10 40.90 Preparing to unpack .../311-libyaml-libyaml-perl_0.76+repack-1_arm64.deb ...
12:56:35 #10 40.90 Unpacking libyaml-libyaml-perl (0.76+repack-1) ...
12:56:35 #10 40.94 Selecting previously unselected package licensecheck.
12:56:35 #10 40.94 Preparing to unpack .../312-licensecheck_3.0.31-3_all.deb ...
12:56:35 #10 40.95 Unpacking licensecheck (3.0.31-3) ...
12:56:35 #10 40.98 Selecting previously unselected package t1utils.
12:56:35 #10 40.99 Preparing to unpack .../313-t1utils_1.41-3_arm64.deb ...
12:56:35 #10 40.99 Unpacking t1utils (1.41-3) ...
12:56:35 #10 41.03 Selecting previously unselected package lintian.
12:56:35 #10 41.04 Preparing to unpack .../314-lintian_2.15.0_all.deb ...
12:56:35 #10 41.04 Unpacking lintian (2.15.0) ...
12:56:35 #10 15.83 Selecting previously unselected package python3.9.
12:56:35 #10 15.83 Preparing to unpack .../8-python3.9_3.9.2-1_amd64.deb ...
12:56:35 #10 15.84 Unpacking python3.9 (3.9.2-1) ...
12:56:35 #10 15.93 Selecting previously unselected package libpython3-stdlib:amd64.
12:56:35 #10 15.93 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_amd64.deb ...
12:56:35 #10 15.94 Unpacking libpython3-stdlib:amd64 (3.9.2-3) ...
12:56:35 #10 15.97 Setting up python3-minimal (3.9.2-3) ...
12:56:35 #12 26.76   Installing       : gc-7.6.4-3.el8.aarch64                               75/90 
12:56:35 #12 27.09   Installing       : guile-5:2.0.14-7.el8.aarch64                         76/90 
12:56:35 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6
12:56:35 #11 11.67 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libstdc++-11-dev arm64 11.3.0-1ubuntu1~22.04 [2075 kB]
12:56:35 #8 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 5.1s
12:56:35 #11 14.29 Get:296 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
12:56:35 #11 14.36 Get:297 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
12:56:35 #11 14.36 Get:298 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmoox-aliases-perl all 0.001006-1 [7176 B]
12:56:35 #11 14.36 Get:299 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
12:56:35 #11 14.36 Get:300 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmoox-struct-perl all 0.017-1 [23.4 kB]
12:56:35 #11 14.36 Get:301 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-dns-sec-perl arm64 1.15-1 [44.1 kB]
12:56:35 #11 14.36 Get:302 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-libidn-perl arm64 0.12.ds-3build2 [17.3 kB]
12:56:35 #11 14.36 Get:303 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnumber-range-perl all 0.12-1 [8556 B]
12:56:35 #11 14.51 Get:304 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpackage-stash-xs-perl arm64 0.29-1build1 [18.0 kB]
12:56:35 #10 35.37 Preparing to unpack .../239-libdata-messagepack-perl_1.02-1+b1_arm64.deb ...
12:56:35 #10 35.38 Unpacking libdata-messagepack-perl (1.02-1+b1) ...
12:56:35 #10 35.42 Selecting previously unselected package libnet-domain-tld-perl.
12:56:35 #10 35.43 Preparing to unpack .../240-libnet-domain-tld-perl_1.75-3_all.deb ...
12:56:35 #10 35.43 Unpacking libnet-domain-tld-perl (1.75-3) ...
12:56:35 #10 35.46 Selecting previously unselected package libdata-validate-domain-perl.
12:56:35 #10 35.47 Preparing to unpack .../241-libdata-validate-domain-perl_0.10-1.1_all.deb ...
12:56:35 #10 35.47 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
12:56:35 #10 35.51 Selecting previously unselected package libnet-ipv6addr-perl.
12:56:35 #10 35.51 Preparing to unpack .../242-libnet-ipv6addr-perl_1.02-1_all.deb ...
12:56:35 #10 35.51 Unpacking libnet-ipv6addr-perl (1.02-1) ...
12:56:35 #10 35.55 Selecting previously unselected package libnet-netmask-perl.
12:56:35 #10 35.55 Preparing to unpack .../243-libnet-netmask-perl_2.0002-2_all.deb ...
12:56:35 #10 35.55 Unpacking libnet-netmask-perl (2.0002-2) ...
12:56:35 #10 35.65 Selecting previously unselected package libnetaddr-ip-perl.
12:56:36 #26 DONE 0.1s
12:56:36 
12:56:36 #27 [linux/amd64->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
12:56:36 #10 16.17 Selecting previously unselected package python3-minimal.
12:56:36 #10 16.17 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9605 files and directories currently installed.)
12:56:36 #10 16.17 Preparing to unpack .../0-python3-minimal_3.7.3-1_amd64.deb ...
12:56:36 #10 16.17 Unpacking python3-minimal (3.7.3-1) ...
12:56:36 #10 16.23 Selecting previously unselected package mime-support.
12:56:36 #10 16.23 Preparing to unpack .../1-mime-support_3.62_all.deb ...
12:56:36 #10 16.23 Unpacking mime-support (3.62) ...
12:56:36 #10 16.29 Selecting previously unselected package libmpdec2:amd64.
12:56:36 #10 16.29 Preparing to unpack .../2-libmpdec2_2.4.2-2_amd64.deb ...
12:56:36 #10 16.29 Unpacking libmpdec2:amd64 (2.4.2-2) ...
12:56:36 #10 16.34 Selecting previously unselected package readline-common.
12:56:36 #10 16.34 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
12:56:36 #10 16.34 Unpacking readline-common (7.0-5) ...
12:56:36 #10 16.39 Selecting previously unselected package libreadline7:amd64.
12:56:36 #10 16.39 Preparing to unpack .../4-libreadline7_7.0-5_amd64.deb ...
12:56:36 #10 16.40 Unpacking libreadline7:amd64 (7.0-5) ...
12:56:36 #10 16.46 Selecting previously unselected package libsqlite3-0:amd64.
12:56:36 #10 16.46 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_amd64.deb ...
12:56:36 #13 12.81   Installing       : make-1:4.3-7.el9.aarch64                              1/70 
12:56:36 #13 12.82   Installing       : selinux-policy-38.1.5-1.el9.noarch                    2/70 
12:56:36 #13 12.82   Running scriptlet: selinux-policy-38.1.5-1.el9.noarch                    2/70 
12:56:36 #13 12.85   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch           3/70 
12:56:36 #11 43.59   Verifying  : perl-PathTools-3.40-5.el7.aarch64                          12/52 
12:56:36 #11 43.61   Verifying  : gdb-7.6.1-120.el7.aarch64                                  13/52 
12:56:36 #11 43.63   Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                          14/52 
12:56:36 #11 43.64   Verifying  : perl-srpm-macros-1-8.el7.noarch                            15/52 
12:56:36 #11 43.65   Verifying  : desktop-file-utils-0.23-2.el7.aarch64                      16/52 
12:56:36 #11 43.66   Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         17/52 
12:56:36 #11 43.67   Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                        18/52 
12:56:36 #11 43.69   Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        19/52 
12:56:36 #11 43.70   Verifying  : rpm-build-4.11.3-48.el7_9.aarch64                          20/52 
12:56:36 #11 43.72   Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        21/52 
12:56:36 #11 43.73   Verifying  : perl-Encode-2.51-7.el7.aarch64                             22/52 
12:56:36 #11 43.74   Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        23/52 
12:56:36 #11 43.75   Verifying  : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   24/52 
12:56:36 #11 43.77   Verifying  : 4:perl-macros-5.16.3-299.el7_9.aarch64                     25/52 
12:56:36 #11 43.78   Verifying  : patch-2.7.1-12.el7_7.aarch64                               26/52 
12:56:36 #11 43.79   Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     27/52 
12:56:36 #10 19.92 Preparing to unpack .../027-xdg-user-dirs_0.17-1ubuntu1_arm64.deb ...
12:56:36 #10 19.93 Unpacking xdg-user-dirs (0.17-1ubuntu1) ...
12:56:36 #10 19.98 Selecting previously unselected package xz-utils.
12:56:36 #10 19.98 Preparing to unpack .../028-xz-utils_5.2.2-1.3ubuntu0.1_arm64.deb ...
12:56:36 #10 19.98 Unpacking xz-utils (5.2.2-1.3ubuntu0.1) ...
12:56:36 #10 20.01 Selecting previously unselected package gettext-base.
12:56:36 #10 20.02 Preparing to unpack .../029-gettext-base_0.19.8.1-6ubuntu0.3_arm64.deb ...
12:56:36 #10 20.02 Unpacking gettext-base (0.19.8.1-6ubuntu0.3) ...
12:56:36 #10 20.05 Selecting previously unselected package iso-codes.
12:56:36 #10 20.05 Preparing to unpack .../030-iso-codes_3.79-1_all.deb ...
12:56:36 #10 20.06 Unpacking iso-codes (3.79-1) ...
12:56:36 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 66.06MB / 116.78MB 14.3s
12:56:36 #10 41.17 Selecting previously unselected package lsb-release.
12:56:36 #10 41.17 Preparing to unpack .../315-lsb-release_10.2019051400_all.deb ...
12:56:36 #10 41.18 Unpacking lsb-release (10.2019051400) ...
12:56:36 #10 41.23 Selecting previously unselected package mailutils.
12:56:36 #10 41.23 Preparing to unpack .../316-mailutils_1%3a3.5-4_arm64.deb ...
12:56:36 #10 41.23 Unpacking mailutils (1:3.5-4) ...
12:56:36 #10 41.31 Selecting previously unselected package manpages-dev.
12:56:36 #10 41.31 Preparing to unpack .../317-manpages-dev_4.16-2_all.deb ...
12:56:36 #10 41.31 Unpacking manpages-dev (4.16-2) ...
12:56:36 #7 ...
12:56:36 
12:56:36 #9 [stage-1 1/6] FROM docker.io/library/fedora:37@sha256:3487c98481d1bba7e769cf7bcecd6343c2d383fdd6bed34ec541b6b23ef07664
12:56:36 #9 resolve docker.io/library/fedora:37@sha256:3487c98481d1bba7e769cf7bcecd6343c2d383fdd6bed34ec541b6b23ef07664 0.0s done
12:56:36 #9 sha256:99aa8919afd1880064ec915dba44cdc5b52808667717f605750329d55006538a 529B / 529B done
12:56:36 #9 sha256:95b7a2603d3aa3135d58410efdf7f020ab28f0286ee56724a7a774d48a5c08bf 2.00kB / 2.00kB done
12:56:36 #9 sha256:3487c98481d1bba7e769cf7bcecd6343c2d383fdd6bed34ec541b6b23ef07664 975B / 975B done
12:56:36 #9 sha256:cd974119263e78652ccbbd00decd88e307abef723a1ccf622fc9d6c0baf58bb2 66.09MB / 66.09MB 2.3s done
12:56:36 #9 extracting sha256:cd974119263e78652ccbbd00decd88e307abef723a1ccf622fc9d6c0baf58bb2 4.9s done
12:56:36 #9 DONE 7.6s
12:56:36 
12:56:36 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:36 #7 ...
12:56:36 
12:56:36 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:56:36 #12 27.12   Running scriptlet: guile-5:2.0.14-7.el8.aarch64                         76/90 
12:56:36 #12 27.40   Installing       : gdb-headless-8.2-19.el8.aarch64                      77/90 
12:56:36 #12 27.42   Installing       : go-srpm-macros-2-17.el8.noarch                       78/90 
12:56:36 #12 27.43   Installing       : ghc-srpm-macros-1.4.2-7.el8.noarch                   79/90 
12:56:36 #12 27.45   Installing       : dwz-0.12-10.el8.aarch64                              80/90 
12:56:36 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 45.09MB / 47.40MB 6.6s
12:56:36 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 45.09MB / 53.32MB 6.6s
12:56:36 #11 16.26 Get:304 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
12:56:36 #11 16.42 Get:305 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-basedir-perl all 0.09-1 [15.7 kB]
12:56:36 #11 16.44 Get:306 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
12:56:36 #11 16.46 Get:307 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-fcntllock-perl arm64 0.22-4 [33.6 kB]
12:56:36 #11 16.53 Get:308 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnumber-compare-perl all 0.03-2 [7058 B]
12:56:36 #10 35.65 Preparing to unpack .../244-libnetaddr-ip-perl_4.079+dfsg-2+b1_arm64.deb ...
12:56:36 #10 35.65 Unpacking libnetaddr-ip-perl (4.079+dfsg-2+b1) ...
12:56:36 #10 35.71 Selecting previously unselected package libdata-validate-ip-perl.
12:56:36 #10 35.71 Preparing to unpack .../245-libdata-validate-ip-perl_0.31-1_all.deb ...
12:56:36 #10 35.72 Unpacking libdata-validate-ip-perl (0.31-1) ...
12:56:36 #10 35.76 Selecting previously unselected package libdata-validate-uri-perl.
12:56:36 #10 35.76 Preparing to unpack .../246-libdata-validate-uri-perl_0.07-2_all.deb ...
12:56:36 #10 35.76 Unpacking libdata-validate-uri-perl (0.07-2) ...
12:56:36 #10 35.80 Selecting previously unselected package libdevel-size-perl.
12:56:36 #10 35.80 Preparing to unpack .../247-libdevel-size-perl_0.83-2+b1_arm64.deb ...
12:56:36 #10 35.81 Unpacking libdevel-size-perl (0.83-2+b1) ...
12:56:36 #10 35.85 Selecting previously unselected package libdistro-info-perl.
12:56:36 #10 35.85 Preparing to unpack .../248-libdistro-info-perl_1.5_all.deb ...
12:56:36 #10 35.86 Unpacking libdistro-info-perl (1.5) ...
12:56:36 #10 35.89 Selecting previously unselected package libemail-address-xs-perl.
12:56:36 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 6.6s done
12:56:36 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 4.0s done
12:56:36 #11 14.66 Get:305 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
12:56:36 #11 14.75 Get:306 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libperl4-corelibs-perl all 0.004-2 [37.4 kB]
12:56:36 #11 14.81 Get:307 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libperlio-gzip-perl arm64 0.19-1build5 [14.1 kB]
12:56:36 #11 14.82 Get:308 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpod-constants-perl all 0.19-1 [16.0 kB]
12:56:36 #11 14.83 Get:309 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libre2-5 arm64 20200101+dfsg-1build1 [142 kB]
12:56:36 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 5.1s
12:56:36 #27 DONE 0.2s
12:56:36 
12:56:36 #28 [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
12:56:36 #28 DONE 0.2s
12:56:36 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 84.93MB / 116.78MB 16.4s
12:56:36 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 10.3s
12:56:36 #10 16.46 Unpacking libsqlite3-0:amd64 (3.27.2-3+deb10u2) ...
12:56:36 #10 16.60 Selecting previously unselected package libpython3.7-stdlib:amd64.
12:56:36 #10 16.60 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_amd64.deb ...
12:56:36 #10 16.60 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u4) ...
12:56:36 #10 20.35 Selecting previously unselected package krb5-locales.
12:56:36 #10 20.35 Preparing to unpack .../031-krb5-locales_1.16-2ubuntu0.3_all.deb ...
12:56:36 #10 20.36 Unpacking krb5-locales (1.16-2ubuntu0.3) ...
12:56:36 #10 20.39 Selecting previously unselected package libedit2:arm64.
12:56:36 #10 20.39 Preparing to unpack .../032-libedit2_3.1-20170329-1_arm64.deb ...
12:56:36 #10 20.39 Unpacking libedit2:arm64 (3.1-20170329-1) ...
12:56:36 #10 20.42 Selecting previously unselected package libkrb5support0:arm64.
12:56:36 #13 13.08   Installing       : selinux-policy-targeted-38.1.5-1.el9.noarch           3/70 
12:56:36 #11 43.80   Verifying  : perl-Carp-1.26-244.el7.noarch                              28/52 
12:56:36 #11 43.81   Verifying  : groff-base-1.22.2-8.el7.aarch64                            29/52 
12:56:36 #11 43.82   Verifying  : rpm-build-libs-4.11.3-48.el7_9.aarch64                     30/52 
12:56:36 #11 43.84   Verifying  : perl-threads-shared-1.43-6.el7.aarch64                     31/52 
12:56:36 #11 43.85   Verifying  : bzip2-1.0.6-13.el7.aarch64                                 32/52 
12:56:36 #11 43.86   Verifying  : perl-Storable-2.45-3.el7.aarch64                           33/52 
12:56:36 #11 43.87   Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           34/52 
12:56:36 #11 43.88   Verifying  : rpmlint-1.5-4.el7.noarch                                   35/52 
12:56:36 #11 43.90   Verifying  : perl-podlators-2.5.1-3.el7.noarch                          36/52 
12:56:36 #11 43.91   Verifying  : zip-3.0-11.el7.aarch64                                     37/52 
12:56:36 #11 43.92   Verifying  : rpm-python-4.11.3-48.el7_9.aarch64                         38/52 
12:56:36 #11 43.94   Verifying  : perl-Filter-1.49-3.el7.aarch64                             39/52 
12:56:36 #11 43.95   Verifying  : perl-Scalar-List-Utils-1.27-248.el7.aarch64                40/52 
12:56:36 #11 43.96   Verifying  : 1:emacs-filesystem-24.3-23.el7.noarch                      41/52 
12:56:36 #11 43.97   Verifying  : 4:perl-5.16.3-299.el7_9.aarch64                            42/52 
12:56:36 #11 43.99   Verifying  : 4:perl-libs-5.16.3-299.el7_9.aarch64                       43/52 
12:56:36 #11 44.00   Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         44/52 
12:56:36 #11 44.01   Verifying  : unzip-6.0-24.el7_9.aarch64                                 45/52 
12:56:36 #10 41.61 Selecting previously unselected package psmisc.
12:56:36 #10 41.61 Preparing to unpack .../318-psmisc_23.2-1+deb10u1_arm64.deb ...
12:56:36 #10 41.62 Unpacking psmisc (23.2-1+deb10u1) ...
12:56:36 #10 41.66 Selecting previously unselected package publicsuffix.
12:56:36 #10 41.66 Preparing to unpack .../319-publicsuffix_20220811.1734-0+deb10u1_all.deb ...
12:56:36 #10 41.67 Unpacking publicsuffix (20220811.1734-0+deb10u1) ...
12:56:36 #10 41.73 Selecting previously unselected package python-apt-common.
12:56:36 #12 27.47   Installing       : redhat-rpm-config-130-1.el8.noarch                   81/90 
12:56:36 #12 27.51   Installing       : rpm-build-4.14.3-26.el8.aarch64                      82/90 
12:56:36 #12 27.53   Installing       : dnf-plugins-core-4.0.21-18.el8.noarch                83/90 
12:56:36 #12 27.59   Installing       : rpmlint-1.10-14.el8.noarch                           84/90 
12:56:36 #12 27.60   Cleanup          : python3-dnf-plugins-core-4.0.21-14.el8.noarch        85/90 
12:56:36 #12 27.62   Cleanup          : python3-rpm-4.14.3-23.el8.aarch64                    86/90 
12:56:36 #12 27.64   Cleanup          : rpm-build-libs-4.14.3-23.el8.aarch64                 87/90 
12:56:36 #12 27.64   Running scriptlet: rpm-build-libs-4.14.3-23.el8.aarch64                 87/90 
12:56:36 #12 27.68   Cleanup          : rpm-4.14.3-23.el8.aarch64                            88/90 
12:56:36 #10 12.50 Dependencies resolved.
12:56:36 #10 12.52 ================================================================================
12:56:36 #10 12.52  Package                       Arch    Version                 Repository  Size
12:56:36 #10 12.52 ================================================================================
12:56:36 #10 12.52 Installing:
12:56:36 #10 12.52  dnf-plugins-core              noarch  4.3.0-4.el9             baseos      38 k
12:56:36 #10 12.52  rpm-build                     x86_64  4.16.1.3-22.el9         appstream  101 k
12:56:36 #10 12.52  rpmlint                       noarch  1.11-19.el9             appstream  198 k
12:56:36 #10 12.52 Installing dependencies:
12:56:36 #10 12.52  adobe-source-code-pro-fonts   noarch  2.030.1.050-12.el9.1    baseos     832 k
12:56:36 #10 12.52  binutils                      x86_64  2.35.2-37.el9           baseos     4.6 M
12:56:36 #10 12.52  bzip2                         x86_64  1.0.8-8.el9             baseos      56 k
12:56:36 #10 12.52  checkpolicy                   x86_64  3.5-0.rc2.1.el9         appstream  347 k
12:56:36 #10 12.52  cpio                          x86_64  2.13-16.el9             baseos     275 k
12:56:36 #10 12.52  cracklib                      x86_64  2.9.6-27.el9            baseos      94 k
12:56:36 #10 12.52  cracklib-dicts                x86_64  2.9.6-27.el9            baseos     3.6 M
12:56:36 #10 12.52  dbus-libs                     x86_64  1:1.12.20-7.el9         baseos     152 k
12:56:36 #10 12.52  desktop-file-utils            x86_64  0.26-6.el9              appstream   74 k
12:56:36 #10 12.52  diffutils                     x86_64  3.7-12.el9              baseos     397 k
12:56:36 #10 12.52  dwz                           x86_64  0.14-3.el9              appstream  128 k
12:56:36 #10 12.52  ed                            x86_64  1.14.2-12.el9           baseos      75 k
12:56:36 #10 12.52  efi-srpm-macros               noarch  4-9.el9                 appstream   23 k
12:56:36 #10 12.52  elfutils                      x86_64  0.188-3.el9             baseos     529 k
12:56:36 #10 12.52  elfutils-debuginfod-client    x86_64  0.188-3.el9             baseos      38 k
12:56:36 #10 12.52  emacs-filesystem              noarch  1:27.2-8.el9            appstream  8.8 k
12:56:36 #10 12.52  enchant                       x86_64  1:1.6.0-30.el9          appstream   62 k
12:56:36 #10 12.52  environment-modules           x86_64  5.0.1-2.el9             baseos     492 k
12:56:36 #10 12.52  file                          x86_64  5.39-10.el9             baseos      49 k
12:56:36 #10 12.52  fonts-srpm-macros             noarch  1:2.0.5-7.el9.1         appstream   28 k
12:56:36 #10 12.52  gcc-toolset-12-binutils       x86_64  2.38-16.el9             appstream  5.5 M
12:56:36 #10 12.52  gcc-toolset-12-binutils-gold  x86_64  2.38-14.el9             appstream  752 k
12:56:36 #10 12.52  gcc-toolset-12-runtime        x86_64  12.0-5.el9              appstream   55 k
12:56:36 #10 12.52  gdb-minimal                   x86_64  10.2-10.el9             appstream  3.5 M
12:56:36 #10 12.52  gdk-pixbuf2                   x86_64  2.42.6-3.el9            appstream  492 k
12:56:36 #10 12.52  ghc-srpm-macros               noarch  1.5.0-6.el9             appstream  8.8 k
12:56:36 #10 12.52  glib-networking               x86_64  2.68.3-3.el9            baseos     186 k
12:56:36 #10 12.52  glibc-gconv-extra             x86_64  2.34-58.el9             baseos     1.7 M
12:56:36 #10 12.52  go-srpm-macros                noarch  3.0.9-9.el9             appstream   27 k
12:56:36 #10 12.52  groff-base                    x86_64  1.22.4-10.el9           baseos     1.1 M
12:56:36 #10 12.52  gsettings-desktop-schemas     x86_64  40.0-6.el9              baseos     684 k
12:56:36 #10 12.52  hunspell                      x86_64  1.7.0-11.el9            appstream  325 k
12:56:36 #10 12.52  hunspell-en-GB                noarch  0.20140811.1-20.el9     appstream  226 k
12:56:36 #10 12.52  hunspell-en-US                noarch  0.20140811.1-20.el9     appstream  177 k
12:56:36 #10 12.52  hunspell-filesystem           x86_64  1.7.0-11.el9            appstream  8.7 k
12:56:36 #10 12.52  info                          x86_64  6.7-15.el9              baseos     225 k
12:56:36 #10 12.52  json-glib                     x86_64  1.6.6-1.el9             baseos     163 k
12:56:36 #10 12.52  kernel-srpm-macros            noarch  1.0-11.el9              appstream   16 k
12:56:36 #10 12.52  less                          x86_64  590-1.el9               baseos     163 k
12:56:36 #10 12.52  libappstream-glib             x86_64  0.7.18-4.el9            appstream  396 k
12:56:36 #10 12.52  libatomic                     x86_64  11.3.1-4.3.el9          baseos      52 k
12:56:36 #10 12.52  libbrotli                     x86_64  1.0.9-6.el9             baseos     314 k
12:56:36 #10 12.52  libdb                         x86_64  5.3.28-53.el9           baseos     738 k
12:56:36 #10 12.52  libeconf                      x86_64  0.4.1-2.el9             baseos      28 k
12:56:36 #10 12.52  libfdisk                      x86_64  2.37.4-9.el9            baseos     155 k
12:56:36 #10 12.52  libicu                        x86_64  67.1-9.el9              baseos     9.6 M
12:56:36 #10 12.52  libjpeg-turbo                 x86_64  2.0.90-5.el9            appstream  176 k
12:56:36 #10 12.52  libpipeline                   x86_64  1.5.3-4.el9             baseos      49 k
12:56:36 #10 12.52  libpkgconf                    x86_64  1.7.3-10.el9            baseos      36 k
12:56:36 #10 12.52  libpng                        x86_64  2:1.6.37-12.el9         baseos     117 k
12:56:36 #10 12.52  libproxy                      x86_64  0.4.15-35.el9           baseos      74 k
12:56:36 #10 12.52  libpsl                        x86_64  0.21.1-5.el9            baseos      64 k
12:56:36 #10 12.52  libpwquality                  x86_64  1.4.4-8.el9             baseos     119 k
12:56:36 #10 12.52  libselinux-utils              x86_64  3.5-0.rc2.1.el9         baseos     182 k
12:56:36 #10 12.52  libsoup                       x86_64  2.72.0-8.el9            appstream  405 k
12:56:36 #10 12.52  libstemmer                    x86_64  0-18.585svn.el9         appstream   83 k
12:56:36 #10 12.52  libutempter                   x86_64  1.2.1-6.el9             baseos      27 k
12:56:36 #10 12.52  lua-srpm-macros               noarch  1-6.el9                 appstream  9.5 k
12:56:36 #10 12.52  man-db                        x86_64  2.9.3-7.el9             baseos     1.2 M
12:56:36 #10 12.52  ncurses                       x86_64  6.2-8.20210508.el9      baseos     407 k
12:56:36 #10 12.52  ocaml-srpm-macros             noarch  6-6.el9                 appstream  8.8 k
12:56:36 #10 12.52  openblas-srpm-macros          noarch  2-11.el9                appstream  8.4 k
12:56:36 #10 12.52  openssl                       x86_64  1:3.0.7-2.el9           baseos     1.2 M
12:56:36 #10 12.52  pam                           x86_64  1.5.1-14.el9            baseos     621 k
12:56:36 #10 12.52  patch                         x86_64  2.7.6-16.el9            appstream  128 k
12:56:36 #10 12.52  perl-AutoLoader               noarch  5.74-480.el9            appstream   22 k
12:56:36 #10 12.52  perl-B                        x86_64  1.80-480.el9            appstream  181 k
12:56:36 #10 12.52  perl-Carp                     noarch  1.50-460.el9            appstream   30 k
12:56:36 #10 12.52  perl-Class-Struct             noarch  0.66-480.el9            appstream   23 k
12:56:36 #10 12.52  perl-Data-Dumper              x86_64  2.174-462.el9           appstream   56 k
12:56:36 #10 12.52  perl-Digest                   noarch  1.19-4.el9              appstream   26 k
12:56:36 #10 12.52  perl-Digest-MD5               x86_64  2.58-4.el9              appstream   37 k
12:56:36 #10 12.52  perl-Encode                   x86_64  4:3.08-462.el9          appstream  1.7 M
12:56:36 #10 12.52  perl-Errno                    x86_64  1.30-480.el9            appstream   16 k
12:56:36 #10 12.52  perl-Exporter                 noarch  5.74-461.el9            appstream   32 k
12:56:36 #10 12.52  perl-Fcntl                    x86_64  1.13-480.el9            appstream   22 k
12:56:36 #10 12.52  perl-File-Basename            noarch  2.85-480.el9            appstream   18 k
12:56:36 #10 12.52  perl-File-Path                noarch  2.18-4.el9              appstream   36 k
12:56:36 #10 12.52  perl-File-Temp                noarch  1:0.231.100-4.el9       appstream   60 k
12:56:36 #10 12.52  perl-File-stat                noarch  1.09-480.el9            appstream   18 k
12:56:36 #10 12.52  perl-FileHandle               noarch  2.03-480.el9            appstream   17 k
12:56:36 #10 12.52  perl-Getopt-Long              noarch  1:2.52-4.el9            appstream   61 k
12:56:36 #10 12.52  perl-Getopt-Std               noarch  1.12-480.el9            appstream   17 k
12:56:36 #10 12.52  perl-HTTP-Tiny                noarch  0.076-460.el9           appstream   55 k
12:56:36 #10 12.52  perl-IO                       x86_64  1.43-480.el9            appstream   90 k
12:56:36 #10 12.52  perl-IO-Socket-IP             noarch  0.41-5.el9              appstream   43 k
12:56:36 #10 12.52  perl-IPC-Open3                noarch  1.21-480.el9            appstream   24 k
12:56:36 #10 12.52  perl-MIME-Base64              x86_64  3.16-4.el9              appstream   31 k
12:56:36 #10 12.52  perl-Net-SSLeay               x86_64  1.92-2.el9              appstream  388 k
12:56:36 #10 12.52  perl-POSIX                    x86_64  1.94-480.el9            appstream   97 k
12:56:36 #10 12.52  perl-PathTools                x86_64  3.78-461.el9            appstream   88 k
12:56:36 #10 12.52  perl-Pod-Escapes              noarch  1:1.07-460.el9          appstream   21 k
12:56:36 #10 12.52  perl-Pod-Perldoc              noarch  3.28.01-461.el9         appstream   87 k
12:56:36 #10 12.52  perl-Pod-Simple               noarch  1:3.42-4.el9            appstream  225 k
12:56:36 #10 12.52  perl-Pod-Usage                noarch  4:2.01-4.el9            appstream   41 k
12:56:36 #10 12.52  perl-Scalar-List-Utils        x86_64  4:1.56-461.el9          appstream   73 k
12:56:36 #10 12.52  perl-SelectSaver              noarch  1.02-480.el9            appstream   13 k
12:56:36 #10 12.52  perl-Socket                   x86_64  4:2.031-4.el9           appstream   56 k
12:56:36 #10 12.52  perl-Storable                 x86_64  1:3.21-460.el9          appstream   96 k
12:56:36 #10 12.52  perl-Symbol                   noarch  1.08-480.el9            appstream   15 k
12:56:36 #10 12.52  perl-Term-ANSIColor           noarch  5.01-461.el9            appstream   49 k
12:56:36 #10 12.52  perl-Term-Cap                 noarch  1.17-460.el9            appstream   23 k
12:56:36 #10 12.52  perl-Text-ParseWords          noarch  3.30-460.el9            appstream   17 k
12:56:36 #10 12.52  perl-Text-Tabs+Wrap           noarch  2013.0523-460.el9       appstream   24 k
12:56:36 #10 12.52  perl-Time-Local               noarch  2:1.300-7.el9           appstream   34 k
12:56:36 #10 12.52  perl-URI                      noarch  5.09-3.el9              appstream  121 k
12:56:36 #10 12.52  perl-base                     noarch  2.27-480.el9            appstream   17 k
12:56:36 #10 12.52  perl-constant                 noarch  1.33-461.el9            appstream   24 k
12:56:36 #10 12.52  perl-if                       noarch  0.60.800-480.el9        appstream   15 k
12:56:36 #10 12.52  perl-interpreter              x86_64  4:5.32.1-480.el9        appstream   72 k
12:56:36 #10 12.52  perl-libnet                   noarch  3.13-4.el9              appstream  130 k
12:56:36 #10 12.52  perl-libs                     x86_64  4:5.32.1-480.el9        appstream  2.2 M
12:56:36 #10 12.52  perl-mro                      x86_64  1.23-480.el9            appstream   29 k
12:56:36 #10 12.52  perl-overload                 noarch  1.31-480.el9            appstream   47 k
12:56:36 #10 12.52  perl-overloading              noarch  0.02-480.el9            appstream   14 k
12:56:36 #10 12.52  perl-parent                   noarch  1:0.238-460.el9         appstream   15 k
12:56:36 #10 12.52  perl-podlators                noarch  1:4.14-460.el9          appstream  114 k
12:56:36 #10 12.52  perl-srpm-macros              noarch  1-41.el9                appstream  9.1 k
12:56:36 #10 12.52  perl-subs                     noarch  1.03-480.el9            appstream   13 k
12:56:36 #10 12.52  perl-vars                     noarch  1.05-480.el9            appstream   14 k
12:56:36 #10 12.52  pkgconf                       x86_64  1.7.3-10.el9            baseos      41 k
12:56:36 #10 12.52  pkgconf-m4                    noarch  1.7.3-10.el9            baseos      15 k
12:56:36 #10 12.52  pkgconf-pkg-config            x86_64  1.7.3-10.el9            baseos      11 k
12:56:36 #10 12.52  policycoreutils               x86_64  3.5-0.rc2.1.el9         baseos     235 k
12:56:36 #10 12.52  policycoreutils-python-utils  noarch  3.5-0.rc2.1.el9         appstream   75 k
12:56:36 #10 12.52  procps-ng                     x86_64  3.3.17-11.el9           baseos     346 k
12:56:36 #10 12.52  publicsuffix-list-dafsa       noarch  20210518-3.el9          baseos      58 k
12:56:36 #10 12.52  python-srpm-macros            noarch  3.9-52.el9              appstream   24 k
12:56:36 #10 12.52  python3-audit                 x86_64  3.0.7-103.el9           appstream   84 k
12:56:36 #10 12.52  python3-dateutil              noarch  1:2.8.1-6.el9           baseos     302 k
12:56:36 #10 12.52  python3-dbus                  x86_64  1.2.18-2.el9            baseos     144 k
12:56:36 #10 12.52  python3-distro                noarch  1.5.0-7.el9             baseos      37 k
12:56:36 #10 12.52  python3-dnf-plugins-core      noarch  4.3.0-4.el9             baseos     260 k
12:56:36 #10 12.52  python3-enchant               noarch  3.2.0-5.el9             appstream   86 k
12:56:36 #10 12.52  python3-file-magic            noarch  5.39-10.el9             appstream   17 k
12:56:36 #10 12.52  python3-libselinux            x86_64  3.5-0.rc2.1.el9         appstream  187 k
12:56:36 #10 12.52  python3-libsemanage           x86_64  3.5-0.rc2.1.el9         appstream   80 k
12:56:36 #10 12.52  python3-policycoreutils       noarch  3.5-0.rc2.1.el9         appstream  2.1 M
12:56:36 #10 12.52  python3-setools               x86_64  4.4.0-5.el9             baseos     599 k
12:56:36 #10 12.52  python3-setuptools            noarch  53.0.0-12.el9           baseos     944 k
12:56:36 #10 12.52  python3-six                   noarch  1.15.0-9.el9            baseos      37 k
12:56:36 #10 12.52  python3-systemd               x86_64  234-18.el9              baseos      90 k
12:56:36 #10 12.52  qt5-srpm-macros               noarch  5.15.3-1.el9            appstream  9.7 k
12:56:36 #10 12.52  redhat-rpm-config             noarch  197-1.el9               appstream   73 k
12:56:36 12:56:36 #10 16.35 Selecting previously unselected package python3.
#10 12.52  rust-srpm-macros              noarch  17-4.el9                appstream   10 k
12:56:36 #10 16.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 ... 9954 files and directories currently installed.)
12:56:36 #10 12.52  scl-utils                     x86_64  1:2.0.3-4.el9           appstream   37 k
12:56:36 #10 16.35 Preparing to unpack .../000-python3_3.9.2-3_amd64.deb ...
12:56:36 #10 16.36 Unpacking python3 (3.9.2-3) ...
12:56:36 #10 16.41 Selecting previously unselected package less.
12:56:36 #10 16.41 Preparing to unpack .../001-less_551-2_amd64.deb ...
12:56:36 #10 16.42 Unpacking less (551-2) ...
12:56:36 #10 16.47 Selecting previously unselected package netbase.
12:56:36 #10 16.47 Preparing to unpack .../002-netbase_6.3_all.deb ...
12:56:36 #10 16.48 Unpacking netbase (6.3) ...
12:56:36 #10 12.52  shared-mime-info              x86_64  2.1-5.el9               baseos     558 k
12:56:36 #10 12.52  systemd-libs                  x86_64  252-3.el9               baseos     647 k
12:56:36 #10 16.51 Selecting previously unselected package sensible-utils.
12:56:36 #10 16.51 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
12:56:36 #10 12.52  tcl                           x86_64  1:8.6.10-7.el9          baseos     1.1 M
12:56:36 #10 12.52  unzip                         x86_64  6.0-56.el9              baseos     182 k
12:56:36 #10 16.51 Unpacking sensible-utils (0.0.14) ...
12:56:36 #10 12.52  util-linux                    x86_64  2.37.4-9.el9            baseos     2.3 M
12:56:36 #10 12.52  util-linux-core               x86_64  2.37.4-9.el9            baseos     461 k
12:56:36 #10 12.52  vim-filesystem                noarch  2:8.2.2637-16.el9       baseos      25 k
12:56:36 #10 12.52  webkit2gtk3-jsc               x86_64  2.38.4-1.el9            appstream  6.5 M
12:56:36 #10 12.52  xz                            x86_64  5.2.5-8.el9             baseos     226 k
12:56:36 #10 12.52  zip                           x86_64  3.0-33.el9              baseos     238 k
12:56:36 #10 12.52  zstd                          x86_64  1.5.1-2.el9             baseos     548 k
12:56:36 #10 12.52 Installing weak dependencies:
12:56:36 #10 12.52  abattis-cantarell-fonts       noarch  0.301-4.el9             appstream  365 k
12:56:36 #10 12.52  hunspell-en                   noarch  0.20140811.1-20.el9     appstream  187 k
12:56:36 #10 12.52  libproxy-webkitgtk4           x86_64  0.4.15-35.el9           appstream   22 k
12:56:36 #10 12.52  perl-IO-Socket-SSL            noarch  2.073-1.el9             appstream  219 k
12:56:36 #10 12.52  perl-Mozilla-CA               noarch  20200520-6.el9          appstream   13 k
12:56:36 #10 12.52  perl-NDBM_File                x86_64  1.15-480.el9            appstream   23 k
12:56:36 #10 12.52 
12:56:36 #10 12.52 Transaction Summary
12:56:36 #10 12.52 ================================================================================
12:56:36 #10 12.52 Install  166 Packages
12:56:36 #10 12.52 
12:56:36 #10 12.53 Total download size: 69 M
12:56:36 #10 12.53 Installed size: 246 M
12:56:36 #10 12.53 Downloading Packages:
12:56:36 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 6.29MB / 116.78MB 6.9s
12:56:36 #11 16.54 Get:309 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtext-glob-perl all 0.11-2 [8042 B]
12:56:36 #11 16.55 Get:310 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-find-rule-perl all 0.34-2 [26.1 kB]
12:56:36 #11 16.58 Get:311 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfont-afm-perl all 1.20-3 [13.6 kB]
12:56:36 #11 16.59 Get:312 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libio-string-perl all 1.08-3.1 [10.7 kB]
12:56:36 #11 16.59 Get:313 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfont-ttf-perl all 1.06-2 [323 kB]
12:56:36 #11 16.72 Get:314 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfreezethaw-perl all 0.5001-2.1 [16.0 kB]
12:56:36 #11 16.72 Get:315 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsort-versions-perl all 1.62-2 [8848 B]
12:56:36 #11 16.73 Get:316 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
12:56:36 #11 16.73 Get:317 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
12:56:36 #11 16.73 Get:318 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libio-prompter-perl all 0.004015-1 [58.1 kB]
12:56:36 #11 16.75 Get:319 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjson-perl all 4.09000-1 [82.4 kB]
12:56:36 #11 16.76 Get:320 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblog-any-perl all 1.710-1 [68.4 kB]
12:56:36 #11 16.77 Get:321 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
12:56:36 #11 16.77 Get:322 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpackage-stash-perl all 0.40-1 [19.5 kB]
12:56:36 #11 16.80 Get:323 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-identify-perl arm64 0.14-2 [10.9 kB]
12:56:36 #10 35.90 Preparing to unpack .../249-libemail-address-xs-perl_1.05-1+b1_arm64.deb ...
12:56:36 #10 35.90 Unpacking libemail-address-xs-perl (1.05-1+b1) ...
12:56:36 #10 35.94 Selecting previously unselected package libexporter-tiny-perl.
12:56:36 #10 35.94 Preparing to unpack .../250-libexporter-tiny-perl_1.006000-1_all.deb ...
12:56:36 #10 35.95 Unpacking libexporter-tiny-perl (1.006000-1) ...
12:56:36 #10 36.01 Selecting previously unselected package libfcgi-bin.
12:56:36 #10 36.01 Preparing to unpack .../251-libfcgi-bin_2.4.2-2_arm64.deb ...
12:56:36 #10 36.01 Unpacking libfcgi-bin (2.4.2-2) ...
12:56:36 #10 36.05 Selecting previously unselected package libindirect-perl.
12:56:36 #10 36.05 Preparing to unpack .../252-libindirect-perl_0.39-2+b1_arm64.deb ...
12:56:36 #10 36.05 Unpacking libindirect-perl (0.39-2+b1) ...
12:56:36 #10 36.13 Selecting previously unselected package libxs-parse-keyword-perl.
12:56:36 #11 14.91 Get:310 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libre-engine-re2-perl arm64 0.13-5 [15.6 kB]
12:56:36 #11 14.92 Get:311 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libreadonly-perl all 2.050-2 [19.9 kB]
12:56:36 #11 14.93 Get:312 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libref-util-perl all 0.204-1 [15.0 kB]
12:56:36 #11 14.93 Get:313 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libref-util-xs-perl arm64 0.117-1build2 [11.6 kB]
12:56:36 #11 14.93 Get:314 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
12:56:36 #11 14.95 Get:315 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
12:56:36 #11 14.95 Get:316 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-modules arm64 2.1.27+dfsg-2ubuntu0.1 [46.1 kB]
12:56:36 #11 14.96 Get:317 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsereal-decoder-perl arm64 4.011+ds-1build1 [96.0 kB]
12:56:36 #11 14.99 Get:318 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsereal-encoder-perl arm64 4.011+ds-1build1 [97.4 kB]
12:56:36 #11 12.32 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 g++-11 arm64 11.3.0-1ubuntu1~22.04 [11.1 MB]
12:56:36 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b
12:56:36 #10 16.95 Selecting previously unselected package python3.7.
12:56:36 #10 16.95 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_amd64.deb ...
12:56:36 #10 16.96 Unpacking python3.7 (3.7.3-2+deb10u4) ...
12:56:36 #10 17.00 Selecting previously unselected package libpython3-stdlib:amd64.
12:56:36 #10 20.43 Preparing to unpack .../033-libkrb5support0_1.16-2ubuntu0.3_arm64.deb ...
12:56:36 #10 20.43 Unpacking libkrb5support0:arm64 (1.16-2ubuntu0.3) ...
12:56:36 #10 20.46 Selecting previously unselected package libk5crypto3:arm64.
12:56:36 #10 20.46 Preparing to unpack .../034-libk5crypto3_1.16-2ubuntu0.3_arm64.deb ...
12:56:36 #10 20.46 Unpacking libk5crypto3:arm64 (1.16-2ubuntu0.3) ...
12:56:36 #10 20.50 Selecting previously unselected package libkeyutils1:arm64.
12:56:36 #10 20.50 Preparing to unpack .../035-libkeyutils1_1.5.9-9.2ubuntu2.1_arm64.deb ...
12:56:36 #10 20.50 Unpacking libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ...
12:56:36 #10 20.53 Selecting previously unselected package libkrb5-3:arm64.
12:56:36 #10 20.53 Preparing to unpack .../036-libkrb5-3_1.16-2ubuntu0.3_arm64.deb ...
12:56:36 #10 20.54 Unpacking libkrb5-3:arm64 (1.16-2ubuntu0.3) ...
12:56:36 #10 20.59 Selecting previously unselected package libgssapi-krb5-2:arm64.
12:56:36 #10 20.59 Preparing to unpack .../037-libgssapi-krb5-2_1.16-2ubuntu0.3_arm64.deb ...
12:56:36 #10 20.59 Unpacking libgssapi-krb5-2:arm64 (1.16-2ubuntu0.3) ...
12:56:36 #10 20.63 Selecting previously unselected package libpsl5:arm64.
12:56:36 #11 44.02   Verifying  : python-srpm-macros-3-34.el7.noarch                         46/52 
12:56:36 #11 44.03   Verifying  : perl-File-Path-2.09-2.el7.noarch                           47/52 
12:56:36 #11 44.04   Verifying  : redhat-rpm-config-9.1.0-88.el7.centos.noarch               48/52 
12:56:36 #11 44.05   Verifying  : rpm-4.11.3-45.el7.aarch64                                  49/52 
12:56:36 #11 44.05   Verifying  : rpm-python-4.11.3-45.el7.aarch64                           50/52 
12:56:36 #11 44.05   Verifying  : rpm-build-libs-4.11.3-45.el7.aarch64                       51/52 
12:56:36 #11 44.05   Verifying  : rpm-libs-4.11.3-45.el7.aarch64                             52/52 
12:56:36 #11 44.10 
12:56:36 #11 44.10 Installed:
12:56:36 #11 44.10   rpm-build.aarch64 0:4.11.3-48.el7_9         rpmlint.noarch 0:1.5-4.el7        
12:56:36 #11 44.10 
12:56:36 #11 44.10 Dependency Installed:
12:56:36 #11 44.10   bzip2.aarch64 0:1.0.6-13.el7                                                  
12:56:36 #11 44.10   desktop-file-utils.aarch64 0:0.23-2.el7                                       
12:56:36 #11 44.10   dwz.aarch64 0:0.11-3.el7                                                      
12:56:36 #11 44.10   elfutils.aarch64 0:0.176-5.el7                                                
12:56:36 #11 44.10   emacs-filesystem.noarch 1:24.3-23.el7                                         
12:56:36 #11 44.10   file.aarch64 0:5.11-37.el7                                                    
12:56:36 #11 44.10   gdb.aarch64 0:7.6.1-120.el7                                                   
12:56:36 #11 44.10   groff-base.aarch64 0:1.22.2-8.el7                                             
12:56:36 #11 44.10   patch.aarch64 0:2.7.1-12.el7_7                                                
12:56:36 #11 44.10   perl.aarch64 4:5.16.3-299.el7_9                                               
12:56:36 #11 44.10   perl-Carp.noarch 0:1.26-244.el7                                               
12:56:36 #11 44.10   perl-Encode.aarch64 0:2.51-7.el7                                              
12:56:36 #11 44.10   perl-Exporter.noarch 0:5.68-3.el7                                             
12:56:36 #11 44.10   perl-File-Path.noarch 0:2.09-2.el7                                            
12:56:36 #11 44.10   perl-File-Temp.noarch 0:0.23.01-3.el7                                         
12:56:36 #11 44.10   perl-Filter.aarch64 0:1.49-3.el7                                              
12:56:36 #11 44.10   perl-Getopt-Long.noarch 0:2.40-3.el7                                          
12:56:36 #11 44.10   perl-HTTP-Tiny.noarch 0:0.033-3.el7                                           
12:56:36 #11 44.10   perl-PathTools.aarch64 0:3.40-5.el7                                           
12:56:36 #11 44.10   perl-Pod-Escapes.noarch 1:1.04-299.el7_9                                      
12:56:36 #11 44.10   perl-Pod-Perldoc.noarch 0:3.20-4.el7                                          
12:56:36 #11 44.10   perl-Pod-Simple.noarch 1:3.28-4.el7                                           
12:56:36 #11 44.10   perl-Pod-Usage.noarch 0:1.63-3.el7                                            
12:56:36 #11 44.10   perl-Scalar-List-Utils.aarch64 0:1.27-248.el7                                 
12:56:36 #11 44.10   perl-Socket.aarch64 0:2.010-5.el7                                             
12:56:36 #11 44.10   perl-Storable.aarch64 0:2.45-3.el7                                            
12:56:36 #11 44.10   perl-Text-ParseWords.noarch 0:3.29-4.el7                                      
12:56:36 #11 44.10   perl-Thread-Queue.noarch 0:3.02-2.el7                                         
12:56:36 #11 44.10   perl-Time-HiRes.aarch64 4:1.9725-3.el7                                        
12:56:36 #11 44.10   perl-Time-Local.noarch 0:1.2300-2.el7                                         
12:56:36 #11 44.10   perl-constant.noarch 0:1.27-2.el7                                             
12:56:36 #11 44.10   perl-libs.aarch64 4:5.16.3-299.el7_9                                          
12:56:36 #11 44.10   perl-macros.aarch64 4:5.16.3-299.el7_9                                        
12:56:36 #11 44.10   perl-parent.noarch 1:0.225-244.el7                                            
12:56:36 #11 44.10   perl-podlators.noarch 0:2.5.1-3.el7                                           
12:56:36 #11 44.10   perl-srpm-macros.noarch 0:1-8.el7                                             
12:56:36 #11 44.10   perl-threads.aarch64 0:1.87-4.el7                                             
12:56:36 #11 44.10   perl-threads-shared.aarch64 0:1.43-6.el7                                      
12:56:36 #11 44.10   python-srpm-macros.noarch 0:3-34.el7                                          
12:56:36 #11 44.10   redhat-rpm-config.noarch 0:9.1.0-88.el7.centos                                
12:56:36 #11 44.10   unzip.aarch64 0:6.0-24.el7_9                                                  
12:56:36 #11 44.10   zip.aarch64 0:3.0-11.el7                                                      
12:56:36 #11 44.10 
12:56:36 #11 44.10 Dependency Updated:
12:56:36 #11 44.10   rpm.aarch64 0:4.11.3-48.el7_9       rpm-build-libs.aarch64 0:4.11.3-48.el7_9 
12:56:36 #11 44.10   rpm-libs.aarch64 0:4.11.3-48.el7_9  rpm-python.aarch64 0:4.11.3-48.el7_9     
12:56:36 #11 44.10 
12:56:36 #11 44.10 Complete!
12:56:36 #10 41.73 Preparing to unpack .../320-python-apt-common_1.8.4.3_all.deb ...
12:56:36 #10 41.73 Unpacking python-apt-common (1.8.4.3) ...
12:56:36 #10 41.79 Selecting previously unselected package python3-apt.
12:56:36 #10 41.79 Preparing to unpack .../321-python3-apt_1.8.4.3_arm64.deb ...
12:56:36 #10 41.80 Unpacking python3-apt (1.8.4.3) ...
12:56:36 #10 41.85 Selecting previously unselected package python3-certifi.
12:56:36 #10 41.85 Preparing to unpack .../322-python3-certifi_2018.8.24-1_all.deb ...
12:56:36 #10 41.85 Unpacking python3-certifi (2018.8.24-1) ...
12:56:36 #10 41.90 Selecting previously unselected package python3-idna.
12:56:36 #10 41.90 Preparing to unpack .../323-python3-idna_2.6-1_all.deb ...
12:56:36 #10 41.92 Unpacking python3-idna (2.6-1) ...
12:56:36 #10 41.96 Selecting previously unselected package python3-magic.
12:56:36 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 72.35MB / 116.78MB 14.7s
12:56:36 #9 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 8.5s
12:56:36 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 70.25MB / 116.78MB 15.5s
12:56:36 #10 16.55 Selecting previously unselected package bzip2.
12:56:36 #10 16.55 Preparing to unpack .../004-bzip2_1.0.8-4_amd64.deb ...
12:56:36 #10 16.56 Unpacking bzip2 (1.0.8-4) ...
12:56:36 #10 16.60 Selecting previously unselected package openssl.
12:56:36 #10 16.60 Preparing to unpack .../005-openssl_1.1.1n-0+deb11u4_amd64.deb ...
12:56:36 #10 16.61 Unpacking openssl (1.1.1n-0+deb11u4) ...
12:56:36 #10 16.79 Selecting previously unselected package ca-certificates.
12:56:36 #10 16.79 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
12:56:36 #12 27.70   Cleanup          : rpm-libs-4.14.3-23.el8.aarch64                       89/90 
12:56:36 #12 27.70   Running scriptlet: rpm-libs-4.14.3-23.el8.aarch64                       89/90 
12:56:36 #12 27.74   Cleanup          : xz-libs-5.2.4-4.el8_6.aarch64                        90/90 
12:56:36 #12 27.76   Running scriptlet: guile-5:2.0.14-7.el8.aarch64                         90/90 
12:56:36 #12 27.77   Running scriptlet: xz-libs-5.2.4-4.el8_6.aarch64                        90/90 
12:56:36 #12 27.94   Verifying        : xz-libs-5.2.4-4.el8.aarch64                           1/90 
12:56:36 #12 27.94   Verifying        : xz-libs-5.2.4-4.el8_6.aarch64                         2/90 
12:56:36 #12 27.94   Verifying        : desktop-file-utils-0.26-1.el8.aarch64                 3/90 
12:56:36 #12 27.94   Verifying        : dwz-0.12-10.el8.aarch64                               4/90 
12:56:36 #12 27.94   Verifying        : efi-srpm-macros-3-3.el8.noarch                        5/90 
12:56:36 #12 27.94   Verifying        : gc-7.6.4-3.el8.aarch64                                6/90 
12:56:36 #12 27.94   Verifying        : gdb-headless-8.2-19.el8.aarch64                       7/90 
12:56:36 #12 27.94   Verifying        : ghc-srpm-macros-1.4.2-7.el8.noarch                    8/90 
12:56:36 #12 27.94   Verifying        : go-srpm-macros-2-17.el8.noarch                        9/90 
12:56:36 #12 27.94   Verifying        : guile-5:2.0.14-7.el8.aarch64                         10/90 
12:56:36 #12 27.94   Verifying        : libatomic_ops-7.6.2-3.el8.aarch64                    11/90 
12:56:36 #12 27.94   Verifying        : ocaml-srpm-macros-5-4.el8.noarch                     12/90 
12:56:36 #12 27.94   Verifying        : openblas-srpm-macros-2-2.el8.noarch                  13/90 
12:56:36 #12 27.94   Verifying        : perl-IO-Socket-IP-0.39-5.el8.noarch                  14/90 
12:56:36 #12 27.95   Verifying        : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   15/90 
12:56:36 #12 27.95   Verifying        : perl-srpm-macros-1-25.el8.noarch                     16/90 
12:56:36 #12 27.95   Verifying        : python-rpm-macros-3-44.el8.noarch                    17/90 
12:56:36 #12 27.95   Verifying        : python-srpm-macros-3-44.el8.noarch                   18/90 
12:56:36 #12 27.95   Verifying        : python3-rpm-macros-3-44.el8.noarch                   19/90 
12:56:36 #12 27.95   Verifying        : python3-systemd-234-8.el8.aarch64                    20/90 
12:56:36 #12 27.95   Verifying        : qt5-srpm-macros-5.15.3-1.el8.noarch                  21/90 
12:56:36 #12 27.95   Verifying        : redhat-rpm-config-130-1.el8.noarch                   22/90 
12:56:36 #12 27.95   Verifying        : rpm-build-4.14.3-26.el8.aarch64                      23/90 
12:56:36 #12 27.95   Verifying        : rpmlint-1.10-14.el8.noarch                           24/90 
12:56:36 #12 27.95   Verifying        : rust-srpm-macros-5-2.el8.noarch                      25/90 
12:56:36 #12 27.95   Verifying        : zstd-1.4.4-1.el8.aarch64                             26/90 
12:56:36 #12 27.95   Verifying        : binutils-2.30-119.el8.aarch64                        27/90 
12:56:36 #12 27.95   Verifying        : bzip2-1.0.6-26.el8.aarch64                           28/90 
12:56:36 #12 27.95   Verifying        : cpio-2.12-11.el8.aarch64                             29/90 
12:56:36 #12 27.95   Verifying        : diffutils-3.6-6.el8.aarch64                          30/90 
12:56:36 #12 27.95   Verifying        : dnf-plugins-core-4.0.21-18.el8.noarch                31/90 
12:56:36 #12 27.95   Verifying        : elfutils-0.187-4.el8.aarch64                         32/90 
12:56:36 #12 27.95   Verifying        : elfutils-debuginfod-client-0.187-4.el8.aarch64       33/90 
12:56:36 #12 27.95   Verifying        : emacs-filesystem-1:26.1-9.el8.noarch                 34/90 
12:56:36 #12 27.95   Verifying        : file-5.33-21.el8.aarch64                             35/90 
12:56:36 #12 27.95   Verifying        : glibc-gconv-extra-2.28-211.el8.aarch64               36/90 
12:56:36 #12 27.95   Verifying        : groff-base-1.22.3-18.el8.aarch64                     37/90 
12:56:36 #12 27.95   Verifying        : libbabeltrace-1.5.4-4.el8.aarch64                    38/90 
12:56:36 #12 27.95   Verifying        : libpkgconf-1.4.2-1.el8.aarch64                       39/90 
12:56:36 #12 27.95   Verifying        : libtool-ltdl-2.4.6-25.el8.aarch64                    40/90 
12:56:36 #12 27.95   Verifying        : ncurses-6.1-9.20180224.el8.aarch64                   41/90 
12:56:36 #12 27.95   Verifying        : patch-2.7.6-11.el8.aarch64                           42/90 
12:56:36 #12 27.95   Verifying        : perl-Carp-1.42-396.el8.noarch                        43/90 
12:56:36 #12 27.95   Verifying        : perl-Encode-4:2.97-3.el8.aarch64                     44/90 
12:56:36 #12 27.95   Verifying        : perl-Errno-1.28-422.el8.aarch64                      45/90 
12:56:36 #12 27.95   Verifying        : perl-Exporter-5.72-396.el8.noarch                    46/90 
12:56:36 #12 27.95   Verifying        : perl-File-Path-2.15-2.el8.noarch                     47/90 
12:56:36 #12 27.95   Verifying        : perl-File-Temp-0.230.600-1.el8.noarch                48/90 
12:56:36 #12 27.95   Verifying        : perl-Getopt-Long-1:2.50-4.el8.noarch                 49/90 
12:56:36 #12 27.95   Verifying        : perl-HTTP-Tiny-0.074-1.el8.noarch                    50/90 
12:56:36 #12 27.95   Verifying        : perl-IO-1.38-422.el8.aarch64                         51/90 
12:56:36 #12 27.95   Verifying        : perl-MIME-Base64-3.15-396.el8.aarch64                52/90 
12:56:36 #12 27.95   Verifying        : perl-PathTools-3.74-1.el8.aarch64                    53/90 
12:56:36 #12 27.95   Verifying        : perl-Pod-Escapes-1:1.07-395.el8.noarch               54/90 
12:56:36 #12 27.95   Verifying        : perl-Pod-Perldoc-3.28-396.el8.noarch                 55/90 
12:56:36 #12 27.95   Verifying        : perl-Pod-Simple-1:3.35-395.el8.noarch                56/90 
12:56:36 #12 27.95   Verifying        : perl-Pod-Usage-4:1.69-395.el8.noarch                 57/90 
12:56:36 #12 27.95   Verifying        : perl-Scalar-List-Utils-3:1.49-2.el8.aarch64          58/90 
12:56:36 #12 27.95   Verifying        : perl-Socket-4:2.027-3.el8.aarch64                    59/90 
12:56:36 #12 27.95   Verifying        : perl-Storable-1:3.11-3.el8.aarch64                   60/90 
12:56:36 #12 27.95   Verifying        : perl-Term-ANSIColor-4.06-396.el8.noarch              61/90 
12:56:36 #12 27.95   Verifying        : perl-Term-Cap-1.17-395.el8.noarch                    62/90 
12:56:36 #12 27.95   Verifying        : perl-Text-ParseWords-3.30-395.el8.noarch             63/90 
12:56:36 #12 27.95   Verifying        : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         64/90 
12:56:36 #12 27.95   Verifying        : perl-Time-Local-1:1.280-1.el8.noarch                 65/90 
12:56:36 #12 27.95   Verifying        : perl-Unicode-Normalize-1.25-396.el8.aarch64          66/90 
12:56:36 #12 27.95   Verifying        : perl-constant-1.33-396.el8.noarch                    67/90 
12:56:36 #12 27.95   Verifying        : perl-interpreter-4:5.26.3-422.el8.aarch64            68/90 
12:56:36 #12 27.95   Verifying        : perl-libs-4:5.26.3-422.el8.aarch64                   69/90 
12:56:36 #12 27.95   Verifying        : perl-macros-4:5.26.3-422.el8.aarch64                 70/90 
12:56:36 #12 27.95   Verifying        : perl-parent-1:0.237-1.el8.noarch                     71/90 
12:56:36 #12 27.95   Verifying        : perl-podlators-4.11-1.el8.noarch                     72/90 
12:56:36 #12 27.95   Verifying        : perl-threads-1:2.21-2.el8.aarch64                    73/90 
12:56:36 #12 27.95   Verifying        : perl-threads-shared-1.58-2.el8.aarch64               74/90 
12:56:36 #12 27.95   Verifying        : pkgconf-1.4.2-1.el8.aarch64                          75/90 
12:56:36 #12 27.95   Verifying        : pkgconf-m4-1.4.2-1.el8.noarch                        76/90 
12:56:36 #12 27.95   Verifying        : pkgconf-pkg-config-1.4.2-1.el8.aarch64               77/90 
12:56:36 #12 27.95   Verifying        : unzip-6.0-46.el8.aarch64                             78/90 
12:56:36 #12 27.95   Verifying        : xz-5.2.4-4.el8.aarch64                               79/90 
12:56:36 #12 27.95   Verifying        : zip-3.0-23.el8.aarch64                               80/90 
12:56:36 #12 27.95   Verifying        : python3-dnf-plugins-core-4.0.21-18.el8.noarch        81/90 
12:56:36 #12 27.95   Verifying        : python3-dnf-plugins-core-4.0.21-14.el8.noarch        82/90 
12:56:36 #12 27.95   Verifying        : python3-rpm-4.14.3-26.el8.aarch64                    83/90 
12:56:36 #12 27.95   Verifying        : python3-rpm-4.14.3-23.el8.aarch64                    84/90 
12:56:36 #12 27.95   Verifying        : rpm-4.14.3-26.el8.aarch64                            85/90 
12:56:36 #12 27.95   Verifying        : rpm-4.14.3-23.el8.aarch64                            86/90 
12:56:36 #12 27.95   Verifying        : rpm-build-libs-4.14.3-26.el8.aarch64                 87/90 
12:56:36 #12 27.95   Verifying        : rpm-build-libs-4.14.3-23.el8.aarch64                 88/90 
12:56:36 #12 27.95   Verifying        : rpm-libs-4.14.3-26.el8.aarch64                       89/90 
12:56:36 #11 16.85 Get:324 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-name-perl arm64 0.26-2 [11.5 kB]
12:56:36 #11 16.85 Get:325 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnamespace-clean-perl all 0.27-2 [14.0 kB]
12:56:36 #11 16.85 Get:326 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpath-tiny-perl all 0.122-1 [45.9 kB]
12:56:36 #11 16.85 Get:327 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB]
12:56:36 #11 16.85 Get:328 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtype-tiny-perl all 1.016008-1 [336 kB]
12:56:36 #11 16.88 Get:329 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
12:56:36 #11 16.88 Get:330 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-form-perl all 6.10-1 [23.0 kB]
12:56:36 #11 16.88 Get:331 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-format-perl all 2.16-1 [38.2 kB]
12:56:36 #11 16.89 Get:332 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-html5-entities-perl all 0.004-2 [22.1 kB]
12:56:36 #11 16.94 Get:333 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-tokeparser-simple-perl all 3.16-4 [38.0 kB]
12:56:36 #11 16.95 Get:334 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhttp-daemon-perl all 6.14-1.1 [22.4 kB]
12:56:36 #11 16.95 Get:335 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libindirect-perl arm64 0.39-2 [22.0 kB]
12:56:36 #11 16.95 Get:336 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libio-interactive-perl all 1.023-1 [10.4 kB]
12:56:36 #11 16.95 Get:337 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
12:56:36 #11 17.02 Get:338 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjson-xs-perl arm64 4.030-1build3 [87.0 kB]
12:56:36 #11 17.02 Get:339 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
12:56:36 #11 17.02 Get:340 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libldap-common all 2.5.13+dfsg-1ubuntu1 [19.6 kB]
12:56:36 #11 17.02 Get:341 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblist-compare-perl all 0.55-1 [63.3 kB]
12:56:36 #11 17.03 Get:342 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblist-someutils-perl all 0.58-1 [29.7 kB]
12:56:36 #11 17.09 Get:343 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblist-someutils-xs-perl arm64 0.58-2build3 [32.5 kB]
12:56:36 #20 7.502 Selecting previously unselected package libgc1:amd64.
12:56:36 #20 7.504 Preparing to unpack .../03-libgc1_1%3a8.0.4-3_amd64.deb ...
12:56:36 #20 7.509 Unpacking libgc1:amd64 (1:8.0.4-3) ...
12:56:36 #20 7.555 Selecting previously unselected package libobjc4:amd64.
12:56:36 #20 7.557 Preparing to unpack .../04-libobjc4_10.2.1-6_amd64.deb ...
12:56:36 #20 7.561 Unpacking libobjc4:amd64 (10.2.1-6) ...
12:56:36 #20 7.591 Selecting previously unselected package libobjc-10-dev:amd64.
12:56:36 #20 7.593 Preparing to unpack .../05-libobjc-10-dev_10.2.1-6_amd64.deb ...
12:56:36 #20 7.598 Unpacking libobjc-10-dev:amd64 (10.2.1-6) ...
12:56:36 #20 7.666 Selecting previously unselected package libc6-i386.
12:56:36 #20 7.668 Preparing to unpack .../06-libc6-i386_2.31-13+deb11u5_amd64.deb ...
12:56:36 #20 7.672 Unpacking libc6-i386 (2.31-13+deb11u5) ...
12:56:36 #10 36.13 Preparing to unpack .../253-libxs-parse-keyword-perl_0.32-1_arm64.deb ...
12:56:36 #10 36.13 Unpacking libxs-parse-keyword-perl (0.32-1) ...
12:56:36 #10 36.17 Selecting previously unselected package libxs-parse-sublike-perl:arm64.
12:56:36 #10 36.18 Preparing to unpack .../254-libxs-parse-sublike-perl_0.16-1+b2_arm64.deb ...
12:56:36 #10 36.18 Unpacking libxs-parse-sublike-perl:arm64 (0.16-1+b2) ...
12:56:36 #10 36.22 Selecting previously unselected package libobject-pad-perl.
12:56:36 #10 36.22 Preparing to unpack .../255-libobject-pad-perl_0.78-1_arm64.deb ...
12:56:36 #10 36.23 Unpacking libobject-pad-perl (0.78-1) ...
12:56:36 #10 36.28 Selecting previously unselected package libfeature-compat-class-perl.
12:56:36 #10 36.29 Preparing to unpack .../256-libfeature-compat-class-perl_0.05-1_all.deb ...
12:56:36 #10 36.29 Unpacking libfeature-compat-class-perl (0.05-1) ...
12:56:36 #10 36.33 Selecting previously unselected package libsyntax-keyword-try-perl.
12:56:36 #10 36.33 Preparing to unpack .../257-libsyntax-keyword-try-perl_0.28-1_arm64.deb ...
12:56:36 #10 36.34 Unpacking libsyntax-keyword-try-perl (0.28-1) ...
12:56:36 #10 36.38 Selecting previously unselected package libfeature-compat-try-perl.
12:56:36 #10 36.38 Preparing to unpack .../258-libfeature-compat-try-perl_0.05-1_all.deb ...
12:56:36 #10 36.39 Unpacking libfeature-compat-try-perl (0.05-1) ...
12:56:36 #10 36.44 Selecting previously unselected package libipc-system-simple-perl.
12:56:36 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 49.28MB / 53.32MB 7.1s
12:56:36 #11 15.05 Get:319 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsereal-perl all 4.011-1 [8604 B]
12:56:36 #11 15.05 Get:320 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsort-key-perl arm64 1.33-2build2 [34.4 kB]
12:56:36 #11 15.05 Get:321 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstring-copyright-perl all 0.003006-1 [9608 B]
12:56:36 #11 15.05 Get:322 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
12:56:36 #11 15.06 Get:323 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
12:56:36 #11 15.06 Get:324 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libterm-readkey-perl arm64 2.38-1build1 [24.1 kB]
12:56:36 #11 15.06 Get:325 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtest-fatal-perl all 0.014-1 [11.1 kB]
12:56:36 #11 15.06 Get:326 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtest-refcount-perl all 0.10-1 [11.4 kB]
12:56:36 #11 15.12 Get:327 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtext-levenshtein-perl all 0.13-1 [9612 B]
12:56:36 #11 15.12 Get:328 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtype-tiny-xs-perl arm64 0.016-1 [22.3 kB]
12:56:36 #11 15.19 Get:329 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libunicode-utf8-perl arm64 0.62-1build1 [17.5 kB]
12:56:36 #11 15.20 Get:330 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
12:56:36 #11 15.20 Get:331 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
12:56:36 #11 15.20 Get:332 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
12:56:36 #11 15.20 Get:333 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-1build1 [309 kB]
12:56:36 #11 15.23 Get:334 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-parser-perl arm64 2.46-1 [191 kB]
12:56:36 #11 15.24 Get:335 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
12:56:36 #11 15.24 Get:336 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-writer-perl all 0.625-1 [24.9 kB]
12:56:36 #11 15.27 Get:337 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libyaml-libyaml-perl arm64 0.81+repack-1 [27.2 kB]
12:56:36 #11 15.27 Get:338 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 licensecheck all 3.0.45-1 [23.9 kB]
12:56:36 #11 15.34 Get:339 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevel-size-perl arm64 0.83-1build1 [19.6 kB]
12:56:36 #7 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
12:56:36 #7 DONE 20.9s
12:56:36 
12:56:36 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:36 #11 9.241 Get:35 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB]
12:56:36 #11 9.278 Get:36 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B]
12:56:36 #11 9.287 Get:37 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libperl5.34 amd64 5.34.0-5ubuntu1.1 [4713 kB]
12:56:36 #11 9.460 Get:38 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 perl amd64 5.34.0-5ubuntu1.1 [231 kB]
12:56:36 #11 9.464 Get:39 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 openssl amd64 3.0.5-2ubuntu2.1 [1177 kB]
12:56:36 #11 9.517 Get:40 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 ca-certificates all 20211016ubuntu0.22.10.1 [143 kB]
12:56:36 #11 9.525 Get:41 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libdbus-1-3 amd64 1.14.0-2ubuntu3 [200 kB]
12:56:36 #11 9.531 Get:42 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-bin amd64 1.14.0-2ubuntu3 [39.4 kB]
12:56:36 #11 9.534 Get:43 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-session-bus-common all 1.14.0-2ubuntu3 [73.0 kB]
12:56:36 #11 9.537 Get:44 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-daemon amd64 1.14.0-2ubuntu3 [118 kB]
12:56:36 #11 9.541 Get:45 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-system-bus-common all 1.14.0-2ubuntu3 [74.2 kB]
12:56:36 #11 9.545 Get:46 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus amd64 1.14.0-2ubuntu3 [24.2 kB]
12:56:36 #11 9.546 Get:47 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 distro-info-data all 0.54ubuntu0.1 [5242 B]
12:56:36 #11 9.605 Get:48 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dmsetup amd64 2:1.02.185-1ubuntu1 [79.1 kB]
12:56:36 #11 9.607 Get:49 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libglib2.0-0 amd64 2.74.3-0ubuntu1 [1475 kB]
12:56:36 #11 9.659 Get:50 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgirepository-1.0-1 amd64 1.74.0-2 [67.3 kB]
12:56:36 #11 9.678 Get:51 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gir1.2-glib-2.0 amd64 1.74.0-2 [178 kB]
12:56:36 #11 9.684 Get:52 http://archive.ubuntu.com/ubuntu kinetic/main amd64 iso-codes all 4.11.0-1 [3352 kB]
12:56:36 #11 9.839 Get:53 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 krb5-locales all 1.20-1ubuntu0.1 [11.6 kB]
12:56:36 #11 9.839 Get:54 http://archive.ubuntu.com/ubuntu kinetic/main amd64 less amd64 590-1build1 [143 kB]
12:56:36 #11 9.839 Get:55 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmd0 amd64 1.0.4-2 [22.7 kB]
12:56:36 #11 9.839 Get:56 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libbsd0 amd64 0.11.6-1 [44.5 kB]
12:56:36 #11 9.839 Get:57 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libelf1 amd64 0.187-4 [50.9 kB]
12:56:36 #11 9.842 Get:58 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libglib2.0-data all 2.74.3-0ubuntu1 [19.0 kB]
12:56:36 #11 9.842 Get:59 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libicu71 amd64 71.1-3ubuntu1 [10.6 MB]
12:56:36 #11 10.32 Get:60 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libxml2 amd64 2.9.14+dfsg-1ubuntu0.1 [763 kB]
12:56:36 #11 10.35 Get:61 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libyaml-0-2 amd64 0.2.5-1 [52.8 kB]
12:56:36 #11 10.35 Get:62 http://archive.ubuntu.com/ubuntu kinetic/main amd64 lsb-release all 11.2ubuntu1 [11.1 kB]
12:56:36 #11 10.35 Get:63 http://archive.ubuntu.com/ubuntu kinetic/main amd64 netbase all 6.3 [12.9 kB]
12:56:36 #11 10.35 Get:64 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-dbus amd64 1.2.18-3build1 [99.5 kB]
12:56:36 #11 10.35 Get:65 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-gi amd64 3.42.2-2 [226 kB]
12:56:36 #11 10.36 Get:66 http://archive.ubuntu.com/ubuntu kinetic/main amd64 networkd-dispatcher all 2.1-2ubuntu1 [15.5 kB]
12:56:36 #11 10.36 Get:67 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python-apt-common all 2.4.0+22.10 [14.8 kB]
12:56:36 #11 10.37 Get:68 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3-apt amd64 2.4.0+22.10 [158 kB]
12:56:36 #11 10.40 Get:69 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.10.1 [132 kB]
12:56:36 #11 10.47 Get:70 http://archive.ubuntu.com/ubuntu kinetic/main amd64 shared-mime-info amd64 2.2-1 [459 kB]
12:56:36 #11 10.48 Get:71 http://archive.ubuntu.com/ubuntu kinetic/main amd64 systemd-resolved amd64 251.4-1ubuntu7 [277 kB]
12:56:36 #11 10.49 Get:72 http://archive.ubuntu.com/ubuntu kinetic/main amd64 systemd-timesyncd amd64 251.4-1ubuntu7 [33.6 kB]
12:56:36 #11 10.49 Get:73 http://archive.ubuntu.com/ubuntu kinetic/main amd64 ucf all 3.0043 [56.1 kB]
12:56:36 #11 10.50 Get:74 http://archive.ubuntu.com/ubuntu kinetic/main amd64 xdg-user-dirs amd64 0.17-2ubuntu4 [53.9 kB]
12:56:36 #11 10.50 Get:75 http://archive.ubuntu.com/ubuntu kinetic/main amd64 bsdextrautils amd64 2.38-4ubuntu1 [71.1 kB]
12:56:36 #11 10.50 Get:76 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmagic-mgc amd64 1:5.41-4 [257 kB]
12:56:36 #11 10.51 Get:77 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmagic1 amd64 1:5.41-4 [87.3 kB]
12:56:36 #11 10.51 Get:78 http://archive.ubuntu.com/ubuntu kinetic/main amd64 file amd64 1:5.41-4 [21.5 kB]
12:56:36 #11 10.54 Get:79 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gettext-base amd64 0.21-8 [37.8 kB]
12:56:36 #11 10.61 Get:80 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libuchardet0 amd64 0.0.7-1build2 [76.9 kB]
12:56:36 #11 10.62 Get:81 http://archive.ubuntu.com/ubuntu kinetic/main amd64 groff-base amd64 1.22.4-8build1 [955 kB]
12:56:36 #11 10.66 Get:82 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB]
12:56:36 #11 10.66 Get:83 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB]
12:56:36 #11 10.66 Get:84 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfido2-1 amd64 1.11.0-1 [82.5 kB]
12:56:36 #11 10.67 Get:85 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnghttp2-14 amd64 1.49.0-1 [73.5 kB]
12:56:36 #11 10.67 Get:86 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpipeline1 amd64 1.5.6-2 [23.3 kB]
12:56:36 #11 10.67 Get:87 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpng16-16 amd64 1.6.38-2 [186 kB]
12:56:36 #11 10.68 Get:88 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB]
12:56:36 #11 10.69 Get:89 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B]
12:56:36 #11 10.76 Get:90 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB]
12:56:36 #11 10.76 Get:91 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxcb1 amd64 1.15-1 [48.0 kB]
12:56:36 #11 10.76 Get:92 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libx11-data all 2:1.8.1-2 [118 kB]
12:56:36 #11 10.77 Get:93 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libx11-6 amd64 2:1.8.1-2 [650 kB]
12:56:36 #11 10.79 Get:94 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB]
12:56:36 #11 10.80 Get:95 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB]
12:56:36 #11 10.80 Get:96 http://archive.ubuntu.com/ubuntu kinetic/main amd64 man-db amd64 2.10.2-2 [1180 kB]
12:56:36 #11 10.85 Get:97 http://archive.ubuntu.com/ubuntu kinetic/main amd64 manpages all 5.13-1 [1391 kB]
12:56:36 #11 10.91 Get:98 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 openssh-client amd64 1:9.0p1-1ubuntu7.1 [876 kB]
12:56:36 #11 10.95 Get:99 http://archive.ubuntu.com/ubuntu kinetic/main amd64 publicsuffix all 20220811.1734-1 [130 kB]
12:56:36 #11 10.95 Get:100 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libunwind8 amd64 1.6.2-0ubuntu1 [56.2 kB]
12:56:36 #11 10.95 Get:101 http://archive.ubuntu.com/ubuntu kinetic/main amd64 strace amd64 5.16-0ubuntu4 [560 kB]
12:56:36 #11 11.38 Get:102 http://archive.ubuntu.com/ubuntu kinetic/main amd64 xauth amd64 1:1.1.1-1 [27.6 kB]
12:56:36 #11 11.55 Get:103 http://archive.ubuntu.com/ubuntu kinetic/main amd64 xz-utils amd64 5.2.5-2.1 [83.8 kB]
12:56:36 #11 11.68 Get:104 http://archive.ubuntu.com/ubuntu kinetic/main amd64 m4 amd64 1.4.19-1 [244 kB]
12:56:36 #11 11.82 Get:105 http://archive.ubuntu.com/ubuntu kinetic/main amd64 autoconf all 2.71-2 [338 kB]
12:56:36 #11 11.89 Get:106 http://archive.ubuntu.com/ubuntu kinetic/main amd64 autotools-dev all 20220109.1 [44.9 kB]
12:56:36 #11 11.90 Get:107 http://archive.ubuntu.com/ubuntu kinetic/main amd64 automake all 1:1.16.5-1.3 [558 kB]
12:56:36 #11 11.96 Get:108 http://archive.ubuntu.com/ubuntu kinetic/main amd64 autopoint all 0.21-8 [421 kB]
12:56:36 #11 11.99 Get:109 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 binutils-common amd64 2.39-3ubuntu1.1 [225 kB]
12:56:36 #11 12.01 Get:110 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libbinutils amd64 2.39-3ubuntu1.1 [610 kB]
12:56:36 #11 12.04 Get:111 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libctf-nobfd0 amd64 2.39-3ubuntu1.1 [99.8 kB]
12:56:36 #11 12.04 Get:112 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libctf0 amd64 2.39-3ubuntu1.1 [97.4 kB]
12:56:36 #11 12.06 Get:113 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libgprofng0 amd64 2.39-3ubuntu1.1 [897 kB]
12:56:36 #11 12.09 Get:114 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.39-3ubuntu1.1 [2435 kB]
12:56:36 #11 12.20 Get:115 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 binutils amd64 2.39-3ubuntu1.1 [3306 B]
12:56:36 #11 12.20 Get:116 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libc-dev-bin amd64 2.36-0ubuntu4 [20.0 kB]
12:56:36 #11 12.20 Get:117 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 linux-libc-dev amd64 5.19.0-29.30 [1342 kB]
12:56:36 #11 12.26 Get:118 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcrypt-dev amd64 1:4.4.28-2 [112 kB]
12:56:36 #11 12.28 Get:119 http://archive.ubuntu.com/ubuntu kinetic/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB]
12:56:36 #11 12.28 Get:120 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [193 kB]
12:56:36 #11 12.28 Get:121 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB]
12:56:36 #11 12.28 Get:122 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libc6-dev amd64 2.36-0ubuntu4 [2088 kB]
12:56:36 #11 12.39 Get:123 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libisl23 amd64 0.25-1 [740 kB]
12:56:36 #11 12.42 Get:124 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmpfr6 amd64 4.1.0-3build3 [1425 kB]
12:56:36 #11 12.49 Get:125 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB]
12:56:36 #11 12.49 Get:126 http://archive.ubuntu.com/ubuntu kinetic/main amd64 cpp-12 amd64 12.2.0-3ubuntu1 [10.6 MB]
12:56:36 #11 13.15 Get:127 http://archive.ubuntu.com/ubuntu kinetic/main amd64 cpp amd64 4:12.2.0-1ubuntu1 [27.3 kB]
12:56:36 #11 13.15 Get:128 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcc1-0 amd64 12.2.0-3ubuntu1 [46.4 kB]
12:56:36 #11 13.15 Get:129 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgomp1 amd64 12.2.0-3ubuntu1 [125 kB]
12:56:36 #11 13.15 Get:130 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libitm1 amd64 12.2.0-3ubuntu1 [29.4 kB]
12:56:36 #11 13.15 Get:131 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libatomic1 amd64 12.2.0-3ubuntu1 [10.4 kB]
12:56:36 #11 13.15 Get:132 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libasan8 amd64 12.2.0-3ubuntu1 [2433 kB]
12:56:36 #11 13.18 Get:133 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblsan0 amd64 12.2.0-3ubuntu1 [1060 kB]
12:56:36 #11 13.26 Get:134 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtsan2 amd64 12.2.0-3ubuntu1 [2456 kB]
12:56:36 #11 13.37 Get:135 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libubsan1 amd64 12.2.0-3ubuntu1 [969 kB]
12:56:36 #11 13.42 Get:136 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libquadmath0 amd64 12.2.0-3ubuntu1 [152 kB]
12:56:36 #11 13.42 Get:137 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgcc-12-dev amd64 12.2.0-3ubuntu1 [2577 kB]
12:56:36 #11 13.54 Get:138 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gcc-12 amd64 12.2.0-3ubuntu1 [21.4 MB]
12:56:36 #11 15.03 Get:139 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gcc amd64 4:12.2.0-1ubuntu1 [5104 B]
12:56:36 #11 15.03 Get:140 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libstdc++-12-dev amd64 12.2.0-3ubuntu1 [2158 kB]
12:56:36 #11 15.06 Get:141 http://archive.ubuntu.com/ubuntu kinetic/main amd64 g++-12 amd64 12.2.0-3ubuntu1 [12.0 MB]
12:56:36 #10 17.01 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_amd64.deb ...
12:56:36 #10 17.01 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
12:56:36 #10 17.05 Setting up python3-minimal (3.7.3-1) ...
12:56:36 #10 20.63 Preparing to unpack .../038-libpsl5_0.19.1-5build1_arm64.deb ...
12:56:36 #10 20.64 Unpacking libpsl5:arm64 (0.19.1-5build1) ...
12:56:36 #10 20.67 Selecting previously unselected package libssl1.0.0:arm64.
12:56:36 #10 20.67 Preparing to unpack .../039-libssl1.0.0_1.0.2n-1ubuntu5.11_arm64.deb ...
12:56:36 #10 20.68 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.11) ...
12:56:36 #10 20.76 Selecting previously unselected package libxmuu1:arm64.
12:56:36 #10 20.76 Preparing to unpack .../040-libxmuu1_2%3a1.1.2-2_arm64.deb ...
12:56:36 #10 20.76 Unpacking libxmuu1:arm64 (2:1.1.2-2) ...
12:56:36 #10 20.79 Selecting previously unselected package manpages.
12:56:36 #10 20.79 Preparing to unpack .../041-manpages_4.15-1_all.deb ...
12:56:36 #10 20.79 Unpacking manpages (4.15-1) ...
12:56:36 #10 20.89 Selecting previously unselected package openssh-client.
12:56:36 #10 41.97 Preparing to unpack .../324-python3-magic_2%3a0.4.15-2_all.deb ...
12:56:36 #10 41.97 Unpacking python3-magic (2:0.4.15-2) ...
12:56:36 #10 42.01 Selecting previously unselected package python3-urllib3.
12:56:36 #10 42.01 Preparing to unpack .../325-python3-urllib3_1.24.1-1_all.deb ...
12:56:36 #10 42.02 Unpacking python3-urllib3 (1.24.1-1) ...
12:56:36 #10 42.06 Selecting previously unselected package python3-requests.
12:56:36 #10 42.07 Preparing to unpack .../326-python3-requests_2.21.0-1_all.deb ...
12:56:36 #10 42.07 Unpacking python3-requests (2.21.0-1) ...
12:56:36 #10 42.13 Selecting previously unselected package python3-unidiff.
12:56:36 #10 42.13 Preparing to unpack .../327-python3-unidiff_0.5.4-1_all.deb ...
12:56:36 #10 42.14 Unpacking python3-unidiff (0.5.4-1) ...
12:56:36 #10 42.18 Selecting previously unselected package python3-xdg.
12:56:36 #10 16.80 Unpacking ca-certificates (20210119) ...
12:56:36 #10 16.87 Selecting previously unselected package libmagic-mgc.
12:56:36 #10 16.87 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_amd64.deb ...
12:56:36 #10 16.88 Unpacking libmagic-mgc (1:5.39-3) ...
12:56:36 #10 17.03 Selecting previously unselected package libmagic1:amd64.
12:56:36 #10 17.03 Preparing to unpack .../008-libmagic1_1%3a5.39-3_amd64.deb ...
12:56:36 #10 17.03 Unpacking libmagic1:amd64 (1:5.39-3) ...
12:56:36 #12 27.95   Verifying        : rpm-libs-4.14.3-23.el8.aarch64                       90/90 
12:56:36 #12 28.16 
12:56:36 #12 28.16 Upgraded:
12:56:36 #12 28.16   python3-dnf-plugins-core-4.0.21-18.el8.noarch                                 
12:56:36 #12 28.16   python3-rpm-4.14.3-26.el8.aarch64                                             
12:56:36 #12 28.16   rpm-4.14.3-26.el8.aarch64                                                     
12:56:36 #12 28.16   rpm-build-libs-4.14.3-26.el8.aarch64                                          
12:56:36 #12 28.16   rpm-libs-4.14.3-26.el8.aarch64                                                
12:56:36 #12 28.16 Downgraded:
12:56:36 #12 28.16   xz-libs-5.2.4-4.el8.aarch64                                                   
12:56:36 #12 28.16 Installed:
12:56:36 #12 28.16   binutils-2.30-119.el8.aarch64                                                 
12:56:36 #12 28.16   bzip2-1.0.6-26.el8.aarch64                                                    
12:56:36 #12 28.16   cpio-2.12-11.el8.aarch64                                                      
12:56:36 #12 28.16   desktop-file-utils-0.26-1.el8.aarch64                                         
12:56:36 #12 28.16   diffutils-3.6-6.el8.aarch64                                                   
12:56:36 #12 28.16   dnf-plugins-core-4.0.21-18.el8.noarch                                         
12:56:36 #12 28.16   dwz-0.12-10.el8.aarch64                                                       
12:56:36 #12 28.16   efi-srpm-macros-3-3.el8.noarch                                                
12:56:36 #12 28.16   elfutils-0.187-4.el8.aarch64                                                  
12:56:36 #12 28.16   elfutils-debuginfod-client-0.187-4.el8.aarch64                                
12:56:36 #12 28.16   emacs-filesystem-1:26.1-9.el8.noarch                                          
12:56:36 #12 28.16   file-5.33-21.el8.aarch64                                                      
12:56:36 #12 28.16   gc-7.6.4-3.el8.aarch64                                                        
12:56:36 #12 28.16   gdb-headless-8.2-19.el8.aarch64                                               
12:56:36 #12 28.16   ghc-srpm-macros-1.4.2-7.el8.noarch                                            
12:56:36 #12 28.16   glibc-gconv-extra-2.28-211.el8.aarch64                                        
12:56:36 #12 28.16   go-srpm-macros-2-17.el8.noarch                                                
12:56:36 #12 28.16   groff-base-1.22.3-18.el8.aarch64                                              
12:56:36 #12 28.16   guile-5:2.0.14-7.el8.aarch64                                                  
12:56:36 #12 28.16   libatomic_ops-7.6.2-3.el8.aarch64                                             
12:56:36 #12 28.16   libbabeltrace-1.5.4-4.el8.aarch64                                             
12:56:36 #12 28.16   libpkgconf-1.4.2-1.el8.aarch64                                                
12:56:36 #12 28.16   libtool-ltdl-2.4.6-25.el8.aarch64                                             
12:56:36 #12 28.16   ncurses-6.1-9.20180224.el8.aarch64                                            
12:56:36 #12 28.16   ocaml-srpm-macros-5-4.el8.noarch                                              
12:56:36 #12 28.16   openblas-srpm-macros-2-2.el8.noarch                                           
12:56:36 #12 28.16   patch-2.7.6-11.el8.aarch64                                                    
12:56:36 #12 28.16   perl-Carp-1.42-396.el8.noarch                                                 
12:56:36 #12 28.16   perl-Encode-4:2.97-3.el8.aarch64                                              
12:56:36 #12 28.16   perl-Errno-1.28-422.el8.aarch64                                               
12:56:36 #12 28.16   perl-Exporter-5.72-396.el8.noarch                                             
12:56:36 #12 28.16   perl-File-Path-2.15-2.el8.noarch                                              
12:56:36 #12 28.16   perl-File-Temp-0.230.600-1.el8.noarch                                         
12:56:36 #12 28.16   perl-Getopt-Long-1:2.50-4.el8.noarch                                          
12:56:36 #12 28.16   perl-HTTP-Tiny-0.074-1.el8.noarch                                             
12:56:36 #12 28.16   perl-IO-1.38-422.el8.aarch64                                                  
12:56:36 #12 28.16   perl-IO-Socket-IP-0.39-5.el8.noarch                                           
12:56:36 #12 28.16   perl-MIME-Base64-3.15-396.el8.aarch64                                         
12:56:36 #12 28.16   perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch                 
12:56:36 #12 28.16   perl-PathTools-3.74-1.el8.aarch64                                             
12:56:36 #12 28.16   perl-Pod-Escapes-1:1.07-395.el8.noarch                                        
12:56:36 #12 28.16   perl-Pod-Perldoc-3.28-396.el8.noarch                                          
12:56:36 #12 28.16   perl-Pod-Simple-1:3.35-395.el8.noarch                                         
12:56:36 #12 28.16   perl-Pod-Usage-4:1.69-395.el8.noarch                                          
12:56:36 #12 28.16   perl-Scalar-List-Utils-3:1.49-2.el8.aarch64                                   
12:56:36 #12 28.16   perl-Socket-4:2.027-3.el8.aarch64                                             
12:56:36 #12 28.16   perl-Storable-1:3.11-3.el8.aarch64                                            
12:56:36 #12 28.16   perl-Term-ANSIColor-4.06-396.el8.noarch                                       
12:56:36 #12 28.16   perl-Term-Cap-1.17-395.el8.noarch                                             
12:56:36 #12 28.16   perl-Text-ParseWords-3.30-395.el8.noarch                                      
12:56:36 #12 28.16   perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch                                  
12:56:36 #12 28.16   perl-Time-Local-1:1.280-1.el8.noarch                                          
12:56:36 #12 28.16   perl-Unicode-Normalize-1.25-396.el8.aarch64                                   
12:56:36 #12 28.16   perl-constant-1.33-396.el8.noarch                                             
12:56:36 #12 28.16   perl-interpreter-4:5.26.3-422.el8.aarch64                                     
12:56:36 #12 28.16   perl-libs-4:5.26.3-422.el8.aarch64                                            
12:56:36 #12 28.16   perl-macros-4:5.26.3-422.el8.aarch64                                          
12:56:36 #12 28.16   perl-parent-1:0.237-1.el8.noarch                                              
12:56:36 #12 28.16   perl-podlators-4.11-1.el8.noarch                                              
12:56:36 #12 28.16   perl-srpm-macros-1-25.el8.noarch                                              
12:56:36 #12 28.16   perl-threads-1:2.21-2.el8.aarch64                                             
12:56:36 #12 28.16   perl-threads-shared-1.58-2.el8.aarch64                                        
12:56:36 #12 28.16   pkgconf-1.4.2-1.el8.aarch64                                                   
12:56:36 #12 28.16   pkgconf-m4-1.4.2-1.el8.noarch                                                 
12:56:36 #12 28.16   pkgconf-pkg-config-1.4.2-1.el8.aarch64                                        
12:56:36 #12 28.16   python-rpm-macros-3-44.el8.noarch                                             
12:56:36 #12 28.16   python-srpm-macros-3-44.el8.noarch                                            
12:56:36 #12 28.16   python3-rpm-macros-3-44.el8.noarch                                            
12:56:36 #12 28.16   python3-systemd-234-8.el8.aarch64                                             
12:56:36 #12 28.16   qt5-srpm-macros-5.15.3-1.el8.noarch                                           
12:56:36 #12 28.16   redhat-rpm-config-130-1.el8.noarch                                            
12:56:36 #12 28.16   rpm-build-4.14.3-26.el8.aarch64                                               
12:56:36 #12 28.16   rpmlint-1.10-14.el8.noarch                                                    
12:56:36 #12 28.16   rust-srpm-macros-5-2.el8.noarch                                               
12:56:36 #12 28.16   unzip-6.0-46.el8.aarch64                                                      
12:56:36 #12 28.16   xz-5.2.4-4.el8.aarch64                                                        
12:56:36 #12 28.16   zip-3.0-23.el8.aarch64                                                        
12:56:36 #12 28.16   zstd-1.4.4-1.el8.aarch64                                                      
12:56:36 #12 28.16 
12:56:36 #12 28.16 Complete!
12:56:36 #11 17.09 Get:344 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblist-utilsby-perl all 0.12-1 [15.5 kB]
12:56:36 #11 17.09 Get:345 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libltdl7 arm64 2.4.7-4 [40.0 kB]
12:56:36 #11 17.09 Get:346 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libltdl-dev arm64 2.4.7-4 [170 kB]
12:56:36 #11 17.10 Get:347 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblzo2-2 arm64 2.10-2build3 [51.4 kB]
12:56:36 #11 17.16 Get:348 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
12:56:36 #11 17.16 Get:349 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmail-sendmail-perl all 0.80-2 [23.2 kB]
12:56:36 #11 17.16 Get:350 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnet-smtp-ssl-perl all 1.04-2 [6218 B]
12:56:36 #11 17.16 Get:351 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmailtools-perl all 2.21-1 [80.7 kB]
12:56:36 #11 17.17 Get:352 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmarkdown2 arm64 2.2.7-2 [37.0 kB]
12:56:36 #11 17.23 Get:353 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmath-base85-perl all 0.5+dfsg-1 [6764 B]
12:56:36 #11 17.23 Get:354 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmldbm-perl all 2.05-3 [17.5 kB]
12:56:36 #11 17.24 Get:355 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmoox-aliases-perl all 0.001006-2 [6796 B]
12:56:36 #11 17.24 Get:356 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmouse-perl arm64 2.5.10-1build4 [160 kB]
12:56:36 #11 17.24 Get:357 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxs-parse-keyword-perl arm64 0.25-1 [50.9 kB]
12:56:36 #11 17.31 Get:358 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxs-parse-sublike-perl arm64 0.16-1ubuntu2 [26.9 kB]
12:56:36 #11 17.31 Get:359 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libobject-pad-perl arm64 0.68-1 [95.8 kB]
12:56:36 #11 17.31 Get:360 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpackage-stash-xs-perl arm64 0.30-1 [18.9 kB]
12:56:36 #11 17.31 Get:361 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
12:56:36 #11 17.32 Get:362 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libperlio-gzip-perl arm64 0.20-1 [14.8 kB]
12:56:36 #11 17.38 Get:363 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libperlio-utf8-strict-perl arm64 0.009-1build1 [11.7 kB]
12:56:36 #20 7.956 Selecting previously unselected package lib32gcc-s1.
12:56:36 #20 7.958 Preparing to unpack .../07-lib32gcc-s1_10.2.1-6_amd64.deb ...
12:56:36 #20 7.963 Unpacking lib32gcc-s1 (10.2.1-6) ...
12:56:36 #20 8.037 Selecting previously unselected package lib32stdc++6.
12:56:37 #10 36.44 Preparing to unpack .../259-libipc-system-simple-perl_1.30-2_all.deb ...
12:56:37 #10 36.44 Unpacking libipc-system-simple-perl (1.30-2) ...
12:56:37 #10 36.49 Selecting previously unselected package libfile-basedir-perl.
12:56:37 #10 36.50 Preparing to unpack .../260-libfile-basedir-perl_0.09-2_all.deb ...
12:56:37 #10 36.50 Unpacking libfile-basedir-perl (0.09-2) ...
12:56:37 #10 36.55 Selecting previously unselected package libfile-chdir-perl.
12:56:37 #10 36.55 Preparing to unpack .../261-libfile-chdir-perl_0.1008-1.1_all.deb ...
12:56:37 #10 36.55 Unpacking libfile-chdir-perl (0.1008-1.1) ...
12:56:37 #10 36.59 Selecting previously unselected package libfile-fcntllock-perl.
12:56:37 #10 36.60 Preparing to unpack .../262-libfile-fcntllock-perl_0.22-4+b1_arm64.deb ...
12:56:37 #10 36.60 Unpacking libfile-fcntllock-perl (0.22-4+b1) ...
12:56:37 #10 36.64 Selecting previously unselected package libnumber-compare-perl.
12:56:37 #10 36.64 Preparing to unpack .../263-libnumber-compare-perl_0.03-3_all.deb ...
12:56:37 #10 36.65 Unpacking libnumber-compare-perl (0.03-3) ...
12:56:37 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.40MB / 47.40MB 7.3s done
12:56:37 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 52.43MB / 53.32MB 7.4s
12:56:37 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 0B / 126B 7.4s
12:56:37 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 12.58MB / 116.78MB 7.5s
12:56:37 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 126B / 126B 7.4s done
12:56:37 #11 15.34 Get:340 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 t1utils arm64 1.41-3 [53.5 kB]
12:56:37 #11 15.34 Get:341 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 lintian all 2.62.0ubuntu2.2 [982 kB]
12:56:37 #11 15.38 Get:342 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 manpages-dev all 5.05-1 [2266 kB]
12:56:37 #11 15.51 Get:343 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-certifi all 2019.11.28-1 [149 kB]
12:56:37 #11 15.51 Get:344 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-idna all 2.8-1 [34.6 kB]
12:56:37 #11 15.51 Get:345 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
12:56:37 #11 15.52 Get:346 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
12:56:37 #11 15.52 Get:347 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-unidiff all 0.5.5-2 [9180 B]
12:56:37 #11 15.52 Get:348 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-xdg all 0.26-1ubuntu1 [36.1 kB]
12:56:37 #11 15.52 Get:349 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 unzip arm64 6.0-25ubuntu1.1 [162 kB]
12:56:37 #11 15.53 Get:350 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 equivs all 2.2.0 [19.7 kB]
12:56:37 #11 15.53 Get:351 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
12:56:37 #11 15.58 Get:352 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-magic all 2:0.4.15-3 [9376 B]
12:56:37 #10 17.48 Selecting previously unselected package python3.
12:56:37 #10 17.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 ... 10074 files and directories currently installed.)
12:56:37 #10 17.48 Preparing to unpack .../000-python3_3.7.3-1_amd64.deb ...
12:56:37 #10 17.50 Unpacking python3 (3.7.3-1) ...
12:56:37 #11 12.85 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 g++ arm64 4:11.2.0-1ubuntu1 [1394 B]
12:56:37 #11 12.85 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 make arm64 4.3-4.1build1 [177 kB]
12:56:37 #11 12.85 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libdpkg-perl all 1.21.1ubuntu2.1 [237 kB]
12:56:37 #11 12.86 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bzip2 arm64 1.0.8-5build1 [34.6 kB]
12:56:37 #11 12.86 Get:108 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 patch arm64 2.7.6-7build2 [105 kB]
12:56:37 #11 12.87 Get:109 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lto-disabled-list all 24 [12.5 kB]
12:56:37 #11 12.87 Get:110 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dpkg-dev all 1.21.1ubuntu2.1 [922 kB]
12:56:37 #11 12.91 Get:111 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 build-essential arm64 12.9ubuntu3 [4740 B]
12:56:37 #11 12.91 Get:112 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbrotli1 arm64 1.0.9-2build6 [314 kB]
12:56:37 #11 12.93 Get:113 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg2-3ubuntu1.1 [21.2 kB]
12:56:37 #11 12.93 Get:114 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg2-3ubuntu1.1 [55.6 kB]
12:56:37 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 3.9s done
12:56:37 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b
12:56:37 #10 20.89 Preparing to unpack .../042-openssh-client_1%3a7.6p1-4ubuntu0.7_arm64.deb ...
12:56:37 #10 20.89 Unpacking openssh-client (1:7.6p1-4ubuntu0.7) ...
12:56:37 #10 20.97 Selecting previously unselected package publicsuffix.
12:56:37 #10 20.97 Preparing to unpack .../043-publicsuffix_20180223.1310-1_all.deb ...
12:56:37 #10 20.97 Unpacking publicsuffix (20180223.1310-1) ...
12:56:37 #10 21.00 Selecting previously unselected package python-apt-common.
12:56:37 #10 21.00 Preparing to unpack .../044-python-apt-common_1.6.6_all.deb ...
12:56:37 #10 21.01 Unpacking python-apt-common (1.6.6) ...
12:56:37 #10 21.04 Selecting previously unselected package python3-apt.
12:56:37 #10 21.04 Preparing to unpack .../045-python3-apt_1.6.6_arm64.deb ...
12:56:37 #10 21.04 Unpacking python3-apt (1.6.6) ...
12:56:37 #10 21.08 Selecting previously unselected package strace.
12:56:37 #10 21.08 Preparing to unpack .../046-strace_4.21-1ubuntu1_arm64.deb ...
12:56:37 #10 21.08 Unpacking strace (4.21-1ubuntu1) ...
12:56:37 #10 21.12 Selecting previously unselected package xauth.
12:56:37 #10 42.18 Preparing to unpack .../328-python3-xdg_0.25-5_all.deb ...
12:56:37 #10 42.19 Unpacking python3-xdg (0.25-5) ...
12:56:37 #10 42.23 Selecting previously unselected package shared-mime-info.
12:56:37 #10 42.23 Preparing to unpack .../329-shared-mime-info_1.10-1_arm64.deb ...
12:56:37 #10 42.24 Unpacking shared-mime-info (1.10-1) ...
12:56:37 #10 42.35 Selecting previously unselected package strace.
12:56:37 #10 42.35 Preparing to unpack .../330-strace_4.26-0.2_arm64.deb ...
12:56:37 #10 42.35 Unpacking strace (4.26-0.2) ...
12:56:37 #10 42.47 Selecting previously unselected package unzip.
12:56:37 #10 17.12 Selecting previously unselected package file.
12:56:37 #10 17.12 Preparing to unpack .../009-file_1%3a5.39-3_amd64.deb ...
12:56:37 #10 17.13 Unpacking file (1:5.39-3) ...
12:56:37 #10 17.20 Selecting previously unselected package gettext-base.
12:56:37 #10 17.20 Preparing to unpack .../010-gettext-base_0.21-4_amd64.deb ...
12:56:37 #10 17.20 Unpacking gettext-base (0.21-4) ...
12:56:37 #10 17.31 Selecting previously unselected package manpages.
12:56:37 #10 17.31 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
12:56:37 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 92.27MB / 116.78MB 16.9s
12:56:37 #11 17.38 Get:364 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpod-parser-perl all 1.65-1 [82.7 kB]
12:56:37 #11 17.38 Get:365 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpod-constants-perl all 0.19-2 [16.3 kB]
12:56:37 #11 17.38 Get:366 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libproc-processtable-perl arm64 0.634-1build1 [37.2 kB]
12:56:37 #11 17.39 Get:367 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libre2-9 arm64 20220601+dfsg-1 [153 kB]
12:56:37 #11 17.45 Get:368 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libre-engine-re2-perl arm64 0.14-1build2 [17.9 kB]
12:56:37 #11 17.45 Get:369 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libreadonly-perl all 2.050-3 [19.9 kB]
12:56:37 #11 17.45 Get:370 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libref-util-perl all 0.204-1 [15.0 kB]
12:56:37 #11 17.45 Get:371 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libref-util-xs-perl arm64 0.117-2 [12.4 kB]
12:56:37 #11 17.46 Get:372 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libregexp-pattern-license-perl all 3.9.4-1 [84.5 kB]
12:56:37 #11 17.52 Get:373 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
12:56:37 #11 17.53 Get:374 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libregexp-wildcards-perl all 1.05-3 [12.9 kB]
12:56:37 #11 17.53 Get:375 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsasl2-modules arm64 2.1.28+dfsg-6ubuntu2 [69.3 kB]
12:56:37 #11 17.53 Get:376 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsereal-decoder-perl arm64 4.025+ds-1 [100 kB]
12:56:37 #11 17.54 Get:377 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsereal-encoder-perl arm64 4.025+ds-1 [101 kB]
12:56:37 #11 17.60 Get:378 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libset-intspan-perl all 1.19-2 [26.1 kB]
12:56:37 #11 17.60 Get:379 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsocket6-perl arm64 0.29-2 [19.4 kB]
12:56:37 #11 17.60 Get:380 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsodium23 arm64 1.0.18-1build2 [123 kB]
12:56:37 #11 17.61 Get:381 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libstring-copyright-perl all 0.003013-1 [21.2 kB]
12:56:37 #11 17.61 Get:382 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
12:56:37 #11 17.67 Get:383 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libstring-shellquote-perl all 1.04-2 [12.3 kB]
12:56:37 #20 8.039 Preparing to unpack .../08-lib32stdc++6_10.2.1-6_amd64.deb ...
12:56:37 #20 8.043 Unpacking lib32stdc++6 (10.2.1-6) ...
12:56:37 #20 8.114 Selecting previously unselected package libclang-common-11-dev.
12:56:37 #20 8.116 Preparing to unpack .../09-libclang-common-11-dev_1%3a11.0.1-2_amd64.deb ...
12:56:37 #20 8.119 Unpacking libclang-common-11-dev (1:11.0.1-2) ...
12:56:37 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 78.64MB / 116.78MB 15.2s
12:56:37 #10 36.69 Selecting previously unselected package libtext-glob-perl.
12:56:37 #10 36.69 Preparing to unpack .../264-libtext-glob-perl_0.11-3_all.deb ...
12:56:37 #10 36.69 Unpacking libtext-glob-perl (0.11-3) ...
12:56:37 #10 36.74 Selecting previously unselected package libfile-find-rule-perl.
12:56:37 #10 36.74 Preparing to unpack .../265-libfile-find-rule-perl_0.34-3_all.deb ...
12:56:37 #10 36.75 Unpacking libfile-find-rule-perl (0.34-3) ...
12:56:37 #10 36.79 Selecting previously unselected package libfont-afm-perl.
12:56:37 #10 36.79 Preparing to unpack .../266-libfont-afm-perl_1.20-4_all.deb ...
12:56:37 #10 36.79 Unpacking libfont-afm-perl (1.20-4) ...
12:56:37 #10 36.87 Selecting previously unselected package libio-string-perl.
12:56:37 #10 36.87 Preparing to unpack .../267-libio-string-perl_1.08-4_all.deb ...
12:56:37 #10 36.87 Unpacking libio-string-perl (1.08-4) ...
12:56:37 #10 36.92 Selecting previously unselected package libfont-ttf-perl.
12:56:37 #11 15.76 debconf: delaying package configuration, since apt-utils is not installed
12:56:37 #11 15.79 Fetched 97.8 MB in 10s (9977 kB/s)
12:56:37 #11 15.81 Selecting previously unselected package liblocale-gettext-perl.
12:56:37 #11 15.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 ... 4117 files and directories currently installed.)
12:56:37 #11 15.82 Preparing to unpack .../liblocale-gettext-perl_1.07-4_arm64.deb ...
12:56:37 #11 15.82 Unpacking liblocale-gettext-perl (1.07-4) ...
12:56:37 #11 15.87 Selecting previously unselected package libssl1.1:arm64.
12:56:37 #7 ...
12:56:37 
12:56:37 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:37 #10 8.604 1 upgraded, 430 newly installed, 0 to remove and 7 not upgraded.
12:56:37 #10 8.604 Need to get 194 MB of archives.
12:56:37 #10 8.604 After this operation, 685 MB of additional disk space will be used.
12:56:37 #10 8.604 Get:1 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7 [2815 kB]
12:56:37 #10 8.633 Get:2 http://deb.debian.org/debian bookworm/main amd64 libgdbm6 amd64 1.23-3 [72.2 kB]
12:56:37 #10 8.633 Get:3 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB]
12:56:37 #10 8.633 Get:4 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7 [4218 kB]
12:56:37 #10 8.677 Get:5 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7 [239 kB]
12:56:37 #10 8.677 Get:6 http://deb.debian.org/debian bookworm/main amd64 liblocale-gettext-perl amd64 1.07-5 [15.4 kB]
12:56:37 #10 8.677 Get:7 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.7-2 [2007 kB]
12:56:37 #10 8.704 Get:8 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-minimal amd64 3.11.1-2 [812 kB]
12:56:37 #10 8.716 Get:9 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1 [99.3 kB]
12:56:37 #10 8.721 Get:10 http://deb.debian.org/debian bookworm/main amd64 python3.11-minimal amd64 3.11.1-2 [2065 kB]
12:56:37 #10 8.750 Get:11 http://deb.debian.org/debian bookworm/main amd64 python3-minimal amd64 3.11.1-3 [25.9 kB]
12:56:37 #10 8.752 Get:12 http://deb.debian.org/debian bookworm/main amd64 media-types all 8.0.0 [33.4 kB]
12:56:37 #10 8.755 Get:13 http://deb.debian.org/debian bookworm/main amd64 liblzma5 amd64 5.4.1-0.1 [205 kB]
12:56:37 #10 8.756 Get:14 http://deb.debian.org/debian bookworm/main amd64 libmpdec3 amd64 2.5.1-2 [87.8 kB]
12:56:37 #10 8.759 Get:15 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-2 [134 kB]
12:56:37 #10 8.759 Get:16 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-1 [32.2 kB]
12:56:37 #10 8.762 Get:17 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-1 [78.6 kB]
12:56:37 #10 8.762 Get:18 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B]
12:56:37 #10 8.763 Get:19 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-1 [331 kB]
12:56:37 #10 8.771 Get:20 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-1 [134 kB]
12:56:37 #10 8.775 Get:21 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
12:56:37 #10 8.777 Get:22 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB]
12:56:37 #10 8.778 Get:23 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB]
12:56:37 #10 8.781 Get:24 http://deb.debian.org/debian bookworm/main amd64 readline-common all 8.2-1.3 [69.0 kB]
12:56:37 #10 8.782 Get:25 http://deb.debian.org/debian bookworm/main amd64 libreadline8 amd64 8.2-1.3 [166 kB]
12:56:37 #10 8.784 Get:26 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-0 amd64 3.40.1-1 [838 kB]
12:56:37 #10 8.792 Get:27 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-stdlib amd64 3.11.1-2 [1712 kB]
12:56:37 #10 8.811 Get:28 http://deb.debian.org/debian bookworm/main amd64 python3.11 amd64 3.11.1-2 [567 kB]
12:56:37 #10 8.818 Get:29 http://deb.debian.org/debian bookworm/main amd64 libpython3-stdlib amd64 3.11.1-3 [8960 B]
12:56:37 #10 8.819 Get:30 http://deb.debian.org/debian bookworm/main amd64 python3 amd64 3.11.1-3 [25.9 kB]
12:56:37 #10 8.820 Get:31 http://deb.debian.org/debian bookworm/main amd64 adduser all 3.130 [117 kB]
12:56:37 #10 8.822 Get:32 http://deb.debian.org/debian bookworm/main amd64 less amd64 590-1.1 [131 kB]
12:56:37 #10 8.824 Get:33 http://deb.debian.org/debian bookworm/main amd64 netbase all 6.4 [12.8 kB]
12:56:37 #10 8.825 Get:34 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB]
12:56:37 #10 8.825 Get:35 http://deb.debian.org/debian bookworm/main amd64 bzip2 amd64 1.0.8-5+b1 [49.8 kB]
12:56:37 #10 8.827 Get:36 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.7-2 [1399 kB]
12:56:37 #10 8.845 Get:37 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20211016 [156 kB]
12:56:37 #10 8.849 Get:38 http://deb.debian.org/debian bookworm/main amd64 libmagic-mgc amd64 1:5.44-3 [305 kB]
12:56:37 #10 8.853 Get:39 http://deb.debian.org/debian bookworm/main amd64 libmagic1 amd64 1:5.44-3 [104 kB]
12:56:37 #10 8.855 Get:40 http://deb.debian.org/debian bookworm/main amd64 file amd64 1:5.44-3 [42.5 kB]
12:56:37 #10 8.856 Get:41 http://deb.debian.org/debian bookworm/main amd64 gettext-base amd64 0.21-11 [160 kB]
12:56:37 #10 8.858 Get:42 http://deb.debian.org/debian bookworm/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
12:56:37 #10 8.859 Get:43 http://deb.debian.org/debian bookworm/main amd64 groff-base amd64 1.22.4-9 [916 kB]
12:56:37 #10 8.878 Get:44 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-1 [62.4 kB]
12:56:37 #10 8.878 Get:45 http://deb.debian.org/debian bookworm/main amd64 bsdextrautils amd64 2.38.1-4 [86.2 kB]
12:56:37 #10 8.878 Get:46 http://deb.debian.org/debian bookworm/main amd64 libpipeline1 amd64 1.5.7-1 [38.5 kB]
12:56:37 #10 8.878 Get:47 http://deb.debian.org/debian bookworm/main amd64 man-db amd64 2.11.2-1 [1386 kB]
12:56:37 #10 8.884 Get:48 http://deb.debian.org/debian bookworm/main amd64 manpages all 6.02-1 [1327 kB]
12:56:37 #10 8.896 Get:49 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB]
12:56:37 #10 8.899 Get:50 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB]
12:56:37 #10 8.900 Get:51 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB]
12:56:37 #10 8.901 Get:52 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2 [76.8 kB]
12:56:37 #10 8.903 Get:53 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.1p1-2 [970 kB]
12:56:37 #10 8.912 Get:54 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1 [55.2 kB]
12:56:37 #10 8.913 Get:55 http://deb.debian.org/debian bookworm/main amd64 xz-utils amd64 5.4.1-0.1 [468 kB]
12:56:37 #10 8.918 Get:56 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
12:56:37 #10 8.921 Get:57 http://deb.debian.org/debian bookworm/main amd64 autoconf all 2.71-3 [332 kB]
12:56:37 #10 8.925 Get:58 http://deb.debian.org/debian bookworm/main amd64 autotools-dev all 20220109.1 [51.6 kB]
12:56:37 #10 8.926 Get:59 http://deb.debian.org/debian bookworm/main amd64 automake all 1:1.16.5-1.3 [823 kB]
12:56:37 #10 8.934 Get:60 http://deb.debian.org/debian bookworm/main amd64 autopoint all 0.21-11 [495 kB]
12:56:37 #10 8.939 Get:61 http://deb.debian.org/debian bookworm/main amd64 binutils-common amd64 2.40-2 [2487 kB]
12:56:37 #10 8.968 Get:62 http://deb.debian.org/debian bookworm/main amd64 libbinutils amd64 2.40-2 [572 kB]
12:56:37 #10 8.974 Get:63 http://deb.debian.org/debian bookworm/main amd64 libctf-nobfd0 amd64 2.40-2 [153 kB]
12:56:37 #10 8.977 Get:64 http://deb.debian.org/debian bookworm/main amd64 libctf0 amd64 2.40-2 [89.8 kB]
12:56:37 #10 8.978 Get:65 http://deb.debian.org/debian bookworm/main amd64 libgprofng0 amd64 2.40-2 [812 kB]
12:56:37 #10 8.986 Get:66 http://deb.debian.org/debian bookworm/main amd64 libjansson4 amd64 2.14-2 [40.8 kB]
12:56:37 #10 8.987 Get:67 http://deb.debian.org/debian bookworm/main amd64 binutils-x86-64-linux-gnu amd64 2.40-2 [2246 kB]
12:56:37 #10 9.008 Get:68 http://deb.debian.org/debian bookworm/main amd64 binutils amd64 2.40-2 [65.0 kB]
12:56:37 #10 9.009 Get:69 http://deb.debian.org/debian bookworm/main amd64 libc-dev-bin amd64 2.36-8 [43.8 kB]
12:56:37 #10 9.011 Get:70 http://deb.debian.org/debian bookworm/main amd64 linux-libc-dev amd64 6.1.8-1 [1720 kB]
12:56:37 #10 9.027 Get:71 http://deb.debian.org/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB]
12:56:37 #10 9.029 Get:72 http://deb.debian.org/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB]
12:56:37 #10 9.031 Get:73 http://deb.debian.org/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
12:56:37 #10 9.033 Get:74 http://deb.debian.org/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
12:56:37 #10 9.034 Get:75 http://deb.debian.org/debian bookworm/main amd64 libc6-dev amd64 2.36-8 [1897 kB]
12:56:37 #10 9.052 Get:76 http://deb.debian.org/debian bookworm/main amd64 libisl23 amd64 0.25-1 [690 kB]
12:56:37 #10 9.061 Get:77 http://deb.debian.org/debian bookworm/main amd64 libmpfr6 amd64 4.2.0-1 [701 kB]
12:56:37 #10 9.066 Get:78 http://deb.debian.org/debian bookworm/main amd64 libmpc3 amd64 1.3.1-1 [51.5 kB]
12:56:37 #10 9.067 Get:79 http://deb.debian.org/debian bookworm/main amd64 cpp-12 amd64 12.2.0-14 [9764 kB]
12:56:37 #10 9.164 Get:80 http://deb.debian.org/debian bookworm/main amd64 cpp amd64 4:12.2.0-3 [6836 B]
12:56:37 #10 9.164 Get:81 http://deb.debian.org/debian bookworm/main amd64 libcc1-0 amd64 12.2.0-14 [41.7 kB]
12:56:37 #10 9.166 Get:82 http://deb.debian.org/debian bookworm/main amd64 libgomp1 amd64 12.2.0-14 [116 kB]
12:56:37 #10 9.167 Get:83 http://deb.debian.org/debian bookworm/main amd64 libitm1 amd64 12.2.0-14 [26.1 kB]
12:56:37 #10 9.167 Get:84 http://deb.debian.org/debian bookworm/main amd64 libatomic1 amd64 12.2.0-14 [9328 B]
12:56:37 #10 9.167 Get:85 http://deb.debian.org/debian bookworm/main amd64 libasan8 amd64 12.2.0-14 [2195 kB]
12:56:37 #10 9.185 Get:86 http://deb.debian.org/debian bookworm/main amd64 liblsan0 amd64 12.2.0-14 [969 kB]
12:56:37 #10 9.198 Get:87 http://deb.debian.org/debian bookworm/main amd64 libtsan2 amd64 12.2.0-14 [2196 kB]
12:56:37 #10 9.219 Get:88 http://deb.debian.org/debian bookworm/main amd64 libubsan1 amd64 12.2.0-14 [883 kB]
12:56:37 #10 9.246 Get:89 http://deb.debian.org/debian bookworm/main amd64 libquadmath0 amd64 12.2.0-14 [144 kB]
12:56:37 #10 9.248 Get:90 http://deb.debian.org/debian bookworm/main amd64 libgcc-12-dev amd64 12.2.0-14 [2437 kB]
12:56:37 #10 9.271 Get:91 http://deb.debian.org/debian bookworm/main amd64 gcc-12 amd64 12.2.0-14 [19.3 MB]
12:56:37 #10 9.465 Get:92 http://deb.debian.org/debian bookworm/main amd64 gcc amd64 4:12.2.0-3 [5216 B]
12:56:37 #10 9.465 Get:93 http://deb.debian.org/debian bookworm/main amd64 libstdc++-12-dev amd64 12.2.0-14 [2046 kB]
12:56:37 #10 9.486 Get:94 http://deb.debian.org/debian bookworm/main amd64 g++-12 amd64 12.2.0-14 [10.7 MB]
12:56:37 #10 9.613 Get:95 http://deb.debian.org/debian bookworm/main amd64 g++ amd64 4:12.2.0-3 [1356 B]
12:56:37 #10 9.613 Get:96 http://deb.debian.org/debian bookworm/main amd64 make amd64 4.3-4.1 [396 kB]
12:56:37 #10 9.613 Get:97 http://deb.debian.org/debian bookworm/main amd64 libdpkg-perl all 1.21.19 [574 kB]
12:56:37 #10 9.620 Get:98 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB]
12:56:37 #10 9.626 Get:99 http://deb.debian.org/debian bookworm/main amd64 dpkg-dev all 1.21.19 [1301 kB]
12:56:37 #10 9.633 Get:100 http://deb.debian.org/debian bookworm/main amd64 build-essential amd64 12.9 [7704 B]
12:56:37 #10 9.633 Get:101 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB]
12:56:37 #10 9.648 Get:102 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB]
12:56:37 #10 9.649 Get:103 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB]
12:56:37 #10 9.650 Get:104 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-3 [183 kB]
12:56:37 #10 9.652 Get:105 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.51.0-1 [71.5 kB]
12:56:37 #10 9.654 Get:106 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
12:56:37 #10 9.655 Get:107 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
12:56:37 #10 9.656 Get:108 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB]
12:56:37 #10 9.658 Get:109 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.87.0-2 [376 kB]
12:56:37 #10 9.662 Get:110 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.87.0-2 [308 kB]
12:56:37 #10 9.665 Get:111 http://deb.debian.org/debian bookworm/main amd64 dctrl-tools amd64 2.24-3+b1 [104 kB]
12:56:37 #10 9.667 Get:112 http://deb.debian.org/debian bookworm/main amd64 libdebhelper-perl all 13.11.4 [81.2 kB]
12:56:37 #10 9.668 Get:113 http://deb.debian.org/debian bookworm/main amd64 libtool all 2.4.7-5 [517 kB]
12:56:37 #10 9.674 Get:114 http://deb.debian.org/debian bookworm/main amd64 dh-autoreconf all 20 [17.1 kB]
12:56:37 #10 9.674 Get:115 http://deb.debian.org/debian bookworm/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
12:56:37 #10 9.676 Get:116 http://deb.debian.org/debian bookworm/main amd64 libsub-override-perl all 0.09-4 [9304 B]
12:56:37 #10 9.676 Get:117 http://deb.debian.org/debian bookworm/main amd64 libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
12:56:37 #10 9.677 Get:118 http://deb.debian.org/debian bookworm/main amd64 dh-strip-nondeterminism all 1.13.1-1 [8620 B]
12:56:37 #10 9.678 Get:119 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB]
12:56:37 #10 9.680 Get:120 http://deb.debian.org/debian bookworm/main amd64 dwz amd64 0.15-1 [109 kB]
12:56:37 #10 9.698 Get:121 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB]
12:56:37 #10 9.777 Get:122 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.1+b3 [687 kB]
12:56:37 #10 9.782 Get:123 http://deb.debian.org/debian bookworm/main amd64 gettext amd64 0.21-11 [1300 kB]
12:56:37 #10 9.794 Get:124 http://deb.debian.org/debian bookworm/main amd64 intltool-debian all 0.35.0+20060710.6 [22.9 kB]
12:56:37 #10 9.795 Get:125 http://deb.debian.org/debian bookworm/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
12:56:37 #10 9.798 Get:126 http://deb.debian.org/debian bookworm/main amd64 debhelper all 13.11.4 [942 kB]
12:56:37 #10 9.807 Get:127 http://deb.debian.org/debian bookworm/main amd64 debian-keyring all 2022.12.24 [30.5 MB]
12:56:37 #10 10.38 Get:128 http://deb.debian.org/debian bookworm/main amd64 libfakeroot amd64 1.29-1 [48.5 kB]
12:56:37 #10 10.38 Get:129 http://deb.debian.org/debian bookworm/main amd64 fakeroot amd64 1.29-1 [87.3 kB]
12:56:37 #10 10.38 Get:130 http://deb.debian.org/debian bookworm/main amd64 libassuan0 amd64 2.5.5-5 [48.5 kB]
12:56:37 #10 10.39 Get:131 http://deb.debian.org/debian bookworm/main amd64 gpgconf amd64 2.2.40-1 [564 kB]
12:56:37 #10 10.40 Get:132 http://deb.debian.org/debian bookworm/main amd64 libksba8 amd64 1.6.3-2 [128 kB]
12:56:37 #10 10.40 Get:133 http://deb.debian.org/debian bookworm/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
12:56:37 #10 10.40 Get:134 http://deb.debian.org/debian bookworm/main amd64 dirmngr amd64 2.2.40-1 [792 kB]
12:56:37 #10 10.41 Get:135 http://deb.debian.org/debian bookworm/main amd64 gnupg-l10n all 2.2.40-1 [1094 kB]
12:56:37 #10 10.42 Get:136 http://deb.debian.org/debian bookworm/main amd64 gnupg-utils amd64 2.2.40-1 [926 kB]
12:56:37 #10 10.43 Get:137 http://deb.debian.org/debian bookworm/main amd64 gpg amd64 2.2.40-1 [948 kB]
12:56:37 #10 10.43 Get:138 http://deb.debian.org/debian bookworm/main amd64 pinentry-curses amd64 1.2.1-1 [77.4 kB]
12:56:37 #10 10.44 Get:139 http://deb.debian.org/debian bookworm/main amd64 gpg-agent amd64 2.2.40-1 [694 kB]
12:56:37 #10 10.44 Get:140 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-client amd64 2.2.40-1 [540 kB]
12:56:37 #10 10.45 Get:141 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-server amd64 2.2.40-1 [531 kB]
12:56:37 #10 10.45 Get:142 http://deb.debian.org/debian bookworm/main amd64 gpgsm amd64 2.2.40-1 [671 kB]
12:56:37 #10 10.46 Get:143 http://deb.debian.org/debian bookworm/main amd64 gnupg all 2.2.40-1 [846 kB]
12:56:37 #10 10.47 Get:144 http://deb.debian.org/debian bookworm/main amd64 libfile-dirlist-perl all 0.05-3 [7600 B]
12:56:37 #10 10.47 Get:145 http://deb.debian.org/debian bookworm/main amd64 libfile-which-perl all 1.27-2 [15.1 kB]
12:56:37 #10 10.47 Get:146 http://deb.debian.org/debian bookworm/main amd64 libfile-homedir-perl all 1.006-2 [42.4 kB]
12:56:37 #10 10.47 Get:147 http://deb.debian.org/debian bookworm/main amd64 libfile-touch-perl all 0.12-2 [8816 B]
12:56:37 #10 10.47 Get:148 http://deb.debian.org/debian bookworm/main amd64 libio-pty-perl amd64 1:1.17-1 [34.9 kB]
12:56:37 #10 10.47 Get:149 http://deb.debian.org/debian bookworm/main amd64 libipc-run-perl all 20220807.0-1 [104 kB]
12:56:37 #10 10.48 Get:150 http://deb.debian.org/debian bookworm/main amd64 libclass-method-modifiers-perl all 2.14-1 [18.1 kB]
12:56:37 #10 10.48 Get:151 http://deb.debian.org/debian bookworm/main amd64 libclass-xsaccessor-perl amd64 1.19-4+b1 [36.4 kB]
12:56:37 #10 10.48 Get:152 http://deb.debian.org/debian bookworm/main amd64 libb-hooks-op-check-perl amd64 0.22-2+b1 [10.5 kB]
12:56:37 #10 10.48 Get:153 http://deb.debian.org/debian bookworm/main amd64 libdynaloader-functions-perl all 0.003-3 [12.7 kB]
12:56:37 #10 10.48 Get:154 http://deb.debian.org/debian bookworm/main amd64 libdevel-callchecker-perl amd64 0.008-2 [15.8 kB]
12:56:37 #10 10.48 Get:155 http://deb.debian.org/debian bookworm/main amd64 libparams-classify-perl amd64 0.015-2+b1 [23.1 kB]
12:56:37 #10 10.48 Get:156 http://deb.debian.org/debian bookworm/main amd64 libmodule-runtime-perl all 0.016-2 [19.6 kB]
12:56:37 #10 10.48 Get:157 http://deb.debian.org/debian bookworm/main amd64 libimport-into-perl all 1.002005-2 [11.3 kB]
12:56:37 #10 10.48 Get:158 http://deb.debian.org/debian bookworm/main amd64 librole-tiny-perl all 2.002004-1 [21.4 kB]
12:56:37 #10 10.48 Get:159 http://deb.debian.org/debian bookworm/main amd64 libsub-quote-perl all 2.006008-1 [21.8 kB]
12:56:37 #10 10.48 Get:160 http://deb.debian.org/debian bookworm/main amd64 libmoo-perl all 2.005005-1 [58.0 kB]
12:56:37 #10 10.49 Get:161 http://deb.debian.org/debian bookworm/main amd64 libencode-locale-perl all 1.05-3 [12.9 kB]
12:56:37 #10 10.49 Get:162 http://deb.debian.org/debian bookworm/main amd64 libtimedate-perl all 2.3300-2 [39.3 kB]
12:56:37 #10 10.49 Get:163 http://deb.debian.org/debian bookworm/main amd64 libhttp-date-perl all 6.05-2 [10.5 kB]
12:56:37 #10 10.49 Get:164 http://deb.debian.org/debian bookworm/main amd64 libfile-listing-perl all 6.15-1 [12.6 kB]
12:56:37 #10 10.49 Get:165 http://deb.debian.org/debian bookworm/main amd64 libhtml-tagset-perl all 3.20-6 [11.7 kB]
12:56:37 #10 10.49 Get:166 http://deb.debian.org/debian bookworm/main amd64 libregexp-ipv6-perl all 0.03-3 [5212 B]
12:56:37 #10 10.49 Get:167 http://deb.debian.org/debian bookworm/main amd64 liburi-perl all 5.17-1 [90.4 kB]
12:56:37 #10 10.49 Get:168 http://deb.debian.org/debian bookworm/main amd64 libhtml-parser-perl amd64 3.81-1 [101 kB]
12:56:37 #10 10.49 Get:169 http://deb.debian.org/debian bookworm/main amd64 libhtml-tree-perl all 5.07-3 [211 kB]
12:56:37 #10 10.50 Get:170 http://deb.debian.org/debian bookworm/main amd64 libclone-perl amd64 0.46-1 [13.7 kB]
12:56:37 #10 10.50 Get:171 http://deb.debian.org/debian bookworm/main amd64 libio-html-perl all 1.004-3 [16.2 kB]
12:56:37 #10 10.50 Get:172 http://deb.debian.org/debian bookworm/main amd64 liblwp-mediatypes-perl all 6.04-2 [20.2 kB]
12:56:37 #10 10.50 Get:173 http://deb.debian.org/debian bookworm/main amd64 libhttp-message-perl all 6.44-1 [81.7 kB]
12:56:37 #10 10.50 Get:174 http://deb.debian.org/debian bookworm/main amd64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
12:56:37 #10 10.50 Get:175 http://deb.debian.org/debian bookworm/main amd64 libhttp-negotiate-perl all 6.01-2 [13.1 kB]
12:56:37 #10 10.50 Get:176 http://deb.debian.org/debian bookworm/main amd64 perl-openssl-defaults amd64 7+b1 [7924 B]
12:56:37 #10 10.50 Get:177 http://deb.debian.org/debian bookworm/main amd64 libnet-ssleay-perl amd64 1.92-2+b1 [317 kB]
12:56:37 #10 10.51 Get:178 http://deb.debian.org/debian bookworm/main amd64 libio-socket-ssl-perl all 2.078-1 [217 kB]
12:56:37 #10 10.51 Get:179 http://deb.debian.org/debian bookworm/main amd64 libnet-http-perl all 6.22-1 [25.3 kB]
12:56:37 #10 10.51 Get:180 http://deb.debian.org/debian bookworm/main amd64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
12:56:37 #10 10.51 Get:181 http://deb.debian.org/debian bookworm/main amd64 libtry-tiny-perl all 0.31-2 [22.6 kB]
12:56:37 #10 10.51 Get:182 http://deb.debian.org/debian bookworm/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
12:56:37 #10 10.51 Get:183 http://deb.debian.org/debian bookworm/main amd64 libwww-perl all 6.67-1 [194 kB]
12:56:37 #10 10.51 Get:184 http://deb.debian.org/debian bookworm/main amd64 patchutils amd64 0.4.2-1 [77.5 kB]
12:56:37 #10 10.52 Get:185 http://deb.debian.org/debian bookworm/main amd64 wdiff amd64 1.2.2-4 [119 kB]
12:56:37 #10 10.52 Get:186 http://deb.debian.org/debian bookworm/main amd64 devscripts amd64 2.22.2 [1182 kB]
12:56:37 #10 10.53 Get:187 http://deb.debian.org/debian bookworm/main amd64 diffstat amd64 1.65-1 [33.3 kB]
12:56:37 #10 10.53 Get:188 http://deb.debian.org/debian bookworm/main amd64 distro-info-data all 0.56 [5500 B]
12:56:37 #10 10.53 Get:189 http://deb.debian.org/debian bookworm/main amd64 python3-pkg-resources all 65.6.3-1 [278 kB]
12:56:37 #10 10.53 Get:190 http://deb.debian.org/debian bookworm/main amd64 python3-chardet all 5.1.0+dfsg-2 [110 kB]
12:56:37 #10 10.54 Get:191 http://deb.debian.org/debian bookworm/main amd64 python3-debian all 0.1.49 [115 kB]
12:56:37 #10 10.54 Get:192 http://deb.debian.org/debian bookworm/main amd64 libgpgme11 amd64 1.18.0-3+b1 [300 kB]
12:56:37 #10 10.54 Get:193 http://deb.debian.org/debian bookworm/main amd64 python3-gpg amd64 1.18.0-3+b1 [363 kB]
12:56:37 #10 10.54 Get:194 http://deb.debian.org/debian bookworm/main amd64 python3-xdg all 0.28-2 [40.5 kB]
12:56:37 #10 10.55 Get:195 http://deb.debian.org/debian bookworm/main amd64 dput all 1.1.3 [42.7 kB]
12:56:37 #10 10.55 Get:196 http://deb.debian.org/debian bookworm/main amd64 equivs all 2.3.1 [22.7 kB]
12:56:37 #10 10.55 Get:197 http://deb.debian.org/debian bookworm/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB]
12:56:37 #10 10.56 Get:198 http://deb.debian.org/debian bookworm/main amd64 fontconfig-config amd64 2.14.1-4 [315 kB]
12:56:37 #10 10.56 Get:199 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.87.0-2 [369 kB]
12:56:37 #10 10.57 Get:200 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB]
12:56:37 #10 10.57 Get:201 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.1-0.1 [2042 kB]
12:56:37 #10 10.59 Get:202 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.1-0.1 [7162 kB]
12:56:37 #10 10.72 Get:203 http://deb.debian.org/debian bookworm/main amd64 iso-codes all 4.12.0-1 [2888 kB]
12:56:37 #10 10.74 Get:204 http://deb.debian.org/debian bookworm/main amd64 libabsl20220623 amd64 20220623.1-1 [391 kB]
12:56:37 #10 10.74 Get:205 http://deb.debian.org/debian bookworm/main amd64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
12:56:37 #10 10.74 Get:206 http://deb.debian.org/debian bookworm/main amd64 libalgorithm-diff-xs-perl amd64 0.04-8+b1 [11.4 kB]
12:56:37 #10 10.75 Get:207 http://deb.debian.org/debian bookworm/main amd64 libalgorithm-merge-perl all 0.08-5 [11.8 kB]
12:56:37 #10 10.75 Get:208 http://deb.debian.org/debian bookworm/main amd64 libaliased-perl all 0.34-3 [13.5 kB]
12:56:37 #10 10.75 Get:209 http://deb.debian.org/debian bookworm/main amd64 libaom3 amd64 3.5.0-1 [1796 kB]
12:56:37 #10 10.76 Get:210 http://deb.debian.org/debian bookworm/main amd64 libapt-pkg-perl amd64 0.1.40+b2 [69.2 kB]
12:56:37 #10 10.76 Get:211 http://deb.debian.org/debian bookworm/main amd64 libarchive-cpio-perl all 0.10-3 [10.8 kB]
12:56:37 #10 10.76 Get:212 http://deb.debian.org/debian bookworm/main amd64 libarchive13 amd64 3.6.2-1 [343 kB]
12:56:37 #10 10.77 Get:213 http://deb.debian.org/debian bookworm/main amd64 libarray-intspan-perl all 2.004-2 [25.7 kB]
12:56:37 #10 10.77 Get:214 http://deb.debian.org/debian bookworm/main amd64 libauthen-sasl-perl all 2.1600-3 [43.9 kB]
12:56:37 #10 10.77 Get:215 http://deb.debian.org/debian bookworm/main amd64 libdav1d6 amd64 1.0.0-2 [495 kB]
12:56:37 #10 10.77 Get:216 http://deb.debian.org/debian bookworm/main amd64 libgav1-1 amd64 0.18.0-1+b1 [332 kB]
12:56:37 #10 10.78 Get:217 http://deb.debian.org/debian bookworm/main amd64 librav1e0 amd64 0.5.1-6 [763 kB]
12:56:37 #10 10.79 Get:218 http://deb.debian.org/debian bookworm/main amd64 libsvtav1enc1 amd64 1.4.1+dfsg-1 [2121 kB]
12:56:37 #10 10.81 Get:219 http://deb.debian.org/debian bookworm/main amd64 libjpeg62-turbo amd64 1:2.1.2-1+b1 [169 kB]
12:56:37 #10 10.81 Get:220 http://deb.debian.org/debian bookworm/main amd64 libyuv0 amd64 0.0~git20230104.6e4b0ac-1 [167 kB]
12:56:37 #10 10.81 Get:221 http://deb.debian.org/debian bookworm/main amd64 libavif15 amd64 0.11.1-1 [93.8 kB]
12:56:37 #10 10.81 Get:222 http://deb.debian.org/debian bookworm/main amd64 libmodule-implementation-perl all 0.09-2 [12.6 kB]
12:56:37 #10 10.81 Get:223 http://deb.debian.org/debian bookworm/main amd64 libsub-exporter-progressive-perl all 0.001013-3 [7496 B]
12:56:37 #10 10.82 Get:224 http://deb.debian.org/debian bookworm/main amd64 libvariable-magic-perl amd64 0.63-1+b1 [44.0 kB]
12:56:37 #10 10.82 Get:225 http://deb.debian.org/debian bookworm/main amd64 libb-hooks-endofscope-perl all 0.26-1 [19.6 kB]
12:56:37 #10 10.82 Get:226 http://deb.debian.org/debian bookworm/main amd64 libberkeleydb-perl amd64 0.64-2+b1 [123 kB]
12:56:37 #10 10.82 Get:227 http://deb.debian.org/debian bookworm/main amd64 libpng16-16 amd64 1.6.39-2 [276 kB]
12:56:37 #10 10.83 Get:228 http://deb.debian.org/debian bookworm/main amd64 libfreetype6 amd64 2.12.1+dfsg-4 [399 kB]
12:56:37 #10 10.83 Get:229 http://deb.debian.org/debian bookworm/main amd64 libfontconfig1 amd64 2.14.1-4 [386 kB]
12:56:37 #10 10.83 Get:230 http://deb.debian.org/debian bookworm/main amd64 libde265-0 amd64 1.0.11-1 [185 kB]
12:56:37 #10 10.84 Get:231 http://deb.debian.org/debian bookworm/main amd64 libnuma1 amd64 2.0.16-1 [21.0 kB]
12:56:37 #10 10.84 Get:232 http://deb.debian.org/debian bookworm/main amd64 libx265-199 amd64 3.5-2+b1 [1150 kB]
12:56:37 #10 10.85 Get:233 http://deb.debian.org/debian bookworm/main amd64 libheif1 amd64 1.14.2-1 [209 kB]
12:56:37 #10 10.85 Get:234 http://deb.debian.org/debian bookworm/main amd64 libdeflate0 amd64 1.14-1 [61.4 kB]
12:56:37 #10 10.85 Get:235 http://deb.debian.org/debian bookworm/main amd64 libjbig0 amd64 2.1-6.1 [31.7 kB]
12:56:37 #10 10.85 Get:236 http://deb.debian.org/debian bookworm/main amd64 liblerc4 amd64 4.0.0+ds-2 [170 kB]
12:56:37 #10 10.85 Get:237 http://deb.debian.org/debian bookworm/main amd64 libwebp7 amd64 1.2.4-0.1 [285 kB]
12:56:37 #10 10.86 Get:238 http://deb.debian.org/debian bookworm/main amd64 libtiff6 amd64 4.5.0-4 [315 kB]
12:56:37 #10 10.86 Get:239 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
12:56:37 #10 10.86 Get:240 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
12:56:37 #10 10.86 Get:241 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB]
12:56:37 #10 10.86 Get:242 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.3-3 [292 kB]
12:56:37 #10 10.87 Get:243 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.3-3 [759 kB]
12:56:37 #10 10.87 Get:244 http://deb.debian.org/debian bookworm/main amd64 libxpm4 amd64 1:3.5.12-1.1 [48.4 kB]
12:56:37 #10 10.87 Get:245 http://deb.debian.org/debian bookworm/main amd64 libgd3 amd64 2.3.3-7+b1 [124 kB]
12:56:37 #10 10.88 Get:246 http://deb.debian.org/debian bookworm/main amd64 libc-devtools amd64 2.36-8 [51.4 kB]
12:56:37 #10 10.88 Get:247 http://deb.debian.org/debian bookworm/main amd64 libcapture-tiny-perl all 0.48-2 [24.6 kB]
12:56:37 #10 10.88 Get:248 http://deb.debian.org/debian bookworm/main amd64 libcgi-pm-perl all 4.55-1 [220 kB]
12:56:37 #10 10.88 Get:249 http://deb.debian.org/debian bookworm/main amd64 libfcgi0ldbl amd64 2.4.2-2 [26.1 kB]
12:56:37 #10 10.88 Get:250 http://deb.debian.org/debian bookworm/main amd64 libfcgi-perl amd64 0.82+ds-2 [25.2 kB]
12:56:37 #10 10.88 Get:251 http://deb.debian.org/debian bookworm/main amd64 libcgi-fast-perl all 1:2.15-1 [12.1 kB]
12:56:37 #10 10.88 Get:252 http://deb.debian.org/debian bookworm/main amd64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
12:56:37 #10 10.88 Get:253 http://deb.debian.org/debian bookworm/main amd64 libclass-inspector-perl all 1.36-3 [17.5 kB]
12:56:37 #10 10.88 Get:254 http://deb.debian.org/debian bookworm/main amd64 libcommon-sense-perl amd64 3.75-3 [23.0 kB]
12:56:37 #10 10.88 Get:255 http://deb.debian.org/debian bookworm/main amd64 libconfig-tiny-perl all 2.28-2 [16.4 kB]
12:56:37 #10 10.89 Get:256 http://deb.debian.org/debian bookworm/main amd64 libparams-util-perl amd64 1.102-2+b1 [24.8 kB]
12:56:37 #10 10.89 Get:257 http://deb.debian.org/debian bookworm/main amd64 libsub-install-perl all 0.929-1 [10.5 kB]
12:56:37 #10 10.89 Get:258 http://deb.debian.org/debian bookworm/main amd64 libdata-optlist-perl all 0.113-1 [10.6 kB]
12:56:37 #10 10.89 Get:259 http://deb.debian.org/debian bookworm/main amd64 libsub-exporter-perl all 0.989-1 [50.5 kB]
12:56:37 #10 10.89 Get:260 http://deb.debian.org/debian bookworm/main amd64 libconst-fast-perl all 0.014-2 [8792 B]
12:56:37 #10 10.89 Get:261 http://deb.debian.org/debian bookworm/main amd64 libwant-perl amd64 0.29-2+b1 [27.5 kB]
12:56:37 #10 10.89 Get:262 http://deb.debian.org/debian bookworm/main amd64 libcontextual-return-perl all 0.004014-4 [54.9 kB]
12:56:37 #10 10.89 Get:263 http://deb.debian.org/debian bookworm/main amd64 libconvert-binhex-perl all 1.125-3 [27.4 kB]
12:56:37 #10 10.89 Get:264 http://deb.debian.org/debian bookworm/main amd64 libcpanel-json-xs-perl amd64 4.32-1+b1 [130 kB]
12:56:37 #10 10.89 Get:265 http://deb.debian.org/debian bookworm/main amd64 libdevel-stacktrace-perl all 2.0400-2 [26.8 kB]
12:56:37 #10 10.89 Get:266 http://deb.debian.org/debian bookworm/main amd64 libexception-class-perl all 1.45-1 [34.6 kB]
12:56:37 #10 10.89 Get:267 http://deb.debian.org/debian bookworm/main amd64 libiterator-perl all 0.03+ds1-2 [18.8 kB]
12:56:37 #10 10.90 Get:268 http://deb.debian.org/debian bookworm/main amd64 libiterator-util-perl all 0.02+ds1-2 [14.0 kB]
12:56:37 #10 10.90 Get:269 http://deb.debian.org/debian bookworm/main amd64 libdata-dpath-perl all 0.58-2 [43.6 kB]
12:56:37 #10 10.90 Get:270 http://deb.debian.org/debian bookworm/main amd64 libdata-dump-perl all 1.25-1 [28.4 kB]
12:56:37 #10 10.90 Get:271 http://deb.debian.org/debian bookworm/main amd64 libdata-messagepack-perl amd64 1.02-1+b1 [35.2 kB]
12:56:37 #10 10.90 Get:272 http://deb.debian.org/debian bookworm/main amd64 libnet-domain-tld-perl all 1.75-3 [31.9 kB]
12:56:37 #10 10.90 Get:273 http://deb.debian.org/debian bookworm/main amd64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
12:56:37 #10 10.90 Get:274 http://deb.debian.org/debian bookworm/main amd64 libnet-ipv6addr-perl all 1.02-1 [21.7 kB]
12:56:37 #10 10.90 Get:275 http://deb.debian.org/debian bookworm/main amd64 libnet-netmask-perl all 2.0002-2 [28.6 kB]
12:56:37 #10 10.90 Get:276 http://deb.debian.org/debian bookworm/main amd64 libnetaddr-ip-perl amd64 4.079+dfsg-2+b1 [99.5 kB]
12:56:37 #10 10.90 Get:277 http://deb.debian.org/debian bookworm/main amd64 libdata-validate-ip-perl all 0.31-1 [20.6 kB]
12:56:37 #10 10.90 Get:278 http://deb.debian.org/debian bookworm/main amd64 libdata-validate-uri-perl all 0.07-2 [11.2 kB]
12:56:37 #10 10.90 Get:279 http://deb.debian.org/debian bookworm/main amd64 libdevel-size-perl amd64 0.83-2+b1 [24.3 kB]
12:56:37 #10 10.91 Get:280 http://deb.debian.org/debian bookworm/main amd64 libdistro-info-perl all 1.5 [5300 B]
12:56:37 #10 10.91 Get:281 http://deb.debian.org/debian bookworm/main amd64 libemail-address-xs-perl amd64 1.05-1+b1 [29.4 kB]
12:56:37 #10 10.91 Get:282 http://deb.debian.org/debian bookworm/main amd64 libexporter-tiny-perl all 1.006000-1 [38.6 kB]
12:56:37 #10 10.91 Get:283 http://deb.debian.org/debian bookworm/main amd64 libfcgi-bin amd64 2.4.2-2 [12.9 kB]
12:56:37 #10 10.91 Get:284 http://deb.debian.org/debian bookworm/main amd64 libindirect-perl amd64 0.39-2+b1 [27.1 kB]
12:56:37 #10 10.91 Get:285 http://deb.debian.org/debian bookworm/main amd64 libxs-parse-keyword-perl amd64 0.32-1 [57.6 kB]
12:56:37 #10 10.91 Get:286 http://deb.debian.org/debian bookworm/main amd64 libxs-parse-sublike-perl amd64 0.16-1+b2 [28.5 kB]
12:56:37 #10 10.91 Get:287 http://deb.debian.org/debian bookworm/main amd64 libobject-pad-perl amd64 0.78-1 [116 kB]
12:56:37 #10 10.91 Get:288 http://deb.debian.org/debian bookworm/main amd64 libfeature-compat-class-perl all 0.05-1 [11.0 kB]
12:56:37 #10 10.91 Get:289 http://deb.debian.org/debian bookworm/main amd64 libsyntax-keyword-try-perl amd64 0.28-1 [28.6 kB]
12:56:37 #10 10.91 Get:290 http://deb.debian.org/debian bookworm/main amd64 libfeature-compat-try-perl all 0.05-1 [10.4 kB]
12:56:37 #10 10.91 Get:291 http://deb.debian.org/debian bookworm/main amd64 libipc-system-simple-perl all 1.30-2 [26.8 kB]
12:56:37 #10 10.92 Get:292 http://deb.debian.org/debian bookworm/main amd64 libfile-basedir-perl all 0.09-2 [15.1 kB]
12:56:37 #10 10.92 Get:293 http://deb.debian.org/debian bookworm/main amd64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
12:56:37 #10 10.92 Get:294 http://deb.debian.org/debian bookworm/main amd64 libfile-fcntllock-perl amd64 0.22-4+b1 [34.8 kB]
12:56:37 #10 10.92 Get:295 http://deb.debian.org/debian bookworm/main amd64 libnumber-compare-perl all 0.03-3 [6332 B]
12:56:37 #10 10.92 Get:296 http://deb.debian.org/debian bookworm/main amd64 libtext-glob-perl all 0.11-3 [7676 B]
12:56:37 #10 10.92 Get:297 http://deb.debian.org/debian bookworm/main amd64 libfile-find-rule-perl all 0.34-3 [26.6 kB]
12:56:37 #10 10.92 Get:298 http://deb.debian.org/debian bookworm/main amd64 libfont-afm-perl all 1.20-4 [13.1 kB]
12:56:37 #10 10.92 Get:299 http://deb.debian.org/debian bookworm/main amd64 libio-string-perl all 1.08-4 [12.1 kB]
12:56:37 #10 10.92 Get:300 http://deb.debian.org/debian bookworm/main amd64 libfont-ttf-perl all 1.06-2 [318 kB]
12:56:37 #10 10.92 Get:301 http://deb.debian.org/debian bookworm/main amd64 libfreezethaw-perl all 0.5001-3 [16.0 kB]
12:56:37 #10 10.92 Get:302 http://deb.debian.org/debian bookworm/main amd64 libsort-versions-perl all 1.62-3 [8928 B]
12:56:37 #10 10.93 Get:303 http://deb.debian.org/debian bookworm/main amd64 libgit-wrapper-perl all 0.048-2 [33.4 kB]
12:56:37 #10 10.93 Get:304 http://deb.debian.org/debian bookworm/main amd64 libhttp-tiny-multipart-perl all 0.08-2 [9812 B]
12:56:37 #10 10.93 Get:305 http://deb.debian.org/debian bookworm/main amd64 libio-prompter-perl all 0.004015-2 [59.9 kB]
12:56:37 #10 10.93 Get:306 http://deb.debian.org/debian bookworm/main amd64 libjson-perl all 4.10000-1 [87.5 kB]
12:56:37 #10 10.93 Get:307 http://deb.debian.org/debian bookworm/main amd64 liblog-any-perl all 1.713-1 [76.3 kB]
12:56:37 #10 10.93 Get:308 http://deb.debian.org/debian bookworm/main amd64 liblog-any-adapter-screen-perl all 0.140-2 [13.3 kB]
12:56:37 #10 10.93 Get:309 http://deb.debian.org/debian bookworm/main amd64 libpackage-stash-perl all 0.40-1 [22.0 kB]
12:56:37 #10 10.93 Get:310 http://deb.debian.org/debian bookworm/main amd64 libsub-identify-perl amd64 0.14-3 [10.9 kB]
12:56:37 #10 10.93 Get:311 http://deb.debian.org/debian bookworm/main amd64 libsub-name-perl amd64 0.26-2+b1 [12.6 kB]
12:56:37 #10 10.93 Get:312 http://deb.debian.org/debian bookworm/main amd64 libnamespace-clean-perl all 0.27-2 [17.8 kB]
12:56:37 #10 10.93 Get:313 http://deb.debian.org/debian bookworm/main amd64 libpath-tiny-perl all 0.144-1 [56.4 kB]
12:56:37 #10 10.93 Get:314 http://deb.debian.org/debian bookworm/main amd64 libstrictures-perl all 2.000006-1 [18.6 kB]
12:56:37 #10 10.94 Get:315 http://deb.debian.org/debian bookworm/main amd64 libtype-tiny-perl all 2.002001-1 [377 kB]
12:56:37 #10 10.94 Get:316 http://deb.debian.org/debian bookworm/main amd64 libgitlab-api-v4-perl all 0.26-2 [88.1 kB]
12:56:37 #10 10.94 Get:317 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-0 amd64 2.74.5-1 [1396 kB]
12:56:37 #10 10.95 Get:318 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-data all 2.74.5-1 [1210 kB]
12:56:37 #10 10.97 Get:319 http://deb.debian.org/debian bookworm/main amd64 libgpm2 amd64 1.20.7-10+b1 [14.2 kB]
12:56:37 #10 10.97 Get:320 http://deb.debian.org/debian bookworm/main amd64 libhtml-form-perl all 6.10-1 [24.0 kB]
12:56:37 #10 10.97 Get:321 http://deb.debian.org/debian bookworm/main amd64 libhtml-format-perl all 2.16-2 [38.8 kB]
12:56:37 #10 10.97 Get:322 http://deb.debian.org/debian bookworm/main amd64 libhtml-html5-entities-perl all 0.004-3 [21.0 kB]
12:56:37 #10 10.97 Get:323 http://deb.debian.org/debian bookworm/main amd64 libhtml-tokeparser-simple-perl all 3.16-4 [39.1 kB]
12:56:37 #10 10.97 Get:324 http://deb.debian.org/debian bookworm/main amd64 libhttp-daemon-perl all 6.14-2 [23.7 kB]
12:56:37 #10 10.97 Get:325 http://deb.debian.org/debian bookworm/main amd64 libio-interactive-perl all 1.023-2 [11.0 kB]
12:56:37 #10 10.97 Get:326 http://deb.debian.org/debian bookworm/main amd64 libio-sessiondata-perl all 1.03-3 [6316 B]
12:56:37 #10 10.97 Get:327 http://deb.debian.org/debian bookworm/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB]
12:56:37 #10 10.97 Get:328 http://deb.debian.org/debian bookworm/main amd64 libipc-run3-perl all 0.048-3 [33.2 kB]
12:56:37 #10 10.97 Get:329 http://deb.debian.org/debian bookworm/main amd64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
12:56:37 #10 10.97 Get:330 http://deb.debian.org/debian bookworm/main amd64 libjson-xs-perl amd64 4.030-2+b1 [92.1 kB]
12:56:37 #10 10.98 Get:331 http://deb.debian.org/debian bookworm/main amd64 libjson-maybexs-perl all 1.004004-1 [13.3 kB]
12:56:37 #10 10.98 Get:332 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-3 [29.2 kB]
12:56:37 #10 10.98 Get:333 http://deb.debian.org/debian bookworm/main amd64 liblist-compare-perl all 0.55-2 [65.7 kB]
12:56:37 #10 10.98 Get:334 http://deb.debian.org/debian bookworm/main amd64 liblist-someutils-perl all 0.59-1 [37.1 kB]
12:56:37 #10 10.98 Get:335 http://deb.debian.org/debian bookworm/main amd64 liblist-someutils-xs-perl amd64 0.58-3 [34.5 kB]
12:56:37 #10 10.98 Get:336 http://deb.debian.org/debian bookworm/main amd64 liblist-utilsby-perl all 0.12-2 [15.5 kB]
12:56:37 #10 10.98 Get:337 http://deb.debian.org/debian bookworm/main amd64 libltdl7 amd64 2.4.7-5 [393 kB]
12:56:37 #10 10.98 Get:338 http://deb.debian.org/debian bookworm/main amd64 libltdl-dev amd64 2.4.7-5 [164 kB]
12:56:37 #10 10.99 Get:339 http://deb.debian.org/debian bookworm/main amd64 liblz1 amd64 1.13-5 [37.7 kB]
12:56:37 #10 10.99 Get:340 http://deb.debian.org/debian bookworm/main amd64 liblzo2-2 amd64 2.10-2 [56.9 kB]
12:56:37 #10 10.99 Get:341 http://deb.debian.org/debian bookworm/main amd64 libsys-hostname-long-perl all 1.5-3 [11.6 kB]
12:56:37 #10 10.99 Get:342 http://deb.debian.org/debian bookworm/main amd64 libmail-sendmail-perl all 0.80-3 [24.3 kB]
12:56:37 #10 10.99 Get:343 http://deb.debian.org/debian bookworm/main amd64 libnet-smtp-ssl-perl all 1.04-2 [6548 B]
12:56:37 #10 10.99 Get:344 http://deb.debian.org/debian bookworm/main amd64 libmailtools-perl all 2.21-2 [95.6 kB]
12:56:37 #10 10.99 Get:345 http://deb.debian.org/debian bookworm/main amd64 libmarkdown2 amd64 2.2.7-2 [37.0 kB]
12:56:37 #10 10.99 Get:346 http://deb.debian.org/debian bookworm/main amd64 libmath-base85-perl all 0.5+dfsg-2 [6684 B]
12:56:37 #10 10.99 Get:347 http://deb.debian.org/debian bookworm/main amd64 libmime-tools-perl all 5.510-1 [213 kB]
12:56:37 #10 11.00 Get:348 http://deb.debian.org/debian bookworm/main amd64 libmldbm-perl all 2.05-4 [16.8 kB]
12:56:37 #10 11.00 Get:349 http://deb.debian.org/debian bookworm/main amd64 libmoox-aliases-perl all 0.001006-2 [7156 B]
12:56:37 #10 11.00 Get:350 http://deb.debian.org/debian bookworm/main amd64 libmouse-perl amd64 2.5.10-1+b3 [170 kB]
12:56:37 #10 11.00 Get:351 http://deb.debian.org/debian bookworm/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b11 [37.1 kB]
12:56:37 #10 11.00 Get:352 http://deb.debian.org/debian bookworm/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b11 [26.4 kB]
12:56:37 #10 11.00 Get:353 http://deb.debian.org/debian bookworm/main amd64 libpackage-stash-xs-perl amd64 0.30-1+b1 [19.8 kB]
12:56:37 #10 11.01 Get:354 http://deb.debian.org/debian bookworm/main amd64 libpath-iterator-rule-perl all 1.015-2 [41.7 kB]
12:56:37 #10 11.01 Get:355 http://deb.debian.org/debian bookworm/main amd64 libperlio-gzip-perl amd64 0.20-1+b1 [17.3 kB]
12:56:37 #10 11.01 Get:356 http://deb.debian.org/debian bookworm/main amd64 libperlio-utf8-strict-perl amd64 0.010-1 [11.4 kB]
12:56:37 #10 11.01 Get:357 http://deb.debian.org/debian bookworm/main amd64 libpod-parser-perl all 1.65-1 [96.3 kB]
12:56:37 #10 11.01 Get:358 http://deb.debian.org/debian bookworm/main amd64 libpod-constants-perl all 0.19-2 [17.3 kB]
12:56:37 #10 11.01 Get:359 http://deb.debian.org/debian bookworm/main amd64 libproc-processtable-perl amd64 0.634-1+b2 [43.1 kB]
12:56:37 #10 11.01 Get:360 http://deb.debian.org/debian bookworm/main amd64 libre2-9 amd64 20220601+dfsg-1+b1 [179 kB]
12:56:37 #10 11.02 Get:361 http://deb.debian.org/debian bookworm/main amd64 libre-engine-re2-perl amd64 0.17+ds-1 [19.3 kB]
12:56:37 #10 11.02 Get:362 http://deb.debian.org/debian bookworm/main amd64 libreadonly-perl all 2.050-3 [23.1 kB]
12:56:37 #10 11.02 Get:363 http://deb.debian.org/debian bookworm/main amd64 libref-util-perl all 0.204-2 [17.4 kB]
12:56:37 #10 11.02 Get:364 http://deb.debian.org/debian bookworm/main amd64 libref-util-xs-perl amd64 0.117-2+b1 [14.1 kB]
12:56:37 #10 11.02 Get:365 http://deb.debian.org/debian bookworm/main amd64 libregexp-pattern-license-perl all 3.9.4-3 [93.3 kB]
12:56:37 #10 11.02 Get:366 http://deb.debian.org/debian bookworm/main amd64 libregexp-pattern-perl all 0.2.14-2 [18.7 kB]
12:56:37 #10 11.02 Get:367 http://deb.debian.org/debian bookworm/main amd64 libregexp-wildcards-perl all 1.05-3 [14.1 kB]
12:56:37 #10 11.02 Get:368 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB]
12:56:37 #10 11.02 Get:369 http://deb.debian.org/debian bookworm/main amd64 libsereal-decoder-perl amd64 5.002+ds-1 [102 kB]
12:56:37 #10 11.02 Get:370 http://deb.debian.org/debian bookworm/main amd64 libsereal-encoder-perl amd64 5.002+ds-1 [105 kB]
12:56:37 #10 11.03 Get:371 http://deb.debian.org/debian bookworm/main amd64 libset-intspan-perl all 1.19-3 [25.3 kB]
12:56:37 #10 11.03 Get:372 http://deb.debian.org/debian bookworm/main amd64 libtask-weaken-perl all 1.06-2 [9364 B]
12:56:37 #10 11.03 Get:373 http://deb.debian.org/debian bookworm/main amd64 libxml-parser-perl amd64 2.46-4 [201 kB]
12:56:37 #10 11.03 Get:374 http://deb.debian.org/debian bookworm/main amd64 libsoap-lite-perl all 1.27-2 [239 kB]
12:56:37 #10 11.03 Get:375 http://deb.debian.org/debian bookworm/main amd64 libsocket6-perl amd64 0.29-3 [21.6 kB]
12:56:37 #10 11.03 Get:376 http://deb.debian.org/debian bookworm/main amd64 libstring-copyright-perl all 0.003014-1 [23.4 kB]
12:56:37 #10 11.03 Get:377 http://deb.debian.org/debian bookworm/main amd64 libstring-escape-perl all 2010.002-3 [18.7 kB]
12:56:37 #10 11.04 Get:378 http://deb.debian.org/debian bookworm/main amd64 libstring-license-perl all 0.0.2-1 [34.3 kB]
12:56:37 #10 11.04 Get:379 http://deb.debian.org/debian bookworm/main amd64 libstring-shellquote-perl all 1.04-3 [11.9 kB]
12:56:37 #10 11.04 Get:380 http://deb.debian.org/debian bookworm/main amd64 libsys-cpuaffinity-perl amd64 1.13~03-2+b1 [33.4 kB]
12:56:37 #10 11.04 Get:381 http://deb.debian.org/debian bookworm/main amd64 libterm-readkey-perl amd64 2.38-2+b1 [24.5 kB]
12:56:37 #10 11.04 Get:382 http://deb.debian.org/debian bookworm/main amd64 libtext-levenshteinxs-perl amd64 0.03-5+b1 [8404 B]
12:56:37 #10 11.04 Get:383 http://deb.debian.org/debian bookworm/main amd64 libtext-markdown-discount-perl amd64 0.16-1 [13.0 kB]
12:56:37 #10 11.04 Get:384 http://deb.debian.org/debian bookworm/main amd64 libtext-xslate-perl amd64 3.5.9-1+b2 [198 kB]
12:56:37 #10 11.05 Get:385 http://deb.debian.org/debian bookworm/main amd64 libtime-duration-perl all 1.21-2 [13.1 kB]
12:56:37 #10 11.05 Get:386 http://deb.debian.org/debian bookworm/main amd64 libtime-moment-perl amd64 0.44-2+b1 [73.0 kB]
12:56:37 #10 11.05 Get:387 http://deb.debian.org/debian bookworm/main amd64 libtype-tiny-xs-perl amd64 0.025-1 [26.4 kB]
12:56:37 #10 11.05 Get:388 http://deb.debian.org/debian bookworm/main amd64 libunicode-utf8-perl amd64 0.62-2 [20.2 kB]
12:56:37 #10 11.05 Get:389 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB]
12:56:37 #10 11.05 Get:390 http://deb.debian.org/debian bookworm/main amd64 libwww-mechanize-perl all 2.15-1 [120 kB]
12:56:37 #10 11.05 Get:391 http://deb.debian.org/debian bookworm/main amd64 libxdelta2 amd64 1.1.3-10.4 [49.5 kB]
12:56:37 #10 11.05 Get:392 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB]
12:56:37 #10 11.05 Get:393 http://deb.debian.org/debian bookworm/main amd64 libxml-namespacesupport-perl all 1.12-2 [15.1 kB]
12:56:37 #10 11.06 Get:394 http://deb.debian.org/debian bookworm/main amd64 libxml-sax-base-perl all 1.09-3 [20.6 kB]
12:56:37 #10 11.06 Get:395 http://deb.debian.org/debian bookworm/main amd64 libxml-sax-perl all 1.02+dfsg-3 [59.4 kB]
12:56:37 #10 11.06 Get:396 http://deb.debian.org/debian bookworm/main amd64 libxml-libxml-perl amd64 2.0207+dfsg+really+2.0134-1+b1 [322 kB]
12:56:37 #10 11.06 Get:397 http://deb.debian.org/debian bookworm/main amd64 libxml-sax-expat-perl all 0.51-2 [11.1 kB]
12:56:37 #10 11.06 Get:398 http://deb.debian.org/debian bookworm/main amd64 libxmlrpc-lite-perl all 0.717-5 [22.4 kB]
12:56:37 #10 11.06 Get:399 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB]
12:56:37 #10 11.06 Get:400 http://deb.debian.org/debian bookworm/main amd64 libxstring-perl amd64 0.005-2+b1 [8320 B]
12:56:37 #10 11.07 Get:401 http://deb.debian.org/debian bookworm/main amd64 libyaml-0-2 amd64 0.2.5-1 [53.6 kB]
12:56:37 #10 11.07 Get:402 http://deb.debian.org/debian bookworm/main amd64 libyaml-libyaml-perl amd64 0.86+ds-1 [34.4 kB]
12:56:37 #10 11.07 Get:403 http://deb.debian.org/debian bookworm/main amd64 licensecheck all 3.3.5-1 [49.8 kB]
12:56:37 #10 11.07 Get:404 http://deb.debian.org/debian bookworm/main amd64 plzip amd64 1.10-5 [61.9 kB]
12:56:37 #10 11.07 Get:405 http://deb.debian.org/debian bookworm/main amd64 lzop amd64 1.04-2 [84.2 kB]
12:56:37 #10 11.07 Get:406 http://deb.debian.org/debian bookworm/main amd64 t1utils amd64 1.41-4 [62.1 kB]
12:56:37 #10 11.07 Get:407 http://deb.debian.org/debian bookworm/main amd64 unzip amd64 6.0-27 [172 kB]
12:56:37 #10 11.08 Get:408 http://deb.debian.org/debian bookworm/main amd64 lintian all 2.116.3 [1130 kB]
12:56:37 #10 11.09 Get:409 http://deb.debian.org/debian bookworm/main amd64 lsb-release all 12.0-1 [6416 B]
12:56:37 #10 11.09 Get:410 http://deb.debian.org/debian bookworm/main amd64 manpages-dev all 6.02-1 [2022 kB]
12:56:37 #10 11.10 Get:411 http://deb.debian.org/debian bookworm/main amd64 pbzip2 amd64 1.1.13-1 [44.9 kB]
12:56:37 #10 11.11 Get:412 http://deb.debian.org/debian bookworm/main amd64 pixz amd64 1.0.7-2 [21.2 kB]
12:56:37 #10 11.11 Get:413 http://deb.debian.org/debian bookworm/main amd64 xdelta amd64 1.1.3-10.4 [28.0 kB]
12:56:37 #10 11.11 Get:414 http://deb.debian.org/debian bookworm/main amd64 xdelta3 amd64 3.0.11-dfsg-1.2 [70.4 kB]
12:56:37 #10 11.11 Get:415 http://deb.debian.org/debian bookworm/main amd64 pristine-tar amd64 1.50 [113 kB]
12:56:37 #10 11.11 Get:416 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20221208.1942-1 [126 kB]
12:56:37 #10 11.11 Get:417 http://deb.debian.org/debian bookworm/main amd64 python-apt-common all 2.5.2 [64.1 kB]
12:56:37 #10 11.11 Get:418 http://deb.debian.org/debian bookworm/main amd64 python3-apt amd64 2.5.2+b1 [158 kB]
12:56:37 #10 11.12 Get:419 http://deb.debian.org/debian bookworm/main amd64 python3-certifi all 2022.9.24-1 [153 kB]
12:56:37 #10 11.12 Get:420 http://deb.debian.org/debian bookworm/main amd64 python3-charset-normalizer all 3.0.1-2 [49.3 kB]
12:56:37 #10 11.12 Get:421 http://deb.debian.org/debian bookworm/main amd64 python3-idna all 3.3-1 [39.4 kB]
12:56:37 #10 11.12 Get:422 http://deb.debian.org/debian bookworm/main amd64 python3-magic all 2:0.4.26-3 [14.5 kB]
12:56:37 #10 11.12 Get:423 http://deb.debian.org/debian bookworm/main amd64 python3-six all 1.16.0-4 [17.5 kB]
12:56:37 #10 11.12 Get:424 http://deb.debian.org/debian bookworm/main amd64 python3-urllib3 all 1.26.12-1 [117 kB]
12:56:37 #10 11.12 Get:425 http://deb.debian.org/debian bookworm/main amd64 python3-requests all 2.28.1+dfsg-1 [67.9 kB]
12:56:37 #10 11.13 Get:426 http://deb.debian.org/debian bookworm/main amd64 python3-unidiff all 0.7.3-1 [11.7 kB]
12:56:37 #10 11.13 Get:427 http://deb.debian.org/debian bookworm/main amd64 shared-mime-info amd64 2.2-1 [729 kB]
12:56:37 #10 11.13 Get:428 http://deb.debian.org/debian bookworm/main amd64 strace amd64 6.1-0.1 [1314 kB]
12:56:37 #10 11.15 Get:429 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB]
12:56:37 #10 11.15 Get:430 http://deb.debian.org/debian bookworm/main amd64 xdg-user-dirs amd64 0.18-1 [54.4 kB]
12:56:37 #10 11.15 Get:431 http://deb.debian.org/debian bookworm/main amd64 zstd amd64 1.5.2+dfsg2-3 [661 kB]
12:56:37 #10 11.47 debconf: delaying package configuration, since apt-utils is not installed
12:56:37 #10 11.52 Fetched 194 MB in 3s (69.0 MB/s)
12:56:37 #10 11.58 Selecting previously unselected package perl-modules-5.36.
12:56:37 #10 11.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 ... 6002 files and directories currently installed.)
12:56:37 #10 11.60 Preparing to unpack .../0-perl-modules-5.36_5.36.0-7_all.deb ...
12:56:37 #10 11.61 Unpacking perl-modules-5.36 (5.36.0-7) ...
12:56:37 #10 12.18 Selecting previously unselected package libgdbm6:amd64.
12:56:37 #10 12.18 Preparing to unpack .../1-libgdbm6_1.23-3_amd64.deb ...
12:56:37 #10 12.18 Unpacking libgdbm6:amd64 (1.23-3) ...
12:56:37 #10 12.23 Selecting previously unselected package libgdbm-compat4:amd64.
12:56:37 #10 12.23 Preparing to unpack .../2-libgdbm-compat4_1.23-3_amd64.deb ...
12:56:37 #10 12.24 Unpacking libgdbm-compat4:amd64 (1.23-3) ...
12:56:37 #10 12.28 Selecting previously unselected package libperl5.36:amd64.
12:56:37 #10 12.28 Preparing to unpack .../3-libperl5.36_5.36.0-7_amd64.deb ...
12:56:37 #10 12.29 Unpacking libperl5.36:amd64 (5.36.0-7) ...
12:56:37 #10 13.00 Selecting previously unselected package perl.
12:56:37 #10 13.00 Preparing to unpack .../4-perl_5.36.0-7_amd64.deb ...
12:56:37 #10 13.01 Unpacking perl (5.36.0-7) ...
12:56:37 #10 13.10 Selecting previously unselected package liblocale-gettext-perl.
12:56:37 #10 13.10 Preparing to unpack .../5-liblocale-gettext-perl_1.07-5_amd64.deb ...
12:56:37 #10 13.10 Unpacking liblocale-gettext-perl (1.07-5) ...
12:56:37 #10 13.14 Selecting previously unselected package libssl3:amd64.
12:56:37 #10 13.14 Preparing to unpack .../6-libssl3_3.0.7-2_amd64.deb ...
12:56:37 #10 13.15 Unpacking libssl3:amd64 (3.0.7-2) ...
12:56:37 #10 13.41 Selecting previously unselected package libpython3.11-minimal:amd64.
12:56:37 #10 13.41 Preparing to unpack .../7-libpython3.11-minimal_3.11.1-2_amd64.deb ...
12:56:37 #10 13.41 Unpacking libpython3.11-minimal:amd64 (3.11.1-2) ...
12:56:37 #10 13.59 Selecting previously unselected package libexpat1:amd64.
12:56:37 #10 13.59 Preparing to unpack .../8-libexpat1_2.5.0-1_amd64.deb ...
12:56:37 #10 13.59 Unpacking libexpat1:amd64 (2.5.0-1) ...
12:56:37 #10 13.64 Selecting previously unselected package python3.11-minimal.
12:56:37 #10 13.64 Preparing to unpack .../9-python3.11-minimal_3.11.1-2_amd64.deb ...
12:56:37 #10 13.65 Unpacking python3.11-minimal (3.11.1-2) ...
12:56:37 #10 13.95 Setting up libssl3:amd64 (3.0.7-2) ...
12:56:37 #10 13.97 Setting up libpython3.11-minimal:amd64 (3.11.1-2) ...
12:56:37 #10 13.99 Setting up libexpat1:amd64 (2.5.0-1) ...
12:56:37 #10 14.00 Setting up python3.11-minimal (3.11.1-2) ...
12:56:37 #10 ...
12:56:37 
12:56:37 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:37 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 5.1s
12:56:37 #10 17.56 Selecting previously unselected package less.
12:56:37 #10 17.56 Preparing to unpack .../001-less_487-0.1+b1_amd64.deb ...
12:56:37 #10 17.56 Unpacking less (487-0.1+b1) ...
12:56:37 #10 17.62 Selecting previously unselected package netbase.
12:56:37 #10 17.62 Preparing to unpack .../002-netbase_5.6_all.deb ...
12:56:37 #10 17.63 Unpacking netbase (5.6) ...
12:56:37 #10 17.66 Selecting previously unselected package bzip2.
12:56:37 #10 17.66 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u2_amd64.deb ...
12:56:37 #10 17.67 Unpacking bzip2 (1.0.6-9.2~deb10u2) ...
12:56:37 #10 17.72 Selecting previously unselected package libmagic-mgc.
12:56:37 #10 17.72 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_amd64.deb ...
12:56:37 #10 17.73 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
12:56:37 #11 13.00 Get:115 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-0ubuntu0.22.04.1 [181 kB]
12:56:37 #11 13.01 Get:116 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB]
12:56:37 #11 13.01 Get:117 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libssh-4 arm64 0.9.6-2build1 [184 kB]
12:56:37 #11 13.02 Get:118 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl4 arm64 7.81.0-1ubuntu1.7 [284 kB]
12:56:37 #11 13.03 Get:119 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 curl arm64 7.81.0-1ubuntu1.7 [190 kB]
12:56:37 #11 13.04 Get:120 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dctrl-tools arm64 2.24-3build2 [65.2 kB]
12:56:37 #11 13.04 Get:121 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdebhelper-perl all 13.6ubuntu1 [67.2 kB]
12:56:37 #11 13.04 Get:122 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtool all 2.4.6-15build2 [164 kB]
12:56:37 #11 13.08 Get:123 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-autoreconf all 20 [16.1 kB]
12:56:37 #11 13.08 Get:124 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive-zip-perl all 1.68-1 [90.2 kB]
12:56:37 #11 13.16 Get:125 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-override-perl all 0.09-2 [9532 B]
12:56:37 #11 13.16 Get:126 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
12:56:37 #11 13.16 Get:127 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-strip-nondeterminism all 1.13.0-1 [5344 B]
12:56:37 #11 13.16 Get:128 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdw1 arm64 0.186-1build1 [246 kB]
12:56:37 #11 13.16 Get:129 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debugedit arm64 1:5.0-4build1 [46.5 kB]
12:56:37 #11 13.16 Get:130 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dwz arm64 0.14-1build2 [102 kB]
12:56:37 #11 13.17 Get:131 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gettext arm64 0.21-4ubuntu4 [846 kB]
12:56:37 #11 13.20 Get:132 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
12:56:37 #11 13.23 Get:133 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 po-debconf all 1.0.21+nmu1 [233 kB]
12:56:37 #11 13.24 Get:134 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debhelper all 13.6ubuntu1 [923 kB]
12:56:37 #11 15.64 Get:142 http://archive.ubuntu.com/ubuntu kinetic/main amd64 g++ amd64 4:12.2.0-1ubuntu1 [1406 B]
12:56:37 #11 15.64 Get:143 http://archive.ubuntu.com/ubuntu kinetic/main amd64 make amd64 4.3-4.1build1 [180 kB]
12:56:37 #11 15.65 Get:144 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdpkg-perl all 1.21.9ubuntu1 [237 kB]
12:56:37 #11 15.66 Get:145 http://archive.ubuntu.com/ubuntu kinetic/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB]
12:56:37 #11 15.66 Get:146 http://archive.ubuntu.com/ubuntu kinetic/main amd64 patch amd64 2.7.6-7build2 [109 kB]
12:56:37 #11 15.66 Get:147 http://archive.ubuntu.com/ubuntu kinetic/main amd64 lto-disabled-list all 35 [12.2 kB]
12:56:37 #11 15.66 Get:148 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dpkg-dev all 1.21.9ubuntu1 [1070 kB]
12:56:37 #11 15.70 Get:149 http://archive.ubuntu.com/ubuntu kinetic/main amd64 build-essential amd64 12.9ubuntu3 [4744 B]
12:56:37 #11 15.70 Get:150 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB]
12:56:37 #11 15.73 Get:151 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-6ubuntu2 [20.3 kB]
12:56:37 #11 15.79 Get:152 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsasl2-2 amd64 2.1.28+dfsg-6ubuntu2 [56.6 kB]
12:56:37 #11 15.80 Get:153 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-1ubuntu1 [183 kB]
12:56:37 #11 15.80 Get:154 http://archive.ubuntu.com/ubuntu kinetic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB]
12:56:37 #10 21.13 Preparing to unpack .../047-xauth_1%3a1.0.10-1_arm64.deb ...
12:56:37 #10 21.13 Unpacking xauth (1:1.0.10-1) ...
12:56:37 #10 21.16 Selecting previously unselected package at.
12:56:37 #10 21.16 Preparing to unpack .../048-at_3.1.20-3.1ubuntu2_arm64.deb ...
12:56:37 #10 21.17 Unpacking at (3.1.20-3.1ubuntu2) ...
12:56:37 #10 21.20 Selecting previously unselected package libsigsegv2:arm64.
12:56:37 #10 21.20 Preparing to unpack .../049-libsigsegv2_2.12-1_arm64.deb ...
12:56:37 #10 21.20 Unpacking libsigsegv2:arm64 (2.12-1) ...
12:56:37 #10 21.23 Selecting previously unselected package m4.
12:56:37 #10 21.23 Preparing to unpack .../050-m4_1.4.18-1_arm64.deb ...
12:56:37 #10 21.23 Unpacking m4 (1.4.18-1) ...
12:56:37 #10 21.27 Selecting previously unselected package autoconf.
12:56:37 #10 21.27 Preparing to unpack .../051-autoconf_2.69-11_all.deb ...
12:56:37 #10 21.28 Unpacking autoconf (2.69-11) ...
12:56:37 #10 21.33 Selecting previously unselected package autotools-dev.
12:56:37 #10 21.33 Preparing to unpack .../052-autotools-dev_20180224.1_all.deb ...
12:56:37 #10 21.33 Unpacking autotools-dev (20180224.1) ...
12:56:37 #10 21.36 Selecting previously unselected package automake.
12:56:37 #10 21.36 Preparing to unpack .../053-automake_1%3a1.15.1-3ubuntu2_all.deb ...
12:56:37 #10 21.37 Unpacking automake (1:1.15.1-3ubuntu2) ...
12:56:37 #10 21.43 Selecting previously unselected package autopoint.
12:56:37 #10 21.43 Preparing to unpack .../054-autopoint_0.19.8.1-6ubuntu0.3_all.deb ...
12:56:37 #10 21.43 Unpacking autopoint (0.19.8.1-6ubuntu0.3) ...
12:56:37 #10 42.47 Preparing to unpack .../331-unzip_6.0-23+deb10u3_arm64.deb ...
12:56:37 #10 42.48 Unpacking unzip (6.0-23+deb10u3) ...
12:56:37 #10 42.53 Selecting previously unselected package xauth.
12:56:37 #10 42.53 Preparing to unpack .../332-xauth_1%3a1.0.10-1_arm64.deb ...
12:56:37 #10 42.54 Unpacking xauth (1:1.0.10-1) ...
12:56:37 #10 42.59 Selecting previously unselected package xdg-user-dirs.
12:56:37 #10 42.59 Preparing to unpack .../333-xdg-user-dirs_0.17-2_arm64.deb ...
12:56:37 #10 42.60 Unpacking xdg-user-dirs (0.17-2) ...
12:56:37 #10 42.69 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
12:56:37 #10 17.33 Unpacking manpages (5.10-1) ...
12:56:37 #10 17.54 Selecting previously unselected package libmd0:amd64.
12:56:37 #10 17.54 Preparing to unpack .../012-libmd0_1.0.3-3_amd64.deb ...
12:56:37 #10 17.54 Unpacking libmd0:amd64 (1.0.3-3) ...
12:56:37 #10 17.58 Selecting previously unselected package libbsd0:amd64.
12:56:37 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 98.57MB / 116.78MB 17.5s
12:56:37 #11 17.67 Get:384 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsyntax-keyword-try-perl arm64 0.27-1 [26.4 kB]
12:56:37 #11 17.67 Get:385 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libterm-readkey-perl arm64 2.38-2 [24.7 kB]
12:56:37 #11 17.67 Get:386 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtext-levenshteinxs-perl arm64 0.03-5 [8514 B]
12:56:37 #11 17.67 Get:387 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtext-markdown-discount-perl arm64 0.13-1build1 [12.7 kB]
12:56:37 #11 17.74 Get:388 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtext-xslate-perl arm64 3.5.9-1build1 [184 kB]
12:56:37 #11 17.75 Get:389 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtime-duration-perl all 1.21-1 [13.1 kB]
12:56:37 #11 17.75 Get:390 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtime-moment-perl arm64 0.44-2 [72.5 kB]
12:56:37 #11 17.76 Get:391 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtype-tiny-xs-perl arm64 0.022-2 [24.9 kB]
12:56:37 #11 17.76 Get:392 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libunicode-utf8-perl arm64 0.62-1build4 [18.5 kB]
12:56:37 #11 17.82 Get:393 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libwww-mechanize-perl all 2.14-2 [93.9 kB]
12:56:37 #10 36.92 Preparing to unpack .../268-libfont-ttf-perl_1.06-2_all.deb ...
12:56:37 #10 36.93 Unpacking libfont-ttf-perl (1.06-2) ...
12:56:37 #10 37.05 Selecting previously unselected package libfreezethaw-perl.
12:56:37 #10 37.05 Preparing to unpack .../269-libfreezethaw-perl_0.5001-3_all.deb ...
12:56:37 #10 37.06 Unpacking libfreezethaw-perl (0.5001-3) ...
12:56:37 #10 37.09 Selecting previously unselected package libsort-versions-perl.
12:56:37 #10 37.10 Preparing to unpack .../270-libsort-versions-perl_1.62-3_all.deb ...
12:56:37 #10 37.10 Unpacking libsort-versions-perl (1.62-3) ...
12:56:37 #10 37.15 Selecting previously unselected package libgit-wrapper-perl.
12:56:37 #10 37.15 Preparing to unpack .../271-libgit-wrapper-perl_0.048-2_all.deb ...
12:56:37 #11 15.87 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.17_arm64.deb ...
12:56:37 #11 15.91 Unpacking libssl1.1:arm64 (1.1.1f-1ubuntu2.17) ...
12:56:37 #11 16.02 Selecting previously unselected package libpython3.8-minimal:arm64.
12:56:37 #11 16.02 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
12:56:37 #11 16.03 Unpacking libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.6) ...
12:56:37 #11 16.13 Selecting previously unselected package libexpat1:arm64.
12:56:37 #12 DONE 28.7s
12:56:37 
12:56:37 #13 [stage-1 6/9] COPY SPECS /root/rpmbuild/SPECS
12:56:37 #13 DONE 0.1s
12:56:37 
12:56:37 #14 [stage-1 7/9] 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
12:56:37 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 7.9s done
12:56:37 #10 17.84 Selecting previously unselected package libmagic1:amd64.
12:56:37 #10 17.84 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_amd64.deb ...
12:56:37 #10 17.84 Unpacking libmagic1:amd64 (1:5.35-4+deb10u2) ...
12:56:37 #10 17.90 Selecting previously unselected package file.
12:56:37 #10 17.90 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_amd64.deb ...
12:56:37 #10 17.90 Unpacking file (1:5.35-4+deb10u2) ...
12:56:37 #10 17.95 Selecting previously unselected package gettext-base.
12:56:37 #10 17.95 Preparing to unpack .../007-gettext-base_0.19.8.1-9_amd64.deb ...
12:56:37 #10 17.95 Unpacking gettext-base (0.19.8.1-9) ...
12:56:37 #10 18.02 Selecting previously unselected package krb5-locales.
12:56:37 #10 18.02 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u5_all.deb ...
12:56:37 #10 18.02 Unpacking krb5-locales (1.17-3+deb10u5) ...
12:56:37 #11 13.30 Get:135 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfakeroot arm64 1.28-1ubuntu1 [31.5 kB]
12:56:37 #11 13.30 Get:136 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fakeroot arm64 1.28-1ubuntu1 [60.5 kB]
12:56:37 #11 13.31 Get:137 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libassuan0 arm64 2.5.5-1build1 [36.5 kB]
12:56:37 #11 13.31 Get:138 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgconf arm64 2.2.27-3ubuntu2.1 [92.5 kB]
12:56:37 #11 13.31 Get:139 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libksba8 arm64 1.6.0-2ubuntu0.2 [117 kB]
12:56:37 #11 13.31 Get:140 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnpth0 arm64 1.6-3build2 [8156 B]
12:56:37 #11 13.32 Get:141 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dirmngr arm64 2.2.27-3ubuntu2.1 [289 kB]
12:56:37 #11 13.33 Get:142 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
12:56:37 #11 13.38 Get:143 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-utils arm64 2.2.27-3ubuntu2.1 [304 kB]
12:56:37 #11 13.39 Get:144 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg arm64 2.2.27-3ubuntu2.1 [506 kB]
12:56:37 #11 DONE 45.2s
12:56:37 
12:56:37 #12 [stage-1 4/7] COPY SPECS /root/rpmbuild/SPECS
12:56:37 #12 DONE 0.1s
12:56:37 #11 15.81 Get:155 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libssh-4 amd64 0.9.6-2build1 [184 kB]
12:56:37 #11 15.81 Get:156 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libcurl4 amd64 7.85.0-1ubuntu0.2 [293 kB]
12:56:37 #11 15.82 Get:157 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 curl amd64 7.85.0-1ubuntu0.2 [199 kB]
12:56:37 #11 15.83 Get:158 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dctrl-tools amd64 2.24-3build2 [66.9 kB]
12:56:37 #11 15.83 Get:159 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdebhelper-perl all 13.9.1ubuntu1 [66.4 kB]
12:56:37 #11 15.87 Get:160 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtool all 2.4.7-4 [166 kB]
12:56:37 #11 15.87 Get:161 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dh-autoreconf all 20 [16.1 kB]
12:56:37 #11 15.95 Get:162 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB]
12:56:37 #11 15.95 Get:163 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-override-perl all 0.09-3 [9756 B]
12:56:37 #11 15.95 Get:164 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
12:56:37 #11 15.95 Get:165 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dh-strip-nondeterminism all 1.13.0-1 [5344 B]
12:56:37 #11 15.95 Get:166 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdw1 amd64 0.187-4 [248 kB]
12:56:37 #11 15.96 Get:167 http://archive.ubuntu.com/ubuntu kinetic/main amd64 debugedit amd64 1:5.0-5 [46.1 kB]
12:56:37 #11 15.96 Get:168 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dwz amd64 0.14-1build2 [105 kB]
12:56:37 #11 15.96 Get:169 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gettext amd64 0.21-8 [867 kB]
12:56:37 #11 16.02 Get:170 http://archive.ubuntu.com/ubuntu kinetic/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
12:56:37 #11 16.02 Get:171 http://archive.ubuntu.com/ubuntu kinetic/main amd64 po-debconf all 1.0.21+nmu1 [233 kB]
12:56:37 #11 16.10 Get:172 http://archive.ubuntu.com/ubuntu kinetic/main amd64 debhelper all 13.9.1ubuntu1 [939 kB]
12:56:37 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 10.3s
12:56:37 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 76.55MB / 116.78MB 16.5s
12:56:37 #10 21.46 Selecting previously unselected package binutils-common:arm64.
12:56:37 #10 21.47 Preparing to unpack .../055-binutils-common_2.30-21ubuntu1~18.04.8_arm64.deb ...
12:56:37 #10 21.48 Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.8) ...
12:56:37 #10 21.52 Selecting previously unselected package libbinutils:arm64.
12:56:37 #10 21.53 Preparing to unpack .../056-libbinutils_2.30-21ubuntu1~18.04.8_arm64.deb ...
12:56:37 #10 21.53 Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.8) ...
12:56:37 #10 21.59 Selecting previously unselected package binutils-aarch64-linux-gnu.
12:56:37 #10 21.59 Preparing to unpack .../057-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.8_arm64.deb ...
12:56:37 #10 21.59 Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.8) ...
12:56:37 #10 42.71 Setting up libapt-pkg-perl (0.1.34+b1) ...
12:56:37 #10 42.73 Setting up libksba8:arm64 (1.3.5-2+deb10u2) ...
12:56:37 #10 42.74 Setting up libpipeline1:arm64 (1.5.1-2) ...
12:56:37 #10 42.75 Setting up wdiff (1.2.2-2+b1) ...
12:56:37 #10 42.76 Setting up lsb-base (10.2019051400) ...
12:56:37 #10 42.77 Setting up mysql-common (5.8+1.0.5) ...
12:56:37 #10 42.80 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
12:56:37 #10 42.81 Setting up libxau6:arm64 (1:1.0.8-1+b2) ...
12:56:37 #10 42.82 Setting up libkeyutils1:arm64 (1.6-6) ...
12:56:37 #10 42.83 Setting up libpsl5:arm64 (0.20.2-2) ...
12:56:37 #10 42.85 Setting up libgpm2:arm64 (1.20.7-5) ...
12:56:37 #10 42.86 Setting up mime-support (3.62) ...
12:56:37 #10 42.89 Setting up xdg-user-dirs (0.17-2) ...
12:56:37 #10 42.92 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
12:56:37 #10 42.93 Setting up psmisc (23.2-1+deb10u1) ...
12:56:37 #10 42.95 Setting up libgc1c2:arm64 (1:7.6.4-0.4) ...
12:56:37 #10 42.96 Setting up libyaml-0-2:arm64 (0.2.1-1) ...
12:56:37 #10 42.97 Setting up libglib2.0-0:arm64 (2.58.3-2+deb10u4) ...
12:56:37 #10 42.99 No schema files found: doing nothing.
12:56:37 #10 43.01 Setting up distro-info-data (0.41+deb10u6) ...
12:56:37 #10 43.04 Setting up manpages (4.16-2) ...
12:56:37 #10 17.59 Preparing to unpack .../013-libbsd0_0.11.3-1_amd64.deb ...
12:56:37 #10 17.59 Unpacking libbsd0:amd64 (0.11.3-1) ...
12:56:37 #10 17.70 Selecting previously unselected package libedit2:amd64.
12:56:37 #10 17.70 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_amd64.deb ...
12:56:37 #10 17.71 Unpacking libedit2:amd64 (3.1-20191231-2+b1) ...
12:56:37 #10 17.77 Selecting previously unselected package libcbor0:amd64.
12:56:37 #10 17.77 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_amd64.deb ...
12:56:37 #10 17.77 Unpacking libcbor0:amd64 (0.5.0+dfsg-2) ...
12:56:37 #10 17.81 Selecting previously unselected package libfido2-1:amd64.
12:56:37 #10 17.81 Preparing to unpack .../016-libfido2-1_1.6.0-2_amd64.deb ...
12:56:37 #10 17.81 Unpacking libfido2-1:amd64 (1.6.0-2) ...
12:56:37 #10 17.87 Selecting previously unselected package openssh-client.
12:56:37 #10 17.87 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5+deb11u1_amd64.deb ...
12:56:37 #10 17.89 Unpacking openssh-client (1:8.4p1-5+deb11u1) ...
12:56:37 #11 17.82 Get:394 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxml-namespacesupport-perl all 1.12-2 [13.5 kB]
12:56:37 #11 17.82 Get:395 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxml-sax-base-perl all 1.09-2 [19.3 kB]
12:56:37 #11 17.82 Get:396 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
12:56:37 #11 17.82 Get:397 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxml-libxml-perl arm64 2.0207+dfsg+really+2.0134-1 [321 kB]
12:56:37 #11 17.89 Get:398 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxml-parser-perl arm64 2.46-3build1 [211 kB]
12:56:37 #11 17.90 Get:399 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
12:56:37 #11 17.90 Get:400 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libyaml-libyaml-perl arm64 0.83+ds-1build1 [28.7 kB]
12:56:37 #11 17.90 Get:401 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 licensecheck all 3.3.0-1 [41.4 kB]
12:56:37 #11 17.90 Get:402 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevel-size-perl arm64 0.83-2 [20.3 kB]
12:56:37 #11 17.96 Get:403 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libipc-run3-perl all 0.048-2 [31.4 kB]
12:56:37 #11 17.96 Get:404 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 lzip arm64 1.23-4 [79.9 kB]
12:56:37 #11 16.13 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_arm64.deb ...
12:56:37 #11 16.13 Unpacking libexpat1:arm64 (2.2.9-1ubuntu0.6) ...
12:56:37 #11 16.19 Selecting previously unselected package python3.8-minimal.
12:56:37 #11 16.19 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
12:56:37 #11 16.20 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
12:56:37 #11 16.38 Setting up libssl1.1:arm64 (1.1.1f-1ubuntu2.17) ...
12:56:37 #10 37.15 Unpacking libgit-wrapper-perl (0.048-2) ...
12:56:37 #10 37.19 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:56:37 #10 37.19 Preparing to unpack .../272-libhttp-tiny-multipart-perl_0.08-2_all.deb ...
12:56:37 #10 37.20 Unpacking libhttp-tiny-multipart-perl (0.08-2) ...
12:56:37 #10 37.24 Selecting previously unselected package libio-prompter-perl.
12:56:37 #10 37.24 Preparing to unpack .../273-libio-prompter-perl_0.004015-2_all.deb ...
12:56:37 #10 37.25 Unpacking libio-prompter-perl (0.004015-2) ...
12:56:37 #10 37.29 Selecting previously unselected package libjson-perl.
12:56:37 #10 37.29 Preparing to unpack .../274-libjson-perl_4.10000-1_all.deb ...
12:56:37 #10 37.29 Unpacking libjson-perl (4.10000-1) ...
12:56:37 #10 37.33 Selecting previously unselected package liblog-any-perl.
12:56:37 #10 37.34 Preparing to unpack .../275-liblog-any-perl_1.713-1_all.deb ...
12:56:37 #10 37.34 Unpacking liblog-any-perl (1.713-1) ...
12:56:37 #10 37.38 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:56:37 #10 37.38 Preparing to unpack .../276-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
12:56:37 #10 37.39 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
12:56:37 #10 13.95 (1/166): bzip2-1.0.8-8.el9.x86_64.rpm            90 kB/s |  56 kB     00:00    
12:56:37 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 19.92MB / 116.78MB 8.2s
12:56:37 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 84.93MB / 116.78MB 15.9s
12:56:37 #10 18.07 Selecting previously unselected package libkeyutils1:amd64.
12:56:37 #10 18.07 Preparing to unpack .../009-libkeyutils1_1.6-6_amd64.deb ...
12:56:37 #10 18.08 Unpacking libkeyutils1:amd64 (1.6-6) ...
12:56:37 #10 18.11 Selecting previously unselected package libkrb5support0:amd64.
12:56:37 #10 18.12 Preparing to unpack .../010-libkrb5support0_1.17-3+deb10u5_amd64.deb ...
12:56:37 #10 18.12 Unpacking libkrb5support0:amd64 (1.17-3+deb10u5) ...
12:56:37 #10 18.17 Selecting previously unselected package libk5crypto3:amd64.
12:56:37 #10 18.17 Preparing to unpack .../011-libk5crypto3_1.17-3+deb10u5_amd64.deb ...
12:56:37 #10 18.18 Unpacking libk5crypto3:amd64 (1.17-3+deb10u5) ...
12:56:37 #10 18.24 Selecting previously unselected package libkrb5-3:amd64.
12:56:37 #10 18.24 Preparing to unpack .../012-libkrb5-3_1.17-3+deb10u5_amd64.deb ...
12:56:37 #10 18.26 Unpacking libkrb5-3:amd64 (1.17-3+deb10u5) ...
12:56:37 #11 13.45 Get:145 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pinentry-curses arm64 1.1.1-1build2 [33.5 kB]
12:56:37 #11 13.45 Get:146 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-agent arm64 2.2.27-3ubuntu2.1 [204 kB]
12:56:37 #11 13.46 Get:147 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-wks-client arm64 2.2.27-3ubuntu2.1 [61.4 kB]
12:56:37 #11 13.46 Get:148 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-wks-server arm64 2.2.27-3ubuntu2.1 [56.8 kB]
12:56:37 #11 13.46 Get:149 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgsm arm64 2.2.27-3ubuntu2.1 [192 kB]
12:56:37 #11 13.47 Get:150 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
12:56:37 #11 13.48 Get:151 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-dirlist-perl all 0.05-2 [7100 B]
12:56:37 #11 13.48 Get:152 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-which-perl all 1.23-1 [13.8 kB]
12:56:37 #11 13.53 Get:153 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-homedir-perl all 1.006-1 [38.3 kB]
12:56:37 #11 13.53 Get:154 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-touch-perl all 0.12-1 [9024 B]
12:56:37 #11 13.60 Get:155 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-pty-perl arm64 1:1.15-2build2 [34.6 kB]
12:56:37 #11 13.60 Get:156 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-run-perl all 20200505.0-1 [89.8 kB]
12:56:37 #11 13.61 Get:157 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
12:56:37 #11 13.61 Get:158 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-xsaccessor-perl arm64 1.19-3build9 [33.6 kB]
12:56:37 #11 13.61 Get:159 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libb-hooks-op-check-perl arm64 0.22-1build5 [10.1 kB]
12:56:37 #11 13.61 Get:160 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
12:56:37 #11 13.61 Get:161 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu4 [14.7 kB]
12:56:37 #11 13.61 Get:162 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libparams-classify-perl arm64 0.015-1build5 [21.7 kB]
12:56:37 #11 13.68 Get:163 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
12:56:37 #11 13.68 Get:164 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
12:56:37 
12:56:37 #13 [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
12:56:37 #20 8.794 Selecting previously unselected package libclang1-11.
12:56:37 #20 8.796 Preparing to unpack .../10-libclang1-11_1%3a11.0.1-2_amd64.deb ...
12:56:37 #20 8.799 Unpacking libclang1-11 (1:11.0.1-2) ...
12:56:37 #11 16.13 Get:173 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfakeroot amd64 1.29-1ubuntu1 [31.1 kB]
12:56:37 #11 16.13 Get:174 http://archive.ubuntu.com/ubuntu kinetic/main amd64 fakeroot amd64 1.29-1ubuntu1 [60.0 kB]
12:56:37 #11 16.13 Get:175 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libassuan0 amd64 2.5.5-4 [37.2 kB]
12:56:37 #11 16.13 Get:176 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpgconf amd64 2.2.35-3ubuntu1 [93.6 kB]
12:56:37 #11 16.14 Get:177 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libksba8 amd64 1.6.0-3ubuntu1.1 [119 kB]
12:56:37 #11 16.14 Get:178 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnpth0 amd64 1.6-3build2 [8664 B]
12:56:37 #11 16.14 Get:179 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dirmngr amd64 2.2.35-3ubuntu1 [303 kB]
12:56:37 #11 16.17 Get:180 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gnupg-l10n all 2.2.35-3ubuntu1 [53.8 kB]
12:56:37 #11 16.17 Get:181 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gnupg-utils amd64 2.2.35-3ubuntu1 [310 kB]
12:56:37 #11 16.25 Get:182 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg amd64 2.2.35-3ubuntu1 [522 kB]
12:56:37 #10 43.06 Setting up unzip (6.0-23+deb10u3) ...
12:56:37 #10 43.08 Setting up libsqlite3-0:arm64 (3.27.2-3+deb10u2) ...
12:56:37 #10 43.09 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-1+deb10u2) ...
12:56:37 #10 43.11 Setting up binutils-common:arm64 (2.31.1-16) ...
12:56:37 #10 43.12 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
12:56:37 #10 43.15 Setting up libmagic1:arm64 (1:5.35-4+deb10u2) ...
12:56:37 #10 43.17 Setting up less (487-0.1+b1) ...
12:56:37 #10 43.26 Setting up perl-openssl-defaults:arm64 (3) ...
12:56:38 #10 18.10 Selecting previously unselected package ucf.
12:56:38 #10 18.10 Preparing to unpack .../018-ucf_3.0043_all.deb ...
12:56:38 #10 18.10 Moving old data out of the way
12:56:38 #10 18.10 Unpacking ucf (3.0043) ...
12:56:38 #10 18.18 Selecting previously unselected package xz-utils.
12:56:38 #10 18.18 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
12:56:38 #11 18.37 Get:405 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 lzop arm64 1.04-2build2 [84.0 kB]
12:56:38 #11 16.46 Setting up libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.6) ...
12:56:38 #11 16.48 Setting up libexpat1:arm64 (2.2.9-1ubuntu0.6) ...
12:56:38 #11 16.49 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
12:56:38 #10 37.42 Selecting previously unselected package libpackage-stash-perl.
12:56:38 #10 37.42 Preparing to unpack .../277-libpackage-stash-perl_0.40-1_all.deb ...
12:56:38 #10 37.43 Unpacking libpackage-stash-perl (0.40-1) ...
12:56:38 #10 37.47 Selecting previously unselected package libsub-identify-perl.
12:56:38 #10 37.47 Preparing to unpack .../278-libsub-identify-perl_0.14-3_arm64.deb ...
12:56:38 #10 37.47 Unpacking libsub-identify-perl (0.14-3) ...
12:56:38 #10 37.51 Selecting previously unselected package libsub-name-perl:arm64.
12:56:38 #10 37.51 Preparing to unpack .../279-libsub-name-perl_0.26-2+b1_arm64.deb ...
12:56:38 #10 37.52 Unpacking libsub-name-perl:arm64 (0.26-2+b1) ...
12:56:38 #10 37.56 Selecting previously unselected package libnamespace-clean-perl.
12:56:38 #10 37.56 Preparing to unpack .../280-libnamespace-clean-perl_0.27-2_all.deb ...
12:56:38 #10 37.57 Unpacking libnamespace-clean-perl (0.27-2) ...
12:56:38 #10 37.61 Selecting previously unselected package libpath-tiny-perl.
12:56:38 #10 37.61 Preparing to unpack .../281-libpath-tiny-perl_0.144-1_all.deb ...
12:56:38 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 105.91MB / 116.78MB 17.9s
12:56:38 #10 14.29 (2/166): adobe-source-code-pro-fonts-2.030.1.05 868 kB/s | 832 kB     00:00    
12:56:38 #10 14.32 (3/166): cpio-2.13-16.el9.x86_64.rpm            736 kB/s | 275 kB     00:00    
12:56:38 #10 18.38 Selecting previously unselected package libgssapi-krb5-2:amd64.
12:56:38 #10 18.38 Preparing to unpack .../013-libgssapi-krb5-2_1.17-3+deb10u5_amd64.deb ...
12:56:38 #10 18.38 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u5) ...
12:56:38 #10 18.46 Selecting previously unselected package libicu63:amd64.
12:56:38 #10 18.46 Preparing to unpack .../014-libicu63_63.1-6+deb10u3_amd64.deb ...
12:56:38 #10 18.46 Unpacking libicu63:amd64 (63.1-6+deb10u3) ...
12:56:38 #11 13.75 Get:165 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
12:56:38 #11 13.76 Get:166 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-quote-perl all 2.006006-1 [19.5 kB]
12:56:38 #11 13.76 Get:167 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoo-perl all 2.005004-3 [48.0 kB]
12:56:38 #11 13.76 Get:168 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libencode-locale-perl all 1.05-1.1 [11.8 kB]
12:56:38 #11 13.76 Get:169 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtimedate-perl all 2.3300-2 [34.0 kB]
12:56:38 #11 13.76 Get:170 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-date-perl all 6.05-1 [9920 B]
12:56:38 #11 13.76 Get:171 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-listing-perl all 6.14-1 [11.2 kB]
12:56:38 #11 13.76 Get:172 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
12:56:38 #11 13.83 Get:173 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liburi-perl all 5.10-1 [78.8 kB]
12:56:38 #11 13.83 Get:174 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-parser-perl arm64 3.76-1build2 [87.1 kB]
12:56:38 #11 13.90 Get:175 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-tree-perl all 5.07-2 [200 kB]
12:56:38 #11 13.91 Get:176 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-html-perl all 1.004-2 [15.4 kB]
12:56:38 #11 13.91 Get:177 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
12:56:38 #11 13.91 Get:178 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-message-perl all 6.36-1 [76.8 kB]
12:56:38 #11 13.92 Get:179 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
12:56:38 #11 13.92 Get:180 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
12:56:38 #11 13.92 Get:181 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 perl-openssl-defaults arm64 5build2 [7544 B]
12:56:38 #11 13.92 Get:182 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-ssleay-perl arm64 1.92-1build2 [326 kB]
12:56:38 #11 13.98 Get:183 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-socket-ssl-perl all 2.074-2 [192 kB]
12:56:38 #11 13.99 Get:184 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-http-perl all 6.22-1 [23.2 kB]
12:56:38 #11 16.26 Get:183 http://archive.ubuntu.com/ubuntu kinetic/main amd64 pinentry-curses amd64 1.2.0-2ubuntu1 [34.5 kB]
12:56:38 #11 16.26 Get:184 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg-agent amd64 2.2.35-3ubuntu1 [215 kB]
12:56:38 #11 16.27 Get:185 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg-wks-client amd64 2.2.35-3ubuntu1 [63.7 kB]
12:56:38 #11 16.27 Get:186 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg-wks-server amd64 2.2.35-3ubuntu1 [58.7 kB]
12:56:38 #11 16.28 Get:187 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpgsm amd64 2.2.35-3ubuntu1 [201 kB]
12:56:38 #11 16.28 Get:188 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gnupg all 2.2.35-3ubuntu1 [318 kB]
12:56:38 #11 16.29 Get:189 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-dirlist-perl all 0.05-2 [7100 B]
12:56:38 #11 16.32 Get:190 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-which-perl all 1.27-1 [14.3 kB]
12:56:38 #11 16.32 Get:191 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-homedir-perl all 1.006-1 [38.3 kB]
12:56:38 #11 16.40 Get:192 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-touch-perl all 0.12-1 [9024 B]
12:56:38 #11 16.40 Get:193 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libio-pty-perl amd64 1:1.15-2build2 [35.1 kB]
12:56:38 #11 16.40 Get:194 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libipc-run-perl all 20220807.0-1 [92.6 kB]
12:56:38 #11 16.40 Get:195 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
12:56:38 #11 16.40 Get:196 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libclass-xsaccessor-perl amd64 1.19-4 [34.1 kB]
12:56:38 #11 16.40 Get:197 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libb-hooks-op-check-perl amd64 0.22-2 [10.5 kB]
12:56:38 #11 16.40 Get:198 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdynaloader-functions-perl all 0.003-2 [12.5 kB]
12:56:38 #11 16.40 Get:199 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu4 [14.9 kB]
12:56:38 #11 16.47 Get:200 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libparams-classify-perl amd64 0.015-2 [21.9 kB]
12:56:38 #11 16.47 Get:201 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
12:56:38 #10 21.89 Selecting previously unselected package binutils.
12:56:38 #10 21.89 Preparing to unpack .../058-binutils_2.30-21ubuntu1~18.04.8_arm64.deb ...
12:56:38 #10 21.90 Unpacking binutils (2.30-21ubuntu1~18.04.8) ...
12:56:38 #10 21.93 Selecting previously unselected package libc-dev-bin.
12:56:38 #10 21.93 Preparing to unpack .../059-libc-dev-bin_2.27-3ubuntu1.6_arm64.deb ...
12:56:38 #10 21.93 Unpacking libc-dev-bin (2.27-3ubuntu1.6) ...
12:56:38 #10 21.96 Selecting previously unselected package linux-libc-dev:arm64.
12:56:38 #10 21.96 Preparing to unpack .../060-linux-libc-dev_4.15.0-202.213_arm64.deb ...
12:56:38 #10 21.96 Unpacking linux-libc-dev:arm64 (4.15.0-202.213) ...
12:56:38 #10 22.12 Selecting previously unselected package libc6-dev:arm64.
12:56:38 #10 22.13 Preparing to unpack .../061-libc6-dev_2.27-3ubuntu1.6_arm64.deb ...
12:56:38 #10 22.13 Unpacking libc6-dev:arm64 (2.27-3ubuntu1.6) ...
12:56:38 #10 18.18 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
12:56:38 #10 18.26 Selecting previously unselected package libsigsegv2:amd64.
12:56:38 #10 18.26 Preparing to unpack .../020-libsigsegv2_2.13-1_amd64.deb ...
12:56:38 #10 18.26 Unpacking libsigsegv2:amd64 (2.13-1) ...
12:56:38 #10 18.30 Selecting previously unselected package m4.
12:56:38 #10 18.30 Preparing to unpack .../021-m4_1.4.18-5_amd64.deb ...
12:56:38 #10 ...
12:56:38 
12:56:38 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:38 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 4.1s done
12:56:38 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 8.9s
12:56:38 #11 18.66 Get:406 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 t1utils arm64 1.41-4build2 [61.5 kB]
12:56:38 #10 43.27 Setting up linux-libc-dev:arm64 (4.19.269-1) ...
12:56:38 #10 43.28 Setting up gettext-base (0.19.8.1-9) ...
12:56:38 #10 43.30 Setting up liblzo2-2:arm64 (2.10-0.1) ...
12:56:38 #10 43.31 Setting up libnpth0:arm64 (1.6-1) ...
12:56:38 #10 43.32 Setting up krb5-locales (1.17-3+deb10u5) ...
12:56:38 #10 43.34 Setting up file (1:5.35-4+deb10u2) ...
12:56:38 #10 43.35 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b7) ...
12:56:38 #10 43.36 Setting up libassuan0:arm64 (2.5.2-1) ...
12:56:38 #10 43.37 Setting up libgomp1:arm64 (8.3.0-6) ...
12:56:38 #10 43.39 Setting up libapt-inst2.0:arm64 (1.8.2.3) ...
12:56:38 #10 43.40 Setting up bzip2 (1.0.6-9.2~deb10u2) ...
12:56:38 #10 43.41 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:56:38 #10 43.43 Setting up libicu63:arm64 (63.1-6+deb10u3) ...
12:56:38 #10 43.45 Setting up libfakeroot:arm64 (1.23-1) ...
12:56:38 #10 43.46 Setting up libkrb5support0:arm64 (1.17-3+deb10u5) ...
12:56:38 #10 43.48 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
12:56:38 #10 37.62 Unpacking libpath-tiny-perl (0.144-1) ...
12:56:38 #10 37.66 Selecting previously unselected package libstrictures-perl.
12:56:38 #10 37.66 Preparing to unpack .../282-libstrictures-perl_2.000006-1_all.deb ...
12:56:38 #10 37.67 Unpacking libstrictures-perl (2.000006-1) ...
12:56:38 #10 37.70 Selecting previously unselected package libtype-tiny-perl.
12:56:38 #10 37.71 Preparing to unpack .../283-libtype-tiny-perl_2.002001-1_all.deb ...
12:56:38 #10 37.71 Unpacking libtype-tiny-perl (2.002001-1) ...
12:56:38 #10 37.78 Selecting previously unselected package libgitlab-api-v4-perl.
12:56:38 #10 37.78 Preparing to unpack .../284-libgitlab-api-v4-perl_0.26-2_all.deb ...
12:56:38 #10 37.79 Unpacking libgitlab-api-v4-perl (0.26-2) ...
12:56:38 #10 37.85 Selecting previously unselected package libglib2.0-0:arm64.
12:56:38 #10 37.85 Preparing to unpack .../285-libglib2.0-0_2.74.5-1_arm64.deb ...
12:56:38 #10 37.86 Unpacking libglib2.0-0:arm64 (2.74.5-1) ...
12:56:38 #10 14.44 (4/166): binutils-2.35.2-37.el9.x86_64.rpm      4.2 MB/s | 4.6 MB     00:01    
12:56:38 #10 14.44 (5/166): cracklib-2.9.6-27.el9.x86_64.rpm       637 kB/s |  94 kB     00:00    
12:56:38 #11 14.06 Get:185 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
12:56:38 #11 14.06 Get:186 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtry-tiny-perl all 0.31-1 [21.8 kB]
12:56:38 #11 14.06 Get:187 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
12:56:38 #11 14.06 Get:188 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwww-perl all 6.61-1 [141 kB]
12:56:38 #11 14.06 Get:189 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 patchutils arm64 0.4.2-1build2 [75.8 kB]
12:56:38 #11 14.06 Get:190 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 wdiff arm64 1.2.2-2build3 [29.0 kB]
12:56:38 #11 14.07 Get:191 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 devscripts arm64 2.22.1ubuntu1 [1057 kB]
12:56:38 #11 14.10 Get:192 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 diffstat arm64 1.64-1build2 [28.3 kB]
12:56:38 #11 14.13 Get:193 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-chardet all 4.0.0-1 [98.0 kB]
12:56:38 #11 14.13 Get:194 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 zstd arm64 1.4.8+dfsg-3build1 [587 kB]
12:56:38 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 27.26MB / 116.78MB 8.9s
12:56:38 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 94.37MB / 116.78MB 16.4s
12:56:38 #11 16.55 Get:202 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
12:56:38 #11 16.82 Get:203 http://archive.ubuntu.com/ubuntu kinetic/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
12:56:38 #20 9.431 Selecting previously unselected package clang-11.
12:56:38 #20 9.434 Preparing to unpack .../11-clang-11_1%3a11.0.1-2_amd64.deb ...
12:56:38 #20 9.437 Unpacking clang-11 (1:11.0.1-2) ...
12:56:38 #20 9.475 Selecting previously unselected package clang.
12:56:38 #20 9.477 Preparing to unpack .../12-clang_1%3a11.0-51+nmu5_amd64.deb ...
12:56:38 #20 9.480 Unpacking clang (1:11.0-51+nmu5) ...
12:56:38 #20 9.514 Selecting previously unselected package libpfm4:amd64.
12:56:38 #20 9.514 Preparing to unpack .../13-libpfm4_4.11.1+git32-gd0b85fb-1_amd64.deb ...
12:56:38 #14 DONE 3.1s
12:56:38 
12:56:38 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:56:38 #15 DONE 0.0s
12:56:38 
12:56:38 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:56:38 #16 DONE 0.0s
12:56:38 
12:56:38 #17 exporting to image
12:56:38 #17 exporting layers
12:56:38 #10 22.37 Selecting previously unselected package gcc-7-base:arm64.
12:56:38 #10 22.37 Preparing to unpack .../062-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ...
12:56:38 #10 22.37 Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ...
12:56:38 #10 22.41 Selecting previously unselected package libisl19:arm64.
12:56:38 #10 22.41 Preparing to unpack .../063-libisl19_0.19-1_arm64.deb ...
12:56:38 #10 22.41 Unpacking libisl19:arm64 (0.19-1) ...
12:56:38 #10 22.47 Selecting previously unselected package libmpfr6:arm64.
12:56:38 #7 ...
12:56:38 
12:56:38 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:38 #10 18.31 Unpacking m4 (1.4.18-5) ...
12:56:38 #10 18.37 Selecting previously unselected package autoconf.
12:56:38 #10 18.37 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
12:56:38 #10 18.38 Unpacking autoconf (2.69-14) ...
12:56:38 #10 18.52 Selecting previously unselected package autotools-dev.
12:56:38 #10 18.52 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
12:56:38 #10 18.52 Unpacking autotools-dev (20180224.1+nmu1) ...
12:56:38 #10 18.57 Selecting previously unselected package automake.
12:56:38 #10 18.58 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
12:56:38 #10 18.58 Unpacking automake (1:1.16.3-2) ...
12:56:38 #11 18.71 Get:407 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 unzip arm64 6.0-27ubuntu1 [170 kB]
12:56:38 #11 18.82 Get:408 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 lintian all 2.115.3ubuntu2.1 [1108 kB]
12:56:38 #10 43.49 Setting up fakeroot (1.23-1) ...
12:56:38 #10 43.50 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:56:38 #10 43.52 Setting up mariadb-common (1:10.3.36-0+deb10u2) ...
12:56:38 #10 43.62 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
12:56:38 #10 43.63 Setting up libasan5:arm64 (8.3.0-6) ...
12:56:38 #10 43.64 Setting up autotools-dev (20180224.1) ...
12:56:38 #10 43.65 Setting up libglib2.0-data (2.58.3-2+deb10u4) ...
12:56:38 #10 43.66 Setting up libpython2.7-minimal:arm64 (2.7.16-2+deb10u1) ...
12:56:38 #10 43.68 Setting up libwrap0:arm64 (7.6.q-28) ...
12:56:38 #10 43.70 Setting up libx11-data (2:1.6.7-1+deb10u2) ...
12:56:38 #10 43.71 Setting up make (4.2.1-1.2) ...
12:56:38 #10 43.73 Setting up libmpfr6:arm64 (4.0.2-1) ...
12:56:38 #10 43.74 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
12:56:38 #10 43.75 Setting up libntlm0:arm64 (1.5-1+deb10u1) ...
12:56:38 #10 43.77 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
12:56:38 #10 43.78 Setting up libidn11:arm64 (1.33-2.2) ...
12:56:38 #10 43.79 Setting up libncurses6:arm64 (6.1+20181013-2+deb10u3) ...
12:56:38 #10 43.81 Setting up strace (4.26-0.2) ...
12:56:38 #10 43.82 Setting up libsigsegv2:arm64 (2.12-2) ...
12:56:38 #10 43.83 Setting up xz-utils (5.2.4-1+deb10u1) ...
12:56:38 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 82.84MB / 116.78MB 17.2s
12:56:38 #10 37.99 Selecting previously unselected package libglib2.0-data.
12:56:38 #10 37.99 Preparing to unpack .../286-libglib2.0-data_2.74.5-1_all.deb ...
12:56:38 #10 37.99 Unpacking libglib2.0-data (2.74.5-1) ...
12:56:38 #10 38.15 Selecting previously unselected package libgpm2:arm64.
12:56:38 #10 38.15 Preparing to unpack .../287-libgpm2_1.20.7-10+b1_arm64.deb ...
12:56:38 #10 38.15 Unpacking libgpm2:arm64 (1.20.7-10+b1) ...
12:56:38 #10 38.19 Selecting previously unselected package libhtml-form-perl.
12:56:38 #10 14.68 (6/166): cracklib-dicts-2.9.6-27.el9.x86_64.rpm  11 MB/s | 3.6 MB     00:00    
12:56:38 #10 14.68 (7/166): dbus-libs-1.12.20-7.el9.x86_64.rpm     622 kB/s | 152 kB     00:00    
12:56:38 #10 14.71 (8/166): diffutils-3.7-12.el9.x86_64.rpm        1.4 MB/s | 397 kB     00:00    
12:56:38 #10 14.76 (9/166): dnf-plugins-core-4.3.0-4.el9.noarch.rp 436 kB/s |  38 kB     00:00    
12:56:38 #10 14.79 (10/166): ed-1.14.2-12.el9.x86_64.rpm           934 kB/s |  75 kB     00:00    
12:56:38 #11 17.09 Selecting previously unselected package python3-minimal.
12:56:38 #11 17.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 ... 4432 files and directories currently installed.)
12:56:38 #11 17.09 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_arm64.deb ...
12:56:38 #11 17.09 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
12:56:38 #11 17.13 Selecting previously unselected package mime-support.
12:56:38 #11 14.21 Get:195 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-debian all 0.1.43ubuntu1 [107 kB]
12:56:38 #11 14.21 Get:196 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgpgme11 arm64 1.16.0-1.2ubuntu4 [131 kB]
12:56:38 #11 14.21 Get:197 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-gpg arm64 1.16.0-1.2ubuntu4 [210 kB]
12:56:38 #11 14.22 Get:198 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dput all 1.1.0ubuntu2 [44.9 kB]
12:56:38 #11 14.22 Get:199 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
12:56:38 #11 14.26 Get:200 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
12:56:38 #11 14.26 Get:201 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl3-gnutls arm64 7.81.0-1ubuntu1.7 [278 kB]
12:56:38 #11 14.29 Get:202 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liberror-perl all 0.17029-1 [26.5 kB]
12:56:38 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 114.29MB / 116.78MB 18.6s
12:56:38 #10 ...
12:56:38 
12:56:38 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:38 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 4.0s done
12:56:38 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 9.3s
12:56:38 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 100.66MB / 116.78MB 16.9s
12:56:38 #11 16.85 Get:204 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
12:56:38 #11 16.86 Get:205 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmoo-perl all 2.005004-3 [48.0 kB]
12:56:38 #11 16.87 Get:206 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libencode-locale-perl all 1.05-2 [12.2 kB]
12:56:38 #11 16.88 Get:207 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB]
12:56:38 #11 16.90 Get:208 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
12:56:38 #11 16.90 Get:209 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-listing-perl all 6.15-1 [11.5 kB]
12:56:38 #11 16.90 Get:210 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
12:56:38 #11 16.90 Get:211 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liburi-perl all 5.12-1ubuntu1 [80.7 kB]
12:56:38 #11 16.90 Get:212 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-parser-perl amd64 3.78-1 [88.3 kB]
12:56:38 #11 16.90 Get:213 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
12:56:38 #11 16.91 Get:214 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libio-html-perl all 1.004-3 [15.9 kB]
12:56:38 #11 16.92 Get:215 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
12:56:38 #11 16.92 Get:216 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhttp-message-perl all 6.37-1 [76.3 kB]
12:56:38 #11 16.92 Get:217 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
12:56:38 #11 16.92 Get:218 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
12:56:38 #11 16.93 Get:219 http://archive.ubuntu.com/ubuntu kinetic/main amd64 perl-openssl-defaults amd64 7 [7536 B]
12:56:38 #11 16.93 Get:220 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnet-ssleay-perl amd64 1.92-2 [321 kB]
12:56:38 #11 16.95 Get:221 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libio-socket-ssl-perl all 2.074-2 [192 kB]
12:56:38 #11 16.95 Get:222 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnet-http-perl all 6.22-1 [23.2 kB]
12:56:38 #11 16.95 Get:223 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
12:56:38 #11 16.97 Get:224 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtry-tiny-perl all 0.31-1 [21.8 kB]
12:56:38 #11 16.97 Get:225 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
12:56:38 #11 16.97 Get:226 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libwww-perl all 6.67-1 [141 kB]
12:56:38 #11 16.97 Get:227 http://archive.ubuntu.com/ubuntu kinetic/main amd64 patchutils amd64 0.4.2-1build2 [77.8 kB]
12:56:38 #11 16.97 Get:228 http://archive.ubuntu.com/ubuntu kinetic/main amd64 wdiff amd64 1.2.2-2build3 [29.6 kB]
12:56:38 #11 16.97 Get:229 http://archive.ubuntu.com/ubuntu kinetic/main amd64 devscripts amd64 2.22.2ubuntu3 [1060 kB]
12:56:38 #11 16.98 Get:230 http://archive.ubuntu.com/ubuntu kinetic/main amd64 diffstat amd64 1.64-1build2 [29.2 kB]
12:56:38 #11 16.98 Get:231 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-chardet all 4.0.0-2 [109 kB]
12:56:38 #11 16.98 Get:232 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-debian all 0.1.46 [116 kB]
12:56:38 #11 16.98 Get:233 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgpgme11 amd64 1.17.1-4.1ubuntu1 [136 kB]
12:56:38 #11 16.99 Get:234 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-gpg amd64 1.17.1-4.1ubuntu1 [208 kB]
12:56:38 #11 16.99 Get:235 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-xdg all 0.27-2 [36.9 kB]
12:56:38 #11 16.99 Get:236 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dput all 1.1.2ubuntu2 [46.0 kB]
12:56:38 #11 17.00 Get:237 http://archive.ubuntu.com/ubuntu kinetic/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
12:56:38 #11 17.01 Get:238 http://archive.ubuntu.com/ubuntu kinetic/main amd64 fontconfig-config all 2.13.1-4.4ubuntu1 [28.2 kB]
12:56:38 #11 17.02 Get:239 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libcurl3-gnutls amd64 7.85.0-1ubuntu0.2 [288 kB]
12:56:38 #11 17.02 Get:240 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
12:56:38 #11 17.02 Get:241 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 git-man all 1:2.37.2-1ubuntu1.2 [975 kB]
12:56:38 #11 17.04 Get:242 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 git amd64 1:2.37.2-1ubuntu1.2 [3287 kB]
12:56:38 #11 17.10 Get:243 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
12:56:38 #11 17.10 Get:244 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-7 [11.8 kB]
12:56:38 #11 17.10 Get:245 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libalgorithm-merge-perl all 0.08-4 [12.0 kB]
12:56:38 #11 17.10 Get:246 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libaliased-perl all 0.34-2 [13.5 kB]
12:56:38 #11 17.10 Get:247 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libapt-pkg-perl amd64 0.1.40build2 [72.5 kB]
12:56:38 #11 17.10 Get:248 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libarchive-cpio-perl all 0.10-2 [10.3 kB]
12:56:38 #11 17.10 Get:249 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libarray-intspan-perl all 2.004-2 [25.0 kB]
12:56:38 #11 17.10 Get:250 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmodule-implementation-perl all 0.09-2 [12.0 kB]
12:56:38 #11 17.10 Get:251 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-exporter-progressive-perl all 0.001013-2 [7248 B]
12:56:38 #11 17.11 Get:252 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libvariable-magic-perl amd64 0.62-2 [35.5 kB]
12:56:38 #11 17.14 Get:253 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libb-hooks-endofscope-perl all 0.26-1 [17.8 kB]
12:56:38 #11 17.14 Get:254 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libberkeleydb-perl amd64 0.64-1build3 [124 kB]
12:56:38 #11 17.14 Get:255 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfreetype6 amd64 2.12.1+dfsg-3 [387 kB]
12:56:38 #11 17.14 Get:256 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfontconfig1 amd64 2.13.1-4.4ubuntu1 [129 kB]
12:56:38 #11 17.14 Get:257 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB]
12:56:38 #20 9.519 Unpacking libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ...
12:56:38 #20 9.586 Selecting previously unselected package lld-11.
12:56:38 #20 9.591 Preparing to unpack .../14-lld-11_1%3a11.0.1-2_amd64.deb ...
12:56:38 #20 9.600 Unpacking lld-11 (1:11.0.1-2) ...
12:56:38 #10 18.71 Selecting previously unselected package autopoint.
12:56:38 #10 18.71 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
12:56:38 #10 18.71 Unpacking autopoint (0.21-4) ...
12:56:38 #10 18.77 Selecting previously unselected package binutils-common:amd64.
12:56:38 #10 18.77 Preparing to unpack .../026-binutils-common_2.35.2-2_amd64.deb ...
12:56:38 #10 18.77 Unpacking binutils-common:amd64 (2.35.2-2) ...
12:56:38 #10 22.48 Preparing to unpack .../064-libmpfr6_4.0.1-1_arm64.deb ...
12:56:38 #10 22.48 Unpacking libmpfr6:arm64 (4.0.1-1) ...
12:56:38 #10 22.52 Selecting previously unselected package libmpc3:arm64.
12:56:38 #10 22.52 Preparing to unpack .../065-libmpc3_1.1.0-1_arm64.deb ...
12:56:38 #10 22.53 Unpacking libmpc3:arm64 (1.1.0-1) ...
12:56:38 #10 22.55 Selecting previously unselected package cpp-7.
12:56:38 #10 22.55 Preparing to unpack .../066-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ...
12:56:38 #10 22.56 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ...
12:56:38 #11 19.00 Get:409 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 manpages-dev all 5.13-1 [2355 kB]
12:56:38 #13 0.767 Loaded plugins: fastestmirror, ovl
12:56:38 #13 1.088 Enabling base-source repository
12:56:38 #13 1.089 Enabling extras-source repository
12:56:38 #13 1.089 Enabling updates-source repository
12:56:38 #13 1.090 Loading mirror speeds from cached hostfile
12:56:38 #13 1.091  * base: download.cf.centos.org
12:56:38 #13 1.092  * extras: download.cf.centos.org
12:56:38 #13 1.093  * updates: download.cf.centos.org
12:56:38 #10 43.85 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:56:38 #10 43.85 Setting up libfribidi0:arm64 (1.0.5-3.1+deb10u2) ...
12:56:38 #10 43.87 Setting up t1utils (1.41-3) ...
12:56:38 #10 43.88 Setting up diffstat (1.62-1) ...
12:56:38 #10 43.89 Setting up libmpc3:arm64 (1.1.0-1) ...
12:56:38 #10 43.91 Setting up libatomic1:arm64 (8.3.0-6) ...
12:56:38 #10 43.92 Setting up patch (2.7.6-3+deb10u1) ...
12:56:38 #10 43.93 Setting up mailutils-common (1:3.5-4) ...
12:56:38 #10 43.94 Setting up autopoint (0.19.8.1-9) ...
12:56:38 #10 43.96 Setting up libmariadb3:arm64 (1:10.3.36-0+deb10u2) ...
12:56:38 #10 43.97 Setting up libfl2:arm64 (2.6.4-6.2) ...
12:56:38 #10 43.99 Setting up libpcre2-8-0:arm64 (10.32-5) ...
12:56:38 #10 44.00 Setting up libk5crypto3:arm64 (1.17-3+deb10u5) ...
12:56:38 #10 44.01 Setting up libltdl7:arm64 (2.4.6-9) ...
12:56:38 #10 44.02 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
12:56:38 #10 44.03 Setting up libevent-2.1-6:arm64 (2.1.8-stable-4) ...
12:56:38 #10 44.05 Setting up libubsan1:arm64 (8.3.0-6) ...
12:56:38 #10 38.19 Preparing to unpack .../288-libhtml-form-perl_6.10-1_all.deb ...
12:56:38 #10 38.20 Unpacking libhtml-form-perl (6.10-1) ...
12:56:38 #10 38.24 Selecting previously unselected package libhtml-format-perl.
12:56:38 #10 38.24 Preparing to unpack .../289-libhtml-format-perl_2.16-2_all.deb ...
12:56:38 #10 38.24 Unpacking libhtml-format-perl (2.16-2) ...
12:56:38 #10 38.29 Selecting previously unselected package libhtml-html5-entities-perl.
12:56:38 #10 38.29 Preparing to unpack .../290-libhtml-html5-entities-perl_0.004-3_all.deb ...
12:56:38 #10 38.29 Unpacking libhtml-html5-entities-perl (0.004-3) ...
12:56:38 #10 38.32 Selecting previously unselected package libhtml-tokeparser-simple-perl.
12:56:38 #10 38.33 Preparing to unpack .../291-libhtml-tokeparser-simple-perl_3.16-4_all.deb ...
12:56:38 #10 38.33 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ...
12:56:38 #10 38.37 Selecting previously unselected package libhttp-daemon-perl.
12:56:38 #10 38.38 Preparing to unpack .../292-libhttp-daemon-perl_6.14-2_all.deb ...
12:56:38 #10 38.38 Unpacking libhttp-daemon-perl (6.14-2) ...
12:56:38 #10 38.42 Selecting previously unselected package libio-interactive-perl.
12:56:38 #10 38.42 Preparing to unpack .../293-libio-interactive-perl_1.023-2_all.deb ...
12:56:38 #10 38.43 Unpacking libio-interactive-perl (1.023-2) ...
12:56:38 #10 38.46 Selecting previously unselected package libio-sessiondata-perl.
12:56:38 #10 38.46 Preparing to unpack .../294-libio-sessiondata-perl_1.03-3_all.deb ...
12:56:38 #10 38.47 Unpacking libio-sessiondata-perl (1.03-3) ...
12:56:38 #10 38.51 Selecting previously unselected package libio-stringy-perl.
12:56:38 #10 38.51 Preparing to unpack .../295-libio-stringy-perl_2.111-3_all.deb ...
12:56:38 #10 38.53 Unpacking libio-stringy-perl (2.111-3) ...
12:56:38 #10 ...
12:56:38 
12:56:38 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:38 #8 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 8.4s done
12:56:38 #8 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
12:56:38 #8 DONE 23.1s
12:56:38 
12:56:38 #10 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:56:38 #10 14.80 (11/166): elfutils-0.188-3.el9.x86_64.rpm       5.7 MB/s | 529 kB     00:00    
12:56:38 #10 14.83 (12/166): elfutils-debuginfod-client-0.188-3.el 587 kB/s |  38 kB     00:00    
12:56:38 #10 14.87 (13/166): environment-modules-5.0.1-2.el9.x86_6 6.5 MB/s | 492 kB     00:00    
12:56:38 #10 14.87 (14/166): file-5.39-10.el9.x86_64.rpm           727 kB/s |  49 kB     00:00    
12:56:38 #10 14.90 (15/166): glib-networking-2.68.3-3.el9.x86_64.r 2.7 MB/s | 186 kB     00:00    
12:56:38 #10 15.02 (16/166): glibc-gconv-extra-2.34-58.el9.x86_64.  12 MB/s | 1.7 MB     00:00    
12:56:38 #11 17.13 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
12:56:38 #11 17.14 Unpacking mime-support (3.64ubuntu1) ...
12:56:38 #11 17.18 Selecting previously unselected package libmpdec2:arm64.
12:56:38 #11 17.18 Preparing to unpack .../2-libmpdec2_2.4.2-3_arm64.deb ...
12:56:38 #11 17.18 Unpacking libmpdec2:arm64 (2.4.2-3) ...
12:56:38 #11 17.23 Selecting previously unselected package readline-common.
12:56:38 #11 17.23 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
12:56:38 #11 17.23 Unpacking readline-common (8.0-4) ...
12:56:38 #11 17.27 Selecting previously unselected package libreadline8:arm64.
12:56:38 #11 17.27 Preparing to unpack .../4-libreadline8_8.0-4_arm64.deb ...
12:56:38 #11 17.28 Unpacking libreadline8:arm64 (8.0-4) ...
12:56:38 #11 17.33 Selecting previously unselected package libsqlite3-0:arm64.
12:56:38 #11 17.33 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_arm64.deb ...
12:56:38 #11 17.34 Unpacking libsqlite3-0:arm64 (3.31.1-4ubuntu0.5) ...
12:56:38 #11 17.40 Selecting previously unselected package libpython3.8-stdlib:arm64.
12:56:38 #11 17.40 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
12:56:38 #11 14.68 Get:203 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 git-man all 1:2.34.1-1ubuntu1.6 [953 kB]
12:56:38 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 4.2s done
12:56:38 #11 17.15 Get:258 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B]
12:56:38 #11 17.15 Get:259 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdeflate0 amd64 1.12-1 [76.1 kB]
12:56:38 #11 17.15 Get:260 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.10.1 [29.7 kB]
12:56:38 #11 17.15 Get:261 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblerc3 amd64 3.0+ds-1ubuntu1 [128 kB]
12:56:38 #11 17.15 Get:262 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libwebp7 amd64 1.2.2-2 [206 kB]
12:56:38 #11 17.16 Get:263 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libtiff5 amd64 4.4.0-4ubuntu3.2 [190 kB]
12:56:38 #11 17.16 Get:264 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.10.1 [37.0 kB]
12:56:38 #11 17.16 Get:265 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgd3 amd64 2.3.3-6 [123 kB]
12:56:38 #11 17.17 Get:266 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libc-devtools amd64 2.36-0ubuntu4 [28.5 kB]
12:56:38 #11 17.17 Get:267 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
12:56:38 #11 17.17 Get:268 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcgi-pm-perl all 4.54-1 [188 kB]
12:56:38 #11 17.18 Get:269 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfcgi0ldbl amd64 2.4.2-2build2 [28.0 kB]
12:56:38 #11 17.18 Get:270 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfcgi-perl amd64 0.82+ds-1build1 [22.8 kB]
12:56:38 #11 17.18 Get:271 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB]
12:56:38 #11 17.18 Get:272 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
12:56:38 #11 17.18 Get:273 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libclone-perl amd64 0.45-1build3 [11.0 kB]
12:56:38 #11 17.18 Get:274 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcommon-sense-perl amd64 3.75-2build1 [21.1 kB]
12:56:38 #11 17.19 Get:275 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libconfig-tiny-perl all 2.28-1 [13.1 kB]
12:56:38 #11 17.19 Get:276 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libparams-util-perl amd64 1.102-1build3 [22.7 kB]
12:56:38 #11 17.19 Get:277 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-install-perl all 0.928-2 [10.2 kB]
12:56:38 #11 17.19 Get:278 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-optlist-perl all 0.112-1 [11.0 kB]
12:56:38 #11 17.20 Get:279 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-exporter-perl all 0.988-1 [50.6 kB]
12:56:38 #11 17.20 Get:280 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libconst-fast-perl all 0.014-2 [8034 B]
12:56:38 #11 17.21 Get:281 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libwant-perl amd64 0.29-2 [25.1 kB]
12:56:38 #11 17.21 Get:282 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcontextual-return-perl all 0.004014-3 [53.8 kB]
12:56:38 #11 17.21 Get:283 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcpanel-json-xs-perl amd64 4.32-1 [114 kB]
12:56:38 #11 17.21 Get:284 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
12:56:38 #11 17.21 Get:285 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libexception-class-perl all 1.45-1 [28.6 kB]
12:56:38 #11 17.22 Get:286 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libiterator-perl all 0.03+ds1-2 [18.8 kB]
12:56:38 #11 17.22 Get:287 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libiterator-util-perl all 0.02+ds1-2 [14.1 kB]
12:56:38 #11 17.22 Get:288 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
12:56:38 #11 17.23 Get:289 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblist-moreutils-xs-perl amd64 0.430-3 [41.5 kB]
12:56:38 #11 17.23 Get:290 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
12:56:38 #11 17.23 Get:291 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-dpath-perl all 0.58-1 [38.8 kB]
12:56:38 #11 17.23 Get:292 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-dump-perl all 1.25-1 [25.9 kB]
12:56:38 #11 17.23 Get:293 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-messagepack-perl amd64 1.02-1 [34.8 kB]
12:56:38 #11 17.23 Get:294 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnet-domain-tld-perl all 1.75-2 [30.8 kB]
12:56:38 #11 17.24 Get:295 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
12:56:38 #11 17.24 Get:296 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
12:56:38 #11 17.24 Get:297 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnet-netmask-perl all 2.0001-1 [27.7 kB]
12:56:38 #11 17.24 Get:298 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnetaddr-ip-perl amd64 4.079+dfsg-2 [82.5 kB]
12:56:38 #11 17.25 Get:299 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-validate-ip-perl all 0.30-1 [17.3 kB]
12:56:38 #11 17.25 Get:300 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-validate-uri-perl all 0.07-2 [11.1 kB]
12:56:38 #11 17.26 Get:301 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdistro-info-perl all 1.1ubuntu1 [5606 B]
12:56:38 #14 1.085 Last metadata expiration check: 0:00:14 ago on Wed Feb  8 12:56:24 2023.
12:56:38 #20 9.816 Selecting previously unselected package lld.
12:56:38 #20 9.816 Preparing to unpack .../15-lld_1%3a11.0-51+nmu5_amd64.deb ...
12:56:38 #20 9.823 Unpacking lld (1:11.0-51+nmu5) ...
12:56:38 #20 9.872 Selecting previously unselected package llvm-11-runtime.
12:56:38 #20 9.873 Preparing to unpack .../16-llvm-11-runtime_1%3a11.0.1-2_amd64.deb ...
12:56:38 #20 9.879 Unpacking llvm-11-runtime (1:11.0.1-2) ...
12:56:38 #20 9.963 Selecting previously unselected package llvm-runtime.
12:56:38 #20 9.967 Preparing to unpack .../17-llvm-runtime_1%3a11.0-51+nmu5_amd64.deb ...
12:56:38 #20 9.972 Unpacking llvm-runtime (1:11.0-51+nmu5) ...
12:56:38 #20 10.00 Selecting previously unselected package llvm-11.
12:56:38 #20 10.01 Preparing to unpack .../18-llvm-11_1%3a11.0.1-2_amd64.deb ...
12:56:38 #20 10.01 Unpacking llvm-11 (1:11.0.1-2) ...
12:56:39 #11 19.12 Get:410 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-certifi all 2022.6.15-2 [156 kB]
12:56:39 #11 19.13 Get:411 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-cffi-backend arm64 1.15.1-1 [79.8 kB]
12:56:39 #11 19.13 Get:412 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-cryptography arm64 3.4.8-2 [217 kB]
12:56:39 #11 19.14 Get:413 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-idna all 3.3-1 [49.3 kB]
12:56:39 #11 19.14 Get:414 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-nacl arm64 1.5.0-2 [59.9 kB]
12:56:39 #11 19.15 Get:415 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-six all 1.16.0-4 [12.4 kB]
12:56:39 #11 19.15 Get:416 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-bcrypt arm64 3.2.0-1build1 [28.9 kB]
12:56:39 #11 19.15 Get:417 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-paramiko all 2.10.4-1ubuntu1 [134 kB]
12:56:39 #11 19.15 Get:418 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-urllib3 all 1.26.9-1 [98.8 kB]
12:56:39 #11 19.20 Get:419 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-requests all 2.27.1+dfsg-1ubuntu2 [50.3 kB]
12:56:39 #11 19.27 Get:420 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-unidiff all 0.7.3-1 [11.0 kB]
12:56:39 #11 19.28 Get:421 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 zstd arm64 1.5.2+dfsg-1 [514 kB]
12:56:39 #11 19.28 Get:422 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 equivs all 2.3.1 [19.0 kB]
12:56:39 #11 19.28 Get:423 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libauthen-sasl-perl all 2.1600-2 [43.7 kB]
12:56:39 #11 19.29 Get:424 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-magic all 2:0.4.26-2 [13.2 kB]
12:56:39 #10 44.06 Setting up libisl19:arm64 (0.20-2) ...
12:56:39 #10 44.10 Setting up dwz (0.12-3) ...
12:56:39 #10 44.15 Setting up python-apt-common (1.8.4.3) ...
12:56:39 #10 44.16 Setting up sensible-utils (0.0.12) ...
12:56:39 #10 44.18 Setting up exim4-config (4.92-8+deb10u7) ...
12:56:39 #10 38.57 Selecting previously unselected package libipc-run3-perl.
12:56:39 #10 38.57 Preparing to unpack .../296-libipc-run3-perl_0.048-3_all.deb ...
12:56:39 #10 38.58 Unpacking libipc-run3-perl (0.048-3) ...
12:56:39 #10 38.62 Selecting previously unselected package libtypes-serialiser-perl.
12:56:39 #10 38.62 Preparing to unpack .../297-libtypes-serialiser-perl_1.01-1_all.deb ...
12:56:39 #10 38.63 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:56:39 #10 38.67 Selecting previously unselected package libjson-xs-perl.
12:56:39 #10 38.67 Preparing to unpack .../298-libjson-xs-perl_4.030-2+b1_arm64.deb ...
12:56:39 #10 38.67 Unpacking libjson-xs-perl (4.030-2+b1) ...
12:56:39 #10 38.71 Selecting previously unselected package libjson-maybexs-perl.
12:56:39 #10 38.71 Preparing to unpack .../299-libjson-maybexs-perl_1.004004-1_all.deb ...
12:56:39 #10 38.72 Unpacking libjson-maybexs-perl (1.004004-1) ...
12:56:39 #10 38.76 Selecting previously unselected package libldap-common.
12:56:39 #10 15.03 (17/166): groff-base-1.22.4-10.el9.x86_64.rpm   6.8 MB/s | 1.1 MB     00:00    
12:56:39 #10 15.07 (18/166): gsettings-desktop-schemas-40.0-6.el9. 3.9 MB/s | 684 kB     00:00    
12:56:39 #10 15.09 (19/166): info-6.7-15.el9.x86_64.rpm            2.9 MB/s | 225 kB     00:00    
12:56:39 #10 15.12 (20/166): json-glib-1.6.6-1.el9.x86_64.rpm      1.8 MB/s | 163 kB     00:00    
12:56:39 #10 15.14 (21/166): less-590-1.el9.x86_64.rpm             2.3 MB/s | 163 kB     00:00    
12:56:39 #10 15.16 (22/166): libatomic-11.3.1-4.3.el9.x86_64.rpm   803 kB/s |  52 kB     00:00    
12:56:39 #10 15.19 (23/166): libbrotli-1.0.9-6.el9.x86_64.rpm      4.3 MB/s | 314 kB     00:00    
12:56:39 #10 15.22 (24/166): libdb-5.3.28-53.el9.x86_64.rpm        9.0 MB/s | 738 kB     00:00    
12:56:39 #10 15.22 (25/166): libeconf-0.4.1-2.el9.x86_64.rpm       437 kB/s |  28 kB     00:00    
12:56:39 #10 15.26 (26/166): libfdisk-2.37.4-9.el9.x86_64.rpm      2.3 MB/s | 155 kB     00:00    
12:56:39 #11 17.41 Unpacking libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.6) ...
12:56:39 #11 17.58 Selecting previously unselected package python3.8.
12:56:39 #11 17.58 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
12:56:39 #11 17.58 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
12:56:39 #11 17.62 Selecting previously unselected package libpython3-stdlib:arm64.
12:56:39 #11 17.62 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_arm64.deb ...
12:56:39 #11 17.63 Unpacking libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ...
12:56:39 #11 17.66 Setting up python3-minimal (3.8.2-0ubuntu2) ...
12:56:39 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b
12:56:39 #11 17.66 Get:302 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libemail-address-xs-perl amd64 1.05-1 [29.3 kB]
12:56:39 #8 ...
12:56:39 
12:56:39 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:56:39 #10 6.495 Fedora 36 - x86_64                               15 MB/s |  81 MB     00:05    
12:56:39 #11 19.51 debconf: delaying package configuration, since apt-utils is not installed
12:56:39 #11 19.55 Fetched 141 MB in 13s (10.7 MB/s)
12:56:39 #11 19.66 Selecting previously unselected package liblocale-gettext-perl.
12:56:39 #10 19.15 Selecting previously unselected package libbinutils:amd64.
12:56:39 #10 19.15 Preparing to unpack .../027-libbinutils_2.35.2-2_amd64.deb ...
12:56:39 #10 19.18 Unpacking libbinutils:amd64 (2.35.2-2) ...
12:56:39 #10 19.31 Selecting previously unselected package libctf-nobfd0:amd64.
12:56:39 #10 19.31 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_amd64.deb ...
12:56:39 #10 19.32 Unpacking libctf-nobfd0:amd64 (2.35.2-2) ...
12:56:39 #10 44.52 Adding system-user for exim (v4)
12:56:39 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 34.60MB / 116.78MB 9.7s
12:56:39 #10 23.12 Selecting previously unselected package cpp.
12:56:39 #10 23.12 Preparing to unpack .../067-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ...
12:56:39 #10 23.12 Unpacking cpp (4:7.4.0-1ubuntu2.3) ...
12:56:39 #10 23.15 Selecting previously unselected package libcc1-0:arm64.
12:56:39 #10 23.15 Preparing to unpack .../068-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ...
12:56:39 #10 23.16 Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ...
12:56:39 #10 23.19 Selecting previously unselected package libgomp1:arm64.
12:56:39 #10 23.19 Preparing to unpack .../069-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ...
12:56:39 #10 23.19 Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ...
12:56:39 #10 23.23 Selecting previously unselected package libitm1:arm64.
12:56:39 #10 23.23 Preparing to unpack .../070-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ...
12:56:39 #10 23.23 Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ...
12:56:39 #10 23.26 Selecting previously unselected package libatomic1:arm64.
12:56:39 #10 23.26 Preparing to unpack .../071-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ...
12:56:39 #10 23.27 Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ...
12:56:39 #10 23.30 Selecting previously unselected package libasan4:arm64.
12:56:39 #10 23.30 Preparing to unpack .../072-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ...
12:56:39 #10 23.30 Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ...
12:56:39 #10 23.36 Selecting previously unselected package liblsan0:arm64.
12:56:39 #10 23.36 Preparing to unpack .../073-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ...
12:56:39 #10 23.36 Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
12:56:39 #10 23.40 Selecting previously unselected package libtsan0:arm64.
12:56:39 #10 38.76 Preparing to unpack .../300-libldap-common_2.5.13+dfsg-3_all.deb ...
12:56:39 #10 38.77 Unpacking libldap-common (2.5.13+dfsg-3) ...
12:56:39 #10 38.81 Selecting previously unselected package liblist-compare-perl.
12:56:39 #10 38.81 Preparing to unpack .../301-liblist-compare-perl_0.55-2_all.deb ...
12:56:39 #10 38.82 Unpacking liblist-compare-perl (0.55-2) ...
12:56:39 #10 38.86 Selecting previously unselected package liblist-someutils-perl.
12:56:39 #10 38.86 Preparing to unpack .../302-liblist-someutils-perl_0.59-1_all.deb ...
12:56:39 #10 38.87 Unpacking liblist-someutils-perl (0.59-1) ...
12:56:39 #10 38.91 Selecting previously unselected package liblist-someutils-xs-perl:arm64.
12:56:39 #10 38.91 Preparing to unpack .../303-liblist-someutils-xs-perl_0.58-3_arm64.deb ...
12:56:39 #10 38.92 Unpacking liblist-someutils-xs-perl:arm64 (0.58-3) ...
12:56:39 #10 38.96 Selecting previously unselected package liblist-utilsby-perl.
12:56:39 #10 38.96 Preparing to unpack .../304-liblist-utilsby-perl_0.12-2_all.deb ...
12:56:39 #10 15.43 (27/166): libpipeline-1.5.3-4.el9.x86_64.rpm    240 kB/s |  49 kB     00:00    
12:56:39 #10 15.43 (28/166): libpkgconf-1.7.3-10.el9.x86_64.rpm    203 kB/s |  36 kB     00:00    
12:56:39 #11 17.86 Selecting previously unselected package python3.
12:56:39 #11 17.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 ... 4862 files and directories currently installed.)
12:56:39 #11 17.86 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_arm64.deb ...
12:56:39 #11 17.87 Unpacking python3 (3.8.2-0ubuntu2) ...
12:56:39 #11 17.91 Selecting previously unselected package libbsd0:arm64.
12:56:39 #11 15.22 Get:204 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 git arm64 1:2.34.1-1ubuntu1.6 [3168 kB]
12:56:39 #11 17.75 Get:303 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfcgi-bin amd64 2.4.2-2build2 [11.2 kB]
12:56:39 #11 17.77 Get:304 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
12:56:39 #11 17.84 Get:305 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-basedir-perl all 0.09-1 [15.7 kB]
12:56:39 #11 17.87 Get:306 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
12:56:39 #10 ...
12:56:39 
12:56:39 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:39 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 89.13MB / 116.78MB 18.3s
12:56:39 #11 19.66 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4391 files and directories currently installed.)
12:56:39 #11 19.66 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_arm64.deb ...
12:56:39 #11 19.67 Unpacking liblocale-gettext-perl (1.07-4build3) ...
12:56:39 #11 19.71 Selecting previously unselected package libssl3:arm64.
12:56:39 #11 19.71 Preparing to unpack .../libssl3_3.0.5-2ubuntu2.1_arm64.deb ...
12:56:39 #11 19.72 Unpacking libssl3:arm64 (3.0.5-2ubuntu2.1) ...
12:56:39 #11 19.82 Selecting previously unselected package libpython3.10-minimal:arm64.
12:56:39 #11 19.82 Preparing to unpack .../libpython3.10-minimal_3.10.7-1ubuntu0.2_arm64.deb ...
12:56:39 #11 19.83 Unpacking libpython3.10-minimal:arm64 (3.10.7-1ubuntu0.2) ...
12:56:39 #11 19.91 Selecting previously unselected package libexpat1:arm64.
12:56:39 #7 ...
12:56:39 
12:56:39 #9 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0
12:56:39 #9 extracting sha256:16b554b0ae696936d2556c56490dc1cb7af234f9a415a93932213ba90d19bd85 13.8s done
12:56:39 #9 ...
12:56:39 
12:56:39 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:39 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 13.6s done
12:56:39 #10 19.38 Selecting previously unselected package libctf0:amd64.
12:56:39 #10 19.38 Preparing to unpack .../029-libctf0_2.35.2-2_amd64.deb ...
12:56:39 #10 19.39 Unpacking libctf0:amd64 (2.35.2-2) ...
12:56:39 #10 19.42 Selecting previously unselected package binutils-x86-64-linux-gnu.
12:56:39 #10 19.42 Preparing to unpack .../030-binutils-x86-64-linux-gnu_2.35.2-2_amd64.deb ...
12:56:39 #10 19.43 Unpacking binutils-x86-64-linux-gnu (2.35.2-2) ...
12:56:39 #7 ...
12:56:39 
12:56:39 #9 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b
12:56:39 #9 resolve docker.io/library/debian:bullseye@sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b 0.1s done
12:56:39 #9 sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b 1.85kB / 1.85kB done
12:56:39 #9 sha256:21fcc84bb6b38666d4117b0b7d088049dcd18258a6f3e79159915a53731b2cf1 529B / 529B done
12:56:39 #9 sha256:adfa8c063dbbbd6d4410e90566e192bf9bd4a082590f05c6266e56caf42501d8 1.47kB / 1.47kB done
12:56:39 #9 sha256:7a21a86b3957d8c99250334cfb78c55af4f8c9277f2f1d4abd53d0362f96323d 23.07MB / 50.19MB 9.9s
12:56:39 #9 ...
12:56:39 
12:56:39 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:39 #10 44.87 Setting up libuchardet0:arm64 (0.0.6-3) ...
12:56:39 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 106.95MB / 116.78MB 17.8s
12:56:39 #7 ...
12:56:39 
12:56:39 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:39 #10 19.67 Selecting previously unselected package libxml2:amd64.
12:56:39 #10 19.67 Preparing to unpack .../015-libxml2_2.9.4+dfsg1-7+deb10u5_amd64.deb ...
12:56:39 #10 19.67 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u5) ...
12:56:39 #10 19.83 Selecting previously unselected package manpages.
12:56:39 #10 19.83 Preparing to unpack .../016-manpages_4.16-2_all.deb ...
12:56:39 #10 19.83 Unpacking manpages (4.16-2) ...
12:56:39 #10 20.06 Selecting previously unselected package libedit2:amd64.
12:56:39 #10 20.06 Preparing to unpack .../017-libedit2_3.1-20181209-1_amd64.deb ...
12:56:39 #10 23.40 Preparing to unpack .../074-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ...
12:56:39 #10 23.41 Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
12:56:39 #10 23.46 Selecting previously unselected package libubsan0:arm64.
12:56:39 #10 23.46 Preparing to unpack .../075-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ...
12:56:39 #10 23.46 Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ...
12:56:39 #10 23.50 Selecting previously unselected package libgcc-7-dev:arm64.
12:56:39 #10 23.50 Preparing to unpack .../076-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ...
12:56:39 #10 23.50 Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
12:56:39 #10 15.63 (29/166): libpng-1.6.37-12.el9.x86_64.rpm       589 kB/s | 117 kB     00:00    
12:56:39 #10 15.63 (30/166): libproxy-0.4.15-35.el9.x86_64.rpm     376 kB/s |  74 kB     00:00    
12:56:39 #10 15.83 (31/166): libicu-67.1-9.el9.x86_64.rpm           16 MB/s | 9.6 MB     00:00    
12:56:39 #10 38.97 Unpacking liblist-utilsby-perl (0.12-2) ...
12:56:39 #10 39.01 Selecting previously unselected package libltdl7:arm64.
12:56:39 #10 39.02 Preparing to unpack .../305-libltdl7_2.4.7-5_arm64.deb ...
12:56:39 #10 39.02 Unpacking libltdl7:arm64 (2.4.7-5) ...
12:56:39 #10 39.07 Selecting previously unselected package libltdl-dev:arm64.
12:56:39 #10 39.07 Preparing to unpack .../306-libltdl-dev_2.4.7-5_arm64.deb ...
12:56:39 #10 39.08 Unpacking libltdl-dev:arm64 (2.4.7-5) ...
12:56:39 #10 39.14 Selecting previously unselected package liblz1:arm64.
12:56:39 #10 39.14 Preparing to unpack .../307-liblz1_1.13-5_arm64.deb ...
12:56:39 #10 39.15 Unpacking liblz1:arm64 (1.13-5) ...
12:56:39 #10 39.20 Selecting previously unselected package liblzo2-2:arm64.
12:56:39 #10 39.20 Preparing to unpack .../308-liblzo2-2_2.10-2_arm64.deb ...
12:56:39 #10 39.21 Unpacking liblzo2-2:arm64 (2.10-2) ...
12:56:39 #10 39.24 Selecting previously unselected package libsys-hostname-long-perl.
12:56:39 #10 39.24 Preparing to unpack .../309-libsys-hostname-long-perl_1.5-3_all.deb ...
12:56:39 #10 39.25 Unpacking libsys-hostname-long-perl (1.5-3) ...
12:56:39 #10 39.30 Selecting previously unselected package libmail-sendmail-perl.
12:56:39 #10 39.30 Preparing to unpack .../310-libmail-sendmail-perl_0.80-3_all.deb ...
12:56:39 #11 17.91 Preparing to unpack .../001-libbsd0_0.10.0-1_arm64.deb ...
12:56:39 #11 17.91 Unpacking libbsd0:arm64 (0.10.0-1) ...
12:56:39 #11 17.95 Selecting previously unselected package bsdmainutils.
12:56:39 #11 17.95 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_arm64.deb ...
12:56:39 #11 17.95 Unpacking bsdmainutils (11.1.2ubuntu3) ...
12:56:39 #11 18.00 Selecting previously unselected package libuchardet0:arm64.
12:56:39 #11 18.01 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_arm64.deb ...
12:56:39 #11 18.01 Unpacking libuchardet0:arm64 (0.0.6-3build1) ...
12:56:39 #11 18.05 Selecting previously unselected package groff-base.
12:56:39 #11 18.05 Preparing to unpack .../004-groff-base_1.22.4-4build1_arm64.deb ...
12:56:39 #11 18.05 Unpacking groff-base (1.22.4-4build1) ...
12:56:39 #11 18.16 Selecting previously unselected package libgdbm6:arm64.
12:56:39 #11 18.16 Preparing to unpack .../005-libgdbm6_1.18.1-5_arm64.deb ...
12:56:39 #11 18.17 Unpacking libgdbm6:arm64 (1.18.1-5) ...
12:56:39 #11 18.20 Selecting previously unselected package libpipeline1:arm64.
12:56:39 #11 18.21 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_arm64.deb ...
12:56:39 #11 18.21 Unpacking libpipeline1:arm64 (1.5.2-2build1) ...
12:56:39 #11 18.28 Selecting previously unselected package man-db.
12:56:39 #11 15.40 Get:205 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
12:56:39 #11 15.40 Get:206 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6build3 [11.7 kB]
12:56:39 #11 15.40 Get:207 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
12:56:39 #11 15.40 Get:208 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libaliased-perl all 0.34-1.1 [13.3 kB]
12:56:39 #11 15.40 Get:209 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libapt-pkg-perl arm64 0.1.40build2 [70.3 kB]
12:56:39 #11 15.41 Get:210 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive-cpio-perl all 0.10-1.1 [9928 B]
12:56:39 #11 15.41 Get:211 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarray-intspan-perl all 2.004-1 [24.5 kB]
12:56:39 #11 15.41 Get:212 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
12:56:39 #11 15.41 Get:213 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
12:56:39 #11 15.47 Get:214 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libvariable-magic-perl arm64 0.62-1build5 [34.8 kB]
12:56:39 #11 15.54 Get:215 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libb-hooks-endofscope-perl all 0.25-1 [17.8 kB]
12:56:39 #11 15.55 Get:216 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libfreetype6 arm64 2.11.1+dfsg-1ubuntu0.1 [383 kB]
12:56:39 #11 15.55 Get:217 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfontconfig1 arm64 2.13.1-4.2ubuntu5 [135 kB]
12:56:39 #11 15.55 Get:218 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg-turbo8 arm64 2.1.2-0ubuntu1 [129 kB]
12:56:39 #11 15.56 Get:219 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg8 arm64 8c-2ubuntu10 [2264 B]
12:56:39 #11 15.56 Get:220 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdeflate0 arm64 1.10-2 [69.1 kB]
12:56:39 #11 15.56 Get:221 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libjbig0 arm64 2.1-3.1ubuntu0.22.04.1 [29.1 kB]
12:56:39 #11 15.56 Get:222 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwebp7 arm64 1.2.2-2 [192 kB]
12:56:39 #11 15.56 Get:223 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libtiff5 arm64 4.3.0-6ubuntu0.3 [180 kB]
12:56:39 #11 15.62 Get:224 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libxpm4 arm64 1:3.5.12-1ubuntu0.22.04.1 [35.3 kB]
12:56:39 #11 17.88 Get:307 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-fcntllock-perl amd64 0.22-4 [33.7 kB]
12:56:39 #11 17.91 Get:308 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnumber-compare-perl all 0.03-2 [7058 B]
12:56:39 #11 17.91 Get:309 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtext-glob-perl all 0.11-2 [8042 B]
12:56:39 #11 17.92 Get:310 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-find-rule-perl all 0.34-2 [26.1 kB]
12:56:39 #11 17.94 Get:311 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfont-afm-perl all 1.20-3 [13.6 kB]
12:56:39 #11 17.95 Get:312 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libio-string-perl all 1.08-3.1 [10.7 kB]
12:56:39 #11 17.96 Get:313 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfont-ttf-perl all 1.06-2 [323 kB]
12:56:39 #11 18.07 Get:314 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfreezethaw-perl all 0.5001-2.1 [16.0 kB]
12:56:39 #11 18.07 Get:315 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsort-versions-perl all 1.62-2 [8848 B]
12:56:39 #11 18.07 Get:316 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
12:56:39 #11 18.08 Get:317 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
12:56:39 #11 18.08 Get:318 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
12:56:39 #11 18.09 Get:319 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjson-perl all 4.09000-1 [82.4 kB]
12:56:39 #11 18.11 Get:320 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblog-any-perl all 1.710-1 [68.4 kB]
12:56:39 #11 18.12 Get:321 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
12:56:39 #11 18.12 Get:322 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpackage-stash-perl all 0.40-1 [19.5 kB]
12:56:39 #11 18.14 Get:323 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-identify-perl amd64 0.14-2 [10.9 kB]
12:56:39 #11 19.91 Preparing to unpack .../libexpat1_2.4.8-2ubuntu0.22.10.1_arm64.deb ...
12:56:39 #11 19.91 Unpacking libexpat1:arm64 (2.4.8-2ubuntu0.22.10.1) ...
12:56:39 #11 19.96 Selecting previously unselected package python3.10-minimal.
12:56:39 #11 19.96 Preparing to unpack .../python3.10-minimal_3.10.7-1ubuntu0.2_arm64.deb ...
12:56:39 #11 19.96 Unpacking python3.10-minimal (3.10.7-1ubuntu0.2) ...
12:56:39 #11 20.03 Setting up libssl3:arm64 (3.0.5-2ubuntu2.1) ...
12:56:39 #11 20.15 Setting up libpython3.10-minimal:arm64 (3.10.7-1ubuntu0.2) ...
12:56:39 #10 19.73 Selecting previously unselected package binutils.
12:56:39 #10 19.73 Preparing to unpack .../031-binutils_2.35.2-2_amd64.deb ...
12:56:39 #10 19.74 Unpacking binutils (2.35.2-2) ...
12:56:39 #10 19.78 Selecting previously unselected package libc-dev-bin.
12:56:39 #10 19.78 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u5_amd64.deb ...
12:56:39 #10 19.79 Unpacking libc-dev-bin (2.31-13+deb11u5) ...
12:56:39 #10 19.84 Selecting previously unselected package linux-libc-dev:amd64.
12:56:39 #10 19.84 Preparing to unpack .../033-linux-libc-dev_5.10.162-1_amd64.deb ...
12:56:39 #10 19.84 Unpacking linux-libc-dev:amd64 (5.10.162-1) ...
12:56:39 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 40.89MB / 116.78MB 10.2s
12:56:39 #10 44.89 Setting up git-man (1:2.20.1-2+deb10u7) ...
12:56:39 #10 44.90 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
12:56:39 #10 44.91 Setting up netbase (5.6) ...
12:56:39 #10 44.94 Setting up libkrb5-3:arm64 (1.17-3+deb10u5) ...
12:56:39 #10 44.96 Setting up libmpdec2:arm64 (2.4.2-2) ...
12:56:39 #10 44.97 Setting up libbinutils:arm64 (2.31.1-16) ...
12:56:39 #10 44.98 Setting up cpp-8 (8.3.0-6) ...
12:56:39 #10 44.99 Setting up libc-dev-bin (2.28-10+deb10u2) ...
12:56:39 #10 45.00 Setting up openssl (1.1.1n-0+deb10u3) ...
12:56:39 #10 45.02 Setting up libbsd0:arm64 (0.9.1-2+deb10u1) ...
12:56:39 #10 45.03 Setting up readline-common (7.0-5) ...
12:56:39 #10 45.05 Setting up publicsuffix (20220811.1734-0+deb10u1) ...
12:56:39 #10 45.06 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u5) ...
12:56:39 #10 45.08 Setting up libcc1-0:arm64 (8.3.0-6) ...
12:56:39 #10 45.09 Setting up iso-codes (4.2-1) ...
12:56:39 #10 20.07 Unpacking libedit2:amd64 (3.1-20181209-1) ...
12:56:39 #10 20.15 Selecting previously unselected package openssh-client.
12:56:39 #10 20.15 Preparing to unpack .../018-openssh-client_1%3a7.9p1-10+deb10u2_amd64.deb ...
12:56:39 #10 20.16 Unpacking openssh-client (1:7.9p1-10+deb10u2) ...
12:56:39 #10 20.32 Selecting previously unselected package ucf.
12:56:39 #10 20.32 Preparing to unpack .../019-ucf_3.0038+nmu1_all.deb ...
12:56:39 #10 23.61 Selecting previously unselected package gcc-7.
12:56:39 #10 23.61 Preparing to unpack .../077-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ...
12:56:39 #10 23.61 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ...
12:56:39 #10 15.84 (32/166): libpsl-0.21.1-5.el9.x86_64.rpm        319 kB/s |  64 kB     00:00    
12:56:39 #10 15.88 (33/166): libpwquality-1.4.4-8.el9.x86_64.rpm   494 kB/s | 119 kB     00:00    
12:56:39 #10 15.90 (34/166): libselinux-utils-3.5-0.rc2.1.el9.x86_ 2.5 MB/s | 182 kB     00:00    
12:56:39 #10 15.94 (35/166): libutempter-1.2.1-6.el9.x86_64.rpm    414 kB/s |  27 kB     00:00    
12:56:39 #10 15.99 (36/166): man-db-2.9.3-7.el9.x86_64.rpm          10 MB/s | 1.2 MB     00:00    
12:56:39 #10 16.01 (37/166): ncurses-6.2-8.20210508.el9.x86_64.rpm 3.9 MB/s | 407 kB     00:00    
12:56:39 #10 16.05 (38/166): openssl-3.0.7-2.el9.x86_64.rpm         11 MB/s | 1.2 MB     00:00    
12:56:39 #10 39.30 Unpacking libmail-sendmail-perl (0.80-3) ...
12:56:39 #10 39.35 Selecting previously unselected package libnet-smtp-ssl-perl.
12:56:39 #10 39.35 Preparing to unpack .../311-libnet-smtp-ssl-perl_1.04-2_all.deb ...
12:56:39 #10 39.36 Unpacking libnet-smtp-ssl-perl (1.04-2) ...
12:56:39 #10 39.40 Selecting previously unselected package libmailtools-perl.
12:56:39 #10 39.41 Preparing to unpack .../312-libmailtools-perl_2.21-2_all.deb ...
12:56:39 #10 39.41 Unpacking libmailtools-perl (2.21-2) ...
12:56:39 #10 39.47 Selecting previously unselected package libmarkdown2:arm64.
12:56:39 #10 39.47 Preparing to unpack .../313-libmarkdown2_2.2.7-2_arm64.deb ...
12:56:39 #10 39.48 Unpacking libmarkdown2:arm64 (2.2.7-2) ...
12:56:39 #10 39.52 Selecting previously unselected package libmath-base85-perl.
12:56:39 #11 18.28 Preparing to unpack .../007-man-db_2.9.1-1_arm64.deb ...
12:56:39 #11 18.29 Unpacking man-db (2.9.1-1) ...
12:56:39 #11 18.40 Selecting previously unselected package perl-modules-5.30.
12:56:39 #11 18.40 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.3_all.deb ...
12:56:39 #11 18.40 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
12:56:39 #20 10.91 Selecting previously unselected package llvm.
12:56:39 #20 10.91 Preparing to unpack .../19-llvm_1%3a11.0-51+nmu5_amd64.deb ...
12:56:39 #20 10.92 Unpacking llvm (1:11.0-51+nmu5) ...
12:56:39 #20 10.96 Setting up libz3-4:amd64 (4.8.10-1) ...
12:56:39 #20 10.97 Setting up libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ...
12:56:39 #7 ...
12:56:39 
12:56:39 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:39 #0 1.118 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
12:56:39 #0 1.126 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
12:56:39 #0 1.524 Get:3 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [23.8 kB]
12:56:39 #0 1.536 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
12:56:39 #0 1.628 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1578 kB]
12:56:39 #0 1.633 Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB]
12:56:39 #0 1.729 Get:7 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
12:56:39 #0 1.731 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
12:56:39 #0 1.952 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
12:56:39 #0 1.970 Get:10 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
12:56:39 #0 1.970 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [3161 kB]
12:56:39 #0 2.224 Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1389 kB]
12:56:39 #0 2.619 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.8 kB]
12:56:39 #0 2.619 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3581 kB]
12:56:39 #0 2.820 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2353 kB]
12:56:39 #0 2.913 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1430 kB]
12:56:39 #0 2.980 Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [64.0 kB]
12:56:39 #0 2.982 Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [20.5 kB]
12:56:39 #0 5.264 Fetched 27.0 MB in 5s (5973 kB/s)
12:56:39 #0 5.264 Reading package lists...
12:56:39 #0 7.050 Reading package lists...
12:56:39 #0 8.968 Building dependency tree...
12:56:39 #0 9.292 Reading state information...
12:56:39 #0 9.552 The following additional packages will be installed:
12:56:39 #0 9.552   at autoconf automake autopoint autotools-dev binutils binutils-common
12:56:39 #0 9.552   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
12:56:39 #0 9.552   cpp-7 dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism diffstat
12:56:39 #0 9.552   dirmngr distro-info-data dpkg-dev dput fakeroot file g++ g++-7 gcc gcc-7
12:56:39 #0 9.552   gcc-7-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
12:56:39 #0 9.552   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
12:56:39 #0 9.552   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
12:56:39 #0 9.552   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-inst2.0
12:56:39 #0 9.552   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libasan4
12:56:39 #0 9.552   libasn1-8-heimdal libassuan0 libatomic1 libauthen-sasl-perl
12:56:39 #0 9.552   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
12:56:39 #0 9.552   libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl libcgi-pm-perl libcilkrts5
12:56:39 #0 9.552   libclass-accessor-perl libclass-method-modifiers-perl
12:56:39 #0 9.552   libclass-xsaccessor-perl libclone-perl libcroco3 libcurl3-gnutls libcurl4
12:56:39 #0 9.552   libdata-dump-perl libdata-optlist-perl libdevel-callchecker-perl
12:56:39 #0 9.552   libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
12:56:39 #0 9.552   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
12:56:39 #0 9.552   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
12:56:39 #0 9.552   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
12:56:39 #0 9.552   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
12:56:39 #0 9.552   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
12:56:39 #0 9.552   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
12:56:39 #0 9.552   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
12:56:39 #0 9.552   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
12:56:39 #0 9.552   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
12:56:39 #0 9.552   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
12:56:39 #0 9.552   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:39 #0 9.552   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
12:56:39 #0 9.552   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
12:56:39 #0 9.552   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
12:56:39 #0 9.552   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
12:56:39 #0 9.552   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
12:56:39 #0 9.552   libldap-common liblist-compare-perl liblist-moreutils-perl
12:56:39 #0 9.552   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:56:39 #0 9.552   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
12:56:39 #0 9.552   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
12:56:39 #0 9.552   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
12:56:39 #0 9.552   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
12:56:39 #0 9.552   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
12:56:39 #0 9.552   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
12:56:39 #0 9.552   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
12:56:39 #0 9.552   libparams-validate-perl libparse-debianchangelog-perl
12:56:39 #0 9.552   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
12:56:39 #0 9.552   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
12:56:39 #0 9.552   libpython3.6-minimal libpython3.6-stdlib libquadmath0 libreadline7
12:56:39 #0 9.552   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
12:56:39 #0 9.552   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
12:56:39 #0 9.552   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
12:56:39 #0 9.552   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
12:56:39 #0 9.552   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
12:56:39 #0 9.552   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
12:56:39 #0 9.552   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
12:56:39 #0 9.552   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
12:56:39 #0 9.552   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
12:56:39 #0 9.552   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
12:56:39 #0 9.552   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
12:56:39 #0 9.552   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
12:56:39 #0 9.552   libxml-sax-expat-perl libxml-sax-perl libxml-simple-perl libxml2 libxmuu1
12:56:39 #0 9.552   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
12:56:39 #0 9.552   lsb-release m4 make man-db manpages manpages-dev mime-support
12:56:39 #0 9.552   multiarch-support netbase openssh-client openssl patch patchutils perl
12:56:39 #0 9.552   perl-modules-5.26 perl-openssl-defaults pinentry-curses po-debconf
12:56:39 #0 9.552   publicsuffix python-apt-common python3 python3-apt python3-certifi
12:56:39 #0 9.552   python3-chardet python3-debian python3-gpg python3-idna python3-magic
12:56:39 #0 9.552   python3-minimal python3-pkg-resources python3-requests python3-six
12:56:39 #0 9.552   python3-unidiff python3-urllib3 python3-xdg python3.6 python3.6-minimal
12:56:39 #0 9.552   readline-common shared-mime-info strace t1utils ucf unzip wdiff xauth
12:56:39 #0 9.552   xdg-user-dirs xz-utils
12:56:39 #0 9.554 Suggested packages:
12:56:39 #0 9.554   default-mta | mail-transport-agent autoconf-archive gnu-standards
12:56:39 #0 9.554   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
12:56:39 #0 9.554   gcc-7-locales debtags dh-make dwz adequate autopkgtest bls-standalone
12:56:39 #0 9.554   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
12:56:39 #0 9.554   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
12:56:39 #0 9.554   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:56:39 #0 9.554   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
12:56:39 #0 9.554   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
12:56:39 #0 9.554   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
12:56:39 #0 9.554   mini-dinstall rsync g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg
12:56:39 #0 9.554   gcc-multilib flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg
12:56:39 #0 9.554   libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg
12:56:39 #0 9.554   libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-doc
12:56:39 #0 9.554   libasprintf-dev libgettextpo-dev git-daemon-run | git-daemon-sysvinit
12:56:39 #0 9.554   git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn
12:56:39 #0 9.554   parcimonie xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr
12:56:39 #0 9.554   gdbm-l10n krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
12:56:39 #0 9.554   libscalar-number-perl libhtml-template-perl libsasl2-modules-gssapi-mit
12:56:39 #0 9.554   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
12:56:39 #0 9.554   libsasl2-modules-sql libstdc++-7-doc libbareword-filehandles-perl
12:56:39 #0 9.554   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
12:56:39 #0 9.554   gcj-jdk libauthen-ntlm-perl bash-completion binutils-multiarch
12:56:39 #0 9.554   libtext-template-perl lsb m4-doc make-doc apparmor www-browser keychain
12:56:39 #0 9.554   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
12:56:39 #0 9.554   libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc
12:56:39 #0 9.554   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
12:56:39 #0 9.554   python-apt-doc python3-setuptools python3-cryptography python3-openssl
12:56:39 #0 9.554   python3-socks python3.6-venv python3.6-doc binfmt-support readline-doc zip
12:56:39 #0 9.554   wdiff-doc
12:56:39 #10 ...
12:56:39 
12:56:39 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:39 #11 15.64 Get:225 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgd3 arm64 2.3.0-2ubuntu2 [126 kB]
12:56:39 #11 15.64 Get:226 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libc-devtools arm64 2.35-0ubuntu3.1 [27.6 kB]
12:56:39 #11 15.64 Get:227 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
12:56:39 #11 15.64 Get:228 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
12:56:39 #11 15.64 Get:229 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclone-perl arm64 0.45-1build3 [10.8 kB]
12:56:39 #11 15.64 Get:230 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcommon-sense-perl arm64 3.75-2build1 [21.2 kB]
12:56:39 #11 15.64 Get:231 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libconfig-tiny-perl all 2.28-1 [13.1 kB]
12:56:39 #11 15.64 Get:232 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libparams-util-perl arm64 1.102-1build3 [22.2 kB]
12:56:39 #11 15.69 Get:233 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-install-perl all 0.928-1.1 [9972 B]
12:56:39 #11 15.71 Get:234 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-optlist-perl all 0.112-1 [11.0 kB]
12:56:39 #11 15.71 Get:235 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-exporter-perl all 0.988-1 [50.6 kB]
12:56:39 #11 15.71 Get:236 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libconst-fast-perl all 0.014-1.1 [7756 B]
12:56:39 #11 15.71 Get:237 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwant-perl arm64 0.29-1build7 [24.7 kB]
12:56:39 #11 15.72 Get:238 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
12:56:39 #11 15.72 Get:239 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcpanel-json-xs-perl arm64 4.27-1build1 [114 kB]
12:56:39 #11 15.72 Get:240 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
12:56:39 #11 15.72 Get:241 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexception-class-perl all 1.45-1 [28.6 kB]
12:56:39 #11 15.76 Get:242 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
12:56:39 #11 15.79 Get:243 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
12:56:39 #11 15.79 Get:244 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
12:56:39 #11 15.79 Get:245 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-moreutils-xs-perl arm64 0.430-2build2 [39.2 kB]
12:56:39 #11 15.79 Get:246 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
12:56:39 #11 15.79 Get:247 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-dpath-perl all 0.58-1 [38.8 kB]
12:56:39 #11 15.80 Get:248 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-dump-perl all 1.25-1 [25.9 kB]
12:56:39 #11 15.80 Get:249 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-messagepack-perl arm64 1.01-2build1 [33.9 kB]
12:56:39 #11 15.80 Get:250 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
12:56:39 #11 15.83 Get:251 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
12:56:39 #11 18.19 Get:324 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-name-perl amd64 0.26-2 [11.7 kB]
12:56:39 #11 18.19 Get:325 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnamespace-clean-perl all 0.27-2 [14.0 kB]
12:56:39 #11 18.20 Get:326 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpath-tiny-perl all 0.122-1 [45.9 kB]
12:56:39 #11 18.23 Get:327 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
12:56:39 #11 18.23 Get:328 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtype-tiny-perl all 1.016008-1 [336 kB]
12:56:39 #11 18.24 Get:329 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
12:56:39 #11 18.24 Get:330 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-form-perl all 6.10-1 [23.0 kB]
12:56:39 #11 18.24 Get:331 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-format-perl all 2.16-1 [38.2 kB]
12:56:39 #11 18.24 Get:332 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-html5-entities-perl all 0.004-2 [22.1 kB]
12:56:39 #11 18.29 Get:333 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-tokeparser-simple-perl all 3.16-4 [38.0 kB]
12:56:39 #11 18.30 Get:334 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhttp-daemon-perl all 6.14-1.1 [22.4 kB]
12:56:39 #11 18.37 Get:335 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libindirect-perl amd64 0.39-2 [22.4 kB]
12:56:39 #11 18.38 Get:336 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libio-interactive-perl all 1.023-1 [10.4 kB]
12:56:39 #11 18.44 Get:337 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
12:56:40 #11 20.17 Setting up libexpat1:arm64 (2.4.8-2ubuntu0.22.10.1) ...
12:56:40 #11 20.18 Setting up python3.10-minimal (3.10.7-1ubuntu0.2) ...
12:56:40 #10 20.23 Selecting previously unselected package libcrypt-dev:amd64.
12:56:40 #10 45.11 Setting up liblocale-gettext-perl (1.07-3+b4) ...
12:56:40 #10 45.12 Setting up liblsan0:arm64 (8.3.0-6) ...
12:56:40 #10 45.13 Setting up dctrl-tools (2.24-3) ...
12:56:40 #10 45.15 Setting up libitm1:arm64 (8.3.0-6) ...
12:56:40 #10 45.16 Setting up debian-keyring (2019.02.25) ...
12:56:40 #10 45.18 Setting up libreadline7:arm64 (7.0-5) ...
12:56:40 #10 45.19 Setting up libgdbm6:arm64 (1.18.1-4) ...
12:56:40 #10 45.20 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
12:56:40 #10 45.22 Setting up libtsan0:arm64 (8.3.0-6) ...
12:56:40 #10 45.23 Setting up pinentry-curses (1.1.0-2) ...
12:56:40 #10 45.25 Setting up manpages-dev (4.16-2) ...
12:56:40 #10 45.26 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
12:56:40 #10 45.28 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u4) ...
12:56:40 #10 45.29 Setting up libxcb1:arm64 (1.13.1-2) ...
12:56:40 #10 45.33 Setting up at (3.1.23-1) ...
12:56:40 #10 16.08 (39/166): pam-1.5.1-14.el9.x86_64.rpm           6.6 MB/s | 621 kB     00:00    
12:56:40 #10 16.09 (40/166): pkgconf-1.7.3-10.el9.x86_64.rpm       536 kB/s |  41 kB     00:00    
12:56:40 #10 16.12 (41/166): pkgconf-m4-1.7.3-10.el9.noarch.rpm    238 kB/s |  15 kB     00:00    
12:56:40 #10 16.15 (42/166): pkgconf-pkg-config-1.7.3-10.el9.x86_6 168 kB/s |  11 kB     00:00    
12:56:40 #10 16.16 (43/166): policycoreutils-3.5-0.rc2.1.el9.x86_6 3.1 MB/s | 235 kB     00:00    
12:56:40 #10 16.20 (44/166): procps-ng-3.3.17-11.el9.x86_64.rpm    4.3 MB/s | 346 kB     00:00    
12:56:40 #10 16.22 (45/166): publicsuffix-list-dafsa-20210518-3.el 818 kB/s |  58 kB     00:00    
12:56:40 #10 16.26 (46/166): python3-dateutil-2.8.1-6.el9.noarch.r 3.0 MB/s | 302 kB     00:00    
12:56:40 #10 16.27 (47/166): python3-dbus-1.2.18-2.el9.x86_64.rpm  2.0 MB/s | 144 kB     00:00    
12:56:40 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e
12:56:40 #10 39.52 Preparing to unpack .../314-libmath-base85-perl_0.5+dfsg-2_all.deb ...
12:56:40 #10 39.52 Unpacking libmath-base85-perl (0.5+dfsg-2) ...
12:56:40 #10 39.56 Selecting previously unselected package libmime-tools-perl.
12:56:40 #10 39.56 Preparing to unpack .../315-libmime-tools-perl_5.510-1_all.deb ...
12:56:40 #10 39.57 Unpacking libmime-tools-perl (5.510-1) ...
12:56:40 #10 39.63 Selecting previously unselected package libmldbm-perl.
12:56:40 #10 39.63 Preparing to unpack .../316-libmldbm-perl_2.05-4_all.deb ...
12:56:40 #10 39.63 Unpacking libmldbm-perl (2.05-4) ...
12:56:40 #10 39.67 Selecting previously unselected package libmoox-aliases-perl.
12:56:40 #10 39.67 Preparing to unpack .../317-libmoox-aliases-perl_0.001006-2_all.deb ...
12:56:40 #10 39.68 Unpacking libmoox-aliases-perl (0.001006-2) ...
12:56:40 #10 39.72 Selecting previously unselected package libmouse-perl.
12:56:40 #10 39.72 Preparing to unpack .../318-libmouse-perl_2.5.10-1+b3_arm64.deb ...
12:56:40 #10 39.72 Unpacking libmouse-perl (2.5.10-1+b3) ...
12:56:40 #10 20.33 Moving old data out of the way
12:56:40 #10 20.33 Unpacking ucf (3.0038+nmu1) ...
12:56:40 #10 20.39 Selecting previously unselected package xz-utils.
12:56:40 #10 20.39 Preparing to unpack .../020-xz-utils_5.2.4-1+deb10u1_amd64.deb ...
12:56:40 #10 20.42 Unpacking xz-utils (5.2.4-1+deb10u1) ...
12:56:40 #10 20.51 Selecting previously unselected package libfl2:amd64.
12:56:40 #10 20.51 Preparing to unpack .../021-libfl2_2.6.4-6.2_amd64.deb ...
12:56:40 #10 20.52 Unpacking libfl2:amd64 (2.6.4-6.2) ...
12:56:40 #20 10.98 Setting up libllvm11:amd64 (1:11.0.1-2) ...
12:56:40 #20 10.99 Setting up libclang1-11 (1:11.0.1-2) ...
12:56:40 #20 11.01 Setting up libgc1:amd64 (1:8.0.4-3) ...
12:56:40 #20 11.02 Setting up libc6-i386 (2.31-13+deb11u5) ...
12:56:40 #20 11.03 Setting up llvm-11-runtime (1:11.0.1-2) ...
12:56:40 #20 11.05 Setting up llvm-11 (1:11.0.1-2) ...
12:56:40 #20 11.06 Setting up libobjc4:amd64 (10.2.1-6) ...
12:56:40 #20 11.07 Setting up lld-11 (1:11.0.1-2) ...
12:56:40 #20 11.08 Setting up libclang-cpp11 (1:11.0.1-2) ...
12:56:40 #20 11.09 Setting up lib32gcc-s1 (10.2.1-6) ...
12:56:40 #20 11.10 Setting up lib32stdc++6 (10.2.1-6) ...
12:56:40 #20 11.11 Setting up llvm-runtime (1:11.0-51+nmu5) ...
12:56:40 #20 11.12 Setting up llvm (1:11.0-51+nmu5) ...
12:56:40 #20 11.13 Setting up libobjc-10-dev:amd64 (10.2.1-6) ...
12:56:40 #20 11.14 Setting up libclang-common-11-dev (1:11.0.1-2) ...
12:56:40 #20 11.15 Setting up clang-11 (1:11.0.1-2) ...
12:56:40 #20 11.16 Setting up lld (1:11.0-51+nmu5) ...
12:56:40 #20 11.17 Setting up clang (1:11.0-51+nmu5) ...
12:56:40 #20 11.19 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:56:40 #11 15.87 Get:252 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
12:56:40 #11 15.87 Get:253 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-netmask-perl all 2.0001-1 [27.7 kB]
12:56:40 #11 15.87 Get:254 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnetaddr-ip-perl arm64 4.079+dfsg-1build7 [82.3 kB]
12:56:40 #11 15.87 Get:255 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-ip-perl all 0.30-1 [17.3 kB]
12:56:40 #11 15.87 Get:256 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-uri-perl all 0.07-2 [11.1 kB]
12:56:40 #11 15.87 Get:257 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdistro-info-perl all 1.1build1 [5644 B]
12:56:40 #11 15.87 Get:258 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libemail-address-xs-perl arm64 1.04-1build6 [27.9 kB]
12:56:40 #11 15.87 Get:259 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
12:56:40 #11 15.91 Get:260 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-basedir-perl all 0.09-1 [15.7 kB]
12:56:40 #11 15.95 Get:261 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
12:56:40 #11 15.95 Get:262 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-fcntllock-perl arm64 0.22-3build7 [33.7 kB]
12:56:40 #11 15.95 Get:263 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnumber-compare-perl all 0.03-2 [7058 B]
12:56:40 #11 15.95 Get:264 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-glob-perl all 0.11-2 [8042 B]
12:56:40 #11 15.95 Get:265 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
12:56:40 #11 15.95 Get:266 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfont-afm-perl all 1.20-3 [13.6 kB]
12:56:40 #11 15.95 Get:267 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-string-perl all 1.08-3.1 [10.7 kB]
12:56:40 #11 15.95 Get:268 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfont-ttf-perl all 1.06-1.1 [316 kB]
12:56:40 #11 15.98 Get:269 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
12:56:40 #11 16.03 Get:270 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
12:56:40 #11 16.03 Get:271 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
12:56:40 #11 16.03 Get:272 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-prompter-perl all 0.004015-1 [58.1 kB]
12:56:40 #11 16.03 Get:273 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-perl all 4.04000-1 [81.8 kB]
12:56:40 #11 16.03 Get:274 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblog-any-perl all 1.710-1 [68.4 kB]
12:56:40 #11 16.03 Get:275 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
12:56:40 #11 16.03 Get:276 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackage-stash-perl all 0.39-1 [19.1 kB]
12:56:40 #11 16.03 Get:277 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-identify-perl arm64 0.14-1build5 [10.3 kB]
12:56:40 #11 16.05 Get:278 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-name-perl arm64 0.26-1build3 [11.0 kB]
12:56:40 #11 16.11 Get:279 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
12:56:40 #11 16.11 Get:280 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpath-tiny-perl all 0.122-1 [45.9 kB]
12:56:40 #11 16.11 Get:281 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB]
12:56:40 #11 16.11 Get:282 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtype-tiny-perl all 1.012004-1 [321 kB]
12:56:40 #11 16.11 Get:283 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
12:56:40 #11 16.11 Get:284 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhash-fieldhash-perl arm64 0.15-1build5 [16.9 kB]
12:56:40 #11 16.11 Get:285 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-form-perl all 6.07-1 [22.2 kB]
12:56:40 #11 16.12 Get:286 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-format-perl all 2.12-1.1 [41.3 kB]
12:56:40 #11 16.12 Get:287 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
12:56:40 #11 16.19 Get:288 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libhttp-daemon-perl all 6.13-1ubuntu0.1 [22.9 kB]
12:56:40 #11 18.47 Get:338 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjson-xs-perl amd64 4.030-1build3 [87.2 kB]
12:56:40 #11 18.51 Get:339 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
12:56:40 #11 18.52 Get:340 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libldap-common all 2.5.13+dfsg-1ubuntu1 [19.6 kB]
12:56:40 #11 18.52 Get:341 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblist-compare-perl all 0.55-1 [63.3 kB]
12:56:40 #11 18.53 Get:342 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
12:56:40 #11 18.53 Get:343 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblist-someutils-xs-perl amd64 0.58-2build3 [34.8 kB]
12:56:40 #11 18.53 Get:344 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblist-utilsby-perl all 0.12-1 [15.5 kB]
12:56:40 #11 18.54 Get:345 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libltdl7 amd64 2.4.7-4 [40.3 kB]
12:56:40 #11 18.55 Get:346 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libltdl-dev amd64 2.4.7-4 [169 kB]
12:56:40 #11 18.61 Get:347 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblzo2-2 amd64 2.10-2build3 [53.7 kB]
12:56:40 #11 18.66 Get:348 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
12:56:40 #14 2.330 Package bash-4.4.20-4.el8_6.aarch64 is already installed.
12:56:40 #14 2.331 Package bash-4.4.20-4.el8_6.aarch64 is already installed.
12:56:40 #14 2.331 Package ca-certificates-2022.2.54-80.2.el8_6.noarch is already installed.
12:56:40 #14 2.332 Package libarchive-3.3.3-4.el8.aarch64 is already installed.
12:56:40 #14 2.333 Package pkgconf-pkg-config-1.4.2-1.el8.aarch64 is already installed.
12:56:40 #14 2.333 Package systemd-239-67.el8.aarch64 is already installed.
12:56:40 #14 2.334 Package tar-2:1.30-6.el8.aarch64 is already installed.
12:56:40 #14 2.334 Package which-2.21-18.el8.aarch64 is already installed.
12:56:40 #14 2.334 Package bash-4.4.20-4.el8_6.aarch64 is already installed.
12:56:40 #14 2.435 Dependencies resolved.
12:56:40 #14 2.447 ================================================================================
12:56:40 #14 2.447  Package                      Arch    Version                  Repository  Size
12:56:40 #14 2.447 ================================================================================
12:56:40 #14 2.447 Installing:
12:56:40 #14 2.447  cmake                        aarch64 3.20.2-4.el8             appstream   10 M
12:56:40 #14 2.447  device-mapper-devel          aarch64 8:1.02.181-9.el8         powertools 284 k
12:56:40 #14 2.447  gcc                          aarch64 8.5.0-18.el8             appstream   19 M
12:56:40 #14 2.447  git                          aarch64 2.39.0-1.el8             appstream  104 k
12:56:40 #14 2.447  glibc-static                 aarch64 2.28-224.el8             powertools 1.6 M
12:56:40 #14 2.447  libseccomp-devel             aarch64 2.5.2-1.el8              appstream   57 k
12:56:40 #14 2.447  libselinux-devel             aarch64 2.9-8.el8                baseos     200 k
12:56:40 #14 2.447  libtool                      aarch64 2.4.6-25.el8             appstream  708 k
12:56:40 #14 2.447  libtool-ltdl-devel           aarch64 2.4.6-25.el8             appstream  184 k
12:56:40 #14 2.447  make                         aarch64 1:4.2.1-11.el8           baseos     490 k
12:56:40 #14 2.447  selinux-policy-devel         noarch  3.14.3-114.el8           baseos     1.5 M
12:56:40 #14 2.447  systemd-devel                aarch64 239-70.el8               baseos     400 k
12:56:40 #14 2.447 Upgrading:
12:56:40 #14 2.447  device-mapper                aarch64 8:1.02.181-9.el8         baseos     374 k
12:56:40 #14 2.447  device-mapper-libs           aarch64 8:1.02.181-9.el8         baseos     398 k
12:56:40 #14 2.447  glibc                        aarch64 2.28-224.el8             baseos     1.8 M
12:56:40 #14 2.447  glibc-common                 aarch64 2.28-224.el8             baseos     1.0 M
12:56:40 #14 2.447  glibc-gconv-extra            aarch64 2.28-224.el8             baseos     1.8 M
12:56:40 #14 2.447  glibc-minimal-langpack       aarch64 2.28-224.el8             baseos      65 k
12:56:40 #14 2.447  libarchive                   aarch64 3.3.3-5.el8              baseos     340 k
12:56:40 #14 2.447  libgcc                       aarch64 8.5.0-18.el8             baseos      74 k
12:56:40 #14 2.447  libselinux                   aarch64 2.9-8.el8                baseos     162 k
12:56:40 #14 2.447  systemd                      aarch64 239-70.el8               baseos     3.3 M
12:56:40 #14 2.447  systemd-libs                 aarch64 239-70.el8               baseos     1.0 M
12:56:40 #14 2.447  systemd-pam                  aarch64 239-70.el8               baseos     456 k
12:56:40 #14 2.447  tar                          aarch64 2:1.30-8.el8             baseos     830 k
12:56:40 #14 2.447 Installing dependencies:
12:56:40 #14 2.447  annobin                      aarch64 10.94-1.el8              appstream  963 k
12:56:40 #14 2.447  autoconf                     noarch  2.69-29.el8              appstream  710 k
12:56:40 #14 2.447  automake                     noarch  1.16.1-7.el8             appstream  713 k
12:56:40 #14 2.447  checkpolicy                  aarch64 2.9-1.el8                baseos     338 k
12:56:40 #14 2.447  cmake-data                   noarch  3.20.2-4.el8             appstream  1.7 M
12:56:40 #14 2.447  cmake-filesystem             aarch64 3.20.2-4.el8             appstream   44 k
12:56:40 #14 2.447  cmake-rpm-macros             noarch  3.20.2-4.el8             appstream   44 k
12:56:40 #14 2.447  cpp                          aarch64 8.5.0-18.el8             appstream  8.9 M
12:56:40 #14 2.447  gcc-plugin-annobin           aarch64 8.5.0-18.el8             appstream   34 k
12:56:40 #14 2.447  git-core                     aarch64 2.39.0-1.el8             appstream  9.8 M
12:56:40 #14 2.447  git-core-doc                 noarch  2.39.0-1.el8             appstream  3.0 M
12:56:40 #14 2.447  glibc-devel                  aarch64 2.28-224.el8             baseos      81 k
12:56:40 #14 2.447  glibc-headers                aarch64 2.28-224.el8             baseos     479 k
12:56:40 #14 2.447  isl                          aarch64 0.16.1-6.el8             appstream  778 k
12:56:40 #14 2.447  kernel-headers               aarch64 4.18.0-448.el8           baseos      10 M
12:56:40 #14 2.447  less                         aarch64 530-1.el8                baseos     162 k
12:56:40 #14 2.447  libasan                      aarch64 8.5.0-18.el8             baseos     387 k
12:56:40 #14 2.447  libatomic                    aarch64 8.5.0-18.el8             baseos      26 k
12:56:40 #14 2.447  libedit                      aarch64 3.1-23.20170329cvs.el8   baseos      99 k
12:56:40 #14 2.447  libgomp                      aarch64 8.5.0-18.el8             baseos     200 k
12:56:40 #14 2.447  libmpc                       aarch64 1.1.0-9.1.el8            appstream   60 k
12:56:40 #14 2.447  libselinux-utils             aarch64 2.9-8.el8                baseos     241 k
12:56:40 #14 2.447  libsepol-devel               aarch64 2.9-3.el8                baseos      87 k
12:56:40 #14 2.447  libubsan                     aarch64 8.5.0-18.el8             baseos     145 k
12:56:40 #14 2.447  libuv                        aarch64 1:1.41.1-1.el8_4         appstream  150 k
12:56:40 #14 2.447  libxcrypt-devel              aarch64 4.1.1-6.el8              baseos      25 k
12:56:40 #14 2.447  libxcrypt-static             aarch64 4.1.1-6.el8              powertools  58 k
12:56:40 #14 2.447  m4                           aarch64 1.4.18-7.el8             baseos     218 k
12:56:40 #14 2.447  openssh                      aarch64 8.0p1-17.el8             baseos     489 k
12:56:40 #14 2.447  openssh-clients              aarch64 8.0p1-17.el8             baseos     626 k
12:56:40 #14 2.447  pcre2-devel                  aarch64 10.32-3.el8              baseos     605 k
12:56:40 #14 2.447  pcre2-utf16                  aarch64 10.32-3.el8              baseos     203 k
12:56:40 #14 2.447  pcre2-utf32                  aarch64 10.32-3.el8              baseos     196 k
12:56:40 #14 2.447  perl-Data-Dumper             aarch64 2.167-399.el8            baseos      57 k
12:56:40 #14 2.447  perl-Error                   noarch  1:0.17025-2.el8          appstream   46 k
12:56:40 #14 2.447  perl-Git                     noarch  2.39.0-1.el8             appstream   78 k
12:56:40 #14 2.447  perl-TermReadKey             aarch64 2.37-7.el8               appstream   40 k
12:56:40 #14 2.447  perl-Thread-Queue            noarch  3.13-1.el8               appstream   24 k
12:56:40 #14 2.447  policycoreutils              aarch64 2.9-21.1.el8             baseos     374 k
12:56:40 #14 2.447  policycoreutils-devel        aarch64 2.9-21.1.el8             baseos     287 k
12:56:40 #14 2.447  policycoreutils-python-utils noarch  2.9-21.1.el8             baseos     253 k
12:56:40 #14 2.447  python3-audit                aarch64 3.0.7-4.el8              baseos      85 k
12:56:40 #14 2.447  python3-libselinux           aarch64 2.9-8.el8                baseos     272 k
12:56:40 #14 2.447  python3-libsemanage          aarch64 2.9-9.el8                baseos     126 k
12:56:40 #14 2.447  python3-policycoreutils      noarch  2.9-21.1.el8             baseos     2.2 M
12:56:40 #14 2.447  python3-setools              aarch64 4.3.0-3.el8              baseos     528 k
12:56:40 #14 2.447  rpm-plugin-selinux           aarch64 4.14.3-26.el8            baseos      78 k
12:56:40 #14 2.447  selinux-policy               noarch  3.14.3-114.el8           baseos     658 k
12:56:40 #14 2.447  selinux-policy-minimum       noarch  3.14.3-114.el8           baseos      13 M
12:56:40 #14 2.447  vim-filesystem               noarch  2:8.0.1763-19.el8.4      appstream   50 k
12:56:40 #14 2.447  xkeyboard-config             noarch  2.28-1.el8               appstream  782 k
12:56:40 #14 2.447 Installing weak dependencies:
12:56:40 #14 2.447  glibc-langpack-en            aarch64 2.28-224.el8             baseos     826 k
12:56:40 #14 2.447  libxkbcommon                 aarch64 0.9.1-1.el8              appstream  112 k
12:56:40 #14 2.447 Downgrading:
12:56:40 #14 2.447  pcre2                        aarch64 10.32-3.el8              baseos     219 k
12:56:40 #14 2.447 
12:56:40 #14 2.447 Transaction Summary
12:56:40 #14 2.447 ================================================================================
12:56:40 #14 2.447 Install    65 Packages
12:56:40 #14 2.447 Upgrade    13 Packages
12:56:40 #14 2.447 Downgrade   1 Package
12:56:40 #14 2.447 
12:56:40 #14 2.453 Total download size: 109 M
12:56:40 #14 2.455 Downloading Packages:
12:56:40 #10 20.23 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_amd64.deb ...
12:56:40 #10 20.29 Unpacking libcrypt-dev:amd64 (1:4.4.18-4) ...
12:56:40 #10 20.35 Selecting previously unselected package libtirpc-dev:amd64.
12:56:40 #10 20.35 Preparing to unpack .../035-libtirpc-dev_1.3.1-1+deb11u1_amd64.deb ...
12:56:40 #10 20.35 Unpacking libtirpc-dev:amd64 (1.3.1-1+deb11u1) ...
12:56:40 #10 20.43 Selecting previously unselected package libnsl-dev:amd64.
12:56:40 #10 20.43 Preparing to unpack .../036-libnsl-dev_1.3.0-2_amd64.deb ...
12:56:40 #10 20.43 Unpacking libnsl-dev:amd64 (1.3.0-2) ...
12:56:40 #10 20.48 Selecting previously unselected package libc6-dev:amd64.
12:56:40 #10 20.48 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u5_amd64.deb ...
12:56:40 #10 45.47 invoke-rc.d: could not determine current runlevel
12:56:40 #10 45.48 invoke-rc.d: policy-rc.d denied execution of start.
12:56:40 #10 45.48 Setting up libedit2:arm64 (3.1-20181209-1) ...
12:56:40 #10 45.51 Setting up libkyotocabinet16v5:arm64 (1.2.76-4.2+b1) ...
12:56:40 #10 45.52 Setting up cron (3.0pl1-134+deb10u1) ...
12:56:40 #10 45.61 Adding group `crontab' (GID 102) ...
12:56:40 #10 16.29 (48/166): python3-distro-1.5.0-7.el9.noarch.rpm 563 kB/s |  37 kB     00:00    
12:56:40 #10 16.34 (49/166): python3-dnf-plugins-core-4.3.0-4.el9. 3.1 MB/s | 260 kB     00:00    
12:56:40 #10 16.36 (50/166): python3-setools-4.4.0-5.el9.x86_64.rp 6.1 MB/s | 599 kB     00:00    
12:56:40 #10 16.41 (51/166): python3-setuptools-53.0.0-12.el9.noar 7.3 MB/s | 944 kB     00:00    
12:56:40 #10 16.42 (52/166): python3-six-1.15.0-9.el9.noarch.rpm   494 kB/s |  37 kB     00:00    
12:56:40 #10 16.43 (53/166): python3-systemd-234-18.el9.x86_64.rpm 1.3 MB/s |  90 kB     00:00    
12:56:40 #10 16.51 (54/166): shared-mime-info-2.1-5.el9.x86_64.rpm 6.3 MB/s | 558 kB     00:00    
12:56:40 #10 16.53 (55/166): systemd-libs-252-3.el9.x86_64.rpm     5.8 MB/s | 647 kB     00:00    
12:56:40 #7 ...
12:56:40 
12:56:40 #9 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0
12:56:40 #9 DONE 20.4s
12:56:40 
12:56:40 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:40 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 116.78MB / 116.78MB 20.2s done
12:56:40 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 3.5s done
12:56:40 #10 39.78 Selecting previously unselected package libossp-uuid16:arm64.
12:56:40 #10 39.78 Preparing to unpack .../319-libossp-uuid16_1.6.2-1.5+b11_arm64.deb ...
12:56:40 #10 39.79 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b11) ...
12:56:40 #10 39.83 Selecting previously unselected package libossp-uuid-perl.
12:56:40 #10 39.83 Preparing to unpack .../320-libossp-uuid-perl_1.6.2-1.5+b11_arm64.deb ...
12:56:40 #10 39.84 Unpacking libossp-uuid-perl (1.6.2-1.5+b11) ...
12:56:40 #10 39.87 Selecting previously unselected package libpackage-stash-xs-perl:arm64.
12:56:40 #10 39.88 Preparing to unpack .../321-libpackage-stash-xs-perl_0.30-1+b1_arm64.deb ...
12:56:40 #10 39.88 Unpacking libpackage-stash-xs-perl:arm64 (0.30-1+b1) ...
12:56:40 #10 39.93 Selecting previously unselected package libpath-iterator-rule-perl.
12:56:40 #10 39.93 Preparing to unpack .../322-libpath-iterator-rule-perl_1.015-2_all.deb ...
12:56:40 #10 39.94 Unpacking libpath-iterator-rule-perl (1.015-2) ...
12:56:40 #10 39.97 Selecting previously unselected package libperlio-gzip-perl.
12:56:40 #10 39.98 Preparing to unpack .../323-libperlio-gzip-perl_0.20-1+b1_arm64.deb ...
12:56:40 #10 39.98 Unpacking libperlio-gzip-perl (0.20-1+b1) ...
12:56:40 #10 40.01 Selecting previously unselected package libperlio-utf8-strict-perl.
12:56:40 #10 24.21 Selecting previously unselected package gcc.
12:56:40 #10 24.21 Preparing to unpack .../078-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ...
12:56:40 #10 24.21 Unpacking gcc (4:7.4.0-1ubuntu2.3) ...
12:56:40 #10 24.24 Selecting previously unselected package libstdc++-7-dev:arm64.
12:56:40 #10 24.24 Preparing to unpack .../079-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ...
12:56:40 #10 24.24 Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
12:56:40 #10 24.44 Selecting previously unselected package g++-7.
12:56:40 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 9.0s done
12:56:40 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 96.47MB / 116.78MB 19.3s
12:56:40 #11 18.72 Selecting previously unselected package libgdbm-compat4:arm64.
12:56:40 #11 18.73 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_arm64.deb ...
12:56:40 #11 18.73 Unpacking libgdbm-compat4:arm64 (1.18.1-5) ...
12:56:40 #11 18.77 Selecting previously unselected package libperl5.30:arm64.
12:56:40 #11 18.77 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.3_arm64.deb ...
12:56:40 #11 18.78 Unpacking libperl5.30:arm64 (5.30.0-9ubuntu0.3) ...
12:56:40 #11 16.19 Get:289 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-interactive-perl all 1.023-1 [10.4 kB]
12:56:40 #11 16.19 Get:290 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-prompt-tiny-perl all 0.003-1 [8924 B]
12:56:40 #11 16.19 Get:291 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
12:56:40 #11 16.19 Get:292 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-xs-perl arm64 4.030-1build3 [87.0 kB]
12:56:40 #11 16.19 Get:293 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
12:56:40 #11 16.19 Get:294 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libldap-common all 2.5.13+dfsg-0ubuntu0.22.04.1 [15.9 kB]
12:56:40 #11 16.19 Get:295 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-compare-perl all 0.55-1 [63.3 kB]
12:56:40 #11 16.20 Get:296 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-someutils-perl all 0.58-1 [29.7 kB]
12:56:40 #11 16.27 Get:297 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-someutils-xs-perl arm64 0.58-2build3 [32.5 kB]
12:56:40 #11 16.27 Get:298 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-utilsby-perl all 0.11-1 [14.7 kB]
12:56:40 #11 16.27 Get:299 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libltdl7 arm64 2.4.6-15build2 [39.5 kB]
12:56:40 #11 16.27 Get:300 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libltdl-dev arm64 2.4.6-15build2 [170 kB]
12:56:40 #11 16.27 Get:301 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblzo2-2 arm64 2.10-2build3 [51.4 kB]
12:56:40 #11 16.27 Get:302 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
12:56:40 #11 16.27 Get:303 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
12:56:40 #10 20.64 Selecting previously unselected package at.
12:56:40 #10 20.64 Preparing to unpack .../022-at_3.1.23-1_amd64.deb ...
12:56:40 #10 20.65 Unpacking at (3.1.23-1) ...
12:56:40 #10 20.82 Selecting previously unselected package libsigsegv2:amd64.
12:56:40 #10 20.82 Preparing to unpack .../023-libsigsegv2_2.12-2_amd64.deb ...
12:56:40 #10 20.86 Unpacking libsigsegv2:amd64 (2.12-2) ...
12:56:40 #11 18.68 Get:349 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmail-sendmail-perl all 0.80-2 [23.2 kB]
12:56:40 #11 18.68 Get:350 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnet-smtp-ssl-perl all 1.04-2 [6218 B]
12:56:40 #11 18.69 Get:351 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
12:56:40 #11 18.69 Get:352 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmarkdown2 amd64 2.2.7-2 [38.3 kB]
12:56:40 #11 18.69 Get:353 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmath-base85-perl all 0.5+dfsg-1 [6764 B]
12:56:40 #11 18.69 Get:354 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmldbm-perl all 2.05-3 [17.5 kB]
12:56:40 #11 18.69 Get:355 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmoox-aliases-perl all 0.001006-2 [6796 B]
12:56:40 #11 18.74 Get:356 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmouse-perl amd64 2.5.10-1build4 [161 kB]
12:56:40 #11 18.76 Get:357 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxs-parse-keyword-perl amd64 0.25-1 [51.6 kB]
12:56:40 #11 18.81 Get:358 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxs-parse-sublike-perl amd64 0.16-1ubuntu2 [27.5 kB]
12:56:40 #11 18.81 Get:359 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libobject-pad-perl amd64 0.68-1 [97.0 kB]
12:56:40 #11 18.85 Get:360 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpackage-stash-xs-perl amd64 0.30-1 [19.2 kB]
12:56:40 #11 18.86 Get:361 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
12:56:40 #11 18.86 Get:362 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libperlio-gzip-perl amd64 0.20-1 [15.0 kB]
12:56:40 #11 18.86 Get:363 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libperlio-utf8-strict-perl amd64 0.009-1build1 [11.9 kB]
12:56:40 #11 18.86 Get:364 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpod-parser-perl all 1.65-1 [82.7 kB]
12:56:40 #11 18.86 Get:365 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpod-constants-perl all 0.19-2 [16.3 kB]
12:56:40 #11 18.89 Get:366 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libproc-processtable-perl amd64 0.634-1build1 [37.5 kB]
12:56:40 #11 18.91 Get:367 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libre2-9 amd64 20220601+dfsg-1 [162 kB]
12:56:40 #11 18.96 Get:368 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libre-engine-re2-perl amd64 0.14-1build2 [18.8 kB]
12:56:40 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 4.1s done
12:56:40 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 0.1s
12:56:40 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 113.25MB / 116.78MB 18.6s
12:56:40 #10 20.49 Unpacking libc6-dev:amd64 (2.31-13+deb11u5) ...
12:56:40 #10 45.63 Done.
12:56:40 #10 45.66 invoke-rc.d: could not determine current runlevel
12:56:40 #10 45.67 invoke-rc.d: policy-rc.d denied execution of start.
12:56:40 #10 45.79 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ...
12:56:40 #10 45.80 Setting up m4 (1.4.18-2) ...
12:56:40 #10 45.82 Setting up binutils-aarch64-linux-gnu (2.31.1-16) ...
12:56:40 #10 45.83 Setting up binutils (2.31.1-16) ...
12:56:40 #10 45.85 Setting up libpython2.7-stdlib:arm64 (2.7.16-2+deb10u1) ...
12:56:40 #10 45.86 Setting up ca-certificates (20200601~deb10u2) ...
12:56:40 #11 20.87 Selecting previously unselected package python3-minimal.
12:56:40 #11 20.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 ... 4718 files and directories currently installed.)
12:56:40 #11 20.87 Preparing to unpack .../00-python3-minimal_3.10.6-1_arm64.deb ...
12:56:40 #11 20.87 Unpacking python3-minimal (3.10.6-1) ...
12:56:40 #11 20.91 Selecting previously unselected package media-types.
12:56:40 #11 20.91 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
12:56:40 #11 20.91 Unpacking media-types (8.0.0) ...
12:56:40 #11 20.95 Selecting previously unselected package libmpdec3:arm64.
12:56:40 #11 20.95 Preparing to unpack .../02-libmpdec3_2.5.1-2build2_arm64.deb ...
12:56:40 #11 20.95 Unpacking libmpdec3:arm64 (2.5.1-2build2) ...
12:56:40 #11 20.99 Selecting previously unselected package libkrb5support0:arm64.
12:56:40 #10 16.58 (56/166): tcl-8.6.10-7.el9.x86_64.rpm           7.5 MB/s | 1.1 MB     00:00    
12:56:40 #10 16.59 (57/166): unzip-6.0-56.el9.x86_64.rpm           2.2 MB/s | 182 kB     00:00    
12:56:40 #10 16.70 (58/166): util-linux-2.37.4-9.el9.x86_64.rpm     13 MB/s | 2.3 MB     00:00    
12:56:40 #10 16.73 (59/166): util-linux-core-2.37.4-9.el9.x86_64.r 3.0 MB/s | 461 kB     00:00    
12:56:40 #10 16.74 (60/166): vim-filesystem-8.2.2637-16.el9.noarch 169 kB/s |  25 kB     00:00    
12:56:40 #10 16.78 (61/166): xz-5.2.5-8.el9.x86_64.rpm             2.9 MB/s | 226 kB     00:00    
12:56:40 #10 16.82 (62/166): zip-3.0-33.el9.x86_64.rpm             2.8 MB/s | 238 kB     00:00    
12:56:40 #10 16.85 (63/166): zstd-1.5.1-2.el9.x86_64.rpm           4.6 MB/s | 548 kB     00:00    
12:56:40 #10 16.88 (64/166): abattis-cantarell-fonts-0.301-4.el9.n 3.4 MB/s | 365 kB     00:00    
12:56:40 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 0.1s
12:56:40 #10 40.02 Preparing to unpack .../324-libperlio-utf8-strict-perl_0.010-1_arm64.deb ...
12:56:40 #10 40.02 Unpacking libperlio-utf8-strict-perl (0.010-1) ...
12:56:40 #10 40.06 Selecting previously unselected package libpod-parser-perl.
12:56:40 #10 40.06 Preparing to unpack .../325-libpod-parser-perl_1.65-1_all.deb ...
12:56:40 #10 40.07 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:56:40 #10 40.09 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:56:40 #10 40.10 Unpacking libpod-parser-perl (1.65-1) ...
12:56:40 #10 40.14 Selecting previously unselected package libpod-constants-perl.
12:56:40 #10 40.14 Preparing to unpack .../326-libpod-constants-perl_0.19-2_all.deb ...
12:56:40 #10 40.14 Unpacking libpod-constants-perl (0.19-2) ...
12:56:40 #10 40.19 Selecting previously unselected package libproc-processtable-perl:arm64.
12:56:40 #10 40.19 Preparing to unpack .../327-libproc-processtable-perl_0.634-1+b2_arm64.deb ...
12:56:40 #10 40.19 Unpacking libproc-processtable-perl:arm64 (0.634-1+b2) ...
12:56:40 #10 40.25 Selecting previously unselected package libre2-9:arm64.
12:56:40 #10 40.25 Preparing to unpack .../328-libre2-9_20220601+dfsg-1+b1_arm64.deb ...
12:56:40 #10 40.25 Unpacking libre2-9:arm64 (20220601+dfsg-1+b1) ...
12:56:40 #10 40.30 Selecting previously unselected package libre-engine-re2-perl:arm64.
12:56:40 #10 40.30 Preparing to unpack .../329-libre-engine-re2-perl_0.17+ds-1_arm64.deb ...
12:56:40 #10 40.31 Unpacking libre-engine-re2-perl:arm64 (0.17+ds-1) ...
12:56:40 #10 40.35 Selecting previously unselected package libreadonly-perl.
12:56:40 #10 24.44 Preparing to unpack .../080-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ...
12:56:40 #10 24.44 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ...
12:56:40 #7 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
12:56:40 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 103.81MB / 116.78MB 19.7s
12:56:40 #11 19.16 Selecting previously unselected package perl.
12:56:40 #11 19.16 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.3_arm64.deb ...
12:56:40 #11 19.17 Unpacking perl (5.30.0-9ubuntu0.3) ...
12:56:40 #11 19.22 Selecting previously unselected package openssl.
12:56:40 #11 19.22 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.17_arm64.deb ...
12:56:40 #11 19.23 Unpacking openssl (1.1.1f-1ubuntu2.17) ...
12:56:40 #10 20.92 Selecting previously unselected package m4.
12:56:40 #10 20.92 Preparing to unpack .../024-m4_1.4.18-2_amd64.deb ...
12:56:40 #10 20.93 Unpacking m4 (1.4.18-2) ...
12:56:40 #10 21.00 Selecting previously unselected package autoconf.
12:56:40 #10 21.00 Preparing to unpack .../025-autoconf_2.69-11_all.deb ...
12:56:40 #10 21.01 Unpacking autoconf (2.69-11) ...
12:56:40 #10 21.08 Selecting previously unselected package autotools-dev.
12:56:40 #10 21.08 Preparing to unpack .../026-autotools-dev_20180224.1_all.deb ...
12:56:40 #10 21.08 Unpacking autotools-dev (20180224.1) ...
12:56:40 #10 21.13 Selecting previously unselected package automake.
12:56:40 #20 DONE 11.5s
12:56:40 
12:56:40 #21 [build 4/6] RUN --mount=type=cache,sharing=locked,id=moby-build-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-build-aptcache,target=/var/cache/apt         xx-apt-get install --no-install-recommends -y             dpkg-dev             gcc             libapparmor-dev             libc6-dev             libdevmapper-dev             libseccomp-dev             libsecret-1-dev             libsystemd-dev             libudev-dev
12:56:40 #11 18.98 Get:369 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libreadonly-perl all 2.050-3 [19.9 kB]
12:56:40 #11 19.02 Get:370 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
12:56:40 #11 19.04 Get:371 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libref-util-xs-perl amd64 0.117-2 [12.8 kB]
12:56:40 #11 19.04 Get:372 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libregexp-pattern-license-perl all 3.9.4-1 [84.5 kB]
12:56:40 #11 19.05 Get:373 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
12:56:40 #11 19.05 Get:374 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libregexp-wildcards-perl all 1.05-3 [12.9 kB]
12:56:40 #11 19.07 Get:375 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsasl2-modules amd64 2.1.28+dfsg-6ubuntu2 [69.8 kB]
12:56:40 #11 19.07 Get:376 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsereal-decoder-perl amd64 4.025+ds-1 [102 kB]
12:56:40 #11 19.10 Get:377 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsereal-encoder-perl amd64 4.025+ds-1 [104 kB]
12:56:40 #11 19.11 Get:378 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libset-intspan-perl all 1.19-2 [26.1 kB]
12:56:40 #11 19.17 Get:379 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsocket6-perl amd64 0.29-2 [19.7 kB]
12:56:40 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 47.19MB / 116.78MB 10.9s
12:56:40 #8 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 10.2s
12:56:40 #10 21.05 Selecting previously unselected package libisl23:amd64.
12:56:40 #11 20.99 Preparing to unpack .../03-libkrb5support0_1.20-1ubuntu0.1_arm64.deb ...
12:56:40 #11 20.99 Unpacking libkrb5support0:arm64 (1.20-1ubuntu0.1) ...
12:56:40 #11 21.03 Selecting previously unselected package libk5crypto3:arm64.
12:56:40 #11 21.03 Preparing to unpack .../04-libk5crypto3_1.20-1ubuntu0.1_arm64.deb ...
12:56:40 #11 21.04 Unpacking libk5crypto3:arm64 (1.20-1ubuntu0.1) ...
12:56:40 #11 21.07 Selecting previously unselected package libkeyutils1:arm64.
12:56:40 #11 21.07 Preparing to unpack .../05-libkeyutils1_1.6.3-1_arm64.deb ...
12:56:40 #11 21.08 Unpacking libkeyutils1:arm64 (1.6.3-1) ...
12:56:40 #11 21.12 Selecting previously unselected package libkrb5-3:arm64.
12:56:40 #11 21.12 Preparing to unpack .../06-libkrb5-3_1.20-1ubuntu0.1_arm64.deb ...
12:56:40 #11 21.13 Unpacking libkrb5-3:arm64 (1.20-1ubuntu0.1) ...
12:56:40 #11 21.18 Selecting previously unselected package libgssapi-krb5-2:arm64.
12:56:40 #11 21.18 Preparing to unpack .../07-libgssapi-krb5-2_1.20-1ubuntu0.1_arm64.deb ...
12:56:40 #11 21.19 Unpacking libgssapi-krb5-2:arm64 (1.20-1ubuntu0.1) ...
12:56:40 #11 21.22 Selecting previously unselected package libtirpc-common.
12:56:40 #10 16.90 (65/166): checkpolicy-3.5-0.rc2.1.el9.x86_64.rp 4.3 MB/s | 347 kB     00:00    
12:56:40 #10 16.92 (66/166): desktop-file-utils-0.26-6.el9.x86_64. 1.1 MB/s |  74 kB     00:00    
12:56:40 #10 16.99 (67/166): dwz-0.14-3.el9.x86_64.rpm             1.2 MB/s | 128 kB     00:00    
12:56:40 #10 16.99 (68/166): efi-srpm-macros-4-9.el9.noarch.rpm    256 kB/s |  23 kB     00:00    
12:56:40 #10 16.99 (69/166): emacs-filesystem-27.2-8.el9.noarch.rp 122 kB/s | 8.8 kB     00:00    
12:56:40 #10 17.05 (70/166): enchant-1.6.0-30.el9.x86_64.rpm       933 kB/s |  62 kB     00:00    
12:56:40 #10 17.06 (71/166): fonts-srpm-macros-2.0.5-7.el9.1.noarc 384 kB/s |  28 kB     00:00    
12:56:40 #10 40.36 Preparing to unpack .../330-libreadonly-perl_2.050-3_all.deb ...
12:56:40 #10 40.36 Unpacking libreadonly-perl (2.050-3) ...
12:56:40 #10 40.40 Selecting previously unselected package libref-util-perl.
12:56:40 #10 40.40 Preparing to unpack .../331-libref-util-perl_0.204-2_all.deb ...
12:56:40 #10 40.40 Unpacking libref-util-perl (0.204-2) ...
12:56:40 #10 40.47 Selecting previously unselected package libref-util-xs-perl.
12:56:40 #10 40.47 Preparing to unpack .../332-libref-util-xs-perl_0.117-2+b1_arm64.deb ...
12:56:40 #10 40.47 Unpacking libref-util-xs-perl (0.117-2+b1) ...
12:56:40 #10 40.52 Selecting previously unselected package libregexp-pattern-license-perl.
12:56:40 #10 40.52 Preparing to unpack .../333-libregexp-pattern-license-perl_3.9.4-3_all.deb ...
12:56:40 #10 40.52 Unpacking libregexp-pattern-license-perl (3.9.4-3) ...
12:56:40 #10 40.56 Selecting previously unselected package libregexp-pattern-perl.
12:56:40 #10 40.57 Preparing to unpack .../334-libregexp-pattern-perl_0.2.14-2_all.deb ...
12:56:40 #7 DONE 24.6s
12:56:40 
12:56:40 #12 [stage-1 5/9] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:56:40 #0 2.400 CentOS Stream 8 - AppStream                      25 MB/s |  28 MB     00:01    
12:56:40 #11 19.32 Selecting previously unselected package ca-certificates.
12:56:40 #11 19.32 Preparing to unpack .../013-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
12:56:40 #11 19.32 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
12:56:40 #11 19.38 Selecting previously unselected package distro-info-data.
12:56:40 #11 19.38 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.11_all.deb ...
12:56:40 #11 19.38 Unpacking distro-info-data (0.43ubuntu1.11) ...
12:56:40 #11 19.41 Selecting previously unselected package libmagic-mgc.
12:56:40 #11 19.41 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_arm64.deb ...
12:56:40 #11 19.42 Unpacking libmagic-mgc (1:5.38-4) ...
12:56:40 #11 19.48 Selecting previously unselected package libmagic1:arm64.
12:56:40 #11 19.48 Preparing to unpack .../016-libmagic1_1%3a5.38-4_arm64.deb ...
12:56:40 #11 19.49 Unpacking libmagic1:arm64 (1:5.38-4) ...
12:56:40 #11 19.52 Selecting previously unselected package file.
12:56:40 #10 ...
12:56:40 
12:56:40 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:40 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 10.9s done
12:56:40 #7 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
12:56:40 #7 DONE 25.0s
12:56:40 
12:56:40 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:40 #10 21.13 Preparing to unpack .../027-automake_1%3a1.16.1-4_all.deb ...
12:56:40 #10 21.14 Unpacking automake (1:1.16.1-4) ...
12:56:40 #10 21.30 Selecting previously unselected package autopoint.
12:56:40 #10 21.30 Preparing to unpack .../028-autopoint_0.19.8.1-9_all.deb ...
12:56:40 #10 21.31 Unpacking autopoint (0.19.8.1-9) ...
12:56:40 #10 21.35 Selecting previously unselected package binutils-common:amd64.
12:56:40 #10 21.35 Preparing to unpack .../029-binutils-common_2.31.1-16_amd64.deb ...
12:56:40 #10 21.36 Unpacking binutils-common:amd64 (2.31.1-16) ...
12:56:41 #11 19.19 Get:380 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsodium23 amd64 1.0.18-1build2 [164 kB]
12:56:41 #11 19.20 Get:381 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libstring-copyright-perl all 0.003013-1 [21.2 kB]
12:56:41 #11 19.21 Get:382 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
12:56:41 #11 19.21 Get:383 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libstring-shellquote-perl all 1.04-2 [12.3 kB]
12:56:41 #11 19.21 Get:384 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsyntax-keyword-try-perl amd64 0.27-1 [26.6 kB]
12:56:41 #11 19.23 Get:385 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libterm-readkey-perl amd64 2.38-2 [25.0 kB]
12:56:41 #11 19.24 Get:386 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtext-levenshteinxs-perl amd64 0.03-5 [8604 B]
12:56:41 #11 19.28 Get:387 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtext-markdown-discount-perl amd64 0.13-1build1 [12.9 kB]
12:56:41 #11 19.28 Get:388 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtext-xslate-perl amd64 3.5.9-1build1 [186 kB]
12:56:41 #11 19.33 Get:389 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtime-duration-perl all 1.21-1 [13.1 kB]
12:56:41 #11 19.33 Get:390 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtime-moment-perl amd64 0.44-2 [71.6 kB]
12:56:41 #11 19.34 Get:391 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtype-tiny-xs-perl amd64 0.022-2 [25.2 kB]
12:56:41 #11 19.34 Get:392 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libunicode-utf8-perl amd64 0.62-1build4 [18.9 kB]
12:56:41 #11 19.35 Get:393 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libwww-mechanize-perl all 2.14-2 [93.9 kB]
12:56:41 #11 19.35 Get:394 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxml-namespacesupport-perl all 1.12-2 [13.5 kB]
12:56:41 #11 19.36 Get:395 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxml-sax-base-perl all 1.09-2 [19.3 kB]
12:56:41 #11 19.41 Get:396 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
12:56:41 #11 16.67 Get:304 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
12:56:41 #11 16.75 Get:305 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmailtools-perl all 2.21-1 [80.7 kB]
12:56:41 #11 16.92 Get:306 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmarkdown2 arm64 2.2.7-2 [37.0 kB]
12:56:41 #11 16.96 Get:307 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmath-base85-perl all 0.5+dfsg-1 [6764 B]
12:56:41 #11 16.97 Get:308 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoox-aliases-perl all 0.001006-1.1 [6632 B]
12:56:41 #11 16.97 Get:309 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
12:56:41 #11 16.98 Get:310 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
12:56:41 #11 16.99 Get:311 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoox-struct-perl all 0.020-1 [23.7 kB]
12:56:41 #11 17.00 Get:312 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmouse-perl arm64 2.5.10-1build4 [160 kB]
12:56:41 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 54.53MB / 116.78MB 11.4s
12:56:41 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 5.2s
12:56:41 #10 ...
12:56:41 
12:56:41 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:41 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 11.1s done
12:56:41 #7 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
12:56:41 #7 DONE 27.3s
12:56:41 
12:56:41 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:41 #10 21.05 Preparing to unpack .../038-libisl23_0.23-1_amd64.deb ...
12:56:41 #10 21.05 Unpacking libisl23:amd64 (0.23-1) ...
12:56:41 #11 21.22 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
12:56:41 #11 21.23 Unpacking libtirpc-common (1.3.3+ds-1) ...
12:56:41 #11 21.27 Selecting previously unselected package libtirpc3:arm64.
12:56:41 #11 21.27 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_arm64.deb ...
12:56:41 #11 21.27 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ...
12:56:41 #11 21.31 Selecting previously unselected package libnsl2:arm64.
12:56:41 #11 21.31 Preparing to unpack .../10-libnsl2_1.3.0-2build2_arm64.deb ...
12:56:41 #11 21.32 Unpacking libnsl2:arm64 (1.3.0-2build2) ...
12:56:41 #11 21.36 Selecting previously unselected package readline-common.
12:56:41 #11 21.36 Preparing to unpack .../11-readline-common_8.2-1_all.deb ...
12:56:41 #11 21.36 Unpacking readline-common (8.2-1) ...
12:56:41 #11 21.39 Selecting previously unselected package libreadline8:arm64.
12:56:41 #11 21.40 Preparing to unpack .../12-libreadline8_8.2-1_arm64.deb ...
12:56:41 #11 21.40 Unpacking libreadline8:arm64 (8.2-1) ...
12:56:41 #11 21.44 Selecting previously unselected package libsqlite3-0:arm64.
12:56:41 #11 21.44 Preparing to unpack .../13-libsqlite3-0_3.39.3-1_arm64.deb ...
12:56:41 #11 21.44 Unpacking libsqlite3-0:arm64 (3.39.3-1) ...
12:56:41 #11 21.50 Selecting previously unselected package libpython3.10-stdlib:arm64.
12:56:41 #10 17.24 (72/166): gcc-toolset-12-runtime-12.0-5.el9.x86 313 kB/s |  55 kB     00:00    
12:56:41 #10 17.31 (73/166): gcc-toolset-12-binutils-2.38-16.el9.x  17 MB/s | 5.5 MB     00:00    
12:56:41 #10 17.32 (74/166): gcc-toolset-12-binutils-gold-2.38-14. 2.7 MB/s | 752 kB     00:00    
12:56:41 #10 40.57 Unpacking libregexp-pattern-perl (0.2.14-2) ...
12:56:41 #10 40.63 Selecting previously unselected package libregexp-wildcards-perl.
12:56:41 #10 40.63 Preparing to unpack .../335-libregexp-wildcards-perl_1.05-3_all.deb ...
12:56:41 #10 40.64 Unpacking libregexp-wildcards-perl (1.05-3) ...
12:56:41 #10 40.69 Selecting previously unselected package libsasl2-modules:arm64.
12:56:41 #10 40.69 Preparing to unpack .../336-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ...
12:56:41 #10 40.70 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ...
12:56:41 #10 40.75 Selecting previously unselected package libsereal-decoder-perl.
12:56:41 #10 40.75 Preparing to unpack .../337-libsereal-decoder-perl_5.002+ds-1_arm64.deb ...
12:56:41 #10 40.76 Unpacking libsereal-decoder-perl (5.002+ds-1) ...
12:56:41 #10 40.80 Selecting previously unselected package libsereal-encoder-perl.
12:56:41 #10 46.42 Updating certificates in /etc/ssl/certs...
12:56:41 #11 19.53 Preparing to unpack .../017-file_1%3a5.38-4_arm64.deb ...
12:56:41 #11 19.53 Unpacking file (1:5.38-4) ...
12:56:41 #11 19.57 Selecting previously unselected package less.
12:56:41 #11 19.57 Preparing to unpack .../018-less_551-1ubuntu0.1_arm64.deb ...
12:56:41 #11 19.57 Unpacking less (551-1ubuntu0.1) ...
12:56:41 #11 19.62 Selecting previously unselected package libelf1:arm64.
12:56:41 #11 19.62 Preparing to unpack .../019-libelf1_0.176-1.1build1_arm64.deb ...
12:56:41 #11 19.62 Unpacking libelf1:arm64 (0.176-1.1build1) ...
12:56:41 #11 19.67 Selecting previously unselected package libglib2.0-0:arm64.
12:56:41 #11 19.67 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_arm64.deb ...
12:56:41 #11 19.68 Unpacking libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.4) ...
12:56:41 #11 19.82 Selecting previously unselected package libglib2.0-data.
12:56:41 #10 25.02 Selecting previously unselected package g++.
12:56:41 #10 25.02 Preparing to unpack .../081-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ...
12:56:41 #10 25.02 Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
12:56:41 #10 25.05 Selecting previously unselected package make.
12:56:41 #10 25.05 Preparing to unpack .../082-make_4.1-9.1ubuntu1_arm64.deb ...
12:56:41 #10 25.05 Unpacking make (4.1-9.1ubuntu1) ...
12:56:41 #10 25.09 Selecting previously unselected package libdpkg-perl.
12:56:41 #10 25.09 Preparing to unpack .../083-libdpkg-perl_1.19.0.5ubuntu2.4_all.deb ...
12:56:41 #10 25.09 Unpacking libdpkg-perl (1.19.0.5ubuntu2.4) ...
12:56:41 #10 25.14 Selecting previously unselected package patch.
12:56:41 #10 25.14 Preparing to unpack .../084-patch_2.7.6-2ubuntu1.1_arm64.deb ...
12:56:41 #10 25.15 Unpacking patch (2.7.6-2ubuntu1.1) ...
12:56:41 #10 25.18 Selecting previously unselected package dpkg-dev.
12:56:41 #10 25.18 Preparing to unpack .../085-dpkg-dev_1.19.0.5ubuntu2.4_all.deb ...
12:56:41 #10 25.18 Unpacking dpkg-dev (1.19.0.5ubuntu2.4) ...
12:56:41 #10 25.25 Selecting previously unselected package build-essential.
12:56:41 #10 25.25 Preparing to unpack .../086-build-essential_12.4ubuntu1_arm64.deb ...
12:56:41 #11 19.41 Get:397 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxml-libxml-perl amd64 2.0207+dfsg+really+2.0134-1 [325 kB]
12:56:41 #11 19.42 Get:398 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxml-parser-perl amd64 2.46-3build1 [212 kB]
12:56:41 #11 19.48 Get:399 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
12:56:41 #11 19.48 Get:400 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libyaml-libyaml-perl amd64 0.83+ds-1build1 [29.6 kB]
12:56:41 #11 19.48 Get:401 http://archive.ubuntu.com/ubuntu kinetic/main amd64 licensecheck all 3.3.0-1 [41.4 kB]
12:56:41 #11 19.48 Get:402 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevel-size-perl amd64 0.83-2 [20.4 kB]
12:56:41 #14 3.693 (1/79): pcre2-10.32-3.el8.aarch64.rpm           943 kB/s | 219 kB     00:00    
12:56:41 #14 3.730 (2/79): autoconf-2.69-29.el8.noarch.rpm         2.6 MB/s | 710 kB     00:00    
12:56:41 #14 3.739 (3/79): automake-1.16.1-7.el8.noarch.rpm         15 MB/s | 713 kB     00:00    
12:56:41 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 110.10MB / 116.78MB 20.0s
12:56:41 #11 17.07 Get:313 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackage-stash-xs-perl arm64 0.29-1build5 [19.0 kB]
12:56:41 #11 17.08 Get:314 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
12:56:41 #11 17.09 Get:315 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libperlio-gzip-perl arm64 0.19-1build8 [14.6 kB]
12:56:41 #11 17.09 Get:316 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libperlio-utf8-strict-perl arm64 0.009-1build1 [11.7 kB]
12:56:41 #11 17.10 Get:317 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpod-parser-perl all 1.63-2 [82.2 kB]
12:56:41 #11 17.12 Get:318 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpod-constants-perl all 0.19-2 [16.3 kB]
12:56:41 #11 17.12 Get:319 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libproc-processtable-perl arm64 0.634-1build1 [37.2 kB]
12:56:41 #11 17.13 Get:320 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libre2-9 arm64 20220201+dfsg-1 [153 kB]
12:56:41 #11 17.15 Get:321 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libre-engine-re2-perl arm64 0.14-1build2 [17.9 kB]
12:56:41 #11 17.22 Get:322 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadonly-perl all 2.050-3 [19.9 kB]
12:56:41 #21 0.741 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:56:41 #21 0.742 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:56:41 #21 0.742 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:56:41 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 0.8s done
12:56:41 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971
12:56:41 #10 21.20 Selecting previously unselected package libmpfr6:amd64.
12:56:41 #10 21.21 Preparing to unpack .../039-libmpfr6_4.1.0-3_amd64.deb ...
12:56:41 #10 21.21 Unpacking libmpfr6:amd64 (4.1.0-3) ...
12:56:41 #10 21.38 Selecting previously unselected package libmpc3:amd64.
12:56:41 #10 21.39 Preparing to unpack .../040-libmpc3_1.2.0-1_amd64.deb ...
12:56:41 #10 21.39 Unpacking libmpc3:amd64 (1.2.0-1) ...
12:56:41 #10 21.43 Selecting previously unselected package cpp-10.
12:56:41 #10 21.43 Preparing to unpack .../041-cpp-10_10.2.1-6_amd64.deb ...
12:56:41 #10 21.45 Unpacking cpp-10 (10.2.1-6) ...
12:56:41 #11 21.50 Preparing to unpack .../14-libpython3.10-stdlib_3.10.7-1ubuntu0.2_arm64.deb ...
12:56:41 #11 21.51 Unpacking libpython3.10-stdlib:arm64 (3.10.7-1ubuntu0.2) ...
12:56:41 #11 21.62 Selecting previously unselected package python3.10.
12:56:41 #11 21.62 Preparing to unpack .../15-python3.10_3.10.7-1ubuntu0.2_arm64.deb ...
12:56:41 #11 21.62 Unpacking python3.10 (3.10.7-1ubuntu0.2) ...
12:56:41 #11 21.66 Selecting previously unselected package libpython3-stdlib:arm64.
12:56:41 #11 21.66 Preparing to unpack .../16-libpython3-stdlib_3.10.6-1_arm64.deb ...
12:56:41 #11 21.66 Unpacking libpython3-stdlib:arm64 (3.10.6-1) ...
12:56:41 #11 21.70 Setting up python3-minimal (3.10.6-1) ...
12:56:41 #10 17.48 (75/166): gdb-minimal-10.2-10.el9.x86_64.rpm     15 MB/s | 3.5 MB     00:00    
12:56:41 #10 17.52 (76/166): gdk-pixbuf2-2.42.6-3.el9.x86_64.rpm   2.3 MB/s | 492 kB     00:00    
12:56:41 #10 17.52 (77/166): ghc-srpm-macros-1.5.0-6.el9.noarch.rp  44 kB/s | 8.8 kB     00:00    
12:56:41 #10 17.55 (78/166): go-srpm-macros-3.0.9-9.el9.noarch.rpm 398 kB/s |  27 kB     00:00    
12:56:41 #10 17.60 (79/166): hunspell-1.7.0-11.el9.x86_64.rpm      4.0 MB/s | 325 kB     00:00    
12:56:41 #10 17.61 (80/166): hunspell-en-0.20140811.1-20.el9.noarc 2.1 MB/s | 187 kB     00:00    
12:56:41 #10 17.64 (81/166): hunspell-en-GB-0.20140811.1-20.el9.no 2.3 MB/s | 226 kB     00:00    
12:56:41 #10 40.81 Preparing to unpack .../338-libsereal-encoder-perl_5.002+ds-1_arm64.deb ...
12:56:41 #10 40.81 Unpacking libsereal-encoder-perl (5.002+ds-1) ...
12:56:41 #10 40.86 Selecting previously unselected package libset-intspan-perl.
12:56:41 #10 40.86 Preparing to unpack .../339-libset-intspan-perl_1.19-3_all.deb ...
12:56:41 #10 40.87 Unpacking libset-intspan-perl (1.19-3) ...
12:56:41 #10 40.91 Selecting previously unselected package libtask-weaken-perl.
12:56:41 #10 40.92 Preparing to unpack .../340-libtask-weaken-perl_1.06-2_all.deb ...
12:56:41 #10 40.92 Unpacking libtask-weaken-perl (1.06-2) ...
12:56:41 #10 40.96 Selecting previously unselected package libxml-parser-perl.
12:56:41 #10 40.96 Preparing to unpack .../341-libxml-parser-perl_2.46-4_arm64.deb ...
12:56:41 #10 40.97 Unpacking libxml-parser-perl (2.46-4) ...
12:56:41 #10 41.03 Selecting previously unselected package libsoap-lite-perl.
12:56:41 #10 ...
12:56:41 
12:56:41 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:41 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 3.4s done
12:56:41 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 2.7s
12:56:41 #10 25.25 Unpacking build-essential (12.4ubuntu1) ...
12:56:41 #10 25.28 Selecting previously unselected package libroken18-heimdal:arm64.
12:56:41 #10 25.28 Preparing to unpack .../087-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
12:56:41 #10 25.29 Unpacking libroken18-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:56:41 #10 25.32 Selecting previously unselected package libasn1-8-heimdal:arm64.
12:56:41 #10 25.32 Preparing to unpack .../088-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
12:56:41 #10 25.32 Unpacking libasn1-8-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:56:41 #10 25.37 Selecting previously unselected package libheimbase1-heimdal:arm64.
12:56:41 #10 25.37 Preparing to unpack .../089-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
12:56:41 #10 25.37 Unpacking libheimbase1-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:56:41 #10 25.40 Selecting previously unselected package libhcrypto4-heimdal:arm64.
12:56:41 #10 25.40 Preparing to unpack .../090-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
12:56:41 #10 25.41 Unpacking libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:56:41 #10 25.44 Selecting previously unselected package libwind0-heimdal:arm64.
12:56:41 #10 25.44 Preparing to unpack .../091-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
12:56:41 #10 25.45 Unpacking libwind0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:56:41 #10 25.48 Selecting previously unselected package libhx509-5-heimdal:arm64.
12:56:41 #14 3.745 (4/79): annobin-10.94-1.el8.aarch64.rpm         3.3 MB/s | 963 kB     00:00    
12:56:41 #14 3.751 (5/79): cmake-filesystem-3.20.2-4.el8.aarch64.r 9.2 MB/s |  44 kB     00:00    
12:56:41 #14 3.757 (6/79): cmake-rpm-macros-3.20.2-4.el8.noarch.rp 7.4 MB/s |  44 kB     00:00    
12:56:41 #14 3.847 (7/79): cmake-data-3.20.2-4.el8.noarch.rpm       16 MB/s | 1.7 MB     00:00    
12:56:41 #11 19.82 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
12:56:41 #11 19.82 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
12:56:41 #11 19.90 Selecting previously unselected package tzdata.
12:56:41 #11 19.90 Preparing to unpack .../022-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
12:56:41 #11 19.90 Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
12:56:41 #11 20.10 Selecting previously unselected package libicu66:arm64.
12:56:41 #11 20.10 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_arm64.deb ...
12:56:41 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 14.2s done
12:56:41 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 116.78MB / 116.78MB 20.4s
12:56:41 #7 ...
12:56:41 
12:56:41 #9 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd
12:56:41 #9 extracting sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 14.7s done
12:56:41 #9 extracting sha256:d8d604eaebb14dd975f676a926f360cfce39a4e4592ecdde4cea5e724acf6500 done
12:56:41 #11 17.22 Get:323 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libref-util-perl all 0.204-1 [15.0 kB]
12:56:41 #11 17.22 Get:324 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libref-util-xs-perl arm64 0.117-1build5 [12.4 kB]
12:56:41 #11 17.22 Get:325 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB]
12:56:41 #11 17.23 Get:326 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
12:56:41 #11 17.23 Get:327 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-modules arm64 2.1.27+dfsg2-3ubuntu1.1 [57.1 kB]
12:56:41 #11 17.23 Get:328 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsereal-decoder-perl arm64 4.023+ds-1 [99.9 kB]
12:56:41 #11 17.24 Get:329 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsereal-encoder-perl arm64 4.023+ds-1 [103 kB]
12:56:41 #11 17.29 Get:330 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libset-intspan-perl all 1.19-2 [26.1 kB]
12:56:41 #11 17.29 Get:331 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsocket6-perl arm64 0.29-1build4 [19.8 kB]
12:56:41 #11 17.32 Get:332 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-copyright-perl all 0.003012-1 [21.3 kB]
12:56:41 #11 17.32 Get:333 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
12:56:41 #11 17.33 Get:334 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
12:56:41 #11 17.33 Get:335 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxs-parse-keyword-perl arm64 0.21-1build1 [50.4 kB]
12:56:41 #11 17.33 Get:336 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsyntax-keyword-try-perl arm64 0.26-1build1 [26.7 kB]
12:56:41 #11 17.33 Get:337 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libterm-readkey-perl arm64 2.38-1build4 [24.7 kB]
12:56:41 #11 17.33 Get:338 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-levenshteinxs-perl arm64 0.03-4build10 [8072 B]
12:56:41 #11 17.36 Get:339 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-markdown-discount-perl arm64 0.13-1build1 [12.7 kB]
12:56:41 #11 17.41 Get:340 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-xslate-perl arm64 3.5.9-1build1 [184 kB]
12:56:41 #11 17.42 Get:341 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtime-duration-perl all 1.21-1 [13.1 kB]
12:56:41 #11 17.42 Get:342 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtime-moment-perl arm64 0.44-1build6 [75.4 kB]
12:56:41 #11 17.42 Get:343 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtype-tiny-xs-perl arm64 0.022-1build2 [25.3 kB]
12:56:41 #11 17.43 Get:344 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libunicode-utf8-perl arm64 0.62-1build4 [18.5 kB]
12:56:41 #11 17.43 Get:345 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
12:56:41 #11 17.43 Get:346 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
12:56:41 #11 17.43 Get:347 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
12:56:41 #11 17.44 Get:348 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-libxml-perl arm64 2.0207+dfsg+really+2.0134-1 [321 kB]
12:56:41 #11 17.51 Get:349 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-parser-perl arm64 2.46-3build1 [211 kB]
12:56:41 #11 17.52 Get:350 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
12:56:41 #11 17.52 Get:351 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-libyaml-perl arm64 0.83+ds-1build1 [28.7 kB]
12:56:41 #10 21.87 Selecting previously unselected package libbinutils:amd64.
12:56:41 #10 21.87 Preparing to unpack .../030-libbinutils_2.31.1-16_amd64.deb ...
12:56:41 #10 21.87 Unpacking libbinutils:amd64 (2.31.1-16) ...
12:56:41 
12:56:41 #29 [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
12:56:41 #29 0.720 Building static docker-darwin-amd64
12:56:41 #29 0.723 + go build -o /out/docker-darwin-amd64 -tags ' osusergo pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:56:41Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a"' '-buildmode=pie' github.com/docker/cli/cmd/docker
12:56:41 #7 ...
12:56:41 
12:56:41 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:41 #0 1.149 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
12:56:41 #0 1.221 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
12:56:41 #0 1.599 Get:3 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [28.5 kB]
12:56:41 #0 1.632 Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
12:56:41 #0 1.705 Get:5 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1882 kB]
12:56:41 #0 1.730 Get:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
12:56:41 #0 1.827 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
12:56:41 #0 2.030 Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
12:56:41 #0 2.038 Get:9 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [991 kB]
12:56:41 #0 2.090 Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2448 kB]
12:56:41 #0 2.578 Get:11 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
12:56:41 #0 2.580 Get:12 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
12:56:41 #0 2.580 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [31.2 kB]
12:56:41 #0 2.590 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1291 kB]
12:56:41 #0 2.634 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2924 kB]
12:56:41 #0 2.803 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2011 kB]
12:56:41 #0 2.860 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]
12:56:41 #0 2.861 Get:18 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
12:56:41 #0 4.207 Fetched 25.1 MB in 3s (7256 kB/s)
12:56:41 #0 4.207 Reading package lists...
12:56:41 #0 5.611 Reading package lists...
12:56:41 #0 6.950 Building dependency tree...
12:56:41 #0 7.196 Reading state information...
12:56:41 #0 7.455 The following additional packages will be installed:
12:56:41 #0 7.455   at autoconf automake autopoint autotools-dev binutils binutils-common
12:56:41 #0 7.455   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
12:56:41 #0 7.455   cpp-9 dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism diffstat
12:56:41 #0 7.455   dirmngr distro-info-data dpkg-dev dput dwz fakeroot file g++ g++-9 gcc gcc-9
12:56:41 #0 7.455   gcc-9-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
12:56:41 #0 7.455   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
12:56:41 #0 7.455   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
12:56:41 #0 7.455   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-pkg-perl
12:56:41 #0 7.455   libarchive-cpio-perl libarchive-zip-perl libarray-intspan-perl libasan5
12:56:41 #0 7.455   libasn1-8-heimdal libassuan0 libasync-mergepoint-perl libatomic1
12:56:41 #0 7.455   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
12:56:41 #0 7.455   libbinutils libbrotli1 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl
12:56:41 #0 7.455   libcbor0.6 libcc1-0 libclass-method-modifiers-perl libclass-xsaccessor-perl
12:56:41 #0 7.455   libclone-perl libcommon-sense-perl libconst-fast-perl
12:56:41 #0 7.455   libcontextual-return-perl libcpanel-json-xs-perl libcroco3 libcrypt-dev
12:56:41 #0 7.455   libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdata-dump-perl
12:56:41 #0 7.455   libdata-optlist-perl libdebhelper-perl libdevel-callchecker-perl
12:56:41 #0 7.455   libdevel-size-perl libdigest-bubblebabble-perl libdigest-hmac-perl
12:56:41 #0 7.455   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
12:56:41 #0 7.455   libelf1 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
12:56:41 #0 7.455   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
12:56:41 #0 7.455   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
12:56:41 #0 7.455   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
12:56:41 #0 7.455   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
12:56:41 #0 7.456   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
12:56:41 #0 7.456   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
12:56:41 #0 7.456   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
12:56:41 #0 7.456   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
12:56:41 #0 7.456   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
12:56:41 #0 7.456   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
12:56:41 #0 7.456   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:41 #0 7.456   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:56:41 #0 7.456   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
12:56:41 #0 7.456   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
12:56:41 #0 7.456   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
12:56:41 #0 7.456   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
12:56:41 #0 7.456   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
12:56:41 #0 7.456   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
12:56:41 #0 7.456   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
12:56:41 #0 7.456   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
12:56:41 #0 7.456   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
12:56:41 #0 7.456   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:56:41 #0 7.456   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
12:56:41 #0 7.456   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
12:56:41 #0 7.456   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
12:56:41 #0 7.456   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
12:56:41 #0 7.456   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
12:56:41 #0 7.456   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
12:56:41 #0 7.456   libnumber-compare-perl libnumber-range-perl libobject-id-perl
12:56:41 #0 7.456   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:56:41 #0 7.456   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
12:56:41 #0 7.456   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
12:56:41 #0 7.456   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
12:56:41 #0 7.456   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
12:56:41 #0 7.456   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
12:56:41 #0 7.456   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
12:56:41 #0 7.457   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
12:56:41 #0 7.457   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
12:56:41 #0 7.457   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
12:56:41 #0 7.457   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
12:56:41 #0 7.457   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
12:56:41 #0 7.457   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
12:56:41 #0 7.457   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
12:56:41 #0 7.457   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
12:56:41 #0 7.457   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
12:56:41 #0 7.457   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
12:56:41 #0 7.457   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
12:56:41 #0 7.457   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
12:56:41 #0 7.457   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
12:56:41 #0 7.457   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
12:56:41 #0 7.457   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
12:56:41 #0 7.457   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
12:56:41 #0 7.457   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
12:56:41 #0 7.457   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
12:56:41 #0 7.457   openssh-client openssl patch patchutils perl perl-modules-5.30
12:56:41 #0 7.457   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
12:56:41 #0 7.457   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:56:41 #0 7.457   python3-debian python3-gpg python3-idna python3-magic python3-minimal
12:56:41 #0 7.457   python3-pkg-resources python3-requests python3-six python3-unidiff
12:56:41 #0 7.457   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
12:56:41 #0 7.457   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
12:56:41 #0 7.457   xz-utils
12:56:41 #0 7.459 Suggested packages:
12:56:41 #0 7.460   default-mta | mail-transport-agent autoconf-archive gnu-standards
12:56:41 #0 7.460   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
12:56:41 #0 7.460   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
12:56:41 #0 7.460   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
12:56:41 #0 7.460   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
12:56:41 #0 7.460   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:56:41 #0 7.460   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
12:56:41 #0 7.460   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
12:56:41 #0 7.460   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
12:56:41 #0 7.460   mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex
12:56:41 #0 7.460   bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev
12:56:41 #0 7.460   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
12:56:41 #0 7.460   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
12:56:41 #0 7.460   xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n
12:56:41 #0 7.460   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
12:56:41 #0 7.460   libscalar-number-perl libsasl2-modules-gssapi-mit
12:56:41 #0 7.460   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
12:56:41 #0 7.460   libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl
12:56:41 #0 7.460   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
12:56:41 #0 7.460   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
12:56:41 #0 7.460   libxml-sax-expatxs-perl bash-completion binutils-multiarch
12:56:41 #0 7.460   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
12:56:41 #0 7.460   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
12:56:41 #0 7.460   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
12:56:41 #0 7.460   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
12:56:41 #0 7.460   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
12:56:41 #0 7.460   python3-cryptography python3-openssl python3-socks python3.8-venv
12:56:41 #0 7.460   python3.8-doc binfmt-support readline-doc zip wdiff-doc
12:56:41 #0 7.969 The following NEW packages will be installed:
12:56:41 #0 7.969   at autoconf automake autopoint autotools-dev binutils binutils-common
12:56:41 #0 7.969   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
12:56:41 #0 7.969   cpp-9 curl dctrl-tools debhelper devscripts dh-autoreconf
12:56:41 #0 7.970   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
12:56:41 #0 7.970   equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git
12:56:41 #0 7.970   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
12:56:41 #0 7.970   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
12:56:41 #0 7.970   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
12:56:41 #0 7.970   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
12:56:41 #0 7.970   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
12:56:41 #0 7.970   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
12:56:41 #0 7.972   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
12:56:41 #0 7.972   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
12:56:41 #0 7.972   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
12:56:41 #0 7.972   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
12:56:41 #0 7.972   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
12:56:41 #0 7.972   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
12:56:41 #0 7.972   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
12:56:41 #0 7.972   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
12:56:41 #0 7.972   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
12:56:41 #0 7.972   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
12:56:41 #0 7.972   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
12:56:41 #0 7.972   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
12:56:41 #0 7.972   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
12:56:41 #0 7.972   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
12:56:41 #0 7.972   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
12:56:41 #0 7.972   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
12:56:41 #0 7.972   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
12:56:41 #0 7.972   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
12:56:41 #0 7.972   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
12:56:41 #0 7.972   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
12:56:41 #0 7.972   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:41 #0 7.972   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:56:41 #0 7.972   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
12:56:41 #0 7.972   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
12:56:41 #0 7.972   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
12:56:41 #0 7.972   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
12:56:41 #0 7.972   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
12:56:41 #0 7.972   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
12:56:41 #0 7.972   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
12:56:41 #0 7.972   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
12:56:41 #0 7.972   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
12:56:41 #0 7.972   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:56:41 #0 7.972   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
12:56:41 #0 7.972   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
12:56:41 #0 7.972   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
12:56:41 #0 7.972   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
12:56:41 #0 7.972   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
12:56:41 #0 7.972   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
12:56:41 #0 7.972   libnumber-compare-perl libnumber-range-perl libobject-id-perl
12:56:41 #0 7.972   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:56:41 #0 7.972   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
12:56:41 #0 7.972   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
12:56:41 #0 7.972   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
12:56:41 #0 7.972   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
12:56:41 #0 7.972   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
12:56:41 #0 7.972   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
12:56:41 #0 7.972   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
12:56:41 #0 7.972   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
12:56:41 #0 7.972   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
12:56:41 #0 7.972   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
12:56:41 #0 7.972   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
12:56:41 #0 7.972   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
12:56:41 #0 7.972   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
12:56:41 #0 7.972   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
12:56:41 #0 7.972   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
12:56:41 #0 7.972   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
12:56:41 #0 7.972   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
12:56:41 #0 7.972   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
12:56:41 #0 7.972   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
12:56:41 #0 7.972   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
12:56:41 #0 7.972   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
12:56:41 #0 7.972   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
12:56:41 #0 7.972   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
12:56:41 #0 7.973   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
12:56:41 #0 7.973   openssh-client openssl patch patchutils perl perl-modules-5.30
12:56:41 #0 7.973   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
12:56:41 #0 7.973   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:56:41 #0 7.974   python3-debian python3-gpg python3-idna python3-magic python3-minimal
12:56:41 #0 7.974   python3-pkg-resources python3-requests python3-six python3-unidiff
12:56:41 #0 7.974   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
12:56:41 #0 7.974   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
12:56:41 #0 7.974   xz-utils
12:56:41 #0 8.407 0 upgraded, 354 newly installed, 0 to remove and 4 not upgraded.
12:56:41 #0 8.407 Need to get 106 MB of archives.
12:56:41 #0 8.407 After this operation, 481 MB of additional disk space will be used.
12:56:41 #0 8.407 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB]
12:56:41 #0 8.552 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.17 [1322 kB]
12:56:41 #0 8.983 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.6 [717 kB]
12:56:41 #0 9.029 Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.6 [74.6 kB]
12:56:41 #0 9.031 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.6 [1901 kB]
12:56:41 #0 9.121 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB]
12:56:41 #0 9.121 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB]
12:56:41 #0 9.122 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB]
12:56:41 #0 9.126 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB]
12:56:41 #0 9.128 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB]
12:56:41 #0 9.133 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.5 [549 kB]
12:56:41 #0 9.159 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.6 [1675 kB]
12:56:41 #0 9.237 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.6 [387 kB]
12:56:41 #0 9.257 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B]
12:56:41 #0 9.257 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB]
12:56:41 #0 9.258 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB]
12:56:41 #0 9.261 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 bsdmainutils amd64 11.1.2ubuntu3 [181 kB]
12:56:41 #0 9.269 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libuchardet0 amd64 0.0.6-3build1 [65.2 kB]
12:56:41 #0 9.271 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 groff-base amd64 1.22.4-4build1 [847 kB]
12:56:41 #0 9.313 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB]
12:56:41 #0 9.313 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libpipeline1 amd64 1.5.2-2build1 [27.7 kB]
12:56:41 #0 9.349 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 man-db amd64 2.9.1-1 [1112 kB]
12:56:41 #0 9.366 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.3 [2739 kB]
12:56:41 #0 9.527 Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B]
12:56:41 #0 9.527 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.3 [3951 kB]
12:56:41 #0 9.714 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.3 [224 kB]
12:56:41 #0 9.721 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.17 [622 kB]
12:56:41 #0 9.749 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
12:56:41 #0 9.755 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.11 [4672 B]
12:56:41 #0 9.755 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB]
12:56:41 #0 9.766 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB]
12:56:41 #0 9.769 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB]
12:56:41 #0 9.770 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.1 [123 kB]
12:56:41 #0 9.775 Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf1 amd64 0.176-1.1build1 [44.0 kB]
12:56:41 #0 9.788 Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB]
12:56:41 #0 9.862 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
12:56:41 #0 9.862 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
12:56:41 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 61.87MB / 116.78MB 12.1s
12:56:41 #11 21.90 Selecting previously unselected package python3.
12:56:41 #11 21.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 ... 5200 files and directories currently installed.)
12:56:41 #11 21.91 Preparing to unpack .../000-python3_3.10.6-1_arm64.deb ...
12:56:41 #11 21.91 Unpacking python3 (3.10.6-1) ...
12:56:41 #11 21.95 Selecting previously unselected package libargon2-1:arm64.
12:56:41 #11 21.95 Preparing to unpack .../001-libargon2-1_0~20171227-0.3_arm64.deb ...
12:56:41 #11 21.96 Unpacking libargon2-1:arm64 (0~20171227-0.3) ...
12:56:41 #11 21.99 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:56:41 #11 21.99 Preparing to unpack .../002-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_arm64.deb ...
12:56:41 #11 22.00 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-1ubuntu1) ...
12:56:41 #11 22.04 Selecting previously unselected package libjson-c5:arm64.
12:56:41 #10 17.70 (82/166): hunspell-en-US-0.20140811.1-20.el9.no 1.8 MB/s | 177 kB     00:00    
12:56:41 #10 17.71 (83/166): hunspell-filesystem-1.7.0-11.el9.x86_  88 kB/s | 8.7 kB     00:00    
12:56:41 #10 17.72 (84/166): kernel-srpm-macros-1.0-11.el9.noarch. 210 kB/s |  16 kB     00:00    
12:56:41 #10 17.80 (85/166): libappstream-glib-0.7.18-4.el9.x86_64 4.4 MB/s | 396 kB     00:00    
12:56:41 #10 17.81 (86/166): libjpeg-turbo-2.0.90-5.el9.x86_64.rpm 1.8 MB/s | 176 kB     00:00    
12:56:41 #10 17.81 (87/166): libproxy-webkitgtk4-0.4.15-35.el9.x86 230 kB/s |  22 kB     00:00    
12:56:41 #10 17.91 (88/166): libsoup-2.72.0-8.el9.x86_64.rpm       3.5 MB/s | 405 kB     00:00    
12:56:41 #10 41.03 Preparing to unpack .../342-libsoap-lite-perl_1.27-2_all.deb ...
12:56:41 #10 41.04 Unpacking libsoap-lite-perl (1.27-2) ...
12:56:41 #10 41.11 Selecting previously unselected package libsocket6-perl.
12:56:41 #10 41.11 Preparing to unpack .../343-libsocket6-perl_0.29-3_arm64.deb ...
12:56:41 #10 41.12 Unpacking libsocket6-perl (0.29-3) ...
12:56:41 #10 41.16 Selecting previously unselected package libstring-copyright-perl.
12:56:41 #10 41.17 Preparing to unpack .../344-libstring-copyright-perl_0.003014-1_all.deb ...
12:56:41 #10 41.17 Unpacking libstring-copyright-perl (0.003014-1) ...
12:56:41 #10 41.21 Selecting previously unselected package libstring-escape-perl.
12:56:41 #10 41.22 Preparing to unpack .../345-libstring-escape-perl_2010.002-3_all.deb ...
12:56:41 #10 41.23 Unpacking libstring-escape-perl (2010.002-3) ...
12:56:41 #10 41.28 Selecting previously unselected package libstring-license-perl.
12:56:41 #10 41.28 Preparing to unpack .../346-libstring-license-perl_0.0.2-1_all.deb ...
12:56:41 #10 41.28 Unpacking libstring-license-perl (0.0.2-1) ...
12:56:41 #10 41.32 Selecting previously unselected package libstring-shellquote-perl.
12:56:41 #10 41.33 Preparing to unpack .../347-libstring-shellquote-perl_1.04-3_all.deb ...
12:56:41 #10 41.33 Unpacking libstring-shellquote-perl (1.04-3) ...
12:56:41 #10 41.38 Selecting previously unselected package libsys-cpuaffinity-perl.
12:56:41 #10 25.48 Preparing to unpack .../092-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
12:56:41 #10 25.49 Unpacking libhx509-5-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:56:41 #10 25.52 Selecting previously unselected package libkrb5-26-heimdal:arm64.
12:56:41 #10 25.52 Preparing to unpack .../093-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
12:56:41 #10 25.53 Unpacking libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:56:41 #10 25.57 Selecting previously unselected package libheimntlm0-heimdal:arm64.
12:56:41 #10 25.57 Preparing to unpack .../094-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
12:56:41 #10 25.57 Unpacking libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:56:41 #10 25.61 Selecting previously unselected package libgssapi3-heimdal:arm64.
12:56:41 #10 25.61 Preparing to unpack .../095-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
12:56:41 #10 25.61 Unpacking libgssapi3-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:56:41 #10 25.65 Selecting previously unselected package libsasl2-modules-db:arm64.
12:56:41 #10 25.65 Preparing to unpack .../096-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
12:56:41 #10 25.65 Unpacking libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:56:41 #10 25.68 Selecting previously unselected package libsasl2-2:arm64.
12:56:41 #10 25.69 Preparing to unpack .../097-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
12:56:41 #10 25.69 Unpacking libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:56:41 #10 25.72 Selecting previously unselected package libldap-common.
12:56:41 #11 20.11 Unpacking libicu66:arm64 (66.1-2ubuntu2.1) ...
12:56:41 #14 4.070 (8/79): cpp-8.5.0-18.el8.aarch64.rpm             29 MB/s | 8.9 MB     00:00    
12:56:41 #14 4.077 (9/79): gcc-plugin-annobin-8.5.0-18.el8.aarch64 5.8 MB/s |  34 kB     00:00    
12:56:41 #14 4.083 (10/79): git-2.39.0-1.el8.aarch64.rpm            17 MB/s | 104 kB     00:00    
12:56:41 #14 4.114 (11/79): cmake-3.20.2-4.el8.aarch64.rpm          27 MB/s |  10 MB     00:00    
12:56:41 #14 4.183 (12/79): git-core-doc-2.39.0-1.el8.noarch.rpm    44 MB/s | 3.0 MB     00:00    
12:56:41 #14 4.201 (13/79): isl-0.16.1-6.el8.aarch64.rpm            43 MB/s | 778 kB     00:00    
12:56:41 #14 4.207 (14/79): libmpc-1.1.0-9.1.el8.aarch64.rpm        12 MB/s |  60 kB     00:00    
12:56:41 #14 4.215 (15/79): libseccomp-devel-2.5.2-1.el8.aarch64.r 8.4 MB/s |  57 kB     00:00    
12:56:41 #9 ...
12:56:41 
12:56:41 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:41 #11 17.53 Get:352 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 licensecheck all 3.2.14-2 [40.9 kB]
12:56:41 #11 17.53 Get:353 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-size-perl arm64 0.83-1build4 [20.4 kB]
12:56:41 #11 17.53 Get:354 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-run3-perl all 0.048-2 [31.4 kB]
12:56:41 #11 17.53 Get:355 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lzip arm64 1.23-1 [80.5 kB]
12:56:41 #11 17.53 Get:356 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lzop arm64 1.04-2build2 [84.0 kB]
12:56:41 #11 17.54 Get:357 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 t1utils arm64 1.41-4build2 [61.5 kB]
12:56:41 #11 17.59 Get:358 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 unzip arm64 6.0-26ubuntu3.1 [171 kB]
12:56:41 #11 17.66 Get:359 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 lintian all 2.114.0ubuntu1.2 [1082 kB]
12:56:41 #10 21.97 Selecting previously unselected package binutils-x86-64-linux-gnu.
12:56:41 #10 21.97 Preparing to unpack .../031-binutils-x86-64-linux-gnu_2.31.1-16_amd64.deb ...
12:56:41 #10 21.98 Unpacking binutils-x86-64-linux-gnu (2.31.1-16) ...
12:56:41 #11 19.89 Get:403 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libipc-run3-perl all 0.048-2 [31.4 kB]
12:56:41 #11 20.06 Get:404 http://archive.ubuntu.com/ubuntu kinetic/main amd64 lzip amd64 1.23-4 [79.7 kB]
12:56:41 #11 20.19 Get:405 http://archive.ubuntu.com/ubuntu kinetic/main amd64 lzop amd64 1.04-2build2 [83.7 kB]
12:56:41 #11 20.25 Get:406 http://archive.ubuntu.com/ubuntu kinetic/main amd64 t1utils amd64 1.41-4build2 [61.3 kB]
12:56:41 #11 20.28 Get:407 http://archive.ubuntu.com/ubuntu kinetic/main amd64 unzip amd64 6.0-27ubuntu1 [174 kB]
12:56:41 #11 9.871 Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB]
12:56:41 #11 ...
12:56:41 
12:56:41 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:41 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 0.7s done
12:56:41 #9 ...
12:56:41 
12:56:41 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91
12:56:41 #7 extracting sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 14.3s
12:56:41 #11 22.04 Preparing to unpack .../003-libjson-c5_0.16-1_arm64.deb ...
12:56:41 #11 22.05 Unpacking libjson-c5:arm64 (0.16-1) ...
12:56:41 #11 22.08 Selecting previously unselected package libcryptsetup12:arm64.
12:56:41 #11 22.09 Preparing to unpack .../004-libcryptsetup12_2%3a2.5.0-2ubuntu1_arm64.deb ...
12:56:41 #11 22.09 Unpacking libcryptsetup12:arm64 (2:2.5.0-2ubuntu1) ...
12:56:41 #11 22.13 Selecting previously unselected package libfdisk1:arm64.
12:56:41 #11 22.13 Preparing to unpack .../005-libfdisk1_2.38-4ubuntu1_arm64.deb ...
12:56:41 #11 22.14 Unpacking libfdisk1:arm64 (2.38-4ubuntu1) ...
12:56:41 #11 22.18 Selecting previously unselected package libkmod2:arm64.
12:56:41 #11 22.18 Preparing to unpack .../006-libkmod2_30+20220630-3ubuntu1_arm64.deb ...
12:56:41 #11 22.18 Unpacking libkmod2:arm64 (30+20220630-3ubuntu1) ...
12:56:41 #11 22.25 Selecting previously unselected package libapparmor1:arm64.
12:56:41 #11 22.25 Preparing to unpack .../007-libapparmor1_3.0.7-1ubuntu2_arm64.deb ...
12:56:41 #11 22.25 Unpacking libapparmor1:arm64 (3.0.7-1ubuntu2) ...
12:56:41 #11 22.28 Selecting previously unselected package libip4tc2:arm64.
12:56:41 #10 17.95 (89/166): libstemmer-0-18.585svn.el9.x86_64.rpm 627 kB/s |  83 kB     00:00    
12:56:41 #10 17.98 (90/166): lua-srpm-macros-1-6.el9.noarch.rpm     57 kB/s | 9.5 kB     00:00    
12:56:41 #10 18.01 (91/166): ocaml-srpm-macros-6-6.el9.noarch.rpm   92 kB/s | 8.8 kB     00:00    
12:56:41 #10 41.38 Preparing to unpack .../348-libsys-cpuaffinity-perl_1.13~03-2+b1_arm64.deb ...
12:56:41 #10 41.39 Unpacking libsys-cpuaffinity-perl (1.13~03-2+b1) ...
12:56:41 #10 41.43 Selecting previously unselected package libterm-readkey-perl.
12:56:41 #10 41.43 Preparing to unpack .../349-libterm-readkey-perl_2.38-2+b1_arm64.deb ...
12:56:41 #10 41.44 Unpacking libterm-readkey-perl (2.38-2+b1) ...
12:56:41 #10 41.48 Selecting previously unselected package libtext-levenshteinxs-perl.
12:56:41 #10 41.49 Preparing to unpack .../350-libtext-levenshteinxs-perl_0.03-5+b1_arm64.deb ...
12:56:41 #10 41.49 Unpacking libtext-levenshteinxs-perl (0.03-5+b1) ...
12:56:41 #10 41.53 Selecting previously unselected package libtext-markdown-discount-perl.
12:56:41 #10 41.53 Preparing to unpack .../351-libtext-markdown-discount-perl_0.16-1_arm64.deb ...
12:56:41 #10 41.54 Unpacking libtext-markdown-discount-perl (0.16-1) ...
12:56:41 #10 41.58 Selecting previously unselected package libtext-xslate-perl:arm64.
12:56:41 #10 41.58 Preparing to unpack .../352-libtext-xslate-perl_3.5.9-1+b2_arm64.deb ...
12:56:41 #10 41.59 Unpacking libtext-xslate-perl:arm64 (3.5.9-1+b2) ...
12:56:42 #10 25.72 Preparing to unpack .../098-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
12:56:42 #10 25.72 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
12:56:42 #10 25.76 Selecting previously unselected package libldap-2.4-2:arm64.
12:56:42 #10 25.76 Preparing to unpack .../099-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_arm64.deb ...
12:56:42 #10 25.76 Unpacking libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.11) ...
12:56:42 #10 25.81 Selecting previously unselected package libnghttp2-14:arm64.
12:56:42 #10 25.81 Preparing to unpack .../100-libnghttp2-14_1.30.0-1ubuntu1_arm64.deb ...
12:56:42 #10 25.83 Unpacking libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
12:56:42 #10 25.87 Selecting previously unselected package librtmp1:arm64.
12:56:42 #10 25.87 Preparing to unpack .../101-librtmp1_2.4+20151223.gitfa8646d.1-1_arm64.deb ...
12:56:42 #10 25.87 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
12:56:42 #10 25.91 Selecting previously unselected package libcurl4:arm64.
12:56:42 #10 25.91 Preparing to unpack .../102-libcurl4_7.58.0-2ubuntu3.22_arm64.deb ...
12:56:42 #10 25.91 Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.22) ...
12:56:42 #10 25.95 Selecting previously unselected package curl.
12:56:42 #10 25.95 Preparing to unpack .../103-curl_7.58.0-2ubuntu3.22_arm64.deb ...
12:56:42 #10 25.95 Unpacking curl (7.58.0-2ubuntu3.22) ...
12:56:42 #10 26.00 Selecting previously unselected package dctrl-tools.
12:56:42 #10 26.00 Preparing to unpack .../104-dctrl-tools_2.24-2build1_arm64.deb ...
12:56:42 #10 26.01 Unpacking dctrl-tools (2.24-2build1) ...
12:56:42 #10 26.04 Selecting previously unselected package libtool.
12:56:42 #10 26.04 Preparing to unpack .../105-libtool_2.4.6-2_all.deb ...
12:56:42 #10 26.05 Unpacking libtool (2.4.6-2) ...
12:56:42 #10 26.08 Selecting previously unselected package dh-autoreconf.
12:56:42 #11 17.70 Get:360 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 manpages-dev all 5.10-1ubuntu1 [2309 kB]
12:56:42 #11 17.82 Get:361 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-certifi all 2020.6.20-1 [150 kB]
12:56:42 #11 17.82 Get:362 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-idna all 3.3-1 [49.3 kB]
12:56:42 #11 17.82 Get:363 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-six all 1.16.0-3ubuntu1 [12.6 kB]
12:56:42 #11 17.82 Get:364 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
12:56:42 #11 17.83 Get:365 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-requests all 2.25.1+dfsg-2 [47.9 kB]
12:56:42 #11 17.83 Get:366 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-unidiff all 0.5.5-2 [9180 B]
12:56:42 #11 17.83 Get:367 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-xdg all 0.27-2 [36.9 kB]
12:56:42 #11 17.83 Get:368 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 equivs all 2.3.1 [19.0 kB]
12:56:42 #11 17.83 Get:369 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
12:56:42 #11 17.89 Get:370 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-magic all 2:0.4.24-2 [12.6 kB]
12:56:42 #14 4.237 (16/79): libtool-2.4.6-25.el8.aarch64.rpm        33 MB/s | 708 kB     00:00    
12:56:42 #14 4.247 (17/79): libtool-ltdl-devel-2.4.6-25.el8.aarch6  19 MB/s | 184 kB     00:00    
12:56:42 #14 4.256 (18/79): libuv-1.41.1-1.el8_4.aarch64.rpm        18 MB/s | 150 kB     00:00    
12:56:42 #14 4.264 (19/79): libxkbcommon-0.9.1-1.el8.aarch64.rpm    15 MB/s | 112 kB     00:00    
12:56:42 #14 4.271 (20/79): perl-Error-0.17025-2.el8.noarch.rpm    7.2 MB/s |  46 kB     00:00    
12:56:42 #14 4.277 (21/79): perl-Git-2.39.0-1.el8.noarch.rpm        13 MB/s |  78 kB     00:00    
12:56:42 #14 4.282 (22/79): perl-TermReadKey-2.37-7.el8.aarch64.rp 8.1 MB/s |  40 kB     00:00    
12:56:42 #14 4.288 (23/79): perl-Thread-Queue-3.13-1.el8.noarch.rp 5.1 MB/s |  24 kB     00:00    
12:56:42 #14 4.293 (24/79): vim-filesystem-8.0.1763-19.el8.4.noarc  10 MB/s |  50 kB     00:00    
12:56:42 #14 4.348 (25/79): xkeyboard-config-2.28-1.el8.noarch.rpm  14 MB/s | 782 kB     00:00    
12:56:42 #14 4.360 (26/79): checkpolicy-2.9-1.el8.aarch64.rpm       28 MB/s | 338 kB     00:00    
12:56:42 #14 4.366 (27/79): glibc-devel-2.28-224.el8.aarch64.rpm    15 MB/s |  81 kB     00:00    
12:56:42 #14 4.380 (28/79): glibc-headers-2.28-224.el8.aarch64.rpm  35 MB/s | 479 kB     00:00    
12:56:42 #14 4.491 (29/79): git-core-2.39.0-1.el8.aarch64.rpm       24 MB/s | 9.8 MB     00:00    
12:56:42 #14 4.512 (30/79): glibc-langpack-en-2.28-224.el8.aarch64 6.1 MB/s | 826 kB     00:00    
12:56:42 #14 4.572 (31/79): gcc-8.5.0-18.el8.aarch64.rpm            27 MB/s |  19 MB     00:00    
12:56:42 #14 4.580 (32/79): less-530-1.el8.aarch64.rpm             2.4 MB/s | 162 kB     00:00    
12:56:42 #14 4.585 (33/79): libatomic-8.5.0-18.el8.aarch64.rpm     5.4 MB/s |  26 kB     00:00    
12:56:42 #14 4.593 (34/79): libasan-8.5.0-18.el8.aarch64.rpm        18 MB/s | 387 kB     00:00    
12:56:42 #10 22.32 Selecting previously unselected package binutils.
12:56:42 #10 22.32 Preparing to unpack .../032-binutils_2.31.1-16_amd64.deb ...
12:56:42 #10 22.32 Unpacking binutils (2.31.1-16) ...
12:56:42 #10 22.37 Selecting previously unselected package libc-dev-bin.
12:56:42 #10 22.37 Preparing to unpack .../033-libc-dev-bin_2.28-10+deb10u2_amd64.deb ...
12:56:42 #10 22.37 Unpacking libc-dev-bin (2.28-10+deb10u2) ...
12:56:42 #11 20.34 Get:408 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 lintian all 2.115.3ubuntu2.1 [1108 kB]
12:56:42 #21 0.984 Reading package lists...
12:56:42 #10 47.12 137 added, 0 removed; done.
12:56:42 #10 47.17 Setting up libunbound8:arm64 (1.9.0-2+deb10u2) ...
12:56:42 #10 47.19 Setting up shared-mime-info (1.10-1) ...
12:56:42 #7 extracting sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 14.4s done
12:56:42 #7 ...
12:56:42 
12:56:42 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:42 #9 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 13.8s
12:56:42 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 116.78MB / 116.78MB 20.3s done
12:56:42 #11 22.29 Preparing to unpack .../008-libip4tc2_1.8.7-1ubuntu6_arm64.deb ...
12:56:42 #11 22.29 Unpacking libip4tc2:arm64 (1.8.7-1ubuntu6) ...
12:56:42 #11 22.32 Selecting previously unselected package libsystemd-shared:arm64.
12:56:42 #11 22.32 Preparing to unpack .../009-libsystemd-shared_251.4-1ubuntu7_arm64.deb ...
12:56:42 #11 22.33 Unpacking libsystemd-shared:arm64 (251.4-1ubuntu7) ...
12:56:42 #11 22.40 Selecting previously unselected package systemd.
12:56:42 #11 22.41 Preparing to unpack .../010-systemd_251.4-1ubuntu7_arm64.deb ...
12:56:42 #11 22.43 Unpacking systemd (251.4-1ubuntu7) ...
12:56:42 #10 18.15 (92/166): openblas-srpm-macros-2-11.el9.noarch.  50 kB/s | 8.4 kB     00:00    
12:56:42 #10 18.21 (93/166): patch-2.7.6-16.el9.x86_64.rpm         576 kB/s | 128 kB     00:00    
12:56:42 #10 18.25 (94/166): perl-AutoLoader-5.74-480.el9.noarch.r  93 kB/s |  22 kB     00:00    
12:56:42 #10 41.64 Selecting previously unselected package libtime-duration-perl.
12:56:42 #10 41.64 Preparing to unpack .../353-libtime-duration-perl_1.21-2_all.deb ...
12:56:42 #10 41.65 Unpacking libtime-duration-perl (1.21-2) ...
12:56:42 #10 41.69 Selecting previously unselected package libtime-moment-perl.
12:56:42 #10 41.70 Preparing to unpack .../354-libtime-moment-perl_0.44-2+b1_arm64.deb ...
12:56:42 #10 41.70 Unpacking libtime-moment-perl (0.44-2+b1) ...
12:56:42 #10 41.74 Selecting previously unselected package libtype-tiny-xs-perl:arm64.
12:56:42 #10 41.74 Preparing to unpack .../355-libtype-tiny-xs-perl_0.025-1_arm64.deb ...
12:56:42 #10 41.75 Unpacking libtype-tiny-xs-perl:arm64 (0.025-1) ...
12:56:42 #10 41.79 Selecting previously unselected package libunicode-utf8-perl.
12:56:42 #10 41.79 Preparing to unpack .../356-libunicode-utf8-perl_0.62-2_arm64.deb ...
12:56:42 #10 41.80 Unpacking libunicode-utf8-perl (0.62-2) ...
12:56:42 #10 41.85 Selecting previously unselected package libwww-mechanize-perl.
12:56:42 #10 41.85 Preparing to unpack .../357-libwww-mechanize-perl_2.15-1_all.deb ...
12:56:42 #10 41.85 Unpacking libwww-mechanize-perl (2.15-1) ...
12:56:42 #10 41.91 Selecting previously unselected package libxdelta2:arm64.
12:56:42 #8 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 11.4s done
12:56:42 #8 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
12:56:42 #8 DONE 26.5s
12:56:42 
12:56:42 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:56:42 #10 26.09 Preparing to unpack .../106-dh-autoreconf_17_all.deb ...
12:56:42 #10 26.09 Unpacking dh-autoreconf (17) ...
12:56:42 #10 26.12 Selecting previously unselected package libarchive-zip-perl.
12:56:42 #10 26.12 Preparing to unpack .../107-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ...
12:56:42 #10 26.12 Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ...
12:56:42 #10 26.16 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:56:42 #10 26.16 Preparing to unpack .../108-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ...
12:56:42 #10 26.16 Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
12:56:42 #10 26.19 Selecting previously unselected package libtimedate-perl.
12:56:42 #10 26.19 Preparing to unpack .../109-libtimedate-perl_2.3000-2_all.deb ...
12:56:42 #10 26.20 Unpacking libtimedate-perl (2.3000-2) ...
12:56:42 #10 26.23 Selecting previously unselected package dh-strip-nondeterminism.
12:56:42 #10 26.23 Preparing to unpack .../110-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ...
12:56:42 #10 26.23 Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ...
12:56:42 #10 26.27 Selecting previously unselected package libcroco3:arm64.
12:56:42 #10 26.27 Preparing to unpack .../111-libcroco3_0.6.12-2_arm64.deb ...
12:56:42 #10 26.27 Unpacking libcroco3:arm64 (0.6.12-2) ...
12:56:42 #10 26.30 Selecting previously unselected package gettext.
12:56:42 #11 18.06 debconf: delaying package configuration, since apt-utils is not installed
12:56:42 #11 18.09 Fetched 129 MB in 12s (10.8 MB/s)
12:56:42 #11 18.11 Selecting previously unselected package liblocale-gettext-perl.
12:56:42 #11 18.11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4387 files and directories currently installed.)
12:56:42 #11 18.11 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_arm64.deb ...
12:56:42 #11 18.12 Unpacking liblocale-gettext-perl (1.07-4build3) ...
12:56:42 #11 18.15 Selecting previously unselected package libpython3.10-minimal:arm64.
12:56:42 #11 18.15 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_arm64.deb ...
12:56:42 #11 18.16 Unpacking libpython3.10-minimal:arm64 (3.10.6-1~22.04.2) ...
12:56:42 #11 18.24 Selecting previously unselected package libexpat1:arm64.
12:56:42 #10 22.43 Selecting previously unselected package linux-libc-dev:amd64.
12:56:42 #10 22.44 Preparing to unpack .../034-linux-libc-dev_4.19.269-1_amd64.deb ...
12:56:42 #10 22.44 Unpacking linux-libc-dev:amd64 (4.19.269-1) ...
12:56:42 #14 4.599 (35/79): libedit-3.1-23.20170329cvs.el8.aarch64 7.0 MB/s |  99 kB     00:00    
12:56:42 #14 4.609 (36/79): libgomp-8.5.0-18.el8.aarch64.rpm        13 MB/s | 200 kB     00:00    
12:56:42 #14 4.615 (37/79): libselinux-devel-2.9-8.el8.aarch64.rpm  13 MB/s | 200 kB     00:00    
12:56:42 #14 4.623 (38/79): libselinux-utils-2.9-8.el8.aarch64.rpm  18 MB/s | 241 kB     00:00    
12:56:42 #14 4.628 (39/79): libsepol-devel-2.9-3.el8.aarch64.rpm   7.1 MB/s |  87 kB     00:00    
12:56:42 #14 4.635 (40/79): libubsan-8.5.0-18.el8.aarch64.rpm       12 MB/s | 145 kB     00:00    
12:56:42 #14 4.639 (41/79): libxcrypt-devel-4.1.1-6.el8.aarch64.rp 2.4 MB/s |  25 kB     00:00    
12:56:42 #14 4.647 (42/79): m4-1.4.18-7.el8.aarch64.rpm             19 MB/s | 218 kB     00:00    
12:56:42 #14 4.658 (43/79): make-4.2.1-11.el8.aarch64.rpm           26 MB/s | 490 kB     00:00    
12:56:42 #14 4.669 (44/79): openssh-8.0p1-17.el8.aarch64.rpm        22 MB/s | 489 kB     00:00    
12:56:42 #14 4.684 (45/79): openssh-clients-8.0p1-17.el8.aarch64.r  25 MB/s | 626 kB     00:00    
12:56:42 #14 4.695 (46/79): pcre2-devel-10.32-3.el8.aarch64.rpm     23 MB/s | 605 kB     00:00    
12:56:42 #14 4.701 (47/79): pcre2-utf16-10.32-3.el8.aarch64.rpm     12 MB/s | 203 kB     00:00    
12:56:42 #14 4.707 (48/79): perl-Data-Dumper-2.167-399.el8.aarch64 9.9 MB/s |  57 kB     00:00    
12:56:42 #14 4.714 (49/79): pcre2-utf32-10.32-3.el8.aarch64.rpm     10 MB/s | 196 kB     00:00    
12:56:42 #14 4.726 (50/79): policycoreutils-2.9-21.1.el8.aarch64.r  20 MB/s | 374 kB     00:00    
12:56:42 #14 4.734 (51/79): policycoreutils-devel-2.9-21.1.el8.aar  15 MB/s | 287 kB     00:00    
12:56:42 #14 4.741 (52/79): policycoreutils-python-utils-2.9-21.1.  17 MB/s | 253 kB     00:00    
12:56:42 #14 4.745 (53/79): python3-audit-3.0.7-4.el8.aarch64.rpm  7.8 MB/s |  85 kB     00:00    
12:56:42 #14 4.753 (54/79): python3-libsemanage-2.9-9.el8.aarch64.  17 MB/s | 126 kB     00:00    
12:56:42 #14 4.763 (55/79): python3-libselinux-2.9-8.el8.aarch64.r  15 MB/s | 272 kB     00:00    
12:56:42 #14 4.779 (56/79): python3-setools-4.3.0-3.el8.aarch64.rp  33 MB/s | 528 kB     00:00    
12:56:42 #14 4.793 (57/79): rpm-plugin-selinux-4.14.3-26.el8.aarch 5.7 MB/s |  78 kB     00:00    
12:56:42 #14 4.813 (58/79): python3-policycoreutils-2.9-21.1.el8.n  38 MB/s | 2.2 MB     00:00    
12:56:42 #11 20.48 Get:409 http://archive.ubuntu.com/ubuntu kinetic/main amd64 manpages-dev all 5.13-1 [2355 kB]
12:56:42 #11 20.60 Get:410 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-certifi all 2022.6.15-2 [156 kB]
12:56:42 #11 20.61 Get:411 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-cffi-backend amd64 1.15.1-1 [75.7 kB]
12:56:42 #11 20.61 Get:412 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-cryptography amd64 3.4.8-2 [228 kB]
12:56:42 #11 20.62 Get:413 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-idna all 3.3-1 [49.3 kB]
12:56:42 #11 20.62 Get:414 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-nacl amd64 1.5.0-2 [63.1 kB]
12:56:42 #11 20.63 Get:415 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-six all 1.16.0-4 [12.4 kB]
12:56:42 #11 20.63 Get:416 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB]
12:56:42 #11 20.63 Get:417 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-paramiko all 2.10.4-1ubuntu1 [134 kB]
12:56:42 #11 20.63 Get:418 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-urllib3 all 1.26.9-1 [98.8 kB]
12:56:42 #11 20.68 Get:419 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-requests all 2.27.1+dfsg-1ubuntu2 [50.3 kB]
12:56:42 #11 20.79 Selecting previously unselected package libxml2:arm64.
12:56:42 #11 20.79 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_arm64.deb ...
12:56:42 #11 20.80 Unpacking libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
12:56:42 #11 20.90 Selecting previously unselected package libyaml-0-2:arm64.
12:56:42 #11 20.90 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_arm64.deb ...
12:56:42 #11 20.91 Unpacking libyaml-0-2:arm64 (0.2.2-1) ...
12:56:42 #11 20.95 Selecting previously unselected package lsb-release.
12:56:42 #11 20.95 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
12:56:42 #11 20.95 Unpacking lsb-release (11.1.0ubuntu2) ...
12:56:42 #11 20.99 Selecting previously unselected package netbase.
12:56:42 #9 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 14.1s done
12:56:42 #11 22.57 Selecting previously unselected package perl-modules-5.34.
12:56:42 #11 22.57 Preparing to unpack .../011-perl-modules-5.34_5.34.0-5ubuntu1.1_all.deb ...
12:56:42 #11 22.57 Unpacking perl-modules-5.34 (5.34.0-5ubuntu1.1) ...
12:56:42 #11 22.81 Selecting previously unselected package libgdbm6:arm64.
12:56:42 #10 18.39 (95/166): perl-B-1.80-480.el9.x86_64.rpm        1.3 MB/s | 181 kB     00:00    
12:56:42 #10 18.42 (96/166): perl-Carp-1.50-460.el9.noarch.rpm     186 kB/s |  30 kB     00:00    
12:56:42 #10 18.44 (97/166): perl-Class-Struct-0.66-480.el9.noarch 128 kB/s |  23 kB     00:00    
12:56:42 #10 18.47 (98/166): perl-Data-Dumper-2.174-462.el9.x86_64 756 kB/s |  56 kB     00:00    
12:56:42 #10 18.52 (99/166): perl-Digest-1.19-4.el9.noarch.rpm     329 kB/s |  26 kB     00:00    
12:56:42 #10 18.52 (100/166): perl-Digest-MD5-2.58-4.el9.x86_64.rp 433 kB/s |  37 kB     00:00    
12:56:42 #10 18.71 (101/166): perl-Encode-3.08-462.el9.x86_64.rpm  7.2 MB/s | 1.7 MB     00:00    
12:56:42 #10 18.72 (102/166): perl-Errno-1.30-480.el9.x86_64.rpm    83 kB/s |  16 kB     00:00    
12:56:42 #10 18.73 (103/166): perl-Exporter-5.74-461.el9.noarch.rp 157 kB/s |  32 kB     00:00    
12:56:42 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b
12:56:42 #7 ...
12:56:42 
12:56:42 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:42 #0 1.108 Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
12:56:42 #0 1.181 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
12:56:42 #0 1.202 Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
12:56:42 #0 1.217 Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
12:56:42 #0 1.303 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
12:56:42 #0 1.386 Get:6 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
12:56:42 #0 1.878 Get:7 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
12:56:42 #0 1.878 Get:8 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
12:56:42 #0 1.886 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [9667 B]
12:56:42 #0 1.886 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1085 kB]
12:56:42 #0 1.913 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1010 kB]
12:56:42 #0 1.919 Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [681 kB]
12:56:42 #0 1.932 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [734 kB]
12:56:42 #0 1.946 Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [49.0 kB]
12:56:42 #0 1.946 Get:15 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [22.4 kB]
12:56:42 #0 2.208 Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [799 kB]
12:56:42 #0 2.284 Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [5557 B]
12:56:42 #0 2.284 Get:18 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [754 kB]
12:56:42 #0 3.632 Fetched 25.4 MB in 3s (9033 kB/s)
12:56:42 #0 3.632 Reading package lists...
12:56:42 #0 4.865 Reading package lists...
12:56:42 #0 6.030 Building dependency tree...
12:56:42 #0 6.282 Reading state information...
12:56:42 #0 6.549 The following additional packages will be installed:
12:56:42 #0 6.549   autoconf automake autopoint autotools-dev binutils binutils-common
12:56:42 #0 6.549   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
12:56:42 #0 6.550   ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit dh-autoreconf
12:56:42 #0 6.550   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
12:56:42 #0 6.550   fakeroot file fontconfig-config fonts-dejavu-core g++ g++-11 gcc gcc-11
12:56:42 #0 6.550   gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
12:56:42 #0 6.550   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
12:56:42 #0 6.555   intltool-debian iso-codes less libalgorithm-diff-perl
12:56:42 #0 6.555   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
12:56:42 #0 6.555   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:56:42 #0 6.555   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
12:56:42 #0 6.555   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
12:56:42 #0 6.555   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
12:56:42 #0 6.559   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
12:56:42 #0 6.559   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:56:42 #0 6.559   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
12:56:42 #0 6.559   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
12:56:42 #0 6.559   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
12:56:42 #0 6.559   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
12:56:42 #0 6.559   libdata-validate-uri-perl libdebhelper-perl libdeflate0
12:56:42 #0 6.559   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
12:56:42 #0 6.559   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
12:56:42 #0 6.559   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
12:56:42 #0 6.559   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
12:56:42 #0 6.559   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
12:56:42 #0 6.559   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
12:56:42 #0 6.559   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
12:56:42 #0 6.559   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
12:56:42 #0 6.559   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
12:56:42 #0 6.559   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
12:56:42 #0 6.559   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
12:56:42 #0 6.559   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:56:42 #0 6.559   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:42 #0 6.559   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:56:42 #0 6.559   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
12:56:42 #0 6.559   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
12:56:42 #0 6.559   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
12:56:42 #0 6.559   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
12:56:42 #0 6.559   libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
12:56:42 #0 6.559   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
12:56:42 #0 6.559   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
12:56:42 #0 6.559   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
12:56:42 #0 6.559   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
12:56:42 #0 6.559   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
12:56:42 #0 6.559   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
12:56:42 #0 6.559   libmath-base85-perl libmd0 libmodule-implementation-perl
12:56:42 #0 6.559   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
12:56:42 #0 6.559   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
12:56:42 #0 6.559   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
12:56:42 #0 6.559   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
12:56:42 #0 6.559   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
12:56:42 #0 6.559   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
12:56:42 #0 6.559   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
12:56:42 #0 6.559   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
12:56:42 #0 6.559   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
12:56:42 #0 6.559   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
12:56:42 #0 6.559   libpython3.10-minimal libpython3.10-stdlib libquadmath0
12:56:42 #0 6.559   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
12:56:42 #0 6.559   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:56:42 #0 6.560   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
12:56:42 #0 6.560   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:56:42 #0 6.560   libsereal-encoder-perl libset-intspan-perl libsigsegv2 libsocket6-perl
12:56:42 #0 6.560   libsort-versions-perl libsqlite3-0 libssh-4 libstdc++-11-dev
12:56:42 #0 6.560   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:56:42 #0 6.560   libstring-shellquote-perl libsub-exporter-perl
12:56:42 #0 6.560   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:56:42 #0 6.560   libsub-name-perl libsub-override-perl libsub-quote-perl
12:56:42 #0 6.560   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
12:56:42 #0 6.560   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
12:56:42 #0 6.560   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
12:56:42 #0 6.560   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
12:56:42 #0 6.560   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
12:56:42 #0 6.560   libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl
12:56:42 #0 6.560   libvariable-magic-perl libwant-perl libwebp7 libwww-perl
12:56:42 #0 6.560   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
12:56:42 #0 6.560   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:56:42 #0 6.560   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
12:56:42 #0 6.560   libxpm4 libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl
12:56:42 #0 6.560   licensecheck lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop
12:56:42 #0 6.560   m4 make man-db manpages manpages-dev media-types netbase openssh-client
12:56:42 #0 6.560   openssl patch patchutils perl perl-modules-5.34 perl-openssl-defaults
12:56:42 #0 6.561   pinentry-curses po-debconf publicsuffix python-apt-common python3
12:56:42 #0 6.561   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
12:56:42 #0 6.561   python3-idna python3-magic python3-minimal python3-pkg-resources
12:56:42 #0 6.561   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:56:42 #0 6.562   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
12:56:42 #0 6.562   ucf unzip wdiff xauth xz-utils zstd
12:56:42 #0 6.564 Suggested packages:
12:56:42 #0 6.564   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
12:56:42 #0 6.564   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
12:56:42 #0 6.564   bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope
12:56:42 #0 6.564   disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
12:56:42 #0 6.565   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:56:42 #0 6.565   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
12:56:42 #0 6.565   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
12:56:42 #0 6.565   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
12:56:42 #0 6.565   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
12:56:42 #0 6.565   g++-multilib g++-11-multilib gcc-11-doc gcc-multilib flex bison gdb gcc-doc
12:56:42 #0 6.565   gcc-11-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
12:56:42 #0 6.565   | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
12:56:42 #0 6.565   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
12:56:42 #0 6.565   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n
12:56:42 #0 6.565   libtool-doc libcrypt-ssleay-perl libossp-uuid-perl libscalar-number-perl
12:56:42 #0 6.565   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
12:56:42 #0 6.565   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
12:56:42 #0 6.565   libstdc++-11-doc libbareword-filehandles-perl libindirect-perl
12:56:42 #0 6.565   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
12:56:42 #0 6.565   libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
12:56:42 #0 6.565   libxml-sax-expatxs-perl bash-completion binutils-multiarch
12:56:42 #0 6.565   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
12:56:42 #0 6.565   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
12:56:42 #0 6.565   libterm-readline-gnu-perl | libterm-readline-perl-perl
12:56:42 #0 6.565   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
12:56:42 #0 6.565   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
12:56:42 #0 6.565   python3-cryptography python3-openssl python3-socks python-requests-doc
12:56:42 #0 6.565   python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc
12:56:42 #0 6.999 The following NEW packages will be installed:
12:56:42 #0 6.999   autoconf automake autopoint autotools-dev binutils binutils-common
12:56:42 #0 6.999   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
12:56:42 #0 6.999   ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit devscripts
12:56:42 #0 6.999   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
12:56:42 #0 7.000   dpkg-dev dput dwz equivs fakeroot file fontconfig-config fonts-dejavu-core
12:56:42 #0 7.000   g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git git-man gnupg
12:56:42 #0 7.000   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
12:56:42 #0 7.000   gpgsm groff-base intltool-debian iso-codes less libalgorithm-diff-perl
12:56:42 #0 7.000   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
12:56:42 #0 7.000   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:56:42 #0 7.000   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
12:56:42 #0 7.000   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
12:56:42 #0 7.000   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
12:56:42 #0 7.000   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
12:56:42 #0 7.000   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:56:42 #0 7.000   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
12:56:42 #0 7.000   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
12:56:42 #0 7.000   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
12:56:42 #0 7.000   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
12:56:42 #0 7.000   libdata-validate-uri-perl libdebhelper-perl libdeflate0
12:56:42 #0 7.000   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
12:56:42 #0 7.000   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
12:56:42 #0 7.000   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
12:56:42 #0 7.001   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
12:56:42 #0 7.001   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
12:56:42 #0 7.001   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
12:56:42 #0 7.001   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
12:56:42 #0 7.001   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
12:56:42 #0 7.001   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
12:56:42 #0 7.001   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
12:56:42 #0 7.001   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
12:56:42 #0 7.001   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:56:42 #0 7.001   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:42 #0 7.001   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:56:42 #0 7.001   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
12:56:42 #0 7.001   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
12:56:42 #0 7.001   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
12:56:42 #0 7.001   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
12:56:42 #0 7.001   libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
12:56:42 #0 7.001   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
12:56:42 #0 7.001   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
12:56:42 #0 7.001   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
12:56:42 #0 7.001   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
12:56:42 #0 7.001   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
12:56:42 #0 7.001   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
12:56:42 #0 7.001   libmath-base85-perl libmd0 libmodule-implementation-perl
12:56:42 #0 7.002   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
12:56:42 #0 7.002   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
12:56:42 #0 7.002   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
12:56:42 #0 7.002   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
12:56:42 #0 7.002   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
12:56:42 #0 7.002   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
12:56:42 #0 7.002   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
12:56:42 #0 7.002   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
12:56:42 #0 7.002   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
12:56:42 #0 7.002   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
12:56:42 #0 7.002   libpython3.10-minimal libpython3.10-stdlib libquadmath0
12:56:42 #0 7.002   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
12:56:42 #0 7.002   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:56:42 #0 7.003   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
12:56:42 #0 7.003   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:56:42 #0 7.003   libsereal-encoder-perl libset-intspan-perl libsigsegv2 libsocket6-perl
12:56:42 #0 7.003   libsort-versions-perl libsqlite3-0 libssh-4 libstdc++-11-dev
12:56:42 #0 7.003   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:56:42 #0 7.003   libstring-shellquote-perl libsub-exporter-perl
12:56:42 #0 7.003   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:56:42 #0 7.003   libsub-name-perl libsub-override-perl libsub-quote-perl
12:56:42 #0 7.003   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
12:56:42 #0 7.003   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
12:56:42 #0 7.003   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
12:56:42 #0 7.003   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
12:56:42 #0 7.003   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
12:56:42 #0 7.003   libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl
12:56:42 #0 7.003   libvariable-magic-perl libwant-perl libwebp7 libwww-perl
12:56:42 #0 7.003   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
12:56:42 #0 7.003   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:56:42 #0 7.003   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
12:56:42 #0 7.003   libxpm4 libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl
12:56:42 #0 7.003   licensecheck lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop
12:56:42 #0 7.004   m4 make man-db manpages manpages-dev media-types netbase openssh-client
12:56:42 #0 7.004   openssl patch patchutils perl perl-modules-5.34 perl-openssl-defaults
12:56:42 #0 7.004   pinentry-curses po-debconf publicsuffix python-apt-common python3
12:56:42 #0 7.004   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
12:56:42 #0 7.004   python3-idna python3-magic python3-minimal python3-pkg-resources
12:56:42 #0 7.004   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:56:42 #0 7.004   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
12:56:42 #0 7.005   ucf unzip wdiff xauth xz-utils zstd
12:56:42 #0 7.444 0 upgraded, 371 newly installed, 0 to remove and 5 not upgraded.
12:56:42 #0 7.444 Need to get 132 MB of archives.
12:56:42 #0 7.444 After this operation, 475 MB of additional disk space will be used.
12:56:42 #0 7.444 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblocale-gettext-perl amd64 1.07-4build3 [17.1 kB]
12:56:42 #0 7.600 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.6-1~22.04.2 [810 kB]
12:56:42 #0 8.000 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.2 [91.0 kB]
12:56:42 #0 8.011 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.6-1~22.04.2 [2251 kB]
12:56:42 #0 8.150 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04 [24.3 kB]
12:56:42 #0 8.152 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB]
12:56:42 #0 8.153 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB]
12:56:42 #0 8.158 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB]
12:56:42 #0 8.161 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB]
12:56:42 #0 8.172 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.1 [641 kB]
12:56:42 #0 8.202 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.6-1~22.04.2 [1832 kB]
12:56:42 #0 8.288 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.6-1~22.04.2 [497 kB]
12:56:42 #0 8.310 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04 [6910 B]
12:56:42 #0 8.310 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04 [22.8 kB]
12:56:42 #0 8.312 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.1 [2976 kB]
12:56:42 #11 8.455 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB]
12:56:42 #11 8.460 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B]
12:56:42 #11 8.460 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.1 [4819 kB]
12:56:42 #11 8.726 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.1 [232 kB]
12:56:42 #11 8.729 Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.8 [1184 kB]
12:56:42 #11 8.757 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
12:56:42 #11 8.763 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.2 [5160 B]
12:56:42 #11 8.763 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 iso-codes all 4.9.0-1 [3459 kB]
12:56:42 #11 8.929 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 less amd64 590-1build1 [143 kB]
12:56:42 #10 41.91 Preparing to unpack .../358-libxdelta2_1.1.3-10.4_arm64.deb ...
12:56:42 #10 41.92 Unpacking libxdelta2:arm64 (1.1.3-10.4) ...
12:56:42 #10 41.96 Selecting previously unselected package libxext6:arm64.
12:56:42 #10 41.97 Preparing to unpack .../359-libxext6_2%3a1.3.4-1+b1_arm64.deb ...
12:56:42 #10 41.97 Unpacking libxext6:arm64 (2:1.3.4-1+b1) ...
12:56:42 #10 42.04 Selecting previously unselected package libxml-namespacesupport-perl.
12:56:42 #10 42.04 Preparing to unpack .../360-libxml-namespacesupport-perl_1.12-2_all.deb ...
12:56:42 #10 42.06 Unpacking libxml-namespacesupport-perl (1.12-2) ...
12:56:42 #10 42.10 Selecting previously unselected package libxml-sax-base-perl.
12:56:42 #10 42.10 Preparing to unpack .../361-libxml-sax-base-perl_1.09-3_all.deb ...
12:56:42 #10 42.11 Unpacking libxml-sax-base-perl (1.09-3) ...
12:56:42 #10 42.16 Selecting previously unselected package libxml-sax-perl.
12:56:42 #10 26.30 Preparing to unpack .../112-gettext_0.19.8.1-6ubuntu0.3_arm64.deb ...
12:56:42 #10 26.31 Unpacking gettext (0.19.8.1-6ubuntu0.3) ...
12:56:42 #10 26.42 Selecting previously unselected package intltool-debian.
12:56:42 #10 26.43 Preparing to unpack .../113-intltool-debian_0.35.0+20060710.4_all.deb ...
12:56:42 #10 26.43 Unpacking intltool-debian (0.35.0+20060710.4) ...
12:56:42 #10 26.46 Selecting previously unselected package po-debconf.
12:56:42 #10 26.46 Preparing to unpack .../114-po-debconf_1.0.20_all.deb ...
12:56:42 #10 26.46 Unpacking po-debconf (1.0.20) ...
12:56:42 #10 26.50 Selecting previously unselected package debhelper.
12:56:42 #10 26.51 Preparing to unpack .../115-debhelper_11.1.6ubuntu2_all.deb ...
12:56:42 #10 26.51 Unpacking debhelper (11.1.6ubuntu2) ...
12:56:42 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 68.16MB / 116.78MB 12.7s
12:56:42 #14 4.821 (59/79): selinux-policy-3.14.3-114.el8.noarch.r  24 MB/s | 658 kB     00:00    
12:56:42 #14 4.882 (60/79): selinux-policy-devel-3.14.3-114.el8.no  22 MB/s | 1.5 MB     00:00    
12:56:42 #14 4.895 (61/79): systemd-devel-239-70.el8.aarch64.rpm    32 MB/s | 400 kB     00:00    
12:56:42 #14 4.927 (62/79): kernel-headers-4.18.0-448.el8.aarch64.  24 MB/s |  10 MB     00:00    
12:56:42 #14 4.935 (63/79): device-mapper-devel-1.02.181-9.el8.aar 7.1 MB/s | 284 kB     00:00    
12:56:42 #14 4.942 (64/79): libxcrypt-static-4.1.1-6.el8.aarch64.r  10 MB/s |  58 kB     00:00    
12:56:42 #14 4.959 (65/79): device-mapper-1.02.181-9.el8.aarch64.r  22 MB/s | 374 kB     00:00    
12:56:42 #14 4.973 (66/79): glibc-static-2.28-224.el8.aarch64.rpm   35 MB/s | 1.6 MB     00:00    
12:56:42 #14 4.987 (67/79): device-mapper-libs-1.02.181-9.el8.aarc  14 MB/s | 398 kB     00:00    
12:56:42 #14 5.066 (68/79): glibc-common-2.28-224.el8.aarch64.rpm   13 MB/s | 1.0 MB     00:00    
12:56:42 #11 18.24 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_arm64.deb ...
12:56:42 #11 18.25 Unpacking libexpat1:arm64 (2.4.7-1ubuntu0.2) ...
12:56:42 #11 18.28 Selecting previously unselected package python3.10-minimal.
12:56:42 #11 18.28 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_arm64.deb ...
12:56:42 #11 18.29 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ...
12:56:42 #11 18.36 Setting up libpython3.10-minimal:arm64 (3.10.6-1~22.04.2) ...
12:56:42 #11 18.37 Setting up libexpat1:arm64 (2.4.7-1ubuntu0.2) ...
12:56:42 #11 18.38 Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
12:56:42 #11 20.99 Preparing to unpack .../027-netbase_6.1_all.deb ...
12:56:42 #11 20.99 Unpacking netbase (6.1) ...
12:56:42 #11 21.02 Selecting previously unselected package python3-pkg-resources.
12:56:42 #11 21.03 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
12:56:42 #11 21.03 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
12:56:42 #11 21.08 Selecting previously unselected package python3-six.
12:56:42 #11 21.08 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
12:56:42 #11 21.08 Unpacking python3-six (1.14.0-2) ...
12:56:42 #11 21.12 Selecting previously unselected package shared-mime-info.
12:56:42 #11 21.12 Preparing to unpack .../030-shared-mime-info_1.15-1_arm64.deb ...
12:56:42 #11 21.12 Unpacking shared-mime-info (1.15-1) ...
12:56:42 #11 21.21 Selecting previously unselected package ucf.
12:56:42 #11 21.21 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
12:56:42 #11 21.21 Moving old data out of the way
12:56:42 #11 21.21 Unpacking ucf (3.0038+nmu1) ...
12:56:42 #11 21.26 Selecting previously unselected package xdg-user-dirs.
12:56:42 #11 21.26 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_arm64.deb ...
12:56:42 #10 22.73 Selecting previously unselected package libc6-dev:amd64.
12:56:42 #10 22.73 Preparing to unpack .../035-libc6-dev_2.28-10+deb10u2_amd64.deb ...
12:56:42 #10 22.73 Unpacking libc6-dev:amd64 (2.28-10+deb10u2) ...
12:56:42 #11 20.75 Get:420 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-unidiff all 0.7.3-1 [11.0 kB]
12:56:42 #11 20.75 Get:421 http://archive.ubuntu.com/ubuntu kinetic/main amd64 zstd amd64 1.5.2+dfsg-1 [573 kB]
12:56:42 #11 20.76 Get:422 http://archive.ubuntu.com/ubuntu kinetic/main amd64 equivs all 2.3.1 [19.0 kB]
12:56:42 #11 20.76 Get:423 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libauthen-sasl-perl all 2.1600-2 [43.7 kB]
12:56:42 #11 20.76 Get:424 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-magic all 2:0.4.26-2 [13.2 kB]
12:56:42 #11 20.91 debconf: delaying package configuration, since apt-utils is not installed
12:56:42 #11 20.94 Fetched 149 MB in 13s (11.1 MB/s)
12:56:42 #11 20.95 Selecting previously unselected package liblocale-gettext-perl.
12:56:42 #11 20.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 ... 4397 files and directories currently installed.)
12:56:42 #11 20.96 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_amd64.deb ...
12:56:42 #11 20.96 Unpacking liblocale-gettext-perl (1.07-4build3) ...
12:56:42 #11 21.00 Selecting previously unselected package libssl3:amd64.
12:56:42 #11 21.00 Preparing to unpack .../libssl3_3.0.5-2ubuntu2.1_amd64.deb ...
12:56:42 #11 22.81 Preparing to unpack .../012-libgdbm6_1.23-1_arm64.deb ...
12:56:42 #11 22.81 Unpacking libgdbm6:arm64 (1.23-1) ...
12:56:42 #11 22.85 Selecting previously unselected package libgdbm-compat4:arm64.
12:56:42 #11 22.85 Preparing to unpack .../013-libgdbm-compat4_1.23-1_arm64.deb ...
12:56:42 #11 22.85 Unpacking libgdbm-compat4:arm64 (1.23-1) ...
12:56:42 #11 22.89 Selecting previously unselected package libperl5.34:arm64.
12:56:42 #11 22.89 Preparing to unpack .../014-libperl5.34_5.34.0-5ubuntu1.1_arm64.deb ...
12:56:42 #11 22.90 Unpacking libperl5.34:arm64 (5.34.0-5ubuntu1.1) ...
12:56:42 #11 23.10 Selecting previously unselected package perl.
12:56:42 #9 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e
12:56:42 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 116.78MB / 116.78MB 21.2s done
12:56:42 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 0.1s
12:56:42 #11 8.933 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB]
12:56:42 #11 8.933 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB]
12:56:42 #11 8.934 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libelf1 amd64 0.186-1build1 [51.0 kB]
12:56:42 #11 8.940 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB]
12:56:42 #10 42.17 Preparing to unpack .../362-libxml-sax-perl_1.02+dfsg-3_all.deb ...
12:56:42 #10 42.17 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
12:56:42 #10 42.22 Selecting previously unselected package libxml-libxml-perl.
12:56:42 #10 42.22 Preparing to unpack .../363-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1+b1_arm64.deb ...
12:56:42 #10 42.23 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ...
12:56:42 #10 42.29 Selecting previously unselected package libxml-sax-expat-perl.
12:56:42 #10 42.29 Preparing to unpack .../364-libxml-sax-expat-perl_0.51-2_all.deb ...
12:56:42 #10 42.30 Unpacking libxml-sax-expat-perl (0.51-2) ...
12:56:42 #10 42.34 Selecting previously unselected package libxmlrpc-lite-perl.
12:56:42 #10 42.34 Preparing to unpack .../365-libxmlrpc-lite-perl_0.717-5_all.deb ...
12:56:42 #10 42.35 Unpacking libxmlrpc-lite-perl (0.717-5) ...
12:56:42 #10 42.39 Selecting previously unselected package libxmuu1:arm64.
12:56:42 #10 18.78 (104/166): perl-Fcntl-1.13-480.el9.x86_64.rpm   307 kB/s |  22 kB     00:00    
12:56:42 #10 18.80 (105/166): perl-File-Basename-2.85-480.el9.noar 251 kB/s |  18 kB     00:00    
12:56:42 #10 18.81 (106/166): perl-File-Path-2.18-4.el9.noarch.rpm 426 kB/s |  36 kB     00:00    
12:56:42 #10 18.86 (107/166): perl-File-Temp-0.231.100-4.el9.noarc 749 kB/s |  60 kB     00:00    
12:56:42 #10 18.88 (108/166): perl-File-stat-1.09-480.el9.noarch.r 226 kB/s |  18 kB     00:00    
12:56:42 #10 18.90 (109/166): perl-FileHandle-2.03-480.el9.noarch. 191 kB/s |  17 kB     00:00    
12:56:42 #10 18.93 (110/166): perl-Getopt-Long-2.52-4.el9.noarch.r 872 kB/s |  61 kB     00:00    
12:56:42 #10 18.95 (111/166): perl-Getopt-Std-1.12-480.el9.noarch. 234 kB/s |  17 kB     00:00    
12:56:42 #10 18.97 (112/166): perl-HTTP-Tiny-0.076-460.el9.noarch. 784 kB/s |  55 kB     00:00    
12:56:42 #10 22.54 Selecting previously unselected package cpp.
12:56:42 #10 22.54 Preparing to unpack .../042-cpp_4%3a10.2.1-1_amd64.deb ...
12:56:42 #10 22.54 Unpacking cpp (4:10.2.1-1) ...
12:56:42 #10 22.59 Selecting previously unselected package libcc1-0:amd64.
12:56:42 #10 22.59 Preparing to unpack .../043-libcc1-0_10.2.1-6_amd64.deb ...
12:56:42 #10 22.59 Unpacking libcc1-0:amd64 (10.2.1-6) ...
12:56:42 #10 22.64 Selecting previously unselected package libgomp1:amd64.
12:56:42 #10 22.64 Preparing to unpack .../044-libgomp1_10.2.1-6_amd64.deb ...
12:56:42 #10 22.65 Unpacking libgomp1:amd64 (10.2.1-6) ...
12:56:42 #10 22.69 Selecting previously unselected package libitm1:amd64.
12:56:42 #10 22.70 Preparing to unpack .../045-libitm1_10.2.1-6_amd64.deb ...
12:56:42 #10 22.70 Unpacking libitm1:amd64 (10.2.1-6) ...
12:56:42 #10 22.74 Selecting previously unselected package libatomic1:amd64.
12:56:42 #10 22.74 Preparing to unpack .../046-libatomic1_10.2.1-6_amd64.deb ...
12:56:42 #10 22.75 Unpacking libatomic1:amd64 (10.2.1-6) ...
12:56:42 #10 22.79 Selecting previously unselected package libasan6:amd64.
12:56:42 #10 22.79 Preparing to unpack .../047-libasan6_10.2.1-6_amd64.deb ...
12:56:42 #10 22.80 Unpacking libasan6:amd64 (10.2.1-6) ...
12:56:42 #10 26.60 Selecting previously unselected package libfile-which-perl.
12:56:42 #10 26.60 Preparing to unpack .../116-libfile-which-perl_1.21-1_all.deb ...
12:56:42 #10 26.60 Unpacking libfile-which-perl (1.21-1) ...
12:56:42 #10 26.63 Selecting previously unselected package libfile-homedir-perl.
12:56:42 #10 26.63 Preparing to unpack .../117-libfile-homedir-perl_1.002-1_all.deb ...
12:56:42 #10 26.64 Unpacking libfile-homedir-perl (1.002-1) ...
12:56:42 #10 26.68 Selecting previously unselected package devscripts.
12:56:42 #10 26.68 Preparing to unpack .../118-devscripts_2.17.12ubuntu1.1_arm64.deb ...
12:56:42 #10 26.70 Unpacking devscripts (2.17.12ubuntu1.1) ...
12:56:42 #10 26.79 Selecting previously unselected package diffstat.
12:56:42 #14 5.084 (69/79): glibc-2.28-224.el8.aarch64.rpm          16 MB/s | 1.8 MB     00:00    
12:56:42 #14 5.090 (70/79): glibc-minimal-langpack-2.28-224.el8.aa  13 MB/s |  65 kB     00:00    
12:56:42 #14 5.103 (71/79): libarchive-3.3.3-5.el8.aarch64.rpm      26 MB/s | 340 kB     00:00    
12:56:42 #14 5.110 (72/79): libgcc-8.5.0-18.el8.aarch64.rpm         12 MB/s |  74 kB     00:00    
12:56:42 #14 5.118 (73/79): libselinux-2.9-8.el8.aarch64.rpm        21 MB/s | 162 kB     00:00    
12:56:42 #14 5.128 (74/79): glibc-gconv-extra-2.28-224.el8.aarch64  29 MB/s | 1.8 MB     00:00    
12:56:42 #14 5.151 (75/79): systemd-libs-239-70.el8.aarch64.rpm     47 MB/s | 1.0 MB     00:00    
12:56:42 #14 5.164 (76/79): systemd-pam-239-70.el8.aarch64.rpm      35 MB/s | 456 kB     00:00    
12:56:42 #14 5.183 (77/79): tar-1.30-8.el8.aarch64.rpm              44 MB/s | 830 kB     00:00    
12:56:42 #14 5.201 (78/79): systemd-239-70.el8.aarch64.rpm          40 MB/s | 3.3 MB     00:00    
12:56:42 #14 5.241 (79/79): selinux-policy-minimum-3.14.3-114.el8.  32 MB/s |  13 MB     00:00    
12:56:42 #14 5.245 --------------------------------------------------------------------------------
12:56:42 #14 5.245 Total                                            39 MB/s | 109 MB     00:02     
12:56:42 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 4.1s done
12:56:42 #11 21.27 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
12:56:42 #11 21.33 Selecting previously unselected package xz-utils.
12:56:42 #11 21.33 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_arm64.deb ...
12:56:42 #11 21.33 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
12:56:42 #11 21.38 Selecting previously unselected package gettext-base.
12:56:42 #11 21.01 Unpacking libssl3:amd64 (3.0.5-2ubuntu2.1) ...
12:56:42 #11 21.06 Selecting previously unselected package libpython3.10-minimal:amd64.
12:56:42 #11 21.06 Preparing to unpack .../libpython3.10-minimal_3.10.7-1ubuntu0.2_amd64.deb ...
12:56:42 #11 21.07 Unpacking libpython3.10-minimal:amd64 (3.10.7-1ubuntu0.2) ...
12:56:42 #11 21.17 Selecting previously unselected package libexpat1:amd64.
12:56:42 #11 21.17 Preparing to unpack .../libexpat1_2.4.8-2ubuntu0.22.10.1_amd64.deb ...
12:56:42 #11 21.17 Unpacking libexpat1:amd64 (2.4.8-2ubuntu0.22.10.1) ...
12:56:42 #11 21.21 Selecting previously unselected package python3.10-minimal.
12:56:42 #11 21.21 Preparing to unpack .../python3.10-minimal_3.10.7-1ubuntu0.2_amd64.deb ...
12:56:42 #11 21.22 Unpacking python3.10-minimal (3.10.7-1ubuntu0.2) ...
12:56:42 #11 21.28 Setting up libssl3:amd64 (3.0.5-2ubuntu2.1) ...
12:56:42 #11 23.11 Preparing to unpack .../015-perl_5.34.0-5ubuntu1.1_arm64.deb ...
12:56:42 #11 23.12 Unpacking perl (5.34.0-5ubuntu1.1) ...
12:56:42 #11 23.16 Selecting previously unselected package openssl.
12:56:42 #11 23.16 Preparing to unpack .../016-openssl_3.0.5-2ubuntu2.1_arm64.deb ...
12:56:42 #11 23.16 Unpacking openssl (3.0.5-2ubuntu2.1) ...
12:56:42 #11 23.22 Selecting previously unselected package ca-certificates.
12:56:42 #11 23.22 Preparing to unpack .../017-ca-certificates_20211016ubuntu0.22.10.1_all.deb ...
12:56:42 #11 23.23 Unpacking ca-certificates (20211016ubuntu0.22.10.1) ...
12:56:42 #11 23.31 Selecting previously unselected package libdbus-1-3:arm64.
12:56:42 #11 23.31 Preparing to unpack .../018-libdbus-1-3_1.14.0-2ubuntu3_arm64.deb ...
12:56:42 #11 23.32 Unpacking libdbus-1-3:arm64 (1.14.0-2ubuntu3) ...
12:56:42 #11 23.35 Selecting previously unselected package dbus-bin.
12:56:42 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 0.5s done
12:56:42 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971
12:56:43 #11 9.435 Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.2 [764 kB]
12:56:43 #11 9.454 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build2 [51.6 kB]
12:56:43 #11 9.458 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
12:56:43 #11 9.458 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB]
12:56:43 #11 9.458 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python-apt-common all 2.4.0 [15.2 kB]
12:56:43 #11 9.458 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apt amd64 2.4.0 [164 kB]
12:56:43 #11 9.465 Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB]
12:56:43 #11 9.471 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 ucf all 3.0043 [56.1 kB]
12:56:43 #11 9.473 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 bsdextrautils amd64 2.37.2-4ubuntu3 [71.1 kB]
12:56:43 #11 9.508 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmagic-mgc amd64 1:5.41-3 [257 kB]
12:56:43 #10 42.40 Preparing to unpack .../366-libxmuu1_2%3a1.1.3-3_arm64.deb ...
12:56:43 #10 42.40 Unpacking libxmuu1:arm64 (2:1.1.3-3) ...
12:56:43 #10 42.43 Selecting previously unselected package libxstring-perl:arm64.
12:56:43 #10 42.44 Preparing to unpack .../367-libxstring-perl_0.005-2+b1_arm64.deb ...
12:56:43 #10 42.44 Unpacking libxstring-perl:arm64 (0.005-2+b1) ...
12:56:43 #10 42.49 Selecting previously unselected package libyaml-0-2:arm64.
12:56:43 #10 42.49 Preparing to unpack .../368-libyaml-0-2_0.2.5-1_arm64.deb ...
12:56:43 #10 42.50 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
12:56:43 #10 42.54 Selecting previously unselected package libyaml-libyaml-perl.
12:56:43 #10 42.55 Preparing to unpack .../369-libyaml-libyaml-perl_0.86+ds-1_arm64.deb ...
12:56:43 #10 42.55 Unpacking libyaml-libyaml-perl (0.86+ds-1) ...
12:56:43 #10 42.60 Selecting previously unselected package licensecheck.
12:56:43 #10 42.60 Preparing to unpack .../370-licensecheck_3.3.5-1_all.deb ...
12:56:43 #10 42.60 Unpacking licensecheck (3.3.5-1) ...
12:56:43 #10 42.65 Selecting previously unselected package plzip.
12:56:43 #10 42.65 Preparing to unpack .../371-plzip_1.10-5_arm64.deb ...
12:56:43 #10 42.66 Unpacking plzip (1.10-5) ...
12:56:43 #10 42.71 Selecting previously unselected package lzop.
12:56:43 #10 23.14 Selecting previously unselected package liblsan0:amd64.
12:56:43 #10 23.14 Preparing to unpack .../048-liblsan0_10.2.1-6_amd64.deb ...
12:56:43 #10 23.14 Unpacking liblsan0:amd64 (10.2.1-6) ...
12:56:43 #10 19.00 (113/166): perl-IO-1.43-480.el9.x86_64.rpm      1.3 MB/s |  90 kB     00:00    
12:56:43 #10 19.05 (114/166): perl-IO-Socket-IP-0.41-5.el9.noarch. 460 kB/s |  43 kB     00:00    
12:56:43 #10 19.06 (115/166): perl-IO-Socket-SSL-2.073-1.el9.noarc 2.5 MB/s | 219 kB     00:00    
12:56:43 #10 19.06 (116/166): perl-IPC-Open3-1.21-480.el9.noarch.r 375 kB/s |  24 kB     00:00    
12:56:43 #10 19.11 (117/166): perl-MIME-Base64-3.16-4.el9.x86_64.r 484 kB/s |  31 kB     00:00    
12:56:43 #10 19.12 (118/166): perl-Mozilla-CA-20200520-6.el9.noarc 204 kB/s |  13 kB     00:00    
12:56:43 #10 19.12 (119/166): perl-NDBM_File-1.15-480.el9.x86_64.r 364 kB/s |  23 kB     00:00    
12:56:43 #10 19.22 (120/166): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 3.4 MB/s | 388 kB     00:00    
12:56:43 #10 26.80 Preparing to unpack .../119-diffstat_1.61-1build1_arm64.deb ...
12:56:43 #10 26.80 Unpacking diffstat (1.61-1build1) ...
12:56:43 #10 26.83 Selecting previously unselected package libassuan0:arm64.
12:56:43 #10 26.83 Preparing to unpack .../120-libassuan0_2.5.1-2_arm64.deb ...
12:56:43 #10 26.84 Unpacking libassuan0:arm64 (2.5.1-2) ...
12:56:43 #10 26.87 Selecting previously unselected package gpgconf.
12:56:43 #10 26.87 Preparing to unpack .../121-gpgconf_2.2.4-1ubuntu1.6_arm64.deb ...
12:56:43 #10 26.87 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
12:56:43 #10 26.92 Selecting previously unselected package libksba8:arm64.
12:56:43 #10 26.92 Preparing to unpack .../122-libksba8_1.3.5-2ubuntu0.18.04.2_arm64.deb ...
12:56:43 #10 26.92 Unpacking libksba8:arm64 (1.3.5-2ubuntu0.18.04.2) ...
12:56:43 #10 26.96 Selecting previously unselected package libnpth0:arm64.
12:56:43 #10 26.96 Preparing to unpack .../123-libnpth0_1.5-3_arm64.deb ...
12:56:43 #10 26.96 Unpacking libnpth0:arm64 (1.5-3) ...
12:56:43 #10 27.00 Selecting previously unselected package dirmngr.
12:56:43 #10 27.00 Preparing to unpack .../124-dirmngr_2.2.4-1ubuntu1.6_arm64.deb ...
12:56:43 #10 27.02 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
12:56:43 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 0.1s
12:56:43 #11 21.38 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_arm64.deb ...
12:56:43 #11 21.39 Unpacking gettext-base (0.19.8.1-10build1) ...
12:56:43 #11 21.42 Selecting previously unselected package iso-codes.
12:56:43 #11 21.42 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
12:56:43 #11 21.42 Unpacking iso-codes (4.4-1) ...
12:56:43 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 74.45MB / 116.78MB 13.6s
12:56:43 #11 21.35 Setting up libpython3.10-minimal:amd64 (3.10.7-1ubuntu0.2) ...
12:56:43 #11 21.37 Setting up libexpat1:amd64 (2.4.8-2ubuntu0.22.10.1) ...
12:56:43 #11 21.38 Setting up python3.10-minimal (3.10.7-1ubuntu0.2) ...
12:56:43 #11 19.05 Selecting previously unselected package python3-minimal.
12:56:43 #11 19.05 (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.)
12:56:43 #11 19.05 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_arm64.deb ...
12:56:43 #11 19.06 Unpacking python3-minimal (3.10.6-1~22.04) ...
12:56:43 #11 19.09 Selecting previously unselected package media-types.
12:56:43 #11 19.09 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
12:56:43 #10 23.28 Selecting previously unselected package libisl19:amd64.
12:56:43 #10 23.29 Preparing to unpack .../036-libisl19_0.20-2_amd64.deb ...
12:56:43 #10 23.30 Unpacking libisl19:amd64 (0.20-2) ...
12:56:43 #10 23.42 Selecting previously unselected package libmpfr6:amd64.
12:56:43 #10 23.42 Preparing to unpack .../037-libmpfr6_4.0.2-1_amd64.deb ...
12:56:43 #10 23.44 Unpacking libmpfr6:amd64 (4.0.2-1) ...
12:56:43 #11 23.35 Preparing to unpack .../019-dbus-bin_1.14.0-2ubuntu3_arm64.deb ...
12:56:43 #11 23.35 Unpacking dbus-bin (1.14.0-2ubuntu3) ...
12:56:43 #11 23.38 Selecting previously unselected package dbus-session-bus-common.
12:56:43 #11 23.38 Preparing to unpack .../020-dbus-session-bus-common_1.14.0-2ubuntu3_all.deb ...
12:56:43 #11 23.39 Unpacking dbus-session-bus-common (1.14.0-2ubuntu3) ...
12:56:43 #11 23.42 Selecting previously unselected package dbus-daemon.
12:56:43 #11 23.42 Preparing to unpack .../021-dbus-daemon_1.14.0-2ubuntu3_arm64.deb ...
12:56:43 #11 23.43 Unpacking dbus-daemon (1.14.0-2ubuntu3) ...
12:56:43 #11 23.46 Selecting previously unselected package dbus-system-bus-common.
12:56:43 #11 23.47 Preparing to unpack .../022-dbus-system-bus-common_1.14.0-2ubuntu3_all.deb ...
12:56:43 #11 23.47 Unpacking dbus-system-bus-common (1.14.0-2ubuntu3) ...
12:56:43 #11 23.51 Selecting previously unselected package dbus.
12:56:43 #11 23.51 Preparing to unpack .../023-dbus_1.14.0-2ubuntu3_arm64.deb ...
12:56:43 #11 23.52 Unpacking dbus (1.14.0-2ubuntu3) ...
12:56:43 #11 23.56 Selecting previously unselected package distro-info-data.
12:56:43 #11 23.56 Preparing to unpack .../024-distro-info-data_0.54ubuntu0.1_all.deb ...
12:56:43 #11 23.56 Unpacking distro-info-data (0.54ubuntu0.1) ...
12:56:43 #11 23.60 Selecting previously unselected package dmsetup.
12:56:43 #11 9.585 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmagic1 amd64 1:5.41-3 [87.2 kB]
12:56:43 #11 9.590 Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 file amd64 1:5.41-3 [21.5 kB]
12:56:43 #11 9.590 Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext-base amd64 0.21-4ubuntu4 [37.8 kB]
12:56:43 #11 9.590 Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libuchardet0 amd64 0.0.7-1build2 [76.9 kB]
12:56:43 #11 9.595 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 groff-base amd64 1.22.4-8build1 [955 kB]
12:56:43 #11 9.627 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB]
12:56:43 #11 9.628 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB]
12:56:43 #11 9.632 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB]
12:56:43 #11 9.635 Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnghttp2-14 amd64 1.43.0-1build3 [76.3 kB]
12:56:43 #11 9.662 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpipeline1 amd64 1.5.5-1 [23.5 kB]
12:56:43 #11 9.739 Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng16-16 amd64 1.6.37-3build5 [191 kB]
12:56:43 #11 9.746 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB]
12:56:43 #11 9.749 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B]
12:56:43 #11 9.749 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB]
12:56:43 #11 9.750 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB]
12:56:43 #11 9.752 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libx11-data all 2:1.7.5-1 [119 kB]
12:56:43 #11 9.757 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libx11-6 amd64 2:1.7.5-1 [666 kB]
12:56:43 #11 9.787 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB]
12:56:43 #10 42.72 Preparing to unpack .../372-lzop_1.04-2_arm64.deb ...
12:56:43 #10 42.72 Unpacking lzop (1.04-2) ...
12:56:43 #10 42.77 Selecting previously unselected package t1utils.
12:56:43 #10 42.77 Preparing to unpack .../373-t1utils_1.41-4_arm64.deb ...
12:56:43 #10 42.78 Unpacking t1utils (1.41-4) ...
12:56:43 #10 42.84 Selecting previously unselected package unzip.
12:56:43 #10 19.23 (121/166): perl-POSIX-1.94-480.el9.x86_64.rpm   914 kB/s |  97 kB     00:00    
12:56:43 #10 19.23 (122/166): perl-PathTools-3.78-461.el9.x86_64.r 826 kB/s |  88 kB     00:00    
12:56:43 #10 19.29 (123/166): perl-Pod-Escapes-1.07-460.el9.noarch 314 kB/s |  21 kB     00:00    
12:56:43 #10 19.30 (124/166): perl-Pod-Perldoc-3.28.01-461.el9.noa 1.2 MB/s |  87 kB     00:00    
12:56:43 #10 19.31 (125/166): perl-Pod-Simple-3.42-4.el9.noarch.rp 2.8 MB/s | 225 kB     00:00    
12:56:43 #10 19.36 (126/166): perl-Pod-Usage-2.01-4.el9.noarch.rpm 628 kB/s |  41 kB     00:00    
12:56:43 #10 19.37 (127/166): perl-Scalar-List-Utils-1.56-461.el9. 1.1 MB/s |  73 kB     00:00    
12:56:43 #10 19.37 (128/166): perl-SelectSaver-1.02-480.el9.noarch 201 kB/s |  13 kB     00:00    
12:56:43 #10 19.42 (129/166): perl-Socket-2.031-4.el9.x86_64.rpm   857 kB/s |  56 kB     00:00    
12:56:43 #10 19.44 (130/166): perl-Storable-3.21-460.el9.x86_64.rp 1.4 MB/s |  96 kB     00:00    
12:56:43 #10 19.44 (131/166): perl-Symbol-1.08-480.el9.noarch.rpm  237 kB/s |  15 kB     00:00    
12:56:43 #10 19.49 (132/166): perl-Term-ANSIColor-5.01-461.el9.noa 742 kB/s |  49 kB     00:00    
12:56:43 #10 27.07 Selecting previously unselected package python3-pkg-resources.
12:56:43 #10 27.07 Preparing to unpack .../125-python3-pkg-resources_39.0.1-2ubuntu0.1_all.deb ...
12:56:43 #10 27.07 Unpacking python3-pkg-resources (39.0.1-2ubuntu0.1) ...
12:56:43 #10 27.11 Selecting previously unselected package python3-chardet.
12:56:43 #10 27.11 Preparing to unpack .../126-python3-chardet_3.0.4-1_all.deb ...
12:56:43 #10 27.11 Unpacking python3-chardet (3.0.4-1) ...
12:56:43 #10 27.15 Selecting previously unselected package python3-six.
12:56:43 #10 27.15 Preparing to unpack .../127-python3-six_1.11.0-2_all.deb ...
12:56:43 #10 27.16 Unpacking python3-six (1.11.0-2) ...
12:56:43 #10 27.19 Selecting previously unselected package python3-debian.
12:56:43 #10 27.19 Preparing to unpack .../128-python3-debian_0.1.32_all.deb ...
12:56:43 #10 27.19 Unpacking python3-debian (0.1.32) ...
12:56:43 #10 27.23 Selecting previously unselected package gnupg-l10n.
12:56:43 #10 27.23 Preparing to unpack .../129-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
12:56:43 #10 27.23 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
12:56:43 #10 27.26 Selecting previously unselected package gnupg-utils.
12:56:43 #10 27.27 Preparing to unpack .../130-gnupg-utils_2.2.4-1ubuntu1.6_arm64.deb ...
12:56:43 #10 27.27 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
12:56:43 #10 27.30 Selecting previously unselected package gpg.
12:56:43 #10 27.31 Preparing to unpack .../131-gpg_2.2.4-1ubuntu1.6_arm64.deb ...
12:56:43 #10 27.31 Unpacking gpg (2.2.4-1ubuntu1.6) ...
12:56:43 #10 27.37 Selecting previously unselected package pinentry-curses.
12:56:43 #11 21.74 Selecting previously unselected package krb5-locales.
12:56:43 #11 21.74 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.2_all.deb ...
12:56:43 #11 21.74 Unpacking krb5-locales (1.17-6ubuntu4.2) ...
12:56:43 #11 21.79 Selecting previously unselected package libcbor0.6:arm64.
12:56:43 #11 21.80 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_arm64.deb ...
12:56:43 #11 21.80 Unpacking libcbor0.6:arm64 (0.6.0-0ubuntu1) ...
12:56:43 #11 21.84 Selecting previously unselected package libedit2:arm64.
12:56:43 #11 21.84 Preparing to unpack .../038-libedit2_3.1-20191231-1_arm64.deb ...
12:56:43 #11 21.84 Unpacking libedit2:arm64 (3.1-20191231-1) ...
12:56:43 #11 21.89 Selecting previously unselected package libfido2-1:arm64.
12:56:43 #11 21.89 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_arm64.deb ...
12:56:43 #11 21.90 Unpacking libfido2-1:arm64 (1.3.1-1ubuntu2) ...
12:56:43 #11 21.93 Selecting previously unselected package libkrb5support0:arm64.
12:56:43 #11 21.93 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.2_arm64.deb ...
12:56:43 #11 21.94 Unpacking libkrb5support0:arm64 (1.17-6ubuntu4.2) ...
12:56:43 #11 21.97 Selecting previously unselected package libk5crypto3:arm64.
12:56:43 #11 21.98 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.2_arm64.deb ...
12:56:43 #11 21.98 Unpacking libk5crypto3:arm64 (1.17-6ubuntu4.2) ...
12:56:43 #11 22.03 Selecting previously unselected package libkeyutils1:arm64.
12:56:43 #11 19.09 Unpacking media-types (7.0.0) ...
12:56:43 #11 19.13 Selecting previously unselected package libmpdec3:arm64.
12:56:43 #11 19.13 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_arm64.deb ...
12:56:43 #11 19.13 Unpacking libmpdec3:arm64 (2.5.1-2build2) ...
12:56:43 #11 19.16 Selecting previously unselected package readline-common.
12:56:43 #11 19.17 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
12:56:43 #11 19.17 Unpacking readline-common (8.1.2-1) ...
12:56:43 #11 19.20 Selecting previously unselected package libreadline8:arm64.
12:56:43 #11 19.20 Preparing to unpack .../4-libreadline8_8.1.2-1_arm64.deb ...
12:56:43 #11 19.21 Unpacking libreadline8:arm64 (8.1.2-1) ...
12:56:43 #11 19.25 Selecting previously unselected package libsqlite3-0:arm64.
12:56:43 #11 19.25 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_arm64.deb ...
12:56:43 #11 19.25 Unpacking libsqlite3-0:arm64 (3.37.2-2ubuntu0.1) ...
12:56:43 #11 19.29 Selecting previously unselected package libpython3.10-stdlib:arm64.
12:56:43 #11 19.29 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_arm64.deb ...
12:56:43 #11 19.29 Unpacking libpython3.10-stdlib:arm64 (3.10.6-1~22.04.2) ...
12:56:43 #10 23.59 Selecting previously unselected package libmpc3:amd64.
12:56:43 #10 23.59 Preparing to unpack .../038-libmpc3_1.1.0-1_amd64.deb ...
12:56:43 #10 23.61 Unpacking libmpc3:amd64 (1.1.0-1) ...
12:56:43 #10 23.65 Selecting previously unselected package cpp-8.
12:56:43 #10 23.65 Preparing to unpack .../039-cpp-8_8.3.0-6_amd64.deb ...
12:56:43 #10 23.66 Unpacking cpp-8 (8.3.0-6) ...
12:56:43 #11 23.60 Preparing to unpack .../025-dmsetup_2%3a1.02.185-1ubuntu1_arm64.deb ...
12:56:43 #11 23.60 Unpacking dmsetup (2:1.02.185-1ubuntu1) ...
12:56:43 #11 23.65 Selecting previously unselected package libglib2.0-0:arm64.
12:56:43 #11 23.65 Preparing to unpack .../026-libglib2.0-0_2.74.3-0ubuntu1_arm64.deb ...
12:56:43 #11 23.65 Unpacking libglib2.0-0:arm64 (2.74.3-0ubuntu1) ...
12:56:43 #11 23.72 Selecting previously unselected package libgirepository-1.0-1:arm64.
12:56:43 #11 23.72 Preparing to unpack .../027-libgirepository-1.0-1_1.74.0-2_arm64.deb ...
12:56:43 #11 23.72 Unpacking libgirepository-1.0-1:arm64 (1.74.0-2) ...
12:56:43 #11 23.75 Selecting previously unselected package gir1.2-glib-2.0:arm64.
12:56:43 #11 23.75 Preparing to unpack .../028-gir1.2-glib-2.0_1.74.0-2_arm64.deb ...
12:56:43 #11 23.76 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-2) ...
12:56:43 #11 23.79 Selecting previously unselected package iso-codes.
12:56:43 #11 23.79 Preparing to unpack .../029-iso-codes_4.11.0-1_all.deb ...
12:56:43 #11 23.80 Unpacking iso-codes (4.11.0-1) ...
12:56:43 #11 9.789 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB]
12:56:43 #11 9.815 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 man-db amd64 2.10.2-1 [1187 kB]
12:56:43 #11 9.892 Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages all 5.10-1ubuntu1 [1375 kB]
12:56:43 #11 9.941 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.1 [908 kB]
12:56:43 #11 9.988 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 publicsuffix all 20211207.1025-1 [129 kB]
12:56:43 #11 9.993 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 libunwind8 amd64 1.3.2-2build2 [54.5 kB]
12:56:43 #10 42.84 Preparing to unpack .../374-unzip_6.0-27_arm64.deb ...
12:56:43 #10 42.85 Unpacking unzip (6.0-27) ...
12:56:43 #10 42.92 Selecting previously unselected package lintian.
12:56:43 #10 42.92 Preparing to unpack .../375-lintian_2.116.3_all.deb ...
12:56:43 #10 42.93 Unpacking lintian (2.116.3) ...
12:56:43 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 0.5s done
12:56:43 #10 19.50 (133/166): perl-Term-Cap-1.17-460.el9.noarch.rp 351 kB/s |  23 kB     00:00    
12:56:43 #10 19.50 (134/166): perl-Text-ParseWords-3.30-460.el9.no 262 kB/s |  17 kB     00:00    
12:56:43 #10 19.55 (135/166): perl-Text-Tabs+Wrap-2013.0523-460.el 365 kB/s |  24 kB     00:00    
12:56:43 #10 19.57 (136/166): perl-Time-Local-1.300-7.el9.noarch.r 530 kB/s |  34 kB     00:00    
12:56:43 #10 19.57 (137/166): perl-URI-5.09-3.el9.noarch.rpm       1.8 MB/s | 121 kB     00:00    
12:56:43 #10 19.62 (138/166): perl-base-2.27-480.el9.noarch.rpm    270 kB/s |  17 kB     00:00    
12:56:43 #10 19.63 (139/166): perl-constant-1.33-461.el9.noarch.rp 370 kB/s |  24 kB     00:00    
12:56:43 #10 19.64 (140/166): perl-if-0.60.800-480.el9.noarch.rpm  235 kB/s |  15 kB     00:00    
12:56:43 #10 19.68 (141/166): perl-interpreter-5.32.1-480.el9.x86_ 1.1 MB/s |  72 kB     00:00    
12:56:43 #10 19.70 (142/166): perl-libnet-3.13-4.el9.noarch.rpm    1.8 MB/s | 130 kB     00:00    
12:56:43 #10 27.37 Preparing to unpack .../132-pinentry-curses_1.1.0-1_arm64.deb ...
12:56:43 #10 27.37 Unpacking pinentry-curses (1.1.0-1) ...
12:56:43 #10 27.40 Selecting previously unselected package gpg-agent.
12:56:43 #10 27.40 Preparing to unpack .../133-gpg-agent_2.2.4-1ubuntu1.6_arm64.deb ...
12:56:43 #10 27.41 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
12:56:43 #10 27.45 Selecting previously unselected package gpg-wks-client.
12:56:43 #10 27.45 Preparing to unpack .../134-gpg-wks-client_2.2.4-1ubuntu1.6_arm64.deb ...
12:56:43 #10 27.46 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
12:56:43 #10 27.49 Selecting previously unselected package gpg-wks-server.
12:56:43 #10 27.49 Preparing to unpack .../135-gpg-wks-server_2.2.4-1ubuntu1.6_arm64.deb ...
12:56:43 #10 27.49 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
12:56:43 #10 27.52 Selecting previously unselected package gpgsm.
12:56:43 #10 27.52 Preparing to unpack .../136-gpgsm_2.2.4-1ubuntu1.6_arm64.deb ...
12:56:43 #10 27.53 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
12:56:43 #10 27.56 Selecting previously unselected package gnupg.
12:56:43 #10 27.57 Preparing to unpack .../137-gnupg_2.2.4-1ubuntu1.6_arm64.deb ...
12:56:43 #10 27.57 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
12:56:43 #10 27.61 Selecting previously unselected package libgpgme11:arm64.
12:56:43 #10 23.42 Selecting previously unselected package libtsan0:amd64.
12:56:43 #10 23.42 Preparing to unpack .../049-libtsan0_10.2.1-6_amd64.deb ...
12:56:43 #10 23.43 Unpacking libtsan0:amd64 (10.2.1-6) ...
12:56:43 #11 22.03 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1.1_arm64.deb ...
12:56:43 #11 22.03 Unpacking libkeyutils1:arm64 (1.6-6ubuntu1.1) ...
12:56:43 #11 22.07 Selecting previously unselected package libkrb5-3:arm64.
12:56:43 #11 22.07 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.2_arm64.deb ...
12:56:43 #11 22.08 Unpacking libkrb5-3:arm64 (1.17-6ubuntu4.2) ...
12:56:43 #11 22.15 Selecting previously unselected package libgssapi-krb5-2:arm64.
12:56:43 #11 22.15 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.2_arm64.deb ...
12:56:43 #11 22.16 Unpacking libgssapi-krb5-2:arm64 (1.17-6ubuntu4.2) ...
12:56:43 #11 22.20 Selecting previously unselected package libpsl5:arm64.
12:56:43 #11 22.20 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_arm64.deb ...
12:56:43 #11 22.21 Unpacking libpsl5:arm64 (0.21.0-1ubuntu1) ...
12:56:43 #11 22.25 Selecting previously unselected package libxau6:arm64.
12:56:43 #11 22.25 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_arm64.deb ...
12:56:43 #11 22.26 Unpacking libxau6:arm64 (1:1.0.9-0ubuntu1) ...
12:56:43 #9 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 0.9s done
12:56:43 #11 19.38 Selecting previously unselected package python3.10.
12:56:43 #11 19.38 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_arm64.deb ...
12:56:43 #11 19.39 Unpacking python3.10 (3.10.6-1~22.04.2) ...
12:56:43 #11 19.42 Selecting previously unselected package libpython3-stdlib:arm64.
12:56:43 #11 19.42 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_arm64.deb ...
12:56:43 #11 19.42 Unpacking libpython3-stdlib:arm64 (3.10.6-1~22.04) ...
12:56:43 #11 19.45 Setting up python3-minimal (3.10.6-1~22.04) ...
12:56:43 #11 19.63 Selecting previously unselected package python3.
12:56:43 #11 21.97 Selecting previously unselected package python3-minimal.
12:56:43 #11 21.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 ... 4724 files and directories currently installed.)
12:56:43 #11 21.98 Preparing to unpack .../00-python3-minimal_3.10.6-1_amd64.deb ...
12:56:43 #11 21.98 Unpacking python3-minimal (3.10.6-1) ...
12:56:43 #11 22.01 Selecting previously unselected package media-types.
12:56:43 #11 22.01 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
12:56:43 #11 22.01 Unpacking media-types (8.0.0) ...
12:56:43 #11 22.04 Selecting previously unselected package libmpdec3:amd64.
12:56:43 #11 22.04 Preparing to unpack .../02-libmpdec3_2.5.1-2build2_amd64.deb ...
12:56:43 #11 22.04 Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
12:56:43 #11 22.07 Selecting previously unselected package libkrb5support0:amd64.
12:56:43 #11 22.07 Preparing to unpack .../03-libkrb5support0_1.20-1ubuntu0.1_amd64.deb ...
12:56:43 #11 22.07 Unpacking libkrb5support0:amd64 (1.20-1ubuntu0.1) ...
12:56:43 #11 22.10 Selecting previously unselected package libk5crypto3:amd64.
12:56:43 #11 22.10 Preparing to unpack .../04-libk5crypto3_1.20-1ubuntu0.1_amd64.deb ...
12:56:43 #11 23.95 Selecting previously unselected package krb5-locales.
12:56:43 #11 23.95 Preparing to unpack .../030-krb5-locales_1.20-1ubuntu0.1_all.deb ...
12:56:43 #11 23.95 Unpacking krb5-locales (1.20-1ubuntu0.1) ...
12:56:43 #11 23.99 Selecting previously unselected package less.
12:56:43 #11 23.99 Preparing to unpack .../031-less_590-1build1_arm64.deb ...
12:56:43 #11 23.99 Unpacking less (590-1build1) ...
12:56:43 #11 24.03 Selecting previously unselected package libmd0:arm64.
12:56:43 #11 24.03 Preparing to unpack .../032-libmd0_1.0.4-2_arm64.deb ...
12:56:43 #11 24.04 Unpacking libmd0:arm64 (1.0.4-2) ...
12:56:43 #11 24.07 Selecting previously unselected package libbsd0:arm64.
12:56:43 #11 24.08 Preparing to unpack .../033-libbsd0_0.11.6-1_arm64.deb ...
12:56:43 #11 24.08 Unpacking libbsd0:arm64 (0.11.6-1) ...
12:56:43 #11 24.12 Selecting previously unselected package libelf1:arm64.
12:56:43 #11 9.994 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 strace amd64 5.16-0ubuntu3 [567 kB]
12:56:43 #11 10.02 Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 xauth amd64 1:1.1-1build2 [27.5 kB]
12:56:43 #11 10.02 Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 xz-utils amd64 5.2.5-2ubuntu1 [84.8 kB]
12:56:43 #11 10.02 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsigsegv2 amd64 2.13-1ubuntu3 [14.6 kB]
12:56:43 #11 10.02 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 m4 amd64 1.4.18-5ubuntu2 [199 kB]
12:56:43 #11 10.03 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 autoconf all 2.71-2 [338 kB]
12:56:43 #11 10.05 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 autotools-dev all 20220109.1 [44.9 kB]
12:56:43 #11 10.12 Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 automake all 1:1.16.5-1.3 [558 kB]
12:56:43 #11 10.14 Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 autopoint all 0.21-4ubuntu4 [422 kB]
12:56:43 #11 10.17 Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-common amd64 2.38-4ubuntu2.1 [221 kB]
12:56:43 #11 10.17 Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbinutils amd64 2.38-4ubuntu2.1 [661 kB]
12:56:43 #11 10.20 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf-nobfd0 amd64 2.38-4ubuntu2.1 [107 kB]
12:56:43 #11 10.21 Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf0 amd64 2.38-4ubuntu2.1 [103 kB]
12:56:43 #11 10.21 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.38-4ubuntu2.1 [2328 kB]
12:56:43 #11 10.31 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils amd64 2.38-4ubuntu2.1 [3198 B]
12:56:43 #11 10.31 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-dev-bin amd64 2.35-0ubuntu3.1 [20.4 kB]
12:56:43 #11 10.31 Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-58.64 [1347 kB]
12:56:43 #11 10.37 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB]
12:56:43 #11 10.37 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB]
12:56:43 #10 43.28 Selecting previously unselected package lsb-release.
12:56:43 #10 43.28 Preparing to unpack .../376-lsb-release_12.0-1_all.deb ...
12:56:43 #10 43.29 Unpacking lsb-release (12.0-1) ...
12:56:43 #10 43.32 Selecting previously unselected package manpages-dev.
12:56:43 #10 43.33 Preparing to unpack .../377-manpages-dev_6.02-1_all.deb ...
12:56:43 #10 43.33 Unpacking manpages-dev (6.02-1) ...
12:56:43 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b
12:56:43 #10 19.79 (143/166): perl-libs-5.32.1-480.el9.x86_64.rpm   14 MB/s | 2.2 MB     00:00    
12:56:43 #10 19.80 (144/166): perl-mro-1.23-480.el9.x86_64.rpm     261 kB/s |  29 kB     00:00    
12:56:43 #10 19.80 (145/166): perl-overload-1.31-480.el9.noarch.rp 471 kB/s |  47 kB     00:00    
12:56:43 #10 19.86 (146/166): perl-overloading-0.02-480.el9.noarch 216 kB/s |  14 kB     00:00    
12:56:43 #10 19.87 (147/166): perl-parent-0.238-460.el9.noarch.rpm 232 kB/s |  15 kB     00:00    
12:56:43 #10 19.90 (148/166): perl-podlators-4.14-460.el9.noarch.r 1.2 MB/s | 114 kB     00:00    
12:56:43 #10 19.92 (149/166): perl-srpm-macros-1-41.el9.noarch.rpm 143 kB/s | 9.1 kB     00:00    
12:56:43 #10 19.93 (150/166): perl-subs-1.03-480.el9.noarch.rpm    199 kB/s |  13 kB     00:00    
12:56:43 #10 19.96 (151/166): perl-vars-1.05-480.el9.noarch.rpm    217 kB/s |  14 kB     00:00    
12:56:43 #10 20.03 (152/166): policycoreutils-python-utils-3.5-0.r 695 kB/s |  75 kB     00:00    
12:56:43 #10 27.61 Preparing to unpack .../138-libgpgme11_1.10.0-1ubuntu2_arm64.deb ...
12:56:43 #10 27.62 Unpacking libgpgme11:arm64 (1.10.0-1ubuntu2) ...
12:56:43 #10 27.66 Selecting previously unselected package python3-gpg.
12:56:43 #10 27.66 Preparing to unpack .../139-python3-gpg_1.10.0-1ubuntu2_arm64.deb ...
12:56:43 #10 27.66 Unpacking python3-gpg (1.10.0-1ubuntu2) ...
12:56:43 #10 27.71 Selecting previously unselected package dput.
12:56:43 #10 27.71 Preparing to unpack .../140-dput_1.0.1ubuntu1_all.deb ...
12:56:43 #10 27.72 Unpacking dput (1.0.1ubuntu1) ...
12:56:43 #10 27.75 Selecting previously unselected package libfakeroot:arm64.
12:56:43 #10 27.76 Preparing to unpack .../141-libfakeroot_1.22-2ubuntu1_arm64.deb ...
12:56:43 #10 27.76 Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ...
12:56:43 #10 27.79 Selecting previously unselected package fakeroot.
12:56:43 #10 27.79 Preparing to unpack .../142-fakeroot_1.22-2ubuntu1_arm64.deb ...
12:56:43 #10 27.80 Unpacking fakeroot (1.22-2ubuntu1) ...
12:56:43 #10 27.83 Selecting previously unselected package libcurl3-gnutls:arm64.
12:56:43 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 10.5s
12:56:43 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 10.8s done
12:56:43 #7 ...
12:56:43 
12:56:43 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:43 #10 15.17 Selecting previously unselected package python3-minimal.
12:56:43 #10 15.17 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8349 files and directories currently installed.)
12:56:43 #10 15.17 Preparing to unpack .../python3-minimal_3.11.1-3_amd64.deb ...
12:56:43 #10 15.18 Unpacking python3-minimal (3.11.1-3) ...
12:56:43 #10 15.24 Selecting previously unselected package media-types.
12:56:43 #10 15.24 Preparing to unpack .../media-types_8.0.0_all.deb ...
12:56:43 #10 15.25 Unpacking media-types (8.0.0) ...
12:56:43 #10 15.46 Preparing to unpack .../liblzma5_5.4.1-0.1_amd64.deb ...
12:56:43 #10 15.56 Unpacking liblzma5:amd64 (5.4.1-0.1) over (5.4.1-0.0) ...
12:56:43 #10 15.91 Setting up liblzma5:amd64 (5.4.1-0.1) ...
12:56:43 #10 16.04 Selecting previously unselected package libmpdec3:amd64.
12:56:43 #10 16.04 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8376 files and directories currently installed.)
12:56:43 #10 16.05 Preparing to unpack .../00-libmpdec3_2.5.1-2_amd64.deb ...
12:56:43 #10 16.05 Unpacking libmpdec3:amd64 (2.5.1-2) ...
12:56:43 #10 16.10 Selecting previously unselected package libncursesw6:amd64.
12:56:43 #10 16.10 Preparing to unpack .../01-libncursesw6_6.4-2_amd64.deb ...
12:56:43 #10 16.11 Unpacking libncursesw6:amd64 (6.4-2) ...
12:56:43 #10 16.17 Selecting previously unselected package libkrb5support0:amd64.
12:56:43 #10 16.17 Preparing to unpack .../02-libkrb5support0_1.20.1-1_amd64.deb ...
12:56:43 #10 16.17 Unpacking libkrb5support0:amd64 (1.20.1-1) ...
12:56:43 #10 16.21 Selecting previously unselected package libk5crypto3:amd64.
12:56:43 #10 16.21 Preparing to unpack .../03-libk5crypto3_1.20.1-1_amd64.deb ...
12:56:43 #10 16.22 Unpacking libk5crypto3:amd64 (1.20.1-1) ...
12:56:43 #10 16.26 Selecting previously unselected package libkeyutils1:amd64.
12:56:43 #10 16.27 Preparing to unpack .../04-libkeyutils1_1.6.3-2_amd64.deb ...
12:56:43 #10 16.27 Unpacking libkeyutils1:amd64 (1.6.3-2) ...
12:56:43 #10 16.31 Selecting previously unselected package libkrb5-3:amd64.
12:56:43 #10 16.31 Preparing to unpack .../05-libkrb5-3_1.20.1-1_amd64.deb ...
12:56:43 #10 16.31 Unpacking libkrb5-3:amd64 (1.20.1-1) ...
12:56:43 #10 16.40 Selecting previously unselected package libgssapi-krb5-2:amd64.
12:56:43 #10 16.40 Preparing to unpack .../06-libgssapi-krb5-2_1.20.1-1_amd64.deb ...
12:56:43 #10 16.40 Unpacking libgssapi-krb5-2:amd64 (1.20.1-1) ...
12:56:43 #10 16.46 Selecting previously unselected package libtirpc-common.
12:56:43 #10 16.46 Preparing to unpack .../07-libtirpc-common_1.3.3+ds-1_all.deb ...
12:56:43 #10 16.46 Unpacking libtirpc-common (1.3.3+ds-1) ...
12:56:43 #10 16.50 Selecting previously unselected package libtirpc3:amd64.
12:56:43 #10 16.50 Preparing to unpack .../08-libtirpc3_1.3.3+ds-1_amd64.deb ...
12:56:43 #10 16.51 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ...
12:56:43 #10 16.56 Selecting previously unselected package libnsl2:amd64.
12:56:43 #10 16.56 Preparing to unpack .../09-libnsl2_1.3.0-2_amd64.deb ...
12:56:43 #10 16.57 Unpacking libnsl2:amd64 (1.3.0-2) ...
12:56:43 #10 16.62 Selecting previously unselected package readline-common.
12:56:43 #10 16.62 Preparing to unpack .../10-readline-common_8.2-1.3_all.deb ...
12:56:43 #10 16.62 Unpacking readline-common (8.2-1.3) ...
12:56:43 #10 16.67 Selecting previously unselected package libreadline8:amd64.
12:56:43 #10 16.67 Preparing to unpack .../11-libreadline8_8.2-1.3_amd64.deb ...
12:56:43 #10 16.68 Unpacking libreadline8:amd64 (8.2-1.3) ...
12:56:43 #10 16.75 Selecting previously unselected package libsqlite3-0:amd64.
12:56:43 #10 16.76 Preparing to unpack .../12-libsqlite3-0_3.40.1-1_amd64.deb ...
12:56:43 #10 16.76 Unpacking libsqlite3-0:amd64 (3.40.1-1) ...
12:56:43 #10 16.88 Selecting previously unselected package libpython3.11-stdlib:amd64.
12:56:43 #10 16.88 Preparing to unpack .../13-libpython3.11-stdlib_3.11.1-2_amd64.deb ...
12:56:43 #10 16.89 Unpacking libpython3.11-stdlib:amd64 (3.11.1-2) ...
12:56:43 #10 17.15 Selecting previously unselected package python3.11.
12:56:43 #10 17.15 Preparing to unpack .../14-python3.11_3.11.1-2_amd64.deb ...
12:56:43 #10 17.15 Unpacking python3.11 (3.11.1-2) ...
12:56:43 #10 17.21 Selecting previously unselected package libpython3-stdlib:amd64.
12:56:43 #10 17.21 Preparing to unpack .../15-libpython3-stdlib_3.11.1-3_amd64.deb ...
12:56:43 #10 17.21 Unpacking libpython3-stdlib:amd64 (3.11.1-3) ...
12:56:43 #10 17.25 Setting up python3-minimal (3.11.1-3) ...
12:56:43 #10 17.52 Selecting previously unselected package python3.
12:56:43 #10 17.52 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8859 files and directories currently installed.)
12:56:43 #10 17.53 Preparing to unpack .../python3_3.11.1-3_amd64.deb ...
12:56:43 #10 17.54 Unpacking python3 (3.11.1-3) ...
12:56:43 #10 17.58 Selecting previously unselected package adduser.
12:56:43 #10 17.58 Preparing to unpack .../archives/adduser_3.130_all.deb ...
12:56:43 #10 17.59 Unpacking adduser (3.130) ...
12:56:43 #10 17.64 Setting up adduser (3.130) ...
12:56:43 #10 17.71 Selecting previously unselected package less.
12:56:43 #10 17.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 ... 8940 files and directories currently installed.)
12:56:43 #10 17.72 Preparing to unpack .../000-less_590-1.1_amd64.deb ...
12:56:43 #10 17.73 Unpacking less (590-1.1) ...
12:56:43 #10 17.79 Selecting previously unselected package netbase.
12:56:43 #10 17.79 Preparing to unpack .../001-netbase_6.4_all.deb ...
12:56:43 #10 17.80 Unpacking netbase (6.4) ...
12:56:43 #10 17.83 Selecting previously unselected package sensible-utils.
12:56:43 #10 17.83 Preparing to unpack .../002-sensible-utils_0.0.17+nmu1_all.deb ...
12:56:43 #10 17.83 Unpacking sensible-utils (0.0.17+nmu1) ...
12:56:43 #10 17.87 Selecting previously unselected package bzip2.
12:56:43 #10 17.87 Preparing to unpack .../003-bzip2_1.0.8-5+b1_amd64.deb ...
12:56:43 #10 17.88 Unpacking bzip2 (1.0.8-5+b1) ...
12:56:43 #10 17.93 Selecting previously unselected package openssl.
12:56:43 #10 17.93 Preparing to unpack .../004-openssl_3.0.7-2_amd64.deb ...
12:56:43 #10 17.93 Unpacking openssl (3.0.7-2) ...
12:56:43 #10 18.16 Selecting previously unselected package ca-certificates.
12:56:43 #10 18.16 Preparing to unpack .../005-ca-certificates_20211016_all.deb ...
12:56:43 #10 18.16 Unpacking ca-certificates (20211016) ...
12:56:43 #10 18.25 Selecting previously unselected package libmagic-mgc.
12:56:43 #10 18.25 Preparing to unpack .../006-libmagic-mgc_1%3a5.44-3_amd64.deb ...
12:56:43 #10 18.26 Unpacking libmagic-mgc (1:5.44-3) ...
12:56:43 #10 18.38 Selecting previously unselected package libmagic1:amd64.
12:56:43 #10 18.38 Preparing to unpack .../007-libmagic1_1%3a5.44-3_amd64.deb ...
12:56:43 #10 18.39 Unpacking libmagic1:amd64 (1:5.44-3) ...
12:56:43 #10 18.43 Selecting previously unselected package file.
12:56:43 #10 18.43 Preparing to unpack .../008-file_1%3a5.44-3_amd64.deb ...
12:56:43 #10 18.44 Unpacking file (1:5.44-3) ...
12:56:43 #10 18.48 Selecting previously unselected package gettext-base.
12:56:43 #10 18.49 Preparing to unpack .../009-gettext-base_0.21-11_amd64.deb ...
12:56:43 #10 18.50 Unpacking gettext-base (0.21-11) ...
12:56:43 #10 18.57 Selecting previously unselected package libuchardet0:amd64.
12:56:43 #10 18.57 Preparing to unpack .../010-libuchardet0_0.0.7-1_amd64.deb ...
12:56:43 #10 18.58 Unpacking libuchardet0:amd64 (0.0.7-1) ...
12:56:43 #10 18.63 Selecting previously unselected package groff-base.
12:56:43 #10 18.63 Preparing to unpack .../011-groff-base_1.22.4-9_amd64.deb ...
12:56:43 #10 18.63 Unpacking groff-base (1.22.4-9) ...
12:56:43 #10 18.82 Selecting previously unselected package krb5-locales.
12:56:43 #10 18.82 Preparing to unpack .../012-krb5-locales_1.20.1-1_all.deb ...
12:56:43 #10 18.82 Unpacking krb5-locales (1.20.1-1) ...
12:56:43 #10 18.87 Selecting previously unselected package bsdextrautils.
12:56:43 #10 18.87 Preparing to unpack .../013-bsdextrautils_2.38.1-4_amd64.deb ...
12:56:43 #10 18.88 Unpacking bsdextrautils (2.38.1-4) ...
12:56:43 #10 18.94 Selecting previously unselected package libpipeline1:amd64.
12:56:43 #10 18.94 Preparing to unpack .../014-libpipeline1_1.5.7-1_amd64.deb ...
12:56:43 #10 18.95 Unpacking libpipeline1:amd64 (1.5.7-1) ...
12:56:43 #10 19.01 Selecting previously unselected package man-db.
12:56:43 #10 19.01 Preparing to unpack .../015-man-db_2.11.2-1_amd64.deb ...
12:56:43 #10 19.01 Unpacking man-db (2.11.2-1) ...
12:56:43 #10 19.28 Selecting previously unselected package manpages.
12:56:43 #10 19.28 Preparing to unpack .../016-manpages_6.02-1_all.deb ...
12:56:43 #10 19.29 Unpacking manpages (6.02-1) ...
12:56:43 #10 19.51 Selecting previously unselected package libbsd0:amd64.
12:56:43 #10 19.51 Preparing to unpack .../017-libbsd0_0.11.7-2_amd64.deb ...
12:56:43 #10 19.52 Unpacking libbsd0:amd64 (0.11.7-2) ...
12:56:43 #10 19.65 Selecting previously unselected package libedit2:amd64.
12:56:43 #10 19.65 Preparing to unpack .../018-libedit2_3.1-20221030-2_amd64.deb ...
12:56:43 #10 19.65 Unpacking libedit2:amd64 (3.1-20221030-2) ...
12:56:43 #10 19.73 Selecting previously unselected package libcbor0.8:amd64.
12:56:43 #10 19.73 Preparing to unpack .../019-libcbor0.8_0.8.0-2+b1_amd64.deb ...
12:56:43 #10 19.74 Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ...
12:56:43 #10 19.79 Selecting previously unselected package libfido2-1:amd64.
12:56:43 #10 19.79 Preparing to unpack .../020-libfido2-1_1.12.0-2_amd64.deb ...
12:56:43 #10 19.79 Unpacking libfido2-1:amd64 (1.12.0-2) ...
12:56:43 #10 19.88 Selecting previously unselected package openssh-client.
12:56:43 #10 19.88 Preparing to unpack .../021-openssh-client_1%3a9.1p1-2_amd64.deb ...
12:56:43 #10 19.89 Unpacking openssh-client (1:9.1p1-2) ...
12:56:43 #10 20.11 Selecting previously unselected package ucf.
12:56:43 #10 20.11 Preparing to unpack .../022-ucf_3.0043+nmu1_all.deb ...
12:56:43 #10 20.12 Moving old data out of the way
12:56:43 #10 20.12 Unpacking ucf (3.0043+nmu1) ...
12:56:43 #10 20.18 Selecting previously unselected package xz-utils.
12:56:43 #10 20.18 Preparing to unpack .../023-xz-utils_5.4.1-0.1_amd64.deb ...
12:56:43 #10 20.19 Unpacking xz-utils (5.4.1-0.1) ...
12:56:43 #10 20.32 Selecting previously unselected package m4.
12:56:43 #10 20.32 Preparing to unpack .../024-m4_1.4.19-3_amd64.deb ...
12:56:43 #10 20.32 Unpacking m4 (1.4.19-3) ...
12:56:43 #10 20.40 Selecting previously unselected package autoconf.
12:56:43 #10 20.40 Preparing to unpack .../025-autoconf_2.71-3_all.deb ...
12:56:43 #10 20.41 Unpacking autoconf (2.71-3) ...
12:56:43 #10 20.54 Selecting previously unselected package autotools-dev.
12:56:43 #10 20.54 Preparing to unpack .../026-autotools-dev_20220109.1_all.deb ...
12:56:43 #10 20.55 Unpacking autotools-dev (20220109.1) ...
12:56:43 #10 20.61 Selecting previously unselected package automake.
12:56:43 #10 20.61 Preparing to unpack .../027-automake_1%3a1.16.5-1.3_all.deb ...
12:56:43 #10 20.61 Unpacking automake (1:1.16.5-1.3) ...
12:56:43 #10 20.74 Selecting previously unselected package autopoint.
12:56:43 #10 20.74 Preparing to unpack .../028-autopoint_0.21-11_all.deb ...
12:56:43 #10 20.76 Unpacking autopoint (0.21-11) ...
12:56:43 #10 20.83 Selecting previously unselected package binutils-common:amd64.
12:56:43 #10 20.83 Preparing to unpack .../029-binutils-common_2.40-2_amd64.deb ...
12:56:43 #10 20.84 Unpacking binutils-common:amd64 (2.40-2) ...
12:56:43 #10 ...
12:56:43 
12:56:43 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:43 #7 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
12:56:43 #7 DONE 27.0s
12:56:43 
12:56:43 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:43 #10 21.21 Selecting previously unselected package libbinutils:amd64.
12:56:43 #10 21.21 Preparing to unpack .../030-libbinutils_2.40-2_amd64.deb ...
12:56:43 #10 21.23 Unpacking libbinutils:amd64 (2.40-2) ...
12:56:43 #11 22.29 Selecting previously unselected package libxdmcp6:arm64.
12:56:43 #11 22.29 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_arm64.deb ...
12:56:43 #11 22.30 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu1) ...
12:56:43 #11 22.33 Selecting previously unselected package libxcb1:arm64.
12:56:43 #11 22.34 Preparing to unpack .../048-libxcb1_1.14-2_arm64.deb ...
12:56:43 #11 22.34 Unpacking libxcb1:arm64 (1.14-2) ...
12:56:43 #11 22.37 Selecting previously unselected package libx11-data.
12:56:43 #11 22.37 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
12:56:43 #11 22.38 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
12:56:43 #11 22.44 Selecting previously unselected package libx11-6:arm64.
12:56:43 #11 22.44 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_arm64.deb ...
12:56:43 #11 22.45 Unpacking libx11-6:arm64 (2:1.6.9-2ubuntu1.2) ...
12:56:43 #9 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971
12:56:43 #11 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 ... 5132 files and directories currently installed.)
12:56:43 #11 19.63 Preparing to unpack .../000-python3_3.10.6-1~22.04_arm64.deb ...
12:56:43 #11 19.64 Unpacking python3 (3.10.6-1~22.04) ...
12:56:43 #11 19.67 Selecting previously unselected package perl-modules-5.34.
12:56:43 #11 19.67 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1.1_all.deb ...
12:56:43 #11 19.67 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
12:56:43 #11 22.11 Unpacking libk5crypto3:amd64 (1.20-1ubuntu0.1) ...
12:56:43 #11 22.14 Selecting previously unselected package libkeyutils1:amd64.
12:56:43 #11 22.14 Preparing to unpack .../05-libkeyutils1_1.6.3-1_amd64.deb ...
12:56:43 #11 22.14 Unpacking libkeyutils1:amd64 (1.6.3-1) ...
12:56:43 #11 22.17 Selecting previously unselected package libkrb5-3:amd64.
12:56:43 #11 22.17 Preparing to unpack .../06-libkrb5-3_1.20-1ubuntu0.1_amd64.deb ...
12:56:43 #11 22.18 Unpacking libkrb5-3:amd64 (1.20-1ubuntu0.1) ...
12:56:43 #11 22.21 Selecting previously unselected package libgssapi-krb5-2:amd64.
12:56:43 #11 22.21 Preparing to unpack .../07-libgssapi-krb5-2_1.20-1ubuntu0.1_amd64.deb ...
12:56:43 #11 22.22 Unpacking libgssapi-krb5-2:amd64 (1.20-1ubuntu0.1) ...
12:56:43 #11 22.25 Selecting previously unselected package libtirpc-common.
12:56:43 #11 22.25 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
12:56:43 #11 22.25 Unpacking libtirpc-common (1.3.3+ds-1) ...
12:56:43 #11 22.28 Selecting previously unselected package libtirpc3:amd64.
12:56:43 #11 22.28 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ...
12:56:43 #11 22.28 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ...
12:56:43 #11 22.32 Selecting previously unselected package libnsl2:amd64.
12:56:43 #11 22.32 Preparing to unpack .../10-libnsl2_1.3.0-2build2_amd64.deb ...
12:56:43 #11 22.32 Unpacking libnsl2:amd64 (1.3.0-2build2) ...
12:56:43 #11 22.35 Selecting previously unselected package readline-common.
12:56:43 #11 22.35 Preparing to unpack .../11-readline-common_8.2-1_all.deb ...
12:56:43 #11 22.36 Unpacking readline-common (8.2-1) ...
12:56:43 #11 22.38 Selecting previously unselected package libreadline8:amd64.
12:56:43 #11 22.39 Preparing to unpack .../12-libreadline8_8.2-1_amd64.deb ...
12:56:43 #11 22.39 Unpacking libreadline8:amd64 (8.2-1) ...
12:56:43 #11 22.42 Selecting previously unselected package libsqlite3-0:amd64.
12:56:43 #11 22.42 Preparing to unpack .../13-libsqlite3-0_3.39.3-1_amd64.deb ...
12:56:43 #11 24.12 Preparing to unpack .../034-libelf1_0.187-4_arm64.deb ...
12:56:43 #11 24.13 Unpacking libelf1:arm64 (0.187-4) ...
12:56:43 #11 24.15 Selecting previously unselected package libglib2.0-data.
12:56:43 #11 24.16 Preparing to unpack .../035-libglib2.0-data_2.74.3-0ubuntu1_all.deb ...
12:56:43 #11 24.16 Unpacking libglib2.0-data (2.74.3-0ubuntu1) ...
12:56:43 #11 24.19 Selecting previously unselected package libicu71:arm64.
12:56:43 #11 24.20 Preparing to unpack .../036-libicu71_71.1-3ubuntu1_arm64.deb ...
12:56:43 #11 24.20 Unpacking libicu71:arm64 (71.1-3ubuntu1) ...
12:56:43 #11 24.41 Selecting previously unselected package libxml2:arm64.
12:56:44 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 80.74MB / 116.78MB 14.5s
12:56:44 #11 10.38 Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1 [192 kB]
12:56:44 #11 10.39 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB]
12:56:44 #11 10.39 Get:84 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev amd64 2.35-0ubuntu3.1 [2099 kB]
12:56:44 #11 10.48 Get:85 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11-base amd64 11.3.0-1ubuntu1~22.04 [20.8 kB]
12:56:44 #11 10.48 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1 [727 kB]
12:56:44 #11 10.52 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpfr6 amd64 4.1.0-3build3 [1425 kB]
12:56:44 #11 10.58 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB]
12:56:44 #10 20.04 (153/166): python-srpm-macros-3.9-52.el9.noarch 222 kB/s |  24 kB     00:00    
12:56:44 #10 20.04 (154/166): python3-audit-3.0.7-103.el9.x86_64.r 1.1 MB/s |  84 kB     00:00    
12:56:44 #10 20.10 (155/166): python3-enchant-3.2.0-5.el9.noarch.r 1.2 MB/s |  86 kB     00:00    
12:56:44 #10 20.11 (156/166): python3-file-magic-5.39-10.el9.noarc 264 kB/s |  17 kB     00:00    
12:56:44 #10 20.11 (157/166): python3-libselinux-3.5-0.rc2.1.el9.x 2.6 MB/s | 187 kB     00:00    
12:56:44 #10 20.17 (158/166): python3-libsemanage-3.5-0.rc2.1.el9. 1.2 MB/s |  80 kB     00:00    
12:56:44 #10 20.27 (159/166): python3-policycoreutils-3.5-0.rc2.1.  13 MB/s | 2.1 MB     00:00    
12:56:44 #10 20.27 (160/166): qt5-srpm-macros-5.15.3-1.el9.noarch.  62 kB/s | 9.7 kB     00:00    
12:56:44 #10 20.27 (161/166): redhat-rpm-config-197-1.el9.noarch.r 720 kB/s |  73 kB     00:00    
12:56:44 #10 43.63 Selecting previously unselected package pbzip2.
12:56:44 #10 43.63 Preparing to unpack .../378-pbzip2_1.1.13-1_arm64.deb ...
12:56:44 #10 43.64 Unpacking pbzip2 (1.1.13-1) ...
12:56:44 #10 43.68 Selecting previously unselected package pixz.
12:56:44 #10 43.68 Preparing to unpack .../379-pixz_1.0.7-2_arm64.deb ...
12:56:44 #10 27.84 Preparing to unpack .../143-libcurl3-gnutls_7.58.0-2ubuntu3.22_arm64.deb ...
12:56:44 #10 27.84 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.22) ...
12:56:44 #10 27.90 Selecting previously unselected package liberror-perl.
12:56:44 #10 27.90 Preparing to unpack .../144-liberror-perl_0.17025-1_all.deb ...
12:56:44 #10 27.91 Unpacking liberror-perl (0.17025-1) ...
12:56:44 #10 27.93 Selecting previously unselected package git-man.
12:56:44 #10 27.93 Preparing to unpack .../145-git-man_1%3a2.17.1-1ubuntu0.15_all.deb ...
12:56:44 #10 27.94 Unpacking git-man (1:2.17.1-1ubuntu0.15) ...
12:56:44 #10 28.03 Selecting previously unselected package git.
12:56:44 #10 28.03 Preparing to unpack .../146-git_1%3a2.17.1-1ubuntu0.15_arm64.deb ...
12:56:44 #10 28.05 Unpacking git (1:2.17.1-1ubuntu0.15) ...
12:56:44 #10 21.37 Selecting previously unselected package libctf-nobfd0:amd64.
12:56:44 #10 21.37 Preparing to unpack .../031-libctf-nobfd0_2.40-2_amd64.deb ...
12:56:44 #10 21.37 Unpacking libctf-nobfd0:amd64 (2.40-2) ...
12:56:44 #10 21.43 Selecting previously unselected package libctf0:amd64.
12:56:44 #10 21.43 Preparing to unpack .../032-libctf0_2.40-2_amd64.deb ...
12:56:44 #10 21.44 Unpacking libctf0:amd64 (2.40-2) ...
12:56:44 #10 21.52 Selecting previously unselected package libgprofng0:amd64.
12:56:44 #10 21.52 Preparing to unpack .../033-libgprofng0_2.40-2_amd64.deb ...
12:56:44 #10 21.53 Unpacking libgprofng0:amd64 (2.40-2) ...
12:56:44 #10 24.01 Selecting previously unselected package libubsan1:amd64.
12:56:44 #10 24.01 Preparing to unpack .../050-libubsan1_10.2.1-6_amd64.deb ...
12:56:44 #10 24.02 Unpacking libubsan1:amd64 (10.2.1-6) ...
12:56:44 #10 24.17 Selecting previously unselected package libquadmath0:amd64.
12:56:44 #10 24.17 Preparing to unpack .../051-libquadmath0_10.2.1-6_amd64.deb ...
12:56:44 #10 24.18 Unpacking libquadmath0:amd64 (10.2.1-6) ...
12:56:44 #11 19.91 Selecting previously unselected package libgdbm6:arm64.
12:56:44 #11 19.91 Preparing to unpack .../002-libgdbm6_1.23-1_arm64.deb ...
12:56:44 #11 19.91 Unpacking libgdbm6:arm64 (1.23-1) ...
12:56:44 #11 19.94 Selecting previously unselected package libgdbm-compat4:arm64.
12:56:44 #11 19.94 Preparing to unpack .../003-libgdbm-compat4_1.23-1_arm64.deb ...
12:56:44 #11 19.95 Unpacking libgdbm-compat4:arm64 (1.23-1) ...
12:56:44 #11 19.98 Selecting previously unselected package libperl5.34:arm64.
12:56:44 #11 19.98 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1.1_arm64.deb ...
12:56:44 #11 19.99 Unpacking libperl5.34:arm64 (5.34.0-3ubuntu1.1) ...
12:56:44 #11 22.52 Selecting previously unselected package libxext6:arm64.
12:56:44 #11 22.53 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_arm64.deb ...
12:56:44 #11 22.53 Unpacking libxext6:arm64 (2:1.3.4-0ubuntu1) ...
12:56:44 #11 22.57 Selecting previously unselected package libxmuu1:arm64.
12:56:44 #11 22.57 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_arm64.deb ...
12:56:44 #11 22.57 Unpacking libxmuu1:arm64 (2:1.1.3-0ubuntu1) ...
12:56:44 #11 22.61 Selecting previously unselected package manpages.
12:56:44 #11 22.61 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
12:56:44 #11 22.61 Unpacking manpages (5.05-1) ...
12:56:44 #11 22.72 Selecting previously unselected package openssh-client.
12:56:44 #11 22.72 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.5_arm64.deb ...
12:56:44 #11 22.74 Unpacking openssh-client (1:8.2p1-4ubuntu0.5) ...
12:56:44 #11 22.82 Selecting previously unselected package publicsuffix.
12:56:44 #11 22.42 Unpacking libsqlite3-0:amd64 (3.39.3-1) ...
12:56:44 #11 22.46 Selecting previously unselected package libpython3.10-stdlib:amd64.
12:56:44 #11 22.46 Preparing to unpack .../14-libpython3.10-stdlib_3.10.7-1ubuntu0.2_amd64.deb ...
12:56:44 #11 22.46 Unpacking libpython3.10-stdlib:amd64 (3.10.7-1ubuntu0.2) ...
12:56:44 #11 22.55 Selecting previously unselected package python3.10.
12:56:44 #11 22.55 Preparing to unpack .../15-python3.10_3.10.7-1ubuntu0.2_amd64.deb ...
12:56:44 #11 24.41 Preparing to unpack .../037-libxml2_2.9.14+dfsg-1ubuntu0.1_arm64.deb ...
12:56:44 #11 24.41 Unpacking libxml2:arm64 (2.9.14+dfsg-1ubuntu0.1) ...
12:56:44 #11 24.47 Selecting previously unselected package libyaml-0-2:arm64.
12:56:44 #11 24.47 Preparing to unpack .../038-libyaml-0-2_0.2.5-1_arm64.deb ...
12:56:44 #11 24.47 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
12:56:44 #11 24.51 Selecting previously unselected package lsb-release.
12:56:44 #11 24.51 Preparing to unpack .../039-lsb-release_11.2ubuntu1_all.deb ...
12:56:44 #11 24.51 Unpacking lsb-release (11.2ubuntu1) ...
12:56:44 #11 24.55 Selecting previously unselected package netbase.
12:56:44 #11 24.55 Preparing to unpack .../040-netbase_6.3_all.deb ...
12:56:44 #11 24.56 Unpacking netbase (6.3) ...
12:56:44 #11 24.59 Selecting previously unselected package python3-dbus.
12:56:44 #11 24.59 Preparing to unpack .../041-python3-dbus_1.2.18-3build1_arm64.deb ...
12:56:44 #11 24.60 Unpacking python3-dbus (1.2.18-3build1) ...
12:56:44 #11 24.64 Selecting previously unselected package python3-gi.
12:56:44 #11 10.58 Get:89 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cpp-11 amd64 11.3.0-1ubuntu1~22.04 [9967 kB]
12:56:44 #10 20.34 (162/166): rpm-build-4.16.1.3-22.el9.x86_64.rpm 1.4 MB/s | 101 kB     00:00    
12:56:44 #10 20.35 (163/166): rpmlint-1.11-19.el9.noarch.rpm       2.5 MB/s | 198 kB     00:00    
12:56:44 #10 20.35 (164/166): rust-srpm-macros-17-4.el9.noarch.rpm 135 kB/s |  10 kB     00:00    
12:56:44 #10 20.40 (165/166): scl-utils-2.0.3-4.el9.x86_64.rpm     581 kB/s |  37 kB     00:00    
12:56:44 #10 43.69 Unpacking pixz (1.0.7-2) ...
12:56:44 #10 43.75 Selecting previously unselected package xdelta.
12:56:44 #10 43.75 Preparing to unpack .../380-xdelta_1.1.3-10.4_arm64.deb ...
12:56:44 #10 43.75 Unpacking xdelta (1.1.3-10.4) ...
12:56:44 #10 43.80 Selecting previously unselected package xdelta3.
12:56:44 #10 43.80 Preparing to unpack .../381-xdelta3_3.0.11-dfsg-1.2_arm64.deb ...
12:56:44 #10 43.80 Unpacking xdelta3 (3.0.11-dfsg-1.2) ...
12:56:44 #10 43.84 Selecting previously unselected package pristine-tar.
12:56:44 #10 43.84 Preparing to unpack .../382-pristine-tar_1.50_arm64.deb ...
12:56:44 #10 43.85 Unpacking pristine-tar (1.50) ...
12:56:44 #10 43.93 Selecting previously unselected package publicsuffix.
12:56:44 #10 28.34 Selecting previously unselected package libalgorithm-diff-perl.
12:56:44 #10 24.23 Selecting previously unselected package libgcc-10-dev:amd64.
12:56:44 #10 24.24 Preparing to unpack .../052-libgcc-10-dev_10.2.1-6_amd64.deb ...
12:56:44 #10 24.24 Unpacking libgcc-10-dev:amd64 (10.2.1-6) ...
12:56:44 #11 20.18 Selecting previously unselected package perl.
12:56:44 #11 20.18 Preparing to unpack .../005-perl_5.34.0-3ubuntu1.1_arm64.deb ...
12:56:44 #11 20.19 Unpacking perl (5.34.0-3ubuntu1.1) ...
12:56:44 #11 20.23 Selecting previously unselected package openssl.
12:56:44 #11 20.23 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.8_arm64.deb ...
12:56:44 #11 20.23 Unpacking openssl (3.0.2-0ubuntu1.8) ...
12:56:44 #11 20.29 Selecting previously unselected package ca-certificates.
12:56:44 #11 20.29 Preparing to unpack .../007-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
12:56:44 #11 20.30 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
12:56:44 #11 20.35 Selecting previously unselected package distro-info-data.
12:56:44 #11 20.35 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.2_all.deb ...
12:56:44 #11 20.36 Unpacking distro-info-data (0.52ubuntu0.2) ...
12:56:44 #11 20.38 Selecting previously unselected package iso-codes.
12:56:44 #11 20.39 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ...
12:56:44 #11 20.39 Unpacking iso-codes (4.9.0-1) ...
12:56:44 #10 21.70 Selecting previously unselected package libjansson4:amd64.
12:56:44 #10 21.70 Preparing to unpack .../034-libjansson4_2.14-2_amd64.deb ...
12:56:44 #10 21.70 Unpacking libjansson4:amd64 (2.14-2) ...
12:56:44 #10 21.75 Selecting previously unselected package binutils-x86-64-linux-gnu.
12:56:44 #10 21.76 Preparing to unpack .../035-binutils-x86-64-linux-gnu_2.40-2_amd64.deb ...
12:56:44 #10 21.76 Unpacking binutils-x86-64-linux-gnu (2.40-2) ...
12:56:44 #11 22.82 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
12:56:44 #11 22.83 Unpacking publicsuffix (20200303.0012-1) ...
12:56:44 #11 22.87 Selecting previously unselected package python-apt-common.
12:56:44 #11 22.87 Preparing to unpack .../056-python-apt-common_2.0.1_all.deb ...
12:56:44 #11 22.87 Unpacking python-apt-common (2.0.1) ...
12:56:44 #11 22.91 Selecting previously unselected package python3-apt.
12:56:44 #11 22.91 Preparing to unpack .../057-python3-apt_2.0.1_arm64.deb ...
12:56:44 #11 22.91 Unpacking python3-apt (2.0.1) ...
12:56:44 #11 22.96 Selecting previously unselected package strace.
12:56:44 #11 22.96 Preparing to unpack .../058-strace_5.5-3ubuntu1_arm64.deb ...
12:56:44 #11 22.96 Unpacking strace (5.5-3ubuntu1) ...
12:56:44 #11 23.02 Selecting previously unselected package xauth.
12:56:44 #11 23.02 Preparing to unpack .../059-xauth_1%3a1.1-0ubuntu1_arm64.deb ...
12:56:44 #11 23.02 Unpacking xauth (1:1.1-0ubuntu1) ...
12:56:44 #11 23.06 Selecting previously unselected package libfl2:arm64.
12:56:44 #11 22.55 Unpacking python3.10 (3.10.7-1ubuntu0.2) ...
12:56:44 #11 22.58 Selecting previously unselected package libpython3-stdlib:amd64.
12:56:44 #11 22.58 Preparing to unpack .../16-libpython3-stdlib_3.10.6-1_amd64.deb ...
12:56:44 #11 22.58 Unpacking libpython3-stdlib:amd64 (3.10.6-1) ...
12:56:44 #11 22.61 Setting up python3-minimal (3.10.6-1) ...
12:56:44 #11 22.79 Selecting previously unselected package python3.
12:56:44 #11 22.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 ... 5206 files and directories currently installed.)
12:56:44 #11 22.80 Preparing to unpack .../000-python3_3.10.6-1_amd64.deb ...
12:56:44 #11 22.80 Unpacking python3 (3.10.6-1) ...
12:56:44 #11 22.83 Selecting previously unselected package libargon2-1:amd64.
12:56:44 #11 22.83 Preparing to unpack .../001-libargon2-1_0~20171227-0.3_amd64.deb ...
12:56:44 #11 22.84 Unpacking libargon2-1:amd64 (0~20171227-0.3) ...
12:56:44 #11 22.87 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:56:44 #11 22.87 Preparing to unpack .../002-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_amd64.deb ...
12:56:44 #11 22.87 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-1ubuntu1) ...
12:56:44 #11 22.90 Selecting previously unselected package libjson-c5:amd64.
12:56:44 #11 22.90 Preparing to unpack .../003-libjson-c5_0.16-1_amd64.deb ...
12:56:44 #11 24.64 Preparing to unpack .../042-python3-gi_3.42.2-2_arm64.deb ...
12:56:44 #11 24.64 Unpacking python3-gi (3.42.2-2) ...
12:56:44 #11 24.69 Selecting previously unselected package networkd-dispatcher.
12:56:44 #11 24.69 Preparing to unpack .../043-networkd-dispatcher_2.1-2ubuntu1_all.deb ...
12:56:44 #11 24.69 Unpacking networkd-dispatcher (2.1-2ubuntu1) ...
12:56:44 #11 24.72 Selecting previously unselected package python-apt-common.
12:56:44 #11 24.72 Preparing to unpack .../044-python-apt-common_2.4.0+22.10_all.deb ...
12:56:44 #11 24.73 Unpacking python-apt-common (2.4.0+22.10) ...
12:56:44 #11 24.76 Selecting previously unselected package python3-apt.
12:56:44 #11 24.77 Preparing to unpack .../045-python3-apt_2.4.0+22.10_arm64.deb ...
12:56:44 #11 24.77 Unpacking python3-apt (2.4.0+22.10) ...
12:56:44 #11 24.84 Selecting previously unselected package python3-pkg-resources.
12:56:44 #11 24.84 Preparing to unpack .../046-python3-pkg-resources_59.6.0-1.2ubuntu0.22.10.1_all.deb ...
12:56:44 #11 24.85 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
12:56:44 #11 24.89 Selecting previously unselected package shared-mime-info.
12:56:44 #11 11.03 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1 [27.7 kB]
12:56:44 #11 11.03 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcc1-0 amd64 12.1.0-2ubuntu1~22.04 [47.4 kB]
12:56:44 #11 11.03 Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgomp1 amd64 12.1.0-2ubuntu1~22.04 [126 kB]
12:56:44 #11 11.03 Get:93 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libitm1 amd64 12.1.0-2ubuntu1~22.04 [30.2 kB]
12:56:44 #11 11.03 Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libatomic1 amd64 12.1.0-2ubuntu1~22.04 [10.4 kB]
12:56:44 #11 11.03 Get:95 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libasan6 amd64 11.3.0-1ubuntu1~22.04 [2284 kB]
12:56:44 #10 43.94 Preparing to unpack .../383-publicsuffix_20221208.1942-1_all.deb ...
12:56:44 #10 43.94 Unpacking publicsuffix (20221208.1942-1) ...
12:56:44 #10 43.98 Selecting previously unselected package python-apt-common.
12:56:44 #10 43.99 Preparing to unpack .../384-python-apt-common_2.5.2_all.deb ...
12:56:44 #10 43.99 Unpacking python-apt-common (2.5.2) ...
12:56:44 #10 44.05 Selecting previously unselected package python3-apt.
12:56:44 #10 44.05 Preparing to unpack .../385-python3-apt_2.5.2+b1_arm64.deb ...
12:56:44 #10 44.05 Unpacking python3-apt (2.5.2+b1) ...
12:56:44 #10 44.11 Selecting previously unselected package python3-certifi.
12:56:44 #10 44.11 Preparing to unpack .../386-python3-certifi_2022.9.24-1_all.deb ...
12:56:44 #10 44.11 Unpacking python3-certifi (2022.9.24-1) ...
12:56:44 #10 44.18 Selecting previously unselected package python3-charset-normalizer.
12:56:44 #10 28.35 Preparing to unpack .../147-libalgorithm-diff-perl_1.19.03-1_all.deb ...
12:56:44 #10 28.35 Unpacking libalgorithm-diff-perl (1.19.03-1) ...
12:56:44 #10 28.38 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:56:44 #10 28.38 Preparing to unpack .../148-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ...
12:56:44 #10 28.39 Unpacking libalgorithm-diff-xs-perl (0.04-5) ...
12:56:44 #10 28.42 Selecting previously unselected package libalgorithm-merge-perl.
12:56:44 #10 28.42 Preparing to unpack .../149-libalgorithm-merge-perl_0.08-3_all.deb ...
12:56:44 #10 28.42 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:56:44 #10 28.45 Selecting previously unselected package libapt-pkg-perl.
12:56:44 #10 28.45 Preparing to unpack .../150-libapt-pkg-perl_0.1.33build1_arm64.deb ...
12:56:44 #10 28.45 Unpacking libapt-pkg-perl (0.1.33build1) ...
12:56:44 #10 28.49 Selecting previously unselected package libarchive-cpio-perl.
12:56:44 #10 28.49 Preparing to unpack .../151-libarchive-cpio-perl_0.10-1_all.deb ...
12:56:44 #10 28.49 Unpacking libarchive-cpio-perl (0.10-1) ...
12:56:44 #10 28.52 Selecting previously unselected package libb-hooks-op-check-perl.
12:56:44 #10 28.52 Preparing to unpack .../152-libb-hooks-op-check-perl_0.22-1_arm64.deb ...
12:56:44 #10 28.52 Unpacking libb-hooks-op-check-perl (0.22-1) ...
12:56:44 #10 28.55 Selecting previously unselected package libdynaloader-functions-perl.
12:56:44 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 87.03MB / 116.78MB 15.1s
12:56:44 #10 24.60 Selecting previously unselected package gcc-10.
12:56:44 #10 24.60 Preparing to unpack .../053-gcc-10_10.2.1-6_amd64.deb ...
12:56:44 #10 24.61 Unpacking gcc-10 (10.2.1-6) ...
12:56:44 #11 20.54 Selecting previously unselected package less.
12:56:44 #11 20.54 Preparing to unpack .../010-less_590-1build1_arm64.deb ...
12:56:44 #11 20.55 Unpacking less (590-1build1) ...
12:56:44 #11 20.58 Selecting previously unselected package libmd0:arm64.
12:56:44 #11 20.59 Preparing to unpack .../011-libmd0_1.0.4-1build1_arm64.deb ...
12:56:44 #11 20.59 Unpacking libmd0:arm64 (1.0.4-1build1) ...
12:56:44 #11 20.62 Selecting previously unselected package libbsd0:arm64.
12:56:44 #11 20.62 Preparing to unpack .../012-libbsd0_0.11.5-1_arm64.deb ...
12:56:44 #11 20.63 Unpacking libbsd0:arm64 (0.11.5-1) ...
12:56:44 #11 20.66 Selecting previously unselected package libelf1:arm64.
12:56:44 #11 20.66 Preparing to unpack .../013-libelf1_0.186-1build1_arm64.deb ...
12:56:44 #10 49.87 Setting up bsdmainutils (11.1.2+b1) ...
12:56:44 #10 49.89 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:56:44 #10 49.90 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:56:44 #10 49.91 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u5) ...
12:56:44 #10 49.92 Setting up libcroco3:arm64 (0.6.12-3) ...
12:56:44 #10 49.94 Setting up libgdbm-compat4:arm64 (1.18.1-4) ...
12:56:44 #10 49.95 Setting up ucf (3.0038+nmu1) ...
12:56:44 #10 22.16 Selecting previously unselected package binutils.
12:56:44 #10 22.17 Preparing to unpack .../036-binutils_2.40-2_amd64.deb ...
12:56:44 #10 22.17 Unpacking binutils (2.40-2) ...
12:56:44 #10 22.22 Selecting previously unselected package libc-dev-bin.
12:56:44 #10 22.22 Preparing to unpack .../037-libc-dev-bin_2.36-8_amd64.deb ...
12:56:44 #10 22.22 Unpacking libc-dev-bin (2.36-8) ...
12:56:44 #10 22.26 Selecting previously unselected package linux-libc-dev:amd64.
12:56:44 #11 23.07 Preparing to unpack .../060-libfl2_2.6.4-6.2_arm64.deb ...
12:56:44 #11 23.07 Unpacking libfl2:arm64 (2.6.4-6.2) ...
12:56:44 #11 23.12 Selecting previously unselected package at.
12:56:44 #11 23.12 Preparing to unpack .../061-at_3.1.23-1ubuntu1_arm64.deb ...
12:56:44 #11 23.12 Unpacking at (3.1.23-1ubuntu1) ...
12:56:44 #11 23.17 Selecting previously unselected package libsigsegv2:arm64.
12:56:44 #11 23.18 Preparing to unpack .../062-libsigsegv2_2.12-2_arm64.deb ...
12:56:44 #11 23.18 Unpacking libsigsegv2:arm64 (2.12-2) ...
12:56:44 #11 23.21 Selecting previously unselected package m4.
12:56:44 #11 23.21 Preparing to unpack .../063-m4_1.4.18-4_arm64.deb ...
12:56:44 #11 23.22 Unpacking m4 (1.4.18-4) ...
12:56:44 #11 23.26 Selecting previously unselected package autoconf.
12:56:44 #11 23.26 Preparing to unpack .../064-autoconf_2.69-11.1_all.deb ...
12:56:44 #11 23.27 Unpacking autoconf (2.69-11.1) ...
12:56:44 #11 22.90 Unpacking libjson-c5:amd64 (0.16-1) ...
12:56:44 #11 22.93 Selecting previously unselected package libcryptsetup12:amd64.
12:56:44 #11 22.93 Preparing to unpack .../004-libcryptsetup12_2%3a2.5.0-2ubuntu1_amd64.deb ...
12:56:44 #11 22.93 Unpacking libcryptsetup12:amd64 (2:2.5.0-2ubuntu1) ...
12:56:44 #11 22.97 Selecting previously unselected package libfdisk1:amd64.
12:56:44 #11 22.97 Preparing to unpack .../005-libfdisk1_2.38-4ubuntu1_amd64.deb ...
12:56:44 #11 22.98 Unpacking libfdisk1:amd64 (2.38-4ubuntu1) ...
12:56:44 #11 23.03 Selecting previously unselected package libkmod2:amd64.
12:56:44 #11 23.03 Preparing to unpack .../006-libkmod2_30+20220630-3ubuntu1_amd64.deb ...
12:56:44 #11 23.03 Unpacking libkmod2:amd64 (30+20220630-3ubuntu1) ...
12:56:44 #11 23.06 Selecting previously unselected package libapparmor1:amd64.
12:56:44 #11 23.06 Preparing to unpack .../007-libapparmor1_3.0.7-1ubuntu2_amd64.deb ...
12:56:44 #11 23.07 Unpacking libapparmor1:amd64 (3.0.7-1ubuntu2) ...
12:56:44 #11 23.10 Selecting previously unselected package libip4tc2:amd64.
12:56:44 #11 23.10 Preparing to unpack .../008-libip4tc2_1.8.7-1ubuntu6_amd64.deb ...
12:56:44 #11 23.11 Unpacking libip4tc2:amd64 (1.8.7-1ubuntu6) ...
12:56:44 #11 23.13 Selecting previously unselected package libsystemd-shared:amd64.
12:56:44 #7 ...
12:56:44 
12:56:44 #9 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd
12:56:44 #9 extracting sha256:5fdeefe92e79cfbdf6008e5a2246b8ad7442f4def62ea1492d23524583cb5b84 done
12:56:44 #9 extracting sha256:99dfe3536f54a68584694bf403eb32ac518b312db10d1983a291f259e2668964 done
12:56:44 #9 extracting sha256:cf16eca179b5e7c2b72e97687817a882ffd60dcefafae9c033db6417bf994b81 done
12:56:44 #9 extracting sha256:b01ca48f191ba3bcdb4ab21deea439cc96dc0ce9e8d7c1a58b897a86f7d60471 done
12:56:44 #9 extracting sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 1.1s done
12:56:44 #9 extracting sha256:dcd7c0c8ecbcc4b25764f7253e37ce5225765fe76337a770d0b023973659e8ef 0.0s done
12:56:44 #9 DONE 23.4s
12:56:44 
12:56:44 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:44 #14 6.896 Running transaction check
12:56:44 #14 7.182 Transaction check succeeded.
12:56:44 #14 7.182 Running transaction test
12:56:44 #11 24.89 Preparing to unpack .../047-shared-mime-info_2.2-1_arm64.deb ...
12:56:44 #11 24.89 Unpacking shared-mime-info (2.2-1) ...
12:56:44 #11 24.95 Selecting previously unselected package systemd-resolved.
12:56:44 #11 24.95 Preparing to unpack .../048-systemd-resolved_251.4-1ubuntu7_arm64.deb ...
12:56:44 #11 24.96 Unpacking systemd-resolved (251.4-1ubuntu7) ...
12:56:44 #11 25.00 Selecting previously unselected package systemd-timesyncd.
12:56:44 #11 25.00 Preparing to unpack .../049-systemd-timesyncd_251.4-1ubuntu7_arm64.deb ...
12:56:44 #11 25.01 Unpacking systemd-timesyncd (251.4-1ubuntu7) ...
12:56:44 #11 25.05 Selecting previously unselected package ucf.
12:56:44 #11 25.05 Preparing to unpack .../050-ucf_3.0043_all.deb ...
12:56:44 #11 25.06 Moving old data out of the way
12:56:44 #11 25.06 Unpacking ucf (3.0043) ...
12:56:44 #11 25.11 Selecting previously unselected package xdg-user-dirs.
12:56:44 #10 25.07 Selecting previously unselected package cpp.
12:56:44 #10 25.07 Preparing to unpack .../040-cpp_4%3a8.3.0-1_amd64.deb ...
12:56:44 #10 25.08 Unpacking cpp (4:8.3.0-1) ...
12:56:44 #10 25.22 Selecting previously unselected package libcc1-0:amd64.
12:56:44 #9 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 0.9s done
12:56:44 #11 11.10 Get:96 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liblsan0 amd64 12.1.0-2ubuntu1~22.04 [1069 kB]
12:56:44 #11 11.15 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtsan0 amd64 11.3.0-1ubuntu1~22.04 [2262 kB]
12:56:44 #11 11.24 Get:98 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libubsan1 amd64 12.1.0-2ubuntu1~22.04 [976 kB]
12:56:44 #11 11.29 Get:99 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libquadmath0 amd64 12.1.0-2ubuntu1~22.04 [154 kB]
12:56:44 #11 11.30 Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-11-dev amd64 11.3.0-1ubuntu1~22.04 [2517 kB]
12:56:44 #10 28.55 Preparing to unpack .../153-libdynaloader-functions-perl_0.003-1_all.deb ...
12:56:44 #10 28.56 Unpacking libdynaloader-functions-perl (0.003-1) ...
12:56:44 #10 28.58 Selecting previously unselected package libdevel-callchecker-perl.
12:56:44 #10 28.59 Preparing to unpack .../154-libdevel-callchecker-perl_0.007-2build1_arm64.deb ...
12:56:44 #10 28.59 Unpacking libdevel-callchecker-perl (0.007-2build1) ...
12:56:44 #10 28.62 Selecting previously unselected package libparams-classify-perl.
12:56:44 #10 28.62 Preparing to unpack .../155-libparams-classify-perl_0.015-1_arm64.deb ...
12:56:44 #10 28.62 Unpacking libparams-classify-perl (0.015-1) ...
12:56:44 #10 28.66 Selecting previously unselected package libmodule-runtime-perl.
12:56:44 #10 28.66 Preparing to unpack .../156-libmodule-runtime-perl_0.016-1_all.deb ...
12:56:44 #10 28.66 Unpacking libmodule-runtime-perl (0.016-1) ...
12:56:44 #10 28.70 Selecting previously unselected package libtry-tiny-perl.
12:56:44 #10 28.70 Preparing to unpack .../157-libtry-tiny-perl_0.30-1_all.deb ...
12:56:44 #10 28.70 Unpacking libtry-tiny-perl (0.30-1) ...
12:56:44 #10 28.73 Selecting previously unselected package libmodule-implementation-perl.
12:56:44 #10 28.73 Preparing to unpack .../158-libmodule-implementation-perl_0.09-1_all.deb ...
12:56:44 #10 28.74 Unpacking libmodule-implementation-perl (0.09-1) ...
12:56:44 #10 28.77 Selecting previously unselected package libsub-exporter-progressive-perl.
12:56:44 #10 28.77 Preparing to unpack .../159-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:56:44 #10 28.77 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:56:44 #10 28.80 Selecting previously unselected package libvariable-magic-perl.
12:56:44 #10 28.80 Preparing to unpack .../160-libvariable-magic-perl_0.62-1_arm64.deb ...
12:56:44 #10 28.81 Unpacking libvariable-magic-perl (0.62-1) ...
12:56:44 #10 28.86 Selecting previously unselected package libb-hooks-endofscope-perl.
12:56:44 #10 28.86 Preparing to unpack .../161-libb-hooks-endofscope-perl_0.21-1_all.deb ...
12:56:44 #10 28.87 Unpacking libb-hooks-endofscope-perl (0.21-1) ...
12:56:44 #10 44.18 Preparing to unpack .../387-python3-charset-normalizer_3.0.1-2_all.deb ...
12:56:44 #10 44.18 Unpacking python3-charset-normalizer (3.0.1-2) ...
12:56:44 #10 44.23 Selecting previously unselected package python3-idna.
12:56:44 #10 44.23 Preparing to unpack .../388-python3-idna_3.3-1_all.deb ...
12:56:44 #10 44.24 Unpacking python3-idna (3.3-1) ...
12:56:44 #10 44.29 Selecting previously unselected package python3-magic.
12:56:44 #10 44.29 Preparing to unpack .../389-python3-magic_2%3a0.4.26-3_all.deb ...
12:56:44 #10 44.30 Unpacking python3-magic (2:0.4.26-3) ...
12:56:44 #10 44.34 Selecting previously unselected package python3-six.
12:56:44 #10 44.34 Preparing to unpack .../390-python3-six_1.16.0-4_all.deb ...
12:56:44 #10 44.35 Unpacking python3-six (1.16.0-4) ...
12:56:44 #10 44.39 Selecting previously unselected package python3-urllib3.
12:56:44 #10 44.39 Preparing to unpack .../391-python3-urllib3_1.26.12-1_all.deb ...
12:56:44 #10 44.40 Unpacking python3-urllib3 (1.26.12-1) ...
12:56:44 #10 44.45 Selecting previously unselected package python3-requests.
12:56:44 #10 44.45 Preparing to unpack .../392-python3-requests_2.28.1+dfsg-1_all.deb ...
12:56:44 #10 44.46 Unpacking python3-requests (2.28.1+dfsg-1) ...
12:56:44 #10 44.50 Selecting previously unselected package python3-unidiff.
12:56:44 #10 20.76 (166/166): webkit2gtk3-jsc-2.38.4-1.el9.x86_64.  16 MB/s | 6.5 MB     00:00    
12:56:44 #10 20.76 --------------------------------------------------------------------------------
12:56:44 #10 20.76 Total                                           8.4 MB/s |  69 MB     00:08     
12:56:44 #11 20.66 Unpacking libelf1:arm64 (0.186-1build1) ...
12:56:44 #11 20.69 Selecting previously unselected package libicu70:arm64.
12:56:44 #11 20.69 Preparing to unpack .../014-libicu70_70.1-2_arm64.deb ...
12:56:44 #11 20.69 Unpacking libicu70:arm64 (70.1-2) ...
12:56:44 #10 50.08 Setting up libgcc-8-dev:arm64 (8.3.0-6) ...
12:56:44 #10 50.10 Setting up libperl5.28:arm64 (5.28.1-6+deb10u1) ...
12:56:44 #10 50.17 Setting up groff-base (1.22.4-3+deb10u1) ...
12:56:44 #10 50.25 Setting up cpp (4:8.3.0-1) ...
12:56:44 #10 50.27 Setting up gpgconf (2.2.12-1+deb10u2) ...
12:56:44 #11 23.33 Selecting previously unselected package autotools-dev.
12:56:44 #11 23.33 Preparing to unpack .../065-autotools-dev_20180224.1_all.deb ...
12:56:44 #11 23.34 Unpacking autotools-dev (20180224.1) ...
12:56:44 #11 23.39 Selecting previously unselected package automake.
12:56:44 #11 23.39 Preparing to unpack .../066-automake_1%3a1.16.1-4ubuntu6_all.deb ...
12:56:44 #11 23.39 Unpacking automake (1:1.16.1-4ubuntu6) ...
12:56:44 #11 23.47 Selecting previously unselected package autopoint.
12:56:44 #11 23.47 Preparing to unpack .../067-autopoint_0.19.8.1-10build1_all.deb ...
12:56:44 #11 23.47 Unpacking autopoint (0.19.8.1-10build1) ...
12:56:44 #11 23.53 Selecting previously unselected package binutils-common:arm64.
12:56:44 #11 23.53 Preparing to unpack .../068-binutils-common_2.34-6ubuntu1.4_arm64.deb ...
12:56:44 #11 23.54 Unpacking binutils-common:arm64 (2.34-6ubuntu1.4) ...
12:56:44 #11 23.59 Selecting previously unselected package libbinutils:arm64.
12:56:44 #10 22.26 Preparing to unpack .../038-linux-libc-dev_6.1.8-1_amd64.deb ...
12:56:44 #10 22.27 Unpacking linux-libc-dev:amd64 (6.1.8-1) ...
12:56:45 #11 23.13 Preparing to unpack .../009-libsystemd-shared_251.4-1ubuntu7_amd64.deb ...
12:56:45 #11 23.14 Unpacking libsystemd-shared:amd64 (251.4-1ubuntu7) ...
12:56:45 #11 23.19 Selecting previously unselected package systemd.
12:56:45 #11 23.20 Preparing to unpack .../010-systemd_251.4-1ubuntu7_amd64.deb ...
12:56:45 #11 23.21 Unpacking systemd (251.4-1ubuntu7) ...
12:56:45 #11 23.33 Selecting previously unselected package perl-modules-5.34.
12:56:45 #11 23.33 Preparing to unpack .../011-perl-modules-5.34_5.34.0-5ubuntu1.1_all.deb ...
12:56:45 #11 23.33 Unpacking perl-modules-5.34 (5.34.0-5ubuntu1.1) ...
12:56:45 #11 25.11 Preparing to unpack .../051-xdg-user-dirs_0.17-2ubuntu4_arm64.deb ...
12:56:45 #11 25.12 Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
12:56:45 #11 25.16 Selecting previously unselected package bsdextrautils.
12:56:45 #11 25.17 Preparing to unpack .../052-bsdextrautils_2.38-4ubuntu1_arm64.deb ...
12:56:45 #11 25.17 Unpacking bsdextrautils (2.38-4ubuntu1) ...
12:56:45 #11 25.21 Selecting previously unselected package libmagic-mgc.
12:56:45 #11 25.21 Preparing to unpack .../053-libmagic-mgc_1%3a5.41-4_arm64.deb ...
12:56:45 #11 25.21 Unpacking libmagic-mgc (1:5.41-4) ...
12:56:45 #11 25.28 Selecting previously unselected package libmagic1:arm64.
12:56:45 #11 25.28 Preparing to unpack .../054-libmagic1_1%3a5.41-4_arm64.deb ...
12:56:45 #11 25.28 Unpacking libmagic1:arm64 (1:5.41-4) ...
12:56:45 #11 25.31 Selecting previously unselected package file.
12:56:45 #11 25.31 Preparing to unpack .../055-file_1%3a5.41-4_arm64.deb ...
12:56:45 #11 25.32 Unpacking file (1:5.41-4) ...
12:56:45 #11 25.35 Selecting previously unselected package gettext-base.
12:56:45 #11 25.35 Preparing to unpack .../056-gettext-base_0.21-8_arm64.deb ...
12:56:45 #11 25.35 Unpacking gettext-base (0.21-8) ...
12:56:45 #11 25.39 Selecting previously unselected package libuchardet0:arm64.
12:56:45 #11 25.39 Preparing to unpack .../057-libuchardet0_0.0.7-1build2_arm64.deb ...
12:56:45 #11 25.40 Unpacking libuchardet0:arm64 (0.0.7-1build2) ...
12:56:45 #11 25.43 Selecting previously unselected package groff-base.
12:56:45 #10 25.22 Preparing to unpack .../041-libcc1-0_8.3.0-6_amd64.deb ...
12:56:45 #10 25.23 Unpacking libcc1-0:amd64 (8.3.0-6) ...
12:56:45 #10 25.32 Selecting previously unselected package libgomp1:amd64.
12:56:45 #10 25.32 Preparing to unpack .../042-libgomp1_8.3.0-6_amd64.deb ...
12:56:45 #10 25.33 Unpacking libgomp1:amd64 (8.3.0-6) ...
12:56:45 #10 25.40 Selecting previously unselected package libitm1:amd64.
12:56:45 #10 25.40 Preparing to unpack .../043-libitm1_8.3.0-6_amd64.deb ...
12:56:45 #10 25.41 Unpacking libitm1:amd64 (8.3.0-6) ...
12:56:45 #9 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b
12:56:45 #10 28.89 Selecting previously unselected package libhtml-tagset-perl.
12:56:45 #10 28.89 Preparing to unpack .../162-libhtml-tagset-perl_3.20-3_all.deb ...
12:56:45 #10 28.90 Unpacking libhtml-tagset-perl (3.20-3) ...
12:56:45 #10 28.93 Selecting previously unselected package liburi-perl.
12:56:45 #10 28.93 Preparing to unpack .../163-liburi-perl_1.73-1_all.deb ...
12:56:45 #10 28.93 Unpacking liburi-perl (1.73-1) ...
12:56:45 #10 28.97 Selecting previously unselected package libhtml-parser-perl.
12:56:45 #10 28.97 Preparing to unpack .../164-libhtml-parser-perl_3.72-3build1_arm64.deb ...
12:56:45 #10 28.97 Unpacking libhtml-parser-perl (3.72-3build1) ...
12:56:45 #10 29.00 Selecting previously unselected package libcgi-pm-perl.
12:56:45 #10 29.00 Preparing to unpack .../165-libcgi-pm-perl_4.38-1_all.deb ...
12:56:45 #10 29.01 Unpacking libcgi-pm-perl (4.38-1) ...
12:56:45 #10 29.05 Selecting previously unselected package libfcgi-perl.
12:56:45 #10 29.05 Preparing to unpack .../166-libfcgi-perl_0.78-2build1_arm64.deb ...
12:56:45 #10 29.05 Unpacking libfcgi-perl (0.78-2build1) ...
12:56:45 #10 29.08 Selecting previously unselected package libcgi-fast-perl.
12:56:45 #10 29.08 Preparing to unpack .../167-libcgi-fast-perl_1%3a2.13-1_all.deb ...
12:56:45 #11 11.40 Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11 amd64 11.3.0-1ubuntu1~22.04 [20.1 MB]
12:56:45 #10 44.51 Preparing to unpack .../393-python3-unidiff_0.7.3-1_all.deb ...
12:56:45 #10 44.52 Unpacking python3-unidiff (0.7.3-1) ...
12:56:45 #10 44.57 Selecting previously unselected package shared-mime-info.
12:56:45 #10 44.57 Preparing to unpack .../394-shared-mime-info_2.2-1_arm64.deb ...
12:56:45 #10 44.58 Unpacking shared-mime-info (2.2-1) ...
12:56:45 #10 44.68 Selecting previously unselected package strace.
12:56:45 #10 44.68 Preparing to unpack .../395-strace_6.1-0.1_arm64.deb ...
12:56:45 #10 44.69 Unpacking strace (6.1-0.1) ...
12:56:45 #10 44.76 Selecting previously unselected package xauth.
12:56:45 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 93.32MB / 116.78MB 15.6s
12:56:45 #11 20.89 Selecting previously unselected package libxml2:arm64.
12:56:45 #11 20.89 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1ubuntu0.2_arm64.deb ...
12:56:45 #11 20.89 Unpacking libxml2:arm64 (2.9.13+dfsg-1ubuntu0.2) ...
12:56:45 #11 20.94 Selecting previously unselected package libyaml-0-2:arm64.
12:56:45 #11 20.94 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_arm64.deb ...
12:56:45 #11 20.94 Unpacking libyaml-0-2:arm64 (0.2.2-1build2) ...
12:56:45 #11 20.97 Selecting previously unselected package lsb-release.
12:56:45 #11 20.97 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ...
12:56:45 #11 20.98 Unpacking lsb-release (11.1.0ubuntu4) ...
12:56:45 #11 21.01 Selecting previously unselected package netbase.
12:56:45 #11 21.01 Preparing to unpack .../018-netbase_6.3_all.deb ...
12:56:45 #11 21.01 Unpacking netbase (6.3) ...
12:56:45 #11 21.04 Selecting previously unselected package python-apt-common.
12:56:45 #11 21.04 Preparing to unpack .../019-python-apt-common_2.4.0_all.deb ...
12:56:45 #11 21.05 Unpacking python-apt-common (2.4.0) ...
12:56:45 #11 21.08 Selecting previously unselected package python3-apt.
12:56:45 #11 21.08 Preparing to unpack .../020-python3-apt_2.4.0_arm64.deb ...
12:56:45 #11 21.08 Unpacking python3-apt (2.4.0) ...
12:56:45 #11 21.12 Selecting previously unselected package python3-pkg-resources.
12:56:45 #11 21.12 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
12:56:45 #11 21.12 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
12:56:45 #11 21.17 Selecting previously unselected package ucf.
12:56:45 #10 50.30 Setting up libcurl4:arm64 (7.64.0-4+deb10u4) ...
12:56:45 #10 50.32 Setting up libc6-dev:arm64 (2.28-10+deb10u2) ...
12:56:45 #10 50.34 Setting up libx11-6:arm64 (2:1.6.7-1+deb10u2) ...
12:56:45 #10 50.36 Setting up curl (7.64.0-4+deb10u4) ...
12:56:45 #10 50.38 Setting up libxmuu1:arm64 (2:1.1.2-2+b3) ...
12:56:45 #10 50.41 Setting up gpg (2.2.12-1+deb10u2) ...
12:56:45 #10 50.42 Setting up guile-2.2-libs:arm64 (2.2.4+1-2+deb10u1) ...
12:56:45 #10 50.43 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
12:56:45 #10 50.45 Setting up libstdc++-8-dev:arm64 (8.3.0-6) ...
12:56:45 #10 50.46 Setting up python3.7 (3.7.3-2+deb10u4) ...
12:56:45 #11 23.59 Preparing to unpack .../069-libbinutils_2.34-6ubuntu1.4_arm64.deb ...
12:56:45 #11 23.59 Unpacking libbinutils:arm64 (2.34-6ubuntu1.4) ...
12:56:45 #11 23.67 Selecting previously unselected package libctf-nobfd0:arm64.
12:56:45 #11 23.67 Preparing to unpack .../070-libctf-nobfd0_2.34-6ubuntu1.4_arm64.deb ...
12:56:45 #11 23.67 Unpacking libctf-nobfd0:arm64 (2.34-6ubuntu1.4) ...
12:56:45 #11 23.71 Selecting previously unselected package libctf0:arm64.
12:56:45 #11 23.72 Preparing to unpack .../071-libctf0_2.34-6ubuntu1.4_arm64.deb ...
12:56:45 #11 23.72 Unpacking libctf0:arm64 (2.34-6ubuntu1.4) ...
12:56:45 #11 23.77 Selecting previously unselected package binutils-aarch64-linux-gnu.
12:56:45 #11 23.77 Preparing to unpack .../072-binutils-aarch64-linux-gnu_2.34-6ubuntu1.4_arm64.deb ...
12:56:45 #11 23.78 Unpacking binutils-aarch64-linux-gnu (2.34-6ubuntu1.4) ...
12:56:45 #10 22.73 Selecting previously unselected package libcrypt-dev:amd64.
12:56:45 #10 22.73 Preparing to unpack .../039-libcrypt-dev_1%3a4.4.33-2_amd64.deb ...
12:56:45 #10 22.77 Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ...
12:56:45 #10 22.81 Selecting previously unselected package libtirpc-dev:amd64.
12:56:45 #11 25.43 Preparing to unpack .../058-groff-base_1.22.4-8build1_arm64.deb ...
12:56:45 #11 25.44 Unpacking groff-base (1.22.4-8build1) ...
12:56:45 #11 25.51 Selecting previously unselected package libcbor0.8:arm64.
12:56:45 #11 25.51 Preparing to unpack .../059-libcbor0.8_0.8.0-2ubuntu1_arm64.deb ...
12:56:45 #11 25.51 Unpacking libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
12:56:45 #11 25.55 Selecting previously unselected package libedit2:arm64.
12:56:45 #11 25.55 Preparing to unpack .../060-libedit2_3.1-20210910-1build1_arm64.deb ...
12:56:45 #11 25.56 Unpacking libedit2:arm64 (3.1-20210910-1build1) ...
12:56:45 #11 25.59 Selecting previously unselected package libfido2-1:arm64.
12:56:45 #11 25.60 Preparing to unpack .../061-libfido2-1_1.11.0-1_arm64.deb ...
12:56:45 #11 25.60 Unpacking libfido2-1:arm64 (1.11.0-1) ...
12:56:45 #11 25.63 Selecting previously unselected package libnghttp2-14:arm64.
12:56:45 #11 25.64 Preparing to unpack .../062-libnghttp2-14_1.49.0-1_arm64.deb ...
12:56:45 #11 25.64 Unpacking libnghttp2-14:arm64 (1.49.0-1) ...
12:56:45 #11 25.68 Selecting previously unselected package libpipeline1:arm64.
12:56:45 #10 25.50 Selecting previously unselected package libatomic1:amd64.
12:56:45 #10 25.50 Preparing to unpack .../044-libatomic1_8.3.0-6_amd64.deb ...
12:56:45 #10 25.52 Unpacking libatomic1:amd64 (8.3.0-6) ...
12:56:45 #10 25.75 Selecting previously unselected package libasan5:amd64.
12:56:45 #10 29.13 Unpacking libcgi-fast-perl (1:2.13-1) ...
12:56:45 #10 29.15 Selecting previously unselected package libsub-name-perl.
12:56:45 #10 29.16 Preparing to unpack .../168-libsub-name-perl_0.21-1build1_arm64.deb ...
12:56:45 #10 29.16 Unpacking libsub-name-perl (0.21-1build1) ...
12:56:45 #10 29.19 Selecting previously unselected package libclass-accessor-perl.
12:56:45 #10 29.19 Preparing to unpack .../169-libclass-accessor-perl_0.51-1_all.deb ...
12:56:45 #10 29.19 Unpacking libclass-accessor-perl (0.51-1) ...
12:56:45 #10 29.22 Selecting previously unselected package libclass-method-modifiers-perl.
12:56:45 #10 29.22 Preparing to unpack .../170-libclass-method-modifiers-perl_2.12-1_all.deb ...
12:56:45 #10 29.23 Unpacking libclass-method-modifiers-perl (2.12-1) ...
12:56:45 #10 29.25 Selecting previously unselected package libclass-xsaccessor-perl.
12:56:45 #10 29.26 Preparing to unpack .../171-libclass-xsaccessor-perl_1.19-2build8_arm64.deb ...
12:56:45 #10 29.26 Unpacking libclass-xsaccessor-perl (1.19-2build8) ...
12:56:45 #10 29.29 Selecting previously unselected package libclone-perl.
12:56:45 #10 29.29 Preparing to unpack .../172-libclone-perl_0.39-1_arm64.deb ...
12:56:45 #10 29.29 Unpacking libclone-perl (0.39-1) ...
12:56:45 #10 29.32 Selecting previously unselected package libdata-dump-perl.
12:56:45 #10 29.32 Preparing to unpack .../173-libdata-dump-perl_1.23-1_all.deb ...
12:56:45 #10 29.32 Unpacking libdata-dump-perl (1.23-1) ...
12:56:45 #10 29.35 Selecting previously unselected package libparams-util-perl.
12:56:45 #10 29.35 Preparing to unpack .../174-libparams-util-perl_1.07-3build3_arm64.deb ...
12:56:45 #10 29.36 Unpacking libparams-util-perl (1.07-3build3) ...
12:56:45 #10 29.38 Selecting previously unselected package libsub-install-perl.
12:56:45 #10 29.38 Preparing to unpack .../175-libsub-install-perl_0.928-1_all.deb ...
12:56:45 #10 29.39 Unpacking libsub-install-perl (0.928-1) ...
12:56:45 #10 29.41 Selecting previously unselected package libdata-optlist-perl.
12:56:45 #10 44.76 Preparing to unpack .../396-xauth_1%3a1.1.2-1_arm64.deb ...
12:56:45 #10 44.77 Unpacking xauth (1:1.1.2-1) ...
12:56:45 #10 44.82 Selecting previously unselected package xdg-user-dirs.
12:56:45 #10 44.82 Preparing to unpack .../397-xdg-user-dirs_0.18-1_arm64.deb ...
12:56:45 #10 44.83 Unpacking xdg-user-dirs (0.18-1) ...
12:56:45 #10 44.89 Selecting previously unselected package zstd.
12:56:45 #10 44.89 Preparing to unpack .../398-zstd_1.5.2+dfsg2-3_arm64.deb ...
12:56:45 #10 44.90 Unpacking zstd (1.5.2+dfsg2-3) ...
12:56:45 #10 44.99 Setting up liblz1:arm64 (1.13-5) ...
12:56:45 #11 21.17 Preparing to unpack .../022-ucf_3.0043_all.deb ...
12:56:45 #11 21.17 Moving old data out of the way
12:56:45 #11 21.17 Unpacking ucf (3.0043) ...
12:56:45 #11 21.21 Selecting previously unselected package bsdextrautils.
12:56:45 #11 21.22 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_arm64.deb ...
12:56:45 #11 21.22 Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
12:56:45 #11 21.26 Selecting previously unselected package libmagic-mgc.
12:56:45 #11 21.26 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3_arm64.deb ...
12:56:45 #11 21.26 Unpacking libmagic-mgc (1:5.41-3) ...
12:56:45 #11 21.32 Selecting previously unselected package libmagic1:arm64.
12:56:45 #11 21.32 Preparing to unpack .../025-libmagic1_1%3a5.41-3_arm64.deb ...
12:56:45 #11 21.33 Unpacking libmagic1:arm64 (1:5.41-3) ...
12:56:45 #11 21.35 Selecting previously unselected package file.
12:56:45 #11 21.35 Preparing to unpack .../026-file_1%3a5.41-3_arm64.deb ...
12:56:45 #11 21.36 Unpacking file (1:5.41-3) ...
12:56:45 #11 21.38 Selecting previously unselected package gettext-base.
12:56:45 #11 21.39 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_arm64.deb ...
12:56:45 #11 21.39 Unpacking gettext-base (0.21-4ubuntu4) ...
12:56:45 #11 21.42 Selecting previously unselected package libuchardet0:arm64.
12:56:45 #10 22.82 Preparing to unpack .../040-libtirpc-dev_1.3.3+ds-1_amd64.deb ...
12:56:45 #10 22.82 Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ...
12:56:45 #10 22.90 Selecting previously unselected package libnsl-dev:amd64.
12:56:45 #10 22.90 Preparing to unpack .../041-libnsl-dev_1.3.0-2_amd64.deb ...
12:56:45 #10 22.90 Unpacking libnsl-dev:amd64 (1.3.0-2) ...
12:56:45 #11 24.02 Selecting previously unselected package binutils.
12:56:45 #11 24.02 Preparing to unpack .../073-binutils_2.34-6ubuntu1.4_arm64.deb ...
12:56:45 #11 24.03 Unpacking binutils (2.34-6ubuntu1.4) ...
12:56:45 #11 24.06 Selecting previously unselected package libc-dev-bin.
12:56:45 #11 24.06 Preparing to unpack .../074-libc-dev-bin_2.31-0ubuntu9.9_arm64.deb ...
12:56:45 #11 24.07 Unpacking libc-dev-bin (2.31-0ubuntu9.9) ...
12:56:45 #11 24.10 Selecting previously unselected package linux-libc-dev:arm64.
12:56:45 #11 24.11 Preparing to unpack .../075-linux-libc-dev_5.4.0-137.154_arm64.deb ...
12:56:45 #11 24.11 Unpacking linux-libc-dev:arm64 (5.4.0-137.154) ...
12:56:45 #11 25.68 Preparing to unpack .../063-libpipeline1_1.5.6-2_arm64.deb ...
12:56:45 #11 25.69 Unpacking libpipeline1:arm64 (1.5.6-2) ...
12:56:45 #11 25.73 Selecting previously unselected package libpng16-16:arm64.
12:56:45 #11 25.73 Preparing to unpack .../064-libpng16-16_1.6.38-2_arm64.deb ...
12:56:45 #11 25.74 Unpacking libpng16-16:arm64 (1.6.38-2) ...
12:56:45 #11 25.78 Selecting previously unselected package libpsl5:arm64.
12:56:45 #11 25.78 Preparing to unpack .../065-libpsl5_0.21.0-1.2build2_arm64.deb ...
12:56:45 #11 25.79 Unpacking libpsl5:arm64 (0.21.0-1.2build2) ...
12:56:45 #11 25.82 Selecting previously unselected package libxau6:arm64.
12:56:45 #11 25.83 Preparing to unpack .../066-libxau6_1%3a1.0.9-1build5_arm64.deb ...
12:56:45 #11 25.83 Unpacking libxau6:arm64 (1:1.0.9-1build5) ...
12:56:45 #11 25.87 Selecting previously unselected package libxdmcp6:arm64.
12:56:45 #11 25.87 Preparing to unpack .../067-libxdmcp6_1%3a1.1.3-0ubuntu5_arm64.deb ...
12:56:45 #11 25.88 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ...
12:56:45 #11 25.92 Selecting previously unselected package libxcb1:arm64.
12:56:45 #11 23.72 Selecting previously unselected package libgdbm6:amd64.
12:56:45 #11 23.72 Preparing to unpack .../012-libgdbm6_1.23-1_amd64.deb ...
12:56:45 #11 23.72 Unpacking libgdbm6:amd64 (1.23-1) ...
12:56:45 #11 23.76 Selecting previously unselected package libgdbm-compat4:amd64.
12:56:45 #11 23.76 Preparing to unpack .../013-libgdbm-compat4_1.23-1_amd64.deb ...
12:56:45 #11 23.77 Unpacking libgdbm-compat4:amd64 (1.23-1) ...
12:56:45 #11 23.81 Selecting previously unselected package libperl5.34:amd64.
12:56:45 #11 23.81 Preparing to unpack .../014-libperl5.34_5.34.0-5ubuntu1.1_amd64.deb ...
12:56:45 #11 23.82 Unpacking libperl5.34:amd64 (5.34.0-5ubuntu1.1) ...
12:56:45 #10 25.75 Preparing to unpack .../045-libasan5_8.3.0-6_amd64.deb ...
12:56:45 #10 25.77 Unpacking libasan5:amd64 (8.3.0-6) ...
12:56:45 #10 25.97 Selecting previously unselected package liblsan0:amd64.
12:56:45 #10 25.97 Preparing to unpack .../046-liblsan0_8.3.0-6_amd64.deb ...
12:56:45 #10 29.42 Preparing to unpack .../176-libdata-optlist-perl_0.110-1_all.deb ...
12:56:45 #10 29.42 Unpacking libdata-optlist-perl (0.110-1) ...
12:56:45 #10 29.45 Selecting previously unselected package libdevel-globaldestruction-perl.
12:56:45 #10 29.45 Preparing to unpack .../177-libdevel-globaldestruction-perl_0.14-1_all.deb ...
12:56:45 #10 29.45 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
12:56:45 #10 29.48 Selecting previously unselected package libdigest-hmac-perl.
12:56:45 #10 29.48 Preparing to unpack .../178-libdigest-hmac-perl_1.03+dfsg-1_all.deb ...
12:56:45 #10 29.48 Unpacking libdigest-hmac-perl (1.03+dfsg-1) ...
12:56:45 #10 29.51 Selecting previously unselected package libdistro-info-perl.
12:56:45 #10 29.51 Preparing to unpack .../179-libdistro-info-perl_0.18ubuntu0.18.04.1_all.deb ...
12:56:45 #10 29.52 Unpacking libdistro-info-perl (0.18ubuntu0.18.04.1) ...
12:56:45 #10 29.55 Selecting previously unselected package perl-openssl-defaults:arm64.
12:56:45 #10 29.55 Preparing to unpack .../180-perl-openssl-defaults_3build1_arm64.deb ...
12:56:45 #10 29.55 Unpacking perl-openssl-defaults:arm64 (3build1) ...
12:56:45 #10 29.58 Selecting previously unselected package libnet-ssleay-perl.
12:56:45 #10 29.58 Preparing to unpack .../181-libnet-ssleay-perl_1.84-1ubuntu0.2_arm64.deb ...
12:56:45 #10 29.58 Unpacking libnet-ssleay-perl (1.84-1ubuntu0.2) ...
12:56:45 #10 29.66 Selecting previously unselected package libio-socket-ssl-perl.
12:56:45 #10 45.00 Setting up libksba8:arm64 (1.6.3-2) ...
12:56:45 #10 45.02 Setting up media-types (8.0.0) ...
12:56:45 #10 45.04 Setting up libpipeline1:arm64 (1.5.7-1) ...
12:56:45 #10 45.05 Setting up plzip (1.10-5) ...
12:56:45 #10 45.06 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip (lzip) in auto mode
12:56:45 #10 45.06 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
12:56:45 #10 45.07 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
12:56:45 #10 45.08 Setting up wdiff (1.2.2-4) ...
12:56:45 #10 45.09 Setting up libaom3:arm64 (3.5.0-1) ...
12:56:45 #10 45.10 Setting up libabsl20220623:arm64 (20220623.1-1) ...
12:56:45 #10 45.11 Setting up libxau6:arm64 (1:1.0.9-1) ...
12:56:45 #10 45.12 Setting up libre2-9:arm64 (20220601+dfsg-1+b1) ...
12:56:45 #10 45.14 Setting up libkeyutils1:arm64 (1.6.3-2) ...
12:56:45 #10 45.15 Setting up libpsl5:arm64 (0.21.0-1.2) ...
12:56:45 #10 45.16 Setting up libgpm2:arm64 (1.20.7-10+b1) ...
12:56:45 #10 45.18 Setting up libicu72:arm64 (72.1-3) ...
12:56:45 #10 45.19 Setting up liblerc4:arm64 (4.0.0+ds-2) ...
12:56:45 #10 45.20 Setting up bsdextrautils (2.38.1-4) ...
12:56:45 #10 45.21 Setting up libfcgi0ldbl:arm64 (2.4.2-2) ...
12:56:45 #10 45.23 Setting up libtext-glob-perl (0.11-3) ...
12:56:45 #10 45.24 Setting up xdg-user-dirs (0.18-1) ...
12:56:45 #10 45.28 Setting up libmagic-mgc (1:5.44-3) ...
12:56:45 #10 45.29 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
12:56:45 #10 45.30 Setting up libglib2.0-0:arm64 (2.74.5-1) ...
12:56:45 #10 45.32 No schema files found: doing nothing.
12:56:45 #14 7.907 Transaction test succeeded.
12:56:45 #14 7.910 Running transaction
12:56:45 #11 21.43 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_arm64.deb ...
12:56:45 #11 21.43 Unpacking libuchardet0:arm64 (0.0.7-1build2) ...
12:56:45 #11 21.46 Selecting previously unselected package groff-base.
12:56:45 #11 21.46 Preparing to unpack .../029-groff-base_1.22.4-8build1_arm64.deb ...
12:56:45 #11 21.46 Unpacking groff-base (1.22.4-8build1) ...
12:56:45 #11 21.53 Selecting previously unselected package libcbor0.8:arm64.
12:56:45 #11 21.53 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_arm64.deb ...
12:56:45 #11 21.53 Unpacking libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
12:56:45 #11 21.56 Selecting previously unselected package libedit2:arm64.
12:56:45 #11 21.57 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_arm64.deb ...
12:56:45 #11 21.57 Unpacking libedit2:arm64 (3.1-20210910-1build1) ...
12:56:45 #11 21.61 Selecting previously unselected package libfido2-1:arm64.
12:56:45 #11 21.61 Preparing to unpack .../032-libfido2-1_1.10.0-1_arm64.deb ...
12:56:45 #11 21.61 Unpacking libfido2-1:arm64 (1.10.0-1) ...
12:56:45 #11 21.64 Selecting previously unselected package libnghttp2-14:arm64.
12:56:45 #10 22.94 Selecting previously unselected package rpcsvc-proto.
12:56:45 #10 22.94 Preparing to unpack .../042-rpcsvc-proto_1.4.3-1_amd64.deb ...
12:56:45 #10 22.95 Unpacking rpcsvc-proto (1.4.3-1) ...
12:56:45 #10 22.99 Selecting previously unselected package libc6-dev:amd64.
12:56:45 #10 23.00 Preparing to unpack .../043-libc6-dev_2.36-8_amd64.deb ...
12:56:45 #10 23.00 Unpacking libc6-dev:amd64 (2.36-8) ...
12:56:45 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 99.61MB / 116.78MB 16.2s
12:56:45 #11 24.27 Selecting previously unselected package libcrypt-dev:arm64.
12:56:45 #11 24.27 Preparing to unpack .../076-libcrypt-dev_1%3a4.4.10-10ubuntu4_arm64.deb ...
12:56:45 #11 24.27 Unpacking libcrypt-dev:arm64 (1:4.4.10-10ubuntu4) ...
12:56:45 #11 24.31 Selecting previously unselected package libc6-dev:arm64.
12:56:45 #11 24.31 Preparing to unpack .../077-libc6-dev_2.31-0ubuntu9.9_arm64.deb ...
12:56:45 #11 24.32 Unpacking libc6-dev:arm64 (2.31-0ubuntu9.9) ...
12:56:45 #11 24.01 Selecting previously unselected package perl.
12:56:45 #11 24.01 Preparing to unpack .../015-perl_5.34.0-5ubuntu1.1_amd64.deb ...
12:56:45 #11 24.02 Unpacking perl (5.34.0-5ubuntu1.1) ...
12:56:45 #11 24.08 Selecting previously unselected package openssl.
12:56:45 #11 24.08 Preparing to unpack .../016-openssl_3.0.5-2ubuntu2.1_amd64.deb ...
12:56:45 #11 24.08 Unpacking openssl (3.0.5-2ubuntu2.1) ...
12:56:45 #11 24.13 Selecting previously unselected package ca-certificates.
12:56:45 #11 24.13 Preparing to unpack .../017-ca-certificates_20211016ubuntu0.22.10.1_all.deb ...
12:56:45 #11 24.13 Unpacking ca-certificates (20211016ubuntu0.22.10.1) ...
12:56:45 #11 24.18 Selecting previously unselected package libdbus-1-3:amd64.
12:56:45 #11 25.92 Preparing to unpack .../068-libxcb1_1.15-1_arm64.deb ...
12:56:45 #11 25.92 Unpacking libxcb1:arm64 (1.15-1) ...
12:56:45 #11 25.96 Selecting previously unselected package libx11-data.
12:56:45 #11 25.96 Preparing to unpack .../069-libx11-data_2%3a1.8.1-2_all.deb ...
12:56:45 #11 25.96 Unpacking libx11-data (2:1.8.1-2) ...
12:56:45 #11 26.03 Selecting previously unselected package libx11-6:arm64.
12:56:45 #11 26.03 Preparing to unpack .../070-libx11-6_2%3a1.8.1-2_arm64.deb ...
12:56:45 #11 26.04 Unpacking libx11-6:arm64 (2:1.8.1-2) ...
12:56:45 #11 26.12 Selecting previously unselected package libxext6:arm64.
12:56:45 #11 26.12 Preparing to unpack .../071-libxext6_2%3a1.3.4-1build1_arm64.deb ...
12:56:45 #11 26.12 Unpacking libxext6:arm64 (2:1.3.4-1build1) ...
12:56:45 #11 26.16 Selecting previously unselected package libxmuu1:arm64.
12:56:45 #11 26.16 Preparing to unpack .../072-libxmuu1_2%3a1.1.3-3_arm64.deb ...
12:56:45 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 5.2s
12:56:45 #10 26.06 Unpacking liblsan0:amd64 (8.3.0-6) ...
12:56:45 #10 29.66 Preparing to unpack .../182-libio-socket-ssl-perl_2.060-3~ubuntu18.04.1_all.deb ...
12:56:45 #10 29.66 Unpacking libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
12:56:45 #10 29.70 Selecting previously unselected package libnet-smtp-ssl-perl.
12:56:45 #10 29.70 Preparing to unpack .../183-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:56:45 #10 29.71 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:56:45 #10 29.74 Selecting previously unselected package libmailtools-perl.
12:56:45 #10 29.74 Preparing to unpack .../184-libmailtools-perl_2.18-1_all.deb ...
12:56:45 #10 29.74 Unpacking libmailtools-perl (2.18-1) ...
12:56:45 #10 29.77 Selecting previously unselected package libsocket6-perl.
12:56:45 #10 29.77 Preparing to unpack .../185-libsocket6-perl_0.27-1build2_arm64.deb ...
12:56:45 #10 29.78 Unpacking libsocket6-perl (0.27-1build2) ...
12:56:45 #10 29.80 Selecting previously unselected package libio-socket-inet6-perl.
12:56:45 #10 29.81 Preparing to unpack .../186-libio-socket-inet6-perl_2.72-2_all.deb ...
12:56:45 #10 29.81 Unpacking libio-socket-inet6-perl (2.72-2) ...
12:56:45 #10 29.84 Selecting previously unselected package libnet-ip-perl.
12:56:45 #10 29.84 Preparing to unpack .../187-libnet-ip-perl_1.26-1_all.deb ...
12:56:45 #10 29.84 Unpacking libnet-ip-perl (1.26-1) ...
12:56:45 #10 29.87 Selecting previously unselected package libnet-dns-perl.
12:56:45 #10 29.87 Preparing to unpack .../188-libnet-dns-perl_1.10-2_all.deb ...
12:56:45 #10 45.33 Setting up distro-info-data (0.56) ...
12:56:45 #10 45.34 Setting up manpages (6.02-1) ...
12:56:45 #10 45.36 Setting up libtirpc-common (1.3.3+ds-1) ...
12:56:45 #10 45.37 Setting up unzip (6.0-27) ...
12:56:45 #10 45.39 Setting up libcbor0.8:arm64 (0.8.0-2+b1) ...
12:56:45 #10 45.40 Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
12:56:45 #10 45.42 Setting up libsqlite3-0:arm64 (3.40.1-1) ...
12:56:45 #10 45.43 Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ...
12:56:45 #10 45.46 Setting up libfcgi-bin (2.4.2-2) ...
12:56:45 #10 45.47 Setting up binutils-common:arm64 (2.40-2) ...
12:56:45 #10 45.49 Setting up libnghttp2-14:arm64 (1.51.0-1) ...
12:56:45 #10 45.50 Setting up libmagic1:arm64 (1:5.44-3) ...
12:56:45 #10 45.52 Setting up libdeflate0:arm64 (1.14-1) ...
12:56:45 #11 21.64 Preparing to unpack .../033-libnghttp2-14_1.43.0-1build3_arm64.deb ...
12:56:45 #11 21.65 Unpacking libnghttp2-14:arm64 (1.43.0-1build3) ...
12:56:45 #11 21.68 Selecting previously unselected package libpipeline1:arm64.
12:56:45 #11 21.68 Preparing to unpack .../034-libpipeline1_1.5.5-1_arm64.deb ...
12:56:45 #11 21.68 Unpacking libpipeline1:arm64 (1.5.5-1) ...
12:56:45 #11 21.72 Selecting previously unselected package libpng16-16:arm64.
12:56:45 #11 21.72 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_arm64.deb ...
12:56:45 #11 21.72 Unpacking libpng16-16:arm64 (1.6.37-3build5) ...
12:56:45 #11 21.75 Selecting previously unselected package libpsl5:arm64.
12:56:45 #11 21.75 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_arm64.deb ...
12:56:45 #11 21.76 Unpacking libpsl5:arm64 (0.21.0-1.2build2) ...
12:56:45 #11 21.79 Selecting previously unselected package libxau6:arm64.
12:56:45 #11 21.79 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_arm64.deb ...
12:56:45 #11 21.79 Unpacking libxau6:arm64 (1:1.0.9-1build5) ...
12:56:45 #11 21.82 Selecting previously unselected package libxdmcp6:arm64.
12:56:45 #11 21.82 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_arm64.deb ...
12:56:45 #11 21.83 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ...
12:56:45 #11 21.86 Selecting previously unselected package libxcb1:arm64.
12:56:46 #10 23.43 Selecting previously unselected package libisl23:amd64.
12:56:46 #10 23.43 Preparing to unpack .../044-libisl23_0.25-1_amd64.deb ...
12:56:46 #10 23.44 Unpacking libisl23:amd64 (0.25-1) ...
12:56:46 #11 24.56 Selecting previously unselected package gcc-9-base:arm64.
12:56:46 #11 24.18 Preparing to unpack .../018-libdbus-1-3_1.14.0-2ubuntu3_amd64.deb ...
12:56:46 #11 24.19 Unpacking libdbus-1-3:amd64 (1.14.0-2ubuntu3) ...
12:56:46 #11 24.21 Selecting previously unselected package dbus-bin.
12:56:46 #11 24.21 Preparing to unpack .../019-dbus-bin_1.14.0-2ubuntu3_amd64.deb ...
12:56:46 #11 24.21 Unpacking dbus-bin (1.14.0-2ubuntu3) ...
12:56:46 #11 24.24 Selecting previously unselected package dbus-session-bus-common.
12:56:46 #11 24.24 Preparing to unpack .../020-dbus-session-bus-common_1.14.0-2ubuntu3_all.deb ...
12:56:46 #11 24.24 Unpacking dbus-session-bus-common (1.14.0-2ubuntu3) ...
12:56:46 #11 24.27 Selecting previously unselected package dbus-daemon.
12:56:46 #11 24.27 Preparing to unpack .../021-dbus-daemon_1.14.0-2ubuntu3_amd64.deb ...
12:56:46 #11 24.27 Unpacking dbus-daemon (1.14.0-2ubuntu3) ...
12:56:46 #11 24.30 Selecting previously unselected package dbus-system-bus-common.
12:56:46 #11 24.30 Preparing to unpack .../022-dbus-system-bus-common_1.14.0-2ubuntu3_all.deb ...
12:56:46 #11 24.31 Unpacking dbus-system-bus-common (1.14.0-2ubuntu3) ...
12:56:46 #11 24.34 Selecting previously unselected package dbus.
12:56:46 #11 24.34 Preparing to unpack .../023-dbus_1.14.0-2ubuntu3_amd64.deb ...
12:56:46 #11 24.34 Unpacking dbus (1.14.0-2ubuntu3) ...
12:56:46 #11 24.37 Selecting previously unselected package distro-info-data.
12:56:46 #11 24.37 Preparing to unpack .../024-distro-info-data_0.54ubuntu0.1_all.deb ...
12:56:46 #11 24.37 Unpacking distro-info-data (0.54ubuntu0.1) ...
12:56:46 #11 24.39 Selecting previously unselected package dmsetup.
12:56:46 #11 24.40 Preparing to unpack .../025-dmsetup_2%3a1.02.185-1ubuntu1_amd64.deb ...
12:56:46 #11 24.40 Unpacking dmsetup (2:1.02.185-1ubuntu1) ...
12:56:46 #11 26.16 Unpacking libxmuu1:arm64 (2:1.1.3-3) ...
12:56:46 #11 26.21 Selecting previously unselected package man-db.
12:56:46 #11 26.21 Preparing to unpack .../073-man-db_2.10.2-2_arm64.deb ...
12:56:46 #11 26.22 Unpacking man-db (2.10.2-2) ...
12:56:46 #11 26.28 Selecting previously unselected package manpages.
12:56:46 #11 26.29 Preparing to unpack .../074-manpages_5.13-1_all.deb ...
12:56:46 #11 26.29 Unpacking manpages (5.13-1) ...
12:56:46 #11 26.34 Selecting previously unselected package openssh-client.
12:56:46 #11 26.35 Preparing to unpack .../075-openssh-client_1%3a9.0p1-1ubuntu7.1_arm64.deb ...
12:56:46 #11 26.36 Unpacking openssh-client (1:9.0p1-1ubuntu7.1) ...
12:56:46 #11 26.41 Selecting previously unselected package publicsuffix.
12:56:46 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 5.2s
12:56:46 #10 26.33 Selecting previously unselected package libtsan0:amd64.
12:56:46 #10 26.33 Preparing to unpack .../047-libtsan0_8.3.0-6_amd64.deb ...
12:56:46 #10 26.34 Unpacking libtsan0:amd64 (8.3.0-6) ...
12:56:46 #10 26.44 Selecting previously unselected package libubsan1:amd64.
12:56:46 #10 26.44 Preparing to unpack .../048-libubsan1_8.3.0-6_amd64.deb ...
12:56:46 #10 29.88 Unpacking libnet-dns-perl (1.10-2) ...
12:56:46 #10 29.93 Selecting previously unselected package libnet-domain-tld-perl.
12:56:46 #10 29.93 Preparing to unpack .../189-libnet-domain-tld-perl_1.75-1_all.deb ...
12:56:46 #10 29.94 Unpacking libnet-domain-tld-perl (1.75-1) ...
12:56:46 #10 29.97 Selecting previously unselected package libemail-valid-perl.
12:56:46 #10 29.97 Preparing to unpack .../190-libemail-valid-perl_1.202-1_all.deb ...
12:56:46 #10 29.97 Unpacking libemail-valid-perl (1.202-1) ...
12:56:46 #10 30.00 Selecting previously unselected package libencode-locale-perl.
12:56:46 #10 30.00 Preparing to unpack .../191-libencode-locale-perl_1.05-1_all.deb ...
12:56:46 #10 30.00 Unpacking libencode-locale-perl (1.05-1) ...
12:56:46 #10 30.03 Selecting previously unselected package libexporter-tiny-perl.
12:56:46 #10 30.03 Preparing to unpack .../192-libexporter-tiny-perl_1.000000-2_all.deb ...
12:56:46 #10 30.03 Unpacking libexporter-tiny-perl (1.000000-2) ...
12:56:46 #10 30.07 Selecting previously unselected package libipc-system-simple-perl.
12:56:46 #10 30.07 Preparing to unpack .../193-libipc-system-simple-perl_1.25-4_all.deb ...
12:56:46 #10 30.07 Unpacking libipc-system-simple-perl (1.25-4) ...
12:56:46 #10 30.10 Selecting previously unselected package libfile-basedir-perl.
12:56:46 #10 30.10 Preparing to unpack .../194-libfile-basedir-perl_0.07-1_all.deb ...
12:56:46 #10 45.54 Setting up less (590-1.1) ...
12:56:46 #10 45.55 Setting up perl-openssl-defaults:arm64 (7+b1) ...
12:56:46 #10 45.56 Setting up linux-libc-dev:arm64 (6.1.8-1) ...
12:56:46 #10 45.57 Setting up libctf-nobfd0:arm64 (2.40-2) ...
12:56:46 #10 45.59 Setting up gettext-base (0.21-11) ...
12:56:46 #10 45.61 Setting up m4 (1.4.19-3) ...
12:56:46 #10 45.62 Setting up liblzo2-2:arm64 (2.10-2) ...
12:56:46 #10 45.64 Setting up libnpth0:arm64 (1.6-3) ...
12:56:46 #10 45.65 Setting up krb5-locales (1.20.1-1) ...
12:56:46 #10 45.67 Setting up file (1:5.44-3) ...
12:56:46 #10 45.68 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b11) ...
12:56:46 #10 45.69 Setting up libsvtav1enc1:arm64 (1.4.1+dfsg-1) ...
12:56:46 #10 45.71 Setting up libassuan0:arm64 (2.5.5-5) ...
12:56:46 #10 45.73 Setting up libgomp1:arm64 (12.2.0-14) ...
12:56:46 #10 45.74 Setting up bzip2 (1.0.8-5+b1) ...
12:56:46 #10 45.75 Setting up libldap-common (2.5.13+dfsg-3) ...
12:56:46 #10 51.27 Setting up libgnutls-dane0:arm64 (3.6.7-4+deb10u9) ...
12:56:46 #10 51.29 Setting up libpython2.7:arm64 (2.7.16-2+deb10u1) ...
12:56:46 #10 51.31 Setting up gettext (0.19.8.1-9) ...
12:56:46 #10 51.32 Setting up exim4-base (4.92-8+deb10u7) ...
12:56:46 #11 21.86 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_arm64.deb ...
12:56:46 #11 21.86 Unpacking libxcb1:arm64 (1.14-3ubuntu3) ...
12:56:46 #11 21.89 Selecting previously unselected package libx11-data.
12:56:46 #11 21.89 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1_all.deb ...
12:56:46 #11 21.89 Unpacking libx11-data (2:1.7.5-1) ...
12:56:46 #11 21.95 Selecting previously unselected package libx11-6:arm64.
12:56:46 #11 21.95 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1_arm64.deb ...
12:56:46 #11 21.95 Unpacking libx11-6:arm64 (2:1.7.5-1) ...
12:56:46 #11 21.99 Selecting previously unselected package libxext6:arm64.
12:56:46 #11 22.00 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_arm64.deb ...
12:56:46 #11 22.00 Unpacking libxext6:arm64 (2:1.3.4-1build1) ...
12:56:46 #11 22.03 Selecting previously unselected package libxmuu1:arm64.
12:56:46 #11 22.03 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_arm64.deb ...
12:56:46 #11 22.03 Unpacking libxmuu1:arm64 (2:1.1.3-3) ...
12:56:46 #11 22.08 Selecting previously unselected package man-db.
12:56:46 #11 22.08 Preparing to unpack .../044-man-db_2.10.2-1_arm64.deb ...
12:56:46 #11 22.08 Unpacking man-db (2.10.2-1) ...
12:56:46 #11 22.13 Selecting previously unselected package manpages.
12:56:46 #11 22.13 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ...
12:56:46 #10 23.56 Selecting previously unselected package libmpfr6:amd64.
12:56:46 #10 23.56 Preparing to unpack .../045-libmpfr6_4.2.0-1_amd64.deb ...
12:56:46 #10 23.57 Unpacking libmpfr6:amd64 (4.2.0-1) ...
12:56:46 #10 23.67 Selecting previously unselected package libmpc3:amd64.
12:56:46 #10 23.67 Preparing to unpack .../046-libmpc3_1.3.1-1_amd64.deb ...
12:56:46 #10 23.68 Unpacking libmpc3:amd64 (1.3.1-1) ...
12:56:46 #10 23.72 Selecting previously unselected package cpp-12.
12:56:46 #10 23.72 Preparing to unpack .../047-cpp-12_12.2.0-14_amd64.deb ...
12:56:46 #10 23.73 Unpacking cpp-12 (12.2.0-14) ...
12:56:46 #11 24.57 Preparing to unpack .../078-gcc-9-base_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
12:56:46 #11 24.57 Unpacking gcc-9-base:arm64 (9.4.0-1ubuntu1~20.04.1) ...
12:56:46 #11 24.62 Selecting previously unselected package libisl22:arm64.
12:56:46 #11 24.62 Preparing to unpack .../079-libisl22_0.22.1-1_arm64.deb ...
12:56:46 #11 24.62 Unpacking libisl22:arm64 (0.22.1-1) ...
12:56:46 #11 24.71 Selecting previously unselected package libmpfr6:arm64.
12:56:46 #11 24.71 Preparing to unpack .../080-libmpfr6_4.0.2-1_arm64.deb ...
12:56:46 #11 24.72 Unpacking libmpfr6:arm64 (4.0.2-1) ...
12:56:46 #11 24.77 Selecting previously unselected package libmpc3:arm64.
12:56:46 #11 24.77 Preparing to unpack .../081-libmpc3_1.1.0-1_arm64.deb ...
12:56:46 #11 24.78 Unpacking libmpc3:arm64 (1.1.0-1) ...
12:56:46 #11 24.82 Selecting previously unselected package cpp-9.
12:56:46 #11 24.46 Selecting previously unselected package libglib2.0-0:amd64.
12:56:46 #11 24.46 Preparing to unpack .../026-libglib2.0-0_2.74.3-0ubuntu1_amd64.deb ...
12:56:46 #11 24.47 Unpacking libglib2.0-0:amd64 (2.74.3-0ubuntu1) ...
12:56:46 #11 24.52 Selecting previously unselected package libgirepository-1.0-1:amd64.
12:56:46 #11 24.52 Preparing to unpack .../027-libgirepository-1.0-1_1.74.0-2_amd64.deb ...
12:56:46 #11 24.52 Unpacking libgirepository-1.0-1:amd64 (1.74.0-2) ...
12:56:46 #11 24.54 Selecting previously unselected package gir1.2-glib-2.0:amd64.
12:56:46 #11 24.54 Preparing to unpack .../028-gir1.2-glib-2.0_1.74.0-2_amd64.deb ...
12:56:46 #11 24.55 Unpacking gir1.2-glib-2.0:amd64 (1.74.0-2) ...
12:56:46 #11 24.57 Selecting previously unselected package iso-codes.
12:56:46 #11 24.57 Preparing to unpack .../029-iso-codes_4.11.0-1_all.deb ...
12:56:46 #11 24.58 Unpacking iso-codes (4.11.0-1) ...
12:56:46 #11 24.72 Selecting previously unselected package krb5-locales.
12:56:46 #11 26.41 Preparing to unpack .../076-publicsuffix_20220811.1734-1_all.deb ...
12:56:46 #11 26.41 Unpacking publicsuffix (20220811.1734-1) ...
12:56:46 #11 26.45 Selecting previously unselected package libunwind8:arm64.
12:56:46 #11 26.45 Preparing to unpack .../077-libunwind8_1.6.2-0ubuntu1_arm64.deb ...
12:56:46 #11 26.45 Unpacking libunwind8:arm64 (1.6.2-0ubuntu1) ...
12:56:46 #11 26.49 Selecting previously unselected package strace.
12:56:46 #11 26.49 Preparing to unpack .../078-strace_5.16-0ubuntu4_arm64.deb ...
12:56:46 #11 26.49 Unpacking strace (5.16-0ubuntu4) ...
12:56:46 #11 26.53 Selecting previously unselected package xauth.
12:56:46 #11 26.54 Preparing to unpack .../079-xauth_1%3a1.1.1-1_arm64.deb ...
12:56:46 #11 26.54 Unpacking xauth (1:1.1.1-1) ...
12:56:46 #11 26.58 Selecting previously unselected package xz-utils.
12:56:46 #11 26.58 Preparing to unpack .../080-xz-utils_5.2.5-2.1_arm64.deb ...
12:56:46 #11 26.58 Unpacking xz-utils (5.2.5-2.1) ...
12:56:46 #11 26.62 Selecting previously unselected package m4.
12:56:46 #11 26.62 Preparing to unpack .../081-m4_1.4.19-1_arm64.deb ...
12:56:46 #11 26.63 Unpacking m4 (1.4.19-1) ...
12:56:46 #11 26.66 Selecting previously unselected package autoconf.
12:56:46 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 105.91MB / 116.78MB 16.7s
12:56:46 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 10.5s
12:56:46 #10 26.45 Unpacking libubsan1:amd64 (8.3.0-6) ...
12:56:46 #10 26.53 Selecting previously unselected package libmpx2:amd64.
12:56:46 #10 26.54 Preparing to unpack .../049-libmpx2_8.3.0-6_amd64.deb ...
12:56:46 #10 26.54 Unpacking libmpx2:amd64 (8.3.0-6) ...
12:56:46 #10 26.61 Selecting previously unselected package libquadmath0:amd64.
12:56:46 #10 26.61 Preparing to unpack .../050-libquadmath0_8.3.0-6_amd64.deb ...
12:56:46 #10 26.61 Unpacking libquadmath0:amd64 (8.3.0-6) ...
12:56:46 #10 26.65 Selecting previously unselected package libgcc-8-dev:amd64.
12:56:46 #10 26.65 Preparing to unpack .../051-libgcc-8-dev_8.3.0-6_amd64.deb ...
12:56:46 #10 26.66 Unpacking libgcc-8-dev:amd64 (8.3.0-6) ...
12:56:46 #7 ...
12:56:46 
12:56:46 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:46 #10 10.26 The following NEW packages will be installed:
12:56:46 #10 10.26   at autoconf automake autopoint autotools-dev binutils binutils-common
12:56:46 #10 10.26   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
12:56:46 #10 10.26   cpp-7 curl dctrl-tools debhelper devscripts dh-autoreconf
12:56:46 #10 10.26   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput
12:56:46 #10 10.26   equivs fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext gettext-base git
12:56:46 #10 10.26   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
12:56:46 #10 10.26   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
12:56:46 #10 10.26   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
12:56:46 #10 10.26   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
12:56:46 #10 10.26   libarchive-zip-perl libasan4 libasn1-8-heimdal libassuan0 libatomic1
12:56:46 #10 10.26   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
12:56:46 #10 10.26   libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl
12:56:46 #10 10.26   libcgi-pm-perl libcilkrts5 libclass-accessor-perl
12:56:46 #10 10.26   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
12:56:46 #10 10.26   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
12:56:46 #10 10.26   libdevel-callchecker-perl libdevel-globaldestruction-perl
12:56:46 #10 10.26   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
12:56:46 #10 10.26   libdynaloader-functions-perl libedit2 libemail-valid-perl
12:56:46 #10 10.26   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
12:56:46 #10 10.26   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
12:56:46 #10 10.26   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
12:56:46 #10 10.26   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
12:56:46 #10 10.26   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
12:56:46 #10 10.26   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
12:56:46 #10 10.26   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
12:56:46 #10 10.26   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
12:56:46 #10 10.26   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
12:56:46 #10 10.26   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:46 #10 10.26   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
12:56:46 #10 10.26   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
12:56:46 #10 10.26   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
12:56:46 #10 10.26   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
12:56:46 #10 10.26   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
12:56:46 #10 10.26   libldap-common liblist-compare-perl liblist-moreutils-perl
12:56:46 #10 10.26   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:56:46 #10 10.26   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
12:56:46 #10 10.26   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
12:56:46 #10 10.26   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
12:56:46 #10 10.26   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
12:56:46 #10 10.26   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
12:56:46 #10 10.26   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
12:56:46 #10 10.26   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
12:56:46 #10 10.26   libparams-validate-perl libparse-debianchangelog-perl
12:56:46 #10 10.26   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
12:56:46 #10 10.26   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
12:56:46 #10 10.26   libpython3.6-minimal libpython3.6-stdlib libquadmath0 libreadline7
12:56:46 #10 10.27   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
12:56:46 #10 10.27   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
12:56:46 #10 10.27   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
12:56:46 #10 10.27   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
12:56:46 #10 10.27   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
12:56:46 #10 10.27   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
12:56:46 #10 10.27   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
12:56:46 #10 10.27   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
12:56:46 #10 10.27   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
12:56:46 #10 10.27   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
12:56:46 #10 10.27   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
12:56:46 #10 10.27   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
12:56:46 #10 10.27   libxml-sax-expat-perl libxml-sax-perl libxml-simple-perl libxml2 libxmuu1
12:56:46 #10 10.27   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
12:56:46 #10 10.27   lsb-release m4 make man-db manpages manpages-dev mime-support
12:56:46 #10 10.27   multiarch-support netbase openssh-client openssl patch patchutils perl
12:56:46 #10 10.27   perl-modules-5.26 perl-openssl-defaults pinentry-curses po-debconf
12:56:46 #10 10.27   publicsuffix python-apt-common python3 python3-apt python3-certifi
12:56:46 #10 10.27   python3-chardet python3-debian python3-gpg python3-idna python3-magic
12:56:46 #10 10.27   python3-minimal python3-pkg-resources python3-requests python3-six
12:56:46 #10 10.27   python3-unidiff python3-urllib3 python3-xdg python3.6 python3.6-minimal
12:56:46 #10 10.27   readline-common shared-mime-info strace t1utils ucf unzip wdiff xauth
12:56:46 #10 10.27   xdg-user-dirs xz-utils
12:56:46 #10 10.70 0 upgraded, 302 newly installed, 0 to remove and 4 not upgraded.
12:56:46 #10 10.70 Need to get 98.9 MB of archives.
12:56:46 #10 10.70 After this operation, 420 MB of additional disk space will be used.
12:56:46 #10 10.70 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB]
12:56:46 #10 10.84 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.21 [1304 kB]
12:56:46 #10 11.27 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.9 [533 kB]
12:56:46 #10 11.31 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.9 [82.8 kB]
12:56:46 #10 11.31 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.9 [1609 kB]
12:56:46 #10 11.39 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB]
12:56:46 #10 11.39 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB]
12:56:46 #10 11.39 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB]
12:56:46 #10 11.39 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB]
12:56:46 #10 11.39 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB]
12:56:46 #10 11.40 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.7 [499 kB]
12:56:46 #10 11.42 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.9 [1712 kB]
12:56:46 #10 11.50 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.9 [203 kB]
12:56:46 #10 11.51 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B]
12:56:46 #10 11.51 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB]
12:56:46 #10 11.51 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.6 [6960 B]
12:56:46 #10 11.51 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxau6 amd64 1:1.0.8-1ubuntu1 [7556 B]
12:56:46 #10 11.51 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB]
12:56:46 #10 11.51 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB]
12:56:46 #10 11.51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB]
12:56:46 #10 11.56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.4 [114 kB]
12:56:46 #10 11.63 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.4 [572 kB]
12:56:46 #10 11.65 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB]
12:56:46 #10 11.65 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 bsdmainutils amd64 11.1.2ubuntu1 [181 kB]
12:56:46 #10 11.65 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 groff-base amd64 1.22.3-10 [1153 kB]
12:56:46 #10 11.72 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB]
12:56:46 #10 11.72 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpipeline1 amd64 1.5.0-1 [25.3 kB]
12:56:46 #10 11.72 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 man-db amd64 2.8.3-2ubuntu0.1 [1019 kB]
12:56:46 #10 11.74 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.6 [2764 kB]
12:56:46 #10 11.93 Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B]
12:56:46 #10 11.94 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.6 [3556 kB]
12:56:46 #10 12.11 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.6 [201 kB]
12:56:46 #10 12.12 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.21 [614 kB]
12:56:46 #10 12.13 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ca-certificates all 20211016ubuntu0.18.04.1 [140 kB]
12:56:46 #10 12.13 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 distro-info-data all 0.37ubuntu0.15 [4724 B]
12:56:46 #10 12.13 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic-mgc amd64 1:5.32-2ubuntu0.4 [184 kB]
12:56:46 #10 12.13 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic1 amd64 1:5.32-2ubuntu0.4 [68.6 kB]
12:56:46 #10 12.13 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 file amd64 1:5.32-2ubuntu0.4 [22.1 kB]
12:56:46 #10 12.14 Get:39 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB]
12:56:46 #10 12.14 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-inst2.0 amd64 1.6.14 [57.3 kB]
12:56:46 #10 12.19 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.9 [1169 kB]
12:56:46 #10 12.26 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.9 [4728 B]
12:56:46 #10 12.26 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.2 [8050 kB]
12:56:46 #10 12.71 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.8 [664 kB]
12:56:46 #10 12.71 Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-0-2 amd64 0.1.7-2ubuntu3 [47.2 kB]
12:56:46 #10 12.73 Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
12:56:46 #10 12.73 Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB]
12:56:46 #10 12.73 Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB]
12:56:46 #10 12.73 Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 ucf all 3.0038 [50.5 kB]
12:56:46 #10 12.73 Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs amd64 0.17-1ubuntu1 [48.0 kB]
12:56:46 #10 12.73 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 xz-utils amd64 5.2.2-1.3ubuntu0.1 [83.8 kB]
12:56:46 #10 12.73 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext-base amd64 0.19.8.1-6ubuntu0.3 [113 kB]
12:56:46 #10 12.78 Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 iso-codes all 3.79-1 [2565 kB]
12:56:46 #10 12.93 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-locales all 1.16-2ubuntu0.3 [13.5 kB]
12:56:46 #10 12.93 Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB]
12:56:46 #10 12.93 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.3 [30.9 kB]
12:56:46 #10 12.94 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.3 [85.5 kB]
12:56:46 #10 12.95 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2.1 [8764 B]
12:56:46 #10 12.95 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.3 [278 kB]
12:56:46 #10 12.96 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.3 [122 kB]
12:56:46 #10 12.96 Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB]
12:56:46 #10 12.97 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.11 [1089 kB]
12:56:46 #10 13.00 Get:63 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B]
12:56:46 #10 13.07 Get:64 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB]
12:56:46 #10 13.13 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.7 [610 kB]
12:56:46 #10 13.15 Get:66 http://archive.ubuntu.com/ubuntu bionic/main amd64 publicsuffix all 20180223.1310-1 [97.6 kB]
12:56:46 #10 13.16 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-apt-common all 1.6.6 [16.9 kB]
12:56:46 #10 13.16 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-apt amd64 1.6.6 [149 kB]
12:56:46 #10 13.16 Get:69 http://archive.ubuntu.com/ubuntu bionic/main amd64 libunwind8 amd64 1.2.1-8 [47.5 kB]
12:56:46 #10 13.17 Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 strace amd64 4.21-1ubuntu1 [333 kB]
12:56:46 #10 13.19 Get:71 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB]
12:56:46 #10 13.19 Get:72 http://archive.ubuntu.com/ubuntu bionic/main amd64 at amd64 3.1.20-3.1ubuntu2 [39.5 kB]
12:56:46 #10 13.20 Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsigsegv2 amd64 2.12-1 [14.7 kB]
12:56:46 #10 13.22 Get:74 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB]
12:56:46 #10 13.29 Get:75 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB]
12:56:46 #10 13.32 Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB]
12:56:46 #10 13.32 Get:77 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB]
12:56:46 #10 13.33 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB]
12:56:46 #10 13.34 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.8 [197 kB]
12:56:46 #10 13.35 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.8 [488 kB]
12:56:46 #10 13.38 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.8 [1839 kB]
12:56:46 #10 13.46 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.8 [3388 B]
12:56:46 #10 13.46 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.6 [71.9 kB]
12:56:46 #10 13.47 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-202.213 [993 kB]
12:56:46 #10 13.50 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.6 [2587 kB]
12:56:46 #10 13.64 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB]
12:56:46 #10 13.67 Get:87 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB]
12:56:46 #10 13.67 Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB]
12:56:46 #10 13.68 Get:89 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
12:56:46 #10 13.68 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB]
12:56:46 #10 14.11 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB]
12:56:46 #10 14.11 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB]
12:56:46 #10 14.11 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB]
12:56:46 #10 14.11 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB]
12:56:46 #10 14.11 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B]
12:56:46 #10 14.13 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB]
12:56:46 #10 14.13 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB]
12:56:46 #10 14.13 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB]
12:56:46 #10 14.14 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB]
12:56:46 #10 14.18 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB]
12:56:46 #10 14.26 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB]
12:56:46 #10 14.40 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB]
12:56:46 #10 14.74 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB]
12:56:46 #10 15.11 Get:104 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB]
12:56:46 #10 15.52 Get:105 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B]
12:56:46 #10 15.52 Get:106 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB]
12:56:46 #10 15.58 Get:107 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB]
12:56:46 #10 16.05 Get:108 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B]
12:56:46 #10 16.05 Get:109 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB]
12:56:46 #10 16.05 Get:110 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.4 [212 kB]
12:56:46 #10 16.05 Get:111 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB]
12:56:46 #10 16.06 Get:112 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.4 [607 kB]
12:56:46 #10 16.08 Get:113 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B]
12:56:46 #10 16.08 Get:114 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [42.3 kB]
12:56:46 #10 16.09 Get:115 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [175 kB]
12:56:46 #10 16.09 Get:116 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [30.3 kB]
12:56:46 #10 16.12 Get:117 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [86.1 kB]
12:56:46 #10 16.17 Get:118 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [47.8 kB]
12:56:46 #10 16.17 Get:119 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [107 kB]
12:56:46 #10 16.18 Get:120 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [207 kB]
12:56:46 #10 16.18 Get:121 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [14.8 kB]
12:56:46 #10 16.18 Get:122 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [96.6 kB]
12:56:46 #10 16.19 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]
12:56:46 #10 16.19 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]
12:56:46 #10 16.19 Get:125 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
12:56:46 #10 16.19 Get:126 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.11 [154 kB]
12:56:46 #10 16.27 Get:127 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB]
12:56:46 #10 16.27 Get:128 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB]
12:56:46 #10 16.27 Get:129 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.22 [220 kB]
12:56:46 #10 16.28 Get:130 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.22 [159 kB]
12:56:46 #10 16.28 Get:131 http://archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB]
12:56:46 #10 16.28 Get:132 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB]
12:56:46 #10 16.29 Get:133 http://archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB]
12:56:46 #10 16.29 Get:134 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB]
12:56:46 #10 16.34 Get:135 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB]
12:56:46 #10 16.34 Get:136 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB]
12:56:46 #10 16.41 Get:137 http://archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5208 B]
12:56:46 #10 16.41 Get:138 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB]
12:56:46 #10 16.42 Get:139 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1293 kB]
12:56:46 #10 16.46 Get:140 http://archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB]
12:56:46 #10 16.46 Get:141 http://archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB]
12:56:46 #10 16.49 Get:142 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB]
12:56:46 #10 16.52 Get:143 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-which-perl all 1.21-1 [11.8 kB]
12:56:46 #10 16.52 Get:144 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-homedir-perl all 1.002-1 [37.1 kB]
12:56:46 #10 16.52 Get:145 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 devscripts amd64 2.17.12ubuntu1.1 [870 kB]
12:56:46 #10 16.57 Get:146 http://archive.ubuntu.com/ubuntu bionic/main amd64 diffstat amd64 1.61-1build1 [24.1 kB]
12:56:46 #10 16.57 Get:147 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB]
12:56:46 #10 16.57 Get:148 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.6 [124 kB]
12:56:46 #10 16.57 Get:149 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.18.04.2 [94.6 kB]
12:56:46 #10 16.58 Get:150 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B]
12:56:46 #10 16.63 Get:151 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.6 [317 kB]
12:56:46 #10 16.65 Get:152 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pkg-resources all 39.0.1-2ubuntu0.1 [99.0 kB]
12:56:46 #10 16.65 Get:153 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-chardet all 3.0.4-1 [80.3 kB]
12:56:46 #10 16.65 Get:154 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-six all 1.11.0-2 [11.4 kB]
12:56:46 #10 16.71 Get:155 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-debian all 0.1.32 [65.4 kB]
12:56:46 #10 16.71 Get:156 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
12:56:46 #10 16.71 Get:157 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.6 [128 kB]
12:56:46 #10 16.72 Get:158 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.6 [468 kB]
12:56:46 #10 16.73 Get:159 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB]
12:56:46 #10 16.73 Get:160 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.6 [227 kB]
12:56:46 #10 16.78 Get:161 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.6 [91.8 kB]
12:56:46 #10 16.78 Get:162 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.6 [85.0 kB]
12:56:46 #10 16.79 Get:163 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.6 [215 kB]
12:56:46 #10 16.79 Get:164 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.6 [249 kB]
12:56:46 #13 13.13   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch           3/70 
12:56:46 #13 22.60   Installing       : perl-DynaLoader-1.47-480.el9.aarch64                  4/70 
12:56:46 #13 22.61   Installing       : perl-threads-1:2.25-460.el9.aarch64                   5/70 
12:56:46 #13 22.65   Installing       : perl-File-Find-1.37-480.el9.noarch                    6/70 
12:56:46 #13 22.65   Installing       : perl-File-Copy-2.34-480.el9.noarch                    7/70 
12:56:46 #13 22.66   Installing       : perl-File-Compare-1.100.600-480.el9.noarch            8/70 
12:56:46 #13 22.76   Installing       : m4-1.4.19-1.el9.aarch64                               9/70 
12:56:46 #13 22.78   Installing       : autoconf-2.69-38.el9.noarch                          10/70 
12:56:46 #13 22.82   Installing       : libmpc-1.2.1-4.el9.aarch64                           11/70 
12:56:46 #13 22.86   Installing       : cmake-rpm-macros-3.20.2-8.el9.noarch                 12/70 
12:56:46 #13 22.86   Installing       : cmake-filesystem-3.20.2-8.el9.aarch64                13/70 
12:56:46 #13 22.87   Installing       : libseccomp-2.5.2-2.el9.aarch64                       14/70 
12:56:46 #10 30.10 Unpacking libfile-basedir-perl (0.07-1) ...
12:56:46 #10 30.13 Selecting previously unselected package libfile-chdir-perl.
12:56:46 #10 30.13 Preparing to unpack .../195-libfile-chdir-perl_0.1008-1_all.deb ...
12:56:46 #10 30.14 Unpacking libfile-chdir-perl (0.1008-1) ...
12:56:46 #10 30.16 Selecting previously unselected package libfile-fcntllock-perl.
12:56:46 #10 30.16 Preparing to unpack .../196-libfile-fcntllock-perl_0.22-3build2_arm64.deb ...
12:56:46 #10 30.17 Unpacking libfile-fcntllock-perl (0.22-3build2) ...
12:56:46 #10 30.20 Selecting previously unselected package libhttp-date-perl.
12:56:46 #10 30.20 Preparing to unpack .../197-libhttp-date-perl_6.02-1_all.deb ...
12:56:46 #10 30.20 Unpacking libhttp-date-perl (6.02-1) ...
12:56:46 #10 30.23 Selecting previously unselected package libfile-listing-perl.
12:56:46 #10 30.23 Preparing to unpack .../198-libfile-listing-perl_6.04-1_all.deb ...
12:56:46 #10 30.23 Unpacking libfile-listing-perl (6.04-1) ...
12:56:46 #10 30.26 Selecting previously unselected package libfont-afm-perl.
12:56:46 #10 30.26 Preparing to unpack .../199-libfont-afm-perl_1.20-2_all.deb ...
12:56:46 #10 30.27 Unpacking libfont-afm-perl (1.20-2) ...
12:56:46 #10 30.29 Selecting previously unselected package libio-stringy-perl.
12:56:46 #10 30.30 Preparing to unpack .../200-libio-stringy-perl_2.111-2_all.deb ...
12:56:46 #10 30.30 Unpacking libio-stringy-perl (2.111-2) ...
12:56:46 #10 30.33 Selecting previously unselected package libparams-validate-perl.
12:56:46 #10 30.33 Preparing to unpack .../201-libparams-validate-perl_1.29-1_arm64.deb ...
12:56:46 #10 30.33 Unpacking libparams-validate-perl (1.29-1) ...
12:56:46 #10 30.36 Selecting previously unselected package libsub-exporter-perl.
12:56:46 #10 30.37 Preparing to unpack .../202-libsub-exporter-perl_0.987-1_all.deb ...
12:56:46 #10 30.37 Unpacking libsub-exporter-perl (0.987-1) ...
12:56:46 #10 30.40 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:56:46 #10 30.40 Preparing to unpack .../203-libgetopt-long-descriptive-perl_0.102-1_all.deb ...
12:56:46 #10 30.40 Unpacking libgetopt-long-descriptive-perl (0.102-1) ...
12:56:46 #10 30.43 Selecting previously unselected package libsort-versions-perl.
12:56:46 #10 30.43 Preparing to unpack .../204-libsort-versions-perl_1.62-1_all.deb ...
12:56:46 #10 30.43 Unpacking libsort-versions-perl (1.62-1) ...
12:56:46 #10 45.79 Setting up pbzip2 (1.1.13-1) ...
12:56:46 #10 45.81 Setting up libjbig0:arm64 (2.1-6.1) ...
12:56:46 #10 45.83 Setting up librav1e0:arm64 (0.5.1-6) ...
12:56:46 #10 45.85 Setting up libfakeroot:arm64 (1.29-1) ...
12:56:46 #10 45.88 Setting up libjansson4:arm64 (2.14-2) ...
12:56:46 #10 45.89 Setting up libkrb5support0:arm64 (1.20.1-1) ...
12:56:46 #10 45.92 Setting up libnumber-compare-perl (0.03-3) ...
12:56:46 #10 45.93 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
12:56:46 #10 45.96 Setting up fakeroot (1.29-1) ...
12:56:46 #10 45.97 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:56:46 #10 45.99 Setting up perl-modules-5.36 (5.36.0-7) ...
12:56:46 #10 46.01 Setting up autotools-dev (20220109.1) ...
12:56:46 #10 46.03 Setting up libglib2.0-data (2.74.5-1) ...
12:56:46 #10 46.05 Setting up rpcsvc-proto (1.4.3-1) ...
12:56:46 #10 46.08 Setting up libjpeg62-turbo:arm64 (1:2.1.2-1+b1) ...
12:56:46 #10 51.45 exim: DB upgrade, deleting hints-db
12:56:46 #10 51.50 Setting up gcc-8 (8.3.0-6) ...
12:56:46 #10 51.51 Setting up gpg-agent (2.2.12-1+deb10u2) ...
12:56:46 #10 51.53 Setting up libtool (2.4.6-9) ...
12:56:46 #10 51.55 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
12:56:46 #10 51.68 Setting up gpgsm (2.2.12-1+deb10u2) ...
12:56:46 #11 22.13 Unpacking manpages (5.10-1ubuntu1) ...
12:56:46 #11 22.26 Selecting previously unselected package openssh-client.
12:56:46 #11 22.26 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3ubuntu0.1_arm64.deb ...
12:56:46 #11 22.27 Unpacking openssh-client (1:8.9p1-3ubuntu0.1) ...
12:56:46 #11 22.31 Selecting previously unselected package publicsuffix.
12:56:46 #11 22.31 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ...
12:56:46 #11 22.32 Unpacking publicsuffix (20211207.1025-1) ...
12:56:46 #11 22.34 Selecting previously unselected package strace.
12:56:46 #11 22.35 Preparing to unpack .../048-strace_5.16-0ubuntu3_arm64.deb ...
12:56:46 #11 22.35 Unpacking strace (5.16-0ubuntu3) ...
12:56:46 #11 22.38 Selecting previously unselected package xauth.
12:56:46 #11 12.71 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc amd64 4:11.2.0-1ubuntu1 [5112 B]
12:56:46 #11 12.72 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++-11-dev amd64 11.3.0-1ubuntu1~22.04 [2087 kB]
12:56:46 #11 12.81 Get:104 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 g++-11 amd64 11.3.0-1ubuntu1~22.04 [11.4 MB]
12:56:46 #11 24.82 Preparing to unpack .../082-cpp-9_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
12:56:46 #11 24.82 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
12:56:46 #11 24.72 Preparing to unpack .../030-krb5-locales_1.20-1ubuntu0.1_all.deb ...
12:56:46 #11 24.72 Unpacking krb5-locales (1.20-1ubuntu0.1) ...
12:56:46 #11 24.75 Selecting previously unselected package less.
12:56:46 #11 24.75 Preparing to unpack .../031-less_590-1build1_amd64.deb ...
12:56:46 #11 24.75 Unpacking less (590-1build1) ...
12:56:46 #11 24.79 Selecting previously unselected package libmd0:amd64.
12:56:46 #11 24.79 Preparing to unpack .../032-libmd0_1.0.4-2_amd64.deb ...
12:56:46 #11 24.79 Unpacking libmd0:amd64 (1.0.4-2) ...
12:56:46 #11 24.82 Selecting previously unselected package libbsd0:amd64.
12:56:46 #11 24.82 Preparing to unpack .../033-libbsd0_0.11.6-1_amd64.deb ...
12:56:46 #11 24.82 Unpacking libbsd0:amd64 (0.11.6-1) ...
12:56:46 #11 24.85 Selecting previously unselected package libelf1:amd64.
12:56:46 #11 24.85 Preparing to unpack .../034-libelf1_0.187-4_amd64.deb ...
12:56:46 #11 24.86 Unpacking libelf1:amd64 (0.187-4) ...
12:56:46 #11 24.88 Selecting previously unselected package libglib2.0-data.
12:56:46 #11 24.88 Preparing to unpack .../035-libglib2.0-data_2.74.3-0ubuntu1_all.deb ...
12:56:46 #11 24.89 Unpacking libglib2.0-data (2.74.3-0ubuntu1) ...
12:56:46 #11 24.91 Selecting previously unselected package libicu71:amd64.
12:56:46 #11 24.91 Preparing to unpack .../036-libicu71_71.1-3ubuntu1_amd64.deb ...
12:56:46 #11 24.92 Unpacking libicu71:amd64 (71.1-3ubuntu1) ...
12:56:46 #11 26.66 Preparing to unpack .../082-autoconf_2.71-2_all.deb ...
12:56:46 #11 26.67 Unpacking autoconf (2.71-2) ...
12:56:46 #11 26.73 Selecting previously unselected package autotools-dev.
12:56:46 #11 26.73 Preparing to unpack .../083-autotools-dev_20220109.1_all.deb ...
12:56:46 #11 26.73 Unpacking autotools-dev (20220109.1) ...
12:56:46 #11 26.78 Selecting previously unselected package automake.
12:56:46 #11 26.78 Preparing to unpack .../084-automake_1%3a1.16.5-1.3_all.deb ...
12:56:46 #11 26.78 Unpacking automake (1:1.16.5-1.3) ...
12:56:46 #11 26.84 Selecting previously unselected package autopoint.
12:56:46 #11 26.84 Preparing to unpack .../085-autopoint_0.21-8_all.deb ...
12:56:46 #11 26.84 Unpacking autopoint (0.21-8) ...
12:56:46 #11 26.91 Selecting previously unselected package binutils-common:arm64.
12:56:46 #10 26.23 Selecting previously unselected package gcc.
12:56:46 #10 26.23 Preparing to unpack .../054-gcc_4%3a10.2.1-1_amd64.deb ...
12:56:46 #10 26.24 Unpacking gcc (4:10.2.1-1) ...
12:56:46 #10 26.26 Selecting previously unselected package libstdc++-10-dev:amd64.
12:56:46 #10 26.27 Preparing to unpack .../055-libstdc++-10-dev_10.2.1-6_amd64.deb ...
12:56:46 #10 26.27 Unpacking libstdc++-10-dev:amd64 (10.2.1-6) ...
12:56:46 #10 26.52 Selecting previously unselected package g++-10.
12:56:46 #10 26.52 Preparing to unpack .../056-g++-10_10.2.1-6_amd64.deb ...
12:56:46 #10 26.53 Unpacking g++-10 (10.2.1-6) ...
12:56:46 #10 26.88 Selecting previously unselected package gcc-8.
12:56:46 #10 26.89 Preparing to unpack .../052-gcc-8_8.3.0-6_amd64.deb ...
12:56:46 #10 26.89 Unpacking gcc-8 (8.3.0-6) ...
12:56:46 #14 8.864   Preparing        :                                                        1/1 
12:56:46 #14 8.913   Running scriptlet: libgcc-8.5.0-18.el8.aarch64                            1/1 
12:56:46 #14 8.940   Upgrading        : libgcc-8.5.0-18.el8.aarch64                           1/93 
12:56:46 #10 16.86 Get:165 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgpgme11 amd64 1.10.0-1ubuntu2 [111 kB]
12:56:46 #10 16.86 Get:166 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-gpg amd64 1.10.0-1ubuntu2 [150 kB]
12:56:46 #10 16.87 Get:167 http://archive.ubuntu.com/ubuntu bionic/main amd64 dput all 1.0.1ubuntu1 [42.7 kB]
12:56:46 #10 16.87 Get:168 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB]
12:56:46 #10 16.87 Get:169 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB]
12:56:46 #10 16.87 Get:170 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.22 [218 kB]
12:56:46 #10 16.94 Get:171 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB]
12:56:46 #10 16.94 Get:172 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.15 [804 kB]
12:56:46 #10 16.97 Get:173 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.15 [3925 kB]
12:56:46 #13 22.92   Installing       : libedit-3.1-37.20210216cvs.el9.aarch64               15/70 
12:56:46 #13 23.35   Installing       : llvm-libs-15.0.7-1.el9.aarch64                       16/70 
12:56:46 #13 23.56   Installing       : cpp-11.3.1-4.3.el9.aarch64                           17/70 
12:56:46 #10 30.46 Selecting previously unselected package libgit-wrapper-perl.
12:56:46 #10 30.46 Preparing to unpack .../205-libgit-wrapper-perl_0.047-1_all.deb ...
12:56:46 #10 30.47 Unpacking libgit-wrapper-perl (0.047-1) ...
12:56:46 #10 30.49 Selecting previously unselected package libio-html-perl.
12:56:46 #10 30.50 Preparing to unpack .../206-libio-html-perl_1.001-1_all.deb ...
12:56:46 #10 30.50 Unpacking libio-html-perl (1.001-1) ...
12:56:46 #10 30.53 Selecting previously unselected package liblwp-mediatypes-perl.
12:56:46 #10 30.53 Preparing to unpack .../207-liblwp-mediatypes-perl_6.02-1_all.deb ...
12:56:46 #10 30.54 Unpacking liblwp-mediatypes-perl (6.02-1) ...
12:56:46 #10 30.56 Selecting previously unselected package libhttp-message-perl.
12:56:46 #10 30.57 Preparing to unpack .../208-libhttp-message-perl_6.14-1_all.deb ...
12:56:46 #10 30.57 Unpacking libhttp-message-perl (6.14-1) ...
12:56:46 #10 30.60 Selecting previously unselected package libhtml-form-perl.
12:56:46 #10 30.60 Preparing to unpack .../209-libhtml-form-perl_6.03-1_all.deb ...
12:56:46 #10 30.61 Unpacking libhtml-form-perl (6.03-1) ...
12:56:46 #10 30.64 Selecting previously unselected package libhtml-tree-perl.
12:56:46 #10 30.64 Preparing to unpack .../210-libhtml-tree-perl_5.07-1_all.deb ...
12:56:46 #10 30.64 Unpacking libhtml-tree-perl (5.07-1) ...
12:56:46 #10 51.70 Setting up libgsasl7 (1.8.0-8+deb10u1) ...
12:56:46 #10 51.72 Setting up libxext6:arm64 (2:1.3.3-1+b2) ...
12:56:46 #10 51.74 Setting up libcurl3-gnutls:arm64 (7.64.0-4+deb10u4) ...
12:56:46 #10 51.75 Setting up python3 (3.7.3-1) ...
12:56:46 #10 46.10 Setting up libx11-data (2:1.8.3-3) ...
12:56:46 #10 46.11 Setting up make (4.3-4.1) ...
12:56:46 #10 46.12 Setting up libmpfr6:arm64 (4.2.0-1) ...
12:56:46 #10 46.13 Setting up gnupg-l10n (2.2.40-1) ...
12:56:46 #10 46.15 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:56:46 #10 46.16 Setting up strace (6.1-0.1) ...
12:56:46 #10 46.18 Setting up xz-utils (5.4.1-0.1) ...
12:56:46 #10 46.19 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:56:46 #10 46.20 Setting up t1utils (1.41-4) ...
12:56:46 #10 46.22 Setting up diffstat (1.65-1) ...
12:56:46 #10 46.23 Setting up libpng16-16:arm64 (1.6.39-2) ...
12:56:46 #10 46.25 Setting up libmpc3:arm64 (1.3.1-1) ...
12:56:46 #10 46.26 Setting up libatomic1:arm64 (12.2.0-14) ...
12:56:46 #10 46.28 Setting up patch (2.7.6-7) ...
12:56:46 #10 46.29 Setting up autopoint (0.21-11) ...
12:56:46 #10 46.30 Setting up fonts-dejavu-core (2.37-2) ...
12:56:46 #11 22.38 Preparing to unpack .../049-xauth_1%3a1.1-1build2_arm64.deb ...
12:56:46 #11 22.39 Unpacking xauth (1:1.1-1build2) ...
12:56:46 #11 22.42 Selecting previously unselected package xz-utils.
12:56:46 #11 22.42 Preparing to unpack .../050-xz-utils_5.2.5-2ubuntu1_arm64.deb ...
12:56:46 #11 22.42 Unpacking xz-utils (5.2.5-2ubuntu1) ...
12:56:46 #11 22.45 Selecting previously unselected package libsigsegv2:arm64.
12:56:46 #11 22.45 Preparing to unpack .../051-libsigsegv2_2.13-1ubuntu3_arm64.deb ...
12:56:46 #11 22.46 Unpacking libsigsegv2:arm64 (2.13-1ubuntu3) ...
12:56:46 #11 22.49 Selecting previously unselected package m4.
12:56:46 #11 22.49 Preparing to unpack .../052-m4_1.4.18-5ubuntu2_arm64.deb ...
12:56:46 #11 22.49 Unpacking m4 (1.4.18-5ubuntu2) ...
12:56:46 #11 22.52 Selecting previously unselected package autoconf.
12:56:46 #11 22.53 Preparing to unpack .../053-autoconf_2.71-2_all.deb ...
12:56:46 #11 22.53 Unpacking autoconf (2.71-2) ...
12:56:46 #11 22.57 Selecting previously unselected package autotools-dev.
12:56:46 #11 22.57 Preparing to unpack .../054-autotools-dev_20220109.1_all.deb ...
12:56:46 #11 22.58 Unpacking autotools-dev (20220109.1) ...
12:56:46 #11 22.61 Selecting previously unselected package automake.
12:56:46 #11 13.17 Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1412 B]
12:56:46 #11 13.17 Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB]
12:56:46 #11 13.17 Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdpkg-perl all 1.21.1ubuntu2.1 [237 kB]
12:56:46 #11 13.17 Get:108 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB]
12:56:46 #11 13.17 Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 patch amd64 2.7.6-7build2 [109 kB]
12:56:46 #11 13.18 Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 lto-disabled-list all 24 [12.5 kB]
12:56:46 #11 13.18 Get:111 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg-dev all 1.21.1ubuntu2.1 [922 kB]
12:56:46 #11 13.19 Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 build-essential amd64 12.9ubuntu3 [4744 B]
12:56:46 #11 13.19 Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB]
12:56:46 #11 13.20 Get:114 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.1 [20.6 kB]
12:56:46 #11 13.20 Get:115 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.1 [53.8 kB]
12:56:46 #11 13.20 Get:116 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-0ubuntu0.22.04.1 [183 kB]
12:56:46 #11 13.20 Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB]
12:56:46 #11 13.21 Get:118 http://archive.ubuntu.com/ubuntu jammy/main amd64 libssh-4 amd64 0.9.6-2build1 [184 kB]
12:56:46 #11 13.21 Get:119 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.7 [289 kB]
12:56:46 #11 13.21 Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.7 [193 kB]
12:56:46 #11 13.21 Get:121 http://archive.ubuntu.com/ubuntu jammy/main amd64 dctrl-tools amd64 2.24-3build2 [66.9 kB]
12:56:46 #11 13.21 Get:122 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdebhelper-perl all 13.6ubuntu1 [67.2 kB]
12:56:46 #11 13.22 Get:123 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtool all 2.4.6-15build2 [164 kB]
12:56:46 #11 13.22 Get:124 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-autoreconf all 20 [16.1 kB]
12:56:46 #11 13.22 Get:125 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB]
12:56:46 #11 13.24 Get:126 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-override-perl all 0.09-2 [9532 B]
12:56:46 #11 13.24 Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
12:56:46 #11 13.24 Get:128 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-strip-nondeterminism all 1.13.0-1 [5344 B]
12:56:46 #11 13.24 Get:129 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdw1 amd64 0.186-1build1 [250 kB]
12:56:46 #11 13.24 Get:130 http://archive.ubuntu.com/ubuntu jammy/main amd64 debugedit amd64 1:5.0-4build1 [47.2 kB]
12:56:46 #11 13.24 Get:131 http://archive.ubuntu.com/ubuntu jammy/main amd64 dwz amd64 0.14-1build2 [105 kB]
12:56:46 #11 13.24 Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext amd64 0.21-4ubuntu4 [868 kB]
12:56:46 #11 13.25 Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
12:56:46 #11 13.25 Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 po-debconf all 1.0.21+nmu1 [233 kB]
12:56:46 #11 13.27 Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 debhelper all 13.6ubuntu1 [923 kB]
12:56:46 #11 13.27 Get:136 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB]
12:56:46 #11 13.27 Get:137 http://archive.ubuntu.com/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB]
12:56:46 #11 13.28 Get:138 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB]
12:56:46 #11 13.28 Get:139 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.1 [94.2 kB]
12:56:46 #11 13.28 Get:140 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB]
12:56:46 #11 13.28 Get:141 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B]
12:56:46 #11 13.28 Get:142 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.1 [293 kB]
12:56:46 #11 13.29 Get:143 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
12:56:46 #11 13.29 Get:144 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.1 [308 kB]
12:56:46 #11 13.29 Get:145 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.1 [519 kB]
12:56:46 #11 13.30 Get:146 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB]
12:56:46 #10 22.91 Running transaction check
12:56:46 #11 25.31 Selecting previously unselected package cpp.
12:56:46 #11 25.31 Preparing to unpack .../083-cpp_4%3a9.3.0-1ubuntu2_arm64.deb ...
12:56:46 #11 25.31 Unpacking cpp (4:9.3.0-1ubuntu2) ...
12:56:46 #11 25.37 Selecting previously unselected package libcc1-0:arm64.
12:56:46 #11 25.10 Selecting previously unselected package libxml2:amd64.
12:56:46 #11 25.10 Preparing to unpack .../037-libxml2_2.9.14+dfsg-1ubuntu0.1_amd64.deb ...
12:56:46 #11 25.10 Unpacking libxml2:amd64 (2.9.14+dfsg-1ubuntu0.1) ...
12:56:46 #11 25.14 Selecting previously unselected package libyaml-0-2:amd64.
12:56:46 #11 25.14 Preparing to unpack .../038-libyaml-0-2_0.2.5-1_amd64.deb ...
12:56:46 #11 25.15 Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
12:56:46 #11 25.18 Selecting previously unselected package lsb-release.
12:56:46 #11 25.18 Preparing to unpack .../039-lsb-release_11.2ubuntu1_all.deb ...
12:56:46 #11 25.18 Unpacking lsb-release (11.2ubuntu1) ...
12:56:46 #11 26.91 Preparing to unpack .../086-binutils-common_2.39-3ubuntu1.1_arm64.deb ...
12:56:46 #11 26.92 Unpacking binutils-common:arm64 (2.39-3ubuntu1.1) ...
12:56:46 #11 26.96 Selecting previously unselected package libbinutils:arm64.
12:56:46 #11 26.96 Preparing to unpack .../087-libbinutils_2.39-3ubuntu1.1_arm64.deb ...
12:56:46 #11 26.97 Unpacking libbinutils:arm64 (2.39-3ubuntu1.1) ...
12:56:46 #11 27.02 Selecting previously unselected package libctf-nobfd0:arm64.
12:56:46 #11 27.02 Preparing to unpack .../088-libctf-nobfd0_2.39-3ubuntu1.1_arm64.deb ...
12:56:46 #11 27.02 Unpacking libctf-nobfd0:arm64 (2.39-3ubuntu1.1) ...
12:56:46 #11 27.07 Selecting previously unselected package libctf0:arm64.
12:56:46 #11 27.07 Preparing to unpack .../089-libctf0_2.39-3ubuntu1.1_arm64.deb ...
12:56:46 #11 27.07 Unpacking libctf0:arm64 (2.39-3ubuntu1.1) ...
12:56:46 #11 27.12 Selecting previously unselected package libgprofng0:arm64.
12:56:46 #11 27.12 Preparing to unpack .../090-libgprofng0_2.39-3ubuntu1.1_arm64.deb ...
12:56:46 #14 8.949   Running scriptlet: libgcc-8.5.0-18.el8.aarch64                           1/93 
12:56:46 #14 9.116   Installing       : glibc-langpack-en-2.28-224.el8.aarch64                2/93 
12:56:46 #14 9.139   Running scriptlet: glibc-2.28-224.el8.aarch64                            3/93 
12:56:46 #14 9.312   Upgrading        : glibc-2.28-224.el8.aarch64                            3/93 
12:56:46 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 113.25MB / 116.78MB 17.2s
12:56:46 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 11.0s done
12:56:46 #10 17.15 Get:174 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
12:56:46 #10 17.15 Get:175 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB]
12:56:46 #10 17.15 Get:176 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
12:56:46 #10 17.15 Get:177 http://archive.ubuntu.com/ubuntu bionic/main amd64 libapt-pkg-perl amd64 0.1.33build1 [68.0 kB]
12:56:46 #10 17.15 Get:178 http://archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9644 B]
12:56:46 #10 17.15 Get:179 http://archive.ubuntu.com/ubuntu bionic/main amd64 libb-hooks-op-check-perl amd64 0.22-1 [10.1 kB]
12:56:46 #10 17.16 Get:180 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
12:56:46 #10 17.16 Get:181 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdevel-callchecker-perl amd64 0.007-2build1 [14.1 kB]
12:56:46 #10 17.16 Get:182 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparams-classify-perl amd64 0.015-1 [21.2 kB]
12:56:46 #10 17.22 Get:183 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
12:56:46 #10 17.23 Get:184 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
12:56:46 #10 17.23 Get:185 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
12:56:46 #10 17.23 Get:186 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
12:56:46 #10 17.23 Get:187 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvariable-magic-perl amd64 0.62-1 [34.5 kB]
12:56:46 #10 17.23 Get:188 http://archive.ubuntu.com/ubuntu bionic/main amd64 libb-hooks-endofscope-perl all 0.21-1 [14.7 kB]
12:56:46 #10 17.23 Get:189 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB]
12:56:46 #10 17.23 Get:190 http://archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB]
12:56:46 #10 17.24 Get:191 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB]
12:56:46 #10 17.30 Get:192 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB]
12:56:46 #10 17.31 Get:193 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB]
12:56:46 #10 17.31 Get:194 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9940 B]
12:56:46 #10 17.31 Get:195 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-name-perl amd64 0.21-1build1 [11.6 kB]
12:56:46 #10 17.31 Get:196 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclass-accessor-perl all 0.51-1 [21.2 kB]
12:56:46 #10 17.32 Get:197 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclass-method-modifiers-perl all 2.12-1 [15.7 kB]
12:56:46 #10 17.32 Get:198 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclass-xsaccessor-perl amd64 1.19-2build8 [32.8 kB]
12:56:46 #10 17.32 Get:199 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclone-perl amd64 0.39-1 [10.4 kB]
12:56:46 #10 17.32 Get:200 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]
12:56:46 #10 17.37 Get:201 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparams-util-perl amd64 1.07-3build3 [19.6 kB]
12:56:46 #13 23.57   Installing       : policycoreutils-devel-3.5-0.rc2.1.el9.aarch64        18/70 
12:56:46 #10 30.68 Selecting previously unselected package libhtml-format-perl.
12:56:46 #10 30.68 Preparing to unpack .../211-libhtml-format-perl_2.12-1_all.deb ...
12:56:46 #10 30.68 Unpacking libhtml-format-perl (2.12-1) ...
12:56:46 #10 30.72 Selecting previously unselected package libhttp-cookies-perl.
12:56:46 #10 30.72 Preparing to unpack .../212-libhttp-cookies-perl_6.04-1_all.deb ...
12:56:46 #10 30.72 Unpacking libhttp-cookies-perl (6.04-1) ...
12:56:46 #10 30.74 Selecting previously unselected package libhttp-daemon-perl.
12:56:46 #10 30.75 Preparing to unpack .../213-libhttp-daemon-perl_6.01-1ubuntu0.1_all.deb ...
12:56:46 #10 30.75 Unpacking libhttp-daemon-perl (6.01-1ubuntu0.1) ...
12:56:46 #10 30.78 Selecting previously unselected package libhttp-negotiate-perl.
12:56:46 #10 30.78 Preparing to unpack .../214-libhttp-negotiate-perl_6.00-2_all.deb ...
12:56:46 #10 30.78 Unpacking libhttp-negotiate-perl (6.00-2) ...
12:56:46 #10 30.81 Selecting previously unselected package libimport-into-perl.
12:56:46 #10 30.81 Preparing to unpack .../215-libimport-into-perl_1.002005-1_all.deb ...
12:56:46 #10 30.81 Unpacking libimport-into-perl (1.002005-1) ...
12:56:46 #10 30.84 Selecting previously unselected package libio-pty-perl.
12:56:46 #10 30.84 Preparing to unpack .../216-libio-pty-perl_1%3a1.08-1.1build4_arm64.deb ...
12:56:46 #10 30.85 Unpacking libio-pty-perl (1:1.08-1.1build4) ...
12:56:46 #10 30.87 Selecting previously unselected package libio-string-perl.
12:56:46 #10 30.87 Preparing to unpack .../217-libio-string-perl_1.08-3_all.deb ...
12:56:46 #10 30.88 Unpacking libio-string-perl (1.08-3) ...
12:56:46 #10 30.91 Selecting previously unselected package libipc-run-perl.
12:56:46 #10 30.91 Preparing to unpack .../218-libipc-run-perl_0.96-1_all.deb ...
12:56:46 #10 30.91 Unpacking libipc-run-perl (0.96-1) ...
12:56:46 #10 30.94 Selecting previously unselected package liblist-compare-perl.
12:56:46 #10 30.95 Preparing to unpack .../219-liblist-compare-perl_0.53-1_all.deb ...
12:56:46 #10 52.09 Setting up python3-xdg (0.25-5) ...
12:56:46 #10 46.40 Setting up libgav1-1:arm64 (0.18.0-1+b1) ...
12:56:46 #10 46.41 Setting up libxdelta2:arm64 (1.1.3-10.4) ...
12:56:46 #10 46.42 Setting up libncursesw6:arm64 (6.4-2) ...
12:56:46 #10 46.44 Setting up libk5crypto3:arm64 (1.20.1-1) ...
12:56:46 #10 46.46 Setting up libdav1d6:arm64 (1.0.0-2) ...
12:56:46 #10 46.47 Setting up libltdl7:arm64 (2.4.7-5) ...
12:56:46 #10 46.49 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
12:56:46 #10 46.51 Setting up libwebp7:arm64 (1.2.4-0.1) ...
12:56:46 #10 46.52 Setting up libubsan1:arm64 (12.2.0-14) ...
12:56:46 #10 46.53 Setting up libnuma1:arm64 (2.0.16-1) ...
12:56:46 #10 46.55 Setting up python-apt-common (2.5.2) ...
12:56:46 #10 46.56 Setting up sensible-utils (0.0.17+nmu1) ...
12:56:46 #10 46.57 Setting up libhwasan0:arm64 (12.2.0-14) ...
12:56:46 #10 46.59 Setting up xdelta3 (3.0.11-dfsg-1.2) ...
12:56:46 #10 46.60 Setting up libcrypt-dev:arm64 (1:4.4.33-2) ...
12:56:46 #10 46.62 Setting up libtiff6:arm64 (4.5.0-4) ...
12:56:46 #10 46.63 Setting up libasan8:arm64 (12.2.0-14) ...
12:56:46 #11 22.61 Preparing to unpack .../055-automake_1%3a1.16.5-1.3_all.deb ...
12:56:46 #11 22.62 Unpacking automake (1:1.16.5-1.3) ...
12:56:46 #11 22.66 Selecting previously unselected package autopoint.
12:56:46 #11 22.66 Preparing to unpack .../056-autopoint_0.21-4ubuntu4_all.deb ...
12:56:46 #11 22.67 Unpacking autopoint (0.21-4ubuntu4) ...
12:56:46 #11 22.70 Selecting previously unselected package binutils-common:arm64.
12:56:46 #11 22.70 Preparing to unpack .../057-binutils-common_2.38-4ubuntu2.1_arm64.deb ...
12:56:46 #11 22.70 Unpacking binutils-common:arm64 (2.38-4ubuntu2.1) ...
12:56:46 #11 22.73 Selecting previously unselected package libbinutils:arm64.
12:56:46 #11 22.74 Preparing to unpack .../058-libbinutils_2.38-4ubuntu2.1_arm64.deb ...
12:56:46 #11 22.74 Unpacking libbinutils:arm64 (2.38-4ubuntu2.1) ...
12:56:46 #11 22.78 Selecting previously unselected package libctf-nobfd0:arm64.
12:56:46 #11 22.78 Preparing to unpack .../059-libctf-nobfd0_2.38-4ubuntu2.1_arm64.deb ...
12:56:46 #11 22.79 Unpacking libctf-nobfd0:arm64 (2.38-4ubuntu2.1) ...
12:56:46 #11 22.82 Selecting previously unselected package libctf0:arm64.
12:56:46 #11 22.82 Preparing to unpack .../060-libctf0_2.38-4ubuntu2.1_arm64.deb ...
12:56:46 #11 22.82 Unpacking libctf0:arm64 (2.38-4ubuntu2.1) ...
12:56:46 #11 22.85 Selecting previously unselected package binutils-aarch64-linux-gnu.
12:56:46 #11 22.85 Preparing to unpack .../061-binutils-aarch64-linux-gnu_2.38-4ubuntu2.1_arm64.deb ...
12:56:46 #11 22.85 Unpacking binutils-aarch64-linux-gnu (2.38-4ubuntu2.1) ...
12:56:46 #11 22.97 Selecting previously unselected package binutils.
12:56:46 #9 ...
12:56:46 
12:56:46 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91
12:56:46 #7 extracting sha256:7d7ecaba86e0a81cdaab07764d4f1a33559cca2282c1ce53f7cce311081df7c9 done
12:56:46 #7 extracting sha256:cd8d70a00e71863bfa6605014d4ab5d5f1c274ad787d72241305b763cb1e57ee done
12:56:46 #7 extracting sha256:2bb109a565e6de9a7dac0d6b91e7be2ef45b3ad4d309679b36298c8e28caf2b2 done
12:56:46 #7 extracting sha256:83502790502ddd5b7dba8aca592d2332dc0ac7efa8fe37bd500e858f55eeaf93 0.0s done
12:56:46 #7 extracting sha256:f20327d786aae47c65ca9678b906c87dbd0974fa187ab64a9aeb789ca03eaab9 done
12:56:46 #7 extracting sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 2.3s done
12:56:46 #7 extracting sha256:00041252b20f2827672dadea389c22e9e63c76be4ab42f59bd56e27fef33759c done
12:56:46 #7 DONE 25.1s
12:56:46 
12:56:46 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:47 #11 13.30 Get:147 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.1 [209 kB]
12:56:47 #11 13.30 Get:148 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.1 [62.7 kB]
12:56:47 #11 13.31 Get:149 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.1 [57.5 kB]
12:56:47 #11 13.31 Get:150 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.1 [197 kB]
12:56:47 #11 13.31 Get:151 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
12:56:47 #11 13.32 Get:152 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-dirlist-perl all 0.05-2 [7100 B]
12:56:47 #11 13.32 Get:153 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
12:56:47 #11 13.32 Get:154 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-homedir-perl all 1.006-1 [38.3 kB]
12:56:47 #11 13.32 Get:155 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-touch-perl all 0.12-1 [9024 B]
12:56:47 #11 13.32 Get:156 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-pty-perl amd64 1:1.15-2build2 [35.1 kB]
12:56:47 #11 13.33 Get:157 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-run-perl all 20200505.0-1 [89.8 kB]
12:56:47 #11 13.33 Get:158 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
12:56:47 #11 13.33 Get:159 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-xsaccessor-perl amd64 1.19-3build9 [34.1 kB]
12:56:47 #11 13.33 Get:160 http://archive.ubuntu.com/ubuntu jammy/main amd64 libb-hooks-op-check-perl amd64 0.22-1build5 [10.3 kB]
12:56:47 #11 13.34 Get:161 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
12:56:47 #11 13.34 Get:162 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu4 [14.9 kB]
12:56:47 #11 13.34 Get:163 http://archive.ubuntu.com/ubuntu jammy/main amd64 libparams-classify-perl amd64 0.015-1build5 [22.0 kB]
12:56:47 #11 13.34 Get:164 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
12:56:47 #11 13.34 Get:165 http://archive.ubuntu.com/ubuntu jammy/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
12:56:47 #11 13.34 Get:166 http://archive.ubuntu.com/ubuntu jammy/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
12:56:47 #11 13.36 Get:167 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
12:56:47 #11 13.36 Get:168 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoo-perl all 2.005004-3 [48.0 kB]
12:56:47 #11 13.36 Get:169 http://archive.ubuntu.com/ubuntu jammy/main amd64 libencode-locale-perl all 1.05-1.1 [11.8 kB]
12:56:47 #11 13.36 Get:170 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB]
12:56:47 #11 13.37 Get:171 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
12:56:47 #11 13.37 Get:172 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-listing-perl all 6.14-1 [11.2 kB]
12:56:47 #11 13.37 Get:173 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
12:56:47 #11 13.37 Get:174 http://archive.ubuntu.com/ubuntu jammy/main amd64 liburi-perl all 5.10-1 [78.8 kB]
12:56:47 #11 13.37 Get:175 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-parser-perl amd64 3.76-1build2 [88.4 kB]
12:56:47 #11 13.37 Get:176 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
12:56:47 #11 13.38 Get:177 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-html-perl all 1.004-2 [15.4 kB]
12:56:47 #11 13.38 Get:178 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
12:56:47 #11 13.38 Get:179 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-message-perl all 6.36-1 [76.8 kB]
12:56:47 #11 13.38 Get:180 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
12:56:47 #11 13.40 Get:181 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
12:56:47 #11 13.40 Get:182 http://archive.ubuntu.com/ubuntu jammy/main amd64 perl-openssl-defaults amd64 5build2 [7542 B]
12:56:47 #11 13.40 Get:183 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-ssleay-perl amd64 1.92-1build2 [327 kB]
12:56:47 #11 13.40 Get:184 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-socket-ssl-perl all 2.074-2 [192 kB]
12:56:47 #11 13.40 Get:185 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-http-perl all 6.22-1 [23.2 kB]
12:56:47 #11 13.40 Get:186 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
12:56:47 #11 13.41 Get:187 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtry-tiny-perl all 0.31-1 [21.8 kB]
12:56:47 #11 13.41 Get:188 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
12:56:47 #11 13.41 Get:189 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwww-perl all 6.61-1 [141 kB]
12:56:47 #11 13.41 Get:190 http://archive.ubuntu.com/ubuntu jammy/main amd64 patchutils amd64 0.4.2-1build2 [77.8 kB]
12:56:47 #11 13.42 Get:191 http://archive.ubuntu.com/ubuntu jammy/main amd64 wdiff amd64 1.2.2-2build3 [29.6 kB]
12:56:47 #11 13.42 Get:192 http://archive.ubuntu.com/ubuntu jammy/main amd64 devscripts amd64 2.22.1ubuntu1 [1057 kB]
12:56:47 #11 13.45 Get:193 http://archive.ubuntu.com/ubuntu jammy/main amd64 diffstat amd64 1.64-1build2 [29.2 kB]
12:56:47 #11 13.45 Get:194 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-chardet all 4.0.0-1 [98.0 kB]
12:56:47 #11 13.45 Get:195 http://archive.ubuntu.com/ubuntu jammy/main amd64 zstd amd64 1.4.8+dfsg-3build1 [603 kB]
12:56:47 #11 13.46 Get:196 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-debian all 0.1.43ubuntu1 [107 kB]
12:56:47 #11 13.47 Get:197 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpgme11 amd64 1.16.0-1.2ubuntu4 [136 kB]
12:56:47 #11 13.47 Get:198 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-gpg amd64 1.16.0-1.2ubuntu4 [215 kB]
12:56:47 #11 13.48 Get:199 http://archive.ubuntu.com/ubuntu jammy/main amd64 dput all 1.1.0ubuntu2 [44.9 kB]
12:56:47 #11 13.48 Get:200 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
12:56:47 #11 13.50 Get:201 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
12:56:47 #11 13.50 Get:202 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.7 [283 kB]
12:56:47 #10 23.03 Transaction check succeeded.
12:56:47 #10 23.03 Running transaction test
12:56:47 #11 25.37 Preparing to unpack .../084-libcc1-0_10.3.0-1ubuntu1~20.04_arm64.deb ...
12:56:47 #11 25.38 Unpacking libcc1-0:arm64 (10.3.0-1ubuntu1~20.04) ...
12:56:47 #11 25.42 Selecting previously unselected package libgomp1:arm64.
12:56:47 #11 25.42 Preparing to unpack .../085-libgomp1_10.3.0-1ubuntu1~20.04_arm64.deb ...
12:56:47 #11 25.42 Unpacking libgomp1:arm64 (10.3.0-1ubuntu1~20.04) ...
12:56:47 #11 25.47 Selecting previously unselected package libitm1:arm64.
12:56:47 #11 25.47 Preparing to unpack .../086-libitm1_10.3.0-1ubuntu1~20.04_arm64.deb ...
12:56:47 #11 25.48 Unpacking libitm1:arm64 (10.3.0-1ubuntu1~20.04) ...
12:56:47 #11 25.52 Selecting previously unselected package libatomic1:arm64.
12:56:47 #11 25.52 Preparing to unpack .../087-libatomic1_10.3.0-1ubuntu1~20.04_arm64.deb ...
12:56:47 #11 25.52 Unpacking libatomic1:arm64 (10.3.0-1ubuntu1~20.04) ...
12:56:47 #11 25.57 Selecting previously unselected package libasan5:arm64.
12:56:47 #11 25.57 Preparing to unpack .../088-libasan5_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
12:56:47 #11 25.57 Unpacking libasan5:arm64 (9.4.0-1ubuntu1~20.04.1) ...
12:56:47 #11 25.26 Selecting previously unselected package netbase.
12:56:47 #11 25.26 Preparing to unpack .../040-netbase_6.3_all.deb ...
12:56:47 #11 25.26 Unpacking netbase (6.3) ...
12:56:47 #11 25.29 Selecting previously unselected package python3-dbus.
12:56:47 #11 25.29 Preparing to unpack .../041-python3-dbus_1.2.18-3build1_amd64.deb ...
12:56:47 #11 25.30 Unpacking python3-dbus (1.2.18-3build1) ...
12:56:47 #11 25.33 Selecting previously unselected package python3-gi.
12:56:47 #11 25.33 Preparing to unpack .../042-python3-gi_3.42.2-2_amd64.deb ...
12:56:47 #11 25.33 Unpacking python3-gi (3.42.2-2) ...
12:56:47 #11 25.37 Selecting previously unselected package networkd-dispatcher.
12:56:47 #11 25.37 Preparing to unpack .../043-networkd-dispatcher_2.1-2ubuntu1_all.deb ...
12:56:47 #11 25.37 Unpacking networkd-dispatcher (2.1-2ubuntu1) ...
12:56:47 #11 25.40 Selecting previously unselected package python-apt-common.
12:56:47 #11 25.40 Preparing to unpack .../044-python-apt-common_2.4.0+22.10_all.deb ...
12:56:47 #11 25.40 Unpacking python-apt-common (2.4.0+22.10) ...
12:56:47 #11 25.43 Selecting previously unselected package python3-apt.
12:56:47 #11 25.43 Preparing to unpack .../045-python3-apt_2.4.0+22.10_amd64.deb ...
12:56:47 #11 25.43 Unpacking python3-apt (2.4.0+22.10) ...
12:56:47 #11 25.47 Selecting previously unselected package python3-pkg-resources.
12:56:47 #11 25.47 Preparing to unpack .../046-python3-pkg-resources_59.6.0-1.2ubuntu0.22.10.1_all.deb ...
12:56:47 #11 27.12 Unpacking libgprofng0:arm64 (2.39-3ubuntu1.1) ...
12:56:47 #11 27.17 Selecting previously unselected package binutils-aarch64-linux-gnu.
12:56:47 #11 27.17 Preparing to unpack .../091-binutils-aarch64-linux-gnu_2.39-3ubuntu1.1_arm64.deb ...
12:56:47 #11 27.18 Unpacking binutils-aarch64-linux-gnu (2.39-3ubuntu1.1) ...
12:56:47 #11 27.31 Selecting previously unselected package binutils.
12:56:47 #11 27.31 Preparing to unpack .../092-binutils_2.39-3ubuntu1.1_arm64.deb ...
12:56:47 #11 27.32 Unpacking binutils (2.39-3ubuntu1.1) ...
12:56:47 #11 27.35 Selecting previously unselected package libc-dev-bin.
12:56:47 #11 27.35 Preparing to unpack .../093-libc-dev-bin_2.36-0ubuntu4_arm64.deb ...
12:56:47 #11 27.36 Unpacking libc-dev-bin (2.36-0ubuntu4) ...
12:56:47 #11 27.39 Selecting previously unselected package linux-libc-dev:arm64.
12:56:47 #14 9.334   Running scriptlet: glibc-2.28-224.el8.aarch64                            3/93 
12:56:47 #14 9.383   Downgrading      : pcre2-10.32-3.el8.aarch64                             4/93 
12:56:47 #14 9.404   Upgrading        : libselinux-2.9-8.el8.aarch64                          5/93 
12:56:47 #10 17.39 Get:202 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-install-perl all 0.928-1 [10.5 kB]
12:56:47 #10 17.55 Get:203 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdata-optlist-perl all 0.110-1 [9956 B]
12:56:47 #10 17.62 Get:204 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdevel-globaldestruction-perl all 0.14-1 [6752 B]
12:56:47 #10 30.95 Unpacking liblist-compare-perl (0.53-1) ...
12:56:47 #10 30.98 Selecting previously unselected package liblist-moreutils-perl.
12:56:47 #10 30.99 Preparing to unpack .../220-liblist-moreutils-perl_0.416-1build3_arm64.deb ...
12:56:47 #10 30.99 Unpacking liblist-moreutils-perl (0.416-1build3) ...
12:56:47 #10 31.02 Selecting previously unselected package libltdl7:arm64.
12:56:47 #10 31.02 Preparing to unpack .../221-libltdl7_2.4.6-2_arm64.deb ...
12:56:47 #10 31.03 Unpacking libltdl7:arm64 (2.4.6-2) ...
12:56:47 #10 31.05 Selecting previously unselected package libltdl-dev:arm64.
12:56:47 #10 31.06 Preparing to unpack .../222-libltdl-dev_2.4.6-2_arm64.deb ...
12:56:47 #10 31.06 Unpacking libltdl-dev:arm64 (2.4.6-2) ...
12:56:47 #10 31.10 Selecting previously unselected package libnet-http-perl.
12:56:47 #10 31.10 Preparing to unpack .../223-libnet-http-perl_6.17-1_all.deb ...
12:56:47 #10 31.11 Unpacking libnet-http-perl (6.17-1) ...
12:56:47 #10 31.13 Selecting previously unselected package libwww-robotrules-perl.
12:56:47 #10 31.14 Preparing to unpack .../224-libwww-robotrules-perl_6.01-1_all.deb ...
12:56:47 #10 31.14 Unpacking libwww-robotrules-perl (6.01-1) ...
12:56:47 #10 31.17 Selecting previously unselected package libwww-perl.
12:56:47 #13 23.84   Installing       : selinux-policy-devel-38.1.5-1.el9.noarch             19/70 
12:56:47 #13 23.88   Running scriptlet: selinux-policy-devel-38.1.5-1.el9.noarch             19/70 
12:56:47 #13 23.89   Installing       : perl-threads-shared-1.61-460.el9.aarch64             20/70 
12:56:47 #13 23.96   Installing       : perl-Thread-Queue-3.14-460.el9.noarch                21/70 
12:56:47 #13 23.99   Installing       : automake-1.16.2-6.el9.noarch                         22/70 
12:56:47 #13 24.04   Installing       : perl-TermReadKey-2.38-11.el9.aarch64                 23/70 
12:56:47 #10 52.27 Setting up man-db (2.8.5-2) ...
12:56:47 #10 52.39 Building database of manual pages ...
12:56:47 #10 46.65 Setting up libuchardet0:arm64 (0.0.7-1) ...
12:56:47 #10 46.66 Setting up lzop (1.04-2) ...
12:56:47 #10 46.67 Setting up libmpdec3:arm64 (2.5.1-2) ...
12:56:47 #10 46.68 Setting up git-man (1:2.39.1-0.1) ...
12:56:47 #10 46.69 Setting up libssh2-1:arm64 (1.10.0-3+b1) ...
12:56:47 #10 46.71 Setting up netbase (6.4) ...
12:56:47 #10 46.75 Setting up libkrb5-3:arm64 (1.20.1-1) ...
12:56:47 #10 46.77 Setting up libtsan2:arm64 (12.2.0-14) ...
12:56:47 #10 46.79 Setting up libbinutils:arm64 (2.40-2) ...
12:56:47 #10 46.80 Setting up lsb-release (12.0-1) ...
12:56:47 #10 46.81 Setting up libfido2-1:arm64 (1.12.0-2) ...
12:56:47 #10 46.83 Setting up libisl23:arm64 (0.25-1) ...
12:56:47 #10 46.85 Setting up libde265-0:arm64 (1.0.11-1) ...
12:56:47 #10 46.87 Setting up libc-dev-bin (2.36-8) ...
12:56:47 #11 22.97 Preparing to unpack .../062-binutils_2.38-4ubuntu2.1_arm64.deb ...
12:56:47 #11 22.98 Unpacking binutils (2.38-4ubuntu2.1) ...
12:56:47 #11 23.01 Selecting previously unselected package libc-dev-bin.
12:56:47 #11 23.01 Preparing to unpack .../063-libc-dev-bin_2.35-0ubuntu3.1_arm64.deb ...
12:56:47 #11 23.01 Unpacking libc-dev-bin (2.35-0ubuntu3.1) ...
12:56:47 #11 23.05 Selecting previously unselected package linux-libc-dev:arm64.
12:56:47 #11 23.05 Preparing to unpack .../064-linux-libc-dev_5.15.0-58.64_arm64.deb ...
12:56:47 #11 23.05 Unpacking linux-libc-dev:arm64 (5.15.0-58.64) ...
12:56:47 #11 23.19 Selecting previously unselected package libcrypt-dev:arm64.
12:56:47 #11 23.19 Preparing to unpack .../065-libcrypt-dev_1%3a4.4.27-1_arm64.deb ...
12:56:47 #11 23.19 Unpacking libcrypt-dev:arm64 (1:4.4.27-1) ...
12:56:47 #11 23.22 Selecting previously unselected package rpcsvc-proto.
12:56:47 #11 25.85 Selecting previously unselected package liblsan0:arm64.
12:56:47 #11 25.85 Preparing to unpack .../089-liblsan0_10.3.0-1ubuntu1~20.04_arm64.deb ...
12:56:47 #11 25.85 Unpacking liblsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
12:56:47 #10 24.63 Fedora 37 openh264 (From Cisco) - aarch64       2.3 kB/s | 2.5 kB     00:01    
12:56:47 #10 25.52 Fedora Modular 37 - aarch64                     5.6 MB/s | 2.9 MB     00:00    
12:56:47 #11 25.47 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
12:56:47 #11 25.51 Selecting previously unselected package shared-mime-info.
12:56:47 #11 25.51 Preparing to unpack .../047-shared-mime-info_2.2-1_amd64.deb ...
12:56:47 #11 25.51 Unpacking shared-mime-info (2.2-1) ...
12:56:47 #11 25.55 Selecting previously unselected package systemd-resolved.
12:56:47 #11 25.55 Preparing to unpack .../048-systemd-resolved_251.4-1ubuntu7_amd64.deb ...
12:56:47 #11 25.56 Unpacking systemd-resolved (251.4-1ubuntu7) ...
12:56:47 #11 25.59 Selecting previously unselected package systemd-timesyncd.
12:56:47 #11 25.60 Preparing to unpack .../049-systemd-timesyncd_251.4-1ubuntu7_amd64.deb ...
12:56:47 #11 25.60 Unpacking systemd-timesyncd (251.4-1ubuntu7) ...
12:56:47 #11 25.64 Selecting previously unselected package ucf.
12:56:47 #11 25.64 Preparing to unpack .../050-ucf_3.0043_all.deb ...
12:56:47 #11 25.64 Moving old data out of the way
12:56:47 #11 25.64 Unpacking ucf (3.0043) ...
12:56:47 #11 25.68 Selecting previously unselected package xdg-user-dirs.
12:56:47 #11 25.68 Preparing to unpack .../051-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...
12:56:47 #11 25.68 Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
12:56:47 #11 25.73 Selecting previously unselected package bsdextrautils.
12:56:47 #11 27.40 Preparing to unpack .../094-linux-libc-dev_5.19.0-29.30_arm64.deb ...
12:56:47 #11 27.40 Unpacking linux-libc-dev:arm64 (5.19.0-29.30) ...
12:56:47 #11 27.57 Selecting previously unselected package libcrypt-dev:arm64.
12:56:47 #11 27.57 Preparing to unpack .../095-libcrypt-dev_1%3a4.4.28-2_arm64.deb ...
12:56:47 #11 27.58 Unpacking libcrypt-dev:arm64 (1:4.4.28-2) ...
12:56:47 #11 27.61 Selecting previously unselected package rpcsvc-proto.
12:56:47 #11 27.61 Preparing to unpack .../096-rpcsvc-proto_1.4.2-0ubuntu6_arm64.deb ...
12:56:47 #11 27.62 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
12:56:47 #11 27.65 Selecting previously unselected package libtirpc-dev:arm64.
12:56:47 #21 6.626 + apt-get  install --no-install-recommends -y gcc-mingw-w64-x86-64
12:56:47 #10 31.17 Preparing to unpack .../225-libwww-perl_6.31-1ubuntu0.1_all.deb ...
12:56:47 #10 31.17 Unpacking libwww-perl (6.31-1ubuntu0.1) ...
12:56:47 #10 31.21 Selecting previously unselected package liblwp-protocol-https-perl.
12:56:47 #10 31.21 Preparing to unpack .../226-liblwp-protocol-https-perl_6.07-2_all.deb ...
12:56:47 #10 31.21 Unpacking liblwp-protocol-https-perl (6.07-2) ...
12:56:47 #10 31.24 Selecting previously unselected package libsys-hostname-long-perl.
12:56:47 #10 31.24 Preparing to unpack .../227-libsys-hostname-long-perl_1.5-1_all.deb ...
12:56:47 #10 31.25 Unpacking libsys-hostname-long-perl (1.5-1) ...
12:56:47 #10 31.27 Selecting previously unselected package libmail-sendmail-perl.
12:56:47 #10 31.27 Preparing to unpack .../228-libmail-sendmail-perl_0.80-1_all.deb ...
12:56:47 #10 31.28 Unpacking libmail-sendmail-perl (0.80-1) ...
12:56:47 #10 31.30 Selecting previously unselected package librole-tiny-perl.
12:56:47 #10 31.31 Preparing to unpack .../229-librole-tiny-perl_2.000006-1_all.deb ...
12:56:47 #10 31.31 Unpacking librole-tiny-perl (2.000006-1) ...
12:56:47 #10 31.34 Selecting previously unselected package libstrictures-perl.
12:56:47 #10 31.34 Preparing to unpack .../230-libstrictures-perl_2.000003-1_all.deb ...
12:56:47 #10 31.35 Unpacking libstrictures-perl (2.000003-1) ...
12:56:47 #10 31.37 Selecting previously unselected package libsub-quote-perl.
12:56:47 #10 17.63 Get:205 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdigest-hmac-perl all 1.03+dfsg-1 [12.1 kB]
12:56:47 #10 17.65 Get:206 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdistro-info-perl all 0.18ubuntu0.18.04.1 [4892 B]
12:56:47 #10 17.66 Get:207 http://archive.ubuntu.com/ubuntu bionic/main amd64 perl-openssl-defaults amd64 3build1 [7012 B]
12:56:47 #10 17.71 Get:208 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnet-ssleay-perl amd64 1.84-1ubuntu0.2 [283 kB]
12:56:47 #13 24.07   Installing       : perl-lib-0.65-480.el9.aarch64                        24/70 
12:56:47 #13 24.08   Installing       : perl-Error-1:0.17029-7.el9.noarch                    25/70 
12:56:47 #13 24.09   Installing       : pcre2-utf32-10.40-2.el9.aarch64                      26/70 
12:56:47 #13 24.12   Installing       : pcre2-utf16-10.40-2.el9.aarch64                      27/70 
12:56:47 #13 24.16   Installing       : pcre2-devel-10.40-2.el9.aarch64                      28/70 
12:56:47 #10 46.88 Setting up openssl (3.0.7-2) ...
12:56:47 #10 46.91 Setting up libbsd0:arm64 (0.11.7-2) ...
12:56:47 #10 46.92 Setting up libyuv0:arm64 (0.0~git20230104.6e4b0ac-1) ...
12:56:47 #10 46.97 Setting up libelf1:arm64 (0.188-2.1) ...
12:56:47 #10 46.98 Setting up readline-common (8.2-1.3) ...
12:56:47 #10 47.01 Setting up publicsuffix (20221208.1942-1) ...
12:56:47 #10 47.03 Setting up libxml2:arm64 (2.9.14+dfsg-1.1+b3) ...
12:56:47 #10 47.04 Setting up zstd (1.5.2+dfsg2-3) ...
12:56:47 #10 47.06 Setting up libmarkdown2:arm64 (2.2.7-2) ...
12:56:47 #10 47.07 Setting up libcc1-0:arm64 (12.2.0-14) ...
12:56:47 #10 47.09 Setting up iso-codes (4.12.0-1) ...
12:56:47 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 6.6s done
12:56:47 #7 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
12:56:47 #12 13.02 CentOS Stream 8 - BaseOS                         24 MB/s |  27 MB     00:01    
12:56:47 #11 23.22 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu6_arm64.deb ...
12:56:47 #11 23.23 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
12:56:47 #11 23.26 Selecting previously unselected package libtirpc-dev:arm64.
12:56:47 #11 23.26 Preparing to unpack .../067-libtirpc-dev_1.3.2-2ubuntu0.1_arm64.deb ...
12:56:47 #11 23.26 Unpacking libtirpc-dev:arm64 (1.3.2-2ubuntu0.1) ...
12:56:47 #11 23.30 Selecting previously unselected package libnsl-dev:arm64.
12:56:47 #11 23.30 Preparing to unpack .../068-libnsl-dev_1.3.0-2build2_arm64.deb ...
12:56:47 #11 23.30 Unpacking libnsl-dev:arm64 (1.3.0-2build2) ...
12:56:47 #11 23.33 Selecting previously unselected package libc6-dev:arm64.
12:56:47 #11 23.33 Preparing to unpack .../069-libc6-dev_2.35-0ubuntu3.1_arm64.deb ...
12:56:47 #11 23.34 Unpacking libc6-dev:arm64 (2.35-0ubuntu3.1) ...
12:56:47 #11 23.45 Selecting previously unselected package gcc-11-base:arm64.
12:56:47 #10 27.38 Selecting previously unselected package g++.
12:56:47 #10 27.38 Preparing to unpack .../057-g++_4%3a10.2.1-1_amd64.deb ...
12:56:47 #10 27.38 Unpacking g++ (4:10.2.1-1) ...
12:56:47 #10 27.41 Selecting previously unselected package make.
12:56:47 #10 27.41 Preparing to unpack .../058-make_4.3-4.1_amd64.deb ...
12:56:47 #10 27.41 Unpacking make (4.3-4.1) ...
12:56:47 #10 27.48 Selecting previously unselected package libdpkg-perl.
12:56:47 #10 27.48 Preparing to unpack .../059-libdpkg-perl_1.20.12_all.deb ...
12:56:47 #10 27.48 Unpacking libdpkg-perl (1.20.12) ...
12:56:47 #10 27.56 Selecting previously unselected package patch.
12:56:47 #10 27.56 Preparing to unpack .../060-patch_2.7.6-7_amd64.deb ...
12:56:47 #10 27.56 Unpacking patch (2.7.6-7) ...
12:56:47 #10 27.60 Selecting previously unselected package dpkg-dev.
12:56:47 #10 27.74 Selecting previously unselected package gcc.
12:56:47 #10 27.75 Preparing to unpack .../053-gcc_4%3a8.3.0-1_amd64.deb ...
12:56:47 #10 27.75 Unpacking gcc (4:8.3.0-1) ...
12:56:47 #10 27.78 Selecting previously unselected package libstdc++-8-dev:amd64.
12:56:47 #10 27.78 Preparing to unpack .../054-libstdc++-8-dev_8.3.0-6_amd64.deb ...
12:56:47 #10 27.79 Unpacking libstdc++-8-dev:amd64 (8.3.0-6) ...
12:56:47 #10 28.02 Selecting previously unselected package g++-8.
12:56:47 #11 13.90 Get:203 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
12:56:47 #11 14.08 Get:204 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.6 [953 kB]
12:56:47 #11 25.73 Preparing to unpack .../052-bsdextrautils_2.38-4ubuntu1_amd64.deb ...
12:56:47 #11 25.73 Unpacking bsdextrautils (2.38-4ubuntu1) ...
12:56:47 #11 25.76 Selecting previously unselected package libmagic-mgc.
12:56:47 #11 25.76 Preparing to unpack .../053-libmagic-mgc_1%3a5.41-4_amd64.deb ...
12:56:47 #11 25.76 Unpacking libmagic-mgc (1:5.41-4) ...
12:56:47 #11 25.82 Selecting previously unselected package libmagic1:amd64.
12:56:47 #11 25.83 Preparing to unpack .../054-libmagic1_1%3a5.41-4_amd64.deb ...
12:56:47 #11 25.83 Unpacking libmagic1:amd64 (1:5.41-4) ...
12:56:47 #11 25.85 Selecting previously unselected package file.
12:56:47 #11 25.86 Preparing to unpack .../055-file_1%3a5.41-4_amd64.deb ...
12:56:47 #11 25.86 Unpacking file (1:5.41-4) ...
12:56:47 #11 25.88 Selecting previously unselected package gettext-base.
12:56:47 #11 25.89 Preparing to unpack .../056-gettext-base_0.21-8_amd64.deb ...
12:56:47 #11 25.89 Unpacking gettext-base (0.21-8) ...
12:56:47 #11 25.92 Selecting previously unselected package libuchardet0:amd64.
12:56:47 #11 25.92 Preparing to unpack .../057-libuchardet0_0.0.7-1build2_amd64.deb ...
12:56:47 #11 25.92 Unpacking libuchardet0:amd64 (0.0.7-1build2) ...
12:56:47 #11 25.95 Selecting previously unselected package groff-base.
12:56:47 #11 25.95 Preparing to unpack .../058-groff-base_1.22.4-8build1_amd64.deb ...
12:56:47 #11 25.96 Unpacking groff-base (1.22.4-8build1) ...
12:56:47 #11 26.02 Selecting previously unselected package libcbor0.8:amd64.
12:56:47 #11 26.02 Preparing to unpack .../059-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ...
12:56:47 #11 26.02 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
12:56:47 #11 26.05 Selecting previously unselected package libedit2:amd64.
12:56:47 #11 26.05 Preparing to unpack .../060-libedit2_3.1-20210910-1build1_amd64.deb ...
12:56:47 #11 26.05 Unpacking libedit2:amd64 (3.1-20210910-1build1) ...
12:56:47 #11 27.66 Preparing to unpack .../097-libtirpc-dev_1.3.3+ds-1_arm64.deb ...
12:56:47 #11 27.66 Unpacking libtirpc-dev:arm64 (1.3.3+ds-1) ...
12:56:47 #11 27.70 Selecting previously unselected package libnsl-dev:arm64.
12:56:47 #11 27.70 Preparing to unpack .../098-libnsl-dev_1.3.0-2build2_arm64.deb ...
12:56:47 #11 27.71 Unpacking libnsl-dev:arm64 (1.3.0-2build2) ...
12:56:47 #11 27.75 Selecting previously unselected package libc6-dev:arm64.
12:56:47 #11 27.75 Preparing to unpack .../099-libc6-dev_2.36-0ubuntu4_arm64.deb ...
12:56:47 #11 27.75 Unpacking libc6-dev:arm64 (2.36-0ubuntu4) ...
12:56:47 #11 27.90 Selecting previously unselected package libisl23:arm64.
12:56:47 #11 27.91 Preparing to unpack .../100-libisl23_0.25-1_arm64.deb ...
12:56:47 #11 27.91 Unpacking libisl23:arm64 (0.25-1) ...
12:56:47 #11 27.96 Selecting previously unselected package libmpfr6:arm64.
12:56:47 #11 27.96 Preparing to unpack .../101-libmpfr6_4.1.0-3build3_arm64.deb ...
12:56:47 #11 27.97 Unpacking libmpfr6:arm64 (4.1.0-3build3) ...
12:56:47 #11 28.01 Selecting previously unselected package libmpc3:arm64.
12:56:47 #11 25.95 Selecting previously unselected package libtsan0:arm64.
12:56:47 #11 25.95 Preparing to unpack .../090-libtsan0_10.3.0-1ubuntu1~20.04_arm64.deb ...
12:56:47 #11 25.96 Unpacking libtsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
12:56:47 #11 26.16 Selecting previously unselected package libubsan1:arm64.
12:56:47 #11 26.16 Preparing to unpack .../091-libubsan1_10.3.0-1ubuntu1~20.04_arm64.deb ...
12:56:47 #11 26.17 Unpacking libubsan1:arm64 (10.3.0-1ubuntu1~20.04) ...
12:56:47 #10 25.03 Selecting previously unselected package cpp.
12:56:47 #10 25.03 Preparing to unpack .../048-cpp_4%3a12.2.0-3_amd64.deb ...
12:56:47 #10 25.05 Unpacking cpp (4:12.2.0-3) ...
12:56:47 #21 6.635 Reading package lists...
12:56:47 #10 31.38 Preparing to unpack .../231-libsub-quote-perl_2.005000-1_all.deb ...
12:56:47 #10 31.38 Unpacking libsub-quote-perl (2.005000-1) ...
12:56:47 #10 31.41 Selecting previously unselected package libmoo-perl.
12:56:47 #10 31.41 Preparing to unpack .../232-libmoo-perl_2.003004-1_all.deb ...
12:56:47 #10 31.41 Unpacking libmoo-perl (2.003004-1) ...
12:56:47 #10 31.44 Selecting previously unselected package libpackage-stash-perl.
12:56:47 #10 31.44 Preparing to unpack .../233-libpackage-stash-perl_0.37-1_all.deb ...
12:56:47 #10 31.45 Unpacking libpackage-stash-perl (0.37-1) ...
12:56:47 #10 31.47 Selecting previously unselected package libsub-identify-perl.
12:56:47 #10 31.48 Preparing to unpack .../234-libsub-identify-perl_0.14-1_arm64.deb ...
12:56:47 #10 31.48 Unpacking libsub-identify-perl (0.14-1) ...
12:56:47 #10 31.51 Selecting previously unselected package libnamespace-clean-perl.
12:56:47 #10 31.51 Preparing to unpack .../235-libnamespace-clean-perl_0.27-1_all.deb ...
12:56:47 #10 31.51 Unpacking libnamespace-clean-perl (0.27-1) ...
12:56:47 #10 31.54 Selecting previously unselected package libnumber-compare-perl.
12:56:47 #10 31.54 Preparing to unpack .../236-libnumber-compare-perl_0.03-1_all.deb ...
12:56:47 #10 31.54 Unpacking libnumber-compare-perl (0.03-1) ...
12:56:47 #10 31.57 Selecting previously unselected package libnumber-range-perl.
12:56:47 #10 31.57 Preparing to unpack .../237-libnumber-range-perl_0.12-1_all.deb ...
12:56:47 #10 31.57 Unpacking libnumber-range-perl (0.12-1) ...
12:56:47 #10 31.60 Selecting previously unselected package libpackage-stash-xs-perl.
12:56:47 #10 31.60 Preparing to unpack .../238-libpackage-stash-xs-perl_0.28-3build2_arm64.deb ...
12:56:47 #10 31.61 Unpacking libpackage-stash-xs-perl (0.28-3build2) ...
12:56:47 #10 31.63 Selecting previously unselected package libparse-debianchangelog-perl.
12:56:47 #10 31.64 Preparing to unpack .../239-libparse-debianchangelog-perl_1.2.0-12_all.deb ...
12:56:47 #10 31.64 Unpacking libparse-debianchangelog-perl (1.2.0-12) ...
12:56:47 #10 31.67 Selecting previously unselected package libtext-glob-perl.
12:56:47 #10 31.67 Preparing to unpack .../240-libtext-glob-perl_0.10-1_all.deb ...
12:56:47 #10 31.67 Unpacking libtext-glob-perl (0.10-1) ...
12:56:47 #10 31.70 Selecting previously unselected package libpath-iterator-rule-perl.
12:56:47 #10 31.70 Preparing to unpack .../241-libpath-iterator-rule-perl_1.009-1_all.deb ...
12:56:47 #10 17.93 Get:209 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libio-socket-ssl-perl all 2.060-3~ubuntu18.04.1 [173 kB]
12:56:47 #10 17.98 Get:210 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
12:56:47 #10 17.98 Get:211 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmailtools-perl all 2.18-1 [74.0 kB]
12:56:47 #10 18.00 Get:212 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsocket6-perl amd64 0.27-1build2 [23.0 kB]
12:56:47 #10 18.00 Get:213 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-socket-inet6-perl all 2.72-2 [13.8 kB]
12:56:47 #10 18.00 Get:214 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-ip-perl all 1.26-1 [31.5 kB]
12:56:47 #10 18.01 Get:215 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-dns-perl all 1.10-2 [335 kB]
12:56:47 #10 18.05 Get:216 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
12:56:47 #10 18.05 Get:217 http://archive.ubuntu.com/ubuntu bionic/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB]
12:56:47 #10 18.06 Get:218 http://archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
12:56:47 #10 18.08 Get:219 http://archive.ubuntu.com/ubuntu bionic/main amd64 libexporter-tiny-perl all 1.000000-2 [34.6 kB]
12:56:47 #10 18.08 Get:220 http://archive.ubuntu.com/ubuntu bionic/main amd64 libipc-system-simple-perl all 1.25-4 [22.5 kB]
12:56:47 #10 18.09 Get:221 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB]
12:56:47 #10 18.09 Get:222 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
12:56:47 #10 18.09 Get:223 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB]
12:56:47 #13 24.20   Installing       : libuv-1:1.42.0-1.el9.aarch64                         29/70 
12:56:47 #10 47.11 Setting up liblocale-gettext-perl (1.07-5) ...
12:56:47 #10 47.12 Setting up liblsan0:arm64 (12.2.0-14) ...
12:56:47 #10 47.13 Setting up dctrl-tools (2.24-3) ...
12:56:47 #10 47.15 Setting up libitm1:arm64 (12.2.0-14) ...
12:56:47 #10 47.17 Setting up debian-keyring (2022.12.24) ...
12:56:47 #10 47.18 Setting up libgdbm6:arm64 (1.23-3) ...
12:56:47 #10 47.20 Setting up libctf0:arm64 (2.40-2) ...
12:56:47 #10 47.21 Setting up pinentry-curses (1.2.1-1) ...
12:56:47 #10 47.26 Setting up manpages-dev (6.02-1) ...
12:56:47 #10 47.27 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
12:56:47 #10 47.28 Setting up cpp-12 (12.2.0-14) ...
12:56:47 #10 47.30 Setting up libxcb1:arm64 (1.15-1) ...
12:56:47 #10 47.31 Setting up gettext (0.21-11) ...
12:56:47 #14 9.608   Upgrading        : glibc-common-2.28-224.el8.aarch64                     6/93 
12:56:47 #14 9.937   Upgrading        : glibc-gconv-extra-2.28-224.el8.aarch64                7/93 
12:56:47 #14 9.959   Running scriptlet: glibc-gconv-extra-2.28-224.el8.aarch64                7/93 
12:56:47 #14 10.06   Upgrading        : systemd-libs-239-70.el8.aarch64                       8/93 
12:56:47 #14 10.09   Running scriptlet: systemd-libs-239-70.el8.aarch64                       8/93 
12:56:47 #14 10.13   Installing       : python3-libselinux-2.9-8.el8.aarch64                  9/93 
12:56:47 #7 DONE 21.4s
12:56:47 
12:56:47 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:47 #11 10.28 Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.5 [640 kB]
12:56:47 #11 10.29 Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
12:56:47 #11 10.29 Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
12:56:47 #11 10.29 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB]
12:56:47 #11 10.29 Get:43 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
12:56:47 #11 10.30 Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB]
12:56:47 #11 10.30 Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB]
12:56:47 #11 10.32 Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB]
12:56:47 #11 10.32 Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 xdg-user-dirs amd64 0.17-2ubuntu1 [48.3 kB]
12:56:47 #11 10.35 Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB]
12:56:47 #11 10.42 Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext-base amd64 0.19.8.1-10build1 [50.2 kB]
12:56:47 #11 10.43 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB]
12:56:47 #11 10.54 Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-locales all 1.17-6ubuntu4.2 [11.5 kB]
12:56:47 #11 10.54 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB]
12:56:47 #11 10.54 Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB]
12:56:47 #11 10.54 Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB]
12:56:47 #11 10.54 Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.2 [31.0 kB]
12:56:47 #11 10.55 Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.2 [80.0 kB]
12:56:47 #11 10.55 Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB]
12:56:47 #11 10.55 Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.2 [330 kB]
12:56:47 #11 10.58 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.2 [121 kB]
12:56:47 #11 10.64 Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
12:56:47 #11 10.65 Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B]
12:56:47 #11 10.65 Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB]
12:56:47 #11 10.65 Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB]
12:56:47 #11 10.65 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
12:56:47 #11 10.65 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.2 [575 kB]
12:56:47 #11 10.67 Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB]
12:56:47 #11 10.67 Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
12:56:47 #11 10.72 Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB]
12:56:47 #11 10.76 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.5 [671 kB]
12:56:47 #11 10.80 Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB]
12:56:47 #11 10.81 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.1 [17.0 kB]
12:56:47 #11 10.81 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.1 [154 kB]
12:56:47 #11 10.81 Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 libunwind8 amd64 1.2.1-9build1 [47.6 kB]
12:56:47 #11 10.81 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 strace amd64 5.5-3ubuntu1 [380 kB]
12:56:47 #11 10.83 Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 xauth amd64 1:1.1-0ubuntu1 [25.0 kB]
12:56:47 #11 10.83 Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 libfl2 amd64 2.6.4-6.2 [11.5 kB]
12:56:47 #11 10.83 Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 at amd64 3.1.23-1ubuntu1 [38.7 kB]
12:56:47 #11 10.86 Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB]
12:56:47 #11 10.94 Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB]
12:56:47 #11 10.94 Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB]
12:56:47 #11 10.95 Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB]
12:56:47 #11 10.95 Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB]
12:56:47 #11 10.97 Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB]
12:56:47 #11 10.99 Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.4 [207 kB]
12:56:47 #11 11.01 Get:85 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.4 [474 kB]
12:56:47 #11 11.03 Get:86 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.4 [47.2 kB]
12:56:47 #11 11.03 Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.4 [46.6 kB]
12:56:47 #11 11.03 Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.4 [1613 kB]
12:56:47 #11 11.11 Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.4 [3380 B]
12:56:47 #11 11.11 Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.9 [71.8 kB]
12:56:47 #11 11.11 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-137.154 [1120 kB]
12:56:47 #11 11.16 Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
12:56:47 #11 11.16 Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.9 [2519 kB]
12:56:47 #11 11.27 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]
12:56:47 #11 11.27 Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB]
12:56:47 #11 11.30 Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB]
12:56:47 #11 11.31 Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
12:56:47 #11 11.31 Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.1 [7500 kB]
12:56:47 #11 11.66 Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB]
12:56:47 #11 11.66 Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB]
12:56:47 #11 11.66 Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB]
12:56:47 #11 11.81 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB]
12:56:47 #11 11.97 Get:103 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B]
12:56:47 #11 11.98 Get:104 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2751 kB]
12:56:47 #11 12.45 Get:105 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB]
12:56:47 #11 12.49 Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB]
12:56:47 #11 12.58 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB]
12:56:47 #11 12.62 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB]
12:56:47 #11 12.62 Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2359 kB]
12:56:47 #11 12.74 Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.1 [8274 kB]
12:56:47 #11 13.13 Get:111 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B]
12:56:47 #11 13.13 Get:112 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [1722 kB]
12:56:47 #11 13.19 Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.1 [8420 kB]
12:56:47 #11 13.58 Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B]
12:56:47 #11 13.58 Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
12:56:47 #11 13.58 Get:116 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
12:56:47 #11 13.58 Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB]
12:56:47 #11 13.59 Get:118 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
12:56:47 #11 13.62 Get:119 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B]
12:56:47 #11 13.62 Get:120 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
12:56:47 #11 13.63 Get:121 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [42.6 kB]
12:56:47 #11 13.63 Get:122 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [181 kB]
12:56:47 #11 13.65 Get:123 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [30.4 kB]
12:56:47 #11 13.65 Get:124 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [88.1 kB]
12:56:47 #11 13.72 Get:125 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [47.9 kB]
12:56:47 #11 13.72 Get:126 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [107 kB]
12:56:47 #11 13.73 Get:127 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [208 kB]
12:56:47 #11 13.73 Get:128 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [15.1 kB]
12:56:47 #11 13.73 Get:129 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [96.6 kB]
12:56:47 #11 13.74 Get:130 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB]
12:56:47 #11 13.74 Get:131 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB]
12:56:47 #11 13.74 Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
12:56:47 #11 13.79 Get:133 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 [155 kB]
12:56:47 #11 13.80 Get:134 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB]
12:56:47 #11 13.87 Get:135 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
12:56:47 #11 13.87 Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB]
12:56:47 #11 13.87 Get:137 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.15 [235 kB]
12:56:47 #11 13.88 Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.15 [161 kB]
12:56:47 #11 13.89 Get:139 http://archive.ubuntu.com/ubuntu focal/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB]
12:56:47 #11 13.89 Get:140 http://archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB]
12:56:47 #11 13.90 Get:141 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB]
12:56:47 #11 13.90 Get:142 http://archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
12:56:47 #11 13.94 Get:143 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB]
12:56:47 #11 13.94 Get:144 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9532 B]
12:56:47 #11 14.01 Get:145 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
12:56:47 #11 14.01 Get:146 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5228 B]
12:56:47 #11 14.01 Get:147 http://archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB]
12:56:47 #11 14.02 Get:148 http://archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB]
12:56:47 #11 14.02 Get:149 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB]
12:56:47 #11 14.05 Get:150 http://archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
12:56:47 #11 14.05 Get:151 http://archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB]
12:56:47 #11 14.06 Get:152 http://archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB]
12:56:47 #11 14.11 Get:153 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB]
12:56:47 #11 14.11 Get:154 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB]
12:56:47 #11 14.17 Get:155 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB]
12:56:47 #11 14.17 Get:156 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.2 [124 kB]
12:56:47 #11 14.17 Get:157 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.20.04.2 [95.2 kB]
12:56:47 #11 14.17 Get:158 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B]
12:56:47 #11 14.17 Get:159 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.2 [330 kB]
12:56:47 #11 14.18 Get:160 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
12:56:47 #11 14.18 Get:161 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.2 [481 kB]
12:56:47 #11 14.23 Get:162 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.2 [482 kB]
12:56:47 #11 14.25 Get:163 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB]
12:56:47 #11 14.25 Get:164 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.2 [232 kB]
12:56:47 #11 14.30 Get:165 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.2 [97.4 kB]
12:56:47 #11 14.30 Get:166 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.2 [90.2 kB]
12:56:47 #11 14.31 Get:167 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.2 [217 kB]
12:56:47 #11 14.31 Get:168 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.2 [259 kB]
12:56:47 #11 14.33 Get:169 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
12:56:47 #11 14.33 Get:170 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-homedir-perl all 1.004-1 [37.3 kB]
12:56:47 #11 14.33 Get:171 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-pty-perl amd64 1:1.12-1 [32.4 kB]
12:56:47 #11 14.37 Get:172 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-run-perl all 20180523.0-2 [89.7 kB]
12:56:47 #11 14.38 Get:173 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
12:56:47 #11 14.38 Get:174 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-op-check-perl amd64 0.22-1build2 [10.2 kB]
12:56:47 #11 14.45 Get:175 http://archive.ubuntu.com/ubuntu focal/main amd64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
12:56:47 #11 14.45 Get:176 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu1 [14.5 kB]
12:56:47 #11 14.45 Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-classify-perl amd64 0.015-1build2 [21.1 kB]
12:56:47 #11 14.45 Get:178 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
12:56:47 #11 14.45 Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
12:56:47 #11 14.45 Get:180 http://archive.ubuntu.com/ubuntu focal/main amd64 librole-tiny-perl all 2.001004-1 [16.5 kB]
12:56:47 #11 14.45 Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
12:56:47 #11 14.52 Get:182 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
12:56:47 #11 14.52 Get:183 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoo-perl all 2.003006-1 [46.3 kB]
12:56:47 #11 14.52 Get:184 http://archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
12:56:47 #11 14.60 Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB]
12:56:47 #11 14.60 Get:186 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
12:56:47 #11 14.60 Get:187 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
12:56:47 #11 14.60 Get:188 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
12:56:47 #11 14.60 Get:189 http://archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB]
12:56:47 #11 14.60 Get:190 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB]
12:56:47 #11 14.60 Get:191 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
12:56:47 #11 14.67 Get:192 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
12:56:47 #11 14.67 Get:193 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
12:56:47 #11 14.67 Get:194 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB]
12:56:47 #11 14.74 Get:195 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-cookies-perl all 6.08-1 [18.3 kB]
12:56:47 #11 14.74 Get:196 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
12:56:47 #11 14.74 Get:197 http://archive.ubuntu.com/ubuntu focal/main amd64 perl-openssl-defaults amd64 4 [7192 B]
12:56:47 #11 14.74 Get:198 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ssleay-perl amd64 1.88-2ubuntu1 [291 kB]
12:56:47 #11 14.75 Get:199 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-socket-ssl-perl all 2.067-1 [176 kB]
12:56:47 #11 14.75 Get:200 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-http-perl all 6.19-1 [22.8 kB]
12:56:47 #11 14.76 Get:201 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
12:56:47 #11 14.81 Get:202 http://archive.ubuntu.com/ubuntu focal/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
12:56:47 #11 14.96 Get:203 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
12:56:47 #11 15.04 Get:204 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-perl all 6.43-1 [140 kB]
12:56:47 #11 15.25 Get:205 http://archive.ubuntu.com/ubuntu focal/main amd64 patchutils amd64 0.3.4-2 [71.1 kB]
12:56:47 #11 15.30 Get:206 http://archive.ubuntu.com/ubuntu focal/main amd64 wdiff amd64 1.2.2-2build1 [29.8 kB]
12:56:47 #11 15.32 Get:207 http://archive.ubuntu.com/ubuntu focal/main amd64 devscripts amd64 2.20.2ubuntu2 [940 kB]
12:56:47 #11 15.50 Get:208 http://archive.ubuntu.com/ubuntu focal/main amd64 diffstat amd64 1.63-1 [27.2 kB]
12:56:47 #11 15.50 Get:209 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB]
12:56:47 #11 15.50 Get:210 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-debian all 0.1.36ubuntu1 [65.0 kB]
12:56:47 #11 15.50 Get:211 http://archive.ubuntu.com/ubuntu focal/main amd64 libgpgme11 amd64 1.13.1-7ubuntu2 [121 kB]
12:56:47 #11 15.51 Get:212 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gpg amd64 1.13.1-7ubuntu2 [165 kB]
12:56:47 #11 15.52 Get:213 http://archive.ubuntu.com/ubuntu focal/main amd64 dput all 1.0.3ubuntu1 [42.3 kB]
12:56:47 #11 15.53 Get:214 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.15 [232 kB]
12:56:47 #11 15.53 Get:215 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
12:56:47 #11 15.54 Get:216 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.8 [886 kB]
12:56:47 #11 15.58 Get:217 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.8 [4538 kB]
12:56:47 #11 15.84 Get:218 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
12:56:47 #11 15.84 Get:219 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB]
12:56:47 #11 15.84 Get:220 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
12:56:47 #11 15.84 Get:221 http://archive.ubuntu.com/ubuntu focal/main amd64 libapt-pkg-perl amd64 0.1.36build3 [68.5 kB]
12:56:47 #11 15.85 Get:222 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9644 B]
12:56:47 #11 15.85 Get:223 http://archive.ubuntu.com/ubuntu focal/main amd64 libarray-intspan-perl all 2.003-1 [23.3 kB]
12:56:47 #11 15.85 Get:224 http://archive.ubuntu.com/ubuntu focal/main amd64 libasync-mergepoint-perl all 0.04-2 [10.2 kB]
12:56:47 #11 15.86 Get:225 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
12:56:47 #11 15.86 Get:226 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
12:56:47 #11 15.92 Get:227 http://archive.ubuntu.com/ubuntu focal/main amd64 libvariable-magic-perl amd64 0.62-1build2 [34.4 kB]
12:56:47 #11 15.94 Get:228 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
12:56:47 #11 15.95 Get:229 http://archive.ubuntu.com/ubuntu focal/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
12:56:47 #11 15.95 Get:230 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-xsaccessor-perl amd64 1.19-3build3 [33.6 kB]
12:56:47 #11 15.95 Get:231 http://archive.ubuntu.com/ubuntu focal/main amd64 libclone-perl amd64 0.43-2 [11.0 kB]
12:56:47 #11 15.95 Get:232 http://archive.ubuntu.com/ubuntu focal/main amd64 libcommon-sense-perl amd64 3.74-2build6 [20.1 kB]
12:56:47 #11 15.95 Get:233 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-util-perl amd64 1.07-3build5 [19.7 kB]
12:56:47 #11 15.95 Get:234 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-install-perl all 0.928-1 [10.5 kB]
12:56:47 #11 15.96 Get:235 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-optlist-perl all 0.110-1 [9956 B]
12:56:47 #11 15.99 Get:236 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
12:56:47 #11 16.03 Get:237 http://archive.ubuntu.com/ubuntu focal/main amd64 libconst-fast-perl all 0.014-1 [7958 B]
12:56:47 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 5.1s
12:56:47 #11 23.45 Preparing to unpack .../070-gcc-11-base_11.3.0-1ubuntu1~22.04_arm64.deb ...
12:56:47 #11 23.45 Unpacking gcc-11-base:arm64 (11.3.0-1ubuntu1~22.04) ...
12:56:47 #11 23.49 Selecting previously unselected package libisl23:arm64.
12:56:47 #11 23.49 Preparing to unpack .../071-libisl23_0.24-2build1_arm64.deb ...
12:56:47 #11 23.49 Unpacking libisl23:arm64 (0.24-2build1) ...
12:56:47 #11 23.54 Selecting previously unselected package libmpfr6:arm64.
12:56:47 #11 23.54 Preparing to unpack .../072-libmpfr6_4.1.0-3build3_arm64.deb ...
12:56:47 #11 23.55 Unpacking libmpfr6:arm64 (4.1.0-3build3) ...
12:56:47 #11 23.58 Selecting previously unselected package libmpc3:arm64.
12:56:47 #11 23.58 Preparing to unpack .../073-libmpc3_1.2.1-2build1_arm64.deb ...
12:56:47 #11 23.59 Unpacking libmpc3:arm64 (1.2.1-2build1) ...
12:56:47 #11 23.61 Selecting previously unselected package cpp-11.
12:56:47 #11 23.61 Preparing to unpack .../074-cpp-11_11.3.0-1ubuntu1~22.04_arm64.deb ...
12:56:47 #11 23.62 Unpacking cpp-11 (11.3.0-1ubuntu1~22.04) ...
12:56:47 #10 27.60 Preparing to unpack .../061-dpkg-dev_1.20.12_all.deb ...
12:56:47 #10 27.60 Unpacking dpkg-dev (1.20.12) ...
12:56:47 #10 27.74 Selecting previously unselected package build-essential.
12:56:47 #10 27.75 Preparing to unpack .../062-build-essential_12.9_amd64.deb ...
12:56:47 #10 27.75 Unpacking build-essential (12.9) ...
12:56:47 #10 27.82 Selecting previously unselected package libbrotli1:amd64.
12:56:47 #10 27.82 Preparing to unpack .../063-libbrotli1_1.0.9-2+b2_amd64.deb ...
12:56:47 #10 27.82 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
12:56:47 #10 27.88 Selecting previously unselected package libsasl2-modules-db:amd64.
12:56:47 #10 28.04 Preparing to unpack .../055-g++-8_8.3.0-6_amd64.deb ...
12:56:47 #10 28.04 Unpacking g++-8 (8.3.0-6) ...
12:56:47 #11 28.01 Preparing to unpack .../102-libmpc3_1.2.1-2build1_arm64.deb ...
12:56:47 #11 28.02 Unpacking libmpc3:arm64 (1.2.1-2build1) ...
12:56:47 #11 28.05 Selecting previously unselected package cpp-12.
12:56:47 #11 28.05 Preparing to unpack .../103-cpp-12_12.2.0-3ubuntu1_arm64.deb ...
12:56:47 #11 28.06 Unpacking cpp-12 (12.2.0-3ubuntu1) ...
12:56:47 #11 28.28 Selecting previously unselected package cpp.
12:56:47 #11 26.08 Selecting previously unselected package libfido2-1:amd64.
12:56:47 #11 26.08 Preparing to unpack .../061-libfido2-1_1.11.0-1_amd64.deb ...
12:56:47 #11 26.09 Unpacking libfido2-1:amd64 (1.11.0-1) ...
12:56:47 #11 26.12 Selecting previously unselected package libnghttp2-14:amd64.
12:56:47 #11 26.12 Preparing to unpack .../062-libnghttp2-14_1.49.0-1_amd64.deb ...
12:56:47 #11 26.12 Unpacking libnghttp2-14:amd64 (1.49.0-1) ...
12:56:47 #11 26.15 Selecting previously unselected package libpipeline1:amd64.
12:56:47 #11 26.15 Preparing to unpack .../063-libpipeline1_1.5.6-2_amd64.deb ...
12:56:47 #11 26.15 Unpacking libpipeline1:amd64 (1.5.6-2) ...
12:56:47 #11 26.19 Selecting previously unselected package libpng16-16:amd64.
12:56:47 #11 26.19 Preparing to unpack .../064-libpng16-16_1.6.38-2_amd64.deb ...
12:56:47 #11 26.19 Unpacking libpng16-16:amd64 (1.6.38-2) ...
12:56:47 #11 26.22 Selecting previously unselected package libpsl5:amd64.
12:56:47 #11 26.22 Preparing to unpack .../065-libpsl5_0.21.0-1.2build2_amd64.deb ...
12:56:47 #11 26.22 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ...
12:56:47 #11 26.25 Selecting previously unselected package libxau6:amd64.
12:56:47 #11 26.25 Preparing to unpack .../066-libxau6_1%3a1.0.9-1build5_amd64.deb ...
12:56:47 #11 26.25 Unpacking libxau6:amd64 (1:1.0.9-1build5) ...
12:56:47 #11 26.28 Selecting previously unselected package libxdmcp6:amd64.
12:56:47 #11 26.26 Selecting previously unselected package libgcc-9-dev:arm64.
12:56:47 #11 26.27 Preparing to unpack .../092-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
12:56:47 #11 26.27 Unpacking libgcc-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
12:56:47 #11 26.39 Selecting previously unselected package gcc-9.
12:56:47 #11 26.40 Preparing to unpack .../093-gcc-9_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
12:56:47 #11 26.40 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
12:56:47 #21 7.111 Building dependency tree...
12:56:47 #21 7.206 Reading state information...
12:56:47 #21 7.318 The following additional packages will be installed:
12:56:47 #21 7.319   binutils-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
12:56:47 #21 7.319   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
12:56:47 #21 7.319   gcc-mingw-w64-x86-64-win32-runtime mingw-w64-common mingw-w64-x86-64-dev
12:56:47 #21 7.320 Suggested packages:
12:56:47 #21 7.321   gcc-10-locales wine64
12:56:47 #21 7.366 The following NEW packages will be installed:
12:56:47 #10 25.22 Selecting previously unselected package libcc1-0:amd64.
12:56:47 #10 25.22 Preparing to unpack .../049-libcc1-0_12.2.0-14_amd64.deb ...
12:56:47 #10 25.24 Unpacking libcc1-0:amd64 (12.2.0-14) ...
12:56:47 #10 25.33 Selecting previously unselected package libgomp1:amd64.
12:56:47 #10 25.34 Preparing to unpack .../050-libgomp1_12.2.0-14_amd64.deb ...
12:56:47 #10 25.35 Unpacking libgomp1:amd64 (12.2.0-14) ...
12:56:47 #10 25.46 Selecting previously unselected package libitm1:amd64.
12:56:47 #10 31.71 Unpacking libpath-iterator-rule-perl (1.009-1) ...
12:56:47 #10 31.74 Selecting previously unselected package libpath-tiny-perl.
12:56:47 #10 31.75 Preparing to unpack .../242-libpath-tiny-perl_0.104-1_all.deb ...
12:56:47 #10 31.75 Unpacking libpath-tiny-perl (0.104-1) ...
12:56:47 #10 31.78 Selecting previously unselected package libperlio-gzip-perl.
12:56:47 #10 31.78 Preparing to unpack .../243-libperlio-gzip-perl_0.19-1build3_arm64.deb ...
12:56:47 #10 31.78 Unpacking libperlio-gzip-perl (0.19-1build3) ...
12:56:47 #10 31.82 Selecting previously unselected package libpod-constants-perl.
12:56:47 #10 31.82 Preparing to unpack .../244-libpod-constants-perl_0.19-1_all.deb ...
12:56:47 #10 31.82 Unpacking libpod-constants-perl (0.19-1) ...
12:56:47 #10 31.85 Selecting previously unselected package libregexp-pattern-license-perl.
12:56:47 #10 31.85 Preparing to unpack .../245-libregexp-pattern-license-perl_3.0.31-3_all.deb ...
12:56:47 #10 31.85 Unpacking libregexp-pattern-license-perl (3.0.31-3) ...
12:56:47 #10 31.88 Selecting previously unselected package libsasl2-modules:arm64.
12:56:47 #10 31.89 Preparing to unpack .../246-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
12:56:47 #10 31.89 Unpacking libsasl2-modules:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:56:47 #10 31.92 Selecting previously unselected package libsort-key-perl.
12:56:47 #10 18.16 Get:224 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB]
12:56:47 #10 18.16 Get:225 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
12:56:47 #10 18.16 Get:226 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]
12:56:47 #10 18.16 Get:227 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-stringy-perl all 2.111-2 [60.6 kB]
12:56:47 #10 18.16 Get:228 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparams-validate-perl amd64 1.29-1 [52.3 kB]
12:56:47 #10 18.23 Get:229 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
12:56:47 #10 18.24 Get:230 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgetopt-long-descriptive-perl all 0.102-1 [24.4 kB]
12:56:47 #10 18.24 Get:231 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
12:56:47 #10 18.24 Get:232 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgit-wrapper-perl all 0.047-1 [29.6 kB]
12:56:47 #10 18.24 Get:233 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
12:56:47 #10 18.31 Get:234 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
12:56:47 #10 18.31 Get:235 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB]
12:56:47 #10 18.31 Get:236 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB]
12:56:47 #10 18.32 Get:237 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tree-perl all 5.07-1 [200 kB]
12:56:47 #10 18.33 Get:238 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]
12:56:47 #13 24.55   Installing       : cmake-data-3.20.2-8.el9.noarch                       30/70 
12:56:47 #13 24.74   Installing       : cmake-3.20.2-8.el9.aarch64                           31/70 
12:56:47 #13 24.75   Installing       : libubsan-11.3.1-4.3.el9.aarch64                      32/70 
12:56:47 #13 24.79   Installing       : libtool-ltdl-2.4.6-45.el9.aarch64                    33/70 
12:56:47 #13 24.80   Installing       : libsepol-devel-3.5-0.rc2.1.el9.aarch64               34/70 
12:56:47 #13 24.87   Installing       : libselinux-devel-3.5-0.rc2.1.el9.aarch64             35/70 
12:56:47 #10 23.95 Transaction test succeeded.
12:56:47 #10 23.95 Running transaction
12:56:47 #10 47.32 Setting up xdelta (1.1.3-10.4) ...
12:56:47 #10 47.34 Setting up libavif15:arm64 (0.11.1-1) ...
12:56:47 #10 47.35 Setting up libarchive13:arm64 (3.6.2-1) ...
12:56:47 #10 47.36 Setting up fontconfig-config (2.14.1-4) ...
12:56:47 #10 47.60 Setting up libedit2:arm64 (3.1-20221030-2) ...
12:56:47 #14 10.18   Installing       : make-1:4.2.1-11.el8.aarch64                          10/93 
12:56:47 #14 10.20   Running scriptlet: make-1:4.2.1-11.el8.aarch64                          10/93 
12:56:47 #14 10.22   Installing       : libmpc-1.1.0-9.1.el8.aarch64                         11/93 
12:56:47 #14 10.27   Installing       : checkpolicy-2.9-1.el8.aarch64                        12/93 
12:56:47 #14 10.31   Installing       : m4-1.4.18-7.el8.aarch64                              13/93 
12:56:47 #14 10.32   Running scriptlet: m4-1.4.18-7.el8.aarch64                              13/93 
12:56:47 #14 10.34   Installing       : cmake-rpm-macros-3.20.2-4.el8.noarch                 14/93 
12:56:47 #11 16.03 Get:238 http://archive.ubuntu.com/ubuntu focal/main amd64 libwant-perl amd64 0.29-1build4 [24.2 kB]
12:56:47 #11 16.04 Get:239 http://archive.ubuntu.com/ubuntu focal/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
12:56:47 #11 16.04 Get:240 http://archive.ubuntu.com/ubuntu focal/main amd64 libcpanel-json-xs-perl amd64 4.19-1build1 [109 kB]
12:56:47 #11 16.04 Get:241 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]
12:56:47 #11 16.04 Get:242 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-bubblebabble-perl all 0.02-2 [7908 B]
12:56:47 #11 16.04 Get:243 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
12:56:47 #11 16.04 Get:244 http://archive.ubuntu.com/ubuntu focal/main amd64 libdistro-info-perl all 0.23ubuntu1 [4668 B]
12:56:47 #11 16.07 Get:245 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
12:56:47 #11 16.12 Get:246 http://archive.ubuntu.com/ubuntu focal/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
12:56:47 #11 16.12 Get:247 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ip-perl all 1.26-2 [27.4 kB]
12:56:47 #11 16.12 Get:248 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-perl all 1.22-1 [336 kB]
12:56:47 #11 16.13 Get:249 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
12:56:47 #11 16.13 Get:250 http://archive.ubuntu.com/ubuntu focal/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB]
12:56:47 #11 16.13 Get:251 http://archive.ubuntu.com/ubuntu focal/main amd64 libexporter-tiny-perl all 1.002001-1 [35.5 kB]
12:56:47 #11 16.13 Get:252 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-system-simple-perl all 1.26-1 [22.8 kB]
12:56:47 #11 16.13 Get:253 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB]
12:56:47 #11 16.15 Get:254 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
12:56:47 #11 16.23 Get:255 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB]
12:56:47 #11 16.23 Get:256 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-compare-perl all 0.03-1 [7318 B]
12:56:47 #11 16.23 Get:257 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-glob-perl all 0.10-1 [7554 B]
12:56:47 #11 16.23 Get:258 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
12:56:47 #11 16.23 Get:259 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]
12:56:47 #11 16.23 Get:260 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-string-perl all 1.08-3 [11.1 kB]
12:56:47 #11 16.23 Get:261 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-ttf-perl all 1.06-1 [313 kB]
12:56:47 #11 16.23 Get:262 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuture-perl all 0.43-1 [77.8 kB]
12:56:47 #11 16.23 Get:263 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-stringy-perl all 2.111-3 [55.8 kB]
12:56:47 #11 16.29 Get:264 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-validate-perl amd64 1.29-3 [52.7 kB]
12:56:48 #11 23.79 Selecting previously unselected package cpp.
12:56:48 #11 23.79 Preparing to unpack .../075-cpp_4%3a11.2.0-1ubuntu1_arm64.deb ...
12:56:48 #11 23.80 Unpacking cpp (4:11.2.0-1ubuntu1) ...
12:56:48 #11 23.83 Selecting previously unselected package libcc1-0:arm64.
12:56:48 #11 23.83 Preparing to unpack .../076-libcc1-0_12.1.0-2ubuntu1~22.04_arm64.deb ...
12:56:48 #11 23.83 Unpacking libcc1-0:arm64 (12.1.0-2ubuntu1~22.04) ...
12:56:48 #11 23.87 Selecting previously unselected package libgomp1:arm64.
12:56:48 #11 23.87 Preparing to unpack .../077-libgomp1_12.1.0-2ubuntu1~22.04_arm64.deb ...
12:56:48 #11 23.87 Unpacking libgomp1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:56:48 #11 23.91 Selecting previously unselected package libitm1:arm64.
12:56:48 #11 23.92 Preparing to unpack .../078-libitm1_12.1.0-2ubuntu1~22.04_arm64.deb ...
12:56:48 #11 23.92 Unpacking libitm1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:56:48 #11 23.96 Selecting previously unselected package libatomic1:arm64.
12:56:48 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 4.3s done
12:56:48 #10 27.88 Preparing to unpack .../064-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
12:56:48 #10 27.88 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
12:56:48 #10 27.91 Selecting previously unselected package libsasl2-2:amd64.
12:56:48 #10 27.92 Preparing to unpack .../065-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
12:56:48 #10 27.92 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
12:56:48 #10 27.96 Selecting previously unselected package libldap-2.4-2:amd64.
12:56:48 #10 27.96 Preparing to unpack .../066-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
12:56:48 #10 27.97 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
12:56:48 #10 28.02 Selecting previously unselected package libnghttp2-14:amd64.
12:56:48 #10 28.02 Preparing to unpack .../067-libnghttp2-14_1.43.0-1_amd64.deb ...
12:56:48 #10 28.02 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
12:56:48 #10 28.06 Selecting previously unselected package libpsl5:amd64.
12:56:48 #10 28.06 Preparing to unpack .../068-libpsl5_0.21.0-1.2_amd64.deb ...
12:56:48 #10 28.06 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
12:56:48 #10 28.10 Selecting previously unselected package librtmp1:amd64.
12:56:48 #10 28.10 Preparing to unpack .../069-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
12:56:48 #10 28.10 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:56:48 #10 28.14 Selecting previously unselected package libssh2-1:amd64.
12:56:48 #11 28.28 Preparing to unpack .../104-cpp_4%3a12.2.0-1ubuntu1_arm64.deb ...
12:56:48 #11 28.28 Unpacking cpp (4:12.2.0-1ubuntu1) ...
12:56:48 #11 28.32 Selecting previously unselected package libcc1-0:arm64.
12:56:48 #11 28.33 Preparing to unpack .../105-libcc1-0_12.2.0-3ubuntu1_arm64.deb ...
12:56:48 #11 28.33 Unpacking libcc1-0:arm64 (12.2.0-3ubuntu1) ...
12:56:48 #11 28.37 Selecting previously unselected package libgomp1:arm64.
12:56:48 #11 28.37 Preparing to unpack .../106-libgomp1_12.2.0-3ubuntu1_arm64.deb ...
12:56:48 #11 28.37 Unpacking libgomp1:arm64 (12.2.0-3ubuntu1) ...
12:56:48 #11 28.41 Selecting previously unselected package libitm1:arm64.
12:56:48 #11 28.41 Preparing to unpack .../107-libitm1_12.2.0-3ubuntu1_arm64.deb ...
12:56:48 #11 28.42 Unpacking libitm1:arm64 (12.2.0-3ubuntu1) ...
12:56:48 #11 28.46 Selecting previously unselected package libatomic1:arm64.
12:56:48 #11 28.46 Preparing to unpack .../108-libatomic1_12.2.0-3ubuntu1_arm64.deb ...
12:56:48 #11 28.47 Unpacking libatomic1:arm64 (12.2.0-3ubuntu1) ...
12:56:48 #11 28.51 Selecting previously unselected package libasan8:arm64.
12:56:48 #11 28.51 Preparing to unpack .../109-libasan8_12.2.0-3ubuntu1_arm64.deb ...
12:56:48 #11 28.51 Unpacking libasan8:arm64 (12.2.0-3ubuntu1) ...
12:56:48 #11 26.28 Preparing to unpack .../067-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ...
12:56:48 #11 26.28 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
12:56:48 #11 26.34 Selecting previously unselected package libxcb1:amd64.
12:56:48 #11 26.34 Preparing to unpack .../068-libxcb1_1.15-1_amd64.deb ...
12:56:48 #11 26.34 Unpacking libxcb1:amd64 (1.15-1) ...
12:56:48 #11 26.36 Selecting previously unselected package libx11-data.
12:56:48 #11 26.37 Preparing to unpack .../069-libx11-data_2%3a1.8.1-2_all.deb ...
12:56:48 #11 26.37 Unpacking libx11-data (2:1.8.1-2) ...
12:56:48 #11 26.43 Selecting previously unselected package libx11-6:amd64.
12:56:48 #11 26.43 Preparing to unpack .../070-libx11-6_2%3a1.8.1-2_amd64.deb ...
12:56:48 #11 26.43 Unpacking libx11-6:amd64 (2:1.8.1-2) ...
12:56:48 #11 26.46 Selecting previously unselected package libxext6:amd64.
12:56:48 #11 26.47 Preparing to unpack .../071-libxext6_2%3a1.3.4-1build1_amd64.deb ...
12:56:48 #11 26.47 Unpacking libxext6:amd64 (2:1.3.4-1build1) ...
12:56:48 #11 26.50 Selecting previously unselected package libxmuu1:amd64.
12:56:48 #11 26.50 Preparing to unpack .../072-libxmuu1_2%3a1.1.3-3_amd64.deb ...
12:56:48 #11 26.50 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
12:56:48 #11 26.54 Selecting previously unselected package man-db.
12:56:48 #21 7.366   binutils-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64
12:56:48 #21 7.366   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
12:56:48 #21 7.367   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime
12:56:48 #21 7.367   mingw-w64-common mingw-w64-x86-64-dev
12:56:48 #21 7.635 0 upgraded, 9 newly installed, 0 to remove and 2 not upgraded.
12:56:48 #21 7.635 Need to get 87.4 MB of archives.
12:56:48 #21 7.635 After this operation, 508 MB of additional disk space will be used.
12:56:48 #21 7.635 Get:1 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
12:56:48 #10 25.46 Preparing to unpack .../051-libitm1_12.2.0-14_amd64.deb ...
12:56:48 #10 25.50 Unpacking libitm1:amd64 (12.2.0-14) ...
12:56:48 #10 25.63 Selecting previously unselected package libatomic1:amd64.
12:56:48 #10 25.63 Preparing to unpack .../052-libatomic1_12.2.0-14_amd64.deb ...
12:56:48 #10 25.64 Unpacking libatomic1:amd64 (12.2.0-14) ...
12:56:48 #10 25.73 Selecting previously unselected package libasan8:amd64.
12:56:48 #11 14.45 Get:205 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.6 [3142 kB]
12:56:48 #10 31.92 Preparing to unpack .../247-libsort-key-perl_1.33-2_arm64.deb ...
12:56:48 #10 31.92 Unpacking libsort-key-perl (1.33-2) ...
12:56:48 #10 31.95 Selecting previously unselected package libstring-copyright-perl.
12:56:48 #10 31.95 Preparing to unpack .../248-libstring-copyright-perl_0.003005-1_all.deb ...
12:56:48 #10 31.96 Unpacking libstring-copyright-perl (0.003005-1) ...
12:56:48 #10 31.99 Selecting previously unselected package libstring-escape-perl.
12:56:48 #10 31.99 Preparing to unpack .../249-libstring-escape-perl_2010.002-2_all.deb ...
12:56:48 #10 31.99 Unpacking libstring-escape-perl (2010.002-2) ...
12:56:48 #10 32.02 Selecting previously unselected package libtext-levenshtein-perl.
12:56:48 #10 32.02 Preparing to unpack .../250-libtext-levenshtein-perl_0.13-1_all.deb ...
12:56:48 #10 32.02 Unpacking libtext-levenshtein-perl (0.13-1) ...
12:56:48 #10 32.09 Selecting previously unselected package libunicode-utf8-perl.
12:56:48 #10 32.09 Preparing to unpack .../251-libunicode-utf8-perl_0.60-1build4_arm64.deb ...
12:56:48 #10 32.09 Unpacking libunicode-utf8-perl (0.60-1build4) ...
12:56:48 #10 32.12 Selecting previously unselected package libxml-namespacesupport-perl.
12:56:48 #10 32.12 Preparing to unpack .../252-libxml-namespacesupport-perl_1.12-1_all.deb ...
12:56:48 #10 32.12 Unpacking libxml-namespacesupport-perl (1.12-1) ...
12:56:48 #10 32.15 Selecting previously unselected package libxml-sax-base-perl.
12:56:48 #10 32.15 Preparing to unpack .../253-libxml-sax-base-perl_1.09-1_all.deb ...
12:56:48 #10 32.16 Unpacking libxml-sax-base-perl (1.09-1) ...
12:56:48 #10 32.19 Selecting previously unselected package libxml-sax-perl.
12:56:48 #10 32.19 Preparing to unpack .../254-libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ...
12:56:48 #10 32.20 Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
12:56:48 #10 32.23 Selecting previously unselected package libxml-libxml-perl.
12:56:48 #10 ...
12:56:48 
12:56:48 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:48 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 7.2s done
12:56:48 #7 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
12:56:48 #7 DONE 22.6s
12:56:48 
12:56:48 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:48 #10 18.38 Get:239 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-cookies-perl all 6.04-1 [17.2 kB]
12:56:48 #10 18.39 Get:240 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhttp-daemon-perl all 6.01-1ubuntu0.1 [15.9 kB]
12:56:48 #10 18.39 Get:241 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB]
12:56:48 #10 18.39 Get:242 http://archive.ubuntu.com/ubuntu bionic/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
12:56:48 #10 18.39 Get:243 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-pty-perl amd64 1:1.08-1.1build4 [30.1 kB]
12:56:48 #10 18.46 Get:244 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-string-perl all 1.08-3 [11.1 kB]
12:56:48 #10 18.46 Get:245 http://archive.ubuntu.com/ubuntu bionic/main amd64 libipc-run-perl all 0.96-1 [89.9 kB]
12:56:48 #10 18.46 Get:246 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblist-compare-perl all 0.53-1 [65.6 kB]
12:56:48 #10 18.47 Get:247 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblist-moreutils-perl amd64 0.416-1build3 [55.5 kB]
12:56:48 #10 18.47 Get:248 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB]
12:56:48 #10 18.54 Get:249 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB]
12:56:48 #10 18.56 Get:250 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-http-perl all 6.17-1 [22.7 kB]
12:56:48 #10 18.56 Get:251 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB]
12:56:48 #10 18.56 Get:252 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwww-perl all 6.31-1ubuntu0.1 [137 kB]
12:56:48 #10 18.56 Get:253 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-protocol-https-perl all 6.07-2 [8284 B]
12:56:48 #10 18.61 Get:254 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
12:56:48 #10 18.61 Get:255 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
12:56:48 #10 18.61 Get:256 http://archive.ubuntu.com/ubuntu bionic/main amd64 librole-tiny-perl all 2.000006-1 [15.9 kB]
12:56:48 #10 18.61 Get:257 http://archive.ubuntu.com/ubuntu bionic/main amd64 libstrictures-perl all 2.000003-1 [16.1 kB]
12:56:48 #10 18.61 Get:258 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-quote-perl all 2.005000-1 [17.0 kB]
12:56:48 #10 47.61 Setting up libreadline8:arm64 (8.2-1.3) ...
12:56:48 #10 47.62 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-3) ...
12:56:48 #10 47.64 Setting up ca-certificates (20211016) ...
12:56:48 #11 16.31 Get:265 http://archive.ubuntu.com/ubuntu focal/main amd64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
12:56:48 #11 16.31 Get:266 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
12:56:48 #11 16.31 Get:267 http://archive.ubuntu.com/ubuntu focal/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
12:56:48 #11 16.31 Get:268 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
12:56:48 #11 16.31 Get:269 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
12:56:48 #11 16.31 Get:270 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-perl all 4.02000-2 [80.9 kB]
12:56:48 #11 16.32 Get:271 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-perl all 1.708-1 [67.8 kB]
12:56:48 #11 16.32 Get:272 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
12:56:48 #11 16.37 Get:273 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-perl all 0.38-1 [19.1 kB]
12:56:48 #11 16.40 Get:274 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-identify-perl amd64 0.14-1build2 [10.7 kB]
12:56:48 #11 16.40 Get:275 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-name-perl amd64 0.26-1 [11.5 kB]
12:56:48 #11 16.40 Get:276 http://archive.ubuntu.com/ubuntu focal/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
12:56:48 #11 16.40 Get:277 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-tiny-perl all 0.108-1 [42.6 kB]
12:56:48 #11 16.40 Get:278 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-perl all 1.008001-2 [304 kB]
12:56:48 #11 16.40 Get:279 http://archive.ubuntu.com/ubuntu focal/main amd64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
12:56:48 #11 16.41 Get:280 http://archive.ubuntu.com/ubuntu focal/main amd64 libhash-fieldhash-perl amd64 0.15-1build2 [16.9 kB]
12:56:48 #11 16.41 Get:281 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
12:56:48 #11 16.45 Get:282 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]
12:56:48 #11 16.48 Get:283 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhttp-daemon-perl all 6.06-1ubuntu0.1 [22.0 kB]
12:56:48 #11 16.48 Get:284 http://archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB]
12:56:48 #11 16.49 Get:285 http://archive.ubuntu.com/ubuntu focal/main amd64 libstruct-dumb-perl all 0.09-1 [10.5 kB]
12:56:48 #11 16.49 Get:286 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-perl all 0.75-1 [254 kB]
12:56:48 #11 16.49 Get:287 http://archive.ubuntu.com/ubuntu focal/main amd64 liblinux-epoll-perl amd64 0.017-1 [16.0 kB]
12:56:48 #11 16.49 Get:288 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
12:56:48 #11 16.49 Get:289 http://archive.ubuntu.com/ubuntu focal/main amd64 libtypes-serialiser-perl all 1.0-1 [12.1 kB]
12:56:48 #11 16.49 Get:290 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-xs-perl amd64 4.020-1build1 [83.7 kB]
12:56:48 #11 16.52 Get:291 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-maybexs-perl all 1.004000-1 [11.0 kB]
12:56:48 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e
12:56:48 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 116.78MB / 116.78MB 18.6s done
12:56:48 #11 23.96 Preparing to unpack .../079-libatomic1_12.1.0-2ubuntu1~22.04_arm64.deb ...
12:56:48 #11 23.96 Unpacking libatomic1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:56:48 #11 24.00 Selecting previously unselected package libasan6:arm64.
12:56:48 #11 24.00 Preparing to unpack .../080-libasan6_11.3.0-1ubuntu1~22.04_arm64.deb ...
12:56:48 #11 24.01 Unpacking libasan6:arm64 (11.3.0-1ubuntu1~22.04) ...
12:56:48 #11 24.09 Selecting previously unselected package liblsan0:arm64.
12:56:48 #11 24.09 Preparing to unpack .../081-liblsan0_12.1.0-2ubuntu1~22.04_arm64.deb ...
12:56:48 #11 24.09 Unpacking liblsan0:arm64 (12.1.0-2ubuntu1~22.04) ...
12:56:48 #11 24.14 Selecting previously unselected package libtsan0:arm64.
12:56:48 #11 24.14 Preparing to unpack .../082-libtsan0_11.3.0-1ubuntu1~22.04_arm64.deb ...
12:56:48 #11 24.15 Unpacking libtsan0:arm64 (11.3.0-1ubuntu1~22.04) ...
12:56:48 #11 24.22 Selecting previously unselected package libubsan1:arm64.
12:56:48 #11 24.22 Preparing to unpack .../083-libubsan1_12.1.0-2ubuntu1~22.04_arm64.deb ...
12:56:48 #10 28.14 Preparing to unpack .../070-libssh2-1_1.9.0-2_amd64.deb ...
12:56:48 #10 28.15 Unpacking libssh2-1:amd64 (1.9.0-2) ...
12:56:48 #10 28.19 Selecting previously unselected package libcurl4:amd64.
12:56:48 #10 28.19 Preparing to unpack .../071-libcurl4_7.74.0-1.3+deb11u5_amd64.deb ...
12:56:48 #10 28.20 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u5) ...
12:56:48 #10 28.25 Selecting previously unselected package curl.
12:56:48 #10 28.25 Preparing to unpack .../072-curl_7.74.0-1.3+deb11u5_amd64.deb ...
12:56:48 #10 28.25 Unpacking curl (7.74.0-1.3+deb11u5) ...
12:56:48 #10 28.30 Selecting previously unselected package dctrl-tools.
12:56:48 #10 28.31 Preparing to unpack .../073-dctrl-tools_2.24-3+b1_amd64.deb ...
12:56:48 #10 28.31 Unpacking dctrl-tools (2.24-3+b1) ...
12:56:48 #10 28.35 Selecting previously unselected package libdebhelper-perl.
12:56:48 #10 28.35 Preparing to unpack .../074-libdebhelper-perl_13.3.4_all.deb ...
12:56:48 #11 28.59 Selecting previously unselected package liblsan0:arm64.
12:56:48 #11 28.59 Preparing to unpack .../110-liblsan0_12.2.0-3ubuntu1_arm64.deb ...
12:56:48 #11 28.60 Unpacking liblsan0:arm64 (12.2.0-3ubuntu1) ...
12:56:48 #11 28.65 Selecting previously unselected package libtsan2:arm64.
12:56:48 #11 28.65 Preparing to unpack .../111-libtsan2_12.2.0-3ubuntu1_arm64.deb ...
12:56:48 #11 28.66 Unpacking libtsan2:arm64 (12.2.0-3ubuntu1) ...
12:56:48 #11 28.74 Selecting previously unselected package libubsan1:arm64.
12:56:48 #11 28.74 Preparing to unpack .../112-libubsan1_12.2.0-3ubuntu1_arm64.deb ...
12:56:48 #11 28.74 Unpacking libubsan1:arm64 (12.2.0-3ubuntu1) ...
12:56:48 #11 28.80 Selecting previously unselected package libhwasan0:arm64.
12:56:48 #11 26.54 Preparing to unpack .../073-man-db_2.10.2-2_amd64.deb ...
12:56:48 #11 26.55 Unpacking man-db (2.10.2-2) ...
12:56:48 #11 26.59 Selecting previously unselected package manpages.
12:56:48 #11 26.60 Preparing to unpack .../074-manpages_5.13-1_all.deb ...
12:56:48 #11 26.60 Unpacking manpages (5.13-1) ...
12:56:48 #11 26.64 Selecting previously unselected package openssh-client.
12:56:48 #11 26.64 Preparing to unpack .../075-openssh-client_1%3a9.0p1-1ubuntu7.1_amd64.deb ...
12:56:48 #11 26.65 Unpacking openssh-client (1:9.0p1-1ubuntu7.1) ...
12:56:48 #11 26.69 Selecting previously unselected package publicsuffix.
12:56:48 #11 26.69 Preparing to unpack .../076-publicsuffix_20220811.1734-1_all.deb ...
12:56:48 #11 26.69 Unpacking publicsuffix (20220811.1734-1) ...
12:56:48 #11 26.72 Selecting previously unselected package libunwind8:amd64.
12:56:48 #11 26.72 Preparing to unpack .../077-libunwind8_1.6.2-0ubuntu1_amd64.deb ...
12:56:48 #11 26.72 Unpacking libunwind8:amd64 (1.6.2-0ubuntu1) ...
12:56:48 #11 26.75 Selecting previously unselected package strace.
12:56:48 #11 26.75 Preparing to unpack .../078-strace_5.16-0ubuntu4_amd64.deb ...
12:56:48 #11 26.76 Unpacking strace (5.16-0ubuntu4) ...
12:56:48 #11 26.79 Selecting previously unselected package xauth.
12:56:48 #11 26.79 Preparing to unpack .../079-xauth_1%3a1.1.1-1_amd64.deb ...
12:56:48 #11 26.79 Unpacking xauth (1:1.1.1-1) ...
12:56:48 #11 26.82 Selecting previously unselected package xz-utils.
12:56:48 #11 26.82 Preparing to unpack .../080-xz-utils_5.2.5-2.1_amd64.deb ...
12:56:48 #11 26.82 Unpacking xz-utils (5.2.5-2.1) ...
12:56:48 #11 26.85 Selecting previously unselected package m4.
12:56:48 #11 26.85 Preparing to unpack .../081-m4_1.4.19-1_amd64.deb ...
12:56:48 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 5.1s
12:56:48 #21 7.657 Get:2 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
12:56:48 #21 7.658 Get:3 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
12:56:48 #21 7.694 Get:4 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
12:56:48 #21 7.720 Get:5 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]
12:56:48 #21 7.806 Get:6 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
12:56:48 #10 25.73 Preparing to unpack .../053-libasan8_12.2.0-14_amd64.deb ...
12:56:48 #10 25.74 Unpacking libasan8:amd64 (12.2.0-14) ...
12:56:48 #10 25.98 Selecting previously unselected package liblsan0:amd64.
12:56:48 #11 14.63 Get:206 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
12:56:48 #11 14.65 Get:207 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build3 [11.9 kB]
12:56:48 #11 14.65 Get:208 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
12:56:48 #11 14.65 Get:209 http://archive.ubuntu.com/ubuntu jammy/main amd64 libaliased-perl all 0.34-1.1 [13.3 kB]
12:56:48 #11 14.65 Get:210 http://archive.ubuntu.com/ubuntu jammy/main amd64 libapt-pkg-perl amd64 0.1.40build2 [72.5 kB]
12:56:48 #11 14.65 Get:211 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive-cpio-perl all 0.10-1.1 [9928 B]
12:56:48 #11 14.65 Get:212 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarray-intspan-perl all 2.004-1 [24.5 kB]
12:56:48 #11 14.65 Get:213 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
12:56:48 #11 14.65 Get:214 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
12:56:48 #11 14.70 Get:215 http://archive.ubuntu.com/ubuntu jammy/main amd64 libvariable-magic-perl amd64 0.62-1build5 [35.9 kB]
12:56:48 #11 14.78 Get:216 http://archive.ubuntu.com/ubuntu jammy/main amd64 libb-hooks-endofscope-perl all 0.25-1 [17.8 kB]
12:56:48 #11 14.78 Get:217 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6 amd64 2.11.1+dfsg-1ubuntu0.1 [389 kB]
12:56:48 #11 14.78 Get:218 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB]
12:56:48 #11 14.78 Get:219 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB]
12:56:48 #11 14.78 Get:220 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B]
12:56:48 #11 14.78 Get:221 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB]
12:56:48 #11 14.79 Get:222 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.04.1 [29.2 kB]
12:56:48 #11 14.79 Get:223 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwebp7 amd64 1.2.2-2 [206 kB]
12:56:48 #11 14.79 Get:224 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtiff5 amd64 4.3.0-6ubuntu0.3 [183 kB]
12:56:48 #11 14.84 Get:225 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.04.1 [36.4 kB]
12:56:48 #11 14.87 Get:226 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgd3 amd64 2.3.0-2ubuntu2 [129 kB]
12:56:48 #11 14.87 Get:227 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-devtools amd64 2.35-0ubuntu3.1 [28.9 kB]
12:56:48 #11 14.87 Get:228 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
12:56:48 #11 14.87 Get:229 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
12:56:48 #11 14.87 Get:230 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclone-perl amd64 0.45-1build3 [11.0 kB]
12:56:48 #11 14.87 Get:231 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcommon-sense-perl amd64 3.75-2build1 [21.1 kB]
12:56:48 #11 14.87 Get:232 http://archive.ubuntu.com/ubuntu jammy/main amd64 libconfig-tiny-perl all 2.28-1 [13.1 kB]
12:56:48 #11 14.87 Get:233 http://archive.ubuntu.com/ubuntu jammy/main amd64 libparams-util-perl amd64 1.102-1build3 [22.7 kB]
12:56:48 #11 14.91 Get:234 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-install-perl all 0.928-1.1 [9972 B]
12:56:48 #11 14.95 Get:235 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-optlist-perl all 0.112-1 [11.0 kB]
12:56:48 #11 14.95 Get:236 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-exporter-perl all 0.988-1 [50.6 kB]
12:56:48 #11 14.95 Get:237 http://archive.ubuntu.com/ubuntu jammy/main amd64 libconst-fast-perl all 0.014-1.1 [7756 B]
12:56:48 #11 14.95 Get:238 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwant-perl amd64 0.29-1build7 [24.9 kB]
12:56:48 #11 14.95 Get:239 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
12:56:48 #11 14.95 Get:240 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcpanel-json-xs-perl amd64 4.27-1build1 [114 kB]
12:56:48 #11 14.95 Get:241 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
12:56:48 #11 14.96 Get:242 http://archive.ubuntu.com/ubuntu jammy/main amd64 libexception-class-perl all 1.45-1 [28.6 kB]
12:56:48 #11 14.99 Get:243 http://archive.ubuntu.com/ubuntu jammy/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
12:56:48 #11 26.91 Selecting previously unselected package gcc.
12:56:48 #11 26.91 Preparing to unpack .../094-gcc_4%3a9.3.0-1ubuntu2_arm64.deb ...
12:56:48 #11 26.92 Unpacking gcc (4:9.3.0-1ubuntu2) ...
12:56:48 #11 26.96 Selecting previously unselected package libstdc++-9-dev:arm64.
12:56:48 #17 exporting layers 8.9s done
12:56:48 #17 writing image sha256:6c63f8b5c04c1389d4dfc22c13b51dcf78cafd620433b880a2a724fdf69393fe done
12:56:48 #17 naming to docker.io/debbuild-debian-buster/aarch64 done
12:56:48 #17 DONE 8.9s
12:56:48 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/debian-buster:/build  debbuild-debian-buster/aarch64
12:56:48 + set -e
12:56:48 + mkdir -p /root/build-deb/engine
12:56:48 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:56:48 + mkdir -p /root/build-deb/cli
12:56:48 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:56:48 + mkdir -p /root/build-deb/buildx
12:56:48 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:56:48 #10 32.23 Preparing to unpack .../255-libxml-libxml-perl_2.0128+dfsg-5_arm64.deb ...
12:56:48 #10 32.24 Unpacking libxml-libxml-perl (2.0128+dfsg-5) ...
12:56:48 #10 32.29 Selecting previously unselected package libxml-parser-perl.
12:56:48 #10 32.29 Preparing to unpack .../256-libxml-parser-perl_2.44-2build3_arm64.deb ...
12:56:48 #10 32.29 Unpacking libxml-parser-perl (2.44-2build3) ...
12:56:48 #10 32.34 Selecting previously unselected package libxml-sax-expat-perl.
12:56:48 #10 32.34 Preparing to unpack .../257-libxml-sax-expat-perl_0.40-2_all.deb ...
12:56:48 #10 32.34 Unpacking libxml-sax-expat-perl (0.40-2) ...
12:56:48 #10 32.37 Selecting previously unselected package libxml-simple-perl.
12:56:48 #10 32.37 Preparing to unpack .../258-libxml-simple-perl_2.24-1_all.deb ...
12:56:48 #10 32.37 Unpacking libxml-simple-perl (2.24-1) ...
12:56:48 #10 32.40 Selecting previously unselected package libyaml-libyaml-perl.
12:56:48 #10 32.41 Preparing to unpack .../259-libyaml-libyaml-perl_0.69+repack-1_arm64.deb ...
12:56:48 #10 32.41 Unpacking libyaml-libyaml-perl (0.69+repack-1) ...
12:56:48 #10 18.69 Get:259 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmoo-perl all 2.003004-1 [45.5 kB]
12:56:48 #10 18.69 Get:260 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpackage-stash-perl all 0.37-1 [18.3 kB]
12:56:48 #10 18.69 Get:261 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-identify-perl amd64 0.14-1 [10.5 kB]
12:56:48 #10 18.69 Get:262 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
12:56:48 #10 18.69 Get:263 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnumber-compare-perl all 0.03-1 [7318 B]
12:56:48 #10 18.76 Get:264 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnumber-range-perl all 0.12-1 [8556 B]
12:56:48 #10 18.76 Get:265 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpackage-stash-xs-perl amd64 0.28-3build2 [16.4 kB]
12:56:48 #10 18.76 Get:266 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparse-debianchangelog-perl all 1.2.0-12 [49.5 kB]
12:56:48 #10 18.77 Get:267 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtext-glob-perl all 0.10-1 [7554 B]
12:56:48 #10 18.77 Get:268 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpath-iterator-rule-perl all 1.009-1 [49.1 kB]
12:56:48 #10 18.84 Get:269 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpath-tiny-perl all 0.104-1 [55.3 kB]
12:56:48 #10 18.84 Get:270 http://archive.ubuntu.com/ubuntu bionic/main amd64 libperlio-gzip-perl amd64 0.19-1build3 [14.4 kB]
12:56:48 #10 18.84 Get:271 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpod-constants-perl all 0.19-1 [16.0 kB]
12:56:48 #10 18.84 Get:272 http://archive.ubuntu.com/ubuntu bionic/main amd64 libregexp-pattern-license-perl all 3.0.31-3 [14.7 kB]
12:56:48 #10 18.84 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]
12:56:48 #10 18.91 Get:274 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsort-key-perl amd64 1.33-2 [35.0 kB]
12:56:48 #10 18.91 Get:275 http://archive.ubuntu.com/ubuntu bionic/main amd64 libstring-copyright-perl all 0.003005-1 [10.1 kB]
12:56:48 #10 18.92 Get:276 http://archive.ubuntu.com/ubuntu bionic/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
12:56:48 #10 18.92 Get:277 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B]
12:56:48 #10 18.92 Get:278 http://archive.ubuntu.com/ubuntu bionic/main amd64 libunicode-utf8-perl amd64 0.60-1build4 [17.9 kB]
12:56:48 #11 16.57 Get:292 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-compare-perl all 0.53-1 [65.6 kB]
12:56:48 #11 16.58 Get:293 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-moreutils-perl amd64 0.416-1build5 [55.5 kB]
12:56:48 #11 16.58 Get:294 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
12:56:48 #11 16.58 Get:295 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-xs-perl amd64 0.58-2 [32.5 kB]
12:56:48 #11 16.58 Get:296 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl7 amd64 2.4.6-14 [38.5 kB]
12:56:48 #11 16.58 Get:297 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB]
12:56:48 #11 16.58 Get:298 http://archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
12:56:48 #11 16.59 Get:299 http://archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
12:56:48 #11 16.60 Get:300 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-aliases-perl all 0.001006-1 [7176 B]
12:56:48 #11 16.67 Get:301 http://archive.ubuntu.com/ubuntu focal/main amd64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
12:56:48 #11 16.67 Get:302 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-struct-perl all 0.017-1 [23.4 kB]
12:56:48 #11 16.67 Get:303 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-sec-perl amd64 1.15-1 [44.6 kB]
12:56:48 #11 16.82 Get:304 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-libidn-perl amd64 0.12.ds-3build2 [17.3 kB]
12:56:48 #13 24.88   Installing       : libasan-11.3.1-4.3.el9.aarch64                       36/70 
12:56:48 #13 25.16   Installing       : kernel-headers-5.14.0-252.el9.aarch64                37/70 
12:56:48 #13 25.25   Installing       : libxcrypt-devel-4.4.18-3.el9.aarch64                 38/70 
12:56:48 #13 25.32   Installing       : glibc-devel-2.34-58.el9.aarch64                      39/70 
12:56:48 #13 25.45   Installing       : glibc-static-2.34-58.el9.aarch64                     40/70 
12:56:48 #13 25.46   Installing       : libxcrypt-static-4.4.18-3.el9.aarch64                41/70 
12:56:48 #11 24.22 Unpacking libubsan1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:56:48 #11 24.29 Selecting previously unselected package libhwasan0:arm64.
12:56:48 #11 24.29 Preparing to unpack .../084-libhwasan0_12.1.0-2ubuntu1~22.04_arm64.deb ...
12:56:48 #11 24.29 Unpacking libhwasan0:arm64 (12.1.0-2ubuntu1~22.04) ...
12:56:48 #11 24.34 Selecting previously unselected package libgcc-11-dev:arm64.
12:56:48 #11 24.34 Preparing to unpack .../085-libgcc-11-dev_11.3.0-1ubuntu1~22.04_arm64.deb ...
12:56:48 #11 24.34 Unpacking libgcc-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
12:56:48 #11 24.42 Selecting previously unselected package gcc-11.
12:56:48 #11 24.42 Preparing to unpack .../086-gcc-11_11.3.0-1ubuntu1~22.04_arm64.deb ...
12:56:48 #11 24.43 Unpacking gcc-11 (11.3.0-1ubuntu1~22.04) ...
12:56:48 #10 28.35 Unpacking libdebhelper-perl (13.3.4) ...
12:56:48 #10 28.39 Selecting previously unselected package libtool.
12:56:48 #10 28.39 Preparing to unpack .../075-libtool_2.4.6-15_all.deb ...
12:56:48 #10 28.40 Unpacking libtool (2.4.6-15) ...
12:56:48 #10 28.44 Selecting previously unselected package dh-autoreconf.
12:56:48 #10 28.44 Preparing to unpack .../076-dh-autoreconf_20_all.deb ...
12:56:48 #10 28.44 Unpacking dh-autoreconf (20) ...
12:56:48 #10 28.48 Selecting previously unselected package libarchive-zip-perl.
12:56:48 #10 28.48 Preparing to unpack .../077-libarchive-zip-perl_1.68-1_all.deb ...
12:56:48 #10 28.48 Unpacking libarchive-zip-perl (1.68-1) ...
12:56:48 #10 28.52 Selecting previously unselected package libsub-override-perl.
12:56:48 #10 28.52 Preparing to unpack .../078-libsub-override-perl_0.09-2_all.deb ...
12:56:48 #10 28.52 Unpacking libsub-override-perl (0.09-2) ...
12:56:48 #10 28.55 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:56:48 #10 28.55 Preparing to unpack .../079-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
12:56:48 #10 28.56 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
12:56:48 #10 28.58 Selecting previously unselected package dh-strip-nondeterminism.
12:56:48 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8
12:56:48 #11 28.80 Preparing to unpack .../113-libhwasan0_12.2.0-3ubuntu1_arm64.deb ...
12:56:48 #11 28.80 Unpacking libhwasan0:arm64 (12.2.0-3ubuntu1) ...
12:56:48 #11 28.85 Selecting previously unselected package libgcc-12-dev:arm64.
12:56:48 #11 28.86 Preparing to unpack .../114-libgcc-12-dev_12.2.0-3ubuntu1_arm64.deb ...
12:56:48 #11 28.86 Unpacking libgcc-12-dev:arm64 (12.2.0-3ubuntu1) ...
12:56:48 #11 28.94 Selecting previously unselected package gcc-12.
12:56:48 #11 26.85 Unpacking m4 (1.4.19-1) ...
12:56:48 #11 26.89 Selecting previously unselected package autoconf.
12:56:48 #11 26.89 Preparing to unpack .../082-autoconf_2.71-2_all.deb ...
12:56:48 #11 26.90 Unpacking autoconf (2.71-2) ...
12:56:48 #11 26.95 Selecting previously unselected package autotools-dev.
12:56:48 #11 26.95 Preparing to unpack .../083-autotools-dev_20220109.1_all.deb ...
12:56:48 #11 26.95 Unpacking autotools-dev (20220109.1) ...
12:56:48 #11 26.98 Selecting previously unselected package automake.
12:56:48 #11 26.98 Preparing to unpack .../084-automake_1%3a1.16.5-1.3_all.deb ...
12:56:48 #11 26.99 Unpacking automake (1:1.16.5-1.3) ...
12:56:48 #11 27.03 Selecting previously unselected package autopoint.
12:56:48 #11 27.03 Preparing to unpack .../085-autopoint_0.21-8_all.deb ...
12:56:48 #11 27.03 Unpacking autopoint (0.21-8) ...
12:56:48 #11 27.06 Selecting previously unselected package binutils-common:amd64.
12:56:48 #11 27.06 Preparing to unpack .../086-binutils-common_2.39-3ubuntu1.1_amd64.deb ...
12:56:48 #11 27.06 Unpacking binutils-common:amd64 (2.39-3ubuntu1.1) ...
12:56:48 #11 27.09 Selecting previously unselected package libbinutils:amd64.
12:56:48 #21 7.993 Get:7 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]
12:56:48 #21 8.081 Get:8 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
12:56:48 #10 25.99 Preparing to unpack .../054-liblsan0_12.2.0-14_amd64.deb ...
12:56:48 #10 25.99 Unpacking liblsan0:amd64 (12.2.0-14) ...
12:56:48 #10 26.10 Selecting previously unselected package libtsan2:amd64.
12:56:48 #11 15.04 Get:244 http://archive.ubuntu.com/ubuntu jammy/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
12:56:48 #11 15.04 Get:245 http://archive.ubuntu.com/ubuntu jammy/main amd64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
12:56:48 #11 15.04 Get:246 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-moreutils-xs-perl amd64 0.430-2build2 [41.9 kB]
12:56:48 #11 15.04 Get:247 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
12:56:48 #11 15.04 Get:248 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-dpath-perl all 0.58-1 [38.8 kB]
12:56:48 #11 15.04 Get:249 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-dump-perl all 1.25-1 [25.9 kB]
12:56:48 #11 15.04 Get:250 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-messagepack-perl amd64 1.01-2build1 [34.7 kB]
12:56:48 #11 15.04 Get:251 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
12:56:48 #11 15.06 Get:252 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
12:56:48 #11 15.12 Get:253 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
12:56:48 #11 15.12 Get:254 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-netmask-perl all 2.0001-1 [27.7 kB]
12:56:48 #11 15.12 Get:255 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnetaddr-ip-perl amd64 4.079+dfsg-1build7 [82.4 kB]
12:56:48 #11 15.12 Get:256 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-ip-perl all 0.30-1 [17.3 kB]
12:56:48 #11 15.12 Get:257 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-uri-perl all 0.07-2 [11.1 kB]
12:56:48 #11 15.12 Get:258 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdistro-info-perl all 1.1build1 [5644 B]
12:56:48 #11 15.12 Get:259 http://archive.ubuntu.com/ubuntu jammy/main amd64 libemail-address-xs-perl amd64 1.04-1build6 [28.7 kB]
12:56:48 #11 15.12 Get:260 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
12:56:48 #11 15.14 Get:261 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-basedir-perl all 0.09-1 [15.7 kB]
12:56:48 #11 15.19 Get:262 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
12:56:48 #11 15.19 Get:263 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-fcntllock-perl amd64 0.22-3build7 [33.9 kB]
12:56:48 #11 15.19 Get:264 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnumber-compare-perl all 0.03-2 [7058 B]
12:56:48 #11 15.19 Get:265 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-glob-perl all 0.11-2 [8042 B]
12:56:48 #11 15.19 Get:266 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
12:56:48 #11 15.19 Get:267 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfont-afm-perl all 1.20-3 [13.6 kB]
12:56:48 #11 15.19 Get:268 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-string-perl all 1.08-3.1 [10.7 kB]
12:56:48 #11 15.20 Get:269 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfont-ttf-perl all 1.06-1.1 [316 kB]
12:56:48 #11 15.21 Get:270 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
12:56:48 #11 26.96 Preparing to unpack .../095-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
12:56:48 #11 26.97 Unpacking libstdc++-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
12:56:48 #11 27.19 Selecting previously unselected package g++-9.
12:56:48 #11 27.20 Preparing to unpack .../096-g++-9_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
12:56:48 #11 27.20 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
12:56:48 #10 32.51 Selecting previously unselected package licensecheck.
12:56:48 #10 32.51 Preparing to unpack .../260-licensecheck_3.0.31-2_all.deb ...
12:56:48 #10 32.51 Unpacking licensecheck (3.0.31-2) ...
12:56:48 #10 32.54 Selecting previously unselected package patchutils.
12:56:48 #10 32.54 Preparing to unpack .../261-patchutils_0.3.4-2_arm64.deb ...
12:56:48 #10 32.55 Unpacking patchutils (0.3.4-2) ...
12:56:48 #10 32.58 Selecting previously unselected package t1utils.
12:56:48 #10 32.58 Preparing to unpack .../262-t1utils_1.41-2_arm64.deb ...
12:56:48 #10 32.58 Unpacking t1utils (1.41-2) ...
12:56:48 #10 32.61 Selecting previously unselected package lintian.
12:56:48 #10 32.61 Preparing to unpack .../263-lintian_2.5.81ubuntu1_all.deb ...
12:56:48 #10 32.62 Unpacking lintian (2.5.81ubuntu1) ...
12:56:48 #10 32.72 Selecting previously unselected package manpages-dev.
12:56:48 #10 28.91 Selecting previously unselected package g++.
12:56:48 #10 28.91 Preparing to unpack .../056-g++_4%3a8.3.0-1_amd64.deb ...
12:56:48 #10 28.91 Unpacking g++ (4:8.3.0-1) ...
12:56:48 #10 28.94 Selecting previously unselected package make.
12:56:48 #10 28.94 Preparing to unpack .../057-make_4.2.1-1.2_amd64.deb ...
12:56:48 #10 28.94 Unpacking make (4.2.1-1.2) ...
12:56:48 #10 29.00 Selecting previously unselected package libdpkg-perl.
12:56:48 #10 29.00 Preparing to unpack .../058-libdpkg-perl_1.19.8_all.deb ...
12:56:48 #10 29.01 Unpacking libdpkg-perl (1.19.8) ...
12:56:48 #10 29.08 Selecting previously unselected package patch.
12:56:48 #10 29.08 Preparing to unpack .../059-patch_2.7.6-3+deb10u1_amd64.deb ...
12:56:48 #10 29.08 Unpacking patch (2.7.6-3+deb10u1) ...
12:56:48 #10 29.12 Selecting previously unselected package dpkg-dev.
12:56:48 #10 18.99 Get:279 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
12:56:48 #10 18.99 Get:280 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
12:56:48 #10 18.99 Get:281 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB]
12:56:48 #10 18.99 Get:282 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-libxml-perl amd64 2.0128+dfsg-5 [316 kB]
12:56:48 #10 19.01 Get:283 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-parser-perl amd64 2.44-2build3 [199 kB]
12:56:48 #10 19.06 Get:284 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-sax-expat-perl all 0.40-2 [11.5 kB]
12:56:48 #10 19.06 Get:285 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-simple-perl all 2.24-1 [63.6 kB]
12:56:48 #10 19.07 Get:286 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-libyaml-perl amd64 0.69+repack-1 [26.4 kB]
12:56:48 #10 19.07 Get:287 http://archive.ubuntu.com/ubuntu bionic/main amd64 licensecheck all 3.0.31-2 [22.0 kB]
12:56:48 #10 19.07 Get:288 http://archive.ubuntu.com/ubuntu bionic/main amd64 patchutils amd64 0.3.4-2 [71.1 kB]
12:56:48 #10 19.14 Get:289 http://archive.ubuntu.com/ubuntu bionic/main amd64 t1utils amd64 1.41-2 [56.0 kB]
12:56:48 #10 19.14 Get:290 http://archive.ubuntu.com/ubuntu bionic/main amd64 lintian all 2.5.81ubuntu1 [847 kB]
12:56:48 #10 19.18 Get:291 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB]
12:56:48 #10 19.28 Get:292 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-certifi all 2018.1.18-2 [144 kB]
12:56:48 #13 25.51   Installing       : systemd-rpm-macros-252-3.el9.noarch                  42/70 
12:56:48 #13 25.52   Running scriptlet: openssh-8.7p1-28.el9.aarch64                         43/70 
12:56:48 #13 25.57   Installing       : openssh-8.7p1-28.el9.aarch64                         43/70 
12:56:48 #13 25.61   Installing       : libcbor-0.7.0-5.el9.aarch64                          44/70 
12:56:48 #13 25.62   Installing       : libfido2-1.6.0-7.el9.aarch64                         45/70 
12:56:48 #13 25.64   Installing       : openssh-clients-8.7p1-28.el9.aarch64                 46/70 
12:56:48 #11 24.74 Selecting previously unselected package gcc.
12:56:48 #11 24.74 Preparing to unpack .../087-gcc_4%3a11.2.0-1ubuntu1_arm64.deb ...
12:56:48 #11 24.74 Unpacking gcc (4:11.2.0-1ubuntu1) ...
12:56:48 #10 28.59 Preparing to unpack .../080-dh-strip-nondeterminism_1.12.0-1_all.deb ...
12:56:48 #10 28.59 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
12:56:48 #10 28.62 Selecting previously unselected package libelf1:amd64.
12:56:48 #10 28.62 Preparing to unpack .../081-libelf1_0.183-1_amd64.deb ...
12:56:48 #10 28.63 Unpacking libelf1:amd64 (0.183-1) ...
12:56:48 #10 28.67 Selecting previously unselected package dwz.
12:56:48 #10 28.67 Preparing to unpack .../082-dwz_0.13+20210201-1_amd64.deb ...
12:56:48 #10 28.68 Unpacking dwz (0.13+20210201-1) ...
12:56:48 #10 28.73 Selecting previously unselected package libicu67:amd64.
12:56:48 #10 28.73 Preparing to unpack .../083-libicu67_67.1-7_amd64.deb ...
12:56:48 #10 28.73 Unpacking libicu67:amd64 (67.1-7) ...
12:56:48 #10 48.14 Updating certificates in /etc/ssl/certs...
12:56:48 #11 28.94 Preparing to unpack .../115-gcc-12_12.2.0-3ubuntu1_arm64.deb ...
12:56:48 #11 28.95 Unpacking gcc-12 (12.2.0-3ubuntu1) ...
12:56:48 #11 27.09 Preparing to unpack .../087-libbinutils_2.39-3ubuntu1.1_amd64.deb ...
12:56:48 #11 27.09 Unpacking libbinutils:amd64 (2.39-3ubuntu1.1) ...
12:56:48 #11 27.13 Selecting previously unselected package libctf-nobfd0:amd64.
12:56:48 #11 27.14 Preparing to unpack .../088-libctf-nobfd0_2.39-3ubuntu1.1_amd64.deb ...
12:56:48 #11 27.14 Unpacking libctf-nobfd0:amd64 (2.39-3ubuntu1.1) ...
12:56:48 #11 27.17 Selecting previously unselected package libctf0:amd64.
12:56:48 #11 27.17 Preparing to unpack .../089-libctf0_2.39-3ubuntu1.1_amd64.deb ...
12:56:48 #11 27.17 Unpacking libctf0:amd64 (2.39-3ubuntu1.1) ...
12:56:48 #11 27.20 Selecting previously unselected package libgprofng0:amd64.
12:56:48 #11 27.20 Preparing to unpack .../090-libgprofng0_2.39-3ubuntu1.1_amd64.deb ...
12:56:48 #11 27.20 Unpacking libgprofng0:amd64 (2.39-3ubuntu1.1) ...
12:56:48 #11 27.25 Selecting previously unselected package binutils-x86-64-linux-gnu.
12:56:48 #11 27.25 Preparing to unpack .../091-binutils-x86-64-linux-gnu_2.39-3ubuntu1.1_amd64.deb ...
12:56:48 #11 27.25 Unpacking binutils-x86-64-linux-gnu (2.39-3ubuntu1.1) ...
12:56:48 #11 27.33 Selecting previously unselected package binutils.
12:56:48 #10 26.11 Preparing to unpack .../055-libtsan2_12.2.0-14_amd64.deb ...
12:56:48 #21 8.282 Get:9 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
12:56:48 #10 26.11 Unpacking libtsan2:amd64 (12.2.0-14) ...
12:56:48 #10 26.34 Selecting previously unselected package libubsan1:amd64.
12:56:48 #10 26.34 Preparing to unpack .../056-libubsan1_12.2.0-14_amd64.deb ...
12:56:48 #10 26.35 Unpacking libubsan1:amd64 (12.2.0-14) ...
12:56:48 #14 10.36   Installing       : cmake-filesystem-3.20.2-4.el8.aarch64                15/93 
12:56:48 #14 11.11   Installing       : cpp-8.5.0-18.el8.aarch64                             16/93 
12:56:48 #14 11.12   Running scriptlet: cpp-8.5.0-18.el8.aarch64                             16/93 
12:56:48 #14 11.15   Installing       : python3-libsemanage-2.9-9.el8.aarch64                17/93 
12:56:48 #14 11.23   Installing       : python3-setools-4.3.0-3.el8.aarch64                  18/93 
12:56:48 #14 11.28   Installing       : libselinux-utils-2.9-8.el8.aarch64                   19/93 
12:56:48 #11 15.28 Get:271 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
12:56:48 #11 15.28 Get:272 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
12:56:48 #11 15.28 Get:273 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
12:56:48 #11 15.28 Get:274 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-perl all 4.04000-1 [81.8 kB]
12:56:48 #11 15.28 Get:275 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblog-any-perl all 1.710-1 [68.4 kB]
12:56:48 #11 15.28 Get:276 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
12:56:48 #11 15.29 Get:277 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackage-stash-perl all 0.39-1 [19.1 kB]
12:56:48 #11 15.29 Get:278 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-identify-perl amd64 0.14-1build5 [10.4 kB]
12:56:48 #11 15.29 Get:279 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-name-perl amd64 0.26-1build3 [11.4 kB]
12:56:48 #11 15.37 Get:280 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
12:56:48 #11 15.37 Get:281 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpath-tiny-perl all 0.122-1 [45.9 kB]
12:56:48 #11 15.37 Get:282 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
12:56:48 #11 15.37 Get:283 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtype-tiny-perl all 1.012004-1 [321 kB]
12:56:48 #11 15.37 Get:284 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
12:56:48 #11 15.37 Get:285 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhash-fieldhash-perl amd64 0.15-1build5 [17.3 kB]
12:56:48 #11 15.37 Get:286 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
12:56:48 #11 15.43 Get:287 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-format-perl all 2.12-1.1 [41.3 kB]
12:56:48 #11 15.43 Get:288 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
12:56:48 #11 15.43 Get:289 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libhttp-daemon-perl all 6.13-1ubuntu0.1 [22.9 kB]
12:56:48 #10 32.72 Preparing to unpack .../264-manpages-dev_4.15-1_all.deb ...
12:56:48 #10 32.72 Unpacking manpages-dev (4.15-1) ...
12:56:48 #10 32.93 Selecting previously unselected package python3-certifi.
12:56:48 #10 32.93 Preparing to unpack .../265-python3-certifi_2018.1.18-2_all.deb ...
12:56:48 #10 32.93 Unpacking python3-certifi (2018.1.18-2) ...
12:56:48 #10 32.98 Selecting previously unselected package python3-idna.
12:56:48 #10 29.12 Preparing to unpack .../060-dpkg-dev_1.19.8_all.deb ...
12:56:48 #10 29.12 Unpacking dpkg-dev (1.19.8) ...
12:56:48 #10 29.23 Selecting previously unselected package build-essential.
12:56:48 #10 29.23 Preparing to unpack .../061-build-essential_12.6_amd64.deb ...
12:56:48 #10 29.24 Unpacking build-essential (12.6) ...
12:56:48 #10 29.27 Selecting previously unselected package openssl.
12:56:48 #10 29.27 Preparing to unpack .../062-openssl_1.1.1n-0+deb10u3_amd64.deb ...
12:56:48 #10 29.27 Unpacking openssl (1.1.1n-0+deb10u3) ...
12:56:48 #10 29.38 Selecting previously unselected package ca-certificates.
12:56:48 #10 19.29 Get:293 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-idna all 2.6-1 [32.5 kB]
12:56:48 #10 19.30 Get:294 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-urllib3 all 1.22-1ubuntu0.18.04.2 [86.2 kB]
12:56:48 #10 19.30 Get:295 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-requests all 2.18.4-2ubuntu0.1 [58.3 kB]
12:56:48 #10 19.30 Get:296 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-unidiff all 0.5.4-1 [7140 B]
12:56:48 #10 19.30 Get:297 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-xdg all 0.25-4ubuntu1.1 [31.3 kB]
12:56:48 #10 19.30 Get:298 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.2 [168 kB]
12:56:48 #10 19.31 Get:299 http://archive.ubuntu.com/ubuntu bionic/main amd64 wdiff amd64 1.2.2-2 [29.6 kB]
12:56:48 #10 19.31 Get:300 http://archive.ubuntu.com/ubuntu bionic/universe amd64 equivs all 2.1.0 [19.4 kB]
12:56:48 #10 19.37 Get:301 http://archive.ubuntu.com/ubuntu bionic/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
12:56:49 + mkdir -p /root/build-deb/compose
12:56:49 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:56:49 + mkdir -p /root/build-deb/scan-cli-plugin
12:56:49 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:56:49 + mkdir -p /go/src/github.com/docker
12:56:49 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:56:49 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:56:49 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:56:49 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:56:49 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:56:49 + EPOCH=5
12:56:49 + EPOCH_SEP=
12:56:49 + [[ ! -z 5 ]]
12:56:49 + EPOCH_SEP=:
12:56:49 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:56:49 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:56:49 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:56:49 + VERSION=0.0.0-20230206193855-ab4ef4a
12:56:49 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:56:49 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:56:49 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:56:49 + debSource=docker-ce
12:56:49 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:56:49 + debMaintainer='Docker <support@docker.com>'
12:56:49 ++ date --rfc-2822
12:56:49 + debDate='Wed, 08 Feb 2023 12:56:48 +0000'
12:56:49 + pkgRevision=1
12:56:49 + cat
12:56:49 + export CLI_GITCOMMIT=ab4ef4a
12:56:49 + CLI_GITCOMMIT=ab4ef4a
12:56:49 + export ENGINE_GITCOMMIT=1141704
12:56:49 + ENGINE_GITCOMMIT=1141704
12:56:49 + export SCAN_GITCOMMIT=6c852fa
12:56:49 + SCAN_GITCOMMIT=6c852fa
12:56:49 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:56:49 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:56:49 + dpkg-buildpackage -uc -us -I.git
12:56:49 dpkg-buildpackage: info: source package docker-ce
12:56:49 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster
12:56:49 dpkg-buildpackage: info: source distribution buster
12:56:49 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:56:49 dpkg-buildpackage: info: host architecture armhf
12:56:49  dpkg-source -I.git --before-build .
12:56:49 #13 25.68   Running scriptlet: openssh-clients-8.7p1-28.el9.aarch64                 46/70 
12:56:49 #13 25.77   Installing       : git-core-2.39.1-1.el9.aarch64                        47/70 
12:56:49 #11 24.78 Selecting previously unselected package libstdc++-11-dev:arm64.
12:56:49 #11 24.78 Preparing to unpack .../088-libstdc++-11-dev_11.3.0-1ubuntu1~22.04_arm64.deb ...
12:56:49 #11 24.78 Unpacking libstdc++-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
12:56:49 #11 24.96 Selecting previously unselected package g++-11.
12:56:49 #11 24.96 Preparing to unpack .../089-g++-11_11.3.0-1ubuntu1~22.04_arm64.deb ...
12:56:49 #11 24.97 Unpacking g++-11 (11.3.0-1ubuntu1~22.04) ...
12:56:49 #10 48.75 127 added, 0 removed; done.
12:56:49 #11 16.97 Get:305 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-range-perl all 0.12-1 [8556 B]
12:56:49 #11 16.99 Get:306 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-xs-perl amd64 0.29-1build1 [18.4 kB]
12:56:49 #11 17.02 Get:307 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
12:56:49 #11 17.12 Get:308 http://archive.ubuntu.com/ubuntu focal/main amd64 libperl4-corelibs-perl all 0.004-2 [37.4 kB]
12:56:49 #11 17.15 Get:309 http://archive.ubuntu.com/ubuntu focal/main amd64 libperlio-gzip-perl amd64 0.19-1build5 [14.6 kB]
12:56:49 #11 17.16 Get:310 http://archive.ubuntu.com/ubuntu focal/main amd64 libpod-constants-perl all 0.19-1 [16.0 kB]
12:56:49 #11 17.18 Get:311 http://archive.ubuntu.com/ubuntu focal/main amd64 libre2-5 amd64 20200101+dfsg-1build1 [162 kB]
12:56:49 #11 17.26 Get:312 http://archive.ubuntu.com/ubuntu focal/main amd64 libre-engine-re2-perl amd64 0.13-5 [16.2 kB]
12:56:49 #11 17.26 Get:313 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadonly-perl all 2.050-2 [19.9 kB]
12:56:49 #11 17.27 Get:314 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
12:56:49 #11 17.27 Get:315 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-xs-perl amd64 0.117-1build2 [12.0 kB]
12:56:49 #11 17.28 Get:316 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
12:56:49 #11 17.29 Get:317 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
12:56:49 #11 17.29 Get:318 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 [48.8 kB]
12:56:49 #11 17.31 Get:319 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-decoder-perl amd64 4.011+ds-1build1 [102 kB]
12:56:49 #11 17.33 Get:320 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-encoder-perl amd64 4.011+ds-1build1 [104 kB]
12:56:49 #11 17.39 Get:321 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-perl all 4.011-1 [8604 B]
12:56:49 #11 29.31 Selecting previously unselected package gcc.
12:56:49 #11 29.32 Preparing to unpack .../116-gcc_4%3a12.2.0-1ubuntu1_arm64.deb ...
12:56:49 #11 29.32 Unpacking gcc (4:12.2.0-1ubuntu1) ...
12:56:49 #11 29.36 Selecting previously unselected package libstdc++-12-dev:arm64.
12:56:49 #11 29.36 Preparing to unpack .../117-libstdc++-12-dev_12.2.0-3ubuntu1_arm64.deb ...
12:56:49 #11 29.37 Unpacking libstdc++-12-dev:arm64 (12.2.0-3ubuntu1) ...
12:56:49 #11 27.33 Preparing to unpack .../092-binutils_2.39-3ubuntu1.1_amd64.deb ...
12:56:49 #11 27.34 Unpacking binutils (2.39-3ubuntu1.1) ...
12:56:49 #11 27.36 Selecting previously unselected package libc-dev-bin.
12:56:49 #11 27.36 Preparing to unpack .../093-libc-dev-bin_2.36-0ubuntu4_amd64.deb ...
12:56:49 #11 27.37 Unpacking libc-dev-bin (2.36-0ubuntu4) ...
12:56:49 #11 27.39 Selecting previously unselected package linux-libc-dev:amd64.
12:56:49 #11 27.39 Preparing to unpack .../094-linux-libc-dev_5.19.0-29.30_amd64.deb ...
12:56:49 #11 27.40 Unpacking linux-libc-dev:amd64 (5.19.0-29.30) ...
12:56:49 #11 27.54 Selecting previously unselected package libcrypt-dev:amd64.
12:56:49 #11 27.54 Preparing to unpack .../095-libcrypt-dev_1%3a4.4.28-2_amd64.deb ...
12:56:49 #11 27.55 Unpacking libcrypt-dev:amd64 (1:4.4.28-2) ...
12:56:49 #11 27.58 Selecting previously unselected package rpcsvc-proto.
12:56:49 #21 8.394 debconf: delaying package configuration, since apt-utils is not installed
12:56:49 #21 8.422 Fetched 87.4 MB in 1s (95.8 MB/s)
12:56:49 #21 8.440 Selecting previously unselected package binutils-mingw-w64-x86-64.
12:56:49 #21 8.440 (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 ... 16833 files and directories currently installed.)
12:56:49 #21 8.451 Preparing to unpack .../0-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
12:56:49 #21 8.455 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
12:56:49 #10 26.46 Selecting previously unselected package libquadmath0:amd64.
12:56:49 #10 26.46 Preparing to unpack .../057-libquadmath0_12.2.0-14_amd64.deb ...
12:56:49 #10 26.46 Unpacking libquadmath0:amd64 (12.2.0-14) ...
12:56:49 #10 26.50 Selecting previously unselected package libgcc-12-dev:amd64.
12:56:49 #10 26.50 Preparing to unpack .../058-libgcc-12-dev_12.2.0-14_amd64.deb ...
12:56:49 #10 26.51 Unpacking libgcc-12-dev:amd64 (12.2.0-14) ...
12:56:49 #14 11.33   Installing       : policycoreutils-2.9-21.1.el8.aarch64                 20/93 
12:56:49 #14 11.40   Running scriptlet: policycoreutils-2.9-21.1.el8.aarch64                 20/93 
12:56:49 #14 11.41   Running scriptlet: openssh-8.0p1-17.el8.aarch64                         21/93 
12:56:49 #14 11.49   Installing       : openssh-8.0p1-17.el8.aarch64                         21/93 
12:56:49 #14 11.56   Upgrading        : tar-2:1.30-8.el8.aarch64                             22/93 
12:56:49 #11 15.51 Get:290 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-interactive-perl all 1.023-1 [10.4 kB]
12:56:49 #11 15.51 Get:291 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-prompt-tiny-perl all 0.003-1 [8924 B]
12:56:49 #11 15.51 Get:292 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
12:56:49 #11 15.51 Get:293 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-xs-perl amd64 4.030-1build3 [87.2 kB]
12:56:49 #11 15.51 Get:294 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
12:56:49 #11 15.51 Get:295 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-common all 2.5.13+dfsg-0ubuntu0.22.04.1 [15.9 kB]
12:56:49 #11 15.51 Get:296 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-compare-perl all 0.55-1 [63.3 kB]
12:56:49 #11 15.57 Get:297 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
12:56:49 #11 15.58 Get:298 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-someutils-xs-perl amd64 0.58-2build3 [34.8 kB]
12:56:49 #11 15.58 Get:299 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-utilsby-perl all 0.11-1 [14.7 kB]
12:56:49 #11 15.65 Get:300 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl7 amd64 2.4.6-15build2 [39.6 kB]
12:56:49 #11 15.65 Get:301 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl-dev amd64 2.4.6-15build2 [169 kB]
12:56:49 #11 15.65 Get:302 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblzo2-2 amd64 2.10-2build3 [53.7 kB]
12:56:49 #11 15.65 Get:303 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
12:56:49 #10 28.24 Fedora 37 - aarch64 - Updates                    12 MB/s |  21 MB     00:01    
12:56:49 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.2s done
12:56:49 #10 32.98 Preparing to unpack .../266-python3-idna_2.6-1_all.deb ...
12:56:49 #10 32.98 Unpacking python3-idna (2.6-1) ...
12:56:49 #10 33.02 Selecting previously unselected package python3-urllib3.
12:56:49 #10 33.02 Preparing to unpack .../267-python3-urllib3_1.22-1ubuntu0.18.04.2_all.deb ...
12:56:49 #10 33.02 Unpacking python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
12:56:49 #10 33.06 Selecting previously unselected package python3-requests.
12:56:49 #10 33.07 Preparing to unpack .../268-python3-requests_2.18.4-2ubuntu0.1_all.deb ...
12:56:49 #10 33.07 Unpacking python3-requests (2.18.4-2ubuntu0.1) ...
12:56:49 #10 33.11 Selecting previously unselected package python3-unidiff.
12:56:49 #10 33.11 Preparing to unpack .../269-python3-unidiff_0.5.4-1_all.deb ...
12:56:49 #10 33.11 Unpacking python3-unidiff (0.5.4-1) ...
12:56:49 #10 33.14 Selecting previously unselected package python3-xdg.
12:56:49 #10 33.15 Preparing to unpack .../270-python3-xdg_0.25-4ubuntu1.1_all.deb ...
12:56:49 #10 33.15 Unpacking python3-xdg (0.25-4ubuntu1.1) ...
12:56:49 #10 33.18 Selecting previously unselected package unzip.
12:56:49 #10 33.19 Preparing to unpack .../271-unzip_6.0-21ubuntu1.2_arm64.deb ...
12:56:49 #10 33.19 Unpacking unzip (6.0-21ubuntu1.2) ...
12:56:49 #10 33.23 Selecting previously unselected package wdiff.
12:56:49 #10 29.38 Preparing to unpack .../063-ca-certificates_20200601~deb10u2_all.deb ...
12:56:49 #10 29.38 Unpacking ca-certificates (20200601~deb10u2) ...
12:56:49 #10 29.43 Selecting previously unselected package libsasl2-modules-db:amd64.
12:56:49 #10 29.44 Preparing to unpack .../064-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ...
12:56:49 #10 29.44 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:56:49 #10 29.47 Selecting previously unselected package libsasl2-2:amd64.
12:56:49 #10 29.48 Preparing to unpack .../065-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ...
12:56:49 #10 29.48 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:56:49 #10 29.52 Selecting previously unselected package libldap-common.
12:56:49 #10 29.52 Preparing to unpack .../066-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
12:56:49 #10 29.53 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:56:49 #10 29.57 Selecting previously unselected package libldap-2.4-2:amd64.
12:56:49 #10 29.57 Preparing to unpack .../067-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb ...
12:56:49 #10 29.57 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ...
12:56:49 #10 29.63 Selecting previously unselected package libnghttp2-14:amd64.
12:56:49 #10 19.44 Get:302 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-magic all 2:0.4.15-1 [9280 B]
12:56:49 #10 19.64 debconf: delaying package configuration, since apt-utils is not installed
12:56:49 #10 19.67 Fetched 98.9 MB in 9s (10.8 MB/s)
12:56:49  debian/rules clean
12:56:49 dh clean --with=bash-completion
12:56:49    dh_clean
12:56:49 #11 27.72 Selecting previously unselected package g++.
12:56:49 #11 27.72 Preparing to unpack .../097-g++_4%3a9.3.0-1ubuntu2_arm64.deb ...
12:56:49 #11 27.73 Unpacking g++ (4:9.3.0-1ubuntu2) ...
12:56:49 #11 27.76 Selecting previously unselected package make.
12:56:49 #11 27.76 Preparing to unpack .../098-make_4.2.1-1.2_arm64.deb ...
12:56:49 #11 27.76 Unpacking make (4.2.1-1.2) ...
12:56:49 #11 27.84 Selecting previously unselected package libdpkg-perl.
12:56:49 #13 26.02   Installing       : git-core-doc-2.39.1-1.el9.noarch                     48/70 
12:56:49 #13 26.08   Installing       : perl-Git-2.39.1-1.el9.noarch                         49/70 
12:56:49 #13 26.09   Installing       : git-2.39.1-1.el9.aarch64                             50/70 
12:56:49 #11 25.16 Selecting previously unselected package g++.
12:56:49 #11 25.16 Preparing to unpack .../090-g++_4%3a11.2.0-1ubuntu1_arm64.deb ...
12:56:49 #11 25.16 Unpacking g++ (4:11.2.0-1ubuntu1) ...
12:56:49 #11 25.23 Selecting previously unselected package make.
12:56:49 #11 25.23 Preparing to unpack .../091-make_4.3-4.1build1_arm64.deb ...
12:56:49 #11 25.23 Unpacking make (4.3-4.1build1) ...
12:56:49 #11 25.26 Selecting previously unselected package libdpkg-perl.
12:56:49 #10 29.16 Fedora 36 openh264 (From Cisco) - aarch64       2.9 kB/s | 2.5 kB     00:00    
12:56:49 #10 48.79 Setting up libgprofng0:arm64 (2.40-2) ...
12:56:49 #10 48.81 Setting up libfreetype6:arm64 (2.12.1+dfsg-4) ...
12:56:49 #10 48.83 Setting up libgcc-12-dev:arm64 (12.2.0-14) ...
12:56:49 #10 48.84 Setting up shared-mime-info (2.2-1) ...
12:56:49 #11 17.39 Get:322 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-key-perl amd64 1.33-2build2 [35.4 kB]
12:56:49 #11 17.39 Get:323 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-copyright-perl all 0.003006-1 [9608 B]
12:56:49 #11 17.39 Get:324 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
12:56:49 #11 17.39 Get:325 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
12:56:49 #11 17.39 Get:326 http://archive.ubuntu.com/ubuntu focal/main amd64 libterm-readkey-perl amd64 2.38-1build1 [24.6 kB]
12:56:49 #11 17.40 Get:327 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-fatal-perl all 0.014-1 [11.1 kB]
12:56:49 #11 17.40 Get:328 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-refcount-perl all 0.10-1 [11.4 kB]
12:56:49 #11 17.46 Get:329 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B]
12:56:49 #11 17.46 Get:330 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-xs-perl amd64 0.016-1 [22.9 kB]
12:56:49 #11 29.55 Selecting previously unselected package g++-12.
12:56:49 #11 29.55 Preparing to unpack .../118-g++-12_12.2.0-3ubuntu1_arm64.deb ...
12:56:49 #11 29.56 Unpacking g++-12 (12.2.0-3ubuntu1) ...
12:56:49 #11 29.78 Selecting previously unselected package g++.
12:56:49 #11 27.59 Preparing to unpack .../096-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ...
12:56:49 #11 27.59 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
12:56:49 #11 27.62 Selecting previously unselected package libtirpc-dev:amd64.
12:56:49 #11 27.62 Preparing to unpack .../097-libtirpc-dev_1.3.3+ds-1_amd64.deb ...
12:56:49 #11 27.62 Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ...
12:56:49 #11 27.65 Selecting previously unselected package libnsl-dev:amd64.
12:56:49 #11 27.66 Preparing to unpack .../098-libnsl-dev_1.3.0-2build2_amd64.deb ...
12:56:49 #11 27.66 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ...
12:56:49 #11 27.73 Selecting previously unselected package libc6-dev:amd64.
12:56:49 #11 27.73 Preparing to unpack .../099-libc6-dev_2.36-0ubuntu4_amd64.deb ...
12:56:49 #11 27.73 Unpacking libc6-dev:amd64 (2.36-0ubuntu4) ...
12:56:49 #11 27.86 Selecting previously unselected package libisl23:amd64.
12:56:49 #10 26.73 Selecting previously unselected package gcc-12.
12:56:49 #10 26.74 Preparing to unpack .../059-gcc-12_12.2.0-14_amd64.deb ...
12:56:49 #10 26.74 Unpacking gcc-12 (12.2.0-14) ...
12:56:49 #21 8.781 Selecting previously unselected package gcc-mingw-w64-base.
12:56:49 #21 8.781 Preparing to unpack .../1-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
12:56:49 #21 8.784 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
12:56:49 #21 8.822 Selecting previously unselected package mingw-w64-common.
12:56:49 #21 8.823 Preparing to unpack .../2-mingw-w64-common_8.0.0-1_all.deb ...
12:56:49 #21 8.826 Unpacking mingw-w64-common (8.0.0-1) ...
12:56:49 #14 11.58   Running scriptlet: tar-2:1.30-8.el8.aarch64                             22/93 
12:56:49 #14 11.67   Installing       : isl-0.16.1-6.el8.aarch64                             23/93 
12:56:49 #14 11.68   Running scriptlet: isl-0.16.1-6.el8.aarch64                             23/93 
12:56:49 #14 11.71   Installing       : libuv-1:1.41.1-1.el8_4.aarch64                       24/93 
12:56:49 #14 11.73   Installing       : perl-TermReadKey-2.37-7.el8.aarch64                  25/93 
12:56:49 #14 11.76   Installing       : less-530-1.el8.aarch64                               26/93 
12:56:49 #14 11.80   Installing       : libasan-8.5.0-18.el8.aarch64                         27/93 
12:56:49 #14 11.82   Running scriptlet: libasan-8.5.0-18.el8.aarch64                         27/93 
12:56:49 #14 11.84   Installing       : libatomic-8.5.0-18.el8.aarch64                       28/93 
12:56:49 #14 11.85   Running scriptlet: libatomic-8.5.0-18.el8.aarch64                       28/93 
12:56:49 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971
12:56:49 #10 33.23 Preparing to unpack .../272-wdiff_1.2.2-2_arm64.deb ...
12:56:49 #10 33.23 Unpacking wdiff (1.2.2-2) ...
12:56:49 #10 33.26 Selecting previously unselected package equivs.
12:56:49 #10 33.27 Preparing to unpack .../273-equivs_2.1.0_all.deb ...
12:56:49 #10 33.27 Unpacking equivs (2.1.0) ...
12:56:49 #10 33.30 Selecting previously unselected package libauthen-sasl-perl.
12:56:49 #10 33.30 Preparing to unpack .../274-libauthen-sasl-perl_2.1600-1_all.deb ...
12:56:49 #10 33.31 Unpacking libauthen-sasl-perl (2.1600-1) ...
12:56:49 #10 33.34 Selecting previously unselected package python3-magic.
12:56:49 #10 33.34 Preparing to unpack .../275-python3-magic_2%3a0.4.15-1_all.deb ...
12:56:49 #10 33.35 Unpacking python3-magic (2:0.4.15-1) ...
12:56:49 #10 33.39 Setting up python-apt-common (1.6.6) ...
12:56:49 #10 33.40 Setting up libnpth0:arm64 (1.5-3) ...
12:56:49 #10 33.41 Setting up libedit2:arm64 (3.1-20170329-1) ...
12:56:49 #10 33.42 Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ...
12:56:49 #10 33.43 Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ...
12:56:49 #10 33.44 Setting up readline-common (7.0-3) ...
12:56:49 #10 33.45 Setting up libapt-inst2.0:arm64 (1.6.14) ...
12:56:49 #10 29.63 Preparing to unpack .../068-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
12:56:49 #10 29.63 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
12:56:49 #10 29.67 Selecting previously unselected package libpsl5:amd64.
12:56:49 #10 29.67 Preparing to unpack .../069-libpsl5_0.20.2-2_amd64.deb ...
12:56:49 #10 29.68 Unpacking libpsl5:amd64 (0.20.2-2) ...
12:56:49 #10 29.71 Selecting previously unselected package librtmp1:amd64.
12:56:49 #10 29.71 Preparing to unpack .../070-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
12:56:49 #10 29.72 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
12:56:49 #10 29.76 Selecting previously unselected package libssh2-1:amd64.
12:56:49 #10 29.77 Preparing to unpack .../071-libssh2-1_1.8.0-2.1_amd64.deb ...
12:56:49 #10 29.77 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
12:56:49 #10 29.82 Selecting previously unselected package libcurl4:amd64.
12:56:49 #10 29.83 Preparing to unpack .../072-libcurl4_7.64.0-4+deb10u4_amd64.deb ...
12:56:49 #10 29.83 Unpacking libcurl4:amd64 (7.64.0-4+deb10u4) ...
12:56:49 #10 29.90 Selecting previously unselected package curl.
12:56:49 #10 19.69 Selecting previously unselected package liblocale-gettext-perl.
12:56:49 #10 19.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 ... 4051 files and directories currently installed.)
12:56:49 #10 19.70 Preparing to unpack .../liblocale-gettext-perl_1.07-3build2_amd64.deb ...
12:56:49 #10 19.71 Unpacking liblocale-gettext-perl (1.07-3build2) ...
12:56:49 #10 19.77 Selecting previously unselected package libssl1.1:amd64.
12:56:49 #10 19.77 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.21_amd64.deb ...
12:56:49 #10 19.78 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.21) ...
12:56:49  dpkg-source -I.git -b .
12:56:49 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:56:49 dpkg-source: info: using source format '1.0'
12:56:49 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz
12:56:49 #11 27.84 Preparing to unpack .../099-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
12:56:49 #11 27.85 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
12:56:49 #11 27.90 Selecting previously unselected package patch.
12:56:49 #11 27.90 Preparing to unpack .../100-patch_2.7.6-6_arm64.deb ...
12:56:49 #11 27.90 Unpacking patch (2.7.6-6) ...
12:56:49 #11 27.95 Selecting previously unselected package dpkg-dev.
12:56:49 #11 27.96 Preparing to unpack .../101-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
12:56:49 #11 27.96 Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
12:56:49 #11 28.05 Selecting previously unselected package build-essential.
12:56:49 #11 28.05 Preparing to unpack .../102-build-essential_12.8ubuntu1.1_arm64.deb ...
12:56:49 #11 28.06 Unpacking build-essential (12.8ubuntu1.1) ...
12:56:49 #11 28.10 Selecting previously unselected package libbrotli1:arm64.
12:56:49 #11 28.10 Preparing to unpack .../103-libbrotli1_1.0.7-6ubuntu0.1_arm64.deb ...
12:56:49 #11 28.10 Unpacking libbrotli1:arm64 (1.0.7-6ubuntu0.1) ...
12:56:49 #11 28.17 Selecting previously unselected package libroken18-heimdal:arm64.
12:56:49 #11 25.26 Preparing to unpack .../092-libdpkg-perl_1.21.1ubuntu2.1_all.deb ...
12:56:49 #11 25.27 Unpacking libdpkg-perl (1.21.1ubuntu2.1) ...
12:56:49 #11 25.31 Selecting previously unselected package bzip2.
12:56:49 #11 25.31 Preparing to unpack .../093-bzip2_1.0.8-5build1_arm64.deb ...
12:56:49 #11 25.32 Unpacking bzip2 (1.0.8-5build1) ...
12:56:49 #11 25.35 Selecting previously unselected package patch.
12:56:49 #11 25.35 Preparing to unpack .../094-patch_2.7.6-7build2_arm64.deb ...
12:56:49 #11 25.36 Unpacking patch (2.7.6-7build2) ...
12:56:49 #11 25.39 Selecting previously unselected package lto-disabled-list.
12:56:49 #11 25.39 Preparing to unpack .../095-lto-disabled-list_24_all.deb ...
12:56:49 #11 25.39 Unpacking lto-disabled-list (24) ...
12:56:49 #11 25.43 Selecting previously unselected package dpkg-dev.
12:56:49 #11 25.43 Preparing to unpack .../096-dpkg-dev_1.21.1ubuntu2.1_all.deb ...
12:56:49 #11 25.44 Unpacking dpkg-dev (1.21.1ubuntu2.1) ...
12:56:49 #11 25.48 Selecting previously unselected package build-essential.
12:56:49 #11 25.48 Preparing to unpack .../097-build-essential_12.9ubuntu3_arm64.deb ...
12:56:49 #11 25.49 Unpacking build-essential (12.9ubuntu3) ...
12:56:49 #11 25.52 Selecting previously unselected package libbrotli1:arm64.
12:56:49 #11 17.54 Get:331 http://archive.ubuntu.com/ubuntu focal/main amd64 libunicode-utf8-perl amd64 0.62-1build1 [18.1 kB]
12:56:49 #11 17.54 Get:332 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
12:56:49 #11 17.54 Get:333 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
12:56:49 #11 17.54 Get:334 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
12:56:49 #11 17.54 Get:335 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1build1 [320 kB]
12:56:49 #11 17.57 Get:336 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-parser-perl amd64 2.46-1 [193 kB]
12:56:49 #11 17.59 Get:337 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
12:56:49 #11 17.59 Get:338 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-writer-perl all 0.625-1 [24.9 kB]
12:56:49 #11 17.61 Get:339 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-libyaml-perl amd64 0.81+repack-1 [28.5 kB]
12:56:49 #11 17.61 Get:340 http://archive.ubuntu.com/ubuntu focal/main amd64 licensecheck all 3.0.45-1 [23.9 kB]
12:56:49 #11 17.69 Get:341 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-size-perl amd64 0.83-1build1 [20.0 kB]
12:56:49 #11 17.69 Get:342 http://archive.ubuntu.com/ubuntu focal/main amd64 t1utils amd64 1.41-3 [56.1 kB]
12:56:49 #11 17.69 Get:343 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lintian all 2.62.0ubuntu2.2 [982 kB]
12:56:49 #11 17.73 Get:344 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB]
12:56:49 #11 29.78 Preparing to unpack .../119-g++_4%3a12.2.0-1ubuntu1_arm64.deb ...
12:56:49 #11 29.79 Unpacking g++ (4:12.2.0-1ubuntu1) ...
12:56:49 #11 29.82 Selecting previously unselected package make.
12:56:49 #11 29.83 Preparing to unpack .../120-make_4.3-4.1build1_arm64.deb ...
12:56:49 #11 29.83 Unpacking make (4.3-4.1build1) ...
12:56:49 #11 29.87 Selecting previously unselected package libdpkg-perl.
12:56:49 #11 29.87 Preparing to unpack .../121-libdpkg-perl_1.21.9ubuntu1_all.deb ...
12:56:49 #11 29.87 Unpacking libdpkg-perl (1.21.9ubuntu1) ...
12:56:49 #11 29.92 Selecting previously unselected package bzip2.
12:56:49 #11 29.92 Preparing to unpack .../122-bzip2_1.0.8-5build1_arm64.deb ...
12:56:49 #11 29.93 Unpacking bzip2 (1.0.8-5build1) ...
12:56:49 #11 29.96 Selecting previously unselected package patch.
12:56:49 #11 29.96 Preparing to unpack .../123-patch_2.7.6-7build2_arm64.deb ...
12:56:49 #11 29.97 Unpacking patch (2.7.6-7build2) ...
12:56:49 #11 30.00 Selecting previously unselected package lto-disabled-list.
12:56:49 #11 30.00 Preparing to unpack .../124-lto-disabled-list_35_all.deb ...
12:56:49 #11 30.01 Unpacking lto-disabled-list (35) ...
12:56:49 #11 30.04 Selecting previously unselected package dpkg-dev.
12:56:49 #11 27.86 Preparing to unpack .../100-libisl23_0.25-1_amd64.deb ...
12:56:49 #11 27.87 Unpacking libisl23:amd64 (0.25-1) ...
12:56:49 #11 27.91 Selecting previously unselected package libmpfr6:amd64.
12:56:49 #11 27.91 Preparing to unpack .../101-libmpfr6_4.1.0-3build3_amd64.deb ...
12:56:49 #11 27.94 Unpacking libmpfr6:amd64 (4.1.0-3build3) ...
12:56:49 #11 27.98 Selecting previously unselected package libmpc3:amd64.
12:56:49 #11 27.99 Preparing to unpack .../102-libmpc3_1.2.1-2build1_amd64.deb ...
12:56:49 #11 27.99 Unpacking libmpc3:amd64 (1.2.1-2build1) ...
12:56:49 #11 28.01 Selecting previously unselected package cpp-12.
12:56:49 #11 28.01 Preparing to unpack .../103-cpp-12_12.2.0-3ubuntu1_amd64.deb ...
12:56:49 #11 28.02 Unpacking cpp-12 (12.2.0-3ubuntu1) ...
12:56:49 #14 11.88   Installing       : libedit-3.1-23.20170329cvs.el8.aarch64               29/93 
12:56:49 #7 ...
12:56:49 
12:56:49 #9 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b
12:56:49 #9 sha256:7a21a86b3957d8c99250334cfb78c55af4f8c9277f2f1d4abd53d0362f96323d 50.19MB / 50.19MB 12.8s done
12:56:49 #9 extracting sha256:7a21a86b3957d8c99250334cfb78c55af4f8c9277f2f1d4abd53d0362f96323d 7.1s
12:56:49 #10 29.56 Selecting previously unselected package libxml2:amd64.
12:56:49 #10 29.56 Preparing to unpack .../084-libxml2_2.9.10+dfsg-6.7+deb11u3_amd64.deb ...
12:56:49 #10 29.57 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ...
12:56:49 #10 29.65 Selecting previously unselected package gettext.
12:56:49 #10 29.65 Preparing to unpack .../085-gettext_0.21-4_amd64.deb ...
12:56:49 #10 29.66 Unpacking gettext (0.21-4) ...
12:56:49 #10 29.80 Selecting previously unselected package intltool-debian.
12:56:49 #10 29.80 Preparing to unpack .../086-intltool-debian_0.35.0+20060710.5_all.deb ...
12:56:49 #10 29.80 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:56:49 #10 29.83 Selecting previously unselected package po-debconf.
12:56:49 #10 29.83 Preparing to unpack .../087-po-debconf_1.0.21+nmu1_all.deb ...
12:56:49 #10 29.84 Unpacking po-debconf (1.0.21+nmu1) ...
12:56:49 #10 29.89 Selecting previously unselected package debhelper.
12:56:49 #10 33.46 Setting up manpages (4.15-1) ...
12:56:49 #10 33.47 Setting up strace (4.21-1ubuntu1) ...
12:56:49 #10 33.48 Setting up git-man (1:2.17.1-1ubuntu0.15) ...
12:56:49 #10 33.49 Setting up libicu60:arm64 (60.2-3ubuntu3.2) ...
12:56:49 #10 33.50 Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ...
12:56:49 #10 33.51 Setting up less (487-0.1) ...
12:56:49 #10 33.59 Setting up make (4.1-9.1ubuntu1) ...
12:56:49 #10 33.60 Setting up libapt-pkg-perl (0.1.33build1) ...
12:56:49 #10 33.61 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.11) ...
12:56:49 #10 33.68 Setting up libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
12:56:49 #10 33.69 Setting up mime-support (3.60ubuntu1) ...
12:56:49 #10 29.90 Preparing to unpack .../073-curl_7.64.0-4+deb10u4_amd64.deb ...
12:56:49 #10 29.90 Unpacking curl (7.64.0-4+deb10u4) ...
12:56:49 #10 29.95 Selecting previously unselected package dctrl-tools.
12:56:49 #10 29.95 Preparing to unpack .../074-dctrl-tools_2.24-3_amd64.deb ...
12:56:49 #10 29.96 Unpacking dctrl-tools (2.24-3) ...
12:56:49 #10 30.00 Selecting previously unselected package libtool.
12:56:49 #10 30.00 Preparing to unpack .../075-libtool_2.4.6-9_all.deb ...
12:56:49 #10 30.01 Unpacking libtool (2.4.6-9) ...
12:56:49 #10 30.06 Selecting previously unselected package dh-autoreconf.
12:56:49 #10 30.06 Preparing to unpack .../076-dh-autoreconf_19_all.deb ...
12:56:49 #10 30.07 Unpacking dh-autoreconf (19) ...
12:56:49 #10 30.09 Selecting previously unselected package libarchive-zip-perl.
12:56:49 #10 30.09 Preparing to unpack .../077-libarchive-zip-perl_1.64-1_all.deb ...
12:56:49 #10 30.10 Unpacking libarchive-zip-perl (1.64-1) ...
12:56:49 #10 30.13 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:56:49 #10 19.97 Selecting previously unselected package libpython3.6-minimal:amd64.
12:56:49 #10 19.97 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.9_amd64.deb ...
12:56:49 #10 19.98 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.9) ...
12:56:49 #10 20.12 Selecting previously unselected package libexpat1:amd64.
12:56:49 #10 20.12 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.9_amd64.deb ...
12:56:49 #10 20.14 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.9) ...
12:56:49 #10 20.19 Selecting previously unselected package python3.6-minimal.
12:56:49 #10 20.19 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.9_amd64.deb ...
12:56:49 #10 20.19 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
12:56:49 #11 ...
12:56:49 
12:56:49 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:49 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 3.0s done
12:56:49 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 7.0s done
12:56:49 #7 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
12:56:49 #7 DONE 21.6s
12:56:49 
12:56:49 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:49 #11 16.05 Get:304 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
12:56:49 #11 16.21 Get:305 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
12:56:49 #11 16.22 Get:306 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
12:56:49 #11 28.17 Preparing to unpack .../104-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
12:56:49 #11 28.17 Unpacking libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:56:49 #11 28.24 Selecting previously unselected package libasn1-8-heimdal:arm64.
12:56:49 #11 28.24 Preparing to unpack .../105-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
12:56:49 #11 28.24 Unpacking libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:56:49 #11 28.30 Selecting previously unselected package libheimbase1-heimdal:arm64.
12:56:49 #11 28.30 Preparing to unpack .../106-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
12:56:49 #11 28.31 Unpacking libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:56:49 #11 28.35 Selecting previously unselected package libhcrypto4-heimdal:arm64.
12:56:49 #11 28.36 Preparing to unpack .../107-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
12:56:49 #11 28.36 Unpacking libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:56:49 #11 28.42 Selecting previously unselected package libwind0-heimdal:arm64.
12:56:49 #11 25.52 Preparing to unpack .../098-libbrotli1_1.0.9-2build6_arm64.deb ...
12:56:49 #11 25.53 Unpacking libbrotli1:arm64 (1.0.9-2build6) ...
12:56:49 #11 25.56 Selecting previously unselected package libsasl2-modules-db:arm64.
12:56:49 #11 25.56 Preparing to unpack .../099-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.1_arm64.deb ...
12:56:49 #11 25.57 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:56:49 #11 25.60 Selecting previously unselected package libsasl2-2:arm64.
12:56:49 #11 25.60 Preparing to unpack .../100-libsasl2-2_2.1.27+dfsg2-3ubuntu1.1_arm64.deb ...
12:56:49 #11 25.60 Unpacking libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:56:49 #11 25.64 Selecting previously unselected package libldap-2.5-0:arm64.
12:56:49 #11 25.64 Preparing to unpack .../101-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_arm64.deb ...
12:56:49 #11 25.65 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:56:49 #11 25.68 Selecting previously unselected package librtmp1:arm64.
12:56:49 #11 25.69 Preparing to unpack .../102-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ...
12:56:49 #11 25.69 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:56:49 #11 25.73 Selecting previously unselected package libssh-4:arm64.
12:56:49 #11 25.73 Preparing to unpack .../103-libssh-4_0.9.6-2build1_arm64.deb ...
12:56:49 #11 25.73 Unpacking libssh-4:arm64 (0.9.6-2build1) ...
12:56:49 #11 25.77 Selecting previously unselected package libcurl4:arm64.
12:56:49 #10 25.90   Preparing        :                                                        1/1 
12:56:49 #10 25.99   Installing       : systemd-libs-252-3.el9.x86_64                        1/166 
12:56:49 #10 26.00   Running scriptlet: systemd-libs-252-3.el9.x86_64                        1/166 
12:56:49 #10 26.01   Installing       : elfutils-debuginfod-client-0.188-3.el9.x86_64        2/166 
12:56:49 #10 26.02   Running scriptlet: groff-base-1.22.4-10.el9.x86_64                      3/166 
12:56:49 #11 17.86 Get:345 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB]
12:56:49 #11 17.87 Get:346 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB]
12:56:49 #11 17.87 Get:347 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
12:56:49 #11 17.87 Get:348 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
12:56:49 #11 17.87 Get:349 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
12:56:49 #11 17.87 Get:350 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-xdg all 0.26-1ubuntu1 [36.1 kB]
12:56:49 #11 17.88 Get:351 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.1 [168 kB]
12:56:49 #11 17.88 Get:352 http://archive.ubuntu.com/ubuntu focal/universe amd64 equivs all 2.2.0 [19.7 kB]
12:56:49 #11 17.88 Get:353 http://archive.ubuntu.com/ubuntu focal/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
12:56:49 #11 18.07 Get:354 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-magic all 2:0.4.15-3 [9376 B]
12:56:49 #13 26.10   Installing       : libatomic-11.3.1-4.3.el9.aarch64                     51/70 
12:56:49 #13 26.51   Installing       : gcc-11.3.1-4.3.el9.aarch64                           52/70 
12:56:49 #13 26.56   Installing       : kmod-libs-28-7.el9.aarch64                           53/70 
12:56:49 #13 26.64   Installing       : acl-2.3.1-3.el9.aarch64                              54/70 
12:56:49 #13 26.65   Installing       : dbus-1:1.12.20-7.el9.aarch64                         55/70 
12:56:49 #13 26.66   Installing       : systemd-pam-252-3.el9.aarch64                        56/70 
12:56:49 #11 30.05 Preparing to unpack .../125-dpkg-dev_1.21.9ubuntu1_all.deb ...
12:56:49 #11 30.05 Unpacking dpkg-dev (1.21.9ubuntu1) ...
12:56:49 #11 30.10 Selecting previously unselected package build-essential.
12:56:49 #11 30.10 Preparing to unpack .../126-build-essential_12.9ubuntu3_arm64.deb ...
12:56:49 #11 30.11 Unpacking build-essential (12.9ubuntu3) ...
12:56:49 #11 30.15 Selecting previously unselected package libbrotli1:arm64.
12:56:49 #11 30.15 Preparing to unpack .../127-libbrotli1_1.0.9-2build6_arm64.deb ...
12:56:49 #11 30.15 Unpacking libbrotli1:arm64 (1.0.9-2build6) ...
12:56:49 #11 30.19 Selecting previously unselected package libsasl2-modules-db:arm64.
12:56:49 #11 30.19 Preparing to unpack .../128-libsasl2-modules-db_2.1.28+dfsg-6ubuntu2_arm64.deb ...
12:56:49 #11 30.20 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-6ubuntu2) ...
12:56:49 #11 30.24 Selecting previously unselected package libsasl2-2:arm64.
12:56:49 #11 30.24 Preparing to unpack .../129-libsasl2-2_2.1.28+dfsg-6ubuntu2_arm64.deb ...
12:56:49 #11 30.24 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-6ubuntu2) ...
12:56:49 #11 30.28 Selecting previously unselected package libldap-2.5-0:arm64.
12:56:49 #11 28.19 Selecting previously unselected package cpp.
12:56:49 #11 28.19 Preparing to unpack .../104-cpp_4%3a12.2.0-1ubuntu1_amd64.deb ...
12:56:49 #11 28.20 Unpacking cpp (4:12.2.0-1ubuntu1) ...
12:56:49 #11 28.23 Selecting previously unselected package libcc1-0:amd64.
12:56:49 #11 28.23 Preparing to unpack .../105-libcc1-0_12.2.0-3ubuntu1_amd64.deb ...
12:56:49 #11 28.24 Unpacking libcc1-0:amd64 (12.2.0-3ubuntu1) ...
12:56:49 #11 28.27 Selecting previously unselected package libgomp1:amd64.
12:56:49 #11 28.27 Preparing to unpack .../106-libgomp1_12.2.0-3ubuntu1_amd64.deb ...
12:56:49 #11 28.27 Unpacking libgomp1:amd64 (12.2.0-3ubuntu1) ...
12:56:49 #11 28.30 Selecting previously unselected package libitm1:amd64.
12:56:49 #11 28.30 Preparing to unpack .../107-libitm1_12.2.0-3ubuntu1_amd64.deb ...
12:56:49 #11 28.31 Unpacking libitm1:amd64 (12.2.0-3ubuntu1) ...
12:56:49 #11 28.35 Selecting previously unselected package libatomic1:amd64.
12:56:49 #9 ...
12:56:49 
12:56:49 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:49 #10 33.72 Setting up iso-codes (3.79-1) ...
12:56:49 #10 33.73 Setting up libsigsegv2:arm64 (2.12-1) ...
12:56:49 #10 33.74 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
12:56:49 #10 33.75 Setting up libreadline7:arm64 (7.0-3) ...
12:56:49 #10 33.76 Setting up perl-openssl-defaults:arm64 (3build1) ...
12:56:49 #10 33.77 Setting up libpsl5:arm64 (0.19.1-5build1) ...
12:56:49 #10 33.78 Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
12:56:49 #10 33.79 Setting up groff-base (1.22.3-10) ...
12:56:49 #10 33.84 Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.9) ...
12:56:49 #10 33.85 No schema files found: doing nothing.
12:56:49 #10 33.85 Setting up libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:56:49 #10 33.86 Setting up unzip (6.0-21ubuntu1.2) ...
12:56:49 #10 33.88 Setting up linux-libc-dev:arm64 (4.15.0-202.213) ...
12:56:49 #10 33.89 Setting up libmpfr6:arm64 (4.0.1-1) ...
12:56:49 #10 33.90 Setting up libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:56:49 #10 33.91 Setting up dctrl-tools (2.24-2build1) ...
12:56:49 #10 33.92 Setting up distro-info-data (0.37ubuntu0.15) ...
12:56:49 #10 33.93 Setting up gettext-base (0.19.8.1-6ubuntu0.3) ...
12:56:49 #10 33.94 Setting up libpipeline1:arm64 (1.5.0-1) ...
12:56:49 #10 29.89 Preparing to unpack .../088-debhelper_13.3.4_all.deb ...
12:56:49 #10 29.89 Unpacking debhelper (13.3.4) ...
12:56:49 #10 30.01 Selecting previously unselected package debian-keyring.
12:56:49 #10 30.01 Preparing to unpack .../089-debian-keyring_2021.07.26_all.deb ...
12:56:49 #10 30.02 Unpacking debian-keyring (2021.07.26) ...
12:56:50 #10 30.13 Preparing to unpack .../078-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
12:56:50 #10 30.14 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
12:56:50 #10 30.16 Selecting previously unselected package dh-strip-nondeterminism.
12:56:50 #10 30.17 Preparing to unpack .../079-dh-strip-nondeterminism_1.1.2-1_all.deb ...
12:56:50 #10 30.17 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
12:56:50 #10 30.20 Selecting previously unselected package dwz.
12:56:50 #10 30.20 Preparing to unpack .../080-dwz_0.12-3_amd64.deb ...
12:56:50 #10 30.21 Unpacking dwz (0.12-3) ...
12:56:50 #10 30.26 Selecting previously unselected package libglib2.0-0:amd64.
12:56:50 #10 30.26 Preparing to unpack .../081-libglib2.0-0_2.58.3-2+deb10u4_amd64.deb ...
12:56:50 #10 30.26 Unpacking libglib2.0-0:amd64 (2.58.3-2+deb10u4) ...
12:56:50 #10 30.40 Selecting previously unselected package libcroco3:amd64.
12:56:50 #21 9.448 Selecting previously unselected package mingw-w64-x86-64-dev.
12:56:50 #21 9.451 Preparing to unpack .../3-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
12:56:50 #21 9.454 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
12:56:50 #10 20.44 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.21) ...
12:56:50 #10 20.55 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.9) ...
12:56:50 #11 16.35 Get:307 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmarkdown2 amd64 2.2.7-2 [38.3 kB]
12:56:50 #11 16.38 Get:308 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmath-base85-perl all 0.5+dfsg-1 [6764 B]
12:56:50 #11 16.38 Get:309 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoox-aliases-perl all 0.001006-1.1 [6632 B]
12:56:50 #11 16.38 Get:310 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
12:56:50 #11 16.39 Get:311 http://archive.ubuntu.com/ubuntu jammy/main amd64 libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
12:56:50 #11 16.40 Get:312 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoox-struct-perl all 0.020-1 [23.7 kB]
12:56:50 #11 16.42 Get:313 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmouse-perl amd64 2.5.10-1build4 [161 kB]
12:56:50 #11 16.48 Get:314 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackage-stash-xs-perl amd64 0.29-1build5 [19.4 kB]
12:56:50 #11 16.49 Get:315 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
12:56:50 #11 16.50 Get:316 http://archive.ubuntu.com/ubuntu jammy/main amd64 libperlio-gzip-perl amd64 0.19-1build8 [14.9 kB]
12:56:50 #11 16.50 Get:317 http://archive.ubuntu.com/ubuntu jammy/main amd64 libperlio-utf8-strict-perl amd64 0.009-1build1 [11.9 kB]
12:56:50 #11 16.50 Get:318 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpod-parser-perl all 1.63-2 [82.2 kB]
12:56:50 #11 28.42 Preparing to unpack .../108-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
12:56:50 #11 28.42 Unpacking libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:56:50 #11 28.48 Selecting previously unselected package libhx509-5-heimdal:arm64.
12:56:50 #11 28.48 Preparing to unpack .../109-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
12:56:50 #11 28.49 Unpacking libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:56:50 #11 28.54 Selecting previously unselected package libkrb5-26-heimdal:arm64.
12:56:50 #11 28.54 Preparing to unpack .../110-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
12:56:50 #11 28.55 Unpacking libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:56:50 #11 28.61 Selecting previously unselected package libheimntlm0-heimdal:arm64.
12:56:50 #11 28.61 Preparing to unpack .../111-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
12:56:50 #11 28.62 Unpacking libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:56:50 #11 28.66 Selecting previously unselected package libgssapi3-heimdal:arm64.
12:56:50 #11 25.77 Preparing to unpack .../104-libcurl4_7.81.0-1ubuntu1.7_arm64.deb ...
12:56:50 #11 25.77 Unpacking libcurl4:arm64 (7.81.0-1ubuntu1.7) ...
12:56:50 #11 25.84 Selecting previously unselected package curl.
12:56:50 #11 25.84 Preparing to unpack .../105-curl_7.81.0-1ubuntu1.7_arm64.deb ...
12:56:50 #11 25.84 Unpacking curl (7.81.0-1ubuntu1.7) ...
12:56:50 #11 25.87 Selecting previously unselected package dctrl-tools.
12:56:50 #11 25.87 Preparing to unpack .../106-dctrl-tools_2.24-3build2_arm64.deb ...
12:56:50 #11 25.88 Unpacking dctrl-tools (2.24-3build2) ...
12:56:50 #11 25.91 Selecting previously unselected package libdebhelper-perl.
12:56:50 #11 25.91 Preparing to unpack .../107-libdebhelper-perl_13.6ubuntu1_all.deb ...
12:56:50 #11 25.92 Unpacking libdebhelper-perl (13.6ubuntu1) ...
12:56:50 #11 25.95 Selecting previously unselected package libtool.
12:56:50 #11 25.95 Preparing to unpack .../108-libtool_2.4.6-15build2_all.deb ...
12:56:50 #11 25.96 Unpacking libtool (2.4.6-15build2) ...
12:56:50 #11 25.99 Selecting previously unselected package dh-autoreconf.
12:56:50 #10 26.07   Installing       : groff-base-1.22.4-10.el9.x86_64                      3/166 
12:56:50 #10 26.08   Running scriptlet: groff-base-1.22.4-10.el9.x86_64                      3/166 
12:56:50 #10 26.08   Installing       : file-5.39-10.el9.x86_64                              4/166 
12:56:50 #10 26.09   Installing       : python3-libselinux-3.5-0.rc2.1.el9.x86_64            5/166 
12:56:50 #10 26.11   Installing       : xz-5.2.5-8.el9.x86_64                                6/166 
12:56:50 #10 26.12   Installing       : unzip-6.0-56.el9.x86_64                              7/166 
12:56:50 #10 26.18   Installing       : python3-setuptools-53.0.0-12.el9.noarch              8/166 
12:56:50 #10 26.19   Installing       : libproxy-0.4.15-35.el9.x86_64                        9/166 
12:56:50 #10 26.20   Installing       : less-590-1.el9.x86_64                               10/166 
12:56:50 #10 26.21   Installing       : diffutils-3.7-12.el9.x86_64                         11/166 
12:56:50 #10 26.22   Installing       : cracklib-2.9.6-27.el9.x86_64                        12/166 
12:56:50 #10 26.24   Installing       : cpio-2.13-16.el9.x86_64                             13/166 
12:56:50 #10 26.25   Installing       : bzip2-1.0.8-8.el9.x86_64                            14/166 
12:56:50 #11 18.27 debconf: delaying package configuration, since apt-utils is not installed
12:56:50 #11 18.30 Fetched 106 MB in 10s (10.6 MB/s)
12:56:50 #11 18.33 Selecting previously unselected package liblocale-gettext-perl.
12:56:50 #11 18.33 (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 ... 4124 files and directories currently installed.)
12:56:50 #11 18.33 Preparing to unpack .../liblocale-gettext-perl_1.07-4_amd64.deb ...
12:56:50 #11 18.34 Unpacking liblocale-gettext-perl (1.07-4) ...
12:56:50 #13 26.70   Running scriptlet: systemd-252-3.el9.aarch64                            57/70 
12:56:50 #10 59.57 Setting up libgpgme11:arm64 (1.14.0-1+b2) ...
12:56:50 #10 59.58 Setting up gcc (4:10.2.1-1) ...
12:56:50 #10 59.61 Setting up dirmngr (2.2.27-2+deb11u2) ...
12:56:50 #10 59.74 Setting up perl (5.32.1-4+deb11u2) ...
12:56:50 #10 59.77 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
12:56:50 #10 59.78 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:56:50 #10 59.80 Setting up libdata-dump-perl (1.23-1.1) ...
12:56:50 #10 59.81 Setting up libref-util-perl (0.204-1) ...
12:56:50 #10 59.83 Setting up libipc-system-simple-perl (1.30-1) ...
12:56:50 #10 59.84 Setting up libnet-domain-tld-perl (1.75-1.1) ...
12:56:50 #10 59.85 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
12:56:50 #10 59.87 Setting up libvariable-magic-perl (0.62-1+b3) ...
12:56:50 #10 59.88 Setting up libio-html-perl (1.004-2) ...
12:56:50 #10 59.90 Setting up libpod-parser-perl (1.63-2) ...
12:56:50 #10 59.91 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
12:56:50 #10 59.92 Setting up liblist-moreutils-xs-perl (0.430-2) ...
12:56:50 #10 59.93 Setting up libparams-util-perl (1.102-1+b1) ...
12:56:50 #10 59.95 Setting up libdpkg-perl (1.20.12) ...
12:56:50 #10 59.96 Setting up libtime-duration-perl (1.21-1) ...
12:56:50 #10 59.97 Setting up autoconf (2.69-14) ...
12:56:50 #10 59.99 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:56:50 #10 60.01 Setting up libarray-intspan-perl (2.004-1) ...
12:56:50 #10 60.03 Setting up libcapture-tiny-perl (0.48-1) ...
12:56:50 #10 60.05 Setting up libtimedate-perl (2.3300-2) ...
12:56:50 #10 60.06 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
12:56:50 #10 60.07 Setting up libsub-name-perl (0.26-1+b1) ...
12:56:50 #10 60.10 Setting up libtype-tiny-xs-perl (0.022-1) ...
12:56:50 #10 60.12 Setting up g++ (4:10.2.1-1) ...
12:56:50 #10 60.14 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:56:50 #10 60.15 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:56:50 #10 60.17 Setting up libproc-processtable-perl (0.59-2+b1) ...
12:56:50 #10 60.18 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:56:50 #10 60.19 Setting up xauth (1:1.1-1) ...
12:56:50 #10 60.22 Setting up libpath-tiny-perl (0.118-1) ...
12:56:50 #10 60.26 Setting up libarchive-cpio-perl (0.10-1.1) ...
12:56:50 #10 60.27 Setting up libjson-perl (4.03000-1) ...
12:56:50 #10 60.28 Setting up libipc-run3-perl (0.048-2) ...
12:56:50 #10 60.31 Setting up libfcgi-perl:arm64 (0.79+ds-2) ...
12:56:50 #10 60.33 Setting up libsub-override-perl (0.09-2) ...
12:56:50 #10 60.34 Setting up libaliased-perl (0.34-1.1) ...
12:56:50 #10 60.36 Setting up libstrictures-perl (2.000006-1) ...
12:56:50 #10 60.37 Setting up libsub-quote-perl (2.006006-1) ...
12:56:50 #10 60.38 Setting up libdevel-stacktrace-perl (2.0400-1) ...
12:56:50 #11 30.29 Preparing to unpack .../130-libldap-2.5-0_2.5.13+dfsg-1ubuntu1_arm64.deb ...
12:56:50 #11 30.29 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-1ubuntu1) ...
12:56:50 #11 30.33 Selecting previously unselected package librtmp1:arm64.
12:56:50 #11 30.33 Preparing to unpack .../131-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ...
12:56:50 #11 30.34 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:56:50 #11 30.38 Selecting previously unselected package libssh-4:arm64.
12:56:50 #11 30.38 Preparing to unpack .../132-libssh-4_0.9.6-2build1_arm64.deb ...
12:56:50 #11 30.39 Unpacking libssh-4:arm64 (0.9.6-2build1) ...
12:56:50 #11 30.43 Selecting previously unselected package libcurl4:arm64.
12:56:50 #11 30.43 Preparing to unpack .../133-libcurl4_7.85.0-1ubuntu0.2_arm64.deb ...
12:56:50 #11 30.43 Unpacking libcurl4:arm64 (7.85.0-1ubuntu0.2) ...
12:56:50 #11 30.47 Selecting previously unselected package curl.
12:56:50 #11 30.47 Preparing to unpack .../134-curl_7.85.0-1ubuntu0.2_arm64.deb ...
12:56:50 #11 30.48 Unpacking curl (7.85.0-1ubuntu0.2) ...
12:56:50 #11 30.52 Selecting previously unselected package dctrl-tools.
12:56:50 #11 28.35 Preparing to unpack .../108-libatomic1_12.2.0-3ubuntu1_amd64.deb ...
12:56:50 #11 28.35 Unpacking libatomic1:amd64 (12.2.0-3ubuntu1) ...
12:56:50 #11 28.38 Selecting previously unselected package libasan8:amd64.
12:56:50 #11 28.38 Preparing to unpack .../109-libasan8_12.2.0-3ubuntu1_amd64.deb ...
12:56:50 #11 28.39 Unpacking libasan8:amd64 (12.2.0-3ubuntu1) ...
12:56:50 #11 28.46 Selecting previously unselected package liblsan0:amd64.
12:56:50 #11 28.46 Preparing to unpack .../110-liblsan0_12.2.0-3ubuntu1_amd64.deb ...
12:56:50 #11 28.47 Unpacking liblsan0:amd64 (12.2.0-3ubuntu1) ...
12:56:50 #11 28.52 Selecting previously unselected package libtsan2:amd64.
12:56:50 #11 28.52 Preparing to unpack .../111-libtsan2_12.2.0-3ubuntu1_amd64.deb ...
12:56:50 #11 28.52 Unpacking libtsan2:amd64 (12.2.0-3ubuntu1) ...
12:56:50 #11 28.60 Selecting previously unselected package libubsan1:amd64.
12:56:50 #11 28.60 Preparing to unpack .../112-libubsan1_12.2.0-3ubuntu1_amd64.deb ...
12:56:50 #10 33.95 Setting up libroken18-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:56:50 #10 33.96 Setting up libksba8:arm64 (1.3.5-2ubuntu0.18.04.2) ...
12:56:50 #10 33.97 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
12:56:50 #10 33.98 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.6) ...
12:56:50 #10 33.99 Setting up m4 (1.4.18-1) ...
12:56:50 #10 34.00 Setting up libgdbm5:arm64 (1.14.1-6) ...
12:56:50 #10 34.01 Setting up at (3.1.20-3.1ubuntu2) ...
12:56:50 #10 34.15 invoke-rc.d: could not determine current runlevel
12:56:50 #10 34.15 invoke-rc.d: policy-rc.d denied execution of start.
12:56:50 #10 34.16 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ...
12:56:50 #10 34.17 Setting up libkrb5support0:arm64 (1.16-2ubuntu0.3) ...
12:56:50 #10 34.18 Setting up ucf (3.0038) ...
12:56:50 #10 31.23 Fedora Modular 36 - aarch64                     1.4 MB/s | 2.3 MB     00:01    
12:56:50 #10 30.40 Preparing to unpack .../082-libcroco3_0.6.12-3_amd64.deb ...
12:56:50 #10 30.41 Unpacking libcroco3:amd64 (0.6.12-3) ...
12:56:50 #10 30.45 Selecting previously unselected package libncurses6:amd64.
12:56:50 #10 30.45 Preparing to unpack .../083-libncurses6_6.1+20181013-2+deb10u3_amd64.deb ...
12:56:50 #10 30.46 Unpacking libncurses6:amd64 (6.1+20181013-2+deb10u3) ...
12:56:50 #10 30.51 Selecting previously unselected package gettext.
12:56:50 #10 30.51 Preparing to unpack .../084-gettext_0.19.8.1-9_amd64.deb ...
12:56:50 #10 30.51 Unpacking gettext (0.19.8.1-9) ...
12:56:50 #9 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 5.1s
12:56:50 #10 20.56 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.9) ...
12:56:50 #10 20.57 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
12:56:50 #11 16.52 Get:319 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpod-constants-perl all 0.19-2 [16.3 kB]
12:56:50 #11 16.53 Get:320 http://archive.ubuntu.com/ubuntu jammy/main amd64 libproc-processtable-perl amd64 0.634-1build1 [37.5 kB]
12:56:50 #11 16.53 Get:321 http://archive.ubuntu.com/ubuntu jammy/main amd64 libre2-9 amd64 20220201+dfsg-1 [160 kB]
12:56:50 #11 16.56 Get:322 http://archive.ubuntu.com/ubuntu jammy/main amd64 libre-engine-re2-perl amd64 0.14-1build2 [18.8 kB]
12:56:50 #11 16.57 Get:323 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadonly-perl all 2.050-3 [19.9 kB]
12:56:50 #11 16.57 Get:324 http://archive.ubuntu.com/ubuntu jammy/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
12:56:50 #11 16.64 Get:325 http://archive.ubuntu.com/ubuntu jammy/main amd64 libref-util-xs-perl amd64 0.117-1build5 [12.7 kB]
12:56:50 #11 16.64 Get:326 http://archive.ubuntu.com/ubuntu jammy/main amd64 libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB]
12:56:50 #11 16.65 Get:327 http://archive.ubuntu.com/ubuntu jammy/main amd64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
12:56:50 #11 16.65 Get:328 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg2-3ubuntu1.1 [57.2 kB]
12:56:50 #11 16.65 Get:329 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsereal-decoder-perl amd64 4.023+ds-1 [100 kB]
12:56:50 #11 16.66 Get:330 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsereal-encoder-perl amd64 4.023+ds-1 [104 kB]
12:56:50 #11 16.67 Get:331 http://archive.ubuntu.com/ubuntu jammy/main amd64 libset-intspan-perl all 1.19-2 [26.1 kB]
12:56:50 #11 16.67 Get:332 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsocket6-perl amd64 0.29-1build4 [19.7 kB]
12:56:50 #11 16.72 Get:333 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstring-copyright-perl all 0.003012-1 [21.3 kB]
12:56:50 #11 16.72 Get:334 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
12:56:50 #11 16.79 Get:335 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
12:56:50 #11 16.79 Get:336 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxs-parse-keyword-perl amd64 0.21-1build1 [51.0 kB]
12:56:50 #11 28.66 Preparing to unpack .../112-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
12:56:50 #11 28.67 Unpacking libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:56:50 #11 28.71 Selecting previously unselected package libsasl2-modules-db:arm64.
12:56:50 #11 28.71 Preparing to unpack .../113-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
12:56:50 #11 28.72 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
12:56:50 #11 28.77 Selecting previously unselected package libsasl2-2:arm64.
12:56:50 #11 28.77 Preparing to unpack .../114-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
12:56:50 #11 28.77 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
12:56:50 #11 28.81 Selecting previously unselected package libldap-common.
12:56:50 #11 28.82 Preparing to unpack .../115-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
12:56:50 #11 28.82 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
12:56:50 #11 28.86 Selecting previously unselected package libldap-2.4-2:arm64.
12:56:50 #11 28.86 Preparing to unpack .../116-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_arm64.deb ...
12:56:50 #11 28.87 Unpacking libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.9) ...
12:56:50 #11 28.92 Selecting previously unselected package libnghttp2-14:arm64.
12:56:50 #11 25.99 Preparing to unpack .../109-dh-autoreconf_20_all.deb ...
12:56:50 #11 26.00 Unpacking dh-autoreconf (20) ...
12:56:50 #11 26.03 Selecting previously unselected package libarchive-zip-perl.
12:56:50 #11 26.03 Preparing to unpack .../110-libarchive-zip-perl_1.68-1_all.deb ...
12:56:50 #11 26.03 Unpacking libarchive-zip-perl (1.68-1) ...
12:56:50 #11 26.07 Selecting previously unselected package libsub-override-perl.
12:56:50 #11 26.07 Preparing to unpack .../111-libsub-override-perl_0.09-2_all.deb ...
12:56:50 #11 26.07 Unpacking libsub-override-perl (0.09-2) ...
12:56:50 #11 26.11 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:56:50 #11 26.11 Preparing to unpack .../112-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
12:56:50 #11 26.12 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
12:56:50 #11 26.15 Selecting previously unselected package dh-strip-nondeterminism.
12:56:50 #11 26.15 Preparing to unpack .../113-dh-strip-nondeterminism_1.13.0-1_all.deb ...
12:56:50 #11 26.15 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
12:56:50 #11 26.19 Selecting previously unselected package libdw1:arm64.
12:56:50 #11 26.19 Preparing to unpack .../114-libdw1_0.186-1build1_arm64.deb ...
12:56:50 #11 26.19 Unpacking libdw1:arm64 (0.186-1build1) ...
12:56:50 #11 26.22 Selecting previously unselected package debugedit.
12:56:50 #10 26.32   Installing       : cracklib-dicts-2.9.6-27.el9.x86_64                  15/166 
12:56:50 #10 26.32   Installing       : python3-distro-1.5.0-7.el9.noarch                   16/166 
12:56:50 #10 26.36   Installing       : python3-setools-4.4.0-5.el9.x86_64                  17/166 
12:56:50 #10 26.38   Installing       : zip-3.0-33.el9.x86_64                               18/166 
12:56:50 #10 26.39   Installing       : python3-libsemanage-3.5-0.rc2.1.el9.x86_64          19/166 
12:56:50 #10 26.40   Installing       : python3-file-magic-5.39-10.el9.noarch               20/166 
12:56:50 #10 26.43   Installing       : elfutils-0.188-3.el9.x86_64                         21/166 
12:56:50 #10 26.50   Installing       : gdb-minimal-10.2-10.el9.x86_64                      22/166 
12:56:50 #10 26.51   Installing       : dbus-libs-1:1.12.20-7.el9.x86_64                    23/166 
12:56:50 #10 26.52   Installing       : python3-dbus-1.2.18-2.el9.x86_64                    24/166 
12:56:50 #13 27.03   Installing       : systemd-252-3.el9.aarch64                            57/70 
12:56:50 #13 27.08   Running scriptlet: systemd-252-3.el9.aarch64                            57/70 
12:56:50 #13 27.25   Installing       : dbus-common-1:1.12.20-7.el9.noarch                   58/70 
12:56:50 #13 27.29   Running scriptlet: dbus-common-1:1.12.20-7.el9.noarch                   58/70 
12:56:50 #13 27.32 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
12:56:50 #13 27.32 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
12:56:50 #13 27.32 
12:56:50 #11 18.44 Selecting previously unselected package libssl1.1:amd64.
12:56:50 #11 18.44 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb ...
12:56:50 #11 18.46 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.17) ...
12:56:50 #11 18.71 Selecting previously unselected package libpython3.8-minimal:amd64.
12:56:50 #10 60.40 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
12:56:50 #10 60.41 Setting up libfontconfig1:arm64 (2.13.1-4.2) ...
12:56:50 #10 60.43 Setting up libsort-versions-perl (1.62-1) ...
12:56:50 #10 60.44 Setting up libexporter-tiny-perl (1.002002-1) ...
12:56:50 #10 60.45 Setting up libre-engine-re2-perl:arm64 (0.14-1) ...
12:56:50 #10 60.46 Setting up libfile-dirlist-perl (0.05-2) ...
12:56:50 #10 60.47 Setting up libterm-readkey-perl (2.38-1+b2) ...
12:56:50 #10 60.49 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
12:56:50 #10 60.50 Setting up libperlio-gzip-perl (0.19-1+b7) ...
12:56:50 #10 60.51 Setting up libsys-hostname-long-perl (1.5-2) ...
12:56:50 #10 60.52 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
12:56:50 #10 60.54 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
12:56:50 #10 60.55 Setting up liburi-perl (5.08-1) ...
12:56:50 #10 60.56 Setting up libfile-touch-perl (0.11-1) ...
12:56:50 #10 60.57 Setting up python3.9 (3.9.2-1) ...
12:56:50 #11 30.53 Preparing to unpack .../135-dctrl-tools_2.24-3build2_arm64.deb ...
12:56:50 #11 30.54 Unpacking dctrl-tools (2.24-3build2) ...
12:56:50 #11 30.57 Selecting previously unselected package libdebhelper-perl.
12:56:50 #11 30.58 Preparing to unpack .../136-libdebhelper-perl_13.9.1ubuntu1_all.deb ...
12:56:50 #11 30.58 Unpacking libdebhelper-perl (13.9.1ubuntu1) ...
12:56:50 #11 30.62 Selecting previously unselected package libtool.
12:56:50 #11 30.62 Preparing to unpack .../137-libtool_2.4.7-4_all.deb ...
12:56:50 #11 30.63 Unpacking libtool (2.4.7-4) ...
12:56:50 #11 30.67 Selecting previously unselected package dh-autoreconf.
12:56:50 #11 30.67 Preparing to unpack .../138-dh-autoreconf_20_all.deb ...
12:56:50 #11 30.68 Unpacking dh-autoreconf (20) ...
12:56:50 #11 30.71 Selecting previously unselected package libarchive-zip-perl.
12:56:50 #11 30.71 Preparing to unpack .../139-libarchive-zip-perl_1.68-1_all.deb ...
12:56:50 #11 30.72 Unpacking libarchive-zip-perl (1.68-1) ...
12:56:50 #11 30.76 Selecting previously unselected package libsub-override-perl.
12:56:50 #11 28.61 Unpacking libubsan1:amd64 (12.2.0-3ubuntu1) ...
12:56:50 #11 28.71 Selecting previously unselected package libquadmath0:amd64.
12:56:50 #11 28.72 Preparing to unpack .../113-libquadmath0_12.2.0-3ubuntu1_amd64.deb ...
12:56:50 #11 28.72 Unpacking libquadmath0:amd64 (12.2.0-3ubuntu1) ...
12:56:50 #11 28.74 Selecting previously unselected package libgcc-12-dev:amd64.
12:56:50 #11 28.75 Preparing to unpack .../114-libgcc-12-dev_12.2.0-3ubuntu1_amd64.deb ...
12:56:50 #11 28.75 Unpacking libgcc-12-dev:amd64 (12.2.0-3ubuntu1) ...
12:56:50 #11 28.84 Selecting previously unselected package gcc-12.
12:56:50 #10 34.26 Setting up libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.8) ...
12:56:50 #10 34.27 Setting up libmagic-mgc (1:5.32-2ubuntu0.4) ...
12:56:50 #10 34.28 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
12:56:50 #10 34.29 Setting up libmagic1:arm64 (1:5.32-2ubuntu0.4) ...
12:56:50 #10 34.31 Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
12:56:50 #10 34.32 Setting up libcroco3:arm64 (0.6.12-2) ...
12:56:50 #10 34.33 Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ...
12:56:50 #10 34.34 Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.8) ...
12:56:50 #10 34.35 Setting up libyaml-0-2:arm64 (0.1.7-2ubuntu3) ...
12:56:50 #10 34.36 Setting up patch (2.7.6-2ubuntu1.1) ...
12:56:50 #10 34.36 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
12:56:50 #10 34.37 Setting up krb5-locales (1.16-2ubuntu0.3) ...
12:56:50 #10 34.38 Setting up publicsuffix (20180223.1310-1) ...
12:56:50 #10 34.39 Setting up autotools-dev (20180224.1) ...
12:56:50 #10 34.40 Setting up t1utils (1.41-2) ...
12:56:50 #10 34.41 Setting up xz-utils (5.2.2-1.3ubuntu0.1) ...
12:56:50 #10 34.42 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:56:50 #10 34.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
12:56:50 #10 34.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
12:56:50 #10 34.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
12:56:50 #10 34.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
12:56:50 #10 34.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
12:56:50 #10 34.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
12:56:50 #10 34.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
12:56:50 #10 34.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
12:56:50 #10 34.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
12:56:50 #10 34.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
12:56:50 #10 34.43 Setting up libheimbase1-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:56:50 #10 34.44 Setting up libfakeroot:arm64 (1.22-2ubuntu1) ...
12:56:50 #10 34.45 Setting up libltdl7:arm64 (2.4.6-2) ...
12:56:50 #10 30.66 Selecting previously unselected package intltool-debian.
12:56:50 #10 30.66 Preparing to unpack .../085-intltool-debian_0.35.0+20060710.5_all.deb ...
12:56:50 #10 30.67 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:56:50 #10 30.70 Selecting previously unselected package po-debconf.
12:56:50 #10 30.70 Preparing to unpack .../086-po-debconf_1.0.21_all.deb ...
12:56:50 #10 30.70 Unpacking po-debconf (1.0.21) ...
12:56:50 #10 30.75 Selecting previously unselected package debhelper.
12:56:50 #10 30.76 Preparing to unpack .../087-debhelper_12.1.1_all.deb ...
12:56:50 #10 30.76 Unpacking debhelper (12.1.1) ...
12:56:50 #10 30.89 Selecting previously unselected package debian-keyring.
12:56:50 #11 16.79 Get:337 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsyntax-keyword-try-perl amd64 0.26-1build1 [27.1 kB]
12:56:50 #11 16.79 Get:338 http://archive.ubuntu.com/ubuntu jammy/main amd64 libterm-readkey-perl amd64 2.38-1build4 [25.2 kB]
12:56:50 #11 16.80 Get:339 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-levenshteinxs-perl amd64 0.03-4build10 [8254 B]
12:56:50 #11 16.80 Get:340 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-markdown-discount-perl amd64 0.13-1build1 [12.9 kB]
12:56:50 #11 16.80 Get:341 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-xslate-perl amd64 3.5.9-1build1 [186 kB]
12:56:50 #11 16.81 Get:342 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtime-duration-perl all 1.21-1 [13.1 kB]
12:56:50 #11 16.86 Get:343 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtime-moment-perl amd64 0.44-1build6 [74.9 kB]
12:56:50 #11 16.86 Get:344 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtype-tiny-xs-perl amd64 0.022-1build2 [25.5 kB]
12:56:50 #11 16.93 Get:345 http://archive.ubuntu.com/ubuntu jammy/main amd64 libunicode-utf8-perl amd64 0.62-1build4 [18.9 kB]
12:56:50 #11 16.93 Get:346 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
12:56:50 #11 16.94 Get:347 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
12:56:50 #11 16.94 Get:348 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
12:56:50 #11 16.94 Get:349 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-libxml-perl amd64 2.0207+dfsg+really+2.0134-1 [325 kB]
12:56:50 #11 16.96 Get:350 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-parser-perl amd64 2.46-3build1 [212 kB]
12:56:50 #11 16.97 Get:351 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
12:56:50 #11 16.97 Get:352 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-libyaml-perl amd64 0.83+ds-1build1 [29.6 kB]
12:56:50 #11 17.01 Get:353 http://archive.ubuntu.com/ubuntu jammy/main amd64 licensecheck all 3.2.14-2 [40.9 kB]
12:56:50 #11 17.01 Get:354 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-size-perl amd64 0.83-1build4 [20.7 kB]
12:56:50 #11 17.08 Get:355 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-run3-perl all 0.048-2 [31.4 kB]
12:56:50 #21 10.13 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
12:56:50 #21 10.13 Preparing to unpack .../4-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
12:56:50 #11 28.92 Preparing to unpack .../117-libnghttp2-14_1.40.0-1build1_arm64.deb ...
12:56:50 #11 28.92 Unpacking libnghttp2-14:arm64 (1.40.0-1build1) ...
12:56:50 #11 29.01 Selecting previously unselected package librtmp1:arm64.
12:56:50 #11 29.01 Preparing to unpack .../118-librtmp1_2.4+20151223.gitfa8646d.1-2build1_arm64.deb ...
12:56:50 #11 29.01 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ...
12:56:50 #11 29.06 Selecting previously unselected package libssh-4:arm64.
12:56:50 #11 29.06 Preparing to unpack .../119-libssh-4_0.9.3-2ubuntu2.2_arm64.deb ...
12:56:50 #11 29.06 Unpacking libssh-4:arm64 (0.9.3-2ubuntu2.2) ...
12:56:50 #11 29.11 Selecting previously unselected package libcurl4:arm64.
12:56:50 #11 29.12 Preparing to unpack .../120-libcurl4_7.68.0-1ubuntu2.15_arm64.deb ...
12:56:50 #11 29.12 Unpacking libcurl4:arm64 (7.68.0-1ubuntu2.15) ...
12:56:50 #11 29.17 Selecting previously unselected package curl.
12:56:50 #11 26.22 Preparing to unpack .../115-debugedit_1%3a5.0-4build1_arm64.deb ...
12:56:50 #11 26.23 Unpacking debugedit (1:5.0-4build1) ...
12:56:50 #11 26.26 Selecting previously unselected package dwz.
12:56:50 #11 26.26 Preparing to unpack .../116-dwz_0.14-1build2_arm64.deb ...
12:56:50 #11 26.26 Unpacking dwz (0.14-1build2) ...
12:56:50 #11 26.30 Selecting previously unselected package gettext.
12:56:50 #11 26.30 Preparing to unpack .../117-gettext_0.21-4ubuntu4_arm64.deb ...
12:56:50 #11 26.30 Unpacking gettext (0.21-4ubuntu4) ...
12:56:50 #11 26.35 Selecting previously unselected package intltool-debian.
12:56:50 #11 26.36 Preparing to unpack .../118-intltool-debian_0.35.0+20060710.5_all.deb ...
12:56:50 #11 26.36 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:56:50 #11 26.39 Selecting previously unselected package po-debconf.
12:56:50 #11 26.40 Preparing to unpack .../119-po-debconf_1.0.21+nmu1_all.deb ...
12:56:50 #11 26.40 Unpacking po-debconf (1.0.21+nmu1) ...
12:56:50 #11 26.45 Selecting previously unselected package debhelper.
12:56:50 #11 26.45 Preparing to unpack .../120-debhelper_13.6ubuntu1_all.deb ...
12:56:50 #11 26.46 Unpacking debhelper (13.6ubuntu1) ...
12:56:50 #11 26.51 Selecting previously unselected package libfakeroot:arm64.
12:56:50 #11 26.51 Preparing to unpack .../121-libfakeroot_1.28-1ubuntu1_arm64.deb ...
12:56:50 #11 26.52 Unpacking libfakeroot:arm64 (1.28-1ubuntu1) ...
12:56:50 #11 26.55 Selecting previously unselected package fakeroot.
12:56:50 #11 26.56 Preparing to unpack .../122-fakeroot_1.28-1ubuntu1_arm64.deb ...
12:56:50 #11 26.56 Unpacking fakeroot (1.28-1ubuntu1) ...
12:56:50 #10 26.54   Installing       : procps-ng-3.3.17-11.el9.x86_64                      25/166 
12:56:50 #10 26.55   Installing       : python3-systemd-234-18.el9.x86_64                   26/166 
12:56:50 #10 26.57   Installing       : util-linux-core-2.37.4-9.el9.x86_64                 27/166 
12:56:50 #10 26.58   Running scriptlet: util-linux-core-2.37.4-9.el9.x86_64                 27/166 
12:56:50 #10 26.59   Installing       : rust-srpm-macros-17-4.el9.noarch                    28/166 
12:56:50 #10 26.59   Installing       : qt5-srpm-macros-5.15.3-1.el9.noarch                 29/166 
12:56:50 #10 26.60   Installing       : python3-audit-3.0.7-103.el9.x86_64                  30/166 
12:56:50 #10 26.60   Installing       : perl-srpm-macros-1-41.el9.noarch                    31/166 
12:56:50 #10 26.61   Installing       : openblas-srpm-macros-2-11.el9.noarch                32/166 
12:56:50 #10 26.61   Installing       : ocaml-srpm-macros-6-6.el9.noarch                    33/166 
12:56:50 #10 26.62   Installing       : lua-srpm-macros-1-6.el9.noarch                      34/166 
12:56:50 #10 26.62   Installing       : libstemmer-0-18.585svn.el9.x86_64                   35/166 
12:56:50 #10 26.64   Installing       : libjpeg-turbo-2.0.90-5.el9.x86_64                   36/166 
12:56:50 #10 26.64   Installing       : hunspell-filesystem-1.7.0-11.el9.x86_64             37/166 
12:56:50 #10 26.65   Installing       : hunspell-en-GB-0.20140811.1-20.el9.noarch           38/166 
12:56:50 #10 26.66   Installing       : hunspell-en-0.20140811.1-20.el9.noarch              39/166 
12:56:50 #10 26.67   Installing       : hunspell-en-US-0.20140811.1-20.el9.noarch           40/166 
12:56:50 #10 26.68   Installing       : hunspell-1.7.0-11.el9.x86_64                        41/166 
12:56:50 #10 26.69   Installing       : enchant-1:1.6.0-30.el9.x86_64                       42/166 
12:56:50 #10 26.70   Installing       : python3-enchant-3.2.0-5.el9.noarch                  43/166 
12:56:50 #10 26.70   Installing       : ghc-srpm-macros-1.5.0-6.el9.noarch                  44/166 
12:56:50 #10 26.71   Installing       : emacs-filesystem-1:27.2-8.el9.noarch                45/166 
12:56:50 #10 26.71   Installing       : desktop-file-utils-0.26-6.el9.x86_64                46/166 
12:56:50 #10 26.72   Installing       : efi-srpm-macros-4-9.el9.noarch                      47/166 
12:56:50 #10 26.73   Installing       : dwz-0.14-3.el9.x86_64                               48/166 
12:56:50 #10 26.74   Installing       : checkpolicy-3.5-0.rc2.1.el9.x86_64                  49/166 
12:56:50 #10 26.75   Installing       : abattis-cantarell-fonts-0.301-4.el9.noarch          50/166 
12:56:50 #10 26.77   Installing       : zstd-1.5.1-2.el9.x86_64                             51/166 
12:56:50 #10 26.78   Installing       : vim-filesystem-2:8.2.2637-16.el9.noarch             52/166 
12:56:50 #10 26.82   Installing       : tcl-1:8.6.10-7.el9.x86_64                           53/166 
12:56:50 #10 26.84   Installing       : shared-mime-info-2.1-5.el9.x86_64                   54/166 
12:56:50 #14 11.95   Installing       : openssh-clients-8.0p1-17.el8.aarch64                 30/93 
12:56:50 #13 27.32   Running scriptlet: dbus-broker-28-7.el9.aarch64                         59/70 
12:56:50 #13 27.40   Installing       : dbus-broker-28-7.el9.aarch64                         59/70 
12:56:50 #13 27.43   Running scriptlet: dbus-broker-28-7.el9.aarch64                         59/70 
12:56:50 #13 27.46 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
12:56:50 #13 27.46 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
12:56:50 #13 27.46 
12:56:50 #13 27.46   Installing       : device-mapper-libs-9:1.02.187-4.el9.aarch64          60/70 
12:56:50 #11 18.72 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
12:56:50 #11 18.72 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.6) ...
12:56:50 #11 30.76 Preparing to unpack .../140-libsub-override-perl_0.09-3_all.deb ...
12:56:50 #11 30.77 Unpacking libsub-override-perl (0.09-3) ...
12:56:50 #11 30.80 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:56:50 #11 30.80 Preparing to unpack .../141-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
12:56:50 #11 30.81 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
12:56:50 #11 30.84 Selecting previously unselected package dh-strip-nondeterminism.
12:56:50 #11 30.84 Preparing to unpack .../142-dh-strip-nondeterminism_1.13.0-1_all.deb ...
12:56:50 #11 30.85 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
12:56:50 #11 30.89 Selecting previously unselected package libdw1:arm64.
12:56:50 #11 30.89 Preparing to unpack .../143-libdw1_0.187-4_arm64.deb ...
12:56:50 #11 30.90 Unpacking libdw1:arm64 (0.187-4) ...
12:56:50 #11 30.93 Selecting previously unselected package debugedit.
12:56:50 #11 30.94 Preparing to unpack .../144-debugedit_1%3a5.0-5_arm64.deb ...
12:56:50 #11 30.94 Unpacking debugedit (1:5.0-5) ...
12:56:50 #11 30.97 Selecting previously unselected package dwz.
12:56:50 #11 30.98 Preparing to unpack .../145-dwz_0.14-1build2_arm64.deb ...
12:56:50 #11 30.98 Unpacking dwz (0.14-1build2) ...
12:56:50 #11 31.02 Selecting previously unselected package gettext.
12:56:50 #11 31.02 Preparing to unpack .../146-gettext_0.21-8_arm64.deb ...
12:56:50 #11 31.03 Unpacking gettext (0.21-8) ...
12:56:50 #11 31.08 Selecting previously unselected package intltool-debian.
12:56:50 #11 31.08 Preparing to unpack .../147-intltool-debian_0.35.0+20060710.5_all.deb ...
12:56:50 #11 31.09 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:56:50 #11 31.12 Selecting previously unselected package po-debconf.
12:56:50 #11 28.84 Preparing to unpack .../115-gcc-12_12.2.0-3ubuntu1_amd64.deb ...
12:56:50 #11 28.85 Unpacking gcc-12 (12.2.0-3ubuntu1) ...
12:56:50 #10 34.46 Setting up openssl (1.1.1-1ubuntu2.1~18.04.21) ...
12:56:50 #10 34.47 Setting up libsqlite3-0:arm64 (3.22.0-1ubuntu0.7) ...
12:56:50 #10 34.48 Setting up liblocale-gettext-perl (1.07-3build2) ...
12:56:50 #10 34.49 Setting up wdiff (1.2.2-2) ...
12:56:50 #10 34.50 Setting up shared-mime-info (1.9-2) ...
12:56:50 #10 30.89 Preparing to unpack .../088-debian-keyring_2019.02.25_all.deb ...
12:56:50 #10 30.90 Unpacking debian-keyring (2019.02.25) ...
12:56:50 #10 28.03 Selecting previously unselected package gcc.
12:56:50 #10 28.03 Preparing to unpack .../060-gcc_4%3a12.2.0-3_amd64.deb ...
12:56:50 #10 28.03 Unpacking gcc (4:12.2.0-3) ...
12:56:50 #10 28.09 Selecting previously unselected package libstdc++-12-dev:amd64.
12:56:50 #10 28.10 Preparing to unpack .../061-libstdc++-12-dev_12.2.0-14_amd64.deb ...
12:56:50 #10 28.10 Unpacking libstdc++-12-dev:amd64 (12.2.0-14) ...
12:56:50 #21 10.14 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
12:56:50 #11 17.08 Get:356 http://archive.ubuntu.com/ubuntu jammy/main amd64 lzip amd64 1.23-1 [80.5 kB]
12:56:50 #11 17.08 Get:357 http://archive.ubuntu.com/ubuntu jammy/main amd64 lzop amd64 1.04-2build2 [83.7 kB]
12:56:50 #11 17.09 Get:358 http://archive.ubuntu.com/ubuntu jammy/main amd64 t1utils amd64 1.41-4build2 [61.3 kB]
12:56:50 #11 17.09 Get:359 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB]
12:56:50 #11 17.09 Get:360 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lintian all 2.114.0ubuntu1.2 [1082 kB]
12:56:50 #11 17.15 Get:361 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB]
12:56:50 #11 17.25 Get:362 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB]
12:56:50 #11 17.26 Get:363 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB]
12:56:50 #11 17.26 Get:364 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-six all 1.16.0-3ubuntu1 [12.6 kB]
12:56:50 #11 17.26 Get:365 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
12:56:50 #11 17.26 Get:366 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-requests all 2.25.1+dfsg-2 [47.9 kB]
12:56:50 #11 17.26 Get:367 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
12:56:50 #11 17.27 Get:368 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-xdg all 0.27-2 [36.9 kB]
12:56:50 #11 17.27 Get:369 http://archive.ubuntu.com/ubuntu jammy/main amd64 equivs all 2.3.1 [19.0 kB]
12:56:50 #11 17.30 Get:370 http://archive.ubuntu.com/ubuntu jammy/main amd64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
12:56:50 #11 17.37 Get:371 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-magic all 2:0.4.24-2 [12.6 kB]
12:56:50 #11 29.17 Preparing to unpack .../121-curl_7.68.0-1ubuntu2.15_arm64.deb ...
12:56:50 #11 29.17 Unpacking curl (7.68.0-1ubuntu2.15) ...
12:56:50 #11 29.22 Selecting previously unselected package dctrl-tools.
12:56:50 #11 29.22 Preparing to unpack .../122-dctrl-tools_2.24-3_arm64.deb ...
12:56:50 #11 29.23 Unpacking dctrl-tools (2.24-3) ...
12:56:50 #11 29.29 Selecting previously unselected package libtool.
12:56:50 #11 29.29 Preparing to unpack .../123-libtool_2.4.6-14_all.deb ...
12:56:50 #11 29.29 Unpacking libtool (2.4.6-14) ...
12:56:50 #11 29.34 Selecting previously unselected package dh-autoreconf.
12:56:50 #11 29.34 Preparing to unpack .../124-dh-autoreconf_19_all.deb ...
12:56:50 #11 29.35 Unpacking dh-autoreconf (19) ...
12:56:50 #11 29.38 Selecting previously unselected package libdebhelper-perl.
12:56:50 #11 29.38 Preparing to unpack .../125-libdebhelper-perl_12.10ubuntu1_all.deb ...
12:56:50 #11 29.39 Unpacking libdebhelper-perl (12.10ubuntu1) ...
12:56:50 #10 21.29 Selecting previously unselected package python3-minimal.
12:56:50 #10 21.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 ... 4322 files and directories currently installed.)
12:56:50 #10 21.30 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ...
12:56:50 #10 21.31 Unpacking python3-minimal (3.6.7-1~18.04) ...
12:56:50 #10 21.39 Selecting previously unselected package mime-support.
12:56:50 #10 21.39 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
12:56:50 #10 21.40 Unpacking mime-support (3.60ubuntu1) ...
12:56:50 #11 26.60 Selecting previously unselected package libassuan0:arm64.
12:56:50 #11 26.60 Preparing to unpack .../123-libassuan0_2.5.5-1build1_arm64.deb ...
12:56:50 #11 26.61 Unpacking libassuan0:arm64 (2.5.5-1build1) ...
12:56:50 #11 26.64 Selecting previously unselected package gpgconf.
12:56:50 #11 26.64 Preparing to unpack .../124-gpgconf_2.2.27-3ubuntu2.1_arm64.deb ...
12:56:50 #11 26.65 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
12:56:50 #11 26.69 Selecting previously unselected package libksba8:arm64.
12:56:50 #11 26.69 Preparing to unpack .../125-libksba8_1.6.0-2ubuntu0.2_arm64.deb ...
12:56:50 #11 26.69 Unpacking libksba8:arm64 (1.6.0-2ubuntu0.2) ...
12:56:50 #11 26.74 Selecting previously unselected package libnpth0:arm64.
12:56:50 #11 26.74 Preparing to unpack .../126-libnpth0_1.6-3build2_arm64.deb ...
12:56:50 #11 26.74 Unpacking libnpth0:arm64 (1.6-3build2) ...
12:56:50 #11 26.78 Selecting previously unselected package dirmngr.
12:56:50 #11 26.78 Preparing to unpack .../127-dirmngr_2.2.27-3ubuntu2.1_arm64.deb ...
12:56:50 #11 26.80 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
12:56:50 #10 26.85   Running scriptlet: shared-mime-info-2.1-5.el9.x86_64                   54/166 
12:56:50 #10 26.86   Installing       : python3-six-1.15.0-9.el9.noarch                     55/166 
12:56:50 #10 26.88   Installing       : python3-dateutil-1:2.8.1-6.el9.noarch               56/166 
12:56:50 #10 26.89   Installing       : python3-dnf-plugins-core-4.3.0-4.el9.noarch         57/166 
12:56:50 #10 26.90   Installing       : publicsuffix-list-dafsa-20210518-3.el9.noarch       58/166 
12:56:50 #10 26.91   Installing       : libpsl-0.21.1-5.el9.x86_64                          59/166 
12:56:50 #10 26.91   Installing       : pkgconf-m4-1.7.3-10.el9.noarch                      60/166 
12:56:50 #10 26.95   Installing       : openssl-1:3.0.7-2.el9.x86_64                        61/166 
12:56:50 #10 26.96   Installing       : ncurses-6.2-8.20210508.el9.x86_64                   62/166 
12:56:50 #10 26.97   Installing       : perl-Digest-1.19-4.el9.noarch                       63/166 
12:56:50 #10 26.97   Installing       : perl-Digest-MD5-2.58-4.el9.x86_64                   64/166 
12:56:50 #10 26.98   Installing       : perl-B-1.80-480.el9.x86_64                          65/166 
12:56:50 #10 26.99   Installing       : perl-FileHandle-2.03-480.el9.noarch                 66/166 
12:56:50 #10 26.99   Installing       : perl-AutoLoader-5.74-480.el9.noarch                 67/166 
12:56:50 #10 27.00   Installing       : perl-Data-Dumper-2.174-462.el9.x86_64               68/166 
12:56:50 #10 27.01   Installing       : perl-libnet-3.13-4.el9.noarch                       69/166 
12:56:50 #10 27.01   Installing       : perl-base-2.27-480.el9.noarch                       70/166 
12:56:50 #10 27.02   Installing       : perl-URI-5.09-3.el9.noarch                          71/166 
12:56:50 #10 27.05   Installing       : perl-Net-SSLeay-1.92-2.el9.x86_64                   72/166 
12:56:50 #10 27.06   Installing       : perl-Mozilla-CA-20200520-6.el9.noarch               73/166 
12:56:50 #14 12.79   Installing       : git-core-2.39.0-1.el8.aarch64                        31/93 
12:56:50 #14 13.20   Installing       : git-core-doc-2.39.0-1.el8.noarch                     32/93 
12:56:50 #14 13.25   Installing       : libgomp-8.5.0-18.el8.aarch64                         33/93 
12:56:50 #14 13.26   Running scriptlet: libgomp-8.5.0-18.el8.aarch64                         33/93 
12:56:50 #14 13.29   Installing       : libubsan-8.5.0-18.el8.aarch64                        34/93 
12:56:50 #11 18.89 Selecting previously unselected package libexpat1:amd64.
12:56:50 #11 18.89 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_amd64.deb ...
12:56:50 #11 18.90 Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
12:56:50 #11 18.94 Selecting previously unselected package python3.8-minimal.
12:56:50 #11 18.94 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
12:56:50 #11 18.95 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
12:56:50 #11 19.15 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.17) ...
12:56:50 #13 27.47   Installing       : device-mapper-9:1.02.187-4.el9.aarch64               61/70 
12:56:50 #13 27.66   Installing       : systemd-devel-252-3.el9.aarch64                      62/70 
12:56:50 #13 27.71   Installing       : device-mapper-devel-9:1.02.187-4.el9.aarch64         63/70 
12:56:50 #13 27.72   Installing       : annobin-11.05-1.el9.aarch64                          64/70 
12:56:50 #13 27.73   Running scriptlet: annobin-11.05-1.el9.aarch64                          64/70 
12:56:50 #13 27.75   Installing       : gcc-plugin-annobin-11.3.1-4.3.el9.aarch64            65/70 
12:56:50 #13 27.76   Running scriptlet: gcc-plugin-annobin-11.3.1-4.3.el9.aarch64            65/70 
12:56:50 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.2s done
12:56:50 #11 31.13 Preparing to unpack .../148-po-debconf_1.0.21+nmu1_all.deb ...
12:56:50 #11 31.13 Unpacking po-debconf (1.0.21+nmu1) ...
12:56:50 #11 31.18 Selecting previously unselected package debhelper.
12:56:50 #11 31.19 Preparing to unpack .../149-debhelper_13.9.1ubuntu1_all.deb ...
12:56:50 #11 31.19 Unpacking debhelper (13.9.1ubuntu1) ...
12:56:50 #11 31.25 Selecting previously unselected package libfakeroot:arm64.
12:56:50 #11 31.25 Preparing to unpack .../150-libfakeroot_1.29-1ubuntu1_arm64.deb ...
12:56:50 #11 31.26 Unpacking libfakeroot:arm64 (1.29-1ubuntu1) ...
12:56:50 #11 31.30 Selecting previously unselected package fakeroot.
12:56:50 #11 31.30 Preparing to unpack .../151-fakeroot_1.29-1ubuntu1_arm64.deb ...
12:56:50 #11 31.31 Unpacking fakeroot (1.29-1ubuntu1) ...
12:56:50 #11 31.35 Selecting previously unselected package libassuan0:arm64.
12:56:50 #11 31.35 Preparing to unpack .../152-libassuan0_2.5.5-4_arm64.deb ...
12:56:50 #11 31.36 Unpacking libassuan0:arm64 (2.5.5-4) ...
12:56:50 #11 29.17 Selecting previously unselected package gcc.
12:56:50 #11 29.18 Preparing to unpack .../116-gcc_4%3a12.2.0-1ubuntu1_amd64.deb ...
12:56:50 #11 29.18 Unpacking gcc (4:12.2.0-1ubuntu1) ...
12:56:50 #11 29.21 Selecting previously unselected package libstdc++-12-dev:amd64.
12:56:50 #11 29.21 Preparing to unpack .../117-libstdc++-12-dev_12.2.0-3ubuntu1_amd64.deb ...
12:56:50 #11 29.21 Unpacking libstdc++-12-dev:amd64 (12.2.0-3ubuntu1) ...
12:56:50 #11 29.39 Selecting previously unselected package g++-12.
12:56:50 #11 29.39 Preparing to unpack .../118-g++-12_12.2.0-3ubuntu1_amd64.deb ...
12:56:50 #11 29.39 Unpacking g++-12 (12.2.0-3ubuntu1) ...
12:56:51 #7 ...
12:56:51 
12:56:51 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:51 #0 1.525 Get:1 http://deb.debian.org/debian bookworm InRelease [171 kB]
12:56:51 #0 1.535 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB]
12:56:51 #0 1.535 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
12:56:51 #0 1.618 Get:4 http://deb.debian.org/debian bookworm/main armhf Packages [8653 kB]
12:56:51 #0 2.968 Fetched 8921 kB in 2s (5235 kB/s)
12:56:51 #0 2.968 Reading package lists...
12:56:51 #0 3.879 Reading package lists...
12:56:51 #0 4.732 Building dependency tree...
12:56:51 #0 4.972 Reading state information...
12:56:51 #0 5.231 The following additional packages will be installed:
12:56:51 #0 5.231   adduser autoconf automake autopoint autotools-dev binutils
12:56:51 #0 5.231   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
12:56:51 #0 5.231   bzip2 ca-certificates cpp cpp-12 dctrl-tools debhelper debian-keyring
12:56:51 #0 5.231   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
12:56:51 #0 5.231   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
12:56:51 #0 5.231   g++-12 gcc gcc-12 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
12:56:51 #0 5.231   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
12:56:51 #0 5.231   intltool-debian iso-codes krb5-locales less libabsl20220623
12:56:51 #0 5.231   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:56:51 #0 5.231   libaliased-perl libaom3 libapt-pkg-perl libarchive-cpio-perl
12:56:51 #0 5.231   libarchive-zip-perl libarchive13 libarray-intspan-perl libasan8 libassuan0
12:56:51 #0 5.231   libatomic1 libauthen-sasl-perl libavif15 libb-hooks-endofscope-perl
12:56:51 #0 5.231   libb-hooks-op-check-perl libberkeleydb-perl libbinutils libbrotli1 libbsd0
12:56:51 #0 5.231   libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
12:56:51 #0 5.231   libcc1-0 libcgi-fast-perl libcgi-pm-perl libclass-data-inheritable-perl
12:56:51 #0 5.231   libclass-inspector-perl libclass-method-modifiers-perl
12:56:51 #0 5.231   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:56:51 #0 5.231   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
12:56:51 #0 5.231   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
12:56:51 #0 5.231   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
12:56:51 #0 5.231   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
12:56:51 #0 5.231   libdata-validate-ip-perl libdata-validate-uri-perl libdav1d6 libde265-0
12:56:51 #0 5.231   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
12:56:51 #0 5.231   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
12:56:51 #0 5.231   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
12:56:51 #0 5.231   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
12:56:51 #0 5.231   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
12:56:51 #0 5.231   libfeature-compat-class-perl libfeature-compat-try-perl libfido2-1
12:56:51 #0 5.231   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
12:56:51 #0 5.231   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
12:56:51 #0 5.231   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
12:56:51 #0 5.231   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
12:56:51 #0 5.231   libfreetype6 libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3
12:56:51 #0 5.231   libgdbm-compat4 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl
12:56:51 #0 5.231   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2 libgssapi-krb5-2
12:56:51 #0 5.231   libheif1 libhtml-form-perl libhtml-format-perl libhtml-html5-entities-perl
12:56:51 #0 5.231   libhtml-parser-perl libhtml-tagset-perl libhtml-tokeparser-simple-perl
12:56:51 #0 5.231   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:51 #0 5.231   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:56:51 #0 5.231   libicu72 libimport-into-perl libindirect-perl libio-html-perl
12:56:51 #0 5.231   libio-interactive-perl libio-prompter-perl libio-pty-perl
12:56:51 #0 5.231   libio-sessiondata-perl libio-socket-ssl-perl libio-string-perl
12:56:51 #0 5.231   libio-stringy-perl libipc-run-perl libipc-run3-perl
12:56:51 #0 5.231   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
12:56:51 #0 5.231   libjansson4 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
12:56:51 #0 5.231   libjson-xs-perl libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
12:56:51 #0 5.231   libldap-2.5-0 libldap-common liblerc4 liblist-compare-perl
12:56:51 #0 5.231   liblist-someutils-perl liblist-someutils-xs-perl liblist-utilsby-perl
12:56:51 #0 5.231   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
12:56:51 #0 5.231   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
12:56:51 #0 5.231   liblz1 liblzma5 liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl
12:56:51 #0 5.231   libmailtools-perl libmarkdown2 libmath-base85-perl libmime-tools-perl
12:56:51 #0 5.231   libmldbm-perl libmodule-implementation-perl libmodule-runtime-perl
12:56:51 #0 5.231   libmoo-perl libmoox-aliases-perl libmouse-perl libmpc3 libmpdec3 libmpfr6
12:56:51 #0 5.231   libnamespace-clean-perl libncursesw6 libnet-domain-tld-perl libnet-http-perl
12:56:51 #0 5.231   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
12:56:51 #0 5.231   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
12:56:51 #0 5.231   libnsl2 libnumber-compare-perl libobject-pad-perl libossp-uuid-perl
12:56:51 #0 5.231   libossp-uuid16 libpackage-stash-perl libpackage-stash-xs-perl
12:56:51 #0 5.231   libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl
12:56:51 #0 5.231   libpath-tiny-perl libperl5.36 libperlio-gzip-perl libperlio-utf8-strict-perl
12:56:51 #0 5.231   libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl
12:56:51 #0 5.231   libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.11-minimal
12:56:51 #0 5.231   libpython3.11-stdlib librav1e0 libre-engine-re2-perl libre2-9 libreadline8
12:56:51 #0 5.231   libreadonly-perl libref-util-perl libref-util-xs-perl libregexp-ipv6-perl
12:56:51 #0 5.231   libregexp-pattern-license-perl libregexp-pattern-perl
12:56:51 #0 5.231   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
12:56:51 #0 5.231   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:56:51 #0 5.231   libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl
12:56:51 #0 5.231   libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev
12:56:51 #0 5.231   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:56:51 #0 5.231   libstring-license-perl libstring-shellquote-perl libsub-exporter-perl
12:56:51 #0 5.231   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:56:51 #0 5.231   libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1
12:56:51 #0 5.231   libsyntax-keyword-try-perl libsys-cpuaffinity-perl libsys-hostname-long-perl
12:56:51 #0 5.231   libtask-weaken-perl libterm-readkey-perl libtext-glob-perl
12:56:51 #0 5.231   libtext-levenshteinxs-perl libtext-markdown-discount-perl
12:56:51 #0 5.231   libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl
12:56:51 #0 5.231   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
12:56:51 #0 5.231   libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl
12:56:51 #0 5.231   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
12:56:51 #0 5.231   liburi-perl libvariable-magic-perl libwant-perl libwebp7
12:56:51 #0 5.231   libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6
12:56:51 #0 5.231   libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6
12:56:51 #0 5.231   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:56:51 #0 5.231   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2
12:56:51 #0 5.231   libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl
12:56:51 #0 5.231   libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl
12:56:51 #0 5.231   libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db
12:56:51 #0 5.231   manpages manpages-dev media-types netbase openssh-client openssl patch
12:56:51 #0 5.231   patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults
12:56:51 #0 5.231   pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix
12:56:51 #0 5.231   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:56:51 #0 5.231   python3-charset-normalizer python3-debian python3-gpg python3-idna
12:56:51 #0 5.231   python3-magic python3-minimal python3-pkg-resources python3-requests
12:56:51 #0 5.231   python3-six python3-unidiff python3-urllib3 python3-xdg python3.11
12:56:51 #0 5.231   python3.11-minimal readline-common rpcsvc-proto sensible-utils
12:56:51 #0 5.231   shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3
12:56:51 #0 5.231   xdg-user-dirs xz-utils zstd
12:56:51 #0 5.231 Suggested packages:
12:56:51 #0 5.231   cron quota autoconf-archive gnu-standards autoconf-doc binutils-doc
12:56:51 #0 5.231   bzip2-doc cpp-doc gcc-12-locales cpp-12-doc debtags dh-make adequate at
12:56:51 #0 5.231   autopkgtest bls-standalone bsd-mailx | mailx check-all-the-things
12:56:51 #0 5.231   cvs-buildpackage diffoscope disorderfs dose-extra duck elpa-devscripts
12:56:51 #0 5.231   faketime gnuplot how-can-i-help libdbd-pg-perl libfile-desktopentry-perl
12:56:51 #0 5.231   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
12:56:51 #0 5.231   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
12:56:51 #0 5.231   reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
12:56:51 #0 5.231   pinentry-gnome3 tor mini-dinstall rsync gcc-12-doc gcc-multilib flex bison
12:56:51 #0 5.231   gdb gcc-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
12:56:51 #0 5.231   | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
12:56:51 #0 5.231   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery lrzip
12:56:51 #0 5.231   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n
12:56:51 #0 5.231   low-memory-monitor gpm krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
12:56:51 #0 5.231   uuid libscalar-number-perl libsasl2-modules-gssapi-mit
12:56:51 #0 5.231   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
12:56:51 #0 5.231   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
12:56:51 #0 5.231   libnet-jabber-perl libstdc++-12-doc libbareword-filehandles-perl
12:56:51 #0 5.231   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
12:56:51 #0 5.231   libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
12:56:51 #0 5.231   libxml-sax-expatxs-perl bash-completion binutils-multiarch
12:56:51 #0 5.231   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
12:56:51 #0 5.231   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
12:56:51 #0 5.231   libterm-readline-gnu-perl | libterm-readline-perl-perl
12:56:51 #0 5.231   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
12:56:51 #0 5.231   python3-tk python3-venv python-apt-doc python3-setuptools
12:56:51 #0 5.231   python3-cryptography python3-openssl python3-socks python-requests-doc
12:56:51 #0 5.231   python3-brotli python-pyxdg-doc python3.11-venv python3.11-doc
12:56:51 #0 5.231   binfmt-support readline-doc zip wdiff-doc
12:56:51 #0 8.072 The following NEW packages will be installed:
12:56:51 #0 8.072   adduser autoconf automake autopoint autotools-dev binutils
12:56:51 #0 8.072   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
12:56:51 #0 8.072   bzip2 ca-certificates cpp cpp-12 curl dctrl-tools debhelper debian-keyring
12:56:51 #0 8.072   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
12:56:51 #0 8.072   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
12:56:51 #0 8.072   fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext gettext-base git git-man
12:56:51 #0 8.072   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
12:56:51 #0 8.072   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
12:56:51 #0 8.072   libabsl20220623 libalgorithm-diff-perl libalgorithm-diff-xs-perl
12:56:51 #0 8.072   libalgorithm-merge-perl libaliased-perl libaom3 libapt-pkg-perl
12:56:51 #0 8.072   libarchive-cpio-perl libarchive-zip-perl libarchive13 libarray-intspan-perl
12:56:51 #0 8.072   libasan8 libassuan0 libatomic1 libauthen-sasl-perl libavif15
12:56:51 #0 8.072   libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl
12:56:51 #0 8.072   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
12:56:51 #0 8.072   libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl
12:56:51 #0 8.072   libclass-data-inheritable-perl libclass-inspector-perl
12:56:51 #0 8.072   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
12:56:51 #0 8.072   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
12:56:51 #0 8.072   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
12:56:51 #0 8.072   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
12:56:51 #0 8.072   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
12:56:51 #0 8.072   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
12:56:51 #0 8.072   libdata-validate-uri-perl libdav1d6 libde265-0 libdebhelper-perl libdeflate0
12:56:51 #0 8.072   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
12:56:51 #0 8.072   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
12:56:51 #0 8.072   libelf1 libemail-address-xs-perl libencode-locale-perl liberror-perl
12:56:51 #0 8.072   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
12:56:51 #0 8.072   libfcgi-bin libfcgi-perl libfcgi0ldbl libfeature-compat-class-perl
12:56:51 #0 8.072   libfeature-compat-try-perl libfido2-1 libfile-basedir-perl
12:56:51 #0 8.072   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
12:56:51 #0 8.072   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
12:56:51 #0 8.072   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
12:56:51 #0 8.072   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6
12:56:51 #0 8.072   libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3 libgdbm-compat4 libgdbm6
12:56:51 #0 8.072   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
12:56:51 #0 8.072   libgomp1 libgpgme11 libgpm2 libgssapi-krb5-2 libheif1 libhtml-form-perl
12:56:51 #0 8.072   libhtml-format-perl libhtml-html5-entities-perl libhtml-parser-perl
12:56:51 #0 8.072   libhtml-tagset-perl libhtml-tokeparser-simple-perl libhtml-tree-perl
12:56:51 #0 8.072   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:56:51 #0 8.072   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:56:51 #0 8.072   libicu72 libimport-into-perl libindirect-perl libio-html-perl
12:56:51 #0 8.072   libio-interactive-perl libio-prompter-perl libio-pty-perl
12:56:51 #0 8.072   libio-sessiondata-perl libio-socket-ssl-perl libio-string-perl
12:56:51 #0 8.072   libio-stringy-perl libipc-run-perl libipc-run3-perl
12:56:51 #0 8.072   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
12:56:51 #0 8.072   libjansson4 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
12:56:51 #0 8.072   libjson-xs-perl libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
12:56:51 #0 8.072   libldap-2.5-0 libldap-common liblerc4 liblist-compare-perl
12:56:51 #0 8.072   liblist-someutils-perl liblist-someutils-xs-perl liblist-utilsby-perl
12:56:51 #0 8.072   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
12:56:51 #0 8.072   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
12:56:51 #0 8.072   liblz1 liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl
12:56:51 #0 8.072   libmailtools-perl libmarkdown2 libmath-base85-perl libmime-tools-perl
12:56:51 #0 8.072   libmldbm-perl libmodule-implementation-perl libmodule-runtime-perl
12:56:51 #0 8.072   libmoo-perl libmoox-aliases-perl libmouse-perl libmpc3 libmpdec3 libmpfr6
12:56:51 #0 8.072   libnamespace-clean-perl libncursesw6 libnet-domain-tld-perl libnet-http-perl
12:56:51 #0 8.072   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
12:56:51 #0 8.072   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
12:56:51 #0 8.072   libnsl2 libnumber-compare-perl libobject-pad-perl libossp-uuid-perl
12:56:51 #0 8.072   libossp-uuid16 libpackage-stash-perl libpackage-stash-xs-perl
12:56:51 #0 8.072   libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl
12:56:51 #0 8.072   libpath-tiny-perl libperl5.36 libperlio-gzip-perl libperlio-utf8-strict-perl
12:56:51 #0 8.072   libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl
12:56:51 #0 8.072   libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.11-minimal
12:56:51 #0 8.072   libpython3.11-stdlib librav1e0 libre-engine-re2-perl libre2-9 libreadline8
12:56:51 #0 8.072   libreadonly-perl libref-util-perl libref-util-xs-perl libregexp-ipv6-perl
12:56:51 #0 8.072   libregexp-pattern-license-perl libregexp-pattern-perl
12:56:51 #0 8.072   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
12:56:51 #0 8.072   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:56:51 #0 8.072   libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl
12:56:51 #0 8.072   libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev
12:56:51 #0 8.072   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:56:51 #0 8.072   libstring-license-perl libstring-shellquote-perl libsub-exporter-perl
12:56:51 #0 8.072   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:56:51 #0 8.072   libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1
12:56:51 #0 8.072   libsyntax-keyword-try-perl libsys-cpuaffinity-perl libsys-hostname-long-perl
12:56:51 #0 8.072   libtask-weaken-perl libterm-readkey-perl libtext-glob-perl
12:56:51 #0 8.072   libtext-levenshteinxs-perl libtext-markdown-discount-perl
12:56:51 #0 8.072   libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl
12:56:51 #0 8.072   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
12:56:51 #0 8.072   libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl
12:56:51 #0 8.072   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
12:56:51 #0 8.072   liburi-perl libvariable-magic-perl libwant-perl libwebp7
12:56:51 #0 8.072   libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6
12:56:51 #0 8.072   libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6
12:56:51 #0 8.072   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:56:51 #0 8.072   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2
12:56:51 #0 8.072   libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl
12:56:51 #0 8.072   libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl
12:56:51 #0 8.072   libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db
12:56:51 #0 8.072   manpages manpages-dev media-types netbase openssh-client openssl patch
12:56:51 #0 8.072   patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults
12:56:51 #0 8.072   pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix
12:56:51 #0 8.072   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:56:51 #0 8.072   python3-charset-normalizer python3-debian python3-gpg python3-idna
12:56:51 #0 8.072   python3-magic python3-minimal python3-pkg-resources python3-requests
12:56:51 #0 8.072   python3-six python3-unidiff python3-urllib3 python3-xdg python3.11
12:56:51 #0 8.072   python3.11-minimal readline-common rpcsvc-proto sensible-utils
12:56:51 #0 8.072   shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3
12:56:51 #0 8.072   xdg-user-dirs xz-utils zstd
12:56:51 #0 8.072 The following packages will be upgraded:
12:56:51 #0 8.072   liblzma5
12:56:51 #0 8.353 1 upgraded, 423 newly installed, 0 to remove and 7 not upgraded.
12:56:51 #0 8.353 Need to get 169 MB of archives.
12:56:51 #0 8.353 After this operation, 527 MB of additional disk space will be used.
12:56:51 #0 8.353 Get:1 http://deb.debian.org/debian bookworm/main armhf perl-modules-5.36 all 5.36.0-7 [2815 kB]
12:56:51 #0 8.376 Get:2 http://deb.debian.org/debian bookworm/main armhf libgdbm6 armhf 1.23-3 [68.5 kB]
12:56:51 #0 8.376 Get:3 http://deb.debian.org/debian bookworm/main armhf libgdbm-compat4 armhf 1.23-3 [47.8 kB]
12:56:51 #0 8.404 Get:4 http://deb.debian.org/debian bookworm/main armhf libperl5.36 armhf 5.36.0-7 [3525 kB]
12:56:51 #0 8.458 Get:5 http://deb.debian.org/debian bookworm/main armhf perl armhf 5.36.0-7 [239 kB]
12:56:51 #0 8.458 Get:6 http://deb.debian.org/debian bookworm/main armhf liblocale-gettext-perl armhf 1.07-5 [14.9 kB]
12:56:51 #0 8.458 Get:7 http://deb.debian.org/debian bookworm/main armhf libssl3 armhf 3.0.7-2 [1655 kB]
12:56:51 #0 8.476 Get:8 http://deb.debian.org/debian bookworm/main armhf libpython3.11-minimal armhf 3.11.1-2 [797 kB]
12:56:51 #0 8.499 Get:9 http://deb.debian.org/debian bookworm/main armhf libexpat1 armhf 2.5.0-1 [79.9 kB]
12:56:51 #0 8.499 Get:10 http://deb.debian.org/debian bookworm/main armhf python3.11-minimal armhf 3.11.1-2 [1711 kB]
12:56:51 #0 8.505 Get:11 http://deb.debian.org/debian bookworm/main armhf python3-minimal armhf 3.11.1-3 [25.9 kB]
12:56:51 #0 8.505 Get:12 http://deb.debian.org/debian bookworm/main armhf media-types all 8.0.0 [33.4 kB]
12:56:51 #0 8.533 Get:13 http://deb.debian.org/debian bookworm/main armhf liblzma5 armhf 5.4.1-0.1 [193 kB]
12:56:51 #0 8.533 Get:14 http://deb.debian.org/debian bookworm/main armhf libmpdec3 armhf 2.5.1-2 [74.9 kB]
12:56:51 #0 8.533 Get:15 http://deb.debian.org/debian bookworm/main armhf libncursesw6 armhf 6.4-2 [108 kB]
12:56:51 #0 8.533 Get:16 http://deb.debian.org/debian bookworm/main armhf libkrb5support0 armhf 1.20.1-1 [29.2 kB]
12:56:51 #0 8.533 Get:17 http://deb.debian.org/debian bookworm/main armhf libk5crypto3 armhf 1.20.1-1 [74.4 kB]
12:56:51 #0 8.533 Get:18 http://deb.debian.org/debian bookworm/main armhf libkeyutils1 armhf 1.6.3-2 [7832 B]
12:56:51 #0 8.533 Get:19 http://deb.debian.org/debian bookworm/main armhf libkrb5-3 armhf 1.20.1-1 [287 kB]
12:56:51 #0 8.533 Get:20 http://deb.debian.org/debian bookworm/main armhf libgssapi-krb5-2 armhf 1.20.1-1 [111 kB]
12:56:51 #0 8.533 Get:21 http://deb.debian.org/debian bookworm/main armhf libtirpc-common all 1.3.3+ds-1 [14.0 kB]
12:56:51 #0 8.533 Get:22 http://deb.debian.org/debian bookworm/main armhf libtirpc3 armhf 1.3.3+ds-1 [72.9 kB]
12:56:51 #0 8.540 Get:23 http://deb.debian.org/debian bookworm/main armhf libnsl2 armhf 1.3.0-2 [33.9 kB]
12:56:51 #0 8.540 Get:24 http://deb.debian.org/debian bookworm/main armhf readline-common all 8.2-1.3 [69.0 kB]
12:56:51 #0 8.540 Get:25 http://deb.debian.org/debian bookworm/main armhf libreadline8 armhf 8.2-1.3 [144 kB]
12:56:51 #0 8.540 Get:26 http://deb.debian.org/debian bookworm/main armhf libsqlite3-0 armhf 3.40.1-1 [735 kB]
12:56:51 #0 8.552 Get:27 http://deb.debian.org/debian bookworm/main armhf libpython3.11-stdlib armhf 3.11.1-2 [1630 kB]
12:56:51 #0 8.564 Get:28 http://deb.debian.org/debian bookworm/main armhf python3.11 armhf 3.11.1-2 [567 kB]
12:56:51 #0 8.577 Get:29 http://deb.debian.org/debian bookworm/main armhf libpython3-stdlib armhf 3.11.1-3 [8960 B]
12:56:51 #0 8.577 Get:30 http://deb.debian.org/debian bookworm/main armhf python3 armhf 3.11.1-3 [25.9 kB]
12:56:51 #0 8.577 Get:31 http://deb.debian.org/debian bookworm/main armhf adduser all 3.130 [117 kB]
12:56:51 #0 8.577 Get:32 http://deb.debian.org/debian bookworm/main armhf less armhf 590-1.1 [124 kB]
12:56:51 #0 8.577 Get:33 http://deb.debian.org/debian bookworm/main armhf netbase all 6.4 [12.8 kB]
12:56:51 #0 8.590 Get:34 http://deb.debian.org/debian bookworm/main armhf sensible-utils all 0.0.17+nmu1 [19.0 kB]
12:56:51 #0 8.590 Get:35 http://deb.debian.org/debian bookworm/main armhf bzip2 armhf 1.0.8-5+b1 [48.9 kB]
12:56:51 #0 8.590 Get:36 http://deb.debian.org/debian bookworm/main armhf openssl armhf 3.0.7-2 [1365 kB]
12:56:51 #0 8.600 Get:37 http://deb.debian.org/debian bookworm/main armhf ca-certificates all 20211016 [156 kB]
12:56:51 #0 8.600 Get:38 http://deb.debian.org/debian bookworm/main armhf libmagic-mgc armhf 1:5.44-3 [305 kB]
12:56:51 #0 8.617 Get:39 http://deb.debian.org/debian bookworm/main armhf libmagic1 armhf 1:5.44-3 [96.5 kB]
12:56:51 #0 8.617 Get:40 http://deb.debian.org/debian bookworm/main armhf file armhf 1:5.44-3 [41.6 kB]
12:56:51 #0 8.618 Get:41 http://deb.debian.org/debian bookworm/main armhf gettext-base armhf 0.21-11 [157 kB]
12:56:51 #0 8.619 Get:42 http://deb.debian.org/debian bookworm/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
12:56:51 #0 8.627 Get:43 http://deb.debian.org/debian bookworm/main armhf groff-base armhf 1.22.4-9 [825 kB]
12:56:51 #0 8.627 Get:44 http://deb.debian.org/debian bookworm/main armhf krb5-locales all 1.20.1-1 [62.4 kB]
12:56:51 #0 8.627 Get:45 http://deb.debian.org/debian bookworm/main armhf bsdextrautils armhf 2.38.1-4 [78.8 kB]
12:56:51 #0 8.627 Get:46 http://deb.debian.org/debian bookworm/main armhf libpipeline1 armhf 1.5.7-1 [33.6 kB]
12:56:51 #0 8.669 Get:47 http://deb.debian.org/debian bookworm/main armhf man-db armhf 2.11.2-1 [1351 kB]
12:56:51 #0 8.684 Get:48 http://deb.debian.org/debian bookworm/main armhf manpages all 6.02-1 [1327 kB]
12:56:51 #0 8.697 Get:49 http://deb.debian.org/debian bookworm/main armhf libbsd0 armhf 0.11.7-2 [113 kB]
12:56:51 #0 8.717 Get:50 http://deb.debian.org/debian bookworm/main armhf libedit2 armhf 3.1-20221030-2 [77.0 kB]
12:56:51 #0 8.717 Get:51 http://deb.debian.org/debian bookworm/main armhf libcbor0.8 armhf 0.8.0-2+b1 [23.1 kB]
12:56:51 #0 8.717 Get:52 http://deb.debian.org/debian bookworm/main armhf libfido2-1 armhf 1.12.0-2 [69.2 kB]
12:56:51 #0 8.718 Get:53 http://deb.debian.org/debian bookworm/main armhf openssh-client armhf 1:9.1p1-2 [881 kB]
12:56:51 #0 8.732 Get:54 http://deb.debian.org/debian bookworm/main armhf ucf all 3.0043+nmu1 [55.2 kB]
12:56:51 #0 8.733 Get:55 http://deb.debian.org/debian bookworm/main armhf xz-utils armhf 5.4.1-0.1 [466 kB]
12:56:51 #0 8.739 Get:56 http://deb.debian.org/debian bookworm/main armhf m4 armhf 1.4.19-3 [265 kB]
12:56:51 #0 8.741 Get:57 http://deb.debian.org/debian bookworm/main armhf autoconf all 2.71-3 [332 kB]
12:56:51 #0 8.743 Get:58 http://deb.debian.org/debian bookworm/main armhf autotools-dev all 20220109.1 [51.6 kB]
12:56:51 #0 8.744 Get:59 http://deb.debian.org/debian bookworm/main armhf automake all 1:1.16.5-1.3 [823 kB]
12:56:51 #0 8.756 Get:60 http://deb.debian.org/debian bookworm/main armhf autopoint all 0.21-11 [495 kB]
12:56:51 #0 8.759 Get:61 http://deb.debian.org/debian bookworm/main armhf binutils-common armhf 2.40-2 [2476 kB]
12:56:51 #0 8.793 Get:62 http://deb.debian.org/debian bookworm/main armhf libbinutils armhf 2.40-2 [406 kB]
12:56:51 #0 8.811 Get:63 http://deb.debian.org/debian bookworm/main armhf libctf-nobfd0 armhf 2.40-2 [132 kB]
12:56:51 #0 8.811 Get:64 http://deb.debian.org/debian bookworm/main armhf libctf0 armhf 2.40-2 [71.1 kB]
12:56:51 #0 8.811 Get:65 http://deb.debian.org/debian bookworm/main armhf libjansson4 armhf 2.14-2 [36.7 kB]
12:56:51 #0 8.811 Get:66 http://deb.debian.org/debian bookworm/main armhf binutils-arm-linux-gnueabihf armhf 2.40-2 [2313 kB]
12:56:51 #0 8.834 Get:67 http://deb.debian.org/debian bookworm/main armhf binutils armhf 2.40-2 [64.9 kB]
12:56:51 #0 8.834 Get:68 http://deb.debian.org/debian bookworm/main armhf libc-dev-bin armhf 2.36-8 [42.6 kB]
12:56:51 #0 8.834 Get:69 http://deb.debian.org/debian bookworm/main armhf linux-libc-dev armhf 6.1.8-1 [1681 kB]
12:56:51 #0 8.847 Get:70 http://deb.debian.org/debian bookworm/main armhf libcrypt-dev armhf 1:4.4.33-2 [125 kB]
12:56:51 #0 8.850 Get:71 http://deb.debian.org/debian bookworm/main armhf libtirpc-dev armhf 1.3.3+ds-1 [182 kB]
12:56:51 #0 8.853 Get:72 http://deb.debian.org/debian bookworm/main armhf libnsl-dev armhf 1.3.0-2 [62.1 kB]
12:56:51 #0 8.856 Get:73 http://deb.debian.org/debian bookworm/main armhf rpcsvc-proto armhf 1.4.3-1 [58.7 kB]
12:56:51 #0 8.872 Get:74 http://deb.debian.org/debian bookworm/main armhf libc6-dev armhf 2.36-8 [1265 kB]
12:56:51 #0 8.872 Get:75 http://deb.debian.org/debian bookworm/main armhf libisl23 armhf 0.25-1 [539 kB]
12:56:51 #0 8.872 Get:76 http://deb.debian.org/debian bookworm/main armhf libmpfr6 armhf 4.2.0-1 [582 kB]
12:56:51 #0 8.872 Get:77 http://deb.debian.org/debian bookworm/main armhf libmpc3 armhf 1.3.1-1 [42.9 kB]
12:56:51 #0 8.900 Get:78 http://deb.debian.org/debian bookworm/main armhf cpp-12 armhf 12.2.0-14 [7274 kB]
12:56:51 #0 8.991 Get:79 http://deb.debian.org/debian bookworm/main armhf cpp armhf 4:12.2.0-3 [6832 B]
12:56:51 #0 9.000 Get:80 http://deb.debian.org/debian bookworm/main armhf libcc1-0 armhf 12.2.0-14 [32.9 kB]
12:56:51 #0 9.000 Get:81 http://deb.debian.org/debian bookworm/main armhf libgomp1 armhf 12.2.0-14 [97.0 kB]
12:56:51 #0 9.000 Get:82 http://deb.debian.org/debian bookworm/main armhf libatomic1 armhf 12.2.0-14 [7016 B]
12:56:51 #0 9.000 Get:83 http://deb.debian.org/debian bookworm/main armhf libasan8 armhf 12.2.0-14 [2114 kB]
12:56:51 #0 9.027 Get:84 http://deb.debian.org/debian bookworm/main armhf libubsan1 armhf 12.2.0-14 [855 kB]
12:56:51 #0 9.044 Get:85 http://deb.debian.org/debian bookworm/main armhf libgcc-12-dev armhf 12.2.0-14 [742 kB]
12:56:51 #0 9.044 Get:86 http://deb.debian.org/debian bookworm/main armhf gcc-12 armhf 12.2.0-14 [14.2 MB]
12:56:51 #0 9.265 Get:87 http://deb.debian.org/debian bookworm/main armhf gcc armhf 4:12.2.0-3 [5224 B]
12:56:51 #0 9.272 Get:88 http://deb.debian.org/debian bookworm/main armhf libstdc++-12-dev armhf 12.2.0-14 [2085 kB]
12:56:51 #0 9.288 Get:89 http://deb.debian.org/debian bookworm/main armhf g++-12 armhf 12.2.0-14 [7996 kB]
12:56:51 #0 9.395 Get:90 http://deb.debian.org/debian bookworm/main armhf g++ armhf 4:12.2.0-3 [1336 B]
12:56:51 #0 9.395 Get:91 http://deb.debian.org/debian bookworm/main armhf make armhf 4.3-4.1 [384 kB]
12:56:51 #0 9.395 Get:92 http://deb.debian.org/debian bookworm/main armhf libdpkg-perl all 1.21.19 [574 kB]
12:56:51 #0 9.408 Get:93 http://deb.debian.org/debian bookworm/main armhf patch armhf 2.7.6-7 [125 kB]
12:56:51 #0 9.408 Get:94 http://deb.debian.org/debian bookworm/main armhf dpkg-dev all 1.21.19 [1301 kB]
12:56:51 #0 9.441 Get:95 http://deb.debian.org/debian bookworm/main armhf build-essential armhf 12.9 [7704 B]
12:56:51 #0 9.441 Get:96 http://deb.debian.org/debian bookworm/main armhf libbrotli1 armhf 1.0.9-2+b6 [271 kB]
12:56:51 #0 9.441 Get:97 http://deb.debian.org/debian bookworm/main armhf libsasl2-modules-db armhf 2.1.28+dfsg-10 [19.0 kB]
12:56:51 #0 9.441 Get:98 http://deb.debian.org/debian bookworm/main armhf libsasl2-2 armhf 2.1.28+dfsg-10 [52.3 kB]
12:56:51 #0 9.441 Get:99 http://deb.debian.org/debian bookworm/main armhf libldap-2.5-0 armhf 2.5.13+dfsg-3 [158 kB]
12:56:51 #0 9.441 Get:100 http://deb.debian.org/debian bookworm/main armhf libnghttp2-14 armhf 1.51.0-1 [60.8 kB]
12:56:51 #0 9.441 Get:101 http://deb.debian.org/debian bookworm/main armhf libpsl5 armhf 0.21.0-1.2 [56.1 kB]
12:56:51 #0 9.441 Get:102 http://deb.debian.org/debian bookworm/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b2 [55.2 kB]
12:56:51 #0 9.441 Get:103 http://deb.debian.org/debian bookworm/main armhf libssh2-1 armhf 1.10.0-3+b1 [163 kB]
12:56:51 #0 9.441 Get:104 http://deb.debian.org/debian bookworm/main armhf libcurl4 armhf 7.87.0-2 [337 kB]
12:56:51 #0 9.441 Get:105 http://deb.debian.org/debian bookworm/main armhf curl armhf 7.87.0-2 [298 kB]
12:56:51 #0 9.441 Get:106 http://deb.debian.org/debian bookworm/main armhf dctrl-tools armhf 2.24-3 [96.0 kB]
12:56:51 #0 9.441 Get:107 http://deb.debian.org/debian bookworm/main armhf libdebhelper-perl all 13.11.4 [81.2 kB]
12:56:51 #0 9.441 Get:108 http://deb.debian.org/debian bookworm/main armhf libtool all 2.4.7-5 [517 kB]
12:56:51 #0 9.441 Get:109 http://deb.debian.org/debian bookworm/main armhf dh-autoreconf all 20 [17.1 kB]
12:56:51 #0 9.460 Get:110 http://deb.debian.org/debian bookworm/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
12:56:51 #0 9.460 Get:111 http://deb.debian.org/debian bookworm/main armhf libsub-override-perl all 0.09-4 [9304 B]
12:56:51 #0 9.460 Get:112 http://deb.debian.org/debian bookworm/main armhf libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
12:56:51 #0 9.460 Get:113 http://deb.debian.org/debian bookworm/main armhf dh-strip-nondeterminism all 1.13.1-1 [8620 B]
12:56:51 #0 9.460 Get:114 http://deb.debian.org/debian bookworm/main armhf libelf1 armhf 0.188-2.1 [170 kB]
12:56:51 #0 9.460 Get:115 http://deb.debian.org/debian bookworm/main armhf dwz armhf 0.15-1 [101 kB]
12:56:51 #0 9.460 Get:116 http://deb.debian.org/debian bookworm/main armhf libicu72 armhf 72.1-3 [9048 kB]
12:56:51 #0 9.591 Get:117 http://deb.debian.org/debian bookworm/main armhf libxml2 armhf 2.9.14+dfsg-1.1+b3 [591 kB]
12:56:51 #0 9.610 Get:118 http://deb.debian.org/debian bookworm/main armhf gettext armhf 0.21-11 [1228 kB]
12:56:51 #0 9.623 Get:119 http://deb.debian.org/debian bookworm/main armhf intltool-debian all 0.35.0+20060710.6 [22.9 kB]
12:56:51 #0 9.623 Get:120 http://deb.debian.org/debian bookworm/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
12:56:51 #0 9.623 Get:121 http://deb.debian.org/debian bookworm/main armhf debhelper all 13.11.4 [942 kB]
12:56:51 #0 9.640 Get:122 http://deb.debian.org/debian bookworm/main armhf debian-keyring all 2022.12.24 [30.5 MB]
12:56:51 #0 10.13 Get:123 http://deb.debian.org/debian bookworm/main armhf libfakeroot armhf 1.29-1 [44.7 kB]
12:56:51 #0 10.13 Get:124 http://deb.debian.org/debian bookworm/main armhf fakeroot armhf 1.29-1 [85.4 kB]
12:56:51 #0 10.13 Get:125 http://deb.debian.org/debian bookworm/main armhf libassuan0 armhf 2.5.5-5 [42.0 kB]
12:56:51 #0 10.13 Get:126 http://deb.debian.org/debian bookworm/main armhf gpgconf armhf 2.2.40-1 [547 kB]
12:56:51 #0 10.13 Get:127 http://deb.debian.org/debian bookworm/main armhf libksba8 armhf 1.6.3-2 [109 kB]
12:56:51 #0 10.13 Get:128 http://deb.debian.org/debian bookworm/main armhf libnpth0 armhf 1.6-3 [17.8 kB]
12:56:51 #0 10.13 Get:129 http://deb.debian.org/debian bookworm/main armhf dirmngr armhf 2.2.40-1 [748 kB]
12:56:51 #10 10.15 Get:130 http://deb.debian.org/debian bookworm/main armhf gnupg-l10n all 2.2.40-1 [1094 kB]
12:56:51 #10 10.17 Get:131 http://deb.debian.org/debian bookworm/main armhf gnupg-utils armhf 2.2.40-1 [851 kB]
12:56:51 #10 10.17 Get:132 http://deb.debian.org/debian bookworm/main armhf gpg armhf 2.2.40-1 [884 kB]
12:56:51 #10 10.19 Get:133 http://deb.debian.org/debian bookworm/main armhf pinentry-curses armhf 1.2.1-1 [73.4 kB]
12:56:51 #10 10.19 Get:134 http://deb.debian.org/debian bookworm/main armhf gpg-agent armhf 2.2.40-1 [652 kB]
12:56:51 #10 10.21 Get:135 http://deb.debian.org/debian bookworm/main armhf gpg-wks-client armhf 2.2.40-1 [524 kB]
12:56:51 #10 10.21 Get:136 http://deb.debian.org/debian bookworm/main armhf gpg-wks-server armhf 2.2.40-1 [517 kB]
12:56:51 #10 10.21 Get:137 http://deb.debian.org/debian bookworm/main armhf gpgsm armhf 2.2.40-1 [637 kB]
12:56:51 #10 10.23 Get:138 http://deb.debian.org/debian bookworm/main armhf gnupg all 2.2.40-1 [846 kB]
12:56:51 #10 10.24 Get:139 http://deb.debian.org/debian bookworm/main armhf libfile-dirlist-perl all 0.05-3 [7600 B]
12:56:51 #10 10.24 Get:140 http://deb.debian.org/debian bookworm/main armhf libfile-which-perl all 1.27-2 [15.1 kB]
12:56:51 #10 10.24 Get:141 http://deb.debian.org/debian bookworm/main armhf libfile-homedir-perl all 1.006-2 [42.4 kB]
12:56:51 #10 10.24 Get:142 http://deb.debian.org/debian bookworm/main armhf libfile-touch-perl all 0.12-2 [8816 B]
12:56:51 #10 10.24 Get:143 http://deb.debian.org/debian bookworm/main armhf libio-pty-perl armhf 1:1.17-1 [34.5 kB]
12:56:51 #10 10.24 Get:144 http://deb.debian.org/debian bookworm/main armhf libipc-run-perl all 20220807.0-1 [104 kB]
12:56:51 #10 10.24 Get:145 http://deb.debian.org/debian bookworm/main armhf libclass-method-modifiers-perl all 2.14-1 [18.1 kB]
12:56:51 #10 10.24 Get:146 http://deb.debian.org/debian bookworm/main armhf libclass-xsaccessor-perl armhf 1.19-4+b1 [35.5 kB]
12:56:51 #10 10.24 Get:147 http://deb.debian.org/debian bookworm/main armhf libb-hooks-op-check-perl armhf 0.22-2+b1 [10.3 kB]
12:56:51 #10 10.24 Get:148 http://deb.debian.org/debian bookworm/main armhf libdynaloader-functions-perl all 0.003-3 [12.7 kB]
12:56:51 #10 10.24 Get:149 http://deb.debian.org/debian bookworm/main armhf libdevel-callchecker-perl armhf 0.008-2 [15.7 kB]
12:56:51 #10 10.24 Get:150 http://deb.debian.org/debian bookworm/main armhf libparams-classify-perl armhf 0.015-2+b1 [21.9 kB]
12:56:51 #10 10.25 Get:151 http://deb.debian.org/debian bookworm/main armhf libmodule-runtime-perl all 0.016-2 [19.6 kB]
12:56:51 #10 10.25 Get:152 http://deb.debian.org/debian bookworm/main armhf libimport-into-perl all 1.002005-2 [11.3 kB]
12:56:51 #10 10.27 Get:153 http://deb.debian.org/debian bookworm/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
12:56:51 #10 10.27 Get:154 http://deb.debian.org/debian bookworm/main armhf libsub-quote-perl all 2.006008-1 [21.8 kB]
12:56:51 #10 10.27 Get:155 http://deb.debian.org/debian bookworm/main armhf libmoo-perl all 2.005005-1 [58.0 kB]
12:56:51 #10 10.27 Get:156 http://deb.debian.org/debian bookworm/main armhf libencode-locale-perl all 1.05-3 [12.9 kB]
12:56:51 #10 10.27 Get:157 http://deb.debian.org/debian bookworm/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
12:56:51 #10 10.27 Get:158 http://deb.debian.org/debian bookworm/main armhf libhttp-date-perl all 6.05-2 [10.5 kB]
12:56:51 #10 10.27 Get:159 http://deb.debian.org/debian bookworm/main armhf libfile-listing-perl all 6.15-1 [12.6 kB]
12:56:51 #10 10.27 Get:160 http://deb.debian.org/debian bookworm/main armhf libhtml-tagset-perl all 3.20-6 [11.7 kB]
12:56:51 #10 10.27 Get:161 http://deb.debian.org/debian bookworm/main armhf libregexp-ipv6-perl all 0.03-3 [5212 B]
12:56:51 #10 10.27 Get:162 http://deb.debian.org/debian bookworm/main armhf liburi-perl all 5.17-1 [90.4 kB]
12:56:51 #10 10.27 Get:163 http://deb.debian.org/debian bookworm/main armhf libhtml-parser-perl armhf 3.81-1 [97.4 kB]
12:56:51 #10 10.27 Get:164 http://deb.debian.org/debian bookworm/main armhf libhtml-tree-perl all 5.07-3 [211 kB]
12:56:51 #10 10.27 Get:165 http://deb.debian.org/debian bookworm/main armhf libclone-perl armhf 0.46-1 [13.1 kB]
12:56:51 #10 10.27 Get:166 http://deb.debian.org/debian bookworm/main armhf libio-html-perl all 1.004-3 [16.2 kB]
12:56:51 #10 10.28 Get:167 http://deb.debian.org/debian bookworm/main armhf liblwp-mediatypes-perl all 6.04-2 [20.2 kB]
12:56:51 #10 10.28 Get:168 http://deb.debian.org/debian bookworm/main armhf libhttp-message-perl all 6.44-1 [81.7 kB]
12:56:51 #10 10.28 Get:169 http://deb.debian.org/debian bookworm/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
12:56:51 #10 10.28 Get:170 http://deb.debian.org/debian bookworm/main armhf libhttp-negotiate-perl all 6.01-2 [13.1 kB]
12:56:51 #10 10.28 Get:171 http://deb.debian.org/debian bookworm/main armhf perl-openssl-defaults armhf 7+b1 [7916 B]
12:56:51 #10 10.28 Get:172 http://deb.debian.org/debian bookworm/main armhf libnet-ssleay-perl armhf 1.92-2+b1 [298 kB]
12:56:51 #10 10.28 Get:173 http://deb.debian.org/debian bookworm/main armhf libio-socket-ssl-perl all 2.078-1 [217 kB]
12:56:51 #10 10.28 Get:174 http://deb.debian.org/debian bookworm/main armhf libnet-http-perl all 6.22-1 [25.3 kB]
12:56:51 #10 10.28 Get:175 http://deb.debian.org/debian bookworm/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
12:56:51 #10 10.28 Get:176 http://deb.debian.org/debian bookworm/main armhf libtry-tiny-perl all 0.31-2 [22.6 kB]
12:56:51 #10 10.28 Get:177 http://deb.debian.org/debian bookworm/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
12:56:51 #10 10.29 Get:178 http://deb.debian.org/debian bookworm/main armhf libwww-perl all 6.67-1 [194 kB]
12:56:51 #10 10.29 Get:179 http://deb.debian.org/debian bookworm/main armhf patchutils armhf 0.4.2-1 [72.5 kB]
12:56:51 #10 10.30 Get:180 http://deb.debian.org/debian bookworm/main armhf wdiff armhf 1.2.2-4 [118 kB]
12:56:51 #10 10.30 Get:181 http://deb.debian.org/debian bookworm/main armhf devscripts armhf 2.22.2 [1182 kB]
12:56:51 #10 10.30 Get:182 http://deb.debian.org/debian bookworm/main armhf diffstat armhf 1.65-1 [31.4 kB]
12:56:51 #10 10.30 Get:183 http://deb.debian.org/debian bookworm/main armhf distro-info-data all 0.56 [5500 B]
12:56:51 #10 10.30 Get:184 http://deb.debian.org/debian bookworm/main armhf python3-pkg-resources all 65.6.3-1 [278 kB]
12:56:51 #10 10.30 Get:185 http://deb.debian.org/debian bookworm/main armhf python3-chardet all 5.1.0+dfsg-2 [110 kB]
12:56:51 #10 10.30 Get:186 http://deb.debian.org/debian bookworm/main armhf python3-debian all 0.1.49 [115 kB]
12:56:51 #10 10.30 Get:187 http://deb.debian.org/debian bookworm/main armhf libgpgme11 armhf 1.18.0-3+b1 [280 kB]
12:56:51 #10 10.32 Get:188 http://deb.debian.org/debian bookworm/main armhf python3-gpg armhf 1.18.0-3+b1 [343 kB]
12:56:51 #10 10.32 Get:189 http://deb.debian.org/debian bookworm/main armhf python3-xdg all 0.28-2 [40.5 kB]
12:56:51 #10 10.32 Get:190 http://deb.debian.org/debian bookworm/main armhf dput all 1.1.3 [42.7 kB]
12:56:51 #10 10.33 Get:191 http://deb.debian.org/debian bookworm/main armhf equivs all 2.3.1 [22.7 kB]
12:56:51 #10 10.33 Get:192 http://deb.debian.org/debian bookworm/main armhf fonts-dejavu-core all 2.37-2 [1069 kB]
12:56:51 #10 10.34 Get:193 http://deb.debian.org/debian bookworm/main armhf fontconfig-config armhf 2.14.1-4 [315 kB]
12:56:51 #10 10.34 Get:194 http://deb.debian.org/debian bookworm/main armhf libcurl3-gnutls armhf 7.87.0-2 [331 kB]
12:56:51 #10 10.37 Get:195 http://deb.debian.org/debian bookworm/main armhf liberror-perl all 0.17029-2 [29.0 kB]
12:56:51 #10 10.37 Get:196 http://deb.debian.org/debian bookworm/main armhf git-man all 1:2.39.1-0.1 [2042 kB]
12:56:51 #10 10.38 Get:197 http://deb.debian.org/debian bookworm/main armhf git armhf 1:2.39.1-0.1 [5952 kB]
12:56:51 #10 10.47 Get:198 http://deb.debian.org/debian bookworm/main armhf iso-codes all 4.12.0-1 [2888 kB]
12:56:51 #10 ...
12:56:51 
12:56:51 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:51 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 8.5s done
12:56:51 #10 28.36 Selecting previously unselected package g++-12.
12:56:51 #10 28.36 Preparing to unpack .../062-g++-12_12.2.0-14_amd64.deb ...
12:56:51 #10 28.36 Unpacking g++-12 (12.2.0-14) ...
12:56:51 #11 17.60 debconf: delaying package configuration, since apt-utils is not installed
12:56:51 #11 17.64 Fetched 132 MB in 10s (12.7 MB/s)
12:56:51 #10 21.48 Selecting previously unselected package libmpdec2:amd64.
12:56:51 #10 21.51 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ...
12:56:51 #10 21.52 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ...
12:56:51 #10 21.64 Selecting previously unselected package readline-common.
12:56:51 #11 26.84 Selecting previously unselected package gnupg-l10n.
12:56:51 #11 26.84 Preparing to unpack .../128-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
12:56:51 #11 26.84 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
12:56:51 #11 26.89 Selecting previously unselected package gnupg-utils.
12:56:51 #11 26.89 Preparing to unpack .../129-gnupg-utils_2.2.27-3ubuntu2.1_arm64.deb ...
12:56:51 #11 26.89 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
12:56:51 #11 26.93 Selecting previously unselected package gpg.
12:56:51 #11 26.93 Preparing to unpack .../130-gpg_2.2.27-3ubuntu2.1_arm64.deb ...
12:56:51 #11 26.93 Unpacking gpg (2.2.27-3ubuntu2.1) ...
12:56:51 #11 26.98 Selecting previously unselected package pinentry-curses.
12:56:51 #11 26.98 Preparing to unpack .../131-pinentry-curses_1.1.1-1build2_arm64.deb ...
12:56:51 #11 26.98 Unpacking pinentry-curses (1.1.1-1build2) ...
12:56:51 #11 27.03 Selecting previously unselected package gpg-agent.
12:56:51 #11 29.43 Selecting previously unselected package libarchive-zip-perl.
12:56:51 #11 29.43 Preparing to unpack .../126-libarchive-zip-perl_1.67-2_all.deb ...
12:56:51 #11 29.44 Unpacking libarchive-zip-perl (1.67-2) ...
12:56:51 #11 29.48 Selecting previously unselected package libsub-override-perl.
12:56:51 #11 29.48 Preparing to unpack .../127-libsub-override-perl_0.09-2_all.deb ...
12:56:51 #11 29.48 Unpacking libsub-override-perl (0.09-2) ...
12:56:51 #11 29.52 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:56:51 #11 29.52 Preparing to unpack .../128-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
12:56:51 #11 29.52 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
12:56:51 #11 29.56 Selecting previously unselected package dh-strip-nondeterminism.
12:56:51 #11 29.56 Preparing to unpack .../129-dh-strip-nondeterminism_1.7.0-1_all.deb ...
12:56:51 #11 29.57 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
12:56:51 #11 29.60 Selecting previously unselected package dwz.
12:56:51 #11 29.60 Preparing to unpack .../130-dwz_0.13-5_arm64.deb ...
12:56:51 #11 29.60 Unpacking dwz (0.13-5) ...
12:56:51 #11 29.66 Selecting previously unselected package libcroco3:arm64.
12:56:51 #10 27.06   Installing       : perl-if-0.60.800-480.el9.noarch                     74/166 
12:56:51 #10 27.07   Installing       : perl-IO-Socket-IP-0.41-5.el9.noarch                 75/166 
12:56:51 #10 27.07   Installing       : perl-Time-Local-2:1.300-7.el9.noarch                76/166 
12:56:51 #10 27.08   Installing       : perl-File-Path-2.18-4.el9.noarch                    77/166 
12:56:51 #10 27.09   Installing       : perl-IO-Socket-SSL-2.073-1.el9.noarch               78/166 
12:56:51 #10 27.09   Installing       : perl-Pod-Escapes-1:1.07-460.el9.noarch              79/166 
12:56:51 #10 27.10   Installing       : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch        80/166 
12:56:51 #10 27.10   Installing       : perl-Class-Struct-0.66-480.el9.noarch               81/166 
12:56:51 #10 27.11   Installing       : perl-POSIX-1.94-480.el9.x86_64                      82/166 
12:56:51 #10 27.11   Installing       : perl-Term-ANSIColor-5.01-461.el9.noarch             83/166 
12:56:51 #10 27.12   Installing       : perl-IPC-Open3-1.21-480.el9.noarch                  84/166 
12:56:51 #10 27.12   Installing       : perl-subs-1.03-480.el9.noarch                       85/166 
12:56:51 #10 27.13   Installing       : perl-File-Temp-1:0.231.100-4.el9.noarch             86/166 
12:56:51 #10 27.13   Installing       : perl-HTTP-Tiny-0.076-460.el9.noarch                 87/166 
12:56:51 #10 27.14   Installing       : perl-Term-Cap-1.17-460.el9.noarch                   88/166 
12:56:51 #10 27.15   Installing       : perl-Pod-Simple-1:3.42-4.el9.noarch                 89/166 
12:56:51 #10 27.16   Installing       : perl-Socket-4:2.031-4.el9.x86_64                    90/166 
12:56:51 #10 27.16   Installing       : perl-SelectSaver-1.02-480.el9.noarch                91/166 
12:56:51 #10 27.17   Installing       : perl-Symbol-1.08-480.el9.noarch                     92/166 
12:56:51 #10 27.17   Installing       : perl-File-stat-1.09-480.el9.noarch                  93/166 
12:56:51 #10 27.18   Installing       : perl-podlators-1:4.14-460.el9.noarch                94/166 
12:56:51 #10 27.19   Installing       : perl-Pod-Perldoc-3.28.01-461.el9.noarch             95/166 
12:56:51 #10 27.19   Installing       : perl-Fcntl-1.13-480.el9.x86_64                      96/166 
12:56:51 #10 27.20   Installing       : perl-Text-ParseWords-3.30-460.el9.noarch            97/166 
12:56:51 #10 27.20   Installing       : perl-mro-1.23-480.el9.x86_64                        98/166 
12:56:51 #10 27.21   Installing       : perl-IO-1.43-480.el9.x86_64                         99/166 
12:56:51 #10 27.22   Installing       : perl-overloading-0.02-480.el9.noarch               100/166 
12:56:51 #10 27.22   Installing       : perl-Pod-Usage-4:2.01-4.el9.noarch                 101/166 
12:56:51 #10 27.23   Installing       : perl-Errno-1.30-480.el9.x86_64                     102/166 
12:56:51 #10 27.23   Installing       : perl-File-Basename-2.85-480.el9.noarch             103/166 
12:56:51 #10 27.24   Installing       : perl-Getopt-Std-1.12-480.el9.noarch                104/166 
12:56:51 #10 27.24   Installing       : perl-MIME-Base64-3.16-4.el9.x86_64                 105/166 
12:56:51 #10 27.25   Installing       : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64       106/166 
12:56:51 #10 27.25   Installing       : perl-constant-1.33-461.el9.noarch                  107/166 
12:56:51 #10 27.26   Installing       : perl-Storable-1:3.21-460.el9.x86_64                108/166 
12:56:51 #10 27.27   Installing       : perl-overload-1.31-480.el9.noarch                  109/166 
12:56:51 #10 27.27   Installing       : perl-parent-1:0.238-460.el9.noarch                 110/166 
12:56:51 #10 27.27   Installing       : perl-vars-1.05-480.el9.noarch                      111/166 
12:56:51 #10 27.28   Installing       : perl-Getopt-Long-1:2.52-4.el9.noarch               112/166 
12:56:51 #10 27.29   Installing       : perl-Carp-1.50-460.el9.noarch                      113/166 
12:56:51 #10 27.29   Installing       : perl-Exporter-5.74-461.el9.noarch                  114/166 
12:56:51 #10 27.30   Installing       : perl-NDBM_File-1.15-480.el9.x86_64                 115/166 
12:56:51 #10 27.31   Installing       : perl-PathTools-3.78-461.el9.x86_64                 116/166 
12:56:51 #14 13.31   Running scriptlet: libubsan-8.5.0-18.el8.aarch64                        34/93 
12:56:51 #14 13.34   Installing       : pcre2-utf16-10.32-3.el8.aarch64                      35/93 
12:56:51 #14 13.37   Installing       : pcre2-utf32-10.32-3.el8.aarch64                      36/93 
12:56:51 #14 13.45   Installing       : pcre2-devel-10.32-3.el8.aarch64                      37/93 
12:56:51 #14 13.48   Installing       : perl-Data-Dumper-2.167-399.el8.aarch64               38/93 
12:56:51 #14 13.55   Installing       : autoconf-2.69-29.el8.noarch                          39/93 
12:56:51 #11 19.22 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.6) ...
12:56:51 #11 19.24 Setting up libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
12:56:51 #11 19.25 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
12:56:51 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b
12:56:51 #13 27.80   Installing       : libtool-2.4.6-45.el9.aarch64                         66/70 
12:56:51 #13 27.82   Installing       : libtool-ltdl-devel-2.4.6-45.el9.aarch64              67/70 
12:56:51 #13 27.83   Installing       : libseccomp-devel-2.5.2-2.el9.aarch64                 68/70 
12:56:51 #13 27.84   Installing       : rpm-plugin-selinux-4.16.1.3-22.el9.aarch64           69/70 
12:56:51 #13 27.85   Installing       : which-2.21-28.el9.aarch64                            70/70 
12:56:51 #13 27.86   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch          70/70 
12:56:51 #11 31.39 Selecting previously unselected package gpgconf.
12:56:51 #11 31.39 Preparing to unpack .../153-gpgconf_2.2.35-3ubuntu1_arm64.deb ...
12:56:51 #11 31.40 Unpacking gpgconf (2.2.35-3ubuntu1) ...
12:56:51 #11 31.44 Selecting previously unselected package libksba8:arm64.
12:56:51 #11 31.44 Preparing to unpack .../154-libksba8_1.6.0-3ubuntu1.1_arm64.deb ...
12:56:51 #11 31.44 Unpacking libksba8:arm64 (1.6.0-3ubuntu1.1) ...
12:56:51 #11 31.48 Selecting previously unselected package libnpth0:arm64.
12:56:51 #11 31.48 Preparing to unpack .../155-libnpth0_1.6-3build2_arm64.deb ...
12:56:51 #11 31.49 Unpacking libnpth0:arm64 (1.6-3build2) ...
12:56:51 #11 31.53 Selecting previously unselected package dirmngr.
12:56:51 #11 31.53 Preparing to unpack .../156-dirmngr_2.2.35-3ubuntu1_arm64.deb ...
12:56:51 #11 31.55 Unpacking dirmngr (2.2.35-3ubuntu1) ...
12:56:51 #11 31.59 Selecting previously unselected package gnupg-l10n.
12:56:51 #9 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 6.1s done
12:56:51 #11 29.58 Selecting previously unselected package g++.
12:56:51 #11 29.58 Preparing to unpack .../119-g++_4%3a12.2.0-1ubuntu1_amd64.deb ...
12:56:51 #11 29.59 Unpacking g++ (4:12.2.0-1ubuntu1) ...
12:56:51 #11 29.61 Selecting previously unselected package make.
12:56:51 #11 29.61 Preparing to unpack .../120-make_4.3-4.1build1_amd64.deb ...
12:56:51 #11 29.62 Unpacking make (4.3-4.1build1) ...
12:56:51 #11 29.64 Selecting previously unselected package libdpkg-perl.
12:56:51 #11 29.64 Preparing to unpack .../121-libdpkg-perl_1.21.9ubuntu1_all.deb ...
12:56:51 #11 29.65 Unpacking libdpkg-perl (1.21.9ubuntu1) ...
12:56:51 #11 29.69 Selecting previously unselected package bzip2.
12:56:51 #10 61.22 Setting up libemail-address-xs-perl (1.04-1+b3) ...
12:56:51 #10 61.23 Setting up libnet-ssleay-perl (1.88-3+b1) ...
12:56:51 #10 61.24 Setting up automake (1:1.16.3-2) ...
12:56:51 #10 61.25 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:56:51 #10 61.26 Setting up libapt-pkg-perl (0.1.39) ...
12:56:51 #10 61.27 Setting up libio-sessiondata-perl (1.03-1.1) ...
12:56:51 #10 61.28 Setting up libstring-escape-perl (2010.002-2) ...
12:56:51 #10 61.29 Setting up libhttp-date-perl (6.05-1) ...
12:56:51 #10 61.30 Setting up libfile-which-perl (1.23-1) ...
12:56:51 #10 61.31 Setting up libfile-basedir-perl (0.08-1) ...
12:56:51 #10 61.33 Setting up libnumber-range-perl (0.12-1.1) ...
12:56:51 #10 61.34 Setting up libtask-weaken-perl (1.06-1) ...
12:56:51 #10 61.35 Setting up libunicode-utf8-perl (0.62-1+b2) ...
12:56:51 #10 61.36 Setting up libmouse-perl (2.5.10-1+b1) ...
12:56:51 #10 61.37 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
12:56:51 #10 61.39 Setting up libfile-listing-perl (6.14-1) ...
12:56:51 #10 61.40 Setting up libsys-cpuaffinity-perl:arm64 (1.13~03-1) ...
12:56:51 #10 61.41 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
12:56:51 #10 61.42 Setting up libregexp-pattern-perl (0.2.14-1) ...
12:56:51 #10 61.44 Setting up libdata-messagepack-perl (1.00-4+b1) ...
12:56:51 #10 61.45 Setting up libclass-inspector-perl (1.36-1) ...
12:56:51 #10 61.48 Setting up libfont-afm-perl (1.20-3) ...
12:56:51 #10 61.51 Setting up libwant-perl (0.29-1+b6) ...
12:56:51 #10 61.53 Setting up libdynaloader-functions-perl (0.003-1.1) ...
12:56:51 #10 61.54 Setting up libtext-glob-perl (0.11-1) ...
12:56:51 #11 17.66 Selecting previously unselected package liblocale-gettext-perl.
12:56:51 #11 17.66 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4393 files and directories currently installed.)
12:56:51 #11 17.67 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_amd64.deb ...
12:56:51 #11 17.68 Unpacking liblocale-gettext-perl (1.07-4build3) ...
12:56:51 #11 17.75 Selecting previously unselected package libpython3.10-minimal:amd64.
12:56:51 #11 17.75 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_amd64.deb ...
12:56:51 #11 17.77 Unpacking libpython3.10-minimal:amd64 (3.10.6-1~22.04.2) ...
12:56:51 #11 17.87 Selecting previously unselected package libexpat1:amd64.
12:56:51 #11 17.87 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_amd64.deb ...
12:56:51 #11 29.66 Preparing to unpack .../131-libcroco3_0.6.13-1_arm64.deb ...
12:56:51 #11 29.66 Unpacking libcroco3:arm64 (0.6.13-1) ...
12:56:51 #11 29.70 Selecting previously unselected package gettext.
12:56:51 #11 29.71 Preparing to unpack .../132-gettext_0.19.8.1-10build1_arm64.deb ...
12:56:51 #11 29.71 Unpacking gettext (0.19.8.1-10build1) ...
12:56:51 #11 29.80 Selecting previously unselected package intltool-debian.
12:56:51 #11 29.80 Preparing to unpack .../133-intltool-debian_0.35.0+20060710.5_all.deb ...
12:56:51 #11 29.81 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:56:51 #11 29.84 Selecting previously unselected package po-debconf.
12:56:51 #11 29.84 Preparing to unpack .../134-po-debconf_1.0.21_all.deb ...
12:56:51 #11 29.85 Unpacking po-debconf (1.0.21) ...
12:56:51 #11 29.92 Selecting previously unselected package debhelper.
12:56:51 #11 29.92 Preparing to unpack .../135-debhelper_12.10ubuntu1_all.deb ...
12:56:51 #11 29.93 Unpacking debhelper (12.10ubuntu1) ...
12:56:51 #11 30.03 Selecting previously unselected package libfakeroot:arm64.
12:56:51 #10 21.65 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
12:56:51 #10 21.66 Unpacking readline-common (7.0-3) ...
12:56:51 #11 27.04 Preparing to unpack .../132-gpg-agent_2.2.27-3ubuntu2.1_arm64.deb ...
12:56:51 #11 27.04 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
12:56:51 #11 27.07 Selecting previously unselected package gpg-wks-client.
12:56:51 #11 27.08 Preparing to unpack .../133-gpg-wks-client_2.2.27-3ubuntu2.1_arm64.deb ...
12:56:51 #11 27.08 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
12:56:51 #11 27.12 Selecting previously unselected package gpg-wks-server.
12:56:51 #11 27.12 Preparing to unpack .../134-gpg-wks-server_2.2.27-3ubuntu2.1_arm64.deb ...
12:56:51 #11 27.12 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
12:56:51 #11 27.15 Selecting previously unselected package gpgsm.
12:56:51 #11 27.15 Preparing to unpack .../135-gpgsm_2.2.27-3ubuntu2.1_arm64.deb ...
12:56:51 #11 27.15 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
12:56:51 #11 27.19 Selecting previously unselected package gnupg.
12:56:51 #11 27.19 Preparing to unpack .../136-gnupg_2.2.27-3ubuntu2.1_all.deb ...
12:56:51 #11 27.19 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
12:56:51 #11 27.22 Selecting previously unselected package libfile-dirlist-perl.
12:56:51 #11 27.23 Preparing to unpack .../137-libfile-dirlist-perl_0.05-2_all.deb ...
12:56:51 #11 27.23 Unpacking libfile-dirlist-perl (0.05-2) ...
12:56:51 #11 27.25 Selecting previously unselected package libfile-which-perl.
12:56:51 #11 27.26 Preparing to unpack .../138-libfile-which-perl_1.23-1_all.deb ...
12:56:51 #11 27.26 Unpacking libfile-which-perl (1.23-1) ...
12:56:51 #11 27.29 Selecting previously unselected package libfile-homedir-perl.
12:56:51 #11 27.29 Preparing to unpack .../139-libfile-homedir-perl_1.006-1_all.deb ...
12:56:51 #11 27.29 Unpacking libfile-homedir-perl (1.006-1) ...
12:56:51 #11 27.32 Selecting previously unselected package libfile-touch-perl.
12:56:51 #11 27.32 Preparing to unpack .../140-libfile-touch-perl_0.12-1_all.deb ...
12:56:51 #11 27.33 Unpacking libfile-touch-perl (0.12-1) ...
12:56:51 #11 27.35 Selecting previously unselected package libio-pty-perl.
12:56:51 #11 27.36 Preparing to unpack .../141-libio-pty-perl_1%3a1.15-2build2_arm64.deb ...
12:56:51 #10 27.37   Installing       : perl-Encode-4:3.08-462.el9.x86_64                  117/166 
12:56:51 #10 27.48   Installing       : perl-libs-4:5.32.1-480.el9.x86_64                  118/166 
12:56:51 #10 27.49   Installing       : perl-interpreter-4:5.32.1-480.el9.x86_64           119/166 
12:56:51 #10 27.49   Installing       : kernel-srpm-macros-1.0-11.el9.noarch               120/166 
12:56:51 #10 27.50   Installing       : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch           121/166 
12:56:51 #10 27.50   Installing       : go-srpm-macros-3.0.9-9.el9.noarch                  122/166 
12:56:51 #10 27.51   Installing       : python-srpm-macros-3.9-52.el9.noarch               123/166 
12:56:51 #10 27.52   Installing       : redhat-rpm-config-197-1.el9.noarch                 124/166 
12:56:51 #10 27.52   Running scriptlet: libutempter-1.2.1-6.el9.x86_64                     125/166 
12:56:51 #10 27.57   Installing       : libutempter-1.2.1-6.el9.x86_64                     125/166 
12:56:51 #14 13.57   Running scriptlet: autoconf-2.69-29.el8.noarch                          39/93 
12:56:51 #14 13.60   Installing       : python3-audit-3.0.7-4.el8.aarch64                    40/93 
12:56:51 #14 13.80   Installing       : python3-policycoreutils-2.9-21.1.el8.noarch          41/93 
12:56:51 #7 ...
12:56:51 
12:56:51 #9 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b
12:56:51 #9 extracting sha256:7a21a86b3957d8c99250334cfb78c55af4f8c9277f2f1d4abd53d0362f96323d 8.5s done
12:56:51 #9 DONE 22.1s
12:56:51 #11 31.59 Preparing to unpack .../157-gnupg-l10n_2.2.35-3ubuntu1_all.deb ...
12:56:51 #11 31.59 Unpacking gnupg-l10n (2.2.35-3ubuntu1) ...
12:56:51 #11 31.63 Selecting previously unselected package gnupg-utils.
12:56:51 #11 31.63 Preparing to unpack .../158-gnupg-utils_2.2.35-3ubuntu1_arm64.deb ...
12:56:51 #11 31.64 Unpacking gnupg-utils (2.2.35-3ubuntu1) ...
12:56:51 #11 31.68 Selecting previously unselected package gpg.
12:56:51 #11 31.68 Preparing to unpack .../159-gpg_2.2.35-3ubuntu1_arm64.deb ...
12:56:51 #11 31.68 Unpacking gpg (2.2.35-3ubuntu1) ...
12:56:51 #11 31.75 Selecting previously unselected package pinentry-curses.
12:56:51 #11 31.75 Preparing to unpack .../160-pinentry-curses_1.2.0-2ubuntu1_arm64.deb ...
12:56:51 #11 31.75 Unpacking pinentry-curses (1.2.0-2ubuntu1) ...
12:56:51 #11 31.79 Selecting previously unselected package gpg-agent.
12:56:51 #11 31.79 Preparing to unpack .../161-gpg-agent_2.2.35-3ubuntu1_arm64.deb ...
12:56:51 #11 31.80 Unpacking gpg-agent (2.2.35-3ubuntu1) ...
12:56:51 #11 31.84 Selecting previously unselected package gpg-wks-client.
12:56:51 #11 31.84 Preparing to unpack .../162-gpg-wks-client_2.2.35-3ubuntu1_arm64.deb ...
12:56:51 #11 29.69 Preparing to unpack .../122-bzip2_1.0.8-5build1_amd64.deb ...
12:56:51 #11 29.69 Unpacking bzip2 (1.0.8-5build1) ...
12:56:51 #11 29.73 Selecting previously unselected package patch.
12:56:51 #11 29.73 Preparing to unpack .../123-patch_2.7.6-7build2_amd64.deb ...
12:56:51 #11 29.73 Unpacking patch (2.7.6-7build2) ...
12:56:51 #11 29.76 Selecting previously unselected package lto-disabled-list.
12:56:51 #11 29.76 Preparing to unpack .../124-lto-disabled-list_35_all.deb ...
12:56:51 #11 29.76 Unpacking lto-disabled-list (35) ...
12:56:51 #11 29.79 Selecting previously unselected package dpkg-dev.
12:56:51 #11 29.79 Preparing to unpack .../125-dpkg-dev_1.21.9ubuntu1_all.deb ...
12:56:51 #11 29.80 Unpacking dpkg-dev (1.21.9ubuntu1) ...
12:56:51 #11 29.84 Selecting previously unselected package build-essential.
12:56:51 #11 29.84 Preparing to unpack .../126-build-essential_12.9ubuntu3_amd64.deb ...
12:56:51 #11 29.84 Unpacking build-essential (12.9ubuntu3) ...
12:56:51 #11 29.87 Selecting previously unselected package libbrotli1:amd64.
12:56:51 #11 29.87 Preparing to unpack .../127-libbrotli1_1.0.9-2build6_amd64.deb ...
12:56:51 #11 29.88 Unpacking libbrotli1:amd64 (1.0.9-2build6) ...
12:56:51 #11 29.90 Selecting previously unselected package libsasl2-modules-db:amd64.
12:56:51 #29 ...
12:56:51 
12:56:51 #30 [linux/amd64->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
12:56:51 #0 0.776 Building static docker-darwin-arm64
12:56:51 #0 0.781 + go build -o /out/docker-darwin-arm64 -tags ' osusergo pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:56:41Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a"' '-buildmode=pie' github.com/docker/cli/cmd/docker
12:56:51 #10 61.60 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:56:51 #10 61.63 Setting up liblist-compare-perl (0.55-1) ...
12:56:51 #10 61.66 Setting up libref-util-xs-perl (0.117-1+b3) ...
12:56:51 #10 61.67 Setting up libio-pty-perl (1:1.15-2) ...
12:56:51 #10 61.68 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
12:56:51 #10 61.70 Setting up libsort-key-perl (1.33-2+b3) ...
12:56:51 #10 61.71 Setting up libclone-perl (0.45-1+b1) ...
12:56:51 #10 61.73 Setting up libalgorithm-diff-perl (1.201-1) ...
12:56:51 #10 61.74 Setting up libarchive-zip-perl (1.68-1) ...
12:56:51 #10 61.75 Setting up libsub-identify-perl (0.14-1+b3) ...
12:56:51 #10 61.76 Setting up libdistro-info-perl (1.0) ...
12:56:51 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8
12:56:51 #11 17.88 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.2) ...
12:56:51 #11 17.91 Selecting previously unselected package python3.10-minimal.
12:56:51 #11 17.91 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_amd64.deb ...
12:56:51 #11 17.92 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ...
12:56:51 #11 18.01 Setting up libpython3.10-minimal:amd64 (3.10.6-1~22.04.2) ...
12:56:51 #11 18.02 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.2) ...
12:56:51 #11 18.06 Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
12:56:51 #11 30.04 Preparing to unpack .../136-libfakeroot_1.24-1_arm64.deb ...
12:56:51 #11 30.04 Unpacking libfakeroot:arm64 (1.24-1) ...
12:56:51 #11 30.08 Selecting previously unselected package fakeroot.
12:56:51 #11 30.08 Preparing to unpack .../137-fakeroot_1.24-1_arm64.deb ...
12:56:51 #11 30.08 Unpacking fakeroot (1.24-1) ...
12:56:51 #11 30.13 Selecting previously unselected package libassuan0:arm64.
12:56:51 #11 30.13 Preparing to unpack .../138-libassuan0_2.5.3-7ubuntu2_arm64.deb ...
12:56:51 #11 30.14 Unpacking libassuan0:arm64 (2.5.3-7ubuntu2) ...
12:56:51 #11 30.17 Selecting previously unselected package gpgconf.
12:56:51 #11 30.17 Preparing to unpack .../139-gpgconf_2.2.19-3ubuntu2.2_arm64.deb ...
12:56:51 #11 30.17 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
12:56:51 #11 30.23 Selecting previously unselected package libksba8:arm64.
12:56:51 #11 30.23 Preparing to unpack .../140-libksba8_1.3.5-2ubuntu0.20.04.2_arm64.deb ...
12:56:51 #11 30.23 Unpacking libksba8:arm64 (1.3.5-2ubuntu0.20.04.2) ...
12:56:51 #11 30.28 Selecting previously unselected package libnpth0:arm64.
12:56:51 #11 30.28 Preparing to unpack .../141-libnpth0_1.6-1_arm64.deb ...
12:56:51 #11 30.28 Unpacking libnpth0:arm64 (1.6-1) ...
12:56:51 #11 30.32 Selecting previously unselected package dirmngr.
12:56:51 #11 30.33 Preparing to unpack .../142-dirmngr_2.2.19-3ubuntu2.2_arm64.deb ...
12:56:51 #11 30.34 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
12:56:51 #11 30.40 Selecting previously unselected package gnupg-l10n.
12:56:51 #11 30.40 Preparing to unpack .../143-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
12:56:51 #21 11.28 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
12:56:51 #21 11.28 Preparing to unpack .../5-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
12:56:51 #21 11.29 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
12:56:51 #11 27.36 Unpacking libio-pty-perl (1:1.15-2build2) ...
12:56:51 #11 27.40 Selecting previously unselected package libipc-run-perl.
12:56:51 #11 27.40 Preparing to unpack .../142-libipc-run-perl_20200505.0-1_all.deb ...
12:56:51 #11 27.40 Unpacking libipc-run-perl (20200505.0-1) ...
12:56:51 #11 27.44 Selecting previously unselected package libclass-method-modifiers-perl.
12:56:51 #11 27.44 Preparing to unpack .../143-libclass-method-modifiers-perl_2.13-1_all.deb ...
12:56:51 #11 27.44 Unpacking libclass-method-modifiers-perl (2.13-1) ...
12:56:51 #11 27.47 Selecting previously unselected package libclass-xsaccessor-perl.
12:56:51 #11 27.48 Preparing to unpack .../144-libclass-xsaccessor-perl_1.19-3build9_arm64.deb ...
12:56:51 #11 27.48 Unpacking libclass-xsaccessor-perl (1.19-3build9) ...
12:56:51 #11 27.51 Selecting previously unselected package libb-hooks-op-check-perl.
12:56:51 12:56:51 #11 27.51 Preparing to unpack .../145-libb-hooks-op-check-perl_0.22-1build5_arm64.deb ...
12:56:51 #11 27.52 Unpacking libb-hooks-op-check-perl (0.22-1build5) ...
12:56:51 #11 27.55 Selecting previously unselected package libdynaloader-functions-perl.
12:56:51 #11 27.55 Preparing to unpack .../146-libdynaloader-functions-perl_0.003-1.1_all.deb ...
12:56:51 #11 27.56 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
12:56:51 #11 27.59 Selecting previously unselected package libdevel-callchecker-perl.
12:56:51 #11 27.59 Preparing to unpack .../147-libdevel-callchecker-perl_0.008-1ubuntu4_arm64.deb ...
12:56:51 #11 27.59 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
12:56:51 #11 27.62 Selecting previously unselected package libparams-classify-perl.
12:56:51 #11 29.91 Preparing to unpack .../128-libsasl2-modules-db_2.1.28+dfsg-6ubuntu2_amd64.deb ...
#11 19.80 Selecting previously unselected package python3-minimal.
12:56:51 #11 19.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 ... 4439 files and directories currently installed.)
12:56:51 #11 19.80 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
12:56:51 #11 19.81 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
12:56:51 #11 19.84 Selecting previously unselected package mime-support.
12:56:51 #11 19.84 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
12:56:51 #11 19.84 Unpacking mime-support (3.64ubuntu1) ...
12:56:51 #11 19.88 Selecting previously unselected package libmpdec2:amd64.
12:56:51 #11 19.88 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
12:56:51 #11 19.88 Unpacking libmpdec2:amd64 (2.4.2-3) ...
12:56:51 #11 19.92 Selecting previously unselected package readline-common.
12:56:51 #11 19.92 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
12:56:51 #11 19.92 Unpacking readline-common (8.0-4) ...
12:56:51 #11 19.95 Selecting previously unselected package libreadline8:amd64.
12:56:51 #11 19.95 Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ...
12:56:51 #11 19.96 Unpacking libreadline8:amd64 (8.0-4) ...
12:56:51 #11 20.00 Selecting previously unselected package libsqlite3-0:amd64.
12:56:51 #11 29.91 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-6ubuntu2) ...
12:56:51 #11 29.94 Selecting previously unselected package libsasl2-2:amd64.
12:56:51 #11 29.94 Preparing to unpack .../129-libsasl2-2_2.1.28+dfsg-6ubuntu2_amd64.deb ...
12:56:51 #11 29.94 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-6ubuntu2) ...
12:56:51 #11 29.97 Selecting previously unselected package libldap-2.5-0:amd64.
12:56:51 #11 29.97 Preparing to unpack .../130-libldap-2.5-0_2.5.13+dfsg-1ubuntu1_amd64.deb ...
12:56:51 #11 29.98 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-1ubuntu1) ...
12:56:51 #11 30.01 Selecting previously unselected package librtmp1:amd64.
12:56:51 #11 30.01 Preparing to unpack .../131-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ...
12:56:51 #11 30.01 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:56:51 #11 30.04 Selecting previously unselected package libssh-4:amd64.
12:56:51 #11 30.05 Preparing to unpack .../132-libssh-4_0.9.6-2build1_amd64.deb ...
12:56:51 #11 30.05 Unpacking libssh-4:amd64 (0.9.6-2build1) ...
12:56:51 #11 30.09 Selecting previously unselected package libcurl4:amd64.
12:56:51 #11 30.09 Preparing to unpack .../133-libcurl4_7.85.0-1ubuntu0.2_amd64.deb ...
12:56:51 #11 30.09 Unpacking libcurl4:amd64 (7.85.0-1ubuntu0.2) ...
12:56:51 #11 30.11 Selecting previously unselected package curl.
12:56:51 #11 30.12 Preparing to unpack .../134-curl_7.85.0-1ubuntu0.2_amd64.deb ...
12:56:51 #11 30.12 Unpacking curl (7.85.0-1ubuntu0.2) ...
12:56:51 #11 30.15 Selecting previously unselected package dctrl-tools.
12:56:51 #11 30.15 Preparing to unpack .../135-dctrl-tools_2.24-3build2_amd64.deb ...
12:56:51 #11 30.16 Unpacking dctrl-tools (2.24-3build2) ...
12:56:51 #11 30.19 Selecting previously unselected package libdebhelper-perl.
12:56:51 #11 30.19 Preparing to unpack .../136-libdebhelper-perl_13.9.1ubuntu1_all.deb ...
12:56:51 #11 30.19 Unpacking libdebhelper-perl (13.9.1ubuntu1) ...
12:56:51 #11 30.22 Selecting previously unselected package libtool.
12:56:51 #11 27.63 Preparing to unpack .../148-libparams-classify-perl_0.015-1build5_arm64.deb ...
12:56:51 #11 27.63 Unpacking libparams-classify-perl (0.015-1build5) ...
12:56:51 #11 27.67 Selecting previously unselected package libmodule-runtime-perl.
12:56:51 #11 27.67 Preparing to unpack .../149-libmodule-runtime-perl_0.016-1_all.deb ...
12:56:51 #11 27.67 Unpacking libmodule-runtime-perl (0.016-1) ...
12:56:51 #11 27.70 Selecting previously unselected package libimport-into-perl.
12:56:51 
12:56:51 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:51 #10 29.22 Selecting previously unselected package g++.
12:56:51 #10 29.22 Preparing to unpack .../063-g++_4%3a12.2.0-3_amd64.deb ...
12:56:51 #10 29.22 Unpacking g++ (4:12.2.0-3) ...
12:56:51 #10 29.26 Selecting previously unselected package make.
12:56:51 #10 29.26 Preparing to unpack .../064-make_4.3-4.1_amd64.deb ...
12:56:51 #10 29.27 Unpacking make (4.3-4.1) ...
12:56:51 #10 29.33 Selecting previously unselected package libdpkg-perl.
12:56:51 #10 27.59   Installing       : libselinux-utils-3.5-0.rc2.1.el9.x86_64            126/166 
12:56:51 #10 27.60   Installing       : libpng-2:1.6.37-12.el9.x86_64                      127/166 
12:56:51 #10 27.61   Installing       : gdk-pixbuf2-2.42.6-3.el9.x86_64                    128/166 
12:56:51 #10 27.62   Installing       : libpkgconf-1.7.3-10.el9.x86_64                     129/166 
12:56:51 #10 27.63   Installing       : pkgconf-1.7.3-10.el9.x86_64                        130/166 
12:56:51 #10 27.63   Installing       : pkgconf-pkg-config-1.7.3-10.el9.x86_64             131/166 
12:56:51 #10 27.64   Installing       : libpipeline-1.5.3-4.el9.x86_64                     132/166 
12:56:51 #10 27.64   Running scriptlet: man-db-2.9.3-7.el9.x86_64                          133/166 
12:56:51 #10 27.68   Installing       : man-db-2.9.3-7.el9.x86_64                          133/166 
12:56:51 #10 27.68   Running scriptlet: man-db-2.9.3-7.el9.x86_64                          133/166 
12:56:51 #10 27.71   Installing       : environment-modules-5.0.1-2.el9.x86_64             134/166 
12:56:51 #10 27.72   Running scriptlet: environment-modules-5.0.1-2.el9.x86_64             134/166 
12:56:51 #10 27.73   Installing       : scl-utils-1:2.0.3-4.el9.x86_64                     135/166 
12:56:51 #10 27.93   Installing       : libicu-67.1-9.el9.x86_64                           136/166 
12:56:51 #10 27.94   Installing       : libfdisk-2.37.4-9.el9.x86_64                       137/166 
12:56:51 #10 27.94   Installing       : libeconf-0.4.1-2.el9.x86_64                        138/166 
12:56:51 #10 27.96   Installing       : libdb-5.3.28-53.el9.x86_64                         139/166 
12:56:51 #10 21.88 Selecting previously unselected package libreadline7:amd64.
12:56:51 #10 21.88 Preparing to unpack .../4-libreadline7_7.0-3_amd64.deb ...
12:56:51 #10 21.96 Unpacking libreadline7:amd64 (7.0-3) ...
12:56:51 #10 22.14 Selecting previously unselected package libsqlite3-0:amd64.
12:56:51 #10 22.14 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.7_amd64.deb ...
12:56:51 #10 22.16 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.7) ...
12:56:51 #11 31.84 Unpacking gpg-wks-client (2.2.35-3ubuntu1) ...
12:56:51 #11 31.88 Selecting previously unselected package gpg-wks-server.
12:56:51 #11 31.88 Preparing to unpack .../163-gpg-wks-server_2.2.35-3ubuntu1_arm64.deb ...
12:56:51 #11 31.89 Unpacking gpg-wks-server (2.2.35-3ubuntu1) ...
12:56:51 #11 31.92 Selecting previously unselected package gpgsm.
12:56:51 #11 31.93 Preparing to unpack .../164-gpgsm_2.2.35-3ubuntu1_arm64.deb ...
12:56:51 #11 31.93 Unpacking gpgsm (2.2.35-3ubuntu1) ...
12:56:51 #11 31.97 Selecting previously unselected package gnupg.
12:56:51 #11 31.97 Preparing to unpack .../165-gnupg_2.2.35-3ubuntu1_all.deb ...
12:56:51 #11 31.97 Unpacking gnupg (2.2.35-3ubuntu1) ...
12:56:51 #11 32.00 Selecting previously unselected package libfile-dirlist-perl.
12:56:51 #11 32.01 Preparing to unpack .../166-libfile-dirlist-perl_0.05-2_all.deb ...
12:56:51 #11 32.01 Unpacking libfile-dirlist-perl (0.05-2) ...
12:56:51 #11 32.06 Selecting previously unselected package libfile-which-perl.
12:56:51 #11 32.06 Preparing to unpack .../167-libfile-which-perl_1.27-1_all.deb ...
12:56:51 #11 32.06 Unpacking libfile-which-perl (1.27-1) ...
12:56:51 #11 32.10 Selecting previously unselected package libfile-homedir-perl.
12:56:51 #14 13.83   Installing       : policycoreutils-python-utils-2.9-21.1.el8.noarch     42/93 
12:56:51 #14 13.85   Installing       : rpm-plugin-selinux-4.14.3-26.el8.aarch64             43/93 
12:56:51 #14 13.87   Installing       : selinux-policy-3.14.3-114.el8.noarch                 44/93 
12:56:51 #14 13.89   Running scriptlet: selinux-policy-3.14.3-114.el8.noarch                 44/93 
12:56:51 #9 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8
12:56:52 #10 61.77 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
12:56:52 #10 61.79 Setting up libobject-id-perl (0.1.2-2.1) ...
12:56:52 #10 61.80 Setting up libio-stringy-perl (2.111-3) ...
12:56:52 #10 61.81 Setting up liblist-moreutils-perl (0.430-2) ...
12:56:52 #10 61.83 Setting up libhtml-tagset-perl (3.20-4) ...
12:56:52 #10 61.84 Setting up liblog-any-perl (1.709-1) ...
12:56:52 #10 61.85 Setting up libauthen-sasl-perl (2.1600-1.1) ...
12:56:52 #10 61.86 Setting up libdevel-size-perl (0.83-1+b2) ...
12:56:52 #10 61.88 Setting up libdebhelper-perl (13.3.4) ...
12:56:52 #10 61.89 Setting up libpod-constants-perl (0.19-2) ...
12:56:52 #10 61.90 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
12:56:52 #10 61.92 Setting up libconvert-binhex-perl (1.125-1) ...
12:56:52 #10 61.93 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:56:52 #10 61.94 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
12:56:52 #10 61.95 Setting up libtry-tiny-perl (0.30-1) ...
12:56:52 #10 61.97 Setting up libtype-tiny-perl (1.012001-2) ...
12:56:52 #10 61.98 Setting up libcommon-sense-perl (3.75-1+b4) ...
12:56:52 #10 61.99 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
12:56:52 #10 62.00 Setting up libnet-http-perl (6.20-1) ...
12:56:52 #10 62.02 Setting up libtext-markdown-discount-perl:arm64 (0.12-1+b1) ...
12:56:52 #10 62.03 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
12:56:52 #10 62.04 Setting up libtime-moment-perl (0.44-1+b3) ...
12:56:52 #10 62.05 Setting up libencode-locale-perl (1.05-1.1) ...
12:56:52 #10 62.06 Setting up python3 (3.9.2-3) ...
12:56:52 #11 30.23 Preparing to unpack .../137-libtool_2.4.7-4_all.deb ...
12:56:52 #11 30.23 Unpacking libtool (2.4.7-4) ...
12:56:52 #11 30.27 Selecting previously unselected package dh-autoreconf.
12:56:52 #11 30.27 Preparing to unpack .../138-dh-autoreconf_20_all.deb ...
12:56:52 #11 30.27 Unpacking dh-autoreconf (20) ...
12:56:52 #11 30.30 Selecting previously unselected package libarchive-zip-perl.
12:56:52 #11 30.30 Preparing to unpack .../139-libarchive-zip-perl_1.68-1_all.deb ...
12:56:52 #11 30.30 Unpacking libarchive-zip-perl (1.68-1) ...
12:56:52 #11 30.33 Selecting previously unselected package libsub-override-perl.
12:56:52 #11 30.34 Preparing to unpack .../140-libsub-override-perl_0.09-3_all.deb ...
12:56:52 #11 30.34 Unpacking libsub-override-perl (0.09-3) ...
12:56:52 #11 30.36 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:56:52 #11 30.37 Preparing to unpack .../141-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
12:56:52 #11 30.37 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
12:56:52 #11 30.39 Selecting previously unselected package dh-strip-nondeterminism.
12:56:52 #11 30.40 Preparing to unpack .../142-dh-strip-nondeterminism_1.13.0-1_all.deb ...
12:56:52 #11 30.40 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
12:56:52 #11 30.43 Selecting previously unselected package libdw1:amd64.
12:56:52 #11 30.43 Preparing to unpack .../143-libdw1_0.187-4_amd64.deb ...
12:56:52 #10 27.99   Installing       : pam-1.5.1-14.el9.x86_64                            140/166 
12:56:52 #10 28.01   Installing       : libpwquality-1.4.4-8.el9.x86_64                    141/166 
12:56:52 #10 28.07   Installing       : util-linux-2.37.4-9.el9.x86_64                     142/166 
12:56:52 #10 28.07 warning: /etc/adjtime created as /etc/adjtime.rpmnew
12:56:52 #10 28.07 
12:56:52 #10 28.09   Installing       : policycoreutils-3.5-0.rc2.1.el9.x86_64             143/166 
12:56:52 #10 28.10   Running scriptlet: policycoreutils-3.5-0.rc2.1.el9.x86_64             143/166 
12:56:52 #10 28.14   Installing       : python3-policycoreutils-3.5-0.rc2.1.el9.noarch     144/166 
12:56:52 #10 28.16   Installing       : policycoreutils-python-utils-3.5-0.rc2.1.el9.noa   145/166 
12:56:52 #10 28.17   Installing       : gcc-toolset-12-runtime-12.0-5.el9.x86_64           146/166 
12:56:52 #11 27.71 Preparing to unpack .../150-libimport-into-perl_1.002005-1_all.deb ...
12:56:52 #11 27.71 Unpacking libimport-into-perl (1.002005-1) ...
12:56:52 #11 27.74 Selecting previously unselected package librole-tiny-perl.
12:56:52 #11 27.74 Preparing to unpack .../151-librole-tiny-perl_2.002004-1_all.deb ...
12:56:52 #11 27.75 Unpacking librole-tiny-perl (2.002004-1) ...
12:56:52 #11 27.78 Selecting previously unselected package libsub-quote-perl.
12:56:52 #11 27.78 Preparing to unpack .../152-libsub-quote-perl_2.006006-1_all.deb ...
12:56:52 #11 27.79 Unpacking libsub-quote-perl (2.006006-1) ...
12:56:52 #11 27.82 Selecting previously unselected package libmoo-perl.
12:56:52 #11 27.82 Preparing to unpack .../153-libmoo-perl_2.005004-3_all.deb ...
12:56:52 #11 27.82 Unpacking libmoo-perl (2.005004-3) ...
12:56:52 #11 27.85 Selecting previously unselected package libencode-locale-perl.
12:56:52 #11 27.85 Preparing to unpack .../154-libencode-locale-perl_1.05-1.1_all.deb ...
12:56:52 #11 27.86 Unpacking libencode-locale-perl (1.05-1.1) ...
12:56:52 #11 27.89 Selecting previously unselected package libtimedate-perl.
12:56:52 #11 27.89 Preparing to unpack .../155-libtimedate-perl_2.3300-2_all.deb ...
12:56:52 #11 27.89 Unpacking libtimedate-perl (2.3300-2) ...
12:56:52 #11 27.93 Selecting previously unselected package libhttp-date-perl.
12:56:52 #10 29.33 Preparing to unpack .../065-libdpkg-perl_1.21.19_all.deb ...
12:56:52 #10 29.34 Unpacking libdpkg-perl (1.21.19) ...
12:56:52 #10 29.41 Selecting previously unselected package patch.
12:56:52 #10 29.41 Preparing to unpack .../066-patch_2.7.6-7_amd64.deb ...
12:56:52 #10 29.42 Unpacking patch (2.7.6-7) ...
12:56:52 #10 29.46 Selecting previously unselected package dpkg-dev.
12:56:52 #10 29.46 Preparing to unpack .../067-dpkg-dev_1.21.19_all.deb ...
12:56:52 #10 29.46 Unpacking dpkg-dev (1.21.19) ...
12:56:52 #10 29.59 Selecting previously unselected package build-essential.
12:56:52 #10 22.35 Selecting previously unselected package libpython3.6-stdlib:amd64.
12:56:52 #10 22.35 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.9_amd64.deb ...
12:56:52 #10 22.36 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.9) ...
12:56:52 #11 20.00 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_amd64.deb ...
12:56:52 #11 20.00 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ...
12:56:52 #11 20.07 Selecting previously unselected package libpython3.8-stdlib:amd64.
12:56:52 #11 20.07 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
12:56:52 #11 20.07 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.6) ...
12:56:52 #11 20.26 Selecting previously unselected package python3.8.
12:56:52 #11 32.10 Preparing to unpack .../168-libfile-homedir-perl_1.006-1_all.deb ...
12:56:52 #11 32.10 Unpacking libfile-homedir-perl (1.006-1) ...
12:56:52 #11 32.14 Selecting previously unselected package libfile-touch-perl.
12:56:52 #11 32.14 Preparing to unpack .../169-libfile-touch-perl_0.12-1_all.deb ...
12:56:52 #11 32.15 Unpacking libfile-touch-perl (0.12-1) ...
12:56:52 #11 32.18 Selecting previously unselected package libio-pty-perl.
12:56:52 #11 32.18 Preparing to unpack .../170-libio-pty-perl_1%3a1.15-2build2_arm64.deb ...
12:56:52 #11 32.18 Unpacking libio-pty-perl (1:1.15-2build2) ...
12:56:52 #11 32.22 Selecting previously unselected package libipc-run-perl.
12:56:52 #11 32.22 Preparing to unpack .../171-libipc-run-perl_20220807.0-1_all.deb ...
12:56:52 #11 32.23 Unpacking libipc-run-perl (20220807.0-1) ...
12:56:52 #11 32.26 Selecting previously unselected package libclass-method-modifiers-perl.
12:56:52 #11 32.26 Preparing to unpack .../172-libclass-method-modifiers-perl_2.13-1_all.deb ...
12:56:52 #11 32.27 Unpacking libclass-method-modifiers-perl (2.13-1) ...
12:56:52 #11 32.30 Selecting previously unselected package libclass-xsaccessor-perl.
12:56:52 #11 32.31 Preparing to unpack .../173-libclass-xsaccessor-perl_1.19-4_arm64.deb ...
12:56:52 #11 32.31 Unpacking libclass-xsaccessor-perl (1.19-4) ...
12:56:52 #11 32.34 Selecting previously unselected package libb-hooks-op-check-perl:arm64.
12:56:52 #11 32.34 Preparing to unpack .../174-libb-hooks-op-check-perl_0.22-2_arm64.deb ...
12:56:52 #11 32.35 Unpacking libb-hooks-op-check-perl:arm64 (0.22-2) ...
12:56:52 #11 32.38 Selecting previously unselected package libdynaloader-functions-perl.
12:56:52 #11 32.38 Preparing to unpack .../175-libdynaloader-functions-perl_0.003-2_all.deb ...
12:56:52 #11 32.39 Unpacking libdynaloader-functions-perl (0.003-2) ...
12:56:52 #11 32.42 Selecting previously unselected package libdevel-callchecker-perl.
12:56:52 #11 32.42 Preparing to unpack .../176-libdevel-callchecker-perl_0.008-1ubuntu4_arm64.deb ...
12:56:52 #11 32.42 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
12:56:52 #11 32.46 Selecting previously unselected package libparams-classify-perl:arm64.
12:56:52 #11 30.41 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
12:56:52 #11 30.45 Selecting previously unselected package gnupg-utils.
12:56:52 #11 30.45 Preparing to unpack .../144-gnupg-utils_2.2.19-3ubuntu2.2_arm64.deb ...
12:56:52 #11 30.46 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
12:56:52 #11 30.52 Selecting previously unselected package gpg.
12:56:52 #11 30.53 Preparing to unpack .../145-gpg_2.2.19-3ubuntu2.2_arm64.deb ...
12:56:52 #11 30.53 Unpacking gpg (2.2.19-3ubuntu2.2) ...
12:56:52 #11 30.61 Selecting previously unselected package pinentry-curses.
12:56:52 #11 30.61 Preparing to unpack .../146-pinentry-curses_1.1.0-3build1_arm64.deb ...
12:56:52 #11 30.61 Unpacking pinentry-curses (1.1.0-3build1) ...
12:56:52 #11 30.66 Selecting previously unselected package gpg-agent.
12:56:52 #13 27.89   Running scriptlet: which-2.21-28.el9.aarch64                            70/70 
12:56:52 #13 28.81   Verifying        : acl-2.3.1-3.el9.aarch64                               1/70 
12:56:52 #13 28.81   Verifying        : dbus-1:1.12.20-7.el9.aarch64                          2/70 
12:56:52 #13 28.81   Verifying        : dbus-broker-28-7.el9.aarch64                          3/70 
12:56:52 #13 28.81   Verifying        : dbus-common-1:1.12.20-7.el9.noarch                    4/70 
12:56:52 #13 28.81   Verifying        : device-mapper-9:1.02.187-4.el9.aarch64                5/70 
12:56:52 #13 28.81   Verifying        : device-mapper-libs-9:1.02.187-4.el9.aarch64           6/70 
12:56:52 #13 28.81   Verifying        : kmod-libs-28-7.el9.aarch64                            7/70 
12:56:52 #13 28.81   Verifying        : libatomic-11.3.1-4.3.el9.aarch64                      8/70 
12:56:52 #13 28.81   Verifying        : libcbor-0.7.0-5.el9.aarch64                           9/70 
12:56:52 #13 28.81   Verifying        : libedit-3.1-37.20210216cvs.el9.aarch64               10/70 
12:56:52 #13 28.81   Verifying        : libfido2-1.6.0-7.el9.aarch64                         11/70 
12:56:52 #13 28.81   Verifying        : libseccomp-2.5.2-2.el9.aarch64                       12/70 
12:56:52 #13 28.81   Verifying        : make-1:4.3-7.el9.aarch64                             13/70 
12:56:52 #13 28.81   Verifying        : openssh-8.7p1-28.el9.aarch64                         14/70 
12:56:52 #13 28.81   Verifying        : openssh-clients-8.7p1-28.el9.aarch64                 15/70 
12:56:52 #13 28.81   Verifying        : rpm-plugin-selinux-4.16.1.3-22.el9.aarch64           16/70 
12:56:52 #13 28.81   Verifying        : selinux-policy-38.1.5-1.el9.noarch                   17/70 
12:56:52 #13 28.81   Verifying        : selinux-policy-targeted-38.1.5-1.el9.noarch          18/70 
12:56:52 #13 28.81   Verifying        : systemd-252-3.el9.aarch64                            19/70 
12:56:52 #13 28.81   Verifying        : systemd-pam-252-3.el9.aarch64                        20/70 
12:56:52 #13 28.81   Verifying        : systemd-rpm-macros-252-3.el9.noarch                  21/70 
12:56:52 #13 28.81   Verifying        : which-2.21-28.el9.aarch64                            22/70 
12:56:52 #13 28.81   Verifying        : annobin-11.05-1.el9.aarch64                          23/70 
12:56:52 #13 28.81   Verifying        : autoconf-2.69-38.el9.noarch                          24/70 
12:56:52 #13 28.81   Verifying        : automake-1.16.2-6.el9.noarch                         25/70 
12:56:52 #13 28.81   Verifying        : cmake-3.20.2-8.el9.aarch64                           26/70 
12:56:52 #13 28.81   Verifying        : cmake-data-3.20.2-8.el9.noarch                       27/70 
12:56:52 #13 28.81   Verifying        : cmake-filesystem-3.20.2-8.el9.aarch64                28/70 
12:56:52 #13 28.81   Verifying        : cmake-rpm-macros-3.20.2-8.el9.noarch                 29/70 
12:56:52 #13 28.81   Verifying        : cpp-11.3.1-4.3.el9.aarch64                           30/70 
12:56:52 #13 28.81   Verifying        : gcc-11.3.1-4.3.el9.aarch64                           31/70 
12:56:52 #13 28.81   Verifying        : gcc-plugin-annobin-11.3.1-4.3.el9.aarch64            32/70 
12:56:52 #13 28.82   Verifying        : git-2.39.1-1.el9.aarch64                             33/70 
12:56:52 #13 28.82   Verifying        : git-core-2.39.1-1.el9.aarch64                        34/70 
12:56:52 #13 28.82   Verifying        : git-core-doc-2.39.1-1.el9.noarch                     35/70 
12:56:52 #13 28.82   Verifying        : glibc-devel-2.34-58.el9.aarch64                      36/70 
12:56:52 #13 28.82   Verifying        : kernel-headers-5.14.0-252.el9.aarch64                37/70 
12:56:52 #13 28.82   Verifying        : libasan-11.3.1-4.3.el9.aarch64                       38/70 
12:56:52 #13 28.82   Verifying        : libmpc-1.2.1-4.el9.aarch64                           39/70 
12:56:52 #13 28.82   Verifying        : libseccomp-devel-2.5.2-2.el9.aarch64                 40/70 
12:56:52 #13 28.82   Verifying        : libselinux-devel-3.5-0.rc2.1.el9.aarch64             41/70 
12:56:52 #13 28.82   Verifying        : libsepol-devel-3.5-0.rc2.1.el9.aarch64               42/70 
12:56:52 #13 28.82   Verifying        : libtool-2.4.6-45.el9.aarch64                         43/70 
12:56:52 #13 28.82   Verifying        : libtool-ltdl-2.4.6-45.el9.aarch64                    44/70 
12:56:52 #13 28.82   Verifying        : libubsan-11.3.1-4.3.el9.aarch64                      45/70 
12:56:52 #13 28.82   Verifying        : libuv-1:1.42.0-1.el9.aarch64                         46/70 
12:56:52 #13 28.82   Verifying        : libxcrypt-devel-4.4.18-3.el9.aarch64                 47/70 
12:56:52 #13 28.82   Verifying        : llvm-libs-15.0.7-1.el9.aarch64                       48/70 
12:56:52 #13 28.82   Verifying        : m4-1.4.19-1.el9.aarch64                              49/70 
12:56:52 #13 28.82   Verifying        : pcre2-devel-10.40-2.el9.aarch64                      50/70 
12:56:52 #13 28.82   Verifying        : pcre2-utf16-10.40-2.el9.aarch64                      51/70 
12:56:52 #13 28.82   Verifying        : pcre2-utf32-10.40-2.el9.aarch64                      52/70 
12:56:52 #13 28.82   Verifying        : perl-DynaLoader-1.47-480.el9.aarch64                 53/70 
12:56:52 #13 28.82   Verifying        : perl-Error-1:0.17029-7.el9.noarch                    54/70 
12:56:52 #13 28.82   Verifying        : perl-File-Compare-1.100.600-480.el9.noarch           55/70 
12:56:52 #13 28.82   Verifying        : perl-File-Copy-2.34-480.el9.noarch                   56/70 
12:56:52 #13 28.82   Verifying        : perl-File-Find-1.37-480.el9.noarch                   57/70 
12:56:52 #13 28.82   Verifying        : perl-Git-2.39.1-1.el9.noarch                         58/70 
12:56:52 #13 28.82   Verifying        : perl-TermReadKey-2.38-11.el9.aarch64                 59/70 
12:56:52 #13 28.82   Verifying        : perl-Thread-Queue-3.14-460.el9.noarch                60/70 
12:56:52 #13 28.82   Verifying        : perl-lib-0.65-480.el9.aarch64                        61/70 
12:56:52 #13 28.82   Verifying        : perl-threads-1:2.25-460.el9.aarch64                  62/70 
12:56:52 #13 28.82   Verifying        : perl-threads-shared-1.61-460.el9.aarch64             63/70 
12:56:52 #13 28.82   Verifying        : policycoreutils-devel-3.5-0.rc2.1.el9.aarch64        64/70 
12:56:52 #13 28.82   Verifying        : selinux-policy-devel-38.1.5-1.el9.noarch             65/70 
12:56:52 #13 28.82   Verifying        : systemd-devel-252-3.el9.aarch64                      66/70 
12:56:52 #13 28.82   Verifying        : device-mapper-devel-9:1.02.187-4.el9.aarch64         67/70 
12:56:52 #13 28.82   Verifying        : glibc-static-2.34-58.el9.aarch64                     68/70 
12:56:52 #13 28.82   Verifying        : libtool-ltdl-devel-2.4.6-45.el9.aarch64              69/70 
12:56:52 #13 28.82   Verifying        : libxcrypt-static-4.4.18-3.el9.aarch64                70/70 
12:56:52 #13 29.01 
12:56:52 #13 29.01 Installed:
12:56:52 #13 29.01   acl-2.3.1-3.el9.aarch64                                                       
12:56:52 #13 29.01   annobin-11.05-1.el9.aarch64                                                   
12:56:52 #13 29.01   autoconf-2.69-38.el9.noarch                                                   
12:56:52 #13 29.01   automake-1.16.2-6.el9.noarch                                                  
12:56:52 #13 29.01   cmake-3.20.2-8.el9.aarch64                                                    
12:56:52 #13 29.01   cmake-data-3.20.2-8.el9.noarch                                                
12:56:52 #13 29.01   cmake-filesystem-3.20.2-8.el9.aarch64                                         
12:56:52 #13 29.01   cmake-rpm-macros-3.20.2-8.el9.noarch                                          
12:56:52 #13 29.01   cpp-11.3.1-4.3.el9.aarch64                                                    
12:56:52 #13 29.01   dbus-1:1.12.20-7.el9.aarch64                                                  
12:56:52 #13 29.01   dbus-broker-28-7.el9.aarch64                                                  
12:56:52 #13 29.01   dbus-common-1:1.12.20-7.el9.noarch                                            
12:56:52 #13 29.01   device-mapper-9:1.02.187-4.el9.aarch64                                        
12:56:52 #13 29.01   device-mapper-devel-9:1.02.187-4.el9.aarch64                                  
12:56:52 #13 29.01   device-mapper-libs-9:1.02.187-4.el9.aarch64                                   
12:56:52 #13 29.01   gcc-11.3.1-4.3.el9.aarch64                                                    
12:56:52 #13 29.01   gcc-plugin-annobin-11.3.1-4.3.el9.aarch64                                     
12:56:52 #13 29.01   git-2.39.1-1.el9.aarch64                                                      
12:56:52 #13 29.01   git-core-2.39.1-1.el9.aarch64                                                 
12:56:52 #13 29.01   git-core-doc-2.39.1-1.el9.noarch                                              
12:56:52 #13 29.01   glibc-devel-2.34-58.el9.aarch64                                               
12:56:52 #13 29.01   glibc-static-2.34-58.el9.aarch64                                              
12:56:52 #13 29.01   kernel-headers-5.14.0-252.el9.aarch64                                         
12:56:52 #13 29.01   kmod-libs-28-7.el9.aarch64                                                    
12:56:52 #13 29.01   libasan-11.3.1-4.3.el9.aarch64                                                
12:56:52 #13 29.01   libatomic-11.3.1-4.3.el9.aarch64                                              
12:56:52 #13 29.01   libcbor-0.7.0-5.el9.aarch64                                                   
12:56:52 #13 29.01   libedit-3.1-37.20210216cvs.el9.aarch64                                        
12:56:52 #13 29.01   libfido2-1.6.0-7.el9.aarch64                                                  
12:56:52 #13 29.01   libmpc-1.2.1-4.el9.aarch64                                                    
12:56:52 #13 29.01   libseccomp-2.5.2-2.el9.aarch64                                                
12:56:52 #13 29.01   libseccomp-devel-2.5.2-2.el9.aarch64                                          
12:56:52 #13 29.01   libselinux-devel-3.5-0.rc2.1.el9.aarch64                                      
12:56:52 #13 29.01   libsepol-devel-3.5-0.rc2.1.el9.aarch64                                        
12:56:52 #13 29.01   libtool-2.4.6-45.el9.aarch64                                                  
12:56:52 #13 29.01   libtool-ltdl-2.4.6-45.el9.aarch64                                             
12:56:52 #13 29.01   libtool-ltdl-devel-2.4.6-45.el9.aarch64                                       
12:56:52 #13 29.01   libubsan-11.3.1-4.3.el9.aarch64                                               
12:56:52 #13 29.01   libuv-1:1.42.0-1.el9.aarch64                                                  
12:56:52 #13 29.01   libxcrypt-devel-4.4.18-3.el9.aarch64                                          
12:56:52 #13 29.01   libxcrypt-static-4.4.18-3.el9.aarch64                                         
12:56:52 #13 29.01   llvm-libs-15.0.7-1.el9.aarch64                                                
12:56:52 #13 29.01   m4-1.4.19-1.el9.aarch64                                                       
12:56:52 #13 29.01   make-1:4.3-7.el9.aarch64                                                      
12:56:52 #13 29.01   openssh-8.7p1-28.el9.aarch64                                                  
12:56:52 #13 29.01   openssh-clients-8.7p1-28.el9.aarch64                                          
12:56:52 #13 29.01   pcre2-devel-10.40-2.el9.aarch64                                               
12:56:52 #13 29.01   pcre2-utf16-10.40-2.el9.aarch64                                               
12:56:52 #13 29.01   pcre2-utf32-10.40-2.el9.aarch64                                               
12:56:52 #13 29.01   perl-DynaLoader-1.47-480.el9.aarch64                                          
12:56:52 #13 29.01   perl-Error-1:0.17029-7.el9.noarch                                             
12:56:52 #13 29.01   perl-File-Compare-1.100.600-480.el9.noarch                                    
12:56:52 #13 29.01   perl-File-Copy-2.34-480.el9.noarch                                            
12:56:52 #13 29.01   perl-File-Find-1.37-480.el9.noarch                                            
12:56:52 #13 29.01   perl-Git-2.39.1-1.el9.noarch                                                  
12:56:52 #13 29.01   perl-TermReadKey-2.38-11.el9.aarch64                                          
12:56:52 #13 29.01   perl-Thread-Queue-3.14-460.el9.noarch                                         
12:56:52 #13 29.01   perl-lib-0.65-480.el9.aarch64                                                 
12:56:52 #13 29.01   perl-threads-1:2.25-460.el9.aarch64                                           
12:56:52 #13 29.01   perl-threads-shared-1.61-460.el9.aarch64                                      
12:56:52 #13 29.01   policycoreutils-devel-3.5-0.rc2.1.el9.aarch64                                 
12:56:52 #13 29.01   rpm-plugin-selinux-4.16.1.3-22.el9.aarch64                                    
12:56:52 #13 29.01   selinux-policy-38.1.5-1.el9.noarch                                            
12:56:52 #13 29.01   selinux-policy-devel-38.1.5-1.el9.noarch                                      
12:56:52 #13 29.01   selinux-policy-targeted-38.1.5-1.el9.noarch                                   
12:56:52 #13 29.01   systemd-252-3.el9.aarch64                                                     
12:56:52 #13 29.01   systemd-devel-252-3.el9.aarch64                                               
12:56:52 #13 29.01   systemd-pam-252-3.el9.aarch64                                                 
12:56:52 #13 29.01   systemd-rpm-macros-252-3.el9.noarch                                           
12:56:52 #13 29.01   which-2.21-28.el9.aarch64                                                     
12:56:52 #13 29.01 
12:56:52 #13 29.01 Complete!
12:56:52 #10 62.36 Setting up libexception-class-perl (1.44-1) ...
12:56:52 #10 62.37 Setting up python3-xdg (0.27-2) ...
12:56:52 #11 30.44 Unpacking libdw1:amd64 (0.187-4) ...
12:56:52 #11 30.46 Selecting previously unselected package debugedit.
12:56:52 #11 30.47 Preparing to unpack .../144-debugedit_1%3a5.0-5_amd64.deb ...
12:56:52 #11 30.47 Unpacking debugedit (1:5.0-5) ...
12:56:52 #11 30.50 Selecting previously unselected package dwz.
12:56:52 #11 30.50 Preparing to unpack .../145-dwz_0.14-1build2_amd64.deb ...
12:56:52 #11 30.50 Unpacking dwz (0.14-1build2) ...
12:56:52 #11 30.53 Selecting previously unselected package gettext.
12:56:52 #11 30.53 Preparing to unpack .../146-gettext_0.21-8_amd64.deb ...
12:56:52 #11 30.53 Unpacking gettext (0.21-8) ...
12:56:52 #11 30.58 Selecting previously unselected package intltool-debian.
12:56:52 #11 30.58 Preparing to unpack .../147-intltool-debian_0.35.0+20060710.5_all.deb ...
12:56:52 #11 30.58 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:56:52 #11 30.61 Selecting previously unselected package po-debconf.
12:56:52 #11 30.61 Preparing to unpack .../148-po-debconf_1.0.21+nmu1_all.deb ...
12:56:52 #11 30.61 Unpacking po-debconf (1.0.21+nmu1) ...
12:56:52 #11 30.66 Selecting previously unselected package debhelper.
12:56:52 #11 30.66 Preparing to unpack .../149-debhelper_13.9.1ubuntu1_all.deb ...
12:56:52 #11 30.66 Unpacking debhelper (13.9.1ubuntu1) ...
12:56:52 #11 30.71 Selecting previously unselected package libfakeroot:amd64.
12:56:52 #10 28.18   Running scriptlet: gcc-toolset-12-runtime-12.0-5.el9.x86_64           146/166 
12:56:52 #10 28.37 ValueError: SELinux policy is not managed or store cannot be accessed.
12:56:52 #10 28.37 
12:56:52 #10 28.46   Installing       : gcc-toolset-12-binutils-2.38-16.el9.x86_64         147/166 
12:56:52 #10 29.59 Preparing to unpack .../068-build-essential_12.9_amd64.deb ...
12:56:52 #10 29.60 Unpacking build-essential (12.9) ...
12:56:52 #10 29.63 Selecting previously unselected package libbrotli1:amd64.
12:56:52 #10 29.63 Preparing to unpack .../069-libbrotli1_1.0.9-2+b6_amd64.deb ...
12:56:52 #10 29.63 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ...
12:56:52 #10 29.68 Selecting previously unselected package libsasl2-modules-db:amd64.
12:56:52 #10 29.69 Preparing to unpack .../070-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ...
12:56:52 #10 29.69 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
12:56:52 #10 29.72 Selecting previously unselected package libsasl2-2:amd64.
12:56:52 #10 29.72 Preparing to unpack .../071-libsasl2-2_2.1.28+dfsg-10_amd64.deb ...
12:56:52 #10 29.72 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ...
12:56:52 #10 29.76 Selecting previously unselected package libldap-2.5-0:amd64.
12:56:52 #10 29.76 Preparing to unpack .../072-libldap-2.5-0_2.5.13+dfsg-3_amd64.deb ...
12:56:52 #10 29.76 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-3) ...
12:56:52 #10 29.81 Selecting previously unselected package libnghttp2-14:amd64.
12:56:52 #10 29.81 Preparing to unpack .../073-libnghttp2-14_1.51.0-1_amd64.deb ...
12:56:52 #10 29.82 Unpacking libnghttp2-14:amd64 (1.51.0-1) ...
12:56:52 #11 27.93 Preparing to unpack .../156-libhttp-date-perl_6.05-1_all.deb ...
12:56:52 #11 27.93 Unpacking libhttp-date-perl (6.05-1) ...
12:56:52 #11 27.96 Selecting previously unselected package libfile-listing-perl.
12:56:52 #11 27.96 Preparing to unpack .../157-libfile-listing-perl_6.14-1_all.deb ...
12:56:52 #11 27.96 Unpacking libfile-listing-perl (6.14-1) ...
12:56:52 #11 28.01 Selecting previously unselected package libhtml-tagset-perl.
12:56:52 #11 28.02 Preparing to unpack .../158-libhtml-tagset-perl_3.20-4_all.deb ...
12:56:52 #11 28.02 Unpacking libhtml-tagset-perl (3.20-4) ...
12:56:52 #11 28.05 Selecting previously unselected package liburi-perl.
12:56:52 #11 28.05 Preparing to unpack .../159-liburi-perl_5.10-1_all.deb ...
12:56:52 #11 28.06 Unpacking liburi-perl (5.10-1) ...
12:56:52 #11 28.09 Selecting previously unselected package libhtml-parser-perl:arm64.
12:56:52 #11 28.09 Preparing to unpack .../160-libhtml-parser-perl_3.76-1build2_arm64.deb ...
12:56:52 #11 28.09 Unpacking libhtml-parser-perl:arm64 (3.76-1build2) ...
12:56:52 #11 28.13 Selecting previously unselected package libhtml-tree-perl.
12:56:52 #11 28.13 Preparing to unpack .../161-libhtml-tree-perl_5.07-2_all.deb ...
12:56:52 #11 28.13 Unpacking libhtml-tree-perl (5.07-2) ...
12:56:52 #11 28.18 Selecting previously unselected package libio-html-perl.
12:56:52 #11 28.18 Preparing to unpack .../162-libio-html-perl_1.004-2_all.deb ...
12:56:52 #11 28.18 Unpacking libio-html-perl (1.004-2) ...
12:56:52 #11 28.21 Selecting previously unselected package liblwp-mediatypes-perl.
12:56:52 #11 28.21 Preparing to unpack .../163-liblwp-mediatypes-perl_6.04-1_all.deb ...
12:56:52 #11 28.22 Unpacking liblwp-mediatypes-perl (6.04-1) ...
12:56:52 #11 28.24 Selecting previously unselected package libhttp-message-perl.
12:56:52 #11 28.25 Preparing to unpack .../164-libhttp-message-perl_6.36-1_all.deb ...
12:56:52 #11 28.25 Unpacking libhttp-message-perl (6.36-1) ...
12:56:52 #11 28.28 Selecting previously unselected package libhttp-cookies-perl.
12:56:52 #11 32.46 Preparing to unpack .../177-libparams-classify-perl_0.015-2_arm64.deb ...
12:56:52 #11 32.47 Unpacking libparams-classify-perl:arm64 (0.015-2) ...
12:56:52 #11 32.50 Selecting previously unselected package libmodule-runtime-perl.
12:56:52 #11 32.50 Preparing to unpack .../178-libmodule-runtime-perl_0.016-2_all.deb ...
12:56:52 #11 32.51 Unpacking libmodule-runtime-perl (0.016-2) ...
12:56:52 #11 32.55 Selecting previously unselected package libimport-into-perl.
12:56:52 #11 32.55 Preparing to unpack .../179-libimport-into-perl_1.002005-2_all.deb ...
12:56:52 #11 32.55 Unpacking libimport-into-perl (1.002005-2) ...
12:56:52 #11 32.58 Selecting previously unselected package librole-tiny-perl.
12:56:52 #11 32.58 Preparing to unpack .../180-librole-tiny-perl_2.002004-1_all.deb ...
12:56:52 #11 32.59 Unpacking librole-tiny-perl (2.002004-1) ...
12:56:52 #11 32.62 Selecting previously unselected package libsub-quote-perl.
12:56:52 #11 32.63 Preparing to unpack .../181-libsub-quote-perl_2.006006-1_all.deb ...
12:56:52 #11 32.63 Unpacking libsub-quote-perl (2.006006-1) ...
12:56:52 #11 32.66 Selecting previously unselected package libmoo-perl.
12:56:52 #11 32.66 Preparing to unpack .../182-libmoo-perl_2.005004-3_all.deb ...
12:56:52 #11 32.67 Unpacking libmoo-perl (2.005004-3) ...
12:56:52 #11 32.71 Selecting previously unselected package libencode-locale-perl.
12:56:52 #10 22.64 Selecting previously unselected package python3.6.
12:56:52 #10 22.64 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.9_amd64.deb ...
12:56:52 #10 22.66 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.9) ...
12:56:52 #10 22.69 Selecting previously unselected package libpython3-stdlib:amd64.
12:56:52 #10 22.70 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ...
12:56:52 #10 22.70 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
12:56:52 #10 22.73 Setting up python3-minimal (3.6.7-1~18.04) ...
12:56:52 #11 20.27 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
12:56:52 #11 20.27 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
12:56:52 #11 20.31 Selecting previously unselected package libpython3-stdlib:amd64.
12:56:52 #11 20.31 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
12:56:52 #11 20.31 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
12:56:52 #11 20.34 Setting up python3-minimal (3.8.2-0ubuntu2) ...
12:56:52 #11 20.52 Selecting previously unselected package python3.
12:56:52 #11 30.66 Preparing to unpack .../147-gpg-agent_2.2.19-3ubuntu2.2_arm64.deb ...
12:56:52 #11 30.66 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
12:56:52 #11 30.72 Selecting previously unselected package gpg-wks-client.
12:56:52 #11 30.72 Preparing to unpack .../148-gpg-wks-client_2.2.19-3ubuntu2.2_arm64.deb ...
12:56:52 #11 30.72 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
12:56:52 #11 30.76 Selecting previously unselected package gpg-wks-server.
12:56:52 #11 30.77 Preparing to unpack .../149-gpg-wks-server_2.2.19-3ubuntu2.2_arm64.deb ...
12:56:52 #11 30.77 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
12:56:52 #11 30.81 Selecting previously unselected package gpgsm.
12:56:52 #11 30.81 Preparing to unpack .../150-gpgsm_2.2.19-3ubuntu2.2_arm64.deb ...
12:56:52 #11 30.82 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
12:56:52 #11 30.87 Selecting previously unselected package gnupg.
12:56:52 #10 32.43 Selecting previously unselected package libfakeroot:amd64.
12:56:52 #10 32.43 Preparing to unpack .../090-libfakeroot_1.25.3-1.1_amd64.deb ...
12:56:52 #10 32.43 Unpacking libfakeroot:amd64 (1.25.3-1.1) ...
12:56:52 #10 32.47 Selecting previously unselected package fakeroot.
12:56:52 #10 32.47 Preparing to unpack .../091-fakeroot_1.25.3-1.1_amd64.deb ...
12:56:52 #10 32.48 Unpacking fakeroot (1.25.3-1.1) ...
12:56:52 #10 32.52 Selecting previously unselected package libassuan0:amd64.
12:56:52 #10 32.52 Preparing to unpack .../092-libassuan0_2.5.3-7.1_amd64.deb ...
12:56:52 #10 32.53 Unpacking libassuan0:amd64 (2.5.3-7.1) ...
12:56:52 #10 32.56 Selecting previously unselected package gpgconf.
12:56:52 #10 32.56 Preparing to unpack .../093-gpgconf_2.2.27-2+deb11u2_amd64.deb ...
12:56:52 #10 32.57 Unpacking gpgconf (2.2.27-2+deb11u2) ...
12:56:52 #10 32.61 Selecting previously unselected package libksba8:amd64.
12:56:52 #10 32.62 Preparing to unpack .../094-libksba8_1.5.0-3+deb11u2_amd64.deb ...
12:56:52 #10 32.62 Unpacking libksba8:amd64 (1.5.0-3+deb11u2) ...
12:56:52 #10 32.66 Selecting previously unselected package libnpth0:amd64.
12:56:52 #10 62.53 Setting up libconfig-tiny-perl (2.26-1) ...
12:56:52 #10 62.54 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
12:56:52 #10 62.55 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
12:56:52 #10 62.57 Setting up liblist-utilsby-perl (0.11-1) ...
12:56:52 #10 62.58 Setting up libstring-shellquote-perl (1.04-1) ...
12:56:52 #10 62.59 Setting up libsub-install-perl (0.928-1.1) ...
12:56:52 #10 62.60 Setting up dpkg-dev (1.20.12) ...
12:56:52 #10 62.62 Setting up libnumber-compare-perl (0.03-1.1) ...
12:56:52 #10 62.63 Setting up intltool-debian (0.35.0+20060710.5) ...
12:56:52 #10 62.64 Setting up liberror-perl (0.17029-1) ...
12:56:52 #10 62.65 Setting up python3-six (1.16.0-2) ...
12:56:52 #10 62.79 Setting up dh-autoreconf (20) ...
12:56:52 #11 30.71 Preparing to unpack .../150-libfakeroot_1.29-1ubuntu1_amd64.deb ...
12:56:52 #10 29.86 Selecting previously unselected package libpsl5:amd64.
12:56:52 #10 29.86 Preparing to unpack .../074-libpsl5_0.21.0-1.2_amd64.deb ...
12:56:52 #10 29.86 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
12:56:52 #10 29.90 Selecting previously unselected package librtmp1:amd64.
12:56:52 #10 29.90 Preparing to unpack .../075-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
12:56:52 #10 29.90 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:56:52 #10 29.94 Selecting previously unselected package libssh2-1:amd64.
12:56:52 #10 29.95 Preparing to unpack .../076-libssh2-1_1.10.0-3+b1_amd64.deb ...
12:56:52 #10 29.95 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ...
12:56:52 #10 30.00 Selecting previously unselected package libcurl4:amd64.
12:56:52 #10 30.00 Preparing to unpack .../077-libcurl4_7.87.0-2_amd64.deb ...
12:56:52 #10 30.00 Unpacking libcurl4:amd64 (7.87.0-2) ...
12:56:52 #10 30.06 Selecting previously unselected package curl.
12:56:52 #11 28.28 Preparing to unpack .../165-libhttp-cookies-perl_6.10-1_all.deb ...
12:56:52 #11 28.28 Unpacking libhttp-cookies-perl (6.10-1) ...
12:56:52 #11 28.32 Selecting previously unselected package libhttp-negotiate-perl.
12:56:52 #11 28.32 Preparing to unpack .../166-libhttp-negotiate-perl_6.01-1_all.deb ...
12:56:52 #11 28.33 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:56:52 #11 28.35 Selecting previously unselected package perl-openssl-defaults:arm64.
12:56:52 #11 28.36 Preparing to unpack .../167-perl-openssl-defaults_5build2_arm64.deb ...
12:56:52 #11 28.37 Unpacking perl-openssl-defaults:arm64 (5build2) ...
12:56:52 #11 28.40 Selecting previously unselected package libnet-ssleay-perl:arm64.
12:56:52 #11 28.40 Preparing to unpack .../168-libnet-ssleay-perl_1.92-1build2_arm64.deb ...
12:56:52 #11 28.41 Unpacking libnet-ssleay-perl:arm64 (1.92-1build2) ...
12:56:52 #11 28.45 Selecting previously unselected package libio-socket-ssl-perl.
12:56:52 #11 28.45 Preparing to unpack .../169-libio-socket-ssl-perl_2.074-2_all.deb ...
12:56:52 #11 28.46 Unpacking libio-socket-ssl-perl (2.074-2) ...
12:56:52 #11 28.49 Selecting previously unselected package libnet-http-perl.
12:56:52 #11 28.49 Preparing to unpack .../170-libnet-http-perl_6.22-1_all.deb ...
12:56:52 #11 28.49 Unpacking libnet-http-perl (6.22-1) ...
12:56:52 #11 28.52 Selecting previously unselected package liblwp-protocol-https-perl.
12:56:52 #11 30.72 Unpacking libfakeroot:amd64 (1.29-1ubuntu1) ...
12:56:52 #11 30.75 Selecting previously unselected package fakeroot.
12:56:52 #11 30.75 Preparing to unpack .../151-fakeroot_1.29-1ubuntu1_amd64.deb ...
12:56:52 #11 30.75 Unpacking fakeroot (1.29-1ubuntu1) ...
12:56:52 #11 30.79 Selecting previously unselected package libassuan0:amd64.
12:56:52 #11 30.79 Preparing to unpack .../152-libassuan0_2.5.5-4_amd64.deb ...
12:56:52 #11 30.79 Unpacking libassuan0:amd64 (2.5.5-4) ...
12:56:52 #11 30.82 Selecting previously unselected package gpgconf.
12:56:52 #11 30.82 Preparing to unpack .../153-gpgconf_2.2.35-3ubuntu1_amd64.deb ...
12:56:52 #11 30.82 Unpacking gpgconf (2.2.35-3ubuntu1) ...
12:56:52 #11 30.86 Selecting previously unselected package libksba8:amd64.
12:56:52 #11 30.86 Preparing to unpack .../154-libksba8_1.6.0-3ubuntu1.1_amd64.deb ...
12:56:52 #11 30.86 Unpacking libksba8:amd64 (1.6.0-3ubuntu1.1) ...
12:56:52 #11 30.89 Selecting previously unselected package libnpth0:amd64.
12:56:52 #11 30.89 Preparing to unpack .../155-libnpth0_1.6-3build2_amd64.deb ...
12:56:52 #11 30.90 Unpacking libnpth0:amd64 (1.6-3build2) ...
12:56:52 #11 30.93 Selecting previously unselected package dirmngr.
12:56:52 12:56:52 #11 32.71 Preparing to unpack .../183-libencode-locale-perl_1.05-2_all.deb ...
12:56:52 #11 32.72 Unpacking libencode-locale-perl (1.05-2) ...
12:56:52 #11 32.75 Selecting previously unselected package libtimedate-perl.
12:56:52 #11 32.75 Preparing to unpack .../184-libtimedate-perl_2.3300-2_all.deb ...
12:56:52 #11 32.76 Unpacking libtimedate-perl (2.3300-2) ...
12:56:52 #11 32.79 Selecting previously unselected package libhttp-date-perl.
12:56:52 #11 32.80 Preparing to unpack .../185-libhttp-date-perl_6.05-1_all.deb ...
12:56:52 #11 32.80 Unpacking libhttp-date-perl (6.05-1) ...
12:56:52 #11 32.83 Selecting previously unselected package libfile-listing-perl.
12:56:52 #11 32.83 Preparing to unpack .../186-libfile-listing-perl_6.15-1_all.deb ...
12:56:52 #11 32.84 Unpacking libfile-listing-perl (6.15-1) ...
12:56:52 #11 32.90 Selecting previously unselected package libhtml-tagset-perl.
12:56:52 #11 32.90 Preparing to unpack .../187-libhtml-tagset-perl_3.20-4_all.deb ...
12:56:52 #11 32.90 Unpacking libhtml-tagset-perl (3.20-4) ...
12:56:52 #11 32.94 Selecting previously unselected package liburi-perl.
#10 28.47   Running scriptlet: gcc-toolset-12-binutils-2.38-16.el9.x86_64         147/166 
12:56:52 #10 28.49   Installing       : gcc-toolset-12-binutils-gold-2.38-14.el9.x86_64    148/166 
12:56:52 #10 28.58   Installing       : binutils-2.35.2-37.el9.x86_64                      149/166 
12:56:52 #10 28.59   Running scriptlet: binutils-2.35.2-37.el9.x86_64                      149/166 
12:56:52 #10 28.61   Installing       : libbrotli-1.0.9-6.el9.x86_64                       150/166 
12:56:52 #10 22.91 Selecting previously unselected package python3.
12:56:52 #10 22.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 ... 4780 files and directories currently installed.)
12:56:52 #10 22.91 Preparing to unpack .../0-python3_3.6.7-1~18.04_amd64.deb ...
12:56:52 #10 22.92 Unpacking python3 (3.6.7-1~18.04) ...
12:56:52 #10 22.95 Selecting previously unselected package multiarch-support.
12:56:52 #10 22.95 Preparing to unpack .../1-multiarch-support_2.27-3ubuntu1.6_amd64.deb ...
12:56:52 #10 22.96 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
12:56:52 #10 22.99 Selecting previously unselected package libxau6:amd64.
12:56:52 #10 22.99 Preparing to unpack .../2-libxau6_1%3a1.0.8-1ubuntu1_amd64.deb ...
12:56:52 #10 22.99 Unpacking libxau6:amd64 (1:1.0.8-1ubuntu1) ...
12:56:52 #10 23.02 Selecting previously unselected package libbsd0:amd64.
12:56:52 #11 20.52 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4869 files and directories currently installed.)
12:56:52 #11 20.52 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_amd64.deb ...
12:56:52 #11 20.53 Unpacking python3 (3.8.2-0ubuntu2) ...
12:56:52 #11 20.56 Selecting previously unselected package libbsd0:amd64.
12:56:52 #11 20.56 Preparing to unpack .../001-libbsd0_0.10.0-1_amd64.deb ...
12:56:52 #11 20.56 Unpacking libbsd0:amd64 (0.10.0-1) ...
12:56:52 #11 20.59 Selecting previously unselected package bsdmainutils.
12:56:52 #11 20.59 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_amd64.deb ...
12:56:52 #11 20.60 Unpacking bsdmainutils (11.1.2ubuntu3) ...
12:56:52 #11 20.64 Selecting previously unselected package libuchardet0:amd64.
12:56:52 #11 20.64 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_amd64.deb ...
12:56:52 #11 20.65 Unpacking libuchardet0:amd64 (0.0.6-3build1) ...
12:56:52 #11 20.68 Selecting previously unselected package groff-base.
12:56:52 #11 20.68 Preparing to unpack .../004-groff-base_1.22.4-4build1_amd64.deb ...
12:56:52 #11 20.68 Unpacking groff-base (1.22.4-4build1) ...
12:56:52 #11 30.87 Preparing to unpack .../151-gnupg_2.2.19-3ubuntu2.2_all.deb ...
12:56:52 #11 30.87 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
12:56:52 #11 30.91 Selecting previously unselected package libfile-which-perl.
12:56:52 #11 30.91 Preparing to unpack .../152-libfile-which-perl_1.23-1_all.deb ...
12:56:52 #11 30.92 Unpacking libfile-which-perl (1.23-1) ...
12:56:52 #11 30.95 Selecting previously unselected package libfile-homedir-perl.
12:56:52 #11 30.95 Preparing to unpack .../153-libfile-homedir-perl_1.004-1_all.deb ...
12:56:52 #11 30.96 Unpacking libfile-homedir-perl (1.004-1) ...
12:56:52 #11 31.00 Selecting previously unselected package libio-pty-perl.
12:56:52 #11 31.00 Preparing to unpack .../154-libio-pty-perl_1%3a1.12-1_arm64.deb ...
12:56:52 #11 31.00 Unpacking libio-pty-perl (1:1.12-1) ...
12:56:52 #11 31.04 Selecting previously unselected package libipc-run-perl.
12:56:52 #11 31.04 Preparing to unpack .../155-libipc-run-perl_20180523.0-2_all.deb ...
12:56:52 #11 31.05 Unpacking libipc-run-perl (20180523.0-2) ...
12:56:52 #11 31.09 Selecting previously unselected package libclass-method-modifiers-perl.
12:56:52 #11 31.09 Preparing to unpack .../156-libclass-method-modifiers-perl_2.13-1_all.deb ...
12:56:52 #11 31.09 Unpacking libclass-method-modifiers-perl (2.13-1) ...
12:56:52 #11 31.12 Selecting previously unselected package libb-hooks-op-check-perl.
12:56:52 #7 ...
12:56:52 
12:56:52 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:56:52 #10 5.910 Fedora 37 - x86_64                               13 MB/s |  64 MB     00:04    
12:56:52 #10 ...
12:56:52 
12:56:52 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:52 #11 19.18 Selecting previously unselected package python3-minimal.
12:56:52 #13 29.56 Last metadata expiration check: 0:00:27 ago on Wed Feb  8 12:56:25 2023.
12:56:52 #13 29.62 Package bash-5.1.8-6.el9.aarch64 is already installed.
12:56:52 #13 29.65 Dependencies resolved.
12:56:52 #13 29.65 Nothing to do.
12:56:52 #13 29.65 Complete!
12:56:52 #10 36.42 Setting up libmpc3:arm64 (1.1.0-1) ...
12:56:52 #10 36.43 Setting up libc-dev-bin (2.27-3ubuntu1.6) ...
12:56:52 #10 36.43 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
12:56:52 #10 36.44 Setting up libgdbm-compat4:arm64 (1.14.1-6) ...
12:56:52 #10 36.45 Setting up libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ...
12:56:52 #10 36.46 Setting up bsdmainutils (11.1.2ubuntu1) ...
12:56:52 #10 36.48 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:56:52 #10 36.48 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
12:56:52 #10 36.48 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:56:52 #10 36.48 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
12:56:52 #10 36.49 Setting up libsasl2-modules:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:56:52 #10 36.51 Setting up ca-certificates (20211016ubuntu0.18.04.1) ...
12:56:52 #10 32.67 Preparing to unpack .../095-libnpth0_1.6-3_amd64.deb ...
12:56:52 #10 32.67 Unpacking libnpth0:amd64 (1.6-3) ...
12:56:52 #10 32.71 Selecting previously unselected package dirmngr.
12:56:52 #10 32.71 Preparing to unpack .../096-dirmngr_2.2.27-2+deb11u2_amd64.deb ...
12:56:52 #10 32.72 Unpacking dirmngr (2.2.27-2+deb11u2) ...
12:56:52 #10 32.79 Selecting previously unselected package gnupg-l10n.
12:56:52 #10 32.79 Preparing to unpack .../097-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
12:56:52 #10 32.79 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
12:56:52 #10 32.90 Selecting previously unselected package gnupg-utils.
12:56:52 #10 62.80 Setting up patchutils (0.4.2-1) ...
12:56:52 #10 62.81 Setting up libmail-sendmail-perl (0.80-1.1) ...
12:56:52 #10 62.83 Setting up libltdl-dev:arm64 (2.4.6-15) ...
12:56:52 #10 62.84 Setting up libjson-maybexs-perl (1.004003-1) ...
12:56:52 #10 62.85 Setting up libxml-sax-base-perl (1.09-1.1) ...
12:56:52 #10 62.86 Setting up libio-string-perl (1.08-3.1) ...
12:56:52 #10 62.87 Setting up libreadonly-perl (2.050-3) ...
12:56:52 #10 62.89 Setting up python3-gpg (1.14.0-1+b2) ...
12:56:52 #10 63.05 Setting up python3-certifi (2020.6.20-1) ...
12:56:52 #10 30.06 Preparing to unpack .../078-curl_7.87.0-2_amd64.deb ...
12:56:52 #10 30.06 Unpacking curl (7.87.0-2) ...
12:56:52 #10 30.12 Selecting previously unselected package dctrl-tools.
12:56:52 #10 30.12 Preparing to unpack .../079-dctrl-tools_2.24-3+b1_amd64.deb ...
12:56:52 #10 30.13 Unpacking dctrl-tools (2.24-3+b1) ...
12:56:52 #10 30.17 Selecting previously unselected package libdebhelper-perl.
12:56:52 #10 30.17 Preparing to unpack .../080-libdebhelper-perl_13.11.4_all.deb ...
12:56:52 #10 30.18 Unpacking libdebhelper-perl (13.11.4) ...
12:56:52 #10 30.21 Selecting previously unselected package libtool.
12:56:52 #10 30.21 Preparing to unpack .../081-libtool_2.4.7-5_all.deb ...
12:56:52 #10 30.22 Unpacking libtool (2.4.7-5) ...
12:56:52 #10 30.26 Selecting previously unselected package dh-autoreconf.
12:56:52 #10 30.27 Preparing to unpack .../082-dh-autoreconf_20_all.deb ...
12:56:52 #10 30.27 Unpacking dh-autoreconf (20) ...
12:56:52 #10 30.30 Selecting previously unselected package libarchive-zip-perl.
12:56:52 #11 28.52 Preparing to unpack .../171-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:56:52 #11 28.53 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:56:52 #11 28.56 Selecting previously unselected package libtry-tiny-perl.
12:56:52 #11 28.56 Preparing to unpack .../172-libtry-tiny-perl_0.31-1_all.deb ...
12:56:52 #11 28.56 Unpacking libtry-tiny-perl (0.31-1) ...
12:56:52 #11 28.59 Selecting previously unselected package libwww-robotrules-perl.
12:56:52 #11 28.59 Preparing to unpack .../173-libwww-robotrules-perl_6.02-1_all.deb ...
12:56:52 #11 28.60 Unpacking libwww-robotrules-perl (6.02-1) ...
12:56:52 #11 28.65 Selecting previously unselected package libwww-perl.
12:56:52 #11 28.66 Preparing to unpack .../174-libwww-perl_6.61-1_all.deb ...
12:56:52 #11 28.66 Unpacking libwww-perl (6.61-1) ...
12:56:52 #11 28.69 Selecting previously unselected package patchutils.
12:56:52 #11 28.69 Preparing to unpack .../175-patchutils_0.4.2-1build2_arm64.deb ...
12:56:52 #11 28.70 Unpacking patchutils (0.4.2-1build2) ...
12:56:52 #11 28.73 Selecting previously unselected package wdiff.
12:56:52 #11 28.73 Preparing to unpack .../176-wdiff_1.2.2-2build3_arm64.deb ...
12:56:52 #11 28.73 Unpacking wdiff (1.2.2-2build3) ...
12:56:52 #11 28.77 Selecting previously unselected package devscripts.
12:56:52 #11 32.94 Preparing to unpack .../188-liburi-perl_5.12-1ubuntu1_all.deb ...
12:56:52 #11 32.95 Unpacking liburi-perl (5.12-1ubuntu1) ...
12:56:52 #11 32.99 Selecting previously unselected package libhtml-parser-perl:arm64.
12:56:52 #11 32.99 Preparing to unpack .../189-libhtml-parser-perl_3.78-1_arm64.deb ...
12:56:52 #11 32.99 Unpacking libhtml-parser-perl:arm64 (3.78-1) ...
12:56:52 #11 33.04 Selecting previously unselected package libhtml-tree-perl.
12:56:52 #11 33.04 Preparing to unpack .../190-libhtml-tree-perl_5.07-2_all.deb ...
12:56:52 #11 33.04 Unpacking libhtml-tree-perl (5.07-2) ...
12:56:52 #11 33.09 Selecting previously unselected package libio-html-perl.
12:56:52 #11 33.09 Preparing to unpack .../191-libio-html-perl_1.004-3_all.deb ...
12:56:52 #11 33.09 Unpacking libio-html-perl (1.004-3) ...
12:56:52 #11 33.13 Selecting previously unselected package liblwp-mediatypes-perl.
12:56:52 #11 33.13 Preparing to unpack .../192-liblwp-mediatypes-perl_6.04-1_all.deb ...
12:56:52 #11 33.13 Unpacking liblwp-mediatypes-perl (6.04-1) ...
12:56:52 #11 33.17 Selecting previously unselected package libhttp-message-perl.
12:56:52 #11 33.17 Preparing to unpack .../193-libhttp-message-perl_6.37-1_all.deb ...
12:56:52 #10 28.61   Installing       : libatomic-11.3.1-4.3.el9.x86_64                    151/166 
12:56:52 #10 28.75   Installing       : webkit2gtk3-jsc-2.38.4-1.el9.x86_64                152/166 
12:56:52 #10 28.76   Installing       : libproxy-webkitgtk4-0.4.15-35.el9.x86_64           153/166 
12:56:52 #10 28.76   Installing       : json-glib-1.6.6-1.el9.x86_64                       154/166 
12:56:52 #10 28.77   Installing       : info-6.7-15.el9.x86_64                             155/166 
12:56:52 #10 28.78   Installing       : ed-1.14.2-12.el9.x86_64                            156/166 
12:56:52 #10 28.79   Installing       : patch-2.7.6-16.el9.x86_64                          157/166 
12:56:52 #10 28.81   Installing       : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1   158/166 
12:56:52 #10 28.83   Installing       : gsettings-desktop-schemas-40.0-6.el9.x86_64        159/166 
12:56:52 #10 28.84   Installing       : glib-networking-2.68.3-3.el9.x86_64                160/166 
12:56:52 #10 28.86   Installing       : libsoup-2.72.0-8.el9.x86_64                        161/166 
12:56:52 #10 28.87   Installing       : libappstream-glib-0.7.18-4.el9.x86_64              162/166 
12:56:52 #10 28.89   Installing       : rpmlint-1.11-19.el9.noarch                         163/166 
12:56:52 #10 28.90   Installing       : rpm-build-4.16.1.3-22.el9.x86_64                   164/166 
12:56:52 #10 28.90   Installing       : dnf-plugins-core-4.3.0-4.el9.noarch                165/166 
12:56:52 #11 30.93 Preparing to unpack .../156-dirmngr_2.2.35-3ubuntu1_amd64.deb ...
12:56:52 #11 30.94 Unpacking dirmngr (2.2.35-3ubuntu1) ...
12:56:52 #11 30.97 Selecting previously unselected package gnupg-l10n.
12:56:52 #11 30.97 Preparing to unpack .../157-gnupg-l10n_2.2.35-3ubuntu1_all.deb ...
12:56:52 #11 30.98 Unpacking gnupg-l10n (2.2.35-3ubuntu1) ...
12:56:52 #11 31.01 Selecting previously unselected package gnupg-utils.
12:56:52 #11 31.01 Preparing to unpack .../158-gnupg-utils_2.2.35-3ubuntu1_amd64.deb ...
12:56:52 #11 31.01 Unpacking gnupg-utils (2.2.35-3ubuntu1) ...
12:56:52 #11 31.04 Selecting previously unselected package gpg.
12:56:52 #11 31.04 Preparing to unpack .../159-gpg_2.2.35-3ubuntu1_amd64.deb ...
12:56:52 #11 31.05 Unpacking gpg (2.2.35-3ubuntu1) ...
12:56:52 #11 31.08 Selecting previously unselected package pinentry-curses.
12:56:52 #11 31.08 Preparing to unpack .../160-pinentry-curses_1.2.0-2ubuntu1_amd64.deb ...
12:56:52 #11 31.09 Unpacking pinentry-curses (1.2.0-2ubuntu1) ...
12:56:52 #11 31.12 Selecting previously unselected package gpg-agent.
12:56:52 #11 31.12 Preparing to unpack .../161-gpg-agent_2.2.35-3ubuntu1_amd64.deb ...
12:56:52 #11 31.13 Unpacking gpg-agent (2.2.35-3ubuntu1) ...
12:56:52 #11 31.16 Selecting previously unselected package gpg-wks-client.
12:56:52 #11 31.16 Preparing to unpack .../162-gpg-wks-client_2.2.35-3ubuntu1_amd64.deb ...
12:56:52 #11 31.17 Unpacking gpg-wks-client (2.2.35-3ubuntu1) ...
12:56:52 #11 31.19 Selecting previously unselected package gpg-wks-server.
12:56:52 #11 31.19 Preparing to unpack .../163-gpg-wks-server_2.2.35-3ubuntu1_amd64.deb ...
12:56:52 #11 31.20 Unpacking gpg-wks-server (2.2.35-3ubuntu1) ...
12:56:52 #11 31.22 Selecting previously unselected package gpgsm.
12:56:52 #11 31.22 Preparing to unpack .../164-gpgsm_2.2.35-3ubuntu1_amd64.deb ...
12:56:52 #11 31.23 Unpacking gpgsm (2.2.35-3ubuntu1) ...
12:56:52 #11 31.26 Selecting previously unselected package gnupg.
12:56:52 #11 31.26 Preparing to unpack .../165-gnupg_2.2.35-3ubuntu1_all.deb ...
12:56:52 #11 31.26 Unpacking gnupg (2.2.35-3ubuntu1) ...
12:56:52 #11 31.29 Selecting previously unselected package libfile-dirlist-perl.
12:56:52 #10 23.02 Preparing to unpack .../3-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ...
12:56:52 #10 23.03 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ...
12:56:52 #10 23.06 Selecting previously unselected package libxdmcp6:amd64.
12:56:52 #10 23.06 Preparing to unpack .../4-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
12:56:52 #10 23.07 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
12:56:52 #10 23.10 Selecting previously unselected package libxcb1:amd64.
12:56:52 #10 23.10 Preparing to unpack .../5-libxcb1_1.13-2~ubuntu18.04_amd64.deb ...
12:56:52 #10 23.11 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ...
12:56:52 #10 23.14 Selecting previously unselected package libx11-data.
12:56:52 #10 23.15 Preparing to unpack .../6-libx11-data_2%3a1.6.4-3ubuntu0.4_all.deb ...
12:56:52 #10 23.15 Unpacking libx11-data (2:1.6.4-3ubuntu0.4) ...
12:56:52 #10 23.24 Selecting previously unselected package libx11-6:amd64.
12:56:52 #10 23.25 Preparing to unpack .../7-libx11-6_2%3a1.6.4-3ubuntu0.4_amd64.deb ...
12:56:52 #10 23.25 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.4) ...
12:56:52 #10 23.35 Setting up multiarch-support (2.27-3ubuntu1.6) ...
12:56:52 #11 20.80 Selecting previously unselected package libgdbm6:amd64.
12:56:52 #11 20.80 Preparing to unpack .../005-libgdbm6_1.18.1-5_amd64.deb ...
12:56:52 #11 20.80 Unpacking libgdbm6:amd64 (1.18.1-5) ...
12:56:52 #11 20.83 Selecting previously unselected package libpipeline1:amd64.
12:56:52 #11 20.83 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_amd64.deb ...
12:56:52 #11 20.83 Unpacking libpipeline1:amd64 (1.5.2-2build1) ...
12:56:52 #11 20.87 Selecting previously unselected package man-db.
12:56:52 #11 20.87 Preparing to unpack .../007-man-db_2.9.1-1_amd64.deb ...
12:56:52 #11 20.88 Unpacking man-db (2.9.1-1) ...
12:56:52 #11 21.04 Selecting previously unselected package perl-modules-5.30.
12:56:52 #11 21.04 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.3_all.deb ...
12:56:52 #11 21.05 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
12:56:52 #11 31.13 Preparing to unpack .../157-libb-hooks-op-check-perl_0.22-1build2_arm64.deb ...
12:56:52 #11 31.13 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
12:56:52 #11 31.17 Selecting previously unselected package libdynaloader-functions-perl.
12:56:52 #11 31.17 Preparing to unpack .../158-libdynaloader-functions-perl_0.003-1_all.deb ...
12:56:52 #11 31.17 Unpacking libdynaloader-functions-perl (0.003-1) ...
12:56:52 #11 31.21 Selecting previously unselected package libdevel-callchecker-perl.
12:56:52 #11 31.21 Preparing to unpack .../159-libdevel-callchecker-perl_0.008-1ubuntu1_arm64.deb ...
12:56:52 #11 31.22 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
12:56:52 #11 31.26 Selecting previously unselected package libparams-classify-perl.
12:56:52 #11 31.26 Preparing to unpack .../160-libparams-classify-perl_0.015-1build2_arm64.deb ...
12:56:52 #11 31.26 Unpacking libparams-classify-perl (0.015-1build2) ...
12:56:52 #11 31.31 Selecting previously unselected package libmodule-runtime-perl.
12:56:52 #11 31.31 Preparing to unpack .../161-libmodule-runtime-perl_0.016-1_all.deb ...
12:56:52 #11 31.32 Unpacking libmodule-runtime-perl (0.016-1) ...
12:56:52 #11 31.36 Selecting previously unselected package libimport-into-perl.
12:56:52 #11 31.36 Preparing to unpack .../162-libimport-into-perl_1.002005-1_all.deb ...
12:56:52 #11 31.37 Unpacking libimport-into-perl (1.002005-1) ...
12:56:52 #11 31.40 Selecting previously unselected package librole-tiny-perl.
12:56:52 #11 31.40 Preparing to unpack .../163-librole-tiny-perl_2.001004-1_all.deb ...
12:56:52 #11 31.41 Unpacking librole-tiny-perl (2.001004-1) ...
12:56:52 #11 31.44 Selecting previously unselected package libstrictures-perl.
12:56:52 #11 31.44 Preparing to unpack .../164-libstrictures-perl_2.000006-1_all.deb ...
12:56:52 #11 31.45 Unpacking libstrictures-perl (2.000006-1) ...
12:56:52 #11 31.49 Selecting previously unselected package libsub-quote-perl.
12:56:52 #11 19.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 ... 4709 files and directories currently installed.)
12:56:52 #11 19.19 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_amd64.deb ...
12:56:52 #11 19.19 Unpacking python3-minimal (3.10.6-1~22.04) ...
12:56:52 #11 19.33 Selecting previously unselected package media-types.
12:56:52 #11 19.33 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
12:56:52 #11 19.35 Unpacking media-types (7.0.0) ...
12:56:52 #11 19.43 Selecting previously unselected package libmpdec3:amd64.
12:56:52 #11 19.44 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ...
12:56:52 #11 19.45 Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
12:56:52 #11 19.55 Selecting previously unselected package readline-common.
12:56:52 #11 19.55 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
12:56:52 #13 DONE 29.7s
12:56:52 
12:56:52 #14 [stage-1 7/8] COPY --from=golang /usr/local/go /usr/local/go
12:56:53 #10 32.90 Preparing to unpack .../098-gnupg-utils_2.2.27-2+deb11u2_amd64.deb ...
12:56:53 #10 32.90 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
12:56:53 #10 32.99 Selecting previously unselected package gpg.
12:56:53 #10 33.00 Preparing to unpack .../099-gpg_2.2.27-2+deb11u2_amd64.deb ...
12:56:53 #10 33.00 Unpacking gpg (2.2.27-2+deb11u2) ...
12:56:53 #10 33.08 Selecting previously unselected package pinentry-curses.
12:56:53 #10 33.08 Preparing to unpack .../100-pinentry-curses_1.1.0-4_amd64.deb ...
12:56:53 #10 33.08 Unpacking pinentry-curses (1.1.0-4) ...
12:56:53 #10 33.12 Selecting previously unselected package gpg-agent.
12:56:53 #10 63.19 Setting up libfile-find-rule-perl (0.34-1) ...
12:56:53 #11 28.77 Preparing to unpack .../177-devscripts_2.22.1ubuntu1_arm64.deb ...
12:56:53 #11 28.79 Unpacking devscripts (2.22.1ubuntu1) ...
12:56:53 #11 28.89 Selecting previously unselected package diffstat.
12:56:53 #11 28.89 Preparing to unpack .../178-diffstat_1.64-1build2_arm64.deb ...
12:56:53 #11 28.89 Unpacking diffstat (1.64-1build2) ...
12:56:53 #11 28.92 Selecting previously unselected package python3-chardet.
12:56:53 #11 28.92 Preparing to unpack .../179-python3-chardet_4.0.0-1_all.deb ...
12:56:53 #11 28.93 Unpacking python3-chardet (4.0.0-1) ...
12:56:53 #11 28.97 Selecting previously unselected package zstd.
12:56:53 #11 28.97 Preparing to unpack .../180-zstd_1.4.8+dfsg-3build1_arm64.deb ...
12:56:53 #11 28.97 Unpacking zstd (1.4.8+dfsg-3build1) ...
12:56:53 #11 29.02 Selecting previously unselected package python3-debian.
12:56:53 #11 29.02 Preparing to unpack .../181-python3-debian_0.1.43ubuntu1_all.deb ...
12:56:53 #10 28.98   Installing       : glibc-gconv-extra-2.34-58.el9.x86_64               166/166 
12:56:53 #11 33.17 Unpacking libhttp-message-perl (6.37-1) ...
12:56:53 #11 33.21 Selecting previously unselected package libhttp-cookies-perl.
12:56:53 #11 33.21 Preparing to unpack .../194-libhttp-cookies-perl_6.10-1_all.deb ...
12:56:53 #11 33.21 Unpacking libhttp-cookies-perl (6.10-1) ...
12:56:53 #11 33.25 Selecting previously unselected package libhttp-negotiate-perl.
12:56:53 #11 33.25 Preparing to unpack .../195-libhttp-negotiate-perl_6.01-1_all.deb ...
12:56:53 #11 33.26 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:56:53 #11 33.29 Selecting previously unselected package perl-openssl-defaults:arm64.
12:56:53 #11 33.29 Preparing to unpack .../196-perl-openssl-defaults_7_arm64.deb ...
12:56:53 #11 33.30 Unpacking perl-openssl-defaults:arm64 (7) ...
12:56:53 #11 33.33 Selecting previously unselected package libnet-ssleay-perl:arm64.
12:56:53 #11 33.33 Preparing to unpack .../197-libnet-ssleay-perl_1.92-2_arm64.deb ...
12:56:53 #11 33.34 Unpacking libnet-ssleay-perl:arm64 (1.92-2) ...
12:56:53 #11 33.38 Selecting previously unselected package libio-socket-ssl-perl.
12:56:53 #11 33.39 Preparing to unpack .../198-libio-socket-ssl-perl_2.074-2_all.deb ...
12:56:53 #11 33.39 Unpacking libio-socket-ssl-perl (2.074-2) ...
12:56:53 #11 33.43 Selecting previously unselected package libnet-http-perl.
12:56:53 #11 31.29 Preparing to unpack .../166-libfile-dirlist-perl_0.05-2_all.deb ...
12:56:53 #11 31.30 Unpacking libfile-dirlist-perl (0.05-2) ...
12:56:53 #11 31.34 Selecting previously unselected package libfile-which-perl.
12:56:53 #11 31.35 Preparing to unpack .../167-libfile-which-perl_1.27-1_all.deb ...
12:56:53 #11 31.35 Unpacking libfile-which-perl (1.27-1) ...
12:56:53 #11 31.37 Selecting previously unselected package libfile-homedir-perl.
12:56:53 #11 31.38 Preparing to unpack .../168-libfile-homedir-perl_1.006-1_all.deb ...
12:56:53 #11 31.38 Unpacking libfile-homedir-perl (1.006-1) ...
12:56:53 #11 31.41 Selecting previously unselected package libfile-touch-perl.
12:56:53 #11 31.41 Preparing to unpack .../169-libfile-touch-perl_0.12-1_all.deb ...
12:56:53 #11 31.41 Unpacking libfile-touch-perl (0.12-1) ...
12:56:53 #11 31.44 Selecting previously unselected package libio-pty-perl.
12:56:53 #11 31.44 Preparing to unpack .../170-libio-pty-perl_1%3a1.15-2build2_amd64.deb ...
12:56:53 #11 31.44 Unpacking libio-pty-perl (1:1.15-2build2) ...
12:56:53 #11 31.47 Selecting previously unselected package libipc-run-perl.
12:56:53 #11 31.47 Preparing to unpack .../171-libipc-run-perl_20220807.0-1_all.deb ...
12:56:53 #11 31.48 Unpacking libipc-run-perl (20220807.0-1) ...
12:56:53 #11 31.54 Selecting previously unselected package libclass-method-modifiers-perl.
12:56:53 #10 23.40 Selecting previously unselected package libxext6:amd64.
12:56:53 #10 23.40 (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.)
12:56:53 #10 23.41 Preparing to unpack .../000-libxext6_2%3a1.3.3-1_amd64.deb ...
12:56:53 #10 23.42 Unpacking libxext6:amd64 (2:1.3.3-1) ...
12:56:53 #10 23.46 Selecting previously unselected package bsdmainutils.
12:56:53 #10 23.46 Preparing to unpack .../001-bsdmainutils_11.1.2ubuntu1_amd64.deb ...
12:56:53 #10 23.46 Unpacking bsdmainutils (11.1.2ubuntu1) ...
12:56:53 #10 23.51 Selecting previously unselected package groff-base.
12:56:53 #10 23.51 Preparing to unpack .../002-groff-base_1.22.3-10_amd64.deb ...
12:56:53 #10 23.52 Unpacking groff-base (1.22.3-10) ...
12:56:53 #10 23.59 Selecting previously unselected package libgdbm5:amd64.
12:56:53 #10 30.30 Preparing to unpack .../083-libarchive-zip-perl_1.68-1_all.deb ...
12:56:53 #10 30.30 Unpacking libarchive-zip-perl (1.68-1) ...
12:56:53 #10 30.35 Selecting previously unselected package libsub-override-perl.
12:56:53 #10 30.35 Preparing to unpack .../084-libsub-override-perl_0.09-4_all.deb ...
12:56:53 #10 30.36 Unpacking libsub-override-perl (0.09-4) ...
12:56:53 #10 30.39 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:56:53 #10 30.39 Preparing to unpack .../085-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
12:56:53 #10 30.39 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
12:56:53 #10 30.42 Selecting previously unselected package dh-strip-nondeterminism.
12:56:53 #10 30.43 Preparing to unpack .../086-dh-strip-nondeterminism_1.13.1-1_all.deb ...
12:56:53 #10 30.43 Unpacking dh-strip-nondeterminism (1.13.1-1) ...
12:56:53 #10 30.46 Selecting previously unselected package libelf1:amd64.
12:56:53 #10 30.47 Preparing to unpack .../087-libelf1_0.188-2.1_amd64.deb ...
12:56:53 #10 30.47 Unpacking libelf1:amd64 (0.188-2.1) ...
12:56:53 #10 30.51 Selecting previously unselected package dwz.
12:56:53 #10 30.51 Preparing to unpack .../088-dwz_0.15-1_amd64.deb ...
12:56:53 #10 30.52 Unpacking dwz (0.15-1) ...
12:56:53 #10 30.56 Selecting previously unselected package libicu72:amd64.
12:56:53 #11 31.49 Preparing to unpack .../165-libsub-quote-perl_2.006006-1_all.deb ...
12:56:53 #11 31.49 Unpacking libsub-quote-perl (2.006006-1) ...
12:56:53 #11 31.53 Selecting previously unselected package libmoo-perl.
12:56:53 #11 31.53 Preparing to unpack .../166-libmoo-perl_2.003006-1_all.deb ...
12:56:53 #11 31.54 Unpacking libmoo-perl (2.003006-1) ...
12:56:53 #11 31.57 Selecting previously unselected package libencode-locale-perl.
12:56:53 #11 31.57 Preparing to unpack .../167-libencode-locale-perl_1.05-1_all.deb ...
12:56:53 #11 31.59 Unpacking libencode-locale-perl (1.05-1) ...
12:56:53 #11 31.63 Selecting previously unselected package libtimedate-perl.
12:56:53 #11 31.63 Preparing to unpack .../168-libtimedate-perl_2.3200-1_all.deb ...
12:56:53 #11 31.64 Unpacking libtimedate-perl (2.3200-1) ...
12:56:53 #11 31.67 Selecting previously unselected package libhttp-date-perl.
12:56:53 #11 31.68 Preparing to unpack .../169-libhttp-date-perl_6.05-1_all.deb ...
12:56:53 #11 31.68 Unpacking libhttp-date-perl (6.05-1) ...
12:56:53 #11 31.71 Selecting previously unselected package libfile-listing-perl.
12:56:53 #14 13.92   Running scriptlet: selinux-policy-minimum-3.14.3-114.el8.noarch         45/93 
12:56:53 #14 15.21   Installing       : selinux-policy-minimum-3.14.3-114.el8.noarch         45/93 
12:56:53 #11 19.58 Unpacking readline-common (8.1.2-1) ...
12:56:53 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 10.2s
12:56:53 #10 33.12 Preparing to unpack .../101-gpg-agent_2.2.27-2+deb11u2_amd64.deb ...
12:56:53 #10 33.13 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
12:56:53 #10 33.18 Selecting previously unselected package gpg-wks-client.
12:56:53 #10 33.18 Preparing to unpack .../102-gpg-wks-client_2.2.27-2+deb11u2_amd64.deb ...
12:56:53 #10 33.19 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
12:56:53 #10 33.23 Selecting previously unselected package gpg-wks-server.
12:56:53 #10 33.23 Preparing to unpack .../103-gpg-wks-server_2.2.27-2+deb11u2_amd64.deb ...
12:56:53 #10 33.24 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
12:56:53 #10 33.28 Selecting previously unselected package gpgsm.
12:56:53 #10 33.29 Preparing to unpack .../104-gpgsm_2.2.27-2+deb11u2_amd64.deb ...
12:56:53 #10 33.29 Unpacking gpgsm (2.2.27-2+deb11u2) ...
12:56:53 #10 33.34 Selecting previously unselected package gnupg.
12:56:53 #10 33.34 Preparing to unpack .../105-gnupg_2.2.27-2+deb11u2_all.deb ...
12:56:53 #10 33.35 Unpacking gnupg (2.2.27-2+deb11u2) ...
12:56:53 #10 33.40 Selecting previously unselected package libfile-dirlist-perl.
12:56:53 #10 33.41 Preparing to unpack .../106-libfile-dirlist-perl_0.05-2_all.deb ...
12:56:53 #10 33.41 Unpacking libfile-dirlist-perl (0.05-2) ...
12:56:53 #10 33.44 Selecting previously unselected package libfile-which-perl.
12:56:53 #10 33.44 Preparing to unpack .../107-libfile-which-perl_1.23-1_all.deb ...
12:56:53 #10 33.44 Unpacking libfile-which-perl (1.23-1) ...
12:56:53 #10 36.97 Updating certificates in /etc/ssl/certs...
12:56:53 #10 63.20 Setting up libstring-copyright-perl (0.003006-1) ...
12:56:53 #10 63.21 Setting up libgd3:arm64 (2.3.0-2) ...
12:56:53 #10 63.25 Setting up python3-idna (2.10-1) ...
12:56:53 #11 29.02 Unpacking python3-debian (0.1.43ubuntu1) ...
12:56:53 #11 29.06 Selecting previously unselected package libgpgme11:arm64.
12:56:53 #11 29.07 Preparing to unpack .../182-libgpgme11_1.16.0-1.2ubuntu4_arm64.deb ...
12:56:53 #11 29.07 Unpacking libgpgme11:arm64 (1.16.0-1.2ubuntu4) ...
12:56:53 #11 29.10 Selecting previously unselected package python3-gpg.
12:56:53 #11 29.10 Preparing to unpack .../183-python3-gpg_1.16.0-1.2ubuntu4_arm64.deb ...
12:56:53 #11 29.11 Unpacking python3-gpg (1.16.0-1.2ubuntu4) ...
12:56:53 #11 29.15 Selecting previously unselected package dput.
12:56:53 #11 29.15 Preparing to unpack .../184-dput_1.1.0ubuntu2_all.deb ...
12:56:53 #11 29.16 Unpacking dput (1.1.0ubuntu2) ...
12:56:53 #11 29.20 Selecting previously unselected package fonts-dejavu-core.
12:56:53 #11 29.20 Preparing to unpack .../185-fonts-dejavu-core_2.37-2build1_all.deb ...
12:56:53 #11 29.20 Unpacking fonts-dejavu-core (2.37-2build1) ...
12:56:53 #11 31.55 Preparing to unpack .../172-libclass-method-modifiers-perl_2.13-1_all.deb ...
12:56:53 #11 31.55 Unpacking libclass-method-modifiers-perl (2.13-1) ...
12:56:53 #11 31.58 Selecting previously unselected package libclass-xsaccessor-perl.
12:56:53 #11 31.58 Preparing to unpack .../173-libclass-xsaccessor-perl_1.19-4_amd64.deb ...
12:56:53 #11 31.58 Unpacking libclass-xsaccessor-perl (1.19-4) ...
12:56:53 #11 31.61 Selecting previously unselected package libb-hooks-op-check-perl:amd64.
12:56:53 #11 31.61 Preparing to unpack .../174-libb-hooks-op-check-perl_0.22-2_amd64.deb ...
12:56:53 #11 31.61 Unpacking libb-hooks-op-check-perl:amd64 (0.22-2) ...
12:56:53 #11 31.64 Selecting previously unselected package libdynaloader-functions-perl.
12:56:53 #11 31.64 Preparing to unpack .../175-libdynaloader-functions-perl_0.003-2_all.deb ...
12:56:53 #11 31.64 Unpacking libdynaloader-functions-perl (0.003-2) ...
12:56:53 #11 31.67 Selecting previously unselected package libdevel-callchecker-perl.
12:56:53 #11 31.67 Preparing to unpack .../176-libdevel-callchecker-perl_0.008-1ubuntu4_amd64.deb ...
12:56:53 #11 31.68 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
12:56:53 #11 31.70 Selecting previously unselected package libparams-classify-perl:amd64.
12:56:53 #11 31.70 Preparing to unpack .../177-libparams-classify-perl_0.015-2_amd64.deb ...
12:56:53 #11 31.70 Unpacking libparams-classify-perl:amd64 (0.015-2) ...
12:56:53 #11 31.73 Selecting previously unselected package libmodule-runtime-perl.
12:56:53 #11 31.73 Preparing to unpack .../178-libmodule-runtime-perl_0.016-2_all.deb ...
12:56:53 #11 31.74 Unpacking libmodule-runtime-perl (0.016-2) ...
12:56:53 #11 31.76 Selecting previously unselected package libimport-into-perl.
12:56:53 #11 31.76 Preparing to unpack .../179-libimport-into-perl_1.002005-2_all.deb ...
12:56:53 #11 31.76 Unpacking libimport-into-perl (1.002005-2) ...
12:56:53 #11 31.79 Selecting previously unselected package librole-tiny-perl.
12:56:53 #10 23.59 Preparing to unpack .../003-libgdbm5_1.14.1-6_amd64.deb ...
12:56:53 #10 23.60 Unpacking libgdbm5:amd64 (1.14.1-6) ...
12:56:53 #10 23.63 Selecting previously unselected package libpipeline1:amd64.
12:56:53 #10 23.63 Preparing to unpack .../004-libpipeline1_1.5.0-1_amd64.deb ...
12:56:53 #10 23.63 Unpacking libpipeline1:amd64 (1.5.0-1) ...
12:56:53 #10 23.69 Selecting previously unselected package man-db.
12:56:53 #10 23.69 Preparing to unpack .../005-man-db_2.8.3-2ubuntu0.1_amd64.deb ...
12:56:53 #10 23.70 Unpacking man-db (2.8.3-2ubuntu0.1) ...
12:56:53 #10 23.81 Selecting previously unselected package perl-modules-5.26.
12:56:53 #10 30.56 Preparing to unpack .../089-libicu72_72.1-3_amd64.deb ...
12:56:53 #10 30.57 Unpacking libicu72:amd64 (72.1-3) ...
12:56:53 #11 33.43 Preparing to unpack .../199-libnet-http-perl_6.22-1_all.deb ...
12:56:53 #11 33.44 Unpacking libnet-http-perl (6.22-1) ...
12:56:53 #11 33.47 Selecting previously unselected package liblwp-protocol-https-perl.
12:56:53 #11 33.48 Preparing to unpack .../200-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:56:53 #11 33.48 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:56:53 #11 33.53 Selecting previously unselected package libtry-tiny-perl.
12:56:53 #11 33.53 Preparing to unpack .../201-libtry-tiny-perl_0.31-1_all.deb ...
12:56:53 #11 33.53 Unpacking libtry-tiny-perl (0.31-1) ...
12:56:53 #11 33.58 Selecting previously unselected package libwww-robotrules-perl.
12:56:53 #11 33.58 Preparing to unpack .../202-libwww-robotrules-perl_6.02-1_all.deb ...
12:56:53 #11 33.58 Unpacking libwww-robotrules-perl (6.02-1) ...
12:56:53 #11 33.63 Selecting previously unselected package libwww-perl.
12:56:53 #11 33.63 Preparing to unpack .../203-libwww-perl_6.67-1_all.deb ...
12:56:53 #11 33.63 Unpacking libwww-perl (6.67-1) ...
12:56:53 #11 33.68 Selecting previously unselected package patchutils.
12:56:53 #11 33.68 Preparing to unpack .../204-patchutils_0.4.2-1build2_arm64.deb ...
12:56:53 #11 31.72 Preparing to unpack .../170-libfile-listing-perl_6.04-1_all.deb ...
12:56:53 #11 31.72 Unpacking libfile-listing-perl (6.04-1) ...
12:56:53 #11 31.75 Selecting previously unselected package libhtml-tagset-perl.
12:56:53 #11 31.76 Preparing to unpack .../171-libhtml-tagset-perl_3.20-4_all.deb ...
12:56:53 #11 31.76 Unpacking libhtml-tagset-perl (3.20-4) ...
12:56:53 #11 31.79 Selecting previously unselected package liburi-perl.
12:56:53 #11 31.80 Preparing to unpack .../172-liburi-perl_1.76-2_all.deb ...
12:56:53 #11 31.80 Unpacking liburi-perl (1.76-2) ...
12:56:53 #11 31.84 Selecting previously unselected package libhtml-parser-perl.
12:56:53 #11 31.84 Preparing to unpack .../173-libhtml-parser-perl_3.72-5_arm64.deb ...
12:56:53 #11 31.85 Unpacking libhtml-parser-perl (3.72-5) ...
12:56:53 #11 31.89 Selecting previously unselected package libhtml-tree-perl.
12:56:53 #11 31.89 Preparing to unpack .../174-libhtml-tree-perl_5.07-2_all.deb ...
12:56:53 #11 31.89 Unpacking libhtml-tree-perl (5.07-2) ...
12:56:53 #11 31.94 Selecting previously unselected package libio-html-perl.
12:56:53 #10 33.58 Selecting previously unselected package libfakeroot:amd64.
12:56:53 #10 33.58 Preparing to unpack .../089-libfakeroot_1.23-1_amd64.deb ...
12:56:53 #10 33.58 Unpacking libfakeroot:amd64 (1.23-1) ...
12:56:53 #10 33.61 Selecting previously unselected package fakeroot.
12:56:53 #10 33.62 Preparing to unpack .../090-fakeroot_1.23-1_amd64.deb ...
12:56:53 #10 33.62 Unpacking fakeroot (1.23-1) ...
12:56:53 #10 33.66 Selecting previously unselected package libassuan0:amd64.
12:56:53 #10 33.67 Preparing to unpack .../091-libassuan0_2.5.2-1_amd64.deb ...
12:56:53 #10 33.67 Unpacking libassuan0:amd64 (2.5.2-1) ...
12:56:53 #10 33.70 Selecting previously unselected package gpgconf.
12:56:53 #10 33.70 Preparing to unpack .../092-gpgconf_2.2.12-1+deb10u2_amd64.deb ...
12:56:53 #10 33.71 Unpacking gpgconf (2.2.12-1+deb10u2) ...
12:56:53 #10 33.75 Selecting previously unselected package libksba8:amd64.
12:56:53 #10 33.75 Preparing to unpack .../093-libksba8_1.3.5-2+deb10u2_amd64.deb ...
12:56:53 #10 33.76 Unpacking libksba8:amd64 (1.3.5-2+deb10u2) ...
12:56:53 #10 33.80 Selecting previously unselected package libnpth0:amd64.
12:56:53 #11 21.41 Selecting previously unselected package libgdbm-compat4:amd64.
12:56:53 #11 21.41 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_amd64.deb ...
12:56:53 #11 21.41 Unpacking libgdbm-compat4:amd64 (1.18.1-5) ...
12:56:53 #11 21.44 Selecting previously unselected package libperl5.30:amd64.
12:56:53 #11 21.44 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.3_amd64.deb ...
12:56:53 #11 21.44 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.3) ...
12:56:53 #11 19.83 Selecting previously unselected package libreadline8:amd64.
12:56:53 #11 19.83 Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ...
12:56:53 #11 19.84 Unpacking libreadline8:amd64 (8.1.2-1) ...
12:56:53 #11 19.90 Selecting previously unselected package libsqlite3-0:amd64.
12:56:53 #11 19.90 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_amd64.deb ...
12:56:53 #11 19.91 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.1) ...
12:56:53 #11 19.97 Selecting previously unselected package libpython3.10-stdlib:amd64.
12:56:53 #11 19.97 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_amd64.deb ...
12:56:53 #11 19.97 Unpacking libpython3.10-stdlib:amd64 (3.10.6-1~22.04.2) ...
12:56:53 #11 20.07 Selecting previously unselected package python3.10.
12:56:53 #10 33.47 Selecting previously unselected package libfile-homedir-perl.
12:56:53 #10 33.47 Preparing to unpack .../108-libfile-homedir-perl_1.006-1_all.deb ...
12:56:53 #10 33.48 Unpacking libfile-homedir-perl (1.006-1) ...
12:56:53 #10 33.51 Selecting previously unselected package libfile-touch-perl.
12:56:53 #10 33.52 Preparing to unpack .../109-libfile-touch-perl_0.11-1_all.deb ...
12:56:53 #10 33.52 Unpacking libfile-touch-perl (0.11-1) ...
12:56:53 #10 33.55 Selecting previously unselected package libio-pty-perl.
12:56:53 #10 33.55 Preparing to unpack .../110-libio-pty-perl_1%3a1.15-2_amd64.deb ...
12:56:53 #10 33.56 Unpacking libio-pty-perl (1:1.15-2) ...
12:56:53 #10 33.59 Selecting previously unselected package libipc-run-perl.
12:56:53 #10 33.59 Preparing to unpack .../111-libipc-run-perl_20200505.0-1_all.deb ...
12:56:53 #10 33.60 Unpacking libipc-run-perl (20200505.0-1) ...
12:56:53 #10 33.64 Selecting previously unselected package libclass-method-modifiers-perl.
12:56:53 #10 33.64 Preparing to unpack .../112-libclass-method-modifiers-perl_2.13-1_all.deb ...
12:56:53 #10 33.65 Unpacking libclass-method-modifiers-perl (2.13-1) ...
12:56:53 #10 33.69 Selecting previously unselected package libb-hooks-op-check-perl.
12:56:53 #10 37.53 124 added, 0 removed; done.
12:56:53 #10 63.49 Setting up libdata-optlist-perl (0.110-1.1) ...
12:56:53 #10 63.50 Setting up libipc-run-perl (20200505.0-1) ...
12:56:53 #10 63.52 Setting up git (1:2.30.2-1+deb11u1) ...
12:56:53 #10 63.56 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
12:56:53 #10 63.57 Setting up python3-urllib3 (1.26.5-1~exp1) ...
12:56:53 #10 63.75 Setting up libcontextual-return-perl (0.004014-2) ...
12:56:53 #11 29.31 Selecting previously unselected package fontconfig-config.
12:56:53 #11 29.31 Preparing to unpack .../186-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
12:56:53 #11 29.31 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
12:56:53 #11 29.35 Selecting previously unselected package libcurl3-gnutls:arm64.
12:56:53 #11 29.35 Preparing to unpack .../187-libcurl3-gnutls_7.81.0-1ubuntu1.7_arm64.deb ...
12:56:53 #11 29.35 Unpacking libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.7) ...
12:56:53 #11 29.39 Selecting previously unselected package liberror-perl.
12:56:53 #11 29.39 Preparing to unpack .../188-liberror-perl_0.17029-1_all.deb ...
12:56:53 #11 29.39 Unpacking liberror-perl (0.17029-1) ...
12:56:53 #11 29.42 Selecting previously unselected package git-man.
12:56:53 #11 29.43 Preparing to unpack .../189-git-man_1%3a2.34.1-1ubuntu1.6_all.deb ...
12:56:53 #11 29.43 Unpacking git-man (1:2.34.1-1ubuntu1.6) ...
12:56:53 #11 29.47 Selecting previously unselected package git.
12:56:53 #11 29.47 Preparing to unpack .../190-git_1%3a2.34.1-1ubuntu1.6_arm64.deb ...
12:56:53 #11 29.48 Unpacking git (1:2.34.1-1ubuntu1.6) ...
12:56:53 #10 52.50 Setting up libgssapi-krb5-2:arm64 (1.20.1-1) ...
12:56:53 #10 52.62 Setting up libgdbm-compat4:arm64 (1.23-3) ...
12:56:53 #10 52.64 Setting up ucf (3.0043+nmu1) ...
12:56:53 #10 52.85 Setting up libx265-199:arm64 (3.5-2+b1) ...
12:56:53 #10 52.90 Setting up dwz (0.15-1) ...
12:56:53 #10 52.91 Setting up groff-base (1.22.4-9) ...
12:56:53 #10 52.93 Setting up cpp (4:12.2.0-3) ...
12:56:53 #10 52.96 Setting up pixz (1.0.7-2) ...
12:56:53 #10 52.97 Setting up gpgconf (2.2.40-1) ...
12:56:53 #10 52.99 Setting up libcurl4:arm64 (7.87.0-2) ...
12:56:53 #10 53.02 Setting up libx11-6:arm64 (2:1.8.3-3) ...
12:56:53 #10 53.03 Setting up curl (7.87.0-2) ...
12:56:53 #10 53.04 Setting up libfontconfig1:arm64 (2.14.1-4) ...
12:56:53 #10 53.05 Setting up libperl5.36:arm64 (5.36.0-7) ...
12:56:53 #10 53.07 Setting up libxmuu1:arm64 (2:1.1.3-3) ...
12:56:53 #10 53.08 Setting up gpg (2.2.40-1) ...
12:56:53 #10 53.10 Setting up gnupg-utils (2.2.40-1) ...
12:56:53 #10 53.11 Setting up libtirpc3:arm64 (1.3.3+ds-1) ...
12:56:53 #10 53.12 Setting up gpg-agent (2.2.40-1) ...
12:56:53 #11 31.79 Preparing to unpack .../180-librole-tiny-perl_2.002004-1_all.deb ...
12:56:53 #11 31.80 Unpacking librole-tiny-perl (2.002004-1) ...
12:56:53 #11 31.82 Selecting previously unselected package libsub-quote-perl.
12:56:53 #11 31.83 Preparing to unpack .../181-libsub-quote-perl_2.006006-1_all.deb ...
12:56:53 #11 31.83 Unpacking libsub-quote-perl (2.006006-1) ...
12:56:53 #11 31.86 Selecting previously unselected package libmoo-perl.
12:56:53 #11 31.86 Preparing to unpack .../182-libmoo-perl_2.005004-3_all.deb ...
12:56:53 #11 31.86 Unpacking libmoo-perl (2.005004-3) ...
12:56:53 #11 31.89 Selecting previously unselected package libencode-locale-perl.
12:56:53 #11 31.89 Preparing to unpack .../183-libencode-locale-perl_1.05-2_all.deb ...
12:56:53 #11 31.90 Unpacking libencode-locale-perl (1.05-2) ...
12:56:53 #11 31.92 Selecting previously unselected package libtimedate-perl.
12:56:53 #11 31.92 Preparing to unpack .../184-libtimedate-perl_2.3300-2_all.deb ...
12:56:53 #11 31.93 Unpacking libtimedate-perl (2.3300-2) ...
12:56:53 #11 31.95 Selecting previously unselected package libhttp-date-perl.
12:56:53 #11 31.96 Preparing to unpack .../185-libhttp-date-perl_6.05-1_all.deb ...
12:56:53 #11 31.96 Unpacking libhttp-date-perl (6.05-1) ...
12:56:53 #11 31.98 Selecting previously unselected package libfile-listing-perl.
12:56:53 #11 31.99 Preparing to unpack .../186-libfile-listing-perl_6.15-1_all.deb ...
12:56:53 #11 31.99 Unpacking libfile-listing-perl (6.15-1) ...
12:56:53 #10 23.81 Preparing to unpack .../006-perl-modules-5.26_5.26.1-6ubuntu0.6_all.deb ...
12:56:53 #10 23.81 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.6) ...
12:56:53 #11 33.68 Unpacking patchutils (0.4.2-1build2) ...
12:56:53 #11 33.73 Selecting previously unselected package wdiff.
12:56:53 #11 33.73 Preparing to unpack .../205-wdiff_1.2.2-2build3_arm64.deb ...
12:56:53 #11 33.73 Unpacking wdiff (1.2.2-2build3) ...
12:56:53 #11 33.81 Selecting previously unselected package devscripts.
12:56:53 #11 33.82 Preparing to unpack .../206-devscripts_2.22.2ubuntu3_arm64.deb ...
12:56:53 #11 33.84 Unpacking devscripts (2.22.2ubuntu3) ...
12:56:53 #11 33.91 Selecting previously unselected package diffstat.
12:56:53 #11 33.92 Preparing to unpack .../207-diffstat_1.64-1build2_arm64.deb ...
12:56:53 #11 33.92 Unpacking diffstat (1.64-1build2) ...
12:56:53 #11 33.96 Selecting previously unselected package python3-chardet.
12:56:53 #11 33.97 Preparing to unpack .../208-python3-chardet_4.0.0-2_all.deb ...
12:56:53 #11 33.97 Unpacking python3-chardet (4.0.0-2) ...
12:56:53 #11 34.02 Selecting previously unselected package python3-debian.
12:56:53 #11 31.95 Preparing to unpack .../175-libio-html-perl_1.001-1_all.deb ...
12:56:53 #11 31.95 Unpacking libio-html-perl (1.001-1) ...
12:56:53 #11 31.98 Selecting previously unselected package liblwp-mediatypes-perl.
12:56:53 #11 31.98 Preparing to unpack .../176-liblwp-mediatypes-perl_6.04-1_all.deb ...
12:56:53 #11 31.99 Unpacking liblwp-mediatypes-perl (6.04-1) ...
12:56:53 #11 32.02 Selecting previously unselected package libhttp-message-perl.
12:56:53 #11 32.02 Preparing to unpack .../177-libhttp-message-perl_6.22-1_all.deb ...
12:56:53 #11 32.03 Unpacking libhttp-message-perl (6.22-1) ...
12:56:53 #11 32.07 Selecting previously unselected package libhttp-cookies-perl.
12:56:53 #11 32.07 Preparing to unpack .../178-libhttp-cookies-perl_6.08-1_all.deb ...
12:56:53 #11 32.07 Unpacking libhttp-cookies-perl (6.08-1) ...
12:56:53 #11 32.10 Selecting previously unselected package libhttp-negotiate-perl.
12:56:53 #11 32.10 Preparing to unpack .../179-libhttp-negotiate-perl_6.01-1_all.deb ...
12:56:53 #11 32.11 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:56:53 #11 32.14 Selecting previously unselected package perl-openssl-defaults:arm64.
12:56:53 #11 32.14 Preparing to unpack .../180-perl-openssl-defaults_4_arm64.deb ...
12:56:53 #11 32.14 Unpacking perl-openssl-defaults:arm64 (4) ...
12:56:53 #11 32.17 Selecting previously unselected package libnet-ssleay-perl.
12:56:53 #10 33.80 Preparing to unpack .../094-libnpth0_1.6-1_amd64.deb ...
12:56:53 #10 33.81 Unpacking libnpth0:amd64 (1.6-1) ...
12:56:53 #10 33.84 Selecting previously unselected package dirmngr.
12:56:53 #10 33.85 Preparing to unpack .../095-dirmngr_2.2.12-1+deb10u2_amd64.deb ...
12:56:53 #10 33.86 Unpacking dirmngr (2.2.12-1+deb10u2) ...
12:56:53 #10 33.93 Selecting previously unselected package gnupg-l10n.
12:56:53 #10 33.94 Preparing to unpack .../096-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
12:56:53 #10 33.94 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
12:56:53 #10 34.04 Selecting previously unselected package gnupg-utils.
12:56:53 #11 21.91 Selecting previously unselected package perl.
12:56:53 #11 20.07 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_amd64.deb ...
12:56:53 #11 20.07 Unpacking python3.10 (3.10.6-1~22.04.2) ...
12:56:53 #11 20.11 Selecting previously unselected package libpython3-stdlib:amd64.
12:56:53 #11 20.11 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_amd64.deb ...
12:56:53 #11 20.11 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04) ...
12:56:53 #11 20.14 Setting up python3-minimal (3.10.6-1~22.04) ...
12:56:53 #11 20.32 Selecting previously unselected package python3.
12:56:53 #10 33.69 Preparing to unpack .../113-libb-hooks-op-check-perl_0.22-1+b3_amd64.deb ...
12:56:53 #10 33.70 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
12:56:53 #10 33.73 Selecting previously unselected package libdynaloader-functions-perl.
12:56:53 #10 33.73 Preparing to unpack .../114-libdynaloader-functions-perl_0.003-1.1_all.deb ...
12:56:53 #10 33.73 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
12:56:53 #10 33.77 Selecting previously unselected package libdevel-callchecker-perl.
12:56:53 #10 33.77 Preparing to unpack .../115-libdevel-callchecker-perl_0.008-1+b2_amd64.deb ...
12:56:53 #10 33.78 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
12:56:53 #10 33.81 Selecting previously unselected package libparams-classify-perl.
12:56:53 #10 33.81 Preparing to unpack .../116-libparams-classify-perl_0.015-1+b3_amd64.deb ...
12:56:53 #10 33.82 Unpacking libparams-classify-perl (0.015-1+b3) ...
12:56:53 #10 33.85 Selecting previously unselected package libmodule-runtime-perl.
12:56:53 #10 33.85 Preparing to unpack .../117-libmodule-runtime-perl_0.016-1_all.deb ...
12:56:53 #10 33.86 Unpacking libmodule-runtime-perl (0.016-1) ...
12:56:53 #10 33.89 Selecting previously unselected package libimport-into-perl.
12:56:53 #10 33.89 Preparing to unpack .../118-libimport-into-perl_1.002005-1_all.deb ...
12:56:53 #10 33.89 Unpacking libimport-into-perl (1.002005-1) ...
12:56:53 #10 33.92 Selecting previously unselected package librole-tiny-perl.
12:56:53 #10 37.60 Setting up manpages-dev (4.15-1) ...
12:56:53 #10 37.61 Setting up libc6-dev:arm64 (2.27-3ubuntu1.6) ...
12:56:53 #10 37.62 Setting up libassuan0:arm64 (2.5.1-2) ...
12:56:53 #10 37.63 Setting up xdg-user-dirs (0.17-1ubuntu1) ...
12:56:53 #10 37.65 Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ...
12:56:53 #10 37.66 Setting up libx11-data (2:1.6.4-3ubuntu0.4) ...
12:56:53 #10 37.67 Setting up diffstat (1.61-1build1) ...
12:56:53 #10 37.68 Setting up libxau6:arm64 (1:1.0.8-1ubuntu1) ...
12:56:53 #10 37.69 Setting up autopoint (0.19.8.1-6ubuntu0.3) ...
12:56:53 #10 37.70 Setting up libmpdec2:arm64 (2.4.2-1ubuntu1) ...
12:56:53 #10 37.71 Setting up netbase (5.4) ...
12:56:53 #10 37.72 Setting up libisl19:arm64 (0.19-1) ...
12:56:53 #10 37.73 Setting up libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.9) ...
12:56:53 #10 37.74 Setting up libk5crypto3:arm64 (1.16-2ubuntu0.3) ...
12:56:53 #10 37.75 Setting up python3.6 (3.6.9-1~18.04ubuntu1.9) ...
12:56:53 #11 29.61 Selecting previously unselected package libalgorithm-diff-perl.
12:56:53 #11 29.61 Preparing to unpack .../191-libalgorithm-diff-perl_1.201-1_all.deb ...
12:56:53 #11 29.62 Unpacking libalgorithm-diff-perl (1.201-1) ...
12:56:53 #11 29.65 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:56:53 #11 29.65 Preparing to unpack .../192-libalgorithm-diff-xs-perl_0.04-6build3_arm64.deb ...
12:56:53 #11 29.65 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
12:56:53 #11 29.68 Selecting previously unselected package libalgorithm-merge-perl.
12:56:53 #11 29.68 Preparing to unpack .../193-libalgorithm-merge-perl_0.08-3_all.deb ...
12:56:53 #11 29.69 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:56:53 #11 29.72 Selecting previously unselected package libaliased-perl.
12:56:53 #11 29.72 Preparing to unpack .../194-libaliased-perl_0.34-1.1_all.deb ...
12:56:53 #11 29.72 Unpacking libaliased-perl (0.34-1.1) ...
12:56:53 #11 29.75 Selecting previously unselected package libapt-pkg-perl.
12:56:53 #11 29.75 Preparing to unpack .../195-libapt-pkg-perl_0.1.40build2_arm64.deb ...
12:56:53 #11 29.76 Unpacking libapt-pkg-perl (0.1.40build2) ...
12:56:53 #11 29.79 Selecting previously unselected package libarchive-cpio-perl.
12:56:53 #10 63.76 Setting up libwww-robotrules-perl (6.02-1) ...
12:56:53 #10 63.77 Setting up libtypes-serialiser-perl (1.01-1) ...
12:56:53 #10 63.79 Setting up libhtml-parser-perl (3.75-1+b1) ...
12:56:53 #10 63.80 Setting up libgit-wrapper-perl (0.048-1) ...
12:56:53 #10 63.82 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:56:53 #10 63.83 Setting up librole-tiny-perl (2.002004-1) ...
12:56:53 #10 63.85 Setting up gnupg (2.2.27-2+deb11u2) ...
12:56:53 #10 63.87 Setting up build-essential (12.9) ...
12:56:53 #10 63.90 Setting up python3-unidiff (0.5.5-2) ...
12:56:53 #11 32.01 Selecting previously unselected package libhtml-tagset-perl.
12:56:53 #11 32.02 Preparing to unpack .../187-libhtml-tagset-perl_3.20-4_all.deb ...
12:56:53 #11 32.02 Unpacking libhtml-tagset-perl (3.20-4) ...
12:56:53 #11 32.05 Selecting previously unselected package liburi-perl.
12:56:53 #11 32.05 Preparing to unpack .../188-liburi-perl_5.12-1ubuntu1_all.deb ...
12:56:53 #11 32.05 Unpacking liburi-perl (5.12-1ubuntu1) ...
12:56:53 #11 32.08 Selecting previously unselected package libhtml-parser-perl:amd64.
12:56:53 #11 32.08 Preparing to unpack .../189-libhtml-parser-perl_3.78-1_amd64.deb ...
12:56:53 #11 32.09 Unpacking libhtml-parser-perl:amd64 (3.78-1) ...
12:56:53 #11 32.11 Selecting previously unselected package libhtml-tree-perl.
12:56:53 #11 32.12 Preparing to unpack .../190-libhtml-tree-perl_5.07-2_all.deb ...
12:56:53 #11 32.12 Unpacking libhtml-tree-perl (5.07-2) ...
12:56:53 #11 32.16 Selecting previously unselected package libio-html-perl.
12:56:53 #11 32.16 Preparing to unpack .../191-libio-html-perl_1.004-3_all.deb ...
12:56:53 #11 32.16 Unpacking libio-html-perl (1.004-3) ...
12:56:53 #11 32.20 Selecting previously unselected package liblwp-mediatypes-perl.
12:56:53 #11 32.20 Preparing to unpack .../192-liblwp-mediatypes-perl_6.04-1_all.deb ...
12:56:53 #11 32.20 Unpacking liblwp-mediatypes-perl (6.04-1) ...
12:56:53 #11 32.23 Selecting previously unselected package libhttp-message-perl.
12:56:53 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 5.2s
12:56:53 #10 24.21 Selecting previously unselected package libgdbm-compat4:amd64.
12:56:53 #10 24.21 Preparing to unpack .../007-libgdbm-compat4_1.14.1-6_amd64.deb ...
12:56:53 #10 24.21 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ...
12:56:53 #10 24.25 Selecting previously unselected package libperl5.26:amd64.
12:56:53 #10 24.25 Preparing to unpack .../008-libperl5.26_5.26.1-6ubuntu0.6_amd64.deb ...
12:56:53 #10 24.25 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.6) ...
12:56:53 #11 32.18 Preparing to unpack .../181-libnet-ssleay-perl_1.88-2ubuntu1_arm64.deb ...
12:56:53 #11 32.18 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
12:56:53 #11 32.24 Selecting previously unselected package libio-socket-ssl-perl.
12:56:53 #11 32.24 Preparing to unpack .../182-libio-socket-ssl-perl_2.067-1_all.deb ...
12:56:53 #11 32.24 Unpacking libio-socket-ssl-perl (2.067-1) ...
12:56:53 #11 32.31 Selecting previously unselected package libnet-http-perl.
12:56:53 #11 32.31 Preparing to unpack .../183-libnet-http-perl_6.19-1_all.deb ...
12:56:53 #11 32.33 Unpacking libnet-http-perl (6.19-1) ...
12:56:53 #11 32.36 Selecting previously unselected package liblwp-protocol-https-perl.
12:56:53 #11 32.36 Preparing to unpack .../184-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
12:56:53 #11 32.36 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
12:56:53 #11 32.39 Selecting previously unselected package libtry-tiny-perl.
12:56:53 #11 32.40 Preparing to unpack .../185-libtry-tiny-perl_0.30-1_all.deb ...
12:56:53 #11 32.40 Unpacking libtry-tiny-perl (0.30-1) ...
12:56:53 #11 32.43 Selecting previously unselected package libwww-robotrules-perl.
12:56:53 #11 34.02 Preparing to unpack .../209-python3-debian_0.1.46_all.deb ...
12:56:53 #11 34.03 Unpacking python3-debian (0.1.46) ...
12:56:53 #11 34.08 Selecting previously unselected package libgpgme11:arm64.
12:56:53 #11 34.08 Preparing to unpack .../210-libgpgme11_1.17.1-4.1ubuntu1_arm64.deb ...
12:56:53 #11 34.09 Unpacking libgpgme11:arm64 (1.17.1-4.1ubuntu1) ...
12:56:53 #11 34.13 Selecting previously unselected package python3-gpg.
12:56:53 #11 34.14 Preparing to unpack .../211-python3-gpg_1.17.1-4.1ubuntu1_arm64.deb ...
12:56:53 #11 34.14 Unpacking python3-gpg (1.17.1-4.1ubuntu1) ...
12:56:53 #11 34.19 Selecting previously unselected package python3-xdg.
12:56:53 #11 34.19 Preparing to unpack .../212-python3-xdg_0.27-2_all.deb ...
12:56:53 #11 34.20 Unpacking python3-xdg (0.27-2) ...
12:56:53 #11 34.25 Selecting previously unselected package dput.
12:56:53 #10 34.04 Preparing to unpack .../097-gnupg-utils_2.2.12-1+deb10u2_amd64.deb ...
12:56:53 #10 34.05 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
12:56:53 #10 34.13 Selecting previously unselected package gpg.
12:56:53 #10 34.13 Preparing to unpack .../098-gpg_2.2.12-1+deb10u2_amd64.deb ...
12:56:53 #10 34.13 Unpacking gpg (2.2.12-1+deb10u2) ...
12:56:53 #10 34.21 Selecting previously unselected package pinentry-curses.
12:56:53 #10 34.22 Preparing to unpack .../099-pinentry-curses_1.1.0-2_amd64.deb ...
12:56:53 #10 34.22 Unpacking pinentry-curses (1.1.0-2) ...
12:56:53 #10 34.25 Selecting previously unselected package gpg-agent.
12:56:53 #10 34.26 Preparing to unpack .../100-gpg-agent_2.2.12-1+deb10u2_amd64.deb ...
12:56:53 #10 34.26 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
12:56:53 #10 34.31 Selecting previously unselected package gpg-wks-client.
12:56:53 #10 31.35 Selecting previously unselected package libxml2:amd64.
12:56:53 #10 31.35 Preparing to unpack .../090-libxml2_2.9.14+dfsg-1.1+b3_amd64.deb ...
12:56:53 #10 31.36 Unpacking libxml2:amd64 (2.9.14+dfsg-1.1+b3) ...
12:56:53 #10 31.44 Selecting previously unselected package gettext.
12:56:53 #11 21.91 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.3_amd64.deb ...
12:56:53 #11 21.91 Unpacking perl (5.30.0-9ubuntu0.3) ...
12:56:53 #11 21.97 Selecting previously unselected package openssl.
12:56:53 #11 21.97 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.17_amd64.deb ...
12:56:53 #11 21.97 Unpacking openssl (1.1.1f-1ubuntu2.17) ...
12:56:53 #11 22.06 Selecting previously unselected package ca-certificates.
12:56:53 #11 22.06 Preparing to unpack .../013-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
12:56:53 #11 22.07 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
12:56:53 #11 22.12 Selecting previously unselected package distro-info-data.
12:56:53 #11 22.12 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.11_all.deb ...
12:56:53 #11 22.12 Unpacking distro-info-data (0.43ubuntu1.11) ...
12:56:53 #11 22.15 Selecting previously unselected package libmagic-mgc.
12:56:53 #11 22.15 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_amd64.deb ...
12:56:53 #11 22.15 Unpacking libmagic-mgc (1:5.38-4) ...
12:56:54 #11 20.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 ... 5138 files and directories currently installed.)
12:56:54 #11 20.33 Preparing to unpack .../000-python3_3.10.6-1~22.04_amd64.deb ...
12:56:54 #11 20.34 Unpacking python3 (3.10.6-1~22.04) ...
12:56:54 #11 20.37 Selecting previously unselected package perl-modules-5.34.
12:56:54 #11 20.37 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1.1_all.deb ...
12:56:54 #11 20.37 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
12:56:54 #11 20.60 Selecting previously unselected package libgdbm6:amd64.
12:56:54 #10 33.92 Preparing to unpack .../119-librole-tiny-perl_2.002004-1_all.deb ...
12:56:54 #10 33.93 Unpacking librole-tiny-perl (2.002004-1) ...
12:56:54 #10 33.96 Selecting previously unselected package libstrictures-perl.
12:56:54 #10 33.96 Preparing to unpack .../120-libstrictures-perl_2.000006-1_all.deb ...
12:56:54 #10 33.96 Unpacking libstrictures-perl (2.000006-1) ...
12:56:54 #10 33.99 Selecting previously unselected package libsub-quote-perl.
12:56:54 #10 34.00 Preparing to unpack .../121-libsub-quote-perl_2.006006-1_all.deb ...
12:56:54 #10 34.00 Unpacking libsub-quote-perl (2.006006-1) ...
12:56:54 #10 34.03 Selecting previously unselected package libmoo-perl.
12:56:54 #10 34.03 Preparing to unpack .../122-libmoo-perl_2.004004-1_all.deb ...
12:56:54 #10 34.03 Unpacking libmoo-perl (2.004004-1) ...
12:56:54 #10 34.07 Selecting previously unselected package libencode-locale-perl.
12:56:54 #10 34.07 Preparing to unpack .../123-libencode-locale-perl_1.05-1.1_all.deb ...
12:56:54 #10 34.07 Unpacking libencode-locale-perl (1.05-1.1) ...
12:56:54 #10 34.10 Selecting previously unselected package libtimedate-perl.
12:56:54 #10 34.10 Preparing to unpack .../124-libtimedate-perl_2.3300-2_all.deb ...
12:56:54 #10 34.11 Unpacking libtimedate-perl (2.3300-2) ...
12:56:54 #10 34.14 Selecting previously unselected package libhttp-date-perl.
12:56:54 #11 29.79 Preparing to unpack .../196-libarchive-cpio-perl_0.10-1.1_all.deb ...
12:56:54 #11 29.79 Unpacking libarchive-cpio-perl (0.10-1.1) ...
12:56:54 #11 29.82 Selecting previously unselected package libarray-intspan-perl.
12:56:54 #11 29.82 Preparing to unpack .../197-libarray-intspan-perl_2.004-1_all.deb ...
12:56:54 #11 29.83 Unpacking libarray-intspan-perl (2.004-1) ...
12:56:54 #11 29.86 Selecting previously unselected package libmodule-implementation-perl.
12:56:54 #11 29.86 Preparing to unpack .../198-libmodule-implementation-perl_0.09-1.1_all.deb ...
12:56:54 #11 29.87 Unpacking libmodule-implementation-perl (0.09-1.1) ...
12:56:54 #11 29.89 Selecting previously unselected package libsub-exporter-progressive-perl.
12:56:54 #11 29.89 Preparing to unpack .../199-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:56:54 #11 29.90 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:56:54 #11 29.93 Selecting previously unselected package libvariable-magic-perl.
12:56:54 #11 29.93 Preparing to unpack .../200-libvariable-magic-perl_0.62-1build5_arm64.deb ...
12:56:54 #11 29.93 Unpacking libvariable-magic-perl (0.62-1build5) ...
12:56:54 #11 29.96 Selecting previously unselected package libb-hooks-endofscope-perl.
12:56:54 #11 29.96 Preparing to unpack .../201-libb-hooks-endofscope-perl_0.25-1_all.deb ...
12:56:54 #11 29.97 Unpacking libb-hooks-endofscope-perl (0.25-1) ...
12:56:54 #11 30.00 Selecting previously unselected package libfreetype6:arm64.
12:56:54 #10 64.03 Setting up lsb-release (11.1.0) ...
12:56:54 #10 64.06 Setting up libfont-ttf-perl (1.06-1.1) ...
12:56:54 #10 64.08 Setting up libfile-homedir-perl (1.006-1) ...
12:56:54 #10 64.10 Setting up python3-magic (2:0.4.20-3) ...
12:56:54 #10 64.25 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
12:56:54 #10 64.26 Setting up pristine-tar (1.49) ...
12:56:54 #10 64.28 Setting up libio-socket-ssl-perl (2.069-1) ...
12:56:54 #11 32.23 Preparing to unpack .../193-libhttp-message-perl_6.37-1_all.deb ...
12:56:54 #11 32.23 Unpacking libhttp-message-perl (6.37-1) ...
12:56:54 #11 32.26 Selecting previously unselected package libhttp-cookies-perl.
12:56:54 #11 32.26 Preparing to unpack .../194-libhttp-cookies-perl_6.10-1_all.deb ...
12:56:54 #11 32.27 Unpacking libhttp-cookies-perl (6.10-1) ...
12:56:54 #11 32.29 Selecting previously unselected package libhttp-negotiate-perl.
12:56:54 #11 32.29 Preparing to unpack .../195-libhttp-negotiate-perl_6.01-1_all.deb ...
12:56:54 #11 32.30 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:56:54 #11 32.32 Selecting previously unselected package perl-openssl-defaults:amd64.
12:56:54 #11 32.33 Preparing to unpack .../196-perl-openssl-defaults_7_amd64.deb ...
12:56:54 #11 32.33 Unpacking perl-openssl-defaults:amd64 (7) ...
12:56:54 #11 32.35 Selecting previously unselected package libnet-ssleay-perl:amd64.
12:56:54 #11 32.35 Preparing to unpack .../197-libnet-ssleay-perl_1.92-2_amd64.deb ...
12:56:54 #11 32.36 Unpacking libnet-ssleay-perl:amd64 (1.92-2) ...
12:56:54 #11 32.40 Selecting previously unselected package libio-socket-ssl-perl.
12:56:54 #11 32.40 Preparing to unpack .../198-libio-socket-ssl-perl_2.074-2_all.deb ...
12:56:54 #11 32.40 Unpacking libio-socket-ssl-perl (2.074-2) ...
12:56:54 #11 32.43 Selecting previously unselected package libnet-http-perl.
12:56:54 #11 32.43 Preparing to unpack .../199-libnet-http-perl_6.22-1_all.deb ...
12:56:54 #11 32.44 Unpacking libnet-http-perl (6.22-1) ...
12:56:54 #11 32.46 Selecting previously unselected package liblwp-protocol-https-perl.
12:56:54 #11 32.47 Preparing to unpack .../200-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:56:54 #11 32.47 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:56:54 #11 32.51 Selecting previously unselected package libtry-tiny-perl.
12:56:54 #11 32.51 Preparing to unpack .../201-libtry-tiny-perl_0.31-1_all.deb ...
12:56:54 #11 32.51 Unpacking libtry-tiny-perl (0.31-1) ...
12:56:54 #11 32.57 Selecting previously unselected package libwww-robotrules-perl.
12:56:54 #10 24.66 Selecting previously unselected package perl.
12:56:54 #11 32.43 Preparing to unpack .../186-libwww-robotrules-perl_6.02-1_all.deb ...
12:56:54 #11 32.44 Unpacking libwww-robotrules-perl (6.02-1) ...
12:56:54 #11 32.47 Selecting previously unselected package libwww-perl.
12:56:54 #11 32.47 Preparing to unpack .../187-libwww-perl_6.43-1_all.deb ...
12:56:54 #11 32.48 Unpacking libwww-perl (6.43-1) ...
12:56:54 #11 32.52 Selecting previously unselected package patchutils.
12:56:54 #11 32.52 Preparing to unpack .../188-patchutils_0.3.4-2_arm64.deb ...
12:56:54 #11 32.52 Unpacking patchutils (0.3.4-2) ...
12:56:54 #11 32.56 Selecting previously unselected package wdiff.
12:56:54 #11 32.56 Preparing to unpack .../189-wdiff_1.2.2-2build1_arm64.deb ...
12:56:54 #11 32.57 Unpacking wdiff (1.2.2-2build1) ...
12:56:54 #11 32.61 Selecting previously unselected package devscripts.
12:56:54 #11 32.61 Preparing to unpack .../190-devscripts_2.20.2ubuntu2_arm64.deb ...
12:56:54 #11 32.64 Unpacking devscripts (2.20.2ubuntu2) ...
12:56:54 #11 34.25 Preparing to unpack .../213-dput_1.1.2ubuntu2_all.deb ...
12:56:54 #11 34.26 Unpacking dput (1.1.2ubuntu2) ...
12:56:54 #11 34.30 Selecting previously unselected package fonts-dejavu-core.
12:56:54 #11 34.30 Preparing to unpack .../214-fonts-dejavu-core_2.37-2build1_all.deb ...
12:56:54 #11 34.31 Unpacking fonts-dejavu-core (2.37-2build1) ...
12:56:54 #11 34.44 Selecting previously unselected package fontconfig-config.
12:56:54 #11 34.44 Preparing to unpack .../215-fontconfig-config_2.13.1-4.4ubuntu1_all.deb ...
12:56:54 #11 34.45 Unpacking fontconfig-config (2.13.1-4.4ubuntu1) ...
12:56:54 #11 34.50 Selecting previously unselected package libcurl3-gnutls:arm64.
12:56:54 #11 34.50 Preparing to unpack .../216-libcurl3-gnutls_7.85.0-1ubuntu0.2_arm64.deb ...
12:56:54 #12 19.10 CentOS Stream 8 - Extras                         27 kB/s |  18 kB     00:00    
12:56:54 #12 19.99 CentOS Stream 8 - Extras common packages        7.2 kB/s | 5.2 kB     00:00    
12:56:54 #10 34.32 Preparing to unpack .../101-gpg-wks-client_2.2.12-1+deb10u2_amd64.deb ...
12:56:54 #10 34.32 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
12:56:54 #10 34.36 Selecting previously unselected package gpg-wks-server.
12:56:54 #10 34.36 Preparing to unpack .../102-gpg-wks-server_2.2.12-1+deb10u2_amd64.deb ...
12:56:54 #10 34.37 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
12:56:54 #10 34.41 Selecting previously unselected package gpgsm.
12:56:54 #10 34.41 Preparing to unpack .../103-gpgsm_2.2.12-1+deb10u2_amd64.deb ...
12:56:54 #10 34.41 Unpacking gpgsm (2.2.12-1+deb10u2) ...
12:56:54 #10 34.47 Selecting previously unselected package gnupg.
12:56:54 #10 34.47 Preparing to unpack .../104-gnupg_2.2.12-1+deb10u2_all.deb ...
12:56:54 #10 34.47 Unpacking gnupg (2.2.12-1+deb10u2) ...
12:56:54 #10 34.54 Selecting previously unselected package libfile-which-perl.
12:56:54 #10 34.54 Preparing to unpack .../105-libfile-which-perl_1.23-1_all.deb ...
12:56:54 #10 34.54 Unpacking libfile-which-perl (1.23-1) ...
12:56:54 #10 34.57 Selecting previously unselected package libfile-homedir-perl.
12:56:54 #10 34.57 Preparing to unpack .../106-libfile-homedir-perl_1.004-1_all.deb ...
12:56:54 #10 31.45 Preparing to unpack .../091-gettext_0.21-11_amd64.deb ...
12:56:54 #10 31.45 Unpacking gettext (0.21-11) ...
12:56:54 #10 31.59 Selecting previously unselected package intltool-debian.
12:56:54 #10 31.59 Preparing to unpack .../092-intltool-debian_0.35.0+20060710.6_all.deb ...
12:56:54 #10 31.59 Unpacking intltool-debian (0.35.0+20060710.6) ...
12:56:54 #10 31.62 Selecting previously unselected package po-debconf.
12:56:54 #10 31.62 Preparing to unpack .../093-po-debconf_1.0.21+nmu1_all.deb ...
12:56:54 #10 31.63 Unpacking po-debconf (1.0.21+nmu1) ...
12:56:54 #10 31.68 Selecting previously unselected package debhelper.
12:56:54 #10 31.68 Preparing to unpack .../094-debhelper_13.11.4_all.deb ...
12:56:54 #10 31.68 Unpacking debhelper (13.11.4) ...
12:56:54 #11 22.22 Selecting previously unselected package libmagic1:amd64.
12:56:54 #11 22.22 Preparing to unpack .../016-libmagic1_1%3a5.38-4_amd64.deb ...
12:56:54 #11 22.23 Unpacking libmagic1:amd64 (1:5.38-4) ...
12:56:54 #11 22.25 Selecting previously unselected package file.
12:56:54 #11 22.26 Preparing to unpack .../017-file_1%3a5.38-4_amd64.deb ...
12:56:54 #11 22.26 Unpacking file (1:5.38-4) ...
12:56:54 #11 22.29 Selecting previously unselected package less.
12:56:54 #11 22.29 Preparing to unpack .../018-less_551-1ubuntu0.1_amd64.deb ...
12:56:54 #11 22.29 Unpacking less (551-1ubuntu0.1) ...
12:56:54 #11 22.34 Selecting previously unselected package libelf1:amd64.
12:56:54 #11 22.34 Preparing to unpack .../019-libelf1_0.176-1.1build1_amd64.deb ...
12:56:54 #11 22.34 Unpacking libelf1:amd64 (0.176-1.1build1) ...
12:56:54 #11 22.38 Selecting previously unselected package libglib2.0-0:amd64.
12:56:54 #11 22.38 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ...
12:56:54 #11 22.39 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
12:56:54 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 11.1s done
12:56:54 #10 53.66 Setting up libxpm4:arm64 (1:3.5.12-1.1) ...
12:56:54 #10 53.68 Setting up openssh-client (1:9.1p1-2) ...
12:56:54 #10 53.78 Setting up gpgsm (2.2.40-1) ...
12:56:54 #10 53.80 Setting up libheif1:arm64 (1.14.2-1) ...
12:56:54 #10 53.81 Setting up libxext6:arm64 (2:1.3.4-1+b1) ...
12:56:54 #10 53.83 Setting up binutils-aarch64-linux-gnu (2.40-2) ...
12:56:54 #10 53.85 Setting up libcurl3-gnutls:arm64 (7.87.0-2) ...
12:56:54 #10 53.87 Setting up binutils (2.40-2) ...
12:56:54 #10 53.89 Setting up man-db (2.11.2-1) ...
12:56:54 #11 20.60 Preparing to unpack .../002-libgdbm6_1.23-1_amd64.deb ...
12:56:54 #11 20.61 Unpacking libgdbm6:amd64 (1.23-1) ...
12:56:54 #11 20.65 Selecting previously unselected package libgdbm-compat4:amd64.
12:56:54 #11 20.65 Preparing to unpack .../003-libgdbm-compat4_1.23-1_amd64.deb ...
12:56:54 #11 20.65 Unpacking libgdbm-compat4:amd64 (1.23-1) ...
12:56:54 #11 20.69 Selecting previously unselected package libperl5.34:amd64.
12:56:54 #11 20.69 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1.1_amd64.deb ...
12:56:54 #11 20.69 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.1) ...
12:56:54 #21 13.60 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
12:56:54 #21 13.60 Preparing to unpack .../6-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
12:56:54 #21 13.61 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
12:56:54 #10 34.14 Preparing to unpack .../125-libhttp-date-perl_6.05-1_all.deb ...
12:56:54 #10 34.15 Unpacking libhttp-date-perl (6.05-1) ...
12:56:54 #10 34.17 Selecting previously unselected package libfile-listing-perl.
12:56:54 #10 34.18 Preparing to unpack .../126-libfile-listing-perl_6.14-1_all.deb ...
12:56:54 #10 34.18 Unpacking libfile-listing-perl (6.14-1) ...
12:56:54 #10 34.21 Selecting previously unselected package libhtml-tagset-perl.
12:56:54 #10 34.21 Preparing to unpack .../127-libhtml-tagset-perl_3.20-4_all.deb ...
12:56:54 #10 34.21 Unpacking libhtml-tagset-perl (3.20-4) ...
12:56:54 #10 34.24 Selecting previously unselected package liburi-perl.
12:56:54 #10 34.25 Preparing to unpack .../128-liburi-perl_5.08-1_all.deb ...
12:56:54 #10 34.25 Unpacking liburi-perl (5.08-1) ...
12:56:54 #10 34.29 Selecting previously unselected package libhtml-parser-perl.
12:56:54 #10 34.29 Preparing to unpack .../129-libhtml-parser-perl_3.75-1+b1_amd64.deb ...
12:56:54 #10 34.30 Unpacking libhtml-parser-perl (3.75-1+b1) ...
12:56:54 #10 34.33 Selecting previously unselected package libhtml-tree-perl.
12:56:54 #10 34.34 Preparing to unpack .../130-libhtml-tree-perl_5.07-2_all.deb ...
12:56:54 #10 34.34 Unpacking libhtml-tree-perl (5.07-2) ...
12:56:54 #10 34.39 Selecting previously unselected package libio-html-perl.
12:56:54 #11 30.00 Preparing to unpack .../202-libfreetype6_2.11.1+dfsg-1ubuntu0.1_arm64.deb ...
12:56:54 #11 30.01 Unpacking libfreetype6:arm64 (2.11.1+dfsg-1ubuntu0.1) ...
12:56:54 #11 30.05 Selecting previously unselected package libfontconfig1:arm64.
12:56:54 #11 30.05 Preparing to unpack .../203-libfontconfig1_2.13.1-4.2ubuntu5_arm64.deb ...
12:56:54 #11 30.06 Unpacking libfontconfig1:arm64 (2.13.1-4.2ubuntu5) ...
12:56:54 #11 30.10 Selecting previously unselected package libjpeg-turbo8:arm64.
12:56:54 #11 30.11 Preparing to unpack .../204-libjpeg-turbo8_2.1.2-0ubuntu1_arm64.deb ...
12:56:54 #11 30.11 Unpacking libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ...
12:56:54 #11 30.17 Selecting previously unselected package libjpeg8:arm64.
12:56:54 #11 30.17 Preparing to unpack .../205-libjpeg8_8c-2ubuntu10_arm64.deb ...
12:56:54 #11 30.18 Unpacking libjpeg8:arm64 (8c-2ubuntu10) ...
12:56:54 #11 30.22 Selecting previously unselected package libdeflate0:arm64.
12:56:54 #11 30.22 Preparing to unpack .../206-libdeflate0_1.10-2_arm64.deb ...
12:56:54 #11 30.22 Unpacking libdeflate0:arm64 (1.10-2) ...
12:56:54 #11 30.29 Selecting previously unselected package libjbig0:arm64.
12:56:54 #11 30.30 Preparing to unpack .../207-libjbig0_2.1-3.1ubuntu0.22.04.1_arm64.deb ...
12:56:54 #11 30.30 Unpacking libjbig0:arm64 (2.1-3.1ubuntu0.22.04.1) ...
12:56:54 #11 30.33 Selecting previously unselected package libwebp7:arm64.
12:56:54 #10 64.36 Setting up libsub-exporter-perl (0.987-1) ...
12:56:54 #10 64.37 Setting up libc-devtools (2.31-13+deb11u5) ...
12:56:54 #10 64.38 Setting up libalgorithm-merge-perl (0.08-3) ...
12:56:54 #10 64.39 Setting up libhttp-message-perl (6.28-1) ...
12:56:54 #10 64.41 Setting up libhtml-form-perl (6.07-1) ...
12:56:54 #10 64.42 Setting up python3-pkg-resources (52.0.0-4) ...
12:56:54 #11 32.57 Preparing to unpack .../202-libwww-robotrules-perl_6.02-1_all.deb ...
12:56:54 #11 32.58 Unpacking libwww-robotrules-perl (6.02-1) ...
12:56:54 #11 32.60 Selecting previously unselected package libwww-perl.
12:56:54 #11 32.61 Preparing to unpack .../203-libwww-perl_6.67-1_all.deb ...
12:56:54 #11 32.61 Unpacking libwww-perl (6.67-1) ...
12:56:54 #11 32.64 Selecting previously unselected package patchutils.
12:56:54 #11 32.64 Preparing to unpack .../204-patchutils_0.4.2-1build2_amd64.deb ...
12:56:54 #11 32.64 Unpacking patchutils (0.4.2-1build2) ...
12:56:54 #11 32.67 Selecting previously unselected package wdiff.
12:56:54 #11 32.67 Preparing to unpack .../205-wdiff_1.2.2-2build3_amd64.deb ...
12:56:54 #11 32.68 Unpacking wdiff (1.2.2-2build3) ...
12:56:54 #11 32.71 Selecting previously unselected package devscripts.
12:56:54 #11 32.71 Preparing to unpack .../206-devscripts_2.22.2ubuntu3_amd64.deb ...
12:56:54 #11 32.73 Unpacking devscripts (2.22.2ubuntu3) ...
12:56:54 #11 32.79 Selecting previously unselected package diffstat.
12:56:54 #11 32.74 Selecting previously unselected package diffstat.
12:56:54 #11 32.75 Preparing to unpack .../191-diffstat_1.63-1_arm64.deb ...
12:56:54 #11 32.75 Unpacking diffstat (1.63-1) ...
12:56:54 #11 32.78 Selecting previously unselected package python3-chardet.
12:56:54 #11 32.79 Preparing to unpack .../192-python3-chardet_3.0.4-4build1_all.deb ...
12:56:54 #11 32.79 Unpacking python3-chardet (3.0.4-4build1) ...
12:56:54 #11 32.84 Selecting previously unselected package python3-debian.
12:56:54 #11 32.84 Preparing to unpack .../193-python3-debian_0.1.36ubuntu1_all.deb ...
12:56:54 #11 32.84 Unpacking python3-debian (0.1.36ubuntu1) ...
12:56:54 #11 32.89 Selecting previously unselected package libgpgme11:arm64.
12:56:54 #11 32.89 Preparing to unpack .../194-libgpgme11_1.13.1-7ubuntu2_arm64.deb ...
12:56:54 #11 32.89 Unpacking libgpgme11:arm64 (1.13.1-7ubuntu2) ...
12:56:54 #11 32.94 Selecting previously unselected package python3-gpg.
12:56:54 #11 32.94 Preparing to unpack .../195-python3-gpg_1.13.1-7ubuntu2_arm64.deb ...
12:56:54 #10 24.67 Preparing to unpack .../009-perl_5.26.1-6ubuntu0.6_amd64.deb ...
12:56:54 #10 24.67 Unpacking perl (5.26.1-6ubuntu0.6) ...
12:56:54 #10 24.72 Selecting previously unselected package openssl.
12:56:54 #10 24.72 Preparing to unpack .../010-openssl_1.1.1-1ubuntu2.1~18.04.21_amd64.deb ...
12:56:54 #10 24.73 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.21) ...
12:56:54 #11 34.50 Unpacking libcurl3-gnutls:arm64 (7.85.0-1ubuntu0.2) ...
12:56:54 #11 34.54 Selecting previously unselected package liberror-perl.
12:56:54 #11 34.54 Preparing to unpack .../217-liberror-perl_0.17029-1_all.deb ...
12:56:54 #11 34.55 Unpacking liberror-perl (0.17029-1) ...
12:56:54 #11 34.59 Selecting previously unselected package git-man.
12:56:54 #11 34.59 Preparing to unpack .../218-git-man_1%3a2.37.2-1ubuntu1.2_all.deb ...
12:56:54 #11 34.59 Unpacking git-man (1:2.37.2-1ubuntu1.2) ...
12:56:54 #11 34.68 Selecting previously unselected package git.
12:56:54 #11 34.68 Preparing to unpack .../219-git_1%3a2.37.2-1ubuntu1.2_arm64.deb ...
12:56:54 #11 34.69 Unpacking git (1:2.37.2-1ubuntu1.2) ...
12:56:54 #10 34.58 Unpacking libfile-homedir-perl (1.004-1) ...
12:56:54 #10 34.61 Selecting previously unselected package libio-pty-perl.
12:56:54 #10 34.61 Preparing to unpack .../107-libio-pty-perl_1%3a1.08-1.1+b5_amd64.deb ...
12:56:54 #10 34.61 Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
12:56:54 #10 34.64 Selecting previously unselected package libipc-run-perl.
12:56:54 #10 34.64 Preparing to unpack .../108-libipc-run-perl_20180523.0-1_all.deb ...
12:56:54 #10 34.65 Unpacking libipc-run-perl (20180523.0-1) ...
12:56:54 #10 34.68 Selecting previously unselected package libclass-method-modifiers-perl.
12:56:54 #10 34.68 Preparing to unpack .../109-libclass-method-modifiers-perl_2.12-1_all.deb ...
12:56:54 #10 34.69 Unpacking libclass-method-modifiers-perl (2.12-1) ...
12:56:54 #10 34.71 Selecting previously unselected package libsub-exporter-progressive-perl.
12:56:54 #10 34.72 Preparing to unpack .../110-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:56:54 #10 34.72 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:56:54 #10 34.75 Selecting previously unselected package libdevel-globaldestruction-perl.
12:56:54 #10 34.75 Preparing to unpack .../111-libdevel-globaldestruction-perl_0.14-1_all.deb ...
12:56:54 #10 34.75 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
12:56:54 #10 34.78 Selecting previously unselected package libb-hooks-op-check-perl.
12:56:54 #10 34.78 Preparing to unpack .../112-libb-hooks-op-check-perl_0.22-1+b1_amd64.deb ...
12:56:54 #10 34.79 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
12:56:54 #10 31.81 Selecting previously unselected package debian-keyring.
12:56:54 #10 31.81 Preparing to unpack .../095-debian-keyring_2022.12.24_all.deb ...
12:56:54 #10 31.81 Unpacking debian-keyring (2022.12.24) ...
12:56:54 #11 22.52 Selecting previously unselected package libglib2.0-data.
12:56:54 #11 22.52 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
12:56:54 #11 22.53 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
12:56:54 #11 22.59 Selecting previously unselected package tzdata.
12:56:54 #11 22.59 Preparing to unpack .../022-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
12:56:54 #11 22.59 Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
12:56:54 #7 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
12:56:54 #10 54.00 Building database of manual pages ...
12:56:54 #11 20.88 Selecting previously unselected package perl.
12:56:54 #11 20.88 Preparing to unpack .../005-perl_5.34.0-3ubuntu1.1_amd64.deb ...
12:56:54 #11 20.89 Unpacking perl (5.34.0-3ubuntu1.1) ...
12:56:54 #11 20.92 Selecting previously unselected package openssl.
12:56:54 #11 20.92 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.8_amd64.deb ...
12:56:54 #11 20.93 Unpacking openssl (3.0.2-0ubuntu1.8) ...
12:56:54 #11 21.01 Selecting previously unselected package ca-certificates.
12:56:54 #10 34.39 Preparing to unpack .../131-libio-html-perl_1.004-2_all.deb ...
12:56:54 #10 34.40 Unpacking libio-html-perl (1.004-2) ...
12:56:54 #10 34.42 Selecting previously unselected package liblwp-mediatypes-perl.
12:56:54 #10 34.43 Preparing to unpack .../132-liblwp-mediatypes-perl_6.04-1_all.deb ...
12:56:54 #10 34.43 Unpacking liblwp-mediatypes-perl (6.04-1) ...
12:56:54 #10 34.47 Selecting previously unselected package libhttp-message-perl.
12:56:54 #10 34.47 Preparing to unpack .../133-libhttp-message-perl_6.28-1_all.deb ...
12:56:54 #10 34.47 Unpacking libhttp-message-perl (6.28-1) ...
12:56:54 #10 34.52 Selecting previously unselected package libhttp-cookies-perl.
12:56:54 #10 34.52 Preparing to unpack .../134-libhttp-cookies-perl_6.10-1_all.deb ...
12:56:54 #10 34.52 Unpacking libhttp-cookies-perl (6.10-1) ...
12:56:54 #10 34.56 Selecting previously unselected package libhttp-negotiate-perl.
12:56:54 #10 34.56 Preparing to unpack .../135-libhttp-negotiate-perl_6.01-1_all.deb ...
12:56:54 #10 34.57 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:56:54 #10 34.60 Selecting previously unselected package perl-openssl-defaults:amd64.
12:56:54 #10 34.60 Preparing to unpack .../136-perl-openssl-defaults_5_amd64.deb ...
12:56:54 #10 34.61 Unpacking perl-openssl-defaults:amd64 (5) ...
12:56:54 #10 34.64 Selecting previously unselected package libnet-ssleay-perl.
12:56:54 #11 30.33 Preparing to unpack .../208-libwebp7_1.2.2-2_arm64.deb ...
12:56:54 #11 30.34 Unpacking libwebp7:arm64 (1.2.2-2) ...
12:56:54 #11 30.38 Selecting previously unselected package libtiff5:arm64.
12:56:54 #11 30.38 Preparing to unpack .../209-libtiff5_4.3.0-6ubuntu0.3_arm64.deb ...
12:56:54 #11 30.39 Unpacking libtiff5:arm64 (4.3.0-6ubuntu0.3) ...
12:56:54 #11 30.43 Selecting previously unselected package libxpm4:arm64.
12:56:54 #11 30.43 Preparing to unpack .../210-libxpm4_1%3a3.5.12-1ubuntu0.22.04.1_arm64.deb ...
12:56:54 #11 30.43 Unpacking libxpm4:arm64 (1:3.5.12-1ubuntu0.22.04.1) ...
12:56:54 #11 30.47 Selecting previously unselected package libgd3:arm64.
12:56:54 #11 30.47 Preparing to unpack .../211-libgd3_2.3.0-2ubuntu2_arm64.deb ...
12:56:54 #11 30.48 Unpacking libgd3:arm64 (2.3.0-2ubuntu2) ...
12:56:54 #11 30.51 Selecting previously unselected package libc-devtools.
12:56:54 #11 30.51 Preparing to unpack .../212-libc-devtools_2.35-0ubuntu3.1_arm64.deb ...
12:56:54 #11 30.52 Unpacking libc-devtools (2.35-0ubuntu3.1) ...
12:56:54 #11 30.55 Selecting previously unselected package libcapture-tiny-perl.
12:56:54 #11 30.55 Preparing to unpack .../213-libcapture-tiny-perl_0.48-1_all.deb ...
12:56:54 #11 30.56 Unpacking libcapture-tiny-perl (0.48-1) ...
12:56:54 #11 30.59 Selecting previously unselected package libclass-data-inheritable-perl.
12:56:54 #10 35.59 Fedora 36 - aarch64 - Updates                   8.3 MB/s |  30 MB     00:03    
12:56:54 #10 64.61 Setting up libiterator-perl (0.03+ds1-1.1) ...
12:56:54 #10 64.63 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
12:56:54 #10 64.64 Setting up libjson-xs-perl (4.030-1+b1) ...
12:56:54 #10 64.65 Setting up libhttp-negotiate-perl (6.01-1) ...
12:56:54 #10 64.66 Setting up libio-prompter-perl (0.004015-1) ...
12:56:54 #10 64.67 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
12:56:54 #10 64.69 Setting up libhttp-cookies-perl (6.10-1) ...
12:56:54 #10 64.70 Setting up python3-apt (2.2.1) ...
12:56:54 #11 32.79 Preparing to unpack .../207-diffstat_1.64-1build2_amd64.deb ...
12:56:54 #11 32.79 Unpacking diffstat (1.64-1build2) ...
12:56:54 #11 32.82 Selecting previously unselected package python3-chardet.
12:56:54 #11 32.82 Preparing to unpack .../208-python3-chardet_4.0.0-2_all.deb ...
12:56:54 #11 32.82 Unpacking python3-chardet (4.0.0-2) ...
12:56:54 #11 32.86 Selecting previously unselected package python3-debian.
12:56:54 #11 32.86 Preparing to unpack .../209-python3-debian_0.1.46_all.deb ...
12:56:54 #11 32.87 Unpacking python3-debian (0.1.46) ...
12:56:54 #11 32.90 Selecting previously unselected package libgpgme11:amd64.
12:56:54 #11 32.90 Preparing to unpack .../210-libgpgme11_1.17.1-4.1ubuntu1_amd64.deb ...
12:56:54 #11 32.91 Unpacking libgpgme11:amd64 (1.17.1-4.1ubuntu1) ...
12:56:54 #11 32.94 Selecting previously unselected package python3-gpg.
12:56:54 #11 32.94 Preparing to unpack .../211-python3-gpg_1.17.1-4.1ubuntu1_amd64.deb ...
12:56:54 #11 32.95 Unpacking python3-gpg (1.17.1-4.1ubuntu1) ...
12:56:54 #11 32.98 Selecting previously unselected package python3-xdg.
12:56:54 #11 32.99 Preparing to unpack .../212-python3-xdg_0.27-2_all.deb ...
12:56:54 #11 32.99 Unpacking python3-xdg (0.27-2) ...
12:56:54 #11 33.02 Selecting previously unselected package dput.
12:56:54 #10 24.83 Selecting previously unselected package ca-certificates.
12:56:54 #10 24.83 Preparing to unpack .../011-ca-certificates_20211016ubuntu0.18.04.1_all.deb ...
12:56:54 #10 24.84 Unpacking ca-certificates (20211016ubuntu0.18.04.1) ...
12:56:54 #10 24.90 Selecting previously unselected package distro-info-data.
12:56:54 #10 24.91 Preparing to unpack .../012-distro-info-data_0.37ubuntu0.15_all.deb ...
12:56:54 #10 24.91 Unpacking distro-info-data (0.37ubuntu0.15) ...
12:56:54 #10 24.96 Selecting previously unselected package libmagic-mgc.
12:56:54 #10 24.96 Preparing to unpack .../013-libmagic-mgc_1%3a5.32-2ubuntu0.4_amd64.deb ...
12:56:54 #10 24.96 Unpacking libmagic-mgc (1:5.32-2ubuntu0.4) ...
12:56:54 #10 25.02 Selecting previously unselected package libmagic1:amd64.
12:56:54 #10 25.02 Preparing to unpack .../014-libmagic1_1%3a5.32-2ubuntu0.4_amd64.deb ...
12:56:54 #10 25.03 Unpacking libmagic1:amd64 (1:5.32-2ubuntu0.4) ...
12:56:54 #10 25.06 Selecting previously unselected package file.
12:56:54 #10 25.07 Preparing to unpack .../015-file_1%3a5.32-2ubuntu0.4_amd64.deb ...
12:56:54 #10 25.07 Unpacking file (1:5.32-2ubuntu0.4) ...
12:56:54 #10 25.11 Selecting previously unselected package less.
12:56:54 #10 25.11 Preparing to unpack .../016-less_487-0.1_amd64.deb ...
12:56:54 #10 25.11 Unpacking less (487-0.1) ...
12:56:54 #10 25.15 Selecting previously unselected package libapt-inst2.0:amd64.
12:56:54 #10 25.15 Preparing to unpack .../017-libapt-inst2.0_1.6.14_amd64.deb ...
12:56:54 #10 25.16 Unpacking libapt-inst2.0:amd64 (1.6.14) ...
12:56:54 #10 25.20 Selecting previously unselected package libglib2.0-0:amd64.
12:56:54 #11 34.84 Selecting previously unselected package libalgorithm-diff-perl.
12:56:54 #11 34.84 Preparing to unpack .../220-libalgorithm-diff-perl_1.201-1_all.deb ...
12:56:54 #11 34.84 Unpacking libalgorithm-diff-perl (1.201-1) ...
12:56:54 #11 34.89 Selecting previously unselected package libalgorithm-diff-xs-perl:arm64.
12:56:54 #11 34.89 Preparing to unpack .../221-libalgorithm-diff-xs-perl_0.04-7_arm64.deb ...
12:56:54 #11 34.89 Unpacking libalgorithm-diff-xs-perl:arm64 (0.04-7) ...
12:56:54 #11 34.93 Selecting previously unselected package libalgorithm-merge-perl.
12:56:54 #11 34.93 Preparing to unpack .../222-libalgorithm-merge-perl_0.08-4_all.deb ...
12:56:54 #11 34.94 Unpacking libalgorithm-merge-perl (0.08-4) ...
12:56:54 #11 34.98 Selecting previously unselected package libaliased-perl.
12:56:54 #11 34.98 Preparing to unpack .../223-libaliased-perl_0.34-2_all.deb ...
12:56:54 #11 34.98 Unpacking libaliased-perl (0.34-2) ...
12:56:54 #11 35.02 Selecting previously unselected package libapt-pkg-perl.
12:56:54 #11 35.03 Preparing to unpack .../224-libapt-pkg-perl_0.1.40build2_arm64.deb ...
12:56:54 #11 35.03 Unpacking libapt-pkg-perl (0.1.40build2) ...
12:56:54 #11 35.07 Selecting previously unselected package libarchive-cpio-perl.
12:56:54 #10 34.81 Selecting previously unselected package libdynaloader-functions-perl.
12:56:54 #10 34.82 Preparing to unpack .../113-libdynaloader-functions-perl_0.003-1_all.deb ...
12:56:54 #10 34.82 Unpacking libdynaloader-functions-perl (0.003-1) ...
12:56:54 #10 34.85 Selecting previously unselected package libdevel-callchecker-perl.
12:56:54 #10 34.85 Preparing to unpack .../114-libdevel-callchecker-perl_0.008-1_amd64.deb ...
12:56:54 #10 34.85 Unpacking libdevel-callchecker-perl (0.008-1) ...
12:56:54 #10 34.88 Selecting previously unselected package libparams-classify-perl.
12:56:54 #10 34.88 Preparing to unpack .../115-libparams-classify-perl_0.015-1+b1_amd64.deb ...
12:56:54 #10 34.89 Unpacking libparams-classify-perl (0.015-1+b1) ...
12:56:54 #10 34.91 Selecting previously unselected package libmodule-runtime-perl.
12:56:54 #10 34.92 Preparing to unpack .../116-libmodule-runtime-perl_0.016-1_all.deb ...
12:56:54 #10 34.92 Unpacking libmodule-runtime-perl (0.016-1) ...
12:56:54 #10 34.94 Selecting previously unselected package libimport-into-perl.
12:56:54 #10 34.95 Preparing to unpack .../117-libimport-into-perl_1.002005-1_all.deb ...
12:56:54 #10 34.95 Unpacking libimport-into-perl (1.002005-1) ...
12:56:54 #10 34.98 Selecting previously unselected package librole-tiny-perl.
12:56:54 #10 34.98 Preparing to unpack .../118-librole-tiny-perl_2.000006-1_all.deb ...
12:56:54 #10 34.98 Unpacking librole-tiny-perl (2.000006-1) ...
12:56:54 #10 35.01 Selecting previously unselected package libstrictures-perl.
12:56:54 #10 35.01 Preparing to unpack .../119-libstrictures-perl_2.000005-1_all.deb ...
12:56:54 #10 35.01 Unpacking libstrictures-perl (2.000005-1) ...
12:56:54 #10 35.05 Selecting previously unselected package libsub-quote-perl.
12:56:54 #10 35.05 Preparing to unpack .../120-libsub-quote-perl_2.005001-1_all.deb ...
12:56:54 #10 35.05 Unpacking libsub-quote-perl (2.005001-1) ...
12:56:54 #10 35.08 Selecting previously unselected package libmoo-perl.
12:56:54 #10 35.08 Preparing to unpack .../121-libmoo-perl_2.003004-2_all.deb ...
12:56:54 #10 35.09 Unpacking libmoo-perl (2.003004-2) ...
12:56:54 #10 35.11 Selecting previously unselected package libencode-locale-perl.
12:56:54 #11 32.94 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
12:56:54 #11 33.00 Selecting previously unselected package dput.
12:56:54 #11 33.00 Preparing to unpack .../196-dput_1.0.3ubuntu1_all.deb ...
12:56:54 #11 33.01 Unpacking dput (1.0.3ubuntu1) ...
12:56:54 #11 33.06 Selecting previously unselected package libcurl3-gnutls:arm64.
12:56:54 #11 33.06 Preparing to unpack .../197-libcurl3-gnutls_7.68.0-1ubuntu2.15_arm64.deb ...
12:56:54 #11 33.07 Unpacking libcurl3-gnutls:arm64 (7.68.0-1ubuntu2.15) ...
12:56:54 #11 33.11 Selecting previously unselected package liberror-perl.
12:56:54 #11 33.12 Preparing to unpack .../198-liberror-perl_0.17029-1_all.deb ...
12:56:54 #11 33.12 Unpacking liberror-perl (0.17029-1) ...
12:56:54 #11 33.16 Selecting previously unselected package git-man.
12:56:54 #11 33.16 Preparing to unpack .../199-git-man_1%3a2.25.1-1ubuntu3.8_all.deb ...
12:56:54 #11 33.17 Unpacking git-man (1:2.25.1-1ubuntu3.8) ...
12:56:54 #11 33.27 Selecting previously unselected package git.
12:56:54 #11 22.80 Selecting previously unselected package libicu66:amd64.
12:56:54 #11 22.80 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_amd64.deb ...
12:56:54 #11 22.80 Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ...
12:56:54 #7 DONE 26.2s
12:56:54 
12:56:54 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:56:54 #10 38.49 Setting up libltdl-dev:arm64 (2.4.6-2) ...
12:56:54 #10 38.50 Setting up libwind0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:56:54 #10 38.51 Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ...
12:56:54 #10 38.52 Setting up gettext (0.19.8.1-6ubuntu0.3) ...
12:56:54 #10 38.56 Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.8) ...
12:56:54 #10 38.57 Setting up libasn1-8-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:56:54 #10 38.58 Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ...
12:56:54 #10 38.59 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
12:56:54 #10 38.60 Setting up libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:56:54 #10 38.61 Setting up file (1:5.32-2ubuntu0.4) ...
12:56:54 #10 38.62 Setting up fakeroot (1.22-2ubuntu1) ...
12:56:54 #10 38.63 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:56:54 #10 38.63 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:56:54 #10 38.63 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:56:54 #10 38.63 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:56:54 #10 38.63 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:56:54 #10 38.63 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:56:54 #10 38.63 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:56:54 #10 38.63 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:56:54 #10 38.63 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:56:54 #10 38.64 Setting up libhx509-5-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:56:54 #10 38.65 Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
12:56:54 #10 38.66 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ...
12:56:54 #10 38.67 Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
12:56:54 #10 38.68 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.6) ...
12:56:54 #10 38.69 Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.8) ...
12:56:54 #10 38.70 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
12:56:54 #11 21.01 Preparing to unpack .../007-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
12:56:54 #11 21.02 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
12:56:54 #11 21.07 Selecting previously unselected package distro-info-data.
12:56:54 #11 21.07 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.2_all.deb ...
12:56:54 #11 21.07 Unpacking distro-info-data (0.52ubuntu0.2) ...
12:56:54 #11 21.10 Selecting previously unselected package iso-codes.
12:56:54 #11 21.10 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ...
12:56:54 #11 21.10 Unpacking iso-codes (4.9.0-1) ...
12:56:54 #11 21.27 Selecting previously unselected package less.
12:56:54 #11 21.27 Preparing to unpack .../010-less_590-1build1_amd64.deb ...
12:56:54 #11 21.27 Unpacking less (590-1build1) ...
12:56:54 #11 21.31 Selecting previously unselected package libmd0:amd64.
12:56:54 #11 21.31 Preparing to unpack .../011-libmd0_1.0.4-1build1_amd64.deb ...
12:56:54 #11 21.32 Unpacking libmd0:amd64 (1.0.4-1build1) ...
12:56:54 #11 21.35 Selecting previously unselected package libbsd0:amd64.
12:56:54 #11 21.35 Preparing to unpack .../012-libbsd0_0.11.5-1_amd64.deb ...
12:56:54 #11 21.35 Unpacking libbsd0:amd64 (0.11.5-1) ...
12:56:54 #11 21.38 Selecting previously unselected package libelf1:amd64.
12:56:54 #7 ...
12:56:54 
12:56:54 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:54 #0 1.201 Get:1 http://archive.raspbian.org/raspbian buster InRelease [15.0 kB]
12:56:54 #0 1.230 Get:2 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
12:56:54 #0 1.509 Get:3 http://archive.raspbian.org/raspbian buster/firmware armhf Packages [1201 B]
12:56:54 #0 1.605 Get:4 http://archive.raspbian.org/raspbian buster/contrib armhf Packages [68.6 kB]
12:56:54 #0 1.665 Get:5 http://archive.raspberrypi.org/debian buster/main armhf Packages [392 kB]
12:56:54 #0 1.693 Get:6 http://archive.raspbian.org/raspbian buster/rpi armhf Packages [1299 B]
12:56:54 #0 1.693 Get:7 http://archive.raspbian.org/raspbian buster/non-free armhf Packages [126 kB]
12:56:54 #0 1.773 Get:8 http://archive.raspbian.org/raspbian buster/main armhf Packages [18.3 MB]
12:56:54 #0 4.536 Fetched 19.0 MB in 4s (4798 kB/s)
12:56:54 #0 4.536 Reading package lists...
12:56:54 #0 5.846 Reading package lists...
12:56:54 #0 7.165 Building dependency tree...
12:56:54 #0 7.357 Reading state information...
12:56:54 #0 7.654 The following additional packages will be installed:
12:56:54 #0 7.654   autoconf automake autopoint autotools-dev binutils
12:56:54 #0 7.654   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
12:56:54 #0 7.654   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
12:56:54 #0 7.654   gcc gcc-8 gettext gettext-base git-man groff-base intltool-debian
12:56:54 #0 7.654   libarchive-zip-perl libasan5 libatomic1 libb-hooks-op-check-perl libbinutils
12:56:54 #0 7.654   libbsd0 libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
12:56:54 #0 7.654   libcroco3 libcurl3-gnutls libcurl4 libdebhelper-perl
12:56:54 #0 7.654   libdevel-callchecker-perl libdevel-globaldestruction-perl libdpkg-perl
12:56:54 #0 7.654   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
12:56:54 #0 7.654   libexpat1 libfakeroot libfile-homedir-perl libfile-listing-perl
12:56:54 #0 7.654   libfile-stripnondeterminism-perl libfile-which-perl libfl2 libgcc-8-dev
12:56:54 #0 7.654   libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 libhtml-parser-perl
12:56:54 #0 7.654   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
12:56:54 #0 7.654   libhttp-message-perl libhttp-negotiate-perl libicu63 libimport-into-perl
12:56:54 #0 7.654   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
12:56:54 #0 7.654   libisl19 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
12:56:54 #0 7.654   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
12:56:54 #0 7.654   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
12:56:54 #0 7.654   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
12:56:54 #0 7.654   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
12:56:54 #0 7.654   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
12:56:54 #0 7.654   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
12:56:54 #0 7.654   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
12:56:54 #0 7.654   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
12:56:54 #0 7.654   po-debconf python3 python3-minimal python3.7 python3.7-minimal
12:56:54 #0 7.654   sensible-utils wdiff xz-utils
12:56:54 #0 7.654 Suggested packages:
12:56:54 #0 7.654   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
12:56:54 #0 7.654   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales dh-make adequate
12:56:54 #0 7.654   autopkgtest bls-standalone bsd-mailx | mailx build-essential
12:56:54 #0 7.654   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
12:56:54 #0 7.654   dose-extra duck faketime gnuplot how-can-i-help libauthen-sasl-perl
12:56:54 #0 7.654   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:56:54 #0 7.654   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
12:56:54 #0 7.654   ratt reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
12:56:54 #0 7.654   manpages-dev flex bison gdb gcc-doc gcc-8-doc libgcc1-dbg libgomp1-dbg
12:56:54 #0 7.654   libitm1-dbg libatomic1-dbg libasan5-dbg liblsan0-dbg libtsan0-dbg
12:56:54 #0 7.654   libubsan1-dbg libmpx2-dbg libquadmath0-dbg gettext-doc libasprintf-dev
12:56:54 #0 7.654   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
12:56:54 #0 7.654   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
12:56:54 #0 7.654   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
12:56:54 #0 7.654   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
12:56:54 #0 7.654   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
12:56:54 #0 7.654   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
12:56:54 #0 7.654   diffutils-doc perl-doc libterm-readline-gnu-perl
12:56:54 #0 7.654   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
12:56:54 #0 7.654   libmail-box-perl python3-doc python3-tk python3-venv python3.7-venv
12:56:54 #0 7.654   python3.7-doc binfmt-support wdiff-doc
12:56:54 #0 7.654 Recommended packages:
12:56:54 #0 7.654   at dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
12:56:54 #0 7.654   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
12:56:54 #0 7.654   licensecheck lintian python3-apt python3-debian python3-magic
12:56:54 #0 7.654   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
12:56:54 #0 7.654   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
12:56:54 #0 7.654   manpages manpages-dev libfile-fcntllock-perl libarchive-cpio-perl
12:56:54 #0 7.654   libglib2.0-data shared-mime-info xdg-user-dirs libhtml-format-perl
12:56:54 #0 7.654   libclass-xsaccessor-perl libsub-name-perl libltdl-dev libdata-dump-perl
12:56:54 #0 7.654   libhtml-form-perl libhttp-daemon-perl libmailtools-perl
12:56:54 #0 7.654   libmail-sendmail-perl
12:56:54 #0 9.253 The following NEW packages will be installed:
12:56:54 #0 9.253   autoconf automake autopoint autotools-dev binutils
12:56:54 #0 9.253   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
12:56:54 #0 9.253   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
12:56:54 #0 9.253   equivs fakeroot file gcc gcc-8 gettext gettext-base git git-man groff-base
12:56:54 #0 9.253   intltool-debian libarchive-zip-perl libasan5 libatomic1
12:56:54 #0 9.253   libb-hooks-op-check-perl libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0
12:56:54 #0 9.253   libclass-method-modifiers-perl libcroco3 libcurl3-gnutls libdebhelper-perl
12:56:54 #0 9.253   libdevel-callchecker-perl libdevel-globaldestruction-perl libdpkg-perl
12:56:54 #0 9.253   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
12:56:54 #0 9.253   libexpat1 libfakeroot libfile-homedir-perl libfile-listing-perl
12:56:54 #0 9.253   libfile-stripnondeterminism-perl libfile-which-perl libfl2 libgcc-8-dev
12:56:54 #0 9.253   libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 libhtml-parser-perl
12:56:54 #0 9.253   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
12:56:54 #0 9.253   libhttp-message-perl libhttp-negotiate-perl libicu63 libimport-into-perl
12:56:54 #0 9.253   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
12:56:54 #0 9.253   libisl19 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
12:56:54 #0 9.253   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
12:56:54 #0 9.253   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
12:56:54 #0 9.253   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
12:56:54 #0 9.253   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
12:56:54 #0 9.253   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
12:56:54 #0 9.253   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
12:56:54 #0 9.253   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
12:56:54 #0 9.253   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
12:56:54 #0 9.253   po-debconf python3 python3-minimal python3.7 python3.7-minimal
12:56:54 #0 9.253   sensible-utils wdiff xz-utils
12:56:54 #0 9.253 The following packages will be upgraded:
12:56:54 #0 9.253   curl libc6 libcurl4
12:56:54 #0 9.788 3 upgraded, 125 newly installed, 0 to remove and 7 not upgraded.
12:56:54 #0 9.788 Need to get 69.6 MB of archives.
12:56:54 #0 9.788 After this operation, 272 MB of additional disk space will be used.
12:56:54 #0 9.788 Get:1 http://archive.raspbian.org/raspbian buster/main armhf libbsd0 armhf 0.9.1-2+deb10u1 [105 kB]
12:56:54 #0 9.836 Get:2 http://archive.raspberrypi.org/debian buster/main armhf libc6 armhf 2.28-10+rpt2+rpi1+deb10u1 [2351 kB]
12:56:54 #0 10.12 Get:3 http://archive.raspbian.org/raspbian buster/main armhf libtinfo5 armhf 6.1+20181013-2+deb10u3 [308 kB]
12:56:54 #10 10.20 Get:4 http://archive.raspbian.org/raspbian buster/main armhf bsdmainutils armhf 11.1.2 [182 kB]
12:56:54 #10 ...
12:56:54 
12:56:54 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:54 #10 34.65 Preparing to unpack .../137-libnet-ssleay-perl_1.88-3+b1_amd64.deb ...
12:56:54 #10 34.65 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
12:56:54 #10 34.72 Selecting previously unselected package libio-socket-ssl-perl.
12:56:54 #10 34.72 Preparing to unpack .../138-libio-socket-ssl-perl_2.069-1_all.deb ...
12:56:54 #10 34.72 Unpacking libio-socket-ssl-perl (2.069-1) ...
12:56:54 #10 34.77 Selecting previously unselected package libnet-http-perl.
12:56:54 #10 34.78 Preparing to unpack .../139-libnet-http-perl_6.20-1_all.deb ...
12:56:54 #10 34.78 Unpacking libnet-http-perl (6.20-1) ...
12:56:54 #10 34.81 Selecting previously unselected package liblwp-protocol-https-perl.
12:56:54 #10 34.82 Preparing to unpack .../140-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:56:54 #10 34.82 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:56:54 #10 34.85 Selecting previously unselected package libtry-tiny-perl.
12:56:54 #10 34.85 Preparing to unpack .../141-libtry-tiny-perl_0.30-1_all.deb ...
12:56:54 #10 34.85 Unpacking libtry-tiny-perl (0.30-1) ...
12:56:54 #10 34.88 Selecting previously unselected package libwww-robotrules-perl.
12:56:54 #11 30.59 Preparing to unpack .../214-libclass-data-inheritable-perl_0.08-3_all.deb ...
12:56:54 #11 30.60 Unpacking libclass-data-inheritable-perl (0.08-3) ...
12:56:54 #11 30.63 Selecting previously unselected package libclone-perl.
12:56:54 #11 30.63 Preparing to unpack .../215-libclone-perl_0.45-1build3_arm64.deb ...
12:56:54 #11 30.64 Unpacking libclone-perl (0.45-1build3) ...
12:56:54 #11 30.67 Selecting previously unselected package libcommon-sense-perl:arm64.
12:56:54 #11 30.67 Preparing to unpack .../216-libcommon-sense-perl_3.75-2build1_arm64.deb ...
12:56:54 #11 30.68 Unpacking libcommon-sense-perl:arm64 (3.75-2build1) ...
12:56:54 #11 30.71 Selecting previously unselected package libconfig-tiny-perl.
12:56:54 #11 30.71 Preparing to unpack .../217-libconfig-tiny-perl_2.28-1_all.deb ...
12:56:54 #11 30.71 Unpacking libconfig-tiny-perl (2.28-1) ...
12:56:54 #11 30.74 Selecting previously unselected package libparams-util-perl.
12:56:54 #11 30.74 Preparing to unpack .../218-libparams-util-perl_1.102-1build3_arm64.deb ...
12:56:54 #11 30.74 Unpacking libparams-util-perl (1.102-1build3) ...
12:56:54 #11 30.77 Selecting previously unselected package libsub-install-perl.
12:56:54 #11 30.77 Preparing to unpack .../219-libsub-install-perl_0.928-1.1_all.deb ...
12:56:54 #11 30.78 Unpacking libsub-install-perl (0.928-1.1) ...
12:56:54 #11 30.81 Selecting previously unselected package libdata-optlist-perl.
12:56:54 #10 64.86 Setting up po-debconf (1.0.21+nmu1) ...
12:56:54 #10 64.87 Setting up libhtml-tree-perl (5.07-2) ...
12:56:54 #10 64.88 Setting up libparams-classify-perl (0.015-1+b3) ...
12:56:54 #10 64.90 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:56:54 #10 64.92 Setting up libhtml-format-perl (2.12-1.1) ...
12:56:54 #10 64.93 Setting up libxml-sax-perl (1.02+dfsg-1) ...
12:56:54 #10 64.99 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:56:54 #10 65.05 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:56:54 #11 33.03 Preparing to unpack .../213-dput_1.1.2ubuntu2_all.deb ...
12:56:54 #11 33.03 Unpacking dput (1.1.2ubuntu2) ...
12:56:54 #11 33.06 Selecting previously unselected package fonts-dejavu-core.
12:56:54 #11 33.07 Preparing to unpack .../214-fonts-dejavu-core_2.37-2build1_all.deb ...
12:56:54 #11 33.07 Unpacking fonts-dejavu-core (2.37-2build1) ...
12:56:54 #11 33.19 Selecting previously unselected package fontconfig-config.
12:56:54 #11 33.19 Preparing to unpack .../215-fontconfig-config_2.13.1-4.4ubuntu1_all.deb ...
12:56:54 #11 33.19 Unpacking fontconfig-config (2.13.1-4.4ubuntu1) ...
12:56:54 #11 33.24 Selecting previously unselected package libcurl3-gnutls:amd64.
12:56:54 #11 33.24 Preparing to unpack .../216-libcurl3-gnutls_7.85.0-1ubuntu0.2_amd64.deb ...
12:56:54 #11 33.24 Unpacking libcurl3-gnutls:amd64 (7.85.0-1ubuntu0.2) ...
12:56:54 #11 33.28 Selecting previously unselected package liberror-perl.
12:56:54 #10 25.20 Preparing to unpack .../018-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_amd64.deb ...
12:56:54 #10 25.21 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
12:56:54 #10 25.35 Selecting previously unselected package libglib2.0-data.
12:56:54 #11 35.07 Preparing to unpack .../225-libarchive-cpio-perl_0.10-2_all.deb ...
12:56:54 #11 35.08 Unpacking libarchive-cpio-perl (0.10-2) ...
12:56:54 #11 35.12 Selecting previously unselected package libarray-intspan-perl.
12:56:54 #11 35.13 Preparing to unpack .../226-libarray-intspan-perl_2.004-2_all.deb ...
12:56:54 #11 35.14 Unpacking libarray-intspan-perl (2.004-2) ...
12:56:54 #11 35.17 Selecting previously unselected package libmodule-implementation-perl.
12:56:54 #11 35.17 Preparing to unpack .../227-libmodule-implementation-perl_0.09-2_all.deb ...
12:56:54 #11 35.18 Unpacking libmodule-implementation-perl (0.09-2) ...
12:56:54 #11 35.21 Selecting previously unselected package libsub-exporter-progressive-perl.
12:56:54 #11 35.22 Preparing to unpack .../228-libsub-exporter-progressive-perl_0.001013-2_all.deb ...
12:56:54 #11 35.22 Unpacking libsub-exporter-progressive-perl (0.001013-2) ...
12:56:54 #11 35.26 Selecting previously unselected package libvariable-magic-perl.
12:56:54 #11 35.26 Preparing to unpack .../229-libvariable-magic-perl_0.62-2_arm64.deb ...
12:56:54 #11 35.26 Unpacking libvariable-magic-perl (0.62-2) ...
12:56:54 #11 35.30 Selecting previously unselected package libb-hooks-endofscope-perl.
12:56:54 #10 35.12 Preparing to unpack .../122-libencode-locale-perl_1.05-1_all.deb ...
12:56:54 #10 35.12 Unpacking libencode-locale-perl (1.05-1) ...
12:56:54 #10 35.15 Selecting previously unselected package libtimedate-perl.
12:56:54 #10 35.15 Preparing to unpack .../123-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
12:56:54 #10 35.15 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
12:56:54 #10 35.18 Selecting previously unselected package libhttp-date-perl.
12:56:54 #10 35.19 Preparing to unpack .../124-libhttp-date-perl_6.02-1_all.deb ...
12:56:54 #10 35.19 Unpacking libhttp-date-perl (6.02-1) ...
12:56:54 #10 35.22 Selecting previously unselected package libfile-listing-perl.
12:56:54 #10 35.22 Preparing to unpack .../125-libfile-listing-perl_6.04-1_all.deb ...
12:56:54 #10 35.22 Unpacking libfile-listing-perl (6.04-1) ...
12:56:54 #10 35.25 Selecting previously unselected package libhtml-tagset-perl.
12:56:54 #10 35.25 Preparing to unpack .../126-libhtml-tagset-perl_3.20-3_all.deb ...
12:56:54 #10 35.26 Unpacking libhtml-tagset-perl (3.20-3) ...
12:56:54 #10 35.28 Selecting previously unselected package liburi-perl.
12:56:54 #10 35.28 Preparing to unpack .../127-liburi-perl_1.76-1_all.deb ...
12:56:54 #10 35.29 Unpacking liburi-perl (1.76-1) ...
12:56:54 #10 35.32 Selecting previously unselected package libhtml-parser-perl.
12:56:54 #11 33.27 Preparing to unpack .../200-git_1%3a2.25.1-1ubuntu3.8_arm64.deb ...
12:56:54 #11 33.29 Unpacking git (1:2.25.1-1ubuntu3.8) ...
12:56:55 #10 38.71 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
12:56:55 #10 38.72 Setting up man-db (2.8.3-2ubuntu0.1) ...
12:56:55 #10 38.81 Building database of manual pages ...
12:56:55 #10 38.93 Setting up pinentry-curses (1.1.0-1) ...
12:56:55 #11 21.38 Preparing to unpack .../013-libelf1_0.186-1build1_amd64.deb ...
12:56:55 #11 21.39 Unpacking libelf1:amd64 (0.186-1build1) ...
12:56:55 #11 21.43 Selecting previously unselected package libicu70:amd64.
12:56:55 #11 21.43 Preparing to unpack .../014-libicu70_70.1-2_amd64.deb ...
12:56:55 #11 21.43 Unpacking libicu70:amd64 (70.1-2) ...
12:56:55 #10 34.89 Preparing to unpack .../142-libwww-robotrules-perl_6.02-1_all.deb ...
12:56:55 #10 34.89 Unpacking libwww-robotrules-perl (6.02-1) ...
12:56:55 #10 34.92 Selecting previously unselected package libwww-perl.
12:56:55 #10 34.92 Preparing to unpack .../143-libwww-perl_6.52-1_all.deb ...
12:56:55 #10 34.92 Unpacking libwww-perl (6.52-1) ...
12:56:55 #10 34.97 Selecting previously unselected package patchutils.
12:56:55 #10 34.97 Preparing to unpack .../144-patchutils_0.4.2-1_amd64.deb ...
12:56:55 #10 34.97 Unpacking patchutils (0.4.2-1) ...
12:56:55 #10 35.01 Selecting previously unselected package wdiff.
12:56:55 #10 35.01 Preparing to unpack .../145-wdiff_1.2.2-2+b1_amd64.deb ...
12:56:55 #10 35.02 Unpacking wdiff (1.2.2-2+b1) ...
12:56:55 #10 35.07 Selecting previously unselected package devscripts.
12:56:55 #10 35.07 Preparing to unpack .../146-devscripts_2.21.3+deb11u1_amd64.deb ...
12:56:55 #10 35.09 Unpacking devscripts (2.21.3+deb11u1) ...
12:56:55 #11 30.81 Preparing to unpack .../220-libdata-optlist-perl_0.112-1_all.deb ...
12:56:55 #11 30.81 Unpacking libdata-optlist-perl (0.112-1) ...
12:56:55 #11 30.84 Selecting previously unselected package libsub-exporter-perl.
12:56:55 #11 30.84 Preparing to unpack .../221-libsub-exporter-perl_0.988-1_all.deb ...
12:56:55 #11 30.85 Unpacking libsub-exporter-perl (0.988-1) ...
12:56:55 #11 30.88 Selecting previously unselected package libconst-fast-perl.
12:56:55 #11 30.88 Preparing to unpack .../222-libconst-fast-perl_0.014-1.1_all.deb ...
12:56:55 #11 30.89 Unpacking libconst-fast-perl (0.014-1.1) ...
12:56:55 #11 30.92 Selecting previously unselected package libwant-perl.
12:56:55 #11 30.92 Preparing to unpack .../223-libwant-perl_0.29-1build7_arm64.deb ...
12:56:55 #11 30.92 Unpacking libwant-perl (0.29-1build7) ...
12:56:55 #11 30.95 Selecting previously unselected package libcontextual-return-perl.
12:56:55 #11 30.95 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ...
12:56:55 #11 30.96 Unpacking libcontextual-return-perl (0.004014-2) ...
12:56:55 #11 30.99 Selecting previously unselected package libcpanel-json-xs-perl:arm64.
12:56:55 #11 30.99 Preparing to unpack .../225-libcpanel-json-xs-perl_4.27-1build1_arm64.deb ...
12:56:55 #11 31.00 Unpacking libcpanel-json-xs-perl:arm64 (4.27-1build1) ...
12:56:55 #11 31.03 Selecting previously unselected package libdevel-stacktrace-perl.
12:56:55 #10 65.19 
12:56:55 #10 65.19 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:56:55 #10 65.22 Setting up python3-chardet (4.0.0-1) ...
12:56:55 #11 33.28 Preparing to unpack .../217-liberror-perl_0.17029-1_all.deb ...
12:56:55 #11 33.28 Unpacking liberror-perl (0.17029-1) ...
12:56:55 #11 33.31 Selecting previously unselected package git-man.
12:56:55 #11 33.32 Preparing to unpack .../218-git-man_1%3a2.37.2-1ubuntu1.2_all.deb ...
12:56:55 #11 33.32 Unpacking git-man (1:2.37.2-1ubuntu1.2) ...
12:56:55 #11 33.36 Selecting previously unselected package git.
12:56:55 #11 33.36 Preparing to unpack .../219-git_1%3a2.37.2-1ubuntu1.2_amd64.deb ...
12:56:55 #11 33.38 Unpacking git (1:2.37.2-1ubuntu1.2) ...
12:56:55 #11 33.51 Selecting previously unselected package libalgorithm-diff-perl.
12:56:55 #11 33.51 Preparing to unpack .../220-libalgorithm-diff-perl_1.201-1_all.deb ...
12:56:55 #11 33.51 Unpacking libalgorithm-diff-perl (1.201-1) ...
12:56:55 #11 33.54 Selecting previously unselected package libalgorithm-diff-xs-perl:amd64.
12:56:55 #10 25.35 Preparing to unpack .../019-libglib2.0-data_2.56.4-0ubuntu0.18.04.9_all.deb ...
12:56:55 #10 25.35 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
12:56:55 #10 25.38 Selecting previously unselected package libicu60:amd64.
12:56:55 #10 25.39 Preparing to unpack .../020-libicu60_60.2-3ubuntu3.2_amd64.deb ...
12:56:55 #10 25.39 Unpacking libicu60:amd64 (60.2-3ubuntu3.2) ...
12:56:55 #11 35.30 Preparing to unpack .../230-libb-hooks-endofscope-perl_0.26-1_all.deb ...
12:56:55 #11 35.31 Unpacking libb-hooks-endofscope-perl (0.26-1) ...
12:56:55 #11 35.34 Selecting previously unselected package libberkeleydb-perl:arm64.
12:56:55 #11 35.35 Preparing to unpack .../231-libberkeleydb-perl_0.64-1build3_arm64.deb ...
12:56:55 #11 35.35 Unpacking libberkeleydb-perl:arm64 (0.64-1build3) ...
12:56:55 #11 35.40 Selecting previously unselected package libfreetype6:arm64.
12:56:55 #11 35.41 Preparing to unpack .../232-libfreetype6_2.12.1+dfsg-3_arm64.deb ...
12:56:55 #11 35.41 Unpacking libfreetype6:arm64 (2.12.1+dfsg-3) ...
12:56:55 #11 35.46 Selecting previously unselected package libfontconfig1:arm64.
12:56:55 #11 35.46 Preparing to unpack .../233-libfontconfig1_2.13.1-4.4ubuntu1_arm64.deb ...
12:56:55 #11 35.47 Unpacking libfontconfig1:arm64 (2.13.1-4.4ubuntu1) ...
12:56:55 #11 35.51 Selecting previously unselected package libjpeg-turbo8:arm64.
12:56:55 #10 35.32 Preparing to unpack .../128-libhtml-parser-perl_3.72-3+b3_amd64.deb ...
12:56:55 #10 35.33 Unpacking libhtml-parser-perl (3.72-3+b3) ...
12:56:55 #10 35.37 Selecting previously unselected package libhtml-tree-perl.
12:56:55 #10 35.37 Preparing to unpack .../129-libhtml-tree-perl_5.07-2_all.deb ...
12:56:55 #10 35.37 Unpacking libhtml-tree-perl (5.07-2) ...
12:56:55 #10 35.42 Selecting previously unselected package libio-html-perl.
12:56:55 #10 35.42 Preparing to unpack .../130-libio-html-perl_1.001-1_all.deb ...
12:56:55 #10 35.43 Unpacking libio-html-perl (1.001-1) ...
12:56:55 #10 35.45 Selecting previously unselected package liblwp-mediatypes-perl.
12:56:55 #10 35.46 Preparing to unpack .../131-liblwp-mediatypes-perl_6.02-1_all.deb ...
12:56:55 #10 35.46 Unpacking liblwp-mediatypes-perl (6.02-1) ...
12:56:55 #10 35.49 Selecting previously unselected package libhttp-message-perl.
12:56:55 #10 35.49 Preparing to unpack .../132-libhttp-message-perl_6.18-1_all.deb ...
12:56:55 #10 35.49 Unpacking libhttp-message-perl (6.18-1) ...
12:56:55 #10 35.53 Selecting previously unselected package libhttp-cookies-perl.
12:56:55 #10 35.53 Preparing to unpack .../133-libhttp-cookies-perl_6.04-1_all.deb ...
12:56:55 #10 35.54 Unpacking libhttp-cookies-perl (6.04-1) ...
12:56:55 #10 35.58 Selecting previously unselected package libhttp-negotiate-perl.
12:56:55 #10 35.58 Preparing to unpack .../134-libhttp-negotiate-perl_6.01-1_all.deb ...
12:56:55 #10 35.58 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:56:55 #10 35.61 Selecting previously unselected package perl-openssl-defaults:amd64.
12:56:55 #10 35.61 Preparing to unpack .../135-perl-openssl-defaults_3_amd64.deb ...
12:56:55 #10 35.62 Unpacking perl-openssl-defaults:amd64 (3) ...
12:56:55 #10 35.64 Selecting previously unselected package libnet-ssleay-perl.
12:56:55 #11 33.73 Selecting previously unselected package libalgorithm-diff-perl.
12:56:55 #11 33.73 Preparing to unpack .../201-libalgorithm-diff-perl_1.19.03-2_all.deb ...
12:56:55 #11 33.74 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
12:56:55 #11 33.77 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:56:55 #11 33.78 Preparing to unpack .../202-libalgorithm-diff-xs-perl_0.04-6_arm64.deb ...
12:56:55 #11 33.78 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
12:56:55 #11 33.82 Selecting previously unselected package libalgorithm-merge-perl.
12:56:55 #21 14.74 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
12:56:55 #10 38.95 Setting up libkrb5-3:arm64 (1.16-2ubuntu0.3) ...
12:56:55 #10 38.96 Setting up binutils (2.30-21ubuntu1~18.04.8) ...
12:56:55 #10 38.96 Setting up libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:56:55 #10 38.97 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ...
12:56:55 #10 38.98 Setting up libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:56:55 #10 38.99 Setting up gpg (2.2.4-1ubuntu1.6) ...
12:56:55 #10 39.00 Setting up libpython3-stdlib:arm64 (3.6.7-1~18.04) ...
12:56:55 #10 39.01 Setting up cpp (4:7.4.0-1ubuntu2.3) ...
12:56:55 #10 39.02 Setting up python3 (3.6.7-1~18.04) ...
12:56:55 #11 21.61 Selecting previously unselected package libxml2:amd64.
12:56:55 #11 21.61 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1ubuntu0.2_amd64.deb ...
12:56:55 #11 21.62 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.2) ...
12:56:55 #11 21.66 Selecting previously unselected package libyaml-0-2:amd64.
12:56:55 #11 21.66 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_amd64.deb ...
12:56:55 #11 21.67 Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ...
12:56:55 #11 21.70 Selecting previously unselected package lsb-release.
12:56:55 #11 21.70 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ...
12:56:55 #11 21.70 Unpacking lsb-release (11.1.0ubuntu4) ...
12:56:55 #11 21.74 Selecting previously unselected package netbase.
12:56:55 #11 21.74 Preparing to unpack .../018-netbase_6.3_all.deb ...
12:56:55 #11 21.74 Unpacking netbase (6.3) ...
12:56:55 #11 21.77 Selecting previously unselected package python-apt-common.
12:56:55 #11 21.77 Preparing to unpack .../019-python-apt-common_2.4.0_all.deb ...
12:56:55 #11 21.78 Unpacking python-apt-common (2.4.0) ...
12:56:55 #11 21.81 Selecting previously unselected package python3-apt.
12:56:55 #11 21.82 Preparing to unpack .../020-python3-apt_2.4.0_amd64.deb ...
12:56:55 #11 21.82 Unpacking python3-apt (2.4.0) ...
12:56:55 #11 21.87 Selecting previously unselected package python3-pkg-resources.
12:56:55 #10 35.22 Selecting previously unselected package diffstat.
12:56:55 #10 35.22 Preparing to unpack .../147-diffstat_1.64-1_amd64.deb ...
12:56:55 #10 35.22 Unpacking diffstat (1.64-1) ...
12:56:55 #10 35.25 Selecting previously unselected package distro-info-data.
12:56:55 #10 35.26 Preparing to unpack .../148-distro-info-data_0.51+deb11u3_all.deb ...
12:56:55 #10 35.26 Unpacking distro-info-data (0.51+deb11u3) ...
12:56:55 #10 35.29 Selecting previously unselected package python3-pkg-resources.
12:56:55 #10 35.29 Preparing to unpack .../149-python3-pkg-resources_52.0.0-4_all.deb ...
12:56:55 #10 35.30 Unpacking python3-pkg-resources (52.0.0-4) ...
12:56:55 #10 35.34 Selecting previously unselected package python3-chardet.
12:56:55 #10 35.35 Preparing to unpack .../150-python3-chardet_4.0.0-1_all.deb ...
12:56:55 #10 35.35 Unpacking python3-chardet (4.0.0-1) ...
12:56:55 #10 35.39 Selecting previously unselected package python3-six.
12:56:55 #11 31.03 Preparing to unpack .../226-libdevel-stacktrace-perl_2.0400-1_all.deb ...
12:56:55 #11 31.03 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
12:56:55 #11 31.06 Selecting previously unselected package libexception-class-perl.
12:56:55 #11 31.06 Preparing to unpack .../227-libexception-class-perl_1.45-1_all.deb ...
12:56:55 #11 31.07 Unpacking libexception-class-perl (1.45-1) ...
12:56:55 #11 31.10 Selecting previously unselected package libiterator-perl.
12:56:55 #11 31.10 Preparing to unpack .../228-libiterator-perl_0.03+ds1-1.1_all.deb ...
12:56:55 #11 31.10 Unpacking libiterator-perl (0.03+ds1-1.1) ...
12:56:55 #11 31.13 Selecting previously unselected package libiterator-util-perl.
12:56:55 #11 31.13 Preparing to unpack .../229-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
12:56:55 #11 31.14 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
12:56:55 #11 31.17 Selecting previously unselected package libexporter-tiny-perl.
12:56:55 #11 31.17 Preparing to unpack .../230-libexporter-tiny-perl_1.002002-1_all.deb ...
12:56:55 #11 31.17 Unpacking libexporter-tiny-perl (1.002002-1) ...
12:56:55 #11 31.20 Selecting previously unselected package liblist-moreutils-xs-perl.
12:56:55 #11 31.21 Preparing to unpack .../231-liblist-moreutils-xs-perl_0.430-2build2_arm64.deb ...
12:56:55 #11 31.21 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ...
12:56:55 #11 31.24 Selecting previously unselected package liblist-moreutils-perl.
12:56:55 #11 31.24 Preparing to unpack .../232-liblist-moreutils-perl_0.430-2_all.deb ...
12:56:55 #11 31.24 Unpacking liblist-moreutils-perl (0.430-2) ...
12:56:55 #11 31.28 Selecting previously unselected package libdata-dpath-perl.
12:56:55 #11 31.28 Preparing to unpack .../233-libdata-dpath-perl_0.58-1_all.deb ...
12:56:55 #11 31.28 Unpacking libdata-dpath-perl (0.58-1) ...
12:56:55 #11 31.31 Selecting previously unselected package libdata-dump-perl.
12:56:55 #11 31.31 Preparing to unpack .../234-libdata-dump-perl_1.25-1_all.deb ...
12:56:55 #11 31.32 Unpacking libdata-dump-perl (1.25-1) ...
12:56:55 #11 31.35 Selecting previously unselected package libdata-messagepack-perl.
12:56:55 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 6.7s done
12:56:55 #10 65.51 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:56:55 #10 65.52 Setting up libmodule-runtime-perl (0.016-1) ...
12:56:55 #10 65.54 Setting up libmailtools-perl (2.21-1) ...
12:56:55 #10 65.56 Setting up python3-debian (0.1.39) ...
12:56:55 #11 33.54 Preparing to unpack .../221-libalgorithm-diff-xs-perl_0.04-7_amd64.deb ...
12:56:55 #11 33.55 Unpacking libalgorithm-diff-xs-perl:amd64 (0.04-7) ...
12:56:55 #11 33.57 Selecting previously unselected package libalgorithm-merge-perl.
12:56:55 #11 33.58 Preparing to unpack .../222-libalgorithm-merge-perl_0.08-4_all.deb ...
12:56:55 #11 33.58 Unpacking libalgorithm-merge-perl (0.08-4) ...
12:56:55 #11 33.60 Selecting previously unselected package libaliased-perl.
12:56:55 #11 33.60 Preparing to unpack .../223-libaliased-perl_0.34-2_all.deb ...
12:56:55 #11 33.61 Unpacking libaliased-perl (0.34-2) ...
12:56:55 #11 33.64 Selecting previously unselected package libapt-pkg-perl.
12:56:55 #11 33.64 Preparing to unpack .../224-libapt-pkg-perl_0.1.40build2_amd64.deb ...
12:56:55 #11 33.64 Unpacking libapt-pkg-perl (0.1.40build2) ...
12:56:55 #11 33.67 Selecting previously unselected package libarchive-cpio-perl.
12:56:55 #11 33.67 Preparing to unpack .../225-libarchive-cpio-perl_0.10-2_all.deb ...
12:56:55 #11 33.67 Unpacking libarchive-cpio-perl (0.10-2) ...
12:56:55 #11 33.70 Selecting previously unselected package libarray-intspan-perl.
12:56:55 #11 33.70 Preparing to unpack .../226-libarray-intspan-perl_2.004-2_all.deb ...
12:56:55 #11 33.70 Unpacking libarray-intspan-perl (2.004-2) ...
12:56:55 #11 33.74 Selecting previously unselected package libmodule-implementation-perl.
12:56:55 #11 33.74 Preparing to unpack .../227-libmodule-implementation-perl_0.09-2_all.deb ...
12:56:55 #11 33.75 Unpacking libmodule-implementation-perl (0.09-2) ...
12:56:55 #11 33.79 Selecting previously unselected package libsub-exporter-progressive-perl.
12:56:55 #11 33.80 Preparing to unpack .../228-libsub-exporter-progressive-perl_0.001013-2_all.deb ...
12:56:55 #11 33.81 Unpacking libsub-exporter-progressive-perl (0.001013-2) ...
12:56:55 #11 33.88 Selecting previously unselected package libvariable-magic-perl.
12:56:55 #11 33.88 Preparing to unpack .../229-libvariable-magic-perl_0.62-2_amd64.deb ...
12:56:55 #11 35.52 Preparing to unpack .../234-libjpeg-turbo8_2.1.2-0ubuntu1_arm64.deb ...
12:56:55 #11 35.52 Unpacking libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ...
12:56:55 #11 35.57 Selecting previously unselected package libjpeg8:arm64.
12:56:55 #11 35.57 Preparing to unpack .../235-libjpeg8_8c-2ubuntu10_arm64.deb ...
12:56:55 #11 35.57 Unpacking libjpeg8:arm64 (8c-2ubuntu10) ...
12:56:55 #11 35.62 Selecting previously unselected package libdeflate0:arm64.
12:56:55 #11 35.62 Preparing to unpack .../236-libdeflate0_1.12-1_arm64.deb ...
12:56:55 #11 35.63 Unpacking libdeflate0:arm64 (1.12-1) ...
12:56:55 #11 35.67 Selecting previously unselected package libjbig0:arm64.
12:56:55 #11 35.67 Preparing to unpack .../237-libjbig0_2.1-3.1ubuntu0.22.10.1_arm64.deb ...
12:56:55 #11 35.68 Unpacking libjbig0:arm64 (2.1-3.1ubuntu0.22.10.1) ...
12:56:55 #11 35.72 Selecting previously unselected package liblerc3:arm64.
12:56:55 #11 35.72 Preparing to unpack .../238-liblerc3_3.0+ds-1ubuntu1_arm64.deb ...
12:56:55 #11 35.72 Unpacking liblerc3:arm64 (3.0+ds-1ubuntu1) ...
12:56:55 #11 35.76 Selecting previously unselected package libwebp7:arm64.
12:56:55 #11 35.77 Preparing to unpack .../239-libwebp7_1.2.2-2_arm64.deb ...
12:56:55 #11 35.77 Unpacking libwebp7:arm64 (1.2.2-2) ...
12:56:55 #11 35.81 Selecting previously unselected package libtiff5:arm64.
12:56:55 #11 35.81 Preparing to unpack .../240-libtiff5_4.4.0-4ubuntu3.2_arm64.deb ...
12:56:55 #11 35.82 Unpacking libtiff5:arm64 (4.4.0-4ubuntu3.2) ...
12:56:55 #11 35.85 Selecting previously unselected package libxpm4:arm64.
12:56:55 #10 35.64 Preparing to unpack .../136-libnet-ssleay-perl_1.85-2+deb10u1_amd64.deb ...
12:56:55 #10 35.65 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ...
12:56:55 #10 35.71 Selecting previously unselected package libio-socket-ssl-perl.
12:56:55 #10 35.71 Preparing to unpack .../137-libio-socket-ssl-perl_2.060-3_all.deb ...
12:56:55 #10 35.72 Unpacking libio-socket-ssl-perl (2.060-3) ...
12:56:55 #10 35.76 Selecting previously unselected package libnet-http-perl.
12:56:55 #10 35.76 Preparing to unpack .../138-libnet-http-perl_6.18-1_all.deb ...
12:56:55 #10 35.77 Unpacking libnet-http-perl (6.18-1) ...
12:56:55 #10 35.80 Selecting previously unselected package liblwp-protocol-https-perl.
12:56:55 #10 35.80 Preparing to unpack .../139-liblwp-protocol-https-perl_6.07-2_all.deb ...
12:56:55 #10 35.80 Unpacking liblwp-protocol-https-perl (6.07-2) ...
12:56:55 #10 35.83 Selecting previously unselected package libtry-tiny-perl.
12:56:55 #10 35.83 Preparing to unpack .../140-libtry-tiny-perl_0.30-1_all.deb ...
12:56:55 #10 35.83 Unpacking libtry-tiny-perl (0.30-1) ...
12:56:55 #10 35.86 Selecting previously unselected package libwww-robotrules-perl.
12:56:55 #10 35.86 Preparing to unpack .../141-libwww-robotrules-perl_6.02-1_all.deb ...
12:56:55 #10 35.86 Unpacking libwww-robotrules-perl (6.02-1) ...
12:56:55 #11 33.82 Preparing to unpack .../203-libalgorithm-merge-perl_0.08-3_all.deb ...
12:56:55 #11 33.83 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:56:55 #11 33.86 Selecting previously unselected package libapt-pkg-perl.
12:56:55 #11 33.86 Preparing to unpack .../204-libapt-pkg-perl_0.1.36build3_arm64.deb ...
12:56:55 #11 33.86 Unpacking libapt-pkg-perl (0.1.36build3) ...
12:56:55 #11 33.90 Selecting previously unselected package libarchive-cpio-perl.
12:56:55 #11 33.91 Preparing to unpack .../205-libarchive-cpio-perl_0.10-1_all.deb ...
12:56:55 #11 33.91 Unpacking libarchive-cpio-perl (0.10-1) ...
12:56:55 #11 33.94 Selecting previously unselected package libarray-intspan-perl.
12:56:55 #11 33.95 Preparing to unpack .../206-libarray-intspan-perl_2.003-1_all.deb ...
12:56:55 #11 33.95 Unpacking libarray-intspan-perl (2.003-1) ...
12:56:55 #11 33.99 Selecting previously unselected package libasync-mergepoint-perl.
12:56:55 #11 33.99 Preparing to unpack .../207-libasync-mergepoint-perl_0.04-2_all.deb ...
12:56:55 #11 33.99 Unpacking libasync-mergepoint-perl (0.04-2) ...
12:56:55 #11 34.02 Selecting previously unselected package libmodule-implementation-perl.
12:56:55 #11 34.03 Preparing to unpack .../208-libmodule-implementation-perl_0.09-1_all.deb ...
12:56:55 #11 34.03 Unpacking libmodule-implementation-perl (0.09-1) ...
12:56:55 #11 34.07 Selecting previously unselected package libsub-exporter-progressive-perl.
12:56:55 #21 14.74 Preparing to unpack .../7-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
12:56:55 #21 14.74 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
12:56:55 #10 39.37 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ...
12:56:55 #10 39.38 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ...
12:56:55 #10 39.39 Setting up python3-magic (2:0.4.15-1) ...
12:56:55 #12 21.04 CentOS Stream 8 - PowerTools                    6.4 MB/s | 5.6 MB     00:00    
12:56:55 #14 DONE 2.2s
12:56:55 
12:56:55 #15 [stage-1 8/8] WORKDIR /root/rpmbuild
12:56:55 #15 DONE 0.0s
12:56:55 
12:56:55 #16 exporting to image
12:56:55 #16 exporting layers
12:56:55 #11 21.87 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
12:56:55 #11 21.88 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
12:56:55 #11 21.95 Selecting previously unselected package ucf.
12:56:55 #11 21.95 Preparing to unpack .../022-ucf_3.0043_all.deb ...
12:56:55 #11 21.96 Moving old data out of the way
12:56:55 #11 21.96 Unpacking ucf (3.0043) ...
12:56:55 #11 22.00 Selecting previously unselected package bsdextrautils.
12:56:55 #11 22.00 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_amd64.deb ...
12:56:55 #11 22.00 Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
12:56:55 #11 22.03 Selecting previously unselected package libmagic-mgc.
12:56:55 #11 22.03 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3_amd64.deb ...
12:56:55 #11 22.04 Unpacking libmagic-mgc (1:5.41-3) ...
12:56:55 #11 22.10 Selecting previously unselected package libmagic1:amd64.
12:56:55 #10 35.40 Preparing to unpack .../151-python3-six_1.16.0-2_all.deb ...
12:56:55 #10 35.40 Unpacking python3-six (1.16.0-2) ...
12:56:55 #10 35.43 Selecting previously unselected package python3-debian.
12:56:55 #10 35.43 Preparing to unpack .../152-python3-debian_0.1.39_all.deb ...
12:56:55 #10 35.44 Unpacking python3-debian (0.1.39) ...
12:56:55 #10 35.48 Selecting previously unselected package libgpgme11:amd64.
12:56:55 #10 35.48 Preparing to unpack .../153-libgpgme11_1.14.0-1+b2_amd64.deb ...
12:56:55 #10 35.49 Unpacking libgpgme11:amd64 (1.14.0-1+b2) ...
12:56:55 #10 35.54 Selecting previously unselected package python3-gpg.
12:56:55 #10 35.54 Preparing to unpack .../154-python3-gpg_1.14.0-1+b2_amd64.deb ...
12:56:55 #10 35.54 Unpacking python3-gpg (1.14.0-1+b2) ...
12:56:55 #10 35.63 Selecting previously unselected package dput.
12:56:55 #10 35.63 Preparing to unpack .../155-dput_1.1.0_all.deb ...
12:56:55 #10 35.64 Unpacking dput (1.1.0) ...
12:56:55 #11 31.35 Preparing to unpack .../235-libdata-messagepack-perl_1.01-2build1_arm64.deb ...
12:56:55 #11 31.35 Unpacking libdata-messagepack-perl (1.01-2build1) ...
12:56:55 #11 31.38 Selecting previously unselected package libnet-domain-tld-perl.
12:56:55 #11 31.38 Preparing to unpack .../236-libnet-domain-tld-perl_1.75-1.1_all.deb ...
12:56:55 #11 31.39 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
12:56:55 #11 31.41 Selecting previously unselected package libdata-validate-domain-perl.
12:56:55 #11 31.42 Preparing to unpack .../237-libdata-validate-domain-perl_0.10-1.1_all.deb ...
12:56:55 #11 31.42 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
12:56:55 #11 31.45 Selecting previously unselected package libnet-ipv6addr-perl.
12:56:55 #11 31.45 Preparing to unpack .../238-libnet-ipv6addr-perl_1.02-1_all.deb ...
12:56:55 #11 31.45 Unpacking libnet-ipv6addr-perl (1.02-1) ...
12:56:55 #11 31.48 Selecting previously unselected package libnet-netmask-perl.
12:56:55 #11 31.48 Preparing to unpack .../239-libnet-netmask-perl_2.0001-1_all.deb ...
12:56:55 #11 31.49 Unpacking libnet-netmask-perl (2.0001-1) ...
12:56:55 #11 31.52 Selecting previously unselected package libnetaddr-ip-perl.
12:56:55 #11 31.52 Preparing to unpack .../240-libnetaddr-ip-perl_4.079+dfsg-1build7_arm64.deb ...
12:56:55 #11 31.52 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ...
12:56:55 #11 31.56 Selecting previously unselected package libdata-validate-ip-perl.
12:56:55 #11 31.56 Preparing to unpack .../241-libdata-validate-ip-perl_0.30-1_all.deb ...
12:56:55 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a
12:56:55 #11 23.62 Selecting previously unselected package libxml2:amd64.
12:56:55 #11 23.62 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_amd64.deb ...
12:56:55 #11 23.63 Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
12:56:55 #11 23.71 Selecting previously unselected package libyaml-0-2:amd64.
12:56:55 #11 23.71 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_amd64.deb ...
12:56:55 #11 23.71 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
12:56:55 #11 23.76 Selecting previously unselected package lsb-release.
12:56:55 #11 23.77 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
12:56:55 #11 23.77 Unpacking lsb-release (11.1.0ubuntu2) ...
12:56:55 #11 23.82 Selecting previously unselected package netbase.
12:56:55 #11 23.82 Preparing to unpack .../027-netbase_6.1_all.deb ...
12:56:55 #11 23.83 Unpacking netbase (6.1) ...
12:56:55 #11 23.86 Selecting previously unselected package python3-pkg-resources.
12:56:55 #11 23.86 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
12:56:55 #11 23.86 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
12:56:55 #10 65.72 Setting up python3-requests (2.25.1+dfsg-2) ...
12:56:55 #11 33.88 Unpacking libvariable-magic-perl (0.62-2) ...
12:56:55 #11 33.93 Selecting previously unselected package libb-hooks-endofscope-perl.
12:56:55 #11 33.94 Preparing to unpack .../230-libb-hooks-endofscope-perl_0.26-1_all.deb ...
12:56:55 #11 33.94 Unpacking libb-hooks-endofscope-perl (0.26-1) ...
12:56:55 #11 34.00 Selecting previously unselected package libberkeleydb-perl:amd64.
12:56:55 #11 34.00 Preparing to unpack .../231-libberkeleydb-perl_0.64-1build3_amd64.deb ...
12:56:55 #11 34.01 Unpacking libberkeleydb-perl:amd64 (0.64-1build3) ...
12:56:55 #11 34.09 Selecting previously unselected package libfreetype6:amd64.
12:56:55 #11 34.10 Preparing to unpack .../232-libfreetype6_2.12.1+dfsg-3_amd64.deb ...
12:56:55 #11 34.11 Unpacking libfreetype6:amd64 (2.12.1+dfsg-3) ...
12:56:55 #10 35.89 Selecting previously unselected package libwww-perl.
12:56:55 #10 35.89 Preparing to unpack .../142-libwww-perl_6.36-2_all.deb ...
12:56:55 #10 35.90 Unpacking libwww-perl (6.36-2) ...
12:56:55 #10 35.94 Selecting previously unselected package patchutils.
12:56:55 #10 35.94 Preparing to unpack .../143-patchutils_0.3.4-2_amd64.deb ...
12:56:55 #10 35.95 Unpacking patchutils (0.3.4-2) ...
12:56:55 #10 35.98 Selecting previously unselected package wdiff.
12:56:55 #10 35.99 Preparing to unpack .../144-wdiff_1.2.2-2+b1_amd64.deb ...
12:56:55 #10 35.99 Unpacking wdiff (1.2.2-2+b1) ...
12:56:55 #10 36.04 Selecting previously unselected package devscripts.
12:56:55 #10 36.04 Preparing to unpack .../145-devscripts_2.19.5+deb10u1_amd64.deb ...
12:56:55 #10 36.06 Unpacking devscripts (2.19.5+deb10u1) ...
12:56:55 #11 35.86 Preparing to unpack .../241-libxpm4_1%3a3.5.12-1ubuntu0.22.10.1_arm64.deb ...
12:56:55 #11 35.86 Unpacking libxpm4:arm64 (1:3.5.12-1ubuntu0.22.10.1) ...
12:56:55 #11 35.91 Selecting previously unselected package libgd3:arm64.
12:56:55 #11 35.91 Preparing to unpack .../242-libgd3_2.3.3-6_arm64.deb ...
12:56:55 #11 35.91 Unpacking libgd3:arm64 (2.3.3-6) ...
12:56:55 #11 35.95 Selecting previously unselected package libc-devtools.
12:56:55 #11 35.95 Preparing to unpack .../243-libc-devtools_2.36-0ubuntu4_arm64.deb ...
12:56:55 #11 35.95 Unpacking libc-devtools (2.36-0ubuntu4) ...
12:56:55 #11 35.99 Selecting previously unselected package libcapture-tiny-perl.
12:56:55 #11 35.99 Preparing to unpack .../244-libcapture-tiny-perl_0.48-1_all.deb ...
12:56:55 #11 35.99 Unpacking libcapture-tiny-perl (0.48-1) ...
12:56:55 #11 36.03 Selecting previously unselected package libcgi-pm-perl.
12:56:55 #11 36.03 Preparing to unpack .../245-libcgi-pm-perl_4.54-1_all.deb ...
12:56:55 #11 36.04 Unpacking libcgi-pm-perl (4.54-1) ...
12:56:55 #11 36.08 Selecting previously unselected package libfcgi0ldbl:arm64.
12:56:55 #11 34.07 Preparing to unpack .../209-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:56:55 #11 34.07 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:56:55 #11 34.10 Selecting previously unselected package libvariable-magic-perl.
12:56:55 #11 34.10 Preparing to unpack .../210-libvariable-magic-perl_0.62-1build2_arm64.deb ...
12:56:55 #11 34.11 Unpacking libvariable-magic-perl (0.62-1build2) ...
12:56:55 #11 34.14 Selecting previously unselected package libb-hooks-endofscope-perl.
12:56:55 #11 34.15 Preparing to unpack .../211-libb-hooks-endofscope-perl_0.24-1_all.deb ...
12:56:55 #11 34.15 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
12:56:55 #11 34.18 Selecting previously unselected package libcapture-tiny-perl.
12:56:55 #11 34.18 Preparing to unpack .../212-libcapture-tiny-perl_0.48-1_all.deb ...
12:56:55 #11 34.19 Unpacking libcapture-tiny-perl (0.48-1) ...
12:56:55 #11 34.23 Selecting previously unselected package libclass-xsaccessor-perl.
12:56:55 #11 34.23 Preparing to unpack .../213-libclass-xsaccessor-perl_1.19-3build3_arm64.deb ...
12:56:55 #11 34.23 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
12:56:55 #11 34.26 Selecting previously unselected package libclone-perl.
12:56:55 #11 34.27 Preparing to unpack .../214-libclone-perl_0.43-2_arm64.deb ...
12:56:55 #11 34.27 Unpacking libclone-perl (0.43-2) ...
12:56:55 #11 34.30 Selecting previously unselected package libcommon-sense-perl.
12:56:55 #10 26.15 Selecting previously unselected package libxml2:amd64.
12:56:55 #10 26.15 Preparing to unpack .../021-libxml2_2.9.4+dfsg1-6.1ubuntu1.8_amd64.deb ...
12:56:55 #10 26.16 Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.8) ...
12:56:55 #10 26.25 Selecting previously unselected package libyaml-0-2:amd64.
12:56:55 #10 39.54 Setting up python3-idna (2.6-1) ...
12:56:55 #10 39.75 Setting up python3-xdg (0.25-4ubuntu1.1) ...
12:56:55 #10 35.68 Selecting previously unselected package equivs.
12:56:55 #10 35.68 Preparing to unpack .../156-equivs_2.3.1_all.deb ...
12:56:55 #10 35.68 Unpacking equivs (2.3.1) ...
12:56:55 #10 35.71 Selecting previously unselected package fonts-dejavu-core.
12:56:55 #10 35.72 Preparing to unpack .../157-fonts-dejavu-core_2.37-2_all.deb ...
12:56:55 #10 35.72 Unpacking fonts-dejavu-core (2.37-2) ...
12:56:55 #10 35.86 Selecting previously unselected package fontconfig-config.
12:56:55 #10 35.87 Preparing to unpack .../158-fontconfig-config_2.13.1-4.2_all.deb ...
12:56:55 #11 22.10 Preparing to unpack .../025-libmagic1_1%3a5.41-3_amd64.deb ...
12:56:55 #11 22.11 Unpacking libmagic1:amd64 (1:5.41-3) ...
12:56:55 #11 22.13 Selecting previously unselected package file.
12:56:55 #11 22.13 Preparing to unpack .../026-file_1%3a5.41-3_amd64.deb ...
12:56:55 #11 22.14 Unpacking file (1:5.41-3) ...
12:56:55 #11 22.17 Selecting previously unselected package gettext-base.
12:56:55 #11 22.18 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_amd64.deb ...
12:56:55 #11 22.18 Unpacking gettext-base (0.21-4ubuntu4) ...
12:56:55 #11 22.22 Selecting previously unselected package libuchardet0:amd64.
12:56:55 #11 22.22 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_amd64.deb ...
12:56:55 #11 22.22 Unpacking libuchardet0:amd64 (0.0.7-1build2) ...
12:56:55 #11 22.25 Selecting previously unselected package groff-base.
12:56:55 #11 22.25 Preparing to unpack .../029-groff-base_1.22.4-8build1_amd64.deb ...
12:56:55 #11 22.26 Unpacking groff-base (1.22.4-8build1) ...
12:56:55 #11 22.32 Selecting previously unselected package libcbor0.8:amd64.
12:56:55 #11 31.56 Unpacking libdata-validate-ip-perl (0.30-1) ...
12:56:55 #11 31.59 Selecting previously unselected package libdata-validate-uri-perl.
12:56:55 #11 31.60 Preparing to unpack .../242-libdata-validate-uri-perl_0.07-2_all.deb ...
12:56:55 #11 31.60 Unpacking libdata-validate-uri-perl (0.07-2) ...
12:56:55 #11 31.63 Selecting previously unselected package libdistro-info-perl.
12:56:55 #11 31.63 Preparing to unpack .../243-libdistro-info-perl_1.1build1_all.deb ...
12:56:55 #11 31.67 Unpacking libdistro-info-perl (1.1build1) ...
12:56:55 #11 31.70 Selecting previously unselected package libemail-address-xs-perl.
12:56:55 #11 31.70 Preparing to unpack .../244-libemail-address-xs-perl_1.04-1build6_arm64.deb ...
12:56:55 #11 31.71 Unpacking libemail-address-xs-perl (1.04-1build6) ...
12:56:55 #11 31.74 Selecting previously unselected package libipc-system-simple-perl.
12:56:55 #11 31.74 Preparing to unpack .../245-libipc-system-simple-perl_1.30-1_all.deb ...
12:56:55 #11 31.75 Unpacking libipc-system-simple-perl (1.30-1) ...
12:56:55 #11 31.78 Selecting previously unselected package libfile-basedir-perl.
12:56:55 #11 31.78 Preparing to unpack .../246-libfile-basedir-perl_0.09-1_all.deb ...
12:56:55 #11 31.78 Unpacking libfile-basedir-perl (0.09-1) ...
12:56:55 #11 31.81 Selecting previously unselected package libfile-chdir-perl.
12:56:55 #11 31.81 Preparing to unpack .../247-libfile-chdir-perl_0.1008-1.1_all.deb ...
12:56:55 #11 31.82 Unpacking libfile-chdir-perl (0.1008-1.1) ...
12:56:55 #11 31.85 Selecting previously unselected package libfile-fcntllock-perl.
12:56:55 #11 31.85 Preparing to unpack .../248-libfile-fcntllock-perl_0.22-3build7_arm64.deb ...
12:56:55 #11 31.85 Unpacking libfile-fcntllock-perl (0.22-3build7) ...
12:56:55 #11 31.88 Selecting previously unselected package libnumber-compare-perl.
12:56:55 #11 23.91 Selecting previously unselected package python3-six.
12:56:55 #11 23.91 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
12:56:55 #11 23.91 Unpacking python3-six (1.14.0-2) ...
12:56:55 #11 23.94 Selecting previously unselected package shared-mime-info.
12:56:55 #11 23.94 Preparing to unpack .../030-shared-mime-info_1.15-1_amd64.deb ...
12:56:55 #11 23.94 Unpacking shared-mime-info (1.15-1) ...
12:56:55 #11 24.02 Selecting previously unselected package ucf.
12:56:55 #11 24.02 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
12:56:55 #11 24.03 Moving old data out of the way
12:56:55 #11 24.03 Unpacking ucf (3.0038+nmu1) ...
12:56:55 #11 24.06 Selecting previously unselected package xdg-user-dirs.
12:56:55 #11 24.06 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ...
12:56:55 #11 24.07 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
12:56:55 #11 24.12 Selecting previously unselected package xz-utils.
12:56:55 #11 34.21 Selecting previously unselected package libfontconfig1:amd64.
12:56:55 #11 34.21 Preparing to unpack .../233-libfontconfig1_2.13.1-4.4ubuntu1_amd64.deb ...
12:56:55 #11 34.23 Unpacking libfontconfig1:amd64 (2.13.1-4.4ubuntu1) ...
12:56:55 #11 34.32 Selecting previously unselected package libjpeg-turbo8:amd64.
12:56:55 #10 65.88 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
12:56:55 #10 65.93 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:56:55 #10 65.99 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:56:55 #10 66.06 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:56:55 #10 36.20 Selecting previously unselected package diffstat.
12:56:55 #10 36.20 Preparing to unpack .../146-diffstat_1.62-1_amd64.deb ...
12:56:55 #10 36.20 Unpacking diffstat (1.62-1) ...
12:56:55 #10 36.23 Selecting previously unselected package distro-info-data.
12:56:55 #10 36.23 Preparing to unpack .../147-distro-info-data_0.41+deb10u6_all.deb ...
12:56:55 #10 36.24 Unpacking distro-info-data (0.41+deb10u6) ...
12:56:55 #10 36.27 Selecting previously unselected package python3-pkg-resources.
12:56:55 #10 36.27 Preparing to unpack .../148-python3-pkg-resources_40.8.0-1_all.deb ...
12:56:55 #10 36.27 Unpacking python3-pkg-resources (40.8.0-1) ...
12:56:55 #10 36.32 Selecting previously unselected package python3-chardet.
12:56:55 #10 36.32 Preparing to unpack .../149-python3-chardet_3.0.4-3_all.deb ...
12:56:55 #10 36.33 Unpacking python3-chardet (3.0.4-3) ...
12:56:55 #10 36.37 Selecting previously unselected package python3-six.
12:56:55 #11 36.08 Preparing to unpack .../246-libfcgi0ldbl_2.4.2-2build2_arm64.deb ...
12:56:55 #11 36.09 Unpacking libfcgi0ldbl:arm64 (2.4.2-2build2) ...
12:56:55 #11 36.12 Selecting previously unselected package libfcgi-perl:arm64.
12:56:55 #11 36.13 Preparing to unpack .../247-libfcgi-perl_0.82+ds-1build1_arm64.deb ...
12:56:55 #11 36.14 Unpacking libfcgi-perl:arm64 (0.82+ds-1build1) ...
12:56:55 #11 36.18 Selecting previously unselected package libcgi-fast-perl.
12:56:55 #11 36.18 Preparing to unpack .../248-libcgi-fast-perl_1%3a2.15-1_all.deb ...
12:56:55 #11 36.19 Unpacking libcgi-fast-perl (1:2.15-1) ...
12:56:55 #11 36.22 Selecting previously unselected package libclass-data-inheritable-perl.
12:56:55 #11 36.22 Preparing to unpack .../249-libclass-data-inheritable-perl_0.08-3_all.deb ...
12:56:55 #11 36.23 Unpacking libclass-data-inheritable-perl (0.08-3) ...
12:56:55 #11 36.31 Selecting previously unselected package libclone-perl.
12:56:55 #11 34.31 Preparing to unpack .../215-libcommon-sense-perl_3.74-2build6_arm64.deb ...
12:56:55 #11 34.31 Unpacking libcommon-sense-perl (3.74-2build6) ...
12:56:55 #11 34.34 Selecting previously unselected package libparams-util-perl.
12:56:55 #11 34.35 Preparing to unpack .../216-libparams-util-perl_1.07-3build5_arm64.deb ...
12:56:55 #11 34.35 Unpacking libparams-util-perl (1.07-3build5) ...
12:56:55 #11 34.38 Selecting previously unselected package libsub-install-perl.
12:56:55 #11 34.39 Preparing to unpack .../217-libsub-install-perl_0.928-1_all.deb ...
12:56:55 #11 34.39 Unpacking libsub-install-perl (0.928-1) ...
12:56:55 #11 34.42 Selecting previously unselected package libdata-optlist-perl.
12:56:55 #11 34.43 Preparing to unpack .../218-libdata-optlist-perl_0.110-1_all.deb ...
12:56:55 #11 34.43 Unpacking libdata-optlist-perl (0.110-1) ...
12:56:55 #11 34.46 Selecting previously unselected package libsub-exporter-perl.
12:56:55 #11 34.47 Preparing to unpack .../219-libsub-exporter-perl_0.987-1_all.deb ...
12:56:55 #11 34.47 Unpacking libsub-exporter-perl (0.987-1) ...
12:56:55 #11 34.50 Selecting previously unselected package libconst-fast-perl.
12:56:55 #11 34.51 Preparing to unpack .../220-libconst-fast-perl_0.014-1_all.deb ...
12:56:55 #11 34.51 Unpacking libconst-fast-perl (0.014-1) ...
12:56:55 #11 34.55 Selecting previously unselected package libwant-perl.
12:56:55 #10 26.25 Preparing to unpack .../022-libyaml-0-2_0.1.7-2ubuntu3_amd64.deb ...
12:56:55 #10 26.25 Unpacking libyaml-0-2:amd64 (0.1.7-2ubuntu3) ...
12:56:55 #10 26.29 Selecting previously unselected package lsb-release.
12:56:55 #10 26.29 Preparing to unpack .../023-lsb-release_9.20170808ubuntu1_all.deb ...
12:56:55 #10 26.29 Unpacking lsb-release (9.20170808ubuntu1) ...
12:56:55 #10 26.33 Selecting previously unselected package netbase.
12:56:55 #10 26.33 Preparing to unpack .../024-netbase_5.4_all.deb ...
12:56:55 #10 26.33 Unpacking netbase (5.4) ...
12:56:55 #10 26.37 Selecting previously unselected package shared-mime-info.
12:56:55 #10 26.37 Preparing to unpack .../025-shared-mime-info_1.9-2_amd64.deb ...
12:56:55 #10 26.38 Unpacking shared-mime-info (1.9-2) ...
12:56:55 #10 26.47 Selecting previously unselected package ucf.
12:56:55 #10 26.47 Preparing to unpack .../026-ucf_3.0038_all.deb ...
12:56:55 #10 26.47 Moving old data out of the way
12:56:56 #10 39.94 Setting up python3-six (1.11.0-2) ...
12:56:56 #10 35.95 Unpacking fontconfig-config (2.13.1-4.2) ...
12:56:56 #10 36.00 Selecting previously unselected package libcurl3-gnutls:amd64.
12:56:56 #10 36.00 Preparing to unpack .../159-libcurl3-gnutls_7.74.0-1.3+deb11u5_amd64.deb ...
12:56:56 #10 36.00 Unpacking libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u5) ...
12:56:56 #10 36.05 Selecting previously unselected package liberror-perl.
12:56:56 #10 36.06 Preparing to unpack .../160-liberror-perl_0.17029-1_all.deb ...
12:56:56 #10 36.07 Unpacking liberror-perl (0.17029-1) ...
12:56:56 #10 36.10 Selecting previously unselected package git-man.
12:56:56 #10 36.10 Preparing to unpack .../161-git-man_1%3a2.30.2-1+deb11u1_all.deb ...
12:56:56 #10 36.10 Unpacking git-man (1:2.30.2-1+deb11u1) ...
12:56:56 #11 22.32 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ...
12:56:56 #11 22.32 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
12:56:56 #11 22.36 Selecting previously unselected package libedit2:amd64.
12:56:56 #11 22.36 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_amd64.deb ...
12:56:56 #11 22.36 Unpacking libedit2:amd64 (3.1-20210910-1build1) ...
12:56:56 #11 22.39 Selecting previously unselected package libfido2-1:amd64.
12:56:56 #11 22.40 Preparing to unpack .../032-libfido2-1_1.10.0-1_amd64.deb ...
12:56:56 #11 22.40 Unpacking libfido2-1:amd64 (1.10.0-1) ...
12:56:56 #11 22.43 Selecting previously unselected package libnghttp2-14:amd64.
12:56:56 #11 22.43 Preparing to unpack .../033-libnghttp2-14_1.43.0-1build3_amd64.deb ...
12:56:56 #11 22.44 Unpacking libnghttp2-14:amd64 (1.43.0-1build3) ...
12:56:56 #11 22.47 Selecting previously unselected package libpipeline1:amd64.
12:56:56 #11 22.48 Preparing to unpack .../034-libpipeline1_1.5.5-1_amd64.deb ...
12:56:56 #11 22.48 Unpacking libpipeline1:amd64 (1.5.5-1) ...
12:56:56 #11 22.51 Selecting previously unselected package libpng16-16:amd64.
12:56:56 #11 22.51 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_amd64.deb ...
12:56:56 #11 22.51 Unpacking libpng16-16:amd64 (1.6.37-3build5) ...
12:56:56 #11 22.55 Selecting previously unselected package libpsl5:amd64.
12:56:56 #11 22.55 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_amd64.deb ...
12:56:56 #11 22.56 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ...
12:56:56 #11 22.58 Selecting previously unselected package libxau6:amd64.
12:56:56 #11 22.59 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_amd64.deb ...
12:56:56 #11 22.59 Unpacking libxau6:amd64 (1:1.0.9-1build5) ...
12:56:56 #11 22.62 Selecting previously unselected package libxdmcp6:amd64.
12:56:56 #11 22.62 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ...
12:56:56 #11 22.62 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
12:56:56 #11 22.65 Selecting previously unselected package libxcb1:amd64.
12:56:56 #11 22.65 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_amd64.deb ...
12:56:56 #11 31.88 Preparing to unpack .../249-libnumber-compare-perl_0.03-2_all.deb ...
12:56:56 #11 31.89 Unpacking libnumber-compare-perl (0.03-2) ...
12:56:56 #11 31.92 Selecting previously unselected package libtext-glob-perl.
12:56:56 #11 31.92 Preparing to unpack .../250-libtext-glob-perl_0.11-2_all.deb ...
12:56:56 #11 31.93 Unpacking libtext-glob-perl (0.11-2) ...
12:56:56 #11 31.97 Selecting previously unselected package libfile-find-rule-perl.
12:56:56 #11 31.98 Preparing to unpack .../251-libfile-find-rule-perl_0.34-1_all.deb ...
12:56:56 #11 31.98 Unpacking libfile-find-rule-perl (0.34-1) ...
12:56:56 #11 32.01 Selecting previously unselected package libfont-afm-perl.
12:56:56 #11 24.12 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ...
12:56:56 #11 24.13 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
12:56:56 #11 24.16 Selecting previously unselected package gettext-base.
12:56:56 #11 24.16 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_amd64.deb ...
12:56:56 #11 24.16 Unpacking gettext-base (0.19.8.1-10build1) ...
12:56:56 #11 24.19 Selecting previously unselected package iso-codes.
12:56:56 #11 24.19 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
12:56:56 #11 24.20 Unpacking iso-codes (4.4-1) ...
12:56:56 #11 34.32 Preparing to unpack .../234-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ...
12:56:56 #11 34.33 Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
12:56:56 #11 34.42 Selecting previously unselected package libjpeg8:amd64.
12:56:56 #11 34.42 Preparing to unpack .../235-libjpeg8_8c-2ubuntu10_amd64.deb ...
12:56:56 #11 34.42 Unpacking libjpeg8:amd64 (8c-2ubuntu10) ...
12:56:56 #11 34.46 Selecting previously unselected package libdeflate0:amd64.
12:56:56 #11 34.46 Preparing to unpack .../236-libdeflate0_1.12-1_amd64.deb ...
12:56:56 #11 34.46 Unpacking libdeflate0:amd64 (1.12-1) ...
12:56:56 #11 34.50 Selecting previously unselected package libjbig0:amd64.
12:56:56 #11 34.50 Preparing to unpack .../237-libjbig0_2.1-3.1ubuntu0.22.10.1_amd64.deb ...
12:56:56 #11 34.50 Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.10.1) ...
12:56:56 #11 34.54 Selecting previously unselected package liblerc3:amd64.
12:56:56 #11 34.54 Preparing to unpack .../238-liblerc3_3.0+ds-1ubuntu1_amd64.deb ...
12:56:56 #11 34.54 Unpacking liblerc3:amd64 (3.0+ds-1ubuntu1) ...
12:56:56 #11 34.58 Selecting previously unselected package libwebp7:amd64.
12:56:56 #11 34.58 Preparing to unpack .../239-libwebp7_1.2.2-2_amd64.deb ...
12:56:56 #11 34.59 Unpacking libwebp7:amd64 (1.2.2-2) ...
12:56:56 #11 34.62 Selecting previously unselected package libtiff5:amd64.
12:56:56 #11 34.62 Preparing to unpack .../240-libtiff5_4.4.0-4ubuntu3.2_amd64.deb ...
12:56:56 #11 34.63 Unpacking libtiff5:amd64 (4.4.0-4ubuntu3.2) ...
12:56:56 #11 34.66 Selecting previously unselected package libxpm4:amd64.
12:56:56 #10 66.20 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:56:56 #10 66.25 Setting up dh-strip-nondeterminism (1.12.0-1) ...
12:56:56 #10 66.27 Setting up libconst-fast-perl (0.014-1.1) ...
12:56:56 #10 66.28 Setting up libhttp-daemon-perl (6.12-1+deb11u1) ...
12:56:56 #10 66.29 Setting up libdata-dpath-perl (0.58-1) ...
12:56:56 #10 66.30 Setting up libmodule-implementation-perl (0.09-1.1) ...
12:56:56 #10 36.38 Preparing to unpack .../150-python3-six_1.12.0-1_all.deb ...
12:56:56 #10 36.38 Unpacking python3-six (1.12.0-1) ...
12:56:56 #10 36.42 Selecting previously unselected package python3-debian.
12:56:56 #10 36.42 Preparing to unpack .../151-python3-debian_0.1.35_all.deb ...
12:56:56 #10 36.42 Unpacking python3-debian (0.1.35) ...
12:56:56 #10 36.47 Selecting previously unselected package libgpgme11:amd64.
12:56:56 #10 36.47 Preparing to unpack .../152-libgpgme11_1.12.0-6_amd64.deb ...
12:56:56 #10 36.48 Unpacking libgpgme11:amd64 (1.12.0-6) ...
12:56:56 #10 36.53 Selecting previously unselected package python3-gpg.
12:56:56 #10 36.53 Preparing to unpack .../153-python3-gpg_1.12.0-6_amd64.deb ...
12:56:56 #10 36.53 Unpacking python3-gpg (1.12.0-6) ...
12:56:56 #10 36.62 Selecting previously unselected package dput.
12:56:56 #11 36.31 Preparing to unpack .../250-libclone-perl_0.45-1build3_arm64.deb ...
12:56:56 #11 36.31 Unpacking libclone-perl (0.45-1build3) ...
12:56:56 #11 36.35 Selecting previously unselected package libcommon-sense-perl:arm64.
12:56:56 #11 36.35 Preparing to unpack .../251-libcommon-sense-perl_3.75-2build1_arm64.deb ...
12:56:56 #11 36.36 Unpacking libcommon-sense-perl:arm64 (3.75-2build1) ...
12:56:56 #11 36.39 Selecting previously unselected package libconfig-tiny-perl.
12:56:56 #11 36.39 Preparing to unpack .../252-libconfig-tiny-perl_2.28-1_all.deb ...
12:56:56 #11 36.40 Unpacking libconfig-tiny-perl (2.28-1) ...
12:56:56 #11 36.43 Selecting previously unselected package libparams-util-perl.
12:56:56 #11 36.43 Preparing to unpack .../253-libparams-util-perl_1.102-1build3_arm64.deb ...
12:56:56 #11 36.43 Unpacking libparams-util-perl (1.102-1build3) ...
12:56:56 #11 36.50 Selecting previously unselected package libsub-install-perl.
12:56:56 #11 36.50 Preparing to unpack .../254-libsub-install-perl_0.928-2_all.deb ...
12:56:56 #11 36.50 Unpacking libsub-install-perl (0.928-2) ...
12:56:56 #11 36.54 Selecting previously unselected package libdata-optlist-perl.
12:56:56 #11 34.55 Preparing to unpack .../221-libwant-perl_0.29-1build4_arm64.deb ...
12:56:56 #11 34.55 Unpacking libwant-perl (0.29-1build4) ...
12:56:56 #11 34.58 Selecting previously unselected package libcontextual-return-perl.
12:56:56 #11 34.59 Preparing to unpack .../222-libcontextual-return-perl_0.004014-2_all.deb ...
12:56:56 #11 34.59 Unpacking libcontextual-return-perl (0.004014-2) ...
12:56:56 #11 34.62 Selecting previously unselected package libcpanel-json-xs-perl.
12:56:56 #11 34.63 Preparing to unpack .../223-libcpanel-json-xs-perl_4.19-1build1_arm64.deb ...
12:56:56 #11 34.63 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
12:56:56 #11 34.68 Selecting previously unselected package libdata-dump-perl.
12:56:56 #11 34.68 Preparing to unpack .../224-libdata-dump-perl_1.23-1_all.deb ...
12:56:56 #11 34.69 Unpacking libdata-dump-perl (1.23-1) ...
12:56:56 #11 34.72 Selecting previously unselected package libdigest-bubblebabble-perl.
12:56:56 #11 34.73 Preparing to unpack .../225-libdigest-bubblebabble-perl_0.02-2_all.deb ...
12:56:56 #11 34.73 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
12:56:56 #11 34.76 Selecting previously unselected package libdigest-hmac-perl.
12:56:56 #11 34.76 Preparing to unpack .../226-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
12:56:56 #11 34.77 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
12:56:56 #11 34.80 Selecting previously unselected package libdistro-info-perl.
12:56:56 #10 26.47 Unpacking ucf (3.0038) ...
12:56:56 #10 26.52 Selecting previously unselected package xdg-user-dirs.
12:56:56 #10 26.52 Preparing to unpack .../027-xdg-user-dirs_0.17-1ubuntu1_amd64.deb ...
12:56:56 #10 26.53 Unpacking xdg-user-dirs (0.17-1ubuntu1) ...
12:56:56 #10 26.60 Selecting previously unselected package xz-utils.
12:56:56 #10 26.60 Preparing to unpack .../028-xz-utils_5.2.2-1.3ubuntu0.1_amd64.deb ...
12:56:56 #10 26.60 Unpacking xz-utils (5.2.2-1.3ubuntu0.1) ...
12:56:56 #10 26.66 Selecting previously unselected package gettext-base.
12:56:56 #10 26.66 Preparing to unpack .../029-gettext-base_0.19.8.1-6ubuntu0.3_amd64.deb ...
12:56:56 #10 26.67 Unpacking gettext-base (0.19.8.1-6ubuntu0.3) ...
12:56:56 #10 26.74 Selecting previously unselected package iso-codes.
12:56:56 #10 40.10 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.4) ...
12:56:56 #10 40.10 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
12:56:56 #10 40.12 Setting up python3-certifi (2018.1.18-2) ...
12:56:56 #10 28.99   Running scriptlet: glibc-gconv-extra-2.34-58.el9.x86_64               166/166 
12:56:56 #10 32.16   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1     1/166 
12:56:56 #10 32.16   Verifying        : binutils-2.35.2-37.el9.x86_64                        2/166 
12:56:56 #10 32.16   Verifying        : bzip2-1.0.8-8.el9.x86_64                             3/166 
12:56:56 #10 32.16   Verifying        : cpio-2.13-16.el9.x86_64                              4/166 
12:56:56 #10 32.16   Verifying        : cracklib-2.9.6-27.el9.x86_64                         5/166 
12:56:56 #10 32.16   Verifying        : cracklib-dicts-2.9.6-27.el9.x86_64                   6/166 
12:56:56 #10 32.16   Verifying        : dbus-libs-1:1.12.20-7.el9.x86_64                     7/166 
12:56:56 #10 32.16   Verifying        : diffutils-3.7-12.el9.x86_64                          8/166 
12:56:56 #10 32.16   Verifying        : dnf-plugins-core-4.3.0-4.el9.noarch                  9/166 
12:56:56 #10 32.16   Verifying        : ed-1.14.2-12.el9.x86_64                             10/166 
12:56:56 #10 32.16   Verifying        : elfutils-0.188-3.el9.x86_64                         11/166 
12:56:56 #10 32.16   Verifying        : elfutils-debuginfod-client-0.188-3.el9.x86_64       12/166 
12:56:56 #10 32.16   Verifying        : environment-modules-5.0.1-2.el9.x86_64              13/166 
12:56:56 #10 32.16   Verifying        : file-5.39-10.el9.x86_64                             14/166 
12:56:56 #10 32.16   Verifying        : glib-networking-2.68.3-3.el9.x86_64                 15/166 
12:56:56 #10 32.16   Verifying        : glibc-gconv-extra-2.34-58.el9.x86_64                16/166 
12:56:56 #10 32.16   Verifying        : groff-base-1.22.4-10.el9.x86_64                     17/166 
12:56:56 #10 32.16   Verifying        : gsettings-desktop-schemas-40.0-6.el9.x86_64         18/166 
12:56:56 #10 32.16   Verifying        : info-6.7-15.el9.x86_64                              19/166 
12:56:56 #10 32.16   Verifying        : json-glib-1.6.6-1.el9.x86_64                        20/166 
12:56:56 #10 32.16   Verifying        : less-590-1.el9.x86_64                               21/166 
12:56:56 #10 32.16   Verifying        : libatomic-11.3.1-4.3.el9.x86_64                     22/166 
12:56:56 #10 32.16   Verifying        : libbrotli-1.0.9-6.el9.x86_64                        23/166 
12:56:56 #10 32.16   Verifying        : libdb-5.3.28-53.el9.x86_64                          24/166 
12:56:56 #10 32.16   Verifying        : libeconf-0.4.1-2.el9.x86_64                         25/166 
12:56:56 #10 32.16   Verifying        : libfdisk-2.37.4-9.el9.x86_64                        26/166 
12:56:56 #10 32.16   Verifying        : libicu-67.1-9.el9.x86_64                            27/166 
12:56:56 #10 32.16   Verifying        : libpipeline-1.5.3-4.el9.x86_64                      28/166 
12:56:56 #10 32.16   Verifying        : libpkgconf-1.7.3-10.el9.x86_64                      29/166 
12:56:56 #10 32.16   Verifying        : libpng-2:1.6.37-12.el9.x86_64                       30/166 
12:56:56 #10 32.16   Verifying        : libproxy-0.4.15-35.el9.x86_64                       31/166 
12:56:56 #10 32.16   Verifying        : libpsl-0.21.1-5.el9.x86_64                          32/166 
12:56:56 #10 32.16   Verifying        : libpwquality-1.4.4-8.el9.x86_64                     33/166 
12:56:56 #10 32.16   Verifying        : libselinux-utils-3.5-0.rc2.1.el9.x86_64             34/166 
12:56:56 #10 32.16   Verifying        : libutempter-1.2.1-6.el9.x86_64                      35/166 
12:56:56 #10 32.16   Verifying        : man-db-2.9.3-7.el9.x86_64                           36/166 
12:56:56 #10 32.16   Verifying        : ncurses-6.2-8.20210508.el9.x86_64                   37/166 
12:56:56 #10 32.16   Verifying        : openssl-1:3.0.7-2.el9.x86_64                        38/166 
12:56:56 #10 32.16   Verifying        : pam-1.5.1-14.el9.x86_64                             39/166 
12:56:56 #10 32.16   Verifying        : pkgconf-1.7.3-10.el9.x86_64                         40/166 
12:56:56 #10 32.16   Verifying        : pkgconf-m4-1.7.3-10.el9.noarch                      41/166 
12:56:56 #10 32.16   Verifying        : pkgconf-pkg-config-1.7.3-10.el9.x86_64              42/166 
12:56:56 #10 32.16   Verifying        : policycoreutils-3.5-0.rc2.1.el9.x86_64              43/166 
12:56:56 #10 32.16   Verifying        : procps-ng-3.3.17-11.el9.x86_64                      44/166 
12:56:56 #10 32.16   Verifying        : publicsuffix-list-dafsa-20210518-3.el9.noarch       45/166 
12:56:56 #10 32.16   Verifying        : python3-dateutil-1:2.8.1-6.el9.noarch               46/166 
12:56:56 #10 32.16   Verifying        : python3-dbus-1.2.18-2.el9.x86_64                    47/166 
12:56:56 #10 32.16   Verifying        : python3-distro-1.5.0-7.el9.noarch                   48/166 
12:56:56 #10 32.16   Verifying        : python3-dnf-plugins-core-4.3.0-4.el9.noarch         49/166 
12:56:56 #10 32.16   Verifying        : python3-setools-4.4.0-5.el9.x86_64                  50/166 
12:56:56 #10 32.16   Verifying        : python3-setuptools-53.0.0-12.el9.noarch             51/166 
12:56:56 #10 32.16   Verifying        : python3-six-1.15.0-9.el9.noarch                     52/166 
12:56:56 #10 32.16   Verifying        : python3-systemd-234-18.el9.x86_64                   53/166 
12:56:56 #10 32.16   Verifying        : shared-mime-info-2.1-5.el9.x86_64                   54/166 
12:56:56 #10 32.16   Verifying        : systemd-libs-252-3.el9.x86_64                       55/166 
12:56:56 #10 32.16   Verifying        : tcl-1:8.6.10-7.el9.x86_64                           56/166 
12:56:56 #10 32.16   Verifying        : unzip-6.0-56.el9.x86_64                             57/166 
12:56:56 #10 32.16   Verifying        : util-linux-2.37.4-9.el9.x86_64                      58/166 
12:56:56 #10 32.16   Verifying        : util-linux-core-2.37.4-9.el9.x86_64                 59/166 
12:56:56 #10 32.16   Verifying        : vim-filesystem-2:8.2.2637-16.el9.noarch             60/166 
12:56:56 #10 32.16   Verifying        : xz-5.2.5-8.el9.x86_64                               61/166 
12:56:56 #10 32.16   Verifying        : zip-3.0-33.el9.x86_64                               62/166 
12:56:56 #10 32.16   Verifying        : zstd-1.5.1-2.el9.x86_64                             63/166 
12:56:56 #10 32.16   Verifying        : abattis-cantarell-fonts-0.301-4.el9.noarch          64/166 
12:56:56 #10 32.16   Verifying        : checkpolicy-3.5-0.rc2.1.el9.x86_64                  65/166 
12:56:56 #10 32.16   Verifying        : desktop-file-utils-0.26-6.el9.x86_64                66/166 
12:56:56 #10 32.16   Verifying        : dwz-0.14-3.el9.x86_64                               67/166 
12:56:56 #10 32.16   Verifying        : efi-srpm-macros-4-9.el9.noarch                      68/166 
12:56:56 #10 32.16   Verifying        : emacs-filesystem-1:27.2-8.el9.noarch                69/166 
12:56:56 #10 32.16   Verifying        : enchant-1:1.6.0-30.el9.x86_64                       70/166 
12:56:56 #10 32.16   Verifying        : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch            71/166 
12:56:56 #10 32.16   Verifying        : gcc-toolset-12-binutils-2.38-16.el9.x86_64          72/166 
12:56:56 #10 32.16   Verifying        : gcc-toolset-12-binutils-gold-2.38-14.el9.x86_64     73/166 
12:56:56 #10 32.16   Verifying        : gcc-toolset-12-runtime-12.0-5.el9.x86_64            74/166 
12:56:56 #10 32.16   Verifying        : gdb-minimal-10.2-10.el9.x86_64                      75/166 
12:56:56 #10 32.16   Verifying        : gdk-pixbuf2-2.42.6-3.el9.x86_64                     76/166 
12:56:56 #10 32.16   Verifying        : ghc-srpm-macros-1.5.0-6.el9.noarch                  77/166 
12:56:56 #10 32.16   Verifying        : go-srpm-macros-3.0.9-9.el9.noarch                   78/166 
12:56:56 #10 32.16   Verifying        : hunspell-1.7.0-11.el9.x86_64                        79/166 
12:56:56 #10 32.16   Verifying        : hunspell-en-0.20140811.1-20.el9.noarch              80/166 
12:56:56 #10 32.16   Verifying        : hunspell-en-GB-0.20140811.1-20.el9.noarch           81/166 
12:56:56 #10 32.16   Verifying        : hunspell-en-US-0.20140811.1-20.el9.noarch           82/166 
12:56:56 #10 32.16   Verifying        : hunspell-filesystem-1.7.0-11.el9.x86_64             83/166 
12:56:56 #10 32.16   Verifying        : kernel-srpm-macros-1.0-11.el9.noarch                84/166 
12:56:56 #10 32.16   Verifying        : libappstream-glib-0.7.18-4.el9.x86_64               85/166 
12:56:56 #10 32.16   Verifying        : libjpeg-turbo-2.0.90-5.el9.x86_64                   86/166 
12:56:56 #10 32.16   Verifying        : libproxy-webkitgtk4-0.4.15-35.el9.x86_64            87/166 
12:56:56 #10 32.16   Verifying        : libsoup-2.72.0-8.el9.x86_64                         88/166 
12:56:56 #10 32.16   Verifying        : libstemmer-0-18.585svn.el9.x86_64                   89/166 
12:56:56 #10 32.16   Verifying        : lua-srpm-macros-1-6.el9.noarch                      90/166 
12:56:56 #10 32.16   Verifying        : ocaml-srpm-macros-6-6.el9.noarch                    91/166 
12:56:56 #10 32.16   Verifying        : openblas-srpm-macros-2-11.el9.noarch                92/166 
12:56:56 #10 32.17   Verifying        : patch-2.7.6-16.el9.x86_64                           93/166 
12:56:56 #10 32.17   Verifying        : perl-AutoLoader-5.74-480.el9.noarch                 94/166 
12:56:56 #10 32.17   Verifying        : perl-B-1.80-480.el9.x86_64                          95/166 
12:56:56 #10 32.17   Verifying        : perl-Carp-1.50-460.el9.noarch                       96/166 
12:56:56 #10 32.17   Verifying        : perl-Class-Struct-0.66-480.el9.noarch               97/166 
12:56:56 #10 32.17   Verifying        : perl-Data-Dumper-2.174-462.el9.x86_64               98/166 
12:56:56 #10 32.17   Verifying        : perl-Digest-1.19-4.el9.noarch                       99/166 
12:56:56 #10 32.17   Verifying        : perl-Digest-MD5-2.58-4.el9.x86_64                  100/166 
12:56:56 #10 32.17   Verifying        : perl-Encode-4:3.08-462.el9.x86_64                  101/166 
12:56:56 #10 32.17   Verifying        : perl-Errno-1.30-480.el9.x86_64                     102/166 
12:56:56 #10 32.17   Verifying        : perl-Exporter-5.74-461.el9.noarch                  103/166 
12:56:56 #10 32.17   Verifying        : perl-Fcntl-1.13-480.el9.x86_64                     104/166 
12:56:56 #10 32.17   Verifying        : perl-File-Basename-2.85-480.el9.noarch             105/166 
12:56:56 #10 32.17   Verifying        : perl-File-Path-2.18-4.el9.noarch                   106/166 
12:56:56 #10 32.17   Verifying        : perl-File-Temp-1:0.231.100-4.el9.noarch            107/166 
12:56:56 #10 32.17   Verifying        : perl-File-stat-1.09-480.el9.noarch                 108/166 
12:56:56 #10 32.17   Verifying        : perl-FileHandle-2.03-480.el9.noarch                109/166 
12:56:56 #10 32.17   Verifying        : perl-Getopt-Long-1:2.52-4.el9.noarch               110/166 
12:56:56 #10 32.17   Verifying        : perl-Getopt-Std-1.12-480.el9.noarch                111/166 
12:56:56 #10 32.17   Verifying        : perl-HTTP-Tiny-0.076-460.el9.noarch                112/166 
12:56:56 #10 32.17   Verifying        : perl-IO-1.43-480.el9.x86_64                        113/166 
12:56:56 #10 32.17   Verifying        : perl-IO-Socket-IP-0.41-5.el9.noarch                114/166 
12:56:56 #10 32.17   Verifying        : perl-IO-Socket-SSL-2.073-1.el9.noarch              115/166 
12:56:56 #10 32.17   Verifying        : perl-IPC-Open3-1.21-480.el9.noarch                 116/166 
12:56:56 #10 32.17   Verifying        : perl-MIME-Base64-3.16-4.el9.x86_64                 117/166 
12:56:56 #10 32.17   Verifying        : perl-Mozilla-CA-20200520-6.el9.noarch              118/166 
12:56:56 #10 32.17   Verifying        : perl-NDBM_File-1.15-480.el9.x86_64                 119/166 
12:56:56 #10 32.17   Verifying        : perl-Net-SSLeay-1.92-2.el9.x86_64                  120/166 
12:56:56 #10 32.17   Verifying        : perl-POSIX-1.94-480.el9.x86_64                     121/166 
12:56:56 #10 32.17   Verifying        : perl-PathTools-3.78-461.el9.x86_64                 122/166 
12:56:56 #10 32.17   Verifying        : perl-Pod-Escapes-1:1.07-460.el9.noarch             123/166 
12:56:56 #10 32.17   Verifying        : perl-Pod-Perldoc-3.28.01-461.el9.noarch            124/166 
12:56:56 #10 32.17   Verifying        : perl-Pod-Simple-1:3.42-4.el9.noarch                125/166 
12:56:56 #10 32.17   Verifying        : perl-Pod-Usage-4:2.01-4.el9.noarch                 126/166 
12:56:56 #10 32.17   Verifying        : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64       127/166 
12:56:56 #10 32.17   Verifying        : perl-SelectSaver-1.02-480.el9.noarch               128/166 
12:56:56 #10 32.17   Verifying        : perl-Socket-4:2.031-4.el9.x86_64                   129/166 
12:56:56 #10 32.17   Verifying        : perl-Storable-1:3.21-460.el9.x86_64                130/166 
12:56:56 #10 32.17   Verifying        : perl-Symbol-1.08-480.el9.noarch                    131/166 
12:56:56 #10 32.17   Verifying        : perl-Term-ANSIColor-5.01-461.el9.noarch            132/166 
12:56:56 #10 32.17   Verifying        : perl-Term-Cap-1.17-460.el9.noarch                  133/166 
12:56:56 #10 32.17   Verifying        : perl-Text-ParseWords-3.30-460.el9.noarch           134/166 
12:56:56 #10 32.17   Verifying        : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch       135/166 
12:56:56 #10 32.17   Verifying        : perl-Time-Local-2:1.300-7.el9.noarch               136/166 
12:56:56 #10 32.17   Verifying        : perl-URI-5.09-3.el9.noarch                         137/166 
12:56:56 #10 32.17   Verifying        : perl-base-2.27-480.el9.noarch                      138/166 
12:56:56 #10 32.17   Verifying        : perl-constant-1.33-461.el9.noarch                  139/166 
12:56:56 #10 32.17   Verifying        : perl-if-0.60.800-480.el9.noarch                    140/166 
12:56:56 #10 32.17   Verifying        : perl-interpreter-4:5.32.1-480.el9.x86_64           141/166 
12:56:56 #10 32.17   Verifying        : perl-libnet-3.13-4.el9.noarch                      142/166 
12:56:56 #10 32.17   Verifying        : perl-libs-4:5.32.1-480.el9.x86_64                  143/166 
12:56:56 #10 32.17   Verifying        : perl-mro-1.23-480.el9.x86_64                       144/166 
12:56:56 #10 32.17   Verifying        : perl-overload-1.31-480.el9.noarch                  145/166 
12:56:56 #10 32.17   Verifying        : perl-overloading-0.02-480.el9.noarch               146/166 
12:56:56 #10 32.17   Verifying        : perl-parent-1:0.238-460.el9.noarch                 147/166 
12:56:56 #10 32.17   Verifying        : perl-podlators-1:4.14-460.el9.noarch               148/166 
12:56:56 #10 32.17   Verifying        : perl-srpm-macros-1-41.el9.noarch                   149/166 
12:56:56 #10 32.17   Verifying        : perl-subs-1.03-480.el9.noarch                      150/166 
12:56:56 #10 32.18   Verifying        : perl-vars-1.05-480.el9.noarch                      151/166 
12:56:56 #10 32.18   Verifying        : policycoreutils-python-utils-3.5-0.rc2.1.el9.noa   152/166 
12:56:56 #10 32.18   Verifying        : python-srpm-macros-3.9-52.el9.noarch               153/166 
12:56:56 #10 32.18   Verifying        : python3-audit-3.0.7-103.el9.x86_64                 154/166 
12:56:56 #10 32.18   Verifying        : python3-enchant-3.2.0-5.el9.noarch                 155/166 
12:56:56 #10 32.18   Verifying        : python3-file-magic-5.39-10.el9.noarch              156/166 
12:56:56 #10 32.18   Verifying        : python3-libselinux-3.5-0.rc2.1.el9.x86_64          157/166 
12:56:56 #10 32.18   Verifying        : python3-libsemanage-3.5-0.rc2.1.el9.x86_64         158/166 
12:56:56 #10 32.18   Verifying        : python3-policycoreutils-3.5-0.rc2.1.el9.noarch     159/166 
12:56:56 #10 32.18   Verifying        : qt5-srpm-macros-5.15.3-1.el9.noarch                160/166 
12:56:56 #10 32.18   Verifying        : redhat-rpm-config-197-1.el9.noarch                 161/166 
12:56:56 #10 32.18   Verifying        : rpm-build-4.16.1.3-22.el9.x86_64                   162/166 
12:56:56 #10 32.18   Verifying        : rpmlint-1.11-19.el9.noarch                         163/166 
12:56:56 #10 32.18   Verifying        : rust-srpm-macros-17-4.el9.noarch                   164/166 
12:56:56 #10 32.18   Verifying        : scl-utils-1:2.0.3-4.el9.x86_64                     165/166 
12:56:56 #10 32.18   Verifying        : webkit2gtk3-jsc-2.38.4-1.el9.x86_64                166/166 
12:56:56 #10 32.36 
12:56:56 #10 32.36 Installed:
12:56:56 #10 32.36   abattis-cantarell-fonts-0.301-4.el9.noarch                                    
12:56:56 #10 32.36   adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch                       
12:56:56 #10 32.36   binutils-2.35.2-37.el9.x86_64                                                 
12:56:56 #10 32.36   bzip2-1.0.8-8.el9.x86_64                                                      
12:56:56 #10 32.36   checkpolicy-3.5-0.rc2.1.el9.x86_64                                            
12:56:56 #10 32.36   cpio-2.13-16.el9.x86_64                                                       
12:56:56 #10 32.36   cracklib-2.9.6-27.el9.x86_64                                                  
12:56:56 #10 32.36   cracklib-dicts-2.9.6-27.el9.x86_64                                            
12:56:56 #10 32.36   dbus-libs-1:1.12.20-7.el9.x86_64                                              
12:56:56 #10 32.36   desktop-file-utils-0.26-6.el9.x86_64                                          
12:56:56 #10 32.36   diffutils-3.7-12.el9.x86_64                                                   
12:56:56 #10 32.36   dnf-plugins-core-4.3.0-4.el9.noarch                                           
12:56:56 #10 32.36   dwz-0.14-3.el9.x86_64                                                         
12:56:56 #10 32.36   ed-1.14.2-12.el9.x86_64                                                       
12:56:56 #10 32.36   efi-srpm-macros-4-9.el9.noarch                                                
12:56:56 #10 32.36   elfutils-0.188-3.el9.x86_64                                                   
12:56:56 #10 32.36   elfutils-debuginfod-client-0.188-3.el9.x86_64                                 
12:56:56 #10 32.36   emacs-filesystem-1:27.2-8.el9.noarch                                          
12:56:56 #10 32.36   enchant-1:1.6.0-30.el9.x86_64                                                 
12:56:56 #10 32.36   environment-modules-5.0.1-2.el9.x86_64                                        
12:56:56 #10 32.36   file-5.39-10.el9.x86_64                                                       
12:56:56 #10 32.36   fonts-srpm-macros-1:2.0.5-7.el9.1.noarch                                      
12:56:56 #10 32.36   gcc-toolset-12-binutils-2.38-16.el9.x86_64                                    
12:56:56 #10 32.36   gcc-toolset-12-binutils-gold-2.38-14.el9.x86_64                               
12:56:56 #10 32.36   gcc-toolset-12-runtime-12.0-5.el9.x86_64                                      
12:56:56 #10 32.36   gdb-minimal-10.2-10.el9.x86_64                                                
12:56:56 #10 32.36   gdk-pixbuf2-2.42.6-3.el9.x86_64                                               
12:56:56 #10 32.36   ghc-srpm-macros-1.5.0-6.el9.noarch                                            
12:56:56 #10 32.36   glib-networking-2.68.3-3.el9.x86_64                                           
12:56:56 #10 32.36   glibc-gconv-extra-2.34-58.el9.x86_64                                          
12:56:56 #10 32.36   go-srpm-macros-3.0.9-9.el9.noarch                                             
12:56:56 #10 32.36   groff-base-1.22.4-10.el9.x86_64                                               
12:56:56 #10 32.36   gsettings-desktop-schemas-40.0-6.el9.x86_64                                   
12:56:56 #10 32.36   hunspell-1.7.0-11.el9.x86_64                                                  
12:56:56 #10 32.36   hunspell-en-0.20140811.1-20.el9.noarch                                        
12:56:56 #10 32.36   hunspell-en-GB-0.20140811.1-20.el9.noarch                                     
12:56:56 #10 32.36   hunspell-en-US-0.20140811.1-20.el9.noarch                                     
12:56:56 #10 32.36   hunspell-filesystem-1.7.0-11.el9.x86_64                                       
12:56:56 #10 32.36   info-6.7-15.el9.x86_64                                                        
12:56:56 #10 32.36   json-glib-1.6.6-1.el9.x86_64                                                  
12:56:56 #10 32.36   kernel-srpm-macros-1.0-11.el9.noarch                                          
12:56:56 #10 32.36   less-590-1.el9.x86_64                                                         
12:56:56 #10 32.36   libappstream-glib-0.7.18-4.el9.x86_64                                         
12:56:56 #10 32.36   libatomic-11.3.1-4.3.el9.x86_64                                               
12:56:56 #10 32.36   libbrotli-1.0.9-6.el9.x86_64                                                  
12:56:56 #10 32.36   libdb-5.3.28-53.el9.x86_64                                                    
12:56:56 #10 32.36   libeconf-0.4.1-2.el9.x86_64                                                   
12:56:56 #10 32.36   libfdisk-2.37.4-9.el9.x86_64                                                  
12:56:56 #10 32.36   libicu-67.1-9.el9.x86_64                                                      
12:56:56 #10 32.36   libjpeg-turbo-2.0.90-5.el9.x86_64                                             
12:56:56 #10 32.36   libpipeline-1.5.3-4.el9.x86_64                                                
12:56:56 #10 32.36   libpkgconf-1.7.3-10.el9.x86_64                                                
12:56:56 #10 32.36   libpng-2:1.6.37-12.el9.x86_64                                                 
12:56:56 #10 32.36   libproxy-0.4.15-35.el9.x86_64                                                 
12:56:56 #10 32.36   libproxy-webkitgtk4-0.4.15-35.el9.x86_64                                      
12:56:56 #10 32.36   libpsl-0.21.1-5.el9.x86_64                                                    
12:56:56 #10 32.36   libpwquality-1.4.4-8.el9.x86_64                                               
12:56:56 #10 32.36   libselinux-utils-3.5-0.rc2.1.el9.x86_64                                       
12:56:56 #10 32.36   libsoup-2.72.0-8.el9.x86_64                                                   
12:56:56 #10 32.36   libstemmer-0-18.585svn.el9.x86_64                                             
12:56:56 #10 32.36   libutempter-1.2.1-6.el9.x86_64                                                
12:56:56 #10 32.36   lua-srpm-macros-1-6.el9.noarch                                                
12:56:56 #10 32.36   man-db-2.9.3-7.el9.x86_64                                                     
12:56:56 #10 32.36   ncurses-6.2-8.20210508.el9.x86_64                                             
12:56:56 #10 32.36   ocaml-srpm-macros-6-6.el9.noarch                                              
12:56:56 #10 32.36   openblas-srpm-macros-2-11.el9.noarch                                          
12:56:56 #10 32.36   openssl-1:3.0.7-2.el9.x86_64                                                  
12:56:56 #10 32.36   pam-1.5.1-14.el9.x86_64                                                       
12:56:56 #10 32.36   patch-2.7.6-16.el9.x86_64                                                     
12:56:56 #10 32.36   perl-AutoLoader-5.74-480.el9.noarch                                           
12:56:56 #10 32.36   perl-B-1.80-480.el9.x86_64                                                    
12:56:56 #10 32.36   perl-Carp-1.50-460.el9.noarch                                                 
12:56:56 #10 32.36   perl-Class-Struct-0.66-480.el9.noarch                                         
12:56:56 #10 32.36   perl-Data-Dumper-2.174-462.el9.x86_64                                         
12:56:56 #10 32.36   perl-Digest-1.19-4.el9.noarch                                                 
12:56:56 #10 32.36   perl-Digest-MD5-2.58-4.el9.x86_64                                             
12:56:56 #10 32.36   perl-Encode-4:3.08-462.el9.x86_64                                             
12:56:56 #10 32.36   perl-Errno-1.30-480.el9.x86_64                                                
12:56:56 #10 32.36   perl-Exporter-5.74-461.el9.noarch                                             
12:56:56 #10 32.36   perl-Fcntl-1.13-480.el9.x86_64                                                
12:56:56 #10 32.36   perl-File-Basename-2.85-480.el9.noarch                                        
12:56:56 #10 32.36   perl-File-Path-2.18-4.el9.noarch                                              
12:56:56 #10 32.36   perl-File-Temp-1:0.231.100-4.el9.noarch                                       
12:56:56 #10 32.36   perl-File-stat-1.09-480.el9.noarch                                            
12:56:56 #10 32.36   perl-FileHandle-2.03-480.el9.noarch                                           
12:56:56 #10 32.36   perl-Getopt-Long-1:2.52-4.el9.noarch                                          
12:56:56 #10 32.36   perl-Getopt-Std-1.12-480.el9.noarch                                           
12:56:56 #10 32.36   perl-HTTP-Tiny-0.076-460.el9.noarch                                           
12:56:56 #10 32.36   perl-IO-1.43-480.el9.x86_64                                                   
12:56:56 #10 32.36   perl-IO-Socket-IP-0.41-5.el9.noarch                                           
12:56:56 #10 32.36   perl-IO-Socket-SSL-2.073-1.el9.noarch                                         
12:56:56 #10 32.36   perl-IPC-Open3-1.21-480.el9.noarch                                            
12:56:56 #10 32.36   perl-MIME-Base64-3.16-4.el9.x86_64                                            
12:56:56 #10 32.36   perl-Mozilla-CA-20200520-6.el9.noarch                                         
12:56:56 #10 32.36   perl-NDBM_File-1.15-480.el9.x86_64                                            
12:56:56 #10 32.36   perl-Net-SSLeay-1.92-2.el9.x86_64                                             
12:56:56 #10 32.36   perl-POSIX-1.94-480.el9.x86_64                                                
12:56:56 #10 32.36   perl-PathTools-3.78-461.el9.x86_64                                            
12:56:56 #10 32.36   perl-Pod-Escapes-1:1.07-460.el9.noarch                                        
12:56:56 #10 32.36   perl-Pod-Perldoc-3.28.01-461.el9.noarch                                       
12:56:56 #10 32.36   perl-Pod-Simple-1:3.42-4.el9.noarch                                           
12:56:56 #10 32.36   perl-Pod-Usage-4:2.01-4.el9.noarch                                            
12:56:56 #10 32.36   perl-Scalar-List-Utils-4:1.56-461.el9.x86_64                                  
12:56:56 #10 32.36   perl-SelectSaver-1.02-480.el9.noarch                                          
12:56:56 #10 32.36   perl-Socket-4:2.031-4.el9.x86_64                                              
12:56:56 #10 32.36   perl-Storable-1:3.21-460.el9.x86_64                                           
12:56:56 #10 32.36   perl-Symbol-1.08-480.el9.noarch                                               
12:56:56 #10 32.36   perl-Term-ANSIColor-5.01-461.el9.noarch                                       
12:56:56 #10 32.36   perl-Term-Cap-1.17-460.el9.noarch                                             
12:56:56 #10 32.36   perl-Text-ParseWords-3.30-460.el9.noarch                                      
12:56:56 #10 32.36   perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch                                  
12:56:56 #10 32.36   perl-Time-Local-2:1.300-7.el9.noarch                                          
12:56:56 #10 32.36   perl-URI-5.09-3.el9.noarch                                                    
12:56:56 #10 32.36   perl-base-2.27-480.el9.noarch                                                 
12:56:56 #10 32.36   perl-constant-1.33-461.el9.noarch                                             
12:56:56 #10 32.36   perl-if-0.60.800-480.el9.noarch                                               
12:56:56 #10 32.36   perl-interpreter-4:5.32.1-480.el9.x86_64                                      
12:56:56 #10 32.36   perl-libnet-3.13-4.el9.noarch                                                 
12:56:56 #10 32.36   perl-libs-4:5.32.1-480.el9.x86_64                                             
12:56:56 #10 32.36   perl-mro-1.23-480.el9.x86_64                                                  
12:56:56 #10 32.36   perl-overload-1.31-480.el9.noarch                                             
12:56:56 #10 32.36   perl-overloading-0.02-480.el9.noarch                                          
12:56:56 #10 32.36   perl-parent-1:0.238-460.el9.noarch                                            
12:56:56 #10 32.36   perl-podlators-1:4.14-460.el9.noarch                                          
12:56:56 #10 32.36   perl-srpm-macros-1-41.el9.noarch                                              
12:56:56 #10 32.36   perl-subs-1.03-480.el9.noarch                                                 
12:56:56 #10 32.36   perl-vars-1.05-480.el9.noarch                                                 
12:56:56 #10 32.36   pkgconf-1.7.3-10.el9.x86_64                                                   
12:56:56 #10 32.36   pkgconf-m4-1.7.3-10.el9.noarch                                                
12:56:56 #10 32.36   pkgconf-pkg-config-1.7.3-10.el9.x86_64                                        
12:56:56 #10 32.36   policycoreutils-3.5-0.rc2.1.el9.x86_64                                        
12:56:56 #10 32.36   policycoreutils-python-utils-3.5-0.rc2.1.el9.noarch                           
12:56:56 #10 32.36   procps-ng-3.3.17-11.el9.x86_64                                                
12:56:56 #10 32.36   publicsuffix-list-dafsa-20210518-3.el9.noarch                                 
12:56:56 #10 32.36   python-srpm-macros-3.9-52.el9.noarch                                          
12:56:56 #10 32.36   python3-audit-3.0.7-103.el9.x86_64                                            
12:56:56 #10 32.36   python3-dateutil-1:2.8.1-6.el9.noarch                                         
12:56:56 #10 32.36   python3-dbus-1.2.18-2.el9.x86_64                                              
12:56:56 #10 32.36   python3-distro-1.5.0-7.el9.noarch                                             
12:56:56 #10 32.36   python3-dnf-plugins-core-4.3.0-4.el9.noarch                                   
12:56:56 #10 32.36   python3-enchant-3.2.0-5.el9.noarch                                            
12:56:56 #10 32.36   python3-file-magic-5.39-10.el9.noarch                                         
12:56:56 #10 32.36   python3-libselinux-3.5-0.rc2.1.el9.x86_64                                     
12:56:56 #10 32.36   python3-libsemanage-3.5-0.rc2.1.el9.x86_64                                    
12:56:56 #10 32.36   python3-policycoreutils-3.5-0.rc2.1.el9.noarch                                
12:56:56 #10 32.36   python3-setools-4.4.0-5.el9.x86_64                                            
12:56:56 #10 32.36   python3-setuptools-53.0.0-12.el9.noarch                                       
12:56:56 #10 32.36   python3-six-1.15.0-9.el9.noarch                                               
12:56:56 #10 32.36   python3-systemd-234-18.el9.x86_64                                             
12:56:56 #10 32.36   qt5-srpm-macros-5.15.3-1.el9.noarch                                           
12:56:56 #10 32.36   redhat-rpm-config-197-1.el9.noarch                                            
12:56:56 #10 32.36   rpm-build-4.16.1.3-22.el9.x86_64                                              
12:56:56 #10 32.36   rpmlint-1.11-19.el9.noarch                                                    
12:56:56 #10 32.36   rust-srpm-macros-17-4.el9.noarch                                              
12:56:56 #10 32.36   scl-utils-1:2.0.3-4.el9.x86_64                                                
12:56:56 #10 32.36   shared-mime-info-2.1-5.el9.x86_64                                             
12:56:56 #10 32.36   systemd-libs-252-3.el9.x86_64                                                 
12:56:56 #10 32.36   tcl-1:8.6.10-7.el9.x86_64                                                     
12:56:56 #10 32.36   unzip-6.0-56.el9.x86_64                                                       
12:56:56 #10 32.36   util-linux-2.37.4-9.el9.x86_64                                                
12:56:56 #10 32.36   util-linux-core-2.37.4-9.el9.x86_64                                           
12:56:56 #10 32.36   vim-filesystem-2:8.2.2637-16.el9.noarch                                       
12:56:56 #10 32.36   webkit2gtk3-jsc-2.38.4-1.el9.x86_64                                           
12:56:56 #10 32.36   xz-5.2.5-8.el9.x86_64                                                         
12:56:56 #10 32.36   zip-3.0-33.el9.x86_64                                                         
12:56:56 #10 32.36   zstd-1.5.1-2.el9.x86_64                                                       
12:56:56 #10 32.37 
12:56:56 #10 32.37 Complete!
12:56:56 #10 DONE 32.5s
12:56:56 
12:56:56 #11 [stage-1 4/8] RUN dnf config-manager --set-enabled crb
12:56:56 #10 36.24 Selecting previously unselected package git.
12:56:56 #10 36.24 Preparing to unpack .../162-git_1%3a2.30.2-1+deb11u1_amd64.deb ...
12:56:56 #10 36.26 Unpacking git (1:2.30.2-1+deb11u1) ...
12:56:56 #11 22.66 Unpacking libxcb1:amd64 (1.14-3ubuntu3) ...
12:56:56 #11 22.68 Selecting previously unselected package libx11-data.
12:56:56 #11 22.68 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1_all.deb ...
12:56:56 #11 22.69 Unpacking libx11-data (2:1.7.5-1) ...
12:56:56 #11 22.75 Selecting previously unselected package libx11-6:amd64.
12:56:56 #11 22.75 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1_amd64.deb ...
12:56:56 #11 22.76 Unpacking libx11-6:amd64 (2:1.7.5-1) ...
12:56:56 #11 22.79 Selecting previously unselected package libxext6:amd64.
12:56:56 #11 22.79 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_amd64.deb ...
12:56:56 #11 22.79 Unpacking libxext6:amd64 (2:1.3.4-1build1) ...
12:56:56 #11 22.82 Selecting previously unselected package libxmuu1:amd64.
12:56:56 #11 22.82 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_amd64.deb ...
12:56:56 #11 22.83 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
12:56:56 #11 22.86 Selecting previously unselected package man-db.
12:56:56 #11 22.86 Preparing to unpack .../044-man-db_2.10.2-1_amd64.deb ...
12:56:56 #11 32.02 Preparing to unpack .../252-libfont-afm-perl_1.20-3_all.deb ...
12:56:56 #11 32.02 Unpacking libfont-afm-perl (1.20-3) ...
12:56:56 #11 32.05 Selecting previously unselected package libio-string-perl.
12:56:56 #11 32.05 Preparing to unpack .../253-libio-string-perl_1.08-3.1_all.deb ...
12:56:56 #11 32.06 Unpacking libio-string-perl (1.08-3.1) ...
12:56:56 #11 32.09 Selecting previously unselected package libfont-ttf-perl.
12:56:56 #11 32.09 Preparing to unpack .../254-libfont-ttf-perl_1.06-1.1_all.deb ...
12:56:56 #11 32.09 Unpacking libfont-ttf-perl (1.06-1.1) ...
12:56:56 #11 32.15 Selecting previously unselected package libsort-versions-perl.
12:56:56 #11 32.15 Preparing to unpack .../255-libsort-versions-perl_1.62-1_all.deb ...
12:56:56 #11 32.16 Unpacking libsort-versions-perl (1.62-1) ...
12:56:56 #11 32.19 Selecting previously unselected package libgit-wrapper-perl.
12:56:56 #11 32.19 Preparing to unpack .../256-libgit-wrapper-perl_0.048-1_all.deb ...
12:56:56 #11 32.19 Unpacking libgit-wrapper-perl (0.048-1) ...
12:56:56 #11 32.23 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:56:56 #11 32.23 Preparing to unpack .../257-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
12:56:56 #11 32.23 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
12:56:56 #11 32.27 Selecting previously unselected package libio-prompter-perl.
12:56:56 #11 32.27 Preparing to unpack .../258-libio-prompter-perl_0.004015-1_all.deb ...
12:56:56 #11 32.27 Unpacking libio-prompter-perl (0.004015-1) ...
12:56:56 #11 32.31 Selecting previously unselected package libjson-perl.
12:56:56 #11 32.31 Preparing to unpack .../259-libjson-perl_4.04000-1_all.deb ...
12:56:56 #11 32.31 Unpacking libjson-perl (4.04000-1) ...
12:56:56 #11 32.35 Selecting previously unselected package liblog-any-perl.
12:56:56 #11 32.35 Preparing to unpack .../260-liblog-any-perl_1.710-1_all.deb ...
12:56:56 #11 32.35 Unpacking liblog-any-perl (1.710-1) ...
12:56:56 #11 32.39 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:56:56 #11 24.55 Selecting previously unselected package krb5-locales.
12:56:56 #11 24.55 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.2_all.deb ...
12:56:56 #11 24.56 Unpacking krb5-locales (1.17-6ubuntu4.2) ...
12:56:56 #11 24.59 Selecting previously unselected package libcbor0.6:amd64.
12:56:56 #11 24.59 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ...
12:56:56 #11 24.60 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
12:56:56 #11 24.63 Selecting previously unselected package libedit2:amd64.
12:56:56 #11 24.63 Preparing to unpack .../038-libedit2_3.1-20191231-1_amd64.deb ...
12:56:56 #11 24.63 Unpacking libedit2:amd64 (3.1-20191231-1) ...
12:56:56 #11 34.67 Preparing to unpack .../241-libxpm4_1%3a3.5.12-1ubuntu0.22.10.1_amd64.deb ...
12:56:56 #11 34.67 Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.10.1) ...
12:56:56 #11 34.71 Selecting previously unselected package libgd3:amd64.
12:56:56 #11 34.71 Preparing to unpack .../242-libgd3_2.3.3-6_amd64.deb ...
12:56:56 #11 34.71 Unpacking libgd3:amd64 (2.3.3-6) ...
12:56:56 #11 34.74 Selecting previously unselected package libc-devtools.
12:56:56 #11 34.74 Preparing to unpack .../243-libc-devtools_2.36-0ubuntu4_amd64.deb ...
12:56:56 #11 34.75 Unpacking libc-devtools (2.36-0ubuntu4) ...
12:56:56 #11 34.78 Selecting previously unselected package libcapture-tiny-perl.
12:56:56 #11 34.78 Preparing to unpack .../244-libcapture-tiny-perl_0.48-1_all.deb ...
12:56:56 #11 34.78 Unpacking libcapture-tiny-perl (0.48-1) ...
12:56:56 #11 34.81 Selecting previously unselected package libcgi-pm-perl.
12:56:56 #11 34.82 Preparing to unpack .../245-libcgi-pm-perl_4.54-1_all.deb ...
12:56:56 #11 34.82 Unpacking libcgi-pm-perl (4.54-1) ...
12:56:56 #11 34.86 Selecting previously unselected package libfcgi0ldbl:amd64.
12:56:56 #11 34.86 Preparing to unpack .../246-libfcgi0ldbl_2.4.2-2build2_amd64.deb ...
12:56:56 #11 34.86 Unpacking libfcgi0ldbl:amd64 (2.4.2-2build2) ...
12:56:56 #11 34.89 Selecting previously unselected package libfcgi-perl:amd64.
12:56:56 #10 66.31 Setting up libpackage-stash-perl (0.39-1) ...
12:56:56 #10 66.32 Setting up libimport-into-perl (1.002005-1) ...
12:56:56 #10 66.34 Setting up libmoo-perl (2.004004-1) ...
12:56:56 #10 66.35 Setting up liblist-someutils-perl (0.58-1) ...
12:56:56 #10 66.36 Setting up debhelper (13.3.4) ...
12:56:56 #10 66.38 Setting up libmime-tools-perl (5.509-1) ...
12:56:56 #10 66.39 Setting up dput (1.1.0) ...
12:56:56 #10 66.55 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
12:56:56 #10 66.57 Setting up equivs (2.3.1) ...
12:56:56 #10 66.59 Setting up libmoox-aliases-perl (0.001006-1.1) ...
12:56:56 #10 66.60 Setting up libparams-validate-perl:arm64 (1.30-1+b1) ...
12:56:56 #10 66.61 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
12:56:56 #10 66.63 Setting up libnamespace-clean-perl (0.27-1) ...
12:56:56 #10 66.64 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
12:56:56 #10 66.66 Setting up libnamespace-autoclean-perl (0.29-1) ...
12:56:56 #10 66.68 Setting up libgitlab-api-v4-perl (0.26-1) ...
12:56:56 #10 36.62 Preparing to unpack .../154-dput_1.0.3_all.deb ...
12:56:56 #10 36.63 Unpacking dput (1.0.3) ...
12:56:56 #10 36.66 Selecting previously unselected package equivs.
12:56:56 #10 36.66 Preparing to unpack .../155-equivs_2.2.0_all.deb ...
12:56:56 #10 36.67 Unpacking equivs (2.2.0) ...
12:56:56 #10 36.73 Selecting previously unselected package exim4-config.
12:56:56 #10 36.73 Preparing to unpack .../156-exim4-config_4.92-8+deb10u7_all.deb ...
12:56:56 #10 36.74 Unpacking exim4-config (4.92-8+deb10u7) ...
12:56:56 #10 36.79 Selecting previously unselected package exim4-base.
12:56:56 #10 36.80 Preparing to unpack .../157-exim4-base_4.92-8+deb10u7_amd64.deb ...
12:56:56 #10 36.80 Unpacking exim4-base (4.92-8+deb10u7) ...
12:56:56 #11 36.54 Preparing to unpack .../255-libdata-optlist-perl_0.112-1_all.deb ...
12:56:56 #11 36.54 Unpacking libdata-optlist-perl (0.112-1) ...
12:56:56 #11 36.57 Selecting previously unselected package libsub-exporter-perl.
12:56:56 #11 36.58 Preparing to unpack .../256-libsub-exporter-perl_0.988-1_all.deb ...
12:56:56 #11 36.58 Unpacking libsub-exporter-perl (0.988-1) ...
12:56:56 #11 36.61 Selecting previously unselected package libconst-fast-perl.
12:56:56 #11 36.62 Preparing to unpack .../257-libconst-fast-perl_0.014-2_all.deb ...
12:56:56 #11 36.62 Unpacking libconst-fast-perl (0.014-2) ...
12:56:56 #11 36.66 Selecting previously unselected package libwant-perl.
12:56:56 #11 36.66 Preparing to unpack .../258-libwant-perl_0.29-2_arm64.deb ...
12:56:56 #11 36.66 Unpacking libwant-perl (0.29-2) ...
12:56:56 #11 36.70 Selecting previously unselected package libcontextual-return-perl.
12:56:56 #11 36.70 Preparing to unpack .../259-libcontextual-return-perl_0.004014-3_all.deb ...
12:56:56 #11 36.71 Unpacking libcontextual-return-perl (0.004014-3) ...
12:56:56 #11 36.74 Selecting previously unselected package libcpanel-json-xs-perl:arm64.
12:56:56 #11 36.74 Preparing to unpack .../260-libcpanel-json-xs-perl_4.32-1_arm64.deb ...
12:56:56 #11 36.74 Unpacking libcpanel-json-xs-perl:arm64 (4.32-1) ...
12:56:56 #11 36.78 Selecting previously unselected package libdevel-stacktrace-perl.
12:56:56 #11 34.80 Preparing to unpack .../227-libdistro-info-perl_0.23ubuntu1_all.deb ...
12:56:56 #11 34.81 Unpacking libdistro-info-perl (0.23ubuntu1) ...
12:56:56 #11 34.86 Selecting previously unselected package libnet-smtp-ssl-perl.
12:56:56 #11 34.86 Preparing to unpack .../228-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:56:56 #11 34.87 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:56:56 #11 34.90 Selecting previously unselected package libmailtools-perl.
12:56:56 #11 34.90 Preparing to unpack .../229-libmailtools-perl_2.21-1_all.deb ...
12:56:56 #11 34.91 Unpacking libmailtools-perl (2.21-1) ...
12:56:56 #11 34.94 Selecting previously unselected package libnet-ip-perl.
12:56:56 #11 34.95 Preparing to unpack .../230-libnet-ip-perl_1.26-2_all.deb ...
12:56:56 #11 34.95 Unpacking libnet-ip-perl (1.26-2) ...
12:56:56 #11 34.98 Selecting previously unselected package libnet-dns-perl.
12:56:56 #11 34.98 Preparing to unpack .../231-libnet-dns-perl_1.22-1_all.deb ...
12:56:56 #11 34.99 Unpacking libnet-dns-perl (1.22-1) ...
12:56:56 #11 35.05 Selecting previously unselected package libnet-domain-tld-perl.
12:56:56 #10 26.74 Preparing to unpack .../030-iso-codes_3.79-1_all.deb ...
12:56:56 #10 26.75 Unpacking iso-codes (3.79-1) ...
12:56:56 #10 40.28 Setting up gcc (4:7.4.0-1ubuntu2.3) ...
12:56:56 #10 40.30 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
12:56:56 #10 40.31 Setting up python3-pkg-resources (39.0.1-2ubuntu0.1) ...
12:56:56 #10 40.53 Setting up lsb-release (9.20170808ubuntu1) ...
12:56:56 #11 22.86 Unpacking man-db (2.10.2-1) ...
12:56:56 #11 22.91 Selecting previously unselected package manpages.
12:56:56 #11 22.91 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ...
12:56:56 #11 22.92 Unpacking manpages (5.10-1ubuntu1) ...
12:56:56 #11 23.04 Selecting previously unselected package openssh-client.
12:56:56 #11 23.04 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3ubuntu0.1_amd64.deb ...
12:56:56 #11 23.05 Unpacking openssh-client (1:8.9p1-3ubuntu0.1) ...
12:56:56 #11 23.09 Selecting previously unselected package publicsuffix.
12:56:56 #11 23.09 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ...
12:56:56 #11 23.09 Unpacking publicsuffix (20211207.1025-1) ...
12:56:56 #11 23.12 Selecting previously unselected package libunwind8:amd64.
12:56:56 #11 32.39 Preparing to unpack .../261-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
12:56:56 #11 32.39 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
12:56:56 #11 32.43 Selecting previously unselected package libpackage-stash-perl.
12:56:56 #11 32.43 Preparing to unpack .../262-libpackage-stash-perl_0.39-1_all.deb ...
12:56:56 #11 32.43 Unpacking libpackage-stash-perl (0.39-1) ...
12:56:56 #11 32.47 Selecting previously unselected package libsub-identify-perl.
12:56:56 #11 32.47 Preparing to unpack .../263-libsub-identify-perl_0.14-1build5_arm64.deb ...
12:56:56 #11 32.47 Unpacking libsub-identify-perl (0.14-1build5) ...
12:56:56 #11 32.50 Selecting previously unselected package libsub-name-perl.
12:56:56 #11 32.50 Preparing to unpack .../264-libsub-name-perl_0.26-1build3_arm64.deb ...
12:56:56 #11 32.50 Unpacking libsub-name-perl (0.26-1build3) ...
12:56:56 #11 32.53 Selecting previously unselected package libnamespace-clean-perl.
12:56:56 #11 32.54 Preparing to unpack .../265-libnamespace-clean-perl_0.27-1_all.deb ...
12:56:56 #11 32.54 Unpacking libnamespace-clean-perl (0.27-1) ...
12:56:56 #11 32.57 Selecting previously unselected package libpath-tiny-perl.
12:56:56 #11 32.57 Preparing to unpack .../266-libpath-tiny-perl_0.122-1_all.deb ...
12:56:56 #11 32.58 Unpacking libpath-tiny-perl (0.122-1) ...
12:56:56 #11 32.61 Selecting previously unselected package libstrictures-perl.
12:56:56 #11 24.67 Selecting previously unselected package libfido2-1:amd64.
12:56:56 #11 24.68 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_amd64.deb ...
12:56:56 #11 24.68 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ...
12:56:56 #11 24.72 Selecting previously unselected package libkrb5support0:amd64.
12:56:56 #11 24.72 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.2_amd64.deb ...
12:56:56 #11 24.72 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.2) ...
12:56:56 #11 24.75 Selecting previously unselected package libk5crypto3:amd64.
12:56:56 #11 24.76 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.2_amd64.deb ...
12:56:56 #11 24.76 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.2) ...
12:56:56 #11 24.80 Selecting previously unselected package libkeyutils1:amd64.
12:56:56 #11 24.80 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ...
12:56:56 #11 24.81 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
12:56:56 #11 24.84 Selecting previously unselected package libkrb5-3:amd64.
12:56:56 #11 24.84 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.2_amd64.deb ...
12:56:56 #11 24.84 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.2) ...
12:56:56 #11 24.90 Selecting previously unselected package libgssapi-krb5-2:amd64.
12:56:56 #11 24.91 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.2_amd64.deb ...
12:56:56 #11 24.91 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.2) ...
12:56:56 #11 24.95 Selecting previously unselected package libpsl5:amd64.
12:56:56 #11 24.95 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
12:56:56 #11 24.95 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
12:56:56 #11 24.99 Selecting previously unselected package libxau6:amd64.
12:56:56 #11 24.99 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ...
12:56:56 #11 24.99 Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ...
12:56:56 #11 25.01 Selecting previously unselected package libxdmcp6:amd64.
12:56:56 #11 34.89 Preparing to unpack .../247-libfcgi-perl_0.82+ds-1build1_amd64.deb ...
12:56:56 #11 34.90 Unpacking libfcgi-perl:amd64 (0.82+ds-1build1) ...
12:56:56 #11 34.93 Selecting previously unselected package libcgi-fast-perl.
12:56:56 #11 34.93 Preparing to unpack .../248-libcgi-fast-perl_1%3a2.15-1_all.deb ...
12:56:56 #11 34.94 Unpacking libcgi-fast-perl (1:2.15-1) ...
12:56:56 #11 34.97 Selecting previously unselected package libclass-data-inheritable-perl.
12:56:56 #11 34.97 Preparing to unpack .../249-libclass-data-inheritable-perl_0.08-3_all.deb ...
12:56:56 #11 34.97 Unpacking libclass-data-inheritable-perl (0.08-3) ...
12:56:56 #11 35.02 Selecting previously unselected package libclone-perl.
12:56:56 #11 35.02 Preparing to unpack .../250-libclone-perl_0.45-1build3_amd64.deb ...
12:56:56 #11 35.03 Unpacking libclone-perl (0.45-1build3) ...
12:56:56 #11 35.06 Selecting previously unselected package libcommon-sense-perl:amd64.
12:56:56 #11 35.06 Preparing to unpack .../251-libcommon-sense-perl_3.75-2build1_amd64.deb ...
12:56:56 #11 35.06 Unpacking libcommon-sense-perl:amd64 (3.75-2build1) ...
12:56:56 #11 35.09 Selecting previously unselected package libconfig-tiny-perl.
12:56:56 #11 35.09 Preparing to unpack .../252-libconfig-tiny-perl_2.28-1_all.deb ...
12:56:56 #11 35.09 Unpacking libconfig-tiny-perl (2.28-1) ...
12:56:56 #11 35.12 Selecting previously unselected package libparams-util-perl.
12:56:56 #11 35.12 Preparing to unpack .../253-libparams-util-perl_1.102-1build3_amd64.deb ...
12:56:56 #11 35.12 Unpacking libparams-util-perl (1.102-1build3) ...
12:56:56 #10 36.89 Selecting previously unselected package libevent-2.1-6:amd64.
12:56:56 #10 36.89 Preparing to unpack .../158-libevent-2.1-6_2.1.8-stable-4_amd64.deb ...
12:56:56 #10 36.89 Unpacking libevent-2.1-6:amd64 (2.1.8-stable-4) ...
12:56:56 #10 36.94 Selecting previously unselected package libunbound8:amd64.
12:56:56 #10 36.94 Preparing to unpack .../159-libunbound8_1.9.0-2+deb10u2_amd64.deb ...
12:56:56 #10 36.95 Unpacking libunbound8:amd64 (1.9.0-2+deb10u2) ...
12:56:56 #10 37.02 Selecting previously unselected package libgnutls-dane0:amd64.
12:56:56 #10 37.02 Preparing to unpack .../160-libgnutls-dane0_3.6.7-4+deb10u9_amd64.deb ...
12:56:56 #10 37.03 Unpacking libgnutls-dane0:amd64 (3.6.7-4+deb10u9) ...
12:56:56 #10 37.07 Selecting previously unselected package exim4-daemon-light.
12:56:56 #10 37.08 Preparing to unpack .../161-exim4-daemon-light_4.92-8+deb10u7_amd64.deb ...
12:56:56 #10 37.08 Unpacking exim4-daemon-light (4.92-8+deb10u7) ...
12:56:56 #10 37.16 Selecting previously unselected package libcurl3-gnutls:amd64.
12:56:56 #11 36.78 Preparing to unpack .../261-libdevel-stacktrace-perl_2.0400-1_all.deb ...
12:56:56 #11 36.79 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
12:56:56 #11 36.82 Selecting previously unselected package libexception-class-perl.
12:56:56 #11 36.82 Preparing to unpack .../262-libexception-class-perl_1.45-1_all.deb ...
12:56:56 #11 36.83 Unpacking libexception-class-perl (1.45-1) ...
12:56:56 #11 36.86 Selecting previously unselected package libiterator-perl.
12:56:56 #11 36.86 Preparing to unpack .../263-libiterator-perl_0.03+ds1-2_all.deb ...
12:56:56 #11 36.87 Unpacking libiterator-perl (0.03+ds1-2) ...
12:56:56 #11 36.90 Selecting previously unselected package libiterator-util-perl.
12:56:56 #11 36.91 Preparing to unpack .../264-libiterator-util-perl_0.02+ds1-2_all.deb ...
12:56:56 #11 36.91 Unpacking libiterator-util-perl (0.02+ds1-2) ...
12:56:56 #11 36.94 Selecting previously unselected package libexporter-tiny-perl.
12:56:56 #11 36.94 Preparing to unpack .../265-libexporter-tiny-perl_1.002002-1_all.deb ...
12:56:56 #11 36.95 Unpacking libexporter-tiny-perl (1.002002-1) ...
12:56:56 #11 36.99 Selecting previously unselected package liblist-moreutils-xs-perl.
12:56:56 #11 37.00 Preparing to unpack .../266-liblist-moreutils-xs-perl_0.430-3_arm64.deb ...
12:56:56 #11 37.00 Unpacking liblist-moreutils-xs-perl (0.430-3) ...
12:56:56 #11 37.04 Selecting previously unselected package liblist-moreutils-perl.
12:56:56 #10 66.69 Setting up libmoox-struct-perl (0.020-1) ...
12:56:56 #10 66.71 Setting up lintian (2.104.0) ...
12:56:56 #10 66.74 Setting up licensecheck (3.1.1-2) ...
12:56:56 #10 66.76 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:56:56 #10 66.77 Setting up libwww-perl (6.52-1) ...
12:56:56 #10 66.79 Setting up devscripts (2.21.3+deb11u1) ...
12:56:56 #11 35.05 Preparing to unpack .../232-libnet-domain-tld-perl_1.75-1_all.deb ...
12:56:56 #11 35.05 Unpacking libnet-domain-tld-perl (1.75-1) ...
12:56:56 #11 35.09 Selecting previously unselected package libemail-valid-perl.
12:56:56 #11 35.10 Preparing to unpack .../233-libemail-valid-perl_1.202-1_all.deb ...
12:56:56 #11 35.10 Unpacking libemail-valid-perl (1.202-1) ...
12:56:56 #11 35.13 Selecting previously unselected package libexporter-tiny-perl.
12:56:56 #11 35.14 Preparing to unpack .../234-libexporter-tiny-perl_1.002001-1_all.deb ...
12:56:56 #11 35.14 Unpacking libexporter-tiny-perl (1.002001-1) ...
12:56:56 #11 35.18 Selecting previously unselected package libipc-system-simple-perl.
12:56:56 #11 35.18 Preparing to unpack .../235-libipc-system-simple-perl_1.26-1_all.deb ...
12:56:56 #11 35.19 Unpacking libipc-system-simple-perl (1.26-1) ...
12:56:56 #11 35.23 Selecting previously unselected package libfile-basedir-perl.
12:56:56 #11 35.23 Preparing to unpack .../236-libfile-basedir-perl_0.08-1_all.deb ...
12:56:56 #11 35.24 Unpacking libfile-basedir-perl (0.08-1) ...
12:56:56 #11 35.28 Selecting previously unselected package libfile-chdir-perl.
12:56:56 #11 35.28 Preparing to unpack .../237-libfile-chdir-perl_0.1008-1_all.deb ...
12:56:56 #11 35.28 Unpacking libfile-chdir-perl (0.1008-1) ...
12:56:56 #11 35.32 Selecting previously unselected package libfile-fcntllock-perl.
12:56:56 #11 35.32 Preparing to unpack .../238-libfile-fcntllock-perl_0.22-3build4_arm64.deb ...
12:56:56 #11 35.32 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
12:56:56 #11 35.39 Selecting previously unselected package libnumber-compare-perl.
12:56:56 #10 27.09 Selecting previously unselected package krb5-locales.
12:56:56 #10 27.09 Preparing to unpack .../031-krb5-locales_1.16-2ubuntu0.3_all.deb ...
12:56:56 #10 27.10 Unpacking krb5-locales (1.16-2ubuntu0.3) ...
12:56:56 #10 27.13 Selecting previously unselected package libedit2:amd64.
12:56:56 #10 27.13 Preparing to unpack .../032-libedit2_3.1-20170329-1_amd64.deb ...
12:56:56 #10 27.13 Unpacking libedit2:amd64 (3.1-20170329-1) ...
12:56:56 #10 27.17 Selecting previously unselected package libkrb5support0:amd64.
12:56:56 #10 27.17 Preparing to unpack .../033-libkrb5support0_1.16-2ubuntu0.3_amd64.deb ...
12:56:56 #10 27.17 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.3) ...
12:56:56 #10 27.21 Selecting previously unselected package libk5crypto3:amd64.
12:56:56 #10 27.21 Preparing to unpack .../034-libk5crypto3_1.16-2ubuntu0.3_amd64.deb ...
12:56:56 #10 27.22 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.3) ...
12:56:56 #10 27.26 Selecting previously unselected package libkeyutils1:amd64.
12:56:56 #10 27.26 Preparing to unpack .../035-libkeyutils1_1.5.9-9.2ubuntu2.1_amd64.deb ...
12:56:56 #10 27.26 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
12:56:56 #10 27.30 Selecting previously unselected package libkrb5-3:amd64.
12:56:56 #10 40.54 Setting up libxmuu1:arm64 (2:1.1.2-2) ...
12:56:56 #10 40.55 Setting up libgpgme11:arm64 (1.10.0-1ubuntu2) ...
12:56:56 #10 40.56 Setting up libgssapi-krb5-2:arm64 (1.16-2ubuntu0.3) ...
12:56:56 #10 40.57 Setting up perl (5.26.1-6ubuntu0.6) ...
12:56:56 #10 40.59 Setting up libfile-chdir-perl (0.1008-1) ...
12:56:56 #10 40.59 Setting up libsys-hostname-long-perl (1.5-1) ...
12:56:56 #10 40.60 Setting up libfile-fcntllock-perl (0.22-3build2) ...
12:56:56 #10 40.67 Setting up libtext-glob-perl (0.10-1) ...
12:56:56 #10 40.68 Setting up intltool-debian (0.35.0+20060710.4) ...
12:56:56 #10 40.69 Setting up libxml-sax-base-perl (1.09-1) ...
12:56:56 #10 40.70 Setting up libpackage-stash-xs-perl (0.28-3build2) ...
12:56:56 #10 40.71 Setting up libstrictures-perl (2.000003-1) ...
12:56:56 #10 40.72 Setting up liblwp-mediatypes-perl (6.02-1) ...
12:56:56 #10 40.73 Setting up libmail-sendmail-perl (0.80-1) ...
12:56:56 #10 40.74 Setting up libsocket6-perl (0.27-1build2) ...
12:56:56 #10 40.74 Setting up patchutils (0.3.4-2) ...
12:56:56 #10 40.75 Setting up python3-chardet (3.0.4-1) ...
12:56:56 #11 23.13 Preparing to unpack .../048-libunwind8_1.3.2-2build2_amd64.deb ...
12:56:56 #11 23.13 Unpacking libunwind8:amd64 (1.3.2-2build2) ...
12:56:56 #11 23.16 Selecting previously unselected package strace.
12:56:56 #11 23.16 Preparing to unpack .../049-strace_5.16-0ubuntu3_amd64.deb ...
12:56:56 #11 23.16 Unpacking strace (5.16-0ubuntu3) ...
12:56:56 #11 23.20 Selecting previously unselected package xauth.
12:56:56 #11 23.20 Preparing to unpack .../050-xauth_1%3a1.1-1build2_amd64.deb ...
12:56:56 #11 23.21 Unpacking xauth (1:1.1-1build2) ...
12:56:56 #11 23.23 Selecting previously unselected package xz-utils.
12:56:56 #11 23.23 Preparing to unpack .../051-xz-utils_5.2.5-2ubuntu1_amd64.deb ...
12:56:56 #11 23.24 Unpacking xz-utils (5.2.5-2ubuntu1) ...
12:56:56 #11 23.27 Selecting previously unselected package libsigsegv2:amd64.
12:56:56 #11 23.27 Preparing to unpack .../052-libsigsegv2_2.13-1ubuntu3_amd64.deb ...
12:56:56 #11 23.27 Unpacking libsigsegv2:amd64 (2.13-1ubuntu3) ...
12:56:56 #11 23.30 Selecting previously unselected package m4.
12:56:56 #11 23.30 Preparing to unpack .../053-m4_1.4.18-5ubuntu2_amd64.deb ...
12:56:56 #11 23.30 Unpacking m4 (1.4.18-5ubuntu2) ...
12:56:56 #11 23.33 Selecting previously unselected package autoconf.
12:56:56 #11 23.33 Preparing to unpack .../054-autoconf_2.71-2_all.deb ...
12:56:56 #11 23.33 Unpacking autoconf (2.71-2) ...
12:56:56 #11 23.37 Selecting previously unselected package autotools-dev.
12:56:56 #11 23.38 Preparing to unpack .../055-autotools-dev_20220109.1_all.deb ...
12:56:56 #11 23.38 Unpacking autotools-dev (20220109.1) ...
12:56:56 #11 23.42 Selecting previously unselected package automake.
12:56:56 #11 23.42 Preparing to unpack .../056-automake_1%3a1.16.5-1.3_all.deb ...
12:56:56 #11 23.42 Unpacking automake (1:1.16.5-1.3) ...
12:56:56 #11 23.47 Selecting previously unselected package autopoint.
12:56:56 #11 32.61 Preparing to unpack .../267-libstrictures-perl_2.000006-1_all.deb ...
12:56:56 #11 32.61 Unpacking libstrictures-perl (2.000006-1) ...
12:56:56 #11 32.64 Selecting previously unselected package libtype-tiny-perl.
12:56:56 #11 32.65 Preparing to unpack .../268-libtype-tiny-perl_1.012004-1_all.deb ...
12:56:56 #11 32.65 Unpacking libtype-tiny-perl (1.012004-1) ...
12:56:56 #11 32.69 Selecting previously unselected package libgitlab-api-v4-perl.
12:56:56 #11 32.70 Preparing to unpack .../269-libgitlab-api-v4-perl_0.26-1_all.deb ...
12:56:56 #11 32.70 Unpacking libgitlab-api-v4-perl (0.26-1) ...
12:56:56 #11 32.74 Selecting previously unselected package libhash-fieldhash-perl.
12:56:56 #11 32.74 Preparing to unpack .../270-libhash-fieldhash-perl_0.15-1build5_arm64.deb ...
12:56:56 #11 32.74 Unpacking libhash-fieldhash-perl (0.15-1build5) ...
12:56:56 #11 32.78 Selecting previously unselected package libhtml-form-perl.
12:56:56 #11 32.78 Preparing to unpack .../271-libhtml-form-perl_6.07-1_all.deb ...
12:56:56 #11 32.78 Unpacking libhtml-form-perl (6.07-1) ...
12:56:56 #11 32.81 Selecting previously unselected package libhtml-format-perl.
12:56:56 #11 32.81 Preparing to unpack .../272-libhtml-format-perl_2.12-1.1_all.deb ...
12:56:56 #11 32.82 Unpacking libhtml-format-perl (2.12-1.1) ...
12:56:56 #11 32.85 Selecting previously unselected package libhtml-html5-entities-perl.
12:56:56 #10 36.80 Selecting previously unselected package iso-codes.
12:56:56 #10 36.80 Preparing to unpack .../163-iso-codes_4.6.0-1_all.deb ...
12:56:56 #10 36.81 Unpacking iso-codes (4.6.0-1) ...
12:56:56 #11 25.02 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ...
12:56:56 #11 25.02 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
12:56:56 #11 25.05 Selecting previously unselected package libxcb1:amd64.
12:56:56 #11 25.05 Preparing to unpack .../048-libxcb1_1.14-2_amd64.deb ...
12:56:56 #11 25.05 Unpacking libxcb1:amd64 (1.14-2) ...
12:56:56 #11 25.08 Selecting previously unselected package libx11-data.
12:56:56 #11 25.08 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
12:56:56 #11 25.08 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
12:56:56 #11 25.14 Selecting previously unselected package libx11-6:amd64.
12:56:56 #11 25.14 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_amd64.deb ...
12:56:56 #11 25.14 Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
12:56:56 #11 25.22 Selecting previously unselected package libxext6:amd64.
12:56:56 #11 25.22 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ...
12:56:56 #11 25.22 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ...
12:56:56 #11 25.25 Selecting previously unselected package libxmuu1:amd64.
12:56:56 #10 33.96 Selecting previously unselected package libfakeroot:amd64.
12:56:56 #10 33.96 Preparing to unpack .../096-libfakeroot_1.29-1_amd64.deb ...
12:56:56 #10 33.97 Unpacking libfakeroot:amd64 (1.29-1) ...
12:56:56 #10 34.01 Selecting previously unselected package fakeroot.
12:56:56 #10 34.01 Preparing to unpack .../097-fakeroot_1.29-1_amd64.deb ...
12:56:56 #10 34.01 Unpacking fakeroot (1.29-1) ...
12:56:56 #10 34.06 Selecting previously unselected package libassuan0:amd64.
12:56:56 #10 34.06 Preparing to unpack .../098-libassuan0_2.5.5-5_amd64.deb ...
12:56:56 #10 34.06 Unpacking libassuan0:amd64 (2.5.5-5) ...
12:56:56 #10 34.10 Selecting previously unselected package gpgconf.
12:56:56 #10 34.10 Preparing to unpack .../099-gpgconf_2.2.40-1_amd64.deb ...
12:56:56 #10 34.10 Unpacking gpgconf (2.2.40-1) ...
12:56:56 #10 34.16 Selecting previously unselected package libksba8:amd64.
12:56:56 #10 34.16 Preparing to unpack .../100-libksba8_1.6.3-2_amd64.deb ...
12:56:56 #10 34.16 Unpacking libksba8:amd64 (1.6.3-2) ...
12:56:56 #10 34.21 Selecting previously unselected package libnpth0:amd64.
12:56:56 #10 34.21 Preparing to unpack .../101-libnpth0_1.6-3_amd64.deb ...
12:56:56 #10 34.21 Unpacking libnpth0:amd64 (1.6-3) ...
12:56:56 #10 34.25 Selecting previously unselected package dirmngr.
12:56:56 #10 34.25 Preparing to unpack .../102-dirmngr_2.2.40-1_amd64.deb ...
12:56:56 #10 34.27 Unpacking dirmngr (2.2.40-1) ...
12:56:56 #10 34.33 Selecting previously unselected package gnupg-l10n.
12:56:56 #10 34.33 Preparing to unpack .../103-gnupg-l10n_2.2.40-1_all.deb ...
12:56:56 #10 34.33 Unpacking gnupg-l10n (2.2.40-1) ...
12:56:56 #10 34.43 Selecting previously unselected package gnupg-utils.
12:56:56 #10 34.44 Preparing to unpack .../104-gnupg-utils_2.2.40-1_amd64.deb ...
12:56:56 #10 34.44 Unpacking gnupg-utils (2.2.40-1) ...
12:56:56 #10 34.52 Selecting previously unselected package gpg.
12:56:56 #10 34.52 Preparing to unpack .../105-gpg_2.2.40-1_amd64.deb ...
12:56:56 #11 35.15 Selecting previously unselected package libsub-install-perl.
12:56:56 #11 35.15 Preparing to unpack .../254-libsub-install-perl_0.928-2_all.deb ...
12:56:56 #11 35.16 Unpacking libsub-install-perl (0.928-2) ...
12:56:56 #11 35.18 Selecting previously unselected package libdata-optlist-perl.
12:56:56 #11 35.19 Preparing to unpack .../255-libdata-optlist-perl_0.112-1_all.deb ...
12:56:56 #11 35.19 Unpacking libdata-optlist-perl (0.112-1) ...
12:56:56 #11 35.22 Selecting previously unselected package libsub-exporter-perl.
12:56:56 #11 35.22 Preparing to unpack .../256-libsub-exporter-perl_0.988-1_all.deb ...
12:56:56 #11 35.22 Unpacking libsub-exporter-perl (0.988-1) ...
12:56:56 #11 35.25 Selecting previously unselected package libconst-fast-perl.
12:56:56 #11 35.25 Preparing to unpack .../257-libconst-fast-perl_0.014-2_all.deb ...
12:56:56 #11 35.26 Unpacking libconst-fast-perl (0.014-2) ...
12:56:56 #11 35.28 Selecting previously unselected package libwant-perl.
12:56:56 #11 35.28 Preparing to unpack .../258-libwant-perl_0.29-2_amd64.deb ...
12:56:56 #11 35.28 Unpacking libwant-perl (0.29-2) ...
12:56:56 #11 35.31 Selecting previously unselected package libcontextual-return-perl.
12:56:56 #11 35.31 Preparing to unpack .../259-libcontextual-return-perl_0.004014-3_all.deb ...
12:56:56 #11 35.32 Unpacking libcontextual-return-perl (0.004014-3) ...
12:56:56 #11 35.34 Selecting previously unselected package libcpanel-json-xs-perl:amd64.
12:56:56 #11 35.34 Preparing to unpack .../260-libcpanel-json-xs-perl_4.32-1_amd64.deb ...
12:56:56 #11 35.35 Unpacking libcpanel-json-xs-perl:amd64 (4.32-1) ...
12:56:56 #11 35.37 Selecting previously unselected package libdevel-stacktrace-perl.
12:56:56 #10 37.16 Preparing to unpack .../162-libcurl3-gnutls_7.64.0-4+deb10u4_amd64.deb ...
12:56:56 #10 37.16 Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u4) ...
12:56:56 #10 37.22 Selecting previously unselected package libpcre2-8-0:amd64.
12:56:56 #10 37.22 Preparing to unpack .../163-libpcre2-8-0_10.32-5_amd64.deb ...
12:56:56 #10 37.23 Unpacking libpcre2-8-0:amd64 (10.32-5) ...
12:56:56 #10 37.28 Selecting previously unselected package liberror-perl.
12:56:56 #10 37.28 Preparing to unpack .../164-liberror-perl_0.17027-2_all.deb ...
12:56:56 #10 37.28 Unpacking liberror-perl (0.17027-2) ...
12:56:56 #10 37.32 Selecting previously unselected package git-man.
12:56:56 #10 37.32 Preparing to unpack .../165-git-man_1%3a2.20.1-2+deb10u7_all.deb ...
12:56:56 #10 37.32 Unpacking git-man (1:2.20.1-2+deb10u7) ...
12:56:56 #11 37.05 Preparing to unpack .../267-liblist-moreutils-perl_0.430-2_all.deb ...
12:56:56 #11 37.05 Unpacking liblist-moreutils-perl (0.430-2) ...
12:56:56 #11 37.08 Selecting previously unselected package libdata-dpath-perl.
12:56:56 #11 37.08 Preparing to unpack .../268-libdata-dpath-perl_0.58-1_all.deb ...
12:56:56 #11 37.09 Unpacking libdata-dpath-perl (0.58-1) ...
12:56:56 #11 37.12 Selecting previously unselected package libdata-dump-perl.
12:56:56 #11 37.12 Preparing to unpack .../269-libdata-dump-perl_1.25-1_all.deb ...
12:56:56 #11 37.13 Unpacking libdata-dump-perl (1.25-1) ...
12:56:56 #11 37.16 Selecting previously unselected package libdata-messagepack-perl.
12:56:56 #11 37.16 Preparing to unpack .../270-libdata-messagepack-perl_1.02-1_arm64.deb ...
12:56:56 #11 37.17 Unpacking libdata-messagepack-perl (1.02-1) ...
12:56:56 #11 37.20 Selecting previously unselected package libnet-domain-tld-perl.
12:56:56 #11 37.20 Preparing to unpack .../271-libnet-domain-tld-perl_1.75-2_all.deb ...
12:56:56 #11 37.21 Unpacking libnet-domain-tld-perl (1.75-2) ...
12:56:56 #11 37.25 Selecting previously unselected package libdata-validate-domain-perl.
12:56:56 #11 37.25 Preparing to unpack .../272-libdata-validate-domain-perl_0.10-1.1_all.deb ...
12:56:56 #11 37.25 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
12:56:56 #11 37.29 Selecting previously unselected package libnet-ipv6addr-perl.
12:56:56 #10 66.95 Setting up libxml-parser-perl:arm64 (2.46-2) ...
12:56:56 #10 66.96 Setting up libxml-sax-expat-perl (0.51-1) ...
12:56:56 #10 67.01 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:56:56 #10 67.06 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:56:56 #10 67.20 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:56:57 #11 35.39 Preparing to unpack .../239-libnumber-compare-perl_0.03-1_all.deb ...
12:56:57 #11 35.40 Unpacking libnumber-compare-perl (0.03-1) ...
12:56:57 #11 35.43 Selecting previously unselected package libtext-glob-perl.
12:56:57 #11 35.43 Preparing to unpack .../240-libtext-glob-perl_0.10-1_all.deb ...
12:56:57 #11 35.44 Unpacking libtext-glob-perl (0.10-1) ...
12:56:57 #11 35.47 Selecting previously unselected package libfile-find-rule-perl.
12:56:57 #11 35.47 Preparing to unpack .../241-libfile-find-rule-perl_0.34-1_all.deb ...
12:56:57 #11 35.48 Unpacking libfile-find-rule-perl (0.34-1) ...
12:56:57 #11 35.51 Selecting previously unselected package libfont-afm-perl.
12:56:57 #11 35.51 Preparing to unpack .../242-libfont-afm-perl_1.20-2_all.deb ...
12:56:57 #11 35.52 Unpacking libfont-afm-perl (1.20-2) ...
12:56:57 #11 35.55 Selecting previously unselected package libio-string-perl.
12:56:57 #11 35.55 Preparing to unpack .../243-libio-string-perl_1.08-3_all.deb ...
12:56:57 #11 35.55 Unpacking libio-string-perl (1.08-3) ...
12:56:57 #11 35.59 Selecting previously unselected package libfont-ttf-perl.
12:56:57 #11 35.59 Preparing to unpack .../244-libfont-ttf-perl_1.06-1_all.deb ...
12:56:57 #11 35.59 Unpacking libfont-ttf-perl (1.06-1) ...
12:56:57 #11 35.65 Selecting previously unselected package libfuture-perl.
12:56:57 #10 55.96 Setting up libgpgme11:arm64 (1.18.0-3+b1) ...
12:56:57 #10 55.97 Setting up dirmngr (2.2.40-1) ...
12:56:57 #10 56.11 Setting up perl (5.36.0-7) ...
12:56:57 #10 56.14 Setting up libpackage-stash-xs-perl:arm64 (0.30-1+b1) ...
12:56:57 #10 56.16 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:56:57 #10 56.18 Setting up libxs-parse-keyword-perl (0.32-1) ...
12:56:57 #10 56.19 Setting up libtirpc-dev:arm64 (1.3.3+ds-1) ...
12:56:57 #10 56.21 Setting up libdata-dump-perl (1.25-1) ...
12:56:57 #10 56.22 Setting up gcc-12 (12.2.0-14) ...
12:56:57 #10 56.23 Setting up libfile-find-rule-perl (0.34-3) ...
12:56:57 #10 56.25 Setting up libref-util-perl (0.204-2) ...
12:56:57 #10 56.26 Setting up libipc-system-simple-perl (1.30-2) ...
12:56:57 #10 56.27 Setting up libnet-domain-tld-perl (1.75-3) ...
12:56:57 #10 56.29 Setting up libperlio-utf8-strict-perl (0.010-1) ...
12:56:57 #10 56.30 Setting up libsocket6-perl (0.29-3) ...
12:56:57 #10 56.32 Setting up libgd3:arm64 (2.3.3-7+b1) ...
12:56:57 #10 56.33 Setting up libvariable-magic-perl (0.63-1+b1) ...
12:56:57 #10 56.34 Setting up libio-html-perl (1.004-3) ...
12:56:57 #10 56.36 Setting up libpod-parser-perl (1.65-1) ...
12:56:57 #10 56.38 Setting up libb-hooks-op-check-perl:arm64 (0.22-2+b1) ...
12:56:57 #10 56.39 Setting up libparams-util-perl (1.102-2+b1) ...
12:56:57 #10 56.41 Setting up libdpkg-perl (1.21.19) ...
12:56:57 #10 56.42 Setting up libtime-duration-perl (1.21-2) ...
12:56:57 #10 56.44 Setting up autoconf (2.71-3) ...
12:56:57 #10 56.47 Setting up libsub-exporter-progressive-perl (0.001013-3) ...
12:56:57 #10 56.48 Setting up libarray-intspan-perl (2.004-2) ...
12:56:57 #10 56.49 Setting up libcapture-tiny-perl (0.48-2) ...
12:56:57 #10 56.51 Setting up libtimedate-perl (2.3300-2) ...
12:56:57 #10 56.52 Setting up libregexp-ipv6-perl (0.03-3) ...
12:56:57 #10 56.53 Setting up gpg-wks-server (2.2.40-1) ...
12:56:57 #10 56.54 Setting up libsub-name-perl:arm64 (0.26-2+b1) ...
12:56:57 #10 56.56 Setting up libtype-tiny-xs-perl:arm64 (0.025-1) ...
12:56:57 #10 56.58 Setting up libsyntax-keyword-try-perl (0.28-1) ...
12:56:57 #10 56.59 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:56:57 #10 56.60 Setting up libproc-processtable-perl:arm64 (0.634-1+b2) ...
12:56:57 #10 56.61 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:56:57 #10 56.63 Setting up xauth (1:1.1.2-1) ...
12:56:57 #10 56.64 Setting up libpath-tiny-perl (0.144-1) ...
12:56:57 #10 27.30 Preparing to unpack .../036-libkrb5-3_1.16-2ubuntu0.3_amd64.deb ...
12:56:57 #10 27.30 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.3) ...
12:56:57 #10 27.36 Selecting previously unselected package libgssapi-krb5-2:amd64.
12:56:57 #10 27.37 Preparing to unpack .../037-libgssapi-krb5-2_1.16-2ubuntu0.3_amd64.deb ...
12:56:57 #10 27.37 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.3) ...
12:56:57 #10 27.41 Selecting previously unselected package libpsl5:amd64.
12:56:57 #10 27.41 Preparing to unpack .../038-libpsl5_0.19.1-5build1_amd64.deb ...
12:56:57 #10 27.42 Unpacking libpsl5:amd64 (0.19.1-5build1) ...
12:56:57 #10 27.47 Selecting previously unselected package libssl1.0.0:amd64.
12:56:57 #10 27.47 Preparing to unpack .../039-libssl1.0.0_1.0.2n-1ubuntu5.11_amd64.deb ...
12:56:57 #10 27.47 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.11) ...
12:56:57 #7 ...
12:56:57 
12:56:57 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:57 #10 10.52 Get:199 http://deb.debian.org/debian bookworm/main armhf libabsl20220623 armhf 20220623.1-1 [365 kB]
12:56:57 #10 10.52 Get:200 http://deb.debian.org/debian bookworm/main armhf libalgorithm-diff-perl all 1.201-1 [43.3 kB]
12:56:57 #10 10.52 Get:201 http://deb.debian.org/debian bookworm/main armhf libalgorithm-diff-xs-perl armhf 0.04-8+b1 [11.1 kB]
12:56:57 #10 10.52 Get:202 http://deb.debian.org/debian bookworm/main armhf libalgorithm-merge-perl all 0.08-5 [11.8 kB]
12:56:57 #10 10.52 Get:203 http://deb.debian.org/debian bookworm/main armhf libaliased-perl all 0.34-3 [13.5 kB]
12:56:57 #10 10.52 Get:204 http://deb.debian.org/debian bookworm/main armhf libaom3 armhf 3.5.0-1 [1336 kB]
12:56:57 #10 10.53 Get:205 http://deb.debian.org/debian bookworm/main armhf libapt-pkg-perl armhf 0.1.40+b2 [64.5 kB]
12:56:57 #10 10.53 Get:206 http://deb.debian.org/debian bookworm/main armhf libarchive-cpio-perl all 0.10-3 [10.8 kB]
12:56:57 #10 10.53 Get:207 http://deb.debian.org/debian bookworm/main armhf libarchive13 armhf 3.6.2-1 [299 kB]
12:56:57 #10 10.53 Get:208 http://deb.debian.org/debian bookworm/main armhf libarray-intspan-perl all 2.004-2 [25.7 kB]
12:56:57 #10 10.53 Get:209 http://deb.debian.org/debian bookworm/main armhf libauthen-sasl-perl all 2.1600-3 [43.9 kB]
12:56:57 #10 10.53 Get:210 http://deb.debian.org/debian bookworm/main armhf libdav1d6 armhf 1.0.0-2 [256 kB]
12:56:57 #10 10.53 Get:211 http://deb.debian.org/debian bookworm/main armhf libgav1-1 armhf 0.18.0-1+b1 [284 kB]
12:56:57 #10 10.55 Get:212 http://deb.debian.org/debian bookworm/main armhf librav1e0 armhf 0.5.1-6 [514 kB]
12:56:57 #10 10.55 Get:213 http://deb.debian.org/debian bookworm/main armhf libsvtav1enc1 armhf 1.4.1+dfsg-1 [893 kB]
12:56:57 #10 10.57 Get:214 http://deb.debian.org/debian bookworm/main armhf libjpeg62-turbo armhf 1:2.1.2-1+b1 [147 kB]
12:56:57 #10 10.57 Get:215 http://deb.debian.org/debian bookworm/main armhf libyuv0 armhf 0.0~git20230104.6e4b0ac-1 [85.0 kB]
12:56:57 #10 10.57 Get:216 http://deb.debian.org/debian bookworm/main armhf libavif15 armhf 0.11.1-1 [84.8 kB]
12:56:57 #10 10.57 Get:217 http://deb.debian.org/debian bookworm/main armhf libmodule-implementation-perl all 0.09-2 [12.6 kB]
12:56:57 #10 10.57 Get:218 http://deb.debian.org/debian bookworm/main armhf libsub-exporter-progressive-perl all 0.001013-3 [7496 B]
12:56:57 #10 10.57 Get:219 http://deb.debian.org/debian bookworm/main armhf libvariable-magic-perl armhf 0.63-1+b1 [41.5 kB]
12:56:57 #10 10.57 Get:220 http://deb.debian.org/debian bookworm/main armhf libb-hooks-endofscope-perl all 0.26-1 [19.6 kB]
12:56:57 #10 10.57 Get:221 http://deb.debian.org/debian bookworm/main armhf libberkeleydb-perl armhf 0.64-2+b1 [111 kB]
12:56:57 #10 10.57 Get:222 http://deb.debian.org/debian bookworm/main armhf libpng16-16 armhf 1.6.39-2 [260 kB]
12:56:57 #10 10.57 Get:223 http://deb.debian.org/debian bookworm/main armhf libfreetype6 armhf 2.12.1+dfsg-4 [332 kB]
12:56:57 #10 10.57 Get:224 http://deb.debian.org/debian bookworm/main armhf libfontconfig1 armhf 2.14.1-4 [368 kB]
12:56:57 #10 10.58 Get:225 http://deb.debian.org/debian bookworm/main armhf libde265-0 armhf 1.0.11-1 [143 kB]
12:56:57 #10 10.58 Get:226 http://deb.debian.org/debian bookworm/main armhf libx265-199 armhf 3.5-2+b1 [580 kB]
12:56:57 #10 10.61 Get:227 http://deb.debian.org/debian bookworm/main armhf libheif1 armhf 1.14.2-1 [178 kB]
12:56:57 #10 10.61 Get:228 http://deb.debian.org/debian bookworm/main armhf libdeflate0 armhf 1.14-1 [52.2 kB]
12:56:57 #10 10.61 Get:229 http://deb.debian.org/debian bookworm/main armhf libjbig0 armhf 2.1-6.1 [27.1 kB]
12:56:57 #10 10.61 Get:230 http://deb.debian.org/debian bookworm/main armhf liblerc4 armhf 4.0.0+ds-2 [137 kB]
12:56:57 #10 10.61 Get:231 http://deb.debian.org/debian bookworm/main armhf libwebp7 armhf 1.2.4-0.1 [242 kB]
12:56:57 #10 10.61 Get:232 http://deb.debian.org/debian bookworm/main armhf libtiff6 armhf 4.5.0-4 [294 kB]
12:56:57 #10 10.61 Get:233 http://deb.debian.org/debian bookworm/main armhf libxau6 armhf 1:1.0.9-1 [19.0 kB]
12:56:57 #10 10.61 Get:234 http://deb.debian.org/debian bookworm/main armhf libxdmcp6 armhf 1:1.1.2-3 [24.9 kB]
12:56:57 #10 10.61 Get:235 http://deb.debian.org/debian bookworm/main armhf libxcb1 armhf 1.15-1 [140 kB]
12:56:57 #10 10.61 Get:236 http://deb.debian.org/debian bookworm/main armhf libx11-data all 2:1.8.3-3 [292 kB]
12:56:57 #10 10.62 Get:237 http://deb.debian.org/debian bookworm/main armhf libx11-6 armhf 2:1.8.3-3 [695 kB]
12:56:57 #10 10.62 Get:238 http://deb.debian.org/debian bookworm/main armhf libxpm4 armhf 1:3.5.12-1.1 [42.3 kB]
12:56:57 #10 10.62 Get:239 http://deb.debian.org/debian bookworm/main armhf libgd3 armhf 2.3.3-7+b1 [103 kB]
12:56:57 #10 10.62 Get:240 http://deb.debian.org/debian bookworm/main armhf libc-devtools armhf 2.36-8 [52.7 kB]
12:56:57 #10 10.62 Get:241 http://deb.debian.org/debian bookworm/main armhf libcapture-tiny-perl all 0.48-2 [24.6 kB]
12:56:57 #10 10.62 Get:242 http://deb.debian.org/debian bookworm/main armhf libcgi-pm-perl all 4.55-1 [220 kB]
12:56:57 #10 10.63 Get:243 http://deb.debian.org/debian bookworm/main armhf libfcgi0ldbl armhf 2.4.2-2 [22.0 kB]
12:56:57 #10 10.63 Get:244 http://deb.debian.org/debian bookworm/main armhf libfcgi-perl armhf 0.82+ds-2 [24.0 kB]
12:56:57 #10 10.63 Get:245 http://deb.debian.org/debian bookworm/main armhf libcgi-fast-perl all 1:2.15-1 [12.1 kB]
12:56:57 #10 10.63 Get:246 http://deb.debian.org/debian bookworm/main armhf libclass-data-inheritable-perl all 0.08-3 [8588 B]
12:56:57 #10 10.63 Get:247 http://deb.debian.org/debian bookworm/main armhf libclass-inspector-perl all 1.36-3 [17.5 kB]
12:56:57 #10 10.63 Get:248 http://deb.debian.org/debian bookworm/main armhf libcommon-sense-perl armhf 3.75-3 [23.0 kB]
12:56:57 #10 10.64 Get:249 http://deb.debian.org/debian bookworm/main armhf libconfig-tiny-perl all 2.28-2 [16.4 kB]
12:56:57 #10 10.64 Get:250 http://deb.debian.org/debian bookworm/main armhf libparams-util-perl armhf 1.102-2+b1 [23.8 kB]
12:56:57 #10 10.64 Get:251 http://deb.debian.org/debian bookworm/main armhf libsub-install-perl all 0.929-1 [10.5 kB]
12:56:57 #10 10.64 Get:252 http://deb.debian.org/debian bookworm/main armhf libdata-optlist-perl all 0.113-1 [10.6 kB]
12:56:57 #10 10.64 Get:253 http://deb.debian.org/debian bookworm/main armhf libsub-exporter-perl all 0.989-1 [50.5 kB]
12:56:57 #10 10.64 Get:254 http://deb.debian.org/debian bookworm/main armhf libconst-fast-perl all 0.014-2 [8792 B]
12:56:57 #10 10.64 Get:255 http://deb.debian.org/debian bookworm/main armhf libwant-perl armhf 0.29-2+b1 [26.3 kB]
12:56:57 #10 10.64 Get:256 http://deb.debian.org/debian bookworm/main armhf libcontextual-return-perl all 0.004014-4 [54.9 kB]
12:56:57 #10 10.64 Get:257 http://deb.debian.org/debian bookworm/main armhf libconvert-binhex-perl all 1.125-3 [27.4 kB]
12:56:57 #10 10.64 Get:258 http://deb.debian.org/debian bookworm/main armhf libcpanel-json-xs-perl armhf 4.32-1+b1 [128 kB]
12:56:57 #10 10.64 Get:259 http://deb.debian.org/debian bookworm/main armhf libdevel-stacktrace-perl all 2.0400-2 [26.8 kB]
12:56:57 #10 10.64 Get:260 http://deb.debian.org/debian bookworm/main armhf libexception-class-perl all 1.45-1 [34.6 kB]
12:56:57 #10 10.64 Get:261 http://deb.debian.org/debian bookworm/main armhf libiterator-perl all 0.03+ds1-2 [18.8 kB]
12:56:57 #10 10.64 Get:262 http://deb.debian.org/debian bookworm/main armhf libiterator-util-perl all 0.02+ds1-2 [14.0 kB]
12:56:57 #10 10.64 Get:263 http://deb.debian.org/debian bookworm/main armhf libdata-dpath-perl all 0.58-2 [43.6 kB]
12:56:57 #10 10.64 Get:264 http://deb.debian.org/debian bookworm/main armhf libdata-dump-perl all 1.25-1 [28.4 kB]
12:56:57 #10 10.65 Get:265 http://deb.debian.org/debian bookworm/main armhf libdata-messagepack-perl armhf 1.02-1+b1 [33.5 kB]
12:56:57 #10 10.65 Get:266 http://deb.debian.org/debian bookworm/main armhf libnet-domain-tld-perl all 1.75-3 [31.9 kB]
12:56:57 #10 10.65 Get:267 http://deb.debian.org/debian bookworm/main armhf libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
12:56:57 #10 10.65 Get:268 http://deb.debian.org/debian bookworm/main armhf libnet-ipv6addr-perl all 1.02-1 [21.7 kB]
12:56:57 #10 10.65 Get:269 http://deb.debian.org/debian bookworm/main armhf libnet-netmask-perl all 2.0002-2 [28.6 kB]
12:56:57 #10 10.65 Get:270 http://deb.debian.org/debian bookworm/main armhf libnetaddr-ip-perl armhf 4.079+dfsg-2+b1 [98.3 kB]
12:56:57 #10 10.66 Get:271 http://deb.debian.org/debian bookworm/main armhf libdata-validate-ip-perl all 0.31-1 [20.6 kB]
12:56:57 #10 10.66 Get:272 http://deb.debian.org/debian bookworm/main armhf libdata-validate-uri-perl all 0.07-2 [11.2 kB]
12:56:57 #10 10.66 Get:273 http://deb.debian.org/debian bookworm/main armhf libdevel-size-perl armhf 0.83-2+b1 [23.7 kB]
12:56:57 #10 10.66 Get:274 http://deb.debian.org/debian bookworm/main armhf libdistro-info-perl all 1.5 [5300 B]
12:56:57 #10 10.66 Get:275 http://deb.debian.org/debian bookworm/main armhf libemail-address-xs-perl armhf 1.05-1+b1 [26.7 kB]
12:56:57 #10 10.66 Get:276 http://deb.debian.org/debian bookworm/main armhf libexporter-tiny-perl all 1.006000-1 [38.6 kB]
12:56:57 #10 10.66 Get:277 http://deb.debian.org/debian bookworm/main armhf libfcgi-bin armhf 2.4.2-2 [12.0 kB]
12:56:57 #10 10.66 Get:278 http://deb.debian.org/debian bookworm/main armhf libindirect-perl armhf 0.39-2+b1 [25.8 kB]
12:56:57 #10 10.66 Get:279 http://deb.debian.org/debian bookworm/main armhf libxs-parse-keyword-perl armhf 0.32-1 [55.3 kB]
12:56:57 #10 10.66 Get:280 http://deb.debian.org/debian bookworm/main armhf libxs-parse-sublike-perl armhf 0.16-1+b2 [28.1 kB]
12:56:57 #10 10.66 Get:281 http://deb.debian.org/debian bookworm/main armhf libobject-pad-perl armhf 0.78-1 [109 kB]
12:56:57 #10 10.67 Get:282 http://deb.debian.org/debian bookworm/main armhf libfeature-compat-class-perl all 0.05-1 [11.0 kB]
12:56:57 #10 10.67 Get:283 http://deb.debian.org/debian bookworm/main armhf libsyntax-keyword-try-perl armhf 0.28-1 [27.8 kB]
12:56:57 #10 10.67 Get:284 http://deb.debian.org/debian bookworm/main armhf libfeature-compat-try-perl all 0.05-1 [10.4 kB]
12:56:57 #10 10.67 Get:285 http://deb.debian.org/debian bookworm/main armhf libipc-system-simple-perl all 1.30-2 [26.8 kB]
12:56:57 #10 10.67 Get:286 http://deb.debian.org/debian bookworm/main armhf libfile-basedir-perl all 0.09-2 [15.1 kB]
12:56:57 #10 10.67 Get:287 http://deb.debian.org/debian bookworm/main armhf libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
12:56:57 #10 10.67 Get:288 http://deb.debian.org/debian bookworm/main armhf libfile-fcntllock-perl armhf 0.22-4+b1 [34.5 kB]
12:56:57 #10 10.68 Get:289 http://deb.debian.org/debian bookworm/main armhf libnumber-compare-perl all 0.03-3 [6332 B]
12:56:57 #10 10.68 Get:290 http://deb.debian.org/debian bookworm/main armhf libtext-glob-perl all 0.11-3 [7676 B]
12:56:57 #10 10.68 Get:291 http://deb.debian.org/debian bookworm/main armhf libfile-find-rule-perl all 0.34-3 [26.6 kB]
12:56:57 #10 10.68 Get:292 http://deb.debian.org/debian bookworm/main armhf libfont-afm-perl all 1.20-4 [13.1 kB]
12:56:57 #10 10.68 Get:293 http://deb.debian.org/debian bookworm/main armhf libio-string-perl all 1.08-4 [12.1 kB]
12:56:57 #10 10.68 Get:294 http://deb.debian.org/debian bookworm/main armhf libfont-ttf-perl all 1.06-2 [318 kB]
12:56:57 #10 10.69 Get:295 http://deb.debian.org/debian bookworm/main armhf libfreezethaw-perl all 0.5001-3 [16.0 kB]
12:56:57 #10 10.69 Get:296 http://deb.debian.org/debian bookworm/main armhf libsort-versions-perl all 1.62-3 [8928 B]
12:56:57 #10 10.69 Get:297 http://deb.debian.org/debian bookworm/main armhf libgit-wrapper-perl all 0.048-2 [33.4 kB]
12:56:57 #10 10.69 Get:298 http://deb.debian.org/debian bookworm/main armhf libhttp-tiny-multipart-perl all 0.08-2 [9812 B]
12:56:57 #10 10.69 Get:299 http://deb.debian.org/debian bookworm/main armhf libio-prompter-perl all 0.004015-2 [59.9 kB]
12:56:57 #10 10.69 Get:300 http://deb.debian.org/debian bookworm/main armhf libjson-perl all 4.10000-1 [87.5 kB]
12:56:57 #10 10.69 Get:301 http://deb.debian.org/debian bookworm/main armhf liblog-any-perl all 1.713-1 [76.3 kB]
12:56:57 #10 10.70 Get:302 http://deb.debian.org/debian bookworm/main armhf liblog-any-adapter-screen-perl all 0.140-2 [13.3 kB]
12:56:57 #10 10.70 Get:303 http://deb.debian.org/debian bookworm/main armhf libpackage-stash-perl all 0.40-1 [22.0 kB]
12:56:57 #10 10.70 Get:304 http://deb.debian.org/debian bookworm/main armhf libsub-identify-perl armhf 0.14-3 [10.5 kB]
12:56:57 #10 10.70 Get:305 http://deb.debian.org/debian bookworm/main armhf libsub-name-perl armhf 0.26-2+b1 [12.2 kB]
12:56:57 #10 10.70 Get:306 http://deb.debian.org/debian bookworm/main armhf libnamespace-clean-perl all 0.27-2 [17.8 kB]
12:56:57 #10 10.70 Get:307 http://deb.debian.org/debian bookworm/main armhf libpath-tiny-perl all 0.144-1 [56.4 kB]
12:56:57 #10 10.71 Get:308 http://deb.debian.org/debian bookworm/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
12:56:57 #10 10.71 Get:309 http://deb.debian.org/debian bookworm/main armhf libtype-tiny-perl all 2.002001-1 [377 kB]
12:56:57 #10 10.71 Get:310 http://deb.debian.org/debian bookworm/main armhf libgitlab-api-v4-perl all 0.26-2 [88.1 kB]
12:56:57 #10 10.71 Get:311 http://deb.debian.org/debian bookworm/main armhf libglib2.0-0 armhf 2.74.5-1 [1227 kB]
12:56:57 #10 10.73 Get:312 http://deb.debian.org/debian bookworm/main armhf libglib2.0-data all 2.74.5-1 [1210 kB]
12:56:57 #10 10.73 Get:313 http://deb.debian.org/debian bookworm/main armhf libgpm2 armhf 1.20.7-10+b1 [13.4 kB]
12:56:57 #10 10.76 Get:314 http://deb.debian.org/debian bookworm/main armhf libhtml-form-perl all 6.10-1 [24.0 kB]
12:56:57 #10 10.76 Get:315 http://deb.debian.org/debian bookworm/main armhf libhtml-format-perl all 2.16-2 [38.8 kB]
12:56:57 #10 10.76 Get:316 http://deb.debian.org/debian bookworm/main armhf libhtml-html5-entities-perl all 0.004-3 [21.0 kB]
12:56:57 #10 10.76 Get:317 http://deb.debian.org/debian bookworm/main armhf libhtml-tokeparser-simple-perl all 3.16-4 [39.1 kB]
12:56:57 #10 10.76 Get:318 http://deb.debian.org/debian bookworm/main armhf libhttp-daemon-perl all 6.14-2 [23.7 kB]
12:56:57 #10 10.76 Get:319 http://deb.debian.org/debian bookworm/main armhf libio-interactive-perl all 1.023-2 [11.0 kB]
12:56:57 #10 10.76 Get:320 http://deb.debian.org/debian bookworm/main armhf libio-sessiondata-perl all 1.03-3 [6316 B]
12:56:57 #10 10.76 Get:321 http://deb.debian.org/debian bookworm/main armhf libio-stringy-perl all 2.111-3 [56.5 kB]
12:56:57 #10 10.76 Get:322 http://deb.debian.org/debian bookworm/main armhf libipc-run3-perl all 0.048-3 [33.2 kB]
12:56:57 #10 10.76 Get:323 http://deb.debian.org/debian bookworm/main armhf libtypes-serialiser-perl all 1.01-1 [12.2 kB]
12:56:57 #10 10.76 Get:324 http://deb.debian.org/debian bookworm/main armhf libjson-xs-perl armhf 4.030-2+b1 [90.4 kB]
12:56:57 #10 10.76 Get:325 http://deb.debian.org/debian bookworm/main armhf libjson-maybexs-perl all 1.004004-1 [13.3 kB]
12:56:57 #10 10.76 Get:326 http://deb.debian.org/debian bookworm/main armhf libldap-common all 2.5.13+dfsg-3 [29.2 kB]
12:56:57 #10 10.76 Get:327 http://deb.debian.org/debian bookworm/main armhf liblist-compare-perl all 0.55-2 [65.7 kB]
12:56:57 #10 10.76 Get:328 http://deb.debian.org/debian bookworm/main armhf liblist-someutils-perl all 0.59-1 [37.1 kB]
12:56:57 #10 10.76 Get:329 http://deb.debian.org/debian bookworm/main armhf liblist-someutils-xs-perl armhf 0.58-3 [30.6 kB]
12:56:57 #10 10.76 Get:330 http://deb.debian.org/debian bookworm/main armhf liblist-utilsby-perl all 0.12-2 [15.5 kB]
12:56:57 #10 10.76 Get:331 http://deb.debian.org/debian bookworm/main armhf libltdl7 armhf 2.4.7-5 [390 kB]
12:56:57 #10 10.77 Get:332 http://deb.debian.org/debian bookworm/main armhf libltdl-dev armhf 2.4.7-5 [162 kB]
12:56:57 #10 10.77 Get:333 http://deb.debian.org/debian bookworm/main armhf liblz1 armhf 1.13-5 [37.8 kB]
12:56:57 #10 10.77 Get:334 http://deb.debian.org/debian bookworm/main armhf liblzo2-2 armhf 2.10-2 [50.7 kB]
12:56:57 #10 10.77 Get:335 http://deb.debian.org/debian bookworm/main armhf libsys-hostname-long-perl all 1.5-3 [11.6 kB]
12:56:57 #10 10.78 Get:336 http://deb.debian.org/debian bookworm/main armhf libmail-sendmail-perl all 0.80-3 [24.3 kB]
12:56:57 #10 10.78 Get:337 http://deb.debian.org/debian bookworm/main armhf libnet-smtp-ssl-perl all 1.04-2 [6548 B]
12:56:57 #10 10.78 Get:338 http://deb.debian.org/debian bookworm/main armhf libmailtools-perl all 2.21-2 [95.6 kB]
12:56:57 #10 10.78 Get:339 http://deb.debian.org/debian bookworm/main armhf libmarkdown2 armhf 2.2.7-2 [30.2 kB]
12:56:57 #10 10.78 Get:340 http://deb.debian.org/debian bookworm/main armhf libmath-base85-perl all 0.5+dfsg-2 [6684 B]
12:56:57 #10 10.78 Get:341 http://deb.debian.org/debian bookworm/main armhf libmime-tools-perl all 5.510-1 [213 kB]
12:56:57 #10 10.78 Get:342 http://deb.debian.org/debian bookworm/main armhf libmldbm-perl all 2.05-4 [16.8 kB]
12:56:57 #10 10.78 Get:343 http://deb.debian.org/debian bookworm/main armhf libmoox-aliases-perl all 0.001006-2 [7156 B]
12:56:57 #10 10.79 Get:344 http://deb.debian.org/debian bookworm/main armhf libmouse-perl armhf 2.5.10-1+b3 [166 kB]
12:56:57 #10 10.79 Get:345 http://deb.debian.org/debian bookworm/main armhf libossp-uuid16 armhf 1.6.2-1.5+b11 [34.1 kB]
12:56:57 #10 10.79 Get:346 http://deb.debian.org/debian bookworm/main armhf libossp-uuid-perl armhf 1.6.2-1.5+b11 [25.9 kB]
12:56:57 #10 10.79 Get:347 http://deb.debian.org/debian bookworm/main armhf libpackage-stash-xs-perl armhf 0.30-1+b1 [18.2 kB]
12:56:57 #10 10.80 Get:348 http://deb.debian.org/debian bookworm/main armhf libpath-iterator-rule-perl all 1.015-2 [41.7 kB]
12:56:57 #10 10.80 Get:349 http://deb.debian.org/debian bookworm/main armhf libperlio-gzip-perl armhf 0.20-1+b1 [16.3 kB]
12:56:57 #10 10.83 Get:350 http://deb.debian.org/debian bookworm/main armhf libperlio-utf8-strict-perl armhf 0.010-1 [10.9 kB]
12:56:57 #10 10.83 Get:351 http://deb.debian.org/debian bookworm/main armhf libpod-parser-perl all 1.65-1 [96.3 kB]
12:56:57 #10 10.83 Get:352 http://deb.debian.org/debian bookworm/main armhf libpod-constants-perl all 0.19-2 [17.3 kB]
12:56:57 #10 10.83 Get:353 http://deb.debian.org/debian bookworm/main armhf libproc-processtable-perl armhf 0.634-1+b2 [42.9 kB]
12:56:57 #10 10.83 Get:354 http://deb.debian.org/debian bookworm/main armhf libre2-9 armhf 20220601+dfsg-1+b1 [148 kB]
12:56:57 #10 10.83 Get:355 http://deb.debian.org/debian bookworm/main armhf libre-engine-re2-perl armhf 0.17+ds-1 [17.9 kB]
12:56:57 #10 10.83 Get:356 http://deb.debian.org/debian bookworm/main armhf libreadonly-perl all 2.050-3 [23.1 kB]
12:56:57 #10 10.83 Get:357 http://deb.debian.org/debian bookworm/main armhf libref-util-perl all 0.204-2 [17.4 kB]
12:56:57 #10 10.83 Get:358 http://deb.debian.org/debian bookworm/main armhf libref-util-xs-perl armhf 0.117-2+b1 [13.0 kB]
12:56:57 #10 10.83 Get:359 http://deb.debian.org/debian bookworm/main armhf libregexp-pattern-license-perl all 3.9.4-3 [93.3 kB]
12:56:57 #10 10.83 Get:360 http://deb.debian.org/debian bookworm/main armhf libregexp-pattern-perl all 0.2.14-2 [18.7 kB]
12:56:57 #10 10.83 Get:361 http://deb.debian.org/debian bookworm/main armhf libregexp-wildcards-perl all 1.05-3 [14.1 kB]
12:56:57 #10 10.83 Get:362 http://deb.debian.org/debian bookworm/main armhf libsasl2-modules armhf 2.1.28+dfsg-10 [58.6 kB]
12:56:57 #10 10.83 Get:363 http://deb.debian.org/debian bookworm/main armhf libsereal-decoder-perl armhf 5.002+ds-1 [94.7 kB]
12:56:57 #10 10.83 Get:364 http://deb.debian.org/debian bookworm/main armhf libsereal-encoder-perl armhf 5.002+ds-1 [96.9 kB]
12:56:57 #10 10.83 Get:365 http://deb.debian.org/debian bookworm/main armhf libset-intspan-perl all 1.19-3 [25.3 kB]
12:56:57 #10 10.83 Get:366 http://deb.debian.org/debian bookworm/main armhf libtask-weaken-perl all 1.06-2 [9364 B]
12:56:57 #10 10.83 Get:367 http://deb.debian.org/debian bookworm/main armhf libxml-parser-perl armhf 2.46-4 [197 kB]
12:56:57 #10 10.83 Get:368 http://deb.debian.org/debian bookworm/main armhf libsoap-lite-perl all 1.27-2 [239 kB]
12:56:57 #10 10.83 Get:369 http://deb.debian.org/debian bookworm/main armhf libsocket6-perl armhf 0.29-3 [20.5 kB]
12:56:57 #10 10.83 Get:370 http://deb.debian.org/debian bookworm/main armhf libstring-copyright-perl all 0.003014-1 [23.4 kB]
12:56:57 #10 10.84 Get:371 http://deb.debian.org/debian bookworm/main armhf libstring-escape-perl all 2010.002-3 [18.7 kB]
12:56:57 #10 10.84 Get:372 http://deb.debian.org/debian bookworm/main armhf libstring-license-perl all 0.0.2-1 [34.3 kB]
12:56:57 #10 10.84 Get:373 http://deb.debian.org/debian bookworm/main armhf libstring-shellquote-perl all 1.04-3 [11.9 kB]
12:56:57 #10 10.84 Get:374 http://deb.debian.org/debian bookworm/main armhf libsys-cpuaffinity-perl armhf 1.13~03-2+b1 [33.1 kB]
12:56:57 #10 10.84 Get:375 http://deb.debian.org/debian bookworm/main armhf libterm-readkey-perl armhf 2.38-2+b1 [23.4 kB]
12:56:57 #10 10.84 Get:376 http://deb.debian.org/debian bookworm/main armhf libtext-levenshteinxs-perl armhf 0.03-5+b1 [7896 B]
12:56:57 #10 10.84 Get:377 http://deb.debian.org/debian bookworm/main armhf libtext-markdown-discount-perl armhf 0.16-1 [12.8 kB]
12:56:57 #10 10.84 Get:378 http://deb.debian.org/debian bookworm/main armhf libtext-xslate-perl armhf 3.5.9-1+b2 [194 kB]
12:56:57 #10 10.84 Get:379 http://deb.debian.org/debian bookworm/main armhf libtime-duration-perl all 1.21-2 [13.1 kB]
12:56:57 #10 10.85 Get:380 http://deb.debian.org/debian bookworm/main armhf libtime-moment-perl armhf 0.44-2+b1 [72.3 kB]
12:56:57 #10 10.85 Get:381 http://deb.debian.org/debian bookworm/main armhf libtype-tiny-xs-perl armhf 0.025-1 [24.3 kB]
12:56:57 #10 10.85 Get:382 http://deb.debian.org/debian bookworm/main armhf libunicode-utf8-perl armhf 0.62-2 [19.3 kB]
12:56:57 #10 10.85 Get:383 http://deb.debian.org/debian bookworm/main armhf libwww-mechanize-perl all 2.15-1 [120 kB]
12:56:57 #10 10.85 Get:384 http://deb.debian.org/debian bookworm/main armhf libxdelta2 armhf 1.1.3-10.4 [41.9 kB]
12:56:57 #10 10.85 Get:385 http://deb.debian.org/debian bookworm/main armhf libxext6 armhf 2:1.3.4-1+b1 [47.8 kB]
12:56:57 #10 10.86 Get:386 http://deb.debian.org/debian bookworm/main armhf libxml-namespacesupport-perl all 1.12-2 [15.1 kB]
12:56:57 #10 10.86 Get:387 http://deb.debian.org/debian bookworm/main armhf libxml-sax-base-perl all 1.09-3 [20.6 kB]
12:56:57 #10 10.86 Get:388 http://deb.debian.org/debian bookworm/main armhf libxml-sax-perl all 1.02+dfsg-3 [59.4 kB]
12:56:57 #10 10.86 Get:389 http://deb.debian.org/debian bookworm/main armhf libxml-libxml-perl armhf 2.0207+dfsg+really+2.0134-1+b1 [307 kB]
12:56:57 #10 10.86 Get:390 http://deb.debian.org/debian bookworm/main armhf libxml-sax-expat-perl all 0.51-2 [11.1 kB]
12:56:57 #10 10.86 Get:391 http://deb.debian.org/debian bookworm/main armhf libxmlrpc-lite-perl all 0.717-5 [22.4 kB]
12:56:57 #10 10.87 Get:392 http://deb.debian.org/debian bookworm/main armhf libxmuu1 armhf 2:1.1.3-3 [23.3 kB]
12:56:57 #10 10.87 Get:393 http://deb.debian.org/debian bookworm/main armhf libxstring-perl armhf 0.005-2+b1 [8160 B]
12:56:57 #10 10.87 Get:394 http://deb.debian.org/debian bookworm/main armhf libyaml-0-2 armhf 0.2.5-1 [46.8 kB]
12:56:57 #10 10.87 Get:395 http://deb.debian.org/debian bookworm/main armhf libyaml-libyaml-perl armhf 0.86+ds-1 [32.2 kB]
12:56:57 #10 10.87 Get:396 http://deb.debian.org/debian bookworm/main armhf licensecheck all 3.3.5-1 [49.8 kB]
12:56:57 #10 10.87 Get:397 http://deb.debian.org/debian bookworm/main armhf plzip armhf 1.10-5 [57.5 kB]
12:56:57 #10 10.88 Get:398 http://deb.debian.org/debian bookworm/main armhf lzop armhf 1.04-2 [82.2 kB]
12:56:57 #10 10.88 Get:399 http://deb.debian.org/debian bookworm/main armhf t1utils armhf 1.41-4 [54.7 kB]
12:56:57 #10 10.88 Get:400 http://deb.debian.org/debian bookworm/main armhf unzip armhf 6.0-27 [158 kB]
12:56:57 #10 10.88 Get:401 http://deb.debian.org/debian bookworm/main armhf lintian all 2.116.3 [1130 kB]
12:56:57 #10 10.88 Get:402 http://deb.debian.org/debian bookworm/main armhf lsb-release all 12.0-1 [6416 B]
12:56:57 #10 10.89 Get:403 http://deb.debian.org/debian bookworm/main armhf manpages-dev all 6.02-1 [2022 kB]
12:56:57 #10 10.91 Get:404 http://deb.debian.org/debian bookworm/main armhf pbzip2 armhf 1.1.13-1 [44.1 kB]
12:56:57 #10 10.91 Get:405 http://deb.debian.org/debian bookworm/main armhf pixz armhf 1.0.7-2 [19.5 kB]
12:56:57 #10 10.91 Get:406 http://deb.debian.org/debian bookworm/main armhf xdelta armhf 1.1.3-10.4 [26.0 kB]
12:56:57 #10 10.91 Get:407 http://deb.debian.org/debian bookworm/main armhf xdelta3 armhf 3.0.11-dfsg-1.2 [66.6 kB]
12:56:57 #10 10.92 Get:408 http://deb.debian.org/debian bookworm/main armhf pristine-tar armhf 1.50 [103 kB]
12:56:57 #10 10.92 Get:409 http://deb.debian.org/debian bookworm/main armhf publicsuffix all 20221208.1942-1 [126 kB]
12:56:57 #10 10.95 Get:410 http://deb.debian.org/debian bookworm/main armhf python-apt-common all 2.5.2 [64.1 kB]
12:56:57 #10 10.95 Get:411 http://deb.debian.org/debian bookworm/main armhf python3-apt armhf 2.5.2+b1 [144 kB]
12:56:57 #10 10.95 Get:412 http://deb.debian.org/debian bookworm/main armhf python3-certifi all 2022.9.24-1 [153 kB]
12:56:57 #10 10.95 Get:413 http://deb.debian.org/debian bookworm/main armhf python3-charset-normalizer all 3.0.1-2 [49.3 kB]
12:56:57 #10 10.95 Get:414 http://deb.debian.org/debian bookworm/main armhf python3-idna all 3.3-1 [39.4 kB]
12:56:57 #10 10.96 Get:415 http://deb.debian.org/debian bookworm/main armhf python3-magic all 2:0.4.26-3 [14.5 kB]
12:56:57 #10 10.96 Get:416 http://deb.debian.org/debian bookworm/main armhf python3-six all 1.16.0-4 [17.5 kB]
12:56:57 #10 10.96 Get:417 http://deb.debian.org/debian bookworm/main armhf python3-urllib3 all 1.26.12-1 [117 kB]
12:56:57 #10 10.96 Get:418 http://deb.debian.org/debian bookworm/main armhf python3-requests all 2.28.1+dfsg-1 [67.9 kB]
12:56:57 #10 10.96 Get:419 http://deb.debian.org/debian bookworm/main armhf python3-unidiff all 0.7.3-1 [11.7 kB]
12:56:57 #10 10.96 Get:420 http://deb.debian.org/debian bookworm/main armhf shared-mime-info armhf 2.2-1 [726 kB]
12:56:57 #10 10.96 Get:421 http://deb.debian.org/debian bookworm/main armhf strace armhf 6.1-0.1 [1175 kB]
12:56:57 #10 10.97 Get:422 http://deb.debian.org/debian bookworm/main armhf xauth armhf 1:1.1.2-1 [33.2 kB]
12:56:57 #10 10.97 Get:423 http://deb.debian.org/debian bookworm/main armhf xdg-user-dirs armhf 0.18-1 [53.4 kB]
12:56:57 #10 10.97 Get:424 http://deb.debian.org/debian bookworm/main armhf zstd armhf 1.5.2+dfsg2-3 [584 kB]
12:56:57 #10 11.28 debconf: delaying package configuration, since apt-utils is not installed
12:56:57 #10 11.32 Fetched 169 MB in 3s (58.1 MB/s)
12:56:57 #10 11.36 Selecting previously unselected package perl-modules-5.36.
12:56:57 #10 11.36 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5996 files and directories currently installed.)
12:56:57 #10 11.36 Preparing to unpack .../0-perl-modules-5.36_5.36.0-7_all.deb ...
12:56:57 #10 11.37 Unpacking perl-modules-5.36 (5.36.0-7) ...
12:56:57 #10 11.85 Selecting previously unselected package libgdbm6:armhf.
12:56:57 #10 11.85 Preparing to unpack .../1-libgdbm6_1.23-3_armhf.deb ...
12:56:57 #10 11.87 Unpacking libgdbm6:armhf (1.23-3) ...
12:56:57 #10 11.92 Selecting previously unselected package libgdbm-compat4:armhf.
12:56:57 #10 11.92 Preparing to unpack .../2-libgdbm-compat4_1.23-3_armhf.deb ...
12:56:57 #10 11.93 Unpacking libgdbm-compat4:armhf (1.23-3) ...
12:56:57 #10 12.01 Selecting previously unselected package libperl5.36:armhf.
12:56:57 #10 12.01 Preparing to unpack .../3-libperl5.36_5.36.0-7_armhf.deb ...
12:56:57 #10 12.01 Unpacking libperl5.36:armhf (5.36.0-7) ...
12:56:57 #10 12.67 Selecting previously unselected package perl.
12:56:57 #10 12.67 Preparing to unpack .../4-perl_5.36.0-7_armhf.deb ...
12:56:57 #10 12.69 Unpacking perl (5.36.0-7) ...
12:56:57 #10 12.75 Selecting previously unselected package liblocale-gettext-perl.
12:56:57 #10 12.75 Preparing to unpack .../5-liblocale-gettext-perl_1.07-5_armhf.deb ...
12:56:57 #10 12.75 Unpacking liblocale-gettext-perl (1.07-5) ...
12:56:57 #10 12.81 Selecting previously unselected package libssl3:armhf.
12:56:57 #10 12.81 Preparing to unpack .../6-libssl3_3.0.7-2_armhf.deb ...
12:56:57 #10 12.81 Unpacking libssl3:armhf (3.0.7-2) ...
12:56:57 #10 13.06 Selecting previously unselected package libpython3.11-minimal:armhf.
12:56:57 #10 13.06 Preparing to unpack .../7-libpython3.11-minimal_3.11.1-2_armhf.deb ...
12:56:57 #10 13.06 Unpacking libpython3.11-minimal:armhf (3.11.1-2) ...
12:56:57 #10 13.24 Selecting previously unselected package libexpat1:armhf.
12:56:57 #10 13.24 Preparing to unpack .../8-libexpat1_2.5.0-1_armhf.deb ...
12:56:57 #10 13.24 Unpacking libexpat1:armhf (2.5.0-1) ...
12:56:57 #10 13.31 Selecting previously unselected package python3.11-minimal.
12:56:57 #10 13.31 Preparing to unpack .../9-python3.11-minimal_3.11.1-2_armhf.deb ...
12:56:57 #10 13.32 Unpacking python3.11-minimal (3.11.1-2) ...
12:56:57 #10 13.58 Setting up libssl3:armhf (3.0.7-2) ...
12:56:57 #10 13.60 Setting up libpython3.11-minimal:armhf (3.11.1-2) ...
12:56:57 #10 13.62 Setting up libexpat1:armhf (2.5.0-1) ...
12:56:57 #10 13.64 Setting up python3.11-minimal (3.11.1-2) ...
12:56:57 #10 14.58 Selecting previously unselected package python3-minimal.
12:56:57 #10 14.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 ... 8340 files and directories currently installed.)
12:56:57 #10 14.58 Preparing to unpack .../python3-minimal_3.11.1-3_armhf.deb ...
12:56:57 #10 14.58 Unpacking python3-minimal (3.11.1-3) ...
12:56:57 #10 14.64 Selecting previously unselected package media-types.
12:56:57 #10 14.64 Preparing to unpack .../media-types_8.0.0_all.deb ...
12:56:57 #10 14.64 Unpacking media-types (8.0.0) ...
12:56:57 #10 14.69 Preparing to unpack .../liblzma5_5.4.1-0.1_armhf.deb ...
12:56:57 #10 14.70 Unpacking liblzma5:armhf (5.4.1-0.1) over (5.4.1-0.0) ...
12:56:57 #10 14.78 Setting up liblzma5:armhf (5.4.1-0.1) ...
12:56:57 #10 14.84 Selecting previously unselected package libmpdec3:armhf.
12:56:57 #10 14.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8367 files and directories currently installed.)
12:56:57 #10 14.84 Preparing to unpack .../00-libmpdec3_2.5.1-2_armhf.deb ...
12:56:57 #10 14.85 Unpacking libmpdec3:armhf (2.5.1-2) ...
12:56:57 #10 14.90 Selecting previously unselected package libncursesw6:armhf.
12:56:57 #10 14.90 Preparing to unpack .../01-libncursesw6_6.4-2_armhf.deb ...
12:56:57 #10 14.91 Unpacking libncursesw6:armhf (6.4-2) ...
12:56:57 #10 14.97 Selecting previously unselected package libkrb5support0:armhf.
12:56:57 #10 14.97 Preparing to unpack .../02-libkrb5support0_1.20.1-1_armhf.deb ...
12:56:57 #10 14.97 Unpacking libkrb5support0:armhf (1.20.1-1) ...
12:56:57 #10 15.02 Selecting previously unselected package libk5crypto3:armhf.
12:56:57 #10 15.02 Preparing to unpack .../03-libk5crypto3_1.20.1-1_armhf.deb ...
12:56:57 #10 15.03 Unpacking libk5crypto3:armhf (1.20.1-1) ...
12:56:57 #10 15.09 Selecting previously unselected package libkeyutils1:armhf.
12:56:57 #10 15.09 Preparing to unpack .../04-libkeyutils1_1.6.3-2_armhf.deb ...
12:56:57 #10 15.10 Unpacking libkeyutils1:armhf (1.6.3-2) ...
12:56:57 #10 15.14 Selecting previously unselected package libkrb5-3:armhf.
12:56:57 #10 15.14 Preparing to unpack .../05-libkrb5-3_1.20.1-1_armhf.deb ...
12:56:57 #10 15.15 Unpacking libkrb5-3:armhf (1.20.1-1) ...
12:56:57 #10 15.24 Selecting previously unselected package libgssapi-krb5-2:armhf.
12:56:57 #10 15.24 Preparing to unpack .../06-libgssapi-krb5-2_1.20.1-1_armhf.deb ...
12:56:57 #10 15.24 Unpacking libgssapi-krb5-2:armhf (1.20.1-1) ...
12:56:57 #10 15.30 Selecting previously unselected package libtirpc-common.
12:56:57 #10 15.30 Preparing to unpack .../07-libtirpc-common_1.3.3+ds-1_all.deb ...
12:56:57 #10 15.31 Unpacking libtirpc-common (1.3.3+ds-1) ...
12:56:57 #10 15.36 Selecting previously unselected package libtirpc3:armhf.
12:56:57 #10 15.36 Preparing to unpack .../08-libtirpc3_1.3.3+ds-1_armhf.deb ...
12:56:57 #10 15.37 Unpacking libtirpc3:armhf (1.3.3+ds-1) ...
12:56:57 #10 15.42 Selecting previously unselected package libnsl2:armhf.
12:56:57 #10 15.42 Preparing to unpack .../09-libnsl2_1.3.0-2_armhf.deb ...
12:56:57 #10 15.42 Unpacking libnsl2:armhf (1.3.0-2) ...
12:56:57 #10 15.47 Selecting previously unselected package readline-common.
12:56:57 #10 15.47 Preparing to unpack .../10-readline-common_8.2-1.3_all.deb ...
12:56:57 #10 15.47 Unpacking readline-common (8.2-1.3) ...
12:56:57 #10 15.53 Selecting previously unselected package libreadline8:armhf.
12:56:57 #10 15.53 Preparing to unpack .../11-libreadline8_8.2-1.3_armhf.deb ...
12:56:57 #10 15.54 Unpacking libreadline8:armhf (8.2-1.3) ...
12:56:57 #10 15.63 Selecting previously unselected package libsqlite3-0:armhf.
12:56:57 #10 15.63 Preparing to unpack .../12-libsqlite3-0_3.40.1-1_armhf.deb ...
12:56:57 #10 15.63 Unpacking libsqlite3-0:armhf (3.40.1-1) ...
12:56:57 #10 15.81 Selecting previously unselected package libpython3.11-stdlib:armhf.
12:56:57 #10 15.81 Preparing to unpack .../13-libpython3.11-stdlib_3.11.1-2_armhf.deb ...
12:56:57 #10 15.82 Unpacking libpython3.11-stdlib:armhf (3.11.1-2) ...
12:56:57 #10 16.11 Selecting previously unselected package python3.11.
12:56:57 #10 16.11 Preparing to unpack .../14-python3.11_3.11.1-2_armhf.deb ...
12:56:57 #10 16.11 Unpacking python3.11 (3.11.1-2) ...
12:56:57 #10 16.17 Selecting previously unselected package libpython3-stdlib:armhf.
12:56:57 #10 16.17 Preparing to unpack .../15-libpython3-stdlib_3.11.1-3_armhf.deb ...
12:56:57 #10 16.18 Unpacking libpython3-stdlib:armhf (3.11.1-3) ...
12:56:57 #10 16.22 Setting up python3-minimal (3.11.1-3) ...
12:56:57 #10 16.49 Selecting previously unselected package python3.
12:56:57 #10 16.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 ... 8850 files and directories currently installed.)
12:56:57 #10 16.49 Preparing to unpack .../python3_3.11.1-3_armhf.deb ...
12:56:57 #10 16.50 Unpacking python3 (3.11.1-3) ...
12:56:57 #10 16.54 Selecting previously unselected package adduser.
12:56:57 #10 16.54 Preparing to unpack .../archives/adduser_3.130_all.deb ...
12:56:57 #10 16.55 Unpacking adduser (3.130) ...
12:56:57 #10 16.63 Setting up adduser (3.130) ...
12:56:57 #10 16.73 Selecting previously unselected package less.
12:56:57 #10 16.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 ... 8931 files and directories currently installed.)
12:56:57 #10 16.73 Preparing to unpack .../000-less_590-1.1_armhf.deb ...
12:56:57 #10 16.74 Unpacking less (590-1.1) ...
12:56:57 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 5.1s
12:56:57 #9 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 5.0s
12:56:57 #9 ...
12:56:57 
12:56:57 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:56:57 #0 2.082 Get:1 http://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB]
12:56:57 #0 2.118 Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]
12:56:57 #0 2.402 Get:3 http://archive.raspbian.org/raspbian bullseye/firmware armhf Packages [1201 B]
12:56:57 #0 2.468 Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [311 kB]
12:56:57 #0 2.498 Get:5 http://archive.raspbian.org/raspbian bullseye/rpi armhf Packages [1299 B]
12:56:57 #0 2.498 Get:6 http://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [70.3 kB]
12:56:57 #0 2.583 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf Packages [18.3 MB]
12:56:57 #0 3.984 Get:8 http://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [130 kB]
12:56:57 #0 4.893 Fetched 18.8 MB in 3s (5524 kB/s)
12:56:57 #0 4.893 Reading package lists...
12:56:57 #0 6.396 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?)
12:56:57 #0 6.413 Reading package lists...
12:56:57 #0 7.844 Building dependency tree...
12:56:57 #0 8.028 Reading state information...
12:56:57 #0 8.336 The following additional packages will be installed:
12:56:57 #0 8.336   autoconf automake autopoint autotools-dev binutils
12:56:57 #0 8.336   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
12:56:57 #0 8.336   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
12:56:57 #0 8.336   gcc gcc-10 gettext gettext-base git-man groff-base intltool-debian
12:56:57 #0 8.336   libarchive-zip-perl libasan6 libatomic1 libb-hooks-op-check-perl libbinutils
12:56:57 #0 8.336   libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
12:56:57 #0 8.336   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
12:56:57 #0 8.336   libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
12:56:57 #0 8.336   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
12:56:57 #0 8.336   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
12:56:57 #0 8.336   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
12:56:57 #0 8.336   libfile-which-perl libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1
12:56:57 #0 8.336   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
12:56:57 #0 8.336   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
12:56:57 #0 8.336   libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl
12:56:57 #0 8.336   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23
12:56:57 #0 8.336   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
12:56:57 #0 8.336   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
12:56:57 #0 8.336   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
12:56:57 #0 8.336   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
12:56:57 #0 8.336   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
12:56:57 #0 8.336   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
12:56:57 #0 8.336   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
12:56:57 #0 8.336   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
12:56:57 #0 8.336   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
12:56:57 #0 8.336   po-debconf python3 python3-minimal python3.9 python3.9-minimal
12:56:57 #0 8.336   sensible-utils wdiff xz-utils
12:56:57 #0 8.336 Suggested packages:
12:56:57 #0 8.336   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
12:56:57 #0 8.336   gcc-10-locales dh-make adequate at autopkgtest bls-standalone bsd-mailx
12:56:57 #0 8.336   | mailx build-essential check-all-the-things cvs-buildpackage devscripts-el
12:56:57 #0 8.336   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
12:56:57 #0 8.336   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
12:56:57 #0 8.336   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
12:56:57 #0 8.336   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
12:56:57 #0 8.336   reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
12:56:57 #0 8.336   manpages-dev flex bison gdb gcc-doc gcc-10-doc gettext-doc libasprintf-dev
12:56:57 #0 8.336   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
12:56:57 #0 8.336   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
12:56:57 #0 8.336   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
12:56:57 #0 8.336   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
12:56:57 #0 8.336   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
12:56:57 #0 8.336   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
12:56:57 #0 8.336   diffutils-doc perl-doc libterm-readline-gnu-perl
12:56:57 #0 8.336   | libterm-readline-perl-perl libtap-harness-archive-perl libmail-box-perl
12:56:57 #0 8.336   python3-doc python3-tk python3-venv python3.9-venv python3.9-doc
12:56:57 #0 8.336   binfmt-support wdiff-doc
12:56:57 #0 8.336 Recommended packages:
12:56:57 #0 8.336   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
12:56:57 #0 8.336   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
12:56:57 #0 8.336   licensecheck lintian pristine-tar python3-apt python3-debian python3-magic
12:56:57 #0 8.336   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
12:56:57 #0 8.336   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
12:56:57 #0 8.336   manpages manpages-dev libc-devtools libnss-nis libnss-nisplus
12:56:57 #0 8.336   libfile-fcntllock-perl libarchive-cpio-perl libhtml-format-perl
12:56:57 #0 8.336   libclone-perl libclass-xsaccessor-perl libnamespace-clean-perl
12:56:57 #0 8.336   libsub-name-perl libltdl-dev libdata-dump-perl libhtml-form-perl
12:56:57 #0 8.336   libhttp-daemon-perl libmailtools-perl libmail-sendmail-perl
12:56:57 #0 10.05 The following NEW packages will be installed:
12:56:57 #0 10.05   autoconf automake autopoint autotools-dev binutils
12:56:57 #0 10.05   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
12:56:57 #0 10.05   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
12:56:57 #0 10.05   equivs fakeroot file gcc gcc-10 gettext gettext-base git git-man groff-base
12:56:57 #0 10.05   intltool-debian libarchive-zip-perl libasan6 libatomic1
12:56:57 #0 10.05   libb-hooks-op-check-perl libbinutils libc-dev-bin libc6-dev libcc1-0
12:56:57 #0 10.05   libclass-method-modifiers-perl libcrypt-dev libctf-nobfd0 libctf0
12:56:57 #0 10.05   libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
12:56:57 #0 10.05   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
12:56:57 #0 10.05   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
12:56:57 #0 10.05   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
12:56:57 #0 10.05   libfile-which-perl libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1
12:56:57 #0 10.05   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
12:56:57 #0 10.05   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
12:56:57 #0 10.05   libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl
12:56:57 #0 10.05   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23
12:56:57 #0 10.05   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
12:56:57 #0 10.05   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
12:56:57 #0 10.05   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
12:56:57 #0 10.05   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
12:56:57 #0 10.05   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
12:56:57 #0 10.05   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
12:56:57 #0 10.05   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
12:56:57 #0 10.05   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
12:56:57 #0 10.05   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
12:56:57 #0 10.05   po-debconf python3 python3-minimal python3.9 python3.9-minimal
12:56:57 #0 10.05   sensible-utils wdiff xz-utils
12:56:57 #0 10.05 The following packages will be upgraded:
12:56:57 #0 10.05   curl libc6 libcurl4
12:56:57 #10 ...
12:56:57 
12:56:57 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:56:57 #10 26.72 Resolving Dependencies
12:56:57 #10 26.72 --> Running transaction check
12:56:57 #10 26.72 ---> Package rpm-build.x86_64 0:4.11.3-48.el7_9 will be installed
12:56:57 #10 26.74 --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-build-4.11.3-48.el7_9.x86_64
12:56:57 #10 26.86 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-48.el7_9.x86_64
12:56:57 #10 26.86 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-48.el7_9.x86_64
12:56:57 #10 26.86 --> Processing Dependency: unzip for package: rpm-build-4.11.3-48.el7_9.x86_64
12:56:57 #10 26.86 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-48.el7_9.x86_64
12:56:57 #10 26.86 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-48.el7_9.x86_64
12:56:57 #10 26.87 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-48.el7_9.x86_64
12:56:57 #10 26.87 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-48.el7_9.x86_64
12:56:57 #10 26.87 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-48.el7_9.x86_64
12:56:57 #10 26.87 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-48.el7_9.x86_64
12:56:57 #10 26.87 --> Processing Dependency: file for package: rpm-build-4.11.3-48.el7_9.x86_64
12:56:57 #10 26.88 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-48.el7_9.x86_64
12:56:57 #10 26.88 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-48.el7_9.x86_64
12:56:57 #10 26.88 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-48.el7_9.x86_64
12:56:57 #10 26.88 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed
12:56:57 #10 26.88 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch
12:56:57 #10 26.88 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch
12:56:57 #10 26.88 --> Running transaction check
12:56:57 #10 26.88 ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
12:56:57 #10 26.89 ---> Package desktop-file-utils.x86_64 0:0.23-2.el7 will be installed
12:56:57 #10 26.89 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.x86_64
12:56:57 #10 26.89 ---> Package elfutils.x86_64 0:0.176-5.el7 will be installed
12:56:57 #10 26.89 ---> Package file.x86_64 0:5.11-37.el7 will be installed
12:56:57 #10 26.89 ---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed
12:56:57 #10 26.90 ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
12:56:57 #10 26.90 ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed
12:56:57 #10 26.90 ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed
12:56:57 #10 26.90 --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.91 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.91 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.91 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.91 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.91 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.91 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.91 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.91 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.92 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.92 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.92 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.92 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.92 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.92 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.92 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.92 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.92 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.92 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.92 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.92 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.92 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.92 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64
12:56:57 #10 26.93 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
12:56:57 #10 26.93 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
12:56:57 #10 26.93 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
12:56:57 #10 26.93 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
12:56:57 #10 26.93 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
12:56:57 #10 26.93 ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
12:56:57 #10 26.93 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed
12:56:57 #10 26.93 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
12:56:57 #10 26.94 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
12:56:57 #10 26.94 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
12:56:57 #10 26.94 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
12:56:57 #10 26.94 ---> Package rpm.x86_64 0:4.11.3-45.el7 will be updated
12:56:57 #10 26.94 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-python-4.11.3-45.el7.x86_64
12:56:57 #10 26.94 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-libs-4.11.3-45.el7.x86_64
12:56:57 #10 26.94 ---> Package rpm.x86_64 0:4.11.3-48.el7_9 will be an update
12:56:57 #10 26.94 ---> Package unzip.x86_64 0:6.0-24.el7_9 will be installed
12:56:57 #10 26.95 --> Running transaction check
12:56:57 #10 26.95 ---> Package dwz.x86_64 0:0.11-3.el7 will be installed
12:56:57 #10 26.95 ---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed
12:56:57 #10 26.95 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
12:56:57 #10 26.95 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
12:56:57 #10 26.95 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
12:56:57 #10 26.95 ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
12:56:57 #10 26.95 ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
12:56:57 #10 26.95 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
12:56:57 #10 26.95 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
12:56:57 #10 26.96 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
12:56:57 #10 26.96 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
12:56:57 #10 26.96 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
12:56:57 #10 26.96 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
12:56:57 #10 26.96 ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
12:56:57 #10 26.96 ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed
12:56:57 #10 26.96 ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
12:56:57 #10 26.97 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
12:56:57 #10 26.97 ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
12:56:57 #10 26.97 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
12:56:57 #10 26.97 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
12:56:57 #10 26.97 ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed
12:56:57 #10 26.97 ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed
12:56:57 #10 26.97 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
12:56:57 #10 26.97 ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
12:56:57 #10 26.97 ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed
12:56:57 #10 26.97 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated
12:56:57 #10 26.97 --> Processing Dependency: rpm-libs(x86-64) = 4.11.3-45.el7 for package: rpm-build-libs-4.11.3-45.el7.x86_64
12:56:57 #10 26.98 ---> Package rpm-libs.x86_64 0:4.11.3-48.el7_9 will be an update
12:56:57 #10 26.98 ---> Package rpm-python.x86_64 0:4.11.3-45.el7 will be updated
12:56:57 #10 26.98 ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update
12:56:57 #10 26.98 ---> Package zip.x86_64 0:3.0-11.el7 will be installed
12:56:57 #10 26.98 --> Running transaction check
12:56:57 #10 26.98 ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
12:56:57 #10 26.98 ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed
12:56:57 #10 26.98 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
12:56:57 #10 26.99 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
12:56:57 #10 26.99 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
12:56:57 #10 26.99 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
12:56:57 #10 26.99 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated
12:56:57 #10 26.99 ---> Package rpm-build-libs.x86_64 0:4.11.3-48.el7_9 will be an update
12:56:57 #10 26.99 --> Running transaction check
12:56:57 #10 26.99 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
12:56:57 #10 26.99 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
12:56:57 #10 27.06 --> Finished Dependency Resolution
12:56:57 #10 27.07 
12:56:57 #10 27.07 Dependencies Resolved
12:56:57 #10 27.08 
12:56:57 #10 27.08 ================================================================================
12:56:57 #10 27.08  Package                   Arch      Version                   Repository  Size
12:56:57 #10 27.08 ================================================================================
12:56:57 #10 27.08 Installing:
12:56:57 #10 27.08  rpm-build                 x86_64    4.11.3-48.el7_9           updates    150 k
12:56:57 #10 27.08  rpmlint                   noarch    1.5-4.el7                 base       229 k
12:56:57 #10 27.08 Installing for dependencies:
12:56:57 #10 27.08  bzip2                     x86_64    1.0.6-13.el7              base        52 k
12:56:57 #10 27.08  desktop-file-utils        x86_64    0.23-2.el7                base        67 k
12:56:57 #10 27.08  dwz                       x86_64    0.11-3.el7                base        99 k
12:56:57 #10 27.08  elfutils                  x86_64    0.176-5.el7               base       308 k
12:56:57 #10 27.08  emacs-filesystem          noarch    1:24.3-23.el7             base        58 k
12:56:57 #10 27.08  file                      x86_64    5.11-37.el7               base        57 k
12:56:57 #10 27.08  gdb                       x86_64    7.6.1-120.el7             base       2.4 M
12:56:57 #10 27.08  groff-base                x86_64    1.22.2-8.el7              base       942 k
12:56:57 #10 27.08  patch                     x86_64    2.7.1-12.el7_7            base       111 k
12:56:57 #10 27.08  perl                      x86_64    4:5.16.3-299.el7_9        updates    8.0 M
12:56:57 #10 27.08  perl-Carp                 noarch    1.26-244.el7              base        19 k
12:56:57 #10 27.08  perl-Encode               x86_64    2.51-7.el7                base       1.5 M
12:56:57 #10 27.08  perl-Exporter             noarch    5.68-3.el7                base        28 k
12:56:57 #10 27.08  perl-File-Path            noarch    2.09-2.el7                base        26 k
12:56:57 #10 27.08  perl-File-Temp            noarch    0.23.01-3.el7             base        56 k
12:56:57 #10 27.08  perl-Filter               x86_64    1.49-3.el7                base        76 k
12:56:57 #10 27.08  perl-Getopt-Long          noarch    2.40-3.el7                base        56 k
12:56:57 #10 27.08  perl-HTTP-Tiny            noarch    0.033-3.el7               base        38 k
12:56:57 #10 27.08  perl-PathTools            x86_64    3.40-5.el7                base        82 k
12:56:57 #10 27.08  perl-Pod-Escapes          noarch    1:1.04-299.el7_9          updates     52 k
12:56:57 #10 27.08  perl-Pod-Perldoc          noarch    3.20-4.el7                base        87 k
12:56:57 #10 27.08  perl-Pod-Simple           noarch    1:3.28-4.el7              base       216 k
12:56:57 #10 27.08  perl-Pod-Usage            noarch    1.63-3.el7                base        27 k
12:56:57 #10 27.08  perl-Scalar-List-Utils    x86_64    1.27-248.el7              base        36 k
12:56:57 #10 27.08  perl-Socket               x86_64    2.010-5.el7               base        49 k
12:56:57 #10 27.08  perl-Storable             x86_64    2.45-3.el7                base        77 k
12:56:57 #10 27.08  perl-Text-ParseWords      noarch    3.29-4.el7                base        14 k
12:56:57 #10 27.08  perl-Thread-Queue         noarch    3.02-2.el7                base        17 k
12:56:57 #10 27.08  perl-Time-HiRes           x86_64    4:1.9725-3.el7            base        45 k
12:56:57 #10 27.08  perl-Time-Local           noarch    1.2300-2.el7              base        24 k
12:56:57 #10 27.08  perl-constant             noarch    1.27-2.el7                base        19 k
12:56:57 #10 27.08  perl-libs                 x86_64    4:5.16.3-299.el7_9        updates    690 k
12:56:57 #10 27.08  perl-macros               x86_64    4:5.16.3-299.el7_9        updates     44 k
12:56:57 #10 27.08  perl-parent               noarch    1:0.225-244.el7           base        12 k
12:56:57 #10 27.08  perl-podlators            noarch    2.5.1-3.el7               base       112 k
12:56:57 #10 27.08  perl-srpm-macros          noarch    1-8.el7                   base       4.6 k
12:56:57 #10 27.08  perl-threads              x86_64    1.87-4.el7                base        49 k
12:56:57 #10 27.08  perl-threads-shared       x86_64    1.43-6.el7                base        39 k
12:56:57 #10 27.08  python-srpm-macros        noarch    3-34.el7                  base       8.8 k
12:56:57 #10 27.08  redhat-rpm-config         noarch    9.1.0-88.el7.centos       base        81 k
12:56:57 #10 27.08  unzip                     x86_64    6.0-24.el7_9              updates    172 k
12:56:57 #10 27.08  zip                       x86_64    3.0-11.el7                base       260 k
12:56:57 #10 27.08 Updating for dependencies:
12:56:57 #10 27.08  rpm                       x86_64    4.11.3-48.el7_9           updates    1.2 M
12:56:57 #10 27.08  rpm-build-libs            x86_64    4.11.3-48.el7_9           updates    108 k
12:56:57 #10 27.08  rpm-libs                  x86_64    4.11.3-48.el7_9           updates    279 k
12:56:57 #10 27.08  rpm-python                x86_64    4.11.3-48.el7_9           updates     84 k
12:56:57 #10 27.08 
12:56:57 #10 27.08 Transaction Summary
12:56:57 #10 27.08 ================================================================================
12:56:57 #10 27.08 Install  2 Packages (+42 Dependent packages)
12:56:57 #10 27.08 Upgrade             (  4 Dependent packages)
12:56:57 #10 27.08 
12:56:57 #10 27.08 Total download size: 18 M
12:56:57 #10 27.08 Downloading packages:
12:56:57 #10 27.08 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
12:56:57 #10 41.03 Setting up liburi-perl (1.73-1) ...
12:56:57 #10 41.04 Setting up libdata-dump-perl (1.23-1) ...
12:56:57 #10 41.05 Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
12:56:57 #10 41.05 Setting up libio-string-perl (1.08-3) ...
12:56:57 #10 41.11 Setting up libalgorithm-diff-perl (1.19.03-1) ...
12:56:57 #11 23.47 Preparing to unpack .../057-autopoint_0.21-4ubuntu4_all.deb ...
12:56:57 #11 23.47 Unpacking autopoint (0.21-4ubuntu4) ...
12:56:57 #11 23.50 Selecting previously unselected package binutils-common:amd64.
12:56:57 #11 23.50 Preparing to unpack .../058-binutils-common_2.38-4ubuntu2.1_amd64.deb ...
12:56:57 #11 23.51 Unpacking binutils-common:amd64 (2.38-4ubuntu2.1) ...
12:56:57 #11 23.54 Selecting previously unselected package libbinutils:amd64.
12:56:57 #11 23.54 Preparing to unpack .../059-libbinutils_2.38-4ubuntu2.1_amd64.deb ...
12:56:57 #11 23.54 Unpacking libbinutils:amd64 (2.38-4ubuntu2.1) ...
12:56:57 #11 23.58 Selecting previously unselected package libctf-nobfd0:amd64.
12:56:57 #11 23.58 Preparing to unpack .../060-libctf-nobfd0_2.38-4ubuntu2.1_amd64.deb ...
12:56:57 #11 23.59 Unpacking libctf-nobfd0:amd64 (2.38-4ubuntu2.1) ...
12:56:57 #11 23.62 Selecting previously unselected package libctf0:amd64.
12:56:57 #11 23.62 Preparing to unpack .../061-libctf0_2.38-4ubuntu2.1_amd64.deb ...
12:56:57 #11 23.63 Unpacking libctf0:amd64 (2.38-4ubuntu2.1) ...
12:56:57 #11 23.66 Selecting previously unselected package binutils-x86-64-linux-gnu.
12:56:57 #11 23.66 Preparing to unpack .../062-binutils-x86-64-linux-gnu_2.38-4ubuntu2.1_amd64.deb ...
12:56:57 #11 23.66 Unpacking binutils-x86-64-linux-gnu (2.38-4ubuntu2.1) ...
12:56:57 #10 33.76 Fedora 36 openh264 (From Cisco) - x86_64        2.7 kB/s | 2.5 kB     00:00    
12:56:57 #11 32.86 Preparing to unpack .../273-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
12:56:57 #11 32.86 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
12:56:57 #11 32.89 Selecting previously unselected package libhttp-daemon-perl.
12:56:57 #11 32.89 Preparing to unpack .../274-libhttp-daemon-perl_6.13-1ubuntu0.1_all.deb ...
12:56:57 #11 32.90 Unpacking libhttp-daemon-perl (6.13-1ubuntu0.1) ...
12:56:57 #11 32.93 Selecting previously unselected package libio-interactive-perl.
12:56:57 #11 32.93 Preparing to unpack .../275-libio-interactive-perl_1.023-1_all.deb ...
12:56:57 #11 32.94 Unpacking libio-interactive-perl (1.023-1) ...
12:56:57 #11 32.97 Selecting previously unselected package libio-prompt-tiny-perl.
12:56:57 #11 32.97 Preparing to unpack .../276-libio-prompt-tiny-perl_0.003-1_all.deb ...
12:56:57 #11 32.98 Unpacking libio-prompt-tiny-perl (0.003-1) ...
12:56:57 #11 33.01 Selecting previously unselected package libtypes-serialiser-perl.
12:56:57 #11 33.01 Preparing to unpack .../277-libtypes-serialiser-perl_1.01-1_all.deb ...
12:56:57 #11 33.02 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:56:57 #11 33.05 Selecting previously unselected package libjson-xs-perl.
12:56:57 #11 33.05 Preparing to unpack .../278-libjson-xs-perl_4.030-1build3_arm64.deb ...
12:56:57 #11 33.05 Unpacking libjson-xs-perl (4.030-1build3) ...
12:56:57 #11 33.09 Selecting previously unselected package libjson-maybexs-perl.
12:56:57 #10 37.23 Selecting previously unselected package libalgorithm-diff-perl.
12:56:57 #10 37.24 Preparing to unpack .../164-libalgorithm-diff-perl_1.201-1_all.deb ...
12:56:57 #10 37.24 Unpacking libalgorithm-diff-perl (1.201-1) ...
12:56:57 #10 37.27 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:56:57 #10 37.28 Preparing to unpack .../165-libalgorithm-diff-xs-perl_0.04-6+b1_amd64.deb ...
12:56:57 #10 37.28 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
12:56:57 #10 37.31 Selecting previously unselected package libalgorithm-merge-perl.
12:56:57 #10 37.32 Preparing to unpack .../166-libalgorithm-merge-perl_0.08-3_all.deb ...
12:56:57 #10 37.32 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:56:57 #10 37.35 Selecting previously unselected package libaliased-perl.
12:56:57 #10 34.52 Unpacking gpg (2.2.40-1) ...
12:56:57 #10 34.60 Selecting previously unselected package pinentry-curses.
12:56:57 #10 34.60 Preparing to unpack .../106-pinentry-curses_1.2.1-1_amd64.deb ...
12:56:57 #10 34.61 Unpacking pinentry-curses (1.2.1-1) ...
12:56:57 #10 34.64 Selecting previously unselected package gpg-agent.
12:56:57 #10 34.65 Preparing to unpack .../107-gpg-agent_2.2.40-1_amd64.deb ...
12:56:57 #10 34.65 Unpacking gpg-agent (2.2.40-1) ...
12:56:57 #10 34.70 Selecting previously unselected package gpg-wks-client.
12:56:57 #10 34.70 Preparing to unpack .../108-gpg-wks-client_2.2.40-1_amd64.deb ...
12:56:57 #10 34.71 Unpacking gpg-wks-client (2.2.40-1) ...
12:56:57 #10 34.75 Selecting previously unselected package gpg-wks-server.
12:56:57 #11 35.37 Preparing to unpack .../261-libdevel-stacktrace-perl_2.0400-1_all.deb ...
12:56:57 #11 35.38 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
12:56:57 #11 35.41 Selecting previously unselected package libexception-class-perl.
12:56:57 #11 35.41 Preparing to unpack .../262-libexception-class-perl_1.45-1_all.deb ...
12:56:57 #11 35.41 Unpacking libexception-class-perl (1.45-1) ...
12:56:57 #11 35.44 Selecting previously unselected package libiterator-perl.
12:56:57 #11 35.44 Preparing to unpack .../263-libiterator-perl_0.03+ds1-2_all.deb ...
12:56:57 #11 35.44 Unpacking libiterator-perl (0.03+ds1-2) ...
12:56:57 #11 35.47 Selecting previously unselected package libiterator-util-perl.
12:56:57 #11 35.47 Preparing to unpack .../264-libiterator-util-perl_0.02+ds1-2_all.deb ...
12:56:57 #11 35.48 Unpacking libiterator-util-perl (0.02+ds1-2) ...
12:56:57 #11 35.50 Selecting previously unselected package libexporter-tiny-perl.
12:56:57 #11 35.50 Preparing to unpack .../265-libexporter-tiny-perl_1.002002-1_all.deb ...
12:56:57 #11 35.50 Unpacking libexporter-tiny-perl (1.002002-1) ...
12:56:57 #11 35.53 Selecting previously unselected package liblist-moreutils-xs-perl.
12:56:57 #11 35.54 Preparing to unpack .../266-liblist-moreutils-xs-perl_0.430-3_amd64.deb ...
12:56:57 #11 35.54 Unpacking liblist-moreutils-xs-perl (0.430-3) ...
12:56:57 #11 35.56 Selecting previously unselected package liblist-moreutils-perl.
12:56:57 #11 35.57 Preparing to unpack .../267-liblist-moreutils-perl_0.430-2_all.deb ...
12:56:57 #11 35.57 Unpacking liblist-moreutils-perl (0.430-2) ...
12:56:57 #11 35.60 Selecting previously unselected package libdata-dpath-perl.
12:56:57 #11 35.60 Preparing to unpack .../268-libdata-dpath-perl_0.58-1_all.deb ...
12:56:57 #11 35.60 Unpacking libdata-dpath-perl (0.58-1) ...
12:56:57 #11 35.63 Selecting previously unselected package libdata-dump-perl.
12:56:57 #11 35.63 Preparing to unpack .../269-libdata-dump-perl_1.25-1_all.deb ...
12:56:57 #11 35.64 Unpacking libdata-dump-perl (1.25-1) ...
12:56:57 #11 35.66 Selecting previously unselected package libdata-messagepack-perl.
12:56:57 #11 35.66 Preparing to unpack .../270-libdata-messagepack-perl_1.02-1_amd64.deb ...
12:56:57 #11 35.66 Unpacking libdata-messagepack-perl (1.02-1) ...
12:56:57 #11 35.69 Selecting previously unselected package libnet-domain-tld-perl.
12:56:57 #11 35.69 Preparing to unpack .../271-libnet-domain-tld-perl_1.75-2_all.deb ...
12:56:57 #11 35.70 Unpacking libnet-domain-tld-perl (1.75-2) ...
12:56:57 #10 37.45 Selecting previously unselected package git.
12:56:57 #10 37.45 Preparing to unpack .../166-git_1%3a2.20.1-2+deb10u7_amd64.deb ...
12:56:57 #10 37.47 Unpacking git (1:2.20.1-2+deb10u7) ...
12:56:57 #11 37.29 Preparing to unpack .../273-libnet-ipv6addr-perl_1.02-1_all.deb ...
12:56:57 #11 37.29 Unpacking libnet-ipv6addr-perl (1.02-1) ...
12:56:57 #11 37.33 Selecting previously unselected package libnet-netmask-perl.
12:56:57 #11 37.33 Preparing to unpack .../274-libnet-netmask-perl_2.0001-1_all.deb ...
12:56:57 #11 37.33 Unpacking libnet-netmask-perl (2.0001-1) ...
12:56:57 #11 37.37 Selecting previously unselected package libnetaddr-ip-perl.
12:56:57 #11 37.37 Preparing to unpack .../275-libnetaddr-ip-perl_4.079+dfsg-2_arm64.deb ...
12:56:57 #11 37.38 Unpacking libnetaddr-ip-perl (4.079+dfsg-2) ...
12:56:57 #11 37.42 Selecting previously unselected package libdata-validate-ip-perl.
12:56:57 #11 37.42 Preparing to unpack .../276-libdata-validate-ip-perl_0.30-1_all.deb ...
12:56:57 #11 37.42 Unpacking libdata-validate-ip-perl (0.30-1) ...
12:56:57 #11 37.46 Selecting previously unselected package libdata-validate-uri-perl.
12:56:57 #11 37.46 Preparing to unpack .../277-libdata-validate-uri-perl_0.07-2_all.deb ...
12:56:57 #11 37.46 Unpacking libdata-validate-uri-perl (0.07-2) ...
12:56:57 #11 37.49 Selecting previously unselected package libdistro-info-perl.
12:56:57 #11 37.50 Preparing to unpack .../278-libdistro-info-perl_1.1ubuntu1_all.deb ...
12:56:57 #11 37.50 Unpacking libdistro-info-perl (1.1ubuntu1) ...
12:56:57 #11 37.54 Selecting previously unselected package libemail-address-xs-perl.
12:56:57 #11 37.54 Preparing to unpack .../279-libemail-address-xs-perl_1.05-1_arm64.deb ...
12:56:57 #11 37.54 Unpacking libemail-address-xs-perl (1.05-1) ...
12:56:57 #11 37.58 Selecting previously unselected package libfcgi-bin.
12:56:57 #11 37.58 Preparing to unpack .../280-libfcgi-bin_2.4.2-2build2_arm64.deb ...
12:56:57 #11 37.61 Unpacking libfcgi-bin (2.4.2-2build2) ...
12:56:57 #11 37.64 Selecting previously unselected package libipc-system-simple-perl.
12:56:57 #10 67.23 Setting up libsoap-lite-perl (1.27-1) ...
12:56:57 #10 67.25 Setting up libxmlrpc-lite-perl (0.717-4) ...
12:56:57 #10 67.26 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:56:57 #10 67.30 Processing triggers for ca-certificates (20210119) ...
12:56:57 #10 67.31 Updating certificates in /etc/ssl/certs...
12:56:57 #11 25.25 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
12:56:57 #11 25.25 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
12:56:57 #11 25.28 Selecting previously unselected package manpages.
12:56:57 #11 25.28 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
12:56:57 #11 25.29 Unpacking manpages (5.05-1) ...
12:56:57 #11 25.41 Selecting previously unselected package openssh-client.
12:56:57 #11 25.41 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.5_amd64.deb ...
12:56:57 #11 25.41 Unpacking openssh-client (1:8.2p1-4ubuntu0.5) ...
12:56:57 #11 25.50 Selecting previously unselected package publicsuffix.
12:56:57 #11 35.65 Preparing to unpack .../245-libfuture-perl_0.43-1_all.deb ...
12:56:57 #11 35.65 Unpacking libfuture-perl (0.43-1) ...
12:56:57 #11 35.69 Selecting previously unselected package libio-stringy-perl.
12:56:57 #11 35.69 Preparing to unpack .../246-libio-stringy-perl_2.111-3_all.deb ...
12:56:57 #11 35.70 Unpacking libio-stringy-perl (2.111-3) ...
12:56:57 #11 35.73 Selecting previously unselected package libparams-validate-perl.
12:56:57 #11 35.74 Preparing to unpack .../247-libparams-validate-perl_1.29-3_arm64.deb ...
12:56:57 #11 35.74 Unpacking libparams-validate-perl (1.29-3) ...
12:56:57 #11 35.78 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:56:57 #11 DONE 0.7s
12:56:57 
12:56:57 #12 [stage-1 5/8] COPY SPECS /root/rpmbuild/SPECS
12:56:57 #12 DONE 0.1s
12:56:57 
12:56:57 #13 [stage-1 6/8] 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
12:56:57 #10 56.66 Setting up libarchive-cpio-perl (0.10-3) ...
12:56:57 #10 56.67 Setting up libjson-perl (4.10000-1) ...
12:56:57 #10 56.69 Setting up libnsl2:arm64 (1.3.0-2) ...
12:56:57 #10 56.73 Setting up libipc-run3-perl (0.048-3) ...
12:56:57 #10 56.77 Setting up libregexp-wildcards-perl (1.05-3) ...
12:56:57 #10 56.79 Setting up libfcgi-perl (0.82+ds-2) ...
12:56:57 #10 56.80 Setting up libsub-override-perl (0.09-4) ...
12:56:57 #10 56.82 Setting up libaliased-perl (0.34-3) ...
12:56:57 #10 56.84 Setting up libstrictures-perl (2.000006-1) ...
12:56:57 #10 56.85 Setting up libsub-quote-perl (2.006008-1) ...
12:56:57 #10 56.87 Setting up libdevel-stacktrace-perl (2.0400-2) ...
12:56:57 #10 56.89 Setting up libclass-xsaccessor-perl (1.19-4+b1) ...
12:56:57 #10 56.90 Setting up libsort-versions-perl (1.62-3) ...
12:56:57 #10 56.92 Setting up libexporter-tiny-perl (1.006000-1) ...
12:56:57 #10 56.93 Setting up libre-engine-re2-perl:arm64 (0.17+ds-1) ...
12:56:57 #10 56.95 Setting up libfile-dirlist-perl (0.05-3) ...
12:56:57 #10 56.97 Setting up libterm-readkey-perl (2.38-2+b1) ...
12:56:57 #10 56.98 Setting up libtext-levenshteinxs-perl (0.03-5+b1) ...
12:56:57 #10 27.59 Selecting previously unselected package libxmuu1:amd64.
12:56:57 #10 27.59 Preparing to unpack .../040-libxmuu1_2%3a1.1.2-2_amd64.deb ...
12:56:57 #10 27.59 Unpacking libxmuu1:amd64 (2:1.1.2-2) ...
12:56:57 #10 27.63 Selecting previously unselected package manpages.
12:56:57 #10 27.63 Preparing to unpack .../041-manpages_4.15-1_all.deb ...
12:56:57 #10 27.63 Unpacking manpages (4.15-1) ...
12:56:57 #10 16.79 Selecting previously unselected package netbase.
12:56:57 #10 16.79 Preparing to unpack .../001-netbase_6.4_all.deb ...
12:56:57 #10 16.81 Unpacking netbase (6.4) ...
12:56:57 #10 16.85 Selecting previously unselected package sensible-utils.
12:56:57 #10 16.85 Preparing to unpack .../002-sensible-utils_0.0.17+nmu1_all.deb ...
12:56:57 #10 16.87 Unpacking sensible-utils (0.0.17+nmu1) ...
12:56:57 #10 16.90 Selecting previously unselected package bzip2.
12:56:57 #10 16.90 Preparing to unpack .../003-bzip2_1.0.8-5+b1_armhf.deb ...
12:56:57 #10 16.91 Unpacking bzip2 (1.0.8-5+b1) ...
12:56:57 #10 16.99 Selecting previously unselected package openssl.
12:56:57 #10 16.99 Preparing to unpack .../004-openssl_3.0.7-2_armhf.deb ...
12:56:57 #10 41.12 Setting up libclone-perl (0.39-1) ...
12:56:57 #10 41.13 Setting up libclass-xsaccessor-perl (1.19-2build8) ...
12:56:57 #10 41.14 Setting up g++ (4:7.4.0-1ubuntu2.3) ...
12:56:57 #10 41.16 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:56:57 #10 41.16 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
12:56:57 #10 41.17 Setting up libnet-http-perl (6.17-1) ...
12:56:57 #10 41.18 Setting up libnumber-compare-perl (0.03-1) ...
12:56:57 #10 41.18 Setting up python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
12:56:57 #10 41.38 Setting up python3-unidiff (0.5.4-1) ...
12:56:57 #10 35.07 Fedora Modular 37 - aarch64 - Updates           1.6 MB/s | 928 kB     00:00    
12:56:57 #11 23.76 Selecting previously unselected package binutils.
12:56:57 #11 23.76 Preparing to unpack .../063-binutils_2.38-4ubuntu2.1_amd64.deb ...
12:56:57 #11 23.76 Unpacking binutils (2.38-4ubuntu2.1) ...
12:56:57 #11 23.79 Selecting previously unselected package libc-dev-bin.
12:56:57 #11 23.80 Preparing to unpack .../064-libc-dev-bin_2.35-0ubuntu3.1_amd64.deb ...
12:56:57 #11 23.80 Unpacking libc-dev-bin (2.35-0ubuntu3.1) ...
12:56:57 #11 23.83 Selecting previously unselected package linux-libc-dev:amd64.
12:56:57 #11 23.83 Preparing to unpack .../065-linux-libc-dev_5.15.0-58.64_amd64.deb ...
12:56:57 #11 23.84 Unpacking linux-libc-dev:amd64 (5.15.0-58.64) ...
12:56:57 #11 33.10 Preparing to unpack .../279-libjson-maybexs-perl_1.004003-1_all.deb ...
12:56:57 #11 33.10 Unpacking libjson-maybexs-perl (1.004003-1) ...
12:56:57 #11 33.16 Selecting previously unselected package libldap-common.
12:56:57 #11 33.17 Preparing to unpack .../280-libldap-common_2.5.13+dfsg-0ubuntu0.22.04.1_all.deb ...
12:56:57 #11 33.17 Unpacking libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:56:57 #11 33.23 Selecting previously unselected package liblist-compare-perl.
12:56:57 #11 33.23 Preparing to unpack .../281-liblist-compare-perl_0.55-1_all.deb ...
12:56:57 #11 33.24 Unpacking liblist-compare-perl (0.55-1) ...
12:56:57 #11 33.27 Selecting previously unselected package liblist-someutils-perl.
12:56:57 #11 33.28 Preparing to unpack .../282-liblist-someutils-perl_0.58-1_all.deb ...
12:56:57 #11 33.28 Unpacking liblist-someutils-perl (0.58-1) ...
12:56:57 #11 33.31 Selecting previously unselected package liblist-someutils-xs-perl.
12:56:57 #11 33.32 Preparing to unpack .../283-liblist-someutils-xs-perl_0.58-2build3_arm64.deb ...
12:56:57 #11 33.32 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
12:56:57 #11 33.35 Selecting previously unselected package liblist-utilsby-perl.
12:56:57 #10 37.36 Preparing to unpack .../167-libaliased-perl_0.34-1.1_all.deb ...
12:56:57 #10 37.40 Unpacking libaliased-perl (0.34-1.1) ...
12:56:57 #10 37.43 Selecting previously unselected package libapt-pkg-perl.
12:56:57 #10 37.43 Preparing to unpack .../168-libapt-pkg-perl_0.1.39_amd64.deb ...
12:56:57 #10 37.44 Unpacking libapt-pkg-perl (0.1.39) ...
12:56:57 #10 37.48 Selecting previously unselected package libarchive-cpio-perl.
12:56:57 #10 37.48 Preparing to unpack .../169-libarchive-cpio-perl_0.10-1.1_all.deb ...
12:56:57 #10 37.48 Unpacking libarchive-cpio-perl (0.10-1.1) ...
12:56:57 #10 37.52 Selecting previously unselected package libarchive13:amd64.
12:56:57 #10 37.53 Preparing to unpack .../170-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
12:56:57 #10 37.53 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
12:56:57 #10 37.59 Selecting previously unselected package libarray-intspan-perl.
12:56:57 #16 exporting layers 2.2s done
12:56:57 #16 writing image sha256:20d444685a4f4886199055340b2b104b96f73d8a84bfa8274423ee7dffea3e1a done
12:56:57 #16 naming to docker.io/rpmbuild-centos-9/aarch64 done
12:56:57 #16 DONE 2.2s
12:56:57 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/centos-9/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/centos-9/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-9/aarch64 -ba --define '_gitcommit_cli ab4ef4a' --define '_gitcommit_engine 1141704' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.16.0' --define '_compose_version v2.16.0' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  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
12:56:57 #10 34.75 Preparing to unpack .../109-gpg-wks-server_2.2.40-1_amd64.deb ...
12:56:57 #10 34.75 Unpacking gpg-wks-server (2.2.40-1) ...
12:56:57 #10 34.79 Selecting previously unselected package gpgsm.
12:56:57 #10 34.80 Preparing to unpack .../110-gpgsm_2.2.40-1_amd64.deb ...
12:56:57 #10 34.80 Unpacking gpgsm (2.2.40-1) ...
12:56:57 #10 34.85 Selecting previously unselected package gnupg.
12:56:57 #10 34.86 Preparing to unpack .../111-gnupg_2.2.40-1_all.deb ...
12:56:57 #10 34.86 Unpacking gnupg (2.2.40-1) ...
12:56:57 #10 34.92 Selecting previously unselected package libfile-dirlist-perl.
12:56:57 #10 34.92 Preparing to unpack .../112-libfile-dirlist-perl_0.05-3_all.deb ...
12:56:57 #10 34.93 Unpacking libfile-dirlist-perl (0.05-3) ...
12:56:57 #10 34.96 Selecting previously unselected package libfile-which-perl.
12:56:57 #10 34.96 Preparing to unpack .../113-libfile-which-perl_1.27-2_all.deb ...
12:56:57 #10 34.96 Unpacking libfile-which-perl (1.27-2) ...
12:56:57 #10 34.99 Selecting previously unselected package libfile-homedir-perl.
12:56:57 #10 34.99 Preparing to unpack .../114-libfile-homedir-perl_1.006-2_all.deb ...
12:56:57 #10 34.99 Unpacking libfile-homedir-perl (1.006-2) ...
12:56:57 #10 35.03 Selecting previously unselected package libfile-touch-perl.
12:56:57 #10 35.03 Preparing to unpack .../115-libfile-touch-perl_0.12-2_all.deb ...
12:56:57 #10 35.04 Unpacking libfile-touch-perl (0.12-2) ...
12:56:57 #10 35.07 Selecting previously unselected package libio-pty-perl.
12:56:57 #11 35.73 Selecting previously unselected package libdata-validate-domain-perl.
12:56:57 #11 35.73 Preparing to unpack .../272-libdata-validate-domain-perl_0.10-1.1_all.deb ...
12:56:57 #11 35.73 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
12:56:57 #11 35.76 Selecting previously unselected package libnet-ipv6addr-perl.
12:56:57 #11 35.76 Preparing to unpack .../273-libnet-ipv6addr-perl_1.02-1_all.deb ...
12:56:57 #11 35.77 Unpacking libnet-ipv6addr-perl (1.02-1) ...
12:56:57 #11 35.79 Selecting previously unselected package libnet-netmask-perl.
12:56:57 #11 35.79 Preparing to unpack .../274-libnet-netmask-perl_2.0001-1_all.deb ...
12:56:57 #11 35.80 Unpacking libnet-netmask-perl (2.0001-1) ...
12:56:57 #11 35.82 Selecting previously unselected package libnetaddr-ip-perl.
12:56:57 #11 35.82 Preparing to unpack .../275-libnetaddr-ip-perl_4.079+dfsg-2_amd64.deb ...
12:56:57 #11 35.83 Unpacking libnetaddr-ip-perl (4.079+dfsg-2) ...
12:56:57 #11 35.86 Selecting previously unselected package libdata-validate-ip-perl.
12:56:57 #11 35.86 Preparing to unpack .../276-libdata-validate-ip-perl_0.30-1_all.deb ...
12:56:57 #11 35.87 Unpacking libdata-validate-ip-perl (0.30-1) ...
12:56:57 #11 35.89 Selecting previously unselected package libdata-validate-uri-perl.
12:56:57 #11 35.89 Preparing to unpack .../277-libdata-validate-uri-perl_0.07-2_all.deb ...
12:56:57 #11 35.90 Unpacking libdata-validate-uri-perl (0.07-2) ...
12:56:57 #11 35.92 Selecting previously unselected package libdistro-info-perl.
12:56:57 #11 37.64 Preparing to unpack .../281-libipc-system-simple-perl_1.30-1_all.deb ...
12:56:57 #11 37.65 Unpacking libipc-system-simple-perl (1.30-1) ...
12:56:57 #11 37.68 Selecting previously unselected package libfile-basedir-perl.
12:56:57 #11 37.68 Preparing to unpack .../282-libfile-basedir-perl_0.09-1_all.deb ...
12:56:57 #11 37.69 Unpacking libfile-basedir-perl (0.09-1) ...
12:56:57 #11 37.72 Selecting previously unselected package libfile-chdir-perl.
12:56:57 #11 37.72 Preparing to unpack .../283-libfile-chdir-perl_0.1008-1.1_all.deb ...
12:56:57 #11 37.73 Unpacking libfile-chdir-perl (0.1008-1.1) ...
12:56:57 #11 37.76 Selecting previously unselected package libfile-fcntllock-perl.
12:56:57 #11 37.76 Preparing to unpack .../284-libfile-fcntllock-perl_0.22-4_arm64.deb ...
12:56:57 #11 37.77 Unpacking libfile-fcntllock-perl (0.22-4) ...
12:56:57 #11 37.80 Selecting previously unselected package libnumber-compare-perl.
12:56:57 #11 37.81 Preparing to unpack .../285-libnumber-compare-perl_0.03-2_all.deb ...
12:56:57 #11 37.81 Unpacking libnumber-compare-perl (0.03-2) ...
12:56:57 #11 37.84 Selecting previously unselected package libtext-glob-perl.
12:56:57 #11 37.85 Preparing to unpack .../286-libtext-glob-perl_0.11-2_all.deb ...
12:56:57 #11 37.85 Unpacking libtext-glob-perl (0.11-2) ...
12:56:57 #11 37.88 Selecting previously unselected package libfile-find-rule-perl.
12:56:57 #11 35.78 Preparing to unpack .../248-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
12:56:57 #11 35.78 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
12:56:57 #11 35.81 Selecting previously unselected package libsort-versions-perl.
12:56:57 #11 35.82 Preparing to unpack .../249-libsort-versions-perl_1.62-1_all.deb ...
12:56:57 #11 35.82 Unpacking libsort-versions-perl (1.62-1) ...
12:56:57 #11 35.85 Selecting previously unselected package libgit-wrapper-perl.
12:56:57 #11 35.85 Preparing to unpack .../250-libgit-wrapper-perl_0.048-1_all.deb ...
12:56:57 #11 35.86 Unpacking libgit-wrapper-perl (0.048-1) ...
12:56:57 #11 35.94 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:56:57 #11 35.94 Preparing to unpack .../251-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
12:56:57 #11 35.95 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
12:56:57 #11 35.98 Selecting previously unselected package libio-prompter-perl.
12:56:57 #11 35.98 Preparing to unpack .../252-libio-prompter-perl_0.004015-1_all.deb ...
12:56:57 #11 35.99 Unpacking libio-prompter-perl (0.004015-1) ...
12:56:57 #11 36.02 Selecting previously unselected package libjson-perl.
12:56:57 #11 36.02 Preparing to unpack .../253-libjson-perl_4.02000-2_all.deb ...
12:56:57 #11 36.03 Unpacking libjson-perl (4.02000-2) ...
12:56:57 #11 36.06 Selecting previously unselected package liblog-any-perl.
12:56:57 #10 57.00 Setting up libperlio-gzip-perl (0.20-1+b1) ...
12:56:57 #10 57.01 Setting up libsys-hostname-long-perl (1.5-3) ...
12:56:57 #10 57.03 Setting up libhtml-html5-entities-perl (0.004-3) ...
12:56:57 #10 57.05 Setting up libsereal-decoder-perl (5.002+ds-1) ...
12:56:57 #10 57.06 Setting up liburi-perl (5.17-1) ...
12:56:57 #10 57.07 Setting up libnet-ipv6addr-perl (1.02-1) ...
12:56:57 #10 57.11 Setting up libfile-touch-perl (0.12-2) ...
12:56:57 #10 57.12 Setting up libc-devtools (2.36-8) ...
12:56:57 #10 57.13 Setting up libemail-address-xs-perl (1.05-1+b1) ...
12:56:57 #10 57.15 Setting up libnet-ssleay-perl:arm64 (1.92-2+b1) ...
12:56:57 #10 57.16 Setting up automake (1:1.16.5-1.3) ...
12:56:57 #10 57.17 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:56:57 #10 57.18 Setting up libapt-pkg-perl (0.1.40+b2) ...
12:56:57 #10 57.19 Setting up libio-sessiondata-perl (1.03-3) ...
12:56:57 #10 57.20 Setting up libstring-escape-perl (2010.002-3) ...
12:56:57 #10 57.22 Setting up libberkeleydb-perl:arm64 (0.64-2+b1) ...
12:56:57 #10 27.76 Selecting previously unselected package openssh-client.
12:56:57 #10 27.76 Preparing to unpack .../042-openssh-client_1%3a7.6p1-4ubuntu0.7_amd64.deb ...
12:56:57 #10 27.76 Unpacking openssh-client (1:7.6p1-4ubuntu0.7) ...
12:56:57 #10 27.86 Selecting previously unselected package publicsuffix.
12:56:57 #10 27.86 Preparing to unpack .../043-publicsuffix_20180223.1310-1_all.deb ...
12:56:57 #10 27.86 Unpacking publicsuffix (20180223.1310-1) ...
12:56:57 #10 27.91 Selecting previously unselected package python-apt-common.
12:56:57 #10 27.91 Preparing to unpack .../044-python-apt-common_1.6.6_all.deb ...
12:56:57 #10 27.91 Unpacking python-apt-common (1.6.6) ...
12:56:57 #10 27.95 Selecting previously unselected package python3-apt.
12:56:57 #10 27.95 Preparing to unpack .../045-python3-apt_1.6.6_amd64.deb ...
12:56:57 #10 27.95 Unpacking python3-apt (1.6.6) ...
12:56:57 #10 27.99 Selecting previously unselected package libunwind8:amd64.
12:56:57 #10 28.00 Preparing to unpack .../046-libunwind8_1.2.1-8_amd64.deb ...
12:56:57 #10 28.00 Unpacking libunwind8:amd64 (1.2.1-8) ...
12:56:57 #10 28.03 Selecting previously unselected package strace.
12:56:57 #10 28.03 Preparing to unpack .../047-strace_4.21-1ubuntu1_amd64.deb ...
12:56:57 #10 28.03 Unpacking strace (4.21-1ubuntu1) ...
12:56:57 #10 28.09 Selecting previously unselected package xauth.
12:56:57 #10 28.09 Preparing to unpack .../048-xauth_1%3a1.0.10-1_amd64.deb ...
12:56:57 #10 28.10 Unpacking xauth (1:1.0.10-1) ...
12:56:57 #11 25.50 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
12:56:57 #11 25.51 Unpacking publicsuffix (20200303.0012-1) ...
12:56:57 #11 25.55 Selecting previously unselected package python-apt-common.
12:56:57 #11 25.55 Preparing to unpack .../056-python-apt-common_2.0.1_all.deb ...
12:56:57 #11 25.56 Unpacking python-apt-common (2.0.1) ...
12:56:57 #11 25.60 Selecting previously unselected package python3-apt.
12:56:57 #11 25.60 Preparing to unpack .../057-python3-apt_2.0.1_amd64.deb ...
12:56:57 #11 25.60 Unpacking python3-apt (2.0.1) ...
12:56:57 #11 25.67 Selecting previously unselected package libunwind8:amd64.
12:56:57 #11 25.67 Preparing to unpack .../058-libunwind8_1.2.1-9build1_amd64.deb ...
12:56:57 #11 25.67 Unpacking libunwind8:amd64 (1.2.1-9build1) ...
12:56:57 #11 25.70 Selecting previously unselected package strace.
12:56:57 #11 25.70 Preparing to unpack .../059-strace_5.5-3ubuntu1_amd64.deb ...
12:56:57 #11 25.70 Unpacking strace (5.5-3ubuntu1) ...
12:56:57 #11 25.77 Selecting previously unselected package xauth.
12:56:57 #10 16.99 Unpacking openssl (3.0.7-2) ...
12:56:57 #10 17.22 Selecting previously unselected package ca-certificates.
12:56:57 #10 17.22 Preparing to unpack .../005-ca-certificates_20211016_all.deb ...
12:56:57 #10 17.22 Unpacking ca-certificates (20211016) ...
12:56:57 #11 23.99 Selecting previously unselected package libcrypt-dev:amd64.
12:56:57 #11 23.99 Preparing to unpack .../066-libcrypt-dev_1%3a4.4.27-1_amd64.deb ...
12:56:57 #11 23.99 Unpacking libcrypt-dev:amd64 (1:4.4.27-1) ...
12:56:57 #11 24.03 Selecting previously unselected package rpcsvc-proto.
12:56:57 #11 24.03 Preparing to unpack .../067-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ...
12:56:57 #11 24.04 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
12:56:57 #11 24.07 Selecting previously unselected package libtirpc-dev:amd64.
12:56:57 #11 24.08 Preparing to unpack .../068-libtirpc-dev_1.3.2-2ubuntu0.1_amd64.deb ...
12:56:57 #11 24.08 Unpacking libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
12:56:57 #11 24.11 Selecting previously unselected package libnsl-dev:amd64.
12:56:57 #11 33.35 Preparing to unpack .../284-liblist-utilsby-perl_0.11-1_all.deb ...
12:56:57 #11 33.39 Unpacking liblist-utilsby-perl (0.11-1) ...
12:56:57 #11 33.43 Selecting previously unselected package libltdl7:arm64.
12:56:57 #11 33.43 Preparing to unpack .../285-libltdl7_2.4.6-15build2_arm64.deb ...
12:56:57 #11 33.44 Unpacking libltdl7:arm64 (2.4.6-15build2) ...
12:56:57 #11 33.47 Selecting previously unselected package libltdl-dev:arm64.
12:56:57 #11 33.47 Preparing to unpack .../286-libltdl-dev_2.4.6-15build2_arm64.deb ...
12:56:57 #11 33.47 Unpacking libltdl-dev:arm64 (2.4.6-15build2) ...
12:56:57 #11 33.52 Selecting previously unselected package liblzo2-2:arm64.
12:56:57 #11 33.52 Preparing to unpack .../287-liblzo2-2_2.10-2build3_arm64.deb ...
12:56:57 #11 33.52 Unpacking liblzo2-2:arm64 (2.10-2build3) ...
12:56:57 #11 33.56 Selecting previously unselected package libsys-hostname-long-perl.
12:56:57 #11 33.56 Preparing to unpack .../288-libsys-hostname-long-perl_1.5-2_all.deb ...
12:56:57 #11 33.56 Unpacking libsys-hostname-long-perl (1.5-2) ...
12:56:57 #11 33.59 Selecting previously unselected package libmail-sendmail-perl.
12:56:57 #10 37.59 Preparing to unpack .../171-libarray-intspan-perl_2.004-1_all.deb ...
12:56:57 #10 37.59 Unpacking libarray-intspan-perl (2.004-1) ...
12:56:57 #10 37.63 Selecting previously unselected package libauthen-sasl-perl.
12:56:57 #10 37.63 Preparing to unpack .../172-libauthen-sasl-perl_2.1600-1.1_all.deb ...
12:56:57 #10 37.64 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
12:56:57 #10 37.67 Selecting previously unselected package libmodule-implementation-perl.
12:56:57 #10 37.67 Preparing to unpack .../173-libmodule-implementation-perl_0.09-1.1_all.deb ...
12:56:57 #10 37.68 Unpacking libmodule-implementation-perl (0.09-1.1) ...
12:56:57 #10 37.70 Selecting previously unselected package libsub-exporter-progressive-perl.
12:56:57 #10 37.71 Preparing to unpack .../174-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:56:57 #10 37.71 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:56:57 #10 37.74 Selecting previously unselected package libvariable-magic-perl.
12:56:57 #10 37.74 Preparing to unpack .../175-libvariable-magic-perl_0.62-1+b3_amd64.deb ...
12:56:57 #10 37.75 Unpacking libvariable-magic-perl (0.62-1+b3) ...
12:56:57 #10 37.78 Selecting previously unselected package libb-hooks-endofscope-perl.
12:56:57 #10 37.78 Preparing to unpack .../176-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
12:56:57 #10 37.79 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
12:56:57 #10 37.82 Selecting previously unselected package libpng16-16:amd64.
12:56:57 #10 35.08 Preparing to unpack .../116-libio-pty-perl_1%3a1.17-1_amd64.deb ...
12:56:57 #10 35.08 Unpacking libio-pty-perl (1:1.17-1) ...
12:56:57 #10 35.12 Selecting previously unselected package libipc-run-perl.
12:56:57 #10 35.12 Preparing to unpack .../117-libipc-run-perl_20220807.0-1_all.deb ...
12:56:57 #10 35.13 Unpacking libipc-run-perl (20220807.0-1) ...
12:56:57 #10 35.17 Selecting previously unselected package libclass-method-modifiers-perl.
12:56:57 #10 35.18 Preparing to unpack .../118-libclass-method-modifiers-perl_2.14-1_all.deb ...
12:56:57 #10 35.18 Unpacking libclass-method-modifiers-perl (2.14-1) ...
12:56:57 #10 35.21 Selecting previously unselected package libclass-xsaccessor-perl.
12:56:57 #10 35.21 Preparing to unpack .../119-libclass-xsaccessor-perl_1.19-4+b1_amd64.deb ...
12:56:57 #10 35.22 Unpacking libclass-xsaccessor-perl (1.19-4+b1) ...
12:56:57 #10 35.25 Selecting previously unselected package libb-hooks-op-check-perl:amd64.
12:56:57 #10 35.25 Preparing to unpack .../120-libb-hooks-op-check-perl_0.22-2+b1_amd64.deb ...
12:56:57 #10 35.26 Unpacking libb-hooks-op-check-perl:amd64 (0.22-2+b1) ...
12:56:57 #10 35.28 Selecting previously unselected package libdynaloader-functions-perl.
12:56:57 #11 35.92 Preparing to unpack .../278-libdistro-info-perl_1.1ubuntu1_all.deb ...
12:56:57 #11 35.93 Unpacking libdistro-info-perl (1.1ubuntu1) ...
12:56:57 #11 35.95 Selecting previously unselected package libemail-address-xs-perl.
12:56:57 #11 35.96 Preparing to unpack .../279-libemail-address-xs-perl_1.05-1_amd64.deb ...
12:56:57 #11 35.96 Unpacking libemail-address-xs-perl (1.05-1) ...
12:56:57 #11 35.99 Selecting previously unselected package libfcgi-bin.
12:56:57 #11 35.99 Preparing to unpack .../280-libfcgi-bin_2.4.2-2build2_amd64.deb ...
12:56:57 #11 35.99 Unpacking libfcgi-bin (2.4.2-2build2) ...
12:56:57 #11 36.02 Selecting previously unselected package libipc-system-simple-perl.
12:56:57 #11 36.02 Preparing to unpack .../281-libipc-system-simple-perl_1.30-1_all.deb ...
12:56:57 #11 36.02 Unpacking libipc-system-simple-perl (1.30-1) ...
12:56:57 #11 36.05 Selecting previously unselected package libfile-basedir-perl.
12:56:57 #11 36.05 Preparing to unpack .../282-libfile-basedir-perl_0.09-1_all.deb ...
12:56:57 #11 36.05 Unpacking libfile-basedir-perl (0.09-1) ...
12:56:57 #11 36.08 Selecting previously unselected package libfile-chdir-perl.
12:56:57 #11 36.08 Preparing to unpack .../283-libfile-chdir-perl_0.1008-1.1_all.deb ...
12:56:57 #11 36.09 Unpacking libfile-chdir-perl (0.1008-1.1) ...
12:56:57 #11 36.12 Selecting previously unselected package libfile-fcntllock-perl.
12:56:57 #11 36.12 Preparing to unpack .../284-libfile-fcntllock-perl_0.22-4_amd64.deb ...
12:56:57 #11 36.12 Unpacking libfile-fcntllock-perl (0.22-4) ...
12:56:57 #11 36.15 Selecting previously unselected package libnumber-compare-perl.
12:56:57 #11 37.89 Preparing to unpack .../287-libfile-find-rule-perl_0.34-2_all.deb ...
12:56:57 #11 37.89 Unpacking libfile-find-rule-perl (0.34-2) ...
12:56:57 #11 37.93 Selecting previously unselected package libfont-afm-perl.
12:56:57 #11 37.93 Preparing to unpack .../288-libfont-afm-perl_1.20-3_all.deb ...
12:56:57 #11 37.94 Unpacking libfont-afm-perl (1.20-3) ...
12:56:57 #11 37.97 Selecting previously unselected package libio-string-perl.
12:56:57 #11 37.97 Preparing to unpack .../289-libio-string-perl_1.08-3.1_all.deb ...
12:56:57 #11 37.98 Unpacking libio-string-perl (1.08-3.1) ...
12:56:57 #11 38.01 Selecting previously unselected package libfont-ttf-perl.
12:56:57 #11 38.01 Preparing to unpack .../290-libfont-ttf-perl_1.06-2_all.deb ...
12:56:57 #11 38.02 Unpacking libfont-ttf-perl (1.06-2) ...
12:56:57 #11 38.07 Selecting previously unselected package libfreezethaw-perl.
12:56:57 #11 38.07 Preparing to unpack .../291-libfreezethaw-perl_0.5001-2.1_all.deb ...
12:56:57 #11 38.08 Unpacking libfreezethaw-perl (0.5001-2.1) ...
12:56:57 #11 38.11 Selecting previously unselected package libsort-versions-perl.
12:56:57 #11 36.07 Preparing to unpack .../254-liblog-any-perl_1.708-1_all.deb ...
12:56:57 #11 36.07 Unpacking liblog-any-perl (1.708-1) ...
12:56:57 #11 36.11 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:56:57 #11 36.11 Preparing to unpack .../255-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
12:56:57 #11 36.11 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
12:56:57 #11 36.14 Selecting previously unselected package libpackage-stash-perl.
12:56:57 #11 36.15 Preparing to unpack .../256-libpackage-stash-perl_0.38-1_all.deb ...
12:56:57 #11 36.15 Unpacking libpackage-stash-perl (0.38-1) ...
12:56:57 #11 36.19 Selecting previously unselected package libsub-identify-perl.
12:56:57 #11 36.19 Preparing to unpack .../257-libsub-identify-perl_0.14-1build2_arm64.deb ...
12:56:57 #11 36.19 Unpacking libsub-identify-perl (0.14-1build2) ...
12:56:57 #11 36.22 Selecting previously unselected package libsub-name-perl.
12:56:57 #11 36.23 Preparing to unpack .../258-libsub-name-perl_0.26-1_arm64.deb ...
12:56:57 #11 36.23 Unpacking libsub-name-perl (0.26-1) ...
12:56:57 #11 36.26 Selecting previously unselected package libnamespace-clean-perl.
12:56:57 #11 36.26 Preparing to unpack .../259-libnamespace-clean-perl_0.27-1_all.deb ...
12:56:57 #11 36.27 Unpacking libnamespace-clean-perl (0.27-1) ...
12:56:57 #11 36.30 Selecting previously unselected package libpath-tiny-perl.
12:56:57 #11 36.30 Preparing to unpack .../260-libpath-tiny-perl_0.108-1_all.deb ...
12:56:57 #11 36.31 Unpacking libpath-tiny-perl (0.108-1) ...
12:56:57 #11 36.34 Selecting previously unselected package libtype-tiny-perl.
12:56:57 #11 36.34 Preparing to unpack .../261-libtype-tiny-perl_1.008001-2_all.deb ...
12:56:57 #11 36.35 Unpacking libtype-tiny-perl (1.008001-2) ...
12:56:57 #11 36.40 Selecting previously unselected package libgitlab-api-v4-perl.
12:56:57 #11 36.40 Preparing to unpack .../262-libgitlab-api-v4-perl_0.25-1_all.deb ...
12:56:57 #10 38.06 Selecting previously unselected package libgc1c2:amd64.
12:56:57 #10 38.06 Preparing to unpack .../167-libgc1c2_1%3a7.6.4-0.4_amd64.deb ...
12:56:57 #10 38.08 Unpacking libgc1c2:amd64 (1:7.6.4-0.4) ...
12:56:57 #10 38.13 Selecting previously unselected package libltdl7:amd64.
12:56:57 #10 38.13 Preparing to unpack .../168-libltdl7_2.4.6-9_amd64.deb ...
12:56:57 #10 38.13 Unpacking libltdl7:amd64 (2.4.6-9) ...
12:56:57 #10 38.21 Selecting previously unselected package guile-2.2-libs:amd64.
12:56:57 #10 38.21 Preparing to unpack .../169-guile-2.2-libs_2.2.4+1-2+deb10u1_amd64.deb ...
12:56:57 #10 38.22 Unpacking guile-2.2-libs:amd64 (2.2.4+1-2+deb10u1) ...
12:56:57 #10 67.76 0 added, 0 removed; done.
12:56:57 #10 67.76 Running hooks in /etc/ca-certificates/update.d...
12:56:57 #10 67.77 done.
12:56:57 12:56:57 #10 17.30 Selecting previously unselected package libmagic-mgc.
12:56:57 #10 17.30 Preparing to unpack .../006-libmagic-mgc_1%3a5.44-3_armhf.deb ...
12:56:57 #10 17.31 Unpacking libmagic-mgc (1:5.44-3) ...
12:56:57 #10 17.45 Selecting previously unselected package libmagic1:armhf.
12:56:57 #10 17.45 Preparing to unpack .../007-libmagic1_1%3a5.44-3_armhf.deb ...
12:56:57 #10 17.45 Unpacking libmagic1:armhf (1:5.44-3) ...
#10 28.16 Selecting previously unselected package at.
12:56:57 #10 28.16 Preparing to unpack .../049-at_3.1.20-3.1ubuntu2_amd64.deb ...
12:56:57 #10 17.51 Selecting previously unselected package file.
12:56:57 #10 28.16 Unpacking at (3.1.20-3.1ubuntu2) ...
12:56:57 #10 28.20 Selecting previously unselected package libsigsegv2:amd64.
12:56:57 #10 28.20 Preparing to unpack .../050-libsigsegv2_2.12-1_amd64.deb ...
12:56:57 #10 28.20 Unpacking libsigsegv2:amd64 (2.12-1) ...
12:56:57 #10 17.51 Preparing to unpack .../008-file_1%3a5.44-3_armhf.deb ...
12:56:57 #10 17.52 Unpacking file (1:5.44-3) ...
12:56:57 #10 28.23 Selecting previously unselected package m4.
12:56:57 #10 17.56 Selecting previously unselected package gettext-base.
12:56:57 #10 28.23 Preparing to unpack .../051-m4_1.4.18-1_amd64.deb ...
12:56:57 #10 17.56 Preparing to unpack .../009-gettext-base_0.21-11_armhf.deb ...
12:56:57 #10 28.23 Unpacking m4 (1.4.18-1) ...
12:56:57 #10 28.28 Selecting previously unselected package autoconf.
12:56:57 #10 28.28 Preparing to unpack .../052-autoconf_2.69-11_all.deb ...
12:56:57 #10 28.28 Unpacking autoconf (2.69-11) ...
12:56:57 #10 28.34 Selecting previously unselected package autotools-dev.
12:56:57 #10 57.23 Setting up libhttp-date-perl (6.05-2) ...
12:56:57 #10 57.24 Setting up libfile-which-perl (1.27-2) ...
12:56:57 #10 57.26 Setting up libfile-basedir-perl (0.09-2) ...
12:56:57 #10 57.27 Setting up libtask-weaken-perl (1.06-2) ...
12:56:57 #10 57.28 Setting up libunicode-utf8-perl (0.62-2) ...
12:56:57 #10 57.31 Setting up libfeature-compat-try-perl (0.05-1) ...
12:56:57 #10 57.33 Setting up libset-intspan-perl (1.19-3) ...
12:56:57 #10 57.34 Setting up libmouse-perl (2.5.10-1+b3) ...
12:56:57 #10 57.36 Setting up libossp-uuid-perl (1.6.2-1.5+b11) ...
12:56:57 #10 57.37 Setting up libfile-listing-perl (6.15-1) ...
12:56:57 #10 57.43 Setting up libsys-cpuaffinity-perl (1.13~03-2+b1) ...
12:56:57 #10 57.44 Setting up gpg-wks-client (2.2.40-1) ...
12:56:57 #11 25.77 Preparing to unpack .../060-xauth_1%3a1.1-0ubuntu1_amd64.deb ...
12:56:57 #11 25.77 Unpacking xauth (1:1.1-0ubuntu1) ...
12:56:57 #11 25.80 Selecting previously unselected package libfl2:amd64.
12:56:57 #11 25.80 Preparing to unpack .../061-libfl2_2.6.4-6.2_amd64.deb ...
12:56:57 #11 25.81 Unpacking libfl2:amd64 (2.6.4-6.2) ...
12:56:57 #11 25.85 Selecting previously unselected package at.
12:56:57 #11 25.85 Preparing to unpack .../062-at_3.1.23-1ubuntu1_amd64.deb ...
12:56:57 #11 25.85 Unpacking at (3.1.23-1ubuntu1) ...
12:56:57 #11 25.89 Selecting previously unselected package libsigsegv2:amd64.
12:56:57 #11 25.89 Preparing to unpack .../063-libsigsegv2_2.12-2_amd64.deb ...
12:56:57 #11 25.89 Unpacking libsigsegv2:amd64 (2.12-2) ...
12:56:57 #11 25.93 Selecting previously unselected package m4.
12:56:57 #11 25.93 Preparing to unpack .../064-m4_1.4.18-4_amd64.deb ...
12:56:57 #11 25.93 Unpacking m4 (1.4.18-4) ...
12:56:57 #11 25.97 Selecting previously unselected package autoconf.
12:56:57 #11 25.97 Preparing to unpack .../065-autoconf_2.69-11.1_all.deb ...
12:56:57 #11 25.97 Unpacking autoconf (2.69-11.1) ...
12:56:57 #11 26.03 Selecting previously unselected package autotools-dev.
12:56:57 #11 26.03 Preparing to unpack .../066-autotools-dev_20180224.1_all.deb ...
12:56:57 #11 26.03 Unpacking autotools-dev (20180224.1) ...
12:56:57 #11 26.07 Selecting previously unselected package automake.
12:56:57 #11 26.07 Preparing to unpack .../067-automake_1%3a1.16.1-4ubuntu6_all.deb ...
12:56:57 #11 26.07 Unpacking automake (1:1.16.1-4ubuntu6) ...
12:56:57 #11 26.14 Selecting previously unselected package autopoint.
12:56:57 #10 41.53 Setting up libunicode-utf8-perl (0.60-1build4) ...
12:56:57 #10 41.54 Setting up libgssapi3-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:56:57 #10 41.55 Setting up libparams-util-perl (1.07-3build3) ...
12:56:57 #10 41.56 Setting up libsub-name-perl (0.21-1build1) ...
12:56:57 #10 41.57 Setting up openssh-client (1:7.6p1-4ubuntu0.7) ...
12:56:57 #10 41.65 Setting up libyaml-libyaml-perl (0.69+repack-1) ...
12:56:57 #10 41.66 Setting up libsub-quote-perl (2.005000-1) ...
12:56:57 #10 41.67 Setting up libfcgi-perl (0.78-2build1) ...
12:56:57 #10 41.68 Setting up libwww-robotrules-perl (6.01-1) ...
12:56:57 #10 41.69 Setting up python3-debian (0.1.32) ...
12:56:57 #10 41.86 Setting up libauthen-sasl-perl (2.1600-1) ...
12:56:57 #10 41.87 Setting up libclass-accessor-perl (0.51-1) ...
12:56:57 #10 41.88 Setting up libsort-key-perl (1.33-2) ...
12:56:57 #10 41.89 Setting up libhtml-tagset-perl (3.20-3) ...
12:56:57 #10 41.90 Setting up libpath-tiny-perl (0.104-1) ...
12:56:57 #10 41.91 Setting up libtool (2.4.6-2) ...
12:56:57 #11 24.12 Preparing to unpack .../069-libnsl-dev_1.3.0-2build2_amd64.deb ...
12:56:57 #11 24.12 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ...
12:56:57 #11 24.15 Selecting previously unselected package libc6-dev:amd64.
12:56:57 #11 24.16 Preparing to unpack .../070-libc6-dev_2.35-0ubuntu3.1_amd64.deb ...
12:56:57 #11 24.16 Unpacking libc6-dev:amd64 (2.35-0ubuntu3.1) ...
12:56:57 #11 24.29 Selecting previously unselected package gcc-11-base:amd64.
12:56:57 #11 24.29 Preparing to unpack .../071-gcc-11-base_11.3.0-1ubuntu1~22.04_amd64.deb ...
12:56:57 #11 24.30 Unpacking gcc-11-base:amd64 (11.3.0-1ubuntu1~22.04) ...
12:56:57 #11 24.33 Selecting previously unselected package libisl23:amd64.
12:56:57 #11 24.33 Preparing to unpack .../072-libisl23_0.24-2build1_amd64.deb ...
12:56:57 #11 24.34 Unpacking libisl23:amd64 (0.24-2build1) ...
12:56:57 #11 24.38 Selecting previously unselected package libmpfr6:amd64.
12:56:57 #11 24.38 Preparing to unpack .../073-libmpfr6_4.1.0-3build3_amd64.deb ...
12:56:57 #11 24.38 Unpacking libmpfr6:amd64 (4.1.0-3build3) ...
12:56:57 #11 24.47 Selecting previously unselected package libmpc3:amd64.
12:56:57 #11 24.48 Preparing to unpack .../074-libmpc3_1.2.1-2build1_amd64.deb ...
12:56:57 #11 24.48 Unpacking libmpc3:amd64 (1.2.1-2build1) ...
12:56:57 #11 33.59 Preparing to unpack .../289-libmail-sendmail-perl_0.80-1.1_all.deb ...
12:56:57 #11 33.60 Unpacking libmail-sendmail-perl (0.80-1.1) ...
12:56:57 #11 33.63 Selecting previously unselected package libnet-smtp-ssl-perl.
12:56:57 #11 33.63 Preparing to unpack .../290-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:56:57 #11 33.64 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:56:57 #11 33.66 Selecting previously unselected package libmailtools-perl.
12:56:57 #11 33.67 Preparing to unpack .../291-libmailtools-perl_2.21-1_all.deb ...
12:56:57 #11 33.67 Unpacking libmailtools-perl (2.21-1) ...
12:56:57 #11 33.72 Selecting previously unselected package libmarkdown2:arm64.
12:56:57 #11 33.72 Preparing to unpack .../292-libmarkdown2_2.2.7-2_arm64.deb ...
12:56:57 #11 33.72 Unpacking libmarkdown2:arm64 (2.2.7-2) ...
12:56:57 #11 33.75 Selecting previously unselected package libmath-base85-perl.
12:56:57 #11 33.75 Preparing to unpack .../293-libmath-base85-perl_0.5+dfsg-1_all.deb ...
12:56:57 #11 33.76 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
12:56:57 #11 33.79 Selecting previously unselected package libmoox-aliases-perl.
12:56:57 #11 33.79 Preparing to unpack .../294-libmoox-aliases-perl_0.001006-1.1_all.deb ...
12:56:57 #11 33.79 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
12:56:57 #11 33.83 Selecting previously unselected package libnamespace-autoclean-perl.
12:56:57 #10 37.83 Preparing to unpack .../177-libpng16-16_1.6.37-3_amd64.deb ...
12:56:57 #10 37.83 Unpacking libpng16-16:amd64 (1.6.37-3) ...
12:56:57 #10 37.88 Selecting previously unselected package libfreetype6:amd64.
12:56:57 #10 37.89 Preparing to unpack .../178-libfreetype6_2.10.4+dfsg-1+deb11u1_amd64.deb ...
12:56:57 #10 37.89 Unpacking libfreetype6:amd64 (2.10.4+dfsg-1+deb11u1) ...
12:56:57 #10 37.96 Selecting previously unselected package libfontconfig1:amd64.
12:56:57 #10 37.97 Preparing to unpack .../179-libfontconfig1_2.13.1-4.2_amd64.deb ...
12:56:57 #10 37.97 Unpacking libfontconfig1:amd64 (2.13.1-4.2) ...
12:56:57 #10 38.02 Selecting previously unselected package libjpeg62-turbo:amd64.
12:56:57 #10 38.02 Preparing to unpack .../180-libjpeg62-turbo_1%3a2.0.6-4_amd64.deb ...
12:56:57 #10 38.03 Unpacking libjpeg62-turbo:amd64 (1:2.0.6-4) ...
12:56:57 #10 38.08 Selecting previously unselected package libdeflate0:amd64.
12:56:57 #10 35.29 Preparing to unpack .../121-libdynaloader-functions-perl_0.003-3_all.deb ...
12:56:57 #10 35.29 Unpacking libdynaloader-functions-perl (0.003-3) ...
12:56:57 #10 35.32 Selecting previously unselected package libdevel-callchecker-perl:amd64.
12:56:57 #10 35.32 Preparing to unpack .../122-libdevel-callchecker-perl_0.008-2_amd64.deb ...
12:56:57 #10 35.33 Unpacking libdevel-callchecker-perl:amd64 (0.008-2) ...
12:56:57 #10 35.36 Selecting previously unselected package libparams-classify-perl:amd64.
12:56:57 #10 35.36 Preparing to unpack .../123-libparams-classify-perl_0.015-2+b1_amd64.deb ...
12:56:57 #10 35.36 Unpacking libparams-classify-perl:amd64 (0.015-2+b1) ...
12:56:57 #10 35.39 Selecting previously unselected package libmodule-runtime-perl.
12:56:57 #10 35.39 Preparing to unpack .../124-libmodule-runtime-perl_0.016-2_all.deb ...
12:56:57 #10 35.40 Unpacking libmodule-runtime-perl (0.016-2) ...
12:56:57 #10 35.43 Selecting previously unselected package libimport-into-perl.
12:56:57 #10 35.43 Preparing to unpack .../125-libimport-into-perl_1.002005-2_all.deb ...
12:56:57 #10 35.43 Unpacking libimport-into-perl (1.002005-2) ...
12:56:57 #10 35.46 Selecting previously unselected package librole-tiny-perl.
12:56:57 #10 35.46 Preparing to unpack .../126-librole-tiny-perl_2.002004-1_all.deb ...
12:56:57 #10 35.47 Unpacking librole-tiny-perl (2.002004-1) ...
12:56:57 #10 35.50 Selecting previously unselected package libsub-quote-perl.
12:56:58 #11 38.12 Preparing to unpack .../292-libsort-versions-perl_1.62-2_all.deb ...
12:56:58 #11 38.12 Unpacking libsort-versions-perl (1.62-2) ...
12:56:58 #11 38.15 Selecting previously unselected package libgit-wrapper-perl.
12:56:58 #11 38.16 Preparing to unpack .../293-libgit-wrapper-perl_0.048-1_all.deb ...
12:56:58 #11 38.16 Unpacking libgit-wrapper-perl (0.048-1) ...
12:56:58 #11 38.20 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:56:58 #11 38.20 Preparing to unpack .../294-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
12:56:58 #11 38.21 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
12:56:58 #11 38.24 Selecting previously unselected package libio-prompter-perl.
12:56:58 #11 38.24 Preparing to unpack .../295-libio-prompter-perl_0.004015-1_all.deb ...
12:56:58 #11 38.25 Unpacking libio-prompter-perl (0.004015-1) ...
12:56:58 #11 38.28 Selecting previously unselected package libjson-perl.
12:56:58 #11 38.29 Preparing to unpack .../296-libjson-perl_4.09000-1_all.deb ...
12:56:58 #11 38.29 Unpacking libjson-perl (4.09000-1) ...
12:56:58 #11 38.33 Selecting previously unselected package liblog-any-perl.
12:56:58 #11 38.33 Preparing to unpack .../297-liblog-any-perl_1.710-1_all.deb ...
12:56:58 #11 38.34 Unpacking liblog-any-perl (1.710-1) ...
12:56:58 #11 38.37 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:56:58 #11 36.15 Preparing to unpack .../285-libnumber-compare-perl_0.03-2_all.deb ...
12:56:58 #11 36.15 Unpacking libnumber-compare-perl (0.03-2) ...
12:56:58 #11 36.18 Selecting previously unselected package libtext-glob-perl.
12:56:58 #11 36.18 Preparing to unpack .../286-libtext-glob-perl_0.11-2_all.deb ...
12:56:58 #11 36.18 Unpacking libtext-glob-perl (0.11-2) ...
12:56:58 #11 36.21 Selecting previously unselected package libfile-find-rule-perl.
12:56:58 #11 36.21 Preparing to unpack .../287-libfile-find-rule-perl_0.34-2_all.deb ...
12:56:58 #11 36.21 Unpacking libfile-find-rule-perl (0.34-2) ...
12:56:58 #11 36.24 Selecting previously unselected package libfont-afm-perl.
12:56:58 #11 36.24 Preparing to unpack .../288-libfont-afm-perl_1.20-3_all.deb ...
12:56:58 #11 36.25 Unpacking libfont-afm-perl (1.20-3) ...
12:56:58 #11 36.27 Selecting previously unselected package libio-string-perl.
12:56:58 #11 36.27 Preparing to unpack .../289-libio-string-perl_1.08-3.1_all.deb ...
12:56:58 #11 36.28 Unpacking libio-string-perl (1.08-3.1) ...
12:56:58 #11 36.30 Selecting previously unselected package libfont-ttf-perl.
12:56:58 #11 36.30 Preparing to unpack .../290-libfont-ttf-perl_1.06-2_all.deb ...
12:56:58 #11 36.31 Unpacking libfont-ttf-perl (1.06-2) ...
12:56:58 #11 36.35 Selecting previously unselected package libfreezethaw-perl.
12:56:58 #11 36.35 Preparing to unpack .../291-libfreezethaw-perl_0.5001-2.1_all.deb ...
12:56:58 #11 36.35 Unpacking libfreezethaw-perl (0.5001-2.1) ...
12:56:58 #11 36.37 Selecting previously unselected package libsort-versions-perl.
12:56:58 #11 36.38 Preparing to unpack .../292-libsort-versions-perl_1.62-2_all.deb ...
12:56:58 #11 36.38 Unpacking libsort-versions-perl (1.62-2) ...
12:56:58 #11 36.40 Selecting previously unselected package libgit-wrapper-perl.
12:56:58 #11 36.41 Preparing to unpack .../293-libgit-wrapper-perl_0.048-1_all.deb ...
12:56:58 #11 36.41 Unpacking libgit-wrapper-perl (0.048-1) ...
12:56:58 #11 36.45 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:56:58 #11 36.45 Preparing to unpack .../294-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
12:56:58 #11 36.45 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
12:56:58 #11 36.48 Selecting previously unselected package libio-prompter-perl.
12:56:58 #21 17.08 Selecting previously unselected package gcc-mingw-w64-x86-64.
12:56:58 #21 17.08 Preparing to unpack .../8-gcc-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
12:56:58 #21 17.09 Unpacking gcc-mingw-w64-x86-64 (10.2.1-6+24.2) ...
12:56:58 #21 17.16 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
12:56:58 #21 17.18 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
12:56:58 #21 17.19 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
12:56:58 #21 17.20 Setting up mingw-w64-common (8.0.0-1) ...
12:56:58 #21 17.21 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
12:56:58 #21 17.22 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
12:56:58 #21 17.23 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
12:56:58 #21 17.24 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
12:56:58 #21 17.25 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
12:56:58 #21 17.26 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
12:56:58 #21 17.26 Setting up gcc-mingw-w64-x86-64 (10.2.1-6+24.2) ...
12:56:58 warning: line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:56:58 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:56:58 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:56:58 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.XB1vnR
12:56:58 + umask 022
12:56:58 + cd /root/rpmbuild/BUILD
12:56:58 + cd /root/rpmbuild/BUILD
12:56:58 + rm -rf src
12:56:58 + /usr/bin/mkdir -p src
12:56:58 + cd src
12:56:58 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:56:58 + /usr/bin/tar -xof -
12:56:58 #11 36.40 Unpacking libgitlab-api-v4-perl (0.25-1) ...
12:56:58 #11 36.44 Selecting previously unselected package libhash-fieldhash-perl.
12:56:58 #11 36.45 Preparing to unpack .../263-libhash-fieldhash-perl_0.15-1build2_arm64.deb ...
12:56:58 #11 36.45 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
12:56:58 #11 36.48 Selecting previously unselected package libhtml-form-perl.
12:56:58 #11 36.48 Preparing to unpack .../264-libhtml-form-perl_6.07-1_all.deb ...
12:56:58 #11 36.49 Unpacking libhtml-form-perl (6.07-1) ...
12:56:58 #11 36.52 Selecting previously unselected package libhtml-format-perl.
12:56:58 #11 36.52 Preparing to unpack .../265-libhtml-format-perl_2.12-1_all.deb ...
12:56:58 #11 36.53 Unpacking libhtml-format-perl (2.12-1) ...
12:56:58 #11 36.56 Selecting previously unselected package libhttp-daemon-perl.
12:56:58 #11 36.56 Preparing to unpack .../266-libhttp-daemon-perl_6.06-1ubuntu0.1_all.deb ...
12:56:58 #11 36.57 Unpacking libhttp-daemon-perl (6.06-1ubuntu0.1) ...
12:56:58 #11 36.60 Selecting previously unselected package libidn11:arm64.
12:56:58 #11 36.61 Preparing to unpack .../267-libidn11_1.33-2.2ubuntu2_arm64.deb ...
12:56:58 #11 36.61 Unpacking libidn11:arm64 (1.33-2.2ubuntu2) ...
12:56:58 #11 36.65 Selecting previously unselected package libstruct-dumb-perl.
12:56:58 #10 DONE 68.1s
12:56:58 
12:56:58 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:56:58 #11 DONE 0.1s
12:56:58 #10 28.34 Preparing to unpack .../053-autotools-dev_20180224.1_all.deb ...
12:56:58 #10 28.35 Unpacking autotools-dev (20180224.1) ...
12:56:58 #10 28.38 Selecting previously unselected package automake.
12:56:58 #10 28.39 Preparing to unpack .../054-automake_1%3a1.15.1-3ubuntu2_all.deb ...
12:56:58 #10 28.40 Unpacking automake (1:1.15.1-3ubuntu2) ...
12:56:58 #10 28.46 Selecting previously unselected package autopoint.
12:56:58 #10 28.47 Preparing to unpack .../055-autopoint_0.19.8.1-6ubuntu0.3_all.deb ...
12:56:58 #10 28.47 Unpacking autopoint (0.19.8.1-6ubuntu0.3) ...
12:56:58 #10 28.50 Selecting previously unselected package binutils-common:amd64.
12:56:58 #10 28.51 Preparing to unpack .../056-binutils-common_2.30-21ubuntu1~18.04.8_amd64.deb ...
12:56:58 #10 28.51 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.8) ...
12:56:58 #10 28.56 Selecting previously unselected package libbinutils:amd64.
12:56:58 #10 28.56 Preparing to unpack .../057-libbinutils_2.30-21ubuntu1~18.04.8_amd64.deb ...
12:56:58 #10 28.56 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.8) ...
12:56:58 #10 17.56 Unpacking gettext-base (0.21-11) ...
12:56:58 #10 17.64 Selecting previously unselected package libuchardet0:armhf.
12:56:58 #10 17.64 Preparing to unpack .../010-libuchardet0_0.0.7-1_armhf.deb ...
12:56:58 #10 17.65 Unpacking libuchardet0:armhf (0.0.7-1) ...
12:56:58 #10 17.70 Selecting previously unselected package groff-base.
12:56:58 #10 17.70 Preparing to unpack .../011-groff-base_1.22.4-9_armhf.deb ...
12:56:58 #10 17.70 Unpacking groff-base (1.22.4-9) ...
12:56:58 #10 57.46 Setting up libregexp-pattern-perl (0.2.14-2) ...
12:56:58 #10 57.47 Setting up libdata-messagepack-perl (1.02-1+b1) ...
12:56:58 #10 57.49 Setting up libclass-inspector-perl (1.36-3) ...
12:56:58 #10 57.50 Setting up libfont-afm-perl (1.20-4) ...
12:56:58 #10 57.52 Setting up libwant-perl (0.29-2+b1) ...
12:56:58 #10 57.54 Setting up libdynaloader-functions-perl (0.003-3) ...
12:56:58 #10 57.55 Setting up libclass-method-modifiers-perl (2.14-1) ...
12:56:58 #10 57.57 Setting up liblist-compare-perl (0.55-2) ...
12:56:58 #10 57.58 Setting up libref-util-xs-perl (0.117-2+b1) ...
12:56:58 #10 57.60 Setting up libio-pty-perl (1:1.17-1) ...
12:56:58 #10 57.61 Setting up libfile-fcntllock-perl (0.22-4+b1) ...
12:56:58 #10 57.63 Setting up libclone-perl:arm64 (0.46-1) ...
12:56:58 #10 57.65 Setting up libalgorithm-diff-perl (1.201-1) ...
12:56:58 #10 57.66 Setting up libarchive-zip-perl (1.68-1) ...
12:56:58 #10 57.68 Setting up libsub-identify-perl (0.14-3) ...
12:56:58 #10 57.71 Setting up libdistro-info-perl (1.5) ...
12:56:58 #10 57.73 Setting up libcpanel-json-xs-perl:arm64 (4.32-1+b1) ...
12:56:58 #10 57.74 Setting up libio-stringy-perl (2.111-3) ...
12:56:58 #10 57.76 Setting up libhtml-tagset-perl (3.20-6) ...
12:56:58 #10 57.78 Setting up liblog-any-perl (1.713-1) ...
12:56:58 #11 26.14 Preparing to unpack .../068-autopoint_0.19.8.1-10build1_all.deb ...
12:56:58 #11 26.15 Unpacking autopoint (0.19.8.1-10build1) ...
12:56:58 #11 26.20 Selecting previously unselected package binutils-common:amd64.
12:56:58 #11 26.20 Preparing to unpack .../069-binutils-common_2.34-6ubuntu1.4_amd64.deb ...
12:56:58 #11 26.20 Unpacking binutils-common:amd64 (2.34-6ubuntu1.4) ...
12:56:58 #11 26.25 Selecting previously unselected package libbinutils:amd64.
12:56:58 #11 26.25 Preparing to unpack .../070-libbinutils_2.34-6ubuntu1.4_amd64.deb ...
12:56:58 #11 26.25 Unpacking libbinutils:amd64 (2.34-6ubuntu1.4) ...
12:56:58 #11 26.33 Selecting previously unselected package libctf-nobfd0:amd64.
12:56:58 #11 26.33 Preparing to unpack .../071-libctf-nobfd0_2.34-6ubuntu1.4_amd64.deb ...
12:56:58 #11 26.33 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.4) ...
12:56:58 #11 26.36 Selecting previously unselected package libctf0:amd64.
12:56:58 #10 35.20 Fedora Modular 36 - x86_64                      2.0 MB/s | 2.4 MB     00:01    
12:56:58 #10 41.92 Setting up libnet-domain-tld-perl (1.75-1) ...
12:56:58 #10 41.93 Setting up libsub-install-perl (0.928-1) ...
12:56:58 #10 41.94 Setting up libdata-optlist-perl (0.110-1) ...
12:56:58 #10 41.94 Setting up libio-stringy-perl (2.111-2) ...
12:56:58 #10 41.95 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:56:58 #10 41.96 Setting up libtry-tiny-perl (0.30-1) ...
12:56:58 #10 41.97 Setting up libclass-method-modifiers-perl (2.12-1) ...
12:56:58 #10 41.98 Setting up libfont-afm-perl (1.20-2) ...
12:56:58 #10 41.99 Setting up libregexp-pattern-license-perl (3.0.31-3) ...
12:56:58 #10 42.00 Setting up python3-apt (1.6.6) ...
12:56:58 #10 42.18 Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ...
12:56:58 #11 24.56 Selecting previously unselected package cpp-11.
12:56:58 #11 24.57 Preparing to unpack .../075-cpp-11_11.3.0-1ubuntu1~22.04_amd64.deb ...
12:56:58 #11 24.57 Unpacking cpp-11 (11.3.0-1ubuntu1~22.04) ...
12:56:58 #11 24.73 Selecting previously unselected package cpp.
12:56:58 #11 24.73 Preparing to unpack .../076-cpp_4%3a11.2.0-1ubuntu1_amd64.deb ...
12:56:58 #11 24.73 Unpacking cpp (4:11.2.0-1ubuntu1) ...
12:56:58 #11 33.83 Preparing to unpack .../295-libnamespace-autoclean-perl_0.29-1_all.deb ...
12:56:58 #11 33.83 Unpacking libnamespace-autoclean-perl (0.29-1) ...
12:56:58 #11 33.86 Selecting previously unselected package libobject-id-perl.
12:56:58 #11 33.87 Preparing to unpack .../296-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
12:56:58 #11 33.87 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
12:56:58 #11 33.91 Selecting previously unselected package libmoox-struct-perl.
12:56:58 #11 33.91 Preparing to unpack .../297-libmoox-struct-perl_0.020-1_all.deb ...
12:56:58 #11 33.91 Unpacking libmoox-struct-perl (0.020-1) ...
12:56:58 #11 33.95 Selecting previously unselected package libmouse-perl.
12:56:58 #11 33.95 Preparing to unpack .../298-libmouse-perl_2.5.10-1build4_arm64.deb ...
12:56:58 #11 33.95 Unpacking libmouse-perl (2.5.10-1build4) ...
12:56:58 #11 33.99 Selecting previously unselected package libpackage-stash-xs-perl.
12:56:58 #11 33.99 Preparing to unpack .../299-libpackage-stash-xs-perl_0.29-1build5_arm64.deb ...
12:56:58 #11 34.00 Unpacking libpackage-stash-xs-perl (0.29-1build5) ...
12:56:58 #11 34.03 Selecting previously unselected package libpath-iterator-rule-perl.
12:56:58 #11 34.03 Preparing to unpack .../300-libpath-iterator-rule-perl_1.015-1_all.deb ...
12:56:58 #11 34.04 Unpacking libpath-iterator-rule-perl (1.015-1) ...
12:56:58 #11 34.07 Selecting previously unselected package libperlio-gzip-perl.
12:56:58 #11 34.07 Preparing to unpack .../301-libperlio-gzip-perl_0.19-1build8_arm64.deb ...
12:56:58 #11 34.08 Unpacking libperlio-gzip-perl (0.19-1build8) ...
12:56:58 #11 34.11 Selecting previously unselected package libperlio-utf8-strict-perl.
12:56:58 #11 34.12 Preparing to unpack .../302-libperlio-utf8-strict-perl_0.009-1build1_arm64.deb ...
12:56:58 #11 34.12 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
12:56:58 #11 34.16 Selecting previously unselected package libpod-parser-perl.
12:56:58 #11 34.16 Preparing to unpack .../303-libpod-parser-perl_1.63-2_all.deb ...
12:56:58 #11 34.18 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:56:58 #13 0.909 CentOS Stream 9 - BaseOS                         28 kB/s | 7.4 kB     00:00    
12:56:58 #10 38.08 Preparing to unpack .../181-libdeflate0_1.7-1_amd64.deb ...
12:56:58 #10 38.09 Unpacking libdeflate0:amd64 (1.7-1) ...
12:56:58 #10 38.13 Selecting previously unselected package libjbig0:amd64.
12:56:58 #10 38.13 Preparing to unpack .../182-libjbig0_2.1-3.1+b2_amd64.deb ...
12:56:58 #10 38.14 Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
12:56:58 #10 38.17 Selecting previously unselected package libwebp6:amd64.
12:56:58 #10 38.17 Preparing to unpack .../183-libwebp6_0.6.1-2.1_amd64.deb ...
12:56:58 #10 38.18 Unpacking libwebp6:amd64 (0.6.1-2.1) ...
12:56:58 #10 38.23 Selecting previously unselected package libtiff5:amd64.
12:56:58 #10 38.24 Preparing to unpack .../184-libtiff5_4.2.0-1+deb11u3_amd64.deb ...
12:56:58 #10 38.24 Unpacking libtiff5:amd64 (4.2.0-1+deb11u3) ...
12:56:58 #10 38.30 Selecting previously unselected package libxau6:amd64.
12:56:58 #10 35.50 Preparing to unpack .../127-libsub-quote-perl_2.006008-1_all.deb ...
12:56:58 #10 35.51 Unpacking libsub-quote-perl (2.006008-1) ...
12:56:58 #10 35.53 Selecting previously unselected package libmoo-perl.
12:56:58 #10 35.53 Preparing to unpack .../128-libmoo-perl_2.005005-1_all.deb ...
12:56:58 #10 35.54 Unpacking libmoo-perl (2.005005-1) ...
12:56:58 #10 35.57 Selecting previously unselected package libencode-locale-perl.
12:56:58 #10 35.57 Preparing to unpack .../129-libencode-locale-perl_1.05-3_all.deb ...
12:56:58 #10 35.58 Unpacking libencode-locale-perl (1.05-3) ...
12:56:58 #10 35.60 Selecting previously unselected package libtimedate-perl.
12:56:58 #10 35.61 Preparing to unpack .../130-libtimedate-perl_2.3300-2_all.deb ...
12:56:58 #10 35.61 Unpacking libtimedate-perl (2.3300-2) ...
12:56:58 #10 35.65 Selecting previously unselected package libhttp-date-perl.
12:56:58 #10 35.65 Preparing to unpack .../131-libhttp-date-perl_6.05-2_all.deb ...
12:56:58 #10 35.65 Unpacking libhttp-date-perl (6.05-2) ...
12:56:58 #10 35.68 Selecting previously unselected package libfile-listing-perl.
12:56:58 #10 35.68 Preparing to unpack .../132-libfile-listing-perl_6.15-1_all.deb ...
12:56:58 #10 35.68 Unpacking libfile-listing-perl (6.15-1) ...
12:56:58 #10 35.71 Selecting previously unselected package libhtml-tagset-perl.
12:56:58 #10 35.71 Preparing to unpack .../133-libhtml-tagset-perl_3.20-6_all.deb ...
12:56:58 #10 35.72 Unpacking libhtml-tagset-perl (3.20-6) ...
12:56:58 #10 35.74 Selecting previously unselected package libregexp-ipv6-perl.
12:56:58 #10 35.74 Preparing to unpack .../134-libregexp-ipv6-perl_0.03-3_all.deb ...
12:56:58 #10 35.75 Unpacking libregexp-ipv6-perl (0.03-3) ...
12:56:58 #10 35.77 Selecting previously unselected package liburi-perl.
12:56:58 #10 35.78 Preparing to unpack .../135-liburi-perl_5.17-1_all.deb ...
12:56:58 #10 35.78 Unpacking liburi-perl (5.17-1) ...
12:56:58 #10 35.83 Selecting previously unselected package libhtml-parser-perl:amd64.
12:56:58 #11 38.37 Preparing to unpack .../298-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
12:56:58 #11 38.38 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
12:56:58 #11 38.43 Selecting previously unselected package libpackage-stash-perl.
12:56:58 #11 38.44 Preparing to unpack .../299-libpackage-stash-perl_0.40-1_all.deb ...
12:56:58 #11 38.44 Unpacking libpackage-stash-perl (0.40-1) ...
12:56:58 #11 38.48 Selecting previously unselected package libsub-identify-perl.
12:56:58 #11 38.48 Preparing to unpack .../300-libsub-identify-perl_0.14-2_arm64.deb ...
12:56:58 #11 38.48 Unpacking libsub-identify-perl (0.14-2) ...
12:56:58 #11 38.52 Selecting previously unselected package libsub-name-perl:arm64.
12:56:58 #11 38.52 Preparing to unpack .../301-libsub-name-perl_0.26-2_arm64.deb ...
12:56:58 #11 38.52 Unpacking libsub-name-perl:arm64 (0.26-2) ...
12:56:58 #11 38.56 Selecting previously unselected package libnamespace-clean-perl.
12:56:58 #11 38.56 Preparing to unpack .../302-libnamespace-clean-perl_0.27-2_all.deb ...
12:56:58 #11 38.56 Unpacking libnamespace-clean-perl (0.27-2) ...
12:56:58 #11 38.60 Selecting previously unselected package libpath-tiny-perl.
12:56:58 #11 36.48 Preparing to unpack .../295-libio-prompter-perl_0.004015-1_all.deb ...
12:56:58 #11 36.48 Unpacking libio-prompter-perl (0.004015-1) ...
12:56:58 #11 36.51 Selecting previously unselected package libjson-perl.
12:56:58 #11 36.51 Preparing to unpack .../296-libjson-perl_4.09000-1_all.deb ...
12:56:58 #11 36.52 Unpacking libjson-perl (4.09000-1) ...
12:56:58 #11 36.54 Selecting previously unselected package liblog-any-perl.
12:56:58 #11 36.54 Preparing to unpack .../297-liblog-any-perl_1.710-1_all.deb ...
12:56:58 #11 36.55 Unpacking liblog-any-perl (1.710-1) ...
12:56:58 #11 36.58 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:56:58 #11 36.58 Preparing to unpack .../298-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
12:56:58 #11 36.58 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
12:56:58 #11 36.60 Selecting previously unselected package libpackage-stash-perl.
12:56:58 #11 36.61 Preparing to unpack .../299-libpackage-stash-perl_0.40-1_all.deb ...
12:56:58 #11 36.61 Unpacking libpackage-stash-perl (0.40-1) ...
12:56:58 #11 36.63 Selecting previously unselected package libsub-identify-perl.
12:56:58 #11 36.63 Preparing to unpack .../300-libsub-identify-perl_0.14-2_amd64.deb ...
12:56:58 #11 36.64 Unpacking libsub-identify-perl (0.14-2) ...
12:56:58 #11 36.66 Selecting previously unselected package libsub-name-perl:amd64.
12:56:58 #11 36.66 Preparing to unpack .../301-libsub-name-perl_0.26-2_amd64.deb ...
12:56:58 #11 36.67 Unpacking libsub-name-perl:amd64 (0.26-2) ...
12:56:58 #11 36.69 Selecting previously unselected package libnamespace-clean-perl.
12:56:58 #11 36.65 Preparing to unpack .../268-libstruct-dumb-perl_0.09-1_all.deb ...
12:56:58 #11 36.65 Unpacking libstruct-dumb-perl (0.09-1) ...
12:56:58 #11 36.69 Selecting previously unselected package libio-async-perl.
12:56:58 #11 36.69 Preparing to unpack .../269-libio-async-perl_0.75-1_all.deb ...
12:56:58 #11 36.69 Unpacking libio-async-perl (0.75-1) ...
12:56:58 #11 36.74 Selecting previously unselected package liblinux-epoll-perl.
12:56:58 #11 36.75 Preparing to unpack .../270-liblinux-epoll-perl_0.017-1_arm64.deb ...
12:56:58 #11 36.75 Unpacking liblinux-epoll-perl (0.017-1) ...
12:56:58 #11 36.78 Selecting previously unselected package libio-async-loop-epoll-perl.
12:56:58 #11 36.78 Preparing to unpack .../271-libio-async-loop-epoll-perl_0.20-1_all.deb ...
12:56:58 #11 36.78 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
12:56:58 #11 36.82 Selecting previously unselected package libtypes-serialiser-perl.
12:56:58 #11 36.82 Preparing to unpack .../272-libtypes-serialiser-perl_1.0-1_all.deb ...
12:56:58 #11 36.82 Unpacking libtypes-serialiser-perl (1.0-1) ...
12:56:58 #11 36.85 Selecting previously unselected package libjson-xs-perl.
12:56:58 + STATUS=0
12:56:58 + '[' 0 -ne 0 ']'
12:56:58 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:56:58 + /usr/bin/tar -xof -
12:56:58 
12:56:58 #12 [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
12:56:58 #10 28.65 Selecting previously unselected package binutils-x86-64-linux-gnu.
12:56:58 #10 28.65 Preparing to unpack .../058-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.8_amd64.deb ...
12:56:58 #10 28.65 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.8) ...
12:56:58 #10 28.88 Selecting previously unselected package binutils.
12:56:58 #10 17.86 Selecting previously unselected package krb5-locales.
12:56:58 #10 17.86 Preparing to unpack .../012-krb5-locales_1.20.1-1_all.deb ...
12:56:58 #10 17.87 Unpacking krb5-locales (1.20.1-1) ...
12:56:58 #10 17.92 Selecting previously unselected package bsdextrautils.
12:56:58 #10 17.92 Preparing to unpack .../013-bsdextrautils_2.38.1-4_armhf.deb ...
12:56:58 #10 17.93 Unpacking bsdextrautils (2.38.1-4) ...
12:56:58 #10 18.00 Selecting previously unselected package libpipeline1:armhf.
12:56:58 #10 18.00 Preparing to unpack .../014-libpipeline1_1.5.7-1_armhf.deb ...
12:56:58 #10 18.00 Unpacking libpipeline1:armhf (1.5.7-1) ...
12:56:58 #10 18.06 Selecting previously unselected package man-db.
12:56:58 #10 18.06 Preparing to unpack .../015-man-db_2.11.2-1_armhf.deb ...
12:56:58 #10 18.07 Unpacking man-db (2.11.2-1) ...
12:56:58 #10 57.80 Setting up libauthen-sasl-perl (2.1600-3) ...
12:56:58 #10 57.81 Setting up libdevel-size-perl (0.83-2+b1) ...
12:56:58 #10 57.82 Setting up libpython3.11-stdlib:arm64 (3.11.1-2) ...
12:56:58 #10 57.84 Setting up libdebhelper-perl (13.11.4) ...
12:56:58 #10 57.85 Setting up libpod-constants-perl (0.19-2) ...
12:56:58 #10 57.87 Setting up libregexp-pattern-license-perl (3.9.4-3) ...
12:56:58 #10 57.88 Setting up libconvert-binhex-perl (1.125-3) ...
12:56:58 #10 57.89 Setting up liblwp-mediatypes-perl (6.04-2) ...
12:56:58 #10 57.90 Setting up libyaml-libyaml-perl (0.86+ds-1) ...
12:56:58 #10 57.92 Setting up libio-interactive-perl (1.023-2) ...
12:56:58 #10 57.94 Setting up libtry-tiny-perl (0.31-2) ...
12:56:58 #10 57.96 Setting up libtype-tiny-perl (2.002001-1) ...
12:56:58 #10 57.97 Setting up libcommon-sense-perl:arm64 (3.75-3) ...
12:56:58 #10 57.99 Setting up libmldbm-perl (2.05-4) ...
12:56:58 #10 38.84 Selecting previously unselected package iso-codes.
12:56:58 #10 38.84 Preparing to unpack .../170-iso-codes_4.2-1_all.deb ...
12:56:58 #11 26.36 Preparing to unpack .../072-libctf0_2.34-6ubuntu1.4_amd64.deb ...
12:56:58 #11 26.37 Unpacking libctf0:amd64 (2.34-6ubuntu1.4) ...
12:56:58 #11 26.39 Selecting previously unselected package binutils-x86-64-linux-gnu.
12:56:58 #11 26.40 Preparing to unpack .../073-binutils-x86-64-linux-gnu_2.34-6ubuntu1.4_amd64.deb ...
12:56:58 #11 26.40 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.4) ...
12:56:58 #10 42.19 Setting up libxext6:arm64 (2:1.3.3-1) ...
12:56:58 #10 42.21 Setting up po-debconf (1.0.20) ...
12:56:58 #10 42.21 Setting up libdistro-info-perl (0.18ubuntu0.18.04.1) ...
12:56:58 #10 42.22 Setting up libio-socket-inet6-perl (2.72-2) ...
12:56:58 #10 42.23 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:56:58 #10 42.24 Setting up libio-pty-perl (1:1.08-1.1build4) ...
12:56:58 #10 42.25 Setting up libfile-which-perl (1.21-1) ...
12:56:58 #10 42.26 Setting up libencode-locale-perl (1.05-1) ...
12:56:58 #10 42.27 Setting up libperlio-gzip-perl (0.19-1build3) ...
12:56:58 #10 42.28 Setting up libtext-levenshtein-perl (0.13-1) ...
12:56:58 #10 42.28 Setting up liberror-perl (0.17025-1) ...
12:56:58 #10 42.29 Setting up libvariable-magic-perl (0.62-1) ...
12:56:58 #10 42.30 Setting up libtimedate-perl (2.3000-2) ...
12:56:58 #10 42.31 Setting up libnet-ip-perl (1.26-1) ...
12:56:58 #10 42.32 Setting up librole-tiny-perl (2.000006-1) ...
12:56:58 #10 42.33 Setting up libnet-ssleay-perl (1.84-1ubuntu0.2) ...
12:56:58 #10 42.33 Setting up libfile-homedir-perl (1.002-1) ...
12:56:58 #10 42.34 Setting up libipc-system-simple-perl (1.25-4) ...
12:56:58 #10 42.35 Setting up libfile-basedir-perl (0.07-1) ...
12:56:58 #10 42.36 Setting up libstring-escape-perl (2010.002-2) ...
12:56:58 #10 42.37 Setting up libb-hooks-op-check-perl (0.22-1) ...
12:56:58 #10 42.38 Setting up libio-html-perl (1.001-1) ...
12:56:58 #10 42.39 Setting up libexporter-tiny-perl (1.000000-2) ...
12:56:58 #11 24.77 Selecting previously unselected package libcc1-0:amd64.
12:56:58 #11 24.78 Preparing to unpack .../077-libcc1-0_12.1.0-2ubuntu1~22.04_amd64.deb ...
12:56:58 #11 24.78 Unpacking libcc1-0:amd64 (12.1.0-2ubuntu1~22.04) ...
12:56:58 #11 24.81 Selecting previously unselected package libgomp1:amd64.
12:56:58 #11 24.81 Preparing to unpack .../078-libgomp1_12.1.0-2ubuntu1~22.04_amd64.deb ...
12:56:58 #11 24.82 Unpacking libgomp1:amd64 (12.1.0-2ubuntu1~22.04) ...
12:56:58 #11 24.85 Selecting previously unselected package libitm1:amd64.
12:56:58 #11 24.85 Preparing to unpack .../079-libitm1_12.1.0-2ubuntu1~22.04_amd64.deb ...
12:56:58 #11 24.86 Unpacking libitm1:amd64 (12.1.0-2ubuntu1~22.04) ...
12:56:58 #11 24.89 Selecting previously unselected package libatomic1:amd64.
12:56:58 #11 24.89 Preparing to unpack .../080-libatomic1_12.1.0-2ubuntu1~22.04_amd64.deb ...
12:56:58 #11 24.89 Unpacking libatomic1:amd64 (12.1.0-2ubuntu1~22.04) ...
12:56:58 #11 24.93 Selecting previously unselected package libasan6:amd64.
12:56:58 #11 24.93 Preparing to unpack .../081-libasan6_11.3.0-1ubuntu1~22.04_amd64.deb ...
12:56:58 #11 24.93 Unpacking libasan6:amd64 (11.3.0-1ubuntu1~22.04) ...
12:56:58 #11 34.19 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:56:58 #11 34.19 Unpacking libpod-parser-perl (1.63-2) ...
12:56:58 #11 34.23 Selecting previously unselected package libpod-constants-perl.
12:56:58 #11 34.23 Preparing to unpack .../304-libpod-constants-perl_0.19-2_all.deb ...
12:56:58 #11 34.24 Unpacking libpod-constants-perl (0.19-2) ...
12:56:58 #11 34.27 Selecting previously unselected package libproc-processtable-perl:arm64.
12:56:58 #11 34.27 Preparing to unpack .../305-libproc-processtable-perl_0.634-1build1_arm64.deb ...
12:56:58 #11 34.28 Unpacking libproc-processtable-perl:arm64 (0.634-1build1) ...
12:56:58 #11 34.34 Selecting previously unselected package libre2-9:arm64.
12:56:58 #11 34.34 Preparing to unpack .../306-libre2-9_20220201+dfsg-1_arm64.deb ...
12:56:58 #11 34.35 Unpacking libre2-9:arm64 (20220201+dfsg-1) ...
12:56:58 #11 34.38 Selecting previously unselected package libre-engine-re2-perl:arm64.
12:56:58 #13 1.215 CentOS Stream 9 - AppStream                      31 kB/s | 7.5 kB     00:00    
12:56:58 #10 38.30 Preparing to unpack .../185-libxau6_1%3a1.0.9-1_amd64.deb ...
12:56:58 #10 38.31 Unpacking libxau6:amd64 (1:1.0.9-1) ...
12:56:58 #10 38.34 Selecting previously unselected package libxdmcp6:amd64.
12:56:58 #10 38.35 Preparing to unpack .../186-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
12:56:58 #10 38.35 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
12:56:58 #10 38.40 Selecting previously unselected package libxcb1:amd64.
12:56:58 #10 38.40 Preparing to unpack .../187-libxcb1_1.14-3_amd64.deb ...
12:56:58 #10 38.40 Unpacking libxcb1:amd64 (1.14-3) ...
12:56:58 #10 38.45 Selecting previously unselected package libx11-data.
12:56:58 #10 38.45 Preparing to unpack .../188-libx11-data_2%3a1.7.2-1_all.deb ...
12:56:58 #10 38.45 Unpacking libx11-data (2:1.7.2-1) ...
12:56:58 #10 38.54 Selecting previously unselected package libx11-6:amd64.
12:56:58 #10 38.54 Preparing to unpack .../189-libx11-6_2%3a1.7.2-1_amd64.deb ...
12:56:58 #10 38.55 Unpacking libx11-6:amd64 (2:1.7.2-1) ...
12:56:58 #10 38.63 Selecting previously unselected package libxpm4:amd64.
12:56:58 #10 38.63 Preparing to unpack .../190-libxpm4_1%3a3.5.12-1_amd64.deb ...
12:56:58 #10 38.64 Unpacking libxpm4:amd64 (1:3.5.12-1) ...
12:56:58 #10 35.83 Preparing to unpack .../136-libhtml-parser-perl_3.81-1_amd64.deb ...
12:56:58 #10 35.85 Unpacking libhtml-parser-perl:amd64 (3.81-1) ...
12:56:58 #10 35.91 Selecting previously unselected package libhtml-tree-perl.
12:56:58 #10 35.91 Preparing to unpack .../137-libhtml-tree-perl_5.07-3_all.deb ...
12:56:58 #10 35.92 Unpacking libhtml-tree-perl (5.07-3) ...
12:56:58 #10 35.96 Selecting previously unselected package libclone-perl:amd64.
12:56:58 #10 35.96 Preparing to unpack .../138-libclone-perl_0.46-1_amd64.deb ...
12:56:58 #10 35.97 Unpacking libclone-perl:amd64 (0.46-1) ...
12:56:58 #10 36.00 Selecting previously unselected package libio-html-perl.
12:56:58 #10 36.00 Preparing to unpack .../139-libio-html-perl_1.004-3_all.deb ...
12:56:58 #10 36.00 Unpacking libio-html-perl (1.004-3) ...
12:56:58 #10 36.03 Selecting previously unselected package liblwp-mediatypes-perl.
12:56:58 #10 36.03 Preparing to unpack .../140-liblwp-mediatypes-perl_6.04-2_all.deb ...
12:56:58 #10 36.03 Unpacking liblwp-mediatypes-perl (6.04-2) ...
12:56:58 #10 36.06 Selecting previously unselected package libhttp-message-perl.
12:56:58 #11 38.60 Preparing to unpack .../303-libpath-tiny-perl_0.122-1_all.deb ...
12:56:58 #11 38.60 Unpacking libpath-tiny-perl (0.122-1) ...
12:56:58 #11 38.64 Selecting previously unselected package libstrictures-perl.
12:56:58 #11 38.64 Preparing to unpack .../304-libstrictures-perl_2.000006-1_all.deb ...
12:56:58 #11 38.65 Unpacking libstrictures-perl (2.000006-1) ...
12:56:58 #11 38.68 Selecting previously unselected package libtype-tiny-perl.
12:56:58 #11 38.69 Preparing to unpack .../305-libtype-tiny-perl_1.016008-1_all.deb ...
12:56:58 #11 38.69 Unpacking libtype-tiny-perl (1.016008-1) ...
12:56:58 #11 38.74 Selecting previously unselected package libgitlab-api-v4-perl.
12:56:58 #11 38.74 Preparing to unpack .../306-libgitlab-api-v4-perl_0.26-1_all.deb ...
12:56:58 #11 38.75 Unpacking libgitlab-api-v4-perl (0.26-1) ...
12:56:58 #11 38.79 Selecting previously unselected package libhtml-form-perl.
12:56:58 #11 38.79 Preparing to unpack .../307-libhtml-form-perl_6.10-1_all.deb ...
12:56:58 #11 38.80 Unpacking libhtml-form-perl (6.10-1) ...
12:56:58 #11 38.83 Selecting previously unselected package libhtml-format-perl.
12:56:58 #11 38.84 Preparing to unpack .../308-libhtml-format-perl_2.16-1_all.deb ...
12:56:58 #11 38.84 Unpacking libhtml-format-perl (2.16-1) ...
12:56:58 #11 36.69 Preparing to unpack .../302-libnamespace-clean-perl_0.27-2_all.deb ...
12:56:58 #11 36.69 Unpacking libnamespace-clean-perl (0.27-2) ...
12:56:58 #11 36.72 Selecting previously unselected package libpath-tiny-perl.
12:56:58 #11 36.72 Preparing to unpack .../303-libpath-tiny-perl_0.122-1_all.deb ...
12:56:58 #11 36.73 Unpacking libpath-tiny-perl (0.122-1) ...
12:56:58 #11 36.75 Selecting previously unselected package libstrictures-perl.
12:56:58 #11 36.75 Preparing to unpack .../304-libstrictures-perl_2.000006-1_all.deb ...
12:56:58 #11 36.76 Unpacking libstrictures-perl (2.000006-1) ...
12:56:58 #11 36.79 Selecting previously unselected package libtype-tiny-perl.
12:56:58 #11 36.79 Preparing to unpack .../305-libtype-tiny-perl_1.016008-1_all.deb ...
12:56:58 #11 36.80 Unpacking libtype-tiny-perl (1.016008-1) ...
12:56:58 #11 36.84 Selecting previously unselected package libgitlab-api-v4-perl.
12:56:58 #11 36.84 Preparing to unpack .../306-libgitlab-api-v4-perl_0.26-1_all.deb ...
12:56:58 #11 36.84 Unpacking libgitlab-api-v4-perl (0.26-1) ...
12:56:58 #11 36.88 Selecting previously unselected package libhtml-form-perl.
12:56:58 #11 36.88 Preparing to unpack .../307-libhtml-form-perl_6.10-1_all.deb ...
12:56:58 #11 36.88 Unpacking libhtml-form-perl (6.10-1) ...
12:56:58 #11 36.91 Selecting previously unselected package libhtml-format-perl.
12:56:58 #11 36.85 Preparing to unpack .../273-libjson-xs-perl_4.020-1build1_arm64.deb ...
12:56:58 #11 36.86 Unpacking libjson-xs-perl (4.020-1build1) ...
12:56:58 #11 36.89 Selecting previously unselected package libjson-maybexs-perl.
12:56:58 #11 36.90 Preparing to unpack .../274-libjson-maybexs-perl_1.004000-1_all.deb ...
12:56:58 #11 36.90 Unpacking libjson-maybexs-perl (1.004000-1) ...
12:56:58 #11 36.93 Selecting previously unselected package liblist-compare-perl.
12:56:58 #11 36.93 Preparing to unpack .../275-liblist-compare-perl_0.53-1_all.deb ...
12:56:58 #11 36.94 Unpacking liblist-compare-perl (0.53-1) ...
12:56:58 #11 36.97 Selecting previously unselected package liblist-moreutils-perl.
12:56:58 #11 36.97 Preparing to unpack .../276-liblist-moreutils-perl_0.416-1build5_arm64.deb ...
12:56:58 #11 36.98 Unpacking liblist-moreutils-perl (0.416-1build5) ...
12:56:58 #11 37.01 Selecting previously unselected package liblist-someutils-perl.
12:56:58 #11 37.01 Preparing to unpack .../277-liblist-someutils-perl_0.58-1_all.deb ...
12:56:58 #11 37.02 Unpacking liblist-someutils-perl (0.58-1) ...
12:56:58 #11 37.05 Selecting previously unselected package liblist-someutils-xs-perl.
12:56:58 #11 37.05 Preparing to unpack .../278-liblist-someutils-xs-perl_0.58-2_arm64.deb ...
12:56:58 #11 37.05 Unpacking liblist-someutils-xs-perl (0.58-2) ...
12:56:58 #11 37.09 Selecting previously unselected package libltdl7:arm64.
12:56:58 #10 28.88 Preparing to unpack .../059-binutils_2.30-21ubuntu1~18.04.8_amd64.deb ...
12:56:58 #10 28.89 Unpacking binutils (2.30-21ubuntu1~18.04.8) ...
12:56:58 #10 28.92 Selecting previously unselected package libc-dev-bin.
12:56:58 #10 28.92 Preparing to unpack .../060-libc-dev-bin_2.27-3ubuntu1.6_amd64.deb ...
12:56:58 #10 28.92 Unpacking libc-dev-bin (2.27-3ubuntu1.6) ...
12:56:58 #10 28.96 Selecting previously unselected package linux-libc-dev:amd64.
12:56:58 #10 28.96 Preparing to unpack .../061-linux-libc-dev_4.15.0-202.213_amd64.deb ...
12:56:58 #10 28.96 Unpacking linux-libc-dev:amd64 (4.15.0-202.213) ...
12:56:58 #10 29.13 Selecting previously unselected package libc6-dev:amd64.
12:56:58 #10 18.28 Selecting previously unselected package manpages.
12:56:58 #10 18.28 Preparing to unpack .../016-manpages_6.02-1_all.deb ...
12:56:58 #10 18.29 Unpacking manpages (6.02-1) ...
12:56:58 #10 58.01 Setting up libxml-namespacesupport-perl (1.12-2) ...
12:56:58 #10 58.03 Setting up libnet-http-perl (6.22-1) ...
12:56:58 #10 58.07 Setting up libpath-iterator-rule-perl (1.015-2) ...
12:56:58 #10 58.10 Setting up libtext-markdown-discount-perl (0.16-1) ...
12:56:58 #10 58.12 Setting up libhttp-tiny-multipart-perl (0.08-2) ...
12:56:58 #10 58.15 Setting up libtime-moment-perl (0.44-2+b1) ...
12:56:58 #10 58.17 Setting up libencode-locale-perl (1.05-3) ...
12:56:58 #10 58.20 Setting up libexception-class-perl (1.45-1) ...
12:56:58 #10 38.84 Unpacking iso-codes (4.2-1) ...
12:56:58 #11 26.70 Selecting previously unselected package binutils.
12:56:58 #11 26.70 Preparing to unpack .../074-binutils_2.34-6ubuntu1.4_amd64.deb ...
12:56:58 #11 26.70 Unpacking binutils (2.34-6ubuntu1.4) ...
12:56:58 #11 26.73 Selecting previously unselected package libc-dev-bin.
12:56:58 #11 26.74 Preparing to unpack .../075-libc-dev-bin_2.31-0ubuntu9.9_amd64.deb ...
12:56:58 #11 26.74 Unpacking libc-dev-bin (2.31-0ubuntu9.9) ...
12:56:58 #11 26.79 Selecting previously unselected package linux-libc-dev:amd64.
12:56:58 #11 26.79 Preparing to unpack .../076-linux-libc-dev_5.4.0-137.154_amd64.deb ...
12:56:58 #11 26.79 Unpacking linux-libc-dev:amd64 (5.4.0-137.154) ...
12:56:58 #10 42.40 Setting up libarchive-cpio-perl (0.10-1) ...
12:56:58 #10 42.41 Setting up libdpkg-perl (1.19.0.5ubuntu2.4) ...
12:56:58 #10 42.42 Setting up libnumber-range-perl (0.12-1) ...
12:56:58 #10 42.46 Setting up liblist-compare-perl (0.53-1) ...
12:56:58 #10 42.47 Setting up autoconf (2.69-11) ...
12:56:58 #10 42.48 Setting up libpath-iterator-rule-perl (1.009-1) ...
12:56:58 #10 42.49 Setting up python3-gpg (1.10.0-1ubuntu2) ...
12:56:58 #11 25.01 Selecting previously unselected package liblsan0:amd64.
12:56:58 #11 25.01 Preparing to unpack .../082-liblsan0_12.1.0-2ubuntu1~22.04_amd64.deb ...
12:56:58 #11 25.01 Unpacking liblsan0:amd64 (12.1.0-2ubuntu1~22.04) ...
12:56:58 #11 25.06 Selecting previously unselected package libtsan0:amd64.
12:56:58 #11 25.06 Preparing to unpack .../083-libtsan0_11.3.0-1ubuntu1~22.04_amd64.deb ...
12:56:58 #11 25.06 Unpacking libtsan0:amd64 (11.3.0-1ubuntu1~22.04) ...
12:56:58 #11 25.14 Selecting previously unselected package libubsan1:amd64.
12:56:58 #11 25.14 Preparing to unpack .../084-libubsan1_12.1.0-2ubuntu1~22.04_amd64.deb ...
12:56:58 #11 25.14 Unpacking libubsan1:amd64 (12.1.0-2ubuntu1~22.04) ...
12:56:58 #11 25.19 Selecting previously unselected package libquadmath0:amd64.
12:56:58 #11 25.19 Preparing to unpack .../085-libquadmath0_12.1.0-2ubuntu1~22.04_amd64.deb ...
12:56:58 #11 25.20 Unpacking libquadmath0:amd64 (12.1.0-2ubuntu1~22.04) ...
12:56:58 #11 25.23 Selecting previously unselected package libgcc-11-dev:amd64.
12:56:58 #11 25.23 Preparing to unpack .../086-libgcc-11-dev_11.3.0-1ubuntu1~22.04_amd64.deb ...
12:56:58 #11 25.23 Unpacking libgcc-11-dev:amd64 (11.3.0-1ubuntu1~22.04) ...
12:56:58 #11 34.39 Preparing to unpack .../307-libre-engine-re2-perl_0.14-1build2_arm64.deb ...
12:56:58 #11 34.39 Unpacking libre-engine-re2-perl:arm64 (0.14-1build2) ...
12:56:58 #11 34.43 Selecting previously unselected package libreadonly-perl.
12:56:58 #11 34.43 Preparing to unpack .../308-libreadonly-perl_2.050-3_all.deb ...
12:56:58 #11 34.43 Unpacking libreadonly-perl (2.050-3) ...
12:56:58 #11 34.47 Selecting previously unselected package libref-util-perl.
12:56:58 #11 34.47 Preparing to unpack .../309-libref-util-perl_0.204-1_all.deb ...
12:56:58 #11 34.48 Unpacking libref-util-perl (0.204-1) ...
12:56:58 #11 34.51 Selecting previously unselected package libref-util-xs-perl.
12:56:58 #11 34.51 Preparing to unpack .../310-libref-util-xs-perl_0.117-1build5_arm64.deb ...
12:56:58 #11 34.51 Unpacking libref-util-xs-perl (0.117-1build5) ...
12:56:58 #11 34.55 Selecting previously unselected package libregexp-pattern-license-perl.
12:56:58 #11 34.55 Preparing to unpack .../311-libregexp-pattern-license-perl_3.9.3-1_all.deb ...
12:56:58 #11 34.55 Unpacking libregexp-pattern-license-perl (3.9.3-1) ...
12:56:58 #11 34.59 Selecting previously unselected package libregexp-pattern-perl.
12:56:58 #11 34.59 Preparing to unpack .../312-libregexp-pattern-perl_0.2.14-1_all.deb ...
12:56:58 #11 34.59 Unpacking libregexp-pattern-perl (0.2.14-1) ...
12:56:58 #11 34.63 Selecting previously unselected package libsasl2-modules:arm64.
12:56:58 #10 38.68 Selecting previously unselected package libgd3:amd64.
12:56:58 #10 38.68 Preparing to unpack .../191-libgd3_2.3.0-2_amd64.deb ...
12:56:58 #10 38.69 Unpacking libgd3:amd64 (2.3.0-2) ...
12:56:58 #10 38.73 Selecting previously unselected package libc-devtools.
12:56:58 #10 38.73 Preparing to unpack .../192-libc-devtools_2.31-13+deb11u5_amd64.deb ...
12:56:58 #10 38.73 Unpacking libc-devtools (2.31-13+deb11u5) ...
12:56:58 #10 38.77 Selecting previously unselected package libcapture-tiny-perl.
12:56:58 #10 36.07 Preparing to unpack .../141-libhttp-message-perl_6.44-1_all.deb ...
12:56:58 #10 36.07 Unpacking libhttp-message-perl (6.44-1) ...
12:56:58 #10 36.11 Selecting previously unselected package libhttp-cookies-perl.
12:56:58 #10 36.11 Preparing to unpack .../142-libhttp-cookies-perl_6.10-1_all.deb ...
12:56:58 #10 36.11 Unpacking libhttp-cookies-perl (6.10-1) ...
12:56:58 #10 36.14 Selecting previously unselected package libhttp-negotiate-perl.
12:56:58 #10 36.14 Preparing to unpack .../143-libhttp-negotiate-perl_6.01-2_all.deb ...
12:56:58 #10 36.15 Unpacking libhttp-negotiate-perl (6.01-2) ...
12:56:58 #10 36.17 Selecting previously unselected package perl-openssl-defaults:amd64.
12:56:58 #10 36.18 Preparing to unpack .../144-perl-openssl-defaults_7+b1_amd64.deb ...
12:56:58 #10 36.18 Unpacking perl-openssl-defaults:amd64 (7+b1) ...
12:56:58 #10 36.21 Selecting previously unselected package libnet-ssleay-perl:amd64.
12:56:58 #10 36.21 Preparing to unpack .../145-libnet-ssleay-perl_1.92-2+b1_amd64.deb ...
12:56:58 #10 36.21 Unpacking libnet-ssleay-perl:amd64 (1.92-2+b1) ...
12:56:58 #10 36.27 Selecting previously unselected package libio-socket-ssl-perl.
12:56:58 #10 36.27 Preparing to unpack .../146-libio-socket-ssl-perl_2.078-1_all.deb ...
12:56:58 #10 36.27 Unpacking libio-socket-ssl-perl (2.078-1) ...
12:56:58 #11 38.87 Selecting previously unselected package libhtml-html5-entities-perl.
12:56:58 #11 38.88 Preparing to unpack .../309-libhtml-html5-entities-perl_0.004-2_all.deb ...
12:56:58 #11 38.88 Unpacking libhtml-html5-entities-perl (0.004-2) ...
12:56:58 #11 38.92 Selecting previously unselected package libhtml-tokeparser-simple-perl.
12:56:58 #11 38.92 Preparing to unpack .../310-libhtml-tokeparser-simple-perl_3.16-4_all.deb ...
12:56:58 #11 38.93 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ...
12:56:58 #11 38.96 Selecting previously unselected package libhttp-daemon-perl.
12:56:58 #11 38.96 Preparing to unpack .../311-libhttp-daemon-perl_6.14-1.1_all.deb ...
12:56:58 #11 38.97 Unpacking libhttp-daemon-perl (6.14-1.1) ...
12:56:58 #11 39.00 Selecting previously unselected package libindirect-perl.
12:56:58 #11 39.01 Preparing to unpack .../312-libindirect-perl_0.39-2_arm64.deb ...
12:56:58 #11 39.01 Unpacking libindirect-perl (0.39-2) ...
12:56:58 #11 39.05 Selecting previously unselected package libio-interactive-perl.
12:56:58 #11 39.05 Preparing to unpack .../313-libio-interactive-perl_1.023-1_all.deb ...
12:56:58 #11 39.05 Unpacking libio-interactive-perl (1.023-1) ...
12:56:58 #11 39.09 Selecting previously unselected package libtypes-serialiser-perl.
12:56:58 #11 36.91 Preparing to unpack .../308-libhtml-format-perl_2.16-1_all.deb ...
12:56:58 #11 36.91 Unpacking libhtml-format-perl (2.16-1) ...
12:56:58 #11 36.94 Selecting previously unselected package libhtml-html5-entities-perl.
12:56:58 #11 36.94 Preparing to unpack .../309-libhtml-html5-entities-perl_0.004-2_all.deb ...
12:56:58 #11 36.94 Unpacking libhtml-html5-entities-perl (0.004-2) ...
12:56:58 #11 36.97 Selecting previously unselected package libhtml-tokeparser-simple-perl.
12:56:58 #11 36.97 Preparing to unpack .../310-libhtml-tokeparser-simple-perl_3.16-4_all.deb ...
12:56:58 #11 36.98 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ...
12:56:58 #11 37.00 Selecting previously unselected package libhttp-daemon-perl.
12:56:58 #11 37.01 Preparing to unpack .../311-libhttp-daemon-perl_6.14-1.1_all.deb ...
12:56:58 #11 37.01 Unpacking libhttp-daemon-perl (6.14-1.1) ...
12:56:58 #11 37.04 Selecting previously unselected package libindirect-perl.
12:56:58 #11 37.04 Preparing to unpack .../312-libindirect-perl_0.39-2_amd64.deb ...
12:56:58 #11 37.04 Unpacking libindirect-perl (0.39-2) ...
12:56:58 #11 37.07 Selecting previously unselected package libio-interactive-perl.
12:56:58 #11 37.07 Preparing to unpack .../313-libio-interactive-perl_1.023-1_all.deb ...
12:56:58 #11 37.07 Unpacking libio-interactive-perl (1.023-1) ...
12:56:58 #11 37.10 Selecting previously unselected package libtypes-serialiser-perl.
12:56:58 #11 37.10 Preparing to unpack .../314-libtypes-serialiser-perl_1.01-1_all.deb ...
12:56:58 #11 37.10 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:56:58 #11 37.13 Selecting previously unselected package libjson-xs-perl.
12:56:58 #11 37.13 Preparing to unpack .../315-libjson-xs-perl_4.030-1build3_amd64.deb ...
12:56:58 #11 37.13 Unpacking libjson-xs-perl (4.030-1build3) ...
12:56:58 #11 37.17 Selecting previously unselected package libjson-maybexs-perl.
12:56:58 #11 37.17 Preparing to unpack .../316-libjson-maybexs-perl_1.004003-1_all.deb ...
12:56:58 #11 37.17 Unpacking libjson-maybexs-perl (1.004003-1) ...
12:56:58 #11 37.20 Selecting previously unselected package libldap-common.
12:56:58 #11 37.20 Preparing to unpack .../317-libldap-common_2.5.13+dfsg-1ubuntu1_all.deb ...
12:56:58 #11 37.21 Unpacking libldap-common (2.5.13+dfsg-1ubuntu1) ...
12:56:58 #11 37.24 Selecting previously unselected package liblist-compare-perl.
12:56:58 #11 37.10 Preparing to unpack .../279-libltdl7_2.4.6-14_arm64.deb ...
12:56:58 #11 37.10 Unpacking libltdl7:arm64 (2.4.6-14) ...
12:56:58 #11 37.14 Selecting previously unselected package libltdl-dev:arm64.
12:56:58 #11 37.14 Preparing to unpack .../280-libltdl-dev_2.4.6-14_arm64.deb ...
12:56:58 #11 37.14 Unpacking libltdl-dev:arm64 (2.4.6-14) ...
12:56:58 #11 37.19 Selecting previously unselected package libsys-hostname-long-perl.
12:56:58 #11 37.19 Preparing to unpack .../281-libsys-hostname-long-perl_1.5-1_all.deb ...
12:56:58 #11 37.19 Unpacking libsys-hostname-long-perl (1.5-1) ...
12:56:58 #11 37.23 Selecting previously unselected package libmail-sendmail-perl.
12:56:58 #11 37.23 Preparing to unpack .../282-libmail-sendmail-perl_0.80-1_all.deb ...
12:56:58 #11 37.23 Unpacking libmail-sendmail-perl (0.80-1) ...
12:56:58 #11 37.27 Selecting previously unselected package libmoox-aliases-perl.
12:56:58 #11 37.27 Preparing to unpack .../283-libmoox-aliases-perl_0.001006-1_all.deb ...
12:56:58 #11 37.27 Unpacking libmoox-aliases-perl (0.001006-1) ...
12:56:58 #11 37.30 Selecting previously unselected package libobject-id-perl.
12:56:58 #11 37.31 Preparing to unpack .../284-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
12:56:58 #11 37.31 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
12:56:58 #11 37.34 Selecting previously unselected package libmoox-struct-perl.
12:56:58 + STATUS=0
12:56:58 + '[' 0 -ne 0 ']'
12:56:58 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:56:58 + RPM_EC=0
12:56:58 #10 29.13 Preparing to unpack .../062-libc6-dev_2.27-3ubuntu1.6_amd64.deb ...
12:56:58 #10 29.15 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.6) ...
12:56:58 #10 18.47 Selecting previously unselected package libbsd0:armhf.
12:56:58 #10 18.47 Preparing to unpack .../017-libbsd0_0.11.7-2_armhf.deb ...
12:56:58 #10 18.47 Unpacking libbsd0:armhf (0.11.7-2) ...
12:56:58 #10 18.54 Selecting previously unselected package libedit2:armhf.
12:56:58 #10 18.54 Preparing to unpack .../018-libedit2_3.1-20221030-2_armhf.deb ...
12:56:58 #10 18.54 Unpacking libedit2:armhf (3.1-20221030-2) ...
12:56:58 #10 18.59 Selecting previously unselected package libcbor0.8:armhf.
12:56:58 #10 18.59 Preparing to unpack .../019-libcbor0.8_0.8.0-2+b1_armhf.deb ...
12:56:58 #10 18.60 Unpacking libcbor0.8:armhf (0.8.0-2+b1) ...
12:56:58 #10 18.64 Selecting previously unselected package libfido2-1:armhf.
12:56:58 #10 18.64 Preparing to unpack .../020-libfido2-1_1.12.0-2_armhf.deb ...
12:56:58 #10 39.25 Selecting previously unselected package libalgorithm-diff-perl.
12:56:58 #10 58.23 Setting up libxstring-perl:arm64 (0.005-2+b1) ...
12:56:58 #10 58.25 Setting up libmath-base85-perl (0.5+dfsg-2) ...
12:56:58 #10 58.27 Setting up libconfig-tiny-perl (2.28-2) ...
12:56:58 #10 58.28 Setting up libsereal-encoder-perl (5.002+ds-1) ...
12:56:58 #10 58.29 Setting up libdevel-callchecker-perl:arm64 (0.008-2) ...
12:56:58 #10 58.31 Setting up liblist-utilsby-perl (0.12-2) ...
12:56:58 #10 58.33 Setting up libstring-shellquote-perl (1.04-3) ...
12:56:58 #10 58.34 Setting up libnet-netmask-perl (2.0002-2) ...
12:56:58 #10 58.35 Setting up libsub-install-perl (0.929-1) ...
12:56:58 #10 58.37 Setting up gcc (4:12.2.0-3) ...
12:56:58 #10 58.40 Setting up dpkg-dev (1.21.19) ...
12:56:58 #10 58.43 Setting up libindirect-perl (0.39-2+b1) ...
12:56:58 #10 58.44 Setting up libxs-parse-sublike-perl:arm64 (0.16-1+b2) ...
12:56:58 #10 58.46 Setting up intltool-debian (0.35.0+20060710.6) ...
12:56:58 #10 58.47 Setting up libfreezethaw-perl (0.5001-3) ...
12:56:58 #10 58.49 Setting up libobject-pad-perl (0.78-1) ...
12:56:58 #10 58.50 Setting up liberror-perl (0.17029-2) ...
12:56:58 #10 58.52 Setting up patchutils (0.4.2-1) ...
12:56:58 #10 58.53 Setting up libmail-sendmail-perl (0.80-3) ...
12:56:58 #11 26.97 Selecting previously unselected package libcrypt-dev:amd64.
12:56:58 #11 26.97 Preparing to unpack .../077-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
12:56:58 #11 26.97 Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
12:56:58 #11 27.01 Selecting previously unselected package libc6-dev:amd64.
12:56:58 #11 27.02 Preparing to unpack .../078-libc6-dev_2.31-0ubuntu9.9_amd64.deb ...
12:56:58 #11 27.02 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.9) ...
12:56:58 #12 0.677 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:56:58 #12 0.677 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:56:58 #12 0.677 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:56:58 #10 42.69 Setting up libnet-dns-perl (1.10-2) ...
12:56:58 #10 42.70 Setting up libsub-identify-perl (0.14-1) ...
12:56:58 #10 42.71 Setting up libpod-constants-perl (0.19-1) ...
12:56:58 #10 42.72 Setting up libsort-versions-perl (1.62-1) ...
12:56:58 #10 42.73 Setting up libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
12:56:58 #10 42.74 Setting up libdynaloader-functions-perl (0.003-1) ...
12:56:58 #10 42.74 Setting up libsub-exporter-perl (0.987-1) ...
12:56:58 #10 42.75 Setting up xauth (1:1.0.10-1) ...
12:56:58 #10 42.76 Setting up libalgorithm-merge-perl (0.08-3) ...
12:56:58 #10 42.77 Setting up dpkg-dev (1.19.0.5ubuntu2.4) ...
12:56:58 #10 42.79 Setting up libalgorithm-diff-xs-perl (0.04-5) ...
12:56:58 #10 42.80 Setting up libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.11) ...
12:56:58 #10 42.81 Setting up dput (1.0.1ubuntu1) ...
12:56:58 #11 25.32 Selecting previously unselected package gcc-11.
12:56:58 #11 25.33 Preparing to unpack .../087-gcc-11_11.3.0-1ubuntu1~22.04_amd64.deb ...
12:56:58 #11 25.33 Unpacking gcc-11 (11.3.0-1ubuntu1~22.04) ...
12:56:58 #11 34.63 Preparing to unpack .../313-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.1_arm64.deb ...
12:56:58 #11 34.63 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:56:58 #11 34.67 Selecting previously unselected package libsereal-decoder-perl.
12:56:58 #11 34.67 Preparing to unpack .../314-libsereal-decoder-perl_4.023+ds-1_arm64.deb ...
12:56:58 #11 34.67 Unpacking libsereal-decoder-perl (4.023+ds-1) ...
12:56:58 #11 34.71 Selecting previously unselected package libsereal-encoder-perl:arm64.
12:56:58 #11 34.71 Preparing to unpack .../315-libsereal-encoder-perl_4.023+ds-1_arm64.deb ...
12:56:58 #11 34.71 Unpacking libsereal-encoder-perl:arm64 (4.023+ds-1) ...
12:56:58 #11 34.75 Selecting previously unselected package libset-intspan-perl.
12:56:58 #11 34.75 Preparing to unpack .../316-libset-intspan-perl_1.19-2_all.deb ...
12:56:58 #11 34.76 Unpacking libset-intspan-perl (1.19-2) ...
12:56:58 #11 34.79 Selecting previously unselected package libsocket6-perl.
12:56:58 #11 34.79 Preparing to unpack .../317-libsocket6-perl_0.29-1build4_arm64.deb ...
12:56:58 #11 34.80 Unpacking libsocket6-perl (0.29-1build4) ...
12:56:58 #11 34.83 Selecting previously unselected package libstring-copyright-perl.
12:56:58 #11 34.83 Preparing to unpack .../318-libstring-copyright-perl_0.003012-1_all.deb ...
12:56:58 #11 34.83 Unpacking libstring-copyright-perl (0.003012-1) ...
12:56:58 #11 34.86 Selecting previously unselected package libstring-escape-perl.
12:56:58 #10 38.78 Preparing to unpack .../193-libcapture-tiny-perl_0.48-1_all.deb ...
12:56:58 #10 38.78 Unpacking libcapture-tiny-perl (0.48-1) ...
12:56:58 #10 38.82 Selecting previously unselected package libclass-data-inheritable-perl.
12:56:58 #10 38.82 Preparing to unpack .../194-libclass-data-inheritable-perl_0.08-3_all.deb ...
12:56:58 #10 38.83 Unpacking libclass-data-inheritable-perl (0.08-3) ...
12:56:58 #10 38.86 Selecting previously unselected package libclass-inspector-perl.
12:56:58 #10 38.86 Preparing to unpack .../195-libclass-inspector-perl_1.36-1_all.deb ...
12:56:58 #10 38.87 Unpacking libclass-inspector-perl (1.36-1) ...
12:56:58 #10 38.91 Selecting previously unselected package libclass-xsaccessor-perl.
12:56:58 #10 38.91 Preparing to unpack .../196-libclass-xsaccessor-perl_1.19-3+b7_amd64.deb ...
12:56:58 #10 38.92 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
12:56:58 #10 38.96 Selecting previously unselected package libclone-perl.
12:56:58 #10 38.96 Preparing to unpack .../197-libclone-perl_0.45-1+b1_amd64.deb ...
12:56:58 #10 38.97 Unpacking libclone-perl (0.45-1+b1) ...
12:56:58 #10 39.02 Selecting previously unselected package libcommon-sense-perl.
12:56:58 #10 39.02 Preparing to unpack .../198-libcommon-sense-perl_3.75-1+b4_amd64.deb ...
12:56:58 #10 39.03 Unpacking libcommon-sense-perl (3.75-1+b4) ...
12:56:58 #10 39.06 Selecting previously unselected package libconfig-tiny-perl.
12:56:58 #10 39.06 Preparing to unpack .../199-libconfig-tiny-perl_2.26-1_all.deb ...
12:56:58 #10 39.06 Unpacking libconfig-tiny-perl (2.26-1) ...
12:56:58 #10 39.10 Selecting previously unselected package libparams-util-perl.
12:56:58 #10 39.10 Preparing to unpack .../200-libparams-util-perl_1.102-1+b1_amd64.deb ...
12:56:58 #10 39.10 Unpacking libparams-util-perl (1.102-1+b1) ...
12:56:58 #10 39.14 Selecting previously unselected package libsub-install-perl.
12:56:58 #9 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 6.9s done
12:56:58 #9 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a
12:56:59 #10 36.32 Selecting previously unselected package libnet-http-perl.
12:56:59 #10 36.32 Preparing to unpack .../147-libnet-http-perl_6.22-1_all.deb ...
12:56:59 #10 36.32 Unpacking libnet-http-perl (6.22-1) ...
12:56:59 #10 36.35 Selecting previously unselected package liblwp-protocol-https-perl.
12:56:59 #10 36.36 Preparing to unpack .../148-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:56:59 #10 36.36 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:56:59 #10 36.39 Selecting previously unselected package libtry-tiny-perl.
12:56:59 #10 36.39 Preparing to unpack .../149-libtry-tiny-perl_0.31-2_all.deb ...
12:56:59 #10 36.40 Unpacking libtry-tiny-perl (0.31-2) ...
12:56:59 #10 36.42 Selecting previously unselected package libwww-robotrules-perl.
12:56:59 #10 36.43 Preparing to unpack .../150-libwww-robotrules-perl_6.02-1_all.deb ...
12:56:59 #10 36.43 Unpacking libwww-robotrules-perl (6.02-1) ...
12:56:59 #10 36.46 Selecting previously unselected package libwww-perl.
12:56:59 #10 36.46 Preparing to unpack .../151-libwww-perl_6.67-1_all.deb ...
12:56:59 #10 36.46 Unpacking libwww-perl (6.67-1) ...
12:56:59 #10 36.51 Selecting previously unselected package patchutils.
12:56:59 #11 39.09 Preparing to unpack .../314-libtypes-serialiser-perl_1.01-1_all.deb ...
12:56:59 #11 39.10 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:56:59 #11 39.14 Selecting previously unselected package libjson-xs-perl.
12:56:59 #11 39.14 Preparing to unpack .../315-libjson-xs-perl_4.030-1build3_arm64.deb ...
12:56:59 #11 39.14 Unpacking libjson-xs-perl (4.030-1build3) ...
12:56:59 #11 39.18 Selecting previously unselected package libjson-maybexs-perl.
12:56:59 #11 39.18 Preparing to unpack .../316-libjson-maybexs-perl_1.004003-1_all.deb ...
12:56:59 #11 39.19 Unpacking libjson-maybexs-perl (1.004003-1) ...
12:56:59 #11 39.23 Selecting previously unselected package libldap-common.
12:56:59 #11 39.23 Preparing to unpack .../317-libldap-common_2.5.13+dfsg-1ubuntu1_all.deb ...
12:56:59 #11 39.23 Unpacking libldap-common (2.5.13+dfsg-1ubuntu1) ...
12:56:59 #11 39.27 Selecting previously unselected package liblist-compare-perl.
12:56:59 #11 39.27 Preparing to unpack .../318-liblist-compare-perl_0.55-1_all.deb ...
12:56:59 #11 39.28 Unpacking liblist-compare-perl (0.55-1) ...
12:56:59 #11 39.32 Selecting previously unselected package liblist-someutils-perl.
12:56:59 #11 39.32 Preparing to unpack .../319-liblist-someutils-perl_0.58-1_all.deb ...
12:56:59 #11 39.32 Unpacking liblist-someutils-perl (0.58-1) ...
12:56:59 #11 39.35 Selecting previously unselected package liblist-someutils-xs-perl.
12:56:59 #11 37.24 Preparing to unpack .../318-liblist-compare-perl_0.55-1_all.deb ...
12:56:59 #11 37.24 Unpacking liblist-compare-perl (0.55-1) ...
12:56:59 #11 37.27 Selecting previously unselected package liblist-someutils-perl.
12:56:59 #11 37.27 Preparing to unpack .../319-liblist-someutils-perl_0.58-1_all.deb ...
12:56:59 #11 37.28 Unpacking liblist-someutils-perl (0.58-1) ...
12:56:59 #11 37.30 Selecting previously unselected package liblist-someutils-xs-perl.
12:56:59 #11 37.31 Preparing to unpack .../320-liblist-someutils-xs-perl_0.58-2build3_amd64.deb ...
12:56:59 #11 37.31 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
12:56:59 #11 37.34 Selecting previously unselected package liblist-utilsby-perl.
12:56:59 #11 37.34 Preparing to unpack .../321-liblist-utilsby-perl_0.12-1_all.deb ...
12:56:59 #11 37.34 Unpacking liblist-utilsby-perl (0.12-1) ...
12:56:59 #11 37.37 Selecting previously unselected package libltdl7:amd64.
12:56:59 #11 37.38 Preparing to unpack .../322-libltdl7_2.4.7-4_amd64.deb ...
12:56:59 #11 37.38 Unpacking libltdl7:amd64 (2.4.7-4) ...
12:56:59 #11 37.41 Selecting previously unselected package libltdl-dev:amd64.
12:56:59 #11 37.41 Preparing to unpack .../323-libltdl-dev_2.4.7-4_amd64.deb ...
12:56:59 #11 37.41 Unpacking libltdl-dev:amd64 (2.4.7-4) ...
12:56:59 #11 37.45 Selecting previously unselected package liblzo2-2:amd64.
12:56:59 #11 37.35 Preparing to unpack .../285-libmoox-struct-perl_0.017-1_all.deb ...
12:56:59 #11 37.35 Unpacking libmoox-struct-perl (0.017-1) ...
12:56:59 #11 37.38 Selecting previously unselected package libnet-dns-sec-perl.
12:56:59 #11 37.39 Preparing to unpack .../286-libnet-dns-sec-perl_1.15-1_arm64.deb ...
12:56:59 #11 37.39 Unpacking libnet-dns-sec-perl (1.15-1) ...
12:56:59 #11 37.42 Selecting previously unselected package libnet-libidn-perl.
12:56:59 #11 37.43 Preparing to unpack .../287-libnet-libidn-perl_0.12.ds-3build2_arm64.deb ...
12:56:59 #11 37.43 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
12:56:59 #11 37.47 Selecting previously unselected package libnumber-range-perl.
12:56:59 #11 37.47 Preparing to unpack .../288-libnumber-range-perl_0.12-1_all.deb ...
12:56:59 #11 37.47 Unpacking libnumber-range-perl (0.12-1) ...
12:56:59 #11 37.51 Selecting previously unselected package libpackage-stash-xs-perl.
12:56:59 #11 37.51 Preparing to unpack .../289-libpackage-stash-xs-perl_0.29-1build1_arm64.deb ...
12:56:59 #11 37.51 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
12:56:59 #11 37.55 Selecting previously unselected package libpath-iterator-rule-perl.
12:56:59 #11 37.55 Preparing to unpack .../290-libpath-iterator-rule-perl_1.014-1_all.deb ...
12:56:59 #11 37.55 Unpacking libpath-iterator-rule-perl (1.014-1) ...
12:56:59 #11 37.59 Selecting previously unselected package libperl4-corelibs-perl.
12:56:59 ++ jobs -p
12:56:59 + exit 0
12:56:59 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ASyZlU
12:56:59 + umask 022
12:56:59 + cd /root/rpmbuild/BUILD
12:56:59 + cd src
12:56:59 + export DOCKER_GITCOMMIT=1141704
12:56:59 + DOCKER_GITCOMMIT=1141704
12:56:59 + mkdir -p /go/src/github.com/docker
12:56:59 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:56:59 + pushd /root/rpmbuild/BUILD/src/engine
12:56:59 + TMP_GOPATH=/go
12:56:59 + hack/dockerfile/install/install.sh tini
12:56:59 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:56:59 + RM_GOPATH=0
12:56:59 + TMP_GOPATH=/go
12:56:59 + : /usr/local/bin
12:56:59 + '[' -z /go ']'
12:56:59 + export GOPATH=/go
12:56:59 + GOPATH=/go
12:56:59 + case "$(go env GOARCH)" in
12:56:59 ++ go env GOARCH
12:56:59 + export GO_BUILDMODE=-buildmode=pie
12:56:59 + GO_BUILDMODE=-buildmode=pie
12:56:59 ++ dirname hack/dockerfile/install/install.sh
12:56:59 + dir=hack/dockerfile/install
12:56:59 + bin=tini
12:56:59 + shift
12:56:59 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:56:59 + . hack/dockerfile/install/tini.installer
12:56:59 ++ : v0.19.0
12:56:59 + install_tini
12:56:59 + echo 'Install tini version v0.19.0'
12:56:59 Install tini version v0.19.0
12:56:59 + git clone https://github.com/krallin/tini.git /go/tini
12:56:59 Cloning into '/go/tini'...
12:56:59 + cd /go/tini
12:56:59 + git checkout -q v0.19.0
12:56:59 + cmake .
12:56:59 #10 29.47 Selecting previously unselected package gcc-7-base:amd64.
12:56:59 #10 29.47 Preparing to unpack .../063-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ...
12:56:59 #10 29.47 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
12:56:59 #10 29.51 Selecting previously unselected package libisl19:amd64.
12:56:59 #10 29.51 Preparing to unpack .../064-libisl19_0.19-1_amd64.deb ...
12:56:59 #10 29.51 Unpacking libisl19:amd64 (0.19-1) ...
12:56:59 #10 18.65 Unpacking libfido2-1:armhf (1.12.0-2) ...
12:56:59 #10 18.71 Selecting previously unselected package openssh-client.
12:56:59 #10 18.71 Preparing to unpack .../021-openssh-client_1%3a9.1p1-2_armhf.deb ...
12:56:59 #10 18.72 Unpacking openssh-client (1:9.1p1-2) ...
12:56:59 #10 58.55 Setting up libltdl-dev:arm64 (2.4.7-5) ...
12:56:59 #10 58.58 Setting up libjson-maybexs-perl (1.004004-1) ...
12:56:59 #10 58.59 Setting up libxml-sax-base-perl (1.09-3) ...
12:56:59 #10 58.61 Setting up libio-string-perl (1.08-4) ...
12:56:59 #10 58.62 Setting up libreadonly-perl (2.050-3) ...
12:56:59 #10 58.63 Setting up libnetaddr-ip-perl (4.079+dfsg-2+b1) ...
12:56:59 #10 58.64 Setting up libstring-copyright-perl (0.003014-1) ...
12:56:59 #10 58.66 Setting up libdata-optlist-perl (0.113-1) ...
12:56:59 #10 58.73 Setting up libipc-run-perl (20220807.0-1) ...
12:56:59 #10 58.74 Setting up git (1:2.39.1-0.1) ...
12:56:59 #10 58.76 Setting up libtext-xslate-perl:arm64 (3.5.9-1+b2) ...
12:56:59 #10 39.25 Preparing to unpack .../171-libalgorithm-diff-perl_1.19.03-2_all.deb ...
12:56:59 #10 39.26 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
12:56:59 #10 39.29 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:56:59 #10 39.30 Preparing to unpack .../172-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
12:56:59 #10 39.30 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
12:56:59 #10 39.33 Selecting previously unselected package libalgorithm-merge-perl.
12:56:59 #10 39.33 Preparing to unpack .../173-libalgorithm-merge-perl_0.08-3_all.deb ...
12:56:59 #10 39.34 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:56:59 #10 39.37 Selecting previously unselected package libapt-inst2.0:amd64.
12:56:59 #10 39.38 Preparing to unpack .../174-libapt-inst2.0_1.8.2.3_amd64.deb ...
12:56:59 #10 39.38 Unpacking libapt-inst2.0:amd64 (1.8.2.3) ...
12:56:59 #10 39.46 Selecting previously unselected package libapt-pkg-perl.
12:56:59 #10 39.46 Preparing to unpack .../175-libapt-pkg-perl_0.1.34+b1_amd64.deb ...
12:56:59 #10 39.46 Unpacking libapt-pkg-perl (0.1.34+b1) ...
12:56:59 #10 39.49 Selecting previously unselected package libarchive-cpio-perl.
12:56:59 #10 39.50 Preparing to unpack .../176-libarchive-cpio-perl_0.10-1_all.deb ...
12:56:59 #10 39.50 Unpacking libarchive-cpio-perl (0.10-1) ...
12:56:59 #10 39.53 Selecting previously unselected package libasync-mergepoint-perl.
12:56:59 #10 39.53 Preparing to unpack .../177-libasync-mergepoint-perl_0.04-2_all.deb ...
12:56:59 #10 39.54 Unpacking libasync-mergepoint-perl (0.04-2) ...
12:56:59 #10 39.57 Selecting previously unselected package libauthen-sasl-perl.
12:56:59 #10 39.57 Preparing to unpack .../178-libauthen-sasl-perl_2.1600-1_all.deb ...
12:56:59 #10 39.58 Unpacking libauthen-sasl-perl (2.1600-1) ...
12:56:59 #10 39.62 Selecting previously unselected package libmodule-implementation-perl.
12:56:59 #11 27.36 Selecting previously unselected package gcc-9-base:amd64.
12:56:59 #10 42.97 Setting up libstring-copyright-perl (0.003005-1) ...
12:56:59 #10 42.97 Setting up libhtml-parser-perl (3.72-3build1) ...
12:56:59 #10 42.99 Setting up automake (1:1.15.1-3ubuntu2) ...
12:56:59 #10 42.99 update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
12:56:59 #10 42.99 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
12:56:59 #10 42.99 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
12:56:59 #10 43.00 Setting up libipc-run-perl (0.96-1) ...
12:56:59 #10 43.02 Setting up libcgi-pm-perl (4.38-1) ...
12:56:59 #10 43.03 Setting up libdevel-globaldestruction-perl (0.14-1) ...
12:56:59 #10 43.04 Setting up python3-requests (2.18.4-2ubuntu0.1) ...
12:56:59 #11 25.63 Selecting previously unselected package gcc.
12:56:59 #11 25.64 Preparing to unpack .../088-gcc_4%3a11.2.0-1ubuntu1_amd64.deb ...
12:56:59 #11 25.64 Unpacking gcc (4:11.2.0-1ubuntu1) ...
12:56:59 #11 25.67 Selecting previously unselected package libstdc++-11-dev:amd64.
12:56:59 #11 25.67 Preparing to unpack .../089-libstdc++-11-dev_11.3.0-1ubuntu1~22.04_amd64.deb ...
12:56:59 #11 25.68 Unpacking libstdc++-11-dev:amd64 (11.3.0-1ubuntu1~22.04) ...
12:56:59 #11 34.87 Preparing to unpack .../319-libstring-escape-perl_2010.002-2_all.deb ...
12:56:59 #11 34.87 Unpacking libstring-escape-perl (2010.002-2) ...
12:56:59 #11 34.91 Selecting previously unselected package libstring-shellquote-perl.
12:56:59 #11 34.91 Preparing to unpack .../320-libstring-shellquote-perl_1.04-1_all.deb ...
12:56:59 #11 34.92 Unpacking libstring-shellquote-perl (1.04-1) ...
12:56:59 #11 34.95 Selecting previously unselected package libxs-parse-keyword-perl.
12:56:59 #11 34.95 Preparing to unpack .../321-libxs-parse-keyword-perl_0.21-1build1_arm64.deb ...
12:56:59 #11 34.95 Unpacking libxs-parse-keyword-perl (0.21-1build1) ...
12:56:59 #11 34.99 Selecting previously unselected package libsyntax-keyword-try-perl.
12:56:59 #11 34.99 Preparing to unpack .../322-libsyntax-keyword-try-perl_0.26-1build1_arm64.deb ...
12:56:59 #11 34.99 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ...
12:56:59 #11 35.03 Selecting previously unselected package libterm-readkey-perl.
12:56:59 #11 35.03 Preparing to unpack .../323-libterm-readkey-perl_2.38-1build4_arm64.deb ...
12:56:59 #11 35.04 Unpacking libterm-readkey-perl (2.38-1build4) ...
12:56:59 #11 35.07 Selecting previously unselected package libtext-levenshteinxs-perl.
12:56:59 #11 35.07 Preparing to unpack .../324-libtext-levenshteinxs-perl_0.03-4build10_arm64.deb ...
12:56:59 #11 35.08 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ...
12:56:59 #11 35.11 Selecting previously unselected package libtext-markdown-discount-perl:arm64.
12:56:59 #10 39.14 Preparing to unpack .../201-libsub-install-perl_0.928-1.1_all.deb ...
12:56:59 #10 39.14 Unpacking libsub-install-perl (0.928-1.1) ...
12:56:59 #10 39.17 Selecting previously unselected package libdata-optlist-perl.
12:56:59 #10 39.18 Preparing to unpack .../202-libdata-optlist-perl_0.110-1.1_all.deb ...
12:56:59 #10 39.18 Unpacking libdata-optlist-perl (0.110-1.1) ...
12:56:59 #10 39.21 Selecting previously unselected package libsub-exporter-perl.
12:56:59 #10 39.21 Preparing to unpack .../203-libsub-exporter-perl_0.987-1_all.deb ...
12:56:59 #10 39.21 Unpacking libsub-exporter-perl (0.987-1) ...
12:56:59 #10 39.25 Selecting previously unselected package libconst-fast-perl.
12:56:59 #10 39.25 Preparing to unpack .../204-libconst-fast-perl_0.014-1.1_all.deb ...
12:56:59 #10 39.25 Unpacking libconst-fast-perl (0.014-1.1) ...
12:56:59 #10 39.28 Selecting previously unselected package libwant-perl.
12:56:59 #10 39.28 Preparing to unpack .../205-libwant-perl_0.29-1+b6_amd64.deb ...
12:56:59 #10 39.29 Unpacking libwant-perl (0.29-1+b6) ...
12:56:59 #10 39.32 Selecting previously unselected package libcontextual-return-perl.
12:56:59 #10 39.32 Preparing to unpack .../206-libcontextual-return-perl_0.004014-2_all.deb ...
12:56:59 #10 39.32 Unpacking libcontextual-return-perl (0.004014-2) ...
12:56:59 #10 39.36 Selecting previously unselected package libconvert-binhex-perl.
12:56:59 #10 36.51 Preparing to unpack .../152-patchutils_0.4.2-1_amd64.deb ...
12:56:59 #10 36.51 Unpacking patchutils (0.4.2-1) ...
12:56:59 #10 36.55 Selecting previously unselected package wdiff.
12:56:59 #10 36.55 Preparing to unpack .../153-wdiff_1.2.2-4_amd64.deb ...
12:56:59 #10 36.56 Unpacking wdiff (1.2.2-4) ...
12:56:59 #10 36.62 Selecting previously unselected package devscripts.
12:56:59 #10 36.62 Preparing to unpack .../154-devscripts_2.22.2_amd64.deb ...
12:56:59 #10 36.64 Unpacking devscripts (2.22.2) ...
12:56:59 #11 39.36 Preparing to unpack .../320-liblist-someutils-xs-perl_0.58-2build3_arm64.deb ...
12:56:59 #11 39.36 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
12:56:59 #11 39.40 Selecting previously unselected package liblist-utilsby-perl.
12:56:59 #11 39.40 Preparing to unpack .../321-liblist-utilsby-perl_0.12-1_all.deb ...
12:56:59 #11 39.40 Unpacking liblist-utilsby-perl (0.12-1) ...
12:56:59 #11 39.45 Selecting previously unselected package libltdl7:arm64.
12:56:59 #11 39.45 Preparing to unpack .../322-libltdl7_2.4.7-4_arm64.deb ...
12:56:59 #11 39.45 Unpacking libltdl7:arm64 (2.4.7-4) ...
12:56:59 #11 39.49 Selecting previously unselected package libltdl-dev:arm64.
12:56:59 #11 39.49 Preparing to unpack .../323-libltdl-dev_2.4.7-4_arm64.deb ...
12:56:59 #11 39.50 Unpacking libltdl-dev:arm64 (2.4.7-4) ...
12:56:59 #11 39.55 Selecting previously unselected package liblzo2-2:arm64.
12:56:59 #11 39.55 Preparing to unpack .../324-liblzo2-2_2.10-2build3_arm64.deb ...
12:56:59 #11 39.56 Unpacking liblzo2-2:arm64 (2.10-2build3) ...
12:56:59 #11 39.60 Selecting previously unselected package libsys-hostname-long-perl.
12:56:59 #11 39.60 Preparing to unpack .../325-libsys-hostname-long-perl_1.5-2_all.deb ...
12:56:59 #11 39.60 Unpacking libsys-hostname-long-perl (1.5-2) ...
12:56:59 #11 39.64 Selecting previously unselected package libmail-sendmail-perl.
12:56:59 #11 39.64 Preparing to unpack .../326-libmail-sendmail-perl_0.80-2_all.deb ...
12:56:59 #11 39.65 Unpacking libmail-sendmail-perl (0.80-2) ...
12:56:59 #11 39.68 Selecting previously unselected package libnet-smtp-ssl-perl.
12:56:59 #11 39.68 Preparing to unpack .../327-libnet-smtp-ssl-perl_1.04-2_all.deb ...
12:56:59 #11 39.69 Unpacking libnet-smtp-ssl-perl (1.04-2) ...
12:56:59 #11 39.72 Selecting previously unselected package libmailtools-perl.
12:56:59 #11 37.46 Preparing to unpack .../324-liblzo2-2_2.10-2build3_amd64.deb ...
12:56:59 #11 37.46 Unpacking liblzo2-2:amd64 (2.10-2build3) ...
12:56:59 #11 37.49 Selecting previously unselected package libsys-hostname-long-perl.
12:56:59 #11 37.49 Preparing to unpack .../325-libsys-hostname-long-perl_1.5-2_all.deb ...
12:56:59 #11 37.50 Unpacking libsys-hostname-long-perl (1.5-2) ...
12:56:59 #11 37.53 Selecting previously unselected package libmail-sendmail-perl.
12:56:59 #11 37.53 Preparing to unpack .../326-libmail-sendmail-perl_0.80-2_all.deb ...
12:56:59 #11 37.54 Unpacking libmail-sendmail-perl (0.80-2) ...
12:56:59 #11 37.56 Selecting previously unselected package libnet-smtp-ssl-perl.
12:56:59 #11 37.56 Preparing to unpack .../327-libnet-smtp-ssl-perl_1.04-2_all.deb ...
12:56:59 #11 37.57 Unpacking libnet-smtp-ssl-perl (1.04-2) ...
12:56:59 #11 37.59 Selecting previously unselected package libmailtools-perl.
12:56:59 #11 37.60 Preparing to unpack .../328-libmailtools-perl_2.21-1_all.deb ...
12:56:59 #11 37.60 Unpacking libmailtools-perl (2.21-1) ...
12:56:59 #11 37.64 Selecting previously unselected package libmarkdown2:amd64.
12:56:59 #11 37.64 Preparing to unpack .../329-libmarkdown2_2.2.7-2_amd64.deb ...
12:56:59 #11 37.65 Unpacking libmarkdown2:amd64 (2.2.7-2) ...
12:56:59 #11 37.68 Selecting previously unselected package libmath-base85-perl.
12:56:59 #11 37.59 Preparing to unpack .../291-libperl4-corelibs-perl_0.004-2_all.deb ...
12:56:59 #11 37.59 Unpacking libperl4-corelibs-perl (0.004-2) ...
12:56:59 #11 37.63 Selecting previously unselected package libperlio-gzip-perl.
12:56:59 #11 37.63 Preparing to unpack .../292-libperlio-gzip-perl_0.19-1build5_arm64.deb ...
12:56:59 #11 37.64 Unpacking libperlio-gzip-perl (0.19-1build5) ...
12:56:59 #11 37.67 Selecting previously unselected package libpod-constants-perl.
12:56:59 #11 37.67 Preparing to unpack .../293-libpod-constants-perl_0.19-1_all.deb ...
12:56:59 #11 37.68 Unpacking libpod-constants-perl (0.19-1) ...
12:56:59 #11 37.72 Selecting previously unselected package libre2-5:arm64.
12:56:59 #11 37.72 Preparing to unpack .../294-libre2-5_20200101+dfsg-1build1_arm64.deb ...
12:56:59 #11 37.72 Unpacking libre2-5:arm64 (20200101+dfsg-1build1) ...
12:56:59 #11 37.76 Selecting previously unselected package libre-engine-re2-perl.
12:56:59 #11 37.77 Preparing to unpack .../295-libre-engine-re2-perl_0.13-5_arm64.deb ...
12:56:59 #11 37.77 Unpacking libre-engine-re2-perl (0.13-5) ...
12:56:59 #11 37.81 Selecting previously unselected package libreadonly-perl.
12:56:59 #11 37.81 Preparing to unpack .../296-libreadonly-perl_2.050-2_all.deb ...
12:56:59 #11 37.81 Unpacking libreadonly-perl (2.050-2) ...
12:56:59 #11 37.85 Selecting previously unselected package libref-util-perl.
12:56:59 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:56:59   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:56:59   CMake.
12:56:59 
12:56:59   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:56:59   CMake that the project does not need compatibility with older versions.
12:56:59 
12:56:59 
12:56:59 -- The C compiler identification is GNU 11.3.1
12:56:59 -- Detecting C compiler ABI info
12:56:59 -- Detecting C compiler ABI info - done
12:56:59 -- Check for working C compiler: /usr/bin/cc - skipped
12:56:59 -- Detecting C compile features
12:56:59 -- Detecting C compile features - done
12:56:59 -- Performing Test HAS_BUILTIN_FORTIFY
12:56:59 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:56:59 -- Configuring done
12:56:59 -- Generating done
12:56:59 -- Build files have been written to: /go/tini
12:56:59 + make tini-static
12:56:59 #21 DONE 18.5s
12:56:59 
12:56:59 #22 [build 5/6] RUN <<EOT (# in bullseye arm64 target does not link with lld so configure it to use ld instead...)
12:56:59 #10 29.59 Selecting previously unselected package libmpfr6:amd64.
12:56:59 #10 29.59 Preparing to unpack .../065-libmpfr6_4.0.1-1_amd64.deb ...
12:56:59 #10 29.60 Unpacking libmpfr6:amd64 (4.0.1-1) ...
12:56:59 #10 29.65 Selecting previously unselected package libmpc3:amd64.
12:56:59 #10 29.65 Preparing to unpack .../066-libmpc3_1.1.0-1_amd64.deb ...
12:56:59 #10 29.65 Unpacking libmpc3:amd64 (1.1.0-1) ...
12:56:59 #10 29.68 Selecting previously unselected package cpp-7.
12:56:59 #10 29.68 Preparing to unpack .../067-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
12:56:59 #10 29.69 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ...
12:56:59 #10 18.99 Selecting previously unselected package ucf.
12:56:59 #10 18.99 Preparing to unpack .../022-ucf_3.0043+nmu1_all.deb ...
12:56:59 #10 19.00 Moving old data out of the way
12:56:59 #10 19.00 Unpacking ucf (3.0043+nmu1) ...
12:56:59 #10 19.05 Selecting previously unselected package xz-utils.
12:56:59 #10 19.05 Preparing to unpack .../023-xz-utils_5.4.1-0.1_armhf.deb ...
12:56:59 #10 19.06 Unpacking xz-utils (5.4.1-0.1) ...
12:56:59 #10 19.20 Selecting previously unselected package m4.
12:56:59 #10 19.20 Preparing to unpack .../024-m4_1.4.19-3_armhf.deb ...
12:56:59 #10 19.20 Unpacking m4 (1.4.19-3) ...
12:56:59 #10 58.78 Setting up libcontextual-return-perl (0.004014-4) ...
12:56:59 #10 58.80 Setting up libwww-robotrules-perl (6.02-1) ...
12:56:59 #10 58.81 Setting up libtypes-serialiser-perl (1.01-1) ...
12:56:59 #10 58.83 Setting up libnsl-dev:arm64 (1.3.0-2) ...
12:56:59 #10 58.84 Setting up libhtml-parser-perl:arm64 (3.81-1) ...
12:56:59 #10 58.85 Setting up libgit-wrapper-perl (0.048-2) ...
12:56:59 #10 58.87 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
12:56:59 #10 58.88 Setting up librole-tiny-perl (2.002004-1) ...
12:56:59 #10 58.91 Setting up gnupg (2.2.40-1) ...
12:56:59 #10 58.93 Setting up libc6-dev:arm64 (2.36-8) ...
12:56:59 #10 58.95 Setting up libfont-ttf-perl (1.06-2) ...
12:56:59 #10 58.96 Setting up libfile-homedir-perl (1.006-2) ...
12:56:59 #10 58.98 Setting up libalgorithm-diff-xs-perl:arm64 (0.04-8+b1) ...
12:56:59 #10 39.62 Preparing to unpack .../179-libmodule-implementation-perl_0.09-1_all.deb ...
12:56:59 #10 39.65 Unpacking libmodule-implementation-perl (0.09-1) ...
12:56:59 #10 39.68 Selecting previously unselected package libvariable-magic-perl.
12:56:59 #10 39.69 Preparing to unpack .../180-libvariable-magic-perl_0.62-1+b1_amd64.deb ...
12:56:59 #10 39.69 Unpacking libvariable-magic-perl (0.62-1+b1) ...
12:56:59 #10 39.72 Selecting previously unselected package libb-hooks-endofscope-perl.
12:56:59 #10 39.72 Preparing to unpack .../181-libb-hooks-endofscope-perl_0.24-1_all.deb ...
12:56:59 #10 39.73 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
12:56:59 #10 39.76 Selecting previously unselected package libcapture-tiny-perl.
12:56:59 #10 39.76 Preparing to unpack .../182-libcapture-tiny-perl_0.48-1_all.deb ...
12:56:59 #10 39.77 Unpacking libcapture-tiny-perl (0.48-1) ...
12:56:59 #10 39.79 Selecting previously unselected package libcgi-pm-perl.
12:56:59 #10 39.80 Preparing to unpack .../183-libcgi-pm-perl_4.40-1_all.deb ...
12:56:59 #10 39.80 Unpacking libcgi-pm-perl (4.40-1) ...
12:56:59 #10 39.85 Selecting previously unselected package libfcgi-perl.
12:56:59 #11 27.36 Preparing to unpack .../079-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
12:56:59 #11 27.37 Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:56:59 #11 27.40 Selecting previously unselected package libisl22:amd64.
12:56:59 #11 27.40 Preparing to unpack .../080-libisl22_0.22.1-1_amd64.deb ...
12:56:59 #11 27.42 Unpacking libisl22:amd64 (0.22.1-1) ...
12:56:59 #11 27.50 Selecting previously unselected package libmpfr6:amd64.
12:56:59 #11 27.50 Preparing to unpack .../081-libmpfr6_4.0.2-1_amd64.deb ...
12:56:59 #11 27.51 Unpacking libmpfr6:amd64 (4.0.2-1) ...
12:56:59 #11 27.55 Selecting previously unselected package libmpc3:amd64.
12:56:59 #11 27.56 Preparing to unpack .../082-libmpc3_1.1.0-1_amd64.deb ...
12:56:59 #11 27.56 Unpacking libmpc3:amd64 (1.1.0-1) ...
12:56:59 #11 27.59 Selecting previously unselected package cpp-9.
12:56:59 #11 27.60 Preparing to unpack .../083-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
12:56:59 #11 27.60 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
12:56:59 #10 43.21 Setting up libparse-debianchangelog-perl (1.2.0-12) ...
12:56:59 #10 43.22 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
12:56:59 #10 43.24 Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
12:56:59 #10 43.25 Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
12:56:59 #10 43.32 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:56:59 #10 43.37 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:56:59 #10 39.36 Preparing to unpack .../207-libconvert-binhex-perl_1.125-1_all.deb ...
12:56:59 #10 39.36 Unpacking libconvert-binhex-perl (1.125-1) ...
12:56:59 #10 39.40 Selecting previously unselected package libcpanel-json-xs-perl.
12:56:59 #10 39.40 Preparing to unpack .../208-libcpanel-json-xs-perl_4.25-1+b1_amd64.deb ...
12:56:59 #10 39.40 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
12:56:59 #10 39.44 Selecting previously unselected package libdevel-stacktrace-perl.
12:56:59 #10 39.44 Preparing to unpack .../209-libdevel-stacktrace-perl_2.0400-1_all.deb ...
12:56:59 #10 39.45 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
12:56:59 #10 39.48 Selecting previously unselected package libexception-class-perl.
12:56:59 #10 39.49 Preparing to unpack .../210-libexception-class-perl_1.44-1_all.deb ...
12:56:59 #10 39.49 Unpacking libexception-class-perl (1.44-1) ...
12:56:59 #10 39.52 Selecting previously unselected package libiterator-perl.
12:56:59 #10 39.52 Preparing to unpack .../211-libiterator-perl_0.03+ds1-1.1_all.deb ...
12:56:59 #10 39.53 Unpacking libiterator-perl (0.03+ds1-1.1) ...
12:56:59 #10 39.56 Selecting previously unselected package libiterator-util-perl.
12:56:59 #10 39.56 Preparing to unpack .../212-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
12:56:59 #10 39.56 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
12:56:59 #10 39.59 Selecting previously unselected package libexporter-tiny-perl.
12:56:59 #11 25.85 Selecting previously unselected package g++-11.
12:56:59 #11 25.85 Preparing to unpack .../090-g++-11_11.3.0-1ubuntu1~22.04_amd64.deb ...
12:56:59 #11 25.86 Unpacking g++-11 (11.3.0-1ubuntu1~22.04) ...
12:56:59 #11 35.11 Preparing to unpack .../325-libtext-markdown-discount-perl_0.13-1build1_arm64.deb ...
12:56:59 #11 35.12 Unpacking libtext-markdown-discount-perl:arm64 (0.13-1build1) ...
12:56:59 #11 35.15 Selecting previously unselected package libtext-xslate-perl:arm64.
12:56:59 #11 35.15 Preparing to unpack .../326-libtext-xslate-perl_3.5.9-1build1_arm64.deb ...
12:56:59 #11 35.16 Unpacking libtext-xslate-perl:arm64 (3.5.9-1build1) ...
12:56:59 #11 35.20 Selecting previously unselected package libtime-duration-perl.
12:56:59 #11 35.20 Preparing to unpack .../327-libtime-duration-perl_1.21-1_all.deb ...
12:56:59 #11 35.20 Unpacking libtime-duration-perl (1.21-1) ...
12:56:59 #11 35.24 Selecting previously unselected package libtime-moment-perl.
12:56:59 #11 35.24 Preparing to unpack .../328-libtime-moment-perl_0.44-1build6_arm64.deb ...
12:56:59 #11 35.24 Unpacking libtime-moment-perl (0.44-1build6) ...
12:56:59 #11 35.28 Selecting previously unselected package libtype-tiny-xs-perl.
12:56:59 #11 35.28 Preparing to unpack .../329-libtype-tiny-xs-perl_0.022-1build2_arm64.deb ...
12:56:59 #11 35.28 Unpacking libtype-tiny-xs-perl (0.022-1build2) ...
12:56:59 #11 35.32 Selecting previously unselected package libunicode-utf8-perl.
12:56:59 #11 35.32 Preparing to unpack .../330-libunicode-utf8-perl_0.62-1build4_arm64.deb ...
12:56:59 #11 35.32 Unpacking libunicode-utf8-perl (0.62-1build4) ...
12:56:59 #11 35.36 Selecting previously unselected package libxml-namespacesupport-perl.
12:56:59 #11 35.36 Preparing to unpack .../331-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
12:56:59 #11 35.36 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
12:56:59 #11 35.39 Selecting previously unselected package libxml-sax-base-perl.
12:56:59 #11 35.39 Preparing to unpack .../332-libxml-sax-base-perl_1.09-1.1_all.deb ...
12:56:59 #11 35.40 Unpacking libxml-sax-base-perl (1.09-1.1) ...
12:56:59 #11 35.44 Selecting previously unselected package libxml-sax-perl.
12:56:59 #11 35.44 Preparing to unpack .../333-libxml-sax-perl_1.02+dfsg-3_all.deb ...
12:56:59 #11 35.45 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
12:56:59 #11 35.49 Selecting previously unselected package libxml-libxml-perl.
12:56:59 #10 36.78 Selecting previously unselected package diffstat.
12:56:59 #10 36.78 Preparing to unpack .../155-diffstat_1.65-1_amd64.deb ...
12:56:59 #10 36.79 Unpacking diffstat (1.65-1) ...
12:56:59 #10 36.82 Selecting previously unselected package distro-info-data.
12:56:59 #10 36.82 Preparing to unpack .../156-distro-info-data_0.56_all.deb ...
12:56:59 #10 36.83 Unpacking distro-info-data (0.56) ...
12:56:59 #10 36.86 Selecting previously unselected package python3-pkg-resources.
12:56:59 #10 36.86 Preparing to unpack .../157-python3-pkg-resources_65.6.3-1_all.deb ...
12:56:59 #10 36.86 Unpacking python3-pkg-resources (65.6.3-1) ...
12:56:59 #10 36.92 Selecting previously unselected package python3-chardet.
12:56:59 #10 36.93 Preparing to unpack .../158-python3-chardet_5.1.0+dfsg-2_all.deb ...
12:56:59 #10 36.93 Unpacking python3-chardet (5.1.0+dfsg-2) ...
12:56:59 #10 36.98 Selecting previously unselected package python3-debian.
12:56:59 #10 36.98 Preparing to unpack .../159-python3-debian_0.1.49_all.deb ...
12:56:59 #10 36.98 Unpacking python3-debian (0.1.49) ...
12:56:59 #10 37.05 Selecting previously unselected package libgpgme11:amd64.
12:56:59 #11 39.73 Preparing to unpack .../328-libmailtools-perl_2.21-1_all.deb ...
12:56:59 #11 39.73 Unpacking libmailtools-perl (2.21-1) ...
12:56:59 #11 39.79 Selecting previously unselected package libmarkdown2:arm64.
12:56:59 #11 39.79 Preparing to unpack .../329-libmarkdown2_2.2.7-2_arm64.deb ...
12:56:59 #11 39.79 Unpacking libmarkdown2:arm64 (2.2.7-2) ...
12:56:59 #11 39.83 Selecting previously unselected package libmath-base85-perl.
12:56:59 #11 39.83 Preparing to unpack .../330-libmath-base85-perl_0.5+dfsg-1_all.deb ...
12:56:59 #11 39.84 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
12:56:59 #11 39.87 Selecting previously unselected package libmldbm-perl.
12:56:59 #11 39.87 Preparing to unpack .../331-libmldbm-perl_2.05-3_all.deb ...
12:56:59 #11 39.88 Unpacking libmldbm-perl (2.05-3) ...
12:56:59 #11 39.91 Selecting previously unselected package libmoox-aliases-perl.
12:56:59 #11 39.91 Preparing to unpack .../332-libmoox-aliases-perl_0.001006-2_all.deb ...
12:56:59 #11 39.92 Unpacking libmoox-aliases-perl (0.001006-2) ...
12:56:59 #11 39.95 Selecting previously unselected package libmouse-perl.
12:56:59 #11 39.95 Preparing to unpack .../333-libmouse-perl_2.5.10-1build4_arm64.deb ...
12:56:59 #11 37.68 Preparing to unpack .../330-libmath-base85-perl_0.5+dfsg-1_all.deb ...
12:56:59 #11 37.68 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
12:56:59 #11 37.71 Selecting previously unselected package libmldbm-perl.
12:56:59 #11 37.71 Preparing to unpack .../331-libmldbm-perl_2.05-3_all.deb ...
12:56:59 #11 37.72 Unpacking libmldbm-perl (2.05-3) ...
12:56:59 #11 37.75 Selecting previously unselected package libmoox-aliases-perl.
12:56:59 #11 37.75 Preparing to unpack .../332-libmoox-aliases-perl_0.001006-2_all.deb ...
12:56:59 #11 37.75 Unpacking libmoox-aliases-perl (0.001006-2) ...
12:56:59 #11 37.78 Selecting previously unselected package libmouse-perl.
12:56:59 #11 37.78 Preparing to unpack .../333-libmouse-perl_2.5.10-1build4_amd64.deb ...
12:56:59 #11 37.79 Unpacking libmouse-perl (2.5.10-1build4) ...
12:56:59 #11 37.84 Selecting previously unselected package libxs-parse-keyword-perl.
12:56:59 #11 37.85 Preparing to unpack .../334-libxs-parse-keyword-perl_0.25-1_amd64.deb ...
12:56:59 #11 37.85 Unpacking libxs-parse-keyword-perl (0.25-1) ...
12:56:59 #11 37.88 Selecting previously unselected package libxs-parse-sublike-perl:amd64.
12:56:59 #11 37.88 Preparing to unpack .../335-libxs-parse-sublike-perl_0.16-1ubuntu2_amd64.deb ...
12:56:59 #11 37.89 Unpacking libxs-parse-sublike-perl:amd64 (0.16-1ubuntu2) ...
12:56:59 #11 37.92 Selecting previously unselected package libobject-pad-perl.
12:56:59 #11 37.92 Preparing to unpack .../336-libobject-pad-perl_0.68-1_amd64.deb ...
12:56:59 #11 37.92 Unpacking libobject-pad-perl (0.68-1) ...
12:56:59 #11 37.95 Selecting previously unselected package libpackage-stash-xs-perl:amd64.
12:56:59 #11 37.95 Preparing to unpack .../337-libpackage-stash-xs-perl_0.30-1_amd64.deb ...
12:56:59 #11 37.96 Unpacking libpackage-stash-xs-perl:amd64 (0.30-1) ...
12:56:59 #11 37.99 Selecting previously unselected package libpath-iterator-rule-perl.
12:56:59 #11 37.85 Preparing to unpack .../297-libref-util-perl_0.204-1_all.deb ...
12:56:59 #11 37.85 Unpacking libref-util-perl (0.204-1) ...
12:56:59 #11 37.88 Selecting previously unselected package libref-util-xs-perl.
12:56:59 #11 37.89 Preparing to unpack .../298-libref-util-xs-perl_0.117-1build2_arm64.deb ...
12:56:59 #11 37.89 Unpacking libref-util-xs-perl (0.117-1build2) ...
12:56:59 #11 37.93 Selecting previously unselected package libregexp-pattern-license-perl.
12:56:59 #11 37.93 Preparing to unpack .../299-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
12:56:59 #11 37.93 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
12:56:59 #11 37.97 Selecting previously unselected package libregexp-pattern-perl.
12:56:59 #11 37.97 Preparing to unpack .../300-libregexp-pattern-perl_0.2.12-1_all.deb ...
12:56:59 #11 37.98 Unpacking libregexp-pattern-perl (0.2.12-1) ...
12:56:59 #11 38.01 Selecting previously unselected package libsasl2-modules:arm64.
12:56:59 #11 38.02 Preparing to unpack .../301-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
12:56:59 #11 38.02 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
12:56:59 #11 38.08 Selecting previously unselected package libsereal-decoder-perl.
12:56:59 #11 38.08 Preparing to unpack .../302-libsereal-decoder-perl_4.011+ds-1build1_arm64.deb ...
12:56:59 #11 38.09 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
12:56:59 #11 38.12 Selecting previously unselected package libsereal-encoder-perl.
12:56:59 #11 38.13 Preparing to unpack .../303-libsereal-encoder-perl_4.011+ds-1build1_arm64.deb ...
12:56:59 #11 38.13 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
12:56:59 #11 38.17 Selecting previously unselected package libsereal-perl.
12:56:59 #11 38.17 Preparing to unpack .../304-libsereal-perl_4.011-1_all.deb ...
12:56:59 #11 38.18 Unpacking libsereal-perl (4.011-1) ...
12:56:59 #11 38.21 Selecting previously unselected package libsort-key-perl.
12:56:59 #22 DONE 0.5s
12:56:59 
12:56:59 #23 [build 6/6] RUN --mount=type=bind,target=.     --mount=type=tmpfs,target=cli/winresources/dockerd     --mount=type=tmpfs,target=cli/winresources/docker-proxy     --mount=type=cache,target=/root/.cache/go-build,id=moby-build-windows/amd64 <<EOT (set -e...)
12:56:59 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:56:59 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 8.5s done
12:56:59 #10 19.26 Selecting previously unselected package autoconf.
12:56:59 #10 19.26 Preparing to unpack .../025-autoconf_2.71-3_all.deb ...
12:56:59 #10 19.27 Unpacking autoconf (2.71-3) ...
12:56:59 #10 19.38 Selecting previously unselected package autotools-dev.
12:56:59 #10 19.38 Preparing to unpack .../026-autotools-dev_20220109.1_all.deb ...
12:56:59 #10 19.39 Unpacking autotools-dev (20220109.1) ...
12:56:59 #10 19.45 Selecting previously unselected package automake.
12:56:59 #10 59.00 Setting up pristine-tar (1.50) ...
12:56:59 #10 59.01 Setting up libio-socket-ssl-perl (2.078-1) ...
12:56:59 #10 59.02 Setting up libsub-exporter-perl (0.989-1) ...
12:56:59 #10 59.04 Setting up libpython3-stdlib:arm64 (3.11.1-3) ...
12:56:59 #10 59.05 Setting up libalgorithm-merge-perl (0.08-5) ...
12:56:59 #10 59.08 Setting up libhttp-message-perl (6.44-1) ...
12:56:59 #10 59.09 Setting up libdata-validate-ip-perl (0.31-1) ...
12:56:59 #10 59.10 Setting up libhtml-form-perl (6.10-1) ...
12:56:59 #10 59.11 Setting up libiterator-perl (0.03+ds1-2) ...
12:56:59 #10 59.13 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
12:56:59 #10 59.14 Setting up libjson-xs-perl (4.030-2+b1) ...
12:56:59 #10 59.16 Setting up python3.11 (3.11.1-2) ...
12:56:59 #10 39.85 Preparing to unpack .../184-libfcgi-perl_0.78-2+b3_amd64.deb ...
12:56:59 #10 39.85 Unpacking libfcgi-perl (0.78-2+b3) ...
12:56:59 #10 39.88 Selecting previously unselected package libcgi-fast-perl.
12:56:59 #10 39.89 Preparing to unpack .../185-libcgi-fast-perl_1%3a2.13-1_all.deb ...
12:56:59 #10 39.89 Unpacking libcgi-fast-perl (1:2.13-1) ...
12:56:59 #10 39.92 Selecting previously unselected package libsub-name-perl.
12:56:59 #10 39.92 Preparing to unpack .../186-libsub-name-perl_0.21-1+b3_amd64.deb ...
12:56:59 #10 39.92 Unpacking libsub-name-perl (0.21-1+b3) ...
12:56:59 #10 39.95 Selecting previously unselected package libclass-accessor-perl.
12:56:59 #10 39.95 Preparing to unpack .../187-libclass-accessor-perl_0.51-1_all.deb ...
12:56:59 #10 39.96 Unpacking libclass-accessor-perl (0.51-1) ...
12:56:59 #10 39.99 Selecting previously unselected package libclass-inspector-perl.
12:56:59 #10 39.99 Preparing to unpack .../188-libclass-inspector-perl_1.32-1_all.deb ...
12:56:59 #10 39.99 Unpacking libclass-inspector-perl (1.32-1) ...
12:56:59 #10 40.02 Selecting previously unselected package libclass-xsaccessor-perl.
12:56:59 #10 40.02 Preparing to unpack .../189-libclass-xsaccessor-perl_1.19-3+b2_amd64.deb ...
12:56:59 #10 40.03 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ...
12:56:59 #10 40.06 Selecting previously unselected package libclone-perl.
12:56:59 #10 43.51 
12:56:59 #10 43.51 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:56:59 #10 43.54 Setting up liblist-moreutils-perl (0.416-1build3) ...
12:56:59 #10 43.55 Setting up libhttp-date-perl (6.02-1) ...
12:56:59 #10 43.56 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:56:59 #10 43.57 Setting up build-essential (12.4ubuntu1) ...
12:56:59 #10 43.58 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.22) ...
12:56:59 #10 43.59 Setting up libdevel-callchecker-perl (0.007-2build1) ...
12:56:59 #10 43.59 Setting up libcurl4:arm64 (7.58.0-2ubuntu3.22) ...
12:56:59 #10 43.60 Setting up devscripts (2.17.12ubuntu1.1) ...
12:56:59 #12 25.11 Dependencies resolved.
12:56:59 #12 25.12 =============================================================================================
12:56:59 #12 25.12  Package                      Arch    Version                                Repo        Size
12:56:59 #12 25.12 =============================================================================================
12:56:59 #12 25.12 Installing:
12:56:59 #12 25.12  dnf-plugins-core             noarch  4.0.21-18.el8                          baseos      75 k
12:56:59 #12 25.12  rpm-build                    x86_64  4.14.3-26.el8                          appstream  174 k
12:56:59 #12 25.12  rpmlint                      noarch  1.10-14.el8                            appstream  192 k
12:56:59 #12 25.12 Upgrading:
12:56:59 #12 25.12  python3-dnf-plugins-core     noarch  4.0.21-18.el8                          baseos     258 k
12:56:59 #12 25.12  python3-rpm                  x86_64  4.14.3-26.el8                          baseos     155 k
12:56:59 #12 25.12  rpm                          x86_64  4.14.3-26.el8                          baseos     544 k
12:56:59 #12 25.12  rpm-build-libs               x86_64  4.14.3-26.el8                          baseos     157 k
12:56:59 #12 25.12  rpm-libs                     x86_64  4.14.3-26.el8                          baseos     345 k
12:56:59 #12 25.12 Installing dependencies:
12:56:59 #12 25.12  binutils                     x86_64  2.30-119.el8                           baseos     5.8 M
12:56:59 #12 25.12  bzip2                        x86_64  1.0.6-26.el8                           baseos      60 k
12:56:59 #12 25.12  cpio                         x86_64  2.12-11.el8                            baseos     266 k
12:56:59 #12 25.12  desktop-file-utils           x86_64  0.26-1.el8                             appstream   80 k
12:56:59 #12 25.12  diffutils                    x86_64  3.6-6.el8                              baseos     358 k
12:56:59 #12 25.12  dwz                          x86_64  0.12-10.el8                            appstream  109 k
12:56:59 #12 25.12  efi-srpm-macros              noarch  3-3.el8                                appstream   22 k
12:56:59 #12 25.12  elfutils                     x86_64  0.187-4.el8                            baseos     543 k
12:56:59 #12 25.12  emacs-filesystem             noarch  1:26.1-9.el8                           baseos      70 k
12:56:59 #12 25.12  file                         x86_64  5.33-21.el8                            baseos      77 k
12:56:59 #12 25.12  gc                           x86_64  7.6.4-3.el8                            appstream  109 k
12:56:59 #12 25.12  gdb-headless                 x86_64  8.2-19.el8                             appstream  3.7 M
12:56:59 #12 25.12  ghc-srpm-macros              noarch  1.4.2-7.el8                            appstream  9.3 k
12:56:59 #12 25.12  glibc-gconv-extra            x86_64  2.28-211.el8                           baseos     1.5 M
12:56:59 #12 25.12  go-srpm-macros               noarch  2-17.el8                               appstream   13 k
12:56:59 #12 25.12  groff-base                   x86_64  1.22.3-18.el8                          baseos     1.0 M
12:56:59 #12 25.12  guile                        x86_64  5:2.0.14-7.el8                         appstream  3.5 M
12:56:59 #12 25.12  libatomic_ops                x86_64  7.6.2-3.el8                            appstream   38 k
12:56:59 #12 25.12  libbabeltrace                x86_64  1.5.4-4.el8                            baseos     200 k
12:56:59 #12 25.12  libipt                       x86_64  1.6.1-8.el8                            appstream   50 k
12:56:59 #12 25.12  libpkgconf                   x86_64  1.4.2-1.el8                            baseos      35 k
12:56:59 #12 25.12  libtool-ltdl                 x86_64  2.4.6-25.el8                           baseos      58 k
12:56:59 #12 25.12  ncurses                      x86_64  6.1-9.20180224.el8                     baseos     387 k
12:56:59 #12 25.12  ocaml-srpm-macros            noarch  5-4.el8                                appstream  9.4 k
12:56:59 #12 25.12  openblas-srpm-macros         noarch  2-2.el8                                appstream  7.9 k
12:56:59 #12 25.12  patch                        x86_64  2.7.6-11.el8                           baseos     138 k
12:56:59 #12 25.12  perl-Carp                    noarch  1.42-396.el8                           baseos      30 k
12:56:59 #12 25.12  perl-Encode                  x86_64  4:2.97-3.el8                           baseos     1.5 M
12:56:59 #12 25.12  perl-Errno                   x86_64  1.28-422.el8                           baseos      76 k
12:56:59 #12 25.12  perl-Exporter                noarch  5.72-396.el8                           baseos      34 k
12:56:59 #12 25.12  perl-File-Path               noarch  2.15-2.el8                             baseos      38 k
12:56:59 #12 25.12  perl-File-Temp               noarch  0.230.600-1.el8                        baseos      63 k
12:56:59 #12 25.12  perl-Getopt-Long             noarch  1:2.50-4.el8                           baseos      63 k
12:56:59 #12 25.12  perl-HTTP-Tiny               noarch  0.074-1.el8                            baseos      58 k
12:56:59 #12 25.12  perl-IO                      x86_64  1.38-422.el8                           baseos     142 k
12:56:59 #12 25.12  perl-MIME-Base64             x86_64  3.15-396.el8                           baseos      31 k
12:56:59 #12 25.12  perl-PathTools               x86_64  3.74-1.el8                             baseos      90 k
12:56:59 #12 25.12  perl-Pod-Escapes             noarch  1:1.07-395.el8                         baseos      20 k
12:56:59 #12 25.12  perl-Pod-Perldoc             noarch  3.28-396.el8                           baseos      86 k
12:56:59 #12 25.12  perl-Pod-Simple              noarch  1:3.35-395.el8                         baseos     213 k
12:56:59 #12 25.12  perl-Pod-Usage               noarch  4:1.69-395.el8                         baseos      34 k
12:56:59 #12 25.12  perl-Scalar-List-Utils       x86_64  3:1.49-2.el8                           baseos      68 k
12:56:59 #12 25.12  perl-Socket                  x86_64  4:2.027-3.el8                          baseos      59 k
12:56:59 #12 25.12  perl-Storable                x86_64  1:3.11-3.el8                           baseos      98 k
12:56:59 #12 25.12  perl-Term-ANSIColor          noarch  4.06-396.el8                           baseos      46 k
12:56:59 #12 25.12  perl-Term-Cap                noarch  1.17-395.el8                           baseos      23 k
12:56:59 #12 25.12  perl-Text-ParseWords         noarch  3.30-395.el8                           baseos      18 k
12:56:59 #12 25.12  perl-Text-Tabs+Wrap          noarch  2013.0523-395.el8                      baseos      24 k
12:56:59 #12 25.12  perl-Time-Local              noarch  1:1.280-1.el8                          baseos      34 k
12:56:59 #12 25.12  perl-Unicode-Normalize       x86_64  1.25-396.el8                           baseos      82 k
12:56:59 #12 25.12  perl-constant                noarch  1.33-396.el8                           baseos      25 k
12:56:59 #12 25.12  perl-interpreter             x86_64  4:5.26.3-422.el8                       baseos     6.3 M
12:56:59 #12 25.12  perl-libs                    x86_64  4:5.26.3-422.el8                       baseos     1.6 M
12:56:59 #12 25.12  perl-macros                  x86_64  4:5.26.3-422.el8                       baseos      73 k
12:56:59 #12 25.12  perl-parent                  noarch  1:0.237-1.el8                          baseos      20 k
12:56:59 #12 25.12  perl-podlators               noarch  4.11-1.el8                             baseos     118 k
12:56:59 #12 25.12  perl-srpm-macros             noarch  1-25.el8                               appstream   11 k
12:56:59 #12 25.12  perl-threads                 x86_64  1:2.21-2.el8                           baseos      61 k
12:56:59 #12 25.12  perl-threads-shared          x86_64  1.58-2.el8                             baseos      48 k
12:56:59 #12 25.12  pkgconf                      x86_64  1.4.2-1.el8                            baseos      38 k
12:56:59 #12 25.12  pkgconf-m4                   noarch  1.4.2-1.el8                            baseos      17 k
12:56:59 #12 25.12  pkgconf-pkg-config           x86_64  1.4.2-1.el8                            baseos      15 k
12:56:59 #12 25.12  python-rpm-macros            noarch  3-44.el8                               baseos      16 k
12:56:59 #12 25.12  python-srpm-macros           noarch  3-44.el8                               baseos      16 k
12:56:59 #12 25.12  python3-rpm-macros           noarch  3-44.el8                               baseos      15 k
12:56:59 #12 25.12  python3-systemd              x86_64  234-8.el8                              appstream   81 k
12:56:59 #12 25.12  qt5-srpm-macros              noarch  5.15.3-1.el8                           appstream   11 k
12:56:59 #12 25.12  redhat-rpm-config            noarch  130-1.el8                              appstream   90 k
12:56:59 #12 25.12  rust-srpm-macros             noarch  5-2.el8                                appstream  9.2 k
12:56:59 #12 25.12  unzip                        x86_64  6.0-46.el8                             baseos     196 k
12:56:59 #12 25.12  xz                           x86_64  5.2.4-4.el8                            baseos     153 k
12:56:59 #12 25.12  zip                          x86_64  3.0-23.el8                             baseos     270 k
12:56:59 #12 25.12  zstd                         x86_64  1.4.4-1.el8                            appstream  393 k
12:56:59 #12 25.12 Installing weak dependencies:
12:56:59 #12 25.12  elfutils-debuginfod-client   x86_64  0.187-4.el8                            baseos      73 k
12:56:59 #12 25.12  perl-IO-Socket-IP            noarch  0.39-5.el8                             appstream   47 k
12:56:59 #12 25.12  perl-Mozilla-CA              noarch  20160104-7.module_el8.3.0+416+dee7bcef appstream   15 k
12:56:59 #12 25.12 Downgrading:
12:56:59 #12 25.12  xz-libs                      x86_64  5.2.4-4.el8                            baseos      94 k
12:56:59 #12 25.12 Enabling module streams:
12:56:59 #12 25.12  perl                                 5.26                                                   
12:56:59 #12 25.12  perl-IO-Socket-SSL                   2.066                                                  
12:56:59 #12 25.12  perl-libwww-perl                     6.34                                                   
12:56:59 #12 25.12 
12:56:59 #12 25.12 Transaction Summary
12:56:59 #12 25.12 =============================================================================================
12:56:59 #12 25.12 Install    79 Packages
12:56:59 #12 25.12 Upgrade     5 Packages
12:56:59 #12 25.12 Downgrade   1 Package
12:56:59 #12 25.12 
12:56:59 #12 25.12 Total download size: 33 M
12:56:59 #12 25.12 Downloading Packages:
12:56:59 #12 1.030 Reading package lists...
12:56:59 #10 39.59 Preparing to unpack .../213-libexporter-tiny-perl_1.002002-1_all.deb ...
12:56:59 #10 39.60 Unpacking libexporter-tiny-perl (1.002002-1) ...
12:56:59 #10 39.63 Selecting previously unselected package liblist-moreutils-xs-perl.
12:56:59 #10 39.63 Preparing to unpack .../214-liblist-moreutils-xs-perl_0.430-2_amd64.deb ...
12:56:59 #10 39.63 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
12:56:59 #10 39.67 Selecting previously unselected package liblist-moreutils-perl.
12:56:59 #10 39.67 Preparing to unpack .../215-liblist-moreutils-perl_0.430-2_all.deb ...
12:56:59 #10 39.67 Unpacking liblist-moreutils-perl (0.430-2) ...
12:56:59 #10 39.71 Selecting previously unselected package libdata-dpath-perl.
12:56:59 #10 39.71 Preparing to unpack .../216-libdata-dpath-perl_0.58-1_all.deb ...
12:56:59 #10 39.71 Unpacking libdata-dpath-perl (0.58-1) ...
12:56:59 #10 39.75 Selecting previously unselected package libdata-dump-perl.
12:56:59 #10 39.75 Preparing to unpack .../217-libdata-dump-perl_1.23-1.1_all.deb ...
12:56:59 #10 39.76 Unpacking libdata-dump-perl (1.23-1.1) ...
12:56:59 #10 39.79 Selecting previously unselected package libdata-messagepack-perl.
12:56:59 #10 39.79 Preparing to unpack .../218-libdata-messagepack-perl_1.00-4+b1_amd64.deb ...
12:56:59 #10 39.79 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
12:56:59 #10 39.83 Selecting previously unselected package libnet-domain-tld-perl.
12:56:59 #11 26.03 Selecting previously unselected package g++.
12:56:59 #11 26.03 Preparing to unpack .../091-g++_4%3a11.2.0-1ubuntu1_amd64.deb ...
12:56:59 #11 26.03 Unpacking g++ (4:11.2.0-1ubuntu1) ...
12:56:59 #11 26.06 Selecting previously unselected package make.
12:56:59 #11 26.06 Preparing to unpack .../092-make_4.3-4.1build1_amd64.deb ...
12:56:59 #11 26.06 Unpacking make (4.3-4.1build1) ...
12:56:59 #11 26.09 Selecting previously unselected package libdpkg-perl.
12:56:59 #11 26.09 Preparing to unpack .../093-libdpkg-perl_1.21.1ubuntu2.1_all.deb ...
12:56:59 #11 26.10 Unpacking libdpkg-perl (1.21.1ubuntu2.1) ...
12:56:59 #11 26.14 Selecting previously unselected package bzip2.
12:56:59 #11 26.14 Preparing to unpack .../094-bzip2_1.0.8-5build1_amd64.deb ...
12:56:59 #11 26.14 Unpacking bzip2 (1.0.8-5build1) ...
12:56:59 #11 26.17 Selecting previously unselected package patch.
12:56:59 #11 26.17 Preparing to unpack .../095-patch_2.7.6-7build2_amd64.deb ...
12:56:59 #11 26.17 Unpacking patch (2.7.6-7build2) ...
12:56:59 #11 26.20 Selecting previously unselected package lto-disabled-list.
12:56:59 #11 26.20 Preparing to unpack .../096-lto-disabled-list_24_all.deb ...
12:56:59 #11 26.20 Unpacking lto-disabled-list (24) ...
12:56:59 #11 26.23 Selecting previously unselected package dpkg-dev.
12:56:59 #11 26.23 Preparing to unpack .../097-dpkg-dev_1.21.1ubuntu2.1_all.deb ...
12:56:59 #11 26.23 Unpacking dpkg-dev (1.21.1ubuntu2.1) ...
12:56:59 #11 26.27 Selecting previously unselected package build-essential.
12:56:59 #11 35.49 Preparing to unpack .../334-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_arm64.deb ...
12:56:59 #11 35.50 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:56:59 #11 35.58 Selecting previously unselected package libxml-parser-perl:arm64.
12:56:59 #11 35.58 Preparing to unpack .../335-libxml-parser-perl_2.46-3build1_arm64.deb ...
12:56:59 #11 35.58 Unpacking libxml-parser-perl:arm64 (2.46-3build1) ...
12:56:59 #11 35.63 Selecting previously unselected package libxml-sax-expat-perl.
12:56:59 #11 35.63 Preparing to unpack .../336-libxml-sax-expat-perl_0.51-1_all.deb ...
12:56:59 #11 35.64 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:56:59 #11 35.66 Selecting previously unselected package libyaml-libyaml-perl.
12:56:59 #11 35.67 Preparing to unpack .../337-libyaml-libyaml-perl_0.83+ds-1build1_arm64.deb ...
12:56:59 #11 35.67 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
12:56:59 #11 35.70 Selecting previously unselected package licensecheck.
12:56:59 #11 35.71 Preparing to unpack .../338-licensecheck_3.2.14-2_all.deb ...
12:56:59 #11 35.71 Unpacking licensecheck (3.2.14-2) ...
12:56:59 #11 35.74 Selecting previously unselected package libdevel-size-perl.
12:56:59 #11 39.95 Unpacking libmouse-perl (2.5.10-1build4) ...
12:56:59 #11 40.01 Selecting previously unselected package libxs-parse-keyword-perl.
12:56:59 #11 40.01 Preparing to unpack .../334-libxs-parse-keyword-perl_0.25-1_arm64.deb ...
12:56:59 #11 40.02 Unpacking libxs-parse-keyword-perl (0.25-1) ...
12:56:59 #11 40.05 Selecting previously unselected package libxs-parse-sublike-perl:arm64.
12:56:59 #11 40.05 Preparing to unpack .../335-libxs-parse-sublike-perl_0.16-1ubuntu2_arm64.deb ...
12:56:59 #11 40.06 Unpacking libxs-parse-sublike-perl:arm64 (0.16-1ubuntu2) ...
12:56:59 #11 40.14 Selecting previously unselected package libobject-pad-perl.
12:56:59 #11 40.14 Preparing to unpack .../336-libobject-pad-perl_0.68-1_arm64.deb ...
12:56:59 #11 40.14 Unpacking libobject-pad-perl (0.68-1) ...
12:56:59 #11 40.18 Selecting previously unselected package libpackage-stash-xs-perl:arm64.
12:56:59 #10 37.06 Preparing to unpack .../160-libgpgme11_1.18.0-3+b1_amd64.deb ...
12:56:59 #10 37.06 Unpacking libgpgme11:amd64 (1.18.0-3+b1) ...
12:56:59 #10 37.11 Selecting previously unselected package python3-gpg.
12:56:59 #10 37.11 Preparing to unpack .../161-python3-gpg_1.18.0-3+b1_amd64.deb ...
12:56:59 #10 37.11 Unpacking python3-gpg (1.18.0-3+b1) ...
12:56:59 #10 37.18 Selecting previously unselected package python3-xdg.
12:56:59 #10 37.18 Preparing to unpack .../162-python3-xdg_0.28-2_all.deb ...
12:56:59 #10 37.18 Unpacking python3-xdg (0.28-2) ...
12:56:59 #10 37.23 Selecting previously unselected package dput.
12:56:59 #10 37.23 Preparing to unpack .../163-dput_1.1.3_all.deb ...
12:56:59 #10 37.24 Unpacking dput (1.1.3) ...
12:56:59 #10 37.27 Selecting previously unselected package equivs.
12:56:59 #10 37.28 Preparing to unpack .../164-equivs_2.3.1_all.deb ...
12:56:59 #10 37.28 Unpacking equivs (2.3.1) ...
12:56:59 #11 37.99 Preparing to unpack .../338-libpath-iterator-rule-perl_1.015-1_all.deb ...
12:56:59 #11 37.99 Unpacking libpath-iterator-rule-perl (1.015-1) ...
12:56:59 #11 38.02 Selecting previously unselected package libperlio-gzip-perl.
12:56:59 #11 38.02 Preparing to unpack .../339-libperlio-gzip-perl_0.20-1_amd64.deb ...
12:56:59 #11 38.03 Unpacking libperlio-gzip-perl (0.20-1) ...
12:56:59 #11 38.06 Selecting previously unselected package libperlio-utf8-strict-perl.
12:56:59 #11 38.06 Preparing to unpack .../340-libperlio-utf8-strict-perl_0.009-1build1_amd64.deb ...
12:56:59 #11 38.06 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
12:56:59 #11 38.09 Selecting previously unselected package libpod-parser-perl.
12:56:59 #11 38.09 Preparing to unpack .../341-libpod-parser-perl_1.65-1_all.deb ...
12:56:59 #11 38.10 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:56:59 #11 38.11 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:56:59 #11 38.12 Unpacking libpod-parser-perl (1.65-1) ...
12:56:59 #11 38.15 Selecting previously unselected package libpod-constants-perl.
12:56:59 #11 38.15 Preparing to unpack .../342-libpod-constants-perl_0.19-2_all.deb ...
12:56:59 #11 38.15 Unpacking libpod-constants-perl (0.19-2) ...
12:56:59 #11 38.18 Selecting previously unselected package libproc-processtable-perl:amd64.
12:56:59 #11 38.18 Preparing to unpack .../343-libproc-processtable-perl_0.634-1build1_amd64.deb ...
12:56:59 #11 38.19 Unpacking libproc-processtable-perl:amd64 (0.634-1build1) ...
12:56:59 #11 38.23 Selecting previously unselected package libre2-9:amd64.
12:56:59 #11 38.21 Preparing to unpack .../305-libsort-key-perl_1.33-2build2_arm64.deb ...
12:56:59 #11 38.22 Unpacking libsort-key-perl (1.33-2build2) ...
12:56:59 #11 38.26 Selecting previously unselected package libstring-copyright-perl.
12:56:59 #11 38.27 Preparing to unpack .../306-libstring-copyright-perl_0.003006-1_all.deb ...
12:56:59 #11 38.27 Unpacking libstring-copyright-perl (0.003006-1) ...
12:56:59 #11 38.30 Selecting previously unselected package libstring-escape-perl.
12:56:59 #11 38.31 Preparing to unpack .../307-libstring-escape-perl_2010.002-2_all.deb ...
12:56:59 #11 38.31 Unpacking libstring-escape-perl (2010.002-2) ...
12:56:59 #11 38.34 Selecting previously unselected package libstring-shellquote-perl.
12:56:59 #11 38.34 Preparing to unpack .../308-libstring-shellquote-perl_1.04-1_all.deb ...
12:56:59 #11 38.35 Unpacking libstring-shellquote-perl (1.04-1) ...
12:56:59 #11 38.38 Selecting previously unselected package libterm-readkey-perl.
12:56:59 #11 38.39 Preparing to unpack .../309-libterm-readkey-perl_2.38-1build1_arm64.deb ...
12:56:59 #11 38.39 Unpacking libterm-readkey-perl (2.38-1build1) ...
12:56:59 #11 38.42 Selecting previously unselected package libtest-fatal-perl.
12:56:59 #11 38.43 Preparing to unpack .../310-libtest-fatal-perl_0.014-1_all.deb ...
12:56:59 #11 38.43 Unpacking libtest-fatal-perl (0.014-1) ...
12:56:59 #11 38.47 Selecting previously unselected package libtest-refcount-perl.
12:56:59 [100%] Linking C executable tini-static
12:56:59 [100%] Built target tini-static
12:56:59 + mkdir -p /usr/local/bin
12:56:59 + cp tini-static /usr/local/bin/docker-init
12:56:59 + VERSION=0.0.0-20230206193855-ab4ef4a
12:56:59 + PRODUCT=docker
12:56:59 + hack/make.sh dynbinary
12:56:59 
12:56:59 #10 19.45 Preparing to unpack .../027-automake_1%3a1.16.5-1.3_all.deb ...
12:56:59 #10 19.45 Unpacking automake (1:1.16.5-1.3) ...
12:56:59 #10 19.60 Selecting previously unselected package autopoint.
12:56:59 #10 19.60 Preparing to unpack .../028-autopoint_0.21-11_all.deb ...
12:56:59 #10 19.62 Unpacking autopoint (0.21-11) ...
12:56:59 #10 19.68 Selecting previously unselected package binutils-common:armhf.
12:56:59 #10 19.68 Preparing to unpack .../029-binutils-common_2.40-2_armhf.deb ...
12:56:59 #10 40.06 Preparing to unpack .../190-libclone-perl_0.41-1+b1_amd64.deb ...
12:56:59 #10 40.06 Unpacking libclone-perl (0.41-1+b1) ...
12:56:59 #10 40.09 Selecting previously unselected package libcommon-sense-perl.
12:56:59 #10 40.09 Preparing to unpack .../191-libcommon-sense-perl_3.74-2+b7_amd64.deb ...
12:56:59 #10 40.10 Unpacking libcommon-sense-perl (3.74-2+b7) ...
12:56:59 #10 40.13 Selecting previously unselected package libparams-util-perl.
12:56:59 #10 40.13 Preparing to unpack .../192-libparams-util-perl_1.07-3+b4_amd64.deb ...
12:56:59 #10 40.13 Unpacking libparams-util-perl (1.07-3+b4) ...
12:56:59 #10 40.17 Selecting previously unselected package libsub-install-perl.
12:56:59 #10 40.17 Preparing to unpack .../193-libsub-install-perl_0.928-1_all.deb ...
12:56:59 #10 40.18 Unpacking libsub-install-perl (0.928-1) ...
12:56:59 #10 40.22 Selecting previously unselected package libdata-optlist-perl.
12:56:59 #10 40.22 Preparing to unpack .../194-libdata-optlist-perl_0.110-1_all.deb ...
12:56:59 #10 40.22 Unpacking libdata-optlist-perl (0.110-1) ...
12:56:59 #10 40.25 Selecting previously unselected package libsub-exporter-perl.
12:56:59 #10 40.25 Preparing to unpack .../195-libsub-exporter-perl_0.987-1_all.deb ...
12:56:59 #10 40.26 Unpacking libsub-exporter-perl (0.987-1) ...
12:56:59 #10 40.29 Selecting previously unselected package libconst-fast-perl.
12:56:59 #10 40.29 Preparing to unpack .../196-libconst-fast-perl_0.014-1_all.deb ...
12:56:59 #10 40.30 Unpacking libconst-fast-perl (0.014-1) ...
12:56:59 #10 40.32 Selecting previously unselected package libwant-perl.
12:56:59 #10 40.33 Preparing to unpack .../197-libwant-perl_0.29-1+b4_amd64.deb ...
12:56:59 #10 40.33 Unpacking libwant-perl (0.29-1+b4) ...
12:56:59 #10 40.36 Selecting previously unselected package libcontextual-return-perl.
12:56:59 #10 40.36 Preparing to unpack .../198-libcontextual-return-perl_0.004014-2_all.deb ...
12:56:59 #10 40.37 Unpacking libcontextual-return-perl (0.004014-2) ...
12:56:59 #10 40.40 Selecting previously unselected package libconvert-binhex-perl.
12:56:59 #10 43.79 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
12:56:59 #10 43.80 Setting up libcgi-fast-perl (1:2.13-1) ...
12:56:59 #10 43.81 Setting up libhtml-tree-perl (5.07-1) ...
12:56:59 #10 43.82 Setting up libfile-listing-perl (6.04-1) ...
12:56:59 #10 43.83 Setting up libhttp-message-perl (6.14-1) ...
12:56:59 #10 43.84 Setting up libxml-libxml-perl (2.0128+dfsg-5) ...
12:56:59 #10 43.88 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:56:59 #12 1.816 dpkg-buildpackage: info: source package docker-ce-build-deps
12:56:59 #12 1.816 dpkg-buildpackage: info: source version 1.0
12:56:59 #12 1.816 dpkg-buildpackage: info: source distribution unstable
12:56:59 #12 1.816 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:56:59 #12 1.851  dpkg-source --before-build .
12:56:59 #12 1.851 dpkg-buildpackage: info: host architecture arm64
12:57:00 #10 39.83 Preparing to unpack .../219-libnet-domain-tld-perl_1.75-1.1_all.deb ...
12:57:00 #10 39.83 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
12:57:00 #10 39.87 Selecting previously unselected package libdata-validate-domain-perl.
12:57:00 #10 39.87 Preparing to unpack .../220-libdata-validate-domain-perl_0.10-1.1_all.deb ...
12:57:00 #10 39.87 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
12:57:00 #10 39.90 Selecting previously unselected package libdevel-size-perl.
12:57:00 #10 39.90 Preparing to unpack .../221-libdevel-size-perl_0.83-1+b2_amd64.deb ...
12:57:00 #10 39.91 Unpacking libdevel-size-perl (0.83-1+b2) ...
12:57:00 #10 39.97 Selecting previously unselected package libdistro-info-perl.
12:57:00 #10 39.98 Preparing to unpack .../222-libdistro-info-perl_1.0_all.deb ...
12:57:00 #10 39.98 Unpacking libdistro-info-perl (1.0) ...
12:57:00 #10 40.02 Selecting previously unselected package libemail-address-xs-perl.
12:57:00 #10 40.02 Preparing to unpack .../223-libemail-address-xs-perl_1.04-1+b3_amd64.deb ...
12:57:00 #10 40.02 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
12:57:00 #10 40.06 Selecting previously unselected package libfcgi0ldbl:amd64.
12:57:00 #10 40.06 Preparing to unpack .../224-libfcgi0ldbl_2.4.2-2_amd64.deb ...
12:57:00 #10 40.07 Unpacking libfcgi0ldbl:amd64 (2.4.2-2) ...
12:57:00 #10 40.11 Selecting previously unselected package libfcgi-bin.
12:57:00 #11 26.27 Preparing to unpack .../098-build-essential_12.9ubuntu3_amd64.deb ...
12:57:00 #11 26.28 Unpacking build-essential (12.9ubuntu3) ...
12:57:00 #11 26.31 Selecting previously unselected package libbrotli1:amd64.
12:57:00 #11 26.31 Preparing to unpack .../099-libbrotli1_1.0.9-2build6_amd64.deb ...
12:57:00 #11 26.32 Unpacking libbrotli1:amd64 (1.0.9-2build6) ...
12:57:00 #11 26.37 Selecting previously unselected package libsasl2-modules-db:amd64.
12:57:00 #11 26.38 Preparing to unpack .../100-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.1_amd64.deb ...
12:57:00 #11 26.38 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:57:00 #11 26.41 Selecting previously unselected package libsasl2-2:amd64.
12:57:00 #11 26.41 Preparing to unpack .../101-libsasl2-2_2.1.27+dfsg2-3ubuntu1.1_amd64.deb ...
12:57:00 #11 26.41 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:57:00 #11 26.44 Selecting previously unselected package libldap-2.5-0:amd64.
12:57:00 #11 26.45 Preparing to unpack .../102-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_amd64.deb ...
12:57:00 #11 26.45 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:57:00 #11 26.48 Selecting previously unselected package librtmp1:amd64.
12:57:00 #11 26.48 Preparing to unpack .../103-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ...
12:57:00 #11 26.49 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:57:00 #11 26.52 Selecting previously unselected package libssh-4:amd64.
12:57:00 #11 26.52 Preparing to unpack .../104-libssh-4_0.9.6-2build1_amd64.deb ...
12:57:00 #11 26.52 Unpacking libssh-4:amd64 (0.9.6-2build1) ...
12:57:00 #11 26.56 Selecting previously unselected package libcurl4:amd64.
12:57:00 #11 26.56 Preparing to unpack .../105-libcurl4_7.81.0-1ubuntu1.7_amd64.deb ...
12:57:00 #11 26.56 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.7) ...
12:57:00 #11 26.59 Selecting previously unselected package curl.
12:57:00 #10 37.31 Selecting previously unselected package fonts-dejavu-core.
12:57:00 #10 37.32 Preparing to unpack .../165-fonts-dejavu-core_2.37-2_all.deb ...
12:57:00 #10 37.32 Unpacking fonts-dejavu-core (2.37-2) ...
12:57:00 #10 37.47 Selecting previously unselected package fontconfig-config.
12:57:00 #10 37.47 Preparing to unpack .../166-fontconfig-config_2.14.1-4_amd64.deb ...
12:57:00 #10 37.56 Unpacking fontconfig-config (2.14.1-4) ...
12:57:00 #11 40.18 Preparing to unpack .../337-libpackage-stash-xs-perl_0.30-1_arm64.deb ...
12:57:00 #11 40.18 Unpacking libpackage-stash-xs-perl:arm64 (0.30-1) ...
12:57:00 #11 40.22 Selecting previously unselected package libpath-iterator-rule-perl.
12:57:00 #11 40.22 Preparing to unpack .../338-libpath-iterator-rule-perl_1.015-1_all.deb ...
12:57:00 #11 40.23 Unpacking libpath-iterator-rule-perl (1.015-1) ...
12:57:00 #11 40.27 Selecting previously unselected package libperlio-gzip-perl.
12:57:00 #11 40.27 Preparing to unpack .../339-libperlio-gzip-perl_0.20-1_arm64.deb ...
12:57:00 #11 40.27 Unpacking libperlio-gzip-perl (0.20-1) ...
12:57:00 #11 40.31 Selecting previously unselected package libperlio-utf8-strict-perl.
12:57:00 #11 40.32 Preparing to unpack .../340-libperlio-utf8-strict-perl_0.009-1build1_arm64.deb ...
12:57:00 #11 40.32 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
12:57:00 #11 40.36 Selecting previously unselected package libpod-parser-perl.
12:57:00 #11 40.37 Preparing to unpack .../341-libpod-parser-perl_1.65-1_all.deb ...
12:57:00 #11 40.38 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:57:00 #11 40.39 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:57:00 #11 40.39 Unpacking libpod-parser-perl (1.65-1) ...
12:57:00 #11 40.43 Selecting previously unselected package libpod-constants-perl.
12:57:00 #11 35.74 Preparing to unpack .../339-libdevel-size-perl_0.83-1build4_arm64.deb ...
12:57:00 #11 35.74 Unpacking libdevel-size-perl (0.83-1build4) ...
12:57:00 #11 35.77 Selecting previously unselected package libipc-run3-perl.
12:57:00 #11 35.78 Preparing to unpack .../340-libipc-run3-perl_0.048-2_all.deb ...
12:57:00 #11 35.79 Unpacking libipc-run3-perl (0.048-2) ...
12:57:00 #11 35.83 Selecting previously unselected package lzip.
12:57:00 #11 35.83 Preparing to unpack .../341-lzip_1.23-1_arm64.deb ...
12:57:00 #11 35.83 Unpacking lzip (1.23-1) ...
12:57:00 #11 35.86 Selecting previously unselected package lzop.
12:57:00 #11 35.86 Preparing to unpack .../342-lzop_1.04-2build2_arm64.deb ...
12:57:00 #11 35.87 Unpacking lzop (1.04-2build2) ...
12:57:00 #11 35.90 Selecting previously unselected package t1utils.
12:57:00 #11 35.90 Preparing to unpack .../343-t1utils_1.41-4build2_arm64.deb ...
12:57:00 #11 35.90 Unpacking t1utils (1.41-4build2) ...
12:57:00 #11 35.94 Selecting previously unselected package unzip.
12:57:00 #11 35.94 Preparing to unpack .../344-unzip_6.0-26ubuntu3.1_arm64.deb ...
12:57:00 #11 35.95 Unpacking unzip (6.0-26ubuntu3.1) ...
12:57:00 #11 35.99 Selecting previously unselected package lintian.
12:57:00 #11 38.23 Preparing to unpack .../344-libre2-9_20220601+dfsg-1_amd64.deb ...
12:57:00 #11 38.23 Unpacking libre2-9:amd64 (20220601+dfsg-1) ...
12:57:00 #11 38.26 Selecting previously unselected package libre-engine-re2-perl:amd64.
12:57:00 #11 38.26 Preparing to unpack .../345-libre-engine-re2-perl_0.14-1build2_amd64.deb ...
12:57:00 #11 38.27 Unpacking libre-engine-re2-perl:amd64 (0.14-1build2) ...
12:57:00 #11 38.29 Selecting previously unselected package libreadonly-perl.
12:57:00 #11 38.30 Preparing to unpack .../346-libreadonly-perl_2.050-3_all.deb ...
12:57:00 #11 38.30 Unpacking libreadonly-perl (2.050-3) ...
12:57:00 #11 38.32 Selecting previously unselected package libref-util-perl.
12:57:00 #11 38.33 Preparing to unpack .../347-libref-util-perl_0.204-1_all.deb ...
12:57:00 #11 38.33 Unpacking libref-util-perl (0.204-1) ...
12:57:00 #11 38.35 Selecting previously unselected package libref-util-xs-perl.
12:57:00 #11 38.36 Preparing to unpack .../348-libref-util-xs-perl_0.117-2_amd64.deb ...
12:57:00 #11 38.36 Unpacking libref-util-xs-perl (0.117-2) ...
12:57:00 #11 38.38 Selecting previously unselected package libregexp-pattern-license-perl.
12:57:00 #11 38.38 Preparing to unpack .../349-libregexp-pattern-license-perl_3.9.4-1_all.deb ...
12:57:00 #11 38.39 Unpacking libregexp-pattern-license-perl (3.9.4-1) ...
12:57:00 #11 38.41 Selecting previously unselected package libregexp-pattern-perl.
12:57:00 #11 38.42 Preparing to unpack .../350-libregexp-pattern-perl_0.2.14-1_all.deb ...
12:57:00 #11 38.42 Unpacking libregexp-pattern-perl (0.2.14-1) ...
12:57:00 #11 38.44 Selecting previously unselected package libregexp-wildcards-perl.
12:57:00 #11 38.47 Preparing to unpack .../311-libtest-refcount-perl_0.10-1_all.deb ...
12:57:00 #11 38.48 Unpacking libtest-refcount-perl (0.10-1) ...
12:57:00 #11 38.51 Selecting previously unselected package libtext-levenshtein-perl.
12:57:00 #11 38.51 Preparing to unpack .../312-libtext-levenshtein-perl_0.13-1_all.deb ...
12:57:00 #11 38.51 Unpacking libtext-levenshtein-perl (0.13-1) ...
12:57:00 #11 38.55 Selecting previously unselected package libtype-tiny-xs-perl.
12:57:00 #11 38.55 Preparing to unpack .../313-libtype-tiny-xs-perl_0.016-1_arm64.deb ...
12:57:00 #11 38.56 Unpacking libtype-tiny-xs-perl (0.016-1) ...
12:57:00 #11 38.59 Selecting previously unselected package libunicode-utf8-perl.
12:57:00 #11 38.59 Preparing to unpack .../314-libunicode-utf8-perl_0.62-1build1_arm64.deb ...
12:57:00 #11 38.60 Unpacking libunicode-utf8-perl (0.62-1build1) ...
12:57:00 #11 38.63 Selecting previously unselected package libxml-namespacesupport-perl.
12:57:00 #11 38.63 Preparing to unpack .../315-libxml-namespacesupport-perl_1.12-1_all.deb ...
12:57:00 #11 38.64 Unpacking libxml-namespacesupport-perl (1.12-1) ...
12:57:00 #11 38.67 Selecting previously unselected package libxml-sax-base-perl.
12:57:00 #11 38.67 Preparing to unpack .../316-libxml-sax-base-perl_1.09-1_all.deb ...
12:57:00 #11 38.68 Unpacking libxml-sax-base-perl (1.09-1) ...
12:57:00 #11 38.72 Selecting previously unselected package libxml-sax-perl.
12:57:00 Removing bundles/
12:57:00 
12:57:00 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:00 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:57:00 #10 19.69 Unpacking binutils-common:armhf (2.40-2) ...
12:57:00 #10 40.40 Preparing to unpack .../199-libconvert-binhex-perl_1.125-1_all.deb ...
12:57:00 #10 40.41 Unpacking libconvert-binhex-perl (1.125-1) ...
12:57:00 #10 40.44 Selecting previously unselected package libdata-dump-perl.
12:57:00 #10 40.45 Preparing to unpack .../200-libdata-dump-perl_1.23-1_all.deb ...
12:57:00 #10 40.45 Unpacking libdata-dump-perl (1.23-1) ...
12:57:00 #10 40.49 Selecting previously unselected package libdigest-bubblebabble-perl.
12:57:00 #10 40.49 Preparing to unpack .../201-libdigest-bubblebabble-perl_0.02-2_all.deb ...
12:57:00 #10 40.49 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
12:57:00 #10 40.53 Selecting previously unselected package libdigest-hmac-perl.
12:57:00 #10 40.53 Preparing to unpack .../202-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
12:57:00 #10 40.53 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
12:57:00 #10 40.57 Selecting previously unselected package libdistro-info-perl.
12:57:00 #10 40.57 Preparing to unpack .../203-libdistro-info-perl_0.21_all.deb ...
12:57:00 #10 40.58 Unpacking libdistro-info-perl (0.21) ...
12:57:00 #10 40.60 Selecting previously unselected package libnet-smtp-ssl-perl.
12:57:00 #10 40.61 Preparing to unpack .../204-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:57:00 #10 40.61 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:57:00 #10 40.64 Selecting previously unselected package libmailtools-perl.
12:57:00 #10 43.94 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:57:00 #10 44.00 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:00 #10 44.15 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:00 #10 44.18 Setting up libparams-classify-perl (0.015-1) ...
12:57:00 #10 44.19 Setting up git (1:2.17.1-1ubuntu0.15) ...
12:57:00 #23 0.620 
12:57:00 #23 0.636 Removing /tmp/bundles/
12:57:00 #23 0.637 
12:57:00 #23 0.642 ---> Making bundle: binary (in /tmp/bundles/binary)
12:57:00 #23 0.673 ++++++ cat ./cli/winresources/dockerd/winres.json
12:57:00 #23 0.674 {
12:57:00 #23 0.674   "RT_GROUP_ICON": {
12:57:00 #23 0.674     "#1": {
12:57:00 #23 0.674       "0409": "../../winresources/docker.ico"
12:57:00 #23 0.674     }
12:57:00 #23 0.674   },
12:57:00 #23 0.674   "RT_MANIFEST": {
12:57:00 #23 0.674     "#1": {
12:57:00 #23 0.674       "0409": {
12:57:00 #23 0.674         "identity": {},
12:57:00 #23 0.674         "description": "Docker Engine",
12:57:00 #23 0.674         "minimum-os": "vista",
12:57:00 #23 0.674         "execution-level": "",
12:57:00 #23 0.674         "ui-access": false,
12:57:00 #23 0.674         "auto-elevate": false,
12:57:00 #23 0.674         "dpi-awareness": "unaware",
12:57:00 #23 0.674         "disable-theming": false,
12:57:00 #23 0.674         "disable-window-filtering": false,
12:57:00 #23 0.674         "high-resolution-scrolling-aware": false,
12:57:00 #23 0.674         "ultra-high-resolution-scrolling-aware": false,
12:57:00 #23 0.674         "long-path-aware": false,
12:57:00 #23 0.674         "printer-driver-isolation": false,
12:57:00 #23 0.674         "gdi-scaling": false,
12:57:00 #23 0.674         "segment-heap": false,
12:57:00 #23 0.674         "use-common-controls-v6": false
12:57:00 #23 0.674       }
12:57:00 #23 0.674     }
12:57:00 #23 0.674   },
12:57:00 #23 0.674   "RT_MESSAGETABLE": {
12:57:00 #23 0.674     "#1": {
12:57:00 #23 0.674       "0409": "../../winresources/event_messages.bin"
12:57:00 #23 0.674     }
12:57:00 #23 0.674   },
12:57:00 #23 0.674   "RT_VERSION": {
12:57:00 #23 0.674     "#1": {
12:57:00 #23 0.674       "0409": {
12:57:00 #23 0.674         "fixed": {
12:57:00 #23 0.674           "file_version": "0.0.0.0",
12:57:00 #23 0.674           "product_version": "0.0.0.0",
12:57:00 #23 0.674           "type": "Unknown"
12:57:00 #23 0.674         },
12:57:00 #23 0.674         "info": {
12:57:00 #23 0.674           "0000": {
12:57:00 #23 0.674             "CompanyName": "",
12:57:00 #23 0.674             "FileVersion": "0.0.0-20230206193855-ab4ef4a",
12:57:00 #23 0.674             "LegalCopyright": "Copyright © 2015-2023 Docker Inc.",
12:57:00 #23 0.674             "OriginalFileName": "dockerd.exe",
12:57:00 #23 0.674             "ProductName": "",
12:57:00 #23 0.674             "ProductVersion": "0.0.0-20230206193855-ab4ef4a",
12:57:00 #23 0.674             "SpecialBuild": "1141704"
12:57:00 #23 0.674           }
12:57:00 #23 0.674         }
12:57:00 #23 0.674       }
12:57:00 #23 0.674     }
12:57:00 #23 0.674   }
12:57:00 #23 0.674 }
12:57:00 #23 0.678 cmd/dockerd/config.go
12:57:00 #23 0.679 cmd/dockerd/config_windows.go
12:57:00 #23 0.679 cmd/dockerd/daemon.go
12:57:00 #23 0.679 cmd/dockerd/daemon_test.go
12:57:00 #23 0.679 cmd/dockerd/daemon_windows.go
12:57:00 #23 0.679 cmd/dockerd/docker.go
12:57:00 #23 0.680 cmd/dockerd/docker_windows.go
12:57:00 #23 0.680 cmd/dockerd/genwinres_windows.go
12:57:00 #23 0.684 cmd/dockerd/metrics.go
12:57:00 #23 0.684 cmd/dockerd/options.go
12:57:00 #23 0.684 cmd/dockerd/options_test.go
12:57:00 #23 0.684 cmd/dockerd/service_windows.go
12:57:00 #23 0.704 Building static /tmp/bundles/binary-daemon/dockerd.exe (windows/amd64)...
12:57:00 #12 1.947  debian/rules clean
12:57:00 #12 1.949 dh clean
12:57:00 #12 2.023    dh_clean
12:57:00 #12 2.059  debian/rules binary
12:57:00 #12 2.062 dh binary
12:57:00 #12 2.127    dh_update_autotools_config
12:57:00 #12 2.156    dh_autoreconf
12:57:00 #12 2.196    create-stamp debian/debhelper-build-stamp
12:57:00 #12 2.196    dh_prep
12:57:00 #12 25.98 (1/85): desktop-file-utils-0.26-1.el8.x86_64.rp 356 kB/s |  80 kB     00:00    
12:57:00 #12 25.99 (2/85): xz-libs-5.2.4-4.el8.x86_64.rpm          407 kB/s |  94 kB     00:00    
12:57:00 #12 25.99 (3/85): efi-srpm-macros-3-3.el8.noarch.rpm      3.0 MB/s |  22 kB     00:00    
12:57:00 #12 25.99 (4/85): dwz-0.12-10.el8.x86_64.rpm              456 kB/s | 109 kB     00:00    
12:57:00 #12 26.00 (5/85): gc-7.6.4-3.el8.x86_64.rpm               9.4 MB/s | 109 kB     00:00    
12:57:00 #12 26.00 (6/85): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm  1.5 MB/s | 9.3 kB     00:00    
12:57:00 #12 26.00 (7/85): go-srpm-macros-2-17.el8.noarch.rpm      2.4 MB/s |  13 kB     00:00    
12:57:00 #12 26.01 (8/85): libatomic_ops-7.6.2-3.el8.x86_64.rpm    7.7 MB/s |  38 kB     00:00    
12:57:00 #12 26.02 (9/85): libipt-1.6.1-8.el8.x86_64.rpm           9.3 MB/s |  50 kB     00:00    
12:57:00 #12 26.02 (10/85): ocaml-srpm-macros-5-4.el8.noarch.rpm   2.5 MB/s | 9.4 kB     00:00    
12:57:00 #12 26.02 (11/85): openblas-srpm-macros-2-2.el8.noarch.rp 2.1 MB/s | 7.9 kB     00:00    
12:57:00 #12 26.03 (12/85): perl-IO-Socket-IP-0.39-5.el8.noarch.rp 6.0 MB/s |  47 kB     00:00    
12:57:00 #12 26.04 (13/85): perl-Mozilla-CA-20160104-7.module_el8. 4.4 MB/s |  15 kB     00:00    
12:57:00 #12 26.04 (14/85): perl-srpm-macros-1-25.el8.noarch.rpm   3.1 MB/s |  11 kB     00:00    
12:57:00 #12 26.05 (15/85): python3-systemd-234-8.el8.x86_64.rpm    14 MB/s |  81 kB     00:00    
12:57:00 #12 26.05 (16/85): qt5-srpm-macros-5.15.3-1.el8.noarch.rp 3.0 MB/s |  11 kB     00:00    
12:57:00 #12 26.06 (17/85): redhat-rpm-config-130-1.el8.noarch.rpm  15 MB/s |  90 kB     00:00    
12:57:00 #12 26.07 (18/85): rpm-build-4.14.3-26.el8.x86_64.rpm      22 MB/s | 174 kB     00:00    
12:57:00 #12 26.07 (19/85): rpmlint-1.10-14.el8.noarch.rpm          24 MB/s | 192 kB     00:00    
12:57:00 #12 26.08 (20/85): rust-srpm-macros-5-2.el8.noarch.rpm    1.9 MB/s | 9.2 kB     00:00    
12:57:00 #12 26.10 (21/85): guile-2.0.14-7.el8.x86_64.rpm           36 MB/s | 3.5 MB     00:00    
12:57:00 #12 26.12 (22/85): gdb-headless-8.2-19.el8.x86_64.rpm      28 MB/s | 3.7 MB     00:00    
12:57:00 #12 26.13 (23/85): zstd-1.4.4-1.el8.x86_64.rpm            7.2 MB/s | 393 kB     00:00    
12:57:00 #12 26.14 (24/85): bzip2-1.0.6-26.el8.x86_64.rpm          4.6 MB/s |  60 kB     00:00    
12:57:00 #12 26.14 (25/85): cpio-2.12-11.el8.x86_64.rpm             23 MB/s | 266 kB     00:00    
12:57:00 #12 26.15 (26/85): dnf-plugins-core-4.0.21-18.el8.noarch.  17 MB/s |  75 kB     00:00    
12:57:00 #12 26.16 (27/85): diffutils-3.6-6.el8.x86_64.rpm          18 MB/s | 358 kB     00:00    
12:57:00 #12 26.17 (28/85): elfutils-0.187-4.el8.x86_64.rpm         29 MB/s | 543 kB     00:00    
12:57:00 #12 26.17 (29/85): elfutils-debuginfod-client-0.187-4.el8 5.4 MB/s |  73 kB     00:00    
12:57:00 #12 26.18 (30/85): file-5.33-21.el8.x86_64.rpm             17 MB/s |  77 kB     00:00    
12:57:00 #12 26.18 (31/85): emacs-filesystem-26.1-9.el8.noarch.rpm 8.0 MB/s |  70 kB     00:00    
12:57:00 #12 26.20 (32/85): groff-base-1.22.3-18.el8.x86_64.rpm     47 MB/s | 1.0 MB     00:00    
12:57:00 #10 40.11 Preparing to unpack .../225-libfcgi-bin_2.4.2-2_amd64.deb ...
12:57:00 #10 40.11 Unpacking libfcgi-bin (2.4.2-2) ...
12:57:00 #10 40.15 Selecting previously unselected package libfcgi-perl:amd64.
12:57:00 #10 40.15 Preparing to unpack .../226-libfcgi-perl_0.79+ds-2_amd64.deb ...
12:57:00 #10 40.16 Unpacking libfcgi-perl:amd64 (0.79+ds-2) ...
12:57:00 #10 40.19 Selecting previously unselected package libipc-system-simple-perl.
12:57:00 #10 40.19 Preparing to unpack .../227-libipc-system-simple-perl_1.30-1_all.deb ...
12:57:00 #10 40.20 Unpacking libipc-system-simple-perl (1.30-1) ...
12:57:00 #10 40.24 Selecting previously unselected package libfile-basedir-perl.
12:57:00 #10 40.24 Preparing to unpack .../228-libfile-basedir-perl_0.08-1_all.deb ...
12:57:00 #10 40.25 Unpacking libfile-basedir-perl (0.08-1) ...
12:57:00 #10 40.28 Selecting previously unselected package libfile-chdir-perl.
12:57:00 #10 40.29 Preparing to unpack .../229-libfile-chdir-perl_0.1008-1.1_all.deb ...
12:57:00 #10 40.29 Unpacking libfile-chdir-perl (0.1008-1.1) ...
12:57:00 #10 40.33 Selecting previously unselected package libfile-fcntllock-perl.
12:57:00 #10 40.33 Preparing to unpack .../230-libfile-fcntllock-perl_0.22-3+b7_amd64.deb ...
12:57:00 #10 40.34 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
12:57:00 #10 40.38 Selecting previously unselected package libnumber-compare-perl.
12:57:00 #10 40.38 Preparing to unpack .../231-libnumber-compare-perl_0.03-1.1_all.deb ...
12:57:00 #10 40.39 Unpacking libnumber-compare-perl (0.03-1.1) ...
12:57:00 #10 40.41 Selecting previously unselected package libtext-glob-perl.
12:57:00 #10 40.42 Preparing to unpack .../232-libtext-glob-perl_0.11-1_all.deb ...
12:57:00 #10 40.42 Unpacking libtext-glob-perl (0.11-1) ...
12:57:00 #10 40.45 Selecting previously unselected package libfile-find-rule-perl.
12:57:00 #10 40.45 Preparing to unpack .../233-libfile-find-rule-perl_0.34-1_all.deb ...
12:57:00 #11 26.59 Preparing to unpack .../106-curl_7.81.0-1ubuntu1.7_amd64.deb ...
12:57:00 #11 26.60 Unpacking curl (7.81.0-1ubuntu1.7) ...
12:57:00 #11 26.64 Selecting previously unselected package dctrl-tools.
12:57:00 #11 26.64 Preparing to unpack .../107-dctrl-tools_2.24-3build2_amd64.deb ...
12:57:00 #11 26.65 Unpacking dctrl-tools (2.24-3build2) ...
12:57:00 #11 26.67 Selecting previously unselected package libdebhelper-perl.
12:57:00 #11 26.68 Preparing to unpack .../108-libdebhelper-perl_13.6ubuntu1_all.deb ...
12:57:00 #11 26.68 Unpacking libdebhelper-perl (13.6ubuntu1) ...
12:57:00 #11 26.73 Selecting previously unselected package libtool.
12:57:00 #11 26.73 Preparing to unpack .../109-libtool_2.4.6-15build2_all.deb ...
12:57:00 #11 26.73 Unpacking libtool (2.4.6-15build2) ...
12:57:00 #11 26.77 Selecting previously unselected package dh-autoreconf.
12:57:00 #11 26.77 Preparing to unpack .../110-dh-autoreconf_20_all.deb ...
12:57:00 #11 26.78 Unpacking dh-autoreconf (20) ...
12:57:00 #11 26.80 Selecting previously unselected package libarchive-zip-perl.
12:57:00 #11 26.81 Preparing to unpack .../111-libarchive-zip-perl_1.68-1_all.deb ...
12:57:00 #11 26.81 Unpacking libarchive-zip-perl (1.68-1) ...
12:57:00 #11 26.84 Selecting previously unselected package libsub-override-perl.
12:57:00 #10 37.61 Selecting previously unselected package libcurl3-gnutls:amd64.
12:57:00 #10 37.61 Preparing to unpack .../167-libcurl3-gnutls_7.87.0-2_amd64.deb ...
12:57:00 #10 37.63 Unpacking libcurl3-gnutls:amd64 (7.87.0-2) ...
12:57:00 #10 37.69 Selecting previously unselected package liberror-perl.
12:57:00 #10 37.70 Preparing to unpack .../168-liberror-perl_0.17029-2_all.deb ...
12:57:00 #10 37.70 Unpacking liberror-perl (0.17029-2) ...
12:57:00 #10 37.74 Selecting previously unselected package git-man.
12:57:00 #10 37.74 Preparing to unpack .../169-git-man_1%3a2.39.1-0.1_all.deb ...
12:57:00 #10 37.75 Unpacking git-man (1:2.39.1-0.1) ...
12:57:00 #11 40.44 Preparing to unpack .../342-libpod-constants-perl_0.19-2_all.deb ...
12:57:00 #11 40.44 Unpacking libpod-constants-perl (0.19-2) ...
12:57:00 #11 40.48 Selecting previously unselected package libproc-processtable-perl:arm64.
12:57:00 #11 40.48 Preparing to unpack .../343-libproc-processtable-perl_0.634-1build1_arm64.deb ...
12:57:00 #11 40.49 Unpacking libproc-processtable-perl:arm64 (0.634-1build1) ...
12:57:00 #11 40.53 Selecting previously unselected package libre2-9:arm64.
12:57:00 #11 40.53 Preparing to unpack .../344-libre2-9_20220601+dfsg-1_arm64.deb ...
12:57:00 #11 40.54 Unpacking libre2-9:arm64 (20220601+dfsg-1) ...
12:57:00 #11 40.58 Selecting previously unselected package libre-engine-re2-perl:arm64.
12:57:00 #11 40.58 Preparing to unpack .../345-libre-engine-re2-perl_0.14-1build2_arm64.deb ...
12:57:00 #11 40.58 Unpacking libre-engine-re2-perl:arm64 (0.14-1build2) ...
12:57:00 #11 40.62 Selecting previously unselected package libreadonly-perl.
12:57:00 #11 40.62 Preparing to unpack .../346-libreadonly-perl_2.050-3_all.deb ...
12:57:00 #11 40.62 Unpacking libreadonly-perl (2.050-3) ...
12:57:00 #11 40.66 Selecting previously unselected package libref-util-perl.
12:57:00 #11 40.66 Preparing to unpack .../347-libref-util-perl_0.204-1_all.deb ...
12:57:00 #11 40.66 Unpacking libref-util-perl (0.204-1) ...
12:57:00 #11 40.70 Selecting previously unselected package libref-util-xs-perl.
12:57:00 #11 40.71 Preparing to unpack .../348-libref-util-xs-perl_0.117-2_arm64.deb ...
12:57:00 #11 40.71 Unpacking libref-util-xs-perl (0.117-2) ...
12:57:00 #11 40.75 Selecting previously unselected package libregexp-pattern-license-perl.
12:57:00 #11 35.99 Preparing to unpack .../345-lintian_2.114.0ubuntu1.2_all.deb ...
12:57:00 #11 36.00 Unpacking lintian (2.114.0ubuntu1.2) ...
12:57:00 #10 30.45 Selecting previously unselected package cpp.
12:57:00 #10 30.45 Preparing to unpack .../068-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
12:57:00 #10 30.45 Unpacking cpp (4:7.4.0-1ubuntu2.3) ...
12:57:00 #10 30.48 Selecting previously unselected package libcc1-0:amd64.
12:57:00 #10 30.48 Preparing to unpack .../069-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ...
12:57:00 #10 30.49 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ...
12:57:00 #10 30.52 Selecting previously unselected package libgomp1:amd64.
12:57:00 #10 30.53 Preparing to unpack .../070-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ...
12:57:00 #10 30.53 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ...
12:57:00 #10 30.56 Selecting previously unselected package libitm1:amd64.
12:57:00 #10 30.57 Preparing to unpack .../071-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ...
12:57:00 #10 30.57 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ...
12:57:00 #10 30.60 Selecting previously unselected package libatomic1:amd64.
12:57:00 #10 30.60 Preparing to unpack .../072-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ...
12:57:00 #10 30.61 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ...
12:57:00 #10 30.64 Selecting previously unselected package libasan4:amd64.
12:57:00 #10 30.64 Preparing to unpack .../073-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ...
12:57:00 #10 30.65 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ...
12:57:00 #10 30.71 Selecting previously unselected package liblsan0:amd64.
12:57:00 #10 30.71 Preparing to unpack .../074-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ...
12:57:00 #10 30.71 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
12:57:00 #10 30.75 Selecting previously unselected package libtsan0:amd64.
12:57:00 #10 30.75 Preparing to unpack .../075-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ...
12:57:00 #10 30.76 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
12:57:00 #10 30.81 Selecting previously unselected package libubsan0:amd64.
12:57:00 #11 38.72 Preparing to unpack .../317-libxml-sax-perl_1.02+dfsg-1_all.deb ...
12:57:00 #11 38.73 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
12:57:00 #11 38.77 Selecting previously unselected package libxml-libxml-perl.
12:57:00 #11 38.77 Preparing to unpack .../318-libxml-libxml-perl_2.0134+dfsg-1build1_arm64.deb ...
12:57:00 #11 38.78 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
12:57:00 #11 38.83 Selecting previously unselected package libxml-parser-perl.
12:57:00 #11 38.83 Preparing to unpack .../319-libxml-parser-perl_2.46-1_arm64.deb ...
12:57:00 #11 38.84 Unpacking libxml-parser-perl (2.46-1) ...
12:57:00 #11 38.89 Selecting previously unselected package libxml-sax-expat-perl.
12:57:00 #11 38.89 Preparing to unpack .../320-libxml-sax-expat-perl_0.51-1_all.deb ...
12:57:00 #11 38.90 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:57:00 #11 38.93 Selecting previously unselected package libxml-writer-perl.
12:57:00 #11 38.45 Preparing to unpack .../351-libregexp-wildcards-perl_1.05-3_all.deb ...
12:57:00 #11 38.45 Unpacking libregexp-wildcards-perl (1.05-3) ...
12:57:00 #11 38.48 Selecting previously unselected package libsasl2-modules:amd64.
12:57:00 #11 38.48 Preparing to unpack .../352-libsasl2-modules_2.1.28+dfsg-6ubuntu2_amd64.deb ...
12:57:00 #11 38.49 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-6ubuntu2) ...
12:57:00 #11 38.52 Selecting previously unselected package libsereal-decoder-perl.
12:57:00 #11 38.52 Preparing to unpack .../353-libsereal-decoder-perl_4.025+ds-1_amd64.deb ...
12:57:00 #11 38.52 Unpacking libsereal-decoder-perl (4.025+ds-1) ...
12:57:00 #11 38.56 Selecting previously unselected package libsereal-encoder-perl:amd64.
12:57:00 #11 38.56 Preparing to unpack .../354-libsereal-encoder-perl_4.025+ds-1_amd64.deb ...
12:57:00 #11 38.56 Unpacking libsereal-encoder-perl:amd64 (4.025+ds-1) ...
12:57:00 #11 38.59 Selecting previously unselected package libset-intspan-perl.
12:57:00 #11 38.59 Preparing to unpack .../355-libset-intspan-perl_1.19-2_all.deb ...
12:57:00 #11 38.59 Unpacking libset-intspan-perl (1.19-2) ...
12:57:00 #11 38.62 Selecting previously unselected package libsocket6-perl.
12:57:00 #11 38.62 Preparing to unpack .../356-libsocket6-perl_0.29-2_amd64.deb ...
12:57:00 #11 38.62 Unpacking libsocket6-perl (0.29-2) ...
12:57:00 #11 38.65 Selecting previously unselected package libsodium23:amd64.
12:57:00 #11 38.65 Preparing to unpack .../357-libsodium23_1.0.18-1build2_amd64.deb ...
12:57:00 #11 38.66 Unpacking libsodium23:amd64 (1.0.18-1build2) ...
12:57:00 #11 38.68 Selecting previously unselected package libstring-copyright-perl.
12:57:00 #11 38.68 Preparing to unpack .../358-libstring-copyright-perl_0.003013-1_all.deb ...
12:57:00 #11 38.69 Unpacking libstring-copyright-perl (0.003013-1) ...
12:57:00 #11 38.71 Selecting previously unselected package libstring-escape-perl.
12:57:00 #11 38.71 Preparing to unpack .../359-libstring-escape-perl_2010.002-2_all.deb ...
12:57:00 #11 38.72 Unpacking libstring-escape-perl (2010.002-2) ...
12:57:00 #11 38.74 Selecting previously unselected package libstring-shellquote-perl.
12:57:00 #11 38.74 Preparing to unpack .../360-libstring-shellquote-perl_1.04-2_all.deb ...
12:57:00 #11 38.75 Unpacking libstring-shellquote-perl (1.04-2) ...
12:57:00 #11 38.77 Selecting previously unselected package libsyntax-keyword-try-perl.
12:57:00 #11 28.34 Selecting previously unselected package cpp.
12:57:00 #11 28.34 Preparing to unpack .../084-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ...
12:57:00 #11 28.35 Unpacking cpp (4:9.3.0-1ubuntu2) ...
12:57:00 #11 28.38 Selecting previously unselected package libcc1-0:amd64.
12:57:00 #11 28.38 Preparing to unpack .../085-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ...
12:57:00 #11 28.38 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:57:00 #11 28.41 Selecting previously unselected package libgomp1:amd64.
12:57:00 #11 28.42 Preparing to unpack .../086-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ...
12:57:00 #11 28.42 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:57:00 #11 28.46 Selecting previously unselected package libitm1:amd64.
12:57:00 #11 28.46 Preparing to unpack .../087-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
12:57:00 #11 28.47 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:57:00 #11 28.50 Selecting previously unselected package libatomic1:amd64.
12:57:00 #11 28.50 Preparing to unpack .../088-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
12:57:00 #11 28.50 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:57:00 #11 28.54 Selecting previously unselected package libasan5:amd64.
12:57:00 #11 28.54 Preparing to unpack .../089-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
12:57:00 #11 28.54 Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:57:00 #13 2.999 CentOS Stream 9 - CRB                           3.1 MB/s | 5.2 MB     00:01    
12:57:00 #10 20.09 Selecting previously unselected package libbinutils:armhf.
12:57:00 #10 20.09 Preparing to unpack .../030-libbinutils_2.40-2_armhf.deb ...
12:57:00 #10 20.10 Unpacking libbinutils:armhf (2.40-2) ...
12:57:00 #10 20.20 Selecting previously unselected package libctf-nobfd0:armhf.
12:57:00 #10 20.20 Preparing to unpack .../031-libctf-nobfd0_2.40-2_armhf.deb ...
12:57:00 #10 40.64 Preparing to unpack .../205-libmailtools-perl_2.18-1_all.deb ...
12:57:00 #10 40.65 Unpacking libmailtools-perl (2.18-1) ...
12:57:00 #10 40.68 Selecting previously unselected package libnet-ip-perl.
12:57:00 #10 40.69 Preparing to unpack .../206-libnet-ip-perl_1.26-2_all.deb ...
12:57:00 #10 40.69 Unpacking libnet-ip-perl (1.26-2) ...
12:57:00 #10 40.72 Selecting previously unselected package libnet-dns-perl.
12:57:00 #10 40.72 Preparing to unpack .../207-libnet-dns-perl_1.19-1_all.deb ...
12:57:00 #10 40.73 Unpacking libnet-dns-perl (1.19-1) ...
12:57:00 #10 40.81 Selecting previously unselected package libnet-domain-tld-perl.
12:57:00 #10 40.81 Preparing to unpack .../208-libnet-domain-tld-perl_1.75-1_all.deb ...
12:57:00 #10 40.82 Unpacking libnet-domain-tld-perl (1.75-1) ...
12:57:00 #10 40.86 Selecting previously unselected package libemail-valid-perl.
12:57:00 #10 40.86 Preparing to unpack .../209-libemail-valid-perl_1.202-1_all.deb ...
12:57:00 #10 40.86 Unpacking libemail-valid-perl (1.202-1) ...
12:57:00 #10 40.90 Selecting previously unselected package libexporter-tiny-perl.
12:57:00 #10 44.22 Setting up libhttp-negotiate-perl (6.00-2) ...
12:57:00 #10 44.23 Setting up libmailtools-perl (2.18-1) ...
12:57:00 #10 44.24 Setting up libgit-wrapper-perl (0.047-1) ...
12:57:00 #10 44.25 Setting up libhtml-format-perl (2.12-1) ...
12:57:00 #10 44.26 Setting up libemail-valid-perl (1.202-1) ...
12:57:00 #10 44.27 Setting up libhttp-cookies-perl (6.04-1) ...
12:57:00 #10 44.28 Setting up curl (7.58.0-2ubuntu3.22) ...
12:57:00 #10 44.28 Setting up libmodule-runtime-perl (0.016-1) ...
12:57:00 #10 44.29 Setting up gnupg (2.2.4-1ubuntu1.6) ...
12:57:00 #10 44.30 Setting up libhttp-daemon-perl (6.01-1ubuntu0.1) ...
12:57:00 #10 44.31 Setting up libxml-simple-perl (2.24-1) ...
12:57:00 #10 44.32 Setting up lintian (2.5.81ubuntu1) ...
12:57:00 #10 44.33 Setting up libhtml-form-perl (6.03-1) ...
12:57:00 #10 44.34 Setting up libimport-into-perl (1.002005-1) ...
12:57:00 #10 44.35 Setting up libmodule-implementation-perl (0.09-1) ...
12:57:00 #10 44.36 Setting up libparams-validate-perl (1.29-1) ...
12:57:00 #10 44.37 Setting up libmoo-perl (2.003004-1) ...
12:57:00 #10 44.38 Setting up libb-hooks-endofscope-perl (0.21-1) ...
12:57:00 #10 44.39 Setting up libpackage-stash-perl (0.37-1) ...
12:57:00 #10 44.40 Setting up libgetopt-long-descriptive-perl (0.102-1) ...
12:57:00 #10 44.41 Setting up libnamespace-clean-perl (0.27-1) ...
12:57:00 #10 44.42 Setting up licensecheck (3.0.31-2) ...
12:57:00 #10 44.46 Setting up dh-autoreconf (17) ...
12:57:00 #10 44.47 Setting up libwww-perl (6.31-1ubuntu0.1) ...
12:57:00 #10 44.48 Setting up debhelper (11.1.6ubuntu2) ...
12:57:00 #10 44.49 Setting up equivs (2.1.0) ...
12:57:00 #10 44.50 Setting up liblwp-protocol-https-perl (6.07-2) ...
12:57:00 #10 44.51 Setting up dh-strip-nondeterminism (0.040-1.1~build1) ...
12:57:00 #12 26.21 (33/85): libbabeltrace-1.5.4-4.el8.x86_64.rpm    26 MB/s | 200 kB     00:00    
12:57:00 #12 26.22 (34/85): glibc-gconv-extra-2.28-211.el8.x86_64.  34 MB/s | 1.5 MB     00:00    
12:57:00 #12 26.22 (35/85): libpkgconf-1.4.2-1.el8.x86_64.rpm      2.4 MB/s |  35 kB     00:00    
12:57:00 #12 26.25 (36/85): libtool-ltdl-2.4.6-25.el8.x86_64.rpm   2.1 MB/s |  58 kB     00:00    
12:57:00 #12 26.26 (37/85): patch-2.7.6-11.el8.x86_64.rpm           21 MB/s | 138 kB     00:00    
12:57:00 #12 26.26 (38/85): ncurses-6.1-9.20180224.el8.x86_64.rpm   10 MB/s | 387 kB     00:00    
12:57:00 #12 26.27 (39/85): perl-Carp-1.42-396.el8.noarch.rpm      3.1 MB/s |  30 kB     00:00    
12:57:00 #12 26.27 (40/85): perl-Errno-1.28-422.el8.x86_64.rpm      15 MB/s |  76 kB     00:00    
12:57:00 #12 26.28 (41/85): perl-Exporter-5.72-396.el8.noarch.rpm  7.7 MB/s |  34 kB     00:00    
12:57:00 #12 26.28 (42/85): perl-File-Path-2.15-2.el8.noarch.rpm   9.0 MB/s |  38 kB     00:00    
12:57:00 #12 26.29 (43/85): perl-File-Temp-0.230.600-1.el8.noarch.  13 MB/s |  63 kB     00:00    
12:57:00 #12 26.29 (44/85): perl-Getopt-Long-2.50-4.el8.noarch.rpm  13 MB/s |  63 kB     00:00    
12:57:00 #12 26.30 (45/85): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm   14 MB/s |  58 kB     00:00    
12:57:00 #12 26.31 (46/85): perl-Encode-2.97-3.el8.x86_64.rpm       32 MB/s | 1.5 MB     00:00    
12:57:00 #12 26.32 (47/85): perl-IO-1.38-422.el8.x86_64.rpm        7.5 MB/s | 142 kB     00:00    
12:57:00 #12 26.32 (48/85): perl-MIME-Base64-3.15-396.el8.x86_64.r 3.1 MB/s |  31 kB     00:00    
12:57:00 #12 26.32 (49/85): perl-PathTools-3.74-1.el8.x86_64.rpm    11 MB/s |  90 kB     00:00    
12:57:00 #12 26.33 (50/85): perl-Pod-Escapes-1.07-395.el8.noarch.r 2.7 MB/s |  20 kB     00:00    
12:57:00 #12 26.33 (51/85): perl-Pod-Perldoc-3.28-396.el8.noarch.r  13 MB/s |  86 kB     00:00    
12:57:00 #12 26.36 (52/85): binutils-2.30-119.el8.x86_64.rpm        23 MB/s | 5.8 MB     00:00    
12:57:00 #12 26.36 (53/85): perl-Pod-Usage-1.69-395.el8.noarch.rpm 1.1 MB/s |  34 kB     00:00    
12:57:00 #12 26.37 (54/85): perl-Scalar-List-Utils-1.49-2.el8.x86_ 9.8 MB/s |  68 kB     00:00    
12:57:00 #12 26.37 (55/85): perl-Pod-Simple-3.35-395.el8.noarch.rp 4.7 MB/s | 213 kB     00:00    
12:57:00 #12 26.37 (56/85): perl-Socket-2.027-3.el8.x86_64.rpm     5.0 MB/s |  59 kB     00:00    
12:57:00 #12 26.38 (57/85): perl-Term-ANSIColor-4.06-396.el8.noarc 7.2 MB/s |  46 kB     00:00    
12:57:00 #12 26.38 (58/85): perl-Storable-3.11-3.el8.x86_64.rpm    6.5 MB/s |  98 kB     00:00    
12:57:00 #12 26.38 (59/85): perl-Term-Cap-1.17-395.el8.noarch.rpm  2.5 MB/s |  23 kB     00:00    
12:57:00 #12 26.39 (60/85): perl-Text-ParseWords-3.30-395.el8.noar 2.0 MB/s |  18 kB     00:00    
12:57:00 #12 26.39 (61/85): perl-Text-Tabs+Wrap-2013.0523-395.el8. 4.6 MB/s |  24 kB     00:00    
12:57:00 #12 26.39 (62/85): perl-Time-Local-1.280-1.el8.noarch.rpm 3.7 MB/s |  34 kB     00:00    
12:57:00 #12 26.40 (63/85): perl-constant-1.33-396.el8.noarch.rpm  3.8 MB/s |  25 kB     00:00    
12:57:00 #12 26.40 (64/85): perl-Unicode-Normalize-1.25-396.el8.x8 5.8 MB/s |  82 kB     00:00    
12:57:00 #12 26.41 (65/85): perl-macros-5.26.3-422.el8.x86_64.rpm   15 MB/s |  73 kB     00:00    
12:57:00 #12 26.41 (66/85): perl-parent-0.237-1.el8.noarch.rpm     5.2 MB/s |  20 kB     00:00    
12:57:00 #12 26.42 (67/85): perl-podlators-4.11-1.el8.noarch.rpm    18 MB/s | 118 kB     00:00    
12:57:00 #12 26.45 (68/85): perl-threads-2.21-2.el8.x86_64.rpm     1.9 MB/s |  61 kB     00:00    
12:57:00 #12 26.45 (69/85): perl-threads-shared-1.58-2.el8.x86_64.  10 MB/s |  48 kB     00:00    
12:57:00 #12 26.46 (70/85): pkgconf-1.4.2-1.el8.x86_64.rpm         9.0 MB/s |  38 kB     00:00    
12:57:00 #12 26.47 (71/85): perl-libs-5.26.3-422.el8.x86_64.rpm     21 MB/s | 1.6 MB     00:00    
12:57:00 #12 26.47 (72/85): pkgconf-m4-1.4.2-1.el8.noarch.rpm      1.2 MB/s |  17 kB     00:00    
12:57:00 #12 26.48 (73/85): pkgconf-pkg-config-1.4.2-1.el8.x86_64. 2.6 MB/s |  15 kB     00:00    
12:57:00 #12 26.48 (74/85): python-rpm-macros-3-44.el8.noarch.rpm  2.5 MB/s |  16 kB     00:00    
12:57:00 #12 26.48 (75/85): python-srpm-macros-3-44.el8.noarch.rpm 2.5 MB/s |  16 kB     00:00    
12:57:00 #12 26.49 (76/85): python3-rpm-macros-3-44.el8.noarch.rpm 2.7 MB/s |  15 kB     00:00    
12:57:00 #12 26.49 (77/85): unzip-6.0-46.el8.x86_64.rpm             24 MB/s | 196 kB     00:00    
12:57:00 #12 26.50 (78/85): xz-5.2.4-4.el8.x86_64.rpm               13 MB/s | 153 kB     00:00    
12:57:00 #12 26.51 (79/85): zip-3.0-23.el8.x86_64.rpm               20 MB/s | 270 kB     00:00    
12:57:00 #12 26.51 (80/85): python3-dnf-plugins-core-4.0.21-18.el8  18 MB/s | 258 kB     00:00    
12:57:00 #12 2.225    dh_install
12:57:00 #12 2.258    dh_installdocs
12:57:00 #12 2.295    dh_installchangelogs
12:57:00 #12 2.381    dh_perl
12:57:00 #12 2.416    dh_link
12:57:00 #12 2.449    dh_strip_nondeterminism
12:57:00 #11 26.85 Preparing to unpack .../112-libsub-override-perl_0.09-2_all.deb ...
12:57:00 #11 26.85 Unpacking libsub-override-perl (0.09-2) ...
12:57:00 #11 26.88 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:57:00 #11 26.88 Preparing to unpack .../113-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
12:57:00 #11 26.88 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
12:57:00 #11 26.91 Selecting previously unselected package dh-strip-nondeterminism.
12:57:00 #11 26.91 Preparing to unpack .../114-dh-strip-nondeterminism_1.13.0-1_all.deb ...
12:57:00 #11 26.92 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
12:57:00 #11 26.95 Selecting previously unselected package libdw1:amd64.
12:57:00 #11 26.95 Preparing to unpack .../115-libdw1_0.186-1build1_amd64.deb ...
12:57:00 #11 26.96 Unpacking libdw1:amd64 (0.186-1build1) ...
12:57:00 #11 26.99 Selecting previously unselected package debugedit.
12:57:00 #11 26.99 Preparing to unpack .../116-debugedit_1%3a5.0-4build1_amd64.deb ...
12:57:00 #11 27.00 Unpacking debugedit (1:5.0-4build1) ...
12:57:00 #11 27.02 Selecting previously unselected package dwz.
12:57:00 #11 27.03 Preparing to unpack .../117-dwz_0.14-1build2_amd64.deb ...
12:57:00 #11 27.03 Unpacking dwz (0.14-1build2) ...
12:57:00 #11 27.06 Selecting previously unselected package gettext.
12:57:00 #10 37.89 Selecting previously unselected package git.
12:57:00 #10 37.89 Preparing to unpack .../170-git_1%3a2.39.1-0.1_amd64.deb ...
12:57:00 #10 37.90 Unpacking git (1:2.39.1-0.1) ...
12:57:00 #11 40.76 Preparing to unpack .../349-libregexp-pattern-license-perl_3.9.4-1_all.deb ...
12:57:00 #11 40.76 Unpacking libregexp-pattern-license-perl (3.9.4-1) ...
12:57:00 #11 40.80 Selecting previously unselected package libregexp-pattern-perl.
12:57:00 #11 40.80 Preparing to unpack .../350-libregexp-pattern-perl_0.2.14-1_all.deb ...
12:57:00 #11 40.81 Unpacking libregexp-pattern-perl (0.2.14-1) ...
12:57:00 #11 40.84 Selecting previously unselected package libregexp-wildcards-perl.
12:57:00 #11 40.85 Preparing to unpack .../351-libregexp-wildcards-perl_1.05-3_all.deb ...
12:57:00 #11 40.85 Unpacking libregexp-wildcards-perl (1.05-3) ...
12:57:00 #11 40.89 Selecting previously unselected package libsasl2-modules:arm64.
12:57:00 #11 40.89 Preparing to unpack .../352-libsasl2-modules_2.1.28+dfsg-6ubuntu2_arm64.deb ...
12:57:00 #11 40.91 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-6ubuntu2) ...
12:57:00 #11 40.94 Selecting previously unselected package libsereal-decoder-perl.
12:57:00 #11 40.95 Preparing to unpack .../353-libsereal-decoder-perl_4.025+ds-1_arm64.deb ...
12:57:00 #11 40.95 Unpacking libsereal-decoder-perl (4.025+ds-1) ...
12:57:00 #11 40.99 Selecting previously unselected package libsereal-encoder-perl:arm64.
12:57:00 #11 40.99 Preparing to unpack .../354-libsereal-encoder-perl_4.025+ds-1_arm64.deb ...
12:57:00 #11 40.99 Unpacking libsereal-encoder-perl:arm64 (4.025+ds-1) ...
12:57:00 #10 40.45 Unpacking libfile-find-rule-perl (0.34-1) ...
12:57:00 #10 40.49 Selecting previously unselected package libfont-afm-perl.
12:57:00 #10 40.49 Preparing to unpack .../234-libfont-afm-perl_1.20-3_all.deb ...
12:57:00 #10 40.49 Unpacking libfont-afm-perl (1.20-3) ...
12:57:00 #10 40.53 Selecting previously unselected package libio-string-perl.
12:57:00 #10 40.53 Preparing to unpack .../235-libio-string-perl_1.08-3.1_all.deb ...
12:57:00 #10 40.53 Unpacking libio-string-perl (1.08-3.1) ...
12:57:00 #10 40.56 Selecting previously unselected package libfont-ttf-perl.
12:57:00 #10 40.57 Preparing to unpack .../236-libfont-ttf-perl_1.06-1.1_all.deb ...
12:57:00 #10 40.57 Unpacking libfont-ttf-perl (1.06-1.1) ...
12:57:00 #10 40.64 Selecting previously unselected package libio-stringy-perl.
12:57:00 #10 40.64 Preparing to unpack .../237-libio-stringy-perl_2.111-3_all.deb ...
12:57:00 #10 40.64 Unpacking libio-stringy-perl (2.111-3) ...
12:57:00 #10 40.68 Selecting previously unselected package libparams-validate-perl:amd64.
12:57:00 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 0.1s
12:57:00 #7 ...
12:57:00 
12:57:00 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:57:00 #0 1.786 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:57:00 #0 1.789 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:57:00 #0 1.789 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:57:00 #0 1.991 Get:4 http://deb.debian.org/debian bullseye/main armhf Packages [7945 kB]
12:57:00 #0 2.238 Get:5 http://deb.debian.org/debian-security bullseye-security/main armhf Packages [218 kB]
12:57:00 #0 2.807 Get:6 http://deb.debian.org/debian bullseye-updates/main armhf Packages [12.0 kB]
12:57:00 #0 3.431 Fetched 8383 kB in 2s (4398 kB/s)
12:57:00 #0 3.431 Reading package lists...
12:57:00 #0 4.284 Reading package lists...
12:57:00 #0 5.071 Building dependency tree...
12:57:00 #0 5.248 Reading state information...
12:57:00 #0 5.488 The following additional packages will be installed:
12:57:00 #0 5.488   autoconf automake autopoint autotools-dev binutils
12:57:00 #0 5.488   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
12:57:00 #0 5.488   bzip2 ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
12:57:00 #0 5.488   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
12:57:00 #0 5.488   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
12:57:00 #0 5.488   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
12:57:00 #0 5.488   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
12:57:00 #0 5.488   intltool-debian iso-codes less libalgorithm-diff-perl
12:57:00 #0 5.488   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
12:57:00 #0 5.488   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
12:57:00 #0 5.488   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
12:57:00 #0 5.488   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
12:57:00 #0 5.488   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
12:57:00 #0 5.488   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
12:57:00 #0 5.488   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
12:57:00 #0 5.488   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
12:57:00 #0 5.488   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
12:57:00 #0 5.488   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
12:57:00 #0 5.488   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
12:57:00 #0 5.488   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
12:57:00 #0 5.488   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
12:57:00 #0 5.488   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
12:57:00 #0 5.488   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
12:57:00 #0 5.488   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
12:57:00 #0 5.488   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
12:57:00 #0 5.488   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
12:57:00 #0 5.488   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
12:57:00 #0 5.488   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
12:57:00 #0 5.488   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
12:57:00 #0 5.488   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
12:57:00 #0 5.488   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
12:57:00 #0 5.488   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
12:57:00 #0 5.488   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
12:57:00 #0 5.488   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:57:00 #0 5.488   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:57:00 #0 5.488   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:57:00 #0 5.488   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
12:57:00 #0 5.488   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
12:57:00 #0 5.488   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
12:57:00 #0 5.488   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
12:57:00 #0 5.488   libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl libjson-xs-perl
12:57:00 #0 5.488   libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
12:57:00 #0 5.488   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
12:57:00 #0 5.488   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
12:57:00 #0 5.488   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
12:57:00 #0 5.488   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
12:57:00 #0 5.496   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
12:57:00 #0 5.496   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
12:57:00 #0 5.496   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
12:57:00 #0 5.496   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
12:57:00 #0 5.496   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
12:57:00 #0 5.496   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
12:57:00 #0 5.496   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
12:57:00 #0 5.496   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:57:00 #0 5.496   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
12:57:00 #0 5.496   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
12:57:00 #0 5.496   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
12:57:00 #0 5.496   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
12:57:00 #0 5.496   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
12:57:00 #0 5.496   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:57:00 #0 5.496   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
12:57:00 #0 5.496   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:57:00 #0 5.496   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
12:57:00 #0 5.496   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
12:57:00 #0 5.496   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:57:00 #0 5.496   libstring-shellquote-perl libsub-exporter-perl
12:57:00 #0 5.496   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:57:00 #0 5.496   libsub-name-perl libsub-override-perl libsub-quote-perl
12:57:00 #0 5.496   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
12:57:00 #0 5.496   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
12:57:00 #0 5.496   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
12:57:00 #0 5.496   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
12:57:00 #0 5.496   libtool libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl
12:57:00 #0 5.496   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
12:57:00 #0 5.496   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
12:57:00 #0 5.496   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
12:57:00 #0 5.496   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
12:57:00 #0 5.496   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
12:57:00 #0 5.496   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
12:57:00 #0 5.496   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
12:57:00 #0 5.496   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
12:57:00 #0 5.496   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
12:57:00 #0 5.496   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
12:57:00 #0 5.496   python3 python3-apt python3-certifi python3-chardet python3-debian
12:57:00 #0 5.496   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
12:57:00 #0 5.496   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:57:00 #0 5.496   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
12:57:00 #0 5.496   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
12:57:00 #0 5.496 Suggested packages:
12:57:00 #0 5.496   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
12:57:00 #0 5.496   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
12:57:00 #0 5.496   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
12:57:00 #0 5.496   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
12:57:00 #0 5.496   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:57:00 #0 5.496   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
12:57:00 #0 5.496   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
12:57:00 #0 5.496   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
12:57:00 #0 5.496   gcc-10-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
12:57:00 #0 5.496   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
12:57:00 #0 5.496   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
12:57:00 #0 5.496   xloadimage scdaemon groff isoquery lrzip libdigest-hmac-perl libgssapi-perl
12:57:00 #0 5.496   glibc-doc bzr libgd-tools gdbm-l10n gpm libtool-doc libcrypt-ssleay-perl
12:57:00 #0 5.496   uuid libscalar-number-perl libsasl2-modules-gssapi-mit
12:57:00 #0 5.496   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
12:57:00 #0 5.496   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
12:57:00 #0 5.496   libnet-jabber-perl libstdc++-10-doc libbareword-filehandles-perl
12:57:00 #0 5.496   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
12:57:00 #0 5.496   gcj-jdk libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
12:57:00 #0 5.496   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
12:57:00 #0 5.496   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
12:57:00 #0 5.496   diffutils-doc perl-doc libterm-readline-gnu-perl
12:57:00 #0 5.496   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
12:57:00 #0 5.496   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
12:57:00 #0 5.496   python-apt-doc python3-setuptools python3-cryptography python3-openssl
12:57:00 #0 5.496   python3-socks python-requests-doc python3.9-venv python3.9-doc
12:57:00 #0 5.496   binfmt-support readline-doc zip wdiff-doc
12:57:00 #0 7.932 The following NEW packages will be installed:
12:57:00 #0 7.932   autoconf automake autopoint autotools-dev binutils
12:57:00 #0 7.932   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
12:57:00 #0 7.932   bzip2 ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
12:57:00 #0 7.932   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
12:57:00 #0 7.932   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
12:57:00 #0 7.932   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
12:57:00 #0 7.932   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
12:57:00 #0 7.932   gpgconf gpgsm groff-base intltool-debian iso-codes less
12:57:00 #0 7.932   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:57:00 #0 7.932   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:57:00 #0 7.932   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
12:57:00 #0 7.932   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
12:57:00 #0 7.932   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
12:57:00 #0 7.932   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
12:57:00 #0 7.932   libclass-inspector-perl libclass-method-modifiers-perl
12:57:00 #0 7.932   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:57:00 #0 7.932   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
12:57:00 #0 7.932   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
12:57:00 #0 7.932   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
12:57:00 #0 7.932   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
12:57:00 #0 7.932   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
12:57:00 #0 7.932   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
12:57:00 #0 7.932   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
12:57:00 #0 7.932   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
12:57:00 #0 7.932   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
12:57:00 #0 7.932   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
12:57:00 #0 7.932   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
12:57:00 #0 7.932   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
12:57:00 #0 7.932   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
12:57:00 #0 7.932   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
12:57:00 #0 7.932   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
12:57:00 #0 7.932   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
12:57:00 #0 7.932   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
12:57:00 #0 7.932   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:57:00 #0 7.932   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:57:00 #0 7.932   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:57:00 #0 7.932   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
12:57:00 #0 7.932   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
12:57:00 #0 7.932   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
12:57:00 #0 7.932   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
12:57:00 #0 7.932   libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl libjson-xs-perl
12:57:00 #0 7.932   libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
12:57:00 #0 7.932   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
12:57:00 #0 7.932   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
12:57:00 #0 7.932   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
12:57:00 #0 7.932   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
12:57:00 #0 7.932   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
12:57:00 #0 7.932   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
12:57:00 #0 7.932   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
12:57:00 #0 7.932   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
12:57:00 #0 7.932   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
12:57:00 #0 7.932   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
12:57:00 #0 7.932   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
12:57:00 #0 7.932   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:57:00 #0 7.932   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
12:57:00 #0 7.932   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
12:57:00 #0 7.932   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
12:57:00 #0 7.932   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
12:57:00 #0 7.932   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
12:57:00 #0 7.932   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:57:00 #0 7.932   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
12:57:00 #0 7.932   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:57:00 #0 7.932   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
12:57:00 #0 7.932   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
12:57:00 #0 7.932   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:57:00 #0 7.932   libstring-shellquote-perl libsub-exporter-perl
12:57:00 #0 7.932   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:57:00 #0 7.932   libsub-name-perl libsub-override-perl libsub-quote-perl
12:57:00 #0 7.932   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
12:57:00 #0 7.932   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
12:57:00 #0 7.932   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
12:57:00 #0 7.932   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
12:57:00 #0 7.932   libtool libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl
12:57:00 #0 7.932   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
12:57:00 #0 7.932   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
12:57:00 #0 7.932   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
12:57:00 #0 7.932   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
12:57:00 #0 7.932   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
12:57:00 #0 7.932   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
12:57:00 #0 7.932   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
12:57:00 #0 7.932   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
12:57:00 #0 7.932   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
12:57:00 #0 7.932   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
12:57:00 #0 7.932   python3 python3-apt python3-certifi python3-chardet python3-debian
12:57:00 #0 7.932   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
12:57:00 #0 7.932   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:57:00 #0 7.932   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
12:57:00 #0 7.932   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
12:57:00 #0 8.215 0 upgraded, 379 newly installed, 0 to remove and 1 not upgraded.
12:57:00 #0 8.215 Need to get 157 MB of archives.
12:57:00 #0 8.215 After this operation, 456 MB of additional disk space will be used.
12:57:00 #0 8.215 Get:1 http://deb.debian.org/debian bullseye/main armhf bsdextrautils armhf 2.36.1-8+deb11u1 [139 kB]
12:57:00 #0 8.236 Get:2 http://deb.debian.org/debian bullseye/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
12:57:00 #0 8.236 Get:3 http://deb.debian.org/debian bullseye/main armhf groff-base armhf 1.22.4-6 [847 kB]
12:57:00 #0 8.236 Get:4 http://deb.debian.org/debian bullseye/main armhf libgdbm6 armhf 1.19-2 [62.0 kB]
12:57:00 #0 8.236 Get:5 http://deb.debian.org/debian bullseye/main armhf libpipeline1 armhf 1.5.3-1 [30.1 kB]
12:57:00 #0 8.279 Get:6 http://deb.debian.org/debian bullseye/main armhf man-db armhf 2.9.4-2 [1319 kB]
12:57:00 #0 8.300 Get:7 http://deb.debian.org/debian bullseye/main armhf perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
12:57:00 #0 8.349 Get:8 http://deb.debian.org/debian bullseye/main armhf libgdbm-compat4 armhf 1.19-2 [44.5 kB]
12:57:00 #0 8.364 Get:9 http://deb.debian.org/debian bullseye/main armhf libperl5.32 armhf 5.32.1-4+deb11u2 [3434 kB]
12:57:00 #0 8.417 Get:10 http://deb.debian.org/debian bullseye/main armhf perl armhf 5.32.1-4+deb11u2 [293 kB]
12:57:00 #0 8.417 Get:11 http://deb.debian.org/debian bullseye/main armhf liblocale-gettext-perl armhf 1.07-4+b1 [18.3 kB]
12:57:00 #0 8.417 Get:12 http://deb.debian.org/debian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1 [790 kB]
12:57:00 #0 8.417 Get:13 http://deb.debian.org/debian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u5 [78.4 kB]
12:57:00 #0 8.435 Get:14 http://deb.debian.org/debian bullseye/main armhf python3.9-minimal armhf 3.9.2-1 [1630 kB]
12:57:00 #0 8.451 Get:15 http://deb.debian.org/debian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
12:57:00 #0 8.453 Get:16 http://deb.debian.org/debian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
12:57:00 #0 8.455 Get:17 http://deb.debian.org/debian bullseye/main armhf libmpdec3 armhf 2.5.1-1 [74.9 kB]
12:57:00 #0 8.457 Get:18 http://deb.debian.org/debian bullseye/main armhf libncursesw6 armhf 6.2+20201114-2 [107 kB]
12:57:00 #0 8.460 Get:19 http://deb.debian.org/debian bullseye/main armhf readline-common all 8.1-1 [73.7 kB]
12:57:00 #0 8.463 Get:20 http://deb.debian.org/debian bullseye/main armhf libreadline8 armhf 8.1-1 [147 kB]
12:57:00 #0 8.496 Get:21 http://deb.debian.org/debian bullseye/main armhf libsqlite3-0 armhf 3.34.1-3 [713 kB]
12:57:00 #0 8.496 Get:22 http://deb.debian.org/debian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1 [1608 kB]
12:57:00 #0 8.496 Get:23 http://deb.debian.org/debian bullseye/main armhf python3.9 armhf 3.9.2-1 [466 kB]
12:57:00 #0 8.496 Get:24 http://deb.debian.org/debian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
12:57:00 #0 8.496 Get:25 http://deb.debian.org/debian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
12:57:00 #0 8.496 Get:26 http://deb.debian.org/debian bullseye/main armhf less armhf 551-2 [126 kB]
12:57:00 #0 8.496 Get:27 http://deb.debian.org/debian bullseye/main armhf netbase all 6.3 [19.9 kB]
12:57:00 #0 8.496 Get:28 http://deb.debian.org/debian bullseye/main armhf sensible-utils all 0.0.14 [14.8 kB]
12:57:00 #0 8.496 Get:29 http://deb.debian.org/debian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.8 kB]
12:57:00 #0 8.496 Get:30 http://deb.debian.org/debian-security bullseye-security/main armhf openssl armhf 1.1.1n-0+deb11u4 [829 kB]
12:57:00 #0 8.497 Get:31 http://deb.debian.org/debian bullseye/main armhf ca-certificates all 20210119 [158 kB]
12:57:00 #0 8.499 Get:32 http://deb.debian.org/debian bullseye/main armhf libmagic-mgc armhf 1:5.39-3 [273 kB]
12:57:00 #0 8.502 Get:33 http://deb.debian.org/debian bullseye/main armhf libmagic1 armhf 1:5.39-3 [117 kB]
12:57:00 #0 8.503 Get:34 http://deb.debian.org/debian bullseye/main armhf file armhf 1:5.39-3 [68.1 kB]
12:57:00 #0 8.504 Get:35 http://deb.debian.org/debian bullseye/main armhf gettext-base armhf 0.21-4 [171 kB]
12:57:00 #0 8.506 Get:36 http://deb.debian.org/debian bullseye/main armhf manpages all 5.10-1 [1412 kB]
12:57:00 #0 8.519 Get:37 http://deb.debian.org/debian bullseye/main armhf libmd0 armhf 1.0.3-3 [27.4 kB]
12:57:00 #0 8.521 Get:38 http://deb.debian.org/debian bullseye/main armhf libbsd0 armhf 0.11.3-1 [103 kB]
12:57:00 #0 8.524 Get:39 http://deb.debian.org/debian bullseye/main armhf libedit2 armhf 3.1-20191231-2+b1 [81.1 kB]
12:57:00 #0 8.526 Get:40 http://deb.debian.org/debian bullseye/main armhf libcbor0 armhf 0.5.0+dfsg-2 [19.6 kB]
12:57:00 #0 8.527 Get:41 http://deb.debian.org/debian bullseye/main armhf libfido2-1 armhf 1.6.0-2 [48.0 kB]
12:57:00 #0 8.528 Get:42 http://deb.debian.org/debian bullseye/main armhf openssh-client armhf 1:8.4p1-5+deb11u1 [843 kB]
12:57:00 #0 8.532 Get:43 http://deb.debian.org/debian bullseye/main armhf ucf all 3.0043 [74.0 kB]
12:57:00 #0 8.535 Get:44 http://deb.debian.org/debian bullseye/main armhf xz-utils armhf 5.2.5-2.1~deb11u1 [219 kB]
12:57:00 #0 8.537 Get:45 http://deb.debian.org/debian bullseye/main armhf libsigsegv2 armhf 2.13-1 [34.0 kB]
12:57:00 #0 8.538 Get:46 http://deb.debian.org/debian bullseye/main armhf m4 armhf 1.4.18-5 [192 kB]
12:57:00 #0 8.540 Get:47 http://deb.debian.org/debian bullseye/main armhf autoconf all 2.69-14 [313 kB]
12:57:00 #0 8.543 Get:48 http://deb.debian.org/debian bullseye/main armhf autotools-dev all 20180224.1+nmu1 [77.1 kB]
12:57:00 #0 8.545 Get:49 http://deb.debian.org/debian bullseye/main armhf automake all 1:1.16.3-2 [814 kB]
12:57:00 #0 8.549 Get:50 http://deb.debian.org/debian bullseye/main armhf autopoint all 0.21-4 [510 kB]
12:57:00 #0 8.552 Get:51 http://deb.debian.org/debian bullseye/main armhf binutils-common armhf 2.35.2-2 [2220 kB]
12:57:00 #0 8.570 Get:52 http://deb.debian.org/debian bullseye/main armhf libbinutils armhf 2.35.2-2 [403 kB]
12:57:00 #0 8.574 Get:53 http://deb.debian.org/debian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2 [99.7 kB]
12:57:00 #0 8.577 Get:54 http://deb.debian.org/debian bullseye/main armhf libctf0 armhf 2.35.2-2 [42.4 kB]
12:57:00 #0 8.578 Get:55 http://deb.debian.org/debian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2 [2408 kB]
12:57:00 #0 8.605 Get:56 http://deb.debian.org/debian bullseye/main armhf binutils armhf 2.35.2-2 [61.2 kB]
12:57:00 #0 8.616 Get:57 http://deb.debian.org/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+deb11u5 [271 kB]
12:57:00 #0 8.625 Get:58 http://deb.debian.org/debian-security bullseye-security/main armhf linux-libc-dev armhf 5.10.162-1 [1545 kB]
12:57:00 #0 8.634 Get:59 http://deb.debian.org/debian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [113 kB]
12:57:00 #0 8.634 Get:60 http://deb.debian.org/debian bullseye/main armhf libtirpc-dev armhf 1.3.1-1+deb11u1 [182 kB]
12:57:00 #0 8.634 Get:61 http://deb.debian.org/debian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [62.1 kB]
12:57:00 #0 8.634 Get:62 http://deb.debian.org/debian bullseye/main armhf libc6-dev armhf 2.31-13+deb11u5 [1876 kB]
12:57:00 #0 8.662 Get:63 http://deb.debian.org/debian bullseye/main armhf libisl23 armhf 0.23-1 [516 kB]
12:57:00 #0 8.662 Get:64 http://deb.debian.org/debian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [811 kB]
12:57:00 #0 8.684 Get:65 http://deb.debian.org/debian bullseye/main armhf libmpc3 armhf 1.2.0-1 [36.7 kB]
12:57:00 #0 8.684 Get:66 http://deb.debian.org/debian bullseye/main armhf cpp-10 armhf 10.2.1-6 [6609 kB]
12:57:00 #0 8.784 Get:67 http://deb.debian.org/debian bullseye/main armhf cpp armhf 4:10.2.1-1 [19.7 kB]
12:57:00 #0 8.784 Get:68 http://deb.debian.org/debian bullseye/main armhf libcc1-0 armhf 10.2.1-6 [39.2 kB]
12:57:00 #0 8.784 Get:69 http://deb.debian.org/debian bullseye/main armhf libgomp1 armhf 10.2.1-6 [84.7 kB]
12:57:00 #0 8.784 Get:70 http://deb.debian.org/debian bullseye/main armhf libatomic1 armhf 10.2.1-6 [6924 B]
12:57:00 #0 8.784 Get:71 http://deb.debian.org/debian bullseye/main armhf libasan6 armhf 10.2.1-6 [2015 kB]
12:57:00 #0 8.799 Get:72 http://deb.debian.org/debian bullseye/main armhf libubsan1 armhf 10.2.1-6 [746 kB]
12:57:00 #0 8.820 Get:73 http://deb.debian.org/debian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6 [694 kB]
12:57:00 #0 8.820 Get:74 http://deb.debian.org/debian bullseye/main armhf gcc-10 armhf 10.2.1-6 [13.1 MB]
12:57:00 #0 9.047 Get:75 http://deb.debian.org/debian bullseye/main armhf gcc armhf 4:10.2.1-1 [5204 B]
12:57:00 #0 9.047 Get:76 http://deb.debian.org/debian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6 [1790 kB]
12:57:00 #10 9.059 Get:77 http://deb.debian.org/debian bullseye/main armhf g++-10 armhf 10.2.1-6 [7244 kB]
12:57:00 #10 9.171 Get:78 http://deb.debian.org/debian bullseye/main armhf g++ armhf 4:10.2.1-1 [1628 B]
12:57:00 #10 9.171 Get:79 http://deb.debian.org/debian bullseye/main armhf make armhf 4.3-4.1 [384 kB]
12:57:00 #10 9.171 Get:80 http://deb.debian.org/debian bullseye/main armhf libdpkg-perl all 1.20.12 [1551 kB]
12:57:00 #10 ...
12:57:00 
12:57:00 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:57:00 #10 30.82 Preparing to unpack .../076-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ...
12:57:00 #10 30.82 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ...
12:57:00 #10 30.86 Selecting previously unselected package libcilkrts5:amd64.
12:57:00 #10 30.87 Preparing to unpack .../077-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ...
12:57:00 #10 30.87 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ...
12:57:00 #10 30.91 Selecting previously unselected package libmpx2:amd64.
12:57:00 #10 30.91 Preparing to unpack .../078-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ...
12:57:00 #10 30.91 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ...
12:57:00 #10 30.95 Selecting previously unselected package libquadmath0:amd64.
12:57:00 #10 30.95 Preparing to unpack .../079-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ...
12:57:00 #10 30.95 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
12:57:00 #10 31.00 Selecting previously unselected package libgcc-7-dev:amd64.
12:57:00 #10 31.00 Preparing to unpack .../080-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
12:57:00 #10 31.00 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
12:57:00 #10 59.96 Setting up libhttp-negotiate-perl (6.01-2) ...
12:57:00 #10 59.98 Setting up libio-prompter-perl (0.004015-2) ...
12:57:00 #10 59.99 Setting up libiterator-util-perl (0.02+ds1-2) ...
12:57:00 #10 60.00 Setting up libstdc++-12-dev:arm64 (12.2.0-14) ...
12:57:00 #10 60.02 Setting up libhttp-cookies-perl (6.10-1) ...
12:57:00 #10 60.03 Setting up libtool (2.4.7-5) ...
12:57:00 #10 60.04 Setting up po-debconf (1.0.21+nmu1) ...
12:57:00 #10 60.06 Setting up libhtml-tree-perl (5.07-3) ...
12:57:00 #10 60.06 Setting up libparams-classify-perl:arm64 (0.015-2+b1) ...
12:57:00 #10 60.08 Setting up libcgi-pm-perl (4.55-1) ...
12:57:00 #10 60.09 Setting up python3 (3.11.1-3) ...
12:57:00 #11 38.93 Preparing to unpack .../321-libxml-writer-perl_0.625-1_all.deb ...
12:57:00 #11 38.94 Unpacking libxml-writer-perl (0.625-1) ...
12:57:00 #11 38.97 Selecting previously unselected package libyaml-libyaml-perl.
12:57:00 #11 38.97 Preparing to unpack .../322-libyaml-libyaml-perl_0.81+repack-1_arm64.deb ...
12:57:00 #11 38.98 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
12:57:00 #11 39.02 Selecting previously unselected package licensecheck.
12:57:00 #11 39.02 Preparing to unpack .../323-licensecheck_3.0.45-1_all.deb ...
12:57:00 #11 39.02 Unpacking licensecheck (3.0.45-1) ...
12:57:00 #11 39.06 Selecting previously unselected package libdevel-size-perl.
12:57:00 #11 39.06 Preparing to unpack .../324-libdevel-size-perl_0.83-1build1_arm64.deb ...
12:57:00 #11 39.06 Unpacking libdevel-size-perl (0.83-1build1) ...
12:57:00 #11 39.10 Selecting previously unselected package t1utils.
12:57:00 #11 39.10 Preparing to unpack .../325-t1utils_1.41-3_arm64.deb ...
12:57:00 #11 39.10 Unpacking t1utils (1.41-3) ...
12:57:00 #11 39.14 Selecting previously unselected package lintian.
12:57:00 #11 39.15 Preparing to unpack .../326-lintian_2.62.0ubuntu2.2_all.deb ...
12:57:00 #11 39.15 Unpacking lintian (2.62.0ubuntu2.2) ...
12:57:00 #11 38.77 Preparing to unpack .../361-libsyntax-keyword-try-perl_0.27-1_amd64.deb ...
12:57:00 #11 38.78 Unpacking libsyntax-keyword-try-perl (0.27-1) ...
12:57:00 #11 38.80 Selecting previously unselected package libterm-readkey-perl.
12:57:00 #11 38.81 Preparing to unpack .../362-libterm-readkey-perl_2.38-2_amd64.deb ...
12:57:00 #11 38.81 Unpacking libterm-readkey-perl (2.38-2) ...
12:57:00 #11 38.83 Selecting previously unselected package libtext-levenshteinxs-perl.
12:57:00 #11 38.84 Preparing to unpack .../363-libtext-levenshteinxs-perl_0.03-5_amd64.deb ...
12:57:00 #11 38.84 Unpacking libtext-levenshteinxs-perl (0.03-5) ...
12:57:00 #11 38.87 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
12:57:00 #11 38.87 Preparing to unpack .../364-libtext-markdown-discount-perl_0.13-1build1_amd64.deb ...
12:57:00 #11 38.87 Unpacking libtext-markdown-discount-perl:amd64 (0.13-1build1) ...
12:57:00 #11 38.90 Selecting previously unselected package libtext-xslate-perl:amd64.
12:57:00 #11 38.90 Preparing to unpack .../365-libtext-xslate-perl_3.5.9-1build1_amd64.deb ...
12:57:00 #11 38.91 Unpacking libtext-xslate-perl:amd64 (3.5.9-1build1) ...
12:57:00 #11 38.94 Selecting previously unselected package libtime-duration-perl.
12:57:00 #11 38.95 Preparing to unpack .../366-libtime-duration-perl_1.21-1_all.deb ...
12:57:00 #11 38.95 Unpacking libtime-duration-perl (1.21-1) ...
12:57:00 #11 38.97 Selecting previously unselected package libtime-moment-perl.
12:57:00 #11 36.38 Selecting previously unselected package manpages-dev.
12:57:00 #11 36.38 Preparing to unpack .../346-manpages-dev_5.10-1ubuntu1_all.deb ...
12:57:00 #11 36.39 Unpacking manpages-dev (5.10-1ubuntu1) ...
12:57:00 #10 37.60 Fedora 36 - x86_64 - Updates                     17 MB/s |  32 MB     00:01    
12:57:00 #10 20.21 Unpacking libctf-nobfd0:armhf (2.40-2) ...
12:57:00 #10 20.27 Selecting previously unselected package libctf0:armhf.
12:57:00 #10 20.27 Preparing to unpack .../032-libctf0_2.40-2_armhf.deb ...
12:57:00 #10 20.28 Unpacking libctf0:armhf (2.40-2) ...
12:57:00 #10 20.34 Selecting previously unselected package libjansson4:armhf.
12:57:00 #10 20.34 Preparing to unpack .../033-libjansson4_2.14-2_armhf.deb ...
12:57:00 #10 20.34 Unpacking libjansson4:armhf (2.14-2) ...
12:57:00 #10 20.39 Selecting previously unselected package binutils-arm-linux-gnueabihf.
12:57:00 #10 20.39 Preparing to unpack .../034-binutils-arm-linux-gnueabihf_2.40-2_armhf.deb ...
12:57:00 #10 20.40 Unpacking binutils-arm-linux-gnueabihf (2.40-2) ...
12:57:00 #10 40.90 Preparing to unpack .../210-libexporter-tiny-perl_1.002001-1_all.deb ...
12:57:00 #10 40.90 Unpacking libexporter-tiny-perl (1.002001-1) ...
12:57:00 #10 40.93 Selecting previously unselected package libipc-system-simple-perl.
12:57:00 #10 40.94 Preparing to unpack .../211-libipc-system-simple-perl_1.25-4_all.deb ...
12:57:00 #10 40.94 Unpacking libipc-system-simple-perl (1.25-4) ...
12:57:00 #10 40.97 Selecting previously unselected package libfile-basedir-perl.
12:57:00 #10 40.98 Preparing to unpack .../212-libfile-basedir-perl_0.08-1_all.deb ...
12:57:00 #10 40.98 Unpacking libfile-basedir-perl (0.08-1) ...
12:57:00 #10 41.01 Selecting previously unselected package libfile-chdir-perl.
12:57:00 #10 41.01 Preparing to unpack .../213-libfile-chdir-perl_0.1008-1_all.deb ...
12:57:00 #10 41.02 Unpacking libfile-chdir-perl (0.1008-1) ...
12:57:00 #10 41.05 Selecting previously unselected package libfile-fcntllock-perl.
12:57:00 #10 41.05 Preparing to unpack .../214-libfile-fcntllock-perl_0.22-3+b5_amd64.deb ...
12:57:00 #10 41.06 Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
12:57:00 #10 41.09 Selecting previously unselected package libfont-afm-perl.
12:57:00 #10 41.10 Preparing to unpack .../215-libfont-afm-perl_1.20-2_all.deb ...
12:57:00 #10 41.10 Unpacking libfont-afm-perl (1.20-2) ...
12:57:00 #10 41.14 Selecting previously unselected package libfribidi0:amd64.
12:57:00 #10 44.52 Setting up libxml-parser-perl (2.44-2build3) ...
12:57:00 #10 44.53 Setting up libxml-sax-expat-perl (0.40-2) ...
12:57:00 #10 44.57 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:57:00 #10 44.62 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:00 #10 44.76 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:00 #12 26.52 (81/85): python3-rpm-4.14.3-26.el8.x86_64.rpm    13 MB/s | 155 kB     00:00    
12:57:00 #12 26.53 (82/85): rpm-build-libs-4.14.3-26.el8.x86_64.rp  21 MB/s | 157 kB     00:00    
12:57:00 #12 26.53 (83/85): rpm-4.14.3-26.el8.x86_64.rpm            25 MB/s | 544 kB     00:00    
12:57:00 #12 26.54 (84/85): rpm-libs-4.14.3-26.el8.x86_64.rpm       21 MB/s | 345 kB     00:00    
12:57:00 #12 26.58 (85/85): perl-interpreter-5.26.3-422.el8.x86_64  33 MB/s | 6.3 MB     00:00    
12:57:00 #12 26.59 --------------------------------------------------------------------------------
12:57:00 #12 26.59 Total                                            22 MB/s |  33 MB     00:01     
12:57:00 #12 2.511    dh_compress
12:57:00 #12 2.552    dh_fixperms
12:57:00 #12 2.603    dh_missing
12:57:00 #12 2.630    dh_installdeb
12:57:00 #12 2.663    dh_gencontrol
12:57:00 #12 2.776    dh_md5sums
12:57:00 #11 27.07 Preparing to unpack .../118-gettext_0.21-4ubuntu4_amd64.deb ...
12:57:00 #11 27.07 Unpacking gettext (0.21-4ubuntu4) ...
12:57:00 #11 27.13 Selecting previously unselected package intltool-debian.
12:57:00 #11 27.14 Preparing to unpack .../119-intltool-debian_0.35.0+20060710.5_all.deb ...
12:57:00 #11 27.14 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:57:00 #11 27.18 Selecting previously unselected package po-debconf.
12:57:00 #11 27.18 Preparing to unpack .../120-po-debconf_1.0.21+nmu1_all.deb ...
12:57:00 #11 27.18 Unpacking po-debconf (1.0.21+nmu1) ...
12:57:00 #11 27.24 Selecting previously unselected package debhelper.
12:57:00 #11 27.24 Preparing to unpack .../121-debhelper_13.6ubuntu1_all.deb ...
12:57:00 #11 27.25 Unpacking debhelper (13.6ubuntu1) ...
12:57:00 #11 27.32 Selecting previously unselected package libfakeroot:amd64.
12:57:00 #11 41.04 Selecting previously unselected package libset-intspan-perl.
12:57:00 #11 41.04 Preparing to unpack .../355-libset-intspan-perl_1.19-2_all.deb ...
12:57:00 #11 41.04 Unpacking libset-intspan-perl (1.19-2) ...
12:57:00 #11 41.08 Selecting previously unselected package libsocket6-perl.
12:57:00 #11 41.08 Preparing to unpack .../356-libsocket6-perl_0.29-2_arm64.deb ...
12:57:00 #11 41.08 Unpacking libsocket6-perl (0.29-2) ...
12:57:00 #11 41.13 Selecting previously unselected package libsodium23:arm64.
12:57:00 #11 41.14 Preparing to unpack .../357-libsodium23_1.0.18-1build2_arm64.deb ...
12:57:00 #11 41.14 Unpacking libsodium23:arm64 (1.0.18-1build2) ...
12:57:00 #11 41.19 Selecting previously unselected package libstring-copyright-perl.
12:57:00 #11 41.19 Preparing to unpack .../358-libstring-copyright-perl_0.003013-1_all.deb ...
12:57:00 #11 41.19 Unpacking libstring-copyright-perl (0.003013-1) ...
12:57:00 #11 41.23 Selecting previously unselected package libstring-escape-perl.
12:57:00 #11 41.23 Preparing to unpack .../359-libstring-escape-perl_2010.002-2_all.deb ...
12:57:00 #10 40.68 Preparing to unpack .../238-libparams-validate-perl_1.30-1+b1_amd64.deb ...
12:57:00 #10 40.69 Unpacking libparams-validate-perl:amd64 (1.30-1+b1) ...
12:57:00 #10 40.74 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:57:00 #10 40.74 Preparing to unpack .../239-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
12:57:00 #10 40.74 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
12:57:00 #10 40.78 Selecting previously unselected package libsort-versions-perl.
12:57:00 #10 40.78 Preparing to unpack .../240-libsort-versions-perl_1.62-1_all.deb ...
12:57:00 #10 40.78 Unpacking libsort-versions-perl (1.62-1) ...
12:57:00 #10 40.81 Selecting previously unselected package libgit-wrapper-perl.
12:57:00 #10 40.81 Preparing to unpack .../241-libgit-wrapper-perl_0.048-1_all.deb ...
12:57:00 #10 40.82 Unpacking libgit-wrapper-perl (0.048-1) ...
12:57:00 #10 40.85 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:57:00 #10 40.85 Preparing to unpack .../242-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
12:57:00 #10 40.86 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
12:57:00 #10 40.89 Selecting previously unselected package libio-prompter-perl.
12:57:00 #11 39.44 Selecting previously unselected package manpages-dev.
12:57:00 #11 39.45 Preparing to unpack .../327-manpages-dev_5.05-1_all.deb ...
12:57:00 #11 39.45 Unpacking manpages-dev (5.05-1) ...
12:57:00 #10 31.24 Selecting previously unselected package gcc-7.
12:57:00 #10 31.24 Preparing to unpack .../081-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
12:57:00 #10 31.25 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ...
12:57:00 #10 60.43 Setting up libhtml-format-perl (2.16-2) ...
12:57:00 #10 60.45 Setting up python3-xdg (0.28-2) ...
12:57:00 #11 38.98 Preparing to unpack .../367-libtime-moment-perl_0.44-2_amd64.deb ...
12:57:00 #11 38.98 Unpacking libtime-moment-perl (0.44-2) ...
12:57:00 #11 39.01 Selecting previously unselected package libtype-tiny-xs-perl:amd64.
12:57:00 #11 39.01 Preparing to unpack .../368-libtype-tiny-xs-perl_0.022-2_amd64.deb ...
12:57:00 #11 39.01 Unpacking libtype-tiny-xs-perl:amd64 (0.022-2) ...
12:57:00 #11 39.04 Selecting previously unselected package libunicode-utf8-perl.
12:57:00 #11 39.04 Preparing to unpack .../369-libunicode-utf8-perl_0.62-1build4_amd64.deb ...
12:57:00 #11 39.04 Unpacking libunicode-utf8-perl (0.62-1build4) ...
12:57:00 #11 39.07 Selecting previously unselected package libwww-mechanize-perl.
12:57:00 #11 39.07 Preparing to unpack .../370-libwww-mechanize-perl_2.14-2_all.deb ...
12:57:00 #11 39.07 Unpacking libwww-mechanize-perl (2.14-2) ...
12:57:00 #11 39.10 Selecting previously unselected package libxml-namespacesupport-perl.
12:57:00 #11 39.10 Preparing to unpack .../371-libxml-namespacesupport-perl_1.12-2_all.deb ...
12:57:00 #11 39.11 Unpacking libxml-namespacesupport-perl (1.12-2) ...
12:57:00 #11 39.13 Selecting previously unselected package libxml-sax-base-perl.
12:57:00 #11 39.13 Preparing to unpack .../372-libxml-sax-base-perl_1.09-2_all.deb ...
12:57:00 #11 39.13 Unpacking libxml-sax-base-perl (1.09-2) ...
12:57:00 #11 39.17 Selecting previously unselected package libxml-sax-perl.
12:57:00 #11 39.17 Preparing to unpack .../373-libxml-sax-perl_1.02+dfsg-3_all.deb ...
12:57:00 #11 39.18 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
12:57:00 #11 39.21 Selecting previously unselected package libxml-libxml-perl.
12:57:00 #11 36.61 Selecting previously unselected package python3-certifi.
12:57:00 #11 36.61 Preparing to unpack .../347-python3-certifi_2020.6.20-1_all.deb ...
12:57:00 #11 36.61 Unpacking python3-certifi (2020.6.20-1) ...
12:57:00 #11 36.66 Selecting previously unselected package python3-idna.
12:57:00 #11 36.66 Preparing to unpack .../348-python3-idna_3.3-1_all.deb ...
12:57:00 #11 36.67 Unpacking python3-idna (3.3-1) ...
12:57:00 #11 36.70 Selecting previously unselected package python3-six.
12:57:00 #11 36.70 Preparing to unpack .../349-python3-six_1.16.0-3ubuntu1_all.deb ...
12:57:00 #11 36.71 Unpacking python3-six (1.16.0-3ubuntu1) ...
12:57:00 #11 36.74 Selecting previously unselected package python3-urllib3.
12:57:00 #11 36.74 Preparing to unpack .../350-python3-urllib3_1.26.5-1~exp1_all.deb ...
12:57:00 #11 36.75 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
12:57:00 #11 36.79 Selecting previously unselected package python3-requests.
12:57:00 #11 36.79 Preparing to unpack .../351-python3-requests_2.25.1+dfsg-2_all.deb ...
12:57:00 #11 36.80 Unpacking python3-requests (2.25.1+dfsg-2) ...
12:57:00 #11 36.83 Selecting previously unselected package python3-unidiff.
12:57:00 #11 28.86 Selecting previously unselected package liblsan0:amd64.
12:57:00 #11 28.86 Preparing to unpack .../090-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
12:57:00 #11 28.87 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:57:00 #11 29.04 Selecting previously unselected package libtsan0:amd64.
12:57:00 #11 29.04 Preparing to unpack .../091-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
12:57:00 #11 29.05 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:57:00 #10 41.15 Preparing to unpack .../216-libfribidi0_1.0.5-3.1+deb10u2_amd64.deb ...
12:57:00 #10 41.15 Unpacking libfribidi0:amd64 (1.0.5-3.1+deb10u2) ...
12:57:00 #10 41.19 Selecting previously unselected package libfuture-perl.
12:57:00 #10 41.19 Preparing to unpack .../217-libfuture-perl_0.39-1_all.deb ...
12:57:00 #10 41.19 Unpacking libfuture-perl (0.39-1) ...
12:57:00 #10 41.23 Selecting previously unselected package libio-stringy-perl.
12:57:00 #10 41.23 Preparing to unpack .../218-libio-stringy-perl_2.111-3_all.deb ...
12:57:00 #10 41.23 Unpacking libio-stringy-perl (2.111-3) ...
12:57:00 #10 41.27 Selecting previously unselected package libparams-validate-perl.
12:57:00 #10 41.27 Preparing to unpack .../219-libparams-validate-perl_1.29-1+b1_amd64.deb ...
12:57:00 #10 41.27 Unpacking libparams-validate-perl (1.29-1+b1) ...
12:57:00 #10 41.31 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:57:00 #10 41.31 Preparing to unpack .../220-libgetopt-long-descriptive-perl_0.103-2_all.deb ...
12:57:00 #10 41.31 Unpacking libgetopt-long-descriptive-perl (0.103-2) ...
12:57:00 #10 41.34 Selecting previously unselected package libsort-versions-perl.
12:57:00 #10 41.35 Preparing to unpack .../221-libsort-versions-perl_1.62-1_all.deb ...
12:57:00 #10 41.35 Unpacking libsort-versions-perl (1.62-1) ...
12:57:00 #10 41.38 Selecting previously unselected package libgit-wrapper-perl.
12:57:00 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 5.0s
12:57:00 #10 44.80 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
12:57:00 #10 44.83 Processing triggers for ca-certificates (20211016ubuntu0.18.04.1) ...
12:57:00 #10 44.83 Updating certificates in /etc/ssl/certs...
12:57:01 #12 2.811    dh_builddeb
12:57:01 #12 2.837 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:57:01 #12 2.862  dpkg-genbuildinfo --build=binary
12:57:01 #12 3.005  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_arm64.changes
12:57:01 #11 27.32 Preparing to unpack .../122-libfakeroot_1.28-1ubuntu1_amd64.deb ...
12:57:01 #11 27.33 Unpacking libfakeroot:amd64 (1.28-1ubuntu1) ...
12:57:01 #11 27.36 Selecting previously unselected package fakeroot.
12:57:01 #11 27.36 Preparing to unpack .../123-fakeroot_1.28-1ubuntu1_amd64.deb ...
12:57:01 #11 27.37 Unpacking fakeroot (1.28-1ubuntu1) ...
12:57:01 #11 27.40 Selecting previously unselected package libassuan0:amd64.
12:57:01 #11 27.41 Preparing to unpack .../124-libassuan0_2.5.5-1build1_amd64.deb ...
12:57:01 #11 27.42 Unpacking libassuan0:amd64 (2.5.5-1build1) ...
12:57:01 #11 27.45 Selecting previously unselected package gpgconf.
12:57:01 #11 27.45 Preparing to unpack .../125-gpgconf_2.2.27-3ubuntu2.1_amd64.deb ...
12:57:01 #11 27.46 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
12:57:01 #11 27.50 Selecting previously unselected package libksba8:amd64.
12:57:01 #11 27.50 Preparing to unpack .../126-libksba8_1.6.0-2ubuntu0.2_amd64.deb ...
12:57:01 #11 27.50 Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ...
12:57:01 #11 27.54 Selecting previously unselected package libnpth0:amd64.
12:57:01 #11 27.55 Preparing to unpack .../127-libnpth0_1.6-3build2_amd64.deb ...
12:57:01 #11 27.55 Unpacking libnpth0:amd64 (1.6-3build2) ...
12:57:01 #11 41.24 Unpacking libstring-escape-perl (2010.002-2) ...
12:57:01 #11 41.27 Selecting previously unselected package libstring-shellquote-perl.
12:57:01 #11 41.27 Preparing to unpack .../360-libstring-shellquote-perl_1.04-2_all.deb ...
12:57:01 #11 41.28 Unpacking libstring-shellquote-perl (1.04-2) ...
12:57:01 #11 41.31 Selecting previously unselected package libsyntax-keyword-try-perl.
12:57:01 #11 41.32 Preparing to unpack .../361-libsyntax-keyword-try-perl_0.27-1_arm64.deb ...
12:57:01 #11 41.32 Unpacking libsyntax-keyword-try-perl (0.27-1) ...
12:57:01 #11 41.36 Selecting previously unselected package libterm-readkey-perl.
12:57:01 #11 41.36 Preparing to unpack .../362-libterm-readkey-perl_2.38-2_arm64.deb ...
12:57:01 #11 41.36 Unpacking libterm-readkey-perl (2.38-2) ...
12:57:01 #11 41.40 Selecting previously unselected package libtext-levenshteinxs-perl.
12:57:01 #11 41.40 Preparing to unpack .../363-libtext-levenshteinxs-perl_0.03-5_arm64.deb ...
12:57:01 #11 41.41 Unpacking libtext-levenshteinxs-perl (0.03-5) ...
12:57:01 #11 41.44 Selecting previously unselected package libtext-markdown-discount-perl:arm64.
12:57:01 #11 41.44 Preparing to unpack .../364-libtext-markdown-discount-perl_0.13-1build1_arm64.deb ...
12:57:01 #11 41.44 Unpacking libtext-markdown-discount-perl:arm64 (0.13-1build1) ...
12:57:01 #11 41.48 Selecting previously unselected package libtext-xslate-perl:arm64.
12:57:01 #10 40.89 Preparing to unpack .../243-libio-prompter-perl_0.004015-1_all.deb ...
12:57:01 #10 40.89 Unpacking libio-prompter-perl (0.004015-1) ...
12:57:01 #10 40.93 Selecting previously unselected package libjson-perl.
12:57:01 #10 40.93 Preparing to unpack .../244-libjson-perl_4.03000-1_all.deb ...
12:57:01 #10 40.93 Unpacking libjson-perl (4.03000-1) ...
12:57:01 #10 40.97 Selecting previously unselected package liblog-any-perl.
12:57:01 #10 40.97 Preparing to unpack .../245-liblog-any-perl_1.709-1_all.deb ...
12:57:01 #10 40.97 Unpacking liblog-any-perl (1.709-1) ...
12:57:01 #10 41.04 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:57:01 #10 41.04 Preparing to unpack .../246-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
12:57:01 #10 41.05 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
12:57:01 #10 41.11 Selecting previously unselected package libpackage-stash-perl.
12:57:01 #10 41.11 Preparing to unpack .../247-libpackage-stash-perl_0.39-1_all.deb ...
12:57:01 #10 41.11 Unpacking libpackage-stash-perl (0.39-1) ...
12:57:01 #10 41.15 Selecting previously unselected package libsub-identify-perl.
12:57:01 #10 60.62 Setting up libxml-sax-perl (1.02+dfsg-3) ...
12:57:01 #10 60.69 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:57:01 #10 60.76 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:01 #11 39.21 Preparing to unpack .../374-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_amd64.deb ...
12:57:01 #11 39.21 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:57:01 #11 39.25 Selecting previously unselected package libxml-parser-perl:amd64.
12:57:01 #11 39.25 Preparing to unpack .../375-libxml-parser-perl_2.46-3build1_amd64.deb ...
12:57:01 #11 39.26 Unpacking libxml-parser-perl:amd64 (2.46-3build1) ...
12:57:01 #11 39.29 Selecting previously unselected package libxml-sax-expat-perl.
12:57:01 #11 39.30 Preparing to unpack .../376-libxml-sax-expat-perl_0.51-1_all.deb ...
12:57:01 #11 39.30 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:57:01 #11 39.33 Selecting previously unselected package libyaml-libyaml-perl.
12:57:01 #11 39.33 Preparing to unpack .../377-libyaml-libyaml-perl_0.83+ds-1build1_amd64.deb ...
12:57:01 #11 39.33 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
12:57:01 #11 39.36 Selecting previously unselected package licensecheck.
12:57:01 #11 39.36 Preparing to unpack .../378-licensecheck_3.3.0-1_all.deb ...
12:57:01 #11 39.37 Unpacking licensecheck (3.3.0-1) ...
12:57:01 #11 39.39 Selecting previously unselected package libdevel-size-perl.
12:57:01 #11 39.40 Preparing to unpack .../379-libdevel-size-perl_0.83-2_amd64.deb ...
12:57:01 #11 39.40 Unpacking libdevel-size-perl (0.83-2) ...
12:57:01 #11 39.43 Selecting previously unselected package libipc-run3-perl.
12:57:01 #11 39.43 Preparing to unpack .../380-libipc-run3-perl_0.048-2_all.deb ...
12:57:01 #11 39.43 Unpacking libipc-run3-perl (0.048-2) ...
12:57:01 #11 39.47 Selecting previously unselected package lzip.
12:57:01 #11 39.47 Preparing to unpack .../381-lzip_1.23-4_amd64.deb ...
12:57:01 #11 39.47 Unpacking lzip (1.23-4) ...
12:57:01 #11 39.50 Selecting previously unselected package lzop.
12:57:01 #11 39.50 Preparing to unpack .../382-lzop_1.04-2build2_amd64.deb ...
12:57:01 #11 39.50 Unpacking lzop (1.04-2build2) ...
12:57:01 #11 39.53 Selecting previously unselected package t1utils.
12:57:01 #11 39.53 Preparing to unpack .../383-t1utils_1.41-4build2_amd64.deb ...
12:57:01 #11 39.53 Unpacking t1utils (1.41-4build2) ...
12:57:01 #11 36.83 Preparing to unpack .../352-python3-unidiff_0.5.5-2_all.deb ...
12:57:01 #11 36.84 Unpacking python3-unidiff (0.5.5-2) ...
12:57:01 #11 36.88 Selecting previously unselected package python3-xdg.
12:57:01 #11 36.88 Preparing to unpack .../353-python3-xdg_0.27-2_all.deb ...
12:57:01 #11 36.89 Unpacking python3-xdg (0.27-2) ...
12:57:01 #11 36.92 Selecting previously unselected package equivs.
12:57:01 #11 36.92 Preparing to unpack .../354-equivs_2.3.1_all.deb ...
12:57:01 #11 36.93 Unpacking equivs (2.3.1) ...
12:57:01 #11 36.96 Selecting previously unselected package libauthen-sasl-perl.
12:57:01 #11 36.97 Preparing to unpack .../355-libauthen-sasl-perl_2.1600-1.1_all.deb ...
12:57:01 #11 36.97 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
12:57:01 #11 37.01 Selecting previously unselected package python3-magic.
12:57:01 #11 37.01 Preparing to unpack .../356-python3-magic_2%3a0.4.24-2_all.deb ...
12:57:01 #11 37.01 Unpacking python3-magic (2:0.4.24-2) ...
12:57:01 #11 37.06 Setting up libksba8:arm64 (1.6.0-2ubuntu0.2) ...
12:57:01 #11 37.07 Setting up media-types (7.0.0) ...
12:57:01 #10 38.51 Selecting previously unselected package iso-codes.
12:57:01 #10 38.51 Preparing to unpack .../171-iso-codes_4.12.0-1_all.deb ...
12:57:01 #10 38.52 Unpacking iso-codes (4.12.0-1) ...
12:57:01 #11 39.67 Selecting previously unselected package python3-certifi.
12:57:01 #11 39.67 Preparing to unpack .../328-python3-certifi_2019.11.28-1_all.deb ...
12:57:01 #11 39.68 Unpacking python3-certifi (2019.11.28-1) ...
12:57:01 #11 39.72 Selecting previously unselected package python3-idna.
12:57:01 #11 39.73 Preparing to unpack .../329-python3-idna_2.8-1_all.deb ...
12:57:01 #11 39.73 Unpacking python3-idna (2.8-1) ...
12:57:01 #11 39.79 Selecting previously unselected package python3-urllib3.
12:57:01 #11 29.28 Selecting previously unselected package libubsan1:amd64.
12:57:01 #11 29.28 Preparing to unpack .../092-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
12:57:01 #11 29.28 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:57:01 #11 29.38 Selecting previously unselected package libquadmath0:amd64.
12:57:01 #10 41.38 Preparing to unpack .../222-libgit-wrapper-perl_0.048-1_all.deb ...
12:57:01 #10 41.39 Unpacking libgit-wrapper-perl (0.048-1) ...
12:57:01 #10 41.42 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:57:01 #10 41.42 Preparing to unpack .../223-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
12:57:01 #10 41.43 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
12:57:01 #10 41.50 Selecting previously unselected package libio-prompter-perl.
12:57:01 #10 41.51 Preparing to unpack .../224-libio-prompter-perl_0.004015-1_all.deb ...
12:57:01 #10 41.51 Unpacking libio-prompter-perl (0.004015-1) ...
12:57:01 #10 41.55 Selecting previously unselected package libjson-perl.
12:57:01 #10 41.55 Preparing to unpack .../225-libjson-perl_4.02000-1_all.deb ...
12:57:01 #10 41.55 Unpacking libjson-perl (4.02000-1) ...
12:57:01 #10 41.59 Selecting previously unselected package liblog-any-perl.
12:57:01 #10 41.59 Preparing to unpack .../226-liblog-any-perl_1.707-1_all.deb ...
12:57:01 #10 41.59 Unpacking liblog-any-perl (1.707-1) ...
12:57:01 #10 41.62 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:57:01 #10 20.76 Selecting previously unselected package binutils.
12:57:01 #10 20.76 Preparing to unpack .../035-binutils_2.40-2_armhf.deb ...
12:57:01 #10 20.76 Unpacking binutils (2.40-2) ...
12:57:01 #10 20.82 Selecting previously unselected package libc-dev-bin.
12:57:01 #10 20.82 Preparing to unpack .../036-libc-dev-bin_2.36-8_armhf.deb ...
12:57:01 #10 20.83 Unpacking libc-dev-bin (2.36-8) ...
12:57:01 #10 20.90 Selecting previously unselected package linux-libc-dev:armhf.
12:57:01 #10 20.90 Preparing to unpack .../037-linux-libc-dev_6.1.8-1_armhf.deb ...
12:57:01 #10 20.90 Unpacking linux-libc-dev:armhf (6.1.8-1) ...
12:57:01 #12 3.080 dpkg-genchanges: info: binary-only upload (no source code included)
12:57:01 #12 3.083  dpkg-source --after-build .
12:57:01 #12 3.180 dpkg-buildpackage: info: binary-only upload (no source included)
12:57:01 #12 3.185 
12:57:01 #12 3.185 The package has been created.
12:57:01 #12 3.185 Attention, the package has been created in the current directory,
12:57:01 #12 3.185 not in ".." as indicated by the message above!
12:57:01 #12 3.210 Selecting previously unselected package docker-ce-build-deps.
12:57:01 #12 3.225 (Reading database ... 28644 files and directories currently installed.)
12:57:01 #12 3.226 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:57:01 #12 3.230 Unpacking docker-ce-build-deps (1.0) ...
12:57:01 #11 27.58 Selecting previously unselected package dirmngr.
12:57:01 #11 27.59 Preparing to unpack .../128-dirmngr_2.2.27-3ubuntu2.1_amd64.deb ...
12:57:01 #11 27.60 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
12:57:01 #11 27.64 Selecting previously unselected package gnupg-l10n.
12:57:01 #11 27.64 Preparing to unpack .../129-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
12:57:01 #11 27.64 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
12:57:01 #11 27.70 Selecting previously unselected package gnupg-utils.
12:57:01 #11 27.70 Preparing to unpack .../130-gnupg-utils_2.2.27-3ubuntu2.1_amd64.deb ...
12:57:01 #11 27.71 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
12:57:01 #11 27.74 Selecting previously unselected package gpg.
12:57:01 #11 27.74 Preparing to unpack .../131-gpg_2.2.27-3ubuntu2.1_amd64.deb ...
12:57:01 #11 27.75 Unpacking gpg (2.2.27-3ubuntu2.1) ...
12:57:01 #11 27.81 Selecting previously unselected package pinentry-curses.
12:57:01 #11 27.81 Preparing to unpack .../132-pinentry-curses_1.1.1-1build2_amd64.deb ...
12:57:01 #11 27.82 Unpacking pinentry-curses (1.1.1-1build2) ...
12:57:01 #11 27.87 Selecting previously unselected package gpg-agent.
12:57:01 #11 27.87 Preparing to unpack .../133-gpg-agent_2.2.27-3ubuntu2.1_amd64.deb ...
12:57:01 #11 27.88 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
12:57:01 #11 27.91 Selecting previously unselected package gpg-wks-client.
12:57:01 #11 27.91 Preparing to unpack .../134-gpg-wks-client_2.2.27-3ubuntu2.1_amd64.deb ...
12:57:01 #11 41.48 Preparing to unpack .../365-libtext-xslate-perl_3.5.9-1build1_arm64.deb ...
12:57:01 #11 41.48 Unpacking libtext-xslate-perl:arm64 (3.5.9-1build1) ...
12:57:01 #11 41.53 Selecting previously unselected package libtime-duration-perl.
12:57:01 #11 41.53 Preparing to unpack .../366-libtime-duration-perl_1.21-1_all.deb ...
12:57:01 #11 41.53 Unpacking libtime-duration-perl (1.21-1) ...
12:57:01 #11 41.57 Selecting previously unselected package libtime-moment-perl.
12:57:01 #11 41.57 Preparing to unpack .../367-libtime-moment-perl_0.44-2_arm64.deb ...
12:57:01 #11 41.57 Unpacking libtime-moment-perl (0.44-2) ...
12:57:01 #11 41.61 Selecting previously unselected package libtype-tiny-xs-perl:arm64.
12:57:01 #11 41.61 Preparing to unpack .../368-libtype-tiny-xs-perl_0.022-2_arm64.deb ...
12:57:01 #11 41.62 Unpacking libtype-tiny-xs-perl:arm64 (0.022-2) ...
12:57:01 #11 41.66 Selecting previously unselected package libunicode-utf8-perl.
12:57:01 #11 41.66 Preparing to unpack .../369-libunicode-utf8-perl_0.62-1build4_arm64.deb ...
12:57:01 #11 41.67 Unpacking libunicode-utf8-perl (0.62-1build4) ...
12:57:01 #11 41.70 Selecting previously unselected package libwww-mechanize-perl.
12:57:01 #11 41.70 Preparing to unpack .../370-libwww-mechanize-perl_2.14-2_all.deb ...
12:57:01 #11 41.71 Unpacking libwww-mechanize-perl (2.14-2) ...
12:57:01 #11 41.74 Selecting previously unselected package libxml-namespacesupport-perl.
12:57:01 #10 41.15 Preparing to unpack .../248-libsub-identify-perl_0.14-1+b3_amd64.deb ...
12:57:01 #10 41.15 Unpacking libsub-identify-perl (0.14-1+b3) ...
12:57:01 #10 41.18 Selecting previously unselected package libsub-name-perl.
12:57:01 #10 41.18 Preparing to unpack .../249-libsub-name-perl_0.26-1+b1_amd64.deb ...
12:57:01 #10 41.19 Unpacking libsub-name-perl (0.26-1+b1) ...
12:57:01 #10 41.22 Selecting previously unselected package libnamespace-clean-perl.
12:57:01 #10 41.22 Preparing to unpack .../250-libnamespace-clean-perl_0.27-1_all.deb ...
12:57:01 #10 41.23 Unpacking libnamespace-clean-perl (0.27-1) ...
12:57:01 #10 41.28 Selecting previously unselected package libpath-tiny-perl.
12:57:01 #10 41.28 Preparing to unpack .../251-libpath-tiny-perl_0.118-1_all.deb ...
12:57:01 #10 41.28 Unpacking libpath-tiny-perl (0.118-1) ...
12:57:01 #10 41.32 Selecting previously unselected package libtype-tiny-perl.
12:57:01 #10 41.33 Preparing to unpack .../252-libtype-tiny-perl_1.012001-2_all.deb ...
12:57:01 #10 41.33 Unpacking libtype-tiny-perl (1.012001-2) ...
12:57:01 #10 41.40 Selecting previously unselected package libgitlab-api-v4-perl.
12:57:01 #10 41.40 Preparing to unpack .../253-libgitlab-api-v4-perl_0.26-1_all.deb ...
12:57:01 #10 41.40 Unpacking libgitlab-api-v4-perl (0.26-1) ...
12:57:01 #10 41.49 Selecting previously unselected package libglib2.0-0:amd64.
12:57:01 #10 41.50 Preparing to unpack .../254-libglib2.0-0_2.66.8-1_amd64.deb ...
12:57:01 #10 41.50 Unpacking libglib2.0-0:amd64 (2.66.8-1) ...
12:57:01 #10 60.90 
12:57:01 #10 60.90 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:01 #10 60.93 Setting up libfeature-compat-class-perl (0.05-1) ...
12:57:01 #10 60.94 Setting up python3-six (1.16.0-4) ...
12:57:01 #11 39.57 Selecting previously unselected package unzip.
12:57:01 #11 39.57 Preparing to unpack .../384-unzip_6.0-27ubuntu1_amd64.deb ...
12:57:01 #11 39.57 Unpacking unzip (6.0-27ubuntu1) ...
12:57:01 #11 39.62 Selecting previously unselected package lintian.
12:57:01 #11 39.62 Preparing to unpack .../385-lintian_2.115.3ubuntu2.1_all.deb ...
12:57:01 #11 39.63 Unpacking lintian (2.115.3ubuntu2.1) ...
12:57:01 #11 37.09 Setting up libpipeline1:arm64 (1.5.5-1) ...
12:57:01 #11 37.10 Setting up wdiff (1.2.2-2build3) ...
12:57:01 #11 37.12 Setting up gcc-11-base:arm64 (11.3.0-1ubuntu1~22.04) ...
12:57:01 #11 37.13 Setting up libxau6:arm64 (1:1.0.9-1build5) ...
12:57:01 #11 37.14 Setting up libre2-9:arm64 (20220201+dfsg-1) ...
12:57:01 #11 37.15 Setting up lto-disabled-list (24) ...
12:57:01 #11 37.16 Setting up libpsl5:arm64 (0.21.0-1.2build2) ...
12:57:01 #11 37.17 Setting up bsdextrautils (2.37.2-4ubuntu3) ...
12:57:01 #11 37.18 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
12:57:01 #11 37.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
12:57:01 #11 37.19 Setting up libtext-glob-perl (0.11-2) ...
12:57:01 #11 37.20 Setting up libmagic-mgc (1:5.41-3) ...
12:57:01 #11 37.22 Setting up libyaml-0-2:arm64 (0.2.2-1build2) ...
12:57:01 #11 37.23 Setting up distro-info-data (0.52ubuntu0.2) ...
12:57:01 #11 37.24 Setting up manpages (5.10-1ubuntu1) ...
12:57:01 #11 37.25 Setting up unzip (6.0-26ubuntu3.1) ...
12:57:01 #11 37.27 Setting up libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
12:57:01 #11 37.28 Setting up libbrotli1:arm64 (1.0.9-2build6) ...
12:57:01 #11 37.29 Setting up libsqlite3-0:arm64 (3.37.2-2ubuntu0.1) ...
12:57:01 #11 39.80 Preparing to unpack .../330-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
12:57:01 #11 39.80 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
12:57:01 #11 39.85 Selecting previously unselected package python3-requests.
12:57:01 #11 39.86 Preparing to unpack .../331-python3-requests_2.22.0-2ubuntu1_all.deb ...
12:57:01 #11 39.86 Unpacking python3-requests (2.22.0-2ubuntu1) ...
12:57:01 #11 39.90 Selecting previously unselected package python3-unidiff.
12:57:01 #11 39.91 Preparing to unpack .../332-python3-unidiff_0.5.5-2_all.deb ...
12:57:01 #11 39.91 Unpacking python3-unidiff (0.5.5-2) ...
12:57:01 #11 39.95 Selecting previously unselected package python3-xdg.
12:57:01 #11 39.96 Preparing to unpack .../333-python3-xdg_0.26-1ubuntu1_all.deb ...
12:57:01 #11 39.96 Unpacking python3-xdg (0.26-1ubuntu1) ...
12:57:01 #11 40.00 Selecting previously unselected package unzip.
12:57:01 #11 40.00 Preparing to unpack .../334-unzip_6.0-25ubuntu1.1_arm64.deb ...
12:57:01 #11 40.01 Unpacking unzip (6.0-25ubuntu1.1) ...
12:57:01 #11 29.38 Preparing to unpack .../093-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ...
12:57:01 #11 29.39 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:57:01 #11 29.43 Selecting previously unselected package libgcc-9-dev:amd64.
12:57:01 #11 29.43 Preparing to unpack .../094-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
12:57:01 #11 29.44 Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:57:01 #10 41.63 Preparing to unpack .../227-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
12:57:01 #10 41.63 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
12:57:01 #10 41.66 Selecting previously unselected package libpackage-stash-perl.
12:57:01 #10 41.67 Preparing to unpack .../228-libpackage-stash-perl_0.38-1_all.deb ...
12:57:01 #10 41.67 Unpacking libpackage-stash-perl (0.38-1) ...
12:57:01 #10 41.70 Selecting previously unselected package libsub-identify-perl.
12:57:01 #10 41.70 Preparing to unpack .../229-libsub-identify-perl_0.14-1+b1_amd64.deb ...
12:57:01 #10 41.71 Unpacking libsub-identify-perl (0.14-1+b1) ...
12:57:01 #10 41.74 Selecting previously unselected package libnamespace-clean-perl.
12:57:01 #10 41.74 Preparing to unpack .../230-libnamespace-clean-perl_0.27-1_all.deb ...
12:57:01 #10 41.74 Unpacking libnamespace-clean-perl (0.27-1) ...
12:57:01 #10 41.77 Selecting previously unselected package libpath-tiny-perl.
12:57:01 #10 41.78 Preparing to unpack .../231-libpath-tiny-perl_0.108-1_all.deb ...
12:57:01 #10 41.78 Unpacking libpath-tiny-perl (0.108-1) ...
12:57:01 #10 41.81 Selecting previously unselected package libtype-tiny-perl.
12:57:01 #10 41.82 Preparing to unpack .../232-libtype-tiny-perl_1.004004-1_all.deb ...
12:57:01 #10 41.82 Unpacking libtype-tiny-perl (1.004004-1) ...
12:57:01 #10 41.88 Selecting previously unselected package libgitlab-api-v4-perl.
12:57:01 #10 21.21 Selecting previously unselected package libcrypt-dev:armhf.
12:57:01 #10 21.21 Preparing to unpack .../038-libcrypt-dev_1%3a4.4.33-2_armhf.deb ...
12:57:01 #10 21.22 Unpacking libcrypt-dev:armhf (1:4.4.33-2) ...
12:57:01 #10 21.29 Selecting previously unselected package libtirpc-dev:armhf.
12:57:01 #10 21.29 Preparing to unpack .../039-libtirpc-dev_1.3.3+ds-1_armhf.deb ...
12:57:01 #10 21.29 Unpacking libtirpc-dev:armhf (1.3.3+ds-1) ...
12:57:01 #10 39.93 Dependencies resolved.
12:57:01 #10 39.95 ================================================================================
12:57:01 #10 39.95  Package                       Arch      Version                Repo       Size
12:57:01 #10 39.95 ================================================================================
12:57:01 #10 39.95 Installing:
12:57:01 #10 39.95  dnf-plugins-core              noarch    4.3.1-1.fc37           fedora     34 k
12:57:01 #10 39.95  rpm-build                     aarch64   4.18.0-1.fc37          fedora     77 k
12:57:01 #10 39.95  rpmlint                       noarch    2.4.0-3.fc37           updates   330 k
12:57:01 #10 39.95 Upgrading:
12:57:01 #10 39.95  glibc                         aarch64   2.36-9.fc37            updates   1.8 M
12:57:01 #10 39.95  glibc-common                  aarch64   2.36-9.fc37            updates   361 k
12:57:01 #10 39.95  glibc-minimal-langpack        aarch64   2.36-9.fc37            updates    87 k
12:57:01 #10 39.95 Installing dependencies:
12:57:01 #10 39.95  ansible-srpm-macros           noarch    1-8.1.fc37             updates   8.6 k
12:57:01 #10 39.95  binutils                      aarch64   2.38-25.fc37           updates   5.8 M
12:57:01 #10 39.95  binutils-gold                 aarch64   2.38-25.fc37           updates   923 k
12:57:01 #10 39.95  bzip2                         aarch64   1.0.8-12.fc37          fedora     52 k
12:57:01 #10 39.95  cpio                          aarch64   2.13-13.fc37           fedora    274 k
12:57:01 #10 39.95  dash                          aarch64   0.5.11.5-2.fc37        fedora     98 k
12:57:01 #10 39.95  dbus-libs                     aarch64   1:1.14.4-1.fc37        updates   154 k
12:57:01 #10 39.95  debugedit                     aarch64   5.0-7.fc37             updates    77 k
12:57:01 #10 39.95  desktop-file-utils            aarch64   0.26-7.fc37            fedora     71 k
12:57:01 #10 39.95  devscripts-checkbashisms      aarch64   2.22.2-3.fc37          fedora     28 k
12:57:01 #10 39.95  diffutils                     aarch64   3.8-3.fc37             fedora    376 k
12:57:01 #10 39.95  dwz                           aarch64   0.14-7.fc37            fedora    126 k
12:57:01 #10 39.95  ed                            aarch64   1.18-2.fc37            fedora     78 k
12:57:01 #10 39.95  efi-srpm-macros               noarch    5-6.fc37               fedora     22 k
12:57:01 #10 39.95  elfutils                      aarch64   0.187-8.fc37           fedora    521 k
12:57:01 #10 39.95  elfutils-debuginfod-client    aarch64   0.187-8.fc37           fedora     38 k
12:57:01 #10 39.95  emacs-filesystem              noarch    1:28.2-3.fc37          updates   7.5 k
12:57:01 #10 39.95  enchant2                      aarch64   2.3.3-2.fc37           fedora     64 k
12:57:01 #10 39.95  file                          aarch64   5.42-4.fc37            fedora     49 k
12:57:01 #10 39.95  fonts-srpm-macros             noarch    1:2.0.5-9.fc37         fedora     26 k
12:57:01 #10 39.95  fpc-srpm-macros               noarch    1.3-6.fc37             fedora    7.7 k
12:57:01 #10 39.95  gdb-minimal                   aarch64   12.1-7.fc37            updates   3.5 M
12:57:01 #10 39.95  gdk-pixbuf2                   aarch64   2.42.10-1.fc37         fedora    483 k
12:57:01 #10 39.95  ghc-srpm-macros               noarch    1.5.0-7.fc37           fedora    7.8 k
12:57:01 #10 39.95  glibc-gconv-extra             aarch64   2.36-9.fc37            updates   1.7 M
12:57:01 #10 39.95  gnat-srpm-macros              noarch    5-1.fc37               updates   8.3 k
12:57:01 #10 39.95  go-srpm-macros                noarch    3.2.0-1.fc37           fedora     27 k
12:57:01 #10 39.95  groff-base                    aarch64   1.22.4-10.fc37         fedora    1.0 M
12:57:01 #10 39.95  hunspell                      aarch64   1.7.0-21.fc37          fedora    265 k
12:57:01 #10 39.95  hunspell-en-GB                noarch    0.20140811.1-23.fc37   fedora    225 k
12:57:01 #10 39.95  hunspell-en-US                noarch    0.20140811.1-23.fc37   fedora    176 k
12:57:01 #10 39.95  hunspell-filesystem           aarch64   1.7.0-21.fc37          fedora    8.8 k
12:57:01 #10 39.95  json-glib                     aarch64   1.6.6-3.fc37           fedora    160 k
12:57:01 #10 39.95  kernel-srpm-macros            noarch    1.0-15.fc37            fedora    9.4 k
12:57:01 #10 39.95  libappstream-glib             aarch64   0.8.1-1.fc37           fedora    389 k
12:57:01 #10 39.95  libjpeg-turbo                 aarch64   2.1.3-2.fc37           fedora    195 k
12:57:01 #10 39.95  libpkgconf                    aarch64   1.8.0-3.fc37           fedora     36 k
12:57:01 #10 39.95  libpng                        aarch64   2:1.6.37-13.fc37       fedora    114 k
12:57:01 #10 39.95  libstemmer                    aarch64   0-19.585svn.fc37       fedora     79 k
12:57:01 #10 39.95  lua-srpm-macros               noarch    1-7.fc37               fedora    8.8 k
12:57:01 #10 39.95  ncurses                       aarch64   6.3-3.20220501.fc37    fedora    409 k
12:57:01 #10 39.95  nim-srpm-macros               noarch    3-7.fc37               fedora    8.4 k
12:57:01 #10 39.95  ocaml-srpm-macros             noarch    7-2.fc37               fedora     13 k
12:57:01 #10 39.95  openblas-srpm-macros          noarch    2-12.fc37              fedora    7.5 k
12:57:01 #10 39.95  package-notes-srpm-macros     noarch    0.5-6.fc37             fedora     11 k
12:57:01 #10 39.95  patch                         aarch64   2.7.6-17.fc37          fedora    121 k
12:57:01 #10 39.95  perl-AutoLoader               noarch    5.74-492.fc37          fedora     24 k
12:57:01 #10 39.95  perl-B                        aarch64   1.83-492.fc37          fedora    186 k
12:57:01 #10 39.95  perl-Carp                     noarch    1.52-489.fc37          fedora     29 k
12:57:01 #10 39.95  perl-Class-Struct             noarch    0.66-492.fc37          fedora     25 k
12:57:01 #10 39.95  perl-Data-Dumper              aarch64   2.184-490.fc37         fedora     55 k
12:57:01 #10 39.95  perl-Digest                   noarch    1.20-489.fc37          fedora     26 k
12:57:01 #10 39.95  perl-Digest-MD5               aarch64   2.58-489.fc37          fedora     36 k
12:57:01 #10 39.95  perl-DynaLoader               aarch64   1.52-492.fc37          fedora     29 k
12:57:01 #10 39.95  perl-Encode                   aarch64   4:3.19-492.fc37        fedora    1.7 M
12:57:01 #10 39.95  perl-Errno                    aarch64   1.36-492.fc37          fedora     18 k
12:57:01 #10 39.95  perl-Exporter                 noarch    5.77-489.fc37          fedora     31 k
12:57:01 #10 39.95  perl-Fcntl                    aarch64   1.15-492.fc37          fedora     24 k
12:57:01 #10 39.95  perl-File-Basename            noarch    2.85-492.fc37          fedora     20 k
12:57:01 #10 39.95  perl-File-Path                noarch    2.18-489.fc37          fedora     35 k
12:57:01 #10 39.95  perl-File-Temp                noarch    1:0.231.100-489.fc37   fedora     59 k
12:57:01 #10 39.95  perl-File-stat                noarch    1.12-492.fc37          fedora     20 k
12:57:01 #10 39.95  perl-FileHandle               noarch    2.03-492.fc37          fedora     19 k
12:57:01 #10 39.95  perl-Getopt-Long              noarch    1:2.54-1.fc37          updates    60 k
12:57:01 #10 39.95  perl-Getopt-Std               noarch    1.13-492.fc37          fedora     19 k
12:57:01 #10 39.95  perl-HTTP-Tiny                noarch    0.082-1.fc37           fedora     55 k
12:57:01 #10 39.95  perl-IO                       aarch64   1.50-492.fc37          fedora     95 k
12:57:01 #10 39.95  perl-IPC-Open3                noarch    1.22-492.fc37          fedora     26 k
12:57:01 #10 39.95  perl-MIME-Base64              aarch64   3.16-489.fc37          fedora     30 k
12:57:01 #10 39.95  perl-Net-SSLeay               aarch64   1.92-4.fc37            fedora    358 k
12:57:01 #10 39.95  perl-POSIX                    aarch64   2.03-492.fc37          fedora    101 k
12:57:01 #10 39.95  perl-PathTools                aarch64   3.84-489.fc37          fedora     90 k
12:57:01 #10 39.95  perl-Pod-Escapes              noarch    1:1.07-489.fc37        fedora     20 k
12:57:01 #10 39.95  perl-Pod-Perldoc              noarch    3.28.01-490.fc37       fedora     90 k
12:57:01 #10 39.95  perl-Pod-Simple               noarch    1:3.43-490.fc37        fedora    225 k
12:57:01 #10 39.95  perl-Pod-Usage                noarch    4:2.03-3.fc37          fedora     40 k
12:57:01 #10 39.95  perl-Scalar-List-Utils        aarch64   5:1.63-489.fc37        fedora     71 k
12:57:01 #10 39.95  perl-SelectSaver              noarch    1.02-492.fc37          fedora     15 k
12:57:01 #10 39.95  perl-Socket                   aarch64   4:2.036-1.fc37         fedora     55 k
12:57:01 #10 39.95  perl-Storable                 aarch64   1:3.26-489.fc37        fedora     95 k
12:57:01 #10 39.95  perl-Symbol                   noarch    1.09-492.fc37          fedora     17 k
12:57:01 #10 39.95  perl-Term-ANSIColor           noarch    5.01-490.fc37          fedora     48 k
12:57:01 #10 39.95  perl-Term-Cap                 noarch    1.17-489.fc37          fedora     22 k
12:57:01 #10 39.95  perl-Text-ParseWords          noarch    3.31-489.fc37          fedora     16 k
12:57:01 #10 39.95  perl-Text-Tabs+Wrap           noarch    2021.0814-489.fc37     fedora     22 k
12:57:01 #10 39.95  perl-Time-Local               noarch    2:1.300-489.fc37       fedora     33 k
12:57:01 #10 39.95  perl-URI                      noarch    5.17-1.fc37            updates   123 k
12:57:01 #10 39.95  perl-base                     noarch    2.27-492.fc37          fedora     19 k
12:57:01 #10 39.95  perl-constant                 noarch    1.33-490.fc37          fedora     23 k
12:57:01 #10 39.95  perl-if                       noarch    0.61.000-492.fc37      fedora     17 k
12:57:01 #10 39.95  perl-interpreter              aarch64   4:5.36.0-492.fc37      fedora     75 k
12:57:01 #10 39.95  perl-libnet                   noarch    3.14-490.fc37          fedora    132 k
12:57:01 #10 39.95  perl-libs                     aarch64   4:5.36.0-492.fc37      fedora    2.2 M
12:57:01 #10 39.95  perl-mro                      aarch64   1.26-492.fc37          fedora     31 k
12:57:01 #10 39.95  perl-overload                 noarch    1.35-492.fc37          fedora     49 k
12:57:01 #10 39.95  perl-overloading              noarch    0.02-492.fc37          fedora     16 k
12:57:01 #10 39.95  perl-parent                   noarch    1:0.238-489.fc37       fedora     14 k
12:57:01 #10 39.95  perl-podlators                noarch    1:4.14-489.fc37        fedora    116 k
12:57:01 #10 39.95  perl-srpm-macros              noarch    1-46.fc37              fedora    8.3 k
12:57:01 #10 39.95  perl-subs                     noarch    1.04-492.fc37          fedora     15 k
12:57:01 #10 39.95  perl-vars                     noarch    1.05-492.fc37          fedora     16 k
12:57:01 #10 39.95  pkgconf                       aarch64   1.8.0-3.fc37           fedora     41 k
12:57:01 #10 39.95  pkgconf-m4                    noarch    1.8.0-3.fc37           fedora     14 k
12:57:01 #10 39.95  pkgconf-pkg-config            aarch64   1.8.0-3.fc37           fedora     10 k
12:57:01 #10 39.95  pyproject-srpm-macros         noarch    1.6.0-1.fc37           updates    15 k
12:57:01 #10 39.95  python-srpm-macros            noarch    3.11-5.fc37            updates    24 k
12:57:01 #10 39.95  python3-construct             noarch    2.10.68-3.fc37         fedora    152 k
12:57:01 #10 39.95  python3-dateutil              noarch    1:2.8.2-4.fc37         fedora    361 k
12:57:01 #10 39.95  python3-dbus                  aarch64   1.3.2-1.fc37           updates   158 k
12:57:01 #10 39.95  python3-distro                noarch    1.7.0-3.fc37           fedora     48 k
12:57:01 #10 39.95  python3-dnf-plugins-core      noarch    4.3.1-1.fc37           fedora    278 k
12:57:01 #10 39.95  python3-enchant               noarch    3.2.2-5.fc37           fedora    103 k
12:57:01 #10 39.95  python3-file-magic            noarch    5.42-4.fc37            fedora     20 k
12:57:01 #10 39.95  python3-pybeam                noarch    0.7-4.fc37             fedora     32 k
12:57:01 #10 39.95  python3-pyxdg                 noarch    0.27-6.fc37            fedora    135 k
12:57:01 #10 39.95  python3-six                   noarch    1.16.0-8.fc37          fedora     42 k
12:57:01 #10 39.95  python3-tomli-w               noarch    1.0.0-4.fc37           fedora     21 k
12:57:01 #10 39.95  python3-zstandard             aarch64   0.19.0-1.fc37          updates   441 k
12:57:01 #10 39.95  qt5-srpm-macros               noarch    5.15.8-1.fc37          updates   8.0 k
12:57:01 #10 39.95  redhat-rpm-config             noarch    229-1.fc37             updates    80 k
12:57:01 #10 39.95  rpmautospec-rpm-macros        noarch    0.3.1-1.fc37           updates   8.8 k
12:57:01 #10 39.95  rpmlint-fedora-license-data   noarch    1.12-1.fc37            updates    18 k
12:57:01 #10 39.95  rust-srpm-macros              noarch    23-1.fc37              updates   9.4 k
12:57:01 #10 39.95  shared-mime-info              aarch64   2.2-2.fc37             fedora    381 k
12:57:01 #10 39.95  unzip                         aarch64   6.0-58.fc37            fedora    182 k
12:57:01 #10 39.95  xxhash-libs                   aarch64   0.8.1-3.fc37           fedora     33 k
12:57:01 #10 39.95  xz                            aarch64   5.2.5-10.fc37          fedora    223 k
12:57:01 #10 39.95  zip                           aarch64   3.0-33.fc37            fedora    256 k
12:57:01 #10 39.95  zstd                          aarch64   1.5.2-3.fc37           fedora    412 k
12:57:01 #10 39.95 Installing weak dependencies:
12:57:01 #10 39.95  hunspell-en                   noarch    0.20140811.1-23.fc37   fedora    180 k
12:57:01 #10 39.95  perl-IO-Socket-IP             noarch    0.41-490.fc37          fedora     42 k
12:57:01 #10 39.95  perl-IO-Socket-SSL            noarch    2.075-1.fc37           fedora    221 k
12:57:01 #10 39.95  perl-Mozilla-CA               noarch    20211001-4.fc37        fedora     12 k
12:57:01 #10 39.95  perl-NDBM_File                aarch64   1.15-492.fc37          fedora     25 k
12:57:01 #10 39.95 
12:57:01 #10 39.95 Transaction Summary
12:57:01 #10 39.95 ================================================================================
12:57:01 #10 39.95 Install  137 Packages
12:57:01 #10 39.95 Upgrade    3 Packages
12:57:01 #10 39.95 
12:57:01 #10 39.96 Total download size: 31 M
12:57:01 #10 39.96 Downloading Packages:
12:57:01 #10 45.27 0 added, 0 removed; done.
12:57:01 #10 45.27 Running hooks in /etc/ca-certificates/update.d...
12:57:01 #10 45.27 done.
12:57:01 #11 41.74 Preparing to unpack .../371-libxml-namespacesupport-perl_1.12-2_all.deb ...
12:57:01 #11 41.75 Unpacking libxml-namespacesupport-perl (1.12-2) ...
12:57:01 #11 41.78 Selecting previously unselected package libxml-sax-base-perl.
12:57:01 #11 41.79 Preparing to unpack .../372-libxml-sax-base-perl_1.09-2_all.deb ...
12:57:01 #11 41.79 Unpacking libxml-sax-base-perl (1.09-2) ...
12:57:01 #11 41.84 Selecting previously unselected package libxml-sax-perl.
12:57:01 #11 41.84 Preparing to unpack .../373-libxml-sax-perl_1.02+dfsg-3_all.deb ...
12:57:01 #11 41.84 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
12:57:01 #11 41.89 Selecting previously unselected package libxml-libxml-perl.
12:57:01 #11 41.89 Preparing to unpack .../374-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_arm64.deb ...
12:57:01 #11 41.89 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:57:01 #11 41.94 Selecting previously unselected package libxml-parser-perl:arm64.
12:57:01 #11 41.94 Preparing to unpack .../375-libxml-parser-perl_2.46-3build1_arm64.deb ...
12:57:01 #11 41.94 Unpacking libxml-parser-perl:arm64 (2.46-3build1) ...
12:57:01 #11 27.91 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
12:57:01 #11 27.94 Selecting previously unselected package gpg-wks-server.
12:57:01 #11 27.95 Preparing to unpack .../135-gpg-wks-server_2.2.27-3ubuntu2.1_amd64.deb ...
12:57:01 #11 27.95 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
12:57:01 #11 27.97 Selecting previously unselected package gpgsm.
12:57:01 #11 27.98 Preparing to unpack .../136-gpgsm_2.2.27-3ubuntu2.1_amd64.deb ...
12:57:01 #11 27.98 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
12:57:01 #11 28.01 Selecting previously unselected package gnupg.
12:57:01 #11 28.01 Preparing to unpack .../137-gnupg_2.2.27-3ubuntu2.1_all.deb ...
12:57:01 #11 28.01 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
12:57:01 #11 28.04 Selecting previously unselected package libfile-dirlist-perl.
12:57:01 #11 28.04 Preparing to unpack .../138-libfile-dirlist-perl_0.05-2_all.deb ...
12:57:01 #11 28.05 Unpacking libfile-dirlist-perl (0.05-2) ...
12:57:01 #11 28.07 Selecting previously unselected package libfile-which-perl.
12:57:01 #11 28.08 Preparing to unpack .../139-libfile-which-perl_1.23-1_all.deb ...
12:57:01 #11 28.08 Unpacking libfile-which-perl (1.23-1) ...
12:57:01 #11 28.11 Selecting previously unselected package libfile-homedir-perl.
12:57:01 #11 28.11 Preparing to unpack .../140-libfile-homedir-perl_1.006-1_all.deb ...
12:57:01 #11 28.11 Unpacking libfile-homedir-perl (1.006-1) ...
12:57:01 #10 41.65 Selecting previously unselected package libglib2.0-data.
12:57:01 #11 37.31 Setting up libsasl2-modules:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:57:01 #11 37.33 Setting up binutils-common:arm64 (2.38-4ubuntu2.1) ...
12:57:01 #11 37.34 Setting up libnghttp2-14:arm64 (1.43.0-1build3) ...
12:57:01 #11 37.35 Setting up libmagic1:arm64 (1:5.41-3) ...
12:57:01 #11 37.38 Setting up libdeflate0:arm64 (1.10-2) ...
12:57:01 #11 37.39 Setting up less (590-1build1) ...
12:57:01 #11 37.41 Setting up perl-openssl-defaults:arm64 (5build2) ...
12:57:01 #11 37.43 Setting up linux-libc-dev:arm64 (5.15.0-58.64) ...
12:57:01 #11 37.44 Setting up libctf-nobfd0:arm64 (2.38-4ubuntu2.1) ...
12:57:01 #11 37.45 Setting up gettext-base (0.21-4ubuntu4) ...
12:57:01 #11 37.46 Setting up liblzo2-2:arm64 (2.10-2build3) ...
12:57:01 #11 37.48 Setting up libnpth0:arm64 (1.6-3build2) ...
12:57:01 #11 37.49 Setting up file (1:5.41-3) ...
12:57:01 #11 37.50 Setting up libassuan0:arm64 (2.5.5-1build1) ...
12:57:01 #11 37.52 Setting up libgomp1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:57:01 #11 37.53 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
12:57:01 #11 37.54 Setting up bzip2 (1.0.8-5build1) ...
12:57:01 #11 37.55 Setting up libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:57:01 #11 37.56 Setting up libjbig0:arm64 (2.1-3.1ubuntu0.22.04.1) ...
12:57:01 #11 37.58 Setting up libfakeroot:arm64 (1.28-1ubuntu1) ...
12:57:01 #11 37.60 Setting up libasan6:arm64 (11.3.0-1ubuntu1~22.04) ...
12:57:01 #11 37.61 Setting up libnumber-compare-perl (0.03-2) ...
12:57:01 #11 37.62 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:57:01 #11 39.92 Selecting previously unselected package manpages-dev.
12:57:01 #11 39.92 Preparing to unpack .../386-manpages-dev_5.13-1_all.deb ...
12:57:01 #11 39.92 Unpacking manpages-dev (5.13-1) ...
12:57:01 #11 40.02 Selecting previously unselected package python3-certifi.
12:57:01 #11 40.02 Preparing to unpack .../387-python3-certifi_2022.6.15-2_all.deb ...
12:57:01 #11 40.03 Unpacking python3-certifi (2022.6.15-2) ...
12:57:01 #11 40.05 Selecting previously unselected package python3-cffi-backend:amd64.
12:57:01 #11 40.06 Preparing to unpack .../388-python3-cffi-backend_1.15.1-1_amd64.deb ...
12:57:01 #11 40.06 Unpacking python3-cffi-backend:amd64 (1.15.1-1) ...
12:57:01 #11 40.09 Selecting previously unselected package python3-cryptography.
12:57:01 #10 61.09 Setting up dh-autoreconf (20) ...
12:57:01 #10 61.10 Setting up libdata-validate-uri-perl (0.07-2) ...
12:57:01 #10 61.11 Setting up libnet-smtp-ssl-perl (1.04-2) ...
12:57:01 #10 61.13 Setting up python3-gpg (1.18.0-3+b1) ...
12:57:01 #10 61.33 Setting up python3-certifi (2022.9.24-1) ...
12:57:01 #11 40.07 Selecting previously unselected package equivs.
12:57:01 #11 40.08 Preparing to unpack .../335-equivs_2.2.0_all.deb ...
12:57:01 #11 40.08 Unpacking equivs (2.2.0) ...
12:57:01 #11 40.12 Selecting previously unselected package libauthen-sasl-perl.
12:57:01 #11 40.13 Preparing to unpack .../336-libauthen-sasl-perl_2.1600-1_all.deb ...
12:57:01 #11 40.13 Unpacking libauthen-sasl-perl (2.1600-1) ...
12:57:01 #11 40.17 Selecting previously unselected package python3-magic.
12:57:01 #11 40.17 Preparing to unpack .../337-python3-magic_2%3a0.4.15-3_all.deb ...
12:57:01 #11 40.18 Unpacking python3-magic (2:0.4.15-3) ...
12:57:01 #11 40.25 Setting up libapt-pkg-perl (0.1.36build3) ...
12:57:01 #10 41.88 Preparing to unpack .../233-libgitlab-api-v4-perl_0.16-1_all.deb ...
12:57:01 #10 41.89 Unpacking libgitlab-api-v4-perl (0.16-1) ...
12:57:01 #10 41.93 Selecting previously unselected package libglib2.0-data.
12:57:01 #10 42.03 Preparing to unpack .../234-libglib2.0-data_2.58.3-2+deb10u4_all.deb ...
12:57:01 #10 42.03 Unpacking libglib2.0-data (2.58.3-2+deb10u4) ...
12:57:01 #10 38.95 Selecting previously unselected package libabsl20220623:amd64.
12:57:01 #10 38.95 Preparing to unpack .../172-libabsl20220623_20220623.1-1_amd64.deb ...
12:57:01 #10 38.95 Unpacking libabsl20220623:amd64 (20220623.1-1) ...
12:57:01 #10 39.03 Selecting previously unselected package libalgorithm-diff-perl.
12:57:01 #10 39.03 Preparing to unpack .../173-libalgorithm-diff-perl_1.201-1_all.deb ...
12:57:01 #10 39.03 Unpacking libalgorithm-diff-perl (1.201-1) ...
12:57:01 #10 39.07 Selecting previously unselected package libalgorithm-diff-xs-perl:amd64.
12:57:01 #10 39.07 Preparing to unpack .../174-libalgorithm-diff-xs-perl_0.04-8+b1_amd64.deb ...
12:57:01 #10 39.07 Unpacking libalgorithm-diff-xs-perl:amd64 (0.04-8+b1) ...
12:57:01 #10 39.10 Selecting previously unselected package libalgorithm-merge-perl.
12:57:01 #10 39.11 Preparing to unpack .../175-libalgorithm-merge-perl_0.08-5_all.deb ...
12:57:01 #10 39.11 Unpacking libalgorithm-merge-perl (0.08-5) ...
12:57:01 #10 39.14 Selecting previously unselected package libaliased-perl.
12:57:01 #10 39.14 Preparing to unpack .../176-libaliased-perl_0.34-3_all.deb ...
12:57:01 #10 39.15 Unpacking libaliased-perl (0.34-3) ...
12:57:01 #10 39.19 Selecting previously unselected package libaom3:amd64.
12:57:01 #10 39.19 Preparing to unpack .../177-libaom3_3.5.0-1_amd64.deb ...
12:57:01 #10 39.19 Unpacking libaom3:amd64 (3.5.0-1) ...
12:57:01 #11 29.69 Selecting previously unselected package gcc-9.
12:57:01 #11 29.69 Preparing to unpack .../095-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
12:57:01 #11 29.70 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
12:57:01 #10 21.36 Selecting previously unselected package libnsl-dev:armhf.
12:57:01 #10 21.36 Preparing to unpack .../040-libnsl-dev_1.3.0-2_armhf.deb ...
12:57:01 #10 21.37 Unpacking libnsl-dev:armhf (1.3.0-2) ...
12:57:01 #10 21.40 Selecting previously unselected package rpcsvc-proto.
12:57:01 #10 21.40 Preparing to unpack .../041-rpcsvc-proto_1.4.3-1_armhf.deb ...
12:57:01 #10 21.41 Unpacking rpcsvc-proto (1.4.3-1) ...
12:57:01 #10 21.47 Selecting previously unselected package libc6-dev:armhf.
12:57:01 #10 21.47 Preparing to unpack .../042-libc6-dev_2.36-8_armhf.deb ...
12:57:01 #10 21.47 Unpacking libc6-dev:armhf (2.36-8) ...
12:57:01 #10 32.05 Selecting previously unselected package gcc.
12:57:01 #10 32.05 Preparing to unpack .../082-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
12:57:01 #10 32.06 Unpacking gcc (4:7.4.0-1ubuntu2.3) ...
12:57:01 #10 32.09 Selecting previously unselected package libstdc++-7-dev:amd64.
12:57:01 #10 32.09 Preparing to unpack .../083-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
12:57:01 #10 32.09 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
12:57:01 #11 41.99 Selecting previously unselected package libxml-sax-expat-perl.
12:57:01 #11 41.99 Preparing to unpack .../376-libxml-sax-expat-perl_0.51-1_all.deb ...
12:57:01 #11 41.99 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:57:01 #11 42.03 Selecting previously unselected package libyaml-libyaml-perl.
12:57:01 #11 42.03 Preparing to unpack .../377-libyaml-libyaml-perl_0.83+ds-1build1_arm64.deb ...
12:57:01 #11 42.03 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
12:57:01 #11 42.07 Selecting previously unselected package licensecheck.
12:57:01 #11 42.07 Preparing to unpack .../378-licensecheck_3.3.0-1_all.deb ...
12:57:01 #11 42.08 Unpacking licensecheck (3.3.0-1) ...
12:57:01 #11 42.11 Selecting previously unselected package libdevel-size-perl.
12:57:01 #11 42.11 Preparing to unpack .../379-libdevel-size-perl_0.83-2_arm64.deb ...
12:57:01 #11 42.12 Unpacking libdevel-size-perl (0.83-2) ...
12:57:01 #11 42.15 Selecting previously unselected package libipc-run3-perl.
12:57:01 #11 42.15 Preparing to unpack .../380-libipc-run3-perl_0.048-2_all.deb ...
12:57:01 #11 42.16 Unpacking libipc-run3-perl (0.048-2) ...
12:57:01 #11 42.20 Selecting previously unselected package lzip.
12:57:01 #11 42.20 Preparing to unpack .../381-lzip_1.23-4_arm64.deb ...
12:57:01 #10 41.65 Preparing to unpack .../255-libglib2.0-data_2.66.8-1_all.deb ...
12:57:01 #10 41.66 Unpacking libglib2.0-data (2.66.8-1) ...
12:57:01 #10 41.83 Selecting previously unselected package libgpm2:amd64.
12:57:01 #10 41.83 Preparing to unpack .../256-libgpm2_1.20.7-8_amd64.deb ...
12:57:01 #10 41.84 Unpacking libgpm2:amd64 (1.20.7-8) ...
12:57:01 #10 41.88 Selecting previously unselected package libhash-fieldhash-perl.
12:57:01 #10 41.88 Preparing to unpack .../257-libhash-fieldhash-perl_0.15-1+b3_amd64.deb ...
12:57:01 #10 41.91 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
12:57:01 #11 28.14 Selecting previously unselected package libfile-touch-perl.
12:57:01 #11 28.14 Preparing to unpack .../141-libfile-touch-perl_0.12-1_all.deb ...
12:57:01 #11 28.15 Unpacking libfile-touch-perl (0.12-1) ...
12:57:01 #11 28.17 Selecting previously unselected package libio-pty-perl.
12:57:01 #11 28.18 Preparing to unpack .../142-libio-pty-perl_1%3a1.15-2build2_amd64.deb ...
12:57:01 #11 28.18 Unpacking libio-pty-perl (1:1.15-2build2) ...
12:57:01 #11 28.21 Selecting previously unselected package libipc-run-perl.
12:57:01 #11 28.21 Preparing to unpack .../143-libipc-run-perl_20200505.0-1_all.deb ...
12:57:01 #11 28.22 Unpacking libipc-run-perl (20200505.0-1) ...
12:57:01 #11 28.25 Selecting previously unselected package libclass-method-modifiers-perl.
12:57:01 #11 28.25 Preparing to unpack .../144-libclass-method-modifiers-perl_2.13-1_all.deb ...
12:57:01 #11 28.26 Unpacking libclass-method-modifiers-perl (2.13-1) ...
12:57:01 #11 28.28 Selecting previously unselected package libclass-xsaccessor-perl.
12:57:01 #11 28.29 Preparing to unpack .../145-libclass-xsaccessor-perl_1.19-3build9_amd64.deb ...
12:57:01 #11 28.29 Unpacking libclass-xsaccessor-perl (1.19-3build9) ...
12:57:01 #11 28.32 Selecting previously unselected package libb-hooks-op-check-perl.
12:57:01 #11 28.32 Preparing to unpack .../146-libb-hooks-op-check-perl_0.22-1build5_amd64.deb ...
12:57:01 #11 28.32 Unpacking libb-hooks-op-check-perl (0.22-1build5) ...
12:57:01 #11 28.35 Selecting previously unselected package libdynaloader-functions-perl.
12:57:01 #11 28.35 Preparing to unpack .../147-libdynaloader-functions-perl_0.003-1.1_all.deb ...
12:57:01 #11 28.36 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
12:57:01 #11 28.39 Selecting previously unselected package libdevel-callchecker-perl.
12:57:01 #11 28.39 Preparing to unpack .../148-libdevel-callchecker-perl_0.008-1ubuntu4_amd64.deb ...
12:57:01 #11 28.39 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
12:57:01 #11 28.42 Selecting previously unselected package libparams-classify-perl.
12:57:01 #12 3.278 Reading package lists...
12:57:01 #11 37.63 Setting up fakeroot (1.28-1ubuntu1) ...
12:57:01 #11 37.64 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:57:01 #11 37.64 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
12:57:01 #11 37.64 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
12:57:01 #11 37.64 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
12:57:01 #11 37.64 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
12:57:01 #11 37.64 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
12:57:01 #11 37.64 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
12:57:01 #11 37.64 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
12:57:01 #11 37.64 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
12:57:01 #11 37.66 Setting up autotools-dev (20220109.1) ...
12:57:01 #11 37.67 Setting up libtirpc-dev:arm64 (1.3.2-2ubuntu0.1) ...
12:57:01 #11 37.68 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
12:57:01 #11 37.70 Setting up libx11-data (2:1.7.5-1) ...
12:57:01 #11 37.71 Setting up make (4.3-4.1build1) ...
12:57:01 #11 37.72 Setting up libmpfr6:arm64 (4.1.0-3build3) ...
12:57:01 #11 37.73 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
12:57:01 #11 37.75 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:57:01 #11 37.76 Setting up lzip (1.23-1) ...
12:57:01 #11 37.77 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
12:57:01 #11 37.77 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
12:57:01 #11 37.77 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
12:57:01 #11 37.77 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
12:57:01 #11 37.78 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
12:57:01 #11 37.78 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
12:57:01 #11 37.78 Setting up strace (5.16-0ubuntu3) ...
12:57:01 #11 37.79 Setting up libsigsegv2:arm64 (2.13-1ubuntu3) ...
12:57:01 #11 37.81 Setting up xz-utils (5.2.5-2ubuntu1) ...
12:57:01 #11 37.81 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:57:01 #11 37.81 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
12:57:01 #11 37.81 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
12:57:01 #11 37.81 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
12:57:01 #11 37.81 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
12:57:01 #11 37.81 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
12:57:01 #11 37.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
12:57:01 #11 37.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
12:57:01 #11 37.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
12:57:01 #11 37.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
12:57:01 #11 37.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
12:57:01 #11 37.83 Setting up t1utils (1.41-4build2) ...
12:57:01 #11 40.09 Preparing to unpack .../389-python3-cryptography_3.4.8-2_amd64.deb ...
12:57:01 #11 40.10 Unpacking python3-cryptography (3.4.8-2) ...
12:57:01 #11 40.14 Selecting previously unselected package python3-idna.
12:57:01 #11 40.14 Preparing to unpack .../390-python3-idna_3.3-1_all.deb ...
12:57:01 #11 40.15 Unpacking python3-idna (3.3-1) ...
12:57:01 #11 40.18 Selecting previously unselected package python3-nacl.
12:57:01 #11 40.18 Preparing to unpack .../391-python3-nacl_1.5.0-2_amd64.deb ...
12:57:01 #11 40.18 Unpacking python3-nacl (1.5.0-2) ...
12:57:01 #11 40.22 Selecting previously unselected package python3-six.
12:57:01 #11 40.22 Preparing to unpack .../392-python3-six_1.16.0-4_all.deb ...
12:57:01 #11 40.22 Unpacking python3-six (1.16.0-4) ...
12:57:01 #11 40.26 Selecting previously unselected package python3-bcrypt.
12:57:01 #11 40.26 Preparing to unpack .../393-python3-bcrypt_3.2.0-1build1_amd64.deb ...
12:57:01 #11 40.26 Unpacking python3-bcrypt (3.2.0-1build1) ...
12:57:01 #11 40.29 Selecting previously unselected package python3-paramiko.
12:57:01 #11 40.30 Preparing to unpack .../394-python3-paramiko_2.10.4-1ubuntu1_all.deb ...
12:57:01 #11 40.30 Unpacking python3-paramiko (2.10.4-1ubuntu1) ...
12:57:01 #11 40.35 Selecting previously unselected package python3-urllib3.
12:57:01 #11 40.27 Setting up libksba8:arm64 (1.3.5-2ubuntu0.20.04.2) ...
12:57:01 #11 40.28 Setting up libpipeline1:arm64 (1.5.2-2build1) ...
12:57:01 #11 40.30 Setting up wdiff (1.2.2-2build1) ...
12:57:01 #11 40.31 Setting up libxau6:arm64 (1:1.0.9-0ubuntu1) ...
12:57:01 #11 40.32 Setting up libkeyutils1:arm64 (1.6-6ubuntu1.1) ...
12:57:01 #11 40.33 Setting up libpsl5:arm64 (0.21.0-1ubuntu1) ...
12:57:01 #11 40.35 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
12:57:01 #11 40.36 Setting up mime-support (3.64ubuntu1) ...
12:57:01 #11 40.39 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
12:57:01 #11 40.42 Setting up libmagic-mgc (1:5.38-4) ...
12:57:01 #11 40.43 Setting up libyaml-0-2:arm64 (0.2.2-1) ...
12:57:01 #11 40.44 Setting up libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.4) ...
12:57:01 #11 40.45 No schema files found: doing nothing.
12:57:01 #11 40.46 Setting up distro-info-data (0.43ubuntu1.11) ...
12:57:01 #11 40.47 Setting up manpages (5.05-1) ...
12:57:01 #11 40.49 Setting up unzip (6.0-25ubuntu1.1) ...
12:57:01 #11 40.51 Setting up libbrotli1:arm64 (1.0.7-6ubuntu0.1) ...
12:57:01 #11 40.52 Setting up libsqlite3-0:arm64 (3.31.1-4ubuntu0.5) ...
12:57:01 #11 40.54 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
12:57:01 #11 40.56 Setting up binutils-common:arm64 (2.34-6ubuntu1.4) ...
12:57:01 #11 40.57 Setting up libnghttp2-14:arm64 (1.40.0-1build1) ...
12:57:01 #10 42.19 Selecting previously unselected package libgpm2:amd64.
12:57:01 #10 42.19 Preparing to unpack .../235-libgpm2_1.20.7-5_amd64.deb ...
12:57:01 #10 42.19 Unpacking libgpm2:amd64 (1.20.7-5) ...
12:57:01 #10 42.23 Selecting previously unselected package libidn11:amd64.
12:57:01 #10 42.23 Preparing to unpack .../236-libidn11_1.33-2.2_amd64.deb ...
12:57:01 #10 42.24 Unpacking libidn11:amd64 (1.33-2.2) ...
12:57:01 #10 42.28 Selecting previously unselected package libntlm0:amd64.
12:57:01 #10 42.29 Preparing to unpack .../237-libntlm0_1.5-1+deb10u1_amd64.deb ...
12:57:01 #10 42.29 Unpacking libntlm0:amd64 (1.5-1+deb10u1) ...
12:57:01 #10 42.32 Selecting previously unselected package libgsasl7.
12:57:01 #10 42.33 Preparing to unpack .../238-libgsasl7_1.8.0-8+deb10u1_amd64.deb ...
12:57:01 #10 42.38 Unpacking libgsasl7 (1.8.0-8+deb10u1) ...
12:57:01 #10 42.43 Selecting previously unselected package libhtml-form-perl.
12:57:01 #10 39.37 Selecting previously unselected package libapt-pkg-perl.
12:57:01 #10 39.37 Preparing to unpack .../178-libapt-pkg-perl_0.1.40+b2_amd64.deb ...
12:57:01 #10 39.38 Unpacking libapt-pkg-perl (0.1.40+b2) ...
12:57:01 #10 39.41 Selecting previously unselected package libarchive-cpio-perl.
12:57:01 #10 39.41 Preparing to unpack .../179-libarchive-cpio-perl_0.10-3_all.deb ...
12:57:01 #10 39.42 Unpacking libarchive-cpio-perl (0.10-3) ...
12:57:01 #10 39.46 Selecting previously unselected package libarchive13:amd64.
12:57:01 #10 39.46 Preparing to unpack .../180-libarchive13_3.6.2-1_amd64.deb ...
12:57:01 #10 39.46 Unpacking libarchive13:amd64 (3.6.2-1) ...
12:57:01 #10 39.52 Selecting previously unselected package libarray-intspan-perl.
12:57:02 #10 32.34 Selecting previously unselected package g++-7.
12:57:02 #10 32.34 Preparing to unpack .../084-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
12:57:02 #10 32.34 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ...
12:57:02 #10 DONE 45.9s
12:57:02 
12:57:02 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:57:02 #11 DONE 0.0s
12:57:02 
12:57:02 #12 [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
12:57:02 #10 65.75 Setting up libgpgme11:arm64 (1.12.0-6) ...
12:57:02 #10 65.76 Setting up gcc (4:8.3.0-1) ...
12:57:02 #10 65.79 Setting up python3-six (1.12.0-1) ...
12:57:02 #10 65.95 Setting up dirmngr (2.2.12-1+deb10u2) ...
12:57:02 #10 65.99 Setting up perl (5.28.1-6+deb10u1) ...
12:57:02 #10 66.06 Setting up libpackage-stash-xs-perl (0.29-1) ...
12:57:02 #10 66.09 Setting up python3-gpg (1.12.0-6) ...
12:57:02 #10 66.31 Setting up libdata-dump-perl (1.23-1) ...
12:57:02 #10 66.32 Setting up python3-certifi (2018.8.24-1) ...
12:57:02 #10 66.47 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
12:57:02 #10 66.48 Setting up libref-util-perl (0.204-1) ...
12:57:02 #10 66.50 Setting up libipc-system-simple-perl (1.25-4) ...
12:57:02 #10 66.52 Setting up libnet-domain-tld-perl (1.75-1) ...
12:57:02 #10 66.53 Setting up libnet-libidn-perl (0.12.ds-3+b1) ...
12:57:02 #10 66.55 Setting up libvariable-magic-perl (0.62-1+b1) ...
12:57:02 #10 66.56 Setting up python3-idna (2.6-1) ...
12:57:02 #10 66.77 Setting up libio-html-perl (1.001-1) ...
12:57:02 #10 66.78 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
12:57:02 #10 66.79 Setting up libtest-refcount-perl (0.08-3) ...
12:57:02 #10 66.81 Setting up libparams-util-perl (1.07-3+b4) ...
12:57:02 #10 66.82 Setting up libdpkg-perl (1.19.8) ...
12:57:02 #10 66.83 Setting up autoconf (2.69-11) ...
12:57:02 #10 66.85 Setting up python3-urllib3 (1.24.1-1) ...
12:57:02 #10 67.05 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:57:02 #10 67.06 Setting up libcapture-tiny-perl (0.48-1) ...
12:57:02 #10 67.07 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
12:57:02 #10 67.09 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
12:57:02 #10 67.10 Setting up libsub-name-perl (0.21-1+b3) ...
12:57:02 #10 67.12 Setting up libtype-tiny-xs-perl (0.014-1+b1) ...
12:57:02 #10 67.15 Setting up g++-8 (8.3.0-6) ...
12:57:02 #10 67.16 Setting up libfile-chdir-perl (0.1008-1) ...
12:57:02 #10 67.17 Setting up xauth (1:1.0.10-1) ...
12:57:02 #10 67.19 Setting up libpath-tiny-perl (0.108-1) ...
12:57:02 #10 67.20 Setting up libarchive-cpio-perl (0.10-1) ...
12:57:02 #10 67.21 Setting up libjson-perl (4.02000-1) ...
12:57:02 #10 67.22 Setting up libfcgi-perl (0.78-2+b3) ...
12:57:02 #10 67.24 Setting up libdevel-globaldestruction-perl (0.14-1) ...
12:57:02 #10 67.25 Setting up python3-unidiff (0.5.4-1) ...
12:57:02 #11 42.20 Unpacking lzip (1.23-4) ...
12:57:02 #11 42.23 Selecting previously unselected package lzop.
12:57:02 #11 42.24 Preparing to unpack .../382-lzop_1.04-2build2_arm64.deb ...
12:57:02 #11 42.24 Unpacking lzop (1.04-2build2) ...
12:57:02 #11 42.28 Selecting previously unselected package t1utils.
12:57:02 #11 42.28 Preparing to unpack .../383-t1utils_1.41-4build2_arm64.deb ...
12:57:02 #11 42.28 Unpacking t1utils (1.41-4build2) ...
12:57:02 #11 42.32 Selecting previously unselected package unzip.
12:57:02 #11 42.32 Preparing to unpack .../384-unzip_6.0-27ubuntu1_arm64.deb ...
12:57:02 #11 42.33 Unpacking unzip (6.0-27ubuntu1) ...
12:57:02 #11 42.38 Selecting previously unselected package lintian.
12:57:02 #11 42.38 Preparing to unpack .../385-lintian_2.115.3ubuntu2.1_all.deb ...
12:57:02 #11 42.39 Unpacking lintian (2.115.3ubuntu2.1) ...
12:57:02 #10 41.94 Selecting previously unselected package libhtml-form-perl.
12:57:02 #10 41.94 Preparing to unpack .../258-libhtml-form-perl_6.07-1_all.deb ...
12:57:02 #10 41.95 Unpacking libhtml-form-perl (6.07-1) ...
12:57:02 #10 42.06 Selecting previously unselected package libhtml-format-perl.
12:57:02 #10 42.06 Preparing to unpack .../259-libhtml-format-perl_2.12-1.1_all.deb ...
12:57:02 #10 42.08 Unpacking libhtml-format-perl (2.12-1.1) ...
12:57:02 #10 42.11 Selecting previously unselected package libhtml-html5-entities-perl.
12:57:02 #10 42.11 Preparing to unpack .../260-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
12:57:02 #10 42.12 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
12:57:02 #10 42.19 Selecting previously unselected package libhttp-daemon-perl.
12:57:02 #11 28.42 Preparing to unpack .../149-libparams-classify-perl_0.015-1build5_amd64.deb ...
12:57:02 #11 28.43 Unpacking libparams-classify-perl (0.015-1build5) ...
12:57:02 #11 28.45 Selecting previously unselected package libmodule-runtime-perl.
12:57:02 #11 28.46 Preparing to unpack .../150-libmodule-runtime-perl_0.016-1_all.deb ...
12:57:02 #11 28.46 Unpacking libmodule-runtime-perl (0.016-1) ...
12:57:02 #11 28.49 Selecting previously unselected package libimport-into-perl.
12:57:02 #11 28.49 Preparing to unpack .../151-libimport-into-perl_1.002005-1_all.deb ...
12:57:02 #11 28.49 Unpacking libimport-into-perl (1.002005-1) ...
12:57:02 #11 28.52 Selecting previously unselected package librole-tiny-perl.
12:57:02 #11 28.52 Preparing to unpack .../152-librole-tiny-perl_2.002004-1_all.deb ...
12:57:02 #11 28.52 Unpacking librole-tiny-perl (2.002004-1) ...
12:57:02 #11 28.55 Selecting previously unselected package libsub-quote-perl.
12:57:02 #11 28.55 Preparing to unpack .../153-libsub-quote-perl_2.006006-1_all.deb ...
12:57:02 #11 28.56 Unpacking libsub-quote-perl (2.006006-1) ...
12:57:02 #11 28.58 Selecting previously unselected package libmoo-perl.
12:57:02 #11 28.58 Preparing to unpack .../154-libmoo-perl_2.005004-3_all.deb ...
12:57:02 #11 28.59 Unpacking libmoo-perl (2.005004-3) ...
12:57:02 #11 28.62 Selecting previously unselected package libencode-locale-perl.
12:57:02 #11 28.62 Preparing to unpack .../155-libencode-locale-perl_1.05-1.1_all.deb ...
12:57:02 #11 28.62 Unpacking libencode-locale-perl (1.05-1.1) ...
12:57:02 #11 28.65 Selecting previously unselected package libtimedate-perl.
12:57:02 #12 3.801 Building dependency tree...
12:57:02 #12 3.940 Reading state information...
12:57:02 #12 27.63 Running transaction check
12:57:02 #12 27.71 Transaction check succeeded.
12:57:02 #12 27.71 Running transaction test
12:57:02 #11 37.84 Setting up diffstat (1.64-1build2) ...
12:57:02 #11 37.85 Setting up libpng16-16:arm64 (1.6.37-3build5) ...
12:57:02 #11 37.86 Setting up libmpc3:arm64 (1.2.1-2build1) ...
12:57:02 #11 37.87 Setting up libatomic1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:57:02 #11 37.89 Setting up patch (2.7.6-7build2) ...
12:57:02 #11 37.90 Setting up autopoint (0.21-4ubuntu4) ...
12:57:02 #11 37.92 Setting up fonts-dejavu-core (2.37-2build1) ...
12:57:02 #11 37.97 Setting up ucf (3.0043) ...
12:57:02 #11 38.06 Setting up libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ...
12:57:02 #11 38.07 Setting up libltdl7:arm64 (2.4.6-15build2) ...
12:57:02 #11 40.35 Preparing to unpack .../395-python3-urllib3_1.26.9-1_all.deb ...
12:57:02 #11 40.35 Unpacking python3-urllib3 (1.26.9-1) ...
12:57:02 #11 40.39 Selecting previously unselected package python3-requests.
12:57:02 #11 40.39 Preparing to unpack .../396-python3-requests_2.27.1+dfsg-1ubuntu2_all.deb ...
12:57:02 #11 40.39 Unpacking python3-requests (2.27.1+dfsg-1ubuntu2) ...
12:57:02 #11 40.43 Selecting previously unselected package python3-unidiff.
12:57:02 #11 40.43 Preparing to unpack .../397-python3-unidiff_0.7.3-1_all.deb ...
12:57:02 #11 40.44 Unpacking python3-unidiff (0.7.3-1) ...
12:57:02 #11 40.47 Selecting previously unselected package zstd.
12:57:02 #11 40.47 Preparing to unpack .../398-zstd_1.5.2+dfsg-1_amd64.deb ...
12:57:02 #11 40.47 Unpacking zstd (1.5.2+dfsg-1) ...
12:57:02 #11 40.50 Selecting previously unselected package equivs.
12:57:02 #11 40.51 Preparing to unpack .../399-equivs_2.3.1_all.deb ...
12:57:02 #11 40.51 Unpacking equivs (2.3.1) ...
12:57:02 #11 40.55 Selecting previously unselected package libauthen-sasl-perl.
12:57:02 #11 40.55 Preparing to unpack .../400-libauthen-sasl-perl_2.1600-2_all.deb ...
12:57:02 #11 40.55 Unpacking libauthen-sasl-perl (2.1600-2) ...
12:57:02 #11 40.58 Selecting previously unselected package python3-magic.
12:57:02 #11 40.58 Setting up libmagic1:arm64 (1:5.38-4) ...
12:57:02 #11 40.60 Setting up less (551-1ubuntu0.1) ...
12:57:02 #11 40.63 Setting up perl-openssl-defaults:arm64 (4) ...
12:57:02 #11 40.64 Setting up linux-libc-dev:arm64 (5.4.0-137.154) ...
12:57:02 #11 40.65 Setting up libctf-nobfd0:arm64 (2.34-6ubuntu1.4) ...
12:57:02 #11 40.66 Setting up gettext-base (0.19.8.1-10build1) ...
12:57:02 #11 40.67 Setting up libnpth0:arm64 (1.6-1) ...
12:57:02 #11 40.68 Setting up krb5-locales (1.17-6ubuntu4.2) ...
12:57:02 #11 40.70 Setting up file (1:5.38-4) ...
12:57:02 #11 40.71 Setting up libassuan0:arm64 (2.5.3-7ubuntu2) ...
12:57:02 #11 40.72 Setting up libgomp1:arm64 (10.3.0-1ubuntu1~20.04) ...
12:57:02 #11 40.74 Setting up libcbor0.6:arm64 (0.6.0-0ubuntu1) ...
12:57:02 #11 40.75 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
12:57:02 #11 40.76 Setting up libfakeroot:arm64 (1.24-1) ...
12:57:02 #11 40.78 Setting up libkrb5support0:arm64 (1.17-6ubuntu4.2) ...
12:57:02 #10 61.49 Setting up libmodule-runtime-perl (0.016-2) ...
12:57:02 #10 61.53 Setting up libmailtools-perl (2.21-2) ...
12:57:02 #10 61.54 Setting up python3-idna (3.3-1) ...
12:57:02 #10 61.76 Setting up python3-urllib3 (1.26.12-1) ...
12:57:02 #10 42.43 Preparing to unpack .../239-libhtml-form-perl_6.03-1_all.deb ...
12:57:02 #10 42.43 Unpacking libhtml-form-perl (6.03-1) ...
12:57:02 #10 42.46 Selecting previously unselected package libhtml-format-perl.
12:57:02 #10 42.46 Preparing to unpack .../240-libhtml-format-perl_2.12-1_all.deb ...
12:57:02 #10 42.47 Unpacking libhtml-format-perl (2.12-1) ...
12:57:02 #10 42.50 Selecting previously unselected package libhttp-daemon-perl.
12:57:02 #10 42.51 Preparing to unpack .../241-libhttp-daemon-perl_6.01-3+deb10u1_all.deb ...
12:57:02 #10 42.51 Unpacking libhttp-daemon-perl (6.01-3+deb10u1) ...
12:57:02 #10 42.54 Selecting previously unselected package libstruct-dumb-perl.
12:57:02 #10 42.54 Preparing to unpack .../242-libstruct-dumb-perl_0.09-1_all.deb ...
12:57:02 #10 42.55 Unpacking libstruct-dumb-perl (0.09-1) ...
12:57:02 #10 42.59 Selecting previously unselected package libio-async-perl.
12:57:02 #10 42.59 Preparing to unpack .../243-libio-async-perl_0.72-1_all.deb ...
12:57:02 #10 42.59 Unpacking libio-async-perl (0.72-1) ...
12:57:02 #10 42.65 Selecting previously unselected package libio-sessiondata-perl.
12:57:02 #10 42.65 Preparing to unpack .../244-libio-sessiondata-perl_1.03-1_all.deb ...
12:57:02 #10 39.52 Preparing to unpack .../181-libarray-intspan-perl_2.004-2_all.deb ...
12:57:02 #10 39.52 Unpacking libarray-intspan-perl (2.004-2) ...
12:57:02 #10 39.56 Selecting previously unselected package libauthen-sasl-perl.
12:57:02 #10 39.56 Preparing to unpack .../182-libauthen-sasl-perl_2.1600-3_all.deb ...
12:57:02 #10 39.56 Unpacking libauthen-sasl-perl (2.1600-3) ...
12:57:02 #10 39.60 Selecting previously unselected package libdav1d6:amd64.
12:57:02 #10 39.61 Preparing to unpack .../183-libdav1d6_1.0.0-2_amd64.deb ...
12:57:02 #10 39.64 Unpacking libdav1d6:amd64 (1.0.0-2) ...
12:57:02 #10 39.71 Selecting previously unselected package libgav1-1:amd64.
12:57:02 #10 39.72 Preparing to unpack .../184-libgav1-1_0.18.0-1+b1_amd64.deb ...
12:57:02 #10 39.72 Unpacking libgav1-1:amd64 (0.18.0-1+b1) ...
12:57:02 #10 39.78 Selecting previously unselected package librav1e0:amd64.
12:57:02 #13 4.814 Package bash-5.1.8-6.el9.x86_64 is already installed.
12:57:02 #13 4.834 Package bash-5.1.8-6.el9.x86_64 is already installed.
12:57:02 #13 4.845 Package bash-5.1.8-6.el9.x86_64 is already installed.
12:57:02 #13 4.846 Package ca-certificates-2022.2.54-90.2.el9.noarch is already installed.
12:57:02 #13 4.846 Package libarchive-3.5.3-4.el9.x86_64 is already installed.
12:57:02 #13 4.847 Package pkgconf-pkg-config-1.7.3-10.el9.x86_64 is already installed.
12:57:02 #13 4.847 Package tar-2:1.34-5.el9.x86_64 is already installed.
12:57:02 #13 4.858 Package bash-5.1.8-6.el9.x86_64 is already installed.
12:57:02 #13 4.876 Package bash-5.1.8-6.el9.x86_64 is already installed.
12:57:02 #13 4.923 Dependencies resolved.
12:57:02 #13 4.929 ================================================================================
12:57:02 #13 4.929  Package                   Arch     Version                   Repository   Size
12:57:02 #13 4.929 ================================================================================
12:57:02 #13 4.929 Installing:
12:57:02 #13 4.929  cmake                     x86_64   3.20.2-8.el9              appstream   6.7 M
12:57:02 #13 4.929  device-mapper-devel       x86_64   9:1.02.187-4.el9          crb          44 k
12:57:02 #13 4.929  gcc                       x86_64   11.3.1-4.3.el9            appstream    32 M
12:57:02 #13 4.929  git                       x86_64   2.39.1-1.el9              appstream    63 k
12:57:02 #13 4.929  glibc-static              x86_64   2.34-58.el9               crb         1.7 M
12:57:02 #13 4.929  libseccomp-devel          x86_64   2.5.2-2.el9               appstream    59 k
12:57:02 #13 4.929  libselinux-devel          x86_64   3.5-0.rc2.1.el9           appstream   159 k
12:57:02 #13 4.929  libtool                   x86_64   2.4.6-45.el9              appstream   582 k
12:57:02 #13 4.929  libtool-ltdl-devel        x86_64   2.4.6-45.el9              crb         161 k
12:57:02 #13 4.929  make                      x86_64   1:4.3-7.el9               baseos      538 k
12:57:02 #13 4.929  selinux-policy-devel      noarch   38.1.5-1.el9              appstream   1.4 M
12:57:02 #13 4.929  systemd                   x86_64   252-3.el9                 baseos      4.1 M
12:57:02 #13 4.929  systemd-devel             x86_64   252-3.el9                 appstream   641 k
12:57:02 #13 4.929  which                     x86_64   2.21-28.el9               baseos       42 k
12:57:02 #13 4.929 Installing dependencies:
12:57:02 #13 4.929  acl                       x86_64   2.3.1-3.el9               baseos       73 k
12:57:02 #13 4.929  annobin                   x86_64   11.05-1.el9               appstream   974 k
12:57:02 #13 4.929  autoconf                  noarch   2.69-38.el9               appstream   681 k
12:57:02 #13 4.929  automake                  noarch   1.16.2-6.el9              appstream   689 k
12:57:02 #13 4.929  cmake-data                noarch   3.20.2-8.el9              appstream   2.1 M
12:57:02 #13 4.929  cmake-filesystem          x86_64   3.20.2-8.el9              appstream    19 k
12:57:02 #13 4.929  cmake-rpm-macros          noarch   3.20.2-8.el9              appstream    12 k
12:57:02 #13 4.929  cpp                       x86_64   11.3.1-4.3.el9            appstream    11 M
12:57:02 #13 4.929  dbus                      x86_64   1:1.12.20-7.el9           baseos      3.9 k
12:57:02 #13 4.929  dbus-broker               x86_64   28-7.el9                  baseos      172 k
12:57:02 #13 4.929  dbus-common               noarch   1:1.12.20-7.el9           baseos       15 k
12:57:02 #13 4.929  device-mapper             x86_64   9:1.02.187-4.el9          baseos      141 k
12:57:02 #13 4.929  device-mapper-libs        x86_64   9:1.02.187-4.el9          baseos      178 k
12:57:02 #13 4.929  gcc-plugin-annobin        x86_64   11.3.1-4.3.el9            appstream    64 k
12:57:02 #13 4.929  git-core                  x86_64   2.39.1-1.el9              appstream   4.2 M
12:57:02 #13 4.929  git-core-doc              noarch   2.39.1-1.el9              appstream   2.9 M
12:57:02 #13 4.929  glibc-devel               x86_64   2.34-58.el9               appstream    50 k
12:57:02 #13 4.929  glibc-headers             x86_64   2.34-58.el9               appstream   551 k
12:57:02 #13 4.929  kernel-headers            x86_64   5.14.0-252.el9            appstream   4.7 M
12:57:02 #13 4.929  kmod-libs                 x86_64   28-7.el9                  baseos       64 k
12:57:02 #13 4.929  libcbor                   x86_64   0.7.0-5.el9               baseos       57 k
12:57:02 #13 4.929  libedit                   x86_64   3.1-37.20210216cvs.el9    baseos      105 k
12:57:02 #13 4.929  libfido2                  x86_64   1.6.0-7.el9               baseos       71 k
12:57:02 #13 4.929  libmpc                    x86_64   1.2.1-4.el9               appstream    62 k
12:57:02 #13 4.929  libseccomp                x86_64   2.5.2-2.el9               baseos       72 k
12:57:02 #13 4.929  libsepol-devel            x86_64   3.5-0.rc2.1.el9           appstream    48 k
12:57:02 #13 4.929  libtool-ltdl              x86_64   2.4.6-45.el9              appstream    37 k
12:57:02 #13 4.929  libuv                     x86_64   1:1.42.0-1.el9            appstream   150 k
12:57:02 #13 4.929  libxcrypt-devel           x86_64   4.4.18-3.el9              appstream    29 k
12:57:02 #13 4.929  libxcrypt-static          x86_64   4.4.18-3.el9              crb         102 k
12:57:02 #13 4.929  llvm-libs                 x86_64   15.0.7-1.el9              appstream    21 M
12:57:02 #13 4.929  m4                        x86_64   1.4.19-1.el9              appstream   300 k
12:57:02 #13 4.929  openssh                   x86_64   8.7p1-28.el9              baseos      457 k
12:57:02 #13 4.929  openssh-clients           x86_64   8.7p1-28.el9              baseos      707 k
12:57:02 #13 4.929  pcre2-devel               x86_64   10.40-2.el9               appstream   515 k
12:57:02 #13 4.929  pcre2-utf16               x86_64   10.40-2.el9               appstream   217 k
12:57:02 #13 4.929  pcre2-utf32               x86_64   10.40-2.el9               appstream   206 k
12:57:02 #13 4.929  perl-DynaLoader           x86_64   1.47-480.el9              appstream    27 k
12:57:02 #13 4.929  perl-Error                noarch   1:0.17029-7.el9           appstream    42 k
12:57:02 #13 4.929  perl-File-Compare         noarch   1.100.600-480.el9         appstream    14 k
12:57:02 #13 4.929  perl-File-Copy            noarch   2.34-480.el9              appstream    21 k
12:57:02 #13 4.929  perl-File-Find            noarch   1.37-480.el9              appstream    27 k
12:57:02 #13 4.929  perl-Git                  noarch   2.39.1-1.el9              appstream    39 k
12:57:02 #13 4.929  perl-TermReadKey          x86_64   2.38-11.el9               appstream    37 k
12:57:02 #13 4.929  perl-Thread-Queue         noarch   3.14-460.el9              appstream    22 k
12:57:02 #13 4.929  perl-lib                  x86_64   0.65-480.el9              appstream    16 k
12:57:02 #13 4.929  perl-threads              x86_64   1:2.25-460.el9            appstream    58 k
12:57:02 #13 4.929  perl-threads-shared       x86_64   1.61-460.el9              appstream    45 k
12:57:02 #13 4.929  policycoreutils-devel     x86_64   3.5-0.rc2.1.el9           appstream   144 k
12:57:02 #13 4.929  rpm-plugin-selinux        x86_64   4.16.1.3-22.el9           baseos       18 k
12:57:02 #13 4.929  selinux-policy            noarch   38.1.5-1.el9              baseos       54 k
12:57:02 #13 4.929  selinux-policy-targeted   noarch   38.1.5-1.el9              baseos      6.8 M
12:57:02 #13 4.929  systemd-pam               x86_64   252-3.el9                 baseos      255 k
12:57:02 #13 4.929  systemd-rpm-macros        noarch   252-3.el9                 baseos       43 k
12:57:02 #13 4.929 
12:57:02 #13 4.929 Transaction Summary
12:57:02 #13 4.929 ================================================================================
12:57:02 #13 4.929 Install  68 Packages
12:57:02 #13 4.929 
12:57:02 #13 4.933 Total download size: 109 M
12:57:02 #13 4.933 Installed size: 381 M
12:57:02 #13 4.933 Downloading Packages:
12:57:02 #11 30.44 Selecting previously unselected package gcc.
12:57:02 #11 30.44 Preparing to unpack .../096-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
12:57:02 #11 30.44 Unpacking gcc (4:9.3.0-1ubuntu2) ...
12:57:02 #11 30.48 Selecting previously unselected package libstdc++-9-dev:amd64.
12:57:02 #11 30.48 Preparing to unpack .../097-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
12:57:02 #11 30.48 Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:57:02 #10 35.47 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
12:57:02 #10 35.47 Public key for bzip2-1.0.6-13.el7.x86_64.rpm is not installed
12:57:02 #10 21.76 Selecting previously unselected package libisl23:armhf.
12:57:02 #10 21.76 Preparing to unpack .../043-libisl23_0.25-1_armhf.deb ...
12:57:02 #10 21.77 Unpacking libisl23:armhf (0.25-1) ...
12:57:02 #10 21.88 Selecting previously unselected package libmpfr6:armhf.
12:57:02 #10 21.88 Preparing to unpack .../044-libmpfr6_4.2.0-1_armhf.deb ...
12:57:02 #10 21.88 Unpacking libmpfr6:armhf (4.2.0-1) ...
12:57:02 #10 21.97 Selecting previously unselected package libmpc3:armhf.
12:57:02 #10 21.97 Preparing to unpack .../045-libmpc3_1.3.1-1_armhf.deb ...
12:57:02 #10 21.97 Unpacking libmpc3:armhf (1.3.1-1) ...
12:57:02 #10 22.02 Selecting previously unselected package cpp-12.
12:57:02 #10 22.02 Preparing to unpack .../046-cpp-12_12.2.0-14_armhf.deb ...
12:57:02 #10 22.03 Unpacking cpp-12 (12.2.0-14) ...
12:57:02 #10 67.40 Setting up libstrictures-perl (2.000005-1) ...
12:57:02 #10 67.41 Setting up libsub-quote-perl (2.005001-1) ...
12:57:02 #10 67.43 Setting up libclass-xsaccessor-perl (1.19-3+b2) ...
12:57:02 #10 67.44 Setting up libsort-versions-perl (1.62-1) ...
12:57:02 #10 67.45 Setting up libexporter-tiny-perl (1.002001-1) ...
12:57:02 #10 67.46 Setting up libterm-readkey-perl (2.38-1) ...
12:57:02 #10 67.48 Setting up lsb-release (10.2019051400) ...
12:57:02 #10 67.49 Setting up libclass-accessor-perl (0.51-1) ...
12:57:02 #10 67.51 Setting up libnet-ip-perl (1.26-2) ...
12:57:02 #10 67.54 Setting up python3-magic (2:0.4.15-2) ...
12:57:02 #11 42.69 Selecting previously unselected package manpages-dev.
12:57:02 #11 42.69 Preparing to unpack .../386-manpages-dev_5.13-1_all.deb ...
12:57:02 #11 42.70 Unpacking manpages-dev (5.13-1) ...
12:57:02 #10 42.20 Preparing to unpack .../261-libhttp-daemon-perl_6.12-1+deb11u1_all.deb ...
12:57:02 #10 42.20 Unpacking libhttp-daemon-perl (6.12-1+deb11u1) ...
12:57:02 #10 42.24 Selecting previously unselected package libio-sessiondata-perl.
12:57:02 #10 42.24 Preparing to unpack .../262-libio-sessiondata-perl_1.03-1.1_all.deb ...
12:57:02 #10 42.24 Unpacking libio-sessiondata-perl (1.03-1.1) ...
12:57:02 #10 42.27 Selecting previously unselected package libipc-run3-perl.
12:57:02 #10 42.28 Preparing to unpack .../263-libipc-run3-perl_0.048-2_all.deb ...
12:57:02 #10 42.28 Unpacking libipc-run3-perl (0.048-2) ...
12:57:02 #10 42.32 Selecting previously unselected package libtypes-serialiser-perl.
12:57:02 #10 42.32 Preparing to unpack .../264-libtypes-serialiser-perl_1.01-1_all.deb ...
12:57:02 #10 42.32 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:57:02 #10 42.35 Selecting previously unselected package libjson-xs-perl.
12:57:02 #10 42.35 Preparing to unpack .../265-libjson-xs-perl_4.030-1+b1_amd64.deb ...
12:57:02 #10 42.36 Unpacking libjson-xs-perl (4.030-1+b1) ...
12:57:02 #10 42.40 Selecting previously unselected package libjson-maybexs-perl.
12:57:02 #10 42.40 Preparing to unpack .../266-libjson-maybexs-perl_1.004003-1_all.deb ...
12:57:02 #10 42.40 Unpacking libjson-maybexs-perl (1.004003-1) ...
12:57:02 #10 42.43 Selecting previously unselected package libldap-common.
12:57:02 #11 28.65 Preparing to unpack .../156-libtimedate-perl_2.3300-2_all.deb ...
12:57:02 #11 28.65 Unpacking libtimedate-perl (2.3300-2) ...
12:57:02 #11 28.69 Selecting previously unselected package libhttp-date-perl.
12:57:02 #11 28.69 Preparing to unpack .../157-libhttp-date-perl_6.05-1_all.deb ...
12:57:02 #11 28.69 Unpacking libhttp-date-perl (6.05-1) ...
12:57:02 #11 28.72 Selecting previously unselected package libfile-listing-perl.
12:57:02 #11 28.72 Preparing to unpack .../158-libfile-listing-perl_6.14-1_all.deb ...
12:57:02 #11 28.73 Unpacking libfile-listing-perl (6.14-1) ...
12:57:02 #11 28.76 Selecting previously unselected package libhtml-tagset-perl.
12:57:02 #11 28.76 Preparing to unpack .../159-libhtml-tagset-perl_3.20-4_all.deb ...
12:57:02 #11 28.77 Unpacking libhtml-tagset-perl (3.20-4) ...
12:57:02 #11 28.80 Selecting previously unselected package liburi-perl.
12:57:02 #11 28.80 Preparing to unpack .../160-liburi-perl_5.10-1_all.deb ...
12:57:02 #11 28.80 Unpacking liburi-perl (5.10-1) ...
12:57:02 #11 28.84 Selecting previously unselected package libhtml-parser-perl:amd64.
12:57:02 #11 28.84 Preparing to unpack .../161-libhtml-parser-perl_3.76-1build2_amd64.deb ...
12:57:02 #11 28.85 Unpacking libhtml-parser-perl:amd64 (3.76-1build2) ...
12:57:02 #11 28.88 Selecting previously unselected package libhtml-tree-perl.
12:57:02 #12 28.06 Transaction test succeeded.
12:57:02 #12 28.06 Running transaction
12:57:02 #12 3.963 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:57:02 #12 4.139 Starting 2 pkgProblemResolver with broken count: 0
12:57:02 #12 4.141 Done
12:57:02 #12 4.298  Done
12:57:02 #11 38.08 Setting up libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:57:02 #11 38.09 Setting up libssh-4:arm64 (0.9.6-2build1) ...
12:57:02 #11 38.10 Setting up libwebp7:arm64 (1.2.2-2) ...
12:57:02 #11 38.11 Setting up libubsan1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:57:02 #11 38.12 Setting up libmd0:arm64 (1.0.4-1build1) ...
12:57:02 #11 38.13 Setting up python-apt-common (2.4.0) ...
12:57:02 #11 38.15 Setting up libnsl-dev:arm64 (1.3.0-2build2) ...
12:57:02 #11 38.15 Setting up libhwasan0:arm64 (12.1.0-2ubuntu1~22.04) ...
12:57:02 #11 38.16 Setting up libcrypt-dev:arm64 (1:4.4.27-1) ...
12:57:02 #11 38.17 Setting up libuchardet0:arm64 (0.0.7-1build2) ...
12:57:02 #11 38.19 Setting up lzop (1.04-2build2) ...
12:57:02 #11 38.20 Setting up libmpdec3:arm64 (2.5.1-2build2) ...
12:57:02 #11 38.27 Setting up git-man (1:2.34.1-1ubuntu1.6) ...
12:57:02 #11 38.29 Setting up netbase (6.3) ...
12:57:02 #11 40.59 Preparing to unpack .../401-python3-magic_2%3a0.4.26-2_all.deb ...
12:57:02 #11 40.59 Unpacking python3-magic (2:0.4.26-2) ...
12:57:02 #11 40.64 Setting up libip4tc2:amd64 (1.8.7-1ubuntu6) ...
12:57:02 #11 40.65 Setting up libksba8:amd64 (1.6.0-3ubuntu1.1) ...
12:57:02 #11 40.66 Setting up media-types (8.0.0) ...
12:57:02 #11 40.68 Setting up libpipeline1:amd64 (1.5.6-2) ...
12:57:02 #11 40.69 Setting up libicu71:amd64 (71.1-3ubuntu1) ...
12:57:02 #11 40.70 Setting up wdiff (1.2.2-2build3) ...
12:57:02 #11 40.71 Setting up libxau6:amd64 (1:1.0.9-1build5) ...
12:57:02 #11 40.72 Setting up libre2-9:amd64 (20220601+dfsg-1) ...
12:57:02 #11 40.73 Setting up libkeyutils1:amd64 (1.6.3-1) ...
12:57:02 #11 40.74 Setting up lto-disabled-list (35) ...
12:57:02 #11 40.75 Setting up libapparmor1:amd64 (3.0.7-1ubuntu2) ...
12:57:02 #11 40.76 Setting up libpsl5:amd64 (0.21.0-1.2build2) ...
12:57:02 #11 40.77 Setting up libsodium23:amd64 (1.0.18-1build2) ...
12:57:02 #11 40.78 Setting up bsdextrautils (2.38-4ubuntu1) ...
12:57:02 #11 40.80 Setting up libfcgi0ldbl:amd64 (2.4.2-2build2) ...
12:57:02 #11 40.79 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
12:57:02 #11 40.80 Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
12:57:02 #11 40.91 
12:57:02 #11 40.91 Current default time zone: 'Etc/UTC'
12:57:02 #11 40.91 Local time is now:      Wed Feb  8 12:57:02 UTC 2023.
12:57:02 #11 40.91 Universal Time is now:  Wed Feb  8 12:57:02 UTC 2023.
12:57:02 #11 40.91 Run 'dpkg-reconfigure tzdata' if you wish to change it.
12:57:02 #11 40.91 
12:57:02 #11 40.93 Setting up fakeroot (1.24-1) ...
12:57:02 #11 40.94 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:57:02 #11 40.94 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
12:57:02 #11 40.94 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
12:57:02 #11 40.94 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
12:57:02 #11 40.94 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
12:57:02 #11 40.94 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
12:57:02 #11 40.94 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
12:57:02 #11 40.94 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
12:57:02 #11 40.94 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
12:57:02 #11 40.96 Setting up autotools-dev (20180224.1) ...
12:57:02 #11 40.97 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
12:57:02 #11 40.98 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
12:57:02 #11 41.00 Setting up make (4.2.1-1.2) ...
12:57:02 #11 41.01 Setting up libmpfr6:arm64 (4.0.2-1) ...
12:57:02 #11 41.02 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
12:57:02 #10 41.57 (1/140): bzip2-1.0.8-12.fc37.aarch64.rpm         63 kB/s |  52 kB     00:00    
12:57:02 #10 61.95 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ...
12:57:02 #10 62.00 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:57:02 #10 42.65 Unpacking libio-sessiondata-perl (1.03-1) ...
12:57:02 #10 42.68 Selecting previously unselected package libio-string-perl.
12:57:02 #10 42.68 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ...
12:57:02 #10 42.69 Unpacking libio-string-perl (1.08-3) ...
12:57:02 #10 42.72 Selecting previously unselected package libtypes-serialiser-perl.
12:57:02 #10 42.72 Preparing to unpack .../246-libtypes-serialiser-perl_1.0-1_all.deb ...
12:57:02 #10 42.72 Unpacking libtypes-serialiser-perl (1.0-1) ...
12:57:02 #10 42.76 Selecting previously unselected package libjson-xs-perl.
12:57:02 #10 42.76 Preparing to unpack .../247-libjson-xs-perl_3.040-1+b1_amd64.deb ...
12:57:02 #10 42.76 Unpacking libjson-xs-perl (3.040-1+b1) ...
12:57:02 #10 42.80 Selecting previously unselected package liblzo2-2:amd64.
12:57:02 #10 42.81 Preparing to unpack .../248-liblzo2-2_2.10-0.1_amd64.deb ...
12:57:02 #10 42.81 Unpacking liblzo2-2:amd64 (2.10-0.1) ...
12:57:02 #10 42.85 Selecting previously unselected package libkyotocabinet16v5:amd64.
12:57:02 #10 42.85 Preparing to unpack .../249-libkyotocabinet16v5_1.2.76-4.2+b1_amd64.deb ...
12:57:02 #10 42.86 Unpacking libkyotocabinet16v5:amd64 (1.2.76-4.2+b1) ...
12:57:02 #10 42.92 Selecting previously unselected package liblist-compare-perl.
12:57:02 #10 42.92 Preparing to unpack .../250-liblist-compare-perl_0.53-1_all.deb ...
12:57:02 #10 42.92 Unpacking liblist-compare-perl (0.53-1) ...
12:57:02 #10 42.97 Selecting previously unselected package liblist-moreutils-perl.
12:57:02 #10 39.78 Preparing to unpack .../185-librav1e0_0.5.1-6_amd64.deb ...
12:57:02 #10 39.79 Unpacking librav1e0:amd64 (0.5.1-6) ...
12:57:02 #10 39.90 Selecting previously unselected package libsvtav1enc1:amd64.
12:57:02 #10 39.90 Preparing to unpack .../186-libsvtav1enc1_1.4.1+dfsg-1_amd64.deb ...
12:57:02 #10 39.90 Unpacking libsvtav1enc1:amd64 (1.4.1+dfsg-1) ...
12:57:02 #10 67.72 Setting up libperlio-gzip-perl (0.19-1+b5) ...
12:57:02 #10 67.73 Setting up libsys-hostname-long-perl (1.5-1) ...
12:57:02 #10 67.75 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ...
12:57:02 #10 67.77 Setting up liburi-perl (1.76-1) ...
12:57:02 #10 67.81 Setting up exim4-daemon-light (4.92-8+deb10u7) ...
12:57:02 #10 33.18 Selecting previously unselected package g++.
12:57:02 #11 42.80 Selecting previously unselected package python3-certifi.
12:57:02 #11 42.80 Preparing to unpack .../387-python3-certifi_2022.6.15-2_all.deb ...
12:57:02 #11 42.80 Unpacking python3-certifi (2022.6.15-2) ...
12:57:02 #11 42.84 Selecting previously unselected package python3-cffi-backend:arm64.
12:57:02 #11 42.84 Preparing to unpack .../388-python3-cffi-backend_1.15.1-1_arm64.deb ...
12:57:02 #11 42.85 Unpacking python3-cffi-backend:arm64 (1.15.1-1) ...
12:57:02 #11 42.88 Selecting previously unselected package python3-cryptography.
12:57:02 #11 42.89 Preparing to unpack .../389-python3-cryptography_3.4.8-2_arm64.deb ...
12:57:02 #11 42.89 Unpacking python3-cryptography (3.4.8-2) ...
12:57:02 #11 42.94 Selecting previously unselected package python3-idna.
12:57:02 #11 42.95 Preparing to unpack .../390-python3-idna_3.3-1_all.deb ...
12:57:02 #11 42.95 Unpacking python3-idna (3.3-1) ...
12:57:02 #11 42.99 Selecting previously unselected package python3-nacl.
12:57:02 #10 42.44 Preparing to unpack .../267-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ...
12:57:02 #10 42.44 Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) ...
12:57:02 #10 42.48 Selecting previously unselected package liblist-compare-perl.
12:57:02 #10 42.48 Preparing to unpack .../268-liblist-compare-perl_0.55-1_all.deb ...
12:57:02 #10 42.49 Unpacking liblist-compare-perl (0.55-1) ...
12:57:02 #10 42.53 Selecting previously unselected package liblist-someutils-perl.
12:57:02 #10 42.53 Preparing to unpack .../269-liblist-someutils-perl_0.58-1_all.deb ...
12:57:02 #10 42.53 Unpacking liblist-someutils-perl (0.58-1) ...
12:57:02 #10 42.57 Selecting previously unselected package liblist-someutils-xs-perl.
12:57:02 #10 42.57 Preparing to unpack .../270-liblist-someutils-xs-perl_0.58-2+b1_amd64.deb ...
12:57:02 #10 42.57 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
12:57:02 #10 42.60 Selecting previously unselected package liblist-utilsby-perl.
12:57:02 #10 42.60 Preparing to unpack .../271-liblist-utilsby-perl_0.11-1_all.deb ...
12:57:02 #10 42.61 Unpacking liblist-utilsby-perl (0.11-1) ...
12:57:02 #10 42.64 Selecting previously unselected package libltdl7:amd64.
12:57:02 #10 42.64 Preparing to unpack .../272-libltdl7_2.4.6-15_amd64.deb ...
12:57:02 #10 42.65 Unpacking libltdl7:amd64 (2.4.6-15) ...
12:57:02 #10 42.69 Selecting previously unselected package libltdl-dev:amd64.
12:57:02 #10 42.69 Preparing to unpack .../273-libltdl-dev_2.4.6-15_amd64.deb ...
12:57:02 #10 42.69 Unpacking libltdl-dev:amd64 (2.4.6-15) ...
12:57:02 #10 42.75 Selecting previously unselected package liblzo2-2:amd64.
12:57:02 #10 42.75 Preparing to unpack .../274-liblzo2-2_2.10-2_amd64.deb ...
12:57:02 #10 42.75 Unpacking liblzo2-2:amd64 (2.10-2) ...
12:57:02 #10 42.79 Selecting previously unselected package libsys-hostname-long-perl.
12:57:02 #10 42.79 Preparing to unpack .../275-libsys-hostname-long-perl_1.5-2_all.deb ...
12:57:02 #11 28.88 Preparing to unpack .../162-libhtml-tree-perl_5.07-2_all.deb ...
12:57:02 #11 28.88 Unpacking libhtml-tree-perl (5.07-2) ...
12:57:02 #11 28.93 Selecting previously unselected package libio-html-perl.
12:57:02 #11 28.93 Preparing to unpack .../163-libio-html-perl_1.004-2_all.deb ...
12:57:02 #11 28.94 Unpacking libio-html-perl (1.004-2) ...
12:57:02 #11 28.97 Selecting previously unselected package liblwp-mediatypes-perl.
12:57:02 #11 28.97 Preparing to unpack .../164-liblwp-mediatypes-perl_6.04-1_all.deb ...
12:57:02 #11 28.97 Unpacking liblwp-mediatypes-perl (6.04-1) ...
12:57:02 #11 29.00 Selecting previously unselected package libhttp-message-perl.
12:57:02 #11 29.00 Preparing to unpack .../165-libhttp-message-perl_6.36-1_all.deb ...
12:57:02 #11 29.01 Unpacking libhttp-message-perl (6.36-1) ...
12:57:02 #11 29.04 Selecting previously unselected package libhttp-cookies-perl.
12:57:02 #11 29.04 Preparing to unpack .../166-libhttp-cookies-perl_6.10-1_all.deb ...
12:57:02 #11 29.04 Unpacking libhttp-cookies-perl (6.10-1) ...
12:57:02 #11 29.07 Selecting previously unselected package libhttp-negotiate-perl.
12:57:02 #11 29.07 Preparing to unpack .../167-libhttp-negotiate-perl_6.01-1_all.deb ...
12:57:02 #11 29.09 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:57:02 #11 29.12 Selecting previously unselected package perl-openssl-defaults:amd64.
12:57:02 #11 29.12 Preparing to unpack .../168-perl-openssl-defaults_5build2_amd64.deb ...
12:57:02 #12 4.433 Starting pkgProblemResolver with broken count: 0
12:57:02 #12 4.461 Starting 2 pkgProblemResolver with broken count: 0
12:57:02 #12 4.463 Done
12:57:02 #11 38.33 Setting up libbinutils:arm64 (2.38-4ubuntu2.1) ...
12:57:02 #11 38.34 Setting up libfido2-1:arm64 (1.10.0-1) ...
12:57:02 #11 38.35 Setting up libisl23:arm64 (0.24-2build1) ...
12:57:02 #11 38.36 Setting up libc-dev-bin (2.35-0ubuntu3.1) ...
12:57:02 #11 38.38 Setting up openssl (3.0.2-0ubuntu1.8) ...
12:57:02 #11 38.40 Setting up libbsd0:arm64 (0.11.5-1) ...
12:57:02 #11 38.42 Setting up libelf1:arm64 (0.186-1build1) ...
12:57:02 #11 38.43 Setting up readline-common (8.1.2-1) ...
12:57:02 #11 38.44 Setting up publicsuffix (20211207.1025-1) ...
12:57:02 #11 38.45 Setting up zstd (1.4.8+dfsg-3build1) ...
12:57:02 #11 38.47 Setting up libmarkdown2:arm64 (2.2.7-2) ...
12:57:02 #11 38.48 Setting up libcc1-0:arm64 (12.1.0-2ubuntu1~22.04) ...
12:57:02 #11 38.49 Setting up iso-codes (4.9.0-1) ...
12:57:02 #11 38.50 Setting up liblocale-gettext-perl (1.07-4build3) ...
12:57:02 #11 38.51 Setting up liblsan0:arm64 (12.1.0-2ubuntu1~22.04) ...
12:57:02 #11 38.52 Setting up dctrl-tools (2.24-3build2) ...
12:57:02 #11 38.54 Setting up libitm1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:57:02 #11 38.55 Setting up libgdbm6:arm64 (1.23-1) ...
12:57:02 #11 38.56 Setting up libicu70:arm64 (70.1-2) ...
12:57:02 #11 38.57 Setting up libtsan0:arm64 (11.3.0-1ubuntu1~22.04) ...
12:57:02 #11 38.58 Setting up libctf0:arm64 (2.38-4ubuntu2.1) ...
12:57:02 #11 38.59 Setting up libjpeg8:arm64 (8c-2ubuntu10) ...
12:57:02 #11 38.60 Setting up pinentry-curses (1.1.1-1build2) ...
12:57:02 #11 38.62 Setting up cpp-11 (11.3.0-1ubuntu1~22.04) ...
12:57:02 #11 40.81 Setting up libtext-glob-perl (0.11-2) ...
12:57:02 #11 40.82 Setting up xdg-user-dirs (0.17-2ubuntu4) ...
12:57:02 #11 40.84 Setting up libmagic-mgc (1:5.41-4) ...
12:57:02 #11 40.88 Setting up libyaml-0-2:amd64 (0.2.5-1) ...
12:57:02 #11 40.89 Setting up libglib2.0-0:amd64 (2.74.3-0ubuntu1) ...
12:57:02 #11 40.90 No schema files found: doing nothing.
12:57:02 #11 40.91 Setting up distro-info-data (0.54ubuntu0.1) ...
12:57:02 #11 40.92 Setting up manpages (5.13-1) ...
12:57:02 #11 40.93 Setting up libtirpc-common (1.3.3+ds-1) ...
12:57:02 #11 40.94 Setting up libargon2-1:amd64 (0~20171227-0.3) ...
12:57:02 #11 40.95 Setting up unzip (6.0-27ubuntu1) ...
12:57:02 #11 40.97 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
12:57:02 #11 40.98 Setting up libbrotli1:amd64 (1.0.9-2build6) ...
12:57:02 #11 40.99 Setting up libsqlite3-0:amd64 (3.39.3-1) ...
12:57:02 #11 41.00 Setting up libsasl2-modules:amd64 (2.1.28+dfsg-6ubuntu2) ...
12:57:02 #11 41.05 Setting up libfcgi-bin (2.4.2-2build2) ...
12:57:02 #11 41.04 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ...
12:57:02 #11 41.05 Setting up libidn11:arm64 (1.33-2.2ubuntu2) ...
12:57:02 #11 41.06 Setting up strace (5.5-3ubuntu1) ...
12:57:02 #11 41.07 Setting up libsigsegv2:arm64 (2.12-2) ...
12:57:02 #11 41.08 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
12:57:02 #11 41.10 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:57:02 #11 41.10 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
12:57:02 #11 41.10 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
12:57:02 #11 41.10 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
12:57:02 #11 41.10 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
12:57:02 #11 41.10 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
12:57:02 #11 41.10 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
12:57:02 #11 41.10 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
12:57:02 #11 41.10 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
12:57:02 #11 41.10 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
12:57:02 #11 41.10 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
12:57:02 #11 41.11 Setting up t1utils (1.41-3) ...
12:57:02 #11 41.12 Setting up diffstat (1.63-1) ...
12:57:02 #11 41.13 Setting up libmpc3:arm64 (1.1.0-1) ...
12:57:02 #11 41.14 Setting up libatomic1:arm64 (10.3.0-1ubuntu1~20.04) ...
12:57:02 #11 41.16 Setting up patch (2.7.6-6) ...
12:57:02 #11 41.17 Setting up autopoint (0.19.8.1-10build1) ...
12:57:02 #11 41.19 Setting up libfl2:arm64 (2.6.4-6.2) ...
12:57:02 #11 41.20 Setting up ucf (3.0038+nmu1) ...
12:57:02 #10 41.78 (2/140): desktop-file-utils-0.26-7.fc37.aarch64 334 kB/s |  71 kB     00:00    
12:57:02 #10 41.84 (3/140): dash-0.5.11.5-2.fc37.aarch64.rpm        89 kB/s |  98 kB     00:01    
12:57:02 #10 41.90 (4/140): cpio-2.13-13.fc37.aarch64.rpm          239 kB/s | 274 kB     00:01    
12:57:02 #10 41.90 (5/140): devscripts-checkbashisms-2.22.2-3.fc37 241 kB/s |  28 kB     00:00    
12:57:02 #10 42.98 Preparing to unpack .../251-liblist-moreutils-perl_0.416-1+b4_amd64.deb ...
12:57:02 #10 42.98 Unpacking liblist-moreutils-perl (0.416-1+b4) ...
12:57:02 #10 43.02 Selecting previously unselected package libltdl-dev:amd64.
12:57:02 #10 43.02 Preparing to unpack .../252-libltdl-dev_2.4.6-9_amd64.deb ...
12:57:02 #10 43.02 Unpacking libltdl-dev:amd64 (2.4.6-9) ...
12:57:02 #10 43.07 Selecting previously unselected package libsys-hostname-long-perl.
12:57:02 #10 43.07 Preparing to unpack .../253-libsys-hostname-long-perl_1.5-1_all.deb ...
12:57:02 #10 43.08 Unpacking libsys-hostname-long-perl (1.5-1) ...
12:57:02 #10 43.11 Selecting previously unselected package libmail-sendmail-perl.
12:57:02 #10 43.11 Preparing to unpack .../254-libmail-sendmail-perl_0.80-1_all.deb ...
12:57:02 #10 43.11 Unpacking libmail-sendmail-perl (0.80-1) ...
12:57:02 #10 43.14 Selecting previously unselected package mailutils-common.
12:57:02 #10 43.15 Preparing to unpack .../255-mailutils-common_1%3a3.5-4_all.deb ...
12:57:02 #10 43.15 Unpacking mailutils-common (1:3.5-4) ...
12:57:02 #10 62.07 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:57:02 #10 62.15 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:02 #10 62.30 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:02 #10 62.33 Setting up dh-strip-nondeterminism (1.13.1-1) ...
12:57:02 #10 40.11 Selecting previously unselected package libjpeg62-turbo:amd64.
12:57:02 #10 40.11 Preparing to unpack .../187-libjpeg62-turbo_1%3a2.1.2-1+b1_amd64.deb ...
12:57:02 #10 40.12 Unpacking libjpeg62-turbo:amd64 (1:2.1.2-1+b1) ...
12:57:02 #10 40.17 Selecting previously unselected package libyuv0:amd64.
12:57:02 #10 40.17 Preparing to unpack .../188-libyuv0_0.0~git20230104.6e4b0ac-1_amd64.deb ...
12:57:02 #10 40.17 Unpacking libyuv0:amd64 (0.0~git20230104.6e4b0ac-1) ...
12:57:02 #10 40.22 Selecting previously unselected package libavif15:amd64.
12:57:02 #10 40.22 Preparing to unpack .../189-libavif15_0.11.1-1_amd64.deb ...
12:57:02 #10 40.23 Unpacking libavif15:amd64 (0.11.1-1) ...
12:57:02 #10 40.26 Selecting previously unselected package libmodule-implementation-perl.
12:57:02 #10 40.27 Preparing to unpack .../190-libmodule-implementation-perl_0.09-2_all.deb ...
12:57:02 #11 30.74 Selecting previously unselected package g++-9.
12:57:02 #11 30.75 Preparing to unpack .../098-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
12:57:02 #11 30.75 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
12:57:02 #10 67.91 invoke-rc.d: could not determine current runlevel
12:57:02 #10 67.91 invoke-rc.d: policy-rc.d denied execution of start.
12:57:02 #10 67.91 Initializing GnuTLS DH parameter file
12:57:02 #10 67.95 Setting up libmailutils5:arm64 (1:3.5-4) ...
12:57:02 #10 67.97 Setting up libdigest-bubblebabble-perl (0.02-2) ...
12:57:02 #10 67.98 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ...
12:57:02 #10 67.99 Setting up python3-pkg-resources (40.8.0-1) ...
12:57:02 #10 33.18 Preparing to unpack .../085-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
12:57:02 #10 33.18 Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
12:57:02 #10 33.21 Selecting previously unselected package make.
12:57:02 #10 33.22 Preparing to unpack .../086-make_4.1-9.1ubuntu1_amd64.deb ...
12:57:02 #10 33.22 Unpacking make (4.1-9.1ubuntu1) ...
12:57:02 #10 33.26 Selecting previously unselected package libdpkg-perl.
12:57:02 #10 33.26 Preparing to unpack .../087-libdpkg-perl_1.19.0.5ubuntu2.4_all.deb ...
12:57:02 #10 33.26 Unpacking libdpkg-perl (1.19.0.5ubuntu2.4) ...
12:57:02 #10 33.32 Selecting previously unselected package patch.
12:57:02 #11 43.00 Preparing to unpack .../391-python3-nacl_1.5.0-2_arm64.deb ...
12:57:02 #11 43.00 Unpacking python3-nacl (1.5.0-2) ...
12:57:02 #11 43.04 Selecting previously unselected package python3-six.
12:57:02 #11 43.05 Preparing to unpack .../392-python3-six_1.16.0-4_all.deb ...
12:57:02 #11 43.05 Unpacking python3-six (1.16.0-4) ...
12:57:02 #11 43.09 Selecting previously unselected package python3-bcrypt.
12:57:02 #11 43.09 Preparing to unpack .../393-python3-bcrypt_3.2.0-1build1_arm64.deb ...
12:57:02 #11 43.10 Unpacking python3-bcrypt (3.2.0-1build1) ...
12:57:02 #11 43.14 Selecting previously unselected package python3-paramiko.
12:57:02 #11 43.14 Preparing to unpack .../394-python3-paramiko_2.10.4-1ubuntu1_all.deb ...
12:57:02 #11 43.15 Unpacking python3-paramiko (2.10.4-1ubuntu1) ...
12:57:02 #11 43.19 Selecting previously unselected package python3-urllib3.
12:57:02 #11 43.19 Preparing to unpack .../395-python3-urllib3_1.26.9-1_all.deb ...
12:57:02 #11 43.20 Unpacking python3-urllib3 (1.26.9-1) ...
12:57:02 #11 43.25 Selecting previously unselected package python3-requests.
12:57:02 #11 43.25 Preparing to unpack .../396-python3-requests_2.27.1+dfsg-1ubuntu2_all.deb ...
12:57:02 #11 43.25 Unpacking python3-requests (2.27.1+dfsg-1ubuntu2) ...
12:57:02 #11 43.29 Selecting previously unselected package python3-unidiff.
12:57:02 #11 43.30 Preparing to unpack .../397-python3-unidiff_0.7.3-1_all.deb ...
12:57:02 #11 43.30 Unpacking python3-unidiff (0.7.3-1) ...
12:57:02 #10 42.79 Unpacking libsys-hostname-long-perl (1.5-2) ...
12:57:02 #10 42.82 Selecting previously unselected package libmail-sendmail-perl.
12:57:02 #10 42.82 Preparing to unpack .../276-libmail-sendmail-perl_0.80-1.1_all.deb ...
12:57:02 #10 42.83 Unpacking libmail-sendmail-perl (0.80-1.1) ...
12:57:02 #10 42.86 Selecting previously unselected package libnet-smtp-ssl-perl.
12:57:02 #10 42.86 Preparing to unpack .../277-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:57:02 #10 42.86 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:57:02 #10 42.89 Selecting previously unselected package libmailtools-perl.
12:57:02 #10 42.90 Preparing to unpack .../278-libmailtools-perl_2.21-1_all.deb ...
12:57:02 #10 42.90 Unpacking libmailtools-perl (2.21-1) ...
12:57:02 #10 42.95 Selecting previously unselected package libmarkdown2:amd64.
12:57:02 #10 42.95 Preparing to unpack .../279-libmarkdown2_2.2.6-1_amd64.deb ...
12:57:02 #10 42.95 Unpacking libmarkdown2:amd64 (2.2.6-1) ...
12:57:02 #10 42.98 Selecting previously unselected package libmime-tools-perl.
12:57:02 #10 42.99 Preparing to unpack .../280-libmime-tools-perl_5.509-1_all.deb ...
12:57:02 #10 42.99 Unpacking libmime-tools-perl (5.509-1) ...
12:57:02 #10 43.04 Selecting previously unselected package libmoox-aliases-perl.
12:57:02 #11 29.12 Unpacking perl-openssl-defaults:amd64 (5build2) ...
12:57:02 #11 29.15 Selecting previously unselected package libnet-ssleay-perl:amd64.
12:57:02 #11 29.15 Preparing to unpack .../169-libnet-ssleay-perl_1.92-1build2_amd64.deb ...
12:57:02 #11 29.15 Unpacking libnet-ssleay-perl:amd64 (1.92-1build2) ...
12:57:02 #11 29.20 Selecting previously unselected package libio-socket-ssl-perl.
12:57:02 #11 29.20 Preparing to unpack .../170-libio-socket-ssl-perl_2.074-2_all.deb ...
12:57:02 #11 29.20 Unpacking libio-socket-ssl-perl (2.074-2) ...
12:57:02 #11 29.23 Selecting previously unselected package libnet-http-perl.
12:57:02 #11 29.23 Preparing to unpack .../171-libnet-http-perl_6.22-1_all.deb ...
12:57:02 #11 29.24 Unpacking libnet-http-perl (6.22-1) ...
12:57:02 #11 29.26 Selecting previously unselected package liblwp-protocol-https-perl.
12:57:02 #11 29.27 Preparing to unpack .../172-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:57:02 #11 29.27 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:57:02 #11 29.30 Selecting previously unselected package libtry-tiny-perl.
12:57:02 #11 29.30 Preparing to unpack .../173-libtry-tiny-perl_0.31-1_all.deb ...
12:57:02 #11 29.30 Unpacking libtry-tiny-perl (0.31-1) ...
12:57:02 #11 29.33 Selecting previously unselected package libwww-robotrules-perl.
12:57:02 #11 29.33 Preparing to unpack .../174-libwww-robotrules-perl_6.02-1_all.deb ...
12:57:02 #11 29.33 Unpacking libwww-robotrules-perl (6.02-1) ...
12:57:02 #11 29.36 Selecting previously unselected package libwww-perl.
12:57:02 #11 29.36 Preparing to unpack .../175-libwww-perl_6.61-1_all.deb ...
12:57:02 #11 29.37 Unpacking libwww-perl (6.61-1) ...
12:57:02 #11 29.42 Selecting previously unselected package patchutils.
12:57:02 #11 29.42 Preparing to unpack .../176-patchutils_0.4.2-1build2_amd64.deb ...
12:57:02 #11 29.43 Unpacking patchutils (0.4.2-1build2) ...
12:57:02 #11 29.47 Selecting previously unselected package wdiff.
12:57:02 #11 38.63 Setting up manpages-dev (5.10-1ubuntu1) ...
12:57:02 #11 38.64 Setting up libdw1:arm64 (0.186-1build1) ...
12:57:02 #11 38.66 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ...
12:57:02 #11 38.67 Setting up libxcb1:arm64 (1.14-3ubuntu3) ...
12:57:02 #11 38.68 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
12:57:02 #11 38.86 Setting up libedit2:arm64 (3.1-20210910-1build1) ...
12:57:02 #11 38.87 Setting up libreadline8:arm64 (8.1.2-1) ...
12:57:02 #12 4.702 The following additional packages will be installed:
12:57:02 #12 4.702   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:57:02 #12 4.702   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24 libncurses6
12:57:02 #12 4.702   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libprocps8
12:57:02 #12 4.703   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
12:57:02 #12 4.703   libudev-dev libuv1 pkg-config procps
12:57:02 #12 4.704 Suggested packages:
12:57:02 #12 4.704   cmake-doc ninja-build apparmor-easyprof seccomp
12:57:02 #12 4.704 Recommended packages:
12:57:02 #12 4.705   psmisc
12:57:02 #12 4.873 The following NEW packages will be installed:
12:57:02 #12 4.874   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:57:02 #12 4.874   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24 libncurses6
12:57:02 #12 4.874   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libprocps8
12:57:02 #12 4.874   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
12:57:02 #12 4.875   libudev-dev libuv1 pkg-config procps
12:57:02 #11 41.06 Setting up binutils-common:amd64 (2.39-3ubuntu1.1) ...
12:57:02 #11 41.07 Setting up libnghttp2-14:amd64 (1.49.0-1) ...
12:57:02 #11 41.08 Setting up libmagic1:amd64 (1:5.41-4) ...
12:57:02 #11 41.09 Setting up libdeflate0:amd64 (1.12-1) ...
12:57:02 #11 41.10 Setting up less (590-1build1) ...
12:57:02 #11 41.12 Setting up perl-openssl-defaults:amd64 (7) ...
12:57:02 #11 41.13 Setting up linux-libc-dev:amd64 (5.19.0-29.30) ...
12:57:02 #11 41.14 Setting up libctf-nobfd0:amd64 (2.39-3ubuntu1.1) ...
12:57:02 #11 41.15 Setting up gettext-base (0.21-8) ...
12:57:02 #11 41.16 Setting up m4 (1.4.19-1) ...
12:57:02 #11 41.17 Setting up liblzo2-2:amd64 (2.10-2build3) ...
12:57:02 #11 41.18 Setting up libnpth0:amd64 (1.6-3build2) ...
12:57:02 #11 41.19 Setting up krb5-locales (1.20-1ubuntu0.1) ...
12:57:02 #11 41.19 Setting up file (1:5.41-4) ...
12:57:02 #11 41.21 Setting up libassuan0:amd64 (2.5.5-4) ...
12:57:02 #11 41.22 Setting up libgomp1:amd64 (12.2.0-3ubuntu1) ...
12:57:02 #11 41.23 Setting up perl-modules-5.34 (5.34.0-5ubuntu1.1) ...
12:57:02 #11 41.23 Setting up bzip2 (1.0.8-5build1) ...
12:57:02 #11 41.24 Setting up libldap-common (2.5.13+dfsg-1ubuntu1) ...
12:57:02 #11 41.26 Setting up libunwind8:amd64 (1.6.2-0ubuntu1) ...
12:57:02 #11 41.27 Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.10.1) ...
12:57:02 #11 41.28 Setting up libfakeroot:amd64 (1.29-1ubuntu1) ...
12:57:02 #11 41.29 Setting up libkrb5support0:amd64 (1.20-1ubuntu0.1) ...
12:57:02 #11 41.30 Setting up libnumber-compare-perl (0.03-2) ...
12:57:02 #11 41.31 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-6ubuntu2) ...
12:57:02 #11 41.32 Setting up fakeroot (1.29-1ubuntu1) ...
12:57:02 #11 41.33 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:57:02 #11 41.33 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
12:57:02 #11 41.33 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
12:57:02 #11 41.33 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
12:57:02 #11 41.33 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
12:57:02 #11 41.33 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
12:57:02 #11 41.33 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
12:57:02 #11 41.33 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
12:57:02 #11 41.33 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
12:57:02 #11 41.34 Setting up autotools-dev (20220109.1) ...
12:57:02 #11 41.35 Setting up libglib2.0-data (2.74.3-0ubuntu1) ...
12:57:02 #11 41.36 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
12:57:02 #11 41.33 Setting up libk5crypto3:arm64 (1.17-6ubuntu4.2) ...
12:57:02 #11 41.35 Setting up libltdl7:arm64 (2.4.6-14) ...
12:57:02 #11 41.36 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
12:57:02 #11 41.38 Setting up libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:02 #11 41.39 Setting up libubsan1:arm64 (10.3.0-1ubuntu1~20.04) ...
12:57:02 #11 41.40 Setting up python-apt-common (2.0.1) ...
12:57:02 #11 41.42 Setting up libcrypt-dev:arm64 (1:4.4.10-10ubuntu4) ...
12:57:02 #11 41.43 Setting up libuchardet0:arm64 (0.0.6-3build1) ...
12:57:02 #11 41.44 Setting up libre2-5:arm64 (20200101+dfsg-1build1) ...
12:57:02 #11 41.45 Setting up git-man (1:2.25.1-1ubuntu3.8) ...
12:57:02 #11 41.47 Setting up libisl22:arm64 (0.22.1-1) ...
12:57:02 #11 41.48 Setting up netbase (6.1) ...
12:57:02 #11 41.51 Setting up libkrb5-3:arm64 (1.17-6ubuntu4.2) ...
12:57:02 #12 28.68   Preparing        :                                                        1/1 
12:57:02 #12 28.72   Downgrading      : xz-libs-5.2.4-4.el8.x86_64                            1/91 
12:57:02 #12 28.79   Upgrading        : rpm-4.14.3-26.el8.x86_64                              2/91 
12:57:02 #12 28.84   Upgrading        : rpm-libs-4.14.3-26.el8.x86_64                         3/91 
12:57:02 #12 28.85   Running scriptlet: rpm-libs-4.14.3-26.el8.x86_64                         3/91 
12:57:02 #12 28.87   Installing       : python-srpm-macros-3-44.el8.noarch                    4/91 
12:57:02 #12 28.88   Upgrading        : rpm-build-libs-4.14.3-26.el8.x86_64                   5/91 
12:57:02 #12 28.89   Running scriptlet: rpm-build-libs-4.14.3-26.el8.x86_64                   5/91 
12:57:02 #12 28.92   Installing       : xz-5.2.4-4.el8.x86_64                                 6/91 
12:57:02 #10 42.09 (6/140): diffutils-3.8-3.fc37.aarch64.rpm       1.5 MB/s | 376 kB     00:00    
12:57:02 #10 42.10 (7/140): dnf-plugins-core-4.3.1-1.fc37.noarch.r 173 kB/s |  34 kB     00:00    
12:57:02 #10 42.10 (8/140): dwz-0.14-7.fc37.aarch64.rpm            634 kB/s | 126 kB     00:00    
12:57:02 #10 42.16 (9/140): ed-1.18-2.fc37.aarch64.rpm             1.1 MB/s |  78 kB     00:00    
12:57:02 #10 42.18 (10/140): efi-srpm-macros-5-6.fc37.noarch.rpm   277 kB/s |  22 kB     00:00    
12:57:02 #10 43.23 Selecting previously unselected package mysql-common.
12:57:02 #10 43.24 Preparing to unpack .../256-mysql-common_5.8+1.0.5_all.deb ...
12:57:02 #10 43.25 Unpacking mysql-common (5.8+1.0.5) ...
12:57:02 #10 43.29 Selecting previously unselected package mariadb-common.
12:57:02 #10 43.29 Preparing to unpack .../257-mariadb-common_1%3a10.3.36-0+deb10u2_all.deb ...
12:57:02 #10 43.30 Unpacking mariadb-common (1:10.3.36-0+deb10u2) ...
12:57:02 #10 43.34 Selecting previously unselected package libmariadb3:amd64.
12:57:02 #10 40.27 Unpacking libmodule-implementation-perl (0.09-2) ...
12:57:02 #10 40.30 Selecting previously unselected package libsub-exporter-progressive-perl.
12:57:02 #10 40.30 Preparing to unpack .../191-libsub-exporter-progressive-perl_0.001013-3_all.deb ...
12:57:02 #10 40.31 Unpacking libsub-exporter-progressive-perl (0.001013-3) ...
12:57:02 #10 40.34 Selecting previously unselected package libvariable-magic-perl.
12:57:02 #10 40.34 Preparing to unpack .../192-libvariable-magic-perl_0.63-1+b1_amd64.deb ...
12:57:02 #10 40.34 Unpacking libvariable-magic-perl (0.63-1+b1) ...
12:57:02 #10 40.38 Selecting previously unselected package libb-hooks-endofscope-perl.
12:57:02 #10 40.38 Preparing to unpack .../193-libb-hooks-endofscope-perl_0.26-1_all.deb ...
12:57:02 #10 40.38 Unpacking libb-hooks-endofscope-perl (0.26-1) ...
12:57:02 #10 40.41 Selecting previously unselected package libberkeleydb-perl:amd64.
12:57:02 #10 40.42 Preparing to unpack .../194-libberkeleydb-perl_0.64-2+b1_amd64.deb ...
12:57:02 #10 40.42 Unpacking libberkeleydb-perl:amd64 (0.64-2+b1) ...
12:57:02 #10 40.47 Selecting previously unselected package libpng16-16:amd64.
12:57:02 #10 40.47 Preparing to unpack .../195-libpng16-16_1.6.39-2_amd64.deb ...
12:57:02 #10 40.47 Unpacking libpng16-16:amd64 (1.6.39-2) ...
12:57:02 #10 40.52 Selecting previously unselected package libfreetype6:amd64.
12:57:02 #10 62.35 Setting up libconst-fast-perl (0.014-2) ...
12:57:02 #10 62.38 Setting up libhttp-daemon-perl (6.14-2) ...
12:57:02 #10 62.40 Setting up python3-unidiff (0.7.3-1) ...
12:57:02 #10 62.54 Setting up libdata-dpath-perl (0.58-2) ...
12:57:02 #10 62.56 Setting up python3-magic (2:0.4.26-3) ...
12:57:03 #12 0.892 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
12:57:03 #12 0.953 Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
12:57:03 #10 68.21 Setting up automake (1:1.16.1-4) ...
12:57:03 #10 68.22 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:57:03 #10 68.23 Setting up libasync-mergepoint-perl (0.04-2) ...
12:57:03 #10 68.25 Setting up libio-sessiondata-perl (1.03-1) ...
12:57:03 #10 68.27 Setting up libstring-escape-perl (2010.002-2) ...
12:57:03 #10 68.29 Setting up libhttp-date-perl (6.02-1) ...
12:57:03 #10 68.30 Setting up libfile-which-perl (1.23-1) ...
12:57:03 #10 68.32 Setting up mailutils (1:3.5-4) ...
12:57:03 #10 68.33 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
12:57:03 #10 68.33 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
12:57:03 #10 68.34 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
12:57:03 #10 68.34 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
12:57:03 #10 68.35 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
12:57:03 #10 68.36 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
12:57:03 #10 68.36 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
12:57:03 #10 68.37 Setting up libfile-basedir-perl (0.08-1) ...
12:57:03 #10 68.38 Setting up libnumber-range-perl (0.12-1) ...
12:57:03 #10 68.40 Setting up libtask-weaken-perl (1.06-1) ...
12:57:03 #10 68.41 Setting up libunicode-utf8-perl (0.62-1) ...
12:57:03 #10 68.42 Setting up libstruct-dumb-perl (0.09-1) ...
12:57:03 #10 33.32 Preparing to unpack .../088-patch_2.7.6-2ubuntu1.1_amd64.deb ...
12:57:03 #10 33.32 Unpacking patch (2.7.6-2ubuntu1.1) ...
12:57:03 #10 33.36 Selecting previously unselected package dpkg-dev.
12:57:03 #10 33.36 Preparing to unpack .../089-dpkg-dev_1.19.0.5ubuntu2.4_all.deb ...
12:57:03 #10 33.36 Unpacking dpkg-dev (1.19.0.5ubuntu2.4) ...
12:57:03 #10 33.44 Selecting previously unselected package build-essential.
12:57:03 #10 33.45 Preparing to unpack .../090-build-essential_12.4ubuntu1_amd64.deb ...
12:57:03 #10 33.45 Unpacking build-essential (12.4ubuntu1) ...
12:57:03 #10 33.49 Selecting previously unselected package libroken18-heimdal:amd64.
12:57:03 #10 33.49 Preparing to unpack .../091-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
12:57:03 #10 33.50 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:57:03 #10 33.54 Selecting previously unselected package libasn1-8-heimdal:amd64.
12:57:03 #10 33.54 Preparing to unpack .../092-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
12:57:03 #10 33.54 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:57:03 #10 33.60 Selecting previously unselected package libheimbase1-heimdal:amd64.
12:57:03 #10 33.60 Preparing to unpack .../093-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
12:57:03 #10 33.60 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:57:03 #10 33.63 Selecting previously unselected package libhcrypto4-heimdal:amd64.
12:57:03 #10 33.64 Preparing to unpack .../094-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
12:57:03 #10 33.64 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:57:03 #10 33.68 Selecting previously unselected package libwind0-heimdal:amd64.
12:57:03 #10 43.04 Preparing to unpack .../281-libmoox-aliases-perl_0.001006-1.1_all.deb ...
12:57:03 #10 43.04 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
12:57:03 #10 43.08 Selecting previously unselected package libnamespace-autoclean-perl.
12:57:03 #10 43.08 Preparing to unpack .../282-libnamespace-autoclean-perl_0.29-1_all.deb ...
12:57:03 #10 43.08 Unpacking libnamespace-autoclean-perl (0.29-1) ...
12:57:03 #10 43.11 Selecting previously unselected package libobject-id-perl.
12:57:03 #10 43.11 Preparing to unpack .../283-libobject-id-perl_0.1.2-2.1_all.deb ...
12:57:03 #10 43.12 Unpacking libobject-id-perl (0.1.2-2.1) ...
12:57:03 #10 43.15 Selecting previously unselected package libmoox-struct-perl.
12:57:03 #10 43.15 Preparing to unpack .../284-libmoox-struct-perl_0.020-1_all.deb ...
12:57:03 #10 43.16 Unpacking libmoox-struct-perl (0.020-1) ...
12:57:03 #10 43.19 Selecting previously unselected package libmouse-perl.
12:57:03 #10 43.20 Preparing to unpack .../285-libmouse-perl_2.5.10-1+b1_amd64.deb ...
12:57:03 #10 43.20 Unpacking libmouse-perl (2.5.10-1+b1) ...
12:57:03 #10 43.25 Selecting previously unselected package libnumber-range-perl.
12:57:03 #10 43.25 Preparing to unpack .../286-libnumber-range-perl_0.12-1.1_all.deb ...
12:57:03 #11 43.34 Selecting previously unselected package zstd.
12:57:03 #11 43.34 Preparing to unpack .../398-zstd_1.5.2+dfsg-1_arm64.deb ...
12:57:03 #11 43.34 Unpacking zstd (1.5.2+dfsg-1) ...
12:57:03 #11 43.39 Selecting previously unselected package equivs.
12:57:03 #11 43.39 Preparing to unpack .../399-equivs_2.3.1_all.deb ...
12:57:03 #11 43.40 Unpacking equivs (2.3.1) ...
12:57:03 #11 43.43 Selecting previously unselected package libauthen-sasl-perl.
12:57:03 #11 43.44 Preparing to unpack .../400-libauthen-sasl-perl_2.1600-2_all.deb ...
12:57:03 #11 43.44 Unpacking libauthen-sasl-perl (2.1600-2) ...
12:57:03 #11 43.49 Selecting previously unselected package python3-magic.
12:57:03 #11 43.49 Preparing to unpack .../401-python3-magic_2%3a0.4.26-2_all.deb ...
12:57:03 #11 43.49 Unpacking python3-magic (2:0.4.26-2) ...
12:57:03 #11 43.55 Setting up libip4tc2:arm64 (1.8.7-1ubuntu6) ...
12:57:03 #14 15.28   Running scriptlet: selinux-policy-minimum-3.14.3-114.el8.noarch         45/93 
12:57:03 #14 24.81   Installing       : policycoreutils-devel-2.9-21.1.el8.aarch64           46/93 
12:57:03 #14 25.03   Installing       : selinux-policy-devel-3.14.3-114.el8.noarch           47/93 
12:57:03 #14 25.06   Running scriptlet: selinux-policy-devel-3.14.3-114.el8.noarch           47/93 
12:57:03 #14 25.10   Upgrading        : libarchive-3.3.3-5.el8.aarch64                       48/93 
12:57:03 #14 25.13   Installing       : libsepol-devel-2.9-3.el8.aarch64                     49/93 
12:57:03 #14 25.18   Installing       : libselinux-devel-2.9-8.el8.aarch64                   50/93 
12:57:03 #14 25.44   Installing       : kernel-headers-4.18.0-448.el8.aarch64                51/93 
12:57:03 #11 29.47 Preparing to unpack .../177-wdiff_1.2.2-2build3_amd64.deb ...
12:57:03 #11 29.47 Unpacking wdiff (1.2.2-2build3) ...
12:57:03 #11 29.51 Selecting previously unselected package devscripts.
12:57:03 #11 29.51 Preparing to unpack .../178-devscripts_2.22.1ubuntu1_amd64.deb ...
12:57:03 #11 29.53 Unpacking devscripts (2.22.1ubuntu1) ...
12:57:03 #11 29.60 Selecting previously unselected package diffstat.
12:57:03 #11 29.60 Preparing to unpack .../179-diffstat_1.64-1build2_amd64.deb ...
12:57:03 #11 29.61 Unpacking diffstat (1.64-1build2) ...
12:57:03 #11 29.64 Selecting previously unselected package python3-chardet.
12:57:03 #11 29.64 Preparing to unpack .../180-python3-chardet_4.0.0-1_all.deb ...
12:57:03 #11 29.65 Unpacking python3-chardet (4.0.0-1) ...
12:57:03 #11 29.70 Selecting previously unselected package zstd.
12:57:03 #11 29.70 Preparing to unpack .../181-zstd_1.4.8+dfsg-3build1_amd64.deb ...
12:57:03 #11 29.70 Unpacking zstd (1.4.8+dfsg-3build1) ...
12:57:03 #11 38.88 Setting up m4 (1.4.18-5ubuntu2) ...
12:57:03 #11 38.90 Setting up binutils-aarch64-linux-gnu (2.38-4ubuntu2.1) ...
12:57:03 #11 38.91 Setting up binutils (2.38-4ubuntu2.1) ...
12:57:03 #11 38.92 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:57:03 #11 38.93 Setting up libpython3.10-stdlib:arm64 (3.10.6-1~22.04.2) ...
12:57:03 #11 38.94 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
12:57:03 #11 41.37 Setting up libx11-data (2:1.8.1-2) ...
12:57:03 #11 41.38 Setting up make (4.3-4.1build1) ...
12:57:03 #11 41.39 Setting up libmpfr6:amd64 (4.1.0-3build3) ...
12:57:03 #11 41.41 Setting up gnupg-l10n (2.2.35-3ubuntu1) ...
12:57:03 #11 41.42 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:57:03 #11 41.43 Setting up liblerc3:amd64 (3.0+ds-1ubuntu1) ...
12:57:03 #11 41.44 Setting up lzip (1.23-4) ...
12:57:03 #11 41.44 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
12:57:03 #11 41.45 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
12:57:03 #11 41.45 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
12:57:03 #11 41.45 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
12:57:03 #11 41.45 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
12:57:03 #11 41.46 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
12:57:03 #11 41.46 Setting up strace (5.16-0ubuntu4) ...
12:57:03 #11 41.47 Setting up libdbus-1-3:amd64 (1.14.0-2ubuntu3) ...
12:57:03 #11 41.48 Setting up xz-utils (5.2.5-2.1) ...
12:57:03 #11 41.49 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:57:03 #11 41.49 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
12:57:03 #11 41.49 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
12:57:03 #11 41.49 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
12:57:03 #11 41.49 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
12:57:03 #11 41.49 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
12:57:03 #11 41.49 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
12:57:03 #11 41.49 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
12:57:03 #11 41.49 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
12:57:03 #11 41.49 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
12:57:03 #11 41.49 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
12:57:03 #11 41.50 Setting up t1utils (1.41-4build2) ...
12:57:03 #11 41.51 Setting up libquadmath0:amd64 (12.2.0-3ubuntu1) ...
12:57:03 #11 41.52 Setting up diffstat (1.64-1build2) ...
12:57:03 #11 41.53 Setting up libpng16-16:amd64 (1.6.38-2) ...
12:57:03 #11 41.54 Setting up libmpc3:amd64 (1.2.1-2build1) ...
12:57:03 #11 41.55 Setting up libatomic1:amd64 (12.2.0-3ubuntu1) ...
12:57:03 #11 41.56 Setting up patch (2.7.6-7build2) ...
12:57:03 #11 41.57 Setting up autopoint (0.21-8) ...
12:57:03 #11 41.52 Setting up libmpdec2:arm64 (2.4.2-3) ...
12:57:03 #11 41.53 Setting up libbinutils:arm64 (2.34-6ubuntu1.4) ...
12:57:03 #11 41.55 Setting up libfido2-1:arm64 (1.3.1-1ubuntu2) ...
12:57:03 #11 41.56 Setting up libc-dev-bin (2.31-0ubuntu9.9) ...
12:57:03 #11 41.57 Setting up openssl (1.1.1f-1ubuntu2.17) ...
12:57:03 #11 41.59 Setting up libbsd0:arm64 (0.10.0-1) ...
12:57:03 #11 41.60 Setting up libelf1:arm64 (0.176-1.1build1) ...
12:57:03 #11 41.61 Setting up readline-common (8.0-4) ...
12:57:03 #11 41.64 Setting up publicsuffix (20200303.0012-1) ...
12:57:03 #11 41.65 Setting up libcc1-0:arm64 (10.3.0-1ubuntu1~20.04) ...
12:57:03 #11 41.66 Setting up iso-codes (4.4-1) ...
12:57:03 #11 41.67 Setting up liblocale-gettext-perl (1.07-4) ...
12:57:03 #11 41.69 Setting up liblsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
12:57:03 #11 41.70 Setting up dctrl-tools (2.24-3) ...
12:57:03 #11 41.71 Setting up libitm1:arm64 (10.3.0-1ubuntu1~20.04) ...
12:57:03 #11 41.73 Setting up libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:03 #11 41.74 Setting up libgdbm6:arm64 (1.18.1-5) ...
12:57:03 #11 41.75 Setting up gcc-9-base:arm64 (9.4.0-1ubuntu1~20.04.1) ...
12:57:03 #11 41.76 Setting up libtsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
12:57:03 #11 41.78 Setting up libctf0:arm64 (2.34-6ubuntu1.4) ...
12:57:03 #11 41.80 Setting up pinentry-curses (1.1.0-3build1) ...
12:57:03 #11 41.82 Setting up manpages-dev (5.05-1) ...
12:57:03 #12 28.95   Installing       : unzip-6.0-46.el8.x86_64                               7/91 
12:57:03 #10 42.33 (11/140): elfutils-0.187-8.fc37.aarch64.rpm     2.2 MB/s | 521 kB     00:00    
12:57:03 #10 42.34 (12/140): elfutils-debuginfod-client-0.187-8.fc 218 kB/s |  38 kB     00:00    
12:57:03 #10 42.34 (13/140): enchant2-2.3.3-2.fc37.aarch64.rpm     401 kB/s |  64 kB     00:00    
12:57:03 #10 43.34 Preparing to unpack .../258-libmariadb3_1%3a10.3.36-0+deb10u2_amd64.deb ...
12:57:03 #10 43.35 Unpacking libmariadb3:amd64 (1:10.3.36-0+deb10u2) ...
12:57:03 #10 43.40 Selecting previously unselected package libpython2.7-minimal:amd64.
12:57:03 #10 43.41 Preparing to unpack .../259-libpython2.7-minimal_2.7.16-2+deb10u1_amd64.deb ...
12:57:03 #10 43.41 Unpacking libpython2.7-minimal:amd64 (2.7.16-2+deb10u1) ...
12:57:03 #10 43.50 Selecting previously unselected package libpython2.7-stdlib:amd64.
12:57:03 #10 43.50 Preparing to unpack .../260-libpython2.7-stdlib_2.7.16-2+deb10u1_amd64.deb ...
12:57:03 #10 43.50 Unpacking libpython2.7-stdlib:amd64 (2.7.16-2+deb10u1) ...
12:57:03 #10 40.53 Preparing to unpack .../196-libfreetype6_2.12.1+dfsg-4_amd64.deb ...
12:57:03 #10 40.53 Unpacking libfreetype6:amd64 (2.12.1+dfsg-4) ...
12:57:03 #10 40.60 Selecting previously unselected package libfontconfig1:amd64.
12:57:03 #10 40.60 Preparing to unpack .../197-libfontconfig1_2.14.1-4_amd64.deb ...
12:57:03 #10 40.61 Unpacking libfontconfig1:amd64 (2.14.1-4) ...
12:57:03 #10 40.67 Selecting previously unselected package libde265-0:amd64.
12:57:03 #10 40.67 Preparing to unpack .../198-libde265-0_1.0.11-1_amd64.deb ...
12:57:03 #10 40.67 Unpacking libde265-0:amd64 (1.0.11-1) ...
12:57:03 #10 40.73 Selecting previously unselected package libnuma1:amd64.
12:57:03 #10 40.73 Preparing to unpack .../199-libnuma1_2.0.16-1_amd64.deb ...
12:57:03 #10 40.73 Unpacking libnuma1:amd64 (2.0.16-1) ...
12:57:03 #10 40.77 Selecting previously unselected package libx265-199:amd64.
12:57:03 #10 62.71 Setting up g++-12 (12.2.0-14) ...
12:57:03 #10 62.72 Setting up python3-pkg-resources (65.6.3-1) ...
12:57:03 #10 22.80 Selecting previously unselected package cpp.
12:57:03 #10 22.80 Preparing to unpack .../047-cpp_4%3a12.2.0-3_armhf.deb ...
12:57:03 #10 22.81 Unpacking cpp (4:12.2.0-3) ...
12:57:03 #10 22.86 Selecting previously unselected package libcc1-0:armhf.
12:57:03 #10 22.86 Preparing to unpack .../048-libcc1-0_12.2.0-14_armhf.deb ...
12:57:03 #10 22.87 Unpacking libcc1-0:armhf (12.2.0-14) ...
12:57:03 #10 22.91 Selecting previously unselected package libgomp1:armhf.
12:57:03 #10 22.91 Preparing to unpack .../049-libgomp1_12.2.0-14_armhf.deb ...
12:57:03 #10 22.92 Unpacking libgomp1:armhf (12.2.0-14) ...
12:57:03 #10 22.97 Selecting previously unselected package libatomic1:armhf.
12:57:03 #10 22.97 Preparing to unpack .../050-libatomic1_12.2.0-14_armhf.deb ...
12:57:03 #10 22.97 Unpacking libatomic1:armhf (12.2.0-14) ...
12:57:03 #10 23.02 Selecting previously unselected package libasan8:armhf.
12:57:03 #10 23.02 Preparing to unpack .../051-libasan8_12.2.0-14_armhf.deb ...
12:57:03 #10 23.02 Unpacking libasan8:armhf (12.2.0-14) ...
12:57:03 #12 1.027 Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
12:57:03 #12 1.101 Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
12:57:03 #10 68.44 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ...
12:57:03 #10 68.45 Setting up libfile-listing-perl (6.04-1) ...
12:57:03 #10 68.46 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
12:57:03 #10 68.47 Setting up libclass-inspector-perl (1.32-1) ...
12:57:03 #10 68.49 Setting up libfont-afm-perl (1.20-2) ...
12:57:03 #10 68.50 Setting up libwant-perl (0.29-1+b4) ...
12:57:03 #10 68.51 Setting up libdynaloader-functions-perl (0.003-1) ...
12:57:03 #10 68.52 Setting up libtext-glob-perl (0.10-1) ...
12:57:03 #10 68.54 Setting up libclass-method-modifiers-perl (2.12-1) ...
12:57:03 #10 68.55 Setting up liblist-compare-perl (0.53-1) ...
12:57:03 #10 68.56 Setting up libref-util-xs-perl (0.117-1+b1) ...
12:57:03 #10 68.57 Setting up libio-pty-perl (1:1.08-1.1+b5) ...
12:57:03 #10 68.58 Setting up libfile-fcntllock-perl (0.22-3+b5) ...
12:57:03 #10 68.60 Setting up libsort-key-perl (1.33-2+b1) ...
12:57:03 #10 68.61 Setting up libclone-perl (0.41-1+b1) ...
12:57:03 #10 68.62 Setting up libalgorithm-diff-perl (1.19.03-2) ...
12:57:03 #10 68.63 Setting up libarchive-zip-perl (1.64-1) ...
12:57:03 #10 43.26 Unpacking libnumber-range-perl (0.12-1.1) ...
12:57:03 #10 43.29 Selecting previously unselected package libossp-uuid16:amd64.
12:57:03 #10 43.29 Preparing to unpack .../287-libossp-uuid16_1.6.2-1.5+b9_amd64.deb ...
12:57:03 #10 43.29 Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b9) ...
12:57:03 #10 43.32 Selecting previously unselected package libossp-uuid-perl.
12:57:03 #10 43.33 Preparing to unpack .../288-libossp-uuid-perl_1.6.2-1.5+b9_amd64.deb ...
12:57:03 #10 43.33 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
12:57:03 #10 43.36 Selecting previously unselected package libpackage-stash-xs-perl.
12:57:03 #10 43.37 Preparing to unpack .../289-libpackage-stash-xs-perl_0.29-1+b2_amd64.deb ...
12:57:03 #10 43.37 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
12:57:03 #10 43.40 Selecting previously unselected package libpath-iterator-rule-perl.
12:57:03 #10 43.41 Preparing to unpack .../290-libpath-iterator-rule-perl_1.014-1_all.deb ...
12:57:03 #10 43.41 Unpacking libpath-iterator-rule-perl (1.014-1) ...
12:57:03 #10 43.45 Selecting previously unselected package libperlio-gzip-perl.
12:57:03 #10 43.45 Preparing to unpack .../291-libperlio-gzip-perl_0.19-1+b7_amd64.deb ...
12:57:03 #10 43.45 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
12:57:03 #10 43.50 Selecting previously unselected package libpod-parser-perl.
12:57:03 #11 43.57 Setting up libksba8:arm64 (1.6.0-3ubuntu1.1) ...
12:57:03 #11 43.58 Setting up media-types (8.0.0) ...
12:57:03 #11 43.60 Setting up libpipeline1:arm64 (1.5.6-2) ...
12:57:03 #11 43.61 Setting up libicu71:arm64 (71.1-3ubuntu1) ...
12:57:03 #11 43.62 Setting up wdiff (1.2.2-2build3) ...
12:57:03 #11 43.64 Setting up libxau6:arm64 (1:1.0.9-1build5) ...
12:57:03 #11 43.65 Setting up libre2-9:arm64 (20220601+dfsg-1) ...
12:57:03 #11 43.66 Setting up libkeyutils1:arm64 (1.6.3-1) ...
12:57:03 #11 43.68 Setting up lto-disabled-list (35) ...
12:57:03 #11 43.69 Setting up libapparmor1:arm64 (3.0.7-1ubuntu2) ...
12:57:03 #11 43.70 Setting up libpsl5:arm64 (0.21.0-1.2build2) ...
12:57:03 #11 43.72 Setting up libsodium23:arm64 (1.0.18-1build2) ...
12:57:03 #11 43.74 Setting up bsdextrautils (2.38-4ubuntu1) ...
12:57:03 #11 43.75 Setting up libfcgi0ldbl:arm64 (2.4.2-2build2) ...
12:57:03 #11 43.77 Setting up libtext-glob-perl (0.11-2) ...
12:57:03 #10 33.68 Preparing to unpack .../095-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
12:57:03 #10 33.69 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:57:03 #10 33.72 Selecting previously unselected package libhx509-5-heimdal:amd64.
12:57:03 #10 33.72 Preparing to unpack .../096-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
12:57:03 #10 33.73 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:57:03 #10 33.78 Selecting previously unselected package libkrb5-26-heimdal:amd64.
12:57:03 #10 33.78 Preparing to unpack .../097-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
12:57:03 #10 33.78 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:57:03 #10 33.83 Selecting previously unselected package libheimntlm0-heimdal:amd64.
12:57:03 #10 33.84 Preparing to unpack .../098-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
12:57:03 #10 33.84 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:57:03 #10 33.87 Selecting previously unselected package libgssapi3-heimdal:amd64.
12:57:03 #10 33.87 Preparing to unpack .../099-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
12:57:03 #10 33.88 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:57:03 #10 33.91 Selecting previously unselected package libsasl2-modules-db:amd64.
12:57:03 #11 31.49 Selecting previously unselected package g++.
12:57:03 #11 31.49 Preparing to unpack .../099-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
12:57:03 #11 31.50 Unpacking g++ (4:9.3.0-1ubuntu2) ...
12:57:03 #11 31.52 Selecting previously unselected package make.
12:57:03 #11 31.52 Preparing to unpack .../100-make_4.2.1-1.2_amd64.deb ...
12:57:03 #11 31.53 Unpacking make (4.2.1-1.2) ...
12:57:03 #11 31.56 Selecting previously unselected package libdpkg-perl.
12:57:03 #11 31.57 Preparing to unpack .../101-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
12:57:03 #11 31.57 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
12:57:03 #11 31.63 Selecting previously unselected package patch.
12:57:03 #14 25.51   Running scriptlet: glibc-headers-2.28-224.el8.aarch64                   52/93 
12:57:03 #14 25.60   Installing       : glibc-headers-2.28-224.el8.aarch64                   52/93 
12:57:03 #14 25.64   Installing       : glibc-devel-2.28-224.el8.aarch64                     53/93 
12:57:03 #14 25.65   Running scriptlet: glibc-devel-2.28-224.el8.aarch64                     53/93 
12:57:03 #11 29.76 Selecting previously unselected package python3-debian.
12:57:03 #11 29.76 Preparing to unpack .../182-python3-debian_0.1.43ubuntu1_all.deb ...
12:57:03 #11 29.76 Unpacking python3-debian (0.1.43ubuntu1) ...
12:57:03 #11 29.84 Selecting previously unselected package libgpgme11:amd64.
12:57:03 #11 29.85 Preparing to unpack .../183-libgpgme11_1.16.0-1.2ubuntu4_amd64.deb ...
12:57:03 #11 29.86 Unpacking libgpgme11:amd64 (1.16.0-1.2ubuntu4) ...
12:57:03 #11 29.96 Selecting previously unselected package python3-gpg.
12:57:03 #11 29.96 Preparing to unpack .../184-python3-gpg_1.16.0-1.2ubuntu4_amd64.deb ...
12:57:03 #11 41.58 Setting up fonts-dejavu-core (2.37-2build1) ...
12:57:03 #11 41.65 Setting up ucf (3.0043) ...
12:57:03 #11 41.81 Setting up libk5crypto3:amd64 (1.20-1ubuntu0.1) ...
12:57:03 #11 41.82 Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
12:57:03 #11 41.83 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu1) ...
12:57:03 #11 41.84 Setting up libxcb1:arm64 (1.14-2) ...
12:57:03 #11 41.85 Setting up at (3.1.23-1ubuntu1) ...
12:57:03 #11 42.00 invoke-rc.d: could not determine current runlevel
12:57:03 #11 42.00 invoke-rc.d: policy-rc.d denied execution of start.
12:57:03 #11 42.01 Setting up libicu66:arm64 (66.1-2ubuntu2.1) ...
12:57:03 #11 42.02 Setting up libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:03 #11 42.03 Setting up libedit2:arm64 (3.1-20191231-1) ...
12:57:03 #11 42.05 Setting up libreadline8:arm64 (8.0-4) ...
12:57:03 #11 42.06 Setting up m4 (1.4.18-4) ...
12:57:03 #11 42.07 Setting up binutils-aarch64-linux-gnu (2.34-6ubuntu1.4) ...
12:57:03 #12 29.09   Installing       : groff-base-1.22.3-18.el8.x86_64                       8/91 
12:57:03 #12 29.12   Installing       : file-5.33-21.el8.x86_64                               9/91 
12:57:03 #12 29.15   Installing       : cpio-2.12-11.el8.x86_64                              10/91 
12:57:03 #10 42.42 (14/140): file-5.42-4.fc37.aarch64.rpm          569 kB/s |  49 kB     00:00    
12:57:03 #10 42.44 (15/140): fonts-srpm-macros-2.0.5-9.fc37.noarch 259 kB/s |  26 kB     00:00    
12:57:03 #10 42.45 (16/140): fpc-srpm-macros-1.3-6.fc37.noarch.rpm  74 kB/s | 7.7 kB     00:00    
12:57:03 #10 42.57 (17/140): gdk-pixbuf2-2.42.10-1.fc37.aarch64.rp 3.3 MB/s | 483 kB     00:00    
12:57:03 #10 42.57 (18/140): ghc-srpm-macros-1.5.0-7.fc37.noarch.r  62 kB/s | 7.8 kB     00:00    
12:57:03 #10 42.57 (19/140): go-srpm-macros-3.2.0-1.fc37.noarch.rp 214 kB/s |  27 kB     00:00    
12:57:03 #12 5.150 0 upgraded, 24 newly installed, 0 to remove and 1 not upgraded.
12:57:03 #12 5.150 1 not fully installed or removed.
12:57:03 #12 5.150 Need to get 9241 kB of archives.
12:57:03 #12 5.150 After this operation, 42.7 MB of additional disk space will be used.
12:57:03 #12 5.150 Get:1 http://deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
12:57:03 #12 5.156 Get:2 http://deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
12:57:03 #12 5.167 Get:3 http://deb.debian.org/debian bullseye/main arm64 libncurses6 arm64 6.2+20201114-2 [93.2 kB]
12:57:03 #12 5.168 Get:4 http://deb.debian.org/debian bullseye/main arm64 libprocps8 arm64 2:3.3.17-5 [61.9 kB]
12:57:03 #12 5.169 Get:5 http://deb.debian.org/debian bullseye/main arm64 procps arm64 2:3.3.17-5 [497 kB]
12:57:03 #12 5.172 Get:6 http://deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
12:57:03 #12 5.173 Get:7 http://deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
12:57:03 #12 5.174 Get:8 http://deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
12:57:03 #12 5.175 Get:9 http://deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
12:57:03 #12 5.199 Get:10 http://deb.debian.org/debian bullseye/main arm64 dh-apparmor all 2.13.6-10 [75.2 kB]
12:57:03 #12 5.199 Get:11 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
12:57:03 #12 5.200 Get:12 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
12:57:03 #12 5.200 Get:13 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
12:57:03 #12 5.201 Get:14 http://deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
12:57:03 #12 5.202 Get:15 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
12:57:03 #12 5.204 Get:16 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
12:57:03 #12 5.205 Get:17 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
12:57:03 #12 5.206 Get:18 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
12:57:03 #12 5.207 Get:19 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
12:57:03 #12 5.210 Get:20 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
12:57:03 #12 5.211 Get:21 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
12:57:03 #12 5.212 Get:22 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
12:57:03 #12 5.213 Get:23 http://deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
12:57:03 #12 5.214 Get:24 http://deb.debian.org/debian bullseye/main arm64 pkg-config arm64 0.29.2-1 [63.6 kB]
12:57:03 #12 5.369 debconf: delaying package configuration, since apt-utils is not installed
12:57:03 #12 5.414 Fetched 9241 kB in 0s (27.8 MB/s)
12:57:03 #10 43.73 Selecting previously unselected package libpython2.7:amd64.
12:57:03 #10 43.73 Preparing to unpack .../261-libpython2.7_2.7.16-2+deb10u1_amd64.deb ...
12:57:03 #10 43.74 Unpacking libpython2.7:amd64 (2.7.16-2+deb10u1) ...
12:57:03 #10 43.87 Selecting previously unselected package libmailutils5:amd64.
12:57:03 #10 40.78 Preparing to unpack .../200-libx265-199_3.5-2+b1_amd64.deb ...
12:57:03 #10 40.78 Unpacking libx265-199:amd64 (3.5-2+b1) ...
12:57:03 #10 40.95 Selecting previously unselected package libheif1:amd64.
12:57:03 #10 40.95 Preparing to unpack .../201-libheif1_1.14.2-1_amd64.deb ...
12:57:03 #10 40.96 Unpacking libheif1:amd64 (1.14.2-1) ...
12:57:03 #10 41.04 Selecting previously unselected package libdeflate0:amd64.
12:57:03 #10 62.99 Setting up libmodule-implementation-perl (0.09-2) ...
12:57:03 #10 63.01 Setting up libcgi-fast-perl (1:2.15-1) ...
12:57:03 #10 63.03 Setting up python3-apt (2.5.2+b1) ...
12:57:03 #13 6.286 (1/68): dbus-1.12.20-7.el9.x86_64.rpm            11 kB/s | 3.9 kB     00:00    
12:57:03 #13 6.427 (2/68): acl-2.3.1-3.el9.x86_64.rpm              151 kB/s |  73 kB     00:00    
12:57:03 #10 43.51 Preparing to unpack .../292-libpod-parser-perl_1.63-2_all.deb ...
12:57:03 #10 43.52 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:57:03 #10 43.54 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:57:03 #10 43.55 Unpacking libpod-parser-perl (1.63-2) ...
12:57:03 #10 43.59 Selecting previously unselected package libpod-constants-perl.
12:57:03 #10 43.59 Preparing to unpack .../293-libpod-constants-perl_0.19-2_all.deb ...
12:57:03 #10 43.60 Unpacking libpod-constants-perl (0.19-2) ...
12:57:03 #10 43.64 Selecting previously unselected package libproc-processtable-perl.
12:57:03 #10 43.64 Preparing to unpack .../294-libproc-processtable-perl_0.59-2+b1_amd64.deb ...
12:57:03 #10 43.64 Unpacking libproc-processtable-perl (0.59-2+b1) ...
12:57:03 #10 43.68 Selecting previously unselected package libre2-9:amd64.
12:57:03 #10 43.69 Preparing to unpack .../295-libre2-9_20210201+dfsg-1_amd64.deb ...
12:57:03 #10 43.69 Unpacking libre2-9:amd64 (20210201+dfsg-1) ...
12:57:03 #10 43.74 Selecting previously unselected package libre-engine-re2-perl:amd64.
12:57:03 #11 43.78 Setting up xdg-user-dirs (0.17-2ubuntu4) ...
12:57:03 #11 43.82 Setting up libmagic-mgc (1:5.41-4) ...
12:57:03 #11 43.83 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
12:57:03 #11 43.85 Setting up libglib2.0-0:arm64 (2.74.3-0ubuntu1) ...
12:57:03 #11 43.86 No schema files found: doing nothing.
12:57:03 #11 43.87 Setting up distro-info-data (0.54ubuntu0.1) ...
12:57:03 #11 43.88 Setting up manpages (5.13-1) ...
12:57:03 #11 43.90 Setting up libtirpc-common (1.3.3+ds-1) ...
12:57:03 #11 43.92 Setting up libargon2-1:arm64 (0~20171227-0.3) ...
12:57:03 #11 43.93 Setting up unzip (6.0-27ubuntu1) ...
12:57:03 #11 43.95 Setting up libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
12:57:03 #11 43.96 Setting up libbrotli1:arm64 (1.0.9-2build6) ...
12:57:03 #11 43.97 Setting up libsqlite3-0:arm64 (3.39.3-1) ...
12:57:03 #11 43.98 Setting up libsasl2-modules:arm64 (2.1.28+dfsg-6ubuntu2) ...
12:57:03 #11 44.00 Setting up libfcgi-bin (2.4.2-2build2) ...
12:57:03 #11 44.01 Setting up binutils-common:arm64 (2.39-3ubuntu1.1) ...
12:57:03 #11 44.03 Setting up libnghttp2-14:arm64 (1.49.0-1) ...
12:57:03 #11 44.04 Setting up libmagic1:arm64 (1:5.41-4) ...
12:57:03 #11 44.06 Setting up libdeflate0:arm64 (1.12-1) ...
12:57:03 #11 44.07 Setting up less (590-1build1) ...
12:57:03 #11 44.09 Setting up perl-openssl-defaults:arm64 (7) ...
12:57:03 #10 68.64 Setting up libsub-identify-perl (0.14-1+b1) ...
12:57:03 #10 68.66 Setting up libdistro-info-perl (0.21) ...
12:57:03 #10 68.67 Setting up python3-apt (1.8.4.3) ...
12:57:03 #10 68.85 Setting up libio-stringy-perl (2.111-3) ...
12:57:03 #10 68.86 Setting up liblist-moreutils-perl (0.416-1+b4) ...
12:57:03 #10 68.88 Setting up libhtml-tagset-perl (3.20-3) ...
12:57:03 #10 68.89 Setting up liblog-any-perl (1.707-1) ...
12:57:03 #10 33.91 Preparing to unpack .../100-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
12:57:03 #10 33.91 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:57:03 #10 33.95 Selecting previously unselected package libsasl2-2:amd64.
12:57:03 #10 33.95 Preparing to unpack .../101-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
12:57:03 #10 33.96 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:57:03 #10 33.99 Selecting previously unselected package libldap-common.
12:57:03 #10 34.00 Preparing to unpack .../102-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
12:57:03 #10 34.00 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
12:57:03 #10 34.03 Selecting previously unselected package libldap-2.4-2:amd64.
12:57:03 #10 34.03 Preparing to unpack .../103-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_amd64.deb ...
12:57:03 #10 34.04 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ...
12:57:03 #10 34.08 Selecting previously unselected package libnghttp2-14:amd64.
12:57:03 #10 34.09 Preparing to unpack .../104-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ...
12:57:03 #10 34.09 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
12:57:03 #10 34.13 Selecting previously unselected package librtmp1:amd64.
12:57:03 #10 34.13 Preparing to unpack .../105-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ...
12:57:03 #11 31.63 Preparing to unpack .../102-patch_2.7.6-6_amd64.deb ...
12:57:03 #11 31.63 Unpacking patch (2.7.6-6) ...
12:57:03 #11 31.66 Selecting previously unselected package dpkg-dev.
12:57:03 #11 31.66 Preparing to unpack .../103-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
12:57:03 #11 31.67 Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
12:57:03 #11 31.75 Selecting previously unselected package build-essential.
12:57:03 #11 31.76 Preparing to unpack .../104-build-essential_12.8ubuntu1.1_amd64.deb ...
12:57:03 #11 31.76 Unpacking build-essential (12.8ubuntu1.1) ...
12:57:03 #11 31.79 Selecting previously unselected package libbrotli1:amd64.
12:57:03 #11 31.79 Preparing to unpack .../105-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
12:57:03 #11 31.80 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
12:57:03 #11 31.85 Selecting previously unselected package libroken18-heimdal:amd64.
12:57:03 #11 31.85 Preparing to unpack .../106-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
12:57:03 #11 31.86 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:03 #11 31.89 Selecting previously unselected package libasn1-8-heimdal:amd64.
12:57:03 #11 31.90 Preparing to unpack .../107-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
12:57:03 #11 31.90 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:03 #11 31.97 Selecting previously unselected package libheimbase1-heimdal:amd64.
12:57:03 #11 29.97 Unpacking python3-gpg (1.16.0-1.2ubuntu4) ...
12:57:03 #11 30.08 Selecting previously unselected package dput.
12:57:03 #11 30.09 Preparing to unpack .../185-dput_1.1.0ubuntu2_all.deb ...
12:57:03 #11 30.10 Unpacking dput (1.1.0ubuntu2) ...
12:57:03 #11 30.18 Selecting previously unselected package fonts-dejavu-core.
12:57:03 #11 30.18 Preparing to unpack .../186-fonts-dejavu-core_2.37-2build1_all.deb ...
12:57:03 #11 30.19 Unpacking fonts-dejavu-core (2.37-2build1) ...
12:57:03 #11 41.83 Setting up libltdl7:amd64 (2.4.7-4) ...
12:57:03 #11 41.84 Setting up libsasl2-2:amd64 (2.1.28+dfsg-6ubuntu2) ...
12:57:03 #11 41.85 Setting up libwebp7:amd64 (1.2.2-2) ...
12:57:03 #11 41.86 Setting up libfdisk1:amd64 (2.38-4ubuntu1) ...
12:57:03 #11 41.87 Setting up libubsan1:amd64 (12.2.0-3ubuntu1) ...
12:57:03 #11 41.88 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-1ubuntu1) ...
12:57:03 #11 41.89 Setting up libmd0:amd64 (1.0.4-2) ...
12:57:03 #11 41.90 Setting up python-apt-common (2.4.0+22.10) ...
12:57:03 #11 41.91 Setting up dmsetup (2:1.02.185-1ubuntu1) ...
12:57:03 #11 41.92 Setting up libcrypt-dev:amd64 (1:4.4.28-2) ...
12:57:03 #11 41.94 Setting up dbus-session-bus-common (1.14.0-2ubuntu3) ...
12:57:03 #11 41.95 Setting up libasan8:amd64 (12.2.0-3ubuntu1) ...
12:57:03 #11 41.96 Setting up libuchardet0:amd64 (0.0.7-1build2) ...
12:57:03 #11 41.97 Setting up lzop (1.04-2build2) ...
12:57:03 #11 41.98 Setting up libmpdec3:amd64 (2.5.1-2build2) ...
12:57:03 #11 41.99 Setting up git-man (1:2.37.2-1ubuntu1.2) ...
12:57:03 #11 42.00 Setting up libgirepository-1.0-1:amd64 (1.74.0-2) ...
12:57:03 #11 42.01 Setting up netbase (6.3) ...
12:57:03 #11 42.04 Setting up libkrb5-3:amd64 (1.20-1ubuntu0.1) ...
12:57:03 #11 42.05 Setting up libtsan2:amd64 (12.2.0-3ubuntu1) ...
12:57:03 #11 42.06 Setting up libbinutils:amd64 (2.39-3ubuntu1.1) ...
12:57:03 #11 42.07 Setting up dbus-system-bus-common (1.14.0-2ubuntu3) ...
12:57:03 #11 42.17 Setting up libfido2-1:amd64 (1.11.0-1) ...
12:57:03 #11 42.08 Setting up binutils (2.34-6ubuntu1.4) ...
12:57:03 #11 42.09 Setting up libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:03 #11 42.11 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
12:57:03 #11 39.41 Updating certificates in /etc/ssl/certs...
12:57:03 #10 42.73 (20/140): groff-base-1.22.4-10.fc37.aarch64.rpm 6.2 MB/s | 1.0 MB     00:00    
12:57:03 #10 42.77 (21/140): hunspell-1.7.0-21.fc37.aarch64.rpm    1.3 MB/s | 265 kB     00:00    
12:57:03 #10 42.77 (22/140): hunspell-en-0.20140811.1-23.fc37.noar 907 kB/s | 180 kB     00:00    
12:57:03 #10 42.80 (23/140): hunspell-en-GB-0.20140811.1-23.fc37.n 3.2 MB/s | 225 kB     00:00    
12:57:03 #10 42.87 (24/140): hunspell-en-US-0.20140811.1-23.fc37.n 1.7 MB/s | 176 kB     00:00    
12:57:03 #10 42.88 (25/140): hunspell-filesystem-1.7.0-21.fc37.aar  85 kB/s | 8.8 kB     00:00    
12:57:03 #10 42.88 (26/140): json-glib-1.6.6-3.fc37.aarch64.rpm    2.1 MB/s | 160 kB     00:00    
12:57:03 #10 42.95 (27/140): kernel-srpm-macros-1.0-15.fc37.noarch 128 kB/s | 9.4 kB     00:00    
12:57:03 #10 43.87 Preparing to unpack .../262-libmailutils5_1%3a3.5-4_amd64.deb ...
12:57:03 #10 43.88 Unpacking libmailutils5:amd64 (1:3.5-4) ...
12:57:03 #10 43.96 Selecting previously unselected package libmime-tools-perl.
12:57:03 #10 43.96 Preparing to unpack .../263-libmime-tools-perl_5.509-1_all.deb ...
12:57:03 #10 43.97 Unpacking libmime-tools-perl (5.509-1) ...
12:57:03 #10 44.02 Selecting previously unselected package libnet-dns-sec-perl.
12:57:03 #10 44.02 Preparing to unpack .../264-libnet-dns-sec-perl_1.11-1_amd64.deb ...
12:57:03 #10 44.02 Unpacking libnet-dns-sec-perl (1.11-1) ...
12:57:03 #10 44.05 Selecting previously unselected package libnet-libidn-perl.
12:57:03 #10 44.05 Preparing to unpack .../265-libnet-libidn-perl_0.12.ds-3+b1_amd64.deb ...
12:57:03 #10 44.06 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ...
12:57:03 #10 44.09 Selecting previously unselected package libnumber-compare-perl.
12:57:03 #10 44.09 Preparing to unpack .../266-libnumber-compare-perl_0.03-1_all.deb ...
12:57:03 #10 44.09 Unpacking libnumber-compare-perl (0.03-1) ...
12:57:03 #10 44.12 Selecting previously unselected package libnumber-range-perl.
12:57:03 #10 44.12 Preparing to unpack .../267-libnumber-range-perl_0.12-1_all.deb ...
12:57:03 #10 44.13 Unpacking libnumber-range-perl (0.12-1) ...
12:57:03 #10 44.16 Selecting previously unselected package libossp-uuid16:amd64.
12:57:03 #10 44.16 Preparing to unpack .../268-libossp-uuid16_1.6.2-1.5+b7_amd64.deb ...
12:57:03 #10 44.17 Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b7) ...
12:57:03 #10 44.20 Selecting previously unselected package libossp-uuid-perl.
12:57:03 #10 44.20 Preparing to unpack .../269-libossp-uuid-perl_1.6.2-1.5+b7_amd64.deb ...
12:57:03 #10 44.21 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ...
12:57:03 #10 44.24 Selecting previously unselected package libpackage-stash-xs-perl.
12:57:03 #12 5.445 Selecting previously unselected package bash-completion.
12:57:03 #12 5.445 (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 ... 28648 files and directories currently installed.)
12:57:03 #12 5.461 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
12:57:03 #10 41.04 Preparing to unpack .../202-libdeflate0_1.14-1_amd64.deb ...
12:57:03 #10 41.05 Unpacking libdeflate0:amd64 (1.14-1) ...
12:57:03 #10 41.12 Selecting previously unselected package libjbig0:amd64.
12:57:03 #10 41.12 Preparing to unpack .../203-libjbig0_2.1-6.1_amd64.deb ...
12:57:03 #10 41.13 Unpacking libjbig0:amd64 (2.1-6.1) ...
12:57:03 #10 41.21 Selecting previously unselected package liblerc4:amd64.
12:57:03 #10 41.21 Preparing to unpack .../204-liblerc4_4.0.0+ds-2_amd64.deb ...
12:57:03 #10 41.22 Unpacking liblerc4:amd64 (4.0.0+ds-2) ...
12:57:03 #10 41.28 Selecting previously unselected package libwebp7:amd64.
12:57:03 #10 41.28 Preparing to unpack .../205-libwebp7_1.2.4-0.1_amd64.deb ...
12:57:03 #10 41.28 Unpacking libwebp7:amd64 (1.2.4-0.1) ...
12:57:03 #10 63.21 Setting up python3-charset-normalizer (3.0.1-2) ...
12:57:03 #10 23.37 Selecting previously unselected package libubsan1:armhf.
12:57:03 #10 23.37 Preparing to unpack .../052-libubsan1_12.2.0-14_armhf.deb ...
12:57:03 #10 23.37 Unpacking libubsan1:armhf (12.2.0-14) ...
12:57:03 #10 23.52 Selecting previously unselected package libgcc-12-dev:armhf.
12:57:03 #10 23.52 Preparing to unpack .../053-libgcc-12-dev_12.2.0-14_armhf.deb ...
12:57:03 #10 23.52 Unpacking libgcc-12-dev:armhf (12.2.0-14) ...
12:57:03 #13 6.431 (3/68): dbus-common-1.12.20-7.el9.noarch.rpm    102 kB/s |  15 kB     00:00    
12:57:03 #13 6.572 (4/68): device-mapper-1.02.187-4.el9.x86_64.rpm 973 kB/s | 141 kB     00:00    
12:57:03 #13 6.576 (5/68): dbus-broker-28-7.el9.x86_64.rpm         271 kB/s | 172 kB     00:00    
12:57:03 #13 6.646 (6/68): kmod-libs-28-7.el9.x86_64.rpm           878 kB/s |  64 kB     00:00    
12:57:03 #13 6.651 (7/68): libcbor-0.7.0-5.el9.x86_64.rpm          766 kB/s |  57 kB     00:00    
12:57:03 #13 6.716 (8/68): device-mapper-libs-1.02.187-4.el9.x86_6 627 kB/s | 178 kB     00:00    
12:57:03 #10 43.74 Preparing to unpack .../296-libre-engine-re2-perl_0.14-1_amd64.deb ...
12:57:03 #10 43.74 Unpacking libre-engine-re2-perl:amd64 (0.14-1) ...
12:57:03 #10 43.77 Selecting previously unselected package libreadonly-perl.
12:57:03 #10 43.77 Preparing to unpack .../297-libreadonly-perl_2.050-3_all.deb ...
12:57:03 #10 43.78 Unpacking libreadonly-perl (2.050-3) ...
12:57:03 #10 43.81 Selecting previously unselected package libref-util-perl.
12:57:03 #10 43.81 Preparing to unpack .../298-libref-util-perl_0.204-1_all.deb ...
12:57:03 #10 43.81 Unpacking libref-util-perl (0.204-1) ...
12:57:03 #10 43.85 Selecting previously unselected package libref-util-xs-perl.
12:57:03 #10 43.85 Preparing to unpack .../299-libref-util-xs-perl_0.117-1+b3_amd64.deb ...
12:57:03 #10 43.85 Unpacking libref-util-xs-perl (0.117-1+b3) ...
12:57:03 #10 43.88 Selecting previously unselected package libregexp-pattern-license-perl.
12:57:03 #10 43.88 Preparing to unpack .../300-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
12:57:03 #10 43.89 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
12:57:03 #10 43.92 Selecting previously unselected package libregexp-pattern-perl.
12:57:03 #10 43.93 Preparing to unpack .../301-libregexp-pattern-perl_0.2.14-1_all.deb ...
12:57:03 #10 43.93 Unpacking libregexp-pattern-perl (0.2.14-1) ...
12:57:03 #10 43.97 Selecting previously unselected package libsasl2-modules:amd64.
12:57:03 #11 44.10 Setting up linux-libc-dev:arm64 (5.19.0-29.30) ...
12:57:03 #11 44.11 Setting up libctf-nobfd0:arm64 (2.39-3ubuntu1.1) ...
12:57:03 #11 44.13 Setting up gettext-base (0.21-8) ...
12:57:03 #11 44.20 Setting up m4 (1.4.19-1) ...
12:57:03 #11 44.21 Setting up liblzo2-2:arm64 (2.10-2build3) ...
12:57:03 #11 44.22 Setting up libnpth0:arm64 (1.6-3build2) ...
12:57:03 #11 44.24 Setting up krb5-locales (1.20-1ubuntu0.1) ...
12:57:03 #11 44.25 Setting up file (1:5.41-4) ...
12:57:03 #11 44.27 Setting up libassuan0:arm64 (2.5.5-4) ...
12:57:03 #11 44.28 Setting up libgomp1:arm64 (12.2.0-3ubuntu1) ...
12:57:03 #11 44.29 Setting up perl-modules-5.34 (5.34.0-5ubuntu1.1) ...
12:57:03 #11 44.30 Setting up bzip2 (1.0.8-5build1) ...
12:57:03 #10 68.90 Setting up libauthen-sasl-perl (2.1600-1) ...
12:57:03 #10 68.91 Setting up libpod-constants-perl (0.19-1) ...
12:57:03 #10 68.92 Setting up libregexp-pattern-license-perl (3.0.31-4) ...
12:57:03 #10 68.94 Setting up libconvert-binhex-perl (1.125-1) ...
12:57:03 #10 68.95 Setting up libfuture-perl (0.39-1) ...
12:57:03 #10 68.96 Setting up liblwp-mediatypes-perl (6.02-1) ...
12:57:03 #10 68.97 Setting up libyaml-libyaml-perl (0.76+repack-1) ...
12:57:03 #10 68.99 Setting up libtry-tiny-perl (0.30-1) ...
12:57:03 #10 69.00 Setting up libtype-tiny-perl (1.004004-1) ...
12:57:03 #10 69.01 Setting up libtest-fatal-perl (0.014-1) ...
12:57:03 #10 69.02 Setting up libcommon-sense-perl (3.74-2+b7) ...
12:57:03 #10 69.04 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:57:03 #10 69.06 Setting up libnet-http-perl (6.18-1) ...
12:57:03 #10 69.07 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
12:57:03 #10 69.08 Setting up libencode-locale-perl (1.05-1) ...
12:57:03 #10 69.10 Setting up libtext-levenshtein-perl (0.13-1) ...
12:57:03 #10 69.11 Setting up libnet-dns-perl (1.19-1) ...
12:57:03 #10 69.13 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ...
12:57:03 #10 69.14 Setting up libdevel-callchecker-perl (0.008-1) ...
12:57:03 #10 69.16 Setting up libstring-shellquote-perl (1.04-1) ...
12:57:03 #10 69.17 Setting up libsub-install-perl (0.928-1) ...
12:57:03 #10 69.18 Setting up dpkg-dev (1.19.8) ...
12:57:03 #10 69.20 Setting up libnumber-compare-perl (0.03-1) ...
12:57:03 #10 34.14 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
12:57:03 #10 34.18 Selecting previously unselected package libcurl4:amd64.
12:57:03 #10 34.18 Preparing to unpack .../106-libcurl4_7.58.0-2ubuntu3.22_amd64.deb ...
12:57:03 #10 34.18 Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.22) ...
12:57:03 #10 34.23 Selecting previously unselected package curl.
12:57:03 #10 34.23 Preparing to unpack .../107-curl_7.58.0-2ubuntu3.22_amd64.deb ...
12:57:03 #10 34.23 Unpacking curl (7.58.0-2ubuntu3.22) ...
12:57:03 #10 34.29 Selecting previously unselected package dctrl-tools.
12:57:03 #10 34.29 Preparing to unpack .../108-dctrl-tools_2.24-2build1_amd64.deb ...
12:57:03 #10 34.30 Unpacking dctrl-tools (2.24-2build1) ...
12:57:03 #10 34.34 Selecting previously unselected package libtool.
12:57:03 #10 34.34 Preparing to unpack .../109-libtool_2.4.6-2_all.deb ...
12:57:03 #10 34.35 Unpacking libtool (2.4.6-2) ...
12:57:03 #10 34.40 Selecting previously unselected package dh-autoreconf.
12:57:03 #11 31.97 Preparing to unpack .../108-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
12:57:03 #11 31.98 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:03 #11 32.01 Selecting previously unselected package libhcrypto4-heimdal:amd64.
12:57:03 #11 32.01 Preparing to unpack .../109-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
12:57:03 #11 32.01 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:03 #11 32.05 Selecting previously unselected package libwind0-heimdal:amd64.
12:57:03 #11 32.05 Preparing to unpack .../110-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
12:57:03 #11 32.06 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:03 #11 32.09 Selecting previously unselected package libhx509-5-heimdal:amd64.
12:57:03 #11 32.09 Preparing to unpack .../111-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
12:57:03 #11 32.10 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:03 #11 32.14 Selecting previously unselected package libkrb5-26-heimdal:amd64.
12:57:03 #11 32.14 Preparing to unpack .../112-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
12:57:03 #11 32.15 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:03 #11 32.20 Selecting previously unselected package libheimntlm0-heimdal:amd64.
12:57:03 #11 30.33 Selecting previously unselected package fontconfig-config.
12:57:03 #11 30.33 Preparing to unpack .../187-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
12:57:03 #11 30.34 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
12:57:03 #11 30.38 Selecting previously unselected package libcurl3-gnutls:amd64.
12:57:03 #11 30.38 Preparing to unpack .../188-libcurl3-gnutls_7.81.0-1ubuntu1.7_amd64.deb ...
12:57:03 #11 30.39 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.7) ...
12:57:03 #11 30.42 Selecting previously unselected package liberror-perl.
12:57:03 #11 30.42 Preparing to unpack .../189-liberror-perl_0.17029-1_all.deb ...
12:57:03 #11 30.43 Unpacking liberror-perl (0.17029-1) ...
12:57:03 #11 30.46 Selecting previously unselected package git-man.
12:57:03 #11 42.18 Setting up libisl23:amd64 (0.25-1) ...
12:57:03 #11 42.19 Setting up libc-dev-bin (2.36-0ubuntu4) ...
12:57:03 #11 42.20 Setting up openssl (3.0.5-2ubuntu2.1) ...
12:57:03 #11 42.22 Setting up libbsd0:amd64 (0.11.6-1) ...
12:57:03 #11 42.23 Setting up libelf1:amd64 (0.187-4) ...
12:57:03 #11 42.24 Setting up libjson-c5:amd64 (0.16-1) ...
12:57:03 #11 42.25 Setting up readline-common (8.2-1) ...
12:57:03 #11 42.26 Setting up publicsuffix (20220811.1734-1) ...
12:57:03 #11 42.28 Setting up libxml2:amd64 (2.9.14+dfsg-1ubuntu0.1) ...
12:57:03 #11 42.29 Setting up zstd (1.5.2+dfsg-1) ...
12:57:03 #11 42.30 Setting up libmarkdown2:amd64 (2.2.7-2) ...
12:57:03 #11 42.31 Setting up libcc1-0:amd64 (12.2.0-3ubuntu1) ...
12:57:03 #11 42.32 Setting up iso-codes (4.11.0-1) ...
12:57:03 #11 42.33 Setting up dbus-bin (1.14.0-2ubuntu3) ...
12:57:03 #11 42.34 Setting up liblocale-gettext-perl (1.07-4build3) ...
12:57:03 #11 42.35 Setting up liblsan0:amd64 (12.2.0-3ubuntu1) ...
12:57:03 #11 42.36 Setting up dctrl-tools (2.24-3build2) ...
12:57:03 #11 42.37 Setting up libitm1:amd64 (12.2.0-3ubuntu1) ...
12:57:03 #11 42.38 Setting up libkmod2:amd64 (30+20220630-3ubuntu1) ...
12:57:03 #10 43.02 (28/140): libappstream-glib-0.8.1-1.fc37.aarch6 2.7 MB/s | 389 kB     00:00    
12:57:03 #10 43.07 (29/140): libjpeg-turbo-2.1.3-2.fc37.aarch64.rp 1.0 MB/s | 195 kB     00:00    
12:57:03 #10 43.07 (30/140): libpkgconf-1.8.0-3.fc37.aarch64.rpm   292 kB/s |  36 kB     00:00    
12:57:03 #10 43.09 (31/140): libpng-1.6.37-13.fc37.aarch64.rpm     1.7 MB/s | 114 kB     00:00    
12:57:03 #10 43.15 (32/140): libstemmer-0-19.585svn.fc37.aarch64.r 941 kB/s |  79 kB     00:00    
12:57:03 #10 43.19 (33/140): lua-srpm-macros-1-7.fc37.noarch.rpm    73 kB/s | 8.8 kB     00:00    
12:57:04 #10 44.24 Preparing to unpack .../270-libpackage-stash-xs-perl_0.29-1_amd64.deb ...
12:57:04 #10 44.25 Unpacking libpackage-stash-xs-perl (0.29-1) ...
12:57:04 #10 44.27 Selecting previously unselected package libparse-debianchangelog-perl.
12:57:04 #10 44.28 Preparing to unpack .../271-libparse-debianchangelog-perl_1.2.0-13_all.deb ...
12:57:04 #10 44.28 Unpacking libparse-debianchangelog-perl (1.2.0-13) ...
12:57:04 #10 44.31 Selecting previously unselected package libtext-glob-perl.
12:57:04 #10 44.32 Preparing to unpack .../272-libtext-glob-perl_0.10-1_all.deb ...
12:57:04 #10 44.32 Unpacking libtext-glob-perl (0.10-1) ...
12:57:04 #10 44.35 Selecting previously unselected package libpath-iterator-rule-perl.
12:57:04 #10 44.35 Preparing to unpack .../273-libpath-iterator-rule-perl_1.014-1_all.deb ...
12:57:04 #10 44.36 Unpacking libpath-iterator-rule-perl (1.014-1) ...
12:57:04 #10 44.39 Selecting previously unselected package libperlio-gzip-perl.
12:57:04 #10 44.39 Preparing to unpack .../274-libperlio-gzip-perl_0.19-1+b5_amd64.deb ...
12:57:04 #10 44.39 Unpacking libperlio-gzip-perl (0.19-1+b5) ...
12:57:04 #10 44.42 Selecting previously unselected package libpod-constants-perl.
12:57:04 #10 44.42 Preparing to unpack .../275-libpod-constants-perl_0.19-1_all.deb ...
12:57:04 #10 44.43 Unpacking libpod-constants-perl (0.19-1) ...
12:57:04 #10 44.46 Selecting previously unselected package libreadonly-perl.
12:57:04 #10 41.34 Selecting previously unselected package libtiff6:amd64.
12:57:04 #10 41.35 Preparing to unpack .../206-libtiff6_4.5.0-4_amd64.deb ...
12:57:04 #10 41.35 Unpacking libtiff6:amd64 (4.5.0-4) ...
12:57:04 #10 41.40 Selecting previously unselected package libxau6:amd64.
12:57:04 #10 41.40 Preparing to unpack .../207-libxau6_1%3a1.0.9-1_amd64.deb ...
12:57:04 #10 41.41 Unpacking libxau6:amd64 (1:1.0.9-1) ...
12:57:04 #10 41.44 Selecting previously unselected package libxdmcp6:amd64.
12:57:04 #10 41.44 Preparing to unpack .../208-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
12:57:04 #10 41.45 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
12:57:04 #10 41.48 Selecting previously unselected package libxcb1:amd64.
12:57:04 #10 41.49 Preparing to unpack .../209-libxcb1_1.15-1_amd64.deb ...
12:57:04 #10 41.49 Unpacking libxcb1:amd64 (1.15-1) ...
12:57:04 #10 41.53 Selecting previously unselected package libx11-data.
12:57:04 #10 41.53 Preparing to unpack .../210-libx11-data_2%3a1.8.3-3_all.deb ...
12:57:04 #10 41.53 Unpacking libx11-data (2:1.8.3-3) ...
12:57:04 #12 29.17   Installing       : bzip2-1.0.6-26.el8.x86_64                            11/91 
12:57:04 #12 29.74   Installing       : binutils-2.30-119.el8.x86_64                         12/91 
12:57:04 #12 29.75   Running scriptlet: binutils-2.30-119.el8.x86_64                         12/91 
12:57:04 #12 29.85   Installing       : zip-3.0-23.el8.x86_64                                13/91 
12:57:04 #12 29.88   Upgrading        : python3-rpm-4.14.3-26.el8.x86_64                     14/91 
12:57:04 #12 29.90   Installing       : python-rpm-macros-3-44.el8.noarch                    15/91 
12:57:04 #12 29.90   Installing       : python3-rpm-macros-3-44.el8.noarch                   16/91 
12:57:04 #12 29.92   Installing       : efi-srpm-macros-3-3.el8.noarch                       17/91 
12:57:04 #12 29.93   Installing       : pkgconf-m4-1.4.2-1.el8.noarch                        18/91 
12:57:04 #12 29.95   Installing       : patch-2.7.6-11.el8.x86_64                            19/91 
12:57:04 #10 63.38 Setting up libpackage-stash-perl (0.40-1) ...
12:57:04 #10 63.40 Setting up libimport-into-perl (1.002005-2) ...
12:57:04 #10 63.42 Setting up libmoo-perl (2.005005-1) ...
12:57:04 #10 63.44 Setting up liblist-someutils-perl (0.59-1) ...
12:57:04 #10 63.48 Setting up debhelper (13.11.4) ...
12:57:04 #10 63.50 Setting up libmime-tools-perl (5.510-1) ...
12:57:04 #10 63.53 Setting up liblist-someutils-xs-perl:arm64 (0.58-3) ...
12:57:04 #10 63.56 Setting up python3-chardet (5.1.0+dfsg-2) ...
12:57:04 #10 23.68 Selecting previously unselected package gcc-12.
12:57:04 #10 23.68 Preparing to unpack .../054-gcc-12_12.2.0-14_armhf.deb ...
12:57:04 #10 23.69 Unpacking gcc-12 (12.2.0-14) ...
12:57:04 #13 6.720 (9/68): libedit-3.1-37.20210216cvs.el9.x86_64.r 1.4 MB/s | 105 kB     00:00    
12:57:04 #13 6.725 (10/68): libfido2-1.6.0-7.el9.x86_64.rpm        966 kB/s |  71 kB     00:00    
12:57:04 #13 6.790 (11/68): libseccomp-2.5.2-2.el9.x86_64.rpm      977 kB/s |  72 kB     00:00    
12:57:04 #13 6.937 (12/68): make-4.3-7.el9.x86_64.rpm              2.4 MB/s | 538 kB     00:00    
12:57:04 #13 6.944 (13/68): openssh-8.7p1-28.el9.x86_64.rpm        2.0 MB/s | 457 kB     00:00    
12:57:04 #13 7.010 (14/68): rpm-plugin-selinux-4.16.1.3-22.el9.x86 244 kB/s |  18 kB     00:00    
12:57:04 #10 43.97 Preparing to unpack .../302-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
12:57:04 #10 43.97 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
12:57:04 #10 44.02 Selecting previously unselected package libsereal-decoder-perl.
12:57:04 #10 44.02 Preparing to unpack .../303-libsereal-decoder-perl_4.018+ds-1+b1_amd64.deb ...
12:57:04 #10 44.02 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
12:57:04 #10 44.06 Selecting previously unselected package libsereal-encoder-perl.
12:57:04 #10 44.06 Preparing to unpack .../304-libsereal-encoder-perl_4.018+ds-1+b1_amd64.deb ...
12:57:04 #10 44.07 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
12:57:04 #10 44.11 Selecting previously unselected package libtask-weaken-perl.
12:57:04 #10 44.11 Preparing to unpack .../305-libtask-weaken-perl_1.06-1_all.deb ...
12:57:04 #10 44.12 Unpacking libtask-weaken-perl (1.06-1) ...
12:57:04 #10 44.14 Selecting previously unselected package libxml-parser-perl:amd64.
12:57:04 #10 44.15 Preparing to unpack .../306-libxml-parser-perl_2.46-2_amd64.deb ...
12:57:04 #10 44.15 Unpacking libxml-parser-perl:amd64 (2.46-2) ...
12:57:04 #10 44.20 Selecting previously unselected package libsoap-lite-perl.
12:57:04 #10 44.20 Preparing to unpack .../307-libsoap-lite-perl_1.27-1_all.deb ...
12:57:04 #10 44.21 Unpacking libsoap-lite-perl (1.27-1) ...
12:57:04 #10 44.27 Selecting previously unselected package libsort-key-perl.
12:57:04 #10 44.27 Preparing to unpack .../308-libsort-key-perl_1.33-2+b3_amd64.deb ...
12:57:04 #10 44.27 Unpacking libsort-key-perl (1.33-2+b3) ...
12:57:04 #10 44.31 Selecting previously unselected package libstring-copyright-perl.
12:57:04 #10 44.31 Preparing to unpack .../309-libstring-copyright-perl_0.003006-1_all.deb ...
12:57:04 #10 44.31 Unpacking libstring-copyright-perl (0.003006-1) ...
12:57:04 #11 44.32 Setting up libldap-common (2.5.13+dfsg-1ubuntu1) ...
12:57:04 #11 44.33 Setting up libunwind8:arm64 (1.6.2-0ubuntu1) ...
12:57:04 #11 44.35 Setting up libjbig0:arm64 (2.1-3.1ubuntu0.22.10.1) ...
12:57:04 #11 44.36 Setting up libfakeroot:arm64 (1.29-1ubuntu1) ...
12:57:04 #11 44.38 Setting up libkrb5support0:arm64 (1.20-1ubuntu0.1) ...
12:57:04 #11 44.40 Setting up libnumber-compare-perl (0.03-2) ...
12:57:04 #11 44.41 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-6ubuntu2) ...
12:57:04 #11 44.43 Setting up fakeroot (1.29-1ubuntu1) ...
12:57:04 #11 44.44 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:57:04 #11 44.44 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
12:57:04 #11 44.44 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
12:57:04 #11 44.44 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
12:57:04 #11 44.44 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
12:57:04 #11 44.44 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
12:57:04 #11 44.44 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
12:57:04 #11 44.44 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
12:57:04 #11 44.44 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
12:57:04 #11 44.45 Setting up autotools-dev (20220109.1) ...
12:57:04 #11 44.47 Setting up libglib2.0-data (2.74.3-0ubuntu1) ...
12:57:04 #11 44.48 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
12:57:04 #11 44.49 Setting up libx11-data (2:1.8.1-2) ...
12:57:04 #11 44.51 Setting up make (4.3-4.1build1) ...
12:57:04 #11 44.52 Setting up libmpfr6:arm64 (4.1.0-3build3) ...
12:57:04 #10 69.21 Setting up intltool-debian (0.35.0+20060710.5) ...
12:57:04 #10 69.22 Setting up libio-async-perl (0.72-1) ...
12:57:04 #10 69.24 Setting up liberror-perl (0.17027-2) ...
12:57:04 #10 69.25 Setting up patchutils (0.3.4-2) ...
12:57:04 #10 69.27 Setting up libmail-sendmail-perl (0.80-1) ...
12:57:04 #10 69.28 Setting up libltdl-dev:arm64 (2.4.6-9) ...
12:57:04 #10 69.30 Setting up libxml-sax-base-perl (1.09-1) ...
12:57:04 #10 69.31 Setting up libio-string-perl (1.08-3) ...
12:57:04 #10 69.32 Setting up libreadonly-perl (2.050-1) ...
12:57:04 #10 69.34 Setting up python3-chardet (3.0.4-3) ...
12:57:04 #10 34.40 Preparing to unpack .../110-dh-autoreconf_17_all.deb ...
12:57:04 #10 34.41 Unpacking dh-autoreconf (17) ...
12:57:04 #10 34.44 Selecting previously unselected package libarchive-zip-perl.
12:57:04 #10 34.44 Preparing to unpack .../111-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ...
12:57:04 #10 34.44 Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ...
12:57:04 #10 34.49 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:57:04 #10 34.49 Preparing to unpack .../112-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ...
12:57:04 #10 34.49 Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
12:57:04 #10 34.52 Selecting previously unselected package libtimedate-perl.
12:57:04 #10 34.52 Preparing to unpack .../113-libtimedate-perl_2.3000-2_all.deb ...
12:57:04 #10 34.53 Unpacking libtimedate-perl (2.3000-2) ...
12:57:04 #10 34.57 Selecting previously unselected package dh-strip-nondeterminism.
12:57:04 #10 34.57 Preparing to unpack .../114-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ...
12:57:04 #10 34.58 Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ...
12:57:04 #10 34.61 Selecting previously unselected package libcroco3:amd64.
12:57:04 #10 34.62 Preparing to unpack .../115-libcroco3_0.6.12-2_amd64.deb ...
12:57:04 #10 34.62 Unpacking libcroco3:amd64 (0.6.12-2) ...
12:57:04 #10 34.66 Selecting previously unselected package gettext.
12:57:04 #11 32.20 Preparing to unpack .../113-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
12:57:04 #11 32.21 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:04 #11 32.24 Selecting previously unselected package libgssapi3-heimdal:amd64.
12:57:04 #11 32.24 Preparing to unpack .../114-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
12:57:04 #11 32.24 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:04 #11 32.28 Selecting previously unselected package libsasl2-modules-db:amd64.
12:57:04 #11 32.28 Preparing to unpack .../115-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
12:57:04 #11 32.29 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
12:57:04 #11 32.32 Selecting previously unselected package libsasl2-2:amd64.
12:57:04 #11 32.32 Preparing to unpack .../116-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
12:57:04 #11 32.32 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
12:57:04 #11 32.36 Selecting previously unselected package libldap-common.
12:57:04 #11 32.36 Preparing to unpack .../117-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
12:57:04 #11 32.36 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
12:57:04 #11 32.39 Selecting previously unselected package libldap-2.4-2:amd64.
12:57:04 #11 32.39 Preparing to unpack .../118-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb ...
12:57:04 #11 32.40 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
12:57:04 #11 32.44 Selecting previously unselected package libnghttp2-14:amd64.
12:57:04 #11 30.46 Preparing to unpack .../190-git-man_1%3a2.34.1-1ubuntu1.6_all.deb ...
12:57:04 #11 30.47 Unpacking git-man (1:2.34.1-1ubuntu1.6) ...
12:57:04 #11 30.55 Selecting previously unselected package git.
12:57:04 #11 30.55 Preparing to unpack .../191-git_1%3a2.34.1-1ubuntu1.6_amd64.deb ...
12:57:04 #11 30.56 Unpacking git (1:2.34.1-1ubuntu1.6) ...
12:57:04 #11 30.70 Selecting previously unselected package libalgorithm-diff-perl.
12:57:04 #11 30.70 Preparing to unpack .../192-libalgorithm-diff-perl_1.201-1_all.deb ...
12:57:04 #11 30.71 Unpacking libalgorithm-diff-perl (1.201-1) ...
12:57:04 #11 30.74 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:57:04 #11 42.39 Setting up libgdbm6:amd64 (1.23-1) ...
12:57:04 #11 42.40 Setting up libctf0:amd64 (2.39-3ubuntu1.1) ...
12:57:04 #11 42.41 Setting up libjpeg8:amd64 (8c-2ubuntu10) ...
12:57:04 #11 42.43 Setting up pinentry-curses (1.2.0-2ubuntu1) ...
12:57:04 #11 42.44 Setting up manpages-dev (5.13-1) ...
12:57:04 #11 42.46 Setting up libdw1:amd64 (0.187-4) ...
12:57:04 #11 42.47 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
12:57:04 #11 42.49 Setting up cpp-12 (12.2.0-3ubuntu1) ...
12:57:04 #11 42.50 Setting up libxcb1:amd64 (1.15-1) ...
12:57:04 #11 42.51 Setting up gettext (0.21-8) ...
12:57:04 #11 42.52 Setting up fontconfig-config (2.13.1-4.4ubuntu1) ...
12:57:04 #10 43.27 (34/140): ncurses-6.3-3.20220501.fc37.aarch64.r 2.2 MB/s | 409 kB     00:00    
12:57:04 #10 43.28 (35/140): nim-srpm-macros-3-7.fc37.noarch.rpm    67 kB/s | 8.4 kB     00:00    
12:57:04 #10 43.28 (36/140): ocaml-srpm-macros-7-2.fc37.noarch.rpm 151 kB/s |  13 kB     00:00    
12:57:04 #10 43.34 (37/140): openblas-srpm-macros-2-12.fc37.noarch 114 kB/s | 7.5 kB     00:00    
12:57:04 #10 43.35 (38/140): package-notes-srpm-macros-0.5-6.fc37. 163 kB/s |  11 kB     00:00    
12:57:04 #10 43.41 (39/140): patch-2.7.6-17.fc37.aarch64.rpm       929 kB/s | 121 kB     00:00    
12:57:04 #10 43.43 (40/140): perl-AutoLoader-5.74-492.fc37.noarch. 273 kB/s |  24 kB     00:00    
12:57:04 #10 43.45 (41/140): perl-B-1.83-492.fc37.aarch64.rpm      1.7 MB/s | 186 kB     00:00    
12:57:04 #10 44.46 Preparing to unpack .../276-libreadonly-perl_2.050-1_all.deb ...
12:57:04 #10 44.46 Unpacking libreadonly-perl (2.050-1) ...
12:57:04 #10 44.49 Selecting previously unselected package libref-util-perl.
12:57:04 #10 44.50 Preparing to unpack .../277-libref-util-perl_0.204-1_all.deb ...
12:57:04 #10 44.50 Unpacking libref-util-perl (0.204-1) ...
12:57:04 #10 44.53 Selecting previously unselected package libref-util-xs-perl.
12:57:04 #10 44.53 Preparing to unpack .../278-libref-util-xs-perl_0.117-1+b1_amd64.deb ...
12:57:04 #10 44.54 Unpacking libref-util-xs-perl (0.117-1+b1) ...
12:57:04 #10 44.57 Selecting previously unselected package libregexp-pattern-license-perl.
12:57:04 #10 44.57 Preparing to unpack .../279-libregexp-pattern-license-perl_3.0.31-4_all.deb ...
12:57:04 #10 44.58 Unpacking libregexp-pattern-license-perl (3.0.31-4) ...
12:57:04 #10 44.61 Selecting previously unselected package libsasl2-modules:amd64.
12:57:04 #10 44.61 Preparing to unpack .../280-libsasl2-modules_2.1.27+dfsg-1+deb10u2_amd64.deb ...
12:57:04 #10 44.62 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:57:04 #10 44.66 Selecting previously unselected package libsereal-decoder-perl.
12:57:04 #10 44.66 Preparing to unpack .../281-libsereal-decoder-perl_4.005+ds-1+b1_amd64.deb ...
12:57:04 #10 44.67 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ...
12:57:04 #10 44.70 Selecting previously unselected package libsereal-encoder-perl.
12:57:04 #9 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 5.1s
12:57:04 #7 ...
12:57:04 
12:57:04 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:57:04 #10 10.29 Get:5 http://archive.raspbian.org/raspbian buster/main armhf libuchardet0 armhf 0.0.6-3 [62.2 kB]
12:57:04 #10 10.29 Get:6 http://archive.raspbian.org/raspbian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [782 kB]
12:57:04 #10 10.38 Get:7 http://archive.raspbian.org/raspbian buster/main armhf libgdbm6 armhf 1.18.1-4 [61.1 kB]
12:57:04 #10 10.38 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libpipeline1 armhf 1.5.1-2 [26.6 kB]
12:57:04 #10 10.38 Get:9 http://archive.raspbian.org/raspbian buster/main armhf man-db armhf 2.8.5-2 [1230 kB]
12:57:04 #10 10.46 Get:10 http://archive.raspbian.org/raspbian buster/main armhf perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
12:57:04 #10 10.55 Get:11 http://archive.raspberrypi.org/debian buster/main armhf libc-dev-bin armhf 2.28-10+rpt2+rpi1+deb10u1 [267 kB]
12:57:04 #10 10.55 Get:12 http://archive.raspberrypi.org/debian buster/main armhf linux-libc-dev armhf 1:1.20220308~buster-1 [1012 kB]
12:57:04 #10 10.58 Get:13 http://archive.raspberrypi.org/debian buster/main armhf libc6-dev armhf 2.28-10+rpt2+rpi1+deb10u1 [2112 kB]
12:57:04 #10 10.62 Get:14 http://archive.raspbian.org/raspbian buster/main armhf libgdbm-compat4 armhf 1.18.1-4 [43.7 kB]
12:57:04 #10 10.62 Get:15 http://archive.raspbian.org/raspbian buster/main armhf libperl5.28 armhf 5.28.1-6+deb10u1 [3193 kB]
12:57:04 #10 10.67 Get:16 http://archive.raspberrypi.org/debian buster/main armhf libdebhelper-perl all 13.2~bpo10+1 [188 kB]
12:57:04 #10 10.68 Get:17 http://archive.raspberrypi.org/debian buster/main armhf debhelper all 13.2~bpo10+1 [1009 kB]
12:57:04 #10 10.82 Get:18 http://archive.raspbian.org/raspbian buster/main armhf perl armhf 5.28.1-6+deb10u1 [204 kB]
12:57:04 #10 10.82 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u4 [583 kB]
12:57:04 #10 10.82 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libexpat1 armhf 2.2.6-2+deb10u6 [78.8 kB]
12:57:04 #10 10.82 Get:21 http://archive.raspbian.org/raspbian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u4 [1463 kB]
12:57:04 #10 10.88 Get:22 http://archive.raspbian.org/raspbian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
12:57:04 #10 10.88 Get:23 http://archive.raspbian.org/raspbian buster/main armhf mime-support all 3.62 [37.2 kB]
12:57:04 #10 10.88 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libmpdec2 armhf 2.4.2-2 [67.2 kB]
12:57:04 #10 10.88 Get:25 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u4 [1663 kB]
12:57:04 #10 11.01 Get:26 http://archive.raspbian.org/raspbian buster/main armhf python3.7 armhf 3.7.3-2+deb10u4 [330 kB]
12:57:04 #10 11.02 Get:27 http://archive.raspbian.org/raspbian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
12:57:04 #10 11.02 Get:28 http://archive.raspbian.org/raspbian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
12:57:04 #10 11.02 Get:29 http://archive.raspbian.org/raspbian buster/main armhf sensible-utils all 0.0.12 [15.8 kB]
12:57:04 #10 11.04 Get:30 http://archive.raspbian.org/raspbian buster/main armhf bzip2 armhf 1.0.6-9.2~deb10u2 [46.3 kB]
12:57:04 #10 11.04 Get:31 http://archive.raspbian.org/raspbian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB]
12:57:04 #10 11.04 Get:32 http://archive.raspbian.org/raspbian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB]
12:57:04 #10 11.05 Get:33 http://archive.raspbian.org/raspbian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.5 kB]
12:57:04 #10 11.05 Get:34 http://archive.raspbian.org/raspbian buster/main armhf gettext-base armhf 0.19.8.1-9 [117 kB]
12:57:04 #10 11.09 Get:35 http://archive.raspbian.org/raspbian buster/main armhf xz-utils armhf 5.2.4-1+deb10u1 [179 kB]
12:57:04 #10 11.18 Get:36 http://archive.raspbian.org/raspbian buster/main armhf libsigsegv2 armhf 2.12-2 [32.3 kB]
12:57:04 #10 11.18 Get:37 http://archive.raspbian.org/raspbian buster/main armhf m4 armhf 1.4.18-2 [185 kB]
12:57:04 #10 11.18 Get:38 http://archive.raspbian.org/raspbian buster/main armhf autoconf all 2.69-11 [341 kB]
12:57:04 #10 11.19 Get:39 http://archive.raspbian.org/raspbian buster/main armhf autotools-dev all 20180224.1 [77.0 kB]
12:57:04 #10 11.19 Get:40 http://archive.raspbian.org/raspbian buster/main armhf automake all 1:1.16.1-4 [771 kB]
12:57:04 #10 11.21 Get:41 http://archive.raspbian.org/raspbian buster/main armhf autopoint all 0.19.8.1-9 [434 kB]
12:57:04 #10 11.27 Get:42 http://archive.raspbian.org/raspbian buster/main armhf binutils-common armhf 2.31.1-16+rpi2 [2075 kB]
12:57:04 #10 11.41 Get:43 http://archive.raspbian.org/raspbian buster/main armhf libbinutils armhf 2.31.1-16+rpi2 [302 kB]
12:57:04 #10 11.42 Get:44 http://archive.raspbian.org/raspbian buster/main armhf libfl2 armhf 2.6.4-6.2 [103 kB]
12:57:04 #10 11.43 Get:45 http://archive.raspbian.org/raspbian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16+rpi2 [1814 kB]
12:57:04 #10 11.49 Get:46 http://archive.raspbian.org/raspbian buster/main armhf binutils armhf 2.31.1-16+rpi2 [57.0 kB]
12:57:04 #10 11.49 Get:47 http://archive.raspbian.org/raspbian buster/main armhf libisl19 armhf 0.20-2 [439 kB]
12:57:04 #10 11.52 Get:48 http://archive.raspbian.org/raspbian buster/main armhf libmpfr6 armhf 4.0.2-1 [723 kB]
12:57:04 #10 11.54 Get:49 http://archive.raspbian.org/raspbian buster/main armhf libmpc3 armhf 1.1.0-1 [32.1 kB]
12:57:04 #10 11.56 Get:50 http://archive.raspbian.org/raspbian buster/main armhf cpp-8 armhf 8.3.0-6+rpi1 [6787 kB]
12:57:04 #10 11.98 Get:51 http://archive.raspbian.org/raspbian buster/main armhf cpp armhf 4:8.3.0-1+rpi2 [19.6 kB]
12:57:04 #10 11.98 Get:52 http://archive.raspbian.org/raspbian buster/main armhf curl armhf 7.64.0-4+deb10u4 [255 kB]
12:57:04 #10 11.98 Get:53 http://archive.raspbian.org/raspbian buster/main armhf libcurl4 armhf 7.64.0-4+deb10u4 [295 kB]
12:57:04 #10 11.98 Get:54 http://archive.raspbian.org/raspbian buster/main armhf libcc1-0 armhf 8.3.0-6+rpi1 [37.9 kB]
12:57:04 #10 11.98 Get:55 http://archive.raspbian.org/raspbian buster/main armhf libgomp1 armhf 8.3.0-6+rpi1 [64.3 kB]
12:57:04 #10 11.98 Get:56 http://archive.raspbian.org/raspbian buster/main armhf libatomic1 armhf 8.3.0-6+rpi1 [8108 B]
12:57:04 #10 11.98 Get:57 http://archive.raspbian.org/raspbian buster/main armhf libasan5 armhf 8.3.0-6+rpi1 [317 kB]
12:57:04 #10 11.98 Get:58 http://archive.raspbian.org/raspbian buster/main armhf libubsan1 armhf 8.3.0-6+rpi1 [103 kB]
12:57:04 #10 11.99 Get:59 http://archive.raspbian.org/raspbian buster/main armhf libgcc-8-dev armhf 8.3.0-6+rpi1 [595 kB]
12:57:04 #10 12.18 Get:60 http://archive.raspbian.org/raspbian buster/main armhf gcc-8 armhf 8.3.0-6+rpi1 [7223 kB]
12:57:04 #10 12.59 Get:61 http://archive.raspbian.org/raspbian buster/main armhf gcc armhf 4:8.3.0-1+rpi2 [5200 B]
12:57:04 #10 12.59 Get:62 http://archive.raspbian.org/raspbian buster/main armhf libtool all 2.4.6-9 [547 kB]
12:57:04 #10 12.60 Get:63 http://archive.raspbian.org/raspbian buster/main armhf dh-autoreconf all 19 [16.9 kB]
12:57:04 #10 12.61 Get:64 http://archive.raspbian.org/raspbian buster/main armhf libarchive-zip-perl all 1.64-1 [96.8 kB]
12:57:04 #10 12.61 Get:65 http://archive.raspbian.org/raspbian buster/main armhf libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
12:57:04 #10 12.61 Get:66 http://archive.raspbian.org/raspbian buster/main armhf dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
12:57:04 #10 12.61 Get:67 http://archive.raspbian.org/raspbian buster/main armhf libdpkg-perl all 1.19.8 [1415 kB]
12:57:04 #10 12.64 Get:68 http://archive.raspbian.org/raspbian buster/main armhf patch armhf 2.7.6-3+deb10u1 [115 kB]
12:57:04 #10 12.64 Get:69 http://archive.raspbian.org/raspbian buster/main armhf make armhf 4.2.1-1.2 [321 kB]
12:57:04 #10 12.68 Get:70 http://archive.raspbian.org/raspbian buster/main armhf dpkg-dev all 1.19.8 [1776 kB]
12:57:04 #10 12.76 Get:71 http://archive.raspbian.org/raspbian buster/main armhf libelf1 armhf 0.176-1.1 [158 kB]
12:57:04 #10 12.77 Get:72 http://archive.raspbian.org/raspbian buster/main armhf dwz armhf 0.12-3 [66.0 kB]
12:57:04 #10 12.77 Get:73 http://archive.raspbian.org/raspbian buster/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u4 [1079 kB]
12:57:04 #10 12.84 Get:74 http://archive.raspbian.org/raspbian buster/main armhf libicu63 armhf 63.1-6+deb10u3 [7973 kB]
12:57:04 #10 13.31 Get:75 http://archive.raspbian.org/raspbian buster/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u5 [572 kB]
12:57:04 #10 13.33 Get:76 http://archive.raspbian.org/raspbian buster/main armhf libcroco3 armhf 0.6.12-3 [132 kB]
12:57:04 #10 13.33 Get:77 http://archive.raspbian.org/raspbian buster/main armhf gettext armhf 0.19.8.1-9 [1219 kB]
12:57:04 #10 13.36 Get:78 http://archive.raspbian.org/raspbian buster/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
12:57:04 #10 13.36 Get:79 http://archive.raspbian.org/raspbian buster/main armhf po-debconf all 1.0.21 [248 kB]
12:57:04 #10 13.37 Get:80 http://archive.raspbian.org/raspbian buster/main armhf libfakeroot armhf 1.23-1 [43.3 kB]
12:57:04 #10 13.37 Get:81 http://archive.raspbian.org/raspbian buster/main armhf fakeroot armhf 1.23-1 [85.2 kB]
12:57:04 #10 13.37 Get:82 http://archive.raspbian.org/raspbian buster/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
12:57:04 #10 13.37 Get:83 http://archive.raspbian.org/raspbian buster/main armhf libfile-homedir-perl all 1.004-1 [42.7 kB]
12:57:04 #10 13.39 Get:84 http://archive.raspbian.org/raspbian buster/main armhf libio-pty-perl armhf 1:1.08-1.1+b4 [33.0 kB]
12:57:04 #10 13.46 Get:85 http://archive.raspbian.org/raspbian buster/main armhf libipc-run-perl all 20180523.0-1 [101 kB]
12:57:04 #10 13.46 Get:86 http://archive.raspbian.org/raspbian buster/main armhf libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
12:57:04 #10 13.46 Get:87 http://archive.raspbian.org/raspbian buster/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
12:57:04 #10 13.46 Get:88 http://archive.raspbian.org/raspbian buster/main armhf libdevel-globaldestruction-perl all 0.14-1 [8084 B]
12:57:04 #10 13.46 Get:89 http://archive.raspbian.org/raspbian buster/main armhf libb-hooks-op-check-perl armhf 0.22-1+b1 [11.1 kB]
12:57:04 #10 13.46 Get:90 http://archive.raspbian.org/raspbian buster/main armhf libdynaloader-functions-perl all 0.003-1 [12.6 kB]
12:57:04 #10 13.46 Get:91 http://archive.raspbian.org/raspbian buster/main armhf libdevel-callchecker-perl armhf 0.008-1 [15.5 kB]
12:57:04 #10 13.47 Get:92 http://archive.raspbian.org/raspbian buster/main armhf libparams-classify-perl armhf 0.015-1+b1 [24.3 kB]
12:57:04 #10 13.56 Get:93 http://archive.raspbian.org/raspbian buster/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
12:57:04 #10 13.56 Get:94 http://archive.raspbian.org/raspbian buster/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
12:57:04 #10 13.56 Get:95 http://archive.raspbian.org/raspbian buster/main armhf librole-tiny-perl all 2.000006-1 [19.4 kB]
12:57:04 #10 13.56 Get:96 http://archive.raspbian.org/raspbian buster/main armhf libstrictures-perl all 2.000005-1 [18.3 kB]
12:57:04 #10 13.56 Get:97 http://archive.raspbian.org/raspbian buster/main armhf libsub-quote-perl all 2.005001-1 [17.9 kB]
12:57:04 #10 41.61 Selecting previously unselected package libx11-6:amd64.
12:57:04 #10 13.56 Get:98 http://archive.raspbian.org/raspbian buster/main armhf libmoo-perl all 2.003004-2 [57.4 kB]
12:57:04 #10 13.56 Get:99 http://archive.raspbian.org/raspbian buster/main armhf libencode-locale-perl all 1.05-1 [13.7 kB]
12:57:04 #10 13.56 Get:100 http://archive.raspbian.org/raspbian buster/main armhf libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
12:57:04 #10 13.63 Get:101 http://archive.raspbian.org/raspbian buster/main armhf libhttp-date-perl all 6.02-1 [10.7 kB]
12:57:04 #10 13.63 Get:102 http://archive.raspbian.org/raspbian buster/main armhf libfile-listing-perl all 6.04-1 [10.3 kB]
12:57:04 #10 13.72 Get:103 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tagset-perl all 3.20-3 [12.7 kB]
12:57:04 #10 13.72 Get:104 http://archive.raspbian.org/raspbian buster/main armhf liburi-perl all 1.76-1 [89.9 kB]
12:57:04 #10 41.61 Preparing to unpack .../211-libx11-6_2%3a1.8.3-3_amd64.deb ...
12:57:04 #10 41.61 Unpacking libx11-6:amd64 (2:1.8.3-3) ...
12:57:04 #10 13.72 Get:105 http://archive.raspbian.org/raspbian buster/main armhf libhtml-parser-perl armhf 3.72-3+b2 [101 kB]
12:57:04 #10 13.72 Get:106 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
12:57:04 #10 41.72 Selecting previously unselected package libxpm4:amd64.
12:57:04 #10 13.88 Get:107 http://archive.raspbian.org/raspbian buster/main armhf libio-html-perl all 1.001-1 [17.6 kB]
12:57:04 #10 14.05 Get:108 http://archive.raspbian.org/raspbian buster/main armhf liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
12:57:04 #10 41.72 Preparing to unpack .../212-libxpm4_1%3a3.5.12-1.1_amd64.deb ...
12:57:04 #10 41.73 Unpacking libxpm4:amd64 (1:3.5.12-1.1) ...
12:57:04 #10 14.05 Get:109 http://archive.raspbian.org/raspbian buster/main armhf libhttp-message-perl all 6.18-1 [77.8 kB]
12:57:04 #10 14.21 Get:110 http://archive.raspbian.org/raspbian buster/main armhf libhttp-cookies-perl all 6.04-1 [17.8 kB]
12:57:04 #10 14.21 Get:111 http://archive.raspbian.org/raspbian buster/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
12:57:04 #10 14.21 Get:112 http://archive.raspbian.org/raspbian buster/main armhf perl-openssl-defaults armhf 3 [6782 B]
12:57:04 #10 14.21 Get:113 http://archive.raspbian.org/raspbian buster/main armhf libnet-ssleay-perl armhf 1.85-2+deb10u1 [286 kB]
12:57:04 #10 14.29 Get:114 http://archive.raspbian.org/raspbian buster/main armhf libio-socket-ssl-perl all 2.060-3 [207 kB]
12:57:04 #10 14.38 Get:115 http://archive.raspbian.org/raspbian buster/main armhf libnet-http-perl all 6.18-1 [24.5 kB]
12:57:04 #10 14.38 Get:116 http://archive.raspbian.org/raspbian buster/main armhf liblwp-protocol-https-perl all 6.07-2 [9242 B]
12:57:04 #10 41.77 Selecting previously unselected package libgd3:amd64.
12:57:04 #10 41.77 Preparing to unpack .../213-libgd3_2.3.3-7+b1_amd64.deb ...
12:57:04 #10 14.38 Get:117 http://archive.raspbian.org/raspbian buster/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
12:57:04 #10 14.38 Get:118 http://archive.raspbian.org/raspbian buster/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
12:57:04 #10 41.78 Unpacking libgd3:amd64 (2.3.3-7+b1) ...
12:57:04 #10 41.82 Selecting previously unselected package libc-devtools.
12:57:04 #10 14.38 Get:119 http://archive.raspbian.org/raspbian buster/main armhf libwww-perl all 6.36-2 [188 kB]
12:57:04 #10 41.82 Preparing to unpack .../214-libc-devtools_2.36-8_amd64.deb ...
12:57:04 #10 41.82 Unpacking libc-devtools (2.36-8) ...
12:57:04 #10 14.38 Get:120 http://archive.raspbian.org/raspbian buster/main armhf patchutils armhf 0.3.4-2 [83.1 kB]
12:57:04 #10 14.38 Get:121 http://archive.raspbian.org/raspbian buster/main armhf wdiff armhf 1.2.2-2 [120 kB]
12:57:04 #10 14.46 Get:122 http://archive.raspbian.org/raspbian buster/main armhf devscripts armhf 2.19.5+deb10u1 [1045 kB]
12:57:04 #10 14.54 Get:123 http://archive.raspbian.org/raspbian buster/main armhf equivs all 2.2.0 [22.4 kB]
12:57:04 #10 14.54 Get:124 http://archive.raspbian.org/raspbian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u4 [293 kB]
12:57:04 #10 14.54 Get:125 http://archive.raspbian.org/raspbian buster/main armhf libpcre2-8-0 armhf 10.32-5 [184 kB]
12:57:04 #10 14.55 Get:126 http://archive.raspbian.org/raspbian buster/main armhf liberror-perl all 0.17027-2 [30.9 kB]
12:57:04 #10 14.55 Get:127 http://archive.raspbian.org/raspbian buster/main armhf git-man all 1:2.20.1-2+deb10u7 [1623 kB]
12:57:04 #10 14.64 Get:128 http://archive.raspbian.org/raspbian buster/main armhf git armhf 1:2.20.1-2+deb10u7 [4189 kB]
12:57:04 #10 15.18 debconf: delaying package configuration, since apt-utils is not installed
12:57:04 #10 15.23 Fetched 69.6 MB in 6s (12.3 MB/s)
12:57:04 #10 15.30 (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.)
12:57:04 #10 15.30 Preparing to unpack .../libc6_2.28-10+rpt2+rpi1+deb10u1_armhf.deb ...
12:57:04 #10 15.57 Unpacking libc6:armhf (2.28-10+rpt2+rpi1+deb10u1) over (2.28-10+rpi1+deb10u2) ...
12:57:04 #10 17.05 Setting up libc6:armhf (2.28-10+rpt2+rpi1+deb10u1) ...
12:57:04 #10 18.40 Selecting previously unselected package libbsd0:armhf.
12:57:04 #10 18.40 (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.)
12:57:04 #10 18.41 Preparing to unpack .../00-libbsd0_0.9.1-2+deb10u1_armhf.deb ...
12:57:04 #10 18.43 Unpacking libbsd0:armhf (0.9.1-2+deb10u1) ...
12:57:04 #10 18.88 Selecting previously unselected package libtinfo5:armhf.
12:57:04 #10 18.88 Preparing to unpack .../01-libtinfo5_6.1+20181013-2+deb10u3_armhf.deb ...
12:57:04 #10 18.90 Unpacking libtinfo5:armhf (6.1+20181013-2+deb10u3) ...
12:57:04 #10 19.48 Selecting previously unselected package bsdmainutils.
12:57:04 #10 19.48 Preparing to unpack .../02-bsdmainutils_11.1.2_armhf.deb ...
12:57:04 #10 19.63 Unpacking bsdmainutils (11.1.2) ...
12:57:04 #11 42.59 Updating certificates in /etc/ssl/certs...
12:57:04 #12 29.99   Installing       : ncurses-6.1-9.20180224.el8.x86_64                    20/91 
12:57:04 #12 30.00   Installing       : perl-Pod-Escapes-1:1.07-395.el8.noarch               21/91 
12:57:04 #12 30.01   Installing       : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   22/91 
12:57:04 #12 30.02   Installing       : perl-Time-Local-1:1.280-1.el8.noarch                 23/91 
12:57:04 #12 30.04   Installing       : perl-IO-Socket-IP-0.39-5.el8.noarch                  24/91 
12:57:04 #12 30.05   Installing       : perl-Term-ANSIColor-4.06-396.el8.noarch              25/91 
12:57:04 #12 30.06   Installing       : perl-Term-Cap-1.17-395.el8.noarch                    26/91 
12:57:04 #12 30.08   Installing       : perl-File-Temp-0.230.600-1.el8.noarch                27/91 
12:57:04 #12 30.11   Installing       : perl-Pod-Simple-1:3.35-395.el8.noarch                28/91 
12:57:04 #12 30.13   Installing       : perl-HTTP-Tiny-0.074-1.el8.noarch                    29/91 
12:57:04 #12 30.15   Installing       : perl-podlators-4.11-1.el8.noarch                     30/91 
12:57:04 #12 30.17   Installing       : perl-Pod-Perldoc-3.28-396.el8.noarch                 31/91 
12:57:04 #12 30.19   Installing       : perl-Text-ParseWords-3.30-395.el8.noarch             32/91 
12:57:04 #12 30.20   Installing       : perl-Pod-Usage-4:1.69-395.el8.noarch                 33/91 
12:57:04 #10 63.90 Setting up python3-debian (0.1.49) ...
12:57:04 #11 39.98 124 added, 0 removed; done.
12:57:04 #11 40.02 Setting up libfreetype6:arm64 (2.11.1+dfsg-1ubuntu0.1) ...
12:57:04 #11 40.03 Setting up libgdbm-compat4:arm64 (1.23-1) ...
12:57:04 #11 40.04 Setting up libgcc-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
12:57:04 #11 40.05 Setting up dwz (0.14-1build2) ...
12:57:04 #11 40.06 Setting up gcc-11 (11.3.0-1ubuntu1~22.04) ...
12:57:04 #11 40.07 Setting up groff-base (1.22.4-8build1) ...
12:57:04 #11 40.09 Setting up cpp (4:11.2.0-1ubuntu1) ...
12:57:04 #11 40.10 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
12:57:04 #11 40.11 Setting up debugedit (1:5.0-4build1) ...
12:57:04 #11 40.12 Setting up libcurl4:arm64 (7.81.0-1ubuntu1.7) ...
12:57:04 #11 40.14 Setting up libc6-dev:arm64 (2.35-0ubuntu3.1) ...
12:57:04 #11 40.15 Setting up libx11-6:arm64 (2:1.7.5-1) ...
12:57:04 #11 40.16 Setting up libtiff5:arm64 (4.3.0-6ubuntu0.3) ...
12:57:04 #11 40.17 Setting up curl (7.81.0-1ubuntu1.7) ...
12:57:04 #11 40.18 Setting up libfontconfig1:arm64 (2.13.1-4.2ubuntu5) ...
12:57:04 #11 40.19 Setting up libxml2:arm64 (2.9.13+dfsg-1ubuntu0.2) ...
12:57:04 #11 40.20 Setting up libxmuu1:arm64 (2:1.1.3-3) ...
12:57:04 #11 40.22 Setting up gpg (2.2.27-3ubuntu2.1) ...
12:57:04 #11 40.22 Setting up libpython3-stdlib:arm64 (3.10.6-1~22.04) ...
12:57:04 #11 40.24 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
12:57:04 #12 6.128 Unpacking bash-completion (1:2.11-2) ...
12:57:04 #13 7.018 (15/68): selinux-policy-38.1.5-1.el9.noarch.rpm 732 kB/s |  54 kB     00:00    
12:57:04 #13 7.146 (16/68): openssh-clients-8.7p1-28.el9.x86_64.rp 1.9 MB/s | 707 kB     00:00    
12:57:04 #13 7.222 (17/68): systemd-pam-252-3.el9.x86_64.rpm       3.3 MB/s | 255 kB     00:00    
12:57:04 #10 44.34 Selecting previously unselected package libstring-escape-perl.
12:57:04 #10 44.35 Preparing to unpack .../310-libstring-escape-perl_2010.002-2_all.deb ...
12:57:04 #10 44.35 Unpacking libstring-escape-perl (2010.002-2) ...
12:57:04 #10 44.38 Selecting previously unselected package libstring-shellquote-perl.
12:57:04 #10 44.38 Preparing to unpack .../311-libstring-shellquote-perl_1.04-1_all.deb ...
12:57:04 #10 44.39 Unpacking libstring-shellquote-perl (1.04-1) ...
12:57:04 #10 44.42 Selecting previously unselected package libsys-cpuaffinity-perl:amd64.
12:57:04 #10 44.42 Preparing to unpack .../312-libsys-cpuaffinity-perl_1.13~03-1_amd64.deb ...
12:57:04 #10 44.42 Unpacking libsys-cpuaffinity-perl:amd64 (1.13~03-1) ...
12:57:04 #10 44.45 Selecting previously unselected package libterm-readkey-perl.
12:57:04 #10 44.46 Preparing to unpack .../313-libterm-readkey-perl_2.38-1+b2_amd64.deb ...
12:57:04 #10 44.46 Unpacking libterm-readkey-perl (2.38-1+b2) ...
12:57:04 #10 44.50 Selecting previously unselected package libtext-levenshteinxs-perl.
12:57:04 #10 44.50 Preparing to unpack .../314-libtext-levenshteinxs-perl_0.03-4+b8_amd64.deb ...
12:57:04 #10 44.50 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
12:57:04 #10 44.54 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
12:57:04 #11 44.53 Setting up gnupg-l10n (2.2.35-3ubuntu1) ...
12:57:04 #11 44.55 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:57:04 #11 44.56 Setting up liblerc3:arm64 (3.0+ds-1ubuntu1) ...
12:57:04 #11 44.57 Setting up lzip (1.23-4) ...
12:57:04 #11 44.59 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
12:57:04 #11 44.59 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
12:57:04 #11 44.59 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
12:57:04 #11 44.59 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
12:57:04 #11 44.59 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
12:57:04 #11 44.59 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
12:57:04 #11 44.60 Setting up strace (5.16-0ubuntu4) ...
12:57:04 #11 44.61 Setting up libdbus-1-3:arm64 (1.14.0-2ubuntu3) ...
12:57:04 #11 44.63 Setting up xz-utils (5.2.5-2.1) ...
12:57:04 #11 44.64 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:57:04 #11 44.64 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
12:57:04 #11 44.64 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
12:57:04 #11 44.64 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
12:57:04 #11 44.64 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
12:57:04 #11 44.64 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
12:57:04 #11 44.64 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
12:57:04 #11 44.64 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
12:57:04 #11 44.64 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
12:57:04 #11 44.64 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
12:57:04 #11 44.64 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
12:57:04 #11 44.65 Setting up t1utils (1.41-4build2) ...
12:57:04 #11 44.66 Setting up diffstat (1.64-1build2) ...
12:57:04 #11 44.68 Setting up libpng16-16:arm64 (1.6.38-2) ...
12:57:04 #11 44.69 Setting up libmpc3:arm64 (1.2.1-2build1) ...
12:57:04 #11 44.70 Setting up libatomic1:arm64 (12.2.0-3ubuntu1) ...
12:57:04 #11 44.72 Setting up patch (2.7.6-7build2) ...
12:57:04 #11 44.74 Setting up autopoint (0.21-8) ...
12:57:04 #11 44.75 Setting up fonts-dejavu-core (2.37-2build1) ...
12:57:04 #11 44.84 Setting up ucf (3.0043) ...
12:57:04 #10 69.61 Setting up libstring-copyright-perl (0.003006-1) ...
12:57:04 #10 69.63 Setting up python3-debian (0.1.35) ...
12:57:04 #10 34.66 Preparing to unpack .../116-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ...
12:57:04 #10 34.66 Unpacking gettext (0.19.8.1-6ubuntu0.3) ...
12:57:04 #10 34.81 Selecting previously unselected package intltool-debian.
12:57:04 #10 34.81 Preparing to unpack .../117-intltool-debian_0.35.0+20060710.4_all.deb ...
12:57:04 #10 34.82 Unpacking intltool-debian (0.35.0+20060710.4) ...
12:57:04 #10 34.85 Selecting previously unselected package po-debconf.
12:57:04 #10 34.85 Preparing to unpack .../118-po-debconf_1.0.20_all.deb ...
12:57:04 #10 34.86 Unpacking po-debconf (1.0.20) ...
12:57:04 #10 34.91 Selecting previously unselected package debhelper.
12:57:04 #11 32.44 Preparing to unpack .../119-libnghttp2-14_1.40.0-1build1_amd64.deb ...
12:57:04 #11 32.45 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ...
12:57:04 #11 32.49 Selecting previously unselected package librtmp1:amd64.
12:57:04 #11 32.49 Preparing to unpack .../120-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
12:57:04 #11 32.50 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
12:57:04 #11 32.53 Selecting previously unselected package libssh-4:amd64.
12:57:04 #11 32.54 Preparing to unpack .../121-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ...
12:57:04 #11 32.54 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
12:57:04 #11 32.59 Selecting previously unselected package libcurl4:amd64.
12:57:04 #11 32.59 Preparing to unpack .../122-libcurl4_7.68.0-1ubuntu2.15_amd64.deb ...
12:57:04 #11 32.60 Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.15) ...
12:57:04 #11 32.65 Selecting previously unselected package curl.
12:57:04 #11 32.65 Preparing to unpack .../123-curl_7.68.0-1ubuntu2.15_amd64.deb ...
12:57:04 #11 32.65 Unpacking curl (7.68.0-1ubuntu2.15) ...
12:57:04 #11 32.70 Selecting previously unselected package dctrl-tools.
12:57:04 #12 1.319 Reading package lists...
12:57:04 #11 30.74 Preparing to unpack .../193-libalgorithm-diff-xs-perl_0.04-6build3_amd64.deb ...
12:57:04 #11 30.74 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
12:57:04 #11 30.77 Selecting previously unselected package libalgorithm-merge-perl.
12:57:04 #11 30.77 Preparing to unpack .../194-libalgorithm-merge-perl_0.08-3_all.deb ...
12:57:04 #11 30.78 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:57:04 #11 30.81 Selecting previously unselected package libaliased-perl.
12:57:04 #11 30.81 Preparing to unpack .../195-libaliased-perl_0.34-1.1_all.deb ...
12:57:04 #11 30.82 Unpacking libaliased-perl (0.34-1.1) ...
12:57:04 #11 30.85 Selecting previously unselected package libapt-pkg-perl.
12:57:04 #11 30.85 Preparing to unpack .../196-libapt-pkg-perl_0.1.40build2_amd64.deb ...
12:57:04 #11 30.85 Unpacking libapt-pkg-perl (0.1.40build2) ...
12:57:04 #11 30.88 Selecting previously unselected package libarchive-cpio-perl.
12:57:04 #11 30.89 Preparing to unpack .../197-libarchive-cpio-perl_0.10-1.1_all.deb ...
12:57:04 #11 30.89 Unpacking libarchive-cpio-perl (0.10-1.1) ...
12:57:04 #11 30.92 Selecting previously unselected package libarray-intspan-perl.
12:57:04 #11 30.92 Preparing to unpack .../198-libarray-intspan-perl_2.004-1_all.deb ...
12:57:04 #11 30.93 Unpacking libarray-intspan-perl (2.004-1) ...
12:57:04 #11 30.95 Selecting previously unselected package libmodule-implementation-perl.
12:57:04 #11 42.67 Setting up libedit2:amd64 (3.1-20210910-1build1) ...
12:57:04 #11 42.68 Setting up libreadline8:amd64 (8.2-1) ...
12:57:04 #11 42.69 Setting up dbus-daemon (1.14.0-2ubuntu3) ...
12:57:04 #11 42.72 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-1ubuntu1) ...
12:57:04 #11 42.74 Setting up ca-certificates (20211016ubuntu0.22.10.1) ...
12:57:04 #10 43.50 (42/140): perl-Carp-1.52-489.fc37.noarch.rpm    315 kB/s |  29 kB     00:00    
12:57:04 #10 43.51 (43/140): perl-Class-Struct-0.66-492.fc37.noarc 329 kB/s |  25 kB     00:00    
12:57:04 #10 43.52 (44/140): perl-Data-Dumper-2.184-490.fc37.aarch 832 kB/s |  55 kB     00:00    
12:57:04 #10 43.58 (45/140): perl-Digest-1.20-489.fc37.noarch.rpm  345 kB/s |  26 kB     00:00    
12:57:04 #10 43.58 (46/140): perl-Digest-MD5-2.58-489.fc37.aarch64 476 kB/s |  36 kB     00:00    
12:57:04 #10 43.64 (47/140): perl-DynaLoader-1.52-492.fc37.aarch64 241 kB/s |  29 kB     00:00    
12:57:04 #10 44.70 Preparing to unpack .../282-libsereal-encoder-perl_4.005+ds-1+b1_amd64.deb ...
12:57:04 #10 44.71 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ...
12:57:04 #10 44.75 Selecting previously unselected package libsereal-perl.
12:57:04 #10 44.75 Preparing to unpack .../283-libsereal-perl_4.005-1_all.deb ...
12:57:04 #10 44.75 Unpacking libsereal-perl (4.005-1) ...
12:57:04 #10 44.78 Selecting previously unselected package libtask-weaken-perl.
12:57:04 #10 44.79 Preparing to unpack .../284-libtask-weaken-perl_1.06-1_all.deb ...
12:57:04 #10 44.79 Unpacking libtask-weaken-perl (1.06-1) ...
12:57:04 #10 44.82 Selecting previously unselected package libxml-parser-perl.
12:57:04 #10 44.82 Preparing to unpack .../285-libxml-parser-perl_2.44-4_amd64.deb ...
12:57:04 #10 44.83 Unpacking libxml-parser-perl (2.44-4) ...
12:57:04 #10 44.88 Selecting previously unselected package libsoap-lite-perl.
12:57:04 #10 44.88 Preparing to unpack .../286-libsoap-lite-perl_1.27-1_all.deb ...
12:57:04 #10 44.89 Unpacking libsoap-lite-perl (1.27-1) ...
12:57:04 #10 44.95 Selecting previously unselected package libsort-key-perl.
12:57:04 #10 41.86 Selecting previously unselected package libcapture-tiny-perl.
12:57:04 #10 41.87 Preparing to unpack .../215-libcapture-tiny-perl_0.48-2_all.deb ...
12:57:04 #10 41.87 Unpacking libcapture-tiny-perl (0.48-2) ...
12:57:04 #10 41.90 Selecting previously unselected package libcgi-pm-perl.
12:57:04 #10 41.91 Preparing to unpack .../216-libcgi-pm-perl_4.55-1_all.deb ...
12:57:04 #10 41.91 Unpacking libcgi-pm-perl (4.55-1) ...
12:57:04 #10 41.96 Selecting previously unselected package libfcgi0ldbl:amd64.
12:57:04 #10 41.97 Preparing to unpack .../217-libfcgi0ldbl_2.4.2-2_amd64.deb ...
12:57:04 #10 41.97 Unpacking libfcgi0ldbl:amd64 (2.4.2-2) ...
12:57:04 #10 42.00 Selecting previously unselected package libfcgi-perl.
12:57:04 #10 42.00 Preparing to unpack .../218-libfcgi-perl_0.82+ds-2_amd64.deb ...
12:57:04 #10 42.01 Unpacking libfcgi-perl (0.82+ds-2) ...
12:57:04 #10 42.04 Selecting previously unselected package libcgi-fast-perl.
12:57:04 #10 42.04 Preparing to unpack .../219-libcgi-fast-perl_1%3a2.15-1_all.deb ...
12:57:04 #10 42.05 Unpacking libcgi-fast-perl (1:2.15-1) ...
12:57:04 #10 42.08 Selecting previously unselected package libclass-data-inheritable-perl.
12:57:04 #10 20.08 Selecting previously unselected package libuchardet0:armhf.
12:57:04 #10 20.08 Preparing to unpack .../03-libuchardet0_0.0.6-3_armhf.deb ...
12:57:04 #12 30.21   Installing       : perl-MIME-Base64-3.15-396.el8.x86_64                 34/91 
12:57:04 #12 30.23   Installing       : perl-Storable-1:3.11-3.el8.x86_64                    35/91 
12:57:04 #12 30.25   Installing       : perl-Getopt-Long-1:2.50-4.el8.noarch                 36/91 
12:57:04 #12 30.26   Installing       : perl-Errno-1.28-422.el8.x86_64                       37/91 
12:57:04 #12 30.28   Installing       : perl-Socket-4:2.027-3.el8.x86_64                     38/91 
12:57:04 #11 40.25 Setting up libperl5.34:arm64 (5.34.0-3ubuntu1.1) ...
12:57:04 #11 40.26 Setting up gettext (0.21-4ubuntu4) ...
12:57:04 #11 40.27 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
12:57:04 #10 64.10 Setting up python3-requests (2.28.1+dfsg-1) ...
12:57:04 #12 6.292 Selecting previously unselected package cmake-data.
12:57:04 #12 6.296 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ...
12:57:04 #12 6.304 Unpacking cmake-data (3.18.4-2+deb11u1) ...
12:57:04 #13 7.297 (18/68): systemd-rpm-macros-252-3.el9.noarch.rp 580 kB/s |  43 kB     00:00    
12:57:04 #13 7.370 (19/68): which-2.21-28.el9.x86_64.rpm           574 kB/s |  42 kB     00:00    
12:57:04 #10 44.54 Preparing to unpack .../315-libtext-markdown-discount-perl_0.12-1+b1_amd64.deb ...
12:57:04 #10 44.54 Unpacking libtext-markdown-discount-perl:amd64 (0.12-1+b1) ...
12:57:04 #10 44.57 Selecting previously unselected package libtext-xslate-perl.
12:57:04 #10 44.58 Preparing to unpack .../316-libtext-xslate-perl_3.5.8-1+b1_amd64.deb ...
12:57:04 #10 44.58 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
12:57:04 #10 44.64 Selecting previously unselected package libtime-duration-perl.
12:57:04 #10 44.64 Preparing to unpack .../317-libtime-duration-perl_1.21-1_all.deb ...
12:57:04 #10 44.64 Unpacking libtime-duration-perl (1.21-1) ...
12:57:04 #10 44.67 Selecting previously unselected package libtime-moment-perl.
12:57:04 #10 44.68 Preparing to unpack .../318-libtime-moment-perl_0.44-1+b3_amd64.deb ...
12:57:04 #10 44.68 Unpacking libtime-moment-perl (0.44-1+b3) ...
12:57:04 #10 44.71 Selecting previously unselected package libtype-tiny-xs-perl.
12:57:04 #10 44.72 Preparing to unpack .../319-libtype-tiny-xs-perl_0.022-1_amd64.deb ...
12:57:04 #10 44.72 Unpacking libtype-tiny-xs-perl (0.022-1) ...
12:57:04 #10 44.75 Selecting previously unselected package libunicode-utf8-perl.
12:57:04 #10 44.75 Preparing to unpack .../320-libunicode-utf8-perl_0.62-1+b2_amd64.deb ...
12:57:04 #10 44.76 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
12:57:04 #10 44.79 Selecting previously unselected package libunwind8:amd64.
12:57:04 #10 44.80 Preparing to unpack .../321-libunwind8_1.3.2-2_amd64.deb ...
12:57:04 #10 44.80 Unpacking libunwind8:amd64 (1.3.2-2) ...
12:57:04 #10 44.84 Selecting previously unselected package libxdelta2.
12:57:04 #10 44.85 Preparing to unpack .../322-libxdelta2_1.1.3-9.3_amd64.deb ...
12:57:04 #10 44.85 Unpacking libxdelta2 (1.1.3-9.3) ...
12:57:04 #11 44.95 Setting up libk5crypto3:arm64 (1.20-1ubuntu0.1) ...
12:57:04 #11 44.96 Setting up libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ...
12:57:04 #11 44.98 Setting up libltdl7:arm64 (2.4.7-4) ...
12:57:04 #11 44.99 Setting up libsasl2-2:arm64 (2.1.28+dfsg-6ubuntu2) ...
12:57:04 #11 45.01 Setting up libwebp7:arm64 (1.2.2-2) ...
12:57:04 #11 45.03 Setting up libfdisk1:arm64 (2.38-4ubuntu1) ...
12:57:04 #11 45.04 Setting up libubsan1:arm64 (12.2.0-3ubuntu1) ...
12:57:04 #11 45.06 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-1ubuntu1) ...
12:57:04 #10 34.91 Preparing to unpack .../119-debhelper_11.1.6ubuntu2_all.deb ...
12:57:04 #10 34.92 Unpacking debhelper (11.1.6ubuntu2) ...
12:57:04 #10 35.04 Selecting previously unselected package libfile-which-perl.
12:57:04 #10 35.04 Preparing to unpack .../120-libfile-which-perl_1.21-1_all.deb ...
12:57:04 #10 35.05 Unpacking libfile-which-perl (1.21-1) ...
12:57:04 #10 35.08 Selecting previously unselected package libfile-homedir-perl.
12:57:04 #10 35.09 Preparing to unpack .../121-libfile-homedir-perl_1.002-1_all.deb ...
12:57:04 #10 35.09 Unpacking libfile-homedir-perl (1.002-1) ...
12:57:04 #10 35.14 Selecting previously unselected package devscripts.
12:57:04 #10 35.14 Preparing to unpack .../122-devscripts_2.17.12ubuntu1.1_amd64.deb ...
12:57:04 #12 2.754 dh_testdir
12:57:04 #12 2.771 dh_testroot
12:57:04 #10 69.81 Setting up python3-requests (2.21.0-1) ...
12:57:04 #10 70.02 Setting up libdata-optlist-perl (0.110-1) ...
12:57:04 #11 32.70 Preparing to unpack .../124-dctrl-tools_2.24-3_amd64.deb ...
12:57:04 #11 32.71 Unpacking dctrl-tools (2.24-3) ...
12:57:04 #11 32.74 Selecting previously unselected package libtool.
12:57:04 #11 32.74 Preparing to unpack .../125-libtool_2.4.6-14_all.deb ...
12:57:04 #11 32.75 Unpacking libtool (2.4.6-14) ...
12:57:04 #11 32.79 Selecting previously unselected package dh-autoreconf.
12:57:04 #11 32.80 Preparing to unpack .../126-dh-autoreconf_19_all.deb ...
12:57:04 #11 32.80 Unpacking dh-autoreconf (19) ...
12:57:04 #11 32.83 Selecting previously unselected package libdebhelper-perl.
12:57:04 #11 32.83 Preparing to unpack .../127-libdebhelper-perl_12.10ubuntu1_all.deb ...
12:57:04 #11 32.83 Unpacking libdebhelper-perl (12.10ubuntu1) ...
12:57:04 #11 32.87 Selecting previously unselected package libarchive-zip-perl.
12:57:04 #11 32.87 Preparing to unpack .../128-libarchive-zip-perl_1.67-2_all.deb ...
12:57:04 #11 32.87 Unpacking libarchive-zip-perl (1.67-2) ...
12:57:04 #11 32.91 Selecting previously unselected package libsub-override-perl.
12:57:04 #11 32.91 Preparing to unpack .../129-libsub-override-perl_0.09-2_all.deb ...
12:57:04 #11 32.91 Unpacking libsub-override-perl (0.09-2) ...
12:57:04 #11 32.94 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:57:04 #11 32.94 Preparing to unpack .../130-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
12:57:04 #11 32.94 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
12:57:04 #11 32.97 Selecting previously unselected package dh-strip-nondeterminism.
12:57:04 #11 32.97 Preparing to unpack .../131-dh-strip-nondeterminism_1.7.0-1_all.deb ...
12:57:04 #11 32.98 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
12:57:04 #11 33.00 Selecting previously unselected package dwz.
12:57:04 #11 33.00 Preparing to unpack .../132-dwz_0.13-5_amd64.deb ...
12:57:04 #11 33.01 Unpacking dwz (0.13-5) ...
12:57:04 #11 30.96 Preparing to unpack .../199-libmodule-implementation-perl_0.09-1.1_all.deb ...
12:57:04 #11 30.96 Unpacking libmodule-implementation-perl (0.09-1.1) ...
12:57:04 #11 30.99 Selecting previously unselected package libsub-exporter-progressive-perl.
12:57:04 #11 30.99 Preparing to unpack .../200-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:57:04 #11 30.99 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:57:04 #11 31.02 Selecting previously unselected package libvariable-magic-perl.
12:57:04 #11 31.03 Preparing to unpack .../201-libvariable-magic-perl_0.62-1build5_amd64.deb ...
12:57:04 #11 31.03 Unpacking libvariable-magic-perl (0.62-1build5) ...
12:57:04 #11 31.06 Selecting previously unselected package libb-hooks-endofscope-perl.
12:57:04 #11 31.06 Preparing to unpack .../202-libb-hooks-endofscope-perl_0.25-1_all.deb ...
12:57:04 #11 31.07 Unpacking libb-hooks-endofscope-perl (0.25-1) ...
12:57:04 #11 31.11 Selecting previously unselected package libfreetype6:amd64.
12:57:04 #11 31.11 Preparing to unpack .../203-libfreetype6_2.11.1+dfsg-1ubuntu0.1_amd64.deb ...
12:57:04 #11 31.11 Unpacking libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.1) ...
12:57:04 #11 31.18 Selecting previously unselected package libfontconfig1:amd64.
12:57:04 #11 31.18 Preparing to unpack .../204-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ...
12:57:04 #11 31.19 Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
12:57:04 #11 31.22 Selecting previously unselected package libjpeg-turbo8:amd64.
12:57:04 #11 31.22 Preparing to unpack .../205-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ...
12:57:04 #11 31.23 Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
12:57:04 #11 31.26 Selecting previously unselected package libjpeg8:amd64.
12:57:04 #11 31.26 Preparing to unpack .../206-libjpeg8_8c-2ubuntu10_amd64.deb ...
12:57:04 #11 31.27 Unpacking libjpeg8:amd64 (8c-2ubuntu10) ...
12:57:04 #11 31.30 Selecting previously unselected package libdeflate0:amd64.
12:57:04 #11 31.30 Preparing to unpack .../207-libdeflate0_1.10-2_amd64.deb ...
12:57:04 #10 43.78 (48/140): perl-Encode-3.19-492.fc37.aarch64.rpm 8.3 MB/s | 1.7 MB     00:00    
12:57:04 #10 43.78 (49/140): perl-Errno-1.36-492.fc37.aarch64.rpm   89 kB/s |  18 kB     00:00    
12:57:04 #10 43.79 (50/140): perl-Exporter-5.77-489.fc37.noarch.rp 210 kB/s |  31 kB     00:00    
12:57:04 #10 43.85 (51/140): perl-Fcntl-1.15-492.fc37.aarch64.rpm  369 kB/s |  24 kB     00:00    
12:57:04 #10 43.85 (52/140): perl-File-Basename-2.85-492.fc37.noar 300 kB/s |  20 kB     00:00    
12:57:04 #10 43.86 (53/140): perl-File-Path-2.18-489.fc37.noarch.r 446 kB/s |  35 kB     00:00    
12:57:04 #10 43.91 (54/140): perl-File-Temp-0.231.100-489.fc37.noa 910 kB/s |  59 kB     00:00    
12:57:04 #10 43.92 (55/140): perl-File-stat-1.12-492.fc37.noarch.r 290 kB/s |  20 kB     00:00    
12:57:04 #10 43.93 (56/140): perl-FileHandle-2.03-492.fc37.noarch. 267 kB/s |  19 kB     00:00    
12:57:04 #10 43.98 (57/140): perl-Getopt-Std-1.13-492.fc37.noarch. 289 kB/s |  19 kB     00:00    
12:57:04 #11 43.13 Updating certificates in /etc/ssl/certs...
12:57:04 #10 44.95 Preparing to unpack .../287-libsort-key-perl_1.33-2+b1_amd64.deb ...
12:57:04 #10 44.96 Unpacking libsort-key-perl (1.33-2+b1) ...
12:57:04 #10 45.00 Selecting previously unselected package libstring-copyright-perl.
12:57:04 #10 45.00 Preparing to unpack .../288-libstring-copyright-perl_0.003006-1_all.deb ...
12:57:04 #10 45.01 Unpacking libstring-copyright-perl (0.003006-1) ...
12:57:04 #10 45.04 Selecting previously unselected package libstring-escape-perl.
12:57:04 #10 45.04 Preparing to unpack .../289-libstring-escape-perl_2010.002-2_all.deb ...
12:57:04 #10 45.04 Unpacking libstring-escape-perl (2010.002-2) ...
12:57:04 #10 45.07 Selecting previously unselected package libstring-shellquote-perl.
12:57:04 #10 45.08 Preparing to unpack .../290-libstring-shellquote-perl_1.04-1_all.deb ...
12:57:04 #10 45.08 Unpacking libstring-shellquote-perl (1.04-1) ...
12:57:04 #10 45.11 Selecting previously unselected package libterm-readkey-perl.
12:57:04 #10 45.11 Preparing to unpack .../291-libterm-readkey-perl_2.38-1_amd64.deb ...
12:57:04 #10 45.11 Unpacking libterm-readkey-perl (2.38-1) ...
12:57:04 #10 45.14 Selecting previously unselected package libtest-fatal-perl.
12:57:04 #10 45.15 Preparing to unpack .../292-libtest-fatal-perl_0.014-1_all.deb ...
12:57:04 #10 45.15 Unpacking libtest-fatal-perl (0.014-1) ...
12:57:04 #10 45.18 Selecting previously unselected package libtest-refcount-perl.
12:57:04 #10 42.08 Preparing to unpack .../220-libclass-data-inheritable-perl_0.08-3_all.deb ...
12:57:04 #10 42.09 Unpacking libclass-data-inheritable-perl (0.08-3) ...
12:57:04 #10 42.11 Selecting previously unselected package libclass-inspector-perl.
12:57:04 #10 42.12 Preparing to unpack .../221-libclass-inspector-perl_1.36-3_all.deb ...
12:57:04 #10 42.12 Unpacking libclass-inspector-perl (1.36-3) ...
12:57:04 #10 42.16 Selecting previously unselected package libcommon-sense-perl:amd64.
12:57:04 #10 42.16 Preparing to unpack .../222-libcommon-sense-perl_3.75-3_amd64.deb ...
12:57:04 #10 42.17 Unpacking libcommon-sense-perl:amd64 (3.75-3) ...
12:57:04 #10 42.20 Selecting previously unselected package libconfig-tiny-perl.
12:57:04 #10 42.20 Preparing to unpack .../223-libconfig-tiny-perl_2.28-2_all.deb ...
12:57:04 #10 42.21 Unpacking libconfig-tiny-perl (2.28-2) ...
12:57:04 #10 42.24 Selecting previously unselected package libparams-util-perl.
12:57:04 #10 42.25 Preparing to unpack .../224-libparams-util-perl_1.102-2+b1_amd64.deb ...
12:57:04 #10 42.25 Unpacking libparams-util-perl (1.102-2+b1) ...
12:57:04 #10 42.28 Selecting previously unselected package libsub-install-perl.
12:57:04 #10 42.28 Preparing to unpack .../225-libsub-install-perl_0.929-1_all.deb ...
12:57:04 #10 42.29 Unpacking libsub-install-perl (0.929-1) ...
12:57:04 #10 42.33 Selecting previously unselected package libdata-optlist-perl.
12:57:04 #10 20.16 Unpacking libuchardet0:armhf (0.0.6-3) ...
12:57:04 #10 20.21 Selecting previously unselected package groff-base.
12:57:04 #10 20.21 Preparing to unpack .../04-groff-base_1.22.4-3+deb10u1_armhf.deb ...
12:57:04 #10 20.22 Unpacking groff-base (1.22.4-3+deb10u1) ...
12:57:04 #10 20.37 Selecting previously unselected package libgdbm6:armhf.
12:57:04 #10 20.37 Preparing to unpack .../05-libgdbm6_1.18.1-4_armhf.deb ...
12:57:04 #10 20.38 Unpacking libgdbm6:armhf (1.18.1-4) ...
12:57:04 #10 20.43 Selecting previously unselected package libpipeline1:armhf.
12:57:04 #10 20.43 Preparing to unpack .../06-libpipeline1_1.5.1-2_armhf.deb ...
12:57:04 #12 30.50   Installing       : perl-Encode-4:2.97-3.el8.x86_64                      39/91 
12:57:04 #12 30.52   Installing       : perl-Carp-1.42-396.el8.noarch                        40/91 
12:57:04 #12 30.53   Installing       : perl-Exporter-5.72-396.el8.noarch                    41/91 
12:57:04 #12 30.74   Installing       : perl-libs-4:5.26.3-422.el8.x86_64                    42/91 
12:57:04 #14 25.67   Installing       : libxcrypt-devel-4.1.1-6.el8.aarch64                  54/93 
12:57:04 #14 26.81   Installing       : gcc-8.5.0-18.el8.aarch64                             55/93 
12:57:04 #14 26.83   Running scriptlet: gcc-8.5.0-18.el8.aarch64                             55/93 
12:57:04 #14 27.11   Installing       : glibc-static-2.28-224.el8.aarch64                    56/93 
12:57:04 #14 27.13   Installing       : libxcrypt-static-4.1.1-6.el8.aarch64                 57/93 
12:57:04 #14 27.26   Installing       : xkeyboard-config-2.28-1.el8.noarch                   58/93 
12:57:04 #14 27.30   Installing       : libxkbcommon-0.9.1-1.el8.aarch64                     59/93 
12:57:04 #14 27.34   Upgrading        : systemd-pam-239-70.el8.aarch64                       60/93 
12:57:04 #10 64.27 Setting up equivs (2.3.1) ...
12:57:04 #10 64.30 Setting up g++ (4:12.2.0-3) ...
12:57:04 #10 64.31 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:57:04 #10 64.32 Setting up build-essential (12.9) ...
12:57:04 #10 64.33 Setting up libmoox-aliases-perl (0.001006-2) ...
12:57:04 #10 64.35 Setting up libb-hooks-endofscope-perl (0.26-1) ...
12:57:04 #10 64.36 Setting up dput (1.1.3) ...
12:57:04 #12 6.696 Selecting previously unselected package libncurses6:arm64.
12:57:04 #12 6.697 Preparing to unpack .../02-libncurses6_6.2+20201114-2_arm64.deb ...
12:57:04 #12 6.707 Unpacking libncurses6:arm64 (6.2+20201114-2) ...
12:57:04 #12 6.761 Selecting previously unselected package libprocps8:arm64.
12:57:04 #12 6.765 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_arm64.deb ...
12:57:04 #12 6.774 Unpacking libprocps8:arm64 (2:3.3.17-5) ...
12:57:04 #12 6.832 Selecting previously unselected package procps.
12:57:04 #11 43.20 124 added, 0 removed; done.
12:57:04 #11 43.24 Setting up libasan5:arm64 (9.4.0-1ubuntu1~20.04.1) ...
12:57:04 #11 43.25 Setting up libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:04 #11 43.26 Setting up bsdmainutils (11.1.2ubuntu3) ...
12:57:04 #11 43.28 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:57:04 #11 43.28 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
12:57:04 #11 43.28 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:57:04 #11 43.29 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
12:57:04 #11 43.29 Setting up libgssapi-krb5-2:arm64 (1.17-6ubuntu4.2) ...
12:57:04 #11 43.31 Setting up libgdbm-compat4:arm64 (1.18.1-5) ...
12:57:04 #11 43.32 Setting up libssh-4:arm64 (0.9.3-2ubuntu2.2) ...
12:57:04 #11 43.34 Setting up dwz (0.13-5) ...
12:57:04 #11 43.35 Setting up groff-base (1.22.4-4build1) ...
12:57:04 #11 43.37 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
12:57:04 #11 43.39 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
12:57:04 #11 43.40 Setting up libperl5.30:arm64 (5.30.0-9ubuntu0.3) ...
12:57:04 #11 43.41 Setting up libc6-dev:arm64 (2.31-0ubuntu9.9) ...
12:57:04 #11 43.43 Setting up libx11-6:arm64 (2:1.6.9-2ubuntu1.2) ...
12:57:04 #11 43.44 Setting up libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.6) ...
12:57:04 #13 7.541 (20/68): systemd-252-3.el9.x86_64.rpm           7.8 MB/s | 4.1 MB     00:00    
12:57:04 #10 44.89 Selecting previously unselected package libxext6:amd64.
12:57:04 #10 44.89 Preparing to unpack .../323-libxext6_2%3a1.3.3-1.1_amd64.deb ...
12:57:04 #10 44.90 Unpacking libxext6:amd64 (2:1.3.3-1.1) ...
12:57:04 #10 44.93 Selecting previously unselected package libxml-namespacesupport-perl.
12:57:04 #10 44.93 Preparing to unpack .../324-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
12:57:04 #10 44.93 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
12:57:04 #10 44.97 Selecting previously unselected package libxml-sax-base-perl.
12:57:04 #10 44.97 Preparing to unpack .../325-libxml-sax-base-perl_1.09-1.1_all.deb ...
12:57:04 #10 44.97 Unpacking libxml-sax-base-perl (1.09-1.1) ...
12:57:04 #10 45.01 Selecting previously unselected package libxml-sax-perl.
12:57:04 #10 45.01 Preparing to unpack .../326-libxml-sax-perl_1.02+dfsg-1_all.deb ...
12:57:04 #10 45.02 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
12:57:04 #10 45.06 Selecting previously unselected package libxml-libxml-perl.
12:57:04 #10 45.06 Preparing to unpack .../327-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
12:57:04 #10 45.06 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
12:57:04 #11 45.07 Setting up libmd0:arm64 (1.0.4-2) ...
12:57:04 #11 45.09 Setting up python-apt-common (2.4.0+22.10) ...
12:57:04 #11 45.10 Setting up dmsetup (2:1.02.185-1ubuntu1) ...
12:57:04 #11 45.12 Setting up libhwasan0:arm64 (12.2.0-3ubuntu1) ...
12:57:04 #11 45.13 Setting up libcrypt-dev:arm64 (1:4.4.28-2) ...
12:57:04 #11 45.15 Setting up dbus-session-bus-common (1.14.0-2ubuntu3) ...
12:57:04 #11 45.17 Setting up libasan8:arm64 (12.2.0-3ubuntu1) ...
12:57:04 #11 45.18 Setting up libuchardet0:arm64 (0.0.7-1build2) ...
12:57:04 #11 45.19 Setting up lzop (1.04-2build2) ...
12:57:04 #11 45.21 Setting up libmpdec3:arm64 (2.5.1-2build2) ...
12:57:04 #11 45.22 Setting up git-man (1:2.37.2-1ubuntu1.2) ...
12:57:04 #11 45.23 Setting up libgirepository-1.0-1:arm64 (1.74.0-2) ...
12:57:04 #11 45.25 Setting up netbase (6.3) ...
12:57:04 #11 45.28 Setting up libkrb5-3:arm64 (1.20-1ubuntu0.1) ...
12:57:04 #10 35.16 Unpacking devscripts (2.17.12ubuntu1.1) ...
12:57:04 #10 35.31 Selecting previously unselected package diffstat.
12:57:04 #10 35.31 Preparing to unpack .../123-diffstat_1.61-1build1_amd64.deb ...
12:57:04 #10 35.32 Unpacking diffstat (1.61-1build1) ...
12:57:04 #10 35.35 Selecting previously unselected package libassuan0:amd64.
12:57:04 #10 35.35 Preparing to unpack .../124-libassuan0_2.5.1-2_amd64.deb ...
12:57:04 #10 35.36 Unpacking libassuan0:amd64 (2.5.1-2) ...
12:57:04 #10 35.39 Selecting previously unselected package gpgconf.
12:57:04 #10 35.39 Preparing to unpack .../125-gpgconf_2.2.4-1ubuntu1.6_amd64.deb ...
12:57:04 #10 35.39 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
12:57:04 #10 35.45 Selecting previously unselected package libksba8:amd64.
12:57:04 #10 35.45 Preparing to unpack .../126-libksba8_1.3.5-2ubuntu0.18.04.2_amd64.deb ...
12:57:04 #10 35.46 Unpacking libksba8:amd64 (1.3.5-2ubuntu0.18.04.2) ...
12:57:04 #10 35.51 Selecting previously unselected package libnpth0:amd64.
12:57:04 #12 2.787 dh_prep
12:57:04 #12 2.807 dh_testdir
12:57:04 #12 2.826 dh_testroot
12:57:04 #12 2.842 dh_install
12:57:04 #12 2.866 dh_installdocs
12:57:04 #12 2.895 dh_installchangelogs
12:57:04 #12 2.959 dh_compress
12:57:04 #12 2.995 dh_fixperms
12:57:04 #12 3.038 dh_installdeb
12:57:04 #11 33.06 Selecting previously unselected package libcroco3:amd64.
12:57:04 #11 33.06 Preparing to unpack .../133-libcroco3_0.6.13-1_amd64.deb ...
12:57:04 #11 33.06 Unpacking libcroco3:amd64 (0.6.13-1) ...
12:57:04 #11 33.10 Selecting previously unselected package gettext.
12:57:04 #11 33.11 Preparing to unpack .../134-gettext_0.19.8.1-10build1_amd64.deb ...
12:57:04 #11 33.11 Unpacking gettext (0.19.8.1-10build1) ...
12:57:04 #11 33.21 Selecting previously unselected package intltool-debian.
12:57:04 #10 70.04 Setting up libipc-run-perl (20180523.0-1) ...
12:57:04 #10 70.06 Setting up git (1:2.20.1-2+deb10u7) ...
12:57:04 #10 70.10 Setting up libcontextual-return-perl (0.004014-2) ...
12:57:04 #10 70.11 Setting up libwww-robotrules-perl (6.02-1) ...
12:57:04 #10 70.13 Setting up libtypes-serialiser-perl (1.0-1) ...
12:57:04 #10 70.14 Setting up g++ (4:8.3.0-1) ...
12:57:04 #10 70.17 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:57:04 #10 70.18 Setting up libhtml-parser-perl (3.72-3+b3) ...
12:57:04 #10 70.20 Setting up libgit-wrapper-perl (0.048-1) ...
12:57:04 #10 70.21 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:57:04 #10 70.22 Setting up librole-tiny-perl (2.000006-1) ...
12:57:04 #10 70.23 Setting up gnupg (2.2.12-1+deb10u2) ...
12:57:05 #11 31.30 Unpacking libdeflate0:amd64 (1.10-2) ...
12:57:05 #11 31.34 Selecting previously unselected package libjbig0:amd64.
12:57:05 #11 31.34 Preparing to unpack .../208-libjbig0_2.1-3.1ubuntu0.22.04.1_amd64.deb ...
12:57:05 #11 31.35 Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ...
12:57:05 #11 31.38 Selecting previously unselected package libwebp7:amd64.
12:57:05 #11 31.38 Preparing to unpack .../209-libwebp7_1.2.2-2_amd64.deb ...
12:57:05 #11 31.39 Unpacking libwebp7:amd64 (1.2.2-2) ...
12:57:05 #11 31.44 Selecting previously unselected package libtiff5:amd64.
12:57:05 #11 31.44 Preparing to unpack .../210-libtiff5_4.3.0-6ubuntu0.3_amd64.deb ...
12:57:05 #11 31.44 Unpacking libtiff5:amd64 (4.3.0-6ubuntu0.3) ...
12:57:05 #11 31.49 Selecting previously unselected package libxpm4:amd64.
12:57:05 #11 31.49 Preparing to unpack .../211-libxpm4_1%3a3.5.12-1ubuntu0.22.04.1_amd64.deb ...
12:57:05 #11 31.50 Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.1) ...
12:57:05 #11 31.53 Selecting previously unselected package libgd3:amd64.
12:57:05 #11 31.54 Preparing to unpack .../212-libgd3_2.3.0-2ubuntu2_amd64.deb ...
12:57:05 #10 44.00 (58/140): perl-HTTP-Tiny-0.082-1.fc37.noarch.rp 698 kB/s |  55 kB     00:00    
12:57:05 #10 44.00 (59/140): perl-IO-1.50-492.fc37.aarch64.rpm     1.3 MB/s |  95 kB     00:00    
12:57:05 #10 44.04 (60/140): perl-IO-Socket-IP-0.41-490.fc37.noarc 628 kB/s |  42 kB     00:00    
12:57:05 #10 44.09 (61/140): perl-IO-Socket-SSL-2.075-1.fc37.noarc 2.5 MB/s | 221 kB     00:00    
12:57:05 #10 44.09 (62/140): perl-IPC-Open3-1.22-492.fc37.noarch.r 302 kB/s |  26 kB     00:00    
12:57:05 #10 44.12 (63/140): perl-MIME-Base64-3.16-489.fc37.aarch6 416 kB/s |  30 kB     00:00    
12:57:05 #10 44.15 (64/140): perl-Mozilla-CA-20211001-4.fc37.noarc 190 kB/s |  12 kB     00:00    
12:57:05 #10 44.15 (65/140): perl-NDBM_File-1.15-492.fc37.aarch64. 391 kB/s |  25 kB     00:00    
12:57:05 #10 45.18 Preparing to unpack .../293-libtest-refcount-perl_0.08-3_all.deb ...
12:57:05 #10 45.19 Unpacking libtest-refcount-perl (0.08-3) ...
12:57:05 #10 45.22 Selecting previously unselected package libtext-levenshtein-perl.
12:57:05 #10 45.22 Preparing to unpack .../294-libtext-levenshtein-perl_0.13-1_all.deb ...
12:57:05 #10 45.22 Unpacking libtext-levenshtein-perl (0.13-1) ...
12:57:05 #10 45.25 Selecting previously unselected package libtype-tiny-xs-perl.
12:57:05 #10 45.25 Preparing to unpack .../295-libtype-tiny-xs-perl_0.014-1+b1_amd64.deb ...
12:57:05 #10 45.26 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ...
12:57:05 #10 45.29 Selecting previously unselected package libunicode-utf8-perl.
12:57:05 #10 45.29 Preparing to unpack .../296-libunicode-utf8-perl_0.62-1_amd64.deb ...
12:57:05 #10 45.30 Unpacking libunicode-utf8-perl (0.62-1) ...
12:57:05 #10 45.33 Selecting previously unselected package libunwind8:amd64.
12:57:05 #10 45.33 Preparing to unpack .../297-libunwind8_1.2.1-10~deb10u1_amd64.deb ...
12:57:05 #10 45.33 Unpacking libunwind8:amd64 (1.2.1-10~deb10u1) ...
12:57:05 #10 45.37 Selecting previously unselected package libwrap0:amd64.
12:57:05 #10 45.38 Preparing to unpack .../298-libwrap0_7.6.q-28_amd64.deb ...
12:57:05 #10 45.38 Unpacking libwrap0:amd64 (7.6.q-28) ...
12:57:05 #10 45.41 Selecting previously unselected package libxau6:amd64.
12:57:05 #10 42.33 Preparing to unpack .../226-libdata-optlist-perl_0.113-1_all.deb ...
12:57:05 #10 42.34 Unpacking libdata-optlist-perl (0.113-1) ...
12:57:05 #10 42.37 Selecting previously unselected package libsub-exporter-perl.
12:57:05 #10 42.37 Preparing to unpack .../227-libsub-exporter-perl_0.989-1_all.deb ...
12:57:05 #10 42.38 Unpacking libsub-exporter-perl (0.989-1) ...
12:57:05 #10 42.41 Selecting previously unselected package libconst-fast-perl.
12:57:05 #10 42.42 Preparing to unpack .../228-libconst-fast-perl_0.014-2_all.deb ...
12:57:05 #10 42.42 Unpacking libconst-fast-perl (0.014-2) ...
12:57:05 #10 42.45 Selecting previously unselected package libwant-perl.
12:57:05 #10 42.46 Preparing to unpack .../229-libwant-perl_0.29-2+b1_amd64.deb ...
12:57:05 #10 42.46 Unpacking libwant-perl (0.29-2+b1) ...
12:57:05 #10 42.49 Selecting previously unselected package libcontextual-return-perl.
12:57:05 #10 42.49 Preparing to unpack .../230-libcontextual-return-perl_0.004014-4_all.deb ...
12:57:05 #10 42.50 Unpacking libcontextual-return-perl (0.004014-4) ...
12:57:05 #10 42.54 Selecting previously unselected package libconvert-binhex-perl.
12:57:05 #10 42.55 Preparing to unpack .../231-libconvert-binhex-perl_1.125-3_all.deb ...
12:57:05 #10 42.55 Unpacking libconvert-binhex-perl (1.125-3) ...
12:57:05 #10 42.58 Selecting previously unselected package libcpanel-json-xs-perl:amd64.
12:57:05 #10 20.43 Unpacking libpipeline1:armhf (1.5.1-2) ...
12:57:05 #10 20.49 Selecting previously unselected package man-db.
12:57:05 #10 20.49 Preparing to unpack .../07-man-db_2.8.5-2_armhf.deb ...
12:57:05 #10 20.50 Unpacking man-db (2.8.5-2) ...
12:57:05 #12 30.77   Installing       : perl-parent-1:0.237-1.el8.noarch                     43/91 
12:57:05 #12 30.78   Installing       : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           44/91 
12:57:05 #12 30.80   Installing       : perl-macros-4:5.26.3-422.el8.x86_64                  45/91 
12:57:05 #12 30.81   Installing       : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         46/91 
12:57:05 #12 30.84   Installing       : perl-Unicode-Normalize-1.25-396.el8.x86_64           47/91 
12:57:05 #12 30.85   Installing       : perl-File-Path-2.15-2.el8.noarch                     48/91 
12:57:05 #12 30.87   Installing       : perl-IO-1.38-422.el8.x86_64                          49/91 
12:57:05 #12 30.89   Installing       : perl-PathTools-3.74-1.el8.x86_64                     50/91 
12:57:05 #12 30.91   Installing       : perl-constant-1.33-396.el8.noarch                    51/91 
12:57:05 #12 30.93   Installing       : perl-threads-1:2.21-2.el8.x86_64                     52/91 
12:57:05 #10 64.50 Setting up libnamespace-clean-perl (0.27-2) ...
12:57:05 #10 64.51 Setting up libstring-license-perl (0.0.2-1) ...
12:57:05 #10 64.53 Setting up licensecheck (3.3.5-1) ...
12:57:05 #10 64.54 Setting up libgitlab-api-v4-perl (0.26-2) ...
12:57:05 #10 64.55 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:57:05 #10 64.56 Setting up libwww-perl (6.67-1) ...
12:57:05 #10 64.58 Setting up libhtml-tokeparser-simple-perl (3.16-4) ...
12:57:05 #10 64.59 Setting up libwww-mechanize-perl (2.15-1) ...
12:57:05 #10 64.60 Setting up devscripts (2.22.2) ...
12:57:05 #12 6.833 Preparing to unpack .../04-procps_2%3a3.3.17-5_arm64.deb ...
12:57:05 #12 6.843 Unpacking procps (2:3.3.17-5) ...
12:57:05 #12 6.956 Selecting previously unselected package libjsoncpp24:arm64.
12:57:05 #12 6.960 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_arm64.deb ...
12:57:05 #12 6.967 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
12:57:05 #12 7.029 Selecting previously unselected package librhash0:arm64.
12:57:05 #12 7.033 Preparing to unpack .../06-librhash0_1.4.1-2_arm64.deb ...
12:57:05 #12 7.047 Unpacking librhash0:arm64 (1.4.1-2) ...
12:57:05 #11 40.74 Setting up python3.10 (3.10.6-1~22.04.2) ...
12:57:05 #11 43.46 Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
12:57:05 #10 45.13 Selecting previously unselected package libxml-sax-expat-perl.
12:57:05 #10 45.13 Preparing to unpack .../328-libxml-sax-expat-perl_0.51-1_all.deb ...
12:57:05 #10 45.14 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:57:05 #10 45.17 Selecting previously unselected package libxmlrpc-lite-perl.
12:57:05 #10 45.17 Preparing to unpack .../329-libxmlrpc-lite-perl_0.717-4_all.deb ...
12:57:05 #10 45.18 Unpacking libxmlrpc-lite-perl (0.717-4) ...
12:57:05 #10 45.21 Selecting previously unselected package libxmuu1:amd64.
12:57:05 #10 45.21 Preparing to unpack .../330-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
12:57:05 #10 45.22 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
12:57:05 #10 45.25 Selecting previously unselected package libyaml-0-2:amd64.
12:57:05 #10 45.26 Preparing to unpack .../331-libyaml-0-2_0.2.2-1_amd64.deb ...
12:57:05 #10 45.26 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
12:57:05 #10 45.29 Selecting previously unselected package libyaml-libyaml-perl.
12:57:05 #10 45.29 Preparing to unpack .../332-libyaml-libyaml-perl_0.82+repack-1+b1_amd64.deb ...
12:57:05 #10 45.30 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
12:57:05 #10 45.33 Selecting previously unselected package licensecheck.
12:57:05 #11 45.30 Setting up libtsan2:arm64 (12.2.0-3ubuntu1) ...
12:57:05 #11 45.31 Setting up libbinutils:arm64 (2.39-3ubuntu1.1) ...
12:57:05 #11 45.32 Setting up dbus-system-bus-common (1.14.0-2ubuntu3) ...
12:57:05 #11 45.46 Setting up libfido2-1:arm64 (1.11.0-1) ...
12:57:05 #11 45.47 Setting up libisl23:arm64 (0.25-1) ...
12:57:05 #11 45.48 Setting up libc-dev-bin (2.36-0ubuntu4) ...
12:57:05 #11 45.50 Setting up openssl (3.0.5-2ubuntu2.1) ...
12:57:05 #11 45.53 Setting up libbsd0:arm64 (0.11.6-1) ...
12:57:05 #11 45.54 Setting up libelf1:arm64 (0.187-4) ...
12:57:05 #10 35.51 Preparing to unpack .../127-libnpth0_1.5-3_amd64.deb ...
12:57:05 #10 35.52 Unpacking libnpth0:amd64 (1.5-3) ...
12:57:05 #10 35.57 Selecting previously unselected package dirmngr.
12:57:05 #10 35.57 Preparing to unpack .../128-dirmngr_2.2.4-1ubuntu1.6_amd64.deb ...
12:57:05 #10 35.58 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
12:57:05 #10 35.65 Selecting previously unselected package python3-pkg-resources.
12:57:05 #10 35.65 Preparing to unpack .../129-python3-pkg-resources_39.0.1-2ubuntu0.1_all.deb ...
12:57:05 #10 35.65 Unpacking python3-pkg-resources (39.0.1-2ubuntu0.1) ...
12:57:05 #10 35.70 Selecting previously unselected package python3-chardet.
12:57:05 #10 35.70 Preparing to unpack .../130-python3-chardet_3.0.4-1_all.deb ...
12:57:05 #10 35.70 Unpacking python3-chardet (3.0.4-1) ...
12:57:05 #10 35.75 Selecting previously unselected package python3-six.
12:57:05 #12 3.063 dh_gencontrol
12:57:05 #12 3.179 dh_md5sums
12:57:05 #12 3.208 dh_builddeb
12:57:05 #12 3.227 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:57:05 #12 3.248 
12:57:05 #12 3.248 The package has been created.
12:57:05 #12 3.248 Attention, the package has been created in the current directory,
12:57:05 #12 3.248 not in ".." as indicated by the message above!
12:57:05 #12 3.271 Selecting previously unselected package docker-ce-build-deps.
12:57:05 #12 3.283 (Reading database ... 21384 files and directories currently installed.)
12:57:05 #11 33.21 Preparing to unpack .../135-intltool-debian_0.35.0+20060710.5_all.deb ...
12:57:05 #11 33.22 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:57:05 #11 33.25 Selecting previously unselected package po-debconf.
12:57:05 #11 33.25 Preparing to unpack .../136-po-debconf_1.0.21_all.deb ...
12:57:05 #11 33.26 Unpacking po-debconf (1.0.21) ...
12:57:05 #11 33.31 Selecting previously unselected package debhelper.
12:57:05 #11 33.31 Preparing to unpack .../137-debhelper_12.10ubuntu1_all.deb ...
12:57:05 #11 33.31 Unpacking debhelper (12.10ubuntu1) ...
12:57:05 #11 33.43 Selecting previously unselected package libfakeroot:amd64.
12:57:05 #11 33.43 Preparing to unpack .../138-libfakeroot_1.24-1_amd64.deb ...
12:57:05 #11 33.43 Unpacking libfakeroot:amd64 (1.24-1) ...
12:57:05 #11 33.46 Selecting previously unselected package fakeroot.
12:57:05 #11 31.54 Unpacking libgd3:amd64 (2.3.0-2ubuntu2) ...
12:57:05 #11 31.57 Selecting previously unselected package libc-devtools.
12:57:05 #11 31.57 Preparing to unpack .../213-libc-devtools_2.35-0ubuntu3.1_amd64.deb ...
12:57:05 #11 31.58 Unpacking libc-devtools (2.35-0ubuntu3.1) ...
12:57:05 #11 31.60 Selecting previously unselected package libcapture-tiny-perl.
12:57:05 #11 31.61 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ...
12:57:05 #11 31.61 Unpacking libcapture-tiny-perl (0.48-1) ...
12:57:05 #11 31.64 Selecting previously unselected package libclass-data-inheritable-perl.
12:57:05 #11 31.65 Preparing to unpack .../215-libclass-data-inheritable-perl_0.08-3_all.deb ...
12:57:05 #11 31.65 Unpacking libclass-data-inheritable-perl (0.08-3) ...
12:57:05 #11 31.69 Selecting previously unselected package libclone-perl.
12:57:05 #11 31.69 Preparing to unpack .../216-libclone-perl_0.45-1build3_amd64.deb ...
12:57:05 #11 31.70 Unpacking libclone-perl (0.45-1build3) ...
12:57:05 #11 31.73 Selecting previously unselected package libcommon-sense-perl:amd64.
12:57:05 #11 31.73 Preparing to unpack .../217-libcommon-sense-perl_3.75-2build1_amd64.deb ...
12:57:05 #11 31.74 Unpacking libcommon-sense-perl:amd64 (3.75-2build1) ...
12:57:05 #11 31.77 Selecting previously unselected package libconfig-tiny-perl.
12:57:05 #10 70.25 Setting up build-essential (12.6) ...
12:57:05 #10 70.28 Setting up libfile-homedir-perl (1.004-1) ...
12:57:05 #10 70.31 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
12:57:05 #10 70.33 Setting up libio-socket-ssl-perl (2.060-3) ...
12:57:05 #10 70.34 Setting up libsub-exporter-perl (0.987-1) ...
12:57:05 #10 70.35 Setting up libalgorithm-merge-perl (0.08-3) ...
12:57:05 #10 70.37 Setting up libhttp-message-perl (6.18-1) ...
12:57:05 #10 70.38 Setting up libhtml-form-perl (6.03-1) ...
12:57:05 #10 70.40 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
12:57:05 #10 70.41 Setting up libjson-xs-perl (3.040-1+b1) ...
12:57:05 #10 70.42 Setting up libhttp-negotiate-perl (6.01-1) ...
12:57:05 #10 70.44 Setting up libio-prompter-perl (0.004015-1) ...
12:57:05 #10 70.45 Setting up libhttp-cookies-perl (6.04-1) ...
12:57:05 #10 70.47 Setting up po-debconf (1.0.21) ...
12:57:05 #10 70.48 Setting up libhtml-tree-perl (5.07-2) ...
12:57:05 #10 70.49 Setting up libparams-classify-perl (0.015-1+b1) ...
12:57:05 #10 70.51 Setting up libcgi-pm-perl (4.40-1) ...
12:57:05 #10 70.52 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:57:05 #10 70.53 Setting up libnet-dns-sec-perl (1.11-1) ...
12:57:05 #10 70.55 Setting up libsereal-perl (4.005-1) ...
12:57:05 #10 70.56 Setting up libhtml-format-perl (2.12-1) ...
12:57:05 #10 44.26 (66/140): perl-Net-SSLeay-1.92-4.fc37.aarch64.r 2.5 MB/s | 358 kB     00:00    
12:57:05 #10 44.26 (67/140): perl-POSIX-2.03-492.fc37.aarch64.rpm  906 kB/s | 101 kB     00:00    
12:57:05 #10 44.32 (68/140): perl-PathTools-3.84-489.fc37.aarch64. 533 kB/s |  90 kB     00:00    
12:57:05 #10 44.33 (69/140): perl-Pod-Escapes-1.07-489.fc37.noarch 301 kB/s |  20 kB     00:00    
12:57:05 #10 44.39 (70/140): perl-Pod-Perldoc-3.28.01-490.fc37.noa 1.3 MB/s |  90 kB     00:00    
12:57:05 #10 44.39 (71/140): perl-Pod-Simple-3.43-490.fc37.noarch. 3.1 MB/s | 225 kB     00:00    
12:57:05 #10 44.40 (72/140): perl-Pod-Usage-2.03-3.fc37.noarch.rpm 568 kB/s |  40 kB     00:00    
12:57:05 #10 44.52 (73/140): perl-Scalar-List-Utils-1.63-489.fc37. 560 kB/s |  71 kB     00:00    
12:57:05 #10 45.42 Preparing to unpack .../299-libxau6_1%3a1.0.8-1+b2_amd64.deb ...
12:57:05 #10 45.42 Unpacking libxau6:amd64 (1:1.0.8-1+b2) ...
12:57:05 #10 45.45 Selecting previously unselected package libxdmcp6:amd64.
12:57:05 #10 45.46 Preparing to unpack .../300-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
12:57:05 #10 45.46 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
12:57:05 #10 45.50 Selecting previously unselected package libxcb1:amd64.
12:57:05 #10 45.50 Preparing to unpack .../301-libxcb1_1.13.1-2_amd64.deb ...
12:57:05 #10 45.50 Unpacking libxcb1:amd64 (1.13.1-2) ...
12:57:05 #10 45.55 Selecting previously unselected package libx11-data.
12:57:05 #10 45.55 Preparing to unpack .../302-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ...
12:57:05 #10 45.55 Unpacking libx11-data (2:1.6.7-1+deb10u2) ...
12:57:05 #10 45.63 Selecting previously unselected package libx11-6:amd64.
12:57:05 #10 45.63 Preparing to unpack .../303-libx11-6_2%3a1.6.7-1+deb10u2_amd64.deb ...
12:57:05 #10 45.63 Unpacking libx11-6:amd64 (2:1.6.7-1+deb10u2) ...
12:57:05 #10 42.58 Preparing to unpack .../232-libcpanel-json-xs-perl_4.32-1+b1_amd64.deb ...
12:57:05 #10 42.59 Unpacking libcpanel-json-xs-perl:amd64 (4.32-1+b1) ...
12:57:05 #10 42.63 Selecting previously unselected package libdevel-stacktrace-perl.
12:57:05 #10 42.63 Preparing to unpack .../233-libdevel-stacktrace-perl_2.0400-2_all.deb ...
12:57:05 #10 42.64 Unpacking libdevel-stacktrace-perl (2.0400-2) ...
12:57:05 #10 42.67 Selecting previously unselected package libexception-class-perl.
12:57:05 #10 42.68 Preparing to unpack .../234-libexception-class-perl_1.45-1_all.deb ...
12:57:05 #10 42.68 Unpacking libexception-class-perl (1.45-1) ...
12:57:05 #10 42.72 Selecting previously unselected package libiterator-perl.
12:57:05 #10 42.72 Preparing to unpack .../235-libiterator-perl_0.03+ds1-2_all.deb ...
12:57:05 #10 42.72 Unpacking libiterator-perl (0.03+ds1-2) ...
12:57:05 #10 42.76 Selecting previously unselected package libiterator-util-perl.
12:57:05 #10 42.76 Preparing to unpack .../236-libiterator-util-perl_0.02+ds1-2_all.deb ...
12:57:05 #10 42.76 Unpacking libiterator-util-perl (0.02+ds1-2) ...
12:57:05 #10 42.80 Selecting previously unselected package libdata-dpath-perl.
12:57:05 #10 42.80 Preparing to unpack .../237-libdata-dpath-perl_0.58-2_all.deb ...
12:57:05 #10 42.80 Unpacking libdata-dpath-perl (0.58-2) ...
12:57:05 #10 42.84 Selecting previously unselected package libdata-dump-perl.
12:57:05 #10 20.73 Selecting previously unselected package perl-modules-5.28.
12:57:05 #10 20.73 Preparing to unpack .../08-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
12:57:05 #10 20.74 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
12:57:05 #10 64.81 Setting up libxml-parser-perl (2.46-4) ...
12:57:05 #10 64.82 Setting up lintian (2.116.3) ...
12:57:05 #10 64.84 Setting up libxml-sax-expat-perl (0.51-2) ...
12:57:05 #10 64.89 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:57:05 #10 64.94 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:05 #12 7.134 Selecting previously unselected package libuv1:arm64.
12:57:05 #12 7.138 Preparing to unpack .../07-libuv1_1.40.0-2_arm64.deb ...
12:57:05 #12 7.145 Unpacking libuv1:arm64 (1.40.0-2) ...
12:57:05 #12 7.193 Selecting previously unselected package cmake.
12:57:05 #12 7.197 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_arm64.deb ...
12:57:05 #12 7.206 Unpacking cmake (3.18.4-2+deb11u1) ...
12:57:05 #11 43.58 124 added, 0 removed; done.
12:57:05 #11 43.61 Setting up libgprofng0:amd64 (2.39-3ubuntu1.1) ...
12:57:05 #11 43.62 Setting up libfreetype6:amd64 (2.12.1+dfsg-3) ...
12:57:05 #11 43.66 Setting up dbus (1.14.0-2ubuntu3) ...
12:57:05 #14 27.36   Running scriptlet: systemd-239-70.el8.aarch64                           61/93 
12:57:05 #14 27.78   Upgrading        : systemd-239-70.el8.aarch64                           61/93 
12:57:05 #14 27.83   Running scriptlet: systemd-239-70.el8.aarch64                           61/93 
12:57:05 #10 45.34 Preparing to unpack .../333-licensecheck_3.1.1-2_all.deb ...
12:57:05 #10 45.34 Unpacking licensecheck (3.1.1-2) ...
12:57:05 #10 45.38 Selecting previously unselected package lzip.
12:57:05 #10 45.38 Preparing to unpack .../334-lzip_1.22-3_amd64.deb ...
12:57:05 #10 45.38 Unpacking lzip (1.22-3) ...
12:57:05 #10 45.44 Selecting previously unselected package lzop.
12:57:05 #10 45.44 Preparing to unpack .../335-lzop_1.04-2_amd64.deb ...
12:57:05 #10 45.44 Unpacking lzop (1.04-2) ...
12:57:05 #10 45.48 Selecting previously unselected package t1utils.
12:57:05 #10 45.48 Preparing to unpack .../336-t1utils_1.41-4_amd64.deb ...
12:57:05 #10 45.48 Unpacking t1utils (1.41-4) ...
12:57:05 #10 45.53 Selecting previously unselected package unzip.
12:57:05 #10 45.53 Preparing to unpack .../337-unzip_6.0-26+deb11u1_amd64.deb ...
12:57:05 #10 45.53 Unpacking unzip (6.0-26+deb11u1) ...
12:57:05 #11 45.55 Setting up libjson-c5:arm64 (0.16-1) ...
12:57:05 #11 45.56 Setting up readline-common (8.2-1) ...
12:57:05 #13 8.161 (21/68): annobin-11.05-1.el9.x86_64.rpm         1.2 MB/s | 974 kB     00:00    
12:57:05 #13 8.270 (22/68): automake-1.16.2-6.el9.noarch.rpm       6.2 MB/s | 689 kB     00:00    
12:57:05 #11 45.58 Setting up publicsuffix (20220811.1734-1) ...
12:57:05 #11 45.60 Setting up libxml2:arm64 (2.9.14+dfsg-1ubuntu0.1) ...
12:57:05 #11 45.61 Setting up zstd (1.5.2+dfsg-1) ...
12:57:05 #11 45.62 Setting up libmarkdown2:arm64 (2.2.7-2) ...
12:57:05 #11 45.63 Setting up libcc1-0:arm64 (12.2.0-3ubuntu1) ...
12:57:05 #11 45.65 Setting up iso-codes (4.11.0-1) ...
12:57:05 #11 45.67 Setting up dbus-bin (1.14.0-2ubuntu3) ...
12:57:05 #11 45.68 Setting up liblocale-gettext-perl (1.07-4build3) ...
12:57:05 #11 45.69 Setting up liblsan0:arm64 (12.2.0-3ubuntu1) ...
12:57:05 #11 45.70 Setting up dctrl-tools (2.24-3build2) ...
12:57:05 #11 45.72 Setting up libitm1:arm64 (12.2.0-3ubuntu1) ...
12:57:05 #11 45.73 Setting up libkmod2:arm64 (30+20220630-3ubuntu1) ...
12:57:05 #11 45.75 Setting up libgdbm6:arm64 (1.23-1) ...
12:57:05 #11 45.76 Setting up libctf0:arm64 (2.39-3ubuntu1.1) ...
12:57:05 #11 45.77 Setting up libjpeg8:arm64 (8c-2ubuntu10) ...
12:57:05 #11 45.79 Setting up pinentry-curses (1.2.0-2ubuntu1) ...
12:57:05 #11 45.81 Setting up manpages-dev (5.13-1) ...
12:57:05 #11 45.82 Setting up libdw1:arm64 (0.187-4) ...
12:57:05 #11 45.83 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ...
12:57:05 #11 45.84 Setting up cpp-12 (12.2.0-3ubuntu1) ...
12:57:05 #11 45.86 Setting up libxcb1:arm64 (1.15-1) ...
12:57:05 #11 45.87 Setting up gettext (0.21-8) ...
12:57:05 #10 25.26 Selecting previously unselected package gcc.
12:57:05 #10 25.26 Preparing to unpack .../055-gcc_4%3a12.2.0-3_armhf.deb ...
12:57:05 #10 25.27 Unpacking gcc (4:12.2.0-3) ...
12:57:05 #12 3.284 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:57:05 #12 3.287 Unpacking docker-ce-build-deps (1.0) ...
12:57:05 #10 35.75 Preparing to unpack .../131-python3-six_1.11.0-2_all.deb ...
12:57:05 #10 35.76 Unpacking python3-six (1.11.0-2) ...
12:57:05 #10 35.80 Selecting previously unselected package python3-debian.
12:57:05 #10 35.80 Preparing to unpack .../132-python3-debian_0.1.32_all.deb ...
12:57:05 #10 35.81 Unpacking python3-debian (0.1.32) ...
12:57:05 #10 35.84 Selecting previously unselected package gnupg-l10n.
12:57:05 #10 35.85 Preparing to unpack .../133-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
12:57:05 #10 35.85 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
12:57:05 #10 35.89 Selecting previously unselected package gnupg-utils.
12:57:05 #10 35.89 Preparing to unpack .../134-gnupg-utils_2.2.4-1ubuntu1.6_amd64.deb ...
12:57:05 #10 35.89 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
12:57:05 #10 35.93 Selecting previously unselected package gpg.
12:57:05 #10 35.93 Preparing to unpack .../135-gpg_2.2.4-1ubuntu1.6_amd64.deb ...
12:57:05 #10 35.94 Unpacking gpg (2.2.4-1ubuntu1.6) ...
12:57:05 #11 33.47 Preparing to unpack .../139-fakeroot_1.24-1_amd64.deb ...
12:57:05 #11 33.47 Unpacking fakeroot (1.24-1) ...
12:57:05 #11 33.51 Selecting previously unselected package libassuan0:amd64.
12:57:05 #11 33.51 Preparing to unpack .../140-libassuan0_2.5.3-7ubuntu2_amd64.deb ...
12:57:05 #11 33.51 Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ...
12:57:05 #11 33.54 Selecting previously unselected package gpgconf.
12:57:05 #11 33.54 Preparing to unpack .../141-gpgconf_2.2.19-3ubuntu2.2_amd64.deb ...
12:57:05 #11 33.55 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
12:57:05 #11 33.59 Selecting previously unselected package libksba8:amd64.
12:57:05 #11 33.59 Preparing to unpack .../142-libksba8_1.3.5-2ubuntu0.20.04.2_amd64.deb ...
12:57:05 #11 33.60 Unpacking libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ...
12:57:05 #11 33.64 Selecting previously unselected package libnpth0:amd64.
12:57:05 #11 33.64 Preparing to unpack .../143-libnpth0_1.6-1_amd64.deb ...
12:57:05 #11 33.65 Unpacking libnpth0:amd64 (1.6-1) ...
12:57:05 #11 33.68 Selecting previously unselected package dirmngr.
12:57:05 #11 33.68 Preparing to unpack .../144-dirmngr_2.2.19-3ubuntu2.2_amd64.deb ...
12:57:05 #11 33.69 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
12:57:05 #11 31.77 Preparing to unpack .../218-libconfig-tiny-perl_2.28-1_all.deb ...
12:57:05 #11 31.81 Unpacking libconfig-tiny-perl (2.28-1) ...
12:57:05 #11 31.84 Selecting previously unselected package libparams-util-perl.
12:57:05 #11 31.84 Preparing to unpack .../219-libparams-util-perl_1.102-1build3_amd64.deb ...
12:57:05 #11 31.84 Unpacking libparams-util-perl (1.102-1build3) ...
12:57:05 #11 31.87 Selecting previously unselected package libsub-install-perl.
12:57:05 #11 31.87 Preparing to unpack .../220-libsub-install-perl_0.928-1.1_all.deb ...
12:57:05 #11 31.88 Unpacking libsub-install-perl (0.928-1.1) ...
12:57:05 #11 31.91 Selecting previously unselected package libdata-optlist-perl.
12:57:05 #11 31.91 Preparing to unpack .../221-libdata-optlist-perl_0.112-1_all.deb ...
12:57:05 #11 31.91 Unpacking libdata-optlist-perl (0.112-1) ...
12:57:05 #11 31.94 Selecting previously unselected package libsub-exporter-perl.
12:57:05 #11 31.94 Preparing to unpack .../222-libsub-exporter-perl_0.988-1_all.deb ...
12:57:05 #11 31.95 Unpacking libsub-exporter-perl (0.988-1) ...
12:57:05 #11 31.98 Selecting previously unselected package libconst-fast-perl.
12:57:05 #11 31.98 Preparing to unpack .../223-libconst-fast-perl_0.014-1.1_all.deb ...
12:57:05 #11 31.98 Unpacking libconst-fast-perl (0.014-1.1) ...
12:57:05 #11 32.01 Selecting previously unselected package libwant-perl.
12:57:05 #11 32.02 Preparing to unpack .../224-libwant-perl_0.29-1build7_amd64.deb ...
12:57:05 #11 32.02 Unpacking libwant-perl (0.29-1build7) ...
12:57:05 #11 32.05 Selecting previously unselected package libcontextual-return-perl.
12:57:05 #11 32.05 Preparing to unpack .../225-libcontextual-return-perl_0.004014-2_all.deb ...
12:57:05 #11 32.05 Unpacking libcontextual-return-perl (0.004014-2) ...
12:57:05 #11 32.10 Selecting previously unselected package libcpanel-json-xs-perl:amd64.
12:57:05 #10 70.58 Setting up libxml-sax-perl (1.00+dfsg-1) ...
12:57:05 #10 70.65 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:57:05 #10 70.71 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:05 #10 44.52 (74/140): perl-SelectSaver-1.02-492.fc37.noarch 116 kB/s |  15 kB     00:00    
12:57:05 #10 44.53 (75/140): perl-Socket-2.036-1.fc37.aarch64.rpm  437 kB/s |  55 kB     00:00    
12:57:05 #10 44.59 (76/140): perl-Storable-3.26-489.fc37.aarch64.r 1.4 MB/s |  95 kB     00:00    
12:57:05 #10 44.59 (77/140): perl-Symbol-1.09-492.fc37.noarch.rpm  268 kB/s |  17 kB     00:00    
12:57:05 #10 44.59 (78/140): perl-Term-ANSIColor-5.01-490.fc37.noa 700 kB/s |  48 kB     00:00    
12:57:05 #10 44.65 (79/140): perl-Term-Cap-1.17-489.fc37.noarch.rp 334 kB/s |  22 kB     00:00    
12:57:05 #10 44.65 (80/140): perl-Text-ParseWords-3.31-489.fc37.no 257 kB/s |  16 kB     00:00    
12:57:05 #10 44.66 (81/140): perl-Text-Tabs+Wrap-2021.0814-489.fc3 344 kB/s |  22 kB     00:00    
12:57:05 #10 44.72 (82/140): perl-Time-Local-1.300-489.fc37.noarch 513 kB/s |  33 kB     00:00    
12:57:05 #10 44.72 (83/140): perl-base-2.27-492.fc37.noarch.rpm    294 kB/s |  19 kB     00:00    
12:57:05 #10 44.72 (84/140): perl-constant-1.33-490.fc37.noarch.rp 355 kB/s |  23 kB     00:00    
12:57:05 #10 44.78 (85/140): perl-if-0.61.000-492.fc37.noarch.rpm  265 kB/s |  17 kB     00:00    
12:57:05 #10 45.72 Selecting previously unselected package libxext6:amd64.
12:57:05 #10 45.72 Preparing to unpack .../304-libxext6_2%3a1.3.3-1+b2_amd64.deb ...
12:57:05 #10 45.73 Unpacking libxext6:amd64 (2:1.3.3-1+b2) ...
12:57:05 #10 45.76 Selecting previously unselected package libxml-namespacesupport-perl.
12:57:05 #10 45.77 Preparing to unpack .../305-libxml-namespacesupport-perl_1.12-1_all.deb ...
12:57:05 #10 45.77 Unpacking libxml-namespacesupport-perl (1.12-1) ...
12:57:05 #10 45.80 Selecting previously unselected package libxml-sax-base-perl.
12:57:05 #10 45.80 Preparing to unpack .../306-libxml-sax-base-perl_1.09-1_all.deb ...
12:57:05 #10 45.80 Unpacking libxml-sax-base-perl (1.09-1) ...
12:57:05 #10 45.84 Selecting previously unselected package libxml-sax-perl.
12:57:05 #10 45.84 Preparing to unpack .../307-libxml-sax-perl_1.00+dfsg-1_all.deb ...
12:57:05 #10 45.85 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
12:57:05 #10 45.89 Selecting previously unselected package libxml-libxml-perl.
12:57:05 #10 45.89 Preparing to unpack .../308-libxml-libxml-perl_2.0134+dfsg-1_amd64.deb ...
12:57:05 #10 45.90 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
12:57:05 #10 65.09 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:05 #10 65.12 Setting up libsoap-lite-perl (1.27-2) ...
12:57:05 #10 65.14 Setting up libxmlrpc-lite-perl (0.717-5) ...
12:57:05 #10 65.15 Processing triggers for libc-bin (2.36-8) ...
12:57:05 #10 65.19 Processing triggers for ca-certificates (20211016) ...
12:57:05 #10 65.19 Updating certificates in /etc/ssl/certs...
12:57:05 #10 42.84 Preparing to unpack .../238-libdata-dump-perl_1.25-1_all.deb ...
12:57:05 #10 42.85 Unpacking libdata-dump-perl (1.25-1) ...
12:57:05 #10 42.88 Selecting previously unselected package libdata-messagepack-perl.
12:57:05 #10 42.88 Preparing to unpack .../239-libdata-messagepack-perl_1.02-1+b1_amd64.deb ...
12:57:05 #10 42.89 Unpacking libdata-messagepack-perl (1.02-1+b1) ...
12:57:05 #10 42.92 Selecting previously unselected package libnet-domain-tld-perl.
12:57:05 #10 42.92 Preparing to unpack .../240-libnet-domain-tld-perl_1.75-3_all.deb ...
12:57:05 #10 42.93 Unpacking libnet-domain-tld-perl (1.75-3) ...
12:57:05 #10 42.96 Selecting previously unselected package libdata-validate-domain-perl.
12:57:05 #10 42.96 Preparing to unpack .../241-libdata-validate-domain-perl_0.10-1.1_all.deb ...
12:57:05 #10 42.97 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
12:57:05 #10 43.01 Selecting previously unselected package libnet-ipv6addr-perl.
12:57:05 #10 43.01 Preparing to unpack .../242-libnet-ipv6addr-perl_1.02-1_all.deb ...
12:57:05 #10 43.01 Unpacking libnet-ipv6addr-perl (1.02-1) ...
12:57:05 #10 43.05 Selecting previously unselected package libnet-netmask-perl.
12:57:05 #10 43.05 Preparing to unpack .../243-libnet-netmask-perl_2.0002-2_all.deb ...
12:57:05 #10 43.06 Unpacking libnet-netmask-perl (2.0002-2) ...
12:57:05 #10 43.09 Selecting previously unselected package libnetaddr-ip-perl.
12:57:05 #12 7.545 Selecting previously unselected package dh-apparmor.
12:57:05 #12 7.549 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
12:57:05 #12 7.554 Unpacking dh-apparmor (2.13.6-10) ...
12:57:05 #12 7.597 Selecting previously unselected package dmsetup.
12:57:05 #12 7.600 Preparing to unpack .../10-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
12:57:05 #12 7.604 Unpacking dmsetup (2:1.02.175-2.1) ...
12:57:05 #12 7.657 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:57:05 #12 30.94   Installing       : perl-threads-shared-1.58-2.el8.x86_64                53/91 
12:57:05 #12 31.52   Installing       : perl-interpreter-4:5.26.3-422.el8.x86_64             54/91 
12:57:05 #12 31.55   Installing       : libtool-ltdl-2.4.6-25.el8.x86_64                     55/91 
12:57:05 #12 31.56   Running scriptlet: libtool-ltdl-2.4.6-25.el8.x86_64                     55/91 
12:57:05 #14 27.90   Upgrading        : device-mapper-libs-8:1.02.181-9.el8.aarch64          62/93 
12:57:05 #14 27.95   Upgrading        : device-mapper-8:1.02.181-9.el8.aarch64               63/93 
12:57:05 #14 28.04   Installing       : systemd-devel-239-70.el8.aarch64                     64/93 
12:57:05 #11 43.69 Setting up libgcc-12-dev:amd64 (12.2.0-3ubuntu1) ...
12:57:05 #11 43.70 Setting up shared-mime-info (2.2-1) ...
12:57:05 #11 41.44 Setting up libxpm4:arm64 (1:3.5.12-1ubuntu0.22.04.1) ...
12:57:05 #11 41.45 Setting up libtool (2.4.6-15build2) ...
12:57:05 #11 41.47 Setting up openssh-client (1:8.9p1-3ubuntu0.1) ...
12:57:05 #11 41.54 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
12:57:05 #11 41.54 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
12:57:05 #11 41.55 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
12:57:05 #11 41.55 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
12:57:05 #11 41.55 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
12:57:05 #11 41.55 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
12:57:05 #11 41.56 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
12:57:05 #11 41.59 Setting up libxext6:arm64 (2:1.3.4-1build1) ...
12:57:05 #11 41.60 Setting up libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.7) ...
12:57:05 #11 41.61 Setting up python3 (3.10.6-1~22.04) ...
12:57:05 #11 44.10 Setting up libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
12:57:05 #11 44.12 Setting up libxmuu1:arm64 (2:1.1.3-0ubuntu1) ...
12:57:05 #11 44.13 Setting up gpg (2.2.19-3ubuntu2.2) ...
12:57:05 #11 44.14 Setting up libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ...
12:57:05 #11 44.16 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
12:57:05 #11 44.17 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
12:57:05 #10 45.59 Selecting previously unselected package lintian.
12:57:05 #10 45.59 Preparing to unpack .../338-lintian_2.104.0_all.deb ...
12:57:05 #10 45.60 Unpacking lintian (2.104.0) ...
12:57:05 #13 8.301 (23/68): autoconf-2.69-38.el9.noarch.rpm        896 kB/s | 681 kB     00:00    
12:57:05 #11 45.89 Setting up fontconfig-config (2.13.1-4.4ubuntu1) ...
12:57:05 #11 46.08 Setting up libedit2:arm64 (3.1-20210910-1build1) ...
12:57:05 #11 46.09 Setting up libreadline8:arm64 (8.2-1) ...
12:57:05 #11 46.11 Setting up dbus-daemon (1.14.0-2ubuntu3) ...
12:57:05 #11 46.13 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-1ubuntu1) ...
12:57:05 #10 25.32 Selecting previously unselected package libstdc++-12-dev:armhf.
12:57:05 #10 25.32 Preparing to unpack .../056-libstdc++-12-dev_12.2.0-14_armhf.deb ...
12:57:05 #10 25.32 Unpacking libstdc++-12-dev:armhf (12.2.0-14) ...
12:57:05 #10 36.02 Selecting previously unselected package pinentry-curses.
12:57:05 #10 36.02 Preparing to unpack .../136-pinentry-curses_1.1.0-1_amd64.deb ...
12:57:05 #10 36.02 Unpacking pinentry-curses (1.1.0-1) ...
12:57:05 #10 36.08 Selecting previously unselected package gpg-agent.
12:57:05 #10 36.08 Preparing to unpack .../137-gpg-agent_2.2.4-1ubuntu1.6_amd64.deb ...
12:57:05 #10 36.08 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
12:57:05 #10 36.14 Selecting previously unselected package gpg-wks-client.
12:57:05 #10 36.14 Preparing to unpack .../138-gpg-wks-client_2.2.4-1ubuntu1.6_amd64.deb ...
12:57:05 #10 36.14 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
12:57:05 #10 36.18 Selecting previously unselected package gpg-wks-server.
12:57:05 #10 36.18 Preparing to unpack .../139-gpg-wks-server_2.2.4-1ubuntu1.6_amd64.deb ...
12:57:05 #10 36.19 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
12:57:05 #10 36.22 Selecting previously unselected package gpgsm.
12:57:05 #10 36.23 Preparing to unpack .../140-gpgsm_2.2.4-1ubuntu1.6_amd64.deb ...
12:57:05 #10 36.23 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
12:57:05 #10 36.28 Selecting previously unselected package gnupg.
12:57:05 #11 33.75 Selecting previously unselected package gnupg-l10n.
12:57:05 #11 33.75 Preparing to unpack .../145-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
12:57:05 #11 33.75 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
12:57:05 #11 33.78 Selecting previously unselected package gnupg-utils.
12:57:05 #11 33.78 Preparing to unpack .../146-gnupg-utils_2.2.19-3ubuntu2.2_amd64.deb ...
12:57:05 #11 33.79 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
12:57:05 #11 33.86 Selecting previously unselected package gpg.
12:57:05 #11 33.86 Preparing to unpack .../147-gpg_2.2.19-3ubuntu2.2_amd64.deb ...
12:57:05 #11 33.86 Unpacking gpg (2.2.19-3ubuntu2.2) ...
12:57:05 #11 33.93 Selecting previously unselected package pinentry-curses.
12:57:05 #11 33.93 Preparing to unpack .../148-pinentry-curses_1.1.0-3build1_amd64.deb ...
12:57:05 #11 33.94 Unpacking pinentry-curses (1.1.0-3build1) ...
12:57:05 #11 33.98 Selecting previously unselected package gpg-agent.
12:57:05 #11 33.98 Preparing to unpack .../149-gpg-agent_2.2.19-3ubuntu2.2_amd64.deb ...
12:57:05 #11 33.98 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
12:57:05 #11 34.02 Selecting previously unselected package gpg-wks-client.
12:57:05 #11 34.03 Preparing to unpack .../150-gpg-wks-client_2.2.19-3ubuntu2.2_amd64.deb ...
12:57:05 #11 34.03 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
12:57:05 #11 34.06 Selecting previously unselected package gpg-wks-server.
12:57:05 #11 34.06 Preparing to unpack .../151-gpg-wks-server_2.2.19-3ubuntu2.2_amd64.deb ...
12:57:05 #11 34.07 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
12:57:05 #11 34.10 Selecting previously unselected package gpgsm.
12:57:05 #11 32.10 Preparing to unpack .../226-libcpanel-json-xs-perl_4.27-1build1_amd64.deb ...
12:57:05 #11 32.11 Unpacking libcpanel-json-xs-perl:amd64 (4.27-1build1) ...
12:57:05 #11 32.15 Selecting previously unselected package libdevel-stacktrace-perl.
12:57:05 #11 32.15 Preparing to unpack .../227-libdevel-stacktrace-perl_2.0400-1_all.deb ...
12:57:05 #11 32.15 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
12:57:05 #11 32.18 Selecting previously unselected package libexception-class-perl.
12:57:05 #11 32.18 Preparing to unpack .../228-libexception-class-perl_1.45-1_all.deb ...
12:57:05 #11 32.19 Unpacking libexception-class-perl (1.45-1) ...
12:57:05 #11 32.22 Selecting previously unselected package libiterator-perl.
12:57:05 #11 32.22 Preparing to unpack .../229-libiterator-perl_0.03+ds1-1.1_all.deb ...
12:57:05 #11 32.23 Unpacking libiterator-perl (0.03+ds1-1.1) ...
12:57:05 #11 32.25 Selecting previously unselected package libiterator-util-perl.
12:57:05 #11 32.26 Preparing to unpack .../230-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
12:57:05 #11 32.26 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
12:57:05 #11 32.29 Selecting previously unselected package libexporter-tiny-perl.
12:57:05 #11 32.29 Preparing to unpack .../231-libexporter-tiny-perl_1.002002-1_all.deb ...
12:57:05 #11 32.29 Unpacking libexporter-tiny-perl (1.002002-1) ...
12:57:05 #11 32.32 Selecting previously unselected package liblist-moreutils-xs-perl.
12:57:05 #10 44.79 (86/140): perl-interpreter-5.36.0-492.fc37.aarc 1.1 MB/s |  75 kB     00:00    
12:57:05 #10 44.82 (87/140): perl-libnet-3.14-490.fc37.noarch.rpm  1.4 MB/s | 132 kB     00:00    
12:57:05 #10 44.97 (88/140): perl-libs-5.36.0-492.fc37.aarch64.rpm  11 MB/s | 2.2 MB     00:00    
12:57:05 #10 44.98 (89/140): perl-mro-1.26-492.fc37.aarch64.rpm    165 kB/s |  31 kB     00:00    
12:57:05 #10 44.98 (90/140): perl-overload-1.35-492.fc37.noarch.rp 300 kB/s |  49 kB     00:00    
12:57:05 #10 45.04 (91/140): perl-overloading-0.02-492.fc37.noarch 247 kB/s |  16 kB     00:00    
12:57:05 #10 70.90 
12:57:05 #10 70.90 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:05 #10 70.94 Setting up dput (1.0.3) ...
12:57:05 #10 45.97 Selecting previously unselected package libxml-sax-expat-perl.
12:57:05 #10 45.97 Preparing to unpack .../309-libxml-sax-expat-perl_0.51-1_all.deb ...
12:57:05 #10 45.98 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:57:05 #10 46.01 Selecting previously unselected package libxml-simple-perl.
12:57:05 #10 46.01 Preparing to unpack .../310-libxml-simple-perl_2.25-1_all.deb ...
12:57:05 #10 46.02 Unpacking libxml-simple-perl (2.25-1) ...
12:57:05 #10 46.05 Selecting previously unselected package libxmlrpc-lite-perl.
12:57:05 #10 46.05 Preparing to unpack .../311-libxmlrpc-lite-perl_0.717-2_all.deb ...
12:57:05 #10 46.06 Unpacking libxmlrpc-lite-perl (0.717-2) ...
12:57:05 #10 46.09 Selecting previously unselected package libxmuu1:amd64.
12:57:05 #10 46.10 Preparing to unpack .../312-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
12:57:05 #10 46.10 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
12:57:05 #10 46.14 Selecting previously unselected package libyaml-0-2:amd64.
12:57:05 #10 46.14 Preparing to unpack .../313-libyaml-0-2_0.2.1-1_amd64.deb ...
12:57:05 #10 46.15 Unpacking libyaml-0-2:amd64 (0.2.1-1) ...
12:57:05 #10 46.18 Selecting previously unselected package libyaml-libyaml-perl.
12:57:05 #10 46.18 Preparing to unpack .../314-libyaml-libyaml-perl_0.76+repack-1_amd64.deb ...
12:57:05 #10 46.19 Unpacking libyaml-libyaml-perl (0.76+repack-1) ...
12:57:05 #10 46.21 Selecting previously unselected package licensecheck.
12:57:05 #10 46.22 Preparing to unpack .../315-licensecheck_3.0.31-3_all.deb ...
12:57:05 #10 46.22 Unpacking licensecheck (3.0.31-3) ...
12:57:05 #10 46.25 Selecting previously unselected package t1utils.
12:57:05 #10 46.25 Preparing to unpack .../316-t1utils_1.41-3_amd64.deb ...
12:57:05 #10 46.26 Unpacking t1utils (1.41-3) ...
12:57:05 #10 46.29 Selecting previously unselected package lintian.
12:57:05 #10 43.09 Preparing to unpack .../244-libnetaddr-ip-perl_4.079+dfsg-2+b1_amd64.deb ...
12:57:05 #10 43.09 Unpacking libnetaddr-ip-perl (4.079+dfsg-2+b1) ...
12:57:05 #10 43.23 Selecting previously unselected package libdata-validate-ip-perl.
12:57:05 #10 43.23 Preparing to unpack .../245-libdata-validate-ip-perl_0.31-1_all.deb ...
12:57:05 #10 43.23 Unpacking libdata-validate-ip-perl (0.31-1) ...
12:57:05 #10 43.26 Selecting previously unselected package libdata-validate-uri-perl.
12:57:05 #10 43.26 Preparing to unpack .../246-libdata-validate-uri-perl_0.07-2_all.deb ...
12:57:05 #10 43.27 Unpacking libdata-validate-uri-perl (0.07-2) ...
12:57:05 #10 43.30 Selecting previously unselected package libdevel-size-perl.
12:57:05 #10 43.31 Preparing to unpack .../247-libdevel-size-perl_0.83-2+b1_amd64.deb ...
12:57:05 #10 43.31 Unpacking libdevel-size-perl (0.83-2+b1) ...
12:57:05 #10 43.34 Selecting previously unselected package libdistro-info-perl.
12:57:05 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 5.2s
12:57:05 #10 21.39 Selecting previously unselected package libgdbm-compat4:armhf.
12:57:05 #10 21.39 Preparing to unpack .../09-libgdbm-compat4_1.18.1-4_armhf.deb ...
12:57:05 #10 21.39 Unpacking libgdbm-compat4:armhf (1.18.1-4) ...
12:57:05 #10 21.44 Selecting previously unselected package libperl5.28:armhf.
12:57:05 #10 21.44 Preparing to unpack .../10-libperl5.28_5.28.1-6+deb10u1_armhf.deb ...
12:57:05 #12 31.58   Installing       : libpkgconf-1.4.2-1.el8.x86_64                        56/91 
12:57:05 #12 31.60   Installing       : pkgconf-1.4.2-1.el8.x86_64                           57/91 
12:57:05 #12 31.61   Installing       : pkgconf-pkg-config-1.4.2-1.el8.x86_64                58/91 
12:57:05 #12 31.64   Installing       : libbabeltrace-1.5.4-4.el8.x86_64                     59/91 
12:57:05 #12 31.65   Running scriptlet: libbabeltrace-1.5.4-4.el8.x86_64                     59/91 
12:57:05 #12 7.660 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
12:57:05 #12 7.665 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
12:57:05 #12 7.715 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
12:57:05 #12 7.719 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
12:57:05 #12 7.722 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
12:57:05 #12 7.756 Selecting previously unselected package libudev-dev:arm64.
12:57:05 #12 7.759 Preparing to unpack .../13-libudev-dev_247.3-7+deb11u1_arm64.deb ...
12:57:05 #12 7.763 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
12:57:05 #12 7.816 Selecting previously unselected package libsepol1-dev:arm64.
12:57:05 #12 7.819 Preparing to unpack .../14-libsepol1-dev_3.1-1_arm64.deb ...
12:57:05 #12 7.823 Unpacking libsepol1-dev:arm64 (3.1-1) ...
12:57:05 #12 7.889 Selecting previously unselected package libpcre2-16-0:arm64.
12:57:05 #10 45.92 Selecting previously unselected package lsb-release.
12:57:05 #10 45.92 Preparing to unpack .../339-lsb-release_11.1.0_all.deb ...
12:57:05 #10 45.93 Unpacking lsb-release (11.1.0) ...
12:57:05 #10 45.96 Selecting previously unselected package manpages-dev.
12:57:05 #10 45.96 Preparing to unpack .../340-manpages-dev_5.10-1_all.deb ...
12:57:05 #10 45.97 Unpacking manpages-dev (5.10-1) ...
12:57:05 #13 8.656 (24/68): cmake-3.20.2-8.el9.x86_64.rpm           17 MB/s | 6.7 MB     00:00    
12:57:05 #13 8.770 (25/68): cmake-data-3.20.2-8.el9.noarch.rpm     4.6 MB/s | 2.1 MB     00:00    
12:57:05 #13 8.773 (26/68): cmake-filesystem-3.20.2-8.el9.x86_64.r 163 kB/s |  19 kB     00:00    
12:57:05 #13 8.835 (27/68): cmake-rpm-macros-3.20.2-8.el9.noarch.r 184 kB/s |  12 kB     00:00    
12:57:05 #11 46.16 Setting up ca-certificates (20211016ubuntu0.22.10.1) ...
12:57:06 #10 36.28 Preparing to unpack .../141-gnupg_2.2.4-1ubuntu1.6_amd64.deb ...
12:57:06 #10 36.28 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
12:57:06 #10 36.33 Selecting previously unselected package libgpgme11:amd64.
12:57:06 #10 36.33 Preparing to unpack .../142-libgpgme11_1.10.0-1ubuntu2_amd64.deb ...
12:57:06 #10 36.34 Unpacking libgpgme11:amd64 (1.10.0-1ubuntu2) ...
12:57:06 #10 36.38 Selecting previously unselected package python3-gpg.
12:57:06 #10 36.38 Preparing to unpack .../143-python3-gpg_1.10.0-1ubuntu2_amd64.deb ...
12:57:06 #10 36.38 Unpacking python3-gpg (1.10.0-1ubuntu2) ...
12:57:06 #10 36.44 Selecting previously unselected package dput.
12:57:06 #10 36.45 Preparing to unpack .../144-dput_1.0.1ubuntu1_all.deb ...
12:57:06 #10 36.45 Unpacking dput (1.0.1ubuntu1) ...
12:57:06 #10 36.49 Selecting previously unselected package libfakeroot:amd64.
12:57:06 #11 34.10 Preparing to unpack .../152-gpgsm_2.2.19-3ubuntu2.2_amd64.deb ...
12:57:06 #11 34.11 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
12:57:06 #11 34.15 Selecting previously unselected package gnupg.
12:57:06 #11 34.15 Preparing to unpack .../153-gnupg_2.2.19-3ubuntu2.2_all.deb ...
12:57:06 #11 34.15 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
12:57:06 #11 34.20 Selecting previously unselected package libfile-which-perl.
12:57:06 #11 34.20 Preparing to unpack .../154-libfile-which-perl_1.23-1_all.deb ...
12:57:06 #11 34.20 Unpacking libfile-which-perl (1.23-1) ...
12:57:06 #11 34.23 Selecting previously unselected package libfile-homedir-perl.
12:57:06 #11 34.23 Preparing to unpack .../155-libfile-homedir-perl_1.004-1_all.deb ...
12:57:06 #11 34.23 Unpacking libfile-homedir-perl (1.004-1) ...
12:57:06 #11 34.26 Selecting previously unselected package libio-pty-perl.
12:57:06 #11 34.26 Preparing to unpack .../156-libio-pty-perl_1%3a1.12-1_amd64.deb ...
12:57:06 #11 34.27 Unpacking libio-pty-perl (1:1.12-1) ...
12:57:06 #11 34.30 Selecting previously unselected package libipc-run-perl.
12:57:06 #11 34.30 Preparing to unpack .../157-libipc-run-perl_20180523.0-2_all.deb ...
12:57:06 #11 34.30 Unpacking libipc-run-perl (20180523.0-2) ...
12:57:06 #11 32.33 Preparing to unpack .../232-liblist-moreutils-xs-perl_0.430-2build2_amd64.deb ...
12:57:06 #11 32.33 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ...
12:57:06 #11 32.36 Selecting previously unselected package liblist-moreutils-perl.
12:57:06 #11 32.36 Preparing to unpack .../233-liblist-moreutils-perl_0.430-2_all.deb ...
12:57:06 #11 32.37 Unpacking liblist-moreutils-perl (0.430-2) ...
12:57:06 #11 32.40 Selecting previously unselected package libdata-dpath-perl.
12:57:06 #11 32.41 Preparing to unpack .../234-libdata-dpath-perl_0.58-1_all.deb ...
12:57:06 #11 32.41 Unpacking libdata-dpath-perl (0.58-1) ...
12:57:06 #11 32.45 Selecting previously unselected package libdata-dump-perl.
12:57:06 #11 32.46 Preparing to unpack .../235-libdata-dump-perl_1.25-1_all.deb ...
12:57:06 #11 32.46 Unpacking libdata-dump-perl (1.25-1) ...
12:57:06 #11 32.52 Selecting previously unselected package libdata-messagepack-perl.
12:57:06 #11 32.52 Preparing to unpack .../236-libdata-messagepack-perl_1.01-2build1_amd64.deb ...
12:57:06 #11 32.52 Unpacking libdata-messagepack-perl (1.01-2build1) ...
12:57:06 #11 32.58 Selecting previously unselected package libnet-domain-tld-perl.
12:57:06 #10 45.04 (92/140): perl-parent-0.238-489.fc37.noarch.rpm 217 kB/s |  14 kB     00:00    
12:57:06 #10 45.05 (93/140): perl-podlators-4.14-489.fc37.noarch.r 1.6 MB/s | 116 kB     00:00    
12:57:06 #10 45.10 (94/140): perl-srpm-macros-1-46.fc37.noarch.rpm 129 kB/s | 8.3 kB     00:00    
12:57:06 #10 45.11 (95/140): perl-subs-1.04-492.fc37.noarch.rpm    228 kB/s |  15 kB     00:00    
12:57:06 #10 45.11 (96/140): perl-vars-1.05-492.fc37.noarch.rpm    250 kB/s |  16 kB     00:00    
12:57:06 #10 45.17 (97/140): pkgconf-1.8.0-3.fc37.aarch64.rpm      632 kB/s |  41 kB     00:00    
12:57:06 #10 45.17 (98/140): pkgconf-m4-1.8.0-3.fc37.noarch.rpm    224 kB/s |  14 kB     00:00    
12:57:06 #10 45.18 (99/140): pkgconf-pkg-config-1.8.0-3.fc37.aarch 157 kB/s |  10 kB     00:00    
12:57:06 #10 45.25 (100/140): python3-construct-2.10.68-3.fc37.noa 1.8 MB/s | 152 kB     00:00    
12:57:06 #10 45.29 (101/140): python3-dateutil-2.8.2-4.fc37.noarch 3.0 MB/s | 361 kB     00:00    
12:57:06 #10 71.12 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:57:06 #10 71.13 Setting up libmodule-runtime-perl (0.016-1) ...
12:57:06 #10 71.15 Setting up libmailtools-perl (2.18-1) ...
12:57:06 #10 71.16 Setting up libparse-debianchangelog-perl (1.2.0-13) ...
12:57:06 #10 71.18 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
12:57:06 #10 71.22 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:57:06 #10 71.29 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:57:06 #10 46.29 Preparing to unpack .../317-lintian_2.15.0_all.deb ...
12:57:06 #10 46.30 Unpacking lintian (2.15.0) ...
12:57:06 #10 46.45 Selecting previously unselected package lsb-release.
12:57:06 #10 46.45 Preparing to unpack .../318-lsb-release_10.2019051400_all.deb ...
12:57:06 #10 46.45 Unpacking lsb-release (10.2019051400) ...
12:57:06 #10 46.48 Selecting previously unselected package mailutils.
12:57:06 #10 46.48 Preparing to unpack .../319-mailutils_1%3a3.5-4_amd64.deb ...
12:57:06 #10 46.49 Unpacking mailutils (1:3.5-4) ...
12:57:06 #10 46.55 Selecting previously unselected package manpages-dev.
12:57:06 #10 43.35 Preparing to unpack .../248-libdistro-info-perl_1.5_all.deb ...
12:57:06 #10 43.35 Unpacking libdistro-info-perl (1.5) ...
12:57:06 #10 43.38 Selecting previously unselected package libemail-address-xs-perl.
12:57:06 #10 43.38 Preparing to unpack .../249-libemail-address-xs-perl_1.05-1+b1_amd64.deb ...
12:57:06 #10 43.39 Unpacking libemail-address-xs-perl (1.05-1+b1) ...
12:57:06 #10 43.42 Selecting previously unselected package libexporter-tiny-perl.
12:57:06 #10 43.42 Preparing to unpack .../250-libexporter-tiny-perl_1.006000-1_all.deb ...
12:57:06 #10 43.43 Unpacking libexporter-tiny-perl (1.006000-1) ...
12:57:06 #10 43.48 Selecting previously unselected package libfcgi-bin.
12:57:06 #10 43.48 Preparing to unpack .../251-libfcgi-bin_2.4.2-2_amd64.deb ...
12:57:06 #10 43.49 Unpacking libfcgi-bin (2.4.2-2) ...
12:57:06 #10 43.52 Selecting previously unselected package libindirect-perl.
12:57:06 #10 43.52 Preparing to unpack .../252-libindirect-perl_0.39-2+b1_amd64.deb ...
12:57:06 #10 43.53 Unpacking libindirect-perl (0.39-2+b1) ...
12:57:06 #10 43.56 Selecting previously unselected package libxs-parse-keyword-perl.
12:57:06 #10 43.56 Preparing to unpack .../253-libxs-parse-keyword-perl_0.32-1_amd64.deb ...
12:57:06 #10 43.57 Unpacking libxs-parse-keyword-perl (0.32-1) ...
12:57:06 #10 43.60 Selecting previously unselected package libxs-parse-sublike-perl:amd64.
12:57:06 #10 21.44 Unpacking libperl5.28:armhf (5.28.1-6+deb10u1) ...
12:57:06 #12 31.87   Installing       : glibc-gconv-extra-2.28-211.el8.x86_64                60/91 
12:57:06 #12 31.89   Running scriptlet: glibc-gconv-extra-2.28-211.el8.x86_64                60/91 
12:57:06 #12 31.91   Installing       : emacs-filesystem-1:26.1-9.el8.noarch                 61/91 
12:57:06 #12 31.93   Installing       : desktop-file-utils-0.26-1.el8.x86_64                 62/91 
12:57:06 #12 31.94   Installing       : elfutils-debuginfod-client-0.187-4.el8.x86_64        63/91 
12:57:06 #12 32.02   Installing       : elfutils-0.187-4.el8.x86_64                          64/91 
12:57:06 #12 32.07   Installing       : diffutils-3.6-6.el8.x86_64                           65/91 
12:57:06 #12 32.08   Running scriptlet: diffutils-3.6-6.el8.x86_64                           65/91 
12:57:06 #12 7.893 Preparing to unpack .../15-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
12:57:06 #12 7.902 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
12:57:06 #12 7.974 Selecting previously unselected package libpcre2-32-0:arm64.
12:57:06 #12 7.977 Preparing to unpack .../16-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
12:57:06 #12 7.981 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
12:57:06 #12 8.044 Selecting previously unselected package libpcre2-posix2:arm64.
12:57:06 #12 8.045 Preparing to unpack .../17-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
12:57:06 #12 8.049 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
12:57:06 #12 8.088 Selecting previously unselected package libpcre2-dev:arm64.
12:57:06 #12 8.091 Preparing to unpack .../18-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
12:57:06 #12 8.095 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
12:57:06 #12 8.179 Selecting previously unselected package libselinux1-dev:arm64.
12:57:06 #10 65.67 0 added, 0 removed; done.
12:57:06 #10 65.67 Running hooks in /etc/ca-certificates/update.d...
12:57:06 #10 65.67 done.
12:57:06 #14 28.08   Installing       : vim-filesystem-2:8.0.1763-19.el8.4.noarch            65/93 
12:57:06 #11 41.90 Setting up python3-xdg (0.27-2) ...
12:57:06 #11 42.05 Setting up man-db (2.10.2-1) ...
12:57:06 #11 44.64 Setting up openssh-client (1:8.2p1-4ubuntu0.5) ...
12:57:06 #11 44.74 Setting up libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:06 #11 44.75 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
12:57:06 #11 44.77 Setting up libxext6:arm64 (2:1.3.4-0ubuntu1) ...
12:57:06 #11 44.78 Setting up python3 (3.8.2-0ubuntu2) ...
12:57:06 #10 36.50 Preparing to unpack .../145-libfakeroot_1.22-2ubuntu1_amd64.deb ...
12:57:06 #10 36.50 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ...
12:57:06 #10 36.54 Selecting previously unselected package fakeroot.
12:57:06 #10 36.55 Preparing to unpack .../146-fakeroot_1.22-2ubuntu1_amd64.deb ...
12:57:06 #10 36.55 Unpacking fakeroot (1.22-2ubuntu1) ...
12:57:06 #10 36.59 Selecting previously unselected package libcurl3-gnutls:amd64.
12:57:06 #10 36.59 Preparing to unpack .../147-libcurl3-gnutls_7.58.0-2ubuntu3.22_amd64.deb ...
12:57:06 #10 36.59 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.22) ...
12:57:06 #10 36.64 Selecting previously unselected package liberror-perl.
12:57:06 #10 36.65 Preparing to unpack .../148-liberror-perl_0.17025-1_all.deb ...
12:57:06 #10 36.65 Unpacking liberror-perl (0.17025-1) ...
12:57:06 #10 36.70 Selecting previously unselected package git-man.
12:57:06 #10 36.70 Preparing to unpack .../149-git-man_1%3a2.17.1-1ubuntu0.15_all.deb ...
12:57:06 #10 36.70 Unpacking git-man (1:2.17.1-1ubuntu0.15) ...
12:57:06 #10 36.81 Selecting previously unselected package git.
12:57:06 #11 34.34 Selecting previously unselected package libclass-method-modifiers-perl.
12:57:06 #11 34.34 Preparing to unpack .../158-libclass-method-modifiers-perl_2.13-1_all.deb ...
12:57:06 #11 34.34 Unpacking libclass-method-modifiers-perl (2.13-1) ...
12:57:06 #11 34.37 Selecting previously unselected package libb-hooks-op-check-perl.
12:57:06 #11 34.37 Preparing to unpack .../159-libb-hooks-op-check-perl_0.22-1build2_amd64.deb ...
12:57:06 #11 34.37 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
12:57:06 #11 34.40 Selecting previously unselected package libdynaloader-functions-perl.
12:57:06 #11 34.40 Preparing to unpack .../160-libdynaloader-functions-perl_0.003-1_all.deb ...
12:57:06 #11 34.40 Unpacking libdynaloader-functions-perl (0.003-1) ...
12:57:06 #11 34.43 Selecting previously unselected package libdevel-callchecker-perl.
12:57:06 #11 34.43 Preparing to unpack .../161-libdevel-callchecker-perl_0.008-1ubuntu1_amd64.deb ...
12:57:06 #11 34.44 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
12:57:06 #11 34.46 Selecting previously unselected package libparams-classify-perl.
12:57:06 #11 34.46 Preparing to unpack .../162-libparams-classify-perl_0.015-1build2_amd64.deb ...
12:57:06 #11 34.47 Unpacking libparams-classify-perl (0.015-1build2) ...
12:57:06 #11 34.50 Selecting previously unselected package libmodule-runtime-perl.
12:57:06 #11 34.50 Preparing to unpack .../163-libmodule-runtime-perl_0.016-1_all.deb ...
12:57:06 #11 34.50 Unpacking libmodule-runtime-perl (0.016-1) ...
12:57:06 #11 34.53 Selecting previously unselected package libimport-into-perl.
12:57:06 #11 34.53 Preparing to unpack .../164-libimport-into-perl_1.002005-1_all.deb ...
12:57:06 #11 34.53 Unpacking libimport-into-perl (1.002005-1) ...
12:57:06 #11 34.56 Selecting previously unselected package librole-tiny-perl.
12:57:06 #11 34.56 Preparing to unpack .../165-librole-tiny-perl_2.001004-1_all.deb ...
12:57:06 #11 34.56 Unpacking librole-tiny-perl (2.001004-1) ...
12:57:06 #11 34.59 Selecting previously unselected package libstrictures-perl.
12:57:06 #11 34.59 Preparing to unpack .../166-libstrictures-perl_2.000006-1_all.deb ...
12:57:06 #11 34.60 Unpacking libstrictures-perl (2.000006-1) ...
12:57:06 #11 34.62 Selecting previously unselected package libsub-quote-perl.
12:57:06 #10 25.83 Selecting previously unselected package g++-12.
12:57:06 #10 25.83 Preparing to unpack .../057-g++-12_12.2.0-14_armhf.deb ...
12:57:06 #10 25.86 Unpacking g++-12 (12.2.0-14) ...
12:57:06 #10 45.30 (102/140): python3-distro-1.7.0-3.fc37.noarch.r 392 kB/s |  48 kB     00:00    
12:57:06 #10 45.35 (103/140): python3-dnf-plugins-core-4.3.1-1.fc3 2.7 MB/s | 278 kB     00:00    
12:57:06 #10 45.39 (104/140): python3-enchant-3.2.2-5.fc37.noarch. 1.1 MB/s | 103 kB     00:00    
12:57:06 #10 45.40 (105/140): python3-file-magic-5.42-4.fc37.noarc 201 kB/s |  20 kB     00:00    
12:57:06 #10 45.43 (106/140): python3-pybeam-0.7-4.fc37.noarch.rpm 457 kB/s |  32 kB     00:00    
12:57:06 #10 45.46 (107/140): python3-pyxdg-0.27-6.fc37.noarch.rpm 1.9 MB/s | 135 kB     00:00    
12:57:06 #10 45.47 (108/140): python3-six-1.16.0-8.fc37.noarch.rpm 650 kB/s |  42 kB     00:00    
12:57:06 #10 45.49 (109/140): python3-tomli-w-1.0.0-4.fc37.noarch. 321 kB/s |  21 kB     00:00    
12:57:06 #10 45.54 (110/140): rpm-build-4.18.0-1.fc37.aarch64.rpm  884 kB/s |  77 kB     00:00    
12:57:06 #11 32.58 Preparing to unpack .../237-libnet-domain-tld-perl_1.75-1.1_all.deb ...
12:57:06 #11 32.60 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
12:57:06 #11 32.67 Selecting previously unselected package libdata-validate-domain-perl.
12:57:06 #11 32.67 Preparing to unpack .../238-libdata-validate-domain-perl_0.10-1.1_all.deb ...
12:57:06 #11 32.69 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
12:57:06 #11 32.73 Selecting previously unselected package libnet-ipv6addr-perl.
12:57:06 #11 32.74 Preparing to unpack .../239-libnet-ipv6addr-perl_1.02-1_all.deb ...
12:57:06 #11 32.74 Unpacking libnet-ipv6addr-perl (1.02-1) ...
12:57:06 #11 32.78 Selecting previously unselected package libnet-netmask-perl.
12:57:06 #11 32.78 Preparing to unpack .../240-libnet-netmask-perl_2.0001-1_all.deb ...
12:57:06 #10 46.56 Preparing to unpack .../320-manpages-dev_4.16-2_all.deb ...
12:57:06 #10 46.56 Unpacking manpages-dev (4.16-2) ...
12:57:06 #10 71.37 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:06 #12 32.14   Installing       : zstd-1.4.4-1.el8.x86_64                              66/91 
12:57:06 #12 32.15   Installing       : rust-srpm-macros-5-2.el8.noarch                      67/91 
12:57:06 #12 32.16   Installing       : qt5-srpm-macros-5.15.3-1.el8.noarch                  68/91 
12:57:06 #12 32.18   Installing       : python3-systemd-234-8.el8.x86_64                     69/91 
12:57:06 #12 32.22   Upgrading        : python3-dnf-plugins-core-4.0.21-18.el8.noarch        70/91 
12:57:06 #12 32.24   Installing       : perl-srpm-macros-1-25.el8.noarch                     71/91 
12:57:06 #12 32.25   Installing       : openblas-srpm-macros-2-2.el8.noarch                  72/91 
12:57:06 #12 32.26   Installing       : ocaml-srpm-macros-5-4.el8.noarch                     73/91 
12:57:06 #12 32.27   Installing       : libipt-1.6.1-8.el8.x86_64                            74/91 
12:57:06 #12 32.28   Installing       : libatomic_ops-7.6.2-3.el8.x86_64                     75/91 
12:57:06 #10 43.60 Preparing to unpack .../254-libxs-parse-sublike-perl_0.16-1+b2_amd64.deb ...
12:57:06 #10 43.61 Unpacking libxs-parse-sublike-perl:amd64 (0.16-1+b2) ...
12:57:06 #10 43.64 Selecting previously unselected package libobject-pad-perl.
12:57:06 #10 43.64 Preparing to unpack .../255-libobject-pad-perl_0.78-1_amd64.deb ...
12:57:06 #10 43.65 Unpacking libobject-pad-perl (0.78-1) ...
12:57:06 #10 43.69 Selecting previously unselected package libfeature-compat-class-perl.
12:57:06 #10 43.69 Preparing to unpack .../256-libfeature-compat-class-perl_0.05-1_all.deb ...
12:57:06 #10 43.69 Unpacking libfeature-compat-class-perl (0.05-1) ...
12:57:06 #10 43.72 Selecting previously unselected package libsyntax-keyword-try-perl.
12:57:06 #10 43.73 Preparing to unpack .../257-libsyntax-keyword-try-perl_0.28-1_amd64.deb ...
12:57:06 #10 43.73 Unpacking libsyntax-keyword-try-perl (0.28-1) ...
12:57:06 #10 43.76 Selecting previously unselected package libfeature-compat-try-perl.
12:57:06 #10 43.77 Preparing to unpack .../258-libfeature-compat-try-perl_0.05-1_all.deb ...
12:57:06 #10 43.77 Unpacking libfeature-compat-try-perl (0.05-1) ...
12:57:06 #10 43.80 Selecting previously unselected package libipc-system-simple-perl.
12:57:06 #10 43.80 Preparing to unpack .../259-libipc-system-simple-perl_1.30-2_all.deb ...
12:57:06 #10 43.81 Unpacking libipc-system-simple-perl (1.30-2) ...
12:57:06 #10 43.84 Selecting previously unselected package libfile-basedir-perl.
12:57:06 #10 43.85 Preparing to unpack .../260-libfile-basedir-perl_0.09-2_all.deb ...
12:57:06 #10 43.85 Unpacking libfile-basedir-perl (0.09-2) ...
12:57:06 #10 43.88 Selecting previously unselected package libfile-chdir-perl.
12:57:06 #10 43.88 Preparing to unpack .../261-libfile-chdir-perl_0.1008-1.1_all.deb ...
12:57:06 #10 43.89 Unpacking libfile-chdir-perl (0.1008-1.1) ...
12:57:06 #10 43.92 Selecting previously unselected package libfile-fcntllock-perl.
12:57:06 #10 43.92 Preparing to unpack .../262-libfile-fcntllock-perl_0.22-4+b1_amd64.deb ...
12:57:06 #10 43.93 Unpacking libfile-fcntllock-perl (0.22-4+b1) ...
12:57:06 #10 43.96 Selecting previously unselected package libnumber-compare-perl.
12:57:06 #12 8.180 Preparing to unpack .../19-libselinux1-dev_3.1-3_arm64.deb ...
12:57:06 #12 8.184 Unpacking libselinux1-dev:arm64 (3.1-3) ...
12:57:06 #12 8.241 Selecting previously unselected package libdevmapper-dev:arm64.
12:57:06 #12 8.244 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
12:57:06 #12 8.248 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
12:57:06 #12 8.290 Selecting previously unselected package libseccomp-dev:arm64.
12:57:06 #12 8.293 Preparing to unpack .../21-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
12:57:06 #12 8.298 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
12:57:06 #12 8.338 Selecting previously unselected package libsystemd-dev:arm64.
12:57:06 #12 8.341 Preparing to unpack .../22-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
12:57:06 #12 8.345 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
12:57:06 #12 3.366 Reading package lists...
12:57:06 #10 DONE 66.1s
12:57:06 #11 42.15 Building database of manual pages ...
12:57:06 #11 42.37 Setting up libgpgme11:arm64 (1.16.0-1.2ubuntu4) ...
12:57:06 #11 42.38 Setting up gcc (4:11.2.0-1ubuntu1) ...
12:57:06 #11 42.41 Setting up python3-six (1.16.0-3ubuntu1) ...
12:57:06 #10 46.39 Selecting previously unselected package pbzip2.
12:57:06 #10 46.39 Preparing to unpack .../341-pbzip2_1.1.13-1_amd64.deb ...
12:57:06 #10 46.40 Unpacking pbzip2 (1.1.13-1) ...
12:57:06 #10 46.46 Selecting previously unselected package pixz.
12:57:06 #10 46.46 Preparing to unpack .../342-pixz_1.0.7-1_amd64.deb ...
12:57:06 #10 46.47 Unpacking pixz (1.0.7-1) ...
12:57:06 #10 46.55 Selecting previously unselected package xdelta.
12:57:06 #10 46.55 Preparing to unpack .../343-xdelta_1.1.3-9.3_amd64.deb ...
12:57:06 #10 46.56 Unpacking xdelta (1.1.3-9.3) ...
12:57:06 #10 46.61 Selecting previously unselected package xdelta3.
12:57:06 #10 46.61 Preparing to unpack .../344-xdelta3_3.0.11-dfsg-1+b1_amd64.deb ...
12:57:06 #10 46.62 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
12:57:06 #10 46.66 Selecting previously unselected package pristine-tar.
12:57:06 #10 46.67 Preparing to unpack .../345-pristine-tar_1.49_amd64.deb ...
12:57:06 #10 46.67 Unpacking pristine-tar (1.49) ...
12:57:06 #10 46.72 Selecting previously unselected package publicsuffix.
12:57:06 #10 36.81 Preparing to unpack .../150-git_1%3a2.17.1-1ubuntu0.15_amd64.deb ...
12:57:06 #10 36.83 Unpacking git (1:2.17.1-1ubuntu0.15) ...
12:57:06 #11 46.63 Updating certificates in /etc/ssl/certs...
12:57:06 #11 34.62 Preparing to unpack .../167-libsub-quote-perl_2.006006-1_all.deb ...
12:57:06 #11 34.64 Unpacking libsub-quote-perl (2.006006-1) ...
12:57:06 #11 34.67 Selecting previously unselected package libmoo-perl.
12:57:06 #11 34.67 Preparing to unpack .../168-libmoo-perl_2.003006-1_all.deb ...
12:57:06 #11 34.67 Unpacking libmoo-perl (2.003006-1) ...
12:57:06 #11 34.70 Selecting previously unselected package libencode-locale-perl.
12:57:06 #11 34.70 Preparing to unpack .../169-libencode-locale-perl_1.05-1_all.deb ...
12:57:06 #11 34.71 Unpacking libencode-locale-perl (1.05-1) ...
12:57:06 #11 34.73 Selecting previously unselected package libtimedate-perl.
12:57:06 #11 34.73 Preparing to unpack .../170-libtimedate-perl_2.3200-1_all.deb ...
12:57:06 #11 34.74 Unpacking libtimedate-perl (2.3200-1) ...
12:57:06 #11 34.76 Selecting previously unselected package libhttp-date-perl.
12:57:06 #11 34.76 Preparing to unpack .../171-libhttp-date-perl_6.05-1_all.deb ...
12:57:06 #11 34.77 Unpacking libhttp-date-perl (6.05-1) ...
12:57:06 #11 34.80 Selecting previously unselected package libfile-listing-perl.
12:57:06 #11 34.80 Preparing to unpack .../172-libfile-listing-perl_6.04-1_all.deb ...
12:57:06 #11 34.81 Unpacking libfile-listing-perl (6.04-1) ...
12:57:06 #11 34.83 Selecting previously unselected package libhtml-tagset-perl.
12:57:06 #11 34.83 Preparing to unpack .../173-libhtml-tagset-perl_3.20-4_all.deb ...
12:57:06 #10 45.61 (111/140): shared-mime-info-2.2-2.fc37.aarch64. 2.6 MB/s | 381 kB     00:00    
12:57:06 #10 45.67 (112/140): unzip-6.0-58.fc37.aarch64.rpm        1.0 MB/s | 182 kB     00:00    
12:57:06 #10 45.67 (113/140): xxhash-libs-0.8.1-3.fc37.aarch64.rpm 259 kB/s |  33 kB     00:00    
12:57:06 #10 45.71 (114/140): xz-5.2.5-10.fc37.aarch64.rpm         2.1 MB/s | 223 kB     00:00    
12:57:06 #10 45.77 (115/140): zip-3.0-33.fc37.aarch64.rpm          2.5 MB/s | 256 kB     00:00    
12:57:06 #11 32.79 Unpacking libnet-netmask-perl (2.0001-1) ...
12:57:06 #11 32.83 Selecting previously unselected package libnetaddr-ip-perl.
12:57:06 #11 32.83 Preparing to unpack .../241-libnetaddr-ip-perl_4.079+dfsg-1build7_amd64.deb ...
12:57:06 #11 32.85 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ...
12:57:06 #11 32.89 Selecting previously unselected package libdata-validate-ip-perl.
12:57:06 #11 32.90 Preparing to unpack .../242-libdata-validate-ip-perl_0.30-1_all.deb ...
12:57:06 #11 32.90 Unpacking libdata-validate-ip-perl (0.30-1) ...
12:57:06 #11 32.96 Selecting previously unselected package libdata-validate-uri-perl.
12:57:06 #11 32.96 Preparing to unpack .../243-libdata-validate-uri-perl_0.07-2_all.deb ...
12:57:06 #11 32.98 Unpacking libdata-validate-uri-perl (0.07-2) ...
12:57:06 #10 71.59 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:06 #10 71.67 Setting up libconst-fast-perl (0.014-1) ...
12:57:06 #10 71.68 Setting up libhttp-daemon-perl (6.01-3+deb10u1) ...
12:57:06 #10 71.69 Setting up libmodule-implementation-perl (0.09-1) ...
12:57:06 #10 71.71 Setting up libemail-valid-perl (1.202-1) ...
12:57:06 #10 71.72 Setting up libcgi-fast-perl (1:2.13-1) ...
12:57:06 #10 71.73 Setting up libpackage-stash-perl (0.38-1) ...
12:57:06 #10 71.75 Setting up libimport-into-perl (1.002005-1) ...
12:57:06 #10 71.76 Setting up libmoo-perl (2.003004-2) ...
12:57:06 #10 71.78 Setting up libmime-tools-perl (5.509-1) ...
12:57:06 #10 71.79 Setting up libxml-simple-perl (2.25-1) ...
12:57:06 #10 71.80 Setting up libparams-validate-perl (1.29-1+b1) ...
12:57:06 #10 71.81 Setting up libb-hooks-endofscope-perl (0.24-1) ...
12:57:06 #10 71.83 Setting up lintian (2.15.0) ...
12:57:06 #10 71.84 Setting up libnamespace-clean-perl (0.27-1) ...
12:57:06 #10 71.86 Setting up libgetopt-long-descriptive-perl (0.103-2) ...
12:57:06 #10 71.87 Setting up licensecheck (3.0.31-3) ...
12:57:06 #10 71.88 Setting up libgitlab-api-v4-perl (0.16-1) ...
12:57:06 #10 43.96 Preparing to unpack .../263-libnumber-compare-perl_0.03-3_all.deb ...
12:57:06 #10 43.97 Unpacking libnumber-compare-perl (0.03-3) ...
12:57:06 #10 44.02 Selecting previously unselected package libtext-glob-perl.
12:57:06 #10 44.03 Preparing to unpack .../264-libtext-glob-perl_0.11-3_all.deb ...
12:57:06 #10 44.03 Unpacking libtext-glob-perl (0.11-3) ...
12:57:06 #10 44.06 Selecting previously unselected package libfile-find-rule-perl.
12:57:06 #10 44.06 Preparing to unpack .../265-libfile-find-rule-perl_0.34-3_all.deb ...
12:57:06 #10 44.07 Unpacking libfile-find-rule-perl (0.34-3) ...
12:57:06 #10 44.10 Selecting previously unselected package libfont-afm-perl.
12:57:06 #10 44.10 Preparing to unpack .../266-libfont-afm-perl_1.20-4_all.deb ...
12:57:06 #10 44.11 Unpacking libfont-afm-perl (1.20-4) ...
12:57:06 #10 44.14 Selecting previously unselected package libio-string-perl.
12:57:06 #10 44.14 Preparing to unpack .../267-libio-string-perl_1.08-4_all.deb ...
12:57:06 #10 44.14 Unpacking libio-string-perl (1.08-4) ...
12:57:06 #10 44.17 Selecting previously unselected package libfont-ttf-perl.
12:57:06 #12 8.448 Selecting previously unselected package pkg-config.
12:57:06 #12 8.452 Preparing to unpack .../23-pkg-config_0.29.2-1_arm64.deb ...
12:57:06 #12 8.456 Unpacking pkg-config (0.29.2-1) ...
12:57:06 #12 8.505 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
12:57:06 #12 8.519 Setting up libsepol1-dev:arm64 (3.1-1) ...
12:57:06 #12 8.532 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
12:57:06 #12 8.547 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
12:57:06 #12 8.562 Setting up libuv1:arm64 (1.40.0-2) ...
12:57:06 #12 8.573 Setting up bash-completion (1:2.11-2) ...
12:57:06 #12 4.343 Building dependency tree...
12:57:06 #12 4.519 Reading state information...
12:57:06 #12 4.541 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:57:06 #12 4.580 Starting 2 pkgProblemResolver with broken count: 0
12:57:06 #12 4.582 Done
12:57:06 #12 4.604  Done
12:57:06 #12 4.611 Starting pkgProblemResolver with broken count: 0
12:57:06 #12 4.640 Starting 2 pkgProblemResolver with broken count: 0
12:57:06 #12 4.643 Done
12:57:06 
12:57:06 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:57:06 #11 DONE 0.1s
12:57:06 
12:57:06 #12 [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
12:57:06 #10 22.01 Selecting previously unselected package perl.
12:57:06 #10 22.01 Preparing to unpack .../11-perl_5.28.1-6+deb10u1_armhf.deb ...
12:57:06 #10 22.03 Unpacking perl (5.28.1-6+deb10u1) ...
12:57:06 #10 22.11 Selecting previously unselected package libpython3.7-minimal:armhf.
12:57:06 #10 22.11 Preparing to unpack .../12-libpython3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
12:57:06 #10 22.11 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
12:57:06 #10 22.30 Selecting previously unselected package libexpat1:armhf.
12:57:06 #10 22.30 Preparing to unpack .../13-libexpat1_2.2.6-2+deb10u6_armhf.deb ...
12:57:06 #10 22.30 Unpacking libexpat1:armhf (2.2.6-2+deb10u6) ...
12:57:06 #10 22.37 Selecting previously unselected package python3.7-minimal.
12:57:06 #10 22.37 Preparing to unpack .../14-python3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
12:57:06 #11 42.54 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
12:57:06 #11 42.68 Setting up perl (5.34.0-3ubuntu1.1) ...
12:57:06 #10 46.72 Preparing to unpack .../346-publicsuffix_20220811.1734-0+deb11u1_all.deb ...
12:57:06 #10 46.72 Unpacking publicsuffix (20220811.1734-0+deb11u1) ...
12:57:06 #10 46.77 Selecting previously unselected package python-apt-common.
12:57:06 #10 46.77 Preparing to unpack .../347-python-apt-common_2.2.1_all.deb ...
12:57:06 #10 46.78 Unpacking python-apt-common (2.2.1) ...
12:57:06 #10 46.83 Selecting previously unselected package python3-apt.
12:57:06 #11 47.18 124 added, 0 removed; done.
12:57:06 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 6.4s done
12:57:06 #7 ...
12:57:06 
12:57:06 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:57:06 #10 9.193 Get:81 http://deb.debian.org/debian bullseye/main armhf patch armhf 2.7.6-7 [125 kB]
12:57:06 #10 9.203 Get:82 http://deb.debian.org/debian bullseye/main armhf dpkg-dev all 1.20.12 [2312 kB]
12:57:06 #10 9.208 Get:83 http://deb.debian.org/debian bullseye/main armhf build-essential armhf 12.9 [7704 B]
12:57:06 #10 9.229 Get:84 http://deb.debian.org/debian bullseye/main armhf libbrotli1 armhf 1.0.9-2+b2 [262 kB]
12:57:06 #10 9.229 Get:85 http://deb.debian.org/debian bullseye/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2.1+deb11u1 [67.7 kB]
12:57:06 #10 9.229 Get:86 http://deb.debian.org/debian bullseye/main armhf libsasl2-2 armhf 2.1.27+dfsg-2.1+deb11u1 [99.2 kB]
12:57:06 #10 9.235 Get:87 http://deb.debian.org/debian bullseye/main armhf libldap-2.4-2 armhf 2.4.57+dfsg-3+deb11u1 [210 kB]
12:57:06 #10 9.235 Get:88 http://deb.debian.org/debian bullseye/main armhf libnghttp2-14 armhf 1.43.0-1 [65.6 kB]
12:57:06 #10 9.235 Get:89 http://deb.debian.org/debian bullseye/main armhf libpsl5 armhf 0.21.0-1.2 [56.1 kB]
12:57:06 #10 9.235 Get:90 http://deb.debian.org/debian bullseye/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b2 [55.2 kB]
12:57:06 #10 9.235 Get:91 http://deb.debian.org/debian bullseye/main armhf libssh2-1 armhf 1.9.0-2 [143 kB]
12:57:06 #10 9.239 Get:92 http://deb.debian.org/debian-security bullseye-security/main armhf libcurl4 armhf 7.74.0-1.3+deb11u5 [313 kB]
12:57:06 #10 9.239 Get:93 http://deb.debian.org/debian-security bullseye-security/main armhf curl armhf 7.74.0-1.3+deb11u5 [262 kB]
12:57:06 #10 9.239 Get:94 http://deb.debian.org/debian bullseye/main armhf dctrl-tools armhf 2.24-3 [96.0 kB]
12:57:06 #10 9.239 Get:95 http://deb.debian.org/debian bullseye/main armhf libdebhelper-perl all 13.3.4 [189 kB]
12:57:06 #10 9.248 Get:96 http://deb.debian.org/debian bullseye/main armhf libtool all 2.4.6-15 [513 kB]
12:57:06 #10 9.248 Get:97 http://deb.debian.org/debian bullseye/main armhf dh-autoreconf all 20 [17.1 kB]
12:57:06 #10 9.248 Get:98 http://deb.debian.org/debian bullseye/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
12:57:06 #10 9.248 Get:99 http://deb.debian.org/debian bullseye/main armhf libsub-override-perl all 0.09-2 [10.2 kB]
12:57:06 #10 9.248 Get:100 http://deb.debian.org/debian bullseye/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
12:57:06 #10 9.267 Get:101 http://deb.debian.org/debian bullseye/main armhf dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
12:57:06 #10 9.267 Get:102 http://deb.debian.org/debian bullseye/main armhf libelf1 armhf 0.183-1 [161 kB]
12:57:06 #10 9.267 Get:103 http://deb.debian.org/debian bullseye/main armhf dwz armhf 0.13+20210201-1 [179 kB]
12:57:06 #10 9.267 Get:104 http://deb.debian.org/debian bullseye/main armhf libicu67 armhf 67.1-7 [8319 kB]
12:57:06 #10 9.374 Get:105 http://deb.debian.org/debian bullseye/main armhf libxml2 armhf 2.9.10+dfsg-6.7+deb11u3 [602 kB]
12:57:06 #10 9.395 Get:106 http://deb.debian.org/debian bullseye/main armhf gettext armhf 0.21-4 [1243 kB]
12:57:06 #10 9.395 Get:107 http://deb.debian.org/debian bullseye/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
12:57:06 #10 9.399 Get:108 http://deb.debian.org/debian bullseye/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
12:57:06 #10 9.399 Get:109 http://deb.debian.org/debian bullseye/main armhf debhelper all 13.3.4 [1049 kB]
12:57:06 #10 9.423 Get:110 http://deb.debian.org/debian bullseye/main armhf debian-keyring all 2021.07.26 [31.1 MB]
12:57:06 #10 9.919 Get:111 http://deb.debian.org/debian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [43.9 kB]
12:57:06 #10 9.919 Get:112 http://deb.debian.org/debian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [85.1 kB]
12:57:06 #10 9.919 Get:113 http://deb.debian.org/debian bullseye/main armhf libassuan0 armhf 2.5.3-7.1 [44.2 kB]
12:57:06 #10 9.936 Get:114 http://deb.debian.org/debian bullseye/main armhf gpgconf armhf 2.2.27-2+deb11u2 [532 kB]
12:57:06 #10 9.936 Get:115 http://deb.debian.org/debian-security bullseye-security/main armhf libksba8 armhf 1.5.0-3+deb11u2 [105 kB]
12:57:06 #10 9.936 Get:116 http://deb.debian.org/debian bullseye/main armhf libnpth0 armhf 1.6-3 [17.8 kB]
12:57:06 #10 9.936 Get:117 http://deb.debian.org/debian bullseye/main armhf dirmngr armhf 2.2.27-2+deb11u2 [722 kB]
12:57:06 #10 9.944 Get:118 http://deb.debian.org/debian bullseye/main armhf gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
12:57:06 #10 9.975 Get:119 http://deb.debian.org/debian bullseye/main armhf gnupg-utils armhf 2.2.27-2+deb11u2 [835 kB]
12:57:06 #10 9.975 Get:120 http://deb.debian.org/debian bullseye/main armhf gpg armhf 2.2.27-2+deb11u2 [868 kB]
12:57:06 #10 9.975 Get:121 http://deb.debian.org/debian bullseye/main armhf pinentry-curses armhf 1.1.0-4 [60.6 kB]
12:57:06 #10 9.975 Get:122 http://deb.debian.org/debian bullseye/main armhf gpg-agent armhf 2.2.27-2+deb11u2 [630 kB]
12:57:06 #10 9.997 Get:123 http://deb.debian.org/debian bullseye/main armhf gpg-wks-client armhf 2.2.27-2+deb11u2 [509 kB]
12:57:06 #10 9.997 Get:124 http://deb.debian.org/debian bullseye/main armhf gpg-wks-server armhf 2.2.27-2+deb11u2 [503 kB]
12:57:06 #10 10.01 Get:125 http://deb.debian.org/debian bullseye/main armhf gpgsm armhf 2.2.27-2+deb11u2 [617 kB]
12:57:06 #10 10.01 Get:126 http://deb.debian.org/debian bullseye/main armhf gnupg all 2.2.27-2+deb11u2 [825 kB]
12:57:06 #10 10.03 Get:127 http://deb.debian.org/debian bullseye/main armhf libfile-dirlist-perl all 0.05-2 [7444 B]
12:57:06 #10 10.03 Get:128 http://deb.debian.org/debian bullseye/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
12:57:06 #10 10.03 Get:129 http://deb.debian.org/debian bullseye/main armhf libfile-homedir-perl all 1.006-1 [43.8 kB]
12:57:06 #10 10.03 Get:130 http://deb.debian.org/debian bullseye/main armhf libfile-touch-perl all 0.11-1 [9254 B]
12:57:06 #10 10.03 Get:131 http://deb.debian.org/debian bullseye/main armhf libio-pty-perl armhf 1:1.15-2 [36.2 kB]
12:57:06 #10 10.03 Get:132 http://deb.debian.org/debian bullseye/main armhf libipc-run-perl all 20200505.0-1 [102 kB]
12:57:06 #10 10.03 Get:133 http://deb.debian.org/debian bullseye/main armhf libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
12:57:06 #10 10.03 Get:134 http://deb.debian.org/debian bullseye/main armhf libb-hooks-op-check-perl armhf 0.22-1+b3 [11.0 kB]
12:57:06 #10 10.03 Get:135 http://deb.debian.org/debian bullseye/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
12:57:06 #10 10.03 Get:136 http://deb.debian.org/debian bullseye/main armhf libdevel-callchecker-perl armhf 0.008-1+b2 [15.7 kB]
12:57:06 #10 10.03 Get:137 http://deb.debian.org/debian bullseye/main armhf libparams-classify-perl armhf 0.015-1+b3 [24.5 kB]
12:57:06 #10 10.03 Get:138 http://deb.debian.org/debian bullseye/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
12:57:06 #10 10.03 Get:139 http://deb.debian.org/debian bullseye/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
12:57:06 #10 10.03 Get:140 http://deb.debian.org/debian bullseye/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
12:57:06 #10 10.03 Get:141 http://deb.debian.org/debian bullseye/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
12:57:06 #10 10.04 Get:142 http://deb.debian.org/debian bullseye/main armhf libsub-quote-perl all 2.006006-1 [21.0 kB]
12:57:06 #10 10.04 Get:143 http://deb.debian.org/debian bullseye/main armhf libmoo-perl all 2.004004-1 [59.9 kB]
12:57:06 #10 10.04 Get:144 http://deb.debian.org/debian bullseye/main armhf libencode-locale-perl all 1.05-1.1 [13.2 kB]
12:57:06 #10 10.04 Get:145 http://deb.debian.org/debian bullseye/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
12:57:06 #10 10.04 Get:146 http://deb.debian.org/debian bullseye/main armhf libhttp-date-perl all 6.05-1 [10.4 kB]
12:57:06 #10 10.05 Get:147 http://deb.debian.org/debian bullseye/main armhf libfile-listing-perl all 6.14-1 [12.4 kB]
12:57:06 #10 10.05 Get:148 http://deb.debian.org/debian bullseye/main armhf libhtml-tagset-perl all 3.20-4 [13.0 kB]
12:57:06 #10 10.05 Get:149 http://deb.debian.org/debian bullseye/main armhf liburi-perl all 5.08-1 [90.6 kB]
12:57:06 #10 10.05 Get:150 http://deb.debian.org/debian bullseye/main armhf libhtml-parser-perl armhf 3.75-1+b1 [102 kB]
12:57:06 #10 10.05 Get:151 http://deb.debian.org/debian bullseye/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
12:57:06 #10 10.05 Get:152 http://deb.debian.org/debian bullseye/main armhf libio-html-perl all 1.004-2 [16.1 kB]
12:57:06 #10 10.05 Get:153 http://deb.debian.org/debian bullseye/main armhf liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
12:57:06 #10 10.06 Get:154 http://deb.debian.org/debian bullseye/main armhf libhttp-message-perl all 6.28-1 [79.6 kB]
12:57:06 #10 10.06 Get:155 http://deb.debian.org/debian bullseye/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
12:57:06 #10 10.06 Get:156 http://deb.debian.org/debian bullseye/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
12:57:06 #10 10.06 Get:157 http://deb.debian.org/debian bullseye/main armhf perl-openssl-defaults armhf 5 [7360 B]
12:57:06 #10 10.06 Get:158 http://deb.debian.org/debian bullseye/main armhf libnet-ssleay-perl armhf 1.88-3+b1 [303 kB]
12:57:06 #10 10.07 Get:159 http://deb.debian.org/debian bullseye/main armhf libio-socket-ssl-perl all 2.069-1 [215 kB]
12:57:06 #10 10.07 Get:160 http://deb.debian.org/debian bullseye/main armhf libnet-http-perl all 6.20-1 [25.1 kB]
12:57:06 #10 10.07 Get:161 http://deb.debian.org/debian bullseye/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
12:57:06 #10 10.07 Get:162 http://deb.debian.org/debian bullseye/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
12:57:06 #10 10.07 Get:163 http://deb.debian.org/debian bullseye/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
12:57:06 #10 10.07 Get:164 http://deb.debian.org/debian bullseye/main armhf libwww-perl all 6.52-1 [192 kB]
12:57:06 #10 10.07 Get:165 http://deb.debian.org/debian bullseye/main armhf patchutils armhf 0.4.2-1 [72.5 kB]
12:57:06 #10 10.07 Get:166 http://deb.debian.org/debian bullseye/main armhf wdiff armhf 1.2.2-2+b1 [121 kB]
12:57:06 #10 10.07 Get:167 http://deb.debian.org/debian bullseye/main armhf devscripts armhf 2.21.3+deb11u1 [1092 kB]
12:57:06 #10 10.07 Get:168 http://deb.debian.org/debian bullseye/main armhf diffstat armhf 1.64-1 [34.6 kB]
12:57:06 #10 10.07 Get:169 http://deb.debian.org/debian bullseye/main armhf distro-info-data all 0.51+deb11u3 [7812 B]
12:57:06 #10 10.07 Get:170 http://deb.debian.org/debian bullseye/main armhf python3-pkg-resources all 52.0.0-4 [190 kB]
12:57:06 #10 10.08 Get:171 http://deb.debian.org/debian bullseye/main armhf python3-chardet all 4.0.0-1 [99.0 kB]
12:57:06 #10 45.97 Fedora Modular 36 - aarch64 - Updates           2.4 MB/s | 2.8 MB     00:01    
12:57:06 #10 47.18 Last metadata expiration check: 0:00:01 ago on Wed Feb  8 12:57:04 2023.
12:57:06 #10 10.08 Get:172 http://deb.debian.org/debian bullseye/main armhf python3-six all 1.16.0-2 [17.5 kB]
12:57:06 #10 10.08 Get:173 http://deb.debian.org/debian bullseye/main armhf python3-debian all 0.1.39 [80.1 kB]
12:57:06 #10 10.08 Get:174 http://deb.debian.org/debian bullseye/main armhf libgpgme11 armhf 1.14.0-1+b2 [263 kB]
12:57:06 #10 10.08 Get:175 http://deb.debian.org/debian bullseye/main armhf python3-gpg armhf 1.14.0-1+b2 [316 kB]
12:57:06 #10 10.08 Get:176 http://deb.debian.org/debian bullseye/main armhf dput all 1.1.0 [56.5 kB]
12:57:06 #10 10.09 Get:177 http://deb.debian.org/debian bullseye/main armhf equivs all 2.3.1 [22.7 kB]
12:57:06 #10 10.09 Get:178 http://deb.debian.org/debian bullseye/main armhf fonts-dejavu-core all 2.37-2 [1069 kB]
12:57:06 #10 10.10 Get:179 http://deb.debian.org/debian bullseye/main armhf fontconfig-config all 2.13.1-4.2 [281 kB]
12:57:06 #10 10.12 Get:180 http://deb.debian.org/debian-security bullseye-security/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u5 [310 kB]
12:57:06 #10 10.12 Get:181 http://deb.debian.org/debian bullseye/main armhf liberror-perl all 0.17029-1 [31.0 kB]
12:57:06 #10 10.12 Get:182 http://deb.debian.org/debian-security bullseye-security/main armhf git-man all 1:2.30.2-1+deb11u1 [1829 kB]
12:57:06 #10 10.14 Get:183 http://deb.debian.org/debian-security bullseye-security/main armhf git armhf 1:2.30.2-1+deb11u1 [5112 kB]
12:57:06 #10 10.20 Get:184 http://deb.debian.org/debian bullseye/main armhf iso-codes all 4.6.0-1 [2824 kB]
12:57:06 #10 10.24 Get:185 http://deb.debian.org/debian bullseye/main armhf libalgorithm-diff-perl all 1.201-1 [43.3 kB]
12:57:06 #10 10.25 Get:186 http://deb.debian.org/debian bullseye/main armhf libalgorithm-diff-xs-perl armhf 0.04-6+b1 [11.5 kB]
12:57:06 #10 10.25 Get:187 http://deb.debian.org/debian bullseye/main armhf libalgorithm-merge-perl all 0.08-3 [12.7 kB]
12:57:06 #10 10.25 Get:188 http://deb.debian.org/debian bullseye/main armhf libaliased-perl all 0.34-1.1 [14.1 kB]
12:57:06 #10 10.25 Get:189 http://deb.debian.org/debian bullseye/main armhf libapt-pkg-perl armhf 0.1.39 [66.9 kB]
12:57:06 #10 10.25 Get:190 http://deb.debian.org/debian bullseye/main armhf libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
12:57:06 #10 10.25 Get:191 http://deb.debian.org/debian bullseye/main armhf libarchive13 armhf 3.4.3-2+deb11u1 [303 kB]
12:57:06 #10 10.25 Get:192 http://deb.debian.org/debian bullseye/main armhf libarray-intspan-perl all 2.004-1 [25.5 kB]
12:57:06 #10 10.25 Get:193 http://deb.debian.org/debian bullseye/main armhf libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
12:57:06 #10 10.25 Get:194 http://deb.debian.org/debian bullseye/main armhf libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
12:57:06 #10 10.25 Get:195 http://deb.debian.org/debian bullseye/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
12:57:06 #10 10.25 Get:196 http://deb.debian.org/debian bullseye/main armhf libvariable-magic-perl armhf 0.62-1+b3 [43.0 kB]
12:57:06 #10 10.25 Get:197 http://deb.debian.org/debian bullseye/main armhf libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
12:57:06 #10 10.25 Get:198 http://deb.debian.org/debian bullseye/main armhf libpng16-16 armhf 1.6.37-3 [277 kB]
12:57:06 #10 10.26 Get:199 http://deb.debian.org/debian bullseye/main armhf libfreetype6 armhf 2.10.4+dfsg-1+deb11u1 [357 kB]
12:57:06 #10 10.26 Get:200 http://deb.debian.org/debian bullseye/main armhf libfontconfig1 armhf 2.13.1-4.2 [329 kB]
12:57:06 #10 10.26 Get:201 http://deb.debian.org/debian bullseye/main armhf libjpeg62-turbo armhf 1:2.0.6-4 [123 kB]
12:57:06 #10 10.26 Get:202 http://deb.debian.org/debian bullseye/main armhf libdeflate0 armhf 1.7-1 [43.1 kB]
12:57:06 #10 10.28 Get:203 http://deb.debian.org/debian bullseye/main armhf libjbig0 armhf 2.1-3.1+b2 [28.4 kB]
12:57:06 #10 10.28 Get:204 http://deb.debian.org/debian bullseye/main armhf libwebp6 armhf 0.6.1-2.1 [226 kB]
12:57:06 #10 10.28 Get:205 http://deb.debian.org/debian-security bullseye-security/main armhf libtiff5 armhf 4.2.0-1+deb11u3 [273 kB]
12:57:06 #10 10.28 Get:206 http://deb.debian.org/debian bullseye/main armhf libxau6 armhf 1:1.0.9-1 [19.0 kB]
12:57:06 #10 10.28 Get:207 http://deb.debian.org/debian bullseye/main armhf libxdmcp6 armhf 1:1.1.2-3 [24.9 kB]
12:57:06 #10 10.28 Get:208 http://deb.debian.org/debian bullseye/main armhf libxcb1 armhf 1.14-3 [136 kB]
12:57:06 #10 10.28 Get:209 http://deb.debian.org/debian bullseye/main armhf libx11-data all 2:1.7.2-1 [311 kB]
12:57:06 #10 10.28 Get:210 http://deb.debian.org/debian bullseye/main armhf libx11-6 armhf 2:1.7.2-1 [713 kB]
12:57:06 #10 10.29 Get:211 http://deb.debian.org/debian bullseye/main armhf libxpm4 armhf 1:3.5.12-1 [44.0 kB]
12:57:06 #10 10.29 Get:212 http://deb.debian.org/debian bullseye/main armhf libgd3 armhf 2.3.0-2 [119 kB]
12:57:06 #10 10.29 Get:213 http://deb.debian.org/debian bullseye/main armhf libc-devtools armhf 2.31-13+deb11u5 [247 kB]
12:57:06 #10 10.29 Get:214 http://deb.debian.org/debian bullseye/main armhf libcapture-tiny-perl all 0.48-1 [26.0 kB]
12:57:06 #10 10.29 Get:215 http://deb.debian.org/debian bullseye/main armhf libclass-data-inheritable-perl all 0.08-3 [8588 B]
12:57:06 #10 10.30 Get:216 http://deb.debian.org/debian bullseye/main armhf libclass-inspector-perl all 1.36-1 [19.6 kB]
12:57:06 #10 10.30 Get:217 http://deb.debian.org/debian bullseye/main armhf libclass-xsaccessor-perl armhf 1.19-3+b7 [37.3 kB]
12:57:06 #10 10.30 Get:218 http://deb.debian.org/debian bullseye/main armhf libclone-perl armhf 0.45-1+b1 [14.8 kB]
12:57:06 #10 10.30 Get:219 http://deb.debian.org/debian bullseye/main armhf libcommon-sense-perl armhf 3.75-1+b4 [24.6 kB]
12:57:06 #10 10.30 Get:220 http://deb.debian.org/debian bullseye/main armhf libconfig-tiny-perl all 2.26-1 [16.5 kB]
12:57:06 #10 10.30 Get:221 http://deb.debian.org/debian bullseye/main armhf libparams-util-perl armhf 1.102-1+b1 [24.6 kB]
12:57:06 #10 10.30 Get:222 http://deb.debian.org/debian bullseye/main armhf libsub-install-perl all 0.928-1.1 [10.8 kB]
12:57:06 #10 10.30 Get:223 http://deb.debian.org/debian bullseye/main armhf libdata-optlist-perl all 0.110-1.1 [10.8 kB]
12:57:06 #10 10.30 Get:224 http://deb.debian.org/debian bullseye/main armhf libsub-exporter-perl all 0.987-1 [47.2 kB]
12:57:06 #10 10.30 Get:225 http://deb.debian.org/debian bullseye/main armhf libconst-fast-perl all 0.014-1.1 [8552 B]
12:57:06 #10 10.30 Get:226 http://deb.debian.org/debian bullseye/main armhf libwant-perl armhf 0.29-1+b6 [27.4 kB]
12:57:06 #10 10.30 Get:227 http://deb.debian.org/debian bullseye/main armhf libcontextual-return-perl all 0.004014-2 [56.6 kB]
12:57:06 #10 10.31 Get:228 http://deb.debian.org/debian bullseye/main armhf libconvert-binhex-perl all 1.125-1 [30.5 kB]
12:57:06 #10 10.31 Get:229 http://deb.debian.org/debian bullseye/main armhf libcpanel-json-xs-perl armhf 4.25-1+b1 [127 kB]
12:57:06 #10 10.31 Get:230 http://deb.debian.org/debian bullseye/main armhf libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
12:57:06 #10 10.31 Get:231 http://deb.debian.org/debian bullseye/main armhf libexception-class-perl all 1.44-1 [32.3 kB]
12:57:06 #10 10.31 Get:232 http://deb.debian.org/debian bullseye/main armhf libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
12:57:06 #10 10.31 Get:233 http://deb.debian.org/debian bullseye/main armhf libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
12:57:06 #10 10.31 Get:234 http://deb.debian.org/debian bullseye/main armhf libexporter-tiny-perl all 1.002002-1 [37.8 kB]
12:57:06 #10 10.32 Get:235 http://deb.debian.org/debian bullseye/main armhf liblist-moreutils-xs-perl armhf 0.430-2 [35.5 kB]
12:57:06 #10 10.32 Get:236 http://deb.debian.org/debian bullseye/main armhf liblist-moreutils-perl all 0.430-2 [46.9 kB]
12:57:06 #10 10.32 Get:237 http://deb.debian.org/debian bullseye/main armhf libdata-dpath-perl all 0.58-1 [43.5 kB]
12:57:06 #10 10.32 Get:238 http://deb.debian.org/debian bullseye/main armhf libdata-dump-perl all 1.23-1.1 [27.6 kB]
12:57:06 #10 10.32 Get:239 http://deb.debian.org/debian bullseye/main armhf libdata-messagepack-perl armhf 1.00-4+b1 [36.5 kB]
12:57:06 #10 10.36 Get:240 http://deb.debian.org/debian bullseye/main armhf libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
12:57:06 #10 10.36 Get:241 http://deb.debian.org/debian bullseye/main armhf libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
12:57:06 #10 10.36 Get:242 http://deb.debian.org/debian bullseye/main armhf libdevel-size-perl armhf 0.83-1+b2 [25.4 kB]
12:57:06 #10 10.36 Get:243 http://deb.debian.org/debian bullseye/main armhf libdistro-info-perl all 1.0 [7480 B]
12:57:06 #10 10.36 Get:244 http://deb.debian.org/debian bullseye/main armhf libemail-address-xs-perl armhf 1.04-1+b3 [25.4 kB]
12:57:06 #10 10.36 Get:245 http://deb.debian.org/debian bullseye/main armhf libfcgi0ldbl armhf 2.4.2-2 [22.0 kB]
12:57:06 #10 10.36 Get:246 http://deb.debian.org/debian bullseye/main armhf libfcgi-bin armhf 2.4.2-2 [12.0 kB]
12:57:06 #10 10.36 Get:247 http://deb.debian.org/debian bullseye/main armhf libfcgi-perl armhf 0.79+ds-2 [26.3 kB]
12:57:06 #10 10.36 Get:248 http://deb.debian.org/debian bullseye/main armhf libipc-system-simple-perl all 1.30-1 [28.2 kB]
12:57:06 #10 10.36 Get:249 http://deb.debian.org/debian bullseye/main armhf libfile-basedir-perl all 0.08-1 [17.7 kB]
12:57:06 #10 10.36 Get:250 http://deb.debian.org/debian bullseye/main armhf libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
12:57:06 #10 10.36 Get:251 http://deb.debian.org/debian bullseye/main armhf libfile-fcntllock-perl armhf 0.22-3+b7 [35.1 kB]
12:57:06 #10 10.36 Get:252 http://deb.debian.org/debian bullseye/main armhf libnumber-compare-perl all 0.03-1.1 [6956 B]
12:57:06 #10 10.37 Get:253 http://deb.debian.org/debian bullseye/main armhf libtext-glob-perl all 0.11-1 [8888 B]
12:57:06 #10 10.37 Get:254 http://deb.debian.org/debian bullseye/main armhf libfile-find-rule-perl all 0.34-1 [30.6 kB]
12:57:06 #10 10.37 Get:255 http://deb.debian.org/debian bullseye/main armhf libfont-afm-perl all 1.20-3 [14.0 kB]
12:57:06 #10 10.37 Get:256 http://deb.debian.org/debian bullseye/main armhf libio-string-perl all 1.08-3.1 [11.8 kB]
12:57:06 #10 10.37 Get:257 http://deb.debian.org/debian bullseye/main armhf libfont-ttf-perl all 1.06-1.1 [318 kB]
12:57:06 #10 10.37 Get:258 http://deb.debian.org/debian bullseye/main armhf libio-stringy-perl all 2.111-3 [56.5 kB]
12:57:06 #10 10.38 Get:259 http://deb.debian.org/debian bullseye/main armhf libparams-validate-perl armhf 1.30-1+b1 [65.6 kB]
12:57:06 #10 10.38 Get:260 http://deb.debian.org/debian bullseye/main armhf libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
12:57:06 #10 10.38 Get:261 http://deb.debian.org/debian bullseye/main armhf libsort-versions-perl all 1.62-1 [11.0 kB]
12:57:06 #10 10.38 Get:262 http://deb.debian.org/debian bullseye/main armhf libgit-wrapper-perl all 0.048-1 [34.7 kB]
12:57:06 #10 10.38 Get:263 http://deb.debian.org/debian bullseye/main armhf libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
12:57:06 #10 10.38 Get:264 http://deb.debian.org/debian bullseye/main armhf libio-prompter-perl all 0.004015-1 [60.4 kB]
12:57:06 #10 10.38 Get:265 http://deb.debian.org/debian bullseye/main armhf libjson-perl all 4.03000-1 [88.6 kB]
12:57:06 #10 10.38 Get:266 http://deb.debian.org/debian bullseye/main armhf liblog-any-perl all 1.709-1 [73.5 kB]
12:57:06 #10 10.38 Get:267 http://deb.debian.org/debian bullseye/main armhf liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
12:57:06 #10 10.38 Get:268 http://deb.debian.org/debian bullseye/main armhf libpackage-stash-perl all 0.39-1 [21.9 kB]
12:57:06 #10 10.39 Get:269 http://deb.debian.org/debian bullseye/main armhf libsub-identify-perl armhf 0.14-1+b3 [11.6 kB]
12:57:06 #10 10.39 Get:270 http://deb.debian.org/debian bullseye/main armhf libsub-name-perl armhf 0.26-1+b1 [13.2 kB]
12:57:06 #10 10.39 Get:271 http://deb.debian.org/debian bullseye/main armhf libnamespace-clean-perl all 0.27-1 [17.3 kB]
12:57:06 #10 10.39 Get:272 http://deb.debian.org/debian bullseye/main armhf libpath-tiny-perl all 0.118-1 [53.5 kB]
12:57:06 #10 10.39 Get:273 http://deb.debian.org/debian bullseye/main armhf libtype-tiny-perl all 1.012001-2 [351 kB]
12:57:06 #10 10.40 Get:274 http://deb.debian.org/debian bullseye/main armhf libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
12:57:06 #10 10.40 Get:275 http://deb.debian.org/debian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1206 kB]
12:57:06 #10 10.41 Get:276 http://deb.debian.org/debian bullseye/main armhf libglib2.0-data all 2.66.8-1 [1164 kB]
12:57:06 #10 10.41 Get:277 http://deb.debian.org/debian bullseye/main armhf libgpm2 armhf 1.20.7-8 [34.8 kB]
12:57:06 #10 10.44 Get:278 http://deb.debian.org/debian bullseye/main armhf libhash-fieldhash-perl armhf 0.15-1+b3 [17.0 kB]
12:57:06 #10 10.44 Get:279 http://deb.debian.org/debian bullseye/main armhf libhtml-form-perl all 6.07-1 [22.9 kB]
12:57:06 #10 10.44 Get:280 http://deb.debian.org/debian bullseye/main armhf libhtml-format-perl all 2.12-1.1 [43.8 kB]
12:57:06 #10 10.44 Get:281 http://deb.debian.org/debian bullseye/main armhf libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
12:57:06 #10 10.44 Get:282 http://deb.debian.org/debian bullseye/main armhf libhttp-daemon-perl all 6.12-1+deb11u1 [23.4 kB]
12:57:06 #10 10.44 Get:283 http://deb.debian.org/debian bullseye/main armhf libio-sessiondata-perl all 1.03-1.1 [5984 B]
12:57:06 #10 10.44 Get:284 http://deb.debian.org/debian bullseye/main armhf libipc-run3-perl all 0.048-2 [34.2 kB]
12:57:06 #10 10.44 Get:285 http://deb.debian.org/debian bullseye/main armhf libtypes-serialiser-perl all 1.01-1 [12.2 kB]
12:57:06 #10 10.44 Get:286 http://deb.debian.org/debian bullseye/main armhf libjson-xs-perl armhf 4.030-1+b1 [93.0 kB]
12:57:06 #10 10.44 Get:287 http://deb.debian.org/debian bullseye/main armhf libjson-maybexs-perl all 1.004003-1 [13.1 kB]
12:57:06 #10 10.44 Get:288 http://deb.debian.org/debian bullseye/main armhf libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB]
12:57:06 #10 10.44 Get:289 http://deb.debian.org/debian bullseye/main armhf liblist-compare-perl all 0.55-1 [66.9 kB]
12:57:06 #10 10.44 Get:290 http://deb.debian.org/debian bullseye/main armhf liblist-someutils-perl all 0.58-1 [36.5 kB]
12:57:06 #10 10.44 Get:291 http://deb.debian.org/debian bullseye/main armhf liblist-someutils-xs-perl armhf 0.58-2+b1 [30.0 kB]
12:57:06 #10 10.45 Get:292 http://deb.debian.org/debian bullseye/main armhf liblist-utilsby-perl all 0.11-1 [15.4 kB]
12:57:06 #10 10.45 Get:293 http://deb.debian.org/debian bullseye/main armhf libltdl7 armhf 2.4.6-15 [388 kB]
12:57:06 #10 10.46 Get:294 http://deb.debian.org/debian bullseye/main armhf libltdl-dev armhf 2.4.6-15 [159 kB]
12:57:06 #10 10.46 Get:295 http://deb.debian.org/debian bullseye/main armhf liblzo2-2 armhf 2.10-2 [50.7 kB]
12:57:06 #10 10.46 Get:296 http://deb.debian.org/debian bullseye/main armhf libsys-hostname-long-perl all 1.5-2 [11.8 kB]
12:57:06 #10 10.46 Get:297 http://deb.debian.org/debian bullseye/main armhf libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
12:57:06 #10 10.46 Get:298 http://deb.debian.org/debian bullseye/main armhf libnet-smtp-ssl-perl all 1.04-1 [6184 B]
12:57:06 #10 10.46 Get:299 http://deb.debian.org/debian bullseye/main armhf libmailtools-perl all 2.21-1 [95.5 kB]
12:57:06 #10 10.49 Get:300 http://deb.debian.org/debian bullseye/main armhf libmarkdown2 armhf 2.2.6-1 [30.0 kB]
12:57:06 #10 10.49 Get:301 http://deb.debian.org/debian bullseye/main armhf libmime-tools-perl all 5.509-1 [212 kB]
12:57:06 #10 10.49 Get:302 http://deb.debian.org/debian bullseye/main armhf libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
12:57:06 #10 10.49 Get:303 http://deb.debian.org/debian bullseye/main armhf libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
12:57:06 #10 10.54 Get:304 http://deb.debian.org/debian bullseye/main armhf libobject-id-perl all 0.1.2-2.1 [16.7 kB]
12:57:06 #10 10.54 Get:305 http://deb.debian.org/debian bullseye/main armhf libmoox-struct-perl all 0.020-1 [25.4 kB]
12:57:06 #10 10.54 Get:306 http://deb.debian.org/debian bullseye/main armhf libmouse-perl armhf 2.5.10-1+b1 [168 kB]
12:57:06 #10 10.54 Get:307 http://deb.debian.org/debian bullseye/main armhf libnumber-range-perl all 0.12-1.1 [8688 B]
12:57:06 #10 10.54 Get:308 http://deb.debian.org/debian bullseye/main armhf libossp-uuid16 armhf 1.6.2-1.5+b9 [35.8 kB]
12:57:06 #10 10.54 Get:309 http://deb.debian.org/debian bullseye/main armhf libossp-uuid-perl armhf 1.6.2-1.5+b9 [27.8 kB]
12:57:06 #10 10.54 Get:310 http://deb.debian.org/debian bullseye/main armhf libpackage-stash-xs-perl armhf 0.29-1+b2 [18.6 kB]
12:57:06 #10 10.54 Get:311 http://deb.debian.org/debian bullseye/main armhf libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
12:57:06 #10 10.54 Get:312 http://deb.debian.org/debian bullseye/main armhf libperlio-gzip-perl armhf 0.19-1+b7 [16.3 kB]
12:57:06 #10 10.54 Get:313 http://deb.debian.org/debian bullseye/main armhf libpod-parser-perl all 1.63-2 [96.1 kB]
12:57:06 #10 10.54 Get:314 http://deb.debian.org/debian bullseye/main armhf libpod-constants-perl all 0.19-2 [17.3 kB]
12:57:06 #10 10.54 Get:315 http://deb.debian.org/debian bullseye/main armhf libproc-processtable-perl armhf 0.59-2+b1 [45.8 kB]
12:57:06 #10 10.54 Get:316 http://deb.debian.org/debian bullseye/main armhf libre2-9 armhf 20210201+dfsg-1 [141 kB]
12:57:06 #10 10.54 Get:317 http://deb.debian.org/debian bullseye/main armhf libre-engine-re2-perl armhf 0.14-1 [17.3 kB]
12:57:06 #10 10.55 Get:318 http://deb.debian.org/debian bullseye/main armhf libreadonly-perl all 2.050-3 [23.1 kB]
12:57:06 #10 10.55 Get:319 http://deb.debian.org/debian bullseye/main armhf libref-util-perl all 0.204-1 [17.1 kB]
12:57:06 #10 10.55 Get:320 http://deb.debian.org/debian bullseye/main armhf libref-util-xs-perl armhf 0.117-1+b3 [12.8 kB]
12:57:06 #10 10.55 Get:321 http://deb.debian.org/debian bullseye/main armhf libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
12:57:06 #10 10.59 Get:322 http://deb.debian.org/debian bullseye/main armhf libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
12:57:06 #10 10.59 Get:323 http://deb.debian.org/debian bullseye/main armhf libsasl2-modules armhf 2.1.27+dfsg-2.1+deb11u1 [96.8 kB]
12:57:06 #10 10.59 Get:324 http://deb.debian.org/debian bullseye/main armhf libsereal-decoder-perl armhf 4.018+ds-1+b1 [92.7 kB]
12:57:06 #10 10.60 Get:325 http://deb.debian.org/debian bullseye/main armhf libsereal-encoder-perl armhf 4.018+ds-1+b1 [96.5 kB]
12:57:06 #10 10.60 Get:326 http://deb.debian.org/debian bullseye/main armhf libtask-weaken-perl all 1.06-1 [9252 B]
12:57:06 #10 10.60 Get:327 http://deb.debian.org/debian bullseye/main armhf libxml-parser-perl armhf 2.46-2 [203 kB]
12:57:06 #10 10.60 Get:328 http://deb.debian.org/debian bullseye/main armhf libsoap-lite-perl all 1.27-1 [258 kB]
12:57:06 #10 10.60 Get:329 http://deb.debian.org/debian bullseye/main armhf libsort-key-perl armhf 1.33-2+b3 [35.7 kB]
12:57:06 #10 10.61 Get:330 http://deb.debian.org/debian bullseye/main armhf libstring-copyright-perl all 0.003006-1 [11.6 kB]
12:57:06 #10 10.61 Get:331 http://deb.debian.org/debian bullseye/main armhf libstring-escape-perl all 2010.002-2 [19.1 kB]
12:57:06 #10 10.61 Get:332 http://deb.debian.org/debian bullseye/main armhf libstring-shellquote-perl all 1.04-1 [12.6 kB]
12:57:06 #10 10.61 Get:333 http://deb.debian.org/debian bullseye/main armhf libsys-cpuaffinity-perl armhf 1.13~03-1 [33.1 kB]
12:57:06 #10 10.61 Get:334 http://deb.debian.org/debian bullseye/main armhf libterm-readkey-perl armhf 2.38-1+b2 [26.6 kB]
12:57:06 #10 10.61 Get:335 http://deb.debian.org/debian bullseye/main armhf libtext-levenshteinxs-perl armhf 0.03-4+b8 [8176 B]
12:57:06 #10 10.62 Get:336 http://deb.debian.org/debian bullseye/main armhf libtext-markdown-discount-perl armhf 0.12-1+b1 [12.6 kB]
12:57:06 #10 10.62 Get:337 http://deb.debian.org/debian bullseye/main armhf libtext-xslate-perl armhf 3.5.8-1+b1 [193 kB]
12:57:06 #10 10.62 Get:338 http://deb.debian.org/debian bullseye/main armhf libtime-duration-perl all 1.21-1 [13.7 kB]
12:57:06 #10 10.62 Get:339 http://deb.debian.org/debian bullseye/main armhf libtime-moment-perl armhf 0.44-1+b3 [74.3 kB]
12:57:06 #10 10.62 Get:340 http://deb.debian.org/debian bullseye/main armhf libtype-tiny-xs-perl armhf 0.022-1 [23.4 kB]
12:57:06 #10 10.62 Get:341 http://deb.debian.org/debian bullseye/main armhf libunicode-utf8-perl armhf 0.62-1+b2 [19.3 kB]
12:57:06 #10 10.63 Get:342 http://deb.debian.org/debian bullseye/main armhf libxdelta2 armhf 1.1.3-9.3 [40.4 kB]
12:57:06 #10 10.63 Get:343 http://deb.debian.org/debian bullseye/main armhf libxext6 armhf 2:1.3.3-1.1 [47.8 kB]
12:57:06 #10 10.63 Get:344 http://deb.debian.org/debian bullseye/main armhf libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
12:57:06 #10 10.63 Get:345 http://deb.debian.org/debian bullseye/main armhf libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
12:57:06 #10 10.63 Get:346 http://deb.debian.org/debian bullseye/main armhf libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
12:57:06 #10 10.63 Get:347 http://deb.debian.org/debian bullseye/main armhf libxml-libxml-perl armhf 2.0134+dfsg-2+b1 [321 kB]
12:57:06 #10 10.63 Get:348 http://deb.debian.org/debian bullseye/main armhf libxml-sax-expat-perl all 0.51-1 [12.0 kB]
12:57:06 #10 10.65 Get:349 http://deb.debian.org/debian bullseye/main armhf libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
12:57:06 #10 10.65 Get:350 http://deb.debian.org/debian bullseye/main armhf libxmuu1 armhf 2:1.1.2-2+b3 [23.3 kB]
12:57:06 #10 10.65 Get:351 http://deb.debian.org/debian bullseye/main armhf libyaml-0-2 armhf 0.2.2-1 [42.0 kB]
12:57:06 #10 10.65 Get:352 http://deb.debian.org/debian bullseye/main armhf libyaml-libyaml-perl armhf 0.82+repack-1+b1 [33.4 kB]
12:57:06 #10 10.65 Get:353 http://deb.debian.org/debian bullseye/main armhf licensecheck all 3.1.1-2 [50.0 kB]
12:57:06 #10 10.66 Get:354 http://deb.debian.org/debian bullseye/main armhf lzip armhf 1.22-3 [82.4 kB]
12:57:06 #10 10.66 Get:355 http://deb.debian.org/debian bullseye/main armhf lzop armhf 1.04-2 [82.2 kB]
12:57:06 #10 10.66 Get:356 http://deb.debian.org/debian bullseye/main armhf t1utils armhf 1.41-4 [54.7 kB]
12:57:06 #10 10.66 Get:357 http://deb.debian.org/debian bullseye/main armhf unzip armhf 6.0-26+deb11u1 [157 kB]
12:57:06 #10 10.67 Get:358 http://deb.debian.org/debian bullseye/main armhf lintian all 2.104.0 [1265 kB]
12:57:06 #10 10.68 Get:359 http://deb.debian.org/debian bullseye/main armhf lsb-release all 11.1.0 [27.9 kB]
12:57:06 #10 10.68 Get:360 http://deb.debian.org/debian bullseye/main armhf manpages-dev all 5.10-1 [2309 kB]
12:57:06 #10 10.71 Get:361 http://deb.debian.org/debian bullseye/main armhf pbzip2 armhf 1.1.13-1 [44.1 kB]
12:57:06 #10 10.71 Get:362 http://deb.debian.org/debian bullseye/main armhf pixz armhf 1.0.7-1 [19.3 kB]
12:57:06 #10 10.72 Get:363 http://deb.debian.org/debian bullseye/main armhf xdelta armhf 1.1.3-9.3 [24.3 kB]
12:57:06 #10 10.72 Get:364 http://deb.debian.org/debian bullseye/main armhf xdelta3 armhf 3.0.11-dfsg-1+b1 [67.2 kB]
12:57:06 #10 10.73 Get:365 http://deb.debian.org/debian bullseye/main armhf pristine-tar armhf 1.49 [111 kB]
12:57:06 #10 10.73 Get:366 http://deb.debian.org/debian bullseye/main armhf publicsuffix all 20220811.1734-0+deb11u1 [127 kB]
12:57:06 #10 10.73 Get:367 http://deb.debian.org/debian bullseye/main armhf python-apt-common all 2.2.1 [96.5 kB]
12:57:06 #10 10.73 Get:368 http://deb.debian.org/debian bullseye/main armhf python3-apt armhf 2.2.1 [176 kB]
12:57:06 #10 10.73 Get:369 http://deb.debian.org/debian bullseye/main armhf python3-certifi all 2020.6.20-1 [151 kB]
12:57:06 #10 10.73 Get:370 http://deb.debian.org/debian bullseye/main armhf python3-idna all 2.10-1 [37.4 kB]
12:57:06 #10 10.73 Get:371 http://deb.debian.org/debian bullseye/main armhf python3-magic all 2:0.4.20-3 [13.4 kB]
12:57:06 #10 10.73 Get:372 http://deb.debian.org/debian bullseye/main armhf python3-urllib3 all 1.26.5-1~exp1 [114 kB]
12:57:06 #10 10.73 Get:373 http://deb.debian.org/debian bullseye/main armhf python3-requests all 2.25.1+dfsg-2 [69.3 kB]
12:57:06 #10 10.74 Get:374 http://deb.debian.org/debian bullseye/main armhf python3-unidiff all 0.5.5-2 [9604 B]
12:57:06 #10 10.74 Get:375 http://deb.debian.org/debian bullseye/main armhf python3-xdg all 0.27-2 [41.8 kB]
12:57:06 #10 10.74 Get:376 http://deb.debian.org/debian bullseye/main armhf shared-mime-info armhf 2.0-1 [699 kB]
12:57:06 #10 10.74 Get:377 http://deb.debian.org/debian bullseye/main armhf strace armhf 5.10-1 [973 kB]
12:57:06 #10 10.76 Get:378 http://deb.debian.org/debian bullseye/main armhf xauth armhf 1:1.1-1 [37.7 kB]
12:57:06 #10 10.76 Get:379 http://deb.debian.org/debian bullseye/main armhf xdg-user-dirs armhf 0.17-2 [52.4 kB]
12:57:06 #10 11.02 debconf: delaying package configuration, since apt-utils is not installed
12:57:06 #10 11.07 Fetched 157 MB in 3s (56.2 MB/s)
12:57:06 #10 11.10 Selecting previously unselected package bsdextrautils.
12:57:06 #10 11.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 ... 6654 files and directories currently installed.)
12:57:06 #10 11.10 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_armhf.deb ...
12:57:06 #10 11.11 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
12:57:06 #10 11.19 Selecting previously unselected package libuchardet0:armhf.
12:57:06 #10 11.19 Preparing to unpack .../01-libuchardet0_0.0.7-1_armhf.deb ...
12:57:06 #10 11.22 Unpacking libuchardet0:armhf (0.0.7-1) ...
12:57:06 #10 11.27 Selecting previously unselected package groff-base.
12:57:06 #10 11.27 Preparing to unpack .../02-groff-base_1.22.4-6_armhf.deb ...
12:57:06 #10 11.27 Unpacking groff-base (1.22.4-6) ...
12:57:06 #10 11.50 Selecting previously unselected package libgdbm6:armhf.
12:57:06 #10 11.50 Preparing to unpack .../03-libgdbm6_1.19-2_armhf.deb ...
12:57:06 #10 11.51 Unpacking libgdbm6:armhf (1.19-2) ...
12:57:06 #10 11.55 Selecting previously unselected package libpipeline1:armhf.
12:57:06 #10 11.55 Preparing to unpack .../04-libpipeline1_1.5.3-1_armhf.deb ...
12:57:06 #10 11.56 Unpacking libpipeline1:armhf (1.5.3-1) ...
12:57:06 #10 11.64 Selecting previously unselected package man-db.
12:57:06 #10 11.64 Preparing to unpack .../05-man-db_2.9.4-2_armhf.deb ...
12:57:06 #10 11.64 Unpacking man-db (2.9.4-2) ...
12:57:06 #10 11.90 Selecting previously unselected package perl-modules-5.32.
12:57:06 #10 11.91 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
12:57:06 #10 11.91 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
12:57:06 #10 12.80 Selecting previously unselected package libgdbm-compat4:armhf.
12:57:06 #10 12.81 Preparing to unpack .../07-libgdbm-compat4_1.19-2_armhf.deb ...
12:57:06 #10 12.82 Unpacking libgdbm-compat4:armhf (1.19-2) ...
12:57:06 #10 12.95 Selecting previously unselected package libperl5.32:armhf.
12:57:06 #10 12.95 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_armhf.deb ...
12:57:06 #10 12.96 Unpacking libperl5.32:armhf (5.32.1-4+deb11u2) ...
12:57:06 #10 13.61 Selecting previously unselected package perl.
12:57:06 #10 13.61 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_armhf.deb ...
12:57:06 #10 13.63 Unpacking perl (5.32.1-4+deb11u2) ...
12:57:06 #10 13.76 Selecting previously unselected package liblocale-gettext-perl.
12:57:06 #10 13.76 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_armhf.deb ...
12:57:06 #10 13.76 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
12:57:06 #10 13.81 Selecting previously unselected package libpython3.9-minimal:armhf.
12:57:06 #10 13.81 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_armhf.deb ...
12:57:06 #10 13.82 Unpacking libpython3.9-minimal:armhf (3.9.2-1) ...
12:57:06 #10 14.05 Selecting previously unselected package libexpat1:armhf.
12:57:06 #10 14.05 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u5_armhf.deb ...
12:57:06 #10 14.06 Unpacking libexpat1:armhf (2.2.10-2+deb11u5) ...
12:57:06 #10 14.14 Selecting previously unselected package python3.9-minimal.
12:57:06 #10 14.14 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_armhf.deb ...
12:57:06 #10 14.16 Unpacking python3.9-minimal (3.9.2-1) ...
12:57:06 #10 14.38 Setting up libpython3.9-minimal:armhf (3.9.2-1) ...
12:57:06 #10 14.42 Setting up libexpat1:armhf (2.2.10-2+deb11u5) ...
12:57:06 #10 14.46 Setting up python3.9-minimal (3.9.2-1) ...
12:57:06 #10 15.26 Selecting previously unselected package python3-minimal.
12:57:06 #10 15.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 ... 9507 files and directories currently installed.)
12:57:06 #10 15.26 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
12:57:06 #10 15.27 Unpacking python3-minimal (3.9.2-3) ...
12:57:06 #10 15.32 Selecting previously unselected package media-types.
12:57:06 #10 15.32 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
12:57:06 #10 15.33 Unpacking media-types (4.0.0) ...
12:57:06 #10 15.37 Selecting previously unselected package libmpdec3:armhf.
12:57:06 #10 15.37 Preparing to unpack .../2-libmpdec3_2.5.1-1_armhf.deb ...
12:57:06 #10 45.83 (116/140): zstd-1.5.2-3.fc37.aarch64.rpm        2.6 MB/s | 412 kB     00:00    
12:57:06 #10 45.83 (117/140): ansible-srpm-macros-1-8.1.fc37.noarc  72 kB/s | 8.6 kB     00:00    
12:57:06 #9 ...
12:57:06 
12:57:06 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:57:06 #10 10.49 3 upgraded, 126 newly installed, 0 to remove and 9 not upgraded.
12:57:06 #10 10.49 Need to get 80.3 MB of archives.
12:57:06 #10 10.49 After this operation, 300 MB of additional disk space will be used.
12:57:06 #10 10.49 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf bsdextrautils armhf 2.36.1-8+deb11u1 [138 kB]
12:57:06 #10 10.62 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf libc6 armhf 2.31-13+rpt2+rpi1+deb11u5 [2297 kB]
12:57:06 #10 10.82 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
12:57:06 #10 10.82 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf groff-base armhf 1.22.4-6 [793 kB]
12:57:06 #10 10.99 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm6 armhf 1.19-2 [61.7 kB]
12:57:06 #10 10.99 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libpipeline1 armhf 1.5.3-1 [29.9 kB]
12:57:06 #10 10.99 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf man-db armhf 2.9.4-2 [1307 kB]
12:57:06 #10 11.08 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
12:57:06 #10 11.28 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm-compat4 armhf 1.19-2 [44.5 kB]
12:57:06 #10 11.28 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf libperl5.32 armhf 5.32.1-4+deb11u2 [3373 kB]
12:57:06 #10 11.33 Get:11 http://archive.raspberrypi.org/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+rpt2+rpi1+deb11u5 [267 kB]
12:57:06 #10 11.34 Get:12 http://archive.raspberrypi.org/debian bullseye/main armhf linux-libc-dev armhf 1:1.20230106-1 [1060 kB]
12:57:06 #10 11.36 Get:13 http://archive.raspberrypi.org/debian bullseye/main armhf libc6-dev armhf 2.31-13+rpt2+rpi1+deb11u5 [1815 kB]
12:57:06 #10 11.44 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf perl armhf 5.32.1-4+deb11u2 [293 kB]
12:57:06 #10 11.49 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1+rpi1 [791 kB]
12:57:06 #10 11.51 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u5 [75.0 kB]
12:57:06 #10 11.51 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9-minimal armhf 3.9.2-1+rpi1 [1625 kB]
12:57:06 #10 11.57 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
12:57:06 #10 11.57 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
12:57:06 #10 11.57 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libmpdec3 armhf 2.5.1-1+rpi1 [73.4 kB]
12:57:06 #10 11.58 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1+rpi1 [1616 kB]
12:57:06 #10 11.66 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9 armhf 3.9.2-1+rpi1 [466 kB]
12:57:06 #10 11.72 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
12:57:06 #10 11.72 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
12:57:06 #10 11.72 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf sensible-utils all 0.0.14 [14.8 kB]
12:57:06 #10 11.72 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.0 kB]
12:57:06 #10 11.72 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic-mgc armhf 1:5.39-3 [273 kB]
12:57:06 #10 11.72 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic1 armhf 1:5.39-3 [117 kB]
12:57:06 #10 11.73 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf file armhf 1:5.39-3 [68.0 kB]
12:57:06 #10 11.73 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf gettext-base armhf 0.21-4 [171 kB]
12:57:06 #10 11.79 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf xz-utils armhf 5.2.5-2.1~deb11u1 [216 kB]
12:57:06 #10 11.88 Get:32 http://archive.raspbian.org/raspbian bullseye/main armhf libsigsegv2 armhf 2.13-1 [34.3 kB]
12:57:06 #10 11.88 Get:33 http://archive.raspbian.org/raspbian bullseye/main armhf m4 armhf 1.4.18-5 [186 kB]
12:57:06 #10 11.88 Get:34 http://archive.raspbian.org/raspbian bullseye/main armhf autoconf all 2.69-14 [313 kB]
12:57:06 #10 11.88 Get:35 http://archive.raspbian.org/raspbian bullseye/main armhf autotools-dev all 20180224.1+nmu1 [77.1 kB]
12:57:06 #10 11.88 Get:36 http://archive.raspbian.org/raspbian bullseye/main armhf automake all 1:1.16.3-2 [814 kB]
12:57:06 #10 11.89 Get:37 http://archive.raspbian.org/raspbian bullseye/main armhf autopoint all 0.21-4 [510 kB]
12:57:06 #10 11.96 Get:38 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-common armhf 2.35.2-2+rpi1 [2220 kB]
12:57:06 #10 12.05 Get:39 http://archive.raspbian.org/raspbian bullseye/main armhf libbinutils armhf 2.35.2-2+rpi1 [393 kB]
12:57:06 #10 12.05 Get:40 http://archive.raspbian.org/raspbian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2+rpi1 [100 kB]
12:57:06 #10 12.05 Get:41 http://archive.raspbian.org/raspbian bullseye/main armhf libctf0 armhf 2.35.2-2+rpi1 [41.9 kB]
12:57:06 #10 12.07 Get:42 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2+rpi1 [2105 kB]
12:57:06 #10 12.20 Get:43 http://archive.raspbian.org/raspbian bullseye/main armhf binutils armhf 2.35.2-2+rpi1 [61.7 kB]
12:57:06 #10 12.20 Get:44 http://archive.raspbian.org/raspbian bullseye/main armhf libisl23 armhf 0.23-1 [497 kB]
12:57:06 #10 12.21 Get:45 http://archive.raspbian.org/raspbian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [803 kB]
12:57:06 #10 12.28 Get:46 http://archive.raspbian.org/raspbian bullseye/main armhf libmpc3 armhf 1.2.0-1 [35.2 kB]
12:57:06 #10 12.28 Get:47 http://archive.raspbian.org/raspbian bullseye/main armhf cpp-10 armhf 10.2.1-6+rpi1 [6688 kB]
12:57:06 #10 12.72 Get:48 http://archive.raspbian.org/raspbian bullseye/main armhf cpp armhf 4:10.2.1-1+rpi1 [19.9 kB]
12:57:06 #10 12.72 Get:49 http://archive.raspbian.org/raspbian bullseye/main armhf curl armhf 7.74.0-1.3+deb11u5 [258 kB]
12:57:06 #10 12.72 Get:50 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl4 armhf 7.74.0-1.3+deb11u5 [309 kB]
12:57:06 #10 12.72 Get:51 http://archive.raspbian.org/raspbian bullseye/main armhf libdebhelper-perl all 13.3.4 [189 kB]
12:57:06 #10 12.72 Get:52 http://archive.raspbian.org/raspbian bullseye/main armhf libcc1-0 armhf 10.2.1-6+rpi1 [38.3 kB]
12:57:06 #10 12.72 Get:53 http://archive.raspbian.org/raspbian bullseye/main armhf libgomp1 armhf 10.2.1-6+rpi1 [84.1 kB]
12:57:06 #10 12.72 Get:54 http://archive.raspbian.org/raspbian bullseye/main armhf libatomic1 armhf 10.2.1-6+rpi1 [8212 B]
12:57:06 #10 12.72 Get:55 http://archive.raspbian.org/raspbian bullseye/main armhf libasan6 armhf 10.2.1-6+rpi1 [1986 kB]
12:57:06 #10 12.79 Get:56 http://archive.raspbian.org/raspbian bullseye/main armhf libubsan1 armhf 10.2.1-6+rpi1 [746 kB]
12:57:06 #10 12.80 Get:57 http://archive.raspbian.org/raspbian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6+rpi1 [682 kB]
12:57:06 #10 12.87 Get:58 http://archive.raspbian.org/raspbian bullseye/main armhf gcc-10 armhf 10.2.1-6+rpi1 [13.4 MB]
12:57:06 #10 13.67 Get:59 http://archive.raspbian.org/raspbian bullseye/main armhf gcc armhf 4:10.2.1-1+rpi1 [5196 B]
12:57:06 #10 13.67 Get:60 http://archive.raspbian.org/raspbian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [109 kB]
12:57:06 #10 13.67 Get:61 http://archive.raspbian.org/raspbian bullseye/main armhf libtirpc-dev armhf 1.3.1-1+deb11u1 [174 kB]
12:57:06 #10 13.67 Get:62 http://archive.raspbian.org/raspbian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [58.9 kB]
12:57:06 #10 13.67 Get:63 http://archive.raspbian.org/raspbian bullseye/main armhf libtool all 2.4.6-15 [513 kB]
12:57:06 #10 13.67 Get:64 http://archive.raspbian.org/raspbian bullseye/main armhf dh-autoreconf all 20 [17.1 kB]
12:57:06 #10 13.67 Get:65 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
12:57:06 #10 13.67 Get:66 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-override-perl all 0.09-2 [10.2 kB]
12:57:06 #10 13.67 Get:67 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
12:57:06 #10 13.74 Get:68 http://archive.raspbian.org/raspbian bullseye/main armhf dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
12:57:06 #10 13.83 Get:69 http://archive.raspbian.org/raspbian bullseye/main armhf libdpkg-perl all 1.20.12+rpi1 [1551 kB]
12:57:06 #10 13.84 Get:70 http://archive.raspbian.org/raspbian bullseye/main armhf patch armhf 2.7.6-7 [116 kB]
12:57:06 #10 13.90 Get:71 http://archive.raspbian.org/raspbian bullseye/main armhf make armhf 4.3-4.1 [376 kB]
12:57:06 #10 13.91 Get:72 http://archive.raspbian.org/raspbian bullseye/main armhf dpkg-dev all 1.20.12+rpi1 [2312 kB]
12:57:06 #10 14.00 Get:73 http://archive.raspbian.org/raspbian bullseye/main armhf libelf1 armhf 0.183-1 [161 kB]
12:57:06 #10 14.00 Get:74 http://archive.raspbian.org/raspbian bullseye/main armhf dwz armhf 0.13+20210201-1 [164 kB]
12:57:06 #10 14.00 Get:75 http://archive.raspbian.org/raspbian bullseye/main armhf libicu67 armhf 67.1-7 [8291 kB]
12:57:06 #10 14.56 Get:76 http://archive.raspbian.org/raspbian bullseye/main armhf libxml2 armhf 2.9.10+dfsg-6.7+deb11u3 [581 kB]
12:57:06 #10 14.57 Get:77 http://archive.raspbian.org/raspbian bullseye/main armhf gettext armhf 0.21-4 [1215 kB]
12:57:06 #10 14.57 Get:78 http://archive.raspbian.org/raspbian bullseye/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
12:57:06 #10 14.57 Get:79 http://archive.raspbian.org/raspbian bullseye/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
12:57:06 #10 14.58 Get:80 http://archive.raspbian.org/raspbian bullseye/main armhf debhelper all 13.3.4 [1049 kB]
12:57:06 #10 14.65 Get:81 http://archive.raspbian.org/raspbian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [45.1 kB]
12:57:06 #10 14.65 Get:82 http://archive.raspbian.org/raspbian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [86.2 kB]
12:57:06 #10 14.65 Get:83 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-dirlist-perl all 0.05-2 [7444 B]
12:57:06 #10 14.65 Get:84 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
12:57:06 #10 14.65 Get:85 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-homedir-perl all 1.006-1 [43.8 kB]
12:57:06 #10 14.72 Get:86 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-touch-perl all 0.11-1 [9254 B]
12:57:06 #10 14.72 Get:87 http://archive.raspbian.org/raspbian bullseye/main armhf libio-pty-perl armhf 1:1.15-2 [36.1 kB]
12:57:06 #10 14.72 Get:88 http://archive.raspbian.org/raspbian bullseye/main armhf libipc-run-perl all 20200505.0-1 [102 kB]
12:57:06 #10 14.72 Get:89 http://archive.raspbian.org/raspbian bullseye/main armhf libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
12:57:06 #10 14.80 Get:90 http://archive.raspbian.org/raspbian bullseye/main armhf libb-hooks-op-check-perl armhf 0.22-1+b4 [11.0 kB]
12:57:06 #10 14.80 Get:91 http://archive.raspbian.org/raspbian bullseye/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
12:57:06 #10 14.80 Get:92 http://archive.raspbian.org/raspbian bullseye/main armhf libdevel-callchecker-perl armhf 0.008-1+b2 [15.7 kB]
12:57:06 #10 14.80 Get:93 http://archive.raspbian.org/raspbian bullseye/main armhf libparams-classify-perl armhf 0.015-1+b3 [24.6 kB]
12:57:06 #10 14.80 Get:94 http://archive.raspbian.org/raspbian bullseye/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
12:57:06 #10 14.88 Get:95 http://archive.raspbian.org/raspbian bullseye/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
12:57:06 #10 14.88 Get:96 http://archive.raspbian.org/raspbian bullseye/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
12:57:06 #10 14.88 Get:97 http://archive.raspbian.org/raspbian bullseye/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
12:57:06 #10 14.88 Get:98 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-quote-perl all 2.006006-1 [21.0 kB]
12:57:06 #10 14.96 Get:99 http://archive.raspbian.org/raspbian bullseye/main armhf libmoo-perl all 2.004004-1 [59.9 kB]
12:57:06 #10 14.96 Get:100 http://archive.raspbian.org/raspbian bullseye/main armhf libencode-locale-perl all 1.05-1.1 [13.2 kB]
12:57:06 #10 14.96 Get:101 http://archive.raspbian.org/raspbian bullseye/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
12:57:06 #10 14.96 Get:102 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-date-perl all 6.05-1 [10.4 kB]
12:57:06 #10 15.13 Get:103 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-listing-perl all 6.14-1 [12.4 kB]
12:57:06 #10 15.13 Get:104 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tagset-perl all 3.20-4 [13.0 kB]
12:57:06 #10 15.21 Get:105 http://archive.raspbian.org/raspbian bullseye/main armhf liburi-perl all 5.08-1 [90.6 kB]
12:57:06 #10 15.37 Get:106 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-parser-perl armhf 3.75-1+b1 [102 kB]
12:57:06 #10 15.45 Get:107 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
12:57:06 #10 15.53 Get:108 http://archive.raspbian.org/raspbian bullseye/main armhf libio-html-perl all 1.004-2 [16.1 kB]
12:57:06 #10 15.53 Get:109 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
12:57:06 #10 15.53 Get:110 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-message-perl all 6.28-1 [79.6 kB]
12:57:06 #10 15.53 Get:111 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
12:57:06 #10 15.53 Get:112 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
12:57:06 #10 15.54 Get:113 http://archive.raspbian.org/raspbian bullseye/main armhf perl-openssl-defaults armhf 5 [7360 B]
12:57:06 #10 15.54 Get:114 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-ssleay-perl armhf 1.88-3+b1 [300 kB]
12:57:06 #10 15.61 Get:115 http://archive.raspbian.org/raspbian bullseye/main armhf libio-socket-ssl-perl all 2.069-1 [215 kB]
12:57:06 #10 15.61 Get:116 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-http-perl all 6.20-1 [25.1 kB]
12:57:06 #10 15.61 Get:117 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
12:57:06 #10 15.61 Get:118 http://archive.raspbian.org/raspbian bullseye/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
12:57:06 #10 15.70 Get:119 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
12:57:06 #10 15.70 Get:120 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-perl all 6.52-1 [192 kB]
12:57:06 #10 15.70 Get:121 http://archive.raspbian.org/raspbian bullseye/main armhf patchutils armhf 0.4.2-1 [68.7 kB]
12:57:06 #10 15.70 Get:122 http://archive.raspbian.org/raspbian bullseye/main armhf libtinfo5 armhf 6.2+20201114-2 [324 kB]
12:57:06 #10 15.70 Get:123 http://archive.raspbian.org/raspbian bullseye/main armhf wdiff armhf 1.2.2-2 [120 kB]
12:57:06 #10 15.71 Get:124 http://archive.raspbian.org/raspbian bullseye/main armhf devscripts armhf 2.21.3+deb11u1 [1092 kB]
12:57:06 #10 15.78 Get:125 http://archive.raspbian.org/raspbian bullseye/main armhf equivs all 2.3.1 [22.7 kB]
12:57:06 #10 15.78 Get:126 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u5 [306 kB]
12:57:06 #10 15.78 Get:127 http://archive.raspbian.org/raspbian bullseye/main armhf liberror-perl all 0.17029-1 [31.0 kB]
12:57:06 #10 15.86 Get:128 http://archive.raspbian.org/raspbian bullseye/main armhf git-man all 1:2.30.2-1+deb11u1 [1829 kB]
12:57:06 #10 15.94 Get:129 http://archive.raspbian.org/raspbian bullseye/main armhf git armhf 1:2.30.2-1+deb11u1 [4707 kB]
12:57:06 #10 16.49 debconf: delaying package configuration, since apt-utils is not installed
12:57:06 #10 16.54 Fetched 80.3 MB in 6s (13.0 MB/s)
12:57:06 #10 16.57 Selecting previously unselected package bsdextrautils.
12:57:06 #10 16.57 (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 ... 7899 files and directories currently installed.)
12:57:06 #10 16.57 Preparing to unpack .../bsdextrautils_2.36.1-8+deb11u1_armhf.deb ...
12:57:06 #10 16.58 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
12:57:06 #10 16.65 Preparing to unpack .../libc6_2.31-13+rpt2+rpi1+deb11u5_armhf.deb ...
12:57:06 #10 16.89 Unpacking libc6:armhf (2.31-13+rpt2+rpi1+deb11u5) over (2.31-13+rpi1+deb11u3) ...
12:57:06 #10 18.42 Setting up libc6:armhf (2.31-13+rpt2+rpi1+deb11u5) ...
12:57:06 #10 19.63 Selecting previously unselected package libuchardet0:armhf.
12:57:06 #10 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 ... 7930 files and directories currently installed.)
12:57:06 #10 19.63 Preparing to unpack .../00-libuchardet0_0.0.7-1_armhf.deb ...
12:57:06 #10 19.64 Unpacking libuchardet0:armhf (0.0.7-1) ...
12:57:06 #10 19.70 Selecting previously unselected package groff-base.
12:57:06 #10 19.70 Preparing to unpack .../01-groff-base_1.22.4-6_armhf.deb ...
12:57:06 #10 19.71 Unpacking groff-base (1.22.4-6) ...
12:57:06 #10 ...
12:57:06 
12:57:06 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:57:06 #11 34.84 Unpacking libhtml-tagset-perl (3.20-4) ...
12:57:06 #11 34.86 Selecting previously unselected package liburi-perl.
12:57:06 #11 34.86 Preparing to unpack .../174-liburi-perl_1.76-2_all.deb ...
12:57:06 #11 34.87 Unpacking liburi-perl (1.76-2) ...
12:57:06 #11 34.91 Selecting previously unselected package libhtml-parser-perl.
12:57:06 #11 34.91 Preparing to unpack .../175-libhtml-parser-perl_3.72-5_amd64.deb ...
12:57:06 #11 34.94 Unpacking libhtml-parser-perl (3.72-5) ...
12:57:06 #11 34.98 Selecting previously unselected package libhtml-tree-perl.
12:57:06 #11 34.98 Preparing to unpack .../176-libhtml-tree-perl_5.07-2_all.deb ...
12:57:06 #11 35.00 Unpacking libhtml-tree-perl (5.07-2) ...
12:57:06 #11 35.09 Selecting previously unselected package libio-html-perl.
12:57:06 #11 33.05 Selecting previously unselected package libdistro-info-perl.
12:57:06 #11 33.05 Preparing to unpack .../244-libdistro-info-perl_1.1build1_all.deb ...
12:57:06 #11 33.05 Unpacking libdistro-info-perl (1.1build1) ...
12:57:06 #11 33.08 Selecting previously unselected package libemail-address-xs-perl.
12:57:06 #11 33.09 Preparing to unpack .../245-libemail-address-xs-perl_1.04-1build6_amd64.deb ...
12:57:06 #11 33.09 Unpacking libemail-address-xs-perl (1.04-1build6) ...
12:57:06 #11 33.12 Selecting previously unselected package libipc-system-simple-perl.
12:57:06 #11 33.12 Preparing to unpack .../246-libipc-system-simple-perl_1.30-1_all.deb ...
12:57:06 #11 33.13 Unpacking libipc-system-simple-perl (1.30-1) ...
12:57:06 #11 33.16 Selecting previously unselected package libfile-basedir-perl.
12:57:06 #11 33.16 Preparing to unpack .../247-libfile-basedir-perl_0.09-1_all.deb ...
12:57:06 #11 33.17 Unpacking libfile-basedir-perl (0.09-1) ...
12:57:06 #11 33.20 Selecting previously unselected package libfile-chdir-perl.
12:57:06 #11 33.20 Preparing to unpack .../248-libfile-chdir-perl_0.1008-1.1_all.deb ...
12:57:06 #11 33.20 Unpacking libfile-chdir-perl (0.1008-1.1) ...
12:57:06 #11 33.23 Selecting previously unselected package libfile-fcntllock-perl.
12:57:06 #11 33.23 Preparing to unpack .../249-libfile-fcntllock-perl_0.22-3build7_amd64.deb ...
12:57:06 #11 33.24 Unpacking libfile-fcntllock-perl (0.22-3build7) ...
12:57:06 #11 33.27 Selecting previously unselected package libnumber-compare-perl.
12:57:06 #11 33.27 Preparing to unpack .../250-libnumber-compare-perl_0.03-2_all.deb ...
12:57:06 #11 33.28 Unpacking libnumber-compare-perl (0.03-2) ...
12:57:06 #11 33.32 Selecting previously unselected package libtext-glob-perl.
12:57:06 #11 33.32 Preparing to unpack .../251-libtext-glob-perl_0.11-2_all.deb ...
12:57:06 #11 33.33 Unpacking libtext-glob-perl (0.11-2) ...
12:57:06 #11 33.36 Selecting previously unselected package libfile-find-rule-perl.
12:57:06 #11 33.36 Preparing to unpack .../252-libfile-find-rule-perl_0.34-1_all.deb ...
12:57:06 #11 33.36 Unpacking libfile-find-rule-perl (0.34-1) ...
12:57:06 #11 33.39 Selecting previously unselected package libfont-afm-perl.
12:57:06 #11 45.09 Setting up python3-xdg (0.26-1ubuntu1) ...
12:57:06 #11 45.26 Setting up man-db (2.9.1-1) ...
12:57:06 #10 71.89 Setting up liblwp-protocol-https-perl (6.07-2) ...
12:57:06 #10 71.91 Setting up libwww-perl (6.36-2) ...
12:57:06 #10 71.92 Setting up debhelper (12.1.1) ...
12:57:06 #10 71.94 Setting up dh-autoreconf (19) ...
12:57:06 #10 71.95 Setting up devscripts (2.19.5+deb10u1) ...
12:57:06 #10 72.14 Setting up dh-strip-nondeterminism (1.1.2-1) ...
12:57:06 #10 ...
12:57:06 
12:57:06 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:57:06 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 6.6s done
12:57:06 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 8.1s
12:57:06 #10 47.06 Selecting previously unselected package psmisc.
12:57:06 #10 47.06 Preparing to unpack .../321-psmisc_23.2-1+deb10u1_amd64.deb ...
12:57:06 #10 47.09 Unpacking psmisc (23.2-1+deb10u1) ...
12:57:06 #10 47.20 Selecting previously unselected package publicsuffix.
12:57:06 #10 47.21 Preparing to unpack .../322-publicsuffix_20220811.1734-0+deb10u1_all.deb ...
12:57:06 #10 47.22 Unpacking publicsuffix (20220811.1734-0+deb10u1) ...
12:57:06 #10 47.26 Selecting previously unselected package python-apt-common.
12:57:06 #13 9.456 (28/68): cpp-11.3.1-4.3.el9.x86_64.rpm           16 MB/s |  11 MB     00:00    
12:57:06 #13 9.671 (29/68): gcc-plugin-annobin-11.3.1-4.3.el9.x86_ 303 kB/s |  64 kB     00:00    
12:57:06 #10 44.17 Preparing to unpack .../268-libfont-ttf-perl_1.06-2_all.deb ...
12:57:06 #10 44.18 Unpacking libfont-ttf-perl (1.06-2) ...
12:57:06 #10 44.24 Selecting previously unselected package libfreezethaw-perl.
12:57:06 #10 44.24 Preparing to unpack .../269-libfreezethaw-perl_0.5001-3_all.deb ...
12:57:06 #10 44.25 Unpacking libfreezethaw-perl (0.5001-3) ...
12:57:06 #10 44.28 Selecting previously unselected package libsort-versions-perl.
12:57:06 #10 44.28 Preparing to unpack .../270-libsort-versions-perl_1.62-3_all.deb ...
12:57:06 #10 44.29 Unpacking libsort-versions-perl (1.62-3) ...
12:57:06 #10 44.32 Selecting previously unselected package libgit-wrapper-perl.
12:57:06 #10 44.32 Preparing to unpack .../271-libgit-wrapper-perl_0.048-2_all.deb ...
12:57:06 #10 44.33 Unpacking libgit-wrapper-perl (0.048-2) ...
12:57:06 #10 44.36 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:57:06 #10 44.36 Preparing to unpack .../272-libhttp-tiny-multipart-perl_0.08-2_all.deb ...
12:57:06 #10 44.37 Unpacking libhttp-tiny-multipart-perl (0.08-2) ...
12:57:06 #10 44.40 Selecting previously unselected package libio-prompter-perl.
12:57:06 #12 4.747 The following additional packages will be installed:
12:57:06 #12 4.747   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:57:06 #12 4.747   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 liblzo2-2
12:57:06 #12 4.747   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
12:57:06 #12 4.747   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:57:06 #12 4.749 Suggested packages:
12:57:06 #12 4.749   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:57:06 #12 4.749 Recommended packages:
12:57:06 #12 4.749   dmsetup
12:57:06 #12 4.799 The following NEW packages will be installed:
12:57:06 #12 4.799   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:57:06 #12 4.799   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 liblzo2-2
12:57:06 #12 4.799   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
12:57:06 #12 4.800   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:57:06 #12 32.31   Installing       : gc-7.6.4-3.el8.x86_64                                76/91 
12:57:06 #12 32.68   Installing       : guile-5:2.0.14-7.el8.x86_64                          77/91 
12:57:06 #10 22.38 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
12:57:06 #10 22.62 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
12:57:06 #10 22.64 Setting up libexpat1:armhf (2.2.6-2+deb10u6) ...
12:57:07 #11 42.70 Setting up libpackage-stash-xs-perl (0.29-1build5) ...
12:57:07 #11 42.71 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:57:07 #11 42.75 Setting up libxs-parse-keyword-perl (0.21-1build1) ...
12:57:07 #11 42.76 Setting up python3-gpg (1.16.0-1.2ubuntu4) ...
12:57:07 #11 42.93 Setting up libdata-dump-perl (1.25-1) ...
12:57:07 #10 46.84 Preparing to unpack .../348-python3-apt_2.2.1_amd64.deb ...
12:57:07 #10 46.84 Unpacking python3-apt (2.2.1) ...
12:57:07 #10 46.90 Selecting previously unselected package python3-certifi.
12:57:07 #10 46.90 Preparing to unpack .../349-python3-certifi_2020.6.20-1_all.deb ...
12:57:07 #10 46.91 Unpacking python3-certifi (2020.6.20-1) ...
12:57:07 #10 46.97 Selecting previously unselected package python3-idna.
12:57:07 #10 46.98 Preparing to unpack .../350-python3-idna_2.10-1_all.deb ...
12:57:07 #10 46.98 Unpacking python3-idna (2.10-1) ...
12:57:07 #10 47.02 Selecting previously unselected package python3-magic.
12:57:07 #10 47.03 Preparing to unpack .../351-python3-magic_2%3a0.4.20-3_all.deb ...
12:57:07 #10 47.03 Unpacking python3-magic (2:0.4.20-3) ...
12:57:07 #10 47.06 Selecting previously unselected package python3-urllib3.
12:57:07 #10 47.06 Preparing to unpack .../352-python3-urllib3_1.26.5-1~exp1_all.deb ...
12:57:07 #10 47.07 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
12:57:07 #10 47.11 Selecting previously unselected package python3-requests.
12:57:07 #10 47.12 Preparing to unpack .../353-python3-requests_2.25.1+dfsg-2_all.deb ...
12:57:07 #10 47.12 Unpacking python3-requests (2.25.1+dfsg-2) ...
12:57:07 #10 47.16 Selecting previously unselected package python3-unidiff.
12:57:07 #10 47.16 Preparing to unpack .../354-python3-unidiff_0.5.5-2_all.deb ...
12:57:07 #10 47.17 Unpacking python3-unidiff (0.5.5-2) ...
12:57:07 #10 47.21 Selecting previously unselected package python3-xdg.
12:57:07 #10 47.21 Preparing to unpack .../355-python3-xdg_0.27-2_all.deb ...
12:57:07 #10 47.22 Unpacking python3-xdg (0.27-2) ...
12:57:07 #11 47.22 Setting up libgprofng0:arm64 (2.39-3ubuntu1.1) ...
12:57:07 #11 47.23 Setting up libfreetype6:arm64 (2.12.1+dfsg-3) ...
12:57:07 #11 47.25 Setting up dbus (1.14.0-2ubuntu3) ...
12:57:07 #11 47.28 Setting up libgcc-12-dev:arm64 (12.2.0-3ubuntu1) ...
12:57:07 #11 47.30 Setting up shared-mime-info (2.2-1) ...
12:57:07 #10 15.38 Unpacking libmpdec3:armhf (2.5.1-1) ...
12:57:07 #10 15.44 Selecting previously unselected package libncursesw6:armhf.
12:57:07 #10 15.44 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_armhf.deb ...
12:57:07 #10 15.44 Unpacking libncursesw6:armhf (6.2+20201114-2) ...
12:57:07 #10 15.49 Selecting previously unselected package readline-common.
12:57:07 #10 15.49 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
12:57:07 #10 15.50 Unpacking readline-common (8.1-1) ...
12:57:07 #10 15.55 Selecting previously unselected package libreadline8:armhf.
12:57:07 #10 15.55 Preparing to unpack .../5-libreadline8_8.1-1_armhf.deb ...
12:57:07 #10 15.56 Unpacking libreadline8:armhf (8.1-1) ...
12:57:07 #10 15.64 Selecting previously unselected package libsqlite3-0:armhf.
12:57:07 #10 15.64 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_armhf.deb ...
12:57:07 #10 46.11 (118/140): dbus-libs-1.14.4-1.fc37.aarch64.rpm  549 kB/s | 154 kB     00:00    
12:57:07 #10 46.17 (119/140): debugedit-5.0-7.fc37.aarch64.rpm     1.3 MB/s |  77 kB     00:00    
12:57:07 #10 46.24 (120/140): binutils-gold-2.38-25.fc37.aarch64.r 2.2 MB/s | 923 kB     00:00    
12:57:07 #10 46.24 (121/140): emacs-filesystem-28.2-3.fc37.noarch. 109 kB/s | 7.5 kB     00:00    
12:57:07 #11 45.37 Building database of manual pages ...
12:57:07 #11 45.58 Setting up libgpgme11:arm64 (1.13.1-7ubuntu2) ...
12:57:07 #11 45.59 Setting up python3-six (1.14.0-2) ...
12:57:07 #11 33.40 Preparing to unpack .../253-libfont-afm-perl_1.20-3_all.deb ...
12:57:07 #11 33.40 Unpacking libfont-afm-perl (1.20-3) ...
12:57:07 #11 33.43 Selecting previously unselected package libio-string-perl.
12:57:07 #11 33.43 Preparing to unpack .../254-libio-string-perl_1.08-3.1_all.deb ...
12:57:07 #11 33.44 Unpacking libio-string-perl (1.08-3.1) ...
12:57:07 #11 33.47 Selecting previously unselected package libfont-ttf-perl.
12:57:07 #11 33.47 Preparing to unpack .../255-libfont-ttf-perl_1.06-1.1_all.deb ...
12:57:07 #11 33.47 Unpacking libfont-ttf-perl (1.06-1.1) ...
12:57:07 #11 33.53 Selecting previously unselected package libsort-versions-perl.
12:57:07 #11 33.53 Preparing to unpack .../256-libsort-versions-perl_1.62-1_all.deb ...
12:57:07 #11 33.54 Unpacking libsort-versions-perl (1.62-1) ...
12:57:07 #11 33.57 Selecting previously unselected package libgit-wrapper-perl.
12:57:07 #11 33.57 Preparing to unpack .../257-libgit-wrapper-perl_0.048-1_all.deb ...
12:57:07 #11 33.57 Unpacking libgit-wrapper-perl (0.048-1) ...
12:57:07 #11 33.60 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:57:07 #11 33.60 Preparing to unpack .../258-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
12:57:07 #11 33.61 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
12:57:07 #11 33.64 Selecting previously unselected package libio-prompter-perl.
12:57:07 #11 35.09 Preparing to unpack .../177-libio-html-perl_1.001-1_all.deb ...
12:57:07 #11 35.10 Unpacking libio-html-perl (1.001-1) ...
12:57:07 #11 35.12 Selecting previously unselected package liblwp-mediatypes-perl.
12:57:07 #11 35.12 Preparing to unpack .../178-liblwp-mediatypes-perl_6.04-1_all.deb ...
12:57:07 #11 35.13 Unpacking liblwp-mediatypes-perl (6.04-1) ...
12:57:07 #11 35.20 Selecting previously unselected package libhttp-message-perl.
12:57:07 #11 35.21 Preparing to unpack .../179-libhttp-message-perl_6.22-1_all.deb ...
12:57:07 #11 35.21 Unpacking libhttp-message-perl (6.22-1) ...
12:57:07 #11 35.26 Selecting previously unselected package libhttp-cookies-perl.
12:57:07 #11 35.26 Preparing to unpack .../180-libhttp-cookies-perl_6.08-1_all.deb ...
12:57:07 #11 35.27 Unpacking libhttp-cookies-perl (6.08-1) ...
12:57:07 #11 35.33 Selecting previously unselected package libhttp-negotiate-perl.
12:57:07 #11 35.33 Preparing to unpack .../181-libhttp-negotiate-perl_6.01-1_all.deb ...
12:57:07 #10 37.38 Selecting previously unselected package libalgorithm-diff-perl.
12:57:07 #10 37.39 Preparing to unpack .../151-libalgorithm-diff-perl_1.19.03-1_all.deb ...
12:57:07 #10 37.39 Unpacking libalgorithm-diff-perl (1.19.03-1) ...
12:57:07 #10 37.44 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:57:07 #10 37.44 Preparing to unpack .../152-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ...
12:57:07 #10 37.44 Unpacking libalgorithm-diff-xs-perl (0.04-5) ...
12:57:07 #10 37.48 Selecting previously unselected package libalgorithm-merge-perl.
12:57:07 #10 37.48 Preparing to unpack .../153-libalgorithm-merge-perl_0.08-3_all.deb ...
12:57:07 #10 37.49 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:57:07 #10 37.52 Selecting previously unselected package libapt-pkg-perl.
12:57:07 #10 37.53 Preparing to unpack .../154-libapt-pkg-perl_0.1.33build1_amd64.deb ...
12:57:07 #10 37.53 Unpacking libapt-pkg-perl (0.1.33build1) ...
12:57:07 #10 37.57 Selecting previously unselected package libarchive-cpio-perl.
12:57:07 #10 37.58 Preparing to unpack .../155-libarchive-cpio-perl_0.10-1_all.deb ...
12:57:07 #10 37.58 Unpacking libarchive-cpio-perl (0.10-1) ...
12:57:07 #10 37.63 Selecting previously unselected package libb-hooks-op-check-perl.
12:57:07 #10 72.15 Setting up equivs (2.2.0) ...
12:57:07 #10 72.16 Setting up libxml-parser-perl (2.44-4) ...
12:57:07 #10 72.18 Setting up libxml-sax-expat-perl (0.51-1) ...
12:57:07 #10 72.23 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:57:07 #10 72.28 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:07 #10 47.27 Preparing to unpack .../323-python-apt-common_1.8.4.3_all.deb ...
12:57:07 #10 47.27 Unpacking python-apt-common (1.8.4.3) ...
12:57:07 #10 47.32 Selecting previously unselected package python3-apt.
12:57:07 #10 47.33 Preparing to unpack .../324-python3-apt_1.8.4.3_amd64.deb ...
12:57:07 #10 47.33 Unpacking python3-apt (1.8.4.3) ...
12:57:07 #10 47.39 Selecting previously unselected package python3-certifi.
12:57:07 #10 47.39 Preparing to unpack .../325-python3-certifi_2018.8.24-1_all.deb ...
12:57:07 #10 47.39 Unpacking python3-certifi (2018.8.24-1) ...
12:57:07 #10 47.44 Selecting previously unselected package python3-idna.
12:57:07 #10 47.44 Preparing to unpack .../326-python3-idna_2.6-1_all.deb ...
12:57:07 #10 47.44 Unpacking python3-idna (2.6-1) ...
12:57:07 #10 47.52 Selecting previously unselected package python3-magic.
12:57:07 #10 47.52 Preparing to unpack .../327-python3-magic_2%3a0.4.15-2_all.deb ...
12:57:07 #10 47.53 Unpacking python3-magic (2:0.4.15-2) ...
12:57:07 #10 47.57 Selecting previously unselected package python3-urllib3.
12:57:07 #10 47.57 Preparing to unpack .../328-python3-urllib3_1.24.1-1_all.deb ...
12:57:07 #10 47.57 Unpacking python3-urllib3 (1.24.1-1) ...
12:57:07 #10 47.62 Selecting previously unselected package python3-requests.
12:57:07 #10 47.62 Preparing to unpack .../329-python3-requests_2.21.0-1_all.deb ...
12:57:07 #10 47.62 Unpacking python3-requests (2.21.0-1) ...
12:57:07 #13 9.789 (30/68): git-2.39.1-1.el9.x86_64.rpm            542 kB/s |  63 kB     00:00    
12:57:07 #14 28.57   Installing       : cmake-data-3.20.2-4.el8.noarch                       66/93 
12:57:07 #14 29.43   Installing       : cmake-3.20.2-4.el8.aarch64                           67/93 
12:57:07 #14 29.45   Installing       : perl-Thread-Queue-3.13-1.el8.noarch                  68/93 
12:57:07 #14 29.52   Installing       : automake-1.16.1-7.el8.noarch                         69/93 
12:57:07 #14 29.55   Installing       : perl-Error-1:0.17025-2.el8.noarch                    70/93 
12:57:07 #14 29.56   Installing       : perl-Git-2.39.0-1.el8.noarch                         71/93 
12:57:07 #14 29.58   Installing       : git-2.39.0-1.el8.aarch64                             72/93 
12:57:07 #10 44.40 Preparing to unpack .../273-libio-prompter-perl_0.004015-2_all.deb ...
12:57:07 #10 44.41 Unpacking libio-prompter-perl (0.004015-2) ...
12:57:07 #10 44.44 Selecting previously unselected package libjson-perl.
12:57:07 #10 44.44 Preparing to unpack .../274-libjson-perl_4.10000-1_all.deb ...
12:57:07 #10 44.44 Unpacking libjson-perl (4.10000-1) ...
12:57:07 #10 44.48 Selecting previously unselected package liblog-any-perl.
12:57:07 #10 44.48 Preparing to unpack .../275-liblog-any-perl_1.713-1_all.deb ...
12:57:07 #10 44.49 Unpacking liblog-any-perl (1.713-1) ...
12:57:07 #10 44.52 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:57:07 #10 44.53 Preparing to unpack .../276-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
12:57:07 #10 44.53 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
12:57:07 #10 44.56 Selecting previously unselected package libpackage-stash-perl.
12:57:07 #10 44.56 Preparing to unpack .../277-libpackage-stash-perl_0.40-1_all.deb ...
12:57:07 #10 44.56 Unpacking libpackage-stash-perl (0.40-1) ...
12:57:07 #10 44.59 Selecting previously unselected package libsub-identify-perl.
12:57:07 #10 44.60 Preparing to unpack .../278-libsub-identify-perl_0.14-3_amd64.deb ...
12:57:07 #10 44.60 Unpacking libsub-identify-perl (0.14-3) ...
12:57:07 #10 44.63 Selecting previously unselected package libsub-name-perl:amd64.
12:57:07 #10 44.63 Preparing to unpack .../279-libsub-name-perl_0.26-2+b1_amd64.deb ...
12:57:07 #10 44.63 Unpacking libsub-name-perl:amd64 (0.26-2+b1) ...
12:57:07 #10 44.66 Selecting previously unselected package libnamespace-clean-perl.
12:57:07 #10 44.67 Preparing to unpack .../280-libnamespace-clean-perl_0.27-2_all.deb ...
12:57:07 #10 44.67 Unpacking libnamespace-clean-perl (0.27-2) ...
12:57:07 #10 44.70 Selecting previously unselected package libpath-tiny-perl.
12:57:07 #10 44.70 Preparing to unpack .../281-libpath-tiny-perl_0.144-1_all.deb ...
12:57:07 #10 44.71 Unpacking libpath-tiny-perl (0.144-1) ...
12:57:07 #10 44.74 Selecting previously unselected package libstrictures-perl.
12:57:07 #12 32.70   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          77/91 
12:57:07 #12 33.08   Installing       : gdb-headless-8.2-19.el8.x86_64                       78/91 
12:57:07 #12 33.11   Installing       : go-srpm-macros-2-17.el8.noarch                       79/91 
12:57:07 #12 33.12   Installing       : ghc-srpm-macros-1.4.2-7.el8.noarch                   80/91 
12:57:07 #12 33.14   Installing       : dwz-0.12-10.el8.x86_64                               81/91 
12:57:07 #12 33.17   Installing       : redhat-rpm-config-130-1.el8.noarch                   82/91 
12:57:07 #10 22.65 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
12:57:07 #12 0.703 Hit:1 http://deb.debian.org/debian bookworm InRelease
12:57:07 #12 0.803 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
12:57:07 #11 42.94 Setting up python3-certifi (2020.6.20-1) ...
12:57:07 #11 43.07 Setting up libfile-find-rule-perl (0.34-1) ...
12:57:07 #11 43.08 Setting up libref-util-perl (0.204-1) ...
12:57:07 #11 43.09 Setting up libipc-system-simple-perl (1.30-1) ...
12:57:07 #11 43.10 Setting up libnet-domain-tld-perl (1.75-1.1) ...
12:57:07 #11 43.11 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
12:57:07 #11 43.12 Setting up libsocket6-perl (0.29-1build4) ...
12:57:07 #11 43.13 Setting up libio-prompt-tiny-perl (0.003-1) ...
12:57:07 #11 43.15 Setting up libhash-fieldhash-perl (0.15-1build5) ...
12:57:07 #11 43.16 Setting up libgd3:arm64 (2.3.0-2ubuntu2) ...
12:57:07 #11 43.17 Setting up libvariable-magic-perl (0.62-1build5) ...
12:57:07 #11 43.18 Setting up python3-idna (3.3-1) ...
12:57:07 #10 47.26 Selecting previously unselected package shared-mime-info.
12:57:07 #10 47.26 Preparing to unpack .../356-shared-mime-info_2.0-1_amd64.deb ...
12:57:07 #10 47.26 Unpacking shared-mime-info (2.0-1) ...
12:57:07 #10 47.37 Selecting previously unselected package strace.
12:57:07 #10 47.37 Preparing to unpack .../357-strace_5.10-1_amd64.deb ...
12:57:07 #10 47.37 Unpacking strace (5.10-1) ...
12:57:07 #10 47.46 Selecting previously unselected package xauth.
12:57:07 #10 47.46 Preparing to unpack .../358-xauth_1%3a1.1-1_amd64.deb ...
12:57:07 #10 47.47 Unpacking xauth (1:1.1-1) ...
12:57:07 #10 15.65 Unpacking libsqlite3-0:armhf (3.34.1-3) ...
12:57:07 #10 15.78 Selecting previously unselected package libpython3.9-stdlib:armhf.
12:57:07 #10 15.78 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_armhf.deb ...
12:57:07 #10 15.79 Unpacking libpython3.9-stdlib:armhf (3.9.2-1) ...
12:57:07 #10 46.48 (122/140): gdb-minimal-12.1-7.fc37.aarch64.rpm   14 MB/s | 3.5 MB     00:00    
12:57:07 #10 46.55 (123/140): glibc-gconv-extra-2.36-9.fc37.aarch6 5.7 MB/s | 1.7 MB     00:00    
12:57:07 #10 46.55 (124/140): gnat-srpm-macros-5-1.fc37.noarch.rpm 129 kB/s | 8.3 kB     00:00    
12:57:07 #10 46.62 (125/140): binutils-2.38-25.fc37.aarch64.rpm    6.9 MB/s | 5.8 MB     00:00    
12:57:07 #11 45.74 Setting up libgcc-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
12:57:07 #11 45.75 Setting up perl (5.30.0-9ubuntu0.3) ...
12:57:07 #11 45.77 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
12:57:07 #11 45.78 Setting up python3-gpg (1.13.1-7ubuntu2) ...
12:57:07 #11 33.64 Preparing to unpack .../259-libio-prompter-perl_0.004015-1_all.deb ...
12:57:07 #11 33.64 Unpacking libio-prompter-perl (0.004015-1) ...
12:57:07 #11 33.68 Selecting previously unselected package libjson-perl.
12:57:07 #11 33.68 Preparing to unpack .../260-libjson-perl_4.04000-1_all.deb ...
12:57:07 #11 33.68 Unpacking libjson-perl (4.04000-1) ...
12:57:07 #11 33.71 Selecting previously unselected package liblog-any-perl.
12:57:07 #11 33.71 Preparing to unpack .../261-liblog-any-perl_1.710-1_all.deb ...
12:57:07 #11 33.71 Unpacking liblog-any-perl (1.710-1) ...
12:57:07 #11 33.75 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:57:07 #11 33.75 Preparing to unpack .../262-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
12:57:07 #11 33.76 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
12:57:07 #11 33.79 Selecting previously unselected package libpackage-stash-perl.
12:57:07 #11 33.80 Preparing to unpack .../263-libpackage-stash-perl_0.39-1_all.deb ...
12:57:07 #11 33.80 Unpacking libpackage-stash-perl (0.39-1) ...
12:57:07 #11 33.83 Selecting previously unselected package libsub-identify-perl.
12:57:07 #11 33.83 Preparing to unpack .../264-libsub-identify-perl_0.14-1build5_amd64.deb ...
12:57:07 #11 33.84 Unpacking libsub-identify-perl (0.14-1build5) ...
12:57:07 #11 33.87 Selecting previously unselected package libsub-name-perl.
12:57:07 #11 35.33 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:57:07 #11 35.39 Selecting previously unselected package perl-openssl-defaults:amd64.
12:57:07 #11 35.39 Preparing to unpack .../182-perl-openssl-defaults_4_amd64.deb ...
12:57:07 #11 35.40 Unpacking perl-openssl-defaults:amd64 (4) ...
12:57:07 #11 35.43 Selecting previously unselected package libnet-ssleay-perl.
12:57:07 #11 35.43 Preparing to unpack .../183-libnet-ssleay-perl_1.88-2ubuntu1_amd64.deb ...
12:57:07 #11 35.44 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
12:57:07 #11 35.52 Selecting previously unselected package libio-socket-ssl-perl.
12:57:07 #11 35.52 Preparing to unpack .../184-libio-socket-ssl-perl_2.067-1_all.deb ...
12:57:07 #11 35.52 Unpacking libio-socket-ssl-perl (2.067-1) ...
12:57:07 #10 37.63 Preparing to unpack .../156-libb-hooks-op-check-perl_0.22-1_amd64.deb ...
12:57:07 #10 37.64 Unpacking libb-hooks-op-check-perl (0.22-1) ...
12:57:07 #10 37.67 Selecting previously unselected package libdynaloader-functions-perl.
12:57:07 #10 37.67 Preparing to unpack .../157-libdynaloader-functions-perl_0.003-1_all.deb ...
12:57:07 #10 37.67 Unpacking libdynaloader-functions-perl (0.003-1) ...
12:57:07 #10 37.70 Selecting previously unselected package libdevel-callchecker-perl.
12:57:07 #10 37.70 Preparing to unpack .../158-libdevel-callchecker-perl_0.007-2build1_amd64.deb ...
12:57:07 #10 37.71 Unpacking libdevel-callchecker-perl (0.007-2build1) ...
12:57:07 #10 37.74 Selecting previously unselected package libparams-classify-perl.
12:57:07 #10 37.74 Preparing to unpack .../159-libparams-classify-perl_0.015-1_amd64.deb ...
12:57:07 #10 37.74 Unpacking libparams-classify-perl (0.015-1) ...
12:57:07 #10 37.77 Selecting previously unselected package libmodule-runtime-perl.
12:57:07 #10 37.77 Preparing to unpack .../160-libmodule-runtime-perl_0.016-1_all.deb ...
12:57:07 #10 37.77 Unpacking libmodule-runtime-perl (0.016-1) ...
12:57:07 #10 37.80 Selecting previously unselected package libtry-tiny-perl.
12:57:07 #10 37.80 Preparing to unpack .../161-libtry-tiny-perl_0.30-1_all.deb ...
12:57:07 #10 37.80 Unpacking libtry-tiny-perl (0.30-1) ...
12:57:07 #10 37.83 Selecting previously unselected package libmodule-implementation-perl.
12:57:07 #10 37.83 Preparing to unpack .../162-libmodule-implementation-perl_0.09-1_all.deb ...
12:57:07 #10 37.84 Unpacking libmodule-implementation-perl (0.09-1) ...
12:57:07 #10 72.45 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:07 #10 72.54 Setting up libsoap-lite-perl (1.27-1) ...
12:57:07 #10 72.56 Setting up libxmlrpc-lite-perl (0.717-2) ...
12:57:07 #10 72.57 Processing triggers for libc-bin (2.28-10+deb10u2) ...
12:57:07 #10 72.60 Processing triggers for ca-certificates (20200601~deb10u2) ...
12:57:07 #10 72.61 Updating certificates in /etc/ssl/certs...
12:57:07 #10 47.67 Selecting previously unselected package python3-unidiff.
12:57:07 #10 47.67 Preparing to unpack .../330-python3-unidiff_0.5.4-1_all.deb ...
12:57:07 #10 47.67 Unpacking python3-unidiff (0.5.4-1) ...
12:57:07 #10 47.71 Selecting previously unselected package python3-xdg.
12:57:07 #10 47.72 Preparing to unpack .../331-python3-xdg_0.25-5_all.deb ...
12:57:07 #10 47.72 Unpacking python3-xdg (0.25-5) ...
12:57:07 #10 47.77 Selecting previously unselected package shared-mime-info.
12:57:07 #10 47.77 Preparing to unpack .../332-shared-mime-info_1.10-1_amd64.deb ...
12:57:07 #10 47.77 Unpacking shared-mime-info (1.10-1) ...
12:57:07 #10 47.90 Selecting previously unselected package strace.
12:57:07 #14 29.66   Installing       : libtool-2.4.6-25.el8.aarch64                         73/93 
12:57:07 #14 29.67   Running scriptlet: libtool-2.4.6-25.el8.aarch64                         73/93 
12:57:07 #14 29.70   Installing       : libtool-ltdl-devel-2.4.6-25.el8.aarch64              74/93 
12:57:07 #14 29.72   Installing       : device-mapper-devel-8:1.02.181-9.el8.aarch64         75/93 
12:57:07 #14 29.76   Installing       : annobin-10.94-1.el8.aarch64                          76/93 
12:57:07 #14 29.78   Running scriptlet: annobin-10.94-1.el8.aarch64                          76/93 
12:57:07 #14 29.80   Installing       : gcc-plugin-annobin-8.5.0-18.el8.aarch64              77/93 
12:57:07 #14 29.82   Running scriptlet: gcc-plugin-annobin-8.5.0-18.el8.aarch64              77/93 
12:57:07 #14 29.85   Upgrading        : glibc-minimal-langpack-2.28-224.el8.aarch64          78/93 
12:57:07 #10 44.74 Preparing to unpack .../282-libstrictures-perl_2.000006-1_all.deb ...
12:57:07 #10 44.75 Unpacking libstrictures-perl (2.000006-1) ...
12:57:07 #10 44.78 Selecting previously unselected package libtype-tiny-perl.
12:57:07 #10 44.78 Preparing to unpack .../283-libtype-tiny-perl_2.002001-1_all.deb ...
12:57:07 #10 44.78 Unpacking libtype-tiny-perl (2.002001-1) ...
12:57:07 #10 44.85 Selecting previously unselected package libgitlab-api-v4-perl.
12:57:07 #10 44.85 Preparing to unpack .../284-libgitlab-api-v4-perl_0.26-2_all.deb ...
12:57:07 #10 44.85 Unpacking libgitlab-api-v4-perl (0.26-2) ...
12:57:07 #10 44.90 Selecting previously unselected package libglib2.0-0:amd64.
12:57:07 #10 44.91 Preparing to unpack .../285-libglib2.0-0_2.74.5-1_amd64.deb ...
12:57:07 #10 44.91 Unpacking libglib2.0-0:amd64 (2.74.5-1) ...
12:57:07 #7 ...
12:57:07 
12:57:07 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:57:07 #10 26.96 Selecting previously unselected package g++.
12:57:07 #10 26.96 Preparing to unpack .../058-g++_4%3a12.2.0-3_armhf.deb ...
12:57:07 #12 33.20   Installing       : rpm-build-4.14.3-26.el8.x86_64                       83/91 
12:57:07 #12 33.22   Installing       : dnf-plugins-core-4.0.21-18.el8.noarch                84/91 
12:57:07 #12 33.27   Installing       : rpmlint-1.10-14.el8.noarch                           85/91 
12:57:07 #12 33.29   Cleanup          : python3-dnf-plugins-core-4.0.21-14.el8.noarch        86/91 
12:57:07 #12 33.31   Cleanup          : python3-rpm-4.14.3-23.el8.x86_64                     87/91 
12:57:07 #12 33.33   Cleanup          : rpm-build-libs-4.14.3-23.el8.x86_64                  88/91 
12:57:07 #12 33.33   Running scriptlet: rpm-build-libs-4.14.3-23.el8.x86_64                  88/91 
12:57:07 #12 33.37   Cleanup          : rpm-4.14.3-23.el8.x86_64                             89/91 
12:57:07 #12 33.39   Cleanup          : rpm-libs-4.14.3-23.el8.x86_64                        90/91 
12:57:07 #12 33.39   Running scriptlet: rpm-libs-4.14.3-23.el8.x86_64                        90/91 
12:57:07 #12 5.212 0 upgraded, 22 newly installed, 0 to remove and 4 not upgraded.
12:57:07 #12 5.212 1 not fully installed or removed.
12:57:07 #12 5.212 Need to get 6577 kB of archives.
12:57:07 #12 5.212 After this operation, 33.8 MB of additional disk space will be used.
12:57:07 #12 5.212 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 bash-completion all 1:2.8-1ubuntu1 [168 kB]
12:57:07 #12 0.804 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
12:57:07 #11 43.38 Setting up libio-html-perl (1.004-2) ...
12:57:07 #11 43.39 Setting up libpod-parser-perl (1.63-2) ...
12:57:07 #11 43.40 Setting up libb-hooks-op-check-perl (0.22-1build5) ...
12:57:07 #11 43.41 Setting up liblist-moreutils-xs-perl (0.430-2build2) ...
12:57:07 #11 43.42 Setting up libparams-util-perl (1.102-1build3) ...
12:57:07 #11 43.43 Setting up libdpkg-perl (1.21.1ubuntu2.1) ...
12:57:07 #10 47.52 Selecting previously unselected package xdg-user-dirs.
12:57:07 #10 47.52 Preparing to unpack .../359-xdg-user-dirs_0.17-2_amd64.deb ...
12:57:07 #10 47.53 Unpacking xdg-user-dirs (0.17-2) ...
12:57:07 #10 47.58 Setting up libksba8:amd64 (1.5.0-3+deb11u2) ...
12:57:07 #10 47.60 Setting up media-types (4.0.0) ...
12:57:07 #10 47.61 Setting up libpipeline1:amd64 (1.5.3-1) ...
12:57:07 #10 47.62 Setting up wdiff (1.2.2-2+b1) ...
12:57:07 #10 47.63 Setting up libxau6:amd64 (1:1.0.9-1) ...
12:57:07 #10 47.64 Setting up libre2-9:amd64 (20210201+dfsg-1) ...
12:57:07 #10 47.65 Setting up libpsl5:amd64 (0.21.0-1.2) ...
12:57:07 #10 47.67 Setting up libgpm2:amd64 (1.20.7-8) ...
12:57:07 #10 47.68 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
12:57:07 #10 47.69 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
12:57:07 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc
12:57:07  debian/rules build
12:57:07 dh build --with=bash-completion
12:57:07    dh_update_autotools_config
12:57:07    dh_autoreconf
12:57:07    debian/rules override_dh_auto_build
12:57:07 make[1]: Entering directory '/root/build-deb'
12:57:07 # Build the daemon and dependencies
12:57:07 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:57:07 
12:57:07 Removing bundles/
12:57:07 
12:57:07 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:07 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
12:57:07 #10 16.10 Selecting previously unselected package python3.9.
12:57:07 #10 16.10 Preparing to unpack .../8-python3.9_3.9.2-1_armhf.deb ...
12:57:07 #10 16.11 Unpacking python3.9 (3.9.2-1) ...
12:57:07 #10 16.18 Selecting previously unselected package libpython3-stdlib:armhf.
12:57:07 #10 16.18 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_armhf.deb ...
12:57:07 #10 46.62 (126/140): perl-Getopt-Long-2.54-1.fc37.noarch. 786 kB/s |  60 kB     00:00    
12:57:07 #10 46.63 (127/140): perl-URI-5.17-1.fc37.noarch.rpm      1.6 MB/s | 123 kB     00:00    
12:57:07 #10 46.68 (128/140): pyproject-srpm-macros-1.6.0-1.fc37.n 228 kB/s |  15 kB     00:00    
12:57:07 #10 46.71 (129/140): python-srpm-macros-3.11-5.fc37.noarc 267 kB/s |  24 kB     00:00    
12:57:07 #10 46.72 (130/140): python3-dbus-1.3.2-1.fc37.aarch64.rp 1.7 MB/s | 158 kB     00:00    
12:57:07 #11 45.96 Setting up libdata-dump-perl (1.23-1) ...
12:57:07 #11 45.97 Setting up python3-certifi (2019.11.28-1) ...
12:57:07 #11 46.11 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
12:57:07 #11 46.12 Setting up libref-util-perl (0.204-1) ...
12:57:07 #11 46.13 Setting up libipc-system-simple-perl (1.26-1) ...
12:57:07 #11 46.14 Setting up libnet-domain-tld-perl (1.75-1) ...
12:57:07 #11 46.15 Setting up libxml-writer-perl (0.625-1) ...
12:57:07 #11 33.87 Preparing to unpack .../265-libsub-name-perl_0.26-1build3_amd64.deb ...
12:57:07 #11 33.87 Unpacking libsub-name-perl (0.26-1build3) ...
12:57:07 #11 33.90 Selecting previously unselected package libnamespace-clean-perl.
12:57:07 #11 33.90 Preparing to unpack .../266-libnamespace-clean-perl_0.27-1_all.deb ...
12:57:07 #11 33.91 Unpacking libnamespace-clean-perl (0.27-1) ...
12:57:07 #11 33.94 Selecting previously unselected package libpath-tiny-perl.
12:57:07 #11 33.94 Preparing to unpack .../267-libpath-tiny-perl_0.122-1_all.deb ...
12:57:07 #11 33.94 Unpacking libpath-tiny-perl (0.122-1) ...
12:57:07 #11 33.97 Selecting previously unselected package libstrictures-perl.
12:57:07 #11 33.98 Preparing to unpack .../268-libstrictures-perl_2.000006-1_all.deb ...
12:57:07 #11 33.98 Unpacking libstrictures-perl (2.000006-1) ...
12:57:07 #11 34.01 Selecting previously unselected package libtype-tiny-perl.
12:57:07 #11 34.01 Preparing to unpack .../269-libtype-tiny-perl_1.012004-1_all.deb ...
12:57:07 #11 34.02 Unpacking libtype-tiny-perl (1.012004-1) ...
12:57:07 #11 34.06 Selecting previously unselected package libgitlab-api-v4-perl.
12:57:07 #11 34.06 Preparing to unpack .../270-libgitlab-api-v4-perl_0.26-1_all.deb ...
12:57:07 #11 34.06 Unpacking libgitlab-api-v4-perl (0.26-1) ...
12:57:07 #11 34.10 Selecting previously unselected package libhash-fieldhash-perl.
12:57:07 #11 35.59 Selecting previously unselected package libnet-http-perl.
12:57:07 #11 35.59 Preparing to unpack .../185-libnet-http-perl_6.19-1_all.deb ...
12:57:07 #11 35.59 Unpacking libnet-http-perl (6.19-1) ...
12:57:07 #11 35.63 Selecting previously unselected package liblwp-protocol-https-perl.
12:57:07 #11 35.63 Preparing to unpack .../186-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
12:57:07 #11 35.63 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
12:57:07 #11 35.66 Selecting previously unselected package libtry-tiny-perl.
12:57:07 #11 35.66 Preparing to unpack .../187-libtry-tiny-perl_0.30-1_all.deb ...
12:57:07 #11 35.67 Unpacking libtry-tiny-perl (0.30-1) ...
12:57:07 #11 35.69 Selecting previously unselected package libwww-robotrules-perl.
12:57:07 #11 35.69 Preparing to unpack .../188-libwww-robotrules-perl_6.02-1_all.deb ...
12:57:07 #11 35.70 Unpacking libwww-robotrules-perl (6.02-1) ...
12:57:07 #11 35.73 Selecting previously unselected package libwww-perl.
12:57:07 #11 35.73 Preparing to unpack .../189-libwww-perl_6.43-1_all.deb ...
12:57:07 #11 35.73 Unpacking libwww-perl (6.43-1) ...
12:57:07 #11 35.77 Selecting previously unselected package patchutils.
12:57:07 #11 35.77 Preparing to unpack .../190-patchutils_0.3.4-2_amd64.deb ...
12:57:07 #11 35.77 Unpacking patchutils (0.3.4-2) ...
12:57:07 #11 35.80 Selecting previously unselected package wdiff.
12:57:07 #12 9.346 Setting up libncurses6:arm64 (6.2+20201114-2) ...
12:57:07 #12 9.360 Setting up pkg-config (0.29.2-1) ...
12:57:07 #12 9.415 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
12:57:07 #12 9.430 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
12:57:07 #12 9.442 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
12:57:07 #12 9.458 Setting up librhash0:arm64 (1.4.1-2) ...
12:57:07 #12 9.469 Setting up cmake-data (3.18.4-2+deb11u1) ...
12:57:07 #12 9.486 Setting up dh-apparmor (2.13.6-10) ...
12:57:07 #12 9.501 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
12:57:07 #12 9.512 Setting up libprocps8:arm64 (2:3.3.17-5) ...
12:57:07 #12 9.529 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
12:57:07 #12 9.539 Setting up libselinux1-dev:arm64 (3.1-3) ...
12:57:07 #12 9.549 Setting up procps (2:3.3.17-5) ...
12:57:07 #12 9.592 Setting up cmake (3.18.4-2+deb11u1) ...
12:57:07 #12 9.608 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
12:57:07 #12 9.619 Setting up dmsetup (2:1.02.175-2.1) ...
12:57:07 #12 9.632 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
12:57:07 #10 37.86 Selecting previously unselected package libsub-exporter-progressive-perl.
12:57:07 #10 37.86 Preparing to unpack .../163-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:57:07 #10 37.87 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:57:07 #10 37.90 Selecting previously unselected package libvariable-magic-perl.
12:57:07 #10 37.90 Preparing to unpack .../164-libvariable-magic-perl_0.62-1_amd64.deb ...
12:57:07 #10 37.90 Unpacking libvariable-magic-perl (0.62-1) ...
12:57:07 #10 37.94 Selecting previously unselected package libb-hooks-endofscope-perl.
12:57:07 #10 37.94 Preparing to unpack .../165-libb-hooks-endofscope-perl_0.21-1_all.deb ...
12:57:07 #10 37.94 Unpacking libb-hooks-endofscope-perl (0.21-1) ...
12:57:07 #10 37.97 Selecting previously unselected package libhtml-tagset-perl.
12:57:07 #10 37.97 Preparing to unpack .../166-libhtml-tagset-perl_3.20-3_all.deb ...
12:57:07 #10 37.97 Unpacking libhtml-tagset-perl (3.20-3) ...
12:57:07 #10 38.00 Selecting previously unselected package liburi-perl.
12:57:07 #10 38.00 Preparing to unpack .../167-liburi-perl_1.73-1_all.deb ...
12:57:07 #10 38.01 Unpacking liburi-perl (1.73-1) ...
12:57:07 #10 38.05 Selecting previously unselected package libhtml-parser-perl.
12:57:07 #10 38.05 Preparing to unpack .../168-libhtml-parser-perl_3.72-3build1_amd64.deb ...
12:57:07 #10 38.05 Unpacking libhtml-parser-perl (3.72-3build1) ...
12:57:07 #10 38.09 Selecting previously unselected package libcgi-pm-perl.
12:57:07 #10 38.09 Preparing to unpack .../169-libcgi-pm-perl_4.38-1_all.deb ...
12:57:07 #10 38.10 Unpacking libcgi-pm-perl (4.38-1) ...
12:57:07 #10 38.14 Selecting previously unselected package libfcgi-perl.
12:57:07 #10 38.14 Preparing to unpack .../170-libfcgi-perl_0.78-2build1_amd64.deb ...
12:57:07 #10 38.14 Unpacking libfcgi-perl (0.78-2build1) ...
12:57:07 #10 38.17 Selecting previously unselected package libcgi-fast-perl.
12:57:07 #10 47.90 Preparing to unpack .../333-strace_4.26-0.2_amd64.deb ...
12:57:07 #10 47.90 Unpacking strace (4.26-0.2) ...
12:57:07 #10 47.98 Selecting previously unselected package unzip.
12:57:07 #10 47.98 Preparing to unpack .../334-unzip_6.0-23+deb10u3_amd64.deb ...
12:57:07 #10 47.98 Unpacking unzip (6.0-23+deb10u3) ...
12:57:07 #14 29.87   Installing       : libseccomp-devel-2.5.2-1.el8.aarch64                 79/93 
12:57:07 #14 29.89   Cleanup          : device-mapper-8:1.02.181-6.el8.aarch64               80/93 
12:57:07 #14 29.90   Running scriptlet: systemd-239-67.el8.aarch64                           81/93 
12:57:07 #14 29.94   Cleanup          : systemd-239-67.el8.aarch64                           81/93 
12:57:07 #14 29.98   Cleanup          : systemd-pam-239-67.el8.aarch64                       82/93 
12:57:07 #14 29.99   Cleanup          : device-mapper-libs-8:1.02.181-6.el8.aarch64          83/93 
12:57:07 #14 30.01   Cleanup          : systemd-libs-239-67.el8.aarch64                      84/93 
12:57:07 #14 30.03   Running scriptlet: tar-2:1.30-6.el8.aarch64                             85/93 
12:57:07 #14 30.04   Cleanup          : tar-2:1.30-6.el8.aarch64                             85/93 
12:57:07 #14 30.05   Cleanup          : libarchive-3.3.3-4.el8.aarch64                       86/93 
12:57:07 #14 30.06   Cleanup          : glibc-minimal-langpack-2.28-211.el8.aarch64          87/93 
12:57:07 #14 30.07   Cleanup          : libselinux-2.9-6.el8.aarch64                         88/93 
12:57:07 #14 30.09   Cleanup          : pcre2-10.32-3.el8_6.aarch64                          89/93 
12:57:07 #14 30.11   Cleanup          : glibc-2.28-211.el8.aarch64                           90/93 
12:57:07 #14 30.16   Cleanup          : glibc-gconv-extra-2.28-211.el8.aarch64               91/93 
12:57:07 #14 30.16   Running scriptlet: glibc-gconv-extra-2.28-211.el8.aarch64               91/93 
12:57:07 #10 45.05 Selecting previously unselected package libglib2.0-data.
12:57:07 #10 45.06 Preparing to unpack .../286-libglib2.0-data_2.74.5-1_all.deb ...
12:57:07 #10 45.06 Unpacking libglib2.0-data (2.74.5-1) ...
12:57:07 #10 45.22 Selecting previously unselected package libgpm2:amd64.
12:57:07 #10 45.23 Preparing to unpack .../287-libgpm2_1.20.7-10+b1_amd64.deb ...
12:57:07 #10 45.23 Unpacking libgpm2:amd64 (1.20.7-10+b1) ...
12:57:07 #10 45.26 Selecting previously unselected package libhtml-form-perl.
12:57:07 #10 27.26 Unpacking g++ (4:12.2.0-3) ...
12:57:07 #10 27.34 Selecting previously unselected package make.
12:57:07 #10 27.34 Preparing to unpack .../059-make_4.3-4.1_armhf.deb ...
12:57:07 #10 27.36 Unpacking make (4.3-4.1) ...
12:57:07 #10 27.47 Selecting previously unselected package libdpkg-perl.
12:57:07 #10 27.47 Preparing to unpack .../060-libdpkg-perl_1.21.19_all.deb ...
12:57:07 #12 33.42   Cleanup          : xz-libs-5.2.4-4.el8_6.x86_64                         91/91 
12:57:07 #12 33.44   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          91/91 
12:57:07 #12 33.45   Running scriptlet: xz-libs-5.2.4-4.el8_6.x86_64                         91/91 
12:57:07 #12 33.58   Verifying        : xz-libs-5.2.4-4.el8.x86_64                            1/91 
12:57:07 #12 33.58   Verifying        : xz-libs-5.2.4-4.el8_6.x86_64                          2/91 
12:57:07 #12 33.58   Verifying        : desktop-file-utils-0.26-1.el8.x86_64                  3/91 
12:57:07 #12 33.58   Verifying        : dwz-0.12-10.el8.x86_64                                4/91 
12:57:07 #12 33.58   Verifying        : efi-srpm-macros-3-3.el8.noarch                        5/91 
12:57:07 #12 33.58   Verifying        : gc-7.6.4-3.el8.x86_64                                 6/91 
12:57:07 #12 33.58   Verifying        : gdb-headless-8.2-19.el8.x86_64                        7/91 
12:57:07 #12 33.58   Verifying        : ghc-srpm-macros-1.4.2-7.el8.noarch                    8/91 
12:57:07 #12 33.58   Verifying        : go-srpm-macros-2-17.el8.noarch                        9/91 
12:57:07 #12 33.58   Verifying        : guile-5:2.0.14-7.el8.x86_64                          10/91 
12:57:07 #12 33.58   Verifying        : libatomic_ops-7.6.2-3.el8.x86_64                     11/91 
12:57:07 #12 33.58   Verifying        : libipt-1.6.1-8.el8.x86_64                            12/91 
12:57:07 #12 33.59   Verifying        : ocaml-srpm-macros-5-4.el8.noarch                     13/91 
12:57:07 #12 33.59   Verifying        : openblas-srpm-macros-2-2.el8.noarch                  14/91 
12:57:07 #12 33.59   Verifying        : perl-IO-Socket-IP-0.39-5.el8.noarch                  15/91 
12:57:07 #12 33.59   Verifying        : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   16/91 
12:57:07 #12 33.59   Verifying        : perl-srpm-macros-1-25.el8.noarch                     17/91 
12:57:07 #12 33.59   Verifying        : python3-systemd-234-8.el8.x86_64                     18/91 
12:57:07 #12 33.59   Verifying        : qt5-srpm-macros-5.15.3-1.el8.noarch                  19/91 
12:57:07 #12 33.59   Verifying        : redhat-rpm-config-130-1.el8.noarch                   20/91 
12:57:07 #12 33.59   Verifying        : rpm-build-4.14.3-26.el8.x86_64                       21/91 
12:57:07 #12 33.59   Verifying        : rpmlint-1.10-14.el8.noarch                           22/91 
12:57:07 #12 33.59   Verifying        : rust-srpm-macros-5-2.el8.noarch                      23/91 
12:57:07 #12 33.59   Verifying        : zstd-1.4.4-1.el8.x86_64                              24/91 
12:57:07 #12 33.59   Verifying        : binutils-2.30-119.el8.x86_64                         25/91 
12:57:07 #12 33.59   Verifying        : bzip2-1.0.6-26.el8.x86_64                            26/91 
12:57:07 #12 33.59   Verifying        : cpio-2.12-11.el8.x86_64                              27/91 
12:57:07 #12 33.59   Verifying        : diffutils-3.6-6.el8.x86_64                           28/91 
12:57:07 #12 33.59   Verifying        : dnf-plugins-core-4.0.21-18.el8.noarch                29/91 
12:57:07 #12 33.59   Verifying        : elfutils-0.187-4.el8.x86_64                          30/91 
12:57:07 #12 33.59   Verifying        : elfutils-debuginfod-client-0.187-4.el8.x86_64        31/91 
12:57:07 #12 33.59   Verifying        : emacs-filesystem-1:26.1-9.el8.noarch                 32/91 
12:57:07 #12 33.59   Verifying        : file-5.33-21.el8.x86_64                              33/91 
12:57:07 #12 33.59   Verifying        : glibc-gconv-extra-2.28-211.el8.x86_64                34/91 
12:57:07 #12 33.59   Verifying        : groff-base-1.22.3-18.el8.x86_64                      35/91 
12:57:07 #12 33.59   Verifying        : libbabeltrace-1.5.4-4.el8.x86_64                     36/91 
12:57:07 #12 33.59   Verifying        : libpkgconf-1.4.2-1.el8.x86_64                        37/91 
12:57:07 #12 33.59   Verifying        : libtool-ltdl-2.4.6-25.el8.x86_64                     38/91 
12:57:07 #12 33.59   Verifying        : ncurses-6.1-9.20180224.el8.x86_64                    39/91 
12:57:07 #12 33.59   Verifying        : patch-2.7.6-11.el8.x86_64                            40/91 
12:57:07 #12 33.59   Verifying        : perl-Carp-1.42-396.el8.noarch                        41/91 
12:57:07 #12 33.59   Verifying        : perl-Encode-4:2.97-3.el8.x86_64                      42/91 
12:57:07 #12 33.59   Verifying        : perl-Errno-1.28-422.el8.x86_64                       43/91 
12:57:07 #12 33.59   Verifying        : perl-Exporter-5.72-396.el8.noarch                    44/91 
12:57:07 #12 33.59   Verifying        : perl-File-Path-2.15-2.el8.noarch                     45/91 
12:57:07 #12 33.59   Verifying        : perl-File-Temp-0.230.600-1.el8.noarch                46/91 
12:57:07 #12 33.59   Verifying        : perl-Getopt-Long-1:2.50-4.el8.noarch                 47/91 
12:57:07 #12 33.59   Verifying        : perl-HTTP-Tiny-0.074-1.el8.noarch                    48/91 
12:57:07 #12 33.59   Verifying        : perl-IO-1.38-422.el8.x86_64                          49/91 
12:57:07 #12 33.59   Verifying        : perl-MIME-Base64-3.15-396.el8.x86_64                 50/91 
12:57:07 #12 33.59   Verifying        : perl-PathTools-3.74-1.el8.x86_64                     51/91 
12:57:07 #12 33.59   Verifying        : perl-Pod-Escapes-1:1.07-395.el8.noarch               52/91 
12:57:07 #12 33.59   Verifying        : perl-Pod-Perldoc-3.28-396.el8.noarch                 53/91 
12:57:07 #12 33.59   Verifying        : perl-Pod-Simple-1:3.35-395.el8.noarch                54/91 
12:57:07 #12 33.59   Verifying        : perl-Pod-Usage-4:1.69-395.el8.noarch                 55/91 
12:57:07 #12 33.59   Verifying        : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           56/91 
12:57:07 #12 33.59   Verifying        : perl-Socket-4:2.027-3.el8.x86_64                     57/91 
12:57:07 #12 33.59   Verifying        : perl-Storable-1:3.11-3.el8.x86_64                    58/91 
12:57:07 #12 33.59   Verifying        : perl-Term-ANSIColor-4.06-396.el8.noarch              59/91 
12:57:07 #12 33.59   Verifying        : perl-Term-Cap-1.17-395.el8.noarch                    60/91 
12:57:07 #12 33.59   Verifying        : perl-Text-ParseWords-3.30-395.el8.noarch             61/91 
12:57:07 #12 33.59   Verifying        : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         62/91 
12:57:07 #12 33.59   Verifying        : perl-Time-Local-1:1.280-1.el8.noarch                 63/91 
12:57:07 #12 33.59   Verifying        : perl-Unicode-Normalize-1.25-396.el8.x86_64           64/91 
12:57:07 #12 33.59   Verifying        : perl-constant-1.33-396.el8.noarch                    65/91 
12:57:07 #12 33.59   Verifying        : perl-interpreter-4:5.26.3-422.el8.x86_64             66/91 
12:57:07 #12 33.59   Verifying        : perl-libs-4:5.26.3-422.el8.x86_64                    67/91 
12:57:07 #12 33.59   Verifying        : perl-macros-4:5.26.3-422.el8.x86_64                  68/91 
12:57:07 #12 33.59   Verifying        : perl-parent-1:0.237-1.el8.noarch                     69/91 
12:57:07 #12 33.59   Verifying        : perl-podlators-4.11-1.el8.noarch                     70/91 
12:57:07 #12 33.59   Verifying        : perl-threads-1:2.21-2.el8.x86_64                     71/91 
12:57:07 #12 33.59   Verifying        : perl-threads-shared-1.58-2.el8.x86_64                72/91 
12:57:07 #12 33.59   Verifying        : pkgconf-1.4.2-1.el8.x86_64                           73/91 
12:57:07 #12 33.59   Verifying        : pkgconf-m4-1.4.2-1.el8.noarch                        74/91 
12:57:07 #12 33.59   Verifying        : pkgconf-pkg-config-1.4.2-1.el8.x86_64                75/91 
12:57:07 #12 33.59   Verifying        : python-rpm-macros-3-44.el8.noarch                    76/91 
12:57:07 #12 33.59   Verifying        : python-srpm-macros-3-44.el8.noarch                   77/91 
12:57:07 #12 33.59   Verifying        : python3-rpm-macros-3-44.el8.noarch                   78/91 
12:57:07 #12 33.59   Verifying        : unzip-6.0-46.el8.x86_64                              79/91 
12:57:07 #12 33.59   Verifying        : xz-5.2.4-4.el8.x86_64                                80/91 
12:57:07 #12 33.59   Verifying        : zip-3.0-23.el8.x86_64                                81/91 
12:57:07 #12 33.59   Verifying        : python3-dnf-plugins-core-4.0.21-18.el8.noarch        82/91 
12:57:07 #12 33.59   Verifying        : python3-dnf-plugins-core-4.0.21-14.el8.noarch        83/91 
12:57:07 #12 33.59   Verifying        : python3-rpm-4.14.3-26.el8.x86_64                     84/91 
12:57:07 #12 33.59   Verifying        : python3-rpm-4.14.3-23.el8.x86_64                     85/91 
12:57:07 #12 33.59   Verifying        : rpm-4.14.3-26.el8.x86_64                             86/91 
12:57:07 #12 33.59   Verifying        : rpm-4.14.3-23.el8.x86_64                             87/91 
12:57:07 #12 33.59   Verifying        : rpm-build-libs-4.14.3-26.el8.x86_64                  88/91 
12:57:07 #12 33.59   Verifying        : rpm-build-libs-4.14.3-23.el8.x86_64                  89/91 
12:57:07 #12 33.59   Verifying        : rpm-libs-4.14.3-26.el8.x86_64                        90/91 
12:57:07 #12 5.562 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cmake-data all 3.10.2-1ubuntu2.18.04.2 [1332 kB]
12:57:07 #10 23.28 Selecting previously unselected package python3-minimal.
12:57:07 #10 23.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 ... 10537 files and directories currently installed.)
12:57:07 #10 23.28 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
12:57:07 #10 23.29 Unpacking python3-minimal (3.7.3-1) ...
12:57:07 #11 43.45 Setting up libtime-duration-perl (1.21-1) ...
12:57:07 #11 43.46 Setting up autoconf (2.71-2) ...
12:57:07 #11 43.47 Setting up python3-urllib3 (1.26.5-1~exp1) ...
12:57:07 #11 43.64 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:57:07 #11 43.66 Setting up libarray-intspan-perl (2.004-1) ...
12:57:07 #11 43.67 Setting up libcapture-tiny-perl (0.48-1) ...
12:57:07 #11 43.69 Setting up libtimedate-perl (2.3300-2) ...
12:57:07 #11 43.70 Setting up libstdc++-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
12:57:07 #11 43.71 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
12:57:07 #11 43.73 Setting up libsub-name-perl (0.26-1build3) ...
12:57:07 #11 43.74 Setting up libtype-tiny-xs-perl (0.022-1build2) ...
12:57:07 #11 43.75 Setting up libsyntax-keyword-try-perl (0.26-1build1) ...
12:57:07 #11 43.77 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:57:07 #11 43.78 Setting up libproc-processtable-perl:arm64 (0.634-1build1) ...
12:57:07 #11 43.79 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:57:07 #10 47.69 Setting up libicu67:amd64 (67.1-7) ...
12:57:07 #10 47.71 Setting up libfcgi0ldbl:amd64 (2.4.2-2) ...
12:57:07 #10 47.72 Setting up xdg-user-dirs (0.17-2) ...
12:57:07 #10 47.75 Setting up libmagic-mgc (1:5.39-3) ...
12:57:07 #10 47.75 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
12:57:07 #10 47.76 Setting up libglib2.0-0:amd64 (2.66.8-1) ...
12:57:07 #10 47.80 No schema files found: doing nothing.
12:57:07 #10 47.80 Setting up distro-info-data (0.51+deb11u3) ...
12:57:07 #10 47.81 Setting up manpages (5.10-1) ...
12:57:07 #10 47.83 Setting up unzip (6.0-26+deb11u1) ...
12:57:07 #10 47.84 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
12:57:07 #10 47.85 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
12:57:07 #10 47.86 Setting up libsqlite3-0:amd64 (3.34.1-3) ...
12:57:07 #10 47.88 Setting up libcbor0:amd64 (0.5.0+dfsg-2) ...
12:57:07 #10 47.89 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
12:57:07 #10 47.90 Setting up libfcgi-bin (2.4.2-2) ...
12:57:07 #10 16.18 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
12:57:07 #10 16.25 Setting up python3-minimal (3.9.2-3) ...
12:57:07 #10 46.80 (131/140): python3-zstandard-0.19.0-1.fc37.aarc 4.8 MB/s | 441 kB     00:00    
12:57:07 #10 46.81 (132/140): qt5-srpm-macros-5.15.8-1.fc37.noarch  86 kB/s | 8.0 kB     00:00    
12:57:07 #10 46.81 (133/140): redhat-rpm-config-229-1.fc37.noarch. 876 kB/s |  80 kB     00:00    
12:57:07 #10 46.86 (134/140): rpmautospec-rpm-macros-0.3.1-1.fc37. 150 kB/s | 8.8 kB     00:00    
12:57:07 #10 46.87 (135/140): rpmlint-fedora-license-data-1.12-1.f 307 kB/s |  18 kB     00:00    
12:57:07 #10 46.90 (136/140): rpmlint-2.4.0-3.fc37.noarch.rpm      3.4 MB/s | 330 kB     00:00    
12:57:07 #10 46.92 (137/140): rust-srpm-macros-23-1.fc37.noarch.rp 162 kB/s | 9.4 kB     00:00    
12:57:07 #10 47.00 (138/140): glibc-common-2.36-9.fc37.aarch64.rpm 3.7 MB/s | 361 kB     00:00    
12:57:07 #10 47.00 (139/140): glibc-minimal-langpack-2.36-9.fc37.a 1.1 MB/s |  87 kB     00:00    
12:57:07 #11 46.17 Setting up libhash-fieldhash-perl (0.15-1build2) ...
12:57:07 #11 46.18 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
12:57:07 #11 46.19 Setting up shared-mime-info (1.15-1) ...
12:57:07 #11 34.10 Preparing to unpack .../271-libhash-fieldhash-perl_0.15-1build5_amd64.deb ...
12:57:07 #11 34.10 Unpacking libhash-fieldhash-perl (0.15-1build5) ...
12:57:07 #11 34.13 Selecting previously unselected package libhtml-form-perl.
12:57:07 #11 34.13 Preparing to unpack .../272-libhtml-form-perl_6.07-1_all.deb ...
12:57:07 #11 34.14 Unpacking libhtml-form-perl (6.07-1) ...
12:57:07 #11 34.17 Selecting previously unselected package libhtml-format-perl.
12:57:07 #11 34.17 Preparing to unpack .../273-libhtml-format-perl_2.12-1.1_all.deb ...
12:57:07 #11 34.17 Unpacking libhtml-format-perl (2.12-1.1) ...
12:57:07 #11 34.22 Selecting previously unselected package libhtml-html5-entities-perl.
12:57:07 #11 34.22 Preparing to unpack .../274-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
12:57:07 #11 34.22 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
12:57:07 #11 34.25 Selecting previously unselected package libhttp-daemon-perl.
12:57:07 #11 34.26 Preparing to unpack .../275-libhttp-daemon-perl_6.13-1ubuntu0.1_all.deb ...
12:57:07 #11 34.26 Unpacking libhttp-daemon-perl (6.13-1ubuntu0.1) ...
12:57:07 #11 34.29 Selecting previously unselected package libio-interactive-perl.
12:57:07 #11 34.29 Preparing to unpack .../276-libio-interactive-perl_1.023-1_all.deb ...
12:57:07 #11 34.29 Unpacking libio-interactive-perl (1.023-1) ...
12:57:07 #11 34.32 Selecting previously unselected package libio-prompt-tiny-perl.
12:57:07 #11 34.32 Preparing to unpack .../277-libio-prompt-tiny-perl_0.003-1_all.deb ...
12:57:07 #11 34.33 Unpacking libio-prompt-tiny-perl (0.003-1) ...
12:57:07 #11 34.35 Selecting previously unselected package libtypes-serialiser-perl.
12:57:07 #11 34.36 Preparing to unpack .../278-libtypes-serialiser-perl_1.01-1_all.deb ...
12:57:07 #11 34.36 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:57:07 #11 34.39 Selecting previously unselected package libjson-xs-perl.
12:57:07 #11 34.39 Preparing to unpack .../279-libjson-xs-perl_4.030-1build3_amd64.deb ...
12:57:07 #11 34.39 Unpacking libjson-xs-perl (4.030-1build3) ...
12:57:07 #11 34.42 Selecting previously unselected package libjson-maybexs-perl.
12:57:07 #11 35.80 Preparing to unpack .../191-wdiff_1.2.2-2build1_amd64.deb ...
12:57:07 #11 35.81 Unpacking wdiff (1.2.2-2build1) ...
12:57:07 #11 35.84 Selecting previously unselected package devscripts.
12:57:07 #11 35.84 Preparing to unpack .../192-devscripts_2.20.2ubuntu2_amd64.deb ...
12:57:07 #11 35.86 Unpacking devscripts (2.20.2ubuntu2) ...
12:57:07 #11 35.98 Selecting previously unselected package diffstat.
12:57:07 #11 35.98 Preparing to unpack .../193-diffstat_1.63-1_amd64.deb ...
12:57:07 #11 35.98 Unpacking diffstat (1.63-1) ...
12:57:07 #11 36.02 Selecting previously unselected package python3-chardet.
12:57:07 #11 36.02 Preparing to unpack .../194-python3-chardet_3.0.4-4build1_all.deb ...
12:57:07 #11 36.03 Unpacking python3-chardet (3.0.4-4build1) ...
12:57:07 #11 36.07 Selecting previously unselected package python3-debian.
12:57:07 #12 9.644 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
12:57:07 #12 9.658 Setting up docker-ce-build-deps (1.0) ...
12:57:07 #12 9.669 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:57:07 #12 9.695 Processing triggers for man-db (2.9.4-2) ...
12:57:07 #10 38.17 Preparing to unpack .../171-libcgi-fast-perl_1%3a2.13-1_all.deb ...
12:57:07 #10 38.18 Unpacking libcgi-fast-perl (1:2.13-1) ...
12:57:07 #10 38.21 Selecting previously unselected package libsub-name-perl.
12:57:07 #10 38.21 Preparing to unpack .../172-libsub-name-perl_0.21-1build1_amd64.deb ...
12:57:07 #10 38.21 Unpacking libsub-name-perl (0.21-1build1) ...
12:57:07 #10 38.24 Selecting previously unselected package libclass-accessor-perl.
12:57:07 #10 38.24 Preparing to unpack .../173-libclass-accessor-perl_0.51-1_all.deb ...
12:57:07 #10 38.25 Unpacking libclass-accessor-perl (0.51-1) ...
12:57:07 #10 38.27 Selecting previously unselected package libclass-method-modifiers-perl.
12:57:07 #10 38.27 Preparing to unpack .../174-libclass-method-modifiers-perl_2.12-1_all.deb ...
12:57:07 #10 38.28 Unpacking libclass-method-modifiers-perl (2.12-1) ...
12:57:07 #10 38.31 Selecting previously unselected package libclass-xsaccessor-perl.
12:57:07 #10 38.31 Preparing to unpack .../175-libclass-xsaccessor-perl_1.19-2build8_amd64.deb ...
12:57:07 #10 38.31 Unpacking libclass-xsaccessor-perl (1.19-2build8) ...
12:57:07 #10 38.35 Selecting previously unselected package libclone-perl.
12:57:07 #10 38.35 Preparing to unpack .../176-libclone-perl_0.39-1_amd64.deb ...
12:57:07 #10 38.36 Unpacking libclone-perl (0.39-1) ...
12:57:07 #10 38.38 Selecting previously unselected package libdata-dump-perl.
12:57:07 #10 48.05 Selecting previously unselected package xauth.
12:57:07 #10 48.05 Preparing to unpack .../335-xauth_1%3a1.0.10-1_amd64.deb ...
12:57:07 #10 48.05 Unpacking xauth (1:1.0.10-1) ...
12:57:07 #10 48.10 Selecting previously unselected package xdg-user-dirs.
12:57:07 #10 48.10 Preparing to unpack .../336-xdg-user-dirs_0.17-2_amd64.deb ...
12:57:07 #10 48.11 Unpacking xdg-user-dirs (0.17-2) ...
12:57:07 #10 48.19 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
12:57:07 #10 48.20 Setting up libapt-pkg-perl (0.1.34+b1) ...
12:57:07 #10 48.21 Setting up libksba8:amd64 (1.3.5-2+deb10u2) ...
12:57:07 #10 48.23 Setting up libpipeline1:amd64 (1.5.1-2) ...
12:57:07 #10 48.24 Setting up wdiff (1.2.2-2+b1) ...
12:57:07 #10 48.25 Setting up lsb-base (10.2019051400) ...
12:57:07 #10 48.26 Setting up mysql-common (5.8+1.0.5) ...
12:57:07 #10 48.31 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
12:57:07 #14 30.19   Cleanup          : glibc-common-2.28-211.el8.aarch64                    92/93 
12:57:07 #14 30.22   Cleanup          : libgcc-8.5.0-15.el8.aarch64                          93/93 
12:57:07 #10 45.26 Preparing to unpack .../288-libhtml-form-perl_6.10-1_all.deb ...
12:57:07 #10 45.26 Unpacking libhtml-form-perl (6.10-1) ...
12:57:07 #10 45.29 Selecting previously unselected package libhtml-format-perl.
12:57:07 #10 45.30 Preparing to unpack .../289-libhtml-format-perl_2.16-2_all.deb ...
12:57:07 #10 45.30 Unpacking libhtml-format-perl (2.16-2) ...
12:57:07 #10 45.33 Selecting previously unselected package libhtml-html5-entities-perl.
12:57:07 #10 45.33 Preparing to unpack .../290-libhtml-html5-entities-perl_0.004-3_all.deb ...
12:57:07 #10 45.34 Unpacking libhtml-html5-entities-perl (0.004-3) ...
12:57:07 #10 45.37 Selecting previously unselected package libhtml-tokeparser-simple-perl.
12:57:07 #10 45.37 Preparing to unpack .../291-libhtml-tokeparser-simple-perl_3.16-4_all.deb ...
12:57:07 #10 45.37 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ...
12:57:07 #10 45.41 Selecting previously unselected package libhttp-daemon-perl.
12:57:07 #10 45.41 Preparing to unpack .../292-libhttp-daemon-perl_6.14-2_all.deb ...
12:57:07 #10 45.41 Unpacking libhttp-daemon-perl (6.14-2) ...
12:57:07 #10 45.45 Selecting previously unselected package libio-interactive-perl.
12:57:07 #10 45.45 Preparing to unpack .../293-libio-interactive-perl_1.023-2_all.deb ...
12:57:07 #10 45.45 Unpacking libio-interactive-perl (1.023-2) ...
12:57:07 #10 45.49 Selecting previously unselected package libio-sessiondata-perl.
12:57:07 #10 27.47 Unpacking libdpkg-perl (1.21.19) ...
12:57:07 #10 27.58 Selecting previously unselected package patch.
12:57:07 #10 27.58 Preparing to unpack .../061-patch_2.7.6-7_armhf.deb ...
12:57:07 #10 27.58 Unpacking patch (2.7.6-7) ...
12:57:07 #10 27.64 Selecting previously unselected package dpkg-dev.
12:57:07 #10 27.64 Preparing to unpack .../062-dpkg-dev_1.21.19_all.deb ...
12:57:07 #10 27.65 Unpacking dpkg-dev (1.21.19) ...
12:57:07 #12 33.59   Verifying        : rpm-libs-4.14.3-23.el8.x86_64                        91/91 
12:57:07 #12 33.84 
12:57:07 #12 33.84 Upgraded:
12:57:07 #12 33.84   python3-dnf-plugins-core-4.0.21-18.el8.noarch                                 
12:57:07 #12 33.84   python3-rpm-4.14.3-26.el8.x86_64                                              
12:57:07 #12 33.84   rpm-4.14.3-26.el8.x86_64                                                      
12:57:07 #12 33.84   rpm-build-libs-4.14.3-26.el8.x86_64                                           
12:57:07 #12 33.84   rpm-libs-4.14.3-26.el8.x86_64                                                 
12:57:07 #12 33.84 Downgraded:
12:57:07 #12 33.84   xz-libs-5.2.4-4.el8.x86_64                                                    
12:57:07 #12 33.84 Installed:
12:57:07 #12 33.84   binutils-2.30-119.el8.x86_64                                                  
12:57:07 #12 33.84   bzip2-1.0.6-26.el8.x86_64                                                     
12:57:07 #12 33.84   cpio-2.12-11.el8.x86_64                                                       
12:57:07 #12 33.84   desktop-file-utils-0.26-1.el8.x86_64                                          
12:57:07 #12 33.84   diffutils-3.6-6.el8.x86_64                                                    
12:57:07 #12 33.84   dnf-plugins-core-4.0.21-18.el8.noarch                                         
12:57:07 #12 33.84   dwz-0.12-10.el8.x86_64                                                        
12:57:07 #12 33.84   efi-srpm-macros-3-3.el8.noarch                                                
12:57:07 #12 33.84   elfutils-0.187-4.el8.x86_64                                                   
12:57:07 #12 33.84   elfutils-debuginfod-client-0.187-4.el8.x86_64                                 
12:57:07 #12 33.84   emacs-filesystem-1:26.1-9.el8.noarch                                          
12:57:07 #12 33.84   file-5.33-21.el8.x86_64                                                       
12:57:07 #12 33.84   gc-7.6.4-3.el8.x86_64                                                         
12:57:07 #12 33.84   gdb-headless-8.2-19.el8.x86_64                                                
12:57:07 #12 33.84   ghc-srpm-macros-1.4.2-7.el8.noarch                                            
12:57:07 #12 33.84   glibc-gconv-extra-2.28-211.el8.x86_64                                         
12:57:07 #12 33.84   go-srpm-macros-2-17.el8.noarch                                                
12:57:07 #12 33.84   groff-base-1.22.3-18.el8.x86_64                                               
12:57:07 #12 33.84   guile-5:2.0.14-7.el8.x86_64                                                   
12:57:07 #12 33.84   libatomic_ops-7.6.2-3.el8.x86_64                                              
12:57:07 #12 33.84   libbabeltrace-1.5.4-4.el8.x86_64                                              
12:57:07 #12 33.84   libipt-1.6.1-8.el8.x86_64                                                     
12:57:07 #12 33.84   libpkgconf-1.4.2-1.el8.x86_64                                                 
12:57:07 #12 33.84   libtool-ltdl-2.4.6-25.el8.x86_64                                              
12:57:07 #12 33.84   ncurses-6.1-9.20180224.el8.x86_64                                             
12:57:07 #12 33.84   ocaml-srpm-macros-5-4.el8.noarch                                              
12:57:07 #12 33.84   openblas-srpm-macros-2-2.el8.noarch                                           
12:57:07 #12 33.84   patch-2.7.6-11.el8.x86_64                                                     
12:57:07 #12 33.84   perl-Carp-1.42-396.el8.noarch                                                 
12:57:07 #12 33.84   perl-Encode-4:2.97-3.el8.x86_64                                               
12:57:07 #12 33.84   perl-Errno-1.28-422.el8.x86_64                                                
12:57:07 #12 33.84   perl-Exporter-5.72-396.el8.noarch                                             
12:57:07 #12 33.84   perl-File-Path-2.15-2.el8.noarch                                              
12:57:07 #12 33.84   perl-File-Temp-0.230.600-1.el8.noarch                                         
12:57:07 #12 33.84   perl-Getopt-Long-1:2.50-4.el8.noarch                                          
12:57:07 #12 33.84   perl-HTTP-Tiny-0.074-1.el8.noarch                                             
12:57:07 #12 33.84   perl-IO-1.38-422.el8.x86_64                                                   
12:57:07 #12 33.84   perl-IO-Socket-IP-0.39-5.el8.noarch                                           
12:57:07 #12 33.84   perl-MIME-Base64-3.15-396.el8.x86_64                                          
12:57:07 #12 33.84   perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch                 
12:57:07 #12 33.84   perl-PathTools-3.74-1.el8.x86_64                                              
12:57:07 #12 33.84   perl-Pod-Escapes-1:1.07-395.el8.noarch                                        
12:57:07 #12 33.84   perl-Pod-Perldoc-3.28-396.el8.noarch                                          
12:57:07 #12 33.84   perl-Pod-Simple-1:3.35-395.el8.noarch                                         
12:57:07 #12 33.84   perl-Pod-Usage-4:1.69-395.el8.noarch                                          
12:57:07 #12 33.84   perl-Scalar-List-Utils-3:1.49-2.el8.x86_64                                    
12:57:07 #12 33.84   perl-Socket-4:2.027-3.el8.x86_64                                              
12:57:07 #12 33.84   perl-Storable-1:3.11-3.el8.x86_64                                             
12:57:07 #12 33.84   perl-Term-ANSIColor-4.06-396.el8.noarch                                       
12:57:07 #12 33.84   perl-Term-Cap-1.17-395.el8.noarch                                             
12:57:07 #12 33.84   perl-Text-ParseWords-3.30-395.el8.noarch                                      
12:57:07 #12 33.84   perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch                                  
12:57:07 #12 33.84   perl-Time-Local-1:1.280-1.el8.noarch                                          
12:57:07 #12 33.84   perl-Unicode-Normalize-1.25-396.el8.x86_64                                    
12:57:07 #12 33.84   perl-constant-1.33-396.el8.noarch                                             
12:57:07 #12 33.84   perl-interpreter-4:5.26.3-422.el8.x86_64                                      
12:57:07 #12 33.84   perl-libs-4:5.26.3-422.el8.x86_64                                             
12:57:07 #12 33.84   perl-macros-4:5.26.3-422.el8.x86_64                                           
12:57:07 #12 33.84   perl-parent-1:0.237-1.el8.noarch                                              
12:57:07 #12 33.84   perl-podlators-4.11-1.el8.noarch                                              
12:57:07 #12 33.84   perl-srpm-macros-1-25.el8.noarch                                              
12:57:07 #12 33.84   perl-threads-1:2.21-2.el8.x86_64                                              
12:57:07 #12 33.84   perl-threads-shared-1.58-2.el8.x86_64                                         
12:57:07 #12 33.84   pkgconf-1.4.2-1.el8.x86_64                                                    
12:57:07 #12 33.84   pkgconf-m4-1.4.2-1.el8.noarch                                                 
12:57:07 #12 33.84   pkgconf-pkg-config-1.4.2-1.el8.x86_64                                         
12:57:07 #12 33.84   python-rpm-macros-3-44.el8.noarch                                             
12:57:07 #12 33.84   python-srpm-macros-3-44.el8.noarch                                            
12:57:07 #12 33.84   python3-rpm-macros-3-44.el8.noarch                                            
12:57:07 #12 33.84   python3-systemd-234-8.el8.x86_64                                              
12:57:07 #12 33.84   qt5-srpm-macros-5.15.3-1.el8.noarch                                           
12:57:07 #12 33.84   redhat-rpm-config-130-1.el8.noarch                                            
12:57:07 #12 33.84   rpm-build-4.14.3-26.el8.x86_64                                                
12:57:07 #12 33.84   rpmlint-1.10-14.el8.noarch                                                    
12:57:07 #12 33.84   rust-srpm-macros-5-2.el8.noarch                                               
12:57:07 #12 33.84   unzip-6.0-46.el8.x86_64                                                       
12:57:07 #12 33.84   xz-5.2.4-4.el8.x86_64                                                         
12:57:07 #12 33.84   zip-3.0-23.el8.x86_64                                                         
12:57:07 #12 33.84   zstd-1.4.4-1.el8.x86_64                                                       
12:57:07 #12 33.84 
12:57:07 #12 33.84 Complete!
12:57:08 #12 5.809 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblzo2-2 arm64 2.08-1.2 [42.2 kB]
12:57:08 #12 5.812 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libarchive13 arm64 3.2.2-3.1ubuntu0.7 [244 kB]
12:57:08 #12 5.827 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libjsoncpp1 arm64 1.7.4-3 [69.2 kB]
12:57:08 #12 5.830 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librhash0 arm64 1.3.6-2 [71.8 kB]
12:57:08 #12 5.835 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libuv1 arm64 1.18.0-3 [53.7 kB]
12:57:08 #12 5.838 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cmake arm64 3.10.2-1ubuntu2.18.04.2 [2973 kB]
12:57:08 #12 5.976 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 dh-apparmor all 2.12-4ubuntu5.1 [11.2 kB]
12:57:08 #12 5.977 Get:10 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]
12:57:08 #12 5.979 Get:11 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]
12:57:08 #12 5.980 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libudev-dev arm64 237-3ubuntu10.56 [19.1 kB]
12:57:08 #12 5.981 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsepol1-dev arm64 2.7-1ubuntu0.1 [294 kB]
12:57:08 #12 5.995 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcre16-3 arm64 2:8.39-9ubuntu0.1 [121 kB]
12:57:08 #12 6.002 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcre32-3 arm64 2:8.39-9ubuntu0.1 [113 kB]
12:57:08 #12 6.008 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcrecpp0v5 arm64 2:8.39-9ubuntu0.1 [15.1 kB]
12:57:08 #12 6.008 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcre3-dev arm64 2:8.39-9ubuntu0.1 [458 kB]
12:57:08 #12 6.050 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libselinux1-dev arm64 2.7-2build2 [143 kB]
12:57:08 #10 23.35 Selecting previously unselected package mime-support.
12:57:08 #10 23.35 Preparing to unpack .../1-mime-support_3.62_all.deb ...
12:57:08 #10 23.36 Unpacking mime-support (3.62) ...
12:57:08 #10 23.41 Selecting previously unselected package libmpdec2:armhf.
12:57:08 #10 23.41 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
12:57:08 #10 23.41 Unpacking libmpdec2:armhf (2.4.2-2) ...
12:57:08 #10 23.47 Selecting previously unselected package libpython3.7-stdlib:armhf.
12:57:08 #10 23.47 Preparing to unpack .../3-libpython3.7-stdlib_3.7.3-2+deb10u4_armhf.deb ...
12:57:08 #10 23.47 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
12:57:08 #11 43.81 Setting up xauth (1:1.1-1build2) ...
12:57:08 #11 43.82 Setting up libpath-tiny-perl (0.122-1) ...
12:57:08 #11 43.83 Setting up libarchive-cpio-perl (0.10-1.1) ...
12:57:08 #11 43.84 Setting up libjson-perl (4.04000-1) ...
12:57:08 #11 43.85 Setting up libipc-run3-perl (0.048-2) ...
12:57:08 #11 43.87 Setting up libsub-override-perl (0.09-2) ...
12:57:08 #11 43.88 Setting up libaliased-perl (0.34-1.1) ...
12:57:08 #11 43.89 Setting up python3-unidiff (0.5.5-2) ...
12:57:08 #11 44.02 Setting up libstrictures-perl (2.000006-1) ...
12:57:08 #11 44.03 Setting up libsub-quote-perl (2.006006-1) ...
12:57:08 #11 44.04 Setting up libdevel-stacktrace-perl (2.0400-1) ...
12:57:08 #11 44.05 Setting up libclass-xsaccessor-perl (1.19-3build9) ...
12:57:08 #10 47.92 Setting up binutils-common:amd64 (2.35.2-2) ...
12:57:08 #10 47.93 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
12:57:08 #10 47.94 Setting up libmagic1:amd64 (1:5.39-3) ...
12:57:08 #10 47.96 Setting up libdeflate0:amd64 (1.7-1) ...
12:57:08 #10 47.97 Setting up less (551-2) ...
12:57:08 #10 47.98 Setting up perl-openssl-defaults:amd64 (5) ...
12:57:08 #10 47.99 Setting up linux-libc-dev:amd64 (5.10.162-1) ...
12:57:08 #10 48.01 Setting up libctf-nobfd0:amd64 (2.35.2-2) ...
12:57:08 #10 48.01 Setting up gettext-base (0.21-4) ...
12:57:08 #10 48.03 Setting up liblzo2-2:amd64 (2.10-2) ...
12:57:08 #10 48.04 Setting up libnpth0:amd64 (1.6-3) ...
12:57:08 #10 48.05 Setting up file (1:5.39-3) ...
12:57:08 #10 48.06 Setting up libossp-uuid16:amd64 (1.6.2-1.5+b9) ...
12:57:08 #10 48.07 Setting up libassuan0:amd64 (2.5.3-7.1) ...
12:57:08 #10 48.08 Setting up libgomp1:amd64 (10.2.1-6) ...
12:57:08 #10 48.10 Setting up bzip2 (1.0.8-4) ...
12:57:08 #10 48.11 Setting up libldap-common (2.4.57+dfsg-3+deb11u1) ...
12:57:08 #10 48.13 Setting up libunwind8:amd64 (1.3.2-2) ...
12:57:08 #10 48.14 Setting up pbzip2 (1.1.13-1) ...
12:57:08 #10 48.15 Setting up libjbig0:amd64 (2.1-3.1+b2) ...
12:57:08 #10 48.16 Setting up libfakeroot:amd64 (1.25.3-1.1) ...
12:57:08 #10 48.17 Setting up libasan6:amd64 (10.2.1-6) ...
12:57:08 #10 48.19 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
12:57:08 #10 48.20 Setting up fakeroot (1.25.3-1.1) ...
12:57:08 #10 48.21 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:57:08 #10 48.22 Setting up autotools-dev (20180224.1+nmu1) ...
12:57:08 #10 47.06 (140/140): glibc-2.36-9.fc37.aarch64.rpm        9.1 MB/s | 1.8 MB     00:00    
12:57:08 #10 47.07 --------------------------------------------------------------------------------
12:57:08 #10 47.07 Total                                           4.4 MB/s |  31 MB     00:07     
12:57:08 #10 16.61 Selecting previously unselected package python3.
12:57:08 #11 34.42 Preparing to unpack .../280-libjson-maybexs-perl_1.004003-1_all.deb ...
12:57:08 #11 34.43 Unpacking libjson-maybexs-perl (1.004003-1) ...
12:57:08 #11 34.46 Selecting previously unselected package libldap-common.
12:57:08 #11 34.46 Preparing to unpack .../281-libldap-common_2.5.13+dfsg-0ubuntu0.22.04.1_all.deb ...
12:57:08 #11 34.47 Unpacking libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:57:08 #11 34.50 Selecting previously unselected package liblist-compare-perl.
12:57:08 #11 34.50 Preparing to unpack .../282-liblist-compare-perl_0.55-1_all.deb ...
12:57:08 #11 34.51 Unpacking liblist-compare-perl (0.55-1) ...
12:57:08 #11 34.55 Selecting previously unselected package liblist-someutils-perl.
12:57:08 #11 34.55 Preparing to unpack .../283-liblist-someutils-perl_0.58-1_all.deb ...
12:57:08 #11 34.55 Unpacking liblist-someutils-perl (0.58-1) ...
12:57:08 #11 34.58 Selecting previously unselected package liblist-someutils-xs-perl.
12:57:08 #11 34.58 Preparing to unpack .../284-liblist-someutils-xs-perl_0.58-2build3_amd64.deb ...
12:57:08 #11 34.59 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
12:57:08 #11 34.62 Selecting previously unselected package liblist-utilsby-perl.
12:57:08 #11 34.62 Preparing to unpack .../285-liblist-utilsby-perl_0.11-1_all.deb ...
12:57:08 #11 34.63 Unpacking liblist-utilsby-perl (0.11-1) ...
12:57:08 #11 34.68 Selecting previously unselected package libltdl7:amd64.
12:57:08 #11 36.07 Preparing to unpack .../195-python3-debian_0.1.36ubuntu1_all.deb ...
12:57:08 #11 36.07 Unpacking python3-debian (0.1.36ubuntu1) ...
12:57:08 #11 36.11 Selecting previously unselected package libgpgme11:amd64.
12:57:08 #11 36.11 Preparing to unpack .../196-libgpgme11_1.13.1-7ubuntu2_amd64.deb ...
12:57:08 #11 36.12 Unpacking libgpgme11:amd64 (1.13.1-7ubuntu2) ...
12:57:08 #11 36.15 Selecting previously unselected package python3-gpg.
12:57:08 #11 36.15 Preparing to unpack .../197-python3-gpg_1.13.1-7ubuntu2_amd64.deb ...
12:57:08 #11 36.16 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
12:57:08 #11 36.22 Selecting previously unselected package dput.
12:57:08 #11 36.22 Preparing to unpack .../198-dput_1.0.3ubuntu1_all.deb ...
12:57:08 #11 36.23 Unpacking dput (1.0.3ubuntu1) ...
12:57:08 #11 36.26 Selecting previously unselected package libcurl3-gnutls:amd64.
12:57:08 #11 36.26 Preparing to unpack .../199-libcurl3-gnutls_7.68.0-1ubuntu2.15_amd64.deb ...
12:57:08 #11 36.27 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.15) ...
12:57:08 #11 36.31 Selecting previously unselected package liberror-perl.
12:57:08 #11 36.31 Preparing to unpack .../200-liberror-perl_0.17029-1_all.deb ...
12:57:08 #11 36.31 Unpacking liberror-perl (0.17029-1) ...
12:57:08 #11 36.34 Selecting previously unselected package git-man.
12:57:08 #11 36.34 Preparing to unpack .../201-git-man_1%3a2.25.1-1ubuntu3.8_all.deb ...
12:57:08 #11 36.34 Unpacking git-man (1:2.25.1-1ubuntu3.8) ...
12:57:08 #11 36.45 Selecting previously unselected package git.
12:57:08 #10 38.39 Preparing to unpack .../177-libdata-dump-perl_1.23-1_all.deb ...
12:57:08 #10 38.39 Unpacking libdata-dump-perl (1.23-1) ...
12:57:08 #10 38.42 Selecting previously unselected package libparams-util-perl.
12:57:08 #10 38.42 Preparing to unpack .../178-libparams-util-perl_1.07-3build3_amd64.deb ...
12:57:08 #10 38.43 Unpacking libparams-util-perl (1.07-3build3) ...
12:57:08 #10 38.45 Selecting previously unselected package libsub-install-perl.
12:57:08 #10 38.46 Preparing to unpack .../179-libsub-install-perl_0.928-1_all.deb ...
12:57:08 #10 38.46 Unpacking libsub-install-perl (0.928-1) ...
12:57:08 #10 38.48 Selecting previously unselected package libdata-optlist-perl.
12:57:08 #10 38.49 Preparing to unpack .../180-libdata-optlist-perl_0.110-1_all.deb ...
12:57:08 #10 38.49 Unpacking libdata-optlist-perl (0.110-1) ...
12:57:08 #10 38.55 Selecting previously unselected package libdevel-globaldestruction-perl.
12:57:08 #10 38.55 Preparing to unpack .../181-libdevel-globaldestruction-perl_0.14-1_all.deb ...
12:57:08 #10 38.57 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
12:57:08 #10 38.59 Selecting previously unselected package libdigest-hmac-perl.
12:57:08 #10 48.34 Setting up libxau6:amd64 (1:1.0.8-1+b2) ...
12:57:08 #10 48.35 Setting up libkeyutils1:amd64 (1.6-6) ...
12:57:08 #10 48.36 Setting up libpsl5:amd64 (0.20.2-2) ...
12:57:08 #10 48.38 Setting up libgpm2:amd64 (1.20.7-5) ...
12:57:08 #10 48.40 Setting up mime-support (3.62) ...
12:57:08 #10 48.43 Setting up xdg-user-dirs (0.17-2) ...
12:57:08 #10 48.46 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
12:57:08 #10 48.48 Setting up psmisc (23.2-1+deb10u1) ...
12:57:08 #10 48.49 Setting up libgc1c2:amd64 (1:7.6.4-0.4) ...
12:57:08 #10 48.50 Setting up libyaml-0-2:amd64 (0.2.1-1) ...
12:57:08 #10 48.51 Setting up libglib2.0-0:amd64 (2.58.3-2+deb10u4) ...
12:57:08 #10 48.52 No schema files found: doing nothing.
12:57:08 #10 48.53 Setting up distro-info-data (0.41+deb10u6) ...
12:57:08 #10 48.55 Setting up manpages (4.16-2) ...
12:57:08 #10 48.56 Setting up unzip (6.0-23+deb10u3) ...
12:57:08 #10 48.60 Setting up libsqlite3-0:amd64 (3.27.2-3+deb10u2) ...
12:57:08 #10 48.62 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:57:08 #10 48.64 Setting up binutils-common:amd64 (2.31.1-16) ...
12:57:08 #10 48.65 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
12:57:08 #10 45.49 Preparing to unpack .../294-libio-sessiondata-perl_1.03-3_all.deb ...
12:57:08 #10 45.49 Unpacking libio-sessiondata-perl (1.03-3) ...
12:57:08 #10 45.52 Selecting previously unselected package libio-stringy-perl.
12:57:08 #10 45.53 Preparing to unpack .../295-libio-stringy-perl_2.111-3_all.deb ...
12:57:08 #10 45.53 Unpacking libio-stringy-perl (2.111-3) ...
12:57:08 #10 45.57 Selecting previously unselected package libipc-run3-perl.
12:57:08 #10 45.57 Preparing to unpack .../296-libipc-run3-perl_0.048-3_all.deb ...
12:57:08 #10 45.58 Unpacking libipc-run3-perl (0.048-3) ...
12:57:08 #10 45.61 Selecting previously unselected package libtypes-serialiser-perl.
12:57:08 #10 45.61 Preparing to unpack .../297-libtypes-serialiser-perl_1.01-1_all.deb ...
12:57:08 #10 45.62 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:57:08 #10 45.65 Selecting previously unselected package libjson-xs-perl.
12:57:08 #10 45.65 Preparing to unpack .../298-libjson-xs-perl_4.030-2+b1_amd64.deb ...
12:57:08 #10 45.65 Unpacking libjson-xs-perl (4.030-2+b1) ...
12:57:08 #10 45.69 Selecting previously unselected package libjson-maybexs-perl.
12:57:08 #10 45.69 Preparing to unpack .../299-libjson-maybexs-perl_1.004004-1_all.deb ...
12:57:08 #10 45.70 Unpacking libjson-maybexs-perl (1.004004-1) ...
12:57:08 #10 45.73 Selecting previously unselected package libldap-common.
12:57:08 #14 30.22   Running scriptlet: libgcc-8.5.0-15.el8.aarch64                          93/93 
12:57:08 #14 30.35   Running scriptlet: glibc-common-2.28-224.el8.aarch64                    93/93 
12:57:08 #14 30.44   Running scriptlet: systemd-239-70.el8.aarch64                           93/93 
12:57:08 #14 30.59   Verifying        : pcre2-10.32-3.el8.aarch64                             1/93 
12:57:08 #14 30.59   Verifying        : pcre2-10.32-3.el8_6.aarch64                           2/93 
12:57:08 #14 30.59   Verifying        : annobin-10.94-1.el8.aarch64                           3/93 
12:57:08 #14 30.59   Verifying        : autoconf-2.69-29.el8.noarch                           4/93 
12:57:08 #14 30.59   Verifying        : automake-1.16.1-7.el8.noarch                          5/93 
12:57:08 #14 30.59   Verifying        : cmake-3.20.2-4.el8.aarch64                            6/93 
12:57:08 #14 30.59   Verifying        : cmake-data-3.20.2-4.el8.noarch                        7/93 
12:57:08 #14 30.59   Verifying        : cmake-filesystem-3.20.2-4.el8.aarch64                 8/93 
12:57:08 #14 30.59   Verifying        : cmake-rpm-macros-3.20.2-4.el8.noarch                  9/93 
12:57:08 #14 30.59   Verifying        : cpp-8.5.0-18.el8.aarch64                             10/93 
12:57:08 #14 30.59   Verifying        : gcc-8.5.0-18.el8.aarch64                             11/93 
12:57:08 #14 30.59   Verifying        : gcc-plugin-annobin-8.5.0-18.el8.aarch64              12/93 
12:57:08 #14 30.59   Verifying        : git-2.39.0-1.el8.aarch64                             13/93 
12:57:08 #14 30.59   Verifying        : git-core-2.39.0-1.el8.aarch64                        14/93 
12:57:08 #14 30.59   Verifying        : git-core-doc-2.39.0-1.el8.noarch                     15/93 
12:57:08 #14 30.59   Verifying        : isl-0.16.1-6.el8.aarch64                             16/93 
12:57:08 #14 30.59   Verifying        : libmpc-1.1.0-9.1.el8.aarch64                         17/93 
12:57:08 #14 30.59   Verifying        : libseccomp-devel-2.5.2-1.el8.aarch64                 18/93 
12:57:08 #14 30.59   Verifying        : libtool-2.4.6-25.el8.aarch64                         19/93 
12:57:08 #14 30.59   Verifying        : libtool-ltdl-devel-2.4.6-25.el8.aarch64              20/93 
12:57:08 #14 30.59   Verifying        : libuv-1:1.41.1-1.el8_4.aarch64                       21/93 
12:57:08 #14 30.59   Verifying        : libxkbcommon-0.9.1-1.el8.aarch64                     22/93 
12:57:08 #14 30.59   Verifying        : perl-Error-1:0.17025-2.el8.noarch                    23/93 
12:57:08 #14 30.59   Verifying        : perl-Git-2.39.0-1.el8.noarch                         24/93 
12:57:08 #14 30.59   Verifying        : perl-TermReadKey-2.37-7.el8.aarch64                  25/93 
12:57:08 #14 30.59   Verifying        : perl-Thread-Queue-3.13-1.el8.noarch                  26/93 
12:57:08 #14 30.59   Verifying        : vim-filesystem-2:8.0.1763-19.el8.4.noarch            27/93 
12:57:08 #14 30.59   Verifying        : xkeyboard-config-2.28-1.el8.noarch                   28/93 
12:57:08 #14 30.59   Verifying        : checkpolicy-2.9-1.el8.aarch64                        29/93 
12:57:08 #14 30.59   Verifying        : glibc-devel-2.28-224.el8.aarch64                     30/93 
12:57:08 #14 30.59   Verifying        : glibc-headers-2.28-224.el8.aarch64                   31/93 
12:57:08 #14 30.59   Verifying        : glibc-langpack-en-2.28-224.el8.aarch64               32/93 
12:57:08 #14 30.59   Verifying        : kernel-headers-4.18.0-448.el8.aarch64                33/93 
12:57:08 #14 30.59   Verifying        : less-530-1.el8.aarch64                               34/93 
12:57:08 #14 30.59   Verifying        : libasan-8.5.0-18.el8.aarch64                         35/93 
12:57:08 #14 30.59   Verifying        : libatomic-8.5.0-18.el8.aarch64                       36/93 
12:57:08 #14 30.59   Verifying        : libedit-3.1-23.20170329cvs.el8.aarch64               37/93 
12:57:08 #14 30.59   Verifying        : libgomp-8.5.0-18.el8.aarch64                         38/93 
12:57:08 #14 30.59   Verifying        : libselinux-devel-2.9-8.el8.aarch64                   39/93 
12:57:08 #14 30.59   Verifying        : libselinux-utils-2.9-8.el8.aarch64                   40/93 
12:57:08 #14 30.59   Verifying        : libsepol-devel-2.9-3.el8.aarch64                     41/93 
12:57:08 #14 30.59   Verifying        : libubsan-8.5.0-18.el8.aarch64                        42/93 
12:57:08 #14 30.59   Verifying        : libxcrypt-devel-4.1.1-6.el8.aarch64                  43/93 
12:57:08 #14 30.59   Verifying        : m4-1.4.18-7.el8.aarch64                              44/93 
12:57:08 #14 30.59   Verifying        : make-1:4.2.1-11.el8.aarch64                          45/93 
12:57:08 #14 30.59   Verifying        : openssh-8.0p1-17.el8.aarch64                         46/93 
12:57:08 #14 30.59   Verifying        : openssh-clients-8.0p1-17.el8.aarch64                 47/93 
12:57:08 #14 30.59   Verifying        : pcre2-devel-10.32-3.el8.aarch64                      48/93 
12:57:08 #14 30.59   Verifying        : pcre2-utf16-10.32-3.el8.aarch64                      49/93 
12:57:08 #14 30.59   Verifying        : pcre2-utf32-10.32-3.el8.aarch64                      50/93 
12:57:08 #14 30.59   Verifying        : perl-Data-Dumper-2.167-399.el8.aarch64               51/93 
12:57:08 #14 30.59   Verifying        : policycoreutils-2.9-21.1.el8.aarch64                 52/93 
12:57:08 #14 30.59   Verifying        : policycoreutils-devel-2.9-21.1.el8.aarch64           53/93 
12:57:08 #14 30.59   Verifying        : policycoreutils-python-utils-2.9-21.1.el8.noarch     54/93 
12:57:08 #14 30.59   Verifying        : python3-audit-3.0.7-4.el8.aarch64                    55/93 
12:57:08 #14 30.59   Verifying        : python3-libselinux-2.9-8.el8.aarch64                 56/93 
12:57:08 #14 30.59   Verifying        : python3-libsemanage-2.9-9.el8.aarch64                57/93 
12:57:08 #14 30.59   Verifying        : python3-policycoreutils-2.9-21.1.el8.noarch          58/93 
12:57:08 #14 30.59   Verifying        : python3-setools-4.3.0-3.el8.aarch64                  59/93 
12:57:08 #14 30.59   Verifying        : rpm-plugin-selinux-4.14.3-26.el8.aarch64             60/93 
12:57:08 #14 30.59   Verifying        : selinux-policy-3.14.3-114.el8.noarch                 61/93 
12:57:08 #14 30.59   Verifying        : selinux-policy-devel-3.14.3-114.el8.noarch           62/93 
12:57:08 #14 30.59   Verifying        : selinux-policy-minimum-3.14.3-114.el8.noarch         63/93 
12:57:08 #14 30.59   Verifying        : systemd-devel-239-70.el8.aarch64                     64/93 
12:57:08 #14 30.59   Verifying        : device-mapper-devel-8:1.02.181-9.el8.aarch64         65/93 
12:57:08 #14 30.60   Verifying        : glibc-static-2.28-224.el8.aarch64                    66/93 
12:57:08 #14 30.60   Verifying        : libxcrypt-static-4.1.1-6.el8.aarch64                 67/93 
12:57:08 #14 30.60   Verifying        : device-mapper-8:1.02.181-9.el8.aarch64               68/93 
12:57:08 #14 30.60   Verifying        : device-mapper-8:1.02.181-6.el8.aarch64               69/93 
12:57:08 #14 30.60   Verifying        : device-mapper-libs-8:1.02.181-9.el8.aarch64          70/93 
12:57:08 #14 30.60   Verifying        : device-mapper-libs-8:1.02.181-6.el8.aarch64          71/93 
12:57:08 #14 30.60   Verifying        : glibc-2.28-224.el8.aarch64                           72/93 
12:57:08 #14 30.60   Verifying        : glibc-2.28-211.el8.aarch64                           73/93 
12:57:08 #14 30.60   Verifying        : glibc-common-2.28-224.el8.aarch64                    74/93 
12:57:08 #14 30.60   Verifying        : glibc-common-2.28-211.el8.aarch64                    75/93 
12:57:08 #14 30.60   Verifying        : glibc-gconv-extra-2.28-224.el8.aarch64               76/93 
12:57:08 #14 30.60   Verifying        : glibc-gconv-extra-2.28-211.el8.aarch64               77/93 
12:57:08 #14 30.60   Verifying        : glibc-minimal-langpack-2.28-224.el8.aarch64          78/93 
12:57:08 #14 30.60   Verifying        : glibc-minimal-langpack-2.28-211.el8.aarch64          79/93 
12:57:08 #14 30.60   Verifying        : libarchive-3.3.3-5.el8.aarch64                       80/93 
12:57:08 #14 30.60   Verifying        : libarchive-3.3.3-4.el8.aarch64                       81/93 
12:57:08 #14 30.60   Verifying        : libgcc-8.5.0-18.el8.aarch64                          82/93 
12:57:08 #14 30.60   Verifying        : libgcc-8.5.0-15.el8.aarch64                          83/93 
12:57:08 #14 30.60   Verifying        : libselinux-2.9-8.el8.aarch64                         84/93 
12:57:08 #14 30.60   Verifying        : libselinux-2.9-6.el8.aarch64                         85/93 
12:57:08 #14 30.60   Verifying        : systemd-239-70.el8.aarch64                           86/93 
12:57:08 #14 30.60   Verifying        : systemd-239-67.el8.aarch64                           87/93 
12:57:08 #14 30.60   Verifying        : systemd-libs-239-70.el8.aarch64                      88/93 
12:57:08 #14 30.60   Verifying        : systemd-libs-239-67.el8.aarch64                      89/93 
12:57:08 #14 30.60   Verifying        : systemd-pam-239-70.el8.aarch64                       90/93 
12:57:08 #14 30.60   Verifying        : systemd-pam-239-67.el8.aarch64                       91/93 
12:57:08 #14 30.60   Verifying        : tar-2:1.30-8.el8.aarch64                             92/93 
12:57:08 #11 46.13 Setting up libgssapi-krb5-2:amd64 (1.20-1ubuntu0.1) ...
12:57:08 #11 46.20 Setting up libsystemd-shared:amd64 (251.4-1ubuntu7) ...
12:57:08 #11 46.21 Setting up libgdbm-compat4:amd64 (1.23-1) ...
12:57:08 #11 46.22 Setting up gir1.2-glib-2.0:amd64 (1.74.0-2) ...
12:57:08 #11 46.23 Setting up libssh-4:amd64 (0.9.6-2build1) ...
12:57:08 #11 46.24 Setting up dwz (0.14-1build2) ...
12:57:08 #11 46.25 Setting up groff-base (1.22.4-8build1) ...
12:57:08 #11 46.27 Setting up cpp (4:12.2.0-1ubuntu1) ...
12:57:08 #11 46.28 Setting up gpgconf (2.2.35-3ubuntu1) ...
12:57:08 #11 46.29 Setting up debugedit (1:5.0-5) ...
12:57:08 #11 46.30 Setting up libcurl4:amd64 (7.85.0-1ubuntu0.2) ...
12:57:08 #11 46.31 Setting up libx11-6:amd64 (2:1.8.1-2) ...
12:57:08 #11 46.32 Setting up libcryptsetup12:amd64 (2:2.5.0-2ubuntu1) ...
12:57:08 #11 46.33 Setting up libtiff5:amd64 (4.4.0-4ubuntu3.2) ...
12:57:08 #11 46.34 Setting up curl (7.85.0-1ubuntu0.2) ...
12:57:08 #11 46.35 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
12:57:08 #11 46.36 Setting up gpg (2.2.35-3ubuntu1) ...
12:57:08 #11 46.37 Setting up gnupg-utils (2.2.35-3ubuntu1) ...
12:57:08 #11 46.38 Setting up binutils-x86-64-linux-gnu (2.39-3ubuntu1.1) ...
12:57:08 #11 46.39 Setting up libtirpc3:amd64 (1.3.3+ds-1) ...
12:57:08 #11 46.40 Setting up libperl5.34:amd64 (5.34.0-5ubuntu1.1) ...
12:57:08 #11 46.41 Setting up gpg-agent (2.2.35-3ubuntu1) ...
12:57:08 #11 46.54 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
12:57:08 #11 46.66 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
12:57:08 #10 27.82 Selecting previously unselected package build-essential.
12:57:08 #10 27.82 Preparing to unpack .../063-build-essential_12.9_armhf.deb ...
12:57:08 #10 27.82 Unpacking build-essential (12.9) ...
12:57:08 #10 27.87 Selecting previously unselected package libbrotli1:armhf.
12:57:08 #10 27.87 Preparing to unpack .../064-libbrotli1_1.0.9-2+b6_armhf.deb ...
12:57:08 #10 27.88 Unpacking libbrotli1:armhf (1.0.9-2+b6) ...
12:57:08 #10 27.95 Selecting previously unselected package libsasl2-modules-db:armhf.
12:57:08 #10 27.95 Preparing to unpack .../065-libsasl2-modules-db_2.1.28+dfsg-10_armhf.deb ...
12:57:08 #10 27.96 Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg-10) ...
12:57:08 #10 28.01 Selecting previously unselected package libsasl2-2:armhf.
12:57:08 #12 6.052 Get:19 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]
12:57:08 #12 6.123 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libseccomp-dev arm64 2.5.1-1ubuntu1~18.04.2 [76.1 kB]
12:57:08 #12 6.124 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsystemd-dev arm64 237-3ubuntu10.56 [184 kB]
12:57:08 #12 6.127 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB]
12:57:08 #12 6.268 debconf: delaying package configuration, since apt-utils is not installed
12:57:08 #12 6.302 Fetched 6577 kB in 1s (5010 kB/s)
12:57:08 #10 23.80 Selecting previously unselected package python3.7.
12:57:08 #10 23.80 Preparing to unpack .../4-python3.7_3.7.3-2+deb10u4_armhf.deb ...
12:57:08 #10 23.80 Unpacking python3.7 (3.7.3-2+deb10u4) ...
12:57:08 #10 23.86 Selecting previously unselected package libpython3-stdlib:armhf.
12:57:08 #10 23.86 Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_armhf.deb ...
12:57:08 #10 23.87 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
12:57:08 #10 23.92 Setting up python3-minimal (3.7.3-1) ...
12:57:08 #11 44.06 Setting up libsort-versions-perl (1.62-1) ...
12:57:08 #11 44.07 Setting up libexporter-tiny-perl (1.002002-1) ...
12:57:08 #11 44.08 Setting up libre-engine-re2-perl:arm64 (0.14-1build2) ...
12:57:08 #11 44.10 Setting up libfile-dirlist-perl (0.05-2) ...
12:57:08 #11 44.11 Setting up libterm-readkey-perl (2.38-1build4) ...
12:57:08 #11 44.12 Setting up lsb-release (11.1.0ubuntu4) ...
12:57:08 #11 44.13 Setting up python3-magic (2:0.4.24-2) ...
12:57:08 #11 44.26 Setting up libtext-levenshteinxs-perl (0.03-4build10) ...
12:57:08 #11 44.28 Setting up libperlio-gzip-perl (0.19-1build8) ...
12:57:08 #11 44.29 Setting up libsys-hostname-long-perl (1.5-2) ...
12:57:08 #11 44.30 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
12:57:08 #10 73.17 0 added, 0 removed; done.
12:57:08 #10 73.17 Running hooks in /etc/ca-certificates/update.d...
12:57:08 #10 73.17 done.
12:57:08 #10 DONE 73.4s
12:57:08 
12:57:08 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:57:08 #11 DONE 0.1s
12:57:08 
12:57:08 #12 [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
12:57:08 #10 48.23 Setting up libglib2.0-data (2.66.8-1) ...
12:57:08 #10 48.24 Setting up libtirpc-dev:amd64 (1.3.1-1+deb11u1) ...
12:57:08 #10 48.25 Setting up libjpeg62-turbo:amd64 (1:2.0.6-4) ...
12:57:08 #10 48.26 Setting up libx11-data (2:1.7.2-1) ...
12:57:08 #10 48.27 Setting up make (4.3-4.1) ...
12:57:08 #10 48.28 Setting up libmpfr6:amd64 (4.1.0-3) ...
12:57:08 #10 48.29 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
12:57:08 #10 48.31 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:57:08 #10 48.32 Setting up lzip (1.22-3) ...
12:57:08 #10 48.34 Setting up strace (5.10-1) ...
12:57:08 #10 48.35 Setting up libsigsegv2:amd64 (2.13-1) ...
12:57:08 #10 48.36 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
12:57:08 #10 48.37 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:57:08 #10 48.38 Setting up t1utils (1.41-4) ...
12:57:08 #10 48.39 Setting up libquadmath0:amd64 (10.2.1-6) ...
12:57:08 #10 48.40 Setting up diffstat (1.64-1) ...
12:57:08 #10 48.41 Setting up libpng16-16:amd64 (1.6.37-3) ...
12:57:08 #10 48.42 Setting up libmpc3:amd64 (1.2.0-1) ...
12:57:08 #10 48.44 Setting up libatomic1:amd64 (10.2.1-6) ...
12:57:08 #10 48.45 Setting up patch (2.7.6-7) ...
12:57:08 #12 0.964 Reading package lists...
12:57:08 #10 16.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 ... 9945 files and directories currently installed.)
12:57:08 #10 16.61 Preparing to unpack .../000-python3_3.9.2-3_armhf.deb ...
12:57:08 #10 16.62 Unpacking python3 (3.9.2-3) ...
12:57:08 #10 16.68 Selecting previously unselected package less.
12:57:08 #10 16.68 Preparing to unpack .../001-less_551-2_armhf.deb ...
12:57:08 #10 16.68 Unpacking less (551-2) ...
12:57:08 #10 16.76 Selecting previously unselected package netbase.
12:57:08 #10 16.76 Preparing to unpack .../002-netbase_6.3_all.deb ...
12:57:08 #10 16.77 Unpacking netbase (6.3) ...
12:57:08 #10 16.81 Selecting previously unselected package sensible-utils.
12:57:08 #10 16.81 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
12:57:08 #10 16.82 Unpacking sensible-utils (0.0.14) ...
12:57:08 #10 16.85 Selecting previously unselected package bzip2.
12:57:08 #10 16.85 Preparing to unpack .../004-bzip2_1.0.8-4_armhf.deb ...
12:57:08 #10 16.86 Unpacking bzip2 (1.0.8-4) ...
12:57:08 #11 34.68 Preparing to unpack .../286-libltdl7_2.4.6-15build2_amd64.deb ...
12:57:08 #11 34.69 Unpacking libltdl7:amd64 (2.4.6-15build2) ...
12:57:08 #11 34.72 Selecting previously unselected package libltdl-dev:amd64.
12:57:08 #11 34.72 Preparing to unpack .../287-libltdl-dev_2.4.6-15build2_amd64.deb ...
12:57:08 #11 34.72 Unpacking libltdl-dev:amd64 (2.4.6-15build2) ...
12:57:08 #11 34.77 Selecting previously unselected package liblzo2-2:amd64.
12:57:08 #11 34.77 Preparing to unpack .../288-liblzo2-2_2.10-2build3_amd64.deb ...
12:57:08 #11 34.77 Unpacking liblzo2-2:amd64 (2.10-2build3) ...
12:57:08 #11 34.81 Selecting previously unselected package libsys-hostname-long-perl.
12:57:08 #11 34.81 Preparing to unpack .../289-libsys-hostname-long-perl_1.5-2_all.deb ...
12:57:08 #11 34.82 Unpacking libsys-hostname-long-perl (1.5-2) ...
12:57:08 #11 34.85 Selecting previously unselected package libmail-sendmail-perl.
12:57:08 #11 34.85 Preparing to unpack .../290-libmail-sendmail-perl_0.80-1.1_all.deb ...
12:57:08 #11 34.85 Unpacking libmail-sendmail-perl (0.80-1.1) ...
12:57:08 #11 34.90 Selecting previously unselected package libnet-smtp-ssl-perl.
12:57:08 #11 34.91 Preparing to unpack .../291-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:57:08 #11 34.91 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:57:08 #11 36.45 Preparing to unpack .../202-git_1%3a2.25.1-1ubuntu3.8_amd64.deb ...
12:57:08 #11 36.47 Unpacking git (1:2.25.1-1ubuntu3.8) ...
12:57:08 #10 38.59 Preparing to unpack .../182-libdigest-hmac-perl_1.03+dfsg-1_all.deb ...
12:57:08 #10 38.60 Unpacking libdigest-hmac-perl (1.03+dfsg-1) ...
12:57:08 #10 38.62 Selecting previously unselected package libdistro-info-perl.
12:57:08 #10 38.62 Preparing to unpack .../183-libdistro-info-perl_0.18ubuntu0.18.04.1_all.deb ...
12:57:08 #10 38.63 Unpacking libdistro-info-perl (0.18ubuntu0.18.04.1) ...
12:57:08 #10 38.65 Selecting previously unselected package perl-openssl-defaults:amd64.
12:57:08 #10 38.65 Preparing to unpack .../184-perl-openssl-defaults_3build1_amd64.deb ...
12:57:08 #10 38.66 Unpacking perl-openssl-defaults:amd64 (3build1) ...
12:57:08 #10 38.69 Selecting previously unselected package libnet-ssleay-perl.
12:57:08 #10 38.69 Preparing to unpack .../185-libnet-ssleay-perl_1.84-1ubuntu0.2_amd64.deb ...
12:57:08 #10 38.69 Unpacking libnet-ssleay-perl (1.84-1ubuntu0.2) ...
12:57:08 #10 38.75 Selecting previously unselected package libio-socket-ssl-perl.
12:57:08 #10 38.75 Preparing to unpack .../186-libio-socket-ssl-perl_2.060-3~ubuntu18.04.1_all.deb ...
12:57:08 #10 38.76 Unpacking libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
12:57:08 #10 38.80 Selecting previously unselected package libnet-smtp-ssl-perl.
12:57:08 #10 38.80 Preparing to unpack .../187-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:57:08 #10 38.80 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:57:08 #10 38.83 Selecting previously unselected package libmailtools-perl.
12:57:08 #10 38.83 Preparing to unpack .../188-libmailtools-perl_2.18-1_all.deb ...
12:57:08 #10 38.83 Unpacking libmailtools-perl (2.18-1) ...
12:57:08 #10 38.87 Selecting previously unselected package libsocket6-perl.
12:57:08 #10 48.66 Setting up libmagic1:amd64 (1:5.35-4+deb10u2) ...
12:57:08 #10 48.68 Setting up less (487-0.1+b1) ...
12:57:08 #10 48.77 Setting up perl-openssl-defaults:amd64 (3) ...
12:57:08 #10 48.79 Setting up linux-libc-dev:amd64 (4.19.269-1) ...
12:57:08 #10 48.81 Setting up gettext-base (0.19.8.1-9) ...
12:57:08 #10 48.83 Setting up liblzo2-2:amd64 (2.10-0.1) ...
12:57:08 #10 48.84 Setting up libnpth0:amd64 (1.6-1) ...
12:57:08 #10 48.85 Setting up krb5-locales (1.17-3+deb10u5) ...
12:57:08 #10 48.87 Setting up file (1:5.35-4+deb10u2) ...
12:57:08 #10 48.88 Setting up libossp-uuid16:amd64 (1.6.2-1.5+b7) ...
12:57:08 #10 45.73 Preparing to unpack .../300-libldap-common_2.5.13+dfsg-3_all.deb ...
12:57:08 #10 45.74 Unpacking libldap-common (2.5.13+dfsg-3) ...
12:57:08 #10 45.77 Selecting previously unselected package liblist-compare-perl.
12:57:08 #10 45.78 Preparing to unpack .../301-liblist-compare-perl_0.55-2_all.deb ...
12:57:08 #10 45.78 Unpacking liblist-compare-perl (0.55-2) ...
12:57:08 #10 45.82 Selecting previously unselected package liblist-someutils-perl.
12:57:08 #10 45.82 Preparing to unpack .../302-liblist-someutils-perl_0.59-1_all.deb ...
12:57:08 #10 45.83 Unpacking liblist-someutils-perl (0.59-1) ...
12:57:08 #10 45.86 Selecting previously unselected package liblist-someutils-xs-perl:amd64.
12:57:08 #10 45.87 Preparing to unpack .../303-liblist-someutils-xs-perl_0.58-3_amd64.deb ...
12:57:08 #10 45.87 Unpacking liblist-someutils-xs-perl:amd64 (0.58-3) ...
12:57:08 #10 45.91 Selecting previously unselected package liblist-utilsby-perl.
12:57:08 #10 45.91 Preparing to unpack .../304-liblist-utilsby-perl_0.12-2_all.deb ...
12:57:08 #10 45.92 Unpacking liblist-utilsby-perl (0.12-2) ...
12:57:08 #10 45.95 Selecting previously unselected package libltdl7:amd64.
12:57:08 #10 45.96 Preparing to unpack .../305-libltdl7_2.4.7-5_amd64.deb ...
12:57:08 #10 45.96 Unpacking libltdl7:amd64 (2.4.7-5) ...
12:57:08 #10 46.00 Selecting previously unselected package libltdl-dev:amd64.
12:57:08 #11 46.77 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
12:57:08 #11 46.88 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
12:57:08 #14 30.60   Verifying        : tar-2:1.30-6.el8.aarch64                             93/93 
12:57:08 #14 30.87 
12:57:08 #14 30.87 Upgraded:
12:57:08 #14 30.87   device-mapper-8:1.02.181-9.el8.aarch64                                        
12:57:08 #14 30.87   device-mapper-libs-8:1.02.181-9.el8.aarch64                                   
12:57:08 #14 30.87   glibc-2.28-224.el8.aarch64                                                    
12:57:08 #14 30.87   glibc-common-2.28-224.el8.aarch64                                             
12:57:08 #14 30.87   glibc-gconv-extra-2.28-224.el8.aarch64                                        
12:57:08 #14 30.87   glibc-minimal-langpack-2.28-224.el8.aarch64                                   
12:57:08 #14 30.87   libarchive-3.3.3-5.el8.aarch64                                                
12:57:08 #14 30.87   libgcc-8.5.0-18.el8.aarch64                                                   
12:57:08 #14 30.87   libselinux-2.9-8.el8.aarch64                                                  
12:57:08 #14 30.87   systemd-239-70.el8.aarch64                                                    
12:57:08 #14 30.87   systemd-libs-239-70.el8.aarch64                                               
12:57:08 #14 30.87   systemd-pam-239-70.el8.aarch64                                                
12:57:08 #14 30.87   tar-2:1.30-8.el8.aarch64                                                      
12:57:08 #14 30.87 Downgraded:
12:57:08 #14 30.87   pcre2-10.32-3.el8.aarch64                                                     
12:57:08 #14 30.87 Installed:
12:57:08 #14 30.87   annobin-10.94-1.el8.aarch64                                                   
12:57:08 #14 30.87   autoconf-2.69-29.el8.noarch                                                   
12:57:08 #14 30.87   automake-1.16.1-7.el8.noarch                                                  
12:57:08 #14 30.87   checkpolicy-2.9-1.el8.aarch64                                                 
12:57:08 #14 30.87   cmake-3.20.2-4.el8.aarch64                                                    
12:57:08 #14 30.87   cmake-data-3.20.2-4.el8.noarch                                                
12:57:08 #14 30.87   cmake-filesystem-3.20.2-4.el8.aarch64                                         
12:57:08 #14 30.87   cmake-rpm-macros-3.20.2-4.el8.noarch                                          
12:57:08 #14 30.87   cpp-8.5.0-18.el8.aarch64                                                      
12:57:08 #14 30.87   device-mapper-devel-8:1.02.181-9.el8.aarch64                                  
12:57:08 #14 30.87   gcc-8.5.0-18.el8.aarch64                                                      
12:57:08 #14 30.87   gcc-plugin-annobin-8.5.0-18.el8.aarch64                                       
12:57:08 #14 30.87   git-2.39.0-1.el8.aarch64                                                      
12:57:08 #14 30.87   git-core-2.39.0-1.el8.aarch64                                                 
12:57:08 #14 30.87   git-core-doc-2.39.0-1.el8.noarch                                              
12:57:08 #14 30.87   glibc-devel-2.28-224.el8.aarch64                                              
12:57:08 #14 30.87   glibc-headers-2.28-224.el8.aarch64                                            
12:57:08 #14 30.87   glibc-langpack-en-2.28-224.el8.aarch64                                        
12:57:08 #14 30.87   glibc-static-2.28-224.el8.aarch64                                             
12:57:08 #14 30.87   isl-0.16.1-6.el8.aarch64                                                      
12:57:08 #14 30.87   kernel-headers-4.18.0-448.el8.aarch64                                         
12:57:08 #14 30.87   less-530-1.el8.aarch64                                                        
12:57:08 #14 30.87   libasan-8.5.0-18.el8.aarch64                                                  
12:57:08 #14 30.87   libatomic-8.5.0-18.el8.aarch64                                                
12:57:08 #14 30.87   libedit-3.1-23.20170329cvs.el8.aarch64                                        
12:57:08 #14 30.87   libgomp-8.5.0-18.el8.aarch64                                                  
12:57:08 #14 30.87   libmpc-1.1.0-9.1.el8.aarch64                                                  
12:57:08 #14 30.87   libseccomp-devel-2.5.2-1.el8.aarch64                                          
12:57:08 #14 30.87   libselinux-devel-2.9-8.el8.aarch64                                            
12:57:08 #14 30.87   libselinux-utils-2.9-8.el8.aarch64                                            
12:57:08 #14 30.87   libsepol-devel-2.9-3.el8.aarch64                                              
12:57:08 #14 30.87   libtool-2.4.6-25.el8.aarch64                                                  
12:57:08 #14 30.87   libtool-ltdl-devel-2.4.6-25.el8.aarch64                                       
12:57:08 #14 30.87   libubsan-8.5.0-18.el8.aarch64                                                 
12:57:08 #14 30.87   libuv-1:1.41.1-1.el8_4.aarch64                                                
12:57:08 #14 30.87   libxcrypt-devel-4.1.1-6.el8.aarch64                                           
12:57:08 #14 30.87   libxcrypt-static-4.1.1-6.el8.aarch64                                          
12:57:08 #14 30.87   libxkbcommon-0.9.1-1.el8.aarch64                                              
12:57:08 #14 30.87   m4-1.4.18-7.el8.aarch64                                                       
12:57:08 #14 30.87   make-1:4.2.1-11.el8.aarch64                                                   
12:57:08 #14 30.87   openssh-8.0p1-17.el8.aarch64                                                  
12:57:08 #14 30.87   openssh-clients-8.0p1-17.el8.aarch64                                          
12:57:08 #14 30.87   pcre2-devel-10.32-3.el8.aarch64                                               
12:57:08 #14 30.87   pcre2-utf16-10.32-3.el8.aarch64                                               
12:57:08 #14 30.87   pcre2-utf32-10.32-3.el8.aarch64                                               
12:57:08 #14 30.87   perl-Data-Dumper-2.167-399.el8.aarch64                                        
12:57:08 #14 30.87   perl-Error-1:0.17025-2.el8.noarch                                             
12:57:08 #14 30.87   perl-Git-2.39.0-1.el8.noarch                                                  
12:57:08 #14 30.87   perl-TermReadKey-2.37-7.el8.aarch64                                           
12:57:08 #14 30.87   perl-Thread-Queue-3.13-1.el8.noarch                                           
12:57:08 #14 30.87   policycoreutils-2.9-21.1.el8.aarch64                                          
12:57:08 #14 30.87   policycoreutils-devel-2.9-21.1.el8.aarch64                                    
12:57:08 #14 30.87   policycoreutils-python-utils-2.9-21.1.el8.noarch                              
12:57:08 #14 30.87   python3-audit-3.0.7-4.el8.aarch64                                             
12:57:08 #14 30.87   python3-libselinux-2.9-8.el8.aarch64                                          
12:57:08 #14 30.87   python3-libsemanage-2.9-9.el8.aarch64                                         
12:57:08 #14 30.87   python3-policycoreutils-2.9-21.1.el8.noarch                                   
12:57:08 #14 30.87   python3-setools-4.3.0-3.el8.aarch64                                           
12:57:08 #14 30.87   rpm-plugin-selinux-4.14.3-26.el8.aarch64                                      
12:57:08 #14 30.87   selinux-policy-3.14.3-114.el8.noarch                                          
12:57:08 #14 30.87   selinux-policy-devel-3.14.3-114.el8.noarch                                    
12:57:08 #14 30.87   selinux-policy-minimum-3.14.3-114.el8.noarch                                  
12:57:08 #14 30.87   systemd-devel-239-70.el8.aarch64                                              
12:57:08 #14 30.87   vim-filesystem-2:8.0.1763-19.el8.4.noarch                                     
12:57:08 #14 30.87   xkeyboard-config-2.28-1.el8.noarch                                            
12:57:08 #14 30.87 
12:57:08 #14 30.87 Complete!
12:57:08 #10 28.01 Preparing to unpack .../066-libsasl2-2_2.1.28+dfsg-10_armhf.deb ...
12:57:08 #10 28.02 Unpacking libsasl2-2:armhf (2.1.28+dfsg-10) ...
12:57:08 #10 28.07 Selecting previously unselected package libldap-2.5-0:armhf.
12:57:08 #10 28.07 Preparing to unpack .../067-libldap-2.5-0_2.5.13+dfsg-3_armhf.deb ...
12:57:08 #10 28.07 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-3) ...
12:57:08 #10 28.15 Selecting previously unselected package libnghttp2-14:armhf.
12:57:08 #10 28.15 Preparing to unpack .../068-libnghttp2-14_1.51.0-1_armhf.deb ...
12:57:08 #10 28.16 Unpacking libnghttp2-14:armhf (1.51.0-1) ...
12:57:08 #10 28.21 Selecting previously unselected package libpsl5:armhf.
12:57:08 #10 28.21 Preparing to unpack .../069-libpsl5_0.21.0-1.2_armhf.deb ...
12:57:08 #10 28.21 Unpacking libpsl5:armhf (0.21.0-1.2) ...
12:57:08 #10 28.27 Selecting previously unselected package librtmp1:armhf.
12:57:08 #10 28.27 Preparing to unpack .../070-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armhf.deb ...
12:57:08 #12 6.330 Selecting previously unselected package bash-completion.
12:57:08 #12 6.330 (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 ... 21388 files and directories currently installed.)
12:57:08 #12 6.342 Preparing to unpack .../00-bash-completion_1%3a2.8-1ubuntu1_all.deb ...
12:57:08 #13 11.08 (31/68): gcc-11.3.1-4.3.el9.x86_64.rpm           14 MB/s |  32 MB     00:02    
12:57:08 #13 11.14 (32/68): git-core-2.39.1-1.el9.x86_64.rpm       3.2 MB/s | 4.2 MB     00:01    
12:57:08 #13 11.23 (33/68): selinux-policy-targeted-38.1.5-1.el9.n 1.6 MB/s | 6.8 MB     00:04    
12:57:08 #13 11.36 (34/68): git-core-doc-2.39.1-1.el9.noarch.rpm    10 MB/s | 2.9 MB     00:00    
12:57:08 #11 44.32 Setting up libsereal-decoder-perl (4.023+ds-1) ...
12:57:08 #11 44.33 Setting up liburi-perl (5.10-1) ...
12:57:08 #11 44.34 Setting up libnet-ipv6addr-perl (1.02-1) ...
12:57:08 #11 44.35 Setting up libfile-touch-perl (0.12-1) ...
12:57:08 #11 44.36 Setting up libc-devtools (2.35-0ubuntu3.1) ...
12:57:08 #11 44.38 Setting up libemail-address-xs-perl (1.04-1build6) ...
12:57:08 #11 44.39 Setting up libnet-ssleay-perl:arm64 (1.92-1build2) ...
12:57:08 #11 44.40 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
12:57:08 #10 48.46 Setting up autopoint (0.21-4) ...
12:57:08 #10 48.47 Setting up libwebp6:amd64 (0.6.1-2.1) ...
12:57:08 #10 48.48 Setting up fonts-dejavu-core (2.37-2) ...
12:57:08 #10 48.54 Setting up libxdelta2 (1.1.3-9.3) ...
12:57:08 #10 48.56 Setting up libncursesw6:amd64 (6.2+20201114-2) ...
12:57:08 #10 48.57 Setting up libltdl7:amd64 (2.4.6-15) ...
12:57:08 #10 48.58 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
12:57:08 #10 48.59 Setting up libubsan1:amd64 (10.2.1-6) ...
12:57:08 #10 48.60 Setting up libmd0:amd64 (1.0.3-3) ...
12:57:08 #10 48.63 Setting up python-apt-common (2.2.1) ...
12:57:08 #10 48.64 Setting up libnsl-dev:amd64 (1.3.0-2) ...
12:57:08 #10 48.65 Setting up sensible-utils (0.0.14) ...
12:57:08 #10 48.67 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
12:57:08 #12 1.907 dpkg-buildpackage: info: source package docker-ce-build-deps
12:57:08 #12 1.907 dpkg-buildpackage: info: source version 1.0
12:57:08 #12 1.907 dpkg-buildpackage: info: source distribution unstable
12:57:08 #12 1.907 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:57:08 #12 1.952  dpkg-source --before-build .
12:57:08 #12 1.952 dpkg-buildpackage: info: host architecture arm64
12:57:08 #12 2.060  debian/rules clean
12:57:08 #12 2.063 dh clean
12:57:08 #12 2.148    dh_clean
12:57:08 #10 16.92 Selecting previously unselected package openssl.
12:57:08 #10 16.92 Preparing to unpack .../005-openssl_1.1.1n-0+deb11u4_armhf.deb ...
12:57:08 #10 16.93 Unpacking openssl (1.1.1n-0+deb11u4) ...
12:57:08 #10 17.10 Selecting previously unselected package ca-certificates.
12:57:08 #10 17.10 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
12:57:08 #10 17.11 Unpacking ca-certificates (20210119) ...
12:57:08 #11 34.94 Selecting previously unselected package libmailtools-perl.
12:57:08 #11 34.94 Preparing to unpack .../292-libmailtools-perl_2.21-1_all.deb ...
12:57:08 #11 34.95 Unpacking libmailtools-perl (2.21-1) ...
12:57:08 #11 35.00 Selecting previously unselected package libmarkdown2:amd64.
12:57:08 #11 35.00 Preparing to unpack .../293-libmarkdown2_2.2.7-2_amd64.deb ...
12:57:08 #11 35.00 Unpacking libmarkdown2:amd64 (2.2.7-2) ...
12:57:08 #11 35.03 Selecting previously unselected package libmath-base85-perl.
12:57:08 #11 35.03 Preparing to unpack .../294-libmath-base85-perl_0.5+dfsg-1_all.deb ...
12:57:08 #11 35.03 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
12:57:08 #11 35.06 Selecting previously unselected package libmoox-aliases-perl.
12:57:08 #11 35.06 Preparing to unpack .../295-libmoox-aliases-perl_0.001006-1.1_all.deb ...
12:57:08 #11 35.07 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
12:57:08 #11 35.10 Selecting previously unselected package libnamespace-autoclean-perl.
12:57:08 #11 35.10 Preparing to unpack .../296-libnamespace-autoclean-perl_0.29-1_all.deb ...
12:57:08 #11 35.10 Unpacking libnamespace-autoclean-perl (0.29-1) ...
12:57:08 #11 35.13 Selecting previously unselected package libobject-id-perl.
12:57:08 #10 38.87 Preparing to unpack .../189-libsocket6-perl_0.27-1build2_amd64.deb ...
12:57:08 #10 38.87 Unpacking libsocket6-perl (0.27-1build2) ...
12:57:08 #10 38.90 Selecting previously unselected package libio-socket-inet6-perl.
12:57:08 #10 38.90 Preparing to unpack .../190-libio-socket-inet6-perl_2.72-2_all.deb ...
12:57:08 #10 38.91 Unpacking libio-socket-inet6-perl (2.72-2) ...
12:57:08 #10 38.93 Selecting previously unselected package libnet-ip-perl.
12:57:08 #10 38.93 Preparing to unpack .../191-libnet-ip-perl_1.26-1_all.deb ...
12:57:08 #10 38.94 Unpacking libnet-ip-perl (1.26-1) ...
12:57:08 #10 38.96 Selecting previously unselected package libnet-dns-perl.
12:57:08 #10 38.96 Preparing to unpack .../192-libnet-dns-perl_1.10-2_all.deb ...
12:57:08 #10 38.97 Unpacking libnet-dns-perl (1.10-2) ...
12:57:08 #10 39.03 Selecting previously unselected package libnet-domain-tld-perl.
12:57:08 #10 39.03 Preparing to unpack .../193-libnet-domain-tld-perl_1.75-1_all.deb ...
12:57:08 #10 39.03 Unpacking libnet-domain-tld-perl (1.75-1) ...
12:57:08 #10 39.06 Selecting previously unselected package libemail-valid-perl.
12:57:08 #10 39.06 Preparing to unpack .../194-libemail-valid-perl_1.202-1_all.deb ...
12:57:08 #10 39.07 Unpacking libemail-valid-perl (1.202-1) ...
12:57:08 #10 39.09 Selecting previously unselected package libencode-locale-perl.
12:57:08 #10 39.09 Preparing to unpack .../195-libencode-locale-perl_1.05-1_all.deb ...
12:57:08 #10 39.10 Unpacking libencode-locale-perl (1.05-1) ...
12:57:08 #10 39.12 Selecting previously unselected package libexporter-tiny-perl.
12:57:08 #10 39.12 Preparing to unpack .../196-libexporter-tiny-perl_1.000000-2_all.deb ...
12:57:08 #10 39.13 Unpacking libexporter-tiny-perl (1.000000-2) ...
12:57:08 #10 39.15 Selecting previously unselected package libipc-system-simple-perl.
12:57:08 #10 39.16 Preparing to unpack .../197-libipc-system-simple-perl_1.25-4_all.deb ...
12:57:08 #10 39.16 Unpacking libipc-system-simple-perl (1.25-4) ...
12:57:08 #10 39.19 Selecting previously unselected package libfile-basedir-perl.
12:57:08 #10 48.89 Setting up libassuan0:amd64 (2.5.2-1) ...
12:57:08 #10 48.91 Setting up libgomp1:amd64 (8.3.0-6) ...
12:57:08 #10 48.92 Setting up libapt-inst2.0:amd64 (1.8.2.3) ...
12:57:08 #10 48.93 Setting up bzip2 (1.0.6-9.2~deb10u2) ...
12:57:08 #10 48.94 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:57:08 #10 48.96 Setting up libunwind8:amd64 (1.2.1-10~deb10u1) ...
12:57:08 #10 48.97 Setting up libicu63:amd64 (63.1-6+deb10u3) ...
12:57:08 #10 48.98 Setting up libfakeroot:amd64 (1.23-1) ...
12:57:08 #10 49.00 Setting up libkrb5support0:amd64 (1.17-3+deb10u5) ...
12:57:08 #10 49.01 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:57:08 #10 49.02 Setting up fakeroot (1.23-1) ...
12:57:08 #10 49.03 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:57:08 #10 49.05 Setting up mariadb-common (1:10.3.36-0+deb10u2) ...
12:57:08 #10 49.06 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
12:57:08 #10 49.07 Setting up libasan5:amd64 (8.3.0-6) ...
12:57:08 #10 49.08 Setting up autotools-dev (20180224.1) ...
12:57:08 #10 49.09 Setting up libglib2.0-data (2.58.3-2+deb10u4) ...
12:57:08 #10 49.10 Setting up libpython2.7-minimal:amd64 (2.7.16-2+deb10u1) ...
12:57:08 #10 49.11 Setting up libwrap0:amd64 (7.6.q-28) ...
12:57:08 #10 49.13 Setting up libx11-data (2:1.6.7-1+deb10u2) ...
12:57:08 #10 49.14 Setting up make (4.2.1-1.2) ...
12:57:08 #10 49.15 Setting up libmpfr6:amd64 (4.0.2-1) ...
12:57:08 #10 49.16 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
12:57:08 #10 49.18 Setting up libntlm0:amd64 (1.5-1+deb10u1) ...
12:57:08 #10 49.19 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
12:57:08 #10 46.00 Preparing to unpack .../306-libltdl-dev_2.4.7-5_amd64.deb ...
12:57:08 #10 46.01 Unpacking libltdl-dev:amd64 (2.4.7-5) ...
12:57:08 #10 46.07 Selecting previously unselected package liblz1:amd64.
12:57:08 #10 46.07 Preparing to unpack .../307-liblz1_1.13-5_amd64.deb ...
12:57:08 #10 46.08 Unpacking liblz1:amd64 (1.13-5) ...
12:57:08 #10 46.12 Selecting previously unselected package liblzo2-2:amd64.
12:57:08 #10 46.12 Preparing to unpack .../308-liblzo2-2_2.10-2_amd64.deb ...
12:57:08 #10 46.12 Unpacking liblzo2-2:amd64 (2.10-2) ...
12:57:08 #10 46.16 Selecting previously unselected package libsys-hostname-long-perl.
12:57:08 #10 46.16 Preparing to unpack .../309-libsys-hostname-long-perl_1.5-3_all.deb ...
12:57:08 #10 46.17 Unpacking libsys-hostname-long-perl (1.5-3) ...
12:57:08 #10 46.19 Selecting previously unselected package libmail-sendmail-perl.
12:57:08 #10 46.20 Preparing to unpack .../310-libmail-sendmail-perl_0.80-3_all.deb ...
12:57:08 #10 46.20 Unpacking libmail-sendmail-perl (0.80-3) ...
12:57:08 #10 46.23 Selecting previously unselected package libnet-smtp-ssl-perl.
12:57:08 #11 46.89 Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.10.1) ...
12:57:08 #11 46.90 Setting up openssh-client (1:9.0p1-1ubuntu7.1) ...
12:57:08 #11 46.96 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
12:57:08 #11 46.96 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
12:57:08 #11 46.97 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
12:57:08 #11 46.97 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
12:57:08 #11 46.97 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
12:57:08 #11 46.97 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
12:57:08 #11 46.98 Setting up gpgsm (2.2.35-3ubuntu1) ...
12:57:08 #11 46.99 Setting up libxext6:amd64 (2:1.3.4-1build1) ...
12:57:08 #11 47.00 Setting up libcurl3-gnutls:amd64 (7.85.0-1ubuntu0.2) ...
12:57:08 #11 47.01 Setting up systemd (251.4-1ubuntu7) ...
12:57:08 #11 47.05 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:57:08 #11 47.05 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:57:08 #11 47.05 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
12:57:08 #11 47.05 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
12:57:08 #11 47.05 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:57:08 #11 47.06 Initializing machine ID from D-Bus machine ID.
12:57:08 #10 28.27 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
12:57:08 #10 28.33 Selecting previously unselected package libssh2-1:armhf.
12:57:08 #10 28.33 Preparing to unpack .../071-libssh2-1_1.10.0-3+b1_armhf.deb ...
12:57:08 #10 28.34 Unpacking libssh2-1:armhf (1.10.0-3+b1) ...
12:57:08 #10 28.40 Selecting previously unselected package libcurl4:armhf.
12:57:08 #10 28.40 Preparing to unpack .../072-libcurl4_7.87.0-2_armhf.deb ...
12:57:08 #10 28.40 Unpacking libcurl4:armhf (7.87.0-2) ...
12:57:08 #10 28.49 Selecting previously unselected package curl.
12:57:08 #10 28.49 Preparing to unpack .../073-curl_7.87.0-2_armhf.deb ...
12:57:08 #10 28.50 Unpacking curl (7.87.0-2) ...
12:57:08 #13 11.36 (35/68): glibc-devel-2.34-58.el9.x86_64.rpm     220 kB/s |  50 kB     00:00    
12:57:08 #13 11.37 (36/68): glibc-headers-2.34-58.el9.x86_64.rpm   4.0 MB/s | 551 kB     00:00    
12:57:08 #13 11.58 (37/68): libmpc-1.2.1-4.el9.x86_64.rpm          292 kB/s |  62 kB     00:00    
12:57:08 #13 11.59 (38/68): libseccomp-devel-2.5.2-2.el9.x86_64.rp 272 kB/s |  59 kB     00:00    
12:57:08 #11 44.59 Setting up automake (1:1.16.5-1.3) ...
12:57:08 #11 44.60 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:57:08 #11 44.60 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
12:57:08 #11 44.60 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
12:57:08 #11 44.61 Setting up libapt-pkg-perl (0.1.40build2) ...
12:57:08 #11 44.63 Setting up libstring-escape-perl (2010.002-2) ...
12:57:08 #11 44.64 Setting up libhttp-date-perl (6.05-1) ...
12:57:08 #11 44.66 Setting up libfile-which-perl (1.23-1) ...
12:57:08 #11 44.67 Setting up libfile-basedir-perl (0.09-1) ...
12:57:08 #11 44.68 Setting up libunicode-utf8-perl (0.62-1build4) ...
12:57:08 #11 44.69 Setting up libset-intspan-perl (1.19-2) ...
12:57:08 #11 44.70 Setting up libmouse-perl (2.5.10-1build4) ...
12:57:08 #11 44.72 Setting up libfile-listing-perl (6.14-1) ...
12:57:08 #11 44.73 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
12:57:08 #11 44.74 Setting up libregexp-pattern-perl (0.2.14-1) ...
12:57:08 #11 44.75 Setting up libdata-messagepack-perl (1.01-2build1) ...
12:57:08 #11 44.76 Setting up libfont-afm-perl (1.20-3) ...
12:57:08 #11 44.77 Setting up libwant-perl (0.29-1build7) ...
12:57:08 #11 44.79 Setting up libdynaloader-functions-perl (0.003-1.1) ...
12:57:08 #11 44.80 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:57:08 #10 48.68 Setting up libcrypt-dev:amd64 (1:4.4.18-4) ...
12:57:08 #10 48.69 Setting up libuchardet0:amd64 (0.0.7-1) ...
12:57:08 #10 48.70 Setting up lzop (1.04-2) ...
12:57:08 #10 48.71 Setting up libmpdec3:amd64 (2.5.1-1) ...
12:57:08 #10 48.73 Setting up git-man (1:2.30.2-1+deb11u1) ...
12:57:08 #10 48.74 Setting up libssh2-1:amd64 (1.9.0-2) ...
12:57:08 #10 48.75 Setting up netbase (6.3) ...
12:57:08 #10 48.79 Setting up libtiff5:amd64 (4.2.0-1+deb11u3) ...
12:57:08 #10 48.82 Setting up libbinutils:amd64 (2.35.2-2) ...
12:57:08 #10 48.86 Setting up libfido2-1:amd64 (1.6.0-2) ...
12:57:08 #10 48.88 Setting up libisl23:amd64 (0.23-1) ...
12:57:08 #10 48.89 Setting up libc-dev-bin (2.31-13+deb11u5) ...
12:57:08 #10 48.91 Setting up openssl (1.1.1n-0+deb11u4) ...
12:57:08 #10 48.93 Setting up libbsd0:amd64 (0.11.3-1) ...
12:57:08 #10 48.95 Setting up libelf1:amd64 (0.183-1) ...
12:57:08 #10 48.96 Setting up readline-common (8.1-1) ...
12:57:08 #10 48.97 Setting up publicsuffix (20220811.1734-0+deb11u1) ...
12:57:08 #10 48.99 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ...
12:57:08 #10 49.00 Setting up libmarkdown2:amd64 (2.2.6-1) ...
12:57:08 #12 2.190  debian/rules binary
12:57:08 #12 2.193 dh binary
12:57:08 #12 2.266    dh_update_autotools_config
12:57:08 #12 2.299    dh_autoreconf
12:57:08 #12 2.344    create-stamp debian/debhelper-build-stamp
12:57:08 #12 2.344    dh_prep
12:57:08 #12 2.376    dh_auto_install --destdir=debian/docker-ce-build-deps/
12:57:08 #10 17.23 Selecting previously unselected package libmagic-mgc.
12:57:08 #10 17.23 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_armhf.deb ...
12:57:08 #10 17.23 Unpacking libmagic-mgc (1:5.39-3) ...
12:57:08 #10 17.41 Selecting previously unselected package libmagic1:armhf.
12:57:08 #10 17.41 Preparing to unpack .../008-libmagic1_1%3a5.39-3_armhf.deb ...
12:57:08 #10 17.41 Unpacking libmagic1:armhf (1:5.39-3) ...
12:57:08 #10 24.23 Selecting previously unselected package python3.
12:57:08 #10 24.23 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10974 files and directories currently installed.)
12:57:08 #10 24.23 Preparing to unpack .../000-python3_3.7.3-1_armhf.deb ...
12:57:08 #10 24.24 Unpacking python3 (3.7.3-1) ...
12:57:08 #10 24.30 Selecting previously unselected package sensible-utils.
12:57:08 #10 24.30 Preparing to unpack .../001-sensible-utils_0.0.12_all.deb ...
12:57:08 #10 24.31 Unpacking sensible-utils (0.0.12) ...
12:57:08 #10 24.34 Selecting previously unselected package bzip2.
12:57:08 #10 24.34 Preparing to unpack .../002-bzip2_1.0.6-9.2~deb10u2_armhf.deb ...
12:57:08 #10 24.35 Unpacking bzip2 (1.0.6-9.2~deb10u2) ...
12:57:08 #10 24.39 Selecting previously unselected package libmagic-mgc.
12:57:08 #10 24.39 Preparing to unpack .../003-libmagic-mgc_1%3a5.35-4+deb10u2_armhf.deb ...
12:57:08 #10 24.40 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
12:57:08 #11 35.13 Preparing to unpack .../297-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
12:57:08 #11 35.14 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
12:57:08 #11 35.17 Selecting previously unselected package libmoox-struct-perl.
12:57:08 #11 35.17 Preparing to unpack .../298-libmoox-struct-perl_0.020-1_all.deb ...
12:57:08 #11 35.17 Unpacking libmoox-struct-perl (0.020-1) ...
12:57:08 #11 35.20 Selecting previously unselected package libmouse-perl.
12:57:08 #11 35.21 Preparing to unpack .../299-libmouse-perl_2.5.10-1build4_amd64.deb ...
12:57:08 #11 35.21 Unpacking libmouse-perl (2.5.10-1build4) ...
12:57:08 #11 35.24 Selecting previously unselected package libpackage-stash-xs-perl.
12:57:08 #11 35.25 Preparing to unpack .../300-libpackage-stash-xs-perl_0.29-1build5_amd64.deb ...
12:57:08 #11 35.25 Unpacking libpackage-stash-xs-perl (0.29-1build5) ...
12:57:08 #11 35.28 Selecting previously unselected package libpath-iterator-rule-perl.
12:57:08 #11 35.28 Preparing to unpack .../301-libpath-iterator-rule-perl_1.015-1_all.deb ...
12:57:08 #11 35.28 Unpacking libpath-iterator-rule-perl (1.015-1) ...
12:57:08 #11 35.31 Selecting previously unselected package libperlio-gzip-perl.
12:57:08 #11 35.31 Preparing to unpack .../302-libperlio-gzip-perl_0.19-1build8_amd64.deb ...
12:57:08 #11 35.32 Unpacking libperlio-gzip-perl (0.19-1build8) ...
12:57:08 #11 35.34 Selecting previously unselected package libperlio-utf8-strict-perl.
12:57:08 #11 35.34 Preparing to unpack .../303-libperlio-utf8-strict-perl_0.009-1build1_amd64.deb ...
12:57:08 #11 35.35 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
12:57:08 #11 35.38 Selecting previously unselected package libpod-parser-perl.
12:57:08 #11 35.38 Preparing to unpack .../304-libpod-parser-perl_1.63-2_all.deb ...
12:57:08 #11 35.39 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:57:08 #11 35.41 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:57:08 #11 35.41 Unpacking libpod-parser-perl (1.63-2) ...
12:57:08 #11 35.45 Selecting previously unselected package libpod-constants-perl.
12:57:08 #12 DONE 34.7s
12:57:08 
12:57:08 #13 [stage-1 6/9] COPY SPECS /root/rpmbuild/SPECS
12:57:08 #13 DONE 0.1s
12:57:08 
12:57:08 #14 [stage-1 7/9] 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
12:57:08 #10 39.19 Preparing to unpack .../198-libfile-basedir-perl_0.07-1_all.deb ...
12:57:08 #10 39.19 Unpacking libfile-basedir-perl (0.07-1) ...
12:57:08 #10 39.22 Selecting previously unselected package libfile-chdir-perl.
12:57:08 #10 39.22 Preparing to unpack .../199-libfile-chdir-perl_0.1008-1_all.deb ...
12:57:08 #10 39.22 Unpacking libfile-chdir-perl (0.1008-1) ...
12:57:08 #10 39.26 Selecting previously unselected package libfile-fcntllock-perl.
12:57:08 #10 39.26 Preparing to unpack .../200-libfile-fcntllock-perl_0.22-3build2_amd64.deb ...
12:57:08 #10 39.26 Unpacking libfile-fcntllock-perl (0.22-3build2) ...
12:57:08 #10 39.30 Selecting previously unselected package libhttp-date-perl.
12:57:08 #10 39.30 Preparing to unpack .../201-libhttp-date-perl_6.02-1_all.deb ...
12:57:08 #10 39.31 Unpacking libhttp-date-perl (6.02-1) ...
12:57:08 #10 39.33 Selecting previously unselected package libfile-listing-perl.
12:57:08 #10 39.33 Preparing to unpack .../202-libfile-listing-perl_6.04-1_all.deb ...
12:57:08 #10 39.34 Unpacking libfile-listing-perl (6.04-1) ...
12:57:08 #10 39.36 Selecting previously unselected package libfont-afm-perl.
12:57:08 #10 39.36 Preparing to unpack .../203-libfont-afm-perl_1.20-2_all.deb ...
12:57:08 #10 39.37 Unpacking libfont-afm-perl (1.20-2) ...
12:57:08 #10 39.39 Selecting previously unselected package libio-stringy-perl.
12:57:08 #10 39.40 Preparing to unpack .../204-libio-stringy-perl_2.111-2_all.deb ...
12:57:08 #10 39.40 Unpacking libio-stringy-perl (2.111-2) ...
12:57:08 #10 49.21 Setting up libidn11:amd64 (1.33-2.2) ...
12:57:08 #10 49.22 Setting up libncurses6:amd64 (6.1+20181013-2+deb10u3) ...
12:57:08 #10 49.23 Setting up strace (4.26-0.2) ...
12:57:08 #10 49.24 Setting up libsigsegv2:amd64 (2.12-2) ...
12:57:08 #10 49.25 Setting up xz-utils (5.2.4-1+deb10u1) ...
12:57:08 #10 49.26 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:57:08 #10 49.27 Setting up libfribidi0:amd64 (1.0.5-3.1+deb10u2) ...
12:57:08 #10 49.28 Setting up t1utils (1.41-3) ...
12:57:08 #10 49.30 Setting up libquadmath0:amd64 (8.3.0-6) ...
12:57:08 #10 49.31 Setting up diffstat (1.62-1) ...
12:57:08 #10 49.32 Setting up libmpc3:amd64 (1.1.0-1) ...
12:57:08 #10 49.33 Setting up libatomic1:amd64 (8.3.0-6) ...
12:57:08 #10 49.34 Setting up patch (2.7.6-3+deb10u1) ...
12:57:08 #10 49.35 Setting up mailutils-common (1:3.5-4) ...
12:57:08 #10 49.36 Setting up autopoint (0.19.8.1-9) ...
12:57:08 #10 49.38 Setting up libmariadb3:amd64 (1:10.3.36-0+deb10u2) ...
12:57:08 #10 49.39 Setting up libfl2:amd64 (2.6.4-6.2) ...
12:57:08 #10 49.40 Setting up libpcre2-8-0:amd64 (10.32-5) ...
12:57:08 #11 36.98 Selecting previously unselected package libalgorithm-diff-perl.
12:57:08 #11 36.98 Preparing to unpack .../203-libalgorithm-diff-perl_1.19.03-2_all.deb ...
12:57:08 #11 36.98 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
12:57:08 #11 37.01 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:57:08 #11 37.01 Preparing to unpack .../204-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ...
12:57:08 #11 37.02 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
12:57:08 #11 37.04 Selecting previously unselected package libalgorithm-merge-perl.
12:57:08 #11 37.04 Preparing to unpack .../205-libalgorithm-merge-perl_0.08-3_all.deb ...
12:57:08 #11 37.05 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:57:08 #11 37.08 Selecting previously unselected package libapt-pkg-perl.
12:57:08 #11 37.08 Preparing to unpack .../206-libapt-pkg-perl_0.1.36build3_amd64.deb ...
12:57:08 #11 37.08 Unpacking libapt-pkg-perl (0.1.36build3) ...
12:57:08 #11 37.11 Selecting previously unselected package libarchive-cpio-perl.
12:57:08 #11 37.11 Preparing to unpack .../207-libarchive-cpio-perl_0.10-1_all.deb ...
12:57:08 #11 37.11 Unpacking libarchive-cpio-perl (0.10-1) ...
12:57:08 #11 37.14 Selecting previously unselected package libarray-intspan-perl.
12:57:08 #11 37.14 Preparing to unpack .../208-libarray-intspan-perl_2.003-1_all.deb ...
12:57:08 #11 37.15 Unpacking libarray-intspan-perl (2.003-1) ...
12:57:08 #11 37.17 Selecting previously unselected package libasync-mergepoint-perl.
12:57:08 #11 37.17 Preparing to unpack .../209-libasync-mergepoint-perl_0.04-2_all.deb ...
12:57:08 #11 37.17 Unpacking libasync-mergepoint-perl (0.04-2) ...
12:57:08 #11 37.20 Selecting previously unselected package libmodule-implementation-perl.
12:57:08 #11 37.20 Preparing to unpack .../210-libmodule-implementation-perl_0.09-1_all.deb ...
12:57:08 #11 37.21 Unpacking libmodule-implementation-perl (0.09-1) ...
12:57:08 #11 37.23 Selecting previously unselected package libsub-exporter-progressive-perl.
12:57:08 #11 37.23 Preparing to unpack .../211-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:57:08 #10 46.23 Preparing to unpack .../311-libnet-smtp-ssl-perl_1.04-2_all.deb ...
12:57:08 #10 46.24 Unpacking libnet-smtp-ssl-perl (1.04-2) ...
12:57:08 #10 46.27 Selecting previously unselected package libmailtools-perl.
12:57:08 #10 46.27 Preparing to unpack .../312-libmailtools-perl_2.21-2_all.deb ...
12:57:08 #10 46.28 Unpacking libmailtools-perl (2.21-2) ...
12:57:08 #10 46.36 Selecting previously unselected package libmarkdown2:amd64.
12:57:08 #10 46.36 Preparing to unpack .../313-libmarkdown2_2.2.7-2_amd64.deb ...
12:57:08 #10 46.36 Unpacking libmarkdown2:amd64 (2.2.7-2) ...
12:57:08 #10 46.40 Selecting previously unselected package libmath-base85-perl.
12:57:08 #10 46.40 Preparing to unpack .../314-libmath-base85-perl_0.5+dfsg-2_all.deb ...
12:57:08 #10 46.40 Unpacking libmath-base85-perl (0.5+dfsg-2) ...
12:57:08 #10 46.43 Selecting previously unselected package libmime-tools-perl.
12:57:08 #10 46.43 Preparing to unpack .../315-libmime-tools-perl_5.510-1_all.deb ...
12:57:08 #10 46.44 Unpacking libmime-tools-perl (5.510-1) ...
12:57:08 #10 46.49 Selecting previously unselected package libmldbm-perl.
12:57:08 #11 47.24 Setting up binutils (2.39-3ubuntu1.1) ...
12:57:08 #11 47.24 Setting up man-db (2.10.2-2) ...
12:57:08 #11 47.33 Building database of manual pages ...
12:57:09 #10 28.59 Selecting previously unselected package dctrl-tools.
12:57:09 #10 28.59 Preparing to unpack .../074-dctrl-tools_2.24-3_armhf.deb ...
12:57:09 #10 28.61 Unpacking dctrl-tools (2.24-3) ...
12:57:09 #10 28.66 Selecting previously unselected package libdebhelper-perl.
12:57:09 #10 28.66 Preparing to unpack .../075-libdebhelper-perl_13.11.4_all.deb ...
12:57:09 #10 28.66 Unpacking libdebhelper-perl (13.11.4) ...
12:57:09 #10 28.74 Selecting previously unselected package libtool.
12:57:09 #10 28.74 Preparing to unpack .../076-libtool_2.4.7-5_all.deb ...
12:57:09 #13 11.71 (39/68): kernel-headers-5.14.0-252.el9.x86_64.r  13 MB/s | 4.7 MB     00:00    
12:57:09 #13 11.72 (40/68): libselinux-devel-3.5-0.rc2.1.el9.x86_6 1.2 MB/s | 159 kB     00:00    
12:57:09 #13 11.72 (41/68): libsepol-devel-3.5-0.rc2.1.el9.x86_64. 368 kB/s |  48 kB     00:00    
12:57:09 #13 11.80 (42/68): libtool-2.4.6-45.el9.x86_64.rpm        6.6 MB/s | 582 kB     00:00    
12:57:09 #13 11.80 (43/68): libtool-ltdl-2.4.6-45.el9.x86_64.rpm   442 kB/s |  37 kB     00:00    
12:57:09 #13 11.81 (44/68): libuv-1.42.0-1.el9.x86_64.rpm          1.7 MB/s | 150 kB     00:00    
12:57:09 #13 11.89 (45/68): libxcrypt-devel-4.4.18-3.el9.x86_64.rp 333 kB/s |  29 kB     00:00    
12:57:09 #12 7.002 Unpacking bash-completion (1:2.8-1ubuntu1) ...
12:57:09 #11 44.81 Setting up liblist-compare-perl (0.55-1) ...
12:57:09 #11 44.82 Setting up libref-util-xs-perl (0.117-1build5) ...
12:57:09 #11 44.84 Setting up libio-pty-perl (1:1.15-2build2) ...
12:57:09 #11 44.85 Setting up g++-11 (11.3.0-1ubuntu1~22.04) ...
12:57:09 #11 44.86 Setting up libfile-fcntllock-perl (0.22-3build7) ...
12:57:09 #11 44.87 Setting up libclone-perl (0.45-1build3) ...
12:57:09 #11 44.88 Setting up libalgorithm-diff-perl (1.201-1) ...
12:57:09 #11 44.89 Setting up libarchive-zip-perl (1.68-1) ...
12:57:09 #11 44.90 Setting up libsub-identify-perl (0.14-1build5) ...
12:57:09 #11 44.92 Setting up libdistro-info-perl (1.1build1) ...
12:57:09 #11 44.93 Setting up libcpanel-json-xs-perl:arm64 (4.27-1build1) ...
12:57:09 #11 44.94 Setting up python3-apt (2.4.0) ...
12:57:09 #10 49.01 Setting up libcc1-0:amd64 (10.2.1-6) ...
12:57:09 #10 49.03 Setting up iso-codes (4.6.0-1) ...
12:57:09 #10 49.04 Setting up liblocale-gettext-perl (1.07-4+b1) ...
12:57:09 #10 49.05 Setting up liblsan0:amd64 (10.2.1-6) ...
12:57:09 #10 49.06 Setting up cpp-10 (10.2.1-6) ...
12:57:09 #10 49.07 Setting up dctrl-tools (2.24-3+b1) ...
12:57:09 #10 49.09 Setting up libitm1:amd64 (10.2.1-6) ...
12:57:09 #10 49.10 Setting up debian-keyring (2021.07.26) ...
12:57:09 #10 49.11 Setting up libgdbm6:amd64 (1.19-2) ...
12:57:09 #10 49.12 Setting up libtsan0:amd64 (10.2.1-6) ...
12:57:09 #10 49.13 Setting up libctf0:amd64 (2.35.2-2) ...
12:57:09 #10 49.15 Setting up pinentry-curses (1.1.0-4) ...
12:57:09 #10 49.16 Setting up manpages-dev (5.10-1) ...
12:57:09 #10 49.18 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
12:57:09 #10 49.19 Setting up libxcb1:amd64 (1.14-3) ...
12:57:09 #10 49.20 Setting up gettext (0.21-4) ...
12:57:09 #10 49.21 Setting up xdelta (1.1.3-9.3) ...
12:57:09 #10 49.22 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
12:57:09 #10 17.47 Selecting previously unselected package file.
12:57:09 #10 17.48 Preparing to unpack .../009-file_1%3a5.39-3_armhf.deb ...
12:57:09 #10 17.49 Unpacking file (1:5.39-3) ...
12:57:09 #10 17.55 Selecting previously unselected package gettext-base.
12:57:09 #10 17.55 Preparing to unpack .../010-gettext-base_0.21-4_armhf.deb ...
12:57:09 #10 17.56 Unpacking gettext-base (0.21-4) ...
12:57:09 #12 2.430    dh_install
12:57:09 #12 2.468    dh_installdocs
12:57:09 #12 2.508    dh_installchangelogs
12:57:09 #12 2.601    dh_perl
12:57:09 #12 2.641    dh_link
12:57:09 #10 24.50 Selecting previously unselected package libmagic1:armhf.
12:57:09 #10 24.50 Preparing to unpack .../004-libmagic1_1%3a5.35-4+deb10u2_armhf.deb ...
12:57:09 #10 24.51 Unpacking libmagic1:armhf (1:5.35-4+deb10u2) ...
12:57:09 #10 24.56 Selecting previously unselected package file.
12:57:09 #10 24.56 Preparing to unpack .../005-file_1%3a5.35-4+deb10u2_armhf.deb ...
12:57:09 #10 24.57 Unpacking file (1:5.35-4+deb10u2) ...
12:57:09 #10 24.62 Selecting previously unselected package gettext-base.
12:57:09 #10 24.62 Preparing to unpack .../006-gettext-base_0.19.8.1-9_armhf.deb ...
12:57:09 #10 24.63 Unpacking gettext-base (0.19.8.1-9) ...
12:57:09 #10 24.73 Selecting previously unselected package xz-utils.
12:57:09 #10 24.73 Preparing to unpack .../007-xz-utils_5.2.4-1+deb10u1_armhf.deb ...
12:57:09 #11 35.45 Preparing to unpack .../305-libpod-constants-perl_0.19-2_all.deb ...
12:57:09 #11 35.45 Unpacking libpod-constants-perl (0.19-2) ...
12:57:09 #11 35.48 Selecting previously unselected package libproc-processtable-perl:amd64.
12:57:09 #11 35.49 Preparing to unpack .../306-libproc-processtable-perl_0.634-1build1_amd64.deb ...
12:57:09 #11 35.49 Unpacking libproc-processtable-perl:amd64 (0.634-1build1) ...
12:57:09 #11 35.53 Selecting previously unselected package libre2-9:amd64.
12:57:09 #11 35.53 Preparing to unpack .../307-libre2-9_20220201+dfsg-1_amd64.deb ...
12:57:09 #11 35.53 Unpacking libre2-9:amd64 (20220201+dfsg-1) ...
12:57:09 #11 35.57 Selecting previously unselected package libre-engine-re2-perl:amd64.
12:57:09 #11 35.57 Preparing to unpack .../308-libre-engine-re2-perl_0.14-1build2_amd64.deb ...
12:57:09 #11 35.57 Unpacking libre-engine-re2-perl:amd64 (0.14-1build2) ...
12:57:09 #11 35.60 Selecting previously unselected package libreadonly-perl.
12:57:09 #11 35.60 Preparing to unpack .../309-libreadonly-perl_2.050-3_all.deb ...
12:57:09 #11 35.61 Unpacking libreadonly-perl (2.050-3) ...
12:57:09 #11 35.64 Selecting previously unselected package libref-util-perl.
12:57:09 #11 35.64 Preparing to unpack .../310-libref-util-perl_0.204-1_all.deb ...
12:57:09 #11 35.64 Unpacking libref-util-perl (0.204-1) ...
12:57:09 #11 35.67 Selecting previously unselected package libref-util-xs-perl.
12:57:09 #10 39.43 Selecting previously unselected package libparams-validate-perl.
12:57:09 #10 39.43 Preparing to unpack .../205-libparams-validate-perl_1.29-1_amd64.deb ...
12:57:09 #10 39.44 Unpacking libparams-validate-perl (1.29-1) ...
12:57:09 #10 39.46 Selecting previously unselected package libsub-exporter-perl.
12:57:09 #10 39.47 Preparing to unpack .../206-libsub-exporter-perl_0.987-1_all.deb ...
12:57:09 #10 39.47 Unpacking libsub-exporter-perl (0.987-1) ...
12:57:09 #10 39.50 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:57:09 #10 39.50 Preparing to unpack .../207-libgetopt-long-descriptive-perl_0.102-1_all.deb ...
12:57:09 #10 39.51 Unpacking libgetopt-long-descriptive-perl (0.102-1) ...
12:57:09 #10 39.53 Selecting previously unselected package libsort-versions-perl.
12:57:09 #10 39.53 Preparing to unpack .../208-libsort-versions-perl_1.62-1_all.deb ...
12:57:09 #10 39.54 Unpacking libsort-versions-perl (1.62-1) ...
12:57:09 #10 39.57 Selecting previously unselected package libgit-wrapper-perl.
12:57:09 #10 39.57 Preparing to unpack .../209-libgit-wrapper-perl_0.047-1_all.deb ...
12:57:09 #10 39.58 Unpacking libgit-wrapper-perl (0.047-1) ...
12:57:09 #10 39.61 Selecting previously unselected package libio-html-perl.
12:57:09 #10 39.62 Preparing to unpack .../210-libio-html-perl_1.001-1_all.deb ...
12:57:09 #10 39.62 Unpacking libio-html-perl (1.001-1) ...
12:57:09 #10 39.64 Selecting previously unselected package liblwp-mediatypes-perl.
12:57:09 #10 39.65 Preparing to unpack .../211-liblwp-mediatypes-perl_6.02-1_all.deb ...
12:57:09 #10 39.65 Unpacking liblwp-mediatypes-perl (6.02-1) ...
12:57:09 #10 39.68 Selecting previously unselected package libhttp-message-perl.
12:57:09 #10 39.68 Preparing to unpack .../212-libhttp-message-perl_6.14-1_all.deb ...
12:57:09 #10 39.68 Unpacking libhttp-message-perl (6.14-1) ...
12:57:09 #10 39.71 Selecting previously unselected package libhtml-form-perl.
12:57:09 #10 49.42 Setting up libk5crypto3:amd64 (1.17-3+deb10u5) ...
12:57:09 #10 49.44 Setting up libltdl7:amd64 (2.4.6-9) ...
12:57:09 #10 49.45 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:57:09 #10 49.46 Setting up libevent-2.1-6:amd64 (2.1.8-stable-4) ...
12:57:09 #10 49.50 Setting up libmpx2:amd64 (8.3.0-6) ...
12:57:09 #10 49.51 Setting up libubsan1:amd64 (8.3.0-6) ...
12:57:09 #10 49.52 Setting up libisl19:amd64 (0.20-2) ...
12:57:09 #10 49.53 Setting up dwz (0.12-3) ...
12:57:09 #10 49.54 Setting up python-apt-common (1.8.4.3) ...
12:57:09 #10 49.56 Setting up sensible-utils (0.0.12) ...
12:57:09 #10 49.59 Setting up exim4-config (4.92-8+deb10u7) ...
12:57:09 #11 37.23 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:57:09 #11 37.26 Selecting previously unselected package libvariable-magic-perl.
12:57:09 #11 37.26 Preparing to unpack .../212-libvariable-magic-perl_0.62-1build2_amd64.deb ...
12:57:09 #11 37.26 Unpacking libvariable-magic-perl (0.62-1build2) ...
12:57:09 #11 37.29 Selecting previously unselected package libb-hooks-endofscope-perl.
12:57:09 #11 37.29 Preparing to unpack .../213-libb-hooks-endofscope-perl_0.24-1_all.deb ...
12:57:09 #11 37.30 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
12:57:09 #11 37.32 Selecting previously unselected package libcapture-tiny-perl.
12:57:09 #11 37.32 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ...
12:57:09 #11 37.33 Unpacking libcapture-tiny-perl (0.48-1) ...
12:57:09 #11 37.35 Selecting previously unselected package libclass-xsaccessor-perl.
12:57:09 #11 37.35 Preparing to unpack .../215-libclass-xsaccessor-perl_1.19-3build3_amd64.deb ...
12:57:09 #11 37.36 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
12:57:09 #11 37.39 Selecting previously unselected package libclone-perl.
12:57:09 #11 37.39 Preparing to unpack .../216-libclone-perl_0.43-2_amd64.deb ...
12:57:09 #11 37.39 Unpacking libclone-perl (0.43-2) ...
12:57:09 #11 37.42 Selecting previously unselected package libcommon-sense-perl.
12:57:09 #11 37.42 Preparing to unpack .../217-libcommon-sense-perl_3.74-2build6_amd64.deb ...
12:57:09 #11 37.42 Unpacking libcommon-sense-perl (3.74-2build6) ...
12:57:09 #11 37.45 Selecting previously unselected package libparams-util-perl.
12:57:09 #11 37.45 Preparing to unpack .../218-libparams-util-perl_1.07-3build5_amd64.deb ...
12:57:09 #11 37.45 Unpacking libparams-util-perl (1.07-3build5) ...
12:57:09 #11 37.48 Selecting previously unselected package libsub-install-perl.
12:57:09 #10 46.49 Preparing to unpack .../316-libmldbm-perl_2.05-4_all.deb ...
12:57:09 #10 46.50 Unpacking libmldbm-perl (2.05-4) ...
12:57:09 #10 46.53 Selecting previously unselected package libmoox-aliases-perl.
12:57:09 #10 46.53 Preparing to unpack .../317-libmoox-aliases-perl_0.001006-2_all.deb ...
12:57:09 #10 46.53 Unpacking libmoox-aliases-perl (0.001006-2) ...
12:57:09 #10 46.57 Selecting previously unselected package libmouse-perl.
12:57:09 #10 46.57 Preparing to unpack .../318-libmouse-perl_2.5.10-1+b3_amd64.deb ...
12:57:09 #10 46.57 Unpacking libmouse-perl (2.5.10-1+b3) ...
12:57:09 #10 46.62 Selecting previously unselected package libossp-uuid16:amd64.
12:57:09 #10 46.63 Preparing to unpack .../319-libossp-uuid16_1.6.2-1.5+b11_amd64.deb ...
12:57:09 #10 46.63 Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b11) ...
12:57:09 #10 46.67 Selecting previously unselected package libossp-uuid-perl.
12:57:09 #10 46.67 Preparing to unpack .../320-libossp-uuid-perl_1.6.2-1.5+b11_amd64.deb ...
12:57:09 #10 46.68 Unpacking libossp-uuid-perl (1.6.2-1.5+b11) ...
12:57:09 #10 46.71 Selecting previously unselected package libpackage-stash-xs-perl:amd64.
12:57:09 #10 46.71 Preparing to unpack .../321-libpackage-stash-xs-perl_0.30-1+b1_amd64.deb ...
12:57:09 #10 46.71 Unpacking libpackage-stash-xs-perl:amd64 (0.30-1+b1) ...
12:57:09 #10 46.75 Selecting previously unselected package libpath-iterator-rule-perl.
12:57:09 #11 47.52 Created symlink /etc/systemd/system/timers.target.wants/man-db.timer → /lib/systemd/system/man-db.timer.
12:57:09 #11 47.59 Setting up libgpgme11:amd64 (1.17.1-4.1ubuntu1) ...
12:57:09 #11 47.60 Setting up dirmngr (2.2.35-3ubuntu1) ...
12:57:09 #10 28.75 Unpacking libtool (2.4.7-5) ...
12:57:09 #10 28.82 Selecting previously unselected package dh-autoreconf.
12:57:09 #10 28.82 Preparing to unpack .../077-dh-autoreconf_20_all.deb ...
12:57:09 #10 28.83 Unpacking dh-autoreconf (20) ...
12:57:09 #10 28.88 Selecting previously unselected package libarchive-zip-perl.
12:57:09 #10 28.88 Preparing to unpack .../078-libarchive-zip-perl_1.68-1_all.deb ...
12:57:09 #10 28.90 Unpacking libarchive-zip-perl (1.68-1) ...
12:57:09 #10 28.95 Selecting previously unselected package libsub-override-perl.
12:57:09 #10 28.95 Preparing to unpack .../079-libsub-override-perl_0.09-4_all.deb ...
12:57:09 #10 28.95 Unpacking libsub-override-perl (0.09-4) ...
12:57:09 #10 28.99 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:57:09 #10 28.99 Preparing to unpack .../080-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
12:57:09 #11 45.10 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
12:57:09 #11 45.11 Setting up liblist-moreutils-perl (0.430-2) ...
12:57:09 #11 45.13 Setting up libhtml-tagset-perl (3.20-4) ...
12:57:09 #11 45.14 Setting up liblog-any-perl (1.710-1) ...
12:57:09 #11 45.15 Setting up libauthen-sasl-perl (2.1600-1.1) ...
12:57:09 #11 45.16 Setting up libdevel-size-perl (0.83-1build4) ...
12:57:09 #11 45.17 Setting up libdebhelper-perl (13.6ubuntu1) ...
12:57:09 #11 45.19 Setting up libpod-constants-perl (0.19-2) ...
12:57:09 #11 45.20 Setting up libregexp-pattern-license-perl (3.9.3-1) ...
12:57:09 #11 45.21 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:57:09 #11 45.23 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
12:57:09 #11 45.24 Setting up libio-interactive-perl (1.023-1) ...
12:57:09 #11 45.25 Setting up libtry-tiny-perl (0.31-1) ...
12:57:09 #11 45.27 Setting up libtype-tiny-perl (1.012004-1) ...
12:57:09 #12 7.116 Selecting previously unselected package cmake-data.
12:57:09 #12 7.118 Preparing to unpack .../01-cmake-data_3.10.2-1ubuntu2.18.04.2_all.deb ...
12:57:09 #12 7.123 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.2) ...
12:57:09 #9 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 10.1s
12:57:09 #10 49.24 Setting up libgcc-10-dev:amd64 (10.2.1-6) ...
12:57:09 #10 49.25 Setting up libedit2:amd64 (3.1-20191231-2+b1) ...
12:57:09 #10 49.26 Setting up libreadline8:amd64 (8.1-1) ...
12:57:09 #10 49.27 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
12:57:09 #10 49.28 Setting up m4 (1.4.18-5) ...
12:57:09 #10 49.29 Setting up libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u5) ...
12:57:09 #10 49.30 Setting up ca-certificates (20210119) ...
12:57:09 #10 17.65 Selecting previously unselected package manpages.
12:57:09 #10 17.65 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
12:57:09 #10 17.66 Unpacking manpages (5.10-1) ...
12:57:09 #12 2.677    dh_strip_nondeterminism
12:57:09 #12 2.755    dh_compress
12:57:09 #12 2.801    dh_fixperms
12:57:09 #12 2.850    dh_missing
12:57:09 #12 2.879    dh_installdeb
12:57:09 #11 35.67 Preparing to unpack .../311-libref-util-xs-perl_0.117-1build5_amd64.deb ...
12:57:09 #11 35.68 Unpacking libref-util-xs-perl (0.117-1build5) ...
12:57:09 #11 35.70 Selecting previously unselected package libregexp-pattern-license-perl.
12:57:09 #11 35.70 Preparing to unpack .../312-libregexp-pattern-license-perl_3.9.3-1_all.deb ...
12:57:09 #11 35.71 Unpacking libregexp-pattern-license-perl (3.9.3-1) ...
12:57:09 #11 35.74 Selecting previously unselected package libregexp-pattern-perl.
12:57:09 #11 35.74 Preparing to unpack .../313-libregexp-pattern-perl_0.2.14-1_all.deb ...
12:57:09 #11 35.74 Unpacking libregexp-pattern-perl (0.2.14-1) ...
12:57:09 #11 35.78 Selecting previously unselected package libsasl2-modules:amd64.
12:57:09 #11 35.78 Preparing to unpack .../314-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.1_amd64.deb ...
12:57:09 #11 35.79 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:57:09 #11 35.82 Selecting previously unselected package libsereal-decoder-perl.
12:57:09 #11 35.82 Preparing to unpack .../315-libsereal-decoder-perl_4.023+ds-1_amd64.deb ...
12:57:09 #11 35.82 Unpacking libsereal-decoder-perl (4.023+ds-1) ...
12:57:09 #11 35.85 Selecting previously unselected package libsereal-encoder-perl:amd64.
12:57:09 #11 35.86 Preparing to unpack .../316-libsereal-encoder-perl_4.023+ds-1_amd64.deb ...
12:57:09 #11 35.86 Unpacking libsereal-encoder-perl:amd64 (4.023+ds-1) ...
12:57:09 #11 35.89 Selecting previously unselected package libset-intspan-perl.
12:57:09 #11 35.89 Preparing to unpack .../317-libset-intspan-perl_1.19-2_all.deb ...
12:57:09 #11 35.90 Unpacking libset-intspan-perl (1.19-2) ...
12:57:09 #11 35.92 Selecting previously unselected package libsocket6-perl.
12:57:09 #11 35.93 Preparing to unpack .../318-libsocket6-perl_0.29-1build4_amd64.deb ...
12:57:09 #11 35.93 Unpacking libsocket6-perl (0.29-1build4) ...
12:57:09 #11 35.96 Selecting previously unselected package libstring-copyright-perl.
12:57:09 #11 35.96 Preparing to unpack .../319-libstring-copyright-perl_0.003012-1_all.deb ...
12:57:09 #11 35.97 Unpacking libstring-copyright-perl (0.003012-1) ...
12:57:09 #11 35.99 Selecting previously unselected package libstring-escape-perl.
12:57:09 #10 24.74 Unpacking xz-utils (5.2.4-1+deb10u1) ...
12:57:09 #10 24.81 Selecting previously unselected package libsigsegv2:armhf.
12:57:09 #10 24.81 Preparing to unpack .../008-libsigsegv2_2.12-2_armhf.deb ...
12:57:09 #10 24.82 Unpacking libsigsegv2:armhf (2.12-2) ...
12:57:09 #10 24.87 Selecting previously unselected package m4.
12:57:09 #10 24.87 Preparing to unpack .../009-m4_1.4.18-2_armhf.deb ...
12:57:09 #10 24.87 Unpacking m4 (1.4.18-2) ...
12:57:09 #10 25.01 Selecting previously unselected package autoconf.
12:57:09 #10 25.01 Preparing to unpack .../010-autoconf_2.69-11_all.deb ...
12:57:09 #14 31.66 Last metadata expiration check: 0:00:45 ago on Wed Feb  8 12:56:24 2023.
12:57:09 #10 39.72 Preparing to unpack .../213-libhtml-form-perl_6.03-1_all.deb ...
12:57:09 #10 39.72 Unpacking libhtml-form-perl (6.03-1) ...
12:57:09 #10 39.75 Selecting previously unselected package libhtml-tree-perl.
12:57:09 #10 39.75 Preparing to unpack .../214-libhtml-tree-perl_5.07-1_all.deb ...
12:57:09 #10 39.75 Unpacking libhtml-tree-perl (5.07-1) ...
12:57:09 #10 39.80 Selecting previously unselected package libhtml-format-perl.
12:57:09 #10 39.80 Preparing to unpack .../215-libhtml-format-perl_2.12-1_all.deb ...
12:57:09 #10 39.80 Unpacking libhtml-format-perl (2.12-1) ...
12:57:09 #10 39.83 Selecting previously unselected package libhttp-cookies-perl.
12:57:09 #10 39.84 Preparing to unpack .../216-libhttp-cookies-perl_6.04-1_all.deb ...
12:57:09 #10 39.84 Unpacking libhttp-cookies-perl (6.04-1) ...
12:57:09 #10 39.86 Selecting previously unselected package libhttp-daemon-perl.
12:57:09 #10 39.87 Preparing to unpack .../217-libhttp-daemon-perl_6.01-1ubuntu0.1_all.deb ...
12:57:09 #10 39.87 Unpacking libhttp-daemon-perl (6.01-1ubuntu0.1) ...
12:57:09 #10 39.90 Selecting previously unselected package libhttp-negotiate-perl.
12:57:09 #10 39.90 Preparing to unpack .../218-libhttp-negotiate-perl_6.00-2_all.deb ...
12:57:09 #10 39.91 Unpacking libhttp-negotiate-perl (6.00-2) ...
12:57:09 #10 39.93 Selecting previously unselected package libimport-into-perl.
12:57:09 #10 39.94 Preparing to unpack .../219-libimport-into-perl_1.002005-1_all.deb ...
12:57:09 #10 49.93 Adding system-user for exim (v4)
12:57:09 #10 48.28 Running transaction check
12:57:09 #10 48.43 Transaction check succeeded.
12:57:09 #10 48.43 Running transaction test
12:57:09 #11 37.48 Preparing to unpack .../219-libsub-install-perl_0.928-1_all.deb ...
12:57:09 #11 37.48 Unpacking libsub-install-perl (0.928-1) ...
12:57:09 #11 37.51 Selecting previously unselected package libdata-optlist-perl.
12:57:09 #11 37.51 Preparing to unpack .../220-libdata-optlist-perl_0.110-1_all.deb ...
12:57:09 #11 37.51 Unpacking libdata-optlist-perl (0.110-1) ...
12:57:09 #11 37.54 Selecting previously unselected package libsub-exporter-perl.
12:57:09 #11 37.54 Preparing to unpack .../221-libsub-exporter-perl_0.987-1_all.deb ...
12:57:09 #11 37.54 Unpacking libsub-exporter-perl (0.987-1) ...
12:57:09 #11 37.57 Selecting previously unselected package libconst-fast-perl.
12:57:09 #11 37.57 Preparing to unpack .../222-libconst-fast-perl_0.014-1_all.deb ...
12:57:09 #11 37.58 Unpacking libconst-fast-perl (0.014-1) ...
12:57:09 #11 37.60 Selecting previously unselected package libwant-perl.
12:57:09 #11 37.60 Preparing to unpack .../223-libwant-perl_0.29-1build4_amd64.deb ...
12:57:09 #11 37.60 Unpacking libwant-perl (0.29-1build4) ...
12:57:09 #11 37.63 Selecting previously unselected package libcontextual-return-perl.
12:57:09 #11 37.63 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ...
12:57:09 #11 37.63 Unpacking libcontextual-return-perl (0.004014-2) ...
12:57:09 #11 37.67 Selecting previously unselected package libcpanel-json-xs-perl.
12:57:09 #11 37.67 Preparing to unpack .../225-libcpanel-json-xs-perl_4.19-1build1_amd64.deb ...
12:57:09 #11 37.67 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
12:57:09 #11 37.70 Selecting previously unselected package libdata-dump-perl.
12:57:09 #10 46.75 Preparing to unpack .../322-libpath-iterator-rule-perl_1.015-2_all.deb ...
12:57:09 #10 46.75 Unpacking libpath-iterator-rule-perl (1.015-2) ...
12:57:09 #10 46.79 Selecting previously unselected package libperlio-gzip-perl.
12:57:09 #10 46.79 Preparing to unpack .../323-libperlio-gzip-perl_0.20-1+b1_amd64.deb ...
12:57:09 #10 46.79 Unpacking libperlio-gzip-perl (0.20-1+b1) ...
12:57:09 #10 46.83 Selecting previously unselected package libperlio-utf8-strict-perl.
12:57:09 #10 46.83 Preparing to unpack .../324-libperlio-utf8-strict-perl_0.010-1_amd64.deb ...
12:57:09 #10 46.83 Unpacking libperlio-utf8-strict-perl (0.010-1) ...
12:57:09 #10 46.87 Selecting previously unselected package libpod-parser-perl.
12:57:09 #10 46.87 Preparing to unpack .../325-libpod-parser-perl_1.65-1_all.deb ...
12:57:09 #10 46.89 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:57:09 #10 46.90 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:57:09 #10 46.90 Unpacking libpod-parser-perl (1.65-1) ...
12:57:09 #10 46.94 Selecting previously unselected package libpod-constants-perl.
12:57:09 #10 46.94 Preparing to unpack .../326-libpod-constants-perl_0.19-2_all.deb ...
12:57:09 #10 46.95 Unpacking libpod-constants-perl (0.19-2) ...
12:57:09 #10 46.98 Selecting previously unselected package libproc-processtable-perl:amd64.
12:57:09 #10 46.98 Preparing to unpack .../327-libproc-processtable-perl_0.634-1+b2_amd64.deb ...
12:57:09 #10 46.98 Unpacking libproc-processtable-perl:amd64 (0.634-1+b2) ...
12:57:09 #10 47.02 Selecting previously unselected package libre2-9:amd64.
12:57:09 #10 47.02 Preparing to unpack .../328-libre2-9_20220601+dfsg-1+b1_amd64.deb ...
12:57:09 #10 47.03 Unpacking libre2-9:amd64 (20220601+dfsg-1+b1) ...
12:57:09 #10 47.08 Selecting previously unselected package libre-engine-re2-perl:amd64.
12:57:09 #10 47.08 Preparing to unpack .../329-libre-engine-re2-perl_0.17+ds-1_amd64.deb ...
12:57:09 #11 47.72 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
12:57:09 #11 47.74 Setting up perl (5.34.0-5ubuntu1.1) ...
12:57:09 #11 47.76 Setting up libpackage-stash-xs-perl:amd64 (0.30-1) ...
12:57:09 #11 47.77 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:57:09 #11 47.78 Setting up libxs-parse-keyword-perl (0.25-1) ...
12:57:09 #11 47.79 Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ...
12:57:09 #11 47.80 Setting up libdata-dump-perl (1.25-1) ...
12:57:09 #11 47.84 Setting up gcc-12 (12.2.0-3ubuntu1) ...
12:57:09 #11 47.86 Setting up libfile-find-rule-perl (0.34-2) ...
12:57:09 #11 47.87 Setting up libref-util-perl (0.204-1) ...
12:57:09 #11 47.88 Setting up libipc-system-simple-perl (1.30-1) ...
12:57:09 #11 47.89 Setting up libnet-domain-tld-perl (1.75-2) ...
12:57:09 #11 49.79 Setting up libgssapi-krb5-2:arm64 (1.20-1ubuntu0.1) ...
12:57:09 #11 49.82 Setting up libsystemd-shared:arm64 (251.4-1ubuntu7) ...
12:57:09 #11 49.83 Setting up libgdbm-compat4:arm64 (1.23-1) ...
12:57:09 #11 49.84 Setting up gir1.2-glib-2.0:arm64 (1.74.0-2) ...
12:57:09 #11 49.85 Setting up libssh-4:arm64 (0.9.6-2build1) ...
12:57:09 #11 49.87 Setting up dwz (0.14-1build2) ...
12:57:09 #11 49.88 Setting up groff-base (1.22.4-8build1) ...
12:57:09 #11 49.90 Setting up cpp (4:12.2.0-1ubuntu1) ...
12:57:09 #11 49.92 Setting up gpgconf (2.2.35-3ubuntu1) ...
12:57:09 #11 49.93 Setting up debugedit (1:5.0-5) ...
12:57:09 #11 49.95 Setting up libcurl4:arm64 (7.85.0-1ubuntu0.2) ...
12:57:09 #11 49.96 Setting up libx11-6:arm64 (2:1.8.1-2) ...
12:57:09 #11 49.97 Setting up libcryptsetup12:arm64 (2:2.5.0-2ubuntu1) ...
12:57:09 #11 49.99 Setting up libtiff5:arm64 (4.4.0-4ubuntu3.2) ...
12:57:09 #11 50.00 Setting up curl (7.85.0-1ubuntu0.2) ...
12:57:09 #10 29.01 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
12:57:09 #10 29.06 Selecting previously unselected package dh-strip-nondeterminism.
12:57:09 #10 29.06 Preparing to unpack .../081-dh-strip-nondeterminism_1.13.1-1_all.deb ...
12:57:09 #10 29.06 Unpacking dh-strip-nondeterminism (1.13.1-1) ...
12:57:09 #10 29.11 Selecting previously unselected package libelf1:armhf.
12:57:09 #10 29.11 Preparing to unpack .../082-libelf1_0.188-2.1_armhf.deb ...
12:57:09 #10 29.11 Unpacking libelf1:armhf (0.188-2.1) ...
12:57:09 #10 29.22 Selecting previously unselected package dwz.
12:57:09 #10 29.22 Preparing to unpack .../083-dwz_0.15-1_armhf.deb ...
12:57:09 #10 29.22 Unpacking dwz (0.15-1) ...
12:57:09 #10 29.29 Selecting previously unselected package libicu72:armhf.
12:57:09 #10 29.29 Preparing to unpack .../084-libicu72_72.1-3_armhf.deb ...
12:57:09 #10 29.29 Unpacking libicu72:armhf (72.1-3) ...
12:57:09 #11 45.28 Setting up libcommon-sense-perl:arm64 (3.75-2build1) ...
12:57:09 #11 45.30 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
12:57:09 #11 45.31 Setting up libnet-http-perl (6.22-1) ...
12:57:09 #11 45.32 Setting up libpath-iterator-rule-perl (1.015-1) ...
12:57:09 #11 45.33 Setting up libtext-markdown-discount-perl:arm64 (0.13-1build1) ...
12:57:09 #11 45.38 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
12:57:09 #11 45.40 Setting up libtime-moment-perl (0.44-1build6) ...
12:57:09 #11 45.41 Setting up libencode-locale-perl (1.05-1.1) ...
12:57:09 #11 45.42 Setting up libexception-class-perl (1.45-1) ...
12:57:09 #11 45.43 Setting up libmath-base85-perl (0.5+dfsg-1) ...
12:57:09 #11 45.45 Setting up libconfig-tiny-perl (2.28-1) ...
12:57:09 #11 45.46 Setting up libsereal-encoder-perl:arm64 (4.023+ds-1) ...
12:57:09 #11 45.47 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
12:57:09 #11 45.48 Setting up liblist-utilsby-perl (0.11-1) ...
12:57:09 #11 45.50 Setting up libstring-shellquote-perl (1.04-1) ...
12:57:09 #11 45.51 Setting up libnet-netmask-perl (2.0001-1) ...
12:57:09 #11 45.52 Setting up libsub-install-perl (0.928-1.1) ...
12:57:09 #11 45.54 Setting up dpkg-dev (1.21.1ubuntu2.1) ...
12:57:09 #11 45.55 Setting up intltool-debian (0.35.0+20060710.5) ...
12:57:09 #11 45.57 Setting up liberror-perl (0.17029-1) ...
12:57:09 #11 45.58 Setting up dh-autoreconf (20) ...
12:57:09 #11 45.59 Setting up patchutils (0.4.2-1build2) ...
12:57:09 #13 12.28 (46/68): m4-1.4.19-1.el9.x86_64.rpm             638 kB/s | 300 kB     00:00    
12:57:09 #13 12.53 (47/68): pcre2-devel-10.40-2.el9.x86_64.rpm     808 kB/s | 515 kB     00:00    
12:57:09 #12 7.488 Selecting previously unselected package liblzo2-2:arm64.
12:57:09 #12 7.490 Preparing to unpack .../02-liblzo2-2_2.08-1.2_arm64.deb ...
12:57:09 #12 7.493 Unpacking liblzo2-2:arm64 (2.08-1.2) ...
12:57:09 #12 7.527 Selecting previously unselected package libarchive13:arm64.
12:57:09 #12 7.530 Preparing to unpack .../03-libarchive13_3.2.2-3.1ubuntu0.7_arm64.deb ...
12:57:09 #12 7.536 Unpacking libarchive13:arm64 (3.2.2-3.1ubuntu0.7) ...
12:57:09 #12 7.583 Selecting previously unselected package libjsoncpp1:arm64.
12:57:09 #12 7.585 Preparing to unpack .../04-libjsoncpp1_1.7.4-3_arm64.deb ...
12:57:09 #12 7.588 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
12:57:09 #10 49.66 Updating certificates in /etc/ssl/certs...
12:57:09 #10 32.83 Fedora 37 openh264 (From Cisco) - x86_64        2.3 kB/s | 2.5 kB     00:01    
12:57:09 #10 17.96 Selecting previously unselected package libmd0:armhf.
12:57:09 #10 17.96 Preparing to unpack .../012-libmd0_1.0.3-3_armhf.deb ...
12:57:09 #10 17.98 Unpacking libmd0:armhf (1.0.3-3) ...
12:57:09 #10 18.10 Selecting previously unselected package libbsd0:armhf.
12:57:09 #10 18.10 Preparing to unpack .../013-libbsd0_0.11.3-1_armhf.deb ...
12:57:09 #10 18.11 Unpacking libbsd0:armhf (0.11.3-1) ...
12:57:09 #12 2.915    dh_gencontrol
12:57:09 #12 3.050    dh_md5sums
12:57:09 #12 3.096    dh_builddeb
12:57:09 #12 3.126 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:57:09 #12 3.147  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_arm64.buildinfo
12:57:09 #11 36.00 Preparing to unpack .../320-libstring-escape-perl_2010.002-2_all.deb ...
12:57:09 #11 36.00 Unpacking libstring-escape-perl (2010.002-2) ...
12:57:09 #11 36.03 Selecting previously unselected package libstring-shellquote-perl.
12:57:09 #11 36.04 Preparing to unpack .../321-libstring-shellquote-perl_1.04-1_all.deb ...
12:57:09 #11 36.04 Unpacking libstring-shellquote-perl (1.04-1) ...
12:57:09 #11 36.08 Selecting previously unselected package libxs-parse-keyword-perl.
12:57:09 #11 36.08 Preparing to unpack .../322-libxs-parse-keyword-perl_0.21-1build1_amd64.deb ...
12:57:09 #11 36.09 Unpacking libxs-parse-keyword-perl (0.21-1build1) ...
12:57:09 #11 36.12 Selecting previously unselected package libsyntax-keyword-try-perl.
12:57:09 #11 36.12 Preparing to unpack .../323-libsyntax-keyword-try-perl_0.26-1build1_amd64.deb ...
12:57:09 #11 36.13 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ...
12:57:09 #11 36.15 Selecting previously unselected package libterm-readkey-perl.
12:57:09 #11 36.16 Preparing to unpack .../324-libterm-readkey-perl_2.38-1build4_amd64.deb ...
12:57:09 #11 36.16 Unpacking libterm-readkey-perl (2.38-1build4) ...
12:57:09 #11 36.18 Selecting previously unselected package libtext-levenshteinxs-perl.
12:57:09 #11 36.19 Preparing to unpack .../325-libtext-levenshteinxs-perl_0.03-4build10_amd64.deb ...
12:57:09 #11 36.19 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ...
12:57:09 #11 36.22 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
12:57:09 #11 36.22 Preparing to unpack .../326-libtext-markdown-discount-perl_0.13-1build1_amd64.deb ...
12:57:09 #10 25.01 Unpacking autoconf (2.69-11) ...
12:57:09 #10 25.12 Selecting previously unselected package autotools-dev.
12:57:09 #10 25.12 Preparing to unpack .../011-autotools-dev_20180224.1_all.deb ...
12:57:09 #10 25.13 Unpacking autotools-dev (20180224.1) ...
12:57:09 #10 25.18 Selecting previously unselected package automake.
12:57:09 #10 25.18 Preparing to unpack .../012-automake_1%3a1.16.1-4_all.deb ...
12:57:09 #10 25.19 Unpacking automake (1:1.16.1-4) ...
12:57:09 #10 39.94 Unpacking libimport-into-perl (1.002005-1) ...
12:57:09 #10 39.96 Selecting previously unselected package libio-pty-perl.
12:57:09 #10 39.97 Preparing to unpack .../220-libio-pty-perl_1%3a1.08-1.1build4_amd64.deb ...
12:57:09 #10 39.97 Unpacking libio-pty-perl (1:1.08-1.1build4) ...
12:57:09 #10 40.00 Selecting previously unselected package libio-string-perl.
12:57:09 #10 40.00 Preparing to unpack .../221-libio-string-perl_1.08-3_all.deb ...
12:57:09 #10 40.00 Unpacking libio-string-perl (1.08-3) ...
12:57:09 #10 40.03 Selecting previously unselected package libipc-run-perl.
12:57:09 #10 40.04 Preparing to unpack .../222-libipc-run-perl_0.96-1_all.deb ...
12:57:09 #10 40.04 Unpacking libipc-run-perl (0.96-1) ...
12:57:09 #10 40.07 Selecting previously unselected package liblist-compare-perl.
12:57:09 #10 40.07 Preparing to unpack .../223-liblist-compare-perl_0.53-1_all.deb ...
12:57:09 #10 40.08 Unpacking liblist-compare-perl (0.53-1) ...
12:57:09 #10 40.11 Selecting previously unselected package liblist-moreutils-perl.
12:57:09 #10 40.11 Preparing to unpack .../224-liblist-moreutils-perl_0.416-1build3_amd64.deb ...
12:57:09 #10 40.11 Unpacking liblist-moreutils-perl (0.416-1build3) ...
12:57:09 #10 40.15 Selecting previously unselected package libltdl7:amd64.
12:57:09 #10 40.15 Preparing to unpack .../225-libltdl7_2.4.6-2_amd64.deb ...
12:57:09 #10 40.15 Unpacking libltdl7:amd64 (2.4.6-2) ...
12:57:09 #10 40.18 Selecting previously unselected package libltdl-dev:amd64.
12:57:09 #10 40.18 Preparing to unpack .../226-libltdl-dev_2.4.6-2_amd64.deb ...
12:57:09 #10 40.18 Unpacking libltdl-dev:amd64 (2.4.6-2) ...
12:57:09 #10 40.23 Selecting previously unselected package libnet-http-perl.
12:57:09 #10 40.23 Preparing to unpack .../227-libnet-http-perl_6.17-1_all.deb ...
12:57:09 #10 40.23 Unpacking libnet-http-perl (6.17-1) ...
12:57:09 #10 40.26 Selecting previously unselected package libwww-robotrules-perl.
12:57:09 #10 48.83 Transaction test succeeded.
12:57:09 #10 48.84 Running transaction
12:57:09 #11 37.71 Preparing to unpack .../226-libdata-dump-perl_1.23-1_all.deb ...
12:57:09 #11 37.71 Unpacking libdata-dump-perl (1.23-1) ...
12:57:09 #11 37.73 Selecting previously unselected package libdigest-bubblebabble-perl.
12:57:09 #11 37.73 Preparing to unpack .../227-libdigest-bubblebabble-perl_0.02-2_all.deb ...
12:57:09 #11 37.74 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
12:57:09 #11 37.76 Selecting previously unselected package libdigest-hmac-perl.
12:57:09 #11 37.76 Preparing to unpack .../228-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
12:57:09 #11 37.76 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
12:57:09 #11 37.79 Selecting previously unselected package libdistro-info-perl.
12:57:09 #11 37.79 Preparing to unpack .../229-libdistro-info-perl_0.23ubuntu1_all.deb ...
12:57:09 #11 37.79 Unpacking libdistro-info-perl (0.23ubuntu1) ...
12:57:09 #11 37.81 Selecting previously unselected package libnet-smtp-ssl-perl.
12:57:09 #11 37.82 Preparing to unpack .../230-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:57:09 #11 37.82 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:57:09 #11 37.84 Selecting previously unselected package libmailtools-perl.
12:57:09 #11 37.84 Preparing to unpack .../231-libmailtools-perl_2.21-1_all.deb ...
12:57:09 #11 37.85 Unpacking libmailtools-perl (2.21-1) ...
12:57:09 #11 37.88 Selecting previously unselected package libnet-ip-perl.
12:57:09 #11 37.88 Preparing to unpack .../232-libnet-ip-perl_1.26-2_all.deb ...
12:57:09 #11 37.89 Unpacking libnet-ip-perl (1.26-2) ...
12:57:09 #11 37.91 Selecting previously unselected package libnet-dns-perl.
12:57:09 #11 37.91 Preparing to unpack .../233-libnet-dns-perl_1.22-1_all.deb ...
12:57:09 #11 37.91 Unpacking libnet-dns-perl (1.22-1) ...
12:57:09 #11 37.97 Selecting previously unselected package libnet-domain-tld-perl.
12:57:09 #11 37.97 Preparing to unpack .../234-libnet-domain-tld-perl_1.75-1_all.deb ...
12:57:09 #11 37.97 Unpacking libnet-domain-tld-perl (1.75-1) ...
12:57:09 #11 38.00 Selecting previously unselected package libemail-valid-perl.
12:57:09 #11 38.00 Preparing to unpack .../235-libemail-valid-perl_1.202-1_all.deb ...
12:57:09 #11 38.00 Unpacking libemail-valid-perl (1.202-1) ...
12:57:09 #11 38.03 Selecting previously unselected package libexporter-tiny-perl.
12:57:09 #10 47.08 Unpacking libre-engine-re2-perl:amd64 (0.17+ds-1) ...
12:57:09 #10 47.11 Selecting previously unselected package libreadonly-perl.
12:57:09 #10 47.12 Preparing to unpack .../330-libreadonly-perl_2.050-3_all.deb ...
12:57:09 #10 47.12 Unpacking libreadonly-perl (2.050-3) ...
12:57:09 #10 47.15 Selecting previously unselected package libref-util-perl.
12:57:09 #10 47.15 Preparing to unpack .../331-libref-util-perl_0.204-2_all.deb ...
12:57:09 #10 47.16 Unpacking libref-util-perl (0.204-2) ...
12:57:09 #10 47.19 Selecting previously unselected package libref-util-xs-perl.
12:57:09 #10 47.19 Preparing to unpack .../332-libref-util-xs-perl_0.117-2+b1_amd64.deb ...
12:57:09 #10 47.19 Unpacking libref-util-xs-perl (0.117-2+b1) ...
12:57:09 #10 47.23 Selecting previously unselected package libregexp-pattern-license-perl.
12:57:09 #10 47.23 Preparing to unpack .../333-libregexp-pattern-license-perl_3.9.4-3_all.deb ...
12:57:09 #10 47.23 Unpacking libregexp-pattern-license-perl (3.9.4-3) ...
12:57:09 #10 47.27 Selecting previously unselected package libregexp-pattern-perl.
12:57:09 #10 47.27 Preparing to unpack .../334-libregexp-pattern-perl_0.2.14-2_all.deb ...
12:57:09 #10 47.28 Unpacking libregexp-pattern-perl (0.2.14-2) ...
12:57:09 #10 47.32 Selecting previously unselected package libregexp-wildcards-perl.
12:57:09 #10 47.32 Preparing to unpack .../335-libregexp-wildcards-perl_1.05-3_all.deb ...
12:57:09 #11 47.90 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
12:57:09 #11 47.91 Setting up libsocket6-perl (0.29-2) ...
12:57:09 #11 47.92 Setting up systemd-timesyncd (251.4-1ubuntu7) ...
12:57:09 #11 48.13 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
12:57:09 #11 48.13 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
12:57:09 #11 48.14 Setting up libvariable-magic-perl (0.62-2) ...
12:57:09 #11 48.15 Setting up libio-html-perl (1.004-3) ...
12:57:09 #11 50.02 Setting up libxmuu1:arm64 (2:1.1.3-3) ...
12:57:09 #11 50.03 Setting up gpg (2.2.35-3ubuntu1) ...
12:57:09 #11 50.04 Setting up gnupg-utils (2.2.35-3ubuntu1) ...
12:57:09 #11 50.06 Setting up libtirpc3:arm64 (1.3.3+ds-1) ...
12:57:09 #11 50.07 Setting up libperl5.34:arm64 (5.34.0-5ubuntu1.1) ...
12:57:09 #11 50.08 Setting up gpg-agent (2.2.35-3ubuntu1) ...
12:57:09 #14 0.932 Last metadata expiration check: 0:00:15 ago on Wed Feb  8 12:56:54 2023.
12:57:09 #13 12.61 (48/68): pcre2-utf16-10.40-2.el9.x86_64.rpm     657 kB/s | 217 kB     00:00    
12:57:09 #13 12.78 (49/68): perl-DynaLoader-1.47-480.el9.x86_64.rp 158 kB/s |  27 kB     00:00    
12:57:09 #11 45.61 Setting up libmail-sendmail-perl (0.80-1.1) ...
12:57:09 #11 45.62 Setting up libltdl-dev:arm64 (2.4.6-15build2) ...
12:57:09 #11 45.63 Setting up libjson-maybexs-perl (1.004003-1) ...
12:57:09 #11 45.64 Setting up libxml-sax-base-perl (1.09-1.1) ...
12:57:09 #11 45.65 Setting up libio-string-perl (1.08-3.1) ...
12:57:09 #11 45.66 Setting up libreadonly-perl (2.050-3) ...
12:57:09 #11 45.67 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ...
12:57:09 #11 45.68 Setting up python3-chardet (4.0.0-1) ...
12:57:09 #12 7.625 Selecting previously unselected package librhash0:arm64.
12:57:09 #12 7.627 Preparing to unpack .../05-librhash0_1.3.6-2_arm64.deb ...
12:57:09 #12 7.631 Unpacking librhash0:arm64 (1.3.6-2) ...
12:57:09 #12 7.667 Selecting previously unselected package libuv1:arm64.
12:57:09 #12 7.669 Preparing to unpack .../06-libuv1_1.18.0-3_arm64.deb ...
12:57:09 #12 7.673 Unpacking libuv1:arm64 (1.18.0-3) ...
12:57:09 #12 7.709 Selecting previously unselected package cmake.
12:57:09 #12 7.712 Preparing to unpack .../07-cmake_3.10.2-1ubuntu2.18.04.2_arm64.deb ...
12:57:09 #12 7.715 Unpacking cmake (3.10.2-1ubuntu2.18.04.2) ...
12:57:09 #10 18.19 Selecting previously unselected package libedit2:armhf.
12:57:09 #10 18.19 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_armhf.deb ...
12:57:09 #10 18.19 Unpacking libedit2:armhf (3.1-20191231-2+b1) ...
12:57:09 #10 18.27 Selecting previously unselected package libcbor0:armhf.
12:57:09 #10 18.27 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_armhf.deb ...
12:57:09 #10 18.27 Unpacking libcbor0:armhf (0.5.0+dfsg-2) ...
12:57:09 #10 18.32 Selecting previously unselected package libfido2-1:armhf.
12:57:09 #10 18.32 Preparing to unpack .../016-libfido2-1_1.6.0-2_armhf.deb ...
12:57:09 #10 18.34 Unpacking libfido2-1:armhf (1.6.0-2) ...
12:57:09 #10 18.42 Selecting previously unselected package openssh-client.
12:57:09 #10 18.42 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5+deb11u1_armhf.deb ...
12:57:09 #10 18.42 Unpacking openssh-client (1:8.4p1-5+deb11u1) ...
12:57:09 #12 3.304  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_arm64.changes
12:57:09 #12 3.387 dpkg-genchanges: info: binary-only upload (no source code included)
12:57:09 #12 3.391  dpkg-source --after-build .
12:57:09 #11 36.22 Unpacking libtext-markdown-discount-perl:amd64 (0.13-1build1) ...
12:57:09 #11 36.25 Selecting previously unselected package libtext-xslate-perl:amd64.
12:57:09 #11 36.25 Preparing to unpack .../327-libtext-xslate-perl_3.5.9-1build1_amd64.deb ...
12:57:09 #11 36.26 Unpacking libtext-xslate-perl:amd64 (3.5.9-1build1) ...
12:57:09 #11 36.29 Selecting previously unselected package libtime-duration-perl.
12:57:09 #11 36.29 Preparing to unpack .../328-libtime-duration-perl_1.21-1_all.deb ...
12:57:09 #11 36.30 Unpacking libtime-duration-perl (1.21-1) ...
12:57:09 #11 36.33 Selecting previously unselected package libtime-moment-perl.
12:57:09 #11 36.33 Preparing to unpack .../329-libtime-moment-perl_0.44-1build6_amd64.deb ...
12:57:09 #11 36.33 Unpacking libtime-moment-perl (0.44-1build6) ...
12:57:09 #11 36.36 Selecting previously unselected package libtype-tiny-xs-perl.
12:57:09 #11 36.36 Preparing to unpack .../330-libtype-tiny-xs-perl_0.022-1build2_amd64.deb ...
12:57:09 #11 36.37 Unpacking libtype-tiny-xs-perl (0.022-1build2) ...
12:57:09 #11 36.39 Selecting previously unselected package libunicode-utf8-perl.
12:57:09 #11 36.40 Preparing to unpack .../331-libunicode-utf8-perl_0.62-1build4_amd64.deb ...
12:57:09 #11 36.40 Unpacking libunicode-utf8-perl (0.62-1build4) ...
12:57:09 #11 36.43 Selecting previously unselected package libxml-namespacesupport-perl.
12:57:09 #10 40.26 Preparing to unpack .../228-libwww-robotrules-perl_6.01-1_all.deb ...
12:57:09 #10 40.27 Unpacking libwww-robotrules-perl (6.01-1) ...
12:57:09 #10 40.30 Selecting previously unselected package libwww-perl.
12:57:09 #10 40.30 Preparing to unpack .../229-libwww-perl_6.31-1ubuntu0.1_all.deb ...
12:57:09 #10 40.30 Unpacking libwww-perl (6.31-1ubuntu0.1) ...
12:57:09 #10 40.34 Selecting previously unselected package liblwp-protocol-https-perl.
12:57:09 #10 40.34 Preparing to unpack .../230-liblwp-protocol-https-perl_6.07-2_all.deb ...
12:57:09 #10 40.35 Unpacking liblwp-protocol-https-perl (6.07-2) ...
12:57:09 #10 40.37 Selecting previously unselected package libsys-hostname-long-perl.
12:57:09 #10 40.37 Preparing to unpack .../231-libsys-hostname-long-perl_1.5-1_all.deb ...
12:57:09 #10 40.38 Unpacking libsys-hostname-long-perl (1.5-1) ...
12:57:09 #10 40.41 Selecting previously unselected package libmail-sendmail-perl.
12:57:09 #10 40.41 Preparing to unpack .../232-libmail-sendmail-perl_0.80-1_all.deb ...
12:57:09 #10 40.41 Unpacking libmail-sendmail-perl (0.80-1) ...
12:57:09 #10 40.44 Selecting previously unselected package librole-tiny-perl.
12:57:09 #10 40.44 Preparing to unpack .../233-librole-tiny-perl_2.000006-1_all.deb ...
12:57:09 #10 40.44 Unpacking librole-tiny-perl (2.000006-1) ...
12:57:09 #10 40.47 Selecting previously unselected package libstrictures-perl.
12:57:09 #10 40.47 Preparing to unpack .../234-libstrictures-perl_2.000003-1_all.deb ...
12:57:09 #10 40.47 Unpacking libstrictures-perl (2.000003-1) ...
12:57:09 #10 40.50 Selecting previously unselected package libsub-quote-perl.
12:57:09 #10 25.34 Selecting previously unselected package autopoint.
12:57:09 #10 25.34 Preparing to unpack .../013-autopoint_0.19.8.1-9_all.deb ...
12:57:09 #10 25.34 Unpacking autopoint (0.19.8.1-9) ...
12:57:09 #10 25.40 Selecting previously unselected package binutils-common:armhf.
12:57:09 #10 25.40 Preparing to unpack .../014-binutils-common_2.31.1-16+rpi2_armhf.deb ...
12:57:09 #10 25.41 Unpacking binutils-common:armhf (2.31.1-16+rpi2) ...
12:57:10 #10 47.33 Unpacking libregexp-wildcards-perl (1.05-3) ...
12:57:10 #10 47.37 Selecting previously unselected package libsasl2-modules:amd64.
12:57:10 #10 47.37 Preparing to unpack .../336-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ...
12:57:10 #10 47.37 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ...
12:57:10 #10 47.41 Selecting previously unselected package libsereal-decoder-perl.
12:57:10 #10 47.41 Preparing to unpack .../337-libsereal-decoder-perl_5.002+ds-1_amd64.deb ...
12:57:10 #10 47.41 Unpacking libsereal-decoder-perl (5.002+ds-1) ...
12:57:10 #10 47.45 Selecting previously unselected package libsereal-encoder-perl.
12:57:10 #10 47.45 Preparing to unpack .../338-libsereal-encoder-perl_5.002+ds-1_amd64.deb ...
12:57:10 #10 47.46 Unpacking libsereal-encoder-perl (5.002+ds-1) ...
12:57:10 #10 47.49 Selecting previously unselected package libset-intspan-perl.
12:57:10 #10 47.50 Preparing to unpack .../339-libset-intspan-perl_1.19-3_all.deb ...
12:57:10 #10 47.50 Unpacking libset-intspan-perl (1.19-3) ...
12:57:10 #10 47.53 Selecting previously unselected package libtask-weaken-perl.
12:57:10 #10 47.53 Preparing to unpack .../340-libtask-weaken-perl_1.06-2_all.deb ...
12:57:10 #10 47.54 Unpacking libtask-weaken-perl (1.06-2) ...
12:57:10 #10 47.56 Selecting previously unselected package libxml-parser-perl.
12:57:10 #11 38.03 Preparing to unpack .../236-libexporter-tiny-perl_1.002001-1_all.deb ...
12:57:10 #11 38.03 Unpacking libexporter-tiny-perl (1.002001-1) ...
12:57:10 #11 38.06 Selecting previously unselected package libipc-system-simple-perl.
12:57:10 #11 38.06 Preparing to unpack .../237-libipc-system-simple-perl_1.26-1_all.deb ...
12:57:10 #11 38.06 Unpacking libipc-system-simple-perl (1.26-1) ...
12:57:10 #11 38.09 Selecting previously unselected package libfile-basedir-perl.
12:57:10 #11 38.09 Preparing to unpack .../238-libfile-basedir-perl_0.08-1_all.deb ...
12:57:10 #11 38.10 Unpacking libfile-basedir-perl (0.08-1) ...
12:57:10 #11 38.12 Selecting previously unselected package libfile-chdir-perl.
12:57:10 #11 38.12 Preparing to unpack .../239-libfile-chdir-perl_0.1008-1_all.deb ...
12:57:10 #11 38.13 Unpacking libfile-chdir-perl (0.1008-1) ...
12:57:10 #11 38.15 Selecting previously unselected package libfile-fcntllock-perl.
12:57:10 #11 38.15 Preparing to unpack .../240-libfile-fcntllock-perl_0.22-3build4_amd64.deb ...
12:57:10 #11 38.16 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
12:57:10 #11 38.19 Selecting previously unselected package libnumber-compare-perl.
12:57:10 #11 38.19 Preparing to unpack .../241-libnumber-compare-perl_0.03-1_all.deb ...
12:57:10 #11 38.19 Unpacking libnumber-compare-perl (0.03-1) ...
12:57:10 #11 38.22 Selecting previously unselected package libtext-glob-perl.
12:57:10 #11 38.22 Preparing to unpack .../242-libtext-glob-perl_0.10-1_all.deb ...
12:57:10 #11 38.22 Unpacking libtext-glob-perl (0.10-1) ...
12:57:10 #11 38.25 Selecting previously unselected package libfile-find-rule-perl.
12:57:10 #11 48.16 Setting up libpod-parser-perl (1.65-1) ...
12:57:10 #11 48.17 Setting up libb-hooks-op-check-perl:amd64 (0.22-2) ...
12:57:10 #11 48.18 Setting up liblist-moreutils-xs-perl (0.430-3) ...
12:57:10 #11 48.19 Setting up libparams-util-perl (1.102-1build3) ...
12:57:10 #11 48.20 Setting up libdpkg-perl (1.21.9ubuntu1) ...
12:57:10 #11 48.21 Setting up libtime-duration-perl (1.21-1) ...
12:57:10 #11 48.22 Setting up autoconf (2.71-2) ...
12:57:10 #11 48.24 Setting up libsub-exporter-progressive-perl (0.001013-2) ...
12:57:10 #11 48.25 Setting up libarray-intspan-perl (2.004-2) ...
12:57:10 #11 48.26 Setting up libcapture-tiny-perl (0.48-1) ...
12:57:10 #11 48.27 Setting up libtimedate-perl (2.3300-2) ...
12:57:10 #11 48.28 Setting up gpg-wks-server (2.2.35-3ubuntu1) ...
12:57:10 #11 48.29 Setting up libsub-name-perl:amd64 (0.26-2) ...
12:57:10 #11 48.30 Setting up libtype-tiny-xs-perl:amd64 (0.022-2) ...
12:57:10 #11 48.32 Setting up libsyntax-keyword-try-perl (0.27-1) ...
12:57:10 #11 48.33 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:57:10 #11 48.34 Setting up libproc-processtable-perl:amd64 (0.634-1build1) ...
12:57:10 #11 48.35 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:57:10 #11 48.36 Setting up xauth (1:1.1.1-1) ...
12:57:10 #11 48.37 Setting up libpath-tiny-perl (0.122-1) ...
12:57:10 #11 48.38 Setting up libarchive-cpio-perl (0.10-2) ...
12:57:10 #11 48.40 Setting up libjson-perl (4.09000-1) ...
12:57:10 #11 48.41 Setting up libnsl2:amd64 (1.3.0-2build2) ...
12:57:10 #11 48.42 Setting up libipc-run3-perl (0.048-2) ...
12:57:10 #11 48.43 Setting up libregexp-wildcards-perl (1.05-3) ...
12:57:10 #11 48.44 Setting up libfcgi-perl:amd64 (0.82+ds-1build1) ...
12:57:10 #11 48.45 Setting up libsub-override-perl (0.09-3) ...
12:57:10 #11 48.46 Setting up libaliased-perl (0.34-2) ...
12:57:10 #10 50.25 Setting up libuchardet0:amd64 (0.0.6-3) ...
12:57:10 #10 50.27 Setting up git-man (1:2.20.1-2+deb10u7) ...
12:57:10 #10 50.28 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
12:57:10 #10 50.29 Setting up netbase (5.6) ...
12:57:10 #10 50.32 Setting up libkrb5-3:amd64 (1.17-3+deb10u5) ...
12:57:10 #10 50.33 Setting up libmpdec2:amd64 (2.4.2-2) ...
12:57:10 #10 50.35 Setting up libbinutils:amd64 (2.31.1-16) ...
12:57:10 #10 50.36 Setting up cpp-8 (8.3.0-6) ...
12:57:10 #10 50.37 Setting up libc-dev-bin (2.28-10+deb10u2) ...
12:57:10 #10 50.39 Setting up openssl (1.1.1n-0+deb10u3) ...
12:57:10 #10 50.41 Setting up libbsd0:amd64 (0.9.1-2+deb10u1) ...
12:57:10 #10 50.42 Setting up readline-common (7.0-5) ...
12:57:10 #10 50.43 Setting up publicsuffix (20220811.1734-0+deb10u1) ...
12:57:10 #11 50.23 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
12:57:10 #11 50.35 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
12:57:10 #10 50.80 Dependencies resolved.
12:57:10 #10 50.83 ================================================================================
12:57:10 #10 50.83  Package                       Arch      Version                Repo       Size
12:57:10 #10 50.83 ================================================================================
12:57:10 #10 50.83 Installing:
12:57:10 #10 50.83  dnf-plugins-core              noarch    4.3.1-1.fc36           updates    34 k
12:57:10 #10 50.83  rpm-build                     aarch64   4.17.1-3.fc36          updates    59 k
12:57:10 #10 50.83  rpmlint                       noarch    2.4.0-3.fc36           updates   238 k
12:57:10 #10 50.83 Upgrading:
12:57:10 #10 50.83  elfutils-libelf               aarch64   0.188-3.fc36           updates   196 k
12:57:10 #10 50.83  elfutils-libs                 aarch64   0.188-3.fc36           updates   256 k
12:57:10 #10 50.83  glibc                         aarch64   2.35-22.fc36           updates   1.7 M
12:57:10 #10 50.83  glibc-common                  aarch64   2.35-22.fc36           updates   328 k
12:57:10 #10 50.83  glibc-minimal-langpack        aarch64   2.35-22.fc36           updates    60 k
12:57:10 #10 50.83 Installing dependencies:
12:57:10 #10 50.83  ansible-srpm-macros           noarch    1-8.1.fc36             updates   8.5 k
12:57:10 #10 50.83  binutils                      aarch64   2.37-37.fc36           updates   6.3 M
12:57:10 #10 50.83  binutils-gold                 aarch64   2.37-37.fc36           updates   893 k
12:57:10 #10 50.83  bzip2                         aarch64   1.0.8-11.fc36          fedora     52 k
12:57:10 #10 50.83  cpio                          aarch64   2.13-12.fc36           fedora    267 k
12:57:10 #10 50.83  dash                          aarch64   0.5.10.2-10.fc36       fedora     97 k
12:57:10 #10 50.83  dbus-libs                     aarch64   1:1.14.4-1.fc36        updates   153 k
12:57:10 #10 50.83  debugedit                     aarch64   5.0-3.fc36             fedora     76 k
12:57:10 #10 50.83  desktop-file-utils            aarch64   0.26-6.fc36            fedora     71 k
12:57:10 #10 50.83  devscripts-checkbashisms      aarch64   2.22.1-1.fc36          fedora     28 k
12:57:10 #10 50.83  diffutils                     aarch64   3.8-2.fc36             fedora    368 k
12:57:10 #10 50.83  dwz                           aarch64   0.14-4.fc36            updates   125 k
12:57:10 #10 50.83  ed                            aarch64   1.14.2-12.fc36         fedora     73 k
12:57:10 #10 50.83  efi-srpm-macros               noarch    5-5.fc36               fedora     22 k
12:57:10 #10 50.83  elfutils                      aarch64   0.188-3.fc36           updates   519 k
12:57:10 #10 50.83  elfutils-debuginfod-client    aarch64   0.188-3.fc36           updates    39 k
12:57:10 #10 50.83  emacs-filesystem              noarch    1:28.2-1.fc36          updates   7.1 k
12:57:10 #10 50.83  enchant                       aarch64   1:1.6.0-30.fc36        fedora     59 k
12:57:10 #10 50.83  file                          aarch64   5.41-4.fc36            fedora     48 k
12:57:10 #10 50.83  fonts-srpm-macros             noarch    1:2.0.5-7.fc36         fedora     27 k
12:57:10 #10 50.83  fpc-srpm-macros               noarch    1.3-5.fc36             fedora    7.6 k
12:57:10 #10 50.83  gdb-minimal                   aarch64   12.1-2.fc36            updates   3.5 M
12:57:10 #10 50.83  gdk-pixbuf2                   aarch64   2.42.9-2.fc36          updates   463 k
12:57:10 #10 50.83  ghc-srpm-macros               noarch    1.5.0-6.fc36           fedora    7.7 k
12:57:10 #10 50.83  glibc-gconv-extra             aarch64   2.35-22.fc36           updates   1.7 M
12:57:10 #10 50.83  gnat-srpm-macros              noarch    4-15.fc36              fedora    8.2 k
12:57:10 #10 50.83  go-srpm-macros                noarch    3.2.0-1.fc36           updates    26 k
12:57:10 #10 50.83  groff-base                    aarch64   1.22.4-9.fc36          fedora    1.0 M
12:57:10 #10 50.83  hunspell                      aarch64   1.7.0-19.fc36          fedora    284 k
12:57:10 #10 50.83  hunspell-en-GB                noarch    0.20140811.1-22.fc36   fedora    225 k
12:57:10 #10 50.83  hunspell-en-US                noarch    0.20140811.1-22.fc36   fedora    176 k
12:57:10 #10 50.83  hunspell-filesystem           aarch64   1.7.0-19.fc36          fedora    8.9 k
12:57:10 #10 50.83  info                          aarch64   6.8-3.fc36             fedora    220 k
12:57:10 #10 50.83  json-glib                     aarch64   1.6.6-2.fc36           fedora    149 k
12:57:10 #10 50.83  kernel-srpm-macros            noarch    1.0-14.fc36            fedora    9.1 k
12:57:10 #10 50.83  libappstream-glib             aarch64   0.8.0-4.fc36           updates   376 k
12:57:10 #10 50.83  libjpeg-turbo                 aarch64   2.1.2-2.fc36           fedora    190 k
12:57:10 #10 50.83  libpkgconf                    aarch64   1.8.0-2.fc36           fedora     36 k
12:57:10 #10 50.83  libpng                        aarch64   2:1.6.37-12.fc36       fedora    114 k
12:57:10 #10 50.83  libstemmer                    aarch64   0-18.585svn.fc36       fedora     82 k
12:57:10 #10 50.83  lua-srpm-macros               noarch    1-6.fc36               fedora    8.5 k
12:57:10 #10 50.83  ncurses                       aarch64   6.2-9.20210508.fc36    fedora    400 k
12:57:10 #10 50.83  nim-srpm-macros               noarch    3-6.fc36               fedora    8.3 k
12:57:10 #10 50.83  ocaml-srpm-macros             noarch    6-6.fc36               fedora    7.7 k
12:57:10 #10 50.83  openblas-srpm-macros          noarch    2-11.fc36              fedora    7.4 k
12:57:10 #10 50.83  package-notes-srpm-macros     noarch    0.4-14.fc36            fedora     11 k
12:57:10 #10 50.83  patch                         aarch64   2.7.6-16.fc36          fedora    121 k
12:57:10 #10 50.83  perl-AutoLoader               noarch    5.74-486.fc36          fedora     26 k
12:57:10 #10 50.83  perl-B                        aarch64   1.82-486.fc36          fedora    186 k
12:57:10 #10 50.83  perl-Carp                     noarch    1.52-479.fc36          fedora     29 k
12:57:10 #10 50.83  perl-Class-Struct             noarch    0.66-486.fc36          fedora     27 k
12:57:10 #10 50.83  perl-Data-Dumper              aarch64   2.183-3.fc36           fedora     55 k
12:57:10 #10 50.83  perl-Digest                   noarch    1.20-2.fc36            fedora     25 k
12:57:10 #10 50.83  perl-Digest-MD5               aarch64   2.58-479.fc36          fedora     36 k
12:57:10 #10 50.83  perl-DynaLoader               aarch64   1.50-486.fc36          fedora     31 k
12:57:10 #10 50.83  perl-Encode                   aarch64   4:3.17-485.fc36        updates   1.7 M
12:57:10 #10 50.83  perl-Errno                    aarch64   1.33-486.fc36          fedora     20 k
12:57:10 #10 50.83  perl-Exporter                 noarch    5.76-480.fc36          fedora     31 k
12:57:10 #10 50.83  perl-Fcntl                    aarch64   1.14-486.fc36          fedora     25 k
12:57:10 #10 50.83  perl-File-Basename            noarch    2.85-486.fc36          fedora     22 k
12:57:10 #10 50.83  perl-File-Path                noarch    2.18-479.fc36          fedora     35 k
12:57:10 #10 50.83  perl-File-Temp                noarch    1:0.231.100-479.fc36   fedora     59 k
12:57:10 #10 50.83  perl-File-stat                noarch    1.09-486.fc36          fedora     22 k
12:57:10 #10 50.83  perl-FileHandle               noarch    2.03-486.fc36          fedora     20 k
12:57:10 #10 50.83  perl-Getopt-Long              noarch    1:2.54-1.fc36          updates    60 k
12:57:10 #10 50.83  perl-Getopt-Std               noarch    1.13-486.fc36          fedora     21 k
12:57:10 #10 50.83  perl-HTTP-Tiny                noarch    0.082-1.fc36           updates    55 k
12:57:10 #10 50.83  perl-IO                       aarch64   1.46-486.fc36          fedora     92 k
12:57:10 #10 50.83  perl-IPC-Open3                noarch    1.21-486.fc36          fedora     28 k
12:57:10 #10 50.83  perl-MIME-Base64              aarch64   3.16-479.fc36          fedora     30 k
12:57:10 #10 50.83  perl-Net-SSLeay               aarch64   1.92-2.fc36            fedora    365 k
12:57:10 #10 50.83  perl-POSIX                    aarch64   1.97-486.fc36          fedora    103 k
12:57:10 #10 50.83  perl-PathTools                aarch64   3.80-479.fc36          fedora     85 k
12:57:10 #10 50.83  perl-Pod-Escapes              noarch    1:1.07-479.fc36        fedora     20 k
12:57:10 #10 50.83  perl-Pod-Perldoc              noarch    3.28.01-480.fc36       fedora     83 k
12:57:10 #10 50.83  perl-Pod-Simple               noarch    1:3.43-3.fc36          fedora    215 k
12:57:10 #10 50.83  perl-Pod-Usage                noarch    4:2.01-479.fc36        fedora     40 k
12:57:10 #10 50.83  perl-Scalar-List-Utils        aarch64   5:1.63-489.fc36        updates    71 k
12:57:10 #10 50.83  perl-SelectSaver              noarch    1.02-486.fc36          fedora     17 k
12:57:10 #10 50.83  perl-Socket                   aarch64   4:2.036-1.fc36         updates    55 k
12:57:10 #10 50.83  perl-Storable                 aarch64   1:3.25-2.fc36          fedora     93 k
12:57:10 #10 50.83  perl-Symbol                   noarch    1.09-486.fc36          fedora     19 k
12:57:10 #10 50.83  perl-Term-ANSIColor           noarch    5.01-480.fc36          fedora     48 k
12:57:10 #10 50.83  perl-Term-Cap                 noarch    1.17-479.fc36          fedora     22 k
12:57:10 #10 50.83  perl-Text-ParseWords          noarch    3.31-1.fc36            updates    16 k
12:57:10 #10 50.83  perl-Text-Tabs+Wrap           noarch    2021.0814-2.fc36       fedora     22 k
12:57:10 #10 50.83  perl-Time-Local               noarch    2:1.300-479.fc36       fedora     34 k
12:57:10 #10 50.83  perl-URI                      noarch    5.10-1.fc36            fedora    108 k
12:57:10 #10 50.83  perl-base                     noarch    2.27-486.fc36          fedora     21 k
12:57:10 #10 50.83  perl-constant                 noarch    1.33-480.fc36          fedora     23 k
12:57:10 #10 50.83  perl-if                       noarch    0.60.900-486.fc36      fedora     19 k
12:57:10 #10 50.83  perl-interpreter              aarch64   4:5.34.1-486.fc36      fedora     76 k
12:57:10 #10 50.83  perl-libnet                   noarch    3.13-480.fc36          fedora    126 k
12:57:10 #10 50.83  perl-libs                     aarch64   4:5.34.1-486.fc36      fedora    2.0 M
12:57:10 #10 50.83  perl-mro                      aarch64   1.25-486.fc36          fedora     33 k
12:57:10 #10 50.83  perl-overload                 noarch    1.33-486.fc36          fedora     50 k
12:57:10 #10 50.83  perl-overloading              noarch    0.02-486.fc36          fedora     18 k
12:57:10 #10 50.83  perl-parent                   noarch    1:0.238-479.fc36       fedora     14 k
12:57:10 #10 50.83  perl-podlators                noarch    1:4.14-479.fc36        fedora    112 k
12:57:10 #10 50.83  perl-srpm-macros              noarch    1-43.fc36              fedora    8.4 k
12:57:10 #10 50.83  perl-subs                     noarch    1.04-486.fc36          fedora     17 k
12:57:10 #10 50.83  perl-vars                     noarch    1.05-486.fc36          fedora     18 k
12:57:10 #10 50.83  pkgconf                       aarch64   1.8.0-2.fc36           fedora     41 k
12:57:10 #10 50.83  pkgconf-m4                    noarch    1.8.0-2.fc36           fedora     14 k
12:57:10 #10 50.83  pkgconf-pkg-config            aarch64   1.8.0-2.fc36           fedora     10 k
12:57:10 #10 50.83  python-srpm-macros            noarch    3.10-20.fc36           updates    23 k
12:57:10 #10 50.83  python3-construct             noarch    2.10.68-1.fc36         updates   112 k
12:57:10 #10 50.83  python3-dateutil              noarch    1:2.8.1-8.fc36         fedora    289 k
12:57:10 #10 50.83  python3-dbus                  aarch64   1.2.18-3.fc36          fedora    132 k
12:57:10 #10 50.83  python3-distro                noarch    1.6.0-2.fc36           fedora     38 k
12:57:10 #10 50.83  python3-dnf-plugins-core      noarch    4.3.1-1.fc36           updates   229 k
12:57:10 #10 50.83  python3-enchant               noarch    3.2.2-2.fc36           fedora     79 k
12:57:10 #10 50.83  python3-file-magic            noarch    5.41-4.fc36            fedora     18 k
12:57:10 #10 50.83  python3-pybeam                noarch    0.7-2.fc36             fedora     24 k
12:57:10 #10 50.83  python3-pyxdg                 noarch    0.27-4.fc36            fedora     96 k
12:57:10 #10 50.83  python3-six                   noarch    1.16.0-5.fc36          fedora     36 k
12:57:10 #10 50.83  python3-tomli                 noarch    1.2.3-1.fc36           fedora     29 k
12:57:10 #10 50.83  python3-tomli-w               noarch    0.4.0-3.fc36           fedora     18 k
12:57:10 #10 50.83  python3-zstandard             aarch64   0.17.0-1.fc36          fedora    428 k
12:57:10 #10 50.83  qt5-srpm-macros               noarch    5.15.7-1.fc36          updates   7.9 k
12:57:10 #10 50.83  redhat-rpm-config             noarch    222-1.fc36             updates    66 k
12:57:10 #10 50.83  rpmautospec-rpm-macros        noarch    0.3.1-1.fc36           updates   8.7 k
12:57:10 #10 50.83  rpmlint-fedora-license-data   noarch    1.12-1.fc36            updates    18 k
12:57:10 #10 50.83  rust-srpm-macros              noarch    23-1.fc36              updates   9.3 k
12:57:10 #10 50.83  shared-mime-info              aarch64   2.1-3.fc35             fedora    373 k
12:57:10 #10 50.83  unzip                         aarch64   6.0-57.fc36            fedora    182 k
12:57:10 #10 50.83  xxhash-libs                   aarch64   0.8.1-2.fc36           fedora     34 k
12:57:10 #10 50.83  xz                            aarch64   5.2.5-9.fc36           fedora    215 k
12:57:10 #10 50.83  zip                           aarch64   3.0-32.fc36            fedora    256 k
12:57:10 #10 50.83  zstd                          aarch64   1.5.2-2.fc36           updates   412 k
12:57:10 #10 50.83 Installing weak dependencies:
12:57:10 #10 50.83  hunspell-en                   noarch    0.20140811.1-22.fc36   fedora    180 k
12:57:10 #10 50.83  perl-IO-Socket-IP             noarch    0.41-480.fc36          fedora     42 k
12:57:10 #10 50.83  perl-IO-Socket-SSL            noarch    2.074-2.fc36           fedora    218 k
12:57:10 #10 50.83  perl-Mozilla-CA               noarch    20211001-2.fc36        fedora     12 k
12:57:10 #10 50.83  perl-NDBM_File                aarch64   1.15-486.fc36          fedora     27 k
12:57:10 #10 50.83 
12:57:10 #10 50.83 Transaction Summary
12:57:10 #10 50.83 ================================================================================
12:57:10 #10 50.83 Install  138 Packages
12:57:10 #10 50.83 Upgrade    5 Packages
12:57:10 #10 50.83 
12:57:10 #10 50.83 Total download size: 31 M
12:57:10 #10 50.83 Downloading Packages:
12:57:10 #13 12.89 (50/68): llvm-libs-15.0.7-1.el9.x86_64.rpm       20 MB/s |  21 MB     00:01    
12:57:10 #13 12.90 (51/68): pcre2-utf32-10.40-2.el9.x86_64.rpm     560 kB/s | 206 kB     00:00    
12:57:10 #13 12.90 (52/68): perl-Error-0.17029-7.el9.noarch.rpm    349 kB/s |  42 kB     00:00    
12:57:10 #13 12.96 (53/68): perl-File-Compare-1.100.600-480.el9.no 222 kB/s |  14 kB     00:00    
12:57:10 #13 12.97 (54/68): perl-File-Copy-2.34-480.el9.noarch.rpm 310 kB/s |  21 kB     00:00    
12:57:10 #13 12.97 (55/68): perl-File-Find-1.37-480.el9.noarch.rpm 397 kB/s |  27 kB     00:00    
12:57:10 #13 13.03 (56/68): perl-Git-2.39.1-1.el9.noarch.rpm       587 kB/s |  39 kB     00:00    
12:57:10 #11 45.96 Setting up libstring-copyright-perl (0.003012-1) ...
12:57:10 #11 45.97 Setting up python3-debian (0.1.43ubuntu1) ...
12:57:10 #12 7.988 Selecting previously unselected package dh-apparmor.
12:57:10 #12 7.990 Preparing to unpack .../08-dh-apparmor_2.12-4ubuntu5.1_all.deb ...
12:57:10 #12 7.994 Unpacking dh-apparmor (2.12-4ubuntu5.1) ...
12:57:10 #12 8.027 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:57:10 #12 8.030 Preparing to unpack .../09-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ...
12:57:10 #12 8.033 Unpacking libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:57:10 #12 8.072 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
12:57:10 #12 8.073 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ...
12:57:10 #12 8.077 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:57:10 #12 8.112 Selecting previously unselected package libudev-dev:arm64.
12:57:10 #10 18.65 Selecting previously unselected package ucf.
12:57:10 #10 18.65 Preparing to unpack .../018-ucf_3.0043_all.deb ...
12:57:10 #10 18.65 Moving old data out of the way
12:57:10 #10 18.65 Unpacking ucf (3.0043) ...
12:57:10 #10 18.71 Selecting previously unselected package xz-utils.
12:57:10 #10 18.71 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_armhf.deb ...
12:57:10 #10 50.07 129 added, 0 removed; done.
12:57:10 #10 50.10 Setting up libfreetype6:amd64 (2.10.4+dfsg-1+deb11u1) ...
12:57:10 #10 50.12 Setting up shared-mime-info (2.0-1) ...
12:57:10 #12 3.498 dpkg-buildpackage: info: binary-only upload (no source included)
12:57:10 #12 3.504 
12:57:10 #12 3.504 The package has been created.
12:57:10 #12 3.504 Attention, the package has been created in the current directory,
12:57:10 #12 3.504 not in ".." as indicated by the message above!
12:57:10 #12 3.535 Selecting previously unselected package docker-ce-build-deps.
12:57:10 #12 3.554 (Reading database ... 29839 files and directories currently installed.)
12:57:10 #12 3.555 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:57:10 #12 3.559 Unpacking docker-ce-build-deps (1.0) ...
12:57:10 #11 36.43 Preparing to unpack .../332-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
12:57:10 #11 36.43 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
12:57:10 #11 36.46 Selecting previously unselected package libxml-sax-base-perl.
12:57:10 #11 36.46 Preparing to unpack .../333-libxml-sax-base-perl_1.09-1.1_all.deb ...
12:57:10 #11 36.47 Unpacking libxml-sax-base-perl (1.09-1.1) ...
12:57:10 #11 36.51 Selecting previously unselected package libxml-sax-perl.
12:57:10 #11 36.52 Preparing to unpack .../334-libxml-sax-perl_1.02+dfsg-3_all.deb ...
12:57:10 #11 36.52 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
12:57:10 #11 36.58 Selecting previously unselected package libxml-libxml-perl.
12:57:10 #11 36.58 Preparing to unpack .../335-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_amd64.deb ...
12:57:10 #11 36.59 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:57:10 #11 36.62 Selecting previously unselected package libxml-parser-perl:amd64.
12:57:10 #11 36.63 Preparing to unpack .../336-libxml-parser-perl_2.46-3build1_amd64.deb ...
12:57:10 #11 36.63 Unpacking libxml-parser-perl:amd64 (2.46-3build1) ...
12:57:10 #11 36.67 Selecting previously unselected package libxml-sax-expat-perl.
12:57:10 #11 36.67 Preparing to unpack .../337-libxml-sax-expat-perl_0.51-1_all.deb ...
12:57:10 #11 36.68 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:57:10 #11 36.70 Selecting previously unselected package libyaml-libyaml-perl.
12:57:10 #10 40.50 Preparing to unpack .../235-libsub-quote-perl_2.005000-1_all.deb ...
12:57:10 #10 40.51 Unpacking libsub-quote-perl (2.005000-1) ...
12:57:10 #10 40.53 Selecting previously unselected package libmoo-perl.
12:57:10 #10 40.54 Preparing to unpack .../236-libmoo-perl_2.003004-1_all.deb ...
12:57:10 #10 40.54 Unpacking libmoo-perl (2.003004-1) ...
12:57:10 #10 40.57 Selecting previously unselected package libpackage-stash-perl.
12:57:10 #10 40.58 Preparing to unpack .../237-libpackage-stash-perl_0.37-1_all.deb ...
12:57:10 #10 40.58 Unpacking libpackage-stash-perl (0.37-1) ...
12:57:10 #10 40.61 Selecting previously unselected package libsub-identify-perl.
12:57:10 #10 40.61 Preparing to unpack .../238-libsub-identify-perl_0.14-1_amd64.deb ...
12:57:10 #10 40.61 Unpacking libsub-identify-perl (0.14-1) ...
12:57:10 #10 40.64 Selecting previously unselected package libnamespace-clean-perl.
12:57:10 #10 40.64 Preparing to unpack .../239-libnamespace-clean-perl_0.27-1_all.deb ...
12:57:10 #10 40.64 Unpacking libnamespace-clean-perl (0.27-1) ...
12:57:10 #10 40.67 Selecting previously unselected package libnumber-compare-perl.
12:57:10 #10 40.67 Preparing to unpack .../240-libnumber-compare-perl_0.03-1_all.deb ...
12:57:10 #10 40.67 Unpacking libnumber-compare-perl (0.03-1) ...
12:57:10 #10 40.70 Selecting previously unselected package libnumber-range-perl.
12:57:10 #10 40.70 Preparing to unpack .../241-libnumber-range-perl_0.12-1_all.deb ...
12:57:10 #10 40.70 Unpacking libnumber-range-perl (0.12-1) ...
12:57:10 #10 40.73 Selecting previously unselected package libpackage-stash-xs-perl.
12:57:10 #10 47.57 Preparing to unpack .../341-libxml-parser-perl_2.46-4_amd64.deb ...
12:57:10 #10 47.57 Unpacking libxml-parser-perl (2.46-4) ...
12:57:10 #10 47.62 Selecting previously unselected package libsoap-lite-perl.
12:57:10 #10 47.62 Preparing to unpack .../342-libsoap-lite-perl_1.27-2_all.deb ...
12:57:10 #10 47.62 Unpacking libsoap-lite-perl (1.27-2) ...
12:57:10 #10 47.68 Selecting previously unselected package libsocket6-perl.
12:57:10 #10 47.68 Preparing to unpack .../343-libsocket6-perl_0.29-3_amd64.deb ...
12:57:10 #10 47.68 Unpacking libsocket6-perl (0.29-3) ...
12:57:10 #10 47.71 Selecting previously unselected package libstring-copyright-perl.
12:57:10 #10 47.71 Preparing to unpack .../344-libstring-copyright-perl_0.003014-1_all.deb ...
12:57:10 #10 47.72 Unpacking libstring-copyright-perl (0.003014-1) ...
12:57:10 #10 47.75 Selecting previously unselected package libstring-escape-perl.
12:57:10 #10 47.75 Preparing to unpack .../345-libstring-escape-perl_2010.002-3_all.deb ...
12:57:10 #10 47.75 Unpacking libstring-escape-perl (2010.002-3) ...
12:57:10 #10 47.78 Selecting previously unselected package libstring-license-perl.
12:57:10 #11 38.25 Preparing to unpack .../243-libfile-find-rule-perl_0.34-1_all.deb ...
12:57:10 #11 38.25 Unpacking libfile-find-rule-perl (0.34-1) ...
12:57:10 #11 38.28 Selecting previously unselected package libfont-afm-perl.
12:57:10 #11 38.28 Preparing to unpack .../244-libfont-afm-perl_1.20-2_all.deb ...
12:57:10 #11 38.28 Unpacking libfont-afm-perl (1.20-2) ...
12:57:10 #11 38.31 Selecting previously unselected package libio-string-perl.
12:57:10 #11 38.31 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ...
12:57:10 #11 38.31 Unpacking libio-string-perl (1.08-3) ...
12:57:10 #11 38.34 Selecting previously unselected package libfont-ttf-perl.
12:57:10 #11 38.34 Preparing to unpack .../246-libfont-ttf-perl_1.06-1_all.deb ...
12:57:10 #11 38.34 Unpacking libfont-ttf-perl (1.06-1) ...
12:57:10 #11 38.40 Selecting previously unselected package libfuture-perl.
12:57:10 #11 38.40 Preparing to unpack .../247-libfuture-perl_0.43-1_all.deb ...
12:57:10 #11 38.40 Unpacking libfuture-perl (0.43-1) ...
12:57:10 #11 38.43 Selecting previously unselected package libio-stringy-perl.
12:57:10 #11 38.44 Preparing to unpack .../248-libio-stringy-perl_2.111-3_all.deb ...
12:57:10 #11 38.44 Unpacking libio-stringy-perl (2.111-3) ...
12:57:10 #11 38.47 Selecting previously unselected package libparams-validate-perl.
12:57:10 #11 38.47 Preparing to unpack .../249-libparams-validate-perl_1.29-3_amd64.deb ...
12:57:10 #11 38.47 Unpacking libparams-validate-perl (1.29-3) ...
12:57:10 #11 38.50 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:57:10 #10 25.77 Selecting previously unselected package libbinutils:armhf.
12:57:10 #10 25.77 Preparing to unpack .../015-libbinutils_2.31.1-16+rpi2_armhf.deb ...
12:57:10 #10 25.77 Unpacking libbinutils:armhf (2.31.1-16+rpi2) ...
12:57:10 #10 25.87 Selecting previously unselected package libfl2:armhf.
12:57:10 #10 25.87 Preparing to unpack .../016-libfl2_2.6.4-6.2_armhf.deb ...
12:57:10 #10 25.87 Unpacking libfl2:armhf (2.6.4-6.2) ...
12:57:10 #10 25.93 Selecting previously unselected package binutils-arm-linux-gnueabihf.
12:57:10 #10 25.93 Preparing to unpack .../017-binutils-arm-linux-gnueabihf_2.31.1-16+rpi2_armhf.deb ...
12:57:10 #11 48.47 Setting up libstrictures-perl (2.000006-1) ...
12:57:10 #11 48.48 Setting up libsub-quote-perl (2.006006-1) ...
12:57:10 #11 48.51 Setting up libdevel-stacktrace-perl (2.0400-1) ...
12:57:10 #11 48.52 Setting up libclass-xsaccessor-perl (1.19-4) ...
12:57:10 #11 48.53 Setting up libsort-versions-perl (1.62-2) ...
12:57:10 #11 48.55 Setting up libexporter-tiny-perl (1.002002-1) ...
12:57:10 #11 48.56 Setting up libre-engine-re2-perl:amd64 (0.14-1build2) ...
12:57:10 #11 48.57 Setting up libfile-dirlist-perl (0.05-2) ...
12:57:10 #11 48.58 Setting up libterm-readkey-perl (2.38-2) ...
12:57:10 #11 48.59 Setting up libtext-levenshteinxs-perl (0.03-5) ...
12:57:10 #11 48.60 Setting up libperlio-gzip-perl (0.20-1) ...
12:57:10 #11 48.61 Setting up libsys-hostname-long-perl (1.5-2) ...
12:57:10 #11 48.62 Setting up libhtml-html5-entities-perl (0.004-2) ...
12:57:10 #11 48.63 Setting up libsereal-decoder-perl (4.025+ds-1) ...
12:57:10 #11 48.64 Setting up liburi-perl (5.12-1ubuntu1) ...
12:57:10 #11 48.65 Setting up libnet-ipv6addr-perl (1.02-1) ...
12:57:10 #11 48.66 Setting up libfile-touch-perl (0.12-1) ...
12:57:10 #11 48.67 Setting up systemd-resolved (251.4-1ubuntu7) ...
12:57:10 #10 50.44 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u5) ...
12:57:10 #10 50.45 Setting up libcc1-0:amd64 (8.3.0-6) ...
12:57:10 #10 50.47 Setting up iso-codes (4.2-1) ...
12:57:10 #10 50.48 Setting up liblocale-gettext-perl (1.07-3+b4) ...
12:57:10 #10 50.49 Setting up liblsan0:amd64 (8.3.0-6) ...
12:57:10 #10 50.51 Setting up dctrl-tools (2.24-3) ...
12:57:10 #10 50.52 Setting up libitm1:amd64 (8.3.0-6) ...
12:57:10 #10 50.54 Setting up debian-keyring (2019.02.25) ...
12:57:10 #10 50.55 Setting up libreadline7:amd64 (7.0-5) ...
12:57:10 #10 50.56 Setting up libgdbm6:amd64 (1.18.1-4) ...
12:57:10 #10 50.58 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
12:57:10 #10 50.59 Setting up binutils-x86-64-linux-gnu (2.31.1-16) ...
12:57:10 #10 50.60 Setting up libtsan0:amd64 (8.3.0-6) ...
12:57:10 #10 50.61 Setting up pinentry-curses (1.1.0-2) ...
12:57:10 #10 50.63 Setting up manpages-dev (4.16-2) ...
12:57:10 #10 50.64 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
12:57:10 #10 49.51   Preparing        :                                                        1/1 
12:57:10 #11 50.47 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
12:57:10 #11 50.59 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
12:57:10 #11 50.60 Setting up libxpm4:arm64 (1:3.5.12-1ubuntu0.22.10.1) ...
12:57:10 #11 50.62 Setting up openssh-client (1:9.0p1-1ubuntu7.1) ...
12:57:10 #11 50.70 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
12:57:10 #11 48.70 Setting up liblinux-epoll-perl (0.017-1) ...
12:57:10 #11 48.72 Setting up libvariable-magic-perl (0.62-1build2) ...
12:57:10 #11 48.73 Setting up python3-idna (2.8-1) ...
12:57:10 #11 48.94 Setting up libio-html-perl (1.001-1) ...
12:57:10 #11 48.95 Setting up libcroco3:arm64 (0.6.13-1) ...
12:57:10 #11 48.97 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
12:57:10 #13 13.04 (57/68): perl-TermReadKey-2.38-11.el9.x86_64.rp 528 kB/s |  37 kB     00:00    
12:57:10 #13 13.04 (58/68): perl-Thread-Queue-3.14-460.el9.noarch. 295 kB/s |  22 kB     00:00    
12:57:10 #13 13.10 (59/68): perl-lib-0.65-480.el9.x86_64.rpm       241 kB/s |  16 kB     00:00    
12:57:10 #13 13.10 (60/68): perl-threads-2.25-460.el9.x86_64.rpm   882 kB/s |  58 kB     00:00    
12:57:10 #13 13.11 (61/68): perl-threads-shared-1.61-460.el9.x86_6 663 kB/s |  45 kB     00:00    
12:57:10 #13 13.18 (62/68): policycoreutils-devel-3.5-0.rc2.1.el9. 1.7 MB/s | 144 kB     00:00    
12:57:10 #13 13.22 (63/68): device-mapper-devel-1.02.187-4.el9.x86 1.0 MB/s |  44 kB     00:00    
12:57:10 #13 13.28 (64/68): selinux-policy-devel-38.1.5-1.el9.noar 8.1 MB/s | 1.4 MB     00:00    
12:57:10 #12 8.114 Preparing to unpack .../11-libudev-dev_237-3ubuntu10.56_arm64.deb ...
12:57:10 #12 8.123 Unpacking libudev-dev:arm64 (237-3ubuntu10.56) ...
12:57:10 #12 8.153 Selecting previously unselected package libsepol1-dev:arm64.
12:57:10 #12 8.155 Preparing to unpack .../12-libsepol1-dev_2.7-1ubuntu0.1_arm64.deb ...
12:57:10 #12 8.159 Unpacking libsepol1-dev:arm64 (2.7-1ubuntu0.1) ...
12:57:10 #12 8.248 Selecting previously unselected package libpcre16-3:arm64.
12:57:10 #12 8.250 Preparing to unpack .../13-libpcre16-3_2%3a8.39-9ubuntu0.1_arm64.deb ...
12:57:10 #12 8.253 Unpacking libpcre16-3:arm64 (2:8.39-9ubuntu0.1) ...
12:57:10 #12 8.291 Selecting previously unselected package libpcre32-3:arm64.
12:57:10 #12 8.293 Preparing to unpack .../14-libpcre32-3_2%3a8.39-9ubuntu0.1_arm64.deb ...
12:57:10 #12 8.297 Unpacking libpcre32-3:arm64 (2:8.39-9ubuntu0.1) ...
12:57:10 #12 8.336 Selecting previously unselected package libpcrecpp0v5:arm64.
12:57:10 #12 8.338 Preparing to unpack .../15-libpcrecpp0v5_2%3a8.39-9ubuntu0.1_arm64.deb ...
12:57:10 #12 8.341 Unpacking libpcrecpp0v5:arm64 (2:8.39-9ubuntu0.1) ...
12:57:10 #12 8.370 Selecting previously unselected package libpcre3-dev:arm64.
12:57:10 #12 8.370 Preparing to unpack .../16-libpcre3-dev_2%3a8.39-9ubuntu0.1_arm64.deb ...
12:57:10 #11 46.15 Setting up python3-requests (2.25.1+dfsg-2) ...
12:57:10 #12 DONE 12.2s
12:57:10 
12:57:10 #13 [stage-1 5/8] COPY sources/ /sources
12:57:10 #10 18.71 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
12:57:10 #10 18.80 Selecting previously unselected package libsigsegv2:armhf.
12:57:10 #10 18.80 Preparing to unpack .../020-libsigsegv2_2.13-1_armhf.deb ...
12:57:10 #10 18.81 Unpacking libsigsegv2:armhf (2.13-1) ...
12:57:10 #10 18.86 Selecting previously unselected package m4.
12:57:10 #10 18.86 Preparing to unpack .../021-m4_1.4.18-5_armhf.deb ...
12:57:10 #10 18.87 Unpacking m4 (1.4.18-5) ...
12:57:10 #10 18.94 Selecting previously unselected package autoconf.
12:57:10 #10 18.94 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
12:57:10 #10 18.95 Unpacking autoconf (2.69-14) ...
12:57:10 #10 19.03 Selecting previously unselected package autotools-dev.
12:57:10 #11 36.70 Preparing to unpack .../338-libyaml-libyaml-perl_0.83+ds-1build1_amd64.deb ...
12:57:10 #11 36.71 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
12:57:10 #11 36.74 Selecting previously unselected package licensecheck.
12:57:10 #11 36.74 Preparing to unpack .../339-licensecheck_3.2.14-2_all.deb ...
12:57:10 #11 36.74 Unpacking licensecheck (3.2.14-2) ...
12:57:10 #11 36.78 Selecting previously unselected package libdevel-size-perl.
12:57:10 #11 36.78 Preparing to unpack .../340-libdevel-size-perl_0.83-1build4_amd64.deb ...
12:57:10 #11 36.79 Unpacking libdevel-size-perl (0.83-1build4) ...
12:57:10 #11 36.82 Selecting previously unselected package libipc-run3-perl.
12:57:10 #11 36.82 Preparing to unpack .../341-libipc-run3-perl_0.048-2_all.deb ...
12:57:10 #11 36.82 Unpacking libipc-run3-perl (0.048-2) ...
12:57:10 #11 36.86 Selecting previously unselected package lzip.
12:57:10 #11 36.86 Preparing to unpack .../342-lzip_1.23-1_amd64.deb ...
12:57:10 #11 36.86 Unpacking lzip (1.23-1) ...
12:57:10 #11 36.89 Selecting previously unselected package lzop.
12:57:10 #11 36.89 Preparing to unpack .../343-lzop_1.04-2build2_amd64.deb ...
12:57:10 #11 36.90 Unpacking lzop (1.04-2build2) ...
12:57:10 #11 36.92 Selecting previously unselected package t1utils.
12:57:10 #10 40.73 Preparing to unpack .../242-libpackage-stash-xs-perl_0.28-3build2_amd64.deb ...
12:57:10 #10 40.74 Unpacking libpackage-stash-xs-perl (0.28-3build2) ...
12:57:10 #10 40.76 Selecting previously unselected package libparse-debianchangelog-perl.
12:57:10 #10 40.77 Preparing to unpack .../243-libparse-debianchangelog-perl_1.2.0-12_all.deb ...
12:57:10 #10 40.77 Unpacking libparse-debianchangelog-perl (1.2.0-12) ...
12:57:10 #10 40.80 Selecting previously unselected package libtext-glob-perl.
12:57:10 #10 40.80 Preparing to unpack .../244-libtext-glob-perl_0.10-1_all.deb ...
12:57:10 #10 40.81 Unpacking libtext-glob-perl (0.10-1) ...
12:57:10 #10 40.83 Selecting previously unselected package libpath-iterator-rule-perl.
12:57:10 #10 40.84 Preparing to unpack .../245-libpath-iterator-rule-perl_1.009-1_all.deb ...
12:57:10 #10 40.84 Unpacking libpath-iterator-rule-perl (1.009-1) ...
12:57:10 #10 40.87 Selecting previously unselected package libpath-tiny-perl.
12:57:10 #10 40.87 Preparing to unpack .../246-libpath-tiny-perl_0.104-1_all.deb ...
12:57:10 #10 40.88 Unpacking libpath-tiny-perl (0.104-1) ...
12:57:10 #10 40.91 Selecting previously unselected package libperlio-gzip-perl.
12:57:10 #10 40.91 Preparing to unpack .../247-libperlio-gzip-perl_0.19-1build3_amd64.deb ...
12:57:10 #10 40.92 Unpacking libperlio-gzip-perl (0.19-1build3) ...
12:57:10 #10 40.94 Selecting previously unselected package libpod-constants-perl.
12:57:10 #10 47.78 Preparing to unpack .../346-libstring-license-perl_0.0.2-1_all.deb ...
12:57:10 #10 47.79 Unpacking libstring-license-perl (0.0.2-1) ...
12:57:10 #10 47.82 Selecting previously unselected package libstring-shellquote-perl.
12:57:10 #10 47.82 Preparing to unpack .../347-libstring-shellquote-perl_1.04-3_all.deb ...
12:57:10 #10 47.83 Unpacking libstring-shellquote-perl (1.04-3) ...
12:57:10 #10 47.86 Selecting previously unselected package libsys-cpuaffinity-perl.
12:57:10 #10 47.86 Preparing to unpack .../348-libsys-cpuaffinity-perl_1.13~03-2+b1_amd64.deb ...
12:57:10 #10 47.86 Unpacking libsys-cpuaffinity-perl (1.13~03-2+b1) ...
12:57:10 #10 47.90 Selecting previously unselected package libterm-readkey-perl.
12:57:10 #10 47.90 Preparing to unpack .../349-libterm-readkey-perl_2.38-2+b1_amd64.deb ...
12:57:10 #10 47.90 Unpacking libterm-readkey-perl (2.38-2+b1) ...
12:57:10 #10 47.93 Selecting previously unselected package libtext-levenshteinxs-perl.
12:57:10 #10 47.94 Preparing to unpack .../350-libtext-levenshteinxs-perl_0.03-5+b1_amd64.deb ...
12:57:10 #10 47.94 Unpacking libtext-levenshteinxs-perl (0.03-5+b1) ...
12:57:10 #10 47.97 Selecting previously unselected package libtext-markdown-discount-perl.
12:57:10 #10 47.97 Preparing to unpack .../351-libtext-markdown-discount-perl_0.16-1_amd64.deb ...
12:57:10 #10 47.98 Unpacking libtext-markdown-discount-perl (0.16-1) ...
12:57:10 #10 48.00 Selecting previously unselected package libtext-xslate-perl:amd64.
12:57:10 #11 38.50 Preparing to unpack .../250-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
12:57:10 #11 38.51 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
12:57:10 #11 38.55 Selecting previously unselected package libsort-versions-perl.
12:57:10 #11 38.55 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ...
12:57:10 #11 38.55 Unpacking libsort-versions-perl (1.62-1) ...
12:57:10 #11 38.58 Selecting previously unselected package libgit-wrapper-perl.
12:57:10 #11 38.58 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ...
12:57:10 #11 38.59 Unpacking libgit-wrapper-perl (0.048-1) ...
12:57:10 #11 38.61 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:57:10 #11 38.62 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
12:57:10 #11 38.62 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
12:57:10 #11 38.64 Selecting previously unselected package libio-prompter-perl.
12:57:10 #11 38.65 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ...
12:57:10 #11 38.65 Unpacking libio-prompter-perl (0.004015-1) ...
12:57:10 #11 38.68 Selecting previously unselected package libjson-perl.
12:57:10 #11 38.68 Preparing to unpack .../255-libjson-perl_4.02000-2_all.deb ...
12:57:10 #11 38.68 Unpacking libjson-perl (4.02000-2) ...
12:57:10 #11 38.71 Selecting previously unselected package liblog-any-perl.
12:57:10 #11 38.72 Preparing to unpack .../256-liblog-any-perl_1.708-1_all.deb ...
12:57:10 #11 38.72 Unpacking liblog-any-perl (1.708-1) ...
12:57:10 #11 38.75 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:57:10 #11 38.75 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
12:57:10 #11 38.76 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
12:57:10 #11 38.78 Selecting previously unselected package libpackage-stash-perl.
12:57:10 #11 38.78 Preparing to unpack .../258-libpackage-stash-perl_0.38-1_all.deb ...
12:57:10 #11 38.78 Unpacking libpackage-stash-perl (0.38-1) ...
12:57:10 #11 38.81 Selecting previously unselected package libsub-identify-perl.
12:57:10 #11 38.81 Preparing to unpack .../259-libsub-identify-perl_0.14-1build2_amd64.deb ...
12:57:10 #11 38.82 Unpacking libsub-identify-perl (0.14-1build2) ...
12:57:10 #10 25.94 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
12:57:10 #10 50.65 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u4) ...
12:57:10 #10 50.67 Setting up libxcb1:amd64 (1.13.1-2) ...
12:57:10 #10 50.68 Setting up at (3.1.23-1) ...
12:57:10 #10 50.82 invoke-rc.d: could not determine current runlevel
12:57:10 #10 50.82 invoke-rc.d: policy-rc.d denied execution of start.
12:57:10 #10 50.83 Setting up libedit2:amd64 (3.1-20181209-1) ...
12:57:10 #10 50.84 Setting up libkyotocabinet16v5:amd64 (1.2.76-4.2+b1) ...
12:57:10 #10 50.85 Setting up cron (3.0pl1-134+deb10u1) ...
12:57:10 #10 50.93 Adding group `crontab' (GID 102) ...
12:57:10 #11 48.77 Converting /etc/resolv.conf to a symlink to /run/systemd/resolve/stub-resolv.conf...
12:57:10 #11 48.77 mv: cannot move '/etc/resolv.conf' to '/etc/.resolv.conf.systemd-resolved.bak': Device or resource busy
12:57:10 #11 48.77 Cannot take a backup of /etc/resolv.conf.
12:57:10 #11 48.77 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
12:57:10 #11 48.77 Cannot install symlink from /etc/resolv.conf to ../run/systemd/resolve/stub-resolv.conf
12:57:10 #11 48.90 Setting up libemail-address-xs-perl (1.05-1) ...
12:57:10 #11 48.91 Setting up libnet-ssleay-perl:amd64 (1.92-2) ...
12:57:10 #11 48.91 Setting up automake (1:1.16.5-1.3) ...
12:57:10 #11 48.92 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:57:10 #11 48.92 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
12:57:10 #11 48.92 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
12:57:10 #11 48.93 Setting up libapt-pkg-perl (0.1.40build2) ...
12:57:10 #11 48.94 Setting up libstring-escape-perl (2010.002-2) ...
12:57:10 #11 48.95 Setting up libberkeleydb-perl:amd64 (0.64-1build3) ...
12:57:10 #11 48.96 Setting up libhttp-date-perl (6.05-1) ...
12:57:10 #11 48.97 Setting up libfile-which-perl (1.27-1) ...
12:57:10 #11 48.98 Setting up libfile-basedir-perl (0.09-1) ...
12:57:10 #11 48.99 Setting up libunicode-utf8-perl (0.62-1build4) ...
12:57:10 #11 49.00 Setting up libset-intspan-perl (1.19-2) ...
12:57:10 #10 49.54   Installing       : python3-six-1.16.0-8.fc37.noarch                     1/143 
12:57:10 #10 49.55   Installing       : hunspell-filesystem-1.7.0-21.fc37.aarch64            2/143 
12:57:10 #10 49.57   Installing       : python3-construct-2.10.68-3.fc37.noarch              3/143 
12:57:10 #10 49.58   Installing       : python3-pybeam-0.7-4.fc37.noarch                     4/143 
12:57:10 #10 49.59   Installing       : python3-dateutil-1:2.8.2-4.fc37.noarch               5/143 
12:57:10 #10 49.61   Upgrading        : glibc-common-2.36-9.fc37.aarch64                     6/143 
12:57:10 #10 49.62   Upgrading        : glibc-minimal-langpack-2.36-9.fc37.aarch64           7/143 
12:57:10 #10 49.63   Running scriptlet: glibc-2.36-9.fc37.aarch64                            8/143 
12:57:10 #10 49.67   Upgrading        : glibc-2.36-9.fc37.aarch64                            8/143 
12:57:10 #10 49.68   Running scriptlet: glibc-2.36-9.fc37.aarch64                            8/143 
12:57:10 #10 34.29 Fedora Modular 37 - x86_64                      2.5 MB/s | 3.0 MB     00:01    
12:57:10 #11 50.70 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
12:57:10 #11 50.70 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
12:57:10 #11 50.70 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
12:57:10 #11 50.70 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
12:57:10 #11 50.70 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
12:57:10 #11 50.72 Setting up gpgsm (2.2.35-3ubuntu1) ...
12:57:10 #11 50.73 Setting up libxext6:arm64 (2:1.3.4-1build1) ...
12:57:10 #11 50.74 Setting up binutils-aarch64-linux-gnu (2.39-3ubuntu1.1) ...
12:57:10 #11 50.75 Setting up libcurl3-gnutls:arm64 (7.85.0-1ubuntu0.2) ...
12:57:10 #11 50.76 Setting up systemd (251.4-1ubuntu7) ...
12:57:10 #11 50.80 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:57:10 #11 50.81 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:57:10 #11 50.81 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
12:57:10 #11 50.81 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
12:57:10 #11 50.82 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:57:10 #11 50.82 Initializing machine ID from D-Bus machine ID.
12:57:10 #10 47.70 Fedora Modular 36 - x86_64 - Updates            2.3 MB/s | 2.9 MB     00:01    
12:57:10 #11 48.98 Setting up libtest-refcount-perl (0.10-1) ...
12:57:10 #11 48.99 Setting up libparams-util-perl (1.07-3build5) ...
12:57:10 #11 49.02 Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
12:57:10 #11 49.04 Setting up autoconf (2.69-11.1) ...
12:57:10 #11 49.06 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
12:57:10 #11 49.23 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:57:10 #13 13.32 (65/68): systemd-devel-252-3.el9.x86_64.rpm     3.0 MB/s | 641 kB     00:00    
12:57:10 #13 13.36 (66/68): glibc-static-2.34-58.el9.x86_64.rpm     12 MB/s | 1.7 MB     00:00    
12:57:10 #13 13.38 (67/68): libxcrypt-static-4.4.18-3.el9.x86_64.r 1.7 MB/s | 102 kB     00:00    
12:57:10 #13 13.38 (68/68): libtool-ltdl-devel-2.4.6-45.el9.x86_64 1.6 MB/s | 161 kB     00:00    
12:57:10 #13 13.38 --------------------------------------------------------------------------------
12:57:10 #13 13.38 Total                                            13 MB/s | 109 MB     00:08     
12:57:10 #12 8.372 Unpacking libpcre3-dev:arm64 (2:8.39-9ubuntu0.1) ...
12:57:10 #12 8.434 Selecting previously unselected package libselinux1-dev:arm64.
12:57:10 #12 8.437 Preparing to unpack .../17-libselinux1-dev_2.7-2build2_arm64.deb ...
12:57:10 #12 8.439 Unpacking libselinux1-dev:arm64 (2.7-2build2) ...
12:57:10 #12 8.485 Selecting previously unselected package libdevmapper-dev:arm64.
12:57:10 #12 8.485 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ...
12:57:10 #12 8.488 Unpacking libdevmapper-dev:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:57:10 #12 8.516 Selecting previously unselected package libseccomp-dev:arm64.
12:57:10 #12 8.518 Preparing to unpack .../19-libseccomp-dev_2.5.1-1ubuntu1~18.04.2_arm64.deb ...
12:57:10 #12 8.521 Unpacking libseccomp-dev:arm64 (2.5.1-1ubuntu1~18.04.2) ...
12:57:10 #12 8.553 Selecting previously unselected package libsystemd-dev:arm64.
12:57:10 #12 8.555 Preparing to unpack .../20-libsystemd-dev_237-3ubuntu10.56_arm64.deb ...
12:57:10 #12 8.558 Unpacking libsystemd-dev:arm64 (237-3ubuntu10.56) ...
12:57:10 #12 8.611 Selecting previously unselected package pkg-config.
12:57:10 #11 46.30 Setting up libdata-optlist-perl (0.112-1) ...
12:57:10 #11 46.32 Setting up libipc-run-perl (20200505.0-1) ...
12:57:10 #11 46.33 Setting up git (1:2.34.1-1ubuntu1.6) ...
12:57:10 #11 46.35 Setting up libtext-xslate-perl:arm64 (3.5.9-1build1) ...
12:57:10 #11 46.37 Setting up libcontextual-return-perl (0.004014-2) ...
12:57:10 #11 46.39 Setting up libwww-robotrules-perl (6.02-1) ...
12:57:10 #11 46.40 Setting up libtypes-serialiser-perl (1.01-1) ...
12:57:10 #11 46.41 Setting up g++ (4:11.2.0-1ubuntu1) ...
12:57:10 #11 46.44 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:57:10 #11 46.44 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
12:57:10 #11 46.45 Setting up libhtml-parser-perl:arm64 (3.76-1build2) ...
12:57:10 #11 46.47 Setting up libgit-wrapper-perl (0.048-1) ...
12:57:10 #11 46.49 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
12:57:10 #11 46.50 Setting up librole-tiny-perl (2.002004-1) ...
12:57:10 #11 46.51 Setting up gnupg (2.2.27-3ubuntu2.1) ...
12:57:10 #11 46.52 Setting up build-essential (12.9ubuntu3) ...
12:57:10 #11 46.53 Setting up libfont-ttf-perl (1.06-1.1) ...
12:57:10 #11 46.54 Setting up libfile-homedir-perl (1.006-1) ...
12:57:10 #11 46.55 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
12:57:10 #11 46.56 Setting up libio-socket-ssl-perl (2.074-2) ...
12:57:10 #11 46.57 Setting up libsub-exporter-perl (0.988-1) ...
12:57:10 #11 46.58 Setting up libalgorithm-merge-perl (0.08-3) ...
12:57:10 #11 46.59 Setting up libhttp-message-perl (6.36-1) ...
12:57:10 #11 46.60 Setting up libdata-validate-ip-perl (0.30-1) ...
12:57:10 #11 46.61 Setting up libhtml-form-perl (6.07-1) ...
12:57:10 #10 51.53 (1/143): bzip2-1.0.8-11.fc36.aarch64.rpm        369 kB/s |  52 kB     00:00    
12:57:10 #10 51.56 (2/143): dash-0.5.10.2-10.fc36.aarch64.rpm      563 kB/s |  97 kB     00:00    
12:57:10 #10 51.61 (3/143): debugedit-5.0-3.fc36.aarch64.rpm       997 kB/s |  76 kB     00:00    
12:57:10 #10 51.65 (4/143): desktop-file-utils-0.26-6.fc36.aarch64 821 kB/s |  71 kB     00:00    
12:57:10 #10 51.71 (5/143): devscripts-checkbashisms-2.22.1-1.fc36 288 kB/s |  28 kB     00:00    
12:57:10 #10 51.78 (6/143): cpio-2.13-12.fc36.aarch64.rpm          697 kB/s | 267 kB     00:00    
12:57:10 #10 51.81 (7/143): ed-1.14.2-12.fc36.aarch64.rpm          707 kB/s |  73 kB     00:00    
12:57:10 #10 51.82 (8/143): efi-srpm-macros-5-5.fc36.noarch.rpm    551 kB/s |  22 kB     00:00    
12:57:10 #10 51.88 (9/143): enchant-1.6.0-30.fc36.aarch64.rpm      925 kB/s |  59 kB     00:00    
12:57:10 #13 DONE 0.2s
12:57:10 
12:57:10 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:57:10 #10 19.04 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
12:57:10 #10 19.06 Unpacking autotools-dev (20180224.1+nmu1) ...
12:57:10 #10 19.11 Selecting previously unselected package automake.
12:57:10 #10 19.11 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
12:57:10 #10 19.12 Unpacking automake (1:1.16.3-2) ...
12:57:10 #11 36.92 Preparing to unpack .../344-t1utils_1.41-4build2_amd64.deb ...
12:57:10 #11 36.93 Unpacking t1utils (1.41-4build2) ...
12:57:10 #11 36.96 Selecting previously unselected package unzip.
12:57:10 #11 36.96 Preparing to unpack .../345-unzip_6.0-26ubuntu3.1_amd64.deb ...
12:57:10 #11 36.97 Unpacking unzip (6.0-26ubuntu3.1) ...
12:57:10 #11 37.01 Selecting previously unselected package lintian.
12:57:10 #11 37.01 Preparing to unpack .../346-lintian_2.114.0ubuntu1.2_all.deb ...
12:57:10 #11 37.02 Unpacking lintian (2.114.0ubuntu1.2) ...
12:57:10 #12 3.607 Reading package lists...
12:57:10 #10 40.95 Preparing to unpack .../248-libpod-constants-perl_0.19-1_all.deb ...
12:57:10 #10 40.95 Unpacking libpod-constants-perl (0.19-1) ...
12:57:10 #10 40.98 Selecting previously unselected package libregexp-pattern-license-perl.
12:57:10 #10 40.98 Preparing to unpack .../249-libregexp-pattern-license-perl_3.0.31-3_all.deb ...
12:57:10 #10 40.99 Unpacking libregexp-pattern-license-perl (3.0.31-3) ...
12:57:10 #10 41.02 Selecting previously unselected package libsasl2-modules:amd64.
12:57:10 #10 41.02 Preparing to unpack .../250-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
12:57:10 #10 41.03 Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:57:10 #10 41.07 Selecting previously unselected package libsort-key-perl.
12:57:10 #10 41.08 Preparing to unpack .../251-libsort-key-perl_1.33-2_amd64.deb ...
12:57:10 #10 41.08 Unpacking libsort-key-perl (1.33-2) ...
12:57:10 #10 41.11 Selecting previously unselected package libstring-copyright-perl.
12:57:10 #10 41.11 Preparing to unpack .../252-libstring-copyright-perl_0.003005-1_all.deb ...
12:57:10 #10 41.11 Unpacking libstring-copyright-perl (0.003005-1) ...
12:57:10 #10 41.15 Selecting previously unselected package libstring-escape-perl.
12:57:10 #10 41.15 Preparing to unpack .../253-libstring-escape-perl_2010.002-2_all.deb ...
12:57:10 #10 41.16 Unpacking libstring-escape-perl (2010.002-2) ...
12:57:10 #10 41.19 Selecting previously unselected package libtext-levenshtein-perl.
12:57:10 #10 41.19 Preparing to unpack .../254-libtext-levenshtein-perl_0.13-1_all.deb ...
12:57:10 #10 41.19 Unpacking libtext-levenshtein-perl (0.13-1) ...
12:57:10 #10 41.22 Selecting previously unselected package libunicode-utf8-perl.
12:57:10 #10 41.22 Preparing to unpack .../255-libunicode-utf8-perl_0.60-1build4_amd64.deb ...
12:57:10 #10 41.23 Unpacking libunicode-utf8-perl (0.60-1build4) ...
12:57:10 #10 41.26 Selecting previously unselected package libxml-namespacesupport-perl.
12:57:10 #10 41.26 Preparing to unpack .../256-libxml-namespacesupport-perl_1.12-1_all.deb ...
12:57:10 #10 41.26 Unpacking libxml-namespacesupport-perl (1.12-1) ...
12:57:10 #10 41.29 Selecting previously unselected package libxml-sax-base-perl.
12:57:10 #10 41.29 Preparing to unpack .../257-libxml-sax-base-perl_1.09-1_all.deb ...
12:57:10 #10 48.01 Preparing to unpack .../352-libtext-xslate-perl_3.5.9-1+b2_amd64.deb ...
12:57:10 #10 48.01 Unpacking libtext-xslate-perl:amd64 (3.5.9-1+b2) ...
12:57:10 #10 48.06 Selecting previously unselected package libtime-duration-perl.
12:57:10 #10 48.06 Preparing to unpack .../353-libtime-duration-perl_1.21-2_all.deb ...
12:57:10 #10 48.06 Unpacking libtime-duration-perl (1.21-2) ...
12:57:10 #10 48.09 Selecting previously unselected package libtime-moment-perl.
12:57:10 #10 48.10 Preparing to unpack .../354-libtime-moment-perl_0.44-2+b1_amd64.deb ...
12:57:10 #10 48.10 Unpacking libtime-moment-perl (0.44-2+b1) ...
12:57:10 #10 48.14 Selecting previously unselected package libtype-tiny-xs-perl:amd64.
12:57:10 #10 48.14 Preparing to unpack .../355-libtype-tiny-xs-perl_0.025-1_amd64.deb ...
12:57:10 #10 48.14 Unpacking libtype-tiny-xs-perl:amd64 (0.025-1) ...
12:57:10 #10 48.17 Selecting previously unselected package libunicode-utf8-perl.
12:57:10 #10 48.17 Preparing to unpack .../356-libunicode-utf8-perl_0.62-2_amd64.deb ...
12:57:10 #10 48.18 Unpacking libunicode-utf8-perl (0.62-2) ...
12:57:10 #10 48.21 Selecting previously unselected package libunwind8:amd64.
12:57:10 #10 48.21 Preparing to unpack .../357-libunwind8_1.6.2-3_amd64.deb ...
12:57:10 #10 48.22 Unpacking libunwind8:amd64 (1.6.2-3) ...
12:57:10 #10 48.25 Selecting previously unselected package libwww-mechanize-perl.
12:57:10 #10 48.25 Preparing to unpack .../358-libwww-mechanize-perl_2.15-1_all.deb ...
12:57:10 #11 38.84 Selecting previously unselected package libsub-name-perl.
12:57:10 #11 38.84 Preparing to unpack .../260-libsub-name-perl_0.26-1_amd64.deb ...
12:57:10 #11 38.85 Unpacking libsub-name-perl (0.26-1) ...
12:57:10 #11 38.87 Selecting previously unselected package libnamespace-clean-perl.
12:57:10 #11 38.87 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ...
12:57:10 #11 38.88 Unpacking libnamespace-clean-perl (0.27-1) ...
12:57:10 #11 38.90 Selecting previously unselected package libpath-tiny-perl.
12:57:10 #11 38.90 Preparing to unpack .../262-libpath-tiny-perl_0.108-1_all.deb ...
12:57:10 #11 38.91 Unpacking libpath-tiny-perl (0.108-1) ...
12:57:10 #11 38.93 Selecting previously unselected package libtype-tiny-perl.
12:57:10 #11 38.94 Preparing to unpack .../263-libtype-tiny-perl_1.008001-2_all.deb ...
12:57:10 #11 38.94 Unpacking libtype-tiny-perl (1.008001-2) ...
12:57:10 #10 26.24 Selecting previously unselected package binutils.
12:57:10 #11 39.00 Selecting previously unselected package libgitlab-api-v4-perl.
12:57:10 #11 39.00 Preparing to unpack .../264-libgitlab-api-v4-perl_0.25-1_all.deb ...
12:57:10 #10 26.24 Preparing to unpack .../018-binutils_2.31.1-16+rpi2_armhf.deb ...
12:57:10 #10 26.25 Unpacking binutils (2.31.1-16+rpi2) ...
12:57:10 #11 39.00 Unpacking libgitlab-api-v4-perl (0.25-1) ...
12:57:10 #10 26.31 Selecting previously unselected package libisl19:armhf.
12:57:10 #10 26.31 Preparing to unpack .../019-libisl19_0.20-2_armhf.deb ...
12:57:10 #11 39.03 Selecting previously unselected package libhash-fieldhash-perl.
12:57:10 #11 39.03 Preparing to unpack .../265-libhash-fieldhash-perl_0.15-1build2_amd64.deb ...
12:57:10 #10 26.31 Unpacking libisl19:armhf (0.20-2) ...
12:57:10 #11 39.04 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
12:57:10 #11 49.01 Setting up libmouse-perl (2.5.10-1build4) ...
12:57:10 #11 49.02 Setting up libfile-listing-perl (6.15-1) ...
12:57:10 #11 49.03 Setting up gpg-wks-client (2.2.35-3ubuntu1) ...
12:57:10 #11 49.04 Setting up libregexp-pattern-perl (0.2.14-1) ...
12:57:10 #11 49.05 Setting up libdata-messagepack-perl (1.02-1) ...
12:57:10 #11 49.06 Setting up libfont-afm-perl (1.20-3) ...
12:57:10 #11 49.07 Setting up libwant-perl (0.29-2) ...
12:57:10 #11 49.08 Setting up libdynaloader-functions-perl (0.003-2) ...
12:57:10 #11 49.15 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:57:10 #11 49.16 Setting up liblist-compare-perl (0.55-1) ...
12:57:10 #11 49.17 Setting up libref-util-xs-perl (0.117-2) ...
12:57:10 #11 49.18 Setting up libio-pty-perl (1:1.15-2build2) ...
12:57:10 #11 49.19 Setting up libfile-fcntllock-perl (0.22-4) ...
12:57:10 #11 49.20 Setting up libclone-perl (0.45-1build3) ...
12:57:10 #11 49.21 Setting up libalgorithm-diff-perl (1.201-1) ...
12:57:10 #11 49.22 Setting up libarchive-zip-perl (1.68-1) ...
12:57:10 #11 49.23 Setting up libsub-identify-perl (0.14-2) ...
12:57:10 #11 49.25 Setting up libdistro-info-perl (1.1ubuntu1) ...
12:57:10 #10 49.81   Installing       : glibc-gconv-extra-2.36-9.fc37.aarch64                9/143 
12:57:10 #10 49.82   Running scriptlet: glibc-gconv-extra-2.36-9.fc37.aarch64                9/143 
12:57:10 #10 49.83   Installing       : elfutils-debuginfod-client-0.187-8.fc37.aarch64     10/143 
12:57:10 #10 49.85   Installing       : binutils-gold-2.38-25.fc37.aarch64                  11/143 
12:57:10 #10 49.94   Installing       : binutils-2.38-25.fc37.aarch64                       12/143 
12:57:10 #10 49.95   Running scriptlet: binutils-2.38-25.fc37.aarch64                       12/143 
12:57:10 #10 49.97   Installing       : hunspell-en-GB-0.20140811.1-23.fc37.noarch          13/143 
12:57:10 #10 49.98   Installing       : hunspell-en-0.20140811.1-23.fc37.noarch             14/143 
12:57:10 #10 49.99   Installing       : hunspell-en-US-0.20140811.1-23.fc37.noarch          15/143 
12:57:10 #10 50.00   Installing       : hunspell-1.7.0-21.fc37.aarch64                      16/143 
12:57:10 #10 50.02   Installing       : elfutils-0.187-8.fc37.aarch64                       17/143 
12:57:10 #10 50.03   Installing       : dwz-0.14-7.fc37.aarch64                             18/143 
12:57:10 #10 50.03   Installing       : file-5.42-4.fc37.aarch64                            19/143 
12:57:10 #10 50.04   Installing       : unzip-6.0-58.fc37.aarch64                           20/143 
12:57:10 #14 32.92 Package bash-4.4.20-4.el8_6.aarch64 is already installed.
12:57:10 #14 32.99 Dependencies resolved.
12:57:10 #14 32.99 Nothing to do.
12:57:10 #14 32.99 Complete!
12:57:10 #10 50.94 Done.
12:57:10 #10 50.96 invoke-rc.d: could not determine current runlevel
12:57:10 #10 50.97 invoke-rc.d: policy-rc.d denied execution of start.
12:57:10 #10 51.08 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ...
12:57:10 #10 51.09 Setting up m4 (1.4.18-2) ...
12:57:10 #10 51.11 Setting up binutils (2.31.1-16) ...
12:57:10 #10 51.12 Setting up libpython2.7-stdlib:amd64 (2.7.16-2+deb10u1) ...
12:57:10 #10 51.17 Setting up ca-certificates (20200601~deb10u2) ...
12:57:10 #11 51.04 Setting up binutils (2.39-3ubuntu1.1) ...
12:57:10 #11 51.05 Setting up man-db (2.10.2-2) ...
12:57:10 #11 51.15 Building database of manual pages ...
12:57:10 #11 49.24 Setting up libarray-intspan-perl (2.003-1) ...
12:57:10 #11 49.25 Setting up libcapture-tiny-perl (0.48-1) ...
12:57:10 #11 49.27 Setting up libtimedate-perl (2.3200-1) ...
12:57:10 #11 49.28 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
12:57:10 #11 49.29 Setting up libsub-name-perl (0.26-1) ...
12:57:10 #11 49.30 Setting up libtype-tiny-xs-perl (0.016-1) ...
12:57:10 #11 49.31 Setting up libfile-chdir-perl (0.1008-1) ...
12:57:10 #11 49.33 Setting up xauth (1:1.1-0ubuntu1) ...
12:57:10 #11 49.34 Setting up cpp (4:9.3.0-1ubuntu2) ...
12:57:10 #11 49.36 Setting up libpath-tiny-perl (0.108-1) ...
12:57:10 #11 49.37 Setting up libarchive-cpio-perl (0.10-1) ...
12:57:10 #11 49.38 Setting up libjson-perl (4.02000-2) ...
12:57:10 #11 49.39 Setting up libsub-override-perl (0.09-2) ...
12:57:10 #11 49.41 Setting up python3-unidiff (0.5.5-2) ...
12:57:10 #12 8.614 Preparing to unpack .../21-pkg-config_0.29.1-0ubuntu2_arm64.deb ...
12:57:10 #12 8.617 Unpacking pkg-config (0.29.1-0ubuntu2) ...
12:57:10 #12 8.657 Setting up libsepol1-dev:arm64 (2.7-1ubuntu0.1) ...
12:57:10 #12 8.667 Setting up libuv1:arm64 (1.18.0-3) ...
12:57:10 #12 8.676 Setting up bash-completion (1:2.8-1ubuntu1) ...
12:57:10 #11 46.62 Setting up libiterator-perl (0.03+ds1-1.1) ...
12:57:10 #11 46.64 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
12:57:10 #11 46.66 Setting up libjson-xs-perl (4.030-1build3) ...
12:57:10 #11 46.67 Setting up libhttp-negotiate-perl (6.01-1) ...
12:57:10 #11 46.68 Setting up libio-prompter-perl (0.004015-1) ...
12:57:10 #11 46.69 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
12:57:10 #11 46.70 Setting up libhttp-cookies-perl (6.10-1) ...
12:57:10 #11 46.71 Setting up po-debconf (1.0.21+nmu1) ...
12:57:10 #11 46.73 Setting up libhtml-tree-perl (5.07-2) ...
12:57:10 #11 46.74 Setting up libparams-classify-perl (0.015-1build5) ...
12:57:10 #11 46.75 Setting up libhtml-format-perl (2.12-1.1) ...
12:57:10 #11 46.76 Setting up libxml-sax-perl (1.02+dfsg-3) ...
12:57:10 #11 46.82 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:57:10 #10 51.90 (10/143): file-5.41-4.fc36.aarch64.rpm          595 kB/s |  48 kB     00:00    
12:57:10 #10 51.92 (11/143): fonts-srpm-macros-2.0.5-7.fc36.noarch 668 kB/s |  27 kB     00:00    
12:57:10 #10 51.93 (12/143): diffutils-3.8-2.fc36.aarch64.rpm      1.3 MB/s | 368 kB     00:00    
12:57:10 #10 51.94 (13/143): fpc-srpm-macros-1.3-5.fc36.noarch.rpm 205 kB/s | 7.6 kB     00:00    
12:57:10 #10 51.96 (14/143): ghc-srpm-macros-1.5.0-6.fc36.noarch.r 202 kB/s | 7.7 kB     00:00    
12:57:10 #10 51.96 (15/143): gnat-srpm-macros-4-15.fc36.noarch.rpm 231 kB/s | 8.2 kB     00:00    
12:57:10 #10 52.04 (16/143): hunspell-en-0.20140811.1-22.fc36.noar 2.3 MB/s | 180 kB     00:00    
12:57:10 #10 52.11 (17/143): hunspell-en-GB-0.20140811.1-22.fc36.n 3.1 MB/s | 225 kB     00:00    
12:57:10 #10 52.14 (18/143): hunspell-1.7.0-19.fc36.aarch64.rpm    1.5 MB/s | 284 kB     00:00    
12:57:10 #10 19.25 Selecting previously unselected package autopoint.
12:57:10 #10 19.25 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
12:57:10 #10 19.26 Unpacking autopoint (0.21-4) ...
12:57:10 #10 19.33 Selecting previously unselected package binutils-common:armhf.
12:57:10 #10 19.33 Preparing to unpack .../026-binutils-common_2.35.2-2_armhf.deb ...
12:57:10 #10 19.33 Unpacking binutils-common:armhf (2.35.2-2) ...
12:57:10 #10 30.36 Selecting previously unselected package libxml2:armhf.
12:57:10 #10 30.36 Preparing to unpack .../085-libxml2_2.9.14+dfsg-1.1+b3_armhf.deb ...
12:57:10 #10 30.37 Unpacking libxml2:armhf (2.9.14+dfsg-1.1+b3) ...
12:57:10 #10 30.49 Selecting previously unselected package gettext.
12:57:10 #10 30.49 Preparing to unpack .../086-gettext_0.21-11_armhf.deb ...
12:57:10 #10 30.49 Unpacking gettext (0.21-11) ...
12:57:10 #10 30.70 Selecting previously unselected package intltool-debian.
12:57:10 #10 30.70 Preparing to unpack .../087-intltool-debian_0.35.0+20060710.6_all.deb ...
12:57:10 #10 30.70 Unpacking intltool-debian (0.35.0+20060710.6) ...
12:57:10 #10 30.75 Selecting previously unselected package po-debconf.
12:57:10 #10 30.75 Preparing to unpack .../088-po-debconf_1.0.21+nmu1_all.deb ...
12:57:10 #11 37.33 Selecting previously unselected package manpages-dev.
12:57:10 #11 37.33 Preparing to unpack .../347-manpages-dev_5.10-1ubuntu1_all.deb ...
12:57:10 #11 37.33 Unpacking manpages-dev (5.10-1ubuntu1) ...
12:57:11 #12 4.235 Building dependency tree...
12:57:11 #10 41.30 Unpacking libxml-sax-base-perl (1.09-1) ...
12:57:11 #10 41.34 Selecting previously unselected package libxml-sax-perl.
12:57:11 #10 41.34 Preparing to unpack .../258-libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ...
12:57:11 #10 41.34 Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
12:57:11 #10 41.38 Selecting previously unselected package libxml-libxml-perl.
12:57:11 #10 41.38 Preparing to unpack .../259-libxml-libxml-perl_2.0128+dfsg-5_amd64.deb ...
12:57:11 #10 41.38 Unpacking libxml-libxml-perl (2.0128+dfsg-5) ...
12:57:11 #10 41.44 Selecting previously unselected package libxml-parser-perl.
12:57:11 #10 41.44 Preparing to unpack .../260-libxml-parser-perl_2.44-2build3_amd64.deb ...
12:57:11 #10 41.44 Unpacking libxml-parser-perl (2.44-2build3) ...
12:57:11 #10 41.50 Selecting previously unselected package libxml-sax-expat-perl.
12:57:11 #10 41.50 Preparing to unpack .../261-libxml-sax-expat-perl_0.40-2_all.deb ...
12:57:11 #10 41.50 Unpacking libxml-sax-expat-perl (0.40-2) ...
12:57:11 #10 41.53 Selecting previously unselected package libxml-simple-perl.
12:57:11 #10 41.53 Preparing to unpack .../262-libxml-simple-perl_2.24-1_all.deb ...
12:57:11 #10 41.53 Unpacking libxml-simple-perl (2.24-1) ...
12:57:11 #10 41.57 Selecting previously unselected package libyaml-libyaml-perl.
12:57:11 #10 48.26 Unpacking libwww-mechanize-perl (2.15-1) ...
12:57:11 #10 48.30 Selecting previously unselected package libxdelta2:amd64.
12:57:11 #10 48.30 Preparing to unpack .../359-libxdelta2_1.1.3-10.4_amd64.deb ...
12:57:11 #10 48.30 Unpacking libxdelta2:amd64 (1.1.3-10.4) ...
12:57:11 #10 48.34 Selecting previously unselected package libxext6:amd64.
12:57:11 #10 48.34 Preparing to unpack .../360-libxext6_2%3a1.3.4-1+b1_amd64.deb ...
12:57:11 #10 48.35 Unpacking libxext6:amd64 (2:1.3.4-1+b1) ...
12:57:11 #10 48.38 Selecting previously unselected package libxml-namespacesupport-perl.
12:57:11 #10 48.39 Preparing to unpack .../361-libxml-namespacesupport-perl_1.12-2_all.deb ...
12:57:11 #10 48.39 Unpacking libxml-namespacesupport-perl (1.12-2) ...
12:57:11 #10 48.42 Selecting previously unselected package libxml-sax-base-perl.
12:57:11 #10 48.42 Preparing to unpack .../362-libxml-sax-base-perl_1.09-3_all.deb ...
12:57:11 #10 48.42 Unpacking libxml-sax-base-perl (1.09-3) ...
12:57:11 #10 48.46 Selecting previously unselected package libxml-sax-perl.
12:57:11 #10 48.46 Preparing to unpack .../363-libxml-sax-perl_1.02+dfsg-3_all.deb ...
12:57:11 #10 48.47 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
12:57:11 #10 48.51 Selecting previously unselected package libxml-libxml-perl.
12:57:11 #10 48.51 Preparing to unpack .../364-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1+b1_amd64.deb ...
12:57:11 #10 48.51 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ...
12:57:11 #10 48.58 Selecting previously unselected package libxml-sax-expat-perl.
12:57:11 #10 48.58 Preparing to unpack .../365-libxml-sax-expat-perl_0.51-2_all.deb ...
12:57:11 #10 48.59 Unpacking libxml-sax-expat-perl (0.51-2) ...
12:57:11 #10 48.62 Selecting previously unselected package libxmlrpc-lite-perl.
12:57:11 #11 39.07 Selecting previously unselected package libhtml-form-perl.
12:57:11 #11 39.07 Preparing to unpack .../266-libhtml-form-perl_6.07-1_all.deb ...
12:57:11 #11 39.07 Unpacking libhtml-form-perl (6.07-1) ...
12:57:11 #11 39.10 Selecting previously unselected package libhtml-format-perl.
12:57:11 #11 39.10 Preparing to unpack .../267-libhtml-format-perl_2.12-1_all.deb ...
12:57:11 #11 39.11 Unpacking libhtml-format-perl (2.12-1) ...
12:57:11 #11 39.14 Selecting previously unselected package libhttp-daemon-perl.
12:57:11 #11 39.14 Preparing to unpack .../268-libhttp-daemon-perl_6.06-1ubuntu0.1_all.deb ...
12:57:11 #11 39.14 Unpacking libhttp-daemon-perl (6.06-1ubuntu0.1) ...
12:57:11 #11 39.18 Selecting previously unselected package libidn11:amd64.
12:57:11 #11 39.18 Preparing to unpack .../269-libidn11_1.33-2.2ubuntu2_amd64.deb ...
12:57:11 #11 39.18 Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ...
12:57:11 #11 39.22 Selecting previously unselected package libstruct-dumb-perl.
12:57:11 #11 39.22 Preparing to unpack .../270-libstruct-dumb-perl_0.09-1_all.deb ...
12:57:11 #11 39.22 Unpacking libstruct-dumb-perl (0.09-1) ...
12:57:11 #11 39.25 Selecting previously unselected package libio-async-perl.
12:57:11 #11 39.25 Preparing to unpack .../271-libio-async-perl_0.75-1_all.deb ...
12:57:11 #11 39.25 Unpacking libio-async-perl (0.75-1) ...
12:57:11 #11 39.30 Selecting previously unselected package liblinux-epoll-perl.
12:57:11 #11 39.30 Preparing to unpack .../272-liblinux-epoll-perl_0.017-1_amd64.deb ...
12:57:11 #11 39.31 Unpacking liblinux-epoll-perl (0.017-1) ...
12:57:11 #11 39.33 Selecting previously unselected package libio-async-loop-epoll-perl.
12:57:11 #11 39.34 Preparing to unpack .../273-libio-async-loop-epoll-perl_0.20-1_all.deb ...
12:57:11 #11 39.34 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
12:57:11 #11 39.37 Selecting previously unselected package libtypes-serialiser-perl.
12:57:11 #11 39.37 Preparing to unpack .../274-libtypes-serialiser-perl_1.0-1_all.deb ...
12:57:11 #10 26.43 Selecting previously unselected package libmpfr6:armhf.
12:57:11 #10 26.43 Preparing to unpack .../020-libmpfr6_4.0.2-1_armhf.deb ...
12:57:11 #10 26.44 Unpacking libmpfr6:armhf (4.0.2-1) ...
12:57:11 #10 26.51 Selecting previously unselected package libmpc3:armhf.
12:57:11 #10 26.51 Preparing to unpack .../021-libmpc3_1.1.0-1_armhf.deb ...
12:57:11 #10 26.52 Unpacking libmpc3:armhf (1.1.0-1) ...
12:57:11 #10 26.57 Selecting previously unselected package cpp-8.
12:57:11 #10 26.57 Preparing to unpack .../022-cpp-8_8.3.0-6+rpi1_armhf.deb ...
12:57:11 #10 26.57 Unpacking cpp-8 (8.3.0-6+rpi1) ...
12:57:11 #11 49.26 Setting up libcpanel-json-xs-perl:amd64 (4.32-1) ...
12:57:11 #11 49.27 Setting up liblist-moreutils-perl (0.430-2) ...
12:57:11 #11 49.29 Setting up libhtml-tagset-perl (3.20-4) ...
12:57:11 #11 49.33 Setting up liblog-any-perl (1.710-1) ...
12:57:11 #11 49.34 Setting up libauthen-sasl-perl (2.1600-2) ...
12:57:11 #11 49.35 Setting up libdevel-size-perl (0.83-2) ...
12:57:11 #11 49.36 Setting up libdebhelper-perl (13.9.1ubuntu1) ...
12:57:11 #11 49.37 Setting up libpod-constants-perl (0.19-2) ...
12:57:11 #11 49.38 Setting up libregexp-pattern-license-perl (3.9.4-1) ...
12:57:11 #11 49.39 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:57:11 #11 49.40 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
12:57:11 #11 49.41 Setting up libio-interactive-perl (1.023-1) ...
12:57:11 #11 49.42 Setting up libtry-tiny-perl (0.31-1) ...
12:57:11 #11 49.43 Setting up libtype-tiny-perl (1.016008-1) ...
12:57:11 #11 49.44 Setting up libcommon-sense-perl:amd64 (3.75-2build1) ...
12:57:11 #11 49.45 Setting up libmldbm-perl (2.05-3) ...
12:57:11 #11 49.46 Setting up libxml-namespacesupport-perl (1.12-2) ...
12:57:11 #10 50.05   Installing       : xz-5.2.5-10.fc37.aarch64                            21/143 
12:57:11 #10 50.06   Installing       : zip-3.0-33.fc37.aarch64                             22/143 
12:57:11 #10 50.07   Installing       : enchant2-2.3.3-2.fc37.aarch64                       23/143 
12:57:11 #10 50.08   Installing       : python3-enchant-3.2.2-5.fc37.noarch                 24/143 
12:57:11 #10 50.09   Installing       : bzip2-1.0.8-12.fc37.aarch64                         25/143 
12:57:11 #10 50.10   Installing       : cpio-2.13-13.fc37.aarch64                           26/143 
12:57:11 #10 50.11   Installing       : dash-0.5.11.5-2.fc37.aarch64                        27/143 
12:57:11 #10 50.11   Running scriptlet: dash-0.5.11.5-2.fc37.aarch64                        27/143 
12:57:11 #10 50.13   Installing       : diffutils-3.8-3.fc37.aarch64                        28/143 
12:57:11 #10 50.14   Installing       : ed-1.18-2.fc37.aarch64                              29/143 
12:57:11 #10 50.15   Installing       : patch-2.7.6-17.fc37.aarch64                         30/143 
12:57:11 #10 50.15   Running scriptlet: groff-base-1.22.4-10.fc37.aarch64                   31/143 
12:57:11 #10 50.20   Installing       : groff-base-1.22.4-10.fc37.aarch64                   31/143 
12:57:11 #10 50.21   Running scriptlet: groff-base-1.22.4-10.fc37.aarch64                   31/143 
12:57:11 #10 50.23   Installing       : json-glib-1.6.6-3.fc37.aarch64                      32/143 
12:57:11 #10 50.24   Installing       : libjpeg-turbo-2.1.3-2.fc37.aarch64                  33/143 
12:57:11 #10 50.24   Installing       : libpkgconf-1.8.0-3.fc37.aarch64                     34/143 
12:57:11 #10 50.25   Installing       : pkgconf-1.8.0-3.fc37.aarch64                        35/143 
12:57:11 #11 51.43 Created symlink /etc/systemd/system/timers.target.wants/man-db.timer → /lib/systemd/system/man-db.timer.
12:57:11 #11 51.46 Setting up libgpgme11:arm64 (1.17.1-4.1ubuntu1) ...
12:57:11 #11 51.47 Setting up dirmngr (2.2.35-3ubuntu1) ...
12:57:11 #14 DONE 33.4s
12:57:11 
12:57:11 #15 [stage-1 8/9] COPY --from=golang /usr/local/go /usr/local/go
12:57:11 #11 49.55 Setting up libstrictures-perl (2.000006-1) ...
12:57:11 #11 49.56 Setting up libsub-quote-perl (2.006006-1) ...
12:57:11 #11 49.58 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
12:57:11 #11 49.59 Setting up libsort-versions-perl (1.62-1) ...
12:57:11 #11 49.60 Setting up libexporter-tiny-perl (1.002001-1) ...
12:57:11 #11 49.62 Setting up libre-engine-re2-perl (0.13-5) ...
12:57:11 #11 49.63 Setting up libterm-readkey-perl (2.38-1build1) ...
12:57:11 #11 49.65 Setting up lsb-release (11.1.0ubuntu2) ...
12:57:11 #11 49.66 Setting up libnet-ip-perl (1.26-2) ...
12:57:11 #11 49.68 Setting up python3-magic (2:0.4.15-3) ...
12:57:11 #11 46.88 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:11 #11 47.01 
12:57:11 #11 47.01 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:11 #11 47.06 Setting up dput (1.1.0ubuntu2) ...
12:57:11 #10 52.15 (19/143): hunspell-en-US-0.20140811.1-22.fc36.n 4.4 MB/s | 176 kB     00:00    
12:57:11 #10 52.20 (20/143): hunspell-filesystem-1.7.0-19.fc36.aar 166 kB/s | 8.9 kB     00:00    
12:57:11 #10 52.21 (21/143): groff-base-1.22.4-9.fc36.aarch64.rpm  3.7 MB/s | 1.0 MB     00:00    
12:57:11 #10 52.24 (22/143): kernel-srpm-macros-1.0-14.fc36.noarch 258 kB/s | 9.1 kB     00:00    
12:57:11 #10 52.28 (23/143): libjpeg-turbo-2.1.2-2.fc36.aarch64.rp 4.6 MB/s | 190 kB     00:00    
12:57:11 #10 52.29 (24/143): info-6.8-3.fc36.aarch64.rpm           1.5 MB/s | 220 kB     00:00    
12:57:11 #10 52.32 (25/143): libpkgconf-1.8.0-2.fc36.aarch64.rpm   1.0 MB/s |  36 kB     00:00    
12:57:11 #10 52.34 (26/143): libpng-1.6.37-12.fc36.aarch64.rpm     2.2 MB/s | 114 kB     00:00    
12:57:11 #10 52.37 (27/143): libstemmer-0-18.585svn.fc36.aarch64.r 1.5 MB/s |  82 kB     00:00    
12:57:11 #10 52.38 (28/143): lua-srpm-macros-1-6.fc36.noarch.rpm   250 kB/s | 8.5 kB     00:00    
12:57:11 #10 52.41 (29/143): nim-srpm-macros-3-6.fc36.noarch.rpm   239 kB/s | 8.3 kB     00:00    
12:57:11 #14 2.131 Package bash-4.4.20-4.el8_6.x86_64 is already installed.
12:57:11 #14 2.132 Package bash-4.4.20-4.el8_6.x86_64 is already installed.
12:57:11 #14 2.133 Package bash-4.4.20-4.el8_6.x86_64 is already installed.
12:57:11 #14 2.134 Package ca-certificates-2022.2.54-80.2.el8_6.noarch is already installed.
12:57:11 #14 2.135 Package libarchive-3.3.3-4.el8.x86_64 is already installed.
12:57:11 #14 2.135 Package pkgconf-pkg-config-1.4.2-1.el8.x86_64 is already installed.
12:57:11 #14 2.136 Package systemd-239-67.el8.x86_64 is already installed.
12:57:11 #14 2.136 Package tar-2:1.30-6.el8.x86_64 is already installed.
12:57:11 #14 2.137 Package which-2.21-18.el8.x86_64 is already installed.
12:57:11 #14 2.137 Package bash-4.4.20-4.el8_6.x86_64 is already installed.
12:57:11 #14 2.138 Package bash-4.4.20-4.el8_6.x86_64 is already installed.
12:57:11 #14 2.243 Dependencies resolved.
12:57:11 #14 2.252 ================================================================================
12:57:11 #14 2.252  Package                      Arch   Version                   Repository  Size
12:57:11 #14 2.252 ================================================================================
12:57:11 #14 2.252 Installing:
12:57:11 #14 2.252  cmake                        x86_64 3.20.2-4.el8              appstream   12 M
12:57:11 #14 2.252  device-mapper-devel          x86_64 8:1.02.181-9.el8          powertools 284 k
12:57:11 #14 2.252  gcc                          x86_64 8.5.0-18.el8              baseos      23 M
12:57:11 #14 2.252  git                          x86_64 2.39.0-1.el8              appstream  104 k
12:57:11 #14 2.252  glibc-static                 x86_64 2.28-224.el8              powertools 2.1 M
12:57:11 #14 2.252  libseccomp-devel             x86_64 2.5.2-1.el8               appstream   57 k
12:57:11 #14 2.252  libselinux-devel             x86_64 2.9-8.el8                 baseos     200 k
12:57:11 #14 2.252  libtool                      x86_64 2.4.6-25.el8              appstream  709 k
12:57:11 #14 2.252  libtool-ltdl-devel           x86_64 2.4.6-25.el8              appstream  184 k
12:57:11 #14 2.252  make                         x86_64 1:4.2.1-11.el8            baseos     498 k
12:57:11 #14 2.252  selinux-policy-devel         noarch 3.14.3-114.el8            baseos     1.5 M
12:57:11 #14 2.252  systemd-devel                x86_64 239-70.el8                baseos     400 k
12:57:11 #14 2.252 Upgrading:
12:57:11 #14 2.252  device-mapper                x86_64 8:1.02.181-9.el8          baseos     378 k
12:57:11 #14 2.252  device-mapper-libs           x86_64 8:1.02.181-9.el8          baseos     410 k
12:57:11 #14 2.252  glibc                        x86_64 2.28-224.el8              baseos     2.2 M
12:57:11 #14 2.252  glibc-common                 x86_64 2.28-224.el8              baseos     1.0 M
12:57:11 #14 2.252  glibc-gconv-extra            x86_64 2.28-224.el8              baseos     1.5 M
12:57:11 #14 2.252  glibc-minimal-langpack       x86_64 2.28-224.el8              baseos      65 k
12:57:11 #14 2.252  libarchive                   x86_64 3.3.3-5.el8               baseos     360 k
12:57:11 #14 2.252  libgcc                       x86_64 8.5.0-18.el8              baseos      81 k
12:57:11 #14 2.252  libselinux                   x86_64 2.9-8.el8                 baseos     166 k
12:57:11 #14 2.252  systemd                      x86_64 239-70.el8                baseos     3.6 M
12:57:11 #14 2.252  systemd-libs                 x86_64 239-70.el8                baseos     1.1 M
12:57:11 #14 2.252  systemd-pam                  x86_64 239-70.el8                baseos     494 k
12:57:11 #14 2.252  tar                          x86_64 2:1.30-8.el8              baseos     839 k
12:57:11 #14 2.252 Installing dependencies:
12:57:11 #14 2.252  annobin                      x86_64 10.94-1.el8               baseos     965 k
12:57:11 #14 2.252  autoconf                     noarch 2.69-29.el8               appstream  710 k
12:57:11 #14 2.252  automake                     noarch 1.16.1-7.el8              appstream  713 k
12:57:11 #14 2.252  checkpolicy                  x86_64 2.9-1.el8                 baseos     348 k
12:57:11 #14 2.252  cmake-data                   noarch 3.20.2-4.el8              appstream  1.7 M
12:57:11 #14 2.252  cmake-filesystem             x86_64 3.20.2-4.el8              appstream   44 k
12:57:11 #14 2.252  cmake-rpm-macros             noarch 3.20.2-4.el8              appstream   44 k
12:57:11 #14 2.252  cpp                          x86_64 8.5.0-18.el8              baseos      10 M
12:57:11 #14 2.252  gcc-plugin-annobin           x86_64 8.5.0-18.el8              baseos      35 k
12:57:11 #14 2.252  git-core                     x86_64 2.39.0-1.el8              appstream   10 M
12:57:11 #14 2.252  git-core-doc                 noarch 2.39.0-1.el8              appstream  3.0 M
12:57:11 #14 2.252  glibc-devel                  x86_64 2.28-224.el8              baseos      83 k
12:57:11 #14 2.252  glibc-headers                x86_64 2.28-224.el8              baseos     488 k
12:57:11 #14 2.252  isl                          x86_64 0.16.1-6.el8              appstream  841 k
12:57:11 #14 2.252  kernel-headers               x86_64 4.18.0-448.el8            baseos      11 M
12:57:11 #14 2.252  less                         x86_64 530-1.el8                 baseos     164 k
12:57:11 #14 2.252  libedit                      x86_64 3.1-23.20170329cvs.el8    baseos     102 k
12:57:11 #14 2.252  libgomp                      x86_64 8.5.0-18.el8              baseos     208 k
12:57:11 #14 2.252  libmpc                       x86_64 1.1.0-9.1.el8             appstream   61 k
12:57:11 #14 2.252  libselinux-utils             x86_64 2.9-8.el8                 baseos     243 k
12:57:11 #14 2.252  libsepol-devel               x86_64 2.9-3.el8                 baseos      87 k
12:57:11 #14 2.252  libuv                        x86_64 1:1.41.1-1.el8_4          appstream  156 k
12:57:11 #14 2.252  libxcrypt-devel              x86_64 4.1.1-6.el8               baseos      25 k
12:57:11 #14 2.252  libxcrypt-static             x86_64 4.1.1-6.el8               powertools  56 k
12:57:11 #14 2.252  m4                           x86_64 1.4.18-7.el8              baseos     223 k
12:57:11 #14 2.252  openssh                      x86_64 8.0p1-17.el8              baseos     524 k
12:57:11 #14 2.252  openssh-clients              x86_64 8.0p1-17.el8              baseos     669 k
12:57:11 #14 2.252  pcre2-devel                  x86_64 10.32-3.el8               baseos     605 k
12:57:11 #14 2.252  pcre2-utf16                  x86_64 10.32-3.el8               baseos     229 k
12:57:11 #14 2.252  pcre2-utf32                  x86_64 10.32-3.el8               baseos     220 k
12:57:11 #14 2.252  perl-Data-Dumper             x86_64 2.167-399.el8             baseos      58 k
12:57:11 #14 2.252  perl-Error                   noarch 1:0.17025-2.el8           appstream   46 k
12:57:11 #14 2.252  perl-Git                     noarch 2.39.0-1.el8              appstream   78 k
12:57:11 #14 2.252  perl-TermReadKey             x86_64 2.37-7.el8                appstream   40 k
12:57:11 #14 2.252  perl-Thread-Queue            noarch 3.13-1.el8                appstream   24 k
12:57:11 #14 2.252  policycoreutils              x86_64 2.9-21.1.el8              baseos     375 k
12:57:11 #14 2.252  policycoreutils-devel        x86_64 2.9-21.1.el8              baseos     293 k
12:57:11 #14 2.252  policycoreutils-python-utils noarch 2.9-21.1.el8              baseos     253 k
12:57:11 #14 2.252  python3-audit                x86_64 3.0.7-4.el8               baseos      87 k
12:57:11 #14 2.252  python3-libselinux           x86_64 2.9-8.el8                 baseos     283 k
12:57:11 #14 2.252  python3-libsemanage          x86_64 2.9-9.el8                 baseos     128 k
12:57:11 #14 2.252  python3-policycoreutils      noarch 2.9-21.1.el8              baseos     2.2 M
12:57:11 #14 2.252  python3-setools              x86_64 4.3.0-3.el8               baseos     624 k
12:57:11 #14 2.252  rpm-plugin-selinux           x86_64 4.14.3-26.el8             baseos      78 k
12:57:11 #14 2.252  selinux-policy               noarch 3.14.3-114.el8            baseos     658 k
12:57:11 #14 2.252  selinux-policy-minimum       noarch 3.14.3-114.el8            baseos      13 M
12:57:11 #14 2.252  vim-filesystem               noarch 2:8.0.1763-19.el8.4       appstream   50 k
12:57:11 #14 2.252  xkeyboard-config             noarch 2.28-1.el8                appstream  782 k
12:57:11 #14 2.252 Installing weak dependencies:
12:57:11 #14 2.252  glibc-langpack-en            x86_64 2.28-224.el8              baseos     826 k
12:57:11 #14 2.252  libxkbcommon                 x86_64 0.9.1-1.el8               appstream  116 k
12:57:11 #14 2.252 Downgrading:
12:57:11 #14 2.252  pcre2                        x86_64 10.32-3.el8               baseos     247 k
12:57:11 #14 2.252 
12:57:11 #14 2.252 Transaction Summary
12:57:11 #14 2.252 ================================================================================
12:57:11 #14 2.252 Install    62 Packages
12:57:11 #14 2.252 Upgrade    13 Packages
12:57:11 #14 2.252 Downgrade   1 Package
12:57:11 #14 2.252 
12:57:11 #14 2.256 Total download size: 118 M
12:57:11 #14 2.258 Downloading Packages:
12:57:11 #10 30.76 Unpacking po-debconf (1.0.21+nmu1) ...
12:57:11 #10 30.83 Selecting previously unselected package debhelper.
12:57:11 #10 30.83 Preparing to unpack .../089-debhelper_13.11.4_all.deb ...
12:57:11 #10 30.84 Unpacking debhelper (13.11.4) ...
12:57:11 #11 37.61 Selecting previously unselected package python3-certifi.
12:57:11 #11 37.61 Preparing to unpack .../348-python3-certifi_2020.6.20-1_all.deb ...
12:57:11 #11 37.62 Unpacking python3-certifi (2020.6.20-1) ...
12:57:11 #11 37.68 Selecting previously unselected package python3-idna.
12:57:11 #11 37.68 Preparing to unpack .../349-python3-idna_3.3-1_all.deb ...
12:57:11 #11 37.69 Unpacking python3-idna (3.3-1) ...
12:57:11 #11 37.72 Selecting previously unselected package python3-six.
12:57:11 #12 4.433 Reading state information...
12:57:11 #12 4.441 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:57:11 #10 41.57 Preparing to unpack .../263-libyaml-libyaml-perl_0.69+repack-1_amd64.deb ...
12:57:11 #10 41.57 Unpacking libyaml-libyaml-perl (0.69+repack-1) ...
12:57:11 #10 41.61 Selecting previously unselected package licensecheck.
12:57:11 #10 41.61 Preparing to unpack .../264-licensecheck_3.0.31-2_all.deb ...
12:57:11 #10 41.62 Unpacking licensecheck (3.0.31-2) ...
12:57:11 #10 41.64 Selecting previously unselected package patchutils.
12:57:11 #10 41.65 Preparing to unpack .../265-patchutils_0.3.4-2_amd64.deb ...
12:57:11 #10 41.65 Unpacking patchutils (0.3.4-2) ...
12:57:11 #10 41.69 Selecting previously unselected package t1utils.
12:57:11 #10 48.62 Preparing to unpack .../366-libxmlrpc-lite-perl_0.717-5_all.deb ...
12:57:11 #10 48.62 Unpacking libxmlrpc-lite-perl (0.717-5) ...
12:57:11 #10 48.66 Selecting previously unselected package libxmuu1:amd64.
12:57:11 #10 48.66 Preparing to unpack .../367-libxmuu1_2%3a1.1.3-3_amd64.deb ...
12:57:11 #10 48.67 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
12:57:11 #10 48.70 Selecting previously unselected package libxstring-perl:amd64.
12:57:11 #10 48.70 Preparing to unpack .../368-libxstring-perl_0.005-2+b1_amd64.deb ...
12:57:11 #10 48.70 Unpacking libxstring-perl:amd64 (0.005-2+b1) ...
12:57:11 #10 48.74 Selecting previously unselected package libyaml-0-2:amd64.
12:57:11 #10 48.74 Preparing to unpack .../369-libyaml-0-2_0.2.5-1_amd64.deb ...
12:57:11 #10 48.74 Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
12:57:11 #10 48.78 Selecting previously unselected package libyaml-libyaml-perl.
12:57:11 #10 48.78 Preparing to unpack .../370-libyaml-libyaml-perl_0.86+ds-1_amd64.deb ...
12:57:11 #10 48.79 Unpacking libyaml-libyaml-perl (0.86+ds-1) ...
12:57:11 #10 48.82 Selecting previously unselected package licensecheck.
12:57:11 #10 48.82 Preparing to unpack .../371-licensecheck_3.3.5-1_all.deb ...
12:57:11 #10 48.83 Unpacking licensecheck (3.3.5-1) ...
12:57:11 #10 48.87 Selecting previously unselected package plzip.
12:57:11 #11 39.37 Unpacking libtypes-serialiser-perl (1.0-1) ...
12:57:11 #11 39.40 Selecting previously unselected package libjson-xs-perl.
12:57:11 #11 39.40 Preparing to unpack .../275-libjson-xs-perl_4.020-1build1_amd64.deb ...
12:57:11 #11 39.41 Unpacking libjson-xs-perl (4.020-1build1) ...
12:57:11 #11 39.44 Selecting previously unselected package libjson-maybexs-perl.
12:57:11 #11 39.44 Preparing to unpack .../276-libjson-maybexs-perl_1.004000-1_all.deb ...
12:57:11 #11 39.45 Unpacking libjson-maybexs-perl (1.004000-1) ...
12:57:11 #11 39.47 Selecting previously unselected package liblist-compare-perl.
12:57:11 #11 39.47 Preparing to unpack .../277-liblist-compare-perl_0.53-1_all.deb ...
12:57:11 #11 39.48 Unpacking liblist-compare-perl (0.53-1) ...
12:57:11 #11 39.51 Selecting previously unselected package liblist-moreutils-perl.
12:57:11 #11 39.51 Preparing to unpack .../278-liblist-moreutils-perl_0.416-1build5_amd64.deb ...
12:57:11 #11 39.52 Unpacking liblist-moreutils-perl (0.416-1build5) ...
12:57:11 #11 39.55 Selecting previously unselected package liblist-someutils-perl.
12:57:11 #11 39.55 Preparing to unpack .../279-liblist-someutils-perl_0.58-1_all.deb ...
12:57:11 #11 39.55 Unpacking liblist-someutils-perl (0.58-1) ...
12:57:11 #11 39.58 Selecting previously unselected package liblist-someutils-xs-perl.
12:57:11 #10 50.26   Installing       : libpng-2:1.6.37-13.fc37.aarch64                     36/143 
12:57:11 #10 50.26   Installing       : libstemmer-0-19.585svn.fc37.aarch64                 37/143 
12:57:11 #10 50.28   Installing       : ncurses-6.3-3.20220501.fc37.aarch64                 38/143 
12:57:11 #10 50.28   Installing       : perl-Digest-1.20-489.fc37.noarch                    39/143 
12:57:11 #10 50.29   Installing       : perl-Digest-MD5-2.58-489.fc37.aarch64               40/143 
12:57:11 #10 50.30   Installing       : perl-B-1.83-492.fc37.aarch64                        41/143 
12:57:11 #10 50.31   Installing       : perl-FileHandle-2.03-492.fc37.noarch                42/143 
12:57:11 #10 50.31   Installing       : perl-AutoLoader-5.74-492.fc37.noarch                43/143 
12:57:11 #10 50.32   Installing       : perl-Data-Dumper-2.184-490.fc37.aarch64             44/143 
12:57:11 #10 50.32   Installing       : perl-libnet-3.14-490.fc37.noarch                    45/143 
12:57:11 #10 50.33   Installing       : perl-base-2.27-492.fc37.noarch                      46/143 
12:57:11 #10 50.35   Installing       : perl-Net-SSLeay-1.92-4.fc37.aarch64                 47/143 
12:57:11 #10 50.36   Installing       : perl-URI-5.17-1.fc37.noarch                         48/143 
12:57:11 #10 50.37   Installing       : perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch       49/143 
12:57:11 #10 50.38   Installing       : perl-Mozilla-CA-20211001-4.fc37.noarch              50/143 
12:57:11 #10 50.38   Installing       : perl-if-0.61.000-492.fc37.noarch                    51/143 
12:57:11 #10 50.39   Installing       : perl-IO-Socket-IP-0.41-490.fc37.noarch              52/143 
12:57:11 #10 50.39   Installing       : perl-Time-Local-2:1.300-489.fc37.noarch             53/143 
12:57:11 #10 50.40   Installing       : perl-File-Path-2.18-489.fc37.noarch                 54/143 
12:57:11 #10 50.40   Installing       : perl-Pod-Escapes-1:1.07-489.fc37.noarch             55/143 
12:57:11 #10 50.41   Installing       : perl-IO-Socket-SSL-2.075-1.fc37.noarch              56/143 
12:57:11 #10 50.42   Installing       : perl-Class-Struct-0.66-492.fc37.noarch              57/143 
12:57:11 #10 50.42   Installing       : perl-POSIX-2.03-492.fc37.aarch64                    58/143 
12:57:11 #10 50.43   Installing       : perl-Term-ANSIColor-5.01-490.fc37.noarch            59/143 
12:57:11 #10 50.44   Installing       : perl-IPC-Open3-1.22-492.fc37.noarch                 60/143 
12:57:11 #10 50.44   Installing       : perl-subs-1.04-492.fc37.noarch                      61/143 
12:57:11 #10 50.45   Installing       : perl-File-Temp-1:0.231.100-489.fc37.noarch          62/143 
12:57:11 #10 50.45   Installing       : perl-Term-Cap-1.17-489.fc37.noarch                  63/143 
12:57:11 #10 50.46   Installing       : perl-HTTP-Tiny-0.082-1.fc37.noarch                  64/143 
12:57:11 #10 50.47   Installing       : perl-Pod-Simple-1:3.43-490.fc37.noarch              65/143 
12:57:11 #10 50.48   Installing       : perl-Socket-4:2.036-1.fc37.aarch64                  66/143 
12:57:11 #10 50.48   Installing       : perl-SelectSaver-1.02-492.fc37.noarch               67/143 
12:57:11 #10 50.49   Installing       : perl-Symbol-1.09-492.fc37.noarch                    68/143 
12:57:11 #10 50.50   Installing       : perl-File-stat-1.12-492.fc37.noarch                 69/143 
12:57:11 #10 50.51   Installing       : perl-podlators-1:4.14-489.fc37.noarch               70/143 
12:57:11 #10 50.52   Installing       : perl-Pod-Perldoc-3.28.01-490.fc37.noarch            71/143 
12:57:11 #10 50.52   Installing       : perl-Fcntl-1.15-492.fc37.aarch64                    72/143 
12:57:11 #10 50.53   Installing       : perl-Text-ParseWords-3.31-489.fc37.noarch           73/143 
12:57:11 #10 50.53   Installing       : perl-mro-1.26-492.fc37.aarch64                      74/143 
12:57:11 #10 50.54   Installing       : perl-IO-1.50-492.fc37.aarch64                       75/143 
12:57:11 #10 50.55   Installing       : perl-overloading-0.02-492.fc37.noarch               76/143 
12:57:11 #10 50.55   Installing       : perl-Pod-Usage-4:2.03-3.fc37.noarch                 77/143 
12:57:11 #10 50.56   Installing       : perl-Errno-1.36-492.fc37.aarch64                    78/143 
12:57:11 #10 50.56   Installing       : perl-File-Basename-2.85-492.fc37.noarch             79/143 
12:57:11 #10 50.56   Installing       : perl-Getopt-Std-1.13-492.fc37.noarch                80/143 
12:57:11 #11 49.47 Setting up libnet-http-perl (6.22-1) ...
12:57:11 #11 49.48 Setting up libpath-iterator-rule-perl (1.015-1) ...
12:57:11 #11 49.49 Setting up libtext-markdown-discount-perl:amd64 (0.13-1build1) ...
12:57:11 #11 49.50 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
12:57:11 #11 49.51 Setting up libtime-moment-perl (0.44-2) ...
12:57:11 #11 49.52 Setting up libencode-locale-perl (1.05-2) ...
12:57:11 #11 49.53 Setting up libexception-class-perl (1.45-1) ...
12:57:11 #11 49.54 Setting up libmath-base85-perl (0.5+dfsg-1) ...
12:57:11 #11 49.55 Setting up libconfig-tiny-perl (2.28-1) ...
12:57:11 #11 49.56 Setting up libsereal-encoder-perl:amd64 (4.025+ds-1) ...
12:57:11 #11 49.57 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
12:57:11 #11 49.58 Setting up liblist-utilsby-perl (0.12-1) ...
12:57:11 #11 49.60 Setting up libstring-shellquote-perl (1.04-2) ...
12:57:11 #11 49.61 Setting up libnet-netmask-perl (2.0001-1) ...
12:57:11 #11 49.62 Setting up libsub-install-perl (0.928-2) ...
12:57:11 #11 49.63 Setting up gcc (4:12.2.0-1ubuntu1) ...
12:57:11 #11 49.65 Setting up dpkg-dev (1.21.9ubuntu1) ...
12:57:11 #11 49.66 Setting up libindirect-perl (0.39-2) ...
12:57:11 #11 49.67 Setting up libxs-parse-sublike-perl:amd64 (0.16-1ubuntu2) ...
12:57:11 #11 49.68 Setting up intltool-debian (0.35.0+20060710.5) ...
12:57:11 #11 49.71 Setting up libfreezethaw-perl (0.5001-2.1) ...
12:57:11 #11 49.72 Setting up libobject-pad-perl (0.68-1) ...
12:57:11 #11 49.73 Setting up liberror-perl (0.17029-1) ...
12:57:11 #11 49.74 Setting up libpython3.10-stdlib:amd64 (3.10.7-1ubuntu0.2) ...
12:57:11 #11 49.75 Setting up patchutils (0.4.2-1build2) ...
12:57:11 #11 49.76 Setting up libmail-sendmail-perl (0.80-2) ...
12:57:11 #11 49.77 Setting up libltdl-dev:amd64 (2.4.7-4) ...
12:57:11 #11 49.78 Setting up libjson-maybexs-perl (1.004003-1) ...
12:57:11 #11 51.60 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
12:57:11 #11 51.62 Setting up perl (5.34.0-5ubuntu1.1) ...
12:57:11 #11 51.64 Setting up libpackage-stash-xs-perl:arm64 (0.30-1) ...
12:57:11 #11 51.65 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:57:11 #11 51.67 Setting up libxs-parse-keyword-perl (0.25-1) ...
12:57:11 #11 51.68 Setting up libtirpc-dev:arm64 (1.3.3+ds-1) ...
12:57:11 #11 51.70 Setting up libdata-dump-perl (1.25-1) ...
12:57:11 #11 51.71 Setting up gcc-12 (12.2.0-3ubuntu1) ...
12:57:11 #11 51.72 Setting up libfile-find-rule-perl (0.34-2) ...
12:57:11 #11 51.74 Setting up libref-util-perl (0.204-1) ...
12:57:11 #11 51.75 Setting up libipc-system-simple-perl (1.30-1) ...
12:57:11 #11 51.76 Setting up libnet-domain-tld-perl (1.75-2) ...
12:57:11 #11 51.77 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
12:57:11 #11 49.83 Setting up libperlio-gzip-perl (0.19-1build5) ...
12:57:11 #11 49.84 Setting up libsys-hostname-long-perl (1.5-1) ...
12:57:11 #11 49.85 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
12:57:11 #11 49.86 Setting up liburi-perl (1.76-2) ...
12:57:11 #11 49.87 Setting up libdigest-bubblebabble-perl (0.02-2) ...
12:57:11 #11 49.89 Setting up libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:11 #11 49.90 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
12:57:11 #11 49.92 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
12:57:11 #11 47.20 Setting up libdata-validate-uri-perl (0.07-2) ...
12:57:11 #11 47.22 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:57:11 #11 47.23 Setting up libmodule-runtime-perl (0.016-1) ...
12:57:11 #11 47.24 Setting up libmailtools-perl (2.21-1) ...
12:57:11 #11 47.25 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:57:11 #11 47.30 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:57:11 #11 47.37 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:57:11 #10 51.54 Updating certificates in /etc/ssl/certs...
12:57:11 #10 52.42 (30/143): json-glib-1.6.6-2.fc36.aarch64.rpm    679 kB/s | 149 kB     00:00    
12:57:11 #10 52.45 (31/143): ncurses-6.2-9.20210508.fc36.aarch64.r 5.5 MB/s | 400 kB     00:00    
12:57:11 #10 52.45 (32/143): ocaml-srpm-macros-6-6.fc36.noarch.rpm 215 kB/s | 7.7 kB     00:00    
12:57:11 #10 52.46 (33/143): openblas-srpm-macros-2-11.fc36.noarch 181 kB/s | 7.4 kB     00:00    
12:57:11 #10 52.48 (34/143): package-notes-srpm-macros-0.4-14.fc36 317 kB/s |  11 kB     00:00    
12:57:11 #10 52.50 (35/143): perl-AutoLoader-5.74-486.fc36.noarch. 667 kB/s |  26 kB     00:00    
12:57:11 #10 52.51 (36/143): patch-2.7.6-16.fc36.aarch64.rpm       2.1 MB/s | 121 kB     00:00    
12:57:11 #10 52.54 (37/143): perl-Class-Struct-0.66-486.fc36.noarc 765 kB/s |  27 kB     00:00    
12:57:11 #10 52.54 (38/143): perl-Carp-1.52-479.fc36.noarch.rpm    661 kB/s |  29 kB     00:00    
12:57:11 #10 52.58 (39/143): perl-Digest-1.20-2.fc36.noarch.rpm    754 kB/s |  25 kB     00:00    
12:57:11 #10 52.59 (40/143): perl-B-1.82-486.fc36.aarch64.rpm      1.6 MB/s | 186 kB     00:00    
12:57:11 #10 52.63 (41/143): perl-DynaLoader-1.50-486.fc36.aarch64 897 kB/s |  31 kB     00:00    
12:57:11 #10 52.63 (42/143): perl-Data-Dumper-2.183-3.fc36.aarch64 612 kB/s |  55 kB     00:00    
12:57:11 #10 52.64 (43/143): perl-Digest-MD5-2.58-479.fc36.aarch64 601 kB/s |  36 kB     00:00    
12:57:11 #10 52.67 (44/143): perl-Exporter-5.76-480.fc36.noarch.rp 914 kB/s |  31 kB     00:00    
12:57:11 #12 9.385 Setting up libseccomp-dev:arm64 (2.5.1-1ubuntu1~18.04.2) ...
12:57:11 #12 9.395 Setting up cmake-data (3.10.2-1ubuntu2.18.04.2) ...
12:57:11 #12 9.410 Setting up libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:57:11 #12 9.419 Setting up librhash0:arm64 (1.3.6-2) ...
12:57:11 #12 9.428 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:57:11 #12 9.438 Setting up pkg-config (0.29.1-0ubuntu2) ...
12:57:11 #12 9.483 Setting up dh-apparmor (2.12-4ubuntu5.1) ...
12:57:11 #10 31.08 Selecting previously unselected package debian-keyring.
12:57:11 #10 31.08 Preparing to unpack .../090-debian-keyring_2022.12.24_all.deb ...
12:57:11 #10 31.09 Unpacking debian-keyring (2022.12.24) ...
12:57:11 #10 19.75 Selecting previously unselected package libbinutils:armhf.
12:57:11 #10 19.75 Preparing to unpack .../027-libbinutils_2.35.2-2_armhf.deb ...
12:57:11 #10 19.76 Unpacking libbinutils:armhf (2.35.2-2) ...
12:57:11 #10 19.94 Selecting previously unselected package libctf-nobfd0:armhf.
12:57:11 #10 19.94 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_armhf.deb ...
12:57:11 #10 19.95 Unpacking libctf-nobfd0:armhf (2.35.2-2) ...
12:57:11 #10 20.01 Selecting previously unselected package libctf0:armhf.
12:57:11 #10 20.01 Preparing to unpack .../029-libctf0_2.35.2-2_armhf.deb ...
12:57:11 #10 41.69 Preparing to unpack .../266-t1utils_1.41-2_amd64.deb ...
12:57:11 #10 41.69 Unpacking t1utils (1.41-2) ...
12:57:11 #10 41.73 Selecting previously unselected package lintian.
12:57:11 #10 41.73 Preparing to unpack .../267-lintian_2.5.81ubuntu1_all.deb ...
12:57:11 #10 41.74 Unpacking lintian (2.5.81ubuntu1) ...
12:57:11 #10 41.87 Selecting previously unselected package manpages-dev.
12:57:11 #10 41.87 Preparing to unpack .../268-manpages-dev_4.15-1_all.deb ...
12:57:11 #10 41.87 Unpacking manpages-dev (4.15-1) ...
12:57:11 #12 4.735 Starting 2 pkgProblemResolver with broken count: 0
12:57:11 #12 4.740 Done
12:57:11 #12 4.952  Done
12:57:11 #10 48.87 Preparing to unpack .../372-plzip_1.10-5_amd64.deb ...
12:57:11 #10 48.87 Unpacking plzip (1.10-5) ...
12:57:11 #10 48.91 Selecting previously unselected package lzop.
12:57:11 #10 48.91 Preparing to unpack .../373-lzop_1.04-2_amd64.deb ...
12:57:11 #10 48.92 Unpacking lzop (1.04-2) ...
12:57:11 #10 48.95 Selecting previously unselected package t1utils.
12:57:11 #10 48.96 Preparing to unpack .../374-t1utils_1.41-4_amd64.deb ...
12:57:11 #10 48.96 Unpacking t1utils (1.41-4) ...
12:57:11 #10 49.00 Selecting previously unselected package unzip.
12:57:11 #10 49.00 Preparing to unpack .../375-unzip_6.0-27_amd64.deb ...
12:57:11 #10 49.01 Unpacking unzip (6.0-27) ...
12:57:11 #10 49.11 Selecting previously unselected package lintian.
12:57:11 #11 37.72 Preparing to unpack .../350-python3-six_1.16.0-3ubuntu1_all.deb ...
12:57:11 #11 37.73 Unpacking python3-six (1.16.0-3ubuntu1) ...
12:57:11 #11 37.76 Selecting previously unselected package python3-urllib3.
12:57:11 #11 37.77 Preparing to unpack .../351-python3-urllib3_1.26.5-1~exp1_all.deb ...
12:57:11 #11 37.77 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
12:57:11 #11 37.81 Selecting previously unselected package python3-requests.
12:57:11 #11 37.81 Preparing to unpack .../352-python3-requests_2.25.1+dfsg-2_all.deb ...
12:57:11 #11 37.82 Unpacking python3-requests (2.25.1+dfsg-2) ...
12:57:11 #11 37.87 Selecting previously unselected package python3-unidiff.
12:57:11 #11 37.87 Preparing to unpack .../353-python3-unidiff_0.5.5-2_all.deb ...
12:57:11 #11 37.87 Unpacking python3-unidiff (0.5.5-2) ...
12:57:11 #11 37.93 Selecting previously unselected package python3-xdg.
12:57:11 #11 37.93 Preparing to unpack .../354-python3-xdg_0.27-2_all.deb ...
12:57:11 #11 37.93 Unpacking python3-xdg (0.27-2) ...
12:57:11 #11 37.97 Selecting previously unselected package equivs.
12:57:11 #11 37.97 Preparing to unpack .../355-equivs_2.3.1_all.deb ...
12:57:11 #11 37.97 Unpacking equivs (2.3.1) ...
12:57:11 #11 38.01 Selecting previously unselected package libauthen-sasl-perl.
12:57:11 #11 38.01 Preparing to unpack .../356-libauthen-sasl-perl_2.1600-1.1_all.deb ...
12:57:11 #11 38.02 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
12:57:11 #11 38.07 Selecting previously unselected package python3-magic.
12:57:11 #11 38.07 Preparing to unpack .../357-python3-magic_2%3a0.4.24-2_all.deb ...
12:57:11 #11 39.58 Preparing to unpack .../280-liblist-someutils-xs-perl_0.58-2_amd64.deb ...
12:57:11 #11 39.59 Unpacking liblist-someutils-xs-perl (0.58-2) ...
12:57:11 #11 39.62 Selecting previously unselected package libltdl7:amd64.
12:57:11 #11 39.62 Preparing to unpack .../281-libltdl7_2.4.6-14_amd64.deb ...
12:57:11 #11 39.62 Unpacking libltdl7:amd64 (2.4.6-14) ...
12:57:11 #11 39.66 Selecting previously unselected package libltdl-dev:amd64.
12:57:11 #11 39.66 Preparing to unpack .../282-libltdl-dev_2.4.6-14_amd64.deb ...
12:57:11 #11 39.66 Unpacking libltdl-dev:amd64 (2.4.6-14) ...
12:57:11 #11 39.70 Selecting previously unselected package libsys-hostname-long-perl.
12:57:11 #11 39.71 Preparing to unpack .../283-libsys-hostname-long-perl_1.5-1_all.deb ...
12:57:11 #11 39.71 Unpacking libsys-hostname-long-perl (1.5-1) ...
12:57:11 #11 39.74 Selecting previously unselected package libmail-sendmail-perl.
12:57:11 #11 39.74 Preparing to unpack .../284-libmail-sendmail-perl_0.80-1_all.deb ...
12:57:11 #11 39.75 Unpacking libmail-sendmail-perl (0.80-1) ...
12:57:11 #11 39.78 Selecting previously unselected package libmoox-aliases-perl.
12:57:11 #11 39.78 Preparing to unpack .../285-libmoox-aliases-perl_0.001006-1_all.deb ...
12:57:11 #11 39.78 Unpacking libmoox-aliases-perl (0.001006-1) ...
12:57:11 #11 39.81 Selecting previously unselected package libobject-id-perl.
12:57:11 #10 50.57   Installing       : perl-MIME-Base64-3.16-489.fc37.aarch64              81/143 
12:57:11 #10 50.58   Installing       : perl-Scalar-List-Utils-5:1.63-489.fc37.aarch64      82/143 
12:57:11 #10 50.58   Installing       : perl-constant-1.33-490.fc37.noarch                  83/143 
12:57:11 #10 50.59   Installing       : perl-Storable-1:3.26-489.fc37.aarch64               84/143 
12:57:11 #10 50.59   Installing       : perl-overload-1.35-492.fc37.noarch                  85/143 
12:57:11 #10 50.60   Installing       : perl-parent-1:0.238-489.fc37.noarch                 86/143 
12:57:11 #10 50.61   Installing       : perl-vars-1.05-492.fc37.noarch                      87/143 
12:57:11 #10 50.61   Installing       : perl-Getopt-Long-1:2.54-1.fc37.noarch               88/143 
12:57:11 #10 50.62   Installing       : perl-Carp-1.52-489.fc37.noarch                      89/143 
12:57:11 #10 50.62   Installing       : perl-Exporter-5.77-489.fc37.noarch                  90/143 
12:57:11 #10 50.63   Installing       : perl-NDBM_File-1.15-492.fc37.aarch64                91/143 
12:57:11 #10 50.64   Installing       : perl-PathTools-3.84-489.fc37.aarch64                92/143 
12:57:11 #10 50.64   Installing       : perl-DynaLoader-1.52-492.fc37.aarch64               93/143 
12:57:11 #10 50.69   Installing       : perl-Encode-4:3.19-492.fc37.aarch64                 94/143 
12:57:11 #11 49.79 Setting up libxml-sax-base-perl (1.09-2) ...
12:57:11 #11 49.80 Setting up libio-string-perl (1.08-3.1) ...
12:57:11 #11 49.81 Setting up libreadonly-perl (2.050-3) ...
12:57:11 #11 49.82 Setting up libnetaddr-ip-perl (4.079+dfsg-2) ...
12:57:11 #11 49.83 Setting up libstring-copyright-perl (0.003013-1) ...
12:57:11 #11 49.84 Setting up libdata-optlist-perl (0.112-1) ...
12:57:11 #11 49.85 Setting up libipc-run-perl (20220807.0-1) ...
12:57:11 #11 49.86 Setting up git (1:2.37.2-1ubuntu1.2) ...
12:57:11 #11 49.88 Setting up libtext-xslate-perl:amd64 (3.5.9-1build1) ...
12:57:11 #11 49.90 Setting up libcontextual-return-perl (0.004014-3) ...
12:57:11 #11 49.90 Setting up libwww-robotrules-perl (6.02-1) ...
12:57:11 #11 49.91 Setting up libtypes-serialiser-perl (1.01-1) ...
12:57:11 #11 49.92 Setting up libnsl-dev:amd64 (1.3.0-2build2) ...
12:57:11 #11 49.93 Setting up libhtml-parser-perl:amd64 (3.78-1) ...
12:57:11 #11 49.95 Setting up libgit-wrapper-perl (0.048-1) ...
12:57:11 #11 49.97 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
12:57:11 #11 49.98 Setting up librole-tiny-perl (2.002004-1) ...
12:57:11 #11 49.99 Setting up gnupg (2.2.35-3ubuntu1) ...
12:57:11 #11 51.78 Setting up libsocket6-perl (0.29-2) ...
12:57:11 #11 51.80 Setting up systemd-timesyncd (251.4-1ubuntu7) ...
12:57:11 #11 52.03 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
12:57:11 #11 52.03 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
12:57:11 #11 50.12 Setting up automake (1:1.16.1-4ubuntu6) ...
12:57:11 #11 50.17 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:57:11 #11 50.17 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
12:57:11 #11 50.17 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
12:57:11 #11 50.18 Setting up libasync-mergepoint-perl (0.04-2) ...
12:57:11 #11 50.21 Setting up libstring-escape-perl (2010.002-2) ...
12:57:11 #11 50.24 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
12:57:11 #10 52.00 137 added, 0 removed; done.
12:57:11 #10 52.03 Setting up libunbound8:amd64 (1.9.0-2+deb10u2) ...
12:57:11 #10 52.04 Setting up shared-mime-info (1.10-1) ...
12:57:11 #11 47.43 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:11 #11 47.57 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:11 #11 47.59 Setting up dh-strip-nondeterminism (1.13.0-1) ...
12:57:11 #11 47.61 Setting up libconst-fast-perl (0.014-1.1) ...
12:57:11 #11 47.62 Setting up libhttp-daemon-perl (6.13-1ubuntu0.1) ...
12:57:11 #10 52.67 (45/143): perl-Errno-1.33-486.fc36.aarch64.rpm  469 kB/s |  20 kB     00:00    
12:57:11 #10 52.67 (46/143): perl-Fcntl-1.14-486.fc36.aarch64.rpm  754 kB/s |  25 kB     00:00    
12:57:11 #10 52.70 (47/143): perl-File-Basename-2.85-486.fc36.noar 643 kB/s |  22 kB     00:00    
12:57:11 #10 52.71 (48/143): perl-File-Path-2.18-479.fc36.noarch.r 894 kB/s |  35 kB     00:00    
12:57:11 #10 52.74 (49/143): perl-File-stat-1.09-486.fc36.noarch.r 653 kB/s |  22 kB     00:00    
12:57:11 #10 52.74 (50/143): perl-File-Temp-0.231.100-479.fc36.noa 908 kB/s |  59 kB     00:00    
12:57:11 #10 52.75 (51/143): perl-FileHandle-2.03-486.fc36.noarch. 522 kB/s |  20 kB     00:00    
12:57:11 #10 52.77 (52/143): perl-Getopt-Std-1.13-486.fc36.noarch. 604 kB/s |  21 kB     00:00    
12:57:11 #10 52.77 (53/143): perl-IO-1.46-486.fc36.aarch64.rpm     2.6 MB/s |  92 kB     00:00    
12:57:11 #10 52.79 (54/143): perl-IO-Socket-IP-0.41-480.fc36.noarc 1.0 MB/s |  42 kB     00:00    
12:57:11 #10 52.81 (55/143): perl-IO-Socket-SSL-2.074-2.fc36.noarc 5.8 MB/s | 218 kB     00:00    
12:57:11 #10 52.81 (56/143): perl-IPC-Open3-1.21-486.fc36.noarch.r 759 kB/s |  28 kB     00:00    
12:57:11 #10 52.83 (57/143): perl-MIME-Base64-3.16-479.fc36.aarch6 774 kB/s |  30 kB     00:00    
12:57:11 #10 52.84 (58/143): perl-Mozilla-CA-20211001-2.fc36.noarc 365 kB/s |  12 kB     00:00    
12:57:11 #10 52.85 (59/143): perl-NDBM_File-1.15-486.fc36.aarch64. 671 kB/s |  27 kB     00:00    
12:57:11 #10 52.89 (60/143): perl-PathTools-3.80-479.fc36.aarch64. 2.3 MB/s |  85 kB     00:00    
12:57:11 #12 9.492 Setting up libpcrecpp0v5:arm64 (2:8.39-9ubuntu0.1) ...
12:57:11 #12 9.500 Setting up libpcre32-3:arm64 (2:8.39-9ubuntu0.1) ...
12:57:11 #12 9.509 Setting up libsystemd-dev:arm64 (237-3ubuntu10.56) ...
12:57:11 #12 9.518 Setting up libpcre16-3:arm64 (2:8.39-9ubuntu0.1) ...
12:57:11 #12 9.529 Setting up libudev-dev:arm64 (237-3ubuntu10.56) ...
12:57:11 #12 9.545 Setting up liblzo2-2:arm64 (2.08-1.2) ...
12:57:11 #12 9.560 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
12:57:11 #12 9.569 Setting up libpcre3-dev:arm64 (2:8.39-9ubuntu0.1) ...
12:57:11 #12 9.577 Setting up libarchive13:arm64 (3.2.2-3.1ubuntu0.7) ...
12:57:11 #12 9.585 Setting up cmake (3.10.2-1ubuntu2.18.04.2) ...
12:57:11 #12 9.594 Setting up libselinux1-dev:arm64 (2.7-2build2) ...
12:57:11 #12 9.603 Setting up libdevmapper-dev:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:57:11 #12 9.612 Setting up docker-ce-build-deps (1.0) ...
12:57:11 #12 9.621 Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
12:57:11 #12 9.643 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
12:57:11 #12 5.176 Starting pkgProblemResolver with broken count: 0
12:57:11 #12 5.235 Starting 2 pkgProblemResolver with broken count: 0
12:57:11 #12 5.240 Done
12:57:11 #10 42.15 Selecting previously unselected package python3-certifi.
12:57:11 #10 42.15 Preparing to unpack .../269-python3-certifi_2018.1.18-2_all.deb ...
12:57:11 #10 42.15 Unpacking python3-certifi (2018.1.18-2) ...
12:57:11 #10 42.20 Selecting previously unselected package python3-idna.
12:57:11 #10 42.21 Preparing to unpack .../270-python3-idna_2.6-1_all.deb ...
12:57:11 #10 42.21 Unpacking python3-idna (2.6-1) ...
12:57:11 #10 42.25 Selecting previously unselected package python3-urllib3.
12:57:11 #10 49.11 Preparing to unpack .../376-lintian_2.116.3_all.deb ...
12:57:11 #10 49.12 Unpacking lintian (2.116.3) ...
12:57:11 #11 38.07 Unpacking python3-magic (2:0.4.24-2) ...
12:57:11 #11 38.14 Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ...
12:57:11 #11 38.15 Setting up media-types (7.0.0) ...
12:57:11 #11 38.20 Setting up libpipeline1:amd64 (1.5.5-1) ...
12:57:11 #11 38.21 Setting up wdiff (1.2.2-2build3) ...
12:57:11 #11 38.22 Setting up gcc-11-base:amd64 (11.3.0-1ubuntu1~22.04) ...
12:57:11 #11 38.23 Setting up libxau6:amd64 (1:1.0.9-1build5) ...
12:57:11 #11 38.25 Setting up libre2-9:amd64 (20220201+dfsg-1) ...
12:57:11 #11 38.26 Setting up lto-disabled-list (24) ...
12:57:11 #11 38.28 Setting up libpsl5:amd64 (0.21.0-1.2build2) ...
12:57:11 #11 38.29 Setting up bsdextrautils (2.37.2-4ubuntu3) ...
12:57:11 #11 39.81 Preparing to unpack .../286-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
12:57:11 #11 39.82 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
12:57:11 #11 39.84 Selecting previously unselected package libmoox-struct-perl.
12:57:11 #11 39.84 Preparing to unpack .../287-libmoox-struct-perl_0.017-1_all.deb ...
12:57:11 #11 39.85 Unpacking libmoox-struct-perl (0.017-1) ...
12:57:11 #11 39.88 Selecting previously unselected package libnet-dns-sec-perl.
12:57:11 #11 39.88 Preparing to unpack .../288-libnet-dns-sec-perl_1.15-1_amd64.deb ...
12:57:11 #11 39.88 Unpacking libnet-dns-sec-perl (1.15-1) ...
12:57:11 #11 39.92 Selecting previously unselected package libnet-libidn-perl.
12:57:11 #11 39.92 Preparing to unpack .../289-libnet-libidn-perl_0.12.ds-3build2_amd64.deb ...
12:57:11 #11 39.92 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
12:57:11 #11 39.96 Selecting previously unselected package libnumber-range-perl.
12:57:11 #11 39.96 Preparing to unpack .../290-libnumber-range-perl_0.12-1_all.deb ...
12:57:11 #11 39.97 Unpacking libnumber-range-perl (0.12-1) ...
12:57:11 #11 40.00 Selecting previously unselected package libpackage-stash-xs-perl.
12:57:11 #11 40.00 Preparing to unpack .../291-libpackage-stash-xs-perl_0.29-1build1_amd64.deb ...
12:57:11 #11 40.00 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
12:57:11 #11 40.03 Selecting previously unselected package libpath-iterator-rule-perl.
12:57:11 #11 40.03 Preparing to unpack .../292-libpath-iterator-rule-perl_1.014-1_all.deb ...
12:57:11 #11 40.04 Unpacking libpath-iterator-rule-perl (1.014-1) ...
12:57:11 #11 40.07 Selecting previously unselected package libperl4-corelibs-perl.
12:57:11 #11 40.07 Preparing to unpack .../293-libperl4-corelibs-perl_0.004-2_all.deb ...
12:57:11 #11 40.08 Unpacking libperl4-corelibs-perl (0.004-2) ...
12:57:11 #11 40.11 Selecting previously unselected package libperlio-gzip-perl.
12:57:11 #11 40.11 Preparing to unpack .../294-libperlio-gzip-perl_0.19-1build5_amd64.deb ...
12:57:11 #11 40.11 Unpacking libperlio-gzip-perl (0.19-1build5) ...
12:57:11 #11 40.14 Selecting previously unselected package libpod-constants-perl.
12:57:11 #10 50.79   Installing       : perl-libs-4:5.36.0-492.fc37.aarch64                 95/143 
12:57:11 #10 50.81   Installing       : perl-interpreter-4:5.36.0-492.fc37.aarch64          96/143 
12:57:11 #10 50.81   Installing       : devscripts-checkbashisms-2.22.2-3.fc37.aarch64      97/143 
12:57:11 #10 50.83   Installing       : shared-mime-info-2.2-2.fc37.aarch64                 98/143 
12:57:11 #10 50.84   Running scriptlet: shared-mime-info-2.2-2.fc37.aarch64                 98/143 
12:57:11 #10 50.86   Installing       : gdk-pixbuf2-2.42.10-1.fc37.aarch64                  99/143 
12:57:11 #10 50.88   Installing       : libappstream-glib-0.8.1-1.fc37.aarch64             100/143 
12:57:11 #10 50.89   Installing       : xxhash-libs-0.8.1-3.fc37.aarch64                   101/143 
12:57:11 #10 50.94   Installing       : gdb-minimal-12.1-7.fc37.aarch64                    102/143 
12:57:11 #10 50.95   Installing       : debugedit-5.0-7.fc37.aarch64                       103/143 
12:57:11 #10 50.96   Installing       : zstd-1.5.2-3.fc37.aarch64                          104/143 
12:57:11 #10 51.00   Installing       : dbus-libs-1:1.14.4-1.fc37.aarch64                  105/143 
12:57:11 #10 51.02   Installing       : python3-dbus-1.3.2-1.fc37.aarch64                  106/143 
12:57:11 #10 20.02 Unpacking libctf0:armhf (2.35.2-2) ...
12:57:11 #10 20.06 Selecting previously unselected package binutils-arm-linux-gnueabihf.
12:57:11 #10 20.06 Preparing to unpack .../030-binutils-arm-linux-gnueabihf_2.35.2-2_armhf.deb ...
12:57:11 #10 20.07 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
12:57:11 #11 50.00 Setting up libc6-dev:amd64 (2.36-0ubuntu4) ...
12:57:11 #11 50.01 Setting up libfont-ttf-perl (1.06-2) ...
12:57:11 #11 50.03 Setting up libfile-homedir-perl (1.006-1) ...
12:57:11 #11 50.04 Setting up libalgorithm-diff-xs-perl:amd64 (0.04-7) ...
12:57:11 #11 50.05 Setting up libio-socket-ssl-perl (2.074-2) ...
12:57:11 #11 50.06 Setting up libsub-exporter-perl (0.988-1) ...
12:57:11 #11 50.07 Setting up libpython3-stdlib:amd64 (3.10.6-1) ...
12:57:11 #11 50.09 Setting up libalgorithm-merge-perl (0.08-4) ...
12:57:11 #11 50.11 Setting up libhttp-message-perl (6.37-1) ...
12:57:11 #11 50.12 Setting up libdata-validate-ip-perl (0.30-1) ...
12:57:11 #11 50.13 Setting up libhtml-form-perl (6.10-1) ...
12:57:11 #11 50.14 Setting up libiterator-perl (0.03+ds1-2) ...
12:57:11 #11 50.15 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
12:57:11 #11 50.16 Setting up libjson-xs-perl (4.030-1build3) ...
12:57:11 #11 50.17 Setting up libhttp-negotiate-perl (6.01-1) ...
12:57:11 #11 50.18 Setting up libio-prompter-perl (0.004015-1) ...
12:57:11 #11 50.19 Setting up python3.10 (3.10.7-1ubuntu0.2) ...
12:57:11 #11 52.04 Setting up libvariable-magic-perl (0.62-2) ...
12:57:11 #11 52.06 Setting up libio-html-perl (1.004-3) ...
12:57:11 #11 52.08 Setting up libpod-parser-perl (1.65-1) ...
12:57:11 #11 52.09 Setting up libb-hooks-op-check-perl:arm64 (0.22-2) ...
12:57:11 #11 52.11 Setting up liblist-moreutils-xs-perl (0.430-3) ...
12:57:11 #11 52.14 Setting up libparams-util-perl (1.102-1build3) ...
12:57:11 #11 52.15 Setting up libdpkg-perl (1.21.9ubuntu1) ...
12:57:11 #11 52.17 Setting up libtime-duration-perl (1.21-1) ...
12:57:11 #11 52.19 Setting up autoconf (2.71-2) ...
12:57:11 #11 52.21 Setting up libsub-exporter-progressive-perl (0.001013-2) ...
12:57:11 #11 52.23 Setting up libarray-intspan-perl (2.004-2) ...
12:57:11 #11 52.25 Setting up libcapture-tiny-perl (0.48-1) ...
12:57:11 #11 50.26 Setting up libhttp-date-perl (6.05-1) ...
12:57:11 #11 50.27 Setting up libfile-which-perl (1.23-1) ...
12:57:11 #11 50.29 Setting up libfile-basedir-perl (0.08-1) ...
12:57:11 #11 50.30 Setting up gettext (0.19.8.1-10build1) ...
12:57:11 #11 50.32 Setting up libnumber-range-perl (0.12-1) ...
12:57:11 #11 50.34 Setting up libunicode-utf8-perl (0.62-1build1) ...
12:57:11 #11 50.35 Setting up libstruct-dumb-perl (0.09-1) ...
12:57:11 #11 50.36 Setting up libfile-listing-perl (6.04-1) ...
12:57:11 #11 50.38 Setting up libstdc++-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
12:57:11 #11 50.39 Setting up libregexp-pattern-perl (0.2.12-1) ...
12:57:11 #11 50.41 Setting up libfont-afm-perl (1.20-2) ...
12:57:11 #11 50.42 Setting up libwant-perl (0.29-1build4) ...
12:57:11 #11 50.43 Setting up libdynaloader-functions-perl (0.003-1) ...
12:57:11 #11 50.45 Setting up libtext-glob-perl (0.10-1) ...
12:57:11 #11 50.46 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:57:11 #11 50.47 Setting up liblist-compare-perl (0.53-1) ...
12:57:11 #11 50.49 Setting up libref-util-xs-perl (0.117-1build2) ...
12:57:11 #11 50.51 Setting up libio-pty-perl (1:1.12-1) ...
12:57:11 #11 50.52 Setting up libtool (2.4.6-14) ...
12:57:11 #11 50.54 Setting up libfile-fcntllock-perl (0.22-3build4) ...
12:57:11 #11 50.55 Setting up libsort-key-perl (1.33-2build2) ...
12:57:11 #11 50.57 Setting up libclone-perl (0.43-2) ...
12:57:11 #11 47.66 Setting up libdata-dpath-perl (0.58-1) ...
12:57:11 #11 47.67 Setting up libmodule-implementation-perl (0.09-1.1) ...
12:57:11 #11 47.68 Setting up libpackage-stash-perl (0.39-1) ...
12:57:11 #11 47.70 Setting up libimport-into-perl (1.002005-1) ...
12:57:11 #11 47.71 Setting up libmoo-perl (2.005004-3) ...
12:57:11 #11 47.72 Setting up liblist-someutils-perl (0.58-1) ...
12:57:11 #11 47.73 Setting up debhelper (13.6ubuntu1) ...
12:57:11 #11 47.74 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
12:57:11 #11 47.76 Setting up equivs (2.3.1) ...
12:57:11 #11 47.77 Setting up libmoox-aliases-perl (0.001006-1.1) ...
12:57:11 #11 47.78 Setting up libb-hooks-endofscope-perl (0.25-1) ...
12:57:11 #11 47.79 Setting up libnamespace-clean-perl (0.27-1) ...
12:57:11 #11 47.80 Setting up libnamespace-autoclean-perl (0.29-1) ...
12:57:11 #11 47.81 Setting up libgitlab-api-v4-perl (0.26-1) ...
12:57:11 #11 47.83 Setting up libmoox-struct-perl (0.020-1) ...
12:57:11 #11 47.84 Setting up lintian (2.114.0ubuntu1.2) ...
12:57:11 #10 52.91 (61/143): perl-POSIX-1.97-486.fc36.aarch64.rpm  1.6 MB/s | 103 kB     00:00    
12:57:11 #10 52.92 (62/143): perl-Pod-Escapes-1.07-479.fc36.noarch 569 kB/s |  20 kB     00:00    
12:57:11 #10 52.94 (63/143): perl-Pod-Perldoc-3.28.01-480.fc36.noa 2.3 MB/s |  83 kB     00:00    
12:57:11 #10 52.96 (64/143): perl-Pod-Simple-3.43-3.fc36.noarch.rp 5.5 MB/s | 215 kB     00:00    
12:57:11 #10 52.98 (65/143): perl-Pod-Usage-2.01-479.fc36.noarch.r 1.2 MB/s |  40 kB     00:00    
12:57:11 #10 53.00 (66/143): perl-SelectSaver-1.02-486.fc36.noarch 497 kB/s |  17 kB     00:00    
12:57:11 #10 53.01 (67/143): perl-Storable-3.25-2.fc36.aarch64.rpm 2.7 MB/s |  93 kB     00:00    
12:57:11 #10 53.03 (68/143): perl-Symbol-1.09-486.fc36.noarch.rpm  556 kB/s |  19 kB     00:00    
12:57:11 #10 53.04 (69/143): perl-Net-SSLeay-1.92-2.fc36.aarch64.r 1.7 MB/s | 365 kB     00:00    
12:57:11 #10 53.05 (70/143): perl-Term-ANSIColor-5.01-480.fc36.noa 1.4 MB/s |  48 kB     00:00    
12:57:11 #10 53.07 (71/143): perl-Term-Cap-1.17-479.fc36.noarch.rp 637 kB/s |  22 kB     00:00    
12:57:11 #10 53.07 (72/143): perl-Text-Tabs+Wrap-2021.0814-2.fc36. 625 kB/s |  22 kB     00:00    
12:57:11 #10 53.08 (73/143): perl-Time-Local-1.300-479.fc36.noarch 1.0 MB/s |  34 kB     00:00    
12:57:11 #10 53.11 (74/143): perl-base-2.27-486.fc36.noarch.rpm    593 kB/s |  21 kB     00:00    
12:57:11 #10 53.11 (75/143): perl-constant-1.33-480.fc36.noarch.rp 674 kB/s |  23 kB     00:00    
12:57:11 #10 53.13 (76/143): perl-URI-5.10-1.fc36.noarch.rpm       1.6 MB/s | 108 kB     00:00    
12:57:11 #10 53.14 (77/143): perl-if-0.60.900-486.fc36.noarch.rpm  530 kB/s |  19 kB     00:00    
12:57:11 #10 53.18 (78/143): perl-interpreter-5.34.1-486.fc36.aarc 1.2 MB/s |  76 kB     00:00    
12:57:11 #10 53.18 (79/143): perl-libnet-3.13-480.fc36.noarch.rpm  2.5 MB/s | 126 kB     00:00    
12:57:11 #10 53.21 (80/143): perl-mro-1.25-486.fc36.aarch64.rpm    965 kB/s |  33 kB     00:00    
12:57:11 #10 27.38 Selecting previously unselected package cpp.
12:57:11 #10 27.38 Preparing to unpack .../023-cpp_4%3a8.3.0-1+rpi2_armhf.deb ...
12:57:11 #10 27.39 Unpacking cpp (4:8.3.0-1+rpi2) ...
12:57:11 #10 27.43 Preparing to unpack .../024-curl_7.64.0-4+deb10u4_armhf.deb ...
12:57:11 #10 27.44 Unpacking curl (7.64.0-4+deb10u4) over (7.64.0-4+deb10u3) ...
12:57:11 #10 27.53 Preparing to unpack .../025-libcurl4_7.64.0-4+deb10u4_armhf.deb ...
12:57:11 #10 27.54 Unpacking libcurl4:armhf (7.64.0-4+deb10u4) over (7.64.0-4+deb10u3) ...
12:57:11 #10 27.66 Selecting previously unselected package libcc1-0:armhf.
12:57:11 #10 27.66 Preparing to unpack .../026-libcc1-0_8.3.0-6+rpi1_armhf.deb ...
12:57:12 #10 42.25 Preparing to unpack .../271-python3-urllib3_1.22-1ubuntu0.18.04.2_all.deb ...
12:57:12 #10 42.25 Unpacking python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
12:57:12 #10 42.29 Selecting previously unselected package python3-requests.
12:57:12 #10 42.30 Preparing to unpack .../272-python3-requests_2.18.4-2ubuntu0.1_all.deb ...
12:57:12 #10 42.30 Unpacking python3-requests (2.18.4-2ubuntu0.1) ...
12:57:12 #10 42.34 Selecting previously unselected package python3-unidiff.
12:57:12 #10 42.34 Preparing to unpack .../273-python3-unidiff_0.5.4-1_all.deb ...
12:57:12 #10 42.35 Unpacking python3-unidiff (0.5.4-1) ...
12:57:12 #10 42.38 Selecting previously unselected package python3-xdg.
12:57:12 #10 42.38 Preparing to unpack .../274-python3-xdg_0.25-4ubuntu1.1_all.deb ...
12:57:12 #10 42.39 Unpacking python3-xdg (0.25-4ubuntu1.1) ...
12:57:12 #10 42.42 Selecting previously unselected package unzip.
12:57:12 #10 42.43 Preparing to unpack .../275-unzip_6.0-21ubuntu1.2_amd64.deb ...
12:57:12 #10 42.43 Unpacking unzip (6.0-21ubuntu1.2) ...
12:57:12 #10 42.47 Selecting previously unselected package wdiff.
12:57:12 #10 42.48 Preparing to unpack .../276-wdiff_1.2.2-2_amd64.deb ...
12:57:12 #10 42.48 Unpacking wdiff (1.2.2-2) ...
12:57:12 #10 42.52 Selecting previously unselected package equivs.
12:57:12 #10 49.47 Selecting previously unselected package lsb-release.
12:57:12 #10 49.47 Preparing to unpack .../377-lsb-release_12.0-1_all.deb ...
12:57:12 #10 49.48 Unpacking lsb-release (12.0-1) ...
12:57:12 #10 49.51 Selecting previously unselected package manpages-dev.
12:57:12 #10 49.51 Preparing to unpack .../378-manpages-dev_6.02-1_all.deb ...
12:57:12 #11 38.30 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
12:57:12 #11 38.30 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
12:57:12 #11 38.31 Setting up libtext-glob-perl (0.11-2) ...
12:57:12 #11 38.32 Setting up libmagic-mgc (1:5.41-3) ...
12:57:12 #11 38.34 Setting up libyaml-0-2:amd64 (0.2.2-1build2) ...
12:57:12 #11 38.35 Setting up distro-info-data (0.52ubuntu0.2) ...
12:57:12 #11 38.36 Setting up manpages (5.10-1ubuntu1) ...
12:57:12 #11 38.38 Setting up unzip (6.0-26ubuntu3.1) ...
12:57:12 #11 38.39 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
12:57:12 #11 38.41 Setting up libbrotli1:amd64 (1.0.9-2build6) ...
12:57:12 #11 38.42 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.1) ...
12:57:12 #11 38.43 Setting up libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:57:12 #11 38.45 Setting up binutils-common:amd64 (2.38-4ubuntu2.1) ...
12:57:12 #11 38.47 Setting up libnghttp2-14:amd64 (1.43.0-1build3) ...
12:57:12 #11 38.48 Setting up libmagic1:amd64 (1:5.41-3) ...
12:57:12 #11 38.50 Setting up libdeflate0:amd64 (1.10-2) ...
12:57:12 #11 38.51 Setting up less (590-1build1) ...
12:57:12 #11 38.53 Setting up perl-openssl-defaults:amd64 (5build2) ...
12:57:12 #11 38.54 Setting up linux-libc-dev:amd64 (5.15.0-58.64) ...
12:57:12 #11 38.56 Setting up libctf-nobfd0:amd64 (2.38-4ubuntu2.1) ...
12:57:12 #11 38.57 Setting up gettext-base (0.21-4ubuntu4) ...
12:57:12 #11 38.58 Setting up liblzo2-2:amd64 (2.10-2build3) ...
12:57:12 #11 38.59 Setting up libnpth0:amd64 (1.6-3build2) ...
12:57:12 #11 38.61 Setting up file (1:5.41-3) ...
12:57:12 #11 38.62 Setting up libassuan0:amd64 (2.5.5-1build1) ...
12:57:12 #10 51.07   Installing       : python3-zstandard-0.19.0-1.fc37.aarch64            107/143 
12:57:12 #10 51.08   Installing       : rust-srpm-macros-23-1.fc37.noarch                  108/143 
12:57:12 #10 51.12   Installing       : rpmautospec-rpm-macros-0.3.1-1.fc37.noarch         109/143 
12:57:12 #10 51.12   Installing       : qt5-srpm-macros-5.15.8-1.fc37.noarch               110/143 
12:57:12 #10 51.12   Installing       : pyproject-srpm-macros-1.6.0-1.fc37.noarch          111/143 
12:57:12 #10 51.13   Installing       : gnat-srpm-macros-5-1.fc37.noarch                   112/143 
12:57:12 #10 51.18   Installing       : emacs-filesystem-1:28.2-3.fc37.noarch              113/143 
12:57:12 #10 51.19   Installing       : desktop-file-utils-0.26-7.fc37.aarch64             114/143 
12:57:12 #10 51.19   Installing       : ansible-srpm-macros-1-8.1.fc37.noarch              115/143 
12:57:12 #10 51.23   Installing       : python3-tomli-w-1.0.0-4.fc37.noarch                116/143 
12:57:12 #10 51.24   Installing       : python3-pyxdg-0.27-6.fc37.noarch                   117/143 
12:57:12 #10 51.25   Installing       : python3-file-magic-5.42-4.fc37.noarch              118/143 
12:57:12 #11 40.14 Preparing to unpack .../295-libpod-constants-perl_0.19-1_all.deb ...
12:57:12 #11 40.15 Unpacking libpod-constants-perl (0.19-1) ...
12:57:12 #11 40.18 Selecting previously unselected package libre2-5:amd64.
12:57:12 #11 40.18 Preparing to unpack .../296-libre2-5_20200101+dfsg-1build1_amd64.deb ...
12:57:12 #11 40.19 Unpacking libre2-5:amd64 (20200101+dfsg-1build1) ...
12:57:12 #11 40.23 Selecting previously unselected package libre-engine-re2-perl.
12:57:12 #11 40.23 Preparing to unpack .../297-libre-engine-re2-perl_0.13-5_amd64.deb ...
12:57:12 #11 40.24 Unpacking libre-engine-re2-perl (0.13-5) ...
12:57:12 #11 40.26 Selecting previously unselected package libreadonly-perl.
12:57:12 #11 40.27 Preparing to unpack .../298-libreadonly-perl_2.050-2_all.deb ...
12:57:12 #11 40.27 Unpacking libreadonly-perl (2.050-2) ...
12:57:12 #11 40.30 Selecting previously unselected package libref-util-perl.
12:57:12 #11 40.30 Preparing to unpack .../299-libref-util-perl_0.204-1_all.deb ...
12:57:12 #11 40.30 Unpacking libref-util-perl (0.204-1) ...
12:57:12 #11 40.33 Selecting previously unselected package libref-util-xs-perl.
12:57:12 #11 40.33 Preparing to unpack .../300-libref-util-xs-perl_0.117-1build2_amd64.deb ...
12:57:12 #11 40.34 Unpacking libref-util-xs-perl (0.117-1build2) ...
12:57:12 #11 40.36 Selecting previously unselected package libregexp-pattern-license-perl.
12:57:12 #11 40.37 Preparing to unpack .../301-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
12:57:12 #10 20.51 Selecting previously unselected package binutils.
12:57:12 #10 20.51 Preparing to unpack .../031-binutils_2.35.2-2_armhf.deb ...
12:57:12 #10 20.51 Unpacking binutils (2.35.2-2) ...
12:57:12 #10 20.55 Selecting previously unselected package libc-dev-bin.
12:57:12 #10 20.55 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u5_armhf.deb ...
12:57:12 #10 20.56 Unpacking libc-dev-bin (2.31-13+deb11u5) ...
12:57:12 #10 20.62 Selecting previously unselected package linux-libc-dev:armhf.
12:57:12 #10 20.62 Preparing to unpack .../033-linux-libc-dev_5.10.162-1_armhf.deb ...
12:57:12 #10 20.62 Unpacking linux-libc-dev:armhf (5.10.162-1) ...
12:57:12 #11 52.27 Setting up libtimedate-perl (2.3300-2) ...
12:57:12 #11 52.28 Setting up gpg-wks-server (2.2.35-3ubuntu1) ...
12:57:12 #11 52.29 Setting up libsub-name-perl:arm64 (0.26-2) ...
12:57:12 #11 52.31 Setting up libtype-tiny-xs-perl:arm64 (0.022-2) ...
12:57:12 #11 52.32 Setting up libsyntax-keyword-try-perl (0.27-1) ...
12:57:12 #11 52.33 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:57:12 #11 52.35 Setting up libproc-processtable-perl:arm64 (0.634-1build1) ...
12:57:12 #11 52.36 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:57:12 #11 52.37 Setting up xauth (1:1.1.1-1) ...
12:57:12 #11 52.39 Setting up libpath-tiny-perl (0.122-1) ...
12:57:12 #11 52.40 Setting up libarchive-cpio-perl (0.10-2) ...
12:57:12 #11 52.41 Setting up libjson-perl (4.09000-1) ...
12:57:12 #11 52.43 Setting up libnsl2:arm64 (1.3.0-2build2) ...
12:57:12 #11 52.44 Setting up libipc-run3-perl (0.048-2) ...
12:57:12 #11 52.45 Setting up libregexp-wildcards-perl (1.05-3) ...
12:57:12 #11 52.46 Setting up libfcgi-perl:arm64 (0.82+ds-1build1) ...
12:57:12 #11 52.48 Setting up libsub-override-perl (0.09-3) ...
12:57:12 #11 52.49 Setting up libaliased-perl (0.34-2) ...
12:57:12 #11 52.50 Setting up libstrictures-perl (2.000006-1) ...
12:57:12 #11 52.52 Setting up libsub-quote-perl (2.006006-1) ...
12:57:12 #11 52.54 Setting up libdevel-stacktrace-perl (2.0400-1) ...
12:57:12 #11 52.56 Setting up libclass-xsaccessor-perl (1.19-4) ...
12:57:12 #11 52.57 Setting up libsort-versions-perl (1.62-2) ...
12:57:12 #11 50.59 Setting up libalgorithm-diff-perl (1.19.03-2) ...
12:57:12 #11 50.60 Setting up libarchive-zip-perl (1.67-2) ...
12:57:12 #11 50.61 Setting up libsub-identify-perl (0.14-1build2) ...
12:57:12 #11 50.63 Setting up libdistro-info-perl (0.23ubuntu1) ...
12:57:12 #11 50.64 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
12:57:12 #11 50.65 Setting up python3-apt (2.0.1) ...
12:57:12 #11 47.85 Setting up licensecheck (3.2.14-2) ...
12:57:12 #11 47.87 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:57:12 #11 47.89 Setting up libwww-perl (6.61-1) ...
12:57:12 #11 47.93 Setting up devscripts (2.22.1ubuntu1) ...
12:57:12 #11 48.09 Setting up libxml-parser-perl:arm64 (2.46-3build1) ...
12:57:12 #11 48.10 Setting up libxml-sax-expat-perl (0.51-1) ...
12:57:12 #10 53.24 (81/143): perl-overloading-0.02-486.fc36.noarch 532 kB/s |  18 kB     00:00    
12:57:12 #10 53.25 (82/143): perl-overload-1.33-486.fc36.noarch.rp 754 kB/s |  50 kB     00:00    
12:57:12 #10 53.28 (83/143): perl-parent-0.238-479.fc36.noarch.rpm 424 kB/s |  14 kB     00:00    
12:57:12 #10 53.31 (84/143): perl-srpm-macros-1-43.fc36.noarch.rpm 245 kB/s | 8.4 kB     00:00    
12:57:12 #10 53.35 (85/143): perl-podlators-4.14-479.fc36.noarch.r 1.1 MB/s | 112 kB     00:00    
12:57:12 #10 53.35 (86/143): perl-subs-1.04-486.fc36.noarch.rpm    414 kB/s |  17 kB     00:00    
12:57:12 #10 53.38 (87/143): perl-vars-1.05-486.fc36.noarch.rpm    527 kB/s |  18 kB     00:00    
12:57:12 #10 53.39 (88/143): pkgconf-1.8.0-2.fc36.aarch64.rpm      1.2 MB/s |  41 kB     00:00    
12:57:12 #10 53.42 (89/143): pkgconf-m4-1.8.0-2.fc36.noarch.rpm    410 kB/s |  14 kB     00:00    
12:57:12 #10 44.07 Public key for perl-5.16.3-299.el7_9.x86_64.rpm is not installed
12:57:12 #12 DONE 10.2s
12:57:12 
12:57:12 #13 [stage-1 5/8] COPY sources/ /sources
12:57:12 #10 27.66 Unpacking libcc1-0:armhf (8.3.0-6+rpi1) ...
12:57:12 #10 27.71 Selecting previously unselected package libgomp1:armhf.
12:57:12 #10 27.71 Preparing to unpack .../027-libgomp1_8.3.0-6+rpi1_armhf.deb ...
12:57:12 #10 27.73 Unpacking libgomp1:armhf (8.3.0-6+rpi1) ...
12:57:12 #10 27.79 Selecting previously unselected package libatomic1:armhf.
12:57:12 #10 27.79 Preparing to unpack .../028-libatomic1_8.3.0-6+rpi1_armhf.deb ...
12:57:12 #10 42.53 Preparing to unpack .../277-equivs_2.1.0_all.deb ...
12:57:12 #10 42.54 Unpacking equivs (2.1.0) ...
12:57:12 #10 42.58 Selecting previously unselected package libauthen-sasl-perl.
12:57:12 #10 49.51 Unpacking manpages-dev (6.02-1) ...
12:57:12 #10 42.58 Preparing to unpack .../278-libauthen-sasl-perl_2.1600-1_all.deb ...
12:57:12 #10 42.58 Unpacking libauthen-sasl-perl (2.1600-1) ...
12:57:12 #10 42.62 Selecting previously unselected package python3-magic.
12:57:12 #10 42.62 Preparing to unpack .../279-python3-magic_2%3a0.4.15-1_all.deb ...
12:57:12 #10 42.62 Unpacking python3-magic (2:0.4.15-1) ...
12:57:12 #10 42.67 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
12:57:12 #10 42.68 Setting up python-apt-common (1.6.6) ...
12:57:12 #10 42.69 Setting up libnpth0:amd64 (1.5-3) ...
12:57:12 #10 42.70 Setting up libedit2:amd64 (3.1-20170329-1) ...
12:57:12 #10 42.72 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ...
12:57:12 #10 42.73 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ...
12:57:12 #10 42.74 Setting up readline-common (7.0-3) ...
12:57:12 #10 42.75 Setting up libapt-inst2.0:amd64 (1.6.14) ...
12:57:12 #10 42.76 Setting up manpages (4.15-1) ...
12:57:12 #10 42.78 Setting up git-man (1:2.17.1-1ubuntu0.15) ...
12:57:12 #11 40.37 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
12:57:12 #11 40.40 Selecting previously unselected package libregexp-pattern-perl.
12:57:12 #11 40.40 Preparing to unpack .../302-libregexp-pattern-perl_0.2.12-1_all.deb ...
12:57:12 #11 40.40 Unpacking libregexp-pattern-perl (0.2.12-1) ...
12:57:12 #11 40.44 Selecting previously unselected package libsasl2-modules:amd64.
12:57:12 #11 40.44 Preparing to unpack .../303-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
12:57:12 #11 40.44 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
12:57:12 #11 40.48 Selecting previously unselected package libsereal-decoder-perl.
12:57:12 #11 40.48 Preparing to unpack .../304-libsereal-decoder-perl_4.011+ds-1build1_amd64.deb ...
12:57:12 #11 40.48 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
12:57:12 #11 40.51 Selecting previously unselected package libsereal-encoder-perl.
12:57:12 #11 40.51 Preparing to unpack .../305-libsereal-encoder-perl_4.011+ds-1build1_amd64.deb ...
12:57:12 #11 40.52 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
12:57:12 #11 40.56 Selecting previously unselected package libsereal-perl.
12:57:12 #11 40.56 Preparing to unpack .../306-libsereal-perl_4.011-1_all.deb ...
12:57:12 #11 40.56 Unpacking libsereal-perl (4.011-1) ...
12:57:12 #11 40.59 Selecting previously unselected package libsort-key-perl.
12:57:12 #11 38.63 Setting up libgomp1:amd64 (12.1.0-2ubuntu1~22.04) ...
12:57:12 #11 38.64 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
12:57:12 #11 38.65 Setting up bzip2 (1.0.8-5build1) ...
12:57:12 #11 38.67 Setting up libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:57:12 #11 38.68 Setting up libunwind8:amd64 (1.3.2-2build2) ...
12:57:12 #11 38.70 Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ...
12:57:12 #11 38.71 Setting up libfakeroot:amd64 (1.28-1ubuntu1) ...
12:57:12 #11 38.72 Setting up libasan6:amd64 (11.3.0-1ubuntu1~22.04) ...
12:57:12 #11 38.73 Setting up libnumber-compare-perl (0.03-2) ...
12:57:12 #11 38.74 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:57:12 #11 38.75 Setting up fakeroot (1.28-1ubuntu1) ...
12:57:12 #11 38.76 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:57:12 #11 38.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
12:57:12 #11 38.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
12:57:12 #11 38.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
12:57:12 #11 38.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
12:57:12 #11 38.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
12:57:12 #11 38.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
12:57:12 #11 38.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
12:57:12 #11 38.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
12:57:12 #11 38.77 Setting up autotools-dev (20220109.1) ...
12:57:12 #11 38.79 Setting up libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
12:57:12 #11 38.80 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
12:57:12 #11 38.81 Setting up libx11-data (2:1.7.5-1) ...
12:57:12 #11 38.82 Setting up make (4.3-4.1build1) ...
12:57:12 #11 38.83 Setting up libmpfr6:amd64 (4.1.0-3build3) ...
12:57:12 #11 38.84 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
12:57:12 #11 38.85 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:57:12 #11 38.86 Setting up lzip (1.23-1) ...
12:57:12 #11 38.87 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
12:57:12 #11 38.87 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
12:57:12 #11 38.88 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
12:57:12 #11 38.88 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
12:57:12 #11 38.88 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
12:57:12 #11 38.88 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
12:57:12 #11 38.89 Setting up strace (5.16-0ubuntu3) ...
12:57:12 #11 38.90 Setting up libsigsegv2:amd64 (2.13-1ubuntu3) ...
12:57:12 #11 38.91 Setting up xz-utils (5.2.5-2ubuntu1) ...
12:57:12 #10 20.92 Selecting previously unselected package libcrypt-dev:armhf.
12:57:12 #10 20.92 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_armhf.deb ...
12:57:12 #10 20.93 Unpacking libcrypt-dev:armhf (1:4.4.18-4) ...
12:57:12 #12 5.672 The following additional packages will be installed:
12:57:12 #12 5.673   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:57:12 #12 5.673   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp25 libpcre2-16-0
12:57:12 #12 5.674   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libproc2-0 librhash0
12:57:12 #12 5.674   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libsystemd0
12:57:12 #12 5.675   libudev-dev libudev1 libuv1 pkg-config pkgconf pkgconf-bin procps
12:57:12 #12 5.678 Suggested packages:
12:57:12 #12 5.678   cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils seccomp
12:57:12 #12 5.679 Recommended packages:
12:57:12 #12 5.679   psmisc
12:57:12 #10 51.29   Installing       : python3-distro-1.7.0-3.fc37.noarch                 119/143 
12:57:12 #10 51.30   Installing       : python3-dnf-plugins-core-4.3.1-1.fc37.noarch       120/143 
12:57:12 #10 51.35   Installing       : pkgconf-m4-1.8.0-3.fc37.noarch                     121/143 
12:57:12 #10 51.35   Installing       : pkgconf-pkg-config-1.8.0-3.fc37.aarch64            122/143 
12:57:12 #10 51.36   Installing       : perl-srpm-macros-1-46.fc37.noarch                  123/143 
12:57:12 #10 51.40   Installing       : package-notes-srpm-macros-0.5-6.fc37.noarch        124/143 
12:57:12 #10 51.41   Installing       : openblas-srpm-macros-2-12.fc37.noarch              125/143 
12:57:12 #10 51.41   Installing       : ocaml-srpm-macros-7-2.fc37.noarch                  126/143 
12:57:12 #10 51.41   Installing       : nim-srpm-macros-3-7.fc37.noarch                    127/143 
12:57:12 #10 51.45   Installing       : lua-srpm-macros-1-7.fc37.noarch                    128/143 
12:57:12 #10 51.45   Installing       : kernel-srpm-macros-1.0-15.fc37.noarch              129/143 
12:57:12 #10 51.46   Installing       : ghc-srpm-macros-1.5.0-7.fc37.noarch                130/143 
12:57:12 #10 51.46   Installing       : fpc-srpm-macros-1.3-6.fc37.noarch                  131/143 
12:57:12 #10 51.47   Installing       : efi-srpm-macros-5-6.fc37.noarch                    132/143 
12:57:12 #10 51.50   Installing       : fonts-srpm-macros-1:2.0.5-9.fc37.noarch            133/143 
12:57:12 #10 51.51   Installing       : go-srpm-macros-3.2.0-1.fc37.noarch                 134/143 
12:57:12 #10 51.51   Installing       : python-srpm-macros-3.11-5.fc37.noarch              135/143 
12:57:12 #10 51.52   Installing       : redhat-rpm-config-229-1.fc37.noarch                136/143 
12:57:12 #10 51.59   Installing       : rpm-build-4.18.0-1.fc37.aarch64                    137/143 
12:57:12 #11 52.58 Setting up libexporter-tiny-perl (1.002002-1) ...
12:57:12 #11 52.59 Setting up libre-engine-re2-perl:arm64 (0.14-1build2) ...
12:57:12 #11 52.62 Setting up libfile-dirlist-perl (0.05-2) ...
12:57:12 #11 52.63 Setting up libterm-readkey-perl (2.38-2) ...
12:57:12 #11 52.65 Setting up libtext-levenshteinxs-perl (0.03-5) ...
12:57:12 #11 52.66 Setting up libperlio-gzip-perl (0.20-1) ...
12:57:12 #11 52.67 Setting up libsys-hostname-long-perl (1.5-2) ...
12:57:12 #11 52.69 Setting up libhtml-html5-entities-perl (0.004-2) ...
12:57:12 #11 52.70 Setting up libsereal-decoder-perl (4.025+ds-1) ...
12:57:12 #11 52.72 Setting up liburi-perl (5.12-1ubuntu1) ...
12:57:12 #11 52.75 Setting up libnet-ipv6addr-perl (1.02-1) ...
12:57:12 #11 52.77 Setting up libfile-touch-perl (0.12-1) ...
12:57:12 #11 52.78 Setting up systemd-resolved (251.4-1ubuntu7) ...
12:57:12 #11 50.80 Setting up libiterator-util-perl (0.02+ds1-2) ...
12:57:12 #11 50.82 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
12:57:12 #11 50.83 Setting up libio-stringy-perl (2.111-3) ...
12:57:12 #11 50.84 Setting up liblist-moreutils-perl (0.416-1build5) ...
12:57:12 #11 50.86 Setting up libhtml-tagset-perl (3.20-4) ...
12:57:12 #11 50.87 Setting up liblog-any-perl (1.708-1) ...
12:57:12 #11 50.88 Setting up libauthen-sasl-perl (2.1600-1) ...
12:57:12 #11 50.90 Setting up libdevel-size-perl (0.83-1build1) ...
12:57:12 #11 50.91 Setting up libdebhelper-perl (12.10ubuntu1) ...
12:57:12 #11 50.92 Setting up libpod-constants-perl (0.19-1) ...
12:57:12 #11 50.94 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
12:57:12 #11 50.96 Setting up libperl4-corelibs-perl (0.004-2) ...
12:57:12 #11 50.97 Setting up libfuture-perl (0.43-1) ...
12:57:12 #11 50.98 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:57:12 #11 50.99 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
12:57:12 #11 51.00 Setting up libtry-tiny-perl (0.30-1) ...
12:57:12 #11 51.03 Setting up libtype-tiny-perl (1.008001-2) ...
12:57:12 #11 51.04 Setting up libtest-fatal-perl (0.014-1) ...
12:57:12 #11 48.14 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:57:12 #11 48.19 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:12 #11 48.33 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:12 #10 53.42 (90/143): pkgconf-pkg-config-1.8.0-2.fc36.aarch 284 kB/s |  10 kB     00:00    
12:57:12 #10 53.46 (91/143): python3-dateutil-2.8.1-8.fc36.noarch. 7.5 MB/s | 289 kB     00:00    
12:57:12 #10 53.47 (92/143): perl-libs-5.34.1-486.fc36.aarch64.rpm 6.3 MB/s | 2.0 MB     00:00    
12:57:12 #10 53.47 (93/143): python3-dbus-1.2.18-3.fc36.aarch64.rp 2.8 MB/s | 132 kB     00:00    
12:57:12 #10 53.49 (94/143): python3-distro-1.6.0-2.fc36.noarch.rp 1.1 MB/s |  38 kB     00:00    
12:57:12 #10 53.50 (95/143): python3-enchant-3.2.2-2.fc36.noarch.r 2.1 MB/s |  79 kB     00:00    
12:57:12 #10 53.51 (96/143): python3-file-magic-5.41-4.fc36.noarch 494 kB/s |  18 kB     00:00    
12:57:12 #10 53.53 (97/143): python3-pybeam-0.7-2.fc36.noarch.rpm  683 kB/s |  24 kB     00:00    
12:57:12 #10 53.54 (98/143): python3-pyxdg-0.27-4.fc36.noarch.rpm  2.6 MB/s |  96 kB     00:00    
12:57:12 #10 53.54 (99/143): python3-six-1.16.0-5.fc36.noarch.rpm  991 kB/s |  36 kB     00:00    
12:57:12 #10 53.56 (100/143): python3-tomli-1.2.3-1.fc36.noarch.rp 878 kB/s |  29 kB     00:00    
12:57:12 #10 53.60 (101/143): python3-tomli-w-0.4.0-3.fc36.noarch. 293 kB/s |  18 kB     00:00    
12:57:12 #10 53.64 (102/143): unzip-6.0-57.fc36.aarch64.rpm        4.7 MB/s | 182 kB     00:00    
12:57:12 #10 36.46 Fedora 37 - x86_64 - Updates                     15 MB/s |  23 MB     00:01    
12:57:12 #13 15.20 Running transaction check
12:57:12 #13 15.31 Transaction check succeeded.
12:57:12 #13 15.31 Running transaction test
12:57:12 #13 DONE 0.2s
12:57:12 
12:57:12 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:57:12 #10 27.79 Unpacking libatomic1:armhf (8.3.0-6+rpi1) ...
12:57:12 #10 27.85 Selecting previously unselected package libasan5:armhf.
12:57:12 #10 27.85 Preparing to unpack .../029-libasan5_8.3.0-6+rpi1_armhf.deb ...
12:57:12 #10 27.85 Unpacking libasan5:armhf (8.3.0-6+rpi1) ...
12:57:12 #10 27.99 Selecting previously unselected package libubsan1:armhf.
12:57:12 #10 27.99 Preparing to unpack .../030-libubsan1_8.3.0-6+rpi1_armhf.deb ...
12:57:12 #10 28.00 Unpacking libubsan1:armhf (8.3.0-6+rpi1) ...
12:57:12 #10 28.09 Selecting previously unselected package libgcc-8-dev:armhf.
12:57:12 #10 49.84 Selecting previously unselected package pbzip2.
12:57:12 #10 49.84 Preparing to unpack .../379-pbzip2_1.1.13-1_amd64.deb ...
12:57:12 #10 49.85 Unpacking pbzip2 (1.1.13-1) ...
12:57:12 #10 49.88 Selecting previously unselected package pixz.
12:57:12 #10 49.88 Preparing to unpack .../380-pixz_1.0.7-2_amd64.deb ...
12:57:12 #10 49.89 Unpacking pixz (1.0.7-2) ...
12:57:12 #10 49.92 Selecting previously unselected package xdelta.
12:57:12 #10 49.92 Preparing to unpack .../381-xdelta_1.1.3-10.4_amd64.deb ...
12:57:12 #10 49.93 Unpacking xdelta (1.1.3-10.4) ...
12:57:12 #10 49.96 Selecting previously unselected package xdelta3.
12:57:12 #10 49.96 Preparing to unpack .../382-xdelta3_3.0.11-dfsg-1.2_amd64.deb ...
12:57:12 #10 49.97 Unpacking xdelta3 (3.0.11-dfsg-1.2) ...
12:57:12 #10 50.00 Selecting previously unselected package pristine-tar.
12:57:12 #10 50.00 Preparing to unpack .../383-pristine-tar_1.50_amd64.deb ...
12:57:12 #10 50.01 Unpacking pristine-tar (1.50) ...
12:57:12 #10 50.05 Selecting previously unselected package publicsuffix.
12:57:12 #10 50.05 Preparing to unpack .../384-publicsuffix_20221208.1942-1_all.deb ...
12:57:12 #10 50.05 Unpacking publicsuffix (20221208.1942-1) ...
12:57:12 #10 50.09 Selecting previously unselected package python-apt-common.
12:57:12 #10 50.10 Preparing to unpack .../385-python-apt-common_2.5.2_all.deb ...
12:57:12 #10 50.10 Unpacking python-apt-common (2.5.2) ...
12:57:12 #10 50.15 Selecting previously unselected package python3-apt.
12:57:12 #10 42.79 Setting up libicu60:amd64 (60.2-3ubuntu3.2) ...
12:57:12 #10 42.80 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ...
12:57:12 #10 42.81 Setting up less (487-0.1) ...
12:57:12 #10 42.89 Setting up make (4.1-9.1ubuntu1) ...
12:57:12 #10 42.91 Setting up libapt-pkg-perl (0.1.33build1) ...
12:57:12 #10 42.92 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.11) ...
12:57:12 #10 43.00 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
12:57:12 #10 43.01 Setting up mime-support (3.60ubuntu1) ...
12:57:12 #10 43.04 Setting up iso-codes (3.79-1) ...
12:57:12 #10 43.05 Setting up libsigsegv2:amd64 (2.12-1) ...
12:57:12 #10 43.07 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
12:57:12 #10 43.08 Setting up libreadline7:amd64 (7.0-3) ...
12:57:12 #10 43.09 Setting up perl-openssl-defaults:amd64 (3build1) ...
12:57:12 #10 43.10 Setting up libpsl5:amd64 (0.19.1-5build1) ...
12:57:12 #11 40.59 Preparing to unpack .../307-libsort-key-perl_1.33-2build2_amd64.deb ...
12:57:12 #11 40.59 Unpacking libsort-key-perl (1.33-2build2) ...
12:57:12 #11 40.62 Selecting previously unselected package libstring-copyright-perl.
12:57:12 #11 40.62 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
12:57:12 #11 40.63 Unpacking libstring-copyright-perl (0.003006-1) ...
12:57:12 #11 40.66 Selecting previously unselected package libstring-escape-perl.
12:57:12 #11 40.66 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
12:57:12 #11 40.66 Unpacking libstring-escape-perl (2010.002-2) ...
12:57:12 #11 40.68 Selecting previously unselected package libstring-shellquote-perl.
12:57:12 #11 40.69 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
12:57:12 #11 40.69 Unpacking libstring-shellquote-perl (1.04-1) ...
12:57:12 #11 40.72 Selecting previously unselected package libterm-readkey-perl.
12:57:12 #11 40.72 Preparing to unpack .../311-libterm-readkey-perl_2.38-1build1_amd64.deb ...
12:57:12 #11 40.72 Unpacking libterm-readkey-perl (2.38-1build1) ...
12:57:12 #11 40.75 Selecting previously unselected package libtest-fatal-perl.
12:57:12 #11 40.75 Preparing to unpack .../312-libtest-fatal-perl_0.014-1_all.deb ...
12:57:12 #11 40.75 Unpacking libtest-fatal-perl (0.014-1) ...
12:57:12 #11 40.78 Selecting previously unselected package libtest-refcount-perl.
12:57:12 #11 40.78 Preparing to unpack .../313-libtest-refcount-perl_0.10-1_all.deb ...
12:57:12 #11 40.79 Unpacking libtest-refcount-perl (0.10-1) ...
12:57:12 #11 40.81 Selecting previously unselected package libtext-levenshtein-perl.
12:57:12 #11 40.81 Preparing to unpack .../314-libtext-levenshtein-perl_0.13-1_all.deb ...
12:57:12 #11 40.82 Unpacking libtext-levenshtein-perl (0.13-1) ...
12:57:12 #11 40.84 Selecting previously unselected package libtype-tiny-xs-perl.
12:57:12 #11 40.84 Preparing to unpack .../315-libtype-tiny-xs-perl_0.016-1_amd64.deb ...
12:57:12 #11 40.85 Unpacking libtype-tiny-xs-perl (0.016-1) ...
12:57:12 #11 40.88 Selecting previously unselected package libunicode-utf8-perl.
12:57:12 #11 40.88 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1build1_amd64.deb ...
12:57:12 #11 40.88 Unpacking libunicode-utf8-perl (0.62-1build1) ...
12:57:12 #11 40.91 Selecting previously unselected package libxml-namespacesupport-perl.
12:57:12 #11 40.91 Preparing to unpack .../317-libxml-namespacesupport-perl_1.12-1_all.deb ...
12:57:12 #11 40.91 Unpacking libxml-namespacesupport-perl (1.12-1) ...
12:57:12 #11 38.92 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:57:12 #11 38.92 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
12:57:12 #11 38.92 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
12:57:12 #11 38.92 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
12:57:12 #11 38.92 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
12:57:12 #11 38.92 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
12:57:12 #11 38.92 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
12:57:12 #11 38.92 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
12:57:12 #11 38.93 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
12:57:12 #11 38.93 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
12:57:12 #11 38.93 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
12:57:12 #11 38.94 Setting up t1utils (1.41-4build2) ...
12:57:12 #11 38.95 Setting up libquadmath0:amd64 (12.1.0-2ubuntu1~22.04) ...
12:57:12 #11 38.96 Setting up diffstat (1.64-1build2) ...
12:57:12 #11 38.97 Setting up libpng16-16:amd64 (1.6.37-3build5) ...
12:57:12 #11 38.98 Setting up libmpc3:amd64 (1.2.1-2build1) ...
12:57:12 #11 39.00 Setting up libatomic1:amd64 (12.1.0-2ubuntu1~22.04) ...
12:57:12 #11 39.01 Setting up patch (2.7.6-7build2) ...
12:57:12 #11 39.02 Setting up autopoint (0.21-4ubuntu4) ...
12:57:12 #11 39.03 Setting up fonts-dejavu-core (2.37-2build1) ...
12:57:12 #11 39.09 Setting up ucf (3.0043) ...
12:57:12 #12 5.950 The following NEW packages will be installed:
12:57:12 #12 5.951   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:57:12 #12 5.951   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp25 libpcre2-16-0
12:57:12 #12 5.951   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libproc2-0 librhash0
12:57:12 #12 5.951   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
12:57:12 #12 5.952   libuv1 pkg-config pkgconf pkgconf-bin procps
12:57:12 #12 5.954 The following packages will be upgraded:
12:57:12 #12 5.955   libsystemd0 libudev1
12:57:12 #10 21.03 Selecting previously unselected package libtirpc-dev:armhf.
12:57:12 #10 21.03 Preparing to unpack .../035-libtirpc-dev_1.3.1-1+deb11u1_armhf.deb ...
12:57:12 #10 21.05 Unpacking libtirpc-dev:armhf (1.3.1-1+deb11u1) ...
12:57:12 #10 21.14 Selecting previously unselected package libnsl-dev:armhf.
12:57:12 #10 21.14 Preparing to unpack .../036-libnsl-dev_1.3.0-2_armhf.deb ...
12:57:12 #10 21.20 Unpacking libnsl-dev:armhf (1.3.0-2) ...
12:57:12 #10 51.64   Installing       : rpmlint-fedora-license-data-1.12-1.fc37.noarch     138/143 
12:57:12 #10 51.66   Installing       : rpmlint-2.4.0-3.fc37.noarch                        139/143 
12:57:12 #10 51.72   Installing       : dnf-plugins-core-4.3.1-1.fc37.noarch               140/143 
12:57:12 #10 51.73   Cleanup          : glibc-2.36-8.fc37.aarch64                          141/143 
12:57:12 #10 51.77   Cleanup          : glibc-minimal-langpack-2.36-8.fc37.aarch64         142/143 
12:57:12 #10 51.77   Cleanup          : glibc-common-2.36-8.fc37.aarch64                   143/143 
12:57:12 #11 52.90 Converting /etc/resolv.conf to a symlink to /run/systemd/resolve/stub-resolv.conf...
12:57:12 #11 52.90 mv: cannot move '/etc/resolv.conf' to '/etc/.resolv.conf.systemd-resolved.bak': Device or resource busy
12:57:12 #11 52.90 Cannot take a backup of /etc/resolv.conf.
12:57:12 #11 52.90 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
12:57:12 #11 52.90 Cannot install symlink from /etc/resolv.conf to ../run/systemd/resolve/stub-resolv.conf
12:57:12 #11 53.03 Setting up libemail-address-xs-perl (1.05-1) ...
12:57:12 #11 50.81 Setting up libstdc++-12-dev:amd64 (12.2.0-3ubuntu1) ...
12:57:12 #11 50.83 Setting up libhttp-cookies-perl (6.10-1) ...
12:57:12 #11 50.84 Setting up libtool (2.4.7-4) ...
12:57:12 #11 50.84 Setting up po-debconf (1.0.21+nmu1) ...
12:57:12 #11 50.85 Setting up libhtml-tree-perl (5.07-2) ...
12:57:12 #11 50.87 Setting up libparams-classify-perl:amd64 (0.015-2) ...
12:57:12 #11 50.88 Setting up libcgi-pm-perl (4.54-1) ...
12:57:12 #11 50.89 Setting up python3 (3.10.6-1) ...
12:57:12 #11 51.05 Setting up libcommon-sense-perl (3.74-2build6) ...
12:57:12 #11 51.07 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:57:12 #11 51.08 Setting up libnet-http-perl (6.19-1) ...
12:57:12 #11 51.09 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
12:57:12 #11 51.10 Setting up libencode-locale-perl (1.05-1) ...
12:57:12 #11 51.12 Setting up libtext-levenshtein-perl (0.13-1) ...
12:57:12 #11 51.13 Setting up libnet-dns-perl (1.22-1) ...
12:57:12 #11 51.14 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
12:57:12 #11 51.16 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
12:57:12 #11 51.17 Setting up libstring-shellquote-perl (1.04-1) ...
12:57:12 #11 51.18 Setting up libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:12 #11 51.19 Setting up libsub-install-perl (0.928-1) ...
12:57:12 #11 51.20 Setting up gcc (4:9.3.0-1ubuntu2) ...
12:57:12 #11 51.23 Setting up dpkg-dev (1.19.7ubuntu3.2) ...
12:57:12 #11 51.26 Setting up libnumber-compare-perl (0.03-1) ...
12:57:12 #11 48.40 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
12:57:12 #11 48.44 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
12:57:12 #11 48.45 Updating certificates in /etc/ssl/certs...
12:57:12 #10 53.68 (103/143): shared-mime-info-2.1-3.fc35.aarch64. 3.1 MB/s | 373 kB     00:00    
12:57:12 #10 53.68 (104/143): xxhash-libs-0.8.1-2.fc36.aarch64.rpm 828 kB/s |  34 kB     00:00    
12:57:12 #10 53.69 (105/143): python3-zstandard-0.17.0-1.fc36.aarc 2.8 MB/s | 428 kB     00:00    
12:57:12 #10 53.79 (106/143): zip-3.0-32.fc36.aarch64.rpm          2.4 MB/s | 256 kB     00:00    
12:57:12 #10 53.80 (107/143): xz-5.2.5-9.fc36.aarch64.rpm          1.8 MB/s | 215 kB     00:00    
12:57:12 #10 52.38 Setting up libgdbm-compat4:amd64 (1.19-2) ...
12:57:12 #10 52.39 Setting up ucf (3.0043) ...
12:57:12 #10 52.49 Setting up libperl5.32:amd64 (5.32.1-4+deb11u2) ...
12:57:12 #10 52.51 Setting up dwz (0.13+20210201-1) ...
12:57:12 #10 52.52 Setting up groff-base (1.22.4-6) ...
12:57:12 #10 52.54 Setting up cpp (4:10.2.1-1) ...
12:57:12 #10 52.55 Setting up pixz (1.0.7-1) ...
12:57:12 #10 52.56 Setting up gpgconf (2.2.27-2+deb11u2) ...
12:57:12 #10 52.58 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u5) ...
12:57:12 #10 52.59 Setting up libc6-dev:amd64 (2.31-13+deb11u5) ...
12:57:12 #10 52.60 Setting up libx11-6:amd64 (2:1.7.2-1) ...
12:57:12 #10 52.61 Setting up curl (7.74.0-1.3+deb11u5) ...
12:57:12 #10 52.63 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
12:57:12 #10 52.64 Setting up gpg (2.2.27-2+deb11u2) ...
12:57:12 #10 52.65 Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ...
12:57:12 #10 52.67 Setting up libpython3-stdlib:amd64 (3.9.2-3) ...
12:57:12 #10 52.68 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
12:57:12 #10 52.69 Setting up binutils-x86-64-linux-gnu (2.35.2-2) ...
12:57:12 #10 52.71 Setting up libstdc++-10-dev:amd64 (10.2.1-6) ...
12:57:12 #10 52.72 Setting up gpg-agent (2.2.27-2+deb11u2) ...
12:57:12 #10 28.09 Preparing to unpack .../031-libgcc-8-dev_8.3.0-6+rpi1_armhf.deb ...
12:57:12 #10 28.10 Unpacking libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
12:57:12 #10 28.29 Selecting previously unselected package gcc-8.
12:57:12 #10 28.29 Preparing to unpack .../032-gcc-8_8.3.0-6+rpi1_armhf.deb ...
12:57:12 #10 28.29 Unpacking gcc-8 (8.3.0-6+rpi1) ...
12:57:12 #10 50.15 Preparing to unpack .../386-python3-apt_2.5.2+b1_amd64.deb ...
12:57:12 #10 50.15 Unpacking python3-apt (2.5.2+b1) ...
12:57:12 #10 50.21 Selecting previously unselected package python3-certifi.
12:57:12 #10 50.21 Preparing to unpack .../387-python3-certifi_2022.9.24-1_all.deb ...
12:57:12 #10 50.21 Unpacking python3-certifi (2022.9.24-1) ...
12:57:12 #10 50.26 Selecting previously unselected package python3-charset-normalizer.
12:57:12 #10 50.26 Preparing to unpack .../388-python3-charset-normalizer_3.0.1-2_all.deb ...
12:57:12 #10 50.26 Unpacking python3-charset-normalizer (3.0.1-2) ...
12:57:12 #10 50.31 Selecting previously unselected package python3-idna.
12:57:12 #10 50.31 Preparing to unpack .../389-python3-idna_3.3-1_all.deb ...
12:57:12 #10 50.31 Unpacking python3-idna (3.3-1) ...
12:57:12 #10 50.35 Selecting previously unselected package python3-magic.
12:57:12 #10 50.36 Preparing to unpack .../390-python3-magic_2%3a0.4.26-3_all.deb ...
12:57:12 #10 50.36 Unpacking python3-magic (2:0.4.26-3) ...
12:57:12 #10 43.12 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
12:57:12 #10 43.13 Setting up groff-base (1.22.3-10) ...
12:57:12 #10 43.14 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
12:57:12 #10 43.16 No schema files found: doing nothing.
12:57:12 #10 43.16 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:57:12 #10 43.18 Setting up unzip (6.0-21ubuntu1.2) ...
12:57:12 #10 43.20 Setting up linux-libc-dev:amd64 (4.15.0-202.213) ...
12:57:12 #10 43.21 Setting up libmpfr6:amd64 (4.0.1-1) ...
12:57:12 #10 43.22 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:57:12 #10 43.23 Setting up dctrl-tools (2.24-2build1) ...
12:57:12 #10 43.25 Setting up distro-info-data (0.37ubuntu0.15) ...
12:57:12 #10 43.26 Setting up gettext-base (0.19.8.1-6ubuntu0.3) ...
12:57:12 #10 43.27 Setting up libpipeline1:amd64 (1.5.0-1) ...
12:57:12 #10 43.28 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:57:12 #10 43.30 Setting up libksba8:amd64 (1.3.5-2ubuntu0.18.04.2) ...
12:57:12 #10 43.31 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
12:57:12 #11 40.94 Selecting previously unselected package libxml-sax-base-perl.
12:57:12 #11 40.94 Preparing to unpack .../318-libxml-sax-base-perl_1.09-1_all.deb ...
12:57:12 #11 40.95 Unpacking libxml-sax-base-perl (1.09-1) ...
12:57:12 #11 40.98 Selecting previously unselected package libxml-sax-perl.
12:57:12 #11 40.98 Preparing to unpack .../319-libxml-sax-perl_1.02+dfsg-1_all.deb ...
12:57:12 #11 40.98 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
12:57:12 #11 41.02 Selecting previously unselected package libxml-libxml-perl.
12:57:12 #11 41.02 Preparing to unpack .../320-libxml-libxml-perl_2.0134+dfsg-1build1_amd64.deb ...
12:57:12 #11 41.03 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
12:57:12 #11 41.09 Selecting previously unselected package libxml-parser-perl.
12:57:12 #11 41.09 Preparing to unpack .../321-libxml-parser-perl_2.46-1_amd64.deb ...
12:57:12 #11 41.09 Unpacking libxml-parser-perl (2.46-1) ...
12:57:12 #11 41.14 Selecting previously unselected package libxml-sax-expat-perl.
12:57:12 #11 39.22 Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
12:57:12 #11 39.23 Setting up libltdl7:amd64 (2.4.6-15build2) ...
12:57:12 #11 39.24 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:57:12 #11 39.25 Setting up libssh-4:amd64 (0.9.6-2build1) ...
12:57:12 #11 39.26 Setting up libwebp7:amd64 (1.2.2-2) ...
12:57:12 #11 39.27 Setting up libubsan1:amd64 (12.1.0-2ubuntu1~22.04) ...
12:57:12 #11 39.28 Setting up libmd0:amd64 (1.0.4-1build1) ...
12:57:12 #11 39.29 Setting up python-apt-common (2.4.0) ...
12:57:12 #11 39.30 Setting up libnsl-dev:amd64 (1.3.0-2build2) ...
12:57:12 #11 39.31 Setting up libcrypt-dev:amd64 (1:4.4.27-1) ...
12:57:12 #11 39.32 Setting up libuchardet0:amd64 (0.0.7-1build2) ...
12:57:12 #11 39.34 Setting up lzop (1.04-2build2) ...
12:57:12 #11 39.36 Setting up libmpdec3:amd64 (2.5.1-2build2) ...
12:57:12 #11 39.37 Setting up git-man (1:2.34.1-1ubuntu1.6) ...
12:57:12 #11 39.38 Setting up netbase (6.3) ...
12:57:12 #11 39.41 Setting up libbinutils:amd64 (2.38-4ubuntu2.1) ...
12:57:12 #12 6.236 2 upgraded, 26 newly installed, 0 to remove and 5 not upgraded.
12:57:12 #12 6.236 1 not fully installed or removed.
12:57:12 #12 6.236 Need to get 13.1 MB of archives.
12:57:12 #12 6.236 After this operation, 50.9 MB of additional disk space will be used.
12:57:12 #12 6.236 Get:1 http://deb.debian.org/debian bookworm/main arm64 bash-completion all 1:2.11-6 [234 kB]
12:57:12 #12 6.242 Get:2 http://deb.debian.org/debian bookworm/main arm64 libjsoncpp25 arm64 1.9.5-4 [72.3 kB]
12:57:12 #12 6.243 Get:3 http://deb.debian.org/debian bookworm/main arm64 librhash0 arm64 1.4.3-3 [131 kB]
12:57:12 #12 6.244 Get:4 http://deb.debian.org/debian bookworm/main arm64 libuv1 arm64 1.44.2-1 [133 kB]
12:57:12 #12 6.246 Get:5 http://deb.debian.org/debian bookworm/main arm64 cmake-data all 3.25.1-1 [2026 kB]
12:57:12 #12 6.256 Get:6 http://deb.debian.org/debian bookworm/main arm64 libsystemd0 arm64 252.5-2 [306 kB]
12:57:12 #12 6.258 Get:7 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB]
12:57:12 #12 6.258 Get:8 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB]
12:57:12 #12 6.262 Get:9 http://deb.debian.org/debian bookworm/main arm64 cmake arm64 3.25.1-1 [6806 kB]
12:57:12 #12 6.302 Get:10 http://deb.debian.org/debian bookworm/main arm64 dh-apparmor all 3.0.8-2 [16.7 kB]
12:57:12 #12 6.303 Get:11 http://deb.debian.org/debian bookworm/main arm64 libudev1 arm64 252.5-2 [101 kB]
12:57:12 #12 6.303 Get:12 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB]
12:57:12 #12 6.304 Get:13 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB]
12:57:12 #12 6.305 Get:14 http://deb.debian.org/debian bookworm/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.185-2 [12.2 kB]
12:57:12 #12 6.305 Get:15 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.5-2 [51.5 kB]
12:57:12 #12 6.306 Get:16 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2 [343 kB]
12:57:12 #12 6.307 Get:17 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
12:57:12 #12 6.309 Get:18 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
12:57:12 #12 6.310 Get:19 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
12:57:12 #12 6.310 Get:20 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
12:57:12 #12 6.313 Get:21 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b5 [159 kB]
12:57:12 #12 6.314 Get:22 http://deb.debian.org/debian bookworm/main arm64 libdevmapper-dev arm64 2:1.02.185-2 [42.0 kB]
12:57:12 #12 6.314 Get:23 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
12:57:12 #12 6.315 Get:24 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.5-2 [351 kB]
12:57:12 #12 6.317 Get:25 http://deb.debian.org/debian bookworm/main arm64 libpkgconf3 arm64 1.8.1-1 [35.3 kB]
12:57:12 #12 6.318 Get:26 http://deb.debian.org/debian bookworm/main arm64 pkgconf-bin arm64 1.8.1-1 [28.9 kB]
12:57:12 #12 6.319 Get:27 http://deb.debian.org/debian bookworm/main arm64 pkgconf arm64 1.8.1-1 [25.9 kB]
12:57:12 #12 6.321 Get:28 http://deb.debian.org/debian bookworm/main arm64 pkg-config arm64 1.8.1-1 [13.7 kB]
12:57:12 #10 21.26 Selecting previously unselected package libc6-dev:armhf.
12:57:12 #10 21.26 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u5_armhf.deb ...
12:57:12 #10 21.26 Unpacking libc6-dev:armhf (2.31-13+deb11u5) ...
12:57:12 #11 53.05 Setting up libnet-ssleay-perl:arm64 (1.92-2) ...
12:57:12 #11 53.06 Setting up automake (1:1.16.5-1.3) ...
12:57:12 #11 53.07 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:57:12 #11 53.07 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
12:57:12 #11 53.07 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
12:57:12 #11 53.08 Setting up libapt-pkg-perl (0.1.40build2) ...
12:57:12 #11 53.09 Setting up libstring-escape-perl (2010.002-2) ...
12:57:12 #11 53.11 Setting up libberkeleydb-perl:arm64 (0.64-1build3) ...
12:57:12 #11 53.14 Setting up libhttp-date-perl (6.05-1) ...
12:57:12 #11 53.15 Setting up libfile-which-perl (1.27-1) ...
12:57:12 #11 53.17 Setting up libfile-basedir-perl (0.09-1) ...
12:57:12 #11 53.18 Setting up libunicode-utf8-perl (0.62-1build4) ...
12:57:12 #11 53.19 Setting up libset-intspan-perl (1.19-2) ...
12:57:12 #11 53.20 Setting up libmouse-perl (2.5.10-1build4) ...
12:57:12 #11 53.21 Setting up libfile-listing-perl (6.15-1) ...
12:57:12 #11 53.23 Setting up gpg-wks-client (2.2.35-3ubuntu1) ...
12:57:12 #11 53.24 Setting up libregexp-pattern-perl (0.2.14-1) ...
12:57:12 #11 53.26 Setting up libdata-messagepack-perl (1.02-1) ...
12:57:12 #11 53.27 Setting up libfont-afm-perl (1.20-3) ...
12:57:12 #11 53.28 Setting up libwant-perl (0.29-2) ...
12:57:12 #11 53.29 Setting up libdynaloader-functions-perl (0.003-2) ...
12:57:12 #11 53.30 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:57:12 #11 53.32 Setting up liblist-compare-perl (0.55-1) ...
12:57:12 #11 53.33 Setting up libref-util-xs-perl (0.117-2) ...
12:57:12 #11 53.34 Setting up libio-pty-perl (1:1.15-2build2) ...
12:57:12 #11 51.17 Setting up libhtml-format-perl (2.16-1) ...
12:57:12 #11 51.18 Setting up python3-xdg (0.27-2) ...
12:57:12 #11 51.33 Setting up libxml-sax-perl (1.02+dfsg-3) ...
12:57:12 #11 51.38 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:57:12 #11 51.27 Setting up intltool-debian (0.35.0+20060710.5) ...
12:57:12 #11 51.28 Setting up libio-async-perl (0.75-1) ...
12:57:12 #11 51.30 Setting up liberror-perl (0.17029-1) ...
12:57:12 #11 51.31 Setting up patchutils (0.3.4-2) ...
12:57:12 #11 51.32 Setting up libmail-sendmail-perl (0.80-1) ...
12:57:12 #11 51.34 Setting up libltdl-dev:arm64 (2.4.6-14) ...
12:57:12 #11 51.35 Setting up libjson-maybexs-perl (1.004000-1) ...
12:57:12 #11 51.36 Setting up libxml-sax-base-perl (1.09-1) ...
12:57:12 #11 51.37 Setting up libio-string-perl (1.08-3) ...
12:57:12 #11 51.39 Setting up libreadonly-perl (2.050-2) ...
12:57:12 #11 51.40 Setting up python3-chardet (3.0.4-4build1) ...
12:57:12 #10 54.00 (108/143): ansible-srpm-macros-1-8.1.fc36.noarc  28 kB/s | 8.5 kB     00:00    
12:57:12 #10 54.11 (109/143): dbus-libs-1.14.4-1.fc36.aarch64.rpm  1.4 MB/s | 153 kB     00:00    
12:57:12 #10 54.16 (110/143): dnf-plugins-core-4.3.1-1.fc36.noarch 725 kB/s |  34 kB     00:00    
12:57:12 #10 54.21 (111/143): dwz-0.14-4.fc36.aarch64.rpm          2.5 MB/s | 125 kB     00:00    
12:57:13 #15 DONE 2.0s
12:57:13 
12:57:13 #16 [stage-1 9/9] WORKDIR /root/rpmbuild
12:57:13 #16 DONE 0.0s
12:57:13 
12:57:13 #17 exporting to image
12:57:13 #17 exporting layers
12:57:13 #10 50.39 Selecting previously unselected package python3-six.
12:57:13 #10 50.40 Preparing to unpack .../391-python3-six_1.16.0-4_all.deb ...
12:57:13 #10 50.40 Unpacking python3-six (1.16.0-4) ...
12:57:13 #10 50.43 Selecting previously unselected package python3-urllib3.
12:57:13 #10 50.44 Preparing to unpack .../392-python3-urllib3_1.26.12-1_all.deb ...
12:57:13 #10 50.44 Unpacking python3-urllib3 (1.26.12-1) ...
12:57:13 #10 50.49 Selecting previously unselected package python3-requests.
12:57:13 #10 50.49 Preparing to unpack .../393-python3-requests_2.28.1+dfsg-1_all.deb ...
12:57:13 #10 50.50 Unpacking python3-requests (2.28.1+dfsg-1) ...
12:57:13 #10 50.53 Selecting previously unselected package python3-unidiff.
12:57:13 #10 50.54 Preparing to unpack .../394-python3-unidiff_0.7.3-1_all.deb ...
12:57:13 #10 50.54 Unpacking python3-unidiff (0.7.3-1) ...
12:57:13 #10 50.58 Selecting previously unselected package shared-mime-info.
12:57:13 #10 50.58 Preparing to unpack .../395-shared-mime-info_2.2-1_amd64.deb ...
12:57:13 #10 50.58 Unpacking shared-mime-info (2.2-1) ...
12:57:13 #10 43.32 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.6) ...
12:57:13 #10 43.34 Setting up m4 (1.4.18-1) ...
12:57:13 #10 43.35 Setting up libgdbm5:amd64 (1.14.1-6) ...
12:57:13 #10 43.36 Setting up at (3.1.20-3.1ubuntu2) ...
12:57:13 #10 43.49 invoke-rc.d: could not determine current runlevel
12:57:13 #10 43.50 invoke-rc.d: policy-rc.d denied execution of start.
12:57:13 #10 43.50 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ...
12:57:13 #10 43.52 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.3) ...
12:57:13 #10 43.53 Setting up ucf (3.0038) ...
12:57:13 #14 4.185 (1/76): pcre2-10.32-3.el8.x86_64.rpm            1.0 MB/s | 247 kB     00:00    
12:57:13 #14 4.204 (2/76): autoconf-2.69-29.el8.noarch.rpm         2.7 MB/s | 710 kB     00:00    
12:57:13 #14 4.215 (3/76): automake-1.16.1-7.el8.noarch.rpm        2.6 MB/s | 713 kB     00:00    
12:57:13 #14 4.253 (4/76): cmake-filesystem-3.20.2-4.el8.x86_64.rp 1.2 MB/s |  44 kB     00:00    
12:57:13 #14 4.259 (5/76): cmake-rpm-macros-3.20.2-4.el8.noarch.rp 8.2 MB/s |  44 kB     00:00    
12:57:13 #14 4.266 (6/76): git-2.39.0-1.el8.x86_64.rpm              16 MB/s | 104 kB     00:00    
12:57:13 #14 4.289 (7/76): cmake-data-3.20.2-4.el8.noarch.rpm       20 MB/s | 1.7 MB     00:00    
12:57:13 #11 41.14 Preparing to unpack .../322-libxml-sax-expat-perl_0.51-1_all.deb ...
12:57:13 #11 41.14 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:57:13 #11 41.17 Selecting previously unselected package libxml-writer-perl.
12:57:13 #11 41.17 Preparing to unpack .../323-libxml-writer-perl_0.625-1_all.deb ...
12:57:13 #11 41.17 Unpacking libxml-writer-perl (0.625-1) ...
12:57:13 #11 41.20 Selecting previously unselected package libyaml-libyaml-perl.
12:57:13 #11 41.20 Preparing to unpack .../324-libyaml-libyaml-perl_0.81+repack-1_amd64.deb ...
12:57:13 #11 41.21 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
12:57:13 #11 41.24 Selecting previously unselected package licensecheck.
12:57:13 #11 41.24 Preparing to unpack .../325-licensecheck_3.0.45-1_all.deb ...
12:57:13 #11 41.24 Unpacking licensecheck (3.0.45-1) ...
12:57:13 #11 41.27 Selecting previously unselected package libdevel-size-perl.
12:57:13 #11 41.27 Preparing to unpack .../326-libdevel-size-perl_0.83-1build1_amd64.deb ...
12:57:13 #11 41.27 Unpacking libdevel-size-perl (0.83-1build1) ...
12:57:13 #11 41.31 Selecting previously unselected package t1utils.
12:57:13 #11 41.31 Preparing to unpack .../327-t1utils_1.41-3_amd64.deb ...
12:57:13 #11 41.31 Unpacking t1utils (1.41-3) ...
12:57:13 #11 41.35 Selecting previously unselected package lintian.
12:57:13 #12 6.521 debconf: delaying package configuration, since apt-utils is not installed
12:57:13 #12 6.576 Fetched 13.1 MB in 0s (37.1 MB/s)
12:57:13 #12 6.606 Selecting previously unselected package bash-completion.
12:57:13 #12 6.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 ... 29843 files and directories currently installed.)
12:57:13 #11 39.42 Setting up libfido2-1:amd64 (1.10.0-1) ...
12:57:13 #11 39.43 Setting up libisl23:amd64 (0.24-2build1) ...
12:57:13 #11 39.44 Setting up libc-dev-bin (2.35-0ubuntu3.1) ...
12:57:13 #11 39.46 Setting up openssl (3.0.2-0ubuntu1.8) ...
12:57:13 #11 39.48 Setting up libbsd0:amd64 (0.11.5-1) ...
12:57:13 #11 39.49 Setting up libelf1:amd64 (0.186-1build1) ...
12:57:13 #11 39.51 Setting up readline-common (8.1.2-1) ...
12:57:13 #11 39.52 Setting up publicsuffix (20211207.1025-1) ...
12:57:13 #11 39.53 Setting up zstd (1.4.8+dfsg-3build1) ...
12:57:13 #11 39.55 Setting up libmarkdown2:amd64 (2.2.7-2) ...
12:57:13 #11 39.56 Setting up libcc1-0:amd64 (12.1.0-2ubuntu1~22.04) ...
12:57:13 #11 39.58 Setting up iso-codes (4.9.0-1) ...
12:57:13 #11 39.59 Setting up liblocale-gettext-perl (1.07-4build3) ...
12:57:13 #11 39.60 Setting up liblsan0:amd64 (12.1.0-2ubuntu1~22.04) ...
12:57:13 #11 39.61 Setting up dctrl-tools (2.24-3build2) ...
12:57:13 #11 39.63 Setting up libitm1:amd64 (12.1.0-2ubuntu1~22.04) ...
12:57:13 #10 21.74 Selecting previously unselected package libisl23:armhf.
12:57:13 #10 21.74 Preparing to unpack .../038-libisl23_0.23-1_armhf.deb ...
12:57:13 #11 53.36 Setting up libfile-fcntllock-perl (0.22-4) ...
12:57:13 #11 53.37 Setting up libclone-perl (0.45-1build3) ...
12:57:13 #11 53.38 Setting up libalgorithm-diff-perl (1.201-1) ...
12:57:13 #11 53.40 Setting up libarchive-zip-perl (1.68-1) ...
12:57:13 #11 53.41 Setting up libsub-identify-perl (0.14-2) ...
12:57:13 #11 53.42 Setting up libdistro-info-perl (1.1ubuntu1) ...
12:57:13 #11 53.43 Setting up libcpanel-json-xs-perl:arm64 (4.32-1) ...
12:57:13 #11 53.44 Setting up liblist-moreutils-perl (0.430-2) ...
12:57:13 #11 53.46 Setting up libhtml-tagset-perl (3.20-4) ...
12:57:13 #11 53.47 Setting up liblog-any-perl (1.710-1) ...
12:57:13 #11 53.48 Setting up libauthen-sasl-perl (2.1600-2) ...
12:57:13 #11 53.49 Setting up libdevel-size-perl (0.83-2) ...
12:57:13 #11 53.50 Setting up libdebhelper-perl (13.9.1ubuntu1) ...
12:57:13 #11 53.52 Setting up libpod-constants-perl (0.19-2) ...
12:57:13 #11 53.53 Setting up libregexp-pattern-license-perl (3.9.4-1) ...
12:57:13 #11 53.54 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:57:13 #11 53.55 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
12:57:13 #11 51.44 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:13 #10 54.22 (112/143): binutils-gold-2.37-37.fc36.aarch64.r 2.1 MB/s | 893 kB     00:00    
12:57:13 #10 54.26 (113/143): elfutils-0.188-3.fc36.aarch64.rpm    9.6 MB/s | 519 kB     00:00    
12:57:13 #10 54.28 (114/143): elfutils-debuginfod-client-0.188-3.f 647 kB/s |  39 kB     00:00    
12:57:13 #10 54.31 (115/143): binutils-2.37-37.fc36.aarch64.rpm     12 MB/s | 6.3 MB     00:00    
12:57:13 #10 54.32 (116/143): emacs-filesystem-28.2-1.fc36.noarch. 128 kB/s | 7.1 kB     00:00    
12:57:13 #10 54.37 (117/143): gdk-pixbuf2-2.42.9-2.fc36.aarch64.rp 8.5 MB/s | 463 kB     00:00    
12:57:13 #10 54.40 (118/143): gdb-minimal-12.1-2.fc36.aarch64.rpm   29 MB/s | 3.5 MB     00:00    
12:57:13 #10 54.41 (119/143): glibc-gconv-extra-2.35-22.fc36.aarch  18 MB/s | 1.7 MB     00:00    
12:57:13 #10 54.46 (120/143): go-srpm-macros-3.2.0-1.fc36.noarch.r 300 kB/s |  26 kB     00:00    
12:57:13 #11 51.64 Setting up libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:13 #11 51.65 Setting up libfile-find-rule-perl (0.34-1) ...
12:57:13 #11 51.67 Setting up libstring-copyright-perl (0.003006-1) ...
12:57:13 #11 51.68 Setting up python3-debian (0.1.36ubuntu1) ...
12:57:13 #11 48.87 0 added, 0 removed; done.
12:57:13 #11 48.87 Running hooks in /etc/ca-certificates/update.d...
12:57:13 #11 48.87 done.
12:57:13 #10 53.26 Setting up libxpm4:amd64 (1:3.5.12-1) ...
12:57:13 #10 53.27 Setting up fontconfig-config (2.13.1-4.2) ...
12:57:13 #10 50.69 Selecting previously unselected package strace.
12:57:13 #10 50.69 Preparing to unpack .../396-strace_6.1-0.1_amd64.deb ...
12:57:13 #10 50.70 Unpacking strace (6.1-0.1) ...
12:57:13 #10 50.77 Selecting previously unselected package xauth.
12:57:13 #10 50.78 Preparing to unpack .../397-xauth_1%3a1.1.2-1_amd64.deb ...
12:57:13 #10 50.78 Unpacking xauth (1:1.1.2-1) ...
12:57:13 #10 50.82 Selecting previously unselected package xdg-user-dirs.
12:57:13 #10 50.83 Preparing to unpack .../398-xdg-user-dirs_0.18-1_amd64.deb ...
12:57:13 #10 50.83 Unpacking xdg-user-dirs (0.18-1) ...
12:57:13 #10 50.88 Selecting previously unselected package zstd.
12:57:13 #10 43.62 Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.8) ...
12:57:13 #10 43.65 Setting up libmagic-mgc (1:5.32-2ubuntu0.4) ...
12:57:13 #10 43.66 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
12:57:13 #10 43.67 Setting up libmagic1:amd64 (1:5.32-2ubuntu0.4) ...
12:57:13 #10 43.69 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
12:57:13 #10 43.70 Setting up libcroco3:amd64 (0.6.12-2) ...
12:57:13 #10 43.71 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
12:57:13 #10 43.73 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.8) ...
12:57:13 #10 43.74 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ...
12:57:13 #10 43.75 Setting up libyaml-0-2:amd64 (0.1.7-2ubuntu3) ...
12:57:13 #10 43.76 Setting up patch (2.7.6-2ubuntu1.1) ...
12:57:13 #10 43.78 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
12:57:13 #10 43.79 Setting up libunwind8:amd64 (1.2.1-8) ...
12:57:13 #10 43.80 Setting up krb5-locales (1.16-2ubuntu0.3) ...
12:57:13 #10 43.81 Setting up publicsuffix (20180223.1310-1) ...
12:57:13 #10 43.83 Setting up autotools-dev (20180224.1) ...
12:57:13 #14 4.347 (8/76): git-core-doc-2.39.0-1.el8.noarch.rpm     51 MB/s | 3.0 MB     00:00    
12:57:13 #14 4.368 (9/76): isl-0.16.1-6.el8.x86_64.rpm              42 MB/s | 841 kB     00:00    
12:57:13 #14 4.373 (10/76): libmpc-1.1.0-9.1.el8.x86_64.rpm         12 MB/s |  61 kB     00:00    
12:57:13 #14 4.380 (11/76): libseccomp-devel-2.5.2-1.el8.x86_64.rp 9.9 MB/s |  57 kB     00:00    
12:57:13 #14 4.397 (12/76): libtool-2.4.6-25.el8.x86_64.rpm         41 MB/s | 709 kB     00:00    
12:57:13 #14 4.405 (13/76): libtool-ltdl-devel-2.4.6-25.el8.x86_64  24 MB/s | 184 kB     00:00    
12:57:13 #14 4.412 (14/76): libuv-1.41.1-1.el8_4.x86_64.rpm         22 MB/s | 156 kB     00:00    
12:57:13 #14 4.421 (15/76): libxkbcommon-0.9.1-1.el8.x86_64.rpm     14 MB/s | 116 kB     00:00    
12:57:13 #14 4.426 (16/76): perl-Error-0.17025-2.el8.noarch.rpm     10 MB/s |  46 kB     00:00    
12:57:13 #14 4.432 (17/76): perl-Git-2.39.0-1.el8.noarch.rpm        14 MB/s |  78 kB     00:00    
12:57:13 #14 4.438 (18/76): perl-TermReadKey-2.37-7.el8.x86_64.rpm 7.1 MB/s |  40 kB     00:00    
12:57:13 #14 4.444 (19/76): perl-Thread-Queue-3.13-1.el8.noarch.rp 4.6 MB/s |  24 kB     00:00    
12:57:13 #14 4.449 (20/76): vim-filesystem-8.0.1763-19.el8.4.noarc 9.9 MB/s |  50 kB     00:00    
12:57:13 #14 4.495 (21/76): xkeyboard-config-2.28-1.el8.noarch.rpm  17 MB/s | 782 kB     00:00    
12:57:13 #11 41.35 Preparing to unpack .../328-lintian_2.62.0ubuntu2.2_all.deb ...
12:57:13 #11 41.35 Unpacking lintian (2.62.0ubuntu2.2) ...
12:57:13 #11 41.64 Selecting previously unselected package manpages-dev.
12:57:13 #12 6.624 Preparing to unpack .../0-bash-completion_1%3a2.11-6_all.deb ...
12:57:13 #12 6.641 Unpacking bash-completion (1:2.11-6) ...
12:57:13 #12 6.769 Selecting previously unselected package libjsoncpp25:arm64.
12:57:13 #12 6.773 Preparing to unpack .../1-libjsoncpp25_1.9.5-4_arm64.deb ...
12:57:13 #12 6.786 Unpacking libjsoncpp25:arm64 (1.9.5-4) ...
12:57:13 #12 6.835 Selecting previously unselected package librhash0:arm64.
12:57:13 #12 6.839 Preparing to unpack .../2-librhash0_1.4.3-3_arm64.deb ...
12:57:13 #12 6.843 Unpacking librhash0:arm64 (1.4.3-3) ...
12:57:13 #12 6.890 Selecting previously unselected package libuv1:arm64.
12:57:13 #11 53.56 Setting up libio-interactive-perl (1.023-1) ...
12:57:13 #11 53.58 Setting up libtry-tiny-perl (0.31-1) ...
12:57:13 #11 53.59 Setting up libtype-tiny-perl (1.016008-1) ...
12:57:13 #11 53.60 Setting up libcommon-sense-perl:arm64 (3.75-2build1) ...
12:57:13 #11 53.61 Setting up libmldbm-perl (2.05-3) ...
12:57:13 #11 53.63 Setting up libxml-namespacesupport-perl (1.12-2) ...
12:57:13 #11 53.64 Setting up libnet-http-perl (6.22-1) ...
12:57:13 #11 53.65 Setting up libpath-iterator-rule-perl (1.015-1) ...
12:57:13 #11 53.66 Setting up libtext-markdown-discount-perl:arm64 (0.13-1build1) ...
12:57:13 #11 53.68 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
12:57:13 #11 53.69 Setting up libtime-moment-perl (0.44-2) ...
12:57:13 #11 53.70 Setting up libencode-locale-perl (1.05-2) ...
12:57:13 #11 53.71 Setting up libexception-class-perl (1.45-1) ...
12:57:13 #11 53.73 Setting up libmath-base85-perl (0.5+dfsg-1) ...
12:57:13 #11 53.74 Setting up libconfig-tiny-perl (2.28-1) ...
12:57:13 #11 53.75 Setting up libsereal-encoder-perl:arm64 (4.025+ds-1) ...
12:57:13 #11 53.76 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
12:57:13 #10 21.75 Unpacking libisl23:armhf (0.23-1) ...
12:57:13 #10 21.89 Selecting previously unselected package libmpfr6:armhf.
12:57:13 #10 21.89 Preparing to unpack .../039-libmpfr6_4.1.0-3_armhf.deb ...
12:57:13 #10 21.90 Unpacking libmpfr6:armhf (4.1.0-3) ...
12:57:13 #11 39.64 Setting up libgdbm6:amd64 (1.23-1) ...
12:57:13 #11 39.65 Setting up libicu70:amd64 (70.1-2) ...
12:57:13 #11 39.66 Setting up libtsan0:amd64 (11.3.0-1ubuntu1~22.04) ...
12:57:13 #11 39.68 Setting up libctf0:amd64 (2.38-4ubuntu2.1) ...
12:57:13 #11 39.69 Setting up libjpeg8:amd64 (8c-2ubuntu10) ...
12:57:13 #11 39.70 Setting up pinentry-curses (1.1.1-1build2) ...
12:57:13 #11 39.72 Setting up cpp-11 (11.3.0-1ubuntu1~22.04) ...
12:57:13 #11 39.73 Setting up manpages-dev (5.10-1ubuntu1) ...
12:57:13 #11 39.74 Setting up libdw1:amd64 (0.186-1build1) ...
12:57:13 #11 39.76 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
12:57:13 #11 39.77 Setting up libxcb1:amd64 (1.14-3ubuntu3) ...
12:57:13 #11 39.78 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
12:57:13 #11 39.94 Setting up libedit2:amd64 (3.1-20210910-1build1) ...
12:57:13 #11 39.95 Setting up libreadline8:amd64 (8.1.2-1) ...
12:57:13 #11 39.96 Setting up m4 (1.4.18-5ubuntu2) ...
12:57:13 #11 39.97 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:57:13 #11 39.98 Setting up libpython3.10-stdlib:amd64 (3.10.6-1~22.04.2) ...
12:57:13 #11 40.00 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
12:57:13 #11 51.56 
12:57:13 #11 51.56 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:13 #11 51.58 Setting up python3-six (1.16.0-4) ...
12:57:13 #11 51.71 Setting up dh-autoreconf (20) ...
12:57:13 #11 51.72 Setting up libdata-validate-uri-perl (0.07-2) ...
12:57:13 #11 51.73 Setting up libnet-smtp-ssl-perl (1.04-2) ...
12:57:13 #11 51.75 Setting up python3-gpg (1.17.1-4.1ubuntu1) ...
12:57:13 #10 54.52 (121/143): libappstream-glib-0.8.0-4.fc36.aarch 3.2 MB/s | 376 kB     00:00    
12:57:13 #10 54.54 (122/143): perl-Getopt-Long-2.54-1.fc36.noarch. 749 kB/s |  60 kB     00:00    
12:57:13 #10 54.55 (123/143): perl-HTTP-Tiny-0.082-1.fc36.noarch.r 1.7 MB/s |  55 kB     00:00    
12:57:13 #10 54.56 (124/143): perl-Encode-3.17-485.fc36.aarch64.rp  11 MB/s | 1.7 MB     00:00    
12:57:13 #10 54.58 (125/143): perl-Scalar-List-Utils-1.63-489.fc36 1.7 MB/s |  71 kB     00:00    
12:57:13 #10 54.61 (126/143): python-srpm-macros-3.10-20.fc36.noar 683 kB/s |  23 kB     00:00    
12:57:13 #10 54.63 (127/143): perl-Text-ParseWords-3.31-1.fc36.noa 263 kB/s |  16 kB     00:00    
12:57:13 #10 54.64 (128/143): perl-Socket-2.036-1.fc36.aarch64.rpm 624 kB/s |  55 kB     00:00    
12:57:13 #10 54.65 (129/143): python3-construct-2.10.68-1.fc36.noa 3.2 MB/s | 112 kB     00:00    
12:57:13 #10 54.66 (130/143): python3-dnf-plugins-core-4.3.1-1.fc3 6.9 MB/s | 229 kB     00:00    
12:57:13 #10 54.67 (131/143): qt5-srpm-macros-5.15.7-1.fc36.noarch 277 kB/s | 7.9 kB     00:00    
12:57:13 #11 51.84 Setting up python3-requests (2.22.0-2ubuntu1) ...
12:57:13 #11 52.00 Setting up libdata-optlist-perl (0.110-1) ...
12:57:13 #11 52.01 Setting up libipc-run-perl (20180523.0-2) ...
12:57:13 #11 52.02 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
12:57:13 #11 52.04 Setting up libcontextual-return-perl (0.004014-2) ...
12:57:13 #11 52.05 Setting up libwww-robotrules-perl (6.02-1) ...
12:57:13 #11 52.06 Setting up libtypes-serialiser-perl (1.0-1) ...
12:57:13 #11 52.07 Setting up g++ (4:9.3.0-1ubuntu2) ...
12:57:13 #11 52.14 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:57:13 #11 52.14 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
12:57:13 #11 52.15 Setting up libhtml-parser-perl (3.72-5) ...
12:57:13 #11 52.17 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:57:13 #10 53.46 Setting up openssh-client (1:8.4p1-5+deb11u1) ...
12:57:13 #10 53.58 Setting up gpgsm (2.2.27-2+deb11u2) ...
12:57:13 #10 53.59 Setting up libxext6:amd64 (2:1.3.3-1.1) ...
12:57:13 #10 53.61 Setting up binutils (2.35.2-2) ...
12:57:13 #10 53.62 Setting up man-db (2.9.4-2) ...
12:57:13 #10 50.88 Preparing to unpack .../399-zstd_1.5.2+dfsg2-3_amd64.deb ...
12:57:13 #10 50.88 Unpacking zstd (1.5.2+dfsg2-3) ...
12:57:13 #10 51.02 Setting up liblz1:amd64 (1.13-5) ...
12:57:13 #10 51.03 Setting up libksba8:amd64 (1.6.3-2) ...
12:57:13 #10 51.04 Setting up media-types (8.0.0) ...
12:57:13 #10 51.06 Setting up libpipeline1:amd64 (1.5.7-1) ...
12:57:13 #10 51.07 Setting up plzip (1.10-5) ...
12:57:13 #10 51.08 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip (lzip) in auto mode
12:57:13 #10 51.08 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
12:57:13 #10 51.08 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
12:57:13 #10 51.09 Setting up wdiff (1.2.2-4) ...
12:57:13 #10 51.10 Setting up libaom3:amd64 (3.5.0-1) ...
12:57:13 #10 51.11 Setting up libabsl20220623:amd64 (20220623.1-1) ...
12:57:13 #10 51.12 Setting up libxau6:amd64 (1:1.0.9-1) ...
12:57:13 #14 4.548 (22/76): git-core-2.39.0-1.el8.x86_64.rpm        37 MB/s |  10 MB     00:00    
12:57:13 #14 4.608 (23/76): cmake-3.20.2-4.el8.x86_64.rpm           28 MB/s |  12 MB     00:00    
12:57:13 #14 4.616 (24/76): checkpolicy-2.9-1.el8.x86_64.rpm       5.1 MB/s | 348 kB     00:00    
12:57:13 #14 4.630 (25/76): annobin-10.94-1.el8.x86_64.rpm         7.0 MB/s | 965 kB     00:00    
12:57:13 #14 4.635 (26/76): gcc-plugin-annobin-8.5.0-18.el8.x86_64 7.2 MB/s |  35 kB     00:00    
12:57:13 #14 4.643 (27/76): glibc-devel-2.28-224.el8.x86_64.rpm     11 MB/s |  83 kB     00:00    
12:57:13 #14 4.658 (28/76): glibc-headers-2.28-224.el8.x86_64.rpm   33 MB/s | 488 kB     00:00    
12:57:13 #14 4.679 (29/76): glibc-langpack-en-2.28-224.el8.x86_64.  40 MB/s | 826 kB     00:00    
12:57:13 #10 43.84 Setting up t1utils (1.41-2) ...
12:57:13 #10 43.85 Setting up xz-utils (5.2.2-1.3ubuntu0.1) ...
12:57:13 #10 43.86 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:57:13 #10 43.86 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
12:57:13 #10 43.86 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
12:57:13 #10 43.86 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
12:57:13 #10 43.86 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
12:57:13 #10 43.86 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
12:57:13 #10 43.86 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
12:57:13 #10 43.86 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
12:57:13 #10 43.86 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
12:57:13 #10 43.86 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
12:57:13 #10 43.86 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
12:57:13 #10 43.87 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:57:13 #10 43.88 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ...
12:57:13 #10 43.90 Setting up libltdl7:amd64 (2.4.6-2) ...
12:57:13 #10 43.91 Setting up openssl (1.1.1-1ubuntu2.1~18.04.21) ...
12:57:13 #10 43.93 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.7) ...
12:57:13 #10 43.94 Setting up liblocale-gettext-perl (1.07-3build2) ...
12:57:13 #10 43.95 Setting up wdiff (1.2.2-2) ...
12:57:13 #10 43.96 Setting up shared-mime-info (1.9-2) ...
12:57:13 #11 41.64 Preparing to unpack .../329-manpages-dev_5.05-1_all.deb ...
12:57:13 #11 41.64 Unpacking manpages-dev (5.05-1) ...
12:57:13 #11 41.90 Selecting previously unselected package python3-certifi.
12:57:13 #12 6.893 Preparing to unpack .../3-libuv1_1.44.2-1_arm64.deb ...
12:57:13 #12 6.896 Unpacking libuv1:arm64 (1.44.2-1) ...
12:57:13 #12 6.965 Selecting previously unselected package cmake-data.
12:57:13 #12 6.969 Preparing to unpack .../4-cmake-data_3.25.1-1_all.deb ...
12:57:13 #12 6.978 Unpacking cmake-data (3.25.1-1) ...
12:57:13 #11 53.77 Setting up liblist-utilsby-perl (0.12-1) ...
12:57:13 #11 53.79 Setting up libstring-shellquote-perl (1.04-2) ...
12:57:13 #11 53.80 Setting up libnet-netmask-perl (2.0001-1) ...
12:57:13 #11 53.81 Setting up libsub-install-perl (0.928-2) ...
12:57:13 #11 53.83 Setting up gcc (4:12.2.0-1ubuntu1) ...
12:57:13 #11 53.85 Setting up dpkg-dev (1.21.9ubuntu1) ...
12:57:13 #11 53.87 Setting up libindirect-perl (0.39-2) ...
12:57:13 #11 53.89 Setting up libxs-parse-sublike-perl:arm64 (0.16-1ubuntu2) ...
12:57:13 #11 53.90 Setting up intltool-debian (0.35.0+20060710.5) ...
12:57:13 #11 53.93 Setting up libfreezethaw-perl (0.5001-2.1) ...
12:57:13 #11 53.94 Setting up libobject-pad-perl (0.68-1) ...
12:57:13 #11 53.96 Setting up liberror-perl (0.17029-1) ...
12:57:13 #11 53.98 Setting up libpython3.10-stdlib:arm64 (3.10.7-1ubuntu0.2) ...
12:57:13 #11 53.99 Setting up patchutils (0.4.2-1build2) ...
12:57:13 #11 54.00 Setting up libmail-sendmail-perl (0.80-2) ...
12:57:13 #11 54.02 Setting up libltdl-dev:arm64 (2.4.7-4) ...
12:57:13 #11 54.03 Setting up libjson-maybexs-perl (1.004003-1) ...
12:57:13 #11 54.05 Setting up libxml-sax-base-perl (1.09-2) ...
12:57:13 #11 54.06 Setting up libio-string-perl (1.08-3.1) ...
12:57:13 #11 54.07 Setting up libreadonly-perl (2.050-3) ...
12:57:13 #11 54.08 Setting up libnetaddr-ip-perl (4.079+dfsg-2) ...
12:57:13 #10 22.02 Selecting previously unselected package libmpc3:armhf.
12:57:13 #10 22.02 Preparing to unpack .../040-libmpc3_1.2.0-1_armhf.deb ...
12:57:13 #10 22.05 Unpacking libmpc3:armhf (1.2.0-1) ...
12:57:13 #10 22.10 Selecting previously unselected package cpp-10.
12:57:13 #10 22.10 Preparing to unpack .../041-cpp-10_10.2.1-6_armhf.deb ...
12:57:13 #10 22.15 Unpacking cpp-10 (10.2.1-6) ...
12:57:13 #11 51.91 Setting up python3-certifi (2022.6.15-2) ...
12:57:13 #11 52.03 Setting up libmodule-runtime-perl (0.016-2) ...
12:57:13 #11 52.05 Setting up libmailtools-perl (2.21-1) ...
12:57:13 #11 52.06 Setting up python3-gi (3.42.2-2) ...
12:57:13 #10 29.32 Selecting previously unselected package gcc.
12:57:13 #10 29.32 Preparing to unpack .../033-gcc_4%3a8.3.0-1+rpi2_armhf.deb ...
12:57:13 #10 29.33 Unpacking gcc (4:8.3.0-1+rpi2) ...
12:57:13 #10 29.40 Selecting previously unselected package libc-dev-bin.
12:57:13 #10 54.68 (132/143): redhat-rpm-config-222-1.fc36.noarch. 2.0 MB/s |  66 kB     00:00    
12:57:13 #10 54.69 (133/143): rpm-build-4.17.1-3.fc36.aarch64.rpm  2.0 MB/s |  59 kB     00:00    
12:57:13 #10 54.70 (134/143): rpmautospec-rpm-macros-0.3.1-1.fc36. 257 kB/s | 8.7 kB     00:00    
12:57:13 #10 54.74 (135/143): rpmlint-2.4.0-3.fc36.noarch.rpm      3.9 MB/s | 238 kB     00:00    
12:57:13 #10 54.75 (136/143): rust-srpm-macros-23-1.fc36.noarch.rp 210 kB/s | 9.3 kB     00:00    
12:57:13 #10 54.75 (137/143): rpmlint-fedora-license-data-1.12-1.f 295 kB/s |  18 kB     00:00    
12:57:13 #10 54.78 (138/143): zstd-1.5.2-2.fc36.aarch64.rpm         11 MB/s | 412 kB     00:00    
12:57:13 #10 54.79 (139/143): elfutils-libelf-0.188-3.fc36.aarch64 4.7 MB/s | 196 kB     00:00    
12:57:13 #10 54.83 (140/143): glibc-common-2.35-22.fc36.aarch64.rp 7.2 MB/s | 328 kB     00:00    
12:57:13 #10 54.85 (141/143): elfutils-libs-0.188-3.fc36.aarch64.r 2.5 MB/s | 256 kB     00:00    
12:57:13 #10 54.86 (142/143): glibc-2.35-22.fc36.aarch64.rpm        21 MB/s | 1.7 MB     00:00    
12:57:13 #10 54.87 (143/143): glibc-minimal-langpack-2.35-22.fc36. 1.7 MB/s |  60 kB     00:00    
12:57:13 #10 54.87 --------------------------------------------------------------------------------
12:57:13 #10 54.87 Total                                           7.8 MB/s |  31 MB     00:04     
12:57:13 #11 52.18 Setting up librole-tiny-perl (2.001004-1) ...
12:57:13 #11 52.19 Setting up build-essential (12.8ubuntu1.1) ...
12:57:13 #11 52.23 Setting up libfont-ttf-perl (1.06-1) ...
12:57:13 #11 52.24 Setting up libfile-homedir-perl (1.004-1) ...
12:57:13 #11 52.26 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
12:57:13 #11 52.27 Setting up libio-socket-ssl-perl (2.067-1) ...
12:57:13 #11 52.29 Setting up libsub-exporter-perl (0.987-1) ...
12:57:13 #11 52.30 Setting up libalgorithm-merge-perl (0.08-3) ...
12:57:13 #11 52.31 Setting up libhttp-message-perl (6.22-1) ...
12:57:13 #11 52.32 Setting up libhtml-form-perl (6.07-1) ...
12:57:13 #11 52.33 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
12:57:13 #11 52.35 Setting up libjson-xs-perl (4.020-1build1) ...
12:57:13 #11 52.36 Setting up libhttp-negotiate-perl (6.01-1) ...
12:57:13 #11 52.37 Setting up libio-prompter-perl (0.004015-1) ...
12:57:13 #11 52.38 Setting up libhttp-cookies-perl (6.08-1) ...
12:57:13 #10 53.72 Building database of manual pages ...
12:57:13 #10 51.13 Setting up libre2-9:amd64 (20220601+dfsg-1+b1) ...
12:57:13 #10 51.14 Setting up libkeyutils1:amd64 (1.6.3-2) ...
12:57:13 #10 51.15 Setting up libpsl5:amd64 (0.21.0-1.2) ...
12:57:13 #10 51.17 Setting up libgpm2:amd64 (1.20.7-10+b1) ...
12:57:13 #10 51.18 Setting up libicu72:amd64 (72.1-3) ...
12:57:13 #10 51.19 Setting up liblerc4:amd64 (4.0.0+ds-2) ...
12:57:13 #10 51.20 Setting up bsdextrautils (2.38.1-4) ...
12:57:13 #10 51.21 Setting up libfcgi0ldbl:amd64 (2.4.2-2) ...
12:57:13 #10 51.22 Setting up libtext-glob-perl (0.11-3) ...
12:57:13 #10 51.23 Setting up xdg-user-dirs (0.18-1) ...
12:57:13 #10 51.26 Setting up libmagic-mgc (1:5.44-3) ...
12:57:13 #10 51.27 Setting up libyaml-0-2:amd64 (0.2.5-1) ...
12:57:13 #10 51.28 Setting up libglib2.0-0:amd64 (2.74.5-1) ...
12:57:13 #10 51.30 No schema files found: doing nothing.
12:57:13 #10 51.30 Setting up distro-info-data (0.56) ...
12:57:13 #10 51.31 Setting up manpages (6.02-1) ...
12:57:13 #10 51.32 Setting up libtirpc-common (1.3.3+ds-1) ...
12:57:13 #10 51.34 Setting up unzip (6.0-27) ...
12:57:13 #10 51.35 Setting up libcbor0.8:amd64 (0.8.0-2+b1) ...
12:57:13 #10 51.36 Setting up libbrotli1:amd64 (1.0.9-2+b6) ...
12:57:13 #10 51.38 Setting up libsqlite3-0:amd64 (3.40.1-1) ...
12:57:13 #10 51.39 Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ...
12:57:13 #10 51.40 Setting up libfcgi-bin (2.4.2-2) ...
12:57:13 #10 51.41 Setting up binutils-common:amd64 (2.40-2) ...
12:57:13 #10 51.43 Setting up libnghttp2-14:amd64 (1.51.0-1) ...
12:57:13 #10 51.44 Setting up libmagic1:amd64 (1:5.44-3) ...
12:57:13 #10 51.45 Setting up libdeflate0:amd64 (1.14-1) ...
12:57:13 #14 4.900 (30/76): cpp-8.5.0-18.el8.x86_64.rpm             36 MB/s |  10 MB     00:00    
12:57:13 #14 4.910 (31/76): less-530-1.el8.x86_64.rpm               17 MB/s | 164 kB     00:00    
12:57:13 #14 4.917 (32/76): libedit-3.1-23.20170329cvs.el8.x86_64.  18 MB/s | 102 kB     00:00    
12:57:13 #14 4.925 (33/76): libgomp-8.5.0-18.el8.x86_64.rpm         26 MB/s | 208 kB     00:00    
12:57:13 #14 4.934 (34/76): libselinux-devel-2.9-8.el8.x86_64.rpm   25 MB/s | 200 kB     00:00    
12:57:13 #14 4.944 (35/76): libselinux-utils-2.9-8.el8.x86_64.rpm   25 MB/s | 243 kB     00:00    
12:57:13 #14 4.949 (36/76): libsepol-devel-2.9-3.el8.x86_64.rpm     17 MB/s |  87 kB     00:00    
12:57:13 #14 4.954 (37/76): libxcrypt-devel-4.1.1-6.el8.x86_64.rpm 6.0 MB/s |  25 kB     00:00    
12:57:13 #14 4.963 (38/76): m4-1.4.18-7.el8.x86_64.rpm              27 MB/s | 223 kB     00:00    
12:57:13 #14 5.014 (39/76): kernel-headers-4.18.0-448.el8.x86_64.r  31 MB/s |  11 MB     00:00    
12:57:13 #13 16.60 Transaction test succeeded.
12:57:13 #13 16.60 Running transaction
12:57:13 #11 41.91 Preparing to unpack .../330-python3-certifi_2019.11.28-1_all.deb ...
12:57:13 #11 41.91 Unpacking python3-certifi (2019.11.28-1) ...
12:57:13 #11 41.95 Selecting previously unselected package python3-idna.
12:57:13 #11 41.96 Preparing to unpack .../331-python3-idna_2.8-1_all.deb ...
12:57:13 #11 41.96 Unpacking python3-idna (2.8-1) ...
12:57:13 #11 42.00 Selecting previously unselected package python3-urllib3.
12:57:13 #11 42.00 Preparing to unpack .../332-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
12:57:13 #11 42.00 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
12:57:13 #11 42.05 Selecting previously unselected package python3-requests.
12:57:13 #11 42.05 Preparing to unpack .../333-python3-requests_2.22.0-2ubuntu1_all.deb ...
12:57:13 #11 42.05 Unpacking python3-requests (2.22.0-2ubuntu1) ...
12:57:13 #11 42.09 Selecting previously unselected package python3-unidiff.
12:57:13 #11 42.09 Preparing to unpack .../334-python3-unidiff_0.5.5-2_all.deb ...
12:57:13 #11 42.09 Unpacking python3-unidiff (0.5.5-2) ...
12:57:13 #11 42.14 Selecting previously unselected package python3-xdg.
12:57:13 #11 42.14 Preparing to unpack .../335-python3-xdg_0.26-1ubuntu1_all.deb ...
12:57:13 #11 42.14 Unpacking python3-xdg (0.26-1ubuntu1) ...
12:57:13 #11 42.18 Selecting previously unselected package unzip.
12:57:13 #12 7.389 Preparing to unpack .../5-libsystemd0_252.5-2_arm64.deb ...
12:57:13 #12 7.404 Unpacking libsystemd0:arm64 (252.5-2) over (252.4-2) ...
12:57:13 #12 7.486 Setting up libsystemd0:arm64 (252.5-2) ...
12:57:13 #11 54.10 Setting up libstring-copyright-perl (0.003013-1) ...
12:57:13 #11 54.11 Setting up libdata-optlist-perl (0.112-1) ...
12:57:13 #11 54.13 Setting up libipc-run-perl (20220807.0-1) ...
12:57:13 #11 54.14 Setting up git (1:2.37.2-1ubuntu1.2) ...
12:57:13 #11 54.17 Setting up libtext-xslate-perl:arm64 (3.5.9-1build1) ...
12:57:13 #11 54.18 Setting up libcontextual-return-perl (0.004014-3) ...
12:57:13 #11 54.19 Setting up libwww-robotrules-perl (6.02-1) ...
12:57:13 #11 54.21 Setting up libtypes-serialiser-perl (1.01-1) ...
12:57:13 #11 54.22 Setting up libnsl-dev:arm64 (1.3.0-2build2) ...
12:57:13 #11 54.23 Setting up libhtml-parser-perl:arm64 (3.78-1) ...
12:57:13 #11 54.24 Setting up libgit-wrapper-perl (0.048-1) ...
12:57:13 #11 54.26 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
12:57:13 #11 54.27 Setting up librole-tiny-perl (2.002004-1) ...
12:57:13 #11 54.28 Setting up gnupg (2.2.35-3ubuntu1) ...
12:57:13 #11 54.29 Setting up libc6-dev:arm64 (2.36-0ubuntu4) ...
12:57:13 #11 52.23 Setting up python3-idna (3.3-1) ...
12:57:13 #11 52.42 Setting up python3-urllib3 (1.26.9-1) ...
12:57:13 #10 29.40 Preparing to unpack .../034-libc-dev-bin_2.28-10+rpt2+rpi1+deb10u1_armhf.deb ...#10 ...
12:57:13 
12:57:13 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:57:13 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 17.1s done
12:57:13 #7 extracting sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 done
12:57:13 #7 DONE 52.9s
12:57:13 
12:57:13 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:57:13 #10 29.40 Preparing to unpack .../034-libc-dev-bin_2.28-10+rpt2+rpi1+deb10u1_armhf.deb ...
12:57:13 #10 29.41 Unpacking libc-dev-bin (2.28-10+rpt2+rpi1+deb10u1) ...
12:57:13 #10 29.47 Selecting previously unselected package linux-libc-dev:armhf.
12:57:13 #10 29.47 Preparing to unpack .../035-linux-libc-dev_1%3a1.20220308~buster-1_armhf.deb ...
12:57:13 #10 29.47 Unpacking linux-libc-dev:armhf (1:1.20220308~buster-1) ...
12:57:14 #11 40.35 Updating certificates in /etc/ssl/certs...
12:57:14 #10 33.62 Selecting previously unselected package libfakeroot:armhf.
12:57:14 #10 33.62 Preparing to unpack .../091-libfakeroot_1.29-1_armhf.deb ...
12:57:14 #10 33.63 Unpacking libfakeroot:armhf (1.29-1) ...
12:57:14 #10 33.69 Selecting previously unselected package fakeroot.
12:57:14 #10 33.69 Preparing to unpack .../092-fakeroot_1.29-1_armhf.deb ...
12:57:14 #10 33.69 Unpacking fakeroot (1.29-1) ...
12:57:14 #10 33.76 Selecting previously unselected package libassuan0:armhf.
12:57:14 #10 33.76 Preparing to unpack .../093-libassuan0_2.5.5-5_armhf.deb ...
12:57:14 #10 33.76 Unpacking libassuan0:armhf (2.5.5-5) ...
12:57:14 #10 33.81 Selecting previously unselected package gpgconf.
12:57:14 #10 33.81 Preparing to unpack .../094-gpgconf_2.2.40-1_armhf.deb ...
12:57:14 #11 52.39 Setting up po-debconf (1.0.21) ...
12:57:14 #11 52.40 Setting up libhtml-tree-perl (5.07-2) ...
12:57:14 #11 52.42 Setting up libparams-classify-perl (0.015-1build2) ...
12:57:14 #11 52.43 Setting up libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.9) ...
12:57:14 #11 52.44 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:57:14 #11 52.45 Setting up libnet-dns-sec-perl (1.15-1) ...
12:57:14 #11 52.47 Setting up libcurl3-gnutls:arm64 (7.68.0-1ubuntu2.15) ...
12:57:14 #11 52.48 Setting up libsereal-perl (4.011-1) ...
12:57:14 #11 52.49 Setting up libhtml-format-perl (2.12-1) ...
12:57:14 #11 52.50 Setting up libxml-sax-perl (1.02+dfsg-1) ...
12:57:14 #11 52.58 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:57:14 #11 52.64 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:14 #10 51.46 Setting up less (590-1.1) ...
12:57:14 #10 51.48 Setting up perl-openssl-defaults:amd64 (7+b1) ...
12:57:14 #10 51.49 Setting up linux-libc-dev:amd64 (6.1.8-1) ...
12:57:14 #10 51.50 Setting up libctf-nobfd0:amd64 (2.40-2) ...
12:57:14 #10 51.51 Setting up gettext-base (0.21-11) ...
12:57:14 #10 51.52 Setting up m4 (1.4.19-3) ...
12:57:14 #10 51.53 Setting up liblzo2-2:amd64 (2.10-2) ...
12:57:14 #10 51.54 Setting up libnpth0:amd64 (1.6-3) ...
12:57:14 #10 51.55 Setting up krb5-locales (1.20.1-1) ...
12:57:14 #10 51.56 Setting up file (1:5.44-3) ...
12:57:14 #10 51.57 Setting up libossp-uuid16:amd64 (1.6.2-1.5+b11) ...
12:57:14 #10 51.58 Setting up libsvtav1enc1:amd64 (1.4.1+dfsg-1) ...
12:57:14 #10 51.60 Setting up libassuan0:amd64 (2.5.5-5) ...
12:57:14 #10 51.61 Setting up libgomp1:amd64 (12.2.0-14) ...
12:57:14 #10 51.62 Setting up bzip2 (1.0.8-5+b1) ...
12:57:14 #10 51.63 Setting up libldap-common (2.5.13+dfsg-3) ...
12:57:14 #10 51.64 Setting up libunwind8:amd64 (1.6.2-3) ...
12:57:14 #10 51.65 Setting up pbzip2 (1.1.13-1) ...
12:57:14 #10 51.66 Setting up libjbig0:amd64 (2.1-6.1) ...
12:57:14 #14 5.053 (40/76): make-4.2.1-11.el8.x86_64.rpm           5.4 MB/s | 498 kB     00:00    
12:57:14 #14 5.065 (41/76): openssh-8.0p1-17.el8.x86_64.rpm         10 MB/s | 524 kB     00:00    
12:57:14 #14 5.081 (42/76): pcre2-devel-10.32-3.el8.x86_64.rpm      38 MB/s | 605 kB     00:00    
12:57:14 #14 5.091 (43/76): pcre2-utf16-10.32-3.el8.x86_64.rpm      23 MB/s | 229 kB     00:00    
12:57:14 #14 5.098 (44/76): openssh-clients-8.0p1-17.el8.x86_64.rp  15 MB/s | 669 kB     00:00    
12:57:14 #14 5.149 (45/76): pcre2-utf32-10.32-3.el8.x86_64.rpm     3.7 MB/s | 220 kB     00:00    
12:57:14 #14 5.153 (46/76): perl-Data-Dumper-2.167-399.el8.x86_64. 1.1 MB/s |  58 kB     00:00    
12:57:14 #14 5.162 (47/76): policycoreutils-2.9-21.1.el8.x86_64.rp  31 MB/s | 375 kB     00:00    
12:57:14 #14 5.173 (48/76): policycoreutils-devel-2.9-21.1.el8.x86  15 MB/s | 293 kB     00:00    
12:57:14 #14 5.181 (49/76): python3-audit-3.0.7-4.el8.x86_64.rpm    11 MB/s |  87 kB     00:00    
12:57:14 #14 5.187 (50/76): policycoreutils-python-utils-2.9-21.1. 9.9 MB/s | 253 kB     00:00    
12:57:14 #14 5.195 (51/76): python3-libselinux-2.9-8.el8.x86_64.rp  20 MB/s | 283 kB     00:00    
12:57:14 #14 5.200 (52/76): python3-libsemanage-2.9-9.el8.x86_64.r  11 MB/s | 128 kB     00:00    
12:57:14 #14 5.238 (53/76): python3-setools-4.3.0-3.el8.x86_64.rpm  16 MB/s | 624 kB     00:00    
12:57:14 #14 5.244 (54/76): rpm-plugin-selinux-4.14.3-26.el8.x86_6  14 MB/s |  78 kB     00:00    
12:57:14 #14 5.262 (55/76): selinux-policy-3.14.3-114.el8.noarch.r  36 MB/s | 658 kB     00:00    
12:57:14 #10 54.26 Setting up bsdmainutils (11.1.2+b1) ...
12:57:14 #10 54.28 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:57:14 #10 54.29 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:57:14 #10 54.29 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u5) ...
12:57:14 #10 54.31 Setting up libcroco3:amd64 (0.6.12-3) ...
12:57:14 #10 54.32 Setting up libgdbm-compat4:amd64 (1.18.1-4) ...
12:57:14 #10 54.33 Setting up ucf (3.0038+nmu1) ...
12:57:14 #10 54.43 Setting up libgcc-8-dev:amd64 (8.3.0-6) ...
12:57:14 #10 54.44 Setting up libperl5.28:amd64 (5.28.1-6+deb10u1) ...
12:57:14 #10 54.46 Setting up groff-base (1.22.4-3+deb10u1) ...
12:57:14 #10 54.47 Setting up cpp (4:8.3.0-1) ...
12:57:14 #10 54.49 Setting up gpgconf (2.2.12-1+deb10u2) ...
12:57:14 #10 54.50 Setting up libcurl4:amd64 (7.64.0-4+deb10u4) ...
12:57:14 #10 54.52 Setting up libc6-dev:amd64 (2.28-10+deb10u2) ...
12:57:14 #10 54.54 Setting up libx11-6:amd64 (2:1.6.7-1+deb10u2) ...
12:57:14 #10 54.55 Setting up curl (7.64.0-4+deb10u4) ...
12:57:14 #10 54.57 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
12:57:14 #10 54.58 Setting up gpg (2.2.12-1+deb10u2) ...
12:57:14 #10 54.59 Setting up guile-2.2-libs:amd64 (2.2.4+1-2+deb10u1) ...
12:57:14 #11 42.18 Preparing to unpack .../336-unzip_6.0-25ubuntu1.1_amd64.deb ...
12:57:14 #11 42.19 Unpacking unzip (6.0-25ubuntu1.1) ...
12:57:14 #11 42.23 Selecting previously unselected package equivs.
12:57:14 #11 42.23 Preparing to unpack .../337-equivs_2.2.0_all.deb ...
12:57:14 #11 42.23 Unpacking equivs (2.2.0) ...
12:57:14 #11 42.26 Selecting previously unselected package libauthen-sasl-perl.
12:57:14 #11 42.27 Preparing to unpack .../338-libauthen-sasl-perl_2.1600-1_all.deb ...
12:57:14 #11 42.27 Unpacking libauthen-sasl-perl (2.1600-1) ...
12:57:14 #11 42.31 Selecting previously unselected package python3-magic.
12:57:14 #11 42.31 Preparing to unpack .../339-python3-magic_2%3a0.4.15-3_all.deb ...
12:57:14 #11 42.31 Unpacking python3-magic (2:0.4.15-3) ...
12:57:14 #11 42.36 Setting up libapt-pkg-perl (0.1.36build3) ...
12:57:14 #11 42.37 Setting up libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ...
12:57:14 #11 42.38 Setting up libpipeline1:amd64 (1.5.2-2build1) ...
12:57:14 #11 42.40 Setting up wdiff (1.2.2-2build1) ...
12:57:14 #11 42.41 Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ...
12:57:14 #11 42.42 Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
12:57:14 #11 DONE 49.9s
12:57:14 
12:57:14 #12 [stage-1 4/9] COPY common /root/build-deb/debian
12:57:14 #12 DONE 0.1s
12:57:14 
12:57:14 #13 [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
12:57:14 #11 54.31 Setting up libfont-ttf-perl (1.06-2) ...
12:57:14 #11 54.32 Setting up libfile-homedir-perl (1.006-1) ...
12:57:14 #11 54.34 Setting up libalgorithm-diff-xs-perl:arm64 (0.04-7) ...
12:57:14 #11 54.35 Setting up libio-socket-ssl-perl (2.074-2) ...
12:57:14 #11 54.37 Setting up libsub-exporter-perl (0.988-1) ...
12:57:14 #11 54.38 Setting up libpython3-stdlib:arm64 (3.10.6-1) ...
12:57:14 #11 54.40 Setting up libalgorithm-merge-perl (0.08-4) ...
12:57:14 #11 54.41 Setting up libhttp-message-perl (6.37-1) ...
12:57:14 #11 54.42 Setting up libdata-validate-ip-perl (0.30-1) ...
12:57:14 #11 54.43 Setting up libhtml-form-perl (6.10-1) ...
12:57:14 #11 54.45 Setting up libiterator-perl (0.03+ds1-2) ...
12:57:14 #11 54.46 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
12:57:14 #11 54.48 Setting up libjson-xs-perl (4.030-1build3) ...
12:57:14 #11 54.49 Setting up libhttp-negotiate-perl (6.01-1) ...
12:57:14 #11 54.51 Setting up libio-prompter-perl (0.004015-1) ...
12:57:14 #12 7.539 Selecting previously unselected package libproc2-0:arm64.
12:57:14 #12 7.539 (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 ... 33850 files and directories currently installed.)
12:57:14 #12 7.559 Preparing to unpack .../libproc2-0_2%3a4.0.2-3_arm64.deb ...
12:57:14 #12 7.562 Unpacking libproc2-0:arm64 (2:4.0.2-3) ...
12:57:14 #12 7.608 Selecting previously unselected package procps.
12:57:14 #12 7.611 Preparing to unpack .../procps_2%3a4.0.2-3_arm64.deb ...
12:57:14 #12 7.626 Unpacking procps (2:4.0.2-3) ...
12:57:14 #12 7.710 Selecting previously unselected package cmake.
12:57:14 #11 52.58 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:57:14 #11 52.63 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:57:14 #10 29.76 Selecting previously unselected package libc6-dev:armhf.
12:57:14 #10 29.76 Preparing to unpack .../036-libc6-dev_2.28-10+rpt2+rpi1+deb10u1_armhf.deb ...
12:57:14 #10 29.76 Unpacking libc6-dev:armhf (2.28-10+rpt2+rpi1+deb10u1) ...
12:57:14 #10 33.82 Unpacking gpgconf (2.2.40-1) ...
12:57:14 #10 33.90 Selecting previously unselected package libksba8:armhf.
12:57:14 #10 33.90 Preparing to unpack .../095-libksba8_1.6.3-2_armhf.deb ...
12:57:14 #10 33.91 Unpacking libksba8:armhf (1.6.3-2) ...
12:57:14 #11 52.79 
12:57:14 #11 52.79 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:14 #11 52.82 Setting up dput (1.0.3ubuntu1) ...
12:57:14 #10 51.67 Setting up librav1e0:amd64 (0.5.1-6) ...
12:57:14 #10 51.68 Setting up libfakeroot:amd64 (1.29-1) ...
12:57:14 #10 51.70 Setting up libjansson4:amd64 (2.14-2) ...
12:57:14 #10 51.71 Setting up libkrb5support0:amd64 (1.20.1-1) ...
12:57:14 #10 51.72 Setting up libnumber-compare-perl (0.03-3) ...
12:57:14 #10 51.73 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
12:57:14 #10 51.74 Setting up fakeroot (1.29-1) ...
12:57:14 #10 51.75 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:57:14 #10 51.76 Setting up perl-modules-5.36 (5.36.0-7) ...
12:57:14 #10 51.78 Setting up autotools-dev (20220109.1) ...
12:57:14 #10 51.79 Setting up libglib2.0-data (2.74.5-1) ...
12:57:14 #10 51.80 Setting up rpcsvc-proto (1.4.3-1) ...
12:57:14 #10 51.82 Setting up libjpeg62-turbo:amd64 (1:2.1.2-1+b1) ...
12:57:14 #10 51.83 Setting up libx11-data (2:1.8.3-3) ...
12:57:14 #10 51.84 Setting up make (4.3-4.1) ...
12:57:14 #10 51.85 Setting up libmpfr6:amd64 (4.2.0-1) ...
12:57:14 #10 51.86 Setting up gnupg-l10n (2.2.40-1) ...
12:57:14 #10 51.87 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:57:14 #14 5.283 (56/76): python3-policycoreutils-2.9-21.1.el8.n  26 MB/s | 2.2 MB     00:00    
12:57:14 #14 5.307 (57/76): selinux-policy-devel-3.14.3-114.el8.no  34 MB/s | 1.5 MB     00:00    
12:57:14 #14 5.421 (58/76): gcc-8.5.0-18.el8.x86_64.rpm             29 MB/s |  23 MB     00:00    
12:57:14 #14 5.430 (59/76): systemd-devel-239-70.el8.x86_64.rpm    3.2 MB/s | 400 kB     00:00    
12:57:14 #14 5.438 (60/76): device-mapper-devel-1.02.181-9.el8.x86  17 MB/s | 284 kB     00:00    
12:57:14 #14 5.444 (61/76): libxcrypt-static-4.1.1-6.el8.x86_64.rp  11 MB/s |  56 kB     00:00    
12:57:14 #14 5.488 (62/76): device-mapper-1.02.181-9.el8.x86_64.rp 8.6 MB/s | 378 kB     00:00    
12:57:14 #14 5.500 (63/76): device-mapper-libs-1.02.181-9.el8.x86_  35 MB/s | 410 kB     00:00    
12:57:14 #14 5.530 (64/76): glibc-static-2.28-224.el8.x86_64.rpm    21 MB/s | 2.1 MB     00:00    
12:57:14 #10 54.61 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
12:57:14 #10 54.62 Setting up libstdc++-8-dev:amd64 (8.3.0-6) ...
12:57:14 #10 54.63 Setting up python3.7 (3.7.3-2+deb10u4) ...
12:57:14 #11 42.43 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
12:57:14 #11 42.45 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
12:57:14 #11 42.46 Setting up mime-support (3.64ubuntu1) ...
12:57:14 #11 42.48 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
12:57:14 #11 42.51 Setting up libmagic-mgc (1:5.38-4) ...
12:57:14 #11 42.52 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
12:57:14 #11 42.53 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
12:57:14 #11 42.54 No schema files found: doing nothing.
12:57:14 #11 42.55 Setting up distro-info-data (0.43ubuntu1.11) ...
12:57:14 #11 42.56 Setting up manpages (5.05-1) ...
12:57:14 #11 42.57 Setting up unzip (6.0-25ubuntu1.1) ...
12:57:14 #11 42.59 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
12:57:14 #11 42.60 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ...
12:57:14 #11 42.61 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
12:57:14 #11 42.63 Setting up binutils-common:amd64 (2.34-6ubuntu1.4) ...
12:57:14 #11 54.52 Setting up python3.10 (3.10.7-1ubuntu0.2) ...
12:57:14 #12 7.713 Preparing to unpack .../cmake_3.25.1-1_arm64.deb ...
12:57:14 #12 7.716 Unpacking cmake (3.25.1-1) ...
12:57:14 #11 52.69 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:57:14 #11 52.76 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:14 #10 30.13 Selecting previously unselected package libtool.
12:57:14 #10 33.98 Selecting previously unselected package libnpth0:armhf.
12:57:14 #10 33.98 Preparing to unpack .../096-libnpth0_1.6-3_armhf.deb ...
12:57:14 #10 33.99 Unpacking libnpth0:armhf (1.6-3) ...
12:57:14 #10 34.04 Selecting previously unselected package dirmngr.
12:57:14 #10 34.04 Preparing to unpack .../097-dirmngr_2.2.40-1_armhf.deb ...
12:57:14 #10 34.06 Unpacking dirmngr (2.2.40-1) ...
12:57:14 #10 34.21 Selecting previously unselected package gnupg-l10n.
12:57:14 #10 34.21 Preparing to unpack .../098-gnupg-l10n_2.2.40-1_all.deb ...
12:57:14 #10 34.22 Unpacking gnupg-l10n (2.2.40-1) ...
12:57:14 #11 40.79 124 added, 0 removed; done.
12:57:14 #11 40.83 Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.1) ...
12:57:14 #11 40.84 Setting up libgdbm-compat4:amd64 (1.23-1) ...
12:57:14 #11 40.86 Setting up libgcc-11-dev:amd64 (11.3.0-1ubuntu1~22.04) ...
12:57:14 #11 40.88 Setting up dwz (0.14-1build2) ...
12:57:14 #11 40.90 Setting up groff-base (1.22.4-8build1) ...
12:57:14 #11 40.92 Setting up cpp (4:11.2.0-1ubuntu1) ...
12:57:14 #11 40.93 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
12:57:14 #11 40.95 Setting up debugedit (1:5.0-4build1) ...
12:57:14 #11 40.98 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.7) ...
12:57:14 #11 40.99 Setting up libc6-dev:amd64 (2.35-0ubuntu3.1) ...
12:57:14 #11 41.00 Setting up libx11-6:amd64 (2:1.7.5-1) ...
12:57:14 #11 41.02 Setting up libtiff5:amd64 (4.3.0-6ubuntu0.3) ...
12:57:14 #11 41.03 Setting up curl (7.81.0-1ubuntu1.7) ...
12:57:14 #11 41.04 Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
12:57:14 #11 41.05 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.2) ...
12:57:14 #11 41.06 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
12:57:14 #11 41.08 Setting up gpg (2.2.27-3ubuntu2.1) ...
12:57:14 #11 52.98 Setting up libio-async-loop-epoll-perl (0.20-1) ...
12:57:14 #11 53.00 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
12:57:14 #11 53.14 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:57:14 #11 53.15 Setting up libmodule-runtime-perl (0.016-1) ...
12:57:14 #11 53.17 Setting up libmailtools-perl (2.21-1) ...
12:57:14 #11 53.19 Setting up git (1:2.25.1-1ubuntu3.8) ...
12:57:14 #9 ...
12:57:14 
12:57:14 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:57:14 #10 19.87 Selecting previously unselected package libgdbm6:armhf.
12:57:14 #10 19.87 Preparing to unpack .../02-libgdbm6_1.19-2_armhf.deb ...
12:57:14 #10 19.88 Unpacking libgdbm6:armhf (1.19-2) ...
12:57:14 #10 19.93 Selecting previously unselected package libpipeline1:armhf.
12:57:14 #10 19.93 Preparing to unpack .../03-libpipeline1_1.5.3-1_armhf.deb ...
12:57:14 #10 19.95 Unpacking libpipeline1:armhf (1.5.3-1) ...
12:57:14 #10 20.01 Selecting previously unselected package man-db.
12:57:14 #10 20.01 Preparing to unpack .../04-man-db_2.9.4-2_armhf.deb ...
12:57:14 #10 20.02 Unpacking man-db (2.9.4-2) ...
12:57:14 #10 20.22 Selecting previously unselected package perl-modules-5.32.
12:57:14 #10 20.22 Preparing to unpack .../05-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
12:57:14 #10 20.23 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
12:57:14 #10 20.79 Selecting previously unselected package libgdbm-compat4:armhf.
12:57:14 #10 20.79 Preparing to unpack .../06-libgdbm-compat4_1.19-2_armhf.deb ...
12:57:14 #10 20.80 Unpacking libgdbm-compat4:armhf (1.19-2) ...
12:57:14 #10 20.85 Selecting previously unselected package libperl5.32:armhf.
12:57:14 #10 20.85 Preparing to unpack .../07-libperl5.32_5.32.1-4+deb11u2_armhf.deb ...
12:57:14 #10 20.85 Unpacking libperl5.32:armhf (5.32.1-4+deb11u2) ...
12:57:14 #10 21.67 Selecting previously unselected package perl.
12:57:14 #10 21.67 Preparing to unpack .../08-perl_5.32.1-4+deb11u2_armhf.deb ...
12:57:14 #10 21.70 Unpacking perl (5.32.1-4+deb11u2) ...
12:57:14 #10 22.20 Selecting previously unselected package libpython3.9-minimal:armhf.
12:57:14 #10 22.20 Preparing to unpack .../09-libpython3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
12:57:14 #10 22.21 Unpacking libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
12:57:14 #10 23.03 Selecting previously unselected package libexpat1:armhf.
12:57:14 #10 23.03 Preparing to unpack .../10-libexpat1_2.2.10-2+deb11u5_armhf.deb ...
12:57:14 #10 23.05 Unpacking libexpat1:armhf (2.2.10-2+deb11u5) ...
12:57:14 #10 23.54 Selecting previously unselected package python3.9-minimal.
12:57:14 #10 23.54 Preparing to unpack .../11-python3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
12:57:14 #10 23.67 Unpacking python3.9-minimal (3.9.2-1+rpi1) ...
12:57:14 #10 23.96 Setting up libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
12:57:14 #10 23.99 Setting up libexpat1:armhf (2.2.10-2+deb11u5) ...
12:57:14 #10 24.00 Setting up python3.9-minimal (3.9.2-1+rpi1) ...
12:57:14 #10 24.83 Selecting previously unselected package python3-minimal.
12:57:14 #10 24.83 (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 ... 10737 files and directories currently installed.)
12:57:14 #10 24.83 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
12:57:14 #10 24.84 Unpacking python3-minimal (3.9.2-3) ...
12:57:14 #10 24.87 Selecting previously unselected package media-types.
12:57:14 #10 24.87 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
12:57:14 #10 24.88 Unpacking media-types (4.0.0) ...
12:57:14 #10 24.93 Selecting previously unselected package libmpdec3:armhf.
12:57:14 #10 24.93 Preparing to unpack .../2-libmpdec3_2.5.1-1+rpi1_armhf.deb ...
12:57:14 #10 24.93 Unpacking libmpdec3:armhf (2.5.1-1+rpi1) ...
12:57:14 #10 24.99 Selecting previously unselected package libpython3.9-stdlib:armhf.
12:57:14 #10 24.99 Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1+rpi1_armhf.deb ...
12:57:14 #10 24.99 Unpacking libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
12:57:14 #10 25.30 Selecting previously unselected package python3.9.
12:57:14 #10 25.30 Preparing to unpack .../4-python3.9_3.9.2-1+rpi1_armhf.deb ...
12:57:14 #10 25.31 Unpacking python3.9 (3.9.2-1+rpi1) ...
12:57:14 #10 25.36 Selecting previously unselected package libpython3-stdlib:armhf.
12:57:14 #10 25.36 Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_armhf.deb ...
12:57:14 #10 25.37 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
12:57:14 #10 25.42 Setting up python3-minimal (3.9.2-3) ...
12:57:14 #10 25.80 Selecting previously unselected package python3.
12:57:14 #10 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 ... 11134 files and directories currently installed.)
12:57:14 #10 25.82 Preparing to unpack .../000-python3_3.9.2-3_armhf.deb ...
12:57:14 #10 25.83 Unpacking python3 (3.9.2-3) ...
12:57:14 #10 25.87 Selecting previously unselected package sensible-utils.
12:57:14 #10 25.87 Preparing to unpack .../001-sensible-utils_0.0.14_all.deb ...
12:57:14 #10 25.88 Unpacking sensible-utils (0.0.14) ...
12:57:14 #10 25.91 Selecting previously unselected package bzip2.
12:57:14 #10 25.91 Preparing to unpack .../002-bzip2_1.0.8-4_armhf.deb ...
12:57:14 #10 25.91 Unpacking bzip2 (1.0.8-4) ...
12:57:14 #10 25.96 Selecting previously unselected package libmagic-mgc.
12:57:14 #10 25.96 Preparing to unpack .../003-libmagic-mgc_1%3a5.39-3_armhf.deb ...
12:57:14 #10 25.96 Unpacking libmagic-mgc (1:5.39-3) ...
12:57:14 #10 26.08 Selecting previously unselected package libmagic1:armhf.
12:57:14 #10 26.08 Preparing to unpack .../004-libmagic1_1%3a5.39-3_armhf.deb ...
12:57:14 #10 26.08 Unpacking libmagic1:armhf (1:5.39-3) ...
12:57:14 #10 26.14 Selecting previously unselected package file.
12:57:14 #10 26.14 Preparing to unpack .../005-file_1%3a5.39-3_armhf.deb ...
12:57:14 #10 26.14 Unpacking file (1:5.39-3) ...
12:57:14 #10 26.19 Selecting previously unselected package gettext-base.
12:57:14 #10 26.19 Preparing to unpack .../006-gettext-base_0.21-4_armhf.deb ...
12:57:14 #10 26.19 Unpacking gettext-base (0.21-4) ...
12:57:14 #10 26.29 Selecting previously unselected package xz-utils.
12:57:14 #10 26.29 Preparing to unpack .../007-xz-utils_5.2.5-2.1~deb11u1_armhf.deb ...
12:57:14 #10 26.30 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
12:57:14 #10 26.37 Selecting previously unselected package libsigsegv2:armhf.
12:57:14 #10 26.37 Preparing to unpack .../008-libsigsegv2_2.13-1_armhf.deb ...
12:57:14 #10 26.38 Unpacking libsigsegv2:armhf (2.13-1) ...
12:57:14 #10 26.42 Selecting previously unselected package m4.
12:57:14 #10 26.42 Preparing to unpack .../009-m4_1.4.18-5_armhf.deb ...
12:57:14 #10 26.43 Unpacking m4 (1.4.18-5) ...
12:57:14 #10 26.51 Selecting previously unselected package autoconf.
12:57:14 #10 26.51 Preparing to unpack .../010-autoconf_2.69-14_all.deb ...
12:57:14 #10 26.51 Unpacking autoconf (2.69-14) ...
12:57:14 #10 26.60 Selecting previously unselected package autotools-dev.
12:57:14 #10 26.60 Preparing to unpack .../011-autotools-dev_20180224.1+nmu1_all.deb ...
12:57:14 #10 26.60 Unpacking autotools-dev (20180224.1+nmu1) ...
12:57:14 #10 26.66 Selecting previously unselected package automake.
12:57:14 #10 26.66 Preparing to unpack .../012-automake_1%3a1.16.3-2_all.deb ...
12:57:14 #10 26.66 Unpacking automake (1:1.16.3-2) ...
12:57:14 #10 26.82 Selecting previously unselected package autopoint.
12:57:14 #10 26.82 Preparing to unpack .../013-autopoint_0.21-4_all.deb ...
12:57:14 #10 26.82 Unpacking autopoint (0.21-4) ...
12:57:14 #10 26.88 Selecting previously unselected package binutils-common:armhf.
12:57:14 #10 26.88 Preparing to unpack .../014-binutils-common_2.35.2-2+rpi1_armhf.deb ...
12:57:14 #10 26.88 Unpacking binutils-common:armhf (2.35.2-2+rpi1) ...
12:57:14 #10 27.23 Selecting previously unselected package libbinutils:armhf.
12:57:14 #10 27.23 Preparing to unpack .../015-libbinutils_2.35.2-2+rpi1_armhf.deb ...
12:57:14 #10 27.24 Unpacking libbinutils:armhf (2.35.2-2+rpi1) ...
12:57:14 #10 27.34 Selecting previously unselected package libctf-nobfd0:armhf.
12:57:14 #10 27.34 Preparing to unpack .../016-libctf-nobfd0_2.35.2-2+rpi1_armhf.deb ...
12:57:14 #10 27.34 Unpacking libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
12:57:14 #10 27.39 Selecting previously unselected package libctf0:armhf.
12:57:14 #10 27.39 Preparing to unpack .../017-libctf0_2.35.2-2+rpi1_armhf.deb ...
12:57:14 #10 27.40 Unpacking libctf0:armhf (2.35.2-2+rpi1) ...
12:57:14 #10 27.43 Selecting previously unselected package binutils-arm-linux-gnueabihf.
12:57:14 #10 27.43 Preparing to unpack .../018-binutils-arm-linux-gnueabihf_2.35.2-2+rpi1_armhf.deb ...
12:57:14 #10 27.44 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
12:57:14 #10 22.95 Selecting previously unselected package cpp.
12:57:14 #10 22.95 Preparing to unpack .../042-cpp_4%3a10.2.1-1_armhf.deb ...
12:57:14 #10 22.99 Unpacking cpp (4:10.2.1-1) ...
12:57:14 #10 23.03 Selecting previously unselected package libcc1-0:armhf.
12:57:14 #10 23.03 Preparing to unpack .../043-libcc1-0_10.2.1-6_armhf.deb ...
12:57:14 #10 23.04 Unpacking libcc1-0:armhf (10.2.1-6) ...
12:57:14 #10 23.08 Selecting previously unselected package libgomp1:armhf.
12:57:14 #10 23.08 Preparing to unpack .../044-libgomp1_10.2.1-6_armhf.deb ...
12:57:14 #10 23.09 Unpacking libgomp1:armhf (10.2.1-6) ...
12:57:14 #10 23.15 Selecting previously unselected package libatomic1:armhf.
12:57:14 #10 23.15 Preparing to unpack .../045-libatomic1_10.2.1-6_armhf.deb ...
12:57:14 #10 23.16 Unpacking libatomic1:armhf (10.2.1-6) ...
12:57:14 #10 23.21 Selecting previously unselected package libasan6:armhf.
12:57:14 #10 23.21 Preparing to unpack .../046-libasan6_10.2.1-6_armhf.deb ...
12:57:14 #10 51.88 Setting up strace (6.1-0.1) ...
12:57:14 #10 51.89 Setting up xz-utils (5.4.1-0.1) ...
12:57:14 #10 51.90 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:57:14 #10 51.91 Setting up t1utils (1.41-4) ...
12:57:14 #10 51.92 Setting up libquadmath0:amd64 (12.2.0-14) ...
12:57:14 #10 51.93 Setting up diffstat (1.65-1) ...
12:57:14 #10 51.95 Setting up libpng16-16:amd64 (1.6.39-2) ...
12:57:14 #10 51.96 Setting up libmpc3:amd64 (1.3.1-1) ...
12:57:14 #10 51.97 Setting up libatomic1:amd64 (12.2.0-14) ...
12:57:14 #10 51.98 Setting up patch (2.7.6-7) ...
12:57:14 #10 51.99 Setting up autopoint (0.21-11) ...
12:57:14 #10 52.02 Setting up fonts-dejavu-core (2.37-2) ...
12:57:14 #10 52.08 Setting up libgav1-1:amd64 (0.18.0-1+b1) ...
12:57:14 #10 52.09 Setting up libxdelta2:amd64 (1.1.3-10.4) ...
12:57:14 #10 52.10 Setting up libncursesw6:amd64 (6.4-2) ...
12:57:14 #10 52.11 Setting up libk5crypto3:amd64 (1.20.1-1) ...
12:57:14 #10 52.13 Setting up libdav1d6:amd64 (1.0.0-2) ...
12:57:14 #10 52.14 Setting up libltdl7:amd64 (2.4.7-5) ...
12:57:14 #10 52.15 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ...
12:57:14 #10 52.16 Setting up libwebp7:amd64 (1.2.4-0.1) ...
12:57:14 #10 52.17 Setting up libubsan1:amd64 (12.2.0-14) ...
12:57:14 #10 52.19 Setting up libnuma1:amd64 (2.0.16-1) ...
12:57:14 #10 52.20 Setting up python-apt-common (2.5.2) ...
12:57:14 #14 5.555 (65/76): glibc-2.28-224.el8.x86_64.rpm           40 MB/s | 2.2 MB     00:00    
12:57:14 #14 5.567 (66/76): glibc-common-2.28-224.el8.x86_64.rpm    27 MB/s | 1.0 MB     00:00    
12:57:14 #14 5.574 (67/76): glibc-minimal-langpack-2.28-224.el8.x8  10 MB/s |  65 kB     00:00    
12:57:14 #14 5.590 (68/76): libarchive-3.3.3-5.el8.x86_64.rpm       24 MB/s | 360 kB     00:00    
12:57:14 #14 5.605 (69/76): glibc-gconv-extra-2.28-224.el8.x86_64.  31 MB/s | 1.5 MB     00:00    
12:57:14 #14 5.609 (70/76): libgcc-8.5.0-18.el8.x86_64.rpm         4.3 MB/s |  81 kB     00:00    
12:57:14 #14 5.616 (71/76): libselinux-2.9-8.el8.x86_64.rpm         25 MB/s | 166 kB     00:00    
12:57:14 #14 5.642 (72/76): systemd-libs-239-70.el8.x86_64.rpm      44 MB/s | 1.1 MB     00:00    
12:57:14 #14 5.658 (73/76): systemd-pam-239-70.el8.x86_64.rpm       31 MB/s | 494 kB     00:00    
12:57:14 #14 5.677 (74/76): tar-1.30-8.el8.x86_64.rpm               44 MB/s | 839 kB     00:00    
12:57:14 #14 5.705 (75/76): systemd-239-70.el8.x86_64.rpm           38 MB/s | 3.6 MB     00:00    
12:57:14 #14 5.768 (76/76): selinux-policy-minimum-3.14.3-114.el8.  27 MB/s |  13 MB     00:00    
12:57:14 #11 42.64 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ...
12:57:14 #11 42.66 Setting up libmagic1:amd64 (1:5.38-4) ...
12:57:14 #11 42.68 Setting up less (551-1ubuntu0.1) ...
12:57:14 #11 42.69 Setting up perl-openssl-defaults:amd64 (4) ...
12:57:14 #11 42.71 Setting up linux-libc-dev:amd64 (5.4.0-137.154) ...
12:57:14 #11 42.72 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.4) ...
12:57:14 #11 42.78 Setting up gettext-base (0.19.8.1-10build1) ...
12:57:14 #11 42.79 Setting up libnpth0:amd64 (1.6-1) ...
12:57:14 #11 42.80 Setting up krb5-locales (1.17-6ubuntu4.2) ...
12:57:14 #11 42.81 Setting up file (1:5.38-4) ...
12:57:14 #11 42.82 Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ...
12:57:14 #11 42.84 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:57:14 #11 42.85 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
12:57:14 #11 42.86 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
12:57:14 #11 42.88 Setting up libunwind8:amd64 (1.2.1-9build1) ...
12:57:14 #11 42.89 Setting up libfakeroot:amd64 (1.24-1) ...
12:57:14 #11 42.91 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.2) ...
12:57:14 #11 42.92 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
12:57:14 #11 42.93 Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
12:57:14 #11 43.02 
12:57:14 #12 8.256 Selecting previously unselected package dh-apparmor.
12:57:14 #12 8.259 Preparing to unpack .../dh-apparmor_3.0.8-2_all.deb ...
12:57:14 #12 8.263 Unpacking dh-apparmor (3.0.8-2) ...
12:57:14 #11 52.88 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:14 #11 52.90 Setting up dh-strip-nondeterminism (1.13.0-1) ...
12:57:14 #11 52.91 Setting up libconst-fast-perl (0.014-2) ...
12:57:14 #11 52.92 Setting up libhttp-daemon-perl (6.14-1.1) ...
12:57:14 #11 52.93 Setting up python3-unidiff (0.7.3-1) ...
12:57:14 #11 53.06 Setting up lsb-release (11.2ubuntu1) ...
12:57:14 #10 30.13 Preparing to unpack .../037-libtool_2.4.6-9_all.deb ...
12:57:14 #10 30.13 Unpacking libtool (2.4.6-9) ...
12:57:14 #10 30.22 Selecting previously unselected package dh-autoreconf.
12:57:14 #10 30.22 Preparing to unpack .../038-dh-autoreconf_19_all.deb ...
12:57:14 #10 30.24 Unpacking dh-autoreconf (19) ...
12:57:14 #10 30.27 Selecting previously unselected package libarchive-zip-perl.
12:57:14 #10 30.27 Preparing to unpack .../039-libarchive-zip-perl_1.64-1_all.deb ...
12:57:14 #10 30.28 Unpacking libarchive-zip-perl (1.64-1) ...
12:57:14 #10 30.33 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:57:14 #10 30.34 Preparing to unpack .../040-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
12:57:14 #10 34.37 Selecting previously unselected package gnupg-utils.
12:57:14 #10 34.37 Preparing to unpack .../099-gnupg-utils_2.2.40-1_armhf.deb ...
12:57:14 #10 34.37 Unpacking gnupg-utils (2.2.40-1) ...
12:57:14 #10 34.48 Selecting previously unselected package gpg.
12:57:14 #10 34.48 Preparing to unpack .../100-gpg_2.2.40-1_armhf.deb ...
12:57:14 #10 34.49 Unpacking gpg (2.2.40-1) ...
12:57:14 #10 34.61 Selecting previously unselected package pinentry-curses.
12:57:14 #10 34.61 Preparing to unpack .../101-pinentry-curses_1.2.1-1_armhf.deb ...
12:57:14 #10 51.92 Dependencies resolved.
12:57:14 #10 51.95 ================================================================================
12:57:14 #10 51.95  Package                       Arch     Version                 Repo       Size
12:57:14 #10 51.95 ================================================================================
12:57:14 #10 51.95 Installing:
12:57:14 #10 51.95  dnf-plugins-core              noarch   4.3.1-1.fc36            updates    34 k
12:57:14 #10 51.95  rpm-build                     x86_64   4.17.1-3.fc36           updates    58 k
12:57:14 #10 51.95  rpmlint                       noarch   2.4.0-3.fc36            updates   238 k
12:57:14 #10 51.95 Upgrading:
12:57:14 #10 51.95  elfutils-libelf               x86_64   0.188-3.fc36            updates   196 k
12:57:14 #10 51.95  elfutils-libs                 x86_64   0.188-3.fc36            updates   257 k
12:57:14 #10 51.95  glibc                         x86_64   2.35-22.fc36            updates   2.1 M
12:57:14 #10 51.95  glibc-common                  x86_64   2.35-22.fc36            updates   337 k
12:57:14 #10 51.95  glibc-minimal-langpack        x86_64   2.35-22.fc36            updates    60 k
12:57:14 #10 51.95 Installing dependencies:
12:57:14 #10 51.95  ansible-srpm-macros           noarch   1-8.1.fc36              updates   8.5 k
12:57:14 #10 51.95  binutils                      x86_64   2.37-37.fc36            updates   6.0 M
12:57:14 #10 51.95  binutils-gold                 x86_64   2.37-37.fc36            updates   753 k
12:57:14 #10 51.95  bzip2                         x86_64   1.0.8-11.fc36           fedora     52 k
12:57:14 #10 51.95  cpio                          x86_64   2.13-12.fc36            fedora    270 k
12:57:14 #10 51.95  dash                          x86_64   0.5.10.2-10.fc36        fedora     97 k
12:57:14 #10 51.95  dbus-libs                     x86_64   1:1.14.4-1.fc36         updates   155 k
12:57:14 #10 51.95  debugedit                     x86_64   5.0-3.fc36              fedora     77 k
12:57:14 #10 51.95  desktop-file-utils            x86_64   0.26-6.fc36             fedora     72 k
12:57:14 #10 51.95  devscripts-checkbashisms      x86_64   2.22.1-1.fc36           fedora     28 k
12:57:14 #10 51.95  diffutils                     x86_64   3.8-2.fc36              fedora    370 k
12:57:14 #10 51.95  dwz                           x86_64   0.14-4.fc36             updates   127 k
12:57:14 #10 51.95  ed                            x86_64   1.14.2-12.fc36          fedora     73 k
12:57:14 #10 51.95  efi-srpm-macros               noarch   5-5.fc36                fedora     22 k
12:57:14 #10 51.95  elfutils                      x86_64   0.188-3.fc36            updates   523 k
12:57:14 #10 51.95  elfutils-debuginfod-client    x86_64   0.188-3.fc36            updates    40 k
12:57:14 #10 51.95  emacs-filesystem              noarch   1:28.2-1.fc36           updates   7.1 k
12:57:14 #10 51.95  enchant                       x86_64   1:1.6.0-30.fc36         fedora     59 k
12:57:14 #10 51.95  file                          x86_64   5.41-4.fc36             fedora     48 k
12:57:14 #10 51.95  fonts-srpm-macros             noarch   1:2.0.5-7.fc36          fedora     27 k
12:57:14 #10 51.95  fpc-srpm-macros               noarch   1.3-5.fc36              fedora    7.6 k
12:57:14 #10 51.95  gdb-minimal                   x86_64   12.1-2.fc36             updates   3.9 M
12:57:14 #10 51.95  gdk-pixbuf2                   x86_64   2.42.9-2.fc36           updates   466 k
12:57:14 #10 51.95  ghc-srpm-macros               noarch   1.5.0-6.fc36            fedora    7.7 k
12:57:14 #10 51.95  glibc-gconv-extra             x86_64   2.35-22.fc36            updates   1.6 M
12:57:14 #10 51.95  gnat-srpm-macros              noarch   4-15.fc36               fedora    8.2 k
12:57:14 #10 51.95  go-srpm-macros                noarch   3.2.0-1.fc36            updates    26 k
12:57:14 #10 51.95  groff-base                    x86_64   1.22.4-9.fc36           fedora    1.0 M
12:57:14 #10 51.95  hunspell                      x86_64   1.7.0-19.fc36           fedora    303 k
12:57:14 #10 51.95  hunspell-en-GB                noarch   0.20140811.1-22.fc36    fedora    225 k
12:57:14 #10 51.95  hunspell-en-US                noarch   0.20140811.1-22.fc36    fedora    176 k
12:57:14 #10 51.95  hunspell-filesystem           x86_64   1.7.0-19.fc36           fedora    8.9 k
12:57:14 #10 51.95  info                          x86_64   6.8-3.fc36              fedora    225 k
12:57:14 #10 51.95  json-glib                     x86_64   1.6.6-2.fc36            fedora    152 k
12:57:14 #10 51.95  kernel-srpm-macros            noarch   1.0-14.fc36             fedora    9.1 k
12:57:14 #10 51.95  libappstream-glib             x86_64   0.8.0-4.fc36            updates   391 k
12:57:14 #10 51.95  libjpeg-turbo                 x86_64   2.1.2-2.fc36            fedora    182 k
12:57:14 #10 51.95  libpkgconf                    x86_64   1.8.0-2.fc36            fedora     36 k
12:57:14 #10 51.95  libpng                        x86_64   2:1.6.37-12.fc36        fedora    119 k
12:57:14 #10 51.95  libstemmer                    x86_64   0-18.585svn.fc36        fedora     82 k
12:57:14 #10 51.95  lua-srpm-macros               noarch   1-6.fc36                fedora    8.5 k
12:57:14 #10 51.95  ncurses                       x86_64   6.2-9.20210508.fc36     fedora    400 k
12:57:14 #10 51.95  nim-srpm-macros               noarch   3-6.fc36                fedora    8.3 k
12:57:14 #10 51.95  ocaml-srpm-macros             noarch   6-6.fc36                fedora    7.7 k
12:57:14 #10 51.95  openblas-srpm-macros          noarch   2-11.fc36               fedora    7.4 k
12:57:14 #10 51.95  package-notes-srpm-macros     noarch   0.4-14.fc36             fedora     11 k
12:57:14 #10 51.95  patch                         x86_64   2.7.6-16.fc36           fedora    124 k
12:57:14 #10 51.95  perl-AutoLoader               noarch   5.74-486.fc36           fedora     26 k
12:57:14 #10 51.95  perl-B                        x86_64   1.82-486.fc36           fedora    185 k
12:57:14 #10 51.95  perl-Carp                     noarch   1.52-479.fc36           fedora     29 k
12:57:14 #10 51.95  perl-Class-Struct             noarch   0.66-486.fc36           fedora     27 k
12:57:14 #10 51.95  perl-Data-Dumper              x86_64   2.183-3.fc36            fedora     56 k
12:57:14 #10 51.95  perl-Digest                   noarch   1.20-2.fc36             fedora     25 k
12:57:14 #10 51.95  perl-Digest-MD5               x86_64   2.58-479.fc36           fedora     36 k
12:57:14 #10 51.95  perl-DynaLoader               x86_64   1.50-486.fc36           fedora     31 k
12:57:14 #10 51.95  perl-Encode                   x86_64   4:3.17-485.fc36         updates   1.7 M
12:57:14 #10 51.95  perl-Errno                    x86_64   1.33-486.fc36           fedora     20 k
12:57:14 #10 51.95  perl-Exporter                 noarch   5.76-480.fc36           fedora     31 k
12:57:14 #10 51.95  perl-Fcntl                    x86_64   1.14-486.fc36           fedora     25 k
12:57:14 #10 51.95  perl-File-Basename            noarch   2.85-486.fc36           fedora     22 k
12:57:14 #10 51.95  perl-File-Path                noarch   2.18-479.fc36           fedora     35 k
12:57:14 #10 51.95  perl-File-Temp                noarch   1:0.231.100-479.fc36    fedora     59 k
12:57:14 #10 51.95  perl-File-stat                noarch   1.09-486.fc36           fedora     22 k
12:57:14 #10 51.95  perl-FileHandle               noarch   2.03-486.fc36           fedora     20 k
12:57:14 #10 51.95  perl-Getopt-Long              noarch   1:2.54-1.fc36           updates    60 k
12:57:14 #10 51.95  perl-Getopt-Std               noarch   1.13-486.fc36           fedora     21 k
12:57:14 #10 51.95  perl-HTTP-Tiny                noarch   0.082-1.fc36            updates    55 k
12:57:14 #10 51.95  perl-IO                       x86_64   1.46-486.fc36           fedora     92 k
12:57:14 #10 51.95  perl-IPC-Open3                noarch   1.21-486.fc36           fedora     28 k
12:57:14 #10 51.95  perl-MIME-Base64              x86_64   3.16-479.fc36           fedora     30 k
12:57:14 #10 51.95  perl-Net-SSLeay               x86_64   1.92-2.fc36             fedora    364 k
12:57:14 #10 51.95  perl-POSIX                    x86_64   1.97-486.fc36           fedora    102 k
12:57:14 #10 51.95  perl-PathTools                x86_64   3.80-479.fc36           fedora     85 k
12:57:14 #10 51.95  perl-Pod-Escapes              noarch   1:1.07-479.fc36         fedora     20 k
12:57:14 #10 51.95  perl-Pod-Perldoc              noarch   3.28.01-480.fc36        fedora     83 k
12:57:14 #10 51.95  perl-Pod-Simple               noarch   1:3.43-3.fc36           fedora    215 k
12:57:14 #10 51.95  perl-Pod-Usage                noarch   4:2.01-479.fc36         fedora     40 k
12:57:14 #10 51.95  perl-Scalar-List-Utils        x86_64   5:1.63-489.fc36         updates    72 k
12:57:14 #10 51.95  perl-SelectSaver              noarch   1.02-486.fc36           fedora     17 k
12:57:14 #10 51.95  perl-Socket                   x86_64   4:2.036-1.fc36          updates    55 k
12:57:14 #10 51.95  perl-Storable                 x86_64   1:3.25-2.fc36           fedora     96 k
12:57:14 #10 51.95  perl-Symbol                   noarch   1.09-486.fc36           fedora     19 k
12:57:14 #10 51.95  perl-Term-ANSIColor           noarch   5.01-480.fc36           fedora     48 k
12:57:14 #10 51.95  perl-Term-Cap                 noarch   1.17-479.fc36           fedora     22 k
12:57:14 #10 51.95  perl-Text-ParseWords          noarch   3.31-1.fc36             updates    16 k
12:57:14 #10 51.95  perl-Text-Tabs+Wrap           noarch   2021.0814-2.fc36        fedora     22 k
12:57:14 #10 51.95  perl-Time-Local               noarch   2:1.300-479.fc36        fedora     34 k
12:57:14 #10 51.95  perl-URI                      noarch   5.10-1.fc36             fedora    108 k
12:57:14 #10 51.95  perl-base                     noarch   2.27-486.fc36           fedora     21 k
12:57:14 #10 51.95  perl-constant                 noarch   1.33-480.fc36           fedora     23 k
12:57:14 #10 51.95  perl-if                       noarch   0.60.900-486.fc36       fedora     19 k
12:57:14 #10 51.95  perl-interpreter              x86_64   4:5.34.1-486.fc36       fedora     76 k
12:57:14 #10 51.95  perl-libnet                   noarch   3.13-480.fc36           fedora    126 k
12:57:14 #10 51.95  perl-libs                     x86_64   4:5.34.1-486.fc36       fedora    2.1 M
12:57:14 #10 51.95  perl-mro                      x86_64   1.25-486.fc36           fedora     33 k
12:57:14 #10 51.95  perl-overload                 noarch   1.33-486.fc36           fedora     50 k
12:57:14 #10 51.95  perl-overloading              noarch   0.02-486.fc36           fedora     18 k
12:57:14 #10 51.95  perl-parent                   noarch   1:0.238-479.fc36        fedora     14 k
12:57:14 #10 51.95  perl-podlators                noarch   1:4.14-479.fc36         fedora    112 k
12:57:14 #10 51.95  perl-srpm-macros              noarch   1-43.fc36               fedora    8.4 k
12:57:14 #10 51.95  perl-subs                     noarch   1.04-486.fc36           fedora     17 k
12:57:14 #10 51.95  perl-vars                     noarch   1.05-486.fc36           fedora     18 k
12:57:14 #10 51.95  pkgconf                       x86_64   1.8.0-2.fc36            fedora     41 k
12:57:14 #10 51.95  pkgconf-m4                    noarch   1.8.0-2.fc36            fedora     14 k
12:57:14 #10 51.95  pkgconf-pkg-config            x86_64   1.8.0-2.fc36            fedora     10 k
12:57:14 #10 51.95  python-srpm-macros            noarch   3.10-20.fc36            updates    23 k
12:57:14 #10 51.95  python3-construct             noarch   2.10.68-1.fc36          updates   112 k
12:57:14 #10 51.95  python3-dateutil              noarch   1:2.8.1-8.fc36          fedora    289 k
12:57:14 #10 51.95  python3-dbus                  x86_64   1.2.18-3.fc36           fedora    132 k
12:57:14 #10 51.95  python3-distro                noarch   1.6.0-2.fc36            fedora     38 k
12:57:14 #10 51.95  python3-dnf-plugins-core      noarch   4.3.1-1.fc36            updates   229 k
12:57:14 #10 51.95  python3-enchant               noarch   3.2.2-2.fc36            fedora     79 k
12:57:14 #10 51.95  python3-file-magic            noarch   5.41-4.fc36             fedora     18 k
12:57:14 #10 51.95  python3-pybeam                noarch   0.7-2.fc36              fedora     24 k
12:57:14 #10 51.95  python3-pyxdg                 noarch   0.27-4.fc36             fedora     96 k
12:57:14 #10 51.95  python3-six                   noarch   1.16.0-5.fc36           fedora     36 k
12:57:14 #10 51.95  python3-tomli                 noarch   1.2.3-1.fc36            fedora     29 k
12:57:14 #10 51.95  python3-tomli-w               noarch   0.4.0-3.fc36            fedora     18 k
12:57:14 #10 51.95  python3-zstandard             x86_64   0.17.0-1.fc36           fedora    458 k
12:57:14 #10 51.95  qt5-srpm-macros               noarch   5.15.7-1.fc36           updates   7.9 k
12:57:14 #10 51.95  redhat-rpm-config             noarch   222-1.fc36              updates    66 k
12:57:14 #10 51.95  rpmautospec-rpm-macros        noarch   0.3.1-1.fc36            updates   8.7 k
12:57:14 #10 51.95  rpmlint-fedora-license-data   noarch   1.12-1.fc36             updates    18 k
12:57:14 #10 51.95  rust-srpm-macros              noarch   23-1.fc36               updates   9.3 k
12:57:14 #10 51.95  shared-mime-info              x86_64   2.1-3.fc35              fedora    373 k
12:57:14 #10 51.95  unzip                         x86_64   6.0-57.fc36             fedora    182 k
12:57:14 #10 51.95  xxhash-libs                   x86_64   0.8.1-2.fc36            fedora     42 k
12:57:14 #10 51.95  xz                            x86_64   5.2.5-9.fc36            fedora    214 k
12:57:14 #10 51.95  zip                           x86_64   3.0-32.fc36             fedora    260 k
12:57:14 #10 51.95  zstd                          x86_64   1.5.2-2.fc36            updates   448 k
12:57:14 #10 51.95 Installing weak dependencies:
12:57:14 #10 51.95  hunspell-en                   noarch   0.20140811.1-22.fc36    fedora    180 k
12:57:14 #10 51.95  perl-IO-Socket-IP             noarch   0.41-480.fc36           fedora     42 k
12:57:14 #10 51.95  perl-IO-Socket-SSL            noarch   2.074-2.fc36            fedora    218 k
12:57:14 #10 51.95  perl-Mozilla-CA               noarch   20211001-2.fc36         fedora     12 k
12:57:14 #10 51.95  perl-NDBM_File                x86_64   1.15-486.fc36           fedora     27 k
12:57:14 #10 51.95 
12:57:14 #10 51.95 Transaction Summary
12:57:14 #10 51.95 ================================================================================
12:57:14 #10 51.95 Install  138 Packages
12:57:14 #10 51.95 Upgrade    5 Packages
12:57:14 #10 51.95 
12:57:14 #10 51.95 Total download size: 32 M
12:57:14 #10 51.95 Downloading Packages:
12:57:14 #11 41.09 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04) ...
12:57:14 #11 41.10 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
12:57:14 #11 41.11 Setting up binutils-x86-64-linux-gnu (2.38-4ubuntu2.1) ...
12:57:14 #11 41.13 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.1) ...
12:57:14 #11 41.14 Setting up gettext (0.21-4ubuntu4) ...
12:57:14 #11 41.15 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
12:57:14 #11 53.24 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
12:57:14 #11 53.29 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:57:14 #11 53.36 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:57:14 #10 27.79 Selecting previously unselected package binutils.
12:57:14 #10 27.79 Preparing to unpack .../019-binutils_2.35.2-2+rpi1_armhf.deb ...
12:57:14 #10 27.80 Unpacking binutils (2.35.2-2+rpi1) ...
12:57:14 #10 27.88 Selecting previously unselected package libisl23:armhf.
12:57:14 #10 27.88 Preparing to unpack .../020-libisl23_0.23-1_armhf.deb ...
12:57:14 #10 27.88 Unpacking libisl23:armhf (0.23-1) ...
12:57:14 #10 23.22 Unpacking libasan6:armhf (10.2.1-6) ...
12:57:14 #10 52.21 Setting up sensible-utils (0.0.17+nmu1) ...
12:57:14 #10 52.22 Setting up xdelta3 (3.0.11-dfsg-1.2) ...
12:57:14 #10 52.23 Setting up libcrypt-dev:amd64 (1:4.4.33-2) ...
12:57:14 #10 52.25 Setting up libtiff6:amd64 (4.5.0-4) ...
12:57:14 #10 52.26 Setting up libasan8:amd64 (12.2.0-14) ...
12:57:14 #10 52.27 Setting up libuchardet0:amd64 (0.0.7-1) ...
12:57:14 #10 52.29 Setting up lzop (1.04-2) ...
12:57:14 #10 52.30 Setting up libmpdec3:amd64 (2.5.1-2) ...
12:57:14 #10 52.31 Setting up git-man (1:2.39.1-0.1) ...
12:57:14 #10 52.32 Setting up libssh2-1:amd64 (1.10.0-3+b1) ...
12:57:14 #10 52.34 Setting up netbase (6.4) ...
12:57:14 #10 52.37 Setting up libkrb5-3:amd64 (1.20.1-1) ...
12:57:14 #10 52.38 Setting up libtsan2:amd64 (12.2.0-14) ...
12:57:14 #10 52.39 Setting up libbinutils:amd64 (2.40-2) ...
12:57:14 #10 52.40 Setting up lsb-release (12.0-1) ...
12:57:14 #12 5.708 Hit:1 http://deb.debian.org/debian buster InRelease
12:57:14 #12 5.708 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
12:57:14 #12 5.709 Hit:3 http://deb.debian.org/debian buster-updates InRelease
12:57:14 #14 5.772 --------------------------------------------------------------------------------
12:57:14 #14 5.772 Total                                            33 MB/s | 118 MB     00:03     
12:57:14 #17 exporting layers 2.0s done
12:57:14 #17 writing image sha256:8d26babaa2b5bfcb61207aceb35508ec1890fffd26d2a115f966e8cb280edf44 done
12:57:14 #17 naming to docker.io/rpmbuild-centos-8/aarch64 done
12:57:14 #17 DONE 2.0s
12:57:14 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/centos-8/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/centos-8/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-8/aarch64 -ba --define '_gitcommit_cli ab4ef4a' --define '_gitcommit_engine 1141704' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.16.0' --define '_compose_version v2.16.0' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  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
12:57:14 #11 43.02 Current default time zone: 'Etc/UTC'
12:57:14 #11 43.02 Local time is now:      Wed Feb  8 12:57:14 UTC 2023.
12:57:14 #11 43.02 Universal Time is now:  Wed Feb  8 12:57:14 UTC 2023.
12:57:14 #11 43.03 Run 'dpkg-reconfigure tzdata' if you wish to change it.
12:57:14 #11 43.03 
12:57:14 #11 43.04 Setting up fakeroot (1.24-1) ...
12:57:14 #11 43.05 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:57:14 #11 43.05 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
12:57:14 #11 43.05 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
12:57:14 #11 43.06 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
12:57:14 #11 43.06 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
12:57:14 #11 43.06 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
12:57:14 #11 43.06 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
12:57:14 #11 43.06 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
12:57:14 #11 43.06 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
12:57:14 #11 43.06 Setting up autotools-dev (20180224.1) ...
12:57:14 #11 43.07 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
12:57:14 #11 43.09 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
12:57:14 #11 43.10 Setting up make (4.2.1-1.2) ...
12:57:14 #11 43.11 Setting up libmpfr6:amd64 (4.0.2-1) ...
12:57:14 #11 43.12 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
12:57:14 #11 43.13 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
12:57:14 #11 43.14 Setting up libidn11:amd64 (1.33-2.2ubuntu2) ...
12:57:14 #11 43.15 Setting up strace (5.5-3ubuntu1) ...
12:57:14 #11 43.17 Setting up libsigsegv2:amd64 (2.12-2) ...
12:57:14 #11 43.18 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
12:57:14 #11 43.19 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:57:14 #11 43.19 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
12:57:14 #11 43.19 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
12:57:14 #11 43.19 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
12:57:14 #11 43.19 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
12:57:14 #11 43.19 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
12:57:14 #11 43.19 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
12:57:14 #11 43.19 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
12:57:14 #11 43.19 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
12:57:14 #11 43.19 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
12:57:14 #11 43.19 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
12:57:14 #11 43.20 Setting up t1utils (1.41-3) ...
12:57:14 #11 43.21 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:57:14 #11 43.22 Setting up diffstat (1.63-1) ...
12:57:14 #11 43.23 Setting up libmpc3:amd64 (1.1.0-1) ...
12:57:14 #11 43.24 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:57:14 #12 8.311 Preparing to unpack .../libudev1_252.5-2_arm64.deb ...
12:57:14 #12 8.324 Unpacking libudev1:arm64 (252.5-2) over (252.4-2) ...
12:57:14 #12 8.389 Setting up libudev1:arm64 (252.5-2) ...
12:57:14 #12 8.443 Selecting previously unselected package dmsetup.
12:57:14 #12 8.443 (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 ... 34039 files and directories currently installed.)
12:57:14 #12 8.464 Preparing to unpack .../00-dmsetup_2%3a1.02.185-2_arm64.deb ...
12:57:14 #12 8.468 Unpacking dmsetup (2:1.02.185-2) ...
12:57:14 #12 8.519 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:57:15 #11 53.19 Setting up libdata-dpath-perl (0.58-1) ...
12:57:15 #11 53.20 Setting up python3-magic (2:0.4.26-2) ...
12:57:15 #11 53.33 Setting up python3-cffi-backend:amd64 (1.15.1-1) ...
12:57:15 #11 53.34 Setting up g++-12 (12.2.0-3ubuntu1) ...
12:57:15 #11 53.35 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
12:57:15 #10 55.26 Setting up libgnutls-dane0:amd64 (3.6.7-4+deb10u9) ...
12:57:15 #10 55.27 Setting up libpython2.7:amd64 (2.7.16-2+deb10u1) ...
12:57:15 #10 55.28 Setting up gettext (0.19.8.1-9) ...
12:57:15 #10 55.29 Setting up exim4-base (4.92-8+deb10u7) ...
12:57:15 #10 55.39 exim: DB upgrade, deleting hints-db
12:57:15 #10 55.42 Setting up gcc-8 (8.3.0-6) ...
12:57:15 #10 55.44 Setting up gpg-agent (2.2.12-1+deb10u2) ...
12:57:15 #10 55.48 Setting up libtool (2.4.6-9) ...
12:57:15 #11 55.24 Setting up libiterator-util-perl (0.02+ds1-2) ...
12:57:15 #11 55.25 Setting up libstdc++-12-dev:arm64 (12.2.0-3ubuntu1) ...
12:57:15 #11 55.27 Setting up libhttp-cookies-perl (6.10-1) ...
12:57:15 #11 55.28 Setting up libtool (2.4.7-4) ...
12:57:15 #11 55.30 Setting up po-debconf (1.0.21+nmu1) ...
12:57:15 #11 55.31 Setting up libhtml-tree-perl (5.07-2) ...
12:57:15 #11 55.32 Setting up libparams-classify-perl:arm64 (0.015-2) ...
12:57:15 #11 55.33 Setting up libcgi-pm-perl (4.54-1) ...
12:57:15 #11 55.35 Setting up python3 (3.10.6-1) ...
12:57:15 #10 30.34 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
12:57:15 #10 30.40 Selecting previously unselected package dh-strip-nondeterminism.
12:57:15 #10 30.40 Preparing to unpack .../041-dh-strip-nondeterminism_1.1.2-1_all.deb ...
12:57:15 #10 30.41 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
12:57:15 #10 30.46 Selecting previously unselected package libdpkg-perl.
12:57:15 #10 30.46 Preparing to unpack .../042-libdpkg-perl_1.19.8_all.deb ...
12:57:15 #10 30.47 Unpacking libdpkg-perl (1.19.8) ...
12:57:15 #10 34.62 Unpacking pinentry-curses (1.2.1-1) ...
12:57:15 #10 34.67 Selecting previously unselected package gpg-agent.
12:57:15 #10 34.67 Preparing to unpack .../102-gpg-agent_2.2.40-1_armhf.deb ...
12:57:15 #10 34.67 Unpacking gpg-agent (2.2.40-1) ...
12:57:15 #10 34.76 Selecting previously unselected package gpg-wks-client.
12:57:15 #10 34.76 Preparing to unpack .../103-gpg-wks-client_2.2.40-1_armhf.deb ...
12:57:15 #11 53.43 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:15 #11 53.59 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:15 #11 53.63 Setting up dh-strip-nondeterminism (1.7.0-1) ...
12:57:15 #11 53.64 Setting up libconst-fast-perl (0.014-1) ...
12:57:15 #11 53.65 Setting up libhttp-daemon-perl (6.06-1ubuntu0.1) ...
12:57:15 #11 53.66 Setting up libgit-wrapper-perl (0.048-1) ...
12:57:15 #11 53.67 Setting up libcurl4:arm64 (7.68.0-1ubuntu2.15) ...
12:57:15 #11 53.68 Setting up curl (7.68.0-1ubuntu2.15) ...
12:57:15 #11 53.69 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
12:57:15 #11 53.72 Setting up libmodule-implementation-perl (0.09-1) ...
12:57:15 #11 53.73 Setting up libemail-valid-perl (1.202-1) ...
12:57:15 #10 56.19 Running transaction check
12:57:15 #13 0.838 Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
12:57:15 #13 0.902 Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
12:57:15 #13 0.977 Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
12:57:15 #10 28.04 Selecting previously unselected package libmpfr6:armhf.
12:57:15 #10 28.04 Preparing to unpack .../021-libmpfr6_4.1.0-3_armhf.deb ...
12:57:15 #10 28.04 Unpacking libmpfr6:armhf (4.1.0-3) ...
12:57:15 #10 28.11 Selecting previously unselected package libmpc3:armhf.
12:57:15 #10 ...
12:57:15 
12:57:15 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:57:15 #9 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 15.3s done
12:57:15 #9 extracting sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 done
12:57:15 #9 DONE 53.3s
12:57:15 
12:57:15 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:57:15 #10 28.11 Preparing to unpack .../022-libmpc3_1.2.0-1_armhf.deb ...
12:57:15 #10 28.12 Unpacking libmpc3:armhf (1.2.0-1) ...
12:57:15 #10 28.16 Selecting previously unselected package cpp-10.
12:57:15 #10 28.16 Preparing to unpack .../023-cpp-10_10.2.1-6+rpi1_armhf.deb ...
12:57:15 #10 28.16 Unpacking cpp-10 (10.2.1-6+rpi1) ...
12:57:15 #10 52.41 Setting up libfido2-1:amd64 (1.12.0-2) ...
12:57:15 #10 52.43 Setting up libisl23:amd64 (0.25-1) ...
12:57:15 #10 52.44 Setting up libde265-0:amd64 (1.0.11-1) ...
12:57:15 #10 52.45 Setting up libc-dev-bin (2.36-8) ...
12:57:15 #10 52.46 Setting up openssl (3.0.7-2) ...
12:57:15 #10 52.48 Setting up libbsd0:amd64 (0.11.7-2) ...
12:57:15 #10 52.50 Setting up libyuv0:amd64 (0.0~git20230104.6e4b0ac-1) ...
12:57:15 #10 52.51 Setting up libelf1:amd64 (0.188-2.1) ...
12:57:15 #10 52.52 Setting up readline-common (8.2-1.3) ...
12:57:15 #10 52.53 Setting up publicsuffix (20221208.1942-1) ...
12:57:15 #10 52.55 Setting up libxml2:amd64 (2.9.14+dfsg-1.1+b3) ...
12:57:15 #10 52.56 Setting up zstd (1.5.2+dfsg2-3) ...
12:57:15 #10 52.57 Setting up libmarkdown2:amd64 (2.2.7-2) ...
12:57:15 #10 52.59 Setting up libcc1-0:amd64 (12.2.0-14) ...
12:57:15 #10 52.60 Setting up iso-codes (4.12.0-1) ...
12:57:15 #10 52.61 Setting up liblocale-gettext-perl (1.07-5) ...
12:57:15 #10 52.62 Setting up liblsan0:amd64 (12.2.0-14) ...
12:57:15 #10 52.63 Setting up dctrl-tools (2.24-3+b1) ...
12:57:15 #10 52.65 Setting up libitm1:amd64 (12.2.0-14) ...
12:57:15 #10 52.66 Setting up debian-keyring (2022.12.24) ...
12:57:15 #10 52.68 Setting up libgdbm6:amd64 (1.23-3) ...
12:57:15 #10 52.69 Setting up libctf0:amd64 (2.40-2) ...
12:57:15 #10 52.70 Setting up pinentry-curses (1.2.1-1) ...
12:57:15 #10 52.72 Setting up manpages-dev (6.02-1) ...
12:57:15 #10 23.67 Selecting previously unselected package libubsan1:armhf.
12:57:15 #10 23.67 Preparing to unpack .../047-libubsan1_10.2.1-6_armhf.deb ...
12:57:15 #10 23.68 Unpacking libubsan1:armhf (10.2.1-6) ...
12:57:15 #12 6.123 Reading package lists...
12:57:15 #11 43.25 Setting up patch (2.7.6-6) ...
12:57:15 #11 43.26 Setting up autopoint (0.19.8.1-10build1) ...
12:57:15 #11 43.27 Setting up libfl2:amd64 (2.6.4-6.2) ...
12:57:15 #11 43.28 Setting up ucf (3.0038+nmu1) ...
12:57:15 #11 43.38 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.2) ...
12:57:15 #11 43.38 Setting up libltdl7:amd64 (2.4.6-14) ...
12:57:15 #11 43.39 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
12:57:15 #11 43.41 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:15 #11 43.42 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:57:15 #11 43.43 Setting up python-apt-common (2.0.1) ...
12:57:15 #11 43.44 Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
12:57:15 #11 43.45 Setting up libuchardet0:amd64 (0.0.6-3build1) ...
12:57:15 #11 43.46 Setting up libre2-5:amd64 (20200101+dfsg-1build1) ...
12:57:15 #11 43.47 Setting up git-man (1:2.25.1-1ubuntu3.8) ...
12:57:15 #11 43.49 Setting up libisl22:amd64 (0.22.1-1) ...
12:57:15 #12 8.523 Preparing to unpack .../01-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ...
12:57:15 #12 8.527 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
12:57:15 #12 8.578 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
12:57:15 #12 8.580 Preparing to unpack .../02-libdevmapper-event1.02.1_2%3a1.02.185-2_arm64.deb ...
12:57:15 #12 8.584 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.185-2) ...
12:57:15 #12 8.622 Selecting previously unselected package libudev-dev:arm64.
12:57:15 #12 8.626 Preparing to unpack .../03-libudev-dev_252.5-2_arm64.deb ...
12:57:15 #12 8.631 Unpacking libudev-dev:arm64 (252.5-2) ...
12:57:15 #12 8.690 Selecting previously unselected package libsepol-dev:arm64.
12:57:15 #12 8.693 Preparing to unpack .../04-libsepol-dev_3.4-2_arm64.deb ...
12:57:15 #12 8.697 Unpacking libsepol-dev:arm64 (3.4-2) ...
12:57:15 #12 8.766 Selecting previously unselected package libpcre2-16-0:arm64.
12:57:15 #11 53.53 Setting up python3-dbus (1.2.18-3build1) ...
12:57:15 #10 55.49 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
12:57:15 #10 55.58 Setting up gpgsm (2.2.12-1+deb10u2) ...
12:57:15 #10 55.59 Setting up libgsasl7 (1.8.0-8+deb10u1) ...
12:57:15 #10 55.61 Setting up libxext6:amd64 (2:1.3.3-1+b2) ...
12:57:15 #10 55.62 Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u4) ...
12:57:15 #10 55.63 Setting up python3 (3.7.3-1) ...
12:57:15 #13 17.91   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch            1/1 
12:57:15 #13 18.02   Preparing        :                                                        1/1 
12:57:15 #13 18.09   Installing       : make-1:4.3-7.el9.x86_64                               1/68 
12:57:15 #13 18.10   Installing       : selinux-policy-38.1.5-1.el9.noarch                    2/68 
12:57:15 #10 30.62 Selecting previously unselected package patch.
12:57:15 #10 30.62 Preparing to unpack .../043-patch_2.7.6-3+deb10u1_armhf.deb ...
12:57:15 #10 30.62 Unpacking patch (2.7.6-3+deb10u1) ...
12:57:15 #10 30.69 Selecting previously unselected package make.
12:57:15 #10 30.69 Preparing to unpack .../044-make_4.2.1-1.2_armhf.deb ...
12:57:15 #10 30.70 Unpacking make (4.2.1-1.2) ...
12:57:15 #10 30.82 Selecting previously unselected package dpkg-dev.
12:57:15 #10 30.82 Preparing to unpack .../045-dpkg-dev_1.19.8_all.deb ...
12:57:15 #10 30.82 Unpacking dpkg-dev (1.19.8) ...
12:57:15 #10 34.76 Unpacking gpg-wks-client (2.2.40-1) ...
12:57:15 #10 34.82 Selecting previously unselected package gpg-wks-server.
12:57:15 #10 34.82 Preparing to unpack .../104-gpg-wks-server_2.2.40-1_armhf.deb ...
12:57:15 #10 34.82 Unpacking gpg-wks-server (2.2.40-1) ...
12:57:15 #10 34.88 Selecting previously unselected package gpgsm.
12:57:15 #10 34.88 Preparing to unpack .../105-gpgsm_2.2.40-1_armhf.deb ...
12:57:15 #10 34.88 Unpacking gpgsm (2.2.40-1) ...
12:57:15 #10 34.95 Selecting previously unselected package gnupg.
12:57:15 #10 34.95 Preparing to unpack .../106-gnupg_2.2.40-1_all.deb ...
12:57:15 #10 34.96 Unpacking gnupg (2.2.40-1) ...
12:57:15 #11 53.74 Setting up libpackage-stash-perl (0.38-1) ...
12:57:15 #11 53.75 Setting up libimport-into-perl (1.002005-1) ...
12:57:15 #11 53.76 Setting up libmoo-perl (2.003006-1) ...
12:57:15 #11 53.77 Setting up liblist-someutils-perl (0.58-1) ...
12:57:15 #11 53.79 Setting up liblist-someutils-xs-perl (0.58-2) ...
12:57:15 #11 53.80 Setting up gnupg (2.2.19-3ubuntu2.2) ...
12:57:15 #11 53.81 Setting up libmoox-aliases-perl (0.001006-1) ...
12:57:15 #11 53.82 Setting up libparams-validate-perl (1.29-3) ...
12:57:15 #11 53.83 Setting up libb-hooks-endofscope-perl (0.24-1) ...
12:57:15 #11 53.84 Setting up libnamespace-clean-perl (0.27-1) ...
12:57:15 #11 53.86 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
12:57:15 #11 53.87 Setting up libgitlab-api-v4-perl (0.25-1) ...
12:57:15 #11 53.88 Setting up libmoox-struct-perl (0.017-1) ...
12:57:15 #11 53.89 Setting up lintian (2.62.0ubuntu2.2) ...
12:57:15 #11 53.91 Setting up licensecheck (3.0.45-1) ...
12:57:15 #11 53.92 Setting up dh-autoreconf (19) ...
12:57:15 #11 53.93 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
12:57:15 #11 53.94 Setting up libwww-perl (6.43-1) ...
12:57:15 #10 56.33 Transaction check succeeded.
12:57:15 #10 56.33 Running transaction test
12:57:15 #13 1.052 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
12:57:15 #11 41.62 Setting up python3.10 (3.10.6-1~22.04.2) ...
12:57:15 #10 52.73 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
12:57:15 #10 52.74 Setting up cpp-12 (12.2.0-14) ...
12:57:15 #10 52.76 Setting up libxcb1:amd64 (1.15-1) ...
12:57:15 #10 52.77 Setting up gettext (0.21-11) ...
12:57:15 #10 52.78 Setting up xdelta (1.1.3-10.4) ...
12:57:15 #10 52.80 Setting up libavif15:amd64 (0.11.1-1) ...
12:57:15 #10 52.81 Setting up libarchive13:amd64 (3.6.2-1) ...
12:57:15 #10 52.82 Setting up fontconfig-config (2.14.1-4) ...
12:57:15 #11 43.49 Setting up netbase (6.1) ...
12:57:15 #11 43.52 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.2) ...
12:57:15 #11 43.53 Setting up libmpdec2:amd64 (2.4.2-3) ...
12:57:15 #11 43.54 Setting up libbinutils:amd64 (2.34-6ubuntu1.4) ...
12:57:15 #11 43.55 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ...
12:57:15 #11 43.56 Setting up libc-dev-bin (2.31-0ubuntu9.9) ...
12:57:15 #11 43.57 Setting up openssl (1.1.1f-1ubuntu2.17) ...
12:57:15 #11 43.59 Setting up libbsd0:amd64 (0.10.0-1) ...
12:57:15 #11 43.61 Setting up libelf1:amd64 (0.176-1.1build1) ...
12:57:15 #11 43.62 Setting up readline-common (8.0-4) ...
12:57:15 #11 43.63 Setting up publicsuffix (20200303.0012-1) ...
12:57:15 #11 43.64 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:57:15 #11 43.65 Setting up iso-codes (4.4-1) ...
12:57:15 #11 43.67 Setting up liblocale-gettext-perl (1.07-4) ...
12:57:15 #11 43.68 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:57:15 #11 43.68 Setting up dctrl-tools (2.24-3) ...
12:57:15 #11 43.71 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:57:15 #11 43.72 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:15 #11 43.73 Setting up libgdbm6:amd64 (1.18.1-5) ...
12:57:15 #11 43.74 Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:57:15 #11 43.75 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:57:15 #11 43.76 Setting up libctf0:amd64 (2.34-6ubuntu1.4) ...
12:57:15 #11 43.77 Setting up pinentry-curses (1.1.0-3build1) ...
12:57:15 #11 43.79 Setting up manpages-dev (5.05-1) ...
12:57:15 #11 43.80 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
12:57:15 #11 43.81 Setting up libxcb1:amd64 (1.14-2) ...
12:57:15 #12 8.770 Preparing to unpack .../05-libpcre2-16-0_10.42-1_arm64.deb ...
12:57:15 #12 8.775 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
12:57:15 #12 8.833 Selecting previously unselected package libpcre2-32-0:arm64.
12:57:15 #12 8.837 Preparing to unpack .../06-libpcre2-32-0_10.42-1_arm64.deb ...
12:57:15 #12 8.842 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
12:57:15 #12 8.896 Selecting previously unselected package libpcre2-posix3:arm64.
12:57:15 #12 8.900 Preparing to unpack .../07-libpcre2-posix3_10.42-1_arm64.deb ...
12:57:15 #12 8.903 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
12:57:15 #12 8.941 Selecting previously unselected package libpcre2-dev:arm64.
12:57:15 #12 8.945 Preparing to unpack .../08-libpcre2-dev_10.42-1_arm64.deb ...
12:57:15 #12 8.949 Unpacking libpcre2-dev:arm64 (10.42-1) ...
12:57:15 #12 9.033 Selecting previously unselected package libselinux1-dev:arm64.
12:57:15 #11 53.68 Setting up libmodule-implementation-perl (0.09-2) ...
12:57:15 #11 53.68 Setting up libcgi-fast-perl (1:2.15-1) ...
12:57:15 #11 53.69 Setting up python3-apt (2.4.0+22.10) ...
12:57:15 #11 53.85 Setting up libpackage-stash-perl (0.40-1) ...
12:57:15 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Q8Jo0K
12:57:15 + umask 022
12:57:15 + cd /root/rpmbuild/BUILD
12:57:15 + cd /root/rpmbuild/BUILD
12:57:15 + rm -rf src
12:57:15 + /usr/bin/mkdir -p src
12:57:15 + cd src
12:57:15 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:57:15 + /usr/bin/tar -xof -
12:57:15 #13 18.13   Running scriptlet: selinux-policy-38.1.5-1.el9.noarch                    2/68 
12:57:15 #13 18.15   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch           3/68 
12:57:15 #13 18.35   Installing       : selinux-policy-targeted-38.1.5-1.el9.noarch           3/68 
12:57:15 #10 45.99 Setting up libmpc3:amd64 (1.1.0-1) ...
12:57:15 #10 55.90 Setting up python3-xdg (0.25-5) ...
12:57:15 #10 30.98 Selecting previously unselected package libelf1:armhf.
12:57:15 #10 30.99 Preparing to unpack .../046-libelf1_0.176-1.1_armhf.deb ...
12:57:15 #10 31.00 Unpacking libelf1:armhf (0.176-1.1) ...
12:57:15 #10 31.08 Selecting previously unselected package dwz.
12:57:15 #10 31.08 Preparing to unpack .../047-dwz_0.12-3_armhf.deb ...
12:57:15 #10 31.08 Unpacking dwz (0.12-3) ...
12:57:15 #10 31.14 Selecting previously unselected package libdebhelper-perl.
12:57:15 #10 31.14 Preparing to unpack .../048-libdebhelper-perl_13.2~bpo10+1_all.deb ...
12:57:15 #10 31.14 Unpacking libdebhelper-perl (13.2~bpo10+1) ...
12:57:15 #10 35.06 Selecting previously unselected package libfile-dirlist-perl.
12:57:15 #10 35.06 Preparing to unpack .../107-libfile-dirlist-perl_0.05-3_all.deb ...
12:57:15 #10 35.06 Unpacking libfile-dirlist-perl (0.05-3) ...
12:57:15 #10 35.10 Selecting previously unselected package libfile-which-perl.
12:57:15 #10 35.10 Preparing to unpack .../108-libfile-which-perl_1.27-2_all.deb ...
12:57:15 #10 35.11 Unpacking libfile-which-perl (1.27-2) ...
12:57:15 #10 35.14 Selecting previously unselected package libfile-homedir-perl.
12:57:15 #10 35.14 Preparing to unpack .../109-libfile-homedir-perl_1.006-2_all.deb ...
12:57:15 #10 35.15 Unpacking libfile-homedir-perl (1.006-2) ...
12:57:15 #10 35.19 Selecting previously unselected package libfile-touch-perl.
12:57:15 #10 35.19 Preparing to unpack .../110-libfile-touch-perl_0.12-2_all.deb ...
12:57:15 #10 35.19 Unpacking libfile-touch-perl (0.12-2) ...
12:57:15 #10 35.23 Selecting previously unselected package libio-pty-perl.
12:57:15 #10 35.23 Preparing to unpack .../111-libio-pty-perl_1%3a1.17-1_armhf.deb ...
12:57:15 #10 35.24 Unpacking libio-pty-perl (1:1.17-1) ...
12:57:15 #10 35.29 Selecting previously unselected package libipc-run-perl.
12:57:15 #10 35.29 Preparing to unpack .../112-libipc-run-perl_20220807.0-1_all.deb ...
12:57:15 #10 35.29 Unpacking libipc-run-perl (20220807.0-1) ...
12:57:15 #10 35.34 Selecting previously unselected package libclass-method-modifiers-perl.
12:57:15 #10 35.34 Preparing to unpack .../113-libclass-method-modifiers-perl_2.14-1_all.deb ...
12:57:15 #10 35.35 Unpacking libclass-method-modifiers-perl (2.14-1) ...
12:57:15 #10 35.39 Selecting previously unselected package libclass-xsaccessor-perl.
12:57:15 #10 35.39 Preparing to unpack .../114-libclass-xsaccessor-perl_1.19-4+b1_armhf.deb ...
12:57:15 #11 55.68 Setting up libhtml-format-perl (2.16-1) ...
12:57:15 #11 55.70 Setting up python3-xdg (0.27-2) ...
12:57:15 #11 55.86 Setting up libxml-sax-perl (1.02+dfsg-3) ...
12:57:15 #11 55.92 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:57:15 #11 53.95 Setting up debhelper (12.10ubuntu1) ...
12:57:15 #11 53.96 Setting up devscripts (2.20.2ubuntu2) ...
12:57:15 #11 54.14 Setting up equivs (2.2.0) ...
12:57:15 #11 54.15 Setting up libxml-parser-perl (2.46-1) ...
12:57:15 #11 54.16 Setting up libxml-sax-expat-perl (0.51-1) ...
12:57:15 #11 54.21 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:57:15 #10 56.75 Transaction test succeeded.
12:57:15 #10 56.75 Running transaction
12:57:15 #10 53.01 Setting up libedit2:amd64 (3.1-20221030-2) ...
12:57:15 #10 53.02 Setting up libreadline8:amd64 (8.2-1.3) ...
12:57:15 #10 53.04 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-3) ...
12:57:15 #10 53.05 Setting up ca-certificates (20211016) ...
12:57:15 #12 7.297 dh_testdir
12:57:15 #12 7.316 dh_testroot
12:57:15 #12 7.334 dh_prep
12:57:15 #12 7.358 dh_testdir
12:57:15 #12 7.376 dh_testroot
12:57:15 #12 7.395 dh_install
12:57:15 #12 7.422 dh_installdocs
12:57:15 #12 7.455 dh_installchangelogs
12:57:15 #10 23.97 Selecting previously unselected package libgcc-10-dev:armhf.
12:57:15 #10 23.97 Preparing to unpack .../048-libgcc-10-dev_10.2.1-6_armhf.deb ...
12:57:15 #10 24.00 Unpacking libgcc-10-dev:armhf (10.2.1-6) ...
12:57:15 #10 52.89 (1/143): bzip2-1.0.8-11.fc36.x86_64.rpm         183 kB/s |  52 kB     00:00    
12:57:15 #10 52.90 (2/143): dash-0.5.10.2-10.fc36.x86_64.rpm       334 kB/s |  97 kB     00:00    
12:57:15 #10 52.91 (3/143): cpio-2.13-12.fc36.x86_64.rpm           912 kB/s | 270 kB     00:00    
12:57:15 #10 52.91 (4/143): debugedit-5.0-3.fc36.x86_64.rpm        5.6 MB/s |  77 kB     00:00    
12:57:15 #10 52.91 (5/143): desktop-file-utils-0.26-6.fc36.x86_64. 6.1 MB/s |  72 kB     00:00    
12:57:15 #10 52.92 (6/143): diffutils-3.8-2.fc36.x86_64.rpm         33 MB/s | 370 kB     00:00    
12:57:15 #10 52.92 (7/143): devscripts-checkbashisms-2.22.1-1.fc36 1.9 MB/s |  28 kB     00:00    
12:57:15 #10 52.93 (8/143): ed-1.14.2-12.fc36.x86_64.rpm           4.6 MB/s |  73 kB     00:00    
12:57:15 #10 52.93 (9/143): efi-srpm-macros-5-5.fc36.noarch.rpm    1.8 MB/s |  22 kB     00:00    
12:57:15 #10 52.94 (10/143): file-5.41-4.fc36.x86_64.rpm           6.4 MB/s |  48 kB     00:00    
12:57:15 #10 52.94 (11/143): fonts-srpm-macros-2.0.5-7.fc36.noarch 4.0 MB/s |  27 kB     00:00    
12:57:15 #10 52.94 (12/143): enchant-1.6.0-30.fc36.x86_64.rpm      4.0 MB/s |  59 kB     00:00    
12:57:15 #10 52.95 (13/143): fpc-srpm-macros-1.3-5.fc36.noarch.rpm 719 kB/s | 7.6 kB     00:00    
12:57:15 #10 52.95 (14/143): ghc-srpm-macros-1.5.0-6.fc36.noarch.r 688 kB/s | 7.7 kB     00:00    
12:57:15 #10 52.96 (15/143): gnat-srpm-macros-4-15.fc36.noarch.rpm 1.2 MB/s | 8.2 kB     00:00    
12:57:15 #10 52.99 (16/143): hunspell-1.7.0-19.fc36.x86_64.rpm     9.2 MB/s | 303 kB     00:00    
12:57:15 #10 52.99 (17/143): hunspell-en-0.20140811.1-22.fc36.noar 5.3 MB/s | 180 kB     00:00    
12:57:15 #10 53.00 (18/143): groff-base-1.22.4-9.fc36.x86_64.rpm    21 MB/s | 1.0 MB     00:00    
12:57:15 #11 43.82 Setting up at (3.1.23-1ubuntu1) ...
12:57:15 #11 43.95 invoke-rc.d: could not determine current runlevel
12:57:15 #12 9.037 Preparing to unpack .../09-libselinux1-dev_3.4-1+b5_arm64.deb ...
12:57:15 #12 9.041 Unpacking libselinux1-dev:arm64 (3.4-1+b5) ...
12:57:15 #12 9.121 Selecting previously unselected package libdevmapper-dev:arm64.
12:57:15 #12 9.124 Preparing to unpack .../10-libdevmapper-dev_2%3a1.02.185-2_arm64.deb ...
12:57:15 #12 9.130 Unpacking libdevmapper-dev:arm64 (2:1.02.185-2) ...
12:57:15 #12 9.172 Selecting previously unselected package libseccomp-dev:arm64.
12:57:15 #12 9.176 Preparing to unpack .../11-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
12:57:15 #12 9.180 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
12:57:15 #12 9.224 Selecting previously unselected package libsystemd-dev:arm64.
12:57:15 #12 9.228 Preparing to unpack .../12-libsystemd-dev_252.5-2_arm64.deb ...
12:57:15 #12 9.232 Unpacking libsystemd-dev:arm64 (252.5-2) ...
12:57:15 #11 53.86 Setting up libimport-into-perl (1.002005-2) ...
12:57:15 #11 53.87 Setting up libmoo-perl (2.005004-3) ...
12:57:15 #11 53.90 Setting up python3-bcrypt (3.2.0-1build1) ...
12:57:15 #11 54.02 Setting up liblist-someutils-perl (0.58-1) ...
12:57:15 #11 54.03 Setting up debhelper (13.9.1ubuntu1) ...
12:57:15 #11 54.04 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
12:57:15 #11 54.05 Setting up python3-chardet (4.0.0-2) ...
12:57:15 #10 46.00 Setting up libc-dev-bin (2.27-3ubuntu1.6) ...
12:57:15 #10 46.01 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
12:57:15 #10 46.02 Setting up libgdbm-compat4:amd64 (1.14.1-6) ...
12:57:15 #10 46.03 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
12:57:15 #10 46.04 Setting up bsdmainutils (11.1.2ubuntu1) ...
12:57:15 #10 46.07 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:57:15 #10 46.07 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
12:57:15 #10 46.07 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:57:15 #10 46.07 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
12:57:15 #10 46.07 Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:57:15 #10 46.11 Setting up ca-certificates (20211016ubuntu0.18.04.1) ...
12:57:15 #14 DONE 3.3s
12:57:15 
12:57:15 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:57:15 #15 DONE 0.0s
12:57:15 
12:57:15 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:57:15 #10 31.27 Selecting previously unselected package libglib2.0-0:armhf.
12:57:15 #10 31.27 Preparing to unpack .../049-libglib2.0-0_2.58.3-2+deb10u4_armhf.deb ...
12:57:15 #10 31.27 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
12:57:15 #10 56.07 Setting up man-db (2.8.5-2) ...
12:57:15 #10 56.17 Building database of manual pages ...
12:57:15 #10 35.40 Unpacking libclass-xsaccessor-perl (1.19-4+b1) ...
12:57:15 #10 35.47 Selecting previously unselected package libb-hooks-op-check-perl:armhf.
12:57:15 #10 35.47 Preparing to unpack .../115-libb-hooks-op-check-perl_0.22-2+b1_armhf.deb ...
12:57:15 #10 35.48 Unpacking libb-hooks-op-check-perl:armhf (0.22-2+b1) ...
12:57:15 #10 35.52 Selecting previously unselected package libdynaloader-functions-perl.
12:57:15 #10 35.52 Preparing to unpack .../116-libdynaloader-functions-perl_0.003-3_all.deb ...
12:57:15 #10 35.53 Unpacking libdynaloader-functions-perl (0.003-3) ...
12:57:15 #10 35.57 Selecting previously unselected package libdevel-callchecker-perl:armhf.
12:57:15 #10 35.57 Preparing to unpack .../117-libdevel-callchecker-perl_0.008-2_armhf.deb ...
12:57:15 #10 35.57 Unpacking libdevel-callchecker-perl:armhf (0.008-2) ...
12:57:15 #10 35.61 Selecting previously unselected package libparams-classify-perl:armhf.
12:57:15 #10 35.61 Preparing to unpack .../118-libparams-classify-perl_0.015-2+b1_armhf.deb ...
12:57:15 #10 35.62 Unpacking libparams-classify-perl:armhf (0.015-2+b1) ...
12:57:15 #11 55.98 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:15 #11 56.12 
12:57:15 #11 56.12 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:15 #11 56.16 Setting up python3-six (1.16.0-4) ...
12:57:15 #11 54.26 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:15 #11 54.41 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:15 #11 54.47 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
12:57:15 #10 51.81   Running scriptlet: glibc-common-2.36-8.fc37.aarch64                   143/143 
12:57:15 #10 54.90   Verifying        : bzip2-1.0.8-12.fc37.aarch64                          1/143 
12:57:15 #10 54.90   Verifying        : cpio-2.13-13.fc37.aarch64                            2/143 
12:57:15 #10 54.90   Verifying        : dash-0.5.11.5-2.fc37.aarch64                         3/143 
12:57:15 #10 54.90   Verifying        : desktop-file-utils-0.26-7.fc37.aarch64               4/143 
12:57:15 #10 54.90   Verifying        : devscripts-checkbashisms-2.22.2-3.fc37.aarch64       5/143 
12:57:15 #10 54.90   Verifying        : diffutils-3.8-3.fc37.aarch64                         6/143 
12:57:15 #10 54.90   Verifying        : dnf-plugins-core-4.3.1-1.fc37.noarch                 7/143 
12:57:15 #10 54.90   Verifying        : dwz-0.14-7.fc37.aarch64                              8/143 
12:57:15 #10 54.90   Verifying        : ed-1.18-2.fc37.aarch64                               9/143 
12:57:15 #10 54.90   Verifying        : efi-srpm-macros-5-6.fc37.noarch                     10/143 
12:57:15 #10 54.90   Verifying        : elfutils-0.187-8.fc37.aarch64                       11/143 
12:57:15 #10 54.90   Verifying        : elfutils-debuginfod-client-0.187-8.fc37.aarch64     12/143 
12:57:15 #10 54.90   Verifying        : enchant2-2.3.3-2.fc37.aarch64                       13/143 
12:57:15 #10 54.90   Verifying        : file-5.42-4.fc37.aarch64                            14/143 
12:57:15 #10 54.90   Verifying        : fonts-srpm-macros-1:2.0.5-9.fc37.noarch             15/143 
12:57:15 #10 54.90   Verifying        : fpc-srpm-macros-1.3-6.fc37.noarch                   16/143 
12:57:15 #10 54.90   Verifying        : gdk-pixbuf2-2.42.10-1.fc37.aarch64                  17/143 
12:57:15 #10 54.90   Verifying        : ghc-srpm-macros-1.5.0-7.fc37.noarch                 18/143 
12:57:15 #10 54.90   Verifying        : go-srpm-macros-3.2.0-1.fc37.noarch                  19/143 
12:57:15 #10 54.90   Verifying        : groff-base-1.22.4-10.fc37.aarch64                   20/143 
12:57:15 #10 54.90   Verifying        : hunspell-1.7.0-21.fc37.aarch64                      21/143 
12:57:15 #10 54.90   Verifying        : hunspell-en-0.20140811.1-23.fc37.noarch             22/143 
12:57:15 #10 54.90   Verifying        : hunspell-en-GB-0.20140811.1-23.fc37.noarch          23/143 
12:57:15 #10 54.90   Verifying        : hunspell-en-US-0.20140811.1-23.fc37.noarch          24/143 
12:57:15 #10 54.90   Verifying        : hunspell-filesystem-1.7.0-21.fc37.aarch64           25/143 
12:57:15 #10 54.90   Verifying        : json-glib-1.6.6-3.fc37.aarch64                      26/143 
12:57:15 #10 54.90   Verifying        : kernel-srpm-macros-1.0-15.fc37.noarch               27/143 
12:57:15 #10 54.90   Verifying        : libappstream-glib-0.8.1-1.fc37.aarch64              28/143 
12:57:15 #10 54.90   Verifying        : libjpeg-turbo-2.1.3-2.fc37.aarch64                  29/143 
12:57:15 #10 54.90   Verifying        : libpkgconf-1.8.0-3.fc37.aarch64                     30/143 
12:57:15 #10 54.90   Verifying        : libpng-2:1.6.37-13.fc37.aarch64                     31/143 
12:57:15 #10 54.90   Verifying        : libstemmer-0-19.585svn.fc37.aarch64                 32/143 
12:57:15 #10 54.90   Verifying        : lua-srpm-macros-1-7.fc37.noarch                     33/143 
12:57:15 #10 54.90   Verifying        : ncurses-6.3-3.20220501.fc37.aarch64                 34/143 
12:57:15 #10 54.90   Verifying        : nim-srpm-macros-3-7.fc37.noarch                     35/143 
12:57:15 #10 54.90   Verifying        : ocaml-srpm-macros-7-2.fc37.noarch                   36/143 
12:57:15 #10 54.90   Verifying        : openblas-srpm-macros-2-12.fc37.noarch               37/143 
12:57:15 #10 54.90   Verifying        : package-notes-srpm-macros-0.5-6.fc37.noarch         38/143 
12:57:15 #10 54.90   Verifying        : patch-2.7.6-17.fc37.aarch64                         39/143 
12:57:15 #10 54.90   Verifying        : perl-AutoLoader-5.74-492.fc37.noarch                40/143 
12:57:15 #10 54.90   Verifying        : perl-B-1.83-492.fc37.aarch64                        41/143 
12:57:15 #10 54.90   Verifying        : perl-Carp-1.52-489.fc37.noarch                      42/143 
12:57:15 #10 54.90   Verifying        : perl-Class-Struct-0.66-492.fc37.noarch              43/143 
12:57:15 #10 54.90   Verifying        : perl-Data-Dumper-2.184-490.fc37.aarch64             44/143 
12:57:15 #10 54.90   Verifying        : perl-Digest-1.20-489.fc37.noarch                    45/143 
12:57:15 #10 54.90   Verifying        : perl-Digest-MD5-2.58-489.fc37.aarch64               46/143 
12:57:15 #10 54.90   Verifying        : perl-DynaLoader-1.52-492.fc37.aarch64               47/143 
12:57:15 #10 54.90   Verifying        : perl-Encode-4:3.19-492.fc37.aarch64                 48/143 
12:57:15 #10 54.90   Verifying        : perl-Errno-1.36-492.fc37.aarch64                    49/143 
12:57:15 #10 54.90   Verifying        : perl-Exporter-5.77-489.fc37.noarch                  50/143 
12:57:15 #10 54.90   Verifying        : perl-Fcntl-1.15-492.fc37.aarch64                    51/143 
12:57:15 #10 54.90   Verifying        : perl-File-Basename-2.85-492.fc37.noarch             52/143 
12:57:15 #10 54.90   Verifying        : perl-File-Path-2.18-489.fc37.noarch                 53/143 
12:57:15 #10 54.90   Verifying        : perl-File-Temp-1:0.231.100-489.fc37.noarch          54/143 
12:57:15 #10 54.90   Verifying        : perl-File-stat-1.12-492.fc37.noarch                 55/143 
12:57:15 #10 54.90   Verifying        : perl-FileHandle-2.03-492.fc37.noarch                56/143 
12:57:15 #10 54.90   Verifying        : perl-Getopt-Std-1.13-492.fc37.noarch                57/143 
12:57:15 #10 54.90   Verifying        : perl-HTTP-Tiny-0.082-1.fc37.noarch                  58/143 
12:57:15 #10 54.90   Verifying        : perl-IO-1.50-492.fc37.aarch64                       59/143 
12:57:15 #10 54.90   Verifying        : perl-IO-Socket-IP-0.41-490.fc37.noarch              60/143 
12:57:15 #10 54.90   Verifying        : perl-IO-Socket-SSL-2.075-1.fc37.noarch              61/143 
12:57:15 #10 54.90   Verifying        : perl-IPC-Open3-1.22-492.fc37.noarch                 62/143 
12:57:15 #10 54.90   Verifying        : perl-MIME-Base64-3.16-489.fc37.aarch64              63/143 
12:57:15 #10 54.90   Verifying        : perl-Mozilla-CA-20211001-4.fc37.noarch              64/143 
12:57:15 #10 54.90   Verifying        : perl-NDBM_File-1.15-492.fc37.aarch64                65/143 
12:57:15 #10 54.90   Verifying        : perl-Net-SSLeay-1.92-4.fc37.aarch64                 66/143 
12:57:15 #10 54.90   Verifying        : perl-POSIX-2.03-492.fc37.aarch64                    67/143 
12:57:15 #10 54.90   Verifying        : perl-PathTools-3.84-489.fc37.aarch64                68/143 
12:57:15 #10 54.90   Verifying        : perl-Pod-Escapes-1:1.07-489.fc37.noarch             69/143 
12:57:15 #10 54.90   Verifying        : perl-Pod-Perldoc-3.28.01-490.fc37.noarch            70/143 
12:57:15 #10 54.91   Verifying        : perl-Pod-Simple-1:3.43-490.fc37.noarch              71/143 
12:57:15 #10 54.91   Verifying        : perl-Pod-Usage-4:2.03-3.fc37.noarch                 72/143 
12:57:15 #10 54.91   Verifying        : perl-Scalar-List-Utils-5:1.63-489.fc37.aarch64      73/143 
12:57:15 #10 54.91   Verifying        : perl-SelectSaver-1.02-492.fc37.noarch               74/143 
12:57:15 #10 54.91   Verifying        : perl-Socket-4:2.036-1.fc37.aarch64                  75/143 
12:57:15 #10 54.91   Verifying        : perl-Storable-1:3.26-489.fc37.aarch64               76/143 
12:57:15 #10 54.91   Verifying        : perl-Symbol-1.09-492.fc37.noarch                    77/143 
12:57:15 #10 54.91   Verifying        : perl-Term-ANSIColor-5.01-490.fc37.noarch            78/143 
12:57:15 #10 54.91   Verifying        : perl-Term-Cap-1.17-489.fc37.noarch                  79/143 
12:57:15 #10 54.91   Verifying        : perl-Text-ParseWords-3.31-489.fc37.noarch           80/143 
12:57:15 #10 54.91   Verifying        : perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch       81/143 
12:57:15 #10 54.91   Verifying        : perl-Time-Local-2:1.300-489.fc37.noarch             82/143 
12:57:15 #10 54.91   Verifying        : perl-base-2.27-492.fc37.noarch                      83/143 
12:57:15 #10 54.91   Verifying        : perl-constant-1.33-490.fc37.noarch                  84/143 
12:57:15 #10 54.91   Verifying        : perl-if-0.61.000-492.fc37.noarch                    85/143 
12:57:15 #10 54.91   Verifying        : perl-interpreter-4:5.36.0-492.fc37.aarch64          86/143 
12:57:15 #10 54.91   Verifying        : perl-libnet-3.14-490.fc37.noarch                    87/143 
12:57:15 #10 54.91   Verifying        : perl-libs-4:5.36.0-492.fc37.aarch64                 88/143 
12:57:15 #10 54.91   Verifying        : perl-mro-1.26-492.fc37.aarch64                      89/143 
12:57:15 #10 54.91   Verifying        : perl-overload-1.35-492.fc37.noarch                  90/143 
12:57:15 #10 54.91   Verifying        : perl-overloading-0.02-492.fc37.noarch               91/143 
12:57:15 #10 54.91   Verifying        : perl-parent-1:0.238-489.fc37.noarch                 92/143 
12:57:15 #10 54.91   Verifying        : perl-podlators-1:4.14-489.fc37.noarch               93/143 
12:57:15 #10 54.91   Verifying        : perl-srpm-macros-1-46.fc37.noarch                   94/143 
12:57:15 #10 54.91   Verifying        : perl-subs-1.04-492.fc37.noarch                      95/143 
12:57:15 #10 54.91   Verifying        : perl-vars-1.05-492.fc37.noarch                      96/143 
12:57:15 #10 54.91   Verifying        : pkgconf-1.8.0-3.fc37.aarch64                        97/143 
12:57:15 #10 54.91   Verifying        : pkgconf-m4-1.8.0-3.fc37.noarch                      98/143 
12:57:15 #10 54.91   Verifying        : pkgconf-pkg-config-1.8.0-3.fc37.aarch64             99/143 
12:57:15 #10 54.91   Verifying        : python3-construct-2.10.68-3.fc37.noarch            100/143 
12:57:15 #10 54.91   Verifying        : python3-dateutil-1:2.8.2-4.fc37.noarch             101/143 
12:57:15 #10 54.91   Verifying        : python3-distro-1.7.0-3.fc37.noarch                 102/143 
12:57:15 #10 54.91   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc37.noarch       103/143 
12:57:15 #10 54.91   Verifying        : python3-enchant-3.2.2-5.fc37.noarch                104/143 
12:57:15 #10 54.91   Verifying        : python3-file-magic-5.42-4.fc37.noarch              105/143 
12:57:15 #10 54.91   Verifying        : python3-pybeam-0.7-4.fc37.noarch                   106/143 
12:57:15 #10 54.91   Verifying        : python3-pyxdg-0.27-6.fc37.noarch                   107/143 
12:57:15 #10 54.91   Verifying        : python3-six-1.16.0-8.fc37.noarch                   108/143 
12:57:15 #10 54.91   Verifying        : python3-tomli-w-1.0.0-4.fc37.noarch                109/143 
12:57:15 #10 54.91   Verifying        : rpm-build-4.18.0-1.fc37.aarch64                    110/143 
12:57:15 #10 54.91   Verifying        : shared-mime-info-2.2-2.fc37.aarch64                111/143 
12:57:15 #10 54.91   Verifying        : unzip-6.0-58.fc37.aarch64                          112/143 
12:57:15 #10 54.91   Verifying        : xxhash-libs-0.8.1-3.fc37.aarch64                   113/143 
12:57:15 #10 54.91   Verifying        : xz-5.2.5-10.fc37.aarch64                           114/143 
12:57:15 #10 54.91   Verifying        : zip-3.0-33.fc37.aarch64                            115/143 
12:57:15 #10 54.91   Verifying        : zstd-1.5.2-3.fc37.aarch64                          116/143 
12:57:15 #10 54.91   Verifying        : ansible-srpm-macros-1-8.1.fc37.noarch              117/143 
12:57:15 #10 54.91   Verifying        : binutils-2.38-25.fc37.aarch64                      118/143 
12:57:15 #10 54.91   Verifying        : binutils-gold-2.38-25.fc37.aarch64                 119/143 
12:57:15 #10 54.91   Verifying        : dbus-libs-1:1.14.4-1.fc37.aarch64                  120/143 
12:57:15 #10 54.91   Verifying        : debugedit-5.0-7.fc37.aarch64                       121/143 
12:57:15 #10 54.91   Verifying        : emacs-filesystem-1:28.2-3.fc37.noarch              122/143 
12:57:15 #10 54.91   Verifying        : gdb-minimal-12.1-7.fc37.aarch64                    123/143 
12:57:15 #10 54.91   Verifying        : glibc-gconv-extra-2.36-9.fc37.aarch64              124/143 
12:57:15 #10 54.91   Verifying        : gnat-srpm-macros-5-1.fc37.noarch                   125/143 
12:57:15 #10 54.91   Verifying        : perl-Getopt-Long-1:2.54-1.fc37.noarch              126/143 
12:57:15 #10 54.91   Verifying        : perl-URI-5.17-1.fc37.noarch                        127/143 
12:57:15 #10 54.91   Verifying        : pyproject-srpm-macros-1.6.0-1.fc37.noarch          128/143 
12:57:15 #10 54.91   Verifying        : python-srpm-macros-3.11-5.fc37.noarch              129/143 
12:57:15 #10 54.91   Verifying        : python3-dbus-1.3.2-1.fc37.aarch64                  130/143 
12:57:15 #10 54.91   Verifying        : python3-zstandard-0.19.0-1.fc37.aarch64            131/143 
12:57:15 #10 54.91   Verifying        : qt5-srpm-macros-5.15.8-1.fc37.noarch               132/143 
12:57:15 #10 54.91   Verifying        : redhat-rpm-config-229-1.fc37.noarch                133/143 
12:57:15 #10 54.91   Verifying        : rpmautospec-rpm-macros-0.3.1-1.fc37.noarch         134/143 
12:57:15 #10 54.91   Verifying        : rpmlint-2.4.0-3.fc37.noarch                        135/143 
12:57:15 #10 54.91   Verifying        : rpmlint-fedora-license-data-1.12-1.fc37.noarch     136/143 
12:57:15 #10 54.91   Verifying        : rust-srpm-macros-23-1.fc37.noarch                  137/143 
12:57:15 #10 54.91   Verifying        : glibc-2.36-9.fc37.aarch64                          138/143 
12:57:15 #10 54.91   Verifying        : glibc-2.36-8.fc37.aarch64                          139/143 
12:57:15 #10 54.91   Verifying        : glibc-common-2.36-9.fc37.aarch64                   140/143 
12:57:15 #10 54.91   Verifying        : glibc-common-2.36-8.fc37.aarch64                   141/143 
12:57:15 #10 54.91   Verifying        : glibc-minimal-langpack-2.36-9.fc37.aarch64         142/143 
12:57:15 #10 54.91   Verifying        : glibc-minimal-langpack-2.36-8.fc37.aarch64         143/143 
12:57:15 #10 55.05 
12:57:15 #10 55.05 Upgraded:
12:57:15 #10 55.05   glibc-2.36-9.fc37.aarch64                   glibc-common-2.36-9.fc37.aarch64 
12:57:15 #10 55.05   glibc-minimal-langpack-2.36-9.fc37.aarch64 
12:57:15 #10 55.05 Installed:
12:57:15 #10 55.05   ansible-srpm-macros-1-8.1.fc37.noarch                                         
12:57:15 #10 55.05   binutils-2.38-25.fc37.aarch64                                                 
12:57:15 #10 55.05   binutils-gold-2.38-25.fc37.aarch64                                            
12:57:15 #10 55.05   bzip2-1.0.8-12.fc37.aarch64                                                   
12:57:15 #10 55.05   cpio-2.13-13.fc37.aarch64                                                     
12:57:15 #10 55.05   dash-0.5.11.5-2.fc37.aarch64                                                  
12:57:15 #10 53.40 Updating certificates in /etc/ssl/certs...
12:57:15 #10 55.05   dbus-libs-1:1.14.4-1.fc37.aarch64                                             
12:57:15 #10 55.05   debugedit-5.0-7.fc37.aarch64                                                  
12:57:15 #10 55.05   desktop-file-utils-0.26-7.fc37.aarch64                                        
12:57:15 #10 55.05   devscripts-checkbashisms-2.22.2-3.fc37.aarch64                                
12:57:15 #10 55.05   diffutils-3.8-3.fc37.aarch64                                                  
12:57:15 #10 55.05   dnf-plugins-core-4.3.1-1.fc37.noarch                                          
12:57:15 #10 55.05   dwz-0.14-7.fc37.aarch64                                                       
12:57:15 #10 55.05   ed-1.18-2.fc37.aarch64                                                        
12:57:15 #10 55.05   efi-srpm-macros-5-6.fc37.noarch                                               
12:57:15 #10 55.05   elfutils-0.187-8.fc37.aarch64                                                 
12:57:15 #10 55.05   elfutils-debuginfod-client-0.187-8.fc37.aarch64                               
12:57:15 #10 55.05   emacs-filesystem-1:28.2-3.fc37.noarch                                         
12:57:15 #10 55.05   enchant2-2.3.3-2.fc37.aarch64                                                 
12:57:15 #10 55.05   file-5.42-4.fc37.aarch64                                                      
12:57:15 #10 55.05   fonts-srpm-macros-1:2.0.5-9.fc37.noarch                                       
12:57:15 #10 55.05   fpc-srpm-macros-1.3-6.fc37.noarch                                             
12:57:15 #10 55.05   gdb-minimal-12.1-7.fc37.aarch64                                               
12:57:15 #10 55.05   gdk-pixbuf2-2.42.10-1.fc37.aarch64                                            
12:57:15 #10 55.05   ghc-srpm-macros-1.5.0-7.fc37.noarch                                           
12:57:15 #10 55.05   glibc-gconv-extra-2.36-9.fc37.aarch64                                         
12:57:15 #10 55.05   gnat-srpm-macros-5-1.fc37.noarch                                              
12:57:15 #10 55.05   go-srpm-macros-3.2.0-1.fc37.noarch                                            
12:57:15 #10 55.05   groff-base-1.22.4-10.fc37.aarch64                                             
12:57:15 #10 55.05   hunspell-1.7.0-21.fc37.aarch64                                                
12:57:15 #10 55.05   hunspell-en-0.20140811.1-23.fc37.noarch                                       
12:57:15 #10 55.05   hunspell-en-GB-0.20140811.1-23.fc37.noarch                                    
12:57:15 #10 55.05   hunspell-en-US-0.20140811.1-23.fc37.noarch                                    
12:57:15 #10 55.05   hunspell-filesystem-1.7.0-21.fc37.aarch64                                     
12:57:15 #10 55.05   json-glib-1.6.6-3.fc37.aarch64                                                
12:57:15 #10 55.05   kernel-srpm-macros-1.0-15.fc37.noarch                                         
12:57:15 #10 55.05   libappstream-glib-0.8.1-1.fc37.aarch64                                        
12:57:15 #10 55.05   libjpeg-turbo-2.1.3-2.fc37.aarch64                                            
12:57:15 #10 55.05   libpkgconf-1.8.0-3.fc37.aarch64                                               
12:57:15 #10 55.05   libpng-2:1.6.37-13.fc37.aarch64                                               
12:57:15 #10 55.05   libstemmer-0-19.585svn.fc37.aarch64                                           
12:57:15 #10 55.05   lua-srpm-macros-1-7.fc37.noarch                                               
12:57:15 #10 55.05   ncurses-6.3-3.20220501.fc37.aarch64                                           
12:57:15 #10 55.05   nim-srpm-macros-3-7.fc37.noarch                                               
12:57:15 #10 55.05   ocaml-srpm-macros-7-2.fc37.noarch                                             
12:57:15 #10 55.05   openblas-srpm-macros-2-12.fc37.noarch                                         
12:57:15 #10 55.05   package-notes-srpm-macros-0.5-6.fc37.noarch                                   
12:57:15 #10 55.05   patch-2.7.6-17.fc37.aarch64                                                   
12:57:15 #10 55.05   perl-AutoLoader-5.74-492.fc37.noarch                                          
12:57:15 #10 55.05   perl-B-1.83-492.fc37.aarch64                                                  
12:57:15 #10 55.05   perl-Carp-1.52-489.fc37.noarch                                                
12:57:15 #10 55.05   perl-Class-Struct-0.66-492.fc37.noarch                                        
12:57:15 #10 55.05   perl-Data-Dumper-2.184-490.fc37.aarch64                                       
12:57:15 #10 55.05   perl-Digest-1.20-489.fc37.noarch                                              
12:57:15 #10 55.05   perl-Digest-MD5-2.58-489.fc37.aarch64                                         
12:57:15 #10 55.05   perl-DynaLoader-1.52-492.fc37.aarch64                                         
12:57:15 #10 55.05   perl-Encode-4:3.19-492.fc37.aarch64                                           
12:57:15 #10 55.05   perl-Errno-1.36-492.fc37.aarch64                                              
12:57:15 #10 55.05   perl-Exporter-5.77-489.fc37.noarch                                            
12:57:15 #10 55.05   perl-Fcntl-1.15-492.fc37.aarch64                                              
12:57:15 #10 55.05   perl-File-Basename-2.85-492.fc37.noarch                                       
12:57:15 #10 55.05   perl-File-Path-2.18-489.fc37.noarch                                           
12:57:15 #10 55.05   perl-File-Temp-1:0.231.100-489.fc37.noarch                                    
12:57:15 #10 55.05   perl-File-stat-1.12-492.fc37.noarch                                           
12:57:15 #10 55.05   perl-FileHandle-2.03-492.fc37.noarch                                          
12:57:15 #10 55.05   perl-Getopt-Long-1:2.54-1.fc37.noarch                                         
12:57:15 #10 55.05   perl-Getopt-Std-1.13-492.fc37.noarch                                          
12:57:15 #10 55.05   perl-HTTP-Tiny-0.082-1.fc37.noarch                                            
12:57:15 #10 55.05   perl-IO-1.50-492.fc37.aarch64                                                 
12:57:15 #10 55.05   perl-IO-Socket-IP-0.41-490.fc37.noarch                                        
12:57:15 #10 55.05   perl-IO-Socket-SSL-2.075-1.fc37.noarch                                        
12:57:15 #10 55.05   perl-IPC-Open3-1.22-492.fc37.noarch                                           
12:57:15 #10 55.05   perl-MIME-Base64-3.16-489.fc37.aarch64                                        
12:57:15 #10 55.05   perl-Mozilla-CA-20211001-4.fc37.noarch                                        
12:57:15 #10 55.05   perl-NDBM_File-1.15-492.fc37.aarch64                                          
12:57:15 #10 55.05   perl-Net-SSLeay-1.92-4.fc37.aarch64                                           
12:57:15 #10 55.05   perl-POSIX-2.03-492.fc37.aarch64                                              
12:57:15 #10 55.05   perl-PathTools-3.84-489.fc37.aarch64                                          
12:57:15 #10 55.05   perl-Pod-Escapes-1:1.07-489.fc37.noarch                                       
12:57:15 #10 55.05   perl-Pod-Perldoc-3.28.01-490.fc37.noarch                                      
12:57:15 #10 55.05   perl-Pod-Simple-1:3.43-490.fc37.noarch                                        
12:57:15 #10 55.05   perl-Pod-Usage-4:2.03-3.fc37.noarch                                           
12:57:15 #10 55.05   perl-Scalar-List-Utils-5:1.63-489.fc37.aarch64                                
12:57:15 #10 55.05   perl-SelectSaver-1.02-492.fc37.noarch                                         
12:57:15 #10 55.05   perl-Socket-4:2.036-1.fc37.aarch64                                            
12:57:15 #10 55.05   perl-Storable-1:3.26-489.fc37.aarch64                                         
12:57:15 #10 55.05   perl-Symbol-1.09-492.fc37.noarch                                              
12:57:15 #10 55.05   perl-Term-ANSIColor-5.01-490.fc37.noarch                                      
12:57:15 #10 55.05   perl-Term-Cap-1.17-489.fc37.noarch                                            
12:57:15 #10 55.05   perl-Text-ParseWords-3.31-489.fc37.noarch                                     
12:57:15 #10 55.05   perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch                                 
12:57:15 #10 55.05   perl-Time-Local-2:1.300-489.fc37.noarch                                       
12:57:15 #10 55.05   perl-URI-5.17-1.fc37.noarch                                                   
12:57:15 #10 55.05   perl-base-2.27-492.fc37.noarch                                                
12:57:15 #10 55.05   perl-constant-1.33-490.fc37.noarch                                            
12:57:15 #10 55.05   perl-if-0.61.000-492.fc37.noarch                                              
12:57:15 #10 55.05   perl-interpreter-4:5.36.0-492.fc37.aarch64                                    
12:57:15 #10 55.05   perl-libnet-3.14-490.fc37.noarch                                              
12:57:15 #10 55.05   perl-libs-4:5.36.0-492.fc37.aarch64                                           
12:57:15 #10 55.05   perl-mro-1.26-492.fc37.aarch64                                                
12:57:15 #10 55.05   perl-overload-1.35-492.fc37.noarch                                            
12:57:15 #10 55.05   perl-overloading-0.02-492.fc37.noarch                                         
12:57:15 #10 55.05   perl-parent-1:0.238-489.fc37.noarch                                           
12:57:15 #10 55.05   perl-podlators-1:4.14-489.fc37.noarch                                         
12:57:15 #10 55.05   perl-srpm-macros-1-46.fc37.noarch                                             
12:57:15 #10 55.05   perl-subs-1.04-492.fc37.noarch                                                
12:57:15 #10 55.05   perl-vars-1.05-492.fc37.noarch                                                
12:57:15 #10 55.05   pkgconf-1.8.0-3.fc37.aarch64                                                  
12:57:15 #10 55.05   pkgconf-m4-1.8.0-3.fc37.noarch                                                
12:57:15 #10 55.05   pkgconf-pkg-config-1.8.0-3.fc37.aarch64                                       
12:57:15 #10 55.05   pyproject-srpm-macros-1.6.0-1.fc37.noarch                                     
12:57:15 #10 55.05   python-srpm-macros-3.11-5.fc37.noarch                                         
12:57:15 #10 55.05   python3-construct-2.10.68-3.fc37.noarch                                       
12:57:15 #10 55.05   python3-dateutil-1:2.8.2-4.fc37.noarch                                        
12:57:15 #10 55.05   python3-dbus-1.3.2-1.fc37.aarch64                                             
12:57:15 #10 55.05   python3-distro-1.7.0-3.fc37.noarch                                            
12:57:15 #10 55.05   python3-dnf-plugins-core-4.3.1-1.fc37.noarch                                  
12:57:15 #10 55.05   python3-enchant-3.2.2-5.fc37.noarch                                           
12:57:15 #10 55.05   python3-file-magic-5.42-4.fc37.noarch                                         
12:57:15 #10 55.05   python3-pybeam-0.7-4.fc37.noarch                                              
12:57:15 #10 55.05   python3-pyxdg-0.27-6.fc37.noarch                                              
12:57:15 #10 55.05   python3-six-1.16.0-8.fc37.noarch                                              
12:57:15 #10 55.05   python3-tomli-w-1.0.0-4.fc37.noarch                                           
12:57:15 #10 55.05   python3-zstandard-0.19.0-1.fc37.aarch64                                       
12:57:15 #10 55.05   qt5-srpm-macros-5.15.8-1.fc37.noarch                                          
12:57:15 #10 55.05   redhat-rpm-config-229-1.fc37.noarch                                           
12:57:15 #10 55.05   rpm-build-4.18.0-1.fc37.aarch64                                               
12:57:15 #10 55.05   rpmautospec-rpm-macros-0.3.1-1.fc37.noarch                                    
12:57:15 #10 55.05   rpmlint-2.4.0-3.fc37.noarch                                                   
12:57:15 #10 55.05   rpmlint-fedora-license-data-1.12-1.fc37.noarch                                
12:57:15 #10 55.05   rust-srpm-macros-23-1.fc37.noarch                                             
12:57:15 #10 55.05   shared-mime-info-2.2-2.fc37.aarch64                                           
12:57:15 #10 55.05   unzip-6.0-58.fc37.aarch64                                                     
12:57:15 #10 55.05   xxhash-libs-0.8.1-3.fc37.aarch64                                              
12:57:15 #10 55.05   xz-5.2.5-10.fc37.aarch64                                                      
12:57:15 #10 55.05   zip-3.0-33.fc37.aarch64                                                       
12:57:15 #10 55.05   zstd-1.5.2-3.fc37.aarch64                                                     
12:57:15 #10 55.05 
12:57:15 #10 55.05 Complete!
12:57:15 #14 DONE 4.7s
12:57:15 
12:57:15 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:57:15 #15 DONE 0.1s
12:57:15 
12:57:15 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:57:15 #16 DONE 0.1s
12:57:15 
12:57:15 #17 exporting to image
12:57:15 #17 exporting layers
12:57:15 #11 42.28 Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.1) ...
12:57:15 #11 42.30 Setting up openssh-client (1:8.9p1-3ubuntu0.1) ...
12:57:15 #11 42.37 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
12:57:15 #11 42.37 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
12:57:15 #11 42.38 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
12:57:15 #11 42.38 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
12:57:15 #11 42.38 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
12:57:15 #11 42.38 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
12:57:15 #11 42.40 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
12:57:15 #11 42.41 Setting up libxext6:amd64 (2:1.3.4-1build1) ...
12:57:15 #11 42.42 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.7) ...
12:57:15 #11 42.45 Setting up python3 (3.10.6-1~22.04) ...
12:57:15 #12 7.533 dh_compress
12:57:15 #12 7.574 dh_fixperms
12:57:15 #12 7.624 dh_installdeb
12:57:15 #12 7.651 dh_gencontrol
12:57:15 #12 7.773 dh_md5sums
12:57:16 #10 53.01 (19/143): hunspell-en-GB-0.20140811.1-22.fc36.n  11 MB/s | 225 kB     00:00    
12:57:16 #10 53.01 (20/143): hunspell-en-US-0.20140811.1-22.fc36.n 9.3 MB/s | 176 kB     00:00    
12:57:16 #10 53.01 (21/143): hunspell-filesystem-1.7.0-19.fc36.x86 719 kB/s | 8.9 kB     00:00    
12:57:16 #10 53.02 (22/143): info-6.8-3.fc36.x86_64.rpm             28 MB/s | 225 kB     00:00    
12:57:16 #10 53.02 (23/143): kernel-srpm-macros-1.0-14.fc36.noarch 1.2 MB/s | 9.1 kB     00:00    
12:57:16 #10 53.03 (24/143): json-glib-1.6.6-2.fc36.x86_64.rpm     9.5 MB/s | 152 kB     00:00    
12:57:16 #10 53.03 (25/143): libjpeg-turbo-2.1.2-2.fc36.x86_64.rpm  15 MB/s | 182 kB     00:00    
12:57:16 #10 53.03 (26/143): libpkgconf-1.8.0-2.fc36.x86_64.rpm    3.1 MB/s |  36 kB     00:00    
12:57:16 #10 53.04 (27/143): libstemmer-0-18.585svn.fc36.x86_64.rp  11 MB/s |  82 kB     00:00    
12:57:16 #10 53.05 (28/143): libpng-1.6.37-12.fc36.x86_64.rpm      8.3 MB/s | 119 kB     00:00    
12:57:16 #10 53.05 (29/143): lua-srpm-macros-1-6.fc36.noarch.rpm   620 kB/s | 8.5 kB     00:00    
12:57:16 #10 53.06 (30/143): ncurses-6.2-9.20210508.fc36.x86_64.rp  23 MB/s | 400 kB     00:00    
12:57:16 #10 53.06 (31/143): nim-srpm-macros-3-6.fc36.noarch.rpm   862 kB/s | 8.3 kB     00:00    
12:57:16 #10 53.06 (32/143): ocaml-srpm-macros-6-6.fc36.noarch.rpm 646 kB/s | 7.7 kB     00:00    
12:57:16 #10 53.06 (33/143): openblas-srpm-macros-2-11.fc36.noarch 957 kB/s | 7.4 kB     00:00    
12:57:16 #10 53.07 (34/143): package-notes-srpm-macros-0.4-14.fc36 1.6 MB/s |  11 kB     00:00    
12:57:16 #10 53.07 (35/143): patch-2.7.6-16.fc36.x86_64.rpm         12 MB/s | 124 kB     00:00    
12:57:16 #10 53.08 (36/143): perl-AutoLoader-5.74-486.fc36.noarch. 2.5 MB/s |  26 kB     00:00    
12:57:16 #10 53.08 (37/143): perl-Carp-1.52-479.fc36.noarch.rpm    4.1 MB/s |  29 kB     00:00    
12:57:16 #10 53.09 (38/143): perl-B-1.82-486.fc36.x86_64.rpm        14 MB/s | 185 kB     00:00    
12:57:16 #10 53.09 (39/143): perl-Class-Struct-0.66-486.fc36.noarc 2.3 MB/s |  27 kB     00:00    
12:57:16 #10 53.09 (40/143): perl-Data-Dumper-2.183-3.fc36.x86_64. 5.5 MB/s |  56 kB     00:00    
12:57:16 #10 53.10 (41/143): perl-Digest-MD5-2.58-479.fc36.x86_64. 4.9 MB/s |  36 kB     00:00    
12:57:16 #10 53.10 (42/143): perl-Digest-1.20-2.fc36.noarch.rpm    2.4 MB/s |  25 kB     00:00    
12:57:16 #10 53.10 (43/143): perl-DynaLoader-1.50-486.fc36.x86_64. 2.9 MB/s |  31 kB     00:00    
12:57:16 #10 53.11 (44/143): perl-Errno-1.33-486.fc36.x86_64.rpm   2.1 MB/s |  20 kB     00:00    
12:57:16 #10 53.11 (45/143): perl-Exporter-5.76-480.fc36.noarch.rp 3.4 MB/s |  31 kB     00:00    
12:57:16 #10 53.11 (46/143): perl-Fcntl-1.14-486.fc36.x86_64.rpm   3.0 MB/s |  25 kB     00:00    
12:57:16 #10 53.11 (47/143): perl-File-Basename-2.85-486.fc36.noar 3.9 MB/s |  22 kB     00:00    
12:57:16 #10 53.12 (48/143): perl-File-Path-2.18-479.fc36.noarch.r 4.1 MB/s |  35 kB     00:00    
12:57:16 #10 53.12 (49/143): perl-FileHandle-2.03-486.fc36.noarch. 3.1 MB/s |  20 kB     00:00    
12:57:16 #10 53.13 (50/143): perl-File-stat-1.09-486.fc36.noarch.r 1.7 MB/s |  22 kB     00:00    
12:57:16 #10 53.13 (51/143): perl-File-Temp-0.231.100-479.fc36.noa 3.1 MB/s |  59 kB     00:00    
12:57:16 #10 53.13 (52/143): perl-Getopt-Std-1.13-486.fc36.noarch. 2.5 MB/s |  21 kB     00:00    
12:57:16 #10 53.14 (53/143): perl-IO-1.46-486.fc36.x86_64.rpm      9.5 MB/s |  92 kB     00:00    
12:57:16 #10 53.14 (54/143): perl-IO-Socket-IP-0.41-480.fc36.noarc 5.3 MB/s |  42 kB     00:00    
12:57:16 #10 53.15 (55/143): perl-IO-Socket-SSL-2.074-2.fc36.noarc  18 MB/s | 218 kB     00:00    
12:57:16 #10 53.15 (56/143): perl-IPC-Open3-1.21-486.fc36.noarch.r 2.6 MB/s |  28 kB     00:00    
12:57:16 #10 53.15 (57/143): perl-Mozilla-CA-20211001-2.fc36.noarc 1.8 MB/s |  12 kB     00:00    
12:57:16 #10 53.16 (58/143): perl-MIME-Base64-3.16-479.fc36.x86_64 2.7 MB/s |  30 kB     00:00    
12:57:16 #10 53.16 (59/143): perl-NDBM_File-1.15-486.fc36.x86_64.r 2.4 MB/s |  27 kB     00:00    
12:57:16 #10 53.17 (60/143): perl-Net-SSLeay-1.92-2.fc36.x86_64.rp  25 MB/s | 364 kB     00:00    
12:57:16 #10 53.17 (61/143): perl-POSIX-1.97-486.fc36.x86_64.rpm   9.6 MB/s | 102 kB     00:00    
12:57:16 #10 53.18 (62/143): perl-PathTools-3.80-479.fc36.x86_64.r 5.9 MB/s |  85 kB     00:00    
12:57:16 #10 53.18 (63/143): perl-Pod-Escapes-1.07-479.fc36.noarch 1.9 MB/s |  20 kB     00:00    
12:57:16 #10 53.18 (64/143): perl-Pod-Perldoc-3.28.01-480.fc36.noa  13 MB/s |  83 kB     00:00    
12:57:16 #10 53.19 (65/143): perl-Pod-Simple-3.43-3.fc36.noarch.rp  21 MB/s | 215 kB     00:00    
12:57:16 #10 53.19 (66/143): perl-Pod-Usage-2.01-479.fc36.noarch.r 4.1 MB/s |  40 kB     00:00    
12:57:16 #10 53.20 (67/143): perl-SelectSaver-1.02-486.fc36.noarch 1.4 MB/s |  17 kB     00:00    
12:57:16 #10 53.20 (68/143): perl-Storable-3.25-2.fc36.x86_64.rpm  6.2 MB/s |  96 kB     00:00    
12:57:16 #10 53.21 (69/143): perl-Symbol-1.09-486.fc36.noarch.rpm  1.2 MB/s |  19 kB     00:00    
12:57:16 #10 53.21 (70/143): perl-Term-ANSIColor-5.01-480.fc36.noa 4.5 MB/s |  48 kB     00:00    
12:57:16 #10 53.21 (71/143): perl-Term-Cap-1.17-479.fc36.noarch.rp 3.1 MB/s |  22 kB     00:00    
12:57:16 #10 53.22 (72/143): perl-Text-Tabs+Wrap-2021.0814-2.fc36. 2.2 MB/s |  22 kB     00:00    
12:57:16 #10 53.22 (73/143): perl-Time-Local-1.300-479.fc36.noarch 3.7 MB/s |  34 kB     00:00    
12:57:16 #10 53.23 (74/143): perl-URI-5.10-1.fc36.noarch.rpm       8.5 MB/s | 108 kB     00:00    
12:57:16 #10 53.23 (75/143): perl-base-2.27-486.fc36.noarch.rpm    2.0 MB/s |  21 kB     00:00    
12:57:16 #10 53.23 (76/143): perl-constant-1.33-480.fc36.noarch.rp 1.6 MB/s |  23 kB     00:00    
12:57:16 #10 53.24 (77/143): perl-if-0.60.900-486.fc36.noarch.rpm  1.9 MB/s |  19 kB     00:00    
12:57:16 #10 53.24 (78/143): perl-interpreter-5.34.1-486.fc36.x86_  11 MB/s |  76 kB     00:00    
12:57:16 #10 53.25 (79/143): perl-libnet-3.13-480.fc36.noarch.rpm  8.4 MB/s | 126 kB     00:00    
12:57:16 #10 53.26 (80/143): perl-libs-5.34.1-486.fc36.x86_64.rpm   84 MB/s | 2.1 MB     00:00    
12:57:16 #10 53.27 (81/143): perl-mro-1.25-486.fc36.x86_64.rpm     1.6 MB/s |  33 kB     00:00    
12:57:16 #10 53.27 (82/143): perl-overload-1.33-486.fc36.noarch.rp 2.7 MB/s |  50 kB     00:00    
12:57:16 #10 53.27 (83/143): perl-overloading-0.02-486.fc36.noarch 2.1 MB/s |  18 kB     00:00    
12:57:16 #10 53.28 (84/143): perl-srpm-macros-1-43.fc36.noarch.rpm 2.3 MB/s | 8.4 kB     00:00    
12:57:16 #10 53.28 (85/143): perl-parent-0.238-479.fc36.noarch.rpm 1.5 MB/s |  14 kB     00:00    
12:57:16 #10 53.28 (86/143): perl-podlators-4.14-479.fc36.noarch.r 9.2 MB/s | 112 kB     00:00    
12:57:16 #10 53.28 (87/143): perl-subs-1.04-486.fc36.noarch.rpm    2.0 MB/s |  17 kB     00:00    
12:57:16 #10 53.29 (88/143): pkgconf-1.8.0-2.fc36.x86_64.rpm       6.5 MB/s |  41 kB     00:00    
12:57:16 #10 53.29 (89/143): perl-vars-1.05-486.fc36.noarch.rpm    1.8 MB/s |  18 kB     00:00    
12:57:16 #10 53.29 (90/143): pkgconf-m4-1.8.0-2.fc36.noarch.rpm    1.5 MB/s |  14 kB     00:00    
12:57:16 #10 53.30 (91/143): pkgconf-pkg-config-1.8.0-2.fc36.x86_6 1.2 MB/s |  10 kB     00:00    
12:57:16 #10 53.30 (92/143): python3-dbus-1.2.18-3.fc36.x86_64.rpm  21 MB/s | 132 kB     00:00    
12:57:16 #10 53.31 (93/143): python3-dateutil-2.8.1-8.fc36.noarch.  24 MB/s | 289 kB     00:00    
12:57:16 #11 43.95 invoke-rc.d: policy-rc.d denied execution of start.
12:57:16 #11 43.96 Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
12:57:16 #11 43.97 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:16 #11 43.98 Setting up libedit2:amd64 (3.1-20191231-1) ...
12:57:16 #11 43.99 Setting up libreadline8:amd64 (8.0-4) ...
12:57:16 #11 44.01 Setting up m4 (1.4.18-4) ...
12:57:16 #11 44.02 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:16 #11 44.03 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
12:57:16 #11 54.31 Setting up python3-cryptography (3.4.8-2) ...
12:57:16 #12 9.352 Selecting previously unselected package libpkgconf3:arm64.
12:57:16 #12 9.357 Preparing to unpack .../13-libpkgconf3_1.8.1-1_arm64.deb ...
12:57:16 #12 9.360 Unpacking libpkgconf3:arm64 (1.8.1-1) ...
12:57:16 #12 9.399 Selecting previously unselected package pkgconf-bin.
12:57:16 #12 9.403 Preparing to unpack .../14-pkgconf-bin_1.8.1-1_arm64.deb ...
12:57:16 #12 9.407 Unpacking pkgconf-bin (1.8.1-1) ...
12:57:16 #12 9.447 Selecting previously unselected package pkgconf:arm64.
12:57:16 #12 9.451 Preparing to unpack .../15-pkgconf_1.8.1-1_arm64.deb ...
12:57:16 #12 9.457 Unpacking pkgconf:arm64 (1.8.1-1) ...
12:57:16 #12 9.526 Selecting previously unselected package pkg-config:arm64.
12:57:16 #12 9.527 Preparing to unpack .../16-pkg-config_1.8.1-1_arm64.deb ...
12:57:16 #12 9.536 Unpacking pkg-config:arm64 (1.8.1-1) ...
12:57:16 #12 9.586 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
12:57:16 #10 46.43 Updating certificates in /etc/ssl/certs...
12:57:16 #16 DONE 0.1s
12:57:16 
12:57:16 #17 exporting to image
12:57:16 #17 exporting layers
12:57:16 #10 31.46 Selecting previously unselected package libicu63:armhf.
12:57:16 #10 31.46 Preparing to unpack .../050-libicu63_63.1-6+deb10u3_armhf.deb ...
12:57:16 #10 31.46 Unpacking libicu63:armhf (63.1-6+deb10u3) ...
12:57:16 #10 28.99 Selecting previously unselected package cpp.
12:57:16 #10 28.99 Preparing to unpack .../024-cpp_4%3a10.2.1-1+rpi1_armhf.deb ...
12:57:16 #10 28.99 Unpacking cpp (4:10.2.1-1+rpi1) ...
12:57:16 #10 29.04 Preparing to unpack .../025-curl_7.74.0-1.3+deb11u5_armhf.deb ...
12:57:16 #10 29.05 Unpacking curl (7.74.0-1.3+deb11u5) over (7.74.0-1.3+deb11u3) ...
12:57:16 #10 29.13 Preparing to unpack .../026-libcurl4_7.74.0-1.3+deb11u5_armhf.deb ...
12:57:16 + STATUS=0
12:57:16 + '[' 0 -ne 0 ']'
12:57:16 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:57:16 + /usr/bin/tar -xof -
12:57:16 #10 35.67 Selecting previously unselected package libmodule-runtime-perl.
12:57:16 #10 35.68 Preparing to unpack .../119-libmodule-runtime-perl_0.016-2_all.deb ...
12:57:16 #10 35.68 Unpacking libmodule-runtime-perl (0.016-2) ...
12:57:16 #10 35.72 Selecting previously unselected package libimport-into-perl.
12:57:16 #10 35.72 Preparing to unpack .../120-libimport-into-perl_1.002005-2_all.deb ...
12:57:16 #10 35.72 Unpacking libimport-into-perl (1.002005-2) ...
12:57:16 #10 35.77 Selecting previously unselected package librole-tiny-perl.
12:57:16 #10 35.77 Preparing to unpack .../121-librole-tiny-perl_2.002004-1_all.deb ...
12:57:16 #10 35.78 Unpacking librole-tiny-perl (2.002004-1) ...
12:57:16 #10 35.83 Selecting previously unselected package libsub-quote-perl.
12:57:16 #10 35.83 Preparing to unpack .../122-libsub-quote-perl_2.006008-1_all.deb ...
12:57:16 #10 35.83 Unpacking libsub-quote-perl (2.006008-1) ...
12:57:16 #10 35.87 Selecting previously unselected package libmoo-perl.
12:57:16 #11 56.31 Setting up dh-autoreconf (20) ...
12:57:16 #11 56.32 Setting up libdata-validate-uri-perl (0.07-2) ...
12:57:16 #11 56.33 Setting up libnet-smtp-ssl-perl (1.04-2) ...
12:57:16 #11 56.35 Setting up python3-gpg (1.17.1-4.1ubuntu1) ...
12:57:16 #11 54.52 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
12:57:16 #11 54.54 Updating certificates in /etc/ssl/certs...
12:57:16 #10 DONE 55.3s
12:57:16 
12:57:16 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
12:57:16 #11 DONE 0.1s
12:57:16 #12 7.805 dh_builddeb
12:57:16 #12 7.827 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:57:16 #12 7.848 
12:57:16 #12 7.848 The package has been created.
12:57:16 #12 7.848 Attention, the package has been created in the current directory,
12:57:16 #12 7.848 not in ".." as indicated by the message above!
12:57:16 #12 7.873 Selecting previously unselected package docker-ce-build-deps.
12:57:16 #12 7.890 (Reading database ... 27755 files and directories currently installed.)
12:57:16 #12 7.892 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:57:16 #12 7.896 Unpacking docker-ce-build-deps (1.0) ...
12:57:16 #10 53.31 (94/143): python3-distro-1.6.0-2.fc36.noarch.rp 3.0 MB/s |  38 kB     00:00    
12:57:16 #10 53.31 (95/143): python3-enchant-3.2.2-2.fc36.noarch.r 6.2 MB/s |  79 kB     00:00    
12:57:16 #10 53.34 (96/143): python3-file-magic-5.41-4.fc36.noarch 635 kB/s |  18 kB     00:00    
12:57:16 #10 53.34 (97/143): python3-pybeam-0.7-2.fc36.noarch.rpm  712 kB/s |  24 kB     00:00    
12:57:16 #10 53.35 (98/143): python3-pyxdg-0.27-4.fc36.noarch.rpm  2.8 MB/s |  96 kB     00:00    
12:57:16 #10 53.35 (99/143): python3-six-1.16.0-5.fc36.noarch.rpm  3.7 MB/s |  36 kB     00:00    
12:57:16 #10 53.36 (100/143): python3-tomli-1.2.3-1.fc36.noarch.rp 3.9 MB/s |  29 kB     00:00    
12:57:16 #10 53.36 (101/143): python3-tomli-w-0.4.0-3.fc36.noarch. 1.5 MB/s |  18 kB     00:00    
12:57:16 #10 53.37 (102/143): python3-zstandard-0.17.0-1.fc36.x86_  28 MB/s | 458 kB     00:00    
12:57:16 #10 53.37 (103/143): shared-mime-info-2.1-3.fc35.x86_64.r  22 MB/s | 373 kB     00:00    
12:57:16 #10 53.38 (104/143): xxhash-libs-0.8.1-2.fc36.x86_64.rpm  4.6 MB/s |  42 kB     00:00    
12:57:16 #10 53.42 (105/143): unzip-6.0-57.fc36.x86_64.rpm         3.6 MB/s | 182 kB     00:00    
12:57:16 #10 53.42 (106/143): xz-5.2.5-9.fc36.x86_64.rpm           4.4 MB/s | 214 kB     00:00    
12:57:16 #10 53.43 (107/143): zip-3.0-32.fc36.x86_64.rpm           5.1 MB/s | 260 kB     00:00    
12:57:16 #10 53.43 (108/143): ansible-srpm-macros-1-8.1.fc36.noarc 1.1 MB/s | 8.5 kB     00:00    
12:57:16 #10 53.45 (109/143): binutils-gold-2.37-37.fc36.x86_64.rp  39 MB/s | 753 kB     00:00    
12:57:16 #10 53.46 (110/143): dbus-libs-1.14.4-1.fc36.x86_64.rpm   6.7 MB/s | 155 kB     00:00    
12:57:16 #10 53.50 (111/143): binutils-2.37-37.fc36.x86_64.rpm      84 MB/s | 6.0 MB     00:00    
12:57:16 #10 53.50 (112/143): dnf-plugins-core-4.3.1-1.fc36.noarch 802 kB/s |  34 kB     00:00    
12:57:16 #10 53.50 (113/143): dwz-0.14-4.fc36.x86_64.rpm           3.3 MB/s | 127 kB     00:00    
12:57:16 #10 53.51 (114/143): elfutils-debuginfod-client-0.188-3.f 9.0 MB/s |  40 kB     00:00    
12:57:16 #10 53.51 (115/143): emacs-filesystem-28.2-1.fc36.noarch. 935 kB/s | 7.1 kB     00:00    
12:57:16 #10 53.56 (116/143): elfutils-0.188-3.fc36.x86_64.rpm     8.8 MB/s | 523 kB     00:00    
12:57:16 #11 44.37 Updating certificates in /etc/ssl/certs...
12:57:16 #11 54.54 Setting up python3-debian (0.1.46) ...
12:57:16 #11 54.71 Setting up python3-requests (2.27.1+dfsg-1ubuntu2) ...
12:57:16 #12 9.620 Setting up libpcre2-16-0:arm64 (10.42-1) ...
12:57:16 #12 9.636 Setting up libpcre2-32-0:arm64 (10.42-1) ...
12:57:16 #12 9.648 Setting up libpkgconf3:arm64 (1.8.1-1) ...
12:57:16 #12 9.661 Setting up libuv1:arm64 (1.44.2-1) ...
12:57:16 #12 9.692 Setting up bash-completion (1:2.11-6) ...
12:57:16 #12 9.731 Setting up libproc2-0:arm64 (2:4.0.2-3) ...
12:57:16 #12 9.748 Setting up libjsoncpp25:arm64 (1.9.5-4) ...
12:57:16 #12 9.760 Setting up libudev-dev:arm64 (252.5-2) ...
12:57:16 #12 9.782 Setting up libsepol-dev:arm64 (3.4-2) ...
12:57:16 #12 9.807 Setting up pkgconf-bin (1.8.1-1) ...
12:57:16 #10 24.61 Selecting previously unselected package gcc-10.
12:57:16 #10 24.61 Preparing to unpack .../049-gcc-10_10.2.1-6_armhf.deb ...
12:57:16 #10 24.65 Unpacking gcc-10 (10.2.1-6) ...
12:57:16 #13 1.213 Reading package lists...
12:57:16 #10 46.82 124 added, 0 removed; done.
12:57:16 #10 29.14 Unpacking libcurl4:armhf (7.74.0-1.3+deb11u5) over (7.74.0-1.3+deb11u3) ...
12:57:16 #10 29.25 Selecting previously unselected package libdebhelper-perl.
12:57:16 #10 29.25 Preparing to unpack .../027-libdebhelper-perl_13.3.4_all.deb ...
12:57:16 #10 29.26 Unpacking libdebhelper-perl (13.3.4) ...
12:57:16 #10 29.32 Selecting previously unselected package libcc1-0:armhf.
12:57:16 #10 29.32 Preparing to unpack .../028-libcc1-0_10.2.1-6+rpi1_armhf.deb ...
12:57:16 #10 29.32 Unpacking libcc1-0:armhf (10.2.1-6+rpi1) ...
12:57:16 #10 29.38 Selecting previously unselected package libgomp1:armhf.
12:57:16 #10 29.38 Preparing to unpack .../029-libgomp1_10.2.1-6+rpi1_armhf.deb ...
12:57:16 #10 29.38 Unpacking libgomp1:armhf (10.2.1-6+rpi1) ...
12:57:16 #10 29.44 Selecting previously unselected package libatomic1:armhf.
12:57:16 #10 29.44 Preparing to unpack .../030-libatomic1_10.2.1-6+rpi1_armhf.deb ...
12:57:16 #10 29.45 Unpacking libatomic1:armhf (10.2.1-6+rpi1) ...
12:57:16 #10 29.50 Selecting previously unselected package libasan6:armhf.
12:57:16 #10 29.50 Preparing to unpack .../031-libasan6_10.2.1-6+rpi1_armhf.deb ...
12:57:16 #10 35.87 Preparing to unpack .../123-libmoo-perl_2.005005-1_all.deb ...
12:57:16 #10 35.88 Unpacking libmoo-perl (2.005005-1) ...
12:57:16 #10 35.92 Selecting previously unselected package libencode-locale-perl.
12:57:16 #10 35.92 Preparing to unpack .../124-libencode-locale-perl_1.05-3_all.deb ...
12:57:16 #10 35.93 Unpacking libencode-locale-perl (1.05-3) ...
12:57:16 #10 35.97 Selecting previously unselected package libtimedate-perl.
12:57:16 #10 35.97 Preparing to unpack .../125-libtimedate-perl_2.3300-2_all.deb ...
12:57:16 #10 35.97 Unpacking libtimedate-perl (2.3300-2) ...
12:57:16 #10 36.02 Selecting previously unselected package libhttp-date-perl.
12:57:16 #10 36.02 Preparing to unpack .../126-libhttp-date-perl_6.05-2_all.deb ...
12:57:16 #10 36.02 Unpacking libhttp-date-perl (6.05-2) ...
12:57:16 #10 36.11 Selecting previously unselected package libfile-listing-perl.
12:57:16 #10 36.11 Preparing to unpack .../127-libfile-listing-perl_6.15-1_all.deb ...
12:57:16 #11 56.54 Setting up python3-certifi (2022.6.15-2) ...
12:57:16 #11 56.68 Setting up libmodule-runtime-perl (0.016-2) ...
12:57:16 #11 56.70 Setting up libmailtools-perl (2.21-1) ...
12:57:16 #11 56.72 Setting up python3-gi (3.42.2-2) ...
12:57:16 
12:57:16 #12 [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
12:57:16 #10 57.47   Preparing        :                                                        1/1 
12:57:16 #10 57.51   Installing       : python3-six-1.16.0-5.fc36.noarch                     1/148 
12:57:16 #10 57.54   Installing       : hunspell-filesystem-1.7.0-19.fc36.aarch64            2/148 
12:57:16 #10 57.55   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch               3/148 
12:57:16 #10 57.56   Installing       : python3-construct-2.10.68-1.fc36.noarch              4/148 
12:57:16 #10 53.84 127 added, 0 removed; done.
12:57:16 #10 53.87 Setting up libgprofng0:amd64 (2.40-2) ...
12:57:16 #10 53.88 Setting up libfreetype6:amd64 (2.12.1+dfsg-4) ...
12:57:16 #10 53.89 Setting up libgcc-12-dev:amd64 (12.2.0-14) ...
12:57:16 #10 53.91 Setting up shared-mime-info (2.2-1) ...
12:57:16 #10 53.59 (117/143): gdb-minimal-12.1-2.fc36.x86_64.rpm    47 MB/s | 3.9 MB     00:00    
12:57:16 #10 53.60 (118/143): gdk-pixbuf2-2.42.9-2.fc36.x86_64.rpm 5.8 MB/s | 466 kB     00:00    
12:57:16 #10 53.61 (119/143): glibc-gconv-extra-2.35-22.fc36.x86_6  33 MB/s | 1.6 MB     00:00    
12:57:16 #10 53.61 (120/143): go-srpm-macros-3.2.0-1.fc36.noarch.r 1.5 MB/s |  26 kB     00:00    
12:57:16 #10 53.62 (121/143): libappstream-glib-0.8.0-4.fc36.x86_6  16 MB/s | 391 kB     00:00    
12:57:16 #10 53.64 (122/143): perl-Encode-3.17-485.fc36.x86_64.rpm  67 MB/s | 1.7 MB     00:00    
12:57:16 #10 53.64 (123/143): perl-HTTP-Tiny-0.082-1.fc36.noarch.r 3.7 MB/s |  55 kB     00:00    
12:57:16 #10 53.64 (124/143): perl-Getopt-Long-2.54-1.fc36.noarch. 3.2 MB/s |  60 kB     00:00    
12:57:16 #10 53.65 (125/143): perl-Socket-2.036-1.fc36.x86_64.rpm  9.4 MB/s |  55 kB     00:00    
12:57:16 #10 53.65 (126/143): perl-Scalar-List-Utils-1.63-489.fc36 5.9 MB/s |  72 kB     00:00    
12:57:16 #10 53.65 (127/143): python-srpm-macros-3.10-20.fc36.noar 3.8 MB/s |  23 kB     00:00    
12:57:16 #10 53.66 (128/143): perl-Text-ParseWords-3.31-1.fc36.noa 1.3 MB/s |  16 kB     00:00    
12:57:16 #10 53.66 (129/143): python3-construct-2.10.68-1.fc36.noa  11 MB/s | 112 kB     00:00    
12:57:16 #10 53.66 (130/143): python3-dnf-plugins-core-4.3.1-1.fc3  20 MB/s | 229 kB     00:00    
12:57:16 #10 53.67 (131/143): qt5-srpm-macros-5.15.7-1.fc36.noarch 790 kB/s | 7.9 kB     00:00    
12:57:16 #10 53.67 (132/143): redhat-rpm-config-222-1.fc36.noarch.  11 MB/s |  66 kB     00:00    
12:57:16 #10 53.67 (133/143): rpmautospec-rpm-macros-0.3.1-1.fc36. 1.3 MB/s | 8.7 kB     00:00    
12:57:16 #10 53.68 (134/143): rpm-build-4.17.1-3.fc36.x86_64.rpm   4.5 MB/s |  58 kB     00:00    
12:57:16 #10 53.68 (135/143): rpmlint-2.4.0-3.fc36.noarch.rpm       20 MB/s | 238 kB     00:00    
12:57:16 #10 53.69 (136/143): rust-srpm-macros-23-1.fc36.noarch.rp 1.0 MB/s | 9.3 kB     00:00    
12:57:16 #10 53.72 (137/143): rpmlint-fedora-license-data-1.12-1.f 358 kB/s |  18 kB     00:00    
12:57:16 #10 53.73 (138/143): zstd-1.5.2-2.fc36.x86_64.rpm         9.1 MB/s | 448 kB     00:00    
12:57:16 #10 53.76 (139/143): elfutils-libelf-0.188-3.fc36.x86_64. 2.6 MB/s | 196 kB     00:00    
12:57:16 #11 44.77 124 added, 0 removed; done.
12:57:16 #11 42.73 Setting up binutils (2.38-4ubuntu2.1) ...
12:57:16 #11 42.74 Setting up python3-xdg (0.27-2) ...
12:57:16 #11 42.89 Setting up man-db (2.10.2-1) ...
12:57:16 #11 54.86 Setting up equivs (2.3.1) ...
12:57:16 #11 54.88 Setting up g++ (4:12.2.0-1ubuntu1) ...
12:57:16 #11 54.90 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:57:16 #11 54.90 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
12:57:16 #11 54.91 Setting up build-essential (12.9ubuntu3) ...
12:57:16 #11 54.92 Setting up libmoox-aliases-perl (0.001006-2) ...
12:57:16 #11 54.93 Setting up libb-hooks-endofscope-perl (0.26-1) ...
12:57:16 #11 54.93 Setting up python3-nacl (1.5.0-2) ...
12:57:16 #12 9.828 Setting up libpcre2-posix3:arm64 (10.42-1) ...
12:57:16 #12 9.840 Setting up librhash0:arm64 (1.4.3-3) ...
12:57:16 #12 9.861 Setting up procps (2:4.0.2-3) ...
12:57:16 #12 9.923 Setting up cmake-data (3.25.1-1) ...
12:57:16 #12 9.948 Setting up dh-apparmor (3.0.8-2) ...
12:57:16 #12 9.960 Setting up libsystemd-dev:arm64 (252.5-2) ...
12:57:16 #12 9.972 Setting up libpcre2-dev:arm64 (10.42-1) ...
12:57:16 #12 9.990 Setting up libselinux1-dev:arm64 (3.4-1+b5) ...
12:57:16 #12 10.00 Setting up pkgconf:arm64 (1.8.1-1) ...
12:57:16 #12 10.02 Setting up pkg-config:arm64 (1.8.1-1) ...
12:57:16 #12 10.04 Setting up cmake (3.25.1-1) ...
12:57:16 #13 2.245 dpkg-buildpackage: info: source package docker-ce-build-deps
12:57:16 #13 2.245 dpkg-buildpackage: info: source version 1.0
12:57:16 #13 2.245 dpkg-buildpackage: info: source distribution unstable
12:57:16 #13 2.245 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:57:16 #13 2.281  dpkg-source --before-build .
12:57:16 #13 2.282 dpkg-buildpackage: info: host architecture arm64
12:57:16 #13 2.380  debian/rules clean
12:57:16 #13 2.382 dh clean
12:57:16 #13 2.469    dh_clean
12:57:16 #13 2.504  debian/rules binary
12:57:16 #10 46.85 Setting up manpages-dev (4.15-1) ...
12:57:16 #10 46.86 Setting up libc6-dev:amd64 (2.27-3ubuntu1.6) ...
12:57:16 #10 46.87 Setting up libassuan0:amd64 (2.5.1-2) ...
12:57:16 #10 46.89 Setting up xdg-user-dirs (0.17-1ubuntu1) ...
12:57:16 #10 46.92 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ...
12:57:16 #10 46.93 Setting up libx11-data (2:1.6.4-3ubuntu0.4) ...
12:57:16 #10 46.94 Setting up diffstat (1.61-1build1) ...
12:57:16 #10 46.95 Setting up libxau6:amd64 (1:1.0.8-1ubuntu1) ...
12:57:16 #10 46.97 Setting up autopoint (0.19.8.1-6ubuntu0.3) ...
12:57:16 #10 46.98 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ...
12:57:16 #10 46.99 Setting up netbase (5.4) ...
12:57:16 #10 47.02 Setting up libisl19:amd64 (0.19-1) ...
12:57:16 #10 47.03 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.9) ...
12:57:16 #10 47.04 Setting up strace (4.21-1ubuntu1) ...
12:57:16 #10 29.50 Unpacking libasan6:armhf (10.2.1-6+rpi1) ...
12:57:16 #10 36.12 Unpacking libfile-listing-perl (6.15-1) ...
12:57:16 #10 36.17 Selecting previously unselected package libhtml-tagset-perl.
12:57:16 #10 36.17 Preparing to unpack .../128-libhtml-tagset-perl_3.20-6_all.deb ...
12:57:16 #10 36.17 Unpacking libhtml-tagset-perl (3.20-6) ...
12:57:16 #10 36.20 Selecting previously unselected package libregexp-ipv6-perl.
12:57:16 #10 36.20 Preparing to unpack .../129-libregexp-ipv6-perl_0.03-3_all.deb ...
12:57:16 #10 36.21 Unpacking libregexp-ipv6-perl (0.03-3) ...
12:57:16 #10 36.26 Selecting previously unselected package liburi-perl.
12:57:16 #10 36.26 Preparing to unpack .../130-liburi-perl_5.17-1_all.deb ...
12:57:16 #10 36.26 Unpacking liburi-perl (5.17-1) ...
12:57:16 #10 36.32 Selecting previously unselected package libhtml-parser-perl:armhf.
12:57:16 #10 36.32 Preparing to unpack .../131-libhtml-parser-perl_3.81-1_armhf.deb ...
12:57:16 #11 56.91 Setting up python3-idna (3.3-1) ...
12:57:16 + STATUS=0
12:57:16 + '[' 0 -ne 0 ']'
12:57:16 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:57:16 + exit 0
12:57:16 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.UD2hTX
12:57:16 + umask 022
12:57:16 + cd /root/rpmbuild/BUILD
12:57:16 + cd src
12:57:16 + export DOCKER_GITCOMMIT=1141704
12:57:16 + DOCKER_GITCOMMIT=1141704
12:57:16 + mkdir -p /go/src/github.com/docker
12:57:16 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:57:16 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:57:16 + pushd /root/rpmbuild/BUILD/src/engine
12:57:16 + TMP_GOPATH=/go
12:57:16 + hack/dockerfile/install/install.sh tini
12:57:16 + RM_GOPATH=0
12:57:16 + TMP_GOPATH=/go
12:57:16 + : /usr/local/bin
12:57:16 + '[' -z /go ']'
12:57:16 + export GOPATH=/go
12:57:16 + GOPATH=/go
12:57:16 + case "$(go env GOARCH)" in
12:57:16 ++ go env GOARCH
12:57:16 + export GO_BUILDMODE=-buildmode=pie
12:57:16 + GO_BUILDMODE=-buildmode=pie
12:57:16 ++ dirname hack/dockerfile/install/install.sh
12:57:16 + dir=hack/dockerfile/install
12:57:16 + bin=tini
12:57:16 + shift
12:57:16 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:57:16 + . hack/dockerfile/install/tini.installer
12:57:16 ++ : v0.19.0
12:57:16 + install_tini
12:57:16 + echo 'Install tini version v0.19.0'
12:57:16 Install tini version v0.19.0
12:57:16 + git clone https://github.com/krallin/tini.git /go/tini
12:57:16 Cloning into '/go/tini'...
12:57:16 #11 55.02 0 added, 0 removed; done.
12:57:16 #11 55.02 Running hooks in /etc/ca-certificates/update.d...
12:57:16 #11 55.02 done.
12:57:16 #10 57.60   Installing       : python3-pybeam-0.7-2.fc36.noarch                     5/148 
12:57:16 #10 57.62   Upgrading        : glibc-common-2.35-22.fc36.aarch64                    6/148 
12:57:16 #10 57.62   Upgrading        : glibc-minimal-langpack-2.35-22.fc36.aarch64          7/148 
12:57:16 #10 57.63   Running scriptlet: glibc-2.35-22.fc36.aarch64                           8/148 
12:57:16 #10 57.67   Upgrading        : glibc-2.35-22.fc36.aarch64                           8/148 
12:57:16 #10 57.68   Running scriptlet: glibc-2.35-22.fc36.aarch64                           8/148 
12:57:16 #10 57.83   Installing       : glibc-gconv-extra-2.35-22.fc36.aarch64               9/148 
12:57:16 #10 57.84   Running scriptlet: glibc-gconv-extra-2.35-22.fc36.aarch64               9/148 
12:57:16 #10 53.80 (140/143): elfutils-libs-0.188-3.fc36.x86_64.rp 3.5 MB/s | 257 kB     00:00    
12:57:16 #10 53.82 (141/143): glibc-2.35-22.fc36.x86_64.rpm         24 MB/s | 2.1 MB     00:00    
12:57:16 #10 53.83 (142/143): glibc-common-2.35-22.fc36.x86_64.rpm 5.4 MB/s | 337 kB     00:00    
12:57:16 #10 53.83 (143/143): glibc-minimal-langpack-2.35-22.fc36. 2.5 MB/s |  60 kB     00:00    
12:57:16 #10 53.83 --------------------------------------------------------------------------------
12:57:16 #10 53.84 Total                                            17 MB/s |  32 MB     00:01     
12:57:16 #11 44.81 Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:57:16 #11 44.81 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:16 #11 44.82 Setting up bsdmainutils (11.1.2ubuntu3) ...
12:57:16 #11 44.85 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:57:16 #11 44.85 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
12:57:16 #11 44.85 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:57:16 #11 44.86 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
12:57:16 #11 44.86 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.2) ...
12:57:16 #11 44.87 Setting up libgdbm-compat4:amd64 (1.18.1-5) ...
12:57:16 #11 44.88 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
12:57:16 #11 44.89 Setting up dwz (0.13-5) ...
12:57:16 #11 44.90 Setting up groff-base (1.22.4-4build1) ...
12:57:16 #11 44.92 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
12:57:16 #11 44.93 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
12:57:16 #11 44.94 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.3) ...
12:57:16 #11 44.95 Setting up libc6-dev:amd64 (2.31-0ubuntu9.9) ...
12:57:16 #11 44.96 Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
12:57:16 #11 44.97 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.6) ...
12:57:16 #11 44.98 Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
12:57:16 #11 42.99 Building database of manual pages ...
12:57:16 #11 43.21 Setting up libgpgme11:amd64 (1.16.0-1.2ubuntu4) ...
12:57:16 #11 43.25 Setting up python3-six (1.16.0-3ubuntu1) ...
12:57:16 #11 55.09 Setting up networkd-dispatcher (2.1-2ubuntu1) ...
12:57:16 #12 10.06 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
12:57:16 #12 10.07 Setting up dmsetup (2:1.02.185-2) ...
12:57:16 #12 10.09 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.185-2) ...
12:57:16 #12 10.10 Setting up libdevmapper-dev:arm64 (2:1.02.185-2) ...
12:57:16 #12 10.11 Setting up docker-ce-build-deps (1.0) ...
12:57:16 #12 10.13 Processing triggers for libc-bin (2.36-8) ...
12:57:16 #12 10.15 Processing triggers for man-db (2.11.2-1) ...
12:57:16 #13 2.507 dh binary
12:57:16 #13 2.584    dh_update_autotools_config
12:57:16 #13 2.612    dh_autoreconf
12:57:16 #13 2.652    create-stamp debian/debhelper-build-stamp
12:57:16 #13 2.652    dh_prep
12:57:16 #13 2.680    dh_auto_install --destdir=debian/docker-ce-build-deps/
12:57:16 #13 2.730    dh_install
12:57:16 #10 47.05 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.3) ...
12:57:16 #10 47.07 Setting up python3.6 (3.6.9-1~18.04ubuntu1.9) ...
12:57:16 #10 29.83 Selecting previously unselected package libubsan1:armhf.
12:57:16 #10 29.83 Preparing to unpack .../032-libubsan1_10.2.1-6+rpi1_armhf.deb ...
12:57:16 #10 29.83 Unpacking libubsan1:armhf (10.2.1-6+rpi1) ...
12:57:16 #11 57.14 Setting up python3-urllib3 (1.26.9-1) ...
12:57:16 #10 36.32 Unpacking libhtml-parser-perl:armhf (3.81-1) ...
12:57:16 #10 36.37 Selecting previously unselected package libhtml-tree-perl.
12:57:16 #10 36.37 Preparing to unpack .../132-libhtml-tree-perl_5.07-3_all.deb ...
12:57:16 #10 36.37 Unpacking libhtml-tree-perl (5.07-3) ...
12:57:16 #10 36.44 Selecting previously unselected package libclone-perl:armhf.
12:57:16 #10 36.44 Preparing to unpack .../133-libclone-perl_0.46-1_armhf.deb ...
12:57:16 #10 36.45 Unpacking libclone-perl:armhf (0.46-1) ...
12:57:16 #10 36.49 Selecting previously unselected package libio-html-perl.
12:57:16 #10 36.49 Preparing to unpack .../134-libio-html-perl_1.004-3_all.deb ...
12:57:16 #10 36.50 Unpacking libio-html-perl (1.004-3) ...
12:57:16 #10 36.58 Selecting previously unselected package liblwp-mediatypes-perl.
12:57:16 #10 36.58 Preparing to unpack .../135-liblwp-mediatypes-perl_6.04-2_all.deb ...
12:57:16 #10 36.58 Unpacking liblwp-mediatypes-perl (6.04-2) ...
12:57:16 #10 36.63 Selecting previously unselected package libhttp-message-perl.
12:57:16 #10 36.63 Preparing to unpack .../136-libhttp-message-perl_6.44-1_all.deb ...
12:57:16 #10 36.64 Unpacking libhttp-message-perl (6.44-1) ...
12:57:16 #10 36.68 Selecting previously unselected package libhttp-cookies-perl.
12:57:16 #10 36.68 Preparing to unpack .../137-libhttp-cookies-perl_6.10-1_all.deb ...
12:57:16 + cd /go/tini
12:57:16 + git checkout -q v0.19.0
12:57:16 + cmake .
12:57:16 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:57:16   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:57:16   CMake.
12:57:16 
12:57:16   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:57:16   CMake that the project does not need compatibility with older versions.
12:57:16 
12:57:16 
12:57:16 -- The C compiler identification is GNU 8.5.0
12:57:16 -- Detecting C compiler ABI info
12:57:16 #14 7.618 Running transaction check
12:57:16 #14 7.898 Transaction check succeeded.
12:57:16 #14 7.898 Running transaction test
12:57:16 #10 57.86   Upgrading        : elfutils-libelf-0.188-3.fc36.aarch64                10/148 
12:57:16 #10 57.87   Upgrading        : elfutils-libs-0.188-3.fc36.aarch64                  11/148 
12:57:16 #10 57.88   Installing       : elfutils-debuginfod-client-0.188-3.fc36.aarch64     12/148 
12:57:16 #10 57.89   Installing       : binutils-gold-2.37-37.fc36.aarch64                  13/148 
12:57:16 #10 58.02   Installing       : binutils-2.37-37.fc36.aarch64                       14/148 
12:57:16 #10 58.02   Running scriptlet: binutils-2.37-37.fc36.aarch64                       14/148 
12:57:16 #10 58.04   Installing       : hunspell-en-GB-0.20140811.1-22.fc36.noarch          15/148 
12:57:16 #10 58.05   Installing       : hunspell-en-0.20140811.1-22.fc36.noarch             16/148 
12:57:16 #10 58.06   Installing       : hunspell-en-US-0.20140811.1-22.fc36.noarch          17/148 
12:57:16 #10 58.07   Installing       : hunspell-1.7.0-19.fc36.aarch64                      18/148 
12:57:16 #10 58.10   Installing       : elfutils-0.188-3.fc36.aarch64                       19/148 
12:57:16 #10 58.11   Installing       : dwz-0.14-4.fc36.aarch64                             20/148 
12:57:16 #10 58.11   Installing       : file-5.41-4.fc36.aarch64                            21/148 
12:57:16 #10 58.12   Installing       : unzip-6.0-57.fc36.aarch64                           22/148 
12:57:16 #10 58.13   Installing       : xz-5.2.5-9.fc36.aarch64                             23/148 
12:57:16 #10 58.14   Installing       : zip-3.0-32.fc36.aarch64                             24/148 
12:57:16 #10 58.15   Installing       : enchant-1:1.6.0-30.fc36.aarch64                     25/148 
12:57:16 #10 58.17   Installing       : python3-enchant-3.2.2-2.fc36.noarch                 26/148 
12:57:16 #10 58.17   Installing       : bzip2-1.0.8-11.fc36.aarch64                         27/148 
12:57:16 #10 58.18   Installing       : cpio-2.13-12.fc36.aarch64                           28/148 
12:57:16 #10 58.19   Installing       : dash-0.5.10.2-10.fc36.aarch64                       29/148 
12:57:16 #10 58.19   Running scriptlet: dash-0.5.10.2-10.fc36.aarch64                       29/148 
12:57:17 #10 32.55 Selecting previously unselected package libxml2:armhf.
12:57:17 #10 32.55 Preparing to unpack .../051-libxml2_2.9.4+dfsg1-7+deb10u5_armhf.deb ...
12:57:17 #11 43.39 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
12:57:17 #11 43.52 Setting up perl (5.34.0-3ubuntu1.1) ...
12:57:17 #11 55.21 Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service.
12:57:17 #11 55.22 Setting up dput (1.1.2ubuntu2) ...
12:57:17 #11 55.38 Setting up libnamespace-clean-perl (0.27-2) ...
12:57:17 #11 55.39 Setting up python3-paramiko (2.10.4-1ubuntu1) ...
12:57:17 #13 2.763    dh_installdocs
12:57:17 #13 2.804    dh_installchangelogs
12:57:17 #13 2.890    dh_perl
12:57:17 #13 2.927    dh_link
12:57:17 #13 2.960    dh_strip_nondeterminism
12:57:17 #13 3.025    dh_compress
12:57:17 #10 29.98 Selecting previously unselected package libgcc-10-dev:armhf.
12:57:17 #10 29.98 Preparing to unpack .../033-libgcc-10-dev_10.2.1-6+rpi1_armhf.deb ...
12:57:17 #10 29.98 Unpacking libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
12:57:17 #10 30.20 Selecting previously unselected package gcc-10.
12:57:17 #10 30.20 Preparing to unpack .../034-gcc-10_10.2.1-6+rpi1_armhf.deb ...
12:57:17 #11 57.33 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:57:17 #11 57.38 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:57:17 #11 57.45 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:57:17 #10 36.68 Unpacking libhttp-cookies-perl (6.10-1) ...
12:57:17 #10 36.73 Selecting previously unselected package libhttp-negotiate-perl.
12:57:17 #10 36.73 Preparing to unpack .../138-libhttp-negotiate-perl_6.01-2_all.deb ...
12:57:17 #10 36.73 Unpacking libhttp-negotiate-perl (6.01-2) ...
12:57:17 #10 36.78 Selecting previously unselected package perl-openssl-defaults:armhf.
12:57:17 #10 36.78 Preparing to unpack .../139-perl-openssl-defaults_7+b1_armhf.deb ...
12:57:17 #10 36.78 Unpacking perl-openssl-defaults:armhf (7+b1) ...
12:57:17 #10 36.82 Selecting previously unselected package libnet-ssleay-perl:armhf.
12:57:17 #10 36.82 Preparing to unpack .../140-libnet-ssleay-perl_1.92-2+b1_armhf.deb ...
12:57:17 #10 36.82 Unpacking libnet-ssleay-perl:armhf (1.92-2+b1) ...
12:57:17 #10 36.91 Selecting previously unselected package libio-socket-ssl-perl.
12:57:17 #10 36.91 Preparing to unpack .../141-libio-socket-ssl-perl_2.078-1_all.deb ...
12:57:17 -- Detecting C compiler ABI info - done
12:57:17 -- Check for working C compiler: /usr/bin/cc - skipped
12:57:17 -- Detecting C compile features
12:57:17 -- Detecting C compile features - done
12:57:17 -- Performing Test HAS_BUILTIN_FORTIFY
12:57:17 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:57:17 -- Configuring done
12:57:17 -- Generating done
12:57:17 -- Build files have been written to: /go/tini
12:57:17 + make tini-static
12:57:17 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:57:17 #12 7.947 Reading package lists...
12:57:17 #12 8.664 Building dependency tree...
12:57:17 #12 8.843 Reading state information...
12:57:17 #10 58.21   Installing       : diffutils-3.8-2.fc36.aarch64                        30/148 
12:57:17 #10 58.22   Running scriptlet: groff-base-1.22.4-9.fc36.aarch64                    31/148 
12:57:17 #10 58.27   Installing       : groff-base-1.22.4-9.fc36.aarch64                    31/148 
12:57:17 #10 58.28   Running scriptlet: groff-base-1.22.4-9.fc36.aarch64                    31/148 
12:57:17 #10 58.30   Installing       : info-6.8-3.fc36.aarch64                             32/148 
12:57:17 #10 58.31   Installing       : ed-1.14.2-12.fc36.aarch64                           33/148 
12:57:17 #10 58.31   Installing       : patch-2.7.6-16.fc36.aarch64                         34/148 
12:57:17 #10 58.32   Installing       : json-glib-1.6.6-2.fc36.aarch64                      35/148 
12:57:17 #10 58.33   Installing       : libjpeg-turbo-2.1.2-2.fc36.aarch64                  36/148 
12:57:17 #10 58.34   Installing       : libpkgconf-1.8.0-2.fc36.aarch64                     37/148 
12:57:17 #10 58.35   Installing       : pkgconf-1.8.0-2.fc36.aarch64                        38/148 
12:57:17 #10 58.36   Installing       : libpng-2:1.6.37-12.fc36.aarch64                     39/148 
12:57:17 #10 58.36   Installing       : libstemmer-0-18.585svn.fc36.aarch64                 40/148 
12:57:17 #10 58.37   Installing       : ncurses-6.2-9.20210508.fc36.aarch64                 41/148 
12:57:17 #10 58.38   Installing       : perl-Digest-1.20-2.fc36.noarch                      42/148 
12:57:17 #10 58.39   Installing       : perl-Digest-MD5-2.58-479.fc36.aarch64               43/148 
12:57:17 #10 58.41   Installing       : perl-B-1.82-486.fc36.aarch64                        44/148 
12:57:17 #10 58.41   Installing       : perl-FileHandle-2.03-486.fc36.noarch                45/148 
12:57:17 #10 58.42   Installing       : perl-AutoLoader-5.74-486.fc36.noarch                46/148 
12:57:17 #10 ...
12:57:17 
12:57:17 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:57:17 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 9.9s
12:57:17 #10 32.55 Unpacking libxml2:armhf (2.9.4+dfsg1-7+deb10u5) ...
12:57:17 #10 32.69 Selecting previously unselected package libcroco3:armhf.
12:57:17 #10 32.69 Preparing to unpack .../052-libcroco3_0.6.12-3_armhf.deb ...
12:57:17 #10 32.70 Unpacking libcroco3:armhf (0.6.12-3) ...
12:57:17 #10 32.78 Selecting previously unselected package gettext.
12:57:17 #10 32.78 Preparing to unpack .../053-gettext_0.19.8.1-9_armhf.deb ...
12:57:17 #10 32.79 Unpacking gettext (0.19.8.1-9) ...
12:57:17 #11 43.55 Setting up libpackage-stash-xs-perl (0.29-1build5) ...
12:57:17 #11 43.56 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:57:17 #11 43.58 Setting up libxs-parse-keyword-perl (0.21-1build1) ...
12:57:17 #11 43.59 Setting up python3-gpg (1.16.0-1.2ubuntu4) ...
12:57:17 #11 43.76 Setting up libdata-dump-perl (1.25-1) ...
12:57:17 #11 43.77 Setting up python3-certifi (2020.6.20-1) ...
12:57:17 #11 55.59 Setting up licensecheck (3.3.0-1) ...
12:57:17 #11 55.61 Setting up libgitlab-api-v4-perl (0.26-1) ...
12:57:17 #11 55.62 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:57:17 #11 55.64 Setting up libwww-perl (6.67-1) ...
12:57:17 #11 55.65 Setting up libhtml-tokeparser-simple-perl (3.16-4) ...
12:57:17 #11 55.66 Setting up libwww-mechanize-perl (2.14-2) ...
12:57:17 #11 55.68 Setting up devscripts (2.22.2ubuntu3) ...
12:57:17 #13 3.070    dh_fixperms
12:57:17 #13 3.114    dh_missing
12:57:17 #13 3.140    dh_installdeb
12:57:17 #13 3.173    dh_gencontrol
12:57:17 #13 3.287    dh_md5sums
12:57:17 #12 1.192 Last metadata expiration check: 0:00:22 ago on Wed Feb  8 12:56:55 2023.
12:57:17 #10 30.21 Unpacking gcc-10 (10.2.1-6+rpi1) ...
12:57:17 #11 57.52 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:17 #11 57.69 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:17 #10 36.93 Unpacking libio-socket-ssl-perl (2.078-1) ...
12:57:17 #10 36.99 Selecting previously unselected package libnet-http-perl.
12:57:17 #10 36.99 Preparing to unpack .../142-libnet-http-perl_6.22-1_all.deb ...
12:57:17 #10 36.99 Unpacking libnet-http-perl (6.22-1) ...
12:57:17 #10 37.03 Selecting previously unselected package liblwp-protocol-https-perl.
12:57:17 #10 37.03 Preparing to unpack .../143-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:57:17 #10 37.04 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:57:17 #10 37.07 Selecting previously unselected package libtry-tiny-perl.
12:57:17 #10 37.07 Preparing to unpack .../144-libtry-tiny-perl_0.31-2_all.deb ...
12:57:17 #10 37.08 Unpacking libtry-tiny-perl (0.31-2) ...
12:57:17 #10 37.12 Selecting previously unselected package libwww-robotrules-perl.
12:57:17 #10 37.12 Preparing to unpack .../145-libwww-robotrules-perl_6.02-1_all.deb ...
12:57:17 #10 37.12 Unpacking libwww-robotrules-perl (6.02-1) ...
12:57:17 #10 37.16 Selecting previously unselected package libwww-perl.
12:57:17 #10 ...
12:57:17 
12:57:17 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:57:17 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 19.0s
12:57:17 #10 47.68 Setting up libltdl-dev:amd64 (2.4.6-2) ...
12:57:17 #10 47.69 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:57:17 #10 47.70 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ...
12:57:17 #10 47.71 Setting up gettext (0.19.8.1-6ubuntu0.3) ...
12:57:17 #10 47.73 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.8) ...
12:57:17 #10 47.74 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ...
12:57:17 #10 47.75 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:57:17 #10 47.76 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ...
12:57:17 #10 47.77 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
12:57:17 #10 47.78 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:57:17 #10 47.79 Setting up file (1:5.32-2ubuntu0.4) ...
12:57:17 #10 47.80 Setting up fakeroot (1.22-2ubuntu1) ...
12:57:17 #10 47.81 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:57:17 #10 47.81 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
12:57:17 #10 47.81 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
12:57:17 #10 47.81 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
12:57:17 #10 47.81 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
12:57:17 #10 47.81 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
12:57:17 #10 47.81 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
12:57:17 #10 47.81 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
12:57:17 #10 47.81 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
12:57:17 #10 47.82 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:57:17 #10 47.83 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
12:57:17 #10 47.85 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ...
12:57:17 #10 47.86 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
12:57:17 #17 exporting layers 1.7s done
12:57:17 #17 writing image sha256:08bb05703c6dd1d4e95ddbe6d829e3009b7f84a9e6f1ef78a5e5c932c9fe82eb done
12:57:17 #17 naming to docker.io/debbuild-ubuntu-bionic/aarch64 done
12:57:17 #17 DONE 1.7s
12:57:17 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/ubuntu-bionic:/build  debbuild-ubuntu-bionic/aarch64
12:57:17 [100%] Linking C executable tini-static
12:57:17 #12 8.878 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:57:17 #12 8.960 Starting 2 pkgProblemResolver with broken count: 0
12:57:17 #12 8.963 Done
12:57:17 #12 9.008  Done
12:57:17 #12 9.024 Starting pkgProblemResolver with broken count: 0
12:57:17 #12 9.077 Starting 2 pkgProblemResolver with broken count: 0
12:57:17 #12 9.080 Done
12:57:17 #10 58.42   Installing       : perl-Data-Dumper-2.183-3.fc36.aarch64               47/148 
12:57:17 #10 58.43   Installing       : perl-libnet-3.13-480.fc36.noarch                    48/148 
12:57:17 #10 58.44   Installing       : perl-base-2.27-486.fc36.noarch                      49/148 
12:57:17 #10 58.46   Installing       : perl-Net-SSLeay-1.92-2.fc36.aarch64                 50/148 
12:57:17 #10 58.47   Installing       : perl-URI-5.10-1.fc36.noarch                         51/148 
12:57:17 #10 58.48   Installing       : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         52/148 
12:57:17 #10 58.48   Installing       : perl-if-0.60.900-486.fc36.noarch                    53/148 
12:57:17 #10 58.49   Installing       : perl-Time-Local-2:1.300-479.fc36.noarch             54/148 
12:57:17 #10 58.50   Installing       : perl-Pod-Escapes-1:1.07-479.fc36.noarch             55/148 
12:57:17 #10 58.50   Installing       : perl-File-Path-2.18-479.fc36.noarch                 56/148 
12:57:17 #10 58.51   Installing       : perl-Mozilla-CA-20211001-2.fc36.noarch              57/148 
12:57:17 #10 58.51   Installing       : perl-IO-Socket-IP-0.41-480.fc36.noarch              58/148 
12:57:17 #10 58.52   Installing       : perl-IO-Socket-SSL-2.074-2.fc36.noarch              59/148 
12:57:17 #10 58.53   Installing       : perl-Class-Struct-0.66-486.fc36.noarch              60/148 
12:57:17 #10 58.53   Installing       : perl-POSIX-1.97-486.fc36.aarch64                    61/148 
12:57:17 #10 58.54   Installing       : perl-Term-ANSIColor-5.01-480.fc36.noarch            62/148 
12:57:17 #10 58.55   Installing       : perl-subs-1.04-486.fc36.noarch                      63/148 
12:57:17 #10 58.55   Installing       : perl-Term-Cap-1.17-479.fc36.noarch                  64/148 
12:57:17 #10 58.56   Installing       : perl-Pod-Simple-1:3.43-3.fc36.noarch                65/148 
12:57:17 #10 58.57   Installing       : perl-File-Temp-1:0.231.100-479.fc36.noarch          66/148 
12:57:17 #10 58.57   Installing       : perl-IPC-Open3-1.21-486.fc36.noarch                 67/148 
12:57:17 #10 58.58   Installing       : perl-HTTP-Tiny-0.082-1.fc36.noarch                  68/148 
12:57:17 #10 58.59   Installing       : perl-SelectSaver-1.02-486.fc36.noarch               69/148 
12:57:17 #10 58.59   Installing       : perl-Symbol-1.09-486.fc36.noarch                    70/148 
12:57:17 #10 58.60   Installing       : perl-File-stat-1.09-486.fc36.noarch                 71/148 
12:57:17 #10 58.60   Installing       : perl-Socket-4:2.036-1.fc36.aarch64                  72/148 
12:57:17 #10 58.61   Installing       : perl-podlators-1:4.14-479.fc36.noarch               73/148 
12:57:17 #10 58.62   Installing       : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            74/148 
12:57:17 #10 58.63   Installing       : perl-Fcntl-1.14-486.fc36.aarch64                    75/148 
12:57:17 #10 58.63   Installing       : perl-mro-1.25-486.fc36.aarch64                      76/148 
12:57:17 #10 58.64   Installing       : perl-overloading-0.02-486.fc36.noarch               77/148 
12:57:17 #10 58.65   Installing       : perl-IO-1.46-486.fc36.aarch64                       78/148 
12:57:17 #10 58.65   Installing       : perl-Text-ParseWords-3.31-1.fc36.noarch             79/148 
12:57:17 #10 58.66   Installing       : perl-Pod-Usage-4:2.01-479.fc36.noarch               80/148 
12:57:17 #10 58.66   Installing       : perl-Errno-1.33-486.fc36.aarch64                    81/148 
12:57:17 #10 58.67   Installing       : perl-File-Basename-2.85-486.fc36.noarch             82/148 
12:57:17 #10 58.67   Installing       : perl-Getopt-Std-1.13-486.fc36.noarch                83/148 
12:57:17 #10 58.68   Installing       : perl-MIME-Base64-3.16-479.fc36.aarch64              84/148 
12:57:17 #10 58.69   Installing       : perl-constant-1.33-480.fc36.noarch                  85/148 
12:57:17 #10 58.69   Installing       : perl-parent-1:0.238-479.fc36.noarch                 86/148 
12:57:17 #10 58.70   Installing       : perl-vars-1.05-486.fc36.noarch                      87/148 
12:57:17 #10 58.70   Installing       : perl-overload-1.33-486.fc36.noarch                  88/148 
12:57:17 #10 58.71   Installing       : perl-Scalar-List-Utils-5:1.63-489.fc36.aarch64      89/148 
12:57:17 #10 58.72   Installing       : perl-Storable-1:3.25-2.fc36.aarch64                 90/148 
12:57:17 #10 58.72   Installing       : perl-Getopt-Long-1:2.54-1.fc36.noarch               91/148 
12:57:17 #10 58.73   Installing       : perl-DynaLoader-1.50-486.fc36.aarch64               92/148 
12:57:17 #10 58.73   Installing       : perl-Carp-1.52-479.fc36.noarch                      93/148 
12:57:17 #7 ...
12:57:17 
12:57:17 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:57:17 #10 25.99 Selecting previously unselected package gcc.
12:57:17 #10 25.99 Preparing to unpack .../050-gcc_4%3a10.2.1-1_armhf.deb ...
12:57:17 #10 26.00 Unpacking gcc (4:10.2.1-1) ...
12:57:17 #10 26.04 Selecting previously unselected package libstdc++-10-dev:armhf.
12:57:17 #10 26.04 Preparing to unpack .../051-libstdc++-10-dev_10.2.1-6_armhf.deb ...
12:57:17 #10 26.05 Unpacking libstdc++-10-dev:armhf (10.2.1-6) ...
12:57:17 #10 33.01 Selecting previously unselected package intltool-debian.
12:57:17 #10 33.01 Preparing to unpack .../054-intltool-debian_0.35.0+20060710.5_all.deb ...
12:57:17 #10 33.01 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:57:17 #10 33.06 Selecting previously unselected package po-debconf.
12:57:17 #10 33.06 Preparing to unpack .../055-po-debconf_1.0.21_all.deb ...
12:57:17 #10 33.07 Unpacking po-debconf (1.0.21) ...
12:57:17 #13 36.90 Checking for new repos for mirrors
12:57:17 #13 36.90 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec
12:57:17 #13 36.90  --> 1:make-3.82-24.el7.aarch64
12:57:17 #13 37.05  --> libtool-ltdl-devel-2.4.2-22.el7_3.aarch64
12:57:17 #13 37.05  --> git-1.8.3.1-23.el7_8.aarch64
12:57:17 #13 37.06 Getting requirements for /root/rpmbuild/SPECS/docker-ce-rootless-extras.spec
12:57:17 #13 37.06  --> Already installed : bash-4.2.46-34.el7.aarch64
12:57:17 #13 37.06 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec
12:57:17 #13 37.06  --> Already installed : bash-4.2.46-34.el7.aarch64
12:57:17 #13 37.06  --> Already installed : ca-certificates-2020.2.41-70.0.el7_8.noarch
12:57:17 #13 37.07  --> cmake-2.8.12.2-2.el7.aarch64
12:57:17 #13 37.07  --> 7:device-mapper-devel-1.02.170-6.el7_9.5.aarch64
12:57:17 #13 37.07  --> gcc-4.8.5-44.el7.aarch64
12:57:17 #13 37.07  --> git-1.8.3.1-23.el7_8.aarch64
12:57:17 #13 37.07  --> glibc-static-2.17-326.el7_9.aarch64
12:57:17 #13 37.07  --> libarchive-3.1.2-14.el7_7.aarch64
12:57:17 #13 37.07  --> libseccomp-devel-2.3.1-4.el7.aarch64
12:57:17 #13 37.07  --> libselinux-devel-2.5-15.el7.aarch64
12:57:17 #13 37.07  --> libtool-2.4.2-22.el7_3.aarch64
12:57:17 #13 37.07  --> libtool-ltdl-devel-2.4.2-22.el7_3.aarch64
12:57:17 #13 37.08  --> 1:make-3.82-24.el7.aarch64
12:57:17 #13 37.08  --> Already installed : 1:pkgconfig-0.27.1-4.el7.aarch64
12:57:17 #13 37.08  --> Already installed : systemd-219-78.el7.aarch64
12:57:17 #13 37.08  --> selinux-policy-devel-3.13.1-268.el7_9.2.noarch
12:57:17 #13 37.08  --> systemd-devel-219-78.el7_9.7.aarch64
12:57:17 #13 37.08  --> Already installed : 2:tar-1.26-35.el7.aarch64
12:57:17 #13 37.08  --> which-2.20-7.el7.aarch64
12:57:17 #13 37.09 Getting requirements for /root/rpmbuild/SPECS/docker-compose-plugin.spec
12:57:17 #13 37.09  --> Already installed : bash-4.2.46-34.el7.aarch64
12:57:17 #13 37.09 --> Running transaction check
12:57:17 #13 37.09 ---> Package cmake.aarch64 0:2.8.12.2-2.el7 will be installed
12:57:17 #13 37.10 ---> Package device-mapper-devel.aarch64 7:1.02.170-6.el7_9.5 will be installed
12:57:17 #13 37.10 --> 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
12:57:17 #13 37.24 ---> Package gcc.aarch64 0:4.8.5-44.el7 will be installed
12:57:17 #13 37.25 --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.aarch64
12:57:17 #13 37.25 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.aarch64
12:57:17 #13 37.25 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.aarch64
12:57:17 #13 37.26 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.aarch64
12:57:17 #13 37.26 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.aarch64
12:57:17 #13 37.26 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.aarch64
12:57:17 #13 37.26 ---> Package git.aarch64 0:1.8.3.1-23.el7_8 will be installed
12:57:17 #13 37.28 --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.aarch64
12:57:17 #13 37.28 --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.aarch64
12:57:17 #13 37.29 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.aarch64
12:57:17 #13 37.29 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.aarch64
12:57:17 #13 37.30 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.aarch64
12:57:17 #13 37.30 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-23.el7_8.aarch64
12:57:17 #13 37.30 --> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.aarch64
12:57:17 #13 37.31 ---> Package glibc-static.aarch64 0:2.17-326.el7_9 will be installed
12:57:17 #13 37.31 ---> Package libarchive.aarch64 0:3.1.2-14.el7_7 will be installed
12:57:17 #13 37.31 --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-14.el7_7.aarch64
12:57:17 #13 37.31 ---> Package libseccomp-devel.aarch64 0:2.3.1-4.el7 will be installed
12:57:17 #13 37.31 --> Processing Dependency: libseccomp(aarch-64) = 2.3.1-4.el7 for package: libseccomp-devel-2.3.1-4.el7.aarch64
12:57:17 #13 37.32 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-4.el7.aarch64
12:57:17 #13 37.32 ---> Package libselinux-devel.aarch64 0:2.5-15.el7 will be installed
12:57:17 #13 37.32 --> Processing Dependency: libsepol-devel(aarch-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.aarch64
12:57:17 #13 37.32 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.aarch64
12:57:17 #13 37.32 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.aarch64
12:57:17 #13 37.32 ---> Package libtool.aarch64 0:2.4.2-22.el7_3 will be installed
12:57:17 #13 37.32 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.aarch64
12:57:17 #13 37.33 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.aarch64
12:57:17 #13 37.34 ---> Package libtool-ltdl-devel.aarch64 0:2.4.2-22.el7_3 will be installed
12:57:17 #13 37.34 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.aarch64
12:57:17 #13 37.34 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.aarch64
12:57:17 #13 37.34 ---> Package make.aarch64 1:3.82-24.el7 will be installed
12:57:17 #13 37.34 ---> Package selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 will be installed
12:57:17 #13 37.34 --> Processing Dependency: selinux-policy = 3.13.1-268.el7_9.2 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
12:57:17 #13 37.35 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
12:57:17 #13 37.35 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
12:57:17 #13 37.35 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
12:57:17 #13 37.35 ---> Package systemd-devel.aarch64 0:219-78.el7_9.7 will be installed
12:57:17 #13 37.35 --> Processing Dependency: systemd-libs = 219-78.el7_9.7 for package: systemd-devel-219-78.el7_9.7.aarch64
12:57:17 #13 37.36 --> Processing Dependency: systemd = 219-78.el7_9.7 for package: systemd-devel-219-78.el7_9.7.aarch64
12:57:17 #13 37.37 Package: systemd-219-78.el7_9.7.src - can't co-install with systemd-219-78.el7_9.7.aarch64
12:57:17 #13 37.37 ---> Package which.aarch64 0:2.20-7.el7 will be installed
12:57:17 #13 37.37 --> Running transaction check
12:57:17 #13 37.37 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed
12:57:17 #13 37.37 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
12:57:17 #13 37.38 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed
12:57:17 #13 37.38 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
12:57:17 #13 37.38 ---> Package checkpolicy.aarch64 0:2.5-8.el7 will be installed
12:57:17 #13 37.39 ---> Package cpp.aarch64 0:4.8.5-44.el7 will be installed
12:57:17 #13 37.39 ---> Package device-mapper.aarch64 7:1.02.170-6.el7 will be updated
12:57:17 #13 37.39 --> Processing Dependency: device-mapper = 7:1.02.170-6.el7 for package: 7:device-mapper-libs-1.02.170-6.el7.aarch64
12:57:17 #13 37.39 ---> Package device-mapper.aarch64 7:1.02.170-6.el7_9.5 will be an update
12:57:17 #13 37.40 ---> Package glibc-devel.aarch64 0:2.17-326.el7_9 will be installed
12:57:17 #13 37.40 --> Processing Dependency: glibc-headers = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.aarch64
12:57:17 #13 37.41 --> Processing Dependency: glibc = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.aarch64
12:57:17 #13 37.41 Package: glibc-2.17-326.el7_9.src - can't co-install with glibc-2.17-326.el7_9.aarch64
12:57:17 #13 37.41 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-326.el7_9.aarch64
12:57:17 #13 37.42 ---> Package less.aarch64 0:458-9.el7 will be installed
12:57:17 #13 37.42 ---> Package libgomp.aarch64 0:4.8.5-44.el7 will be installed
12:57:17 #13 37.42 ---> Package libmpc.aarch64 0:1.0.1-3.el7 will be installed
12:57:17 #13 37.42 ---> Package libseccomp.aarch64 0:2.3.1-4.el7 will be installed
12:57:17 #13 37.42 ---> Package libsepol-devel.aarch64 0:2.5-10.el7 will be installed
12:57:17 #13 37.42 ---> Package libtool-ltdl.aarch64 0:2.4.2-22.el7_3 will be installed
12:57:17 #13 37.42 ---> Package lzo.aarch64 0:2.06-8.el7 will be installed
12:57:17 #13 37.42 ---> Package m4.aarch64 0:1.4.16-10.el7 will be installed
12:57:17 #13 37.42 ---> Package mpfr.aarch64 0:3.1.1-4.el7 will be installed
12:57:17 #13 37.42 ---> Package openssh-clients.aarch64 0:7.4p1-22.el7_9 will be installed
12:57:17 #13 37.43 --> Processing Dependency: openssh = 7.4p1-22.el7_9 for package: openssh-clients-7.4p1-22.el7_9.aarch64
12:57:17 #13 37.43 --> Processing Dependency: fipscheck-lib(aarch-64) >= 1.3.0 for package: openssh-clients-7.4p1-22.el7_9.aarch64
12:57:17 #13 37.43 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-22.el7_9.aarch64
12:57:17 #13 37.43 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-22.el7_9.aarch64
12:57:17 #13 37.44 ---> Package pcre-devel.aarch64 0:8.32-17.el7 will be installed
12:57:17 #13 37.44 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
12:57:17 #13 37.44 ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed
12:57:17 #13 37.44 ---> Package perl-TermReadKey.aarch64 0:2.30-20.el7 will be installed
12:57:17 #13 37.44 ---> Package policycoreutils-devel.aarch64 0:2.5-34.el7 will be installed
12:57:17 #13 37.44 --> Processing Dependency: policycoreutils-python = 2.5-34.el7 for package: policycoreutils-devel-2.5-34.el7.aarch64
12:57:17 #13 37.45 ---> Package rsync.aarch64 0:3.1.2-12.el7_9 will be installed
12:57:17 #13 37.45 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
12:57:17 #13 37.45 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-268.el7_9.2.noarch
12:57:17 #13 37.46 ---> Package systemd.aarch64 0:219-78.el7 will be updated
12:57:17 #13 37.60 ---> Package systemd.aarch64 0:219-78.el7_9.7 will be an update
12:57:17 #13 37.61 ---> Package systemd-libs.aarch64 0:219-78.el7 will be updated
12:57:17 #13 37.61 ---> Package systemd-libs.aarch64 0:219-78.el7_9.7 will be an update
12:57:17 #13 37.61 --> Running transaction check
12:57:17 #13 37.61 ---> Package device-mapper-libs.aarch64 7:1.02.170-6.el7 will be updated
12:57:17 #13 37.61 ---> Package device-mapper-libs.aarch64 7:1.02.170-6.el7_9.5 will be an update
12:57:17 #13 37.62 ---> Package fipscheck-lib.aarch64 0:1.4.1-6.el7 will be installed
12:57:17 #13 37.62 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.aarch64
12:57:17 #13 37.62 ---> Package glibc.aarch64 0:2.17-317.el7 will be updated
12:57:17 #13 37.62 --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.aarch64
12:57:17 #13 37.63 ---> Package glibc.aarch64 0:2.17-326.el7_9 will be an update
12:57:17 #13 37.63 ---> Package glibc-headers.aarch64 0:2.17-326.el7_9 will be installed
12:57:17 #13 37.63 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-326.el7_9.aarch64
12:57:17 #13 37.63 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-326.el7_9.aarch64
12:57:17 #13 37.63 ---> Package libedit.aarch64 0:3.0-12.20121213cvs.el7 will be installed
12:57:17 #13 37.63 ---> Package openssh.aarch64 0:7.4p1-22.el7_9 will be installed
12:57:17 #13 37.63 ---> Package perl-Data-Dumper.aarch64 0:2.145-3.el7 will be installed
12:57:17 #13 37.64 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
12:57:17 #13 37.64 ---> Package policycoreutils.aarch64 0:2.5-34.el7 will be installed
12:57:17 #13 37.64 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.aarch64
12:57:17 #13 37.64 ---> Package policycoreutils-python.aarch64 0:2.5-34.el7 will be installed
12:57:17 #13 37.64 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.aarch64
12:57:17 #13 37.64 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.aarch64
12:57:17 #13 37.65 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.aarch64
12:57:17 #13 37.65 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.aarch64
12:57:17 #13 37.65 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.aarch64
12:57:17 #13 37.65 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
12:57:17 #13 37.65 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
12:57:17 #13 37.65 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.aarch64
12:57:17 #13 37.66 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
12:57:17 #13 37.66 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
12:57:17 #13 37.66 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
12:57:17 #13 37.66 --> Running transaction check
12:57:17 #13 37.66 ---> Package audit-libs-python.aarch64 0:2.8.5-4.el7 will be installed
12:57:17 #13 37.66 ---> Package fipscheck.aarch64 0:1.4.1-6.el7 will be installed
12:57:17 #13 37.66 ---> Package glibc-common.aarch64 0:2.17-317.el7 will be updated
12:57:17 #13 37.66 ---> Package glibc-common.aarch64 0:2.17-326.el7_9 will be an update
12:57:17 #13 37.66 ---> Package kernel-headers.aarch64 0:4.18.0-348.20.1.el7 will be installed
12:57:17 #13 37.67 ---> Package libcgroup.aarch64 0:0.41-21.el7 will be installed
12:57:17 #13 37.67 ---> Package libselinux-python.aarch64 0:2.5-15.el7 will be installed
12:57:17 #13 37.67 ---> Package libselinux-utils.aarch64 0:2.5-15.el7 will be installed
12:57:17 #13 37.67 ---> Package libsemanage-python.aarch64 0:2.5-14.el7 will be installed
12:57:17 #13 37.67 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
12:57:17 #13 37.67 ---> Package setools-libs.aarch64 0:3.3.8-4.el7 will be installed
12:57:17 #13 37.71 --> Finished Dependency Resolution
12:57:17 #13 37.76 
12:57:17 #13 37.76 Dependencies Resolved
12:57:17 #13 37.77 
12:57:17 #13 37.77 ================================================================================
12:57:17 #13 37.77  Package                  Arch      Version                     Repository
12:57:17 #13 37.77                                                                            Size
12:57:17 #13 37.77 ================================================================================
12:57:17 #13 37.77 Installing:
12:57:17 #13 37.77  cmake                    aarch64   2.8.12.2-2.el7              base      6.8 M
12:57:17 #13 37.77  device-mapper-devel      aarch64   7:1.02.170-6.el7_9.5        updates   205 k
12:57:17 #13 37.77  gcc                      aarch64   4.8.5-44.el7                base       13 M
12:57:17 #13 37.77  git                      aarch64   1.8.3.1-23.el7_8            base      4.4 M
12:57:17 #13 37.77  glibc-static             aarch64   2.17-326.el7_9              updates   1.4 M
12:57:17 #13 37.77  libarchive               aarch64   3.1.2-14.el7_7              base      294 k
12:57:17 #13 37.77  libseccomp-devel         aarch64   2.3.1-4.el7                 base       63 k
12:57:17 #13 37.77  libselinux-devel         aarch64   2.5-15.el7                  base      186 k
12:57:17 #13 37.77  libtool                  aarch64   2.4.2-22.el7_3              base      588 k
12:57:17 #13 37.77  libtool-ltdl-devel       aarch64   2.4.2-22.el7_3              base      167 k
12:57:17 #13 37.77  make                     aarch64   1:3.82-24.el7               base      415 k
12:57:17 #13 37.77  selinux-policy-devel     noarch    3.13.1-268.el7_9.2          updates   1.7 M
12:57:17 #13 37.77  systemd-devel            aarch64   219-78.el7_9.7              updates   216 k
12:57:17 #13 37.77  which                    aarch64   2.20-7.el7                  base       40 k
12:57:17 #13 37.77 Installing for dependencies:
12:57:17 #13 37.77  audit-libs-python        aarch64   2.8.5-4.el7                 base       73 k
12:57:17 #13 37.77  autoconf                 noarch    2.69-11.el7                 base      701 k
12:57:17 #13 37.77  automake                 noarch    1.13.4-3.el7                base      679 k
12:57:17 #13 37.77  checkpolicy              aarch64   2.5-8.el7                   base      275 k
12:57:17 #13 37.77  cpp                      aarch64   4.8.5-44.el7                base      5.2 M
12:57:17 #13 37.77  fipscheck                aarch64   1.4.1-6.el7                 base       22 k
12:57:17 #13 37.77  fipscheck-lib            aarch64   1.4.1-6.el7                 base       10 k
12:57:17 #13 37.77  glibc-devel              aarch64   2.17-326.el7_9              updates   1.1 M
12:57:17 #13 37.77  glibc-headers            aarch64   2.17-326.el7_9              updates   673 k
12:57:17 #13 37.77  kernel-headers           aarch64   4.18.0-348.20.1.el7         updates   8.2 M
12:57:17 #13 37.77  less                     aarch64   458-9.el7                   base      115 k
12:57:17 #13 37.77  libcgroup                aarch64   0.41-21.el7                 base       63 k
12:57:17 #13 37.77  libedit                  aarch64   3.0-12.20121213cvs.el7      base       85 k
12:57:17 #13 37.77  libgomp                  aarch64   4.8.5-44.el7                base      155 k
12:57:17 #13 37.77  libmpc                   aarch64   1.0.1-3.el7                 base       49 k
12:57:17 #13 37.77  libseccomp               aarch64   2.3.1-4.el7                 base       55 k
12:57:17 #13 37.77  libselinux-python        aarch64   2.5-15.el7                  base      222 k
12:57:17 #13 37.77  libselinux-utils         aarch64   2.5-15.el7                  base      154 k
12:57:17 #13 37.77  libsemanage-python       aarch64   2.5-14.el7                  base      109 k
12:57:17 #13 37.77  libsepol-devel           aarch64   2.5-10.el7                  base       76 k
12:57:17 #13 37.77  libtool-ltdl             aarch64   2.4.2-22.el7_3              base       47 k
12:57:17 #13 37.77  lzo                      aarch64   2.06-8.el7                  base       52 k
12:57:17 #13 37.77  m4                       aarch64   1.4.16-10.el7               base      251 k
12:57:17 #13 37.77  mpfr                     aarch64   3.1.1-4.el7                 base      198 k
12:57:17 #13 37.77  openssh                  aarch64   7.4p1-22.el7_9              updates   503 k
12:57:17 #13 37.77  openssh-clients          aarch64   7.4p1-22.el7_9              updates   610 k
12:57:17 #13 37.77  pcre-devel               aarch64   8.32-17.el7                 base      479 k
12:57:17 #13 37.77  perl-Data-Dumper         aarch64   2.145-3.el7                 base       46 k
12:57:17 #13 37.77  perl-Error               noarch    1:0.17020-2.el7             base       32 k
12:57:17 #13 37.77  perl-Git                 noarch    1.8.3.1-23.el7_8            base       56 k
12:57:17 #13 37.77  perl-TermReadKey         aarch64   2.30-20.el7                 base       30 k
12:57:17 #13 37.77  perl-Test-Harness        noarch    3.28-3.el7                  base      302 k
12:57:17 #13 37.77  policycoreutils          aarch64   2.5-34.el7                  base      916 k
12:57:17 #13 37.77  policycoreutils-devel    aarch64   2.5-34.el7                  base      323 k
12:57:17 #13 37.77  policycoreutils-python   aarch64   2.5-34.el7                  base      456 k
12:57:17 #13 37.77  python-IPy               noarch    0.75-6.el7                  base       32 k
12:57:17 #13 37.77  rsync                    aarch64   3.1.2-12.el7_9              updates   397 k
12:57:17 #13 37.77  selinux-policy           noarch    3.13.1-268.el7_9.2          updates   498 k
12:57:17 #13 37.77  setools-libs             aarch64   3.3.8-4.el7                 base      567 k
12:57:17 #13 37.77 Updating for dependencies:
12:57:17 #13 37.77  device-mapper            aarch64   7:1.02.170-6.el7_9.5        updates   293 k
12:57:17 #13 37.77  device-mapper-libs       aarch64   7:1.02.170-6.el7_9.5        updates   313 k
12:57:17 #13 37.77  glibc                    aarch64   2.17-326.el7_9              updates   3.6 M
12:57:17 #13 37.77  glibc-common             aarch64   2.17-326.el7_9              updates    12 M
12:57:17 #13 37.77  systemd                  aarch64   219-78.el7_9.7              updates   4.9 M
12:57:17 #13 37.77  systemd-libs             aarch64   219-78.el7_9.7              updates   396 k
12:57:17 #13 37.77 
12:57:17 #13 37.77 Transaction Summary
12:57:17 #13 37.77 ================================================================================
12:57:17 #13 37.77 Install  14 Packages (+39 Dependent packages)
12:57:17 #13 37.77 Upgrade              (  6 Dependent packages)
12:57:17 #13 37.77 
12:57:17 #13 37.77 Total download size: 74 M
12:57:17 #13 37.77 Downloading packages:
12:57:17 #13 37.77 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
12:57:17 #11 43.90 Setting up libfile-find-rule-perl (0.34-1) ...
12:57:17 #11 43.94 Setting up libref-util-perl (0.204-1) ...
12:57:17 #11 43.96 Setting up libipc-system-simple-perl (1.30-1) ...
12:57:17 #11 43.97 Setting up libnet-domain-tld-perl (1.75-1.1) ...
12:57:17 #11 43.98 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
12:57:17 #11 43.99 Setting up libsocket6-perl (0.29-1build4) ...
12:57:17 #11 44.01 Setting up libio-prompt-tiny-perl (0.003-1) ...
12:57:17 #11 44.03 Setting up libhash-fieldhash-perl (0.15-1build5) ...
12:57:17 #11 44.05 Setting up libgd3:amd64 (2.3.0-2ubuntu2) ...
12:57:17 #11 55.84 Setting up libxml-parser-perl:amd64 (2.46-3build1) ...
12:57:17 #11 55.85 Setting up libxml-sax-expat-perl (0.51-1) ...
12:57:17 #11 55.91 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:57:17 #13 3.323    dh_builddeb
12:57:17 #13 3.351 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:57:17 #13 3.423  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_arm64.buildinfo
12:57:17 #13 3.563  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_arm64.changes
12:57:17 #11 57.77 Setting up dh-strip-nondeterminism (1.13.0-1) ...
12:57:17 #11 57.81 Setting up libconst-fast-perl (0.014-2) ...
12:57:17 #11 57.83 Setting up libhttp-daemon-perl (6.14-1.1) ...
12:57:17 #11 57.85 Setting up python3-unidiff (0.7.3-1) ...
12:57:17 #11 58.00 Setting up lsb-release (11.2ubuntu1) ...
12:57:17 #7 ...
12:57:17 
12:57:17 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:57:17 #10 37.16 Preparing to unpack .../146-libwww-perl_6.67-1_all.deb ...
12:57:17 #10 37.17 Unpacking libwww-perl (6.67-1) ...
12:57:17 #10 37.24 Selecting previously unselected package patchutils.
12:57:17 #10 37.24 Preparing to unpack .../147-patchutils_0.4.2-1_armhf.deb ...
12:57:17 #10 37.24 Unpacking patchutils (0.4.2-1) ...
12:57:17 #10 37.29 Selecting previously unselected package wdiff.
12:57:17 #10 37.29 Preparing to unpack .../148-wdiff_1.2.2-4_armhf.deb ...
12:57:17 #10 37.30 Unpacking wdiff (1.2.2-4) ...
12:57:17 #10 37.44 Selecting previously unselected package devscripts.
12:57:17 #10 37.44 Preparing to unpack .../149-devscripts_2.22.2_armhf.deb ...
12:57:17 #11 DONE 56.0s
12:57:17 
12:57:17 #12 [stage-1 4/9] COPY common /root/build-deb/debian
12:57:17 #12 DONE 0.0s
12:57:17 
12:57:17 #13 [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
12:57:17 #10 47.87 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.6) ...
12:57:17 #10 47.89 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
12:57:17 #10 47.90 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
12:57:17 #10 47.92 Setting up man-db (2.8.3-2ubuntu0.1) ...
12:57:17 #10 48.01 Building database of manual pages ...
12:57:17 [100%] Built target tini-static
12:57:17 + mkdir -p /usr/local/bin
12:57:17 + cp tini-static /usr/local/bin/docker-init
12:57:17 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:17 + PRODUCT=docker
12:57:17 + hack/make.sh dynbinary
12:57:17 
12:57:17 Removing bundles/
12:57:17 
12:57:17 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:17 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:57:17 #12 9.258 The following additional packages will be installed:
12:57:17 #12 9.259   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
12:57:17 #12 9.259   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1
12:57:17 #12 9.259   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprocps7 librhash0
12:57:17 #12 9.259   libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
12:57:17 #12 9.260   libuv1 pkg-config procps
12:57:17 #12 9.262 Suggested packages:
12:57:17 #12 9.262   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:57:17 #10 58.74   Installing       : perl-Exporter-5.76-480.fc36.noarch                  94/148 
12:57:17 #10 58.74   Installing       : perl-NDBM_File-1.15-486.fc36.aarch64                95/148 
12:57:17 #10 58.75   Installing       : perl-PathTools-3.80-479.fc36.aarch64                96/148 
12:57:17 #10 58.80   Installing       : perl-Encode-4:3.17-485.fc36.aarch64                 97/148 
12:57:17 #10 58.90   Installing       : perl-libs-4:5.34.1-486.fc36.aarch64                 98/148 
12:57:17 #10 58.92   Installing       : perl-interpreter-4:5.34.1-486.fc36.aarch64          99/148 
12:57:17 #10 58.92   Installing       : devscripts-checkbashisms-2.22.1-1.fc36.aarch64     100/148 
12:57:17 #10 58.94   Installing       : python3-zstandard-0.17.0-1.fc36.aarch64            101/148 
12:57:17 #10 58.96   Installing       : shared-mime-info-2.1-3.fc35.aarch64                102/148 
12:57:17 #10 58.97   Running scriptlet: shared-mime-info-2.1-3.fc35.aarch64                102/148 
12:57:17 #11 45.59 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
12:57:17 #11 45.60 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
12:57:17 #11 45.61 Setting up gpg (2.2.19-3ubuntu2.2) ...
12:57:17 #11 45.62 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
12:57:17 #11 45.63 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
12:57:17 #11 45.64 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.4) ...
12:57:17 #11 45.66 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
12:57:17 #10 33.17 Selecting previously unselected package debhelper.
12:57:17 #10 33.17 Preparing to unpack .../056-debhelper_13.2~bpo10+1_all.deb ...
12:57:17 #10 33.17 Unpacking debhelper (13.2~bpo10+1) ...
12:57:17 #10 33.37 Selecting previously unselected package libfakeroot:armhf.
12:57:17 #10 33.37 Preparing to unpack .../057-libfakeroot_1.23-1_armhf.deb ...
12:57:17 #10 33.37 Unpacking libfakeroot:armhf (1.23-1) ...
12:57:17 #10 33.43 Selecting previously unselected package fakeroot.
12:57:17 #11 44.07 Setting up libvariable-magic-perl (0.62-1build5) ...
12:57:17 #11 44.11 Setting up python3-idna (3.3-1) ...
12:57:17 #11 44.31 Setting up libio-html-perl (1.004-2) ...
12:57:17 #11 55.98 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:17 #11 56.11 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:17 #11 56.14 Processing triggers for sgml-base (1.30) ...
12:57:17 #11 56.16 Setting up libfontconfig1:amd64 (2.13.1-4.4ubuntu1) ...
12:57:17 #11 56.17 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:57:17 #11 56.19 Setting up lintian (2.115.3ubuntu2.1) ...
12:57:17 #11 56.20 Setting up libgd3:amd64 (2.3.3-6) ...
12:57:17 #11 56.22 Setting up libc-devtools (2.36-0ubuntu4) ...
12:57:17 #13 3.642 dpkg-genchanges: info: binary-only upload (no source code included)
12:57:17 #13 3.644  dpkg-source --after-build .
12:57:17 #17 exporting layers 2.7s done
12:57:17 #17 writing image sha256:4c470e6912b1d0ff283841f20b0c289e75c5e632b1371ca81a594f1856984396 done
12:57:17 #17 naming to docker.io/debbuild-debian-bullseye/aarch64 done
12:57:17 #17 DONE 2.7s
12:57:17 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/debian-bullseye:/build  debbuild-debian-bullseye/aarch64
12:57:17 #11 58.16 Setting up libdata-dpath-perl (0.58-1) ...
12:57:17 #11 58.17 Setting up python3-magic (2:0.4.26-2) ...
12:57:17 #10 37.49 Unpacking devscripts (2.22.2) ...
12:57:17 #10 37.71 Selecting previously unselected package diffstat.
12:57:17 #10 37.71 Preparing to unpack .../150-diffstat_1.65-1_armhf.deb ...
12:57:17 #10 48.19 Setting up pinentry-curses (1.1.0-1) ...
12:57:17 #10 48.21 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.3) ...
12:57:17 #10 48.22 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:57:17 #10 48.24 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ...
12:57:17 #10 48.24 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:57:17 #10 48.25 Setting up gpg (2.2.4-1ubuntu1.6) ...
12:57:17 #10 48.28 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.8) ...
12:57:17 #10 48.31 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
12:57:17 #10 48.32 Setting up cpp (4:7.4.0-1ubuntu2.3) ...
12:57:17 #10 48.34 Setting up python3 (3.6.7-1~18.04) ...
12:57:17 #12 9.458 The following NEW packages will be installed:
12:57:17 #12 9.458   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
12:57:17 #12 9.459   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1
12:57:17 #12 9.459   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprocps7 librhash0
12:57:17 #12 9.459   libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
12:57:17 #12 9.460   libuv1 pkg-config procps
12:57:17 + set -e
12:57:17 + mkdir -p /root/build-deb/engine
12:57:17 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:57:17 #10 58.99   Installing       : gdk-pixbuf2-2.42.9-2.fc36.aarch64                  103/148 
12:57:17 #10 59.00   Installing       : libappstream-glib-0.8.0-4.fc36.aarch64             104/148 
12:57:17 #10 59.01   Installing       : xxhash-libs-0.8.1-2.fc36.aarch64                   105/148 
12:57:17 #10 59.07   Installing       : gdb-minimal-12.1-2.fc36.aarch64                    106/148 
12:57:17 #10 59.08   Installing       : debugedit-5.0-3.fc36.aarch64                       107/148 
12:57:17 #10 59.09   Installing       : dbus-libs-1:1.14.4-1.fc36.aarch64                  108/148 
12:57:17 #10 59.10   Installing       : python3-dbus-1.2.18-3.fc36.aarch64                 109/148 
12:57:17 #10 59.12   Installing       : zstd-1.5.2-2.fc36.aarch64                          110/148 
12:57:17 #10 59.12   Installing       : rust-srpm-macros-23-1.fc36.noarch                  111/148 
12:57:17 #10 59.13   Installing       : rpmautospec-rpm-macros-0.3.1-1.fc36.noarch         112/148 
12:57:17 #10 59.13   Installing       : qt5-srpm-macros-5.15.7-1.fc36.noarch               113/148 
12:57:17 #10 59.14   Installing       : emacs-filesystem-1:28.2-1.fc36.noarch              114/148 
12:57:17 #10 59.15   Installing       : desktop-file-utils-0.26-6.fc36.aarch64             115/148 
12:57:17 #10 59.15   Installing       : ansible-srpm-macros-1-8.1.fc36.noarch              116/148 
12:57:17 #10 59.16   Installing       : python3-tomli-w-0.4.0-3.fc36.noarch                117/148 
12:57:17 #10 59.17   Installing       : python3-tomli-1.2.3-1.fc36.noarch                  118/148 
12:57:17 #10 59.18   Installing       : python3-pyxdg-0.27-4.fc36.noarch                   119/148 
12:57:17 #10 59.19   Installing       : python3-file-magic-5.41-4.fc36.noarch              120/148 
12:57:18 #11 46.11 Setting up openssh-client (1:8.2p1-4ubuntu0.5) ...
12:57:18 #10 33.43 Preparing to unpack .../058-fakeroot_1.23-1_armhf.deb ...
12:57:18 #10 33.44 Unpacking fakeroot (1.23-1) ...
12:57:18 #10 33.50 Selecting previously unselected package libfile-which-perl.
12:57:18 #10 33.51 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
12:57:18 #10 33.51 Unpacking libfile-which-perl (1.23-1) ...
12:57:18 #10 33.55 Selecting previously unselected package libfile-homedir-perl.
12:57:18 #10 33.55 Preparing to unpack .../060-libfile-homedir-perl_1.004-1_all.deb ...
12:57:18 #10 33.56 Unpacking libfile-homedir-perl (1.004-1) ...
12:57:18 #10 33.61 Selecting previously unselected package libio-pty-perl.
12:57:18 #10 33.61 Preparing to unpack .../061-libio-pty-perl_1%3a1.08-1.1+b4_armhf.deb ...
12:57:18 #10 33.61 Unpacking libio-pty-perl (1:1.08-1.1+b4) ...
12:57:18 #10 33.66 Selecting previously unselected package libipc-run-perl.
12:57:18 #10 26.50 Selecting previously unselected package g++-10.
12:57:18 #10 26.50 Preparing to unpack .../052-g++-10_10.2.1-6_armhf.deb ...
12:57:18 #10 26.51 Unpacking g++-10 (10.2.1-6) ...
12:57:18 #11 44.32 Setting up libpod-parser-perl (1.63-2) ...
12:57:18 #11 44.33 Setting up libb-hooks-op-check-perl (0.22-1build5) ...
12:57:18 #11 44.34 Setting up liblist-moreutils-xs-perl (0.430-2build2) ...
12:57:18 #11 44.36 Setting up libparams-util-perl (1.102-1build3) ...
12:57:18 #11 44.37 Setting up libdpkg-perl (1.21.1ubuntu2.1) ...
12:57:18 #11 44.38 Setting up libtime-duration-perl (1.21-1) ...
12:57:18 #11 44.39 Setting up autoconf (2.71-2) ...
12:57:18 #11 44.40 Setting up python3-urllib3 (1.26.5-1~exp1) ...
12:57:18 #11 44.58 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:57:18 #13 3.740 dpkg-buildpackage: info: binary-only upload (no source included)
12:57:18 #13 3.745 
12:57:18 #13 3.745 The package has been created.
12:57:18 #13 3.745 Attention, the package has been created in the current directory,
12:57:18 #13 3.745 not in ".." as indicated by the message above!
12:57:18 #13 3.771 Selecting previously unselected package docker-ce-build-deps.
12:57:18 #13 3.784 (Reading database ... 25545 files and directories currently installed.)
12:57:18 #13 3.785 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:57:18 #13 3.789 Unpacking docker-ce-build-deps (1.0) ...
12:57:18 #11 56.23 Processing triggers for ca-certificates (20211016ubuntu0.22.10.1) ...
12:57:18 #11 56.23 Updating certificates in /etc/ssl/certs...
12:57:18 #10 55.02 Running transaction check
12:57:18 #10 55.15 Transaction check succeeded.
12:57:18 #10 55.15 Running transaction test
12:57:18 #11 58.35 Setting up python3-cffi-backend:arm64 (1.15.1-1) ...
12:57:18 #11 58.38 Setting up g++-12 (12.2.0-3ubuntu1) ...
12:57:18 #11 58.40 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
12:57:18 #10 37.72 Unpacking diffstat (1.65-1) ...
12:57:18 #10 37.77 Selecting previously unselected package distro-info-data.
12:57:18 #10 37.77 Preparing to unpack .../151-distro-info-data_0.56_all.deb ...
12:57:18 #10 37.77 Unpacking distro-info-data (0.56) ...
12:57:18 #10 37.82 Selecting previously unselected package python3-pkg-resources.
12:57:18 #10 37.82 Preparing to unpack .../152-python3-pkg-resources_65.6.3-1_all.deb ...
12:57:18 #10 37.83 Unpacking python3-pkg-resources (65.6.3-1) ...
12:57:18 #10 37.92 Selecting previously unselected package python3-chardet.
12:57:18 #10 37.92 Preparing to unpack .../153-python3-chardet_5.1.0+dfsg-2_all.deb ...
12:57:18 #10 37.93 Unpacking python3-chardet (5.1.0+dfsg-2) ...
12:57:18 #10 48.65 Setting up python3-magic (2:0.4.15-1) ...
12:57:18 #12 9.739 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
12:57:18 #12 9.739 1 not fully installed or removed.
12:57:18 #12 9.739 Need to get 8196 kB of archives.
12:57:18 #12 9.739 After this operation, 36.0 MB of additional disk space will be used.
12:57:18 #12 9.739 Get:1 http://deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
12:57:18 #12 9.746 Get:2 http://deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
12:57:18 #12 9.760 Get:3 http://deb.debian.org/debian buster/main arm64 libprocps7 arm64 2:3.3.15-2 [58.0 kB]
12:57:18 #12 9.760 Get:4 http://deb.debian.org/debian buster/main arm64 procps arm64 2:3.3.15-2 [245 kB]
12:57:18 #12 9.763 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 libarchive13 arm64 3.3.3-4+deb10u3 [292 kB]
12:57:18 #12 9.766 Get:6 http://deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
12:57:18 #12 9.767 Get:7 http://deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
12:57:18 #12 9.770 Get:8 http://deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1+deb10u1 [105 kB]
12:57:18 #12 9.775 Get:9 http://deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
12:57:18 #12 9.800 Get:10 http://deb.debian.org/debian buster/main arm64 dh-apparmor all 2.13.2-10 [70.1 kB]
12:57:18 #12 9.801 Get:11 http://deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
12:57:18 #12 9.802 Get:12 http://deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
12:57:18 #12 9.803 Get:13 http://deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB]
12:57:18 #12 9.807 Get:14 http://deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u8 [110 kB]
12:57:18 #12 9.808 Get:15 http://deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
12:57:18 #12 9.809 Get:16 http://deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
12:57:18 #12 9.812 Get:17 http://deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
12:57:18 #12 9.814 Get:18 http://deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
12:57:18 #12 9.816 Get:19 http://deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
12:57:18 #12 9.822 Get:20 http://deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
12:57:18 #12 9.823 Get:21 http://deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
12:57:18 #12 9.824 Get:22 http://deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB]
12:57:18 #12 9.828 Get:23 http://deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u8 [322 kB]
12:57:18 #12 9.832 Get:24 http://deb.debian.org/debian buster/main arm64 pkg-config arm64 0.29-6 [62.2 kB]
12:57:18 #10 59.19   Installing       : python3-distro-1.6.0-2.fc36.noarch                 121/148 
12:57:18 #10 59.21   Installing       : python3-dnf-plugins-core-4.3.1-1.fc36.noarch       122/148 
12:57:18 #10 59.21   Installing       : pkgconf-m4-1.8.0-2.fc36.noarch                     123/148 
12:57:18 #10 59.22   Installing       : pkgconf-pkg-config-1.8.0-2.fc36.aarch64            124/148 
12:57:18 #10 59.22   Installing       : perl-srpm-macros-1-43.fc36.noarch                  125/148 
12:57:18 #10 59.23   Installing       : package-notes-srpm-macros-0.4-14.fc36.noarch       126/148 
12:57:18 #10 59.23   Installing       : openblas-srpm-macros-2-11.fc36.noarch              127/148 
12:57:18 #10 59.24   Installing       : ocaml-srpm-macros-6-6.fc36.noarch                  128/148 
12:57:18 #10 59.24   Installing       : nim-srpm-macros-3-6.fc36.noarch                    129/148 
12:57:18 #10 59.25   Installing       : lua-srpm-macros-1-6.fc36.noarch                    130/148 
12:57:18 #10 59.25   Installing       : kernel-srpm-macros-1.0-14.fc36.noarch              131/148 
12:57:18 #10 59.26   Installing       : gnat-srpm-macros-4-15.fc36.noarch                  132/148 
12:57:18 #10 59.27   Installing       : ghc-srpm-macros-1.5.0-6.fc36.noarch                133/148 
12:57:18 #10 59.27   Installing       : fpc-srpm-macros-1.3-5.fc36.noarch                  134/148 
12:57:18 #10 59.28   Installing       : efi-srpm-macros-5-5.fc36.noarch                    135/148 
12:57:18 #10 59.28   Installing       : fonts-srpm-macros-1:2.0.5-7.fc36.noarch            136/148 
12:57:18 #10 59.29   Installing       : go-srpm-macros-3.2.0-1.fc36.noarch                 137/148 
12:57:18 #10 59.30   Installing       : python-srpm-macros-3.10-20.fc36.noarch             138/148 
12:57:18 #10 59.31   Installing       : redhat-rpm-config-222-1.fc36.noarch                139/148 
12:57:18 #10 59.32   Installing       : rpm-build-4.17.1-3.fc36.aarch64                    140/148 
12:57:18 #10 59.33   Installing       : rpmlint-fedora-license-data-1.12-1.fc36.noarch     141/148 
12:57:18 #10 59.36   Installing       : rpmlint-2.4.0-3.fc36.noarch                        142/148 
12:57:18 #10 59.37   Installing       : dnf-plugins-core-4.3.1-1.fc36.noarch               143/148 
12:57:18 #10 59.38   Cleanup          : elfutils-libs-0.187-4.fc36.aarch64                 144/148 
12:57:18 #10 59.39   Cleanup          : elfutils-libelf-0.187-4.fc36.aarch64               145/148 
12:57:18 #11 46.19 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:18 #11 46.20 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
12:57:18 #11 46.21 Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ...
12:57:18 #11 46.22 Setting up python3 (3.8.2-0ubuntu2) ...
12:57:18 #12 1.969 Package bash-5.2.9-3.fc37.aarch64 is already installed.
12:57:18 #12 1.980 Package bash-5.2.9-3.fc37.aarch64 is already installed.
12:57:18 #12 1.981 Package ca-certificates-2022.2.54-5.fc37.noarch is already installed.
12:57:18 #12 1.981 Package libarchive-3.6.1-2.fc37.aarch64 is already installed.
12:57:18 #12 1.982 Package pkgconf-pkg-config-1.8.0-3.fc37.aarch64 is already installed.
12:57:18 #12 1.982 Package tar-2:1.34-5.fc37.aarch64 is already installed.
12:57:18 #12 1.993 Package bash-5.2.9-3.fc37.aarch64 is already installed.
12:57:18 #14 9.146 Transaction test succeeded.
12:57:18 #14 9.149 Running transaction
12:57:18 #10 33.66 Preparing to unpack .../062-libipc-run-perl_20180523.0-1_all.deb ...
12:57:18 #10 33.66 Unpacking libipc-run-perl (20180523.0-1) ...
12:57:18 #10 33.73 Selecting previously unselected package libclass-method-modifiers-perl.
12:57:18 #10 33.73 Preparing to unpack .../063-libclass-method-modifiers-perl_2.12-1_all.deb ...
12:57:18 #10 33.73 Unpacking libclass-method-modifiers-perl (2.12-1) ...
12:57:18 #10 33.79 Selecting previously unselected package libsub-exporter-progressive-perl.
12:57:18 #10 33.79 Preparing to unpack .../064-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:57:18 #10 33.79 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:57:18 #10 33.84 Selecting previously unselected package libdevel-globaldestruction-perl.
12:57:18 #10 33.84 Preparing to unpack .../065-libdevel-globaldestruction-perl_0.14-1_all.deb ...
12:57:18 #10 33.85 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
12:57:18 #10 33.89 Selecting previously unselected package libb-hooks-op-check-perl.
12:57:18 #10 33.89 Preparing to unpack .../066-libb-hooks-op-check-perl_0.22-1+b1_armhf.deb ...
12:57:18 #11 44.60 Setting up libarray-intspan-perl (2.004-1) ...
12:57:18 #11 44.62 Setting up libcapture-tiny-perl (0.48-1) ...
12:57:18 #11 44.65 Setting up libtimedate-perl (2.3300-2) ...
12:57:18 #11 44.68 Setting up libstdc++-11-dev:amd64 (11.3.0-1ubuntu1~22.04) ...
12:57:18 #11 44.70 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
12:57:18 #11 44.71 Setting up libsub-name-perl (0.26-1build3) ...
12:57:18 #11 44.72 Setting up libtype-tiny-xs-perl (0.022-1build2) ...
12:57:18 #11 44.73 Setting up libsyntax-keyword-try-perl (0.26-1build1) ...
12:57:18 #11 44.75 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:57:18 #11 44.76 Setting up libproc-processtable-perl:amd64 (0.634-1build1) ...
12:57:18 #11 44.77 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:57:18 #11 44.79 Setting up gcc-11 (11.3.0-1ubuntu1~22.04) ...
12:57:18 #11 44.80 Setting up xauth (1:1.1-1build2) ...
12:57:18 #11 44.81 Setting up libpath-tiny-perl (0.122-1) ...
12:57:18 #11 44.83 Setting up libarchive-cpio-perl (0.10-1.1) ...
12:57:18 #11 44.84 Setting up libjson-perl (4.04000-1) ...
12:57:18 #11 44.85 Setting up libipc-run3-perl (0.048-2) ...
12:57:18 #11 44.87 Setting up libsub-override-perl (0.09-2) ...
12:57:18 #11 44.88 Setting up libaliased-perl (0.34-1.1) ...
12:57:18 #11 44.89 Setting up python3-unidiff (0.5.5-2) ...
12:57:18 #11 56.54 0 added, 0 removed; done.
12:57:18 #11 56.54 Running hooks in /etc/ca-certificates/update.d...
12:57:18 #11 56.54 done.
12:57:18 #11 56.55 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:57:18 #10 55.62 Transaction test succeeded.
12:57:18 #10 55.62 Running transaction
12:57:18 #11 58.63 Setting up python3-dbus (1.2.18-3build1) ...
12:57:18 #10 38.02 Selecting previously unselected package python3-debian.
12:57:18 #10 38.02 Preparing to unpack .../154-python3-debian_0.1.49_all.deb ...
12:57:18 #10 38.02 Unpacking python3-debian (0.1.49) ...
12:57:18 #10 38.11 Selecting previously unselected package libgpgme11:armhf.
12:57:18 #10 38.11 Preparing to unpack .../155-libgpgme11_1.18.0-3+b1_armhf.deb ...
12:57:18 #10 38.12 Unpacking libgpgme11:armhf (1.18.0-3+b1) ...
12:57:18 + set -e
12:57:18 + mkdir -p /root/build-deb/engine
12:57:18 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:57:18 #10 48.79 Setting up python3-idna (2.6-1) ...
12:57:18 #12 10.01 debconf: delaying package configuration, since apt-utils is not installed
12:57:18 #12 10.06 Fetched 8196 kB in 0s (23.2 MB/s)
12:57:18 #12 10.09 Selecting previously unselected package bash-completion.
12:57:18 #12 10.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 ... 27759 files and directories currently installed.)
12:57:18 #12 10.11 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ...
12:57:18 #10 59.40   Cleanup          : glibc-2.35-20.fc36.aarch64                         146/148 
12:57:18 #10 59.41   Cleanup          : glibc-minimal-langpack-2.35-20.fc36.aarch64        147/148 
12:57:18 #10 59.42   Cleanup          : glibc-common-2.35-20.fc36.aarch64                  148/148 
12:57:18 #11 46.51 Setting up binutils (2.34-6ubuntu1.4) ...
12:57:18 #11 46.52 Setting up python3-xdg (0.26-1ubuntu1) ...
12:57:18 #11 46.67 Setting up man-db (2.9.1-1) ...
12:57:18 #11 46.77 Building database of manual pages ...
12:57:18 + mkdir -p /root/build-deb/cli
12:57:18 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:57:18 #12 2.096 Dependencies resolved.
12:57:18 #12 2.118 ================================================================================
12:57:18 #12 2.118  Package                       Arch     Version                  Repo      Size
12:57:18 #12 2.118 ================================================================================
12:57:18 #12 2.118 Installing:
12:57:18 #12 2.118  cmake                         aarch64  3.25.2-1.fc37            updates  6.3 M
12:57:18 #12 2.118  device-mapper-devel           aarch64  1.02.175-9.fc37          fedora    43 k
12:57:18 #12 2.118  gcc                           aarch64  12.2.1-4.fc37            updates   29 M
12:57:18 #12 2.118  git                           aarch64  2.39.1-1.fc37            updates   66 k
12:57:18 #12 2.118  glibc-static                  aarch64  2.36-9.fc37              updates  1.4 M
12:57:18 #12 2.118  libseccomp-devel              aarch64  2.5.3-3.fc37             fedora    60 k
12:57:18 #12 2.118  libselinux-devel              aarch64  3.4-5.fc37               fedora   148 k
12:57:18 #12 2.118  libtool                       aarch64  2.4.7-2.fc37             fedora   600 k
12:57:18 #12 2.118  libtool-ltdl-devel            aarch64  2.4.7-2.fc37             fedora   164 k
12:57:18 #12 2.118  make                          aarch64  1:4.3-11.fc37            fedora   537 k
12:57:18 #12 2.118  selinux-policy-devel          noarch   37.19-1.fc37             updates  887 k
12:57:18 #12 2.118  systemd                       aarch64  251.10-588.fc37          updates  4.0 M
12:57:18 #12 2.118  which                         aarch64  2.21-35.fc37             fedora    41 k
12:57:18 #12 2.118 Upgrading:
12:57:18 #12 2.118  libxcrypt                     aarch64  4.4.33-4.fc37            updates  123 k
12:57:18 #12 2.118  systemd-libs                  aarch64  251.10-588.fc37          updates  590 k
12:57:18 #12 2.118 Installing dependencies:
12:57:18 #12 2.118  annobin-docs                  noarch   10.92-1.fc37             updates   92 k
12:57:18 #12 2.118  annobin-plugin-gcc            aarch64  10.92-1.fc37             updates  886 k
12:57:18 #12 2.118  autoconf                      noarch   2.71-4.fc37              updates  733 k
12:57:18 #12 2.118  automake                      noarch   1.16.5-9.fc37            fedora   696 k
12:57:18 #12 2.118  checkpolicy                   aarch64  3.4-3.fc37               fedora   343 k
12:57:18 #12 2.118  cmake-data                    noarch   3.25.2-1.fc37            updates  2.2 M
12:57:18 #12 2.118  cmake-filesystem              aarch64  3.25.2-1.fc37            updates   17 k
12:57:18 #12 2.118  cmake-rpm-macros              noarch   3.25.2-1.fc37            updates   16 k
12:57:18 #12 2.118  cpp                           aarch64  12.2.1-4.fc37            updates  9.2 M
12:57:18 #12 2.118  dbus                          aarch64  1:1.14.4-1.fc37          updates  7.8 k
12:57:18 #12 2.118  dbus-broker                   aarch64  32-1.fc37                fedora   169 k
12:57:18 #12 2.118  dbus-common                   noarch   1:1.14.4-1.fc37          updates   15 k
12:57:18 #12 2.118  device-mapper                 aarch64  1.02.175-9.fc37          fedora   136 k
12:57:18 #12 2.118  device-mapper-libs            aarch64  1.02.175-9.fc37          fedora   169 k
12:57:18 #12 2.118  gc                            aarch64  8.0.6-4.fc37             fedora   102 k
12:57:18 #12 2.118  gcc-plugin-annobin            aarch64  12.2.1-4.fc37            updates   52 k
12:57:18 #12 2.118  git-core                      aarch64  2.39.1-1.fc37            updates  4.3 M
12:57:18 #12 2.118  git-core-doc                  noarch   2.39.1-1.fc37            updates  2.8 M
12:57:18 #12 2.118  glibc-devel                   aarch64  2.36-9.fc37              updates  589 k
12:57:18 #12 2.118  guile22                       aarch64  2.2.7-6.fc37             fedora   6.5 M
12:57:18 #12 2.118  jsoncpp                       aarch64  1.9.5-3.fc37             fedora    92 k
12:57:18 #12 2.118  kernel-headers                aarch64  6.1.5-200.fc37           updates  1.5 M
12:57:18 #12 2.118  kmod-libs                     aarch64  30-2.fc37                fedora    66 k
12:57:18 #12 2.118  less                          aarch64  590-5.fc37               fedora   161 k
12:57:18 #12 2.118  libargon2                     aarch64  20190702-1.fc37          fedora    28 k
12:57:18 #12 2.118  libasan                       aarch64  12.2.1-4.fc37            updates  425 k
12:57:18 #12 2.118  libatomic                     aarch64  12.2.1-4.fc37            updates   43 k
12:57:18 #12 2.118  libcbor                       aarch64  0.7.0-7.fc37             fedora    55 k
12:57:18 #12 2.118  libedit                       aarch64  3.1-43.20221009cvs.fc37  updates  105 k
12:57:18 #12 2.118  libfdisk                      aarch64  2.38.1-1.fc37            fedora   155 k
12:57:18 #12 2.118  libfido2                      aarch64  1.11.0-3.fc37            fedora    96 k
12:57:18 #12 2.118  libmpc                        aarch64  1.2.1-5.fc37             fedora    62 k
12:57:18 #12 2.118  libseccomp                    aarch64  2.5.3-3.fc37             fedora    71 k
12:57:18 #12 2.118  libselinux-utils              aarch64  3.4-5.fc37               fedora   160 k
12:57:18 #12 2.118  libsepol-devel                aarch64  3.4-3.fc37               fedora    49 k
12:57:18 #12 2.118  libtool-ltdl                  aarch64  2.4.7-2.fc37             fedora    37 k
12:57:18 #12 2.118  libubsan                      aarch64  12.2.1-4.fc37            updates  192 k
12:57:18 #12 2.118  libutempter                   aarch64  1.2.1-7.fc37             fedora    26 k
12:57:18 #12 2.118  libuv                         aarch64  1:1.44.2-2.fc37          fedora   148 k
12:57:18 #12 2.118  libxcrypt-devel               aarch64  4.4.33-4.fc37            updates   30 k
12:57:18 #12 2.118  libxcrypt-static              aarch64  4.4.33-4.fc37            updates  109 k
12:57:18 #12 2.118  m4                            aarch64  1.4.19-4.fc37            fedora   299 k
12:57:18 #12 2.118  openssh                       aarch64  8.8p1-7.fc37             fedora   441 k
12:57:18 #12 2.118  openssh-clients               aarch64  8.8p1-7.fc37             fedora   670 k
12:57:18 #12 2.118  pcre2-devel                   aarch64  10.40-1.fc37.1           fedora   505 k
12:57:18 #12 2.118  pcre2-utf16                   aarch64  10.40-1.fc37.1           fedora   199 k
12:57:18 #12 2.118  pcre2-utf32                   aarch64  10.40-1.fc37.1           fedora   188 k
12:57:18 #12 2.118  perl-Error                    noarch   1:0.17029-10.fc37        fedora    41 k
12:57:18 #12 2.118  perl-File-Compare             noarch   1.100.700-492.fc37       fedora    16 k
12:57:18 #12 2.118  perl-File-Copy                noarch   2.39-492.fc37            fedora    23 k
12:57:18 #12 2.118  perl-File-Find                noarch   1.40-492.fc37            fedora    28 k
12:57:18 #12 2.118  perl-Git                      noarch   2.39.1-1.fc37            updates   43 k
12:57:18 #12 2.118  perl-TermReadKey              aarch64  2.38-14.fc37             fedora    36 k
12:57:18 #12 2.118  perl-Thread-Queue             noarch   3.14-489.fc37            fedora    21 k
12:57:18 #12 2.118  perl-lib                      aarch64  0.65-492.fc37            fedora    18 k
12:57:18 #12 2.118  perl-threads                  aarch64  1:2.27-489.fc37          fedora    56 k
12:57:18 #12 2.118  perl-threads-shared           aarch64  1.64-489.fc37            fedora    43 k
12:57:18 #12 2.118  policycoreutils               aarch64  3.4-6.fc37               fedora   239 k
12:57:18 #12 2.118  policycoreutils-devel         aarch64  3.4-6.fc37               fedora   145 k
12:57:18 #12 2.118  policycoreutils-python-utils  noarch   3.4-6.fc37               fedora    80 k
12:57:18 #12 2.118  python3-audit                 aarch64  3.0.9-1.fc37             fedora    86 k
12:57:18 #12 2.118  python3-libselinux            aarch64  3.4-5.fc37               fedora   188 k
12:57:18 #12 2.118  python3-libsemanage           aarch64  3.4-5.fc37               fedora    84 k
12:57:18 #12 2.118  python3-policycoreutils       noarch   3.4-6.fc37               fedora   2.2 M
12:57:18 #12 2.118  python3-setools               aarch64  4.4.0-9.fc37             fedora   613 k
12:57:18 #12 2.118  python3-setuptools            noarch   62.6.0-2.fc37            fedora   1.6 M
12:57:18 #12 2.118  rhash                         aarch64  1.4.2-3.fc37             fedora   185 k
12:57:18 #12 2.118  rpm-plugin-selinux            aarch64  4.18.0-1.fc37            fedora    20 k
12:57:18 #12 2.118  selinux-policy                noarch   37.19-1.fc37             updates   51 k
12:57:18 #12 2.118  selinux-policy-targeted       noarch   37.19-1.fc37             updates  6.6 M
12:57:18 #12 2.118  systemd-devel                 aarch64  251.10-588.fc37          updates  578 k
12:57:18 #12 2.118  systemd-pam                   aarch64  251.10-588.fc37          updates  323 k
12:57:18 #12 2.118  systemd-rpm-macros            noarch   251.10-588.fc37          updates   30 k
12:57:18 #12 2.118  util-linux                    aarch64  2.38.1-1.fc37            fedora   2.3 M
12:57:18 #12 2.118  vim-filesystem                noarch   2:9.0.1262-1.fc37        updates   18 k
12:57:18 #12 2.118  xkeyboard-config              noarch   2.36-3.fc37              updates  957 k
12:57:18 #12 2.118 Installing weak dependencies:
12:57:18 #12 2.118  cryptsetup-libs               aarch64  2.5.0-1.fc37             fedora   453 k
12:57:18 #12 2.118  libbpf                        aarch64  2:0.8.0-2.fc37           fedora   173 k
12:57:18 #12 2.118  libxkbcommon                  aarch64  1.4.1-2.fc37             fedora   139 k
12:57:18 #12 2.118  qrencode-libs                 aarch64  4.1.1-3.fc37             fedora    61 k
12:57:18 #12 2.118  systemd-networkd              aarch64  251.10-588.fc37          updates  573 k
12:57:18 #12 2.118  systemd-resolved              aarch64  251.10-588.fc37          updates  264 k
12:57:18 #12 2.118 
12:57:18 #12 2.118 Transaction Summary
12:57:18 #12 2.118 ================================================================================
12:57:18 #12 2.118 Install  95 Packages
12:57:18 #12 2.118 Upgrade   2 Packages
12:57:18 #12 2.118 
12:57:18 #12 2.123 Total download size: 97 M
12:57:18 #12 2.124 Downloading Packages:
12:57:18 #10 33.89 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
12:57:18 #10 33.93 Selecting previously unselected package libdynaloader-functions-perl.
12:57:18 #10 33.93 Preparing to unpack .../067-libdynaloader-functions-perl_0.003-1_all.deb ...
12:57:18 #10 33.94 Unpacking libdynaloader-functions-perl (0.003-1) ...
12:57:18 #10 33.98 Selecting previously unselected package libdevel-callchecker-perl.
12:57:18 #10 33.98 Preparing to unpack .../068-libdevel-callchecker-perl_0.008-1_armhf.deb ...
12:57:18 #10 33.99 Unpacking libdevel-callchecker-perl (0.008-1) ...
12:57:18 #10 34.03 Selecting previously unselected package libparams-classify-perl.
12:57:18 #10 34.03 Preparing to unpack .../069-libparams-classify-perl_0.015-1+b1_armhf.deb ...
12:57:18 #10 34.04 Unpacking libparams-classify-perl (0.015-1+b1) ...
12:57:18 #10 34.08 Selecting previously unselected package libmodule-runtime-perl.
12:57:18 #10 34.08 Preparing to unpack .../070-libmodule-runtime-perl_0.016-1_all.deb ...
12:57:18 #10 34.08 Unpacking libmodule-runtime-perl (0.016-1) ...
12:57:18 #10 34.12 Selecting previously unselected package libimport-into-perl.
12:57:18 #10 34.12 Preparing to unpack .../071-libimport-into-perl_1.002005-1_all.deb ...
12:57:18 #10 34.12 Unpacking libimport-into-perl (1.002005-1) ...
12:57:18 #10 34.16 Selecting previously unselected package librole-tiny-perl.
12:57:18 #10 34.16 Preparing to unpack .../072-librole-tiny-perl_2.000006-1_all.deb ...
12:57:18 #10 34.16 Unpacking librole-tiny-perl (2.000006-1) ...
12:57:18 #10 34.20 Selecting previously unselected package libstrictures-perl.
12:57:18 #10 34.20 Preparing to unpack .../073-libstrictures-perl_2.000005-1_all.deb ...
12:57:18 #10 34.22 Unpacking libstrictures-perl (2.000005-1) ...
12:57:18 #13 0.878 Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
12:57:18 #13 0.939 Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
12:57:18 #13 1.013 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
12:57:18 #11 45.03 Setting up libstrictures-perl (2.000006-1) ...
12:57:18 #11 45.05 Setting up libsub-quote-perl (2.006006-1) ...
12:57:18 #11 45.06 Setting up libdevel-stacktrace-perl (2.0400-1) ...
12:57:18 #11 45.07 Setting up libclass-xsaccessor-perl (1.19-3build9) ...
12:57:18 #11 45.09 Setting up libsort-versions-perl (1.62-1) ...
12:57:18 #11 45.11 Setting up libexporter-tiny-perl (1.002002-1) ...
12:57:18 #11 45.13 Setting up libre-engine-re2-perl:amd64 (0.14-1build2) ...
12:57:18 #11 45.15 Setting up libfile-dirlist-perl (0.05-2) ...
12:57:18 #11 45.16 Setting up libterm-readkey-perl (2.38-1build4) ...
12:57:18 #11 58.87 Setting up libmodule-implementation-perl (0.09-2) ...
12:57:18 #11 58.90 Setting up libcgi-fast-perl (1:2.15-1) ...
12:57:18 #11 59.00 Setting up python3-apt (2.4.0+22.10) ...
12:57:18 #13 3.867 Reading package lists...
12:57:18 #10 38.25 Selecting previously unselected package python3-gpg.
12:57:18 #10 38.25 Preparing to unpack .../156-python3-gpg_1.18.0-3+b1_armhf.deb ...
12:57:18 #10 38.26 Unpacking python3-gpg (1.18.0-3+b1) ...
12:57:18 #10 38.35 Selecting previously unselected package python3-xdg.
12:57:18 #10 38.35 Preparing to unpack .../157-python3-xdg_0.28-2_all.deb ...
12:57:18 #10 38.35 Unpacking python3-xdg (0.28-2) ...
12:57:18 #10 38.42 Selecting previously unselected package dput.
12:57:18 #10 38.42 Preparing to unpack .../158-dput_1.1.3_all.deb ...
12:57:18 #10 38.44 Unpacking dput (1.1.3) ...
12:57:18 #10 48.98 Setting up python3-xdg (0.25-4ubuntu1.1) ...
12:57:18 #10 49.15 Setting up python3-six (1.11.0-2) ...
12:57:18 #10 31.84 Selecting previously unselected package gcc.
12:57:18 #10 31.84 Preparing to unpack .../035-gcc_4%3a10.2.1-1+rpi1_armhf.deb ...
12:57:18 #11 46.97 Setting up libgpgme11:amd64 (1.13.1-7ubuntu2) ...
12:57:18 #11 46.98 Setting up python3-six (1.14.0-2) ...
12:57:18 + mkdir -p /root/build-deb/buildx
12:57:18 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:57:18 #10 34.29 Selecting previously unselected package libsub-quote-perl.
12:57:18 #10 34.29 Preparing to unpack .../074-libsub-quote-perl_2.005001-1_all.deb ...
12:57:18 #10 34.29 Unpacking libsub-quote-perl (2.005001-1) ...
12:57:18 #10 34.31 Selecting previously unselected package libmoo-perl.
12:57:18 #10 34.31 Preparing to unpack .../075-libmoo-perl_2.003004-2_all.deb ...
12:57:18 #10 34.32 Unpacking libmoo-perl (2.003004-2) ...
12:57:18 #10 34.37 Selecting previously unselected package libencode-locale-perl.
12:57:18 #10 34.37 Preparing to unpack .../076-libencode-locale-perl_1.05-1_all.deb ...
12:57:18 #10 34.38 Unpacking libencode-locale-perl (1.05-1) ...
12:57:18 #10 34.43 Selecting previously unselected package libtimedate-perl.
12:57:18 #10 34.43 Preparing to unpack .../077-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
12:57:18 #10 34.44 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
12:57:18 #10 34.49 Selecting previously unselected package libhttp-date-perl.
12:57:18 #10 34.49 Preparing to unpack .../078-libhttp-date-perl_6.02-1_all.deb ...
12:57:18 #13 1.087 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
12:57:18 #11 45.18 Setting up lsb-release (11.1.0ubuntu4) ...
12:57:18 #11 45.21 Setting up python3-magic (2:0.4.24-2) ...
12:57:18 #11 45.35 Setting up libtext-levenshteinxs-perl (0.03-4build10) ...
12:57:18 #11 45.36 Setting up libperlio-gzip-perl (0.19-1build8) ...
12:57:18 #11 45.37 Setting up libsys-hostname-long-perl (1.5-2) ...
12:57:18 #11 45.39 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
12:57:18 #11 45.40 Setting up libsereal-decoder-perl (4.023+ds-1) ...
12:57:18 #11 45.41 Setting up liburi-perl (5.10-1) ...
12:57:18 #11 59.20 Setting up libpackage-stash-perl (0.40-1) ...
12:57:18 #11 59.23 Setting up libimport-into-perl (1.002005-2) ...
12:57:18 #11 59.31 Setting up libmoo-perl (2.005004-3) ...
12:57:18 #13 4.595 Building dependency tree...
12:57:18 #13 4.771 Reading state information...
12:57:18 #10 38.51 Selecting previously unselected package equivs.
12:57:18 #10 38.51 Preparing to unpack .../159-equivs_2.3.1_all.deb ...
12:57:18 #10 38.51 Unpacking equivs (2.3.1) ...
12:57:18 #10 38.56 Selecting previously unselected package fonts-dejavu-core.
12:57:18 #10 38.56 Preparing to unpack .../160-fonts-dejavu-core_2.37-2_all.deb ...
12:57:18 #10 38.57 Unpacking fonts-dejavu-core (2.37-2) ...
12:57:18 #11 DONE 57.2s
12:57:18 
12:57:18 #12 [stage-1 4/9] COPY common /root/build-deb/debian
12:57:18 #12 DONE 0.1s
12:57:18 
12:57:18 #13 [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
12:57:18 #10 49.29 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.4) ...
12:57:18 #10 49.31 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
12:57:18 #10 49.33 Setting up python3-certifi (2018.1.18-2) ...
12:57:19 #10 31.84 Unpacking gcc (4:10.2.1-1+rpi1) ...
12:57:19 #10 31.90 Selecting previously unselected package libc-dev-bin.
12:57:19 #10 31.90 Preparing to unpack .../036-libc-dev-bin_2.31-13+rpt2+rpi1+deb11u5_armhf.deb ...
12:57:19 #10 31.90 Unpacking libc-dev-bin (2.31-13+rpt2+rpi1+deb11u5) ...
12:57:19 #10 31.97 Selecting previously unselected package linux-libc-dev:armhf.
12:57:19 #10 31.97 Preparing to unpack .../037-linux-libc-dev_1%3a1.20230106-1_armhf.deb ...
12:57:19 #10 31.97 Unpacking linux-libc-dev:armhf (1:1.20230106-1) ...
12:57:19 #10 27.37 Selecting previously unselected package g++.
12:57:19 #10 27.37 Preparing to unpack .../053-g++_4%3a10.2.1-1_armhf.deb ...
12:57:19 #10 27.38 Unpacking g++ (4:10.2.1-1) ...
12:57:19 #10 27.44 Selecting previously unselected package make.
12:57:19 #10 27.44 Preparing to unpack .../054-make_4.3-4.1_armhf.deb ...
12:57:19 #10 27.44 Unpacking make (4.3-4.1) ...
12:57:19 #10 56.19 Setting up libgssapi-krb5-2:amd64 (1.20.1-1) ...
12:57:19 #10 56.21 Setting up libgdbm-compat4:amd64 (1.23-3) ...
12:57:19 #10 56.22 Setting up ucf (3.0043+nmu1) ...
12:57:19 #10 56.32 Setting up libx265-199:amd64 (3.5-2+b1) ...
12:57:19 #10 56.33 Setting up dwz (0.15-1) ...
12:57:19 #10 56.34 Setting up groff-base (1.22.4-9) ...
12:57:19 #10 56.37 Setting up cpp (4:12.2.0-3) ...
12:57:19 #10 56.39 Setting up pixz (1.0.7-2) ...
12:57:19 #10 56.40 Setting up gpgconf (2.2.40-1) ...
12:57:19 #10 56.42 Setting up libcurl4:amd64 (7.87.0-2) ...
12:57:19 #10 56.43 Setting up libx11-6:amd64 (2:1.8.3-3) ...
12:57:19 #10 56.44 Setting up curl (7.87.0-2) ...
12:57:19 #10 56.45 Setting up libfontconfig1:amd64 (2.14.1-4) ...
12:57:19 #10 56.46 Setting up libperl5.36:amd64 (5.36.0-7) ...
12:57:19 #10 56.48 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
12:57:19 #10 56.49 Setting up gpg (2.2.40-1) ...
12:57:19 #10 56.50 Setting up gnupg-utils (2.2.40-1) ...
12:57:19 #10 56.51 Setting up binutils-x86-64-linux-gnu (2.40-2) ...
12:57:19 #10 56.52 Setting up libtirpc3:amd64 (1.3.3+ds-1) ...
12:57:19 #10 56.53 Setting up gpg-agent (2.2.40-1) ...
12:57:19 + mkdir -p /root/build-deb/cli
12:57:19 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:57:19 #11 47.12 Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:57:19 #11 47.13 Setting up perl (5.30.0-9ubuntu0.3) ...
12:57:19 #11 47.16 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
12:57:19 #11 47.17 Setting up python3-gpg (1.13.1-7ubuntu2) ...
12:57:19 + mkdir -p /root/build-deb/compose
12:57:19 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:57:19 + mkdir -p /root/build-deb/scan-cli-plugin
12:57:19 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:57:19 + mkdir -p /go/src/github.com/docker
12:57:19 #10 34.50 Unpacking libhttp-date-perl (6.02-1) ...
12:57:19 #10 34.54 Selecting previously unselected package libfile-listing-perl.
12:57:19 #10 34.54 Preparing to unpack .../079-libfile-listing-perl_6.04-1_all.deb ...
12:57:19 #10 34.54 Unpacking libfile-listing-perl (6.04-1) ...
12:57:19 #10 34.59 Selecting previously unselected package libhtml-tagset-perl.
12:57:19 #10 34.59 Preparing to unpack .../080-libhtml-tagset-perl_3.20-3_all.deb ...
12:57:19 #10 34.59 Unpacking libhtml-tagset-perl (3.20-3) ...
12:57:19 #10 34.64 Selecting previously unselected package liburi-perl.
12:57:19 #10 34.64 Preparing to unpack .../081-liburi-perl_1.76-1_all.deb ...
12:57:19 #10 34.64 Unpacking liburi-perl (1.76-1) ...
12:57:19 #10 34.74 Selecting previously unselected package libhtml-parser-perl.
12:57:19 #10 34.74 Preparing to unpack .../082-libhtml-parser-perl_3.72-3+b2_armhf.deb ...
12:57:19 #12 2.892 (1/97): checkpolicy-3.4-3.fc37.aarch64.rpm      1.9 MB/s | 343 kB     00:00    
12:57:19 #12 2.899 (2/97): cryptsetup-libs-2.5.0-1.fc37.aarch64.rp 2.4 MB/s | 453 kB     00:00    
12:57:19 #12 2.943 (3/97): automake-1.16.5-9.fc37.noarch.rpm       3.0 MB/s | 696 kB     00:00    
12:57:19 #12 2.981 (4/97): dbus-broker-32-1.fc37.aarch64.rpm       1.9 MB/s | 169 kB     00:00    
12:57:19 #11 45.43 Setting up libnet-ipv6addr-perl (1.02-1) ...
12:57:19 #11 45.44 Setting up libfile-touch-perl (0.12-1) ...
12:57:19 #11 45.45 Setting up libc-devtools (2.35-0ubuntu3.1) ...
12:57:19 #11 45.47 Setting up libemail-address-xs-perl (1.04-1build6) ...
12:57:19 #11 45.48 Setting up libnet-ssleay-perl:amd64 (1.92-1build2) ...
12:57:19 #11 45.49 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
12:57:19 #11 45.68 Setting up automake (1:1.16.5-1.3) ...
12:57:19 #11 59.41 Setting up python3-bcrypt (3.2.0-1build1) ...
12:57:19 #11 59.56 Setting up liblist-someutils-perl (0.58-1) ...
12:57:19 #13 4.776 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:57:19 #13 4.984 Starting 2 pkgProblemResolver with broken count: 0
12:57:19 #13 4.988 Done
12:57:19 #10 38.79 Selecting previously unselected package fontconfig-config.
12:57:19 #10 38.79 Preparing to unpack .../161-fontconfig-config_2.14.1-4_armhf.deb ...
12:57:19 #10 49.47 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
12:57:19 #10 49.47 Setting up python3-pkg-resources (39.0.1-2ubuntu0.1) ...
12:57:19 #10 49.67 Setting up lsb-release (9.20170808ubuntu1) ...
12:57:19 #10 49.69 Setting up libxmuu1:amd64 (2:1.1.2-2) ...
12:57:19 #10 49.70 Setting up libgpgme11:amd64 (1.10.0-1ubuntu2) ...
12:57:19 #10 32.21 Selecting previously unselected package libcrypt-dev:armhf.
12:57:19 #10 32.21 Preparing to unpack .../038-libcrypt-dev_1%3a4.4.18-4_armhf.deb ...
12:57:19 #10 32.22 Unpacking libcrypt-dev:armhf (1:4.4.18-4) ...
12:57:19 #10 32.27 Selecting previously unselected package libtirpc-dev:armhf.
12:57:19 #10 32.27 Preparing to unpack .../039-libtirpc-dev_1.3.1-1+deb11u1_armhf.deb ...
12:57:19 #10 32.28 Unpacking libtirpc-dev:armhf (1.3.1-1+deb11u1) ...
12:57:19 #10 32.36 Selecting previously unselected package libnsl-dev:armhf.
12:57:19 #10 32.36 Preparing to unpack .../040-libnsl-dev_1.3.0-2_armhf.deb ...
12:57:19 #10 27.53 Selecting previously unselected package libdpkg-perl.
12:57:19 #10 27.53 Preparing to unpack .../055-libdpkg-perl_1.20.12_all.deb ...
12:57:19 #10 27.54 Unpacking libdpkg-perl (1.20.12) ...
12:57:19 #10 27.69 Selecting previously unselected package patch.
12:57:19 #10 27.69 Preparing to unpack .../056-patch_2.7.6-7_armhf.deb ...
12:57:19 #10 27.71 Unpacking patch (2.7.6-7) ...
12:57:19 #10 27.77 Selecting previously unselected package dpkg-dev.
12:57:19 #10 27.77 Preparing to unpack .../057-dpkg-dev_1.20.12_all.deb ...
12:57:19 + mkdir -p /root/build-deb/buildx
12:57:19 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:57:19 #11 47.33 Setting up libdata-dump-perl (1.23-1) ...
12:57:19 #11 47.34 Setting up python3-certifi (2019.11.28-1) ...
12:57:19 #11 47.47 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
12:57:19 #11 47.49 Setting up libref-util-perl (0.204-1) ...
12:57:19 #11 47.50 Setting up libipc-system-simple-perl (1.26-1) ...
12:57:19 #11 47.51 Setting up libnet-domain-tld-perl (1.75-1) ...
12:57:19 #11 47.52 Setting up libxml-writer-perl (0.625-1) ...
12:57:19 #11 47.53 Setting up libhash-fieldhash-perl (0.15-1build2) ...
12:57:19 #11 47.54 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
12:57:19 #11 47.55 Setting up shared-mime-info (1.15-1) ...
12:57:19 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:57:19 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:57:19 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:57:19 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:57:19 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:57:19 + EPOCH=5
12:57:19 + EPOCH_SEP=
12:57:19 + [[ ! -z 5 ]]
12:57:19 + EPOCH_SEP=:
12:57:19 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:57:19 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:19 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:19 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:19 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:19 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:19 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:57:19 + debSource=docker-ce
12:57:19 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:57:19 + debMaintainer='Docker <support@docker.com>'
12:57:19 ++ date --rfc-2822
12:57:19 + debDate='Wed, 08 Feb 2023 12:57:19 +0000'
12:57:19 + pkgRevision=1
12:57:19 + cat
12:57:19 + export CLI_GITCOMMIT=ab4ef4a
12:57:19 + CLI_GITCOMMIT=ab4ef4a
12:57:19 + export ENGINE_GITCOMMIT=1141704
12:57:19 + ENGINE_GITCOMMIT=1141704
12:57:19 + export SCAN_GITCOMMIT=6c852fa
12:57:19 + SCAN_GITCOMMIT=6c852fa
12:57:19 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:19 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:19 + dpkg-buildpackage -uc -us -I.git
12:57:19 dpkg-buildpackage: info: source package docker-ce
12:57:19 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic
12:57:19 dpkg-buildpackage: info: source distribution bionic
12:57:19 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:57:19 dpkg-buildpackage: info: host architecture arm64
12:57:19  dpkg-source -I.git --before-build build-deb
12:57:19 #10 34.75 Unpacking libhtml-parser-perl (3.72-3+b2) ...
12:57:19 #10 34.81 Selecting previously unselected package libhtml-tree-perl.
12:57:19 #10 34.81 Preparing to unpack .../083-libhtml-tree-perl_5.07-2_all.deb ...
12:57:19 #10 34.81 Unpacking libhtml-tree-perl (5.07-2) ...
12:57:19 #10 34.88 Selecting previously unselected package libio-html-perl.
12:57:19 #10 34.88 Preparing to unpack .../084-libio-html-perl_1.001-1_all.deb ...
12:57:19 #10 34.89 Unpacking libio-html-perl (1.001-1) ...
12:57:19 #10 34.93 Selecting previously unselected package liblwp-mediatypes-perl.
12:57:19 #10 34.93 Preparing to unpack .../085-liblwp-mediatypes-perl_6.02-1_all.deb ...
12:57:19 #10 34.94 Unpacking liblwp-mediatypes-perl (6.02-1) ...
12:57:19 #10 34.99 Selecting previously unselected package libhttp-message-perl.
12:57:19 #10 34.99 Preparing to unpack .../086-libhttp-message-perl_6.18-1_all.deb ...
12:57:19 #10 56.41   Preparing        :                                                        1/1 
12:57:19 #10 56.44   Installing       : python3-six-1.16.0-5.fc36.noarch                     1/148 
12:57:19 #10 56.45   Installing       : hunspell-filesystem-1.7.0-19.fc36.x86_64             2/148 
12:57:19 #10 56.46   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch               3/148 
12:57:19 #10 56.47   Installing       : python3-construct-2.10.68-1.fc36.noarch              4/148 
12:57:19 #10 56.48   Installing       : python3-pybeam-0.7-2.fc36.noarch                     5/148 
12:57:19 #10 56.49   Upgrading        : glibc-common-2.35-22.fc36.x86_64                     6/148 
12:57:19 #10 56.50   Upgrading        : glibc-minimal-langpack-2.35-22.fc36.x86_64           7/148 
12:57:19 #10 56.51   Running scriptlet: glibc-2.35-22.fc36.x86_64                            8/148 
12:57:19 #10 56.56   Upgrading        : glibc-2.35-22.fc36.x86_64                            8/148 
12:57:19 #10 56.57   Running scriptlet: glibc-2.35-22.fc36.x86_64                            8/148 
12:57:19 #12 DONE 12.4s
12:57:19 
12:57:19 #13 [stage-1 5/8] COPY sources/ /sources
12:57:19 #13 DONE 0.2s
12:57:19 
12:57:19 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:57:19 #12 2.990 (5/97): device-mapper-1.02.175-9.fc37.aarch64.r 1.5 MB/s | 136 kB     00:00    
12:57:19 #12 3.015 (6/97): device-mapper-devel-1.02.175-9.fc37.aar 599 kB/s |  43 kB     00:00    
12:57:19 #12 3.071 (7/97): device-mapper-libs-1.02.175-9.fc37.aarc 1.9 MB/s | 169 kB     00:00    
12:57:19 #12 3.097 (8/97): gc-8.0.6-4.fc37.aarch64.rpm             959 kB/s | 102 kB     00:00    
12:57:19 #12 3.150 (9/97): jsoncpp-1.9.5-3.fc37.aarch64.rpm        1.1 MB/s |  92 kB     00:00    
12:57:19 #12 3.212 (10/97): less-590-5.fc37.aarch64.rpm            2.6 MB/s | 161 kB     00:00    
12:57:19 #12 3.262 (11/97): kmod-libs-30-2.fc37.aarch64.rpm        402 kB/s |  66 kB     00:00    
12:57:19 #12 3.268 (12/97): libargon2-20190702-1.fc37.aarch64.rpm  505 kB/s |  28 kB     00:00    
12:57:19 #12 3.315 (13/97): guile22-2.2.7-6.fc37.aarch64.rpm        22 MB/s | 6.5 MB     00:00    
12:57:19 #11 45.69 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:57:19 #11 45.69 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
12:57:19 #11 45.69 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
12:57:19 #11 45.70 Setting up libapt-pkg-perl (0.1.40build2) ...
12:57:19 #11 45.71 Setting up libstring-escape-perl (2010.002-2) ...
12:57:19 #11 45.74 Setting up libhttp-date-perl (6.05-1) ...
12:57:19 #11 45.75 Setting up libfile-which-perl (1.23-1) ...
12:57:19 #11 45.76 Setting up libfile-basedir-perl (0.09-1) ...
12:57:19 #11 45.78 Setting up libunicode-utf8-perl (0.62-1build4) ...
12:57:19 #11 45.79 Setting up libset-intspan-perl (1.19-2) ...
12:57:19 #11 45.80 Setting up libmouse-perl (2.5.10-1build4) ...
12:57:19 #11 45.85 Setting up libfile-listing-perl (6.14-1) ...
12:57:19 #11 45.87 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
12:57:19 #11 45.90 Setting up libregexp-pattern-perl (0.2.14-1) ...
12:57:19 #12 10.92 Unpacking bash-completion (1:2.8-6) ...
12:57:19 #12 11.05 Selecting previously unselected package cmake-data.
12:57:19 #12 11.05 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ...
12:57:19 #12 11.06 Unpacking cmake-data (3.13.4-1) ...
12:57:19 #11 59.62 Setting up debhelper (13.9.1ubuntu1) ...
12:57:19 #11 59.67 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
12:57:19 #11 59.70 Setting up python3-chardet (4.0.0-2) ...
12:57:19 #13 5.154  Done
12:57:19 #10 39.01 Unpacking fontconfig-config (2.14.1-4) ...
12:57:19 #10 39.10 Selecting previously unselected package libcurl3-gnutls:armhf.
12:57:19 #10 39.10 Preparing to unpack .../162-libcurl3-gnutls_7.87.0-2_armhf.deb ...
12:57:19 #10 39.11 Unpacking libcurl3-gnutls:armhf (7.87.0-2) ...
12:57:19 #10 39.18 Selecting previously unselected package liberror-perl.
12:57:19 #10 39.18 Preparing to unpack .../163-liberror-perl_0.17029-2_all.deb ...
12:57:19 #10 39.19 Unpacking liberror-perl (0.17029-2) ...
12:57:19 #10 39.24 Selecting previously unselected package git-man.
12:57:19 #10 39.24 Preparing to unpack .../164-git-man_1%3a2.39.1-0.1_all.deb ...
12:57:19 #14 10.39   Preparing        :                                                        1/1 
12:57:19 #14 10.44   Running scriptlet: libgcc-8.5.0-18.el8.x86_64                             1/1 
12:57:19 #14 10.46   Upgrading        : libgcc-8.5.0-18.el8.x86_64                            1/90 
12:57:19 #14 10.47   Running scriptlet: libgcc-8.5.0-18.el8.x86_64                            1/90 
12:57:19 #10 49.71 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.3) ...
12:57:19 #10 49.72 Setting up perl (5.26.1-6ubuntu0.6) ...
12:57:19 #10 49.74 Setting up libfile-chdir-perl (0.1008-1) ...
12:57:19 #10 49.75 Setting up libsys-hostname-long-perl (1.5-1) ...
12:57:19 #10 49.76 Setting up libfile-fcntllock-perl (0.22-3build2) ...
12:57:19 #10 49.77 Setting up libtext-glob-perl (0.10-1) ...
12:57:19 #10 49.79 Setting up intltool-debian (0.35.0+20060710.4) ...
12:57:19 #10 49.80 Setting up libxml-sax-base-perl (1.09-1) ...
12:57:19 #10 49.81 Setting up libpackage-stash-xs-perl (0.28-3build2) ...
12:57:19 #10 49.82 Setting up libstrictures-perl (2.000003-1) ...
12:57:19 #10 49.83 Setting up liblwp-mediatypes-perl (6.02-1) ...
12:57:19 #10 49.84 Setting up libmail-sendmail-perl (0.80-1) ...
12:57:19 #10 49.85 Setting up libsocket6-perl (0.27-1build2) ...
12:57:19 #10 49.87 Setting up patchutils (0.3.4-2) ...
12:57:19 #10 49.88 Setting up python3-chardet (3.0.4-1) ...
12:57:19 #10 32.36 Unpacking libnsl-dev:armhf (1.3.0-2) ...
12:57:19 #10 32.43 Selecting previously unselected package libc6-dev:armhf.
12:57:19 #10 32.43 Preparing to unpack .../041-libc6-dev_2.31-13+rpt2+rpi1+deb11u5_armhf.deb ...
12:57:19 #10 32.43 Unpacking libc6-dev:armhf (2.31-13+rpt2+rpi1+deb11u5) ...
12:57:19 #10 27.78 Unpacking dpkg-dev (1.20.12) ...
12:57:19 #10 27.98 Selecting previously unselected package build-essential.
12:57:19 #10 27.98 Preparing to unpack .../058-build-essential_12.9_armhf.deb ...
12:57:19 #10 27.99 Unpacking build-essential (12.9) ...
12:57:19 #10 28.05 Selecting previously unselected package libbrotli1:armhf.
12:57:19 #10 28.05 Preparing to unpack .../059-libbrotli1_1.0.9-2+b2_armhf.deb ...
12:57:19  debian/rules clean
12:57:19 dh clean --with=bash-completion
12:57:19    dh_clean
12:57:19 #10 57.01 Setting up libxpm4:amd64 (1:3.5.12-1.1) ...
12:57:19 #10 57.02 Setting up openssh-client (1:9.1p1-2) ...
12:57:19 #10 57.11 Setting up gpgsm (2.2.40-1) ...
12:57:19 #10 35.00 Unpacking libhttp-message-perl (6.18-1) ...
12:57:19 #10 35.06 Selecting previously unselected package libhttp-cookies-perl.
12:57:19 #10 35.06 Preparing to unpack .../087-libhttp-cookies-perl_6.04-1_all.deb ...
12:57:19 #10 35.06 Unpacking libhttp-cookies-perl (6.04-1) ...
12:57:19 #10 35.10 Selecting previously unselected package libhttp-negotiate-perl.
12:57:19 #10 35.10 Preparing to unpack .../088-libhttp-negotiate-perl_6.01-1_all.deb ...
12:57:19 #10 35.12 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:57:19 #10 35.15 Selecting previously unselected package perl-openssl-defaults:armhf.
12:57:19 #10 35.15 Preparing to unpack .../089-perl-openssl-defaults_3_armhf.deb ...
12:57:19 #10 35.17 Unpacking perl-openssl-defaults:armhf (3) ...
12:57:19 #10 35.20 Selecting previously unselected package libnet-ssleay-perl.
12:57:19 #10 35.20 Preparing to unpack .../090-libnet-ssleay-perl_1.85-2+deb10u1_armhf.deb ...
12:57:19 #10 35.20 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ...
12:57:19 #10 56.67   Installing       : glibc-gconv-extra-2.35-22.fc36.x86_64                9/148 
12:57:19 #10 56.68   Running scriptlet: glibc-gconv-extra-2.35-22.fc36.x86_64                9/148 
12:57:19 #10 56.70   Upgrading        : elfutils-libelf-0.188-3.fc36.x86_64                 10/148 
12:57:19 #10 56.71   Upgrading        : elfutils-libs-0.188-3.fc36.x86_64                   11/148 
12:57:19 #10 56.72   Installing       : elfutils-debuginfod-client-0.188-3.fc36.x86_64      12/148 
12:57:19 #10 56.74   Installing       : binutils-gold-2.37-37.fc36.x86_64                   13/148 
12:57:19 #10 56.86   Installing       : binutils-2.37-37.fc36.x86_64                        14/148 
12:57:19 #10 56.87   Running scriptlet: binutils-2.37-37.fc36.x86_64                        14/148 
12:57:19 #10 56.89   Installing       : hunspell-en-GB-0.20140811.1-22.fc36.noarch          15/148 
12:57:19 #10 56.90   Installing       : hunspell-en-0.20140811.1-22.fc36.noarch             16/148 
12:57:19 #10 56.91   Installing       : hunspell-en-US-0.20140811.1-22.fc36.noarch          17/148 
12:57:19 #10 56.92   Installing       : hunspell-1.7.0-19.fc36.x86_64                       18/148 
12:57:19 #12 3.322 (14/97): libcbor-0.7.0-7.fc37.aarch64.rpm       1.0 MB/s |  55 kB     00:00    
12:57:19 #12 3.372 (15/97): libfido2-1.11.0-3.fc37.aarch64.rpm     1.9 MB/s |  96 kB     00:00    
12:57:19 #12 3.384 (16/97): libbpf-0.8.0-2.fc37.aarch64.rpm        1.4 MB/s | 173 kB     00:00    
12:57:19 #12 3.423 (17/97): libmpc-1.2.1-5.fc37.aarch64.rpm        1.2 MB/s |  62 kB     00:00    
12:57:19 #12 3.433 (18/97): libfdisk-2.38.1-1.fc37.aarch64.rpm     1.3 MB/s | 155 kB     00:00    
12:57:19 #12 3.449 (19/97): libseccomp-2.5.3-3.fc37.aarch64.rpm    1.1 MB/s |  71 kB     00:00    
12:57:19 #12 3.492 (20/97): libseccomp-devel-2.5.3-3.fc37.aarch64. 887 kB/s |  60 kB     00:00    
12:57:19 #12 3.512 (21/97): libselinux-devel-3.4-5.fc37.aarch64.rp 1.8 MB/s | 148 kB     00:00    
12:57:19 #12 3.541 (22/97): libselinux-utils-3.4-5.fc37.aarch64.rp 1.7 MB/s | 160 kB     00:00    
12:57:19 #13 1.317 Reading package lists...
12:57:19 #11 45.91 Setting up libdata-messagepack-perl (1.01-2build1) ...
12:57:19 #11 45.93 Setting up libfont-afm-perl (1.20-3) ...
12:57:19 #11 45.94 Setting up libwant-perl (0.29-1build7) ...
12:57:19 #11 45.95 Setting up libdynaloader-functions-perl (0.003-1.1) ...
12:57:19 #11 45.99 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:57:19 #11 46.01 Setting up liblist-compare-perl (0.55-1) ...
12:57:19 #11 46.02 Setting up libref-util-xs-perl (0.117-1build5) ...
12:57:19 #11 46.04 Setting up libio-pty-perl (1:1.15-2build2) ...
12:57:19 #11 46.05 Setting up libtool (2.4.6-15build2) ...
12:57:19 #11 46.07 Setting up g++-11 (11.3.0-1ubuntu1~22.04) ...
12:57:19 #11 46.08 Setting up libfile-fcntllock-perl (0.22-3build7) ...
12:57:19 #11 46.10 Setting up libclone-perl (0.45-1build3) ...
12:57:19 #11 46.11 Setting up libalgorithm-diff-perl (1.201-1) ...
12:57:19 #12 11.39 Selecting previously unselected package libprocps7:arm64.
12:57:19 #12 11.39 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_arm64.deb ...
12:57:19 #12 11.40 Unpacking libprocps7:arm64 (2:3.3.15-2) ...
12:57:19 #11 60.00 Setting up python3-cryptography (3.4.8-2) ...
12:57:19 #13 5.320 Starting pkgProblemResolver with broken count: 0
12:57:19 #13 5.352 Starting 2 pkgProblemResolver with broken count: 0
12:57:19 #13 5.356 Done
12:57:19 #10 39.24 Unpacking git-man (1:2.39.1-0.1) ...
12:57:19 #10 39.48 Selecting previously unselected package git.
12:57:19 #10 39.48 Preparing to unpack .../165-git_1%3a2.39.1-0.1_armhf.deb ...
12:57:19 #10 39.50 Unpacking git (1:2.39.1-0.1) ...
12:57:19 #14 10.64   Installing       : glibc-langpack-en-2.28-224.el8.x86_64                 2/90 
12:57:19 #14 10.66   Running scriptlet: glibc-2.28-224.el8.x86_64                             3/90 
12:57:19 #10 50.13 Setting up liburi-perl (1.73-1) ...
12:57:19 #10 50.13 Setting up libdata-dump-perl (1.23-1) ...
12:57:19 #10 50.15 Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
12:57:19 #10 50.16 Setting up libio-string-perl (1.08-3) ...
12:57:19 #10 50.23 Setting up libalgorithm-diff-perl (1.19.03-1) ...
12:57:19 #10 32.76 Selecting previously unselected package libtool.
12:57:19 #10 32.76 Preparing to unpack .../042-libtool_2.4.6-15_all.deb ...
12:57:19 #10 32.76 Unpacking libtool (2.4.6-15) ...
12:57:19 #10 32.83 Selecting previously unselected package dh-autoreconf.
12:57:19 #10 32.83 Preparing to unpack .../043-dh-autoreconf_20_all.deb ...
12:57:19 #10 32.83 Unpacking dh-autoreconf (20) ...
12:57:19 #10 32.87 Selecting previously unselected package libarchive-zip-perl.
12:57:19 #10 28.09 Unpacking libbrotli1:armhf (1.0.9-2+b2) ...
12:57:19 #10 28.18 Selecting previously unselected package libsasl2-modules-db:armhf.
12:57:19 #10 28.18 Preparing to unpack .../060-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
12:57:19 #10 28.19 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ...
12:57:19 #10 28.28 Selecting previously unselected package libsasl2-2:armhf.
12:57:19 #10 28.28 Preparing to unpack .../061-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
12:57:19 #10 28.28 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ...
12:57:19  dpkg-source -I.git -b build-deb
12:57:19 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:57:19 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:57:19 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:57:19 dpkg-source: info: using source format '1.0'
12:57:19 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz
12:57:19 #10 57.12 Setting up libheif1:amd64 (1.14.2-1) ...
12:57:19 #10 57.13 Setting up libxext6:amd64 (2:1.3.4-1+b1) ...
12:57:19 #10 57.15 Setting up libcurl3-gnutls:amd64 (7.87.0-2) ...
12:57:19 #10 57.15 Setting up binutils (2.40-2) ...
12:57:19 #10 57.17 Setting up man-db (2.11.2-1) ...
12:57:19 #10 57.26 Building database of manual pages ...
12:57:19 + mkdir -p /root/build-deb/compose
12:57:19 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:57:19 + mkdir -p /root/build-deb/scan-cli-plugin
12:57:19 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:57:19 + mkdir -p /go/src/github.com/docker
12:57:19 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:57:19 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:57:19 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:57:19 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:57:19 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:57:19 + EPOCH=5
12:57:19 + EPOCH_SEP=
12:57:19 + [[ ! -z 5 ]]
12:57:19 + EPOCH_SEP=:
12:57:19 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:57:19 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:19 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:19 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:19 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:19 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:19 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:57:19 + debSource=docker-ce
12:57:19 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:57:19 + debMaintainer='Docker <support@docker.com>'
12:57:19 ++ date --rfc-2822
12:57:19 + debDate='Wed, 08 Feb 2023 12:57:19 +0000'
12:57:19 + pkgRevision=1
12:57:19 + cat
12:57:19 + export CLI_GITCOMMIT=ab4ef4a
12:57:19 + CLI_GITCOMMIT=ab4ef4a
12:57:19 + export ENGINE_GITCOMMIT=1141704
12:57:19 + ENGINE_GITCOMMIT=1141704
12:57:19 + export SCAN_GITCOMMIT=6c852fa
12:57:19 + SCAN_GITCOMMIT=6c852fa
12:57:19 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:19 + dpkg-buildpackage -uc -us -I.git
12:57:19 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:19 dpkg-buildpackage: info: source package docker-ce
12:57:19 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye
12:57:19 dpkg-buildpackage: info: source distribution bullseye
12:57:19 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:57:19 dpkg-buildpackage: info: host architecture arm64
12:57:19  dpkg-source -I.git --before-build .
12:57:19 #10 35.29 Selecting previously unselected package libio-socket-ssl-perl.
12:57:19 #10 35.29 Preparing to unpack .../091-libio-socket-ssl-perl_2.060-3_all.deb ...
12:57:19 #10 35.29 Unpacking libio-socket-ssl-perl (2.060-3) ...
12:57:19 #10 56.94   Installing       : elfutils-0.188-3.fc36.x86_64                        19/148 
12:57:19 #10 56.95   Installing       : dwz-0.14-4.fc36.x86_64                              20/148 
12:57:19 #10 56.96   Installing       : file-5.41-4.fc36.x86_64                             21/148 
12:57:19 #10 56.97   Installing       : unzip-6.0-57.fc36.x86_64                            22/148 
12:57:19 #10 56.99   Installing       : xz-5.2.5-9.fc36.x86_64                              23/148 
12:57:19 #10 57.00   Installing       : zip-3.0-32.fc36.x86_64                              24/148 
12:57:19 #10 57.00   Installing       : enchant-1:1.6.0-30.fc36.x86_64                      25/148 
12:57:19 #10 57.01   Installing       : python3-enchant-3.2.2-2.fc36.noarch                 26/148 
12:57:19 #10 57.02   Installing       : bzip2-1.0.8-11.fc36.x86_64                          27/148 
12:57:19 #10 57.03   Installing       : cpio-2.13-12.fc36.x86_64                            28/148 
12:57:19 #10 57.04   Installing       : dash-0.5.10.2-10.fc36.x86_64                        29/148 
12:57:19 #10 57.05   Running scriptlet: dash-0.5.10.2-10.fc36.x86_64                        29/148 
12:57:19 #10 57.07   Installing       : diffutils-3.8-2.fc36.x86_64                         30/148 
12:57:19 #10 57.07   Running scriptlet: groff-base-1.22.4-9.fc36.x86_64                     31/148 
12:57:19 #10 57.12   Installing       : groff-base-1.22.4-9.fc36.x86_64                     31/148 
12:57:19 #10 57.14   Running scriptlet: groff-base-1.22.4-9.fc36.x86_64                     31/148 
12:57:19 #12 3.552 (23/97): libsepol-devel-3.4-3.fc37.aarch64.rpm  814 kB/s |  49 kB     00:00    
12:57:19 #12 3.596 (24/97): libtool-2.4.7-2.fc37.aarch64.rpm       7.0 MB/s | 600 kB     00:00    
12:57:19 #12 3.621 (25/97): libtool-ltdl-devel-2.4.7-2.fc37.aarch6 2.3 MB/s | 164 kB     00:00    
12:57:19 #12 3.637 (26/97): libtool-ltdl-2.4.7-2.fc37.aarch64.rpm  382 kB/s |  37 kB     00:00    
12:57:19 #12 3.666 (27/97): libutempter-1.2.1-7.fc37.aarch64.rpm   379 kB/s |  26 kB     00:00    
12:57:19 #12 3.682 (28/97): libuv-1.44.2-2.fc37.aarch64.rpm        2.4 MB/s | 148 kB     00:00    
12:57:19 #12 3.694 (29/97): libxkbcommon-1.4.1-2.fc37.aarch64.rpm  2.4 MB/s | 139 kB     00:00    
12:57:19 #12 3.789 (30/97): make-4.3-11.fc37.aarch64.rpm           4.9 MB/s | 537 kB     00:00    
12:57:19 #13 0.884 Hit:1 http://security.ubuntu.com/ubuntu kinetic-security InRelease
12:57:19 #13 0.884 Hit:2 http://archive.ubuntu.com/ubuntu kinetic InRelease
12:57:19 #13 0.957 Hit:3 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease
12:57:19 #13 1.031 Hit:4 http://archive.ubuntu.com/ubuntu kinetic-backports InRelease
12:57:19 #11 46.12 Setting up libarchive-zip-perl (1.68-1) ...
12:57:19 #11 46.13 Setting up libsub-identify-perl (0.14-1build5) ...
12:57:19 #11 46.15 Setting up libdistro-info-perl (1.1build1) ...
12:57:19 #11 46.16 Setting up libcpanel-json-xs-perl:amd64 (4.27-1build1) ...
12:57:19 #11 46.18 Setting up python3-apt (2.4.0) ...
12:57:19 #11 46.33 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
12:57:19 #11 46.35 Setting up liblist-moreutils-perl (0.430-2) ...
12:57:19 #11 46.36 Setting up libhtml-tagset-perl (3.20-4) ...
12:57:19 #11 46.37 Setting up liblog-any-perl (1.710-1) ...
12:57:19 #11 46.39 Setting up libauthen-sasl-perl (2.1600-1.1) ...
12:57:19 #11 46.40 Setting up libdevel-size-perl (0.83-1build4) ...
12:57:19 #11 46.41 Setting up libdebhelper-perl (13.6ubuntu1) ...
12:57:19 #11 46.42 Setting up libpod-constants-perl (0.19-2) ...
12:57:19 #11 46.43 Setting up libregexp-pattern-license-perl (3.9.3-1) ...
12:57:19 #11 46.45 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:57:19 #11 46.46 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
12:57:19 #11 46.47 Setting up libio-interactive-perl (1.023-1) ...
12:57:19 #12 11.45 Selecting previously unselected package procps.
12:57:19 #12 11.46 Preparing to unpack .../03-procps_2%3a3.3.15-2_arm64.deb ...
12:57:19 #12 11.46 Unpacking procps (2:3.3.15-2) ...
12:57:19 #12 11.52 Selecting previously unselected package libarchive13:arm64.
12:57:19 #12 11.53 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u3_arm64.deb ...
12:57:19 #12 11.53 Unpacking libarchive13:arm64 (3.3.3-4+deb10u3) ...
12:57:19 #12 11.59 Selecting previously unselected package libjsoncpp1:arm64.
12:57:19 #12 11.59 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_arm64.deb ...
12:57:19 #12 11.60 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
12:57:19 #12 11.65 Selecting previously unselected package librhash0:arm64.
12:57:19 #12 11.65 Preparing to unpack .../06-librhash0_1.3.8-1_arm64.deb ...
12:57:19 #12 11.65 Unpacking librhash0:arm64 (1.3.8-1) ...
12:57:19 #12 11.70 Selecting previously unselected package libuv1:arm64.
12:57:19 #12 11.71 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_arm64.deb ...
12:57:19 #12 11.71 Unpacking libuv1:arm64 (1.24.1-1+deb10u1) ...
12:57:19 #12 11.75 Selecting previously unselected package cmake.
12:57:19 #11 60.26 Setting up python3-debian (0.1.46) ...
12:57:19 #13 5.631 The following additional packages will be installed:
12:57:19 #13 5.631   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:57:19 #13 5.631   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
12:57:19 #13 5.631   libglib2.0-0 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
12:57:19 #13 5.632   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol-dev
12:57:19 #13 5.632   libsystemd-dev libudev-dev libuv1 pkg-config
12:57:19 #13 5.633 Suggested packages:
12:57:19 #13 5.633   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
12:57:19 #13 5.633 Recommended packages:
12:57:19 #13 5.633   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
12:57:19 #13 5.670 The following NEW packages will be installed:
12:57:19 #13 5.671   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:57:19 #13 5.671   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
12:57:19 #13 5.671   libglib2.0-0 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
12:57:19 #13 5.671   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol-dev
12:57:19 #13 5.672   libsystemd-dev libudev-dev libuv1 pkg-config
12:57:19 #14 10.89   Upgrading        : glibc-2.28-224.el8.x86_64                             3/90 
12:57:19 #14 10.91   Running scriptlet: glibc-2.28-224.el8.x86_64                             3/90 
12:57:19 #14 10.96   Downgrading      : pcre2-10.32-3.el8.x86_64                              4/90 
12:57:20 #10 50.24 Setting up libclone-perl (0.39-1) ...
12:57:20 #10 50.25 Setting up libclass-xsaccessor-perl (1.19-2build8) ...
12:57:20 #10 50.27 Setting up libnet-http-perl (6.17-1) ...
12:57:20 #10 50.28 Setting up libnumber-compare-perl (0.03-1) ...
12:57:20 #10 50.29 Setting up python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
12:57:20 #10 50.47 Setting up python3-unidiff (0.5.4-1) ...
12:57:20 #10 28.34 Selecting previously unselected package libldap-2.4-2:armhf.
12:57:20 #10 28.34 Preparing to unpack .../062-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_armhf.deb ...
12:57:20 #10 28.35 Unpacking libldap-2.4-2:armhf (2.4.57+dfsg-3+deb11u1) ...
12:57:20 #10 28.47 Selecting previously unselected package libnghttp2-14:armhf.
12:57:20 #10 28.47 Preparing to unpack .../063-libnghttp2-14_1.43.0-1_armhf.deb ...
12:57:20 #10 28.47 Unpacking libnghttp2-14:armhf (1.43.0-1) ...
12:57:20 #10 28.52 Selecting previously unselected package libpsl5:armhf.
12:57:20 #10 28.52 Preparing to unpack .../064-libpsl5_0.21.0-1.2_armhf.deb ...
12:57:20 #10 28.53 Unpacking libpsl5:armhf (0.21.0-1.2) ...
12:57:20 #10 28.58 Selecting previously unselected package librtmp1:armhf.
12:57:20 #10 28.58 Preparing to unpack .../065-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armhf.deb ...
12:57:20 #10 28.58 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
12:57:20 #10 28.63 Selecting previously unselected package libssh2-1:armhf.
12:57:20 #10 28.63 Preparing to unpack .../066-libssh2-1_1.9.0-2_armhf.deb ...
12:57:20 #10 32.88 Preparing to unpack .../044-libarchive-zip-perl_1.68-1_all.deb ...
12:57:20 #10 32.88 Unpacking libarchive-zip-perl (1.68-1) ...
12:57:20 #10 33.00 Selecting previously unselected package libsub-override-perl.
12:57:20 #10 33.00 Preparing to unpack .../045-libsub-override-perl_0.09-2_all.deb ...
12:57:20 #10 33.01 Unpacking libsub-override-perl (0.09-2) ...
12:57:20 #10 33.06 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:57:20 #10 33.06 Preparing to unpack .../046-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
12:57:20 #10 33.06 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
12:57:20 #10 33.11 Selecting previously unselected package dh-strip-nondeterminism.
12:57:20 #10 33.11 Preparing to unpack .../047-dh-strip-nondeterminism_1.12.0-1_all.deb ...
12:57:20  debian/rules clean
12:57:20 dh clean --with=bash-completion
12:57:20    dh_clean
12:57:20 #10 35.45 Selecting previously unselected package libnet-http-perl.
12:57:20 #10 35.45 Preparing to unpack .../092-libnet-http-perl_6.18-1_all.deb ...
12:57:20 #10 35.64 Unpacking libnet-http-perl (6.18-1) ...
12:57:20 #10 57.15   Installing       : info-6.8-3.fc36.x86_64                              32/148 
12:57:20 #10 57.16   Installing       : ed-1.14.2-12.fc36.x86_64                            33/148 
12:57:20 #10 57.17   Installing       : patch-2.7.6-16.fc36.x86_64                          34/148 
12:57:20 #10 57.18   Installing       : json-glib-1.6.6-2.fc36.x86_64                       35/148 
12:57:20 #10 57.19   Installing       : libjpeg-turbo-2.1.2-2.fc36.x86_64                   36/148 
12:57:20 #10 57.19   Installing       : libpkgconf-1.8.0-2.fc36.x86_64                      37/148 
12:57:20 #10 57.20   Installing       : pkgconf-1.8.0-2.fc36.x86_64                         38/148 
12:57:20 #10 57.21   Installing       : libpng-2:1.6.37-12.fc36.x86_64                      39/148 
12:57:20 #10 57.22   Installing       : libstemmer-0-18.585svn.fc36.x86_64                  40/148 
12:57:20 #10 57.22   Installing       : ncurses-6.2-9.20210508.fc36.x86_64                  41/148 
12:57:20 #10 57.23   Installing       : perl-Digest-1.20-2.fc36.noarch                      42/148 
12:57:20 #10 57.24   Installing       : perl-Digest-MD5-2.58-479.fc36.x86_64                43/148 
12:57:20 #10 57.24   Installing       : perl-B-1.82-486.fc36.x86_64                         44/148 
12:57:20 #10 57.25   Installing       : perl-FileHandle-2.03-486.fc36.noarch                45/148 
12:57:20 #10 57.25   Installing       : perl-AutoLoader-5.74-486.fc36.noarch                46/148 
12:57:20 #10 57.26   Installing       : perl-Data-Dumper-2.183-3.fc36.x86_64                47/148 
12:57:20 #10 57.27   Installing       : perl-libnet-3.13-480.fc36.noarch                    48/148 
12:57:20 #10 57.27   Installing       : perl-base-2.27-486.fc36.noarch                      49/148 
12:57:20 #10 57.29   Installing       : perl-Net-SSLeay-1.92-2.fc36.x86_64                  50/148 
12:57:20 #10 57.30   Installing       : perl-URI-5.10-1.fc36.noarch                         51/148 
12:57:20 #10 57.31   Installing       : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         52/148 
12:57:20 #10 57.31   Installing       : perl-if-0.60.900-486.fc36.noarch                    53/148 
12:57:20 #10 57.32   Installing       : perl-Time-Local-2:1.300-479.fc36.noarch             54/148 
12:57:20 #10 57.32   Installing       : perl-Pod-Escapes-1:1.07-479.fc36.noarch             55/148 
12:57:20 #10 57.33   Installing       : perl-File-Path-2.18-479.fc36.noarch                 56/148 
12:57:20 #10 57.33   Installing       : perl-Mozilla-CA-20211001-2.fc36.noarch              57/148 
12:57:20 #10 57.34   Installing       : perl-IO-Socket-IP-0.41-480.fc36.noarch              58/148 
12:57:20 #10 57.35   Installing       : perl-IO-Socket-SSL-2.074-2.fc36.noarch              59/148 
12:57:20 #10 57.35   Installing       : perl-Class-Struct-0.66-486.fc36.noarch              60/148 
12:57:20 #12 3.801 (31/97): m4-1.4.19-4.fc37.aarch64.rpm           2.2 MB/s | 299 kB     00:00    
12:57:20 #12 3.875 (32/97): openssh-clients-8.8p1-7.fc37.aarch64.r 7.7 MB/s | 670 kB     00:00    
12:57:20 #12 3.884 (33/97): openssh-8.8p1-7.fc37.aarch64.rpm       2.3 MB/s | 441 kB     00:00    
12:57:20 #12 3.976 (34/97): pcre2-utf16-10.40-1.fc37.1.aarch64.rpm 1.9 MB/s | 199 kB     00:00    
12:57:20 #12 3.985 (35/97): pcre2-devel-10.40-1.fc37.1.aarch64.rpm 2.7 MB/s | 505 kB     00:00    
12:57:20 #12 4.012 (36/97): perl-Error-0.17029-10.fc37.noarch.rpm  1.1 MB/s |  41 kB     00:00    
12:57:20 #12 4.038 (37/97): perl-File-Copy-2.39-492.fc37.noarch.rp 923 kB/s |  23 kB     00:00    
12:57:20 #12 4.051 (38/97): pcre2-utf32-10.40-1.fc37.1.aarch64.rpm 1.1 MB/s | 188 kB     00:00    
12:57:20 #11 46.48 Setting up libtry-tiny-perl (0.31-1) ...
12:57:20 #11 46.51 Setting up libtype-tiny-perl (1.012004-1) ...
12:57:20 #11 46.56 Setting up libcommon-sense-perl:amd64 (3.75-2build1) ...
12:57:20 #11 46.58 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
12:57:20 #11 46.59 Setting up libnet-http-perl (6.22-1) ...
12:57:20 #11 46.60 Setting up libpath-iterator-rule-perl (1.015-1) ...
12:57:20 #11 46.61 Setting up libtext-markdown-discount-perl:amd64 (0.13-1build1) ...
12:57:20 #11 46.63 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
12:57:20 #11 46.64 Setting up libtime-moment-perl (0.44-1build6) ...
12:57:20 #11 46.65 Setting up libencode-locale-perl (1.05-1.1) ...
12:57:20 #11 46.66 Setting up libexception-class-perl (1.45-1) ...
12:57:20 #11 46.67 Setting up libmath-base85-perl (0.5+dfsg-1) ...
12:57:20 #11 46.69 Setting up libconfig-tiny-perl (2.28-1) ...
12:57:20 #12 11.75 Preparing to unpack .../08-cmake_3.13.4-1_arm64.deb ...
12:57:20 #12 11.76 Unpacking cmake (3.13.4-1) ...
12:57:20 #11 60.45 Setting up python3-requests (2.27.1+dfsg-1ubuntu2) ...
12:57:20 #11 60.61 Setting up equivs (2.3.1) ...
12:57:20 #11 60.62 Setting up g++ (4:12.2.0-1ubuntu1) ...
12:57:20 #13 6.091 0 upgraded, 24 newly installed, 0 to remove and 5 not upgraded.
12:57:20 #13 6.091 1 not fully installed or removed.
12:57:20 #13 6.091 Need to get 11.1 MB of archives.
12:57:20 #13 6.091 After this operation, 43.8 MB of additional disk space will be used.
12:57:20 #13 6.091 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bash-completion all 1:2.11-5ubuntu1 [180 kB]
12:57:20 #14 10.98   Upgrading        : libselinux-2.9-8.el8.x86_64                           5/90 
12:57:20 #13 2.579 dh_testdir
12:57:20 #13 2.599 dh_testroot
12:57:20 #13 2.619 dh_prep
12:57:20 #13 2.642 dh_testdir
12:57:20 #13 2.662 dh_testroot
12:57:20 #13 2.681 dh_install
12:57:20 #13 2.710 dh_installdocs
12:57:20 #13 2.744 dh_installchangelogs
12:57:20 #10 50.61 Setting up binutils (2.30-21ubuntu1~18.04.8) ...
12:57:20 #10 50.62 Setting up libunicode-utf8-perl (0.60-1build4) ...
12:57:20 #10 50.64 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:57:20 #10 50.65 Setting up libparams-util-perl (1.07-3build3) ...
12:57:20 #10 50.66 Setting up libsub-name-perl (0.21-1build1) ...
12:57:20 #10 50.67 Setting up openssh-client (1:7.6p1-4ubuntu0.7) ...
12:57:20 #10 50.76 Setting up libyaml-libyaml-perl (0.69+repack-1) ...
12:57:20 #10 ...
12:57:20 
12:57:20 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:57:20 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 20.7s done
12:57:20 #7 extracting sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 done
12:57:20 #7 DONE 60.4s
12:57:20 #10 28.64 Unpacking libssh2-1:armhf (1.9.0-2) ...
12:57:20 #10 28.73 Selecting previously unselected package libcurl4:armhf.
12:57:20 #10 28.73 Preparing to unpack .../067-libcurl4_7.74.0-1.3+deb11u5_armhf.deb ...
12:57:20 #10 28.74 Unpacking libcurl4:armhf (7.74.0-1.3+deb11u5) ...
12:57:20 #10 28.82 Selecting previously unselected package curl.
12:57:20 #10 28.82 Preparing to unpack .../068-curl_7.74.0-1.3+deb11u5_armhf.deb ...
12:57:20 #10 28.83 Unpacking curl (7.74.0-1.3+deb11u5) ...
12:57:20  dpkg-source -I.git -b .
12:57:20 #10 35.81 Selecting previously unselected package liblwp-protocol-https-perl.
12:57:20 #10 35.82 Preparing to unpack .../093-liblwp-protocol-https-perl_6.07-2_all.deb ...
12:57:20 #10 35.83 Unpacking liblwp-protocol-https-perl (6.07-2) ...
12:57:20 #10 35.90 Selecting previously unselected package libtry-tiny-perl.
12:57:20 #10 35.90 Preparing to unpack .../094-libtry-tiny-perl_0.30-1_all.deb ...
12:57:20 #10 35.91 Unpacking libtry-tiny-perl (0.30-1) ...
12:57:20 #10 57.36   Installing       : perl-POSIX-1.97-486.fc36.x86_64                     61/148 
12:57:20 #10 57.37   Installing       : perl-Term-ANSIColor-5.01-480.fc36.noarch            62/148 
12:57:20 #10 57.37   Installing       : perl-subs-1.04-486.fc36.noarch                      63/148 
12:57:20 #10 57.38   Installing       : perl-Term-Cap-1.17-479.fc36.noarch                  64/148 
12:57:20 #10 57.39   Installing       : perl-Pod-Simple-1:3.43-3.fc36.noarch                65/148 
12:57:20 #10 57.39   Installing       : perl-File-Temp-1:0.231.100-479.fc36.noarch          66/148 
12:57:20 #10 57.40   Installing       : perl-IPC-Open3-1.21-486.fc36.noarch                 67/148 
12:57:20 #10 57.40   Installing       : perl-HTTP-Tiny-0.082-1.fc36.noarch                  68/148 
12:57:20 #10 57.41   Installing       : perl-SelectSaver-1.02-486.fc36.noarch               69/148 
12:57:20 #10 57.41   Installing       : perl-Symbol-1.09-486.fc36.noarch                    70/148 
12:57:20 #10 57.42   Installing       : perl-File-stat-1.09-486.fc36.noarch                 71/148 
12:57:20 #10 57.43   Installing       : perl-Socket-4:2.036-1.fc36.x86_64                   72/148 
12:57:20 #10 57.43   Installing       : perl-podlators-1:4.14-479.fc36.noarch               73/148 
12:57:20 #10 57.44   Installing       : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            74/148 
12:57:20 #10 57.45   Installing       : perl-Fcntl-1.14-486.fc36.x86_64                     75/148 
12:57:20 #10 57.45   Installing       : perl-mro-1.25-486.fc36.x86_64                       76/148 
12:57:20 #10 57.46   Installing       : perl-overloading-0.02-486.fc36.noarch               77/148 
12:57:20 #10 57.46   Installing       : perl-IO-1.46-486.fc36.x86_64                        78/148 
12:57:20 #10 57.47   Installing       : perl-Text-ParseWords-3.31-1.fc36.noarch             79/148 
12:57:20 #10 57.48   Installing       : perl-Pod-Usage-4:2.01-479.fc36.noarch               80/148 
12:57:20 #10 57.48   Installing       : perl-Errno-1.33-486.fc36.x86_64                     81/148 
12:57:20 #10 57.49   Installing       : perl-File-Basename-2.85-486.fc36.noarch             82/148 
12:57:20 #10 57.49   Installing       : perl-Getopt-Std-1.13-486.fc36.noarch                83/148 
12:57:20 #10 57.50   Installing       : perl-MIME-Base64-3.16-479.fc36.x86_64               84/148 
12:57:20 #10 57.51   Installing       : perl-constant-1.33-480.fc36.noarch                  85/148 
12:57:20 #10 57.51   Installing       : perl-parent-1:0.238-479.fc36.noarch                 86/148 
12:57:20 #10 57.52   Installing       : perl-vars-1.05-486.fc36.noarch                      87/148 
12:57:20 #10 57.52   Installing       : perl-overload-1.33-486.fc36.noarch                  88/148 
12:57:20 #10 57.53   Installing       : perl-Scalar-List-Utils-5:1.63-489.fc36.x86_64       89/148 
12:57:20 #10 57.54   Installing       : perl-Storable-1:3.25-2.fc36.x86_64                  90/148 
12:57:20 #10 57.54   Installing       : perl-Getopt-Long-1:2.54-1.fc36.noarch               91/148 
12:57:20 #10 57.55   Installing       : perl-DynaLoader-1.50-486.fc36.x86_64                92/148 
12:57:20 #10 57.55   Installing       : perl-Carp-1.52-479.fc36.noarch                      93/148 
12:57:20 #10 57.56   Installing       : perl-Exporter-5.76-480.fc36.noarch                  94/148 
12:57:20 #10 57.56   Installing       : perl-NDBM_File-1.15-486.fc36.x86_64                 95/148 
12:57:20 #10 57.57   Installing       : perl-PathTools-3.80-479.fc36.x86_64                 96/148 
12:57:20 #10 33.12 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
12:57:20 #10 33.16 Selecting previously unselected package libdpkg-perl.
12:57:20 #10 33.16 Preparing to unpack .../048-libdpkg-perl_1.20.12+rpi1_all.deb ...
12:57:20 #10 33.17 Unpacking libdpkg-perl (1.20.12+rpi1) ...
12:57:20 #10 33.31 Selecting previously unselected package patch.
12:57:20 #10 33.31 Preparing to unpack .../049-patch_2.7.6-7_armhf.deb ...
12:57:20 #10 33.31 Unpacking patch (2.7.6-7) ...
12:57:20 #10 33.36 Selecting previously unselected package make.
12:57:20 #10 33.36 Preparing to unpack .../050-make_4.3-4.1_armhf.deb ...
12:57:20 #10 33.37 Unpacking make (4.3-4.1) ...
12:57:20 #10 33.47 Selecting previously unselected package dpkg-dev.
12:57:20 #10 33.47 Preparing to unpack .../051-dpkg-dev_1.20.12+rpi1_all.deb ...
12:57:20 #12 4.066 (39/97): perl-File-Compare-1.100.700-492.fc37.n 202 kB/s |  16 kB     00:00    
12:57:20 #12 4.069 (40/97): perl-File-Find-1.40-492.fc37.noarch.rp 920 kB/s |  28 kB     00:00    
12:57:20 #12 4.101 (41/97): perl-TermReadKey-2.38-14.fc37.aarch64. 716 kB/s |  36 kB     00:00    
12:57:20 #12 4.115 (42/97): perl-lib-0.65-492.fc37.aarch64.rpm     394 kB/s |  18 kB     00:00    
12:57:20 #12 4.131 (43/97): perl-Thread-Queue-3.14-489.fc37.noarch 331 kB/s |  21 kB     00:00    
12:57:20 #12 4.156 (44/97): perl-threads-shared-1.64-489.fc37.aarc 1.0 MB/s |  43 kB     00:00    
12:57:20 #12 4.174 (45/97): perl-threads-2.27-489.fc37.aarch64.rpm 776 kB/s |  56 kB     00:00    
12:57:20 #12 4.203 (46/97): policycoreutils-3.4-6.fc37.aarch64.rpm 3.3 MB/s | 239 kB     00:00    
12:57:20 #12 4.207 (47/97): policycoreutils-devel-3.4-6.fc37.aarch 2.8 MB/s | 145 kB     00:00    
12:57:20 #12 4.213 (48/97): policycoreutils-python-utils-3.4-6.fc3 2.0 MB/s |  80 kB     00:00    
12:57:20 #12 4.258 (49/97): python3-audit-3.0.9-1.fc37.aarch64.rpm 1.5 MB/s |  86 kB     00:00    
12:57:20 #11 46.70 Setting up libsereal-encoder-perl:amd64 (4.023+ds-1) ...
12:57:20 #11 46.71 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
12:57:20 #11 46.72 Setting up liblist-utilsby-perl (0.11-1) ...
12:57:20 #11 46.73 Setting up libstring-shellquote-perl (1.04-1) ...
12:57:20 #11 46.74 Setting up libnet-netmask-perl (2.0001-1) ...
12:57:20 #11 46.76 Setting up libsub-install-perl (0.928-1.1) ...
12:57:20 #11 46.77 Setting up gcc (4:11.2.0-1ubuntu1) ...
12:57:20 #11 46.80 Setting up dpkg-dev (1.21.1ubuntu2.1) ...
12:57:20 #11 46.82 Setting up intltool-debian (0.35.0+20060710.5) ...
12:57:20 #11 46.83 Setting up liberror-perl (0.17029-1) ...
12:57:20 #11 46.84 Setting up dh-autoreconf (20) ...
12:57:20 #11 46.85 Setting up patchutils (0.4.2-1build2) ...
12:57:20 #11 46.86 Setting up libmail-sendmail-perl (0.80-1.1) ...
12:57:20 #11 46.88 Setting up libltdl-dev:amd64 (2.4.6-15build2) ...
12:57:20 #11 46.89 Setting up libjson-maybexs-perl (1.004003-1) ...
12:57:20 #11 46.90 Setting up libxml-sax-base-perl (1.09-1.1) ...
12:57:20 #12 12.04 Selecting previously unselected package dh-apparmor.
12:57:20 #12 12.05 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ...
12:57:20 #12 12.05 Unpacking dh-apparmor (2.13.2-10) ...
12:57:20 #12 12.09 Selecting previously unselected package dmsetup.
12:57:20 #12 12.09 Preparing to unpack .../10-dmsetup_2%3a1.02.155-3_arm64.deb ...
12:57:20 #12 12.10 Unpacking dmsetup (2:1.02.155-3) ...
12:57:20 #12 12.14 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:57:20 #12 12.15 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
12:57:20 #12 12.15 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
12:57:20 #12 12.20 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
12:57:20 #12 12.20 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
12:57:20 #12 12.21 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
12:57:20 #12 12.25 Selecting previously unselected package libudev-dev:arm64.
12:57:20 #11 60.64 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:57:20 #11 60.64 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
12:57:20 #11 60.65 Setting up build-essential (12.9ubuntu3) ...
12:57:20 #11 60.67 Setting up libmoox-aliases-perl (0.001006-2) ...
12:57:20 #11 60.68 Setting up libb-hooks-endofscope-perl (0.26-1) ...
12:57:20 #11 60.69 Setting up python3-nacl (1.5.0-2) ...
12:57:20 #14 11.21   Upgrading        : glibc-common-2.28-224.el8.x86_64                      6/90 
12:57:20 #14 11.44   Upgrading        : glibc-gconv-extra-2.28-224.el8.x86_64                 7/90 
12:57:20 #14 11.46   Running scriptlet: glibc-gconv-extra-2.28-224.el8.x86_64                 7/90 
12:57:20 #13 2.819 dh_compress
12:57:20 #13 2.861 dh_fixperms
12:57:20 #13 2.909 dh_installdeb
12:57:20 #13 2.938 dh_gencontrol
12:57:20 #10 50.77 Setting up libsub-quote-perl (2.005000-1) ...
12:57:20 #10 50.78 Setting up libfcgi-perl (0.78-2build1) ...
12:57:20 #10 50.80 Setting up libwww-robotrules-perl (6.01-1) ...
12:57:20 #10 50.81 Setting up python3-debian (0.1.32) ...
12:57:20 #10 50.97 Setting up libauthen-sasl-perl (2.1600-1) ...
12:57:20 #10 50.98 Setting up libclass-accessor-perl (0.51-1) ...
12:57:20 #10 50.99 Setting up libsort-key-perl (1.33-2) ...
12:57:20 #10 51.01 Setting up libhtml-tagset-perl (3.20-3) ...
12:57:20 #10 51.02 Setting up libpath-tiny-perl (0.104-1) ...
12:57:20 
12:57:20 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:57:20 #10 40.29 Selecting previously unselected package iso-codes.
12:57:20 #10 40.29 Preparing to unpack .../166-iso-codes_4.12.0-1_all.deb ...
12:57:20 #10 40.29 Unpacking iso-codes (4.12.0-1) ...
12:57:20 #10 28.91 Selecting previously unselected package dctrl-tools.
12:57:20 #10 28.91 Preparing to unpack .../069-dctrl-tools_2.24-3_armhf.deb ...
12:57:20 #10 28.93 Unpacking dctrl-tools (2.24-3) ...
12:57:20 #10 29.00 Selecting previously unselected package libdebhelper-perl.
12:57:20 #10 29.00 Preparing to unpack .../070-libdebhelper-perl_13.3.4_all.deb ...
12:57:20 #10 29.01 Unpacking libdebhelper-perl (13.3.4) ...
12:57:20 #10 29.10 Selecting previously unselected package libtool.
12:57:20 #10 29.10 Preparing to unpack .../071-libtool_2.4.6-15_all.deb ...
12:57:20 #10 43.48 Fedora Modular 37 - x86_64 - Updates            906 kB/s | 1.1 MB     00:01    
12:57:20 dpkg-source: warning: native package version may not have a revision
12:57:20 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:57:20 dpkg-source: info: using source format '1.0'
12:57:20 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz
12:57:20 #10 36.12 Selecting previously unselected package libwww-robotrules-perl.
12:57:20 #10 36.12 Preparing to unpack .../095-libwww-robotrules-perl_6.02-1_all.deb ...
12:57:20 #10 36.13 Unpacking libwww-robotrules-perl (6.02-1) ...
12:57:20 #10 36.22 Selecting previously unselected package libwww-perl.
12:57:20 #10 57.63   Installing       : perl-Encode-4:3.17-485.fc36.x86_64                  97/148 
12:57:20 #10 57.73   Installing       : perl-libs-4:5.34.1-486.fc36.x86_64                  98/148 
12:57:20 #10 57.75   Installing       : perl-interpreter-4:5.34.1-486.fc36.x86_64           99/148 
12:57:20 #10 57.75   Installing       : devscripts-checkbashisms-2.22.1-1.fc36.x86_64      100/148 
12:57:20 #10 57.77   Installing       : python3-zstandard-0.17.0-1.fc36.x86_64             101/148 
12:57:20 #10 57.79   Installing       : shared-mime-info-2.1-3.fc35.x86_64                 102/148 
12:57:20 #10 57.80   Running scriptlet: shared-mime-info-2.1-3.fc35.x86_64                 102/148 
12:57:20 #10 57.82   Installing       : gdk-pixbuf2-2.42.9-2.fc36.x86_64                   103/148 
12:57:20 #10 57.83   Installing       : libappstream-glib-0.8.0-4.fc36.x86_64              104/148 
12:57:20 #10 57.84   Installing       : xxhash-libs-0.8.1-2.fc36.x86_64                    105/148 
12:57:20 #10 57.92   Installing       : gdb-minimal-12.1-2.fc36.x86_64                     106/148 
12:57:20 #10 57.93   Installing       : debugedit-5.0-3.fc36.x86_64                        107/148 
12:57:20 #12 4.273 (50/97): python3-libselinux-3.4-5.fc37.aarch64. 2.8 MB/s | 188 kB     00:00    
12:57:20 #12 4.282 (51/97): python3-libsemanage-3.4-5.fc37.aarch64 1.2 MB/s |  84 kB     00:00    
12:57:20 #12 4.356 (52/97): python3-setools-4.4.0-9.fc37.aarch64.r 7.3 MB/s | 613 kB     00:00    
12:57:20 #12 4.391 (53/97): python3-policycoreutils-3.4-6.fc37.noa  17 MB/s | 2.2 MB     00:00    
12:57:20 #12 4.398 (54/97): qrencode-libs-4.1.1-3.fc37.aarch64.rpm 1.4 MB/s |  61 kB     00:00    
12:57:20 #12 4.408 (55/97): python3-setuptools-62.6.0-2.fc37.noarc  13 MB/s | 1.6 MB     00:00    
12:57:20 #12 4.441 (56/97): rpm-plugin-selinux-4.18.0-1.fc37.aarch 460 kB/s |  20 kB     00:00    
12:57:20 #12 4.464 (57/97): rhash-1.4.2-3.fc37.aarch64.rpm         2.5 MB/s | 185 kB     00:00    
12:57:20 #12 4.535 (58/97): which-2.21-35.fc37.aarch64.rpm         440 kB/s |  41 kB     00:00    
12:57:20 #10 33.48 Unpacking dpkg-dev (1.20.12+rpi1) ...
12:57:20 #13 1.150 Reading package lists...
12:57:20 #11 46.92 Setting up libio-string-perl (1.08-3.1) ...
12:57:20 #11 46.93 Setting up libreadonly-perl (2.050-3) ...
12:57:20 #11 46.94 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ...
12:57:20 #11 46.95 Setting up python3-chardet (4.0.0-1) ...
12:57:20 #11 60.85 Setting up networkd-dispatcher (2.1-2ubuntu1) ...
12:57:20 #11 60.99 Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service.
12:57:20 #11 60.99 Setting up dput (1.1.2ubuntu2) ...
12:57:20 #12 12.25 Preparing to unpack .../13-libudev-dev_241-7~deb10u8_arm64.deb ...
12:57:20 #12 12.26 Unpacking libudev-dev:arm64 (241-7~deb10u8) ...
12:57:20 #12 12.31 Selecting previously unselected package libsepol1-dev:arm64.
12:57:20 #12 12.31 Preparing to unpack .../14-libsepol1-dev_2.8-1_arm64.deb ...
12:57:20 #12 12.31 Unpacking libsepol1-dev:arm64 (2.8-1) ...
12:57:20 #12 12.38 Selecting previously unselected package libpcre16-3:arm64.
12:57:20 #12 12.38 Preparing to unpack .../15-libpcre16-3_2%3a8.39-12_arm64.deb ...
12:57:20 #12 12.39 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
12:57:20 #12 12.44 Selecting previously unselected package libpcre32-3:arm64.
12:57:20 #12 12.44 Preparing to unpack .../16-libpcre32-3_2%3a8.39-12_arm64.deb ...
12:57:20 #12 12.44 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
12:57:20 #12 12.49 Selecting previously unselected package libpcrecpp0v5:arm64.
12:57:20 #14 11.59   Upgrading        : systemd-libs-239-70.el8.x86_64                        8/90 
12:57:20 #14 11.60   Running scriptlet: systemd-libs-239-70.el8.x86_64                        8/90 
12:57:20 #14 11.64   Installing       : python3-libselinux-2.9-8.el8.x86_64                   9/90 
12:57:20 #14 11.70   Installing       : make-1:4.2.1-11.el8.x86_64                           10/90 
12:57:20 #14 11.71   Running scriptlet: make-1:4.2.1-11.el8.x86_64                           10/90 
12:57:20 #14 11.72   Installing       : libmpc-1.1.0-9.1.el8.x86_64                          11/90 
12:57:20 #14 11.78   Installing       : checkpolicy-2.9-1.el8.x86_64                         12/90 
12:57:20 #13 3.060 dh_md5sums
12:57:20 #13 3.093 dh_builddeb
12:57:20 #13 3.116 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:57:20 #13 3.137 
12:57:20 #13 3.137 The package has been created.
12:57:20 #13 3.137 Attention, the package has been created in the current directory,
12:57:20 #13 3.137 not in ".." as indicated by the message above!
12:57:20 #13 3.161 Selecting previously unselected package docker-ce-build-deps.
12:57:20 #13 3.176 (Reading database ... 26292 files and directories currently installed.)
12:57:20 #13 3.178 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:57:20 #13 3.184 Unpacking docker-ce-build-deps (1.0) ...
12:57:20 #13 6.462 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive13 arm64 3.6.0-1ubuntu1 [367 kB]
12:57:20 #13 6.588 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjsoncpp25 arm64 1.9.5-3 [76.6 kB]
12:57:20 #13 6.607 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librhash0 arm64 1.4.2-1ubuntu1 [125 kB]
12:57:20 #13 6.626 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libuv1 arm64 1.43.0-1 [89.9 kB]
12:57:20 #13 6.637 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
12:57:20 #13 6.638 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 emacsen-common all 3.0.4 [14.9 kB]
12:57:20 #13 6.640 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 cmake-data all 3.22.1-1ubuntu1.22.04.1 [1913 kB]
12:57:20 #10 51.03 Setting up libnet-domain-tld-perl (1.75-1) ...
12:57:20 #10 51.04 Setting up libsub-install-perl (0.928-1) ...
12:57:20 #10 51.05 Setting up libdata-optlist-perl (0.110-1) ...
12:57:20 #10 51.06 Setting up libio-stringy-perl (2.111-2) ...
12:57:20 #10 51.07 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:57:20 #10 51.08 Setting up libtry-tiny-perl (0.30-1) ...
12:57:20 #10 51.09 Setting up libclass-method-modifiers-perl (2.12-1) ...
12:57:20 #10 51.10 Setting up libfont-afm-perl (1.20-2) ...
12:57:20 #10 51.11 Setting up libregexp-pattern-license-perl (3.0.31-3) ...
12:57:20 #10 51.13 Setting up python3-apt (1.6.6) ...
12:57:20 #10 29.10 Unpacking libtool (2.4.6-15) ...
12:57:20 #10 29.23 Selecting previously unselected package dh-autoreconf.
12:57:20 #10 29.23 Preparing to unpack .../072-dh-autoreconf_20_all.deb ...
12:57:20 #10 29.24 Unpacking dh-autoreconf (20) ...
12:57:20 #10 29.27 Selecting previously unselected package libarchive-zip-perl.
12:57:20 #10 29.27 Preparing to unpack .../073-libarchive-zip-perl_1.68-1_all.deb ...
12:57:20 #10 29.27 Unpacking libarchive-zip-perl (1.68-1) ...
12:57:20 #10 29.34 Selecting previously unselected package libsub-override-perl.
12:57:20 #10 29.34 Preparing to unpack .../074-libsub-override-perl_0.09-2_all.deb ...
12:57:20 #10 57.94   Installing       : dbus-libs-1:1.14.4-1.fc36.x86_64                   108/148 
12:57:20 #10 57.95   Installing       : python3-dbus-1.2.18-3.fc36.x86_64                  109/148 
12:57:20 #10 57.96   Installing       : zstd-1.5.2-2.fc36.x86_64                           110/148 
12:57:20 #10 57.97   Installing       : rust-srpm-macros-23-1.fc36.noarch                  111/148 
12:57:20 #10 57.97   Installing       : rpmautospec-rpm-macros-0.3.1-1.fc36.noarch         112/148 
12:57:20 #10 57.98   Installing       : qt5-srpm-macros-5.15.7-1.fc36.noarch               113/148 
12:57:20 #10 57.98   Installing       : emacs-filesystem-1:28.2-1.fc36.noarch              114/148 
12:57:20 #10 57.99   Installing       : desktop-file-utils-0.26-6.fc36.x86_64              115/148 
12:57:20 #10 58.00   Installing       : ansible-srpm-macros-1-8.1.fc36.noarch              116/148 
12:57:20 #10 58.00   Installing       : python3-tomli-w-0.4.0-3.fc36.noarch                117/148 
12:57:20 #10 58.01   Installing       : python3-tomli-1.2.3-1.fc36.noarch                  118/148 
12:57:20 #10 58.02   Installing       : python3-pyxdg-0.27-4.fc36.noarch                   119/148 
12:57:20 #10 58.03   Installing       : python3-file-magic-5.41-4.fc36.noarch              120/148 
12:57:20 #10 58.03   Installing       : python3-distro-1.6.0-2.fc36.noarch                 121/148 
12:57:20 #10 58.04   Installing       : python3-dnf-plugins-core-4.3.1-1.fc36.noarch       122/148 
12:57:20 #10 58.05   Installing       : pkgconf-m4-1.8.0-2.fc36.noarch                     123/148 
12:57:20 #10 58.06   Installing       : pkgconf-pkg-config-1.8.0-2.fc36.x86_64             124/148 
12:57:20 #10 58.06   Installing       : perl-srpm-macros-1-43.fc36.noarch                  125/148 
12:57:20 #10 58.06   Installing       : package-notes-srpm-macros-0.4-14.fc36.noarch       126/148 
12:57:20 #10 58.07   Installing       : openblas-srpm-macros-2-11.fc36.noarch              127/148 
12:57:20 #10 58.07   Installing       : ocaml-srpm-macros-6-6.fc36.noarch                  128/148 
12:57:20 #10 58.08   Installing       : nim-srpm-macros-3-6.fc36.noarch                    129/148 
12:57:20 #10 58.08   Installing       : lua-srpm-macros-1-6.fc36.noarch                    130/148 
12:57:20 #10 58.09   Installing       : kernel-srpm-macros-1.0-14.fc36.noarch              131/148 
12:57:20 #10 58.09   Installing       : gnat-srpm-macros-4-15.fc36.noarch                  132/148 
12:57:20 #10 58.10   Installing       : ghc-srpm-macros-1.5.0-6.fc36.noarch                133/148 
12:57:20 #10 58.10   Installing       : fpc-srpm-macros-1.3-5.fc36.noarch                  134/148 
12:57:20 #10 58.10   Installing       : efi-srpm-macros-5-5.fc36.noarch                    135/148 
12:57:20 #10 58.11   Installing       : fonts-srpm-macros-1:2.0.5-7.fc36.noarch            136/148 
12:57:20 #10 58.12   Installing       : go-srpm-macros-3.2.0-1.fc36.noarch                 137/148 
12:57:20 #10 58.12   Installing       : python-srpm-macros-3.10-20.fc36.noarch             138/148 
12:57:20 #10 58.13   Installing       : redhat-rpm-config-222-1.fc36.noarch                139/148 
12:57:20 #10 58.14   Installing       : rpm-build-4.17.1-3.fc36.x86_64                     140/148 
12:57:20 #12 4.582 (59/97): util-linux-2.38.1-1.fc37.aarch64.rpm    14 MB/s | 2.3 MB     00:00    
12:57:20 #10 33.79 Selecting previously unselected package libelf1:armhf.
12:57:20 #10 33.79 Preparing to unpack .../052-libelf1_0.183-1_armhf.deb ...
12:57:20 #10 33.79 Unpacking libelf1:armhf (0.183-1) ...
12:57:20 #10 33.87 Selecting previously unselected package dwz.
12:57:20 #10 33.87 Preparing to unpack .../053-dwz_0.13+20210201-1_armhf.deb ...
12:57:20 #10 33.88 Unpacking dwz (0.13+20210201-1) ...
12:57:20 #10 33.97 Selecting previously unselected package libicu67:armhf.
12:57:20 #10 33.97 Preparing to unpack .../054-libicu67_67.1-7_armhf.deb ...
12:57:20 #10 33.98 Unpacking libicu67:armhf (67.1-7) ...
12:57:20 #10 36.22 Preparing to unpack .../096-libwww-perl_6.36-2_all.deb ...
12:57:20 #10 36.23 Unpacking libwww-perl (6.36-2) ...
12:57:20 #10 36.37 Selecting previously unselected package patchutils.
12:57:20 #10 36.37 Preparing to unpack .../097-patchutils_0.3.4-2_armhf.deb ...
12:57:20 #10 36.39 Unpacking patchutils (0.3.4-2) ...
12:57:20 #13 2.061 dpkg-buildpackage: info: source package docker-ce-build-deps
12:57:20 #13 2.061 dpkg-buildpackage: info: source version 1.0
12:57:20 #13 2.061 dpkg-buildpackage: info: source distribution unstable
12:57:20 #13 2.061 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:57:20 #13 2.093  dpkg-source --before-build .
12:57:20 #13 2.093 dpkg-buildpackage: info: host architecture amd64
12:57:20 #13 2.187  debian/rules clean
12:57:20 #11 61.16 Setting up libnamespace-clean-perl (0.27-2) ...
12:57:20 #11 61.18 Setting up python3-paramiko (2.10.4-1ubuntu1) ...
12:57:20 #12 12.50 Preparing to unpack .../17-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
12:57:20 #12 12.50 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
12:57:20 #12 12.54 Selecting previously unselected package libpcre3-dev:arm64.
12:57:20 #12 12.55 Preparing to unpack .../18-libpcre3-dev_2%3a8.39-12_arm64.deb ...
12:57:20 #12 12.55 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
12:57:20 #12 12.63 Selecting previously unselected package libselinux1-dev:arm64.
12:57:20 #12 12.63 Preparing to unpack .../19-libselinux1-dev_2.8-1+b1_arm64.deb ...
12:57:20 #12 12.64 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
12:57:20 #12 12.70 Selecting previously unselected package libdevmapper-dev:arm64.
12:57:20 #12 12.70 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
12:57:20 #12 12.71 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
12:57:20 #12 12.74 Selecting previously unselected package libseccomp-dev:arm64.
12:57:20 #11 47.23 Setting up libstring-copyright-perl (0.003012-1) ...
12:57:20 #11 47.24 Setting up python3-debian (0.1.43ubuntu1) ...
12:57:20 #11 47.44 Setting up python3-requests (2.25.1+dfsg-2) ...
12:57:21 #14 11.81   Installing       : m4-1.4.18-7.el8.x86_64                               13/90 
12:57:21 #14 11.82   Running scriptlet: m4-1.4.18-7.el8.x86_64                               13/90 
12:57:21 #14 11.83   Installing       : cmake-rpm-macros-3.20.2-4.el8.noarch                 14/90 
12:57:21 #13 6.779 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 cmake arm64 3.22.1-1ubuntu1.22.04.1 [4650 kB]
12:57:21 #13 7.005 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 dh-apparmor all 3.0.4-2ubuntu2.1 [9534 B]
12:57:21 #10 51.29 Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ...
12:57:21 #10 51.30 Setting up libxext6:amd64 (2:1.3.3-1) ...
12:57:21 #10 51.32 Setting up po-debconf (1.0.20) ...
12:57:21 #10 51.33 Setting up libdistro-info-perl (0.18ubuntu0.18.04.1) ...
12:57:21 #10 51.34 Setting up libio-socket-inet6-perl (2.72-2) ...
12:57:21 #10 51.35 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:57:21 #10 51.36 Setting up libio-pty-perl (1:1.08-1.1build4) ...
12:57:21 #10 51.37 Setting up libfile-which-perl (1.21-1) ...
12:57:21 #10 51.38 Setting up libencode-locale-perl (1.05-1) ...
12:57:21 #10 51.39 Setting up libperlio-gzip-perl (0.19-1build3) ...
12:57:21 #10 51.40 Setting up libtext-levenshtein-perl (0.13-1) ...
12:57:21 #10 51.41 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ...
12:57:21 #10 51.42 Setting up liberror-perl (0.17025-1) ...
12:57:21 #10 51.44 Setting up libvariable-magic-perl (0.62-1) ...
12:57:21 #10 51.45 Setting up libtimedate-perl (2.3000-2) ...
12:57:21 #10 51.46 Setting up libnet-ip-perl (1.26-1) ...
12:57:21 #10 51.47 Setting up librole-tiny-perl (2.000006-1) ...
12:57:21 #10 51.48 Setting up libnet-ssleay-perl (1.84-1ubuntu0.2) ...
12:57:21 #10 51.49 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ...
12:57:21 #10 51.50 Setting up libfile-homedir-perl (1.002-1) ...
12:57:21 #10 51.51 Setting up libipc-system-simple-perl (1.25-4) ...
12:57:21 #10 51.52 Setting up libfile-basedir-perl (0.07-1) ...
12:57:21 #10 51.53 Setting up libstring-escape-perl (2010.002-2) ...
12:57:21 #10 51.54 Setting up libb-hooks-op-check-perl (0.22-1) ...
12:57:21 #10 51.55 Setting up libio-html-perl (1.001-1) ...
12:57:21 #10 51.56 Setting up libexporter-tiny-perl (1.000000-2) ...
12:57:21 #10 51.57 Setting up libarchive-cpio-perl (0.10-1) ...
12:57:21 #10 51.58 Setting up libdpkg-perl (1.19.0.5ubuntu2.4) ...
12:57:21 #10 51.59 Setting up libnumber-range-perl (0.12-1) ...
12:57:21 #10 29.34 Unpacking libsub-override-perl (0.09-2) ...
12:57:21 #10 29.38 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:57:21 #10 29.38 Preparing to unpack .../075-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
12:57:21 #10 29.38 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
12:57:21 #10 29.43 Selecting previously unselected package dh-strip-nondeterminism.
12:57:21 #10 29.43 Preparing to unpack .../076-dh-strip-nondeterminism_1.12.0-1_all.deb ...
12:57:21 #10 29.43 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
12:57:21 #10 29.51 Selecting previously unselected package libelf1:armhf.
12:57:21 #10 29.51 Preparing to unpack .../077-libelf1_0.183-1_armhf.deb ...
12:57:21 #10 29.52 Unpacking libelf1:armhf (0.183-1) ...
12:57:21 #10 29.59 Selecting previously unselected package dwz.
12:57:21 #10 29.59 Preparing to unpack .../078-dwz_0.13+20210201-1_armhf.deb ...
12:57:21 #10 40.92 Selecting previously unselected package libabsl20220623:armhf.
12:57:21 #10 58.15   Installing       : rpmlint-fedora-license-data-1.12-1.fc36.noarch     141/148 
12:57:21 #10 58.17   Installing       : rpmlint-2.4.0-3.fc36.noarch                        142/148 
12:57:21 #10 58.18   Installing       : dnf-plugins-core-4.3.1-1.fc36.noarch               143/148 
12:57:21 #10 58.18   Cleanup          : elfutils-libs-0.187-4.fc36.x86_64                  144/148 
12:57:21 #10 58.19   Cleanup          : elfutils-libelf-0.187-4.fc36.x86_64                145/148 
12:57:21 #10 58.20   Cleanup          : glibc-2.35-20.fc36.x86_64                          146/148 
12:57:21 #10 58.21   Cleanup          : glibc-minimal-langpack-2.35-20.fc36.x86_64         147/148 
12:57:21 #10 58.21   Cleanup          : glibc-common-2.35-20.fc36.x86_64                   148/148 
12:57:21 #13 2.188 dh clean
12:57:21 #13 2.276    dh_clean
12:57:21 #13 2.307  debian/rules binary
12:57:21 #13 2.309 dh binary
12:57:21 #13 2.383    dh_update_autotools_config
12:57:21 #13 2.410    dh_autoreconf
12:57:21 #11 61.40 Setting up licensecheck (3.3.0-1) ...
12:57:21 #11 61.41 Setting up libgitlab-api-v4-perl (0.26-1) ...
12:57:21 #11 61.43 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:57:21 #11 61.44 Setting up libwww-perl (6.67-1) ...
12:57:21 #11 61.46 Setting up libhtml-tokeparser-simple-perl (3.16-4) ...
12:57:21 #11 61.47 Setting up libwww-mechanize-perl (2.14-2) ...
12:57:21 #11 61.48 Setting up devscripts (2.22.2ubuntu3) ...
12:57:21 #12 12.75 Preparing to unpack .../21-libseccomp-dev_2.3.3-4_arm64.deb ...
12:57:21 #12 12.75 Unpacking libseccomp-dev:arm64 (2.3.3-4) ...
12:57:21 #12 12.79 Selecting previously unselected package libsystemd-dev:arm64.
12:57:21 #12 12.79 Preparing to unpack .../22-libsystemd-dev_241-7~deb10u8_arm64.deb ...
12:57:21 #12 12.80 Unpacking libsystemd-dev:arm64 (241-7~deb10u8) ...
12:57:21 #12 12.90 Selecting previously unselected package pkg-config.
12:57:21 #12 12.90 Preparing to unpack .../23-pkg-config_0.29-6_arm64.deb ...
12:57:21 #12 12.90 Unpacking pkg-config (0.29-6) ...
12:57:21 #12 12.95 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
12:57:21 #12 12.97 Setting up libseccomp-dev:arm64 (2.3.3-4) ...
12:57:21 #12 12.98 Setting up libpcre16-3:arm64 (2:8.39-12) ...
12:57:21 #12 12.99 Setting up libarchive13:arm64 (3.3.3-4+deb10u3) ...
12:57:21 #12 13.00 Setting up libprocps7:arm64 (2:3.3.15-2) ...
12:57:21 #11 47.59 Setting up libdata-optlist-perl (0.112-1) ...
12:57:21 #11 47.60 Setting up libipc-run-perl (20200505.0-1) ...
12:57:21 #11 47.62 Setting up git (1:2.34.1-1ubuntu1.6) ...
12:57:21 #11 47.66 Setting up libtext-xslate-perl:amd64 (3.5.9-1build1) ...
12:57:21 #11 47.68 Setting up libcontextual-return-perl (0.004014-2) ...
12:57:21 #11 47.69 Setting up libwww-robotrules-perl (6.02-1) ...
12:57:21 #11 47.70 Setting up libtypes-serialiser-perl (1.01-1) ...
12:57:21 #11 47.71 Setting up g++ (4:11.2.0-1ubuntu1) ...
12:57:21 #11 47.75 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:57:21 #11 47.75 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
12:57:21 #11 47.76 Setting up libhtml-parser-perl:amd64 (3.76-1build2) ...
12:57:21 #11 47.77 Setting up libgit-wrapper-perl (0.048-1) ...
12:57:21 #11 47.79 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
12:57:21 #11 47.81 Setting up librole-tiny-perl (2.002004-1) ...
12:57:21 #11 47.83 Setting up gnupg (2.2.27-3ubuntu2.1) ...
12:57:21 #13 7.006 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1ubuntu4 [129 kB]
12:57:21 #13 7.007 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1ubuntu4 [12.0 kB]
12:57:21 #13 7.009 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libudev-dev arm64 249.11-0ubuntu3.6 [20.7 kB]
12:57:21 #13 7.009 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsepol-dev arm64 3.3-1build1 [387 kB]
12:57:21 #13 7.020 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-16-0 arm64 10.39-3ubuntu0.1 [185 kB]
12:57:21 #13 7.030 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-32-0 arm64 10.39-3ubuntu0.1 [177 kB]
12:57:21 #13 7.042 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-posix3 arm64 10.39-3ubuntu0.1 [5968 B]
12:57:21 #13 7.042 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-dev arm64 10.39-3ubuntu0.1 [663 kB]
12:57:21 #13 7.082 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libselinux1-dev arm64 3.3-1build2 [164 kB]
12:57:21 #13 7.084 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1ubuntu4 [36.6 kB]
12:57:21 #10 51.61 Setting up liblist-compare-perl (0.53-1) ...
12:57:21 #10 51.62 Setting up autoconf (2.69-11) ...
12:57:21 #10 51.64 Setting up libpath-iterator-rule-perl (1.009-1) ...
12:57:21 #10 51.65 Setting up gcc (4:7.4.0-1ubuntu2.3) ...
12:57:21 #10 51.67 Setting up python3-gpg (1.10.0-1ubuntu2) ...
12:57:21 #10 51.85 Setting up libnet-dns-perl (1.10-2) ...
12:57:21 #10 29.59 Unpacking dwz (0.13+20210201-1) ...
12:57:21 #10 29.68 Selecting previously unselected package libicu67:armhf.
12:57:21 #10 29.68 Preparing to unpack .../079-libicu67_67.1-7_armhf.deb ...
12:57:21 #10 29.70 Unpacking libicu67:armhf (67.1-7) ...
12:57:21 #10 40.92 Preparing to unpack .../167-libabsl20220623_20220623.1-1_armhf.deb ...
12:57:21 #10 41.00 Unpacking libabsl20220623:armhf (20220623.1-1) ...
12:57:21 #10 41.13 Selecting previously unselected package libalgorithm-diff-perl.
12:57:21 #10 41.13 Preparing to unpack .../168-libalgorithm-diff-perl_1.201-1_all.deb ...
12:57:21 #10 41.13 Unpacking libalgorithm-diff-perl (1.201-1) ...
12:57:21 #10 41.18 Selecting previously unselected package libalgorithm-diff-xs-perl:armhf.
12:57:21 #10 41.18 Preparing to unpack .../169-libalgorithm-diff-xs-perl_0.04-8+b1_armhf.deb ...
12:57:21 #12 5.209 (60/97): annobin-docs-10.92-1.fc37.noarch.rpm   123 kB/s |  92 kB     00:00    
12:57:21 #13 2.449    create-stamp debian/debhelper-build-stamp
12:57:21 #13 2.449    dh_prep
12:57:21 #13 2.477    dh_auto_install --destdir=debian/docker-ce-build-deps/
12:57:21 #13 2.526    dh_install
12:57:21 #13 2.558    dh_installdocs
12:57:21 #13 2.595    dh_installchangelogs
12:57:21 #13 2.675    dh_perl
12:57:21 #10 36.88 Selecting previously unselected package wdiff.
12:57:21 #10 36.88 Preparing to unpack .../098-wdiff_1.2.2-2_armhf.deb ...
12:57:21 #10 36.89 Unpacking wdiff (1.2.2-2) ...
12:57:21 #11 61.65 Setting up libxml-parser-perl:arm64 (2.46-3build1) ...
12:57:21 #11 61.66 Setting up libxml-sax-expat-perl (0.51-1) ...
12:57:21 #11 61.71 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:57:21 #11 61.76 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:21 #12 13.02 Setting up libsepol1-dev:arm64 (2.8-1) ...
12:57:21 #12 13.03 Setting up libuv1:arm64 (1.24.1-1+deb10u1) ...
12:57:21 #12 13.05 Setting up bash-completion (1:2.8-6) ...
12:57:21 #11 47.85 Setting up build-essential (12.9ubuntu3) ...
12:57:21 #11 47.87 Setting up libfont-ttf-perl (1.06-1.1) ...
12:57:21 #11 47.89 Setting up libfile-homedir-perl (1.006-1) ...
12:57:21 #11 47.90 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
12:57:21 #11 47.91 Setting up libio-socket-ssl-perl (2.074-2) ...
12:57:21 #11 47.93 Setting up libsub-exporter-perl (0.988-1) ...
12:57:21 #11 47.94 Setting up libalgorithm-merge-perl (0.08-3) ...
12:57:21 #11 47.95 Setting up libhttp-message-perl (6.36-1) ...
12:57:21 #11 47.96 Setting up libdata-validate-ip-perl (0.30-1) ...
12:57:21 #11 47.98 Setting up libhtml-form-perl (6.07-1) ...
12:57:21 #11 47.99 Setting up libiterator-perl (0.03+ds1-1.1) ...
12:57:21 #11 48.00 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
12:57:21 #11 48.01 Setting up libjson-xs-perl (4.030-1build3) ...
12:57:21 #11 48.02 Setting up libhttp-negotiate-perl (6.01-1) ...
12:57:21 #11 48.04 Setting up libio-prompter-perl (0.004015-1) ...
12:57:21 #11 48.05 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
12:57:21 #13 7.157 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libseccomp-dev arm64 2.5.3-2ubuntu2 [93.1 kB]
12:57:21 #13 7.160 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsystemd-dev arm64 249.11-0ubuntu3.6 [306 kB]
12:57:21 #13 7.174 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libglib2.0-0 arm64 2.72.4-0ubuntu1 [1430 kB]
12:57:21 #13 7.240 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pkg-config arm64 0.29.2-1ubuntu3 [47.4 kB]
12:57:21 #13 7.403 debconf: delaying package configuration, since apt-utils is not installed
12:57:21 #13 7.440 Fetched 11.1 MB in 2s (7103 kB/s)
12:57:21 #10 51.87 Setting up libsub-identify-perl (0.14-1) ...
12:57:21 #10 51.88 Setting up libpod-constants-perl (0.19-1) ...
12:57:21 #10 51.89 Setting up libsort-versions-perl (1.62-1) ...
12:57:21 #10 51.90 Setting up libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
12:57:21 #10 51.92 Setting up libdynaloader-functions-perl (0.003-1) ...
12:57:21 #10 51.93 Setting up libsub-exporter-perl (0.987-1) ...
12:57:21 #10 51.94 Setting up xauth (1:1.0.10-1) ...
12:57:21 #10 51.95 Setting up libalgorithm-merge-perl (0.08-3) ...
12:57:21 #10 51.96 Setting up dpkg-dev (1.19.0.5ubuntu2.4) ...
12:57:21 #10 51.98 Setting up libalgorithm-diff-xs-perl (0.04-5) ...
12:57:21 #10 52.00 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ...
12:57:21 #10 52.01 Setting up dput (1.0.1ubuntu1) ...
12:57:21 #10 41.18 Unpacking libalgorithm-diff-xs-perl:armhf (0.04-8+b1) ...
12:57:21 #10 41.23 Selecting previously unselected package libalgorithm-merge-perl.
12:57:21 #10 41.23 Preparing to unpack .../170-libalgorithm-merge-perl_0.08-5_all.deb ...
12:57:21 #10 41.23 Unpacking libalgorithm-merge-perl (0.08-5) ...
12:57:21 #10 41.28 Selecting previously unselected package libaliased-perl.
12:57:21 #10 41.28 Preparing to unpack .../171-libaliased-perl_0.34-3_all.deb ...
12:57:21 #10 41.28 Unpacking libaliased-perl (0.34-3) ...
12:57:21 #10 41.34 Selecting previously unselected package libaom3:armhf.
12:57:21 #10 41.34 Preparing to unpack .../172-libaom3_3.5.0-1_armhf.deb ...
12:57:21 #10 41.35 Unpacking libaom3:armhf (3.5.0-1) ...
12:57:21 #10 58.97 Setting up libgpgme11:amd64 (1.18.0-3+b1) ...
12:57:21 #10 58.98 Setting up dirmngr (2.2.40-1) ...
12:57:21 #10 59.12 Setting up perl (5.36.0-7) ...
12:57:21 #10 59.14 Setting up libpackage-stash-xs-perl:amd64 (0.30-1+b1) ...
12:57:21 #10 59.15 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:57:21 #10 59.16 Setting up libxs-parse-keyword-perl (0.32-1) ...
12:57:21 #10 59.17 Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ...
12:57:21 #10 59.18 Setting up libdata-dump-perl (1.25-1) ...
12:57:21 #10 59.19 Setting up gcc-12 (12.2.0-14) ...
12:57:21 #10 59.20 Setting up libfile-find-rule-perl (0.34-3) ...
12:57:21 #10 59.21 Setting up libref-util-perl (0.204-2) ...
12:57:21 #10 59.23 Setting up libipc-system-simple-perl (1.30-2) ...
12:57:21 #10 59.24 Setting up libnet-domain-tld-perl (1.75-3) ...
12:57:21 #10 59.25 Setting up libperlio-utf8-strict-perl (0.010-1) ...
12:57:21 #10 59.26 Setting up libsocket6-perl (0.29-3) ...
12:57:21 #10 59.27 Setting up libgd3:amd64 (2.3.3-7+b1) ...
12:57:21 #12 5.426 (61/97): annobin-plugin-gcc-10.92-1.fc37.aarch6 995 kB/s | 886 kB     00:00    
12:57:21 #12 5.439 (62/97): autoconf-2.71-4.fc37.noarch.rpm        856 kB/s | 733 kB     00:00    
12:57:21 #13 2.709    dh_link
12:57:21 #13 2.744    dh_strip_nondeterminism
12:57:21 #13 2.799    dh_compress
12:57:21 #13 2.835    dh_fixperms
12:57:21 #13 2.872    dh_missing
12:57:21 #13 2.897    dh_installdeb
12:57:21 #13 2.928    dh_gencontrol
12:57:21 #11 61.90 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:21 #11 61.97 Processing triggers for sgml-base (1.30) ...
12:57:21 #11 61.99 Setting up libfontconfig1:arm64 (2.13.1-4.4ubuntu1) ...
12:57:21 #11 62.00 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:57:21 #11 62.04 Setting up lintian (2.115.3ubuntu2.1) ...
12:57:21 #11 62.05 Setting up libgd3:arm64 (2.3.3-6) ...
12:57:21 #11 62.07 Setting up libc-devtools (2.36-0ubuntu4) ...
12:57:21 #11 48.06 Setting up libhttp-cookies-perl (6.10-1) ...
12:57:21 #11 48.07 Setting up po-debconf (1.0.21+nmu1) ...
12:57:21 #11 48.08 Setting up libhtml-tree-perl (5.07-2) ...
12:57:21 #11 48.09 Setting up libparams-classify-perl (0.015-1build5) ...
12:57:21 #11 48.10 Setting up libhtml-format-perl (2.12-1.1) ...
12:57:21 #11 48.11 Setting up libxml-sax-perl (1.02+dfsg-3) ...
12:57:21 #11 48.17 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:57:21 #11 48.23 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:21 #13 7.468 Selecting previously unselected package bash-completion.
12:57:21 #13 7.468 (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 ... 25549 files and directories currently installed.)
12:57:21 #13 7.483 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ...
12:57:21 #13 7.495 Unpacking bash-completion (1:2.11-5ubuntu1) ...
12:57:21 #13 7.647 Selecting previously unselected package libarchive13:arm64.
12:57:21 #13 7.650 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_arm64.deb ...
12:57:21 #13 7.658 Unpacking libarchive13:arm64 (3.6.0-1ubuntu1) ...
12:57:21 #13 7.701 Selecting previously unselected package libjsoncpp25:arm64.
12:57:21 #10 52.16 Setting up libstring-copyright-perl (0.003005-1) ...
12:57:21 #10 52.17 Setting up libhtml-parser-perl (3.72-3build1) ...
12:57:21 #10 52.20 Setting up automake (1:1.15.1-3ubuntu2) ...
12:57:21 #10 52.20 update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
12:57:21 #10 52.21 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
12:57:21 #10 52.21 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
12:57:21 #10 52.21 Setting up libipc-run-perl (0.96-1) ...
12:57:21 #10 52.23 Setting up libcgi-pm-perl (4.38-1) ...
12:57:21 #10 52.24 Setting up libdevel-globaldestruction-perl (0.14-1) ...
12:57:21 #10 52.25 Setting up python3-requests (2.18.4-2ubuntu0.1) ...
12:57:21 #11 49.67 Setting up liblinux-epoll-perl (0.017-1) ...
12:57:21 #11 49.68 Setting up libvariable-magic-perl (0.62-1build2) ...
12:57:21 #11 49.69 Setting up python3-idna (2.8-1) ...
12:57:21 #11 49.88 Setting up libio-html-perl (1.001-1) ...
12:57:21 #11 49.89 Setting up libcroco3:amd64 (0.6.13-1) ...
12:57:21 #11 49.90 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
12:57:21 #11 49.93 Setting up libtest-refcount-perl (0.10-1) ...
12:57:21 #11 49.94 Setting up libparams-util-perl (1.07-3build5) ...
12:57:21 #11 49.95 Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
12:57:21 #11 49.96 Setting up autoconf (2.69-11.1) ...
12:57:21 #11 49.97 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
12:57:21 #10 41.56 Selecting previously unselected package libapt-pkg-perl.
12:57:21 #14 DONE 2.4s
12:57:21 
12:57:21 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:57:21 #15 DONE 0.1s
12:57:21 
12:57:21 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:57:21 #16 DONE 0.1s
12:57:21 
12:57:21 #17 exporting to image
12:57:21 #17 exporting layers
12:57:21 #14 11.84   Installing       : cmake-filesystem-3.20.2-4.el8.x86_64                 15/90 
12:57:21 #14 12.87   Installing       : cpp-8.5.0-18.el8.x86_64                              16/90 
12:57:21 #14 12.88   Running scriptlet: cpp-8.5.0-18.el8.x86_64                              16/90 
12:57:21 #14 12.90   Installing       : python3-libsemanage-2.9-9.el8.x86_64                 17/90 
12:57:21 #14 13.00   Installing       : python3-setools-4.3.0-3.el8.x86_64                   18/90 
12:57:21 #14 13.04   Installing       : libselinux-utils-2.9-8.el8.x86_64                    19/90 
12:57:21 #14 13.08   Installing       : policycoreutils-2.9-21.1.el8.x86_64                  20/90 
12:57:21 #13 3.268 Reading package lists...
12:57:21 #13 4.077 Building dependency tree...
12:57:21 #13 4.266 Reading state information...
12:57:21 #13 4.294 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:57:21 #13 4.354 Starting 2 pkgProblemResolver with broken count: 0
12:57:21 #13 4.357 Done
12:57:21 #13 4.383  Done
12:57:21 #13 4.392 Starting pkgProblemResolver with broken count: 0
12:57:21 #13 4.430 Starting 2 pkgProblemResolver with broken count: 0
12:57:21 #10 59.28 Setting up libvariable-magic-perl (0.63-1+b1) ...
12:57:21 #10 59.29 Setting up libio-html-perl (1.004-3) ...
12:57:21 #10 59.31 Setting up libpod-parser-perl (1.65-1) ...
12:57:21 #10 59.32 Setting up libb-hooks-op-check-perl:amd64 (0.22-2+b1) ...
12:57:21 #10 59.33 Setting up libparams-util-perl (1.102-2+b1) ...
12:57:21 #10 59.34 Setting up libdpkg-perl (1.21.19) ...
12:57:21 #10 59.36 Setting up libtime-duration-perl (1.21-2) ...
12:57:21 #10 59.37 Setting up autoconf (2.71-3) ...
12:57:21 #10 59.38 Setting up libsub-exporter-progressive-perl (0.001013-3) ...
12:57:21 #10 59.39 Setting up libarray-intspan-perl (2.004-2) ...
12:57:21 #10 59.40 Setting up libcapture-tiny-perl (0.48-2) ...
12:57:21 #10 59.42 Setting up libtimedate-perl (2.3300-2) ...
12:57:21 #10 59.43 Setting up libregexp-ipv6-perl (0.03-3) ...
12:57:21 #10 59.44 Setting up gpg-wks-server (2.2.40-1) ...
12:57:21 #10 59.45 Setting up libsub-name-perl:amd64 (0.26-2+b1) ...
12:57:21 #10 59.46 Setting up libtype-tiny-xs-perl:amd64 (0.025-1) ...
12:57:21 #10 59.47 Setting up libsyntax-keyword-try-perl (0.28-1) ...
12:57:21 #10 59.48 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:57:21 #12 5.641 (63/97): cmake-filesystem-3.25.2-1.fc37.aarch64  82 kB/s |  17 kB     00:00    
12:57:21 #12 5.834 (64/97): cmake-3.25.2-1.fc37.aarch64.rpm         10 MB/s | 6.3 MB     00:00    
12:57:22 #13 3.040    dh_md5sums
12:57:22 #13 3.073    dh_builddeb
12:57:22 #13 3.098 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:57:22 #11 62.08 Processing triggers for ca-certificates (20211016ubuntu0.22.10.1) ...
12:57:22 #11 62.09 Updating certificates in /etc/ssl/certs...
12:57:22 #10 37.40 Selecting previously unselected package devscripts.
12:57:22 #10 37.40 Preparing to unpack .../099-devscripts_2.19.5+deb10u1_armhf.deb ...
12:57:22 #10 37.45 Unpacking devscripts (2.19.5+deb10u1) ...
12:57:22 #11 48.35 
12:57:22 #11 48.35 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:22 #11 48.37 Setting up dput (1.1.0ubuntu2) ...
12:57:22 #11 48.52 Setting up libdata-validate-uri-perl (0.07-2) ...
12:57:22 #11 48.53 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:57:22 #11 48.55 Setting up libmodule-runtime-perl (0.016-1) ...
12:57:22 #11 48.56 Setting up libmailtools-perl (2.21-1) ...
12:57:22 #11 48.58 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:57:22 #13 7.704 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_arm64.deb ...
12:57:22 #13 7.708 Unpacking libjsoncpp25:arm64 (1.9.5-3) ...
12:57:22 #13 7.744 Selecting previously unselected package librhash0:arm64.
12:57:22 #13 7.747 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_arm64.deb ...
12:57:22 #13 7.752 Unpacking librhash0:arm64 (1.4.2-1ubuntu1) ...
12:57:22 #13 7.788 Selecting previously unselected package libuv1:arm64.
12:57:22 #13 7.789 Preparing to unpack .../04-libuv1_1.43.0-1_arm64.deb ...
12:57:22 #13 7.793 Unpacking libuv1:arm64 (1.43.0-1) ...
12:57:22 #13 7.822 Selecting previously unselected package dh-elpa-helper.
12:57:22 #13 7.825 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
12:57:22 #13 7.828 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
12:57:22 #13 7.863 Selecting previously unselected package emacsen-common.
12:57:22 #13 7.866 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
12:57:22 #13 7.878 Unpacking emacsen-common (3.0.4) ...
12:57:22 #13 7.920 Selecting previously unselected package cmake-data.
12:57:22 #13 7.923 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1.22.04.1_all.deb ...
12:57:22 #10 52.41 Setting up libparse-debianchangelog-perl (1.2.0-12) ...
12:57:22 #10 52.42 Setting up g++ (4:7.4.0-1ubuntu2.3) ...
12:57:22 #10 52.44 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:57:22 #10 52.44 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
12:57:22 #10 52.45 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
12:57:22 #10 52.47 Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
12:57:22 #10 52.48 Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
12:57:22 #10 52.54 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:57:22 #10 52.59 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:22 #11 50.14 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:57:22 #11 50.15 Setting up libarray-intspan-perl (2.003-1) ...
12:57:22 #11 50.15 Setting up libcapture-tiny-perl (0.48-1) ...
12:57:22 #11 50.16 Setting up libtimedate-perl (2.3200-1) ...
12:57:22 #11 50.18 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
12:57:22 #11 50.19 Setting up libsub-name-perl (0.26-1) ...
12:57:22 #11 50.20 Setting up libtype-tiny-xs-perl (0.016-1) ...
12:57:22 #11 50.21 Setting up libfile-chdir-perl (0.1008-1) ...
12:57:22 #11 50.22 Setting up xauth (1:1.1-0ubuntu1) ...
12:57:22 #11 50.23 Setting up cpp (4:9.3.0-1ubuntu2) ...
12:57:22 #11 50.25 Setting up libpath-tiny-perl (0.108-1) ...
12:57:22 #11 50.26 Setting up libarchive-cpio-perl (0.10-1) ...
12:57:22 #11 50.27 Setting up libjson-perl (4.02000-2) ...
12:57:22 #11 50.28 Setting up libsub-override-perl (0.09-2) ...
12:57:22 #11 50.29 Setting up python3-unidiff (0.5.5-2) ...
12:57:22 #11 50.42 Setting up libstrictures-perl (2.000006-1) ...
12:57:22 #11 50.43 Setting up libsub-quote-perl (2.006006-1) ...
12:57:22 #11 50.44 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
12:57:22 #10 41.57 Preparing to unpack .../173-libapt-pkg-perl_0.1.40+b2_armhf.deb ...
12:57:22 #10 41.57 Unpacking libapt-pkg-perl (0.1.40+b2) ...
12:57:22 #10 41.64 Selecting previously unselected package libarchive-cpio-perl.
12:57:22 #10 41.64 Preparing to unpack .../174-libarchive-cpio-perl_0.10-3_all.deb ...
12:57:22 #10 41.64 Unpacking libarchive-cpio-perl (0.10-3) ...
12:57:22 #10 41.70 Selecting previously unselected package libarchive13:armhf.
12:57:22 #10 41.70 Preparing to unpack .../175-libarchive13_3.6.2-1_armhf.deb ...
12:57:22 #10 41.71 Unpacking libarchive13:armhf (3.6.2-1) ...
12:57:22 #10 41.81 Selecting previously unselected package libarray-intspan-perl.
12:57:22 #10 41.81 Preparing to unpack .../176-libarray-intspan-perl_2.004-2_all.deb ...
12:57:22 #10 41.82 Unpacking libarray-intspan-perl (2.004-2) ...
12:57:22 #10 41.86 Selecting previously unselected package libauthen-sasl-perl.
12:57:22 #10 41.86 Preparing to unpack .../177-libauthen-sasl-perl_2.1600-3_all.deb ...
12:57:22 #10 41.87 Unpacking libauthen-sasl-perl (2.1600-3) ...
12:57:22 #10 41.93 Selecting previously unselected package libdav1d6:armhf.
12:57:22 #10 41.93 Preparing to unpack .../178-libdav1d6_1.0.0-2_armhf.deb ...
12:57:22 #14 13.10   Running scriptlet: policycoreutils-2.9-21.1.el8.x86_64                  20/90 
12:57:22 #14 13.12   Running scriptlet: openssh-8.0p1-17.el8.x86_64                          21/90 
12:57:22 #14 13.19   Installing       : openssh-8.0p1-17.el8.x86_64                          21/90 
12:57:22 #14 13.27   Upgrading        : tar-2:1.30-8.el8.x86_64                              22/90 
12:57:22 #14 13.28   Running scriptlet: tar-2:1.30-8.el8.x86_64                              22/90 
12:57:22 #13 4.433 Done
12:57:22 #13 4.565 The following additional packages will be installed:
12:57:22 #13 4.565   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:57:22 #13 4.565   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0
12:57:22 #13 4.565   libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0 libseccomp-dev
12:57:22 #13 4.566   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:57:22 #13 4.568 Suggested packages:
12:57:22 #13 4.568   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:57:22 #13 4.568 Recommended packages:
12:57:22 #13 4.568   dmsetup
12:57:22 #13 4.611 The following NEW packages will be installed:
12:57:22 #13 4.612   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:57:22 #13 4.612   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0
12:57:22 #13 4.612   libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0 libseccomp-dev
12:57:22 #13 4.613   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:57:22 #12 5.842 (65/97): cmake-rpm-macros-3.25.2-1.fc37.noarch.  81 kB/s |  16 kB     00:00    
12:57:22 #12 5.894 (66/97): cmake-data-3.25.2-1.fc37.noarch.rpm    4.6 MB/s | 2.2 MB     00:00    
12:57:22 #12 6.055 (67/97): dbus-1.14.4-1.fc37.aarch64.rpm          37 kB/s | 7.8 kB     00:00    
12:57:22 #12 6.058 (68/97): dbus-common-1.14.4-1.fc37.noarch.rpm    90 kB/s |  15 kB     00:00    
12:57:22 #10 59.49 Setting up libproc-processtable-perl:amd64 (0.634-1+b2) ...
12:57:22 #10 59.51 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:57:22 #10 59.52 Setting up xauth (1:1.1.2-1) ...
12:57:22 #10 59.53 Setting up libpath-tiny-perl (0.144-1) ...
12:57:22 #10 59.54 Setting up libarchive-cpio-perl (0.10-3) ...
12:57:22 #10 59.55 Setting up libjson-perl (4.10000-1) ...
12:57:22 #10 59.56 Setting up libnsl2:amd64 (1.3.0-2) ...
12:57:22 #10 59.57 Setting up libipc-run3-perl (0.048-3) ...
12:57:22 #10 59.59 Setting up libregexp-wildcards-perl (1.05-3) ...
12:57:22 #10 59.60 Setting up libfcgi-perl (0.82+ds-2) ...
12:57:22 #10 59.62 Setting up libsub-override-perl (0.09-4) ...
12:57:22 #10 59.63 Setting up libaliased-perl (0.34-3) ...
12:57:22 #10 59.64 Setting up libstrictures-perl (2.000006-1) ...
12:57:22 #10 59.65 Setting up libsub-quote-perl (2.006008-1) ...
12:57:22 #10 59.66 Setting up libdevel-stacktrace-perl (2.0400-2) ...
12:57:22 #10 59.67 Setting up libclass-xsaccessor-perl (1.19-4+b1) ...
12:57:22 #10 59.68 Setting up libsort-versions-perl (1.62-3) ...
12:57:22 #10 59.69 Setting up libexporter-tiny-perl (1.006000-1) ...
12:57:22 #10 59.70 Setting up libre-engine-re2-perl:amd64 (0.17+ds-1) ...
12:57:22 #10 59.71 Setting up libfile-dirlist-perl (0.05-3) ...
12:57:22 #10 59.72 Setting up libterm-readkey-perl (2.38-2+b1) ...
12:57:22 #10 59.73 Setting up libtext-levenshteinxs-perl (0.03-5+b1) ...
12:57:22 #10 59.75 Setting up libperlio-gzip-perl (0.20-1+b1) ...
12:57:22 #10 59.76 Setting up libsys-hostname-long-perl (1.5-3) ...
12:57:22 #10 59.77 Setting up libhtml-html5-entities-perl (0.004-3) ...
12:57:22 #10 59.78 Setting up libsereal-decoder-perl (5.002+ds-1) ...
12:57:22 #10 59.79 Setting up liburi-perl (5.17-1) ...
12:57:22 #10 59.82 Setting up libnet-ipv6addr-perl (1.02-1) ...
12:57:22 #13 3.214  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_amd64.buildinfo
12:57:22 #13 3.354  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_amd64.changes
12:57:22 #13 3.428 dpkg-genchanges: info: binary-only upload (no source code included)
12:57:22 #13 3.430  dpkg-source --after-build .
12:57:22 #11 62.54 0 added, 0 removed; done.
12:57:22 #11 62.54 Running hooks in /etc/ca-certificates/update.d...
12:57:22 #11 62.55 done.
12:57:22 #11 62.55 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:57:22 #10 37.60 Selecting previously unselected package equivs.
12:57:22 #10 37.60 Preparing to unpack .../100-equivs_2.2.0_all.deb ...
12:57:22 #10 37.61 Unpacking equivs (2.2.0) ...
12:57:22 #10 37.64 Selecting previously unselected package libcurl3-gnutls:armhf.
12:57:22 #10 37.65 Preparing to unpack .../101-libcurl3-gnutls_7.64.0-4+deb10u4_armhf.deb ...
12:57:22 #10 37.65 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u4) ...
12:57:22 #10 37.73 Selecting previously unselected package libpcre2-8-0:armhf.
12:57:22 #10 37.73 Preparing to unpack .../102-libpcre2-8-0_10.32-5_armhf.deb ...
12:57:22 #10 37.74 Unpacking libpcre2-8-0:armhf (10.32-5) ...
12:57:22 #10 37.78 Selecting previously unselected package liberror-perl.
12:57:22 #10 37.78 Preparing to unpack .../103-liberror-perl_0.17027-2_all.deb ...
12:57:22 #10 37.79 Unpacking liberror-perl (0.17027-2) ...
12:57:22 #10 30.74 Selecting previously unselected package libxml2:armhf.
12:57:22 #10 30.74 Preparing to unpack .../080-libxml2_2.9.10+dfsg-6.7+deb11u3_armhf.deb ...
12:57:22 #10 30.75 Unpacking libxml2:armhf (2.9.10+dfsg-6.7+deb11u3) ...
12:57:22 #11 48.62 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:57:22 #11 48.69 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:57:22 #11 48.76 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:22 #13 7.931 Unpacking cmake-data (3.22.1-1ubuntu1.22.04.1) ...
12:57:22 #10 35.27 Selecting previously unselected package libxml2:armhf.
12:57:22 #10 35.27 Preparing to unpack .../055-libxml2_2.9.10+dfsg-6.7+deb11u3_armhf.deb ...
12:57:22 #10 35.29 Unpacking libxml2:armhf (2.9.10+dfsg-6.7+deb11u3) ...
12:57:22 #10 52.70 
12:57:22 #10 52.70 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:22 #10 52.73 Setting up liblist-moreutils-perl (0.416-1build3) ...
12:57:22 #10 52.74 Setting up libtool (2.4.6-2) ...
12:57:22 #10 52.75 Setting up libhttp-date-perl (6.02-1) ...
12:57:22 #10 52.76 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:57:22 #10 52.77 Setting up build-essential (12.4ubuntu1) ...
12:57:22 #10 52.78 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.22) ...
12:57:22 #10 52.79 Setting up libdevel-callchecker-perl (0.007-2build1) ...
12:57:22 #10 52.80 Setting up libcurl4:amd64 (7.58.0-2ubuntu3.22) ...
12:57:22 #10 52.81 Setting up devscripts (2.17.12ubuntu1.1) ...
12:57:22 #11 50.45 Setting up libsort-versions-perl (1.62-1) ...
12:57:22 #11 50.46 Setting up libexporter-tiny-perl (1.002001-1) ...
12:57:22 #11 50.47 Setting up libre-engine-re2-perl (0.13-5) ...
12:57:22 #11 50.48 Setting up libterm-readkey-perl (2.38-1build1) ...
12:57:22 #11 50.49 Setting up lsb-release (11.1.0ubuntu2) ...
12:57:22 #11 50.50 Setting up libnet-ip-perl (1.26-2) ...
12:57:22 #11 50.51 Setting up python3-magic (2:0.4.15-3) ...
12:57:22 #11 50.64 Setting up libperlio-gzip-perl (0.19-1build5) ...
12:57:22 #11 50.65 Setting up libsys-hostname-long-perl (1.5-1) ...
12:57:22 #11 50.66 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
12:57:22 #11 50.68 Setting up liburi-perl (1.76-2) ...
12:57:22 #11 50.68 Setting up libdigest-bubblebabble-perl (0.02-2) ...
12:57:22 #11 50.69 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:22 #10 41.94 Unpacking libdav1d6:armhf (1.0.0-2) ...
12:57:22 #10 42.02 Selecting previously unselected package libgav1-1:armhf.
12:57:22 #10 42.02 Preparing to unpack .../179-libgav1-1_0.18.0-1+b1_armhf.deb ...
12:57:22 #10 42.03 Unpacking libgav1-1:armhf (0.18.0-1+b1) ...
12:57:22 #12 13.93 Setting up libpcre32-3:arm64 (2:8.39-12) ...
12:57:22 #12 13.95 Setting up pkg-config (0.29-6) ...
12:57:22 #12 14.00 Setting up libudev-dev:arm64 (241-7~deb10u8) ...
12:57:22 #12 14.02 Setting up librhash0:arm64 (1.3.8-1) ...
12:57:22 #12 14.03 Setting up procps (2:3.3.15-2) ...
12:57:22 #12 14.06 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
12:57:22 #12 14.08 Setting up cmake-data (3.13.4-1) ...
12:57:22 #12 14.10 Setting up dh-apparmor (2.13.2-10) ...
12:57:22 #12 14.11 Setting up libsystemd-dev:arm64 (241-7~deb10u8) ...
12:57:22 #12 14.12 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
12:57:22 #12 14.13 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
12:57:22 #12 14.15 Setting up cmake (3.13.4-1) ...
12:57:22 #12 14.16 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
12:57:22 #12 14.17 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
12:57:22 #12 14.18 Setting up dmsetup (2:1.02.155-3) ...
12:57:22 #12 14.20 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
12:57:22 #12 14.23 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
12:57:22 #14 13.39   Installing       : isl-0.16.1-6.el8.x86_64                              23/90 
12:57:22 #14 13.40   Running scriptlet: isl-0.16.1-6.el8.x86_64                              23/90 
12:57:22 #14 13.43   Installing       : libuv-1:1.41.1-1.el8_4.x86_64                        24/90 
12:57:22 #14 13.44   Installing       : perl-TermReadKey-2.37-7.el8.x86_64                   25/90 
12:57:22 #14 13.47   Installing       : less-530-1.el8.x86_64                                26/90 
12:57:22 #14 13.49   Installing       : libedit-3.1-23.20170329cvs.el8.x86_64                27/90 
12:57:22 #11 DONE 62.9s
12:57:22 #13 3.526 dpkg-buildpackage: info: binary-only upload (no source included)
12:57:22 #13 3.531 
12:57:22 #13 3.531 The package has been created.
12:57:22 #13 3.531 Attention, the package has been created in the current directory,
12:57:22 #13 3.531 not in ".." as indicated by the message above!
12:57:22 #13 3.582 Selecting previously unselected package docker-ce-build-deps.
12:57:22 #13 3.597 (Reading database ... 27533 files and directories currently installed.)
12:57:22 #13 3.598 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:57:22 #13 3.601 Unpacking docker-ce-build-deps (1.0) ...
12:57:22 #10 59.83 Setting up libfile-touch-perl (0.12-2) ...
12:57:22 #10 59.84 Setting up libc-devtools (2.36-8) ...
12:57:22 #10 59.86 Setting up libemail-address-xs-perl (1.05-1+b1) ...
12:57:22 #10 59.87 Setting up libnet-ssleay-perl:amd64 (1.92-2+b1) ...
12:57:22 #10 59.88 Setting up automake (1:1.16.5-1.3) ...
12:57:22 #10 59.89 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:57:22 #10 59.90 Setting up libapt-pkg-perl (0.1.40+b2) ...
12:57:22 #10 59.91 Setting up libio-sessiondata-perl (1.03-3) ...
12:57:22 #10 59.92 Setting up libstring-escape-perl (2010.002-3) ...
12:57:22 #10 59.93 Setting up libberkeleydb-perl:amd64 (0.64-2+b1) ...
12:57:22 #10 59.95 Setting up libhttp-date-perl (6.05-2) ...
12:57:22 #10 59.96 Setting up libfile-which-perl (1.27-2) ...
12:57:22 #10 59.97 Setting up libfile-basedir-perl (0.09-2) ...
12:57:22 #10 59.98 Setting up libtask-weaken-perl (1.06-2) ...
12:57:22 #10 59.99 Setting up libunicode-utf8-perl (0.62-2) ...
12:57:22 #10 60.00 Setting up libfeature-compat-try-perl (0.05-1) ...
12:57:22 #10 60.04 Setting up libset-intspan-perl (1.19-3) ...
12:57:22 #10 37.82 Selecting previously unselected package git-man.
12:57:22 #10 37.83 Preparing to unpack .../104-git-man_1%3a2.20.1-2+deb10u7_all.deb ...
12:57:22 #10 37.83 Unpacking git-man (1:2.20.1-2+deb10u7) ...
12:57:22 #10 37.96 Selecting previously unselected package git.
12:57:22 #10 37.96 Preparing to unpack .../105-git_1%3a2.20.1-2+deb10u7_armhf.deb ...
12:57:22 #10 37.98 Unpacking git (1:2.20.1-2+deb10u7) ...
12:57:22 #10 30.90 Selecting previously unselected package gettext.
12:57:22 #10 30.90 Preparing to unpack .../081-gettext_0.21-4_armhf.deb ...
12:57:22 #10 30.90 Unpacking gettext (0.21-4) ...
12:57:22 #11 48.88 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:22 #11 48.91 Setting up dh-strip-nondeterminism (1.13.0-1) ...
12:57:22 #11 48.92 Setting up libconst-fast-perl (0.014-1.1) ...
12:57:22 #11 48.93 Setting up libhttp-daemon-perl (6.13-1ubuntu0.1) ...
12:57:22 #11 48.94 Setting up libdata-dpath-perl (0.58-1) ...
12:57:22 #11 48.95 Setting up libmodule-implementation-perl (0.09-1.1) ...
12:57:22 #11 48.96 Setting up libpackage-stash-perl (0.39-1) ...
12:57:22 #11 48.97 Setting up libimport-into-perl (1.002005-1) ...
12:57:22 #11 48.98 Setting up libmoo-perl (2.005004-3) ...
12:57:22 #11 48.99 Setting up liblist-someutils-perl (0.58-1) ...
12:57:22 #11 49.00 Setting up debhelper (13.6ubuntu1) ...
12:57:22 #11 49.02 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
12:57:22 #11 49.03 Setting up equivs (2.3.1) ...
12:57:22 #11 49.05 Setting up libmoox-aliases-perl (0.001006-1.1) ...
12:57:22 #11 49.06 Setting up libb-hooks-endofscope-perl (0.25-1) ...
12:57:22 #13 8.286 Selecting previously unselected package cmake.
12:57:22 #13 8.290 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1.22.04.1_arm64.deb ...
12:57:22 #13 8.295 Unpacking cmake (3.22.1-1ubuntu1.22.04.1) ...
12:57:22 #13 8.411 Selecting previously unselected package dh-apparmor.
12:57:22 #13 8.414 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2.1_all.deb ...
12:57:22 #13 8.418 Unpacking dh-apparmor (3.0.4-2ubuntu2.1) ...
12:57:22 #13 8.456 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:57:22 #13 8.459 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
12:57:22 #13 8.465 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
12:57:22 #13 8.501 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
12:57:22 #10 35.63 Selecting previously unselected package gettext.
12:57:22 #10 35.64 Preparing to unpack .../056-gettext_0.21-4_armhf.deb ...
12:57:22 #10 35.65 Unpacking gettext (0.21-4) ...
12:57:22 #10 52.98 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
12:57:22 #10 52.99 Setting up libcgi-fast-perl (1:2.13-1) ...
12:57:22 #10 53.00 Setting up libhtml-tree-perl (5.07-1) ...
12:57:22 #10 53.01 Setting up libfile-listing-perl (6.04-1) ...
12:57:22 #10 53.02 Setting up libhttp-message-perl (6.14-1) ...
12:57:22 #10 53.03 Setting up libxml-libxml-perl (2.0128+dfsg-5) ...
12:57:22 #10 53.07 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:57:22 #11 50.70 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
12:57:22 #11 50.71 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
12:57:22 #11 50.90 Setting up automake (1:1.16.1-4ubuntu6) ...
12:57:22 #11 50.91 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:57:22 #11 50.91 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
12:57:22 #11 50.91 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
12:57:22 #11 50.92 Setting up libasync-mergepoint-perl (0.04-2) ...
12:57:22 #11 50.94 Setting up libstring-escape-perl (2010.002-2) ...
12:57:22 #11 50.95 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
12:57:22 #11 50.96 Setting up libhttp-date-perl (6.05-1) ...
12:57:22 #10 42.11 Selecting previously unselected package librav1e0:armhf.
12:57:22 #10 42.11 Preparing to unpack .../180-librav1e0_0.5.1-6_armhf.deb ...
12:57:22 #10 42.12 Unpacking librav1e0:armhf (0.5.1-6) ...
12:57:22 #10 42.23 Selecting previously unselected package libsvtav1enc1:armhf.
12:57:22 #10 42.23 Preparing to unpack .../181-libsvtav1enc1_1.4.1+dfsg-1_armhf.deb ...
12:57:22 #10 42.24 Unpacking libsvtav1enc1:armhf (1.4.1+dfsg-1) ...
12:57:22 #10 59.43   Running scriptlet: glibc-common-2.35-20.fc36.aarch64                  148/148 
12:57:22 #10 63.03   Verifying        : bzip2-1.0.8-11.fc36.aarch64                          1/148 
12:57:22 #10 63.03   Verifying        : cpio-2.13-12.fc36.aarch64                            2/148 
12:57:22 #10 63.03   Verifying        : dash-0.5.10.2-10.fc36.aarch64                        3/148 
12:57:22 #10 63.03   Verifying        : debugedit-5.0-3.fc36.aarch64                         4/148 
12:57:22 #10 63.03   Verifying        : desktop-file-utils-0.26-6.fc36.aarch64               5/148 
12:57:22 #10 63.03   Verifying        : devscripts-checkbashisms-2.22.1-1.fc36.aarch64       6/148 
12:57:22 #10 63.03   Verifying        : diffutils-3.8-2.fc36.aarch64                         7/148 
12:57:22 #10 63.04   Verifying        : ed-1.14.2-12.fc36.aarch64                            8/148 
12:57:22 #10 63.04   Verifying        : efi-srpm-macros-5-5.fc36.noarch                      9/148 
12:57:22 #10 63.04   Verifying        : enchant-1:1.6.0-30.fc36.aarch64                     10/148 
12:57:22 #10 63.04   Verifying        : file-5.41-4.fc36.aarch64                            11/148 
12:57:22 #10 63.04   Verifying        : fonts-srpm-macros-1:2.0.5-7.fc36.noarch             12/148 
12:57:22 #10 63.04   Verifying        : fpc-srpm-macros-1.3-5.fc36.noarch                   13/148 
12:57:22 #10 63.04   Verifying        : ghc-srpm-macros-1.5.0-6.fc36.noarch                 14/148 
12:57:22 #10 63.04   Verifying        : gnat-srpm-macros-4-15.fc36.noarch                   15/148 
12:57:22 #10 63.04   Verifying        : groff-base-1.22.4-9.fc36.aarch64                    16/148 
12:57:22 #10 63.04   Verifying        : hunspell-1.7.0-19.fc36.aarch64                      17/148 
12:57:22 #10 63.04   Verifying        : hunspell-en-0.20140811.1-22.fc36.noarch             18/148 
12:57:22 #10 63.04   Verifying        : hunspell-en-GB-0.20140811.1-22.fc36.noarch          19/148 
12:57:22 #10 63.04   Verifying        : hunspell-en-US-0.20140811.1-22.fc36.noarch          20/148 
12:57:22 #10 63.04   Verifying        : hunspell-filesystem-1.7.0-19.fc36.aarch64           21/148 
12:57:22 #10 63.04   Verifying        : info-6.8-3.fc36.aarch64                             22/148 
12:57:22 #10 63.04   Verifying        : json-glib-1.6.6-2.fc36.aarch64                      23/148 
12:57:22 #10 63.04   Verifying        : kernel-srpm-macros-1.0-14.fc36.noarch               24/148 
12:57:22 #10 63.04   Verifying        : libjpeg-turbo-2.1.2-2.fc36.aarch64                  25/148 
12:57:22 #10 63.04   Verifying        : libpkgconf-1.8.0-2.fc36.aarch64                     26/148 
12:57:22 #10 63.04   Verifying        : libpng-2:1.6.37-12.fc36.aarch64                     27/148 
12:57:22 #10 63.04   Verifying        : libstemmer-0-18.585svn.fc36.aarch64                 28/148 
12:57:22 #10 63.04   Verifying        : lua-srpm-macros-1-6.fc36.noarch                     29/148 
12:57:22 #10 63.04   Verifying        : ncurses-6.2-9.20210508.fc36.aarch64                 30/148 
12:57:22 #10 63.04   Verifying        : nim-srpm-macros-3-6.fc36.noarch                     31/148 
12:57:22 #10 63.04   Verifying        : ocaml-srpm-macros-6-6.fc36.noarch                   32/148 
12:57:22 #10 63.04   Verifying        : openblas-srpm-macros-2-11.fc36.noarch               33/148 
12:57:22 #10 63.04   Verifying        : package-notes-srpm-macros-0.4-14.fc36.noarch        34/148 
12:57:22 #10 63.04   Verifying        : patch-2.7.6-16.fc36.aarch64                         35/148 
12:57:22 #10 63.04   Verifying        : perl-AutoLoader-5.74-486.fc36.noarch                36/148 
12:57:22 #10 63.04   Verifying        : perl-B-1.82-486.fc36.aarch64                        37/148 
12:57:22 #10 63.04   Verifying        : perl-Carp-1.52-479.fc36.noarch                      38/148 
12:57:22 #10 63.04   Verifying        : perl-Class-Struct-0.66-486.fc36.noarch              39/148 
12:57:22 #10 63.04   Verifying        : perl-Data-Dumper-2.183-3.fc36.aarch64               40/148 
12:57:22 #10 63.04   Verifying        : perl-Digest-1.20-2.fc36.noarch                      41/148 
12:57:22 #10 63.04   Verifying        : perl-Digest-MD5-2.58-479.fc36.aarch64               42/148 
12:57:22 #10 63.04   Verifying        : perl-DynaLoader-1.50-486.fc36.aarch64               43/148 
12:57:22 #10 63.04   Verifying        : perl-Errno-1.33-486.fc36.aarch64                    44/148 
12:57:22 #10 63.04   Verifying        : perl-Exporter-5.76-480.fc36.noarch                  45/148 
12:57:22 #10 63.04   Verifying        : perl-Fcntl-1.14-486.fc36.aarch64                    46/148 
12:57:22 #10 63.04   Verifying        : perl-File-Basename-2.85-486.fc36.noarch             47/148 
12:57:22 #10 63.04   Verifying        : perl-File-Path-2.18-479.fc36.noarch                 48/148 
12:57:22 #10 63.04   Verifying        : perl-File-Temp-1:0.231.100-479.fc36.noarch          49/148 
12:57:22 #10 63.04   Verifying        : perl-File-stat-1.09-486.fc36.noarch                 50/148 
12:57:22 #10 63.04   Verifying        : perl-FileHandle-2.03-486.fc36.noarch                51/148 
12:57:22 #10 63.04   Verifying        : perl-Getopt-Std-1.13-486.fc36.noarch                52/148 
12:57:22 #10 63.04   Verifying        : perl-IO-1.46-486.fc36.aarch64                       53/148 
12:57:22 #10 63.04   Verifying        : perl-IO-Socket-IP-0.41-480.fc36.noarch              54/148 
12:57:22 #10 63.04   Verifying        : perl-IO-Socket-SSL-2.074-2.fc36.noarch              55/148 
12:57:22 #10 63.04   Verifying        : perl-IPC-Open3-1.21-486.fc36.noarch                 56/148 
12:57:22 #10 63.04   Verifying        : perl-MIME-Base64-3.16-479.fc36.aarch64              57/148 
12:57:22 #10 63.04   Verifying        : perl-Mozilla-CA-20211001-2.fc36.noarch              58/148 
12:57:22 #10 63.04   Verifying        : perl-NDBM_File-1.15-486.fc36.aarch64                59/148 
12:57:22 #10 63.04   Verifying        : perl-Net-SSLeay-1.92-2.fc36.aarch64                 60/148 
12:57:22 #10 63.04   Verifying        : perl-POSIX-1.97-486.fc36.aarch64                    61/148 
12:57:22 #10 63.04   Verifying        : perl-PathTools-3.80-479.fc36.aarch64                62/148 
12:57:22 #10 63.04   Verifying        : perl-Pod-Escapes-1:1.07-479.fc36.noarch             63/148 
12:57:22 #10 63.04   Verifying        : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            64/148 
12:57:22 #10 63.04   Verifying        : perl-Pod-Simple-1:3.43-3.fc36.noarch                65/148 
12:57:22 #10 63.04   Verifying        : perl-Pod-Usage-4:2.01-479.fc36.noarch               66/148 
12:57:22 #10 63.04   Verifying        : perl-SelectSaver-1.02-486.fc36.noarch               67/148 
12:57:22 #10 63.04   Verifying        : perl-Storable-1:3.25-2.fc36.aarch64                 68/148 
12:57:22 #10 63.04   Verifying        : perl-Symbol-1.09-486.fc36.noarch                    69/148 
12:57:22 #10 63.04   Verifying        : perl-Term-ANSIColor-5.01-480.fc36.noarch            70/148 
12:57:22 #10 63.04   Verifying        : perl-Term-Cap-1.17-479.fc36.noarch                  71/148 
12:57:22 #10 63.04   Verifying        : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         72/148 
12:57:22 #10 63.04   Verifying        : perl-Time-Local-2:1.300-479.fc36.noarch             73/148 
12:57:22 #10 63.04   Verifying        : perl-URI-5.10-1.fc36.noarch                         74/148 
12:57:22 #10 63.04   Verifying        : perl-base-2.27-486.fc36.noarch                      75/148 
12:57:22 #10 63.04   Verifying        : perl-constant-1.33-480.fc36.noarch                  76/148 
12:57:22 #10 63.04   Verifying        : perl-if-0.60.900-486.fc36.noarch                    77/148 
12:57:22 #10 63.04   Verifying        : perl-interpreter-4:5.34.1-486.fc36.aarch64          78/148 
12:57:22 #10 63.04   Verifying        : perl-libnet-3.13-480.fc36.noarch                    79/148 
12:57:22 #10 63.04   Verifying        : perl-libs-4:5.34.1-486.fc36.aarch64                 80/148 
12:57:22 #10 63.04   Verifying        : perl-mro-1.25-486.fc36.aarch64                      81/148 
12:57:22 #10 63.04   Verifying        : perl-overload-1.33-486.fc36.noarch                  82/148 
12:57:22 #10 63.04   Verifying        : perl-overloading-0.02-486.fc36.noarch               83/148 
12:57:22 #10 63.04   Verifying        : perl-parent-1:0.238-479.fc36.noarch                 84/148 
12:57:22 #10 63.04   Verifying        : perl-podlators-1:4.14-479.fc36.noarch               85/148 
12:57:22 #10 63.04   Verifying        : perl-srpm-macros-1-43.fc36.noarch                   86/148 
12:57:22 #10 63.04   Verifying        : perl-subs-1.04-486.fc36.noarch                      87/148 
12:57:22 #10 63.04   Verifying        : perl-vars-1.05-486.fc36.noarch                      88/148 
12:57:22 #10 63.04   Verifying        : pkgconf-1.8.0-2.fc36.aarch64                        89/148 
12:57:22 #10 63.04   Verifying        : pkgconf-m4-1.8.0-2.fc36.noarch                      90/148 
12:57:22 #10 63.04   Verifying        : pkgconf-pkg-config-1.8.0-2.fc36.aarch64             91/148 
12:57:22 #10 63.04   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch              92/148 
12:57:22 #10 63.04   Verifying        : python3-dbus-1.2.18-3.fc36.aarch64                  93/148 
12:57:22 #10 63.04   Verifying        : python3-distro-1.6.0-2.fc36.noarch                  94/148 
12:57:22 #10 63.04   Verifying        : python3-enchant-3.2.2-2.fc36.noarch                 95/148 
12:57:22 #10 63.04   Verifying        : python3-file-magic-5.41-4.fc36.noarch               96/148 
12:57:22 #10 63.04   Verifying        : python3-pybeam-0.7-2.fc36.noarch                    97/148 
12:57:22 #10 63.04   Verifying        : python3-pyxdg-0.27-4.fc36.noarch                    98/148 
12:57:22 #10 63.04   Verifying        : python3-six-1.16.0-5.fc36.noarch                    99/148 
12:57:22 #10 63.04   Verifying        : python3-tomli-1.2.3-1.fc36.noarch                  100/148 
12:57:22 #10 63.04   Verifying        : python3-tomli-w-0.4.0-3.fc36.noarch                101/148 
12:57:22 #10 63.04   Verifying        : python3-zstandard-0.17.0-1.fc36.aarch64            102/148 
12:57:22 #10 63.04   Verifying        : shared-mime-info-2.1-3.fc35.aarch64                103/148 
12:57:22 #10 63.04   Verifying        : unzip-6.0-57.fc36.aarch64                          104/148 
12:57:22 #10 63.04   Verifying        : xxhash-libs-0.8.1-2.fc36.aarch64                   105/148 
12:57:22 #10 63.04   Verifying        : xz-5.2.5-9.fc36.aarch64                            106/148 
12:57:22 #10 63.04   Verifying        : zip-3.0-32.fc36.aarch64                            107/148 
12:57:22 #10 63.04   Verifying        : ansible-srpm-macros-1-8.1.fc36.noarch              108/148 
12:57:22 #10 63.04   Verifying        : binutils-2.37-37.fc36.aarch64                      109/148 
12:57:22 #10 63.04   Verifying        : binutils-gold-2.37-37.fc36.aarch64                 110/148 
12:57:22 #10 63.04   Verifying        : dbus-libs-1:1.14.4-1.fc36.aarch64                  111/148 
12:57:22 #10 63.04   Verifying        : dnf-plugins-core-4.3.1-1.fc36.noarch               112/148 
12:57:22 #10 63.04   Verifying        : dwz-0.14-4.fc36.aarch64                            113/148 
12:57:22 #10 63.04   Verifying        : elfutils-0.188-3.fc36.aarch64                      114/148 
12:57:22 #10 63.04   Verifying        : elfutils-debuginfod-client-0.188-3.fc36.aarch64    115/148 
12:57:22 #10 63.04   Verifying        : emacs-filesystem-1:28.2-1.fc36.noarch              116/148 
12:57:22 #10 63.04   Verifying        : gdb-minimal-12.1-2.fc36.aarch64                    117/148 
12:57:22 #10 63.04   Verifying        : gdk-pixbuf2-2.42.9-2.fc36.aarch64                  118/148 
12:57:22 #10 63.04   Verifying        : glibc-gconv-extra-2.35-22.fc36.aarch64             119/148 
12:57:22 #10 63.04   Verifying        : go-srpm-macros-3.2.0-1.fc36.noarch                 120/148 
12:57:22 #10 63.04   Verifying        : libappstream-glib-0.8.0-4.fc36.aarch64             121/148 
12:57:22 #10 63.04   Verifying        : perl-Encode-4:3.17-485.fc36.aarch64                122/148 
12:57:22 #10 63.04   Verifying        : perl-Getopt-Long-1:2.54-1.fc36.noarch              123/148 
12:57:22 #10 63.04   Verifying        : perl-HTTP-Tiny-0.082-1.fc36.noarch                 124/148 
12:57:22 #10 63.04   Verifying        : perl-Scalar-List-Utils-5:1.63-489.fc36.aarch64     125/148 
12:57:22 #10 63.04   Verifying        : perl-Socket-4:2.036-1.fc36.aarch64                 126/148 
12:57:22 #10 63.04   Verifying        : perl-Text-ParseWords-3.31-1.fc36.noarch            127/148 
12:57:22 #10 63.04   Verifying        : python-srpm-macros-3.10-20.fc36.noarch             128/148 
12:57:22 #10 63.04   Verifying        : python3-construct-2.10.68-1.fc36.noarch            129/148 
12:57:22 #10 63.04   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc36.noarch       130/148 
12:57:22 #10 63.04   Verifying        : qt5-srpm-macros-5.15.7-1.fc36.noarch               131/148 
12:57:22 #10 63.04   Verifying        : redhat-rpm-config-222-1.fc36.noarch                132/148 
12:57:22 #10 63.04   Verifying        : rpm-build-4.17.1-3.fc36.aarch64                    133/148 
12:57:22 #10 63.04   Verifying        : rpmautospec-rpm-macros-0.3.1-1.fc36.noarch         134/148 
12:57:22 #10 63.04   Verifying        : rpmlint-2.4.0-3.fc36.noarch                        135/148 
12:57:22 #10 63.04   Verifying        : rpmlint-fedora-license-data-1.12-1.fc36.noarch     136/148 
12:57:22 #10 63.04   Verifying        : rust-srpm-macros-23-1.fc36.noarch                  137/148 
12:57:22 #10 63.04   Verifying        : zstd-1.5.2-2.fc36.aarch64                          138/148 
12:57:22 #10 63.04   Verifying        : elfutils-libelf-0.188-3.fc36.aarch64               139/148 
12:57:22 #10 63.04   Verifying        : elfutils-libelf-0.187-4.fc36.aarch64               140/148 
12:57:22 #10 63.04   Verifying        : elfutils-libs-0.188-3.fc36.aarch64                 141/148 
12:57:22 #10 63.04   Verifying        : elfutils-libs-0.187-4.fc36.aarch64                 142/148 
12:57:22 #10 63.04   Verifying        : glibc-2.35-22.fc36.aarch64                         143/148 
12:57:22 #10 63.04   Verifying        : glibc-2.35-20.fc36.aarch64                         144/148 
12:57:22 #10 63.05   Verifying        : glibc-common-2.35-22.fc36.aarch64                  145/148 
12:57:22 #10 63.05   Verifying        : glibc-common-2.35-20.fc36.aarch64                  146/148 
12:57:22 #10 63.05   Verifying        : glibc-minimal-langpack-2.35-22.fc36.aarch64        147/148 
12:57:22 #10 63.05   Verifying        : glibc-minimal-langpack-2.35-20.fc36.aarch64        148/148 
12:57:22 #10 63.20 
12:57:22 #10 63.20 Upgraded:
12:57:22 #10 63.20   elfutils-libelf-0.188-3.fc36.aarch64                                          
12:57:22 #10 63.20   elfutils-libs-0.188-3.fc36.aarch64                                            
12:57:22 #10 63.20   glibc-2.35-22.fc36.aarch64                                                    
12:57:22 #10 63.20   glibc-common-2.35-22.fc36.aarch64                                             
12:57:22 #10 63.20   glibc-minimal-langpack-2.35-22.fc36.aarch64                                   
12:57:22 #10 63.20 Installed:
12:57:22 #10 63.20   ansible-srpm-macros-1-8.1.fc36.noarch                                         
12:57:22 #10 63.20   binutils-2.37-37.fc36.aarch64                                                 
12:57:22 #10 63.20   binutils-gold-2.37-37.fc36.aarch64                                            
12:57:22 #10 63.20   bzip2-1.0.8-11.fc36.aarch64                                                   
12:57:22 #10 63.20   cpio-2.13-12.fc36.aarch64                                                     
12:57:22 #10 63.20   dash-0.5.10.2-10.fc36.aarch64                                                 
12:57:22 #10 63.20   dbus-libs-1:1.14.4-1.fc36.aarch64                                             
12:57:22 #10 63.20   debugedit-5.0-3.fc36.aarch64                                                  
12:57:22 #10 63.20   desktop-file-utils-0.26-6.fc36.aarch64                                        
12:57:22 #10 63.20   devscripts-checkbashisms-2.22.1-1.fc36.aarch64                                
12:57:22 #10 63.20   diffutils-3.8-2.fc36.aarch64                                                  
12:57:22 #10 63.20   dnf-plugins-core-4.3.1-1.fc36.noarch                                          
12:57:22 #10 63.20   dwz-0.14-4.fc36.aarch64                                                       
12:57:22 #10 63.20   ed-1.14.2-12.fc36.aarch64                                                     
12:57:22 #10 63.20   efi-srpm-macros-5-5.fc36.noarch                                               
12:57:22 #10 63.20   elfutils-0.188-3.fc36.aarch64                                                 
12:57:22 #10 63.20   elfutils-debuginfod-client-0.188-3.fc36.aarch64                               
12:57:22 #10 63.20   emacs-filesystem-1:28.2-1.fc36.noarch                                         
12:57:22 #10 63.20   enchant-1:1.6.0-30.fc36.aarch64                                               
12:57:22 #10 63.20   file-5.41-4.fc36.aarch64                                                      
12:57:22 #10 63.20   fonts-srpm-macros-1:2.0.5-7.fc36.noarch                                       
12:57:22 #10 63.20   fpc-srpm-macros-1.3-5.fc36.noarch                                             
12:57:22 #10 63.20   gdb-minimal-12.1-2.fc36.aarch64                                               
12:57:22 #10 63.20   gdk-pixbuf2-2.42.9-2.fc36.aarch64                                             
12:57:22 #10 63.20   ghc-srpm-macros-1.5.0-6.fc36.noarch                                           
12:57:22 #10 63.20   glibc-gconv-extra-2.35-22.fc36.aarch64                                        
12:57:22 #10 63.20   gnat-srpm-macros-4-15.fc36.noarch                                             
12:57:22 #10 63.20   go-srpm-macros-3.2.0-1.fc36.noarch                                            
12:57:22 #10 63.20   groff-base-1.22.4-9.fc36.aarch64                                              
12:57:22 #10 63.20   hunspell-1.7.0-19.fc36.aarch64                                                
12:57:22 #10 63.20   hunspell-en-0.20140811.1-22.fc36.noarch                                       
12:57:22 #10 63.20   hunspell-en-GB-0.20140811.1-22.fc36.noarch                                    
12:57:22 #10 63.20   hunspell-en-US-0.20140811.1-22.fc36.noarch                                    
12:57:22 #10 63.20   hunspell-filesystem-1.7.0-19.fc36.aarch64                                     
12:57:22 #10 63.20   info-6.8-3.fc36.aarch64                                                       
12:57:22 #10 63.20   json-glib-1.6.6-2.fc36.aarch64                                                
12:57:22 #10 63.20   kernel-srpm-macros-1.0-14.fc36.noarch                                         
12:57:22 #10 63.20   libappstream-glib-0.8.0-4.fc36.aarch64                                        
12:57:22 #10 63.20   libjpeg-turbo-2.1.2-2.fc36.aarch64                                            
12:57:22 #10 63.20   libpkgconf-1.8.0-2.fc36.aarch64                                               
12:57:22 #10 63.20   libpng-2:1.6.37-12.fc36.aarch64                                               
12:57:22 #10 63.20   libstemmer-0-18.585svn.fc36.aarch64                                           
12:57:22 #10 63.20   lua-srpm-macros-1-6.fc36.noarch                                               
12:57:22 #10 63.20   ncurses-6.2-9.20210508.fc36.aarch64                                           
12:57:22 #10 63.20   nim-srpm-macros-3-6.fc36.noarch                                               
12:57:22 #10 63.20   ocaml-srpm-macros-6-6.fc36.noarch                                             
12:57:22 #10 63.20   openblas-srpm-macros-2-11.fc36.noarch                                         
12:57:22 #10 63.20   package-notes-srpm-macros-0.4-14.fc36.noarch                                  
12:57:22 #10 63.20   patch-2.7.6-16.fc36.aarch64                                                   
12:57:22 #10 63.20   perl-AutoLoader-5.74-486.fc36.noarch                                          
12:57:22 #10 63.20   perl-B-1.82-486.fc36.aarch64                                                  
12:57:22 #10 63.20   perl-Carp-1.52-479.fc36.noarch                                                
12:57:22 #10 63.20   perl-Class-Struct-0.66-486.fc36.noarch                                        
12:57:22 #10 63.20   perl-Data-Dumper-2.183-3.fc36.aarch64                                         
12:57:22 #10 63.20   perl-Digest-1.20-2.fc36.noarch                                                
12:57:22 #10 63.20   perl-Digest-MD5-2.58-479.fc36.aarch64                                         
12:57:22 #10 63.20   perl-DynaLoader-1.50-486.fc36.aarch64                                         
12:57:22 #10 63.20   perl-Encode-4:3.17-485.fc36.aarch64                                           
12:57:22 #10 63.20   perl-Errno-1.33-486.fc36.aarch64                                              
12:57:22 #10 63.20   perl-Exporter-5.76-480.fc36.noarch                                            
12:57:22 #10 63.20   perl-Fcntl-1.14-486.fc36.aarch64                                              
12:57:22 #10 63.20   perl-File-Basename-2.85-486.fc36.noarch                                       
12:57:22 #10 63.20   perl-File-Path-2.18-479.fc36.noarch                                           
12:57:22 #10 63.20   perl-File-Temp-1:0.231.100-479.fc36.noarch                                    
12:57:22 #10 63.20   perl-File-stat-1.09-486.fc36.noarch                                           
12:57:22 #10 63.20   perl-FileHandle-2.03-486.fc36.noarch                                          
12:57:22 #10 63.20   perl-Getopt-Long-1:2.54-1.fc36.noarch                                         
12:57:22 #10 63.20   perl-Getopt-Std-1.13-486.fc36.noarch                                          
12:57:22 #10 63.20   perl-HTTP-Tiny-0.082-1.fc36.noarch                                            
12:57:22 #10 63.20   perl-IO-1.46-486.fc36.aarch64                                                 
12:57:22 #10 63.20   perl-IO-Socket-IP-0.41-480.fc36.noarch                                        
12:57:22 #10 63.20   perl-IO-Socket-SSL-2.074-2.fc36.noarch                                        
12:57:22 #10 63.20   perl-IPC-Open3-1.21-486.fc36.noarch                                           
12:57:22 #10 63.20   perl-MIME-Base64-3.16-479.fc36.aarch64                                        
12:57:22 #10 63.20   perl-Mozilla-CA-20211001-2.fc36.noarch                                        
12:57:22 #10 63.20   perl-NDBM_File-1.15-486.fc36.aarch64                                          
12:57:22 #10 63.20   perl-Net-SSLeay-1.92-2.fc36.aarch64                                           
12:57:22 #10 63.20   perl-POSIX-1.97-486.fc36.aarch64                                              
12:57:22 #10 63.20   perl-PathTools-3.80-479.fc36.aarch64                                          
12:57:22 #10 63.20   perl-Pod-Escapes-1:1.07-479.fc36.noarch                                       
12:57:22 #10 63.20   perl-Pod-Perldoc-3.28.01-480.fc36.noarch                                      
12:57:22 #10 63.20   perl-Pod-Simple-1:3.43-3.fc36.noarch                                          
12:57:22 #10 63.20   perl-Pod-Usage-4:2.01-479.fc36.noarch                                         
12:57:22 #10 63.20   perl-Scalar-List-Utils-5:1.63-489.fc36.aarch64                                
12:57:22 #10 63.20   perl-SelectSaver-1.02-486.fc36.noarch                                         
12:57:22 #10 63.20   perl-Socket-4:2.036-1.fc36.aarch64                                            
12:57:22 #10 63.20   perl-Storable-1:3.25-2.fc36.aarch64                                           
12:57:22 #10 63.20   perl-Symbol-1.09-486.fc36.noarch                                              
12:57:22 #10 63.20   perl-Term-ANSIColor-5.01-480.fc36.noarch                                      
12:57:22 #10 63.20   perl-Term-Cap-1.17-479.fc36.noarch                                            
12:57:22 #10 63.20   perl-Text-ParseWords-3.31-1.fc36.noarch                                       
12:57:22 #10 63.20   perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch                                   
12:57:22 #10 63.20   perl-Time-Local-2:1.300-479.fc36.noarch                                       
12:57:22 #10 63.20   perl-URI-5.10-1.fc36.noarch                                                   
12:57:22 #10 63.20   perl-base-2.27-486.fc36.noarch                                                
12:57:22 #10 63.20   perl-constant-1.33-480.fc36.noarch                                            
12:57:22 #10 63.20   perl-if-0.60.900-486.fc36.noarch                                              
12:57:22 #10 63.20   perl-interpreter-4:5.34.1-486.fc36.aarch64                                    
12:57:22 #10 63.20   perl-libnet-3.13-480.fc36.noarch                                              
12:57:22 #10 63.20   perl-libs-4:5.34.1-486.fc36.aarch64                                           
12:57:22 #10 63.20   perl-mro-1.25-486.fc36.aarch64                                                
12:57:22 #10 63.20   perl-overload-1.33-486.fc36.noarch                                            
12:57:22 #10 63.20   perl-overloading-0.02-486.fc36.noarch                                         
12:57:22 #10 63.20   perl-parent-1:0.238-479.fc36.noarch                                           
12:57:22 #10 63.20   perl-podlators-1:4.14-479.fc36.noarch                                         
12:57:22 #10 63.20   perl-srpm-macros-1-43.fc36.noarch                                             
12:57:22 #10 63.20   perl-subs-1.04-486.fc36.noarch                                                
12:57:22 #10 63.20   perl-vars-1.05-486.fc36.noarch                                                
12:57:22 #10 63.20   pkgconf-1.8.0-2.fc36.aarch64                                                  
12:57:22 #10 63.20   pkgconf-m4-1.8.0-2.fc36.noarch                                                
12:57:22 #10 63.20   pkgconf-pkg-config-1.8.0-2.fc36.aarch64                                       
12:57:22 #10 63.20   python-srpm-macros-3.10-20.fc36.noarch                                        
12:57:22 #10 63.20   python3-construct-2.10.68-1.fc36.noarch                                       
12:57:22 #10 63.20   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
12:57:22 #10 63.20   python3-dbus-1.2.18-3.fc36.aarch64                                            
12:57:22 #10 63.20   python3-distro-1.6.0-2.fc36.noarch                                            
12:57:22 #10 63.20   python3-dnf-plugins-core-4.3.1-1.fc36.noarch                                  
12:57:22 #10 63.20   python3-enchant-3.2.2-2.fc36.noarch                                           
12:57:22 #10 63.20   python3-file-magic-5.41-4.fc36.noarch                                         
12:57:22 #10 63.20   python3-pybeam-0.7-2.fc36.noarch                                              
12:57:22 #10 63.20   python3-pyxdg-0.27-4.fc36.noarch                                              
12:57:22 #10 63.20   python3-six-1.16.0-5.fc36.noarch                                              
12:57:22 #10 63.20   python3-tomli-1.2.3-1.fc36.noarch                                             
12:57:22 #10 63.20   python3-tomli-w-0.4.0-3.fc36.noarch                                           
12:57:22 #10 63.20   python3-zstandard-0.17.0-1.fc36.aarch64                                       
12:57:22 #10 63.20   qt5-srpm-macros-5.15.7-1.fc36.noarch                                          
12:57:22 #10 63.20   redhat-rpm-config-222-1.fc36.noarch                                           
12:57:22 #10 63.20   rpm-build-4.17.1-3.fc36.aarch64                                               
12:57:22 #10 63.20   rpmautospec-rpm-macros-0.3.1-1.fc36.noarch                                    
12:57:22 #10 63.20   rpmlint-2.4.0-3.fc36.noarch                                                   
12:57:22 #10 63.20   rpmlint-fedora-license-data-1.12-1.fc36.noarch                                
12:57:22 #10 63.20   rust-srpm-macros-23-1.fc36.noarch                                             
12:57:22 #10 63.20   shared-mime-info-2.1-3.fc35.aarch64                                           
12:57:22 #10 63.20   unzip-6.0-57.fc36.aarch64                                                     
12:57:22 #10 63.20   xxhash-libs-0.8.1-2.fc36.aarch64                                              
12:57:22 #10 63.20   xz-5.2.5-9.fc36.aarch64                                                       
12:57:22 #10 63.20   zip-3.0-32.fc36.aarch64                                                       
12:57:22 #10 63.20   zstd-1.5.2-2.fc36.aarch64                                                     
12:57:22 #10 63.21 
12:57:22 #10 63.21 Complete!
12:57:22 #10 DONE 63.4s
12:57:22 
12:57:22 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
12:57:22 #11 DONE 0.1s
12:57:22 
12:57:22 #12 [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
12:57:22 #12 14.25 Setting up docker-ce-build-deps (1.0) ...
12:57:22 #12 14.26 Processing triggers for libc-bin (2.28-10+deb10u2) ...
12:57:22 #12 14.28 Processing triggers for man-db (2.8.5-2) ...
12:57:22 
12:57:22 #12 [stage-1 4/9] COPY common /root/build-deb/debian
12:57:22 #12 DONE 0.1s
12:57:22 
12:57:22 #13 [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
12:57:22 #10 31.15 Selecting previously unselected package intltool-debian.
12:57:22 #10 31.15 Preparing to unpack .../082-intltool-debian_0.35.0+20060710.5_all.deb ...
12:57:22 #10 31.16 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:57:22 #10 31.20 Selecting previously unselected package po-debconf.
12:57:22 #10 31.20 Preparing to unpack .../083-po-debconf_1.0.21+nmu1_all.deb ...
12:57:22 #10 31.21 Unpacking po-debconf (1.0.21+nmu1) ...
12:57:22 #10 31.36 Selecting previously unselected package debhelper.
12:57:22 #10 31.36 Preparing to unpack .../084-debhelper_13.3.4_all.deb ...
12:57:22 #10 60.05 Setting up libmouse-perl (2.5.10-1+b3) ...
12:57:22 #10 60.06 Setting up libossp-uuid-perl (1.6.2-1.5+b11) ...
12:57:22 #10 60.07 Setting up libfile-listing-perl (6.15-1) ...
12:57:22 #10 60.08 Setting up libsys-cpuaffinity-perl (1.13~03-2+b1) ...
12:57:22 #10 60.09 Setting up gpg-wks-client (2.2.40-1) ...
12:57:22 #10 60.11 Setting up libregexp-pattern-perl (0.2.14-2) ...
12:57:22 #10 60.12 Setting up libdata-messagepack-perl (1.02-1+b1) ...
12:57:22 #10 60.13 Setting up libclass-inspector-perl (1.36-3) ...
12:57:22 #10 60.14 Setting up libfont-afm-perl (1.20-4) ...
12:57:22 #10 60.15 Setting up libwant-perl (0.29-2+b1) ...
12:57:22 #10 60.16 Setting up libdynaloader-functions-perl (0.003-3) ...
12:57:22 #10 60.18 Setting up libclass-method-modifiers-perl (2.14-1) ...
12:57:22 #10 60.19 Setting up liblist-compare-perl (0.55-2) ...
12:57:22 #10 60.20 Setting up libref-util-xs-perl (0.117-2+b1) ...
12:57:22 #10 60.21 Setting up libio-pty-perl (1:1.17-1) ...
12:57:22 #10 60.22 Setting up libfile-fcntllock-perl (0.22-4+b1) ...
12:57:22 #10 60.24 Setting up libclone-perl:amd64 (0.46-1) ...
12:57:22 #10 60.25 Setting up libalgorithm-diff-perl (1.201-1) ...
12:57:22 #10 60.26 Setting up libarchive-zip-perl (1.68-1) ...
12:57:22 #10 60.27 Setting up libsub-identify-perl (0.14-3) ...
12:57:22 #10 60.28 Setting up libdistro-info-perl (1.5) ...
12:57:22 #10 60.29 Setting up libcpanel-json-xs-perl:amd64 (4.32-1+b1) ...
12:57:22 #10 60.31 Setting up libio-stringy-perl (2.111-3) ...
12:57:22 #10 60.32 Setting up libhtml-tagset-perl (3.20-6) ...
12:57:22 #10 60.33 Setting up liblog-any-perl (1.713-1) ...
12:57:22 #10 60.34 Setting up libauthen-sasl-perl (2.1600-3) ...
12:57:22 #10 60.35 Setting up libdevel-size-perl (0.83-2+b1) ...
12:57:22 #12 6.444 (69/97): gcc-plugin-annobin-12.2.1-4.fc37.aarch 136 kB/s |  52 kB     00:00    
12:57:22 #12 6.561 (70/97): cpp-12.2.1-4.fc37.aarch64.rpm           13 MB/s | 9.2 MB     00:00    
12:57:22 #12 6.677 (71/97): git-2.39.1-1.fc37.aarch64.rpm          285 kB/s |  66 kB     00:00    
12:57:22 #11 49.07 Setting up libnamespace-clean-perl (0.27-1) ...
12:57:22 #11 49.08 Setting up libnamespace-autoclean-perl (0.29-1) ...
12:57:22 #11 49.09 Setting up libgitlab-api-v4-perl (0.26-1) ...
12:57:22 #11 49.11 Setting up libmoox-struct-perl (0.020-1) ...
12:57:22 #11 49.12 Setting up lintian (2.114.0ubuntu1.2) ...
12:57:22 #11 49.13 Setting up licensecheck (3.2.14-2) ...
12:57:22 #11 49.15 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:57:22 #11 49.16 Setting up libwww-perl (6.61-1) ...
12:57:22 #11 49.17 Setting up devscripts (2.22.1ubuntu1) ...
12:57:22 #13 8.504 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
12:57:22 #13 8.508 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
12:57:22 #13 8.535 Selecting previously unselected package libudev-dev:arm64.
12:57:22 #13 8.538 Preparing to unpack .../12-libudev-dev_249.11-0ubuntu3.6_arm64.deb ...
12:57:22 #13 8.541 Unpacking libudev-dev:arm64 (249.11-0ubuntu3.6) ...
12:57:22 #13 8.574 Selecting previously unselected package libsepol-dev:arm64.
12:57:22 #13 8.577 Preparing to unpack .../13-libsepol-dev_3.3-1build1_arm64.deb ...
12:57:22 #13 8.581 Unpacking libsepol-dev:arm64 (3.3-1build1) ...
12:57:22 #13 8.630 Selecting previously unselected package libpcre2-16-0:arm64.
12:57:22 #13 8.633 Preparing to unpack .../14-libpcre2-16-0_10.39-3ubuntu0.1_arm64.deb ...
12:57:22 #13 8.638 Unpacking libpcre2-16-0:arm64 (10.39-3ubuntu0.1) ...
12:57:22 #13 8.675 Selecting previously unselected package libpcre2-32-0:arm64.
12:57:22 #13 8.678 Preparing to unpack .../15-libpcre2-32-0_10.39-3ubuntu0.1_arm64.deb ...
12:57:22 #13 8.682 Unpacking libpcre2-32-0:arm64 (10.39-3ubuntu0.1) ...
12:57:22 #13 8.718 Selecting previously unselected package libpcre2-posix3:arm64.
12:57:22 #13 8.721 Preparing to unpack .../16-libpcre2-posix3_10.39-3ubuntu0.1_arm64.deb ...
12:57:22 #13 8.725 Unpacking libpcre2-posix3:arm64 (10.39-3ubuntu0.1) ...
12:57:22 #13 8.755 Selecting previously unselected package libpcre2-dev:arm64.
12:57:22 #13 5.033 0 upgraded, 21 newly installed, 0 to remove and 4 not upgraded.
12:57:22 #13 5.033 1 not fully installed or removed.
12:57:22 #13 5.033 Need to get 7397 kB of archives.
12:57:22 #13 5.033 After this operation, 36.6 MB of additional disk space will be used.
12:57:22 #13 5.033 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 bash-completion all 1:2.10-1ubuntu1 [178 kB]
12:57:22 #10 53.13 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:57:22 #10 53.20 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:22 #10 53.31 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:22 #10 53.34 Setting up libparams-classify-perl (0.015-1) ...
12:57:22 #10 53.35 Setting up git (1:2.17.1-1ubuntu0.15) ...
12:57:22 #10 53.38 Setting up libhttp-negotiate-perl (6.00-2) ...
12:57:22 #10 53.39 Setting up libmailtools-perl (2.18-1) ...
12:57:22 #10 53.40 Setting up libgit-wrapper-perl (0.047-1) ...
12:57:22 #10 53.41 Setting up libhtml-format-perl (2.12-1) ...
12:57:22 #10 53.42 Setting up libemail-valid-perl (1.202-1) ...
12:57:22 #11 50.97 Setting up libfile-which-perl (1.23-1) ...
12:57:22 #11 50.98 Setting up libfile-basedir-perl (0.08-1) ...
12:57:22 #11 51.00 Setting up gettext (0.19.8.1-10build1) ...
12:57:22 #11 51.01 Setting up libnumber-range-perl (0.12-1) ...
12:57:22 #11 51.02 Setting up libunicode-utf8-perl (0.62-1build1) ...
12:57:22 #11 51.03 Setting up libstruct-dumb-perl (0.09-1) ...
12:57:22 #11 51.04 Setting up libfile-listing-perl (6.04-1) ...
12:57:22 #11 51.05 Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:57:22 #11 51.07 Setting up libregexp-pattern-perl (0.2.12-1) ...
12:57:22 #11 51.08 Setting up libfont-afm-perl (1.20-2) ...
12:57:22 #11 51.09 Setting up libwant-perl (0.29-1build4) ...
12:57:22 #11 51.11 Setting up libdynaloader-functions-perl (0.003-1) ...
12:57:22 #11 51.12 Setting up libtext-glob-perl (0.10-1) ...
12:57:22 #11 51.13 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:57:22 #11 51.14 Setting up liblist-compare-perl (0.53-1) ...
12:57:22 #11 51.16 Setting up libref-util-xs-perl (0.117-1build2) ...
12:57:22 #11 51.17 Setting up libio-pty-perl (1:1.12-1) ...
12:57:22 #10 42.40 Selecting previously unselected package libjpeg62-turbo:armhf.
12:57:22 #10 42.40 Preparing to unpack .../182-libjpeg62-turbo_1%3a2.1.2-1+b1_armhf.deb ...
12:57:22 #10 42.41 Unpacking libjpeg62-turbo:armhf (1:2.1.2-1+b1) ...
12:57:22 #10 42.48 Selecting previously unselected package libyuv0:armhf.
12:57:22 #10 42.48 Preparing to unpack .../183-libyuv0_0.0~git20230104.6e4b0ac-1_armhf.deb ...
12:57:22 #10 42.48 Unpacking libyuv0:armhf (0.0~git20230104.6e4b0ac-1) ...
12:57:22 #10 42.54 Selecting previously unselected package libavif15:armhf.
12:57:22 #10 42.54 Preparing to unpack .../184-libavif15_0.11.1-1_armhf.deb ...
12:57:22 #10 42.55 Unpacking libavif15:armhf (0.11.1-1) ...
12:57:22 #10 42.60 Selecting previously unselected package libmodule-implementation-perl.
12:57:22 #10 42.60 Preparing to unpack .../185-libmodule-implementation-perl_0.09-2_all.deb ...
12:57:22 #10 42.61 Unpacking libmodule-implementation-perl (0.09-2) ...
12:57:22 #10 42.65 Selecting previously unselected package libsub-exporter-progressive-perl.
12:57:22 #10 42.65 Preparing to unpack .../186-libsub-exporter-progressive-perl_0.001013-3_all.deb ...
12:57:22 #10 42.66 Unpacking libsub-exporter-progressive-perl (0.001013-3) ...
12:57:22 #10 42.71 Selecting previously unselected package libvariable-magic-perl.
12:57:22 #10 42.71 Preparing to unpack .../187-libvariable-magic-perl_0.63-1+b1_armhf.deb ...
12:57:23 #10 31.37 Unpacking debhelper (13.3.4) ...
12:57:23 #10 31.57 Selecting previously unselected package debian-keyring.
12:57:23 #10 31.57 Preparing to unpack .../085-debian-keyring_2021.07.26_all.deb ...
12:57:23 #10 31.58 Unpacking debian-keyring (2021.07.26) ...
12:57:23 #10 60.36 Setting up libpython3.11-stdlib:amd64 (3.11.1-2) ...
12:57:23 #10 60.38 Setting up libdebhelper-perl (13.11.4) ...
12:57:23 #10 60.38 Setting up libpod-constants-perl (0.19-2) ...
12:57:23 #10 60.40 Setting up libregexp-pattern-license-perl (3.9.4-3) ...
12:57:23 #10 60.41 Setting up libconvert-binhex-perl (1.125-3) ...
12:57:23 #10 60.42 Setting up liblwp-mediatypes-perl (6.04-2) ...
12:57:23 #10 60.43 Setting up libyaml-libyaml-perl (0.86+ds-1) ...
12:57:23 #10 60.44 Setting up libio-interactive-perl (1.023-2) ...
12:57:23 #10 60.46 Setting up libtry-tiny-perl (0.31-2) ...
12:57:23 #10 60.47 Setting up libtype-tiny-perl (2.002001-1) ...
12:57:23 #10 60.48 Setting up libcommon-sense-perl:amd64 (3.75-3) ...
12:57:23 #10 60.49 Setting up libmldbm-perl (2.05-4) ...
12:57:23 #10 60.50 Setting up libxml-namespacesupport-perl (1.12-2) ...
12:57:23 #10 60.51 Setting up libnet-http-perl (6.22-1) ...
12:57:23 #10 60.52 Setting up libpath-iterator-rule-perl (1.015-2) ...
12:57:23 #10 60.54 Setting up libtext-markdown-discount-perl (0.16-1) ...
12:57:23 #10 60.55 Setting up libhttp-tiny-multipart-perl (0.08-2) ...
12:57:23 #10 60.56 Setting up libtime-moment-perl (0.44-2+b1) ...
12:57:23 #11 49.32 Setting up libxml-parser-perl:amd64 (2.46-3build1) ...
12:57:23 #11 49.33 Setting up libxml-sax-expat-perl (0.51-1) ...
12:57:23 #11 49.37 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:57:23 #11 49.43 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:23 #11 49.55 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:23 #13 8.758 Preparing to unpack .../17-libpcre2-dev_10.39-3ubuntu0.1_arm64.deb ...
12:57:23 #13 8.762 Unpacking libpcre2-dev:arm64 (10.39-3ubuntu0.1) ...
12:57:23 #13 8.805 Selecting previously unselected package libselinux1-dev:arm64.
12:57:23 #13 8.809 Preparing to unpack .../18-libselinux1-dev_3.3-1build2_arm64.deb ...
12:57:23 #13 8.813 Unpacking libselinux1-dev:arm64 (3.3-1build2) ...
12:57:23 #13 8.853 Selecting previously unselected package libdevmapper-dev:arm64.
12:57:23 #13 8.856 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
12:57:23 #13 8.860 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1ubuntu4) ...
12:57:23 #13 8.890 Selecting previously unselected package libseccomp-dev:arm64.
12:57:23 #13 8.893 Preparing to unpack .../20-libseccomp-dev_2.5.3-2ubuntu2_arm64.deb ...
12:57:23 #13 8.897 Unpacking libseccomp-dev:arm64 (2.5.3-2ubuntu2) ...
12:57:23 #13 8.929 Selecting previously unselected package libsystemd-dev:arm64.
12:57:23 #13 8.932 Preparing to unpack .../21-libsystemd-dev_249.11-0ubuntu3.6_arm64.deb ...
12:57:23 #13 8.936 Unpacking libsystemd-dev:arm64 (249.11-0ubuntu3.6) ...
12:57:23 #13 8.999 Selecting previously unselected package libglib2.0-0:arm64.
12:57:23 #13 3.672 Reading package lists...
12:57:23 #10 38.56 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
12:57:23 #10 38.57 Setting up libpipeline1:armhf (1.5.1-2) ...
12:57:23 #10 38.58 Setting up mime-support (3.62) ...
12:57:23 #10 38.61 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
12:57:23 #10 38.63 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
12:57:23 #10 38.64 No schema files found: doing nothing.
12:57:23 #10 38.65 Setting up binutils-common:armhf (2.31.1-16+rpi2) ...
12:57:23 #10 38.66 Setting up libmagic1:armhf (1:5.35-4+deb10u2) ...
12:57:23 #10 38.69 Setting up perl-openssl-defaults:armhf (3) ...
12:57:23 #10 38.70 Setting up linux-libc-dev:armhf (1:1.20220308~buster-1) ...
12:57:23 #10 38.72 Setting up gettext-base (0.19.8.1-9) ...
12:57:23 #10 38.73 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u4) ...
12:57:23 #10 38.75 Setting up file (1:5.35-4+deb10u2) ...
12:57:23 #10 38.76 Setting up libgomp1:armhf (8.3.0-6+rpi1) ...
12:57:23 #13 5.398 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 cmake-data all 3.16.3-1ubuntu1.20.04.1 [1613 kB]
12:57:23 #10 53.43 Setting up libhttp-cookies-perl (6.04-1) ...
12:57:23 #10 53.44 Setting up curl (7.58.0-2ubuntu3.22) ...
12:57:23 #10 53.45 Setting up libmodule-runtime-perl (0.016-1) ...
12:57:23 #10 53.46 Setting up gnupg (2.2.4-1ubuntu1.6) ...
12:57:23 #10 53.47 Setting up libhttp-daemon-perl (6.01-1ubuntu0.1) ...
12:57:23 #10 53.48 Setting up libxml-simple-perl (2.24-1) ...
12:57:23 #10 53.49 Setting up lintian (2.5.81ubuntu1) ...
12:57:23 #10 53.51 Setting up libhtml-form-perl (6.03-1) ...
12:57:23 #10 53.52 Setting up libimport-into-perl (1.002005-1) ...
12:57:23 #10 53.53 Setting up libmodule-implementation-perl (0.09-1) ...
12:57:23 #10 53.54 Setting up libparams-validate-perl (1.29-1) ...
12:57:23 #10 53.56 Setting up libmoo-perl (2.003004-1) ...
12:57:23 #10 53.57 Setting up libb-hooks-endofscope-perl (0.21-1) ...
12:57:23 #10 53.58 Setting up libpackage-stash-perl (0.37-1) ...
12:57:23 #10 53.59 Setting up libgetopt-long-descriptive-perl (0.102-1) ...
12:57:23 #10 53.60 Setting up libnamespace-clean-perl (0.27-1) ...
12:57:23 #10 53.61 Setting up licensecheck (3.0.31-2) ...
12:57:23 #10 53.63 Setting up dh-autoreconf (17) ...
12:57:23 #10 53.64 Setting up libwww-perl (6.31-1ubuntu0.1) ...
12:57:23 #10 36.12 Selecting previously unselected package intltool-debian.
12:57:23 #10 36.13 Preparing to unpack .../057-intltool-debian_0.35.0+20060710.5_all.deb ...
12:57:23 #10 36.14 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:57:23 #10 36.22 Selecting previously unselected package po-debconf.
12:57:23 #10 36.22 Preparing to unpack .../058-po-debconf_1.0.21+nmu1_all.deb ...
12:57:23 #10 36.24 Unpacking po-debconf (1.0.21+nmu1) ...
12:57:23 #11 51.19 Setting up libtool (2.4.6-14) ...
12:57:23 #11 51.20 Setting up libfile-fcntllock-perl (0.22-3build4) ...
12:57:23 #11 51.21 Setting up libsort-key-perl (1.33-2build2) ...
12:57:23 #11 51.22 Setting up libclone-perl (0.43-2) ...
12:57:23 #11 51.23 Setting up libalgorithm-diff-perl (1.19.03-2) ...
12:57:23 #11 51.25 Setting up libarchive-zip-perl (1.67-2) ...
12:57:23 #11 51.26 Setting up libsub-identify-perl (0.14-1build2) ...
12:57:23 #11 51.27 Setting up libdistro-info-perl (0.23ubuntu1) ...
12:57:23 #11 51.28 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
12:57:23 #11 51.29 Setting up python3-apt (2.0.1) ...
12:57:23 #10 42.72 Unpacking libvariable-magic-perl (0.63-1+b1) ...
12:57:23 #10 42.76 Selecting previously unselected package libb-hooks-endofscope-perl.
12:57:23 #10 42.76 Preparing to unpack .../188-libb-hooks-endofscope-perl_0.26-1_all.deb ...
12:57:23 #10 42.77 Unpacking libb-hooks-endofscope-perl (0.26-1) ...
12:57:23 #10 42.81 Selecting previously unselected package libberkeleydb-perl:armhf.
12:57:23 #10 42.81 Preparing to unpack .../189-libberkeleydb-perl_0.64-2+b1_armhf.deb ...
12:57:23 #10 42.82 Unpacking libberkeleydb-perl:armhf (0.64-2+b1) ...
12:57:23 #10 42.88 Selecting previously unselected package libpng16-16:armhf.
12:57:23 #10 42.88 Preparing to unpack .../190-libpng16-16_1.6.39-2_armhf.deb ...
12:57:23 #10 42.88 Unpacking libpng16-16:armhf (1.6.39-2) ...
12:57:23 #10 42.96 Selecting previously unselected package libfreetype6:armhf.
12:57:23 #10 42.96 Preparing to unpack .../191-libfreetype6_2.12.1+dfsg-4_armhf.deb ...
12:57:23 #10 60.57 Setting up libencode-locale-perl (1.05-3) ...
12:57:23 #10 60.58 Setting up libexception-class-perl (1.45-1) ...
12:57:23 #10 60.59 Setting up libxstring-perl:amd64 (0.005-2+b1) ...
12:57:23 #10 60.60 Setting up libmath-base85-perl (0.5+dfsg-2) ...
12:57:23 #10 60.62 Setting up libconfig-tiny-perl (2.28-2) ...
12:57:23 #10 60.63 Setting up libsereal-encoder-perl (5.002+ds-1) ...
12:57:23 #10 60.64 Setting up libdevel-callchecker-perl:amd64 (0.008-2) ...
12:57:23 #10 60.65 Setting up liblist-utilsby-perl (0.12-2) ...
12:57:23 #10 60.66 Setting up libstring-shellquote-perl (1.04-3) ...
12:57:23 #10 60.67 Setting up libnet-netmask-perl (2.0002-2) ...
12:57:23 #10 60.68 Setting up libsub-install-perl (0.929-1) ...
12:57:23 #10 60.69 Setting up gcc (4:12.2.0-3) ...
12:57:23 #10 60.72 Setting up dpkg-dev (1.21.19) ...
12:57:23 #10 60.74 Setting up libindirect-perl (0.39-2+b1) ...
12:57:23 #10 60.75 Setting up libxs-parse-sublike-perl:amd64 (0.16-1+b2) ...
12:57:23 #10 60.76 Setting up intltool-debian (0.35.0+20060710.6) ...
12:57:23 #10 60.77 Setting up libfreezethaw-perl (0.5001-3) ...
12:57:23 #10 60.78 Setting up libobject-pad-perl (0.78-1) ...
12:57:23 #10 60.79 Setting up liberror-perl (0.17029-2) ...
12:57:23 #10 60.80 Setting up patchutils (0.4.2-1) ...
12:57:23 #10 60.82 Setting up libmail-sendmail-perl (0.80-3) ...
12:57:23 #10 60.84 Setting up libltdl-dev:amd64 (2.4.7-5) ...
12:57:23 #10 60.85 Setting up libjson-maybexs-perl (1.004004-1) ...
12:57:23 #10 60.87 Setting up libxml-sax-base-perl (1.09-3) ...
12:57:23 #10 60.88 Setting up libio-string-perl (1.08-4) ...
12:57:23 #11 49.58 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
12:57:23 #11 49.66 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
12:57:23 #11 49.67 Updating certificates in /etc/ssl/certs...
12:57:23 #13 9.003 Preparing to unpack .../22-libglib2.0-0_2.72.4-0ubuntu1_arm64.deb ...
12:57:23 #13 9.007 Unpacking libglib2.0-0:arm64 (2.72.4-0ubuntu1) ...
12:57:23 #13 9.069 Selecting previously unselected package pkg-config.
12:57:23 #13 9.072 Preparing to unpack .../23-pkg-config_0.29.2-1ubuntu3_arm64.deb ...
12:57:23 #13 9.076 Unpacking pkg-config (0.29.2-1ubuntu3) ...
12:57:23 #13 9.117 Setting up libseccomp-dev:arm64 (2.5.3-2ubuntu2) ...
12:57:23 #13 9.128 Setting up libarchive13:arm64 (3.6.0-1ubuntu1) ...
12:57:23 #13 9.139 Setting up libglib2.0-0:arm64 (2.72.4-0ubuntu1) ...
12:57:23 #13 9.151 No schema files found: doing nothing.
12:57:23 #13 9.158 Setting up libpcre2-16-0:arm64 (10.39-3ubuntu0.1) ...
12:57:23 #13 9.169 Setting up libpcre2-32-0:arm64 (10.39-3ubuntu0.1) ...
12:57:23 #13 9.181 Setting up libuv1:arm64 (1.43.0-1) ...
12:57:23 #13 9.193 Setting up emacsen-common (3.0.4) ...
12:57:23 #13 9.234 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
12:57:23 #10 38.77 Setting up bzip2 (1.0.6-9.2~deb10u2) ...
12:57:23 #10 38.79 Setting up libicu63:armhf (63.1-6+deb10u3) ...
12:57:23 #10 38.80 Setting up libfakeroot:armhf (1.23-1) ...
12:57:23 #10 38.82 Setting up fakeroot (1.23-1) ...
12:57:23 #10 38.83 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:57:23 #10 38.83 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
12:57:23 #10 38.83 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
12:57:23 #10 38.83 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
12:57:23 #10 38.83 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
12:57:23 #10 38.84 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
12:57:23 #10 38.84 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
12:57:23 #10 38.84 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
12:57:23 #10 38.84 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
12:57:23 #10 38.85 Setting up libasan5:armhf (8.3.0-6+rpi1) ...
12:57:23 #10 38.86 Setting up autotools-dev (20180224.1) ...
12:57:23 #10 38.87 Setting up make (4.2.1-1.2) ...
12:57:23 #10 38.89 Setting up libmpfr6:armhf (4.0.2-1) ...
12:57:23 #10 38.90 Setting up libsigsegv2:armhf (2.12-2) ...
12:57:23 #10 38.91 Setting up xz-utils (5.2.4-1+deb10u1) ...
12:57:23 #10 38.93 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:57:23 #10 38.93 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
12:57:23 #10 38.93 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
12:57:23 #10 38.93 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
12:57:23 #10 38.93 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
12:57:23 #10 38.93 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
12:57:23 #10 38.93 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
12:57:23 #10 38.93 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
12:57:23 #10 38.93 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
12:57:23 #10 38.93 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
12:57:23 #10 38.93 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
12:57:23 #10 38.94 Setting up libmpc3:armhf (1.1.0-1) ...
12:57:23 #10 38.96 Setting up libatomic1:armhf (8.3.0-6+rpi1) ...
12:57:23 #10 38.97 Setting up patch (2.7.6-3+deb10u1) ...
12:57:23 #13 5.666 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libarchive13 arm64 3.4.0-2ubuntu1.2 [304 kB]
12:57:23 #13 5.682 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjsoncpp1 arm64 1.7.4-3.1ubuntu2 [69.8 kB]
12:57:23 #13 5.686 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librhash0 arm64 1.3.9-1 [111 kB]
12:57:23 #13 5.692 Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libuv1 arm64 1.34.2-1ubuntu1.3 [75.1 kB]
12:57:23 #13 5.696 Get:7 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 cmake arm64 3.16.3-1ubuntu1.20.04.1 [3112 kB]
12:57:23 #13 5.843 Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
12:57:23 #13 5.844 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper1.02.1 arm64 2:1.02.167-1ubuntu1 [110 kB]
12:57:23 #13 5.845 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.167-1ubuntu1 [10.9 kB]
12:57:23 #13 5.846 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libudev-dev arm64 245.4-4ubuntu3.19 [19.7 kB]
12:57:23 #13 5.848 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsepol1-dev arm64 3.0-1ubuntu0.1 [316 kB]
12:57:23 #13 5.863 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpcre2-16-0 arm64 10.34-7ubuntu0.1 [157 kB]
12:57:23 #13 5.868 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpcre2-32-0 arm64 10.34-7ubuntu0.1 [148 kB]
12:57:23 #13 5.873 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpcre2-posix2 arm64 10.34-7ubuntu0.1 [5836 B]
12:57:23 #10 53.65 Setting up debhelper (11.1.6ubuntu2) ...
12:57:23 #10 53.66 Setting up equivs (2.1.0) ...
12:57:23 #10 53.68 Setting up liblwp-protocol-https-perl (6.07-2) ...
12:57:23 #10 53.71 Setting up dh-strip-nondeterminism (0.040-1.1~build1) ...
12:57:23 #10 53.72 Setting up libxml-parser-perl (2.44-2build3) ...
12:57:23 #10 53.73 Setting up libxml-sax-expat-perl (0.40-2) ...
12:57:23 #10 53.77 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:57:23 #10 53.82 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:23 #10 36.36 Selecting previously unselected package debhelper.
12:57:23 #10 36.36 Preparing to unpack .../059-debhelper_13.3.4_all.deb ...
12:57:23 #10 36.39 Unpacking debhelper (13.3.4) ...
12:57:23 #11 51.45 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
12:57:23 #11 51.46 Setting up libio-stringy-perl (2.111-3) ...
12:57:23 #11 51.48 Setting up liblist-moreutils-perl (0.416-1build5) ...
12:57:23 #11 51.49 Setting up libhtml-tagset-perl (3.20-4) ...
12:57:23 #11 51.50 Setting up liblog-any-perl (1.708-1) ...
12:57:23 #11 51.51 Setting up libauthen-sasl-perl (2.1600-1) ...
12:57:23 #11 51.52 Setting up libdevel-size-perl (0.83-1build1) ...
12:57:23 #11 51.54 Setting up libdebhelper-perl (12.10ubuntu1) ...
12:57:23 #11 51.55 Setting up libpod-constants-perl (0.19-1) ...
12:57:23 #11 51.56 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
12:57:23 #11 51.57 Setting up libperl4-corelibs-perl (0.004-2) ...
12:57:23 #11 51.58 Setting up libfuture-perl (0.43-1) ...
12:57:23 #11 51.60 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:57:23 #11 51.62 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
12:57:23 #11 51.64 Setting up libtry-tiny-perl (0.30-1) ...
12:57:23 #11 51.65 Setting up libtype-tiny-perl (1.008001-2) ...
12:57:23 #10 42.97 Unpacking libfreetype6:armhf (2.12.1+dfsg-4) ...
12:57:23 #10 43.08 Selecting previously unselected package libfontconfig1:armhf.
12:57:23 #10 43.08 Preparing to unpack .../192-libfontconfig1_2.14.1-4_armhf.deb ...
12:57:23 #10 43.09 Unpacking libfontconfig1:armhf (2.14.1-4) ...
12:57:23 #10 43.17 Selecting previously unselected package libde265-0:armhf.
12:57:23 #10 43.18 Preparing to unpack .../193-libde265-0_1.0.11-1_armhf.deb ...
12:57:23 #10 43.18 Unpacking libde265-0:armhf (1.0.11-1) ...
12:57:23 #10 60.92 Setting up libreadonly-perl (2.050-3) ...
12:57:23 #10 60.93 Setting up libnetaddr-ip-perl (4.079+dfsg-2+b1) ...
12:57:23 #10 60.94 Setting up libstring-copyright-perl (0.003014-1) ...
12:57:23 #10 60.95 Setting up libdata-optlist-perl (0.113-1) ...
12:57:23 #10 60.96 Setting up libipc-run-perl (20220807.0-1) ...
12:57:23 #10 60.97 Setting up git (1:2.39.1-0.1) ...
12:57:23 #10 60.99 Setting up libtext-xslate-perl:amd64 (3.5.9-1+b2) ...
12:57:23 #10 61.00 Setting up libcontextual-return-perl (0.004014-4) ...
12:57:23 #10 61.01 Setting up libwww-robotrules-perl (6.02-1) ...
12:57:23 #10 61.02 Setting up libtypes-serialiser-perl (1.01-1) ...
12:57:23 #10 61.04 Setting up libnsl-dev:amd64 (1.3.0-2) ...
12:57:23 #10 61.05 Setting up libhtml-parser-perl:amd64 (3.81-1) ...
12:57:23 #10 61.06 Setting up libgit-wrapper-perl (0.048-2) ...
12:57:23 #10 61.07 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
12:57:23 #10 61.08 Setting up librole-tiny-perl (2.002004-1) ...
12:57:23 #10 61.09 Setting up gnupg (2.2.40-1) ...
12:57:23 #11 49.99 0 added, 0 removed; done.
12:57:23 #11 49.99 Running hooks in /etc/ca-certificates/update.d...
12:57:23 #11 49.99 done.
12:57:23 #13 9.245 Setting up bash-completion (1:2.11-5ubuntu1) ...
12:57:23 #13 9.266 Setting up libjsoncpp25:arm64 (1.9.5-3) ...
12:57:23 #13 9.276 Setting up pkg-config (0.29.2-1ubuntu3) ...
12:57:23 #13 9.328 Setting up libudev-dev:arm64 (249.11-0ubuntu3.6) ...
12:57:23 #13 9.339 Setting up libsepol-dev:arm64 (3.3-1build1) ...
12:57:23 #13 9.349 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
12:57:23 #13 9.359 Setting up libpcre2-posix3:arm64 (10.39-3ubuntu0.1) ...
12:57:23 #13 9.396 Setting up librhash0:arm64 (1.4.2-1ubuntu1) ...
12:57:23 #13 9.408 Setting up cmake-data (3.22.1-1ubuntu1.22.04.1) ...
12:57:23 #13 9.450 Setting up dh-apparmor (3.0.4-2ubuntu2.1) ...
12:57:23 #13 4.316 Building dependency tree...
12:57:23 #13 4.457 Reading state information...
12:57:23 #13 4.462 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:57:23 #13 4.637 Starting 2 pkgProblemResolver with broken count: 0
12:57:23 #13 4.640 Done
12:57:23 #10 38.99 Setting up autopoint (0.19.8.1-9) ...
12:57:23 #10 39.00 Setting up libfl2:armhf (2.6.4-6.2) ...
12:57:23 #10 39.01 Setting up libpcre2-8-0:armhf (10.32-5) ...
12:57:23 #10 39.02 Setting up libubsan1:armhf (8.3.0-6+rpi1) ...
12:57:23 #10 39.04 Setting up libisl19:armhf (0.20-2) ...
12:57:23 #10 39.06 Setting up sensible-utils (0.0.12) ...
12:57:23 #10 39.07 Setting up libuchardet0:armhf (0.0.6-3) ...
12:57:23 #10 39.08 Setting up libcurl4:armhf (7.64.0-4+deb10u4) ...
12:57:23 #10 39.09 Setting up git-man (1:2.20.1-2+deb10u7) ...
12:57:23 #10 39.10 Setting up curl (7.64.0-4+deb10u4) ...
12:57:23 #10 39.12 Setting up libmpdec2:armhf (2.4.2-2) ...
12:57:23 #10 39.14 Setting up libbinutils:armhf (2.31.1-16+rpi2) ...
12:57:23 #10 39.15 Setting up cpp-8 (8.3.0-6+rpi1) ...
12:57:23 #10 39.16 Setting up libc-dev-bin (2.28-10+rpt2+rpi1+deb10u1) ...
12:57:23 #10 39.18 Setting up libbsd0:armhf (0.9.1-2+deb10u1) ...
12:57:23 #10 39.19 Setting up libtinfo5:armhf (6.1+20181013-2+deb10u3) ...
12:57:23 #13 5.874 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpcre2-dev arm64 10.34-7ubuntu0.1 [597 kB]
12:57:23 #13 5.918 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libselinux1-dev arm64 3.0-1build2 [152 kB]
12:57:23 #13 5.920 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper-dev arm64 2:1.02.167-1ubuntu1 [35.8 kB]
12:57:23 #13 5.992 Get:19 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libseccomp-dev arm64 2.5.1-1ubuntu1~20.04.2 [81.7 kB]
12:57:23 #13 5.993 Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsystemd-dev arm64 245.4-4ubuntu3.19 [246 kB]
12:57:23 #13 5.997 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pkg-config arm64 0.29.1-0ubuntu4 [43.8 kB]
12:57:23 #13 18.41   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch           3/68 
12:57:23 #13 26.31   Installing       : perl-DynaLoader-1.47-480.el9.x86_64                   4/68 
12:57:23 #13 26.32   Installing       : perl-threads-1:2.25-460.el9.x86_64                    5/68 
12:57:23 #13 26.35   Installing       : perl-File-Find-1.37-480.el9.noarch                    6/68 
12:57:23 #13 26.36   Installing       : perl-File-Copy-2.34-480.el9.noarch                    7/68 
12:57:23 #13 26.36   Installing       : perl-File-Compare-1.100.600-480.el9.noarch            8/68 
12:57:23 #13 26.40   Installing       : m4-1.4.19-1.el9.x86_64                                9/68 
12:57:23 #13 26.43   Installing       : autoconf-2.69-38.el9.noarch                          10/68 
12:57:23 #10 53.94 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:23 #10 53.97 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
12:57:23 #10 53.99 Processing triggers for ca-certificates (20211016ubuntu0.18.04.1) ...
12:57:23 #10 54.00 Updating certificates in /etc/ssl/certs...
12:57:23 #11 51.66 Setting up libtest-fatal-perl (0.014-1) ...
12:57:23 #11 51.67 Setting up libcommon-sense-perl (3.74-2build6) ...
12:57:23 #11 51.68 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:57:23 #11 51.69 Setting up libnet-http-perl (6.19-1) ...
12:57:23 #11 51.70 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
12:57:23 #11 51.72 Setting up libencode-locale-perl (1.05-1) ...
12:57:23 #11 51.73 Setting up libtext-levenshtein-perl (0.13-1) ...
12:57:23 #11 51.75 Setting up libnet-dns-perl (1.22-1) ...
12:57:23 #11 51.78 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
12:57:23 #11 51.78 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
12:57:23 #11 51.79 Setting up libstring-shellquote-perl (1.04-1) ...
12:57:23 #11 51.81 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:23 #11 51.82 Setting up libsub-install-perl (0.928-1) ...
12:57:23 #11 51.83 Setting up gcc (4:9.3.0-1ubuntu2) ...
12:57:23 #11 51.84 Setting up dpkg-dev (1.19.7ubuntu3.2) ...
12:57:23 #11 51.86 Setting up libnumber-compare-perl (0.03-1) ...
12:57:23 #11 51.87 Setting up intltool-debian (0.35.0+20060710.5) ...
12:57:23 #11 51.88 Setting up libio-async-perl (0.75-1) ...
12:57:23 #11 51.89 Setting up liberror-perl (0.17029-1) ...
12:57:23 #11 51.90 Setting up patchutils (0.3.4-2) ...
12:57:23 #11 51.91 Setting up libmail-sendmail-perl (0.80-1) ...
12:57:23 #11 51.92 Setting up libltdl-dev:amd64 (2.4.6-14) ...
12:57:23 #11 51.93 Setting up libjson-maybexs-perl (1.004000-1) ...
12:57:23 #11 51.94 Setting up libxml-sax-base-perl (1.09-1) ...
12:57:23 #11 51.95 Setting up libio-string-perl (1.08-3) ...
12:57:23 #11 51.96 Setting up libreadonly-perl (2.050-2) ...
12:57:23 #11 51.97 Setting up python3-chardet (3.0.4-4build1) ...
12:57:23 #10 43.28 Selecting previously unselected package libx265-199:armhf.
12:57:23 #10 43.28 Preparing to unpack .../194-libx265-199_3.5-2+b1_armhf.deb ...
12:57:23 #10 43.29 Unpacking libx265-199:armhf (3.5-2+b1) ...
12:57:23 #10 58.23   Running scriptlet: glibc-common-2.35-20.fc36.x86_64                   148/148 
12:57:23 #10 60.78   Verifying        : bzip2-1.0.8-11.fc36.x86_64                           1/148 
12:57:23 #10 60.78   Verifying        : cpio-2.13-12.fc36.x86_64                             2/148 
12:57:23 #10 60.78   Verifying        : dash-0.5.10.2-10.fc36.x86_64                         3/148 
12:57:23 #10 60.78   Verifying        : debugedit-5.0-3.fc36.x86_64                          4/148 
12:57:23 #10 60.78   Verifying        : desktop-file-utils-0.26-6.fc36.x86_64                5/148 
12:57:23 #10 60.78   Verifying        : devscripts-checkbashisms-2.22.1-1.fc36.x86_64        6/148 
12:57:23 #10 60.78   Verifying        : diffutils-3.8-2.fc36.x86_64                          7/148 
12:57:23 #10 60.78   Verifying        : ed-1.14.2-12.fc36.x86_64                             8/148 
12:57:23 #10 60.78   Verifying        : efi-srpm-macros-5-5.fc36.noarch                      9/148 
12:57:23 #10 60.78   Verifying        : enchant-1:1.6.0-30.fc36.x86_64                      10/148 
12:57:23 #10 60.78   Verifying        : file-5.41-4.fc36.x86_64                             11/148 
12:57:23 #10 60.78   Verifying        : fonts-srpm-macros-1:2.0.5-7.fc36.noarch             12/148 
12:57:23 #10 60.78   Verifying        : fpc-srpm-macros-1.3-5.fc36.noarch                   13/148 
12:57:23 #10 60.78   Verifying        : ghc-srpm-macros-1.5.0-6.fc36.noarch                 14/148 
12:57:23 #10 60.78   Verifying        : gnat-srpm-macros-4-15.fc36.noarch                   15/148 
12:57:23 #10 60.78   Verifying        : groff-base-1.22.4-9.fc36.x86_64                     16/148 
12:57:23 #10 60.78   Verifying        : hunspell-1.7.0-19.fc36.x86_64                       17/148 
12:57:23 #10 60.78   Verifying        : hunspell-en-0.20140811.1-22.fc36.noarch             18/148 
12:57:23 #10 60.79   Verifying        : hunspell-en-GB-0.20140811.1-22.fc36.noarch          19/148 
12:57:23 #10 60.79   Verifying        : hunspell-en-US-0.20140811.1-22.fc36.noarch          20/148 
12:57:23 #10 60.79   Verifying        : hunspell-filesystem-1.7.0-19.fc36.x86_64            21/148 
12:57:23 #10 60.79   Verifying        : info-6.8-3.fc36.x86_64                              22/148 
12:57:23 #10 60.79   Verifying        : json-glib-1.6.6-2.fc36.x86_64                       23/148 
12:57:23 #10 60.79   Verifying        : kernel-srpm-macros-1.0-14.fc36.noarch               24/148 
12:57:23 #10 60.79   Verifying        : libjpeg-turbo-2.1.2-2.fc36.x86_64                   25/148 
12:57:23 #10 60.79   Verifying        : libpkgconf-1.8.0-2.fc36.x86_64                      26/148 
12:57:23 #10 60.79   Verifying        : libpng-2:1.6.37-12.fc36.x86_64                      27/148 
12:57:23 #10 60.79   Verifying        : libstemmer-0-18.585svn.fc36.x86_64                  28/148 
12:57:23 #10 60.79   Verifying        : lua-srpm-macros-1-6.fc36.noarch                     29/148 
12:57:23 #10 60.79   Verifying        : ncurses-6.2-9.20210508.fc36.x86_64                  30/148 
12:57:23 #10 60.79   Verifying        : nim-srpm-macros-3-6.fc36.noarch                     31/148 
12:57:23 #10 60.79   Verifying        : ocaml-srpm-macros-6-6.fc36.noarch                   32/148 
12:57:23 #10 60.79   Verifying        : openblas-srpm-macros-2-11.fc36.noarch               33/148 
12:57:23 #10 60.79   Verifying        : package-notes-srpm-macros-0.4-14.fc36.noarch        34/148 
12:57:23 #10 60.79   Verifying        : patch-2.7.6-16.fc36.x86_64                          35/148 
12:57:23 #10 60.79   Verifying        : perl-AutoLoader-5.74-486.fc36.noarch                36/148 
12:57:23 #10 60.79   Verifying        : perl-B-1.82-486.fc36.x86_64                         37/148 
12:57:23 #10 60.79   Verifying        : perl-Carp-1.52-479.fc36.noarch                      38/148 
12:57:23 #10 60.79   Verifying        : perl-Class-Struct-0.66-486.fc36.noarch              39/148 
12:57:23 #10 60.79   Verifying        : perl-Data-Dumper-2.183-3.fc36.x86_64                40/148 
12:57:23 #10 60.79   Verifying        : perl-Digest-1.20-2.fc36.noarch                      41/148 
12:57:23 #10 60.79   Verifying        : perl-Digest-MD5-2.58-479.fc36.x86_64                42/148 
12:57:23 #10 60.79   Verifying        : perl-DynaLoader-1.50-486.fc36.x86_64                43/148 
12:57:23 #10 60.79   Verifying        : perl-Errno-1.33-486.fc36.x86_64                     44/148 
12:57:23 #10 60.79   Verifying        : perl-Exporter-5.76-480.fc36.noarch                  45/148 
12:57:23 #10 60.79   Verifying        : perl-Fcntl-1.14-486.fc36.x86_64                     46/148 
12:57:23 #10 60.79   Verifying        : perl-File-Basename-2.85-486.fc36.noarch             47/148 
12:57:23 #10 60.79   Verifying        : perl-File-Path-2.18-479.fc36.noarch                 48/148 
12:57:23 #10 60.79   Verifying        : perl-File-Temp-1:0.231.100-479.fc36.noarch          49/148 
12:57:23 #10 60.79   Verifying        : perl-File-stat-1.09-486.fc36.noarch                 50/148 
12:57:23 #10 60.79   Verifying        : perl-FileHandle-2.03-486.fc36.noarch                51/148 
12:57:23 #10 60.79   Verifying        : perl-Getopt-Std-1.13-486.fc36.noarch                52/148 
12:57:23 #10 60.79   Verifying        : perl-IO-1.46-486.fc36.x86_64                        53/148 
12:57:23 #10 60.79   Verifying        : perl-IO-Socket-IP-0.41-480.fc36.noarch              54/148 
12:57:23 #10 60.79   Verifying        : perl-IO-Socket-SSL-2.074-2.fc36.noarch              55/148 
12:57:23 #10 60.79   Verifying        : perl-IPC-Open3-1.21-486.fc36.noarch                 56/148 
12:57:23 #10 60.79   Verifying        : perl-MIME-Base64-3.16-479.fc36.x86_64               57/148 
12:57:23 #10 60.79   Verifying        : perl-Mozilla-CA-20211001-2.fc36.noarch              58/148 
12:57:23 #10 60.79   Verifying        : perl-NDBM_File-1.15-486.fc36.x86_64                 59/148 
12:57:23 #10 60.79   Verifying        : perl-Net-SSLeay-1.92-2.fc36.x86_64                  60/148 
12:57:23 #10 60.79   Verifying        : perl-POSIX-1.97-486.fc36.x86_64                     61/148 
12:57:23 #10 60.79   Verifying        : perl-PathTools-3.80-479.fc36.x86_64                 62/148 
12:57:23 #10 60.79   Verifying        : perl-Pod-Escapes-1:1.07-479.fc36.noarch             63/148 
12:57:23 #10 60.79   Verifying        : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            64/148 
12:57:23 #10 60.79   Verifying        : perl-Pod-Simple-1:3.43-3.fc36.noarch                65/148 
12:57:23 #10 60.79   Verifying        : perl-Pod-Usage-4:2.01-479.fc36.noarch               66/148 
12:57:23 #10 60.79   Verifying        : perl-SelectSaver-1.02-486.fc36.noarch               67/148 
12:57:23 #10 60.79   Verifying        : perl-Storable-1:3.25-2.fc36.x86_64                  68/148 
12:57:23 #10 60.79   Verifying        : perl-Symbol-1.09-486.fc36.noarch                    69/148 
12:57:23 #10 60.79   Verifying        : perl-Term-ANSIColor-5.01-480.fc36.noarch            70/148 
12:57:23 #10 60.79   Verifying        : perl-Term-Cap-1.17-479.fc36.noarch                  71/148 
12:57:23 #10 60.79   Verifying        : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         72/148 
12:57:23 #10 60.79   Verifying        : perl-Time-Local-2:1.300-479.fc36.noarch             73/148 
12:57:23 #10 60.79   Verifying        : perl-URI-5.10-1.fc36.noarch                         74/148 
12:57:23 #10 60.79   Verifying        : perl-base-2.27-486.fc36.noarch                      75/148 
12:57:23 #10 60.79   Verifying        : perl-constant-1.33-480.fc36.noarch                  76/148 
12:57:23 #10 60.79   Verifying        : perl-if-0.60.900-486.fc36.noarch                    77/148 
12:57:23 #10 60.79   Verifying        : perl-interpreter-4:5.34.1-486.fc36.x86_64           78/148 
12:57:23 #10 60.79   Verifying        : perl-libnet-3.13-480.fc36.noarch                    79/148 
12:57:23 #10 60.79   Verifying        : perl-libs-4:5.34.1-486.fc36.x86_64                  80/148 
12:57:23 #10 60.79   Verifying        : perl-mro-1.25-486.fc36.x86_64                       81/148 
12:57:23 #10 60.79   Verifying        : perl-overload-1.33-486.fc36.noarch                  82/148 
12:57:23 #10 60.79   Verifying        : perl-overloading-0.02-486.fc36.noarch               83/148 
12:57:23 #10 60.79   Verifying        : perl-parent-1:0.238-479.fc36.noarch                 84/148 
12:57:23 #10 60.79   Verifying        : perl-podlators-1:4.14-479.fc36.noarch               85/148 
12:57:23 #10 60.79   Verifying        : perl-srpm-macros-1-43.fc36.noarch                   86/148 
12:57:23 #10 60.79   Verifying        : perl-subs-1.04-486.fc36.noarch                      87/148 
12:57:23 #10 60.79   Verifying        : perl-vars-1.05-486.fc36.noarch                      88/148 
12:57:23 #10 60.79   Verifying        : pkgconf-1.8.0-2.fc36.x86_64                         89/148 
12:57:23 #10 60.79   Verifying        : pkgconf-m4-1.8.0-2.fc36.noarch                      90/148 
12:57:23 #10 60.79   Verifying        : pkgconf-pkg-config-1.8.0-2.fc36.x86_64              91/148 
12:57:23 #10 60.79   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch              92/148 
12:57:23 #10 60.79   Verifying        : python3-dbus-1.2.18-3.fc36.x86_64                   93/148 
12:57:23 #10 60.79   Verifying        : python3-distro-1.6.0-2.fc36.noarch                  94/148 
12:57:23 #10 60.79   Verifying        : python3-enchant-3.2.2-2.fc36.noarch                 95/148 
12:57:23 #10 60.79   Verifying        : python3-file-magic-5.41-4.fc36.noarch               96/148 
12:57:23 #10 60.79   Verifying        : python3-pybeam-0.7-2.fc36.noarch                    97/148 
12:57:23 #10 60.79   Verifying        : python3-pyxdg-0.27-4.fc36.noarch                    98/148 
12:57:23 #10 60.79   Verifying        : python3-six-1.16.0-5.fc36.noarch                    99/148 
12:57:23 #10 60.79   Verifying        : python3-tomli-1.2.3-1.fc36.noarch                  100/148 
12:57:23 #10 60.79   Verifying        : python3-tomli-w-0.4.0-3.fc36.noarch                101/148 
12:57:23 #10 60.79   Verifying        : python3-zstandard-0.17.0-1.fc36.x86_64             102/148 
12:57:23 #10 60.79   Verifying        : shared-mime-info-2.1-3.fc35.x86_64                 103/148 
12:57:23 #10 60.79   Verifying        : unzip-6.0-57.fc36.x86_64                           104/148 
12:57:23 #10 60.79   Verifying        : xxhash-libs-0.8.1-2.fc36.x86_64                    105/148 
12:57:23 #10 60.79   Verifying        : xz-5.2.5-9.fc36.x86_64                             106/148 
12:57:23 #10 60.79   Verifying        : zip-3.0-32.fc36.x86_64                             107/148 
12:57:23 #10 60.79   Verifying        : ansible-srpm-macros-1-8.1.fc36.noarch              108/148 
12:57:23 #10 60.79   Verifying        : binutils-2.37-37.fc36.x86_64                       109/148 
12:57:23 #10 60.79   Verifying        : binutils-gold-2.37-37.fc36.x86_64                  110/148 
12:57:23 #10 60.79   Verifying        : dbus-libs-1:1.14.4-1.fc36.x86_64                   111/148 
12:57:23 #10 60.80   Verifying        : dnf-plugins-core-4.3.1-1.fc36.noarch               112/148 
12:57:23 #10 60.80   Verifying        : dwz-0.14-4.fc36.x86_64                             113/148 
12:57:23 #10 60.80   Verifying        : elfutils-0.188-3.fc36.x86_64                       114/148 
12:57:23 #10 60.80   Verifying        : elfutils-debuginfod-client-0.188-3.fc36.x86_64     115/148 
12:57:23 #10 60.80   Verifying        : emacs-filesystem-1:28.2-1.fc36.noarch              116/148 
12:57:23 #10 60.80   Verifying        : gdb-minimal-12.1-2.fc36.x86_64                     117/148 
12:57:23 #10 60.80   Verifying        : gdk-pixbuf2-2.42.9-2.fc36.x86_64                   118/148 
12:57:23 #10 60.80   Verifying        : glibc-gconv-extra-2.35-22.fc36.x86_64              119/148 
12:57:23 #10 60.80   Verifying        : go-srpm-macros-3.2.0-1.fc36.noarch                 120/148 
12:57:23 #10 60.80   Verifying        : libappstream-glib-0.8.0-4.fc36.x86_64              121/148 
12:57:23 #10 60.80   Verifying        : perl-Encode-4:3.17-485.fc36.x86_64                 122/148 
12:57:23 #10 60.80   Verifying        : perl-Getopt-Long-1:2.54-1.fc36.noarch              123/148 
12:57:23 #10 60.80   Verifying        : perl-HTTP-Tiny-0.082-1.fc36.noarch                 124/148 
12:57:23 #10 60.80   Verifying        : perl-Scalar-List-Utils-5:1.63-489.fc36.x86_64      125/148 
12:57:23 #10 60.80   Verifying        : perl-Socket-4:2.036-1.fc36.x86_64                  126/148 
12:57:23 #10 60.80   Verifying        : perl-Text-ParseWords-3.31-1.fc36.noarch            127/148 
12:57:23 #10 60.80   Verifying        : python-srpm-macros-3.10-20.fc36.noarch             128/148 
12:57:23 #10 60.80   Verifying        : python3-construct-2.10.68-1.fc36.noarch            129/148 
12:57:23 #10 60.80   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc36.noarch       130/148 
12:57:23 #10 60.80   Verifying        : qt5-srpm-macros-5.15.7-1.fc36.noarch               131/148 
12:57:23 #10 60.80   Verifying        : redhat-rpm-config-222-1.fc36.noarch                132/148 
12:57:23 #10 60.80   Verifying        : rpm-build-4.17.1-3.fc36.x86_64                     133/148 
12:57:23 #10 60.80   Verifying        : rpmautospec-rpm-macros-0.3.1-1.fc36.noarch         134/148 
12:57:23 #10 60.80   Verifying        : rpmlint-2.4.0-3.fc36.noarch                        135/148 
12:57:23 #10 60.80   Verifying        : rpmlint-fedora-license-data-1.12-1.fc36.noarch     136/148 
12:57:23 #10 60.80   Verifying        : rust-srpm-macros-23-1.fc36.noarch                  137/148 
12:57:23 #10 60.80   Verifying        : zstd-1.5.2-2.fc36.x86_64                           138/148 
12:57:23 #10 60.80   Verifying        : elfutils-libelf-0.188-3.fc36.x86_64                139/148 
12:57:23 #10 60.80   Verifying        : elfutils-libelf-0.187-4.fc36.x86_64                140/148 
12:57:23 #10 60.80   Verifying        : elfutils-libs-0.188-3.fc36.x86_64                  141/148 
12:57:23 #10 60.80   Verifying        : elfutils-libs-0.187-4.fc36.x86_64                  142/148 
12:57:23 #10 60.80   Verifying        : glibc-2.35-22.fc36.x86_64                          143/148 
12:57:23 #10 60.80   Verifying        : glibc-2.35-20.fc36.x86_64                          144/148 
12:57:23 #10 60.80   Verifying        : glibc-common-2.35-22.fc36.x86_64                   145/148 
12:57:23 #10 60.80   Verifying        : glibc-common-2.35-20.fc36.x86_64                   146/148 
12:57:23 #10 60.80   Verifying        : glibc-minimal-langpack-2.35-22.fc36.x86_64         147/148 
12:57:23 #10 60.80   Verifying        : glibc-minimal-langpack-2.35-20.fc36.x86_64         148/148 
12:57:23 #10 60.96 
12:57:23 #10 60.96 Upgraded:
12:57:23 #10 60.96   elfutils-libelf-0.188-3.fc36.x86_64         elfutils-libs-0.188-3.fc36.x86_64 
12:57:23 #10 60.96   glibc-2.35-22.fc36.x86_64                   glibc-common-2.35-22.fc36.x86_64  
12:57:23 #10 60.96   glibc-minimal-langpack-2.35-22.fc36.x86_64 
12:57:23 #10 60.96 Installed:
12:57:23 #10 60.96   ansible-srpm-macros-1-8.1.fc36.noarch                                         
12:57:23 #10 60.96   binutils-2.37-37.fc36.x86_64                                                  
12:57:23 #10 60.96   binutils-gold-2.37-37.fc36.x86_64                                             
12:57:23 #10 60.96   bzip2-1.0.8-11.fc36.x86_64                                                    
12:57:23 #10 60.96   cpio-2.13-12.fc36.x86_64                                                      
12:57:23 #10 60.96   dash-0.5.10.2-10.fc36.x86_64                                                  
12:57:23 #10 60.96   dbus-libs-1:1.14.4-1.fc36.x86_64                                              
12:57:23 #10 60.96   debugedit-5.0-3.fc36.x86_64                                                   
12:57:23 #10 60.96   desktop-file-utils-0.26-6.fc36.x86_64                                         
12:57:23 #10 60.96   devscripts-checkbashisms-2.22.1-1.fc36.x86_64                                 
12:57:23 #10 60.96   diffutils-3.8-2.fc36.x86_64                                                   
12:57:23 #10 60.96   dnf-plugins-core-4.3.1-1.fc36.noarch                                          
12:57:23 #10 60.96   dwz-0.14-4.fc36.x86_64                                                        
12:57:23 #10 60.96   ed-1.14.2-12.fc36.x86_64                                                      
12:57:23 #10 60.96   efi-srpm-macros-5-5.fc36.noarch                                               
12:57:23 #10 60.96   elfutils-0.188-3.fc36.x86_64                                                  
12:57:23 #10 60.96   elfutils-debuginfod-client-0.188-3.fc36.x86_64                                
12:57:23 #10 60.96   emacs-filesystem-1:28.2-1.fc36.noarch                                         
12:57:23 #10 60.96   enchant-1:1.6.0-30.fc36.x86_64                                                
12:57:23 #10 60.96   file-5.41-4.fc36.x86_64                                                       
12:57:23 #10 60.96   fonts-srpm-macros-1:2.0.5-7.fc36.noarch                                       
12:57:23 #10 60.96   fpc-srpm-macros-1.3-5.fc36.noarch                                             
12:57:23 #10 60.96   gdb-minimal-12.1-2.fc36.x86_64                                                
12:57:23 #10 60.96   gdk-pixbuf2-2.42.9-2.fc36.x86_64                                              
12:57:23 #10 60.96   ghc-srpm-macros-1.5.0-6.fc36.noarch                                           
12:57:23 #10 60.96   glibc-gconv-extra-2.35-22.fc36.x86_64                                         
12:57:23 #10 60.96   gnat-srpm-macros-4-15.fc36.noarch                                             
12:57:23 #10 60.96   go-srpm-macros-3.2.0-1.fc36.noarch                                            
12:57:23 #10 60.96   groff-base-1.22.4-9.fc36.x86_64                                               
12:57:23 #10 60.96   hunspell-1.7.0-19.fc36.x86_64                                                 
12:57:23 #10 60.96   hunspell-en-0.20140811.1-22.fc36.noarch                                       
12:57:23 #10 60.96   hunspell-en-GB-0.20140811.1-22.fc36.noarch                                    
12:57:23 #10 60.96   hunspell-en-US-0.20140811.1-22.fc36.noarch                                    
12:57:23 #10 60.96   hunspell-filesystem-1.7.0-19.fc36.x86_64                                      
12:57:23 #10 60.96   info-6.8-3.fc36.x86_64                                                        
12:57:23 #10 60.96   json-glib-1.6.6-2.fc36.x86_64                                                 
12:57:23 #10 60.96   kernel-srpm-macros-1.0-14.fc36.noarch                                         
12:57:23 #10 60.96   libappstream-glib-0.8.0-4.fc36.x86_64                                         
12:57:23 #10 60.96   libjpeg-turbo-2.1.2-2.fc36.x86_64                                             
12:57:23 #10 60.96   libpkgconf-1.8.0-2.fc36.x86_64                                                
12:57:23 #10 60.96   libpng-2:1.6.37-12.fc36.x86_64                                                
12:57:23 #10 60.96   libstemmer-0-18.585svn.fc36.x86_64                                            
12:57:23 #10 60.96   lua-srpm-macros-1-6.fc36.noarch                                               
12:57:23 #10 60.96   ncurses-6.2-9.20210508.fc36.x86_64                                            
12:57:23 #10 60.96   nim-srpm-macros-3-6.fc36.noarch                                               
12:57:23 #10 60.96   ocaml-srpm-macros-6-6.fc36.noarch                                             
12:57:23 #10 60.96   openblas-srpm-macros-2-11.fc36.noarch                                         
12:57:23 #10 60.96   package-notes-srpm-macros-0.4-14.fc36.noarch                                  
12:57:23 #10 60.96   patch-2.7.6-16.fc36.x86_64                                                    
12:57:23 #10 60.96   perl-AutoLoader-5.74-486.fc36.noarch                                          
12:57:23 #10 60.96   perl-B-1.82-486.fc36.x86_64                                                   
12:57:23 #10 60.96   perl-Carp-1.52-479.fc36.noarch                                                
12:57:23 #10 60.96   perl-Class-Struct-0.66-486.fc36.noarch                                        
12:57:23 #10 60.96   perl-Data-Dumper-2.183-3.fc36.x86_64                                          
12:57:23 #10 60.96   perl-Digest-1.20-2.fc36.noarch                                                
12:57:23 #10 60.96   perl-Digest-MD5-2.58-479.fc36.x86_64                                          
12:57:23 #10 60.96   perl-DynaLoader-1.50-486.fc36.x86_64                                          
12:57:23 #10 60.96   perl-Encode-4:3.17-485.fc36.x86_64                                            
12:57:23 #10 60.96   perl-Errno-1.33-486.fc36.x86_64                                               
12:57:23 #10 60.96   perl-Exporter-5.76-480.fc36.noarch                                            
12:57:23 #10 60.96   perl-Fcntl-1.14-486.fc36.x86_64                                               
12:57:23 #10 60.96   perl-File-Basename-2.85-486.fc36.noarch                                       
12:57:23 #10 60.96   perl-File-Path-2.18-479.fc36.noarch                                           
12:57:23 #10 60.96   perl-File-Temp-1:0.231.100-479.fc36.noarch                                    
12:57:23 #10 60.96   perl-File-stat-1.09-486.fc36.noarch                                           
12:57:23 #10 60.96   perl-FileHandle-2.03-486.fc36.noarch                                          
12:57:23 #10 60.96   perl-Getopt-Long-1:2.54-1.fc36.noarch                                         
12:57:23 #10 60.96   perl-Getopt-Std-1.13-486.fc36.noarch                                          
12:57:23 #10 60.96   perl-HTTP-Tiny-0.082-1.fc36.noarch                                            
12:57:23 #10 60.96   perl-IO-1.46-486.fc36.x86_64                                                  
12:57:23 #10 60.96   perl-IO-Socket-IP-0.41-480.fc36.noarch                                        
12:57:23 #10 60.96   perl-IO-Socket-SSL-2.074-2.fc36.noarch                                        
12:57:23 #10 60.96   perl-IPC-Open3-1.21-486.fc36.noarch                                           
12:57:23 #10 60.96   perl-MIME-Base64-3.16-479.fc36.x86_64                                         
12:57:23 #10 60.96   perl-Mozilla-CA-20211001-2.fc36.noarch                                        
12:57:23 #10 60.96   perl-NDBM_File-1.15-486.fc36.x86_64                                           
12:57:23 #10 60.96   perl-Net-SSLeay-1.92-2.fc36.x86_64                                            
12:57:23 #10 60.96   perl-POSIX-1.97-486.fc36.x86_64                                               
12:57:23 #10 60.96   perl-PathTools-3.80-479.fc36.x86_64                                           
12:57:23 #10 60.96   perl-Pod-Escapes-1:1.07-479.fc36.noarch                                       
12:57:23 #10 60.96   perl-Pod-Perldoc-3.28.01-480.fc36.noarch                                      
12:57:23 #10 60.96   perl-Pod-Simple-1:3.43-3.fc36.noarch                                          
12:57:23 #10 60.96   perl-Pod-Usage-4:2.01-479.fc36.noarch                                         
12:57:23 #10 60.96   perl-Scalar-List-Utils-5:1.63-489.fc36.x86_64                                 
12:57:23 #10 60.96   perl-SelectSaver-1.02-486.fc36.noarch                                         
12:57:23 #10 60.96   perl-Socket-4:2.036-1.fc36.x86_64                                             
12:57:23 #10 60.96   perl-Storable-1:3.25-2.fc36.x86_64                                            
12:57:23 #10 60.96   perl-Symbol-1.09-486.fc36.noarch                                              
12:57:23 #10 60.96   perl-Term-ANSIColor-5.01-480.fc36.noarch                                      
12:57:23 #10 60.96   perl-Term-Cap-1.17-479.fc36.noarch                                            
12:57:23 #10 60.96   perl-Text-ParseWords-3.31-1.fc36.noarch                                       
12:57:23 #10 60.96   perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch                                   
12:57:23 #10 60.96   perl-Time-Local-2:1.300-479.fc36.noarch                                       
12:57:23 #10 60.96   perl-URI-5.10-1.fc36.noarch                                                   
12:57:23 #10 60.96   perl-base-2.27-486.fc36.noarch                                                
12:57:23 #10 60.96   perl-constant-1.33-480.fc36.noarch                                            
12:57:23 #10 60.96   perl-if-0.60.900-486.fc36.noarch                                              
12:57:23 #10 60.96   perl-interpreter-4:5.34.1-486.fc36.x86_64                                     
12:57:23 #10 60.96   perl-libnet-3.13-480.fc36.noarch                                              
12:57:23 #10 60.96   perl-libs-4:5.34.1-486.fc36.x86_64                                            
12:57:23 #10 60.96   perl-mro-1.25-486.fc36.x86_64                                                 
12:57:23 #10 60.96   perl-overload-1.33-486.fc36.noarch                                            
12:57:23 #10 60.96   perl-overloading-0.02-486.fc36.noarch                                         
12:57:23 #10 60.96   perl-parent-1:0.238-479.fc36.noarch                                           
12:57:23 #10 60.96   perl-podlators-1:4.14-479.fc36.noarch                                         
12:57:23 #10 60.96   perl-srpm-macros-1-43.fc36.noarch                                             
12:57:23 #10 60.96   perl-subs-1.04-486.fc36.noarch                                                
12:57:23 #10 60.96   perl-vars-1.05-486.fc36.noarch                                                
12:57:23 #10 60.96   pkgconf-1.8.0-2.fc36.x86_64                                                   
12:57:23 #10 60.96   pkgconf-m4-1.8.0-2.fc36.noarch                                                
12:57:23 #10 60.96   pkgconf-pkg-config-1.8.0-2.fc36.x86_64                                        
12:57:23 #10 60.96   python-srpm-macros-3.10-20.fc36.noarch                                        
12:57:23 #10 60.96   python3-construct-2.10.68-1.fc36.noarch                                       
12:57:23 #10 60.96   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
12:57:23 #10 60.96   python3-dbus-1.2.18-3.fc36.x86_64                                             
12:57:23 #10 60.96   python3-distro-1.6.0-2.fc36.noarch                                            
12:57:23 #10 60.96   python3-dnf-plugins-core-4.3.1-1.fc36.noarch                                  
12:57:23 #10 60.96   python3-enchant-3.2.2-2.fc36.noarch                                           
12:57:23 #10 60.96   python3-file-magic-5.41-4.fc36.noarch                                         
12:57:23 #10 60.96   python3-pybeam-0.7-2.fc36.noarch                                              
12:57:23 #10 60.96   python3-pyxdg-0.27-4.fc36.noarch                                              
12:57:23 #10 60.96   python3-six-1.16.0-5.fc36.noarch                                              
12:57:23 #10 60.96   python3-tomli-1.2.3-1.fc36.noarch                                             
12:57:23 #10 60.96   python3-tomli-w-0.4.0-3.fc36.noarch                                           
12:57:23 #10 60.96   python3-zstandard-0.17.0-1.fc36.x86_64                                        
12:57:23 #10 60.96   qt5-srpm-macros-5.15.7-1.fc36.noarch                                          
12:57:23 #10 60.96   redhat-rpm-config-222-1.fc36.noarch                                           
12:57:23 #10 60.96   rpm-build-4.17.1-3.fc36.x86_64                                                
12:57:23 #10 60.96   rpmautospec-rpm-macros-0.3.1-1.fc36.noarch                                    
12:57:23 #10 60.96   rpmlint-2.4.0-3.fc36.noarch                                                   
12:57:23 #10 60.96   rpmlint-fedora-license-data-1.12-1.fc36.noarch                                
12:57:23 #10 60.96   rust-srpm-macros-23-1.fc36.noarch                                             
12:57:23 #10 60.96   shared-mime-info-2.1-3.fc35.x86_64                                            
12:57:23 #10 60.96   unzip-6.0-57.fc36.x86_64                                                      
12:57:23 #10 60.96   xxhash-libs-0.8.1-2.fc36.x86_64                                               
12:57:23 #10 60.96   xz-5.2.5-9.fc36.x86_64                                                        
12:57:23 #10 60.96   zip-3.0-32.fc36.x86_64                                                        
12:57:23 #13 0.854 Hit:1 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease
12:57:23 #13 0.915 Hit:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease
12:57:23 #13 0.988 Hit:3 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease
12:57:23 #13 1.060 Hit:4 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease
12:57:23 #14 13.57   Installing       : openssh-clients-8.0p1-17.el8.x86_64                  28/90 
12:57:23 #10 61.10 Setting up libc6-dev:amd64 (2.36-8) ...
12:57:23 #10 61.12 Setting up libfont-ttf-perl (1.06-2) ...
12:57:23 #10 61.13 Setting up libfile-homedir-perl (1.006-2) ...
12:57:23 #10 61.14 Setting up libalgorithm-diff-xs-perl:amd64 (0.04-8+b1) ...
12:57:23 #10 61.15 Setting up pristine-tar (1.50) ...
12:57:23 #10 61.17 Setting up libio-socket-ssl-perl (2.078-1) ...
12:57:23 #10 61.18 Setting up libsub-exporter-perl (0.989-1) ...
12:57:23 #10 61.19 Setting up libpython3-stdlib:amd64 (3.11.1-3) ...
12:57:23 #10 61.21 Setting up libalgorithm-merge-perl (0.08-5) ...
12:57:23 #10 61.22 Setting up libhttp-message-perl (6.44-1) ...
12:57:23 #10 61.23 Setting up libdata-validate-ip-perl (0.31-1) ...
12:57:23 #10 61.24 Setting up libhtml-form-perl (6.10-1) ...
12:57:23 #10 61.25 Setting up libiterator-perl (0.03+ds1-2) ...
12:57:23 #10 61.26 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
12:57:23 #10 61.27 Setting up libjson-xs-perl (4.030-2+b1) ...
12:57:23 #10 61.29 Setting up python3.11 (3.11.1-2) ...
12:57:23 #13 9.462 Setting up libsystemd-dev:arm64 (249.11-0ubuntu3.6) ...
12:57:23 #13 9.473 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
12:57:23 #13 9.486 Setting up libpcre2-dev:arm64 (10.39-3ubuntu0.1) ...
12:57:23 #13 9.497 Setting up libselinux1-dev:arm64 (3.3-1build2) ...
12:57:23 #13 9.509 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1ubuntu4) ...
12:57:23 #13 9.519 Setting up cmake (3.22.1-1ubuntu1.22.04.1) ...
12:57:23 #13 9.530 Setting up docker-ce-build-deps (1.0) ...
12:57:23 #13 9.540 Processing triggers for man-db (2.10.2-1) ...
12:57:23 #13 9.615 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
12:57:23 #13 4.781  Done
12:57:23 #13 4.914 Starting pkgProblemResolver with broken count: 0
12:57:23 #13 4.937 Starting 2 pkgProblemResolver with broken count: 0
12:57:23 #13 4.940 Done
12:57:23 #10 39.20 Setting up binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
12:57:23 #10 39.22 Setting up libelf1:armhf (0.176-1.1) ...
12:57:23 #10 39.23 Setting up libxml2:armhf (2.9.4+dfsg1-7+deb10u5) ...
12:57:23 #10 39.24 Setting up libcc1-0:armhf (8.3.0-6+rpi1) ...
12:57:23 #10 39.25 Setting up libgdbm6:armhf (1.18.1-4) ...
12:57:23 #10 39.27 Setting up wdiff (1.2.2-2) ...
12:57:23 #10 39.29 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
12:57:23 #10 39.31 Setting up m4 (1.4.18-2) ...
12:57:23 #10 39.32 Setting up binutils (2.31.1-16+rpi2) ...
12:57:23 #10 39.33 Setting up bsdmainutils (11.1.2) ...
12:57:23 #10 39.36 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:57:23 #10 39.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
12:57:23 #10 39.37 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:57:23 #10 39.37 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
12:57:23 #10 39.38 Setting up libcroco3:armhf (0.6.12-3) ...
12:57:23 #10 39.39 Setting up libgdbm-compat4:armhf (1.18.1-4) ...
12:57:23 #10 39.41 Setting up libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
12:57:23 #10 39.42 Setting up libperl5.28:armhf (5.28.1-6+deb10u1) ...
12:57:23 #13 6.163 debconf: delaying package configuration, since apt-utils is not installed
12:57:23 #13 6.211 Fetched 7397 kB in 1s (5382 kB/s)
12:57:23 #13 6.246 Selecting previously unselected package bash-completion.
12:57:23 #13 6.246 (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 ... 26296 files and directories currently installed.)
12:57:23 #13 6.262 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
12:57:23 #13 26.48   Installing       : libmpc-1.2.1-4.el9.x86_64                            11/68 
12:57:23 #13 26.51   Installing       : cmake-rpm-macros-3.20.2-8.el9.noarch                 12/68 
12:57:23 #13 26.52   Installing       : cmake-filesystem-3.20.2-8.el9.x86_64                 13/68 
12:57:23 #13 26.53   Installing       : libseccomp-2.5.2-2.el9.x86_64                        14/68 
12:57:23 #10 54.30 0 added, 0 removed; done.
12:57:23 #10 54.30 Running hooks in /etc/ca-certificates/update.d...
12:57:23 #10 54.31 done.
12:57:23 #10 47.51 Dependencies resolved.
12:57:23 #10 47.54 ================================================================================
12:57:23 #10 47.54  Package                       Arch     Version                 Repo       Size
12:57:23 #10 47.54 ================================================================================
12:57:23 #10 47.54 Installing:
12:57:23 #10 47.54  dnf-plugins-core              noarch   4.3.1-1.fc37            fedora     34 k
12:57:23 #10 47.54  rpm-build                     x86_64   4.18.0-1.fc37           fedora     77 k
12:57:23 #10 47.54  rpmlint                       noarch   2.4.0-3.fc37            updates   330 k
12:57:23 #10 47.54 Upgrading:
12:57:23 #10 47.54  glibc                         x86_64   2.36-9.fc37             updates   2.1 M
12:57:23 #10 47.54  glibc-common                  x86_64   2.36-9.fc37             updates   365 k
12:57:23 #10 47.54  glibc-minimal-langpack        x86_64   2.36-9.fc37             updates    87 k
12:57:23 #10 47.54 Installing dependencies:
12:57:23 #10 47.54  ansible-srpm-macros           noarch   1-8.1.fc37              updates   8.6 k
12:57:23 #10 47.54  binutils                      x86_64   2.38-25.fc37            updates   5.4 M
12:57:23 #10 47.54  binutils-gold                 x86_64   2.38-25.fc37            updates   775 k
12:57:23 #10 47.54  bzip2                         x86_64   1.0.8-12.fc37           fedora     52 k
12:57:23 #10 47.54  cpio                          x86_64   2.13-13.fc37            fedora    277 k
12:57:23 #10 47.54  dash                          x86_64   0.5.11.5-2.fc37         fedora     98 k
12:57:23 #10 47.54  dbus-libs                     x86_64   1:1.14.4-1.fc37         updates   155 k
12:57:23 #10 47.54  debugedit                     x86_64   5.0-7.fc37              updates    77 k
12:57:23 #10 47.54  desktop-file-utils            x86_64   0.26-7.fc37             fedora     72 k
12:57:23 #10 47.54  devscripts-checkbashisms      x86_64   2.22.2-3.fc37           fedora     28 k
12:57:23 #10 47.54  diffutils                     x86_64   3.8-3.fc37              fedora    378 k
12:57:23 #10 47.54  dwz                           x86_64   0.14-7.fc37             fedora    129 k
12:57:23 #10 47.54  ed                            x86_64   1.18-2.fc37             fedora     78 k
12:57:23 #10 47.54  efi-srpm-macros               noarch   5-6.fc37                fedora     22 k
12:57:23 #10 47.54  elfutils                      x86_64   0.187-8.fc37            fedora    529 k
12:57:23 #10 47.54  elfutils-debuginfod-client    x86_64   0.187-8.fc37            fedora     39 k
12:57:23 #10 47.54  emacs-filesystem              noarch   1:28.2-3.fc37           updates   7.5 k
12:57:23 #10 47.54  enchant2                      x86_64   2.3.3-2.fc37            fedora     65 k
12:57:23 #10 47.54  file                          x86_64   5.42-4.fc37             fedora     49 k
12:57:23 #10 47.54  fonts-srpm-macros             noarch   1:2.0.5-9.fc37          fedora     26 k
12:57:23 #10 47.54  fpc-srpm-macros               noarch   1.3-6.fc37              fedora    7.7 k
12:57:23 #10 47.54  gdb-minimal                   x86_64   12.1-7.fc37             updates   3.9 M
12:57:23 #10 47.54  gdk-pixbuf2                   x86_64   2.42.10-1.fc37          fedora    485 k
12:57:23 #10 47.54  ghc-srpm-macros               noarch   1.5.0-7.fc37            fedora    7.8 k
12:57:23 #10 47.54  glibc-gconv-extra             x86_64   2.36-9.fc37             updates   1.6 M
12:57:23 #10 47.54  gnat-srpm-macros              noarch   5-1.fc37                updates   8.3 k
12:57:23 #10 47.54  go-srpm-macros                noarch   3.2.0-1.fc37            fedora     27 k
12:57:23 #10 47.54  groff-base                    x86_64   1.22.4-10.fc37          fedora    1.1 M
12:57:23 #10 47.54  hunspell                      x86_64   1.7.0-21.fc37           fedora    281 k
12:57:23 #10 47.54  hunspell-en-GB                noarch   0.20140811.1-23.fc37    fedora    225 k
12:57:23 #10 47.54  hunspell-en-US                noarch   0.20140811.1-23.fc37    fedora    176 k
12:57:23 #10 47.54  hunspell-filesystem           x86_64   1.7.0-21.fc37           fedora    8.8 k
12:57:23 #10 47.54  json-glib                     x86_64   1.6.6-3.fc37            fedora    162 k
12:57:23 #10 47.54  kernel-srpm-macros            noarch   1.0-15.fc37             fedora    9.4 k
12:57:23 #10 47.54  libappstream-glib             x86_64   0.8.1-1.fc37            fedora    404 k
12:57:23 #10 47.54  libjpeg-turbo                 x86_64   2.1.3-2.fc37            fedora    181 k
12:57:23 #10 47.54  libpkgconf                    x86_64   1.8.0-3.fc37            fedora     36 k
12:57:23 #10 47.54  libpng                        x86_64   2:1.6.37-13.fc37        fedora    119 k
12:57:23 #10 47.54  libstemmer                    x86_64   0-19.585svn.fc37        fedora     79 k
12:57:23 #10 47.54  lua-srpm-macros               noarch   1-7.fc37                fedora    8.8 k
12:57:23 #10 47.54  ncurses                       x86_64   6.3-3.20220501.fc37     fedora    409 k
12:57:23 #10 47.54  nim-srpm-macros               noarch   3-7.fc37                fedora    8.4 k
12:57:23 #10 47.54  ocaml-srpm-macros             noarch   7-2.fc37                fedora     13 k
12:57:23 #10 47.54  openblas-srpm-macros          noarch   2-12.fc37               fedora    7.5 k
12:57:23 #10 47.54  package-notes-srpm-macros     noarch   0.5-6.fc37              fedora     11 k
12:57:23 #10 47.54  patch                         x86_64   2.7.6-17.fc37           fedora    124 k
12:57:23 #10 47.54  perl-AutoLoader               noarch   5.74-492.fc37           fedora     24 k
12:57:23 #10 47.54  perl-B                        x86_64   1.83-492.fc37           fedora    184 k
12:57:23 #10 47.54  perl-Carp                     noarch   1.52-489.fc37           fedora     29 k
12:57:23 #10 47.54  perl-Class-Struct             noarch   0.66-492.fc37           fedora     25 k
12:57:23 #10 47.54  perl-Data-Dumper              x86_64   2.184-490.fc37          fedora     56 k
12:57:23 #10 47.54  perl-Digest                   noarch   1.20-489.fc37           fedora     26 k
12:57:23 #10 47.54  perl-Digest-MD5               x86_64   2.58-489.fc37           fedora     36 k
12:57:23 #10 47.54  perl-DynaLoader               x86_64   1.52-492.fc37           fedora     29 k
12:57:23 #10 47.54  perl-Encode                   x86_64   4:3.19-492.fc37         fedora    1.7 M
12:57:23 #10 47.54  perl-Errno                    x86_64   1.36-492.fc37           fedora     18 k
12:57:23 #10 47.54  perl-Exporter                 noarch   5.77-489.fc37           fedora     31 k
12:57:23 #10 47.54  perl-Fcntl                    x86_64   1.15-492.fc37           fedora     24 k
12:57:23 #10 47.54  perl-File-Basename            noarch   2.85-492.fc37           fedora     20 k
12:57:23 #10 47.54  perl-File-Path                noarch   2.18-489.fc37           fedora     35 k
12:57:23 #10 47.54  perl-File-Temp                noarch   1:0.231.100-489.fc37    fedora     59 k
12:57:23 #10 47.54  perl-File-stat                noarch   1.12-492.fc37           fedora     20 k
12:57:23 #10 47.54  perl-FileHandle               noarch   2.03-492.fc37           fedora     19 k
12:57:23 #10 47.54  perl-Getopt-Long              noarch   1:2.54-1.fc37           updates    60 k
12:57:23 #10 47.54  perl-Getopt-Std               noarch   1.13-492.fc37           fedora     19 k
12:57:23 #10 47.54  perl-HTTP-Tiny                noarch   0.082-1.fc37            fedora     55 k
12:57:23 #10 47.54  perl-IO                       x86_64   1.50-492.fc37           fedora     95 k
12:57:23 #10 47.54  perl-IPC-Open3                noarch   1.22-492.fc37           fedora     26 k
12:57:23 #10 47.54  perl-MIME-Base64              x86_64   3.16-489.fc37           fedora     30 k
12:57:23 #10 47.54  perl-Net-SSLeay               x86_64   1.92-4.fc37             fedora    362 k
12:57:23 #10 47.54  perl-POSIX                    x86_64   2.03-492.fc37           fedora    101 k
12:57:23 #10 47.54  perl-PathTools                x86_64   3.84-489.fc37           fedora     89 k
12:57:23 #10 47.54  perl-Pod-Escapes              noarch   1:1.07-489.fc37         fedora     20 k
12:57:23 #10 47.54  perl-Pod-Perldoc              noarch   3.28.01-490.fc37        fedora     90 k
12:57:23 #10 47.54  perl-Pod-Simple               noarch   1:3.43-490.fc37         fedora    225 k
12:57:23 #10 47.54  perl-Pod-Usage                noarch   4:2.03-3.fc37           fedora     40 k
12:57:23 #10 47.54  perl-Scalar-List-Utils        x86_64   5:1.63-489.fc37         fedora     72 k
12:57:23 #10 47.54  perl-SelectSaver              noarch   1.02-492.fc37           fedora     15 k
12:57:23 #10 47.54  perl-Socket                   x86_64   4:2.036-1.fc37          fedora     55 k
12:57:23 #10 47.54  perl-Storable                 x86_64   1:3.26-489.fc37         fedora     97 k
12:57:23 #10 47.54  perl-Symbol                   noarch   1.09-492.fc37           fedora     17 k
12:57:23 #10 47.54  perl-Term-ANSIColor           noarch   5.01-490.fc37           fedora     48 k
12:57:23 #10 47.54  perl-Term-Cap                 noarch   1.17-489.fc37           fedora     22 k
12:57:23 #10 47.54  perl-Text-ParseWords          noarch   3.31-489.fc37           fedora     16 k
12:57:23 #10 47.54  perl-Text-Tabs+Wrap           noarch   2021.0814-489.fc37      fedora     22 k
12:57:23 #10 47.54  perl-Time-Local               noarch   2:1.300-489.fc37        fedora     33 k
12:57:23 #10 47.54  perl-URI                      noarch   5.17-1.fc37             updates   123 k
12:57:23 #10 47.54  perl-base                     noarch   2.27-492.fc37           fedora     19 k
12:57:23 #10 47.54  perl-constant                 noarch   1.33-490.fc37           fedora     23 k
12:57:23 #10 47.54  perl-if                       noarch   0.61.000-492.fc37       fedora     17 k
12:57:23 #10 47.54  perl-interpreter              x86_64   4:5.36.0-492.fc37       fedora     75 k
12:57:23 #10 47.54  perl-libnet                   noarch   3.14-490.fc37           fedora    132 k
12:57:23 #10 47.54  perl-libs                     x86_64   4:5.36.0-492.fc37       fedora    2.2 M
12:57:23 #10 47.54  perl-mro                      x86_64   1.26-492.fc37           fedora     32 k
12:57:23 #10 47.54  perl-overload                 noarch   1.35-492.fc37           fedora     49 k
12:57:23 #10 47.54  perl-overloading              noarch   0.02-492.fc37           fedora     16 k
12:57:23 #10 47.54  perl-parent                   noarch   1:0.238-489.fc37        fedora     14 k
12:57:23 #10 47.54  perl-podlators                noarch   1:4.14-489.fc37         fedora    116 k
12:57:23 #10 47.54  perl-srpm-macros              noarch   1-46.fc37               fedora    8.3 k
12:57:23 #10 47.54  perl-subs                     noarch   1.04-492.fc37           fedora     15 k
12:57:23 #10 47.54  perl-vars                     noarch   1.05-492.fc37           fedora     16 k
12:57:23 #10 47.54  pkgconf                       x86_64   1.8.0-3.fc37            fedora     41 k
12:57:23 #10 47.54  pkgconf-m4                    noarch   1.8.0-3.fc37            fedora     14 k
12:57:23 #10 47.54  pkgconf-pkg-config            x86_64   1.8.0-3.fc37            fedora     10 k
12:57:23 #10 47.54  pyproject-srpm-macros         noarch   1.6.0-1.fc37            updates    15 k
12:57:23 #10 47.54  python-srpm-macros            noarch   3.11-5.fc37             updates    24 k
12:57:23 #10 47.54  python3-construct             noarch   2.10.68-3.fc37          fedora    152 k
12:57:23 #10 47.54  python3-dateutil              noarch   1:2.8.2-4.fc37          fedora    361 k
12:57:23 #10 47.54  python3-dbus                  x86_64   1.3.2-1.fc37            updates   157 k
12:57:23 #10 47.54  python3-distro                noarch   1.7.0-3.fc37            fedora     48 k
12:57:23 #10 47.54  python3-dnf-plugins-core      noarch   4.3.1-1.fc37            fedora    278 k
12:57:23 #10 47.54  python3-enchant               noarch   3.2.2-5.fc37            fedora    103 k
12:57:23 #10 47.54  python3-file-magic            noarch   5.42-4.fc37             fedora     20 k
12:57:23 #10 47.54  python3-pybeam                noarch   0.7-4.fc37              fedora     32 k
12:57:23 #10 47.54  python3-pyxdg                 noarch   0.27-6.fc37             fedora    135 k
12:57:23 #10 47.54  python3-six                   noarch   1.16.0-8.fc37           fedora     42 k
12:57:23 #10 47.54  python3-tomli-w               noarch   1.0.0-4.fc37            fedora     21 k
12:57:23 #10 47.54  python3-zstandard             x86_64   0.19.0-1.fc37           updates   470 k
12:57:23 #10 47.54  qt5-srpm-macros               noarch   5.15.8-1.fc37           updates   8.0 k
12:57:23 #10 47.54  redhat-rpm-config             noarch   229-1.fc37              updates    80 k
12:57:23 #10 47.54  rpmautospec-rpm-macros        noarch   0.3.1-1.fc37            updates   8.8 k
12:57:23 #10 47.54  rpmlint-fedora-license-data   noarch   1.12-1.fc37             updates    18 k
12:57:23 #10 47.54  rust-srpm-macros              noarch   23-1.fc37               updates   9.4 k
12:57:23 #10 47.54  shared-mime-info              x86_64   2.2-2.fc37              fedora    381 k
12:57:23 #10 47.54  unzip                         x86_64   6.0-58.fc37             fedora    182 k
12:57:23 #10 47.54  xxhash-libs                   x86_64   0.8.1-3.fc37            fedora     41 k
12:57:23 #10 47.54  xz                            x86_64   5.2.5-10.fc37           fedora    223 k
12:57:23 #10 47.54  zip                           x86_64   3.0-33.fc37             fedora    259 k
12:57:23 #10 47.54  zstd                          x86_64   1.5.2-3.fc37            fedora    447 k
12:57:23 #10 47.54 Installing weak dependencies:
12:57:23 #10 47.54  hunspell-en                   noarch   0.20140811.1-23.fc37    fedora    180 k
12:57:23 #10 47.54  perl-IO-Socket-IP             noarch   0.41-490.fc37           fedora     42 k
12:57:23 #10 47.54  perl-IO-Socket-SSL            noarch   2.075-1.fc37            fedora    221 k
12:57:23 #10 47.54  perl-Mozilla-CA               noarch   20211001-4.fc37         fedora     12 k
12:57:23 #10 47.54  perl-NDBM_File                x86_64   1.15-492.fc37           fedora     25 k
12:57:23 #10 47.54 
12:57:23 #10 47.54 Transaction Summary
12:57:23 #10 47.54 ================================================================================
12:57:23 #10 47.54 Install  137 Packages
12:57:23 #10 47.54 Upgrade    3 Packages
12:57:23 #10 47.54 
12:57:23 #10 47.55 Total download size: 31 M
12:57:23 #10 47.55 Downloading Packages:
12:57:23 #11 52.20 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:57:23 #11 52.21 Setting up libfile-find-rule-perl (0.34-1) ...
12:57:23 #11 52.22 Setting up libstring-copyright-perl (0.003006-1) ...
12:57:23 #11 52.23 Setting up python3-debian (0.1.36ubuntu1) ...
12:57:23 #10 43.43 Selecting previously unselected package libheif1:armhf.
12:57:23 #10 43.43 Preparing to unpack .../195-libheif1_1.14.2-1_armhf.deb ...
12:57:23 #10 43.44 Unpacking libheif1:armhf (1.14.2-1) ...
12:57:23 #10 43.52 Selecting previously unselected package libdeflate0:armhf.
12:57:23 #10 43.52 Preparing to unpack .../196-libdeflate0_1.14-1_armhf.deb ...
12:57:23 #10 43.53 Unpacking libdeflate0:armhf (1.14-1) ...
12:57:23 #10 43.59 Selecting previously unselected package libjbig0:armhf.
12:57:23 #10 43.59 Preparing to unpack .../197-libjbig0_2.1-6.1_armhf.deb ...
12:57:23 #10 43.60 Unpacking libjbig0:armhf (2.1-6.1) ...
12:57:23 #10 60.96   zstd-1.5.2-2.fc36.x86_64                                                      
12:57:23 #10 60.97 
12:57:23 #10 60.97 Complete!
12:57:23 #10 DONE 61.1s
12:57:23 
12:57:23 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
12:57:23 #11 DONE 0.0s
12:57:23 
12:57:23 #12 [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
12:57:23 #10 37.00 Selecting previously unselected package libfakeroot:armhf.
12:57:23 #10 37.00 Preparing to unpack .../060-libfakeroot_1.25.3-1.1_armhf.deb ...
12:57:23 #10 37.00 Unpacking libfakeroot:armhf (1.25.3-1.1) ...
12:57:23 #10 37.04 Selecting previously unselected package fakeroot.
12:57:23 #10 37.05 Preparing to unpack .../061-fakeroot_1.25.3-1.1_armhf.deb ...
12:57:23 #10 37.05 Unpacking fakeroot (1.25.3-1.1) ...
12:57:23 #10 37.09 Selecting previously unselected package libfile-dirlist-perl.
12:57:23 #10 37.09 Preparing to unpack .../062-libfile-dirlist-perl_0.05-2_all.deb ...
12:57:24 #12 1.449 Last metadata expiration check: 0:00:19 ago on Wed Feb  8 12:57:04 2023.
12:57:24 #14 14.59   Installing       : git-core-2.39.0-1.el8.x86_64                         29/90 
12:57:24 #14 15.03   Installing       : git-core-doc-2.39.0-1.el8.noarch                     30/90 
12:57:24 #14 15.07   Installing       : libgomp-8.5.0-18.el8.x86_64                          31/90 
12:57:24 #14 15.08   Running scriptlet: libgomp-8.5.0-18.el8.x86_64                          31/90 
12:57:24 #14 15.12   Installing       : pcre2-utf16-10.32-3.el8.x86_64                       32/90 
12:57:24 #14 15.16   Installing       : pcre2-utf32-10.32-3.el8.x86_64                       33/90 
12:57:24 #12 DONE 15.6s
12:57:24 
12:57:24 #13 [stage-1 5/8] COPY sources/ /sources
12:57:24 #13 DONE 0.2s
12:57:24 
12:57:24 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:57:24 #13 DONE 9.8s
12:57:24 
12:57:24 #14 [stage-1 6/9] COPY sources/ /sources
12:57:24 #14 DONE 0.1s
12:57:24 
12:57:24 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
12:57:24 #13 5.142 The following additional packages will be installed:
12:57:24 #13 5.142   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:57:24 #13 5.143   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp25
12:57:24 #13 5.143   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
12:57:24 #13 5.143   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
12:57:24 #13 5.144   libuv1 pkg-config
12:57:24 #13 5.145 Suggested packages:
12:57:24 #13 5.145   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
12:57:24 #13 5.174 The following NEW packages will be installed:
12:57:24 #13 5.175   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:57:24 #13 5.175   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp25
12:57:24 #13 5.175   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
12:57:24 #13 5.175   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
12:57:24 #13 5.176   libuv1 pkg-config
12:57:24 #10 39.43 Setting up dwz (0.12-3) ...
12:57:24 #10 39.44 Setting up groff-base (1.22.4-3+deb10u1) ...
12:57:24 #10 39.46 Setting up cpp (4:8.3.0-1+rpi2) ...
12:57:24 #10 39.48 Setting up libc6-dev:armhf (2.28-10+rpt2+rpi1+deb10u1) ...
12:57:24 #10 39.49 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
12:57:24 #10 39.50 Setting up python3.7 (3.7.3-2+deb10u4) ...
12:57:24 #11 DONE 50.7s
12:57:24 #12 7.818 (72/97): gcc-12.2.1-4.fc37.aarch64.rpm           16 MB/s |  29 MB     00:01    
12:57:24 #12 7.834 (73/97): git-core-doc-2.39.1-1.fc37.noarch.rpm  2.4 MB/s | 2.8 MB     00:01    
12:57:24 #12 7.966 (74/97): git-core-2.39.1-1.fc37.aarch64.rpm     3.1 MB/s | 4.3 MB     00:01    
12:57:24 #12 7.975 (75/97): glibc-devel-2.36-9.fc37.aarch64.rpm    3.7 MB/s | 589 kB     00:00    
12:57:24 #12 8.035 (76/97): glibc-static-2.36-9.fc37.aarch64.rpm   7.2 MB/s | 1.4 MB     00:00    
12:57:24 #12 8.098 (77/97): kernel-headers-6.1.5-200.fc37.aarch64.  11 MB/s | 1.5 MB     00:00    
12:57:24 #10 43.69 Selecting previously unselected package liblerc4:armhf.
12:57:24 #10 43.69 Preparing to unpack .../198-liblerc4_4.0.0+ds-2_armhf.deb ...
12:57:24 #10 43.70 Unpacking liblerc4:armhf (4.0.0+ds-2) ...
12:57:24 #10 43.76 Selecting previously unselected package libwebp7:armhf.
12:57:24 #10 43.76 Preparing to unpack .../199-libwebp7_1.2.4-0.1_armhf.deb ...
12:57:24 #10 43.77 Unpacking libwebp7:armhf (1.2.4-0.1) ...
12:57:24 #10 43.84 Selecting previously unselected package libtiff6:armhf.
12:57:24 #10 43.85 Preparing to unpack .../200-libtiff6_4.5.0-4_armhf.deb ...
12:57:24 #10 43.85 Unpacking libtiff6:armhf (4.5.0-4) ...
12:57:24 #10 43.93 Selecting previously unselected package libxau6:armhf.
12:57:24 #10 43.93 Preparing to unpack .../201-libxau6_1%3a1.0.9-1_armhf.deb ...
12:57:24 #11 52.38 Setting up python3-requests (2.22.0-2ubuntu1) ...
12:57:24 #10 37.10 Unpacking libfile-dirlist-perl (0.05-2) ...
12:57:24 #10 37.13 Selecting previously unselected package libfile-which-perl.
12:57:24 #10 37.13 Preparing to unpack .../063-libfile-which-perl_1.23-1_all.deb ...
12:57:24 #10 37.13 Unpacking libfile-which-perl (1.23-1) ...
12:57:24 #10 37.17 Selecting previously unselected package libfile-homedir-perl.
12:57:24 #10 37.17 Preparing to unpack .../064-libfile-homedir-perl_1.006-1_all.deb ...
12:57:24 #10 37.18 Unpacking libfile-homedir-perl (1.006-1) ...
12:57:24 #10 37.21 Selecting previously unselected package libfile-touch-perl.
12:57:24 #10 37.22 Preparing to unpack .../065-libfile-touch-perl_0.11-1_all.deb ...
12:57:24 #10 37.22 Unpacking libfile-touch-perl (0.11-1) ...
12:57:24 #10 37.25 Selecting previously unselected package libio-pty-perl.
12:57:24 #10 37.25 Preparing to unpack .../066-libio-pty-perl_1%3a1.15-2_armhf.deb ...
12:57:24 #10 37.26 Unpacking libio-pty-perl (1:1.15-2) ...
12:57:24 #10 37.29 Selecting previously unselected package libipc-run-perl.
12:57:24 #10 37.30 Preparing to unpack .../067-libipc-run-perl_20200505.0-1_all.deb ...
12:57:24 #10 37.30 Unpacking libipc-run-perl (20200505.0-1) ...
12:57:24 #14 15.23   Installing       : pcre2-devel-10.32-3.el8.x86_64                       34/90 
12:57:24 #14 15.25   Installing       : perl-Data-Dumper-2.167-399.el8.x86_64                35/90 
12:57:24 #14 15.33   Installing       : autoconf-2.69-29.el8.noarch                          36/90 
12:57:24 #14 15.34   Running scriptlet: autoconf-2.69-29.el8.noarch                          36/90 
12:57:24 #13 5.541 0 upgraded, 22 newly installed, 0 to remove and 4 not upgraded.
12:57:24 #13 5.541 1 not fully installed or removed.
12:57:24 #13 5.541 Need to get 14.1 MB of archives.
12:57:24 #13 5.541 After this operation, 51.4 MB of additional disk space will be used.
12:57:24 #13 5.541 Get:1 http://archive.ubuntu.com/ubuntu kinetic/main amd64 bash-completion all 1:2.11-6ubuntu1 [179 kB]
12:57:24 #13 5.604 Get:2 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libarchive13 amd64 3.6.0-1ubuntu1 [368 kB]
12:57:24 
12:57:24 #12 [stage-1 4/9] COPY common /root/build-deb/debian
12:57:24 #12 DONE 0.1s
12:57:24 
12:57:24 #13 [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
12:57:24 #12 8.105 (78/97): libasan-12.2.1-4.fc37.aarch64.rpm      3.2 MB/s | 425 kB     00:00    
12:57:24 #12 8.109 (79/97): libatomic-12.2.1-4.fc37.aarch64.rpm    586 kB/s |  43 kB     00:00    
12:57:24 #12 8.170 (80/97): libedit-3.1-43.20221009cvs.fc37.aarch6 1.5 MB/s | 105 kB     00:00    
12:57:24 #12 8.176 (81/97): libubsan-12.2.1-4.fc37.aarch64.rpm     2.6 MB/s | 192 kB     00:00    
12:57:24 #12 8.179 (82/97): libxcrypt-devel-4.4.33-4.fc37.aarch64. 428 kB/s |  30 kB     00:00    
12:57:24 #13 26.56   Installing       : libedit-3.1-37.20210216cvs.el9.x86_64                15/68 
12:57:24 #13 27.09   Installing       : llvm-libs-15.0.7-1.el9.x86_64                        16/68 
12:57:24 #13 27.31   Installing       : cpp-11.3.1-4.3.el9.x86_64                            17/68 
12:57:24 #10 43.94 Unpacking libxau6:armhf (1:1.0.9-1) ...
12:57:24 #10 44.00 Selecting previously unselected package libxdmcp6:armhf.
12:57:24 #10 44.00 Preparing to unpack .../202-libxdmcp6_1%3a1.1.2-3_armhf.deb ...
12:57:24 #10 44.01 Unpacking libxdmcp6:armhf (1:1.1.2-3) ...
12:57:24 #10 44.06 Selecting previously unselected package libxcb1:armhf.
12:57:24 #10 44.06 Preparing to unpack .../203-libxcb1_1.15-1_armhf.deb ...
12:57:24 #10 44.06 Unpacking libxcb1:armhf (1.15-1) ...
12:57:24 #10 44.12 Selecting previously unselected package libx11-data.
12:57:24 #10 44.12 Preparing to unpack .../204-libx11-data_2%3a1.8.3-3_all.deb ...
12:57:24 #10 44.13 Unpacking libx11-data (2:1.8.3-3) ...
12:57:24 #11 52.54 Setting up libdata-optlist-perl (0.110-1) ...
12:57:24 #11 52.54 Setting up libipc-run-perl (20180523.0-2) ...
12:57:24 #11 52.55 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
12:57:24 #11 52.56 Setting up libcontextual-return-perl (0.004014-2) ...
12:57:24 #11 52.57 Setting up libwww-robotrules-perl (6.02-1) ...
12:57:24 #11 52.58 Setting up libtypes-serialiser-perl (1.0-1) ...
12:57:24 #11 52.59 Setting up g++ (4:9.3.0-1ubuntu2) ...
12:57:24 #11 52.61 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:57:24 #11 52.62 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
12:57:24 #11 52.62 Setting up libhtml-parser-perl (3.72-5) ...
12:57:24 #11 52.63 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:57:24 #11 52.64 Setting up librole-tiny-perl (2.001004-1) ...
12:57:24 #11 52.66 Setting up build-essential (12.8ubuntu1.1) ...
12:57:24 #11 52.67 Setting up libfont-ttf-perl (1.06-1) ...
12:57:24 #11 52.67 Setting up libfile-homedir-perl (1.004-1) ...
12:57:24 #11 52.69 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
12:57:24 #11 52.69 Setting up libio-socket-ssl-perl (2.067-1) ...
12:57:24 #11 52.70 Setting up libsub-exporter-perl (0.987-1) ...
12:57:24 #11 52.71 Setting up libalgorithm-merge-perl (0.08-3) ...
12:57:24 #11 52.73 Setting up libhttp-message-perl (6.22-1) ...
12:57:24 #11 52.73 Setting up libhtml-form-perl (6.07-1) ...
12:57:24 #11 52.74 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
12:57:24 #10 DONE 54.8s
12:57:24 
12:57:24 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:57:24 #11 DONE 0.0s
12:57:24 
12:57:24 #12 [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
12:57:24 #10 48.49 (1/140): bzip2-1.0.8-12.fc37.x86_64.rpm         180 kB/s |  52 kB     00:00    
12:57:24 #10 48.50 (2/140): dash-0.5.11.5-2.fc37.x86_64.rpm        330 kB/s |  98 kB     00:00    
12:57:24 #10 48.50 (3/140): cpio-2.13-13.fc37.x86_64.rpm           916 kB/s | 277 kB     00:00    
12:57:24 #10 48.50 (4/140): desktop-file-utils-0.26-7.fc37.x86_64. 5.0 MB/s |  72 kB     00:00    
12:57:24 #10 48.51 (5/140): devscripts-checkbashisms-2.22.2-3.fc37 2.1 MB/s |  28 kB     00:00    
12:57:24 #10 48.52 (6/140): diffutils-3.8-3.fc37.x86_64.rpm         30 MB/s | 378 kB     00:00    
12:57:24 #10 48.52 (7/140): dnf-plugins-core-4.3.1-1.fc37.noarch.r 2.1 MB/s |  34 kB     00:00    
12:57:24 #10 37.34 Selecting previously unselected package libclass-method-modifiers-perl.
12:57:24 #10 37.34 Preparing to unpack .../068-libclass-method-modifiers-perl_2.13-1_all.deb ...
12:57:24 #10 37.35 Unpacking libclass-method-modifiers-perl (2.13-1) ...
12:57:24 #10 37.38 Selecting previously unselected package libb-hooks-op-check-perl.
12:57:24 #10 37.38 Preparing to unpack .../069-libb-hooks-op-check-perl_0.22-1+b4_armhf.deb ...
12:57:24 #10 37.40 Unpacking libb-hooks-op-check-perl (0.22-1+b4) ...
12:57:24 #10 37.43 Selecting previously unselected package libdynaloader-functions-perl.
12:57:24 #10 37.43 Preparing to unpack .../070-libdynaloader-functions-perl_0.003-1.1_all.deb ...
12:57:24 #10 37.44 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
12:57:24 #10 37.48 Selecting previously unselected package libdevel-callchecker-perl.
12:57:24 #10 37.48 Preparing to unpack .../071-libdevel-callchecker-perl_0.008-1+b2_armhf.deb ...
12:57:24 #10 37.48 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
12:57:24 #10 37.52 Selecting previously unselected package libparams-classify-perl.
12:57:24 #10 37.52 Preparing to unpack .../072-libparams-classify-perl_0.015-1+b3_armhf.deb ...
12:57:24 #10 37.52 Unpacking libparams-classify-perl (0.015-1+b3) ...
12:57:24 #10 37.56 Selecting previously unselected package libmodule-runtime-perl.
12:57:24 #10 37.56 Preparing to unpack .../073-libmodule-runtime-perl_0.016-1_all.deb ...
12:57:24 #10 37.57 Unpacking libmodule-runtime-perl (0.016-1) ...
12:57:24 #14 15.37   Installing       : python3-audit-3.0.7-4.el8.x86_64                     37/90 
12:57:24 #14 15.59   Installing       : python3-policycoreutils-2.9-21.1.el8.noarch          38/90 
12:57:24 #14 15.62   Installing       : policycoreutils-python-utils-2.9-21.1.el8.noarch     39/90 
12:57:24 #14 15.64   Installing       : rpm-plugin-selinux-4.14.3-26.el8.x86_64              40/90 
12:57:24 #14 15.65   Installing       : selinux-policy-3.14.3-114.el8.noarch                 41/90 
12:57:24 #14 15.70   Running scriptlet: selinux-policy-3.14.3-114.el8.noarch                 41/90 
12:57:24 #12 2.299 Package bash-5.2.9-2.fc36.aarch64 is already installed.
12:57:24 #12 2.310 Package bash-5.2.9-2.fc36.aarch64 is already installed.
12:57:24 #12 2.311 Package ca-certificates-2022.2.54-1.2.fc36.noarch is already installed.
12:57:24 #12 2.312 Package libarchive-3.5.3-3.fc36.aarch64 is already installed.
12:57:24 #12 2.312 Package pkgconf-pkg-config-1.8.0-2.fc36.aarch64 is already installed.
12:57:24 #12 2.313 Package tar-2:1.34-3.fc36.aarch64 is already installed.
12:57:24 #12 2.324 Package bash-5.2.9-2.fc36.aarch64 is already installed.
12:57:24 #13 5.626 Get:3 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjsoncpp25 amd64 1.9.5-4 [80.3 kB]
12:57:24 #13 5.630 Get:4 http://archive.ubuntu.com/ubuntu kinetic/main amd64 librhash0 amd64 1.4.2-1ubuntu1 [125 kB]
12:57:24 #13 5.633 Get:5 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libuv1 amd64 1.44.2-1 [91.0 kB]
12:57:24 #13 5.635 Get:6 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
12:57:24 #13 5.636 Get:7 http://archive.ubuntu.com/ubuntu kinetic/main amd64 emacsen-common all 3.0.4 [14.9 kB]
12:57:24 #13 5.636 Get:8 http://archive.ubuntu.com/ubuntu kinetic/main amd64 cmake-data all 3.24.2-1ubuntu1 [2024 kB]
12:57:24 #13 5.666 Get:9 http://archive.ubuntu.com/ubuntu kinetic/main amd64 cmake amd64 3.24.2-1ubuntu1 [8978 kB]
12:57:24 #12 8.255 (83/97): libxcrypt-static-4.4.33-4.fc37.aarch64 1.2 MB/s | 109 kB     00:00    
12:57:24 #12 8.259 (84/97): perl-Git-2.39.1-1.fc37.noarch.rpm      525 kB/s |  43 kB     00:00    
12:57:24 #12 8.261 (85/97): selinux-policy-37.19-1.fc37.noarch.rpm 628 kB/s |  51 kB     00:00    
12:57:24 #12 8.414 (86/97): selinux-policy-devel-37.19-1.fc37.noar 5.6 MB/s | 887 kB     00:00    
12:57:24 #10 40.24 Setting up gettext (0.19.8.1-9) ...
12:57:24 #10 40.25 Setting up gcc-8 (8.3.0-6+rpi1) ...
12:57:24 #10 40.26 Setting up libtool (2.4.6-9) ...
12:57:24 #13 27.34   Installing       : policycoreutils-devel-3.5-0.rc2.1.el9.x86_64         18/68 
12:57:24 #13 27.56   Installing       : selinux-policy-devel-38.1.5-1.el9.noarch             19/68 
12:57:24 #10 44.24 Selecting previously unselected package libx11-6:armhf.
12:57:24 #10 44.24 Preparing to unpack .../205-libx11-6_2%3a1.8.3-3_armhf.deb ...
12:57:24 #10 44.24 Unpacking libx11-6:armhf (2:1.8.3-3) ...
12:57:24 #10 44.38 Selecting previously unselected package libxpm4:armhf.
12:57:24 #10 44.38 Preparing to unpack .../206-libxpm4_1%3a3.5.12-1.1_armhf.deb ...
12:57:24 #10 44.39 Unpacking libxpm4:armhf (1:3.5.12-1.1) ...
12:57:24 #10 44.43 Selecting previously unselected package libgd3:armhf.
12:57:24 #10 44.43 Preparing to unpack .../207-libgd3_2.3.3-7+b1_armhf.deb ...
12:57:24 #10 44.44 Unpacking libgd3:armhf (2.3.3-7+b1) ...
12:57:24 #10 44.51 Selecting previously unselected package libc-devtools.
12:57:24 #10 44.51 Preparing to unpack .../208-libc-devtools_2.36-8_armhf.deb ...
12:57:24 #11 52.75 Setting up libjson-xs-perl (4.020-1build1) ...
12:57:24 #11 52.76 Setting up libhttp-negotiate-perl (6.01-1) ...
12:57:24 #11 52.77 Setting up libio-prompter-perl (0.004015-1) ...
12:57:24 #11 52.78 Setting up libhttp-cookies-perl (6.08-1) ...
12:57:24 #11 52.79 Setting up po-debconf (1.0.21) ...
12:57:24 #11 52.80 Setting up libhtml-tree-perl (5.07-2) ...
12:57:24 #11 52.81 Setting up libparams-classify-perl (0.015-1build2) ...
12:57:24 #11 52.82 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
12:57:24 #11 52.83 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:57:24 #11 52.84 Setting up libnet-dns-sec-perl (1.15-1) ...
12:57:24 #11 52.85 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.15) ...
12:57:24 #11 52.86 Setting up libsereal-perl (4.011-1) ...
12:57:24 #11 52.87 Setting up libhtml-format-perl (2.12-1) ...
12:57:24 #11 52.88 Setting up libxml-sax-perl (1.02+dfsg-1) ...
12:57:24 #11 52.94 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:57:24 #11 53.00 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:24 #10 48.53 (8/140): dwz-0.14-7.fc37.x86_64.rpm             9.1 MB/s | 129 kB     00:00    
12:57:24 #10 48.53 (9/140): ed-1.18-2.fc37.x86_64.rpm              7.0 MB/s |  78 kB     00:00    
12:57:24 #10 48.53 (10/140): efi-srpm-macros-5-6.fc37.noarch.rpm   2.7 MB/s |  22 kB     00:00    
12:57:24 #10 48.54 (11/140): elfutils-0.187-8.fc37.x86_64.rpm       34 MB/s | 529 kB     00:00    
12:57:24 #10 48.55 (12/140): enchant2-2.3.3-2.fc37.x86_64.rpm      5.9 MB/s |  65 kB     00:00    
12:57:24 #10 48.55 (13/140): elfutils-debuginfod-client-0.187-8.fc 2.1 MB/s |  39 kB     00:00    
12:57:24 #10 48.55 (14/140): file-5.42-4.fc37.x86_64.rpm           4.7 MB/s |  49 kB     00:00    
12:57:24 #10 48.55 (15/140): fonts-srpm-macros-2.0.5-9.fc37.noarch 2.9 MB/s |  26 kB     00:00    
12:57:24 #10 48.56 (16/140): fpc-srpm-macros-1.3-6.fc37.noarch.rpm 1.3 MB/s | 7.7 kB     00:00    
12:57:24 #10 48.57 (17/140): gdk-pixbuf2-2.42.10-1.fc37.x86_64.rpm  36 MB/s | 485 kB     00:00    
12:57:24 #10 48.57 (18/140): ghc-srpm-macros-1.5.0-7.fc37.noarch.r 656 kB/s | 7.8 kB     00:00    
12:57:24 #10 48.57 (19/140): go-srpm-macros-3.2.0-1.fc37.noarch.rp 2.2 MB/s |  27 kB     00:00    
12:57:24 #10 48.58 (20/140): hunspell-en-0.20140811.1-23.fc37.noar  23 MB/s | 180 kB     00:00    
12:57:24 #10 48.59 (21/140): hunspell-1.7.0-21.fc37.x86_64.rpm      15 MB/s | 281 kB     00:00    
12:57:24 #10 48.65 (22/140): groff-base-1.22.4-10.fc37.x86_64.rpm   13 MB/s | 1.1 MB     00:00    
12:57:24 #10 48.66 (23/140): hunspell-en-GB-0.20140811.1-23.fc37.n 2.8 MB/s | 225 kB     00:00    
12:57:24 #10 48.66 (24/140): hunspell-en-US-0.20140811.1-23.fc37.n 2.3 MB/s | 176 kB     00:00    
12:57:24 #10 48.67 (25/140): hunspell-filesystem-1.7.0-21.fc37.x86 757 kB/s | 8.8 kB     00:00    
12:57:24 #10 48.68 (26/140): json-glib-1.6.6-3.fc37.x86_64.rpm     6.7 MB/s | 162 kB     00:00    
12:57:24 #10 48.69 (27/140): kernel-srpm-macros-1.0-15.fc37.noarch 338 kB/s | 9.4 kB     00:00    
12:57:24 #10 48.70 (28/140): libappstream-glib-0.8.1-1.fc37.x86_64  19 MB/s | 404 kB     00:00    
12:57:24 #10 48.72 (29/140): libjpeg-turbo-2.1.3-2.fc37.x86_64.rpm 5.6 MB/s | 181 kB     00:00    
12:57:24 #10 48.72 (30/140): libpkgconf-1.8.0-3.fc37.x86_64.rpm    1.2 MB/s |  36 kB     00:00    
12:57:24 #10 48.74 (31/140): libpng-1.6.37-13.fc37.x86_64.rpm      6.1 MB/s | 119 kB     00:00    
12:57:24 #10 48.75 (32/140): libstemmer-0-19.585svn.fc37.x86_64.rp 2.5 MB/s |  79 kB     00:00    
12:57:24 #10 48.76 (33/140): lua-srpm-macros-1-7.fc37.noarch.rpm   271 kB/s | 8.8 kB     00:00    
12:57:24 #10 37.60 Selecting previously unselected package libimport-into-perl.
12:57:24 #10 37.60 Preparing to unpack .../074-libimport-into-perl_1.002005-1_all.deb ...
12:57:24 #10 37.61 Unpacking libimport-into-perl (1.002005-1) ...
12:57:24 #10 37.65 Selecting previously unselected package librole-tiny-perl.
12:57:24 #10 37.66 Preparing to unpack .../075-librole-tiny-perl_2.002004-1_all.deb ...
12:57:24 #10 37.66 Unpacking librole-tiny-perl (2.002004-1) ...
12:57:24 #10 37.70 Selecting previously unselected package libstrictures-perl.
12:57:24 #10 37.70 Preparing to unpack .../076-libstrictures-perl_2.000006-1_all.deb ...
12:57:24 #10 37.71 Unpacking libstrictures-perl (2.000006-1) ...
12:57:24 #10 37.74 Selecting previously unselected package libsub-quote-perl.
12:57:24 #10 37.74 Preparing to unpack .../077-libsub-quote-perl_2.006006-1_all.deb ...
12:57:24 #10 37.75 Unpacking libsub-quote-perl (2.006006-1) ...
12:57:24 #10 37.78 Selecting previously unselected package libmoo-perl.
12:57:24 #10 37.78 Preparing to unpack .../078-libmoo-perl_2.004004-1_all.deb ...
12:57:24 #10 37.79 Unpacking libmoo-perl (2.004004-1) ...
12:57:24 #10 37.82 Selecting previously unselected package libencode-locale-perl.
12:57:24 #10 37.83 Preparing to unpack .../079-libencode-locale-perl_1.05-1.1_all.deb ...
12:57:24 #10 37.83 Unpacking libencode-locale-perl (1.05-1.1) ...
12:57:24 #10 37.86 Selecting previously unselected package libtimedate-perl.
12:57:24 #10 37.87 Preparing to unpack .../080-libtimedate-perl_2.3300-2_all.deb ...
12:57:24 #10 37.87 Unpacking libtimedate-perl (2.3300-2) ...
12:57:24 #10 37.92 Selecting previously unselected package libhttp-date-perl.
12:57:24 #10 37.92 Preparing to unpack .../081-libhttp-date-perl_6.05-1_all.deb ...
12:57:24 #10 62.01 Setting up libhttp-negotiate-perl (6.01-2) ...
12:57:24 #10 62.02 Setting up libio-prompter-perl (0.004015-2) ...
12:57:24 #10 62.03 Setting up libiterator-util-perl (0.02+ds1-2) ...
12:57:24 #10 62.04 Setting up libstdc++-12-dev:amd64 (12.2.0-14) ...
12:57:24 #10 62.05 Setting up libhttp-cookies-perl (6.10-1) ...
12:57:24 #10 62.07 Setting up libtool (2.4.7-5) ...
12:57:24 #10 62.08 Setting up po-debconf (1.0.21+nmu1) ...
12:57:24 #10 62.09 Setting up libhtml-tree-perl (5.07-3) ...
12:57:24 #10 62.11 Setting up libparams-classify-perl:amd64 (0.015-2+b1) ...
12:57:24 #10 62.12 Setting up libcgi-pm-perl (4.55-1) ...
12:57:24 #10 62.13 Setting up python3 (3.11.1-3) ...
12:57:24 #13 7.019 Unpacking bash-completion (1:2.10-1ubuntu1) ...
12:57:24 #13 7.148 Selecting previously unselected package cmake-data.
12:57:24 #13 7.151 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1.20.04.1_all.deb ...
12:57:24 #13 7.157 Unpacking cmake-data (3.16.3-1ubuntu1.20.04.1) ...
12:57:24 #12 2.437 Dependencies resolved.
12:57:24 #12 2.465 ================================================================================
12:57:24 #12 2.465  Package                       Arch     Version                  Repo      Size
12:57:24 #12 2.465 ================================================================================
12:57:24 #12 2.465 Installing:
12:57:24 #12 2.465  cmake                         aarch64  3.25.2-1.fc36            updates  6.3 M
12:57:24 #12 2.465  device-mapper-devel           aarch64  1.02.175-7.fc36          fedora    43 k
12:57:24 #12 2.465  gcc                           aarch64  12.2.1-4.fc36            updates   29 M
12:57:24 #12 2.465  git                           aarch64  2.39.1-1.fc36            updates   66 k
12:57:24 #12 2.465  glibc-static                  aarch64  2.35-22.fc36             updates  1.4 M
12:57:24 #12 2.465  libseccomp-devel              aarch64  2.5.3-2.fc36             fedora    53 k
12:57:24 #12 2.465  libselinux-devel              aarch64  3.3-4.fc36               fedora   113 k
12:57:24 #12 2.465  libtool                       aarch64  2.4.7-1.fc36             updates  593 k
12:57:24 #12 2.465  libtool-ltdl-devel            aarch64  2.4.7-1.fc36             updates  157 k
12:57:24 #12 2.465  make                          aarch64  1:4.3-7.fc36             fedora   529 k
12:57:24 #12 2.465  selinux-policy-devel          noarch   36.17-1.fc36             updates  815 k
12:57:24 #12 2.465  systemd                       aarch64  250.9-1.fc36             updates  4.0 M
12:57:24 #12 2.465  which                         aarch64  2.21-32.fc36             fedora    42 k
12:57:24 #12 2.465 Upgrading:
12:57:24 #12 2.465  libxcrypt                     aarch64  4.4.33-4.fc36            updates  123 k
12:57:24 #12 2.465  systemd-libs                  aarch64  250.9-1.fc36             updates  586 k
12:57:24 #12 2.465 Installing dependencies:
12:57:24 #12 2.465  annobin-docs                  noarch   10.93-1.fc36             updates   92 k
12:57:24 #12 2.465  annobin-plugin-gcc            aarch64  10.93-1.fc36             updates  885 k
12:57:24 #12 2.465  autoconf                      noarch   2.71-3.fc36              updates  720 k
12:57:24 #12 2.465  automake                      noarch   1.16.5-7.fc36            updates  675 k
12:57:24 #12 2.465  checkpolicy                   aarch64  3.3-2.fc36               fedora   336 k
12:57:24 #12 2.465  cmake-data                    noarch   3.25.2-1.fc36            updates  1.7 M
12:57:24 #12 2.465  cmake-filesystem              aarch64  3.25.2-1.fc36            updates   17 k
12:57:24 #12 2.465  cmake-rpm-macros              noarch   3.25.2-1.fc36            updates   16 k
12:57:24 #12 2.465  cpp                           aarch64  12.2.1-4.fc36            updates  9.2 M
12:57:24 #12 2.465  dbus                          aarch64  1:1.14.4-1.fc36          updates  7.2 k
12:57:24 #12 2.465  dbus-broker                   aarch64  32-1.fc36                updates  170 k
12:57:24 #12 2.465  dbus-common                   noarch   1:1.14.4-1.fc36          updates   14 k
12:57:24 #12 2.465  device-mapper                 aarch64  1.02.175-7.fc36          fedora   137 k
12:57:24 #12 2.465  device-mapper-libs            aarch64  1.02.175-7.fc36          fedora   170 k
12:57:24 #12 2.465  gc                            aarch64  8.0.6-3.fc36             updates  102 k
12:57:24 #12 2.465  gcc-plugin-annobin            aarch64  12.2.1-4.fc36            updates   52 k
12:57:24 #12 2.465  git-core                      aarch64  2.39.1-1.fc36            updates  4.3 M
12:57:24 #12 2.465  git-core-doc                  noarch   2.39.1-1.fc36            updates  2.6 M
12:57:24 #12 2.465  glibc-devel                   aarch64  2.35-22.fc36             updates  483 k
12:57:24 #12 2.465  guile22                       aarch64  2.2.7-5.fc36             fedora   6.4 M
12:57:24 #12 2.465  jsoncpp                       aarch64  1.9.5-2.fc36             fedora    92 k
12:57:24 #12 2.465  kernel-headers                aarch64  6.1.5-100.fc36           updates  1.3 M
12:57:24 #12 2.465  kmod-libs                     aarch64  29-7.fc36                fedora    65 k
12:57:24 #12 2.465  less                          aarch64  590-5.fc36               updates  161 k
12:57:24 #12 2.465  libargon2                     aarch64  20171227-9.fc36          updates   28 k
12:57:24 #12 2.465  libasan                       aarch64  12.2.1-4.fc36            updates  425 k
12:57:24 #12 2.465  libatomic                     aarch64  12.2.1-4.fc36            updates   43 k
12:57:24 #12 2.465  libcbor                       aarch64  0.7.0-5.fc36             fedora    55 k
12:57:24 #12 2.465  libedit                       aarch64  3.1-41.20210910cvs.fc36  fedora   104 k
12:57:24 #12 2.465  libfdisk                      aarch64  2.38-1.fc36              updates  155 k
12:57:24 #12 2.465  libfido2                      aarch64  1.10.0-5.fc36            updates   93 k
12:57:24 #12 2.465  libmpc                        aarch64  1.2.1-4.fc36             fedora    62 k
12:57:24 #12 2.465  libseccomp                    aarch64  2.5.3-2.fc36             fedora    71 k
12:57:24 #12 2.465  libselinux-utils              aarch64  3.3-4.fc36               fedora   144 k
12:57:24 #12 2.465  libsepol-devel                aarch64  3.3-3.fc36               fedora    40 k
12:57:24 #12 2.465  libtool-ltdl                  aarch64  2.4.7-1.fc36             updates   37 k
12:57:24 #12 2.465  libubsan                      aarch64  12.2.1-4.fc36            updates  192 k
12:57:24 #12 2.465  libutempter                   aarch64  1.2.1-6.fc36             fedora    26 k
12:57:24 #12 2.465  libuv                         aarch64  1:1.44.2-1.fc36          updates  148 k
12:57:24 #12 2.465  libxcrypt-devel               aarch64  4.4.33-4.fc36            updates   30 k
12:57:24 #12 2.465  libxcrypt-static              aarch64  4.4.33-4.fc36            updates  109 k
12:57:24 #12 2.465  m4                            aarch64  1.4.19-3.fc36            fedora   293 k
12:57:24 #12 2.465  openssh                       aarch64  8.8p1-1.fc36.1           fedora   440 k
12:57:24 #12 2.465  openssh-clients               aarch64  8.8p1-1.fc36.1           fedora   671 k
12:57:24 #12 2.465  pcre2-devel                   aarch64  10.40-1.fc36             updates  474 k
12:57:24 #12 2.465  pcre2-utf16                   aarch64  10.40-1.fc36             updates  199 k
12:57:24 #12 2.465  pcre2-utf32                   aarch64  10.40-1.fc36             updates  188 k
12:57:24 #12 2.465  perl-Error                    noarch   1:0.17029-8.fc36         fedora    41 k
12:57:24 #12 2.465  perl-File-Compare             noarch   1.100.600-486.fc36       fedora    18 k
12:57:24 #12 2.465  perl-File-Copy                noarch   2.35-486.fc36            fedora    25 k
12:57:24 #12 2.465  perl-File-Find                noarch   1.39-486.fc36            fedora    30 k
12:57:24 #12 2.465  perl-Git                      noarch   2.39.1-1.fc36            updates   43 k
12:57:24 #12 2.465  perl-TermReadKey              aarch64  2.38-12.fc36             fedora    36 k
12:57:24 #12 2.465  perl-Thread-Queue             noarch   3.14-479.fc36            fedora    21 k
12:57:24 #12 2.465  perl-lib                      aarch64  0.65-486.fc36            fedora    20 k
12:57:24 #12 2.465  perl-threads                  aarch64  1:2.26-449.fc36          fedora    56 k
12:57:24 #12 2.465  perl-threads-shared           aarch64  1.62-479.fc36            fedora    43 k
12:57:24 #12 2.465  policycoreutils               aarch64  3.3-4.fc36               fedora   203 k
12:57:24 #12 2.465  policycoreutils-devel         aarch64  3.3-4.fc36               fedora   137 k
12:57:24 #12 2.465  policycoreutils-python-utils  noarch   3.3-4.fc36               fedora    72 k
12:57:24 #12 2.465  python3-audit                 aarch64  3.0.9-1.fc36             updates   83 k
12:57:24 #12 2.465  python3-libselinux            aarch64  3.3-4.fc36               fedora   181 k
12:57:24 #12 2.465  python3-libsemanage           aarch64  3.3-3.fc36               fedora    81 k
12:57:24 #12 2.465  python3-policycoreutils       noarch   3.3-4.fc36               fedora   2.0 M
12:57:24 #12 2.465  python3-setools               aarch64  4.4.0-5.fc36             fedora   540 k
12:57:24 #12 2.465  python3-setuptools            noarch   59.6.0-3.fc36            updates  934 k
12:57:24 #12 2.465  rhash                         aarch64  1.4.2-2.fc36             fedora   185 k
12:57:24 #12 2.465  rpm-plugin-selinux            aarch64  4.17.1-3.fc36            updates   18 k
12:57:24 #12 2.465  selinux-policy                noarch   36.17-1.fc36             updates   66 k
12:57:24 #12 2.465  selinux-policy-targeted       noarch   36.17-1.fc36             updates  6.4 M
12:57:24 #12 2.465  systemd-devel                 aarch64  250.9-1.fc36             updates  451 k
12:57:24 #12 2.465  systemd-pam                   aarch64  250.9-1.fc36             updates  322 k
12:57:24 #12 2.465  systemd-rpm-macros            noarch   250.9-1.fc36             updates   28 k
12:57:24 #12 2.465  util-linux                    aarch64  2.38-1.fc36              updates  2.3 M
12:57:24 #12 2.465  vim-filesystem                noarch   2:9.0.1262-1.fc36        updates   18 k
12:57:24 #12 2.465  xkeyboard-config              noarch   2.35.1-1.fc36            fedora   878 k
12:57:24 #12 2.465 Installing weak dependencies:
12:57:24 #12 2.465  cryptsetup-libs               aarch64  2.4.3-2.fc36             fedora   430 k
12:57:24 #12 2.465  libbpf                        aarch64  2:0.7.0-3.fc36           updates  159 k
12:57:24 #12 2.465  libxkbcommon                  aarch64  1.4.0-1.fc36             fedora   139 k
12:57:24 #12 2.465  qrencode-libs                 aarch64  4.1.1-2.fc36             fedora    61 k
12:57:24 #12 2.465  systemd-networkd              aarch64  250.9-1.fc36             updates  568 k
12:57:24 #12 2.465  systemd-resolved              aarch64  250.9-1.fc36             updates  258 k
12:57:24 #12 2.465 
12:57:24 #12 2.465 Transaction Summary
12:57:24 #12 2.465 ================================================================================
12:57:24 #12 2.465 Install  95 Packages
12:57:24 #12 2.465 Upgrade   2 Packages
12:57:24 #12 2.465 
12:57:24 #12 2.476 Total download size: 94 M
12:57:24 #12 2.483 Downloading Packages:
12:57:24 #13 5.762 Get:10 http://archive.ubuntu.com/ubuntu kinetic/universe amd64 dh-apparmor all 3.0.7-1ubuntu2 [9102 B]
12:57:24 #13 5.763 Get:11 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.185-1ubuntu1 [12.5 kB]
12:57:24 #13 5.763 Get:12 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libudev-dev amd64 251.4-1ubuntu7 [21.3 kB]
12:57:24 #13 5.764 Get:13 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsepol-dev amd64 3.4-2 [377 kB]
12:57:24 #13 5.769 Get:14 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpcre2-16-0 amd64 10.40-1ubuntu1 [210 kB]
12:57:24 #13 5.771 Get:15 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpcre2-32-0 amd64 10.40-1ubuntu1 [197 kB]
12:57:24 #13 5.773 Get:16 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpcre2-posix3 amd64 10.40-1ubuntu1 [6146 B]
12:57:24 #13 5.773 Get:17 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpcre2-dev amd64 10.40-1ubuntu1 [744 kB]
12:57:24 #13 5.780 Get:18 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libselinux1-dev amd64 3.4-1 [163 kB]
12:57:24 #13 5.782 Get:19 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevmapper-dev amd64 2:1.02.185-1ubuntu1 [36.7 kB]
12:57:24 #13 5.791 Get:20 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libseccomp-dev amd64 2.5.4-1ubuntu1 [91.1 kB]
12:57:24 #13 5.792 Get:21 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsystemd-dev amd64 251.4-1ubuntu7 [314 kB]
12:57:24 #13 5.795 Get:22 http://archive.ubuntu.com/ubuntu kinetic/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB]
12:57:24 #13 5.938 debconf: delaying package configuration, since apt-utils is not installed
12:57:24 #13 5.966 Fetched 14.1 MB in 1s (23.0 MB/s)
12:57:24 #13 5.993 Selecting previously unselected package bash-completion.
12:57:24 #13 5.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 ... 27537 files and directories currently installed.)
12:57:24 #13 6.006 Preparing to unpack .../00-bash-completion_1%3a2.11-6ubuntu1_all.deb ...
12:57:24 #13 6.017 Unpacking bash-completion (1:2.11-6ubuntu1) ...
12:57:24 #13 6.125 Selecting previously unselected package libarchive13:amd64.
12:57:24 #10 40.27 Setting up python3 (3.7.3-1) ...
12:57:24 #10 40.39 Setting up man-db (2.8.5-2) ...
12:57:24 #13 27.61   Running scriptlet: selinux-policy-devel-38.1.5-1.el9.noarch             19/68 
12:57:24 #13 27.62   Installing       : perl-threads-shared-1.61-460.el9.x86_64              20/68 
12:57:24 #13 27.63   Installing       : perl-Thread-Queue-3.14-460.el9.noarch                21/68 
12:57:24 #13 27.66   Installing       : automake-1.16.2-6.el9.noarch                         22/68 
12:57:24 #13 27.69   Installing       : perl-TermReadKey-2.38-11.el9.x86_64                  23/68 
12:57:24 #13 27.73   Installing       : perl-lib-0.65-480.el9.x86_64                         24/68 
12:57:24 #13 27.74   Installing       : perl-Error-1:0.17029-7.el9.noarch                    25/68 
12:57:24 #13 27.74   Installing       : pcre2-utf32-10.40-2.el9.x86_64                       26/68 
12:57:24 #13 27.78   Installing       : pcre2-utf16-10.40-2.el9.x86_64                       27/68 
12:57:24 #13 27.81   Installing       : pcre2-devel-10.40-2.el9.x86_64                       28/68 
12:57:24 #12 8.738 (87/97): selinux-policy-targeted-37.19-1.fc37.n  14 MB/s | 6.6 MB     00:00    
12:57:24 #12 8.746 (88/97): systemd-devel-251.10-588.fc37.aarch64. 1.7 MB/s | 578 kB     00:00    
12:57:24 #10 44.52 Unpacking libc-devtools (2.36-8) ...
12:57:24 #10 44.58 Selecting previously unselected package libcapture-tiny-perl.
12:57:24 #10 44.58 Preparing to unpack .../209-libcapture-tiny-perl_0.48-2_all.deb ...
12:57:24 #10 44.60 Unpacking libcapture-tiny-perl (0.48-2) ...
12:57:24 #10 44.64 Selecting previously unselected package libcgi-pm-perl.
12:57:24 #10 44.64 Preparing to unpack .../210-libcgi-pm-perl_4.55-1_all.deb ...
12:57:24 #10 44.65 Unpacking libcgi-pm-perl (4.55-1) ...
12:57:24 #10 44.77 Selecting previously unselected package libfcgi0ldbl:armhf.
12:57:24 #10 44.77 Preparing to unpack .../211-libfcgi0ldbl_2.4.2-2_armhf.deb ...
12:57:24 #11 53.12 
12:57:24 #11 53.12 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:24 #11 53.14 Setting up dput (1.0.3ubuntu1) ...
12:57:24 #13 1.243 Reading package lists...
12:57:24 #13 0.764 Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
12:57:24 #13 0.766 Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
12:57:24 #13 0.778 Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
12:57:25 #10 48.77 (34/140): nim-srpm-macros-3-7.fc37.noarch.rpm   496 kB/s | 8.4 kB     00:00    
12:57:25 #10 48.80 (35/140): ncurses-6.3-3.20220501.fc37.x86_64.rp 7.9 MB/s | 409 kB     00:00    
12:57:25 #10 48.80 (36/140): ocaml-srpm-macros-7-2.fc37.noarch.rpm 312 kB/s |  13 kB     00:00    
12:57:25 #10 48.80 (37/140): openblas-srpm-macros-2-12.fc37.noarch 196 kB/s | 7.5 kB     00:00    
12:57:25 #10 48.81 (38/140): package-notes-srpm-macros-0.5-6.fc37. 1.8 MB/s |  11 kB     00:00    
12:57:25 #10 48.82 (39/140): patch-2.7.6-17.fc37.x86_64.rpm        8.3 MB/s | 124 kB     00:00    
12:57:25 #10 48.82 (40/140): perl-AutoLoader-5.74-492.fc37.noarch. 1.5 MB/s |  24 kB     00:00    
12:57:25 #10 48.83 (41/140): perl-B-1.83-492.fc37.x86_64.rpm        20 MB/s | 184 kB     00:00    
12:57:25 #10 48.83 (42/140): perl-Class-Struct-0.66-492.fc37.noarc 2.6 MB/s |  25 kB     00:00    
12:57:25 #10 48.85 (43/140): perl-Carp-1.52-489.fc37.noarch.rpm    962 kB/s |  29 kB     00:00    
12:57:25 #10 48.85 (44/140): perl-Data-Dumper-2.184-490.fc37.x86_6 2.1 MB/s |  56 kB     00:00    
12:57:25 #10 48.86 (45/140): perl-Digest-1.20-489.fc37.noarch.rpm  1.0 MB/s |  26 kB     00:00    
12:57:25 #10 48.86 (46/140): perl-DynaLoader-1.52-492.fc37.x86_64. 2.6 MB/s |  29 kB     00:00    
12:57:25 #10 48.88 (47/140): perl-Digest-MD5-2.58-489.fc37.x86_64. 1.5 MB/s |  36 kB     00:00    
12:57:25 #10 48.89 (48/140): perl-Encode-3.19-492.fc37.x86_64.rpm   48 MB/s | 1.7 MB     00:00    
12:57:25 #10 48.90 (49/140): perl-Errno-1.36-492.fc37.x86_64.rpm   622 kB/s |  18 kB     00:00    
12:57:25 #10 48.90 (50/140): perl-Exporter-5.77-489.fc37.noarch.rp 1.2 MB/s |  31 kB     00:00    
12:57:25 #10 48.91 (51/140): perl-File-Basename-2.85-492.fc37.noar 2.3 MB/s |  20 kB     00:00    
12:57:25 #10 48.91 (52/140): perl-Fcntl-1.15-492.fc37.x86_64.rpm   1.6 MB/s |  24 kB     00:00    
12:57:25 #10 48.92 (53/140): perl-File-Path-2.18-489.fc37.noarch.r 2.4 MB/s |  35 kB     00:00    
12:57:25 #10 48.92 (54/140): perl-File-Temp-0.231.100-489.fc37.noa 3.3 MB/s |  59 kB     00:00    
12:57:25 #10 48.93 (55/140): perl-File-stat-1.12-492.fc37.noarch.r 1.1 MB/s |  20 kB     00:00    
12:57:25 #10 48.94 (56/140): perl-FileHandle-2.03-492.fc37.noarch. 1.0 MB/s |  19 kB     00:00    
12:57:25 #10 48.94 (57/140): perl-HTTP-Tiny-0.082-1.fc37.noarch.rp 6.2 MB/s |  55 kB     00:00    
12:57:25 #10 48.95 (58/140): perl-IO-1.50-492.fc37.x86_64.rpm      9.3 MB/s |  95 kB     00:00    
12:57:25 #10 48.95 (59/140): perl-Getopt-Std-1.13-492.fc37.noarch. 1.0 MB/s |  19 kB     00:00    
12:57:25 #10 48.95 (60/140): perl-IO-Socket-IP-0.41-490.fc37.noarc 5.5 MB/s |  42 kB     00:00    
12:57:25 #10 37.93 Unpacking libhttp-date-perl (6.05-1) ...
12:57:25 #10 37.98 Selecting previously unselected package libfile-listing-perl.
12:57:25 #10 37.98 Preparing to unpack .../082-libfile-listing-perl_6.14-1_all.deb ...
12:57:25 #10 37.98 Unpacking libfile-listing-perl (6.14-1) ...
12:57:25 #10 38.02 Selecting previously unselected package libhtml-tagset-perl.
12:57:25 #10 38.02 Preparing to unpack .../083-libhtml-tagset-perl_3.20-4_all.deb ...
12:57:25 #10 38.03 Unpacking libhtml-tagset-perl (3.20-4) ...
12:57:25 #10 38.06 Selecting previously unselected package liburi-perl.
12:57:25 #10 38.07 Preparing to unpack .../084-liburi-perl_5.08-1_all.deb ...
12:57:25 #10 38.07 Unpacking liburi-perl (5.08-1) ...
12:57:25 #10 38.12 Selecting previously unselected package libhtml-parser-perl.
12:57:25 #10 38.12 Preparing to unpack .../085-libhtml-parser-perl_3.75-1+b1_armhf.deb ...
12:57:25 #10 38.13 Unpacking libhtml-parser-perl (3.75-1+b1) ...
12:57:25 #10 62.42 Setting up libhtml-format-perl (2.16-2) ...
12:57:25 #10 62.43 Setting up python3-xdg (0.28-2) ...
12:57:25 #13 7.517 Selecting previously unselected package libarchive13:arm64.
12:57:25 #13 7.518 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1.2_arm64.deb ...
12:57:25 #13 7.524 Unpacking libarchive13:arm64 (3.4.0-2ubuntu1.2) ...
12:57:25 #13 7.583 Selecting previously unselected package libjsoncpp1:arm64.
12:57:25 #13 6.128 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_amd64.deb ...
12:57:25 #13 6.134 Unpacking libarchive13:amd64 (3.6.0-1ubuntu1) ...
12:57:25 #13 6.164 Selecting previously unselected package libjsoncpp25:amd64.
12:57:25 #13 6.167 Preparing to unpack .../02-libjsoncpp25_1.9.5-4_amd64.deb ...
12:57:25 #13 6.170 Unpacking libjsoncpp25:amd64 (1.9.5-4) ...
12:57:25 #13 6.199 Selecting previously unselected package librhash0:amd64.
12:57:25 #13 6.199 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_amd64.deb ...
12:57:25 #13 6.202 Unpacking librhash0:amd64 (1.4.2-1ubuntu1) ...
12:57:25 #13 6.229 Selecting previously unselected package libuv1:amd64.
12:57:25 #13 6.231 Preparing to unpack .../04-libuv1_1.44.2-1_amd64.deb ...
12:57:25 #13 6.234 Unpacking libuv1:amd64 (1.44.2-1) ...
12:57:25 #13 6.257 Selecting previously unselected package dh-elpa-helper.
12:57:25 #13 6.259 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
12:57:25 #13 6.262 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
12:57:25 #13 6.290 Selecting previously unselected package emacsen-common.
12:57:25 #13 6.293 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
12:57:25 #13 6.302 Unpacking emacsen-common (3.0.4) ...
12:57:25 #13 6.334 Selecting previously unselected package cmake-data.
12:57:25 #17 exporting layers 3.4s done
12:57:25 #17 writing image sha256:442d6fded2e7fad3d589b9b4bea09cb9e5542d56730f7adec575c2163597e1e4 done
12:57:25 #17 naming to docker.io/debbuild-debian-bookworm/aarch64 done
12:57:25 #17 DONE 3.4s
12:57:25 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/debian-bookworm:/build  debbuild-debian-bookworm/aarch64
12:57:25 #10 40.50 Building database of manual pages ...
12:57:25 #13 27.86   Installing       : libuv-1:1.42.0-1.el9.x86_64                          29/68 
12:57:25 #12 8.878 (89/97): systemd-251.10-588.fc37.aarch64.rpm    6.5 MB/s | 4.0 MB     00:00    
12:57:25 #12 8.886 (90/97): systemd-networkd-251.10-588.fc37.aarch 3.8 MB/s | 573 kB     00:00    
12:57:25 #12 8.912 (91/97): systemd-pam-251.10-588.fc37.aarch64.rp 1.9 MB/s | 323 kB     00:00    
12:57:25 #12 8.953 (92/97): systemd-resolved-251.10-588.fc37.aarch 3.5 MB/s | 264 kB     00:00    
12:57:25 #12 8.956 (93/97): systemd-rpm-macros-251.10-588.fc37.noa 430 kB/s |  30 kB     00:00    
12:57:25 #12 8.977 (94/97): vim-filesystem-9.0.1262-1.fc37.noarch. 282 kB/s |  18 kB     00:00    
12:57:25 #12 9.100 (95/97): xkeyboard-config-2.36-3.fc37.noarch.rp 6.5 MB/s | 957 kB     00:00    
12:57:25 #10 44.77 Unpacking libfcgi0ldbl:armhf (2.4.2-2) ...
12:57:25 #10 44.81 Selecting previously unselected package libfcgi-perl.
12:57:25 #10 44.81 Preparing to unpack .../212-libfcgi-perl_0.82+ds-2_armhf.deb ...
12:57:25 #10 44.82 Unpacking libfcgi-perl (0.82+ds-2) ...
12:57:25 #10 44.86 Selecting previously unselected package libcgi-fast-perl.
12:57:25 #10 44.86 Preparing to unpack .../213-libcgi-fast-perl_1%3a2.15-1_all.deb ...
12:57:25 #10 44.87 Unpacking libcgi-fast-perl (1:2.15-1) ...
12:57:25 #10 44.91 Selecting previously unselected package libclass-data-inheritable-perl.
12:57:25 #10 44.91 Preparing to unpack .../214-libclass-data-inheritable-perl_0.08-3_all.deb ...
12:57:25 #10 44.92 Unpacking libclass-data-inheritable-perl (0.08-3) ...
12:57:25 #10 44.95 Selecting previously unselected package libclass-inspector-perl.
12:57:25 #10 44.95 Preparing to unpack .../215-libclass-inspector-perl_1.36-3_all.deb ...
12:57:25 #10 44.96 Unpacking libclass-inspector-perl (1.36-3) ...
12:57:25 #10 45.00 Selecting previously unselected package libcommon-sense-perl:armhf.
12:57:25 #10 45.00 Preparing to unpack .../216-libcommon-sense-perl_3.75-3_armhf.deb ...
12:57:25 #11 53.29 Setting up libio-async-loop-epoll-perl (0.20-1) ...
12:57:25 #11 53.30 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
12:57:25 #11 53.44 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:57:25 #11 53.45 Setting up libmodule-runtime-perl (0.016-1) ...
12:57:25 #11 53.46 Setting up libmailtools-perl (2.21-1) ...
12:57:25 #11 53.46 Setting up git (1:2.25.1-1ubuntu3.8) ...
12:57:25 #11 53.49 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
12:57:25 #11 53.53 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:57:25 #13 2.330 dpkg-buildpackage: info: source package docker-ce-build-deps
12:57:25 #13 2.330 dpkg-buildpackage: info: source version 1.0
12:57:25 #13 2.330 dpkg-buildpackage: info: source distribution unstable
12:57:25 #13 2.330 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:57:25 #13 2.367  dpkg-source --before-build .
12:57:25 #13 2.368 dpkg-buildpackage: info: host architecture arm64
12:57:25 #13 2.476  debian/rules clean
12:57:25 #13 2.478 dh clean
12:57:25 #13 2.572    dh_clean
12:57:25 #13 0.882 Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease
12:57:25 #10 49.02 (61/140): perl-IO-Socket-SSL-2.075-1.fc37.noarc 3.1 MB/s | 221 kB     00:00    
12:57:25 #10 49.02 (62/140): perl-IPC-Open3-1.22-492.fc37.noarch.r 374 kB/s |  26 kB     00:00    
12:57:25 #10 49.02 (63/140): perl-MIME-Base64-3.16-489.fc37.x86_64 438 kB/s |  30 kB     00:00    
12:57:25 #10 49.03 (64/140): perl-Mozilla-CA-20211001-4.fc37.noarc 1.5 MB/s |  12 kB     00:00    
12:57:25 #10 49.03 (65/140): perl-NDBM_File-1.15-492.fc37.x86_64.r 2.0 MB/s |  25 kB     00:00    
12:57:25 #10 49.05 (66/140): perl-Net-SSLeay-1.92-4.fc37.x86_64.rp  17 MB/s | 362 kB     00:00    
12:57:25 #10 49.06 (67/140): perl-PathTools-3.84-489.fc37.x86_64.r 3.8 MB/s |  89 kB     00:00    
12:57:25 #10 49.07 (68/140): perl-POSIX-2.03-492.fc37.x86_64.rpm   2.7 MB/s | 101 kB     00:00    
12:57:25 #10 49.07 (69/140): perl-Pod-Escapes-1.07-489.fc37.noarch 767 kB/s |  20 kB     00:00    
12:57:25 #10 49.08 (70/140): perl-Pod-Perldoc-3.28.01-490.fc37.noa 3.9 MB/s |  90 kB     00:00    
12:57:25 #10 49.09 (71/140): perl-Pod-Simple-3.43-490.fc37.noarch.  16 MB/s | 225 kB     00:00    
12:57:25 #10 49.09 (72/140): perl-Scalar-List-Utils-1.63-489.fc37. 5.7 MB/s |  72 kB     00:00    
12:57:25 #10 49.10 (73/140): perl-Pod-Usage-2.03-3.fc37.noarch.rpm 1.6 MB/s |  40 kB     00:00    
12:57:25 #10 49.10 (74/140): perl-SelectSaver-1.02-492.fc37.noarch 1.0 MB/s |  15 kB     00:00    
12:57:25 #10 49.11 (75/140): perl-Socket-2.036-1.fc37.x86_64.rpm   3.8 MB/s |  55 kB     00:00    
12:57:25 #10 49.11 (76/140): perl-Storable-3.26-489.fc37.x86_64.rp 9.8 MB/s |  97 kB     00:00    
12:57:25 #10 49.12 (77/140): perl-Symbol-1.09-492.fc37.noarch.rpm  1.3 MB/s |  17 kB     00:00    
12:57:25 #10 49.12 (78/140): perl-Term-ANSIColor-5.01-490.fc37.noa 4.2 MB/s |  48 kB     00:00    
12:57:25 #10 49.13 (79/140): perl-Term-Cap-1.17-489.fc37.noarch.rp 1.2 MB/s |  22 kB     00:00    
12:57:25 #10 49.13 (80/140): perl-Text-ParseWords-3.31-489.fc37.no 959 kB/s |  16 kB     00:00    
12:57:25 #10 49.14 (81/140): perl-Text-Tabs+Wrap-2021.0814-489.fc3 2.6 MB/s |  22 kB     00:00    
12:57:25 #10 49.14 (82/140): perl-Time-Local-1.300-489.fc37.noarch 2.6 MB/s |  33 kB     00:00    
12:57:25 #10 49.15 (83/140): perl-base-2.27-492.fc37.noarch.rpm    1.3 MB/s |  19 kB     00:00    
12:57:25 #10 49.15 (84/140): perl-if-0.61.000-492.fc37.noarch.rpm  2.2 MB/s |  17 kB     00:00    
12:57:25 #10 49.16 (85/140): perl-interpreter-5.36.0-492.fc37.x86_ 7.4 MB/s |  75 kB     00:00    
12:57:25 #10 49.17 (86/140): perl-constant-1.33-490.fc37.noarch.rp 1.0 MB/s |  23 kB     00:00    
12:57:25 #10 49.18 (87/140): perl-libnet-3.14-490.fc37.noarch.rpm  5.5 MB/s | 132 kB     00:00    
12:57:25 #10 49.19 (88/140): perl-libs-5.36.0-492.fc37.x86_64.rpm   66 MB/s | 2.2 MB     00:00    
12:57:25 #10 49.20 (89/140): perl-mro-1.26-492.fc37.x86_64.rpm     1.2 MB/s |  32 kB     00:00    
12:57:25 #10 49.21 (90/140): perl-overload-1.35-492.fc37.noarch.rp 1.4 MB/s |  49 kB     00:00    
12:57:25 #10 49.22 (91/140): perl-overloading-0.02-492.fc37.noarch 653 kB/s |  16 kB     00:00    
12:57:25 #10 49.23 (92/140): perl-parent-0.238-489.fc37.noarch.rpm 516 kB/s |  14 kB     00:00    
12:57:25 #10 49.23 (93/140): perl-podlators-4.14-489.fc37.noarch.r 6.4 MB/s | 116 kB     00:00    
12:57:25 #10 49.23 (94/140): perl-srpm-macros-1-46.fc37.noarch.rpm 1.0 MB/s | 8.3 kB     00:00    
12:57:25 #10 49.24 (95/140): perl-subs-1.04-492.fc37.noarch.rpm    1.4 MB/s |  15 kB     00:00    
12:57:25 #10 49.24 (96/140): perl-vars-1.05-492.fc37.noarch.rpm    1.8 MB/s |  16 kB     00:00    
12:57:25 #10 49.24 (97/140): pkgconf-1.8.0-3.fc37.x86_64.rpm       6.3 MB/s |  41 kB     00:00    
12:57:25 #10 49.25 (98/140): pkgconf-m4-1.8.0-3.fc37.noarch.rpm    1.5 MB/s |  14 kB     00:00    
12:57:25 #10 49.25 (99/140): pkgconf-pkg-config-1.8.0-3.fc37.x86_6 1.0 MB/s |  10 kB     00:00    
12:57:25 #10 49.26 (100/140): python3-distro-1.7.0-3.fc37.noarch.r 9.5 MB/s |  48 kB     00:00    
12:57:25 #10 49.26 (101/140): python3-dateutil-2.8.2-4.fc37.noarch  23 MB/s | 361 kB     00:00    
12:57:25 #10 49.27 (102/140): python3-construct-2.10.68-3.fc37.noa 7.1 MB/s | 152 kB     00:00    
12:57:25 #10 49.27 (103/140): python3-dnf-plugins-core-4.3.1-1.fc3  15 MB/s | 278 kB     00:00    
12:57:25 #10 49.28 (104/140): python3-enchant-3.2.2-5.fc37.noarch. 6.7 MB/s | 103 kB     00:00    
12:57:25 #10 49.28 (105/140): python3-pybeam-0.7-4.fc37.noarch.rpm 4.4 MB/s |  32 kB     00:00    
12:57:25 #10 49.29 (106/140): python3-file-magic-5.42-4.fc37.noarc 1.9 MB/s |  20 kB     00:00    
12:57:25 #10 49.29 (107/140): python3-six-1.16.0-8.fc37.noarch.rpm 5.6 MB/s |  42 kB     00:00    
12:57:25 #10 49.30 (108/140): python3-pyxdg-0.27-6.fc37.noarch.rpm 7.9 MB/s | 135 kB     00:00    
12:57:25 #10 49.30 (109/140): python3-tomli-w-1.0.0-4.fc37.noarch. 1.4 MB/s |  21 kB     00:00    
12:57:25 #10 49.31 (110/140): rpm-build-4.18.0-1.fc37.x86_64.rpm   5.4 MB/s |  77 kB     00:00    
12:57:25 #10 49.31 (111/140): unzip-6.0-58.fc37.x86_64.rpm          14 MB/s | 182 kB     00:00    
12:57:25 #10 62.59 Setting up libxml-sax-perl (1.02+dfsg-3) ...
12:57:25 #10 62.65 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:57:25 #10 62.71 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:25 #10 38.17 Selecting previously unselected package libhtml-tree-perl.
12:57:25 #10 38.18 Preparing to unpack .../086-libhtml-tree-perl_5.07-2_all.deb ...
12:57:25 #10 38.18 Unpacking libhtml-tree-perl (5.07-2) ...
12:57:25 #10 38.23 Selecting previously unselected package libio-html-perl.
12:57:25 #10 38.24 Preparing to unpack .../087-libio-html-perl_1.004-2_all.deb ...
12:57:25 #10 38.24 Unpacking libio-html-perl (1.004-2) ...
12:57:25 #10 38.28 Selecting previously unselected package liblwp-mediatypes-perl.
12:57:25 #10 38.28 Preparing to unpack .../088-liblwp-mediatypes-perl_6.04-1_all.deb ...
12:57:25 #10 38.28 Unpacking liblwp-mediatypes-perl (6.04-1) ...
12:57:25 #10 38.32 Selecting previously unselected package libhttp-message-perl.
12:57:25 #10 38.32 Preparing to unpack .../089-libhttp-message-perl_6.28-1_all.deb ...
12:57:25 #10 38.33 Unpacking libhttp-message-perl (6.28-1) ...
12:57:25 #10 38.37 Selecting previously unselected package libhttp-cookies-perl.
12:57:25 #10 38.37 Preparing to unpack .../090-libhttp-cookies-perl_6.10-1_all.deb ...
12:57:25 #10 38.37 Unpacking libhttp-cookies-perl (6.10-1) ...
12:57:25 #13 7.586 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_arm64.deb ...
12:57:25 #13 7.594 Unpacking libjsoncpp1:arm64 (1.7.4-3.1ubuntu2) ...
12:57:25 #13 7.640 Selecting previously unselected package librhash0:arm64.
12:57:25 #13 7.643 Preparing to unpack .../04-librhash0_1.3.9-1_arm64.deb ...
12:57:25 #13 7.649 Unpacking librhash0:arm64 (1.3.9-1) ...
12:57:25 #13 7.696 Selecting previously unselected package libuv1:arm64.
12:57:25 #13 7.699 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_arm64.deb ...
12:57:25 #13 7.705 Unpacking libuv1:arm64 (1.34.2-1ubuntu1.3) ...
12:57:25 #13 7.740 Selecting previously unselected package cmake.
12:57:25 #13 7.743 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1.20.04.1_arm64.deb ...
12:57:25 #13 7.746 Unpacking cmake (3.16.3-1ubuntu1.20.04.1) ...
12:57:25 #13 6.337 Preparing to unpack .../07-cmake-data_3.24.2-1ubuntu1_all.deb ...
12:57:25 #13 6.344 Unpacking cmake-data (3.24.2-1ubuntu1) ...
12:57:25 #12 0.778 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
12:57:25 #12 0.783 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease
12:57:25 #12 0.797 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
12:57:25 #12 0.809 Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
12:57:25 #13 28.13   Installing       : cmake-data-3.20.2-8.el9.noarch                       30/68 
12:57:25 #13 28.34   Installing       : cmake-3.20.2-8.el9.x86_64                            31/68 
12:57:25 #13 28.38   Installing       : libtool-ltdl-2.4.6-45.el9.x86_64                     32/68 
12:57:25 #12 9.104 (96/97): libxcrypt-4.4.33-4.fc37.aarch64.rpm    833 kB/s | 123 kB     00:00    
12:57:25 #12 9.133 (97/97): systemd-libs-251.10-588.fc37.aarch64.r 3.7 MB/s | 590 kB     00:00    
12:57:25 #12 9.137 --------------------------------------------------------------------------------
12:57:25 #12 9.138 Total                                            14 MB/s |  97 MB     00:07     
12:57:25 #10 45.01 Unpacking libcommon-sense-perl:armhf (3.75-3) ...
12:57:25 #10 45.05 Selecting previously unselected package libconfig-tiny-perl.
12:57:25 #10 45.05 Preparing to unpack .../217-libconfig-tiny-perl_2.28-2_all.deb ...
12:57:25 #10 45.06 Unpacking libconfig-tiny-perl (2.28-2) ...
12:57:25 #10 45.11 Selecting previously unselected package libparams-util-perl.
12:57:25 #10 45.11 Preparing to unpack .../218-libparams-util-perl_1.102-2+b1_armhf.deb ...
12:57:25 #10 45.12 Unpacking libparams-util-perl (1.102-2+b1) ...
12:57:25 #10 45.16 Selecting previously unselected package libsub-install-perl.
12:57:25 #10 45.16 Preparing to unpack .../219-libsub-install-perl_0.929-1_all.deb ...
12:57:25 #10 45.17 Unpacking libsub-install-perl (0.929-1) ...
12:57:25 #10 45.21 Selecting previously unselected package libdata-optlist-perl.
12:57:25 #10 45.21 Preparing to unpack .../220-libdata-optlist-perl_0.113-1_all.deb ...
12:57:25 #10 45.23 Unpacking libdata-optlist-perl (0.113-1) ...
12:57:25 #11 53.60 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:57:25 #11 53.67 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:25 #11 53.79 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:25 #13 2.609  debian/rules binary
12:57:25 #13 2.612 dh binary
12:57:25 #13 2.696    dh_update_autotools_config
12:57:25 #13 2.726    dh_autoreconf
12:57:25 #13 2.769    create-stamp debian/debhelper-build-stamp
12:57:25 #13 2.769    dh_prep
12:57:25 #13 2.799    dh_auto_install --destdir=debian/docker-ce-build-deps/
12:57:25 #13 2.852    dh_install
12:57:25 #13 2.886    dh_installdocs
12:57:25 #13 2.930    dh_installchangelogs
12:57:25 #10 62.83 
12:57:25 #10 62.83 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:25 #10 62.86 Setting up libfeature-compat-class-perl (0.05-1) ...
12:57:25 #10 62.87 Setting up python3-six (1.16.0-4) ...
12:57:25 #10 63.00 Setting up dh-autoreconf (20) ...
12:57:25 #10 63.01 Setting up libdata-validate-uri-perl (0.07-2) ...
12:57:25 #10 63.02 Setting up libnet-smtp-ssl-perl (1.04-2) ...
12:57:25 #10 63.03 Setting up python3-gpg (1.18.0-3+b1) ...
12:57:25 #10 38.41 Selecting previously unselected package libhttp-negotiate-perl.
12:57:25 #10 38.41 Preparing to unpack .../091-libhttp-negotiate-perl_6.01-1_all.deb ...
12:57:25 #10 38.42 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:57:25 #10 38.45 Selecting previously unselected package perl-openssl-defaults:armhf.
12:57:25 #10 38.46 Preparing to unpack .../092-perl-openssl-defaults_5_armhf.deb ...
12:57:25 #10 38.46 Unpacking perl-openssl-defaults:armhf (5) ...
12:57:25 #10 38.50 Selecting previously unselected package libnet-ssleay-perl.
12:57:25 #10 38.50 Preparing to unpack .../093-libnet-ssleay-perl_1.88-3+b1_armhf.deb ...
12:57:25 #10 38.51 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
12:57:25 #10 38.58 Selecting previously unselected package libio-socket-ssl-perl.
12:57:25 #10 38.58 Preparing to unpack .../094-libio-socket-ssl-perl_2.069-1_all.deb ...
12:57:25 #10 38.59 Unpacking libio-socket-ssl-perl (2.069-1) ...
12:57:25 #10 49.32 (112/140): shared-mime-info-2.2-2.fc37.x86_64.r  17 MB/s | 381 kB     00:00    
12:57:25 #10 49.33 (113/140): xxhash-libs-0.8.1-3.fc37.x86_64.rpm  1.6 MB/s |  41 kB     00:00    
12:57:25 #10 49.34 (114/140): xz-5.2.5-10.fc37.x86_64.rpm           10 MB/s | 223 kB     00:00    
12:57:25 #10 49.35 (115/140): zip-3.0-33.fc37.x86_64.rpm            19 MB/s | 259 kB     00:00    
12:57:25 #10 49.38 (116/140): zstd-1.5.2-3.fc37.x86_64.rpm         9.2 MB/s | 447 kB     00:00    
12:57:25 #10 49.38 (117/140): ansible-srpm-macros-1-8.1.fc37.noarc 197 kB/s | 8.6 kB     00:00    
12:57:25 #10 49.40 (118/140): binutils-gold-2.38-25.fc37.x86_64.rp  42 MB/s | 775 kB     00:00    
12:57:25 #10 49.41 (119/140): dbus-libs-1.14.4-1.fc37.x86_64.rpm   5.6 MB/s | 155 kB     00:00    
12:57:25 #10 49.44 (120/140): binutils-2.38-25.fc37.x86_64.rpm      89 MB/s | 5.4 MB     00:00    
12:57:25 #10 49.45 (121/140): debugedit-5.0-7.fc37.x86_64.rpm      1.9 MB/s |  77 kB     00:00    
12:57:25 #10 49.45 (122/140): emacs-filesystem-28.2-3.fc37.noarch. 214 kB/s | 7.5 kB     00:00    
12:57:25 #10 49.47 (123/140): gnat-srpm-macros-5-1.fc37.noarch.rpm 897 kB/s | 8.3 kB     00:00    
12:57:25 #10 49.48 (124/140): glibc-gconv-extra-2.36-9.fc37.x86_64  48 MB/s | 1.6 MB     00:00    
12:57:25 #10 49.50 (125/140): gdb-minimal-12.1-7.fc37.x86_64.rpm    68 MB/s | 3.9 MB     00:00    
12:57:25 #10 49.51 (126/140): perl-Getopt-Long-2.54-1.fc37.noarch. 1.4 MB/s |  60 kB     00:00    
12:57:25 #10 49.51 (127/140): perl-URI-5.17-1.fc37.noarch.rpm      4.2 MB/s | 123 kB     00:00    
12:57:25 #10 49.52 (128/140): python-srpm-macros-3.11-5.fc37.noarc 3.2 MB/s |  24 kB     00:00    
12:57:25 #10 49.52 (129/140): pyproject-srpm-macros-1.6.0-1.fc37.n 1.2 MB/s |  15 kB     00:00    
12:57:25 #10 49.52 (130/140): python3-dbus-1.3.2-1.fc37.x86_64.rpm  13 MB/s | 157 kB     00:00    
12:57:25 #10 49.53 (131/140): python3-zstandard-0.19.0-1.fc37.x86_  30 MB/s | 470 kB     00:00    
12:57:25 #10 49.54 (132/140): qt5-srpm-macros-5.15.8-1.fc37.noarch 802 kB/s | 8.0 kB     00:00    
12:57:25 #10 49.54 (133/140): redhat-rpm-config-229-1.fc37.noarch. 5.9 MB/s |  80 kB     00:00    
12:57:25 #10 49.54 (134/140): rpmautospec-rpm-macros-0.3.1-1.fc37. 956 kB/s | 8.8 kB     00:00    
12:57:25 #13 8.040 Selecting previously unselected package dh-apparmor.
12:57:25 #13 8.043 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
12:57:25 #13 8.047 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
12:57:25 #13 8.084 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:57:25 #13 8.087 Preparing to unpack .../08-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_arm64.deb ...
12:57:25 #13 8.090 Unpacking libdevmapper1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
12:57:25 #13 8.134 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
12:57:25 #13 6.700 Selecting previously unselected package cmake.
12:57:25 #13 6.700 Preparing to unpack .../08-cmake_3.24.2-1ubuntu1_amd64.deb ...
12:57:25 #13 6.702 Unpacking cmake (3.24.2-1ubuntu1) ...
12:57:25 #13 6.851 Selecting previously unselected package dh-apparmor.
12:57:25 #13 6.854 Preparing to unpack .../09-dh-apparmor_3.0.7-1ubuntu2_all.deb ...
12:57:25 #13 6.857 Unpacking dh-apparmor (3.0.7-1ubuntu2) ...
12:57:25 #13 6.884 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:57:25 #13 6.887 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.185-1ubuntu1_amd64.deb ...
12:57:25 #13 28.39   Installing       : libsepol-devel-3.5-0.rc2.1.el9.x86_64                33/68 
12:57:25 #13 3.021    dh_perl
12:57:25 #13 3.058    dh_link
12:57:25 #13 3.094    dh_strip_nondeterminism
12:57:25 #13 3.162    dh_compress
12:57:25 #10 45.27 Selecting previously unselected package libsub-exporter-perl.
12:57:25 #10 45.27 Preparing to unpack .../221-libsub-exporter-perl_0.989-1_all.deb ...
12:57:25 #10 45.28 Unpacking libsub-exporter-perl (0.989-1) ...
12:57:25 #10 45.32 Selecting previously unselected package libconst-fast-perl.
12:57:25 #10 45.32 Preparing to unpack .../222-libconst-fast-perl_0.014-2_all.deb ...
12:57:25 #10 45.33 Unpacking libconst-fast-perl (0.014-2) ...
12:57:25 #10 45.37 Selecting previously unselected package libwant-perl.
12:57:25 #10 45.37 Preparing to unpack .../223-libwant-perl_0.29-2+b1_armhf.deb ...
12:57:25 #10 45.38 Unpacking libwant-perl (0.29-2+b1) ...
12:57:25 #10 45.43 Selecting previously unselected package libcontextual-return-perl.
12:57:25 #10 45.43 Preparing to unpack .../224-libcontextual-return-perl_0.004014-4_all.deb ...
12:57:25 #10 45.44 Unpacking libcontextual-return-perl (0.004014-4) ...
12:57:25 #10 45.48 Selecting previously unselected package libconvert-binhex-perl.
12:57:25 #10 45.49 Preparing to unpack .../225-libconvert-binhex-perl_1.125-3_all.deb ...
12:57:25 #10 45.49 Unpacking libconvert-binhex-perl (1.125-3) ...
12:57:25 #10 45.54 Selecting previously unselected package libcpanel-json-xs-perl:armhf.
12:57:25 #10 45.54 Preparing to unpack .../226-libcpanel-json-xs-perl_4.32-1+b1_armhf.deb ...
12:57:25 #11 53.82 Setting up dh-strip-nondeterminism (1.7.0-1) ...
12:57:25 #11 53.83 Setting up libconst-fast-perl (0.014-1) ...
12:57:25 #11 53.84 Setting up libhttp-daemon-perl (6.06-1ubuntu0.1) ...
12:57:25 #11 53.85 Setting up libgit-wrapper-perl (0.048-1) ...
12:57:25 #11 53.86 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.15) ...
12:57:25 #11 53.89 Setting up curl (7.68.0-1ubuntu2.15) ...
12:57:25 #11 53.89 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
12:57:25 #11 53.90 Setting up libmodule-implementation-perl (0.09-1) ...
12:57:25 #11 53.92 Setting up libemail-valid-perl (1.202-1) ...
12:57:25 #11 53.93 Setting up libpackage-stash-perl (0.38-1) ...
12:57:25 #11 53.94 Setting up libimport-into-perl (1.002005-1) ...
12:57:25 #11 53.94 Setting up libmoo-perl (2.003006-1) ...
12:57:25 #11 53.95 Setting up liblist-someutils-perl (0.58-1) ...
12:57:25 #11 53.96 Setting up liblist-someutils-xs-perl (0.58-2) ...
12:57:25 #11 53.97 Setting up gnupg (2.2.19-3ubuntu2.2) ...
12:57:25 #11 53.98 Setting up libmoox-aliases-perl (0.001006-1) ...
12:57:25 #11 53.99 Setting up libparams-validate-perl (1.29-3) ...
12:57:25 #11 54.00 Setting up libb-hooks-endofscope-perl (0.24-1) ...
12:57:25 #11 54.01 Setting up libnamespace-clean-perl (0.27-1) ...
12:57:25 + set -e
12:57:25 + mkdir -p /root/build-deb/engine
12:57:25 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:57:25 #10 65.56 Setting up libgpgme11:amd64 (1.12.0-6) ...
12:57:25 #10 65.58 Setting up gcc (4:8.3.0-1) ...
12:57:25 #10 65.60 Setting up python3-six (1.12.0-1) ...
12:57:25 #10 65.73 Setting up dirmngr (2.2.12-1+deb10u2) ...
12:57:25 #10 65.76 Setting up perl (5.28.1-6+deb10u1) ...
12:57:25 #10 65.78 Setting up libpackage-stash-xs-perl (0.29-1) ...
12:57:25 #10 65.79 Setting up python3-gpg (1.12.0-6) ...
12:57:25 #10 65.95 Setting up libdata-dump-perl (1.23-1) ...
12:57:25 #10 65.97 Setting up python3-certifi (2018.8.24-1) ...
12:57:25 #10 66.09 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
12:57:25 #10 66.11 Setting up libref-util-perl (0.204-1) ...
12:57:25 #10 66.12 Setting up libipc-system-simple-perl (1.25-4) ...
12:57:25 #10 66.14 Setting up libnet-domain-tld-perl (1.75-1) ...
12:57:25 #10 63.20 Setting up python3-certifi (2022.9.24-1) ...
12:57:25 #10 63.33 Setting up libmodule-runtime-perl (0.016-2) ...
12:57:25 #10 38.66 Selecting previously unselected package libnet-http-perl.
12:57:25 #10 38.66 Preparing to unpack .../095-libnet-http-perl_6.20-1_all.deb ...
12:57:25 #10 38.67 Unpacking libnet-http-perl (6.20-1) ...
12:57:25 #10 38.71 Selecting previously unselected package liblwp-protocol-https-perl.
12:57:25 #10 38.71 Preparing to unpack .../096-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:57:25 #10 38.72 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:57:25 #10 38.76 Selecting previously unselected package libtry-tiny-perl.
12:57:25 #10 38.76 Preparing to unpack .../097-libtry-tiny-perl_0.30-1_all.deb ...
12:57:25 #10 38.76 Unpacking libtry-tiny-perl (0.30-1) ...
12:57:25 #10 38.79 Selecting previously unselected package libwww-robotrules-perl.
12:57:25 #10 38.80 Preparing to unpack .../098-libwww-robotrules-perl_6.02-1_all.deb ...
12:57:25 #10 38.80 Unpacking libwww-robotrules-perl (6.02-1) ...
12:57:25 #10 38.84 Selecting previously unselected package libwww-perl.
12:57:25 #10 38.84 Preparing to unpack .../099-libwww-perl_6.52-1_all.deb ...
12:57:25 #10 38.84 Unpacking libwww-perl (6.52-1) ...
12:57:25 #10 49.55 (135/140): rpmlint-2.4.0-3.fc37.noarch.rpm       31 MB/s | 330 kB     00:00    
12:57:25 #10 49.55 (136/140): rust-srpm-macros-23-1.fc37.noarch.rp 862 kB/s | 9.4 kB     00:00    
12:57:25 #10 49.56 (137/140): rpmlint-fedora-license-data-1.12-1.f 802 kB/s |  18 kB     00:00    
12:57:25 #10 49.58 (138/140): glibc-2.36-9.fc37.x86_64.rpm          66 MB/s | 2.1 MB     00:00    
12:57:25 #10 49.59 (139/140): glibc-common-2.36-9.fc37.x86_64.rpm   13 MB/s | 365 kB     00:00    
12:57:25 #10 49.59 (140/140): glibc-minimal-langpack-2.36-9.fc37.x 3.3 MB/s |  87 kB     00:00    
12:57:25 #10 49.60 --------------------------------------------------------------------------------
12:57:25 #10 49.60 Total                                            15 MB/s |  31 MB     00:02     
12:57:25 #13 8.137 Preparing to unpack .../09-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_arm64.deb ...
12:57:25 #13 8.144 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
12:57:25 #13 8.175 Selecting previously unselected package libudev-dev:arm64.
12:57:25 #13 8.178 Preparing to unpack .../10-libudev-dev_245.4-4ubuntu3.19_arm64.deb ...
12:57:25 #13 8.182 Unpacking libudev-dev:arm64 (245.4-4ubuntu3.19) ...
12:57:25 #13 8.211 Selecting previously unselected package libsepol1-dev:arm64.
12:57:25 #13 8.214 Preparing to unpack .../11-libsepol1-dev_3.0-1ubuntu0.1_arm64.deb ...
12:57:25 #13 8.218 Unpacking libsepol1-dev:arm64 (3.0-1ubuntu0.1) ...
12:57:25 #13 8.294 Selecting previously unselected package libpcre2-16-0:arm64.
12:57:25 #13 8.298 Preparing to unpack .../12-libpcre2-16-0_10.34-7ubuntu0.1_arm64.deb ...
12:57:25 #13 8.302 Unpacking libpcre2-16-0:arm64 (10.34-7ubuntu0.1) ...
12:57:25 #13 8.349 Selecting previously unselected package libpcre2-32-0:arm64.
12:57:25 #13 8.353 Preparing to unpack .../13-libpcre2-32-0_10.34-7ubuntu0.1_arm64.deb ...
12:57:25 #13 8.357 Unpacking libpcre2-32-0:arm64 (10.34-7ubuntu0.1) ...
12:57:25 #13 8.404 Selecting previously unselected package libpcre2-posix2:arm64.
12:57:25 #12 3.575 (1/97): device-mapper-1.02.175-7.fc36.aarch64.r 455 kB/s | 137 kB     00:00    
12:57:25 #12 1.574 Last metadata expiration check: 0:00:15 ago on Wed Feb  8 12:57:10 2023.
12:57:25 #13 6.890 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.185-1ubuntu1) ...
12:57:25 #13 6.912 Selecting previously unselected package libudev-dev:amd64.
12:57:25 #13 6.915 Preparing to unpack .../11-libudev-dev_251.4-1ubuntu7_amd64.deb ...
12:57:25 #13 6.919 Unpacking libudev-dev:amd64 (251.4-1ubuntu7) ...
12:57:25 #13 6.944 Selecting previously unselected package libsepol-dev:amd64.
12:57:25 #13 6.947 Preparing to unpack .../12-libsepol-dev_3.4-2_amd64.deb ...
12:57:25 #13 6.950 Unpacking libsepol-dev:amd64 (3.4-2) ...
12:57:25 #13 6.989 Selecting previously unselected package libpcre2-16-0:amd64.
12:57:25 #13 6.992 Preparing to unpack .../13-libpcre2-16-0_10.40-1ubuntu1_amd64.deb ...
12:57:25 #13 6.995 Unpacking libpcre2-16-0:amd64 (10.40-1ubuntu1) ...
12:57:25 #13 7.025 Selecting previously unselected package libpcre2-32-0:amd64.
12:57:25 #13 7.027 Preparing to unpack .../14-libpcre2-32-0_10.40-1ubuntu1_amd64.deb ...
12:57:25 #13 7.030 Unpacking libpcre2-32-0:amd64 (10.40-1ubuntu1) ...
12:57:25 #13 7.058 Selecting previously unselected package libpcre2-posix3:amd64.
12:57:25 #13 7.061 Preparing to unpack .../15-libpcre2-posix3_10.40-1ubuntu1_amd64.deb ...
12:57:25 #13 7.064 Unpacking libpcre2-posix3:amd64 (10.40-1ubuntu1) ...
12:57:25 #13 7.086 Selecting previously unselected package libpcre2-dev:amd64.
12:57:25 #13 7.089 Preparing to unpack .../16-libpcre2-dev_10.40-1ubuntu1_amd64.deb ...
12:57:25 #13 28.44   Installing       : libselinux-devel-3.5-0.rc2.1.el9.x86_64              34/68 
12:57:26 #15 DONE 1.8s
12:57:26 
12:57:26 #16 [stage-1 8/9] WORKDIR /root/build-deb
12:57:26 #16 DONE 0.0s
12:57:26 
12:57:26 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
12:57:26 #17 DONE 0.0s
12:57:26 
12:57:26 #18 exporting to image
12:57:26 #18 exporting layers
12:57:26 #13 3.208    dh_fixperms
12:57:26 #13 3.255    dh_missing
12:57:26 #13 3.283    dh_installdeb
12:57:26 #13 3.318    dh_gencontrol
12:57:26 #10 45.55 Unpacking libcpanel-json-xs-perl:armhf (4.32-1+b1) ...
12:57:26 #10 45.63 Selecting previously unselected package libdevel-stacktrace-perl.
12:57:26 #10 45.63 Preparing to unpack .../227-libdevel-stacktrace-perl_2.0400-2_all.deb ...
12:57:26 #10 45.63 Unpacking libdevel-stacktrace-perl (2.0400-2) ...
12:57:26 #10 45.74 Selecting previously unselected package libexception-class-perl.
12:57:26 #10 45.74 Preparing to unpack .../228-libexception-class-perl_1.45-1_all.deb ...
12:57:26 #10 45.76 Unpacking libexception-class-perl (1.45-1) ...
12:57:26 #10 66.15 Setting up libnet-libidn-perl (0.12.ds-3+b1) ...
12:57:26 #10 66.17 Setting up libvariable-magic-perl (0.62-1+b1) ...
12:57:26 #10 66.18 Setting up python3-idna (2.6-1) ...
12:57:26 #10 66.36 Setting up libio-html-perl (1.001-1) ...
12:57:26 #10 66.37 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
12:57:26 #10 66.38 Setting up libtest-refcount-perl (0.08-3) ...
12:57:26 #10 66.39 Setting up libparams-util-perl (1.07-3+b4) ...
12:57:26 #11 54.02 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
12:57:26 #11 54.03 Setting up libgitlab-api-v4-perl (0.25-1) ...
12:57:26 #11 54.04 Setting up libmoox-struct-perl (0.017-1) ...
12:57:26 #11 54.05 Setting up lintian (2.62.0ubuntu2.2) ...
12:57:26 #11 54.07 Setting up licensecheck (3.0.45-1) ...
12:57:26 #11 54.08 Setting up dh-autoreconf (19) ...
12:57:26 #11 54.09 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
12:57:26 #11 54.10 Setting up libwww-perl (6.43-1) ...
12:57:26 #11 54.11 Setting up debhelper (12.10ubuntu1) ...
12:57:26 #11 54.12 Setting up devscripts (2.20.2ubuntu2) ...
12:57:26 #10 63.35 Setting up libmailtools-perl (2.21-2) ...
12:57:26 #10 63.36 Setting up python3-idna (3.3-1) ...
12:57:26 #10 63.56 Setting up python3-urllib3 (1.26.12-1) ...
12:57:26 #10 38.90 Selecting previously unselected package patchutils.
12:57:26 #10 38.90 Preparing to unpack .../100-patchutils_0.4.2-1_armhf.deb ...
12:57:26 #10 38.90 Unpacking patchutils (0.4.2-1) ...
12:57:26 #10 38.95 Selecting previously unselected package libtinfo5:armhf.
12:57:26 #10 38.95 Preparing to unpack .../101-libtinfo5_6.2+20201114-2_armhf.deb ...
12:57:26 #10 38.96 Unpacking libtinfo5:armhf (6.2+20201114-2) ...
12:57:26 #10 39.00 Selecting previously unselected package wdiff.
12:57:26 #10 39.01 Preparing to unpack .../102-wdiff_1.2.2-2_armhf.deb ...
12:57:26 #10 39.01 Unpacking wdiff (1.2.2-2) ...
12:57:26 #10 39.07 Selecting previously unselected package devscripts.
12:57:26 #10 39.08 Preparing to unpack .../103-devscripts_2.21.3+deb11u1_armhf.deb ...
12:57:26 #10 39.10 Unpacking devscripts (2.21.3+deb11u1) ...
12:57:26 #13 1.055 Reading package lists...
12:57:26 #12 3.626 (2/97): checkpolicy-3.3-2.fc36.aarch64.rpm      955 kB/s | 336 kB     00:00    
12:57:26 #12 3.642 (3/97): device-mapper-devel-1.02.175-7.fc36.aar 652 kB/s |  43 kB     00:00    
12:57:26 #12 3.670 (4/97): cryptsetup-libs-2.4.3-2.fc36.aarch64.rp 1.1 MB/s | 430 kB     00:00    
12:57:26 #12 3.697 (5/97): device-mapper-libs-1.02.175-7.fc36.aarc 2.3 MB/s | 170 kB     00:00    
12:57:26 #12 3.738 (6/97): jsoncpp-1.9.5-2.fc36.aarch64.rpm        1.3 MB/s |  92 kB     00:00    
12:57:26 #12 3.759 (7/97): kmod-libs-29-7.fc36.aarch64.rpm         1.0 MB/s |  65 kB     00:00    
12:57:26 #12 3.797 (8/97): libcbor-0.7.0-5.fc36.aarch64.rpm        931 kB/s |  55 kB     00:00    
12:57:26 #12 3.825 (9/97): libedit-3.1-41.20210910cvs.fc36.aarch64 1.5 MB/s | 104 kB     00:00    
12:57:26 #12 3.857 (10/97): libmpc-1.2.1-4.fc36.aarch64.rpm        1.0 MB/s |  62 kB     00:00    
12:57:26 #12 3.890 (11/97): libseccomp-2.5.3-2.fc36.aarch64.rpm    1.1 MB/s |  71 kB     00:00    
12:57:26 #12 3.920 (12/97): libseccomp-devel-2.5.3-2.fc36.aarch64. 863 kB/s |  53 kB     00:00    
12:57:26 #13 8.407 Preparing to unpack .../14-libpcre2-posix2_10.34-7ubuntu0.1_arm64.deb ...
12:57:26 #13 8.411 Unpacking libpcre2-posix2:arm64 (10.34-7ubuntu0.1) ...
12:57:26 #13 8.446 Selecting previously unselected package libpcre2-dev:arm64.
12:57:26 #13 8.449 Preparing to unpack .../15-libpcre2-dev_10.34-7ubuntu0.1_arm64.deb ...
12:57:26 #13 8.453 Unpacking libpcre2-dev:arm64 (10.34-7ubuntu0.1) ...
12:57:26 #13 8.529 Selecting previously unselected package libselinux1-dev:arm64.
12:57:26 #13 8.530 Preparing to unpack .../16-libselinux1-dev_3.0-1build2_arm64.deb ...
12:57:26 #13 8.535 Unpacking libselinux1-dev:arm64 (3.0-1build2) ...
12:57:26 #13 8.580 Selecting previously unselected package libdevmapper-dev:arm64.
12:57:26 #13 8.580 Preparing to unpack .../17-libdevmapper-dev_2%3a1.02.167-1ubuntu1_arm64.deb ...
12:57:26 #13 8.583 Unpacking libdevmapper-dev:arm64 (2:1.02.167-1ubuntu1) ...
12:57:26 #13 8.615 Selecting previously unselected package libseccomp-dev:arm64.
12:57:26 #13 8.618 Preparing to unpack .../18-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_arm64.deb ...
12:57:26 #13 8.625 Unpacking libseccomp-dev:arm64 (2.5.1-1ubuntu1~20.04.2) ...
12:57:26 #13 8.665 Selecting previously unselected package libsystemd-dev:arm64.
12:57:26 #12 2.283 Package bash-5.2.9-2.fc36.x86_64 is already installed.
12:57:26 #13 7.092 Unpacking libpcre2-dev:amd64 (10.40-1ubuntu1) ...
12:57:26 #13 7.133 Selecting previously unselected package libselinux1-dev:amd64.
12:57:26 #13 7.136 Preparing to unpack .../17-libselinux1-dev_3.4-1_amd64.deb ...
12:57:26 #13 7.139 Unpacking libselinux1-dev:amd64 (3.4-1) ...
12:57:26 #13 7.171 Selecting previously unselected package libdevmapper-dev:amd64.
12:57:26 #13 7.175 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.185-1ubuntu1_amd64.deb ...
12:57:26 #13 7.178 Unpacking libdevmapper-dev:amd64 (2:1.02.185-1ubuntu1) ...
12:57:26 #13 7.201 Selecting previously unselected package libseccomp-dev:amd64.
12:57:26 #13 7.204 Preparing to unpack .../19-libseccomp-dev_2.5.4-1ubuntu1_amd64.deb ...
12:57:26 #13 7.207 Unpacking libseccomp-dev:amd64 (2.5.4-1ubuntu1) ...
12:57:26 #13 7.232 Selecting previously unselected package libsystemd-dev:amd64.
12:57:26 #13 7.235 Preparing to unpack .../20-libsystemd-dev_251.4-1ubuntu7_amd64.deb ...
12:57:26 #13 7.238 Unpacking libsystemd-dev:amd64 (251.4-1ubuntu7) ...
12:57:26 #13 7.289 Selecting previously unselected package pkg-config.
12:57:26 #13 7.292 Preparing to unpack .../21-pkg-config_0.29.2-1ubuntu3_amd64.deb ...
12:57:26 #13 7.295 Unpacking pkg-config (0.29.2-1ubuntu3) ...
12:57:26 #13 7.332 Setting up libseccomp-dev:amd64 (2.5.4-1ubuntu1) ...
12:57:26 #13 28.72   Installing       : kernel-headers-5.14.0-252.el9.x86_64                 35/68 
12:57:26 #13 28.86   Installing       : glibc-headers-2.34-58.el9.x86_64                     36/68 
12:57:26 #13 28.89   Installing       : libxcrypt-devel-4.4.18-3.el9.x86_64                  37/68 
12:57:26 #13 3.439    dh_md5sums
12:57:26 #13 3.478    dh_builddeb
12:57:26 #13 3.507 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:57:26 #13 3.581  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_arm64.buildinfo
12:57:26 #10 66.40 Setting up libdpkg-perl (1.19.8) ...
12:57:26 #10 66.42 Setting up autoconf (2.69-11) ...
12:57:26 #10 66.43 Setting up python3-urllib3 (1.24.1-1) ...
12:57:26 #10 66.60 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:57:26 #10 66.61 Setting up libcapture-tiny-perl (0.48-1) ...
12:57:26 #10 66.63 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
12:57:26 #10 66.64 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
12:57:26 #10 66.65 Setting up libsub-name-perl (0.21-1+b3) ...
12:57:26 #10 66.66 Setting up libtype-tiny-xs-perl (0.014-1+b1) ...
12:57:26 #10 66.68 Setting up g++-8 (8.3.0-6) ...
12:57:26 #10 66.69 Setting up libfile-chdir-perl (0.1008-1) ...
12:57:26 #10 66.70 Setting up xauth (1:1.0.10-1) ...
12:57:26 #10 66.71 Setting up libpath-tiny-perl (0.108-1) ...
12:57:26 #10 66.72 Setting up libarchive-cpio-perl (0.10-1) ...
12:57:26 #10 66.73 Setting up libjson-perl (4.02000-1) ...
12:57:26 #10 66.74 Setting up libfcgi-perl (0.78-2+b3) ...
12:57:26 #10 66.76 Setting up libdevel-globaldestruction-perl (0.14-1) ...
12:57:26 #11 54.28 Setting up equivs (2.2.0) ...
12:57:26 #11 54.29 Setting up libxml-parser-perl (2.46-1) ...
12:57:26 #11 54.30 Setting up libxml-sax-expat-perl (0.51-1) ...
12:57:26 #11 54.34 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:57:26 #11 54.39 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:26 #11 54.51 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:26 #10 39.24 Selecting previously unselected package equivs.
12:57:26 #10 39.25 Preparing to unpack .../104-equivs_2.3.1_all.deb ...
12:57:26 #10 39.25 Unpacking equivs (2.3.1) ...
12:57:26 #10 39.29 Selecting previously unselected package libcurl3-gnutls:armhf.
12:57:26 #10 39.29 Preparing to unpack .../105-libcurl3-gnutls_7.74.0-1.3+deb11u5_armhf.deb ...
12:57:26 #10 39.30 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u5) ...
12:57:26 #10 39.36 Selecting previously unselected package liberror-perl.
12:57:26 #10 39.36 Preparing to unpack .../106-liberror-perl_0.17029-1_all.deb ...
12:57:26 #10 39.37 Unpacking liberror-perl (0.17029-1) ...
12:57:26 + mkdir -p /root/build-deb/cli
12:57:26 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:57:26 + mkdir -p /root/build-deb/buildx
12:57:26 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:57:26 #10 34.18 Selecting previously unselected package libfakeroot:armhf.
12:57:26 #10 34.18 Preparing to unpack .../086-libfakeroot_1.25.3-1.1_armhf.deb ...
12:57:26 #10 34.21 Unpacking libfakeroot:armhf (1.25.3-1.1) ...
12:57:26 #10 34.26 Selecting previously unselected package fakeroot.
12:57:26 #10 34.26 Preparing to unpack .../087-fakeroot_1.25.3-1.1_armhf.deb ...
12:57:26 #10 34.26 Unpacking fakeroot (1.25.3-1.1) ...
12:57:26 #10 34.32 Selecting previously unselected package libassuan0:armhf.
12:57:26 #10 34.32 Preparing to unpack .../088-libassuan0_2.5.3-7.1_armhf.deb ...
12:57:26 #10 34.32 Unpacking libassuan0:armhf (2.5.3-7.1) ...
12:57:26 #10 34.37 Selecting previously unselected package gpgconf.
12:57:26 #10 34.37 Preparing to unpack .../089-gpgconf_2.2.27-2+deb11u2_armhf.deb ...
12:57:26 #10 34.38 Unpacking gpgconf (2.2.27-2+deb11u2) ...
12:57:26 #10 34.47 Selecting previously unselected package libksba8:armhf.
12:57:26 #10 34.47 Preparing to unpack .../090-libksba8_1.5.0-3+deb11u2_armhf.deb ...
12:57:26 #10 34.48 Unpacking libksba8:armhf (1.5.0-3+deb11u2) ...
12:57:26 #10 34.55 Selecting previously unselected package libnpth0:armhf.
12:57:26 #10 34.55 Preparing to unpack .../091-libnpth0_1.6-3_armhf.deb ...
12:57:26 #10 34.55 Unpacking libnpth0:armhf (1.6-3) ...
12:57:26 #10 34.61 Selecting previously unselected package dirmngr.
12:57:26 #10 34.61 Preparing to unpack .../092-dirmngr_2.2.27-2+deb11u2_armhf.deb ...
12:57:26 #10 34.63 Unpacking dirmngr (2.2.27-2+deb11u2) ...
12:57:26 #10 34.71 Selecting previously unselected package gnupg-l10n.
12:57:26 #10 34.71 Preparing to unpack .../093-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
12:57:26 #10 34.72 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
12:57:26 #12 3.957 (13/97): libselinux-devel-3.3-4.fc36.aarch64.rp 1.6 MB/s | 113 kB     00:00    
12:57:26 #12 3.981 (14/97): libselinux-utils-3.3-4.fc36.aarch64.rp 2.3 MB/s | 144 kB     00:00    
12:57:26 #12 4.019 (15/97): libsepol-devel-3.3-3.fc36.aarch64.rpm  661 kB/s |  40 kB     00:00    
12:57:26 #12 4.040 (16/97): libutempter-1.2.1-6.fc36.aarch64.rpm   454 kB/s |  26 kB     00:00    
12:57:26 #12 4.086 (17/97): guile22-2.2.7-5.fc36.aarch64.rpm        14 MB/s | 6.4 MB     00:00    
12:57:26 #12 4.091 (18/97): libxkbcommon-1.4.0-1.fc36.aarch64.rpm  1.9 MB/s | 139 kB     00:00    
12:57:26 #12 4.110 (19/97): m4-1.4.19-3.fc36.aarch64.rpm           4.1 MB/s | 293 kB     00:00    
12:57:26 #12 4.160 (20/97): make-4.3-7.fc36.aarch64.rpm            7.2 MB/s | 529 kB     00:00    
12:57:26 #13 8.668 Preparing to unpack .../19-libsystemd-dev_245.4-4ubuntu3.19_arm64.deb ...
12:57:26 #13 8.671 Unpacking libsystemd-dev:arm64 (245.4-4ubuntu3.19) ...
12:57:26 #13 8.741 Selecting previously unselected package pkg-config.
12:57:26 #13 8.744 Preparing to unpack .../20-pkg-config_0.29.1-0ubuntu4_arm64.deb ...
12:57:26 #13 8.748 Unpacking pkg-config (0.29.1-0ubuntu4) ...
12:57:26 #13 8.796 Setting up libseccomp-dev:arm64 (2.5.1-1ubuntu1~20.04.2) ...
12:57:26 #13 8.806 Setting up libarchive13:arm64 (3.4.0-2ubuntu1.2) ...
12:57:26 #13 8.816 Setting up libsepol1-dev:arm64 (3.0-1ubuntu0.1) ...
12:57:26 #13 8.827 Setting up libpcre2-16-0:arm64 (10.34-7ubuntu0.1) ...
12:57:26 #13 8.839 Setting up libpcre2-32-0:arm64 (10.34-7ubuntu0.1) ...
12:57:26 #13 8.853 Setting up libuv1:arm64 (1.34.2-1ubuntu1.3) ...
12:57:26 #13 8.863 Setting up bash-completion (1:2.10-1ubuntu1) ...
12:57:26 #12 2.303 Package bash-5.2.9-2.fc36.x86_64 is already installed.
12:57:26 #12 2.313 Package bash-5.2.9-2.fc36.x86_64 is already installed.
12:57:26 #12 2.313 Package ca-certificates-2022.2.54-1.2.fc36.noarch is already installed.
12:57:26 #12 2.314 Package libarchive-3.5.3-3.fc36.x86_64 is already installed.
12:57:26 #12 2.314 Package pkgconf-pkg-config-1.8.0-2.fc36.x86_64 is already installed.
12:57:26 #12 2.315 Package tar-2:1.34-3.fc36.x86_64 is already installed.
12:57:26 #12 2.324 Package bash-5.2.9-2.fc36.x86_64 is already installed.
12:57:26 #12 2.339 Package bash-5.2.9-2.fc36.x86_64 is already installed.
12:57:26 #13 7.340 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.185-1ubuntu1) ...
12:57:26 #13 7.348 Setting up libarchive13:amd64 (3.6.0-1ubuntu1) ...
12:57:26 #13 7.356 Setting up libpcre2-16-0:amd64 (10.40-1ubuntu1) ...
12:57:26 #13 7.365 Setting up libpcre2-32-0:amd64 (10.40-1ubuntu1) ...
12:57:26 #13 7.374 Setting up libuv1:amd64 (1.44.2-1) ...
12:57:26 #13 7.381 Setting up emacsen-common (3.0.4) ...
12:57:26 #13 7.412 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
12:57:26 #13 7.420 Setting up bash-completion (1:2.11-6ubuntu1) ...
12:57:26 #13 7.437 Setting up libjsoncpp25:amd64 (1.9.5-4) ...
12:57:26 #13 7.445 Setting up pkg-config (0.29.2-1ubuntu3) ...
12:57:26 #13 7.487 Setting up libudev-dev:amd64 (251.4-1ubuntu7) ...
12:57:26 #13 7.495 Setting up libsepol-dev:amd64 (3.4-2) ...
12:57:26 #13 7.503 Setting up libpcre2-posix3:amd64 (10.40-1ubuntu1) ...
12:57:26 #13 7.511 Setting up librhash0:amd64 (1.4.2-1ubuntu1) ...
12:57:26 #13 7.519 Setting up cmake-data (3.24.2-1ubuntu1) ...
12:57:26 #13 7.553 Setting up dh-apparmor (3.0.7-1ubuntu2) ...
12:57:26 #13 7.561 Setting up libsystemd-dev:amd64 (251.4-1ubuntu7) ...
12:57:26 #13 7.569 Setting up libpcre2-dev:amd64 (10.40-1ubuntu1) ...
12:57:26 #13 7.578 Setting up libselinux1-dev:amd64 (3.4-1) ...
12:57:26 #13 7.586 Setting up libdevmapper-dev:amd64 (2:1.02.185-1ubuntu1) ...
12:57:26 #13 7.594 Setting up cmake (3.24.2-1ubuntu1) ...
12:57:26 #13 7.603 Setting up docker-ce-build-deps (1.0) ...
12:57:26 #13 7.612 Processing triggers for man-db (2.10.2-2) ...
12:57:26 #13 7.666 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:57:26 #14 15.73   Running scriptlet: selinux-policy-minimum-3.14.3-114.el8.noarch         42/90 
12:57:26 #14 17.16   Installing       : selinux-policy-minimum-3.14.3-114.el8.noarch         42/90 
12:57:26 #13 28.92   Installing       : glibc-devel-2.34-58.el9.x86_64                       38/68 
12:57:26 #13 3.738  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_arm64.changes
12:57:26 #13 3.822 dpkg-genchanges: info: binary-only upload (no source code included)
12:57:26 #13 3.825  dpkg-source --after-build .
12:57:26 #10 66.77 Setting up python3-unidiff (0.5.4-1) ...
12:57:26 #10 66.90 Setting up libstrictures-perl (2.000005-1) ...
12:57:26 #10 66.91 Setting up libsub-quote-perl (2.005001-1) ...
12:57:26 #10 66.92 Setting up libclass-xsaccessor-perl (1.19-3+b2) ...
12:57:26 #10 66.93 Setting up libsort-versions-perl (1.62-1) ...
12:57:26 #10 66.94 Setting up libexporter-tiny-perl (1.002001-1) ...
12:57:26 #10 66.96 Setting up libterm-readkey-perl (2.38-1) ...
12:57:26 #10 66.97 Setting up lsb-release (10.2019051400) ...
12:57:26 #10 66.98 Setting up libclass-accessor-perl (0.51-1) ...
12:57:26 #10 66.99 Setting up libnet-ip-perl (1.26-2) ...
12:57:26 #10 67.00 Setting up python3-magic (2:0.4.15-2) ...
12:57:26 #11 54.54 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
12:57:26 #11 54.56 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
12:57:26 #11 54.56 Updating certificates in /etc/ssl/certs...
12:57:26 #10 39.45 Selecting previously unselected package git-man.
12:57:26 #10 39.45 Preparing to unpack .../107-git-man_1%3a2.30.2-1+deb11u1_all.deb ...
12:57:26 #10 39.45 Unpacking git-man (1:2.30.2-1+deb11u1) ...
12:57:26 #10 39.57 Selecting previously unselected package git.
12:57:26 #10 39.57 Preparing to unpack .../108-git_1%3a2.30.2-1+deb11u1_armhf.deb ...
12:57:26 #10 39.59 Unpacking git (1:2.30.2-1+deb11u1) ...
12:57:26 #10 34.92 Selecting previously unselected package gnupg-utils.
12:57:26 #10 34.92 Preparing to unpack .../094-gnupg-utils_2.2.27-2+deb11u2_armhf.deb ...
12:57:26 #10 34.93 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
12:57:26 #10 35.07 Selecting previously unselected package gpg.
12:57:26 #10 35.07 Preparing to unpack .../095-gpg_2.2.27-2+deb11u2_armhf.deb ...
12:57:26 #10 35.07 Unpacking gpg (2.2.27-2+deb11u2) ...
12:57:26 #12 4.214 (21/97): openssh-8.8p1-1.fc36.1.aarch64.rpm     3.5 MB/s | 440 kB     00:00    
12:57:26 #12 4.223 (22/97): perl-Error-0.17029-8.fc36.noarch.rpm   658 kB/s |  41 kB     00:00    
12:57:26 #12 4.253 (23/97): openssh-clients-8.8p1-1.fc36.1.aarch64 4.6 MB/s | 671 kB     00:00    
12:57:26 #12 4.274 (24/97): perl-File-Compare-1.100.600-486.fc36.n 305 kB/s |  18 kB     00:00    
12:57:26 #12 4.286 (25/97): perl-File-Copy-2.35-486.fc36.noarch.rp 400 kB/s |  25 kB     00:00    
12:57:26 #12 4.312 (26/97): perl-File-Find-1.39-486.fc36.noarch.rp 523 kB/s |  30 kB     00:00    
12:57:26 #12 4.371 (27/97): perl-TermReadKey-2.38-12.fc36.aarch64. 370 kB/s |  36 kB     00:00    
12:57:26 #12 4.377 (28/97): perl-Thread-Queue-3.14-479.fc36.noarch 235 kB/s |  21 kB     00:00    
12:57:26 #14 DONE 2.2s
12:57:26 
12:57:26 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:57:26 #15 DONE 0.0s
12:57:26 
12:57:26 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:57:26 #16 DONE 0.0s
12:57:26 
12:57:26 #17 exporting to image
12:57:26 #17 exporting layers
12:57:26 #10 63.79 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ...
12:57:26 #10 63.85 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:57:26 #10 63.93 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:57:26 #10 64.00 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:26 #10 64.12 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:26 #10 64.15 Setting up dh-strip-nondeterminism (1.13.1-1) ...
12:57:26 #10 64.16 Setting up libconst-fast-perl (0.014-2) ...
12:57:26 #10 64.17 Setting up libhttp-daemon-perl (6.14-2) ...
12:57:26 #10 64.18 Setting up python3-unidiff (0.7.3-1) ...
12:57:26 #12 2.454 Dependencies resolved.
12:57:26 #12 2.481 ================================================================================
12:57:26 #12 2.481  Package                       Arch    Version                   Repo      Size
12:57:26 #12 2.481 ================================================================================
12:57:26 #12 2.481 Installing:
12:57:26 #12 2.481  cmake                         x86_64  3.25.2-1.fc36             updates  6.8 M
12:57:26 #12 2.481  device-mapper-devel           x86_64  1.02.175-7.fc36           fedora    43 k
12:57:26 #12 2.481  gcc                           x86_64  12.2.1-4.fc36             updates   33 M
12:57:26 #12 2.481  git                           x86_64  2.39.1-1.fc36             updates   66 k
12:57:26 #12 2.481  glibc-static                  x86_64  2.35-22.fc36              updates  1.9 M
12:57:26 #12 2.481  libseccomp-devel              x86_64  2.5.3-2.fc36              fedora    53 k
12:57:26 #12 2.481  libselinux-devel              x86_64  3.3-4.fc36                fedora   113 k
12:57:26 #12 2.481  libtool                       x86_64  2.4.7-1.fc36              updates  593 k
12:57:26 #12 2.481  libtool-ltdl-devel            x86_64  2.4.7-1.fc36              updates  157 k
12:57:26 #12 2.481  make                          x86_64  1:4.3-7.fc36              fedora   535 k
12:57:26 #12 2.481  selinux-policy-devel          noarch  36.17-1.fc36              updates  815 k
12:57:26 #12 2.481  systemd                       x86_64  250.9-1.fc36              updates  4.2 M
12:57:26 #12 2.481  systemd-devel                 x86_64  250.9-1.fc36              updates  451 k
12:57:26 #12 2.481  which                         x86_64  2.21-32.fc36              fedora    42 k
12:57:26 #12 2.481 Upgrading:
12:57:26 #12 2.481  libxcrypt                     x86_64  4.4.33-4.fc36             updates  120 k
12:57:26 #12 2.481  systemd-libs                  x86_64  250.9-1.fc36              updates  614 k
12:57:26 #12 2.481 Installing dependencies:
12:57:26 #12 2.481  annobin-docs                  noarch  10.93-1.fc36              updates   92 k
12:57:26 #12 2.481  annobin-plugin-gcc            x86_64  10.93-1.fc36              updates  886 k
12:57:26 #12 2.481  autoconf                      noarch  2.71-3.fc36               updates  720 k
12:57:26 #12 2.481  automake                      noarch  1.16.5-7.fc36             updates  675 k
12:57:26 #12 2.481  checkpolicy                   x86_64  3.3-2.fc36                fedora   339 k
12:57:26 #12 2.481  cmake-data                    noarch  3.25.2-1.fc36             updates  1.7 M
12:57:26 #12 2.481  cmake-filesystem              x86_64  3.25.2-1.fc36             updates   17 k
12:57:26 #12 2.481  cmake-rpm-macros              noarch  3.25.2-1.fc36             updates   16 k
12:57:26 #12 2.481  cpp                           x86_64  12.2.1-4.fc36             updates   11 M
12:57:26 #12 2.481  dbus                          x86_64  1:1.14.4-1.fc36           updates  7.2 k
12:57:26 #12 2.481  dbus-broker                   x86_64  32-1.fc36                 updates  175 k
12:57:26 #12 2.481  dbus-common                   noarch  1:1.14.4-1.fc36           updates   14 k
12:57:26 #12 2.481  device-mapper                 x86_64  1.02.175-7.fc36           fedora   139 k
12:57:26 #12 2.481  device-mapper-libs            x86_64  1.02.175-7.fc36           fedora   177 k
12:57:26 #12 2.481  gc                            x86_64  8.0.6-3.fc36              updates  103 k
12:57:26 #12 2.481  gcc-plugin-annobin            x86_64  12.2.1-4.fc36             updates   53 k
12:57:26 #12 2.481  git-core                      x86_64  2.39.1-1.fc36             updates  4.2 M
12:57:26 #12 2.481  git-core-doc                  noarch  2.39.1-1.fc36             updates  2.6 M
12:57:26 #12 2.481  glibc-devel                   x86_64  2.35-22.fc36              updates   71 k
12:57:26 #12 2.481  glibc-headers-x86             noarch  2.35-22.fc36              updates  476 k
12:57:26 #12 2.481  guile22                       x86_64  2.2.7-5.fc36              fedora   6.4 M
12:57:26 #12 2.481  jsoncpp                       x86_64  1.9.5-2.fc36              fedora    98 k
12:57:26 #12 2.481  kernel-headers                x86_64  6.1.5-100.fc36            updates  1.4 M
12:57:26 #12 2.481  kmod-libs                     x86_64  29-7.fc36                 fedora    68 k
12:57:26 #12 2.481  less                          x86_64  590-5.fc36                updates  161 k
12:57:26 #12 2.481  libargon2                     x86_64  20171227-9.fc36           updates   28 k
12:57:26 #12 2.481  libcbor                       x86_64  0.7.0-5.fc36              fedora    56 k
12:57:26 #12 2.481  libedit                       x86_64  3.1-41.20210910cvs.fc36   fedora   104 k
12:57:26 #12 2.481  libfdisk                      x86_64  2.38-1.fc36               updates  160 k
12:57:26 #12 2.481  libfido2                      x86_64  1.10.0-5.fc36             updates   94 k
12:57:26 #12 2.481  libmpc                        x86_64  1.2.1-4.fc36              fedora    61 k
12:57:26 #12 2.481  libseccomp                    x86_64  2.5.3-2.fc36              fedora    70 k
12:57:26 #12 2.481  libselinux-utils              x86_64  3.3-4.fc36                fedora   142 k
12:57:26 #12 2.481  libsepol-devel                x86_64  3.3-3.fc36                fedora    40 k
12:57:26 #12 2.481  libtool-ltdl                  x86_64  2.4.7-1.fc36              updates   37 k
12:57:26 #12 2.481  libutempter                   x86_64  1.2.1-6.fc36              fedora    26 k
12:57:26 #12 2.481  libuv                         x86_64  1:1.44.2-1.fc36           updates  151 k
12:57:26 #12 2.481  libxcrypt-devel               x86_64  4.4.33-4.fc36             updates   30 k
12:57:26 #12 2.481  libxcrypt-static              x86_64  4.4.33-4.fc36             updates  104 k
12:57:26 #12 2.481  m4                            x86_64  1.4.19-3.fc36             fedora   296 k
12:57:26 #12 2.481  openssh                       x86_64  8.8p1-1.fc36.1            fedora   451 k
12:57:26 #12 2.481  openssh-clients               x86_64  8.8p1-1.fc36.1            fedora   703 k
12:57:26 #12 2.481  pcre2-devel                   x86_64  10.40-1.fc36              updates  474 k
12:57:26 #12 2.481  pcre2-utf16                   x86_64  10.40-1.fc36              updates  216 k
12:57:26 #12 2.481  pcre2-utf32                   x86_64  10.40-1.fc36              updates  203 k
12:57:26 #12 2.481  perl-Error                    noarch  1:0.17029-8.fc36          fedora    41 k
12:57:26 #12 2.481  perl-File-Compare             noarch  1.100.600-486.fc36        fedora    18 k
12:57:26 #12 2.481  perl-File-Copy                noarch  2.35-486.fc36             fedora    25 k
12:57:26 #12 2.481  perl-File-Find                noarch  1.39-486.fc36             fedora    30 k
12:57:26 #12 2.481  perl-Git                      noarch  2.39.1-1.fc36             updates   43 k
12:57:26 #12 2.481  perl-TermReadKey              x86_64  2.38-12.fc36              fedora    36 k
12:57:26 #12 2.481  perl-Thread-Queue             noarch  3.14-479.fc36             fedora    21 k
12:57:26 #12 2.481  perl-lib                      x86_64  0.65-486.fc36             fedora    20 k
12:57:26 #12 2.481  perl-threads                  x86_64  1:2.26-449.fc36           fedora    57 k
12:57:26 #12 2.481  perl-threads-shared           x86_64  1.62-479.fc36             fedora    44 k
12:57:26 #12 2.481  policycoreutils               x86_64  3.3-4.fc36                fedora   202 k
12:57:26 #12 2.481  policycoreutils-devel         x86_64  3.3-4.fc36                fedora   142 k
12:57:26 #12 2.481  policycoreutils-python-utils  noarch  3.3-4.fc36                fedora    72 k
12:57:26 #12 2.481  python3-audit                 x86_64  3.0.9-1.fc36              updates   82 k
12:57:26 #12 2.481  python3-libselinux            x86_64  3.3-4.fc36                fedora   186 k
12:57:26 #12 2.481  python3-libsemanage           x86_64  3.3-3.fc36                fedora    80 k
12:57:26 #12 2.481  python3-policycoreutils       noarch  3.3-4.fc36                fedora   2.0 M
12:57:26 #12 2.481  python3-setools               x86_64  4.4.0-5.fc36              fedora   552 k
12:57:26 #12 2.481  python3-setuptools            noarch  59.6.0-3.fc36             updates  934 k
12:57:26 #12 2.481  rhash                         x86_64  1.4.2-2.fc36              fedora   185 k
12:57:26 #12 2.481  rpm-plugin-selinux            x86_64  4.17.1-3.fc36             updates   18 k
12:57:26 #12 2.481  selinux-policy                noarch  36.17-1.fc36              updates   66 k
12:57:26 #12 2.481  selinux-policy-targeted       noarch  36.17-1.fc36              updates  6.4 M
12:57:26 #12 2.481  systemd-pam                   x86_64  250.9-1.fc36              updates  334 k
12:57:26 #12 2.481  systemd-rpm-macros            noarch  250.9-1.fc36              updates   28 k
12:57:26 #12 2.481  util-linux                    x86_64  2.38-1.fc36               updates  2.3 M
12:57:26 #12 2.481  vim-filesystem                noarch  2:9.0.1262-1.fc36         updates   18 k
12:57:26 #12 2.481  xkeyboard-config              noarch  2.35.1-1.fc36             fedora   878 k
12:57:26 #12 2.481 Installing weak dependencies:
12:57:26 #12 2.481  cryptsetup-libs               x86_64  2.4.3-2.fc36              fedora   432 k
12:57:26 #12 2.481  libbpf                        x86_64  2:0.7.0-3.fc36            updates  159 k
12:57:26 #12 2.481  libxkbcommon                  x86_64  1.4.0-1.fc36              fedora   140 k
12:57:26 #12 2.481  qrencode-libs                 x86_64  4.1.1-2.fc36              fedora    61 k
12:57:26 #12 2.481  systemd-networkd              x86_64  250.9-1.fc36              updates  617 k
12:57:26 #12 2.481  systemd-resolved              x86_64  250.9-1.fc36              updates  276 k
12:57:26 #12 2.481 
12:57:26 #12 2.481 Transaction Summary
12:57:26 #12 2.481 ================================================================================
12:57:26 #12 2.481 Install  93 Packages
12:57:26 #12 2.481 Upgrade   2 Packages
12:57:26 #12 2.481 
12:57:26 #12 2.486 Total download size: 100 M
12:57:26 #12 2.486 Downloading Packages:
12:57:26 #13 2.070 dpkg-buildpackage: info: source package docker-ce-build-deps
12:57:26 #13 2.070 dpkg-buildpackage: info: source version 1.0
12:57:26 #13 2.070 dpkg-buildpackage: info: source distribution unstable
12:57:26 #13 2.070 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:57:26 #13 2.104  dpkg-source --before-build .
12:57:26 #13 2.104 dpkg-buildpackage: info: host architecture amd64
12:57:26 #13 2.229  debian/rules clean
12:57:26 #13 2.232 dh clean
12:57:26 #13 29.40   Installing       : gcc-11.3.1-4.3.el9.x86_64                            39/68 
12:57:26 #13 29.60   Installing       : glibc-static-2.34-58.el9.x86_64                      40/68 
12:57:26 #13 29.61   Installing       : libxcrypt-static-4.4.18-3.el9.x86_64                 41/68 
12:57:26 #13 29.61   Installing       : systemd-rpm-macros-252-3.el9.noarch                  42/68 
12:57:26 #13 29.61   Running scriptlet: openssh-8.7p1-28.el9.x86_64                          43/68 
12:57:26 #13 3.927 dpkg-buildpackage: info: binary-only upload (no source included)
12:57:26 #13 3.932 
12:57:26 #13 3.932 The package has been created.
12:57:26 #13 3.932 Attention, the package has been created in the current directory,
12:57:26 #13 3.932 not in ".." as indicated by the message above!
12:57:26 #13 3.992 Selecting previously unselected package docker-ce-build-deps.
12:57:26 #13 4.009 (Reading database ... 27555 files and directories currently installed.)
12:57:26 #13 4.011 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:57:26 #13 4.015 Unpacking docker-ce-build-deps (1.0) ...
12:57:26 #10 67.14 Setting up libperlio-gzip-perl (0.19-1+b5) ...
12:57:26 #10 67.15 Setting up libsys-hostname-long-perl (1.5-1) ...
12:57:26 #10 67.16 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ...
12:57:26 #10 67.18 Setting up liburi-perl (1.76-1) ...
12:57:26 #10 67.19 Setting up exim4-daemon-light (4.92-8+deb10u7) ...
12:57:26 #10 67.26 invoke-rc.d: could not determine current runlevel
12:57:26 #11 54.90 0 added, 0 removed; done.
12:57:26 #11 54.90 Running hooks in /etc/ca-certificates/update.d...
12:57:26 #11 54.90 done.
12:57:26 #12 1.084 Reading package lists...
12:57:26 #12 10.50 Running transaction check
12:57:26 #12 10.61 Transaction check succeeded.
12:57:26 #12 10.62 Running transaction test
12:57:26 #10 35.20 Selecting previously unselected package pinentry-curses.
12:57:26 #10 35.20 Preparing to unpack .../096-pinentry-curses_1.1.0-4_armhf.deb ...
12:57:26 #10 35.20 Unpacking pinentry-curses (1.1.0-4) ...
12:57:26 #10 35.27 Selecting previously unselected package gpg-agent.
12:57:26 #10 35.27 Preparing to unpack .../097-gpg-agent_2.2.27-2+deb11u2_armhf.deb ...
12:57:26 #10 35.28 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
12:57:26 #10 35.36 Selecting previously unselected package gpg-wks-client.
12:57:26 #10 35.36 Preparing to unpack .../098-gpg-wks-client_2.2.27-2+deb11u2_armhf.deb ...
12:57:26 #10 35.37 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
12:57:26 #12 4.385 (29/97): perl-lib-0.65-486.fc36.aarch64.rpm     274 kB/s |  20 kB     00:00    
12:57:26 #12 4.433 (30/97): perl-threads-2.26-449.fc36.aarch64.rpm 913 kB/s |  56 kB     00:00    
12:57:26 #12 4.444 (31/97): perl-threads-shared-1.62-479.fc36.aarc 731 kB/s |  43 kB     00:00    
12:57:26 #12 4.451 (32/97): policycoreutils-3.3-4.fc36.aarch64.rpm 3.1 MB/s | 203 kB     00:00    
12:57:26 #12 4.498 (33/97): policycoreutils-devel-3.3-4.fc36.aarch 2.1 MB/s | 137 kB     00:00    
12:57:26 #12 4.503 (34/97): policycoreutils-python-utils-3.3-4.fc3 1.2 MB/s |  72 kB     00:00    
12:57:26 #12 4.515 (35/97): python3-libselinux-3.3-4.fc36.aarch64. 2.8 MB/s | 181 kB     00:00    
12:57:26 #12 4.562 (36/97): python3-libsemanage-3.3-3.fc36.aarch64 1.3 MB/s |  81 kB     00:00    
12:57:26 #12 4.589 (37/97): python3-setools-4.4.0-5.fc36.aarch64.r 7.3 MB/s | 540 kB     00:00    
12:57:26 #12 4.624 (38/97): qrencode-libs-4.1.1-2.fc36.aarch64.rpm 998 kB/s |  61 kB     00:00    
12:57:26 #10 64.32 Setting up libdata-dpath-perl (0.58-2) ...
12:57:26 #10 64.34 Setting up python3-magic (2:0.4.26-3) ...
12:57:26 #10 64.47 Setting up g++-12 (12.2.0-14) ...
12:57:26 + mkdir -p /root/build-deb/compose
12:57:26 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:57:26 + mkdir -p /root/build-deb/scan-cli-plugin
12:57:26 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:57:26 + mkdir -p /go/src/github.com/docker
12:57:26 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:57:26 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:57:26 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:57:26 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:57:26 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:57:26 + EPOCH=5
12:57:26 + EPOCH_SEP=
12:57:26 + [[ ! -z 5 ]]
12:57:26 + EPOCH_SEP=:
12:57:26 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:57:26 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:26 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:26 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:26 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:26 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:26 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:57:26 + debSource=docker-ce
12:57:26 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:57:26 + debMaintainer='Docker <support@docker.com>'
12:57:26 ++ date --rfc-2822
12:57:26 + debDate='Wed, 08 Feb 2023 12:57:26 +0000'
12:57:26 + pkgRevision=1
12:57:26 + cat
12:57:26 + export CLI_GITCOMMIT=ab4ef4a
12:57:26 + CLI_GITCOMMIT=ab4ef4a
12:57:26 + export ENGINE_GITCOMMIT=1141704
12:57:26 + ENGINE_GITCOMMIT=1141704
12:57:26 + export SCAN_GITCOMMIT=6c852fa
12:57:26 + SCAN_GITCOMMIT=6c852fa
12:57:26 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:26 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:26 + dpkg-buildpackage -uc -us -I.git
12:57:26 dpkg-buildpackage: info: source package docker-ce
12:57:26 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm
12:57:26 dpkg-buildpackage: info: source distribution bookworm
12:57:26 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:57:26 #13 2.374    dh_clean
12:57:26 #13 2.407  debian/rules binary
12:57:26 #13 2.409 dh binary
12:57:26 #13 2.493    dh_update_autotools_config
12:57:26 #13 2.523    dh_autoreconf
12:57:26 #13 2.563    create-stamp debian/debhelper-build-stamp
12:57:26 #13 2.563    dh_prep
12:57:26 #13 2.591    dh_auto_install --destdir=debian/docker-ce-build-deps/
12:57:26 #13 2.642    dh_install
12:57:26 #10 46.47 Selecting previously unselected package libiterator-perl.
12:57:26 #10 46.47 Preparing to unpack .../229-libiterator-perl_0.03+ds1-2_all.deb ...
12:57:27 #13 29.66   Installing       : openssh-8.7p1-28.el9.x86_64                          43/68 
12:57:27 #13 29.71   Installing       : libcbor-0.7.0-5.el9.x86_64                           44/68 
12:57:27 #13 29.77   Installing       : libfido2-1.6.0-7.el9.x86_64                          45/68 
12:57:27 #13 29.79   Installing       : openssh-clients-8.7p1-28.el9.x86_64                  46/68 
12:57:27 #13 29.83   Running scriptlet: openssh-clients-8.7p1-28.el9.x86_64                  46/68 
12:57:27 #13 DONE 8.1s
12:57:27 
12:57:27 #14 [stage-1 6/9] COPY sources/ /sources
12:57:27 #14 DONE 0.1s
12:57:27 #10 67.27 invoke-rc.d: policy-rc.d denied execution of start.
12:57:27 #10 67.27 Initializing GnuTLS DH parameter file
12:57:27 #10 67.29 Setting up libmailutils5:amd64 (1:3.5-4) ...
12:57:27 #10 67.30 Setting up libdigest-bubblebabble-perl (0.02-2) ...
12:57:27 #10 67.31 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ...
12:57:27 #10 67.32 Setting up python3-pkg-resources (40.8.0-1) ...
12:57:27 #10 67.51 Setting up automake (1:1.16.1-4) ...
12:57:27 #10 67.53 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:57:27 #10 35.45 Selecting previously unselected package gpg-wks-server.
12:57:27 #10 35.45 Preparing to unpack .../099-gpg-wks-server_2.2.27-2+deb11u2_armhf.deb ...
12:57:27 #10 35.46 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
12:57:27 #10 35.52 Selecting previously unselected package gpgsm.
12:57:27 #10 35.52 Preparing to unpack .../100-gpgsm_2.2.27-2+deb11u2_armhf.deb ...
12:57:27 #10 35.52 Unpacking gpgsm (2.2.27-2+deb11u2) ...
12:57:27 #10 35.60 Selecting previously unselected package gnupg.
12:57:27 #10 35.60 Preparing to unpack .../101-gnupg_2.2.27-2+deb11u2_all.deb ...
12:57:27 #10 35.61 Unpacking gnupg (2.2.27-2+deb11u2) ...
12:57:27 #12 4.635 (39/97): python3-policycoreutils-3.3-4.fc36.noa  16 MB/s | 2.0 MB     00:00    
12:57:27 #12 4.658 (40/97): rhash-1.4.2-2.fc36.aarch64.rpm         2.6 MB/s | 185 kB     00:00    
12:57:27 #12 4.690 (41/97): which-2.21-32.fc36.aarch64.rpm         638 kB/s |  42 kB     00:00    
12:57:27 #12 4.735 (42/97): xkeyboard-config-2.35.1-1.fc36.noarch. 8.6 MB/s | 878 kB     00:00    
12:57:27 #10 64.48 Setting up python3-pkg-resources (65.6.3-1) ...
12:57:27 #10 64.73 Setting up libmodule-implementation-perl (0.09-2) ...
12:57:27  dpkg-source -I.git --before-build .
12:57:27 dpkg-buildpackage: info: host architecture arm64
12:57:27  debian/rules clean
12:57:27 dh clean --with=bash-completion
12:57:27 #10 50.76 Running transaction check
12:57:27 #10 50.89 Transaction check succeeded.
12:57:27 #10 50.89 Running transaction test
12:57:27 #13 2.675    dh_installdocs
12:57:27 #13 2.713    dh_installchangelogs
12:57:27 #13 2.800    dh_perl
12:57:27 #13 2.836    dh_link
12:57:27 #13 2.870    dh_strip_nondeterminism
12:57:27 #13 2.928    dh_compress
12:57:27 #10 46.79 Unpacking libiterator-perl (0.03+ds1-2) ...
12:57:27 #13 29.92   Installing       : git-core-2.39.1-1.el9.x86_64                         47/68 
12:57:27 #13 30.14   Installing       : git-core-doc-2.39.1-1.el9.noarch                     48/68 
12:57:27 
12:57:27 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
12:57:27 #13 9.656 Setting up pkg-config (0.29.1-0ubuntu4) ...
12:57:27 #13 9.713 Setting up libudev-dev:arm64 (245.4-4ubuntu3.19) ...
12:57:27 #13 9.727 Setting up libpcre2-posix2:arm64 (10.34-7ubuntu0.1) ...
12:57:27 #13 9.737 Setting up libdevmapper1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
12:57:27 #13 9.746 Setting up librhash0:arm64 (1.3.9-1) ...
12:57:27 #13 9.757 Setting up cmake-data (3.16.3-1ubuntu1.20.04.1) ...
12:57:27 #13 9.772 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
12:57:27 #13 9.783 Setting up libsystemd-dev:arm64 (245.4-4ubuntu3.19) ...
12:57:27 #13 9.794 Setting up libjsoncpp1:arm64 (1.7.4-3.1ubuntu2) ...
12:57:27 #13 9.805 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
12:57:27 #13 9.818 Setting up libpcre2-dev:arm64 (10.34-7ubuntu0.1) ...
12:57:27 #13 9.829 Setting up libselinux1-dev:arm64 (3.0-1build2) ...
12:57:27 #13 9.840 Setting up libdevmapper-dev:arm64 (2:1.02.167-1ubuntu1) ...
12:57:27 #13 9.849 Setting up cmake (3.16.3-1ubuntu1.20.04.1) ...
12:57:27 #13 9.858 Setting up docker-ce-build-deps (1.0) ...
12:57:27 #10 67.54 Setting up libasync-mergepoint-perl (0.04-2) ...
12:57:27 #10 67.55 Setting up libio-sessiondata-perl (1.03-1) ...
12:57:27 #10 67.56 Setting up libstring-escape-perl (2010.002-2) ...
12:57:27 #10 67.57 Setting up libhttp-date-perl (6.02-1) ...
12:57:27 #10 67.58 Setting up libfile-which-perl (1.23-1) ...
12:57:27 #10 67.59 Setting up mailutils (1:3.5-4) ...
12:57:27 #10 67.60 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
12:57:27 #10 67.60 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
12:57:27 #10 67.60 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
12:57:27 #10 67.61 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
12:57:27 #10 67.61 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
12:57:27 #10 67.61 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
12:57:27 #10 67.62 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
12:57:27 #10 67.63 Setting up libfile-basedir-perl (0.08-1) ...
12:57:27 #10 67.64 Setting up libnumber-range-perl (0.12-1) ...
12:57:27 #10 67.65 Setting up libtask-weaken-perl (1.06-1) ...
12:57:27 #10 67.66 Setting up libunicode-utf8-perl (0.62-1) ...
12:57:27 #10 67.67 Setting up libstruct-dumb-perl (0.09-1) ...
12:57:27 #10 67.68 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ...
12:57:27 #10 67.69 Setting up libfile-listing-perl (6.04-1) ...
12:57:27 #10 67.70 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
12:57:27 #10 67.71 Setting up libclass-inspector-perl (1.32-1) ...
12:57:27 #10 67.72 Setting up libfont-afm-perl (1.20-2) ...
12:57:27 #10 67.73 Setting up libwant-perl (0.29-1+b4) ...
12:57:27 #10 67.74 Setting up libdynaloader-functions-perl (0.003-1) ...
12:57:27 #11 DONE 55.5s
12:57:27 
12:57:27 #12 [stage-1 4/9] COPY common /root/build-deb/debian
12:57:27 #12 DONE 0.1s
12:57:27 
12:57:27 #13 [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
12:57:27 #12 5.106 (43/97): annobin-docs-10.93-1.fc36.noarch.rpm   205 kB/s |  92 kB     00:00    
12:57:27 #12 2.934 dh_testdir
12:57:27 #12 2.950 dh_testroot
12:57:27 #12 2.967 dh_prep
12:57:27 #12 2.985 dh_testdir
12:57:27 #12 3.001 dh_testroot
12:57:27 #10 40.29 Setting up media-types (4.0.0) ...
12:57:27 #10 40.31 Setting up libpipeline1:armhf (1.5.3-1) ...
12:57:27 #10 40.33 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
12:57:27 #10 40.34 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
12:57:27 #10 40.34 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
12:57:27 #10 40.35 Setting up libicu67:armhf (67.1-7) ...
12:57:27 #10 40.36 Setting up libmagic-mgc (1:5.39-3) ...
12:57:27 #10 40.38 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
12:57:27 #10 40.39 Setting up binutils-common:armhf (2.35.2-2+rpi1) ...
12:57:27 #10 40.41 Setting up libmagic1:armhf (1:5.39-3) ...
12:57:27 #10 40.43 Setting up perl-openssl-defaults:armhf (5) ...
12:57:27 #10 40.45 Setting up linux-libc-dev:armhf (1:1.20230106-1) ...
12:57:27 #10 40.46 Setting up libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
12:57:27 #10 40.48 Setting up gettext-base (0.21-4) ...
12:57:27 #10 40.49 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u5) ...
12:57:27 #10 64.74 Setting up libcgi-fast-perl (1:2.15-1) ...
12:57:27 #10 64.75 Setting up python3-apt (2.5.2+b1) ...
12:57:27 #10 35.71 Selecting previously unselected package libfile-dirlist-perl.
12:57:27 #10 35.71 Preparing to unpack .../102-libfile-dirlist-perl_0.05-2_all.deb ...
12:57:27 #10 35.71 Unpacking libfile-dirlist-perl (0.05-2) ...
12:57:27 #10 35.78 Selecting previously unselected package libfile-which-perl.
12:57:27 #10 35.78 Preparing to unpack .../103-libfile-which-perl_1.23-1_all.deb ...
12:57:27 #10 35.78 Unpacking libfile-which-perl (1.23-1) ...
12:57:27 #10 35.86 Selecting previously unselected package libfile-homedir-perl.
12:57:27 #10 35.86 Preparing to unpack .../104-libfile-homedir-perl_1.006-1_all.deb ...
12:57:27 #10 35.87 Unpacking libfile-homedir-perl (1.006-1) ...
12:57:27 #10 35.91 Selecting previously unselected package libfile-touch-perl.
12:57:27 #10 35.91 Preparing to unpack .../105-libfile-touch-perl_0.11-1_all.deb ...
12:57:27    dh_clean
12:57:27  dpkg-source -I.git -b .
12:57:27 #10 51.36 Transaction test succeeded.
12:57:27 #10 51.36 Running transaction
12:57:27 #13 2.966    dh_fixperms
12:57:27 #13 3.009    dh_missing
12:57:27 #13 3.035    dh_installdeb
12:57:27 #13 3.068    dh_gencontrol
12:57:27 #13 3.182    dh_md5sums
12:57:27 #13 30.18   Installing       : perl-Git-2.39.1-1.el9.noarch                         49/68 
12:57:27 #13 30.19   Installing       : git-2.39.1-1.el9.x86_64                              50/68 
12:57:27 #13 30.24   Installing       : kmod-libs-28-7.el9.x86_64                            51/68 
12:57:27 #13 30.25   Installing       : acl-2.3.1-3.el9.x86_64                               52/68 
12:57:27 #13 30.28   Installing       : dbus-1:1.12.20-7.el9.x86_64                          53/68 
12:57:27 #13 30.29   Installing       : systemd-pam-252-3.el9.x86_64                         54/68 
12:57:27 #13 9.868 Processing triggers for man-db (2.9.1-1) ...
12:57:27 #13 9.897 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
12:57:27 #13 48.61 --------------------------------------------------------------------------------
12:57:27 #13 48.61 Total                                              6.8 MB/s |  74 MB  00:10     
12:57:27 #13 48.85 Running transaction check
12:57:27 #13 49.11 Running transaction test
12:57:27 #13 49.35 Transaction test succeeded
12:57:27 #13 49.35 Running transaction
12:57:27 #12 3.540 (1/95): checkpolicy-3.3-2.fc36.x86_64.rpm       1.1 MB/s | 339 kB     00:00    
12:57:27 #12 3.545 (2/95): device-mapper-1.02.175-7.fc36.x86_64.rp 468 kB/s | 139 kB     00:00    
12:57:27 #12 3.551 (3/95): cryptsetup-libs-2.4.3-2.fc36.x86_64.rpm 1.4 MB/s | 432 kB     00:00    
12:57:27 #12 3.554 (4/95): device-mapper-devel-1.02.175-7.fc36.x86 3.1 MB/s |  43 kB     00:00    
12:57:27 #12 3.568 (5/95): device-mapper-libs-1.02.175-7.fc36.x86_ 7.9 MB/s | 177 kB     00:00    
12:57:27 #12 3.571 (6/95): jsoncpp-1.9.5-2.fc36.x86_64.rpm         6.2 MB/s |  98 kB     00:00    
12:57:27 #12 3.614 (7/95): guile22-2.2.7-5.fc36.x86_64.rpm         103 MB/s | 6.4 MB     00:00    
12:57:27 #12 3.617 (8/95): libcbor-0.7.0-5.fc36.x86_64.rpm         1.3 MB/s |  56 kB     00:00    
12:57:27 #12 3.621 (9/95): kmod-libs-29-7.fc36.x86_64.rpm          1.5 MB/s |  68 kB     00:00    
12:57:27 #12 3.624 (10/95): libmpc-1.2.1-4.fc36.x86_64.rpm         8.9 MB/s |  61 kB     00:00    
12:57:27 #12 3.628 (11/95): libedit-3.1-41.20210910cvs.fc36.x86_64 9.5 MB/s | 104 kB     00:00    
12:57:27 #12 3.631 (12/95): libseccomp-2.5.3-2.fc36.x86_64.rpm     7.1 MB/s |  70 kB     00:00    
12:57:27 #12 3.677 (13/95): libseccomp-devel-2.5.3-2.fc36.x86_64.r 1.0 MB/s |  53 kB     00:00    
12:57:27 #12 3.681 (14/95): libselinux-utils-3.3-4.fc36.x86_64.rpm 2.8 MB/s | 142 kB     00:00    
12:57:27 #12 3.685 (15/95): libselinux-devel-3.3-4.fc36.x86_64.rpm 2.1 MB/s | 113 kB     00:00    
12:57:27 #12 3.688 (16/95): libsepol-devel-3.3-3.fc36.x86_64.rpm   3.7 MB/s |  40 kB     00:00    
12:57:27 #12 3.691 (17/95): libutempter-1.2.1-6.fc36.x86_64.rpm    2.8 MB/s |  26 kB     00:00    
12:57:27 #12 3.699 (18/95): libxkbcommon-1.4.0-1.fc36.x86_64.rpm    13 MB/s | 140 kB     00:00    
12:57:27 #12 3.705 (19/95): make-4.3-7.fc36.x86_64.rpm              39 MB/s | 535 kB     00:00    
12:57:27 #12 3.711 (20/95): m4-1.4.19-3.fc36.x86_64.rpm             13 MB/s | 296 kB     00:00    
12:57:27 #12 3.719 (21/95): openssh-8.8p1-1.fc36.1.x86_64.rpm       33 MB/s | 451 kB     00:00    
12:57:27 #10 67.75 Setting up libtext-glob-perl (0.10-1) ...
12:57:27 #10 67.77 Setting up libclass-method-modifiers-perl (2.12-1) ...
12:57:27 #10 67.78 Setting up liblist-compare-perl (0.53-1) ...
12:57:27 #10 67.79 Setting up libref-util-xs-perl (0.117-1+b1) ...
12:57:27 #10 67.80 Setting up libio-pty-perl (1:1.08-1.1+b5) ...
12:57:27 #10 67.81 Setting up libfile-fcntllock-perl (0.22-3+b5) ...
12:57:27 #10 67.83 Setting up libsort-key-perl (1.33-2+b1) ...
12:57:27 #10 67.84 Setting up libclone-perl (0.41-1+b1) ...
12:57:27 #10 67.85 Setting up libalgorithm-diff-perl (1.19.03-2) ...
12:57:27 #10 67.86 Setting up libarchive-zip-perl (1.64-1) ...
12:57:27 #10 67.88 Setting up libsub-identify-perl (0.14-1+b1) ...
12:57:27 #10 67.89 Setting up libdistro-info-perl (0.21) ...
12:57:27 #10 67.90 Setting up python3-apt (1.8.4.3) ...
12:57:27 #10 68.05 Setting up libio-stringy-perl (2.111-3) ...
12:57:27 #10 68.07 Setting up liblist-moreutils-perl (0.416-1+b4) ...
12:57:27 #10 68.08 Setting up libhtml-tagset-perl (3.20-3) ...
12:57:27 #10 68.10 Setting up liblog-any-perl (1.707-1) ...
12:57:27 #10 68.11 Setting up libauthen-sasl-perl (2.1600-1) ...
12:57:27 #12 5.301 (44/97): autoconf-2.71-3.fc36.noarch.rpm        1.2 MB/s | 720 kB     00:00    
12:57:27 #12 5.379 (45/97): annobin-plugin-gcc-10.93-1.fc36.aarch6 1.3 MB/s | 885 kB     00:00    
12:57:27 #12 5.432 (46/97): automake-1.16.5-7.fc36.noarch.rpm      2.0 MB/s | 675 kB     00:00    
12:57:27 #12 3.017 dh_install
12:57:27 #12 3.041 dh_installdocs
12:57:27 #12 3.070 dh_installchangelogs
12:57:27 #12 3.135 dh_compress
12:57:27 #12 3.167 dh_fixperms
12:57:27 #12 3.206 dh_installdeb
12:57:27 #12 3.230 dh_gencontrol
12:57:27 #10 40.50 Setting up file (1:5.39-3) ...
12:57:27 #10 40.52 Setting up libgomp1:armhf (10.2.1-6+rpi1) ...
12:57:27 #10 40.53 Setting up bzip2 (1.0.8-4) ...
12:57:27 #10 40.54 Setting up libfakeroot:armhf (1.25.3-1.1) ...
12:57:27 #10 40.56 Setting up libasan6:armhf (10.2.1-6+rpi1) ...
12:57:27 #10 40.58 Setting up fakeroot (1.25.3-1.1) ...
12:57:27 #10 40.59 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:57:27 #10 40.59 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
12:57:27 #10 40.59 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
12:57:27 #10 40.59 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
12:57:27 #10 40.59 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
12:57:27 #10 40.59 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
12:57:27 #10 40.59 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
12:57:27 #10 40.60 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
12:57:27 #10 40.60 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
12:57:27 #10 40.61 Setting up autotools-dev (20180224.1+nmu1) ...
12:57:27 #10 40.62 Setting up libtirpc-dev:armhf (1.3.1-1+deb11u1) ...
12:57:27 #10 40.64 Setting up make (4.3-4.1) ...
12:57:27 #10 40.65 Setting up libmpfr6:armhf (4.1.0-3) ...
12:57:27 #10 40.67 Setting up libsigsegv2:armhf (2.13-1) ...
12:57:27 #10 40.68 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
12:57:27 #10 40.70 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:57:27 #10 40.70 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
12:57:27 #10 40.70 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
12:57:27 #10 40.70 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
12:57:27 #10 40.70 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
12:57:27 #10 40.70 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
12:57:27 #10 40.70 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
12:57:27 #10 40.70 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
12:57:27 #10 40.71 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
12:57:27 #10 40.71 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
12:57:27 #10 40.71 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
12:57:27 #10 40.71 Setting up libmpc3:armhf (1.2.0-1) ...
12:57:27 #10 40.73 Setting up libatomic1:armhf (10.2.1-6+rpi1) ...
12:57:27 #10 40.74 Setting up patch (2.7.6-7) ...
12:57:27 #10 40.76 Setting up autopoint (0.21-4) ...
12:57:27 #10 40.77 Setting up libubsan1:armhf (10.2.1-6+rpi1) ...
12:57:27 #10 40.78 Setting up libnsl-dev:armhf (1.3.0-2) ...
12:57:27 #10 40.80 Setting up sensible-utils (0.0.14) ...
12:57:27 #10 40.81 Setting up libcrypt-dev:armhf (1:4.4.18-4) ...
12:57:27 #10 64.92 Setting up python3-charset-normalizer (3.0.1-2) ...
12:57:27 #10 65.07 Setting up libpackage-stash-perl (0.40-1) ...
12:57:27 #10 65.08 Setting up libimport-into-perl (1.002005-2) ...
12:57:27 #10 65.09 Setting up libmoo-perl (2.005005-1) ...
12:57:27 #10 65.11 Setting up liblist-someutils-perl (0.59-1) ...
12:57:27 #10 65.14 Setting up debhelper (13.11.4) ...
12:57:27 #10 35.92 Unpacking libfile-touch-perl (0.11-1) ...
12:57:27 #10 35.96 Selecting previously unselected package libio-pty-perl.
12:57:27 #10 35.96 Preparing to unpack .../106-libio-pty-perl_1%3a1.15-2_armhf.deb ...
12:57:27 #10 35.97 Unpacking libio-pty-perl (1:1.15-2) ...
12:57:27 #10 36.09 Selecting previously unselected package libipc-run-perl.
12:57:27 #10 36.09 Preparing to unpack .../107-libipc-run-perl_20200505.0-1_all.deb ...
12:57:27 #10 36.12 Unpacking libipc-run-perl (20200505.0-1) ...
12:57:27 #10 36.21 Selecting previously unselected package libclass-method-modifiers-perl.
12:57:27 #10 36.21 Preparing to unpack .../108-libclass-method-modifiers-perl_2.13-1_all.deb ...
12:57:27 dpkg-source: warning: native package version may not have a revision
12:57:27 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:57:27 dpkg-source: info: using source format '1.0'
12:57:27 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz
12:57:27 #13 3.216    dh_builddeb
12:57:27 #13 3.242 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:57:27 #13 3.363  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_amd64.buildinfo
12:57:27 #13 4.094 Reading package lists...
12:57:27 #13 4.827 Building dependency tree...
12:57:27 #13 5.031 Reading state information...
12:57:27 #10 43.11 Setting up gcc (4:8.3.0-1+rpi2) ...
12:57:27 #10 43.13 Setting up perl (5.28.1-6+deb10u1) ...
12:57:27 #10 43.16 Setting up libio-html-perl (1.001-1) ...
12:57:27 #10 43.17 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
12:57:27 #10 43.18 Setting up libdpkg-perl (1.19.8) ...
12:57:27 #10 43.19 Setting up autoconf (2.69-11) ...
12:57:27 #10 43.21 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:57:27 #10 43.23 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
12:57:27 #10 43.24 Setting up libdevel-globaldestruction-perl (0.14-1) ...
12:57:27 #10 43.26 Setting up libstrictures-perl (2.000005-1) ...
12:57:27 #10 43.27 Setting up libsub-quote-perl (2.005001-1) ...
12:57:27 #10 43.29 Setting up liburi-perl (1.76-1) ...
12:57:27 #10 43.31 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ...
12:57:27 #10 43.33 Setting up automake (1:1.16.1-4) ...
12:57:27 #10 43.34 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:57:27 #10 43.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
12:57:27 #10 43.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
12:57:27 #10 43.35 Setting up libhttp-date-perl (6.02-1) ...
12:57:27 #10 43.36 Setting up libfile-which-perl (1.23-1) ...
12:57:27 #13 30.36   Running scriptlet: systemd-252-3.el9.x86_64                             55/68 
12:57:27 #13 30.63   Installing       : systemd-252-3.el9.x86_64                             55/68 
12:57:27 #12 11.38 Transaction test succeeded.
12:57:27 #12 11.38 Running transaction
12:57:27 #10 47.22 Selecting previously unselected package libiterator-util-perl.
12:57:27 #10 47.23 Preparing to unpack .../230-libiterator-util-perl_0.02+ds1-2_all.deb ...
12:57:27 #12 3.725 (22/95): openssh-clients-8.8p1-1.fc36.1.x86_64.  36 MB/s | 703 kB     00:00    
12:57:27 #12 3.729 (23/95): perl-Error-0.17029-8.fc36.noarch.rpm   2.7 MB/s |  41 kB     00:00    
12:57:27 #12 3.732 (24/95): perl-File-Compare-1.100.600-486.fc36.n 2.8 MB/s |  18 kB     00:00    
12:57:27 #12 3.737 (25/95): perl-TermReadKey-2.38-12.fc36.x86_64.r 7.9 MB/s |  36 kB     00:00    
12:57:27 #12 3.741 (26/95): perl-File-Copy-2.35-486.fc36.noarch.rp 1.7 MB/s |  25 kB     00:00    
12:57:27 #12 3.743 (27/95): perl-File-Find-1.39-486.fc36.noarch.rp 2.2 MB/s |  30 kB     00:00    
12:57:27 #12 3.749 (28/95): perl-Thread-Queue-3.14-479.fc36.noarch 2.0 MB/s |  21 kB     00:00    
12:57:27 #12 3.752 (29/95): perl-lib-0.65-486.fc36.x86_64.rpm      2.2 MB/s |  20 kB     00:00    
12:57:27 #12 3.755 (30/95): perl-threads-2.26-449.fc36.x86_64.rpm  4.8 MB/s |  57 kB     00:00    
12:57:27 #12 3.758 (31/95): perl-threads-shared-1.62-479.fc36.x86_ 4.7 MB/s |  44 kB     00:00    
12:57:27 #12 3.764 (32/95): policycoreutils-python-utils-3.3-4.fc3  14 MB/s |  72 kB     00:00    
12:57:27 #12 3.768 (33/95): policycoreutils-3.3-4.fc36.x86_64.rpm   16 MB/s | 202 kB     00:00    
12:57:27 #12 3.772 (34/95): policycoreutils-devel-3.3-4.fc36.x86_6 9.0 MB/s | 142 kB     00:00    
12:57:27 #12 3.777 (35/95): python3-libselinux-3.3-4.fc36.x86_64.r  15 MB/s | 186 kB     00:00    
12:57:27 #12 3.790 (36/95): python3-libsemanage-3.3-3.fc36.x86_64. 4.5 MB/s |  80 kB     00:00    
12:57:27 #12 3.804 (37/95): python3-policycoreutils-3.3-4.fc36.noa  65 MB/s | 2.0 MB     00:00    
12:57:27 #12 3.812 (38/95): python3-setools-4.4.0-5.fc36.x86_64.rp  19 MB/s | 552 kB     00:00    
12:57:27 #12 3.816 (39/95): rhash-1.4.2-2.fc36.x86_64.rpm           17 MB/s | 185 kB     00:00    
12:57:27 #12 3.820 (40/95): qrencode-libs-4.1.1-2.fc36.x86_64.rpm  4.2 MB/s |  61 kB     00:00    
12:57:27 #12 3.823 (41/95): which-2.21-32.fc36.x86_64.rpm          4.0 MB/s |  42 kB     00:00    
12:57:27 #12 3.830 (42/95): annobin-docs-10.93-1.fc36.noarch.rpm    13 MB/s |  92 kB     00:00    
12:57:27 #12 3.841 (43/95): xkeyboard-config-2.35.1-1.fc36.noarch.  36 MB/s | 878 kB     00:00    
12:57:27 #12 3.852 (44/95): autoconf-2.71-3.fc36.noarch.rpm         36 MB/s | 720 kB     00:00    
12:57:27 #12 3.862 (45/95): annobin-plugin-gcc-10.93-1.fc36.x86_64  22 MB/s | 886 kB     00:00    
12:57:27 #12 3.868 (46/95): automake-1.16.5-7.fc36.noarch.rpm       25 MB/s | 675 kB     00:00    
12:57:27 #12 3.886 (47/95): cmake-filesystem-3.25.2-1.fc36.x86_64. 1.5 MB/s |  17 kB     00:00    
12:57:27 #12 3.899 (48/95): cmake-rpm-macros-3.25.2-1.fc36.noarch. 1.4 MB/s |  16 kB     00:00    
12:57:27 #12 3.935 (49/95): cmake-3.25.2-1.fc36.x86_64.rpm          85 MB/s | 6.8 MB     00:00    
12:57:27 #10 68.12 Setting up libpod-constants-perl (0.19-1) ...
12:57:27 #10 68.14 Setting up libregexp-pattern-license-perl (3.0.31-4) ...
12:57:27 #10 68.15 Setting up libconvert-binhex-perl (1.125-1) ...
12:57:27 #10 68.16 Setting up libfuture-perl (0.39-1) ...
12:57:27 #10 68.17 Setting up liblwp-mediatypes-perl (6.02-1) ...
12:57:27 #10 68.18 Setting up libyaml-libyaml-perl (0.76+repack-1) ...
12:57:27 #10 68.20 Setting up libtry-tiny-perl (0.30-1) ...
12:57:27 #10 68.22 Setting up libtype-tiny-perl (1.004004-1) ...
12:57:27 #10 68.23 Setting up libtest-fatal-perl (0.014-1) ...
12:57:27 #10 68.24 Setting up libcommon-sense-perl (3.74-2+b7) ...
12:57:27 #10 68.26 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:57:27 #10 68.27 Setting up libnet-http-perl (6.18-1) ...
12:57:27 #10 68.29 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
12:57:27 #10 68.30 Setting up libencode-locale-perl (1.05-1) ...
12:57:27 #10 68.31 Setting up libtext-levenshtein-perl (0.13-1) ...
12:57:27 #10 68.32 Setting up libnet-dns-perl (1.19-1) ...
12:57:27 #12 5.468 (47/97): cmake-filesystem-3.25.2-1.fc36.aarch64 465 kB/s |  17 kB     00:00    
12:57:27 #12 5.499 (48/97): cmake-rpm-macros-3.25.2-1.fc36.noarch. 514 kB/s |  16 kB     00:00    
12:57:27 #12 5.664 (49/97): cmake-data-3.25.2-1.fc36.noarch.rpm    5.9 MB/s | 1.7 MB     00:00    
12:57:27 #12 5.699 (50/97): dbus-1.14.4-1.fc36.aarch64.rpm         213 kB/s | 7.2 kB     00:00    
12:57:27 #10 40.83 Setting up libuchardet0:armhf (0.0.7-1) ...
12:57:27 #10 40.84 Setting up libmpdec3:armhf (2.5.1-1+rpi1) ...
12:57:27 #10 40.85 Setting up libcurl4:armhf (7.74.0-1.3+deb11u5) ...
12:57:27 #10 40.87 Setting up git-man (1:2.30.2-1+deb11u1) ...
12:57:27 #10 40.89 Setting up curl (7.74.0-1.3+deb11u5) ...
12:57:27 #10 40.90 Setting up libbinutils:armhf (2.35.2-2+rpi1) ...
12:57:27 #10 40.92 Setting up libisl23:armhf (0.23-1) ...
12:57:27 #10 40.93 Setting up libc-dev-bin (2.31-13+rpt2+rpi1+deb11u5) ...
12:57:27 #10 40.95 Setting up libtinfo5:armhf (6.2+20201114-2) ...
12:57:27 #10 40.96 Setting up libelf1:armhf (0.183-1) ...
12:57:27 #10 40.98 Setting up libxml2:armhf (2.9.10+dfsg-6.7+deb11u3) ...
12:57:27 #10 40.99 Setting up libcc1-0:armhf (10.2.1-6+rpi1) ...
12:57:27 #10 41.00 Setting up cpp-10 (10.2.1-6+rpi1) ...
12:57:27 #10 41.02 Setting up libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
12:57:27 #10 41.03 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
12:57:27 #12 3.339 dh_md5sums
12:57:27 #12 3.368 dh_builddeb
12:57:27 #12 3.386 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:57:27 #12 3.406 
12:57:27 #12 3.406 The package has been created.
12:57:27 #12 3.406 Attention, the package has been created in the current directory,
12:57:27 #12 3.406 not in ".." as indicated by the message above!
12:57:27 #12 3.428 Selecting previously unselected package docker-ce-build-deps.
12:57:27 #12 3.440 (Reading database ... 21446 files and directories currently installed.)
12:57:27 #12 3.440 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:57:27 #12 3.447 Unpacking docker-ce-build-deps (1.0) ...
12:57:27 #10 65.15 Setting up libmime-tools-perl (5.510-1) ...
12:57:27 #10 65.16 Setting up liblist-someutils-xs-perl:amd64 (0.58-3) ...
12:57:27 #10 65.18 Setting up python3-chardet (5.1.0+dfsg-2) ...
12:57:27 #10 36.22 Unpacking libclass-method-modifiers-perl (2.13-1) ...
12:57:27 #10 36.30 Selecting previously unselected package libb-hooks-op-check-perl.
12:57:27 #10 36.30 Preparing to unpack .../109-libb-hooks-op-check-perl_0.22-1+b3_armhf.deb ...
12:57:27 #10 36.31 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
12:57:27 #10 36.39 Selecting previously unselected package libdynaloader-functions-perl.
12:57:27 #10 36.39 Preparing to unpack .../110-libdynaloader-functions-perl_0.003-1.1_all.deb ...
12:57:27 #10 36.40 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
12:57:27 #10 36.45 Selecting previously unselected package libdevel-callchecker-perl.
12:57:27 #10 36.45 Preparing to unpack .../111-libdevel-callchecker-perl_0.008-1+b2_armhf.deb ...
12:57:27 #10 ...
12:57:27 
12:57:27 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:57:27 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 20.1s done
12:57:27 #7 extracting sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 done
12:57:27 #13 3.500  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_amd64.changes
12:57:27 #13 3.581 dpkg-genchanges: info: binary-only upload (no source code included)
12:57:27 #13 3.584  dpkg-source --after-build .
12:57:27 #13 3.683 dpkg-buildpackage: info: binary-only upload (no source included)
12:57:27 #13 3.687 
12:57:27 #13 3.687 The package has been created.
12:57:27 #13 3.687 Attention, the package has been created in the current directory,
12:57:27 #13 3.687 not in ".." as indicated by the message above!
12:57:27 #13 5.037 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:57:27 #13 5.318 Starting 2 pkgProblemResolver with broken count: 0
12:57:27 #13 5.324 Done
12:57:28 #10 43.37 Setting up libfile-listing-perl (6.04-1) ...
12:57:28 #10 43.38 Setting up libdynaloader-functions-perl (0.003-1) ...
12:57:28 #10 43.39 Setting up libclass-method-modifiers-perl (2.12-1) ...
12:57:28 #10 43.40 Setting up libio-pty-perl (1:1.08-1.1+b4) ...
12:57:28 #10 43.42 Setting up libarchive-zip-perl (1.64-1) ...
12:57:28 #10 43.43 Setting up libhtml-tagset-perl (3.20-3) ...
12:57:28 #10 43.44 Setting up libdebhelper-perl (13.2~bpo10+1) ...
12:57:28 #10 43.45 Setting up liblwp-mediatypes-perl (6.02-1) ...
12:57:28 #10 43.47 Setting up libtry-tiny-perl (0.30-1) ...
12:57:28 #10 43.48 Setting up libnet-http-perl (6.18-1) ...
12:57:28 #10 43.49 Setting up libencode-locale-perl (1.05-1) ...
12:57:28 #10 43.50 Setting up libdevel-callchecker-perl (0.008-1) ...
12:57:28 #10 43.54 Setting up dpkg-dev (1.19.8) ...
12:57:28 #10 43.56 Setting up intltool-debian (0.35.0+20060710.5) ...
12:57:28 #10 43.57 Setting up liberror-perl (0.17027-2) ...
12:57:28 #10 43.58 Setting up patchutils (0.3.4-2) ...
12:57:28 #10 43.60 Setting up libipc-run-perl (20180523.0-1) ...
12:57:28 #10 43.61 Setting up git (1:2.20.1-2+deb10u7) ...
12:57:28 #10 43.64 Setting up libwww-robotrules-perl (6.02-1) ...
12:57:28 #10 43.65 Setting up libhtml-parser-perl (3.72-3+b2) ...
12:57:28 #10 43.67 Setting up librole-tiny-perl (2.000006-1) ...
12:57:28 #10 43.68 Setting up libfile-homedir-perl (1.004-1) ...
12:57:28 #13 30.69   Running scriptlet: systemd-252-3.el9.x86_64                             55/68 
12:57:28 #13 30.85   Installing       : dbus-common-1:1.12.20-7.el9.noarch                   56/68 
12:57:28 #13 30.88   Running scriptlet: dbus-common-1:1.12.20-7.el9.noarch                   56/68 
12:57:28 #13 30.90 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
12:57:28 #13 30.90 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
12:57:28 #13 30.90 
12:57:28 #13 30.90   Running scriptlet: dbus-broker-28-7.el9.x86_64                          57/68 
12:57:28 #10 47.51 Unpacking libiterator-util-perl (0.02+ds1-2) ...
12:57:28 #12 3.951 (50/95): cmake-data-3.25.2-1.fc36.noarch.rpm     22 MB/s | 1.7 MB     00:00    
12:57:28 #12 3.961 (51/95): dbus-1.14.4-1.fc36.x86_64.rpm          313 kB/s | 7.2 kB     00:00    
12:57:28 #12 3.975 (52/95): dbus-broker-32-1.fc36.x86_64.rpm       9.6 MB/s | 175 kB     00:00    
12:57:28 #12 3.986 (53/95): dbus-common-1.14.4-1.fc36.noarch.rpm   706 kB/s |  14 kB     00:00    
12:57:28 #12 3.994 (54/95): gc-8.0.6-3.fc36.x86_64.rpm             7.2 MB/s | 103 kB     00:00    
12:57:28 #12 4.049 (55/95): cpp-12.2.1-4.fc36.x86_64.rpm            70 MB/s |  11 MB     00:00    
12:57:28 #12 4.061 (56/95): gcc-plugin-annobin-12.2.1-4.fc36.x86_6 866 kB/s |  53 kB     00:00    
12:57:28 #12 4.066 (57/95): git-2.39.1-1.fc36.x86_64.rpm           5.0 MB/s |  66 kB     00:00    
12:57:28 #12 4.124 (58/95): git-core-2.39.1-1.fc36.x86_64.rpm       69 MB/s | 4.2 MB     00:00    
12:57:28 #12 4.144 (59/95): git-core-doc-2.39.1-1.fc36.noarch.rpm   36 MB/s | 2.6 MB     00:00    
12:57:28 #12 4.153 (60/95): glibc-devel-2.35-22.fc36.x86_64.rpm    2.7 MB/s |  71 kB     00:00    
12:57:28 #12 4.179 (61/95): glibc-headers-x86-2.35-22.fc36.noarch.  16 MB/s | 476 kB     00:00    
12:57:28 #12 4.202 (62/95): glibc-static-2.35-22.fc36.x86_64.rpm    43 MB/s | 1.9 MB     00:00    
12:57:28 #12 4.250 (63/95): kernel-headers-6.1.5-100.fc36.x86_64.r  20 MB/s | 1.4 MB     00:00    
12:57:28 #12 4.261 (64/95): less-590-5.fc36.x86_64.rpm             2.9 MB/s | 161 kB     00:00    
12:57:28 #10 68.33 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ...
12:57:28 #10 68.35 Setting up libdevel-callchecker-perl (0.008-1) ...
12:57:28 #10 68.36 Setting up libstring-shellquote-perl (1.04-1) ...
12:57:28 #10 68.37 Setting up libsub-install-perl (0.928-1) ...
12:57:28 #10 68.38 Setting up dpkg-dev (1.19.8) ...
12:57:28 #10 68.41 Setting up libnumber-compare-perl (0.03-1) ...
12:57:28 #10 68.43 Setting up intltool-debian (0.35.0+20060710.5) ...
12:57:28 #10 68.44 Setting up libio-async-perl (0.72-1) ...
12:57:28 #10 68.45 Setting up liberror-perl (0.17027-2) ...
12:57:28 #10 68.46 Setting up patchutils (0.3.4-2) ...
12:57:28 #10 68.47 Setting up libmail-sendmail-perl (0.80-1) ...
12:57:28 #10 68.48 Setting up libltdl-dev:amd64 (2.4.6-9) ...
12:57:28 #10 68.49 Setting up libxml-sax-base-perl (1.09-1) ...
12:57:28 #10 68.50 Setting up libio-string-perl (1.08-3) ...
12:57:28 #10 68.52 Setting up libreadonly-perl (2.050-1) ...
12:57:28 #10 68.53 Setting up python3-chardet (3.0.4-3) ...
12:57:28 #12 5.737 (51/97): dbus-broker-32-1.fc36.aarch64.rpm      4.4 MB/s | 170 kB     00:00    
12:57:28 #12 5.769 (52/97): dbus-common-1.14.4-1.fc36.noarch.rpm   460 kB/s |  14 kB     00:00    
12:57:28 #12 5.806 (53/97): gc-8.0.6-3.fc36.aarch64.rpm            2.7 MB/s | 102 kB     00:00    
12:57:28 #12 5.871 (54/97): cmake-3.25.2-1.fc36.aarch64.rpm         11 MB/s | 6.3 MB     00:00    
12:57:28 #12 5.908 (55/97): gcc-plugin-annobin-12.2.1-4.fc36.aarch 1.4 MB/s |  52 kB     00:00    
12:57:28 #10 41.05 Setting up libgdbm6:armhf (1.19-2) ...
12:57:28 #10 41.06 Setting up libctf0:armhf (2.35.2-2+rpi1) ...
12:57:28 #10 41.07 Setting up wdiff (1.2.2-2) ...
12:57:28 #10 41.09 Setting up gettext (0.21-4) ...
12:57:28 #10 41.10 Setting up libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
12:57:28 #10 41.12 Setting up m4 (1.4.18-5) ...
12:57:28 #10 41.13 Setting up libgdbm-compat4:armhf (1.19-2) ...
12:57:28 #10 41.16 Setting up libperl5.32:armhf (5.32.1-4+deb11u2) ...
12:57:28 #10 41.17 Setting up dwz (0.13+20210201-1) ...
12:57:28 #10 41.19 Setting up groff-base (1.22.4-6) ...
12:57:28 #10 41.21 Setting up cpp (4:10.2.1-1+rpi1) ...
12:57:28 #10 41.23 Setting up libc6-dev:armhf (2.31-13+rpt2+rpi1+deb11u5) ...
12:57:28 #10 41.24 Setting up binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
12:57:28 #10 41.26 Setting up python3.9 (3.9.2-1+rpi1) ...
12:57:28 #13 DONE 10.5s
12:57:28 
12:57:28 #14 [stage-1 6/9] COPY sources/ /sources
12:57:28 #10 65.47 Setting up python3-debian (0.1.49) ...
12:57:28 #10 65.66 Setting up python3-requests (2.28.1+dfsg-1) ...
12:57:28 #7 ...
12:57:28 
12:57:28 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:57:28 #10 36.46 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
12:57:28 #10 36.52 Selecting previously unselected package libparams-classify-perl.
12:57:28 #10 36.53 Preparing to unpack .../112-libparams-classify-perl_0.015-1+b3_armhf.deb ...
12:57:28 #10 36.54 Unpacking libparams-classify-perl (0.015-1+b3) ...
12:57:28 #10 36.59 Selecting previously unselected package libmodule-runtime-perl.#10 ...
12:57:28 
12:57:28 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:57:28 #7 DONE 58.8s
12:57:28 
12:57:28 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:57:28 #10 36.59 Selecting previously unselected package libmodule-runtime-perl.
12:57:28 #10 36.60 Preparing to unpack .../113-libmodule-runtime-perl_0.016-1_all.deb ...
12:57:28 #10 36.60 Unpacking libmodule-runtime-perl (0.016-1) ...
12:57:28 #10 36.65 Selecting previously unselected package libimport-into-perl.
12:57:28 #10 36.65 Preparing to unpack .../114-libimport-into-perl_1.002005-1_all.deb ...
12:57:28 #10 36.66 Unpacking libimport-into-perl (1.002005-1) ...
12:57:28 #13 3.709 Selecting previously unselected package docker-ce-build-deps.
12:57:28 #13 3.724 (Reading database ... 25574 files and directories currently installed.)
12:57:28 #13 3.725 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:57:28 #13 3.729 Unpacking docker-ce-build-deps (1.0) ...
12:57:28 #13 5.536  Done
12:57:28 #10 43.69 Setting up libio-socket-ssl-perl (2.060-3) ...
12:57:28 #10 43.71 Setting up libhttp-message-perl (6.18-1) ...
12:57:28 #10 43.72 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
12:57:28 #10 43.73 Setting up libhttp-negotiate-perl (6.01-1) ...
12:57:28 #10 43.75 Setting up libhttp-cookies-perl (6.04-1) ...
12:57:28 #10 43.76 Setting up po-debconf (1.0.21) ...
12:57:28 #10 43.77 Setting up libhtml-tree-perl (5.07-2) ...
12:57:28 #10 43.79 Setting up libparams-classify-perl (0.015-1+b1) ...
12:57:28 #10 43.80 Setting up libmodule-runtime-perl (0.016-1) ...
12:57:28 #13 30.97   Installing       : dbus-broker-28-7.el9.x86_64                          57/68 
12:57:28 #13 31.00   Running scriptlet: dbus-broker-28-7.el9.x86_64                          57/68 
12:57:28 #13 31.02 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
12:57:28 #13 31.02 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
12:57:28 #13 31.02 
12:57:28 #13 31.02   Installing       : device-mapper-libs-9:1.02.187-4.el9.x86_64           58/68 
12:57:28 #13 31.03   Installing       : device-mapper-9:1.02.187-4.el9.x86_64                59/68 
12:57:28 #13 31.13   Installing       : systemd-devel-252-3.el9.x86_64                       60/68 
12:57:28 #13 31.17   Installing       : device-mapper-devel-9:1.02.187-4.el9.x86_64          61/68 
12:57:28 #13 31.19   Installing       : annobin-11.05-1.el9.x86_64                           62/68 
12:57:28 #13 31.21   Running scriptlet: annobin-11.05-1.el9.x86_64                           62/68 
12:57:28 #10 47.86 Selecting previously unselected package libdata-dpath-perl.
12:57:28 #10 47.86 Preparing to unpack .../231-libdata-dpath-perl_0.58-2_all.deb ...
12:57:28 #10 47.88 Unpacking libdata-dpath-perl (0.58-2) ...
12:57:28 #13 0.878 Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
12:57:28 #13 0.878 Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease
12:57:28 #13 0.942 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease
12:57:28 #13 1.017 Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease
12:57:28 #12 4.272 (65/95): libargon2-20171227-9.fc36.x86_64.rpm   1.6 MB/s |  28 kB     00:00    
12:57:28 #12 4.285 (66/95): libbpf-0.7.0-3.fc36.x86_64.rpm         7.3 MB/s | 159 kB     00:00    
12:57:28 #12 4.293 (67/95): libfdisk-2.38-1.fc36.x86_64.rpm        9.3 MB/s | 160 kB     00:00    
12:57:28 #12 4.304 (68/95): libfido2-1.10.0-5.fc36.x86_64.rpm      6.5 MB/s |  94 kB     00:00    
12:57:28 #12 4.448 (69/95): gcc-12.2.1-4.fc36.x86_64.rpm            72 MB/s |  33 MB     00:00    
12:57:28 #12 4.456 (70/95): libtool-2.4.7-1.fc36.x86_64.rpm        3.7 MB/s | 593 kB     00:00    
12:57:28 #12 4.459 (71/95): libtool-ltdl-2.4.7-1.fc36.x86_64.rpm   239 kB/s |  37 kB     00:00    
12:57:28 #12 4.468 (72/95): libuv-1.44.2-1.fc36.x86_64.rpm          13 MB/s | 151 kB     00:00    
12:57:28 #12 4.472 (73/95): libxcrypt-devel-4.4.33-4.fc36.x86_64.r 2.3 MB/s |  30 kB     00:00    
12:57:28 #12 4.475 (74/95): libxcrypt-static-4.4.33-4.fc36.x86_64.  15 MB/s | 104 kB     00:00    
12:57:28 #12 4.480 (75/95): libtool-ltdl-devel-2.4.7-1.fc36.x86_64 6.5 MB/s | 157 kB     00:00    
12:57:28 #12 4.485 (76/95): pcre2-utf16-10.40-1.fc36.x86_64.rpm     23 MB/s | 216 kB     00:00    
12:57:28 #12 4.492 (77/95): pcre2-devel-10.40-1.fc36.x86_64.rpm     24 MB/s | 474 kB     00:00    
12:57:28 #12 4.498 (78/95): pcre2-utf32-10.40-1.fc36.x86_64.rpm     12 MB/s | 203 kB     00:00    
12:57:28 #12 4.501 (79/95): perl-Git-2.39.1-1.fc36.noarch.rpm      2.9 MB/s |  43 kB     00:00    
12:57:28 #12 4.507 (80/95): python3-audit-3.0.9-1.fc36.x86_64.rpm  9.8 MB/s |  82 kB     00:00    
12:57:28 #12 4.515 (81/95): python3-setuptools-59.6.0-3.fc36.noarc  58 MB/s | 934 kB     00:00    
12:57:28 #10 52.15   Preparing        :                                                        1/1 
12:57:28 #10 52.18   Installing       : python3-six-1.16.0-8.fc37.noarch                     1/143 
12:57:28 #10 52.19   Installing       : hunspell-filesystem-1.7.0-21.fc37.x86_64             2/143 
12:57:28 #10 52.20   Installing       : python3-construct-2.10.68-3.fc37.noarch              3/143 
12:57:28 #10 52.21   Installing       : python3-pybeam-0.7-4.fc37.noarch                     4/143 
12:57:28 #10 52.23   Installing       : python3-dateutil-1:2.8.2-4.fc37.noarch               5/143 
12:57:28 #10 52.25   Upgrading        : glibc-common-2.36-9.fc37.x86_64                      6/143 
12:57:28 #10 52.25   Upgrading        : glibc-minimal-langpack-2.36-9.fc37.x86_64            7/143 
12:57:28 #10 52.26   Running scriptlet: glibc-2.36-9.fc37.x86_64                             8/143 
12:57:28 #10 52.32   Upgrading        : glibc-2.36-9.fc37.x86_64                             8/143 
12:57:28 #10 52.33   Running scriptlet: glibc-2.36-9.fc37.x86_64                             8/143 
12:57:28 #10 68.75 Setting up libstring-copyright-perl (0.003006-1) ...
12:57:28 #10 68.76 Setting up python3-debian (0.1.35) ...
12:57:28 #12 5.945 (56/97): git-2.39.1-1.fc36.aarch64.rpm          1.8 MB/s |  66 kB     00:00    
12:57:28 #12 6.131 (57/97): git-core-2.39.1-1.fc36.aarch64.rpm      23 MB/s | 4.3 MB     00:00    
12:57:28 #14 DONE 0.1s
12:57:28 
12:57:28 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
12:57:28 #10 65.83 Setting up equivs (2.3.1) ...
12:57:28 #10 65.88 Setting up g++ (4:12.2.0-3) ...
12:57:28 #10 65.89 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:57:28 #10 65.90 Setting up build-essential (12.9) ...
12:57:28 #10 65.92 Setting up libmoox-aliases-perl (0.001006-2) ...
12:57:28 #10 65.93 Setting up libb-hooks-endofscope-perl (0.26-1) ...
12:57:28 #10 65.95 Setting up dput (1.1.3) ...
12:57:28 #10 36.71 Selecting previously unselected package librole-tiny-perl.
12:57:28 #10 36.72 Preparing to unpack .../115-librole-tiny-perl_2.002004-1_all.deb ...
12:57:28 #10 36.74 Unpacking librole-tiny-perl (2.002004-1) ...
12:57:28 #10 36.80 Selecting previously unselected package libstrictures-perl.
12:57:28 #10 36.80 Preparing to unpack .../116-libstrictures-perl_2.000006-1_all.deb ...
12:57:28 #10 36.81 Unpacking libstrictures-perl (2.000006-1) ...
12:57:28 #10 36.86 Selecting previously unselected package libsub-quote-perl.
12:57:28 #10 36.86 Preparing to unpack .../117-libsub-quote-perl_2.006006-1_all.deb ...
12:57:28 #10 36.87 Unpacking libsub-quote-perl (2.006006-1) ...
12:57:28 #10 36.93 Selecting previously unselected package libmoo-perl.
12:57:28 #10 36.94 Preparing to unpack .../118-libmoo-perl_2.004004-1_all.deb ...
12:57:28 #10 36.95 Unpacking libmoo-perl (2.004004-1) ...
12:57:28 #13 5.761 Starting pkgProblemResolver with broken count: 0
12:57:28 #13 5.812 Starting 2 pkgProblemResolver with broken count: 0
12:57:28 #18 exporting layers 2.0s done
12:57:28 #18 writing image sha256:998d3d0528f54505dbabf21a8c5fad8ed5bb5d1514fba36f572d9d31cff95fbe done
12:57:28 #18 naming to docker.io/debbuild-ubuntu-jammy/aarch64 done
12:57:28 #18 DONE 2.1s
12:57:28 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/ubuntu-jammy:/build  debbuild-ubuntu-jammy/aarch64
12:57:28 + set -e
12:57:28 + mkdir -p /root/build-deb/engine
12:57:28 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:57:28 #10 43.82 Setting up libimport-into-perl (1.002005-1) ...
12:57:28 #10 43.83 Setting up libmoo-perl (2.003004-2) ...
12:57:28 #10 43.84 Setting up liblwp-protocol-https-perl (6.07-2) ...
12:57:28 #10 43.85 Setting up libwww-perl (6.36-2) ...
12:57:28 #10 43.86 Setting up debhelper (13.2~bpo10+1) ...
12:57:28 #10 43.88 Setting up dh-autoreconf (19) ...
12:57:28 #10 43.89 Setting up devscripts (2.19.5+deb10u1) ...
12:57:28 #13 31.23   Installing       : gcc-plugin-annobin-11.3.1-4.3.el9.x86_64             63/68 
12:57:28 #13 31.24   Running scriptlet: gcc-plugin-annobin-11.3.1-4.3.el9.x86_64             63/68 
12:57:28 #13 31.27   Installing       : libtool-2.4.6-45.el9.x86_64                          64/68 
12:57:28 #13 31.34   Installing       : libtool-ltdl-devel-2.4.6-45.el9.x86_64               65/68 
12:57:28 #13 31.35   Installing       : libseccomp-devel-2.5.2-2.el9.x86_64                  66/68 
12:57:28 #13 31.39   Installing       : rpm-plugin-selinux-4.16.1.3-22.el9.x86_64            67/68 
12:57:28 #13 31.40   Installing       : which-2.21-28.el9.x86_64                             68/68 
12:57:28 #13 31.43   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch          68/68 
12:57:28 #12 12.14   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch            1/1 
12:57:28 #12 12.29   Preparing        :                                                        1/1 
12:57:28 #12 12.34   Upgrading        : systemd-libs-251.10-588.fc37.aarch64                  1/99 
12:57:28 #12 12.36   Upgrading        : libxcrypt-4.4.33-4.fc37.aarch64                       2/99 
12:57:28 #12 12.36   Installing       : cmake-rpm-macros-3.25.2-1.fc37.noarch                 3/99 
12:57:28 #12 12.37   Installing       : cmake-filesystem-3.25.2-1.fc37.aarch64                4/99 
12:57:28 #12 12.38   Installing       : python3-libselinux-3.4-5.fc37.aarch64                 5/99 
12:57:28 #12 12.39   Installing       : perl-threads-1:2.27-489.fc37.aarch64                  6/99 
12:57:28 #12 12.39   Installing       : perl-File-Find-1.40-492.fc37.noarch                   7/99 
12:57:28 #12 12.40   Installing       : m4-1.4.19-4.fc37.aarch64                              8/99 
12:57:28 #12 12.41   Installing       : libtool-ltdl-2.4.7-2.fc37.aarch64                     9/99 
12:57:28 #12 12.42   Installing       : libseccomp-2.5.3-3.fc37.aarch64                      10/99 
12:57:28 #12 12.42   Installing       : libmpc-1.2.1-5.fc37.aarch64                          11/99 
12:57:28 #12 12.43   Installing       : libfdisk-2.38.1-1.fc37.aarch64                       12/99 
12:57:28 #12 4.520 (82/95): rpm-plugin-selinux-4.17.1-3.fc36.x86_6 1.1 MB/s |  18 kB     00:00    
12:57:28 #12 4.529 (83/95): selinux-policy-devel-36.17-1.fc36.noar  57 MB/s | 815 kB     00:00    
12:57:28 #12 4.544 (84/95): selinux-policy-36.17-1.fc36.noarch.rpm 2.3 MB/s |  66 kB     00:00    
12:57:28 #12 4.585 (85/95): selinux-policy-targeted-36.17-1.fc36.n  99 MB/s | 6.4 MB     00:00    
12:57:28 #12 4.594 (86/95): systemd-devel-250.9-1.fc36.x86_64.rpm  9.4 MB/s | 451 kB     00:00    
12:57:28 #12 4.613 (87/95): systemd-networkd-250.9-1.fc36.x86_64.r  23 MB/s | 617 kB     00:00    
12:57:28 #12 4.619 (88/95): systemd-pam-250.9-1.fc36.x86_64.rpm     15 MB/s | 334 kB     00:00    
12:57:28 #12 4.643 (89/95): systemd-250.9-1.fc36.x86_64.rpm         41 MB/s | 4.2 MB     00:00    
12:57:28 #12 4.647 (90/95): systemd-rpm-macros-250.9-1.fc36.noarch 1.1 MB/s |  28 kB     00:00    
12:57:28 #12 4.657 (91/95): systemd-resolved-250.9-1.fc36.x86_64.r 7.6 MB/s | 276 kB     00:00    
12:57:28 #12 4.671 (92/95): util-linux-2.38-1.fc36.x86_64.rpm       83 MB/s | 2.3 MB     00:00    
12:57:28 #12 4.674 (93/95): vim-filesystem-9.0.1262-1.fc36.noarch. 838 kB/s |  18 kB     00:00    
12:57:28 #12 4.678 (94/95): libxcrypt-4.4.33-4.fc36.x86_64.rpm     6.2 MB/s | 120 kB     00:00    
12:57:28 #12 4.712 (95/95): systemd-libs-250.9-1.fc36.x86_64.rpm    16 MB/s | 614 kB     00:00    
12:57:28 #12 4.716 --------------------------------------------------------------------------------
12:57:28 #12 4.716 Total                                            45 MB/s | 100 MB     00:02     
12:57:28 #10 68.92 Setting up python3-requests (2.21.0-1) ...
12:57:28 #10 69.07 Setting up libdata-optlist-perl (0.110-1) ...
12:57:28 #10 69.08 Setting up libipc-run-perl (20180523.0-1) ...
12:57:28 #10 69.09 Setting up git (1:2.20.1-2+deb10u7) ...
12:57:28 #10 69.12 Setting up libcontextual-return-perl (0.004014-2) ...
12:57:28 #10 69.13 Setting up libwww-robotrules-perl (6.02-1) ...
12:57:28 #10 69.14 Setting up libtypes-serialiser-perl (1.0-1) ...
12:57:28 #10 52.44   Installing       : glibc-gconv-extra-2.36-9.fc37.x86_64                 9/143 
12:57:28 #10 52.45   Running scriptlet: glibc-gconv-extra-2.36-9.fc37.x86_64                 9/143 
12:57:28 #10 52.45   Installing       : elfutils-debuginfod-client-0.187-8.fc37.x86_64      10/143 
12:57:28 #10 52.47   Installing       : binutils-gold-2.38-25.fc37.x86_64                   11/143 
12:57:28 #10 52.56   Installing       : binutils-2.38-25.fc37.x86_64                        12/143 
12:57:28 #10 52.57   Running scriptlet: binutils-2.38-25.fc37.x86_64                        12/143 
12:57:28 #10 52.59   Installing       : hunspell-en-GB-0.20140811.1-23.fc37.noarch          13/143 
12:57:28 #10 52.60   Installing       : hunspell-en-0.20140811.1-23.fc37.noarch             14/143 
12:57:28 #10 52.61   Installing       : hunspell-en-US-0.20140811.1-23.fc37.noarch          15/143 
12:57:28 #10 52.62   Installing       : hunspell-1.7.0-21.fc37.x86_64                       16/143 
12:57:28 #10 52.64   Installing       : elfutils-0.187-8.fc37.x86_64                        17/143 
12:57:28 #10 52.65   Installing       : dwz-0.14-7.fc37.x86_64                              18/143 
12:57:28 #10 52.66   Installing       : file-5.42-4.fc37.x86_64                             19/143 
12:57:28 #12 6.231 (58/97): git-core-doc-2.39.1-1.fc36.noarch.rpm   26 MB/s | 2.6 MB     00:00    
12:57:28 #12 6.274 (59/97): glibc-devel-2.35-22.fc36.aarch64.rpm    11 MB/s | 483 kB     00:00    
12:57:28 #12 6.348 (60/97): glibc-static-2.35-22.fc36.aarch64.rpm   19 MB/s | 1.4 MB     00:00    
12:57:28 #12 6.457 (61/97): kernel-headers-6.1.5-100.fc36.aarch64.  12 MB/s | 1.3 MB     00:00    
12:57:28 #10 66.10 Setting up libnamespace-clean-perl (0.27-2) ...
12:57:28 #10 66.11 Setting up libstring-license-perl (0.0.2-1) ...
12:57:28 #10 66.13 Setting up licensecheck (3.3.5-1) ...
12:57:28 #10 66.14 Setting up libgitlab-api-v4-perl (0.26-2) ...
12:57:28 #10 66.16 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:57:28 #10 66.17 Setting up libwww-perl (6.67-1) ...
12:57:28 #10 66.19 Setting up libhtml-tokeparser-simple-perl (3.16-4) ...
12:57:28 #10 66.21 Setting up libwww-mechanize-perl (2.15-1) ...
12:57:28 #10 66.23 Setting up devscripts (2.22.2) ...
12:57:28 #10 37.04 Selecting previously unselected package libencode-locale-perl.
12:57:28 #10 37.04 Preparing to unpack .../119-libencode-locale-perl_1.05-1.1_all.deb ...
12:57:28 #10 37.05 Unpacking libencode-locale-perl (1.05-1.1) ...
12:57:28 #10 37.10 Selecting previously unselected package libtimedate-perl.
12:57:28 #10 37.10 Preparing to unpack .../120-libtimedate-perl_2.3300-2_all.deb ...
12:57:28 #10 37.10 Unpacking libtimedate-perl (2.3300-2) ...
12:57:28 #10 37.17 Selecting previously unselected package libhttp-date-perl.
12:57:28 #10 37.17 Preparing to unpack .../121-libhttp-date-perl_6.05-1_all.deb ...
12:57:28 #10 37.18 Unpacking libhttp-date-perl (6.05-1) ...
12:57:28 #10 37.22 Selecting previously unselected package libfile-listing-perl.
12:57:28 #10 37.22 Preparing to unpack .../122-libfile-listing-perl_6.14-1_all.deb ...
12:57:28 #10 37.23 Unpacking libfile-listing-perl (6.14-1) ...
12:57:28 #10 37.28 Selecting previously unselected package libhtml-tagset-perl.
12:57:28 #10 37.28 Preparing to unpack .../123-libhtml-tagset-perl_3.20-4_all.deb ...
12:57:28 #13 5.818 Done
12:57:28 #10 44.08 Setting up dh-strip-nondeterminism (1.1.2-1) ...
12:57:28 #10 44.09 Setting up equivs (2.2.0) ...
12:57:28 #10 44.10 Processing triggers for libc-bin (2.28-10+rpi1+deb10u2) ...
12:57:28 #10 DONE 44.3s
12:57:28 #13 3.803 Reading package lists...
12:57:28 #12 12.44   Installing       : checkpolicy-3.4-3.fc37.aarch64                       13/99 
12:57:28 #12 12.58   Installing       : cpp-12.2.1-4.fc37.aarch64                            14/99 
12:57:28 #12 12.59   Installing       : perl-threads-shared-1.64-489.fc37.aarch64            15/99 
12:57:28 #12 12.60   Installing       : perl-Thread-Queue-3.14-489.fc37.noarch               16/99 
12:57:28 #12 12.60   Installing       : python3-libsemanage-3.4-5.fc37.aarch64               17/99 
12:57:28 #12 12.62   Installing       : systemd-devel-251.10-588.fc37.aarch64                18/99 
12:57:28 #12 12.67   Installing       : xkeyboard-config-2.36-3.fc37.noarch                  19/99 
12:57:28 #12 12.68   Installing       : libxkbcommon-1.4.1-2.fc37.aarch64                    20/99 
12:57:28 #12 12.69   Installing       : vim-filesystem-2:9.0.1262-1.fc37.noarch              21/99 
12:57:28 #12 12.70   Installing       : libubsan-12.2.1-4.fc37.aarch64                       22/99 
12:57:28 #12 12.71   Installing       : libedit-3.1-43.20221009cvs.fc37.aarch64              23/99 
12:57:28 #12 12.71   Installing       : libatomic-12.2.1-4.fc37.aarch64                      24/99 
12:57:28 #10 48.46 Selecting previously unselected package libdata-dump-perl.
12:57:28 #10 48.47 Preparing to unpack .../232-libdata-dump-perl_1.25-1_all.deb ...
12:57:28 #10 48.47 Unpacking libdata-dump-perl (1.25-1) ...
12:57:28 #10 69.15 Setting up g++ (4:8.3.0-1) ...
12:57:28 #10 69.18 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:57:28 #10 69.19 Setting up libhtml-parser-perl (3.72-3+b3) ...
12:57:28 #10 69.20 Setting up libgit-wrapper-perl (0.048-1) ...
12:57:28 #10 69.21 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:57:28 #10 69.24 Setting up librole-tiny-perl (2.000006-1) ...
12:57:28 #10 69.25 Setting up gnupg (2.2.12-1+deb10u2) ...
12:57:28 #10 69.26 Setting up build-essential (12.6) ...
12:57:28 #10 69.27 Setting up libfile-homedir-perl (1.004-1) ...
12:57:28 #10 69.28 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
12:57:28 #10 69.29 Setting up libio-socket-ssl-perl (2.060-3) ...
12:57:28 #10 69.30 Setting up libsub-exporter-perl (0.987-1) ...
12:57:28 #10 69.31 Setting up libalgorithm-merge-perl (0.08-3) ...
12:57:28 #10 69.32 Setting up libhttp-message-perl (6.18-1) ...
12:57:28 #10 69.33 Setting up libhtml-form-perl (6.03-1) ...
12:57:28 #10 69.34 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
12:57:28 #10 69.35 Setting up libjson-xs-perl (3.040-1+b1) ...
12:57:28 #10 52.67   Installing       : unzip-6.0-58.fc37.x86_64                            20/143 
12:57:28 #10 52.68   Installing       : xz-5.2.5-10.fc37.x86_64                             21/143 
12:57:28 #10 52.69   Installing       : zip-3.0-33.fc37.x86_64                              22/143 
12:57:28 #10 52.70   Installing       : enchant2-2.3.3-2.fc37.x86_64                        23/143 
12:57:28 #10 52.71   Installing       : python3-enchant-3.2.2-5.fc37.noarch                 24/143 
12:57:28 #10 52.72   Installing       : bzip2-1.0.8-12.fc37.x86_64                          25/143 
12:57:28 #10 52.73   Installing       : cpio-2.13-13.fc37.x86_64                            26/143 
12:57:28 #10 52.74   Installing       : dash-0.5.11.5-2.fc37.x86_64                         27/143 
12:57:28 #10 52.75   Running scriptlet: dash-0.5.11.5-2.fc37.x86_64                         27/143 
12:57:28 #10 52.76   Installing       : diffutils-3.8-3.fc37.x86_64                         28/143 
12:57:28 #10 52.77   Installing       : ed-1.18-2.fc37.x86_64                               29/143 
12:57:28 #10 52.78   Installing       : patch-2.7.6-17.fc37.x86_64                          30/143 
12:57:28 #10 52.79   Running scriptlet: groff-base-1.22.4-10.fc37.x86_64                    31/143 
12:57:28 #10 52.83   Installing       : groff-base-1.22.4-10.fc37.x86_64                    31/143 
12:57:28 #10 52.84   Running scriptlet: groff-base-1.22.4-10.fc37.x86_64                    31/143 
12:57:28 #10 52.86   Installing       : json-glib-1.6.6-3.fc37.x86_64                       32/143 
12:57:28 #10 52.87   Installing       : libjpeg-turbo-2.1.3-2.fc37.x86_64                   33/143 
12:57:28 #10 52.88   Installing       : libpkgconf-1.8.0-3.fc37.x86_64                      34/143 
12:57:28 #10 52.88   Installing       : pkgconf-1.8.0-3.fc37.x86_64                         35/143 
12:57:28 #10 52.89   Installing       : libpng-2:1.6.37-13.fc37.x86_64                      36/143 
12:57:28 #10 52.90   Installing       : libstemmer-0-19.585svn.fc37.x86_64                  37/143 
12:57:28 #10 52.91   Installing       : ncurses-6.3-3.20220501.fc37.x86_64                  38/143 
12:57:28 #10 52.92   Installing       : perl-Digest-1.20-489.fc37.noarch                    39/143 
12:57:28 #10 52.92   Installing       : perl-Digest-MD5-2.58-489.fc37.x86_64                40/143 
12:57:28 #10 52.93   Installing       : perl-B-1.83-492.fc37.x86_64                         41/143 
12:57:28 #10 52.94   Installing       : perl-FileHandle-2.03-492.fc37.noarch                42/143 
12:57:28 #10 52.94   Installing       : perl-AutoLoader-5.74-492.fc37.noarch                43/143 
12:57:28 #10 52.95   Installing       : perl-Data-Dumper-2.184-490.fc37.x86_64              44/143 
12:57:28 #10 52.96   Installing       : perl-libnet-3.14-490.fc37.noarch                    45/143 
12:57:28 #10 52.96   Installing       : perl-base-2.27-492.fc37.noarch                      46/143 
12:57:28 #12 6.508 (62/97): cpp-12.2.1-4.fc36.aarch64.rpm          9.1 MB/s | 9.2 MB     00:01    
12:57:28 #12 6.513 (63/97): less-590-5.fc36.aarch64.rpm            2.8 MB/s | 161 kB     00:00    
12:57:28 #12 6.543 (64/97): libargon2-20171227-9.fc36.aarch64.rpm  815 kB/s |  28 kB     00:00    
12:57:28 #12 6.599 (65/97): libasan-12.2.1-4.fc36.aarch64.rpm      4.9 MB/s | 425 kB     00:00    
12:57:28 #12 6.602 (66/97): libatomic-12.2.1-4.fc36.aarch64.rpm    734 kB/s |  43 kB     00:00    
12:57:28 #12 6.639 (67/97): libfdisk-2.38-1.fc36.aarch64.rpm       4.2 MB/s | 155 kB     00:00    
12:57:28 #12 6.644 (68/97): libbpf-0.7.0-3.fc36.aarch64.rpm        3.5 MB/s | 159 kB     00:00    
12:57:28 #12 6.676 (69/97): libfido2-1.10.0-5.fc36.aarch64.rpm     2.6 MB/s |  93 kB     00:00    
12:57:28 #12 6.694 (70/97): libtool-2.4.7-1.fc36.aarch64.rpm        12 MB/s | 593 kB     00:00    
12:57:28 #12 6.712 (71/97): libtool-ltdl-2.4.7-1.fc36.aarch64.rpm  1.0 MB/s |  37 kB     00:00    
12:57:28 #10 66.40 Setting up libxml-parser-perl (2.46-4) ...
12:57:28 #10 66.41 Setting up lintian (2.116.3) ...
12:57:28 #10 66.43 Setting up libxml-sax-expat-perl (0.51-2) ...
12:57:28 #10 66.48 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:57:28 #10 66.52 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:28 #10 37.29 Unpacking libhtml-tagset-perl (3.20-4) ...
12:57:28 #10 37.34 Selecting previously unselected package liburi-perl.
12:57:28 #10 37.34 Preparing to unpack .../124-liburi-perl_5.08-1_all.deb ...
12:57:28 #10 37.34 Unpacking liburi-perl (5.08-1) ...
12:57:28 #10 37.40 Selecting previously unselected package libhtml-parser-perl.
12:57:28 #10 37.40 Preparing to unpack .../125-libhtml-parser-perl_3.75-1+b1_armhf.deb ...
12:57:28 #10 37.41 Unpacking libhtml-parser-perl (3.75-1+b1) ...
12:57:28 #10 37.47 Selecting previously unselected package libhtml-tree-perl.
12:57:28 #10 37.47 Preparing to unpack .../126-libhtml-tree-perl_5.07-2_all.deb ...
12:57:28 #10 37.48 Unpacking libhtml-tree-perl (5.07-2) ...
12:57:29 #13 6.251 The following additional packages will be installed:
12:57:29 #13 6.252   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:57:29 #13 6.252   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp25
12:57:29 #13 6.252   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
12:57:29 #13 6.253   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
12:57:29 #13 6.253   libuv1 pkg-config
12:57:29 #13 6.255 Suggested packages:
12:57:29 #13 6.255   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
12:57:29 #13 6.296 The following NEW packages will be installed:
12:57:29 #13 6.297   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:57:29 #13 6.297   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp25
12:57:29 #13 6.297   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
12:57:29 #13 6.298   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
12:57:29 #13 6.298   libuv1 pkg-config
12:57:29 
12:57:29 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:57:29 #11 DONE 0.0s
12:57:29 
12:57:29 #12 [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
12:57:29 #13 4.531 Building dependency tree...
12:57:29 #13 4.700 Reading state information...
12:57:29 + mkdir -p /root/build-deb/cli
12:57:29 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:57:29 #10 42.00 Setting up python3 (3.9.2-3) ...
12:57:29 #10 42.11 Setting up binutils (2.35.2-2+rpi1) ...
12:57:29 #10 42.12 Setting up man-db (2.9.4-2) ...
12:57:29 #12 12.72   Installing       : libasan-12.2.1-4.fc37.aarch64                        25/99 
12:57:29 #12 12.84   Installing       : kernel-headers-6.1.5-200.fc37.aarch64                26/99 
12:57:29 #12 12.85   Installing       : libxcrypt-devel-4.4.33-4.fc37.aarch64                27/99 
12:57:29 #12 12.91   Installing       : glibc-devel-2.36-9.fc37.aarch64                      28/99 
12:57:29 #12 12.97   Installing       : glibc-static-2.36-9.fc37.aarch64                     29/99 
12:57:29 #12 12.98   Installing       : libxcrypt-static-4.4.33-4.fc37.aarch64               30/99 
12:57:29 #12 12.98   Installing       : dbus-common-1:1.14.4-1.fc37.noarch                   31/99 
12:57:29 #12 12.99   Running scriptlet: dbus-common-1:1.14.4-1.fc37.noarch                   31/99 
12:57:29 #12 13.00   Running scriptlet: dbus-broker-32-1.fc37.aarch64                        32/99 
12:57:29 #10 69.37 Setting up libhttp-negotiate-perl (6.01-1) ...
12:57:29 #10 69.38 Setting up libio-prompter-perl (0.004015-1) ...
12:57:29 #10 69.39 Setting up libhttp-cookies-perl (6.04-1) ...
12:57:29 #10 69.40 Setting up po-debconf (1.0.21) ...
12:57:29 #10 69.41 Setting up libhtml-tree-perl (5.07-2) ...
12:57:29 #10 69.42 Setting up libparams-classify-perl (0.015-1+b1) ...
12:57:29 #10 69.43 Setting up libcgi-pm-perl (4.40-1) ...
12:57:29 #10 69.44 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:57:29 #10 69.45 Setting up libnet-dns-sec-perl (1.11-1) ...
12:57:29 #10 69.46 Setting up libsereal-perl (4.005-1) ...
12:57:29 #10 69.48 Setting up libhtml-format-perl (2.12-1) ...
12:57:29 #10 69.49 Setting up libxml-sax-perl (1.00+dfsg-1) ...
12:57:29 #10 69.55 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:57:29 #10 69.60 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:29 #10 52.98   Installing       : perl-Net-SSLeay-1.92-4.fc37.x86_64                  47/143 
12:57:29 #10 52.99   Installing       : perl-URI-5.17-1.fc37.noarch                         48/143 
12:57:29 #10 53.00   Installing       : perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch       49/143 
12:57:29 #10 53.00   Installing       : perl-Mozilla-CA-20211001-4.fc37.noarch              50/143 
12:57:29 #10 53.01   Installing       : perl-if-0.61.000-492.fc37.noarch                    51/143 
12:57:29 #10 53.01   Installing       : perl-IO-Socket-IP-0.41-490.fc37.noarch              52/143 
12:57:29 #10 53.02   Installing       : perl-Time-Local-2:1.300-489.fc37.noarch             53/143 
12:57:29 #10 53.03   Installing       : perl-File-Path-2.18-489.fc37.noarch                 54/143 
12:57:29 #10 53.03   Installing       : perl-Pod-Escapes-1:1.07-489.fc37.noarch             55/143 
12:57:29 #10 53.04   Installing       : perl-IO-Socket-SSL-2.075-1.fc37.noarch              56/143 
12:57:29 #10 53.05   Installing       : perl-Class-Struct-0.66-492.fc37.noarch              57/143 
12:57:29 #10 53.05   Installing       : perl-POSIX-2.03-492.fc37.x86_64                     58/143 
12:57:29 #10 53.06   Installing       : perl-Term-ANSIColor-5.01-490.fc37.noarch            59/143 
12:57:29 #10 53.07   Installing       : perl-IPC-Open3-1.22-492.fc37.noarch                 60/143 
12:57:29 #10 53.07   Installing       : perl-subs-1.04-492.fc37.noarch                      61/143 
12:57:29 #10 53.08   Installing       : perl-File-Temp-1:0.231.100-489.fc37.noarch          62/143 
12:57:29 #10 53.08   Installing       : perl-Term-Cap-1.17-489.fc37.noarch                  63/143 
12:57:29 #10 53.09   Installing       : perl-HTTP-Tiny-0.082-1.fc37.noarch                  64/143 
12:57:29 #10 53.10   Installing       : perl-Pod-Simple-1:3.43-490.fc37.noarch              65/143 
12:57:29 #10 53.11   Installing       : perl-Socket-4:2.036-1.fc37.x86_64                   66/143 
12:57:29 #10 53.11   Installing       : perl-SelectSaver-1.02-492.fc37.noarch               67/143 
12:57:29 #10 53.12   Installing       : perl-Symbol-1.09-492.fc37.noarch                    68/143 
12:57:29 #10 53.12   Installing       : perl-File-stat-1.12-492.fc37.noarch                 69/143 
12:57:29 #10 53.13   Installing       : perl-podlators-1:4.14-489.fc37.noarch               70/143 
12:57:29 #10 53.13   Installing       : perl-Pod-Perldoc-3.28.01-490.fc37.noarch            71/143 
12:57:29 #10 53.14   Installing       : perl-Fcntl-1.15-492.fc37.x86_64                     72/143 
12:57:29 #10 53.15   Installing       : perl-Text-ParseWords-3.31-489.fc37.noarch           73/143 
12:57:29 #10 53.15   Installing       : perl-mro-1.26-492.fc37.x86_64                       74/143 
12:57:29 #10 53.16   Installing       : perl-IO-1.50-492.fc37.x86_64                        75/143 
12:57:29 #10 53.16   Installing       : perl-overloading-0.02-492.fc37.noarch               76/143 
12:57:29 #10 53.17   Installing       : perl-Pod-Usage-4:2.03-3.fc37.noarch                 77/143 
12:57:29 #10 53.17   Installing       : perl-Errno-1.36-492.fc37.x86_64                     78/143 
12:57:29 #17 exporting layers 2.9s done
12:57:29 #17 writing image sha256:d1b8ac28b63d9fd17e43f56a36e1e62432f4e7c08a54d0eab2378be53f99c645 done
12:57:29 #17 naming to docker.io/debbuild-debian-buster/aarch64 done
12:57:29 #17 DONE 2.9s
12:57:29 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/debian-buster:/build  debbuild-debian-buster/aarch64
12:57:29 #12 6.731 (72/97): libtool-ltdl-devel-2.4.7-1.fc36.aarch6 4.1 MB/s | 157 kB     00:00    
12:57:29 #12 6.750 (73/97): libubsan-12.2.1-4.fc36.aarch64.rpm     5.0 MB/s | 192 kB     00:00    
12:57:29 #12 6.769 (74/97): libuv-1.44.2-1.fc36.aarch64.rpm        3.9 MB/s | 148 kB     00:00    
12:57:29 #12 6.785 (75/97): libxcrypt-devel-4.4.33-4.fc36.aarch64. 857 kB/s |  30 kB     00:00    
12:57:29 #12 6.805 (76/97): libxcrypt-static-4.4.33-4.fc36.aarch64 3.0 MB/s | 109 kB     00:00    
12:57:29 #12 6.843 (77/97): pcre2-utf16-10.40-1.fc36.aarch64.rpm   5.2 MB/s | 199 kB     00:00    
12:57:29 #12 6.875 (78/97): pcre2-devel-10.40-1.fc36.aarch64.rpm   5.2 MB/s | 474 kB     00:00    
12:57:29 #12 6.881 (79/97): pcre2-utf32-10.40-1.fc36.aarch64.rpm   4.9 MB/s | 188 kB     00:00    
12:57:29 #12 6.908 (80/97): perl-Git-2.39.1-1.fc36.noarch.rpm      1.3 MB/s |  43 kB     00:00    
12:57:29 #12 6.918 (81/97): python3-audit-3.0.9-1.fc36.aarch64.rpm 2.2 MB/s |  83 kB     00:00    
12:57:29 #12 6.953 (82/97): rpm-plugin-selinux-4.17.1-3.fc36.aarch 536 kB/s |  18 kB     00:00    
12:57:29 #10 66.65 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:29 #10 66.67 Setting up libsoap-lite-perl (1.27-2) ...
12:57:29 #10 66.69 Setting up libxmlrpc-lite-perl (0.717-5) ...
12:57:29 #10 66.70 Processing triggers for libc-bin (2.36-8) ...
12:57:29 #10 66.73 Processing triggers for ca-certificates (20211016) ...
12:57:29 #10 66.73 Updating certificates in /etc/ssl/certs...
12:57:29 #10 37.55 Selecting previously unselected package libio-html-perl.
12:57:29 #10 37.56 Preparing to unpack .../127-libio-html-perl_1.004-2_all.deb ...
12:57:29 #10 37.56 Unpacking libio-html-perl (1.004-2) ...
12:57:29 #10 37.61 Selecting previously unselected package liblwp-mediatypes-perl.
12:57:29 #10 37.61 Preparing to unpack .../128-liblwp-mediatypes-perl_6.04-1_all.deb ...
12:57:29 #10 37.61 Unpacking liblwp-mediatypes-perl (6.04-1) ...
12:57:29 #10 37.66 Selecting previously unselected package libhttp-message-perl.
12:57:29 #10 37.66 Preparing to unpack .../129-libhttp-message-perl_6.28-1_all.deb ...
12:57:29 #10 37.66 Unpacking libhttp-message-perl (6.28-1) ...
12:57:29 #10 37.72 Selecting previously unselected package libhttp-cookies-perl.
12:57:29 #10 37.72 Preparing to unpack .../130-libhttp-cookies-perl_6.10-1_all.deb ...
12:57:29 #10 37.73 Unpacking libhttp-cookies-perl (6.10-1) ...
12:57:29 #10 37.78 Selecting previously unselected package libhttp-negotiate-perl.
12:57:29 #10 37.78 Preparing to unpack .../131-libhttp-negotiate-perl_6.01-1_all.deb ...
12:57:29 #12 3.514 Reading package lists...
12:57:29 #12 4.720 Building dependency tree...
12:57:29 #12 4.910 Reading state information...
12:57:29 #13 4.705 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:57:29 #13 4.919 Starting 2 pkgProblemResolver with broken count: 0
12:57:29 #13 4.923 Done
12:57:29 + mkdir -p /root/build-deb/buildx
12:57:29 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:57:29 #10 42.25 Building database of manual pages ...
12:57:29 #12 13.07   Installing       : dbus-broker-32-1.fc37.aarch64                        32/99 
12:57:29 #12 13.08   Running scriptlet: dbus-broker-32-1.fc37.aarch64                        32/99 
12:57:29 #12 13.09   Installing       : dbus-1:1.14.4-1.fc37.aarch64                         33/99 
12:57:29 #12 13.09   Installing       : annobin-docs-10.92-1.fc37.noarch                     34/99 
12:57:29 #12 13.10   Installing       : rhash-1.4.2-3.fc37.aarch64                           35/99 
12:57:29 #12 13.11   Installing       : qrencode-libs-4.1.1-3.fc37.aarch64                   36/99 
12:57:29 #12 13.21   Installing       : python3-setuptools-62.6.0-2.fc37.noarch              37/99 
12:57:29 #12 13.25   Installing       : python3-setools-4.4.0-9.fc37.aarch64                 38/99 
12:57:29 #12 13.26   Installing       : python3-audit-3.0.9-1.fc37.aarch64                   39/99 
12:57:29 #12 13.27   Installing       : perl-lib-0.65-492.fc37.aarch64                       40/99 
12:57:29 #12 13.27   Installing       : perl-TermReadKey-2.38-14.fc37.aarch64                41/99 
12:57:29 #12 13.28   Installing       : perl-File-Copy-2.39-492.fc37.noarch                  42/99 
12:57:29 #12 13.29   Installing       : perl-File-Compare-1.100.700-492.fc37.noarch          43/99 
12:57:29 #10 69.73 
12:57:29 #10 69.73 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:29 #10 69.76 Setting up dput (1.0.3) ...
12:57:29 #10 53.18   Installing       : perl-File-Basename-2.85-492.fc37.noarch             79/143 
12:57:29 #10 53.18   Installing       : perl-Getopt-Std-1.13-492.fc37.noarch                80/143 
12:57:29 #10 53.19   Installing       : perl-MIME-Base64-3.16-489.fc37.x86_64               81/143 
12:57:29 #10 53.20   Installing       : perl-Scalar-List-Utils-5:1.63-489.fc37.x86_64       82/143 
12:57:29 #10 53.21   Installing       : perl-constant-1.33-490.fc37.noarch                  83/143 
12:57:29 #10 53.21   Installing       : perl-Storable-1:3.26-489.fc37.x86_64                84/143 
12:57:29 #10 53.22   Installing       : perl-overload-1.35-492.fc37.noarch                  85/143 
12:57:29 #10 53.23   Installing       : perl-parent-1:0.238-489.fc37.noarch                 86/143 
12:57:29 #10 53.24   Installing       : perl-vars-1.05-492.fc37.noarch                      87/143 
12:57:29 #10 53.24   Installing       : perl-Getopt-Long-1:2.54-1.fc37.noarch               88/143 
12:57:29 #10 53.25   Installing       : perl-Carp-1.52-489.fc37.noarch                      89/143 
12:57:29 #10 53.26   Installing       : perl-Exporter-5.77-489.fc37.noarch                  90/143 
12:57:29 #10 53.26   Installing       : perl-NDBM_File-1.15-492.fc37.x86_64                 91/143 
12:57:29 #10 53.27   Installing       : perl-PathTools-3.84-489.fc37.x86_64                 92/143 
12:57:29 #10 53.28   Installing       : perl-DynaLoader-1.52-492.fc37.x86_64                93/143 
12:57:29 #10 53.34   Installing       : perl-Encode-4:3.19-492.fc37.x86_64                  94/143 
12:57:29 #12 7.013 (83/97): python3-setuptools-59.6.0-3.fc36.noarc 8.7 MB/s | 934 kB     00:00    
12:57:29 #12 7.018 (84/97): selinux-policy-36.17-1.fc36.noarch.rpm 1.0 MB/s |  66 kB     00:00    
12:57:29 #12 7.144 (85/97): gcc-12.2.1-4.fc36.aarch64.rpm           21 MB/s |  29 MB     00:01    
12:57:29 #12 7.152 (86/97): selinux-policy-devel-36.17-1.fc36.noar 5.8 MB/s | 815 kB     00:00    
12:57:29 #12 7.200 (87/97): systemd-devel-250.9-1.fc36.aarch64.rpm 9.3 MB/s | 451 kB     00:00    
12:57:29 #12 7.251 (88/97): selinux-policy-targeted-36.17-1.fc36.n  27 MB/s | 6.4 MB     00:00    
12:57:29 #10 37.79 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:57:29 #10 37.84 Selecting previously unselected package perl-openssl-defaults:armhf.
12:57:29 #10 37.84 Preparing to unpack .../132-perl-openssl-defaults_5_armhf.deb ...
12:57:29 #10 37.85 Unpacking perl-openssl-defaults:armhf (5) ...
12:57:29 #10 37.90 Selecting previously unselected package libnet-ssleay-perl.
12:57:29 #10 37.90 Preparing to unpack .../133-libnet-ssleay-perl_1.88-3+b1_armhf.deb ...
12:57:29 #10 37.92 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
12:57:29 #10 38.05 Selecting previously unselected package libio-socket-ssl-perl.
12:57:29 #10 38.05 Preparing to unpack .../134-libio-socket-ssl-perl_2.069-1_all.deb ...
12:57:29 #13 1.189 Reading package lists...
12:57:29 #12 4.929 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:57:29 #12 4.965 Starting 2 pkgProblemResolver with broken count: 0
12:57:29 #12 4.968 Done
12:57:29 #12 4.986  Done
12:57:29 #12 4.994 Starting pkgProblemResolver with broken count: 0
12:57:29 #12 5.019 Starting 2 pkgProblemResolver with broken count: 0
12:57:29 #12 5.021 Done
12:57:29 #12 5.108 The following additional packages will be installed:
12:57:29 #12 5.108   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:57:29 #12 5.109   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 liblzo2-2
12:57:29 #12 5.109   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
12:57:29 #12 5.110   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:57:29 #12 5.110 Suggested packages:
12:57:29 #12 5.110   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:57:29 #12 5.110 Recommended packages:
12:57:29 #12 5.110   dmsetup
12:57:29 #12 5.157 The following NEW packages will be installed:
12:57:29 #12 5.158   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:57:29 #12 5.158   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 liblzo2-2
12:57:29 #12 5.158   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
12:57:29 #12 5.159   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:57:29 #13 6.723 0 upgraded, 22 newly installed, 0 to remove and 4 not upgraded.
12:57:29 #13 6.723 1 not fully installed or removed.
12:57:29 #13 6.723 Need to get 11.7 MB of archives.
12:57:29 #13 6.723 After this operation, 46.8 MB of additional disk space will be used.
12:57:29 #13 6.723 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 bash-completion all 1:2.11-6ubuntu1 [179 kB]
12:57:29 #13 5.073  Done
12:57:29 #13 5.235 Starting pkgProblemResolver with broken count: 0
12:57:29 #13 5.263 Starting 2 pkgProblemResolver with broken count: 0
12:57:29 #13 5.266 Done
12:57:29 + mkdir -p /root/build-deb/compose
12:57:29 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:57:29 + mkdir -p /root/build-deb/scan-cli-plugin
12:57:29 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:57:29 + mkdir -p /go/src/github.com/docker
12:57:29 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:57:29 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:57:29 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:57:29 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:57:29 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:57:29 + EPOCH=5
12:57:29 + EPOCH_SEP=
12:57:29 + [[ ! -z 5 ]]
12:57:29 + EPOCH_SEP=:
12:57:29 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:57:29 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:29 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:29 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:29 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:29 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:29 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:57:29 + debSource=docker-ce
12:57:29 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:57:29 + debMaintainer='Docker <support@docker.com>'
12:57:29 ++ date --rfc-2822
12:57:29 + debDate='Wed, 08 Feb 2023 12:57:29 +0000'
12:57:29 + pkgRevision=1
12:57:29 + cat
12:57:29 + export CLI_GITCOMMIT=ab4ef4a
12:57:29 + CLI_GITCOMMIT=ab4ef4a
12:57:29 + export ENGINE_GITCOMMIT=1141704
12:57:29 + ENGINE_GITCOMMIT=1141704
12:57:29 + export SCAN_GITCOMMIT=6c852fa
12:57:29 + SCAN_GITCOMMIT=6c852fa
12:57:29 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:29 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:29 + dpkg-buildpackage -uc -us -I.git
12:57:29 #12 13.31   Installing       : autoconf-2.71-4.fc37.noarch                          44/99 
12:57:29 #12 13.33   Installing       : automake-1.16.5-9.fc37.noarch                        45/99 
12:57:29 #12 13.34   Installing       : perl-Error-1:0.17029-10.fc37.noarch                  46/99 
12:57:29 #12 13.35   Installing       : pcre2-utf32-10.40-1.fc37.1.aarch64                   47/99 
12:57:29 #12 13.36   Installing       : pcre2-utf16-10.40-1.fc37.1.aarch64                   48/99 
12:57:29 #12 13.37   Installing       : pcre2-devel-10.40-1.fc37.1.aarch64                   49/99 
12:57:29 #12 13.38   Installing       : libuv-1:1.44.2-2.fc37.aarch64                        50/99 
12:57:29 #12 13.38   Running scriptlet: libutempter-1.2.1-7.fc37.aarch64                     51/99 
12:57:29 #12 13.43   Installing       : libutempter-1.2.1-7.fc37.aarch64                     51/99 
12:57:29 #12 13.50   Installing       : util-linux-2.38.1-1.fc37.aarch64                     52/99 
12:57:29 #12 13.51   Running scriptlet: openssh-8.8p1-7.fc37.aarch64                         53/99 
12:57:29 #10 69.91 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:57:29 #10 69.92 Setting up libmodule-runtime-perl (0.016-1) ...
12:57:29 #10 69.93 Setting up libmailtools-perl (2.18-1) ...
12:57:29 #10 69.94 Setting up libparse-debianchangelog-perl (1.2.0-13) ...
12:57:29 #10 69.95 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
12:57:29 #10 69.99 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:57:29 #10 70.06 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:57:29 #10 70.13 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:29 #10 53.45   Installing       : perl-libs-4:5.36.0-492.fc37.x86_64                  95/143 
12:57:29 #10 53.47   Installing       : perl-interpreter-4:5.36.0-492.fc37.x86_64           96/143 
12:57:29 #10 53.48   Installing       : devscripts-checkbashisms-2.22.2-3.fc37.x86_64       97/143 
12:57:29 #10 53.50   Installing       : shared-mime-info-2.2-2.fc37.x86_64                  98/143 
12:57:29 #10 53.51   Running scriptlet: shared-mime-info-2.2-2.fc37.x86_64                  98/143 
12:57:29 #10 53.53   Installing       : gdk-pixbuf2-2.42.10-1.fc37.x86_64                   99/143 
12:57:29 #10 53.55   Installing       : libappstream-glib-0.8.1-1.fc37.x86_64              100/143 
12:57:29 #10 53.56   Installing       : xxhash-libs-0.8.1-3.fc37.x86_64                    101/143 
12:57:29 #10 53.64   Installing       : gdb-minimal-12.1-7.fc37.x86_64                     102/143 
12:57:29 #10 53.65   Installing       : debugedit-5.0-7.fc37.x86_64                        103/143 
12:57:29 #10 53.67   Installing       : zstd-1.5.2-3.fc37.x86_64                           104/143 
12:57:29 #10 53.68   Installing       : dbus-libs-1:1.14.4-1.fc37.x86_64                   105/143 
12:57:29 #10 53.69   Installing       : python3-dbus-1.3.2-1.fc37.x86_64                   106/143 
12:57:29 #10 53.71   Installing       : python3-zstandard-0.19.0-1.fc37.x86_64             107/143 
12:57:29 #10 53.71   Installing       : rust-srpm-macros-23-1.fc37.noarch                  108/143 
12:57:29 #10 53.72   Installing       : rpmautospec-rpm-macros-0.3.1-1.fc37.noarch         109/143 
12:57:29 #10 53.72   Installing       : qt5-srpm-macros-5.15.8-1.fc37.noarch               110/143 
12:57:29 #10 53.73   Installing       : pyproject-srpm-macros-1.6.0-1.fc37.noarch          111/143 
12:57:29 #10 53.74   Installing       : gnat-srpm-macros-5-1.fc37.noarch                   112/143 
12:57:29 #10 53.74   Installing       : emacs-filesystem-1:28.2-3.fc37.noarch              113/143 
12:57:29 #10 53.75   Installing       : desktop-file-utils-0.26-7.fc37.x86_64              114/143 
12:57:29 #10 53.75   Installing       : ansible-srpm-macros-1-8.1.fc37.noarch              115/143 
12:57:29 #10 53.76   Installing       : python3-tomli-w-1.0.0-4.fc37.noarch                116/143 
12:57:29 #12 7.267 (89/97): systemd-networkd-250.9-1.fc36.aarch64. 8.4 MB/s | 568 kB     00:00    
12:57:29 #12 7.285 (90/97): systemd-250.9-1.fc36.aarch64.rpm        29 MB/s | 4.0 MB     00:00    
12:57:29 #12 7.297 (91/97): systemd-pam-250.9-1.fc36.aarch64.rpm   7.0 MB/s | 322 kB     00:00    
12:57:29 #12 7.309 (92/97): systemd-resolved-250.9-1.fc36.aarch64. 6.2 MB/s | 258 kB     00:00    
12:57:29 #12 7.317 (93/97): systemd-rpm-macros-250.9-1.fc36.noarch 925 kB/s |  28 kB     00:00    
12:57:29 #12 7.340 (94/97): vim-filesystem-9.0.1262-1.fc36.noarch. 586 kB/s |  18 kB     00:00    
12:57:29 #12 7.353 (95/97): libxcrypt-4.4.33-4.fc36.aarch64.rpm    3.3 MB/s | 123 kB     00:00    
12:57:29 #12 7.385 (96/97): util-linux-2.38-1.fc36.aarch64.rpm      26 MB/s | 2.3 MB     00:00    
12:57:29 #12 7.408 (97/97): systemd-libs-250.9-1.fc36.aarch64.rpm  8.5 MB/s | 586 kB     00:00    
12:57:29 #12 7.408 --------------------------------------------------------------------------------
12:57:29 #12 7.409 Total                                            19 MB/s |  94 MB     00:04     
12:57:29 + set -e
12:57:29 + mkdir -p /root/build-deb/engine
12:57:29 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:57:29 #10 38.07 Unpacking libio-socket-ssl-perl (2.069-1) ...
12:57:29 #10 38.18 Selecting previously unselected package libnet-http-perl.
12:57:29 #10 38.18 Preparing to unpack .../135-libnet-http-perl_6.20-1_all.deb ...
12:57:29 #10 38.19 Unpacking libnet-http-perl (6.20-1) ...
12:57:29 #10 38.24 Selecting previously unselected package liblwp-protocol-https-perl.
12:57:29 #10 38.24 Preparing to unpack .../136-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:57:29 #10 38.25 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:57:29 #10 38.28 Selecting previously unselected package libtry-tiny-perl.
12:57:29 #10 38.28 Preparing to unpack .../137-libtry-tiny-perl_0.30-1_all.deb ...
12:57:29 #10 38.29 Unpacking libtry-tiny-perl (0.30-1) ...
12:57:29 #10 67.08 0 added, 0 removed; done.
12:57:29 #10 67.08 Running hooks in /etc/ca-certificates/update.d...
12:57:29 #10 67.09 done.
12:57:29 #10 49.25 Selecting previously unselected package libdata-messagepack-perl.
12:57:29 #10 49.26 Preparing to unpack .../233-libdata-messagepack-perl_1.02-1+b1_armhf.deb ...
12:57:29 #10 49.27 Unpacking libdata-messagepack-perl (1.02-1+b1) ...
12:57:29 #10 49.35 Selecting previously unselected package libnet-domain-tld-perl.
12:57:29 #10 49.35 Preparing to unpack .../234-libnet-domain-tld-perl_1.75-3_all.deb ...
12:57:29 #10 49.36 Unpacking libnet-domain-tld-perl (1.75-3) ...
12:57:29 #10 49.43 Selecting previously unselected package libdata-validate-domain-perl.
12:57:29 #10 49.43 Preparing to unpack .../235-libdata-validate-domain-perl_0.10-1.1_all.deb ...
12:57:29 #10 49.44 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
12:57:29 #10 49.51 Selecting previously unselected package libnet-ipv6addr-perl.
12:57:29 #10 49.51 Preparing to unpack .../236-libnet-ipv6addr-perl_1.02-1_all.deb ...
12:57:29 #10 49.53 Unpacking libnet-ipv6addr-perl (1.02-1) ...
12:57:29 #13 7.094 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libarchive13 arm64 3.6.0-1ubuntu1 [367 kB]
12:57:29 #13 7.220 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjsoncpp25 arm64 1.9.5-4 [76.6 kB]
12:57:29 #13 7.239 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 librhash0 arm64 1.4.2-1ubuntu1 [125 kB]
12:57:29 #13 7.258 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libuv1 arm64 1.44.2-1 [87.3 kB]
12:57:29 #13 5.510 The following additional packages will be installed:
12:57:29 dpkg-buildpackage: info: source package docker-ce
12:57:29 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy
12:57:29 dpkg-buildpackage: info: source distribution jammy
12:57:29 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:57:29 dpkg-buildpackage: info: host architecture arm64
12:57:29  dpkg-source -I.git --before-build .
12:57:29 #12 13.55   Installing       : openssh-8.8p1-7.fc37.aarch64                         53/99 
12:57:29 #12 13.56   Installing       : libsepol-devel-3.4-3.fc37.aarch64                    54/99 
12:57:29 #12 13.57   Installing       : libselinux-devel-3.4-5.fc37.aarch64                  55/99 
12:57:29 #12 13.59   Installing       : libselinux-utils-3.4-5.fc37.aarch64                  56/99 
12:57:29 #12 13.61   Installing       : policycoreutils-3.4-6.fc37.aarch64                   57/99 
12:57:29 #12 13.61   Running scriptlet: policycoreutils-3.4-6.fc37.aarch64                   57/99 
12:57:29 #12 13.63   Installing       : selinux-policy-37.19-1.fc37.noarch                   58/99 
12:57:29 #12 13.63   Running scriptlet: selinux-policy-37.19-1.fc37.noarch                   58/99 
12:57:29 #10 70.26 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:29 #10 70.29 Setting up libconst-fast-perl (0.014-1) ...
12:57:29 #10 70.30 Setting up libhttp-daemon-perl (6.01-3+deb10u1) ...
12:57:29 #10 70.31 Setting up libmodule-implementation-perl (0.09-1) ...
12:57:29 #10 70.33 Setting up libemail-valid-perl (1.202-1) ...
12:57:29 #10 70.34 Setting up libcgi-fast-perl (1:2.13-1) ...
12:57:29 #10 70.35 Setting up libpackage-stash-perl (0.38-1) ...
12:57:29 #10 70.37 Setting up libimport-into-perl (1.002005-1) ...
12:57:29 #10 53.77   Installing       : python3-pyxdg-0.27-6.fc37.noarch                   117/143 
12:57:29 #10 53.78   Installing       : python3-file-magic-5.42-4.fc37.noarch              118/143 
12:57:29 #10 53.79   Installing       : python3-distro-1.7.0-3.fc37.noarch                 119/143 
12:57:29 #10 53.80   Installing       : python3-dnf-plugins-core-4.3.1-1.fc37.noarch       120/143 
12:57:29 #10 53.81   Installing       : pkgconf-m4-1.8.0-3.fc37.noarch                     121/143 
12:57:29 #10 53.81   Installing       : pkgconf-pkg-config-1.8.0-3.fc37.x86_64             122/143 
12:57:29 #10 53.82   Installing       : perl-srpm-macros-1-46.fc37.noarch                  123/143 
12:57:29 #10 53.82   Installing       : package-notes-srpm-macros-0.5-6.fc37.noarch        124/143 
12:57:29 #10 53.82   Installing       : openblas-srpm-macros-2-12.fc37.noarch              125/143 
12:57:29 #10 53.83   Installing       : ocaml-srpm-macros-7-2.fc37.noarch                  126/143 
12:57:29 #10 53.83   Installing       : nim-srpm-macros-3-7.fc37.noarch                    127/143 
12:57:29 #10 53.84   Installing       : lua-srpm-macros-1-7.fc37.noarch                    128/143 
12:57:29 #10 53.84   Installing       : kernel-srpm-macros-1.0-15.fc37.noarch              129/143 
12:57:29 #10 53.85   Installing       : ghc-srpm-macros-1.5.0-7.fc37.noarch                130/143 
12:57:29 #10 53.85   Installing       : fpc-srpm-macros-1.3-6.fc37.noarch                  131/143 
12:57:29 #10 53.86   Installing       : efi-srpm-macros-5-6.fc37.noarch                    132/143 
12:57:29 #10 53.86   Installing       : fonts-srpm-macros-1:2.0.5-9.fc37.noarch            133/143 
12:57:29 #10 53.87   Installing       : go-srpm-macros-3.2.0-1.fc37.noarch                 134/143 
12:57:29 #10 53.87   Installing       : python-srpm-macros-3.11-5.fc37.noarch              135/143 
12:57:29 #10 53.88   Installing       : redhat-rpm-config-229-1.fc37.noarch                136/143 
12:57:29 #10 53.89   Installing       : rpm-build-4.18.0-1.fc37.x86_64                     137/143 
12:57:29 #10 53.90   Installing       : rpmlint-fedora-license-data-1.12-1.fc37.noarch     138/143 
12:57:29 #10 53.92   Installing       : rpmlint-2.4.0-3.fc37.noarch                        139/143 
12:57:29 #10 53.94   Installing       : dnf-plugins-core-4.3.1-1.fc37.noarch               140/143 
12:57:29 #10 53.95   Cleanup          : glibc-2.36-8.fc37.x86_64                           141/143 
12:57:29 #10 53.96   Cleanup          : glibc-minimal-langpack-2.36-8.fc37.x86_64          142/143 
12:57:29 #10 53.96   Cleanup          : glibc-common-2.36-8.fc37.x86_64                    143/143 
12:57:29 #12 1.021 Hit:1 http://archive.raspbian.org/raspbian buster InRelease
12:57:29 #12 1.129 Hit:2 http://archive.raspberrypi.org/debian buster InRelease
12:57:29 #13 31.45   Running scriptlet: which-2.21-28.el9.x86_64                             68/68 
12:57:30 #10 38.34 Selecting previously unselected package libwww-robotrules-perl.
12:57:30 #10 38.34 Preparing to unpack .../138-libwww-robotrules-perl_6.02-1_all.deb ...
12:57:30 #10 38.35 Unpacking libwww-robotrules-perl (6.02-1) ...
12:57:30 #10 38.43 Selecting previously unselected package libwww-perl.
12:57:30 #10 38.43 Preparing to unpack .../139-libwww-perl_6.52-1_all.deb ...
12:57:30 #10 38.43 Unpacking libwww-perl (6.52-1) ...
12:57:30 #10 38.51 Selecting previously unselected package patchutils.
12:57:30 #10 38.51 Preparing to unpack .../140-patchutils_0.4.2-1_armhf.deb ...
12:57:30 #10 38.51 Unpacking patchutils (0.4.2-1) ...
12:57:30 #10 38.56 Selecting previously unselected package wdiff.
12:57:30 #10 38.56 Preparing to unpack .../141-wdiff_1.2.2-2+b1_armhf.deb ...
12:57:30 #10 49.59 Selecting previously unselected package libnet-netmask-perl.
12:57:30 #10 49.60 Preparing to unpack .../237-libnet-netmask-perl_2.0002-2_all.deb ...
12:57:30 #10 49.62 Unpacking libnet-netmask-perl (2.0002-2) ...
12:57:30 #10 49.75 Selecting previously unselected package libnetaddr-ip-perl.
12:57:30 #10 49.75 Preparing to unpack .../238-libnetaddr-ip-perl_4.079+dfsg-2+b1_armhf.deb ...
12:57:30 #10 49.75 Unpacking libnetaddr-ip-perl (4.079+dfsg-2+b1) ...
12:57:30 #10 49.80 Selecting previously unselected package libdata-validate-ip-perl.
12:57:30 #10 49.80 Preparing to unpack .../239-libdata-validate-ip-perl_0.31-1_all.deb ...
12:57:30 #10 49.81 Unpacking libdata-validate-ip-perl (0.31-1) ...
12:57:30 #13 7.270 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
12:57:30 #13 7.271 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 emacsen-common all 3.0.4 [14.9 kB]
12:57:30 #13 7.272 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 cmake-data all 3.24.2-1ubuntu1 [2024 kB]
12:57:30 #13 5.511   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:57:30 #13 5.511   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
12:57:30 #13 5.511   libglib2.0-0 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
12:57:30 #13 5.512   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol-dev
12:57:30 #13 5.512   libsystemd-dev libudev-dev libuv1 pkg-config
12:57:30 #13 5.513 Suggested packages:
12:57:30 #13 5.513   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
12:57:30 #13 5.513 Recommended packages:
12:57:30 #13 5.513   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
12:57:30 #13 5.548 The following NEW packages will be installed:
12:57:30 #13 5.548   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:57:30 #13 5.548   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
12:57:30 #13 5.548   libglib2.0-0 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
12:57:30 #13 5.549   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol-dev
12:57:30 #13 5.549   libsystemd-dev libudev-dev libuv1 pkg-config
12:57:30 #13 2.792 dh_testdir
12:57:30  debian/rules clean
12:57:30 dh clean --with=bash-completion
12:57:30    dh_clean
12:57:30 #12 5.573 0 upgraded, 22 newly installed, 0 to remove and 4 not upgraded.
12:57:30 #12 5.573 1 not fully installed or removed.
12:57:30 #12 5.573 Need to get 7028 kB of archives.
12:57:30 #12 5.573 After this operation, 35.7 MB of additional disk space will be used.
12:57:30 #12 5.573 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 bash-completion all 1:2.8-1ubuntu1 [168 kB]
12:57:30 #12 13.66   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          59/99 
12:57:30 #12 13.91   Installing       : selinux-policy-targeted-37.19-1.fc37.noarch          59/99 
12:57:30 #10 70.38 Setting up libmoo-perl (2.003004-2) ...
12:57:30 #10 70.39 Setting up libmime-tools-perl (5.509-1) ...
12:57:30 #10 70.41 Setting up libxml-simple-perl (2.25-1) ...
12:57:30 #10 70.42 Setting up libparams-validate-perl (1.29-1+b1) ...
12:57:30 #10 70.43 Setting up libb-hooks-endofscope-perl (0.24-1) ...
12:57:30 #10 70.45 Setting up lintian (2.15.0) ...
12:57:30 #10 70.46 Setting up libnamespace-clean-perl (0.27-1) ...
12:57:30 #10 70.48 Setting up libgetopt-long-descriptive-perl (0.103-2) ...
12:57:30 #10 70.49 Setting up licensecheck (3.0.31-3) ...
12:57:30 #10 70.50 Setting up libgitlab-api-v4-perl (0.16-1) ...
12:57:30 #10 70.52 Setting up liblwp-protocol-https-perl (6.07-2) ...
12:57:30 #10 70.53 Setting up libwww-perl (6.36-2) ...
12:57:30 #10 70.54 Setting up debhelper (12.1.1) ...
12:57:30 #10 70.55 Setting up dh-autoreconf (19) ...
12:57:30 #10 70.57 Setting up devscripts (2.19.5+deb10u1) ...
12:57:30 #13 32.79   Verifying        : acl-2.3.1-3.el9.x86_64                                1/68 
12:57:30 #13 32.79   Verifying        : dbus-1:1.12.20-7.el9.x86_64                           2/68 
12:57:30 #13 32.79   Verifying        : dbus-broker-28-7.el9.x86_64                           3/68 
12:57:30 #13 32.79   Verifying        : dbus-common-1:1.12.20-7.el9.noarch                    4/68 
12:57:30 #13 32.79   Verifying        : device-mapper-9:1.02.187-4.el9.x86_64                 5/68 
12:57:30 #13 32.79   Verifying        : device-mapper-libs-9:1.02.187-4.el9.x86_64            6/68 
12:57:30 #13 32.79   Verifying        : kmod-libs-28-7.el9.x86_64                             7/68 
12:57:30 #13 32.79   Verifying        : libcbor-0.7.0-5.el9.x86_64                            8/68 
12:57:30 #13 32.79   Verifying        : libedit-3.1-37.20210216cvs.el9.x86_64                 9/68 
12:57:30 #13 32.80   Verifying        : libfido2-1.6.0-7.el9.x86_64                          10/68 
12:57:30 #13 32.80   Verifying        : libseccomp-2.5.2-2.el9.x86_64                        11/68 
12:57:30 #13 32.80   Verifying        : make-1:4.3-7.el9.x86_64                              12/68 
12:57:30 #13 32.80   Verifying        : openssh-8.7p1-28.el9.x86_64                          13/68 
12:57:30 #13 32.80   Verifying        : openssh-clients-8.7p1-28.el9.x86_64                  14/68 
12:57:30 #13 32.80   Verifying        : rpm-plugin-selinux-4.16.1.3-22.el9.x86_64            15/68 
12:57:30 #13 32.80   Verifying        : selinux-policy-38.1.5-1.el9.noarch                   16/68 
12:57:30 #13 32.80   Verifying        : selinux-policy-targeted-38.1.5-1.el9.noarch          17/68 
12:57:30 #13 32.80   Verifying        : systemd-252-3.el9.x86_64                             18/68 
12:57:30 #13 32.80   Verifying        : systemd-pam-252-3.el9.x86_64                         19/68 
12:57:30 #13 32.80   Verifying        : systemd-rpm-macros-252-3.el9.noarch                  20/68 
12:57:30 #13 32.80   Verifying        : which-2.21-28.el9.x86_64                             21/68 
12:57:30 #13 32.80   Verifying        : annobin-11.05-1.el9.x86_64                           22/68 
12:57:30 #13 32.80   Verifying        : autoconf-2.69-38.el9.noarch                          23/68 
12:57:30 #13 32.80   Verifying        : automake-1.16.2-6.el9.noarch                         24/68 
12:57:30 #13 32.80   Verifying        : cmake-3.20.2-8.el9.x86_64                            25/68 
12:57:30 #13 32.80   Verifying        : cmake-data-3.20.2-8.el9.noarch                       26/68 
12:57:30 #13 32.80   Verifying        : cmake-filesystem-3.20.2-8.el9.x86_64                 27/68 
12:57:30 #13 32.80   Verifying        : cmake-rpm-macros-3.20.2-8.el9.noarch                 28/68 
12:57:30 #13 32.80   Verifying        : cpp-11.3.1-4.3.el9.x86_64                            29/68 
12:57:30 #13 32.80   Verifying        : gcc-11.3.1-4.3.el9.x86_64                            30/68 
12:57:30 #13 32.80   Verifying        : gcc-plugin-annobin-11.3.1-4.3.el9.x86_64             31/68 
12:57:30 #13 32.80   Verifying        : git-2.39.1-1.el9.x86_64                              32/68 
12:57:30 #13 32.80   Verifying        : git-core-2.39.1-1.el9.x86_64                         33/68 
12:57:30 #13 32.80   Verifying        : git-core-doc-2.39.1-1.el9.noarch                     34/68 
12:57:30 #13 32.80   Verifying        : glibc-devel-2.34-58.el9.x86_64                       35/68 
12:57:30 #13 32.80   Verifying        : glibc-headers-2.34-58.el9.x86_64                     36/68 
12:57:30 #13 32.80   Verifying        : kernel-headers-5.14.0-252.el9.x86_64                 37/68 
12:57:30 #13 32.80   Verifying        : libmpc-1.2.1-4.el9.x86_64                            38/68 
12:57:30 #13 32.80   Verifying        : libseccomp-devel-2.5.2-2.el9.x86_64                  39/68 
12:57:30 #13 32.80   Verifying        : libselinux-devel-3.5-0.rc2.1.el9.x86_64              40/68 
12:57:30 #13 32.80   Verifying        : libsepol-devel-3.5-0.rc2.1.el9.x86_64                41/68 
12:57:30 #13 32.80   Verifying        : libtool-2.4.6-45.el9.x86_64                          42/68 
12:57:30 #13 32.80   Verifying        : libtool-ltdl-2.4.6-45.el9.x86_64                     43/68 
12:57:30 #13 32.80   Verifying        : libuv-1:1.42.0-1.el9.x86_64                          44/68 
12:57:30 #13 32.80   Verifying        : libxcrypt-devel-4.4.18-3.el9.x86_64                  45/68 
12:57:30 #13 32.80   Verifying        : llvm-libs-15.0.7-1.el9.x86_64                        46/68 
12:57:30 #13 32.80   Verifying        : m4-1.4.19-1.el9.x86_64                               47/68 
12:57:30 #13 32.80   Verifying        : pcre2-devel-10.40-2.el9.x86_64                       48/68 
12:57:30 #13 32.80   Verifying        : pcre2-utf16-10.40-2.el9.x86_64                       49/68 
12:57:30 #13 32.80   Verifying        : pcre2-utf32-10.40-2.el9.x86_64                       50/68 
12:57:30 #13 32.80   Verifying        : perl-DynaLoader-1.47-480.el9.x86_64                  51/68 
12:57:30 #13 32.80   Verifying        : perl-Error-1:0.17029-7.el9.noarch                    52/68 
12:57:30 #13 32.80   Verifying        : perl-File-Compare-1.100.600-480.el9.noarch           53/68 
12:57:30 #13 32.80   Verifying        : perl-File-Copy-2.34-480.el9.noarch                   54/68 
12:57:30 #13 32.80   Verifying        : perl-File-Find-1.37-480.el9.noarch                   55/68 
12:57:30 #13 32.80   Verifying        : perl-Git-2.39.1-1.el9.noarch                         56/68 
12:57:30 #13 32.80   Verifying        : perl-TermReadKey-2.38-11.el9.x86_64                  57/68 
12:57:30 #13 32.80   Verifying        : perl-Thread-Queue-3.14-460.el9.noarch                58/68 
12:57:30 #13 32.80   Verifying        : perl-lib-0.65-480.el9.x86_64                         59/68 
12:57:30 #13 32.80   Verifying        : perl-threads-1:2.25-460.el9.x86_64                   60/68 
12:57:30 #13 32.80   Verifying        : perl-threads-shared-1.61-460.el9.x86_64              61/68 
12:57:30 #13 32.80   Verifying        : policycoreutils-devel-3.5-0.rc2.1.el9.x86_64         62/68 
12:57:30 #13 32.80   Verifying        : selinux-policy-devel-38.1.5-1.el9.noarch             63/68 
12:57:30 #13 32.80   Verifying        : systemd-devel-252-3.el9.x86_64                       64/68 
12:57:30 #13 32.80   Verifying        : device-mapper-devel-9:1.02.187-4.el9.x86_64          65/68 
12:57:30 #13 32.80   Verifying        : glibc-static-2.34-58.el9.x86_64                      66/68 
12:57:30 #13 32.80   Verifying        : libtool-ltdl-devel-2.4.6-45.el9.x86_64               67/68 
12:57:30 #13 32.80   Verifying        : libxcrypt-static-4.4.18-3.el9.x86_64                 68/68 
12:57:30 #13 32.94 
12:57:30 #13 32.94 Installed:
12:57:30 #13 32.94   acl-2.3.1-3.el9.x86_64                                                        
12:57:30 #13 32.94   annobin-11.05-1.el9.x86_64                                                    
12:57:30 #13 32.94   autoconf-2.69-38.el9.noarch                                                   
12:57:30 #13 32.94   automake-1.16.2-6.el9.noarch                                                  
12:57:30 #13 32.94   cmake-3.20.2-8.el9.x86_64                                                     
12:57:30 #13 32.94   cmake-data-3.20.2-8.el9.noarch                                                
12:57:30 #13 32.94   cmake-filesystem-3.20.2-8.el9.x86_64                                          
12:57:30 #13 32.94   cmake-rpm-macros-3.20.2-8.el9.noarch                                          
12:57:30 #13 32.94   cpp-11.3.1-4.3.el9.x86_64                                                     
12:57:30 #13 32.94   dbus-1:1.12.20-7.el9.x86_64                                                   
12:57:30 #13 32.94   dbus-broker-28-7.el9.x86_64                                                   
12:57:30 #13 32.94   dbus-common-1:1.12.20-7.el9.noarch                                            
12:57:30 #13 32.94   device-mapper-9:1.02.187-4.el9.x86_64                                         
12:57:30 #13 32.94   device-mapper-devel-9:1.02.187-4.el9.x86_64                                   
12:57:30 #13 32.94   device-mapper-libs-9:1.02.187-4.el9.x86_64                                    
12:57:30 #13 32.94   gcc-11.3.1-4.3.el9.x86_64                                                     
12:57:30 #13 32.94   gcc-plugin-annobin-11.3.1-4.3.el9.x86_64                                      
12:57:30 #13 32.94   git-2.39.1-1.el9.x86_64                                                       
12:57:30 #13 32.94   git-core-2.39.1-1.el9.x86_64                                                  
12:57:30 #13 32.94   git-core-doc-2.39.1-1.el9.noarch                                              
12:57:30 #13 32.94   glibc-devel-2.34-58.el9.x86_64                                                
12:57:30 #13 32.94   glibc-headers-2.34-58.el9.x86_64                                              
12:57:30 #13 32.94   glibc-static-2.34-58.el9.x86_64                                               
12:57:30 #13 32.94   kernel-headers-5.14.0-252.el9.x86_64                                          
12:57:30 #13 32.94   kmod-libs-28-7.el9.x86_64                                                     
12:57:30 #13 32.94   libcbor-0.7.0-5.el9.x86_64                                                    
12:57:30 #13 32.94   libedit-3.1-37.20210216cvs.el9.x86_64                                         
12:57:30 #13 32.94   libfido2-1.6.0-7.el9.x86_64                                                   
12:57:30 #13 32.94   libmpc-1.2.1-4.el9.x86_64                                                     
12:57:30 #13 32.94   libseccomp-2.5.2-2.el9.x86_64                                                 
12:57:30 #13 32.94   libseccomp-devel-2.5.2-2.el9.x86_64                                           
12:57:30 #13 32.94   libselinux-devel-3.5-0.rc2.1.el9.x86_64                                       
12:57:30 #13 32.94   libsepol-devel-3.5-0.rc2.1.el9.x86_64                                         
12:57:30 #13 32.94   libtool-2.4.6-45.el9.x86_64                                                   
12:57:30 #13 32.94   libtool-ltdl-2.4.6-45.el9.x86_64                                              
12:57:30 #13 32.94   libtool-ltdl-devel-2.4.6-45.el9.x86_64                                        
12:57:30 #13 32.94   libuv-1:1.42.0-1.el9.x86_64                                                   
12:57:30 #13 32.94   libxcrypt-devel-4.4.18-3.el9.x86_64                                           
12:57:30 #13 32.94   libxcrypt-static-4.4.18-3.el9.x86_64                                          
12:57:30 #13 32.94   llvm-libs-15.0.7-1.el9.x86_64                                                 
12:57:30 #13 32.94   m4-1.4.19-1.el9.x86_64                                                        
12:57:30 #13 32.94   make-1:4.3-7.el9.x86_64                                                       
12:57:30 #13 32.94   openssh-8.7p1-28.el9.x86_64                                                   
12:57:30 #13 32.94   openssh-clients-8.7p1-28.el9.x86_64                                           
12:57:30 #13 32.94   pcre2-devel-10.40-2.el9.x86_64                                                
12:57:30 #13 32.94   pcre2-utf16-10.40-2.el9.x86_64                                                
12:57:30 #13 32.94   pcre2-utf32-10.40-2.el9.x86_64                                                
12:57:30 #13 32.94   perl-DynaLoader-1.47-480.el9.x86_64                                           
12:57:30 #13 32.94   perl-Error-1:0.17029-7.el9.noarch                                             
12:57:30 #13 32.94   perl-File-Compare-1.100.600-480.el9.noarch                                    
12:57:30 #13 32.94   perl-File-Copy-2.34-480.el9.noarch                                            
12:57:30 #13 32.94   perl-File-Find-1.37-480.el9.noarch                                            
12:57:30 #13 32.94   perl-Git-2.39.1-1.el9.noarch                                                  
12:57:30 #13 32.94   perl-TermReadKey-2.38-11.el9.x86_64                                           
12:57:30 #13 32.94   perl-Thread-Queue-3.14-460.el9.noarch                                         
12:57:30 #13 32.94   perl-lib-0.65-480.el9.x86_64                                                  
12:57:30 #13 32.94   perl-threads-1:2.25-460.el9.x86_64                                            
12:57:30 #13 32.94   perl-threads-shared-1.61-460.el9.x86_64                                       
12:57:30 #13 32.94   policycoreutils-devel-3.5-0.rc2.1.el9.x86_64                                  
12:57:30 #13 32.94   rpm-plugin-selinux-4.16.1.3-22.el9.x86_64                                     
12:57:30 #13 32.94   selinux-policy-38.1.5-1.el9.noarch                                            
12:57:30 #13 32.94   selinux-policy-devel-38.1.5-1.el9.noarch                                      
12:57:30 #13 32.94   selinux-policy-targeted-38.1.5-1.el9.noarch                                   
12:57:30 #13 32.94   systemd-252-3.el9.x86_64                                                      
12:57:30 #13 32.94   systemd-devel-252-3.el9.x86_64                                                
12:57:30 #13 32.94   systemd-pam-252-3.el9.x86_64                                                  
12:57:30 #13 32.94   systemd-rpm-macros-252-3.el9.noarch                                           
12:57:30 #13 32.94   which-2.21-28.el9.x86_64                                                      
12:57:30 #13 32.94 
12:57:30 #13 32.94 Complete!
12:57:30 #10 38.57 Unpacking wdiff (1.2.2-2+b1) ...
12:57:30 #10 38.65 Selecting previously unselected package devscripts.
12:57:30 #10 38.65 Preparing to unpack .../142-devscripts_2.21.3+deb11u1_armhf.deb ...
12:57:30 #10 38.70 Unpacking devscripts (2.21.3+deb11u1) ...
12:57:30 #15 DONE 1.9s
12:57:30 
12:57:30 #16 [stage-1 8/9] WORKDIR /root/build-deb
12:57:30 #16 DONE 0.0s
12:57:30 
12:57:30 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
12:57:30 #17 DONE 0.0s
12:57:30 
12:57:30 #18 exporting to image
12:57:30 #18 exporting layers
12:57:30 + mkdir -p /root/build-deb/cli
12:57:30 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:57:30 #10 49.84 Selecting previously unselected package libdata-validate-uri-perl.
12:57:30 #10 49.85 Preparing to unpack .../240-libdata-validate-uri-perl_0.07-2_all.deb ...
12:57:30 #10 49.85 Unpacking libdata-validate-uri-perl (0.07-2) ...
12:57:30 #10 49.88 Selecting previously unselected package libdevel-size-perl.
12:57:30 #10 49.88 Preparing to unpack .../241-libdevel-size-perl_0.83-2+b1_armhf.deb ...
12:57:30 #10 49.89 Unpacking libdevel-size-perl (0.83-2+b1) ...
12:57:30 #10 49.93 Selecting previously unselected package libdistro-info-perl.
12:57:30 #10 49.93 Preparing to unpack .../242-libdistro-info-perl_1.5_all.deb ...
12:57:30 #10 49.94 Unpacking libdistro-info-perl (1.5) ...
12:57:30 #10 49.96 Selecting previously unselected package libemail-address-xs-perl.
12:57:30 #10 49.97 Preparing to unpack .../243-libemail-address-xs-perl_1.05-1+b1_armhf.deb ...
12:57:30 #10 49.97 Unpacking libemail-address-xs-perl (1.05-1+b1) ...
12:57:30 #10 50.01 Selecting previously unselected package libexporter-tiny-perl.
12:57:30 #10 50.01 Preparing to unpack .../244-libexporter-tiny-perl_1.006000-1_all.deb ...
12:57:30 #10 50.02 Unpacking libexporter-tiny-perl (1.006000-1) ...
12:57:30 #10 50.05 Selecting previously unselected package libfcgi-bin.
12:57:30 #10 50.06 Preparing to unpack .../245-libfcgi-bin_2.4.2-2_armhf.deb ...
12:57:30 #10 50.06 Unpacking libfcgi-bin (2.4.2-2) ...
12:57:30 #13 7.414 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 cmake arm64 3.24.2-1ubuntu1 [6634 kB]
12:57:30 #13 5.962 0 upgraded, 24 newly installed, 0 to remove and 5 not upgraded.
12:57:30 #13 5.962 1 not fully installed or removed.
12:57:30 #13 5.962 Need to get 11.6 MB of archives.
12:57:30 #13 5.962 After this operation, 47.8 MB of additional disk space will be used.
12:57:30 #13 5.962 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 bash-completion all 1:2.11-5ubuntu1 [180 kB]
12:57:30  dpkg-source -I.git -b .
12:57:30 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:57:30 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:57:30 dpkg-source: warning: native package version may not have a revision
12:57:30 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:57:30 dpkg-source: info: using source format '1.0'
12:57:30 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz
12:57:30 #13 2.812 dh_testroot
12:57:30 #13 2.831 dh_prep
12:57:30 #13 2.853 dh_testdir
12:57:30 #13 2.872 dh_testroot
12:57:30 #13 2.890 dh_install
12:57:30 #13 2.920 dh_installdocs
12:57:30 #13 2.953 dh_installchangelogs
12:57:30 #13 3.024 dh_compress
12:57:30 #13 3.059 dh_fixperms
12:57:30 #13 3.099 dh_installdeb
12:57:30 #13 3.127 dh_gencontrol
12:57:30 #12 5.935 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.2 [1332 kB]
12:57:30 #10 70.72 Setting up dh-strip-nondeterminism (1.1.2-1) ...
12:57:30 #10 70.73 Setting up equivs (2.2.0) ...
12:57:30 #10 70.75 Setting up libxml-parser-perl (2.44-4) ...
12:57:30 #10 70.76 Setting up libxml-sax-expat-perl (0.51-1) ...
12:57:30 #10 70.80 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:57:30 #10 70.84 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:30 #13 DONE 33.1s
12:57:30 
12:57:30 #14 [stage-1 7/8] COPY --from=golang /usr/local/go /usr/local/go
12:57:30 #12 6.442 Running transaction check
12:57:30 #12 6.540 Transaction check succeeded.
12:57:30 #10 38.95 Selecting previously unselected package diffstat.
12:57:30 #10 38.95 Preparing to unpack .../143-diffstat_1.64-1_armhf.deb ...
12:57:30 #10 38.97 Unpacking diffstat (1.64-1) ...
12:57:30 #10 39.03 Selecting previously unselected package distro-info-data.
12:57:30 #10 39.03 Preparing to unpack .../144-distro-info-data_0.51+deb11u3_all.deb ...
12:57:30 #10 39.03 Unpacking distro-info-data (0.51+deb11u3) ...
12:57:30 #10 39.11 Selecting previously unselected package python3-pkg-resources.
12:57:30 #10 39.11 Preparing to unpack .../145-python3-pkg-resources_52.0.0-4_all.deb ...
12:57:30 #15 DONE 3.3s
12:57:30 
12:57:30 #16 [stage-1 8/9] WORKDIR /root/build-deb
12:57:30 #16 DONE 0.0s
12:57:30 
12:57:30 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
12:57:30 #17 DONE 0.0s
12:57:30 
12:57:30 #18 exporting to image
12:57:30 #18 exporting layers
12:57:30 + mkdir -p /root/build-deb/buildx
12:57:30 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:57:30 #13 7.723 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/universe arm64 dh-apparmor all 3.0.7-1ubuntu2 [9102 B]
12:57:30 #13 7.723 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.185-1ubuntu1 [11.8 kB]
12:57:30 #13 7.724 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libudev-dev arm64 251.4-1ubuntu7 [21.3 kB]
12:57:30 #13 7.724 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsepol-dev arm64 3.4-2 [387 kB]
12:57:30 #13 7.733 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpcre2-16-0 arm64 10.40-1ubuntu1 [193 kB]
12:57:30 #13 7.744 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpcre2-32-0 arm64 10.40-1ubuntu1 [181 kB]
12:57:30 #13 7.752 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpcre2-posix3 arm64 10.40-1ubuntu1 [5996 B]
12:57:30 #13 7.753 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpcre2-dev arm64 10.40-1ubuntu1 [671 kB]
12:57:30 #13 7.787 Get:18 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libselinux1-dev arm64 3.4-1 [170 kB]
12:57:30 #13 7.798 Get:19 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevmapper-dev arm64 2:1.02.185-1ubuntu1 [36.7 kB]
12:57:30 #13 7.872 Get:20 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libseccomp-dev arm64 2.5.4-1ubuntu1 [90.6 kB]
12:57:30 #13 7.875 Get:21 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsystemd-dev arm64 251.4-1ubuntu7 [314 kB]
12:57:30 #13 7.888 Get:22 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 pkg-config arm64 0.29.2-1ubuntu3 [47.4 kB]
12:57:30 #10 50.09 Selecting previously unselected package libindirect-perl.
12:57:30 #10 50.10 Preparing to unpack .../246-libindirect-perl_0.39-2+b1_armhf.deb ...
12:57:30 #10 50.10 Unpacking libindirect-perl (0.39-2+b1) ...
12:57:30 #10 50.13 Selecting previously unselected package libxs-parse-keyword-perl.
12:57:30 #10 50.14 Preparing to unpack .../247-libxs-parse-keyword-perl_0.32-1_armhf.deb ...
12:57:30 #10 50.14 Unpacking libxs-parse-keyword-perl (0.32-1) ...
12:57:30 #10 50.18 Selecting previously unselected package libxs-parse-sublike-perl:armhf.
12:57:30 #10 50.19 Preparing to unpack .../248-libxs-parse-sublike-perl_0.16-1+b2_armhf.deb ...
12:57:30 #10 50.19 Unpacking libxs-parse-sublike-perl:armhf (0.16-1+b2) ...
12:57:30 #10 50.23 Selecting previously unselected package libobject-pad-perl.
12:57:30 #10 50.24 Preparing to unpack .../249-libobject-pad-perl_0.78-1_armhf.deb ...
12:57:30 #10 50.24 Unpacking libobject-pad-perl (0.78-1) ...
12:57:30 #10 50.29 Selecting previously unselected package libfeature-compat-class-perl.
12:57:30 #10 50.29 Preparing to unpack .../250-libfeature-compat-class-perl_0.05-1_all.deb ...
12:57:30 #10 50.29 Unpacking libfeature-compat-class-perl (0.05-1) ...
12:57:30 #13 6.324 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive13 amd64 3.6.0-1ubuntu1 [368 kB]
12:57:30 #13 3.241 dh_md5sums
12:57:30 #13 3.270 dh_builddeb
12:57:30 #13 3.291 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:57:30 #13 3.311 
12:57:30 #13 3.311 The package has been created.
12:57:30 #13 3.311 Attention, the package has been created in the current directory,
12:57:30 #13 3.311 not in ".." as indicated by the message above!
12:57:30 #13 3.332 Selecting previously unselected package docker-ce-build-deps.
12:57:30 #13 3.346 (Reading database ... 26310 files and directories currently installed.)
12:57:30 #12 6.190 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB]
12:57:30 #12 6.193 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.7 [288 kB]
12:57:30 #12 6.211 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB]
12:57:30 #12 6.215 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB]
12:57:30 #12 6.219 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB]
12:57:30 #12 6.223 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.2 [3152 kB]
12:57:30 #10 70.98 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:30 #10 71.01 Setting up libsoap-lite-perl (1.27-1) ...
12:57:30 #10 71.03 Setting up libxmlrpc-lite-perl (0.717-2) ...
12:57:30 #10 71.04 Processing triggers for libc-bin (2.28-10+deb10u2) ...
12:57:30 #10 71.06 Processing triggers for ca-certificates (20200601~deb10u2) ...
12:57:30 #10 71.07 Updating certificates in /etc/ssl/certs...
12:57:30 #10 DONE 68.0s
12:57:30 
12:57:30 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:57:30 #11 DONE 0.1s
12:57:30 
12:57:30 #12 [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
12:57:30 #12 6.541 Running transaction test
12:57:30 #10 39.12 Unpacking python3-pkg-resources (52.0.0-4) ...
12:57:30 #13 8.063 debconf: delaying package configuration, since apt-utils is not installed
12:57:30 #13 8.109 Fetched 11.7 MB in 2s (7387 kB/s)
12:57:30 #13 8.139 Selecting previously unselected package bash-completion.
12:57:30 #13 8.139 (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 ... 27559 files and directories currently installed.)
12:57:30 #13 8.157 Preparing to unpack .../00-bash-completion_1%3a2.11-6ubuntu1_all.deb ...
12:57:30 #13 8.170 Unpacking bash-completion (1:2.11-6ubuntu1) ...
12:57:30 #10 50.36 Selecting previously unselected package libsyntax-keyword-try-perl.
12:57:30 #10 50.36 Preparing to unpack .../251-libsyntax-keyword-try-perl_0.28-1_armhf.deb ...
12:57:30 #10 50.37 Unpacking libsyntax-keyword-try-perl (0.28-1) ...
12:57:30 #10 50.40 Selecting previously unselected package libfeature-compat-try-perl.
12:57:30 #10 50.40 Preparing to unpack .../252-libfeature-compat-try-perl_0.05-1_all.deb ...
12:57:30 #10 50.41 Unpacking libfeature-compat-try-perl (0.05-1) ...
12:57:30 #10 50.44 Selecting previously unselected package libipc-system-simple-perl.
12:57:30 #10 50.45 Preparing to unpack .../253-libipc-system-simple-perl_1.30-2_all.deb ...
12:57:30 #10 50.48 Unpacking libipc-system-simple-perl (1.30-2) ...
12:57:30 #10 50.51 Selecting previously unselected package libfile-basedir-perl.
12:57:30 #10 50.52 Preparing to unpack .../254-libfile-basedir-perl_0.09-2_all.deb ...
12:57:30 #10 50.52 Unpacking libfile-basedir-perl (0.09-2) ...
12:57:30 #10 50.55 Selecting previously unselected package libfile-chdir-perl.
12:57:30 #10 50.55 Preparing to unpack .../255-libfile-chdir-perl_0.1008-1.1_all.deb ...
12:57:30 #10 50.56 Unpacking libfile-chdir-perl (0.1008-1.1) ...
12:57:30 #13 6.448 Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjsoncpp25 amd64 1.9.5-3 [80.0 kB]
12:57:30 #13 6.468 Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 librhash0 amd64 1.4.2-1ubuntu1 [125 kB]
12:57:30 #13 6.485 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libuv1 amd64 1.43.0-1 [93.1 kB]
12:57:30 #13 6.497 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
12:57:30 #13 6.498 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 emacsen-common all 3.0.4 [14.9 kB]
12:57:30 #13 6.499 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cmake-data all 3.22.1-1ubuntu1.22.04.1 [1913 kB]
12:57:30 #13 3.347 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:57:30 #13 3.351 Unpacking docker-ce-build-deps (1.0) ...
12:57:30 #12 6.380 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 dh-apparmor all 2.12-4ubuntu5.1 [11.2 kB]
12:57:30 #12 6.381 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB]
12:57:30 #12 6.383 Get:11 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]
12:57:30 #12 6.384 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev-dev amd64 237-3ubuntu10.56 [19.1 kB]
12:57:30 #12 6.385 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsepol1-dev amd64 2.7-1ubuntu0.1 [324 kB]
12:57:30 #12 6.400 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcre16-3 amd64 2:8.39-9ubuntu0.1 [147 kB]
12:57:30 #12 6.404 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcre32-3 amd64 2:8.39-9ubuntu0.1 [138 kB]
12:57:30 #12 6.410 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcrecpp0v5 amd64 2:8.39-9ubuntu0.1 [15.3 kB]
12:57:30 #12 6.411 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcre3-dev amd64 2:8.39-9ubuntu0.1 [536 kB]
12:57:30 #12 6.455 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libselinux1-dev amd64 2.7-2build2 [149 kB]
12:57:30 #12 6.458 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper-dev amd64 2:1.02.145-4.1ubuntu3.18.04.3 [35.0 kB]
12:57:30 #12 6.530 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~18.04.2 [81.7 kB]
12:57:30 #12 6.532 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.56 [184 kB]
12:57:30 #12 6.535 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB]
12:57:31 #10 39.29 Selecting previously unselected package python3-chardet.
12:57:31 #10 39.29 Preparing to unpack .../146-python3-chardet_4.0.0-1_all.deb ...
12:57:31 #10 39.32 Unpacking python3-chardet (4.0.0-1) ...
12:57:31 #10 39.49 Selecting previously unselected package python3-six.
12:57:31 #10 39.49 Preparing to unpack .../147-python3-six_1.16.0-2_all.deb ...
12:57:31 #10 39.50 Unpacking python3-six (1.16.0-2) ...
12:57:31 #13 8.294 Selecting previously unselected package libarchive13:arm64.
12:57:31 #13 8.299 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_arm64.deb ...
12:57:31 #13 8.306 Unpacking libarchive13:arm64 (3.6.0-1ubuntu1) ...
12:57:31 #13 8.349 Selecting previously unselected package libjsoncpp25:arm64.
12:57:31 #13 8.349 Preparing to unpack .../02-libjsoncpp25_1.9.5-4_arm64.deb ...
12:57:31 #13 8.353 Unpacking libjsoncpp25:arm64 (1.9.5-4) ...
12:57:31 #13 8.392 Selecting previously unselected package librhash0:arm64.
12:57:31 #13 8.395 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_arm64.deb ...
12:57:31 #13 8.399 Unpacking librhash0:arm64 (1.4.2-1ubuntu1) ...
12:57:31 #13 8.440 Selecting previously unselected package libuv1:arm64.
12:57:31 #13 8.443 Preparing to unpack .../04-libuv1_1.44.2-1_arm64.deb ...
12:57:31 #13 8.448 Unpacking libuv1:arm64 (1.44.2-1) ...
12:57:31 #13 8.482 Selecting previously unselected package dh-elpa-helper.
12:57:31 #13 8.485 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
12:57:31 #13 8.490 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
12:57:31 #13 8.529 Selecting previously unselected package emacsen-common.
12:57:31 #10 50.59 Selecting previously unselected package libfile-fcntllock-perl.
12:57:31 #10 50.59 Preparing to unpack .../256-libfile-fcntllock-perl_0.22-4+b1_armhf.deb ...
12:57:31 #10 50.60 Unpacking libfile-fcntllock-perl (0.22-4+b1) ...
12:57:31 #10 50.63 Selecting previously unselected package libnumber-compare-perl.
12:57:31 #10 50.64 Preparing to unpack .../257-libnumber-compare-perl_0.03-3_all.deb ...
12:57:31 #10 50.64 Unpacking libnumber-compare-perl (0.03-3) ...
12:57:31 #10 50.67 Selecting previously unselected package libtext-glob-perl.
12:57:31 #10 50.67 Preparing to unpack .../258-libtext-glob-perl_0.11-3_all.deb ...
12:57:31 #10 50.68 Unpacking libtext-glob-perl (0.11-3) ...
12:57:31 #10 50.72 Selecting previously unselected package libfile-find-rule-perl.
12:57:31 #10 50.72 Preparing to unpack .../259-libfile-find-rule-perl_0.34-3_all.deb ...
12:57:31 #10 50.72 Unpacking libfile-find-rule-perl (0.34-3) ...
12:57:31 #10 50.75 Selecting previously unselected package libfont-afm-perl.
12:57:31 #10 50.76 Preparing to unpack .../260-libfont-afm-perl_1.20-4_all.deb ...
12:57:31 #10 50.76 Unpacking libfont-afm-perl (1.20-4) ...
12:57:31 #10 50.79 Selecting previously unselected package libio-string-perl.
12:57:31 #10 50.79 Preparing to unpack .../261-libio-string-perl_1.08-4_all.deb ...
12:57:31 #10 50.81 Unpacking libio-string-perl (1.08-4) ...
12:57:31 #13 6.634 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cmake amd64 3.22.1-1ubuntu1.22.04.1 [5013 kB]
12:57:31 + mkdir -p /root/build-deb/compose
12:57:31 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:57:31 + mkdir -p /root/build-deb/scan-cli-plugin
12:57:31 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:57:31 + mkdir -p /go/src/github.com/docker
12:57:31 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:57:31 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:57:31 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:57:31 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:57:31 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:57:31 + EPOCH=5
12:57:31 + EPOCH_SEP=
12:57:31 + [[ ! -z 5 ]]
12:57:31 + EPOCH_SEP=:
12:57:31 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:57:31 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:31 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:31 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:31 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:31 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:31 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:57:31 + debSource=docker-ce
12:57:31 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:57:31 + debMaintainer='Docker <support@docker.com>'
12:57:31 ++ date --rfc-2822
12:57:31 + debDate='Wed, 08 Feb 2023 12:57:30 +0000'
12:57:31 + pkgRevision=1
12:57:31 + cat
12:57:31 + export CLI_GITCOMMIT=ab4ef4a
12:57:31 + CLI_GITCOMMIT=ab4ef4a
12:57:31 + export ENGINE_GITCOMMIT=1141704
12:57:31 + ENGINE_GITCOMMIT=1141704
12:57:31 + export SCAN_GITCOMMIT=6c852fa
12:57:31 + SCAN_GITCOMMIT=6c852fa
12:57:31 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:31 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:31 + dpkg-buildpackage -uc -us -I.git
12:57:31 dpkg-buildpackage: info: source package docker-ce
12:57:31 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster
12:57:31 dpkg-buildpackage: info: source distribution buster
12:57:31 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:57:31 dpkg-buildpackage: info: host architecture arm64
12:57:31  dpkg-source -I.git --before-build .
12:57:31 #12 6.687 debconf: delaying package configuration, since apt-utils is not installed
12:57:31 #12 6.720 Fetched 7028 kB in 1s (5152 kB/s)
12:57:31 #12 6.749 Selecting previously unselected package bash-completion.
12:57:31 #12 6.750 (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 ... 21450 files and directories currently installed.)
12:57:31 #12 6.763 Preparing to unpack .../00-bash-completion_1%3a2.8-1ubuntu1_all.deb ...
12:57:31 #10 71.44 0 added, 0 removed; done.
12:57:31 #10 71.44 Running hooks in /etc/ca-certificates/update.d...
12:57:31 #10 71.44 done.
12:57:31 #12 0.729 Hit:1 http://deb.debian.org/debian bookworm InRelease
12:57:31 #10 39.58 Selecting previously unselected package python3-debian.
12:57:31 #10 39.58 Preparing to unpack .../148-python3-debian_0.1.39_all.deb ...
12:57:31 #10 39.59 Unpacking python3-debian (0.1.39) ...
12:57:31 #10 39.65 Selecting previously unselected package libgpgme11:armhf.
12:57:31 #10 39.66 Preparing to unpack .../149-libgpgme11_1.14.0-1+b2_armhf.deb ...
12:57:31 #10 39.66 Unpacking libgpgme11:armhf (1.14.0-1+b2) ...
12:57:31 #10 39.74 Selecting previously unselected package python3-gpg.
12:57:31 #10 39.74 Preparing to unpack .../150-python3-gpg_1.14.0-1+b2_armhf.deb ...
12:57:31 #10 39.74 Unpacking python3-gpg (1.14.0-1+b2) ...
12:57:31 #10 39.86 Selecting previously unselected package dput.
12:57:31 #12 1.220 Reading package lists...
12:57:31 #13 8.532 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
12:57:31 #13 8.546 Unpacking emacsen-common (3.0.4) ...
12:57:31 #13 8.594 Selecting previously unselected package cmake-data.
12:57:31 #13 8.597 Preparing to unpack .../07-cmake-data_3.24.2-1ubuntu1_all.deb ...
12:57:31 #13 8.606 Unpacking cmake-data (3.24.2-1ubuntu1) ...
12:57:31 #10 50.84 Selecting previously unselected package libfont-ttf-perl.
12:57:31 #10 50.84 Preparing to unpack .../262-libfont-ttf-perl_1.06-2_all.deb ...
12:57:31 #10 50.84 Unpacking libfont-ttf-perl (1.06-2) ...
12:57:31 #10 50.92 Selecting previously unselected package libfreezethaw-perl.
12:57:31 #10 50.92 Preparing to unpack .../263-libfreezethaw-perl_0.5001-3_all.deb ...
12:57:31 #10 50.93 Unpacking libfreezethaw-perl (0.5001-3) ...
12:57:31 #10 50.96 Selecting previously unselected package libsort-versions-perl.
12:57:31 #10 50.97 Preparing to unpack .../264-libsort-versions-perl_1.62-3_all.deb ...
12:57:31 #10 50.97 Unpacking libsort-versions-perl (1.62-3) ...
12:57:31 #10 51.00 Selecting previously unselected package libgit-wrapper-perl.
12:57:31 #10 51.01 Preparing to unpack .../265-libgit-wrapper-perl_0.048-2_all.deb ...
12:57:31 #10 51.01 Unpacking libgit-wrapper-perl (0.048-2) ...
12:57:31 #10 51.04 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:57:31 #10 51.05 Preparing to unpack .../266-libhttp-tiny-multipart-perl_0.08-2_all.deb ...
12:57:31 #10 51.05 Unpacking libhttp-tiny-multipart-perl (0.08-2) ...
12:57:31 #13 6.866 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 dh-apparmor all 3.0.4-2ubuntu2.1 [9534 B]
12:57:31 #13 6.867 Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu4 [139 kB]
12:57:31 #13 6.869 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1ubuntu4 [12.6 kB]
12:57:31 #13 6.870 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libudev-dev amd64 249.11-0ubuntu3.6 [20.7 kB]
12:57:31 #13 6.870 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsepol-dev amd64 3.3-1build1 [378 kB]
12:57:31 #13 6.891 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB]
12:57:31 #13 6.900 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-32-0 amd64 10.39-3ubuntu0.1 [194 kB]
12:57:31 #13 6.910 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-posix3 amd64 10.39-3ubuntu0.1 [6130 B]
12:57:31 #13 6.911 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-dev amd64 10.39-3ubuntu0.1 [730 kB]
12:57:31 #13 6.942 Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libselinux1-dev amd64 3.3-1build2 [158 kB]
12:57:31 #13 7.014 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1ubuntu4 [36.6 kB]
12:57:31 #13 7.015 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libseccomp-dev amd64 2.5.3-2ubuntu2 [94.0 kB]
12:57:31 #13 7.019 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsystemd-dev amd64 249.11-0ubuntu3.6 [306 kB]
12:57:31 #13 7.033 Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu1 [1461 kB]
12:57:31 #13 7.100 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB]
12:57:31  debian/rules clean
12:57:31 dh clean --with=bash-completion
12:57:31    dh_clean
12:57:31 #10 DONE 71.8s
12:57:31 
12:57:31 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:57:31 #11 DONE 0.1s
12:57:31 
12:57:31 #12 [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
12:57:31 #12 0.729 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
12:57:31 #12 0.810 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
12:57:31 #12 8.858 Running transaction check
12:57:31 #12 8.978 Transaction check succeeded.
12:57:31 #12 8.978 Running transaction test
12:57:31 #10 39.86 Preparing to unpack .../151-dput_1.1.0_all.deb ...
12:57:31 #10 39.88 Unpacking dput (1.1.0) ...
12:57:31 #10 39.95 Selecting previously unselected package equivs.
12:57:31 #10 39.95 Preparing to unpack .../152-equivs_2.3.1_all.deb ...
12:57:31 #10 39.96 Unpacking equivs (2.3.1) ...
12:57:31 #10 40.01 Selecting previously unselected package fonts-dejavu-core.
12:57:31 #10 40.01 Preparing to unpack .../153-fonts-dejavu-core_2.37-2_all.deb ...
12:57:31 #10 40.02 Unpacking fonts-dejavu-core (2.37-2) ...
12:57:31 #13 8.977 Selecting previously unselected package cmake.
12:57:31 #10 51.08 Selecting previously unselected package libio-prompter-perl.
12:57:31 #10 51.09 Preparing to unpack .../267-libio-prompter-perl_0.004015-2_all.deb ...
12:57:31 #10 51.09 Unpacking libio-prompter-perl (0.004015-2) ...
12:57:31 #10 51.13 Selecting previously unselected package libjson-perl.
12:57:31 #10 51.13 Preparing to unpack .../268-libjson-perl_4.10000-1_all.deb ...
12:57:31 #10 51.14 Unpacking libjson-perl (4.10000-1) ...
12:57:31 #10 51.17 Selecting previously unselected package liblog-any-perl.
12:57:31 #10 51.18 Preparing to unpack .../269-liblog-any-perl_1.713-1_all.deb ...
12:57:31 #10 51.18 Unpacking liblog-any-perl (1.713-1) ...
12:57:31 #10 51.24 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:57:31 #10 51.24 Preparing to unpack .../270-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
12:57:31 #10 51.25 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
12:57:31 #10 51.27 Selecting previously unselected package libpackage-stash-perl.
12:57:31 #10 51.28 Preparing to unpack .../271-libpackage-stash-perl_0.40-1_all.deb ...
12:57:31 #10 51.28 Unpacking libpackage-stash-perl (0.40-1) ...
12:57:31 #10 51.31 Selecting previously unselected package libsub-identify-perl.
12:57:31 #10 51.32 Preparing to unpack .../272-libsub-identify-perl_0.14-3_armhf.deb ...
12:57:31 #10 51.32 Unpacking libsub-identify-perl (0.14-3) ...
12:57:31 #13 7.251 debconf: delaying package configuration, since apt-utils is not installed
12:57:31 #13 7.284 Fetched 11.6 MB in 2s (7500 kB/s)
12:57:31 #13 7.334 Selecting previously unselected package bash-completion.
12:57:31 #13 7.334 (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 ... 25578 files and directories currently installed.)
12:57:31 #13 7.351 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ...
12:57:31 #13 7.363 Unpacking bash-completion (1:2.11-5ubuntu1) ...
12:57:31  dpkg-source -I.git -b .
12:57:31 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:57:31 dpkg-source: info: using source format '1.0'
12:57:31 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz
12:57:31 #12 7.363 Unpacking bash-completion (1:2.8-1ubuntu1) ...
12:57:31 #13 3.445 Reading package lists...
12:57:31 #13 4.282 Building dependency tree...
12:57:31 #13 4.430 Reading state information...
12:57:31 #13 4.446 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:57:31 #13 4.483 Starting 2 pkgProblemResolver with broken count: 0
12:57:31 #13 4.486 Done
12:57:31 #13 4.503  Done
12:57:31 #13 4.510 Starting pkgProblemResolver with broken count: 0
12:57:31 #13 4.533 Starting 2 pkgProblemResolver with broken count: 0
12:57:31 #13 4.535 Done
12:57:31 #13 4.624 The following additional packages will be installed:
12:57:31 #10 40.25 Selecting previously unselected package fontconfig-config.
12:57:31 #10 40.25 Preparing to unpack .../154-fontconfig-config_2.13.1-4.2_all.deb ...
12:57:31 #13 8.981 Preparing to unpack .../08-cmake_3.24.2-1ubuntu1_arm64.deb ...
12:57:31 #13 8.985 Unpacking cmake (3.24.2-1ubuntu1) ...
12:57:31 #13 9.149 Selecting previously unselected package dh-apparmor.
12:57:31 #13 9.149 Preparing to unpack .../09-dh-apparmor_3.0.7-1ubuntu2_all.deb ...
12:57:31 #13 9.153 Unpacking dh-apparmor (3.0.7-1ubuntu2) ...
12:57:31 #13 9.190 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
12:57:31 #13 9.193 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.185-1ubuntu1_arm64.deb ...
12:57:31 #13 9.197 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.185-1ubuntu1) ...
12:57:31 #13 9.234 Selecting previously unselected package libudev-dev:arm64.
12:57:31 #10 69.37 Setting up libgpgme11:amd64 (1.14.0-1+b2) ...
12:57:31 #10 69.39 Setting up dirmngr (2.2.27-2+deb11u2) ...
12:57:31 #10 69.52 Setting up perl (5.32.1-4+deb11u2) ...
12:57:31 #10 69.54 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
12:57:31 #10 69.55 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:57:31 #10 69.56 Setting up libdata-dump-perl (1.23-1.1) ...
12:57:31 #10 69.57 Setting up libref-util-perl (0.204-1) ...
12:57:31 #10 69.58 Setting up libipc-system-simple-perl (1.30-1) ...
12:57:31 #10 69.59 Setting up libnet-domain-tld-perl (1.75-1.1) ...
12:57:31 #10 69.61 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
12:57:31 #10 69.62 Setting up libvariable-magic-perl (0.62-1+b3) ...
12:57:31 #10 69.63 Setting up libio-html-perl (1.004-2) ...
12:57:31 #10 69.64 Setting up libpod-parser-perl (1.63-2) ...
12:57:31 #10 69.65 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
12:57:31 #10 69.66 Setting up liblist-moreutils-xs-perl (0.430-2) ...
12:57:31 #10 69.67 Setting up gcc-10 (10.2.1-6) ...
12:57:31 #10 69.68 Setting up libparams-util-perl (1.102-1+b1) ...
12:57:31 #10 69.69 Setting up libdpkg-perl (1.20.12) ...
12:57:31 #10 69.71 Setting up libtime-duration-perl (1.21-1) ...
12:57:31 #10 69.72 Setting up autoconf (2.69-14) ...
12:57:31 #10 69.73 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:57:31 #10 69.75 Setting up libarray-intspan-perl (2.004-1) ...
12:57:31 #10 69.76 Setting up libcapture-tiny-perl (0.48-1) ...
12:57:31 #10 69.77 Setting up libtimedate-perl (2.3300-2) ...
12:57:31 #10 69.78 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
12:57:31 #10 69.79 Setting up libsub-name-perl (0.26-1+b1) ...
12:57:31 #10 69.80 Setting up libtype-tiny-xs-perl (0.022-1) ...
12:57:31 #10 69.81 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:57:31 #10 69.83 Setting up libproc-processtable-perl (0.59-2+b1) ...
12:57:31 #10 69.84 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:57:31 #10 69.85 Setting up xauth (1:1.1-1) ...
12:57:31 #10 69.86 Setting up libpath-tiny-perl (0.118-1) ...
12:57:31 #10 69.87 Setting up libarchive-cpio-perl (0.10-1.1) ...
12:57:31 #10 69.88 Setting up libjson-perl (4.03000-1) ...
12:57:31 #10 69.89 Setting up libipc-run3-perl (0.048-2) ...
12:57:31 #10 69.91 Setting up libfcgi-perl:amd64 (0.79+ds-2) ...
12:57:31 #10 69.92 Setting up libsub-override-perl (0.09-2) ...
12:57:31 #10 69.93 Setting up libaliased-perl (0.34-1.1) ...
12:57:31 #10 69.94 Setting up libstrictures-perl (2.000006-1) ...
12:57:31 #10 69.95 Setting up libsub-quote-perl (2.006006-1) ...
12:57:31 #10 69.96 Setting up libdevel-stacktrace-perl (2.0400-1) ...
12:57:31 #10 69.97 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
12:57:31 #10 69.98 Setting up libfontconfig1:amd64 (2.13.1-4.2) ...
12:57:31 #10 69.99 Setting up libsort-versions-perl (1.62-1) ...
12:57:31 #10 70.01 Setting up libexporter-tiny-perl (1.002002-1) ...
12:57:31 #10 70.02 Setting up libre-engine-re2-perl:amd64 (0.14-1) ...
12:57:31 #10 70.03 Setting up libfile-dirlist-perl (0.05-2) ...
12:57:31 #10 70.04 Setting up libterm-readkey-perl (2.38-1+b2) ...
12:57:31 #10 70.05 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
12:57:31 #10 70.06 Setting up libperlio-gzip-perl (0.19-1+b7) ...
12:57:31 #10 70.08 Setting up libsys-hostname-long-perl (1.5-2) ...
12:57:31 #10 70.09 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
12:57:31 #10 70.10 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
12:57:31 #10 70.12 Setting up liburi-perl (5.08-1) ...
12:57:31 #10 70.13 Setting up libfile-touch-perl (0.11-1) ...
12:57:31 #10 70.14 Setting up python3.9 (3.9.2-1) ...
12:57:31 #10 70.74 Setting up libemail-address-xs-perl (1.04-1+b3) ...
12:57:31 #10 70.75 Setting up libnet-ssleay-perl (1.88-3+b1) ...
12:57:31 #10 70.77 Setting up automake (1:1.16.3-2) ...
12:57:31 #10 70.78 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:57:31 #10 70.78 Setting up libapt-pkg-perl (0.1.39) ...
12:57:31 #10 70.80 Setting up libio-sessiondata-perl (1.03-1.1) ...
12:57:31 #10 70.81 Setting up libstring-escape-perl (2010.002-2) ...
12:57:31 #10 70.82 Setting up libhttp-date-perl (6.05-1) ...
12:57:31 #10 70.83 Setting up libfile-which-perl (1.23-1) ...
12:57:31 #10 70.84 Setting up libfile-basedir-perl (0.08-1) ...
12:57:31 #10 70.85 Setting up libnumber-range-perl (0.12-1.1) ...
12:57:31 #10 70.86 Setting up libtask-weaken-perl (1.06-1) ...
12:57:31 #10 70.87 Setting up libunicode-utf8-perl (0.62-1+b2) ...
12:57:31 #10 70.88 Setting up libmouse-perl (2.5.10-1+b1) ...
12:57:31 #10 70.90 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
12:57:31 #10 70.91 Setting up g++-10 (10.2.1-6) ...
12:57:31 #10 70.92 Setting up libfile-listing-perl (6.14-1) ...
12:57:31 #10 70.93 Setting up libsys-cpuaffinity-perl:amd64 (1.13~03-1) ...
12:57:31 #10 70.94 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
12:57:31 #10 70.95 Setting up libregexp-pattern-perl (0.2.14-1) ...
12:57:31 #10 70.96 Setting up libdata-messagepack-perl (1.00-4+b1) ...
12:57:31 #10 70.97 Setting up libclass-inspector-perl (1.36-1) ...
12:57:31 #10 70.98 Setting up libfont-afm-perl (1.20-3) ...
12:57:31 #10 70.99 Setting up libwant-perl (0.29-1+b6) ...
12:57:31 #10 71.00 Setting up libdynaloader-functions-perl (0.003-1.1) ...
12:57:31 #10 71.01 Setting up libtext-glob-perl (0.11-1) ...
12:57:31 #10 71.02 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:57:31 #10 71.03 Setting up liblist-compare-perl (0.55-1) ...
12:57:31 #10 71.05 Setting up libref-util-xs-perl (0.117-1+b3) ...
12:57:31 #10 71.07 Setting up libio-pty-perl (1:1.15-2) ...
12:57:31 #10 71.08 Setting up libtool (2.4.6-15) ...
12:57:31 #10 71.09 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
12:57:31 #10 71.10 Setting up libsort-key-perl (1.33-2+b3) ...
12:57:31 #10 71.11 Setting up libclone-perl (0.45-1+b1) ...
12:57:31 #10 71.12 Setting up libalgorithm-diff-perl (1.201-1) ...
12:57:31 #10 71.13 Setting up libarchive-zip-perl (1.68-1) ...
12:57:31 #10 71.14 Setting up libsub-identify-perl (0.14-1+b3) ...
12:57:31 #10 71.15 Setting up libdistro-info-perl (1.0) ...
12:57:31 #10 71.16 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
12:57:31 #10 71.17 Setting up libobject-id-perl (0.1.2-2.1) ...
12:57:31 #10 71.19 Setting up libio-stringy-perl (2.111-3) ...
12:57:31 #10 71.20 Setting up liblist-moreutils-perl (0.430-2) ...
12:57:31 #10 71.21 Setting up libhtml-tagset-perl (3.20-4) ...
12:57:31 #10 71.22 Setting up liblog-any-perl (1.709-1) ...
12:57:31 #10 71.23 Setting up libauthen-sasl-perl (2.1600-1.1) ...
12:57:31 #10 71.24 Setting up libdevel-size-perl (0.83-1+b2) ...
12:57:31 #10 71.25 Setting up libdebhelper-perl (13.3.4) ...
12:57:31 #10 71.26 Setting up libpod-constants-perl (0.19-2) ...
12:57:31 #10 71.27 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
12:57:31 #10 71.28 Setting up libconvert-binhex-perl (1.125-1) ...
12:57:31 #10 71.30 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:57:31 #10 71.31 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
12:57:31 #10 71.32 Setting up libtry-tiny-perl (0.30-1) ...
12:57:31 #10 71.33 Setting up libtype-tiny-perl (1.012001-2) ...
12:57:31 #10 71.34 Setting up libcommon-sense-perl (3.75-1+b4) ...
12:57:31 #10 71.35 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
12:57:31 #10 71.36 Setting up libnet-http-perl (6.20-1) ...
12:57:31 #10 71.37 Setting up libtext-markdown-discount-perl:amd64 (0.12-1+b1) ...
12:57:31 #10 71.38 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
12:57:31 #10 71.39 Setting up libtime-moment-perl (0.44-1+b3) ...
12:57:31 #10 71.40 Setting up libencode-locale-perl (1.05-1.1) ...
12:57:31 #10 71.42 Setting up python3 (3.9.2-3) ...
12:57:31 #10 71.70 Setting up libexception-class-perl (1.44-1) ...
12:57:31 #10 71.71 Setting up python3-xdg (0.27-2) ...
12:57:31 #10 71.87 Setting up libconfig-tiny-perl (2.26-1) ...
12:57:31 #10 71.88 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
12:57:31 #10 71.89 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
12:57:31 #10 71.90 Setting up liblist-utilsby-perl (0.11-1) ...
12:57:31 #10 71.91 Setting up libstring-shellquote-perl (1.04-1) ...
12:57:31 #10 71.93 Setting up libsub-install-perl (0.928-1.1) ...
12:57:31 #10 71.94 Setting up gcc (4:10.2.1-1) ...
12:57:31 #10 71.96 Setting up dpkg-dev (1.20.12) ...
12:57:31 #10 51.35 Selecting previously unselected package libsub-name-perl:armhf.
12:57:31 #10 51.36 Preparing to unpack .../273-libsub-name-perl_0.26-2+b1_armhf.deb ...
12:57:31 #10 51.36 Unpacking libsub-name-perl:armhf (0.26-2+b1) ...
12:57:31 #10 51.39 Selecting previously unselected package libnamespace-clean-perl.
12:57:31 #10 51.40 Preparing to unpack .../274-libnamespace-clean-perl_0.27-2_all.deb ...
12:57:31 #10 51.40 Unpacking libnamespace-clean-perl (0.27-2) ...
12:57:31 #10 51.43 Selecting previously unselected package libpath-tiny-perl.
12:57:31 #10 51.44 Preparing to unpack .../275-libpath-tiny-perl_0.144-1_all.deb ...
12:57:31 #10 51.44 Unpacking libpath-tiny-perl (0.144-1) ...
12:57:31 #10 51.49 Selecting previously unselected package libstrictures-perl.
12:57:31 #10 51.49 Preparing to unpack .../276-libstrictures-perl_2.000006-1_all.deb ...
12:57:31 #10 51.50 Unpacking libstrictures-perl (2.000006-1) ...
12:57:31 #10 51.53 Selecting previously unselected package libtype-tiny-perl.
12:57:31 #10 51.54 Preparing to unpack .../277-libtype-tiny-perl_2.002001-1_all.deb ...
12:57:31 #10 51.54 Unpacking libtype-tiny-perl (2.002001-1) ...
12:57:31 #12 2.930 dh_testdir
12:57:31 #12 2.951 dh_testroot
12:57:31 #12 2.972 dh_prep
12:57:31 #12 2.995 dh_testdir
12:57:31 #12 3.016 dh_testroot
12:57:31 #12 3.036 dh_install
12:57:31 #12 3.057 dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use)
12:57:31 #12 3.066 dh_installdocs
12:57:31 #12 3.087 dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
12:57:31 #12 3.102 dh_installchangelogs
12:57:31 #13 7.483 Selecting previously unselected package libarchive13:amd64.
12:57:31 #13 7.485 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_amd64.deb ...
12:57:31 #13 7.492 Unpacking libarchive13:amd64 (3.6.0-1ubuntu1) ...
12:57:31 #13 7.526 Selecting previously unselected package libjsoncpp25:amd64.
12:57:31 #13 7.529 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_amd64.deb ...
12:57:31 #13 7.533 Unpacking libjsoncpp25:amd64 (1.9.5-3) ...
12:57:31 #13 7.569 Selecting previously unselected package librhash0:amd64.
12:57:31 #13 7.569 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_amd64.deb ...
12:57:31 #13 7.574 Unpacking librhash0:amd64 (1.4.2-1ubuntu1) ...
12:57:31 #13 7.610 Selecting previously unselected package libuv1:amd64.
12:57:31 #13 7.610 Preparing to unpack .../04-libuv1_1.43.0-1_amd64.deb ...
12:57:31 #13 7.613 Unpacking libuv1:amd64 (1.43.0-1) ...
12:57:31 #13 7.646 Selecting previously unselected package dh-elpa-helper.
12:57:31 #13 7.649 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
12:57:31 #13 7.653 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
12:57:31 #13 7.689 Selecting previously unselected package emacsen-common.
12:57:32 #12 7.501 Selecting previously unselected package cmake-data.
12:57:32 #12 7.504 Preparing to unpack .../01-cmake-data_3.10.2-1ubuntu2.18.04.2_all.deb ...
12:57:32 #12 7.512 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.2) ...
12:57:32 #12 0.725 Hit:1 http://deb.debian.org/debian buster InRelease
12:57:32 #13 4.626   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:57:32 #13 4.626   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0
12:57:32 #13 4.626   libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0 libseccomp-dev
12:57:32 #13 4.626   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:57:32 #13 4.626 Suggested packages:
12:57:32 #13 4.627   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:57:32 #13 4.627 Recommended packages:
12:57:32 #13 4.627   dmsetup
12:57:32 #13 4.665 The following NEW packages will be installed:
12:57:32 #13 4.666   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:57:32 #13 4.666   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0
12:57:32 #13 4.666   libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0 libseccomp-dev
12:57:32 #13 4.667   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:57:32 #12 0.895 Reading package lists...
12:57:32 #10 40.48 Unpacking fontconfig-config (2.13.1-4.2) ...
12:57:32 #10 40.60 Selecting previously unselected package libcurl3-gnutls:armhf.
12:57:32 #13 9.234 Preparing to unpack .../11-libudev-dev_251.4-1ubuntu7_arm64.deb ...
12:57:32 #13 9.238 Unpacking libudev-dev:arm64 (251.4-1ubuntu7) ...
12:57:32 #13 9.273 Selecting previously unselected package libsepol-dev:arm64.
12:57:32 #13 9.277 Preparing to unpack .../12-libsepol-dev_3.4-2_arm64.deb ...
12:57:32 #13 9.281 Unpacking libsepol-dev:arm64 (3.4-2) ...
12:57:32 #13 9.333 Selecting previously unselected package libpcre2-16-0:arm64.
12:57:32 #13 9.337 Preparing to unpack .../13-libpcre2-16-0_10.40-1ubuntu1_arm64.deb ...
12:57:32 #13 9.341 Unpacking libpcre2-16-0:arm64 (10.40-1ubuntu1) ...
12:57:32 #13 9.380 Selecting previously unselected package libpcre2-32-0:arm64.
12:57:32 #13 9.384 Preparing to unpack .../14-libpcre2-32-0_10.40-1ubuntu1_arm64.deb ...
12:57:32 #13 9.388 Unpacking libpcre2-32-0:arm64 (10.40-1ubuntu1) ...
12:57:32 #13 9.428 Selecting previously unselected package libpcre2-posix3:arm64.
12:57:32 #13 9.432 Preparing to unpack .../15-libpcre2-posix3_10.40-1ubuntu1_arm64.deb ...
12:57:32 #13 9.436 Unpacking libpcre2-posix3:arm64 (10.40-1ubuntu1) ...
12:57:32 #13 9.469 Selecting previously unselected package libpcre2-dev:arm64.
12:57:32 #13 9.473 Preparing to unpack .../16-libpcre2-dev_10.40-1ubuntu1_arm64.deb ...
12:57:32 #13 9.478 Unpacking libpcre2-dev:arm64 (10.40-1ubuntu1) ...
12:57:32 #13 9.523 Selecting previously unselected package libselinux1-dev:arm64.
12:57:32 #13 9.528 Preparing to unpack .../17-libselinux1-dev_3.4-1_arm64.deb ...
12:57:32 #13 9.532 Unpacking libselinux1-dev:arm64 (3.4-1) ...
12:57:32 #13 9.574 Selecting previously unselected package libdevmapper-dev:arm64.
12:57:32 #10 71.98 Setting up libnumber-compare-perl (0.03-1.1) ...
12:57:32 #10 71.99 Setting up intltool-debian (0.35.0+20060710.5) ...
12:57:32 #10 72.00 Setting up liberror-perl (0.17029-1) ...
12:57:32 #10 72.01 Setting up python3-six (1.16.0-2) ...
12:57:32 #10 72.16 Setting up dh-autoreconf (20) ...
12:57:32 #10 72.17 Setting up patchutils (0.4.2-1) ...
12:57:32 #10 72.19 Setting up libmail-sendmail-perl (0.80-1.1) ...
12:57:32 #10 72.20 Setting up libltdl-dev:amd64 (2.4.6-15) ...
12:57:32 #10 72.21 Setting up libjson-maybexs-perl (1.004003-1) ...
12:57:32 #10 72.23 Setting up libxml-sax-base-perl (1.09-1.1) ...
12:57:32 #12 9.749 Transaction test succeeded.
12:57:32 #12 9.750 Running transaction
12:57:32 #10 51.63 Selecting previously unselected package libgitlab-api-v4-perl.
12:57:32 #10 51.63 Preparing to unpack .../278-libgitlab-api-v4-perl_0.26-2_all.deb ...
12:57:32 #10 51.63 Unpacking libgitlab-api-v4-perl (0.26-2) ...
12:57:32 #10 51.70 Selecting previously unselected package libglib2.0-0:armhf.
12:57:32 #10 51.70 Preparing to unpack .../279-libglib2.0-0_2.74.5-1_armhf.deb ...
12:57:32 #10 51.70 Unpacking libglib2.0-0:armhf (2.74.5-1) ...
12:57:32 #10 51.86 Selecting previously unselected package libglib2.0-data.
12:57:32 #10 51.86 Preparing to unpack .../280-libglib2.0-data_2.74.5-1_all.deb ...
12:57:32 #10 51.87 Unpacking libglib2.0-data (2.74.5-1) ...
12:57:32 #12 7.770 Transaction test succeeded.
12:57:32 #12 7.771 Running transaction
12:57:32 #12 3.185 dh_compress
12:57:32 #12 3.211 dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use)
12:57:32 #12 3.224 dh_fixperms
12:57:32 #12 3.277 dh_installdeb
12:57:32 #12 3.307 dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 9 in use)
12:57:32 #12 3.309 dh_gencontrol
12:57:32 #13 7.692 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
12:57:32 #13 7.702 Unpacking emacsen-common (3.0.4) ...
12:57:32 #13 7.750 Selecting previously unselected package cmake-data.
12:57:32 #13 7.753 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1.22.04.1_all.deb ...
12:57:32 #13 7.761 Unpacking cmake-data (3.22.1-1ubuntu1.22.04.1) ...
12:57:32 #18 exporting layers 2.1s done
12:57:32 #18 writing image sha256:1eb1e40b28a96bea081e19592a9e22141c26b7ef7297ba8df63ab387ba1d4266 done
12:57:32 #18 naming to docker.io/debbuild-ubuntu-focal/aarch64 done
12:57:32 #18 DONE 2.1s
12:57:32 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/aarch64
12:57:32 #12 7.897 Selecting previously unselected package liblzo2-2:amd64.
12:57:32 #12 7.900 Preparing to unpack .../02-liblzo2-2_2.08-1.2_amd64.deb ...
12:57:32 #12 7.904 Unpacking liblzo2-2:amd64 (2.08-1.2) ...
12:57:32 #12 7.942 Selecting previously unselected package libarchive13:amd64.
12:57:32 #12 7.945 Preparing to unpack .../03-libarchive13_3.2.2-3.1ubuntu0.7_amd64.deb ...
12:57:32 #12 7.952 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.7) ...
12:57:32 #12 8.007 Selecting previously unselected package libjsoncpp1:amd64.
12:57:32 #12 0.726 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
12:57:32 #12 0.726 Hit:3 http://deb.debian.org/debian buster-updates InRelease
12:57:32 #13 50.32   Updating   : glibc-2.17-326.el7_9.aarch64                                1/65 
12:57:32 #13 54.14   Updating   : glibc-common-2.17-326.el7_9.aarch64                         2/65 
12:57:32 #13 4.957 0 upgraded, 21 newly installed, 0 to remove and 4 not upgraded.
12:57:32 #13 4.957 1 not fully installed or removed.
12:57:32 #13 4.957 Need to get 8141 kB of archives.
12:57:32 #13 4.957 After this operation, 40.0 MB of additional disk space will be used.
12:57:32 #13 4.957 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 bash-completion all 1:2.10-1ubuntu1 [178 kB]
12:57:32 #13 5.020 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cmake-data all 3.16.3-1ubuntu1.20.04.1 [1613 kB]
12:57:32 #13 5.065 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libarchive13 amd64 3.4.0-2ubuntu1.2 [327 kB]
12:57:32 #12 1.756 dpkg-buildpackage: info: source package docker-ce-build-deps
12:57:32 #12 1.756 dpkg-buildpackage: info: source version 1.0
12:57:32 #12 1.756 dpkg-buildpackage: info: source distribution unstable
12:57:32 #12 1.756 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:57:32 #10 40.61 Preparing to unpack .../155-libcurl3-gnutls_7.74.0-1.3+deb11u5_armhf.deb ...
12:57:32 #10 40.61 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u5) ...
12:57:32 #10 40.73 Selecting previously unselected package liberror-perl.
12:57:32 #10 40.73 Preparing to unpack .../156-liberror-perl_0.17029-1_all.deb ...
12:57:32 #10 40.74 Unpacking liberror-perl (0.17029-1) ...
12:57:32 #10 40.87 Selecting previously unselected package git-man.
12:57:32 #10 40.87 Preparing to unpack .../157-git-man_1%3a2.30.2-1+deb11u1_all.deb ...
12:57:32 #13 9.577 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.185-1ubuntu1_arm64.deb ...
12:57:32 #13 9.582 Unpacking libdevmapper-dev:arm64 (2:1.02.185-1ubuntu1) ...
12:57:32 #13 9.614 Selecting previously unselected package libseccomp-dev:arm64.
12:57:32 #13 9.618 Preparing to unpack .../19-libseccomp-dev_2.5.4-1ubuntu1_arm64.deb ...
12:57:32 #13 9.622 Unpacking libseccomp-dev:arm64 (2.5.4-1ubuntu1) ...
12:57:32 #13 9.658 Selecting previously unselected package libsystemd-dev:arm64.
12:57:32 #13 9.662 Preparing to unpack .../20-libsystemd-dev_251.4-1ubuntu7_arm64.deb ...
12:57:32 #13 9.666 Unpacking libsystemd-dev:arm64 (251.4-1ubuntu7) ...
12:57:32 #13 9.729 Selecting previously unselected package pkg-config.
12:57:32 #13 9.733 Preparing to unpack .../21-pkg-config_0.29.2-1ubuntu3_arm64.deb ...
12:57:32 #13 9.737 Unpacking pkg-config (0.29.2-1ubuntu3) ...
12:57:32 #13 9.808 Setting up libseccomp-dev:arm64 (2.5.4-1ubuntu1) ...
12:57:32 #13 9.820 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.185-1ubuntu1) ...
12:57:32 #13 9.832 Setting up libarchive13:arm64 (3.6.0-1ubuntu1) ...
12:57:32 #10 72.25 Setting up libio-string-perl (1.08-3.1) ...
12:57:32 #10 72.26 Setting up libreadonly-perl (2.050-3) ...
12:57:32 #10 72.27 Setting up python3-gpg (1.14.0-1+b2) ...
12:57:32 #10 72.45 Setting up python3-certifi (2020.6.20-1) ...
12:57:32 #10 52.08 Selecting previously unselected package libgpm2:armhf.
12:57:32 #10 52.08 Preparing to unpack .../281-libgpm2_1.20.7-10+b1_armhf.deb ...
12:57:32 #10 52.08 Unpacking libgpm2:armhf (1.20.7-10+b1) ...
12:57:32 #10 52.13 Selecting previously unselected package libhtml-form-perl.
12:57:32 #10 52.13 Preparing to unpack .../282-libhtml-form-perl_6.10-1_all.deb ...
12:57:32 #10 52.14 Unpacking libhtml-form-perl (6.10-1) ...
12:57:32 #10 52.18 Selecting previously unselected package libhtml-format-perl.
12:57:32 #12 3.435 dh_md5sums
12:57:32 #12 3.469 dh_builddeb
12:57:32 #12 3.496 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:57:32 #12 3.517 
12:57:32 #12 3.517 The package has been created.
12:57:32 #12 3.517 Attention, the package has been created in the current directory,
12:57:32 #12 3.517 not in ".." as indicated by the message above!
12:57:32 #12 3.566 Selecting previously unselected package docker-ce-build-deps.
12:57:32 #12 3.578 (Reading database ... 17197 files and directories currently installed.)
12:57:32 #12 3.579 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:57:32 #12 3.585 Unpacking docker-ce-build-deps (1.0) ...
12:57:32 #13 8.135 Selecting previously unselected package cmake.
12:57:32 #12 8.010 Preparing to unpack .../04-libjsoncpp1_1.7.4-3_amd64.deb ...
12:57:32 #12 8.013 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
12:57:32 #12 8.056 Selecting previously unselected package librhash0:amd64.
12:57:32 #12 8.058 Preparing to unpack .../05-librhash0_1.3.6-2_amd64.deb ...
12:57:32 #12 8.066 Unpacking librhash0:amd64 (1.3.6-2) ...
12:57:32 #12 8.109 Selecting previously unselected package libuv1:amd64.
12:57:32 #12 8.112 Preparing to unpack .../06-libuv1_1.18.0-3_amd64.deb ...
12:57:32 #12 8.116 Unpacking libuv1:amd64 (1.18.0-3) ...
12:57:32 #12 8.149 Selecting previously unselected package cmake.
12:57:32 #12 8.152 Preparing to unpack .../07-cmake_3.10.2-1ubuntu2.18.04.2_amd64.deb ...
12:57:32 #12 8.155 Unpacking cmake (3.10.2-1ubuntu2.18.04.2) ...
12:57:32 #13 5.069 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libjsoncpp1 amd64 1.7.4-3.1ubuntu2 [75.6 kB]
12:57:32 #13 5.070 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB]
12:57:32 #13 5.072 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1 amd64 1.34.2-1ubuntu1.3 [80.8 kB]
12:57:32 #13 5.073 Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cmake amd64 3.16.3-1ubuntu1.20.04.1 [3668 kB]
12:57:32 #13 5.113 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
12:57:32 #13 5.114 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB]
12:57:32 #13 5.115 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.167-1ubuntu1 [11.9 kB]
12:57:32 #13 5.115 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev-dev amd64 245.4-4ubuntu3.19 [19.7 kB]
12:57:32 #13 5.116 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsepol1-dev amd64 3.0-1ubuntu0.1 [325 kB]
12:57:32 #13 5.119 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB]
12:57:32 #13 5.121 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-32-0 amd64 10.34-7ubuntu0.1 [170 kB]
12:57:32 #13 5.123 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-posix2 amd64 10.34-7ubuntu0.1 [5988 B]
12:57:32 #13 5.124 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-dev amd64 10.34-7ubuntu0.1 [672 kB]
12:57:32 #13 5.130 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libselinux1-dev amd64 3.0-1build2 [151 kB]
12:57:32 #13 5.131 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-dev amd64 2:1.02.167-1ubuntu1 [35.8 kB]
12:57:32 #13 5.139 Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~20.04.2 [83.6 kB]
12:57:32 #13 5.140 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.19 [246 kB]
12:57:32 #13 5.143 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB]
12:57:32 #13 5.284 debconf: delaying package configuration, since apt-utils is not installed
12:57:32 #13 5.319 Fetched 8141 kB in 0s (17.3 MB/s)
12:57:32 #12 1.795  dpkg-source --before-build .
12:57:32 #12 1.796 dpkg-buildpackage: info: host architecture amd64
12:57:32 #12 1.901  debian/rules clean
12:57:32 #12 1.903 dh clean
12:57:32 #12 1.982    dh_clean
12:57:32 #12 2.016  debian/rules binary
12:57:32 #10 40.89 Unpacking git-man (1:2.30.2-1+deb11u1) ...
12:57:32 #10 41.09 Selecting previously unselected package git.
12:57:32 #10 41.09 Preparing to unpack .../158-git_1%3a2.30.2-1+deb11u1_armhf.deb ...
12:57:32 #10 41.14 Unpacking git (1:2.30.2-1+deb11u1) ...
12:57:32 #10 45.42 Setting up perl (5.32.1-4+deb11u2) ...
12:57:32 #10 45.45 Setting up libio-html-perl (1.004-2) ...
12:57:32 #10 45.46 Setting up libb-hooks-op-check-perl (0.22-1+b4) ...
12:57:32 #10 45.47 Setting up gcc-10 (10.2.1-6+rpi1) ...
12:57:32 #10 45.49 Setting up libdpkg-perl (1.20.12+rpi1) ...
12:57:32 #10 45.50 Setting up autoconf (2.69-14) ...
12:57:32 #10 45.52 Setting up libtimedate-perl (2.3300-2) ...
12:57:32 #10 45.53 Setting up libsub-override-perl (0.09-2) ...
12:57:32 #10 45.55 Setting up libstrictures-perl (2.000006-1) ...
12:57:32 #10 45.56 Setting up libsub-quote-perl (2.006006-1) ...
12:57:32 #10 45.57 Setting up libfile-dirlist-perl (0.05-2) ...
12:57:32 #10 45.59 Setting up liburi-perl (5.08-1) ...
12:57:32 #10 45.60 Setting up libfile-touch-perl (0.11-1) ...
12:57:32 #10 45.62 Setting up libnet-ssleay-perl (1.88-3+b1) ...
12:57:32 #10 45.63 Setting up automake (1:1.16.3-2) ...
12:57:32 #13 9.844 Setting up libpcre2-16-0:arm64 (10.40-1ubuntu1) ...
12:57:32 #13 9.856 Setting up libpcre2-32-0:arm64 (10.40-1ubuntu1) ...
12:57:32 #13 9.867 Setting up libuv1:arm64 (1.44.2-1) ...
12:57:32 #13 9.878 Setting up emacsen-common (3.0.4) ...
12:57:32 #13 9.919 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
12:57:32 #13 9.930 Setting up bash-completion (1:2.11-6ubuntu1) ...
12:57:32 #13 9.955 Setting up libjsoncpp25:arm64 (1.9.5-4) ...
12:57:32 #13 9.968 Setting up pkg-config (0.29.2-1ubuntu3) ...
12:57:32 #13 10.02 Setting up libudev-dev:arm64 (251.4-1ubuntu7) ...
12:57:32 #13 10.03 Setting up libsepol-dev:arm64 (3.4-2) ...
12:57:32 #13 10.04 Setting up libpcre2-posix3:arm64 (10.40-1ubuntu1) ...
12:57:32 #13 10.06 Setting up librhash0:arm64 (1.4.2-1ubuntu1) ...
12:57:32 #10 72.58 Setting up libfile-find-rule-perl (0.34-1) ...
12:57:32 #10 72.59 Setting up libstring-copyright-perl (0.003006-1) ...
12:57:32 #10 72.61 Setting up libgd3:amd64 (2.3.0-2) ...
12:57:32 #10 72.62 Setting up python3-idna (2.10-1) ...
12:57:32 #10 72.81 Setting up libdata-optlist-perl (0.110-1.1) ...
12:57:32 #10 52.18 Preparing to unpack .../283-libhtml-format-perl_2.16-2_all.deb ...
12:57:32 #10 52.19 Unpacking libhtml-format-perl (2.16-2) ...
12:57:32 #10 52.22 Selecting previously unselected package libhtml-html5-entities-perl.
12:57:32 #10 52.22 Preparing to unpack .../284-libhtml-html5-entities-perl_0.004-3_all.deb ...
12:57:32 #10 52.23 Unpacking libhtml-html5-entities-perl (0.004-3) ...
12:57:32 #10 52.27 Selecting previously unselected package libhtml-tokeparser-simple-perl.
12:57:32 #10 52.27 Preparing to unpack .../285-libhtml-tokeparser-simple-perl_3.16-4_all.deb ...
12:57:32 #10 52.27 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ...
12:57:32 #10 52.31 Selecting previously unselected package libhttp-daemon-perl.
12:57:32 #10 52.31 Preparing to unpack .../286-libhttp-daemon-perl_6.14-2_all.deb ...
12:57:32 #10 52.32 Unpacking libhttp-daemon-perl (6.14-2) ...
12:57:32 #10 52.36 Selecting previously unselected package libio-interactive-perl.
12:57:32 #10 52.36 Preparing to unpack .../287-libio-interactive-perl_1.023-2_all.deb ...
12:57:32 #10 52.36 Unpacking libio-interactive-perl (1.023-2) ...
12:57:32 #10 52.40 Selecting previously unselected package libio-sessiondata-perl.
12:57:32 #10 52.40 Preparing to unpack .../288-libio-sessiondata-perl_1.03-3_all.deb ...
12:57:32 #10 52.40 Unpacking libio-sessiondata-perl (1.03-3) ...
12:57:32 #13 8.139 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1.22.04.1_amd64.deb ...
12:57:32 #13 8.143 Unpacking cmake (3.22.1-1ubuntu1.22.04.1) ...
12:57:32 #13 8.265 Selecting previously unselected package dh-apparmor.
12:57:32 #13 8.268 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2.1_all.deb ...
12:57:32 #13 8.272 Unpacking dh-apparmor (3.0.4-2ubuntu2.1) ...
12:57:32 #13 8.310 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:57:32 #13 8.313 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
12:57:32 #13 8.316 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
12:57:32 #13 8.354 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:57:32 #13 8.357 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
12:57:32 #13 8.361 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
12:57:32 #13 8.390 Selecting previously unselected package libudev-dev:amd64.
12:57:32 #12 8.492 Selecting previously unselected package dh-apparmor.
12:57:32 #12 8.494 Preparing to unpack .../08-dh-apparmor_2.12-4ubuntu5.1_all.deb ...
12:57:32 #12 8.499 Unpacking dh-apparmor (2.12-4ubuntu5.1) ...
12:57:32 #12 8.538 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:57:32 + set -e
12:57:32 + mkdir -p /root/build-deb/engine
12:57:32 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:57:32 #13 5.345 Selecting previously unselected package bash-completion.
12:57:32 #13 5.345 (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 ... 26314 files and directories currently installed.)
12:57:32 #13 5.360 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
12:57:32 #12 2.018 dh binary
12:57:32 #12 2.085    dh_update_autotools_config
12:57:32 #12 2.114    dh_autoreconf
12:57:32 #12 2.158    create-stamp debian/debhelper-build-stamp
12:57:32 #12 2.158    dh_prep
12:57:32 #12 2.186    dh_auto_install --destdir=debian/docker-ce-build-deps/
12:57:32 #12 2.238    dh_install
12:57:32 #12 2.272    dh_installdocs
12:57:32 #10 45.77 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:57:32 #10 45.77 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
12:57:32 #10 45.77 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
12:57:32 #10 45.78 Setting up libhttp-date-perl (6.05-1) ...
12:57:32 #10 45.79 Setting up libfile-which-perl (1.23-1) ...
12:57:32 #10 45.81 Setting up libfile-listing-perl (6.14-1) ...
12:57:32 #10 45.82 Setting up libdynaloader-functions-perl (0.003-1.1) ...
12:57:32 #10 45.84 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:57:32 #10 45.85 Setting up libio-pty-perl (1:1.15-2) ...
12:57:32 #10 45.86 Setting up libtool (2.4.6-15) ...
12:57:32 #10 45.88 Setting up libarchive-zip-perl (1.68-1) ...
12:57:32 #10 45.89 Setting up libhtml-tagset-perl (3.20-4) ...
12:57:32 #10 45.91 Setting up libdebhelper-perl (13.3.4) ...
12:57:32 #10 45.93 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:57:32 #10 45.94 Setting up libtry-tiny-perl (0.30-1) ...
12:57:32 #10 45.96 Setting up libnet-http-perl (6.20-1) ...
12:57:32 #10 45.97 Setting up libencode-locale-perl (1.05-1.1) ...
12:57:32 #10 45.99 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
12:57:32 #10 46.00 Setting up gcc (4:10.2.1-1+rpi1) ...
12:57:32 #10 46.03 Setting up dpkg-dev (1.20.12+rpi1) ...
12:57:32 #10 72.82 Setting up libipc-run-perl (20200505.0-1) ...
12:57:32 #10 72.83 Setting up git (1:2.30.2-1+deb11u1) ...
12:57:32 #10 72.86 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
12:57:32 #10 72.87 Setting up python3-urllib3 (1.26.5-1~exp1) ...
12:57:32 #10 73.04 Setting up libcontextual-return-perl (0.004014-2) ...
12:57:32 #10 73.05 Setting up libwww-robotrules-perl (6.02-1) ...
12:57:32 #10 73.06 Setting up libtypes-serialiser-perl (1.01-1) ...
12:57:32 #10 73.07 Setting up g++ (4:10.2.1-1) ...
12:57:32 #13 10.07 Setting up cmake-data (3.24.2-1ubuntu1) ...
12:57:32 #13 10.12 Setting up dh-apparmor (3.0.7-1ubuntu2) ...
12:57:32 #13 10.13 Setting up libsystemd-dev:arm64 (251.4-1ubuntu7) ...
12:57:32 #13 10.14 Setting up libpcre2-dev:arm64 (10.40-1ubuntu1) ...
12:57:32 #13 10.16 Setting up libselinux1-dev:arm64 (3.4-1) ...
12:57:32 #13 10.17 Setting up libdevmapper-dev:arm64 (2:1.02.185-1ubuntu1) ...
12:57:32 #13 10.18 Setting up cmake (3.24.2-1ubuntu1) ...
12:57:32 #13 10.19 Setting up docker-ce-build-deps (1.0) ...
12:57:32 #13 10.21 Processing triggers for man-db (2.10.2-2) ...
12:57:32 #13 10.28 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:57:32 #10 52.46 Selecting previously unselected package libio-stringy-perl.
12:57:32 #10 52.46 Preparing to unpack .../289-libio-stringy-perl_2.111-3_all.deb ...
12:57:32 #10 52.47 Unpacking libio-stringy-perl (2.111-3) ...
12:57:32 #10 52.52 Selecting previously unselected package libipc-run3-perl.
12:57:32 #10 52.52 Preparing to unpack .../290-libipc-run3-perl_0.048-3_all.deb ...
12:57:32 #10 52.53 Unpacking libipc-run3-perl (0.048-3) ...
12:57:32 #10 52.56 Selecting previously unselected package libtypes-serialiser-perl.
12:57:32 #10 52.56 Preparing to unpack .../291-libtypes-serialiser-perl_1.01-1_all.deb ...
12:57:32 #10 52.57 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:57:32 #10 52.61 Selecting previously unselected package libjson-xs-perl.
12:57:32 #10 52.61 Preparing to unpack .../292-libjson-xs-perl_4.030-2+b1_armhf.deb ...
12:57:32 #10 52.62 Unpacking libjson-xs-perl (4.030-2+b1) ...
12:57:32 #10 52.66 Selecting previously unselected package libjson-maybexs-perl.
12:57:32 #13 8.392 Preparing to unpack .../12-libudev-dev_249.11-0ubuntu3.6_amd64.deb ...
12:57:32 #13 8.396 Unpacking libudev-dev:amd64 (249.11-0ubuntu3.6) ...
12:57:32 #13 8.424 Selecting previously unselected package libsepol-dev:amd64.
12:57:32 #13 8.427 Preparing to unpack .../13-libsepol-dev_3.3-1build1_amd64.deb ...
12:57:32 #13 8.432 Unpacking libsepol-dev:amd64 (3.3-1build1) ...
12:57:32 #13 8.476 Selecting previously unselected package libpcre2-16-0:amd64.
12:57:32 #13 8.479 Preparing to unpack .../14-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ...
12:57:32 #13 8.483 Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ...
12:57:32 #13 8.525 Selecting previously unselected package libpcre2-32-0:amd64.
12:57:32 #13 8.525 Preparing to unpack .../15-libpcre2-32-0_10.39-3ubuntu0.1_amd64.deb ...
12:57:32 #13 8.530 Unpacking libpcre2-32-0:amd64 (10.39-3ubuntu0.1) ...
12:57:32 #13 8.587 Selecting previously unselected package libpcre2-posix3:amd64.
12:57:32 #13 8.591 Preparing to unpack .../16-libpcre2-posix3_10.39-3ubuntu0.1_amd64.deb ...
12:57:32 #13 8.602 Unpacking libpcre2-posix3:amd64 (10.39-3ubuntu0.1) ...
12:57:32 #13 8.645 Selecting previously unselected package libpcre2-dev:amd64.
12:57:32 #13 8.648 Preparing to unpack .../17-libpcre2-dev_10.39-3ubuntu0.1_amd64.deb ...
12:57:32 #13 8.652 Unpacking libpcre2-dev:amd64 (10.39-3ubuntu0.1) ...
12:57:32 #13 8.692 Selecting previously unselected package libselinux1-dev:amd64.
12:57:32 #13 8.695 Preparing to unpack .../18-libselinux1-dev_3.3-1build2_amd64.deb ...
12:57:32 #13 8.700 Unpacking libselinux1-dev:amd64 (3.3-1build2) ...
12:57:32 #13 8.742 Selecting previously unselected package libdevmapper-dev:amd64.
12:57:32 #13 8.742 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
12:57:32 #13 8.746 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1ubuntu4) ...
12:57:33 #14 DONE 2.4s
12:57:33 
12:57:33 #15 [stage-1 8/8] WORKDIR /root/rpmbuild
12:57:33 #15 DONE 0.0s
12:57:33 
12:57:33 #16 exporting to image
12:57:33 #16 exporting layers
12:57:33 #12 10.52   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch            1/1 
12:57:33 #12 10.67   Preparing        :                                                        1/1 
12:57:33 #12 10.73   Upgrading        : systemd-libs-250.9-1.fc36.aarch64                     1/99 
12:57:33 #12 10.75   Upgrading        : libxcrypt-4.4.33-4.fc36.aarch64                       2/99 
12:57:33 #12 10.77   Installing       : python3-libselinux-3.3-4.fc36.aarch64                 3/99 
12:57:33 #12 10.78   Installing       : libtool-ltdl-2.4.7-1.fc36.aarch64                     4/99 
12:57:33 #12 10.79   Installing       : libfdisk-2.38-1.fc36.aarch64                          5/99 
12:57:33 #12 10.80   Installing       : cmake-rpm-macros-3.25.2-1.fc36.noarch                 6/99 
12:57:33 #12 10.81   Installing       : cmake-filesystem-3.25.2-1.fc36.aarch64                7/99 
12:57:33 #12 10.82   Installing       : perl-threads-1:2.26-449.fc36.aarch64                  8/99 
12:57:33 #12 10.83   Installing       : perl-File-Find-1.39-486.fc36.noarch                   9/99 
12:57:33 #12 10.84   Installing       : m4-1.4.19-3.fc36.aarch64                             10/99 
12:57:33 #12 10.85   Installing       : libseccomp-2.5.3-2.fc36.aarch64                      11/99 
12:57:33 #12 8.541 Preparing to unpack .../09-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
12:57:33 #12 8.546 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:57:33 #12 8.599 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:57:33 #12 8.601 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
12:57:33 #12 8.605 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:57:33 #12 8.655 Selecting previously unselected package libudev-dev:amd64.
12:57:33 #12 8.658 Preparing to unpack .../11-libudev-dev_237-3ubuntu10.56_amd64.deb ...
12:57:33 #12 8.666 Unpacking libudev-dev:amd64 (237-3ubuntu10.56) ...
12:57:33 #12 8.699 Selecting previously unselected package libsepol1-dev:amd64.
12:57:33 #12 8.699 Preparing to unpack .../12-libsepol1-dev_2.7-1ubuntu0.1_amd64.deb ...
12:57:33 #12 8.702 Unpacking libsepol1-dev:amd64 (2.7-1ubuntu0.1) ...
12:57:33 #12 8.769 Selecting previously unselected package libpcre16-3:amd64.
12:57:33 #12 9.045   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch            1/1 
12:57:33 #12 9.177   Preparing        :                                                        1/1 
12:57:33 #12 2.310    dh_installchangelogs
12:57:33 #12 2.399    dh_perl
12:57:33 #12 2.435    dh_link
12:57:33 #12 2.469    dh_strip_nondeterminism
12:57:33 #12 2.533    dh_compress
12:57:33 #12 1.011 Reading package lists...
12:57:33 #10 46.06 Setting up intltool-debian (0.35.0+20060710.5) ...
12:57:33 #10 46.08 Setting up liberror-perl (0.17029-1) ...
12:57:33 #10 46.09 Setting up dh-autoreconf (20) ...
12:57:33 #10 46.10 Setting up patchutils (0.4.2-1) ...
12:57:33 #10 46.12 Setting up libipc-run-perl (20200505.0-1) ...
12:57:33 #10 46.13 Setting up git (1:2.30.2-1+deb11u1) ...
12:57:33 #10 46.16 Setting up libwww-robotrules-perl (6.02-1) ...
12:57:33 #10 46.18 Setting up libhtml-parser-perl (3.75-1+b1) ...
12:57:33 #10 46.19 Setting up librole-tiny-perl (2.002004-1) ...
12:57:33 #10 46.20 Setting up libfile-homedir-perl (1.006-1) ...
12:57:33 #10 46.22 Setting up libio-socket-ssl-perl (2.069-1) ...
12:57:33 #10 46.23 Setting up libhttp-message-perl (6.28-1) ...
12:57:33 #10 46.25 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
12:57:33 #10 46.26 Setting up libhttp-negotiate-perl (6.01-1) ...
12:57:33 #10 73.10 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:57:33 #10 73.11 Setting up libhtml-parser-perl (3.75-1+b1) ...
12:57:33 #10 73.12 Setting up libgit-wrapper-perl (0.048-1) ...
12:57:33 #10 73.12 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:57:33 #10 73.13 Setting up librole-tiny-perl (2.002004-1) ...
12:57:33 #10 73.14 Setting up gnupg (2.2.27-2+deb11u2) ...
12:57:33 #10 73.16 Setting up build-essential (12.9) ...
12:57:33 #10 73.17 Setting up python3-unidiff (0.5.5-2) ...
12:57:33 #10 73.31 Setting up lsb-release (11.1.0) ...
12:57:33 #10 73.32 Setting up libfont-ttf-perl (1.06-1.1) ...
12:57:33 #10 73.33 Setting up libfile-homedir-perl (1.006-1) ...
12:57:33 #13 DONE 10.5s
12:57:33 
12:57:33 #14 [stage-1 6/9] COPY sources/ /sources
12:57:33 #10 52.66 Preparing to unpack .../293-libjson-maybexs-perl_1.004004-1_all.deb ...
12:57:33 #10 52.67 Unpacking libjson-maybexs-perl (1.004004-1) ...
12:57:33 #10 52.70 Selecting previously unselected package libldap-common.
12:57:33 #10 52.71 Preparing to unpack .../294-libldap-common_2.5.13+dfsg-3_all.deb ...
12:57:33 #10 52.71 Unpacking libldap-common (2.5.13+dfsg-3) ...
12:57:33 #10 52.75 Selecting previously unselected package liblist-compare-perl.
12:57:33 #10 52.75 Preparing to unpack .../295-liblist-compare-perl_0.55-2_all.deb ...
12:57:33 #10 52.76 Unpacking liblist-compare-perl (0.55-2) ...
12:57:33 #10 52.80 Selecting previously unselected package liblist-someutils-perl.
12:57:33 #10 52.80 Preparing to unpack .../296-liblist-someutils-perl_0.59-1_all.deb ...
12:57:33 #10 52.81 Unpacking liblist-someutils-perl (0.59-1) ...
12:57:33 #10 52.84 Selecting previously unselected package liblist-someutils-xs-perl:armhf.
12:57:33 #10 52.85 Preparing to unpack .../297-liblist-someutils-xs-perl_0.58-3_armhf.deb ...
12:57:33 #10 52.85 Unpacking liblist-someutils-xs-perl:armhf (0.58-3) ...
12:57:33 #10 52.89 Selecting previously unselected package liblist-utilsby-perl.
12:57:33 #10 52.89 Preparing to unpack .../298-liblist-utilsby-perl_0.12-2_all.deb ...
12:57:33 #10 52.90 Unpacking liblist-utilsby-perl (0.12-2) ...
12:57:33 #13 8.774 Selecting previously unselected package libseccomp-dev:amd64.
12:57:33 #13 8.777 Preparing to unpack .../20-libseccomp-dev_2.5.3-2ubuntu2_amd64.deb ...
12:57:33 #13 8.781 Unpacking libseccomp-dev:amd64 (2.5.3-2ubuntu2) ...
12:57:33 #13 8.810 Selecting previously unselected package libsystemd-dev:amd64.
12:57:33 #13 8.813 Preparing to unpack .../21-libsystemd-dev_249.11-0ubuntu3.6_amd64.deb ...
12:57:33 #13 8.816 Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.6) ...
12:57:33 #13 8.880 Selecting previously unselected package libglib2.0-0:amd64.
12:57:33 #13 8.883 Preparing to unpack .../22-libglib2.0-0_2.72.4-0ubuntu1_amd64.deb ...
12:57:33 #13 8.886 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu1) ...
12:57:33 #13 8.943 Selecting previously unselected package pkg-config.
12:57:33 #13 8.947 Preparing to unpack .../23-pkg-config_0.29.2-1ubuntu3_amd64.deb ...
12:57:33 #13 8.951 Unpacking pkg-config (0.29.2-1ubuntu3) ...
12:57:33 #13 9.028 Setting up libseccomp-dev:amd64 (2.5.3-2ubuntu2) ...
12:57:33 #12 10.85   Installing       : libmpc-1.2.1-4.fc36.aarch64                          12/99 
12:57:33 #12 10.87   Installing       : checkpolicy-3.3-2.fc36.aarch64                       13/99 
12:57:33 #12 11.02   Installing       : cpp-12.2.1-4.fc36.aarch64                            14/99 
12:57:33 #12 11.03   Installing       : perl-threads-shared-1.62-479.fc36.aarch64            15/99 
12:57:33 #12 11.03   Installing       : perl-Thread-Queue-3.14-479.fc36.noarch               16/99 
12:57:33 #12 11.04   Installing       : python3-libsemanage-3.3-3.fc36.aarch64               17/99 
12:57:33 #12 11.05   Installing       : vim-filesystem-2:9.0.1262-1.fc36.noarch              18/99 
12:57:33 #12 11.06   Installing       : systemd-rpm-macros-250.9-1.fc36.noarch               19/99 
12:57:33 #12 8.772 Preparing to unpack .../13-libpcre16-3_2%3a8.39-9ubuntu0.1_amd64.deb ...
12:57:33 #12 8.776 Unpacking libpcre16-3:amd64 (2:8.39-9ubuntu0.1) ...
12:57:33 #12 8.824 Selecting previously unselected package libpcre32-3:amd64.
12:57:33 #12 8.826 Preparing to unpack .../14-libpcre32-3_2%3a8.39-9ubuntu0.1_amd64.deb ...
12:57:33 #12 8.831 Unpacking libpcre32-3:amd64 (2:8.39-9ubuntu0.1) ...
12:57:33 #12 8.879 Selecting previously unselected package libpcrecpp0v5:amd64.
12:57:33 #12 8.881 Preparing to unpack .../15-libpcrecpp0v5_2%3a8.39-9ubuntu0.1_amd64.deb ...
12:57:33 #12 8.885 Unpacking libpcrecpp0v5:amd64 (2:8.39-9ubuntu0.1) ...
12:57:33 #12 8.915 Selecting previously unselected package libpcre3-dev:amd64.
12:57:33 #12 8.917 Preparing to unpack .../16-libpcre3-dev_2%3a8.39-9ubuntu0.1_amd64.deb ...
12:57:33 #12 8.920 Unpacking libpcre3-dev:amd64 (2:8.39-9ubuntu0.1) ...
12:57:33 #12 9.001 Selecting previously unselected package libselinux1-dev:amd64.
12:57:33 #12 9.227   Upgrading        : systemd-libs-250.9-1.fc36.x86_64                      1/97 
12:57:33 #12 9.238   Upgrading        : libxcrypt-4.4.33-4.fc36.x86_64                        2/97 
12:57:33 #12 9.249   Installing       : python3-libselinux-3.3-4.fc36.x86_64                  3/97 
12:57:33 #12 9.256   Installing       : libtool-ltdl-2.4.7-1.fc36.x86_64                      4/97 
12:57:33 #12 9.263   Installing       : libfdisk-2.38-1.fc36.x86_64                           5/97 
12:57:33 #12 9.269   Installing       : cmake-rpm-macros-3.25.2-1.fc36.noarch                 6/97 
12:57:33 #12 9.276   Installing       : cmake-filesystem-3.25.2-1.fc36.x86_64                 7/97 
12:57:33 #12 9.284   Installing       : perl-threads-1:2.26-449.fc36.x86_64                   8/97 
12:57:33 #12 9.291   Installing       : perl-File-Find-1.39-486.fc36.noarch                   9/97 
12:57:33 #12 9.298   Installing       : m4-1.4.19-3.fc36.x86_64                              10/97 
12:57:33 #12 9.307   Installing       : libseccomp-2.5.3-2.fc36.x86_64                       11/97 
12:57:33 #12 9.313   Installing       : libmpc-1.2.1-4.fc36.x86_64                           12/97 
12:57:33 #12 9.326   Installing       : checkpolicy-3.3-2.fc36.x86_64                        13/97 
12:57:33 #12 2.573    dh_fixperms
12:57:33 #12 2.614    dh_missing
12:57:33 #12 2.643    dh_installdeb
12:57:33 #12 2.676    dh_gencontrol
12:57:33 #10 46.27 Setting up libhttp-cookies-perl (6.10-1) ...
12:57:33 #10 46.29 Setting up po-debconf (1.0.21+nmu1) ...
12:57:33 #10 46.30 Setting up libhtml-tree-perl (5.07-2) ...
12:57:33 #10 46.31 Setting up libparams-classify-perl (0.015-1+b3) ...
12:57:33 #10 46.33 Setting up libmodule-runtime-perl (0.016-1) ...
12:57:33 #10 46.35 Setting up dh-strip-nondeterminism (1.12.0-1) ...
12:57:33 #10 46.36 Setting up libimport-into-perl (1.002005-1) ...
12:57:33 #10 46.37 Setting up libmoo-perl (2.004004-1) ...
12:57:33 #10 46.39 Setting up debhelper (13.3.4) ...
12:57:33 #10 46.41 Setting up equivs (2.3.1) ...
12:57:33 #10 46.43 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:57:33 #10 46.44 Setting up libwww-perl (6.52-1) ...
12:57:33 #10 46.45 Setting up devscripts (2.21.3+deb11u1) ...
12:57:33 + mkdir -p /root/build-deb/cli
12:57:33 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:57:33 + mkdir -p /root/build-deb/buildx
12:57:33 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:57:33 #10 73.34 Setting up python3-magic (2:0.4.20-3) ...
12:57:33 #10 73.48 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
12:57:33 #10 73.50 Setting up pristine-tar (1.49) ...
12:57:33 #10 73.52 Setting up libio-socket-ssl-perl (2.069-1) ...
12:57:33 #10 73.53 Setting up libsub-exporter-perl (0.987-1) ...
12:57:33 #10 73.54 Setting up libc-devtools (2.31-13+deb11u5) ...
12:57:33 #10 73.55 Setting up libalgorithm-merge-perl (0.08-3) ...
12:57:33 #10 73.56 Setting up libhttp-message-perl (6.28-1) ...
12:57:33 #10 73.58 Setting up libhtml-form-perl (6.07-1) ...
12:57:33 #10 73.59 Setting up python3-pkg-resources (52.0.0-4) ...
12:57:33 #14 DONE 0.1s
12:57:33 
12:57:33 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
12:57:33 #13 5.964 Unpacking bash-completion (1:2.10-1ubuntu1) ...
12:57:33 #13 6.090 Selecting previously unselected package cmake-data.
12:57:33 #13 6.093 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1.20.04.1_all.deb ...
12:57:33 #13 6.097 Unpacking cmake-data (3.16.3-1ubuntu1.20.04.1) ...
12:57:33 #10 52.93 Selecting previously unselected package libltdl7:armhf.
12:57:33 #10 52.94 Preparing to unpack .../299-libltdl7_2.4.7-5_armhf.deb ...
12:57:33 #10 52.94 Unpacking libltdl7:armhf (2.4.7-5) ...
12:57:33 #10 52.98 Selecting previously unselected package libltdl-dev:armhf.
12:57:33 #10 52.98 Preparing to unpack .../300-libltdl-dev_2.4.7-5_armhf.deb ...
12:57:33 #10 52.99 Unpacking libltdl-dev:armhf (2.4.7-5) ...
12:57:33 #10 53.05 Selecting previously unselected package liblz1:armhf.
12:57:33 #10 53.05 Preparing to unpack .../301-liblz1_1.13-5_armhf.deb ...
12:57:33 #10 53.05 Unpacking liblz1:armhf (1.13-5) ...
12:57:33 #10 53.09 Selecting previously unselected package liblzo2-2:armhf.
12:57:33 #10 53.10 Preparing to unpack .../302-liblzo2-2_2.10-2_armhf.deb ...
12:57:33 #10 53.10 Unpacking liblzo2-2:armhf (2.10-2) ...
12:57:33 #10 53.14 Selecting previously unselected package libsys-hostname-long-perl.
12:57:33 #10 53.15 Preparing to unpack .../303-libsys-hostname-long-perl_1.5-3_all.deb ...
12:57:33 #10 53.15 Unpacking libsys-hostname-long-perl (1.5-3) ...
12:57:33 #10 53.18 Selecting previously unselected package libmail-sendmail-perl.
12:57:33 #10 53.19 Preparing to unpack .../304-libmail-sendmail-perl_0.80-3_all.deb ...
12:57:33 #10 53.19 Unpacking libmail-sendmail-perl (0.80-3) ...
12:57:33 #10 53.23 Selecting previously unselected package libnet-smtp-ssl-perl.
12:57:33 #10 53.23 Preparing to unpack .../305-libnet-smtp-ssl-perl_1.04-2_all.deb ...
12:57:33 #10 53.24 Unpacking libnet-smtp-ssl-perl (1.04-2) ...
12:57:33 #13 9.040 Setting up libarchive13:amd64 (3.6.0-1ubuntu1) ...
12:57:33 #13 9.052 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu1) ...
12:57:33 #13 9.064 No schema files found: doing nothing.
12:57:33 #13 9.071 Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ...
12:57:33 #13 9.082 Setting up libpcre2-32-0:amd64 (10.39-3ubuntu0.1) ...
12:57:33 #13 9.092 Setting up libuv1:amd64 (1.43.0-1) ...
12:57:33 #13 9.102 Setting up emacsen-common (3.0.4) ...
12:57:33 #13 9.153 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
12:57:33 #13 9.172 Setting up bash-completion (1:2.11-5ubuntu1) ...
12:57:33 #13 9.194 Setting up libjsoncpp25:amd64 (1.9.5-3) ...
12:57:33 #13 9.204 Setting up pkg-config (0.29.2-1ubuntu3) ...
12:57:33 #13 9.251 Setting up libudev-dev:amd64 (249.11-0ubuntu3.6) ...
12:57:33 #13 9.263 Setting up libsepol-dev:amd64 (3.3-1build1) ...
12:57:33 #10 41.88 Selecting previously unselected package iso-codes.
12:57:33 #10 41.88 Preparing to unpack .../159-iso-codes_4.6.0-1_all.deb ...
12:57:33 #10 41.88 Unpacking iso-codes (4.6.0-1) ...
12:57:33 #12 11.12   Installing       : python3-setuptools-59.6.0-3.fc36.noarch              20/99 
12:57:33 #12 11.16   Installing       : python3-setools-4.4.0-5.fc36.aarch64                 21/99 
12:57:33 #12 11.17   Installing       : python3-audit-3.0.9-1.fc36.aarch64                   22/99 
12:57:33 #12 11.18   Installing       : pcre2-utf32-10.40-1.fc36.aarch64                     23/99 
12:57:33 #12 11.18   Installing       : pcre2-utf16-10.40-1.fc36.aarch64                     24/99 
12:57:33 #12 11.20   Installing       : pcre2-devel-10.40-1.fc36.aarch64                     25/99 
12:57:33 #12 11.20   Installing       : libuv-1:1.44.2-1.fc36.aarch64                        26/99 
12:57:33 #12 11.21   Installing       : libubsan-12.2.1-4.fc36.aarch64                       27/99 
12:57:33 #12 11.22   Installing       : libbpf-2:0.7.0-3.fc36.aarch64                        28/99 
12:57:33 #12 11.22   Installing       : libatomic-12.2.1-4.fc36.aarch64                      29/99 
12:57:33 #12 11.24   Installing       : libasan-12.2.1-4.fc36.aarch64                        30/99 
12:57:33 #12 11.24   Installing       : libargon2-20171227-9.fc36.aarch64                    31/99 
12:57:33 #12 9.004 Preparing to unpack .../17-libselinux1-dev_2.7-2build2_amd64.deb ...
12:57:33 #12 9.008 Unpacking libselinux1-dev:amd64 (2.7-2build2) ...
12:57:33 #12 9.057 Selecting previously unselected package libdevmapper-dev:amd64.
12:57:33 #12 9.060 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
12:57:33 #12 9.064 Unpacking libdevmapper-dev:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:57:33 #12 9.099 Selecting previously unselected package libseccomp-dev:amd64.
12:57:33 #12 9.102 Preparing to unpack .../19-libseccomp-dev_2.5.1-1ubuntu1~18.04.2_amd64.deb ...
12:57:33 #12 9.105 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~18.04.2) ...
12:57:33 #12 9.143 Selecting previously unselected package libsystemd-dev:amd64.
12:57:33 #12 9.146 Preparing to unpack .../20-libsystemd-dev_237-3ubuntu10.56_amd64.deb ...
12:57:33 #12 9.149 Unpacking libsystemd-dev:amd64 (237-3ubuntu10.56) ...
12:57:33 #12 9.215 Selecting previously unselected package pkg-config.
12:57:33 #12 9.516   Installing       : cpp-12.2.1-4.fc36.x86_64                             14/97 
12:57:33 #12 9.523   Installing       : perl-threads-shared-1.62-479.fc36.x86_64             15/97 
12:57:33 #12 9.529   Installing       : perl-Thread-Queue-3.14-479.fc36.noarch               16/97 
12:57:33 #12 9.538   Installing       : python3-libsemanage-3.3-3.fc36.x86_64                17/97 
12:57:33 #12 9.545   Installing       : vim-filesystem-2:9.0.1262-1.fc36.noarch              18/97 
12:57:33 #12 9.550   Installing       : systemd-rpm-macros-250.9-1.fc36.noarch               19/97 
12:57:33 #12 9.603   Installing       : python3-setuptools-59.6.0-3.fc36.noarch              20/97 
12:57:33 #12 9.639   Installing       : python3-setools-4.4.0-5.fc36.x86_64                  21/97 
12:57:33 #12 9.651   Installing       : python3-audit-3.0.9-1.fc36.x86_64                    22/97 
12:57:33 #12 9.660   Installing       : pcre2-utf32-10.40-1.fc36.x86_64                      23/97 
12:57:33 #12 9.668   Installing       : pcre2-utf16-10.40-1.fc36.x86_64                      24/97 
12:57:33 #12 9.678   Installing       : pcre2-devel-10.40-1.fc36.x86_64                      25/97 
12:57:33 #12 9.686   Installing       : libuv-1:1.44.2-1.fc36.x86_64                         26/97 
12:57:33 #12 9.693   Installing       : libbpf-2:0.7.0-3.fc36.x86_64                         27/97 
12:57:33 #12 9.698   Installing       : libargon2-20171227-9.fc36.x86_64                     28/97 
12:57:33 #12 2.800    dh_md5sums
12:57:33 #12 2.840    dh_builddeb
12:57:33 #12 2.868 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:57:33 #12 2.887  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_amd64.buildinfo
12:57:33 #12 3.034  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_amd64.changes
12:57:33 #10 46.67 Processing triggers for libc-bin (2.31-13+rpi1+deb11u3) ...
12:57:33 #10 73.79 Setting up libiterator-perl (0.03+ds1-1.1) ...
12:57:33 #10 73.80 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
12:57:33 #10 73.81 Setting up libjson-xs-perl (4.030-1+b1) ...
12:57:33 #10 73.82 Setting up libhttp-negotiate-perl (6.01-1) ...
12:57:33 #10 73.83 Setting up libio-prompter-perl (0.004015-1) ...
12:57:33 #10 73.84 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
12:57:33 #10 73.85 Setting up libhttp-cookies-perl (6.10-1) ...
12:57:33 #10 53.27 Selecting previously unselected package libmailtools-perl.
12:57:33 #10 53.27 Preparing to unpack .../306-libmailtools-perl_2.21-2_all.deb ...
12:57:33 #10 53.28 Unpacking libmailtools-perl (2.21-2) ...
12:57:33 #10 53.33 Selecting previously unselected package libmarkdown2:armhf.
12:57:33 #10 53.33 Preparing to unpack .../307-libmarkdown2_2.2.7-2_armhf.deb ...
12:57:33 #10 53.34 Unpacking libmarkdown2:armhf (2.2.7-2) ...
12:57:33 #10 53.37 Selecting previously unselected package libmath-base85-perl.
12:57:33 #10 53.37 Preparing to unpack .../308-libmath-base85-perl_0.5+dfsg-2_all.deb ...
12:57:33 #10 53.38 Unpacking libmath-base85-perl (0.5+dfsg-2) ...
12:57:33 #10 53.41 Selecting previously unselected package libmime-tools-perl.
12:57:33 #10 53.41 Preparing to unpack .../309-libmime-tools-perl_5.510-1_all.deb ...
12:57:33 #10 53.42 Unpacking libmime-tools-perl (5.510-1) ...
12:57:33 #13 6.501 Selecting previously unselected package libarchive13:amd64.
12:57:33 #12 2.342 dh_testdir
12:57:33 #13 54.25   Updating   : systemd-libs-219-78.el7_9.7.aarch64                         3/65 
12:57:33 #13 9.276 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
12:57:33 #13 9.286 Setting up libpcre2-posix3:amd64 (10.39-3ubuntu0.1) ...
12:57:33 #13 9.297 Setting up librhash0:amd64 (1.4.2-1ubuntu1) ...
12:57:33 #13 9.309 Setting up cmake-data (3.22.1-1ubuntu1.22.04.1) ...
12:57:33 #13 9.349 Setting up dh-apparmor (3.0.4-2ubuntu2.1) ...
12:57:33 #13 9.361 Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.6) ...
12:57:33 #13 9.373 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
12:57:33 #13 9.386 Setting up libpcre2-dev:amd64 (10.39-3ubuntu0.1) ...
12:57:33 #13 9.401 Setting up libselinux1-dev:amd64 (3.3-1build2) ...
12:57:33 #13 9.413 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1ubuntu4) ...
12:57:33 #13 9.427 Setting up cmake (3.22.1-1ubuntu1.22.04.1) ...
12:57:33 #13 9.442 Setting up docker-ce-build-deps (1.0) ...
12:57:33 #13 9.454 Processing triggers for man-db (2.10.2-1) ...
12:57:33 #12 3.668 Reading package lists...
12:57:33 #12 11.25   Installing       : less-590-5.fc36.aarch64                              32/99 
12:57:33 #12 11.37   Installing       : kernel-headers-6.1.5-100.fc36.aarch64                33/99 
12:57:33 #12 11.38   Installing       : libxcrypt-devel-4.4.33-4.fc36.aarch64                34/99 
12:57:33 #12 11.44   Installing       : glibc-devel-2.35-22.fc36.aarch64                     35/99 
12:57:33 #12 11.51   Installing       : glibc-static-2.35-22.fc36.aarch64                    36/99 
12:57:33 #12 11.52   Installing       : libxcrypt-static-4.4.33-4.fc36.aarch64               37/99 
12:57:33 #12 9.217 Preparing to unpack .../21-pkg-config_0.29.1-0ubuntu2_amd64.deb ...
12:57:33 #12 9.221 Unpacking pkg-config (0.29.1-0ubuntu2) ...
12:57:33 #12 9.272 Setting up libsepol1-dev:amd64 (2.7-1ubuntu0.1) ...
12:57:33 #12 9.286 Setting up libuv1:amd64 (1.18.0-3) ...
12:57:33 #12 9.298 Setting up bash-completion (1:2.8-1ubuntu1) ...
12:57:33 #12 9.705   Installing       : less-590-5.fc36.x86_64                               29/97 
12:57:33 #12 9.815   Installing       : kernel-headers-6.1.5-100.fc36.x86_64                 30/97 
12:57:33 #12 9.868   Installing       : glibc-headers-x86-2.35-22.fc36.noarch                31/97 
12:57:33 #12 9.878   Installing       : libxcrypt-devel-4.4.33-4.fc36.x86_64                 32/97 
12:57:33 #12 3.111 dpkg-genchanges: info: binary-only upload (no source code included)
12:57:33 #12 3.114  dpkg-source --after-build .
12:57:33 #12 3.218 dpkg-buildpackage: info: binary-only upload (no source included)
12:57:33 #12 3.223 
12:57:33 #12 3.223 The package has been created.
12:57:33 #12 3.223 Attention, the package has been created in the current directory,
12:57:33 #12 3.223 not in ".." as indicated by the message above!
12:57:33 #12 3.246 Selecting previously unselected package docker-ce-build-deps.
12:57:33 #12 3.263 (Reading database ... 29829 files and directories currently installed.)
12:57:33 #12 3.265 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:57:33 #12 3.268 Unpacking docker-ce-build-deps (1.0) ...
12:57:33 #10 DONE 46.9s
12:57:33 
12:57:33 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:57:33 #11 DONE 0.1s
12:57:33 #10 73.86 Setting up python3-apt (2.2.1) ...
12:57:33 #10 53.47 Selecting previously unselected package libmldbm-perl.
12:57:33 #10 53.48 Preparing to unpack .../310-libmldbm-perl_2.05-4_all.deb ...
12:57:33 #10 53.48 Unpacking libmldbm-perl (2.05-4) ...
12:57:33 #10 53.52 Selecting previously unselected package libmoox-aliases-perl.
12:57:33 #10 53.52 Preparing to unpack .../311-libmoox-aliases-perl_0.001006-2_all.deb ...
12:57:33 #10 53.53 Unpacking libmoox-aliases-perl (0.001006-2) ...
12:57:33 #10 53.56 Selecting previously unselected package libmouse-perl.
12:57:33 #10 53.56 Preparing to unpack .../312-libmouse-perl_2.5.10-1+b3_armhf.deb ...
12:57:33 #10 53.57 Unpacking libmouse-perl (2.5.10-1+b3) ...
12:57:33 #10 53.63 Selecting previously unselected package libossp-uuid16:armhf.
12:57:33 #10 53.63 Preparing to unpack .../313-libossp-uuid16_1.6.2-1.5+b11_armhf.deb ...
12:57:33 #10 53.64 Unpacking libossp-uuid16:armhf (1.6.2-1.5+b11) ...
12:57:33 #10 53.67 Selecting previously unselected package libossp-uuid-perl.
12:57:33 #10 53.67 Preparing to unpack .../314-libossp-uuid-perl_1.6.2-1.5+b11_armhf.deb ...
12:57:33 #10 53.68 Unpacking libossp-uuid-perl (1.6.2-1.5+b11) ...
12:57:33 #10 53.71 Selecting previously unselected package libpackage-stash-xs-perl:armhf.
12:57:33 #10 53.72 Preparing to unpack .../315-libpackage-stash-xs-perl_0.30-1+b1_armhf.deb ...
12:57:33 #10 53.72 Unpacking libpackage-stash-xs-perl:armhf (0.30-1+b1) ...
12:57:33 12:57:33 #12 2.360 dh_testroot
12:57:33 #12 2.378 dh_prep
12:57:33 #12 2.403 dh_testdir
12:57:33 #12 2.421 dh_testroot
12:57:33 #12 2.439 dh_install
#13 6.507 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1.2_amd64.deb ...
12:57:33 #13 6.543 Unpacking libarchive13:amd64 (3.4.0-2ubuntu1.2) ...
12:57:33 #12 2.465 dh_installdocs
12:57:33 #13 6.606 Selecting previously unselected package libjsoncpp1:amd64.
12:57:33 #13 6.609 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ...
12:57:33 #13 6.612 Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
12:57:33 #13 6.651 Selecting previously unselected package librhash0:amd64.
12:57:33 #12 2.497 dh_installchangelogs
12:57:33 #12 2.568 dh_compress
12:57:33 #13 6.654 Preparing to unpack .../04-librhash0_1.3.9-1_amd64.deb ...
12:57:33 #13 6.657 Unpacking librhash0:amd64 (1.3.9-1) ...
12:57:33 #13 6.702 Selecting previously unselected package libuv1:amd64.
12:57:33 #13 6.704 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_amd64.deb ...
12:57:33 #13 6.708 Unpacking libuv1:amd64 (1.34.2-1ubuntu1.3) ...
12:57:33 + mkdir -p /root/build-deb/compose
12:57:33 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:57:33 + mkdir -p /root/build-deb/scan-cli-plugin
12:57:33 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:57:33 + mkdir -p /go/src/github.com/docker
12:57:33 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:57:33 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:57:33 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:57:33 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:57:33 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:57:33 + EPOCH=5
12:57:33 + EPOCH_SEP=
12:57:33 + [[ ! -z 5 ]]
12:57:33 + EPOCH_SEP=:
12:57:33 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:57:33 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:33 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:33 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:33 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:33 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:33 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:57:33 + debSource=docker-ce
12:57:33 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:57:33 + debMaintainer='Docker <support@docker.com>'
12:57:33 ++ date --rfc-2822
12:57:33 + debDate='Wed, 08 Feb 2023 12:57:33 +0000'
12:57:33 + pkgRevision=1
12:57:33 + cat
12:57:33 + export CLI_GITCOMMIT=ab4ef4a
12:57:33 + CLI_GITCOMMIT=ab4ef4a
12:57:33 + export ENGINE_GITCOMMIT=1141704
12:57:33 + ENGINE_GITCOMMIT=1141704
12:57:33 + export SCAN_GITCOMMIT=6c852fa
12:57:33 + SCAN_GITCOMMIT=6c852fa
12:57:33 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:33 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:33 + dpkg-buildpackage -uc -us -I.git
12:57:33 dpkg-buildpackage: info: source package docker-ce
12:57:33 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal
12:57:33 dpkg-buildpackage: info: source distribution focal
12:57:33 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:57:33 dpkg-buildpackage: info: host architecture arm64
12:57:33  dpkg-source -I.git --before-build .
12:57:34 #13 9.526 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
12:57:34 #12 4.929 Building dependency tree...
12:57:34 #12 5.132 Reading state information...
12:57:34 #12 5.158 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:57:34 #12 5.212 Starting 2 pkgProblemResolver with broken count: 0
12:57:34 #12 5.216 Done
12:57:34 #12 5.241  Done
12:57:34 #12 11.52   Installing       : gc-8.0.6-3.fc36.aarch64                              38/99 
12:57:34 #12 11.76   Installing       : guile22-2.2.7-5.fc36.aarch64                         39/99 
12:57:34 #12 9.885   Installing       : glibc-devel-2.35-22.fc36.x86_64                      33/97 
12:57:34 #12 9.993   Installing       : glibc-static-2.35-22.fc36.x86_64                     34/97 
12:57:34 #12 10.000   Installing       : libxcrypt-static-4.4.33-4.fc36.x86_64                35/97 
12:57:34 
12:57:34 #12 [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
12:57:34 #10 74.02 Setting up po-debconf (1.0.21+nmu1) ...
12:57:34 #10 74.03 Setting up libhtml-tree-perl (5.07-2) ...
12:57:34 #10 74.05 Setting up libparams-classify-perl (0.015-1+b3) ...
12:57:34 #10 74.06 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:57:34 #10 74.07 Setting up libhtml-format-perl (2.12-1.1) ...
12:57:34 #10 74.08 Setting up libxml-sax-perl (1.02+dfsg-1) ...
12:57:34 #10 74.14 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:57:34 #10 74.20 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:34 #10 53.97   Running scriptlet: glibc-common-2.36-8.fc37.x86_64                    143/143 
12:57:34 #10 57.53   Verifying        : bzip2-1.0.8-12.fc37.x86_64                           1/143 
12:57:34 #10 57.53   Verifying        : cpio-2.13-13.fc37.x86_64                             2/143 
12:57:34 #10 57.53   Verifying        : dash-0.5.11.5-2.fc37.x86_64                          3/143 
12:57:34 #10 57.53   Verifying        : desktop-file-utils-0.26-7.fc37.x86_64                4/143 
12:57:34 #10 57.53   Verifying        : devscripts-checkbashisms-2.22.2-3.fc37.x86_64        5/143 
12:57:34 #10 57.53   Verifying        : diffutils-3.8-3.fc37.x86_64                          6/143 
12:57:34 #10 57.53   Verifying        : dnf-plugins-core-4.3.1-1.fc37.noarch                 7/143 
12:57:34 #10 57.53   Verifying        : dwz-0.14-7.fc37.x86_64                               8/143 
12:57:34 #10 57.53   Verifying        : ed-1.18-2.fc37.x86_64                                9/143 
12:57:34 #10 57.53   Verifying        : efi-srpm-macros-5-6.fc37.noarch                     10/143 
12:57:34 #10 57.53   Verifying        : elfutils-0.187-8.fc37.x86_64                        11/143 
12:57:34 #10 57.53   Verifying        : elfutils-debuginfod-client-0.187-8.fc37.x86_64      12/143 
12:57:34 #10 57.53   Verifying        : enchant2-2.3.3-2.fc37.x86_64                        13/143 
12:57:34 #10 57.53   Verifying        : file-5.42-4.fc37.x86_64                             14/143 
12:57:34 #10 57.53   Verifying        : fonts-srpm-macros-1:2.0.5-9.fc37.noarch             15/143 
12:57:34 #10 57.53   Verifying        : fpc-srpm-macros-1.3-6.fc37.noarch                   16/143 
12:57:34 #10 57.53   Verifying        : gdk-pixbuf2-2.42.10-1.fc37.x86_64                   17/143 
12:57:34 #10 57.53   Verifying        : ghc-srpm-macros-1.5.0-7.fc37.noarch                 18/143 
12:57:34 #10 57.53   Verifying        : go-srpm-macros-3.2.0-1.fc37.noarch                  19/143 
12:57:34 #10 57.53   Verifying        : groff-base-1.22.4-10.fc37.x86_64                    20/143 
12:57:34 #10 57.53   Verifying        : hunspell-1.7.0-21.fc37.x86_64                       21/143 
12:57:34 #10 57.53   Verifying        : hunspell-en-0.20140811.1-23.fc37.noarch             22/143 
12:57:34 #10 57.53   Verifying        : hunspell-en-GB-0.20140811.1-23.fc37.noarch          23/143 
12:57:34 #10 57.53   Verifying        : hunspell-en-US-0.20140811.1-23.fc37.noarch          24/143 
12:57:34 #10 57.53   Verifying        : hunspell-filesystem-1.7.0-21.fc37.x86_64            25/143 
12:57:34 #10 57.53   Verifying        : json-glib-1.6.6-3.fc37.x86_64                       26/143 
12:57:34 #10 57.53   Verifying        : kernel-srpm-macros-1.0-15.fc37.noarch               27/143 
12:57:34 #10 57.54   Verifying        : libappstream-glib-0.8.1-1.fc37.x86_64               28/143 
12:57:34 #10 57.54   Verifying        : libjpeg-turbo-2.1.3-2.fc37.x86_64                   29/143 
12:57:34 #10 57.54   Verifying        : libpkgconf-1.8.0-3.fc37.x86_64                      30/143 
12:57:34 #10 57.54   Verifying        : libpng-2:1.6.37-13.fc37.x86_64                      31/143 
12:57:34 #10 57.54   Verifying        : libstemmer-0-19.585svn.fc37.x86_64                  32/143 
12:57:34 #10 57.54   Verifying        : lua-srpm-macros-1-7.fc37.noarch                     33/143 
12:57:34 #10 57.54   Verifying        : ncurses-6.3-3.20220501.fc37.x86_64                  34/143 
12:57:34 #10 57.54   Verifying        : nim-srpm-macros-3-7.fc37.noarch                     35/143 
12:57:34 #10 57.54   Verifying        : ocaml-srpm-macros-7-2.fc37.noarch                   36/143 
12:57:34 #10 57.54   Verifying        : openblas-srpm-macros-2-12.fc37.noarch               37/143 
12:57:34 #10 57.54   Verifying        : package-notes-srpm-macros-0.5-6.fc37.noarch         38/143 
12:57:34 #10 57.54   Verifying        : patch-2.7.6-17.fc37.x86_64                          39/143 
12:57:34 #10 57.54   Verifying        : perl-AutoLoader-5.74-492.fc37.noarch                40/143 
12:57:34 #10 57.54   Verifying        : perl-B-1.83-492.fc37.x86_64                         41/143 
12:57:34 #10 57.54   Verifying        : perl-Carp-1.52-489.fc37.noarch                      42/143 
12:57:34 #10 57.54   Verifying        : perl-Class-Struct-0.66-492.fc37.noarch              43/143 
12:57:34 #10 57.54   Verifying        : perl-Data-Dumper-2.184-490.fc37.x86_64              44/143 
12:57:34 #10 57.54   Verifying        : perl-Digest-1.20-489.fc37.noarch                    45/143 
12:57:34 #10 57.54   Verifying        : perl-Digest-MD5-2.58-489.fc37.x86_64                46/143 
12:57:34 #10 57.54   Verifying        : perl-DynaLoader-1.52-492.fc37.x86_64                47/143 
12:57:34 #10 57.54   Verifying        : perl-Encode-4:3.19-492.fc37.x86_64                  48/143 
12:57:34 #10 57.54   Verifying        : perl-Errno-1.36-492.fc37.x86_64                     49/143 
12:57:34 #10 57.54   Verifying        : perl-Exporter-5.77-489.fc37.noarch                  50/143 
12:57:34 #10 57.54   Verifying        : perl-Fcntl-1.15-492.fc37.x86_64                     51/143 
12:57:34 #10 57.54   Verifying        : perl-File-Basename-2.85-492.fc37.noarch             52/143 
12:57:34 #10 57.54   Verifying        : perl-File-Path-2.18-489.fc37.noarch                 53/143 
12:57:34 #10 57.54   Verifying        : perl-File-Temp-1:0.231.100-489.fc37.noarch          54/143 
12:57:34 #10 57.54   Verifying        : perl-File-stat-1.12-492.fc37.noarch                 55/143 
12:57:34 #10 57.54   Verifying        : perl-FileHandle-2.03-492.fc37.noarch                56/143 
12:57:34 #10 57.54   Verifying        : perl-Getopt-Std-1.13-492.fc37.noarch                57/143 
12:57:34 #10 57.54   Verifying        : perl-HTTP-Tiny-0.082-1.fc37.noarch                  58/143 
12:57:34 #10 57.54   Verifying        : perl-IO-1.50-492.fc37.x86_64                        59/143 
12:57:34 #10 57.54   Verifying        : perl-IO-Socket-IP-0.41-490.fc37.noarch              60/143 
12:57:34 #10 57.54   Verifying        : perl-IO-Socket-SSL-2.075-1.fc37.noarch              61/143 
12:57:34 #10 57.54   Verifying        : perl-IPC-Open3-1.22-492.fc37.noarch                 62/143 
12:57:34 #10 57.54   Verifying        : perl-MIME-Base64-3.16-489.fc37.x86_64               63/143 
12:57:34 #10 57.54   Verifying        : perl-Mozilla-CA-20211001-4.fc37.noarch              64/143 
12:57:34 #10 57.54   Verifying        : perl-NDBM_File-1.15-492.fc37.x86_64                 65/143 
12:57:34 #10 57.54   Verifying        : perl-Net-SSLeay-1.92-4.fc37.x86_64                  66/143 
12:57:34 #10 57.54   Verifying        : perl-POSIX-2.03-492.fc37.x86_64                     67/143 
12:57:34 #10 57.54   Verifying        : perl-PathTools-3.84-489.fc37.x86_64                 68/143 
12:57:34 #10 57.54   Verifying        : perl-Pod-Escapes-1:1.07-489.fc37.noarch             69/143 
12:57:34 #10 57.54   Verifying        : perl-Pod-Perldoc-3.28.01-490.fc37.noarch            70/143 
12:57:34 #10 57.54   Verifying        : perl-Pod-Simple-1:3.43-490.fc37.noarch              71/143 
12:57:34 #10 57.54   Verifying        : perl-Pod-Usage-4:2.03-3.fc37.noarch                 72/143 
12:57:34 #10 57.54   Verifying        : perl-Scalar-List-Utils-5:1.63-489.fc37.x86_64       73/143 
12:57:34 #10 57.54   Verifying        : perl-SelectSaver-1.02-492.fc37.noarch               74/143 
12:57:34 #10 57.54   Verifying        : perl-Socket-4:2.036-1.fc37.x86_64                   75/143 
12:57:34 #10 57.54   Verifying        : perl-Storable-1:3.26-489.fc37.x86_64                76/143 
12:57:34 #10 57.54   Verifying        : perl-Symbol-1.09-492.fc37.noarch                    77/143 
12:57:34 #10 57.54   Verifying        : perl-Term-ANSIColor-5.01-490.fc37.noarch            78/143 
12:57:34 #10 57.54   Verifying        : perl-Term-Cap-1.17-489.fc37.noarch                  79/143 
12:57:34 #10 57.54   Verifying        : perl-Text-ParseWords-3.31-489.fc37.noarch           80/143 
12:57:34 #10 57.54   Verifying        : perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch       81/143 
12:57:34 #10 57.54   Verifying        : perl-Time-Local-2:1.300-489.fc37.noarch             82/143 
12:57:34 #10 57.54   Verifying        : perl-base-2.27-492.fc37.noarch                      83/143 
12:57:34 #10 57.54   Verifying        : perl-constant-1.33-490.fc37.noarch                  84/143 
12:57:34 #10 57.54   Verifying        : perl-if-0.61.000-492.fc37.noarch                    85/143 
12:57:34 #10 57.54   Verifying        : perl-interpreter-4:5.36.0-492.fc37.x86_64           86/143 
12:57:34 #10 57.54   Verifying        : perl-libnet-3.14-490.fc37.noarch                    87/143 
12:57:34 #10 57.54   Verifying        : perl-libs-4:5.36.0-492.fc37.x86_64                  88/143 
12:57:34 #10 57.54   Verifying        : perl-mro-1.26-492.fc37.x86_64                       89/143 
12:57:34 #10 57.54   Verifying        : perl-overload-1.35-492.fc37.noarch                  90/143 
12:57:34 #10 57.54   Verifying        : perl-overloading-0.02-492.fc37.noarch               91/143 
12:57:34 #10 57.54   Verifying        : perl-parent-1:0.238-489.fc37.noarch                 92/143 
12:57:34 #10 57.54   Verifying        : perl-podlators-1:4.14-489.fc37.noarch               93/143 
12:57:34 #10 57.54   Verifying        : perl-srpm-macros-1-46.fc37.noarch                   94/143 
12:57:34 #10 57.54   Verifying        : perl-subs-1.04-492.fc37.noarch                      95/143 
12:57:34 #10 57.54   Verifying        : perl-vars-1.05-492.fc37.noarch                      96/143 
12:57:34 #10 57.54   Verifying        : pkgconf-1.8.0-3.fc37.x86_64                         97/143 
12:57:34 #10 57.54   Verifying        : pkgconf-m4-1.8.0-3.fc37.noarch                      98/143 
12:57:34 #10 57.54   Verifying        : pkgconf-pkg-config-1.8.0-3.fc37.x86_64              99/143 
12:57:34 #10 57.54   Verifying        : python3-construct-2.10.68-3.fc37.noarch            100/143 
12:57:34 #10 57.54   Verifying        : python3-dateutil-1:2.8.2-4.fc37.noarch             101/143 
12:57:34 #10 57.54   Verifying        : python3-distro-1.7.0-3.fc37.noarch                 102/143 
12:57:34 #10 57.54   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc37.noarch       103/143 
12:57:34 #10 57.54   Verifying        : python3-enchant-3.2.2-5.fc37.noarch                104/143 
12:57:34 #10 57.54   Verifying        : python3-file-magic-5.42-4.fc37.noarch              105/143 
12:57:34 #10 57.54   Verifying        : python3-pybeam-0.7-4.fc37.noarch                   106/143 
12:57:34 #10 57.54   Verifying        : python3-pyxdg-0.27-6.fc37.noarch                   107/143 
12:57:34 #10 57.54   Verifying        : python3-six-1.16.0-8.fc37.noarch                   108/143 
12:57:34 #10 57.54   Verifying        : python3-tomli-w-1.0.0-4.fc37.noarch                109/143 
12:57:34 #10 57.54   Verifying        : rpm-build-4.18.0-1.fc37.x86_64                     110/143 
12:57:34 #10 57.54   Verifying        : shared-mime-info-2.2-2.fc37.x86_64                 111/143 
12:57:34 #10 57.54   Verifying        : unzip-6.0-58.fc37.x86_64                           112/143 
12:57:34 #10 57.54   Verifying        : xxhash-libs-0.8.1-3.fc37.x86_64                    113/143 
12:57:34 #10 57.54   Verifying        : xz-5.2.5-10.fc37.x86_64                            114/143 
12:57:34 #10 57.54   Verifying        : zip-3.0-33.fc37.x86_64                             115/143 
12:57:34 #10 57.54   Verifying        : zstd-1.5.2-3.fc37.x86_64                           116/143 
12:57:34 #10 57.54   Verifying        : ansible-srpm-macros-1-8.1.fc37.noarch              117/143 
12:57:34 #10 57.54   Verifying        : binutils-2.38-25.fc37.x86_64                       118/143 
12:57:34 #10 57.54   Verifying        : binutils-gold-2.38-25.fc37.x86_64                  119/143 
12:57:34 #10 57.54   Verifying        : dbus-libs-1:1.14.4-1.fc37.x86_64                   120/143 
12:57:34 #10 57.54   Verifying        : debugedit-5.0-7.fc37.x86_64                        121/143 
12:57:34 #10 57.54   Verifying        : emacs-filesystem-1:28.2-3.fc37.noarch              122/143 
12:57:34 #10 57.54   Verifying        : gdb-minimal-12.1-7.fc37.x86_64                     123/143 
12:57:34 #10 57.54   Verifying        : glibc-gconv-extra-2.36-9.fc37.x86_64               124/143 
12:57:34 #10 57.54   Verifying        : gnat-srpm-macros-5-1.fc37.noarch                   125/143 
12:57:34 #10 57.54   Verifying        : perl-Getopt-Long-1:2.54-1.fc37.noarch              126/143 
12:57:34 #10 57.54   Verifying        : perl-URI-5.17-1.fc37.noarch                        127/143 
12:57:34 #10 57.54   Verifying        : pyproject-srpm-macros-1.6.0-1.fc37.noarch          128/143 
12:57:34 #10 57.54   Verifying        : python-srpm-macros-3.11-5.fc37.noarch              129/143 
12:57:34 #10 57.54   Verifying        : python3-dbus-1.3.2-1.fc37.x86_64                   130/143 
12:57:34 #10 57.54   Verifying        : python3-zstandard-0.19.0-1.fc37.x86_64             131/143 
12:57:34 #10 57.54   Verifying        : qt5-srpm-macros-5.15.8-1.fc37.noarch               132/143 
12:57:34 #10 57.54   Verifying        : redhat-rpm-config-229-1.fc37.noarch                133/143 
12:57:34 #10 57.54   Verifying        : rpmautospec-rpm-macros-0.3.1-1.fc37.noarch         134/143 
12:57:34 #10 57.54   Verifying        : rpmlint-2.4.0-3.fc37.noarch                        135/143 
12:57:34 #10 57.54   Verifying        : rpmlint-fedora-license-data-1.12-1.fc37.noarch     136/143 
12:57:34 #10 57.54   Verifying        : rust-srpm-macros-23-1.fc37.noarch                  137/143 
12:57:34 #10 57.54   Verifying        : glibc-2.36-9.fc37.x86_64                           138/143 
12:57:34 #10 57.54   Verifying        : glibc-2.36-8.fc37.x86_64                           139/143 
12:57:34 #10 57.54   Verifying        : glibc-common-2.36-9.fc37.x86_64                    140/143 
12:57:34 #10 57.54   Verifying        : glibc-common-2.36-8.fc37.x86_64                    141/143 
12:57:34 #10 57.54   Verifying        : glibc-minimal-langpack-2.36-9.fc37.x86_64          142/143 
12:57:34 #10 57.54   Verifying        : glibc-minimal-langpack-2.36-8.fc37.x86_64          143/143 
12:57:34 #10 57.70 
12:57:34 #10 57.70 Upgraded:
12:57:34 #10 57.70   glibc-2.36-9.fc37.x86_64                    glibc-common-2.36-9.fc37.x86_64  
12:57:34 #10 57.70   glibc-minimal-langpack-2.36-9.fc37.x86_64  
12:57:34 #10 57.70 Installed:
12:57:34 #10 57.70   ansible-srpm-macros-1-8.1.fc37.noarch                                         
12:57:34 #10 57.70   binutils-2.38-25.fc37.x86_64                                                  
12:57:34 #10 57.70   binutils-gold-2.38-25.fc37.x86_64                                             
12:57:34 #10 57.70   bzip2-1.0.8-12.fc37.x86_64                                                    
12:57:34 #10 57.70   cpio-2.13-13.fc37.x86_64                                                      
12:57:34 #10 57.70   dash-0.5.11.5-2.fc37.x86_64                                                   
12:57:34 #10 57.70   dbus-libs-1:1.14.4-1.fc37.x86_64                                              
12:57:34 #10 57.70   debugedit-5.0-7.fc37.x86_64                                                   
12:57:34 #10 57.70   desktop-file-utils-0.26-7.fc37.x86_64                                         
12:57:34 #10 57.70   devscripts-checkbashisms-2.22.2-3.fc37.x86_64                                 
12:57:34 #10 57.70   diffutils-3.8-3.fc37.x86_64                                                   
12:57:34 #10 57.70   dnf-plugins-core-4.3.1-1.fc37.noarch                                          
12:57:34 #10 57.70   dwz-0.14-7.fc37.x86_64                                                        
12:57:34 #10 57.70   ed-1.18-2.fc37.x86_64                                                         
12:57:34 #10 57.70   efi-srpm-macros-5-6.fc37.noarch                                               
12:57:34 #10 57.70   elfutils-0.187-8.fc37.x86_64                                                  
12:57:34 #10 57.70   elfutils-debuginfod-client-0.187-8.fc37.x86_64                                
12:57:34 #10 57.70   emacs-filesystem-1:28.2-3.fc37.noarch                                         
12:57:34 #10 57.70   enchant2-2.3.3-2.fc37.x86_64                                                  
12:57:34 #10 57.70   file-5.42-4.fc37.x86_64                                                       
12:57:34 #10 57.70   fonts-srpm-macros-1:2.0.5-9.fc37.noarch                                       
12:57:34 #10 57.70   fpc-srpm-macros-1.3-6.fc37.noarch                                             
12:57:34 #10 57.70   gdb-minimal-12.1-7.fc37.x86_64                                                
12:57:34 #10 57.70   gdk-pixbuf2-2.42.10-1.fc37.x86_64                                             
12:57:34 #10 57.70   ghc-srpm-macros-1.5.0-7.fc37.noarch                                           
12:57:34 #10 57.70   glibc-gconv-extra-2.36-9.fc37.x86_64                                          
12:57:34 #10 57.70   gnat-srpm-macros-5-1.fc37.noarch                                              
12:57:34 #10 57.70   go-srpm-macros-3.2.0-1.fc37.noarch                                            
12:57:34 #10 57.70   groff-base-1.22.4-10.fc37.x86_64                                              
12:57:34 #10 57.70   hunspell-1.7.0-21.fc37.x86_64                                                 
12:57:34 #10 57.70   hunspell-en-0.20140811.1-23.fc37.noarch                                       
12:57:34 #10 57.70   hunspell-en-GB-0.20140811.1-23.fc37.noarch                                    
12:57:34 #10 57.70   hunspell-en-US-0.20140811.1-23.fc37.noarch                                    
12:57:34 #10 57.70   hunspell-filesystem-1.7.0-21.fc37.x86_64                                      
12:57:34 #10 57.70   json-glib-1.6.6-3.fc37.x86_64                                                 
12:57:34 #10 57.70   kernel-srpm-macros-1.0-15.fc37.noarch                                         
12:57:34 #10 57.70   libappstream-glib-0.8.1-1.fc37.x86_64                                         
12:57:34 #10 57.70   libjpeg-turbo-2.1.3-2.fc37.x86_64                                             
12:57:34 #10 57.70   libpkgconf-1.8.0-3.fc37.x86_64                                                
12:57:34 #10 57.70   libpng-2:1.6.37-13.fc37.x86_64                                                
12:57:34 #10 57.70   libstemmer-0-19.585svn.fc37.x86_64                                            
12:57:34 #10 57.70   lua-srpm-macros-1-7.fc37.noarch                                               
12:57:34 #10 57.70   ncurses-6.3-3.20220501.fc37.x86_64                                            
12:57:34 #10 57.70   nim-srpm-macros-3-7.fc37.noarch                                               
12:57:34 #10 57.70   ocaml-srpm-macros-7-2.fc37.noarch                                             
12:57:34 #10 57.70   openblas-srpm-macros-2-12.fc37.noarch                                         
12:57:34 #10 57.70   package-notes-srpm-macros-0.5-6.fc37.noarch                                   
12:57:34 #10 57.70   patch-2.7.6-17.fc37.x86_64                                                    
12:57:34 #10 57.70   perl-AutoLoader-5.74-492.fc37.noarch                                          
12:57:34 #10 57.70   perl-B-1.83-492.fc37.x86_64                                                   
12:57:34 #10 57.70   perl-Carp-1.52-489.fc37.noarch                                                
12:57:34 #10 57.70   perl-Class-Struct-0.66-492.fc37.noarch                                        
12:57:34 #10 57.70   perl-Data-Dumper-2.184-490.fc37.x86_64                                        
12:57:34 #10 57.70   perl-Digest-1.20-489.fc37.noarch                                              
12:57:34 #10 57.70   perl-Digest-MD5-2.58-489.fc37.x86_64                                          
12:57:34 #10 57.70   perl-DynaLoader-1.52-492.fc37.x86_64                                          
12:57:34 #10 57.70   perl-Encode-4:3.19-492.fc37.x86_64                                            
12:57:34 #10 57.70   perl-Errno-1.36-492.fc37.x86_64                                               
12:57:34 #10 57.70   perl-Exporter-5.77-489.fc37.noarch                                            
12:57:34 #10 57.70   perl-Fcntl-1.15-492.fc37.x86_64                                               
12:57:34 #10 57.70   perl-File-Basename-2.85-492.fc37.noarch                                       
12:57:34 #10 57.70   perl-File-Path-2.18-489.fc37.noarch                                           
12:57:34 #10 57.70   perl-File-Temp-1:0.231.100-489.fc37.noarch                                    
12:57:34 #10 57.70   perl-File-stat-1.12-492.fc37.noarch                                           
12:57:34 #10 57.70   perl-FileHandle-2.03-492.fc37.noarch                                          
12:57:34 #10 57.70   perl-Getopt-Long-1:2.54-1.fc37.noarch                                         
12:57:34 #10 57.70   perl-Getopt-Std-1.13-492.fc37.noarch                                          
12:57:34 #10 57.70   perl-HTTP-Tiny-0.082-1.fc37.noarch                                            
12:57:34 #10 57.70   perl-IO-1.50-492.fc37.x86_64                                                  
12:57:34 #10 57.70   perl-IO-Socket-IP-0.41-490.fc37.noarch                                        
12:57:34 #10 57.70   perl-IO-Socket-SSL-2.075-1.fc37.noarch                                        
12:57:34 #10 57.70   perl-IPC-Open3-1.22-492.fc37.noarch                                           
12:57:34 #10 57.70   perl-MIME-Base64-3.16-489.fc37.x86_64                                         
12:57:34 #10 57.70   perl-Mozilla-CA-20211001-4.fc37.noarch                                        
12:57:34 #10 57.70   perl-NDBM_File-1.15-492.fc37.x86_64                                           
12:57:34 #10 57.70   perl-Net-SSLeay-1.92-4.fc37.x86_64                                            
12:57:34 #10 57.70   perl-POSIX-2.03-492.fc37.x86_64                                               
12:57:34 #10 57.70   perl-PathTools-3.84-489.fc37.x86_64                                           
12:57:34 #10 57.70   perl-Pod-Escapes-1:1.07-489.fc37.noarch                                       
12:57:34 #10 57.70   perl-Pod-Perldoc-3.28.01-490.fc37.noarch                                      
12:57:34 #10 57.70   perl-Pod-Simple-1:3.43-490.fc37.noarch                                        
12:57:34 #10 57.70   perl-Pod-Usage-4:2.03-3.fc37.noarch                                           
12:57:34 #10 57.70   perl-Scalar-List-Utils-5:1.63-489.fc37.x86_64                                 
12:57:34 #10 57.70   perl-SelectSaver-1.02-492.fc37.noarch                                         
12:57:34 #10 57.70   perl-Socket-4:2.036-1.fc37.x86_64                                             
12:57:34 #10 57.70   perl-Storable-1:3.26-489.fc37.x86_64                                          
12:57:34 #10 57.70   perl-Symbol-1.09-492.fc37.noarch                                              
12:57:34 #10 57.70   perl-Term-ANSIColor-5.01-490.fc37.noarch                                      
12:57:34 #10 57.70   perl-Term-Cap-1.17-489.fc37.noarch                                            
12:57:34 #10 57.70   perl-Text-ParseWords-3.31-489.fc37.noarch                                     
12:57:34 #10 57.70   perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch                                 
12:57:34 #10 57.70   perl-Time-Local-2:1.300-489.fc37.noarch                                       
12:57:34 #10 57.70   perl-URI-5.17-1.fc37.noarch                                                   
12:57:34 #10 57.70   perl-base-2.27-492.fc37.noarch                                                
12:57:34 #10 57.70   perl-constant-1.33-490.fc37.noarch                                            
12:57:34 #10 57.70   perl-if-0.61.000-492.fc37.noarch                                              
12:57:34 #10 57.70   perl-interpreter-4:5.36.0-492.fc37.x86_64                                     
12:57:34 #10 57.70   perl-libnet-3.14-490.fc37.noarch                                              
12:57:34 #10 57.70   perl-libs-4:5.36.0-492.fc37.x86_64                                            
12:57:34 #10 57.70   perl-mro-1.26-492.fc37.x86_64                                                 
12:57:34 #10 57.70   perl-overload-1.35-492.fc37.noarch                                            
12:57:34 #10 57.70   perl-overloading-0.02-492.fc37.noarch                                         
12:57:34 #10 57.70   perl-parent-1:0.238-489.fc37.noarch                                           
12:57:34 #10 57.70   perl-podlators-1:4.14-489.fc37.noarch                                         
12:57:34 #10 57.70   perl-srpm-macros-1-46.fc37.noarch                                             
12:57:34 #10 57.70   perl-subs-1.04-492.fc37.noarch                                                
12:57:34 #10 57.70   perl-vars-1.05-492.fc37.noarch                                                
12:57:34 #10 57.70   pkgconf-1.8.0-3.fc37.x86_64                                                   
12:57:34 #10 57.70   pkgconf-m4-1.8.0-3.fc37.noarch                                                
12:57:34 #10 57.70   pkgconf-pkg-config-1.8.0-3.fc37.x86_64                                        
12:57:34 #10 57.70   pyproject-srpm-macros-1.6.0-1.fc37.noarch                                     
12:57:34 #10 57.70   python-srpm-macros-3.11-5.fc37.noarch                                         
12:57:34 #10 57.70   python3-construct-2.10.68-3.fc37.noarch                                       
12:57:34 #10 57.70   python3-dateutil-1:2.8.2-4.fc37.noarch                                        
12:57:34 #10 57.70   python3-dbus-1.3.2-1.fc37.x86_64                                              
12:57:34 #10 57.70   python3-distro-1.7.0-3.fc37.noarch                                            
12:57:34 #10 57.70   python3-dnf-plugins-core-4.3.1-1.fc37.noarch                                  
12:57:34 #10 57.70   python3-enchant-3.2.2-5.fc37.noarch                                           
12:57:34 #10 57.70   python3-file-magic-5.42-4.fc37.noarch                                         
12:57:34 #10 57.70   python3-pybeam-0.7-4.fc37.noarch                                              
12:57:34 #10 57.70   python3-pyxdg-0.27-6.fc37.noarch                                              
12:57:34 #10 57.70   python3-six-1.16.0-8.fc37.noarch                                              
12:57:34 #10 57.70   python3-tomli-w-1.0.0-4.fc37.noarch                                           
12:57:34 #10 57.70   python3-zstandard-0.19.0-1.fc37.x86_64                                        
12:57:34 #10 57.70   qt5-srpm-macros-5.15.8-1.fc37.noarch                                          
12:57:34 #10 57.70   redhat-rpm-config-229-1.fc37.noarch                                           
12:57:34 #10 57.70   rpm-build-4.18.0-1.fc37.x86_64                                                
12:57:34 #10 57.70   rpmautospec-rpm-macros-0.3.1-1.fc37.noarch                                    
12:57:34 #10 57.70   rpmlint-2.4.0-3.fc37.noarch                                                   
12:57:34 #10 57.70   rpmlint-fedora-license-data-1.12-1.fc37.noarch                                
12:57:34 #10 57.70   rust-srpm-macros-23-1.fc37.noarch                                             
12:57:34 #10 57.70   shared-mime-info-2.2-2.fc37.x86_64                                            
12:57:34 #10 57.70   unzip-6.0-58.fc37.x86_64                                                      
12:57:34 #10 57.70   xxhash-libs-0.8.1-3.fc37.x86_64                                               
12:57:34 #10 57.70   xz-5.2.5-10.fc37.x86_64                                                       
12:57:34 #10 57.70   zip-3.0-33.fc37.x86_64                                                        
12:57:34 #10 57.70   zstd-1.5.2-3.fc37.x86_64                                                      
12:57:34 #10 57.71 
12:57:34 #10 57.71 Complete!
12:57:34 #10 DONE 57.9s
12:57:34 
12:57:34 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
12:57:34 #11 DONE 0.1s
12:57:34 
12:57:34 #12 [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
12:57:34 #10 53.76 Selecting previously unselected package libpath-iterator-rule-perl.
12:57:34 #10 53.76 Preparing to unpack .../316-libpath-iterator-rule-perl_1.015-2_all.deb ...
12:57:34 #10 53.76 Unpacking libpath-iterator-rule-perl (1.015-2) ...
12:57:34 #10 53.80 Selecting previously unselected package libperlio-gzip-perl.
12:57:34 #10 53.81 Preparing to unpack .../317-libperlio-gzip-perl_0.20-1+b1_armhf.deb ...
12:57:34 #10 53.81 Unpacking libperlio-gzip-perl (0.20-1+b1) ...
12:57:34 #10 53.85 Selecting previously unselected package libperlio-utf8-strict-perl.
12:57:34 #10 53.85 Preparing to unpack .../318-libperlio-utf8-strict-perl_0.010-1_armhf.deb ...
12:57:34 #10 53.86 Unpacking libperlio-utf8-strict-perl (0.010-1) ...
12:57:34 #10 53.90 Selecting previously unselected package libpod-parser-perl.
12:57:34 #10 53.91 Preparing to unpack .../319-libpod-parser-perl_1.65-1_all.deb ...
12:57:34 #10 53.92 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:57:34 #10 53.93 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:57:34 #10 53.94 Unpacking libpod-parser-perl (1.65-1) ...
12:57:34 #12 2.602 dh_fixperms
12:57:34 #12 2.645 dh_installdeb
12:57:34 #12 2.672 dh_gencontrol
12:57:34 #12 2.785 dh_md5sums
12:57:34 #12 2.814 dh_builddeb
12:57:34 #12 2.835 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:57:34 #12 2.856 
12:57:34 #12 2.856 The package has been created.
12:57:34 #12 2.856 Attention, the package has been created in the current directory,
12:57:34 #12 2.856 not in ".." as indicated by the message above!
12:57:34 #12 2.881 Selecting previously unselected package docker-ce-build-deps.
12:57:34 #12 2.897 (Reading database ... 27795 files and directories currently installed.)
12:57:34 #13 6.737 Selecting previously unselected package cmake.
12:57:34 #13 6.740 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1.20.04.1_amd64.deb ...
12:57:34 #13 6.742 Unpacking cmake (3.16.3-1ubuntu1.20.04.1) ...
12:57:34  debian/rules clean
12:57:34 dh clean --with=bash-completion
12:57:34    dh_clean
12:57:34 #13 DONE 9.7s
12:57:34 
12:57:34 #14 [stage-1 6/9] COPY sources/ /sources
12:57:34 #14 DONE 0.1s
12:57:34 
12:57:34 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
12:57:34 #13 55.78   Updating   : systemd-219-78.el7_9.7.aarch64                              4/65 
12:57:34 #13 56.40 Failed to get D-Bus connection: Operation not permitted
12:57:34 #12 5.251 Starting pkgProblemResolver with broken count: 0
12:57:34 #12 5.290 Starting 2 pkgProblemResolver with broken count: 0
12:57:34 #12 5.295 Done
12:57:34 #12 5.491 The following additional packages will be installed:
12:57:34 #12 5.491   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
12:57:34 #12 5.492   g++-8 libarchive13 libdevmapper-dev libdevmapper-event1.02.1
12:57:34 #12 5.492   libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7 libpcre16-3 libpcre3-dev
12:57:34 #12 10.01   Installing       : gc-8.0.6-3.fc36.x86_64                               36/97 
12:57:34 #12 10.28   Installing       : guile22-2.2.7-5.fc36.x86_64                          37/97 
12:57:34 #12 9.887 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~18.04.2) ...
12:57:34 #12 9.901 Setting up cmake-data (3.10.2-1ubuntu2.18.04.2) ...
12:57:34 #12 9.918 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:57:34 #12 9.929 Setting up librhash0:amd64 (1.3.6-2) ...
12:57:34 #12 9.942 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:57:34 #12 9.955 Setting up pkg-config (0.29.1-0ubuntu2) ...
12:57:34 #12 10.00 Setting up dh-apparmor (2.12-4ubuntu5.1) ...
12:57:34 #12 10.02 Setting up libpcrecpp0v5:amd64 (2:8.39-9ubuntu0.1) ...
12:57:34 #12 10.03 Setting up libpcre32-3:amd64 (2:8.39-9ubuntu0.1) ...
12:57:34 #12 10.04 Setting up libsystemd-dev:amd64 (237-3ubuntu10.56) ...
12:57:34 #12 10.06 Setting up libpcre16-3:amd64 (2:8.39-9ubuntu0.1) ...
12:57:34 #12 10.07 Setting up libudev-dev:amd64 (237-3ubuntu10.56) ...
12:57:34 #12 10.09 Setting up liblzo2-2:amd64 (2.08-1.2) ...
12:57:34 #12 10.11 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
12:57:34 #12 10.12 Setting up libpcre3-dev:amd64 (2:8.39-9ubuntu0.1) ...
12:57:34 #12 10.14 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.7) ...
12:57:34 #10 74.31 
12:57:34 #10 74.31 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:34 #10 74.34 Setting up python3-chardet (4.0.0-1) ...
12:57:34 #12 3.306 Reading package lists...
12:57:34 #10 53.98 Selecting previously unselected package libpod-constants-perl.
12:57:34 #10 53.98 Preparing to unpack .../320-libpod-constants-perl_0.19-2_all.deb ...
12:57:34 #10 53.99 Unpacking libpod-constants-perl (0.19-2) ...
12:57:34 #10 54.03 Selecting previously unselected package libproc-processtable-perl:armhf.
12:57:34 #10 54.03 Preparing to unpack .../321-libproc-processtable-perl_0.634-1+b2_armhf.deb ...
12:57:34 #10 54.03 Unpacking libproc-processtable-perl:armhf (0.634-1+b2) ...
12:57:34 #10 54.09 Selecting previously unselected package libre2-9:armhf.
12:57:34 #10 54.09 Preparing to unpack .../322-libre2-9_20220601+dfsg-1+b1_armhf.deb ...
12:57:34 #10 54.10 Unpacking libre2-9:armhf (20220601+dfsg-1+b1) ...
12:57:34 #10 54.14 Selecting previously unselected package libre-engine-re2-perl:armhf.
12:57:34 #10 54.14 Preparing to unpack .../323-libre-engine-re2-perl_0.17+ds-1_armhf.deb ...
12:57:34 #10 54.15 Unpacking libre-engine-re2-perl:armhf (0.17+ds-1) ...
12:57:34 #10 54.18 Selecting previously unselected package libreadonly-perl.
12:57:34 #10 54.19 Preparing to unpack .../324-libreadonly-perl_2.050-3_all.deb ...
12:57:34 #10 54.19 Unpacking libreadonly-perl (2.050-3) ...
12:57:34 #10 54.22 Selecting previously unselected package libref-util-perl.
12:57:34 #10 54.23 Preparing to unpack .../325-libref-util-perl_0.204-2_all.deb ...
12:57:34 #10 54.23 Unpacking libref-util-perl (0.204-2) ...
12:57:34 #10 54.26 Selecting previously unselected package libref-util-xs-perl.
12:57:34 #10 54.26 Preparing to unpack .../326-libref-util-xs-perl_0.117-2+b1_armhf.deb ...
12:57:34 #10 54.27 Unpacking libref-util-xs-perl (0.117-2+b1) ...
12:57:34 #12 2.899 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:57:34 #12 2.905 Unpacking docker-ce-build-deps (1.0) ...
12:57:34  dpkg-source -I.git -b .
12:57:34 #13 7.123 Selecting previously unselected package dh-apparmor.
12:57:34 #13 7.126 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
12:57:34 #13 7.129 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
12:57:34 #13 7.161 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:57:34 #13 7.161 Preparing to unpack .../08-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
12:57:34 #13 7.164 Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
12:57:34 #13 7.204 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:57:34 #13 7.207 Preparing to unpack .../09-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
12:57:34 #13 7.212 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
12:57:34 #13 7.237 Selecting previously unselected package libudev-dev:amd64.
12:57:34 #10 42.85 Selecting previously unselected package libalgorithm-diff-perl.
12:57:34 #10 42.85 Preparing to unpack .../160-libalgorithm-diff-perl_1.201-1_all.deb ...
12:57:34 #10 42.94 Unpacking libalgorithm-diff-perl (1.201-1) ...
12:57:34 #13 56.45   Installing : mpfr-3.1.1-4.el7.aarch64                                    5/65 
12:57:34 #12 5.493   libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev libselinux1-dev
12:57:34 #12 5.494   libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:57:34 #12 5.495 Suggested packages:
12:57:34 #12 5.496   cmake-doc ninja-build apparmor-easyprof gcc-8-doc libstdc++6-8-dbg lrzip
12:57:34 #12 5.496   libtool-doc seccomp libstdc++-8-doc
12:57:34 #14 17.21   Running scriptlet: selinux-policy-minimum-3.14.3-114.el8.noarch         42/90 
12:57:34 #14 25.50   Installing       : policycoreutils-devel-2.9-21.1.el8.x86_64            43/90 
12:57:34 #12 10.30   Installing       : make-1:4.3-7.fc36.x86_64                             38/97 
12:57:34 #12 10.76   Installing       : gcc-12.2.1-4.fc36.x86_64                             39/97 
12:57:34 #12 10.77   Running scriptlet: gcc-12.2.1-4.fc36.x86_64                             39/97 
12:57:34 #12 11.78   Installing       : make-1:4.3-7.fc36.aarch64                            40/99 
12:57:34 #12 12.11   Installing       : gcc-12.2.1-4.fc36.aarch64                            41/99 
12:57:34 #12 12.12   Running scriptlet: gcc-12.2.1-4.fc36.aarch64                            41/99 
12:57:34 #12 12.15   Installing       : dbus-common-1:1.14.4-1.fc36.noarch                   42/99 
12:57:34 #12 12.15   Running scriptlet: dbus-common-1:1.14.4-1.fc36.noarch                   42/99 
12:57:34 #12 12.17   Running scriptlet: dbus-broker-32-1.fc36.aarch64                        43/99 
12:57:34 #12 12.25   Installing       : dbus-broker-32-1.fc36.aarch64                        43/99 
12:57:34 #12 12.25   Running scriptlet: dbus-broker-32-1.fc36.aarch64                        43/99 
12:57:34 #12 12.27   Installing       : dbus-1:1.14.4-1.fc36.aarch64                         44/99 
12:57:34 #12 12.27   Installing       : annobin-docs-10.93-1.fc36.noarch                     45/99 
12:57:34 #12 12.32   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch                46/99 
12:57:34 #12 12.34   Installing       : libxkbcommon-1.4.0-1.fc36.aarch64                    47/99 
12:57:34 #12 12.35   Installing       : rhash-1.4.2-2.fc36.aarch64                           48/99 
12:57:34 #12 12.35   Installing       : qrencode-libs-4.1.1-2.fc36.aarch64                   49/99 
12:57:34 #12 12.36   Installing       : perl-lib-0.65-486.fc36.aarch64                       50/99 
12:57:34 #12 12.37   Installing       : perl-TermReadKey-2.38-12.fc36.aarch64                51/99 
12:57:34 #12 12.37   Installing       : perl-File-Copy-2.35-486.fc36.noarch                  52/99 
12:57:34 #12 12.38   Installing       : perl-File-Compare-1.100.600-486.fc36.noarch          53/99 
12:57:34 #12 12.40   Installing       : autoconf-2.71-3.fc36.noarch                          54/99 
12:57:34 #12 12.42   Installing       : automake-1.16.5-7.fc36.noarch                        55/99 
12:57:34 #12 12.43   Installing       : perl-Error-1:0.17029-8.fc36.noarch                   56/99 
12:57:34 #10 74.61 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:57:34 #10 74.62 Setting up libmodule-runtime-perl (0.016-1) ...
12:57:34 #10 74.63 Setting up libmailtools-perl (2.21-1) ...
12:57:34 #10 74.64 Setting up python3-debian (0.1.39) ...
12:57:34 #10 74.80 Setting up python3-requests (2.25.1+dfsg-2) ...
12:57:34 #12 10.16 Setting up cmake (3.10.2-1ubuntu2.18.04.2) ...
12:57:34 #12 10.17 Setting up libselinux1-dev:amd64 (2.7-2build2) ...
12:57:34 #12 10.18 Setting up libdevmapper-dev:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:57:34 #12 10.20 Setting up docker-ce-build-deps (1.0) ...
12:57:34 #12 10.21 Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
12:57:34 #12 10.24 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
12:57:34 #12 3.879 Building dependency tree...
12:57:34 #12 4.042 Reading state information...
12:57:34 #10 54.30 Selecting previously unselected package libregexp-pattern-license-perl.
12:57:34 #10 54.31 Preparing to unpack .../327-libregexp-pattern-license-perl_3.9.4-3_all.deb ...
12:57:34 #10 54.31 Unpacking libregexp-pattern-license-perl (3.9.4-3) ...
12:57:34 #10 54.36 Selecting previously unselected package libregexp-pattern-perl.
12:57:34 #10 54.36 Preparing to unpack .../328-libregexp-pattern-perl_0.2.14-2_all.deb ...
12:57:34 #10 54.36 Unpacking libregexp-pattern-perl (0.2.14-2) ...
12:57:34 #10 54.40 Selecting previously unselected package libregexp-wildcards-perl.
12:57:34 #10 54.41 Preparing to unpack .../329-libregexp-wildcards-perl_1.05-3_all.deb ...
12:57:34 #10 54.41 Unpacking libregexp-wildcards-perl (1.05-3) ...
12:57:34 #10 54.45 Selecting previously unselected package libsasl2-modules:armhf.
12:57:34 #10 54.45 Preparing to unpack .../330-libsasl2-modules_2.1.28+dfsg-10_armhf.deb ...
12:57:34 #10 54.46 Unpacking libsasl2-modules:armhf (2.1.28+dfsg-10) ...
12:57:34 #10 54.50 Selecting previously unselected package libsereal-decoder-perl.
12:57:34 #10 54.50 Preparing to unpack .../331-libsereal-decoder-perl_5.002+ds-1_armhf.deb ...
12:57:34 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:57:34 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:57:34 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:57:34 dpkg-source: info: using source format '1.0'
12:57:34 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz
12:57:34 #13 7.240 Preparing to unpack .../10-libudev-dev_245.4-4ubuntu3.19_amd64.deb ...
12:57:34 #13 7.243 Unpacking libudev-dev:amd64 (245.4-4ubuntu3.19) ...
12:57:34 #13 7.269 Selecting previously unselected package libsepol1-dev:amd64.
12:57:34 #13 7.271 Preparing to unpack .../11-libsepol1-dev_3.0-1ubuntu0.1_amd64.deb ...
12:57:34 #13 7.275 Unpacking libsepol1-dev:amd64 (3.0-1ubuntu0.1) ...
12:57:34 #13 7.346 Selecting previously unselected package libpcre2-16-0:amd64.
12:57:34 #13 7.348 Preparing to unpack .../12-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ...
12:57:34 #13 7.351 Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ...
12:57:34 #13 7.394 Selecting previously unselected package libpcre2-32-0:amd64.
12:57:34 #13 7.396 Preparing to unpack .../13-libpcre2-32-0_10.34-7ubuntu0.1_amd64.deb ...
12:57:34 #13 7.399 Unpacking libpcre2-32-0:amd64 (10.34-7ubuntu0.1) ...
12:57:34 #13 7.446 Selecting previously unselected package libpcre2-posix2:amd64.
12:57:34 #13 7.449 Preparing to unpack .../14-libpcre2-posix2_10.34-7ubuntu0.1_amd64.deb ...
12:57:34 #13 56.82   Installing : libmpc-1.0.1-3.el7.aarch64                                  6/65 
12:57:34 #12 5.800 The following NEW packages will be installed:
12:57:34 #12 5.801   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
12:57:34 #12 5.801   g++-8 libarchive13 libdevmapper-dev libdevmapper-event1.02.1
12:57:34 #12 5.802   libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7 libpcre16-3 libpcre3-dev
12:57:34 #12 5.803   libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev libselinux1-dev
12:57:34 #12 5.804   libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:57:34 #14 25.74   Installing       : selinux-policy-devel-3.14.3-114.el8.noarch           44/90 
12:57:34 #14 25.77   Running scriptlet: selinux-policy-devel-3.14.3-114.el8.noarch           44/90 
12:57:34 #14 25.81   Upgrading        : libarchive-3.3.3-5.el8.x86_64                        45/90 
12:57:34 #14 25.84   Installing       : libsepol-devel-2.9-3.el8.x86_64                      46/90 
12:57:34 #12 10.79   Installing       : dbus-common-1:1.14.4-1.fc36.noarch                   40/97 
12:57:34 #12 10.80   Running scriptlet: dbus-common-1:1.14.4-1.fc36.noarch                   40/97 
12:57:34 #12 10.81   Running scriptlet: dbus-broker-32-1.fc36.x86_64                         41/97 
12:57:34 #12 10.87   Installing       : dbus-broker-32-1.fc36.x86_64                         41/97 
12:57:34 #12 10.88   Running scriptlet: dbus-broker-32-1.fc36.x86_64                         41/97 
12:57:34 #12 10.89   Installing       : dbus-1:1.14.4-1.fc36.x86_64                          42/97 
12:57:34 #12 10.89   Installing       : annobin-docs-10.93-1.fc36.noarch                     43/97 
12:57:34 #12 10.94   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch                44/97 
12:57:34 #12 10.95   Installing       : libxkbcommon-1.4.0-1.fc36.x86_64                     45/97 
12:57:34 #12 10.96   Installing       : rhash-1.4.2-2.fc36.x86_64                            46/97 
12:57:34 #12 10.97   Installing       : qrencode-libs-4.1.1-2.fc36.x86_64                    47/97 
12:57:34 #12 10.98   Installing       : perl-lib-0.65-486.fc36.x86_64                        48/97 
12:57:34 #12 10.98   Installing       : perl-TermReadKey-2.38-12.fc36.x86_64                 49/97 
12:57:34 #12 10.99   Installing       : perl-File-Copy-2.35-486.fc36.noarch                  50/97 
12:57:34 #12 10.99   Installing       : perl-File-Compare-1.100.600-486.fc36.noarch          51/97 
12:57:34 #12 11.01   Installing       : autoconf-2.71-3.fc36.noarch                          52/97 
12:57:34 #12 11.03   Installing       : automake-1.16.5-7.fc36.noarch                        53/97 
12:57:34 #12 12.44   Running scriptlet: libutempter-1.2.1-6.fc36.aarch64                     57/99 
12:57:34 #12 12.53   Installing       : libutempter-1.2.1-6.fc36.aarch64                     57/99 
12:57:34 #12 12.62   Installing       : util-linux-2.38-1.fc36.aarch64                       58/99 
12:57:34 #12 12.63   Running scriptlet: openssh-8.8p1-1.fc36.1.aarch64                       59/99 
12:57:34 #12 12.68   Installing       : openssh-8.8p1-1.fc36.1.aarch64                       59/99 
12:57:34 #10 74.96 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
12:57:34 #10 75.00 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:57:34 #10 75.07 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:57:34 #10 75.13 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:34 #12 DONE 10.4s
12:57:34 
12:57:34 #13 [stage-1 5/8] COPY sources/ /sources
12:57:34 #12 4.048 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:57:34 #12 4.253 Starting 2 pkgProblemResolver with broken count: 0
12:57:34 #12 4.257 Done
12:57:35 #10 54.51 Unpacking libsereal-decoder-perl (5.002+ds-1) ...
12:57:35 #10 54.55 Selecting previously unselected package libsereal-encoder-perl.
12:57:35 #10 54.55 Preparing to unpack .../332-libsereal-encoder-perl_5.002+ds-1_armhf.deb ...
12:57:35 #10 54.55 Unpacking libsereal-encoder-perl (5.002+ds-1) ...
12:57:35 #10 54.60 Selecting previously unselected package libset-intspan-perl.
12:57:35 #10 54.60 Preparing to unpack .../333-libset-intspan-perl_1.19-3_all.deb ...
12:57:35 #10 54.61 Unpacking libset-intspan-perl (1.19-3) ...
12:57:35 #10 54.65 Selecting previously unselected package libtask-weaken-perl.
12:57:35 #10 54.66 Preparing to unpack .../334-libtask-weaken-perl_1.06-2_all.deb ...
12:57:35 #10 54.66 Unpacking libtask-weaken-perl (1.06-2) ...
12:57:35 #13 7.452 Unpacking libpcre2-posix2:amd64 (10.34-7ubuntu0.1) ...
12:57:35 #13 7.478 Selecting previously unselected package libpcre2-dev:amd64.
12:57:35 #13 7.480 Preparing to unpack .../15-libpcre2-dev_10.34-7ubuntu0.1_amd64.deb ...
12:57:35 #13 7.483 Unpacking libpcre2-dev:amd64 (10.34-7ubuntu0.1) ...
12:57:35 #13 7.571 Selecting previously unselected package libselinux1-dev:amd64.
12:57:35 #13 7.573 Preparing to unpack .../16-libselinux1-dev_3.0-1build2_amd64.deb ...
12:57:35 #13 7.577 Unpacking libselinux1-dev:amd64 (3.0-1build2) ...
12:57:35 #13 7.618 Selecting previously unselected package libdevmapper-dev:amd64.
12:57:35 #13 7.621 Preparing to unpack .../17-libdevmapper-dev_2%3a1.02.167-1ubuntu1_amd64.deb ...
12:57:35 #13 7.624 Unpacking libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
12:57:35 #13 7.652 Selecting previously unselected package libseccomp-dev:amd64.
12:57:35 #13 7.654 Preparing to unpack .../18-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_amd64.deb ...
12:57:35 #13 7.657 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.2) ...
12:57:35 #13 7.693 Selecting previously unselected package libsystemd-dev:amd64.
12:57:35 #12 2.951 Reading package lists...
12:57:35 #10 43.41 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:57:35 #10 43.41 Preparing to unpack .../161-libalgorithm-diff-xs-perl_0.04-6+b1_armhf.deb ...
12:57:35 #10 43.45 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
12:57:35 #10 43.54 Selecting previously unselected package libalgorithm-merge-perl.
12:57:35 #10 43.54 Preparing to unpack .../162-libalgorithm-merge-perl_0.08-3_all.deb ...
12:57:35 #10 43.55 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:57:35 #12 6.253 0 upgraded, 28 newly installed, 0 to remove and 7 not upgraded.
12:57:35 #12 6.253 1 not fully installed or removed.
12:57:35 #12 6.253 Need to get 17.0 MB of archives.
12:57:35 #12 6.253 After this operation, 70.8 MB of additional disk space will be used.
12:57:35 #12 6.253 Get:1 http://archive.raspbian.org/raspbian buster/main armhf libstdc++-8-dev armhf 8.3.0-6+rpi1 [1545 kB]
12:57:35 #12 1.090 Hit:1 http://archive.raspbian.org/raspbian bullseye InRelease
12:57:35 #12 1.148 Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
12:57:35 #12 11.04   Installing       : perl-Error-1:0.17029-8.fc36.noarch                   54/97 
12:57:35 #12 11.04   Running scriptlet: libutempter-1.2.1-6.fc36.x86_64                      55/97 
12:57:35 #12 11.09   Installing       : libutempter-1.2.1-6.fc36.x86_64                      55/97 
12:57:35 #12 11.15   Installing       : util-linux-2.38-1.fc36.x86_64                        56/97 
12:57:35 #12 11.16   Running scriptlet: openssh-8.8p1-1.fc36.1.x86_64                        57/97 
12:57:35 #12 11.20   Installing       : openssh-8.8p1-1.fc36.1.x86_64                        57/97 
12:57:35 #12 11.21   Installing       : libsepol-devel-3.3-3.fc36.x86_64                     58/97 
12:57:35 #12 11.22   Installing       : libselinux-devel-3.3-4.fc36.x86_64                   59/97 
12:57:35 #12 11.23   Installing       : libselinux-utils-3.3-4.fc36.x86_64                   60/97 
12:57:35 #12 11.24   Installing       : policycoreutils-3.3-4.fc36.x86_64                    61/97 
12:57:35 #12 12.69   Installing       : libsepol-devel-3.3-3.fc36.aarch64                    60/99 
12:57:35 #12 12.71   Installing       : libselinux-devel-3.3-4.fc36.aarch64                  61/99 
12:57:35 #12 12.72   Installing       : libselinux-utils-3.3-4.fc36.aarch64                  62/99 
12:57:35 #12 12.74   Installing       : policycoreutils-3.3-4.fc36.aarch64                   63/99 
12:57:35 #12 12.75   Running scriptlet: policycoreutils-3.3-4.fc36.aarch64                   63/99 
12:57:35 #12 12.76   Installing       : rpm-plugin-selinux-4.17.1-3.fc36.aarch64             64/99 
12:57:35 #12 12.77   Installing       : selinux-policy-36.17-1.fc36.noarch                   65/99 
12:57:35 #12 12.78   Running scriptlet: selinux-policy-36.17-1.fc36.noarch                   65/99 
12:57:35 #10 75.25 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:35 #10 75.28 Setting up dh-strip-nondeterminism (1.12.0-1) ...
12:57:35 #10 75.30 Setting up libconst-fast-perl (0.014-1.1) ...
12:57:35 #10 75.32 Setting up libhttp-daemon-perl (6.12-1+deb11u1) ...
12:57:35 #10 75.34 Setting up libdata-dpath-perl (0.58-1) ...
12:57:35 #10 75.35 Setting up libmodule-implementation-perl (0.09-1.1) ...
12:57:35 #13 DONE 0.2s
12:57:35 
12:57:35 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:57:35 #12 4.410  Done
12:57:35 #12 4.576 Starting pkgProblemResolver with broken count: 0
12:57:35 #12 4.608 Starting 2 pkgProblemResolver with broken count: 0
12:57:35 #12 4.612 Done
12:57:35 #10 54.74 Selecting previously unselected package libxml-parser-perl.
12:57:35 #10 54.74 Preparing to unpack .../335-libxml-parser-perl_2.46-4_armhf.deb ...
12:57:35 #10 54.75 Unpacking libxml-parser-perl (2.46-4) ...
12:57:35 #10 54.80 Selecting previously unselected package libsoap-lite-perl.
12:57:35 #10 54.81 Preparing to unpack .../336-libsoap-lite-perl_1.27-2_all.deb ...
12:57:35 #10 54.81 Unpacking libsoap-lite-perl (1.27-2) ...
12:57:35 #10 54.89 Selecting previously unselected package libsocket6-perl.
12:57:35 #10 54.89 Preparing to unpack .../337-libsocket6-perl_0.29-3_armhf.deb ...
12:57:35 #10 54.90 Unpacking libsocket6-perl (0.29-3) ...
12:57:35 #10 54.94 Selecting previously unselected package libstring-copyright-perl.
12:57:35 #10 54.95 Preparing to unpack .../338-libstring-copyright-perl_0.003014-1_all.deb ...
12:57:35 #10 54.95 Unpacking libstring-copyright-perl (0.003014-1) ...
12:57:35 #10 54.98 Selecting previously unselected package libstring-escape-perl.
12:57:35 #10 54.99 Preparing to unpack .../339-libstring-escape-perl_2010.002-3_all.deb ...
12:57:35 #13 7.695 Preparing to unpack .../19-libsystemd-dev_245.4-4ubuntu3.19_amd64.deb ...
12:57:35 #13 7.699 Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.19) ...
12:57:35 #13 7.762 Selecting previously unselected package pkg-config.
12:57:35 #13 7.762 Preparing to unpack .../20-pkg-config_0.29.1-0ubuntu4_amd64.deb ...
12:57:35 #13 7.765 Unpacking pkg-config (0.29.1-0ubuntu4) ...
12:57:35 #13 7.810 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.2) ...
12:57:35 #13 7.820 Setting up libarchive13:amd64 (3.4.0-2ubuntu1.2) ...
12:57:35 #13 7.828 Setting up libsepol1-dev:amd64 (3.0-1ubuntu0.1) ...
12:57:35 #13 7.837 Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ...
12:57:35 #13 7.847 Setting up libpcre2-32-0:amd64 (10.34-7ubuntu0.1) ...
12:57:35 #13 7.858 Setting up libuv1:amd64 (1.34.2-1ubuntu1.3) ...
12:57:35 #13 7.868 Setting up bash-completion (1:2.10-1ubuntu1) ...
12:57:35 #12 3.577 Building dependency tree...
12:57:35 #12 3.710 Reading state information...
12:57:35 #12 3.727 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:57:35 #12 3.757 Starting 2 pkgProblemResolver with broken count: 0
12:57:35 #12 3.760 Done
12:57:35 #12 3.773  Done
12:57:35 #12 3.778 Starting pkgProblemResolver with broken count: 0
12:57:35 #12 3.798 Starting 2 pkgProblemResolver with broken count: 0
12:57:35 #12 3.800 Done
12:57:35 #12 3.869 The following additional packages will be installed:
12:57:35 #15 DONE 2.0s
12:57:35 #10 43.65 Selecting previously unselected package libaliased-perl.
12:57:35 #10 43.66 Preparing to unpack .../163-libaliased-perl_0.34-1.1_all.deb ...
12:57:35 #10 43.69 Unpacking libaliased-perl (0.34-1.1) ...
12:57:35 #10 43.77 Selecting previously unselected package libapt-pkg-perl.
12:57:35 #10 43.78 Preparing to unpack .../164-libapt-pkg-perl_0.1.39_armhf.deb ...
12:57:35 #10 43.79 Unpacking libapt-pkg-perl (0.1.39) ...
12:57:35 #12 6.472 Get:2 http://archive.raspberrypi.org/debian buster/main armhf cmake-data all 3.16.3-3~bpo10+1 [1628 kB]
12:57:35 #13 57.13   Updating   : 7:device-mapper-libs-1.02.170-6.el7_9.5.aarch64             7/65 
12:57:35 #13 57.44   Updating   : 7:device-mapper-1.02.170-6.el7_9.5.aarch64                  8/65 
12:57:35 #14 25.88   Installing       : libselinux-devel-2.9-8.el8.x86_64                    47/90 
12:57:35 #14 26.19   Installing       : kernel-headers-4.18.0-448.el8.x86_64                 48/90 
12:57:35 #14 26.24   Running scriptlet: glibc-headers-2.28-224.el8.x86_64                    49/90 
12:57:35 #14 26.33   Installing       : glibc-headers-2.28-224.el8.x86_64                    49/90 
12:57:35 #14 26.36   Installing       : glibc-devel-2.28-224.el8.x86_64                      50/90 
12:57:35 #14 26.38   Running scriptlet: glibc-devel-2.28-224.el8.x86_64                      50/90 
12:57:35 #12 12.81   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          66/99 
12:57:35 #12 13.03   Installing       : selinux-policy-targeted-36.17-1.fc36.noarch          66/99 
12:57:35 #12 11.25   Running scriptlet: policycoreutils-3.3-4.fc36.x86_64                    61/97 
12:57:35 #12 11.26   Installing       : rpm-plugin-selinux-4.17.1-3.fc36.x86_64              62/97 
12:57:35 #12 11.27   Installing       : selinux-policy-36.17-1.fc36.noarch                   63/97 
12:57:35 #12 11.27   Running scriptlet: selinux-policy-36.17-1.fc36.noarch                   63/97 
12:57:35 #12 11.29   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          64/97 
12:57:35 #12 11.48   Installing       : selinux-policy-targeted-36.17-1.fc36.noarch          64/97 
12:57:35 #10 75.37 Setting up libpackage-stash-perl (0.39-1) ...
12:57:35 #10 75.39 Setting up libimport-into-perl (1.002005-1) ...
12:57:35 #10 75.40 Setting up libmoo-perl (2.004004-1) ...
12:57:35 #10 75.44 Setting up liblist-someutils-perl (0.58-1) ...
12:57:35 #10 75.46 Setting up debhelper (13.3.4) ...
12:57:35 #10 75.47 Setting up libmime-tools-perl (5.509-1) ...
12:57:35 #10 75.49 Setting up dput (1.1.0) ...
12:57:35 #12 4.863 The following additional packages will be installed:
12:57:35 #12 4.864   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:57:35 #12 4.864   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp25 libpcre2-16-0
12:57:35 #12 4.865   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libproc2-0 librhash0
12:57:35 #12 4.865   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libsystemd0
12:57:35 #12 4.866   libudev-dev libudev1 libuv1 pkg-config pkgconf pkgconf-bin procps
12:57:35 #12 4.867 Suggested packages:
12:57:35 #12 4.867   cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils seccomp
12:57:35 #12 4.867 Recommended packages:
12:57:35 #12 4.867   psmisc
12:57:35 #10 54.99 Unpacking libstring-escape-perl (2010.002-3) ...
12:57:35 #10 55.04 Selecting previously unselected package libstring-license-perl.
12:57:35 #10 55.04 Preparing to unpack .../340-libstring-license-perl_0.0.2-1_all.deb ...
12:57:35 #10 55.05 Unpacking libstring-license-perl (0.0.2-1) ...
12:57:35 #10 55.08 Selecting previously unselected package libstring-shellquote-perl.
12:57:35 #10 55.09 Preparing to unpack .../341-libstring-shellquote-perl_1.04-3_all.deb ...
12:57:35 #10 55.09 Unpacking libstring-shellquote-perl (1.04-3) ...
12:57:35 #10 55.13 Selecting previously unselected package libsys-cpuaffinity-perl.
12:57:35 #10 55.14 Preparing to unpack .../342-libsys-cpuaffinity-perl_1.13~03-2+b1_armhf.deb ...
12:57:35 #10 55.14 Unpacking libsys-cpuaffinity-perl (1.13~03-2+b1) ...
12:57:35 #10 55.19 Selecting previously unselected package libterm-readkey-perl.
12:57:35 #10 55.19 Preparing to unpack .../343-libterm-readkey-perl_2.38-2+b1_armhf.deb ...
12:57:35 #10 55.19 Unpacking libterm-readkey-perl (2.38-2+b1) ...
12:57:35 #10 55.23 Selecting previously unselected package libtext-levenshteinxs-perl.
12:57:35 #10 55.23 Preparing to unpack .../344-libtext-levenshteinxs-perl_0.03-5+b1_armhf.deb ...
12:57:35 #10 55.24 Unpacking libtext-levenshteinxs-perl (0.03-5+b1) ...
12:57:35 #10 55.27 Selecting previously unselected package libtext-markdown-discount-perl.
12:57:35 #10 55.28 Preparing to unpack .../345-libtext-markdown-discount-perl_0.16-1_armhf.deb ...
12:57:35 #10 55.28 Unpacking libtext-markdown-discount-perl (0.16-1) ...
12:57:35 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc
12:57:35  debian/rules build
12:57:35 dh build --with=bash-completion
12:57:35    dh_update_autotools_config
12:57:35 #12 3.870   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
12:57:35 #12 3.870   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1
12:57:35 #12 3.870   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprocps7 librhash0
12:57:35 #12 3.870   libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
12:57:35 #12 3.871   libuv1 pkg-config procps
12:57:35 #12 3.872 Suggested packages:
12:57:35 #12 3.872   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:57:35 #12 4.052 The following NEW packages will be installed:
12:57:35 #12 4.053   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
12:57:35 #12 4.053   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1
12:57:35 #12 4.053   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprocps7 librhash0
12:57:35 #12 4.053   libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
12:57:35 #12 4.054   libuv1 pkg-config procps
12:57:35 
12:57:35 #16 [stage-1 8/9] WORKDIR /root/build-deb
12:57:35 #16 DONE 0.0s
12:57:35 
12:57:35 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
12:57:35 #17 DONE 0.0s
12:57:35 
12:57:35 #18 exporting to image
12:57:35 #18 exporting layers
12:57:35 #10 43.94 Selecting previously unselected package libarchive-cpio-perl.
12:57:35 #10 43.95 Preparing to unpack .../165-libarchive-cpio-perl_0.10-1.1_all.deb ...
12:57:35 #10 44.02 Unpacking libarchive-cpio-perl (0.10-1.1) ...
12:57:35 #12 6.829 Get:3 http://archive.raspbian.org/raspbian buster/main armhf g++-8 armhf 8.3.0-6+rpi1 [7464 kB]
12:57:35 #10 75.65 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
12:57:35 #10 75.68 Setting up equivs (2.3.1) ...
12:57:35 #10 75.69 Setting up libmoox-aliases-perl (0.001006-1.1) ...
12:57:35 #10 75.70 Setting up libparams-validate-perl:amd64 (1.30-1+b1) ...
12:57:35 #10 75.71 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
12:57:35 #10 75.72 Setting up libnamespace-clean-perl (0.27-1) ...
12:57:35 #10 75.74 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
12:57:35 #10 75.76 Setting up libnamespace-autoclean-perl (0.29-1) ...
12:57:35 #10 75.77 Setting up libgitlab-api-v4-perl (0.26-1) ...
12:57:35 #10 75.79 Setting up libmoox-struct-perl (0.020-1) ...
12:57:35 #10 75.81 Setting up lintian (2.104.0) ...
12:57:35 #10 75.83 Setting up licensecheck (3.1.1-2) ...
12:57:35 #12 5.129 The following NEW packages will be installed:
12:57:35 #10 55.31 Selecting previously unselected package libtext-xslate-perl:armhf.
12:57:35 #10 55.32 Preparing to unpack .../346-libtext-xslate-perl_3.5.9-1+b2_armhf.deb ...
12:57:35 #10 55.32 Unpacking libtext-xslate-perl:armhf (3.5.9-1+b2) ...
12:57:35 #10 55.39 Selecting previously unselected package libtime-duration-perl.
12:57:35 #10 55.39 Preparing to unpack .../347-libtime-duration-perl_1.21-2_all.deb ...
12:57:35 #10 55.40 Unpacking libtime-duration-perl (1.21-2) ...
12:57:35 #10 55.43 Selecting previously unselected package libtime-moment-perl.
12:57:35 #10 55.43 Preparing to unpack .../348-libtime-moment-perl_0.44-2+b1_armhf.deb ...
12:57:35 #10 55.44 Unpacking libtime-moment-perl (0.44-2+b1) ...
12:57:35 #10 55.48 Selecting previously unselected package libtype-tiny-xs-perl:armhf.
12:57:35 #10 55.48 Preparing to unpack .../349-libtype-tiny-xs-perl_0.025-1_armhf.deb ...
12:57:35 #10 55.48 Unpacking libtype-tiny-xs-perl:armhf (0.025-1) ...
12:57:35 #10 55.52 Selecting previously unselected package libunicode-utf8-perl.
12:57:35 #10 55.52 Preparing to unpack .../350-libunicode-utf8-perl_0.62-2_armhf.deb ...
12:57:35 #10 55.53 Unpacking libunicode-utf8-perl (0.62-2) ...
12:57:35    dh_autoreconf
12:57:35    debian/rules override_dh_auto_build
12:57:35 make[1]: Entering directory '/root/build-deb'
12:57:35 # Build the daemon and dependencies
12:57:35 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:57:35 
12:57:35 #12 4.321 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
12:57:35 #12 4.321 1 not fully installed or removed.
12:57:35 #12 4.321 Need to get 8859 kB of archives.
12:57:35 #12 4.321 After this operation, 38.2 MB of additional disk space will be used.
12:57:35 #12 4.321 Get:1 http://deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
12:57:35 #12 4.326 Get:2 http://deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
12:57:35 #12 4.343 Get:3 http://deb.debian.org/debian buster/main amd64 libprocps7 amd64 2:3.3.15-2 [61.7 kB]
12:57:35 #12 4.344 Get:4 http://deb.debian.org/debian buster/main amd64 procps amd64 2:3.3.15-2 [259 kB]
12:57:35 #12 4.347 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 libarchive13 amd64 3.3.3-4+deb10u3 [314 kB]
12:57:35 #12 4.351 Get:6 http://deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
12:57:35 #12 4.352 Get:7 http://deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
12:57:35 #12 4.354 Get:8 http://deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB]
12:57:35 #12 4.355 Get:9 http://deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
12:57:35 #12 4.393 Get:10 http://deb.debian.org/debian buster/main amd64 dh-apparmor all 2.13.2-10 [70.1 kB]
12:57:35 #12 4.394 Get:11 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
12:57:35 #12 4.395 Get:12 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
12:57:35 #12 4.397 Get:13 http://deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
12:57:35 #12 4.398 Get:14 http://deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB]
12:57:35 #12 4.399 Get:15 http://deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
12:57:35 #12 4.403 Get:16 http://deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
12:57:35 #12 4.406 Get:17 http://deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
12:57:35 #12 4.409 Get:18 http://deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
12:57:35 #12 4.411 Get:19 http://deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
12:57:35 #12 4.418 Get:20 http://deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
12:57:35 #12 4.419 Get:21 http://deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
12:57:35 #12 4.420 Get:22 http://deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
12:57:35 #12 4.421 Get:23 http://deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB]
12:57:35 #18 exporting layers 5.2s done
12:57:35 #18 writing image sha256:0e6496ce3c3f02932e7c2f92ad4b2fd17f49f6735b4c4fd8f6a82eba3894ec09 done
12:57:35 #18 naming to docker.io/debbuild-ubuntu-kinetic/x86_64 done
12:57:35 #18 DONE 5.2s
12:57:35 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/ubuntu-kinetic:/build  debbuild-ubuntu-kinetic/x86_64
12:57:35 #13 8.503 Setting up pkg-config (0.29.1-0ubuntu4) ...
12:57:35 #13 8.552 Setting up libudev-dev:amd64 (245.4-4ubuntu3.19) ...
12:57:35 #10 44.14 Selecting previously unselected package libarchive13:armhf.
12:57:35 #10 44.14 Preparing to unpack .../166-libarchive13_3.4.3-2+deb11u1_armhf.deb ...
12:57:35 #10 44.16 Unpacking libarchive13:armhf (3.4.3-2+deb11u1) ...
12:57:35 #13 57.76   Installing : 1:make-3.82-24.el7.aarch64                                  9/65 
12:57:35 #13 58.09   Installing : checkpolicy-2.5-8.el7.aarch64                              10/65 
12:57:36 #10 75.85 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:57:36 #10 75.86 Setting up libwww-perl (6.52-1) ...
12:57:36 #10 75.88 Setting up devscripts (2.21.3+deb11u1) ...
12:57:36 #10 76.05 Setting up libxml-parser-perl:amd64 (2.46-2) ...
12:57:36 #10 76.07 Setting up libxml-sax-expat-perl (0.51-1) ...
12:57:36 #10 76.12 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:57:36 #12 5.129   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:57:36 #12 5.130   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp25 libpcre2-16-0
12:57:36 #12 5.130   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libproc2-0 librhash0
12:57:36 #12 5.130   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
12:57:36 #12 5.131   libuv1 pkg-config pkgconf pkgconf-bin procps
12:57:36 #12 5.132 The following packages will be upgraded:
12:57:36 #12 5.133   libsystemd0 libudev1
12:57:36 #12 5.402 2 upgraded, 26 newly installed, 0 to remove and 5 not upgraded.
12:57:36 #12 5.402 1 not fully installed or removed.
12:57:36 #12 5.402 Need to get 15.2 MB of archives.
12:57:36 #12 5.402 After this operation, 54.4 MB of additional disk space will be used.
12:57:36 #12 5.402 Get:1 http://deb.debian.org/debian bookworm/main amd64 bash-completion all 1:2.11-6 [234 kB]
12:57:36 #12 5.407 Get:2 http://deb.debian.org/debian bookworm/main amd64 libjsoncpp25 amd64 1.9.5-4 [78.6 kB]
12:57:36 #12 5.408 Get:3 http://deb.debian.org/debian bookworm/main amd64 librhash0 amd64 1.4.3-3 [134 kB]
12:57:36 #12 5.410 Get:4 http://deb.debian.org/debian bookworm/main amd64 libuv1 amd64 1.44.2-1 [140 kB]
12:57:36 #12 5.419 Get:5 http://deb.debian.org/debian bookworm/main amd64 cmake-data all 3.25.1-1 [2026 kB]
12:57:36 #12 5.435 Get:6 http://deb.debian.org/debian bookworm/main amd64 libsystemd0 amd64 252.5-2 [329 kB]
12:57:36 #12 5.438 Get:7 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB]
12:57:36 #12 5.439 Get:8 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB]
12:57:36 #12 5.445 Get:9 http://deb.debian.org/debian bookworm/main amd64 cmake amd64 3.25.1-1 [8692 kB]
12:57:36 #12 5.515 Get:10 http://deb.debian.org/debian bookworm/main amd64 dh-apparmor all 3.0.8-2 [16.7 kB]
12:57:36 #10 55.56 Selecting previously unselected package libwww-mechanize-perl.
12:57:36 #10 55.56 Preparing to unpack .../351-libwww-mechanize-perl_2.15-1_all.deb ...
12:57:36 #10 55.57 Unpacking libwww-mechanize-perl (2.15-1) ...
12:57:36 #10 55.62 Selecting previously unselected package libxdelta2:armhf.
12:57:36 #10 55.63 Preparing to unpack .../352-libxdelta2_1.1.3-10.4_armhf.deb ...
12:57:36 #10 55.63 Unpacking libxdelta2:armhf (1.1.3-10.4) ...
12:57:36 #10 55.68 Selecting previously unselected package libxext6:armhf.
12:57:36 #10 55.68 Preparing to unpack .../353-libxext6_2%3a1.3.4-1+b1_armhf.deb ...
12:57:36 #10 55.69 Unpacking libxext6:armhf (2:1.3.4-1+b1) ...
12:57:36 #10 55.72 Selecting previously unselected package libxml-namespacesupport-perl.
12:57:36 #10 55.73 Preparing to unpack .../354-libxml-namespacesupport-perl_1.12-2_all.deb ...
12:57:36 #10 55.73 Unpacking libxml-namespacesupport-perl (1.12-2) ...
12:57:36 #10 55.76 Selecting previously unselected package libxml-sax-base-perl.
12:57:36 #10 55.76 Preparing to unpack .../355-libxml-sax-base-perl_1.09-3_all.deb ...
12:57:36 #10 55.77 Unpacking libxml-sax-base-perl (1.09-3) ...
12:57:36 Removing bundles/
12:57:36 
12:57:36 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:36 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:57:36 #12 4.424 Get:24 http://deb.debian.org/debian buster/main amd64 pkg-config amd64 0.29-6 [63.5 kB]
12:57:36 #12 4.575 debconf: delaying package configuration, since apt-utils is not installed
12:57:36 #12 4.606 Fetched 8859 kB in 0s (24.7 MB/s)
12:57:36 #12 4.636 Selecting previously unselected package bash-completion.
12:57:36 #12 4.636 (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 ... 27799 files and directories currently installed.)
12:57:36 #12 4.653 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ...
12:57:36 + set -e
12:57:36 + mkdir -p /root/build-deb/engine
12:57:36 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:57:36 #13 8.562 Setting up libpcre2-posix2:amd64 (10.34-7ubuntu0.1) ...
12:57:36 #13 8.574 Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
12:57:36 #13 8.584 Setting up librhash0:amd64 (1.3.9-1) ...
12:57:36 #13 8.593 Setting up cmake-data (3.16.3-1ubuntu1.20.04.1) ...
12:57:36 #13 8.607 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
12:57:36 #13 8.620 Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.19) ...
12:57:36 #13 8.630 Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
12:57:36 #13 8.642 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
12:57:36 #13 8.652 Setting up libpcre2-dev:amd64 (10.34-7ubuntu0.1) ...
12:57:36 #13 8.662 Setting up libselinux1-dev:amd64 (3.0-1build2) ...
12:57:36 #13 8.674 Setting up libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
12:57:36 #13 8.685 Setting up cmake (3.16.3-1ubuntu1.20.04.1) ...
12:57:36 #13 8.697 Setting up docker-ce-build-deps (1.0) ...
12:57:36 #13 8.706 Processing triggers for man-db (2.9.1-1) ...
12:57:36 #13 8.728 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
12:57:36 #10 44.36 Selecting previously unselected package libarray-intspan-perl.
12:57:36 #10 44.36 Preparing to unpack .../167-libarray-intspan-perl_2.004-1_all.deb ...
12:57:36 #10 44.49 Unpacking libarray-intspan-perl (2.004-1) ...
12:57:36 #10 44.59 Selecting previously unselected package libauthen-sasl-perl.
12:57:36 #10 44.59 Preparing to unpack .../168-libauthen-sasl-perl_2.1600-1.1_all.deb ...
12:57:36 #10 44.60 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
12:57:36 #10 44.68 Selecting previously unselected package libmodule-implementation-perl.
12:57:36 #10 44.68 Preparing to unpack .../169-libmodule-implementation-perl_0.09-1.1_all.deb ...
12:57:36 #12 1.550 Last metadata expiration check: 0:00:16 ago on Wed Feb  8 12:57:19 2023.
12:57:36 #12 7.133 Get:4 http://archive.raspberrypi.org/debian buster/main armhf cmake armhf 3.16.3-3~bpo10+1 [2500 kB]
12:57:36 #12 7.231 Get:5 http://archive.raspbian.org/raspbian buster/main armhf g++ armhf 4:8.3.0-1+rpi2 [1632 B]
12:57:36 #12 7.234 Get:6 http://archive.raspbian.org/raspbian buster/main armhf build-essential armhf 12.6 [7568 B]
12:57:36 #12 7.237 Get:7 http://archive.raspbian.org/raspbian buster/main armhf bash-completion all 1:2.8-6 [208 kB]
12:57:36 #12 7.243 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libarchive13 armhf 3.3.3-4+deb10u3 [272 kB]
12:57:36 #12 7.253 Get:9 http://archive.raspbian.org/raspbian buster/main armhf libjsoncpp1 armhf 1.7.4-3 [66.2 kB]
12:57:36 #12 7.275 Get:10 http://archive.raspbian.org/raspbian buster/main armhf librhash0 armhf 1.3.8-1 [132 kB]
12:57:36 #12 7.278 Get:11 http://archive.raspbian.org/raspbian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [96.9 kB]
12:57:36 #12 7.281 Get:12 http://archive.raspbian.org/raspbian buster/main armhf dh-apparmor all 2.13.2-10 [70.1 kB]
12:57:36 #12 7.283 Get:13 http://archive.raspbian.org/raspbian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.1 kB]
12:57:36 #12 7.315 Get:14 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [130 kB]
12:57:36 #12 7.396 Get:15 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-event1.02.1 armhf 2:1.02.155-3 [21.5 kB]
12:57:36 #12 7.400 Get:16 http://archive.raspbian.org/raspbian buster/main armhf libudev-dev armhf 241-7~deb10u8+rpi1 [110 kB]
12:57:36 #12 7.404 Get:17 http://archive.raspbian.org/raspbian buster/main armhf libsepol1-dev armhf 2.8-1 [309 kB]
12:57:36 #12 7.411 Get:18 http://archive.raspbian.org/raspbian buster/main armhf libpcre16-3 armhf 2:8.39-12 [234 kB]
12:57:36 #12 7.415 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libpcre32-3 armhf 2:8.39-12 [227 kB]
12:57:36 #12 7.418 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libpcrecpp0v5 armhf 2:8.39-12 [150 kB]
12:57:36 #12 7.421 Get:21 http://archive.raspbian.org/raspbian buster/main armhf libpcre3-dev armhf 2:8.39-12 [564 kB]
12:57:36 #12 7.479 Get:22 http://archive.raspbian.org/raspbian buster/main armhf libselinux1-dev armhf 2.8-1+b1 [156 kB]
12:57:36 #12 7.483 Get:23 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-dev armhf 2:1.02.155-3 [51.5 kB]
12:57:36 #13 58.13   Installing : m4-1.4.16-10.el7.aarch64                                   11/65 
12:57:36 #10 76.17 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:36 #10 76.29 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:36 #10 76.33 Setting up libsoap-lite-perl (1.27-1) ...
12:57:36 #10 76.35 Setting up libxmlrpc-lite-perl (0.717-4) ...
12:57:36 #10 76.36 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:57:36 #10 76.38 Processing triggers for ca-certificates (20210119) ...
12:57:36 #12 5.515 Get:11 http://deb.debian.org/debian bookworm/main amd64 libudev1 amd64 252.5-2 [107 kB]
12:57:36 #12 5.516 Get:12 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB]
12:57:36 #12 5.517 Get:13 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB]
12:57:36 #12 5.520 Get:14 http://deb.debian.org/debian bookworm/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.185-2 [12.9 kB]
12:57:36 #12 5.521 Get:15 http://deb.debian.org/debian bookworm/main amd64 libudev-dev amd64 252.5-2 [51.5 kB]
12:57:36 #12 5.522 Get:16 http://deb.debian.org/debian bookworm/main amd64 libsepol-dev amd64 3.4-2 [353 kB]
12:57:36 #12 5.525 Get:17 http://deb.debian.org/debian bookworm/main amd64 libpcre2-16-0 amd64 10.42-1 [245 kB]
12:57:36 #12 5.527 Get:18 http://deb.debian.org/debian bookworm/main amd64 libpcre2-32-0 amd64 10.42-1 [234 kB]
12:57:36 #12 5.529 Get:19 http://deb.debian.org/debian bookworm/main amd64 libpcre2-posix3 amd64 10.42-1 [55.4 kB]
12:57:36 #12 5.530 Get:20 http://deb.debian.org/debian bookworm/main amd64 libpcre2-dev amd64 10.42-1 [753 kB]
12:57:36 #12 5.535 Get:21 http://deb.debian.org/debian bookworm/main amd64 libselinux1-dev amd64 3.4-1+b5 [157 kB]
12:57:36 #12 5.536 Get:22 http://deb.debian.org/debian bookworm/main amd64 libdevmapper-dev amd64 2:1.02.185-2 [42.0 kB]
12:57:36 #12 5.537 Get:23 http://deb.debian.org/debian bookworm/main amd64 libseccomp-dev amd64 2.5.4-1+b3 [89.7 kB]
12:57:36 #12 5.538 Get:24 http://deb.debian.org/debian bookworm/main amd64 libsystemd-dev amd64 252.5-2 [351 kB]
12:57:36 #12 5.540 Get:25 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
12:57:36 #12 5.541 Get:26 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
12:57:36 #12 5.541 Get:27 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
12:57:36 #12 5.542 Get:28 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
12:57:36 #12 5.699 debconf: delaying package configuration, since apt-utils is not installed
12:57:36 #12 5.735 Fetched 15.2 MB in 0s (37.6 MB/s)
12:57:36 #12 5.762 Selecting previously unselected package bash-completion.
12:57:36 #10 55.82 Selecting previously unselected package libxml-sax-perl.
12:57:36 #10 55.82 Preparing to unpack .../356-libxml-sax-perl_1.02+dfsg-3_all.deb ...
12:57:36 #10 55.83 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
12:57:36 #10 55.88 Selecting previously unselected package libxml-libxml-perl.
12:57:36 #10 55.89 Preparing to unpack .../357-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1+b1_armhf.deb ...
12:57:36 #10 55.90 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ...
12:57:36 #10 55.97 Selecting previously unselected package libxml-sax-expat-perl.
12:57:36 #10 55.98 Preparing to unpack .../358-libxml-sax-expat-perl_0.51-2_all.deb ...
12:57:36 #10 55.98 Unpacking libxml-sax-expat-perl (0.51-2) ...
12:57:36 #10 56.02 Selecting previously unselected package libxmlrpc-lite-perl.
12:57:36 #10 56.02 Preparing to unpack .../359-libxmlrpc-lite-perl_0.717-5_all.deb ...
12:57:36 #10 56.03 Unpacking libxmlrpc-lite-perl (0.717-5) ...
12:57:36 #10 56.07 Selecting previously unselected package libxmuu1:armhf.
12:57:36 #13 DONE 9.0s
12:57:36 
12:57:36 #14 [stage-1 6/9] COPY sources/ /sources
12:57:36 #14 DONE 0.1s
12:57:36 #10 44.71 Unpacking libmodule-implementation-perl (0.09-1.1) ...
12:57:36 #12 2.358 Package bash-5.2.9-3.fc37.x86_64 is already installed.
12:57:36 #12 7.485 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libltdl7 armhf 2.4.6-9 [387 kB]
12:57:36 #12 7.559 Get:25 http://archive.raspbian.org/raspbian buster/main armhf libltdl-dev armhf 2.4.6-9 [159 kB]
12:57:36 #12 7.563 Get:26 http://archive.raspbian.org/raspbian buster/main armhf libseccomp-dev armhf 2.3.3-4 [59.5 kB]
12:57:36 #12 7.565 Get:27 http://archive.raspbian.org/raspbian buster/main armhf libsystemd-dev armhf 241-7~deb10u8+rpi1 [323 kB]
12:57:36 #12 7.570 Get:28 http://archive.raspbian.org/raspbian buster/main armhf pkg-config armhf 0.29-6 [59.8 kB]
12:57:36 #10 76.39 Updating certificates in /etc/ssl/certs...
12:57:36 #12 5.762 (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 ... 29833 files and directories currently installed.)
12:57:36 #12 5.785 Preparing to unpack .../0-bash-completion_1%3a2.11-6_all.deb ...
12:57:36 #12 5.798 Unpacking bash-completion (1:2.11-6) ...
12:57:36 #10 56.07 Preparing to unpack .../360-libxmuu1_2%3a1.1.3-3_armhf.deb ...
12:57:36 #10 56.08 Unpacking libxmuu1:armhf (2:1.1.3-3) ...
12:57:36 #10 56.11 Selecting previously unselected package libxstring-perl:armhf.
12:57:36 #10 56.11 Preparing to unpack .../361-libxstring-perl_0.005-2+b1_armhf.deb ...
12:57:36 #10 56.12 Unpacking libxstring-perl:armhf (0.005-2+b1) ...
12:57:36 #10 56.17 Selecting previously unselected package libyaml-0-2:armhf.
12:57:36 #10 56.17 Preparing to unpack .../362-libyaml-0-2_0.2.5-1_armhf.deb ...
12:57:36 #10 56.18 Unpacking libyaml-0-2:armhf (0.2.5-1) ...
12:57:36 #10 56.22 Selecting previously unselected package libyaml-libyaml-perl.
12:57:36 #10 56.22 Preparing to unpack .../363-libyaml-libyaml-perl_0.86+ds-1_armhf.deb ...
12:57:36 #10 56.22 Unpacking libyaml-libyaml-perl (0.86+ds-1) ...
12:57:36 #10 56.26 Selecting previously unselected package licensecheck.
12:57:36 #10 56.26 Preparing to unpack .../364-licensecheck_3.3.5-1_all.deb ...
12:57:36 #10 56.27 Unpacking licensecheck (3.3.5-1) ...
12:57:36 
12:57:36 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
12:57:36 #10 44.85 Selecting previously unselected package libsub-exporter-progressive-perl.
12:57:36 #10 44.85 Preparing to unpack .../170-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:57:36 #10 44.86 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:57:36 #10 45.02 Selecting previously unselected package libvariable-magic-perl.
12:57:36 #10 45.02 Preparing to unpack .../171-libvariable-magic-perl_0.62-1+b3_armhf.deb ...
12:57:36 #10 45.03 Unpacking libvariable-magic-perl (0.62-1+b3) ...
12:57:36 #10 45.09 Selecting previously unselected package libb-hooks-endofscope-perl.
12:57:36 #10 45.09 Preparing to unpack .../172-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
12:57:36 #10 45.10 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
12:57:36 #12 2.376 Package bash-5.2.9-3.fc37.x86_64 is already installed.
12:57:36 #12 2.385 Package bash-5.2.9-3.fc37.x86_64 is already installed.
12:57:36 #12 2.385 Package ca-certificates-2022.2.54-5.fc37.noarch is already installed.
12:57:36 #12 2.386 Package libarchive-3.6.1-2.fc37.x86_64 is already installed.
12:57:36 #12 2.387 Package pkgconf-pkg-config-1.8.0-3.fc37.x86_64 is already installed.
12:57:36 #12 2.387 Package tar-2:1.34-5.fc37.x86_64 is already installed.
12:57:36 #12 2.396 Package bash-5.2.9-3.fc37.x86_64 is already installed.
12:57:36 #12 2.411 Package bash-5.2.9-3.fc37.x86_64 is already installed.
12:57:36 #12 2.526 Dependencies resolved.
12:57:36 #12 2.553 ================================================================================
12:57:36 #12 2.553  Package                       Arch    Version                   Repo      Size
12:57:36 #12 2.553 ================================================================================
12:57:36 #12 2.553 Installing:
12:57:36 #12 2.553  cmake                         x86_64  3.25.2-1.fc37             updates  6.8 M
12:57:36 #12 2.553  device-mapper-devel           x86_64  1.02.175-9.fc37           fedora    43 k
12:57:36 #12 2.553  gcc                           x86_64  12.2.1-4.fc37             updates   33 M
12:57:36 #12 2.553  git                           x86_64  2.39.1-1.fc37             updates   66 k
12:57:36 #12 2.553  glibc-static                  x86_64  2.36-9.fc37               updates  1.9 M
12:57:36 #12 2.553  libseccomp-devel              x86_64  2.5.3-3.fc37              fedora    60 k
12:57:36 #12 2.553  libselinux-devel              x86_64  3.4-5.fc37                fedora   148 k
12:57:36 #12 2.553  libtool                       x86_64  2.4.7-2.fc37              fedora   601 k
12:57:36 #12 2.553  libtool-ltdl-devel            x86_64  2.4.7-2.fc37              fedora   164 k
12:57:36 #12 2.553  make                          x86_64  1:4.3-11.fc37             fedora   542 k
12:57:36 #12 2.553  selinux-policy-devel          noarch  37.19-1.fc37              updates  887 k
12:57:36 #12 2.553  systemd                       x86_64  251.10-588.fc37           updates  4.2 M
12:57:36 #12 2.553  systemd-devel                 x86_64  251.10-588.fc37           updates  579 k
12:57:36 #12 2.553  which                         x86_64  2.21-35.fc37              fedora    41 k
12:57:36 #12 2.553 Upgrading:
12:57:36 #12 2.553  libxcrypt                     x86_64  4.4.33-4.fc37             updates  120 k
12:57:36 #12 2.553  systemd-libs                  x86_64  251.10-588.fc37           updates  619 k
12:57:36 #12 2.553 Installing dependencies:
12:57:36 #12 2.553  annobin-docs                  noarch  10.92-1.fc37              updates   92 k
12:57:36 #12 2.553  annobin-plugin-gcc            x86_64  10.92-1.fc37              updates  888 k
12:57:36 #12 2.553  autoconf                      noarch  2.71-4.fc37               updates  733 k
12:57:36 #12 2.553  automake                      noarch  1.16.5-9.fc37             fedora   696 k
12:57:36 #12 2.553  checkpolicy                   x86_64  3.4-3.fc37                fedora   346 k
12:57:36 #12 2.553  cmake-data                    noarch  3.25.2-1.fc37             updates  2.2 M
12:57:36 #12 2.553  cmake-filesystem              x86_64  3.25.2-1.fc37             updates   17 k
12:57:36 #12 2.553  cmake-rpm-macros              noarch  3.25.2-1.fc37             updates   16 k
12:57:36 #12 2.553  cpp                           x86_64  12.2.1-4.fc37             updates   11 M
12:57:36 #12 2.553  dbus                          x86_64  1:1.14.4-1.fc37           updates  7.8 k
12:57:36 #12 2.553  dbus-broker                   x86_64  32-1.fc37                 fedora   175 k
12:57:36 #12 2.553  dbus-common                   noarch  1:1.14.4-1.fc37           updates   15 k
12:57:36 #12 2.553  device-mapper                 x86_64  1.02.175-9.fc37           fedora   138 k
12:57:36 #12 2.553  device-mapper-libs            x86_64  1.02.175-9.fc37           fedora   177 k
12:57:36 #12 2.553  gc                            x86_64  8.0.6-4.fc37              fedora   103 k
12:57:36 #12 2.553  gcc-plugin-annobin            x86_64  12.2.1-4.fc37             updates   53 k
12:57:36 #12 2.553  git-core                      x86_64  2.39.1-1.fc37             updates  4.2 M
12:57:36 #12 2.553  git-core-doc                  noarch  2.39.1-1.fc37             updates  2.8 M
12:57:36 #12 2.553  glibc-devel                   x86_64  2.36-9.fc37               updates  102 k
12:57:36 #12 2.553  glibc-headers-x86             noarch  2.36-9.fc37               updates  581 k
12:57:36 #12 2.553  guile22                       x86_64  2.2.7-6.fc37              fedora   6.5 M
12:57:36 #12 2.553  jsoncpp                       x86_64  1.9.5-3.fc37              fedora    98 k
12:57:36 #12 2.553  kernel-headers                x86_64  6.1.5-200.fc37            updates  1.5 M
12:57:36 #12 2.553  kmod-libs                     x86_64  30-2.fc37                 fedora    68 k
12:57:36 #12 2.553  less                          x86_64  590-5.fc37                fedora   160 k
12:57:36 #12 2.553  libargon2                     x86_64  20190702-1.fc37           fedora    28 k
12:57:36 #12 2.553  libcbor                       x86_64  0.7.0-7.fc37              fedora    56 k
12:57:36 #12 2.553  libedit                       x86_64  3.1-43.20221009cvs.fc37   updates  106 k
12:57:36 #12 2.553  libfdisk                      x86_64  2.38.1-1.fc37             fedora   160 k
12:57:36 #12 2.553  libfido2                      x86_64  1.11.0-3.fc37             fedora    97 k
12:57:36 #12 2.553  libmpc                        x86_64  1.2.1-5.fc37              fedora    61 k
12:57:36 #12 2.553  libseccomp                    x86_64  2.5.3-3.fc37              fedora    70 k
12:57:36 #12 2.553  libselinux-utils              x86_64  3.4-5.fc37                fedora   158 k
12:57:36 #12 2.553  libsepol-devel                x86_64  3.4-3.fc37                fedora    49 k
12:57:36 #12 2.553  libtool-ltdl                  x86_64  2.4.7-2.fc37              fedora    37 k
12:57:36 #12 2.553  libutempter                   x86_64  1.2.1-7.fc37              fedora    26 k
12:57:36 #12 2.553  libuv                         x86_64  1:1.44.2-2.fc37           fedora   151 k
12:57:36 #12 2.553  libxcrypt-devel               x86_64  4.4.33-4.fc37             updates   30 k
12:57:36 #12 2.553  libxcrypt-static              x86_64  4.4.33-4.fc37             updates  104 k
12:57:36 #12 2.553  m4                            x86_64  1.4.19-4.fc37             fedora   303 k
12:57:36 #12 2.553  openssh                       x86_64  8.8p1-7.fc37              fedora   452 k
12:57:36 #12 2.553  openssh-clients               x86_64  8.8p1-7.fc37              fedora   698 k
12:57:36 #12 2.553  pcre2-devel                   x86_64  10.40-1.fc37.1            fedora   505 k
12:57:36 #12 2.553  pcre2-utf16                   x86_64  10.40-1.fc37.1            fedora   216 k
12:57:36 #12 2.553  pcre2-utf32                   x86_64  10.40-1.fc37.1            fedora   203 k
12:57:36 #12 2.553  perl-Error                    noarch  1:0.17029-10.fc37         fedora    41 k
12:57:36 #12 2.553  perl-File-Compare             noarch  1.100.700-492.fc37        fedora    16 k
12:57:36 #12 2.553  perl-File-Copy                noarch  2.39-492.fc37             fedora    23 k
12:57:36 #12 2.553  perl-File-Find                noarch  1.40-492.fc37             fedora    28 k
12:57:36 #12 2.553  perl-Git                      noarch  2.39.1-1.fc37             updates   43 k
12:57:36 #12 2.553  perl-TermReadKey              x86_64  2.38-14.fc37              fedora    36 k
12:57:36 #12 2.553  perl-Thread-Queue             noarch  3.14-489.fc37             fedora    21 k
12:57:36 #12 2.553  perl-lib                      x86_64  0.65-492.fc37             fedora    18 k
12:57:36 #12 2.553  perl-threads                  x86_64  1:2.27-489.fc37           fedora    57 k
12:57:36 #12 2.553  perl-threads-shared           x86_64  1.64-489.fc37             fedora    44 k
12:57:36 #12 2.553  policycoreutils               x86_64  3.4-6.fc37                fedora   238 k
12:57:36 #12 2.553  policycoreutils-devel         x86_64  3.4-6.fc37                fedora   150 k
12:57:36 #12 2.553  policycoreutils-python-utils  noarch  3.4-6.fc37                fedora    80 k
12:57:36 #12 2.553  python3-audit                 x86_64  3.0.9-1.fc37              fedora    86 k
12:57:36 #12 2.553  python3-libselinux            x86_64  3.4-5.fc37                fedora   194 k
12:57:36 #12 2.553  python3-libsemanage           x86_64  3.4-5.fc37                fedora    83 k
12:57:36 #12 2.553  python3-policycoreutils       noarch  3.4-6.fc37                fedora   2.2 M
12:57:36 #12 2.553  python3-setools               x86_64  4.4.0-9.fc37              fedora   618 k
12:57:36 #12 2.553  python3-setuptools            noarch  62.6.0-2.fc37             fedora   1.6 M
12:57:36 #12 2.553  rhash                         x86_64  1.4.2-3.fc37              fedora   185 k
12:57:36 #12 2.553  rpm-plugin-selinux            x86_64  4.18.0-1.fc37             fedora    20 k
12:57:36 #12 2.553  selinux-policy                noarch  37.19-1.fc37              updates   51 k
12:57:36 #12 2.553  selinux-policy-targeted       noarch  37.19-1.fc37              updates  6.6 M
12:57:36 #12 2.553  systemd-pam                   x86_64  251.10-588.fc37           updates  334 k
12:57:36 #12 2.553  systemd-rpm-macros            noarch  251.10-588.fc37           updates   30 k
12:57:36 #12 2.553  util-linux                    x86_64  2.38.1-1.fc37             fedora   2.3 M
12:57:36 #12 2.553  vim-filesystem                noarch  2:9.0.1262-1.fc37         updates   18 k
12:57:36 #12 2.553  xkeyboard-config              noarch  2.36-3.fc37               updates  957 k
12:57:36 #12 2.553 Installing weak dependencies:
12:57:36 #12 2.553  cryptsetup-libs               x86_64  2.5.0-1.fc37              fedora   454 k
12:57:36 #12 2.553  libbpf                        x86_64  2:0.8.0-2.fc37            fedora   172 k
12:57:36 #12 2.553  libxkbcommon                  x86_64  1.4.1-2.fc37              fedora   140 k
12:57:36 #12 2.553  qrencode-libs                 x86_64  4.1.1-3.fc37              fedora    61 k
12:57:36 #12 2.553  systemd-networkd              x86_64  251.10-588.fc37           updates  616 k
12:57:36 #12 2.553  systemd-resolved              x86_64  251.10-588.fc37           updates  282 k
12:57:36 #12 2.553 
12:57:36 #12 2.553 Transaction Summary
12:57:36 #12 2.553 ================================================================================
12:57:36 #12 2.553 Install  93 Packages
12:57:36 #12 2.553 Upgrade   2 Packages
12:57:36 #12 2.553 
12:57:36 #12 2.557 Total download size: 103 M
12:57:36 #12 2.558 Downloading Packages:
12:57:36 + mkdir -p /root/build-deb/cli
12:57:36 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:57:36 #12 7.835 debconf: delaying package configuration, since apt-utils is not installed
12:57:36 #12 7.870 Fetched 17.0 MB in 2s (9406 kB/s)
12:57:36 #12 7.889 Selecting previously unselected package libstdc++-8-dev:armhf.
12:57:36 #12 1.243 Reading package lists...
12:57:36 #12 2.709 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?)
12:57:36 #10 76.72 0 added, 0 removed; done.
12:57:36 #10 76.72 Running hooks in /etc/ca-certificates/update.d...
12:57:36 #10 76.72 done.
12:57:36 #12 5.927 Selecting previously unselected package libjsoncpp25:amd64.
12:57:36 #12 5.930 Preparing to unpack .../1-libjsoncpp25_1.9.5-4_amd64.deb ...
12:57:36 #12 5.939 Unpacking libjsoncpp25:amd64 (1.9.5-4) ...
12:57:36 #12 5.981 Selecting previously unselected package librhash0:amd64.
12:57:36 #12 5.985 Preparing to unpack .../2-librhash0_1.4.3-3_amd64.deb ...
12:57:36 #12 5.989 Unpacking librhash0:amd64 (1.4.3-3) ...
12:57:36 #12 6.037 Selecting previously unselected package libuv1:amd64.
12:57:36 #12 6.041 Preparing to unpack .../3-libuv1_1.44.2-1_amd64.deb ...
12:57:36 #12 6.072 Unpacking libuv1:amd64 (1.44.2-1) ...
12:57:36 #12 6.134 Selecting previously unselected package cmake-data.
12:57:36 #12 6.137 Preparing to unpack .../4-cmake-data_3.25.1-1_all.deb ...
12:57:36 #12 6.147 Unpacking cmake-data (3.25.1-1) ...
12:57:36 #13 58.41   Installing : 1:perl-Error-0.17020-2.el7.noarch                          12/65 
12:57:36 #10 56.31 Selecting previously unselected package plzip.
12:57:36 #10 56.32 Preparing to unpack .../365-plzip_1.10-5_armhf.deb ...
12:57:36 #10 56.32 Unpacking plzip (1.10-5) ...
12:57:36 #10 56.36 Selecting previously unselected package lzop.
12:57:36 #10 56.36 Preparing to unpack .../366-lzop_1.04-2_armhf.deb ...
12:57:36 #10 56.37 Unpacking lzop (1.04-2) ...
12:57:36 #10 56.41 Selecting previously unselected package t1utils.
12:57:36 #10 56.41 Preparing to unpack .../367-t1utils_1.41-4_armhf.deb ...
12:57:36 #10 56.42 Unpacking t1utils (1.41-4) ...
12:57:36 #10 56.46 Selecting previously unselected package unzip.
12:57:36 #10 56.46 Preparing to unpack .../368-unzip_6.0-27_armhf.deb ...
12:57:36 #10 56.47 Unpacking unzip (6.0-27) ...
12:57:36 #10 45.14 Selecting previously unselected package libpng16-16:armhf.
12:57:36 #10 45.14 Preparing to unpack .../173-libpng16-16_1.6.37-3_armhf.deb ...
12:57:36 #10 45.14 Unpacking libpng16-16:armhf (1.6.37-3) ...
12:57:36 #10 45.20 Selecting previously unselected package libfreetype6:armhf.
12:57:36 #10 45.21 Preparing to unpack .../174-libfreetype6_2.10.4+dfsg-1+deb11u1_armhf.deb ...
12:57:36 #10 45.24 Unpacking libfreetype6:armhf (2.10.4+dfsg-1+deb11u1) ...
12:57:36 #10 45.31 Selecting previously unselected package libfontconfig1:armhf.
12:57:36 #10 45.31 Preparing to unpack .../175-libfontconfig1_2.13.1-4.2_armhf.deb ...
12:57:36 #10 45.32 Unpacking libfontconfig1:armhf (2.13.1-4.2) ...
12:57:36 #10 45.38 Selecting previously unselected package libjpeg62-turbo:armhf.
12:57:36 #10 45.38 Preparing to unpack .../176-libjpeg62-turbo_1%3a2.0.6-4_armhf.deb ...
12:57:36 #10 45.39 Unpacking libjpeg62-turbo:armhf (1:2.0.6-4) ...
12:57:36 #10 45.44 Selecting previously unselected package libdeflate0:armhf.
12:57:36 #10 45.44 Preparing to unpack .../177-libdeflate0_1.7-1_armhf.deb ...
12:57:36 #10 45.44 Unpacking libdeflate0:armhf (1.7-1) ...
12:57:36 + mkdir -p /root/build-deb/buildx
12:57:36 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:57:36 #12 7.889 (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 ... 17201 files and directories currently installed.)
12:57:36 #12 7.907 Preparing to unpack .../00-libstdc++-8-dev_8.3.0-6+rpi1_armhf.deb ...
12:57:36 #12 7.911 Unpacking libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
12:57:37 #12 5.269 Unpacking bash-completion (1:2.8-6) ...
12:57:37 #12 5.391 Selecting previously unselected package cmake-data.
12:57:37 #12 5.394 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ...
12:57:37 #12 5.399 Unpacking cmake-data (3.13.4-1) ...
12:57:37 #12 3.026 dpkg-buildpackage: info: source package docker-ce-build-deps
12:57:37 #12 3.026 dpkg-buildpackage: info: source version 1.0
12:57:37 #12 3.026 dpkg-buildpackage: info: source distribution unstable
12:57:37 #12 3.026 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:57:37 #12 3.064  dpkg-source --before-build .
12:57:37 #10 DONE 77.0s
12:57:37 
12:57:37 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:57:37 #11 DONE 0.1s
12:57:37 #10 56.60 Selecting previously unselected package lintian.
12:57:37 #10 56.61 Preparing to unpack .../369-lintian_2.116.3_all.deb ...
12:57:37 #10 56.62 Unpacking lintian (2.116.3) ...
12:57:37 #10 45.49 Selecting previously unselected package libjbig0:armhf.
12:57:37 #10 45.49 Preparing to unpack .../178-libjbig0_2.1-3.1+b2_armhf.deb ...
12:57:37 #10 45.50 Unpacking libjbig0:armhf (2.1-3.1+b2) ...
12:57:37 #10 45.54 Selecting previously unselected package libwebp6:armhf.
12:57:37 #10 45.54 Preparing to unpack .../179-libwebp6_0.6.1-2.1_armhf.deb ...
12:57:37 #10 45.55 Unpacking libwebp6:armhf (0.6.1-2.1) ...
12:57:37 #10 45.61 Selecting previously unselected package libtiff5:armhf.
12:57:37 #10 45.61 Preparing to unpack .../180-libtiff5_4.2.0-1+deb11u3_armhf.deb ...
12:57:37 #10 45.62 Unpacking libtiff5:armhf (4.2.0-1+deb11u3) ...
12:57:37 #10 45.67 Selecting previously unselected package libxau6:armhf.
12:57:37 #10 45.68 Preparing to unpack .../181-libxau6_1%3a1.0.9-1_armhf.deb ...
12:57:37 #10 45.68 Unpacking libxau6:armhf (1:1.0.9-1) ...
12:57:37 #12 8.263 Selecting previously unselected package g++-8.
12:57:37 #12 8.263 Preparing to unpack .../01-g++-8_8.3.0-6+rpi1_armhf.deb ...
12:57:37 #12 8.268 Unpacking g++-8 (8.3.0-6+rpi1) ...
12:57:37 #12 5.759 Selecting previously unselected package libprocps7:amd64.
12:57:37 #12 5.763 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_amd64.deb ...
12:57:37 #12 5.771 Unpacking libprocps7:amd64 (2:3.3.15-2) ...
12:57:37 #12 5.814 Selecting previously unselected package procps.
12:57:37 #12 5.815 Preparing to unpack .../03-procps_2%3a3.3.15-2_amd64.deb ...
12:57:37 #12 5.820 Unpacking procps (2:3.3.15-2) ...
12:57:37 #12 5.881 Selecting previously unselected package libarchive13:amd64.
12:57:37 #12 3.064 dpkg-buildpackage: info: host architecture armhf
12:57:37 #12 3.178  debian/rules clean
12:57:37 #12 3.180 dh clean
12:57:37 #12 3.269    dh_clean
12:57:37 #12 3.306  debian/rules binary
12:57:37 
12:57:37 #12 [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
12:57:37 #14 26.39   Installing       : libxcrypt-devel-4.1.1-6.el8.x86_64                   51/90 
12:57:37 #14 28.06   Installing       : gcc-8.5.0-18.el8.x86_64                              52/90 
12:57:37 #12 6.600 Preparing to unpack .../5-libsystemd0_252.5-2_amd64.deb ...
12:57:37 #12 6.616 Unpacking libsystemd0:amd64 (252.5-2) over (252.4-2) ...
12:57:37 #12 6.700 Setting up libsystemd0:amd64 (252.5-2) ...
12:57:37 #12 6.742 Selecting previously unselected package libproc2-0:amd64.
12:57:37 #12 6.742 (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 ... 33840 files and directories currently installed.)
12:57:37 #12 6.764 Preparing to unpack .../libproc2-0_2%3a4.0.2-3_amd64.deb ...
12:57:37 #12 6.768 Unpacking libproc2-0:amd64 (2:4.0.2-3) ...
12:57:37 #12 6.812 Selecting previously unselected package procps.
12:57:37 #13 59.06   Installing : cpp-4.8.5-44.el7.aarch64                                   13/65 
12:57:37 #10 45.72 Selecting previously unselected package libxdmcp6:armhf.
12:57:37 #10 45.72 Preparing to unpack .../182-libxdmcp6_1%3a1.1.2-3_armhf.deb ...
12:57:37 #10 45.73 Unpacking libxdmcp6:armhf (1:1.1.2-3) ...
12:57:37 #10 45.77 Selecting previously unselected package libxcb1:armhf.
12:57:37 #10 45.77 Preparing to unpack .../183-libxcb1_1.14-3_armhf.deb ...
12:57:37 #10 45.78 Unpacking libxcb1:armhf (1.14-3) ...
12:57:37 #10 45.83 Selecting previously unselected package libx11-data.
12:57:37 #10 45.83 Preparing to unpack .../184-libx11-data_2%3a1.7.2-1_all.deb ...
12:57:37 #10 45.84 Unpacking libx11-data (2:1.7.2-1) ...
12:57:37 + mkdir -p /root/build-deb/compose
12:57:37 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:57:37 + mkdir -p /root/build-deb/scan-cli-plugin
12:57:37 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:57:37 + mkdir -p /go/src/github.com/docker
12:57:37 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:57:37 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:57:37 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:57:37 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:57:37 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:57:37 + EPOCH=5
12:57:37 + EPOCH_SEP=
12:57:37 + [[ ! -z 5 ]]
12:57:37 + EPOCH_SEP=:
12:57:37 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:57:37 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:37 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:37 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:37 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:37 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:37 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:57:37 + debSource=docker-ce
12:57:37 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:57:37 + debMaintainer='Docker <support@docker.com>'
12:57:37 ++ date --rfc-2822
12:57:37 + debDate='Wed, 08 Feb 2023 12:57:37 +0000'
12:57:37 + pkgRevision=1
12:57:37 + cat
12:57:37 + export CLI_GITCOMMIT=ab4ef4a
12:57:37 + CLI_GITCOMMIT=ab4ef4a
12:57:37 + export ENGINE_GITCOMMIT=1141704
12:57:37 + ENGINE_GITCOMMIT=1141704
12:57:37 + export SCAN_GITCOMMIT=6c852fa
12:57:37 + SCAN_GITCOMMIT=6c852fa
12:57:37 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:37 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:37 + dpkg-buildpackage -uc -us -I.git
12:57:37 dpkg-buildpackage: info: source package docker-ce
12:57:37 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic
12:57:37 dpkg-buildpackage: info: source distribution kinetic
12:57:37 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:57:37 dpkg-buildpackage: info: host architecture amd64
12:57:37  dpkg-source -I.git --before-build .
12:57:37 #12 5.884 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u3_amd64.deb ...
12:57:37 #12 5.888 Unpacking libarchive13:amd64 (3.3.3-4+deb10u3) ...
12:57:37 #12 5.950 Selecting previously unselected package libjsoncpp1:amd64.
12:57:37 #12 5.950 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_amd64.deb ...
12:57:37 #12 5.953 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
12:57:37 #12 5.994 Selecting previously unselected package librhash0:amd64.
12:57:37 #12 5.997 Preparing to unpack .../06-librhash0_1.3.8-1_amd64.deb ...
12:57:37 #12 6.001 Unpacking librhash0:amd64 (1.3.8-1) ...
12:57:37 #12 6.044 Selecting previously unselected package libuv1:amd64.
12:57:37 #12 6.047 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_amd64.deb ...
12:57:37 #12 6.050 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ...
12:57:37 #12 6.087 Selecting previously unselected package cmake.
12:57:37 #12 6.090 Preparing to unpack .../08-cmake_3.13.4-1_amd64.deb ...
12:57:37 #12 6.094 Unpacking cmake (3.13.4-1) ...
12:57:37 #12 3.308 dh binary
12:57:37 #12 3.387    dh_update_autotools_config
12:57:37 #12 3.419    dh_autoreconf
12:57:37 #12 3.465    create-stamp debian/debhelper-build-stamp
12:57:37 #12 3.465    dh_prep
12:57:37 #12 3.497    dh_install
12:57:37 #12 3.536    dh_installdocs
12:57:37 #12 3.578    dh_installchangelogs
12:57:37 #12 3.669    dh_perl
12:57:37 #14 28.09   Running scriptlet: gcc-8.5.0-18.el8.x86_64                              52/90 
12:57:37 #14 28.49   Installing       : glibc-static-2.28-224.el8.x86_64                     53/90 
12:57:37 #15 DONE 3.0s
12:57:37 
12:57:37 #16 [stage-1 8/9] WORKDIR /root/build-deb
12:57:37 #16 DONE 0.0s
12:57:37 
12:57:37 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
12:57:37 #17 DONE 0.0s
12:57:37 
12:57:37 #18 exporting to image
12:57:37 #18 exporting layers
12:57:37 #10 57.01 Selecting previously unselected package lsb-release.
12:57:37 #10 57.01 Preparing to unpack .../370-lsb-release_12.0-1_all.deb ...
12:57:37 #10 57.02 Unpacking lsb-release (12.0-1) ...
12:57:37 #10 57.05 Selecting previously unselected package manpages-dev.
12:57:37 #10 57.05 Preparing to unpack .../371-manpages-dev_6.02-1_all.deb ...
12:57:37 #10 57.06 Unpacking manpages-dev (6.02-1) ...
12:57:37 #12 3.408 (1/95): automake-1.16.5-9.fc37.noarch.rpm       2.3 MB/s | 696 kB     00:00    
12:57:37 #12 3.413 (2/95): checkpolicy-3.4-3.fc37.x86_64.rpm       1.1 MB/s | 346 kB     00:00    
12:57:37 #12 3.419 (3/95): cryptsetup-libs-2.5.0-1.fc37.x86_64.rpm 1.4 MB/s | 454 kB     00:00    
12:57:37 #12 3.429 (4/95): device-mapper-1.02.175-9.fc37.x86_64.rp  14 MB/s | 138 kB     00:00    
12:57:37 #12 3.434 (5/95): dbus-broker-32-1.fc37.x86_64.rpm         12 MB/s | 175 kB     00:00    
12:57:37 #12 3.438 (6/95): device-mapper-devel-1.02.175-9.fc37.x86 2.3 MB/s |  43 kB     00:00    
12:57:37 #12 3.443 (7/95): device-mapper-libs-1.02.175-9.fc37.x86_  14 MB/s | 177 kB     00:00    
12:57:37 #12 3.452 (8/95): gc-8.0.6-4.fc37.x86_64.rpm              7.4 MB/s | 103 kB     00:00    
12:57:37 #12 3.456 (9/95): jsoncpp-1.9.5-3.fc37.x86_64.rpm         8.1 MB/s |  98 kB     00:00    
12:57:37 #12 3.499 (10/95): guile22-2.2.7-6.fc37.x86_64.rpm        109 MB/s | 6.5 MB     00:00    
12:57:37 #12 3.502 (11/95): less-590-5.fc37.x86_64.rpm             3.8 MB/s | 160 kB     00:00    
12:57:37 #12 3.506 (12/95): kmod-libs-30-2.fc37.x86_64.rpm         1.4 MB/s |  68 kB     00:00    
12:57:37 #12 3.510 (13/95): libargon2-20190702-1.fc37.x86_64.rpm   3.8 MB/s |  28 kB     00:00    
12:57:37 #12 3.516 (14/95): libcbor-0.7.0-7.fc37.x86_64.rpm        6.3 MB/s |  56 kB     00:00    
12:57:37 #12 3.521 (15/95): libbpf-0.8.0-2.fc37.x86_64.rpm         9.6 MB/s | 172 kB     00:00    
12:57:37 #12 3.524 (16/95): libfdisk-2.38.1-1.fc37.x86_64.rpm       12 MB/s | 160 kB     00:00    
12:57:37 #12 3.528 (17/95): libfido2-1.11.0-3.fc37.x86_64.rpm      8.2 MB/s |  97 kB     00:00    
12:57:37 #12 3.532 (18/95): libmpc-1.2.1-5.fc37.x86_64.rpm         8.8 MB/s |  61 kB     00:00    
12:57:37 #12 3.536 (19/95): libseccomp-devel-2.5.3-3.fc37.x86_64.r 8.9 MB/s |  60 kB     00:00    
12:57:37 #12 3.540 (20/95): libselinux-devel-3.4-5.fc37.x86_64.rpm  20 MB/s | 148 kB     00:00    
12:57:37 #12 3.544 (21/95): libselinux-utils-3.4-5.fc37.x86_64.rpm  20 MB/s | 158 kB     00:00    
12:57:37 #12 3.548 (22/95): libseccomp-2.5.3-3.fc37.x86_64.rpm     3.0 MB/s |  70 kB     00:00    
12:57:37 #12 3.551 (23/95): libsepol-devel-3.4-3.fc37.x86_64.rpm   4.3 MB/s |  49 kB     00:00    
12:57:37 #12 3.559 (24/95): libtool-2.4.7-2.fc37.x86_64.rpm         43 MB/s | 601 kB     00:00    
12:57:37 #12 3.564 (25/95): libtool-ltdl-2.4.7-2.fc37.x86_64.rpm   3.4 MB/s |  37 kB     00:00    
12:57:37 #12 3.567 (26/95): libtool-ltdl-devel-2.4.7-2.fc37.x86_64  11 MB/s | 164 kB     00:00    
12:57:37 #12 3.571 (27/95): libutempter-1.2.1-7.fc37.x86_64.rpm    2.2 MB/s |  26 kB     00:00    
12:57:37 #12 3.578 (28/95): libxkbcommon-1.4.1-2.fc37.x86_64.rpm    14 MB/s | 140 kB     00:00    
12:57:37 #12 3.584 (29/95): m4-1.4.19-4.fc37.x86_64.rpm             25 MB/s | 303 kB     00:00    
12:57:37 #12 3.590 (30/95): libuv-1.44.2-2.fc37.x86_64.rpm         6.9 MB/s | 151 kB     00:00    
12:57:37 #12 3.596 (31/95): make-4.3-11.fc37.x86_64.rpm             32 MB/s | 542 kB     00:00    
12:57:37 #12 3.603 (32/95): openssh-8.8p1-7.fc37.x86_64.rpm         25 MB/s | 452 kB     00:00    
12:57:37 #12 3.612 (33/95): openssh-clients-8.8p1-7.fc37.x86_64.rp  44 MB/s | 698 kB     00:00    
12:57:37 #12 6.816 Preparing to unpack .../procps_2%3a4.0.2-3_amd64.deb ...
12:57:37 #12 6.826 Unpacking procps (2:4.0.2-3) ...
12:57:37 #12 6.929 Selecting previously unselected package cmake.
12:57:37 #12 6.930 Preparing to unpack .../cmake_3.25.1-1_amd64.deb ...
12:57:37 #12 6.933 Unpacking cmake (3.25.1-1) ...
12:57:37 #13 59.36   Installing : systemd-devel-219-78.el7_9.7.aarch64                       14/65 
12:57:37 #10 45.93 Selecting previously unselected package libx11-6:armhf.
12:57:37 #10 45.94 Preparing to unpack .../185-libx11-6_2%3a1.7.2-1_armhf.deb ...
12:57:37 #10 45.94 Unpacking libx11-6:armhf (2:1.7.2-1) ...
12:57:37 #10 46.04 Selecting previously unselected package libxpm4:armhf.
12:57:37 #10 46.04 Preparing to unpack .../186-libxpm4_1%3a3.5.12-1_armhf.deb ...
12:57:37 #10 46.05 Unpacking libxpm4:armhf (1:3.5.12-1) ...
12:57:37 #10 46.11 Selecting previously unselected package libgd3:armhf.
12:57:37 #10 46.11 Preparing to unpack .../187-libgd3_2.3.0-2_armhf.deb ...
12:57:37 #10 46.12 Unpacking libgd3:armhf (2.3.0-2) ...
12:57:37  debian/rules clean
12:57:37 dh clean --with=bash-completion
12:57:37    dh_clean
12:57:37 #14 DONE 2.3s
12:57:37 
12:57:37 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:57:37 #15 DONE 0.0s
12:57:37 
12:57:37 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:57:37 #16 DONE 0.0s
12:57:37 
12:57:37 #17 exporting to image
12:57:37 #17 exporting layers
12:57:37 #12 9.058 Selecting previously unselected package g++.
12:57:37 #12 3.711    dh_link
12:57:37 #12 3.749    dh_strip_nondeterminism
12:57:37 #12 3.818    dh_compress
12:57:37 #14 28.52   Installing       : libxcrypt-static-4.1.1-6.el8.x86_64                  54/90 
12:57:37 #14 28.65   Installing       : xkeyboard-config-2.28-1.el8.noarch                   55/90 
12:57:37 #14 28.68   Installing       : libxkbcommon-0.9.1-1.el8.x86_64                      56/90 
12:57:37 #14 28.73   Upgrading        : systemd-pam-239-70.el8.x86_64                        57/90 
12:57:37 #10 57.43 Selecting previously unselected package pbzip2.
12:57:37 #10 57.43 Preparing to unpack .../372-pbzip2_1.1.13-1_armhf.deb ...
12:57:37 #10 57.44 Unpacking pbzip2 (1.1.13-1) ...
12:57:37 #10 57.47 Selecting previously unselected package pixz.
12:57:37 #10 57.48 Preparing to unpack .../373-pixz_1.0.7-2_armhf.deb ...
12:57:37 #10 57.48 Unpacking pixz (1.0.7-2) ...
12:57:37 #10 57.52 Selecting previously unselected package xdelta.
12:57:37 #10 57.52 Preparing to unpack .../374-xdelta_1.1.3-10.4_armhf.deb ...
12:57:37 #10 57.53 Unpacking xdelta (1.1.3-10.4) ...
12:57:37 #10 57.56 Selecting previously unselected package xdelta3.
12:57:37 #10 57.56 Preparing to unpack .../375-xdelta3_3.0.11-dfsg-1.2_armhf.deb ...
12:57:37 #10 57.57 Unpacking xdelta3 (3.0.11-dfsg-1.2) ...
12:57:37 #10 57.64 Selecting previously unselected package pristine-tar.
12:57:37 #10 57.65 Preparing to unpack .../376-pristine-tar_1.50_armhf.deb ...
12:57:37 #10 57.65 Unpacking pristine-tar (1.50) ...
12:57:37 #12 3.620 (34/95): pcre2-devel-10.40-1.fc37.1.x86_64.rpm   22 MB/s | 505 kB     00:00    
12:57:37 #12 3.626 (35/95): pcre2-utf16-10.40-1.fc37.1.x86_64.rpm   10 MB/s | 216 kB     00:00    
12:57:37 #12 3.631 (36/95): pcre2-utf32-10.40-1.fc37.1.x86_64.rpm   19 MB/s | 203 kB     00:00    
12:57:37 #12 3.634 (37/95): perl-Error-0.17029-10.fc37.noarch.rpm  3.0 MB/s |  41 kB     00:00    
12:57:37 #12 3.637 (38/95): perl-File-Compare-1.100.700-492.fc37.n 1.6 MB/s |  16 kB     00:00    
12:57:37 #12 3.640 (39/95): perl-File-Find-1.40-492.fc37.noarch.rp 5.3 MB/s |  28 kB     00:00    
12:57:37 #12 3.646 (40/95): perl-TermReadKey-2.38-14.fc37.x86_64.r 4.2 MB/s |  36 kB     00:00    
12:57:37 #12 3.650 (41/95): perl-File-Copy-2.39-492.fc37.noarch.rp 1.5 MB/s |  23 kB     00:00    
12:57:37 #12 3.652 (42/95): perl-Thread-Queue-3.14-489.fc37.noarch 1.8 MB/s |  21 kB     00:00    
12:57:37 #12 3.655 (43/95): perl-lib-0.65-492.fc37.x86_64.rpm      2.0 MB/s |  18 kB     00:00    
12:57:37 #12 3.658 (44/95): perl-threads-shared-1.64-489.fc37.x86_ 8.1 MB/s |  44 kB     00:00    
12:57:37 #12 3.665 (45/95): policycoreutils-3.4-6.fc37.x86_64.rpm   25 MB/s | 238 kB     00:00    
12:57:37 #12 3.672 (46/95): policycoreutils-devel-3.4-6.fc37.x86_6  11 MB/s | 150 kB     00:00    
12:57:37 #12 3.676 (47/95): perl-threads-2.27-489.fc37.x86_64.rpm  2.5 MB/s |  57 kB     00:00    
12:57:37 #12 3.680 (48/95): policycoreutils-python-utils-3.4-6.fc3 5.4 MB/s |  80 kB     00:00    
12:57:37 #12 3.684 (49/95): python3-audit-3.0.9-1.fc37.x86_64.rpm  7.5 MB/s |  86 kB     00:00    
12:57:37 #12 3.691 (50/95): python3-libselinux-3.4-5.fc37.x86_64.r  14 MB/s | 194 kB     00:00    
12:57:37 #12 3.699 (51/95): python3-libsemanage-3.4-5.fc37.x86_64. 5.7 MB/s |  83 kB     00:00    
12:57:37 #12 3.768 (52/95): python3-policycoreutils-3.4-6.fc37.noa  27 MB/s | 2.2 MB     00:00    
12:57:37 #12 3.774 (53/95): python3-setools-4.4.0-9.fc37.x86_64.rp 7.3 MB/s | 618 kB     00:00    
12:57:37 #12 3.789 (54/95): python3-setuptools-62.6.0-2.fc37.noarc  19 MB/s | 1.6 MB     00:00    
12:57:37 #12 3.794 (55/95): rhash-1.4.2-3.fc37.x86_64.rpm           11 MB/s | 185 kB     00:00    
12:57:37 #12 3.797 (56/95): qrencode-libs-4.1.1-3.fc37.x86_64.rpm  3.0 MB/s |  61 kB     00:00    
12:57:37 #12 3.800 (57/95): rpm-plugin-selinux-4.18.0-1.fc37.x86_6 2.0 MB/s |  20 kB     00:00    
12:57:37 #12 3.856 (58/95): util-linux-2.38.1-1.fc37.x86_64.rpm     38 MB/s | 2.3 MB     00:00    
12:57:37 #12 3.860 (59/95): which-2.21-35.fc37.x86_64.rpm          752 kB/s |  41 kB     00:00    
12:57:37 #12 3.863 (60/95): annobin-docs-10.92-1.fc37.noarch.rpm   1.5 MB/s |  92 kB     00:00    
12:57:37 #12 3.874 (61/95): annobin-plugin-gcc-10.92-1.fc37.x86_64  52 MB/s | 888 kB     00:00    
12:57:37 #12 0.737 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:57:37 #12 0.738 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:57:37 #12 0.738 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:57:37 #13 59.68   Installing : libcgroup-0.41-21.el7.aarch64                              15/65 
12:57:37 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc
12:57:37  debian/rules build
12:57:37 dh build --with=bash-completion
12:57:37    dh_update_autotools_config
12:57:37    dh_autoreconf
12:57:37    debian/rules override_dh_auto_build
12:57:37 make[1]: Entering directory '/root/build-deb'
12:57:37 # Build the daemon and dependencies
12:57:37 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:57:37 
12:57:37 Removing bundles/
12:57:37 
12:57:37 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:37 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:57:37 #10 46.16 Selecting previously unselected package libc-devtools.
12:57:37 #10 46.17 Preparing to unpack .../188-libc-devtools_2.31-13+deb11u5_armhf.deb ...
12:57:37 #10 46.18 Unpacking libc-devtools (2.31-13+deb11u5) ...
12:57:37 #10 46.28 Selecting previously unselected package libcapture-tiny-perl.
12:57:37 #10 46.29 Preparing to unpack .../189-libcapture-tiny-perl_0.48-1_all.deb ...
12:57:37 #10 46.30 Unpacking libcapture-tiny-perl (0.48-1) ...
12:57:37 #10 46.37 Selecting previously unselected package libclass-data-inheritable-perl.
12:57:37 #10 46.38 Preparing to unpack .../190-libclass-data-inheritable-perl_0.08-3_all.deb ...
12:57:37 #10 46.38 Unpacking libclass-data-inheritable-perl (0.08-3) ...
12:57:37 #10 46.41 Selecting previously unselected package libclass-inspector-perl.
12:57:37 #10 46.42 Preparing to unpack .../191-libclass-inspector-perl_1.36-1_all.deb ...
12:57:37 #10 46.42 Unpacking libclass-inspector-perl (1.36-1) ...
12:57:37 #10 46.45 Selecting previously unselected package libclass-xsaccessor-perl.
12:57:37 #10 46.46 Preparing to unpack .../192-libclass-xsaccessor-perl_1.19-3+b7_armhf.deb ...
12:57:37 #10 46.46 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
12:57:38  dpkg-source -I.git -b .
12:57:38 #12 9.060 Preparing to unpack .../02-g++_4%3a8.3.0-1+rpi2_armhf.deb ...
12:57:38 #12 9.067 Unpacking g++ (4:8.3.0-1+rpi2) ...
12:57:38 #12 9.096 Selecting previously unselected package build-essential.
12:57:38 #12 9.100 Preparing to unpack .../03-build-essential_12.6_armhf.deb ...
12:57:38 #12 9.104 Unpacking build-essential (12.6) ...
12:57:38 #12 9.149 Selecting previously unselected package bash-completion.
12:57:38 #12 9.150 Preparing to unpack .../04-bash-completion_1%3a2.8-6_all.deb ...
12:57:38 #12 3.860    dh_fixperms
12:57:38 #12 3.906    dh_missing
12:57:38 #12 3.936    dh_installdeb
12:57:38 #12 3.974    dh_gencontrol
12:57:38 #12 4.098    dh_md5sums
12:57:38 #12 4.138    dh_builddeb
12:57:38 #12 4.168 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:57:38 #12 4.189  dpkg-genbuildinfo --build=binary
12:57:38 #12 6.462 Selecting previously unselected package dh-apparmor.
12:57:38 #12 6.465 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ...
12:57:38 #12 6.469 Unpacking dh-apparmor (2.13.2-10) ...
12:57:38 #12 6.504 Selecting previously unselected package dmsetup.
12:57:38 #12 6.507 Preparing to unpack .../10-dmsetup_2%3a1.02.155-3_amd64.deb ...
12:57:38 #12 6.512 Unpacking dmsetup (2:1.02.155-3) ...
12:57:38 #12 6.556 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:57:38 #12 6.559 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
12:57:38 #12 6.563 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
12:57:38 #12 6.611 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:57:38 #12 6.615 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
12:57:38 #12 6.618 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
12:57:38 #12 6.662 Selecting previously unselected package libudev-dev:amd64.
12:57:38 #18 exporting layers 2.6s done
12:57:38 #18 writing image sha256:e599bec8081b366e603cdc38e2555775ecd341e99043e5186ec5d84f954fd469 done
12:57:38 #18 naming to docker.io/debbuild-ubuntu-kinetic/aarch64 done
12:57:38 #18 DONE 2.6s
12:57:38 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/ubuntu-kinetic:/build  debbuild-ubuntu-kinetic/aarch64
12:57:38 #10 57.72 Selecting previously unselected package publicsuffix.
12:57:38 #10 57.72 Preparing to unpack .../377-publicsuffix_20221208.1942-1_all.deb ...
12:57:38 #10 57.73 Unpacking publicsuffix (20221208.1942-1) ...
12:57:38 #10 57.78 Selecting previously unselected package python-apt-common.
12:57:38 #10 57.79 Preparing to unpack .../378-python-apt-common_2.5.2_all.deb ...
12:57:38 #10 57.79 Unpacking python-apt-common (2.5.2) ...
12:57:38 #10 57.85 Selecting previously unselected package python3-apt.
12:57:38 #10 57.85 Preparing to unpack .../379-python3-apt_2.5.2+b1_armhf.deb ...
12:57:38 #10 57.86 Unpacking python3-apt (2.5.2+b1) ...
12:57:38 #12 3.898 (62/95): autoconf-2.71-4.fc37.noarch.rpm         22 MB/s | 733 kB     00:00    
12:57:38 #12 3.924 (63/95): cmake-data-3.25.2-1.fc37.noarch.rpm     48 MB/s | 2.2 MB     00:00    
12:57:38 #12 3.959 (64/95): cmake-3.25.2-1.fc37.x86_64.rpm          73 MB/s | 6.8 MB     00:00    
12:57:38 #12 3.962 (65/95): cmake-filesystem-3.25.2-1.fc37.x86_64. 276 kB/s |  17 kB     00:00    
12:57:38 #12 3.966 (66/95): cmake-rpm-macros-3.25.2-1.fc37.noarch. 402 kB/s |  16 kB     00:00    
12:57:38 #12 3.970 (67/95): dbus-1.14.4-1.fc37.x86_64.rpm          1.1 MB/s | 7.8 kB     00:00    
12:57:38 #12 4.002 (68/95): dbus-common-1.14.4-1.fc37.noarch.rpm   416 kB/s |  15 kB     00:00    
12:57:38 #13 60.01   Installing : rsync-3.1.2-12.el7_9.aarch64                               16/65 
12:57:38 #12 7.636 Selecting previously unselected package dh-apparmor.
12:57:38 #10 46.50 Selecting previously unselected package libclone-perl.
12:57:38 #10 46.51 Preparing to unpack .../193-libclone-perl_0.45-1+b1_armhf.deb ...
12:57:38 #10 46.51 Unpacking libclone-perl (0.45-1+b1) ...
12:57:38 #10 46.55 Selecting previously unselected package libcommon-sense-perl.
12:57:38 #10 46.55 Preparing to unpack .../194-libcommon-sense-perl_3.75-1+b4_armhf.deb ...
12:57:38 #10 46.56 Unpacking libcommon-sense-perl (3.75-1+b4) ...
12:57:38 #10 46.60 Selecting previously unselected package libconfig-tiny-perl.
12:57:38 #10 46.60 Preparing to unpack .../195-libconfig-tiny-perl_2.26-1_all.deb ...
12:57:38 #10 46.60 Unpacking libconfig-tiny-perl (2.26-1) ...
12:57:38 #10 46.64 Selecting previously unselected package libparams-util-perl.
12:57:38 #10 46.64 Preparing to unpack .../196-libparams-util-perl_1.102-1+b1_armhf.deb ...
12:57:38 #10 46.65 Unpacking libparams-util-perl (1.102-1+b1) ...
12:57:38 #10 46.69 Selecting previously unselected package libsub-install-perl.
12:57:38 #10 46.69 Preparing to unpack .../197-libsub-install-perl_0.928-1.1_all.deb ...
12:57:38 #10 46.70 Unpacking libsub-install-perl (0.928-1.1) ...
12:57:38 #16 exporting layers 5.1s done
12:57:38 #16 writing image sha256:80d3378629dcaa789742c65c5be0f6f3a823fff79d885ddf518eedf2adcf3f02 done
12:57:38 #16 naming to docker.io/rpmbuild-centos-9/x86_64 done
12:57:38 #16 DONE 5.1s
12:57:38 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/centos-9/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/centos-9/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-9/x86_64 -ba --define '_gitcommit_cli ab4ef4a' --define '_gitcommit_engine 1141704' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.16.0' --define '_compose_version v2.16.0' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  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
12:57:38 warning: line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:57:38 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:57:38 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:57:38 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:57:38 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:57:38 dpkg-source: warning: native package version may not have a revision
12:57:38 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:57:38 dpkg-source: info: using source format '1.0'
12:57:38 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz
12:57:38 #12 6.665 Preparing to unpack .../13-libudev-dev_241-7~deb10u8_amd64.deb ...
12:57:38 #12 6.674 Unpacking libudev-dev:amd64 (241-7~deb10u8) ...
12:57:38 #12 6.719 Selecting previously unselected package libsepol1-dev:amd64.
12:57:38 #12 6.722 Preparing to unpack .../14-libsepol1-dev_2.8-1_amd64.deb ...
12:57:38 #12 6.727 Unpacking libsepol1-dev:amd64 (2.8-1) ...
12:57:38 #12 6.797 Selecting previously unselected package libpcre16-3:amd64.
12:57:38 #12 6.800 Preparing to unpack .../15-libpcre16-3_2%3a8.39-12_amd64.deb ...
12:57:38 #12 6.804 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
12:57:38 #12 6.858 Selecting previously unselected package libpcre32-3:amd64.
12:57:38 #12 6.858 Preparing to unpack .../16-libpcre32-3_2%3a8.39-12_amd64.deb ...
12:57:38 #12 6.862 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
12:57:38 #12 6.913 Selecting previously unselected package libpcrecpp0v5:amd64.
12:57:38 #10 57.91 Selecting previously unselected package python3-certifi.
12:57:38 #10 57.92 Preparing to unpack .../380-python3-certifi_2022.9.24-1_all.deb ...
12:57:38 #10 57.92 Unpacking python3-certifi (2022.9.24-1) ...
12:57:38 #10 58.00 Selecting previously unselected package python3-charset-normalizer.
12:57:38 #10 58.00 Preparing to unpack .../381-python3-charset-normalizer_3.0.1-2_all.deb ...
12:57:38 #10 58.01 Unpacking python3-charset-normalizer (3.0.1-2) ...
12:57:38 #10 58.05 Selecting previously unselected package python3-idna.
12:57:38 #10 58.06 Preparing to unpack .../382-python3-idna_3.3-1_all.deb ...
12:57:38 #10 58.06 Unpacking python3-idna (3.3-1) ...
12:57:38 #10 58.10 Selecting previously unselected package python3-magic.
12:57:38 #10 58.11 Preparing to unpack .../383-python3-magic_2%3a0.4.26-3_all.deb ...
12:57:38 #10 58.11 Unpacking python3-magic (2:0.4.26-3) ...
12:57:38 #12 4.060 (69/95): cpp-12.2.1-4.fc37.x86_64.rpm           108 MB/s |  11 MB     00:00    
12:57:38 #12 4.072 (70/95): gcc-plugin-annobin-12.2.1-4.fc37.x86_6 781 kB/s |  53 kB     00:00    
12:57:38 #12 4.092 (71/95): git-2.39.1-1.fc37.x86_64.rpm           2.3 MB/s |  66 kB     00:00    
12:57:38 #12 4.146 (72/95): git-core-2.39.1-1.fc37.x86_64.rpm       61 MB/s | 4.2 MB     00:00    
12:57:38 #12 4.173 (73/95): git-core-doc-2.39.1-1.fc37.noarch.rpm   36 MB/s | 2.8 MB     00:00    
12:57:38 #12 4.182 (74/95): glibc-devel-2.36-9.fc37.x86_64.rpm     2.8 MB/s | 102 kB     00:00    
12:57:38 #12 4.204 (75/95): glibc-headers-x86-2.36-9.fc37.noarch.r  21 MB/s | 581 kB     00:00    
12:57:38 #12 4.232 (76/95): glibc-static-2.36-9.fc37.x86_64.rpm     42 MB/s | 1.9 MB     00:00    
12:57:38 #12 4.257 (77/95): kernel-headers-6.1.5-200.fc37.x86_64.r  31 MB/s | 1.5 MB     00:00    
12:57:38 #12 4.399 (78/95): gcc-12.2.1-4.fc37.x86_64.rpm            78 MB/s |  33 MB     00:00    
12:57:38 #14 28.74   Running scriptlet: systemd-239-70.el8.x86_64                            58/90 
12:57:38 #14 29.26   Upgrading        : systemd-239-70.el8.x86_64                            58/90 
12:57:38 #14 29.30   Running scriptlet: systemd-239-70.el8.x86_64                            58/90 
12:57:38 #14 29.36   Upgrading        : device-mapper-libs-8:1.02.181-9.el8.x86_64           59/90 
12:57:38 #14 29.39   Upgrading        : device-mapper-8:1.02.181-9.el8.x86_64                60/90 
12:57:38 #13 60.33   Installing : libselinux-utils-2.5-15.el7.aarch64                        17/65 
12:57:38 #13 60.45   Installing : policycoreutils-2.5-34.el7.aarch64                         18/65 
12:57:38 #12 7.640 Preparing to unpack .../dh-apparmor_3.0.8-2_all.deb ...
12:57:38 #12 7.646 Unpacking dh-apparmor (3.0.8-2) ...
12:57:38 #12 7.693 Preparing to unpack .../libudev1_252.5-2_amd64.deb ...
12:57:38 #12 7.704 Unpacking libudev1:amd64 (252.5-2) over (252.4-2) ...
12:57:38 #12 7.761 Setting up libudev1:amd64 (252.5-2) ...
12:57:38 #12 7.805 Selecting previously unselected package dmsetup.
12:57:38 #12 7.805 (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 ... 34029 files and directories currently installed.)
12:57:38 #12 7.827 Preparing to unpack .../00-dmsetup_2%3a1.02.185-2_amd64.deb ...
12:57:38 #12 7.830 Unpacking dmsetup (2:1.02.185-2) ...
12:57:38 #12 7.874 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:57:38 #10 46.74 Selecting previously unselected package libdata-optlist-perl.
12:57:38 #10 46.75 Preparing to unpack .../198-libdata-optlist-perl_0.110-1.1_all.deb ...
12:57:38 #10 46.75 Unpacking libdata-optlist-perl (0.110-1.1) ...
12:57:38 #10 46.81 Selecting previously unselected package libsub-exporter-perl.
12:57:38 #10 46.81 Preparing to unpack .../199-libsub-exporter-perl_0.987-1_all.deb ...
12:57:38 #10 46.82 Unpacking libsub-exporter-perl (0.987-1) ...
12:57:38 #10 46.87 Selecting previously unselected package libconst-fast-perl.
12:57:38 #10 46.87 Preparing to unpack .../200-libconst-fast-perl_0.014-1.1_all.deb ...
12:57:38 #10 46.88 Unpacking libconst-fast-perl (0.014-1.1) ...
12:57:38 #10 46.92 Selecting previously unselected package libwant-perl.
12:57:38 #10 46.92 Preparing to unpack .../201-libwant-perl_0.29-1+b6_armhf.deb ...
12:57:38 #10 46.92 Unpacking libwant-perl (0.29-1+b6) ...
12:57:38 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ZHGBAH
12:57:38 + umask 022
12:57:38 + cd /root/rpmbuild/BUILD
12:57:38 + cd /root/rpmbuild/BUILD
12:57:38 + rm -rf src
12:57:38 + /usr/bin/mkdir -p src
12:57:38 + cd src
12:57:38 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:57:38 + /usr/bin/tar -xof -
12:57:38 #12 6.916 Preparing to unpack .../17-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
12:57:38 #12 6.920 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
12:57:38 #12 6.954 Selecting previously unselected package libpcre3-dev:amd64.
12:57:38 #12 6.957 Preparing to unpack .../18-libpcre3-dev_2%3a8.39-12_amd64.deb ...
12:57:38 #12 6.962 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
12:57:38 #12 7.056 Selecting previously unselected package libselinux1-dev:amd64.
12:57:38 #12 7.059 Preparing to unpack .../19-libselinux1-dev_2.8-1+b1_amd64.deb ...
12:57:38 #12 7.062 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
12:57:38 #12 7.121 Selecting previously unselected package libdevmapper-dev:amd64.
12:57:38 #12 7.121 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
12:57:38 #12 7.125 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
12:57:38 #12 7.157 Selecting previously unselected package libseccomp-dev:amd64.
12:57:38 #12 9.760 Unpacking bash-completion (1:2.8-6) ...
12:57:38 #12 9.901 Selecting previously unselected package cmake-data.
12:57:38 #12 9.901 Preparing to unpack .../05-cmake-data_3.16.3-3~bpo10+1_all.deb ...
12:57:38 #12 4.341  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes
12:57:38 #12 4.429 dpkg-genchanges: info: binary-only upload (no source code included)
12:57:38 #12 4.431  dpkg-source --after-build .
12:57:38 #12 4.543 dpkg-buildpackage: info: binary-only upload (no source included)
12:57:38 #12 4.547 
12:57:38 #12 4.547 The package has been created.
12:57:38 #12 4.547 Attention, the package has been created in the current directory,
12:57:38 #12 4.547 not in ".." as indicated by the message above!
12:57:38 #12 4.569 Selecting previously unselected package docker-ce-build-deps.
12:57:38 #12 4.580 (Reading database ... 17529 files and directories currently installed.)
12:57:38 #12 4.581 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:57:38 #12 4.585 Unpacking docker-ce-build-deps (1.0) ...
12:57:38 #10 58.16 Selecting previously unselected package python3-six.
12:57:38 #10 58.16 Preparing to unpack .../384-python3-six_1.16.0-4_all.deb ...
12:57:38 #10 58.17 Unpacking python3-six (1.16.0-4) ...
12:57:38 #10 58.21 Selecting previously unselected package python3-urllib3.
12:57:38 #10 58.21 Preparing to unpack .../385-python3-urllib3_1.26.12-1_all.deb ...
12:57:38 #10 58.22 Unpacking python3-urllib3 (1.26.12-1) ...
12:57:38 #10 58.27 Selecting previously unselected package python3-requests.
12:57:38 #10 58.28 Preparing to unpack .../386-python3-requests_2.28.1+dfsg-1_all.deb ...
12:57:38 #10 58.28 Unpacking python3-requests (2.28.1+dfsg-1) ...
12:57:38 #10 58.33 Selecting previously unselected package python3-unidiff.
12:57:38 #10 58.33 Preparing to unpack .../387-python3-unidiff_0.7.3-1_all.deb ...
12:57:38 #10 58.33 Unpacking python3-unidiff (0.7.3-1) ...
12:57:38 #14 29.48   Installing       : systemd-devel-239-70.el8.x86_64                      61/90 
12:57:38 #12 4.402 (79/95): libedit-3.1-43.20221009cvs.fc37.x86_64 636 kB/s | 106 kB     00:00    
12:57:38 #12 4.406 (80/95): libxcrypt-devel-4.4.33-4.fc37.x86_64.r 202 kB/s |  30 kB     00:00    
12:57:38 #12 4.409 (81/95): perl-Git-2.39.1-1.fc37.noarch.rpm      6.8 MB/s |  43 kB     00:00    
12:57:38 #12 4.414 (82/95): selinux-policy-37.19-1.fc37.noarch.rpm 7.1 MB/s |  51 kB     00:00    
12:57:38 #12 4.418 (83/95): libxcrypt-static-4.4.33-4.fc37.x86_64. 6.6 MB/s | 104 kB     00:00    
12:57:38 #12 4.432 (84/95): selinux-policy-devel-37.19-1.fc37.noar  40 MB/s | 887 kB     00:00    
12:57:38 #12 4.504 (85/95): systemd-251.10-588.fc37.x86_64.rpm      51 MB/s | 4.2 MB     00:00    
12:57:38 #12 4.513 (86/95): systemd-devel-251.10-588.fc37.x86_64.r 7.3 MB/s | 579 kB     00:00    
12:57:38 #12 4.537 (87/95): systemd-networkd-251.10-588.fc37.x86_6  20 MB/s | 616 kB     00:00    
12:57:38 #12 4.571 (88/95): selinux-policy-targeted-37.19-1.fc37.n  42 MB/s | 6.6 MB     00:00    
12:57:38 #12 4.576 (89/95): systemd-pam-251.10-588.fc37.x86_64.rpm 5.5 MB/s | 334 kB     00:00    
12:57:38 #12 4.582 (90/95): systemd-resolved-251.10-588.fc37.x86_6 6.3 MB/s | 282 kB     00:00    
12:57:38 #12 4.586 (91/95): vim-filesystem-9.0.1262-1.fc37.noarch. 2.1 MB/s |  18 kB     00:00    
12:57:38 #12 4.589 (92/95): systemd-rpm-macros-251.10-588.fc37.noa 2.5 MB/s |  30 kB     00:00    
12:57:38 #12 4.594 (93/95): libxcrypt-4.4.33-4.fc37.x86_64.rpm      15 MB/s | 120 kB     00:00    
12:57:38 #12 4.606 (94/95): xkeyboard-config-2.36-3.fc37.noarch.rp  40 MB/s | 957 kB     00:00    
12:57:38 + set -e
12:57:38 + mkdir -p /root/build-deb/engine
12:57:38 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:57:38 #12 7.878 Preparing to unpack .../01-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ...
12:57:38 #12 7.881 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
12:57:38 #12 7.929 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:57:38 #12 7.933 Preparing to unpack .../02-libdevmapper-event1.02.1_2%3a1.02.185-2_amd64.deb ...
12:57:38 #12 7.936 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.185-2) ...
12:57:38 #12 7.965 Selecting previously unselected package libudev-dev:amd64.
12:57:38 #12 7.968 Preparing to unpack .../03-libudev-dev_252.5-2_amd64.deb ...
12:57:38 #12 7.972 Unpacking libudev-dev:amd64 (252.5-2) ...
12:57:38 #12 8.017 Selecting previously unselected package libsepol-dev:amd64.
12:57:38 #12 8.020 Preparing to unpack .../04-libsepol-dev_3.4-2_amd64.deb ...
12:57:38 #12 8.024 Unpacking libsepol-dev:amd64 (3.4-2) ...
12:57:38 #12 8.092 Selecting previously unselected package libpcre2-16-0:amd64.
12:57:38 #12 8.092 Preparing to unpack .../05-libpcre2-16-0_10.42-1_amd64.deb ...
12:57:38 #12 8.096 Unpacking libpcre2-16-0:amd64 (10.42-1) ...
12:57:38 #12 8.151 Selecting previously unselected package libpcre2-32-0:amd64.
12:57:38 #10 46.97 Selecting previously unselected package libcontextual-return-perl.
12:57:38 #10 46.97 Preparing to unpack .../202-libcontextual-return-perl_0.004014-2_all.deb ...
12:57:38 #10 46.98 Unpacking libcontextual-return-perl (0.004014-2) ...
12:57:38 #10 47.02 Selecting previously unselected package libconvert-binhex-perl.
12:57:38 #10 47.02 Preparing to unpack .../203-libconvert-binhex-perl_1.125-1_all.deb ...
12:57:38 #10 47.03 Unpacking libconvert-binhex-perl (1.125-1) ...
12:57:38 #10 47.06 Selecting previously unselected package libcpanel-json-xs-perl.
12:57:38 #10 47.06 Preparing to unpack .../204-libcpanel-json-xs-perl_4.25-1+b1_armhf.deb ...
12:57:38 #10 47.07 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
12:57:38 #10 47.12 Selecting previously unselected package libdevel-stacktrace-perl.
12:57:38 #10 47.12 Preparing to unpack .../205-libdevel-stacktrace-perl_2.0400-1_all.deb ...
12:57:38 #10 47.13 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
12:57:38 #10 47.16 Selecting previously unselected package libexception-class-perl.
12:57:38 #10 47.16 Preparing to unpack .../206-libexception-class-perl_1.44-1_all.deb ...
12:57:38 #10 47.17 Unpacking libexception-class-perl (1.44-1) ...
12:57:38 #10 47.21 Selecting previously unselected package libiterator-perl.
12:57:38 #10 47.21 Preparing to unpack .../207-libiterator-perl_0.03+ds1-1.1_all.deb ...
12:57:38 #10 47.22 Unpacking libiterator-perl (0.03+ds1-1.1) ...
12:57:38 #10 47.25 Selecting previously unselected package libiterator-util-perl.
12:57:38 #10 47.25 Preparing to unpack .../208-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
12:57:38 #12 0.992 Reading package lists...
12:57:38 #10 69.44 --------------------------------------------------------------------------------
12:57:38 #10 69.44 Total                                              435 kB/s |  18 MB  00:42     
12:57:38 #10 69.45 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
12:57:38 #10 69.45 Importing GPG key 0xF4A80EB5:
12:57:38 #10 69.45  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
12:57:38 #10 69.45  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
12:57:38 #10 69.45  Package    : centos-release-7-9.2009.0.el7.centos.x86_64 (@CentOS)
12:57:38 #10 69.45  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
12:57:38 #10 69.49 Running transaction check
12:57:38 #10 69.53 Running transaction test
12:57:38 #10 69.57 Transaction test succeeded
12:57:38 #10 69.57 Running transaction
12:57:38 #10 69.65   Updating   : rpm-libs-4.11.3-48.el7_9.x86_64                             1/52 
12:57:38 #10 70.25   Updating   : rpm-4.11.3-48.el7_9.x86_64                                  2/52 
12:57:38 #10 70.28   Updating   : rpm-build-libs-4.11.3-48.el7_9.x86_64                       3/52 
12:57:38 #10 70.93   Installing : groff-base-1.22.2-8.el7.x86_64                              4/52 
12:57:38 #10 70.96   Installing : bzip2-1.0.6-13.el7.x86_64                                   5/52 
12:57:38 #10 70.97   Installing : 1:perl-parent-0.225-244.el7.noarch                          6/52 
12:57:38 #10 70.99   Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           7/52 
12:57:38 #10 71.02   Installing : perl-podlators-2.5.1-3.el7.noarch                           8/52 
12:57:38 #10 71.04   Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                          9/52 
12:57:38 #10 71.06   Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   10/52 
12:57:38 #10 71.31   Installing : perl-Encode-2.51-7.el7.x86_64                              11/52 
12:57:38 #10 71.33   Installing : perl-Text-ParseWords-3.29-4.el7.noarch                     12/52 
12:57:38 #10 71.35   Installing : perl-Pod-Usage-1.63-3.el7.noarch                           13/52 
12:57:38 #10 71.36   Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64                      14/52 
12:57:38 #10 71.38   Installing : perl-threads-1.87-4.el7.x86_64                             15/52 
12:57:38 #10 71.40   Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      16/52 
12:57:38 #10 71.42   Installing : perl-Exporter-5.68-3.el7.noarch                            17/52 
12:57:38 #10 71.43   Installing : perl-constant-1.27-2.el7.noarch                            18/52 
12:57:38 #10 71.45   Installing : perl-Socket-2.010-5.el7.x86_64                             19/52 
12:57:38 #10 71.46   Installing : perl-Time-Local-1.2300-2.el7.noarch                        20/52 
12:57:38 #10 71.48   Installing : perl-Carp-1.26-244.el7.noarch                              21/52 
12:57:38 #10 71.50   Installing : perl-Storable-2.45-3.el7.x86_64                            22/52 
12:57:38 #10 71.51   Installing : perl-threads-shared-1.43-6.el7.x86_64                      23/52 
12:57:38 #10 71.53   Installing : perl-PathTools-3.40-5.el7.x86_64                           24/52 
12:57:38 #10 71.55   Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 25/52 
12:57:38 #10 71.59   Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        26/52 
12:57:38 #10 71.61   Installing : perl-File-Temp-0.23.01-3.el7.noarch                        27/52 
12:57:38 #10 71.63   Installing : perl-File-Path-2.09-2.el7.noarch                           28/52 
12:57:38 #10 71.65   Installing : perl-Filter-1.49-3.el7.x86_64                              29/52 
12:57:38 #12 7.160 Preparing to unpack .../21-libseccomp-dev_2.3.3-4_amd64.deb ...
12:57:38 #12 7.164 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
12:57:38 #12 7.202 Selecting previously unselected package libsystemd-dev:amd64.
12:57:38 #12 7.203 Preparing to unpack .../22-libsystemd-dev_241-7~deb10u8_amd64.deb ...
12:57:38 #12 7.207 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ...
12:57:38 #12 7.309 Selecting previously unselected package pkg-config.
12:57:38 #12 7.309 Preparing to unpack .../23-pkg-config_0.29-6_amd64.deb ...
12:57:38 #12 7.314 Unpacking pkg-config (0.29-6) ...
12:57:38 #12 7.359 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
12:57:38 #12 7.369 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
12:57:38 #12 7.384 Setting up libpcre16-3:amd64 (2:8.39-12) ...
12:57:38 #12 7.395 Setting up libarchive13:amd64 (3.3.3-4+deb10u3) ...
12:57:38 #12 7.406 Setting up libprocps7:amd64 (2:3.3.15-2) ...
12:57:38 #12 7.417 Setting up libsepol1-dev:amd64 (2.8-1) ...
12:57:38 #12 9.906 Unpacking cmake-data (3.16.3-3~bpo10+1) ...
12:57:38 #10 58.38 Selecting previously unselected package shared-mime-info.
12:57:38 #10 58.38 Preparing to unpack .../388-shared-mime-info_2.2-1_armhf.deb ...
12:57:38 #10 58.39 Unpacking shared-mime-info (2.2-1) ...
12:57:38 #10 58.54 Selecting previously unselected package strace.
12:57:38 #10 58.54 Preparing to unpack .../389-strace_6.1-0.1_armhf.deb ...
12:57:38 #10 58.55 Unpacking strace (6.1-0.1) ...
12:57:38 #14 29.50   Installing       : vim-filesystem-2:8.0.1763-19.el8.4.noarch            62/90 
12:57:38 #12 4.613 (95/95): systemd-libs-251.10-588.fc37.x86_64.rp  25 MB/s | 619 kB     00:00    
12:57:38 #12 4.617 --------------------------------------------------------------------------------
12:57:38 #12 4.618 Total                                            50 MB/s | 103 MB     00:02     
12:57:38 #12 8.155 Preparing to unpack .../06-libpcre2-32-0_10.42-1_amd64.deb ...
12:57:38 #12 8.159 Unpacking libpcre2-32-0:amd64 (10.42-1) ...
12:57:38 #12 8.212 Selecting previously unselected package libpcre2-posix3:amd64.
12:57:38 #12 8.216 Preparing to unpack .../07-libpcre2-posix3_10.42-1_amd64.deb ...
12:57:38 #12 8.219 Unpacking libpcre2-posix3:amd64 (10.42-1) ...
12:57:38 #12 8.251 Selecting previously unselected package libpcre2-dev:amd64.
12:57:38 #12 8.255 Preparing to unpack .../08-libpcre2-dev_10.42-1_amd64.deb ...
12:57:38 #12 8.258 Unpacking libpcre2-dev:amd64 (10.42-1) ...
12:57:38 #12 8.354 Selecting previously unselected package libselinux1-dev:amd64.
12:57:38 #12 8.357 Preparing to unpack .../09-libselinux1-dev_3.4-1+b5_amd64.deb ...
12:57:38 #10 47.26 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
12:57:38 #10 47.30 Selecting previously unselected package libexporter-tiny-perl.
12:57:38 #10 47.30 Preparing to unpack .../209-libexporter-tiny-perl_1.002002-1_all.deb ...
12:57:38 #10 47.31 Unpacking libexporter-tiny-perl (1.002002-1) ...
12:57:38 #10 47.36 Selecting previously unselected package liblist-moreutils-xs-perl.
12:57:38 #10 47.36 Preparing to unpack .../210-liblist-moreutils-xs-perl_0.430-2_armhf.deb ...
12:57:38 #10 47.37 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
12:57:38 #10 47.40 Selecting previously unselected package liblist-moreutils-perl.
12:57:38 #10 47.41 Preparing to unpack .../211-liblist-moreutils-perl_0.430-2_all.deb ...
12:57:38 #10 47.41 Unpacking liblist-moreutils-perl (0.430-2) ...
12:57:38 #10 47.45 Selecting previously unselected package libdata-dpath-perl.
12:57:38 #10 47.45 Preparing to unpack .../212-libdata-dpath-perl_0.58-1_all.deb ...
12:57:38 #10 47.45 Unpacking libdata-dpath-perl (0.58-1) ...
12:57:38 #10 47.49 Selecting previously unselected package libdata-dump-perl.
12:57:38 #10 47.49 Preparing to unpack .../213-libdata-dump-perl_1.23-1.1_all.deb ...
12:57:38 #12 1.778 dpkg-buildpackage: info: source package docker-ce-build-deps
12:57:38 #12 1.778 dpkg-buildpackage: info: source version 1.0
12:57:38 #12 1.778 dpkg-buildpackage: info: source distribution unstable
12:57:38 #12 1.778 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:57:38 #12 1.813 dpkg-buildpackage: info: host architecture amd64
12:57:38 #12 1.813  dpkg-source --before-build .
12:57:38 #12 1.910  debian/rules clean
12:57:38 #12 1.912 dh clean
12:57:38 #12 1.985    dh_clean
12:57:38 #12 2.017  debian/rules binary
12:57:38 #13 60.49   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                   19/65 
12:57:39 #10 71.73   Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64                        30/52 
12:57:39 + STATUS=0
12:57:39 + '[' 0 -ne 0 ']'
12:57:39 + /usr/bin/tar -xof -
12:57:39 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:57:39 #12 7.428 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ...
12:57:39 #12 7.439 Setting up bash-completion (1:2.8-6) ...
12:57:39 #10 58.64 Selecting previously unselected package xauth.
12:57:39 #10 58.64 Preparing to unpack .../390-xauth_1%3a1.1.2-1_armhf.deb ...
12:57:39 #10 58.65 Unpacking xauth (1:1.1.2-1) ...
12:57:39 #10 58.69 Selecting previously unselected package xdg-user-dirs.
12:57:39 #10 58.70 Preparing to unpack .../391-xdg-user-dirs_0.18-1_armhf.deb ...
12:57:39 #10 58.71 Unpacking xdg-user-dirs (0.18-1) ...
12:57:39 #10 58.77 Selecting previously unselected package zstd.
12:57:39 #10 58.77 Preparing to unpack .../392-zstd_1.5.2+dfsg2-3_armhf.deb ...
12:57:39 #10 58.77 Unpacking zstd (1.5.2+dfsg2-3) ...
12:57:39 #15 DONE 2.3s
12:57:39 
12:57:39 #16 [stage-1 8/9] WORKDIR /root/build-deb
12:57:39 #16 DONE 0.0s
12:57:39 
12:57:39 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
12:57:39 #17 DONE 0.0s
12:57:39 
12:57:39 #18 exporting to image
12:57:39 #18 exporting layers
12:57:39 #12 8.360 Unpacking libselinux1-dev:amd64 (3.4-1+b5) ...
12:57:39 #12 8.420 Selecting previously unselected package libdevmapper-dev:amd64.
12:57:39 #12 8.424 Preparing to unpack .../10-libdevmapper-dev_2%3a1.02.185-2_amd64.deb ...
12:57:39 #12 8.428 Unpacking libdevmapper-dev:amd64 (2:1.02.185-2) ...
12:57:39 #12 8.461 Selecting previously unselected package libseccomp-dev:amd64.
12:57:39 #12 8.465 Preparing to unpack .../11-libseccomp-dev_2.5.4-1+b3_amd64.deb ...
12:57:39 #12 8.468 Unpacking libseccomp-dev:amd64 (2.5.4-1+b3) ...
12:57:39 #12 8.508 Selecting previously unselected package libsystemd-dev:amd64.
12:57:39 #12 8.512 Preparing to unpack .../12-libsystemd-dev_252.5-2_amd64.deb ...
12:57:39 #12 8.517 Unpacking libsystemd-dev:amd64 (252.5-2) ...
12:57:39 #10 47.49 Unpacking libdata-dump-perl (1.23-1.1) ...
12:57:39 #10 47.53 Selecting previously unselected package libdata-messagepack-perl.
12:57:39 #10 47.53 Preparing to unpack .../214-libdata-messagepack-perl_1.00-4+b1_armhf.deb ...
12:57:39 #10 47.54 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
12:57:39 #10 47.58 Selecting previously unselected package libnet-domain-tld-perl.
12:57:39 #10 47.58 Preparing to unpack .../215-libnet-domain-tld-perl_1.75-1.1_all.deb ...
12:57:39 #10 47.58 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
12:57:39 #10 47.63 Selecting previously unselected package libdata-validate-domain-perl.
12:57:39 #10 47.63 Preparing to unpack .../216-libdata-validate-domain-perl_0.10-1.1_all.deb ...
12:57:39 #10 47.63 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
12:57:39 #10 47.67 Selecting previously unselected package libdevel-size-perl.
12:57:39 #10 47.67 Preparing to unpack .../217-libdevel-size-perl_0.83-1+b2_armhf.deb ...
12:57:39 #10 47.67 Unpacking libdevel-size-perl (0.83-1+b2) ...
12:57:39 #10 47.71 Selecting previously unselected package libdistro-info-perl.
12:57:39 #10 47.71 Preparing to unpack .../218-libdistro-info-perl_1.0_all.deb ...
12:57:39 #10 47.71 Unpacking libdistro-info-perl (1.0) ...
12:57:39 #10 47.74 Selecting previously unselected package libemail-address-xs-perl.
12:57:39 #10 47.74 Preparing to unpack .../219-libemail-address-xs-perl_1.04-1+b3_armhf.deb ...
12:57:39 #12 2.019 dh binary
12:57:39 #12 2.084    dh_update_autotools_config
12:57:39 #12 2.111    dh_autoreconf
12:57:39 #12 2.150    create-stamp debian/debhelper-build-stamp
12:57:39 #12 2.150    dh_prep
12:57:39 #12 2.178    dh_install
12:57:39 #12 2.210    dh_installdocs
12:57:39 #12 2.247    dh_installchangelogs
12:57:39 + mkdir -p /root/build-deb/cli
12:57:39 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:57:39 + mkdir -p /root/build-deb/buildx
12:57:39 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:57:39 #13 61.07   Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64                        20/65 
12:57:39 #10 58.93 Setting up liblz1:armhf (1.13-5) ...
12:57:39 #10 58.94 Setting up libksba8:armhf (1.6.3-2) ...
12:57:39 #10 58.96 Setting up media-types (8.0.0) ...
12:57:39 #10 58.98 Setting up libpipeline1:armhf (1.5.7-1) ...
12:57:39 #10 58.99 Setting up plzip (1.10-5) ...
12:57:39 #10 59.00 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip (lzip) in auto mode
12:57:39 #10 59.01 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
12:57:39 #10 59.01 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
12:57:39 #10 59.02 Setting up wdiff (1.2.2-4) ...
12:57:39 #10 59.04 Setting up libaom3:armhf (3.5.0-1) ...
12:57:39 #10 59.06 Setting up libabsl20220623:armhf (20220623.1-1) ...
12:57:39 #10 59.08 Setting up libxau6:armhf (1:1.0.9-1) ...
12:57:39 #10 59.10 Setting up libre2-9:armhf (20220601+dfsg-1+b1) ...
12:57:39 #10 59.12 Setting up libkeyutils1:armhf (1.6.3-2) ...
12:57:39 #12 10.40 Selecting previously unselected package libarchive13:armhf.
12:57:39 #12 10.41 Preparing to unpack .../06-libarchive13_3.3.3-4+deb10u3_armhf.deb ...
12:57:39 #12 10.42 Unpacking libarchive13:armhf (3.3.3-4+deb10u3) ...
12:57:39 #12 10.48 Selecting previously unselected package libjsoncpp1:armhf.
12:57:39 #12 10.49 Preparing to unpack .../07-libjsoncpp1_1.7.4-3_armhf.deb ...
12:57:39 #12 10.49 Unpacking libjsoncpp1:armhf (1.7.4-3) ...
12:57:39 #12 10.53 Selecting previously unselected package librhash0:armhf.
12:57:39 #12 10.54 Preparing to unpack .../08-librhash0_1.3.8-1_armhf.deb ...
12:57:39 #12 10.54 Unpacking librhash0:armhf (1.3.8-1) ...
12:57:39 #12 10.59 Selecting previously unselected package libuv1:armhf.
12:57:39 #12 10.59 Preparing to unpack .../09-libuv1_1.24.1-1+deb10u1_armhf.deb ...
12:57:39 #12 10.60 Unpacking libuv1:armhf (1.24.1-1+deb10u1) ...
12:57:39 #12 10.63 Selecting previously unselected package cmake.
12:57:39 #12 10.64 Preparing to unpack .../10-cmake_3.16.3-3~bpo10+1_armhf.deb ...
12:57:39 #12 10.64 Unpacking cmake (3.16.3-3~bpo10+1) ...
12:57:39 #12 8.630 Selecting previously unselected package libpkgconf3:amd64.
12:57:39 #12 8.633 Preparing to unpack .../13-libpkgconf3_1.8.1-1_amd64.deb ...
12:57:39 #12 8.637 Unpacking libpkgconf3:amd64 (1.8.1-1) ...
12:57:39 #12 8.668 Selecting previously unselected package pkgconf-bin.
12:57:39 #12 8.671 Preparing to unpack .../14-pkgconf-bin_1.8.1-1_amd64.deb ...
12:57:39 #12 8.675 Unpacking pkgconf-bin (1.8.1-1) ...
12:57:39 #12 8.710 Selecting previously unselected package pkgconf:amd64.
12:57:39 #12 8.714 Preparing to unpack .../15-pkgconf_1.8.1-1_amd64.deb ...
12:57:39 #12 8.719 Unpacking pkgconf:amd64 (1.8.1-1) ...
12:57:39 #12 8.755 Selecting previously unselected package pkg-config:amd64.
12:57:39 #12 8.759 Preparing to unpack .../16-pkg-config_1.8.1-1_amd64.deb ...
12:57:39 #12 8.766 Unpacking pkg-config:amd64 (1.8.1-1) ...
12:57:39 #12 8.808 Setting up libseccomp-dev:amd64 (2.5.4-1+b3) ...
12:57:39 #12 8.819 Setting up libpcre2-16-0:amd64 (10.42-1) ...
12:57:39 #12 8.831 Setting up libpcre2-32-0:amd64 (10.42-1) ...
12:57:39 #12 8.841 Setting up libpkgconf3:amd64 (1.8.1-1) ...
12:57:39 #12 8.851 Setting up libuv1:amd64 (1.44.2-1) ...
12:57:39 #12 8.862 Setting up bash-completion (1:2.11-6) ...
12:57:39 #12 8.883 Setting up libproc2-0:amd64 (2:4.0.2-3) ...
12:57:39 #12 8.894 Setting up libjsoncpp25:amd64 (1.9.5-4) ...
12:57:39 #12 8.906 Setting up libudev-dev:amd64 (252.5-2) ...
12:57:39 #12 8.917 Setting up libsepol-dev:amd64 (3.4-2) ...
12:57:39 #12 8.927 Setting up pkgconf-bin (1.8.1-1) ...
12:57:39 #10 47.75 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
12:57:39 #10 47.80 Selecting previously unselected package libfcgi0ldbl:armhf.
12:57:39 #10 47.80 Preparing to unpack .../220-libfcgi0ldbl_2.4.2-2_armhf.deb ...
12:57:39 #10 47.80 Unpacking libfcgi0ldbl:armhf (2.4.2-2) ...
12:57:39 #10 47.84 Selecting previously unselected package libfcgi-bin.
12:57:39 #10 47.84 Preparing to unpack .../221-libfcgi-bin_2.4.2-2_armhf.deb ...
12:57:39 #10 47.85 Unpacking libfcgi-bin (2.4.2-2) ...
12:57:39 #10 47.89 Selecting previously unselected package libfcgi-perl:armhf.
12:57:39 #10 47.89 Preparing to unpack .../222-libfcgi-perl_0.79+ds-2_armhf.deb ...
12:57:39 #10 47.89 Unpacking libfcgi-perl:armhf (0.79+ds-2) ...
12:57:39 #10 47.93 Selecting previously unselected package libipc-system-simple-perl.
12:57:39 #10 47.93 Preparing to unpack .../223-libipc-system-simple-perl_1.30-1_all.deb ...
12:57:39 #10 47.93 Unpacking libipc-system-simple-perl (1.30-1) ...
12:57:39 #10 47.97 Selecting previously unselected package libfile-basedir-perl.
12:57:39 #10 47.97 Preparing to unpack .../224-libfile-basedir-perl_0.08-1_all.deb ...
12:57:39 #12 2.327    dh_perl
12:57:39 #12 2.362    dh_link
12:57:39 #12 2.394    dh_strip_nondeterminism
12:57:39 #12 2.451    dh_compress
12:57:39 #12 2.488    dh_fixperms
12:57:39 #12 2.527    dh_missing
12:57:39 #12 2.551    dh_installdeb
12:57:39 #13 61.36   Installing : libedit-3.0-12.20121213cvs.el7.aarch64                     21/65 
12:57:39 #13 61.66   Installing : libsemanage-python-2.5-14.el7.aarch64                      22/65 
12:57:39 #13 61.71   Installing : libselinux-python-2.5-15.el7.aarch64                       23/65 
12:57:39 #13 61.74   Installing : less-458-9.el7.aarch64                                     24/65 
12:57:39 #13 61.76   Installing : fipscheck-1.4.1-6.el7.aarch64                              25/65 
12:57:39 #23 DONE 68.8s
12:57:39 
12:57:39 #24 [binary 1/1] COPY --from=build /out .
12:57:39 #24 DONE 0.1s
12:57:39 
12:57:39 #25 exporting to client
12:57:39 #25 copying files 15.47MB 0.1s
12:57:39 #25 copying files 34.51MB 0.2s done
12:57:39 #25 DONE 0.2s
12:57:39 cd /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker && docker buildx build --target all --build-arg VERSION=0.0.0-20230206193855-ab4ef4a --build-arg DOCKER_GITCOMMIT=1141704 --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg PLATFORM  --output "./bundles/binary" .
12:57:39 #1 [internal] load build definition from Dockerfile
12:57:39 #1 transferring dockerfile: 27.21kB done
12:57:39 #1 DONE 0.0s
12:57:39 
12:57:39 #2 [internal] load .dockerignore
12:57:39 #2 transferring context: 113B done
12:57:39 #2 DONE 0.0s
12:57:39 
12:57:39 #3 resolve image config for docker.io/docker/dockerfile:1
12:57:39 #3 DONE 0.1s
12:57:39 
12:57:39 #4 docker-image://docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8
12:57:39 #4 CACHED
12:57:39 
12:57:39 #5 [internal] load metadata for docker.io/library/busybox:latest
12:57:39 #5 DONE 0.0s
12:57:39 
12:57:39 #6 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
12:57:39 #6 ...
12:57:39 
12:57:39 #7 [auth] djs55/vpnkit:pull token for registry-1.docker.io
12:57:39 #7 DONE 0.0s
12:57:39 
12:57:39 #8 [internal] load metadata for docker.io/library/golang:1.19.5-bullseye
12:57:39 #8 DONE 0.2s
12:57:39 
12:57:39 #6 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
12:57:39 #6 DONE 0.3s
12:57:39 
12:57:39 #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
12:57:39 #9 DONE 0.3s
12:57:39 
12:57:39 #10 [build-dummy 1/2] FROM docker.io/library/busybox
12:57:39 #10 DONE 0.0s
12:57:39 
12:57:39 #11 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce
12:57:39 #11 resolve docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce 0.0s done
12:57:39 #11 sha256:8fca29e6d67177bef6452d21b0b8c6618050635704fe2a9bdca51a68a1cc7c0c 7.10kB / 7.10kB done
12:57:39 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 1.05MB / 55.03MB 0.1s
12:57:39 #11 sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce 1.86kB / 1.86kB done
12:57:39 #11 sha256:1e573f1fbcd41282d2c62d3c224f341eb113873cc898d823286bb1a5c21c44c7 1.80kB / 1.80kB done
12:57:39 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 9.44MB / 55.03MB 0.3s
12:57:39 #11 sha256:86cd158b89fde67a8a4c428a844985f930eba450ec3fde1c9ef5df3884128c62 3.15MB / 5.17MB 0.3s
12:57:39 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 13.63MB / 55.03MB 0.4s
12:57:39 #11 sha256:86cd158b89fde67a8a4c428a844985f930eba450ec3fde1c9ef5df3884128c62 5.17MB / 5.17MB 0.3s done
12:57:39 #11 sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 0B / 10.88MB 0.4s
12:57:39 #11 ...
12:57:39 
12:57:39 #12 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
12:57:39 #12 resolve docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 0.0s done
12:57:39 #12 sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 2.65kB / 2.65kB done
12:57:39 #12 sha256:4cfcc2489296c989f5d346c81b9b0f52340e8c93c805d84bd997609785153115 526B / 526B done
12:57:39 #12 sha256:ea14d91662afd3481dcb1e6f4263cb99e06571b6093490d24d995bbea65625a9 1.30kB / 1.30kB done
12:57:39 #12 sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 14.97kB / 14.97kB 0.1s done
12:57:39 #12 extracting sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 0.1s done
12:57:39 #12 DONE 0.5s
12:57:39 
12:57:39 #11 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce
12:57:39 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 22.02MB / 55.03MB 0.6s
12:57:39 #11 sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 5.24MB / 10.88MB 0.6s
12:57:39 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 25.17MB / 55.03MB 0.7s
12:57:39 #11 sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 8.39MB / 10.88MB 0.7s
12:57:39 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 0B / 54.59MB 0.7s
12:57:39 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 28.31MB / 55.03MB 0.8s
12:57:39 #11 sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 10.88MB / 10.88MB 0.8s
12:57:39 #11 ...
12:57:39 
12:57:39 #13 [build-dummy 2/2] RUN mkdir -p /build
12:57:39 #13 DONE 1.0s
12:57:39 
12:57:39 #11 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce
12:57:39 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 32.51MB / 55.03MB 0.9s
12:57:39 #11 sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 10.88MB / 10.88MB 0.8s done
12:57:39 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 4.19MB / 54.59MB 0.9s
12:57:39 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 1.05MB / 85.99MB 0.9s
12:57:39 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 39.85MB / 55.03MB 1.1s
12:57:39 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 13.02MB / 54.59MB 1.1s
12:57:39 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 8.75MB / 85.99MB 1.1s
12:57:39 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 44.04MB / 55.03MB 1.2s
12:57:39 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 17.29MB / 54.59MB 1.2s
12:57:39 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 13.69MB / 85.99MB 1.2s
12:57:39 #11 ...
12:57:39 
12:57:39 #14 [binary-dummy 1/1] COPY --from=build-dummy /build /build
12:57:39 #14 DONE 0.2s
12:57:39 
12:57:39 #11 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce
12:57:39 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 55.03MB / 55.03MB 1.5s
12:57:39 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 28.31MB / 54.59MB 1.5s
12:57:39 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 25.30MB / 85.99MB 1.5s
12:57:39 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 55.03MB / 55.03MB 1.5s done
12:57:39 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 32.51MB / 54.59MB 1.6s
12:57:39 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 2.10MB / 148.95MB 1.6s
12:57:39 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 40.89MB / 54.59MB 1.7s
12:57:39 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 36.70MB / 85.99MB 1.7s
12:57:39 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 44.10MB / 54.59MB 1.8s
12:57:39 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 14.68MB / 148.95MB 1.8s
12:57:39 #11 extracting sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed
12:57:39 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 50.33MB / 54.59MB 1.9s
12:57:39 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 52.41MB / 85.99MB 2.0s
12:57:39 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 24.38MB / 148.95MB 2.0s
12:57:39 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 54.59MB / 54.59MB 2.0s done
12:57:39 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 57.67MB / 85.99MB 2.1s
12:57:39 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 33.55MB / 148.95MB 2.1s
12:57:39 #11 sha256:2d533c107a1d7303beef7f6788021ebadd894b7a021c3245ebf5c3f1ef4488de 156B / 156B 2.1s done
12:57:39 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 70.25MB / 85.99MB 2.3s
12:57:39 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 49.28MB / 148.95MB 2.3s
12:57:39 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 77.59MB / 85.99MB 2.4s
12:57:39 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 82.89MB / 85.99MB 2.5s
12:57:39 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 61.87MB / 148.95MB 2.5s
12:57:39 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 85.99MB / 85.99MB 2.6s done
12:57:39 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 74.45MB / 148.95MB 2.7s
12:57:39 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 96.47MB / 148.95MB 3.0s
12:57:39 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 105.91MB / 148.95MB 3.1s
12:57:39 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 118.49MB / 148.95MB 3.2s
12:57:39 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 130.22MB / 148.95MB 3.4s
12:57:39 #11 ...
12:57:39 
12:57:39 #15 [vpnkit-linux-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
12:57:39 #15 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
12:57:39 #15 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
12:57:39 #15 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
12:57:39 #15 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done
12:57:39 #15 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
12:57:39 #15 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.6s done
12:57:39 #15 DONE 3.5s
12:57:39 
12:57:39 #11 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce
12:57:39 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 143.65MB / 148.95MB 3.6s
12:57:39 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 148.95MB / 148.95MB 4.0s done
12:57:39 #11 ...
12:57:39 
12:57:39 #16 [internal] load build context
12:57:39 #16 transferring context: 63.97MB 5.0s done
12:57:39 #16 DONE 5.0s
12:57:39 
12:57:39 #11 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce
12:57:39 #11 extracting sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 4.3s done
12:57:39 #11 extracting sha256:86cd158b89fde67a8a4c428a844985f930eba450ec3fde1c9ef5df3884128c62
12:57:39 #11 extracting sha256:86cd158b89fde67a8a4c428a844985f930eba450ec3fde1c9ef5df3884128c62 0.2s done
12:57:39 #11 extracting sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f
12:57:39 #11 extracting sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 0.2s done
12:57:39 #11 extracting sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 0.1s
12:57:39 #11 extracting sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 2.0s done
12:57:39 #11 extracting sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31
12:57:39 #11 extracting sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 2.4s done
12:57:39 #11 extracting sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 0.1s
12:57:39 + STATUS=0
12:57:39 + '[' 0 -ne 0 ']'
12:57:39 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:57:39 + RPM_EC=0
12:57:39 ++ jobs -p
12:57:39 + exit 0
12:57:39 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jgKsIp
12:57:39 + umask 022
12:57:39 + cd /root/rpmbuild/BUILD
12:57:39 + cd src
12:57:39 + export DOCKER_GITCOMMIT=1141704
12:57:39 + DOCKER_GITCOMMIT=1141704
12:57:39 + mkdir -p /go/src/github.com/docker
12:57:39 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:57:39 + pushd /root/rpmbuild/BUILD/src/engine
12:57:39 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:57:39 + TMP_GOPATH=/go
12:57:39 + hack/dockerfile/install/install.sh tini
12:57:39 + RM_GOPATH=0
12:57:39 + TMP_GOPATH=/go
12:57:39 + : /usr/local/bin
12:57:39 + '[' -z /go ']'
12:57:39 + export GOPATH=/go
12:57:39 + GOPATH=/go
12:57:39 + case "$(go env GOARCH)" in
12:57:39 ++ go env GOARCH
12:57:39 + export GO_BUILDMODE=-buildmode=pie
12:57:39 + GO_BUILDMODE=-buildmode=pie
12:57:39 ++ dirname hack/dockerfile/install/install.sh
12:57:39 + dir=hack/dockerfile/install
12:57:39 + bin=tini
12:57:39 + shift
12:57:39 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:57:39 + . hack/dockerfile/install/tini.installer
12:57:39 ++ : v0.19.0
12:57:39 + install_tini
12:57:39 + echo 'Install tini version v0.19.0'
12:57:39 Install tini version v0.19.0
12:57:39 + git clone https://github.com/krallin/tini.git /go/tini
12:57:39 Cloning into '/go/tini'...
12:57:39 #10 59.13 Setting up libpsl5:armhf (0.21.0-1.2) ...
12:57:39 #10 59.15 Setting up libgpm2:armhf (1.20.7-10+b1) ...
12:57:39 #10 59.18 Setting up libicu72:armhf (72.1-3) ...
12:57:39 #10 59.20 Setting up liblerc4:armhf (4.0.0+ds-2) ...
12:57:39 #10 59.21 Setting up bsdextrautils (2.38.1-4) ...
12:57:39 #10 59.23 Setting up libfcgi0ldbl:armhf (2.4.2-2) ...
12:57:39 #10 59.25 Setting up libtext-glob-perl (0.11-3) ...
12:57:39 #10 59.26 Setting up xdg-user-dirs (0.18-1) ...
12:57:39 #10 59.29 Setting up libmagic-mgc (1:5.44-3) ...
12:57:39 #10 59.30 Setting up libyaml-0-2:armhf (0.2.5-1) ...
12:57:39 #10 59.32 Setting up libglib2.0-0:armhf (2.74.5-1) ...
12:57:39 #10 59.33 No schema files found: doing nothing.
12:57:39 #10 59.34 Setting up distro-info-data (0.56) ...
12:57:39 #10 59.35 Setting up manpages (6.02-1) ...
12:57:39 #10 59.36 Setting up libtirpc-common (1.3.3+ds-1) ...
12:57:39 #10 59.38 Setting up unzip (6.0-27) ...
12:57:39 #10 59.40 Setting up libcbor0.8:armhf (0.8.0-2+b1) ...
12:57:39 #10 59.41 Setting up libbrotli1:armhf (1.0.9-2+b6) ...
12:57:39 #10 59.43 Setting up libsqlite3-0:armhf (3.40.1-1) ...
12:57:39 #12 8.096 Setting up libpcre32-3:amd64 (2:8.39-12) ...
12:57:39 #12 8.109 Setting up pkg-config (0.29-6) ...
12:57:39 #12 8.159 Setting up libudev-dev:amd64 (241-7~deb10u8) ...
12:57:39 #12 8.176 Setting up librhash0:amd64 (1.3.8-1) ...
12:57:39 #12 8.194 Setting up procps (2:3.3.15-2) ...
12:57:39 #12 8.227 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
12:57:39 #12 8.241 Setting up cmake-data (3.13.4-1) ...
12:57:39 #12 8.256 Setting up dh-apparmor (2.13.2-10) ...
12:57:39 #12 8.268 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ...
12:57:39 #12 8.939 Setting up libpcre2-posix3:amd64 (10.42-1) ...
12:57:39 #12 8.950 Setting up librhash0:amd64 (1.4.3-3) ...
12:57:39 #12 8.962 Setting up procps (2:4.0.2-3) ...
12:57:39 #12 9.000 Setting up cmake-data (3.25.1-1) ...
12:57:39 #12 9.019 Setting up dh-apparmor (3.0.8-2) ...
12:57:39 #12 9.031 Setting up libsystemd-dev:amd64 (252.5-2) ...
12:57:39 #12 9.043 Setting up libpcre2-dev:amd64 (10.42-1) ...
12:57:39 #12 9.056 Setting up libselinux1-dev:amd64 (3.4-1+b5) ...
12:57:39 #12 9.068 Setting up pkgconf:amd64 (1.8.1-1) ...
12:57:39 #12 9.080 Setting up pkg-config:amd64 (1.8.1-1) ...
12:57:39 #12 9.092 Setting up cmake (3.25.1-1) ...
12:57:39 #12 9.103 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
12:57:39 #12 9.115 Setting up dmsetup (2:1.02.185-2) ...
12:57:39 #12 9.134 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.185-2) ...
12:57:39 #12 2.586    dh_gencontrol
12:57:39 #12 2.696    dh_md5sums
12:57:39 #10 47.98 Unpacking libfile-basedir-perl (0.08-1) ...
12:57:39 #10 48.02 Selecting previously unselected package libfile-chdir-perl.
12:57:39 #10 48.03 Preparing to unpack .../225-libfile-chdir-perl_0.1008-1.1_all.deb ...
12:57:39 #10 48.03 Unpacking libfile-chdir-perl (0.1008-1.1) ...
12:57:39 #10 48.07 Selecting previously unselected package libfile-fcntllock-perl.
12:57:39 #10 48.07 Preparing to unpack .../226-libfile-fcntllock-perl_0.22-3+b7_armhf.deb ...
12:57:39 #10 48.08 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
12:57:39 #10 48.13 Selecting previously unselected package libnumber-compare-perl.
12:57:39 #10 48.13 Preparing to unpack .../227-libnumber-compare-perl_0.03-1.1_all.deb ...
12:57:39 #10 48.13 Unpacking libnumber-compare-perl (0.03-1.1) ...
12:57:39 #10 48.17 Selecting previously unselected package libtext-glob-perl.
12:57:39 #10 48.17 Preparing to unpack .../228-libtext-glob-perl_0.11-1_all.deb ...
12:57:39 #10 48.17 Unpacking libtext-glob-perl (0.11-1) ...
12:57:39 #10 48.21 Selecting previously unselected package libfile-find-rule-perl.
12:57:39 #10 48.21 Preparing to unpack .../229-libfile-find-rule-perl_0.34-1_all.deb ...
12:57:39 + mkdir -p /root/build-deb/compose
12:57:39 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:57:39 + mkdir -p /root/build-deb/scan-cli-plugin
12:57:39 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:57:39 + mkdir -p /go/src/github.com/docker
12:57:39 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:57:39 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:57:39 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:57:39 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:57:39 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:57:39 + EPOCH=5
12:57:39 + EPOCH_SEP=
12:57:39 + [[ ! -z 5 ]]
12:57:39 + EPOCH_SEP=:
12:57:39 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:57:39 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:39 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:39 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:39 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:39 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:39 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:57:39 + debSource=docker-ce
12:57:39 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:57:39 + debMaintainer='Docker <support@docker.com>'
12:57:39 ++ date --rfc-2822
12:57:39 + debDate='Wed, 08 Feb 2023 12:57:39 +0000'
12:57:39 + pkgRevision=1
12:57:39 + cat
12:57:39 + export CLI_GITCOMMIT=ab4ef4a
12:57:39 + CLI_GITCOMMIT=ab4ef4a
12:57:39 + export ENGINE_GITCOMMIT=1141704
12:57:39 + ENGINE_GITCOMMIT=1141704
12:57:39 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:39 + export SCAN_GITCOMMIT=6c852fa
12:57:39 + SCAN_GITCOMMIT=6c852fa
12:57:39 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:39 + dpkg-buildpackage -uc -us -I.git
12:57:39 dpkg-buildpackage: info: source package docker-ce
12:57:39 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic
12:57:39 dpkg-buildpackage: info: source distribution kinetic
12:57:39 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:57:39  dpkg-source -I.git --before-build .
12:57:39 dpkg-buildpackage: info: host architecture arm64
12:57:39 + cd /go/tini
12:57:39 + git checkout -q v0.19.0
12:57:39 + cmake .
12:57:39 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:57:39   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:57:39   CMake.
12:57:39 
12:57:39   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:57:39   CMake that the project does not need compatibility with older versions.
12:57:39 
12:57:39 
12:57:39 -- The C compiler identification is GNU 11.3.1
12:57:39 -- Detecting C compiler ABI info
12:57:39 -- Detecting C compiler ABI info - done
12:57:39 -- Check for working C compiler: /usr/bin/cc - skipped
12:57:39 -- Detecting C compile features
12:57:39 -- Detecting C compile features - done
12:57:39 -- Performing Test HAS_BUILTIN_FORTIFY
12:57:39 #10 59.44 Setting up libsasl2-modules:armhf (2.1.28+dfsg-10) ...
12:57:39 #10 59.45 Setting up libfcgi-bin (2.4.2-2) ...
12:57:39 #10 59.47 Setting up binutils-common:armhf (2.40-2) ...
12:57:39 #10 59.48 Setting up libnghttp2-14:armhf (1.51.0-1) ...
12:57:39 #10 59.50 Setting up libmagic1:armhf (1:5.44-3) ...
12:57:39 #10 59.52 Setting up libdeflate0:armhf (1.14-1) ...
12:57:39 #10 59.55 Setting up less (590-1.1) ...
12:57:39 #10 59.57 Setting up perl-openssl-defaults:armhf (7+b1) ...
12:57:39 #10 59.58 Setting up linux-libc-dev:armhf (6.1.8-1) ...
12:57:39 #10 59.61 Setting up libctf-nobfd0:armhf (2.40-2) ...
12:57:39 #10 59.65 Setting up gettext-base (0.21-11) ...
12:57:39 #12 8.280 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
12:57:39 #12 8.292 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
12:57:39 #12 8.303 Setting up cmake (3.13.4-1) ...
12:57:39 #12 8.316 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
12:57:39 #12 8.328 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
12:57:39 #12 8.346 Setting up dmsetup (2:1.02.155-3) ...
12:57:39 #12 8.358 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
12:57:39 #12 8.370 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
12:57:39 #12 8.382 Setting up docker-ce-build-deps (1.0) ...
12:57:39 #12 8.392 Processing triggers for libc-bin (2.28-10+deb10u2) ...
12:57:39 #12 8.412 Processing triggers for man-db (2.8.5-2) ...
12:57:39 #10 72.28   Installing : perl-Getopt-Long-2.40-3.el7.noarch                         31/52 
12:57:39 #10 73.15   Installing : 4:perl-5.16.3-299.el7_9.x86_64                             32/52 
12:57:39 #10 73.19   Installing : perl-Thread-Queue-3.02-2.el7.noarch                        33/52 
12:57:39 #10 73.21   Updating   : rpm-python-4.11.3-48.el7_9.x86_64                          34/52 
12:57:39 #10 73.22   Installing : python-srpm-macros-3-34.el7.noarch                         35/52 
12:57:39 #10 73.24   Installing : 1:emacs-filesystem-24.3-23.el7.noarch                      36/52 
12:57:39 #10 73.26   Installing : desktop-file-utils-0.23-2.el7.x86_64                       37/52 
12:57:39 #12 9.145 Setting up libdevmapper-dev:amd64 (2:1.02.185-2) ...
12:57:39 #12 9.157 Setting up docker-ce-build-deps (1.0) ...
12:57:39 #12 9.170 Processing triggers for libc-bin (2.36-8) ...
12:57:39 #12 9.191 Processing triggers for man-db (2.11.2-1) ...
12:57:39 #12 2.729    dh_builddeb
12:57:39 #12 2.753 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:57:39 #12 2.772  dpkg-genbuildinfo --build=binary
12:57:39 #12 2.909  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_amd64.changes
12:57:39 #12 2.985 dpkg-genchanges: info: binary-only upload (no source code included)
12:57:39 #12 2.988  dpkg-source --after-build .
12:57:39 #12 3.083 dpkg-buildpackage: info: binary-only upload (no source included)
12:57:39 #12 3.088 
12:57:39 #12 3.088 The package has been created.
12:57:39 #12 3.088 Attention, the package has been created in the current directory,
12:57:39 #12 3.088 not in ".." as indicated by the message above!
12:57:39 #12 10.98 Selecting previously unselected package dh-apparmor.
12:57:39 #12 10.98 Preparing to unpack .../11-dh-apparmor_2.13.2-10_all.deb ...
12:57:39 #12 10.99 Unpacking dh-apparmor (2.13.2-10) ...
12:57:39 #12 11.03 Selecting previously unselected package dmsetup.
12:57:39 #12 11.03 Preparing to unpack .../12-dmsetup_2%3a1.02.155-3_armhf.deb ...
12:57:39 #12 11.03 Unpacking dmsetup (2:1.02.155-3) ...
12:57:39 #12 11.08 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:57:39 #12 11.08 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
12:57:39 #12 11.09 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
12:57:39 #12 11.14 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
12:57:39 #12 11.14 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_armhf.deb ...
12:57:39 #12 11.15 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
12:57:39 #12 11.19 Selecting previously unselected package libudev-dev:armhf.
12:57:39 #12 11.19 Preparing to unpack .../15-libudev-dev_241-7~deb10u8+rpi1_armhf.deb ...
12:57:39 #12 11.20 Unpacking libudev-dev:armhf (241-7~deb10u8+rpi1) ...
12:57:39 #12 11.24 Selecting previously unselected package libsepol1-dev:armhf.
12:57:39 #10 48.21 Unpacking libfile-find-rule-perl (0.34-1) ...
12:57:39 #10 48.26 Selecting previously unselected package libfont-afm-perl.
12:57:39 #10 48.26 Preparing to unpack .../230-libfont-afm-perl_1.20-3_all.deb ...
12:57:39 #10 48.26 Unpacking libfont-afm-perl (1.20-3) ...
12:57:39 #10 48.30 Selecting previously unselected package libio-string-perl.
12:57:39 #10 48.30 Preparing to unpack .../231-libio-string-perl_1.08-3.1_all.deb ...
12:57:39 #10 48.31 Unpacking libio-string-perl (1.08-3.1) ...
12:57:39 #10 48.35 Selecting previously unselected package libfont-ttf-perl.
12:57:39 #10 48.35 Preparing to unpack .../232-libfont-ttf-perl_1.06-1.1_all.deb ...
12:57:39 #10 48.36 Unpacking libfont-ttf-perl (1.06-1.1) ...
12:57:39 #10 48.44 Selecting previously unselected package libio-stringy-perl.
12:57:39 #10 48.44 Preparing to unpack .../233-libio-stringy-perl_2.111-3_all.deb ...
12:57:39 #10 48.44 Unpacking libio-stringy-perl (2.111-3) ...
12:57:39 #10 48.48 Selecting previously unselected package libparams-validate-perl:armhf.
12:57:39 #10 48.48 Preparing to unpack .../234-libparams-validate-perl_1.30-1+b1_armhf.deb ...
12:57:40  debian/rules clean
12:57:40 dh clean --with=bash-completion
12:57:40 #13 61.78   Installing : fipscheck-lib-1.4.1-6.el7.aarch64                          26/65 
12:57:40 #12 13.93   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          59/99 
12:57:40 #12 23.01   Installing       : python3-policycoreutils-3.4-6.fc37.noarch            60/99 
12:57:40 #12 23.02   Installing       : policycoreutils-python-utils-3.4-6.fc37.noarch       61/99 
12:57:40 #12 23.03   Installing       : libcbor-0.7.0-7.fc37.aarch64                         62/99 
12:57:40 #12 23.03   Installing       : libfido2-1.11.0-3.fc37.aarch64                       63/99 
12:57:40 #12 23.05   Installing       : openssh-clients-8.8p1-7.fc37.aarch64                 64/99 
12:57:40 #12 23.06   Running scriptlet: openssh-clients-8.8p1-7.fc37.aarch64                 64/99 
12:57:40 #12 23.07   Installing       : libbpf-2:0.8.0-2.fc37.aarch64                        65/99 
12:57:40 #12 23.08   Installing       : libargon2-20190702-1.fc37.aarch64                    66/99 
12:57:40 #12 23.08   Installing       : less-590-5.fc37.aarch64                              67/99 
12:57:40 #12 23.16   Installing       : git-core-2.39.1-1.fc37.aarch64                       68/99 
12:57:40 #12 23.20   Installing       : git-core-doc-2.39.1-1.fc37.noarch                    69/99 
12:57:40 #12 23.22   Installing       : perl-Git-2.39.1-1.fc37.noarch                        70/99 
12:57:40 #12 23.22   Installing       : git-2.39.1-1.fc37.aarch64                            71/99 
12:57:40 #12 23.23   Installing       : kmod-libs-30-2.fc37.aarch64                          72/99 
12:57:40 #12 23.24   Installing       : device-mapper-libs-1.02.175-9.fc37.aarch64           73/99 
12:57:40 #12 23.25   Installing       : cryptsetup-libs-2.5.0-1.fc37.aarch64                 74/99 
12:57:40 #12 23.26   Installing       : device-mapper-1.02.175-9.fc37.aarch64                75/99 
12:57:40 #12 23.27   Installing       : systemd-networkd-251.10-588.fc37.aarch64             76/99 
12:57:40 #12 23.28   Running scriptlet: systemd-networkd-251.10-588.fc37.aarch64             76/99 
12:57:40 #12 23.30   Installing       : systemd-pam-251.10-588.fc37.aarch64                  77/99 
12:57:40 #12 23.31   Installing       : systemd-resolved-251.10-588.fc37.aarch64             78/99 
12:57:40 #12 23.31   Running scriptlet: systemd-resolved-251.10-588.fc37.aarch64             78/99 
12:57:40 #12 23.44   Installing       : systemd-251.10-588.fc37.aarch64                      79/99 
12:57:40 #12 23.45   Running scriptlet: systemd-251.10-588.fc37.aarch64                      79/99 
12:57:40 #12 23.61 Creating group 'input' with GID 104.
12:57:40 #12 23.61 Creating group 'kvm' with GID 36.
12:57:40 #12 23.61 Creating group 'render' with GID 105.
12:57:40 #12 23.61 Creating group 'sgx' with GID 106.
12:57:40 #12 23.61 Creating group 'systemd-journal' with GID 190.
12:57:40 #12 23.61 Creating group 'systemd-network' with GID 192.
12:57:40 #12 23.61 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
12:57:40 #12 23.61 Creating group 'systemd-oom' with GID 999.
12:57:40 #12 23.61 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 999 and GID 999.
12:57:40 #12 23.61 Creating group 'systemd-resolve' with GID 193.
12:57:40 #12 23.61 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
12:57:40 #12 23.61 
12:57:40 #12 23.61   Installing       : jsoncpp-1.9.5-3.fc37.aarch64                         80/99 
12:57:40 #12 23.62   Installing       : gc-8.0.6-4.fc37.aarch64                              81/99 
12:57:40 #12 23.84   Installing       : guile22-2.2.7-6.fc37.aarch64                         82/99 
12:57:40 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:57:40 -- Configuring done
12:57:40 -- Generating done
12:57:40 -- Build files have been written to: /go/tini
12:57:40 + make tini-static
12:57:40 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:57:40 [100%] Linking C executable tini-static
12:57:40 #10 59.68 Setting up m4 (1.4.19-3) ...
12:57:40 #10 59.69 Setting up liblzo2-2:armhf (2.10-2) ...
12:57:40 #10 59.70 Setting up libnpth0:armhf (1.6-3) ...
12:57:40 #10 59.72 Setting up krb5-locales (1.20.1-1) ...
12:57:40 #10 59.73 Setting up file (1:5.44-3) ...
12:57:40 #10 59.75 Setting up libossp-uuid16:armhf (1.6.2-1.5+b11) ...
12:57:40 #10 59.76 Setting up libsvtav1enc1:armhf (1.4.1+dfsg-1) ...
12:57:40 #10 59.77 Setting up libassuan0:armhf (2.5.5-5) ...
12:57:40 #10 59.79 Setting up libgomp1:armhf (12.2.0-14) ...
12:57:40 #10 59.80 Setting up bzip2 (1.0.8-5+b1) ...
12:57:40 #10 59.82 Setting up libldap-common (2.5.13+dfsg-3) ...
12:57:40 #10 59.83 Setting up pbzip2 (1.1.13-1) ...
12:57:40 #10 59.85 Setting up libjbig0:armhf (2.1-6.1) ...
12:57:40 #10 59.87 Setting up librav1e0:armhf (0.5.1-6) ...
12:57:40 #10 59.88 Setting up libfakeroot:armhf (1.29-1) ...
12:57:40 #10 73.31   Installing : zip-3.0-11.el7.x86_64                                      38/52 
12:57:40 #10 73.35   Installing : elfutils-0.176-5.el7.x86_64                                39/52 
12:57:40 #10 73.38   Installing : patch-2.7.1-12.el7_7.x86_64                                40/52 
12:57:40 #12 3.112 Selecting previously unselected package docker-ce-build-deps.
12:57:40 #12 3.129 (Reading database ... 28666 files and directories currently installed.)
12:57:40 #12 3.130 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:57:40 #12 3.134 Unpacking docker-ce-build-deps (1.0) ...
12:57:40 #12 11.24 Preparing to unpack .../16-libsepol1-dev_2.8-1_armhf.deb ...
12:57:40 #12 11.25 Unpacking libsepol1-dev:armhf (2.8-1) ...
12:57:40 #12 11.33 Selecting previously unselected package libpcre16-3:armhf.
12:57:40 #12 11.34 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_armhf.deb ...
12:57:40 #12 11.34 Unpacking libpcre16-3:armhf (2:8.39-12) ...
12:57:40 #12 11.39 Selecting previously unselected package libpcre32-3:armhf.
12:57:40 #12 11.40 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_armhf.deb ...
12:57:40 #12 11.40 Unpacking libpcre32-3:armhf (2:8.39-12) ...
12:57:40 #10 48.48 Unpacking libparams-validate-perl:armhf (1.30-1+b1) ...
12:57:40 #10 48.52 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:57:40 #10 48.52 Preparing to unpack .../235-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
12:57:40 #10 48.53 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
12:57:40 #10 48.56 Selecting previously unselected package libsort-versions-perl.
12:57:40 #10 48.56 Preparing to unpack .../236-libsort-versions-perl_1.62-1_all.deb ...
12:57:40 #10 48.57 Unpacking libsort-versions-perl (1.62-1) ...
12:57:40 #10 48.60 Selecting previously unselected package libgit-wrapper-perl.
12:57:40 #10 48.60 Preparing to unpack .../237-libgit-wrapper-perl_0.048-1_all.deb ...
12:57:40 #10 48.61 Unpacking libgit-wrapper-perl (0.048-1) ...
12:57:40 #10 48.65 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:57:40 #10 48.65 Preparing to unpack .../238-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
12:57:40 #10 48.65 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
12:57:40 #10 48.68 Selecting previously unselected package libio-prompter-perl.
12:57:40 #10 48.68 Preparing to unpack .../239-libio-prompter-perl_0.004015-1_all.deb ...
12:57:40 #10 48.68 Unpacking libio-prompter-perl (0.004015-1) ...
12:57:40 #10 48.72 Selecting previously unselected package libjson-perl.
12:57:40 #14 29.90   Installing       : cmake-data-3.20.2-4.el8.noarch                       63/90 
12:57:40 #14 31.02   Installing       : cmake-3.20.2-4.el8.x86_64                            64/90 
12:57:40 #14 31.04   Installing       : perl-Thread-Queue-3.13-1.el8.noarch                  65/90 
12:57:40 #14 31.11   Installing       : automake-1.16.1-7.el8.noarch                         66/90 
12:57:40 #14 31.14   Installing       : perl-Error-1:0.17025-2.el8.noarch                    67/90 
12:57:40 #14 31.15   Installing       : perl-Git-2.39.0-1.el8.noarch                         68/90 
12:57:40 #14 31.17   Installing       : git-2.39.0-1.el8.x86_64                              69/90 
12:57:40 #14 31.26   Installing       : libtool-2.4.6-25.el8.x86_64                          70/90 
12:57:40 #14 31.27   Running scriptlet: libtool-2.4.6-25.el8.x86_64                          70/90 
12:57:40 #14 31.30   Installing       : libtool-ltdl-devel-2.4.6-25.el8.x86_64               71/90 
12:57:40 #14 31.32   Installing       : device-mapper-devel-8:1.02.181-9.el8.x86_64          72/90 
12:57:40    dh_clean
12:57:40  dpkg-source -I.git -b .
12:57:40 #13 62.42   Installing : openssh-7.4p1-22.el7_9.aarch64                             27/65 
12:57:40 #13 62.54   Installing : openssh-clients-7.4p1-22.el7_9.aarch64                     28/65 
12:57:40 #12 23.86   Installing       : make-1:4.3-11.fc37.aarch64                           83/99 
12:57:40 #12 24.17   Installing       : gcc-12.2.1-4.fc37.aarch64                            84/99 
12:57:40 #12 24.18   Running scriptlet: gcc-12.2.1-4.fc37.aarch64                            84/99 
12:57:40 [100%] Built target tini-static
12:57:40 + mkdir -p /usr/local/bin
12:57:40 + cp tini-static /usr/local/bin/docker-init
12:57:40 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:40 + PRODUCT=docker
12:57:40 + hack/make.sh dynbinary
12:57:40 
12:57:40 Removing bundles/
12:57:40 
12:57:40 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:40 #10 59.90 Setting up libjansson4:armhf (2.14-2) ...
12:57:40 #10 59.92 Setting up libkrb5support0:armhf (1.20.1-1) ...
12:57:40 #10 59.93 Setting up libnumber-compare-perl (0.03-3) ...
12:57:40 #10 59.94 Setting up libsasl2-modules-db:armhf (2.1.28+dfsg-10) ...
12:57:40 #10 59.95 Setting up fakeroot (1.29-1) ...
12:57:40 #10 59.97 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:57:40 #10 59.98 Setting up perl-modules-5.36 (5.36.0-7) ...
12:57:40 #10 60.00 Setting up autotools-dev (20220109.1) ...
12:57:40 #10 60.01 Setting up libglib2.0-data (2.74.5-1) ...
12:57:40 #10 60.02 Setting up rpcsvc-proto (1.4.3-1) ...
12:57:40 #10 60.04 Setting up libjpeg62-turbo:armhf (1:2.1.2-1+b1) ...
12:57:40 #10 60.05 Setting up libx11-data (2:1.8.3-3) ...
12:57:40 #10 60.07 Setting up make (4.3-4.1) ...
12:57:40 #10 60.08 Setting up libmpfr6:armhf (4.2.0-1) ...
12:57:40 #10 60.09 Setting up gnupg-l10n (2.2.40-1) ...
12:57:40 #10 60.11 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
12:57:40 #10 60.12 Setting up strace (6.1-0.1) ...
12:57:40 #10 60.14 Setting up xz-utils (5.4.1-0.1) ...
12:57:40 #10 60.15 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:57:40 #10 60.16 Setting up t1utils (1.41-4) ...
12:57:40 #10 60.18 Setting up diffstat (1.65-1) ...
12:57:40 #10 60.20 Setting up libpng16-16:armhf (1.6.39-2) ...
12:57:40 #10 60.22 Setting up libmpc3:armhf (1.3.1-1) ...
12:57:40 #12 11.45 Selecting previously unselected package libpcrecpp0v5:armhf.
12:57:40 #12 11.46 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_armhf.deb ...
12:57:40 #12 11.46 Unpacking libpcrecpp0v5:armhf (2:8.39-12) ...
12:57:40 #12 11.50 Selecting previously unselected package libpcre3-dev:armhf.
12:57:40 #12 11.50 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_armhf.deb ...
12:57:40 #12 11.51 Unpacking libpcre3-dev:armhf (2:8.39-12) ...
12:57:40 #12 11.61 Selecting previously unselected package libselinux1-dev:armhf.
12:57:40 #12 11.61 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_armhf.deb ...
12:57:40 #12 11.61 Unpacking libselinux1-dev:armhf (2.8-1+b1) ...
12:57:40 #12 11.66 Selecting previously unselected package libdevmapper-dev:armhf.
12:57:40 #12 11.67 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_armhf.deb ...
12:57:40 #12 11.67 Unpacking libdevmapper-dev:armhf (2:1.02.155-3) ...
12:57:40 #12 11.71 Selecting previously unselected package libltdl7:armhf.
12:57:40 #12 11.72 Preparing to unpack .../23-libltdl7_2.4.6-9_armhf.deb ...
12:57:40 #12 11.72 Unpacking libltdl7:armhf (2.4.6-9) ...
12:57:40 #12 11.76 Selecting previously unselected package libltdl-dev:armhf.
12:57:40 #12 11.76 Preparing to unpack .../24-libltdl-dev_2.4.6-9_armhf.deb ...
12:57:40 #12 11.76 Unpacking libltdl-dev:armhf (2.4.6-9) ...
12:57:40 #10 48.72 Preparing to unpack .../240-libjson-perl_4.03000-1_all.deb ...
12:57:40 #10 48.73 Unpacking libjson-perl (4.03000-1) ...
12:57:40 #10 48.77 Selecting previously unselected package liblog-any-perl.
12:57:40 #10 48.77 Preparing to unpack .../241-liblog-any-perl_1.709-1_all.deb ...
12:57:40 #10 48.78 Unpacking liblog-any-perl (1.709-1) ...
12:57:40 #10 48.82 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:57:40 #10 48.82 Preparing to unpack .../242-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
12:57:40 #10 48.82 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
12:57:40 #10 48.87 Selecting previously unselected package libpackage-stash-perl.
12:57:40 #10 48.87 Preparing to unpack .../243-libpackage-stash-perl_0.39-1_all.deb ...
12:57:40 #10 48.88 Unpacking libpackage-stash-perl (0.39-1) ...
12:57:40 #10 48.92 Selecting previously unselected package libsub-identify-perl.
12:57:40 #10 48.92 Preparing to unpack .../244-libsub-identify-perl_0.14-1+b3_armhf.deb ...
12:57:40 #10 48.92 Unpacking libsub-identify-perl (0.14-1+b3) ...
12:57:40 #10 48.96 Selecting previously unselected package libsub-name-perl.
12:57:40 #10 48.96 Preparing to unpack .../245-libsub-name-perl_0.26-1+b1_armhf.deb ...
12:57:40 #10 48.96 Unpacking libsub-name-perl (0.26-1+b1) ...
12:57:40 #10 49.00 Selecting previously unselected package libnamespace-clean-perl.
12:57:40 #12 4.628 Reading package lists...
12:57:40 #12 6.019 Building dependency tree...
12:57:40 #12 6.203 Reading state information...
12:57:40 #12 6.230 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:57:40 #12 6.464 Starting 2 pkgProblemResolver with broken count: 0
12:57:40 #12 6.468 Done
12:57:40 #14 31.35   Installing       : annobin-10.94-1.el8.x86_64                           73/90 
12:57:40 #14 31.37   Running scriptlet: annobin-10.94-1.el8.x86_64                           73/90 
12:57:40 #14 31.39   Installing       : gcc-plugin-annobin-8.5.0-18.el8.x86_64               74/90 
12:57:40 #14 31.40   Running scriptlet: gcc-plugin-annobin-8.5.0-18.el8.x86_64               74/90 
12:57:40 #14 31.42   Upgrading        : glibc-minimal-langpack-2.28-224.el8.x86_64           75/90 
12:57:40 #14 31.43   Installing       : libseccomp-devel-2.5.2-1.el8.x86_64                  76/90 
12:57:40 #14 31.45   Cleanup          : device-mapper-8:1.02.181-6.el8.x86_64                77/90 
12:57:40 #14 31.47   Running scriptlet: systemd-239-67.el8.x86_64                            78/90 
12:57:40 #14 31.49   Cleanup          : systemd-239-67.el8.x86_64                            78/90 
12:57:40 #14 31.53   Cleanup          : systemd-pam-239-67.el8.x86_64                        79/90 
12:57:40 #14 31.54   Cleanup          : device-mapper-libs-8:1.02.181-6.el8.x86_64           80/90 
12:57:40 #14 31.55   Cleanup          : systemd-libs-239-67.el8.x86_64                       81/90 
12:57:40 #14 31.57   Running scriptlet: tar-2:1.30-6.el8.x86_64                              82/90 
12:57:40 #14 31.58   Cleanup          : tar-2:1.30-6.el8.x86_64                              82/90 
12:57:40 #14 31.59   Cleanup          : libarchive-3.3.3-4.el8.x86_64                        83/90 
12:57:40 #14 31.60   Cleanup          : glibc-minimal-langpack-2.28-211.el8.x86_64           84/90 
12:57:40 #14 31.61   Cleanup          : libselinux-2.9-6.el8.x86_64                          85/90 
12:57:40 #14 31.62   Cleanup          : pcre2-10.32-3.el8_6.x86_64                           86/90 
12:57:40 #14 31.64   Cleanup          : glibc-2.28-211.el8.x86_64                            87/90 
12:57:40 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:57:40 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:57:40 dpkg-source: warning: native package version may not have a revision
12:57:40 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:57:40 dpkg-source: info: using source format '1.0'
12:57:40 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz
12:57:40 #12 24.20   Installing       : policycoreutils-devel-3.4-6.fc37.aarch64             85/99 
12:57:40 #12 24.29   Installing       : selinux-policy-devel-37.19-1.fc37.noarch             86/99 
12:57:40 #13 62.57   Installing : lzo-2.06-8.el7.aarch64                                     29/65 
12:57:40 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:57:40 #10 60.25 Setting up libatomic1:armhf (12.2.0-14) ...
12:57:40 #10 60.27 Setting up patch (2.7.6-7) ...
12:57:40 #10 60.29 Setting up autopoint (0.21-11) ...
12:57:40 #10 60.30 Setting up fonts-dejavu-core (2.37-2) ...
12:57:40 #10 60.39 Setting up libgav1-1:armhf (0.18.0-1+b1) ...
12:57:40 #10 60.40 Setting up libxdelta2:armhf (1.1.3-10.4) ...
12:57:40 #10 60.42 Setting up libncursesw6:armhf (6.4-2) ...
12:57:40 #10 60.43 Setting up libk5crypto3:armhf (1.20.1-1) ...
12:57:40 #10 60.45 Setting up libdav1d6:armhf (1.0.0-2) ...
12:57:40 #10 60.46 Setting up libltdl7:armhf (2.4.7-5) ...
12:57:40 #10 60.48 Setting up libsasl2-2:armhf (2.1.28+dfsg-10) ...
12:57:40 #12 11.81 Selecting previously unselected package libseccomp-dev:armhf.
12:57:40 #12 11.82 Preparing to unpack .../25-libseccomp-dev_2.3.3-4_armhf.deb ...
12:57:40 #12 11.83 Unpacking libseccomp-dev:armhf (2.3.3-4) ...
12:57:40 #12 11.87 Selecting previously unselected package libsystemd-dev:armhf.
12:57:40 #12 11.87 Preparing to unpack .../26-libsystemd-dev_241-7~deb10u8+rpi1_armhf.deb ...
12:57:40 #12 11.87 Unpacking libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
12:57:40 #12 11.95 Selecting previously unselected package pkg-config.
12:57:40 #12 11.96 Preparing to unpack .../27-pkg-config_0.29-6_armhf.deb ...
12:57:40 #12 11.96 Unpacking pkg-config (0.29-6) ...
12:57:40 #12 12.05 Setting up libpcrecpp0v5:armhf (2:8.39-12) ...
12:57:40 #10 73.40   Installing : dwz-0.11-3.el7.x86_64                                      41/52 
12:57:40 #14 31.68   Cleanup          : glibc-gconv-extra-2.28-211.el8.x86_64                88/90 
12:57:40 #14 31.68   Running scriptlet: glibc-gconv-extra-2.28-211.el8.x86_64                88/90 
12:57:40 #14 31.71   Cleanup          : glibc-common-2.28-211.el8.x86_64                     89/90 
12:57:40 #14 31.73   Cleanup          : libgcc-8.5.0-15.el8.x86_64                           90/90 
12:57:40 #12 6.664  Done
12:57:40 #12 6.850 Starting pkgProblemResolver with broken count: 0
12:57:40 #10 49.00 Preparing to unpack .../246-libnamespace-clean-perl_0.27-1_all.deb ...
12:57:40 #10 49.00 Unpacking libnamespace-clean-perl (0.27-1) ...
12:57:40 #10 49.04 Selecting previously unselected package libpath-tiny-perl.
12:57:40 #10 49.04 Preparing to unpack .../247-libpath-tiny-perl_0.118-1_all.deb ...
12:57:40 #10 49.04 Unpacking libpath-tiny-perl (0.118-1) ...
12:57:40 #10 49.12 Selecting previously unselected package libtype-tiny-perl.
12:57:40 #10 49.12 Preparing to unpack .../248-libtype-tiny-perl_1.012001-2_all.deb ...
12:57:40 #10 49.13 Unpacking libtype-tiny-perl (1.012001-2) ...
12:57:40 #10 49.21 Selecting previously unselected package libgitlab-api-v4-perl.
12:57:40 #10 49.21 Preparing to unpack .../249-libgitlab-api-v4-perl_0.26-1_all.deb ...
12:57:40 #10 49.21 Unpacking libgitlab-api-v4-perl (0.26-1) ...
12:57:40 #12 6.389 Running transaction check
12:57:40 #12 6.495 Transaction check succeeded.
12:57:40 #12 6.495 Running transaction test
12:57:40 #12 3.180 Reading package lists...
12:57:40 #12 3.689 Building dependency tree...
12:57:40 #12 DONE 9.4s
12:57:40 #12 24.30   Running scriptlet: selinux-policy-devel-37.19-1.fc37.noarch             86/99 
12:57:40 #12 24.62   Installing       : cmake-data-3.25.2-1.fc37.noarch                      87/99 
12:57:40 #10 60.49 Setting up libx265-199:armhf (3.5-2+b1) ...
12:57:40 #10 60.51 Setting up libwebp7:armhf (1.2.4-0.1) ...
12:57:40 #10 60.53 Setting up libubsan1:armhf (12.2.0-14) ...
12:57:40 #10 60.54 Setting up python-apt-common (2.5.2) ...
12:57:40 #10 60.55 Setting up sensible-utils (0.0.17+nmu1) ...
12:57:40 #10 60.57 Setting up xdelta3 (3.0.11-dfsg-1.2) ...
12:57:40 #10 60.59 Setting up libcrypt-dev:armhf (1:4.4.33-2) ...
12:57:40 #10 60.60 Setting up libtiff6:armhf (4.5.0-4) ...
12:57:40 #10 60.62 Setting up libasan8:armhf (12.2.0-14) ...
12:57:40 #10 60.64 Setting up libuchardet0:armhf (0.0.7-1) ...
12:57:40 #10 60.65 Setting up lzop (1.04-2) ...
12:57:40 #10 60.66 Setting up libmpdec3:armhf (2.5.1-2) ...
12:57:40 #10 60.68 Setting up git-man (1:2.39.1-0.1) ...
12:57:40 #10 60.69 Setting up libssh2-1:armhf (1.10.0-3+b1) ...
12:57:41 #12 12.06 Setting up libseccomp-dev:armhf (2.3.3-4) ...
12:57:41 #12 12.08 Setting up libpcre16-3:armhf (2:8.39-12) ...
12:57:41 #12 12.09 Setting up libarchive13:armhf (3.3.3-4+deb10u3) ...
12:57:41 #12 12.11 Setting up libsepol1-dev:armhf (2.8-1) ...
12:57:41 #12 12.12 Setting up libuv1:armhf (1.24.1-1+deb10u1) ...
12:57:41 #12 12.13 Setting up bash-completion (1:2.8-6) ...
12:57:41 #10 74.20   Installing : gdb-7.6.1-120.el7.x86_64                                   42/52 
12:57:41 #10 74.22   Installing : perl-srpm-macros-1-8.el7.noarch                            43/52 
12:57:41 #10 74.25   Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch               44/52 
12:57:41 #10 74.28   Installing : unzip-6.0-24.el7_9.x86_64                                  45/52 
12:57:41 #10 74.30   Installing : file-5.11-37.el7.x86_64                                    46/52 
12:57:41 #14 31.73   Running scriptlet: libgcc-8.5.0-15.el8.x86_64                           90/90 
12:57:41 #14 31.83   Running scriptlet: glibc-common-2.28-224.el8.x86_64                     90/90 
12:57:41 #14 31.97   Running scriptlet: systemd-239-70.el8.x86_64                            90/90 
12:57:41 #14 32.10   Verifying        : pcre2-10.32-3.el8.x86_64                              1/90 
12:57:41 #12 6.896 Starting 2 pkgProblemResolver with broken count: 0
12:57:41 #12 6.900 Done
12:57:41 #10 49.28 Selecting previously unselected package libglib2.0-0:armhf.
12:57:41 #10 49.28 Preparing to unpack .../250-libglib2.0-0_2.66.8-1_armhf.deb ...
12:57:41 #10 49.28 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
12:57:41 #10 49.44 Selecting previously unselected package libglib2.0-data.
12:57:41 #10 49.45 Preparing to unpack .../251-libglib2.0-data_2.66.8-1_all.deb ...
12:57:41 #10 49.45 Unpacking libglib2.0-data (2.66.8-1) ...
12:57:41 #12 3.820 Reading state information...
12:57:41 #12 3.839 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:57:41 #12 4.000 Starting 2 pkgProblemResolver with broken count: 0
12:57:41 #12 4.003 Done
12:57:41 
12:57:41 #13 [stage-1 5/8] COPY sources/ /sources
12:57:41 #13 DONE 0.1s
12:57:41 
12:57:41 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:57:41 #12 24.74   Installing       : cmake-3.25.2-1.fc37.aarch64                          88/99 
12:57:41 #12 24.75   Installing       : libtool-2.4.7-2.fc37.aarch64                         89/99 
12:57:41 #12 24.77   Installing       : annobin-plugin-gcc-10.92-1.fc37.aarch64              90/99 
12:57:41 #12 24.77   Running scriptlet: annobin-plugin-gcc-10.92-1.fc37.aarch64              90/99 
12:57:41 #12 24.79   Installing       : gcc-plugin-annobin-12.2.1-4.fc37.aarch64             91/99 
12:57:41 #12 24.80   Installing       : device-mapper-devel-1.02.175-9.fc37.aarch64          92/99 
12:57:41 #12 24.81   Installing       : libtool-ltdl-devel-2.4.7-2.fc37.aarch64              93/99 
12:57:41 #12 24.82   Installing       : libseccomp-devel-2.5.3-3.fc37.aarch64                94/99 
12:57:41 #12 24.83   Installing       : systemd-rpm-macros-251.10-588.fc37.noarch            95/99 
12:57:41 #12 24.84   Installing       : which-2.21-35.fc37.aarch64                           96/99 
12:57:41 #12 24.84   Installing       : rpm-plugin-selinux-4.18.0-1.fc37.aarch64             97/99 
12:57:41 #12 24.85   Cleanup          : systemd-libs-251.8-586.fc37.aarch64                  98/99 
12:57:41 #12 24.85   Cleanup          : libxcrypt-4.4.33-3.fc37.aarch64                      99/99 
12:57:41 #12 24.86   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          99/99 
12:57:41 #12 24.87   Running scriptlet: systemd-resolved-251.10-588.fc37.aarch64             99/99 
12:57:41 #13 62.90   Installing : libarchive-3.1.2-14.el7_7.aarch64                          30/65 
12:57:41 #13 63.20   Installing : audit-libs-python-2.8.5-4.el7.aarch64                      31/65 
12:57:41 #13 63.22   Installing : perl-TermReadKey-2.30-20.el7.aarch64                       32/65 
12:57:41 #10 60.71 Setting up netbase (6.4) ...
12:57:41 #10 60.74 Setting up libkrb5-3:armhf (1.20.1-1) ...
12:57:41 #10 60.75 Setting up libbinutils:armhf (2.40-2) ...
12:57:41 #10 60.77 Setting up lsb-release (12.0-1) ...
12:57:41 #10 60.78 Setting up libfido2-1:armhf (1.12.0-2) ...
12:57:41 #10 60.80 Setting up libisl23:armhf (0.25-1) ...
12:57:41 #10 60.81 Setting up libde265-0:armhf (1.0.11-1) ...
12:57:41 #10 60.83 Setting up libc-dev-bin (2.36-8) ...
12:57:41 #10 60.85 Setting up openssl (3.0.7-2) ...
12:57:41 #10 60.86 Setting up libbsd0:armhf (0.11.7-2) ...
12:57:41 #10 60.88 Setting up libyuv0:armhf (0.0~git20230104.6e4b0ac-1) ...
12:57:41 #10 60.90 Setting up libelf1:armhf (0.188-2.1) ...
12:57:41 #10 60.91 Setting up readline-common (8.2-1.3) ...
12:57:41 #10 60.93 Setting up publicsuffix (20221208.1942-1) ...
12:57:41 #10 60.94 Setting up libxml2:armhf (2.9.14+dfsg-1.1+b3) ...
12:57:41 #10 60.95 Setting up zstd (1.5.2+dfsg2-3) ...
12:57:41 #10 60.97 Setting up libmarkdown2:armhf (2.2.7-2) ...
12:57:41 #10 60.98 Setting up libcc1-0:armhf (12.2.0-14) ...
12:57:41 #10 60.99 Setting up iso-codes (4.12.0-1) ...
12:57:41 #10 61.01 Setting up liblocale-gettext-perl (1.07-5) ...
12:57:41 #14 32.10   Verifying        : pcre2-10.32-3.el8_6.x86_64                            2/90 
12:57:41 #14 32.10   Verifying        : autoconf-2.69-29.el8.noarch                           3/90 
12:57:41 #14 32.10   Verifying        : automake-1.16.1-7.el8.noarch                          4/90 
12:57:41 #14 32.10   Verifying        : cmake-3.20.2-4.el8.x86_64                             5/90 
12:57:41 #14 32.10   Verifying        : cmake-data-3.20.2-4.el8.noarch                        6/90 
12:57:41 #14 32.10   Verifying        : cmake-filesystem-3.20.2-4.el8.x86_64                  7/90 
12:57:41 #14 32.10   Verifying        : cmake-rpm-macros-3.20.2-4.el8.noarch                  8/90 
12:57:41 #14 32.10   Verifying        : git-2.39.0-1.el8.x86_64                               9/90 
12:57:41 #14 32.10   Verifying        : git-core-2.39.0-1.el8.x86_64                         10/90 
12:57:41 #14 32.10   Verifying        : git-core-doc-2.39.0-1.el8.noarch                     11/90 
12:57:41 #14 32.10   Verifying        : isl-0.16.1-6.el8.x86_64                              12/90 
12:57:41 #14 32.10   Verifying        : libmpc-1.1.0-9.1.el8.x86_64                          13/90 
12:57:41 #14 32.10   Verifying        : libseccomp-devel-2.5.2-1.el8.x86_64                  14/90 
12:57:41 #14 32.10   Verifying        : libtool-2.4.6-25.el8.x86_64                          15/90 
12:57:41 #14 32.10   Verifying        : libtool-ltdl-devel-2.4.6-25.el8.x86_64               16/90 
12:57:41 #14 32.10   Verifying        : libuv-1:1.41.1-1.el8_4.x86_64                        17/90 
12:57:41 #14 32.10   Verifying        : libxkbcommon-0.9.1-1.el8.x86_64                      18/90 
12:57:41 #14 32.10   Verifying        : perl-Error-1:0.17025-2.el8.noarch                    19/90 
12:57:41 #14 32.10   Verifying        : perl-Git-2.39.0-1.el8.noarch                         20/90 
12:57:41 #14 32.10   Verifying        : perl-TermReadKey-2.37-7.el8.x86_64                   21/90 
12:57:41 #14 32.10   Verifying        : perl-Thread-Queue-3.13-1.el8.noarch                  22/90 
12:57:41 #14 32.10   Verifying        : vim-filesystem-2:8.0.1763-19.el8.4.noarch            23/90 
12:57:41 #14 32.10   Verifying        : xkeyboard-config-2.28-1.el8.noarch                   24/90 
12:57:41 #14 32.10   Verifying        : annobin-10.94-1.el8.x86_64                           25/90 
12:57:41 #14 32.10   Verifying        : checkpolicy-2.9-1.el8.x86_64                         26/90 
12:57:41 #14 32.10   Verifying        : cpp-8.5.0-18.el8.x86_64                              27/90 
12:57:41 #14 32.10   Verifying        : gcc-8.5.0-18.el8.x86_64                              28/90 
12:57:41 #14 32.10   Verifying        : gcc-plugin-annobin-8.5.0-18.el8.x86_64               29/90 
12:57:41 #14 32.10   Verifying        : glibc-devel-2.28-224.el8.x86_64                      30/90 
12:57:41 #14 32.10   Verifying        : glibc-headers-2.28-224.el8.x86_64                    31/90 
12:57:41 #14 32.10   Verifying        : glibc-langpack-en-2.28-224.el8.x86_64                32/90 
12:57:41 #14 32.10   Verifying        : kernel-headers-4.18.0-448.el8.x86_64                 33/90 
12:57:41 #14 32.10   Verifying        : less-530-1.el8.x86_64                                34/90 
12:57:41 #14 32.10   Verifying        : libedit-3.1-23.20170329cvs.el8.x86_64                35/90 
12:57:41 #14 32.10   Verifying        : libgomp-8.5.0-18.el8.x86_64                          36/90 
12:57:41 #14 32.10   Verifying        : libselinux-devel-2.9-8.el8.x86_64                    37/90 
12:57:41 #14 32.10   Verifying        : libselinux-utils-2.9-8.el8.x86_64                    38/90 
12:57:41 #14 32.10   Verifying        : libsepol-devel-2.9-3.el8.x86_64                      39/90 
12:57:41 #14 32.10   Verifying        : libxcrypt-devel-4.1.1-6.el8.x86_64                   40/90 
12:57:41 #14 32.10   Verifying        : m4-1.4.18-7.el8.x86_64                               41/90 
12:57:41 #14 32.10   Verifying        : make-1:4.2.1-11.el8.x86_64                           42/90 
12:57:41 #14 32.10   Verifying        : openssh-8.0p1-17.el8.x86_64                          43/90 
12:57:41 #14 32.10   Verifying        : openssh-clients-8.0p1-17.el8.x86_64                  44/90 
12:57:41 #14 32.10   Verifying        : pcre2-devel-10.32-3.el8.x86_64                       45/90 
12:57:41 #14 32.10   Verifying        : pcre2-utf16-10.32-3.el8.x86_64                       46/90 
12:57:41 #14 32.10   Verifying        : pcre2-utf32-10.32-3.el8.x86_64                       47/90 
12:57:41 #14 32.10   Verifying        : perl-Data-Dumper-2.167-399.el8.x86_64                48/90 
12:57:41 #14 32.10   Verifying        : policycoreutils-2.9-21.1.el8.x86_64                  49/90 
12:57:41 #14 32.10   Verifying        : policycoreutils-devel-2.9-21.1.el8.x86_64            50/90 
12:57:41 #14 32.10   Verifying        : policycoreutils-python-utils-2.9-21.1.el8.noarch     51/90 
12:57:41 #14 32.10   Verifying        : python3-audit-3.0.7-4.el8.x86_64                     52/90 
12:57:41 #14 32.10   Verifying        : python3-libselinux-2.9-8.el8.x86_64                  53/90 
12:57:41 #14 32.10   Verifying        : python3-libsemanage-2.9-9.el8.x86_64                 54/90 
12:57:41 #14 32.10   Verifying        : python3-policycoreutils-2.9-21.1.el8.noarch          55/90 
12:57:41 #14 32.10   Verifying        : python3-setools-4.3.0-3.el8.x86_64                   56/90 
12:57:41 #14 32.11   Verifying        : rpm-plugin-selinux-4.14.3-26.el8.x86_64              57/90 
12:57:41 #14 32.11   Verifying        : selinux-policy-3.14.3-114.el8.noarch                 58/90 
12:57:41 12:57:41 #14 32.11   Verifying        : selinux-policy-devel-3.14.3-114.el8.noarch           59/90 
12:57:41 #14 32.11   Verifying        : selinux-policy-minimum-3.14.3-114.el8.noarch         60/90 
#10 74.33   Installing : rpm-build-4.11.3-48.el7_9.x86_64                           47/52 
12:57:41 #10 74.38   Installing : rpmlint-1.5-4.el7.noarch                                   48/52 
12:57:41 #14 32.11   Verifying        : systemd-devel-239-70.el8.x86_64                      61/90 
12:57:41 #14 32.11   Verifying        : device-mapper-devel-8:1.02.181-9.el8.x86_64          62/90 
12:57:41 #10 74.39   Cleanup    : rpm-python-4.11.3-45.el7.x86_64                            49/52 
12:57:41 #14 32.11   Verifying        : glibc-static-2.28-224.el8.x86_64                     63/90 
12:57:41 #14 32.11   Verifying        : libxcrypt-static-4.1.1-6.el8.x86_64                  64/90 
12:57:41 #14 32.11   Verifying        : device-mapper-8:1.02.181-9.el8.x86_64                65/90 
12:57:41 #14 32.11   Verifying        : device-mapper-8:1.02.181-6.el8.x86_64                66/90 
12:57:41 #14 32.11   Verifying        : device-mapper-libs-8:1.02.181-9.el8.x86_64           67/90 
12:57:41 #14 32.11   Verifying        : device-mapper-libs-8:1.02.181-6.el8.x86_64           68/90 
12:57:41 #14 32.11   Verifying        : glibc-2.28-224.el8.x86_64                            69/90 
12:57:41 #14 32.11   Verifying        : glibc-2.28-211.el8.x86_64                            70/90 
12:57:41 #14 32.11   Verifying        : glibc-common-2.28-224.el8.x86_64                     71/90 
12:57:41 #14 32.11   Verifying        : glibc-common-2.28-211.el8.x86_64                     72/90 
12:57:41 #14 32.11   Verifying        : glibc-gconv-extra-2.28-224.el8.x86_64                73/90 
12:57:41 #14 32.11   Verifying        : glibc-gconv-extra-2.28-211.el8.x86_64                74/90 
12:57:41 #14 32.11   Verifying        : glibc-minimal-langpack-2.28-224.el8.x86_64           75/90 
12:57:41 #14 32.11   Verifying        : glibc-minimal-langpack-2.28-211.el8.x86_64           76/90 
12:57:41 #14 32.11   Verifying        : libarchive-3.3.3-5.el8.x86_64                        77/90 
12:57:41 #14 32.11   Verifying        : libarchive-3.3.3-4.el8.x86_64                        78/90 
12:57:41 #14 32.11   Verifying        : libgcc-8.5.0-18.el8.x86_64                           79/90 
12:57:41 #14 32.11   Verifying        : libgcc-8.5.0-15.el8.x86_64                           80/90 
12:57:41 #14 32.11   Verifying        : libselinux-2.9-8.el8.x86_64                          81/90 
12:57:41 #14 32.11   Verifying        : libselinux-2.9-6.el8.x86_64                          82/90 
12:57:41 #14 32.11   Verifying        : systemd-239-70.el8.x86_64                            83/90 
12:57:41 #14 32.11   Verifying        : systemd-239-67.el8.x86_64                            84/90 
12:57:41 #14 32.11   Verifying        : systemd-libs-239-70.el8.x86_64                       85/90 
12:57:41 #14 32.11   Verifying        : systemd-libs-239-67.el8.x86_64                       86/90 
12:57:41 #14 32.11   Verifying        : systemd-pam-239-70.el8.x86_64                        87/90 
12:57:41 #14 32.11   Verifying        : systemd-pam-239-67.el8.x86_64                        88/90 
12:57:41 #14 32.11   Verifying        : tar-2:1.30-8.el8.x86_64                              89/90 
12:57:41 #14 32.11   Verifying        : tar-2:1.30-6.el8.x86_64                              90/90 
12:57:41 #14 32.38 
12:57:41 #14 32.38 Upgraded:
12:57:41 #14 32.38   device-mapper-8:1.02.181-9.el8.x86_64                                         
12:57:41 #14 32.38   device-mapper-libs-8:1.02.181-9.el8.x86_64                                    
12:57:41 #14 32.38   glibc-2.28-224.el8.x86_64                                                     
12:57:41 #14 32.38   glibc-common-2.28-224.el8.x86_64                                              
12:57:41 #14 32.38   glibc-gconv-extra-2.28-224.el8.x86_64                                         
12:57:41 #14 32.38   glibc-minimal-langpack-2.28-224.el8.x86_64                                    
12:57:41 #14 32.38   libarchive-3.3.3-5.el8.x86_64                                                 
12:57:41 #14 32.38   libgcc-8.5.0-18.el8.x86_64                                                    
12:57:41 #14 32.38   libselinux-2.9-8.el8.x86_64                                                   
12:57:41 #14 32.38   systemd-239-70.el8.x86_64                                                     
12:57:41 #14 32.38   systemd-libs-239-70.el8.x86_64                                                
12:57:41 #14 32.38   systemd-pam-239-70.el8.x86_64                                                 
12:57:41 #14 32.38   tar-2:1.30-8.el8.x86_64                                                       
12:57:41 #14 32.38 Downgraded:
12:57:41 #14 32.38   pcre2-10.32-3.el8.x86_64                                                      
12:57:41 #14 32.38 Installed:
12:57:41 #14 32.38   annobin-10.94-1.el8.x86_64                                                    
12:57:41 #14 32.38   autoconf-2.69-29.el8.noarch                                                   
12:57:41 #14 32.38   automake-1.16.1-7.el8.noarch                                                  
12:57:41 #14 32.38   checkpolicy-2.9-1.el8.x86_64                                                  
12:57:41 #14 32.38   cmake-3.20.2-4.el8.x86_64                                                     
12:57:41 #14 32.38   cmake-data-3.20.2-4.el8.noarch                                                
12:57:41 #14 32.38   cmake-filesystem-3.20.2-4.el8.x86_64                                          
12:57:41 #14 32.38   cmake-rpm-macros-3.20.2-4.el8.noarch                                          
12:57:41 #14 32.38   cpp-8.5.0-18.el8.x86_64                                                       
12:57:41 #14 32.38   device-mapper-devel-8:1.02.181-9.el8.x86_64                                   
12:57:41 #14 32.38   gcc-8.5.0-18.el8.x86_64                                                       
12:57:41 #14 32.38   gcc-plugin-annobin-8.5.0-18.el8.x86_64                                        
12:57:41 #14 32.38   git-2.39.0-1.el8.x86_64                                                       
12:57:41 #14 32.38   git-core-2.39.0-1.el8.x86_64                                                  
12:57:41 #14 32.38   git-core-doc-2.39.0-1.el8.noarch                                              
12:57:41 #14 32.38   glibc-devel-2.28-224.el8.x86_64                                               
12:57:41 #14 32.38   glibc-headers-2.28-224.el8.x86_64                                             
12:57:41 #14 32.38   glibc-langpack-en-2.28-224.el8.x86_64                                         
12:57:41 #14 32.38   glibc-static-2.28-224.el8.x86_64                                              
12:57:41 #14 32.38   isl-0.16.1-6.el8.x86_64                                                       
12:57:41 #14 32.38   kernel-headers-4.18.0-448.el8.x86_64                                          
12:57:41 #14 32.38   less-530-1.el8.x86_64                                                         
12:57:41 #14 32.38   libedit-3.1-23.20170329cvs.el8.x86_64                                         
12:57:41 #14 32.38   libgomp-8.5.0-18.el8.x86_64                                                   
12:57:41 #14 32.38   libmpc-1.1.0-9.1.el8.x86_64                                                   
12:57:41 #14 32.38   libseccomp-devel-2.5.2-1.el8.x86_64                                           
12:57:41 #14 32.38   libselinux-devel-2.9-8.el8.x86_64                                             
12:57:41 #14 32.38   libselinux-utils-2.9-8.el8.x86_64                                             
12:57:41 #14 32.38   libsepol-devel-2.9-3.el8.x86_64                                               
12:57:41 #14 32.38   libtool-2.4.6-25.el8.x86_64                                                   
12:57:41 #14 32.38   libtool-ltdl-devel-2.4.6-25.el8.x86_64                                        
12:57:41 #14 32.38   libuv-1:1.41.1-1.el8_4.x86_64                                                 
12:57:41 #14 32.38   libxcrypt-devel-4.1.1-6.el8.x86_64                                            
12:57:41 #14 32.38   libxcrypt-static-4.1.1-6.el8.x86_64                                           
12:57:41 #14 32.38   libxkbcommon-0.9.1-1.el8.x86_64                                               
12:57:41 #14 32.38   m4-1.4.18-7.el8.x86_64                                                        
12:57:41 #14 32.38   make-1:4.2.1-11.el8.x86_64                                                    
12:57:41 #14 32.38   openssh-8.0p1-17.el8.x86_64                                                   
12:57:41 #14 32.38   openssh-clients-8.0p1-17.el8.x86_64                                           
12:57:41 #14 32.38   pcre2-devel-10.32-3.el8.x86_64                                                
12:57:41 #14 32.38   pcre2-utf16-10.32-3.el8.x86_64                                                
12:57:41 #14 32.38   pcre2-utf32-10.32-3.el8.x86_64                                                
12:57:41 #14 32.38   perl-Data-Dumper-2.167-399.el8.x86_64                                         
12:57:41 #14 32.38   perl-Error-1:0.17025-2.el8.noarch                                             
12:57:41 #14 32.38   perl-Git-2.39.0-1.el8.noarch                                                  
12:57:41 #14 32.38   perl-TermReadKey-2.37-7.el8.x86_64                                            
12:57:41 #14 32.38   perl-Thread-Queue-3.13-1.el8.noarch                                           
12:57:41 #14 32.38   policycoreutils-2.9-21.1.el8.x86_64                                           
12:57:41 #14 32.38   policycoreutils-devel-2.9-21.1.el8.x86_64                                     
12:57:41 #14 32.38   policycoreutils-python-utils-2.9-21.1.el8.noarch                              
12:57:41 #14 32.38   python3-audit-3.0.7-4.el8.x86_64                                              
12:57:41 #14 32.38   python3-libselinux-2.9-8.el8.x86_64                                           
12:57:41 #14 32.38   python3-libsemanage-2.9-9.el8.x86_64                                          
12:57:41 #14 32.38   python3-policycoreutils-2.9-21.1.el8.noarch                                   
12:57:41 #14 32.38   python3-setools-4.3.0-3.el8.x86_64                                            
12:57:41 #14 32.38   rpm-plugin-selinux-4.14.3-26.el8.x86_64                                       
12:57:41 #14 32.38   selinux-policy-3.14.3-114.el8.noarch                                          
12:57:41 #14 32.38   selinux-policy-devel-3.14.3-114.el8.noarch                                    
12:57:41 #14 32.38   selinux-policy-minimum-3.14.3-114.el8.noarch                                  
12:57:41 #14 32.38   systemd-devel-239-70.el8.x86_64                                               
12:57:41 #14 32.38   vim-filesystem-2:8.0.1763-19.el8.4.noarch                                     
12:57:41 #14 32.38   xkeyboard-config-2.28-1.el8.noarch                                            
12:57:41 #14 32.38 
12:57:41 #14 32.38 Complete!
12:57:41 #12 7.254 The following additional packages will be installed:
12:57:41 #12 7.254   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
12:57:41 #12 7.255   g++-10 libarchive13 libdevmapper-dev libdevmapper-event1.02.1
12:57:41 #12 7.255   libdevmapper1.02.1 libglib2.0-0 libjsoncpp24 libltdl-dev libltdl7
12:57:41 #12 7.255   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0
12:57:41 #12 7.255   libseccomp-dev libselinux1-dev libsepol1-dev libstdc++-10-dev libsystemd-dev
12:57:41 #12 7.256   libudev-dev libuv1 pkg-config
12:57:41 #12 7.257 Suggested packages:
12:57:41 #12 7.257   cmake-doc ninja-build apparmor-easyprof gcc-10-doc lrzip libtool-doc seccomp
12:57:41 #12 7.257   libstdc++-10-doc
12:57:41 #12 7.257 Recommended packages:
12:57:41 #12 7.257   libglib2.0-data shared-mime-info xdg-user-dirs
12:57:41 #10 49.67 Selecting previously unselected package libgpm2:armhf.
12:57:41 #10 49.67 Preparing to unpack .../252-libgpm2_1.20.7-8_armhf.deb ...
12:57:41 #10 49.68 Unpacking libgpm2:armhf (1.20.7-8) ...
12:57:41 #10 49.72 Selecting previously unselected package libhash-fieldhash-perl.
12:57:41 #10 49.72 Preparing to unpack .../253-libhash-fieldhash-perl_0.15-1+b3_armhf.deb ...
12:57:41 #10 49.72 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
12:57:41 #10 49.76 Selecting previously unselected package libhtml-form-perl.
12:57:41 #10 49.76 Preparing to unpack .../254-libhtml-form-perl_6.07-1_all.deb ...
12:57:41 #10 49.76 Unpacking libhtml-form-perl (6.07-1) ...
12:57:41 #10 49.79 Selecting previously unselected package libhtml-format-perl.
12:57:41 #10 49.79 Preparing to unpack .../255-libhtml-format-perl_2.12-1.1_all.deb ...
12:57:41 #12 4.147  Done
12:57:41 #12 4.281 Starting pkgProblemResolver with broken count: 0
12:57:41 #12 4.304 Starting 2 pkgProblemResolver with broken count: 0
12:57:41 #12 4.307 Done
12:57:41 #10 61.02 Setting up dctrl-tools (2.24-3) ...
12:57:41 #10 61.04 Setting up debian-keyring (2022.12.24) ...
12:57:41 #10 61.05 Setting up libgdbm6:armhf (1.23-3) ...
12:57:41 #10 61.07 Setting up libctf0:armhf (2.40-2) ...
12:57:41 #10 61.08 Setting up pinentry-curses (1.2.1-1) ...
12:57:41 #10 61.10 Setting up manpages-dev (6.02-1) ...
12:57:41 #10 61.11 Setting up libxdmcp6:armhf (1:1.1.2-3) ...
12:57:41 #10 61.13 Setting up cpp-12 (12.2.0-14) ...
12:57:41 #10 61.14 Setting up libxcb1:armhf (1.15-1) ...
12:57:41 #10 61.16 Setting up gettext (0.21-11) ...
12:57:41 #10 61.17 Setting up xdelta (1.1.3-10.4) ...
12:57:41 #10 61.19 Setting up libavif15:armhf (0.11.1-1) ...
12:57:41 #10 61.20 Setting up libarchive13:armhf (3.6.2-1) ...
12:57:41 #10 61.21 Setting up fontconfig-config (2.14.1-4) ...
12:57:41 #10 49.80 Unpacking libhtml-format-perl (2.12-1.1) ...
12:57:41 #10 49.84 Selecting previously unselected package libhtml-html5-entities-perl.
12:57:41 #10 49.84 Preparing to unpack .../256-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
12:57:41 #10 49.84 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
12:57:41 #10 49.88 Selecting previously unselected package libhttp-daemon-perl.
12:57:41 #10 49.88 Preparing to unpack .../257-libhttp-daemon-perl_6.12-1+deb11u1_all.deb ...
12:57:41 #10 49.89 Unpacking libhttp-daemon-perl (6.12-1+deb11u1) ...
12:57:41 #10 49.92 Selecting previously unselected package libio-sessiondata-perl.
12:57:41 #10 49.93 Preparing to unpack .../258-libio-sessiondata-perl_1.03-1.1_all.deb ...
12:57:41 #10 49.93 Unpacking libio-sessiondata-perl (1.03-1.1) ...
12:57:41 #10 49.96 Selecting previously unselected package libipc-run3-perl.
12:57:41 #10 49.96 Preparing to unpack .../259-libipc-run3-perl_0.048-2_all.deb ...
12:57:41 #10 49.97 Unpacking libipc-run3-perl (0.048-2) ...
12:57:41 #10 50.00 Selecting previously unselected package libtypes-serialiser-perl.
12:57:41 #10 50.00 Preparing to unpack .../260-libtypes-serialiser-perl_1.01-1_all.deb ...
12:57:41 #10 50.01 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:57:41 #10 50.04 Selecting previously unselected package libjson-xs-perl.
12:57:41 #10 50.04 Preparing to unpack .../261-libjson-xs-perl_4.030-1+b1_armhf.deb ...
12:57:41 #12 4.508 The following additional packages will be installed:
12:57:41 #12 4.508   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:57:41 #12 4.509   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24 libncurses6
12:57:41 #12 4.509   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libprocps8
12:57:41 #12 4.509   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
12:57:41 #12 4.509   libudev-dev libuv1 pkg-config procps
12:57:41 #12 4.510 Suggested packages:
12:57:41 #12 4.510   cmake-doc ninja-build apparmor-easyprof seccomp
12:57:41 #12 4.510 Recommended packages:
12:57:41 #12 4.510   psmisc
12:57:41 #12 12.78 Setting up libpcre32-3:armhf (2:8.39-12) ...
12:57:41 #12 12.79 Setting up pkg-config (0.29-6) ...
12:57:41 #12 12.85 Setting up libudev-dev:armhf (241-7~deb10u8+rpi1) ...
12:57:41 #12 12.86 Setting up libltdl7:armhf (2.4.6-9) ...
12:57:41 #12 12.88 Setting up librhash0:armhf (1.3.8-1) ...
12:57:41 #13 63.24   Installing : perl-Git-1.8.3.1-23.el7_8.noarch                           33/65 
12:57:41 #13 63.92   Installing : git-1.8.3.1-23.el7_8.aarch64                               34/65 
12:57:41 #10 50.04 Unpacking libjson-xs-perl (4.030-1+b1) ...
12:57:41 #10 50.09 Selecting previously unselected package libjson-maybexs-perl.
12:57:41 #10 50.09 Preparing to unpack .../262-libjson-maybexs-perl_1.004003-1_all.deb ...
12:57:41 #10 50.09 Unpacking libjson-maybexs-perl (1.004003-1) ...
12:57:41 #10 50.15 Selecting previously unselected package libldap-common.
12:57:41 #10 50.15 Preparing to unpack .../263-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ...
12:57:41 #10 50.16 Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) ...
12:57:41 #10 50.21 Selecting previously unselected package liblist-compare-perl.
12:57:41 #10 50.21 Preparing to unpack .../264-liblist-compare-perl_0.55-1_all.deb ...
12:57:41 #10 50.22 Unpacking liblist-compare-perl (0.55-1) ...
12:57:41 #10 50.27 Selecting previously unselected package liblist-someutils-perl.
12:57:41 #10 50.27 Preparing to unpack .../265-liblist-someutils-perl_0.58-1_all.deb ...
12:57:41 #10 50.28 Unpacking liblist-someutils-perl (0.58-1) ...
12:57:41 #10 50.32 Selecting previously unselected package liblist-someutils-xs-perl.
12:57:41 #10 50.32 Preparing to unpack .../266-liblist-someutils-xs-perl_0.58-2+b1_armhf.deb ...
12:57:41 #10 50.32 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
12:57:41 #10 50.37 Selecting previously unselected package liblist-utilsby-perl.
12:57:41 #12 4.680 The following NEW packages will be installed:
12:57:41 #12 4.681   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:57:41 #12 4.682   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24 libncurses6
12:57:41 #12 4.683   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libprocps8
12:57:41 #12 4.683   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
12:57:41 #12 4.684   libudev-dev libuv1 pkg-config procps
12:57:41 #14 DONE 32.9s
12:57:41 
12:57:41 #15 [stage-1 8/9] COPY --from=golang /usr/local/go /usr/local/go
12:57:41 #12 12.89 Setting up cmake-data (3.16.3-3~bpo10+1) ...
12:57:41 #12 12.91 Setting up dh-apparmor (2.13.2-10) ...
12:57:41 #12 12.92 Setting up libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
12:57:41 #12 12.93 Setting up libjsoncpp1:armhf (1.7.4-3) ...
12:57:41 #12 12.95 Setting up libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
12:57:41 #12 12.97 Setting up libpcre3-dev:armhf (2:8.39-12) ...
12:57:41 #12 12.98 Setting up libltdl-dev:armhf (2.4.6-9) ...
12:57:41 #12 12.99 Setting up g++-8 (8.3.0-6+rpi1) ...
12:57:41 #12 13.01 Setting up cmake (3.16.3-3~bpo10+1) ...
12:57:41 #12 13.02 Setting up libselinux1-dev:armhf (2.8-1+b1) ...
12:57:41 #12 13.03 Setting up g++ (4:8.3.0-1+rpi2) ...
12:57:41 #12 13.06 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:57:41 #12 13.07 Setting up build-essential (12.6) ...
12:57:41 #12 13.08 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
12:57:41 #12 13.11 Setting up dmsetup (2:1.02.155-3) ...
12:57:41 #12 7.628 The following NEW packages will be installed:
12:57:41 #12 7.628   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
12:57:41 #12 7.628   g++-10 libarchive13 libdevmapper-dev libdevmapper-event1.02.1
12:57:41 #12 7.628   libdevmapper1.02.1 libglib2.0-0 libjsoncpp24 libltdl-dev libltdl7
12:57:41 #12 7.628   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0
12:57:41 #12 7.628   libseccomp-dev libselinux1-dev libsepol1-dev libstdc++-10-dev libsystemd-dev
12:57:41 #12 7.629   libudev-dev libuv1 pkg-config
12:57:41 #10 74.41   Cleanup    : rpm-build-libs-4.11.3-45.el7.x86_64                        50/52 
12:57:41 #12 DONE 10.8s
12:57:41 
12:57:41 #13 [stage-1 5/8] COPY sources/ /sources
12:57:41 #13 DONE 0.1s
12:57:41 
12:57:41 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:57:41 #17 exporting layers 4.3s done
12:57:41 #17 writing image sha256:8cf0973e5ad94553b0d31cd256a635ac4ceff41e5a51742c9f23aff90d44d3b5 done
12:57:41 #17 naming to docker.io/debbuild-ubuntu-bionic/x86_64 done
12:57:41 #17 DONE 4.3s
12:57:41 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/ubuntu-bionic:/build  debbuild-ubuntu-bionic/x86_64
12:57:42 #13 63.97   Installing : libgomp-4.8.5-44.el7.aarch64                               35/65 
12:57:42 #10 61.47 Setting up libedit2:armhf (3.1-20221030-2) ...
12:57:42 #10 61.48 Setting up libreadline8:armhf (8.2-1.3) ...
12:57:42 #10 61.49 Setting up libheif1:armhf (1.14.2-1) ...
12:57:42 #10 61.51 Setting up libldap-2.5-0:armhf (2.5.13+dfsg-3) ...
12:57:42 #10 61.52 Setting up ca-certificates (20211016) ...
12:57:42 #10 50.37 Preparing to unpack .../267-liblist-utilsby-perl_0.11-1_all.deb ...
12:57:42 #10 50.38 Unpacking liblist-utilsby-perl (0.11-1) ...
12:57:42 #10 50.42 Selecting previously unselected package libltdl7:armhf.
12:57:42 #10 50.43 Preparing to unpack .../268-libltdl7_2.4.6-15_armhf.deb ...
12:57:42 #10 50.43 Unpacking libltdl7:armhf (2.4.6-15) ...
12:57:42 #10 50.48 Selecting previously unselected package libltdl-dev:armhf.
12:57:42 #10 50.48 Preparing to unpack .../269-libltdl-dev_2.4.6-15_armhf.deb ...
12:57:42 #10 50.49 Unpacking libltdl-dev:armhf (2.4.6-15) ...
12:57:42 #10 50.54 Selecting previously unselected package liblzo2-2:armhf.
12:57:42 #10 50.55 Preparing to unpack .../270-liblzo2-2_2.10-2_armhf.deb ...
12:57:42 #10 50.55 Unpacking liblzo2-2:armhf (2.10-2) ...
12:57:42 #12 4.952 0 upgraded, 24 newly installed, 0 to remove and 1 not upgraded.
12:57:42 #12 4.952 1 not fully installed or removed.
12:57:42 #12 4.952 Need to get 11.4 MB of archives.
12:57:42 #12 4.952 After this operation, 46.6 MB of additional disk space will be used.
12:57:42 #12 4.952 Get:1 http://deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
12:57:42 #12 4.957 Get:2 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
12:57:42 #12 4.971 Get:3 http://deb.debian.org/debian bullseye/main amd64 libncurses6 amd64 6.2+20201114-2 [102 kB]
12:57:42 #12 4.973 Get:4 http://deb.debian.org/debian bullseye/main amd64 libprocps8 amd64 2:3.3.17-5 [63.9 kB]
12:57:42 #12 4.974 Get:5 http://deb.debian.org/debian bullseye/main amd64 procps amd64 2:3.3.17-5 [502 kB]
12:57:42 #12 4.977 Get:6 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
12:57:42 #12 4.978 Get:7 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
12:57:42 #12 4.980 Get:8 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
12:57:42 #12 4.981 Get:9 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
12:57:42 #12 5.038 Get:10 http://deb.debian.org/debian bullseye/main amd64 dh-apparmor all 2.13.6-10 [75.2 kB]
12:57:42 #12 5.039 Get:11 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
12:57:42 #12 5.041 Get:12 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
12:57:42 #12 5.042 Get:13 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
12:57:42 #12 5.043 Get:14 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u1 [123 kB]
12:57:42 #12 5.044 Get:15 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
12:57:42 #12 5.046 Get:16 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB]
12:57:42 #12 5.048 Get:17 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB]
12:57:42 #12 5.050 Get:18 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB]
12:57:42 #12 5.051 Get:19 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB]
12:57:42 #12 5.056 Get:20 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
12:57:42 #12 13.11 Setting up libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
12:57:42 #12 13.13 Setting up libdevmapper-dev:armhf (2:1.02.155-3) ...
12:57:42 #12 13.14 Setting up docker-ce-build-deps (1.0) ...
12:57:42 #12 13.16 Processing triggers for libc-bin (2.28-10+rpi1+deb10u2) ...
12:57:42 #12 13.18 Processing triggers for man-db (2.8.5-2) ...
12:57:42 #10 74.95   Cleanup    : rpm-libs-4.11.3-45.el7.x86_64                              51/52 
12:57:42 #12 7.748 Transaction test succeeded.
12:57:42 #12 7.748 Running transaction
12:57:42 + set -e
12:57:42 + mkdir -p /root/build-deb/engine
12:57:42 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:57:42 #10 61.87 Updating certificates in /etc/ssl/certs...
12:57:42 #10 50.59 Selecting previously unselected package libsys-hostname-long-perl.
12:57:42 #10 50.59 Preparing to unpack .../271-libsys-hostname-long-perl_1.5-2_all.deb ...
12:57:42 #10 50.60 Unpacking libsys-hostname-long-perl (1.5-2) ...
12:57:42 #10 50.63 Selecting previously unselected package libmail-sendmail-perl.
12:57:42 #10 50.64 Preparing to unpack .../272-libmail-sendmail-perl_0.80-1.1_all.deb ...
12:57:42 #10 50.64 Unpacking libmail-sendmail-perl (0.80-1.1) ...
12:57:42 #10 50.68 Selecting previously unselected package libnet-smtp-ssl-perl.
12:57:42 #10 50.68 Preparing to unpack .../273-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:57:42 #10 50.68 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:57:42 #10 50.74 Selecting previously unselected package libmailtools-perl.
12:57:42 #10 50.74 Preparing to unpack .../274-libmailtools-perl_2.21-1_all.deb ...
12:57:42 #10 50.76 Unpacking libmailtools-perl (2.21-1) ...
12:57:42 #10 50.80 Selecting previously unselected package libmarkdown2:armhf.
12:57:42 #10 50.80 Preparing to unpack .../275-libmarkdown2_2.2.6-1_armhf.deb ...
12:57:42 #10 50.81 Unpacking libmarkdown2:armhf (2.2.6-1) ...
12:57:42 #12 5.057 Get:21 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
12:57:42 #12 5.058 Get:22 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
12:57:42 #12 5.059 Get:23 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u1 [401 kB]
12:57:42 #12 5.061 Get:24 http://deb.debian.org/debian bullseye/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB]
12:57:42 #12 5.205 debconf: delaying package configuration, since apt-utils is not installed
12:57:42 #12 5.246 Fetched 11.4 MB in 0s (30.6 MB/s)
12:57:42 #12 5.277 Selecting previously unselected package bash-completion.
12:57:42 #12 5.277 (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 ... 28670 files and directories currently installed.)
12:57:42 #12 5.294 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
12:57:42 #12 8.159 0 upgraded, 29 newly installed, 0 to remove and 9 not upgraded.
12:57:42 #12 8.159 1 not fully installed or removed.
12:57:42 #12 8.159 Need to get 19.1 MB of archives.
12:57:42 #12 8.159 After this operation, 82.8 MB of additional disk space will be used.
12:57:42 #12 8.159 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6+rpi1 [1751 kB]
12:57:42 #12 8.199 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf cmake-data all 3.18.4-2+rpt1+rpi1+deb11u1 [1726 kB]
12:57:42 #10 62.27 127 added, 0 removed; done.
12:57:42 #10 50.84 Selecting previously unselected package libmime-tools-perl.
12:57:42 #10 50.85 Preparing to unpack .../276-libmime-tools-perl_5.509-1_all.deb ...
12:57:42 #10 50.86 Unpacking libmime-tools-perl (5.509-1) ...
12:57:42 #10 50.92 Selecting previously unselected package libmoox-aliases-perl.
12:57:42 #10 50.93 Preparing to unpack .../277-libmoox-aliases-perl_0.001006-1.1_all.deb ...
12:57:42 #10 50.94 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
12:57:42 #10 50.97 Selecting previously unselected package libnamespace-autoclean-perl.
12:57:42 #10 50.97 Preparing to unpack .../278-libnamespace-autoclean-perl_0.29-1_all.deb ...
12:57:42 #10 50.98 Unpacking libnamespace-autoclean-perl (0.29-1) ...
12:57:42 #10 51.01 Selecting previously unselected package libobject-id-perl.
12:57:42 #10 51.02 Preparing to unpack .../279-libobject-id-perl_0.1.2-2.1_all.deb ...
12:57:42 #10 51.02 Unpacking libobject-id-perl (0.1.2-2.1) ...
12:57:42 #10 51.06 Selecting previously unselected package libmoox-struct-perl.
12:57:42 #10 51.06 Preparing to unpack .../280-libmoox-struct-perl_0.020-1_all.deb ...
12:57:42 #10 51.06 Unpacking libmoox-struct-perl (0.020-1) ...
12:57:42 #13 64.37   Installing : setools-libs-3.3.8-4.el7.aarch64                           36/65 
12:57:42 #12 DONE 13.7s
12:57:42 
12:57:42 #13 [stage-1 5/8] COPY sources/ /sources
12:57:42 #12 8.730 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf g++-10 armhf 10.2.1-6+rpi1 [7341 kB]
12:57:42 #10 62.40 Setting up libfreetype6:armhf (2.12.1+dfsg-4) ...
12:57:42 #10 62.42 Setting up libgcc-12-dev:armhf (12.2.0-14) ...
12:57:42 #10 62.43 Setting up shared-mime-info (2.2-1) ...
12:57:42 + mkdir -p /root/build-deb/cli
12:57:42 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:57:42 #18 exporting layers 4.9s done
12:57:42 #18 writing image sha256:4d2e6f3685ee6b83b1c9a8d63eadd16d8605ebf88b0f5538b93a5da82ffd8de3 done
12:57:42 #18 naming to docker.io/debbuild-ubuntu-jammy/x86_64 done
12:57:42 #18 DONE 4.9s
12:57:42 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/ubuntu-jammy:/build  debbuild-ubuntu-jammy/x86_64
12:57:42 + set -e
12:57:42 + mkdir -p /root/build-deb/engine
12:57:42 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:57:42 #10 51.10 Selecting previously unselected package libmouse-perl.
12:57:42 #10 51.11 Preparing to unpack .../281-libmouse-perl_2.5.10-1+b1_armhf.deb ...
12:57:42 #10 51.11 Unpacking libmouse-perl (2.5.10-1+b1) ...
12:57:42 #10 51.17 Selecting previously unselected package libnumber-range-perl.
12:57:42 #10 51.17 Preparing to unpack .../282-libnumber-range-perl_0.12-1.1_all.deb ...
12:57:42 #10 51.18 Unpacking libnumber-range-perl (0.12-1.1) ...
12:57:42 #10 51.21 Selecting previously unselected package libossp-uuid16:armhf.
12:57:42 #10 51.22 Preparing to unpack .../283-libossp-uuid16_1.6.2-1.5+b9_armhf.deb ...
12:57:42 #10 51.22 Unpacking libossp-uuid16:armhf (1.6.2-1.5+b9) ...
12:57:42 #10 51.26 Selecting previously unselected package libossp-uuid-perl.
12:57:42 #10 51.26 Preparing to unpack .../284-libossp-uuid-perl_1.6.2-1.5+b9_armhf.deb ...
12:57:42 #10 51.27 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
12:57:42 #10 51.30 Selecting previously unselected package libpackage-stash-xs-perl.
12:57:42 #10 51.31 Preparing to unpack .../285-libpackage-stash-xs-perl_0.29-1+b2_armhf.deb ...
12:57:42 #10 51.31 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
12:57:42 #13 64.71   Installing : libseccomp-2.3.1-4.el7.aarch64                             37/65 
12:57:42 #13 65.01   Installing : perl-Data-Dumper-2.145-3.el7.aarch64                       38/65 
12:57:42 #12 5.761 Unpacking bash-completion (1:2.11-2) ...
12:57:42 #12 5.895 Selecting previously unselected package cmake-data.
12:57:42 #13 DONE 0.3s
12:57:42 
12:57:42 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:57:42 #12 8.867 Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf cmake armhf 3.18.4-2+rpt1+rpi1+deb11u1 [3104 kB]
12:57:43 #12 24.91   Running scriptlet: libxcrypt-4.4.33-3.fc37.aarch64                      99/99 
12:57:43 #12 26.44   Verifying        : automake-1.16.5-9.fc37.noarch                         1/99 
12:57:43 #12 26.44   Verifying        : checkpolicy-3.4-3.fc37.aarch64                        2/99 
12:57:43 #12 26.44   Verifying        : cryptsetup-libs-2.5.0-1.fc37.aarch64                  3/99 
12:57:43 #12 26.44   Verifying        : dbus-broker-32-1.fc37.aarch64                         4/99 
12:57:43 #12 26.44   Verifying        : device-mapper-1.02.175-9.fc37.aarch64                 5/99 
12:57:43 #12 26.44   Verifying        : device-mapper-devel-1.02.175-9.fc37.aarch64           6/99 
12:57:43 #12 26.44   Verifying        : device-mapper-libs-1.02.175-9.fc37.aarch64            7/99 
12:57:43 #12 26.44   Verifying        : gc-8.0.6-4.fc37.aarch64                               8/99 
12:57:43 #12 26.44   Verifying        : guile22-2.2.7-6.fc37.aarch64                          9/99 
12:57:43 #12 26.44   Verifying        : jsoncpp-1.9.5-3.fc37.aarch64                         10/99 
12:57:43 #12 26.44   Verifying        : kmod-libs-30-2.fc37.aarch64                          11/99 
12:57:43 #12 26.44   Verifying        : less-590-5.fc37.aarch64                              12/99 
12:57:43 #12 26.44   Verifying        : libargon2-20190702-1.fc37.aarch64                    13/99 
12:57:43 #12 26.44   Verifying        : libbpf-2:0.8.0-2.fc37.aarch64                        14/99 
12:57:43 #12 26.44   Verifying        : libcbor-0.7.0-7.fc37.aarch64                         15/99 
12:57:43 #12 26.44   Verifying        : libfdisk-2.38.1-1.fc37.aarch64                       16/99 
12:57:43 #12 26.44   Verifying        : libfido2-1.11.0-3.fc37.aarch64                       17/99 
12:57:43 #12 26.44   Verifying        : libmpc-1.2.1-5.fc37.aarch64                          18/99 
12:57:43 #12 26.44   Verifying        : libseccomp-2.5.3-3.fc37.aarch64                      19/99 
12:57:43 #12 26.44   Verifying        : libseccomp-devel-2.5.3-3.fc37.aarch64                20/99 
12:57:43 #12 26.44   Verifying        : libselinux-devel-3.4-5.fc37.aarch64                  21/99 
12:57:43 #12 26.44   Verifying        : libselinux-utils-3.4-5.fc37.aarch64                  22/99 
12:57:43 #12 26.44   Verifying        : libsepol-devel-3.4-3.fc37.aarch64                    23/99 
12:57:43 #12 26.44   Verifying        : libtool-2.4.7-2.fc37.aarch64                         24/99 
12:57:43 #12 26.44   Verifying        : libtool-ltdl-2.4.7-2.fc37.aarch64                    25/99 
12:57:43 #12 26.44   Verifying        : libtool-ltdl-devel-2.4.7-2.fc37.aarch64              26/99 
12:57:43 #12 26.44   Verifying        : libutempter-1.2.1-7.fc37.aarch64                     27/99 
12:57:43 #12 26.44   Verifying        : libuv-1:1.44.2-2.fc37.aarch64                        28/99 
12:57:43 #12 26.44   Verifying        : libxkbcommon-1.4.1-2.fc37.aarch64                    29/99 
12:57:43 #12 26.44   Verifying        : m4-1.4.19-4.fc37.aarch64                             30/99 
12:57:43 #12 26.44   Verifying        : make-1:4.3-11.fc37.aarch64                           31/99 
12:57:43 #12 26.44   Verifying        : openssh-8.8p1-7.fc37.aarch64                         32/99 
12:57:43 #12 26.44   Verifying        : openssh-clients-8.8p1-7.fc37.aarch64                 33/99 
12:57:43 #12 26.44   Verifying        : pcre2-devel-10.40-1.fc37.1.aarch64                   34/99 
12:57:43 #12 26.44   Verifying        : pcre2-utf16-10.40-1.fc37.1.aarch64                   35/99 
12:57:43 #12 26.44   Verifying        : pcre2-utf32-10.40-1.fc37.1.aarch64                   36/99 
12:57:43 #12 26.44   Verifying        : perl-Error-1:0.17029-10.fc37.noarch                  37/99 
12:57:43 #12 26.44   Verifying        : perl-File-Compare-1.100.700-492.fc37.noarch          38/99 
12:57:43 #12 26.44   Verifying        : perl-File-Copy-2.39-492.fc37.noarch                  39/99 
12:57:43 #12 26.44   Verifying        : perl-File-Find-1.40-492.fc37.noarch                  40/99 
12:57:43 #12 26.44   Verifying        : perl-TermReadKey-2.38-14.fc37.aarch64                41/99 
12:57:43 #12 26.44   Verifying        : perl-Thread-Queue-3.14-489.fc37.noarch               42/99 
12:57:43 #12 26.44   Verifying        : perl-lib-0.65-492.fc37.aarch64                       43/99 
12:57:43 #12 26.44   Verifying        : perl-threads-1:2.27-489.fc37.aarch64                 44/99 
12:57:43 #12 26.44   Verifying        : perl-threads-shared-1.64-489.fc37.aarch64            45/99 
12:57:43 #12 26.44   Verifying        : policycoreutils-3.4-6.fc37.aarch64                   46/99 
12:57:43 #12 26.44   Verifying        : policycoreutils-devel-3.4-6.fc37.aarch64             47/99 
12:57:43 #12 26.44   Verifying        : policycoreutils-python-utils-3.4-6.fc37.noarch       48/99 
12:57:43 #12 26.44   Verifying        : python3-audit-3.0.9-1.fc37.aarch64                   49/99 
12:57:43 #12 26.44   Verifying        : python3-libselinux-3.4-5.fc37.aarch64                50/99 
12:57:43 #12 26.44   Verifying        : python3-libsemanage-3.4-5.fc37.aarch64               51/99 
12:57:43 #12 26.44   Verifying        : python3-policycoreutils-3.4-6.fc37.noarch            52/99 
12:57:43 #12 26.44   Verifying        : python3-setools-4.4.0-9.fc37.aarch64                 53/99 
12:57:43 #12 26.44   Verifying        : python3-setuptools-62.6.0-2.fc37.noarch              54/99 
12:57:43 #12 26.44   Verifying        : qrencode-libs-4.1.1-3.fc37.aarch64                   55/99 
12:57:43 #12 26.44   Verifying        : rhash-1.4.2-3.fc37.aarch64                           56/99 
12:57:43 #12 26.44   Verifying        : rpm-plugin-selinux-4.18.0-1.fc37.aarch64             57/99 
12:57:43 #12 26.44   Verifying        : util-linux-2.38.1-1.fc37.aarch64                     58/99 
12:57:43 #12 26.44   Verifying        : which-2.21-35.fc37.aarch64                           59/99 
12:57:43 #12 26.44   Verifying        : annobin-docs-10.92-1.fc37.noarch                     60/99 
12:57:43 #12 26.44   Verifying        : annobin-plugin-gcc-10.92-1.fc37.aarch64              61/99 
12:57:43 #12 26.44   Verifying        : autoconf-2.71-4.fc37.noarch                          62/99 
12:57:43 #12 26.44   Verifying        : cmake-3.25.2-1.fc37.aarch64                          63/99 
12:57:43 #12 26.44   Verifying        : cmake-data-3.25.2-1.fc37.noarch                      64/99 
12:57:43 #12 26.44   Verifying        : cmake-filesystem-3.25.2-1.fc37.aarch64               65/99 
12:57:43 #12 26.44   Verifying        : cmake-rpm-macros-3.25.2-1.fc37.noarch                66/99 
12:57:43 #12 26.44   Verifying        : cpp-12.2.1-4.fc37.aarch64                            67/99 
12:57:43 #12 26.44   Verifying        : dbus-1:1.14.4-1.fc37.aarch64                         68/99 
12:57:43 #12 26.44   Verifying        : dbus-common-1:1.14.4-1.fc37.noarch                   69/99 
12:57:43 #12 26.44   Verifying        : gcc-12.2.1-4.fc37.aarch64                            70/99 
12:57:43 #12 26.44   Verifying        : gcc-plugin-annobin-12.2.1-4.fc37.aarch64             71/99 
12:57:43 #12 26.44   Verifying        : git-2.39.1-1.fc37.aarch64                            72/99 
12:57:43 #12 26.44   Verifying        : git-core-2.39.1-1.fc37.aarch64                       73/99 
12:57:43 #12 26.44   Verifying        : git-core-doc-2.39.1-1.fc37.noarch                    74/99 
12:57:43 #12 26.44   Verifying        : glibc-devel-2.36-9.fc37.aarch64                      75/99 
12:57:43 #12 26.44   Verifying        : glibc-static-2.36-9.fc37.aarch64                     76/99 
12:57:43 #12 26.44   Verifying        : kernel-headers-6.1.5-200.fc37.aarch64                77/99 
12:57:43 #12 26.44   Verifying        : libasan-12.2.1-4.fc37.aarch64                        78/99 
12:57:43 #12 26.44   Verifying        : libatomic-12.2.1-4.fc37.aarch64                      79/99 
12:57:43 #12 26.44   Verifying        : libedit-3.1-43.20221009cvs.fc37.aarch64              80/99 
12:57:43 #12 26.44   Verifying        : libubsan-12.2.1-4.fc37.aarch64                       81/99 
12:57:43 #12 26.44   Verifying        : libxcrypt-devel-4.4.33-4.fc37.aarch64                82/99 
12:57:43 #12 26.44   Verifying        : libxcrypt-static-4.4.33-4.fc37.aarch64               83/99 
12:57:43 #12 26.44   Verifying        : perl-Git-2.39.1-1.fc37.noarch                        84/99 
12:57:43 #12 26.44   Verifying        : selinux-policy-37.19-1.fc37.noarch                   85/99 
12:57:43 #12 26.44   Verifying        : selinux-policy-devel-37.19-1.fc37.noarch             86/99 
12:57:43 #12 26.44   Verifying        : selinux-policy-targeted-37.19-1.fc37.noarch          87/99 
12:57:43 #12 26.44   Verifying        : systemd-251.10-588.fc37.aarch64                      88/99 
12:57:43 #12 26.44   Verifying        : systemd-devel-251.10-588.fc37.aarch64                89/99 
12:57:43 #12 26.44   Verifying        : systemd-networkd-251.10-588.fc37.aarch64             90/99 
12:57:43 #12 26.44   Verifying        : systemd-pam-251.10-588.fc37.aarch64                  91/99 
12:57:43 #12 26.44   Verifying        : systemd-resolved-251.10-588.fc37.aarch64             92/99 
12:57:43 #12 26.44   Verifying        : systemd-rpm-macros-251.10-588.fc37.noarch            93/99 
12:57:43 #12 26.44   Verifying        : vim-filesystem-2:9.0.1262-1.fc37.noarch              94/99 
12:57:43 #12 26.44   Verifying        : xkeyboard-config-2.36-3.fc37.noarch                  95/99 
12:57:43 #12 26.44   Verifying        : libxcrypt-4.4.33-4.fc37.aarch64                      96/99 
12:57:43 #12 26.44   Verifying        : libxcrypt-4.4.33-3.fc37.aarch64                      97/99 
12:57:43 #12 26.44   Verifying        : systemd-libs-251.10-588.fc37.aarch64                 98/99 
12:57:43 #12 26.44   Verifying        : systemd-libs-251.8-586.fc37.aarch64                  99/99 
12:57:43 #12 26.61 
12:57:43 #12 26.61 Upgraded:
12:57:43 #12 26.61   libxcrypt-4.4.33-4.fc37.aarch64      systemd-libs-251.10-588.fc37.aarch64     
12:57:43 #12 26.61 Installed:
12:57:43 #12 26.61   annobin-docs-10.92-1.fc37.noarch                                              
12:57:43 #12 26.61   annobin-plugin-gcc-10.92-1.fc37.aarch64                                       
12:57:43 #12 26.61   autoconf-2.71-4.fc37.noarch                                                   
12:57:43 #12 26.61   automake-1.16.5-9.fc37.noarch                                                 
12:57:43 #12 26.61   checkpolicy-3.4-3.fc37.aarch64                                                
12:57:43 #12 26.61   cmake-3.25.2-1.fc37.aarch64                                                   
12:57:43 #12 26.61   cmake-data-3.25.2-1.fc37.noarch                                               
12:57:43 #12 26.61   cmake-filesystem-3.25.2-1.fc37.aarch64                                        
12:57:43 #12 26.61   cmake-rpm-macros-3.25.2-1.fc37.noarch                                         
12:57:43 #12 26.61   cpp-12.2.1-4.fc37.aarch64                                                     
12:57:43 #12 26.61   cryptsetup-libs-2.5.0-1.fc37.aarch64                                          
12:57:43 #12 26.61   dbus-1:1.14.4-1.fc37.aarch64                                                  
12:57:43 #12 26.61   dbus-broker-32-1.fc37.aarch64                                                 
12:57:43 #12 26.61   dbus-common-1:1.14.4-1.fc37.noarch                                            
12:57:43 #12 26.61   device-mapper-1.02.175-9.fc37.aarch64                                         
12:57:43 #12 26.61   device-mapper-devel-1.02.175-9.fc37.aarch64                                   
12:57:43 #12 26.61   device-mapper-libs-1.02.175-9.fc37.aarch64                                    
12:57:43 #12 26.61   gc-8.0.6-4.fc37.aarch64                                                       
12:57:43 #12 26.61   gcc-12.2.1-4.fc37.aarch64                                                     
12:57:43 #12 26.61   gcc-plugin-annobin-12.2.1-4.fc37.aarch64                                      
12:57:43 #12 26.61   git-2.39.1-1.fc37.aarch64                                                     
12:57:43 #12 26.61   git-core-2.39.1-1.fc37.aarch64                                                
12:57:43 #12 26.61   git-core-doc-2.39.1-1.fc37.noarch                                             
12:57:43 #12 26.61   glibc-devel-2.36-9.fc37.aarch64                                               
12:57:43 #12 26.61   glibc-static-2.36-9.fc37.aarch64                                              
12:57:43 #12 26.61   guile22-2.2.7-6.fc37.aarch64                                                  
12:57:43 #12 26.61   jsoncpp-1.9.5-3.fc37.aarch64                                                  
12:57:43 #12 26.61   kernel-headers-6.1.5-200.fc37.aarch64                                         
12:57:43 #12 26.61   kmod-libs-30-2.fc37.aarch64                                                   
12:57:43 #12 26.61   less-590-5.fc37.aarch64                                                       
12:57:43 #12 26.61   libargon2-20190702-1.fc37.aarch64                                             
12:57:43 #12 26.61   libasan-12.2.1-4.fc37.aarch64                                                 
12:57:43 #12 26.61   libatomic-12.2.1-4.fc37.aarch64                                               
12:57:43 #12 26.61   libbpf-2:0.8.0-2.fc37.aarch64                                                 
12:57:43 #12 26.61   libcbor-0.7.0-7.fc37.aarch64                                                  
12:57:43 #12 26.61   libedit-3.1-43.20221009cvs.fc37.aarch64                                       
12:57:43 #12 26.61   libfdisk-2.38.1-1.fc37.aarch64                                                
12:57:43 #12 26.61   libfido2-1.11.0-3.fc37.aarch64                                                
12:57:43 #12 26.61   libmpc-1.2.1-5.fc37.aarch64                                                   
12:57:43 #12 26.61   libseccomp-2.5.3-3.fc37.aarch64                                               
12:57:43 #12 26.61   libseccomp-devel-2.5.3-3.fc37.aarch64                                         
12:57:43 #12 26.61   libselinux-devel-3.4-5.fc37.aarch64                                           
12:57:43 #12 26.61   libselinux-utils-3.4-5.fc37.aarch64                                           
12:57:43 #12 26.61   libsepol-devel-3.4-3.fc37.aarch64                                             
12:57:43 #12 26.61   libtool-2.4.7-2.fc37.aarch64                                                  
12:57:43 #12 26.61   libtool-ltdl-2.4.7-2.fc37.aarch64                                             
12:57:43 #12 26.61   libtool-ltdl-devel-2.4.7-2.fc37.aarch64                                       
12:57:43 #12 26.61   libubsan-12.2.1-4.fc37.aarch64                                                
12:57:43 #12 26.61   libutempter-1.2.1-7.fc37.aarch64                                              
12:57:43 #12 26.61   libuv-1:1.44.2-2.fc37.aarch64                                                 
12:57:43 #12 26.61   libxcrypt-devel-4.4.33-4.fc37.aarch64                                         
12:57:43 #12 26.61   libxcrypt-static-4.4.33-4.fc37.aarch64                                        
12:57:43 #12 26.61   libxkbcommon-1.4.1-2.fc37.aarch64                                             
12:57:43 #12 26.61   m4-1.4.19-4.fc37.aarch64                                                      
12:57:43 #12 26.61   make-1:4.3-11.fc37.aarch64                                                    
12:57:43 #12 26.61   openssh-8.8p1-7.fc37.aarch64                                                  
12:57:43 #12 26.61   openssh-clients-8.8p1-7.fc37.aarch64                                          
12:57:43 #12 26.61   pcre2-devel-10.40-1.fc37.1.aarch64                                            
12:57:43 #12 26.61   pcre2-utf16-10.40-1.fc37.1.aarch64                                            
12:57:43 #12 26.61   pcre2-utf32-10.40-1.fc37.1.aarch64                                            
12:57:43 #12 26.61   perl-Error-1:0.17029-10.fc37.noarch                                           
12:57:43 #12 26.61   perl-File-Compare-1.100.700-492.fc37.noarch                                   
12:57:43 #12 26.61   perl-File-Copy-2.39-492.fc37.noarch                                           
12:57:43 #12 26.61   perl-File-Find-1.40-492.fc37.noarch                                           
12:57:43 #12 26.61   perl-Git-2.39.1-1.fc37.noarch                                                 
12:57:43 #12 26.61   perl-TermReadKey-2.38-14.fc37.aarch64                                         
12:57:43 #12 26.61   perl-Thread-Queue-3.14-489.fc37.noarch                                        
12:57:43 #12 26.61   perl-lib-0.65-492.fc37.aarch64                                                
12:57:43 #12 26.61   perl-threads-1:2.27-489.fc37.aarch64                                          
12:57:43 #12 26.61   perl-threads-shared-1.64-489.fc37.aarch64                                     
12:57:43 #12 26.61   policycoreutils-3.4-6.fc37.aarch64                                            
12:57:43 #12 26.61   policycoreutils-devel-3.4-6.fc37.aarch64                                      
12:57:43 #12 26.61   policycoreutils-python-utils-3.4-6.fc37.noarch                                
12:57:43 #12 26.61   python3-audit-3.0.9-1.fc37.aarch64                                            
12:57:43 #12 26.61   python3-libselinux-3.4-5.fc37.aarch64                                         
12:57:43 #12 26.61   python3-libsemanage-3.4-5.fc37.aarch64                                        
12:57:43 #12 26.61   python3-policycoreutils-3.4-6.fc37.noarch                                     
12:57:43 #12 26.61   python3-setools-4.4.0-9.fc37.aarch64                                          
12:57:43 #12 26.61   python3-setuptools-62.6.0-2.fc37.noarch                                       
12:57:43 #12 26.61   qrencode-libs-4.1.1-3.fc37.aarch64                                            
12:57:43 #12 26.61   rhash-1.4.2-3.fc37.aarch64                                                    
12:57:43 #12 26.61   rpm-plugin-selinux-4.18.0-1.fc37.aarch64                                      
12:57:43 #12 26.61   selinux-policy-37.19-1.fc37.noarch                                            
12:57:43 #12 26.61   selinux-policy-devel-37.19-1.fc37.noarch                                      
12:57:43 #12 26.61   selinux-policy-targeted-37.19-1.fc37.noarch                                   
12:57:43 #12 26.61   systemd-251.10-588.fc37.aarch64                                               
12:57:43 #12 26.61   systemd-devel-251.10-588.fc37.aarch64                                         
12:57:43 #12 26.61   systemd-networkd-251.10-588.fc37.aarch64                                      
12:57:43 #12 26.61   systemd-pam-251.10-588.fc37.aarch64                                           
12:57:43 #12 26.61   systemd-resolved-251.10-588.fc37.aarch64                                      
12:57:43 #12 26.61   systemd-rpm-macros-251.10-588.fc37.noarch                                     
12:57:43 #12 26.61   util-linux-2.38.1-1.fc37.aarch64                                              
12:57:43 #12 26.61   vim-filesystem-2:9.0.1262-1.fc37.noarch                                       
12:57:43 #12 26.61   which-2.21-35.fc37.aarch64                                                    
12:57:43 #12 26.61   xkeyboard-config-2.36-3.fc37.noarch                                           
12:57:43 #12 26.61 
12:57:43 #12 26.61 Complete!
12:57:43 + mkdir -p /root/build-deb/buildx
12:57:43 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:57:43 #10 51.34 Selecting previously unselected package libpath-iterator-rule-perl.
12:57:43 #10 51.35 Preparing to unpack .../286-libpath-iterator-rule-perl_1.014-1_all.deb ...
12:57:43 #10 51.36 Unpacking libpath-iterator-rule-perl (1.014-1) ...
12:57:43 #10 51.39 Selecting previously unselected package libperlio-gzip-perl.
12:57:43 #10 51.40 Preparing to unpack .../287-libperlio-gzip-perl_0.19-1+b7_armhf.deb ...
12:57:43 #10 51.40 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
12:57:43 #10 51.44 Selecting previously unselected package libpod-parser-perl.
12:57:43 #10 51.45 Preparing to unpack .../288-libpod-parser-perl_1.63-2_all.deb ...
12:57:43 #10 51.46 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:57:43 #10 51.47 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:57:43 #10 51.48 Unpacking libpod-parser-perl (1.63-2) ...
12:57:43 #10 51.52 Selecting previously unselected package libpod-constants-perl.
12:57:43 #10 51.52 Preparing to unpack .../289-libpod-constants-perl_0.19-2_all.deb ...
12:57:43 #10 51.52 Unpacking libpod-constants-perl (0.19-2) ...
12:57:43 #10 51.56 Selecting previously unselected package libproc-processtable-perl.
12:57:43 #10 51.56 Preparing to unpack .../290-libproc-processtable-perl_0.59-2+b1_armhf.deb ...
12:57:43 #10 51.56 Unpacking libproc-processtable-perl (0.59-2+b1) ...
12:57:43 #10 51.61 Selecting previously unselected package libre2-9:armhf.
12:57:43 #10 51.62 Preparing to unpack .../291-libre2-9_20210201+dfsg-1_armhf.deb ...
12:57:43 #10 51.62 Unpacking libre2-9:armhf (20210201+dfsg-1) ...
12:57:43 #10 75.49   Cleanup    : rpm-4.11.3-45.el7.x86_64                                   52/52 
12:57:43 #10 76.11   Verifying  : file-5.11-37.el7.x86_64                                     1/52 
12:57:43 #10 76.13   Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                           2/52 
12:57:43 #10 76.14   Verifying  : perl-threads-shared-1.43-6.el7.x86_64                       3/52 
12:57:43 #10 76.15   Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                       4/52 
12:57:43 #10 76.16   Verifying  : rpm-4.11.3-48.el7_9.x86_64                                  5/52 
12:57:43 #10 76.17   Verifying  : perl-threads-1.87-4.el7.x86_64                              6/52 
12:57:43 #10 76.18   Verifying  : perl-Exporter-5.68-3.el7.noarch                             7/52 
12:57:43 #10 76.19   Verifying  : perl-constant-1.27-2.el7.noarch                             8/52 
12:57:43 #10 76.21   Verifying  : perl-PathTools-3.40-5.el7.x86_64                            9/52 
12:57:43 #10 76.22   Verifying  : unzip-6.0-24.el7_9.x86_64                                  10/52 
12:57:43 #10 76.23   Verifying  : desktop-file-utils-0.23-2.el7.x86_64                       11/52 
12:57:43 #10 76.24   Verifying  : perl-Socket-2.010-5.el7.x86_64                             12/52 
12:57:43 #10 76.25   Verifying  : 1:perl-parent-0.225-244.el7.noarch                         13/52 
12:57:43 #10 76.26   Verifying  : 4:perl-macros-5.16.3-299.el7_9.x86_64                      14/52 
12:57:43 #10 76.26   Verifying  : bzip2-1.0.6-13.el7.x86_64                                  15/52 
12:57:43 #10 76.27   Verifying  : perl-srpm-macros-1-8.el7.noarch                            16/52 
12:57:43 #10 76.28   Verifying  : groff-base-1.22.2-8.el7.x86_64                             17/52 
12:57:43 #10 76.29   Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                        18/52 
12:57:43 #10 76.30   Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        19/52 
12:57:43 #10 76.31   Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        20/52 
12:57:43 #10 76.32   Verifying  : gdb-7.6.1-120.el7.x86_64                                   21/52 
12:57:43 #10 76.33   Verifying  : dwz-0.11-3.el7.x86_64                                      22/52 
12:57:43 #10 76.33   Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        23/52 
12:57:43 #10 76.34   Verifying  : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   24/52 
12:57:43 #10 76.35   Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         25/52 
12:57:43 #10 76.36   Verifying  : patch-2.7.1-12.el7_7.x86_64                                26/52 
12:57:43 #10 76.37   Verifying  : perl-Carp-1.26-244.el7.noarch                              27/52 
12:57:43 #10 76.37   Verifying  : rpm-build-4.11.3-48.el7_9.x86_64                           28/52 
12:57:43 #10 76.38   Verifying  : perl-Storable-2.45-3.el7.x86_64                            29/52 
12:57:43 #10 76.39   Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 30/52 
12:57:43 #10 76.40   Verifying  : rpm-libs-4.11.3-48.el7_9.x86_64                            31/52 
12:57:43 #10 76.41   Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           32/52 
12:57:43 #10 76.42   Verifying  : perl-Encode-2.51-7.el7.x86_64                              33/52 
12:57:43 #10 76.43   Verifying  : rpmlint-1.5-4.el7.noarch                                   34/52 
12:57:43 #10 76.43   Verifying  : perl-podlators-2.5.1-3.el7.noarch                          35/52 
12:57:43 #10 76.44   Verifying  : rpm-python-4.11.3-48.el7_9.x86_64                          36/52 
12:57:43 #10 76.45   Verifying  : 4:perl-5.16.3-299.el7_9.x86_64                             37/52 
12:57:43 #10 76.46   Verifying  : perl-File-Path-2.09-2.el7.noarch                           38/52 
12:57:43 #10 76.47   Verifying  : elfutils-0.176-5.el7.x86_64                                39/52 
12:57:43 #10 76.47   Verifying  : zip-3.0-11.el7.x86_64                                      40/52 
12:57:43 #10 76.48   Verifying  : 1:emacs-filesystem-24.3-23.el7.noarch                      41/52 
12:57:43 #10 76.49   Verifying  : perl-Filter-1.49-3.el7.x86_64                              42/52 
12:57:43 #10 76.50   Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         43/52 
12:57:43 #10 76.51   Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     44/52 
12:57:43 #10 76.52   Verifying  : python-srpm-macros-3-34.el7.noarch                         45/52 
12:57:43 #13 65.11   Installing : autoconf-2.69-11.el7.noarch                                39/65 
12:57:43 #13 65.39 install-info: No such file or directory for /usr/share/info/autoconf.info
12:57:43 #12 5.898 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ...
12:57:43 #12 5.903 Unpacking cmake-data (3.18.4-2+deb11u1) ...
12:57:43 #12 9.187 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf g++ armhf 4:10.2.1-1+rpi1 [1632 B]
12:57:43 #12 9.192 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf build-essential armhf 12.9 [7704 B]
12:57:43 #12 9.193 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf bash-completion all 1:2.11-2 [234 kB]
12:57:43 #12 9.195 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive13 armhf 3.4.3-2+deb11u1 [297 kB]
12:57:43 #12 9.197 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libjsoncpp24 armhf 1.9.4-4 [67.0 kB]
12:57:43 #12 9.198 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf librhash0 armhf 1.4.1-2 [141 kB]
12:57:43 #12 9.199 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf libuv1 armhf 1.40.0-2 [119 kB]
12:57:43 #12 9.220 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf dh-apparmor all 2.13.6-10 [75.2 kB]
12:57:43 #12 9.221 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [91.4 kB]
12:57:43 #12 9.273 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [134 kB]
12:57:43 #10 51.67 Selecting previously unselected package libre-engine-re2-perl:armhf.
12:57:43 #10 51.67 Preparing to unpack .../292-libre-engine-re2-perl_0.14-1_armhf.deb ...
12:57:43 #10 51.67 Unpacking libre-engine-re2-perl:armhf (0.14-1) ...
12:57:43 #10 51.71 Selecting previously unselected package libreadonly-perl.
12:57:43 #10 51.72 Preparing to unpack .../293-libreadonly-perl_2.050-3_all.deb ...
12:57:43 #10 51.72 Unpacking libreadonly-perl (2.050-3) ...
12:57:43 #10 51.76 Selecting previously unselected package libref-util-perl.
12:57:43 #10 51.76 Preparing to unpack .../294-libref-util-perl_0.204-1_all.deb ...
12:57:43 #10 51.77 Unpacking libref-util-perl (0.204-1) ...
12:57:43 #10 51.80 Selecting previously unselected package libref-util-xs-perl.
12:57:43 #10 51.81 Preparing to unpack .../295-libref-util-xs-perl_0.117-1+b3_armhf.deb ...
12:57:43 #10 51.81 Unpacking libref-util-xs-perl (0.117-1+b3) ...
12:57:43 #10 51.85 Selecting previously unselected package libregexp-pattern-license-perl.
12:57:43 #10 51.86 Preparing to unpack .../296-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
12:57:43 #10 51.86 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
12:57:43 #10 76.52   Verifying  : 4:perl-libs-5.16.3-299.el7_9.x86_64                        46/52 
12:57:43 #10 76.53   Verifying  : rpm-build-libs-4.11.3-48.el7_9.x86_64                      47/52 
12:57:43 #10 76.54   Verifying  : redhat-rpm-config-9.1.0-88.el7.centos.noarch               48/52 
12:57:43 #10 76.55   Verifying  : rpm-4.11.3-45.el7.x86_64                                   49/52 
12:57:43 #10 76.55   Verifying  : rpm-build-libs-4.11.3-45.el7.x86_64                        50/52 
12:57:43 #10 76.55   Verifying  : rpm-libs-4.11.3-45.el7.x86_64                              51/52 
12:57:43 #10 76.55   Verifying  : rpm-python-4.11.3-45.el7.x86_64                            52/52 
12:57:43 #10 76.59 
12:57:43 #10 76.59 Installed:
12:57:43 #10 76.59   rpm-build.x86_64 0:4.11.3-48.el7_9         rpmlint.noarch 0:1.5-4.el7        
12:57:43 #10 76.59 
12:57:43 #10 76.59 Dependency Installed:
12:57:43 #10 76.59   bzip2.x86_64 0:1.0.6-13.el7                                                   
12:57:43 #10 76.59   desktop-file-utils.x86_64 0:0.23-2.el7                                        
12:57:43 #10 76.59   dwz.x86_64 0:0.11-3.el7                                                       
12:57:43 #10 76.59   elfutils.x86_64 0:0.176-5.el7                                                 
12:57:43 #10 76.59   emacs-filesystem.noarch 1:24.3-23.el7                                         
12:57:43 #10 76.59   file.x86_64 0:5.11-37.el7                                                     
12:57:43 #10 76.59   gdb.x86_64 0:7.6.1-120.el7                                                    
12:57:43 #10 76.59   groff-base.x86_64 0:1.22.2-8.el7                                              
12:57:43 #10 76.59   patch.x86_64 0:2.7.1-12.el7_7                                                 
12:57:43 #10 76.59   perl.x86_64 4:5.16.3-299.el7_9                                                
12:57:43 #10 76.59   perl-Carp.noarch 0:1.26-244.el7                                               
12:57:43 #10 76.59   perl-Encode.x86_64 0:2.51-7.el7                                               
12:57:43 #10 76.59   perl-Exporter.noarch 0:5.68-3.el7                                             
12:57:43 #10 76.59   perl-File-Path.noarch 0:2.09-2.el7                                            
12:57:43 #10 76.59   perl-File-Temp.noarch 0:0.23.01-3.el7                                         
12:57:43 #10 76.59   perl-Filter.x86_64 0:1.49-3.el7                                               
12:57:43 #10 76.59   perl-Getopt-Long.noarch 0:2.40-3.el7                                          
12:57:43 #10 76.59   perl-HTTP-Tiny.noarch 0:0.033-3.el7                                           
12:57:43 #10 76.59   perl-PathTools.x86_64 0:3.40-5.el7                                            
12:57:43 #10 76.59   perl-Pod-Escapes.noarch 1:1.04-299.el7_9                                      
12:57:43 #10 76.59   perl-Pod-Perldoc.noarch 0:3.20-4.el7                                          
12:57:43 #10 76.59   perl-Pod-Simple.noarch 1:3.28-4.el7                                           
12:57:43 #10 76.59   perl-Pod-Usage.noarch 0:1.63-3.el7                                            
12:57:43 #10 76.59   perl-Scalar-List-Utils.x86_64 0:1.27-248.el7                                  
12:57:43 #10 76.59   perl-Socket.x86_64 0:2.010-5.el7                                              
12:57:43 #10 76.59   perl-Storable.x86_64 0:2.45-3.el7                                             
12:57:43 #10 76.59   perl-Text-ParseWords.noarch 0:3.29-4.el7                                      
12:57:43 #10 76.59   perl-Thread-Queue.noarch 0:3.02-2.el7                                         
12:57:43 #10 76.59   perl-Time-HiRes.x86_64 4:1.9725-3.el7                                         
12:57:43 #10 76.59   perl-Time-Local.noarch 0:1.2300-2.el7                                         
12:57:43 #10 76.59   perl-constant.noarch 0:1.27-2.el7                                             
12:57:43 #10 76.59   perl-libs.x86_64 4:5.16.3-299.el7_9                                           
12:57:43 #10 76.59   perl-macros.x86_64 4:5.16.3-299.el7_9                                         
12:57:43 #10 76.59   perl-parent.noarch 1:0.225-244.el7                                            
12:57:43 #10 76.59   perl-podlators.noarch 0:2.5.1-3.el7                                           
12:57:43 #10 76.59   perl-srpm-macros.noarch 0:1-8.el7                                             
12:57:43 #10 76.59   perl-threads.x86_64 0:1.87-4.el7                                              
12:57:43 #10 76.59   perl-threads-shared.x86_64 0:1.43-6.el7                                       
12:57:43 #10 76.59   python-srpm-macros.noarch 0:3-34.el7                                          
12:57:43 #10 76.59   redhat-rpm-config.noarch 0:9.1.0-88.el7.centos                                
12:57:43 #10 76.59   unzip.x86_64 0:6.0-24.el7_9                                                   
12:57:43 #10 76.59   zip.x86_64 0:3.0-11.el7                                                       
12:57:43 #10 76.59 
12:57:43 #10 76.59 Dependency Updated:
12:57:43 #10 76.59   rpm.x86_64 0:4.11.3-48.el7_9        rpm-build-libs.x86_64 0:4.11.3-48.el7_9  
12:57:43 #10 76.59   rpm-libs.x86_64 0:4.11.3-48.el7_9   rpm-python.x86_64 0:4.11.3-48.el7_9      
12:57:43 #10 76.59 
12:57:43 #10 76.59 Complete!
12:57:43 #10 DONE 76.8s
12:57:43 
12:57:43 #12 [stage-1 4/7] COPY SPECS /root/rpmbuild/SPECS
12:57:43 #12 DONE 0.1s
12:57:43 + mkdir -p /root/build-deb/cli
12:57:43 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:57:43 #12 6.302 Selecting previously unselected package libncurses6:amd64.
12:57:43 #12 6.306 Preparing to unpack .../02-libncurses6_6.2+20201114-2_amd64.deb ...
12:57:43 #12 6.313 Unpacking libncurses6:amd64 (6.2+20201114-2) ...
12:57:43 #12 6.359 Selecting previously unselected package libprocps8:amd64.
12:57:43 #12 6.363 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_amd64.deb ...
12:57:43 #12 6.369 Unpacking libprocps8:amd64 (2:3.3.17-5) ...
12:57:43 #12 6.413 Selecting previously unselected package procps.
12:57:43 #12 9.353 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1 [22.3 kB]
12:57:43 #12 9.354 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libudev-dev armhf 247.3-7+rpi1+deb11u1 [124 kB]
12:57:43 #12 9.356 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf libsepol1-dev armhf 3.1-1 [308 kB]
12:57:43 #12 9.359 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-16-0 armhf 10.36-2+deb11u1 [198 kB]
12:57:43 #12 9.361 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-32-0 armhf 10.36-2+deb11u1 [188 kB]
12:57:43 #12 9.364 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-posix2 armhf 10.36-2+deb11u1 [48.7 kB]
12:57:43 #12 9.365 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-dev armhf 10.36-2+deb11u1 [627 kB]
12:57:43 #12 9.369 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf libselinux1-dev armhf 3.1-3 [156 kB]
12:57:43 #12 9.436 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-dev armhf 2:1.02.175-2.1 [52.0 kB]
12:57:43 #12 9.440 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl7 armhf 2.4.6-15 [388 kB]
12:57:43 #12 9.514 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl-dev armhf 2.4.6-15 [159 kB]
12:57:43 #12 9.515 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+rpi1+deb11u1 [88.2 kB]
12:57:43 #12 9.517 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libsystemd-dev armhf 247.3-7+rpi1+deb11u1 [401 kB]
12:57:43 #12 9.520 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1183 kB]
12:57:43 #12 9.160   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch            1/1 
12:57:43 #12 9.307   Preparing        :                                                        1/1 
12:57:43 #12 9.359   Upgrading        : systemd-libs-251.10-588.fc37.x86_64                   1/97 
12:57:43 #12 9.394   Upgrading        : libxcrypt-4.4.33-4.fc37.x86_64                        2/97 
12:57:43 #12 9.439   Installing       : cmake-rpm-macros-3.25.2-1.fc37.noarch                 3/97 
12:57:43 #12 9.447   Installing       : cmake-filesystem-3.25.2-1.fc37.x86_64                 4/97 
12:57:43 #12 9.477   Installing       : python3-libselinux-3.4-5.fc37.x86_64                  5/97 
12:57:43 #12 9.485   Installing       : perl-threads-1:2.27-489.fc37.x86_64                   6/97 
12:57:43 #12 9.491   Installing       : perl-File-Find-1.40-492.fc37.noarch                   7/97 
12:57:43 #12 9.519   Installing       : m4-1.4.19-4.fc37.x86_64                               8/97 
12:57:43 #12 9.526   Installing       : libtool-ltdl-2.4.7-2.fc37.x86_64                      9/97 
12:57:43 #12 9.535   Installing       : libseccomp-2.5.3-3.fc37.x86_64                       10/97 
12:57:43 #12 11.50   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          64/97 
12:57:43 #12 19.46   Installing       : python3-policycoreutils-3.3-4.fc36.noarch            65/97 
12:57:43 #12 19.48   Installing       : policycoreutils-python-utils-3.3-4.fc36.noarch       66/97 
12:57:43 #12 19.48   Installing       : policycoreutils-devel-3.3-4.fc36.x86_64              67/97 
12:57:43 #12 19.59   Installing       : selinux-policy-devel-36.17-1.fc36.noarch             68/97 
12:57:43 #12 19.60   Running scriptlet: selinux-policy-devel-36.17-1.fc36.noarch             68/97 
12:57:43 #12 19.61   Installing       : libedit-3.1-41.20210910cvs.fc36.x86_64               69/97 
12:57:43 #12 19.62   Installing       : libcbor-0.7.0-5.fc36.x86_64                          70/97 
12:57:43 #12 19.62   Installing       : libfido2-1.10.0-5.fc36.x86_64                        71/97 
12:57:43 #12 19.64   Installing       : openssh-clients-8.8p1-1.fc36.1.x86_64                72/97 
12:57:43 #10 51.90 Selecting previously unselected package libregexp-pattern-perl.
12:57:43 #10 51.90 Preparing to unpack .../297-libregexp-pattern-perl_0.2.14-1_all.deb ...
12:57:43 #10 51.91 Unpacking libregexp-pattern-perl (0.2.14-1) ...
12:57:43 #10 51.99 Selecting previously unselected package libsasl2-modules:armhf.
12:57:43 #10 51.99 Preparing to unpack .../298-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
12:57:43 #10 52.00 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-2.1+deb11u1) ...
12:57:43 #10 52.06 Selecting previously unselected package libsereal-decoder-perl.
12:57:43 #10 52.06 Preparing to unpack .../299-libsereal-decoder-perl_4.018+ds-1+b1_armhf.deb ...
12:57:43 #10 52.07 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
12:57:43 #14 DONE 2.4s
12:57:43 
12:57:43 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:57:43 #15 DONE 0.0s
12:57:43 
12:57:43 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:57:43 #16 DONE 0.0s
12:57:43 
12:57:43 #17 exporting to image
12:57:43 #17 exporting layers
12:57:43 
12:57:43 #13 [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
12:57:43 + mkdir -p /root/build-deb/compose
12:57:43 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:57:43 + mkdir -p /root/build-deb/scan-cli-plugin
12:57:43 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:57:43 + mkdir -p /go/src/github.com/docker
12:57:43 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:57:43 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:57:43 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:57:43 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:57:43 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:57:43 + EPOCH=5
12:57:43 + EPOCH_SEP=
12:57:43 + [[ ! -z 5 ]]
12:57:43 + EPOCH_SEP=:
12:57:43 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:57:43 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:43 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:43 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:43 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:43 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:43 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:57:43 + debSource=docker-ce
12:57:43 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:57:43 + debMaintainer='Docker <support@docker.com>'
12:57:43 ++ date --rfc-2822
12:57:43 + debDate='Wed, 08 Feb 2023 12:57:43 +0000'
12:57:43 + pkgRevision=1
12:57:43 + cat
12:57:43 + export CLI_GITCOMMIT=ab4ef4a
12:57:43 + CLI_GITCOMMIT=ab4ef4a
12:57:43 + export ENGINE_GITCOMMIT=1141704
12:57:43 + ENGINE_GITCOMMIT=1141704
12:57:43 + export SCAN_GITCOMMIT=6c852fa
12:57:43 + SCAN_GITCOMMIT=6c852fa
12:57:43 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:43 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:43 + dpkg-buildpackage -uc -us -I.git
12:57:43 dpkg-buildpackage: info: source package docker-ce
12:57:43 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic
12:57:43 dpkg-buildpackage: info: source distribution bionic
12:57:43 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:57:43  dpkg-source -I.git --before-build build-deb
12:57:43 dpkg-buildpackage: info: host architecture amd64
12:57:43 + mkdir -p /root/build-deb/buildx
12:57:43 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:57:43 #12 6.417 Preparing to unpack .../04-procps_2%3a3.3.17-5_amd64.deb ...
12:57:43 #12 6.426 Unpacking procps (2:3.3.17-5) ...
12:57:43 #12 6.507 Selecting previously unselected package libjsoncpp24:amd64.
12:57:43 #12 6.510 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_amd64.deb ...
12:57:43 #12 6.513 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
12:57:43 #12 6.557 Selecting previously unselected package librhash0:amd64.
12:57:43 #12 6.560 Preparing to unpack .../06-librhash0_1.4.1-2_amd64.deb ...
12:57:43 #12 6.565 Unpacking librhash0:amd64 (1.4.1-2) ...
12:57:43 #12 6.610 Selecting previously unselected package libuv1:amd64.
12:57:43 #12 6.614 Preparing to unpack .../07-libuv1_1.40.0-2_amd64.deb ...
12:57:43 #12 6.617 Unpacking libuv1:amd64 (1.40.0-2) ...
12:57:43 #12 6.655 Selecting previously unselected package cmake.
12:57:43 #12 6.659 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_amd64.deb ...
12:57:43 #12 9.598 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf pkg-config armhf 0.29.2-1 [61.5 kB]
12:57:43 #12 9.840 debconf: delaying package configuration, since apt-utils is not installed
12:57:43 #12 9.541   Installing       : libmpc-1.2.1-5.fc37.x86_64                           11/97 
12:57:43 #12 9.548   Installing       : libfdisk-2.38.1-1.fc37.x86_64                        12/97 
12:57:43 #12 9.562   Installing       : checkpolicy-3.4-3.fc37.x86_64                        13/97 
12:57:43 #12 9.757   Installing       : cpp-12.2.1-4.fc37.x86_64                             14/97 
12:57:43 #12 9.766   Installing       : perl-threads-shared-1.64-489.fc37.x86_64             15/97 
12:57:43 #12 9.773   Installing       : perl-Thread-Queue-3.14-489.fc37.noarch               16/97 
12:57:43 #12 9.781   Installing       : python3-libsemanage-3.4-5.fc37.x86_64                17/97 
12:57:43 #12 19.65   Running scriptlet: openssh-clients-8.8p1-1.fc36.1.x86_64                72/97 
12:57:43 #12 19.74   Installing       : git-core-2.39.1-1.fc36.x86_64                        73/97 
12:57:43 #12 19.77   Installing       : git-core-doc-2.39.1-1.fc36.noarch                    74/97 
12:57:43 #12 19.79   Installing       : perl-Git-2.39.1-1.fc36.noarch                        75/97 
12:57:43 #12 19.79   Installing       : git-2.39.1-1.fc36.x86_64                             76/97 
12:57:43 #12 19.80   Installing       : kmod-libs-29-7.fc36.x86_64                           77/97 
12:57:43 #12 19.81   Installing       : device-mapper-libs-1.02.175-7.fc36.x86_64            78/97 
12:57:43 #12 19.82   Installing       : cryptsetup-libs-2.4.3-2.fc36.x86_64                  79/97 
12:57:43 #12 19.83   Installing       : device-mapper-1.02.175-7.fc36.x86_64                 80/97 
12:57:43 #12 19.84   Installing       : systemd-networkd-250.9-1.fc36.x86_64                 81/97 
12:57:43 #12 19.85   Running scriptlet: systemd-networkd-250.9-1.fc36.x86_64                 81/97 
12:57:43 #12 19.87   Installing       : systemd-pam-250.9-1.fc36.x86_64                      82/97 
12:57:43 #12 19.88   Installing       : systemd-resolved-250.9-1.fc36.x86_64                 83/97 
12:57:43 #10 52.15 Selecting previously unselected package libsereal-encoder-perl.
12:57:43 #10 52.16 Preparing to unpack .../300-libsereal-encoder-perl_4.018+ds-1+b1_armhf.deb ...
12:57:43 #10 52.17 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
12:57:43 #10 52.23 Selecting previously unselected package libtask-weaken-perl.
12:57:43 #10 52.23 Preparing to unpack .../301-libtask-weaken-perl_1.06-1_all.deb ...
12:57:43 #10 52.24 Unpacking libtask-weaken-perl (1.06-1) ...
12:57:43 #10 52.28 Selecting previously unselected package libxml-parser-perl:armhf.
12:57:43 #10 52.28 Preparing to unpack .../302-libxml-parser-perl_2.46-2_armhf.deb ...
12:57:43 #10 52.29 Unpacking libxml-parser-perl:armhf (2.46-2) ...
12:57:43 #10 52.35 Selecting previously unselected package libsoap-lite-perl.
12:57:43 #10 52.35 Preparing to unpack .../303-libsoap-lite-perl_1.27-1_all.deb ...
12:57:43 #10 52.36 Unpacking libsoap-lite-perl (1.27-1) ...
12:57:43  debian/rules clean
12:57:43 dh clean --with=bash-completion
12:57:43    dh_clean
12:57:43 #12 6.665 Unpacking cmake (3.18.4-2+deb11u1) ...
12:57:43 #12 27.53 Last metadata expiration check: 0:00:48 ago on Wed Feb  8 12:56:55 2023.
12:57:43 #12 9.883 Fetched 19.1 MB in 2s (9355 kB/s)
12:57:43 #12 9.902 Selecting previously unselected package libstdc++-10-dev:armhf.
12:57:43 #12 9.902 (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 ... 17533 files and directories currently installed.)
12:57:43 #12 9.913 Preparing to unpack .../00-libstdc++-10-dev_10.2.1-6+rpi1_armhf.deb ...
12:57:43 #12 9.918 Unpacking libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
12:57:44 #12 9.797   Installing       : systemd-devel-251.10-588.fc37.x86_64                 18/97 
12:57:44 #12 9.851   Installing       : xkeyboard-config-2.36-3.fc37.noarch                  19/97 
12:57:44 #12 9.872   Installing       : libxkbcommon-1.4.1-2.fc37.x86_64                     20/97 
12:57:44 #12 9.888   Installing       : vim-filesystem-2:9.0.1262-1.fc37.noarch              21/97 
12:57:44 #12 9.895   Installing       : libedit-3.1-43.20221009cvs.fc37.x86_64               22/97 
12:57:44 #12 10.01   Installing       : kernel-headers-6.1.5-200.fc37.x86_64                 23/97 
12:57:44 #12 19.88   Running scriptlet: systemd-resolved-250.9-1.fc36.x86_64                 83/97 
12:57:44 #12 20.01   Installing       : systemd-250.9-1.fc36.x86_64                          84/97 
12:57:44 #10 52.43 Selecting previously unselected package libsort-key-perl.
12:57:44 #10 52.44 Preparing to unpack .../304-libsort-key-perl_1.33-2+b3_armhf.deb ...
12:57:44 #10 52.44 Unpacking libsort-key-perl (1.33-2+b3) ...
12:57:44 #10 52.50 Selecting previously unselected package libstring-copyright-perl.
12:57:44 #10 52.50 Preparing to unpack .../305-libstring-copyright-perl_0.003006-1_all.deb ...
12:57:44 #10 52.51 Unpacking libstring-copyright-perl (0.003006-1) ...
12:57:44 #10 52.54 Selecting previously unselected package libstring-escape-perl.
12:57:44 #10 52.55 Preparing to unpack .../306-libstring-escape-perl_2010.002-2_all.deb ...
12:57:44 #10 52.55 Unpacking libstring-escape-perl (2010.002-2) ...
12:57:44 #10 52.59 Selecting previously unselected package libstring-shellquote-perl.
12:57:44 #10 52.59 Preparing to unpack .../307-libstring-shellquote-perl_1.04-1_all.deb ...
12:57:44 #10 52.61 Unpacking libstring-shellquote-perl (1.04-1) ...
12:57:44  dpkg-source -I.git -b build-deb
12:57:44 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:57:44 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:57:44 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:57:44 dpkg-source: info: using source format '1.0'
12:57:44 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz
12:57:44 #12 7.204 Selecting previously unselected package dh-apparmor.
12:57:44 #12 7.207 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
12:57:44 #12 7.210 Unpacking dh-apparmor (2.13.6-10) ...
12:57:44 #12 27.91 Package bash-5.2.9-3.fc37.aarch64 is already installed.
12:57:44 #12 27.99 Dependencies resolved.
12:57:44 #12 28.00 Nothing to do.
12:57:44 #12 28.00 Complete!
12:57:44 #12 DONE 28.1s
12:57:44 #13 0.687 Loaded plugins: fastestmirror, ovl
12:57:44 #12 10.15 Selecting previously unselected package g++-10.
12:57:44 #12 10.15 Preparing to unpack .../01-g++-10_10.2.1-6+rpi1_armhf.deb ...
12:57:44 #12 10.16 Unpacking g++-10 (10.2.1-6+rpi1) ...
12:57:44 + mkdir -p /root/build-deb/compose
12:57:44 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:57:44 + mkdir -p /root/build-deb/scan-cli-plugin
12:57:44 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:57:44 + mkdir -p /go/src/github.com/docker
12:57:44 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:57:44 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:57:44 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:57:44 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:57:44 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:57:44 + EPOCH=5
12:57:44 + EPOCH_SEP=
12:57:44 + [[ ! -z 5 ]]
12:57:44 + EPOCH_SEP=:
12:57:44 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:57:44 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:44 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:44 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:44 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:44 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:44 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:57:44 + debSource=docker-ce
12:57:44 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:57:44 + debMaintainer='Docker <support@docker.com>'
12:57:44 ++ date --rfc-2822
12:57:44 + debDate='Wed, 08 Feb 2023 12:57:43 +0000'
12:57:44 + pkgRevision=1
12:57:44 + cat
12:57:44 + export CLI_GITCOMMIT=ab4ef4a
12:57:44 + CLI_GITCOMMIT=ab4ef4a
12:57:44 + export ENGINE_GITCOMMIT=1141704
12:57:44 + ENGINE_GITCOMMIT=1141704
12:57:44 + export SCAN_GITCOMMIT=6c852fa
12:57:44 + SCAN_GITCOMMIT=6c852fa
12:57:44 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:44 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:44 + dpkg-buildpackage -uc -us -I.git
12:57:44 dpkg-buildpackage: info: source package docker-ce
12:57:44 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy
12:57:44 dpkg-buildpackage: info: source distribution jammy
12:57:44 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:57:44  dpkg-source -I.git --before-build .
12:57:44 dpkg-buildpackage: info: host architecture amd64
12:57:44 #13 65.80   Installing : kernel-headers-4.18.0-348.20.1.el7.aarch64                 40/65 
12:57:44 #13 66.29   Installing : glibc-headers-2.17-326.el7_9.aarch64                       41/65 
12:57:44 #12 10.07   Installing       : glibc-headers-x86-2.36-9.fc37.noarch                 24/97 
12:57:44 #12 10.08   Installing       : libxcrypt-devel-4.4.33-4.fc37.x86_64                 25/97 
12:57:44 #12 10.09   Installing       : glibc-devel-2.36-9.fc37.x86_64                       26/97 
12:57:44 #12 10.20   Installing       : glibc-static-2.36-9.fc37.x86_64                      27/97 
12:57:44 #12 10.21   Installing       : libxcrypt-static-4.4.33-4.fc37.x86_64                28/97 
12:57:44 #12 10.21   Installing       : dbus-common-1:1.14.4-1.fc37.noarch                   29/97 
12:57:44 #12 10.22   Running scriptlet: dbus-common-1:1.14.4-1.fc37.noarch                   29/97 
12:57:44 #12 10.23   Running scriptlet: dbus-broker-32-1.fc37.x86_64                         30/97 
12:57:44 #12 10.29   Installing       : dbus-broker-32-1.fc37.x86_64                         30/97 
12:57:44 #12 10.30   Running scriptlet: dbus-broker-32-1.fc37.x86_64                         30/97 
12:57:44 #12 20.03   Running scriptlet: systemd-250.9-1.fc36.x86_64                          84/97 
12:57:44 #12 20.18 Creating group 'input' with GID 104.
12:57:44 #12 20.18 Creating group 'kvm' with GID 36.
12:57:44 #12 20.18 Creating group 'render' with GID 105.
12:57:44 #12 20.18 Creating group 'sgx' with GID 106.
12:57:44 #12 20.18 Creating group 'systemd-journal' with GID 190.
12:57:44 #12 20.18 Creating group 'systemd-network' with GID 192.
12:57:44 #12 20.18 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
12:57:44 #12 20.18 Creating group 'systemd-oom' with GID 998.
12:57:44 #12 20.18 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
12:57:44 #12 20.18 Creating group 'systemd-resolve' with GID 193.
12:57:44 #12 20.18 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
12:57:44 #12 20.18 
12:57:44 #12 20.20   Installing       : systemd-devel-250.9-1.fc36.x86_64                    85/97 
12:57:44 #15 DONE 2.4s
12:57:44 
12:57:44 #16 [stage-1 9/9] WORKDIR /root/rpmbuild
12:57:44 #16 DONE 0.0s
12:57:44 
12:57:44 #17 exporting to image
12:57:44 #17 exporting layers
12:57:44 #14 DONE 2.4s
12:57:44 
12:57:44 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:57:44 #15 DONE 0.0s
12:57:44 
12:57:44 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:57:44 #16 DONE 0.0s
12:57:44 
12:57:44 #17 exporting to image
12:57:44 #17 exporting layers
12:57:44 #10 52.65 Selecting previously unselected package libsys-cpuaffinity-perl:armhf.
12:57:44 #10 52.65 Preparing to unpack .../308-libsys-cpuaffinity-perl_1.13~03-1_armhf.deb ...
12:57:44 #10 52.66 Unpacking libsys-cpuaffinity-perl:armhf (1.13~03-1) ...
12:57:44 #10 52.70 Selecting previously unselected package libterm-readkey-perl.
12:57:44 #10 52.70 Preparing to unpack .../309-libterm-readkey-perl_2.38-1+b2_armhf.deb ...
12:57:44 #10 52.71 Unpacking libterm-readkey-perl (2.38-1+b2) ...
12:57:44 #10 52.76 Selecting previously unselected package libtext-levenshteinxs-perl.
12:57:44 #10 52.76 Preparing to unpack .../310-libtext-levenshteinxs-perl_0.03-4+b8_armhf.deb ...
12:57:44 #10 52.77 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
12:57:44 #10 52.81 Selecting previously unselected package libtext-markdown-discount-perl:armhf.
12:57:44 #10 52.81 Preparing to unpack .../311-libtext-markdown-discount-perl_0.12-1+b1_armhf.deb ...
12:57:44 #10 52.82 Unpacking libtext-markdown-discount-perl:armhf (0.12-1+b1) ...
12:57:44 #10 52.86 Selecting previously unselected package libtext-xslate-perl.
12:57:44 #10 52.86 Preparing to unpack .../312-libtext-xslate-perl_3.5.8-1+b1_armhf.deb ...
12:57:44 #10 52.87 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
12:57:44 #10 52.94 Selecting previously unselected package libtime-duration-perl.
12:57:44 #10 52.94 Preparing to unpack .../313-libtime-duration-perl_1.21-1_all.deb ...
12:57:44 #10 52.94 Unpacking libtime-duration-perl (1.21-1) ...
12:57:44 #12 7.254 Selecting previously unselected package dmsetup.
12:57:44 #12 7.258 Preparing to unpack .../10-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
12:57:44 #12 7.265 Unpacking dmsetup (2:1.02.175-2.1) ...
12:57:44 #12 7.314 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:57:44 #12 7.316 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
12:57:44 #12 7.319 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
12:57:44 #12 7.365 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:57:44 #12 7.369 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
12:57:44 #12 7.372 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
12:57:44 #12 7.400 Selecting previously unselected package libudev-dev:amd64.
12:57:44 #12 7.404 Preparing to unpack .../13-libudev-dev_247.3-7+deb11u1_amd64.deb ...
12:57:44 #12 7.407 Unpacking libudev-dev:amd64 (247.3-7+deb11u1) ...
12:57:44 #12 7.448 Selecting previously unselected package libsepol1-dev:amd64.
12:57:44 #18 exporting layers 4.8s done
12:57:44 #18 writing image sha256:b87ae59ae040da276a5a0c5833ec4137838a62c1924cb62d4d7430c4f92ff515 done
12:57:44 #18 naming to docker.io/debbuild-ubuntu-focal/x86_64 done
12:57:44 #18 DONE 4.8s
12:57:44 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/x86_64
12:57:44 + set -e
12:57:44 + mkdir -p /root/build-deb/engine
12:57:44 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:57:44 
12:57:44 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
12:57:44 #13 0.971 Enabling base-source repository
12:57:44 #13 0.971 Enabling extras-source repository
12:57:44 #13 0.972 Enabling updates-source repository
12:57:44 #13 0.972 Loading mirror speeds from cached hostfile
12:57:44 #13 0.973  * base: download.cf.centos.org
12:57:44 #13 0.974  * extras: download.cf.centos.org
12:57:44 #13 0.974  * updates: download.cf.centos.org
12:57:44  debian/rules clean
12:57:44 dh clean --with=bash-completion
12:57:44    dh_clean
12:57:44 #12 10.31   Installing       : dbus-1:1.14.4-1.fc37.x86_64                          31/97 
12:57:44 #12 10.31   Installing       : annobin-docs-10.92-1.fc37.noarch                     32/97 
12:57:44 #12 10.32   Installing       : rhash-1.4.2-3.fc37.x86_64                            33/97 
12:57:44 #12 10.33   Installing       : qrencode-libs-4.1.1-3.fc37.x86_64                    34/97 
12:57:44 #12 10.43   Installing       : python3-setuptools-62.6.0-2.fc37.noarch              35/97 
12:57:44 #12 10.47   Installing       : python3-setools-4.4.0-9.fc37.x86_64                  36/97 
12:57:44 #12 10.48   Installing       : python3-audit-3.0.9-1.fc37.x86_64                    37/97 
12:57:44 #12 10.48   Installing       : perl-lib-0.65-492.fc37.x86_64                        38/97 
12:57:44 #12 10.49   Installing       : perl-TermReadKey-2.38-14.fc37.x86_64                 39/97 
12:57:44 #12 10.49   Installing       : perl-File-Copy-2.39-492.fc37.noarch                  40/97 
12:57:44 #12 10.50   Installing       : perl-File-Compare-1.100.700-492.fc37.noarch          41/97 
12:57:44 #12 10.52   Installing       : autoconf-2.71-4.fc37.noarch                          42/97 
12:57:44 #12 20.21   Installing       : jsoncpp-1.9.5-2.fc36.x86_64                          86/97 
12:57:44 #12 20.48   Installing       : cmake-data-3.25.2-1.fc36.noarch                      87/97 
12:57:44 #12 20.64   Installing       : cmake-3.25.2-1.fc36.x86_64                           88/97 
12:57:44 #12 20.65   Installing       : device-mapper-devel-1.02.175-7.fc36.x86_64           89/97 
12:57:44 #12 20.66   Installing       : libtool-2.4.7-1.fc36.x86_64                          90/97 
12:57:44 #12 20.68   Installing       : libtool-ltdl-devel-2.4.7-1.fc36.x86_64               91/97 
12:57:44 #12 20.69   Installing       : annobin-plugin-gcc-10.93-1.fc36.x86_64               92/97 
12:57:44 #12 20.69   Running scriptlet: annobin-plugin-gcc-10.93-1.fc36.x86_64               92/97 
12:57:44 #10 52.98 Selecting previously unselected package libtime-moment-perl.
12:57:44 #10 52.98 Preparing to unpack .../314-libtime-moment-perl_0.44-1+b3_armhf.deb ...
12:57:44 #10 52.99 Unpacking libtime-moment-perl (0.44-1+b3) ...
12:57:44 #10 53.03 Selecting previously unselected package libtype-tiny-xs-perl.
12:57:44 #10 53.04 Preparing to unpack .../315-libtype-tiny-xs-perl_0.022-1_armhf.deb ...
12:57:44 #10 53.04 Unpacking libtype-tiny-xs-perl (0.022-1) ...
12:57:44 #10 53.08 Selecting previously unselected package libunicode-utf8-perl.
12:57:44 #10 53.08 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1+b2_armhf.deb ...
12:57:44 #10 53.09 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
12:57:44 #10 53.16 Selecting previously unselected package libxdelta2.
12:57:44 #10 53.16 Preparing to unpack .../317-libxdelta2_1.1.3-9.3_armhf.deb ...
12:57:44 #10 53.17 Unpacking libxdelta2 (1.1.3-9.3) ...
12:57:44 #12 7.452 Preparing to unpack .../14-libsepol1-dev_3.1-1_amd64.deb ...
12:57:44 #12 7.455 Unpacking libsepol1-dev:amd64 (3.1-1) ...
12:57:44 #12 7.530 Selecting previously unselected package libpcre2-16-0:amd64.
12:57:44 #12 7.530 Preparing to unpack .../15-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ...
12:57:44 #12 7.534 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
12:57:44 #12 7.587 Selecting previously unselected package libpcre2-32-0:amd64.
12:57:44 #12 7.591 Preparing to unpack .../16-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ...
12:57:44 #12 7.594 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
12:57:44 #12 7.645 Selecting previously unselected package libpcre2-posix2:amd64.
12:57:44 #12 7.648 Preparing to unpack .../17-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ...
12:57:44 #12 7.652 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
12:57:44 #12 7.685 Selecting previously unselected package libpcre2-dev:amd64.
12:57:44 #12 7.688 Preparing to unpack .../18-libpcre2-dev_10.36-2+deb11u1_amd64.deb ...
12:57:44 #12 7.691 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ...
12:57:44 #12 7.791 Selecting previously unselected package libselinux1-dev:amd64.
12:57:44 + mkdir -p /root/build-deb/cli
12:57:44 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:57:44  dpkg-source -I.git -b .
12:57:44 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:57:44 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:57:44 dpkg-source: warning: native package version may not have a revision
12:57:44 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:57:44 dpkg-source: info: using source format '1.0'
12:57:44 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz
12:57:44 #12 10.79 Selecting previously unselected package g++.
12:57:44 #12 10.79 Preparing to unpack .../02-g++_4%3a10.2.1-1+rpi1_armhf.deb ...
12:57:44 #12 10.80 Unpacking g++ (4:10.2.1-1+rpi1) ...
12:57:44 #12 10.82 Selecting previously unselected package build-essential.
12:57:44 #12 10.83 Preparing to unpack .../03-build-essential_12.9_armhf.deb ...
12:57:44 #12 10.83 Unpacking build-essential (12.9) ...
12:57:44 #12 10.87 Selecting previously unselected package bash-completion.
12:57:44 #11 extracting sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 5.3s
12:57:44 #12 10.54   Installing       : automake-1.16.5-9.fc37.noarch                        43/97 
12:57:44 #12 10.55   Installing       : perl-Error-1:0.17029-10.fc37.noarch                  44/97 
12:57:44 #12 10.56   Installing       : pcre2-utf32-10.40-1.fc37.1.x86_64                    45/97 
12:57:44 #12 10.57   Installing       : pcre2-utf16-10.40-1.fc37.1.x86_64                    46/97 
12:57:44 #12 10.58   Installing       : pcre2-devel-10.40-1.fc37.1.x86_64                    47/97 
12:57:44 #12 10.59   Installing       : libuv-1:1.44.2-2.fc37.x86_64                         48/97 
12:57:44 #12 10.59   Running scriptlet: libutempter-1.2.1-7.fc37.x86_64                      49/97 
12:57:44 #12 10.64   Installing       : libutempter-1.2.1-7.fc37.x86_64                      49/97 
12:57:44 #12 10.70   Installing       : util-linux-2.38.1-1.fc37.x86_64                      50/97 
12:57:44 #12 10.72   Running scriptlet: openssh-8.8p1-7.fc37.x86_64                          51/97 
12:57:44 #12 10.75   Installing       : openssh-8.8p1-7.fc37.x86_64                          51/97 
12:57:44 #12 10.76   Installing       : libsepol-devel-3.4-3.fc37.x86_64                     52/97 
12:57:44 #12 10.77   Installing       : libselinux-devel-3.4-5.fc37.x86_64                   53/97 
12:57:44 #12 10.79   Installing       : libselinux-utils-3.4-5.fc37.x86_64                   54/97 
12:57:44 #12 20.71   Installing       : gcc-plugin-annobin-12.2.1-4.fc36.x86_64              93/97 
12:57:44 #12 20.71   Installing       : libseccomp-devel-2.5.3-2.fc36.x86_64                 94/97 
12:57:44 #12 20.72   Installing       : which-2.21-32.fc36.x86_64                            95/97 
12:57:44 #12 20.73   Cleanup          : systemd-libs-250.8-1.fc36.x86_64                     96/97 
12:57:44 #12 20.73   Cleanup          : libxcrypt-4.4.33-1.fc36.x86_64                       97/97 
12:57:44 #12 20.74   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          97/97 
12:57:44 #12 20.75   Running scriptlet: systemd-resolved-250.9-1.fc36.x86_64                 97/97 
12:57:44 #10 53.21 Selecting previously unselected package libxext6:armhf.
12:57:44 #10 53.21 Preparing to unpack .../318-libxext6_2%3a1.3.3-1.1_armhf.deb ...
12:57:44 #10 53.22 Unpacking libxext6:armhf (2:1.3.3-1.1) ...
12:57:44 #10 53.26 Selecting previously unselected package libxml-namespacesupport-perl.
12:57:44 #10 53.26 Preparing to unpack .../319-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
12:57:44 #10 53.27 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
12:57:44 #10 53.30 Selecting previously unselected package libxml-sax-base-perl.
12:57:44 #10 53.31 Preparing to unpack .../320-libxml-sax-base-perl_1.09-1.1_all.deb ...
12:57:44 #10 53.31 Unpacking libxml-sax-base-perl (1.09-1.1) ...
12:57:44 #10 53.37 Selecting previously unselected package libxml-sax-perl.
12:57:44 #10 53.37 Preparing to unpack .../321-libxml-sax-perl_1.02+dfsg-1_all.deb ...
12:57:44 #10 53.38 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
12:57:44 #12 7.794 Preparing to unpack .../19-libselinux1-dev_3.1-3_amd64.deb ...
12:57:44 #12 7.798 Unpacking libselinux1-dev:amd64 (3.1-3) ...
12:57:44 #12 7.858 Selecting previously unselected package libdevmapper-dev:amd64.
12:57:44 #12 7.861 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
12:57:44 #12 7.864 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
12:57:44 #12 7.898 Selecting previously unselected package libseccomp-dev:amd64.
12:57:44 #12 7.901 Preparing to unpack .../21-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
12:57:44 #12 7.908 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
12:57:44 #12 7.946 Selecting previously unselected package libsystemd-dev:amd64.
12:57:44 #12 7.950 Preparing to unpack .../22-libsystemd-dev_247.3-7+deb11u1_amd64.deb ...
12:57:44 #12 7.954 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u1) ...
12:57:44 + mkdir -p /root/build-deb/buildx
12:57:44 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:57:45 #12 10.87 Preparing to unpack .../04-bash-completion_1%3a2.11-2_all.deb ...
12:57:45 #12 10.80   Installing       : policycoreutils-3.4-6.fc37.x86_64                    55/97 
12:57:45 #12 10.81   Running scriptlet: policycoreutils-3.4-6.fc37.x86_64                    55/97 
12:57:45 #12 10.82   Installing       : selinux-policy-37.19-1.fc37.noarch                   56/97 
12:57:45 #12 10.83   Running scriptlet: selinux-policy-37.19-1.fc37.noarch                   56/97 
12:57:45 #12 20.79   Running scriptlet: libxcrypt-4.4.33-1.fc36.x86_64                       97/97 
12:57:45 #12 21.16   Verifying        : checkpolicy-3.3-2.fc36.x86_64                         1/97 
12:57:45 #12 21.16   Verifying        : cryptsetup-libs-2.4.3-2.fc36.x86_64                   2/97 
12:57:45 #12 21.16   Verifying        : device-mapper-1.02.175-7.fc36.x86_64                  3/97 
12:57:45 #12 21.16   Verifying        : device-mapper-devel-1.02.175-7.fc36.x86_64            4/97 
12:57:45 #12 21.16   Verifying        : device-mapper-libs-1.02.175-7.fc36.x86_64             5/97 
12:57:45 #12 21.16   Verifying        : guile22-2.2.7-5.fc36.x86_64                           6/97 
12:57:45 #12 21.16   Verifying        : jsoncpp-1.9.5-2.fc36.x86_64                           7/97 
12:57:45 #12 21.16   Verifying        : kmod-libs-29-7.fc36.x86_64                            8/97 
12:57:45 #12 21.16   Verifying        : libcbor-0.7.0-5.fc36.x86_64                           9/97 
12:57:45 #12 21.16   Verifying        : libedit-3.1-41.20210910cvs.fc36.x86_64               10/97 
12:57:45 #12 21.16   Verifying        : libmpc-1.2.1-4.fc36.x86_64                           11/97 
12:57:45 #12 21.16   Verifying        : libseccomp-2.5.3-2.fc36.x86_64                       12/97 
12:57:45 #12 21.16   Verifying        : libseccomp-devel-2.5.3-2.fc36.x86_64                 13/97 
12:57:45 #12 21.16   Verifying        : libselinux-devel-3.3-4.fc36.x86_64                   14/97 
12:57:45 #12 21.16   Verifying        : libselinux-utils-3.3-4.fc36.x86_64                   15/97 
12:57:45 #12 21.16   Verifying        : libsepol-devel-3.3-3.fc36.x86_64                     16/97 
12:57:45 #12 21.16   Verifying        : libutempter-1.2.1-6.fc36.x86_64                      17/97 
12:57:45 #12 21.16   Verifying        : libxkbcommon-1.4.0-1.fc36.x86_64                     18/97 
12:57:45 #12 21.16   Verifying        : m4-1.4.19-3.fc36.x86_64                              19/97 
12:57:45 #12 21.16   Verifying        : make-1:4.3-7.fc36.x86_64                             20/97 
12:57:45 #12 21.16   Verifying        : openssh-8.8p1-1.fc36.1.x86_64                        21/97 
12:57:45 #12 21.16   Verifying        : openssh-clients-8.8p1-1.fc36.1.x86_64                22/97 
12:57:45 #12 21.16   Verifying        : perl-Error-1:0.17029-8.fc36.noarch                   23/97 
12:57:45 #12 21.16   Verifying        : perl-File-Compare-1.100.600-486.fc36.noarch          24/97 
12:57:45 #12 21.16   Verifying        : perl-File-Copy-2.35-486.fc36.noarch                  25/97 
12:57:45 #12 21.16   Verifying        : perl-File-Find-1.39-486.fc36.noarch                  26/97 
12:57:45 #12 21.16   Verifying        : perl-TermReadKey-2.38-12.fc36.x86_64                 27/97 
12:57:45 #12 21.16   Verifying        : perl-Thread-Queue-3.14-479.fc36.noarch               28/97 
12:57:45 #12 21.16   Verifying        : perl-lib-0.65-486.fc36.x86_64                        29/97 
12:57:45 #12 21.16   Verifying        : perl-threads-1:2.26-449.fc36.x86_64                  30/97 
12:57:45 #12 21.16   Verifying        : perl-threads-shared-1.62-479.fc36.x86_64             31/97 
12:57:45 #12 21.16   Verifying        : policycoreutils-3.3-4.fc36.x86_64                    32/97 
12:57:45 #12 21.16   Verifying        : policycoreutils-devel-3.3-4.fc36.x86_64              33/97 
12:57:45 #12 21.16   Verifying        : policycoreutils-python-utils-3.3-4.fc36.noarch       34/97 
12:57:45 #12 21.16   Verifying        : python3-libselinux-3.3-4.fc36.x86_64                 35/97 
12:57:45 #12 21.16   Verifying        : python3-libsemanage-3.3-3.fc36.x86_64                36/97 
12:57:45 #12 21.16   Verifying        : python3-policycoreutils-3.3-4.fc36.noarch            37/97 
12:57:45 #12 21.16   Verifying        : python3-setools-4.4.0-5.fc36.x86_64                  38/97 
12:57:45 #12 21.16   Verifying        : qrencode-libs-4.1.1-2.fc36.x86_64                    39/97 
12:57:45 #12 21.16   Verifying        : rhash-1.4.2-2.fc36.x86_64                            40/97 
12:57:45 #12 21.16   Verifying        : which-2.21-32.fc36.x86_64                            41/97 
12:57:45 #12 21.16   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch                42/97 
12:57:45 #12 21.16   Verifying        : annobin-docs-10.93-1.fc36.noarch                     43/97 
12:57:45 #12 21.16   Verifying        : annobin-plugin-gcc-10.93-1.fc36.x86_64               44/97 
12:57:45 #12 21.16   Verifying        : autoconf-2.71-3.fc36.noarch                          45/97 
12:57:45 #12 21.16   Verifying        : automake-1.16.5-7.fc36.noarch                        46/97 
12:57:45 #12 21.16   Verifying        : cmake-3.25.2-1.fc36.x86_64                           47/97 
12:57:45 #12 21.16   Verifying        : cmake-data-3.25.2-1.fc36.noarch                      48/97 
12:57:45 #12 21.16   Verifying        : cmake-filesystem-3.25.2-1.fc36.x86_64                49/97 
12:57:45 #12 21.16   Verifying        : cmake-rpm-macros-3.25.2-1.fc36.noarch                50/97 
12:57:45 #12 21.16   Verifying        : cpp-12.2.1-4.fc36.x86_64                             51/97 
12:57:45 #12 21.16   Verifying        : dbus-1:1.14.4-1.fc36.x86_64                          52/97 
12:57:45 #12 21.16   Verifying        : dbus-broker-32-1.fc36.x86_64                         53/97 
12:57:45 #12 21.16   Verifying        : dbus-common-1:1.14.4-1.fc36.noarch                   54/97 
12:57:45 #12 21.16   Verifying        : gc-8.0.6-3.fc36.x86_64                               55/97 
12:57:45 #12 21.16   Verifying        : gcc-12.2.1-4.fc36.x86_64                             56/97 
12:57:45 #12 21.16   Verifying        : gcc-plugin-annobin-12.2.1-4.fc36.x86_64              57/97 
12:57:45 #12 21.16   Verifying        : git-2.39.1-1.fc36.x86_64                             58/97 
12:57:45 #12 21.16   Verifying        : git-core-2.39.1-1.fc36.x86_64                        59/97 
12:57:45 #12 21.16   Verifying        : git-core-doc-2.39.1-1.fc36.noarch                    60/97 
12:57:45 #12 21.16   Verifying        : glibc-devel-2.35-22.fc36.x86_64                      61/97 
12:57:45 #12 21.16   Verifying        : glibc-headers-x86-2.35-22.fc36.noarch                62/97 
12:57:45 #12 21.16   Verifying        : glibc-static-2.35-22.fc36.x86_64                     63/97 
12:57:45 #12 21.16   Verifying        : kernel-headers-6.1.5-100.fc36.x86_64                 64/97 
12:57:45 #12 21.16   Verifying        : less-590-5.fc36.x86_64                               65/97 
12:57:45 #12 21.16   Verifying        : libargon2-20171227-9.fc36.x86_64                     66/97 
12:57:45 #12 21.16   Verifying        : libbpf-2:0.7.0-3.fc36.x86_64                         67/97 
12:57:45 #12 21.16   Verifying        : libfdisk-2.38-1.fc36.x86_64                          68/97 
12:57:45 #12 21.16   Verifying        : libfido2-1.10.0-5.fc36.x86_64                        69/97 
12:57:45 #12 21.16   Verifying        : libtool-2.4.7-1.fc36.x86_64                          70/97 
12:57:45 #12 21.16   Verifying        : libtool-ltdl-2.4.7-1.fc36.x86_64                     71/97 
12:57:45 #12 21.16   Verifying        : libtool-ltdl-devel-2.4.7-1.fc36.x86_64               72/97 
12:57:45 #12 21.16   Verifying        : libuv-1:1.44.2-1.fc36.x86_64                         73/97 
12:57:45 #12 21.16   Verifying        : libxcrypt-devel-4.4.33-4.fc36.x86_64                 74/97 
12:57:45 #12 21.16   Verifying        : libxcrypt-static-4.4.33-4.fc36.x86_64                75/97 
12:57:45 #12 21.16   Verifying        : pcre2-devel-10.40-1.fc36.x86_64                      76/97 
12:57:45 #12 21.16   Verifying        : pcre2-utf16-10.40-1.fc36.x86_64                      77/97 
12:57:45 #12 21.16   Verifying        : pcre2-utf32-10.40-1.fc36.x86_64                      78/97 
12:57:45 #12 21.16   Verifying        : perl-Git-2.39.1-1.fc36.noarch                        79/97 
12:57:45 #12 21.16   Verifying        : python3-audit-3.0.9-1.fc36.x86_64                    80/97 
12:57:45 #12 21.16   Verifying        : python3-setuptools-59.6.0-3.fc36.noarch              81/97 
12:57:45 #12 21.16   Verifying        : rpm-plugin-selinux-4.17.1-3.fc36.x86_64              82/97 
12:57:45 #12 21.16   Verifying        : selinux-policy-36.17-1.fc36.noarch                   83/97 
12:57:45 #12 21.17   Verifying        : selinux-policy-devel-36.17-1.fc36.noarch             84/97 
12:57:45 #12 21.17   Verifying        : selinux-policy-targeted-36.17-1.fc36.noarch          85/97 
12:57:45 #12 21.17   Verifying        : systemd-250.9-1.fc36.x86_64                          86/97 
12:57:45 #12 21.17   Verifying        : systemd-devel-250.9-1.fc36.x86_64                    87/97 
12:57:45 #12 21.17   Verifying        : systemd-networkd-250.9-1.fc36.x86_64                 88/97 
12:57:45 #12 21.17   Verifying        : systemd-pam-250.9-1.fc36.x86_64                      89/97 
12:57:45 #12 21.17   Verifying        : systemd-resolved-250.9-1.fc36.x86_64                 90/97 
12:57:45 #12 21.17   Verifying        : systemd-rpm-macros-250.9-1.fc36.noarch               91/97 
12:57:45 #12 21.17   Verifying        : util-linux-2.38-1.fc36.x86_64                        92/97 
12:57:45 #12 21.17   Verifying        : vim-filesystem-2:9.0.1262-1.fc36.noarch              93/97 
12:57:45 #12 21.17   Verifying        : libxcrypt-4.4.33-4.fc36.x86_64                       94/97 
12:57:45 #12 21.17   Verifying        : libxcrypt-4.4.33-1.fc36.x86_64                       95/97 
12:57:45 #12 21.17   Verifying        : systemd-libs-250.9-1.fc36.x86_64                     96/97 
12:57:45 #10 53.42 Selecting previously unselected package libxml-libxml-perl.
12:57:45 #10 53.43 Preparing to unpack .../322-libxml-libxml-perl_2.0134+dfsg-2+b1_armhf.deb ...
12:57:45 #10 53.43 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
12:57:45 #10 53.52 Selecting previously unselected package libxml-sax-expat-perl.
12:57:45 #10 53.53 Preparing to unpack .../323-libxml-sax-expat-perl_0.51-1_all.deb ...
12:57:45 #10 53.53 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:57:45 #10 53.57 Selecting previously unselected package libxmlrpc-lite-perl.
12:57:45 #10 53.57 Preparing to unpack .../324-libxmlrpc-lite-perl_0.717-4_all.deb ...
12:57:45 #10 53.58 Unpacking libxmlrpc-lite-perl (0.717-4) ...
12:57:45 #10 53.64 Selecting previously unselected package libxmuu1:armhf.
12:57:45 #10 53.64 Preparing to unpack .../325-libxmuu1_2%3a1.1.2-2+b3_armhf.deb ...
12:57:45 #10 53.65 Unpacking libxmuu1:armhf (2:1.1.2-2+b3) ...
12:57:45 #10 53.69 Selecting previously unselected package libyaml-0-2:armhf.
12:57:45 #10 53.69 Preparing to unpack .../326-libyaml-0-2_0.2.2-1_armhf.deb ...
12:57:45 #10 53.70 Unpacking libyaml-0-2:armhf (0.2.2-1) ...
12:57:45 #12 8.066 Selecting previously unselected package pkg-config.
12:57:45 #12 8.070 Preparing to unpack .../23-pkg-config_0.29.2-1_amd64.deb ...
12:57:45 #12 8.075 Unpacking pkg-config (0.29.2-1) ...
12:57:45 #12 8.126 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
12:57:45 #12 8.139 Setting up libsepol1-dev:amd64 (3.1-1) ...
12:57:45 #12 8.151 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
12:57:45 #12 8.163 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
12:57:45 #12 8.175 Setting up libuv1:amd64 (1.40.0-2) ...
12:57:45 #12 8.187 Setting up bash-completion (1:2.11-2) ...
12:57:45 #11 extracting sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 5.6s done
12:57:45 #11 extracting sha256:2d533c107a1d7303beef7f6788021ebadd894b7a021c3245ebf5c3f1ef4488de done
12:57:45 #12 10.85   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          57/97 
12:57:45 #12 11.10   Installing       : selinux-policy-targeted-37.19-1.fc37.noarch          57/97 
12:57:45 #10 53.74 Selecting previously unselected package libyaml-libyaml-perl.
12:57:45 #10 53.75 Preparing to unpack .../327-libyaml-libyaml-perl_0.82+repack-1+b1_armhf.deb ...
12:57:45 #10 53.75 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
12:57:45 #10 53.79 Selecting previously unselected package licensecheck.
12:57:45 #10 53.79 Preparing to unpack .../328-licensecheck_3.1.1-2_all.deb ...
12:57:45 #10 53.80 Unpacking licensecheck (3.1.1-2) ...
12:57:45 #10 53.84 Selecting previously unselected package lzip.
12:57:45 #10 53.84 Preparing to unpack .../329-lzip_1.22-3_armhf.deb ...
12:57:45 #10 53.85 Unpacking lzip (1.22-3) ...
12:57:45 #10 53.89 Selecting previously unselected package lzop.
12:57:45 #10 53.89 Preparing to unpack .../330-lzop_1.04-2_armhf.deb ...
12:57:45 #10 53.90 Unpacking lzop (1.04-2) ...
12:57:45 #12 21.17   Verifying        : systemd-libs-250.8-1.fc36.x86_64                     97/97 
12:57:45 #12 21.36 
12:57:45 #12 21.36 Upgraded:
12:57:45 #12 21.36   libxcrypt-4.4.33-4.fc36.x86_64        systemd-libs-250.9-1.fc36.x86_64       
12:57:45 #12 21.36 Installed:
12:57:45 #12 21.36   annobin-docs-10.93-1.fc36.noarch                                              
12:57:45 #12 21.36   annobin-plugin-gcc-10.93-1.fc36.x86_64                                        
12:57:45 #12 21.36   autoconf-2.71-3.fc36.noarch                                                   
12:57:45 #12 21.36   automake-1.16.5-7.fc36.noarch                                                 
12:57:45 #12 21.36   checkpolicy-3.3-2.fc36.x86_64                                                 
12:57:45 #12 21.36   cmake-3.25.2-1.fc36.x86_64                                                    
12:57:45 #12 21.36   cmake-data-3.25.2-1.fc36.noarch                                               
12:57:45 #12 21.36   cmake-filesystem-3.25.2-1.fc36.x86_64                                         
12:57:45 #12 21.36   cmake-rpm-macros-3.25.2-1.fc36.noarch                                         
12:57:45 #12 21.36   cpp-12.2.1-4.fc36.x86_64                                                      
12:57:45 #12 21.36   cryptsetup-libs-2.4.3-2.fc36.x86_64                                           
12:57:45 #12 21.36   dbus-1:1.14.4-1.fc36.x86_64                                                   
12:57:45 #12 21.36   dbus-broker-32-1.fc36.x86_64                                                  
12:57:45 #12 21.36   dbus-common-1:1.14.4-1.fc36.noarch                                            
12:57:45 #12 21.36   device-mapper-1.02.175-7.fc36.x86_64                                          
12:57:45 #12 21.36   device-mapper-devel-1.02.175-7.fc36.x86_64                                    
12:57:45 #12 21.36   device-mapper-libs-1.02.175-7.fc36.x86_64                                     
12:57:45 #12 21.36   gc-8.0.6-3.fc36.x86_64                                                        
12:57:45 #12 21.36   gcc-12.2.1-4.fc36.x86_64                                                      
12:57:45 #12 21.36   gcc-plugin-annobin-12.2.1-4.fc36.x86_64                                       
12:57:45 #12 21.36   git-2.39.1-1.fc36.x86_64                                                      
12:57:45 #12 21.36   git-core-2.39.1-1.fc36.x86_64                                                 
12:57:45 #12 21.36   git-core-doc-2.39.1-1.fc36.noarch                                             
12:57:45 #12 21.36   glibc-devel-2.35-22.fc36.x86_64                                               
12:57:45 #12 21.36   glibc-headers-x86-2.35-22.fc36.noarch                                         
12:57:45 #12 21.36   glibc-static-2.35-22.fc36.x86_64                                              
12:57:45 #12 21.36   guile22-2.2.7-5.fc36.x86_64                                                   
12:57:45 #12 21.36   jsoncpp-1.9.5-2.fc36.x86_64                                                   
12:57:45 #12 21.36   kernel-headers-6.1.5-100.fc36.x86_64                                          
12:57:45 #12 21.36   kmod-libs-29-7.fc36.x86_64                                                    
12:57:45 #12 21.36   less-590-5.fc36.x86_64                                                        
12:57:45 #12 21.36   libargon2-20171227-9.fc36.x86_64                                              
12:57:45 #12 21.36   libbpf-2:0.7.0-3.fc36.x86_64                                                  
12:57:45 #12 21.36   libcbor-0.7.0-5.fc36.x86_64                                                   
12:57:45 #12 21.36   libedit-3.1-41.20210910cvs.fc36.x86_64                                        
12:57:45 #12 21.36   libfdisk-2.38-1.fc36.x86_64                                                   
12:57:45 #12 21.36   libfido2-1.10.0-5.fc36.x86_64                                                 
12:57:45 #12 21.36   libmpc-1.2.1-4.fc36.x86_64                                                    
12:57:45 #12 21.36   libseccomp-2.5.3-2.fc36.x86_64                                                
12:57:45 #12 21.36   libseccomp-devel-2.5.3-2.fc36.x86_64                                          
12:57:45 #12 21.36   libselinux-devel-3.3-4.fc36.x86_64                                            
12:57:45 #12 21.36   libselinux-utils-3.3-4.fc36.x86_64                                            
12:57:45 #12 21.36   libsepol-devel-3.3-3.fc36.x86_64                                              
12:57:45 #12 21.36   libtool-2.4.7-1.fc36.x86_64                                                   
12:57:45 #12 21.36   libtool-ltdl-2.4.7-1.fc36.x86_64                                              
12:57:45 #12 21.36   libtool-ltdl-devel-2.4.7-1.fc36.x86_64                                        
12:57:45 #12 21.36   libutempter-1.2.1-6.fc36.x86_64                                               
12:57:45 #12 21.36   libuv-1:1.44.2-1.fc36.x86_64                                                  
12:57:45 #12 21.36   libxcrypt-devel-4.4.33-4.fc36.x86_64                                          
12:57:45 #12 21.36   libxcrypt-static-4.4.33-4.fc36.x86_64                                         
12:57:45 #12 21.36   libxkbcommon-1.4.0-1.fc36.x86_64                                              
12:57:45 #12 21.36   m4-1.4.19-3.fc36.x86_64                                                       
12:57:45 #12 21.36   make-1:4.3-7.fc36.x86_64                                                      
12:57:45 #12 21.36   openssh-8.8p1-1.fc36.1.x86_64                                                 
12:57:45 #12 21.36   openssh-clients-8.8p1-1.fc36.1.x86_64                                         
12:57:45 #12 21.36   pcre2-devel-10.40-1.fc36.x86_64                                               
12:57:45 #12 21.36   pcre2-utf16-10.40-1.fc36.x86_64                                               
12:57:45 #12 21.36   pcre2-utf32-10.40-1.fc36.x86_64                                               
12:57:45 #12 21.36   perl-Error-1:0.17029-8.fc36.noarch                                            
12:57:45 #12 21.36   perl-File-Compare-1.100.600-486.fc36.noarch                                   
12:57:45 #12 21.36   perl-File-Copy-2.35-486.fc36.noarch                                           
12:57:45 #12 21.36   perl-File-Find-1.39-486.fc36.noarch                                           
12:57:45 #12 21.36   perl-Git-2.39.1-1.fc36.noarch                                                 
12:57:45 #12 21.36   perl-TermReadKey-2.38-12.fc36.x86_64                                          
12:57:45 #12 21.36   perl-Thread-Queue-3.14-479.fc36.noarch                                        
12:57:45 #12 21.36   perl-lib-0.65-486.fc36.x86_64                                                 
12:57:45 #12 21.36   perl-threads-1:2.26-449.fc36.x86_64                                           
12:57:45 #12 21.36   perl-threads-shared-1.62-479.fc36.x86_64                                      
12:57:45 #12 21.36   policycoreutils-3.3-4.fc36.x86_64                                             
12:57:45 #12 21.36   policycoreutils-devel-3.3-4.fc36.x86_64                                       
12:57:45 #12 21.36   policycoreutils-python-utils-3.3-4.fc36.noarch                                
12:57:45 #12 21.36   python3-audit-3.0.9-1.fc36.x86_64                                             
12:57:45 #12 21.36   python3-libselinux-3.3-4.fc36.x86_64                                          
12:57:45 #12 21.36   python3-libsemanage-3.3-3.fc36.x86_64                                         
12:57:45 #12 21.36   python3-policycoreutils-3.3-4.fc36.noarch                                     
12:57:45 #12 21.36   python3-setools-4.4.0-5.fc36.x86_64                                           
12:57:45 #12 21.36   python3-setuptools-59.6.0-3.fc36.noarch                                       
12:57:45 #12 21.36   qrencode-libs-4.1.1-2.fc36.x86_64                                             
12:57:45 #12 21.36   rhash-1.4.2-2.fc36.x86_64                                                     
12:57:45 #12 21.36   rpm-plugin-selinux-4.17.1-3.fc36.x86_64                                       
12:57:45 #12 21.36   selinux-policy-36.17-1.fc36.noarch                                            
12:57:45 #12 21.36   selinux-policy-devel-36.17-1.fc36.noarch                                      
12:57:45 #12 21.36   selinux-policy-targeted-36.17-1.fc36.noarch                                   
12:57:45 #12 21.36   systemd-250.9-1.fc36.x86_64                                                   
12:57:45 #12 21.36   systemd-devel-250.9-1.fc36.x86_64                                             
12:57:45 #12 21.36   systemd-networkd-250.9-1.fc36.x86_64                                          
12:57:45 #12 21.36   systemd-pam-250.9-1.fc36.x86_64                                               
12:57:45 #12 21.36   systemd-resolved-250.9-1.fc36.x86_64                                          
12:57:45 #12 21.36   systemd-rpm-macros-250.9-1.fc36.noarch                                        
12:57:45 #12 21.36   util-linux-2.38-1.fc36.x86_64                                                 
12:57:45 #12 21.36   vim-filesystem-2:9.0.1262-1.fc36.noarch                                       
12:57:45 #12 21.36   which-2.21-32.fc36.x86_64                                                     
12:57:45 #12 21.36   xkeyboard-config-2.35.1-1.fc36.noarch                                         
12:57:45 #12 21.36 
12:57:45 #12 21.36 Complete!
12:57:45 + mkdir -p /root/build-deb/compose
12:57:45 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:57:45 + mkdir -p /root/build-deb/scan-cli-plugin
12:57:45 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:57:45 + mkdir -p /go/src/github.com/docker
12:57:45 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:57:45 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:57:45 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:57:45 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:57:45 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:57:45 + EPOCH=5
12:57:45 + EPOCH_SEP=
12:57:45 + [[ ! -z 5 ]]
12:57:45 + EPOCH_SEP=:
12:57:45 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:57:45 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:45 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:45 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:45 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:45 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:45 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:57:45 + debSource=docker-ce
12:57:45 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:57:45 + debMaintainer='Docker <support@docker.com>'
12:57:45 ++ date --rfc-2822
12:57:45 + debDate='Wed, 08 Feb 2023 12:57:45 +0000'
12:57:45 + pkgRevision=1
12:57:45 + cat
12:57:45 + export CLI_GITCOMMIT=ab4ef4a
12:57:45 + CLI_GITCOMMIT=ab4ef4a
12:57:45 + export ENGINE_GITCOMMIT=1141704
12:57:45 + ENGINE_GITCOMMIT=1141704
12:57:45 + export SCAN_GITCOMMIT=6c852fa
12:57:45 + SCAN_GITCOMMIT=6c852fa
12:57:45 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:45 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:45 + dpkg-buildpackage -uc -us -I.git
12:57:45 dpkg-buildpackage: info: source package docker-ce
12:57:45 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal
12:57:45 dpkg-buildpackage: info: source distribution focal
12:57:45 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:57:45 dpkg-buildpackage: info: host architecture amd64
12:57:45  dpkg-source -I.git --before-build .
12:57:45 #12 11.42 Unpacking bash-completion (1:2.11-2) ...
12:57:45 #12 11.54 Selecting previously unselected package cmake-data.
12:57:45 #12 11.54 Preparing to unpack .../05-cmake-data_3.18.4-2+rpt1+rpi1+deb11u1_all.deb ...
12:57:45 #12 11.55 Unpacking cmake-data (3.18.4-2+rpt1+rpi1+deb11u1) ...
12:57:45 #11 DONE 17.6s
12:57:45 
12:57:45 #17 [base 2/5] COPY --from=xx / /
12:57:45 #13 66.44   Installing : glibc-devel-2.17-326.el7_9.aarch64                         42/65 
12:57:45 #10 53.94 Selecting previously unselected package t1utils.
12:57:45 #10 53.95 Preparing to unpack .../331-t1utils_1.41-4_armhf.deb ...
12:57:45 #10 53.95 Unpacking t1utils (1.41-4) ...
12:57:45 #10 54.01 Selecting previously unselected package unzip.
12:57:45 #10 54.02 Preparing to unpack .../332-unzip_6.0-26+deb11u1_armhf.deb ...
12:57:45 #10 54.02 Unpacking unzip (6.0-26+deb11u1) ...
12:57:45 #10 54.09 Selecting previously unselected package lintian.
12:57:45 #10 54.09 Preparing to unpack .../333-lintian_2.104.0_all.deb ...
12:57:45 #10 54.10 Unpacking lintian (2.104.0) ...
12:57:45 #12 DONE 21.5s
12:57:45 
12:57:45 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
12:57:45 #12 8.703 Setting up libncurses6:amd64 (6.2+20201114-2) ...
12:57:45 #12 8.714 Setting up pkg-config (0.29.2-1) ...
12:57:45 #12 8.761 Setting up libudev-dev:amd64 (247.3-7+deb11u1) ...
12:57:45 #12 8.773 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
12:57:45 #12 8.783 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
12:57:45 #12 8.796 Setting up librhash0:amd64 (1.4.1-2) ...
12:57:45 #12 8.807 Setting up cmake-data (3.18.4-2+deb11u1) ...
12:57:45 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc
12:57:45  debian/rules build
12:57:45 dh build --with=bash-completion
12:57:45    dh_update_autotools_config
12:57:45    dh_autoreconf
12:57:45    debian/rules override_dh_auto_build
12:57:45 make[1]: Entering directory '/root/build-deb'
12:57:45 # Build the daemon and dependencies
12:57:45 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:57:45 
12:57:45 Removing bundles/
12:57:45 
12:57:45 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:45 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:57:45  debian/rules clean
12:57:45 dh clean --with=bash-completion
12:57:45    dh_clean
12:57:45 #12 11.88 Selecting previously unselected package libarchive13:armhf.
12:57:45 #12 11.88 Preparing to unpack .../06-libarchive13_3.4.3-2+deb11u1_armhf.deb ...
12:57:45 #12 11.89 Unpacking libarchive13:armhf (3.4.3-2+deb11u1) ...
12:57:45 #12 11.96 Selecting previously unselected package libjsoncpp24:armhf.
12:57:45 #12 11.96 Preparing to unpack .../07-libjsoncpp24_1.9.4-4_armhf.deb ...
12:57:45 #12 11.97 Unpacking libjsoncpp24:armhf (1.9.4-4) ...
12:57:45 #12 12.01 Selecting previously unselected package librhash0:armhf.
12:57:45 #13 67.79   Installing : gcc-4.8.5-44.el7.aarch64                                   43/65 
12:57:45 #13 68.16   Installing : libsepol-devel-2.5-10.el7.aarch64                          44/65 
12:57:45 #10 54.47 Selecting previously unselected package lsb-release.
12:57:45 #10 54.48 Preparing to unpack .../334-lsb-release_11.1.0_all.deb ...
12:57:45 #10 54.48 Unpacking lsb-release (11.1.0) ...
12:57:46 #12 8.824 Setting up dh-apparmor (2.13.6-10) ...
12:57:46 #12 8.833 Setting up libsystemd-dev:amd64 (247.3-7+deb11u1) ...
12:57:46 #12 8.844 Setting up libprocps8:amd64 (2:3.3.17-5) ...
12:57:46 #12 8.856 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ...
12:57:46 #12 8.868 Setting up libselinux1-dev:amd64 (3.1-3) ...
12:57:46 #12 8.880 Setting up procps (2:3.3.17-5) ...
12:57:46 #12 8.917 Setting up cmake (3.18.4-2+deb11u1) ...
12:57:46 #12 8.928 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
12:57:46 #12 8.940 Setting up dmsetup (2:1.02.175-2.1) ...
12:57:46 #12 8.952 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
12:57:46 #12 8.965 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
12:57:46 #12 8.975 Setting up docker-ce-build-deps (1.0) ...
12:57:46 #12 8.987 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:57:46 #12 9.007 Processing triggers for man-db (2.9.4-2) ...
12:57:46 #10 65.23 Setting up libgssapi-krb5-2:armhf (1.20.1-1) ...
12:57:46 #10 65.25 Setting up libgdbm-compat4:armhf (1.23-3) ...
12:57:46 #10 65.26 Setting up ucf (3.0043+nmu1) ...
12:57:46 #10 65.45 Setting up dwz (0.15-1) ...
12:57:46 #10 65.47 Setting up groff-base (1.22.4-9) ...
12:57:46 #10 65.49 Setting up cpp (4:12.2.0-3) ...
12:57:46 #10 65.51 Setting up pixz (1.0.7-2) ...
12:57:46 #10 65.52 Setting up gpgconf (2.2.40-1) ...
12:57:46 #10 65.53 Setting up libcurl4:armhf (7.87.0-2) ...
12:57:46 #10 65.55 Setting up libx11-6:armhf (2:1.8.3-3) ...
12:57:46 #10 65.56 Setting up curl (7.87.0-2) ...
12:57:46 #10 65.58 Setting up libfontconfig1:armhf (2.14.1-4) ...
12:57:46 #10 65.59 Setting up binutils-arm-linux-gnueabihf (2.40-2) ...
12:57:46 #10 65.61 Setting up libperl5.36:armhf (5.36.0-7) ...
12:57:46 #10 65.63 Setting up libxmuu1:armhf (2:1.1.3-3) ...
12:57:46 #10 65.64 Setting up gpg (2.2.40-1) ...
12:57:46 #10 65.66 Setting up gnupg-utils (2.2.40-1) ...
12:57:46 #10 65.67 Setting up libtirpc3:armhf (1.3.3+ds-1) ...
12:57:46 #10 65.69 Setting up gpg-agent (2.2.40-1) ...
12:57:46  dpkg-source -I.git -b .
12:57:46 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:57:46 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:57:46 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:57:46 dpkg-source: info: using source format '1.0'
12:57:46 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz
12:57:46 #12 12.01 Preparing to unpack .../08-librhash0_1.4.1-2_armhf.deb ...
12:57:46 #12 12.01 Unpacking librhash0:armhf (1.4.1-2) ...
12:57:46 #12 12.06 Selecting previously unselected package libuv1:armhf.
12:57:46 #12 12.06 Preparing to unpack .../09-libuv1_1.40.0-2_armhf.deb ...
12:57:46 #12 12.07 Unpacking libuv1:armhf (1.40.0-2) ...
12:57:46 #12 12.11 Selecting previously unselected package cmake.
12:57:46 #12 12.11 Preparing to unpack .../10-cmake_3.18.4-2+rpt1+rpi1+deb11u1_armhf.deb ...
12:57:46 #12 12.11 Unpacking cmake (3.18.4-2+rpt1+rpi1+deb11u1) ...
12:57:46 #13 68.25   Installing : perl-Test-Harness-3.28-3.el7.noarch                        45/65 
12:57:46 #17 DONE 0.7s
12:57:46 
12:57:46 #18 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
12:57:46 #10 54.55 Selecting previously unselected package manpages-dev.
12:57:46 #10 54.55 Preparing to unpack .../335-manpages-dev_5.10-1_all.deb ...
12:57:46 #10 54.56 Unpacking manpages-dev (5.10-1) ...
12:57:46 #13 68.37   Installing : automake-1.13.4-3.el7.noarch                               46/65 
12:57:46 #13 68.65 install-info: No such file or directory for /usr/share/info/automake.info.gz
12:57:46 #12 12.46 Selecting previously unselected package dh-apparmor.
12:57:46 #12 12.47 Preparing to unpack .../11-dh-apparmor_2.13.6-10_all.deb ...
12:57:46 #12 12.47 Unpacking dh-apparmor (2.13.6-10) ...
12:57:46 #12 12.51 Selecting previously unselected package dmsetup.
12:57:46 #13 DONE 2.0s
12:57:46 
12:57:46 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
12:57:46 #14 DONE 0.0s
12:57:46 
12:57:46 #15 exporting to image
12:57:46 #15 exporting layers
12:57:46 #10 66.19 Setting up libxpm4:armhf (1:3.5.12-1.1) ...
12:57:46 #14 DONE 2.7s
12:57:46 
12:57:46 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:57:46 #15 DONE 0.0s
12:57:46 
12:57:46 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:57:46 #16 DONE 0.0s
12:57:46 
12:57:46 #17 exporting to image
12:57:46 #17 exporting layers
12:57:46 #10 55.04 Selecting previously unselected package pbzip2.
12:57:46 #10 55.04 Preparing to unpack .../336-pbzip2_1.1.13-1_armhf.deb ...
12:57:46 #10 55.05 Unpacking pbzip2 (1.1.13-1) ...
12:57:46 #10 55.11 Selecting previously unselected package pixz.
12:57:46 #10 55.11 Preparing to unpack .../337-pixz_1.0.7-1_armhf.deb ...
12:57:46 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc
12:57:46  debian/rules build
12:57:46 dh build --with=bash-completion
12:57:46    dh_update_autotools_config
12:57:46 #10 66.20 Setting up openssh-client (1:9.1p1-2) ...
12:57:46 #10 66.29 Setting up gpgsm (2.2.40-1) ...
12:57:46 #10 66.30 Setting up libxext6:armhf (2:1.3.4-1+b1) ...
12:57:46 #10 66.31 Setting up libcurl3-gnutls:armhf (7.87.0-2) ...
12:57:46 #10 66.33 Setting up binutils (2.40-2) ...
12:57:46 #10 66.34 Setting up man-db (2.11.2-1) ...
12:57:46 #10 66.43 Building database of manual pages ...
12:57:46 #13 68.67   Installing : python-IPy-0.75-6.el7.noarch                               47/65 
12:57:46 #13 68.78   Installing : policycoreutils-python-2.5-34.el7.aarch64                  48/65 
12:57:46 #12 12.51 Preparing to unpack .../12-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
12:57:46 #12 12.52 Unpacking dmsetup (2:1.02.175-2.1) ...
12:57:46 #12 12.56 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:57:46 #12 12.56 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
12:57:46 #12 12.57 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
12:57:46 #12 12.62 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
12:57:46 #12 12.62 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.175-2.1_armhf.deb ...
12:57:46 #12 12.62 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
12:57:46 #12 12.65 Selecting previously unselected package libudev-dev:armhf.
12:57:46 #12 12.65 Preparing to unpack .../15-libudev-dev_247.3-7+rpi1+deb11u1_armhf.deb ...
12:57:46 #12 12.66 Unpacking libudev-dev:armhf (247.3-7+rpi1+deb11u1) ...
12:57:46 #12 12.71 Selecting previously unselected package libsepol1-dev:armhf.
12:57:46 #12 12.71 Preparing to unpack .../16-libsepol1-dev_3.1-1_armhf.deb ...
12:57:46 #12 12.71 Unpacking libsepol1-dev:armhf (3.1-1) ...
12:57:46 #18 DONE 0.4s
12:57:46 
12:57:46 #19 [base 4/5] 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
12:57:46 #10 55.11 Unpacking pixz (1.0.7-1) ...
12:57:46 #10 55.18 Selecting previously unselected package xdelta.
12:57:46 #10 55.18 Preparing to unpack .../338-xdelta_1.1.3-9.3_armhf.deb ...
12:57:46 #10 55.19 Unpacking xdelta (1.1.3-9.3) ...
12:57:46 #10 55.24 Selecting previously unselected package xdelta3.
12:57:46 #10 55.24 Preparing to unpack .../339-xdelta3_3.0.11-dfsg-1+b1_armhf.deb ...
12:57:46 #10 55.24 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
12:57:46 #10 55.28 Selecting previously unselected package pristine-tar.
12:57:46 #10 55.28 Preparing to unpack .../340-pristine-tar_1.49_armhf.deb ...
12:57:46 #10 55.29 Unpacking pristine-tar (1.49) ...
12:57:46    dh_autoreconf
12:57:46    debian/rules override_dh_auto_build
12:57:46 make[1]: Entering directory '/root/build-deb'
12:57:46 # Build the daemon and dependencies
12:57:46 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:57:46 
12:57:46 #12 12.78 Selecting previously unselected package libpcre2-16-0:armhf.
12:57:46 #12 12.78 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_armhf.deb ...
12:57:46 #12 12.78 Unpacking libpcre2-16-0:armhf (10.36-2+deb11u1) ...
12:57:46 #12 12.83 Selecting previously unselected package libpcre2-32-0:armhf.
12:57:46 #12 12.84 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_armhf.deb ...
12:57:46 #12 12.84 Unpacking libpcre2-32-0:armhf (10.36-2+deb11u1) ...
12:57:46 #12 12.89 Selecting previously unselected package libpcre2-posix2:armhf.
12:57:46 #12 12.90 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_armhf.deb ...
12:57:46 #12 12.90 Unpacking libpcre2-posix2:armhf (10.36-2+deb11u1) ...
12:57:46 #12 12.93 Selecting previously unselected package libpcre2-dev:armhf.
12:57:46 #12 12.93 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_armhf.deb ...
12:57:46 #12 12.94 Unpacking libpcre2-dev:armhf (10.36-2+deb11u1) ...
12:57:46 #12 13.02 Selecting previously unselected package libselinux1-dev:armhf.
12:57:47 #19 DONE 0.4s
12:57:47 #10 55.34 Selecting previously unselected package publicsuffix.
12:57:47 #10 55.34 Preparing to unpack .../341-publicsuffix_20220811.1734-0+deb11u1_all.deb ...
12:57:47 #10 55.35 Unpacking publicsuffix (20220811.1734-0+deb11u1) ...
12:57:47 #10 55.40 Selecting previously unselected package python-apt-common.
12:57:47 #10 55.40 Preparing to unpack .../342-python-apt-common_2.2.1_all.deb ...
12:57:47 #10 55.41 Unpacking python-apt-common (2.2.1) ...
12:57:47 #10 55.48 Selecting previously unselected package python3-apt.
12:57:47 #10 55.48 Preparing to unpack .../343-python3-apt_2.2.1_armhf.deb ...
12:57:47 #10 55.49 Unpacking python3-apt (2.2.1) ...
12:57:47 #10 55.54 Selecting previously unselected package python3-certifi.
12:57:47 #10 55.54 Preparing to unpack .../344-python3-certifi_2020.6.20-1_all.deb ...
12:57:47 #10 55.55 Unpacking python3-certifi (2020.6.20-1) ...
12:57:47 #10 55.61 Selecting previously unselected package python3-idna.
12:57:47 #10 55.61 Preparing to unpack .../345-python3-idna_2.10-1_all.deb ...
12:57:47 Removing bundles/
12:57:47 
12:57:47 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:47 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:57:47 #12 13.02 Preparing to unpack .../21-libselinux1-dev_3.1-3_armhf.deb ...
12:57:47 #12 13.03 Unpacking libselinux1-dev:armhf (3.1-3) ...
12:57:47 #12 13.07 Selecting previously unselected package libdevmapper-dev:armhf.
12:57:47 #12 13.07 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.175-2.1_armhf.deb ...
12:57:47 #12 13.08 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1) ...
12:57:47 #12 13.12 Selecting previously unselected package libltdl7:armhf.
12:57:47 #12 13.12 Preparing to unpack .../23-libltdl7_2.4.6-15_armhf.deb ...
12:57:47 #12 13.12 Unpacking libltdl7:armhf (2.4.6-15) ...
12:57:47 #12 13.16 Selecting previously unselected package libltdl-dev:armhf.
12:57:47 #12 13.16 Preparing to unpack .../24-libltdl-dev_2.4.6-15_armhf.deb ...
12:57:47 #12 13.17 Unpacking libltdl-dev:armhf (2.4.6-15) ...
12:57:47 #12 13.21 Selecting previously unselected package libseccomp-dev:armhf.
12:57:47 #12 13.21 Preparing to unpack .../25-libseccomp-dev_2.5.1-1+rpi1+deb11u1_armhf.deb ...
12:57:47 #12 13.22 Unpacking libseccomp-dev:armhf (2.5.1-1+rpi1+deb11u1) ...
12:57:47 #12 13.26 Selecting previously unselected package libsystemd-dev:armhf.
12:57:47 
12:57:47 #20 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
12:57:47 #13 68.84   Installing : policycoreutils-devel-2.5-34.el7.aarch64                   49/65 
12:57:47 #10 55.61 Unpacking python3-idna (2.10-1) ...
12:57:47 #10 55.66 Selecting previously unselected package python3-magic.
12:57:47 #10 55.66 Preparing to unpack .../346-python3-magic_2%3a0.4.20-3_all.deb ...
12:57:47 #10 55.66 Unpacking python3-magic (2:0.4.20-3) ...
12:57:47 #10 55.72 Selecting previously unselected package python3-urllib3.
12:57:47 #10 55.72 Preparing to unpack .../347-python3-urllib3_1.26.5-1~exp1_all.deb ...
12:57:47 #10 55.73 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
12:57:47 #10 55.79 Selecting previously unselected package python3-requests.
12:57:47 #10 55.80 Preparing to unpack .../348-python3-requests_2.25.1+dfsg-2_all.deb ...
12:57:47 #10 55.81 Unpacking python3-requests (2.25.1+dfsg-2) ...
12:57:47 #12 13.26 Preparing to unpack .../26-libsystemd-dev_247.3-7+rpi1+deb11u1_armhf.deb ...
12:57:47 #12 13.26 Unpacking libsystemd-dev:armhf (247.3-7+rpi1+deb11u1) ...
12:57:47 #12 13.34 Selecting previously unselected package libglib2.0-0:armhf.
12:57:47 #12 13.35 Preparing to unpack .../27-libglib2.0-0_2.66.8-1_armhf.deb ...
12:57:47 #12 13.35 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
12:57:47 #12 13.48 Selecting previously unselected package pkg-config.
12:57:47 #12 13.49 Preparing to unpack .../28-pkg-config_0.29.2-1_armhf.deb ...
12:57:47 #12 13.49 Unpacking pkg-config (0.29.2-1) ...
12:57:47 #12 13.53 Setting up libseccomp-dev:armhf (2.5.1-1+rpi1+deb11u1) ...
12:57:47 #10 55.88 Selecting previously unselected package python3-unidiff.
12:57:47 #10 55.88 Preparing to unpack .../349-python3-unidiff_0.5.5-2_all.deb ...
12:57:47 #10 55.89 Unpacking python3-unidiff (0.5.5-2) ...
12:57:47 #10 55.93 Selecting previously unselected package python3-xdg.
12:57:47 #10 55.93 Preparing to unpack .../350-python3-xdg_0.27-2_all.deb ...
12:57:47 #10 55.93 Unpacking python3-xdg (0.27-2) ...
12:57:47 #10 55.99 Selecting previously unselected package shared-mime-info.
12:57:47 #10 55.99 Preparing to unpack .../351-shared-mime-info_2.0-1_armhf.deb ...
12:57:47 #10 56.00 Unpacking shared-mime-info (2.0-1) ...
12:57:47 #12 13.05   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          66/99 
12:57:47 #12 23.21   Installing       : python3-policycoreutils-3.3-4.fc36.noarch            67/99 
12:57:47 #12 23.22   Installing       : policycoreutils-python-utils-3.3-4.fc36.noarch       68/99 
12:57:47 #12 23.23   Installing       : policycoreutils-devel-3.3-4.fc36.aarch64             69/99 
12:57:47 #12 23.32   Installing       : selinux-policy-devel-36.17-1.fc36.noarch             70/99 
12:57:47 #12 23.33   Running scriptlet: selinux-policy-devel-36.17-1.fc36.noarch             70/99 
12:57:47 #12 23.35   Installing       : libedit-3.1-41.20210910cvs.fc36.aarch64              71/99 
12:57:47 #12 23.35   Installing       : libcbor-0.7.0-5.fc36.aarch64                         72/99 
12:57:47 #12 23.36   Installing       : libfido2-1.10.0-5.fc36.aarch64                       73/99 
12:57:47 #12 23.38   Installing       : openssh-clients-8.8p1-1.fc36.1.aarch64               74/99 
12:57:47 #12 23.38   Running scriptlet: openssh-clients-8.8p1-1.fc36.1.aarch64               74/99 
12:57:47 #12 23.47   Installing       : git-core-2.39.1-1.fc36.aarch64                       75/99 
12:57:47 #12 23.52   Installing       : git-core-doc-2.39.1-1.fc36.noarch                    76/99 
12:57:47 #12 23.53   Installing       : perl-Git-2.39.1-1.fc36.noarch                        77/99 
12:57:47 #12 23.54   Installing       : git-2.39.1-1.fc36.aarch64                            78/99 
12:57:47 #12 23.54   Installing       : kmod-libs-29-7.fc36.aarch64                          79/99 
12:57:47 #12 23.55   Installing       : device-mapper-libs-1.02.175-7.fc36.aarch64           80/99 
12:57:47 #12 23.56   Installing       : cryptsetup-libs-2.4.3-2.fc36.aarch64                 81/99 
12:57:47 #12 23.57   Installing       : device-mapper-1.02.175-7.fc36.aarch64                82/99 
12:57:47 #12 23.59   Installing       : systemd-networkd-250.9-1.fc36.aarch64                83/99 
12:57:47 #12 23.60   Running scriptlet: systemd-networkd-250.9-1.fc36.aarch64                83/99 
12:57:47 #12 23.61   Installing       : systemd-pam-250.9-1.fc36.aarch64                     84/99 
12:57:47 #12 23.62   Installing       : systemd-resolved-250.9-1.fc36.aarch64                85/99 
12:57:47 #12 23.63   Running scriptlet: systemd-resolved-250.9-1.fc36.aarch64                85/99 
12:57:47 #12 23.76   Installing       : systemd-250.9-1.fc36.aarch64                         86/99 
12:57:47 #12 23.78   Running scriptlet: systemd-250.9-1.fc36.aarch64                         86/99 
12:57:47 #12 23.94 Creating group 'input' with GID 104.
12:57:47 #12 23.94 Creating group 'kvm' with GID 36.
12:57:47 #12 23.94 Creating group 'render' with GID 105.
12:57:47 #12 23.94 Creating group 'sgx' with GID 106.
12:57:47 #12 23.94 Creating group 'systemd-journal' with GID 190.
12:57:47 #12 23.94 Creating group 'systemd-network' with GID 192.
12:57:47 #12 23.94 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
12:57:47 #12 23.94 Creating group 'systemd-oom' with GID 998.
12:57:47 #12 23.94 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
12:57:47 #12 23.94 Creating group 'systemd-resolve' with GID 193.
12:57:47 #12 23.94 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
12:57:47 #12 23.94 
12:57:47 #12 23.96   Installing       : systemd-devel-250.9-1.fc36.aarch64                   87/99 
12:57:47 #12 23.97   Installing       : jsoncpp-1.9.5-2.fc36.aarch64                         88/99 
12:57:47 #12 24.31   Installing       : cmake-data-3.25.2-1.fc36.noarch                      89/99 
12:57:47 #12 24.43   Installing       : cmake-3.25.2-1.fc36.aarch64                          90/99 
12:57:47 #12 24.44   Installing       : device-mapper-devel-1.02.175-7.fc36.aarch64          91/99 
12:57:47 #12 24.45   Installing       : libtool-2.4.7-1.fc36.aarch64                         92/99 
12:57:47 #12 24.47   Installing       : libtool-ltdl-devel-2.4.7-1.fc36.aarch64              93/99 
12:57:47 #12 24.48   Installing       : annobin-plugin-gcc-10.93-1.fc36.aarch64              94/99 
12:57:47 #12 24.48   Running scriptlet: annobin-plugin-gcc-10.93-1.fc36.aarch64              94/99 
12:57:47 #12 24.51   Installing       : gcc-plugin-annobin-12.2.1-4.fc36.aarch64             95/99 
12:57:47 #12 24.51   Installing       : libseccomp-devel-2.5.3-2.fc36.aarch64                96/99 
12:57:47 #12 24.52   Installing       : which-2.21-32.fc36.aarch64                           97/99 
12:57:47 #12 24.53   Cleanup          : systemd-libs-250.8-1.fc36.aarch64                    98/99 
12:57:47 #12 24.54   Cleanup          : libxcrypt-4.4.33-1.fc36.aarch64                      99/99 
12:57:47 #12 24.54   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          99/99 
12:57:47 #12 24.55   Running scriptlet: systemd-resolved-250.9-1.fc36.aarch64                99/99 
12:57:47 #12 13.55 Setting up libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
12:57:47 #12 13.56 Setting up g++-10 (10.2.1-6+rpi1) ...
12:57:47 #12 13.57 Setting up libarchive13:armhf (3.4.3-2+deb11u1) ...
12:57:47 #12 13.59 Setting up libglib2.0-0:armhf (2.66.8-1) ...
12:57:47 #12 13.60 No schema files found: doing nothing.
12:57:47 #12 13.61 Setting up libsepol1-dev:armhf (3.1-1) ...
12:57:47 #12 13.62 Setting up libpcre2-16-0:armhf (10.36-2+deb11u1) ...
12:57:47 #12 13.64 Setting up libpcre2-32-0:armhf (10.36-2+deb11u1) ...
12:57:47 #12 13.65 Setting up libuv1:armhf (1.40.0-2) ...
12:57:47 #12 13.66 Setting up bash-completion (1:2.11-2) ...
12:57:47 #20 0.682 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:57:47 #20 0.691 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:57:47 #20 0.691 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:57:47 #20 0.781 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
12:57:47 #20 0.888 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
12:57:47 #13 69.66   Installing : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             50/65 
12:57:47 #13 70.04   Installing : pcre-devel-8.32-17.el7.aarch64                             51/65 
12:57:47 #13 70.09   Installing : libselinux-devel-2.5-15.el7.aarch64                        52/65 
12:57:47 #10 56.16 Selecting previously unselected package strace.
12:57:47 #10 56.17 Preparing to unpack .../352-strace_5.10-1_armhf.deb ...
12:57:47 #10 56.18 Unpacking strace (5.10-1) ...
12:57:47 #10 56.26 Selecting previously unselected package xauth.
12:57:47 #10 56.27 Preparing to unpack .../353-xauth_1%3a1.1-1_armhf.deb ...
12:57:47 #10 56.27 Unpacking xauth (1:1.1-1) ...
12:57:47 #10 56.33 Selecting previously unselected package xdg-user-dirs.
12:57:47 #10 56.33 Preparing to unpack .../354-xdg-user-dirs_0.17-2_armhf.deb ...
12:57:47 #10 56.34 Unpacking xdg-user-dirs (0.17-2) ...
12:57:47 #12 24.60   Running scriptlet: libxcrypt-4.4.33-1.fc36.aarch64                      99/99 
12:57:48 #20 1.000 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
12:57:48 #10 56.44 Setting up libksba8:armhf (1.5.0-3+deb11u2) ...
12:57:48 #10 56.45 Setting up media-types (4.0.0) ...
12:57:48 #10 56.48 Setting up libpipeline1:armhf (1.5.3-1) ...
12:57:48 #10 56.50 Setting up wdiff (1.2.2-2+b1) ...
12:57:48 #10 56.51 Setting up libxau6:armhf (1:1.0.9-1) ...
12:57:48 #10 56.52 Setting up libre2-9:armhf (20210201+dfsg-1) ...
12:57:48 #10 56.54 Setting up libpsl5:armhf (0.21.0-1.2) ...
12:57:48 #10 56.56 Setting up libgpm2:armhf (1.20.7-8) ...
12:57:48 #10 56.57 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
12:57:48 #10 56.59 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
12:57:48 #10 56.60 Setting up libicu67:armhf (67.1-7) ...
12:57:48 #10 56.62 Setting up libfcgi0ldbl:armhf (2.4.2-2) ...
12:57:48 #13 70.13   Installing : 7:device-mapper-devel-1.02.170-6.el7_9.5.aarch64           53/65 
12:57:48 #13 70.24   Installing : libtool-2.4.2-22.el7_3.aarch64                             54/65 
12:57:48 #13 70.53 install-info: No such file or directory for /usr/share/info/libtool.info.gz
12:57:48 #12 DONE 11.0s
12:57:48 
12:57:48 #13 [stage-1 5/8] COPY sources/ /sources
12:57:48 #12 25.58   Verifying        : checkpolicy-3.3-2.fc36.aarch64                        1/99 
12:57:48 #12 25.58   Verifying        : cryptsetup-libs-2.4.3-2.fc36.aarch64                  2/99 
12:57:48 #12 25.58   Verifying        : device-mapper-1.02.175-7.fc36.aarch64                 3/99 
12:57:48 #12 25.58   Verifying        : device-mapper-devel-1.02.175-7.fc36.aarch64           4/99 
12:57:48 #12 25.58   Verifying        : device-mapper-libs-1.02.175-7.fc36.aarch64            5/99 
12:57:48 #12 25.58   Verifying        : guile22-2.2.7-5.fc36.aarch64                          6/99 
12:57:48 #12 25.58   Verifying        : jsoncpp-1.9.5-2.fc36.aarch64                          7/99 
12:57:48 #12 25.58   Verifying        : kmod-libs-29-7.fc36.aarch64                           8/99 
12:57:48 #12 25.58   Verifying        : libcbor-0.7.0-5.fc36.aarch64                          9/99 
12:57:48 #12 25.58   Verifying        : libedit-3.1-41.20210910cvs.fc36.aarch64              10/99 
12:57:48 #12 25.58   Verifying        : libmpc-1.2.1-4.fc36.aarch64                          11/99 
12:57:48 #12 25.58   Verifying        : libseccomp-2.5.3-2.fc36.aarch64                      12/99 
12:57:48 #12 25.58   Verifying        : libseccomp-devel-2.5.3-2.fc36.aarch64                13/99 
12:57:48 #12 25.58   Verifying        : libselinux-devel-3.3-4.fc36.aarch64                  14/99 
12:57:48 #12 25.58   Verifying        : libselinux-utils-3.3-4.fc36.aarch64                  15/99 
12:57:48 #12 25.58   Verifying        : libsepol-devel-3.3-3.fc36.aarch64                    16/99 
12:57:48 #12 25.58   Verifying        : libutempter-1.2.1-6.fc36.aarch64                     17/99 
12:57:48 #12 25.58   Verifying        : libxkbcommon-1.4.0-1.fc36.aarch64                    18/99 
12:57:48 #12 25.58   Verifying        : m4-1.4.19-3.fc36.aarch64                             19/99 
12:57:48 #12 25.59   Verifying        : make-1:4.3-7.fc36.aarch64                            20/99 
12:57:48 #12 25.59   Verifying        : openssh-8.8p1-1.fc36.1.aarch64                       21/99 
12:57:48 #12 25.59   Verifying        : openssh-clients-8.8p1-1.fc36.1.aarch64               22/99 
12:57:48 #12 25.59   Verifying        : perl-Error-1:0.17029-8.fc36.noarch                   23/99 
12:57:48 #12 25.59   Verifying        : perl-File-Compare-1.100.600-486.fc36.noarch          24/99 
12:57:48 #12 25.59   Verifying        : perl-File-Copy-2.35-486.fc36.noarch                  25/99 
12:57:48 #12 25.59   Verifying        : perl-File-Find-1.39-486.fc36.noarch                  26/99 
12:57:48 #12 25.59   Verifying        : perl-TermReadKey-2.38-12.fc36.aarch64                27/99 
12:57:48 #12 25.59   Verifying        : perl-Thread-Queue-3.14-479.fc36.noarch               28/99 
12:57:48 #12 25.59   Verifying        : perl-lib-0.65-486.fc36.aarch64                       29/99 
12:57:48 #12 25.59   Verifying        : perl-threads-1:2.26-449.fc36.aarch64                 30/99 
12:57:48 #12 25.59   Verifying        : perl-threads-shared-1.62-479.fc36.aarch64            31/99 
12:57:48 #12 25.59   Verifying        : policycoreutils-3.3-4.fc36.aarch64                   32/99 
12:57:48 #12 25.59   Verifying        : policycoreutils-devel-3.3-4.fc36.aarch64             33/99 
12:57:48 #12 25.59   Verifying        : policycoreutils-python-utils-3.3-4.fc36.noarch       34/99 
12:57:48 #12 25.59   Verifying        : python3-libselinux-3.3-4.fc36.aarch64                35/99 
12:57:48 #12 25.59   Verifying        : python3-libsemanage-3.3-3.fc36.aarch64               36/99 
12:57:48 #12 25.59   Verifying        : python3-policycoreutils-3.3-4.fc36.noarch            37/99 
12:57:48 #12 25.59   Verifying        : python3-setools-4.4.0-5.fc36.aarch64                 38/99 
12:57:48 #12 25.59   Verifying        : qrencode-libs-4.1.1-2.fc36.aarch64                   39/99 
12:57:48 #12 25.59   Verifying        : rhash-1.4.2-2.fc36.aarch64                           40/99 
12:57:48 #12 25.59   Verifying        : which-2.21-32.fc36.aarch64                           41/99 
12:57:48 #12 25.59   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch                42/99 
12:57:48 #12 25.59   Verifying        : annobin-docs-10.93-1.fc36.noarch                     43/99 
12:57:48 #12 25.59   Verifying        : annobin-plugin-gcc-10.93-1.fc36.aarch64              44/99 
12:57:48 #12 25.59   Verifying        : autoconf-2.71-3.fc36.noarch                          45/99 
12:57:48 #12 25.59   Verifying        : automake-1.16.5-7.fc36.noarch                        46/99 
12:57:48 #12 25.59   Verifying        : cmake-3.25.2-1.fc36.aarch64                          47/99 
12:57:48 #12 25.59   Verifying        : cmake-data-3.25.2-1.fc36.noarch                      48/99 
12:57:48 #12 25.59   Verifying        : cmake-filesystem-3.25.2-1.fc36.aarch64               49/99 
12:57:48 #12 25.59   Verifying        : cmake-rpm-macros-3.25.2-1.fc36.noarch                50/99 
12:57:48 #12 25.59   Verifying        : cpp-12.2.1-4.fc36.aarch64                            51/99 
12:57:48 #12 25.59   Verifying        : dbus-1:1.14.4-1.fc36.aarch64                         52/99 
12:57:48 #12 25.59   Verifying        : dbus-broker-32-1.fc36.aarch64                        53/99 
12:57:48 #12 25.59   Verifying        : dbus-common-1:1.14.4-1.fc36.noarch                   54/99 
12:57:48 #12 25.59   Verifying        : gc-8.0.6-3.fc36.aarch64                              55/99 
12:57:48 #12 25.59   Verifying        : gcc-12.2.1-4.fc36.aarch64                            56/99 
12:57:48 #12 25.59   Verifying        : gcc-plugin-annobin-12.2.1-4.fc36.aarch64             57/99 
12:57:48 #12 25.59   Verifying        : git-2.39.1-1.fc36.aarch64                            58/99 
12:57:48 #12 25.59   Verifying        : git-core-2.39.1-1.fc36.aarch64                       59/99 
12:57:48 #12 25.59   Verifying        : git-core-doc-2.39.1-1.fc36.noarch                    60/99 
12:57:48 #12 25.59   Verifying        : glibc-devel-2.35-22.fc36.aarch64                     61/99 
12:57:48 #12 25.59   Verifying        : glibc-static-2.35-22.fc36.aarch64                    62/99 
12:57:48 #12 25.59   Verifying        : kernel-headers-6.1.5-100.fc36.aarch64                63/99 
12:57:48 #12 25.59   Verifying        : less-590-5.fc36.aarch64                              64/99 
12:57:48 #12 25.59   Verifying        : libargon2-20171227-9.fc36.aarch64                    65/99 
12:57:48 #12 25.59   Verifying        : libasan-12.2.1-4.fc36.aarch64                        66/99 
12:57:48 #12 25.59   Verifying        : libatomic-12.2.1-4.fc36.aarch64                      67/99 
12:57:48 #12 25.59   Verifying        : libbpf-2:0.7.0-3.fc36.aarch64                        68/99 
12:57:48 #12 25.59   Verifying        : libfdisk-2.38-1.fc36.aarch64                         69/99 
12:57:48 #12 25.59   Verifying        : libfido2-1.10.0-5.fc36.aarch64                       70/99 
12:57:48 #12 25.59   Verifying        : libtool-2.4.7-1.fc36.aarch64                         71/99 
12:57:48 #12 25.59   Verifying        : libtool-ltdl-2.4.7-1.fc36.aarch64                    72/99 
12:57:48 #12 25.59   Verifying        : libtool-ltdl-devel-2.4.7-1.fc36.aarch64              73/99 
12:57:48 #12 25.59   Verifying        : libubsan-12.2.1-4.fc36.aarch64                       74/99 
12:57:48 #12 25.59   Verifying        : libuv-1:1.44.2-1.fc36.aarch64                        75/99 
12:57:48 #12 25.59   Verifying        : libxcrypt-devel-4.4.33-4.fc36.aarch64                76/99 
12:57:48 #12 25.59   Verifying        : libxcrypt-static-4.4.33-4.fc36.aarch64               77/99 
12:57:48 #12 25.59   Verifying        : pcre2-devel-10.40-1.fc36.aarch64                     78/99 
12:57:48 #12 25.59   Verifying        : pcre2-utf16-10.40-1.fc36.aarch64                     79/99 
12:57:48 #12 25.59   Verifying        : pcre2-utf32-10.40-1.fc36.aarch64                     80/99 
12:57:48 #12 25.59   Verifying        : perl-Git-2.39.1-1.fc36.noarch                        81/99 
12:57:48 #12 25.59   Verifying        : python3-audit-3.0.9-1.fc36.aarch64                   82/99 
12:57:48 #12 25.59   Verifying        : python3-setuptools-59.6.0-3.fc36.noarch              83/99 
12:57:48 #12 25.59   Verifying        : rpm-plugin-selinux-4.17.1-3.fc36.aarch64             84/99 
12:57:48 #12 25.59   Verifying        : selinux-policy-36.17-1.fc36.noarch                   85/99 
12:57:48 #12 25.59   Verifying        : selinux-policy-devel-36.17-1.fc36.noarch             86/99 
12:57:48 #12 25.59   Verifying        : selinux-policy-targeted-36.17-1.fc36.noarch          87/99 
12:57:48 #12 25.59   Verifying        : systemd-250.9-1.fc36.aarch64                         88/99 
12:57:48 #12 25.59   Verifying        : systemd-devel-250.9-1.fc36.aarch64                   89/99 
12:57:48 #12 25.59   Verifying        : systemd-networkd-250.9-1.fc36.aarch64                90/99 
12:57:48 #12 25.59   Verifying        : systemd-pam-250.9-1.fc36.aarch64                     91/99 
12:57:48 #12 25.59   Verifying        : systemd-resolved-250.9-1.fc36.aarch64                92/99 
12:57:48 #12 25.59   Verifying        : systemd-rpm-macros-250.9-1.fc36.noarch               93/99 
12:57:48 #12 25.59   Verifying        : util-linux-2.38-1.fc36.aarch64                       94/99 
12:57:48 #12 25.59   Verifying        : vim-filesystem-2:9.0.1262-1.fc36.noarch              95/99 
12:57:48 #12 25.59   Verifying        : libxcrypt-4.4.33-4.fc36.aarch64                      96/99 
12:57:48 #12 25.59   Verifying        : libxcrypt-4.4.33-1.fc36.aarch64                      97/99 
12:57:48 #12 25.59   Verifying        : systemd-libs-250.9-1.fc36.aarch64                    98/99 
12:57:48 #12 25.59   Verifying        : systemd-libs-250.8-1.fc36.aarch64                    99/99 
12:57:48 #12 25.80 
12:57:48 #12 25.80 Upgraded:
12:57:48 #12 25.80   libxcrypt-4.4.33-4.fc36.aarch64       systemd-libs-250.9-1.fc36.aarch64      
12:57:48 #12 25.80 Installed:
12:57:48 #12 25.80   annobin-docs-10.93-1.fc36.noarch                                              
12:57:48 #12 25.80   annobin-plugin-gcc-10.93-1.fc36.aarch64                                       
12:57:48 #12 25.80   autoconf-2.71-3.fc36.noarch                                                   
12:57:48 #12 25.80   automake-1.16.5-7.fc36.noarch                                                 
12:57:48 #12 25.80   checkpolicy-3.3-2.fc36.aarch64                                                
12:57:48 #12 25.80   cmake-3.25.2-1.fc36.aarch64                                                   
12:57:48 #12 25.80   cmake-data-3.25.2-1.fc36.noarch                                               
12:57:48 #12 25.80   cmake-filesystem-3.25.2-1.fc36.aarch64                                        
12:57:48 #12 25.80   cmake-rpm-macros-3.25.2-1.fc36.noarch                                         
12:57:48 #12 25.80   cpp-12.2.1-4.fc36.aarch64                                                     
12:57:48 #12 25.80   cryptsetup-libs-2.4.3-2.fc36.aarch64                                          
12:57:48 #12 25.80   dbus-1:1.14.4-1.fc36.aarch64                                                  
12:57:48 #12 25.80   dbus-broker-32-1.fc36.aarch64                                                 
12:57:48 #12 25.80   dbus-common-1:1.14.4-1.fc36.noarch                                            
12:57:48 #12 25.80   device-mapper-1.02.175-7.fc36.aarch64                                         
12:57:48 #12 25.80   device-mapper-devel-1.02.175-7.fc36.aarch64                                   
12:57:48 #12 25.80   device-mapper-libs-1.02.175-7.fc36.aarch64                                    
12:57:48 #12 25.80   gc-8.0.6-3.fc36.aarch64                                                       
12:57:48 #12 25.80   gcc-12.2.1-4.fc36.aarch64                                                     
12:57:48 #12 25.80   gcc-plugin-annobin-12.2.1-4.fc36.aarch64                                      
12:57:48 #12 25.80   git-2.39.1-1.fc36.aarch64                                                     
12:57:48 #12 25.80   git-core-2.39.1-1.fc36.aarch64                                                
12:57:48 #12 25.80   git-core-doc-2.39.1-1.fc36.noarch                                             
12:57:48 #12 25.80   glibc-devel-2.35-22.fc36.aarch64                                              
12:57:48 #12 25.80   glibc-static-2.35-22.fc36.aarch64                                             
12:57:48 #12 25.80   guile22-2.2.7-5.fc36.aarch64                                                  
12:57:48 #12 25.80   jsoncpp-1.9.5-2.fc36.aarch64                                                  
12:57:48 #12 25.80   kernel-headers-6.1.5-100.fc36.aarch64                                         
12:57:48 #12 25.80   kmod-libs-29-7.fc36.aarch64                                                   
12:57:48 #12 25.80   less-590-5.fc36.aarch64                                                       
12:57:48 #12 25.80   libargon2-20171227-9.fc36.aarch64                                             
12:57:48 #12 25.80   libasan-12.2.1-4.fc36.aarch64                                                 
12:57:48 #12 25.80   libatomic-12.2.1-4.fc36.aarch64                                               
12:57:48 #12 25.80   libbpf-2:0.7.0-3.fc36.aarch64                                                 
12:57:48 #12 25.80   libcbor-0.7.0-5.fc36.aarch64                                                  
12:57:48 #12 25.80   libedit-3.1-41.20210910cvs.fc36.aarch64                                       
12:57:48 #12 25.80   libfdisk-2.38-1.fc36.aarch64                                                  
12:57:48 #12 25.80   libfido2-1.10.0-5.fc36.aarch64                                                
12:57:48 #12 25.80   libmpc-1.2.1-4.fc36.aarch64                                                   
12:57:48 #12 25.80   libseccomp-2.5.3-2.fc36.aarch64                                               
12:57:48 #12 25.80   libseccomp-devel-2.5.3-2.fc36.aarch64                                         
12:57:48 #12 25.80   libselinux-devel-3.3-4.fc36.aarch64                                           
12:57:48 #12 25.80   libselinux-utils-3.3-4.fc36.aarch64                                           
12:57:48 #12 25.80   libsepol-devel-3.3-3.fc36.aarch64                                             
12:57:48 #12 25.80   libtool-2.4.7-1.fc36.aarch64                                                  
12:57:48 #12 25.80   libtool-ltdl-2.4.7-1.fc36.aarch64                                             
12:57:48 #12 25.80   libtool-ltdl-devel-2.4.7-1.fc36.aarch64                                       
12:57:48 #12 25.80   libubsan-12.2.1-4.fc36.aarch64                                                
12:57:48 #12 25.80   libutempter-1.2.1-6.fc36.aarch64                                              
12:57:48 #12 25.80   libuv-1:1.44.2-1.fc36.aarch64                                                 
12:57:48 #12 25.80   libxcrypt-devel-4.4.33-4.fc36.aarch64                                         
12:57:48 #12 25.80   libxcrypt-static-4.4.33-4.fc36.aarch64                                        
12:57:48 #12 25.80   libxkbcommon-1.4.0-1.fc36.aarch64                                             
12:57:48 #12 25.80   m4-1.4.19-3.fc36.aarch64                                                      
12:57:48 #12 25.80   make-1:4.3-7.fc36.aarch64                                                     
12:57:48 #12 25.80   openssh-8.8p1-1.fc36.1.aarch64                                                
12:57:48 #12 25.80   openssh-clients-8.8p1-1.fc36.1.aarch64                                        
12:57:48 #12 25.80   pcre2-devel-10.40-1.fc36.aarch64                                              
12:57:48 #12 25.80   pcre2-utf16-10.40-1.fc36.aarch64                                              
12:57:48 #12 25.80   pcre2-utf32-10.40-1.fc36.aarch64                                              
12:57:48 #12 25.80   perl-Error-1:0.17029-8.fc36.noarch                                            
12:57:48 #12 25.80   perl-File-Compare-1.100.600-486.fc36.noarch                                   
12:57:48 #12 25.80   perl-File-Copy-2.35-486.fc36.noarch                                           
12:57:48 #12 25.80   perl-File-Find-1.39-486.fc36.noarch                                           
12:57:48 #12 25.80   perl-Git-2.39.1-1.fc36.noarch                                                 
12:57:48 #12 25.80   perl-TermReadKey-2.38-12.fc36.aarch64                                         
12:57:48 #12 25.80   perl-Thread-Queue-3.14-479.fc36.noarch                                        
12:57:48 #12 25.80   perl-lib-0.65-486.fc36.aarch64                                                
12:57:48 #12 25.80   perl-threads-1:2.26-449.fc36.aarch64                                          
12:57:48 #12 25.80   perl-threads-shared-1.62-479.fc36.aarch64                                     
12:57:48 #12 25.80   policycoreutils-3.3-4.fc36.aarch64                                            
12:57:48 #12 25.80   policycoreutils-devel-3.3-4.fc36.aarch64                                      
12:57:48 #12 25.80   policycoreutils-python-utils-3.3-4.fc36.noarch                                
12:57:48 #12 25.80   python3-audit-3.0.9-1.fc36.aarch64                                            
12:57:48 #12 25.80   python3-libselinux-3.3-4.fc36.aarch64                                         
12:57:48 #12 25.80   python3-libsemanage-3.3-3.fc36.aarch64                                        
12:57:48 #12 25.80   python3-policycoreutils-3.3-4.fc36.noarch                                     
12:57:48 #12 25.80   python3-setools-4.4.0-5.fc36.aarch64                                          
12:57:48 #12 25.80   python3-setuptools-59.6.0-3.fc36.noarch                                       
12:57:48 #12 25.80   qrencode-libs-4.1.1-2.fc36.aarch64                                            
12:57:48 #12 25.80   rhash-1.4.2-2.fc36.aarch64                                                    
12:57:48 #12 25.80   rpm-plugin-selinux-4.17.1-3.fc36.aarch64                                      
12:57:48 #12 25.80   selinux-policy-36.17-1.fc36.noarch                                            
12:57:48 #12 25.80   selinux-policy-devel-36.17-1.fc36.noarch                                      
12:57:48 #12 25.80   selinux-policy-targeted-36.17-1.fc36.noarch                                   
12:57:48 #12 25.80   systemd-250.9-1.fc36.aarch64                                                  
12:57:48 #12 25.80   systemd-devel-250.9-1.fc36.aarch64                                            
12:57:48 #12 25.80   systemd-networkd-250.9-1.fc36.aarch64                                         
12:57:48 #12 25.80   systemd-pam-250.9-1.fc36.aarch64                                              
12:57:48 #12 25.80   systemd-resolved-250.9-1.fc36.aarch64                                         
12:57:48 #12 25.80   systemd-rpm-macros-250.9-1.fc36.noarch                                        
12:57:48 #12 25.80   util-linux-2.38-1.fc36.aarch64                                                
12:57:48 #12 25.80   vim-filesystem-2:9.0.1262-1.fc36.noarch                                       
12:57:48 #12 25.80   which-2.21-32.fc36.aarch64                                                    
12:57:48 #12 25.80   xkeyboard-config-2.35.1-1.fc36.noarch                                         
12:57:48 #12 25.80 
12:57:48 #12 25.80 Complete!
12:57:48 #12 14.27 Setting up pkg-config (0.29.2-1) ...
12:57:48 #12 14.33 Setting up libudev-dev:armhf (247.3-7+rpi1+deb11u1) ...
12:57:48 #12 14.34 Setting up libpcre2-posix2:armhf (10.36-2+deb11u1) ...
12:57:48 #15 exporting layers 1.9s done
12:57:48 #15 writing image sha256:6824d83de5938158aee976c8e4af46ae11eb4a30ca6364ecb00c560e0ee9dfc8 done
12:57:48 #15 naming to docker.io/rpmbuild-fedora-37/aarch64 done
12:57:48 #15 DONE 1.9s
12:57:48 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/fedora-37/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/fedora-37/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-37/aarch64 -ba --define '_gitcommit_cli ab4ef4a' --define '_gitcommit_engine 1141704' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.16.0' --define '_compose_version v2.16.0' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  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
12:57:48 #10 56.64 Setting up xdg-user-dirs (0.17-2) ...
12:57:48 #10 56.67 Setting up libmagic-mgc (1:5.39-3) ...
12:57:48 #10 56.68 Setting up libyaml-0-2:armhf (0.2.2-1) ...
12:57:48 #10 56.69 Setting up libglib2.0-0:armhf (2.66.8-1) ...
12:57:48 #10 56.73 No schema files found: doing nothing.
12:57:48 #10 56.74 Setting up distro-info-data (0.51+deb11u3) ...
12:57:48 #10 56.76 Setting up manpages (5.10-1) ...
12:57:48 #10 56.77 Setting up unzip (6.0-26+deb11u1) ...
12:57:48 #10 56.79 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
12:57:48 #10 56.80 Setting up libbrotli1:armhf (1.0.9-2+b2) ...
12:57:48 #10 56.81 Setting up libsqlite3-0:armhf (3.34.1-3) ...
12:57:48 #10 56.83 Setting up libcbor0:armhf (0.5.0+dfsg-2) ...
12:57:48 #10 56.84 Setting up libsasl2-modules:armhf (2.1.27+dfsg-2.1+deb11u1) ...
12:57:48 #13 DONE 0.2s
12:57:48 
12:57:48 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:57:48 #13 DONE 2.5s
12:57:48 
12:57:48 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
12:57:48 #14 DONE 0.0s
12:57:48 
12:57:48 #15 exporting to image
12:57:48 #15 exporting layers
12:57:48 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc
12:57:48  debian/rules build
12:57:48 dh build --with=bash-completion
12:57:48    dh_update_autotools_config
12:57:48    dh_autoreconf
12:57:48    debian/rules override_dh_auto_build
12:57:48 make[1]: Entering directory '/root/build-deb'
12:57:48 # Build the daemon and dependencies
12:57:48 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:57:48 
12:57:48 Removing bundles/
12:57:48 
12:57:48 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:48 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:57:48 #12 14.35 Setting up libltdl7:armhf (2.4.6-15) ...
12:57:48 #12 14.36 Setting up libjsoncpp24:armhf (1.9.4-4) ...
12:57:48 #12 14.38 Setting up g++ (4:10.2.1-1+rpi1) ...
12:57:48 #12 14.40 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:57:48 #12 14.41 Setting up librhash0:armhf (1.4.1-2) ...
12:57:48 #12 14.43 Setting up build-essential (12.9) ...
12:57:48 #12 14.44 Setting up cmake-data (3.18.4-2+rpt1+rpi1+deb11u1) ...
12:57:48 #12 14.46 Setting up dh-apparmor (2.13.6-10) ...
12:57:48 #12 14.47 Setting up libsystemd-dev:armhf (247.3-7+rpi1+deb11u1) ...
12:57:48 #12 14.49 Setting up libpcre2-dev:armhf (10.36-2+deb11u1) ...
12:57:48 #12 14.50 Setting up libselinux1-dev:armhf (3.1-3) ...
12:57:48 #12 14.51 Setting up libltdl-dev:armhf (2.4.6-15) ...
12:57:48 #12 14.52 Setting up cmake (3.18.4-2+rpt1+rpi1+deb11u1) ...
12:57:48 #12 14.54 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
12:57:48 #12 14.55 Setting up dmsetup (2:1.02.175-2.1) ...
12:57:48 #10 56.86 Setting up libfcgi-bin (2.4.2-2) ...
12:57:48 #10 56.88 Setting up binutils-common:armhf (2.35.2-2) ...
12:57:48 #10 56.89 Setting up libnghttp2-14:armhf (1.43.0-1) ...
12:57:48 #10 56.91 Setting up libmagic1:armhf (1:5.39-3) ...
12:57:48 #10 56.93 Setting up libdeflate0:armhf (1.7-1) ...
12:57:48 #10 56.95 Setting up less (551-2) ...
12:57:48 #10 56.97 Setting up perl-openssl-defaults:armhf (5) ...
12:57:48 #10 56.99 Setting up linux-libc-dev:armhf (5.10.162-1) ...
12:57:48 #10 57.00 Setting up libctf-nobfd0:armhf (2.35.2-2) ...
12:57:48 #10 57.02 Setting up gettext-base (0.21-4) ...
12:57:48 #10 57.03 Setting up liblzo2-2:armhf (2.10-2) ...
12:57:48 #10 57.07 Setting up libnpth0:armhf (1.6-3) ...
12:57:48 #10 57.09 Setting up file (1:5.39-3) ...
12:57:48 #10 57.10 Setting up libossp-uuid16:armhf (1.6.2-1.5+b9) ...
12:57:48 #10 57.15 Setting up libassuan0:armhf (2.5.3-7.1) ...
12:57:48 #10 57.16 Setting up libgomp1:armhf (10.2.1-6) ...
12:57:48 #10 57.17 Setting up bzip2 (1.0.8-4) ...
12:57:48 #10 57.19 Setting up libldap-common (2.4.57+dfsg-3+deb11u1) ...
12:57:48 #13 70.79   Installing : glibc-static-2.17-326.el7_9.aarch64                        55/65 
12:57:48 #12 14.57 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
12:57:48 #12 14.58 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1) ...
12:57:48 #12 14.60 Setting up docker-ce-build-deps (1.0) ...
12:57:48 #12 14.61 Processing triggers for libc-bin (2.31-13+rpi1+deb11u3) ...
12:57:48 #12 14.63 Processing triggers for man-db (2.9.4-2) ...
12:57:48 #10 57.21 Setting up pbzip2 (1.1.13-1) ...
12:57:48 #10 57.22 Setting up libjbig0:armhf (2.1-3.1+b2) ...
12:57:48 #10 57.24 Setting up libfakeroot:armhf (1.25.3-1.1) ...
12:57:48 #10 57.26 Setting up libasan6:armhf (10.2.1-6) ...
12:57:48 #10 57.28 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ...
12:57:48 #10 57.31 Setting up fakeroot (1.25.3-1.1) ...
12:57:48 #10 57.36 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:57:48 warning: line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:57:48 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:57:48 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:57:48 warning: source_date_epoch_from_changelog set but %changelog is missing
12:57:48 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.1H7SJQ
12:57:48 + umask 022
12:57:48 + cd /root/rpmbuild/BUILD
12:57:48 + cd /root/rpmbuild/BUILD
12:57:48 + rm -rf src
12:57:48 + /usr/bin/mkdir -p src
12:57:48 + cd src
12:57:48 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:57:49 #20 1.973 Fetched 8628 kB in 2s (5567 kB/s)
12:57:49 #10 57.42 Setting up autotools-dev (20180224.1+nmu1) ...
12:57:49 #10 57.45 Setting up libglib2.0-data (2.66.8-1) ...
12:57:49 #10 57.47 Setting up libtirpc-dev:armhf (1.3.1-1+deb11u1) ...
12:57:49 #10 57.48 Setting up libjpeg62-turbo:armhf (1:2.0.6-4) ...
12:57:49 #10 57.50 Setting up libx11-data (2:1.7.2-1) ...
12:57:49 #10 57.52 Setting up make (4.3-4.1) ...
12:57:49 #10 57.53 Setting up libmpfr6:armhf (4.1.0-3) ...
12:57:49 #10 57.55 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
12:57:49 #10 57.56 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
12:57:49 #10 57.58 Setting up lzip (1.22-3) ...
12:57:49 #10 57.61 Setting up strace (5.10-1) ...
12:57:49 #10 57.63 Setting up libsigsegv2:armhf (2.13-1) ...
12:57:49 #10 57.64 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
12:57:49 #10 57.65 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:57:49 #10 57.67 Setting up t1utils (1.41-4) ...
12:57:49 #10 57.69 Setting up diffstat (1.64-1) ...
12:57:49 #10 68.77 Setting up libgpgme11:armhf (1.18.0-3+b1) ...
12:57:49 #10 68.78 Setting up dirmngr (2.2.40-1) ...
12:57:49 #10 68.92 Setting up perl (5.36.0-7) ...
12:57:49 #10 68.94 Setting up libpackage-stash-xs-perl:armhf (0.30-1+b1) ...
12:57:49 #10 68.96 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:57:49 #10 68.97 Setting up libxs-parse-keyword-perl (0.32-1) ...
12:57:49 #10 68.98 Setting up libtirpc-dev:armhf (1.3.3+ds-1) ...
12:57:49 #10 69.00 Setting up libdata-dump-perl (1.25-1) ...
12:57:49 #10 69.01 Setting up gcc-12 (12.2.0-14) ...
12:57:49 #10 69.02 Setting up libfile-find-rule-perl (0.34-3) ...
12:57:49 #10 69.03 Setting up libref-util-perl (0.204-2) ...
12:57:49 #10 69.05 Setting up libipc-system-simple-perl (1.30-2) ...
12:57:49 #12 DONE 15.2s
12:57:49 
12:57:49 #13 [stage-1 5/8] COPY sources/ /sources
12:57:49 #13 DONE 0.2s
12:57:49 #10 57.75 Setting up libpng16-16:armhf (1.6.37-3) ...
12:57:49 #10 57.76 Setting up libmpc3:armhf (1.2.0-1) ...
12:57:49 #10 57.78 Setting up libatomic1:armhf (10.2.1-6) ...
12:57:49 #10 57.81 Setting up patch (2.7.6-7) ...
12:57:49 #10 57.83 Setting up autopoint (0.21-4) ...
12:57:49 #10 57.85 Setting up libwebp6:armhf (0.6.1-2.1) ...
12:57:49 #10 57.86 Setting up fonts-dejavu-core (2.37-2) ...
12:57:49 + STATUS=0
12:57:49 + '[' 0 -ne 0 ']'
12:57:49 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:57:49 #10 69.07 Setting up libnet-domain-tld-perl (1.75-3) ...
12:57:49 #10 69.08 Setting up libperlio-utf8-strict-perl (0.010-1) ...
12:57:49 #10 69.09 Setting up libsocket6-perl (0.29-3) ...
12:57:49 #10 69.10 Setting up libgd3:armhf (2.3.3-7+b1) ...
12:57:49 #10 69.11 Setting up libvariable-magic-perl (0.63-1+b1) ...
12:57:49 #10 69.13 Setting up libio-html-perl (1.004-3) ...
12:57:49 #10 69.14 Setting up libpod-parser-perl (1.65-1) ...
12:57:49 #10 69.15 Setting up libb-hooks-op-check-perl:armhf (0.22-2+b1) ...
12:57:49 #10 69.16 Setting up libparams-util-perl (1.102-2+b1) ...
12:57:49 #10 69.18 Setting up libdpkg-perl (1.21.19) ...
12:57:49 #10 69.19 Setting up libtime-duration-perl (1.21-2) ...
12:57:49 #10 69.20 Setting up autoconf (2.71-3) ...
12:57:49 #10 69.21 Setting up libsub-exporter-progressive-perl (0.001013-3) ...
12:57:49 #10 69.22 Setting up libarray-intspan-perl (2.004-2) ...
12:57:49 #10 69.26 Setting up libcapture-tiny-perl (0.48-2) ...
12:57:49 #12 26.95 Last metadata expiration check: 0:00:45 ago on Wed Feb  8 12:57:04 2023.
12:57:49 #13 70.83   Installing : libseccomp-devel-2.3.1-4.el7.aarch64                       56/65 
12:57:49 #13 71.90   Installing : cmake-2.8.12.2-2.el7.aarch64                               57/65 
12:57:49 #20 1.973 Reading package lists...
12:57:49 
12:57:49 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:57:49 #10 57.95 Setting up libxdelta2 (1.1.3-9.3) ...
12:57:49 #10 57.97 Setting up libncursesw6:armhf (6.2+20201114-2) ...
12:57:49 #10 57.98 Setting up libltdl7:armhf (2.4.6-15) ...
12:57:49 #10 58.00 Setting up libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ...
12:57:49 #10 58.01 Setting up libubsan1:armhf (10.2.1-6) ...
12:57:49 #10 58.03 Setting up libmd0:armhf (1.0.3-3) ...
12:57:49 #10 58.05 Setting up python-apt-common (2.2.1) ...
12:57:49 #10 58.07 Setting up libnsl-dev:armhf (1.3.0-2) ...
12:57:49 #10 58.11 Setting up sensible-utils (0.0.14) ...
12:57:49 #10 58.12 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
12:57:49 #10 58.14 Setting up libcrypt-dev:armhf (1:4.4.18-4) ...
12:57:49 #10 58.16 Setting up libuchardet0:armhf (0.0.7-1) ...
12:57:49 #10 69.28 Setting up libtimedate-perl (2.3300-2) ...
12:57:49 #10 69.29 Setting up libregexp-ipv6-perl (0.03-3) ...
12:57:49 #10 69.30 Setting up gpg-wks-server (2.2.40-1) ...
12:57:49 #10 69.31 Setting up libsub-name-perl:armhf (0.26-2+b1) ...
12:57:49 #10 69.32 Setting up libtype-tiny-xs-perl:armhf (0.025-1) ...
12:57:49 #10 69.33 Setting up libsyntax-keyword-try-perl (0.28-1) ...
12:57:49 #10 69.35 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:57:49 #10 69.36 Setting up libproc-processtable-perl:armhf (0.634-1+b2) ...
12:57:49 #10 69.37 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:57:49 #10 69.38 Setting up xauth (1:1.1.2-1) ...
12:57:49 #10 69.39 Setting up libpath-tiny-perl (0.144-1) ...
12:57:49 #10 69.40 Setting up libarchive-cpio-perl (0.10-3) ...
12:57:49 #10 69.42 Setting up libjson-perl (4.10000-1) ...
12:57:49 #10 69.43 Setting up libnsl2:armhf (1.3.0-2) ...
12:57:49 #10 69.44 Setting up libipc-run3-perl (0.048-3) ...
12:57:49 #10 69.45 Setting up libregexp-wildcards-perl (1.05-3) ...
12:57:49 #10 69.46 Setting up libfcgi-perl (0.82+ds-2) ...
12:57:49 #10 69.48 Setting up libsub-override-perl (0.09-4) ...
12:57:49 #10 69.49 Setting up libaliased-perl (0.34-3) ...
12:57:49 #10 69.50 Setting up libstrictures-perl (2.000006-1) ...
12:57:49 #10 69.51 Setting up libsub-quote-perl (2.006008-1) ...
12:57:49 #10 69.52 Setting up libdevel-stacktrace-perl (2.0400-2) ...
12:57:49 #10 69.54 Setting up libclass-xsaccessor-perl (1.19-4+b1) ...
12:57:49 #10 69.56 Setting up libsort-versions-perl (1.62-3) ...
12:57:49 #10 69.57 Setting up libexporter-tiny-perl (1.006000-1) ...
12:57:49 #10 69.58 Setting up libre-engine-re2-perl:armhf (0.17+ds-1) ...
12:57:49 #12 27.29 Package bash-5.2.9-2.fc36.aarch64 is already installed.
12:57:49 #12 27.38 Dependencies resolved.
12:57:49 #12 27.40 Nothing to do.
12:57:49 #12 27.40 Complete!
12:57:49 #12 DONE 27.5s
12:57:49 #17 exporting layers 4.7s done
12:57:49 #17 writing image sha256:e1084c9cd06cda20ccc3c95ced2abc5c07a790a77a3d2943531586d8528965fe done
12:57:49 #17 naming to docker.io/rpmbuild-centos-8/x86_64
12:57:49 #17 naming to docker.io/rpmbuild-centos-8/x86_64 done
12:57:49 #17 DONE 4.7s
12:57:49 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/centos-8/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/centos-8/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-8/x86_64 -ba --define '_gitcommit_cli ab4ef4a' --define '_gitcommit_engine 1141704' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.16.0' --define '_compose_version v2.16.0' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  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
12:57:49 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wCZhNI
12:57:49 + umask 022
12:57:49 + cd /root/rpmbuild/BUILD
12:57:49 + cd /root/rpmbuild/BUILD
12:57:49 + rm -rf src
12:57:49 + /usr/bin/mkdir -p src
12:57:49 + cd src
12:57:49 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:57:49 + /usr/bin/tar -xof -
12:57:49 #13 71.97   Installing : libtool-ltdl-devel-2.4.2-22.el7_3.aarch64                  58/65 
12:57:49 #10 58.19 Setting up lzop (1.04-2) ...
12:57:49 #10 58.20 Setting up libmpdec3:armhf (2.5.1-1) ...
12:57:49 #10 58.23 Setting up git-man (1:2.30.2-1+deb11u1) ...
12:57:49 #10 58.25 Setting up libssh2-1:armhf (1.9.0-2) ...
12:57:49 #10 58.28 Setting up netbase (6.3) ...
12:57:49 #10 58.32 Setting up libtiff5:armhf (4.2.0-1+deb11u3) ...
12:57:49 #10 58.34 Setting up libbinutils:armhf (2.35.2-2) ...
12:57:49 #10 58.36 Setting up libfido2-1:armhf (1.6.0-2) ...
12:57:49 #10 58.38 Setting up libisl23:armhf (0.23-1) ...
12:57:49 #10 58.39 Setting up libc-dev-bin (2.31-13+deb11u5) ...
12:57:49 #10 58.41 Setting up openssl (1.1.1n-0+deb11u4) ...
12:57:50 #10 69.60 Setting up libfile-dirlist-perl (0.05-3) ...
12:57:50 #10 69.61 Setting up libterm-readkey-perl (2.38-2+b1) ...
12:57:50 #10 69.63 Setting up libtext-levenshteinxs-perl (0.03-5+b1) ...
12:57:50 #10 69.64 Setting up libperlio-gzip-perl (0.20-1+b1) ...
12:57:50 #10 69.65 Setting up libsys-hostname-long-perl (1.5-3) ...
12:57:50 #10 69.66 Setting up libhtml-html5-entities-perl (0.004-3) ...
12:57:50 #10 69.67 Setting up libsereal-decoder-perl (5.002+ds-1) ...
12:57:50 #10 69.69 Setting up liburi-perl (5.17-1) ...
12:57:50 #10 69.70 Setting up libnet-ipv6addr-perl (1.02-1) ...
12:57:50 #10 69.71 Setting up libfile-touch-perl (0.12-2) ...
12:57:50 #10 69.72 Setting up libc-devtools (2.36-8) ...
12:57:50 #10 69.74 Setting up libemail-address-xs-perl (1.05-1+b1) ...
12:57:50 #10 69.75 Setting up libnet-ssleay-perl:armhf (1.92-2+b1) ...
12:57:50 #10 69.76 Setting up automake (1:1.16.5-1.3) ...
12:57:50 #10 69.77 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:57:50 #10 69.78 Setting up libapt-pkg-perl (0.1.40+b2) ...
12:57:50 #10 69.79 Setting up libio-sessiondata-perl (1.03-3) ...
12:57:50 
12:57:50 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
12:57:50 + STATUS=0
12:57:50 + '[' 0 -ne 0 ']'
12:57:50 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:57:50 + RPM_EC=0
12:57:50 ++ jobs -p
12:57:50 + exit 0
12:57:50 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.uSGqvm
12:57:50 + umask 022
12:57:50 + cd /root/rpmbuild/BUILD
12:57:50 + 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'
12:57:50 + export CFLAGS
12:57:50 + 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'
12:57:50 + export CXXFLAGS
12:57:50 + 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'
12:57:50 + export FFLAGS
12:57:50 + 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'
12:57:50 + export FCFLAGS
12:57:50 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:57:50 + export LDFLAGS
12:57:50 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:57:50 + export LT_SYS_LIBRARY_PATH
12:57:50 + CC=gcc
12:57:50 + export CC
12:57:50 + CXX=g++
12:57:50 + export CXX
12:57:50 + cd src
12:57:50 + export DOCKER_GITCOMMIT=1141704
12:57:50 + DOCKER_GITCOMMIT=1141704
12:57:50 + mkdir -p /go/src/github.com/docker
12:57:50 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:57:50 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:57:50 + pushd /root/rpmbuild/BUILD/src/engine
12:57:50 + TMP_GOPATH=/go
12:57:50 + hack/dockerfile/install/install.sh tini
12:57:50 + RM_GOPATH=0
12:57:50 + TMP_GOPATH=/go
12:57:50 + : /usr/local/bin
12:57:50 + '[' -z /go ']'
12:57:50 + export GOPATH=/go
12:57:50 + GOPATH=/go
12:57:50 + case "$(go env GOARCH)" in
12:57:50 ++ go env GOARCH
12:57:50 + export GO_BUILDMODE=-buildmode=pie
12:57:50 + GO_BUILDMODE=-buildmode=pie
12:57:50 ++ dirname hack/dockerfile/install/install.sh
12:57:50 + dir=hack/dockerfile/install
12:57:50 + bin=tini
12:57:50 + shift
12:57:50 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:57:50 + . hack/dockerfile/install/tini.installer
12:57:50 ++ : v0.19.0
12:57:50 + install_tini
12:57:50 + echo 'Install tini version v0.19.0'
12:57:50 Install tini version v0.19.0
12:57:50 + git clone https://github.com/krallin/tini.git /go/tini
12:57:50 Cloning into '/go/tini'...
12:57:50 + STATUS=0
12:57:50 + '[' 0 -ne 0 ']'
12:57:50 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:57:50 + /usr/bin/tar -xof -
12:57:50 #13 72.00   Installing : which-2.20-7.el7.aarch64                                   59/65 
12:57:50 #13 72.30 install-info: No such file or directory for /usr/share/info/which.info.gz
12:57:50 #20 2.460 Reading package lists...
12:57:50 #20 2.933 Building dependency tree...
12:57:50 #20 3.027 Reading state information...
12:57:50 #20 3.138 The following additional packages will be installed:
12:57:50 #17 exporting layers 5.6s done
12:57:50 #17 writing image sha256:357e4014e3133a0d914267442f7935851a0d0ab206a4979c469e4b95428aab01 done
12:57:50 #17 naming to docker.io/debbuild-debian-buster/x86_64 done
12:57:50 #17 DONE 5.6s
12:57:50 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/debian-buster:/build  debbuild-debian-buster/x86_64
12:57:50 + set -e
12:57:50 + mkdir -p /root/build-deb/engine
12:57:50 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:57:50 + mkdir -p /root/build-deb/cli
12:57:50 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:57:50 #10 58.42 Setting up libbsd0:armhf (0.11.3-1) ...
12:57:50 #10 58.45 Setting up libelf1:armhf (0.183-1) ...
12:57:50 #10 58.47 Setting up readline-common (8.1-1) ...
12:57:50 #10 58.48 Setting up publicsuffix (20220811.1734-0+deb11u1) ...
12:57:50 #10 58.50 Setting up libxml2:armhf (2.9.10+dfsg-6.7+deb11u3) ...
12:57:50 #10 58.52 Setting up libmarkdown2:armhf (2.2.6-1) ...
12:57:50 #10 58.54 Setting up libcc1-0:armhf (10.2.1-6) ...
12:57:50 #10 58.55 Setting up iso-codes (4.6.0-1) ...
12:57:50 #10 58.57 Setting up liblocale-gettext-perl (1.07-4+b1) ...
12:57:50 #10 58.60 Setting up cpp-10 (10.2.1-6) ...
12:57:50 #10 58.65 Setting up dctrl-tools (2.24-3) ...
12:57:50 #10 58.69 Setting up debian-keyring (2021.07.26) ...
12:57:50 #10 58.71 Setting up libgdbm6:armhf (1.19-2) ...
12:57:50 #10 58.73 Setting up libctf0:armhf (2.35.2-2) ...
12:57:50 #10 58.75 Setting up pinentry-curses (1.1.0-4) ...
12:57:50 #10 69.82 Setting up libstring-escape-perl (2010.002-3) ...
12:57:50 #10 69.84 Setting up libberkeleydb-perl:armhf (0.64-2+b1) ...
12:57:50 #10 69.85 Setting up libhttp-date-perl (6.05-2) ...
12:57:50 #10 69.87 Setting up libfile-which-perl (1.27-2) ...
12:57:50 #10 69.88 Setting up libfile-basedir-perl (0.09-2) ...
12:57:50 #10 69.90 Setting up libtask-weaken-perl (1.06-2) ...
12:57:50 #10 69.91 Setting up libunicode-utf8-perl (0.62-2) ...
12:57:50 #10 69.92 Setting up libfeature-compat-try-perl (0.05-1) ...
12:57:50 #10 69.93 Setting up libset-intspan-perl (1.19-3) ...
12:57:50 #10 69.95 Setting up libmouse-perl (2.5.10-1+b3) ...
12:57:50 #10 69.96 Setting up libossp-uuid-perl (1.6.2-1.5+b11) ...
12:57:50 #10 69.97 Setting up libfile-listing-perl (6.15-1) ...
12:57:50 #10 69.98 Setting up libsys-cpuaffinity-perl (1.13~03-2+b1) ...
12:57:50 #10 69.99 Setting up gpg-wks-client (2.2.40-1) ...
12:57:50 #10 70.01 Setting up libregexp-pattern-perl (0.2.14-2) ...
12:57:50 + cd /go/tini
12:57:50 + git checkout -q v0.19.0
12:57:50 + cmake .
12:57:50 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:57:50   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:57:50   CMake.
12:57:50 
12:57:50   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:57:50   CMake that the project does not need compatibility with older versions.
12:57:50 
12:57:50 
12:57:50 -- The C compiler identification is GNU 12.2.1
12:57:50 -- Detecting C compiler ABI info
12:57:50 #20 3.138   libmagic-mgc libmagic1
12:57:50 #20 3.160 The following NEW packages will be installed:
12:57:50 #20 3.161   file libmagic-mgc libmagic1
12:57:50 #20 3.427 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded.
12:57:50 #20 3.427 Need to get 468 kB of archives.
12:57:50 #20 3.427 After this operation, 7075 kB of additional disk space will be used.
12:57:50 #20 3.427 Get:1 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
12:57:50 + mkdir -p /root/build-deb/buildx
12:57:50 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:57:50 #10 58.77 Setting up manpages-dev (5.10-1) ...
12:57:50 #10 58.78 Setting up libxdmcp6:armhf (1:1.1.2-3) ...
12:57:50 #10 58.80 Setting up libxcb1:armhf (1.14-3) ...
12:57:50 #10 58.81 Setting up gettext (0.21-4) ...
12:57:50 #10 58.83 Setting up xdelta (1.1.3-9.3) ...
12:57:50 #10 58.84 Setting up libarchive13:armhf (3.4.3-2+deb11u1) ...
12:57:50 #10 58.86 Setting up libgcc-10-dev:armhf (10.2.1-6) ...
12:57:50 #10 58.87 Setting up libedit2:armhf (3.1-20191231-2+b1) ...
12:57:50 #10 58.89 Setting up libreadline8:armhf (8.1-1) ...
12:57:50 #10 58.90 Setting up libldap-2.4-2:armhf (2.4.57+dfsg-3+deb11u1) ...
12:57:50 #10 58.92 Setting up m4 (1.4.18-5) ...
12:57:50 #10 58.93 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u5) ...
12:57:50 #10 58.96 Setting up ca-certificates (20210119) ...
12:57:50 #10 70.02 Setting up libdata-messagepack-perl (1.02-1+b1) ...
12:57:50 #10 70.03 Setting up libclass-inspector-perl (1.36-3) ...
12:57:50 #10 70.04 Setting up libfont-afm-perl (1.20-4) ...
12:57:50 #10 70.05 Setting up libwant-perl (0.29-2+b1) ...
12:57:50 #10 70.07 Setting up libdynaloader-functions-perl (0.003-3) ...
12:57:50 #10 70.09 Setting up libclass-method-modifiers-perl (2.14-1) ...
12:57:50 #10 70.10 Setting up liblist-compare-perl (0.55-2) ...
12:57:50 #10 70.12 Setting up libref-util-xs-perl (0.117-2+b1) ...
12:57:50 #10 70.13 Setting up libio-pty-perl (1:1.17-1) ...
12:57:50 #10 70.14 Setting up libfile-fcntllock-perl (0.22-4+b1) ...
12:57:50 #10 70.15 Setting up libclone-perl:armhf (0.46-1) ...
12:57:50 #10 70.16 Setting up libalgorithm-diff-perl (1.201-1) ...
12:57:50 #10 70.18 Setting up libarchive-zip-perl (1.68-1) ...
12:57:50 #10 70.19 Setting up libsub-identify-perl (0.14-3) ...
12:57:50 #10 70.21 Setting up libdistro-info-perl (1.5) ...
12:57:50 #10 70.22 Setting up libcpanel-json-xs-perl:armhf (4.32-1+b1) ...
12:57:50 #10 70.23 Setting up libio-stringy-perl (2.111-3) ...
12:57:50 #10 70.25 Setting up libhtml-tagset-perl (3.20-6) ...
12:57:50 #10 70.26 Setting up liblog-any-perl (1.713-1) ...
12:57:50 #10 70.27 Setting up libauthen-sasl-perl (2.1600-3) ...
12:57:50 #10 70.28 Setting up libdevel-size-perl (0.83-2+b1) ...
12:57:50 #10 70.29 Setting up libpython3.11-stdlib:armhf (3.11.1-2) ...
12:57:50 #10 70.30 Setting up libdebhelper-perl (13.11.4) ...
12:57:50 #10 70.31 Setting up libpod-constants-perl (0.19-2) ...
12:57:50 #10 70.33 Setting up libregexp-pattern-license-perl (3.9.4-3) ...
12:57:50 -- Detecting C compiler ABI info - done
12:57:50 -- Check for working C compiler: /usr/bin/gcc - skipped
12:57:50 -- Detecting C compile features
12:57:50 -- Detecting C compile features - done
12:57:50 -- Performing Test HAS_BUILTIN_FORTIFY
12:57:50 #20 3.432 Get:2 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
12:57:50 #20 3.433 Get:3 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
12:57:50 #20 3.546 debconf: delaying package configuration, since apt-utils is not installed
12:57:50 #20 3.575 Fetched 468 kB in 0s (1747 kB/s)
12:57:50 #20 3.594 Selecting previously unselected package libmagic-mgc.
12:57:50 #20 3.594 (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 ... 15719 files and directories currently installed.)
12:57:50 #20 3.605 Preparing to unpack .../libmagic-mgc_1%3a5.39-3_amd64.deb ...
12:57:50 #20 3.609 Unpacking libmagic-mgc (1:5.39-3) ...
12:57:50 #20 3.689 Selecting previously unselected package libmagic1:amd64.
12:57:50 #13 72.31   Cleanup    : 7:device-mapper-libs-1.02.170-6.el7.aarch64                60/65 
12:57:50 #10 70.34 Setting up libconvert-binhex-perl (1.125-3) ...
12:57:50 #10 70.35 Setting up liblwp-mediatypes-perl (6.04-2) ...
12:57:50 #10 70.36 Setting up libyaml-libyaml-perl (0.86+ds-1) ...
12:57:50 #10 70.37 Setting up libio-interactive-perl (1.023-2) ...
12:57:50 #10 70.38 Setting up libtry-tiny-perl (0.31-2) ...
12:57:50 #10 70.40 Setting up libtype-tiny-perl (2.002001-1) ...
12:57:50 #10 70.41 Setting up libcommon-sense-perl:armhf (3.75-3) ...
12:57:50 #10 70.42 Setting up libmldbm-perl (2.05-4) ...
12:57:50 #10 70.43 Setting up libxml-namespacesupport-perl (1.12-2) ...
12:57:50 #10 70.44 Setting up libnet-http-perl (6.22-1) ...
12:57:50 #10 70.45 Setting up libpath-iterator-rule-perl (1.015-2) ...
12:57:50 #10 70.46 Setting up libtext-markdown-discount-perl (0.16-1) ...
12:57:50 #10 70.48 Setting up libhttp-tiny-multipart-perl (0.08-2) ...
12:57:50 #10 70.49 Setting up libtime-moment-perl (0.44-2+b1) ...
12:57:50 #10 70.50 Setting up libencode-locale-perl (1.05-3) ...
12:57:50 #10 70.52 Setting up libexception-class-perl (1.45-1) ...
12:57:50 #10 70.53 Setting up libxstring-perl:armhf (0.005-2+b1) ...
12:57:50 #10 70.54 Setting up libmath-base85-perl (0.5+dfsg-2) ...
12:57:50 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:57:50 -- Configuring done
12:57:50 -- Generating done
12:57:50 -- Build files have been written to: /go/tini
12:57:50 + make tini-static
12:57:50 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:57:50 #14 DONE 2.3s
12:57:50 
12:57:50 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:57:50 #15 DONE 0.0s
12:57:50 
12:57:50 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:57:50 #16 DONE 0.0s
12:57:50 
12:57:50 #17 exporting to image
12:57:50 #17 exporting layers
12:57:50 #20 3.691 Preparing to unpack .../libmagic1_1%3a5.39-3_amd64.deb ...
12:57:50 #20 3.699 Unpacking libmagic1:amd64 (1:5.39-3) ...
12:57:50 #20 3.737 Selecting previously unselected package file.
12:57:50 #20 3.739 Preparing to unpack .../file_1%3a5.39-3_amd64.deb ...
12:57:50 #20 3.744 Unpacking file (1:5.39-3) ...
12:57:50 #20 3.785 Setting up libmagic-mgc (1:5.39-3) ...
12:57:50 #20 3.797 Setting up libmagic1:amd64 (1:5.39-3) ...
12:57:50 #20 3.818 Setting up file (1:5.39-3) ...
12:57:50 #20 3.830 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:57:50 #13 72.87   Cleanup    : 7:device-mapper-1.02.170-6.el7.aarch64                     61/65 
12:57:50 + STATUS=0
12:57:50 + '[' 0 -ne 0 ']'
12:57:50 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:57:50 + exit 0
12:57:50 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.pq2Jv8
12:57:50 + umask 022
12:57:50 + cd /root/rpmbuild/BUILD
12:57:50 + cd src
12:57:50 + export DOCKER_GITCOMMIT=1141704
12:57:50 + DOCKER_GITCOMMIT=1141704
12:57:50 + mkdir -p /go/src/github.com/docker
12:57:50 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:57:50 + pushd /root/rpmbuild/BUILD/src/engine
12:57:50 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:57:50 + TMP_GOPATH=/go
12:57:50 + hack/dockerfile/install/install.sh tini
12:57:50 + RM_GOPATH=0
12:57:50 + TMP_GOPATH=/go
12:57:50 + : /usr/local/bin
12:57:50 + '[' -z /go ']'
12:57:50 + export GOPATH=/go
12:57:50 + GOPATH=/go
12:57:50 + case "$(go env GOARCH)" in
12:57:50 ++ go env GOARCH
12:57:50 + export GO_BUILDMODE=-buildmode=pie
12:57:50 + GO_BUILDMODE=-buildmode=pie
12:57:50 ++ dirname hack/dockerfile/install/install.sh
12:57:50 + dir=hack/dockerfile/install
12:57:50 + bin=tini
12:57:50 + shift
12:57:50 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:57:50 + . hack/dockerfile/install/tini.installer
12:57:50 ++ : v0.19.0
12:57:50 + install_tini
12:57:50 + echo 'Install tini version v0.19.0'
12:57:50 Install tini version v0.19.0
12:57:50 + git clone https://github.com/krallin/tini.git /go/tini
12:57:50 Cloning into '/go/tini'...
12:57:50 + mkdir -p /root/build-deb/compose
12:57:50 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:57:50 + mkdir -p /root/build-deb/scan-cli-plugin
12:57:50 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:57:50 + mkdir -p /go/src/github.com/docker
12:57:50 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:57:50 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:57:50 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:57:50 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:57:50 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:57:50 + EPOCH=5
12:57:50 + EPOCH_SEP=
12:57:50 + [[ ! -z 5 ]]
12:57:50 + EPOCH_SEP=:
12:57:50 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:57:50 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:50 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:50 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:50 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:50 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:50 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:57:50 + debSource=docker-ce
12:57:50 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:57:50 + debMaintainer='Docker <support@docker.com>'
12:57:50 ++ date --rfc-2822
12:57:50 + debDate='Wed, 08 Feb 2023 12:57:50 +0000'
12:57:50 + pkgRevision=1
12:57:50 + cat
12:57:50 + export CLI_GITCOMMIT=ab4ef4a
12:57:50 + CLI_GITCOMMIT=ab4ef4a
12:57:50 + export ENGINE_GITCOMMIT=1141704
12:57:50 + ENGINE_GITCOMMIT=1141704
12:57:50 + export SCAN_GITCOMMIT=6c852fa
12:57:50 + SCAN_GITCOMMIT=6c852fa
12:57:50 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:50 + dpkg-buildpackage -uc -us -I.git
12:57:50 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:50 dpkg-buildpackage: info: source package docker-ce
12:57:50 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster
12:57:50 dpkg-buildpackage: info: source distribution buster
12:57:50 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:57:50 dpkg-buildpackage: info: host architecture amd64
12:57:50  dpkg-source -I.git --before-build .
12:57:51 #10 59.32 Updating certificates in /etc/ssl/certs...
12:57:51 #10 70.55 Setting up libconfig-tiny-perl (2.28-2) ...
12:57:51 #10 70.57 Setting up libsereal-encoder-perl (5.002+ds-1) ...
12:57:51 #10 70.58 Setting up libdevel-callchecker-perl:armhf (0.008-2) ...
12:57:51 #10 70.59 Setting up liblist-utilsby-perl (0.12-2) ...
12:57:51 #10 70.60 Setting up libstring-shellquote-perl (1.04-3) ...
12:57:51 #10 70.61 Setting up libnet-netmask-perl (2.0002-2) ...
12:57:51 #10 70.63 Setting up libsub-install-perl (0.929-1) ...
12:57:51 #10 70.64 Setting up gcc (4:12.2.0-3) ...
12:57:51 #10 70.66 Setting up dpkg-dev (1.21.19) ...
12:57:51 #10 70.68 Setting up libindirect-perl (0.39-2+b1) ...
12:57:51 #10 70.70 Setting up libxs-parse-sublike-perl:armhf (0.16-1+b2) ...
12:57:51 #10 70.71 Setting up intltool-debian (0.35.0+20060710.6) ...
12:57:51 #10 70.72 Setting up libfreezethaw-perl (0.5001-3) ...
12:57:51 #10 70.73 Setting up libobject-pad-perl (0.78-1) ...
12:57:51 #10 70.74 Setting up liberror-perl (0.17029-2) ...
12:57:51 #10 70.75 Setting up patchutils (0.4.2-1) ...
12:57:51 #10 70.77 Setting up libmail-sendmail-perl (0.80-3) ...
12:57:51 #10 70.78 Setting up libltdl-dev:armhf (2.4.7-5) ...
12:57:51 #10 70.79 Setting up libjson-maybexs-perl (1.004004-1) ...
12:57:51 #10 70.81 Setting up libxml-sax-base-perl (1.09-3) ...
12:57:51 #10 70.82 Setting up libio-string-perl (1.08-4) ...
12:57:51 #10 70.84 Setting up libreadonly-perl (2.050-3) ...
12:57:51 #10 70.85 Setting up libnetaddr-ip-perl (4.079+dfsg-2+b1) ...
12:57:51 #10 70.86 Setting up libstring-copyright-perl (0.003014-1) ...
12:57:51 #10 70.87 Setting up libdata-optlist-perl (0.113-1) ...
12:57:51 [100%] Linking C executable tini-static
12:57:51 #17 exporting layers 6.4s done
12:57:51 #17 writing image sha256:67631579082cc7109da06a87fb34d30313de1a4cc23be6526174caf87d8e1292 done
12:57:51 #17 naming to docker.io/debbuild-debian-bookworm/x86_64 done
12:57:51 #17 DONE 6.4s
12:57:51 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/debian-bookworm:/build  debbuild-debian-bookworm/x86_64
12:57:51 + set -e
12:57:51 + mkdir -p /root/build-deb/engine
12:57:51 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:57:51 #20 DONE 3.9s
12:57:51 
12:57:51 #21 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
12:57:51 #21 DONE 0.1s
12:57:51 
12:57:51 #22 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
12:57:51 #22 ...
12:57:51 
12:57:51 #23 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
12:57:51 #23 DONE 0.1s
12:57:51 
12:57:51 #24 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
12:57:51 #24 DONE 0.2s
12:57:51 
12:57:51 #25 [containerd-src 1/3] WORKDIR /usr/src/containerd
12:57:51 #25 DONE 0.2s
12:57:51 + cd /go/tini
12:57:51 + git checkout -q v0.19.0
12:57:51 + cmake .
12:57:51 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:57:51   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:57:51   CMake.
12:57:51 
12:57:51   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:57:51   CMake that the project does not need compatibility with older versions.
12:57:51 
12:57:51 
12:57:51 -- The C compiler identification is GNU 8.5.0
12:57:51 -- Detecting C compiler ABI info
12:57:51 -- Detecting C compiler ABI info - done
12:57:51 -- Check for working C compiler: /usr/bin/cc - skipped
12:57:51 -- Detecting C compile features
12:57:51 -- Detecting C compile features - done
12:57:51 -- Performing Test HAS_BUILTIN_FORTIFY
12:57:51 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:57:51 -- Configuring done
12:57:51 -- Generating done
12:57:51 -- Build files have been written to: /go/tini
12:57:51 + make tini-static
12:57:51 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:57:51  debian/rules clean
12:57:51 dh clean --with=bash-completion
12:57:51    dh_clean
12:57:51 #10 59.71 129 added, 0 removed; done.
12:57:51 #10 70.90 Setting up libipc-run-perl (20220807.0-1) ...
12:57:51 #10 70.91 Setting up git (1:2.39.1-0.1) ...
12:57:51 #10 70.93 Setting up libtext-xslate-perl:armhf (3.5.9-1+b2) ...
12:57:51 #10 70.94 Setting up libcontextual-return-perl (0.004014-4) ...
12:57:51 #10 70.95 Setting up libwww-robotrules-perl (6.02-1) ...
12:57:51 #10 70.97 Setting up libtypes-serialiser-perl (1.01-1) ...
12:57:51 #10 70.98 Setting up libnsl-dev:armhf (1.3.0-2) ...
12:57:51 #10 70.99 Setting up libhtml-parser-perl:armhf (3.81-1) ...
12:57:51 #10 71.00 Setting up libgit-wrapper-perl (0.048-2) ...
12:57:51 #10 71.02 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
12:57:51 #10 71.03 Setting up librole-tiny-perl (2.002004-1) ...
12:57:51 #10 71.04 Setting up gnupg (2.2.40-1) ...
12:57:51 #10 71.05 Setting up libc6-dev:armhf (2.36-8) ...
12:57:51 #10 71.06 Setting up libfont-ttf-perl (1.06-2) ...
12:57:51 #10 71.07 Setting up libfile-homedir-perl (1.006-2) ...
12:57:51 #10 71.08 Setting up libalgorithm-diff-xs-perl:armhf (0.04-8+b1) ...
12:57:51 
12:57:51 #26 [runc-src 1/3] WORKDIR /usr/src/runc
12:57:51 #26 DONE 0.2s
12:57:51 
12:57:51 #27 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
12:57:51 #27 DONE 0.3s
12:57:51 
12:57:51 #28 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
12:57:51 #28 DONE 0.3s
12:57:51 
12:57:51 #29 [tini-src 1/3] WORKDIR /usr/src/tini
12:57:51 #29 DONE 0.3s
12:57:51 
12:57:51 #30 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
12:57:51 [100%] Linking C executable tini-static
12:57:51 [100%] Built target tini-static
12:57:51  dpkg-source -I.git -b .
12:57:51 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:57:51 dpkg-source: info: using source format '1.0'
12:57:51 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz
12:57:51 #13 73.17   Cleanup    : systemd-219-78.el7.aarch64                                 62/65 
12:57:51 #13 73.48   Cleanup    : systemd-libs-219-78.el7.aarch64                            63/65 
12:57:51 #10 59.80 Setting up libfreetype6:armhf (2.10.4+dfsg-1+deb11u1) ...
12:57:51 #10 59.82 Setting up shared-mime-info (2.0-1) ...
12:57:51 #10 71.10 Setting up pristine-tar (1.50) ...
12:57:51 #10 71.11 Setting up libio-socket-ssl-perl (2.078-1) ...
12:57:51 #10 71.12 Setting up libsub-exporter-perl (0.989-1) ...
12:57:51 #10 71.14 Setting up libpython3-stdlib:armhf (3.11.1-3) ...
12:57:51 #10 71.15 Setting up libalgorithm-merge-perl (0.08-5) ...
12:57:51 #10 71.16 Setting up libhttp-message-perl (6.44-1) ...
12:57:51 #10 71.18 Setting up libdata-validate-ip-perl (0.31-1) ...
12:57:51 #10 71.19 Setting up libhtml-form-perl (6.10-1) ...
12:57:51 #10 71.20 Setting up libiterator-perl (0.03+ds1-2) ...
12:57:51 #10 71.21 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
12:57:51 #10 71.22 Setting up libjson-xs-perl (4.030-2+b1) ...
12:57:51 #10 71.23 Setting up python3.11 (3.11.1-2) ...
12:57:51 [100%] Built target tini-static
12:57:51 + mkdir -p /usr/local/bin
12:57:51 + cp tini-static /usr/local/bin/docker-init
12:57:51 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:51 + PRODUCT=docker
12:57:51 + hack/make.sh dynbinary
12:57:51 
12:57:51 Removing bundles/
12:57:51 
12:57:51 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:51 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:57:51 + mkdir -p /root/build-deb/cli
12:57:51 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:57:51 + mkdir -p /usr/local/bin
12:57:51 + cp tini-static /usr/local/bin/docker-init
12:57:51 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:51 + PRODUCT=docker
12:57:51 + hack/make.sh dynbinary
12:57:51 
12:57:51 Removing bundles/
12:57:51 
12:57:51 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:51 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:57:51 + mkdir -p /root/build-deb/buildx
12:57:51 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:57:51 #13 DONE 2.2s
12:57:52 #13 73.79   Cleanup    : glibc-2.17-317.el7.aarch64                                 64/65 
12:57:52 #13 74.09   Cleanup    : glibc-common-2.17-317.el7.aarch64                          65/65 
12:57:52 #13 74.46   Verifying  : systemd-devel-219-78.el7_9.7.aarch64                        1/65 
12:57:52 
12:57:52 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
12:57:52 #14 DONE 0.0s
12:57:52 
12:57:52 #15 exporting to image
12:57:52 #15 exporting layers
12:57:52 #13 74.48   Verifying  : glibc-common-2.17-326.el7_9.aarch64                         2/65 
12:57:52 #13 74.50   Verifying  : openssh-clients-7.4p1-22.el7_9.aarch64                      3/65 
12:57:52 #13 74.52   Verifying  : pcre-devel-8.32-17.el7.aarch64                              4/65 
12:57:52 #13 74.54   Verifying  : glibc-devel-2.17-326.el7_9.aarch64                          5/65 
12:57:52 #13 74.55   Verifying  : libselinux-utils-2.5-15.el7.aarch64                         6/65 
12:57:52 #13 74.56   Verifying  : libarchive-3.1.2-14.el7_7.aarch64                           7/65 
12:57:52 #13 74.57   Verifying  : glibc-2.17-326.el7_9.aarch64                                8/65 
12:57:52 #13 74.59   Verifying  : systemd-libs-219-78.el7_9.7.aarch64                         9/65 
12:57:52 #13 74.60   Verifying  : automake-1.13.4-3.el7.noarch                               10/65 
12:57:52 #13 74.61   Verifying  : libseccomp-devel-2.3.1-4.el7.aarch64                       11/65 
12:57:52 #13 74.62   Verifying  : libtool-ltdl-2.4.2-22.el7_3.aarch64                        12/65 
12:57:52 #13 74.64   Verifying  : 1:make-3.82-24.el7.aarch64                                 13/65 
12:57:52 #13 74.65   Verifying  : libcgroup-0.41-21.el7.aarch64                              14/65 
12:57:52 #13 74.66   Verifying  : python-IPy-0.75-6.el7.noarch                               15/65 
12:57:52 #13 74.67   Verifying  : checkpolicy-2.5-8.el7.aarch64                              16/65 
12:57:52 + mkdir -p /root/build-deb/compose
12:57:52 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:57:52 + mkdir -p /root/build-deb/scan-cli-plugin
12:57:52 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:57:52 + mkdir -p /go/src/github.com/docker
12:57:52 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:57:52 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:57:52 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:57:52 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:57:52 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:57:52 + EPOCH=5
12:57:52 + EPOCH_SEP=
12:57:52 + [[ ! -z 5 ]]
12:57:52 + EPOCH_SEP=:
12:57:52 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:57:52 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:52 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:52 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:52 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:52 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:52 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:57:52 + debSource=docker-ce
12:57:52 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:57:52 + debMaintainer='Docker <support@docker.com>'
12:57:52 ++ date --rfc-2822
12:57:52 + debDate='Wed, 08 Feb 2023 12:57:52 +0000'
12:57:52 + pkgRevision=1
12:57:52 + cat
12:57:52 + export CLI_GITCOMMIT=ab4ef4a
12:57:52 + CLI_GITCOMMIT=ab4ef4a
12:57:52 + export ENGINE_GITCOMMIT=1141704
12:57:52 + ENGINE_GITCOMMIT=1141704
12:57:52 + export SCAN_GITCOMMIT=6c852fa
12:57:52 + SCAN_GITCOMMIT=6c852fa
12:57:52 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:52 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:52 + dpkg-buildpackage -uc -us -I.git
12:57:52 dpkg-buildpackage: info: source package docker-ce
12:57:52 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm
12:57:52 dpkg-buildpackage: info: source distribution bookworm
12:57:52 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:57:52 #10 72.04 Setting up libhttp-negotiate-perl (6.01-2) ...
12:57:52 #10 72.05 Setting up libio-prompter-perl (0.004015-2) ...
12:57:52 #10 72.06 Setting up libiterator-util-perl (0.02+ds1-2) ...
12:57:52 #10 72.08 Setting up libstdc++-12-dev:armhf (12.2.0-14) ...
12:57:52 #10 72.09 Setting up libhttp-cookies-perl (6.10-1) ...
12:57:52 #10 72.10 Setting up libtool (2.4.7-5) ...
12:57:52 #10 72.12 Setting up po-debconf (1.0.21+nmu1) ...
12:57:52 #10 72.13 Setting up libhtml-tree-perl (5.07-3) ...
12:57:52 #10 72.15 Setting up libparams-classify-perl:armhf (0.015-2+b1) ...
12:57:52 #10 72.17 Setting up libcgi-pm-perl (4.55-1) ...
12:57:52 #10 72.18 Setting up python3 (3.11.1-3) ...
12:57:52 #13 74.69   Verifying  : perl-Test-Harness-3.28-3.el7.noarch                        17/65 
12:57:52 #13 74.69   Verifying  : libedit-3.0-12.20121213cvs.el7.aarch64                     18/65 
12:57:52 #13 74.71   Verifying  : systemd-219-78.el7_9.7.aarch64                             19/65 
12:57:52 #13 74.73   Verifying  : policycoreutils-devel-2.5-34.el7.aarch64                   20/65 
12:57:52 #13 74.74   Verifying  : libsemanage-python-2.5-14.el7.aarch64                      21/65 
12:57:52 #13 74.75   Verifying  : 7:device-mapper-1.02.170-6.el7_9.5.aarch64                 22/65 
12:57:52 #13 74.77   Verifying  : openssh-7.4p1-22.el7_9.aarch64                             23/65 
12:57:52 #13 74.78   Verifying  : libselinux-python-2.5-15.el7.aarch64                       24/65 
12:57:52 #13 74.79   Verifying  : which-2.20-7.el7.aarch64                                   25/65 
12:57:52 #13 74.80   Verifying  : less-458-9.el7.aarch64                                     26/65 
12:57:52 #13 74.82   Verifying  : mpfr-3.1.1-4.el7.aarch64                                   27/65 
12:57:52 #13 74.83   Verifying  : rsync-3.1.2-12.el7_9.aarch64                               28/65 
12:57:52 #13 74.85   Verifying  : libmpc-1.0.1-3.el7.aarch64                                 29/65 
12:57:52 #13 74.85   Verifying  : fipscheck-1.4.1-6.el7.aarch64                              30/65 
12:57:52 #13 74.87   Verifying  : fipscheck-lib-1.4.1-6.el7.aarch64                          31/65 
12:57:52 #13 74.88   Verifying  : cpp-4.8.5-44.el7.aarch64                                   32/65 
12:57:52 #13 74.89   Verifying  : libtool-2.4.2-22.el7_3.aarch64                             33/65 
12:57:52 #13 74.90   Verifying  : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             34/65 
12:57:52 #13 74.92   Verifying  : lzo-2.06-8.el7.aarch64                                     35/65 
12:57:52 #13 74.93   Verifying  : audit-libs-python-2.8.5-4.el7.aarch64                      36/65 
12:57:52 #13 74.95   Verifying  : 7:device-mapper-devel-1.02.170-6.el7_9.5.aarch64           37/65 
12:57:52 #13 74.95   Verifying  : libsepol-devel-2.5-10.el7.aarch64                          38/65 
12:57:52 #13 74.96   Verifying  : cmake-2.8.12.2-2.el7.aarch64                               39/65 
12:57:52 #13 74.97   Verifying  : libselinux-devel-2.5-15.el7.aarch64                        40/65 
12:57:52 #13 74.99   Verifying  : perl-TermReadKey-2.30-20.el7.aarch64                       41/65 
12:57:52 #13 75.00   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   42/65 
12:57:52  dpkg-source -I.git --before-build .
12:57:52 dpkg-buildpackage: info: host architecture amd64
12:57:52  debian/rules clean
12:57:52 dh clean --with=bash-completion
12:57:52 #13 75.02   Verifying  : policycoreutils-2.5-34.el7.aarch64                         43/65 
12:57:52 #13 75.03   Verifying  : gcc-4.8.5-44.el7.aarch64                                   44/65 
12:57:52 #13 75.04   Verifying  : glibc-headers-2.17-326.el7_9.aarch64                       45/65 
12:57:52 #13 75.06   Verifying  : 1:perl-Error-0.17020-2.el7.noarch                          46/65 
12:57:52 #13 75.07   Verifying  : kernel-headers-4.18.0-348.20.1.el7.aarch64                 47/65 
12:57:52 #13 75.12   Verifying  : libtool-ltdl-devel-2.4.2-22.el7_3.aarch64                  48/65 
12:57:52 #13 75.13   Verifying  : libgomp-4.8.5-44.el7.aarch64                               49/65 
12:57:52 #13 75.14   Verifying  : setools-libs-3.3.8-4.el7.aarch64                           50/65 
12:57:52 #13 75.15   Verifying  : autoconf-2.69-11.el7.noarch                                51/65 
12:57:52 #13 75.16   Verifying  : policycoreutils-python-2.5-34.el7.aarch64                  52/65 
12:57:52 #13 75.18   Verifying  : 7:device-mapper-libs-1.02.170-6.el7_9.5.aarch64            53/65 
12:57:52 #13 75.19   Verifying  : m4-1.4.16-10.el7.aarch64                                   54/65 
12:57:52 #13 75.21   Verifying  : perl-Git-1.8.3.1-23.el7_8.noarch                           55/65 
12:57:52 #13 75.23   Verifying  : libseccomp-2.3.1-4.el7.aarch64                             56/65 
12:57:52 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc
12:57:52  debian/rules build
12:57:52 dh build --with=bash-completion
12:57:52    dh_update_autotools_config
12:57:52    dh_autoreconf
12:57:52    debian/rules override_dh_auto_build
12:57:52 make[1]: Entering directory '/root/build-deb'
12:57:52 # Build the daemon and dependencies
12:57:52 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:57:52 
12:57:52 Removing bundles/
12:57:52 
12:57:52 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:52 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:57:52 #14 DONE 3.1s
12:57:52 
12:57:52 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:57:52 #15 DONE 0.0s
12:57:52 
12:57:52 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:57:52 #16 DONE 0.0s
12:57:52 
12:57:52 #17 exporting to image
12:57:52 #17 exporting layers
12:57:53    dh_clean
12:57:53  dpkg-source -I.git -b .
12:57:53 #10 72.46 Setting up libhtml-format-perl (2.16-2) ...
12:57:53 #10 72.47 Setting up python3-xdg (0.28-2) ...
12:57:53 #10 72.62 Setting up libxml-sax-perl (1.02+dfsg-3) ...
12:57:53 #10 72.68 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:57:53 #10 72.74 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:53 #10 72.87 
12:57:53 #10 72.87 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:53 #13 75.23   Verifying  : git-1.8.3.1-23.el7_8.aarch64                               57/65 
12:57:53 #13 75.25   Verifying  : perl-Data-Dumper-2.145-3.el7.aarch64                       58/65 
12:57:53 #13 75.26   Verifying  : glibc-static-2.17-326.el7_9.aarch64                        59/65 
12:57:53 #13 75.27   Verifying  : 7:device-mapper-libs-1.02.170-6.el7.aarch64                60/65 
12:57:53 #13 75.27   Verifying  : systemd-219-78.el7.aarch64                                 61/65 
12:57:53 #13 75.27   Verifying  : 7:device-mapper-1.02.170-6.el7.aarch64                     62/65 
12:57:53 #13 75.27   Verifying  : systemd-libs-219-78.el7.aarch64                            63/65 
12:57:53 #13 75.27   Verifying  : glibc-2.17-317.el7.aarch64                                 64/65 
12:57:53 #13 75.27   Verifying  : glibc-common-2.17-317.el7.aarch64                          65/65 
12:57:53 #13 75.34 
12:57:53 #13 75.34 Installed:
12:57:53 #13 75.34   cmake.aarch64 0:2.8.12.2-2.el7                                                
12:57:53 #13 75.34   device-mapper-devel.aarch64 7:1.02.170-6.el7_9.5                              
12:57:53 #13 75.34   gcc.aarch64 0:4.8.5-44.el7                                                    
12:57:53 #13 75.34   git.aarch64 0:1.8.3.1-23.el7_8                                                
12:57:53 #13 75.34   glibc-static.aarch64 0:2.17-326.el7_9                                         
12:57:53 #13 75.34   libarchive.aarch64 0:3.1.2-14.el7_7                                           
12:57:53 #13 75.34   libseccomp-devel.aarch64 0:2.3.1-4.el7                                        
12:57:53 #13 75.34   libselinux-devel.aarch64 0:2.5-15.el7                                         
12:57:53 #13 75.34   libtool.aarch64 0:2.4.2-22.el7_3                                              
12:57:53 #13 75.34   libtool-ltdl-devel.aarch64 0:2.4.2-22.el7_3                                   
12:57:53 #13 75.34   make.aarch64 1:3.82-24.el7                                                    
12:57:53 #13 75.34   selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2                              
12:57:53 #13 75.34   systemd-devel.aarch64 0:219-78.el7_9.7                                        
12:57:53 #13 75.34   which.aarch64 0:2.20-7.el7                                                    
12:57:53 #13 75.34 
12:57:53 #13 75.34 Dependency Installed:
12:57:53 #13 75.34   audit-libs-python.aarch64 0:2.8.5-4.el7                                       
12:57:53 #13 75.34   autoconf.noarch 0:2.69-11.el7                                                 
12:57:53 #13 75.34   automake.noarch 0:1.13.4-3.el7                                                
12:57:53 #13 75.34   checkpolicy.aarch64 0:2.5-8.el7                                               
12:57:53 #13 75.34   cpp.aarch64 0:4.8.5-44.el7                                                    
12:57:53 #13 75.34   fipscheck.aarch64 0:1.4.1-6.el7                                               
12:57:53 #13 75.34   fipscheck-lib.aarch64 0:1.4.1-6.el7                                           
12:57:53 #13 75.34   glibc-devel.aarch64 0:2.17-326.el7_9                                          
12:57:53 #13 75.34   glibc-headers.aarch64 0:2.17-326.el7_9                                        
12:57:53 #13 75.34   kernel-headers.aarch64 0:4.18.0-348.20.1.el7                                  
12:57:53 #13 75.34   less.aarch64 0:458-9.el7                                                      
12:57:53 #13 75.34   libcgroup.aarch64 0:0.41-21.el7                                               
12:57:53 #13 75.34   libedit.aarch64 0:3.0-12.20121213cvs.el7                                      
12:57:53 #13 75.34   libgomp.aarch64 0:4.8.5-44.el7                                                
12:57:53 #13 75.34   libmpc.aarch64 0:1.0.1-3.el7                                                  
12:57:53 #13 75.34   libseccomp.aarch64 0:2.3.1-4.el7                                              
12:57:53 #13 75.34   libselinux-python.aarch64 0:2.5-15.el7                                        
12:57:53 #13 75.34   libselinux-utils.aarch64 0:2.5-15.el7                                         
12:57:53 #13 75.34   libsemanage-python.aarch64 0:2.5-14.el7                                       
12:57:53 #13 75.34   libsepol-devel.aarch64 0:2.5-10.el7                                           
12:57:53 #13 75.34   libtool-ltdl.aarch64 0:2.4.2-22.el7_3                                         
12:57:53 #13 75.34   lzo.aarch64 0:2.06-8.el7                                                      
12:57:53 #13 75.34   m4.aarch64 0:1.4.16-10.el7                                                    
12:57:53 #13 75.34   mpfr.aarch64 0:3.1.1-4.el7                                                    
12:57:53 #13 75.34   openssh.aarch64 0:7.4p1-22.el7_9                                              
12:57:53 #13 75.34   openssh-clients.aarch64 0:7.4p1-22.el7_9                                      
12:57:53 #13 75.34   pcre-devel.aarch64 0:8.32-17.el7                                              
12:57:53 #13 75.34   perl-Data-Dumper.aarch64 0:2.145-3.el7                                        
12:57:53 #13 75.34   perl-Error.noarch 1:0.17020-2.el7                                             
12:57:53 #13 75.34   perl-Git.noarch 0:1.8.3.1-23.el7_8                                            
12:57:53 #13 75.34   perl-TermReadKey.aarch64 0:2.30-20.el7                                        
12:57:53 #13 75.34   perl-Test-Harness.noarch 0:3.28-3.el7                                         
12:57:53 #13 75.34   policycoreutils.aarch64 0:2.5-34.el7                                          
12:57:53 #13 75.34   policycoreutils-devel.aarch64 0:2.5-34.el7                                    
12:57:53 #13 75.34   policycoreutils-python.aarch64 0:2.5-34.el7                                   
12:57:53 #13 75.34   python-IPy.noarch 0:0.75-6.el7                                                
12:57:53 #13 75.34   rsync.aarch64 0:3.1.2-12.el7_9                                                
12:57:53 #13 75.34   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
12:57:53 #13 75.34   setools-libs.aarch64 0:3.3.8-4.el7                                            
12:57:53 #13 75.34 
12:57:53 #13 75.34 Dependency Updated:
12:57:53 #13 75.34   device-mapper.aarch64 7:1.02.170-6.el7_9.5                                    
12:57:53 #13 75.34   device-mapper-libs.aarch64 7:1.02.170-6.el7_9.5                               
12:57:53 #13 75.34   glibc.aarch64 0:2.17-326.el7_9                                                
12:57:53 #13 75.34   glibc-common.aarch64 0:2.17-326.el7_9                                         
12:57:53 #13 75.34   systemd.aarch64 0:219-78.el7_9.7                                              
12:57:53 #13 75.34   systemd-libs.aarch64 0:219-78.el7_9.7                                         
12:57:53 #13 75.34 
12:57:53 #13 75.34 Complete!
12:57:53 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc
12:57:53  debian/rules build
12:57:53 dh build --with=bash-completion
12:57:53    dh_update_autotools_config
12:57:53    dh_autoreconf
12:57:53 dpkg-source: warning: native package version may not have a revision
12:57:53 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:57:53 dpkg-source: info: using source format '1.0'
12:57:53 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz
12:57:53 #10 72.89 Setting up libfeature-compat-class-perl (0.05-1) ...
12:57:53 #10 72.90 Setting up python3-six (1.16.0-4) ...
12:57:53 #13 75.56 Loaded plugins: fastestmirror, ovl
12:57:53 #13 75.63 Enabling base-source repository
12:57:53 #13 75.63 Enabling extras-source repository
12:57:53 #13 75.63 Enabling updates-source repository
12:57:53 #13 75.63 Loading mirror speeds from cached hostfile
12:57:53 #13 75.63  * base: download.cf.centos.org
12:57:53 #13 75.63  * extras: download.cf.centos.org
12:57:53 #13 75.63  * updates: download.cf.centos.org
12:57:53 #13 75.64 Checking for new repos for mirrors
12:57:53 #13 75.71 Getting requirements for /root/rpmbuild/SPECS/docker-buildx-plugin.spec
12:57:53 #13 75.71  --> Already installed : bash-4.2.46-34.el7.aarch64
12:57:53 #13 75.72 No uninstalled build requires
12:57:53    debian/rules override_dh_auto_build
12:57:53 make[1]: Entering directory '/root/build-deb'
12:57:53 # Build the daemon and dependencies
12:57:53 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:57:53 
12:57:53 Removing bundles/
12:57:53 
12:57:53 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:53 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:57:53 #10 73.03 Setting up dh-autoreconf (20) ...
12:57:53 #10 73.05 Setting up libdata-validate-uri-perl (0.07-2) ...
12:57:53 #10 73.06 Setting up libnet-smtp-ssl-perl (1.04-2) ...
12:57:53 #10 73.11 Setting up python3-gpg (1.18.0-3+b1) ...
12:57:53 #10 73.28 Setting up python3-certifi (2022.9.24-1) ...
12:57:53 #10 73.40 Setting up libmodule-runtime-perl (0.016-2) ...
12:57:53 #12 11.12   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          57/97 
12:57:53 #12 19.11   Installing       : python3-policycoreutils-3.4-6.fc37.noarch            58/97 
12:57:53 #12 19.13   Installing       : policycoreutils-python-utils-3.4-6.fc37.noarch       59/97 
12:57:53 #12 19.13   Installing       : libcbor-0.7.0-7.fc37.x86_64                          60/97 
12:57:53 #12 19.14   Installing       : libfido2-1.11.0-3.fc37.x86_64                        61/97 
12:57:53 #12 19.16   Installing       : openssh-clients-8.8p1-7.fc37.x86_64                  62/97 
12:57:53 #12 19.17   Running scriptlet: openssh-clients-8.8p1-7.fc37.x86_64                  62/97 
12:57:53 #12 19.18   Installing       : libbpf-2:0.8.0-2.fc37.x86_64                         63/97 
12:57:53 #12 19.19   Installing       : libargon2-20190702-1.fc37.x86_64                     64/97 
12:57:53 #12 19.20   Installing       : less-590-5.fc37.x86_64                               65/97 
12:57:53 #12 19.28   Installing       : git-core-2.39.1-1.fc37.x86_64                        66/97 
12:57:53 #12 19.32   Installing       : git-core-doc-2.39.1-1.fc37.noarch                    67/97 
12:57:53 #12 19.33   Installing       : perl-Git-2.39.1-1.fc37.noarch                        68/97 
12:57:53 #12 19.34   Installing       : git-2.39.1-1.fc37.x86_64                             69/97 
12:57:53 #12 19.34   Installing       : kmod-libs-30-2.fc37.x86_64                           70/97 
12:57:53 #12 19.35   Installing       : device-mapper-libs-1.02.175-9.fc37.x86_64            71/97 
12:57:53 #12 19.37   Installing       : cryptsetup-libs-2.5.0-1.fc37.x86_64                  72/97 
12:57:53 #12 19.38   Installing       : device-mapper-1.02.175-9.fc37.x86_64                 73/97 
12:57:53 #12 19.40   Installing       : systemd-networkd-251.10-588.fc37.x86_64              74/97 
12:57:53 #12 19.41   Running scriptlet: systemd-networkd-251.10-588.fc37.x86_64              74/97 
12:57:53 #12 19.42   Installing       : systemd-pam-251.10-588.fc37.x86_64                   75/97 
12:57:53 #12 19.44   Installing       : systemd-resolved-251.10-588.fc37.x86_64              76/97 
12:57:53 #15 exporting layers 4.9s done
12:57:53 #15 writing image sha256:5fbad5b0bb71862d8fde736b7d40e30caab55b122374a71246f4d562489b92c4 done
12:57:53 #15 naming to docker.io/rpmbuild-fedora-36/x86_64 done
12:57:53 #15 DONE 5.0s
12:57:53 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/fedora-36/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/fedora-36/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-36/x86_64 -ba --define '_gitcommit_cli ab4ef4a' --define '_gitcommit_engine 1141704' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.16.0' --define '_compose_version v2.16.0' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  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
12:57:53 warning: line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:57:53 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:57:53 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:57:53 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.H9lCFN
12:57:53 + umask 022
12:57:53 + cd /root/rpmbuild/BUILD
12:57:53 + cd /root/rpmbuild/BUILD
12:57:53 + rm -rf src
12:57:53 + /usr/bin/mkdir -p src
12:57:53 + cd src
12:57:53 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:57:53 + /usr/bin/tar -xof -
12:57:53 #10 73.41 Setting up libmailtools-perl (2.21-2) ...
12:57:53 #10 73.43 Setting up python3-idna (3.3-1) ...
12:57:53 #12 19.44   Running scriptlet: systemd-resolved-251.10-588.fc37.x86_64              76/97 
12:57:53 #12 19.57   Installing       : systemd-251.10-588.fc37.x86_64                       77/97 
12:57:53 #12 19.59   Running scriptlet: systemd-251.10-588.fc37.x86_64                       77/97 
12:57:53 #12 19.76 Creating group 'input' with GID 104.
12:57:53 #12 19.76 Creating group 'kvm' with GID 36.
12:57:53 #12 19.76 Creating group 'render' with GID 105.
12:57:53 #12 19.76 Creating group 'sgx' with GID 106.
12:57:53 #12 19.76 Creating group 'systemd-journal' with GID 190.
12:57:53 #12 19.76 Creating group 'systemd-network' with GID 192.
12:57:53 #12 19.76 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
12:57:53 #12 19.76 Creating group 'systemd-oom' with GID 999.
12:57:53 #12 19.76 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 999 and GID 999.
12:57:53 #12 19.76 Creating group 'systemd-resolve' with GID 193.
12:57:53 #12 19.76 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
12:57:53 #12 19.76 
12:57:53 #12 19.77   Installing       : jsoncpp-1.9.5-3.fc37.x86_64                          78/97 
12:57:53 + STATUS=0
12:57:53 + '[' 0 -ne 0 ']'
12:57:53 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:57:53 + /usr/bin/tar -xof -
12:57:53 #13 DONE 75.9s
12:57:53 
12:57:53 #14 [stage-1 6/7] COPY --from=golang /usr/local/go /usr/local/go
12:57:53 #30 ...
12:57:53 
12:57:53 #31 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
12:57:53 #0 2.370 hint: Using 'master' as the name for the initial branch. This default branch name
12:57:53 #0 2.370 hint: is subject to change. To configure the initial branch name to use in all
12:57:53 #0 2.370 hint: of your new repositories, which will suppress this warning, call:
12:57:53 #0 2.370 hint: 
12:57:53 #0 2.370 hint: 	git config --global init.defaultBranch <name>
12:57:53 #0 2.370 hint: 
12:57:53 #0 2.370 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
12:57:53 #0 2.370 hint: 'development'. The just-created branch can be renamed via this command:
12:57:53 #0 2.370 hint: 
12:57:53 #0 2.370 hint: 	git branch -m <name>
12:57:53 #0 2.371 Initialized empty Git repository in /usr/src/runc/.git/
12:57:53 #31 DONE 2.4s
12:57:53 
12:57:53 #32 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.4" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:57:53 #32 ...
12:57:53 
12:57:53 #33 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
12:57:53 #0 2.594 hint: Using 'master' as the name for the initial branch. This default branch name
12:57:53 #0 2.594 hint: is subject to change. To configure the initial branch name to use in all
12:57:53 #0 2.594 hint: of your new repositories, which will suppress this warning, call:
12:57:53 #0 2.594 hint: 
12:57:53 #0 2.594 hint: 	git config --global init.defaultBranch <name>
12:57:53 #0 2.594 hint: 
12:57:53 #0 2.594 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
12:57:53 #0 2.594 hint: 'development'. The just-created branch can be renamed via this command:
12:57:53 #0 2.594 hint: 
12:57:53 #0 2.594 hint: 	git branch -m <name>
12:57:53 #0 2.595 Initialized empty Git repository in /usr/src/containerd/.git/
12:57:53 #33 DONE 2.6s
12:57:53 
12:57:53 #34 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
12:57:53 #0 2.569 Initialized empty Git repository in /usr/src/rootlesskit/.git/
12:57:53 #0 2.569 hint: Using 'master' as the name for the initial branch. This default branch name
12:57:53 #0 2.569 hint: is subject to change. To configure the initial branch name to use in all
12:57:53 #0 2.569 hint: of your new repositories, which will suppress this warning, call:
12:57:53 #0 2.569 hint: 
12:57:53 #0 2.569 hint: 	git config --global init.defaultBranch <name>
12:57:53 #0 2.569 hint: 
12:57:53 #0 2.569 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
12:57:53 #0 2.569 hint: 'development'. The just-created branch can be renamed via this command:
12:57:53 #0 2.569 hint: 
12:57:53 #0 2.569 hint: 	git branch -m <name>
12:57:53 #34 DONE 2.6s
12:57:53 
12:57:53 #22 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
12:57:53 #22 2.918 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:57:53 #22 2.975 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:57:53 #22 2.975 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:57:54 #15 exporting layers 1.9s done
12:57:54 #15 writing image sha256:21ccc2dcd100499826a25cb1e8cb3cec6c712567bd8d94c6cd7033d1c2db695a done
12:57:54 #15 naming to docker.io/rpmbuild-fedora-36/aarch64 done
12:57:54 #15 DONE 1.9s
12:57:54 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/fedora-36/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/fedora-36/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-36/aarch64 -ba --define '_gitcommit_cli ab4ef4a' --define '_gitcommit_engine 1141704' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.16.0' --define '_compose_version v2.16.0' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  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
12:57:54 #10 73.62 Setting up python3-urllib3 (1.26.12-1) ...
12:57:54 #10 73.80 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ...
12:57:54 #10 73.85 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:57:54 #10 73.92 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:57:54 #12 19.78   Installing       : gc-8.0.6-4.fc37.x86_64                               79/97 
12:57:54 #12 20.06   Installing       : guile22-2.2.7-6.fc37.x86_64                          80/97 
12:57:54 #10 73.99 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:54 #22 3.394 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
12:57:54 #10 74.12 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:54 #10 74.21 Setting up dh-strip-nondeterminism (1.13.1-1) ...
12:57:54 #10 74.23 Setting up libconst-fast-perl (0.014-2) ...
12:57:54 #10 74.24 Setting up libhttp-daemon-perl (6.14-2) ...
12:57:54 #10 74.25 Setting up python3-unidiff (0.7.3-1) ...
12:57:54 warning: line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:57:54 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:57:54 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:57:54 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.IXGBTT
12:57:54 + umask 022
12:57:54 + cd /root/rpmbuild/BUILD
12:57:54 + cd /root/rpmbuild/BUILD
12:57:54 + rm -rf src
12:57:54 + /usr/bin/mkdir -p src
12:57:54 + cd src
12:57:54 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:57:54 + /usr/bin/tar -xof -
12:57:54 #12 20.08   Installing       : make-1:4.3-11.fc37.x86_64                            81/97 
12:57:54 #12 20.55   Installing       : gcc-12.2.1-4.fc37.x86_64                             82/97 
12:57:54 #12 20.56   Running scriptlet: gcc-12.2.1-4.fc37.x86_64                             82/97 
12:57:54 #12 20.58   Installing       : policycoreutils-devel-3.4-6.fc37.x86_64              83/97 
12:57:54 #22 ...
12:57:54 
12:57:54 #30 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
12:57:54 #30 3.335 hint: Using 'master' as the name for the initial branch. This default branch name
12:57:54 #30 3.335 hint: is subject to change. To configure the initial branch name to use in all
12:57:54 #30 3.335 hint: of your new repositories, which will suppress this warning, call:
12:57:54 #30 3.335 hint: 
12:57:54 #30 3.335 hint: 	git config --global init.defaultBranch <name>
12:57:54 #30 3.335 hint: 
12:57:54 #30 3.335 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
12:57:54 #30 3.335 hint: 'development'. The just-created branch can be renamed via this command:
12:57:54 #30 3.335 hint: 
12:57:54 #30 3.335 hint: 	git branch -m <name>
12:57:54 #30 3.336 Initialized empty Git repository in /usr/src/tini/.git/
12:57:54 #30 DONE 3.5s
12:57:54 #10 63.10 Setting up libgdbm-compat4:armhf (1.19-2) ...
12:57:54 #10 63.12 Setting up ucf (3.0043) ...
12:57:54 #10 63.23 Setting up libperl5.32:armhf (5.32.1-4+deb11u2) ...
12:57:54 #10 63.26 Setting up dwz (0.13+20210201-1) ...
12:57:54 #10 63.27 Setting up groff-base (1.22.4-6) ...
12:57:54 #10 63.30 Setting up cpp (4:10.2.1-1) ...
12:57:54 #10 63.32 Setting up pixz (1.0.7-1) ...
12:57:54 #10 74.38 Setting up libdata-dpath-perl (0.58-2) ...
12:57:54 #10 74.40 Setting up python3-magic (2:0.4.26-3) ...
12:57:54 #10 74.52 Setting up g++-12 (12.2.0-14) ...
12:57:54 #10 74.53 Setting up python3-pkg-resources (65.6.3-1) ...
12:57:54 + STATUS=0
12:57:54 + '[' 0 -ne 0 ']'
12:57:54 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:57:54 + RPM_EC=0
12:57:54 ++ jobs -p
12:57:54 + exit 0
12:57:54 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Tbmxvv
12:57:54 + umask 022
12:57:54 + cd /root/rpmbuild/BUILD
12:57:54 + 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'
12:57:54 + export CFLAGS
12:57:54 + 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'
12:57:54 + export CXXFLAGS
12:57:54 + 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'
12:57:54 + export FFLAGS
12:57:54 + 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'
12:57:54 + export FCFLAGS
12:57:54 + 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~20230206193855.ab4ef4a-0.fc36.x86_64.ld'
12:57:54 + export LDFLAGS
12:57:54 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:57:54 + export LT_SYS_LIBRARY_PATH
12:57:54 + CC=gcc
12:57:54 + export CC
12:57:54 + CXX=g++
12:57:54 + export CXX
12:57:54 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:57:54 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0~20230206193855.ab4ef4a-0.fc36 x86_64
12:57:54 + cd src
12:57:54 + export DOCKER_GITCOMMIT=1141704
12:57:54 + DOCKER_GITCOMMIT=1141704
12:57:54 + mkdir -p /go/src/github.com/docker
12:57:54 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:57:54 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:57:54 + pushd /root/rpmbuild/BUILD/src/engine
12:57:54 + TMP_GOPATH=/go
12:57:54 + hack/dockerfile/install/install.sh tini
12:57:54 + RM_GOPATH=0
12:57:54 + TMP_GOPATH=/go
12:57:54 + : /usr/local/bin
12:57:54 + '[' -z /go ']'
12:57:54 + export GOPATH=/go
12:57:54 + GOPATH=/go
12:57:54 + case "$(go env GOARCH)" in
12:57:54 ++ go env GOARCH
12:57:54 + export GO_BUILDMODE=-buildmode=pie
12:57:54 + GO_BUILDMODE=-buildmode=pie
12:57:54 ++ dirname hack/dockerfile/install/install.sh
12:57:54 + dir=hack/dockerfile/install
12:57:54 + bin=tini
12:57:54 + shift
12:57:54 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:57:54 + . hack/dockerfile/install/tini.installer
12:57:54 ++ : v0.19.0
12:57:54 + install_tini
12:57:54 + echo 'Install tini version v0.19.0'
12:57:54 + git clone https://github.com/krallin/tini.git /go/tini
12:57:54 Install tini version v0.19.0
12:57:54 Cloning into '/go/tini'...
12:57:54 + cd /go/tini
12:57:54 + git checkout -q v0.19.0
12:57:54 + cmake .
12:57:54 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:57:54   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:57:54   CMake.
12:57:54 
12:57:54   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:57:54   CMake that the project does not need compatibility with older versions.
12:57:54 
12:57:54 
12:57:55 #12 20.69   Installing       : selinux-policy-devel-37.19-1.fc37.noarch             84/97 
12:57:55 #12 20.70   Running scriptlet: selinux-policy-devel-37.19-1.fc37.noarch             84/97 
12:57:55 
12:57:55 #35 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:57:55 #10 63.35 Setting up gpgconf (2.2.27-2+deb11u2) ...
12:57:55 #10 63.36 Setting up libcurl4:armhf (7.74.0-1.3+deb11u5) ...
12:57:55 #10 63.38 Setting up libc6-dev:armhf (2.31-13+deb11u5) ...
12:57:55 #10 63.40 Setting up libx11-6:armhf (2:1.7.2-1) ...
12:57:55 #10 63.43 Setting up curl (7.74.0-1.3+deb11u5) ...
12:57:55 #10 63.47 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
12:57:55 #10 63.49 Setting up libxmuu1:armhf (2:1.1.2-2+b3) ...
12:57:55 #10 63.52 Setting up gpg (2.2.27-2+deb11u2) ...
12:57:55 #10 63.53 Setting up libpython3.9-stdlib:armhf (3.9.2-1) ...
12:57:55 #10 63.54 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
12:57:55 #10 74.78 Setting up libmodule-implementation-perl (0.09-2) ...
12:57:55 #10 74.79 Setting up libcgi-fast-perl (1:2.15-1) ...
12:57:55 #10 74.80 Setting up python3-apt (2.5.2+b1) ...
12:57:55 -- The C compiler identification is GNU 12.2.1
12:57:55 -- Detecting C compiler ABI info
12:57:55 -- Detecting C compiler ABI info - done
12:57:55 -- Check for working C compiler: /usr/bin/gcc - skipped
12:57:55 -- Detecting C compile features
12:57:55 -- Detecting C compile features - done
12:57:55 -- Performing Test HAS_BUILTIN_FORTIFY
12:57:55 + STATUS=0
12:57:55 + '[' 0 -ne 0 ']'
12:57:55 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:57:55 + /usr/bin/tar -xof -
12:57:55 #12 20.98   Installing       : cmake-data-3.25.2-1.fc37.noarch                      85/97 
12:57:55 #12 21.14   Installing       : cmake-3.25.2-1.fc37.x86_64                           86/97 
12:57:55 #12 21.16   Installing       : libtool-2.4.7-2.fc37.x86_64                          87/97 
12:57:55 #12 21.17   Installing       : annobin-plugin-gcc-10.92-1.fc37.x86_64               88/97 
12:57:55 #12 21.18   Running scriptlet: annobin-plugin-gcc-10.92-1.fc37.x86_64               88/97 
12:57:55 #12 21.20   Installing       : gcc-plugin-annobin-12.2.1-4.fc37.x86_64              89/97 
12:57:55 #12 21.20   Installing       : device-mapper-devel-1.02.175-9.fc37.x86_64           90/97 
12:57:55 #12 21.22   Installing       : libtool-ltdl-devel-2.4.7-2.fc37.x86_64               91/97 
12:57:55 #12 21.22   Installing       : libseccomp-devel-2.5.3-3.fc37.x86_64                 92/97 
12:57:55 #12 21.23   Installing       : systemd-rpm-macros-251.10-588.fc37.noarch            93/97 
12:57:55 #10 63.56 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
12:57:55 #10 63.57 Setting up libstdc++-10-dev:armhf (10.2.1-6) ...
12:57:55 #10 63.59 Setting up gpg-agent (2.2.27-2+deb11u2) ...
12:57:55 #10 74.96 Setting up python3-charset-normalizer (3.0.1-2) ...
12:57:55 #10 75.12 Setting up libpackage-stash-perl (0.40-1) ...
12:57:55 #10 75.13 Setting up libimport-into-perl (1.002005-2) ...
12:57:55 #10 75.14 Setting up libmoo-perl (2.005005-1) ...
12:57:55 #10 75.16 Setting up liblist-someutils-perl (0.59-1) ...
12:57:55 #10 75.19 Setting up debhelper (13.11.4) ...
12:57:55 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:57:55 -- Configuring done
12:57:55 -- Generating done
12:57:55 -- Build files have been written to: /go/tini
12:57:55 + make tini-static
12:57:55 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:57:55 #12 21.24   Installing       : which-2.21-35.fc37.x86_64                            94/97 
12:57:55 #12 21.24   Installing       : rpm-plugin-selinux-4.18.0-1.fc37.x86_64              95/97 
12:57:55 #12 21.25   Cleanup          : systemd-libs-251.8-586.fc37.x86_64                   96/97 
12:57:55 #12 21.26   Cleanup          : libxcrypt-4.4.33-3.fc37.x86_64                       97/97 
12:57:55 #12 21.26   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          97/97 
12:57:55 #12 21.27   Running scriptlet: systemd-resolved-251.10-588.fc37.x86_64              97/97 
12:57:55 #10 75.20 Setting up libmime-tools-perl (5.510-1) ...
12:57:55 #10 75.21 Setting up liblist-someutils-xs-perl:armhf (0.58-3) ...
12:57:55 #10 75.22 Setting up python3-chardet (5.1.0+dfsg-2) ...
12:57:55 [100%] Linking C executable tini-static
12:57:55 + STATUS=0
12:57:55 + '[' 0 -ne 0 ']'
12:57:55 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:57:55 + RPM_EC=0
12:57:55 ++ jobs -p
12:57:55 + exit 0
12:57:55 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.FvLwlf
12:57:55 + umask 022
12:57:55 + cd /root/rpmbuild/BUILD
12:57:55 + 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'
12:57:55 + export CFLAGS
12:57:55 + 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'
12:57:55 + export CXXFLAGS
12:57:55 + 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'
12:57:55 + export FFLAGS
12:57:55 + 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'
12:57:55 + export FCFLAGS
12:57:55 + 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~20230206193855.ab4ef4a-0.fc36.aarch64.ld'
12:57:55 + export LDFLAGS
12:57:55 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:57:55 + export LT_SYS_LIBRARY_PATH
12:57:55 + CC=gcc
12:57:55 + export CC
12:57:55 + CXX=g++
12:57:55 + export CXX
12:57:55 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:57:55 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0~20230206193855.ab4ef4a-0.fc36 aarch64
12:57:55 + cd src
12:57:55 + export DOCKER_GITCOMMIT=1141704
12:57:55 + DOCKER_GITCOMMIT=1141704
12:57:55 + mkdir -p /go/src/github.com/docker
12:57:55 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:57:55 + pushd /root/rpmbuild/BUILD/src/engine
12:57:55 + TMP_GOPATH=/go
12:57:55 + hack/dockerfile/install/install.sh tini
12:57:55 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:57:55 + RM_GOPATH=0
12:57:55 + TMP_GOPATH=/go
12:57:55 + : /usr/local/bin
12:57:55 + '[' -z /go ']'
12:57:55 + export GOPATH=/go
12:57:55 + GOPATH=/go
12:57:55 + case "$(go env GOARCH)" in
12:57:55 ++ go env GOARCH
12:57:55 + export GO_BUILDMODE=-buildmode=pie
12:57:55 + GO_BUILDMODE=-buildmode=pie
12:57:55 ++ dirname hack/dockerfile/install/install.sh
12:57:55 + dir=hack/dockerfile/install
12:57:55 + bin=tini
12:57:55 + shift
12:57:55 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:57:55 + . hack/dockerfile/install/tini.installer
12:57:55 ++ : v0.19.0
12:57:55 Install tini version v0.19.0
12:57:55 + install_tini
12:57:55 + echo 'Install tini version v0.19.0'
12:57:55 + git clone https://github.com/krallin/tini.git /go/tini
12:57:55 Cloning into '/go/tini'...
12:57:55 #10 64.12 Setting up libxpm4:armhf (1:3.5.12-1) ...
12:57:55 #10 64.14 Setting up fontconfig-config (2.13.1-4.2) ...
12:57:55 #10 64.34 Setting up openssh-client (1:8.4p1-5+deb11u1) ...
12:57:55 #10 75.53 Setting up python3-debian (0.1.49) ...
12:57:55 [100%] Built target tini-static
12:57:55 + mkdir -p /usr/local/bin
12:57:55 + cp tini-static /usr/local/bin/docker-init
12:57:55 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:55 + PRODUCT=docker
12:57:55 + hack/make.sh dynbinary
12:57:55 
12:57:56 + cd /go/tini
12:57:56 + git checkout -q v0.19.0
12:57:56 + cmake .
12:57:56 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:57:56   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:57:56   CMake.
12:57:56 
12:57:56   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:57:56   CMake that the project does not need compatibility with older versions.
12:57:56 
12:57:56 
12:57:56 -- The C compiler identification is GNU 12.2.1
12:57:56 -- Detecting C compiler ABI info
12:57:56 #12 21.31   Running scriptlet: libxcrypt-4.4.33-3.fc37.x86_64                       97/97 
12:57:56 #12 21.94   Verifying        : automake-1.16.5-9.fc37.noarch                         1/97 
12:57:56 #12 21.94   Verifying        : checkpolicy-3.4-3.fc37.x86_64                         2/97 
12:57:56 #12 21.94   Verifying        : cryptsetup-libs-2.5.0-1.fc37.x86_64                   3/97 
12:57:56 #12 21.94   Verifying        : dbus-broker-32-1.fc37.x86_64                          4/97 
12:57:56 #12 21.94   Verifying        : device-mapper-1.02.175-9.fc37.x86_64                  5/97 
12:57:56 #12 21.94   Verifying        : device-mapper-devel-1.02.175-9.fc37.x86_64            6/97 
12:57:56 #12 21.94   Verifying        : device-mapper-libs-1.02.175-9.fc37.x86_64             7/97 
12:57:56 #12 21.94   Verifying        : gc-8.0.6-4.fc37.x86_64                                8/97 
12:57:56 #12 21.94   Verifying        : guile22-2.2.7-6.fc37.x86_64                           9/97 
12:57:56 #12 21.94   Verifying        : jsoncpp-1.9.5-3.fc37.x86_64                          10/97 
12:57:56 #12 21.94   Verifying        : kmod-libs-30-2.fc37.x86_64                           11/97 
12:57:56 #12 21.94   Verifying        : less-590-5.fc37.x86_64                               12/97 
12:57:56 #12 21.94   Verifying        : libargon2-20190702-1.fc37.x86_64                     13/97 
12:57:56 #12 21.94   Verifying        : libbpf-2:0.8.0-2.fc37.x86_64                         14/97 
12:57:56 #12 21.94   Verifying        : libcbor-0.7.0-7.fc37.x86_64                          15/97 
12:57:56 #12 21.94   Verifying        : libfdisk-2.38.1-1.fc37.x86_64                        16/97 
12:57:56 #12 21.94   Verifying        : libfido2-1.11.0-3.fc37.x86_64                        17/97 
12:57:56 #12 21.94   Verifying        : libmpc-1.2.1-5.fc37.x86_64                           18/97 
12:57:56 #12 21.94   Verifying        : libseccomp-2.5.3-3.fc37.x86_64                       19/97 
12:57:56 #12 21.94   Verifying        : libseccomp-devel-2.5.3-3.fc37.x86_64                 20/97 
12:57:56 #12 21.94   Verifying        : libselinux-devel-3.4-5.fc37.x86_64                   21/97 
12:57:56 #12 21.94   Verifying        : libselinux-utils-3.4-5.fc37.x86_64                   22/97 
12:57:56 #12 21.94   Verifying        : libsepol-devel-3.4-3.fc37.x86_64                     23/97 
12:57:56 #12 21.94   Verifying        : libtool-2.4.7-2.fc37.x86_64                          24/97 
12:57:56 #12 21.94   Verifying        : libtool-ltdl-2.4.7-2.fc37.x86_64                     25/97 
12:57:56 #12 21.94   Verifying        : libtool-ltdl-devel-2.4.7-2.fc37.x86_64               26/97 
12:57:56 #12 21.95   Verifying        : libutempter-1.2.1-7.fc37.x86_64                      27/97 
12:57:56 #12 21.95   Verifying        : libuv-1:1.44.2-2.fc37.x86_64                         28/97 
12:57:56 #12 21.95   Verifying        : libxkbcommon-1.4.1-2.fc37.x86_64                     29/97 
12:57:56 #12 21.95   Verifying        : m4-1.4.19-4.fc37.x86_64                              30/97 
12:57:56 #12 21.95   Verifying        : make-1:4.3-11.fc37.x86_64                            31/97 
12:57:56 #12 21.95   Verifying        : openssh-8.8p1-7.fc37.x86_64                          32/97 
12:57:56 #12 21.95   Verifying        : openssh-clients-8.8p1-7.fc37.x86_64                  33/97 
12:57:56 #12 21.95   Verifying        : pcre2-devel-10.40-1.fc37.1.x86_64                    34/97 
12:57:56 #12 21.95   Verifying        : pcre2-utf16-10.40-1.fc37.1.x86_64                    35/97 
12:57:56 #12 21.95   Verifying        : pcre2-utf32-10.40-1.fc37.1.x86_64                    36/97 
12:57:56 #12 21.95   Verifying        : perl-Error-1:0.17029-10.fc37.noarch                  37/97 
12:57:56 #12 21.95   Verifying        : perl-File-Compare-1.100.700-492.fc37.noarch          38/97 
12:57:56 #12 21.95   Verifying        : perl-File-Copy-2.39-492.fc37.noarch                  39/97 
12:57:56 #12 21.95   Verifying        : perl-File-Find-1.40-492.fc37.noarch                  40/97 
12:57:56 #12 21.95   Verifying        : perl-TermReadKey-2.38-14.fc37.x86_64                 41/97 
12:57:56 #12 21.95   Verifying        : perl-Thread-Queue-3.14-489.fc37.noarch               42/97 
12:57:56 #12 21.95   Verifying        : perl-lib-0.65-492.fc37.x86_64                        43/97 
12:57:56 #12 21.95   Verifying        : perl-threads-1:2.27-489.fc37.x86_64                  44/97 
12:57:56 #12 21.95   Verifying        : perl-threads-shared-1.64-489.fc37.x86_64             45/97 
12:57:56 #12 21.95   Verifying        : policycoreutils-3.4-6.fc37.x86_64                    46/97 
12:57:56 #12 21.95   Verifying        : policycoreutils-devel-3.4-6.fc37.x86_64              47/97 
12:57:56 #12 21.95   Verifying        : policycoreutils-python-utils-3.4-6.fc37.noarch       48/97 
12:57:56 #12 21.95   Verifying        : python3-audit-3.0.9-1.fc37.x86_64                    49/97 
12:57:56 #12 21.95   Verifying        : python3-libselinux-3.4-5.fc37.x86_64                 50/97 
12:57:56 #12 21.95   Verifying        : python3-libsemanage-3.4-5.fc37.x86_64                51/97 
12:57:56 #12 21.95   Verifying        : python3-policycoreutils-3.4-6.fc37.noarch            52/97 
12:57:56 #12 21.95   Verifying        : python3-setools-4.4.0-9.fc37.x86_64                  53/97 
12:57:56 #12 21.95   Verifying        : python3-setuptools-62.6.0-2.fc37.noarch              54/97 
12:57:56 #12 21.95   Verifying        : qrencode-libs-4.1.1-3.fc37.x86_64                    55/97 
12:57:56 #12 21.95   Verifying        : rhash-1.4.2-3.fc37.x86_64                            56/97 
12:57:56 #12 21.95   Verifying        : rpm-plugin-selinux-4.18.0-1.fc37.x86_64              57/97 
12:57:56 #12 21.95   Verifying        : util-linux-2.38.1-1.fc37.x86_64                      58/97 
12:57:56 #12 21.95   Verifying        : which-2.21-35.fc37.x86_64                            59/97 
12:57:56 #12 21.95   Verifying        : annobin-docs-10.92-1.fc37.noarch                     60/97 
12:57:56 #12 21.95   Verifying        : annobin-plugin-gcc-10.92-1.fc37.x86_64               61/97 
12:57:56 #12 21.95   Verifying        : autoconf-2.71-4.fc37.noarch                          62/97 
12:57:56 #12 21.95   Verifying        : cmake-3.25.2-1.fc37.x86_64                           63/97 
12:57:56 #12 21.95   Verifying        : cmake-data-3.25.2-1.fc37.noarch                      64/97 
12:57:56 #12 21.95   Verifying        : cmake-filesystem-3.25.2-1.fc37.x86_64                65/97 
12:57:56 #12 21.95   Verifying        : cmake-rpm-macros-3.25.2-1.fc37.noarch                66/97 
12:57:56 #12 21.95   Verifying        : cpp-12.2.1-4.fc37.x86_64                             67/97 
12:57:56 #12 21.95   Verifying        : dbus-1:1.14.4-1.fc37.x86_64                          68/97 
12:57:56 #12 21.95   Verifying        : dbus-common-1:1.14.4-1.fc37.noarch                   69/97 
12:57:56 #12 21.95   Verifying        : gcc-12.2.1-4.fc37.x86_64                             70/97 
12:57:56 #12 21.95   Verifying        : gcc-plugin-annobin-12.2.1-4.fc37.x86_64              71/97 
12:57:56 #12 21.95   Verifying        : git-2.39.1-1.fc37.x86_64                             72/97 
12:57:56 #12 21.95   Verifying        : git-core-2.39.1-1.fc37.x86_64                        73/97 
12:57:56 #12 21.95   Verifying        : git-core-doc-2.39.1-1.fc37.noarch                    74/97 
12:57:56 #12 21.95   Verifying        : glibc-devel-2.36-9.fc37.x86_64                       75/97 
12:57:56 #12 21.95   Verifying        : glibc-headers-x86-2.36-9.fc37.noarch                 76/97 
12:57:56 #12 21.95   Verifying        : glibc-static-2.36-9.fc37.x86_64                      77/97 
12:57:56 #12 21.95   Verifying        : kernel-headers-6.1.5-200.fc37.x86_64                 78/97 
12:57:56 #12 21.95   Verifying        : libedit-3.1-43.20221009cvs.fc37.x86_64               79/97 
12:57:56 #12 21.95   Verifying        : libxcrypt-devel-4.4.33-4.fc37.x86_64                 80/97 
12:57:56 #12 21.95   Verifying        : libxcrypt-static-4.4.33-4.fc37.x86_64                81/97 
12:57:56 #12 21.95   Verifying        : perl-Git-2.39.1-1.fc37.noarch                        82/97 
12:57:56 #12 21.95   Verifying        : selinux-policy-37.19-1.fc37.noarch                   83/97 
12:57:56 #12 21.95   Verifying        : selinux-policy-devel-37.19-1.fc37.noarch             84/97 
12:57:56 #12 21.95   Verifying        : selinux-policy-targeted-37.19-1.fc37.noarch          85/97 
12:57:56 #12 21.95   Verifying        : systemd-251.10-588.fc37.x86_64                       86/97 
12:57:56 #12 21.95   Verifying        : systemd-devel-251.10-588.fc37.x86_64                 87/97 
12:57:56 #12 21.95   Verifying        : systemd-networkd-251.10-588.fc37.x86_64              88/97 
12:57:56 #12 21.95   Verifying        : systemd-pam-251.10-588.fc37.x86_64                   89/97 
12:57:56 #12 21.95   Verifying        : systemd-resolved-251.10-588.fc37.x86_64              90/97 
12:57:56 #12 21.95   Verifying        : systemd-rpm-macros-251.10-588.fc37.noarch            91/97 
12:57:56 #12 21.95   Verifying        : vim-filesystem-2:9.0.1262-1.fc37.noarch              92/97 
12:57:56 #12 21.95   Verifying        : xkeyboard-config-2.36-3.fc37.noarch                  93/97 
12:57:56 #12 21.95   Verifying        : libxcrypt-4.4.33-4.fc37.x86_64                       94/97 
12:57:56 #12 21.95   Verifying        : libxcrypt-4.4.33-3.fc37.x86_64                       95/97 
12:57:56 #12 21.95   Verifying        : systemd-libs-251.10-588.fc37.x86_64                  96/97 
12:57:56 #10 64.44 Setting up gpgsm (2.2.27-2+deb11u2) ...
12:57:56 #10 64.46 Setting up libxext6:armhf (2:1.3.3-1.1) ...
12:57:56 #10 64.48 Setting up binutils (2.35.2-2) ...
12:57:56 #10 64.49 Setting up man-db (2.9.4-2) ...
12:57:56 #17 exporting layers 5.6s done
12:57:56 #17 writing image sha256:2dd7fd0a6fb768b397d5558cf9417545779118291dca5d0d9ecd3d2238b4dc2b done
12:57:56 #17 naming to docker.io/debbuild-debian-bullseye/x86_64 done
12:57:56 #17 DONE 5.6s
12:57:56 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/debian-bullseye:/build  debbuild-debian-bullseye/x86_64
12:57:56 #10 75.71 Setting up python3-requests (2.28.1+dfsg-1) ...
12:57:56 #10 75.86 Setting up equivs (2.3.1) ...
12:57:56 #10 75.87 Setting up g++ (4:12.2.0-3) ...
12:57:56 #10 75.88 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:57:56 #10 75.89 Setting up build-essential (12.9) ...
12:57:56 Removing bundles/
12:57:56 
12:57:56 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:56 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:57:56 -- Detecting C compiler ABI info - done
12:57:56 -- Check for working C compiler: /usr/bin/gcc - skipped
12:57:56 -- Detecting C compile features
12:57:56 -- Detecting C compile features - done
12:57:56 -- Performing Test HAS_BUILTIN_FORTIFY
12:57:56 #12 21.95   Verifying        : systemd-libs-251.8-586.fc37.x86_64                   97/97 
12:57:56 #12 22.14 
12:57:56 #12 22.14 Upgraded:
12:57:56 #12 22.14   libxcrypt-4.4.33-4.fc37.x86_64       systemd-libs-251.10-588.fc37.x86_64      
12:57:56 #12 22.14 Installed:
12:57:56 #12 22.14   annobin-docs-10.92-1.fc37.noarch                                              
12:57:56 #12 22.14   annobin-plugin-gcc-10.92-1.fc37.x86_64                                        
12:57:56 #12 22.14   autoconf-2.71-4.fc37.noarch                                                   
12:57:56 #12 22.14   automake-1.16.5-9.fc37.noarch                                                 
12:57:56 #12 22.14   checkpolicy-3.4-3.fc37.x86_64                                                 
12:57:56 #12 22.14   cmake-3.25.2-1.fc37.x86_64                                                    
12:57:56 #12 22.14   cmake-data-3.25.2-1.fc37.noarch                                               
12:57:56 #12 22.14   cmake-filesystem-3.25.2-1.fc37.x86_64                                         
12:57:56 #12 22.14   cmake-rpm-macros-3.25.2-1.fc37.noarch                                         
12:57:56 #12 22.14   cpp-12.2.1-4.fc37.x86_64                                                      
12:57:56 #12 22.14   cryptsetup-libs-2.5.0-1.fc37.x86_64                                           
12:57:56 #12 22.14   dbus-1:1.14.4-1.fc37.x86_64                                                   
12:57:56 #12 22.14   dbus-broker-32-1.fc37.x86_64                                                  
12:57:56 #12 22.14   dbus-common-1:1.14.4-1.fc37.noarch                                            
12:57:56 #12 22.14   device-mapper-1.02.175-9.fc37.x86_64                                          
12:57:56 #12 22.14   device-mapper-devel-1.02.175-9.fc37.x86_64                                    
12:57:56 #12 22.14   device-mapper-libs-1.02.175-9.fc37.x86_64                                     
12:57:56 #12 22.14   gc-8.0.6-4.fc37.x86_64                                                        
12:57:56 #12 22.14   gcc-12.2.1-4.fc37.x86_64                                                      
12:57:56 #12 22.14   gcc-plugin-annobin-12.2.1-4.fc37.x86_64                                       
12:57:56 #12 22.14   git-2.39.1-1.fc37.x86_64                                                      
12:57:56 #12 22.14   git-core-2.39.1-1.fc37.x86_64                                                 
12:57:56 #12 22.14   git-core-doc-2.39.1-1.fc37.noarch                                             
12:57:56 #12 22.14   glibc-devel-2.36-9.fc37.x86_64                                                
12:57:56 #12 22.14   glibc-headers-x86-2.36-9.fc37.noarch                                          
12:57:56 #12 22.14   glibc-static-2.36-9.fc37.x86_64                                               
12:57:56 #12 22.14   guile22-2.2.7-6.fc37.x86_64                                                   
12:57:56 #12 22.14   jsoncpp-1.9.5-3.fc37.x86_64                                                   
12:57:56 #12 22.14   kernel-headers-6.1.5-200.fc37.x86_64                                          
12:57:56 #12 22.14   kmod-libs-30-2.fc37.x86_64                                                    
12:57:56 #12 22.14   less-590-5.fc37.x86_64                                                        
12:57:56 #12 22.14   libargon2-20190702-1.fc37.x86_64                                              
12:57:56 #12 22.14   libbpf-2:0.8.0-2.fc37.x86_64                                                  
12:57:56 #12 22.14   libcbor-0.7.0-7.fc37.x86_64                                                   
12:57:56 #12 22.14   libedit-3.1-43.20221009cvs.fc37.x86_64                                        
12:57:56 #12 22.14   libfdisk-2.38.1-1.fc37.x86_64                                                 
12:57:56 #12 22.14   libfido2-1.11.0-3.fc37.x86_64                                                 
12:57:56 #12 22.14   libmpc-1.2.1-5.fc37.x86_64                                                    
12:57:56 #12 22.14   libseccomp-2.5.3-3.fc37.x86_64                                                
12:57:56 #12 22.14   libseccomp-devel-2.5.3-3.fc37.x86_64                                          
12:57:56 #12 22.14   libselinux-devel-3.4-5.fc37.x86_64                                            
12:57:56 #12 22.14   libselinux-utils-3.4-5.fc37.x86_64                                            
12:57:56 #12 22.14   libsepol-devel-3.4-3.fc37.x86_64                                              
12:57:56 #12 22.14   libtool-2.4.7-2.fc37.x86_64                                                   
12:57:56 #12 22.14   libtool-ltdl-2.4.7-2.fc37.x86_64                                              
12:57:56 #12 22.14   libtool-ltdl-devel-2.4.7-2.fc37.x86_64                                        
12:57:56 #12 22.14   libutempter-1.2.1-7.fc37.x86_64                                               
12:57:56 #12 22.14   libuv-1:1.44.2-2.fc37.x86_64                                                  
12:57:56 #12 22.14   libxcrypt-devel-4.4.33-4.fc37.x86_64                                          
12:57:56 #12 22.14   libxcrypt-static-4.4.33-4.fc37.x86_64                                         
12:57:56 #12 22.14   libxkbcommon-1.4.1-2.fc37.x86_64                                              
12:57:56 #12 22.14   m4-1.4.19-4.fc37.x86_64                                                       
12:57:56 #12 22.14   make-1:4.3-11.fc37.x86_64                                                     
12:57:56 #12 22.14   openssh-8.8p1-7.fc37.x86_64                                                   
12:57:56 #12 22.14   openssh-clients-8.8p1-7.fc37.x86_64                                           
12:57:56 #12 22.14   pcre2-devel-10.40-1.fc37.1.x86_64                                             
12:57:56 #12 22.14   pcre2-utf16-10.40-1.fc37.1.x86_64                                             
12:57:56 #12 22.14   pcre2-utf32-10.40-1.fc37.1.x86_64                                             
12:57:56 #12 22.14   perl-Error-1:0.17029-10.fc37.noarch                                           
12:57:56 #12 22.14   perl-File-Compare-1.100.700-492.fc37.noarch                                   
12:57:56 #12 22.14   perl-File-Copy-2.39-492.fc37.noarch                                           
12:57:56 #12 22.14   perl-File-Find-1.40-492.fc37.noarch                                           
12:57:56 #12 22.14   perl-Git-2.39.1-1.fc37.noarch                                                 
12:57:56 #12 22.14   perl-TermReadKey-2.38-14.fc37.x86_64                                          
12:57:56 #12 22.14   perl-Thread-Queue-3.14-489.fc37.noarch                                        
12:57:56 #12 22.14   perl-lib-0.65-492.fc37.x86_64                                                 
12:57:56 #12 22.14   perl-threads-1:2.27-489.fc37.x86_64                                           
12:57:56 #12 22.14   perl-threads-shared-1.64-489.fc37.x86_64                                      
12:57:56 #12 22.14   policycoreutils-3.4-6.fc37.x86_64                                             
12:57:56 #12 22.14   policycoreutils-devel-3.4-6.fc37.x86_64                                       
12:57:56 #12 22.14   policycoreutils-python-utils-3.4-6.fc37.noarch                                
12:57:56 #12 22.14   python3-audit-3.0.9-1.fc37.x86_64                                             
12:57:56 #12 22.14   python3-libselinux-3.4-5.fc37.x86_64                                          
12:57:56 #12 22.14   python3-libsemanage-3.4-5.fc37.x86_64                                         
12:57:56 #12 22.14   python3-policycoreutils-3.4-6.fc37.noarch                                     
12:57:56 #12 22.14   python3-setools-4.4.0-9.fc37.x86_64                                           
12:57:56 #12 22.14   python3-setuptools-62.6.0-2.fc37.noarch                                       
12:57:56 #12 22.14   qrencode-libs-4.1.1-3.fc37.x86_64                                             
12:57:56 #12 22.14   rhash-1.4.2-3.fc37.x86_64                                                     
12:57:56 #12 22.14   rpm-plugin-selinux-4.18.0-1.fc37.x86_64                                       
12:57:56 #12 22.14   selinux-policy-37.19-1.fc37.noarch                                            
12:57:56 #12 22.14   selinux-policy-devel-37.19-1.fc37.noarch                                      
12:57:56 #12 22.14   selinux-policy-targeted-37.19-1.fc37.noarch                                   
12:57:56 #12 22.14   systemd-251.10-588.fc37.x86_64                                                
12:57:56 #12 22.14   systemd-devel-251.10-588.fc37.x86_64                                          
12:57:56 #12 22.14   systemd-networkd-251.10-588.fc37.x86_64                                       
12:57:56 #12 22.14   systemd-pam-251.10-588.fc37.x86_64                                            
12:57:56 #12 22.14   systemd-resolved-251.10-588.fc37.x86_64                                       
12:57:56 #12 22.14   systemd-rpm-macros-251.10-588.fc37.noarch                                     
12:57:56 #12 22.14   util-linux-2.38.1-1.fc37.x86_64                                               
12:57:56 #12 22.14   vim-filesystem-2:9.0.1262-1.fc37.noarch                                       
12:57:56 #12 22.14   which-2.21-35.fc37.x86_64                                                     
12:57:56 #12 22.14   xkeyboard-config-2.36-3.fc37.noarch                                           
12:57:56 #12 22.14 
12:57:56 #12 22.14 Complete!
12:57:56 #10 64.61 Building database of manual pages ...
12:57:56 #10 75.91 Setting up libmoox-aliases-perl (0.001006-2) ...
12:57:56 #10 75.92 Setting up libb-hooks-endofscope-perl (0.26-1) ...
12:57:56 #10 75.94 Setting up dput (1.1.3) ...
12:57:56 #10 76.07 Setting up libnamespace-clean-perl (0.27-2) ...
12:57:56 #10 76.11 Setting up libstring-license-perl (0.0.2-1) ...
12:57:56 #10 76.12 Setting up licensecheck (3.3.5-1) ...
12:57:56 #10 76.14 Setting up libgitlab-api-v4-perl (0.26-2) ...
12:57:56 #17 exporting layers 9.4s done
12:57:56 #17 writing image sha256:d4fcf159723a097a649e64232183c0c6a58e65edc656a07ce00439fbeb245ee9 done
12:57:56 #17 naming to docker.io/debbuild-raspbian-buster/aarch64 done
12:57:56 #17 DONE 9.4s
12:57:56 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/raspbian-buster:/build  debbuild-raspbian-buster/aarch64
12:57:56 + set -e
12:57:56 + mkdir -p /root/build-deb/engine
12:57:56 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:57:56 + mkdir -p /root/build-deb/cli
12:57:56 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:57:56 + mkdir -p /root/build-deb/buildx
12:57:56 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:57:56 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:57:56 -- Configuring done
12:57:56 -- Generating done
12:57:56 -- Build files have been written to: /go/tini
12:57:56 + make tini-static
12:57:56 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:57:56 #12 DONE 22.3s
12:57:56 
12:57:56 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
12:57:56 #10 76.16 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:57:56 #10 76.17 Setting up libwww-perl (6.67-1) ...
12:57:56 #10 76.19 Setting up libhtml-tokeparser-simple-perl (3.16-4) ...
12:57:56 #10 76.21 Setting up libwww-mechanize-perl (2.15-1) ...
12:57:56 #10 76.22 Setting up devscripts (2.22.2) ...
12:57:56 #10 76.38 Setting up libxml-parser-perl (2.46-4) ...
12:57:56 #10 76.40 Setting up lintian (2.116.3) ...
12:57:56 + mkdir -p /root/build-deb/compose
12:57:56 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:57:56 + set -e
12:57:56 + mkdir -p /root/build-deb/engine
12:57:56 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:57:56 [100%] Linking C executable tini-static
12:57:56 #10 76.42 Setting up libxml-sax-expat-perl (0.51-2) ...
12:57:56 #10 76.46 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:57:56 #10 76.52 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:57:56 #10 76.64 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:57:56 #10 76.67 Setting up libsoap-lite-perl (1.27-2) ...
12:57:56 #10 76.68 Setting up libxmlrpc-lite-perl (0.717-5) ...
12:57:56 #10 76.69 Processing triggers for libc-bin (2.36-8) ...
12:57:56 #10 76.73 Processing triggers for ca-certificates (20211016) ...
12:57:56 #10 76.74 Updating certificates in /etc/ssl/certs...
12:57:56 + mkdir -p /root/build-deb/scan-cli-plugin
12:57:56 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:57:56 + mkdir -p /go/src/github.com/docker
12:57:56 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:57:56 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:57:56 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:57:56 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:57:56 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:57:56 + EPOCH=5
12:57:56 + EPOCH_SEP=
12:57:56 + [[ ! -z 5 ]]
12:57:56 + EPOCH_SEP=:
12:57:56 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:57:56 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:56 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:56 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:56 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:56 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:56 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:57:56 + debSource=docker-ce
12:57:56 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:57:56 + debMaintainer='Docker <support@docker.com>'
12:57:56 ++ date --rfc-2822
12:57:56 + debDate='Wed, 08 Feb 2023 12:57:56 +0000'
12:57:56 + pkgRevision=1
12:57:56 + cat
12:57:56 + export CLI_GITCOMMIT=ab4ef4a
12:57:56 + CLI_GITCOMMIT=ab4ef4a
12:57:56 + export ENGINE_GITCOMMIT=1141704
12:57:56 + ENGINE_GITCOMMIT=1141704
12:57:56 + export SCAN_GITCOMMIT=6c852fa
12:57:56 + SCAN_GITCOMMIT=6c852fa
12:57:56 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:56 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:56 + dpkg-buildpackage -uc -us -I.git
12:57:56 dpkg-buildpackage: info: source package docker-ce
12:57:56 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster
12:57:56 dpkg-buildpackage: info: source distribution buster
12:57:56 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:57:56 dpkg-buildpackage: info: host architecture armhf
12:57:56  dpkg-source -I.git --before-build .
12:57:57  debian/rules clean
12:57:57 dh clean --with=bash-completion
12:57:57    dh_clean
12:57:57 + mkdir -p /root/build-deb/cli
12:57:57 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:57:57 [100%] Built target tini-static
12:57:57 + mkdir -p /usr/local/bin
12:57:57 + cp tini-static /usr/local/bin/docker-init
12:57:57 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:57 + PRODUCT=docker
12:57:57 + hack/make.sh dynbinary
12:57:57 
12:57:57 Removing bundles/
12:57:57 
12:57:57 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:57 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:57:57  dpkg-source -I.git -b .
12:57:57 #10 77.04 0 added, 0 removed; done.
12:57:57 #10 77.04 Running hooks in /etc/ca-certificates/update.d...
12:57:57 #10 77.04 done.
12:57:57 + mkdir -p /root/build-deb/buildx
12:57:57 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:57:57 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:57:57 dpkg-source: info: using source format '1.0'
12:57:57 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.tar.gz
12:57:57 #10 DONE 77.4s
12:57:57 
12:57:57 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:57:57 #11 DONE 0.1s
12:57:58 
12:57:58 #12 [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
12:57:58 + mkdir -p /root/build-deb/compose
12:57:58 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:57:58 + mkdir -p /root/build-deb/scan-cli-plugin
12:57:58 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:57:58 + mkdir -p /go/src/github.com/docker
12:57:58 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:57:58 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:57:58 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:57:58 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:57:58 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:57:58 + EPOCH=5
12:57:58 + EPOCH_SEP=
12:57:58 + [[ ! -z 5 ]]
12:57:58 + EPOCH_SEP=:
12:57:58 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:57:58 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:58 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:57:58 + VERSION=0.0.0-20230206193855-ab4ef4a
12:57:58 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:58 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:57:58 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:57:58 + debSource=docker-ce
12:57:58 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:57:58 + debMaintainer='Docker <support@docker.com>'
12:57:58 ++ date --rfc-2822
12:57:58 + debDate='Wed, 08 Feb 2023 12:57:58 +0000'
12:57:58 + pkgRevision=1
12:57:58 + cat
12:57:58 + export CLI_GITCOMMIT=ab4ef4a
12:57:58 + CLI_GITCOMMIT=ab4ef4a
12:57:58 + export ENGINE_GITCOMMIT=1141704
12:57:58 + ENGINE_GITCOMMIT=1141704
12:57:58 + export SCAN_GITCOMMIT=6c852fa
12:57:58 + SCAN_GITCOMMIT=6c852fa
12:57:58 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:58 + dpkg-buildpackage -uc -us -I.git
12:57:58 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:57:58 #14 DONE 4.0s
12:57:58 
12:57:58 #15 [stage-1 7/7] WORKDIR /root/rpmbuild
12:57:58 #15 DONE 0.0s
12:57:58 
12:57:58 #16 exporting to image
12:57:58 #16 exporting layers
12:57:58 dpkg-buildpackage: info: source package docker-ce
12:57:58 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye
12:57:58 dpkg-buildpackage: info: source distribution bullseye
12:57:58 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:57:58 dpkg-buildpackage: info: host architecture amd64
12:57:58  dpkg-source -I.git --before-build .
12:57:58  debian/rules clean
12:57:58 dh clean --with=bash-completion
12:57:58 #12 0.764 Hit:1 http://deb.debian.org/debian bookworm InRelease
12:57:58 #12 0.764 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
12:57:58 #12 0.764 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
12:57:58 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc
12:57:58  debian/rules build
12:57:58 dh build --with=bash-completion
12:57:58    dh_update_autotools_config
12:57:58    dh_autoreconf
12:57:58    debian/rules override_dh_auto_build
12:57:58 make[1]: Entering directory '/root/build-deb'
12:57:58 # Build the daemon and dependencies
12:57:58 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:57:58 
12:57:58 Removing bundles/
12:57:58 
12:57:58 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:58 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:57:58    dh_clean
12:57:58  dpkg-source -I.git -b .
12:57:58 dpkg-source: warning: native package version may not have a revision
12:57:58 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:57:58 dpkg-source: info: using source format '1.0'
12:57:58 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz
12:57:59 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc
12:57:59  debian/rules build
12:57:59 dh build --with=bash-completion
12:57:59    dh_update_autotools_config
12:57:59    dh_autoreconf
12:57:59    debian/rules override_dh_auto_build
12:57:59 make[1]: Entering directory '/root/build-deb'
12:57:59 # Build the daemon and dependencies
12:57:59 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:57:59 
12:57:59 Removing bundles/
12:57:59 
12:57:59 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:59 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:57:59 #13 DONE 2.5s
12:57:59 
12:57:59 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
12:57:59 #14 DONE 0.1s
12:57:59 
12:57:59 #15 exporting to image
12:57:59 #15 exporting layers
12:57:59 #17 exporting layers 5.9s done
12:57:59 #17 writing image sha256:fc2b78d5cd56e511f6382118ed248f4f4707d65fcdb54ea691f9a2240a1ef27d done
12:57:59 #17 naming to docker.io/debbuild-raspbian-bullseye/aarch64 done
12:57:59 #17 DONE 5.9s
12:57:59 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/raspbian-bullseye:/build  debbuild-raspbian-bullseye/aarch64
12:57:59 + set -e
12:57:59 + mkdir -p /root/build-deb/engine
12:57:59 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:57:59 + mkdir -p /root/build-deb/cli
12:57:59 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:57:59 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc
12:57:59  debian/rules build
12:57:59 dh build --with=bash-completion
12:57:59    dh_update_autotools_config
12:57:59 + mkdir -p /root/build-deb/buildx
12:57:59 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:57:59 #12 0.996 Reading package lists...
12:57:59    dh_autoreconf
12:57:59    debian/rules override_dh_auto_build
12:57:59 make[1]: Entering directory '/root/build-deb'
12:57:59 # Build the daemon and dependencies
12:57:59 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:57:59 
12:57:59 Removing bundles/
12:57:59 
12:57:59 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:59 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:58:00 #12 2.140 dpkg-buildpackage: info: source package docker-ce-build-deps
12:58:00 #12 2.140 dpkg-buildpackage: info: source version 1.0
12:58:00 #12 2.140 dpkg-buildpackage: info: source distribution unstable
12:58:00 #12 2.140 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:58:00 #12 2.180 dpkg-buildpackage: info: host architecture armhf
12:58:00 #12 2.180  dpkg-source --before-build .
12:58:00 #12 2.285  debian/rules clean
12:58:00 #12 2.286 dh clean
12:58:00 #12 2.369    dh_clean
12:58:00 #12 2.408  debian/rules binary
12:58:00 #12 2.409 dh binary
12:58:00 #12 2.480    dh_update_autotools_config
12:58:00 #12 2.509    dh_autoreconf
12:58:00 #12 2.552    create-stamp debian/debhelper-build-stamp
12:58:00 #12 2.552    dh_prep
12:58:00 #12 2.581    dh_auto_install --destdir=debian/docker-ce-build-deps/
12:58:00 + mkdir -p /root/build-deb/compose
12:58:00 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:58:00 + mkdir -p /root/build-deb/scan-cli-plugin
12:58:00 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:58:00 + mkdir -p /go/src/github.com/docker
12:58:00 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:58:00 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:58:00 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:58:00 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:58:00 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:58:00 + EPOCH=5
12:58:00 + EPOCH_SEP=
12:58:00 + [[ ! -z 5 ]]
12:58:00 + EPOCH_SEP=:
12:58:00 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:58:00 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:58:00 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:58:00 + VERSION=0.0.0-20230206193855-ab4ef4a
12:58:00 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:58:00 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:58:00 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:58:00 + debSource=docker-ce
12:58:00 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:58:00 + debMaintainer='Docker <support@docker.com>'
12:58:00 ++ date --rfc-2822
12:58:00 + debDate='Wed, 08 Feb 2023 12:58:00 +0000'
12:58:00 + pkgRevision=1
12:58:00 + cat
12:58:00 + export CLI_GITCOMMIT=ab4ef4a
12:58:00 + CLI_GITCOMMIT=ab4ef4a
12:58:00 + export ENGINE_GITCOMMIT=1141704
12:58:00 + ENGINE_GITCOMMIT=1141704
12:58:00 + export SCAN_GITCOMMIT=6c852fa
12:58:00 + SCAN_GITCOMMIT=6c852fa
12:58:00 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:58:00 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:58:00 + dpkg-buildpackage -uc -us -I.git
12:58:00 dpkg-buildpackage: info: source package docker-ce
12:58:00 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye
12:58:00 dpkg-buildpackage: info: source distribution bullseye
12:58:00 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:58:00  dpkg-source -I.git --before-build .
12:58:00 dpkg-buildpackage: info: host architecture armhf
12:58:00 #35 ...
12:58:00 
12:58:00 #36 [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.3.0"      && /build/go-winres --help
12:58:00 #0 1.861 go: downloading github.com/tc-hib/go-winres v0.3.0
12:58:00 #0 3.088 go: downloading github.com/tc-hib/winres v0.1.6
12:58:00 #0 3.736 go: downloading github.com/urfave/cli/v2 v2.3.0
12:58:00 #0 3.813 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
12:58:00 #0 3.853 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
12:58:00 #0 5.609 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
12:58:00 #0 5.661 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:58:00 #12 2.638    dh_install
12:58:00 #12 2.672    dh_installdocs
12:58:00 #12 2.712    dh_installchangelogs
12:58:00 #12 2.801    dh_perl
12:58:00 #12 2.838    dh_link
12:58:00  debian/rules clean
12:58:00 dh clean --with=bash-completion
12:58:00 #16 exporting layers 3.0s done
12:58:00 #16 writing image sha256:6422cedde03df32e63b8b3452e579be2813985c81d581a66f7e3fd4a6d95bd13
12:58:00 #16 writing image sha256:6422cedde03df32e63b8b3452e579be2813985c81d581a66f7e3fd4a6d95bd13 done
12:58:00 #16 naming to docker.io/rpmbuild-centos-7/aarch64 done
12:58:00 #16 DONE 3.0s
12:58:00 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/centos-7/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/centos-7/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-7/aarch64 -ba --define '_gitcommit_cli ab4ef4a' --define '_gitcommit_engine 1141704' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.16.0' --define '_compose_version v2.16.0' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  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
12:58:00 #12 2.874    dh_strip_nondeterminism
12:58:00 #12 2.941    dh_compress
12:58:00 #12 2.980    dh_fixperms
12:58:00 #12 3.020    dh_missing
12:58:00 #12 3.047    dh_installdeb
12:58:00    dh_clean
12:58:01 #12 3.084    dh_gencontrol
12:58:01 #12 3.212    dh_md5sums
12:58:01 #12 3.252    dh_builddeb
12:58:01 #12 3.281 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:58:01 #12 3.298  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo
12:58:01  dpkg-source -I.git -b .
12:58:01 dpkg-source: warning: native package version may not have a revision
12:58:01 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:58:01 dpkg-source: info: using source format '1.0'
12:58:01 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.tar.gz
12:58:01 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc
12:58:01  debian/rules build
12:58:01 dh build --with=bash-completion
12:58:01    dh_update_autotools_config
12:58:01    dh_autoreconf
12:58:01    debian/rules override_dh_auto_build
12:58:01 make[1]: Entering directory '/root/build-deb'
12:58:01 # Build the daemon and dependencies
12:58:01 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:58:01 
12:58:01 Removing bundles/
12:58:01 
12:58:01 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:58:01 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:58:01 #36 ...
12:58:01 
12:58:01 #37 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
12:58:01 #0 3.692 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:58:01 #0 3.714 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:58:01 #0 3.714 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:58:01 #0 4.299 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
12:58:01 #0 5.510 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
12:58:01 #0 6.669 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
12:58:01 #0 10.02 Fetched 8628 kB in 7s (1307 kB/s)
12:58:01 #0 10.02 Reading package lists...
12:58:01 #37 ...
12:58:01 
12:58:01 #35 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:58:01 #35 DONE 6.4s
12:58:01 
12:58:01 #38 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
12:58:01 #0 3.629 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:58:01 #0 3.651 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:58:01 #0 3.651 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:58:01 #0 4.166 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
12:58:01 #0 5.491 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
12:58:01 #0 6.686 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
12:58:01 #0 10.03 Fetched 8628 kB in 7s (1289 kB/s)
12:58:01 #12 3.457  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes
12:58:01 #12 3.538 dpkg-genchanges: info: binary-only upload (no source code included)
12:58:01 #12 3.540  dpkg-source --after-build .
12:58:01 #0 10.03 Reading package lists...
12:58:01 #38 ...
12:58:01 
12:58:01 #39 [tini-build 2/4] 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
12:58:01 #0 3.154 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:58:01 #0 3.154 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:58:01 #0 3.154 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:58:01 #0 3.461 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
12:58:01 #0 4.639 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
12:58:01 #0 5.901 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
12:58:01 #0 9.357 Fetched 8628 kB in 6s (1330 kB/s)
12:58:01 #12 3.648 dpkg-buildpackage: info: binary-only upload (no source included)
12:58:01 #12 3.652 
12:58:01 #12 3.652 The package has been created.
12:58:01 #12 3.652 Attention, the package has been created in the current directory,
12:58:01 #12 3.652 not in ".." as indicated by the message above!
12:58:01 #12 3.675 Selecting previously unselected package docker-ce-build-deps.
12:58:01 #12 3.692 (Reading database ... 29544 files and directories currently installed.)
12:58:01 #12 3.693 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:58:01 #12 3.697 Unpacking docker-ce-build-deps (1.0) ...
12:58:01 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.UNKv9G
12:58:01 + umask 022
12:58:01 + cd /root/rpmbuild/BUILD
12:58:01 + cd /root/rpmbuild/BUILD
12:58:01 + rm -rf src
12:58:01 + /usr/bin/mkdir -p src
12:58:01 + cd src
12:58:01 + /usr/bin/tar -xf -
12:58:01 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:58:02 #0 9.357 Reading package lists...
12:58:02 #39 ...
12:58:02 
12:58:02 #40 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:58:02 #40 DONE 8.4s
12:58:02 
12:58:02 #22 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
12:58:02 #22 4.585 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
12:58:02 #22 5.717 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
12:58:02 #22 9.203 Fetched 8628 kB in 7s (1319 kB/s)
12:58:02 #12 3.743 Reading package lists...
12:58:02 #12 4.584 Building dependency tree...
12:58:02 + STATUS=0
12:58:02 + '[' 0 -ne 0 ']'
12:58:02 + /usr/bin/tar -xf -
12:58:02 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:58:02 #12 4.763 Reading state information...
12:58:02 #12 4.770 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:58:02 #12 5.010 Starting 2 pkgProblemResolver with broken count: 0
12:58:02 #12 5.013 Done
12:58:03 #12 5.206  Done
12:58:03 #12 5.414 Starting pkgProblemResolver with broken count: 0
12:58:03 #12 5.449 Starting 2 pkgProblemResolver with broken count: 0
12:58:03 #12 5.451 Done
12:58:03 #12 5.783 The following additional packages will be installed:
12:58:03 + STATUS=0
12:58:03 + '[' 0 -ne 0 ']'
12:58:03 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:58:03 + exit 0
12:58:03 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SdNm1i
12:58:03 + umask 022
12:58:03 + cd /root/rpmbuild/BUILD
12:58:03 + cd src
12:58:03 + export DOCKER_GITCOMMIT=1141704
12:58:03 + DOCKER_GITCOMMIT=1141704
12:58:03 + mkdir -p /go/src/github.com/docker
12:58:03 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:58:03 + pushd /root/rpmbuild/BUILD/src/engine
12:58:03 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:58:03 + TMP_GOPATH=/go
12:58:03 + hack/dockerfile/install/install.sh tini
12:58:03 + RM_GOPATH=0
12:58:03 + TMP_GOPATH=/go
12:58:03 + : /usr/local/bin
12:58:03 + '[' -z /go ']'
12:58:03 + export GOPATH=/go
12:58:03 + GOPATH=/go
12:58:03 + case "$(go env GOARCH)" in
12:58:03 ++ go env GOARCH
12:58:03 + export GO_BUILDMODE=-buildmode=pie
12:58:03 + GO_BUILDMODE=-buildmode=pie
12:58:03 ++ dirname hack/dockerfile/install/install.sh
12:58:03 + dir=hack/dockerfile/install
12:58:03 + bin=tini
12:58:03 + shift
12:58:03 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:58:03 + . hack/dockerfile/install/tini.installer
12:58:03 ++ : v0.19.0
12:58:03 + install_tini
12:58:03 + echo 'Install tini version v0.19.0'
12:58:03 Install tini version v0.19.0
12:58:03 + git clone https://github.com/krallin/tini.git /go/tini
12:58:03 Cloning into '/go/tini'...
12:58:03 #22 9.203 Reading package lists...
12:58:03 #12 5.783   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:58:03 #12 5.783   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp25 libpcre2-16-0
12:58:03 #12 5.784   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libproc2-0 librhash0
12:58:03 #12 5.784   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libsystemd0
12:58:03 #12 5.784   libudev-dev libudev1 libuv1 pkg-config pkgconf pkgconf-bin procps
12:58:03 #12 5.786 Suggested packages:
12:58:03 #12 5.786   cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils seccomp
12:58:03 #12 5.786 Recommended packages:
12:58:03 #12 5.786   psmisc
12:58:04 #22 ...
12:58:04 
12:58:04 #41 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.6.16" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:58:04 #41 ...
12:58:04 
12:58:04 #37 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
12:58:04 #0 10.02 Reading package lists...
12:58:04 #12 6.159 The following NEW packages will be installed:
12:58:04 #12 6.160   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:58:04 #12 6.160   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp25 libpcre2-16-0
12:58:04 #12 6.160   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libproc2-0 librhash0
12:58:04 #12 6.160   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
12:58:04 #12 6.161   libuv1 pkg-config pkgconf pkgconf-bin procps
12:58:04 #12 6.162 The following packages will be upgraded:
12:58:04 #12 6.163   libsystemd0 libudev1
12:58:04 + cd /go/tini
12:58:04 + git checkout -q v0.19.0
12:58:04 + cmake .
12:58:04 -- The C compiler identification is GNU 4.8.5
12:58:04 -- Check for working C compiler: /usr/bin/cc
12:58:04 -- Check for working C compiler: /usr/bin/cc -- works
12:58:04 -- Detecting C compiler ABI info
12:58:04 #12 6.435 2 upgraded, 26 newly installed, 0 to remove and 5 not upgraded.
12:58:04 #12 6.435 1 not fully installed or removed.
12:58:04 #12 6.435 Need to get 10.5 MB of archives.
12:58:04 #12 6.435 After this operation, 40.3 MB of additional disk space will be used.
12:58:04 #12 6.435 Get:1 http://deb.debian.org/debian bookworm/main armhf bash-completion all 1:2.11-6 [234 kB]
12:58:04 #12 6.439 Get:2 http://deb.debian.org/debian bookworm/main armhf libjsoncpp25 armhf 1.9.5-4 [68.6 kB]
12:58:04 #12 6.441 Get:3 http://deb.debian.org/debian bookworm/main armhf librhash0 armhf 1.4.3-3 [146 kB]
12:58:04 #12 6.442 Get:4 http://deb.debian.org/debian bookworm/main armhf libuv1 armhf 1.44.2-1 [126 kB]
12:58:04 #12 6.443 Get:5 http://deb.debian.org/debian bookworm/main armhf cmake-data all 3.25.1-1 [2026 kB]
12:58:04 #12 6.453 Get:6 http://deb.debian.org/debian bookworm/main armhf libsystemd0 armhf 252.5-2 [300 kB]
12:58:04 #12 6.507 Get:7 http://deb.debian.org/debian bookworm/main armhf libproc2-0 armhf 2:4.0.2-3 [54.2 kB]
12:58:04 #12 6.509 Get:8 http://deb.debian.org/debian bookworm/main armhf procps armhf 2:4.0.2-3 [695 kB]
12:58:04 #12 6.527 Get:9 http://deb.debian.org/debian bookworm/main armhf cmake armhf 3.25.1-1 [4263 kB]
12:58:04 #12 6.632 Get:10 http://deb.debian.org/debian bookworm/main armhf dh-apparmor all 3.0.8-2 [16.7 kB]
12:58:04 #15 exporting layers 5.0s done
12:58:04 #15 writing image sha256:dca22fa486c94520417627613820c3b146149442fbd1998bf16d4ef284f528c8 done
12:58:04 #15 naming to docker.io/rpmbuild-fedora-37/x86_64 done
12:58:04 #15 DONE 5.0s
12:58:04 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/fedora-37/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/fedora-37/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-37/x86_64 -ba --define '_gitcommit_cli ab4ef4a' --define '_gitcommit_engine 1141704' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.16.0' --define '_compose_version v2.16.0' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  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
12:58:04 warning: line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:58:04 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:58:04 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:58:04 warning: source_date_epoch_from_changelog set but %changelog is missing
12:58:04 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Xi8Ryy
12:58:04 + umask 022
12:58:04 + cd /root/rpmbuild/BUILD
12:58:04 + cd /root/rpmbuild/BUILD
12:58:04 + rm -rf src
12:58:04 + /usr/bin/mkdir -p src
12:58:04 + cd src
12:58:04 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:58:04 -- Detecting C compiler ABI info - done
12:58:04 -- Performing Test HAS_BUILTIN_FORTIFY
12:58:04 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:58:04 -- Configuring done
12:58:04 -- Generating done
12:58:04 -- Build files have been written to: /go/tini
12:58:04 + make tini-static
12:58:04 Scanning dependencies of target tini-static
12:58:04 [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:58:04 #12 6.634 Get:11 http://deb.debian.org/debian bookworm/main armhf libudev1 armhf 252.5-2 [98.7 kB]
12:58:04 #12 6.636 Get:12 http://deb.debian.org/debian bookworm/main armhf dmsetup armhf 2:1.02.185-2 [81.9 kB]
12:58:04 #12 6.640 Get:13 http://deb.debian.org/debian bookworm/main armhf libdevmapper1.02.1 armhf 2:1.02.185-2 [125 kB]
12:58:04 #12 6.641 Get:14 http://deb.debian.org/debian bookworm/main armhf libdevmapper-event1.02.1 armhf 2:1.02.185-2 [12.0 kB]
12:58:04 #12 6.642 Get:15 http://deb.debian.org/debian bookworm/main armhf libudev-dev armhf 252.5-2 [51.5 kB]
12:58:04 #12 6.643 Get:16 http://deb.debian.org/debian bookworm/main armhf libsepol-dev armhf 3.4-2 [329 kB]
12:58:04 #12 6.643 Get:17 http://deb.debian.org/debian bookworm/main armhf libpcre2-16-0 armhf 10.42-1 [211 kB]
12:58:04 #12 6.645 Get:18 http://deb.debian.org/debian bookworm/main armhf libpcre2-32-0 armhf 10.42-1 [203 kB]
12:58:04 #12 6.669 Get:19 http://deb.debian.org/debian bookworm/main armhf libpcre2-posix3 armhf 10.42-1 [55.0 kB]
12:58:04 #12 6.669 Get:20 http://deb.debian.org/debian bookworm/main armhf libpcre2-dev armhf 10.42-1 [666 kB]
12:58:04 #12 6.672 Get:21 http://deb.debian.org/debian bookworm/main armhf libselinux1-dev armhf 3.4-1+b5 [150 kB]
12:58:04 #12 6.699 Get:22 http://deb.debian.org/debian bookworm/main armhf libdevmapper-dev armhf 2:1.02.185-2 [42.0 kB]
12:58:04 #12 6.700 Get:23 http://deb.debian.org/debian bookworm/main armhf libseccomp-dev armhf 2.5.4-1+b3 [85.3 kB]
12:58:04 #12 6.701 Get:24 http://deb.debian.org/debian bookworm/main armhf libsystemd-dev armhf 252.5-2 [351 kB]
12:58:04 #12 6.702 Get:25 http://deb.debian.org/debian bookworm/main armhf libpkgconf3 armhf 1.8.1-1 [31.3 kB]
12:58:04 #12 6.703 Get:26 http://deb.debian.org/debian bookworm/main armhf pkgconf-bin armhf 1.8.1-1 [28.5 kB]
12:58:04 #12 6.703 Get:27 http://deb.debian.org/debian bookworm/main armhf pkgconf armhf 1.8.1-1 [25.9 kB]
12:58:04 #12 6.703 Get:28 http://deb.debian.org/debian bookworm/main armhf pkg-config armhf 1.8.1-1 [13.7 kB]
12:58:04 #37 ...
12:58:04 
12:58:04 #32 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.4" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:58:04 #32 DONE 10.8s
12:58:04 
12:58:04 #37 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
12:58:04 #37 13.56 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:58:04 #37 13.56 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:58:04 #37 13.56 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:58:04 Linking C executable tini-static
12:58:04 [100%] Built target tini-static
12:58:04 + mkdir -p /usr/local/bin
12:58:04 + cp tini-static /usr/local/bin/docker-init
12:58:04 + VERSION=0.0.0-20230206193855-ab4ef4a
12:58:04 + PRODUCT=docker
12:58:04 + hack/make.sh dynbinary
12:58:04 
12:58:04 #12 7.010 debconf: delaying package configuration, since apt-utils is not installed
12:58:04 #12 7.047 Fetched 10.5 MB in 1s (19.6 MB/s)
12:58:04 Removing bundles/
12:58:04 
12:58:04 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:58:04 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:58:05 + STATUS=0
12:58:05 + '[' 0 -ne 0 ']'
12:58:05 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:58:05 #12 7.076 Selecting previously unselected package bash-completion.
12:58:05 #12 7.076 (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 ... 29548 files and directories currently installed.)
12:58:05 #12 7.092 Preparing to unpack .../0-bash-completion_1%3a2.11-6_all.deb ...
12:58:05 #12 7.105 Unpacking bash-completion (1:2.11-6) ...
12:58:05 #12 7.219 Selecting previously unselected package libjsoncpp25:armhf.
12:58:05 #12 7.222 Preparing to unpack .../1-libjsoncpp25_1.9.5-4_armhf.deb ...
12:58:05 #12 7.231 Unpacking libjsoncpp25:armhf (1.9.5-4) ...
12:58:05 #12 7.280 Selecting previously unselected package librhash0:armhf.
12:58:05 #12 7.283 Preparing to unpack .../2-librhash0_1.4.3-3_armhf.deb ...
12:58:05 #12 7.287 Unpacking librhash0:armhf (1.4.3-3) ...
12:58:05 #12 7.334 Selecting previously unselected package libuv1:armhf.
12:58:05 #12 7.337 Preparing to unpack .../3-libuv1_1.44.2-1_armhf.deb ...
12:58:05 #12 7.344 Unpacking libuv1:armhf (1.44.2-1) ...
12:58:05 #12 7.523 Selecting previously unselected package cmake-data.
12:58:05 #12 7.526 Preparing to unpack .../4-cmake-data_3.25.1-1_all.deb ...
12:58:05 #12 7.534 Unpacking cmake-data (3.25.1-1) ...
12:58:05 + STATUS=0
12:58:05 + '[' 0 -ne 0 ']'
12:58:05 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:58:05 #12 7.878 Preparing to unpack .../5-libsystemd0_252.5-2_armhf.deb ...
12:58:05 #12 7.889 Unpacking libsystemd0:armhf (252.5-2) over (252.4-2) ...
12:58:05 + RPM_EC=0
12:58:05 ++ jobs -p
12:58:05 + exit 0
12:58:05 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.R4z2e5
12:58:05 + umask 022
12:58:05 + cd /root/rpmbuild/BUILD
12:58: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:58:05 + export CFLAGS
12:58: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:58:05 + export CXXFLAGS
12:58: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:58:05 + export FFLAGS
12:58: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:58:05 + export FCFLAGS
12:58: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:58:05 + export LDFLAGS
12:58:05 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:58:05 + export LT_SYS_LIBRARY_PATH
12:58:05 + CC=gcc
12:58:05 + export CC
12:58:05 + CXX=g++
12:58:05 + export CXX
12:58:05 + cd src
12:58:05 + export DOCKER_GITCOMMIT=1141704
12:58:05 + DOCKER_GITCOMMIT=1141704
12:58:05 + mkdir -p /go/src/github.com/docker
12:58:05 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:58:05 + pushd /root/rpmbuild/BUILD/src/engine
12:58:05 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:58:05 + TMP_GOPATH=/go
12:58:05 + hack/dockerfile/install/install.sh tini
12:58:05 + RM_GOPATH=0
12:58:05 + TMP_GOPATH=/go
12:58:05 + : /usr/local/bin
12:58:05 + '[' -z /go ']'
12:58:05 + export GOPATH=/go
12:58:05 + GOPATH=/go
12:58:05 + case "$(go env GOARCH)" in
12:58:05 ++ go env GOARCH
12:58:05 + export GO_BUILDMODE=-buildmode=pie
12:58:05 + GO_BUILDMODE=-buildmode=pie
12:58:05 ++ dirname hack/dockerfile/install/install.sh
12:58:05 + dir=hack/dockerfile/install
12:58:05 + bin=tini
12:58:05 + shift
12:58:05 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:58:05 + . hack/dockerfile/install/tini.installer
12:58:05 ++ : v0.19.0
12:58:05 + install_tini
12:58:05 + echo 'Install tini version v0.19.0'
12:58:05 Install tini version v0.19.0
12:58:05 + git clone https://github.com/krallin/tini.git /go/tini
12:58:05 Cloning into '/go/tini'...
12:58:05 #12 8.116 Setting up libsystemd0:armhf (252.5-2) ...
12:58:05 #12 8.159 Selecting previously unselected package libproc2-0:armhf.
12:58:06 + cd /go/tini
12:58:06 + git checkout -q v0.19.0
12:58:06 + cmake .
12:58:06 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:58:06   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:58:06   CMake.
12:58:06 
12:58:06   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:58:06   CMake that the project does not need compatibility with older versions.
12:58:06 
12:58:06 
12:58:06 -- The C compiler identification is GNU 12.2.1
12:58:06 -- Detecting C compiler ABI info
12:58:06 #12 8.159 (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 ... 33555 files and directories currently installed.)
12:58:06 #12 8.177 Preparing to unpack .../libproc2-0_2%3a4.0.2-3_armhf.deb ...
12:58:06 #12 8.181 Unpacking libproc2-0:armhf (2:4.0.2-3) ...
12:58:06 #12 8.226 Selecting previously unselected package procps.
12:58:06 #12 8.229 Preparing to unpack .../procps_2%3a4.0.2-3_armhf.deb ...
12:58:06 #12 8.239 Unpacking procps (2:4.0.2-3) ...
12:58:06 #12 8.331 Selecting previously unselected package cmake.
12:58:06 #12 8.334 Preparing to unpack .../cmake_3.25.1-1_armhf.deb ...
12:58:06 #12 8.338 Unpacking cmake (3.25.1-1) ...
12:58:06 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc
12:58:06  debian/rules build
12:58:06 dh build --with=bash-completion
12:58:06    dh_update_autotools_config
12:58:06    dh_autoreconf
12:58:06    debian/rules override_dh_auto_build
12:58:06 make[1]: Entering directory '/root/build-deb'
12:58:06 # Build the daemon and dependencies
12:58:06 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:58:06 
12:58:06 Removing bundles/
12:58:06 
12:58:06 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:58:06 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:58:06 -- Detecting C compiler ABI info - done
12:58:06 -- Check for working C compiler: /usr/bin/gcc - skipped
12:58:06 -- Detecting C compile features
12:58:06 -- Detecting C compile features - done
12:58:06 -- Performing Test HAS_BUILTIN_FORTIFY
12:58:06 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:58:06 -- Configuring done
12:58:06 -- Generating done
12:58:06 -- Build files have been written to: /go/tini
12:58:06 + make tini-static
12:58:06 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:58:06 #10 74.79 Setting up libgpgme11:armhf (1.14.0-1+b2) ...
12:58:06 #10 74.80 Setting up dirmngr (2.2.27-2+deb11u2) ...
12:58:06 #10 74.94 Setting up perl (5.32.1-4+deb11u2) ...
12:58:06 [100%] Linking C executable tini-static
12:58:06 #10 74.97 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
12:58:06 #10 74.98 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:58:06 #10 75.01 Setting up libdata-dump-perl (1.23-1.1) ...
12:58:06 #10 75.02 Setting up libref-util-perl (0.204-1) ...
12:58:06 #10 75.04 Setting up libipc-system-simple-perl (1.30-1) ...
12:58:06 #10 75.05 Setting up libnet-domain-tld-perl (1.75-1.1) ...
12:58:06 #10 75.07 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
12:58:06 #10 75.08 Setting up libvariable-magic-perl (0.62-1+b3) ...
12:58:06 #10 75.10 Setting up libio-html-perl (1.004-2) ...
12:58:06 #10 75.11 Setting up libpod-parser-perl (1.63-2) ...
12:58:06 #10 75.12 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
12:58:06 #10 75.13 Setting up liblist-moreutils-xs-perl (0.430-2) ...
12:58:06 #10 75.14 Setting up gcc-10 (10.2.1-6) ...
12:58:06 #12 8.751 Selecting previously unselected package dh-apparmor.
12:58:06 #12 8.754 Preparing to unpack .../dh-apparmor_3.0.8-2_all.deb ...
12:58:06 #12 8.758 Unpacking dh-apparmor (3.0.8-2) ...
12:58:06 #12 8.800 Preparing to unpack .../libudev1_252.5-2_armhf.deb ...
12:58:06 #12 8.811 Unpacking libudev1:armhf (252.5-2) over (252.4-2) ...
12:58:06 #12 8.945 Setting up libudev1:armhf (252.5-2) ...
12:58:06 #12 8.988 Selecting previously unselected package dmsetup.
12:58:06 #10 75.16 Setting up libparams-util-perl (1.102-1+b1) ...
12:58:06 #10 75.17 Setting up libdpkg-perl (1.20.12) ...
12:58:06 #10 75.19 Setting up libtime-duration-perl (1.21-1) ...
12:58:06 #10 75.21 Setting up autoconf (2.69-14) ...
12:58:06 #10 75.22 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:58:06 #10 75.24 Setting up libarray-intspan-perl (2.004-1) ...
12:58:06 #10 75.25 Setting up libcapture-tiny-perl (0.48-1) ...
12:58:06 #10 75.26 Setting up libtimedate-perl (2.3300-2) ...
12:58:06 #10 75.27 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
12:58:06 #10 75.28 Setting up libsub-name-perl (0.26-1+b1) ...
12:58:06 #10 75.29 Setting up libtype-tiny-xs-perl (0.022-1) ...
12:58:06 #10 75.31 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:58:06 #10 75.33 Setting up libproc-processtable-perl (0.59-2+b1) ...
12:58:06 #10 75.34 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:58:06 #10 75.36 Setting up xauth (1:1.1-1) ...
12:58:06 [100%] Built target tini-static
12:58:06 + mkdir -p /usr/local/bin
12:58:06 + cp tini-static /usr/local/bin/docker-init
12:58:06 + VERSION=0.0.0-20230206193855-ab4ef4a
12:58:06 + PRODUCT=docker
12:58:06 + hack/make.sh dynbinary
12:58:06 #12 8.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 ... 33744 files and directories currently installed.)
12:58:06 #12 9.006 Preparing to unpack .../00-dmsetup_2%3a1.02.185-2_armhf.deb ...
12:58:06 #12 9.009 Unpacking dmsetup (2:1.02.185-2) ...
12:58:06 #12 9.062 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:58:06 #12 9.065 Preparing to unpack .../01-libdevmapper1.02.1_2%3a1.02.185-2_armhf.deb ...
12:58:06 #12 9.070 Unpacking libdevmapper1.02.1:armhf (2:1.02.185-2) ...
12:58:06 #12 9.120 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
12:58:06 #12 9.123 Preparing to unpack .../02-libdevmapper-event1.02.1_2%3a1.02.185-2_armhf.deb ...
12:58:06 #12 9.127 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.185-2) ...
12:58:06 #12 9.167 Selecting previously unselected package libudev-dev:armhf.
12:58:06 #12 9.170 Preparing to unpack .../03-libudev-dev_252.5-2_armhf.deb ...
12:58:06 #12 9.176 Unpacking libudev-dev:armhf (252.5-2) ...
12:58:06 #12 9.212 Selecting previously unselected package libsepol-dev:armhf.
12:58:06 #12 9.215 Preparing to unpack .../04-libsepol-dev_3.4-2_armhf.deb ...
12:58:06 #12 9.218 Unpacking libsepol-dev:armhf (3.4-2) ...
12:58:07 #10 75.37 Setting up libpath-tiny-perl (0.118-1) ...
12:58:07 #10 75.39 Setting up libarchive-cpio-perl (0.10-1.1) ...
12:58:07 #10 75.40 Setting up libjson-perl (4.03000-1) ...
12:58:07 #10 75.41 Setting up libipc-run3-perl (0.048-2) ...
12:58:07 #10 75.43 Setting up libfcgi-perl:armhf (0.79+ds-2) ...
12:58:07 #10 75.45 Setting up libsub-override-perl (0.09-2) ...
12:58:07 #10 75.47 Setting up libaliased-perl (0.34-1.1) ...
12:58:07 #10 75.48 Setting up libstrictures-perl (2.000006-1) ...
12:58:07 #10 75.50 Setting up libsub-quote-perl (2.006006-1) ...
12:58:07 #10 75.51 Setting up libdevel-stacktrace-perl (2.0400-1) ...
12:58:07 #10 75.52 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
12:58:07 #10 75.54 Setting up libfontconfig1:armhf (2.13.1-4.2) ...
12:58:07 #10 75.56 Setting up libsort-versions-perl (1.62-1) ...
12:58:07 #10 75.58 Setting up libexporter-tiny-perl (1.002002-1) ...
12:58:07 #10 75.60 Setting up libre-engine-re2-perl:armhf (0.14-1) ...
12:58:07 #10 75.61 Setting up libfile-dirlist-perl (0.05-2) ...
12:58:07 #10 75.63 Setting up libterm-readkey-perl (2.38-1+b2) ...
12:58:07 #10 75.64 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
12:58:07 #10 75.66 Setting up libperlio-gzip-perl (0.19-1+b7) ...
12:58:07 #10 75.68 Setting up libsys-hostname-long-perl (1.5-2) ...
12:58:07 #10 75.70 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
12:58:07 
12:58:07 Removing bundles/
12:58:07 
12:58:07 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:58:07 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:58:07 #12 9.285 Selecting previously unselected package libpcre2-16-0:armhf.
12:58:07 #12 9.288 Preparing to unpack .../05-libpcre2-16-0_10.42-1_armhf.deb ...
12:58:07 #12 9.293 Unpacking libpcre2-16-0:armhf (10.42-1) ...
12:58:07 #12 9.370 Selecting previously unselected package libpcre2-32-0:armhf.
12:58:07 #12 9.373 Preparing to unpack .../06-libpcre2-32-0_10.42-1_armhf.deb ...
12:58:07 #12 9.377 Unpacking libpcre2-32-0:armhf (10.42-1) ...
12:58:07 #12 9.427 Selecting previously unselected package libpcre2-posix3:armhf.
12:58:07 #12 9.430 Preparing to unpack .../07-libpcre2-posix3_10.42-1_armhf.deb ...
12:58:07 #12 9.433 Unpacking libpcre2-posix3:armhf (10.42-1) ...
12:58:07 #12 9.484 Selecting previously unselected package libpcre2-dev:armhf.
12:58:07 #10 75.72 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
12:58:07 #10 75.74 Setting up liburi-perl (5.08-1) ...
12:58:07 #10 75.76 Setting up libfile-touch-perl (0.11-1) ...
12:58:07 #10 75.78 Setting up python3.9 (3.9.2-1) ...
12:58:07 #12 9.487 Preparing to unpack .../08-libpcre2-dev_10.42-1_armhf.deb ...
12:58:07 #12 9.492 Unpacking libpcre2-dev:armhf (10.42-1) ...
12:58:07 #12 9.577 Selecting previously unselected package libselinux1-dev:armhf.
12:58:07 #12 9.580 Preparing to unpack .../09-libselinux1-dev_3.4-1+b5_armhf.deb ...
12:58:07 #12 9.583 Unpacking libselinux1-dev:armhf (3.4-1+b5) ...
12:58:07 #12 9.636 Selecting previously unselected package libdevmapper-dev:armhf.
12:58:07 #12 9.638 Preparing to unpack .../10-libdevmapper-dev_2%3a1.02.185-2_armhf.deb ...
12:58:07 #12 9.643 Unpacking libdevmapper-dev:armhf (2:1.02.185-2) ...
12:58:07 #12 9.677 Selecting previously unselected package libseccomp-dev:armhf.
12:58:07 #12 9.680 Preparing to unpack .../11-libseccomp-dev_2.5.4-1+b3_armhf.deb ...
12:58:07 #12 9.683 Unpacking libseccomp-dev:armhf (2.5.4-1+b3) ...
12:58:07 #12 9.719 Selecting previously unselected package libsystemd-dev:armhf.
12:58:07 #12 9.722 Preparing to unpack .../12-libsystemd-dev_252.5-2_armhf.deb ...
12:58:07 #12 9.728 Unpacking libsystemd-dev:armhf (252.5-2) ...
12:58:07 #12 9.830 Selecting previously unselected package libpkgconf3:armhf.
12:58:07 #12 9.833 Preparing to unpack .../13-libpkgconf3_1.8.1-1_armhf.deb ...
12:58:07 #12 9.837 Unpacking libpkgconf3:armhf (1.8.1-1) ...
12:58:07 #12 9.868 Selecting previously unselected package pkgconf-bin.
12:58:07 #12 9.871 Preparing to unpack .../14-pkgconf-bin_1.8.1-1_armhf.deb ...
12:58:07 #12 9.876 Unpacking pkgconf-bin (1.8.1-1) ...
12:58:07 #12 9.916 Selecting previously unselected package pkgconf:armhf.
12:58:07 #12 9.919 Preparing to unpack .../15-pkgconf_1.8.1-1_armhf.deb ...
12:58:07 #12 9.925 Unpacking pkgconf:armhf (1.8.1-1) ...
12:58:07 #12 9.958 Selecting previously unselected package pkg-config:armhf.
12:58:07 #12 9.961 Preparing to unpack .../16-pkg-config_1.8.1-1_armhf.deb ...
12:58:07 #12 9.966 Unpacking pkg-config:armhf (1.8.1-1) ...
12:58:07 #12 10.02 Setting up libseccomp-dev:armhf (2.5.4-1+b3) ...
12:58:07 #12 10.03 Setting up libpcre2-16-0:armhf (10.42-1) ...
12:58:07 #12 10.04 Setting up libpcre2-32-0:armhf (10.42-1) ...
12:58:07 #12 10.05 Setting up libpkgconf3:armhf (1.8.1-1) ...
12:58:07 #12 10.06 Setting up libuv1:armhf (1.44.2-1) ...
12:58:07 #12 10.08 Setting up bash-completion (1:2.11-6) ...
12:58:07 #12 10.10 Setting up libproc2-0:armhf (2:4.0.2-3) ...
12:58:07 #12 10.11 Setting up libjsoncpp25:armhf (1.9.5-4) ...
12:58:07 #12 10.12 Setting up libudev-dev:armhf (252.5-2) ...
12:58:07 #12 10.14 Setting up libsepol-dev:armhf (3.4-2) ...
12:58:07 #12 10.15 Setting up pkgconf-bin (1.8.1-1) ...
12:58:07 #12 10.16 Setting up libpcre2-posix3:armhf (10.42-1) ...
12:58:07 #12 10.18 Setting up librhash0:armhf (1.4.3-3) ...
12:58:07 #12 10.19 Setting up procps (2:4.0.2-3) ...
12:58:07 #12 10.24 Setting up cmake-data (3.25.1-1) ...
12:58:08 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc
12:58:08  debian/rules build
12:58:08 dh build --with=bash-completion
12:58:08 #12 10.25 Setting up dh-apparmor (3.0.8-2) ...
12:58:08 #12 10.27 Setting up libsystemd-dev:armhf (252.5-2) ...
12:58:08 #12 10.29 Setting up libpcre2-dev:armhf (10.42-1) ...
12:58:08 #12 10.30 Setting up libselinux1-dev:armhf (3.4-1+b5) ...
12:58:08 #12 10.32 Setting up pkgconf:armhf (1.8.1-1) ...
12:58:08 #12 10.33 Setting up pkg-config:armhf (1.8.1-1) ...
12:58:08 #12 10.35 Setting up cmake (3.25.1-1) ...
12:58:08 #12 10.37 Setting up libdevmapper1.02.1:armhf (2:1.02.185-2) ...
12:58:08 #12 10.38 Setting up dmsetup (2:1.02.185-2) ...
12:58:08 #12 10.40 Setting up libdevmapper-event1.02.1:armhf (2:1.02.185-2) ...
12:58:08 #12 10.41 Setting up libdevmapper-dev:armhf (2:1.02.185-2) ...
12:58:08 #12 10.43 Setting up docker-ce-build-deps (1.0) ...
12:58:08 #12 10.44 Processing triggers for libc-bin (2.36-8) ...
12:58:08 #12 10.46 Processing triggers for man-db (2.11.2-1) ...
12:58:08 #10 76.49 Setting up libemail-address-xs-perl (1.04-1+b3) ...
12:58:08 #10 76.51 Setting up libnet-ssleay-perl (1.88-3+b1) ...
12:58:08 #10 76.52 Setting up automake (1:1.16.3-2) ...
12:58:08 #10 76.53 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:58:08 #10 76.53 Setting up libapt-pkg-perl (0.1.39) ...
12:58:08 #10 76.55 Setting up libio-sessiondata-perl (1.03-1.1) ...
12:58:08 #10 76.56 Setting up libstring-escape-perl (2010.002-2) ...
12:58:08 #10 76.58 Setting up libhttp-date-perl (6.05-1) ...
12:58:08 #10 76.59 Setting up libfile-which-perl (1.23-1) ...
12:58:08 #10 76.61 Setting up libfile-basedir-perl (0.08-1) ...
12:58:08 #10 76.62 Setting up libnumber-range-perl (0.12-1.1) ...
12:58:08 #10 76.64 Setting up libtask-weaken-perl (1.06-1) ...
12:58:08 #10 76.65 Setting up libunicode-utf8-perl (0.62-1+b2) ...
12:58:08 #10 76.66 Setting up libmouse-perl (2.5.10-1+b1) ...
12:58:08 #10 76.67 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
12:58:08 #10 76.68 Setting up g++-10 (10.2.1-6) ...
12:58:08 #10 76.71 Setting up libfile-listing-perl (6.14-1) ...
12:58:08 #10 76.72 Setting up libsys-cpuaffinity-perl:armhf (1.13~03-1) ...
12:58:08 #10 76.73 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
12:58:08 #10 76.75 Setting up libregexp-pattern-perl (0.2.14-1) ...
12:58:08 #10 76.76 Setting up libdata-messagepack-perl (1.00-4+b1) ...
12:58:08 #10 76.77 Setting up libclass-inspector-perl (1.36-1) ...
12:58:08 #10 76.79 Setting up libfont-afm-perl (1.20-3) ...
12:58:08 #10 76.80 Setting up libwant-perl (0.29-1+b6) ...
12:58:08 #10 76.82 Setting up libdynaloader-functions-perl (0.003-1.1) ...
12:58:08 #10 76.83 Setting up libtext-glob-perl (0.11-1) ...
12:58:08 #10 76.84 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:58:08 #10 76.85 Setting up liblist-compare-perl (0.55-1) ...
12:58:08 #10 76.87 Setting up libref-util-xs-perl (0.117-1+b3) ...
12:58:08 #10 76.88 Setting up libio-pty-perl (1:1.15-2) ...
12:58:08    dh_update_autotools_config
12:58:08    dh_autoreconf
12:58:08 #37 14.77 Reading package lists...
12:58:08 #37 17.23 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev
12:58:08 #10 76.89 Setting up libtool (2.4.6-15) ...
12:58:08 #10 76.91 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
12:58:08 #10 76.92 Setting up libsort-key-perl (1.33-2+b3) ...
12:58:08 #10 76.93 Setting up libclone-perl (0.45-1+b1) ...
12:58:08 #10 76.96 Setting up libalgorithm-diff-perl (1.201-1) ...
12:58:08 #10 76.97 Setting up libarchive-zip-perl (1.68-1) ...
12:58:08 #10 76.99 Setting up libsub-identify-perl (0.14-1+b3) ...
12:58:08 #10 77.00 Setting up libdistro-info-perl (1.0) ...
12:58:08 #10 77.01 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
12:58:08 #10 77.03 Setting up libobject-id-perl (0.1.2-2.1) ...
12:58:08 #10 77.04 Setting up libio-stringy-perl (2.111-3) ...
12:58:08 #10 77.05 Setting up liblist-moreutils-perl (0.430-2) ...
12:58:08 #10 77.07 Setting up libhtml-tagset-perl (3.20-4) ...
12:58:08 #10 77.08 Setting up liblog-any-perl (1.709-1) ...
12:58:08 #10 77.10 Setting up libauthen-sasl-perl (2.1600-1.1) ...
12:58:08    debian/rules override_dh_auto_build
12:58:08 make[1]: Entering directory '/root/build-deb'
12:58:08 # Build the daemon and dependencies
12:58:08 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:58:08 
12:58:08 Removing bundles/
12:58:08 
12:58:08 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:58:08 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:58:08 #10 77.12 Setting up libdevel-size-perl (0.83-1+b2) ...
12:58:08 #10 77.13 Setting up libdebhelper-perl (13.3.4) ...
12:58:08 #10 77.14 Setting up libpod-constants-perl (0.19-2) ...
12:58:08 #10 77.16 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
12:58:08 #10 77.17 Setting up libconvert-binhex-perl (1.125-1) ...
12:58:08 #10 77.19 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:58:08 #10 77.21 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
12:58:08 #10 77.23 Setting up libtry-tiny-perl (0.30-1) ...
12:58:08 #10 77.24 Setting up libtype-tiny-perl (1.012001-2) ...
12:58:08 #10 77.25 Setting up libcommon-sense-perl (3.75-1+b4) ...
12:58:08 #10 77.26 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
12:58:08 #10 77.28 Setting up libnet-http-perl (6.20-1) ...
12:58:08 #10 77.29 Setting up libtext-markdown-discount-perl:armhf (0.12-1+b1) ...
12:58:08 #10 77.31 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
12:58:08 #10 77.32 Setting up libtime-moment-perl (0.44-1+b3) ...
12:58:09 #10 77.34 Setting up libencode-locale-perl (1.05-1.1) ...
12:58:09 #10 77.36 Setting up python3 (3.9.2-3) ...
12:58:09 #10 77.64 Setting up libexception-class-perl (1.44-1) ...
12:58:09 #10 77.65 Setting up python3-xdg (0.27-2) ...
12:58:09 #10 77.80 Setting up libconfig-tiny-perl (2.26-1) ...
12:58:09 #10 77.81 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
12:58:09 #10 77.82 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
12:58:09 #10 77.84 Setting up liblist-utilsby-perl (0.11-1) ...
12:58:09 #10 77.85 Setting up libstring-shellquote-perl (1.04-1) ...
12:58:09 #10 77.86 Setting up libsub-install-perl (0.928-1.1) ...
12:58:09 #10 77.87 Setting up gcc (4:10.2.1-1) ...
12:58:09 #10 77.89 Setting up dpkg-dev (1.20.12) ...
12:58:09 #10 77.91 Setting up libnumber-compare-perl (0.03-1.1) ...
12:58:09 #10 77.93 Setting up intltool-debian (0.35.0+20060710.5) ...
12:58:09 #10 77.94 Setting up liberror-perl (0.17029-1) ...
12:58:09 #10 77.96 Setting up python3-six (1.16.0-2) ...
12:58:09 #10 78.09 Setting up dh-autoreconf (20) ...
12:58:09 #10 78.10 Setting up patchutils (0.4.2-1) ...
12:58:09 #10 78.12 Setting up libmail-sendmail-perl (0.80-1.1) ...
12:58:09 #10 78.13 Setting up libltdl-dev:armhf (2.4.6-15) ...
12:58:09 #10 78.14 Setting up libjson-maybexs-perl (1.004003-1) ...
12:58:09 #10 78.15 Setting up libxml-sax-base-perl (1.09-1.1) ...
12:58:09 #10 78.16 Setting up libio-string-perl (1.08-3.1) ...
12:58:09 #10 78.17 Setting up libreadonly-perl (2.050-3) ...
12:58:09 #10 78.19 Setting up python3-gpg (1.14.0-1+b2) ...
12:58:09 #10 78.35 Setting up python3-certifi (2020.6.20-1) ...
12:58:10 #10 78.48 Setting up libfile-find-rule-perl (0.34-1) ...
12:58:10 #10 78.49 Setting up libstring-copyright-perl (0.003006-1) ...
12:58:10 #10 78.51 Setting up libgd3:armhf (2.3.0-2) ...
12:58:10 #10 78.52 Setting up python3-idna (2.10-1) ...
12:58:10 #10 78.72 Setting up libdata-optlist-perl (0.110-1.1) ...
12:58:10 #10 78.73 Setting up libipc-run-perl (20200505.0-1) ...
12:58:10 #10 78.74 Setting up git (1:2.30.2-1+deb11u1) ...
12:58:10 #10 78.77 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
12:58:10 #10 78.78 Setting up python3-urllib3 (1.26.5-1~exp1) ...
12:58:10 #10 78.96 Setting up libcontextual-return-perl (0.004014-2) ...
12:58:10 #10 78.97 Setting up libwww-robotrules-perl (6.02-1) ...
12:58:10 #37 17.26 Reading package lists...
12:58:10 #37 ...
12:58:10 
12:58:10 #39 [tini-build 2/4] 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
12:58:10 #0 9.357 Reading package lists...
12:58:10 #39 12.66 Reading package lists...
12:58:10 #39 15.22 Building dependency tree...
12:58:10 #39 16.48 The following additional packages will be installed:
12:58:10 #39 16.49   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
12:58:10 #39 16.50 Suggested packages:
12:58:10 #39 16.50   cmake-doc ninja-build lrzip
12:58:10 #39 16.75 The following NEW packages will be installed:
12:58:10 #39 16.75   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
12:58:10 #39 17.07 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
12:58:10 #39 17.07 Need to get 17.3 MB of archives.
12:58:10 #39 17.07 After this operation, 70.1 MB of additional disk space will be used.
12:58:10 #39 17.07 Get:1 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
12:58:10 #39 17.13 Get:2 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
12:58:10 #39 17.41 Get:3 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u3 [693 kB]
12:58:10 #39 17.44 Get:4 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
12:58:10 #39 17.45 Get:5 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
12:58:10 #39 17.45 Get:6 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
12:58:10 #39 17.46 Get:7 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
12:58:10 #39 17.46 Get:8 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
12:58:10 #39 18.13 debconf: delaying package configuration, since apt-utils is not installed
12:58:10 #39 18.25 Fetched 17.3 MB in 1s (20.3 MB/s)
12:58:10 #39 18.35 Selecting previously unselected package cmake-data.
12:58:10 #39 18.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 ... 15754 files and directories currently installed.)
12:58:10 #39 18.39 Preparing to unpack .../0-cmake-data_3.18.4-2+deb11u1_all.deb ...
12:58:10 #39 18.40 Unpacking cmake-data (3.18.4-2+deb11u1) ...
12:58:10 #39 ...
12:58:10 
12:58:10 #36 [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.3.0"      && /build/go-winres --help
12:58:10 #10 78.98 Setting up libtypes-serialiser-perl (1.01-1) ...
12:58:10 #10 79.00 Setting up g++ (4:10.2.1-1) ...
12:58:10 #10 79.03 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:58:10 #10 79.04 Setting up libhtml-parser-perl (3.75-1+b1) ...
12:58:10 #10 79.05 Setting up libgit-wrapper-perl (0.048-1) ...
12:58:10 #10 79.06 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:58:10 #10 79.08 Setting up librole-tiny-perl (2.002004-1) ...
12:58:10 #10 79.10 Setting up gnupg (2.2.27-2+deb11u2) ...
12:58:10 #10 79.12 Setting up build-essential (12.9) ...
12:58:10 #10 79.14 Setting up python3-unidiff (0.5.5-2) ...
12:58:10 #36 19.54 NAME:
12:58:10 #36 19.55    go-winres - A tool for embedding resources in Windows executables
12:58:10 #36 19.56 
12:58:10 #36 19.56 USAGE:
12:58:10 #36 19.56    go-winres [global options] command [command options] [arguments...]
12:58:10 #36 19.56 
12:58:10 #36 19.56 COMMANDS:
12:58:10 #36 19.56    init     Create an initial ./winres/winres.json
12:58:10 #36 19.56    make     Make syso files for the "go build" command
12:58:10 #36 19.56    simply   Make syso files for the "go build" command (simplified)
12:58:10 #36 19.56    extract  Extract all resources from an executable
12:58:10 #36 19.56    patch    Replace resources in an executable file (exe, dll)
12:58:10 #36 19.56    help, h  Shows a list of commands or help for one command
12:58:10 #36 19.56 
12:58:10 #36 19.56 GLOBAL OPTIONS:
12:58:10 #36 19.56    --help, -h  show help (default: false)
12:58:10 #12 DONE 12.8s
12:58:10 
12:58:10 #13 [stage-1 5/8] COPY sources/ /sources
12:58:10 #10 79.28 Setting up lsb-release (11.1.0) ...
12:58:10 #10 79.29 Setting up libfont-ttf-perl (1.06-1.1) ...
12:58:10 #10 79.30 Setting up libfile-homedir-perl (1.006-1) ...
12:58:10 #10 79.32 Setting up python3-magic (2:0.4.20-3) ...
12:58:10 #10 79.45 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
12:58:10 #10 79.46 Setting up pristine-tar (1.49) ...
12:58:10 #10 79.48 Setting up libio-socket-ssl-perl (2.069-1) ...
12:58:11 #10 79.49 Setting up libsub-exporter-perl (0.987-1) ...
12:58:11 #10 79.50 Setting up libc-devtools (2.31-13+deb11u5) ...
12:58:11 #10 79.52 Setting up libalgorithm-merge-perl (0.08-3) ...
12:58:11 #10 79.54 Setting up libhttp-message-perl (6.28-1) ...
12:58:11 #10 79.59 Setting up libhtml-form-perl (6.07-1) ...
12:58:11 #10 79.61 Setting up python3-pkg-resources (52.0.0-4) ...
12:58:11 #36 DONE 20.0s
12:58:11 
12:58:11 #37 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
12:58:11 #37 17.26 Reading package lists...
12:58:11 #10 79.80 Setting up libiterator-perl (0.03+ds1-1.1) ...
12:58:11 #10 79.81 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
12:58:11 #10 79.82 Setting up libjson-xs-perl (4.030-1+b1) ...
12:58:11 #10 79.84 Setting up libhttp-negotiate-perl (6.01-1) ...
12:58:11 #10 79.86 Setting up libio-prompter-perl (0.004015-1) ...
12:58:11 #10 79.87 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
12:58:11 #10 79.88 Setting up libhttp-cookies-perl (6.10-1) ...
12:58:11 #10 79.89 Setting up python3-apt (2.2.1) ...
12:58:11 #37 19.64 Building dependency tree...
12:58:11 #10 80.05 Setting up po-debconf (1.0.21+nmu1) ...
12:58:11 #10 80.06 Setting up libhtml-tree-perl (5.07-2) ...
12:58:11 #10 80.08 Setting up libparams-classify-perl (0.015-1+b3) ...
12:58:11 #10 80.09 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:58:11 #10 80.10 Setting up libhtml-format-perl (2.12-1.1) ...
12:58:11 #10 80.11 Setting up libxml-sax-perl (1.02+dfsg-1) ...
12:58:11 #10 80.17 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:58:11 #10 80.23 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:58:11 #13 DONE 0.8s
12:58:11 
12:58:11 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:58:11 #10 80.35 
12:58:11 #10 80.35 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:58:11 #10 80.37 Setting up python3-chardet (4.0.0-1) ...
12:58:12 #37 21.05 gcc is already the newest version (4:10.2.1-1).
12:58:12 #37 21.05 The following additional packages will be installed:
12:58:12 #37 21.07   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
12:58:12 #37 21.07   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
12:58:12 #37 21.07   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
12:58:12 #37 21.07   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
12:58:12 #37 21.07   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
12:58:12 #37 21.07   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
12:58:12 #37 21.07 Suggested packages:
12:58:12 #37 21.07   libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
12:58:12 #37 21.07   | libgdk-pixbuf2.0-dev libxml2-utils
12:58:12 #10 80.65 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:58:12 #10 80.66 Setting up libmodule-runtime-perl (0.016-1) ...
12:58:12 #10 80.67 Setting up libmailtools-perl (2.21-1) ...
12:58:12 #10 80.69 Setting up python3-debian (0.1.39) ...
12:58:12 #10 80.85 Setting up python3-requests (2.25.1+dfsg-2) ...
12:58:12 #10 81.01 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
12:58:12 #10 81.05 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:58:12 #10 81.12 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:58:12 #10 81.19 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:58:12 #10 81.31 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:58:12 #37 ...
12:58:12 
12:58:12 #38 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
12:58:12 #0 10.03 Reading package lists...
12:58:12 #38 13.83 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:58:12 #38 13.83 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:58:12 #38 13.83 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:58:12 #38 15.12 Reading package lists...
12:58:12 #38 17.65 + apt-get  install -y --no-install-recommends gcc libc6-dev
12:58:12 #38 17.69 Reading package lists...
12:58:12 #38 20.09 Building dependency tree...
12:58:12 #38 21.32 gcc is already the newest version (4:10.2.1-1).
12:58:12 #38 21.32 libc6-dev is already the newest version (2.31-13+deb11u5).
12:58:12 #38 21.32 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
12:58:12 #38 DONE 21.5s
12:58:12 
12:58:12 #42 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/amd64 <<EOT (set -e...)
12:58:13 #10 81.35 Setting up dh-strip-nondeterminism (1.12.0-1) ...
12:58:13 #10 81.37 Setting up libconst-fast-perl (0.014-1.1) ...
12:58:13 #10 81.38 Setting up libhttp-daemon-perl (6.12-1+deb11u1) ...
12:58:13 #10 81.40 Setting up libdata-dpath-perl (0.58-1) ...
12:58:13 #10 81.42 Setting up libmodule-implementation-perl (0.09-1.1) ...
12:58:13 #10 81.43 Setting up libpackage-stash-perl (0.39-1) ...
12:58:13 #10 81.47 Setting up libimport-into-perl (1.002005-1) ...
12:58:13 #10 81.49 Setting up libmoo-perl (2.004004-1) ...
12:58:13 #10 81.50 Setting up liblist-someutils-perl (0.58-1) ...
12:58:13 #10 81.52 Setting up debhelper (13.3.4) ...
12:58:13 #10 81.53 Setting up libmime-tools-perl (5.509-1) ...
12:58:13 #10 81.54 Setting up dput (1.1.0) ...
12:58:13 #10 81.70 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
12:58:13 #10 81.73 Setting up equivs (2.3.1) ...
12:58:13 #10 81.74 Setting up libmoox-aliases-perl (0.001006-1.1) ...
12:58:13 #10 81.76 Setting up libparams-validate-perl:armhf (1.30-1+b1) ...
12:58:13 #10 81.78 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
12:58:13 #10 81.79 Setting up libnamespace-clean-perl (0.27-1) ...
12:58:13 #10 81.80 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
12:58:13 #10 81.81 Setting up libnamespace-autoclean-perl (0.29-1) ...
12:58:13 #10 81.83 Setting up libgitlab-api-v4-perl (0.26-1) ...
12:58:13 #10 81.86 Setting up libmoox-struct-perl (0.020-1) ...
12:58:13 #10 81.89 Setting up lintian (2.104.0) ...
12:58:13 #10 81.91 Setting up licensecheck (3.1.1-2) ...
12:58:13 #10 81.93 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:58:13 #10 81.95 Setting up libwww-perl (6.52-1) ...
12:58:13 #10 81.99 Setting up devscripts (2.21.3+deb11u1) ...
12:58:13 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc
12:58:13  debian/rules build
12:58:13 dh build --with=bash-completion
12:58:13    dh_update_autotools_config
12:58:13    dh_autoreconf
12:58:13    debian/rules override_dh_auto_build
12:58:13 make[1]: Entering directory '/root/build-deb'
12:58:13 # Build the daemon and dependencies
12:58:13 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:58:13 
12:58:13 Removing bundles/
12:58:13 
12:58:13 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:58:13 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:58:13 #10 82.14 Setting up libxml-parser-perl:armhf (2.46-2) ...
12:58:13 #10 82.16 Setting up libxml-sax-expat-perl (0.51-1) ...
12:58:13 #10 82.20 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:58:13 #10 82.25 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:58:13 #10 82.38 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:58:14 #10 82.42 Setting up libsoap-lite-perl (1.27-1) ...
12:58:14 #10 82.43 Setting up libxmlrpc-lite-perl (0.717-4) ...
12:58:14 #10 82.45 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:58:14 #10 82.49 Processing triggers for ca-certificates (20210119) ...
12:58:14 #10 82.49 Updating certificates in /etc/ssl/certs...
12:58:14 #42 ...
12:58:14 
12:58:14 #22 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
12:58:14 #22 13.10 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:58:14 #22 13.10 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:58:14 #22 13.10 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:58:14 #22 14.50 Reading package lists...
12:58:14 #22 17.11 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev
12:58:14 #22 17.13 Reading package lists...
12:58:14 #22 19.55 Building dependency tree...
12:58:14 #22 20.71 gcc is already the newest version (4:10.2.1-1).
12:58:14 #22 20.71 libc6-dev is already the newest version (2.31-13+deb11u5).
12:58:14 #22 20.71 The following additional packages will be installed:
12:58:14 #22 20.72   bzip2 patch xz-utils
12:58:14 #22 20.72 Suggested packages:
12:58:14 #22 20.72   bzip2-doc debian-keyring seccomp ed diffutils-doc
12:58:14 #22 20.72 Recommended packages:
12:58:14 #22 20.72   build-essential fakeroot libalgorithm-merge-perl
12:58:14 #22 21.11 The following NEW packages will be installed:
12:58:14 #22 21.11   bzip2 dpkg-dev libseccomp-dev patch xz-utils
12:58:14 #22 21.43 0 upgraded, 5 newly installed, 0 to remove and 2 not upgraded.
12:58:14 #22 21.43 Need to get 2802 kB of archives.
12:58:14 #22 21.43 After this operation, 4128 kB of additional disk space will be used.
12:58:14 #22 21.43 Get:1 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
12:58:14 #22 21.44 Get:2 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
12:58:14 #22 21.44 Get:3 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
12:58:14 #22 21.44 Get:4 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.12 [2312 kB]
12:58:14 #22 21.52 Get:5 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
12:58:14 #22 22.05 debconf: delaying package configuration, since apt-utils is not installed
12:58:14 #22 22.16 Fetched 2802 kB in 0s (6983 kB/s)
12:58:14 #22 22.21 Selecting previously unselected package bzip2.
12:58:14 #22 22.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 ... 15754 files and directories currently installed.)
12:58:14 #22 22.26 Preparing to unpack .../bzip2_1.0.8-4_amd64.deb ...
12:58:14 #22 22.29 Unpacking bzip2 (1.0.8-4) ...
12:58:14 #22 22.37 Selecting previously unselected package xz-utils.
12:58:14 #22 22.37 Preparing to unpack .../xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
12:58:14 #22 22.38 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
12:58:14 #22 22.55 Selecting previously unselected package patch.
12:58:14 #22 22.55 Preparing to unpack .../patch_2.7.6-7_amd64.deb ...
12:58:14 #22 22.57 Unpacking patch (2.7.6-7) ...
12:58:14 #22 22.63 Selecting previously unselected package dpkg-dev.
12:58:14 #22 22.63 Preparing to unpack .../dpkg-dev_1.20.12_all.deb ...
12:58:14 #22 22.64 Unpacking dpkg-dev (1.20.12) ...
12:58:14 #22 23.23 Selecting previously unselected package libseccomp-dev:amd64.
12:58:14 #22 23.24 Preparing to unpack .../libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
12:58:14 #22 23.25 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
12:58:14 #22 ...
12:58:14 
12:58:14 #37 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
12:58:14 #37 21.88 The following NEW packages will be installed:
12:58:14 #37 21.88   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
12:58:14 #37 21.88   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
12:58:14 #37 21.88   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
12:58:14 #37 21.88   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
12:58:14 #37 21.88   libpcrecpp0v5 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev
12:58:14 #37 21.88   libsepol1-dev python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
12:58:14 #37 22.18 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
12:58:14 #37 22.18 Need to get 8225 kB of archives.
12:58:14 #37 22.18 After this operation, 40.0 MB of additional disk space will be used.
12:58:14 #37 22.18 Get:1 http://deb.debian.org/debian bullseye/main amd64 libgirepository-1.0-1 amd64 1.66.1-1+b1 [96.7 kB]
12:58:14 #37 22.19 Get:2 http://deb.debian.org/debian bullseye/main amd64 gir1.2-glib-2.0 amd64 1.66.1-1+b1 [151 kB]
12:58:14 #37 22.19 Get:3 http://deb.debian.org/debian bullseye/main amd64 libsecret-common all 0.20.4-2 [26.7 kB]
12:58:14 #37 22.19 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsecret-1-0 amd64 0.20.4-2 [114 kB]
12:58:14 #37 22.19 Get:5 http://deb.debian.org/debian bullseye/main amd64 gir1.2-secret-1 amd64 0.20.4-2 [13.7 kB]
12:58:14 #37 22.19 Get:6 http://deb.debian.org/debian bullseye/main amd64 uuid-dev amd64 2.36.1-8+deb11u1 [99.4 kB]
12:58:14 #37 22.19 Get:7 http://deb.debian.org/debian bullseye/main amd64 libblkid-dev amd64 2.36.1-8+deb11u1 [225 kB]
12:58:14 #37 22.21 Get:8 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
12:58:14 #37 22.21 Get:9 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
12:58:14 #37 22.23 Get:10 http://deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
12:58:14 #37 22.23 Get:11 http://deb.debian.org/debian bullseye/main amd64 libffi-dev amd64 3.3-6 [56.5 kB]
12:58:14 #37 22.23 Get:12 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-data all 2.66.8-1 [1164 kB]
12:58:14 #37 22.28 Get:13 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-bin amd64 2.66.8-1 [141 kB]
12:58:14 #37 22.28 Get:14 http://deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
12:58:14 #37 22.28 Get:15 http://deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
12:58:14 #37 22.30 Get:16 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-dev-bin amd64 2.66.8-1 [179 kB]
12:58:14 #37 22.30 Get:17 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
12:58:14 #37 22.30 Get:18 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB]
12:58:14 #37 22.33 Get:19 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB]
12:58:14 #37 22.33 Get:20 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB]
12:58:14 #37 22.33 Get:21 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB]
12:58:14 #37 22.37 Get:22 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
12:58:14 #37 22.37 Get:23 http://deb.debian.org/debian bullseye/main amd64 libmount-dev amd64 2.36.1-8+deb11u1 [78.0 kB]
12:58:14 #37 22.37 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpcre16-3 amd64 2:8.39-13 [259 kB]
12:58:14 #37 22.42 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpcre32-3 amd64 2:8.39-13 [250 kB]
12:58:14 #37 22.42 Get:26 http://deb.debian.org/debian bullseye/main amd64 libpcrecpp0v5 amd64 2:8.39-13 [152 kB]
12:58:14 #37 22.42 Get:27 http://deb.debian.org/debian bullseye/main amd64 libpcre3-dev amd64 2:8.39-13 [650 kB]
12:58:14 #37 22.44 Get:28 http://deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB]
12:58:14 #37 22.45 Get:29 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-dev amd64 2.66.8-1 [1577 kB]
12:58:14 #37 22.50 Get:30 http://deb.debian.org/debian bullseye/main amd64 libsecret-1-dev amd64 0.20.4-2 [214 kB]
12:58:14 #37 23.06 debconf: delaying package configuration, since apt-utils is not installed
12:58:14 #37 23.19 Fetched 8225 kB in 1s (13.3 MB/s)
12:58:14 #37 23.24 Selecting previously unselected package libgirepository-1.0-1:amd64.
12:58:14 #37 23.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 ... 15754 files and directories currently installed.)
12:58:14 #37 23.26 Preparing to unpack .../00-libgirepository-1.0-1_1.66.1-1+b1_amd64.deb ...
12:58:14 #37 23.28 Unpacking libgirepository-1.0-1:amd64 (1.66.1-1+b1) ...
12:58:14 #37 23.36 Selecting previously unselected package gir1.2-glib-2.0:amd64.
12:58:14 #37 23.36 Preparing to unpack .../01-gir1.2-glib-2.0_1.66.1-1+b1_amd64.deb ...
12:58:14 #37 23.36 Unpacking gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ...
12:58:14 #37 23.49 Selecting previously unselected package libsecret-common.
12:58:14 #37 23.50 Preparing to unpack .../02-libsecret-common_0.20.4-2_all.deb ...
12:58:14 #37 23.51 Unpacking libsecret-common (0.20.4-2) ...
12:58:14 #10 82.82 0 added, 0 removed; done.
12:58:14 #10 82.82 Running hooks in /etc/ca-certificates/update.d...
12:58:14 #10 82.82 done.
12:58:14 #37 23.71 Selecting previously unselected package libsecret-1-0:amd64.
12:58:14 #37 ...
12:58:14 
12:58:14 #22 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
12:58:14 #22 23.41 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
12:58:14 #22 23.42 Setting up bzip2 (1.0.8-4) ...
12:58:14 #22 23.44 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
12:58:14 #22 23.46 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:58:14 #22 23.49 Setting up patch (2.7.6-7) ...
12:58:14 #22 23.51 Setting up dpkg-dev (1.20.12) ...
12:58:14 #22 DONE 23.7s
12:58:14 
12:58:14 #37 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
12:58:14 #37 23.71 Preparing to unpack .../03-libsecret-1-0_0.20.4-2_amd64.deb ...
12:58:14 #37 23.71 Unpacking libsecret-1-0:amd64 (0.20.4-2) ...
12:58:14 #10 DONE 83.1s
12:58:14 
12:58:14 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:58:14 #11 DONE 0.0s
12:58:14 
12:58:14 #12 [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
12:58:15 #37 ...
12:58:15 
12:58:15 #43 [build 1/6] COPY --from=gowinres /build/ /usr/local/bin/
12:58:15 #43 DONE 0.2s
12:58:15 
12:58:15 #37 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
12:58:15 #37 23.88 Selecting previously unselected package gir1.2-secret-1:amd64.
12:58:15 #37 23.88 Preparing to unpack .../04-gir1.2-secret-1_0.20.4-2_amd64.deb ...
12:58:15 #37 23.89 Unpacking gir1.2-secret-1:amd64 (0.20.4-2) ...
12:58:15 #37 23.97 Selecting previously unselected package uuid-dev:amd64.
12:58:15 #37 ...
12:58:15 
12:58:15 #44 [build 2/6] WORKDIR /go/src/github.com/docker/docker
12:58:15 #44 DONE 0.2s
12:58:15 
12:58:15 #37 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
12:58:15 #37 23.97 Preparing to unpack .../05-uuid-dev_2.36.1-8+deb11u1_amd64.deb ...
12:58:15 #37 23.98 Unpacking uuid-dev:amd64 (2.36.1-8+deb11u1) ...
12:58:15 #37 24.11 Selecting previously unselected package libblkid-dev:amd64.
12:58:15 #37 24.11 Preparing to unpack .../06-libblkid-dev_2.36.1-8+deb11u1_amd64.deb ...
12:58:15 #37 24.13 Unpacking libblkid-dev:amd64 (2.36.1-8+deb11u1) ...
12:58:15 #37 24.28 Selecting previously unselected package libbtrfs0:amd64.
12:58:15 #37 24.28 Preparing to unpack .../07-libbtrfs0_5.10.1-2_amd64.deb ...
12:58:15 #37 24.29 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
12:58:15 #37 24.38 Selecting previously unselected package libbtrfs-dev:amd64.
12:58:15 #12 0.728 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:58:15 #12 0.728 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:58:15 #12 0.728 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:58:15 #37 24.38 Preparing to unpack .../08-libbtrfs-dev_5.10.1-2_amd64.deb ...
12:58:15 #37 24.39 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
12:58:15 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.dsc
12:58:15  debian/rules build
12:58:15 dh build --with=bash-completion
12:58:15    dh_update_autotools_config
12:58:15    dh_autoreconf
12:58:15    debian/rules override_dh_auto_build
12:58:15 make[1]: Entering directory '/root/build-deb'
12:58:15 # Build the daemon and dependencies
12:58:15 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:58:15 
12:58:15 Removing bundles/
12:58:15 
12:58:15 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:58:15 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
12:58:15 #14 DONE 3.9s
12:58:15 
12:58:15 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:58:15 #15 DONE 0.0s
12:58:15 
12:58:15 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:58:15 #16 DONE 0.0s
12:58:15 
12:58:15 #17 exporting to image
12:58:15 #17 exporting layers
12:58:15 #37 24.54 Selecting previously unselected package libelf1:amd64.
12:58:15 #37 24.54 Preparing to unpack .../09-libelf1_0.183-1_amd64.deb ...
12:58:15 #37 24.55 Unpacking libelf1:amd64 (0.183-1) ...
12:58:15 #37 24.67 Selecting previously unselected package libffi-dev:amd64.
12:58:15 #37 24.70 Preparing to unpack .../10-libffi-dev_3.3-6_amd64.deb ...
12:58:15 #37 24.70 Unpacking libffi-dev:amd64 (3.3-6) ...
12:58:15 #37 24.80 Selecting previously unselected package libglib2.0-data.
12:58:16 #37 24.80 Preparing to unpack .../11-libglib2.0-data_2.66.8-1_all.deb ...
12:58:16 #37 24.80 Unpacking libglib2.0-data (2.66.8-1) ...
12:58:16 #12 1.068 Reading package lists...
12:58:16 #37 25.47 Selecting previously unselected package libglib2.0-bin.
12:58:16 #37 25.48 Preparing to unpack .../12-libglib2.0-bin_2.66.8-1_amd64.deb ...
12:58:16 #37 25.50 Unpacking libglib2.0-bin (2.66.8-1) ...
12:58:16 #37 25.61 Selecting previously unselected package python3-lib2to3.
12:58:16 #37 25.62 Preparing to unpack .../13-python3-lib2to3_3.9.2-1_all.deb ...
12:58:16 #37 25.62 Unpacking python3-lib2to3 (3.9.2-1) ...
12:58:16 #12 2.142 dpkg-buildpackage: info: source package docker-ce-build-deps
12:58:16 #12 2.142 dpkg-buildpackage: info: source version 1.0
12:58:16 #12 2.142 dpkg-buildpackage: info: source distribution unstable
12:58:16 #12 2.142 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:58:16 #12 2.176 dpkg-buildpackage: info: host architecture armhf
12:58:16 #12 2.176  dpkg-source --before-build .
12:58:16 #37 25.74 Selecting previously unselected package python3-distutils.
12:58:16 #37 25.75 Preparing to unpack .../14-python3-distutils_3.9.2-1_all.deb ...
12:58:16 #37 25.76 Unpacking python3-distutils (3.9.2-1) ...
12:58:16 #37 25.87 Selecting previously unselected package libglib2.0-dev-bin.
12:58:16 #37 25.87 Preparing to unpack .../15-libglib2.0-dev-bin_2.66.8-1_amd64.deb ...
12:58:16 #37 25.87 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
12:58:17 #12 2.276  debian/rules clean
12:58:17 #12 2.278 dh clean
12:58:17 #12 2.356    dh_clean
12:58:17 #12 2.388  debian/rules binary
12:58:17 #12 2.389 dh binary
12:58:17 #12 2.456    dh_update_autotools_config
12:58:17 #12 2.483    dh_autoreconf
12:58:17 #12 2.524    create-stamp debian/debhelper-build-stamp
12:58:17 #12 2.524    dh_prep
12:58:17 #37 26.03 Selecting previously unselected package libsepol1-dev:amd64.
12:58:17 #37 26.03 Preparing to unpack .../16-libsepol1-dev_3.1-1_amd64.deb ...
12:58:17 #37 26.04 Unpacking libsepol1-dev:amd64 (3.1-1) ...
12:58:17 #37 26.24 Selecting previously unselected package libpcre2-16-0:amd64.
12:58:17 #12 2.551    dh_install
12:58:17 #12 2.584    dh_installdocs
12:58:17 #12 2.622    dh_installchangelogs
12:58:17 #12 2.703    dh_perl
12:58:17 #12 2.739    dh_link
12:58:17 #12 2.773    dh_strip_nondeterminism
12:58:17 #37 26.25 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ...
12:58:17 #37 26.25 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
12:58:17 #37 26.37 Selecting previously unselected package libpcre2-32-0:amd64.
12:58:17 #37 26.38 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ...
12:58:17 #37 26.39 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
12:58:17 #12 2.835    dh_compress
12:58:17 #12 2.872    dh_fixperms
12:58:17 #12 2.911    dh_missing
12:58:17 #12 2.937    dh_installdeb
12:58:17 #12 2.971    dh_gencontrol
12:58:17 #37 26.55 Selecting previously unselected package libpcre2-posix2:amd64.
12:58:17 #37 26.55 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ...
12:58:17 #37 26.56 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
12:58:17 #37 26.66 Selecting previously unselected package libpcre2-dev:amd64.
12:58:17 #37 26.67 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_amd64.deb ...
12:58:17 #37 26.68 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ...
12:58:17 #12 3.091    dh_md5sums
12:58:17 #12 3.125    dh_builddeb
12:58:17 #12 3.150 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:58:17 #12 3.170  dpkg-genbuildinfo --build=binary
12:58:18 #12 3.315  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes
12:58:18 #12 3.396 dpkg-genchanges: info: binary-only upload (no source code included)
12:58:18 #12 3.399  dpkg-source --after-build .
12:58:18 #12 3.499 dpkg-buildpackage: info: binary-only upload (no source included)
12:58:18 #12 3.503 
12:58:18 #12 3.503 The package has been created.
12:58:18 #12 3.503 Attention, the package has been created in the current directory,
12:58:18 #12 3.503 not in ".." as indicated by the message above!
12:58:18 #12 3.526 Selecting previously unselected package docker-ce-build-deps.
12:58:18 #12 3.543 (Reading database ... 28396 files and directories currently installed.)
12:58:18 #12 3.544 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:58:18 #12 3.549 Unpacking docker-ce-build-deps (1.0) ...
12:58:18 #37 27.26 Selecting previously unselected package libselinux1-dev:amd64.
12:58:18 #37 27.26 Preparing to unpack .../21-libselinux1-dev_3.1-3_amd64.deb ...
12:58:18 #37 ...
12:58:18 
12:58:18 #39 [tini-build 2/4] 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
12:58:18 #39 20.25 Selecting previously unselected package libicu67:amd64.
12:58:18 #39 20.25 Preparing to unpack .../1-libicu67_67.1-7_amd64.deb ...
12:58:18 #39 20.27 Unpacking libicu67:amd64 (67.1-7) ...
12:58:18 #39 23.34 Selecting previously unselected package libxml2:amd64.
12:58:18 #39 23.34 Preparing to unpack .../2-libxml2_2.9.10+dfsg-6.7+deb11u3_amd64.deb ...
12:58:18 #39 23.36 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ...
12:58:18 #39 23.71 Selecting previously unselected package libarchive13:amd64.
12:58:18 #39 23.71 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
12:58:18 #39 23.73 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
12:58:18 #39 23.92 Selecting previously unselected package libjsoncpp24:amd64.
12:58:18 #39 23.92 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
12:58:18 #39 23.94 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
12:58:18 #39 24.06 Selecting previously unselected package librhash0:amd64.
12:58:18 #39 24.08 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
12:58:18 #39 24.09 Unpacking librhash0:amd64 (1.4.1-2) ...
12:58:18 #39 24.19 Selecting previously unselected package libuv1:amd64.
12:58:18 #39 24.19 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
12:58:18 #39 24.20 Unpacking libuv1:amd64 (1.40.0-2) ...
12:58:18 #39 24.35 Selecting previously unselected package cmake.
12:58:18 #39 24.36 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ...
12:58:18 #39 24.37 Unpacking cmake (3.18.4-2+deb11u1) ...
12:58:18 #39 26.26 Setting up libicu67:amd64 (67.1-7) ...
12:58:18 #39 26.28 Setting up libuv1:amd64 (1.40.0-2) ...
12:58:18 #39 26.31 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
12:58:18 #39 26.32 Setting up librhash0:amd64 (1.4.1-2) ...
12:58:18 #39 26.33 Setting up cmake-data (3.18.4-2+deb11u1) ...
12:58:18 #39 26.36 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ...
12:58:18 #39 26.38 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
12:58:18 #39 26.39 Setting up cmake (3.18.4-2+deb11u1) ...
12:58:18 #39 26.43 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:58:18 #39 DONE 27.1s
12:58:18 
12:58:18 #41 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.6.16" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:58:18 #41 DONE 24.6s
12:58:18 
12:58:18 #37 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
12:58:18 #37 27.28 Unpacking libselinux1-dev:amd64 (3.1-3) ...
12:58:18 #37 27.50 Selecting previously unselected package libmount-dev:amd64.
12:58:18 #37 27.53 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_amd64.deb ...
12:58:18 #37 27.57 Unpacking libmount-dev:amd64 (2.36.1-8+deb11u1) ...
12:58:18 #37 27.65 Selecting previously unselected package libpcre16-3:amd64.
12:58:18 #37 27.66 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_amd64.deb ...
12:58:18 #37 27.68 Unpacking libpcre16-3:amd64 (2:8.39-13) ...
12:58:19 #37 27.83 Selecting previously unselected package libpcre32-3:amd64.
12:58:19 #37 27.83 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_amd64.deb ...
12:58:19 #37 27.84 Unpacking libpcre32-3:amd64 (2:8.39-13) ...
12:58:19 #12 3.600 Reading package lists...
12:58:19 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.dsc
12:58:19  debian/rules build
12:58:19 dh build --with=bash-completion
12:58:19    dh_update_autotools_config
12:58:19    dh_autoreconf
12:58:19    debian/rules override_dh_auto_build
12:58:19 make[1]: Entering directory '/root/build-deb'
12:58:19 # Build the daemon and dependencies
12:58:19 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:58:19 
12:58:19 Removing bundles/
12:58:19 
12:58:19 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:58:19 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
12:58:19 #37 28.01 Selecting previously unselected package libpcrecpp0v5:amd64.
12:58:19 #37 28.01 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_amd64.deb ...
12:58:19 #37 28.02 Unpacking libpcrecpp0v5:amd64 (2:8.39-13) ...
12:58:19 #37 28.11 Selecting previously unselected package libpcre3-dev:amd64.
12:58:19 #37 28.14 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_amd64.deb ...
12:58:19 #37 28.14 Unpacking libpcre3-dev:amd64 (2:8.39-13) ...
12:58:19 #12 4.381 Building dependency tree...
12:58:19 #12 4.565 Reading state information...
12:58:19 #12 4.593 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:58:19 #37 28.42 Selecting previously unselected package zlib1g-dev:amd64.
12:58:19 #37 28.43 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ...
12:58:19 #37 28.46 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
12:58:19 #12 4.840 Starting 2 pkgProblemResolver with broken count: 0
12:58:19 #12 4.843 Done
12:58:19 #12 5.043  Done
12:58:19 #37 28.58 Selecting previously unselected package libglib2.0-dev:amd64.
12:58:19 #37 28.58 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_amd64.deb ...
12:58:19 #37 28.59 Unpacking libglib2.0-dev:amd64 (2.66.8-1) ...
12:58:20 #12 5.227 Starting pkgProblemResolver with broken count: 0
12:58:20 #12 5.273 Starting 2 pkgProblemResolver with broken count: 0
12:58:20 #12 5.277 Done
12:58:20 #37 29.29 Selecting previously unselected package libsecret-1-dev:amd64.
12:58:20 #37 29.29 Preparing to unpack .../29-libsecret-1-dev_0.20.4-2_amd64.deb ...
12:58:20 #12 5.632 The following additional packages will be installed:
12:58:20 #12 5.632   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:58:20 #12 5.632   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24 libncurses6
12:58:20 #12 5.632   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libprocps8
12:58:20 #12 5.633   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
12:58:20 #12 5.633   libudev-dev libuv1 pkg-config procps
12:58:20 #12 5.635 Suggested packages:
12:58:20 #12 5.635   cmake-doc ninja-build apparmor-easyprof seccomp
12:58:20 #12 5.635 Recommended packages:
12:58:20 #12 5.635   psmisc
12:58:20 #37 29.30 Unpacking libsecret-1-dev:amd64 (0.20.4-2) ...
12:58:20 #37 29.52 Setting up libpcrecpp0v5:amd64 (2:8.39-13) ...
12:58:20 #37 29.54 Setting up libpcre16-3:amd64 (2:8.39-13) ...
12:58:20 #37 29.55 Setting up libsepol1-dev:amd64 (3.1-1) ...
12:58:20 #37 29.57 Setting up libffi-dev:amd64 (3.3-6) ...
12:58:20 #37 29.58 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
12:58:20 #37 29.59 Setting up libbtrfs0:amd64 (5.10.1-2) ...
12:58:20 #37 29.60 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
12:58:20 #37 29.62 Setting up libglib2.0-data (2.66.8-1) ...
12:58:20 #37 29.63 Setting up uuid-dev:amd64 (2.36.1-8+deb11u1) ...
12:58:20 #37 29.64 Setting up libpcre32-3:amd64 (2:8.39-13) ...
12:58:20 #37 29.65 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
12:58:20 #37 29.67 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
12:58:20 #12 5.894 The following NEW packages will be installed:
12:58:20 #12 5.894   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:58:20 #12 5.895   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24 libncurses6
12:58:20 #12 5.895   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libprocps8
12:58:20 #12 5.895   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
12:58:20 #12 5.895   libudev-dev libuv1 pkg-config procps
12:58:20 #37 29.68 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
12:58:20 #37 29.70 Setting up libgirepository-1.0-1:amd64 (1.66.1-1+b1) ...
12:58:20 #37 29.72 Setting up python3-lib2to3 (3.9.2-1) ...
12:58:21 #12 6.167 0 upgraded, 24 newly installed, 0 to remove and 1 not upgraded.
12:58:21 #12 6.167 1 not fully installed or removed.
12:58:21 #12 6.167 Need to get 9065 kB of archives.
12:58:21 #12 6.167 After this operation, 33.9 MB of additional disk space will be used.
12:58:21 #12 6.167 Get:1 http://deb.debian.org/debian bullseye/main armhf bash-completion all 1:2.11-2 [234 kB]
12:58:21 #12 6.172 Get:2 http://deb.debian.org/debian bullseye/main armhf cmake-data all 3.18.4-2+deb11u1 [1725 kB]
12:58:21 #12 6.181 Get:3 http://deb.debian.org/debian bullseye/main armhf libncurses6 armhf 6.2+20201114-2 [80.5 kB]
12:58:21 #12 6.182 Get:4 http://deb.debian.org/debian bullseye/main armhf libprocps8 armhf 2:3.3.17-5 [60.7 kB]
12:58:21 #12 6.182 Get:5 http://deb.debian.org/debian bullseye/main armhf procps armhf 2:3.3.17-5 [492 kB]
12:58:21 #12 6.185 Get:6 http://deb.debian.org/debian bullseye/main armhf libjsoncpp24 armhf 1.9.4-4 [68.5 kB]
12:58:21 #12 6.185 Get:7 http://deb.debian.org/debian bullseye/main armhf librhash0 armhf 1.4.1-2 [144 kB]
12:58:21 #12 6.186 Get:8 http://deb.debian.org/debian bullseye/main armhf libuv1 armhf 1.40.0-2 [120 kB]
12:58:21 #12 6.204 Get:9 http://deb.debian.org/debian bullseye/main armhf cmake armhf 3.18.4-2+deb11u1 [3534 kB]
12:58:21 #12 6.223 Get:10 http://deb.debian.org/debian bullseye/main armhf dh-apparmor all 2.13.6-10 [75.2 kB]
12:58:21 #12 6.223 Get:11 http://deb.debian.org/debian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [92.1 kB]
12:58:21 #12 6.224 Get:12 http://deb.debian.org/debian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [135 kB]
12:58:21 #12 6.225 Get:13 http://deb.debian.org/debian bullseye/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1 [22.2 kB]
12:58:21 #12 6.225 Get:14 http://deb.debian.org/debian bullseye/main armhf libudev-dev armhf 247.3-7+deb11u1 [123 kB]
12:58:21 #12 6.226 Get:15 http://deb.debian.org/debian bullseye/main armhf libsepol1-dev armhf 3.1-1 [317 kB]
12:58:21 #12 6.228 Get:16 http://deb.debian.org/debian bullseye/main armhf libpcre2-16-0 armhf 10.36-2+deb11u1 [198 kB]
12:58:21 #12 6.229 Get:17 http://deb.debian.org/debian bullseye/main armhf libpcre2-32-0 armhf 10.36-2+deb11u1 [189 kB]
12:58:21 #12 6.230 Get:18 http://deb.debian.org/debian bullseye/main armhf libpcre2-posix2 armhf 10.36-2+deb11u1 [48.6 kB]
12:58:21 #12 6.230 Get:19 http://deb.debian.org/debian bullseye/main armhf libpcre2-dev armhf 10.36-2+deb11u1 [640 kB]
12:58:21 #12 6.233 Get:20 http://deb.debian.org/debian bullseye/main armhf libselinux1-dev armhf 3.1-3 [163 kB]
12:58:21 #12 6.234 Get:21 http://deb.debian.org/debian bullseye/main armhf libdevmapper-dev armhf 2:1.02.175-2.1 [52.0 kB]
12:58:21 #12 6.236 Get:22 http://deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB]
12:58:21 #12 6.238 Get:23 http://deb.debian.org/debian bullseye/main armhf libsystemd-dev armhf 247.3-7+deb11u1 [401 kB]
12:58:21 #12 6.240 Get:24 http://deb.debian.org/debian bullseye/main armhf pkg-config armhf 0.29.2-1 [62.4 kB]
12:58:21 #37 30.01 Setting up libelf1:amd64 (0.183-1) ...
12:58:21 #37 30.03 Setting up libsecret-common (0.20.4-2) ...
12:58:21 #37 30.04 Setting up python3-distutils (3.9.2-1) ...
12:58:21 #12 6.417 debconf: delaying package configuration, since apt-utils is not installed
12:58:21 #12 6.471 Fetched 9065 kB in 0s (26.9 MB/s)
12:58:21 #12 6.513 Selecting previously unselected package bash-completion.
12:58:21 #12 6.513 (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 ... 28400 files and directories currently installed.)
12:58:21 #12 6.530 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
12:58:21 #37 30.56 Setting up libglib2.0-dev-bin (2.66.8-1) ...
12:58:21 #12 7.010 Unpacking bash-completion (1:2.11-2) ...
12:58:21 #12 7.136 Selecting previously unselected package cmake-data.
12:58:21 #12 7.139 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ...
12:58:21 #12 7.144 Unpacking cmake-data (3.18.4-2+deb11u1) ...
12:58:22 #12 7.469 Selecting previously unselected package libncurses6:armhf.
12:58:22 #12 7.473 Preparing to unpack .../02-libncurses6_6.2+20201114-2_armhf.deb ...
12:58:22 #37 31.20 Setting up libblkid-dev:amd64 (2.36.1-8+deb11u1) ...
12:58:22 #37 31.22 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ...
12:58:22 #37 31.23 Setting up libselinux1-dev:amd64 (3.1-3) ...
12:58:22 #37 31.24 Setting up libpcre3-dev:amd64 (2:8.39-13) ...
12:58:22 #12 7.483 Unpacking libncurses6:armhf (6.2+20201114-2) ...
12:58:22 #12 7.527 Selecting previously unselected package libprocps8:armhf.
12:58:22 #12 7.530 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_armhf.deb ...
12:58:22 #12 7.535 Unpacking libprocps8:armhf (2:3.3.17-5) ...
12:58:22 #12 7.587 Selecting previously unselected package procps.
12:58:22 #12 7.590 Preparing to unpack .../04-procps_2%3a3.3.17-5_armhf.deb ...
12:58:22 #12 7.598 Unpacking procps (2:3.3.17-5) ...
12:58:22 #12 7.677 Selecting previously unselected package libjsoncpp24:armhf.
12:58:22 #12 7.680 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_armhf.deb ...
12:58:22 #12 7.684 Unpacking libjsoncpp24:armhf (1.9.4-4) ...
12:58:22 #12 7.724 Selecting previously unselected package librhash0:armhf.
12:58:22 #37 31.26 Setting up libglib2.0-bin (2.66.8-1) ...
12:58:22 #37 31.27 Setting up libsecret-1-0:amd64 (0.20.4-2) ...
12:58:22 #37 31.28 Setting up gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ...
12:58:22 #37 31.29 Setting up libmount-dev:amd64 (2.36.1-8+deb11u1) ...
12:58:22 #37 31.30 Setting up gir1.2-secret-1:amd64 (0.20.4-2) ...
12:58:22 #37 31.32 Setting up libglib2.0-dev:amd64 (2.66.8-1) ...
12:58:22 #37 31.36 Processing triggers for libglib2.0-0:amd64 (2.66.8-1) ...
12:58:22 #37 31.36 No schema files found: doing nothing.
12:58:22 #37 31.36 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:58:22 #37 31.45 Setting up libsecret-1-dev:amd64 (0.20.4-2) ...
12:58:22 #12 7.727 Preparing to unpack .../06-librhash0_1.4.1-2_armhf.deb ...
12:58:22 #12 7.731 Unpacking librhash0:armhf (1.4.1-2) ...
12:58:22 #12 7.784 Selecting previously unselected package libuv1:armhf.
12:58:22 #12 7.786 Preparing to unpack .../07-libuv1_1.40.0-2_armhf.deb ...
12:58:22 #12 7.790 Unpacking libuv1:armhf (1.40.0-2) ...
12:58:22 #12 7.835 Selecting previously unselected package cmake.
12:58:22 #12 7.837 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_armhf.deb ...
12:58:22 #12 7.841 Unpacking cmake (3.18.4-2+deb11u1) ...
12:58:22 #37 DONE 31.7s
12:58:22 
12:58:22 #45 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/amd64 <<EOT (set -e...)
12:58:23 #12 8.208 Selecting previously unselected package dh-apparmor.
12:58:23 #12 8.210 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
12:58:23 #12 8.216 Unpacking dh-apparmor (2.13.6-10) ...
12:58:23 #12 8.269 Selecting previously unselected package dmsetup.
12:58:23 #12 8.271 Preparing to unpack .../10-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
12:58:23 #12 8.278 Unpacking dmsetup (2:1.02.175-2.1) ...
12:58:23 #12 8.340 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:58:23 #12 8.343 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
12:58:23 #12 8.347 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
12:58:23 #12 8.406 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
12:58:23 #12 8.409 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.175-2.1_armhf.deb ...
12:58:23 #12 8.416 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
12:58:23 #12 8.453 Selecting previously unselected package libudev-dev:armhf.
12:58:23 #12 8.456 Preparing to unpack .../13-libudev-dev_247.3-7+deb11u1_armhf.deb ...
12:58:23 #12 8.461 Unpacking libudev-dev:armhf (247.3-7+deb11u1) ...
12:58:23 #12 8.507 Selecting previously unselected package libsepol1-dev:armhf.
12:58:23 #13 34.71 Checking for new repos for mirrors
12:58:23 #13 34.71 Getting requirements for /root/rpmbuild/SPECS/docker-buildx-plugin.spec
12:58:23 #13 34.71  --> Already installed : bash-4.2.46-34.el7.x86_64
12:58:23 #13 34.72 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec
12:58:23 #13 34.72  --> 1:make-3.82-24.el7.x86_64
12:58:23 #13 34.85  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
12:58:23 #13 34.85  --> git-1.8.3.1-23.el7_8.x86_64
12:58:23 #13 34.86 Getting requirements for /root/rpmbuild/SPECS/docker-ce-rootless-extras.spec
12:58:23 #13 34.86  --> Already installed : bash-4.2.46-34.el7.x86_64
12:58:23 #13 34.86 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec
12:58:23 #13 34.86  --> Already installed : bash-4.2.46-34.el7.x86_64
12:58:23 #13 34.86  --> Already installed : ca-certificates-2020.2.41-70.0.el7_8.noarch
12:58:23 #13 34.86  --> cmake-2.8.12.2-2.el7.x86_64
12:58:23 #13 34.86  --> 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64
12:58:23 #13 34.87  --> gcc-4.8.5-44.el7.x86_64
12:58:23 #13 34.87  --> git-1.8.3.1-23.el7_8.x86_64
12:58:23 #13 34.87  --> glibc-static-2.17-326.el7_9.x86_64
12:58:23 #13 34.87  --> libarchive-3.1.2-14.el7_7.x86_64
12:58:23 #13 34.87  --> libseccomp-devel-2.3.1-4.el7.x86_64
12:58:23 #13 34.87  --> libselinux-devel-2.5-15.el7.x86_64
12:58:23 #13 34.87  --> libtool-2.4.2-22.el7_3.x86_64
12:58:23 #13 34.87  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
12:58:23 #13 34.88  --> 1:make-3.82-24.el7.x86_64
12:58:23 #13 34.88  --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
12:58:23 #13 34.88  --> Already installed : systemd-219-78.el7.x86_64
12:58:23 #13 34.88  --> selinux-policy-devel-3.13.1-268.el7_9.2.noarch
12:58:23 #13 34.88  --> systemd-devel-219-78.el7_9.7.x86_64
12:58:23 #13 34.88  --> Already installed : 2:tar-1.26-35.el7.x86_64
12:58:23 #13 34.88  --> which-2.20-7.el7.x86_64
12:58:23 #13 34.88 Getting requirements for /root/rpmbuild/SPECS/docker-compose-plugin.spec
12:58:23 #13 34.88  --> Already installed : bash-4.2.46-34.el7.x86_64
12:58:23 #13 34.89 Getting requirements for /root/rpmbuild/SPECS/docker-scan-plugin.spec
12:58:23 #13 34.89  --> Already installed : bash-4.2.46-34.el7.x86_64
12:58:23 #13 34.89 --> Running transaction check
12:58:23 #13 34.89 ---> Package cmake.x86_64 0:2.8.12.2-2.el7 will be installed
12:58:23 #13 34.90 ---> Package device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5 will be installed
12:58:23 #13 34.90 --> 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
12:58:23 #13 35.03 ---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed
12:58:23 #13 35.04 --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
12:58:23 #13 35.04 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
12:58:23 #13 35.04 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64
12:58:23 #13 35.05 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64
12:58:23 #13 35.05 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64
12:58:23 #13 35.05 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.x86_64
12:58:23 #13 35.05 ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed
12:58:23 #13 35.07 --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.x86_64
12:58:23 #13 35.07 --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.x86_64
12:58:23 #13 35.07 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64
12:58:23 #13 35.07 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64
12:58:23 #13 35.07 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64
12:58:23 #13 35.08 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-23.el7_8.x86_64
12:58:23 #13 35.08 --> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.x86_64
12:58:23 #13 35.08 ---> Package glibc-static.x86_64 0:2.17-326.el7_9 will be installed
12:58:23 #13 35.08 ---> Package libarchive.x86_64 0:3.1.2-14.el7_7 will be installed
12:58:23 #13 35.08 --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-14.el7_7.x86_64
12:58:23 #13 35.09 ---> Package libseccomp-devel.x86_64 0:2.3.1-4.el7 will be installed
12:58:23 #13 35.09 --> Processing Dependency: libseccomp(x86-64) = 2.3.1-4.el7 for package: libseccomp-devel-2.3.1-4.el7.x86_64
12:58:23 #13 35.09 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-4.el7.x86_64
12:58:23 #13 35.09 ---> Package libselinux-devel.x86_64 0:2.5-15.el7 will be installed
12:58:23 #13 35.09 --> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.x86_64
12:58:23 #13 35.09 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.x86_64
12:58:23 #13 35.09 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.x86_64
12:58:23 #13 35.09 ---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed
12:58:23 #13 35.09 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.x86_64
12:58:23 #13 35.10 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.x86_64
12:58:23 #13 35.10 ---> Package libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3 will be installed
12:58:23 #13 35.10 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
12:58:23 #13 35.10 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
12:58:23 #13 35.10 ---> Package make.x86_64 1:3.82-24.el7 will be installed
12:58:23 #13 35.11 ---> Package selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 will be installed
12:58:23 #13 35.11 --> Processing Dependency: selinux-policy = 3.13.1-268.el7_9.2 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
12:58:23 #13 35.11 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
12:58:23 #13 35.11 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
12:58:23 #13 35.11 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
12:58:23 #13 35.11 ---> Package systemd-devel.x86_64 0:219-78.el7_9.7 will be installed
12:58:23 #13 35.11 --> Processing Dependency: systemd-libs = 219-78.el7_9.7 for package: systemd-devel-219-78.el7_9.7.x86_64
12:58:23 #13 35.12 --> Processing Dependency: systemd = 219-78.el7_9.7 for package: systemd-devel-219-78.el7_9.7.x86_64
12:58:23 #13 35.13 Package: systemd-219-78.el7_9.7.src - can't co-install with systemd-219-78.el7_9.7.x86_64
12:58:23 #13 35.13 ---> Package which.x86_64 0:2.20-7.el7 will be installed
12:58:23 #13 35.13 --> Running transaction check
12:58:23 #13 35.13 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed
12:58:23 #13 35.14 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
12:58:23 #13 35.14 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed
12:58:23 #13 35.14 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
12:58:23 #13 35.15 ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed
12:58:23 #13 35.15 ---> Package cpp.x86_64 0:4.8.5-44.el7 will be installed
12:58:23 #13 35.15 ---> Package device-mapper.x86_64 7:1.02.170-6.el7 will be updated
12:58:23 #13 35.15 --> Processing Dependency: device-mapper = 7:1.02.170-6.el7 for package: 7:device-mapper-libs-1.02.170-6.el7.x86_64
12:58:23 #13 35.15 ---> Package device-mapper.x86_64 7:1.02.170-6.el7_9.5 will be an update
12:58:23 #13 35.16 ---> Package glibc-devel.x86_64 0:2.17-326.el7_9 will be installed
12:58:23 #13 35.16 --> Processing Dependency: glibc-headers = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.x86_64
12:58:23 #13 35.16 --> Processing Dependency: glibc = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.x86_64
12:58:23 #13 35.17 Package: glibc-2.17-326.el7_9.src - can't co-install with glibc-2.17-326.el7_9.x86_64
12:58:23 #13 35.18 Package: glibc-2.17-326.el7_9.src - can't co-install with glibc-2.17-326.el7_9.x86_64
12:58:23 #13 35.18 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-326.el7_9.x86_64
12:58:23 #13 35.18 ---> Package less.x86_64 0:458-9.el7 will be installed
12:58:23 #13 35.18 ---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed
12:58:23 #13 35.18 ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
12:58:23 #13 35.18 ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed
12:58:23 #13 35.18 ---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed
12:58:23 #13 35.18 ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed
12:58:23 #13 35.18 ---> Package lzo.x86_64 0:2.06-8.el7 will be installed
12:58:23 #13 35.18 ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed
12:58:23 #13 35.18 ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
12:58:23 #13 35.18 ---> Package openssh-clients.x86_64 0:7.4p1-22.el7_9 will be installed
12:58:23 #13 35.19 --> Processing Dependency: openssh = 7.4p1-22.el7_9 for package: openssh-clients-7.4p1-22.el7_9.x86_64
12:58:23 #13 35.19 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-22.el7_9.x86_64
12:58:23 #13 35.19 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-22.el7_9.x86_64
12:58:23 #13 35.19 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-22.el7_9.x86_64
12:58:23 #13 35.19 ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed
12:58:23 #13 35.19 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
12:58:23 #13 35.20 ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed
12:58:23 #13 35.20 ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
12:58:23 #13 35.20 ---> Package policycoreutils-devel.x86_64 0:2.5-34.el7 will be installed
12:58:23 #13 35.20 --> Processing Dependency: policycoreutils-python = 2.5-34.el7 for package: policycoreutils-devel-2.5-34.el7.x86_64
12:58:23 #13 35.20 ---> Package rsync.x86_64 0:3.1.2-12.el7_9 will be installed
12:58:23 #13 35.20 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
12:58:23 #13 35.20 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-268.el7_9.2.noarch
12:58:23 #13 35.21 ---> Package systemd.x86_64 0:219-78.el7 will be updated
12:58:23 #13 35.21 ---> Package systemd.x86_64 0:219-78.el7_9.7 will be an update
12:58:23 #13 35.22 ---> Package systemd-libs.x86_64 0:219-78.el7 will be updated
12:58:23 #13 35.22 ---> Package systemd-libs.x86_64 0:219-78.el7_9.7 will be an update
12:58:23 #13 35.22 --> Running transaction check
12:58:23 #13 35.22 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7 will be updated
12:58:23 #13 35.23 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5 will be an update
12:58:23 #13 35.23 ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed
12:58:23 #13 35.23 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64
12:58:23 #13 35.23 ---> Package glibc.x86_64 0:2.17-317.el7 will be updated
12:58:23 #13 35.23 --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64
12:58:23 #13 35.23 ---> Package glibc.x86_64 0:2.17-326.el7_9 will be an update
12:58:23 #13 35.23 ---> Package glibc-headers.x86_64 0:2.17-326.el7_9 will be installed
12:58:23 #13 35.23 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-326.el7_9.x86_64
12:58:23 #13 35.25 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-326.el7_9.x86_64
12:58:23 #13 35.25 ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
12:58:23 #13 35.25 ---> Package openssh.x86_64 0:7.4p1-22.el7_9 will be installed
12:58:23 #13 35.25 ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
12:58:23 #13 35.25 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
12:58:23 #13 35.25 ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be installed
12:58:23 #13 35.26 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.x86_64
12:58:23 #13 35.26 ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed
12:58:23 #13 35.26 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64
12:58:23 #13 35.26 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64
12:58:23 #13 35.26 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64
12:58:23 #13 35.26 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64
12:58:23 #13 35.27 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.x86_64
12:58:23 #13 35.27 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
12:58:23 #13 35.27 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
12:58:23 #13 35.27 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.x86_64
12:58:23 #13 35.27 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
12:58:23 #13 35.27 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
12:58:23 #13 35.27 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
12:58:23 #13 35.27 --> Running transaction check
12:58:23 #13 35.27 ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed
12:58:23 #13 35.27 ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed
12:58:23 #13 35.27 ---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated
12:58:23 #13 35.28 ---> Package glibc-common.x86_64 0:2.17-326.el7_9 will be an update
12:58:23 #13 35.28 ---> Package kernel-headers.x86_64 0:3.10.0-1160.83.1.el7 will be installed
12:58:23 #13 35.28 ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed
12:58:23 #13 35.28 ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed
12:58:23 #13 35.28 ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be installed
12:58:23 #13 35.28 ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed
12:58:23 #13 35.28 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
12:58:23 #13 35.28 ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed
12:58:23 #13 35.29 --> Finished Dependency Resolution
12:58:23 #13 35.32 
12:58:23 #13 35.32 Dependencies Resolved
12:58:23 #13 35.33 
12:58:23 #13 35.33 ================================================================================
12:58:23 #13 35.33  Package                   Arch      Version                   Repository  Size
12:58:23 #13 35.33 ================================================================================
12:58:23 #13 35.33 Installing:
12:58:23 #13 35.33  cmake                     x86_64    2.8.12.2-2.el7            base       7.1 M
12:58:23 #13 35.33  device-mapper-devel       x86_64    7:1.02.170-6.el7_9.5      updates    206 k
12:58:23 #13 35.33  gcc                       x86_64    4.8.5-44.el7              base        16 M
12:58:23 #13 35.33  git                       x86_64    1.8.3.1-23.el7_8          base       4.4 M
12:58:23 #13 35.33  glibc-static              x86_64    2.17-326.el7_9            updates    1.6 M
12:58:23 #13 35.33  libarchive                x86_64    3.1.2-14.el7_7            base       319 k
12:58:23 #13 35.33  libseccomp-devel          x86_64    2.3.1-4.el7               base        64 k
12:58:23 #13 35.33  libselinux-devel          x86_64    2.5-15.el7                base       187 k
12:58:23 #13 35.33  libtool                   x86_64    2.4.2-22.el7_3            base       588 k
12:58:23 #13 35.33  libtool-ltdl-devel        x86_64    2.4.2-22.el7_3            base       167 k
12:58:23 #13 35.33  make                      x86_64    1:3.82-24.el7             base       421 k
12:58:23 #13 35.33  selinux-policy-devel      noarch    3.13.1-268.el7_9.2        updates    1.7 M
12:58:23 #13 35.33  systemd-devel             x86_64    219-78.el7_9.7            updates    216 k
12:58:23 #13 35.33  which                     x86_64    2.20-7.el7                base        41 k
12:58:23 #13 35.33 Installing for dependencies:
12:58:23 #13 35.33  audit-libs-python         x86_64    2.8.5-4.el7               base        76 k
12:58:23 #13 35.33  autoconf                  noarch    2.69-11.el7               base       701 k
12:58:23 #13 35.33  automake                  noarch    1.13.4-3.el7              base       679 k
12:58:23 #13 35.33  checkpolicy               x86_64    2.5-8.el7                 base       295 k
12:58:23 #13 35.33  cpp                       x86_64    4.8.5-44.el7              base       5.9 M
12:58:23 #13 35.33  fipscheck                 x86_64    1.4.1-6.el7               base        21 k
12:58:23 #13 35.33  fipscheck-lib             x86_64    1.4.1-6.el7               base        11 k
12:58:23 #13 35.33  glibc-devel               x86_64    2.17-326.el7_9            updates    1.1 M
12:58:23 #13 35.33  glibc-headers             x86_64    2.17-326.el7_9            updates    691 k
12:58:23 #13 35.33  kernel-headers            x86_64    3.10.0-1160.83.1.el7      updates    9.1 M
12:58:23 #13 35.33  less                      x86_64    458-9.el7                 base       120 k
12:58:23 #13 35.33  libcgroup                 x86_64    0.41-21.el7               base        66 k
12:58:23 #13 35.33  libedit                   x86_64    3.0-12.20121213cvs.el7    base        92 k
12:58:23 #13 35.33  libgomp                   x86_64    4.8.5-44.el7              base       159 k
12:58:23 #13 35.33  libmpc                    x86_64    1.0.1-3.el7               base        51 k
12:58:23 #13 35.33  libseccomp                x86_64    2.3.1-4.el7               base        56 k
12:58:23 #13 35.33  libselinux-python         x86_64    2.5-15.el7                base       236 k
12:58:23 #13 35.33  libselinux-utils          x86_64    2.5-15.el7                base       151 k
12:58:23 #13 35.33  libsemanage-python        x86_64    2.5-14.el7                base       113 k
12:58:23 #13 35.33  libsepol-devel            x86_64    2.5-10.el7                base        77 k
12:58:23 #13 35.33  libtool-ltdl              x86_64    2.4.2-22.el7_3            base        49 k
12:58:23 #13 35.33  lzo                       x86_64    2.06-8.el7                base        59 k
12:58:23 #13 35.33  m4                        x86_64    1.4.16-10.el7             base       256 k
12:58:23 #13 35.33  mpfr                      x86_64    3.1.1-4.el7               base       203 k
12:58:23 #13 35.33  openssh                   x86_64    7.4p1-22.el7_9            updates    510 k
12:58:23 #13 35.33  openssh-clients           x86_64    7.4p1-22.el7_9            updates    655 k
12:58:23 #13 35.33  pcre-devel                x86_64    8.32-17.el7               base       480 k
12:58:23 #13 35.33  perl-Data-Dumper          x86_64    2.145-3.el7               base        47 k
12:58:23 #13 35.33  perl-Error                noarch    1:0.17020-2.el7           base        32 k
12:58:23 #13 35.33  perl-Git                  noarch    1.8.3.1-23.el7_8          base        56 k
12:58:23 #13 35.33  perl-TermReadKey          x86_64    2.30-20.el7               base        31 k
12:58:23 #13 35.33  perl-Test-Harness         noarch    3.28-3.el7                base       302 k
12:58:23 #13 35.33  policycoreutils           x86_64    2.5-34.el7                base       917 k
12:58:23 #13 35.33  policycoreutils-devel     x86_64    2.5-34.el7                base       335 k
12:58:23 #13 35.33  policycoreutils-python    x86_64    2.5-34.el7                base       457 k
12:58:23 #13 35.33  python-IPy                noarch    0.75-6.el7                base        32 k
12:58:23 #13 35.33  rsync                     x86_64    3.1.2-12.el7_9            updates    408 k
12:58:23 #13 35.33  selinux-policy            noarch    3.13.1-268.el7_9.2        updates    498 k
12:58:23 #13 35.33  setools-libs              x86_64    3.3.8-4.el7               base       620 k
12:58:23 #13 35.33 Updating for dependencies:
12:58:23 #13 35.33  device-mapper             x86_64    7:1.02.170-6.el7_9.5      updates    297 k
12:58:23 #13 35.33  device-mapper-libs        x86_64    7:1.02.170-6.el7_9.5      updates    325 k
12:58:23 #13 35.33  glibc                     x86_64    2.17-326.el7_9            updates    3.6 M
12:58:23 #13 35.33  glibc-common              x86_64    2.17-326.el7_9            updates     12 M
12:58:23 #13 35.33  systemd                   x86_64    219-78.el7_9.7            updates    5.1 M
12:58:23 #13 35.33  systemd-libs              x86_64    219-78.el7_9.7            updates    419 k
12:58:23 #13 35.33 
12:58:23 #13 35.33 Transaction Summary
12:58:23 #13 35.33 ================================================================================
12:58:23 #13 35.33 Install  14 Packages (+39 Dependent packages)
12:58:23 #13 35.33 Upgrade              (  6 Dependent packages)
12:58:23 #13 35.33 
12:58:23 #13 35.33 Total download size: 80 M
12:58:23 #13 35.33 Downloading packages:
12:58:23 #13 35.33 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
12:58:23 #12 8.510 Preparing to unpack .../14-libsepol1-dev_3.1-1_armhf.deb ...
12:58:23 #12 8.515 Unpacking libsepol1-dev:armhf (3.1-1) ...
12:58:23 #12 8.586 Selecting previously unselected package libpcre2-16-0:armhf.
12:58:23 #12 8.589 Preparing to unpack .../15-libpcre2-16-0_10.36-2+deb11u1_armhf.deb ...
12:58:23 #12 8.593 Unpacking libpcre2-16-0:armhf (10.36-2+deb11u1) ...
12:58:23 #12 8.646 Selecting previously unselected package libpcre2-32-0:armhf.
12:58:23 #12 8.649 Preparing to unpack .../16-libpcre2-32-0_10.36-2+deb11u1_armhf.deb ...
12:58:23 #12 8.653 Unpacking libpcre2-32-0:armhf (10.36-2+deb11u1) ...
12:58:23 #12 8.701 Selecting previously unselected package libpcre2-posix2:armhf.
12:58:23 #12 8.704 Preparing to unpack .../17-libpcre2-posix2_10.36-2+deb11u1_armhf.deb ...
12:58:23 #12 8.708 Unpacking libpcre2-posix2:armhf (10.36-2+deb11u1) ...
12:58:23 #12 8.740 Selecting previously unselected package libpcre2-dev:armhf.
12:58:23 #12 8.743 Preparing to unpack .../18-libpcre2-dev_10.36-2+deb11u1_armhf.deb ...
12:58:23 #12 8.746 Unpacking libpcre2-dev:armhf (10.36-2+deb11u1) ...
12:58:23 #12 8.844 Selecting previously unselected package libselinux1-dev:armhf.
12:58:23 #12 8.846 Preparing to unpack .../19-libselinux1-dev_3.1-3_armhf.deb ...
12:58:23 #12 8.858 Unpacking libselinux1-dev:armhf (3.1-3) ...
12:58:23 #12 8.915 Selecting previously unselected package libdevmapper-dev:armhf.
12:58:23 #12 8.918 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.175-2.1_armhf.deb ...
12:58:23 #12 8.922 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1) ...
12:58:23 #12 8.958 Selecting previously unselected package libseccomp-dev:armhf.
12:58:23 #12 8.961 Preparing to unpack .../21-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ...
12:58:23 #12 8.965 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
12:58:23 #12 9.057 Selecting previously unselected package libsystemd-dev:armhf.
12:58:23 #12 9.060 Preparing to unpack .../22-libsystemd-dev_247.3-7+deb11u1_armhf.deb ...
12:58:23 #12 9.063 Unpacking libsystemd-dev:armhf (247.3-7+deb11u1) ...
12:58:23 #12 9.164 Selecting previously unselected package pkg-config.
12:58:23 #12 9.167 Preparing to unpack .../23-pkg-config_0.29.2-1_armhf.deb ...
12:58:23 #12 9.171 Unpacking pkg-config (0.29.2-1) ...
12:58:23 #12 9.216 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
12:58:23 #12 9.228 Setting up libsepol1-dev:armhf (3.1-1) ...
12:58:23 #12 9.244 Setting up libpcre2-16-0:armhf (10.36-2+deb11u1) ...
12:58:23 #12 9.257 Setting up libpcre2-32-0:armhf (10.36-2+deb11u1) ...
12:58:23 #12 9.269 Setting up libuv1:armhf (1.40.0-2) ...
12:58:24 #12 9.282 Setting up bash-completion (1:2.11-2) ...
12:58:24 #12 9.813 Setting up libncurses6:armhf (6.2+20201114-2) ...
12:58:24 #12 9.833 Setting up pkg-config (0.29.2-1) ...
12:58:24 #12 9.879 Setting up libudev-dev:armhf (247.3-7+deb11u1) ...
12:58:24 #12 9.891 Setting up libpcre2-posix2:armhf (10.36-2+deb11u1) ...
12:58:24 #12 9.903 Setting up libjsoncpp24:armhf (1.9.4-4) ...
12:58:24 #12 9.915 Setting up librhash0:armhf (1.4.1-2) ...
12:58:24 #12 9.928 Setting up cmake-data (3.18.4-2+deb11u1) ...
12:58:24 #12 9.945 Setting up dh-apparmor (2.13.6-10) ...
12:58:24 #12 9.957 Setting up libsystemd-dev:armhf (247.3-7+deb11u1) ...
12:58:24 #12 9.972 Setting up libprocps8:armhf (2:3.3.17-5) ...
12:58:24 #12 9.986 Setting up libpcre2-dev:armhf (10.36-2+deb11u1) ...
12:58:24 #12 9.999 Setting up libselinux1-dev:armhf (3.1-3) ...
12:58:24 #12 10.01 Setting up procps (2:3.3.17-5) ...
12:58:24 #12 10.05 Setting up cmake (3.18.4-2+deb11u1) ...
12:58:24 #12 10.06 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
12:58:24 #12 10.09 Setting up dmsetup (2:1.02.175-2.1) ...
12:58:24 #12 10.10 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
12:58:24 #12 10.12 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1) ...
12:58:24 #12 10.13 Setting up docker-ce-build-deps (1.0) ...
12:58:24 #12 10.14 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:58:24 #12 10.16 Processing triggers for man-db (2.9.4-2) ...
12:58:25 #45 ...
12:58:25 
12:58:25 #42 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/amd64 <<EOT (set -e...)
12:58:25 #42 2.300 go: downloading github.com/sirupsen/logrus v1.9.0
12:58:25 #42 2.300 go: downloading github.com/urfave/cli/v2 v2.23.5
12:58:25 #42 3.406 go: downloading golang.org/x/sys v0.2.0
12:58:25 #42 4.389 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:58:25 #42 5.085 go: downloading github.com/gofrs/flock v0.8.1
12:58:25 #42 5.127 go: downloading github.com/gorilla/mux v1.8.0
12:58:25 #42 5.224 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:58:25 #42 5.289 go: downloading github.com/google/uuid v1.3.0
12:58:25 #42 5.313 go: downloading github.com/moby/vpnkit v0.5.0
12:58:25 #42 5.358 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:58:25 #42 5.640 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:58:25 #42 5.698 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:58:25 #42 6.557 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:58:25 #42 6.667 go: downloading golang.org/x/net v0.1.0
12:58:25 #42 ...
12:58:25 
12:58:25 #46 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/amd64 <<EOT (set -e...)
12:58:25 #0 2.565 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d -X main.version=1.1.4 " -o runc .
12:58:25 #46 ...
12:58:25 
12:58:25 #47 [build 3/6] RUN --mount=type=cache,sharing=locked,id=moby-build-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-build-aptcache,target=/var/cache/apt         apt-get update && apt-get install --no-install-recommends -y             clang             lld             llvm
12:58:25 #0 2.408 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:58:25 #0 2.441 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:58:25 #0 2.441 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:58:25 #0 3.049 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
12:58:25 #0 3.907 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
12:58:25 #0 4.858 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
12:58:25 #0 8.156 Fetched 8628 kB in 6s (1435 kB/s)
12:58:25 #0 8.156 Reading package lists...
12:58:25 #47 10.20 Reading package lists...
12:58:25 #47 ...
12:58:25 
12:58:25 #48 [tini-build 3/4] 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         xx-apt-get install -y --no-install-recommends             gcc libc6-dev
12:58:25 #0 2.789 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:58:25 #0 2.797 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:58:25 #0 2.797 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:58:25 #0 4.021 Reading package lists...
12:58:25 #0 6.355 + apt-get  install -y --no-install-recommends gcc libc6-dev
12:58:25 #17 exporting layers 10.5s done
12:58:25 #17 writing image sha256:e1ac7f59b17aa8cbedaa3e978125f2184fc0252e76f9362c890b03164356bb48 done
12:58:25 #17 naming to docker.io/debbuild-debian-bookworm/aarch64 done
12:58:25 #17 DONE 10.5s
12:58:25 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/debian-bookworm:/build  debbuild-debian-bookworm/aarch64
12:58:26 + set -e
12:58:26 + mkdir -p /root/build-deb/engine
12:58:26 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:58:26 #0 6.390 Reading package lists...
12:58:26 #12 DONE 11.7s
12:58:26 
12:58:26 #13 [stage-1 5/8] COPY sources/ /sources
12:58:26 #13 DONE 0.3s
12:58:26 
12:58:26 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:58:27 + mkdir -p /root/build-deb/cli
12:58:27 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:58:27 + mkdir -p /root/build-deb/buildx
12:58:27 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:58:27 #48 8.335 Building dependency tree...
12:58:27 #48 8.827 Reading state information...
12:58:27 #48 ...
12:58:27 
12:58:27 #47 [build 3/6] RUN --mount=type=cache,sharing=locked,id=moby-build-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-build-aptcache,target=/var/cache/apt         apt-get update && apt-get install --no-install-recommends -y             clang             lld             llvm
12:58:27 #47 10.20 Reading package lists...
12:58:27 + mkdir -p /root/build-deb/compose
12:58:27 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:58:27 + mkdir -p /root/build-deb/scan-cli-plugin
12:58:27 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:58:27 + mkdir -p /go/src/github.com/docker
12:58:27 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:58:27 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:58:27 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:58:27 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:58:27 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:58:27 + EPOCH=5
12:58:27 + EPOCH_SEP=
12:58:27 + [[ ! -z 5 ]]
12:58:27 + EPOCH_SEP=:
12:58:27 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:58:27 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:58:27 + VERSION=0.0.0-20230206193855-ab4ef4a
12:58:27 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:58:27 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:58:27 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:58:27 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:58:27 + debSource=docker-ce
12:58:27 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:58:27 + debMaintainer='Docker <support@docker.com>'
12:58:27 ++ date --rfc-2822
12:58:27 + debDate='Wed, 08 Feb 2023 12:58:27 +0000'
12:58:27 + pkgRevision=1
12:58:27 + cat
12:58:27 + export CLI_GITCOMMIT=ab4ef4a
12:58:27 + CLI_GITCOMMIT=ab4ef4a
12:58:27 + export ENGINE_GITCOMMIT=1141704
12:58:27 + ENGINE_GITCOMMIT=1141704
12:58:27 + export SCAN_GITCOMMIT=6c852fa
12:58:27 + SCAN_GITCOMMIT=6c852fa
12:58:27 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:58:27 + dpkg-buildpackage -uc -us -I.git
12:58:27 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:58:27 dpkg-buildpackage: info: source package docker-ce
12:58:27 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm
12:58:27 dpkg-buildpackage: info: source distribution bookworm
12:58:27 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:58:27  dpkg-source -I.git --before-build .
12:58:27 dpkg-buildpackage: info: host architecture armhf
12:58:27 #47 12.25 Building dependency tree...
12:58:27 #47 ...
12:58:27 
12:58:27 #48 [tini-build 3/4] 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         xx-apt-get install -y --no-install-recommends             gcc libc6-dev
12:58:27 #48 9.373 gcc is already the newest version (4:10.2.1-1).
12:58:27 #48 9.373 libc6-dev is already the newest version (2.31-13+deb11u5).
12:58:27 #48 9.373 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
12:58:27 #48 DONE 9.4s
12:58:28  debian/rules clean
12:58:28 dh clean --with=bash-completion
12:58:28    dh_clean
12:58:28 
12:58:28 #49 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw     --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/amd64 <<EOT (set -e...)
12:58:28  dpkg-source -I.git -b .
12:58:28 dpkg-source: warning: native package version may not have a revision
12:58:28 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:58:28 dpkg-source: info: using source format '1.0'
12:58:28 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz
12:58:29 #14 DONE 2.1s
12:58:29 
12:58:29 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:58:29 #15 DONE 0.0s
12:58:29 
12:58:29 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:58:29 #16 DONE 0.0s
12:58:29 
12:58:29 #17 exporting to image
12:58:29 #17 exporting layers
12:58:30 #49 1.844 -- The C compiler identification is GNU 10.2.1
12:58:30 #49 1.864 -- Detecting C compiler ABI info
12:58:30 #49 2.135 -- Detecting C compiler ABI info - done
12:58:30 #49 2.195 -- Check for working C compiler: /usr/bin/x86_64-linux-gnu-gcc - skipped
12:58:30 #49 2.206 -- Detecting C compile features
12:58:30 #49 2.207 -- Detecting C compile features - done
12:58:30 #49 2.226 -- Performing Test HAS_BUILTIN_FORTIFY
12:58:30 #49 2.439 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:58:30 #49 2.499 -- Configuring done
12:58:30 #49 2.516 -- Generating done
12:58:30 #49 2.523 -- Build files have been written to: /go/src/github.com/krallin/tini
12:58:30 #49 2.753 Scanning dependencies of target tini-static
12:58:30 #49 2.791 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:58:31 #49 3.545 [100%] Linking C executable tini-static
12:58:31 #49 3.972 [100%] Built target tini-static
12:58:31 #49 DONE 4.2s
12:58:31 
12:58:31 #47 [build 3/6] RUN --mount=type=cache,sharing=locked,id=moby-build-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-build-aptcache,target=/var/cache/apt         apt-get update && apt-get install --no-install-recommends -y             clang             lld             llvm
12:58:31 #47 12.25 Building dependency tree...
12:58:31 #47 13.60 The following additional packages will be installed:
12:58:31 #47 13.60   clang-11 lib32gcc-s1 lib32stdc++6 libc6-i386 libclang-common-11-dev
12:58:31 #47 13.60   libclang-cpp11 libclang1-11 libgc1 libllvm11 libobjc-10-dev libobjc4 libpfm4
12:58:31 #47 13.60   libz3-4 lld-11 llvm-11 llvm-11-runtime llvm-runtime
12:58:31 #47 13.61 Suggested packages:
12:58:31 #47 13.61   clang-11-doc llvm-11-doc
12:58:31 #47 13.61 Recommended packages:
12:58:31 #47 13.61   llvm-11-dev libomp-11-dev binfmt-support
12:58:31 #47 14.28 The following NEW packages will be installed:
12:58:31 #47 14.28   clang clang-11 lib32gcc-s1 lib32stdc++6 libc6-i386 libclang-common-11-dev
12:58:31 #47 14.28   libclang-cpp11 libclang1-11 libgc1 libllvm11 libobjc-10-dev libobjc4 libpfm4
12:58:31 #47 14.29   libz3-4 lld lld-11 llvm llvm-11 llvm-11-runtime llvm-runtime
12:58:31 #47 14.61 0 upgraded, 20 newly installed, 0 to remove and 2 not upgraded.
12:58:31 #47 14.61 Need to get 58.8 MB of archives.
12:58:31 #47 14.61 After this operation, 300 MB of additional disk space will be used.
12:58:31 #47 14.61 Get:1 http://deb.debian.org/debian bullseye/main amd64 libz3-4 amd64 4.8.10-1 [6949 kB]
12:58:31 #47 14.78 Get:2 http://deb.debian.org/debian bullseye/main amd64 libllvm11 amd64 1:11.0.1-2 [17.9 MB]
12:58:31 #47 15.27 Get:3 http://deb.debian.org/debian bullseye/main amd64 libclang-cpp11 amd64 1:11.0.1-2 [9632 kB]
12:58:31 #47 15.52 Get:4 http://deb.debian.org/debian bullseye/main amd64 libgc1 amd64 1:8.0.4-3 [239 kB]
12:58:31 #47 15.52 Get:5 http://deb.debian.org/debian bullseye/main amd64 libobjc4 amd64 10.2.1-6 [41.8 kB]
12:58:31 #47 15.52 Get:6 http://deb.debian.org/debian bullseye/main amd64 libobjc-10-dev amd64 10.2.1-6 [170 kB]
12:58:31 #47 15.52 Get:7 http://deb.debian.org/debian bullseye/main amd64 libc6-i386 amd64 2.31-13+deb11u5 [2616 kB]
12:58:31 #47 15.58 Get:8 http://deb.debian.org/debian bullseye/main amd64 lib32gcc-s1 amd64 10.2.1-6 [49.4 kB]
12:58:31 #47 15.59 Get:9 http://deb.debian.org/debian bullseye/main amd64 lib32stdc++6 amd64 10.2.1-6 [510 kB]
12:58:31 #47 15.60 Get:10 http://deb.debian.org/debian bullseye/main amd64 libclang-common-11-dev amd64 1:11.0.1-2 [4922 kB]
12:58:31 #47 15.77 Get:11 http://deb.debian.org/debian bullseye/main amd64 libclang1-11 amd64 1:11.0.1-2 [5521 kB]
12:58:31 #47 15.90 Get:12 http://deb.debian.org/debian bullseye/main amd64 clang-11 amd64 1:11.0.1-2 [109 kB]
12:58:31 #47 15.90 Get:13 http://deb.debian.org/debian bullseye/main amd64 clang amd64 1:11.0-51+nmu5 [8872 B]
12:58:31 #47 15.90 Get:14 http://deb.debian.org/debian bullseye/main amd64 libpfm4 amd64 4.11.1+git32-gd0b85fb-1 [286 kB]
12:58:31 #47 15.91 Get:15 http://deb.debian.org/debian bullseye/main amd64 lld-11 amd64 1:11.0.1-2 [1173 kB]
12:58:31 #47 15.94 Get:16 http://deb.debian.org/debian bullseye/main amd64 lld amd64 1:11.0-51+nmu5 [8492 B]
12:58:31 #47 15.94 Get:17 http://deb.debian.org/debian bullseye/main amd64 llvm-11-runtime amd64 1:11.0.1-2 [212 kB]
12:58:31 #47 15.95 Get:18 http://deb.debian.org/debian bullseye/main amd64 llvm-runtime amd64 1:11.0-51+nmu5 [8532 B]
12:58:31 #47 15.95 Get:19 http://deb.debian.org/debian bullseye/main amd64 llvm-11 amd64 1:11.0.1-2 [8463 kB]
12:58:31 #47 16.24 Get:20 http://deb.debian.org/debian bullseye/main amd64 llvm amd64 1:11.0-51+nmu5 [10.7 kB]
12:58:31 #47 16.58 debconf: delaying package configuration, since apt-utils is not installed
12:58:31 #47 16.68 Fetched 58.8 MB in 2s (30.7 MB/s)
12:58:31 #47 16.73 Selecting previously unselected package libz3-4:amd64.
12:58:31 #47 16.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 ... 15754 files and directories currently installed.)
12:58:31 #47 16.75 Preparing to unpack .../00-libz3-4_4.8.10-1_amd64.deb ...
12:58:31 #47 16.77 Unpacking libz3-4:amd64 (4.8.10-1) ...
12:58:34 #47 18.71 Selecting previously unselected package libllvm11:amd64.
12:58:34 #47 18.72 Preparing to unpack .../01-libllvm11_1%3a11.0.1-2_amd64.deb ...
12:58:34 #47 18.77 Unpacking libllvm11:amd64 (1:11.0.1-2) ...
12:58:34 #47 ...
12:58:34 
12:58:34 #50 [all 1/7] COPY --from=tini          /build/ /
12:58:34 #50 DONE 0.0s
12:58:34 
12:58:34 #45 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/amd64 <<EOT (set -e...)
12:58:34 #45 4.832 + bin/ctr
12:58:36 Created binary: bundles/dynbinary-daemon/dockerd
12:58:36 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:58:36 Created binary: bundles/dynbinary-daemon/docker-proxy
12:58:36 
12:58:36 + popd
12:58:36 ~/rpmbuild/BUILD/src
12:58:36 + RPM_EC=0
12:58:36 ++ jobs -p
12:58:36 + exit 0
12:58:36 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8brXmx
12:58:36 + umask 022
12:58:36 + cd /root/rpmbuild/BUILD
12:58:36 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64 '!=' / ']'
12:58:36 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:58:36 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:58:36 + mkdir -p /root/rpmbuild/BUILDROOT
12:58:36 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:58:36 + cd src
12:58:36 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:58:36 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/dockerd
12:58:36 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
12:58:36 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/docker-proxy
12:58:36 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/docker-init
12:58:36 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/lib/systemd/system/docker.service
12:58:36 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/lib/systemd/system/docker.socket
12:58:36 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/etc/docker
12:58:36 + /usr/lib/rpm/check-buildroot
12:58:36 + /usr/lib/rpm/redhat/brp-ldconfig
12:58:36 + /usr/lib/rpm/brp-compress
12:58:36 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:58:36 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:58:36 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
12:58:36 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:58:36 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:58:36 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:58:36 + /usr/lib/rpm/brp-python-hardlink
12:58:36 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:58:36 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.NKzrQ5
12:58:36 + umask 022
12:58:36 + cd /root/rpmbuild/BUILD
12:58:36 + cd src
12:58:36 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:58:36 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
12:58:36 PASS: daemon version OK
12:58:36 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
12:58:36 + echo 'PASS: daemon version OK'
12:58:36 + RPM_EC=0
12:58:36 ++ jobs -p
12:58:36 + exit 0
12:58:36 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:58:36 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/docker-proxy
12:58:36 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.el9 docker-ce(aarch-64) = 3:0.0.0~20230206193855.ab4ef4a-0.el9
12:58:36 Requires(interp): /bin/sh /bin/sh /bin/sh
12:58:36 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:58:36 Requires(post): /bin/sh
12:58:36 Requires(preun): /bin/sh
12:58:36 Requires(postun): /bin/sh
12:58:36 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)
12:58:36 Conflicts: docker docker-ee docker-engine-cs docker-io
12:58:36 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:58:36 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:58:36 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.src.rpm
12:58:39 #45 ...
12:58:39 
12:58:39 #47 [build 3/6] RUN --mount=type=cache,sharing=locked,id=moby-build-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-build-aptcache,target=/var/cache/apt         apt-get update && apt-get install --no-install-recommends -y             clang             lld             llvm
12:58:39 #47 23.99 Selecting previously unselected package libclang-cpp11.
12:58:39 #17 exporting layers 9.0s done
12:58:39 #17 writing image sha256:d112d61d81c20d179d31b9a9de456ef66a430f0ce3271c650a44bd0ea29f25aa done
12:58:39 #17 naming to docker.io/debbuild-debian-bullseye/aarch64 done
12:58:39 #17 DONE 9.0s
12:58:39 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/debian-bullseye:/build  debbuild-debian-bullseye/aarch64
12:58:39 + set -e
12:58:39 + mkdir -p /root/build-deb/engine
12:58:39 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:58:39 + mkdir -p /root/build-deb/cli
12:58:39 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:58:39 + mkdir -p /root/build-deb/buildx
12:58:39 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:58:39 #47 23.99 Preparing to unpack .../02-libclang-cpp11_1%3a11.0.1-2_amd64.deb ...
12:58:39 #47 24.00 Unpacking libclang-cpp11 (1:11.0.1-2) ...
12:58:39 + mkdir -p /root/build-deb/compose
12:58:39 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:58:39 + mkdir -p /root/build-deb/scan-cli-plugin
12:58:39 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:58:39 + mkdir -p /go/src/github.com/docker
12:58:39 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:58:39 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:58:39 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:58:39 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:58:39 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:58:39 + EPOCH=5
12:58:39 + EPOCH_SEP=
12:58:39 + [[ ! -z 5 ]]
12:58:39 + EPOCH_SEP=:
12:58:39 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:58:39 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:58:39 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:58:39 + VERSION=0.0.0-20230206193855-ab4ef4a
12:58:39 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:58:39 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:58:39 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:58:39 + debSource=docker-ce
12:58:39 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:58:39 + debMaintainer='Docker <support@docker.com>'
12:58:39 ++ date --rfc-2822
12:58:39 + debDate='Wed, 08 Feb 2023 12:58:39 +0000'
12:58:39 + pkgRevision=1
12:58:39 + cat
12:58:39 + export CLI_GITCOMMIT=ab4ef4a
12:58:39 + CLI_GITCOMMIT=ab4ef4a
12:58:39 + export ENGINE_GITCOMMIT=1141704
12:58:39 + ENGINE_GITCOMMIT=1141704
12:58:39 + export SCAN_GITCOMMIT=6c852fa
12:58:39 + SCAN_GITCOMMIT=6c852fa
12:58:39 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:58:39 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:58:39 + dpkg-buildpackage -uc -us -I.git
12:58:39 dpkg-buildpackage: info: source package docker-ce
12:58:39 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye
12:58:39 dpkg-buildpackage: info: source distribution bullseye
12:58:39 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:58:39 dpkg-buildpackage: info: host architecture armhf
12:58:39  dpkg-source -I.git --before-build .
12:58:40  debian/rules clean
12:58:40 dh clean --with=bash-completion
12:58:40    dh_clean
12:58:40  dpkg-source -I.git -b .
12:58:40 dpkg-source: warning: native package version may not have a revision
12:58:40 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:58:40 dpkg-source: info: using source format '1.0'
12:58:40 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz
12:58:42 #47 26.90 Selecting previously unselected package libgc1:amd64.
12:58:42 #47 26.90 Preparing to unpack .../03-libgc1_1%3a8.0.4-3_amd64.deb ...
12:58:42 #47 26.91 Unpacking libgc1:amd64 (1:8.0.4-3) ...
12:58:42 #47 27.02 Selecting previously unselected package libobjc4:amd64.
12:58:42 #47 27.02 Preparing to unpack .../04-libobjc4_10.2.1-6_amd64.deb ...
12:58:42 #47 27.03 Unpacking libobjc4:amd64 (10.2.1-6) ...
12:58:42 #47 27.08 Selecting previously unselected package libobjc-10-dev:amd64.
12:58:42 #47 27.09 Preparing to unpack .../05-libobjc-10-dev_10.2.1-6_amd64.deb ...
12:58:42 #47 27.10 Unpacking libobjc-10-dev:amd64 (10.2.1-6) ...
12:58:42 #47 27.19 Selecting previously unselected package libc6-i386.
12:58:42 #47 27.20 Preparing to unpack .../06-libc6-i386_2.31-13+deb11u5_amd64.deb ...
12:58:42 #47 27.20 Unpacking libc6-i386 (2.31-13+deb11u5) ...
12:58:43 #47 28.05 Selecting previously unselected package lib32gcc-s1.
12:58:43 #47 28.05 Preparing to unpack .../07-lib32gcc-s1_10.2.1-6_amd64.deb ...
12:58:43 #47 28.06 Unpacking lib32gcc-s1 (10.2.1-6) ...
12:58:43 #47 28.13 Selecting previously unselected package lib32stdc++6.
12:58:43 #47 28.13 Preparing to unpack .../08-lib32stdc++6_10.2.1-6_amd64.deb ...
12:58:43 #47 28.14 Unpacking lib32stdc++6 (10.2.1-6) ...
12:58:43 #47 28.33 Selecting previously unselected package libclang-common-11-dev.
12:58:43 #47 28.33 Preparing to unpack .../09-libclang-common-11-dev_1%3a11.0.1-2_amd64.deb ...
12:58:43 #47 28.34 Unpacking libclang-common-11-dev (1:11.0.1-2) ...
12:58:45 #47 30.43 Selecting previously unselected package libclang1-11.
12:58:45 #47 30.43 Preparing to unpack .../10-libclang1-11_1%3a11.0.1-2_amd64.deb ...
12:58:45 #47 30.44 Unpacking libclang1-11 (1:11.0.1-2) ...
12:58:46 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc
12:58:46  debian/rules build
12:58:46 dh build --with=bash-completion
12:58:46    dh_update_autotools_config
12:58:46    dh_autoreconf
12:58:46    debian/rules override_dh_auto_build
12:58:46 make[1]: Entering directory '/root/build-deb'
12:58:46 # Build the daemon and dependencies
12:58:46 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:58:46 
12:58:46 Removing bundles/
12:58:46 
12:58:46 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:58:46 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
12:58:47 #47 31.94 Selecting previously unselected package clang-11.
12:58:47 #47 31.94 Preparing to unpack .../11-clang-11_1%3a11.0.1-2_amd64.deb ...
12:58:47 #47 31.95 Unpacking clang-11 (1:11.0.1-2) ...
12:58:47 #47 32.06 Selecting previously unselected package clang.
12:58:47 #47 32.06 Preparing to unpack .../12-clang_1%3a11.0-51+nmu5_amd64.deb ...
12:58:47 #47 32.06 Unpacking clang (1:11.0-51+nmu5) ...
12:58:47 #47 32.12 Selecting previously unselected package libpfm4:amd64.
12:58:47 #47 32.12 Preparing to unpack .../13-libpfm4_4.11.1+git32-gd0b85fb-1_amd64.deb ...
12:58:47 #47 32.12 Unpacking libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ...
12:58:47 #47 32.26 Selecting previously unselected package lld-11.
12:58:47 #47 32.26 Preparing to unpack .../14-lld-11_1%3a11.0.1-2_amd64.deb ...
12:58:47 #47 32.27 Unpacking lld-11 (1:11.0.1-2) ...
12:58:47 #47 32.66 Selecting previously unselected package lld.
12:58:48 #47 32.66 Preparing to unpack .../15-lld_1%3a11.0-51+nmu5_amd64.deb ...
12:58:48 #47 32.67 Unpacking lld (1:11.0-51+nmu5) ...
12:58:48 #47 32.73 Selecting previously unselected package llvm-11-runtime.
12:58:48 #47 32.73 Preparing to unpack .../16-llvm-11-runtime_1%3a11.0.1-2_amd64.deb ...
12:58:48 #47 32.73 Unpacking llvm-11-runtime (1:11.0.1-2) ...
12:58:48 #47 32.83 Selecting previously unselected package llvm-runtime.
12:58:48 #47 32.83 Preparing to unpack .../17-llvm-runtime_1%3a11.0-51+nmu5_amd64.deb ...
12:58:48 #47 32.84 Unpacking llvm-runtime (1:11.0-51+nmu5) ...
12:58:48 #47 32.88 Selecting previously unselected package llvm-11.
12:58:48 #47 32.89 Preparing to unpack .../18-llvm-11_1%3a11.0.1-2_amd64.deb ...
12:58:48 #47 32.90 Unpacking llvm-11 (1:11.0.1-2) ...
12:58:50 #47 35.09 Selecting previously unselected package llvm.
12:58:50 #47 35.10 Preparing to unpack .../19-llvm_1%3a11.0-51+nmu5_amd64.deb ...
12:58:50 #47 35.11 Unpacking llvm (1:11.0-51+nmu5) ...
12:58:50 #47 35.22 Setting up libz3-4:amd64 (4.8.10-1) ...
12:58:50 #47 35.23 Setting up libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ...
12:58:50 #47 35.24 Setting up libllvm11:amd64 (1:11.0.1-2) ...
12:58:50 #47 35.26 Setting up libclang1-11 (1:11.0.1-2) ...
12:58:50 #47 35.27 Setting up libgc1:amd64 (1:8.0.4-3) ...
12:58:50 #47 35.28 Setting up libc6-i386 (2.31-13+deb11u5) ...
12:58:50 #47 35.29 Setting up llvm-11-runtime (1:11.0.1-2) ...
12:58:50 #47 35.31 Setting up llvm-11 (1:11.0.1-2) ...
12:58:50 #47 35.33 Setting up libobjc4:amd64 (10.2.1-6) ...
12:58:50 #47 35.34 Setting up lld-11 (1:11.0.1-2) ...
12:58:50 #47 35.35 Setting up libclang-cpp11 (1:11.0.1-2) ...
12:58:50 #47 35.36 Setting up lib32gcc-s1 (10.2.1-6) ...
12:58:50 #47 35.37 Setting up lib32stdc++6 (10.2.1-6) ...
12:58:50 #47 35.38 Setting up llvm-runtime (1:11.0-51+nmu5) ...
12:58:50 #47 35.40 Setting up llvm (1:11.0-51+nmu5) ...
12:58:50 #47 35.41 Setting up libobjc-10-dev:amd64 (10.2.1-6) ...
12:58:50 #47 35.42 Setting up libclang-common-11-dev (1:11.0.1-2) ...
12:58:50 #47 35.43 Setting up clang-11 (1:11.0.1-2) ...
12:58:50 #47 35.45 Setting up lld (1:11.0-51+nmu5) ...
12:58:50 #47 35.46 Setting up clang (1:11.0-51+nmu5) ...
12:58:50 #47 35.49 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:58:51 #47 DONE 35.9s
12:58:51 
12:58:51 #51 [build 4/6] RUN --mount=type=cache,sharing=locked,id=moby-build-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-build-aptcache,target=/var/cache/apt         xx-apt-get install --no-install-recommends -y             dpkg-dev             gcc             libapparmor-dev             libc6-dev             libdevmapper-dev             libseccomp-dev             libsecret-1-dev             libsystemd-dev             libudev-dev
12:58:51 #23 110.7 Created binary: /tmp/bundles/binary-daemon/dockerd.exe
12:58:51 #23 110.8 ++++++ cat ./cli/winresources/docker-proxy/winres.json
12:58:51 #23 110.8 {
12:58:51 #23 110.8   "RT_GROUP_ICON": {
12:58:51 #23 110.8     "#1": {
12:58:51 #23 110.8       "0409": "../../winresources/docker.ico"
12:58:51 #23 110.8     }
12:58:51 #23 110.8   },
12:58:51 #23 110.8   "RT_MANIFEST": {
12:58:51 #23 110.8     "#1": {
12:58:51 #23 110.8       "0409": {
12:58:51 #23 110.8         "identity": {},
12:58:51 #23 110.8         "description": "Docker Engine",
12:58:51 #23 110.8         "minimum-os": "vista",
12:58:51 #23 110.8         "execution-level": "",
12:58:51 #23 110.8         "ui-access": false,
12:58:51 #23 110.8         "auto-elevate": false,
12:58:51 #23 110.8         "dpi-awareness": "unaware",
12:58:51 #23 110.8         "disable-theming": false,
12:58:51 #23 110.8         "disable-window-filtering": false,
12:58:51 #23 110.8         "high-resolution-scrolling-aware": false,
12:58:51 #23 110.8         "ultra-high-resolution-scrolling-aware": false,
12:58:51 #23 110.8         "long-path-aware": false,
12:58:51 #23 110.8         "printer-driver-isolation": false,
12:58:51 #23 110.8         "gdi-scaling": false,
12:58:51 #23 110.8         "segment-heap": false,
12:58:51 #23 110.8         "use-common-controls-v6": false
12:58:51 #23 110.8       }
12:58:51 #23 110.8     }
12:58:51 #23 110.8   },
12:58:51 #23 110.8   "RT_MESSAGETABLE": {
12:58:51 #23 110.8     "#1": {
12:58:51 #23 110.8       "0409": "../../winresources/event_messages.bin"
12:58:51 #23 110.8     }
12:58:51 #23 110.8   },
12:58:51 #23 110.8   "RT_VERSION": {
12:58:51 #23 110.8     "#1": {
12:58:51 #23 110.8       "0409": {
12:58:51 #23 110.8         "fixed": {
12:58:51 #23 110.8           "file_version": "0.0.0.0",
12:58:51 #23 110.8           "product_version": "0.0.0.0",
12:58:51 #23 110.8           "type": "Unknown"
12:58:51 #23 110.8         },
12:58:51 #23 110.8         "info": {
12:58:51 #23 110.8           "0000": {
12:58:51 #23 110.8             "CompanyName": "",
12:58:51 #23 110.8             "FileVersion": "0.0.0-20230206193855-ab4ef4a",
12:58:51 #23 110.8             "LegalCopyright": "Copyright © 2015-2023 Docker Inc.",
12:58:51 #23 110.8             "OriginalFileName": "docker-proxy.exe",
12:58:51 #23 110.8             "ProductName": "",
12:58:51 #23 110.8             "ProductVersion": "0.0.0-20230206193855-ab4ef4a",
12:58:51 #23 110.8             "SpecialBuild": "1141704"
12:58:51 #23 110.8           }
12:58:51 #23 110.8         }
12:58:51 #23 110.8       }
12:58:51 #23 110.8     }
12:58:51 #23 110.8   }
12:58:51 #23 110.8 }
12:58:51 #23 110.8 cmd/docker-proxy/genwinres_windows.go
12:58:51 #23 110.8 cmd/docker-proxy/main.go
12:58:51 #23 110.8 cmd/docker-proxy/network_proxy_test.go
12:58:51 #23 110.8 cmd/docker-proxy/proxy.go
12:58:51 #23 110.8 cmd/docker-proxy/sctp_proxy.go
12:58:51 #23 110.8 cmd/docker-proxy/tcp_proxy.go
12:58:51 #23 110.8 cmd/docker-proxy/udp_proxy.go
12:58:51 #23 110.8 Building static /tmp/bundles/binary-daemon/docker-proxy.exe (windows/amd64)...
12:58:51 #23 111.1 Created binary: /tmp/bundles/binary-daemon/docker-proxy.exe
12:58:51 #23 111.1 
12:58:51 #23 DONE 111.4s
12:58:51 
12:58:51 #24 [binary 1/1] COPY --from=build /build/ /
12:58:52 #24 DONE 0.6s
12:58:52 
12:58:52 #25 exporting to client
12:58:52 #25 copying files 38B
12:58:52 #25 copying files 61.96MB 0.4s done
12:58:52 #25 DONE 0.4s
12:58:52 cd /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a docker buildx bake --set binary.platform=windows/amd64 binary
12:58:53 #51 1.820 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:58:53 #51 1.823 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:58:53 #51 1.823 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:58:54 #1 [internal] load .dockerignore
12:58:54 #1 transferring context: 263B done
12:58:54 #1 DONE 0.0s
12:58:54 
12:58:54 #2 [internal] load build definition from Dockerfile
12:58:54 #2 transferring dockerfile: 5.47kB done
12:58:54 #2 DONE 0.0s
12:58:54 
12:58:54 #3 resolve image config for docker.io/docker/dockerfile:1
12:58:54 #3 DONE 0.1s
12:58:54 
12:58:54 #4 docker-image://docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8
12:58:54 #4 CACHED
12:58:54 
12:58:54 #5 [internal] load metadata for docker.io/tonistiigi/xx:1.1.1
12:58:54 Created binary: bundles/dynbinary-daemon/dockerd
12:58:54 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:58:54 Created binary: bundles/dynbinary-daemon/docker-proxy
12:58:54 
12:58:54 ~/rpmbuild/BUILD/src
12:58:54 + popd
12:58:54 + exit 0
12:58:54 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.oWk6Da
12:58:54 + umask 022
12:58:54 + cd /root/rpmbuild/BUILD
12:58:54 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64 '!=' / ']'
12:58:54 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:58:54 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:58:54 + mkdir -p /root/rpmbuild/BUILDROOT
12:58:54 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:58:54 + cd src
12:58:54 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:58:54 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/dockerd
12:58:54 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
12:58:54 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/docker-proxy
12:58:54 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/docker-init
12:58:54 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/lib/systemd/system/docker.service
12:58:54 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/lib/systemd/system/docker.socket
12:58:54 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/etc/docker
12:58:54 + /usr/lib/rpm/check-buildroot
12:58:54 + /usr/lib/rpm/redhat/brp-ldconfig
12:58:54 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
12:58:54 + /usr/lib/rpm/brp-compress
12:58:54 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:58:54 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:58:54 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
12:58:54 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:58:54 + /usr/lib/rpm/brp-python-bytecompile '' 1
12:58:54 + /usr/lib/rpm/brp-python-hardlink
12:58:54 + PYTHON3=/usr/libexec/platform-python
12:58:54 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:58:54 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jC4vMx
12:58:54 + umask 022
12:58:54 + cd /root/rpmbuild/BUILD
12:58:54 + cd src
12:58:54 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:58:54 PASS: daemon version OK
12:58:54 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
12:58:54 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
12:58:54 + echo 'PASS: daemon version OK'
12:58:54 + exit 0
12:58:54 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:58:54 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/docker-proxy
12:58:54 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.el8 docker-ce(aarch-64) = 3:0.0.0~20230206193855.ab4ef4a-0.el8
12:58:54 Requires(interp): /bin/sh /bin/sh /bin/sh
12:58:54 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:58:54 Requires(post): /bin/sh
12:58:54 Requires(preun): /bin/sh
12:58:54 Requires(postun): /bin/sh
12:58:54 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)
12:58:54 Conflicts: docker docker-ee docker-engine-cs docker-io
12:58:54 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:58:54 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:58:54 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.src.rpm
12:58:54 #5 ...
12:58:54 
12:58:54 #6 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
12:58:54 #6 DONE 0.0s
12:58:54 
12:58:54 #5 [internal] load metadata for docker.io/tonistiigi/xx:1.1.1
12:58:54 #5 DONE 0.2s
12:58:54 
12:58:54 #7 [internal] load metadata for docker.io/library/golang:1.19.5-alpine3.16
12:58:54 #7 DONE 0.3s
12:58:54 
12:58:54 #8 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
12:58:54 #8 DONE 0.4s
12:58:54 
12:58:54 #9 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
12:58:54 #9 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
12:58:54 #9 sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 5.46kB / 5.46kB done
12:58:54 #9 sha256:a28c16d579330aa32da948d5ce201e1e546354170044c447edfb3764cc198328 523B / 523B done
12:58:54 #9 sha256:09950e90e11171816d164e6200593f7015f8ba9f67db5f195bf9c88627bab1e4 418B / 418B done
12:58:54 #9 sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 0B / 136B 0.2s
12:58:54 #9 extracting sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a done
12:58:55 #9 sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 136B / 136B 0.2s done
12:58:55 #9 ...
12:58:55 
12:58:55 #10 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9
12:58:55 #10 resolve docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9 0.0s done
12:58:55 #10 sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9 2.65kB / 2.65kB done
12:58:55 #10 sha256:30f60105c995681479b4742a2d94ab6f93e256d8b64eb3965c07b53690af50cd 526B / 526B done
12:58:55 #10 sha256:86dcba2fb3ace8cdc35db7ae6f3d2fedd1158bcacd065543f1d3e77b714d0357 1.30kB / 1.30kB done
12:58:55 #10 sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 14.96kB / 14.96kB 0.1s done
12:58:55 #10 extracting sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 done
12:58:55 #10 DONE 0.5s
12:58:55 
12:58:55 #9 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
12:58:55 #9 DONE 0.5s
12:58:55 
12:58:55 #11 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1
12:58:55 #11 resolve docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1 0.0s done
12:58:55 #11 sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1 1.65kB / 1.65kB done
12:58:55 #11 sha256:654f4a074920935feeae68f7637da82bb4b8486e7bd8da26bfe48f1750935b79 1.16kB / 1.16kB done
12:58:55 #11 sha256:8223c43c6abe54105296f911c4b601138eeae713891a9dc8eacde44ddf05b507 5.11kB / 5.11kB done
12:58:55 #11 sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 2.81MB / 2.81MB 0.1s done
12:58:55 #11 sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 284.75kB / 284.75kB 0.1s done
12:58:55 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 16.78MB / 122.71MB 0.5s
12:58:55 #11 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 0.3s
12:58:55 #11 sha256:654a5f294e2d7792e63519253d227aa048219ee9251008dc8af1c2af73b5f2c9 155B / 155B 0.2s done
12:58:55 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 29.36MB / 122.71MB 0.7s
12:58:55 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 39.19MB / 122.71MB 0.8s
12:58:55 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 47.19MB / 122.71MB 0.9s
12:58:55 #11 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 0.8s done
12:58:55 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 56.62MB / 122.71MB 1.0s
12:58:55 #51 2.767 Reading package lists...
12:58:55 #51 4.416 + apt-get  install --no-install-recommends -y dpkg-dev gcc libapparmor-dev libc6-dev libdevmapper-dev libseccomp-dev libsecret-1-dev libsystemd-dev libudev-dev
12:58:55 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 66.06MB / 122.71MB 1.1s
12:58:55 #11 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373
12:58:55 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 79.69MB / 122.71MB 1.3s
12:58:55 #11 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 0.2s done
12:58:56 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 87.03MB / 122.71MB 1.4s
12:58:56 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 95.43MB / 122.71MB 1.5s
12:58:56 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 116.85MB / 122.71MB 1.7s
12:58:56 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 122.71MB / 122.71MB 1.8s done
12:58:56 #11 ...
12:58:56 
12:58:56 #12 [internal] load build context
12:58:56 #12 transferring context: 38.14MB 1.9s done
12:58:56 #12 DONE 1.9s
12:58:56 
12:58:56 #11 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1
12:58:56 #11 extracting sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 0.1s
12:58:57 #51 4.452 Reading package lists...
12:58:57 #51 6.114 Building dependency tree...
12:58:57 #51 6.503 Reading state information...
12:58:58 #51 6.929 gcc is already the newest version (4:10.2.1-1).
12:58:58 #51 6.929 libc6-dev is already the newest version (2.31-13+deb11u5).
12:58:58 #51 6.929 The following additional packages will be installed:
12:58:58 #51 6.930   bzip2 dmsetup gir1.2-glib-2.0 gir1.2-secret-1 libapparmor1 libblkid-dev
12:58:58 #51 6.931   libdevmapper-event1.02.1 libdevmapper1.02.1 libelf1 libffi-dev
12:58:58 #51 6.931   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
12:58:58 #51 6.931   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
12:58:58 #51 6.932   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
12:58:58 #51 6.932   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev patch
12:58:58 #51 6.933   python3-distutils python3-lib2to3 uuid-dev xz-utils zlib1g-dev
12:58:58 #51 6.934 Suggested packages:
12:58:58 #51 6.939   bzip2-doc debian-keyring libgirepository1.0-dev libglib2.0-doc
12:58:58 #51 6.939   libgdk-pixbuf2.0-bin | libgdk-pixbuf2.0-dev libxml2-utils seccomp ed
12:58:58 #51 6.939   diffutils-doc
12:58:58 #51 6.939 Recommended packages:
12:58:58 #51 6.940   build-essential fakeroot libalgorithm-merge-perl
12:58:58 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc
12:58:58  debian/rules build
12:58:58 dh build --with=bash-completion
12:58:58    dh_update_autotools_config
12:58:58    dh_autoreconf
12:58:58    debian/rules override_dh_auto_build
12:58:58 make[1]: Entering directory '/root/build-deb'
12:58:58 # Build the daemon and dependencies
12:58:58 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
12:58:58 
12:58:58 Removing bundles/
12:58:58 
12:58:58 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:58:58 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
12:58:59 #51 7.933 The following NEW packages will be installed:
12:58:59 #51 7.937   bzip2 dmsetup dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev
12:58:59 #51 7.938   libapparmor1 libblkid-dev libdevmapper-dev libdevmapper-event1.02.1
12:58:59 #51 7.938   libdevmapper1.02.1 libelf1 libffi-dev libgirepository-1.0-1 libglib2.0-bin
12:58:59 #51 7.939   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3
12:58:59 #51 7.939   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev
12:58:59 #51 7.940   libpcre32-3 libpcrecpp0v5 libseccomp-dev libsecret-1-0 libsecret-1-dev
12:58:59 #51 7.943   libsecret-common libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
12:58:59 #51 7.944   patch python3-distutils python3-lib2to3 uuid-dev xz-utils zlib1g-dev
12:58:59 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64.rpm
12:58:59 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.agMYMX
12:58:59 + umask 022
12:58:59 + cd /root/rpmbuild/BUILD
12:58:59 + cd src
12:58:59 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:58:59 + exit 0
12:58:59 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.YOoE8y
12:58:59 + umask 022
12:58:59 + cd /root/rpmbuild/BUILD
12:58:59 + cd /root/rpmbuild/BUILD
12:58:59 + rm -rf src
12:58:59 + /usr/bin/mkdir -p src
12:58:59 + cd src
12:58:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:58:59 + /usr/bin/tar -xof -
12:58:59 #51 8.241 0 upgraded, 41 newly installed, 0 to remove and 2 not upgraded.
12:58:59 #51 8.241 Need to get 11.6 MB of archives.
12:58:59 #51 8.241 After this operation, 45.7 MB of additional disk space will be used.
12:58:59 #51 8.241 Get:1 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
12:58:59 #51 8.247 Get:2 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
12:58:59 #51 8.247 Get:3 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
12:58:59 #51 8.252 Get:4 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
12:58:59 #51 8.253 Get:5 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
12:58:59 #51 8.261 Get:6 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.12 [2312 kB]
12:58:59 #51 8.311 Get:7 http://deb.debian.org/debian bullseye/main amd64 libgirepository-1.0-1 amd64 1.66.1-1+b1 [96.7 kB]
12:58:59 #51 8.313 Get:8 http://deb.debian.org/debian bullseye/main amd64 gir1.2-glib-2.0 amd64 1.66.1-1+b1 [151 kB]
12:58:59 #51 8.316 Get:9 http://deb.debian.org/debian bullseye/main amd64 libsecret-common all 0.20.4-2 [26.7 kB]
12:58:59 #51 8.324 Get:10 http://deb.debian.org/debian bullseye/main amd64 libsecret-1-0 amd64 0.20.4-2 [114 kB]
12:58:59 #51 8.325 Get:11 http://deb.debian.org/debian bullseye/main amd64 gir1.2-secret-1 amd64 0.20.4-2 [13.7 kB]
12:58:59 #51 8.326 Get:12 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
12:58:59 #51 8.328 Get:13 http://deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
12:58:59 #51 8.330 Get:14 http://deb.debian.org/debian bullseye/main amd64 uuid-dev amd64 2.36.1-8+deb11u1 [99.4 kB]
12:58:59 #51 8.336 Get:15 http://deb.debian.org/debian bullseye/main amd64 libblkid-dev amd64 2.36.1-8+deb11u1 [225 kB]
12:58:59 #51 8.339 Get:16 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
12:58:59 #51 8.341 Get:17 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u1 [123 kB]
12:58:59 #51 8.343 Get:18 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
12:58:59 #51 8.351 Get:19 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB]
12:58:59 #51 8.362 Get:20 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB]
12:58:59 #51 8.365 Get:21 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB]
12:58:59 #51 8.366 Get:22 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB]
12:58:59 #51 8.381 Get:23 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
12:58:59 #51 8.391 Get:24 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
12:58:59 #51 8.392 Get:25 http://deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
12:58:59 #51 8.395 Get:26 http://deb.debian.org/debian bullseye/main amd64 libffi-dev amd64 3.3-6 [56.5 kB]
12:58:59 #51 8.399 Get:27 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-data all 2.66.8-1 [1164 kB]
12:58:59 #51 8.422 Get:28 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-bin amd64 2.66.8-1 [141 kB]
12:58:59 #51 8.426 Get:29 http://deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
12:58:59 #51 8.431 Get:30 http://deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
12:58:59 #51 8.433 Get:31 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-dev-bin amd64 2.66.8-1 [179 kB]
12:58:59 #51 8.439 Get:32 http://deb.debian.org/debian bullseye/main amd64 libmount-dev amd64 2.36.1-8+deb11u1 [78.0 kB]
12:58:59 + STATUS=0
12:58:59 + '[' 0 -ne 0 ']'
12:58:59 + /usr/bin/tar -xof -
12:58:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:58:59 #51 8.441 Get:33 http://deb.debian.org/debian bullseye/main amd64 libpcre16-3 amd64 2:8.39-13 [259 kB]
12:58:59 #51 8.444 Get:34 http://deb.debian.org/debian bullseye/main amd64 libpcre32-3 amd64 2:8.39-13 [250 kB]
12:58:59 #51 8.449 Get:35 http://deb.debian.org/debian bullseye/main amd64 libpcrecpp0v5 amd64 2:8.39-13 [152 kB]
12:58:59 #51 8.457 Get:36 http://deb.debian.org/debian bullseye/main amd64 libpcre3-dev amd64 2:8.39-13 [650 kB]
12:58:59 #51 8.468 Get:37 http://deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB]
12:58:59 #51 8.470 Get:38 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-dev amd64 2.66.8-1 [1577 kB]
12:58:59 #51 8.505 Get:39 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
12:58:59 #51 8.510 Get:40 http://deb.debian.org/debian bullseye/main amd64 libsecret-1-dev amd64 0.20.4-2 [214 kB]
12:58:59 #51 8.513 Get:41 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u1 [401 kB]
12:58:59 + STATUS=0
12:58:59 + '[' 0 -ne 0 ']'
12:58:59 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:58:59 + exit 0
12:58:59 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SFL3wA
12:58:59 + umask 022
12:58:59 + cd /root/rpmbuild/BUILD
12:58:59 + cd src
12:58:59 + mkdir -p /go/src/github.com/docker
12:58:59 + rm -f /go/src/github.com/docker/cli
12:58:59 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:58:59 + pushd /go/src/github.com/docker/cli
12:58:59 + VERSION=0.0.0-20230206193855-ab4ef4a
12:58:59 + GITCOMMIT=ab4ef4a
12:58:59 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:58:59 + GO_LINKMODE=dynamic
12:58:59 + ./scripts/build/binary
12:58:59 Building dynamic docker-linux-arm64
12:58:59 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:58:59Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
12:59:00 #51 8.870 debconf: delaying package configuration, since apt-utils is not installed
12:59:00 #51 8.963 Fetched 11.6 MB in 1s (20.7 MB/s)
12:59:00 #51 9.011 Selecting previously unselected package bzip2.
12:59:00 #51 9.011 (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 ... 16833 files and directories currently installed.)
12:59:00 #51 9.041 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
12:59:00 #51 9.046 Unpacking bzip2 (1.0.8-4) ...
12:59:00 #51 9.133 Selecting previously unselected package xz-utils.
12:59:00 #51 9.136 Preparing to unpack .../01-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
12:59:00 #51 9.142 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
12:59:00 #51 9.266 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:59:00 #51 9.267 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
12:59:00 #51 9.275 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
12:59:00 #51 9.358 Selecting previously unselected package dmsetup.
12:59:00 #51 9.358 Preparing to unpack .../03-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
12:59:00 #51 9.374 Unpacking dmsetup (2:1.02.175-2.1) ...
12:59:00 #51 9.455 Selecting previously unselected package patch.
12:59:00 #51 9.458 Preparing to unpack .../04-patch_2.7.6-7_amd64.deb ...
12:59:00 #51 9.470 Unpacking patch (2.7.6-7) ...
12:59:00 #11 extracting sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 4.3s done
12:59:00 #51 9.569 Selecting previously unselected package dpkg-dev.
12:59:00 #51 9.572 Preparing to unpack .../05-dpkg-dev_1.20.12_all.deb ...
12:59:00 #51 9.576 Unpacking dpkg-dev (1.20.12) ...
12:59:01 #11 extracting sha256:654a5f294e2d7792e63519253d227aa048219ee9251008dc8af1c2af73b5f2c9
12:59:01 #11 extracting sha256:654a5f294e2d7792e63519253d227aa048219ee9251008dc8af1c2af73b5f2c9 done
12:59:01 #11 DONE 6.5s
12:59:01 #51 10.00 Selecting previously unselected package libgirepository-1.0-1:amd64.
12:59:01 #51 10.00 Preparing to unpack .../06-libgirepository-1.0-1_1.66.1-1+b1_amd64.deb ...
12:59:01 #51 10.01 Unpacking libgirepository-1.0-1:amd64 (1.66.1-1+b1) ...
12:59:01 #51 10.09 Selecting previously unselected package gir1.2-glib-2.0:amd64.
12:59:01 
12:59:01 #13 [build-base-alpine 2/4] COPY --from=xx / /
12:59:01 #51 10.09 Preparing to unpack .../07-gir1.2-glib-2.0_1.66.1-1+b1_amd64.deb ...
12:59:01 #51 10.09 Unpacking gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ...
12:59:01 #51 10.19 Selecting previously unselected package libsecret-common.
12:59:01 #51 10.19 Preparing to unpack .../08-libsecret-common_0.20.4-2_all.deb ...
12:59:01 #51 10.20 Unpacking libsecret-common (0.20.4-2) ...
12:59:01 #51 10.31 Selecting previously unselected package libsecret-1-0:amd64.
12:59:01 #51 10.32 Preparing to unpack .../09-libsecret-1-0_0.20.4-2_amd64.deb ...
12:59:01 #51 10.32 Unpacking libsecret-1-0:amd64 (0.20.4-2) ...
12:59:01 #51 10.41 Selecting previously unselected package gir1.2-secret-1:amd64.
12:59:01 #51 10.41 Preparing to unpack .../10-gir1.2-secret-1_0.20.4-2_amd64.deb ...
12:59:01 #51 10.42 Unpacking gir1.2-secret-1:amd64 (0.20.4-2) ...
12:59:01 #51 10.47 Selecting previously unselected package libapparmor1:amd64.
12:59:01 #51 10.47 Preparing to unpack .../11-libapparmor1_2.13.6-10_amd64.deb ...
12:59:01 #51 10.47 Unpacking libapparmor1:amd64 (2.13.6-10) ...
12:59:01 #51 10.54 Selecting previously unselected package libapparmor-dev:amd64.
12:59:01 #51 10.54 Preparing to unpack .../12-libapparmor-dev_2.13.6-10_amd64.deb ...
12:59:01 #51 10.54 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
12:59:01 #51 10.65 Selecting previously unselected package uuid-dev:amd64.
12:59:01 #51 10.65 Preparing to unpack .../13-uuid-dev_2.36.1-8+deb11u1_amd64.deb ...
12:59:01 #51 10.66 Unpacking uuid-dev:amd64 (2.36.1-8+deb11u1) ...
12:59:01 #51 10.73 Selecting previously unselected package libblkid-dev:amd64.
12:59:01 #51 10.74 Preparing to unpack .../14-libblkid-dev_2.36.1-8+deb11u1_amd64.deb ...
12:59:01 #51 10.74 Unpacking libblkid-dev:amd64 (2.36.1-8+deb11u1) ...
12:59:01 #13 DONE 0.9s
12:59:02 #51 10.84 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:59:02 #51 10.84 Preparing to unpack .../15-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
12:59:02 #51 10.85 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
12:59:02 #51 10.89 Selecting previously unselected package libudev-dev:amd64.
12:59:02 #51 10.89 Preparing to unpack .../16-libudev-dev_247.3-7+deb11u1_amd64.deb ...
12:59:02 #51 10.89 Unpacking libudev-dev:amd64 (247.3-7+deb11u1) ...
12:59:02 #51 10.98 Selecting previously unselected package libsepol1-dev:amd64.
12:59:02 #51 10.99 Preparing to unpack .../17-libsepol1-dev_3.1-1_amd64.deb ...
12:59:02 #51 11.00 Unpacking libsepol1-dev:amd64 (3.1-1) ...
12:59:02 
12:59:02 #14 [build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git
12:59:02 #51 11.17 Selecting previously unselected package libpcre2-16-0:amd64.
12:59:02 #51 11.17 Preparing to unpack .../18-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ...
12:59:02 #51 11.18 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
12:59:02 #14 0.380 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
12:59:02 #51 11.28 Selecting previously unselected package libpcre2-32-0:amd64.
12:59:02 #51 11.28 Preparing to unpack .../19-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ...
12:59:02 #51 11.29 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
12:59:02 #51 11.41 Selecting previously unselected package libpcre2-posix2:amd64.
12:59:02 #51 11.41 Preparing to unpack .../20-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ...
12:59:02 #51 11.42 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
12:59:02 #51 11.47 Selecting previously unselected package libpcre2-dev:amd64.
12:59:02 #51 11.47 Preparing to unpack .../21-libpcre2-dev_10.36-2+deb11u1_amd64.deb ...
12:59:02 #51 11.48 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ...
12:59:02 #51 11.77 Selecting previously unselected package libselinux1-dev:amd64.
12:59:02 #51 11.78 Preparing to unpack .../22-libselinux1-dev_3.1-3_amd64.deb ...
12:59:02 #51 11.79 Unpacking libselinux1-dev:amd64 (3.1-3) ...
12:59:03 #51 11.90 Selecting previously unselected package libdevmapper-dev:amd64.
12:59:03 #51 11.90 Preparing to unpack .../23-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
12:59:03 #51 11.91 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
12:59:03 #51 11.98 Selecting previously unselected package libelf1:amd64.
12:59:03 #51 11.98 Preparing to unpack .../24-libelf1_0.183-1_amd64.deb ...
12:59:03 #51 11.99 Unpacking libelf1:amd64 (0.183-1) ...
12:59:03 #14 1.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
12:59:03 #51 12.09 Selecting previously unselected package libffi-dev:amd64.
12:59:03 #51 12.10 Preparing to unpack .../25-libffi-dev_3.3-6_amd64.deb ...
12:59:03 #51 12.11 Unpacking libffi-dev:amd64 (3.3-6) ...
12:59:03 #51 12.19 Selecting previously unselected package libglib2.0-data.
12:59:03 #51 12.20 Preparing to unpack .../26-libglib2.0-data_2.66.8-1_all.deb ...
12:59:03 #51 12.21 Unpacking libglib2.0-data (2.66.8-1) ...
12:59:03 #14 1.653 (1/22) Installing ncurses-terminfo-base (6.3_p20220521-r0)
12:59:03 #14 1.658 (2/22) Installing ncurses-libs (6.3_p20220521-r0)
12:59:03 #14 1.666 (3/22) Installing readline (8.1.2-r0)
12:59:03 #14 1.671 (4/22) Installing bash (5.1.16-r2)
12:59:03 #14 1.685 Executing bash-5.1.16-r2.post-install
12:59:03 #14 1.687 (5/22) Installing libffi (3.4.2-r1)
12:59:03 #14 1.690 (6/22) Installing libgcc (11.2.1_git20220219-r2)
12:59:03 #14 1.693 (7/22) Installing libstdc++ (11.2.1_git20220219-r2)
12:59:03 #14 1.709 (8/22) Installing xz-libs (5.2.5-r1)
12:59:03 #51 12.59 Selecting previously unselected package libglib2.0-bin.
12:59:03 #51 12.60 Preparing to unpack .../27-libglib2.0-bin_2.66.8-1_amd64.deb ...
12:59:03 #14 1.712 (9/22) Installing libxml2 (2.9.14-r2)
12:59:03 #14 1.728 (10/22) Installing llvm13-libs (13.0.1-r2)
12:59:03 #51 12.61 Unpacking libglib2.0-bin (2.66.8-1) ...
12:59:03 #51 12.68 Selecting previously unselected package python3-lib2to3.
12:59:03 #51 12.69 Preparing to unpack .../28-python3-lib2to3_3.9.2-1_all.deb ...
12:59:03 #51 12.69 Unpacking python3-lib2to3 (3.9.2-1) ...
12:59:03 #51 12.80 Selecting previously unselected package python3-distutils.
12:59:03 #51 12.80 Preparing to unpack .../29-python3-distutils_3.9.2-1_all.deb ...
12:59:03 #51 12.80 Unpacking python3-distutils (3.9.2-1) ...
12:59:04 #51 12.91 Selecting previously unselected package libglib2.0-dev-bin.
12:59:04 #51 12.92 Preparing to unpack .../30-libglib2.0-dev-bin_2.66.8-1_amd64.deb ...
12:59:04 #51 12.93 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
12:59:04 #51 13.07 Selecting previously unselected package libmount-dev:amd64.
12:59:04 #51 13.07 Preparing to unpack .../31-libmount-dev_2.36.1-8+deb11u1_amd64.deb ...
12:59:04 #51 13.07 Unpacking libmount-dev:amd64 (2.36.1-8+deb11u1) ...
12:59:04 #51 13.15 Selecting previously unselected package libpcre16-3:amd64.
12:59:04 #51 13.15 Preparing to unpack .../32-libpcre16-3_2%3a8.39-13_amd64.deb ...
12:59:04 #51 13.16 Unpacking libpcre16-3:amd64 (2:8.39-13) ...
12:59:04 #51 13.27 Selecting previously unselected package libpcre32-3:amd64.
12:59:04 #51 13.27 Preparing to unpack .../33-libpcre32-3_2%3a8.39-13_amd64.deb ...
12:59:04 #51 13.27 Unpacking libpcre32-3:amd64 (2:8.39-13) ...
12:59:04 #14 2.605 (11/22) Installing clang-libs (13.0.1-r1)
12:59:04 #51 13.38 Selecting previously unselected package libpcrecpp0v5:amd64.
12:59:04 #51 13.39 Preparing to unpack .../34-libpcrecpp0v5_2%3a8.39-13_amd64.deb ...
12:59:04 #51 13.41 Unpacking libpcrecpp0v5:amd64 (2:8.39-13) ...
12:59:04 #51 13.46 Selecting previously unselected package libpcre3-dev:amd64.
12:59:04 #51 13.47 Preparing to unpack .../35-libpcre3-dev_2%3a8.39-13_amd64.deb ...
12:59:04 #51 13.48 Unpacking libpcre3-dev:amd64 (2:8.39-13) ...
12:59:04 #51 13.76 Selecting previously unselected package zlib1g-dev:amd64.
12:59:04 #51 13.76 Preparing to unpack .../36-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ...
12:59:04 #51 13.77 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
12:59:04 #51 13.86 Selecting previously unselected package libglib2.0-dev:amd64.
12:59:05 #51 13.86 Preparing to unpack .../37-libglib2.0-dev_2.66.8-1_amd64.deb ...
12:59:05 #51 13.87 Unpacking libglib2.0-dev:amd64 (2.66.8-1) ...
12:59:05 #51 14.41 Selecting previously unselected package libseccomp-dev:amd64.
12:59:05 #14 3.386 (12/22) Installing clang (13.0.1-r1)
12:59:05 #14 3.462 (13/22) Installing libmagic (5.41-r0)
12:59:05 #14 3.486 (14/22) Installing file (5.41-r0)
12:59:05 #14 3.497 (15/22) Installing brotli-libs (1.0.9-r6)
12:59:05 #14 3.516 (16/22) Installing nghttp2-libs (1.47.0-r0)
12:59:05 #14 3.518 (17/22) Installing libcurl (7.83.1-r5)
12:59:05 #14 3.527 (18/22) Installing expat (2.5.0-r0)
12:59:05 #14 3.531 (19/22) Installing pcre2 (10.40-r0)
12:59:05 #14 3.555 (20/22) Installing git (2.36.4-r0)
12:59:05 #51 14.43 Preparing to unpack .../38-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
12:59:05 #51 14.43 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
12:59:05 #51 14.51 Selecting previously unselected package libsecret-1-dev:amd64.
12:59:05 #51 14.51 Preparing to unpack .../39-libsecret-1-dev_0.20.4-2_amd64.deb ...
12:59:05 #51 14.52 Unpacking libsecret-1-dev:amd64 (0.20.4-2) ...
12:59:05 #51 14.65 Selecting previously unselected package libsystemd-dev:amd64.
12:59:05 #51 14.65 Preparing to unpack .../40-libsystemd-dev_247.3-7+deb11u1_amd64.deb ...
12:59:05 #51 14.66 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u1) ...
12:59:05 #14 3.704 (21/22) Installing lld (13.0.1-r0)
12:59:05 #14 3.758 (22/22) Installing llvm13 (13.0.1-r2)
12:59:06 #51 15.01 Setting up libpcrecpp0v5:amd64 (2:8.39-13) ...
12:59:06 #51 15.02 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
12:59:06 #51 15.03 Setting up libapparmor1:amd64 (2.13.6-10) ...
12:59:06 #51 15.04 Setting up libpcre16-3:amd64 (2:8.39-13) ...
12:59:06 #51 15.05 Setting up libsepol1-dev:amd64 (3.1-1) ...
12:59:06 #51 15.06 Setting up bzip2 (1.0.8-4) ...
12:59:06 #51 15.07 Setting up libffi-dev:amd64 (3.3-6) ...
12:59:06 #51 15.09 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
12:59:06 #51 15.10 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
12:59:06 #51 15.11 Setting up libglib2.0-data (2.66.8-1) ...
12:59:06 #51 15.12 Setting up uuid-dev:amd64 (2.36.1-8+deb11u1) ...
12:59:06 #51 15.13 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
12:59:06 #51 15.15 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:59:06 #51 15.16 Setting up libpcre32-3:amd64 (2:8.39-13) ...
12:59:06 #51 15.17 Setting up patch (2.7.6-7) ...
12:59:06 #51 15.18 Setting up libudev-dev:amd64 (247.3-7+deb11u1) ...
12:59:06 #51 15.19 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
12:59:06 #51 15.20 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
12:59:06 #51 15.21 Setting up libgirepository-1.0-1:amd64 (1.66.1-1+b1) ...
12:59:06 #14 4.290 Executing busybox-1.35.0-r17.trigger
12:59:06 #14 4.295 OK: 313 MiB in 37 packages
12:59:06 #51 15.23 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
12:59:06 #51 15.24 Setting up python3-lib2to3 (3.9.2-1) ...
12:59:06 #51 15.58 Setting up libelf1:amd64 (0.183-1) ...
12:59:06 #51 15.63 Setting up libsystemd-dev:amd64 (247.3-7+deb11u1) ...
12:59:06 #51 15.66 Setting up libsecret-common (0.20.4-2) ...
12:59:06 #51 15.67 Setting up python3-distutils (3.9.2-1) ...
12:59:06 #14 DONE 4.7s
12:59:06 
12:59:06 #15 [build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
12:59:06 #15 DONE 0.0s
12:59:06 
12:59:06 #16 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
12:59:07 #51 15.95 Setting up libglib2.0-dev-bin (2.66.8-1) ...
12:59:07 #16 0.702 skipping packages installation on windows
12:59:07 #51 16.44 Setting up libblkid-dev:amd64 (2.36.1-8+deb11u1) ...
12:59:07 #51 16.46 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ...
12:59:07 #51 16.48 Setting up libselinux1-dev:amd64 (3.1-3) ...
12:59:07 #51 16.49 Setting up libpcre3-dev:amd64 (2:8.39-13) ...
12:59:07 #51 16.50 Setting up libglib2.0-bin (2.66.8-1) ...
12:59:07 #51 16.51 Setting up dpkg-dev (1.20.12) ...
12:59:07 #51 16.53 Setting up libsecret-1-0:amd64 (0.20.4-2) ...
12:59:07 #51 16.55 Setting up gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ...
12:59:07 #51 16.56 Setting up libmount-dev:amd64 (2.36.1-8+deb11u1) ...
12:59:07 #51 16.57 Setting up gir1.2-secret-1:amd64 (0.20.4-2) ...
12:59:07 #51 16.58 Setting up libglib2.0-dev:amd64 (2.66.8-1) ...
12:59:07 #51 16.60 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
12:59:07 #16 DONE 0.8s
12:59:07 
12:59:07 #17 [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"
12:59:07 #51 16.61 Setting up dmsetup (2:1.02.175-2.1) ...
12:59:07 #51 16.62 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
12:59:07 #51 16.64 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
12:59:07 #51 16.65 Processing triggers for libglib2.0-0:amd64 (2.66.8-1) ...
12:59:07 #51 16.66 No schema files found: doing nothing.
12:59:07 #51 16.67 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:59:07 #51 16.73 Setting up libsecret-1-dev:amd64 (0.20.4-2) ...
12:59:07 #17 1.079 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
12:59:08 #51 DONE 16.9s
12:59:08 
12:59:08 #52 [build 5/6] RUN <<EOT (# in bullseye arm64 target does not link with lld so configure it to use ld instead...)
12:59:08 #17 1.583 go: downloading github.com/akavel/rsrc v0.10.2
12:59:09 #17 DONE 2.2s
12:59:09 
12:59:09 #18 [build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
12:59:09 #18 DONE 0.1s
12:59:09 
12:59:09 #19 [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
12:59:09 #52 DONE 1.4s
12:59:09 
12:59:09 #53 [build 6/6] RUN --mount=type=bind,target=.     --mount=type=tmpfs,target=cli/winresources/dockerd     --mount=type=tmpfs,target=cli/winresources/docker-proxy     --mount=type=cache,target=/root/.cache/go-build,id=moby-build-linux/amd64 <<EOT (set -e...)
12:59:09 #19 DONE 0.4s
12:59:09 
12:59:09 #20 [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
12:59:10 #53 ...
12:59:10 
12:59:10 #42 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/amd64 <<EOT (set -e...)
12:59:10 #42 DONE 57.2s
12:59:10 
12:59:10 #54 [rootlesskit-build 4/5] COPY ./contrib/dockerd-rootless.sh /build/
12:59:10 #54 DONE 0.1s
12:59:10 
12:59:10 #55 [rootlesskit-build 5/5] COPY ./contrib/dockerd-rootless-setuptool.sh /build/
12:59:10 #20 0.495 Building static docker-windows-amd64.exe
12:59:10 #20 0.517 + cat ./cli/winresources/versioninfo.json
12:59:10 #20 0.518 {
12:59:10 #20 0.518   "FixedFileInfo":
12:59:10 #20 0.518   {
12:59:10 #20 0.518     "FileVersion": {
12:59:10 #20 0.518       "Major": 0,
12:59:10 #20 0.518       "Minor": 0,
12:59:10 #20 0.518       "Patch": 0,
12:59:10 #20 0.518       "Build": 0
12:59:10 #20 0.518     },
12:59:10 #20 0.518     "FileFlagsMask": "3f",
12:59:10 #20 0.518     "FileFlags ": "00",
12:59:10 #20 0.518     "FileOS": "040004",
12:59:10 #20 0.518     "FileType": "01",
12:59:10 #20 0.518     "FileSubType": "00"
12:59:10 #20 0.518   },
12:59:10 #20 0.518   "StringFileInfo":
12:59:10 #20 0.518   {
12:59:10 #20 0.518     "Comments": "",
12:59:10 #20 0.518     "CompanyName": "",
12:59:10 #20 0.518     "FileDescription": "Docker Client",
12:59:10 #20 0.518     "FileVersion": "0.0.0-20230206193855-ab4ef4a",
12:59:10 #20 0.518     "InternalName": "",
12:59:10 #20 0.518     "LegalCopyright": "Copyright © 2015-2023 Docker Inc.",
12:59:10 #20 0.518     "LegalTrademarks": "",
12:59:10 #20 0.518     "OriginalFilename": "docker-windows-amd64.exe",
12:59:10 #20 0.518     "PrivateBuild": "",
12:59:10 #20 0.518     "ProductName": "Docker Client",
12:59:10 #20 0.518     "ProductVersion": "0.0.0-20230206193855-ab4ef4a",
12:59:10 #20 0.518     "SpecialBuild": "ab4ef4a"
12:59:10 #20 0.518   },
12:59:10 #20 0.518   "VarFileInfo":
12:59:10 #20 0.518   {
12:59:10 #20 0.518     "Translation": {
12:59:10 #20 0.518       "LangID": "0409",
12:59:10 #20 0.518       "CharsetID": "04B0"
12:59:10 #20 0.518     }
12:59:10 #20 0.518   }
12:59:10 #20 0.518 }
12:59:10 #20 0.518 + go generate -v github.com/docker/cli/cmd/docker
12:59:10 #20 0.521 cmd/docker/aliases.go
12:59:10 #20 0.521 cmd/docker/builder.go
12:59:10 #20 0.521 cmd/docker/builder_test.go
12:59:10 #20 0.522 cmd/docker/builder_windows_test.go
12:59:10 #20 0.522 cmd/docker/completions.go
12:59:10 #20 0.522 cmd/docker/docker.go
12:59:10 #20 0.522 cmd/docker/docker_test.go
12:59:10 #20 0.522 cmd/docker/docker_windows_amd64.go
12:59:10 #20 0.544 + go build -o /out/docker-windows-amd64.exe -tags ' osusergo' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:59:09Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a"' github.com/docker/cli/cmd/docker
12:59:10 #55 DONE 0.1s
12:59:10 
12:59:10 #45 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/amd64 <<EOT (set -e...)
12:59:12 #45 ...
12:59:12 
12:59:12 #53 [build 6/6] RUN --mount=type=bind,target=.     --mount=type=tmpfs,target=cli/winresources/dockerd     --mount=type=tmpfs,target=cli/winresources/docker-proxy     --mount=type=cache,target=/root/.cache/go-build,id=moby-build-linux/amd64 <<EOT (set -e...)
12:59:12 #53 2.336 
12:59:12 #53 2.575 Removing /tmp/bundles/
12:59:12 #53 2.582 
12:59:12 #53 2.594 ---> Making bundle: binary (in /tmp/bundles/binary)
12:59:12 #53 2.643 Building static /tmp/bundles/binary-daemon/dockerd (linux/amd64)...
12:59:12 Created binary: bundles/dynbinary-daemon/dockerd
12:59:12 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:59:12 Created binary: bundles/dynbinary-daemon/docker-proxy
12:59:12 
12:59:12 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:59:12 + RM_GOPATH=0
12:59:12 + TMP_GOPATH=/go
12:59:12 + : /usr/local/bin
12:59:12 + '[' -z /go ']'
12:59:12 + export GOPATH=/go
12:59:12 + GOPATH=/go
12:59:12 + case "$(go env GOARCH)" in
12:59:12 ++ go env GOARCH
12:59:12 + export GO_BUILDMODE=-buildmode=pie
12:59:12 + GO_BUILDMODE=-buildmode=pie
12:59:12 ++ dirname hack/dockerfile/install/install.sh
12:59:12 + dir=hack/dockerfile/install
12:59:12 + bin=tini
12:59:12 + shift
12:59:12 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:59:12 + . hack/dockerfile/install/tini.installer
12:59:12 ++ : v0.19.0
12:59:12 + install_tini
12:59:12 + echo 'Install tini version v0.19.0'
12:59:12 + git clone https://github.com/krallin/tini.git /go/tini
12:59:12 Install tini version v0.19.0
12:59:12 Cloning into '/go/tini'...
12:59:12 + cd /go/tini
12:59:12 + git checkout -q v0.19.0
12:59:12 + cmake .
12:59:12 -- The C compiler identification is GNU 10.2.1
12:59:12 -- Detecting C compiler ABI info
12:59:12 -- Detecting C compiler ABI info - done
12:59:12 -- Check for working C compiler: /usr/bin/cc - skipped
12:59:12 -- Detecting C compile features
12:59:12 -- Detecting C compile features - done
12:59:12 -- Performing Test HAS_BUILTIN_FORTIFY
12:59:12 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:59:12 -- Configuring done
12:59:12 -- Generating done
12:59:12 -- Build files have been written to: /go/tini
12:59:12 + make tini-static
12:59:12 make[2]: Entering directory '/go/tini'
12:59:12 make[3]: Entering directory '/go/tini'
12:59:12 make[4]: Entering directory '/go/tini'
12:59:12 make[5]: Entering directory '/go/tini'
12:59:12 Scanning dependencies of target tini-static
12:59:12 make[5]: Leaving directory '/go/tini'
12:59:12 make[5]: Entering directory '/go/tini'
12:59:12 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:59:12 [100%] Linking C executable tini-static
12:59:12 make[5]: Leaving directory '/go/tini'
12:59:12 [100%] Built target tini-static
12:59:12 make[4]: Leaving directory '/go/tini'
12:59:12 make[3]: Leaving directory '/go/tini'
12:59:12 make[2]: Leaving directory '/go/tini'
12:59:12 + mkdir -p /usr/local/bin
12:59:12 + cp tini-static /usr/local/bin/docker-init
12:59:12 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:59:12 + RM_GOPATH=0
12:59:12 + TMP_GOPATH=/go
12:59:12 + : /usr/local/bin
12:59:12 + '[' -z /go ']'
12:59:12 + export GOPATH=/go
12:59:12 + GOPATH=/go
12:59:12 + case "$(go env GOARCH)" in
12:59:12 ++ go env GOARCH
12:59:12 + export GO_BUILDMODE=-buildmode=pie
12:59:12 + GO_BUILDMODE=-buildmode=pie
12:59:12 ++ dirname hack/dockerfile/install/install.sh
12:59:12 + dir=hack/dockerfile/install
12:59:12 + bin=rootlesskit
12:59:12 + shift
12:59:12 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:59:12 + . hack/dockerfile/install/rootlesskit.installer
12:59:12 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:12 + install_rootlesskit dynamic
12:59:12 + case "$1" in
12:59:12 + install_rootlesskit_dynamic
12:59:12 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:59:12 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:59:12 + export BUILD_MODE=-buildmode=pie
12:59:12 + BUILD_MODE=-buildmode=pie
12:59:12 + _install_rootlesskit
12:59:12 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:59:12 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:12 + for f in rootlesskit rootlesskit-docker-proxy
12:59:12 + GOBIN=/usr/local/bin
12:59:12 + GO111MODULE=on
12:59:12 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:12 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:59:12 go: downloading github.com/sirupsen/logrus v1.9.0
12:59:12 go: downloading github.com/urfave/cli/v2 v2.23.5
12:59:12 go: downloading golang.org/x/sys v0.2.0
12:59:12 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:59:12 go: downloading github.com/google/uuid v1.3.0
12:59:12 go: downloading github.com/moby/vpnkit v0.5.0
12:59:12 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:59:12 go: downloading github.com/gofrs/flock v0.8.1
12:59:12 go: downloading github.com/gorilla/mux v1.8.0
12:59:12 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:59:12 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:59:12 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:59:12 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:59:12 go: downloading golang.org/x/net v0.1.0
12:59:12 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:59:13 #30 ...
12:59:13 
12:59:13 #29 [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
12:59:13 #29 DONE 141.8s
12:59:13 
12:59:13 #30 [linux/amd64->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
12:59:13 #30 DONE 141.8s
12:59:13 
12:59:13 #31 [darwin/amd64 binary 1/1] COPY --from=build /out .
12:59:13 #31 ...
12:59:13 
12:59:13 #32 [darwin/arm64 binary 1/1] COPY --from=build /out .
12:59:13 #32 DONE 0.1s
12:59:13 
12:59:13 #31 [darwin/amd64 binary 1/1] COPY --from=build /out .
12:59:13 #31 DONE 0.1s
12:59:13 
12:59:13 #33 exporting to client directory
12:59:13 #33 copying files darwin/arm64 2.52MB 0.1s
12:59:13 #33 copying files darwin/amd64 2.69MB 0.1s
12:59:13 #33 copying files darwin/arm64 35.04MB 1.2s done
12:59:13 #33 copying files darwin/amd64 36.84MB 1.2s done
12:59:13 #33 DONE 1.2s
12:59:13 dest=$PWD/build/mac; cd /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/build && for platform in *; do \
12:59:13 	arch=$(echo $platform | cut -d_ -f2); \
12:59:13 	mkdir -p $dest/$arch/docker; \
12:59:13 	cp $platform/docker-darwin-* $dest/$arch/docker/docker && \
12:59:13 	tar -C $dest/$arch -c -z -f $dest/$arch/docker-0.0.0-20230206193855-ab4ef4a.tgz docker; \
12:59:13 done
12:59:13 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
12:59:13 + make clean
12:59:13 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
12:59:13 Unable to find image 'alpine:latest' locally
12:59:13 latest: Pulling from library/alpine
12:59:13 8921db27df28: Already exists
12:59:13 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:59:13 Status: Downloaded newer image for alpine:latest
12:59:13 Created binary: bundles/dynbinary-daemon/dockerd
12:59:13 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
12:59:13 Created binary: bundles/dynbinary-daemon/docker-proxy
12:59:13 
12:59:13 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:59:13 + RM_GOPATH=0
12:59:13 + TMP_GOPATH=/go
12:59:13 + : /usr/local/bin
12:59:13 + '[' -z /go ']'
12:59:13 + export GOPATH=/go
12:59:13 + GOPATH=/go
12:59:13 + case "$(go env GOARCH)" in
12:59:13 ++ go env GOARCH
12:59:13 + export GO_BUILDMODE=-buildmode=pie
12:59:13 + GO_BUILDMODE=-buildmode=pie
12:59:13 ++ dirname hack/dockerfile/install/install.sh
12:59:13 Install tini version v0.19.0
12:59:13 + dir=hack/dockerfile/install
12:59:13 + bin=tini
12:59:13 + shift
12:59:13 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:59:13 + . hack/dockerfile/install/tini.installer
12:59:13 ++ : v0.19.0
12:59:13 + install_tini
12:59:13 + echo 'Install tini version v0.19.0'
12:59:13 + git clone https://github.com/krallin/tini.git /go/tini
12:59:13 Cloning into '/go/tini'...
12:59:13 + cd /go/tini
12:59:13 + git checkout -q v0.19.0
12:59:13 + cmake .
12:59:13 -- The C compiler identification is GNU 8.3.0
12:59:13 -- Check for working C compiler: /usr/bin/cc
12:59:13 -- Check for working C compiler: /usr/bin/cc -- works
12:59:13 -- Detecting C compiler ABI info
12:59:13 -- Detecting C compiler ABI info - done
12:59:13 -- Detecting C compile features
12:59:13 -- Detecting C compile features - done
12:59:13 -- Performing Test HAS_BUILTIN_FORTIFY
12:59:13 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:59:13 -- Configuring done
12:59:13 -- Generating done
12:59:13 -- Build files have been written to: /go/tini
12:59:13 + make tini-static
12:59:13 make[2]: Entering directory '/go/tini'
12:59:13 make[3]: Entering directory '/go/tini'
12:59:13 make[4]: Entering directory '/go/tini'
12:59:13 make[5]: Entering directory '/go/tini'
12:59:13 Scanning dependencies of target tini-static
12:59:13 make[5]: Leaving directory '/go/tini'
12:59:13 make[5]: Entering directory '/go/tini'
12:59:13 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:59:13 [100%] Linking C executable tini-static
12:59:13 make[5]: Leaving directory '/go/tini'
12:59:13 [100%] Built target tini-static
12:59:13 make[4]: Leaving directory '/go/tini'
12:59:13 make[3]: Leaving directory '/go/tini'
12:59:13 make[2]: Leaving directory '/go/tini'
12:59:13 + mkdir -p /usr/local/bin
12:59:13 + cp tini-static /usr/local/bin/docker-init
12:59:13 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:59:13 + RM_GOPATH=0
12:59:13 + TMP_GOPATH=/go
12:59:13 + : /usr/local/bin
12:59:13 + '[' -z /go ']'
12:59:13 + export GOPATH=/go
12:59:13 + GOPATH=/go
12:59:13 + case "$(go env GOARCH)" in
12:59:13 ++ go env GOARCH
12:59:13 + export GO_BUILDMODE=-buildmode=pie
12:59:13 + GO_BUILDMODE=-buildmode=pie
12:59:13 ++ dirname hack/dockerfile/install/install.sh
12:59:13 + dir=hack/dockerfile/install
12:59:13 + bin=rootlesskit
12:59:13 + shift
12:59:13 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:59:13 + . hack/dockerfile/install/rootlesskit.installer
12:59:13 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:13 + install_rootlesskit dynamic
12:59:13 + case "$1" in
12:59:13 + install_rootlesskit_dynamic
12:59:13 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:59:13 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:59:13 + export BUILD_MODE=-buildmode=pie
12:59:13 + BUILD_MODE=-buildmode=pie
12:59:13 + _install_rootlesskit
12:59:13 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:13 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:59:13 + for f in rootlesskit rootlesskit-docker-proxy
12:59:13 + GOBIN=/usr/local/bin
12:59:13 + GO111MODULE=on
12:59:13 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:13 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:59:13 go: downloading github.com/sirupsen/logrus v1.9.0
12:59:13 go: downloading github.com/urfave/cli/v2 v2.23.5
12:59:13 go: downloading golang.org/x/sys v0.2.0
12:59:14 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:59:14 Created binary: bundles/dynbinary-daemon/dockerd
12:59:14 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:59:14 Created binary: bundles/dynbinary-daemon/docker-proxy
12:59:14 
12:59:14 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:59:14 + RM_GOPATH=0
12:59:14 + TMP_GOPATH=/go
12:59:14 + : /usr/local/bin
12:59:14 + '[' -z /go ']'
12:59:14 + export GOPATH=/go
12:59:14 + GOPATH=/go
12:59:14 + case "$(go env GOARCH)" in
12:59:14 ++ go env GOARCH
12:59:14 + export GO_BUILDMODE=-buildmode=pie
12:59:14 + GO_BUILDMODE=-buildmode=pie
12:59:14 ++ dirname hack/dockerfile/install/install.sh
12:59:14 + dir=hack/dockerfile/install
12:59:14 + bin=tini
12:59:14 + shift
12:59:14 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:59:14 + . hack/dockerfile/install/tini.installer
12:59:14 ++ : v0.19.0
12:59:14 + install_tini
12:59:14 + echo 'Install tini version v0.19.0'
12:59:14 + git clone https://github.com/krallin/tini.git /go/tini
12:59:14 Install tini version v0.19.0
12:59:14 Cloning into '/go/tini'...
12:59:14 + cd /go/tini
12:59:14 + git checkout -q v0.19.0
12:59:14 + cmake .
12:59:14 -- The C compiler identification is GNU 7.5.0
12:59:14 -- Check for working C compiler: /usr/bin/cc
12:59:14 -- Check for working C compiler: /usr/bin/cc -- works
12:59:14 -- Detecting C compiler ABI info
12:59:14 -- Detecting C compiler ABI info - done
12:59:14 -- Detecting C compile features
12:59:14 -- Detecting C compile features - done
12:59:14 -- Performing Test HAS_BUILTIN_FORTIFY
12:59:14 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:59:14 -- Configuring done
12:59:14 -- Generating done
12:59:14 -- Build files have been written to: /go/tini
12:59:14 + make tini-static
12:59:14 make[2]: Entering directory '/go/tini'
12:59:14 make[3]: Entering directory '/go/tini'
12:59:14 make[4]: Entering directory '/go/tini'
12:59:14 make[5]: Entering directory '/go/tini'
12:59:14 Scanning dependencies of target tini-static
12:59:14 make[5]: Leaving directory '/go/tini'
12:59:14 make[5]: Entering directory '/go/tini'
12:59:14 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:59:14 [100%] Linking C executable tini-static
12:59:14 make[5]: Leaving directory '/go/tini'
12:59:14 [100%] Built target tini-static
12:59:14 make[4]: Leaving directory '/go/tini'
12:59:14 make[3]: Leaving directory '/go/tini'
12:59:14 make[2]: Leaving directory '/go/tini'
12:59:14 + mkdir -p /usr/local/bin
12:59:14 + cp tini-static /usr/local/bin/docker-init
12:59:14 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:59:14 + RM_GOPATH=0
12:59:14 + TMP_GOPATH=/go
12:59:14 + : /usr/local/bin
12:59:14 + '[' -z /go ']'
12:59:14 + export GOPATH=/go
12:59:14 + GOPATH=/go
12:59:14 + case "$(go env GOARCH)" in
12:59:14 ++ go env GOARCH
12:59:14 + export GO_BUILDMODE=-buildmode=pie
12:59:14 + GO_BUILDMODE=-buildmode=pie
12:59:14 ++ dirname hack/dockerfile/install/install.sh
12:59:14 + dir=hack/dockerfile/install
12:59:14 + bin=rootlesskit
12:59:14 + shift
12:59:14 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:59:14 + . hack/dockerfile/install/rootlesskit.installer
12:59:14 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:14 + install_rootlesskit dynamic
12:59:14 + case "$1" in
12:59:14 + install_rootlesskit_dynamic
12:59:14 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:59:14 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:59:14 + export BUILD_MODE=-buildmode=pie
12:59:14 + BUILD_MODE=-buildmode=pie
12:59:14 + _install_rootlesskit
12:59:14 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:59:14 + for f in rootlesskit rootlesskit-docker-proxy
12:59:14 + GOBIN=/usr/local/bin
12:59:14 + GO111MODULE=on
12:59:14 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:14 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:14 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:59:14 go: downloading github.com/sirupsen/logrus v1.9.0
12:59:14 go: downloading github.com/urfave/cli/v2 v2.23.5
12:59:14 go: downloading golang.org/x/sys v0.2.0
12:59:14 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:59:14 go: downloading github.com/google/uuid v1.3.0
12:59:14 go: downloading github.com/moby/vpnkit v0.5.0
12:59:14 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:59:14 go: downloading github.com/gofrs/flock v0.8.1
12:59:14 go: downloading github.com/gorilla/mux v1.8.0
12:59:14 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:59:14 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:59:14 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:59:14 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:59:14 go: downloading golang.org/x/net v0.1.0
12:59:14 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:59:14 + for f in rootlesskit rootlesskit-docker-proxy
12:59:14 + GOBIN=/usr/local/bin
12:59:14 + GO111MODULE=on
12:59:14 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:14 + return
12:59:14 # Build the CLI
12:59:14 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:59:14 Building dynamic docker-linux-arm64
12:59:14 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:57:19Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:59:14 + for f in rootlesskit rootlesskit-docker-proxy
12:59:14 + GOBIN=/usr/local/bin
12:59:14 + GO111MODULE=on
12:59:14 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:14 go: downloading github.com/google/uuid v1.3.0
12:59:14 go: downloading github.com/moby/vpnkit v0.5.0
12:59:14 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:59:14 go: downloading github.com/gofrs/flock v0.8.1
12:59:14 go: downloading github.com/gorilla/mux v1.8.0
12:59:14 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:59:14 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:59:14 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:59:14 rm -f -r src
12:59:14 go: downloading golang.org/x/net v0.1.0
12:59:14 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:59:14 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:59:14 make -C rpm clean
12:59:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:59:14 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:59:14 rm -f -r rpmbuild/
12:59:14 docker builder prune -f --filter until=24h
12:59:15 Total:	0B
12:59:15 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
12:59:15 make -C deb clean
12:59:15 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:59:15 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:59:15 rm -f -r debbuild
12:59:15 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
12:59:15 rm -f -r sources
12:59:15 docker builder prune -f --filter until=24h
12:59:15 Total:	0B
12:59:15 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
12:59:15 make -C static clean
12:59:15 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
12:59:15 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
12:59:15 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64.rpm
12:59:15 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Q27ol2
12:59:15 + umask 022
12:59:15 + cd /root/rpmbuild/BUILD
12:59:15 + cd src
12:59:15 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:59:15 + RPM_EC=0
12:59:15 ++ jobs -p
12:59:15 + exit 0
12:59:15 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Cez6NA
12:59:15 + umask 022
12:59:15 + cd /root/rpmbuild/BUILD
12:59:15 + cd /root/rpmbuild/BUILD
12:59:15 + rm -rf src
12:59:15 + /usr/bin/mkdir -p src
12:59:15 + cd src
12:59:15 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:59:15 + /usr/bin/tar -xof -
12:59:15 + STATUS=0
12:59:15 + '[' 0 -ne 0 ']'
12:59:15 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:59:15 + /usr/bin/tar -xof -
12:59:15 + STATUS=0
12:59:15 + '[' 0 -ne 0 ']'
12:59:15 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:59:15 + RPM_EC=0
12:59:15 ++ jobs -p
12:59:15 + exit 0
12:59:15 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nl8Wto
12:59:15 + umask 022
12:59:15 + cd /root/rpmbuild/BUILD
12:59:15 + cd src
12:59:15 + mkdir -p /go/src/github.com/docker
12:59:15 + rm -f /go/src/github.com/docker/cli
12:59:15 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:59:15 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:59:15 + pushd /go/src/github.com/docker/cli
12:59:15 + VERSION=0.0.0-20230206193855-ab4ef4a
12:59:15 + GITCOMMIT=ab4ef4a
12:59:15 + GO_LINKMODE=dynamic
12:59:15 + ./scripts/build/binary
12:59:15 Building dynamic docker-linux-arm64
12:59:15 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:59:10Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
12:59:15 + return
12:59:15 # Build the CLI
12:59:15 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:59:15 Building dynamic docker-linux-arm64
12:59:15 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:57:19Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:59:16 rm -f -r build
12:59:16 docker builder prune -f --filter until=24h
12:59:16 Total:	0B
12:59:16 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:59:22 Created binary: bundles/dynbinary-daemon/dockerd
12:59:22 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:59:22 Created binary: bundles/dynbinary-daemon/docker-proxy
12:59:22 
12:59:22 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:59:22 + RM_GOPATH=0
12:59:22 + TMP_GOPATH=/go
12:59:22 + : /usr/local/bin
12:59:22 + '[' -z /go ']'
12:59:22 + export GOPATH=/go
12:59:22 + GOPATH=/go
12:59:22 + case "$(go env GOARCH)" in
12:59:22 ++ go env GOARCH
12:59:22 + export GO_BUILDMODE=-buildmode=pie
12:59:22 + GO_BUILDMODE=-buildmode=pie
12:59:22 ++ dirname hack/dockerfile/install/install.sh
12:59:22 + dir=hack/dockerfile/install
12:59:22 + bin=tini
12:59:22 + shift
12:59:22 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:59:22 + . hack/dockerfile/install/tini.installer
12:59:22 ++ : v0.19.0
12:59:22 + install_tini
12:59:22 + echo 'Install tini version v0.19.0'
12:59:22 + git clone https://github.com/krallin/tini.git /go/tini
12:59:22 Install tini version v0.19.0
12:59:22 Cloning into '/go/tini'...
12:59:22 + cd /go/tini
12:59:22 + git checkout -q v0.19.0
12:59:22 + cmake .
12:59:22 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:59:22   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:59:22   CMake.
12:59:22 
12:59:22   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:59:22   CMake that the project does not need compatibility with older versions.
12:59:22 
12:59:22 
12:59:22 -- The C compiler identification is GNU 12.2.0
12:59:22 -- Detecting C compiler ABI info
12:59:22 -- Detecting C compiler ABI info - done
12:59:22 -- Check for working C compiler: /usr/bin/cc - skipped
12:59:22 -- Detecting C compile features
12:59:22 -- Detecting C compile features - done
12:59:22 -- Performing Test HAS_BUILTIN_FORTIFY
12:59:22 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:59:22 -- Configuring done
12:59:22 -- Generating done
12:59:22 -- Build files have been written to: /go/tini
12:59:22 + make tini-static
12:59:22 make[2]: Entering directory '/go/tini'
12:59:22 make[3]: Entering directory '/go/tini'
12:59:22 make[4]: Entering directory '/go/tini'
12:59:22 make[5]: Entering directory '/go/tini'
12:59:22 make[5]: Leaving directory '/go/tini'
12:59:22 make[5]: Entering directory '/go/tini'
12:59:22 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:59:22 [100%] Linking C executable tini-static
12:59:22 make[5]: Leaving directory '/go/tini'
12:59:22 [100%] Built target tini-static
12:59:22 make[4]: Leaving directory '/go/tini'
12:59:22 make[3]: Leaving directory '/go/tini'
12:59:22 make[2]: Leaving directory '/go/tini'
12:59:22 + mkdir -p /usr/local/bin
12:59:22 + cp tini-static /usr/local/bin/docker-init
12:59:22 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:59:22 + RM_GOPATH=0
12:59:22 + TMP_GOPATH=/go
12:59:22 + : /usr/local/bin
12:59:22 + '[' -z /go ']'
12:59:22 + export GOPATH=/go
12:59:22 + GOPATH=/go
12:59:22 + case "$(go env GOARCH)" in
12:59:22 ++ go env GOARCH
12:59:22 + export GO_BUILDMODE=-buildmode=pie
12:59:22 + GO_BUILDMODE=-buildmode=pie
12:59:22 ++ dirname hack/dockerfile/install/install.sh
12:59:22 + dir=hack/dockerfile/install
12:59:22 + bin=rootlesskit
12:59:22 + shift
12:59:22 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:59:22 + . hack/dockerfile/install/rootlesskit.installer
12:59:22 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:22 + install_rootlesskit dynamic
12:59:22 + case "$1" in
12:59:22 + install_rootlesskit_dynamic
12:59:22 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:59:22 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:59:22 + export BUILD_MODE=-buildmode=pie
12:59:22 + BUILD_MODE=-buildmode=pie
12:59:22 + _install_rootlesskit
12:59:22 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:59:22 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:22 + for f in rootlesskit rootlesskit-docker-proxy
12:59:22 + GOBIN=/usr/local/bin
12:59:22 + GO111MODULE=on
12:59:22 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:22 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:59:22 go: downloading github.com/sirupsen/logrus v1.9.0
12:59:22 go: downloading github.com/urfave/cli/v2 v2.23.5
12:59:22 go: downloading golang.org/x/sys v0.2.0
12:59:22 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:59:22 go: downloading github.com/google/uuid v1.3.0
12:59:22 go: downloading github.com/moby/vpnkit v0.5.0
12:59:22 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:59:22 go: downloading github.com/gofrs/flock v0.8.1
12:59:22 go: downloading github.com/gorilla/mux v1.8.0
12:59:22 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:59:22 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:59:22 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:59:22 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:59:22 go: downloading golang.org/x/net v0.1.0
12:59:22 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:59:22 + for f in rootlesskit rootlesskit-docker-proxy
12:59:22 + GOBIN=/usr/local/bin
12:59:22 + GO111MODULE=on
12:59:22 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:23 Created binary: bundles/dynbinary-daemon/dockerd
12:59:23 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:59:23 Created binary: bundles/dynbinary-daemon/docker-proxy
12:59:23 
12:59:23 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:59:23 + RM_GOPATH=0
12:59:23 + TMP_GOPATH=/go
12:59:23 + : /usr/local/bin
12:59:23 + '[' -z /go ']'
12:59:23 + export GOPATH=/go
12:59:23 + GOPATH=/go
12:59:23 + case "$(go env GOARCH)" in
12:59:23 ++ go env GOARCH
12:59:23 + export GO_BUILDMODE=-buildmode=pie
12:59:23 + GO_BUILDMODE=-buildmode=pie
12:59:23 ++ dirname hack/dockerfile/install/install.sh
12:59:23 + dir=hack/dockerfile/install
12:59:23 + bin=tini
12:59:23 + shift
12:59:23 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:59:23 + . hack/dockerfile/install/tini.installer
12:59:23 ++ : v0.19.0
12:59:23 + install_tini
12:59:23 + echo 'Install tini version v0.19.0'
12:59:23 + git clone https://github.com/krallin/tini.git /go/tini
12:59:23 Install tini version v0.19.0
12:59:23 Cloning into '/go/tini'...
12:59:23 + cd /go/tini
12:59:23 + git checkout -q v0.19.0
12:59:23 + cmake .
12:59:23 -- The C compiler identification is GNU 8.3.0
12:59:23 -- Check for working C compiler: /usr/bin/cc
12:59:23 -- Check for working C compiler: /usr/bin/cc -- works
12:59:23 -- Detecting C compiler ABI info
12:59:23 -- Detecting C compiler ABI info - done
12:59:23 -- Detecting C compile features
12:59:23 + return
12:59:23 # Build the CLI
12:59:23 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:59:23 Building dynamic docker-linux-arm-v6
12:59:23 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:56:48Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:59:23 -- Detecting C compile features - done
12:59:23 -- Performing Test HAS_BUILTIN_FORTIFY
12:59:23 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:59:23 -- Configuring done
12:59:23 -- Generating done
12:59:23 -- Build files have been written to: /go/tini
12:59:23 + make tini-static
12:59:23 make[2]: Entering directory '/go/tini'
12:59:23 make[3]: Entering directory '/go/tini'
12:59:23 make[4]: Entering directory '/go/tini'
12:59:23 make[5]: Entering directory '/go/tini'
12:59:24 Scanning dependencies of target tini-static
12:59:24 make[5]: Leaving directory '/go/tini'
12:59:24 make[5]: Entering directory '/go/tini'
12:59:24 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:59:24 [100%] Linking C executable tini-static
12:59:24 make[5]: Leaving directory '/go/tini'
12:59:24 [100%] Built target tini-static
12:59:24 make[4]: Leaving directory '/go/tini'
12:59:24 make[3]: Leaving directory '/go/tini'
12:59:24 make[2]: Leaving directory '/go/tini'
12:59:24 + mkdir -p /usr/local/bin
12:59:24 + cp tini-static /usr/local/bin/docker-init
12:59:24 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:59:24 + RM_GOPATH=0
12:59:24 + TMP_GOPATH=/go
12:59:24 + : /usr/local/bin
12:59:24 + '[' -z /go ']'
12:59:24 + export GOPATH=/go
12:59:24 + GOPATH=/go
12:59:24 + case "$(go env GOARCH)" in
12:59:24 ++ go env GOARCH
12:59:24 + export GO_BUILDMODE=-buildmode=pie
12:59:24 + GO_BUILDMODE=-buildmode=pie
12:59:24 ++ dirname hack/dockerfile/install/install.sh
12:59:24 + dir=hack/dockerfile/install
12:59:24 + bin=rootlesskit
12:59:24 + shift
12:59:24 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:59:24 + . hack/dockerfile/install/rootlesskit.installer
12:59:24 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:24 + install_rootlesskit dynamic
12:59:24 + case "$1" in
12:59:24 + install_rootlesskit_dynamic
12:59:24 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:59:24 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:59:24 + export BUILD_MODE=-buildmode=pie
12:59:24 + BUILD_MODE=-buildmode=pie
12:59:24 + _install_rootlesskit
12:59:24 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:59:24 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:24 + for f in rootlesskit rootlesskit-docker-proxy
12:59:24 + GOBIN=/usr/local/bin
12:59:24 + GO111MODULE=on
12:59:24 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:24 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:59:24 Created binary: bundles/dynbinary-daemon/dockerd
12:59:24 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:59:24 Created binary: bundles/dynbinary-daemon/docker-proxy
12:59:24 
12:59:24 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:59:24 + RM_GOPATH=0
12:59:24 + TMP_GOPATH=/go
12:59:24 + : /usr/local/bin
12:59:24 + '[' -z /go ']'
12:59:24 + export GOPATH=/go
12:59:24 + GOPATH=/go
12:59:24 + case "$(go env GOARCH)" in
12:59:24 ++ go env GOARCH
12:59:24 + export GO_BUILDMODE=-buildmode=pie
12:59:24 + GO_BUILDMODE=-buildmode=pie
12:59:24 ++ dirname hack/dockerfile/install/install.sh
12:59:24 + dir=hack/dockerfile/install
12:59:24 + bin=tini
12:59:24 + shift
12:59:24 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:59:24 + . hack/dockerfile/install/tini.installer
12:59:24 ++ : v0.19.0
12:59:24 + install_tini
12:59:24 + echo 'Install tini version v0.19.0'
12:59:24 Install tini version v0.19.0
12:59:24 + git clone https://github.com/krallin/tini.git /go/tini
12:59:24 Cloning into '/go/tini'...
12:59:24 + cd /go/tini
12:59:24 + git checkout -q v0.19.0
12:59:24 + cmake .
12:59:24 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:59:24   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:59:24   CMake.
12:59:24 
12:59:24   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:59:24   CMake that the project does not need compatibility with older versions.
12:59:24 
12:59:24 
12:59:24 -- The C compiler identification is GNU 11.3.0
12:59:24 -- Detecting C compiler ABI info
12:59:24 -- Detecting C compiler ABI info - done
12:59:24 -- Check for working C compiler: /usr/bin/cc - skipped
12:59:24 -- Detecting C compile features
12:59:24 -- Detecting C compile features - done
12:59:24 -- Performing Test HAS_BUILTIN_FORTIFY
12:59:24 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:59:24 -- Configuring done
12:59:24 -- Generating done
12:59:24 -- Build files have been written to: /go/tini
12:59:24 + make tini-static
12:59:24 make[2]: Entering directory '/go/tini'
12:59:24 make[3]: Entering directory '/go/tini'
12:59:24 make[4]: Entering directory '/go/tini'
12:59:24 make[5]: Entering directory '/go/tini'
12:59:24 make[5]: Leaving directory '/go/tini'
12:59:24 make[5]: Entering directory '/go/tini'
12:59:24 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:59:24 [100%] Linking C executable tini-static
12:59:24 make[5]: Leaving directory '/go/tini'
12:59:24 [100%] Built target tini-static
12:59:24 make[4]: Leaving directory '/go/tini'
12:59:24 make[3]: Leaving directory '/go/tini'
12:59:24 make[2]: Leaving directory '/go/tini'
12:59:24 + mkdir -p /usr/local/bin
12:59:24 + cp tini-static /usr/local/bin/docker-init
12:59:24 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:59:24 + RM_GOPATH=0
12:59:24 + TMP_GOPATH=/go
12:59:24 + : /usr/local/bin
12:59:24 + '[' -z /go ']'
12:59:24 + export GOPATH=/go
12:59:24 + GOPATH=/go
12:59:24 + case "$(go env GOARCH)" in
12:59:24 ++ go env GOARCH
12:59:24 + export GO_BUILDMODE=-buildmode=pie
12:59:24 + GO_BUILDMODE=-buildmode=pie
12:59:24 ++ dirname hack/dockerfile/install/install.sh
12:59:24 + dir=hack/dockerfile/install
12:59:24 + bin=rootlesskit
12:59:24 + shift
12:59:24 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:59:24 + . hack/dockerfile/install/rootlesskit.installer
12:59:24 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:24 + install_rootlesskit dynamic
12:59:24 + case "$1" in
12:59:24 + install_rootlesskit_dynamic
12:59:24 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:59:24 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:59:24 + export BUILD_MODE=-buildmode=pie
12:59:24 + BUILD_MODE=-buildmode=pie
12:59:24 + _install_rootlesskit
12:59:24 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:59:24 + for f in rootlesskit rootlesskit-docker-proxy
12:59:24 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:24 + GOBIN=/usr/local/bin
12:59:24 + GO111MODULE=on
12:59:24 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:24 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:59:24 go: downloading github.com/sirupsen/logrus v1.9.0
12:59:24 go: downloading github.com/urfave/cli/v2 v2.23.5
12:59:24 go: downloading golang.org/x/sys v0.2.0
12:59:24 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:59:24 go: downloading github.com/google/uuid v1.3.0
12:59:24 go: downloading github.com/moby/vpnkit v0.5.0
12:59:24 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:59:24 go: downloading github.com/gofrs/flock v0.8.1
12:59:24 go: downloading github.com/gorilla/mux v1.8.0
12:59:24 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:59:24 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:59:24 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:59:24 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:59:24 go: downloading golang.org/x/net v0.1.0
12:59:24 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:59:24 + for f in rootlesskit rootlesskit-docker-proxy
12:59:24 + GOBIN=/usr/local/bin
12:59:24 + GO111MODULE=on
12:59:24 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:24 + return
12:59:24 # Build the CLI
12:59:24 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:59:24 Building dynamic docker-linux-arm64
12:59:24 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:57:29Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:59:24 go: downloading github.com/sirupsen/logrus v1.9.0
12:59:24 go: downloading github.com/urfave/cli/v2 v2.23.5
12:59:24 go: downloading golang.org/x/sys v0.2.0
12:59:24 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:59:24 go: downloading github.com/google/uuid v1.3.0
12:59:25 go: downloading github.com/moby/vpnkit v0.5.0
12:59:25 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:59:25 go: downloading github.com/gofrs/flock v0.8.1
12:59:25 go: downloading github.com/gorilla/mux v1.8.0
12:59:25 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:59:25 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:59:25 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:59:25 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:59:25 go: downloading golang.org/x/net v0.1.0
12:59:25 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:59:28 Created binary: bundles/dynbinary-daemon/dockerd
12:59:28 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:59:28 Created binary: bundles/dynbinary-daemon/docker-proxy
12:59:28 
12:59:28 + popd
12:59:28 + RPM_EC=0
12:59:28 ~/rpmbuild/BUILD/src
12:59:28 ++ jobs -p
12:59:28 + exit 0
12:59:28 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kds0yM
12:59:28 + umask 022
12:59:28 + cd /root/rpmbuild/BUILD
12:59:28 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64 '!=' / ']'
12:59:28 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:59:28 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:59:28 + mkdir -p /root/rpmbuild/BUILDROOT
12:59:28 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:59:28 + 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'
12:59:28 + export CFLAGS
12:59:28 + 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'
12:59:28 + export CXXFLAGS
12:59:28 + 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'
12:59:28 + export FFLAGS
12:59:28 + 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'
12:59:28 + export FCFLAGS
12:59:28 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:59:28 + export LDFLAGS
12:59:28 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:59:28 + export LT_SYS_LIBRARY_PATH
12:59:28 + CC=gcc
12:59:28 + export CC
12:59:28 + CXX=g++
12:59:28 + export CXX
12:59:28 + cd src
12:59:28 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:59:28 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/dockerd
12:59:28 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
12:59:28 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/docker-proxy
12:59:28 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/docker-init
12:59:28 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/lib/systemd/system/docker.service
12:59:28 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/lib/systemd/system/docker.socket
12:59:28 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/etc/docker
12:59:28 + /usr/lib/rpm/check-buildroot
12:59:28 + /usr/lib/rpm/redhat/brp-ldconfig
12:59:28 + /usr/lib/rpm/brp-compress
12:59:28 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:59:28 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:59:28 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:59:28 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:59:28 + /usr/lib/rpm/check-rpaths
12:59:28 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:59:28 + /usr/lib/rpm/brp-remove-la-files
12:59:28 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:59:28 + /usr/lib/rpm/redhat/brp-python-hardlink
12:59:28 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.BUZDjI
12:59:28 + umask 022
12:59:28 + cd /root/rpmbuild/BUILD
12:59:28 + 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'
12:59:28 + export CFLAGS
12:59:28 + 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'
12:59:28 + export CXXFLAGS
12:59:28 + 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'
12:59:28 + export FFLAGS
12:59:28 + 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'
12:59:28 + export FCFLAGS
12:59:28 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:59:28 + export LDFLAGS
12:59:28 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:59:28 + export LT_SYS_LIBRARY_PATH
12:59:28 + CC=gcc
12:59:28 + export CC
12:59:28 + CXX=g++
12:59:28 + export CXX
12:59:28 + cd src
12:59:28 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:59:28 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
12:59:28 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
12:59:28 + echo 'PASS: daemon version OK'
12:59:28 PASS: daemon version OK
12:59:28 + RPM_EC=0
12:59:28 ++ jobs -p
12:59:28 + exit 0
12:59:28 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:59:28 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/docker-proxy
12:59:28 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.fc37 docker-ce(aarch-64) = 3:0.0.0~20230206193855.ab4ef4a-0.fc37
12:59:28 Requires(interp): /bin/sh /bin/sh /bin/sh
12:59:28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:59:28 Requires(post): /bin/sh
12:59:28 Requires(preun): /bin/sh
12:59:28 Requires(postun): /bin/sh
12:59:28 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)
12:59:28 Conflicts: docker docker-ee docker-engine-cs docker-io
12:59:28 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:59:28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:59:28 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.src.rpm
12:59:29 + for f in rootlesskit rootlesskit-docker-proxy
12:59:29 + GOBIN=/usr/local/bin
12:59:29 + GO111MODULE=on
12:59:29 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:29 Created binary: bundles/dynbinary-daemon/dockerd
12:59:29 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:59:29 Created binary: bundles/dynbinary-daemon/docker-proxy
12:59:29 
12:59:29 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:59:29 + RM_GOPATH=0
12:59:29 + TMP_GOPATH=/go
12:59:29 + : /usr/local/bin
12:59:29 + '[' -z /go ']'
12:59:29 + export GOPATH=/go
12:59:29 + GOPATH=/go
12:59:29 + case "$(go env GOARCH)" in
12:59:29 ++ go env GOARCH
12:59:29 + export GO_BUILDMODE=-buildmode=pie
12:59:29 + GO_BUILDMODE=-buildmode=pie
12:59:29 ++ dirname hack/dockerfile/install/install.sh
12:59:29 + dir=hack/dockerfile/install
12:59:29 + bin=tini
12:59:29 + shift
12:59:29 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:59:29 + . hack/dockerfile/install/tini.installer
12:59:29 ++ : v0.19.0
12:59:29 + install_tini
12:59:29 + echo 'Install tini version v0.19.0'
12:59:29 Install tini version v0.19.0
12:59:29 + git clone https://github.com/krallin/tini.git /go/tini
12:59:29 Cloning into '/go/tini'...
12:59:29 + cd /go/tini
12:59:29 + git checkout -q v0.19.0
12:59:29 + cmake .
12:59:29 -- The C compiler identification is GNU 9.4.0
12:59:29 -- Check for working C compiler: /usr/bin/cc
12:59:29 -- Check for working C compiler: /usr/bin/cc -- works
12:59:29 -- Detecting C compiler ABI info
12:59:29 -- Detecting C compiler ABI info - done
12:59:29 -- Detecting C compile features
12:59:29 -- Detecting C compile features - done
12:59:29 -- Performing Test HAS_BUILTIN_FORTIFY
12:59:29 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:59:29 -- Configuring done
12:59:29 -- Generating done
12:59:29 -- Build files have been written to: /go/tini
12:59:29 + make tini-static
12:59:29 make[2]: Entering directory '/go/tini'
12:59:29 make[3]: Entering directory '/go/tini'
12:59:29 make[4]: Entering directory '/go/tini'
12:59:29 make[5]: Entering directory '/go/tini'
12:59:29 Scanning dependencies of target tini-static
12:59:29 make[5]: Leaving directory '/go/tini'
12:59:29 make[5]: Entering directory '/go/tini'
12:59:29 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:59:29 [100%] Linking C executable tini-static
12:59:29 make[5]: Leaving directory '/go/tini'
12:59:29 [100%] Built target tini-static
12:59:29 make[4]: Leaving directory '/go/tini'
12:59:29 make[3]: Leaving directory '/go/tini'
12:59:29 make[2]: Leaving directory '/go/tini'
12:59:29 + mkdir -p /usr/local/bin
12:59:29 + cp tini-static /usr/local/bin/docker-init
12:59:29 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:59:29 + RM_GOPATH=0
12:59:29 + TMP_GOPATH=/go
12:59:29 + : /usr/local/bin
12:59:29 + '[' -z /go ']'
12:59:29 + export GOPATH=/go
12:59:29 + GOPATH=/go
12:59:29 + case "$(go env GOARCH)" in
12:59:29 ++ go env GOARCH
12:59:29 + export GO_BUILDMODE=-buildmode=pie
12:59:29 + GO_BUILDMODE=-buildmode=pie
12:59:29 ++ dirname hack/dockerfile/install/install.sh
12:59:29 + dir=hack/dockerfile/install
12:59:29 + bin=rootlesskit
12:59:29 + shift
12:59:29 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:59:29 + . hack/dockerfile/install/rootlesskit.installer
12:59:29 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:29 + install_rootlesskit dynamic
12:59:29 + case "$1" in
12:59:29 + install_rootlesskit_dynamic
12:59:29 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:59:29 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:59:29 + export BUILD_MODE=-buildmode=pie
12:59:29 + BUILD_MODE=-buildmode=pie
12:59:29 + _install_rootlesskit
12:59:29 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:59:29 + for f in rootlesskit rootlesskit-docker-proxy
12:59:29 + GOBIN=/usr/local/bin
12:59:29 + GO111MODULE=on
12:59:29 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:29 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:29 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:59:29 go: downloading github.com/sirupsen/logrus v1.9.0
12:59:29 go: downloading github.com/urfave/cli/v2 v2.23.5
12:59:29 go: downloading golang.org/x/sys v0.2.0
12:59:29 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:59:29 go: downloading github.com/google/uuid v1.3.0
12:59:29 go: downloading github.com/moby/vpnkit v0.5.0
12:59:29 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:59:29 go: downloading github.com/gofrs/flock v0.8.1
12:59:29 go: downloading github.com/gorilla/mux v1.8.0
12:59:29 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:59:29 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:59:29 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:59:29 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:59:29 go: downloading golang.org/x/net v0.1.0
12:59:29 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:59:29 + for f in rootlesskit rootlesskit-docker-proxy
12:59:29 + GOBIN=/usr/local/bin
12:59:29 + GO111MODULE=on
12:59:29 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:29 + return
12:59:29 # Build the CLI
12:59:29 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:59:29 Building dynamic docker-linux-arm64
12:59:29 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:57:26Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:59:29 + return
12:59:29 # Build the CLI
12:59:29 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:59:29 Building dynamic docker-linux-arm64
12:59:29 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:57:33Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:59:30 #13 96.93 --------------------------------------------------------------------------------
12:59:30 #13 96.93 Total                                              1.3 MB/s |  80 MB  01:01     
12:59:30 #13 97.08 Running transaction check
12:59:30 #13 97.24 Running transaction test
12:59:30 #13 97.39 Transaction test succeeded
12:59:30 #13 97.39 Running transaction
12:59:30 #13 99.81   Updating   : glibc-common-2.17-326.el7_9.x86_64                          1/65 
12:59:30 #13 100.3   Updating   : glibc-2.17-326.el7_9.x86_64                                 2/65 
12:59:30 #13 100.9   Installing : fipscheck-1.4.1-6.el7.x86_64                                3/65 
12:59:30 #13 100.9   Installing : fipscheck-lib-1.4.1-6.el7.x86_64                            4/65 
12:59:30 #13 101.5   Updating   : systemd-libs-219-78.el7_9.7.x86_64                          5/65 
12:59:30 #13 103.2   Updating   : systemd-219-78.el7_9.7.x86_64                               6/65 
12:59:30 #13 103.9 Failed to get D-Bus connection: Operation not permitted
12:59:30 #13 104.0   Installing : mpfr-3.1.1-4.el7.x86_64                                     7/65 
12:59:30 #13 104.5   Installing : libmpc-1.0.1-3.el7.x86_64                                   8/65 
12:59:30 #13 105.1   Updating   : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64              9/65 
12:59:30 #13 105.6   Updating   : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  10/65 
12:59:30 #13 106.2   Installing : m4-1.4.16-10.el7.x86_64                                    11/65 
12:59:30 #13 106.7   Installing : checkpolicy-2.5-8.el7.x86_64                               12/65 
12:59:30 #13 106.8   Installing : 1:make-3.82-24.el7.x86_64                                  13/65 
12:59:31 #13 107.3   Installing : 1:perl-Error-0.17020-2.el7.noarch                          14/65 
12:59:32 + for f in rootlesskit rootlesskit-docker-proxy
12:59:32 + GOBIN=/usr/local/bin
12:59:32 + GO111MODULE=on
12:59:32 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:32 #13 107.9   Installing : cpp-4.8.5-44.el7.x86_64                                    15/65 
12:59:32 + return
12:59:32 # Build the CLI
12:59:32 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:59:32 Building dynamic docker-linux-arm64
12:59:32 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:57:30Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:59:32 #13 108.5   Installing : rsync-3.1.2-12.el7_9.x86_64                                16/65 
12:59:33 #13 109.1   Installing : systemd-devel-219-78.el7_9.7.x86_64                        17/65 
12:59:33 Created binary: bundles/dynbinary-daemon/dockerd
12:59:33 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:59:33 Created binary: bundles/dynbinary-daemon/docker-proxy
12:59:33 
12:59:33 + popd
12:59:33 ~/rpmbuild/BUILD/src
12:59:33 + RPM_EC=0
12:59:33 ++ jobs -p
12:59:33 + exit 0
12:59:33 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.073PM9
12:59:33 + umask 022
12:59:33 + cd /root/rpmbuild/BUILD
12:59:33 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64 '!=' / ']'
12:59:33 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:59:33 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:59:33 + mkdir -p /root/rpmbuild/BUILDROOT
12:59:33 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:59: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:59:33 + export CFLAGS
12:59: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:59:33 + export CXXFLAGS
12:59: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:59:33 + export FFLAGS
12:59: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:59:33 + export FCFLAGS
12:59: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~20230206193855.ab4ef4a-0.fc36.aarch64.ld'
12:59:33 + export LDFLAGS
12:59:33 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:59:33 + export LT_SYS_LIBRARY_PATH
12:59:33 + CC=gcc
12:59:33 + export CC
12:59:33 + CXX=g++
12:59:33 + export CXX
12:59:33 + cd src
12:59:33 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:59:33 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/dockerd
12:59:33 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
12:59:33 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/docker-proxy
12:59:33 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/docker-init
12:59:33 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/lib/systemd/system/docker.service
12:59:33 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/lib/systemd/system/docker.socket
12:59:33 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/etc/docker
12:59:33 + /usr/lib/rpm/check-buildroot
12:59:33 + /usr/lib/rpm/redhat/brp-ldconfig
12:59:33 + /usr/lib/rpm/brp-compress
12:59:33 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:59:33 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:59:33 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:59:33 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:59:33 + /usr/lib/rpm/check-rpaths
12:59:33 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:59:33 + /usr/lib/rpm/brp-remove-la-files
12:59:33 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:59:33 + /usr/lib/rpm/redhat/brp-python-hardlink
12:59:33 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.JDfkoz
12:59:33 + umask 022
12:59:33 + cd /root/rpmbuild/BUILD
12:59: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:59:33 + export CFLAGS
12:59: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:59:33 + export CXXFLAGS
12:59: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:59:33 + export FFLAGS
12:59: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:59:33 + export FCFLAGS
12:59: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~20230206193855.ab4ef4a-0.fc36.aarch64.ld'
12:59:33 + export LDFLAGS
12:59:33 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:59:33 + export LT_SYS_LIBRARY_PATH
12:59:33 + CC=gcc
12:59:33 + export CC
12:59:33 + CXX=g++
12:59:33 + export CXX
12:59:33 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:59:33 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0~20230206193855.ab4ef4a-0.fc36 aarch64
12:59:33 + cd src
12:59:33 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:59:33 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
12:59:33 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
12:59:33 + echo 'PASS: daemon version OK'
12:59:33 + RPM_EC=0
12:59:33 PASS: daemon version OK
12:59:33 ++ jobs -p
12:59:33 + exit 0
12:59:33 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:59:33 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/docker-proxy
12:59:33 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.fc36 docker-ce(aarch-64) = 3:0.0.0~20230206193855.ab4ef4a-0.fc36
12:59:33 Requires(interp): /bin/sh /bin/sh /bin/sh
12:59:33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:59:33 Requires(post): /bin/sh
12:59:33 Requires(preun): /bin/sh
12:59:33 Requires(postun): /bin/sh
12:59:33 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)
12:59:33 Conflicts: docker docker-ee docker-engine-cs docker-io
12:59:33 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:59:33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:59:33 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.src.rpm
12:59:34 #13 109.6   Installing : libcgroup-0.41-21.el7.x86_64                               18/65 
12:59:34 #13 110.8   Installing : openssh-7.4p1-22.el7_9.x86_64                              19/65 
12:59:34 #13 110.8   Installing : lzo-2.06-8.el7.x86_64                                      20/65 
12:59:35 Created binary: bundles/dynbinary-daemon/dockerd
12:59:35 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:59:35 Created binary: bundles/dynbinary-daemon/docker-proxy
12:59:35 
12:59:35 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:59:35 + RM_GOPATH=0
12:59:35 + TMP_GOPATH=/go
12:59:35 + : /usr/local/bin
12:59:35 + '[' -z /go ']'
12:59:35 + export GOPATH=/go
12:59:35 + GOPATH=/go
12:59:35 + case "$(go env GOARCH)" in
12:59:35 ++ go env GOARCH
12:59:35 + export GO_BUILDMODE=-buildmode=pie
12:59:35 + GO_BUILDMODE=-buildmode=pie
12:59:35 ++ dirname hack/dockerfile/install/install.sh
12:59:35 + dir=hack/dockerfile/install
12:59:35 + bin=tini
12:59:35 + shift
12:59:35 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:59:35 + . hack/dockerfile/install/tini.installer
12:59:35 ++ : v0.19.0
12:59:35 + install_tini
12:59:35 + echo 'Install tini version v0.19.0'
12:59:35 + git clone https://github.com/krallin/tini.git /go/tini
12:59:35 Install tini version v0.19.0
12:59:35 Cloning into '/go/tini'...
12:59:35 + cd /go/tini
12:59:35 + git checkout -q v0.19.0
12:59:35 + cmake .
12:59:35 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:59:35   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:59:35   CMake.
12:59:35 
12:59:35   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:59:35   CMake that the project does not need compatibility with older versions.
12:59:35 
12:59:35 
12:59:35 -- The C compiler identification is GNU 12.2.0
12:59:35 -- Detecting C compiler ABI info
12:59:35 -- Detecting C compiler ABI info - done
12:59:35 -- Check for working C compiler: /usr/bin/cc - skipped
12:59:35 -- Detecting C compile features
12:59:35 -- Detecting C compile features - done
12:59:35 -- Performing Test HAS_BUILTIN_FORTIFY
12:59:35 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:59:35 -- Configuring done
12:59:35 -- Generating done
12:59:35 -- Build files have been written to: /go/tini
12:59:35 + make tini-static
12:59:35 make[2]: Entering directory '/go/tini'
12:59:35 make[3]: Entering directory '/go/tini'
12:59:35 make[4]: Entering directory '/go/tini'
12:59:35 make[5]: Entering directory '/go/tini'
12:59:35 make[5]: Leaving directory '/go/tini'
12:59:35 make[5]: Entering directory '/go/tini'
12:59:35 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:59:35 [100%] Linking C executable tini-static
12:59:35 make[5]: Leaving directory '/go/tini'
12:59:35 [100%] Built target tini-static
12:59:35 make[4]: Leaving directory '/go/tini'
12:59:35 make[3]: Leaving directory '/go/tini'
12:59:35 make[2]: Leaving directory '/go/tini'
12:59:35 + mkdir -p /usr/local/bin
12:59:35 + cp tini-static /usr/local/bin/docker-init
12:59:35 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:59:35 + RM_GOPATH=0
12:59:35 + TMP_GOPATH=/go
12:59:35 + : /usr/local/bin
12:59:35 + '[' -z /go ']'
12:59:35 + export GOPATH=/go
12:59:35 + GOPATH=/go
12:59:35 + case "$(go env GOARCH)" in
12:59:35 ++ go env GOARCH
12:59:35 + export GO_BUILDMODE=-buildmode=pie
12:59:35 + GO_BUILDMODE=-buildmode=pie
12:59:35 ++ dirname hack/dockerfile/install/install.sh
12:59:35 + dir=hack/dockerfile/install
12:59:35 + bin=rootlesskit
12:59:35 + shift
12:59:35 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:59:35 + . hack/dockerfile/install/rootlesskit.installer
12:59:35 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:35 + install_rootlesskit dynamic
12:59:35 + case "$1" in
12:59:35 + install_rootlesskit_dynamic
12:59:35 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:59:35 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:59:35 + export BUILD_MODE=-buildmode=pie
12:59:35 + BUILD_MODE=-buildmode=pie
12:59:35 + _install_rootlesskit
12:59:35 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:59:35 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:35 + for f in rootlesskit rootlesskit-docker-proxy
12:59:35 + GOBIN=/usr/local/bin
12:59:35 + GO111MODULE=on
12:59:35 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:35 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:59:35 go: downloading github.com/sirupsen/logrus v1.9.0
12:59:35 go: downloading github.com/urfave/cli/v2 v2.23.5
12:59:35 go: downloading golang.org/x/sys v0.2.0
12:59:35 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:59:35 go: downloading github.com/google/uuid v1.3.0
12:59:35 go: downloading github.com/moby/vpnkit v0.5.0
12:59:35 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:59:35 go: downloading github.com/gofrs/flock v0.8.1
12:59:35 go: downloading github.com/gorilla/mux v1.8.0
12:59:35 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:59:35 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:59:35 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:59:35 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:59:35 go: downloading golang.org/x/net v0.1.0
12:59:35 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:59:35 #13 111.4   Installing : libarchive-3.1.2-14.el7_7.x86_64                           21/65 
12:59:35 #13 111.9   Installing : perl-TermReadKey-2.30-20.el7.x86_64                        22/65 
12:59:35 #13 112.0   Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64                         23/65 
12:59:36 #13 112.5   Installing : libseccomp-2.3.1-4.el7.x86_64                              24/65 
12:59:36 #13 113.1   Installing : libselinux-utils-2.5-15.el7.x86_64                         25/65 
12:59:36 #13 113.2   Installing : policycoreutils-2.5-34.el7.x86_64                          26/65 
12:59:37 #13 113.2   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                   27/65 
12:59:38 #13 114.3   Installing : setools-libs-3.3.8-4.el7.x86_64                            28/65 
12:59:38 #13 114.9   Installing : libsemanage-python-2.5-14.el7.x86_64                       29/65 
12:59:38 #13 114.9   Installing : perl-Data-Dumper-2.145-3.el7.x86_64                        30/65 
12:59:38 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:59:38 + make manpages
12:59:38 scripts/docs/generate-man.sh
12:59:38 + cp -r . /tmp/docker-cli-docsgen.LnFRhk4Q0v/
12:59:38 + cd /tmp/docker-cli-docsgen.LnFRhk4Q0v
12:59:38 + ./scripts/vendor init
12:59:38 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:59:38 + cp man/tools.go .
12:59:38 + ./scripts/vendor update
12:59:38 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:59:38 go: downloading github.com/docker/docker v23.0.0+incompatible
12:59:39 #13 115.0   Installing : autoconf-2.69-11.el7.noarch                                31/65 
12:59:39 #13 115.5 install-info: No such file or directory for /usr/share/info/autoconf.info
12:59:39 #13 115.5   Installing : audit-libs-python-2.8.5-4.el7.x86_64                       32/65 
12:59:39 go: downloading github.com/fvbommel/sortorder v1.0.2
12:59:39 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:59:39 go: downloading github.com/morikuni/aec v1.0.0
12:59:39 go: downloading github.com/pkg/errors v0.9.1
12:59:39 go: downloading github.com/spf13/cobra v1.6.1
12:59:39 go: downloading github.com/spf13/pflag v1.0.5
12:59:39 go: downloading github.com/google/go-cmp v0.5.9
12:59:39 go: downloading gotest.tools/v3 v3.4.0
12:59:39 go: downloading golang.org/x/sys v0.4.0
12:59:39 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:59:39 go: downloading github.com/docker/go-connections v0.4.0
12:59:39 go: downloading github.com/moby/sys/sequential v0.5.0
12:59:39 go: downloading github.com/sirupsen/logrus v1.9.0
12:59:39 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:59:39 go: downloading github.com/docker/go-units v0.5.0
12:59:39 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:59:39 go: downloading golang.org/x/text v0.6.0
12:59:39 #13 115.6   Installing : libedit-3.0-12.20121213cvs.el7.x86_64                      33/65 
12:59:39 #13 116.2   Installing : openssh-clients-7.4p1-22.el7_9.x86_64                      34/65 
12:59:39 #13 116.2   Installing : libselinux-python-2.5-15.el7.x86_64                        35/65 
12:59:40 go: downloading github.com/mattn/go-runewidth v0.0.13
12:59:40 go: downloading github.com/containerd/containerd v1.6.16
12:59:40 + for f in rootlesskit rootlesskit-docker-proxy
12:59:40 + GOBIN=/usr/local/bin
12:59:40 + GO111MODULE=on
12:59:40 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:59:40 #13 116.2   Installing : libgomp-4.8.5-44.el7.x86_64                                36/65 
12:59:40 #13 116.8   Installing : less-458-9.el7.x86_64                                      37/65 
12:59:40 go: downloading github.com/moby/sys/signal v0.7.0
12:59:40 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:59:40 go: downloading github.com/moby/buildkit v0.10.6
12:59:40 go: downloading github.com/moby/patternmatcher v0.5.0
12:59:40 go: downloading github.com/opencontainers/go-digest v1.0.0
12:59:40 go: downloading gopkg.in/yaml.v2 v2.4.0
12:59:40 go: downloading github.com/gogo/protobuf v1.3.2
12:59:40 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:59:40 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:59:40 go: downloading golang.org/x/term v0.4.0
12:59:40 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:59:40 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:59:40 go: downloading github.com/imdario/mergo v0.3.12
12:59:40 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:59:40 + return
12:59:40 # Build the CLI
12:59:40 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:59:40 Building dynamic docker-linux-arm64
12:59:40 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:57:39Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:59:40 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:59:40 go: downloading github.com/creack/pty v1.1.11
12:59:40 go: downloading github.com/gorilla/mux v1.8.0
12:59:40 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:59:40 #13 116.8   Installing : perl-Git-1.8.3.1-23.el7_8.noarch                           38/65 
12:59:41 #13 117.3   Installing : git-1.8.3.1-23.el7_8.x86_64                                39/65 
12:59:41 #13 117.6   Installing : kernel-headers-3.10.0-1160.83.1.el7.x86_64                 40/65 
12:59:42 #13 118.3   Installing : glibc-headers-2.17-326.el7_9.x86_64                        41/65 
12:59:42 go: downloading github.com/stretchr/testify v1.8.0
12:59:42 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:59:42 go: downloading gopkg.in/yaml.v3 v3.0.1
12:59:42 go: downloading github.com/rivo/uniseg v0.2.0
12:59:42 go: downloading github.com/klauspost/compress v1.15.12
12:59:42 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:59:42 go: downloading github.com/containerd/continuity v0.3.0
12:59:42 go: downloading github.com/moby/sys/symlink v0.2.0
12:59:42 go: downloading golang.org/x/time v0.1.0
12:59:42 go: downloading github.com/opencontainers/runc v1.1.3
12:59:42 go: downloading golang.org/x/crypto v0.2.0
12:59:42 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:59:42 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:59:42 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:59:42 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:59:42 go: downloading google.golang.org/grpc v1.48.0
12:59:43 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:59:43 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:59:43 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:59:43 go: downloading github.com/Microsoft/go-winio v0.5.2
12:59:43 go: downloading golang.org/x/net v0.5.0
12:59:43 go: downloading github.com/davecgh/go-spew v1.1.1
12:59:43 go: downloading github.com/pmezard/go-difflib v1.0.0
12:59:43 go: downloading github.com/miekg/pkcs11 v1.1.1
12:59:43 go: downloading github.com/prometheus/client_golang v1.14.0
12:59:43 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:59:43 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:59:43 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:59:43 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:59:43 go: downloading github.com/russross/blackfriday v1.6.0
12:59:43 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:59:43 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:59:43 go: downloading github.com/golang/protobuf v1.5.2
12:59:43 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:59:43 #13 118.4   Installing : glibc-devel-2.17-326.el7_9.x86_64                          42/65 
12:59:44 #13 120.1   Installing : gcc-4.8.5-44.el7.x86_64                                    43/65 
12:59:44 #13 120.7   Installing : libsepol-devel-2.5-10.el7.x86_64                           44/65 
12:59:44 #13 120.7   Installing : python-IPy-0.75-6.el7.noarch                               45/65 
12:59:44 #13 120.7   Installing : policycoreutils-python-2.5-34.el7.x86_64                   46/65 
12:59:44 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:59:44 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:59:44 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:59:44 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:59:44 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:59:44 go: downloading github.com/beorn7/perks v1.0.1
12:59:44 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:59:44 go: downloading github.com/prometheus/client_model v0.3.0
12:59:44 go: downloading github.com/prometheus/common v0.37.0
12:59:44 go: downloading github.com/prometheus/procfs v0.8.0
12:59:44 go: downloading google.golang.org/protobuf v1.28.1
12:59:44 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:59:45 #13 120.8   Installing : policycoreutils-devel-2.5-34.el7.x86_64                    47/65 
12:59:45 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:59:45 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:59:45 go: downloading k8s.io/klog/v2 v2.80.1
12:59:45 go: downloading github.com/kr/text v0.2.0
12:59:45 go: downloading github.com/docker/go-metrics v0.0.1
12:59:45 go: downloading github.com/BurntSushi/toml v0.3.1
12:59:45 go: downloading github.com/kr/pretty v0.2.1
12:59:45 go: downloading github.com/magiconair/properties v1.5.3
12:59:45 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:59:45 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:59:45 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:59:45 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:59:45 go: downloading github.com/go-logr/logr v1.2.3
12:59:45 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:59:45 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:59:45 #13 121.3   Installing : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             48/65 
12:59:45 + go mod vendor -modfile=vendor.mod
12:59:45 #13 121.9   Installing : perl-Test-Harness-3.28-3.el7.noarch                        49/65 
12:59:46 #13 122.0   Installing : automake-1.13.4-3.el7.noarch                               50/65 
12:59:46 #13 122.6 install-info: No such file or directory for /usr/share/info/automake.info.gz
12:59:46 #13 122.6   Installing : pcre-devel-8.32-17.el7.x86_64                              51/65 
12:59:46 #13 122.6   Installing : libselinux-devel-2.5-15.el7.x86_64                         52/65 
12:59:46 #13 122.7   Installing : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64            53/65 
12:59:46 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:59:46 #13 122.8   Installing : libtool-2.4.2-22.el7_3.x86_64                              54/65 
12:59:46 #13 123.3 install-info: No such file or directory for /usr/share/info/libtool.info.gz
12:59:47 #13 123.5   Installing : glibc-static-2.17-326.el7_9.x86_64                         55/65 
12:59:47 #13 123.5   Installing : libseccomp-devel-2.3.1-4.el7.x86_64                        56/65 
12:59:48 #13 123.6   Installing : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                   57/65 
12:59:48 #13 124.5   Installing : cmake-2.8.12.2-2.el7.x86_64                                58/65 
12:59:48 #13 124.5   Installing : which-2.20-7.el7.x86_64                                    59/65 
12:59:48 #13 125.0 install-info: No such file or directory for /usr/share/info/which.info.gz
12:59:49 #13 125.6   Cleanup    : 7:device-mapper-1.02.170-6.el7.x86_64                      60/65 
12:59:50 #13 125.6   Cleanup    : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 61/65 
12:59:50 #13 126.7   Cleanup    : systemd-219-78.el7.x86_64                                  62/65 
12:59:51 #13 127.2   Cleanup    : systemd-libs-219-78.el7.x86_64                             63/65 
12:59:51 #13 127.8   Cleanup    : glibc-common-2.17-317.el7.x86_64                           64/65 
12:59:52 #13 127.8   Cleanup    : glibc-2.17-317.el7.x86_64                                  65/65 
12:59:52 #13 128.9   Verifying  : fipscheck-lib-1.4.1-6.el7.x86_64                            1/65 
12:59:52 #13 128.9   Verifying  : libselinux-devel-2.5-15.el7.x86_64                          2/65 
12:59:52 #13 128.9   Verifying  : policycoreutils-python-2.5-34.el7.x86_64                    3/65 
12:59:52 #13 128.9   Verifying  : systemd-libs-219-78.el7_9.7.x86_64                          4/65 
12:59:52 #13 129.0   Verifying  : rsync-3.1.2-12.el7_9.x86_64                                 5/65 
12:59:52 #13 129.0   Verifying  : glibc-2.17-326.el7_9.x86_64                                 6/65 
12:59:52 #13 129.0   Verifying  : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                    7/65 
12:59:52 #13 129.0   Verifying  : openssh-clients-7.4p1-22.el7_9.x86_64                       8/65 
12:59:52 #13 129.0   Verifying  : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64             9/65 
12:59:52 #13 129.0   Verifying  : pcre-devel-8.32-17.el7.x86_64                              10/65 
12:59:52 #13 129.0   Verifying  : glibc-common-2.17-326.el7_9.x86_64                         11/65 
12:59:52 #13 129.0   Verifying  : automake-1.13.4-3.el7.noarch                               12/65 
12:59:52 #13 129.0   Verifying  : lzo-2.06-8.el7.x86_64                                      13/65 
12:59:52 #13 129.0   Verifying  : m4-1.4.16-10.el7.x86_64                                    14/65 
12:59:52 #13 129.1   Verifying  : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64             15/65 
12:59:52 #13 129.1   Verifying  : git-1.8.3.1-23.el7_8.x86_64                                16/65 
12:59:52 #13 129.1   Verifying  : systemd-devel-219-78.el7_9.7.x86_64                        17/65 
12:59:52 #13 129.1   Verifying  : checkpolicy-2.5-8.el7.x86_64                               18/65 
12:59:52 #13 129.1   Verifying  : policycoreutils-devel-2.5-34.el7.x86_64                    19/65 
12:59:52 #13 129.1   Verifying  : perl-TermReadKey-2.30-20.el7.x86_64                        20/65 
12:59:52 #13 129.1   Verifying  : policycoreutils-2.5-34.el7.x86_64                          21/65 
12:59:52 #13 129.1   Verifying  : perl-Test-Harness-3.28-3.el7.noarch                        22/65 
12:59:52 #13 129.1   Verifying  : which-2.20-7.el7.x86_64                                    23/65 
12:59:52 #13 129.1   Verifying  : libtool-ltdl-2.4.2-22.el7_3.x86_64                         24/65 
12:59:52 #13 129.2   Verifying  : cpp-4.8.5-44.el7.x86_64                                    25/65 
12:59:52 #13 129.2   Verifying  : glibc-headers-2.17-326.el7_9.x86_64                        26/65 
12:59:52 #13 129.2   Verifying  : python-IPy-0.75-6.el7.noarch                               27/65 
12:59:52 #13 129.2   Verifying  : libseccomp-2.3.1-4.el7.x86_64                              28/65 
12:59:52 #13 129.2   Verifying  : fipscheck-1.4.1-6.el7.x86_64                               29/65 
12:59:52 #13 129.2   Verifying  : libselinux-utils-2.5-15.el7.x86_64                         30/65 
12:59:52 #13 129.2   Verifying  : 1:make-3.82-24.el7.x86_64                                  31/65 
12:59:52 #13 129.2   Verifying  : perl-Git-1.8.3.1-23.el7_8.noarch                           32/65 
12:59:52 #13 129.2   Verifying  : libtool-2.4.2-22.el7_3.x86_64                              33/65 
12:59:52 #13 129.2   Verifying  : setools-libs-3.3.8-4.el7.x86_64                            34/65 
12:59:52 #13 129.2   Verifying  : libsemanage-python-2.5-14.el7.x86_64                       35/65 
12:59:52 #13 129.3   Verifying  : libarchive-3.1.2-14.el7_7.x86_64                           36/65 
12:59:52 make[2]: Entering directory '/root/build-deb/cli'
12:59:52 scripts/docs/generate-man.sh
12:59:52 + cp -r . /tmp/docker-cli-docsgen.CglmUhcPaX/
12:59:52 + cd /tmp/docker-cli-docsgen.CglmUhcPaX
12:59:52 + ./scripts/vendor init
12:59:52 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:59:52 + cp man/tools.go .
12:59:52 + ./scripts/vendor update
12:59:52 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:59:52 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:59:52 go: downloading github.com/spf13/cobra v1.6.1
12:59:52 go: downloading github.com/spf13/pflag v1.0.5
12:59:52 go: downloading github.com/docker/docker v23.0.0+incompatible
12:59:52 go: downloading github.com/fvbommel/sortorder v1.0.2
12:59:52 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:59:52 go: downloading github.com/morikuni/aec v1.0.0
12:59:52 go: downloading github.com/pkg/errors v0.9.1
12:59:52 go: downloading github.com/google/go-cmp v0.5.9
12:59:52 go: downloading gotest.tools/v3 v3.4.0
12:59:52 go: downloading golang.org/x/sys v0.4.0
12:59:52 go: downloading github.com/docker/go-units v0.5.0
12:59:52 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:59:52 go: downloading github.com/docker/go-connections v0.4.0
12:59:52 go: downloading github.com/moby/sys/sequential v0.5.0
12:59:52 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:59:52 go: downloading github.com/containerd/containerd v1.6.16
12:59:52 go: downloading github.com/moby/sys/signal v0.7.0
12:59:52 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:59:52 go: downloading github.com/mattn/go-runewidth v0.0.13
12:59:52 go: downloading golang.org/x/text v0.6.0
12:59:52 go: downloading github.com/moby/buildkit v0.10.6
12:59:52 go: downloading github.com/moby/patternmatcher v0.5.0
12:59:52 go: downloading github.com/opencontainers/go-digest v1.0.0
12:59:52 go: downloading github.com/gogo/protobuf v1.3.2
12:59:52 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:59:52 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:59:52 go: downloading gopkg.in/yaml.v2 v2.4.0
12:59:52 go: downloading golang.org/x/term v0.4.0
12:59:52 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:59:52 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:59:52 go: downloading github.com/imdario/mergo v0.3.12
12:59:52 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:59:52 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:59:52 go: downloading github.com/creack/pty v1.1.11
12:59:52 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:59:52 go: downloading gopkg.in/yaml.v3 v3.0.1
12:59:52 go: downloading github.com/stretchr/testify v1.8.0
12:59:52 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:59:52 go: downloading github.com/klauspost/compress v1.15.12
12:59:52 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:59:52 go: downloading github.com/containerd/continuity v0.3.0
12:59:52 go: downloading github.com/rivo/uniseg v0.2.0
12:59:52 go: downloading github.com/moby/sys/symlink v0.2.0
12:59:52 go: downloading golang.org/x/time v0.1.0
12:59:52 go: downloading github.com/opencontainers/runc v1.1.3
12:59:52 go: downloading golang.org/x/crypto v0.2.0
12:59:52 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:59:52 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:59:52 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:59:52 go: downloading google.golang.org/grpc v1.48.0
12:59:52 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:59:52 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:59:52 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:59:52 go: downloading github.com/russross/blackfriday v1.6.0
12:59:52 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:59:52 go: downloading github.com/Microsoft/go-winio v0.5.2
12:59:52 go: downloading golang.org/x/net v0.5.0
12:59:52 go: downloading github.com/davecgh/go-spew v1.1.1
12:59:52 go: downloading github.com/pmezard/go-difflib v1.0.0
12:59:52 go: downloading github.com/miekg/pkcs11 v1.1.1
12:59:52 go: downloading github.com/prometheus/client_golang v1.14.0
12:59:52 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:59:52 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:59:52 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:59:52 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:59:52 go: downloading github.com/golang/protobuf v1.5.2
12:59:52 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:59:52 #13 129.3   Verifying  : perl-Data-Dumper-2.145-3.el7.x86_64                        37/65 
12:59:52 #13 129.3   Verifying  : openssh-7.4p1-22.el7_9.x86_64                              38/65 
12:59:52 #13 129.3   Verifying  : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             39/65 
12:59:52 #13 129.3   Verifying  : systemd-219-78.el7_9.7.x86_64                              40/65 
12:59:52 #13 129.3   Verifying  : libseccomp-devel-2.3.1-4.el7.x86_64                        41/65 
12:59:52 #13 129.3   Verifying  : gcc-4.8.5-44.el7.x86_64                                    42/65 
12:59:52 #13 129.3   Verifying  : libmpc-1.0.1-3.el7.x86_64                                  43/65 
12:59:52 #13 129.3   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   44/65 
12:59:52 #13 129.3   Verifying  : audit-libs-python-2.8.5-4.el7.x86_64                       45/65 
12:59:52 #13 129.4   Verifying  : libsepol-devel-2.5-10.el7.x86_64                           46/65 
12:59:52 #13 129.4   Verifying  : glibc-static-2.17-326.el7_9.x86_64                         47/65 
12:59:52 #13 129.4   Verifying  : 1:perl-Error-0.17020-2.el7.noarch                          48/65 
12:59:52 #13 129.4   Verifying  : cmake-2.8.12.2-2.el7.x86_64                                49/65 
12:59:52 #13 129.4   Verifying  : kernel-headers-3.10.0-1160.83.1.el7.x86_64                 50/65 
12:59:52 #13 129.4   Verifying  : autoconf-2.69-11.el7.noarch                                51/65 
12:59:52 #13 129.4   Verifying  : libedit-3.0-12.20121213cvs.el7.x86_64                      52/65 
12:59:52 #13 129.5   Verifying  : mpfr-3.1.1-4.el7.x86_64                                    53/65 
12:59:53 #13 129.5   Verifying  : glibc-devel-2.17-326.el7_9.x86_64                          54/65 
12:59:53 #13 129.5   Verifying  : libselinux-python-2.5-15.el7.x86_64                        55/65 
12:59:53 #13 129.5   Verifying  : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  56/65 
12:59:53 #13 129.5   Verifying  : libgomp-4.8.5-44.el7.x86_64                                57/65 
12:59:53 #13 129.5   Verifying  : less-458-9.el7.x86_64                                      58/65 
12:59:53 #13 129.5   Verifying  : libcgroup-0.41-21.el7.x86_64                               59/65 
12:59:53 #13 129.5   Verifying  : glibc-common-2.17-317.el7.x86_64                           60/65 
12:59:53 #13 129.5   Verifying  : systemd-libs-219-78.el7.x86_64                             61/65 
12:59:53 #13 129.5   Verifying  : 7:device-mapper-1.02.170-6.el7.x86_64                      62/65 
12:59:53 #13 129.5   Verifying  : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 63/65 
12:59:53 #13 129.5   Verifying  : systemd-219-78.el7.x86_64                                  64/65 
12:59:53 #13 129.5   Verifying  : glibc-2.17-317.el7.x86_64                                  65/65 
12:59:53 #13 129.6 
12:59:53 #13 129.6 Installed:
12:59:53 #13 129.6   cmake.x86_64 0:2.8.12.2-2.el7                                                 
12:59:53 #13 129.6   device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5                               
12:59:53 #13 129.6   gcc.x86_64 0:4.8.5-44.el7                                                     
12:59:53 #13 129.6   git.x86_64 0:1.8.3.1-23.el7_8                                                 
12:59:53 #13 129.6   glibc-static.x86_64 0:2.17-326.el7_9                                          
12:59:53 #13 129.6   libarchive.x86_64 0:3.1.2-14.el7_7                                            
12:59:53 #13 129.6   libseccomp-devel.x86_64 0:2.3.1-4.el7                                         
12:59:53 #13 129.6   libselinux-devel.x86_64 0:2.5-15.el7                                          
12:59:53 #13 129.6   libtool.x86_64 0:2.4.2-22.el7_3                                               
12:59:53 #13 129.6   libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3                                    
12:59:53 #13 129.6   make.x86_64 1:3.82-24.el7                                                     
12:59:53 #13 129.6   selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2                              
12:59:53 #13 129.6   systemd-devel.x86_64 0:219-78.el7_9.7                                         
12:59:53 #13 129.6   which.x86_64 0:2.20-7.el7                                                     
12:59:53 #13 129.6 
12:59:53 #13 129.6 Dependency Installed:
12:59:53 #13 129.6   audit-libs-python.x86_64 0:2.8.5-4.el7                                        
12:59:53 #13 129.6   autoconf.noarch 0:2.69-11.el7                                                 
12:59:53 #13 129.6   automake.noarch 0:1.13.4-3.el7                                                
12:59:53 #13 129.6   checkpolicy.x86_64 0:2.5-8.el7                                                
12:59:53 #13 129.6   cpp.x86_64 0:4.8.5-44.el7                                                     
12:59:53 #13 129.6   fipscheck.x86_64 0:1.4.1-6.el7                                                
12:59:53 #13 129.6   fipscheck-lib.x86_64 0:1.4.1-6.el7                                            
12:59:53 #13 129.6   glibc-devel.x86_64 0:2.17-326.el7_9                                           
12:59:53 #13 129.6   glibc-headers.x86_64 0:2.17-326.el7_9                                         
12:59:53 #13 129.6   kernel-headers.x86_64 0:3.10.0-1160.83.1.el7                                  
12:59:53 #13 129.6   less.x86_64 0:458-9.el7                                                       
12:59:53 #13 129.6   libcgroup.x86_64 0:0.41-21.el7                                                
12:59:53 #13 129.6   libedit.x86_64 0:3.0-12.20121213cvs.el7                                       
12:59:53 #13 129.6   libgomp.x86_64 0:4.8.5-44.el7                                                 
12:59:53 #13 129.6   libmpc.x86_64 0:1.0.1-3.el7                                                   
12:59:53 #13 129.6   libseccomp.x86_64 0:2.3.1-4.el7                                               
12:59:53 #13 129.6   libselinux-python.x86_64 0:2.5-15.el7                                         
12:59:53 #13 129.6   libselinux-utils.x86_64 0:2.5-15.el7                                          
12:59:53 #13 129.6   libsemanage-python.x86_64 0:2.5-14.el7                                        
12:59:53 #13 129.6   libsepol-devel.x86_64 0:2.5-10.el7                                            
12:59:53 #13 129.6   libtool-ltdl.x86_64 0:2.4.2-22.el7_3                                          
12:59:53 #13 129.6   lzo.x86_64 0:2.06-8.el7                                                       
12:59:53 #13 129.6   m4.x86_64 0:1.4.16-10.el7                                                     
12:59:53 #13 129.6   mpfr.x86_64 0:3.1.1-4.el7                                                     
12:59:53 #13 129.6   openssh.x86_64 0:7.4p1-22.el7_9                                               
12:59:53 #13 129.6   openssh-clients.x86_64 0:7.4p1-22.el7_9                                       
12:59:53 #13 129.6   pcre-devel.x86_64 0:8.32-17.el7                                               
12:59:53 #13 129.6   perl-Data-Dumper.x86_64 0:2.145-3.el7                                         
12:59:53 #13 129.6   perl-Error.noarch 1:0.17020-2.el7                                             
12:59:53 #13 129.6   perl-Git.noarch 0:1.8.3.1-23.el7_8                                            
12:59:53 #13 129.6   perl-TermReadKey.x86_64 0:2.30-20.el7                                         
12:59:53 #13 129.6   perl-Test-Harness.noarch 0:3.28-3.el7                                         
12:59:53 #13 129.6   policycoreutils.x86_64 0:2.5-34.el7                                           
12:59:53 #13 129.6   policycoreutils-devel.x86_64 0:2.5-34.el7                                     
12:59:53 #13 129.6   policycoreutils-python.x86_64 0:2.5-34.el7                                    
12:59:53 #13 129.6   python-IPy.noarch 0:0.75-6.el7                                                
12:59:53 #13 129.6   rsync.x86_64 0:3.1.2-12.el7_9                                                 
12:59:53 #13 129.6   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
12:59:53 #13 129.6   setools-libs.x86_64 0:3.3.8-4.el7                                             
12:59:53 #13 129.6 
12:59:53 #13 129.6 Dependency Updated:
12:59:53 #13 129.6   device-mapper.x86_64 7:1.02.170-6.el7_9.5                                     
12:59:53 #13 129.6   device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5                                
12:59:53 #13 129.6   glibc.x86_64 0:2.17-326.el7_9                                                 
12:59:53 #13 129.6   glibc-common.x86_64 0:2.17-326.el7_9                                          
12:59:53 #13 129.6   systemd.x86_64 0:219-78.el7_9.7                                               
12:59:53 #13 129.6   systemd-libs.x86_64 0:219-78.el7_9.7                                          
12:59:53 #13 129.6 
12:59:53 #13 129.6 Complete!
12:59:53 #13 DONE 129.9s
12:59:53 
12:59:53 #14 [stage-1 6/7] COPY --from=golang /usr/local/go /usr/local/go
12:59:54 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:59:54 + make manpages
12:59:54 scripts/docs/generate-man.sh
12:59:54 + cp -r . /tmp/docker-cli-docsgen.ToIopaQtca/
12:59:54 + cd /tmp/docker-cli-docsgen.ToIopaQtca
12:59:54 + ./scripts/vendor init
12:59:54 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:59:54 + cp man/tools.go .
12:59:54 + ./scripts/vendor update
12:59:54 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:59:54 go: downloading github.com/docker/docker v23.0.0+incompatible
12:59:54 go: downloading github.com/fvbommel/sortorder v1.0.2
12:59:54 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:59:54 go: downloading github.com/morikuni/aec v1.0.0
12:59:54 go: downloading github.com/pkg/errors v0.9.1
12:59:54 go: downloading github.com/spf13/cobra v1.6.1
12:59:54 go: downloading github.com/spf13/pflag v1.0.5
12:59:54 go: downloading github.com/google/go-cmp v0.5.9
12:59:54 go: downloading gotest.tools/v3 v3.4.0
12:59:54 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:59:54 go: downloading golang.org/x/sys v0.4.0
12:59:54 go: downloading github.com/docker/go-units v0.5.0
12:59:54 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:59:54 go: downloading github.com/docker/go-connections v0.4.0
12:59:54 go: downloading github.com/moby/sys/sequential v0.5.0
12:59:54 go: downloading github.com/sirupsen/logrus v1.9.0
12:59:54 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:59:54 go: downloading golang.org/x/text v0.6.0
12:59:54 go: downloading github.com/mattn/go-runewidth v0.0.13
12:59:54 go: downloading github.com/containerd/containerd v1.6.16
12:59:54 go: downloading github.com/moby/sys/signal v0.7.0
12:59:54 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:59:54 go: downloading github.com/moby/buildkit v0.10.6
12:59:54 go: downloading github.com/moby/patternmatcher v0.5.0
12:59:54 go: downloading github.com/opencontainers/go-digest v1.0.0
12:59:54 go: downloading gopkg.in/yaml.v2 v2.4.0
12:59:54 go: downloading github.com/gogo/protobuf v1.3.2
12:59:54 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:59:54 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:59:54 go: downloading golang.org/x/term v0.4.0
12:59:54 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:59:54 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:59:54 go: downloading github.com/imdario/mergo v0.3.12
12:59:54 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:59:54 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:59:54 go: downloading github.com/creack/pty v1.1.11
12:59:54 go: downloading github.com/gorilla/mux v1.8.0
12:59:54 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:59:54 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64.rpm
12:59:54 + umask 022
12:59:54 + cd /root/rpmbuild/BUILD
12:59:54 + cd src
12:59:54 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:59:54 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.IJ0HKz
12:59:54 + RPM_EC=0
12:59:54 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.eCvcZe
12:59:54 ++ jobs -p
12:59:54 + exit 0
12:59:54 + umask 022
12:59:54 + cd /root/rpmbuild/BUILD
12:59:54 + rm -rf src src.gemspec
12:59:54 + RPM_EC=0
12:59:54 ++ jobs -p
12:59:54 + exit 0
12:59:54 
12:59:54 RPM build warnings:
12:59:54     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:59:54     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:59:54     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:59:54     source_date_epoch_from_changelog set but %changelog is missing
12:59:54     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/docker-proxy
12:59:54 warning: source_date_epoch_from_changelog set but %changelog is missing
12:59:54 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Th5Bv8
12:59:54 + umask 022
12:59:54 + cd /root/rpmbuild/BUILD
12:59:54 + cd /root/rpmbuild/BUILD
12:59:54 + rm -rf src
12:59:54 + /usr/bin/mkdir -p src
12:59:54 + cd src
12:59:54 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/cli.tgz
12:59:54 + STATUS=0
12:59:54 + '[' 0 -ne 0 ']'
12:59:54 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/cli.tgz
12:59:54 + STATUS=0
12:59:54 + '[' 0 -ne 0 ']'
12:59:54 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:59:54 + RPM_EC=0
12:59:54 ++ jobs -p
12:59:54 + exit 0
12:59:54 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.NynrKt
12:59:54 + umask 022
12:59:54 + cd /root/rpmbuild/BUILD
12:59:54 + 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'
12:59:54 + export CFLAGS
12:59:54 + 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'
12:59:54 + export CXXFLAGS
12:59:54 + 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'
12:59:54 + export FFLAGS
12:59:54 + 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'
12:59:54 + export FCFLAGS
12:59:54 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:59:54 + export LDFLAGS
12:59:54 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:59:54 + export LT_SYS_LIBRARY_PATH
12:59:54 + CC=gcc
12:59:54 + export CC
12:59:54 + CXX=g++
12:59:54 + export CXX
12:59:54 + cd src
12:59:54 + mkdir -p /go/src/github.com/docker
12:59:54 + rm -f /go/src/github.com/docker/cli
12:59:54 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:59:54 + pushd /go/src/github.com/docker/cli
12:59:54 + VERSION=0.0.0-20230206193855-ab4ef4a
12:59:54 + GITCOMMIT=ab4ef4a
12:59:54 + GO_LINKMODE=dynamic
12:59:54 + ./scripts/build/binary
12:59:54 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:59:54 Building dynamic docker-linux-arm64
12:59:54 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:59:53Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
12:59:54 make[2]: Entering directory '/root/build-deb/cli'
12:59:54 scripts/docs/generate-man.sh
12:59:54 + cp -r . /tmp/docker-cli-docsgen.xXT7aOzxDl/
12:59:54 + cd /tmp/docker-cli-docsgen.xXT7aOzxDl
12:59:54 + ./scripts/vendor init
12:59:54 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:59:54 + cp man/tools.go .
12:59:54 + ./scripts/vendor update
12:59:54 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:59:54 go: downloading github.com/docker/docker v23.0.0+incompatible
12:59:54 go: downloading github.com/fvbommel/sortorder v1.0.2
12:59:54 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:59:54 go: downloading github.com/morikuni/aec v1.0.0
12:59:54 go: downloading github.com/pkg/errors v0.9.1
12:59:54 go: downloading github.com/spf13/cobra v1.6.1
12:59:54 go: downloading github.com/spf13/pflag v1.0.5
12:59:54 go: downloading github.com/google/go-cmp v0.5.9
12:59:54 go: downloading gotest.tools/v3 v3.4.0
12:59:54 go: downloading golang.org/x/sys v0.4.0
12:59:54 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:59:54 go: downloading github.com/docker/go-connections v0.4.0
12:59:54 go: downloading github.com/moby/sys/sequential v0.5.0
12:59:54 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:59:54 go: downloading github.com/docker/go-units v0.5.0
12:59:54 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:59:54 go: downloading github.com/containerd/containerd v1.6.16
12:59:54 go: downloading github.com/moby/sys/signal v0.7.0
12:59:54 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:59:54 go: downloading github.com/mattn/go-runewidth v0.0.13
12:59:54 go: downloading golang.org/x/text v0.6.0
12:59:54 go: downloading github.com/moby/buildkit v0.10.6
12:59:54 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:59:54 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:59:54 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:59:54 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:59:54 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:59:54 go: downloading github.com/beorn7/perks v1.0.1
12:59:54 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:59:54 go: downloading github.com/prometheus/client_model v0.3.0
12:59:54 go: downloading github.com/prometheus/common v0.37.0
12:59:54 go: downloading github.com/prometheus/procfs v0.8.0
12:59:54 go: downloading google.golang.org/protobuf v1.28.1
12:59:54 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:59:54 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:59:54 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:59:54 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:59:54 go: downloading k8s.io/klog/v2 v2.80.1
12:59:54 go: downloading github.com/kr/text v0.2.0
12:59:54 go: downloading github.com/docker/go-metrics v0.0.1
12:59:54 go: downloading github.com/BurntSushi/toml v0.3.1
12:59:54 go: downloading github.com/kr/pretty v0.2.1
12:59:54 go: downloading github.com/magiconair/properties v1.5.3
12:59:54 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:59:54 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:59:54 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:59:54 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:59:54 go: downloading github.com/go-logr/logr v1.2.3
12:59:54 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:59:54 + go mod vendor -modfile=vendor.mod
12:59:54 go: downloading github.com/moby/patternmatcher v0.5.0
12:59:54 go: downloading github.com/opencontainers/go-digest v1.0.0
12:59:54 go: downloading gopkg.in/yaml.v2 v2.4.0
12:59:54 go: downloading github.com/gogo/protobuf v1.3.2
12:59:54 go: downloading gopkg.in/yaml.v3 v3.0.1
12:59:54 go: downloading github.com/stretchr/testify v1.8.0
12:59:54 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:59:54 go: downloading github.com/rivo/uniseg v0.2.0
12:59:54 go: downloading github.com/klauspost/compress v1.15.12
12:59:54 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:59:55 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:59:55 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:59:55 go: downloading github.com/containerd/continuity v0.3.0
12:59:55 go: downloading github.com/moby/sys/symlink v0.2.0
12:59:55 go: downloading golang.org/x/time v0.1.0
12:59:55 go: downloading github.com/opencontainers/runc v1.1.3
12:59:55 go: downloading golang.org/x/crypto v0.2.0
12:59:55 go: downloading golang.org/x/term v0.4.0
12:59:55 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:59:55 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:59:55 go: downloading github.com/imdario/mergo v0.3.12
12:59:55 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:59:55 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:59:55 go: downloading github.com/creack/pty v1.1.11
12:59:55 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:59:55 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:59:55 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:59:55 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:59:55 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:59:55 go: downloading google.golang.org/grpc v1.48.0
12:59:55 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:59:56 #14 DONE 2.3s
12:59:56 
12:59:56 #15 [stage-1 7/7] WORKDIR /root/rpmbuild
12:59:56 #15 DONE 0.0s
12:59:56 
12:59:56 #16 exporting to image
12:59:56 #16 exporting layers
12:59:56 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:59:56 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:59:56 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:59:56 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:59:56 go: downloading github.com/russross/blackfriday v1.6.0
12:59:56 go: downloading github.com/Microsoft/go-winio v0.5.2
12:59:56 go: downloading golang.org/x/net v0.5.0
12:59:56 go: downloading github.com/davecgh/go-spew v1.1.1
12:59:56 go: downloading github.com/pmezard/go-difflib v1.0.0
12:59:56 go: downloading github.com/miekg/pkcs11 v1.1.1
12:59:56 go: downloading github.com/prometheus/client_golang v1.14.0
12:59:56 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:59:56 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:59:56 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:59:56 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:59:56 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:59:56 go: downloading github.com/golang/protobuf v1.5.2
12:59:56 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:59:56 go: downloading github.com/stretchr/testify v1.8.0
12:59:56 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:59:56 go: downloading gopkg.in/yaml.v3 v3.0.1
12:59:56 go: downloading github.com/klauspost/compress v1.15.12
12:59:56 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:59:56 go: downloading github.com/containerd/continuity v0.3.0
12:59:56 go: downloading github.com/rivo/uniseg v0.2.0
12:59:56 go: downloading github.com/moby/sys/symlink v0.2.0
12:59:56 go: downloading golang.org/x/time v0.1.0
12:59:56 go: downloading github.com/opencontainers/runc v1.1.3
12:59:57 go: downloading golang.org/x/crypto v0.2.0
12:59:57 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:59:57 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:59:57 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:59:57 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:59:57 go: downloading google.golang.org/grpc v1.48.0
12:59:57 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:59:57 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:59:57 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:59:57 go: downloading github.com/Microsoft/go-winio v0.5.2
12:59:57 go: downloading golang.org/x/net v0.5.0
12:59:57 go: downloading github.com/davecgh/go-spew v1.1.1
12:59:57 go: downloading github.com/pmezard/go-difflib v1.0.0
12:59:57 go: downloading github.com/miekg/pkcs11 v1.1.1
12:59:57 go: downloading github.com/prometheus/client_golang v1.14.0
12:59:57 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:59:57 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:59:57 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:59:57 go: downloading github.com/russross/blackfriday v1.6.0
12:59:57 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:59:57 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:59:57 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:59:57 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:59:57 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:59:58 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:59:58 go: downloading github.com/golang/protobuf v1.5.2
12:59:58 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:59:58 Created binary: bundles/dynbinary-daemon/dockerd
12:59:58 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
12:59:58 Created binary: bundles/dynbinary-daemon/docker-proxy
12:59:58 
12:59:58 + popd
12:59:58 + exit 0
12:59:58 ~/rpmbuild/BUILD/src
12:59:58 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SC1JJo
12:59:58 + umask 022
12:59:58 + cd /root/rpmbuild/BUILD
12:59:58 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64 '!=' / ']'
12:59:58 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:59:58 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:59:58 + mkdir -p /root/rpmbuild/BUILDROOT
12:59:58 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:59:58 + cd src
12:59:58 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:59:58 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/dockerd
12:59:58 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
12:59:58 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/docker-proxy
12:59:58 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/docker-init
12:59:58 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/lib/systemd/system/docker.service
12:59:58 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/lib/systemd/system/docker.socket
12:59:58 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/etc/docker
12:59:58 + /usr/lib/rpm/check-buildroot
12:59:58 + /usr/lib/rpm/redhat/brp-ldconfig
12:59:58 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
12:59:58 + /usr/lib/rpm/brp-compress
12:59:58 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:59:58 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:59:58 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
12:59:58 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:59:58 + /usr/lib/rpm/brp-python-bytecompile '' 1
12:59:58 + /usr/lib/rpm/brp-python-hardlink
12:59:58 + PYTHON3=/usr/libexec/platform-python
12:59:58 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:59:58 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.gaBfCn
12:59:58 + umask 022
12:59:58 + cd /root/rpmbuild/BUILD
12:59:58 + cd src
12:59:58 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:59:58 PASS: daemon version OK
12:59:58 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
12:59:58 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
12:59:58 + echo 'PASS: daemon version OK'
12:59:58 + exit 0
12:59:58 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:59:58 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/docker-proxy
12:59:58 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.el8 docker-ce(x86-64) = 3:0.0.0~20230206193855.ab4ef4a-0.el8
12:59:58 Requires(interp): /bin/sh /bin/sh /bin/sh
12:59:58 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:59:58 Requires(post): /bin/sh
12:59:58 Requires(preun): /bin/sh
12:59:58 Requires(postun): /bin/sh
12:59:58 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)
12:59:58 Conflicts: docker docker-ee docker-engine-cs docker-io
12:59:58 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:59:58 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:59:58 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.src.rpm
12:59:58 go: downloading github.com/beorn7/perks v1.0.1
12:59:58 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:59:58 go: downloading github.com/prometheus/client_model v0.3.0
12:59:58 go: downloading github.com/prometheus/common v0.37.0
12:59:58 go: downloading github.com/prometheus/procfs v0.8.0
12:59:58 go: downloading google.golang.org/protobuf v1.28.1
12:59:58 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:59:58 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:59:58 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:59:58 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:59:58 go: downloading k8s.io/klog/v2 v2.80.1
12:59:58 go: downloading github.com/kr/text v0.2.0
12:59:58 go: downloading github.com/docker/go-metrics v0.0.1
12:59:58 go: downloading github.com/BurntSushi/toml v0.3.1
12:59:58 go: downloading github.com/kr/pretty v0.2.1
12:59:58 go: downloading github.com/magiconair/properties v1.5.3
12:59:58 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:59:58 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:59:58 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:59:58 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:59:58 go: downloading github.com/go-logr/logr v1.2.3
12:59:58 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:59:58 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:59:58 + go mod vendor -modfile=vendor.mod
12:59:59 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:59:59 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:59:59 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:59:59 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:59:59 go: downloading github.com/beorn7/perks v1.0.1
12:59:59 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:59:59 go: downloading github.com/prometheus/client_model v0.3.0
12:59:59 go: downloading github.com/prometheus/common v0.37.0
12:59:59 go: downloading github.com/prometheus/procfs v0.8.0
12:59:59 go: downloading google.golang.org/protobuf v1.28.1
12:59:59 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:59:59 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:59:59 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:59:59 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:59:59 go: downloading k8s.io/klog/v2 v2.80.1
12:59:59 go: downloading github.com/kr/text v0.2.0
12:59:59 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:00:00 Created binary: bundles/dynbinary-daemon/dockerd
13:00:00 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
13:00:00 Created binary: bundles/dynbinary-daemon/docker-proxy
13:00:00 
13:00:00 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:00:00 + RM_GOPATH=0
13:00:00 + TMP_GOPATH=/go
13:00:00 + : /usr/local/bin
13:00:00 + '[' -z /go ']'
13:00:00 + export GOPATH=/go
13:00:00 + GOPATH=/go
13:00:00 + case "$(go env GOARCH)" in
13:00:00 ++ go env GOARCH
13:00:00 + export GO_BUILDMODE=-buildmode=pie
13:00:00 + GO_BUILDMODE=-buildmode=pie
13:00:00 ++ dirname hack/dockerfile/install/install.sh
13:00:00 + dir=hack/dockerfile/install
13:00:00 + bin=tini
13:00:00 + shift
13:00:00 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:00:00 + . hack/dockerfile/install/tini.installer
13:00:00 ++ : v0.19.0
13:00:00 + install_tini
13:00:00 + echo 'Install tini version v0.19.0'
13:00:00 + git clone https://github.com/krallin/tini.git /go/tini
13:00:00 Install tini version v0.19.0
13:00:00 Cloning into '/go/tini'...
13:00:00 + cd /go/tini
13:00:00 + git checkout -q v0.19.0
13:00:00 + cmake .
13:00:00 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:00:00   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:00:00   CMake.
13:00:00 
13:00:00   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:00:00   CMake that the project does not need compatibility with older versions.
13:00:00 
13:00:00 
13:00:00 -- The C compiler identification is GNU 12.2.0
13:00:00 -- Detecting C compiler ABI info
13:00:00 go: downloading github.com/docker/go-metrics v0.0.1
13:00:00 go: downloading github.com/BurntSushi/toml v0.3.1
13:00:00 go: downloading github.com/kr/pretty v0.2.1
13:00:00 go: downloading github.com/magiconair/properties v1.5.3
13:00:00 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:00:00 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:00:00 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:00:00 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:00:00 go: downloading github.com/go-logr/logr v1.2.3
13:00:00 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:00:00 + go mod vendor -modfile=vendor.mod
13:00:00 -- Detecting C compiler ABI info - done
13:00:00 -- Check for working C compiler: /usr/bin/cc - skipped
13:00:00 -- Detecting C compile features
13:00:00 -- Detecting C compile features - done
13:00:00 -- Performing Test HAS_BUILTIN_FORTIFY
13:00:00 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:00:00 -- Configuring done
13:00:00 -- Generating done
13:00:00 -- Build files have been written to: /go/tini
13:00:00 + make tini-static
13:00:00 make[2]: Entering directory '/go/tini'
13:00:00 make[3]: Entering directory '/go/tini'
13:00:00 make[4]: Entering directory '/go/tini'
13:00:00 make[5]: Entering directory '/go/tini'
13:00:00 make[5]: Leaving directory '/go/tini'
13:00:00 make[5]: Entering directory '/go/tini'
13:00:00 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:00:00 [100%] Linking C executable tini-static
13:00:00 make[5]: Leaving directory '/go/tini'
13:00:00 [100%] Built target tini-static
13:00:00 make[4]: Leaving directory '/go/tini'
13:00:00 make[3]: Leaving directory '/go/tini'
13:00:00 make[2]: Leaving directory '/go/tini'
13:00:00 + mkdir -p /usr/local/bin
13:00:00 + cp tini-static /usr/local/bin/docker-init
13:00:00 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:00:00 + RM_GOPATH=0
13:00:00 + TMP_GOPATH=/go
13:00:00 + : /usr/local/bin
13:00:00 + '[' -z /go ']'
13:00:00 + export GOPATH=/go
13:00:00 + GOPATH=/go
13:00:00 + case "$(go env GOARCH)" in
13:00:00 ++ go env GOARCH
13:00:00 + export GO_BUILDMODE=-buildmode=pie
13:00:00 + GO_BUILDMODE=-buildmode=pie
13:00:00 ++ dirname hack/dockerfile/install/install.sh
13:00:00 + dir=hack/dockerfile/install
13:00:00 + bin=rootlesskit
13:00:00 + shift
13:00:00 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:00:00 + . hack/dockerfile/install/rootlesskit.installer
13:00:00 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:00 + install_rootlesskit dynamic
13:00:00 + case "$1" in
13:00:00 + install_rootlesskit_dynamic
13:00:00 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:00:00 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:00:00 + export BUILD_MODE=-buildmode=pie
13:00:00 + BUILD_MODE=-buildmode=pie
13:00:00 + _install_rootlesskit
13:00:00 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:00 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:00:00 + for f in rootlesskit rootlesskit-docker-proxy
13:00:00 + GOBIN=/usr/local/bin
13:00:00 + GO111MODULE=on
13:00:00 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:01 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:00:01 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:00:01 #16 exporting layers 4.5s done
13:00:01 #16 writing image sha256:df1a4c768b6d7a22654c08decdfc538b542039321d6df7d3f56c37377b169957 done
13:00:01 #16 naming to docker.io/rpmbuild-centos-7/x86_64 done
13:00:01 #16 DONE 4.5s
13:00:01 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/centos-7/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm/rpmbuild/centos-7/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-7/x86_64 -ba --define '_gitcommit_cli ab4ef4a' --define '_gitcommit_engine 1141704' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.16.0' --define '_compose_version v2.16.0' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  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:00:01 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.tfWna4
13:00:01 + umask 022
13:00:01 + cd /root/rpmbuild/BUILD
13:00:01 + cd /root/rpmbuild/BUILD
13:00:01 + rm -rf src
13:00:01 + /usr/bin/mkdir -p src
13:00:01 + cd src
13:00:01 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:00:01 + /usr/bin/tar -xf -
13:00:01 go: downloading github.com/sirupsen/logrus v1.9.0
13:00:01 go: downloading github.com/urfave/cli/v2 v2.23.5
13:00:01 go: downloading golang.org/x/sys v0.2.0
13:00:01 + STATUS=0
13:00:01 + '[' 0 -ne 0 ']'
13:00:01 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:00:01 + /usr/bin/tar -xf -
13:00:01 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:00:01 go: downloading github.com/google/uuid v1.3.0
13:00:01 go: downloading github.com/moby/vpnkit v0.5.0
13:00:01 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:00:01 go: downloading github.com/gofrs/flock v0.8.1
13:00:01 go: downloading github.com/gorilla/mux v1.8.0
13:00:01 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:00:01 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:00:01 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:00:01 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:00:02 Created binary: bundles/dynbinary-daemon/dockerd
13:00:02 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
13:00:02 Created binary: bundles/dynbinary-daemon/docker-proxy
13:00:02 
13:00:02 ~/rpmbuild/BUILD/src
13:00:02 + popd
13:00:02 + RPM_EC=0
13:00:02 ++ jobs -p
13:00:02 + exit 0
13:00:02 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VyUVY4
13:00:02 + umask 022
13:00:02 + cd /root/rpmbuild/BUILD
13:00:02 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64 '!=' / ']'
13:00:02 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
13:00:02 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
13:00:02 + mkdir -p /root/rpmbuild/BUILDROOT
13:00:02 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
13:00:02 + cd src
13:00:02 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:00:02 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/dockerd
13:00:02 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
13:00:02 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/docker-proxy
13:00:02 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/docker-init
13:00:02 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/lib/systemd/system/docker.service
13:00:02 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/lib/systemd/system/docker.socket
13:00:02 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/etc/docker
13:00:02 + /usr/lib/rpm/check-buildroot
13:00:02 + /usr/lib/rpm/redhat/brp-ldconfig
13:00:02 + /usr/lib/rpm/brp-compress
13:00:02 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:00:02 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:00:02 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
13:00:02 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:00:02 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:00:02 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:00:02 + /usr/lib/rpm/brp-python-hardlink
13:00:02 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:00:02 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.pjQyCo
13:00:02 + umask 022
13:00:02 + cd /root/rpmbuild/BUILD
13:00:02 + cd src
13:00:02 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:00:02 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
13:00:02 PASS: daemon version OK
13:00:02 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
13:00:02 + echo 'PASS: daemon version OK'
13:00:02 + RPM_EC=0
13:00:02 ++ jobs -p
13:00:02 + exit 0
13:00:02 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
13:00:02 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/docker-proxy
13:00:02 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.el9 docker-ce(x86-64) = 3:0.0.0~20230206193855.ab4ef4a-0.el9
13:00:02 Requires(interp): /bin/sh /bin/sh /bin/sh
13:00:02 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:00:02 Requires(post): /bin/sh
13:00:02 Requires(preun): /bin/sh
13:00:02 Requires(postun): /bin/sh
13:00:02 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:00:02 Conflicts: docker docker-ee docker-engine-cs docker-io
13:00:02 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
13:00:02 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
13:00:02 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.src.rpm
13:00:02 go: downloading golang.org/x/net v0.1.0
13:00:02 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:00:02 + STATUS=0
13:00:02 + '[' 0 -ne 0 ']'
13:00:02 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:00:02 + exit 0
13:00:02 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2lXrA5
13:00:02 + umask 022
13:00:02 + cd /root/rpmbuild/BUILD
13:00:02 + cd src
13:00:02 + export DOCKER_GITCOMMIT=1141704
13:00:02 + DOCKER_GITCOMMIT=1141704
13:00:02 + mkdir -p /go/src/github.com/docker
13:00:02 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:00:02 + pushd /root/rpmbuild/BUILD/src/engine
13:00:02 + TMP_GOPATH=/go
13:00:02 + hack/dockerfile/install/install.sh tini
13:00:02 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:00:02 + RM_GOPATH=0
13:00:02 + TMP_GOPATH=/go
13:00:02 + : /usr/local/bin
13:00:02 + '[' -z /go ']'
13:00:02 + export GOPATH=/go
13:00:02 + GOPATH=/go
13:00:02 + case "$(go env GOARCH)" in
13:00:02 ++ go env GOARCH
13:00:02 + export GO_BUILDMODE=-buildmode=pie
13:00:02 + GO_BUILDMODE=-buildmode=pie
13:00:02 ++ dirname hack/dockerfile/install/install.sh
13:00:02 + dir=hack/dockerfile/install
13:00:02 + bin=tini
13:00:02 + shift
13:00:02 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:00:02 + . hack/dockerfile/install/tini.installer
13:00:02 ++ : v0.19.0
13:00:02 + install_tini
13:00:02 + echo 'Install tini version v0.19.0'
13:00:02 Install tini version v0.19.0
13:00:02 + git clone https://github.com/krallin/tini.git /go/tini
13:00:02 Cloning into '/go/tini'...
13:00:02 Created binary: bundles/dynbinary-daemon/dockerd
13:00:02 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
13:00:02 Created binary: bundles/dynbinary-daemon/docker-proxy
13:00:02 
13:00:02 ~/rpmbuild/BUILD/src
13:00:02 + popd
13:00:02 + RPM_EC=0
13:00:02 ++ jobs -p
13:00:02 + exit 0
13:00:02 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BdDqzo
13:00:02 + umask 022
13:00:02 + cd /root/rpmbuild/BUILD
13:00:02 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64 '!=' / ']'
13:00:02 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
13:00:02 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
13:00:02 + mkdir -p /root/rpmbuild/BUILDROOT
13:00:02 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
13:00:02 + 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:00:02 + export CFLAGS
13:00:02 + 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:00:02 + export CXXFLAGS
13:00:02 + 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:00:02 + export FFLAGS
13:00:02 + 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:00:02 + export FCFLAGS
13:00:02 + 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~20230206193855.ab4ef4a-0.fc36.x86_64.ld'
13:00:02 + export LDFLAGS
13:00:02 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:00:02 + export LT_SYS_LIBRARY_PATH
13:00:02 + CC=gcc
13:00:02 + export CC
13:00:02 + CXX=g++
13:00:02 + export CXX
13:00:02 + cd src
13:00:02 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:00:02 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/dockerd
13:00:03 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
13:00:03 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker-proxy
13:00:03 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker-init
13:00:03 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/lib/systemd/system/docker.service
13:00:03 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/lib/systemd/system/docker.socket
13:00:03 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/etc/docker
13:00:03 + /usr/lib/rpm/check-buildroot
13:00:03 + /usr/lib/rpm/redhat/brp-ldconfig
13:00:03 + /usr/lib/rpm/brp-compress
13:00:03 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:00:03 make[2]: Entering directory '/root/build-deb/cli'
13:00:03 scripts/docs/generate-man.sh
13:00:03 + cp -r . /tmp/docker-cli-docsgen.NqD26r7Bhj/
13:00:03 + cd /tmp/docker-cli-docsgen.NqD26r7Bhj
13:00:03 + ./scripts/vendor init
13:00:03 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:00:03 + cp man/tools.go .
13:00:03 + ./scripts/vendor update
13:00:03 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:00:03 go: downloading github.com/docker/docker v23.0.0+incompatible
13:00:03 go: downloading github.com/fvbommel/sortorder v1.0.2
13:00:03 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:00:03 go: downloading github.com/morikuni/aec v1.0.0
13:00:03 go: downloading github.com/pkg/errors v0.9.1
13:00:03 go: downloading github.com/spf13/cobra v1.6.1
13:00:03 go: downloading github.com/spf13/pflag v1.0.5
13:00:03 go: downloading github.com/google/go-cmp v0.5.9
13:00:03 go: downloading gotest.tools/v3 v3.4.0
13:00:03 go: downloading golang.org/x/sys v0.4.0
13:00:03 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:00:03 go: downloading github.com/docker/go-connections v0.4.0
13:00:03 go: downloading github.com/moby/sys/sequential v0.5.0
13:00:03 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:00:03 go: downloading github.com/docker/go-units v0.5.0
13:00:03 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:00:03 go: downloading github.com/containerd/containerd v1.6.16
13:00:03 + cd /go/tini
13:00:03 + git checkout -q v0.19.0
13:00:03 + cmake .
13:00:03 -- The C compiler identification is GNU 4.8.5
13:00:03 -- Check for working C compiler: /usr/bin/cc
13:00:03 -- Check for working C compiler: /usr/bin/cc -- works
13:00:03 -- Detecting C compiler ABI info
13:00:03 -- Detecting C compiler ABI info - done
13:00:03 -- Performing Test HAS_BUILTIN_FORTIFY
13:00:04 go: downloading github.com/moby/sys/signal v0.7.0
13:00:04 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:00:04 go: downloading golang.org/x/text v0.6.0
13:00:04 go: downloading github.com/mattn/go-runewidth v0.0.13
13:00:04 go: downloading github.com/moby/buildkit v0.10.6
13:00:04 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:00:04 -- Configuring done
13:00:04 -- Generating done
13:00:04 -- Build files have been written to: /go/tini
13:00:04 + make tini-static
13:00:04 Scanning dependencies of target tini-static
13:00:04 [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:00:04 Linking C executable tini-static
13:00:04 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:00:04 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:00:04 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:00:04 + /usr/lib/rpm/check-rpaths
13:00:04 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:00:04 + /usr/lib/rpm/brp-remove-la-files
13:00:04 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:00:04 + /usr/lib/rpm/redhat/brp-python-hardlink
13:00:04 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.tXqICb
13:00:04 + umask 022
13:00:04 + cd /root/rpmbuild/BUILD
13:00:04 + 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:00:04 + export CFLAGS
13:00:04 + 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:00:04 + export CXXFLAGS
13:00:04 + 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:00:04 + export FFLAGS
13:00:04 + 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:00:04 + export FCFLAGS
13:00:04 + 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~20230206193855.ab4ef4a-0.fc36.x86_64.ld'
13:00:04 + export LDFLAGS
13:00:04 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:00:04 + export LT_SYS_LIBRARY_PATH
13:00:04 + CC=gcc
13:00:04 + export CC
13:00:04 + CXX=g++
13:00:04 + export CXX
13:00:04 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:00:04 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0~20230206193855.ab4ef4a-0.fc36 x86_64
13:00:04 + cd src
13:00:04 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:00:04 PASS: daemon version OK
13:00:04 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
13:00:04 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
13:00:04 + echo 'PASS: daemon version OK'
13:00:04 + RPM_EC=0
13:00:04 ++ jobs -p
13:00:04 + exit 0
13:00:04 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
13:00:04 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker-proxy
13:00:04 go: downloading github.com/moby/patternmatcher v0.5.0
13:00:04 go: downloading github.com/opencontainers/go-digest v1.0.0
13:00:04 go: downloading github.com/gogo/protobuf v1.3.2
13:00:04 [100%] Built target tini-static
13:00:04 + mkdir -p /usr/local/bin
13:00:04 + cp tini-static /usr/local/bin/docker-init
13:00:04 + VERSION=0.0.0-20230206193855-ab4ef4a
13:00:04 + PRODUCT=docker
13:00:04 + hack/make.sh dynbinary
13:00:04 
13:00:04 Removing bundles/
13:00:04 
13:00:04 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:00:04 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
13:00:04 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:00:04 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:00:04 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.fc36 docker-ce(x86-64) = 3:0.0.0~20230206193855.ab4ef4a-0.fc36
13:00:04 Requires(interp): /bin/sh /bin/sh /bin/sh
13:00:04 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:00:04 Requires(post): /bin/sh
13:00:04 Requires(preun): /bin/sh
13:00:04 Requires(postun): /bin/sh
13:00:04 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:00:04 Conflicts: docker docker-ee docker-engine-cs docker-io
13:00:04 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
13:00:04 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
13:00:04 go: downloading gopkg.in/yaml.v2 v2.4.0
13:00:04 go: downloading golang.org/x/term v0.4.0
13:00:04 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:00:04 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:00:04 go: downloading github.com/imdario/mergo v0.3.12
13:00:04 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:00:04 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:00:04 go: downloading github.com/creack/pty v1.1.11
13:00:04 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:00:05 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.src.rpm
13:00:05 Created binary: bundles/dynbinary-daemon/dockerd
13:00:05 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
13:00:05 Created binary: bundles/dynbinary-daemon/docker-proxy
13:00:05 
13:00:05 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:00:05 + RM_GOPATH=0
13:00:05 + TMP_GOPATH=/go
13:00:05 + : /usr/local/bin
13:00:05 + '[' -z /go ']'
13:00:05 + export GOPATH=/go
13:00:05 + GOPATH=/go
13:00:05 + case "$(go env GOARCH)" in
13:00:05 ++ go env GOARCH
13:00:05 + export GO_BUILDMODE=-buildmode=pie
13:00:05 + GO_BUILDMODE=-buildmode=pie
13:00:05 ++ dirname hack/dockerfile/install/install.sh
13:00:05 + dir=hack/dockerfile/install
13:00:05 + bin=tini
13:00:05 + shift
13:00:05 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:00:05 + . hack/dockerfile/install/tini.installer
13:00:05 ++ : v0.19.0
13:00:05 + install_tini
13:00:05 + echo 'Install tini version v0.19.0'
13:00:05 Install tini version v0.19.0
13:00:05 + git clone https://github.com/krallin/tini.git /go/tini
13:00:05 Cloning into '/go/tini'...
13:00:05 + cd /go/tini
13:00:05 + git checkout -q v0.19.0
13:00:05 + cmake .
13:00:05 -- The C compiler identification is GNU 7.5.0
13:00:05 -- Check for working C compiler: /usr/bin/cc
13:00:05 -- Check for working C compiler: /usr/bin/cc -- works
13:00:05 -- Detecting C compiler ABI info
13:00:05 -- Detecting C compiler ABI info - done
13:00:05 -- Detecting C compile features
13:00:05 -- Detecting C compile features - done
13:00:05 -- Performing Test HAS_BUILTIN_FORTIFY
13:00:05 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:00:05 -- Configuring done
13:00:05 -- Generating done
13:00:05 -- Build files have been written to: /go/tini
13:00:05 + make tini-static
13:00:05 make[2]: Entering directory '/go/tini'
13:00:05 make[3]: Entering directory '/go/tini'
13:00:05 make[4]: Entering directory '/go/tini'
13:00:05 make[5]: Entering directory '/go/tini'
13:00:05 Scanning dependencies of target tini-static
13:00:05 make[5]: Leaving directory '/go/tini'
13:00:05 make[5]: Entering directory '/go/tini'
13:00:05 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:00:05 [100%] Linking C executable tini-static
13:00:05 make[5]: Leaving directory '/go/tini'
13:00:05 [100%] Built target tini-static
13:00:05 make[4]: Leaving directory '/go/tini'
13:00:05 make[3]: Leaving directory '/go/tini'
13:00:05 make[2]: Leaving directory '/go/tini'
13:00:05 + mkdir -p /usr/local/bin
13:00:05 + cp tini-static /usr/local/bin/docker-init
13:00:05 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:00:05 + RM_GOPATH=0
13:00:05 + TMP_GOPATH=/go
13:00:05 + : /usr/local/bin
13:00:05 + '[' -z /go ']'
13:00:05 + export GOPATH=/go
13:00:05 + GOPATH=/go
13:00:05 + case "$(go env GOARCH)" in
13:00:05 ++ go env GOARCH
13:00:05 + export GO_BUILDMODE=-buildmode=pie
13:00:05 + GO_BUILDMODE=-buildmode=pie
13:00:05 ++ dirname hack/dockerfile/install/install.sh
13:00:05 + dir=hack/dockerfile/install
13:00:05 + bin=rootlesskit
13:00:05 + shift
13:00:05 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:00:05 + . hack/dockerfile/install/rootlesskit.installer
13:00:05 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:05 + install_rootlesskit dynamic
13:00:05 + case "$1" in
13:00:05 + install_rootlesskit_dynamic
13:00:05 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:00:05 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:00:05 + export BUILD_MODE=-buildmode=pie
13:00:05 + BUILD_MODE=-buildmode=pie
13:00:05 + _install_rootlesskit
13:00:05 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:00:05 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:05 + for f in rootlesskit rootlesskit-docker-proxy
13:00:05 + GOBIN=/usr/local/bin
13:00:05 + GO111MODULE=on
13:00:05 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:05 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:00:05 go: downloading github.com/sirupsen/logrus v1.9.0
13:00:05 go: downloading github.com/urfave/cli/v2 v2.23.5
13:00:05 go: downloading golang.org/x/sys v0.2.0
13:00:05 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.rpm
13:00:05 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gIGXHv
13:00:05 + umask 022
13:00:05 + cd /root/rpmbuild/BUILD
13:00:05 + cd src
13:00:05 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
13:00:05 + RPM_EC=0
13:00:05 ++ jobs -p
13:00:05 + exit 0
13:00:05 
13:00:05 RPM build warnings:
13:00:05     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:00:05     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:00:05     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:00:05     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/docker-proxy
13:00:05 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.U0TLZE
13:00:05 + umask 022
13:00:05 + cd /root/rpmbuild/BUILD
13:00:05 + cd /root/rpmbuild/BUILD
13:00:05 + rm -rf src
13:00:05 + /usr/bin/mkdir -p src
13:00:05 + cd src
13:00:05 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:00:05 + /usr/bin/tar -xof -
13:00:05 + STATUS=0
13:00:05 + '[' 0 -ne 0 ']'
13:00:05 + /usr/bin/tar -xof -
13:00:05 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:00:05 + STATUS=0
13:00:05 + '[' 0 -ne 0 ']'
13:00:05 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:00:05 + RPM_EC=0
13:00:05 ++ jobs -p
13:00:05 + exit 0
13:00:05 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.eIipGB
13:00:05 + umask 022
13:00:05 + cd /root/rpmbuild/BUILD
13:00: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:00:05 + export CFLAGS
13:00: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:00:05 + export CXXFLAGS
13:00: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:00:05 + export FFLAGS
13:00: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:00:05 + export FCFLAGS
13:00: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-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.ld'
13:00:05 + export LDFLAGS
13:00:05 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:00:05 + export LT_SYS_LIBRARY_PATH
13:00:05 + CC=gcc
13:00:05 + export CC
13:00:05 + CXX=g++
13:00:05 + export CXX
13:00:05 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:00:05 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0~20230206193855.ab4ef4a-0.fc36 aarch64
13:00:05 + cd src
13:00:05 + mkdir -p /go/src/github.com/docker
13:00:05 + rm -f /go/src/github.com/docker/cli
13:00:05 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:00:05 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:00:05 + pushd /go/src/github.com/docker/cli
13:00:05 + VERSION=0.0.0-20230206193855-ab4ef4a
13:00:05 + GITCOMMIT=ab4ef4a
13:00:05 + GO_LINKMODE=dynamic
13:00:05 + ./scripts/build/binary
13:00:05 Building dynamic docker-linux-arm64
13:00:05 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T13:00:04Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
13:00:06 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:00:06 go: downloading github.com/google/uuid v1.3.0
13:00:06 go: downloading github.com/moby/vpnkit v0.5.0
13:00:06 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:00:06 go: downloading github.com/gofrs/flock v0.8.1
13:00:06 go: downloading github.com/stretchr/testify v1.8.0
13:00:06 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:00:06 go: downloading gopkg.in/yaml.v3 v3.0.1
13:00:06 go: downloading github.com/klauspost/compress v1.15.12
13:00:06 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:00:06 go: downloading github.com/containerd/continuity v0.3.0
13:00:06 go: downloading github.com/rivo/uniseg v0.2.0
13:00:06 go: downloading github.com/moby/sys/symlink v0.2.0
13:00:06 go: downloading golang.org/x/time v0.1.0
13:00:06 go: downloading github.com/opencontainers/runc v1.1.3
13:00:06 go: downloading golang.org/x/crypto v0.2.0
13:00:06 go: downloading github.com/gorilla/mux v1.8.0
13:00:06 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:00:06 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:00:06 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:00:06 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:00:06 go: downloading golang.org/x/net v0.1.0
13:00:06 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:00:06 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:00:06 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:00:06 go: downloading google.golang.org/grpc v1.48.0
13:00:06 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:00:06 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:00:06 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:00:06 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:00:06 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:00:06 go: downloading github.com/Microsoft/go-winio v0.5.2
13:00:06 go: downloading golang.org/x/net v0.5.0
13:00:07 go: downloading github.com/davecgh/go-spew v1.1.1
13:00:07 go: downloading github.com/pmezard/go-difflib v1.0.0
13:00:07 go: downloading github.com/miekg/pkcs11 v1.1.1
13:00:07 go: downloading github.com/prometheus/client_golang v1.14.0
13:00:07 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:00:07 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:00:07 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:00:07 go: downloading github.com/russross/blackfriday v1.6.0
13:00:07 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:00:07 go: downloading github.com/golang/protobuf v1.5.2
13:00:07 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:00:07 Created binary: bundles/dynbinary-daemon/dockerd
13:00:07 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
13:00:07 Created binary: bundles/dynbinary-daemon/docker-proxy
13:00:07 
13:00:07 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:00:07 + RM_GOPATH=0
13:00:07 + TMP_GOPATH=/go
13:00:07 + : /usr/local/bin
13:00:07 + '[' -z /go ']'
13:00:07 + export GOPATH=/go
13:00:07 + GOPATH=/go
13:00:07 + case "$(go env GOARCH)" in
13:00:07 ++ go env GOARCH
13:00:07 + export GO_BUILDMODE=-buildmode=pie
13:00:07 + GO_BUILDMODE=-buildmode=pie
13:00:07 ++ dirname hack/dockerfile/install/install.sh
13:00:07 + dir=hack/dockerfile/install
13:00:07 + bin=tini
13:00:07 + shift
13:00:07 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:00:07 + . hack/dockerfile/install/tini.installer
13:00:07 ++ : v0.19.0
13:00:07 + install_tini
13:00:07 + echo 'Install tini version v0.19.0'
13:00:07 + git clone https://github.com/krallin/tini.git /go/tini
13:00:07 Install tini version v0.19.0
13:00:07 Cloning into '/go/tini'...
13:00:07 + cd /go/tini
13:00:07 + git checkout -q v0.19.0
13:00:07 + cmake .
13:00:07 -- The C compiler identification is GNU 9.4.0
13:00:07 -- Check for working C compiler: /usr/bin/cc
13:00:07 -- Check for working C compiler: /usr/bin/cc -- works
13:00:07 -- Detecting C compiler ABI info
13:00:07 -- Detecting C compiler ABI info - done
13:00:07 -- Detecting C compile features
13:00:07 -- Detecting C compile features - done
13:00:07 -- Performing Test HAS_BUILTIN_FORTIFY
13:00:07 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:00:07 -- Configuring done
13:00:07 -- Generating done
13:00:07 -- Build files have been written to: /go/tini
13:00:07 + make tini-static
13:00:07 make[2]: Entering directory '/go/tini'
13:00:07 make[3]: Entering directory '/go/tini'
13:00:07 make[4]: Entering directory '/go/tini'
13:00:07 make[5]: Entering directory '/go/tini'
13:00:07 Scanning dependencies of target tini-static
13:00:07 make[5]: Leaving directory '/go/tini'
13:00:07 make[5]: Entering directory '/go/tini'
13:00:07 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:00:07 [100%] Linking C executable tini-static
13:00:07 make[5]: Leaving directory '/go/tini'
13:00:07 [100%] Built target tini-static
13:00:07 make[4]: Leaving directory '/go/tini'
13:00:07 make[3]: Leaving directory '/go/tini'
13:00:07 make[2]: Leaving directory '/go/tini'
13:00:07 + mkdir -p /usr/local/bin
13:00:07 + cp tini-static /usr/local/bin/docker-init
13:00:07 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:00:07 + RM_GOPATH=0
13:00:07 + TMP_GOPATH=/go
13:00:07 + : /usr/local/bin
13:00:07 + '[' -z /go ']'
13:00:07 + export GOPATH=/go
13:00:07 + GOPATH=/go
13:00:07 + case "$(go env GOARCH)" in
13:00:07 ++ go env GOARCH
13:00:07 + export GO_BUILDMODE=-buildmode=pie
13:00:07 + GO_BUILDMODE=-buildmode=pie
13:00:07 ++ dirname hack/dockerfile/install/install.sh
13:00:07 + dir=hack/dockerfile/install
13:00:07 + bin=rootlesskit
13:00:07 + shift
13:00:07 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:00:07 + . hack/dockerfile/install/rootlesskit.installer
13:00:07 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:07 + install_rootlesskit dynamic
13:00:07 + case "$1" in
13:00:07 + install_rootlesskit_dynamic
13:00:07 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:00:07 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:00:07 + export BUILD_MODE=-buildmode=pie
13:00:07 + BUILD_MODE=-buildmode=pie
13:00:07 + _install_rootlesskit
13:00:07 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:00:07 + for f in rootlesskit rootlesskit-docker-proxy
13:00:07 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:07 + GOBIN=/usr/local/bin
13:00:07 + GO111MODULE=on
13:00:07 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:07 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:00:07 go: downloading github.com/sirupsen/logrus v1.9.0
13:00:07 go: downloading github.com/urfave/cli/v2 v2.23.5
13:00:07 go: downloading golang.org/x/sys v0.2.0
13:00:07 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:00:07 go: downloading github.com/google/uuid v1.3.0
13:00:07 go: downloading github.com/moby/vpnkit v0.5.0
13:00:07 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:00:07 go: downloading github.com/gofrs/flock v0.8.1
13:00:07 go: downloading github.com/gorilla/mux v1.8.0
13:00:07 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:00:07 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:00:07 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:00:07 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:00:07 go: downloading golang.org/x/net v0.1.0
13:00:07 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:00:08 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64.rpm
13:00:08 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nTpcgC
13:00:08 + umask 022
13:00:08 + cd /root/rpmbuild/BUILD
13:00:08 + cd src
13:00:08 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
13:00:08 + exit 0
13:00:08 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.uyUJYH
13:00:08 + umask 022
13:00:08 + cd /root/rpmbuild/BUILD
13:00:08 + cd /root/rpmbuild/BUILD
13:00:08 + rm -rf src
13:00:08 + /usr/bin/mkdir -p src
13:00:08 + cd src
13:00:08 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:00:08 + /usr/bin/tar -xof -
13:00:08 + STATUS=0
13:00:08 + '[' 0 -ne 0 ']'
13:00:08 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:00:08 + /usr/bin/tar -xof -
13:00:08 + STATUS=0
13:00:08 + '[' 0 -ne 0 ']'
13:00:08 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:00:08 + exit 0
13:00:08 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.PgewiY
13:00:08 + umask 022
13:00:08 + cd /root/rpmbuild/BUILD
13:00:08 + cd src
13:00:08 + mkdir -p /go/src/github.com/docker
13:00:08 + rm -f /go/src/github.com/docker/cli
13:00:08 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:00:08 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:00:08 + pushd /go/src/github.com/docker/cli
13:00:08 + VERSION=0.0.0-20230206193855-ab4ef4a
13:00:08 + GITCOMMIT=ab4ef4a
13:00:08 + GO_LINKMODE=dynamic
13:00:08 + ./scripts/build/binary
13:00:08 Building dynamic docker-linux-amd64
13:00:08 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T13:00:08Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
13:00:08 make[2]: Entering directory '/root/build-deb/cli'
13:00:08 scripts/docs/generate-man.sh
13:00:08 + cp -r . /tmp/docker-cli-docsgen.sudFmPgGU4/
13:00:08 + cd /tmp/docker-cli-docsgen.sudFmPgGU4
13:00:08 + ./scripts/vendor init
13:00:08 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:00:08 + cp man/tools.go .
13:00:08 + ./scripts/vendor update
13:00:08 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:00:08 go: downloading github.com/docker/docker v23.0.0+incompatible
13:00:08 + for f in rootlesskit rootlesskit-docker-proxy
13:00:08 + GOBIN=/usr/local/bin
13:00:08 + GO111MODULE=on
13:00:08 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:08 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:00:08 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:00:08 go: downloading github.com/beorn7/perks v1.0.1
13:00:08 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:00:08 go: downloading github.com/prometheus/client_model v0.3.0
13:00:08 go: downloading github.com/prometheus/common v0.37.0
13:00:08 go: downloading github.com/prometheus/procfs v0.8.0
13:00:08 go: downloading google.golang.org/protobuf v1.28.1
13:00:08 go: downloading github.com/fvbommel/sortorder v1.0.2
13:00:08 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:00:08 go: downloading github.com/morikuni/aec v1.0.0
13:00:08 go: downloading github.com/pkg/errors v0.9.1
13:00:09 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:00:09 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:00:09 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:00:09 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:00:09 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:00:09 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:00:09 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:00:09 go: downloading k8s.io/klog/v2 v2.80.1
13:00:09 go: downloading github.com/kr/text v0.2.0
13:00:09 go: downloading github.com/docker/go-metrics v0.0.1
13:00:09 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:00:09 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:00:09 go: downloading github.com/BurntSushi/toml v0.3.1
13:00:09 go: downloading github.com/kr/pretty v0.2.1
13:00:09 go: downloading github.com/magiconair/properties v1.5.3
13:00:09 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:00:09 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:00:09 go: downloading github.com/go-logr/logr v1.2.3
13:00:09 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:00:09 go: downloading github.com/spf13/cobra v1.6.1
13:00:09 go: downloading github.com/spf13/pflag v1.0.5
13:00:09 go: downloading github.com/google/go-cmp v0.5.9
13:00:09 go: downloading gotest.tools/v3 v3.4.0
13:00:09 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:00:09 go: downloading golang.org/x/sys v0.4.0
13:00:09 go: downloading github.com/docker/go-units v0.5.0
13:00:09 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:00:09 + go mod vendor -modfile=vendor.mod
13:00:09 go: downloading github.com/docker/go-connections v0.4.0
13:00:09 go: downloading github.com/moby/sys/sequential v0.5.0
13:00:09 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:00:09 go: downloading golang.org/x/text v0.6.0
13:00:09 go: downloading github.com/mattn/go-runewidth v0.0.13
13:00:09 + return
13:00:09 # Build the CLI
13:00:09 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:00:09 Building dynamic docker-linux-amd64
13:00:09 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:57:37Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:00:09 go: downloading github.com/containerd/containerd v1.6.16
13:00:09 go: downloading github.com/moby/sys/signal v0.7.0
13:00:09 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:00:09 go: downloading github.com/moby/buildkit v0.10.6
13:00:10 go: downloading github.com/moby/patternmatcher v0.5.0
13:00:10 go: downloading github.com/opencontainers/go-digest v1.0.0
13:00:10 go: downloading github.com/gogo/protobuf v1.3.2
13:00:10 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:00:10 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:00:10 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:00:10 go: downloading gopkg.in/yaml.v2 v2.4.0
13:00:10 go: downloading golang.org/x/term v0.4.0
13:00:10 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:00:10 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:00:10 go: downloading github.com/imdario/mergo v0.3.12
13:00:10 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:00:10 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:00:10 go: downloading github.com/creack/pty v1.1.11
13:00:10 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:00:11 go: downloading gopkg.in/yaml.v3 v3.0.1
13:00:11 go: downloading github.com/stretchr/testify v1.8.0
13:00:11 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:00:11 go: downloading github.com/rivo/uniseg v0.2.0
13:00:11 go: downloading github.com/klauspost/compress v1.15.12
13:00:11 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:00:11 go: downloading github.com/containerd/continuity v0.3.0
13:00:11 go: downloading github.com/moby/sys/symlink v0.2.0
13:00:11 go: downloading golang.org/x/time v0.1.0
13:00:11 go: downloading github.com/opencontainers/runc v1.1.3
13:00:11 go: downloading golang.org/x/crypto v0.2.0
13:00:11 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:00:12 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:00:12 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:00:12 go: downloading google.golang.org/grpc v1.48.0
13:00:12 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:00:12 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:00:12 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:00:12 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:00:12 go: downloading github.com/russross/blackfriday v1.6.0
13:00:12 go: downloading github.com/Microsoft/go-winio v0.5.2
13:00:12 go: downloading golang.org/x/net v0.5.0
13:00:12 go: downloading github.com/davecgh/go-spew v1.1.1
13:00:12 go: downloading github.com/pmezard/go-difflib v1.0.0
13:00:12 go: downloading github.com/miekg/pkcs11 v1.1.1
13:00:12 go: downloading github.com/prometheus/client_golang v1.14.0
13:00:12 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:00:12 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:00:12 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:00:12 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:00:12 Created binary: bundles/dynbinary-daemon/dockerd
13:00:12 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
13:00:12 Created binary: bundles/dynbinary-daemon/docker-proxy
13:00:12 
13:00:12 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:00:12 + RM_GOPATH=0
13:00:12 + TMP_GOPATH=/go
13:00:12 + : /usr/local/bin
13:00:12 + '[' -z /go ']'
13:00:12 + export GOPATH=/go
13:00:12 + GOPATH=/go
13:00:12 + case "$(go env GOARCH)" in
13:00:12 ++ go env GOARCH
13:00:12 + export GO_BUILDMODE=-buildmode=pie
13:00:12 + GO_BUILDMODE=-buildmode=pie
13:00:12 ++ dirname hack/dockerfile/install/install.sh
13:00:12 + dir=hack/dockerfile/install
13:00:12 + bin=tini
13:00:12 + shift
13:00:12 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:00:12 + . hack/dockerfile/install/tini.installer
13:00:12 ++ : v0.19.0
13:00:12 + install_tini
13:00:12 + echo 'Install tini version v0.19.0'
13:00:12 Install tini version v0.19.0
13:00:12 + git clone https://github.com/krallin/tini.git /go/tini
13:00:12 Cloning into '/go/tini'...
13:00:12 go: downloading github.com/golang/protobuf v1.5.2
13:00:12 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:00:12 + for f in rootlesskit rootlesskit-docker-proxy
13:00:12 + GOBIN=/usr/local/bin
13:00:12 + GO111MODULE=on
13:00:12 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:13 + for f in rootlesskit rootlesskit-docker-proxy
13:00:13 + GOBIN=/usr/local/bin
13:00:13 + GO111MODULE=on
13:00:13 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:14 + return
13:00:14 # Build the CLI
13:00:14 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:00:14 Building dynamic docker-linux-amd64
13:00:14 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:57:43Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:00:14 + cd /go/tini
13:00:14 + git checkout -q v0.19.0
13:00:14 + cmake .
13:00:14 -- The C compiler identification is GNU 8.3.0
13:00:14 -- Check for working C compiler: /usr/bin/cc
13:00:14 -- Check for working C compiler: /usr/bin/cc -- works
13:00:14 -- Detecting C compiler ABI info
13:00:14 -- Detecting C compiler ABI info - done
13:00:14 -- Detecting C compile features
13:00:14 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:00:14 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:00:14 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:00:14 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:00:14 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:00:14 go: downloading github.com/beorn7/perks v1.0.1
13:00:14 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:00:14 go: downloading github.com/prometheus/client_model v0.3.0
13:00:14 go: downloading github.com/prometheus/common v0.37.0
13:00:14 go: downloading github.com/prometheus/procfs v0.8.0
13:00:14 go: downloading google.golang.org/protobuf v1.28.1
13:00:14 + return
13:00:14 # Build the CLI
13:00:14 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:00:14 Building dynamic docker-linux-amd64
13:00:14 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:57:45Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:00:14 -- Detecting C compile features - done
13:00:14 -- Performing Test HAS_BUILTIN_FORTIFY
13:00:14 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:00:14 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:00:14 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:00:14 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:00:14 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:00:14 go: downloading k8s.io/klog/v2 v2.80.1
13:00:14 go: downloading github.com/kr/text v0.2.0
13:00:14 go: downloading github.com/docker/go-metrics v0.0.1
13:00:14 go: downloading github.com/BurntSushi/toml v0.3.1
13:00:14 go: downloading github.com/kr/pretty v0.2.1
13:00:14 go: downloading github.com/magiconair/properties v1.5.3
13:00:14 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:00:14 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:00:14 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:00:14 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:00:14 go: downloading github.com/go-logr/logr v1.2.3
13:00:14 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:00:14 -- Configuring done
13:00:14 -- Generating done
13:00:14 -- Build files have been written to: /go/tini
13:00:14 + make tini-static
13:00:14 make[2]: Entering directory '/go/tini'
13:00:14 make[3]: Entering directory '/go/tini'
13:00:14 make[4]: Entering directory '/go/tini'
13:00:14 make[5]: Entering directory '/go/tini'
13:00:14 Scanning dependencies of target tini-static
13:00:14 make[5]: Leaving directory '/go/tini'
13:00:14 make[5]: Entering directory '/go/tini'
13:00:14 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:00:14 + go mod vendor -modfile=vendor.mod
13:00:14 [100%] Linking C executable tini-static
13:00:14 make[5]: Leaving directory '/go/tini'
13:00:14 [100%] Built target tini-static
13:00:14 make[4]: Leaving directory '/go/tini'
13:00:14 make[3]: Leaving directory '/go/tini'
13:00:14 make[2]: Leaving directory '/go/tini'
13:00:14 + mkdir -p /usr/local/bin
13:00:14 + cp tini-static /usr/local/bin/docker-init
13:00:14 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:00:14 + RM_GOPATH=0
13:00:14 + TMP_GOPATH=/go
13:00:14 + : /usr/local/bin
13:00:14 + '[' -z /go ']'
13:00:14 + export GOPATH=/go
13:00:14 + GOPATH=/go
13:00:14 + case "$(go env GOARCH)" in
13:00:14 ++ go env GOARCH
13:00:14 + export GO_BUILDMODE=-buildmode=pie
13:00:14 + GO_BUILDMODE=-buildmode=pie
13:00:14 ++ dirname hack/dockerfile/install/install.sh
13:00:14 + dir=hack/dockerfile/install
13:00:14 + bin=rootlesskit
13:00:14 + shift
13:00:14 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:00:14 + . hack/dockerfile/install/rootlesskit.installer
13:00:14 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:14 + install_rootlesskit dynamic
13:00:14 + case "$1" in
13:00:14 + install_rootlesskit_dynamic
13:00:14 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:00:14 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:00:14 + export BUILD_MODE=-buildmode=pie
13:00:14 + BUILD_MODE=-buildmode=pie
13:00:14 + _install_rootlesskit
13:00:14 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:00:14 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:14 + for f in rootlesskit rootlesskit-docker-proxy
13:00:14 + GOBIN=/usr/local/bin
13:00:14 + GO111MODULE=on
13:00:14 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:14 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:00:15 go: downloading github.com/sirupsen/logrus v1.9.0
13:00:15 go: downloading github.com/urfave/cli/v2 v2.23.5
13:00:15 go: downloading golang.org/x/sys v0.2.0
13:00:15 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:00:15 go: downloading github.com/google/uuid v1.3.0
13:00:15 go: downloading github.com/moby/vpnkit v0.5.0
13:00:15 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:00:15 go: downloading github.com/gofrs/flock v0.8.1
13:00:15 go: downloading github.com/gorilla/mux v1.8.0
13:00:15 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:00:15 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:00:15 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:00:15 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:00:15 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:00:15 go: downloading golang.org/x/net v0.1.0
13:00:15 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:00:16 make[2]: Entering directory '/root/build-deb/cli'
13:00:16 scripts/docs/generate-man.sh
13:00:16 + cp -r . /tmp/docker-cli-docsgen.d0t3VRLIRf/
13:00:16 + cd /tmp/docker-cli-docsgen.d0t3VRLIRf
13:00:16 + ./scripts/vendor init
13:00:16 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:00:16 + cp man/tools.go .
13:00:16 + ./scripts/vendor update
13:00:16 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:00:16 go: downloading github.com/docker/docker v23.0.0+incompatible
13:00:16 go: downloading github.com/fvbommel/sortorder v1.0.2
13:00:16 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:00:16 go: downloading github.com/morikuni/aec v1.0.0
13:00:16 go: downloading github.com/pkg/errors v0.9.1
13:00:16 go: downloading github.com/spf13/cobra v1.6.1
13:00:16 go: downloading github.com/spf13/pflag v1.0.5
13:00:16 go: downloading github.com/google/go-cmp v0.5.9
13:00:16 go: downloading gotest.tools/v3 v3.4.0
13:00:16 go: downloading golang.org/x/sys v0.4.0
13:00:16 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:00:16 go: downloading github.com/docker/go-units v0.5.0
13:00:16 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:00:16 go: downloading github.com/docker/go-connections v0.4.0
13:00:16 go: downloading github.com/moby/sys/sequential v0.5.0
13:00:16 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:00:16 go: downloading golang.org/x/text v0.6.0
13:00:16 go: downloading github.com/mattn/go-runewidth v0.0.13
13:00:16 go: downloading github.com/containerd/containerd v1.6.16
13:00:16 go: downloading github.com/moby/sys/signal v0.7.0
13:00:16 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:00:16 go: downloading github.com/moby/buildkit v0.10.6
13:00:16 go: downloading github.com/moby/patternmatcher v0.5.0
13:00:16 go: downloading github.com/opencontainers/go-digest v1.0.0
13:00:16 go: downloading gopkg.in/yaml.v2 v2.4.0
13:00:16 go: downloading github.com/gogo/protobuf v1.3.2
13:00:16 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:00:16 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:00:16 go: downloading golang.org/x/term v0.4.0
13:00:16 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:00:16 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:00:16 go: downloading github.com/imdario/mergo v0.3.12
13:00:16 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:00:16 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:00:16 go: downloading github.com/creack/pty v1.1.11
13:00:16 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:00:16 go: downloading gopkg.in/yaml.v3 v3.0.1
13:00:16 go: downloading github.com/stretchr/testify v1.8.0
13:00:16 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:00:16 go: downloading github.com/rivo/uniseg v0.2.0
13:00:16 go: downloading github.com/klauspost/compress v1.15.12
13:00:16 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:00:16 go: downloading github.com/containerd/continuity v0.3.0
13:00:16 go: downloading github.com/moby/sys/symlink v0.2.0
13:00:16 go: downloading golang.org/x/time v0.1.0
13:00:16 go: downloading github.com/opencontainers/runc v1.1.3
13:00:16 go: downloading golang.org/x/crypto v0.2.0
13:00:16 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:00:16 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:00:16 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:00:16 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:00:16 go: downloading google.golang.org/grpc v1.48.0
13:00:16 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:00:16 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:00:16 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:00:16 go: downloading github.com/Microsoft/go-winio v0.5.2
13:00:16 go: downloading golang.org/x/net v0.5.0
13:00:16 go: downloading github.com/russross/blackfriday v1.6.0
13:00:16 go: downloading github.com/davecgh/go-spew v1.1.1
13:00:16 go: downloading github.com/pmezard/go-difflib v1.0.0
13:00:16 go: downloading github.com/miekg/pkcs11 v1.1.1
13:00:16 go: downloading github.com/prometheus/client_golang v1.14.0
13:00:16 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:00:16 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:00:16 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:00:16 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:00:16 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:00:16 go: downloading github.com/golang/protobuf v1.5.2
13:00:16 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:00:17 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:00:17 go: downloading github.com/beorn7/perks v1.0.1
13:00:17 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:00:17 go: downloading github.com/prometheus/client_model v0.3.0
13:00:17 go: downloading github.com/prometheus/common v0.37.0
13:00:17 go: downloading github.com/prometheus/procfs v0.8.0
13:00:17 go: downloading google.golang.org/protobuf v1.28.1
13:00:17 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:00:17 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:00:17 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:00:17 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:00:17 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:00:17 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:00:17 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:00:17 go: downloading k8s.io/klog/v2 v2.80.1
13:00:17 go: downloading github.com/kr/text v0.2.0
13:00:17 go: downloading github.com/docker/go-metrics v0.0.1
13:00:17 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:00:17 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:00:17 go: downloading github.com/BurntSushi/toml v0.3.1
13:00:17 go: downloading github.com/kr/pretty v0.2.1
13:00:17 go: downloading github.com/magiconair/properties v1.5.3
13:00:17 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:00:17 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:00:17 go: downloading github.com/go-logr/logr v1.2.3
13:00:17 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:00:17 + go mod vendor -modfile=vendor.mod
13:00:17 #20 DONE 64.8s
13:00:17 
13:00:17 #21 [binary 1/1] COPY --from=build /out .
13:00:17 #21 DONE 0.1s
13:00:17 
13:00:17 #22 exporting to client
13:00:17 #22 copying files 53B
13:00:17 #22 copying files 34.43MB 0.2s done
13:00:17 #22 DONE 0.2s
13:00:17 mkdir -p build/win/amd64/docker
13:00:17 cp /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/build/docker-windows-amd64.exe build/win/amd64/docker/docker.exe
13:00:17 cp /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/bundles/cross/win/dockerd.exe build/win/amd64/docker/dockerd.exe
13:00:17 cp /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/bundles/cross/win/docker-proxy.exe build/win/amd64/docker/docker-proxy.exe
13:00:17 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static/build/win/amd64:/v -w /v alpine sh -c 'apk update&&apk add zip&&zip -r docker-0.0.0-20230206193855-ab4ef4a.zip docker'
13:00:17 Unable to find image 'alpine:latest' locally
13:00:17 latest: Pulling from library/alpine
13:00:17 8921db27df28: Pulling fs layer
13:00:17 8921db27df28: Verifying Checksum
13:00:17 8921db27df28: Download complete
13:00:17 8921db27df28: Pull complete
13:00:17 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
13:00:17 Status: Downloaded newer image for alpine:latest
13:00:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
13:00:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
13:00:18 v3.17.1-181-gc0ae5547b8 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main]
13:00:18 v3.17.1-187-gf1d6a136478 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community]
13:00:18 OK: 17815 distinct packages available
13:00:18 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:00:18 (1/2) Installing unzip (6.0-r13)
13:00:19 make[2]: Entering directory '/root/build-deb/cli'
13:00:19 scripts/docs/generate-man.sh
13:00:19 + cp -r . /tmp/docker-cli-docsgen.pA7Qm8GoYM/
13:00:19 + cd /tmp/docker-cli-docsgen.pA7Qm8GoYM
13:00:19 + ./scripts/vendor init
13:00:19 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:00:19 + cp man/tools.go .
13:00:19 + ./scripts/vendor update
13:00:19 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:00:19 go: downloading github.com/docker/docker v23.0.0+incompatible
13:00:19 go: downloading github.com/fvbommel/sortorder v1.0.2
13:00:19 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:00:19 go: downloading github.com/morikuni/aec v1.0.0
13:00:19 go: downloading github.com/pkg/errors v0.9.1
13:00:19 go: downloading github.com/spf13/cobra v1.6.1
13:00:19 go: downloading github.com/spf13/pflag v1.0.5
13:00:19 go: downloading github.com/google/go-cmp v0.5.9
13:00:19 go: downloading gotest.tools/v3 v3.4.0
13:00:19 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:00:19 go: downloading golang.org/x/sys v0.4.0
13:00:19 go: downloading github.com/docker/go-units v0.5.0
13:00:19 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:00:19 go: downloading github.com/docker/go-connections v0.4.0
13:00:19 go: downloading github.com/moby/sys/sequential v0.5.0
13:00:19 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:00:19 go: downloading golang.org/x/text v0.6.0
13:00:19 go: downloading github.com/mattn/go-runewidth v0.0.13
13:00:19 go: downloading github.com/containerd/containerd v1.6.16
13:00:19 go: downloading github.com/moby/sys/signal v0.7.0
13:00:19 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:00:19 go: downloading github.com/moby/buildkit v0.10.6
13:00:19 go: downloading github.com/moby/patternmatcher v0.5.0
13:00:19 go: downloading github.com/opencontainers/go-digest v1.0.0
13:00:19 go: downloading github.com/gogo/protobuf v1.3.2
13:00:19 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:00:19 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:00:19 go: downloading gopkg.in/yaml.v2 v2.4.0
13:00:19 go: downloading golang.org/x/term v0.4.0
13:00:19 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:00:19 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:00:19 go: downloading github.com/imdario/mergo v0.3.12
13:00:19 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:00:19 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:00:19 go: downloading github.com/creack/pty v1.1.11
13:00:19 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:00:19 go: downloading gopkg.in/yaml.v3 v3.0.1
13:00:19 go: downloading github.com/stretchr/testify v1.8.0
13:00:19 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:00:19 go: downloading github.com/rivo/uniseg v0.2.0
13:00:19 go: downloading github.com/klauspost/compress v1.15.12
13:00:19 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:00:19 go: downloading github.com/containerd/continuity v0.3.0
13:00:19 go: downloading github.com/moby/sys/symlink v0.2.0
13:00:19 go: downloading golang.org/x/time v0.1.0
13:00:19 go: downloading github.com/opencontainers/runc v1.1.3
13:00:19 go: downloading golang.org/x/crypto v0.2.0
13:00:19 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:00:19 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:00:19 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:00:19 go: downloading google.golang.org/grpc v1.48.0
13:00:19 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:00:19 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:00:19 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:00:19 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:00:19 go: downloading github.com/russross/blackfriday v1.6.0
13:00:19 go: downloading github.com/Microsoft/go-winio v0.5.2
13:00:19 go: downloading golang.org/x/net v0.5.0
13:00:19 go: downloading github.com/davecgh/go-spew v1.1.1
13:00:19 go: downloading github.com/pmezard/go-difflib v1.0.0
13:00:19 go: downloading github.com/miekg/pkcs11 v1.1.1
13:00:19 go: downloading github.com/prometheus/client_golang v1.14.0
13:00:19 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:00:19 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:00:19 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:00:19 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:00:19 go: downloading github.com/golang/protobuf v1.5.2
13:00:19 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:00:19 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:00:19 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:00:19 go: downloading github.com/beorn7/perks v1.0.1
13:00:19 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:00:19 go: downloading github.com/prometheus/client_model v0.3.0
13:00:19 go: downloading github.com/prometheus/common v0.37.0
13:00:19 go: downloading github.com/prometheus/procfs v0.8.0
13:00:19 go: downloading google.golang.org/protobuf v1.28.1
13:00:19 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:00:19 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:00:19 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:00:19 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:00:19 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:00:19 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:00:19 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:00:19 go: downloading k8s.io/klog/v2 v2.80.1
13:00:19 go: downloading github.com/kr/text v0.2.0
13:00:19 go: downloading github.com/docker/go-metrics v0.0.1
13:00:19 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:00:19 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:00:19 #53 ...
13:00:19 
13:00:19 #46 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/amd64 <<EOT (set -e...)
13:00:19 #46 DONE 120.7s
13:00:19 
13:00:19 #45 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/amd64 <<EOT (set -e...)
13:00:19 #45 ...
13:00:19 
13:00:19 #56 [all 2/7] COPY --from=runc          /build/ /
13:00:19 #56 DONE 0.1s
13:00:19 
13:00:19 #45 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/amd64 <<EOT (set -e...)
13:00:19 make[2]: Entering directory '/root/build-deb/cli'
13:00:19 scripts/docs/generate-man.sh
13:00:19 + cp -r . /tmp/docker-cli-docsgen.yIDoPn4AZi/
13:00:19 + cd /tmp/docker-cli-docsgen.yIDoPn4AZi
13:00:19 + ./scripts/vendor init
13:00:19 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:00:19 + cp man/tools.go .
13:00:19 + ./scripts/vendor update
13:00:19 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:00:19 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:00:19 go: downloading github.com/spf13/cobra v1.6.1
13:00:19 go: downloading github.com/spf13/pflag v1.0.5
13:00:19 go: downloading github.com/docker/docker v23.0.0+incompatible
13:00:19 go: downloading github.com/fvbommel/sortorder v1.0.2
13:00:19 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:00:19 go: downloading github.com/morikuni/aec v1.0.0
13:00:19 go: downloading github.com/pkg/errors v0.9.1
13:00:19 go: downloading github.com/google/go-cmp v0.5.9
13:00:19 go: downloading gotest.tools/v3 v3.4.0
13:00:19 go: downloading golang.org/x/sys v0.4.0
13:00:19 go: downloading github.com/docker/go-units v0.5.0
13:00:19 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:00:19 go: downloading github.com/docker/go-connections v0.4.0
13:00:19 go: downloading github.com/moby/sys/sequential v0.5.0
13:00:19 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:00:19 go: downloading golang.org/x/text v0.6.0
13:00:19 go: downloading github.com/mattn/go-runewidth v0.0.13
13:00:20 go: downloading github.com/BurntSushi/toml v0.3.1
13:00:20 go: downloading github.com/kr/pretty v0.2.1
13:00:20 go: downloading github.com/magiconair/properties v1.5.3
13:00:20 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:00:20 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:00:20 go: downloading github.com/go-logr/logr v1.2.3
13:00:20 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:00:20 + go mod vendor -modfile=vendor.mod
13:00:20 go: downloading github.com/containerd/containerd v1.6.16
13:00:20 (2/2) Installing zip (3.0-r10)
13:00:20 Executing busybox-1.35.0-r29.trigger
13:00:20 OK: 8 MiB in 17 packages
13:00:20   adding: docker/ (stored 0%)
13:00:20 go: downloading github.com/moby/sys/signal v0.7.0
13:00:20 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:00:20 go: downloading github.com/moby/buildkit v0.10.6
13:00:21 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:00:21 go: downloading github.com/moby/patternmatcher v0.5.0
13:00:21 go: downloading github.com/opencontainers/go-digest v1.0.0
13:00:21 go: downloading gopkg.in/yaml.v2 v2.4.0
13:00:21 go: downloading github.com/gogo/protobuf v1.3.2
13:00:21 Created binary: bundles/dynbinary-daemon/dockerd
13:00:21 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
13:00:21 Created binary: bundles/dynbinary-daemon/docker-proxy
13:00:21 
13:00:21 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:00:21 + RM_GOPATH=0
13:00:21 + TMP_GOPATH=/go
13:00:21 + : /usr/local/bin
13:00:21 + '[' -z /go ']'
13:00:21 + export GOPATH=/go
13:00:21 + GOPATH=/go
13:00:21 + case "$(go env GOARCH)" in
13:00:21 ++ go env GOARCH
13:00:21 + export GO_BUILDMODE=-buildmode=pie
13:00:21 + GO_BUILDMODE=-buildmode=pie
13:00:21 ++ dirname hack/dockerfile/install/install.sh
13:00:21 + dir=hack/dockerfile/install
13:00:21 + bin=tini
13:00:21 + shift
13:00:21 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:00:21 + . hack/dockerfile/install/tini.installer
13:00:21 ++ : v0.19.0
13:00:21 + install_tini
13:00:21 + echo 'Install tini version v0.19.0'
13:00:21 + git clone https://github.com/krallin/tini.git /go/tini
13:00:21 Install tini version v0.19.0
13:00:21 Cloning into '/go/tini'...
13:00:21 + cd /go/tini
13:00:21 + git checkout -q v0.19.0
13:00:21 + cmake .
13:00:21 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:00:21   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:00:21   CMake.
13:00:21 
13:00:21   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:00:21   CMake that the project does not need compatibility with older versions.
13:00:21 
13:00:21 
13:00:21 -- The C compiler identification is GNU 11.3.0
13:00:21 -- Detecting C compiler ABI info
13:00:21 -- Detecting C compiler ABI info - done
13:00:21 -- Check for working C compiler: /usr/bin/cc - skipped
13:00:21 -- Detecting C compile features
13:00:21 -- Detecting C compile features - done
13:00:21 -- Performing Test HAS_BUILTIN_FORTIFY
13:00:21 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:00:21 -- Configuring done
13:00:21 -- Generating done
13:00:21 -- Build files have been written to: /go/tini
13:00:21 + make tini-static
13:00:21 make[2]: Entering directory '/go/tini'
13:00:21 make[3]: Entering directory '/go/tini'
13:00:21 make[4]: Entering directory '/go/tini'
13:00:21 make[5]: Entering directory '/go/tini'
13:00:21 make[5]: Leaving directory '/go/tini'
13:00:21 make[5]: Entering directory '/go/tini'
13:00:21 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:00:21 [100%] Linking C executable tini-static
13:00:21 make[5]: Leaving directory '/go/tini'
13:00:21 [100%] Built target tini-static
13:00:21 make[4]: Leaving directory '/go/tini'
13:00:21 make[3]: Leaving directory '/go/tini'
13:00:21 make[2]: Leaving directory '/go/tini'
13:00:21 + mkdir -p /usr/local/bin
13:00:21 + cp tini-static /usr/local/bin/docker-init
13:00:21 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:00:21 + RM_GOPATH=0
13:00:21 + TMP_GOPATH=/go
13:00:21 + : /usr/local/bin
13:00:21 + '[' -z /go ']'
13:00:21 + export GOPATH=/go
13:00:21 + GOPATH=/go
13:00:21 + case "$(go env GOARCH)" in
13:00:21 ++ go env GOARCH
13:00:21 + export GO_BUILDMODE=-buildmode=pie
13:00:21 + GO_BUILDMODE=-buildmode=pie
13:00:21 ++ dirname hack/dockerfile/install/install.sh
13:00:21 + dir=hack/dockerfile/install
13:00:21 + bin=rootlesskit
13:00:21 + shift
13:00:21 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:00:21 + . hack/dockerfile/install/rootlesskit.installer
13:00:21 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:21 + install_rootlesskit dynamic
13:00:21 + case "$1" in
13:00:21 + install_rootlesskit_dynamic
13:00:21 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:00:21 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:00:21 + export BUILD_MODE=-buildmode=pie
13:00:21 + BUILD_MODE=-buildmode=pie
13:00:21 + _install_rootlesskit
13:00:21 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:00:21 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:21 + for f in rootlesskit rootlesskit-docker-proxy
13:00:21 + GOBIN=/usr/local/bin
13:00:21 + GO111MODULE=on
13:00:21 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:21 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:00:21 go: downloading github.com/sirupsen/logrus v1.9.0
13:00:21 go: downloading github.com/urfave/cli/v2 v2.23.5
13:00:21 go: downloading golang.org/x/sys v0.2.0
13:00:21 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:00:21 go: downloading github.com/google/uuid v1.3.0
13:00:21 go: downloading github.com/moby/vpnkit v0.5.0
13:00:21 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:00:21 go: downloading github.com/gofrs/flock v0.8.1
13:00:21 go: downloading github.com/gorilla/mux v1.8.0
13:00:21 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:00:21 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:00:21 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:00:21 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:00:21 go: downloading golang.org/x/net v0.1.0
13:00:21 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:00:21 + for f in rootlesskit rootlesskit-docker-proxy
13:00:21 + GOBIN=/usr/local/bin
13:00:21 + GO111MODULE=on
13:00:21 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:21 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:00:21 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:00:21 go: downloading golang.org/x/term v0.4.0
13:00:21 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:00:21 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:00:21 go: downloading github.com/imdario/mergo v0.3.12
13:00:21 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:00:21 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:00:21 go: downloading github.com/creack/pty v1.1.11
13:00:21 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:00:22   adding: docker/docker.exe (deflated 54%)
13:00:22   adding: docker/docker-proxy.exe (deflated 61%)
13:00:22 Created binary: bundles/dynbinary-daemon/dockerd
13:00:22 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
13:00:22 Created binary: bundles/dynbinary-daemon/docker-proxy
13:00:22 
13:00:22 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:00:22 + RM_GOPATH=0
13:00:22 + TMP_GOPATH=/go
13:00:22 + : /usr/local/bin
13:00:22 + '[' -z /go ']'
13:00:22 + export GOPATH=/go
13:00:22 + GOPATH=/go
13:00:22 + case "$(go env GOARCH)" in
13:00:22 ++ go env GOARCH
13:00:22 + export GO_BUILDMODE=-buildmode=pie
13:00:22 + GO_BUILDMODE=-buildmode=pie
13:00:22 ++ dirname hack/dockerfile/install/install.sh
13:00:22 + dir=hack/dockerfile/install
13:00:22 + bin=tini
13:00:22 + shift
13:00:22 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:00:22 + . hack/dockerfile/install/tini.installer
13:00:22 ++ : v0.19.0
13:00:22 + install_tini
13:00:22 + echo 'Install tini version v0.19.0'
13:00:22 + git clone https://github.com/krallin/tini.git /go/tini
13:00:22 Install tini version v0.19.0
13:00:22 Cloning into '/go/tini'...
13:00:22 + cd /go/tini
13:00:22 + git checkout -q v0.19.0
13:00:22 + cmake .
13:00:22 -- The C compiler identification is GNU 8.3.0
13:00:22 -- Check for working C compiler: /usr/bin/cc
13:00:22 -- Check for working C compiler: /usr/bin/cc -- works
13:00:22 -- Detecting C compiler ABI info
13:00:22 -- Detecting C compiler ABI info - done
13:00:22 -- Detecting C compile features
13:00:22 -- Detecting C compile features - done
13:00:22 -- Performing Test HAS_BUILTIN_FORTIFY
13:00:22 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:00:22 -- Configuring done
13:00:22 -- Generating done
13:00:22 -- Build files have been written to: /go/tini
13:00:22 + make tini-static
13:00:22 make[2]: Entering directory '/go/tini'
13:00:22 make[3]: Entering directory '/go/tini'
13:00:22 make[4]: Entering directory '/go/tini'
13:00:22 make[5]: Entering directory '/go/tini'
13:00:22 Scanning dependencies of target tini-static
13:00:22 make[5]: Leaving directory '/go/tini'
13:00:22 make[5]: Entering directory '/go/tini'
13:00:22 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:00:22 [100%] Linking C executable tini-static
13:00:22 make[5]: Leaving directory '/go/tini'
13:00:22 [100%] Built target tini-static
13:00:22 make[4]: Leaving directory '/go/tini'
13:00:22 make[3]: Leaving directory '/go/tini'
13:00:22 make[2]: Leaving directory '/go/tini'
13:00:22 + mkdir -p /usr/local/bin
13:00:22 + cp tini-static /usr/local/bin/docker-init
13:00:22 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:00:22 + RM_GOPATH=0
13:00:22 + TMP_GOPATH=/go
13:00:22 + : /usr/local/bin
13:00:22 + '[' -z /go ']'
13:00:22 + export GOPATH=/go
13:00:22 + GOPATH=/go
13:00:22 + case "$(go env GOARCH)" in
13:00:22 ++ go env GOARCH
13:00:22 + export GO_BUILDMODE=-buildmode=pie
13:00:22 + GO_BUILDMODE=-buildmode=pie
13:00:22 ++ dirname hack/dockerfile/install/install.sh
13:00:22 + dir=hack/dockerfile/install
13:00:22 + bin=rootlesskit
13:00:22 + shift
13:00:22 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:00:22 + . hack/dockerfile/install/rootlesskit.installer
13:00:22 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:22 + install_rootlesskit dynamic
13:00:22 + case "$1" in
13:00:22 + install_rootlesskit_dynamic
13:00:22 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:00:22 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:00:22 + export BUILD_MODE=-buildmode=pie
13:00:22 + BUILD_MODE=-buildmode=pie
13:00:22 + _install_rootlesskit
13:00:22 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:00:22 + for f in rootlesskit rootlesskit-docker-proxy
13:00:22 + GOBIN=/usr/local/bin
13:00:22 + GO111MODULE=on
13:00:22 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:22 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:22 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:00:22 go: downloading github.com/sirupsen/logrus v1.9.0
13:00:22 go: downloading github.com/urfave/cli/v2 v2.23.5
13:00:22 go: downloading golang.org/x/sys v0.2.0
13:00:22 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:00:22 go: downloading github.com/google/uuid v1.3.0
13:00:22 go: downloading github.com/moby/vpnkit v0.5.0
13:00:22 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:00:22 go: downloading github.com/gofrs/flock v0.8.1
13:00:22 go: downloading github.com/gorilla/mux v1.8.0
13:00:22 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:00:22 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:00:22 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:00:22 + return
13:00:22 # Build the CLI
13:00:22 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:00:22 Building dynamic docker-linux-amd64
13:00:22 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:57:43Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:00:22 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:00:22 go: downloading golang.org/x/net v0.1.0
13:00:22 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:00:22 + for f in rootlesskit rootlesskit-docker-proxy
13:00:22 + GOBIN=/usr/local/bin
13:00:22 + GO111MODULE=on
13:00:22 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:23 go: downloading gopkg.in/yaml.v3 v3.0.1
13:00:23 go: downloading github.com/stretchr/testify v1.8.0
13:00:23 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:00:23 go: downloading github.com/rivo/uniseg v0.2.0
13:00:23 go: downloading github.com/klauspost/compress v1.15.12
13:00:23 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:00:23 go: downloading github.com/containerd/continuity v0.3.0
13:00:23 go: downloading github.com/moby/sys/symlink v0.2.0
13:00:23 go: downloading golang.org/x/time v0.1.0
13:00:23 go: downloading github.com/opencontainers/runc v1.1.3
13:00:23 go: downloading golang.org/x/crypto v0.2.0
13:00:23 + return
13:00:23 # Build the CLI
13:00:23 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:00:23 Building dynamic docker-linux-amd64
13:00:23 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:57:50Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:00:24 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:00:24 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:00:24 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:00:24 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:00:24 go: downloading google.golang.org/grpc v1.48.0
13:00:24 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:00:24 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:00:24 go: downloading github.com/russross/blackfriday v1.6.0
13:00:25 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:00:25 go: downloading github.com/Microsoft/go-winio v0.5.2
13:00:25 go: downloading golang.org/x/net v0.5.0
13:00:25 go: downloading github.com/davecgh/go-spew v1.1.1
13:00:25 go: downloading github.com/pmezard/go-difflib v1.0.0
13:00:25 go: downloading github.com/miekg/pkcs11 v1.1.1
13:00:25 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:00:25 ++ pwd
13:00:25 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:00:25 Project root: .
13:00:25 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:00:25 INFO: man/src/attach.md found
13:00:25 WARN: man/src/build.md does not exist, skipping
13:00:25 WARN: man/src/builder/build.md does not exist, skipping
13:00:25 WARN: man/src/builder/prune.md does not exist, skipping
13:00:25 WARN: man/src/builder.md does not exist, skipping
13:00:25 WARN: man/src/checkpoint/create.md does not exist, skipping
13:00:25 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:00:25 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:00:25 WARN: man/src/checkpoint.md does not exist, skipping
13:00:25 INFO: man/src/commit.md found
13:00:25 WARN: man/src/config/create.md does not exist, skipping
13:00:25 WARN: man/src/config/inspect.md does not exist, skipping
13:00:25 WARN: man/src/config/ls.md does not exist, skipping
13:00:25 WARN: man/src/config/rm.md does not exist, skipping
13:00:25 WARN: man/src/config.md does not exist, skipping
13:00:25 INFO: man/src/container/attach.md found
13:00:25 INFO: man/src/container/commit.md found
13:00:25 INFO: man/src/container/cp.md found
13:00:25 INFO: man/src/container/create.md found
13:00:25 INFO: man/src/container/diff.md found
13:00:25 INFO: man/src/container/exec.md found
13:00:25 INFO: man/src/container/export.md found
13:00:25 WARN: man/src/container/inspect.md does not exist, skipping
13:00:25 INFO: man/src/container/kill.md found
13:00:25 INFO: man/src/container/logs.md found
13:00:25 INFO: man/src/container/ls.md found
13:00:25 INFO: man/src/container/pause.md found
13:00:25 INFO: man/src/container/port.md found
13:00:25 WARN: man/src/container/prune.md does not exist, skipping
13:00:25 INFO: man/src/container/rename.md found
13:00:25 INFO: man/src/container/restart.md found
13:00:25 INFO: man/src/container/rm.md found
13:00:25 INFO: man/src/container/run.md found
13:00:25 INFO: man/src/container/start.md found
13:00:25 INFO: man/src/container/stats.md found
13:00:25 INFO: man/src/container/stop.md found
13:00:25 INFO: man/src/container/top.md found
13:00:25 INFO: man/src/container/unpause.md found
13:00:25 INFO: man/src/container/update.md found
13:00:25 INFO: man/src/container/wait.md found
13:00:25 WARN: man/src/container.md does not exist, skipping
13:00:25 WARN: man/src/context/create.md does not exist, skipping
13:00:25 WARN: man/src/context/export.md does not exist, skipping
13:00:25 WARN: man/src/context/import.md does not exist, skipping
13:00:25 WARN: man/src/context/inspect.md does not exist, skipping
13:00:25 WARN: man/src/context/ls.md does not exist, skipping
13:00:25 WARN: man/src/context/rm.md does not exist, skipping
13:00:25 WARN: man/src/context/show.md does not exist, skipping
13:00:25 WARN: man/src/context/update.md does not exist, skipping
13:00:25 WARN: man/src/context/use.md does not exist, skipping
13:00:25 WARN: man/src/context.md does not exist, skipping
13:00:25 INFO: man/src/cp.md found
13:00:25 INFO: man/src/create.md found
13:00:25 INFO: man/src/diff.md found
13:00:25 INFO: man/src/events.md found
13:00:25 INFO: man/src/exec.md found
13:00:25 INFO: man/src/export.md found
13:00:25 INFO: man/src/history.md found
13:00:25 INFO: man/src/image/build.md found
13:00:25 INFO: man/src/image/history.md found
13:00:25 INFO: man/src/image/import.md found
13:00:25 WARN: man/src/image/inspect.md does not exist, skipping
13:00:25 INFO: man/src/image/load.md found
13:00:25 INFO: man/src/image/ls.md found
13:00:25 WARN: man/src/image/prune.md does not exist, skipping
13:00:25 INFO: man/src/image/pull.md found
13:00:25 INFO: man/src/image/push.md found
13:00:25 INFO: man/src/image/rm.md found
13:00:25 INFO: man/src/image/save.md found
13:00:25 INFO: man/src/image/tag.md found
13:00:25 WARN: man/src/image.md does not exist, skipping
13:00:25 INFO: man/src/images.md found
13:00:25 INFO: man/src/import.md found
13:00:25 INFO: man/src/info.md found
13:00:25 INFO: man/src/inspect.md found
13:00:25 INFO: man/src/kill.md found
13:00:25 INFO: man/src/load.md found
13:00:25 INFO: man/src/login.md found
13:00:25 INFO: man/src/logout.md found
13:00:25 INFO: man/src/logs.md found
13:00:25 WARN: man/src/manifest/annotate.md does not exist, skipping
13:00:25 WARN: man/src/manifest/create.md does not exist, skipping
13:00:25 WARN: man/src/manifest/inspect.md does not exist, skipping
13:00:25 WARN: man/src/manifest/push.md does not exist, skipping
13:00:25 WARN: man/src/manifest/rm.md does not exist, skipping
13:00:25 WARN: man/src/manifest.md does not exist, skipping
13:00:25 INFO: man/src/network/connect.md found
13:00:25 INFO: man/src/network/create.md found
13:00:25 INFO: man/src/network/disconnect.md found
13:00:25 INFO: man/src/network/inspect.md found
13:00:25 INFO: man/src/network/ls.md found
13:00:25 WARN: man/src/network/prune.md does not exist, skipping
13:00:25 INFO: man/src/network/rm.md found
13:00:25 WARN: man/src/network.md does not exist, skipping
13:00:25 WARN: man/src/node/demote.md does not exist, skipping
13:00:25 WARN: man/src/node/inspect.md does not exist, skipping
13:00:25 WARN: man/src/node/ls.md does not exist, skipping
13:00:25 WARN: man/src/node/promote.md does not exist, skipping
13:00:25 WARN: man/src/node/ps.md does not exist, skipping
13:00:25 WARN: man/src/node/rm.md does not exist, skipping
13:00:25 WARN: man/src/node/update.md does not exist, skipping
13:00:25 WARN: man/src/node.md does not exist, skipping
13:00:25 INFO: man/src/pause.md found
13:00:25 WARN: man/src/plugin/create.md does not exist, skipping
13:00:25 WARN: man/src/plugin/disable.md does not exist, skipping
13:00:25 WARN: man/src/plugin/enable.md does not exist, skipping
13:00:25 WARN: man/src/plugin/inspect.md does not exist, skipping
13:00:25 WARN: man/src/plugin/install.md does not exist, skipping
13:00:25 INFO: man/src/plugin/ls.md found
13:00:25 WARN: man/src/plugin/push.md does not exist, skipping
13:00:25 WARN: man/src/plugin/rm.md does not exist, skipping
13:00:25 WARN: man/src/plugin/set.md does not exist, skipping
13:00:25 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:00:25 WARN: man/src/plugin.md does not exist, skipping
13:00:25 INFO: man/src/port.md found
13:00:25 INFO: man/src/ps.md found
13:00:25 INFO: man/src/pull.md found
13:00:25 INFO: man/src/push.md found
13:00:25 INFO: man/src/rename.md found
13:00:25 INFO: man/src/restart.md found
13:00:25 INFO: man/src/rm.md found
13:00:25 INFO: man/src/rmi.md found
13:00:25 WARN: man/src/run.md does not exist, skipping
13:00:25 INFO: man/src/save.md found
13:00:25 INFO: man/src/search.md found
13:00:25 WARN: man/src/secret/create.md does not exist, skipping
13:00:25 WARN: man/src/secret/inspect.md does not exist, skipping
13:00:25 WARN: man/src/secret/ls.md does not exist, skipping
13:00:25 WARN: man/src/secret/rm.md does not exist, skipping
13:00:25 WARN: man/src/secret.md does not exist, skipping
13:00:25 WARN: man/src/service/create.md does not exist, skipping
13:00:25 WARN: man/src/service/inspect.md does not exist, skipping
13:00:25 WARN: man/src/service/logs.md does not exist, skipping
13:00:25 WARN: man/src/service/ls.md does not exist, skipping
13:00:25 WARN: man/src/service/ps.md does not exist, skipping
13:00:25 WARN: man/src/service/rm.md does not exist, skipping
13:00:25 WARN: man/src/service/rollback.md does not exist, skipping
13:00:25 WARN: man/src/service/scale.md does not exist, skipping
13:00:25 WARN: man/src/service/update.md does not exist, skipping
13:00:25 WARN: man/src/service.md does not exist, skipping
13:00:25 WARN: man/src/stack/config.md does not exist, skipping
13:00:25 WARN: man/src/stack/deploy.md does not exist, skipping
13:00:25 WARN: man/src/stack/ls.md does not exist, skipping
13:00:25 WARN: man/src/stack/ps.md does not exist, skipping
13:00:25 WARN: man/src/stack/rm.md does not exist, skipping
13:00:25 WARN: man/src/stack/services.md does not exist, skipping
13:00:25 WARN: man/src/stack.md does not exist, skipping
13:00:25 INFO: man/src/start.md found
13:00:25 INFO: man/src/stats.md found
13:00:25 INFO: man/src/stop.md found
13:00:25 WARN: man/src/swarm/ca.md does not exist, skipping
13:00:25 WARN: man/src/swarm/init.md does not exist, skipping
13:00:25 WARN: man/src/swarm/join.md does not exist, skipping
13:00:25 WARN: man/src/swarm/join-token.md does not exist, skipping
13:00:25 WARN: man/src/swarm/leave.md does not exist, skipping
13:00:25 WARN: man/src/swarm/unlock.md does not exist, skipping
13:00:25 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:00:25 WARN: man/src/swarm/update.md does not exist, skipping
13:00:25 WARN: man/src/swarm.md does not exist, skipping
13:00:25 WARN: man/src/system/df.md does not exist, skipping
13:00:25 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:00:25 INFO: man/src/system/events.md found
13:00:25 INFO: man/src/system/info.md found
13:00:25 WARN: man/src/system/prune.md does not exist, skipping
13:00:25 WARN: man/src/system.md does not exist, skipping
13:00:25 INFO: man/src/tag.md found
13:00:25 INFO: man/src/top.md found
13:00:25 WARN: man/src/trust/inspect.md does not exist, skipping
13:00:25 WARN: man/src/trust/key/generate.md does not exist, skipping
13:00:25 WARN: man/src/trust/key/load.md does not exist, skipping
13:00:25 WARN: man/src/trust/key.md does not exist, skipping
13:00:25 WARN: man/src/trust/revoke.md does not exist, skipping
13:00:25 WARN: man/src/trust/sign.md does not exist, skipping
13:00:25 WARN: man/src/trust/signer/add.md does not exist, skipping
13:00:25 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:00:25 WARN: man/src/trust/signer.md does not exist, skipping
13:00:25 WARN: man/src/trust.md does not exist, skipping
13:00:25 INFO: man/src/unpause.md found
13:00:25 INFO: man/src/update.md found
13:00:25 INFO: man/src/version.md found
13:00:25 INFO: man/src/volume/create.md found
13:00:25 INFO: man/src/volume/inspect.md found
13:00:25 INFO: man/src/volume/ls.md found
13:00:25 WARN: man/src/volume/prune.md does not exist, skipping
13:00:25 WARN: man/src/volume/rm.md does not exist, skipping
13:00:25 WARN: man/src/volume/update.md does not exist, skipping
13:00:25 INFO: man/src/volume.md found
13:00:25 INFO: man/src/wait.md found
13:00:25 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:00:25 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:00:25 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:00:25 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:00:25 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:00:25 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:00:25 + popd
13:00:25 + exit 0
13:00:25 ~/rpmbuild/BUILD/src
13:00:25 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.IHvvsS
13:00:25 + umask 022
13:00:25 + cd /root/rpmbuild/BUILD
13:00:25 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64 '!=' / ']'
13:00:25 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
13:00:25 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
13:00:25 + mkdir -p /root/rpmbuild/BUILDROOT
13:00:25 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
13:00:25 + cd src
13:00:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin
13:00:25 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/docker
13:00:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/bash-completion/completions
13:00:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/zsh/vendor-completions
13:00:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/fish/vendor_completions.d
13:00:25 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/bash-completion/completions/docker
13:00:25 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/zsh/vendor-completions/_docker
13:00:25 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/fish/vendor_completions.d/docker.fish
13:00:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/man/man1
13:00:25 + 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-update.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~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/man/man1
13:00:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/man/man5
13:00:25 + 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~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/man/man5
13:00:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/man/man8
13:00:25 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/man/man8
13:00:25 + mkdir -p build-docs
13:00:25 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:00:25 + cp cli/LICENSE build-docs/LICENSE
13:00:25 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:00:25 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:00:25 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:00:25 + cp cli/NOTICE build-docs/NOTICE
13:00:25 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:00:25 + cp cli/README.md build-docs/README.md
13:00:25 + /usr/lib/rpm/check-buildroot
13:00:25 + /usr/lib/rpm/redhat/brp-ldconfig
13:00:25 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:00:25 + /usr/lib/rpm/brp-compress
13:00:25 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:00:25 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:00:25 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:00:25 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:00:25 + /usr/lib/rpm/brp-python-hardlink
13:00:25 + PYTHON3=/usr/libexec/platform-python
13:00:25 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:00:25 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.4rvuRz
13:00:25 + umask 022
13:00:25 + cd /root/rpmbuild/BUILD
13:00:25 + cd src
13:00:25 ++ cli/build/docker --version
13:00:25 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:00:25 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:00:25 + echo 'PASS: cli version OK'
13:00:25 PASS: cli version OK
13:00:25 + exit 0
13:00:25 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
13:00:25 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.LYWxna
13:00:25 + umask 022
13:00:25 + cd /root/rpmbuild/BUILD
13:00:25 + cd src
13:00:25 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:00:25 + export LC_ALL=C
13:00:25 + LC_ALL=C
13:00:25 + export DOCDIR
13:00:25 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:00:25 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:00:25 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:00:25 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:00:25 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:00:25 + exit 0
13:00:25 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.el8 docker-ce-cli(aarch-64) = 1:0.0.0~20230206193855.ab4ef4a-0.el8
13:00:25 Requires(interp): /bin/sh
13:00:25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:00:25 Requires(post): /bin/sh
13:00:25 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:00:25 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:00:25 Recommends: docker-buildx-plugin docker-compose-plugin
13:00:25 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
13:00:25 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.src.rpm
13:00:25   adding: docker/dockerd.exe (deflated 70%)
13:00:25 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
13:00:25 go: downloading github.com/prometheus/client_golang v1.14.0
13:00:25 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:00:25 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:00:25 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:00:25 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:00:25 Created binary: bundles/dynbinary-daemon/dockerd
13:00:25 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
13:00:25 Created binary: bundles/dynbinary-daemon/docker-proxy
13:00:25 
13:00:25 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:00:25 + RM_GOPATH=0
13:00:25 + TMP_GOPATH=/go
13:00:25 + : /usr/local/bin
13:00:25 + '[' -z /go ']'
13:00:25 + export GOPATH=/go
13:00:25 + GOPATH=/go
13:00:25 + case "$(go env GOARCH)" in
13:00:25 ++ go env GOARCH
13:00:25 + export GO_BUILDMODE=-buildmode=pie
13:00:25 + GO_BUILDMODE=-buildmode=pie
13:00:25 ++ dirname hack/dockerfile/install/install.sh
13:00:25 + dir=hack/dockerfile/install
13:00:25 + bin=tini
13:00:25 + shift
13:00:25 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:00:25 + . hack/dockerfile/install/tini.installer
13:00:25 ++ : v0.19.0
13:00:25 + install_tini
13:00:25 + echo 'Install tini version v0.19.0'
13:00:25 + git clone https://github.com/krallin/tini.git /go/tini
13:00:25 Install tini version v0.19.0
13:00:25 Cloning into '/go/tini'...
13:00:25 + cd /go/tini
13:00:25 + git checkout -q v0.19.0
13:00:25 + cmake .
13:00:25 -- The C compiler identification is GNU 10.2.1
13:00:25 -- Detecting C compiler ABI info
13:00:25 -- Detecting C compiler ABI info - done
13:00:25 -- Check for working C compiler: /usr/bin/cc - skipped
13:00:25 -- Detecting C compile features
13:00:25 -- Detecting C compile features - done
13:00:25 -- Performing Test HAS_BUILTIN_FORTIFY
13:00:25 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:00:25 -- Configuring done
13:00:25 -- Generating done
13:00:25 -- Build files have been written to: /go/tini
13:00:25 + make tini-static
13:00:25 make[2]: Entering directory '/go/tini'
13:00:25 make[3]: Entering directory '/go/tini'
13:00:25 make[4]: Entering directory '/go/tini'
13:00:25 make[5]: Entering directory '/go/tini'
13:00:25 Scanning dependencies of target tini-static
13:00:25 make[5]: Leaving directory '/go/tini'
13:00:25 make[5]: Entering directory '/go/tini'
13:00:25 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:00:25 [100%] Linking C executable tini-static
13:00:25 make[5]: Leaving directory '/go/tini'
13:00:25 [100%] Built target tini-static
13:00:25 make[4]: Leaving directory '/go/tini'
13:00:25 make[3]: Leaving directory '/go/tini'
13:00:25 make[2]: Leaving directory '/go/tini'
13:00:25 + mkdir -p /usr/local/bin
13:00:25 + cp tini-static /usr/local/bin/docker-init
13:00:25 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:00:25 + RM_GOPATH=0
13:00:25 + TMP_GOPATH=/go
13:00:25 + : /usr/local/bin
13:00:25 + '[' -z /go ']'
13:00:25 + export GOPATH=/go
13:00:25 + GOPATH=/go
13:00:25 + case "$(go env GOARCH)" in
13:00:25 ++ go env GOARCH
13:00:25 + export GO_BUILDMODE=-buildmode=pie
13:00:25 + GO_BUILDMODE=-buildmode=pie
13:00:25 ++ dirname hack/dockerfile/install/install.sh
13:00:25 + dir=hack/dockerfile/install
13:00:25 + bin=rootlesskit
13:00:25 + shift
13:00:25 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:00:25 + . hack/dockerfile/install/rootlesskit.installer
13:00:25 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:25 + install_rootlesskit dynamic
13:00:25 + case "$1" in
13:00:25 + install_rootlesskit_dynamic
13:00:25 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:00:25 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:00:25 + export BUILD_MODE=-buildmode=pie
13:00:25 + BUILD_MODE=-buildmode=pie
13:00:25 + _install_rootlesskit
13:00:25 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:00:25 + for f in rootlesskit rootlesskit-docker-proxy
13:00:25 + GOBIN=/usr/local/bin
13:00:25 + GO111MODULE=on
13:00:25 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:25 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:25 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:00:25 go: downloading github.com/sirupsen/logrus v1.9.0
13:00:25 go: downloading github.com/urfave/cli/v2 v2.23.5
13:00:25 go: downloading golang.org/x/sys v0.2.0
13:00:25 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:00:25 go: downloading github.com/google/uuid v1.3.0
13:00:25 go: downloading github.com/moby/vpnkit v0.5.0
13:00:25 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:00:25 go: downloading github.com/gofrs/flock v0.8.1
13:00:25 go: downloading github.com/gorilla/mux v1.8.0
13:00:25 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:00:25 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:00:25 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:00:25 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:00:25 go: downloading golang.org/x/net v0.1.0
13:00:25 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:00:25 go: downloading github.com/golang/protobuf v1.5.2
13:00:25 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:00:25 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:00:25 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
13:00:26 + make clean
13:00:26 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
13:00:27 rm -f -r src
13:00:27 make[2]: Entering directory '/root/build-deb/cli'
13:00:27 scripts/docs/generate-man.sh
13:00:27 + cp -r . /tmp/docker-cli-docsgen.AX0pQyE8DT/
13:00:27 + cd /tmp/docker-cli-docsgen.AX0pQyE8DT
13:00:27 + ./scripts/vendor init
13:00:27 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:00:27 + cp man/tools.go .
13:00:27 + ./scripts/vendor update
13:00:27 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:00:27 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:00:27 go: downloading github.com/spf13/cobra v1.6.1
13:00:27 go: downloading github.com/spf13/pflag v1.0.5
13:00:27 go: downloading github.com/docker/docker v23.0.0+incompatible
13:00:27 go: downloading github.com/fvbommel/sortorder v1.0.2
13:00:27 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:00:27 go: downloading github.com/morikuni/aec v1.0.0
13:00:27 go: downloading github.com/pkg/errors v0.9.1
13:00:27 go: downloading github.com/google/go-cmp v0.5.9
13:00:27 go: downloading gotest.tools/v3 v3.4.0
13:00:27 go: downloading golang.org/x/sys v0.4.0
13:00:27 go: downloading github.com/docker/go-units v0.5.0
13:00:27 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:00:27 go: downloading github.com/docker/go-connections v0.4.0
13:00:27 go: downloading github.com/moby/sys/sequential v0.5.0
13:00:27 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:00:27 go: downloading golang.org/x/text v0.6.0
13:00:27 go: downloading github.com/mattn/go-runewidth v0.0.13
13:00:27 go: downloading github.com/containerd/containerd v1.6.16
13:00:27 go: downloading github.com/moby/sys/signal v0.7.0
13:00:27 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:00:27 go: downloading github.com/moby/buildkit v0.10.6
13:00:27 go: downloading github.com/moby/patternmatcher v0.5.0
13:00:27 go: downloading github.com/opencontainers/go-digest v1.0.0
13:00:27 go: downloading gopkg.in/yaml.v2 v2.4.0
13:00:27 go: downloading github.com/gogo/protobuf v1.3.2
13:00:27 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:00:27 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:00:27 go: downloading golang.org/x/term v0.4.0
13:00:27 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:00:27 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:00:27 go: downloading github.com/imdario/mergo v0.3.12
13:00:27 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:00:27 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:00:27 go: downloading github.com/creack/pty v1.1.11
13:00:27 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:00:27 go: downloading gopkg.in/yaml.v3 v3.0.1
13:00:27 go: downloading github.com/stretchr/testify v1.8.0
13:00:27 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:00:27 go: downloading github.com/rivo/uniseg v0.2.0
13:00:27 go: downloading github.com/klauspost/compress v1.15.12
13:00:27 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:00:27 go: downloading github.com/containerd/continuity v0.3.0
13:00:27 go: downloading github.com/moby/sys/symlink v0.2.0
13:00:27 go: downloading golang.org/x/time v0.1.0
13:00:27 go: downloading github.com/opencontainers/runc v1.1.3
13:00:27 go: downloading golang.org/x/crypto v0.2.0
13:00:27 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:00:27 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:00:27 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:00:27 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:00:27 go: downloading google.golang.org/grpc v1.48.0
13:00:27 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:00:27 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:00:27 go: downloading github.com/russross/blackfriday v1.6.0
13:00:27 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:00:27 go: downloading github.com/Microsoft/go-winio v0.5.2
13:00:27 go: downloading golang.org/x/net v0.5.0
13:00:27 go: downloading github.com/davecgh/go-spew v1.1.1
13:00:27 go: downloading github.com/pmezard/go-difflib v1.0.0
13:00:27 go: downloading github.com/miekg/pkcs11 v1.1.1
13:00:27 go: downloading github.com/prometheus/client_golang v1.14.0
13:00:27 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:00:27 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:00:27 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:00:27 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:00:27 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:00:27 go: downloading github.com/golang/protobuf v1.5.2
13:00:27 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:00:27 make -C rpm clean
13:00:27 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
13:00:27 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:00:27 rm -f -r rpmbuild/
13:00:27 docker builder prune -f --filter until=24h
13:00:27 Total:	0B
13:00:27 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
13:00:27 make -C deb clean
13:00:27 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:00:27 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:00:27 rm -f -r debbuild
13:00:27 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
13:00:27 rm -f -r sources
13:00:27 docker builder prune -f --filter until=24h
13:00:27 Total:	0B
13:00:27 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:00:27 make -C static clean
13:00:27 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
13:00:27 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
13:00:28 Created binary: bundles/dynbinary-daemon/dockerd
13:00:28 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
13:00:28 Created binary: bundles/dynbinary-daemon/docker-proxy
13:00:28 
13:00:28 + popd
13:00:28 ~/rpmbuild/BUILD/src
13:00:28 + RPM_EC=0
13:00:28 ++ jobs -p
13:00:28 + exit 0
13:00:28 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.pfE5Yf
13:00:28 + umask 022
13:00:28 + cd /root/rpmbuild/BUILD
13:00:28 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64 '!=' / ']'
13:00:28 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
13:00:28 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
13:00:28 + mkdir -p /root/rpmbuild/BUILDROOT
13:00:28 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
13:00:28 + 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:00:28 + export CFLAGS
13:00:28 + 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:00:28 + export CXXFLAGS
13:00:28 + 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:00:28 + export FFLAGS
13:00:28 + 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:00:28 + export FCFLAGS
13:00:28 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:00:28 + export LDFLAGS
13:00:28 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:00:28 + export LT_SYS_LIBRARY_PATH
13:00:28 + CC=gcc
13:00:28 + export CC
13:00:28 + CXX=g++
13:00:28 + export CXX
13:00:28 + cd src
13:00:28 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:00:28 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/dockerd
13:00:28 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
13:00:28 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker-proxy
13:00:28 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker-init
13:00:28 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/lib/systemd/system/docker.service
13:00:28 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/lib/systemd/system/docker.socket
13:00:28 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/etc/docker
13:00:28 + /usr/lib/rpm/check-buildroot
13:00:28 + /usr/lib/rpm/redhat/brp-ldconfig
13:00:28 + /usr/lib/rpm/brp-compress
13:00:28 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:00:28 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:00:28 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:00:28 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:00:28 + /usr/lib/rpm/check-rpaths
13:00:28 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:00:28 + /usr/lib/rpm/brp-remove-la-files
13:00:28 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:00:28 + /usr/lib/rpm/redhat/brp-python-hardlink
13:00:28 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.AqAVs5
13:00:28 + umask 022
13:00:28 + cd /root/rpmbuild/BUILD
13:00:28 + 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:00:28 + export CFLAGS
13:00:28 + 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:00:28 + export CXXFLAGS
13:00:28 + 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:00:28 + export FFLAGS
13:00:28 + 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:00:28 + export FCFLAGS
13:00:28 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:00:28 + export LDFLAGS
13:00:28 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:00:28 + export LT_SYS_LIBRARY_PATH
13:00:28 + CC=gcc
13:00:28 + export CC
13:00:28 + CXX=g++
13:00:28 + export CXX
13:00:28 + cd src
13:00:28 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:00:28 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
13:00:28 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
13:00:28 + echo 'PASS: daemon version OK'
13:00:28 + RPM_EC=0
13:00:28 PASS: daemon version OK
13:00:28 ++ jobs -p
13:00:28 + exit 0
13:00:28 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
13:00:28 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker-proxy
13:00:28 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.fc37 docker-ce(x86-64) = 3:0.0.0~20230206193855.ab4ef4a-0.fc37
13:00:28 Requires(interp): /bin/sh /bin/sh /bin/sh
13:00:28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:00:28 Requires(post): /bin/sh
13:00:28 Requires(preun): /bin/sh
13:00:28 Requires(postun): /bin/sh
13:00:28 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:00:28 Conflicts: docker docker-ee docker-engine-cs docker-io
13:00:28 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
13:00:28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
13:00:28 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.src.rpm
13:00:28 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64.rpm
13:00:28 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CCt16A
13:00:28 + umask 022
13:00:28 + cd /root/rpmbuild/BUILD
13:00:28 + cd src
13:00:28 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
13:00:28 + exit 0
13:00:28 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.4yLzkI
13:00:28 + umask 022
13:00:28 + cd /root/rpmbuild/BUILD
13:00:28 + cd /root/rpmbuild/BUILD
13:00:28 + rm -rf src
13:00:28 + /usr/bin/mkdir -p src
13:00:28 + cd src
13:00:28 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:00:28 + /usr/bin/tar -xof -
13:00:28 rm -f -r build
13:00:28 docker builder prune -f --filter until=24h
13:00:28 Total:	0B
13:00:28 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:00:28 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:00:28 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:00:28 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:00:28 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:00:28 go: downloading github.com/beorn7/perks v1.0.1
13:00:28 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:00:28 go: downloading github.com/prometheus/client_model v0.3.0
13:00:28 go: downloading github.com/prometheus/common v0.37.0
13:00:28 + STATUS=0
13:00:28 + '[' 0 -ne 0 ']'
13:00:28 + /usr/bin/tar -xof -
13:00:28 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:00:29 go: downloading github.com/prometheus/procfs v0.8.0
13:00:29 go: downloading google.golang.org/protobuf v1.28.1
13:00:29 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:00:29 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:00:29 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:00:29 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:00:29 go: downloading k8s.io/klog/v2 v2.80.1
13:00:29 go: downloading github.com/kr/text v0.2.0
13:00:29 go: downloading github.com/docker/go-metrics v0.0.1
13:00:29 go: downloading github.com/BurntSushi/toml v0.3.1
13:00:29 go: downloading github.com/kr/pretty v0.2.1
13:00:29 go: downloading github.com/magiconair/properties v1.5.3
13:00:29 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:00:29 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:00:29 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:00:29 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:00:29 go: downloading github.com/go-logr/logr v1.2.3
13:00:29 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:00:29 + go mod vendor -modfile=vendor.mod
13:00:29 + STATUS=0
13:00:29 + '[' 0 -ne 0 ']'
13:00:29 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:00:29 + exit 0
13:00:29 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.payWtr
13:00:29 + umask 022
13:00:29 + cd /root/rpmbuild/BUILD
13:00:29 + cd src
13:00:29 + export DOCKER_GITCOMMIT=1141704
13:00:29 + DOCKER_GITCOMMIT=1141704
13:00:29 + mkdir -p /go/src/github.com/docker
13:00:29 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:00:29 + TMP_GOPATH=/go
13:00:29 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:00:29 + RM_GOPATH=0
13:00:29 + TMP_GOPATH=/go
13:00:29 + : /usr/local/bin
13:00:29 + '[' -z /go ']'
13:00:29 + export GOPATH=/go
13:00:29 + GOPATH=/go
13:00:29 + case "$(go env GOARCH)" in
13:00:29 ++ go env GOARCH
13:00:29 + export GO_BUILDMODE=-buildmode=pie
13:00:29 + GO_BUILDMODE=-buildmode=pie
13:00:29 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:00:29 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:00:29 + bin=rootlesskit
13:00:29 + shift
13:00:29 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:00:29 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:00:29 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:29 + install_rootlesskit dynamic
13:00:29 + case "$1" in
13:00:29 + install_rootlesskit_dynamic
13:00:29 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:00:29 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:00:29 + export BUILD_MODE=-buildmode=pie
13:00:29 + BUILD_MODE=-buildmode=pie
13:00:29 + _install_rootlesskit
13:00:29 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:00:29 + for f in rootlesskit rootlesskit-docker-proxy
13:00:29 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:29 + GOBIN=/usr/local/bin
13:00:29 + GO111MODULE=on
13:00:29 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:29 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:00:29 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:00:29 go: downloading github.com/beorn7/perks v1.0.1
13:00:29 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:00:29 go: downloading github.com/prometheus/client_model v0.3.0
13:00:29 go: downloading github.com/prometheus/common v0.37.0
13:00:29 go: downloading github.com/prometheus/procfs v0.8.0
13:00:29 go: downloading google.golang.org/protobuf v1.28.1
13:00:29 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:00:29 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:00:29 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:00:29 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:00:29 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:00:29 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:00:29 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:00:29 go: downloading k8s.io/klog/v2 v2.80.1
13:00:29 go: downloading github.com/kr/text v0.2.0
13:00:29 go: downloading github.com/docker/go-metrics v0.0.1
13:00:29 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:00:29 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:00:29 go: downloading github.com/BurntSushi/toml v0.3.1
13:00:29 go: downloading github.com/kr/pretty v0.2.1
13:00:29 go: downloading github.com/magiconair/properties v1.5.3
13:00:29 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:00:29 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:00:29 go: downloading github.com/go-logr/logr v1.2.3
13:00:29 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:00:29 + go mod vendor -modfile=vendor.mod
13:00:30 Created binary: bundles/dynbinary-daemon/dockerd
13:00:30 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
13:00:30 Created binary: bundles/dynbinary-daemon/docker-proxy
13:00:30 
13:00:30 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:00:30 + RM_GOPATH=0
13:00:30 + TMP_GOPATH=/go
13:00:30 + : /usr/local/bin
13:00:30 + '[' -z /go ']'
13:00:30 + export GOPATH=/go
13:00:30 + GOPATH=/go
13:00:30 + case "$(go env GOARCH)" in
13:00:30 ++ go env GOARCH
13:00:30 + export GO_BUILDMODE=-buildmode=pie
13:00:30 + GO_BUILDMODE=-buildmode=pie
13:00:30 ++ dirname hack/dockerfile/install/install.sh
13:00:30 + dir=hack/dockerfile/install
13:00:30 + bin=tini
13:00:30 + shift
13:00:30 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:00:30 + . hack/dockerfile/install/tini.installer
13:00:30 ++ : v0.19.0
13:00:30 + install_tini
13:00:30 + echo 'Install tini version v0.19.0'
13:00:30 + git clone https://github.com/krallin/tini.git /go/tini
13:00:30 Install tini version v0.19.0
13:00:30 Cloning into '/go/tini'...
13:00:30 + cd /go/tini
13:00:30 + git checkout -q v0.19.0
13:00:30 + cmake .
13:00:30 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:00:30   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:00:30   CMake.
13:00:30 
13:00:30   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:00:30   CMake that the project does not need compatibility with older versions.
13:00:30 
13:00:30 
13:00:30 -- The C compiler identification is GNU 12.2.0
13:00:30 -- Detecting C compiler ABI info
13:00:30 -- Detecting C compiler ABI info - done
13:00:30 -- Check for working C compiler: /usr/bin/cc - skipped
13:00:30 -- Detecting C compile features
13:00:30 -- Detecting C compile features - done
13:00:30 -- Performing Test HAS_BUILTIN_FORTIFY
13:00:30 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:00:30 -- Configuring done
13:00:30 -- Generating done
13:00:30 -- Build files have been written to: /go/tini
13:00:30 + make tini-static
13:00:30 make[2]: Entering directory '/go/tini'
13:00:30 make[3]: Entering directory '/go/tini'
13:00:30 make[4]: Entering directory '/go/tini'
13:00:30 make[5]: Entering directory '/go/tini'
13:00:30 make[5]: Leaving directory '/go/tini'
13:00:30 make[5]: Entering directory '/go/tini'
13:00:30 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:00:30 [100%] Linking C executable tini-static
13:00:30 make[5]: Leaving directory '/go/tini'
13:00:30 [100%] Built target tini-static
13:00:30 make[4]: Leaving directory '/go/tini'
13:00:30 make[3]: Leaving directory '/go/tini'
13:00:30 make[2]: Leaving directory '/go/tini'
13:00:30 + mkdir -p /usr/local/bin
13:00:30 + cp tini-static /usr/local/bin/docker-init
13:00:30 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:00:30 + RM_GOPATH=0
13:00:30 + TMP_GOPATH=/go
13:00:30 + : /usr/local/bin
13:00:30 + '[' -z /go ']'
13:00:30 + export GOPATH=/go
13:00:30 + GOPATH=/go
13:00:30 + case "$(go env GOARCH)" in
13:00:30 ++ go env GOARCH
13:00:30 + export GO_BUILDMODE=-buildmode=pie
13:00:30 + GO_BUILDMODE=-buildmode=pie
13:00:30 ++ dirname hack/dockerfile/install/install.sh
13:00:30 + dir=hack/dockerfile/install
13:00:30 + bin=rootlesskit
13:00:30 + shift
13:00:30 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:00:30 + . hack/dockerfile/install/rootlesskit.installer
13:00:30 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:30 + install_rootlesskit dynamic
13:00:30 + case "$1" in
13:00:30 + install_rootlesskit_dynamic
13:00:30 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:00:30 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:00:30 + export BUILD_MODE=-buildmode=pie
13:00:30 + BUILD_MODE=-buildmode=pie
13:00:30 + _install_rootlesskit
13:00:30 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:00:30 + for f in rootlesskit rootlesskit-docker-proxy
13:00:30 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:30 + GOBIN=/usr/local/bin
13:00:30 + GO111MODULE=on
13:00:30 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:30 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:00:30 go: downloading github.com/urfave/cli/v2 v2.23.5
13:00:30 go: downloading github.com/sirupsen/logrus v1.9.0
13:00:30 go: downloading golang.org/x/sys v0.2.0
13:00:30 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:00:30 go: downloading github.com/google/uuid v1.3.0
13:00:30 go: downloading github.com/moby/vpnkit v0.5.0
13:00:30 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:00:30 go: downloading github.com/gofrs/flock v0.8.1
13:00:30 go: downloading github.com/gorilla/mux v1.8.0
13:00:30 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:00:30 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:00:30 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:00:30 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:00:30 go: downloading golang.org/x/net v0.1.0
13:00:30 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:00:30 + for f in rootlesskit rootlesskit-docker-proxy
13:00:30 + GOBIN=/usr/local/bin
13:00:30 + GO111MODULE=on
13:00:30 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:30 + return
13:00:30 # Build the CLI
13:00:30 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:00:30 Building dynamic docker-linux-amd64
13:00:30 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:57:52Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:00:30 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:00:30 go: downloading github.com/urfave/cli/v2 v2.23.5
13:00:30 go: downloading golang.org/x/sys v0.2.0
13:00:30 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:00:30 go: downloading github.com/google/uuid v1.3.0
13:00:30 go: downloading github.com/moby/vpnkit v0.5.0
13:00:30 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:00:30 go: downloading github.com/gofrs/flock v0.8.1
13:00:30 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:00:30 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:00:30 go: downloading golang.org/x/net v0.1.0
13:00:30 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:00:30 + for f in rootlesskit rootlesskit-docker-proxy
13:00:30 + GOBIN=/usr/local/bin
13:00:30 + GO111MODULE=on
13:00:30 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:30 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:00:31 + return
13:00:31 # Build the CLI
13:00:31 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:00:31 Building dynamic docker-linux-arm-v6
13:00:31 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:57:56Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:00:33 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:00:33 + make manpages
13:00:33 scripts/docs/generate-man.sh
13:00:33 + cp -r . /tmp/docker-cli-docsgen.n5bjciFjqr/
13:00:33 + cd /tmp/docker-cli-docsgen.n5bjciFjqr
13:00:33 + ./scripts/vendor init
13:00:33 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:00:33 + cp man/tools.go .
13:00:33 + ./scripts/vendor update
13:00:33 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:00:33 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:00:33 go: downloading github.com/spf13/cobra v1.6.1
13:00:33 go: downloading github.com/spf13/pflag v1.0.5
13:00:33 go: downloading github.com/docker/docker v23.0.0+incompatible
13:00:33 go: downloading github.com/fvbommel/sortorder v1.0.2
13:00:33 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:00:33 go: downloading github.com/morikuni/aec v1.0.0
13:00:33 go: downloading github.com/pkg/errors v0.9.1
13:00:33 go: downloading github.com/google/go-cmp v0.5.9
13:00:33 go: downloading gotest.tools/v3 v3.4.0
13:00:33 go: downloading golang.org/x/sys v0.4.0
13:00:33 go: downloading github.com/docker/go-units v0.5.0
13:00:33 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:00:33 go: downloading github.com/docker/go-connections v0.4.0
13:00:33 go: downloading github.com/moby/sys/sequential v0.5.0
13:00:33 go: downloading github.com/sirupsen/logrus v1.9.0
13:00:33 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:00:33 go: downloading golang.org/x/text v0.6.0
13:00:33 go: downloading github.com/mattn/go-runewidth v0.0.13
13:00:33 go: downloading github.com/containerd/containerd v1.6.16
13:00:33 go: downloading github.com/moby/sys/signal v0.7.0
13:00:33 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:00:33 go: downloading github.com/moby/buildkit v0.10.6
13:00:33 go: downloading github.com/moby/patternmatcher v0.5.0
13:00:33 go: downloading github.com/opencontainers/go-digest v1.0.0
13:00:33 go: downloading github.com/gogo/protobuf v1.3.2
13:00:33 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:00:33 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:00:33 go: downloading gopkg.in/yaml.v2 v2.4.0
13:00:33 go: downloading golang.org/x/term v0.4.0
13:00:33 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:00:33 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:00:33 go: downloading github.com/imdario/mergo v0.3.12
13:00:33 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:00:33 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:00:33 go: downloading github.com/creack/pty v1.1.11
13:00:33 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:00:33 go: downloading github.com/gorilla/mux v1.8.0
13:00:34 + for f in rootlesskit rootlesskit-docker-proxy
13:00:34 + GOBIN=/usr/local/bin
13:00:34 + GO111MODULE=on
13:00:34 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:34 go: downloading gopkg.in/yaml.v3 v3.0.1
13:00:34 go: downloading github.com/stretchr/testify v1.8.0
13:00:34 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:00:34 ++ pwd
13:00:34 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:00:34 Project root: .
13:00:34 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:00:34 INFO: man/src/attach.md found
13:00:34 WARN: man/src/build.md does not exist, skipping
13:00:34 WARN: man/src/builder/build.md does not exist, skipping
13:00:34 WARN: man/src/builder/prune.md does not exist, skipping
13:00:34 WARN: man/src/builder.md does not exist, skipping
13:00:34 WARN: man/src/checkpoint/create.md does not exist, skipping
13:00:34 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:00:34 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:00:34 WARN: man/src/checkpoint.md does not exist, skipping
13:00:34 INFO: man/src/commit.md found
13:00:34 WARN: man/src/config/create.md does not exist, skipping
13:00:34 WARN: man/src/config/inspect.md does not exist, skipping
13:00:34 WARN: man/src/config/ls.md does not exist, skipping
13:00:34 WARN: man/src/config/rm.md does not exist, skipping
13:00:34 WARN: man/src/config.md does not exist, skipping
13:00:34 INFO: man/src/container/attach.md found
13:00:34 INFO: man/src/container/commit.md found
13:00:34 INFO: man/src/container/cp.md found
13:00:34 INFO: man/src/container/create.md found
13:00:34 INFO: man/src/container/diff.md found
13:00:34 INFO: man/src/container/exec.md found
13:00:34 INFO: man/src/container/export.md found
13:00:34 WARN: man/src/container/inspect.md does not exist, skipping
13:00:34 INFO: man/src/container/kill.md found
13:00:34 INFO: man/src/container/logs.md found
13:00:34 INFO: man/src/container/ls.md found
13:00:34 INFO: man/src/container/pause.md found
13:00:34 INFO: man/src/container/port.md found
13:00:34 WARN: man/src/container/prune.md does not exist, skipping
13:00:34 INFO: man/src/container/rename.md found
13:00:34 INFO: man/src/container/restart.md found
13:00:34 INFO: man/src/container/rm.md found
13:00:34 INFO: man/src/container/run.md found
13:00:34 INFO: man/src/container/start.md found
13:00:34 INFO: man/src/container/stats.md found
13:00:34 INFO: man/src/container/stop.md found
13:00:34 INFO: man/src/container/top.md found
13:00:34 INFO: man/src/container/unpause.md found
13:00:34 INFO: man/src/container/update.md found
13:00:34 INFO: man/src/container/wait.md found
13:00:34 WARN: man/src/container.md does not exist, skipping
13:00:34 WARN: man/src/context/create.md does not exist, skipping
13:00:34 WARN: man/src/context/export.md does not exist, skipping
13:00:34 WARN: man/src/context/import.md does not exist, skipping
13:00:34 WARN: man/src/context/inspect.md does not exist, skipping
13:00:34 WARN: man/src/context/ls.md does not exist, skipping
13:00:34 WARN: man/src/context/rm.md does not exist, skipping
13:00:34 WARN: man/src/context/show.md does not exist, skipping
13:00:34 WARN: man/src/context/update.md does not exist, skipping
13:00:34 WARN: man/src/context/use.md does not exist, skipping
13:00:34 WARN: man/src/context.md does not exist, skipping
13:00:34 INFO: man/src/cp.md found
13:00:34 INFO: man/src/create.md found
13:00:34 INFO: man/src/diff.md found
13:00:34 INFO: man/src/events.md found
13:00:34 INFO: man/src/exec.md found
13:00:34 INFO: man/src/export.md found
13:00:34 INFO: man/src/history.md found
13:00:34 INFO: man/src/image/build.md found
13:00:34 INFO: man/src/image/history.md found
13:00:34 INFO: man/src/image/import.md found
13:00:34 WARN: man/src/image/inspect.md does not exist, skipping
13:00:34 INFO: man/src/image/load.md found
13:00:34 INFO: man/src/image/ls.md found
13:00:34 WARN: man/src/image/prune.md does not exist, skipping
13:00:34 INFO: man/src/image/pull.md found
13:00:34 INFO: man/src/image/push.md found
13:00:34 INFO: man/src/image/rm.md found
13:00:34 INFO: man/src/image/save.md found
13:00:34 INFO: man/src/image/tag.md found
13:00:34 WARN: man/src/image.md does not exist, skipping
13:00:34 INFO: man/src/images.md found
13:00:34 INFO: man/src/import.md found
13:00:34 INFO: man/src/info.md found
13:00:34 INFO: man/src/inspect.md found
13:00:34 INFO: man/src/kill.md found
13:00:34 INFO: man/src/load.md found
13:00:34 INFO: man/src/login.md found
13:00:34 INFO: man/src/logout.md found
13:00:34 INFO: man/src/logs.md found
13:00:34 WARN: man/src/manifest/annotate.md does not exist, skipping
13:00:34 WARN: man/src/manifest/create.md does not exist, skipping
13:00:34 WARN: man/src/manifest/inspect.md does not exist, skipping
13:00:34 WARN: man/src/manifest/push.md does not exist, skipping
13:00:34 WARN: man/src/manifest/rm.md does not exist, skipping
13:00:34 WARN: man/src/manifest.md does not exist, skipping
13:00:34 INFO: man/src/network/connect.md found
13:00:34 INFO: man/src/network/create.md found
13:00:34 INFO: man/src/network/disconnect.md found
13:00:34 INFO: man/src/network/inspect.md found
13:00:34 INFO: man/src/network/ls.md found
13:00:34 WARN: man/src/network/prune.md does not exist, skipping
13:00:34 INFO: man/src/network/rm.md found
13:00:34 WARN: man/src/network.md does not exist, skipping
13:00:34 WARN: man/src/node/demote.md does not exist, skipping
13:00:34 WARN: man/src/node/inspect.md does not exist, skipping
13:00:34 WARN: man/src/node/ls.md does not exist, skipping
13:00:34 WARN: man/src/node/promote.md does not exist, skipping
13:00:34 WARN: man/src/node/ps.md does not exist, skipping
13:00:34 WARN: man/src/node/rm.md does not exist, skipping
13:00:34 WARN: man/src/node/update.md does not exist, skipping
13:00:34 WARN: man/src/node.md does not exist, skipping
13:00:34 INFO: man/src/pause.md found
13:00:34 WARN: man/src/plugin/create.md does not exist, skipping
13:00:34 WARN: man/src/plugin/disable.md does not exist, skipping
13:00:34 WARN: man/src/plugin/enable.md does not exist, skipping
13:00:34 WARN: man/src/plugin/inspect.md does not exist, skipping
13:00:34 WARN: man/src/plugin/install.md does not exist, skipping
13:00:34 INFO: man/src/plugin/ls.md found
13:00:34 WARN: man/src/plugin/push.md does not exist, skipping
13:00:34 WARN: man/src/plugin/rm.md does not exist, skipping
13:00:34 WARN: man/src/plugin/set.md does not exist, skipping
13:00:34 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:00:34 WARN: man/src/plugin.md does not exist, skipping
13:00:34 INFO: man/src/port.md found
13:00:34 INFO: man/src/ps.md found
13:00:34 INFO: man/src/pull.md found
13:00:34 INFO: man/src/push.md found
13:00:34 INFO: man/src/rename.md found
13:00:34 INFO: man/src/restart.md found
13:00:34 INFO: man/src/rm.md found
13:00:34 INFO: man/src/rmi.md found
13:00:34 WARN: man/src/run.md does not exist, skipping
13:00:34 INFO: man/src/save.md found
13:00:34 INFO: man/src/search.md found
13:00:34 WARN: man/src/secret/create.md does not exist, skipping
13:00:34 WARN: man/src/secret/inspect.md does not exist, skipping
13:00:34 WARN: man/src/secret/ls.md does not exist, skipping
13:00:34 WARN: man/src/secret/rm.md does not exist, skipping
13:00:34 WARN: man/src/secret.md does not exist, skipping
13:00:34 WARN: man/src/service/create.md does not exist, skipping
13:00:34 WARN: man/src/service/inspect.md does not exist, skipping
13:00:34 WARN: man/src/service/logs.md does not exist, skipping
13:00:34 WARN: man/src/service/ls.md does not exist, skipping
13:00:34 WARN: man/src/service/ps.md does not exist, skipping
13:00:34 WARN: man/src/service/rm.md does not exist, skipping
13:00:34 WARN: man/src/service/rollback.md does not exist, skipping
13:00:34 WARN: man/src/service/scale.md does not exist, skipping
13:00:34 WARN: man/src/service/update.md does not exist, skipping
13:00:34 WARN: man/src/service.md does not exist, skipping
13:00:34 WARN: man/src/stack/config.md does not exist, skipping
13:00:34 WARN: man/src/stack/deploy.md does not exist, skipping
13:00:34 WARN: man/src/stack/ls.md does not exist, skipping
13:00:34 WARN: man/src/stack/ps.md does not exist, skipping
13:00:34 WARN: man/src/stack/rm.md does not exist, skipping
13:00:34 WARN: man/src/stack/services.md does not exist, skipping
13:00:34 WARN: man/src/stack.md does not exist, skipping
13:00:34 INFO: man/src/start.md found
13:00:34 INFO: man/src/stats.md found
13:00:34 INFO: man/src/stop.md found
13:00:34 WARN: man/src/swarm/ca.md does not exist, skipping
13:00:34 WARN: man/src/swarm/init.md does not exist, skipping
13:00:34 WARN: man/src/swarm/join.md does not exist, skipping
13:00:34 WARN: man/src/swarm/join-token.md does not exist, skipping
13:00:34 WARN: man/src/swarm/leave.md does not exist, skipping
13:00:34 WARN: man/src/swarm/unlock.md does not exist, skipping
13:00:34 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:00:34 WARN: man/src/swarm/update.md does not exist, skipping
13:00:34 WARN: man/src/swarm.md does not exist, skipping
13:00:34 WARN: man/src/system/df.md does not exist, skipping
13:00:34 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:00:34 INFO: man/src/system/events.md found
13:00:34 INFO: man/src/system/info.md found
13:00:34 WARN: man/src/system/prune.md does not exist, skipping
13:00:34 WARN: man/src/system.md does not exist, skipping
13:00:34 INFO: man/src/tag.md found
13:00:34 INFO: man/src/top.md found
13:00:34 WARN: man/src/trust/inspect.md does not exist, skipping
13:00:34 WARN: man/src/trust/key/generate.md does not exist, skipping
13:00:34 WARN: man/src/trust/key/load.md does not exist, skipping
13:00:34 WARN: man/src/trust/key.md does not exist, skipping
13:00:34 WARN: man/src/trust/revoke.md does not exist, skipping
13:00:34 WARN: man/src/trust/sign.md does not exist, skipping
13:00:34 WARN: man/src/trust/signer/add.md does not exist, skipping
13:00:34 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:00:34 WARN: man/src/trust/signer.md does not exist, skipping
13:00:34 WARN: man/src/trust.md does not exist, skipping
13:00:34 INFO: man/src/unpause.md found
13:00:34 INFO: man/src/update.md found
13:00:34 INFO: man/src/version.md found
13:00:34 INFO: man/src/volume/create.md found
13:00:34 INFO: man/src/volume/inspect.md found
13:00:34 INFO: man/src/volume/ls.md found
13:00:34 WARN: man/src/volume/prune.md does not exist, skipping
13:00:34 WARN: man/src/volume/rm.md does not exist, skipping
13:00:34 WARN: man/src/volume/update.md does not exist, skipping
13:00:34 INFO: man/src/volume.md found
13:00:34 INFO: man/src/wait.md found
13:00:34 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:00:34 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:00:34 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:00:34 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:00:34 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:00:34 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:00:34 make[2]: Leaving directory '/root/build-deb/cli'
13:00:34 # Build buildx plugin
13:00:34 cd /go/src/github.com/docker/buildx \
13:00:34 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:00:34 && GO111MODULE=on \
13:00:34 	CGO_ENABLED=0 \
13:00:34 		go build \
13:00:34 			-mod=vendor \
13:00:34 			-trimpath \
13:00:34 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:00:34 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:00:34 			./cmd/buildx
13:00:34 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:00:34 go: downloading github.com/rivo/uniseg v0.2.0
13:00:34 go: downloading github.com/klauspost/compress v1.15.12
13:00:34 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:00:34 go: downloading github.com/containerd/continuity v0.3.0
13:00:34 go: downloading github.com/moby/sys/symlink v0.2.0
13:00:34 go: downloading golang.org/x/time v0.1.0
13:00:34 go: downloading github.com/opencontainers/runc v1.1.3
13:00:34 go: downloading golang.org/x/crypto v0.2.0
13:00:34 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:00:34 #45 131.7 + bin/containerd
13:00:34 + return
13:00:34 # Build the CLI
13:00:34 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:00:34 Building dynamic docker-linux-arm-v6
13:00:34 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:58:00Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:00:34 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:00:34 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:00:34 go: downloading google.golang.org/grpc v1.48.0
13:00:35 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:00:35 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:00:35 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:00:35 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:00:35 go: downloading github.com/russross/blackfriday v1.6.0
13:00:35 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:00:35 Created binary: bundles/dynbinary-daemon/dockerd
13:00:35 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
13:00:35 Created binary: bundles/dynbinary-daemon/docker-proxy
13:00:35 
13:00:35 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:00:35 + RM_GOPATH=0
13:00:35 + TMP_GOPATH=/go
13:00:35 + : /usr/local/bin
13:00:35 + '[' -z /go ']'
13:00:35 + export GOPATH=/go
13:00:35 + GOPATH=/go
13:00:35 + case "$(go env GOARCH)" in
13:00:35 ++ go env GOARCH
13:00:35 + export GO_BUILDMODE=-buildmode=pie
13:00:35 + GO_BUILDMODE=-buildmode=pie
13:00:35 ++ dirname hack/dockerfile/install/install.sh
13:00:35 + dir=hack/dockerfile/install
13:00:35 + bin=tini
13:00:35 + shift
13:00:35 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:00:35 + . hack/dockerfile/install/tini.installer
13:00:35 Install tini version v0.19.0
13:00:35 ++ : v0.19.0
13:00:35 + install_tini
13:00:35 + echo 'Install tini version v0.19.0'
13:00:35 + git clone https://github.com/krallin/tini.git /go/tini
13:00:35 Cloning into '/go/tini'...
13:00:35 + cd /go/tini
13:00:35 + git checkout -q v0.19.0
13:00:35 + cmake .
13:00:35 -- The C compiler identification is GNU 10.2.1
13:00:35 -- Detecting C compiler ABI info
13:00:35 -- Detecting C compiler ABI info - done
13:00:35 -- Check for working C compiler: /usr/bin/cc - skipped
13:00:35 -- Detecting C compile features
13:00:35 -- Detecting C compile features - done
13:00:35 -- Performing Test HAS_BUILTIN_FORTIFY
13:00:35 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:00:35 -- Configuring done
13:00:35 -- Generating done
13:00:35 -- Build files have been written to: /go/tini
13:00:35 + make tini-static
13:00:35 make[2]: Entering directory '/go/tini'
13:00:35 make[3]: Entering directory '/go/tini'
13:00:35 make[4]: Entering directory '/go/tini'
13:00:35 make[5]: Entering directory '/go/tini'
13:00:35 Scanning dependencies of target tini-static
13:00:35 make[5]: Leaving directory '/go/tini'
13:00:35 make[5]: Entering directory '/go/tini'
13:00:35 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:00:35 [100%] Linking C executable tini-static
13:00:35 make[5]: Leaving directory '/go/tini'
13:00:35 [100%] Built target tini-static
13:00:35 make[4]: Leaving directory '/go/tini'
13:00:35 make[3]: Leaving directory '/go/tini'
13:00:35 make[2]: Leaving directory '/go/tini'
13:00:35 + mkdir -p /usr/local/bin
13:00:35 + cp tini-static /usr/local/bin/docker-init
13:00:35 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:00:35 + RM_GOPATH=0
13:00:35 + TMP_GOPATH=/go
13:00:35 + : /usr/local/bin
13:00:35 + '[' -z /go ']'
13:00:35 + export GOPATH=/go
13:00:35 + GOPATH=/go
13:00:35 + case "$(go env GOARCH)" in
13:00:35 ++ go env GOARCH
13:00:35 + export GO_BUILDMODE=-buildmode=pie
13:00:35 + GO_BUILDMODE=-buildmode=pie
13:00:35 ++ dirname hack/dockerfile/install/install.sh
13:00:35 + dir=hack/dockerfile/install
13:00:35 + bin=rootlesskit
13:00:35 + shift
13:00:35 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:00:35 + . hack/dockerfile/install/rootlesskit.installer
13:00:35 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:35 + install_rootlesskit dynamic
13:00:35 + case "$1" in
13:00:35 + install_rootlesskit_dynamic
13:00:35 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:00:35 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:00:35 + export BUILD_MODE=-buildmode=pie
13:00:35 + BUILD_MODE=-buildmode=pie
13:00:35 + _install_rootlesskit
13:00:35 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:00:35 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:35 + for f in rootlesskit rootlesskit-docker-proxy
13:00:35 + GOBIN=/usr/local/bin
13:00:35 + GO111MODULE=on
13:00:35 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:35 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:00:35 go: downloading github.com/sirupsen/logrus v1.9.0
13:00:35 go: downloading github.com/urfave/cli/v2 v2.23.5
13:00:35 go: downloading golang.org/x/sys v0.2.0
13:00:35 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:00:35 go: downloading github.com/google/uuid v1.3.0
13:00:35 go: downloading github.com/moby/vpnkit v0.5.0
13:00:35 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:00:35 go: downloading github.com/gofrs/flock v0.8.1
13:00:35 go: downloading github.com/gorilla/mux v1.8.0
13:00:35 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:00:35 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:00:35 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:00:35 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:00:35 go: downloading golang.org/x/net v0.1.0
13:00:35 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:00:35 + for f in rootlesskit rootlesskit-docker-proxy
13:00:35 + GOBIN=/usr/local/bin
13:00:35 + GO111MODULE=on
13:00:35 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:35 + return
13:00:35 # Build the CLI
13:00:35 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:00:35 Building dynamic docker-linux-amd64
13:00:35 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:57:58Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:00:35 go: downloading github.com/Microsoft/go-winio v0.5.2
13:00:35 go: downloading golang.org/x/net v0.5.0
13:00:35 go: downloading github.com/davecgh/go-spew v1.1.1
13:00:35 go: downloading github.com/pmezard/go-difflib v1.0.0
13:00:35 go: downloading github.com/miekg/pkcs11 v1.1.1
13:00:35 go: downloading github.com/prometheus/client_golang v1.14.0
13:00:35 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:00:35 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:00:35 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:00:35 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:00:35 go: downloading github.com/golang/protobuf v1.5.2
13:00:35 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:00:35 + for f in rootlesskit rootlesskit-docker-proxy
13:00:35 + GOBIN=/usr/local/bin
13:00:35 + GO111MODULE=on
13:00:35 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:37 + return
13:00:37 + exit 0
13:00:37 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.wGcCEK
13:00:37 + umask 022
13:00:37 + cd /root/rpmbuild/BUILD
13:00:37 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64 '!=' / ']'
13:00:37 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
13:00:37 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
13:00:37 + mkdir -p /root/rpmbuild/BUILDROOT
13:00:37 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
13:00:37 + cd src
13:00:37 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/dockerd-rootless.sh
13:00:37 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/dockerd-rootless-setuptool.sh
13:00:37 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/rootlesskit
13:00:37 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/rootlesskit-docker-proxy
13:00:37 + /usr/lib/rpm/check-buildroot
13:00:37 + /usr/lib/rpm/redhat/brp-ldconfig
13:00:37 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:00:37 + /usr/lib/rpm/brp-compress
13:00:37 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:00:37 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:00:37 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:00:37 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:00:37 + /usr/lib/rpm/brp-python-hardlink
13:00:37 + PYTHON3=/usr/libexec/platform-python
13:00:37 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:00:37 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.mS2WF4
13:00:37 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:00:37 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:00:37 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:00:37 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:00:37 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:00:37 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:00:37 go: downloading github.com/beorn7/perks v1.0.1
13:00:37 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:00:37 go: downloading github.com/prometheus/client_model v0.3.0
13:00:37 go: downloading github.com/prometheus/common v0.37.0
13:00:37 go: downloading github.com/prometheus/procfs v0.8.0
13:00:37 go: downloading google.golang.org/protobuf v1.28.1
13:00:37 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:00:37 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:00:37 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:00:37 go: downloading k8s.io/klog/v2 v2.80.1
13:00:37 go: downloading github.com/kr/text v0.2.0
13:00:37 go: downloading github.com/docker/go-metrics v0.0.1
13:00:37 go: downloading github.com/BurntSushi/toml v0.3.1
13:00:37 go: downloading github.com/kr/pretty v0.2.1
13:00:37 go: downloading github.com/magiconair/properties v1.5.3
13:00:37 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:00:37 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:00:37 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:00:37 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:00:37 go: downloading github.com/go-logr/logr v1.2.3
13:00:37 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:00:37 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:00:37 + go mod vendor -modfile=vendor.mod
13:00:37 + umask 022
13:00:37 + cd /root/rpmbuild/BUILD
13:00:37 + cd src
13:00:37 + /usr/local/bin/rootlesskit -v
13:00:37 rootlesskit version 1.1.0
13:00:37 + exit 0
13:00:37 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
13:00:37 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.el8 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20230206193855.ab4ef4a-0.el8
13:00:37 Requires(interp): /bin/sh /bin/sh /bin/sh
13:00:37 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:00:37 Requires(post): /bin/sh
13:00:37 Requires(preun): /bin/sh
13:00:37 Requires(postun): /bin/sh
13:00:37 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:00:37 Conflicts: rootlesskit
13:00:37 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
13:00:38 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.src.rpm
13:00:38 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:00:38 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:00:38 ++ pwd
13:00:38 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:00:38 Project root: .
13:00:38 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:00:38 INFO: man/src/attach.md found
13:00:38 WARN: man/src/build.md does not exist, skipping
13:00:38 WARN: man/src/builder/build.md does not exist, skipping
13:00:38 WARN: man/src/builder/prune.md does not exist, skipping
13:00:38 WARN: man/src/builder.md does not exist, skipping
13:00:38 WARN: man/src/checkpoint/create.md does not exist, skipping
13:00:38 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:00:38 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:00:38 WARN: man/src/checkpoint.md does not exist, skipping
13:00:38 INFO: man/src/commit.md found
13:00:38 WARN: man/src/config/create.md does not exist, skipping
13:00:38 WARN: man/src/config/inspect.md does not exist, skipping
13:00:38 WARN: man/src/config/ls.md does not exist, skipping
13:00:38 WARN: man/src/config/rm.md does not exist, skipping
13:00:38 WARN: man/src/config.md does not exist, skipping
13:00:38 INFO: man/src/container/attach.md found
13:00:38 INFO: man/src/container/commit.md found
13:00:38 INFO: man/src/container/cp.md found
13:00:38 INFO: man/src/container/create.md found
13:00:38 INFO: man/src/container/diff.md found
13:00:38 INFO: man/src/container/exec.md found
13:00:38 INFO: man/src/container/export.md found
13:00:38 WARN: man/src/container/inspect.md does not exist, skipping
13:00:38 INFO: man/src/container/kill.md found
13:00:38 INFO: man/src/container/logs.md found
13:00:38 INFO: man/src/container/ls.md found
13:00:38 INFO: man/src/container/pause.md found
13:00:38 INFO: man/src/container/port.md found
13:00:38 WARN: man/src/container/prune.md does not exist, skipping
13:00:38 INFO: man/src/container/rename.md found
13:00:38 INFO: man/src/container/restart.md found
13:00:38 INFO: man/src/container/rm.md found
13:00:38 INFO: man/src/container/run.md found
13:00:38 INFO: man/src/container/start.md found
13:00:38 INFO: man/src/container/stats.md found
13:00:38 INFO: man/src/container/stop.md found
13:00:38 INFO: man/src/container/top.md found
13:00:38 INFO: man/src/container/unpause.md found
13:00:38 INFO: man/src/container/update.md found
13:00:38 INFO: man/src/container/wait.md found
13:00:38 WARN: man/src/container.md does not exist, skipping
13:00:38 WARN: man/src/context/create.md does not exist, skipping
13:00:38 WARN: man/src/context/export.md does not exist, skipping
13:00:38 WARN: man/src/context/import.md does not exist, skipping
13:00:38 WARN: man/src/context/inspect.md does not exist, skipping
13:00:38 WARN: man/src/context/ls.md does not exist, skipping
13:00:38 WARN: man/src/context/rm.md does not exist, skipping
13:00:38 WARN: man/src/context/show.md does not exist, skipping
13:00:38 WARN: man/src/context/update.md does not exist, skipping
13:00:38 WARN: man/src/context/use.md does not exist, skipping
13:00:38 WARN: man/src/context.md does not exist, skipping
13:00:38 INFO: man/src/cp.md found
13:00:38 INFO: man/src/create.md found
13:00:38 INFO: man/src/diff.md found
13:00:38 INFO: man/src/events.md found
13:00:38 INFO: man/src/exec.md found
13:00:38 INFO: man/src/export.md found
13:00:38 INFO: man/src/history.md found
13:00:38 INFO: man/src/image/build.md found
13:00:38 INFO: man/src/image/history.md found
13:00:38 INFO: man/src/image/import.md found
13:00:38 WARN: man/src/image/inspect.md does not exist, skipping
13:00:38 INFO: man/src/image/load.md found
13:00:38 INFO: man/src/image/ls.md found
13:00:38 WARN: man/src/image/prune.md does not exist, skipping
13:00:38 INFO: man/src/image/pull.md found
13:00:38 INFO: man/src/image/push.md found
13:00:38 INFO: man/src/image/rm.md found
13:00:38 INFO: man/src/image/save.md found
13:00:38 INFO: man/src/image/tag.md found
13:00:38 WARN: man/src/image.md does not exist, skipping
13:00:38 INFO: man/src/images.md found
13:00:38 INFO: man/src/import.md found
13:00:38 INFO: man/src/info.md found
13:00:38 INFO: man/src/inspect.md found
13:00:38 INFO: man/src/kill.md found
13:00:38 INFO: man/src/load.md found
13:00:38 INFO: man/src/login.md found
13:00:38 INFO: man/src/logout.md found
13:00:38 INFO: man/src/logs.md found
13:00:38 WARN: man/src/manifest/annotate.md does not exist, skipping
13:00:38 WARN: man/src/manifest/create.md does not exist, skipping
13:00:38 WARN: man/src/manifest/inspect.md does not exist, skipping
13:00:38 WARN: man/src/manifest/push.md does not exist, skipping
13:00:38 WARN: man/src/manifest/rm.md does not exist, skipping
13:00:38 WARN: man/src/manifest.md does not exist, skipping
13:00:38 INFO: man/src/network/connect.md found
13:00:38 INFO: man/src/network/create.md found
13:00:38 INFO: man/src/network/disconnect.md found
13:00:38 INFO: man/src/network/inspect.md found
13:00:38 INFO: man/src/network/ls.md found
13:00:38 WARN: man/src/network/prune.md does not exist, skipping
13:00:38 INFO: man/src/network/rm.md found
13:00:38 WARN: man/src/network.md does not exist, skipping
13:00:38 WARN: man/src/node/demote.md does not exist, skipping
13:00:38 WARN: man/src/node/inspect.md does not exist, skipping
13:00:38 WARN: man/src/node/ls.md does not exist, skipping
13:00:38 WARN: man/src/node/promote.md does not exist, skipping
13:00:38 WARN: man/src/node/ps.md does not exist, skipping
13:00:38 WARN: man/src/node/rm.md does not exist, skipping
13:00:38 WARN: man/src/node/update.md does not exist, skipping
13:00:38 WARN: man/src/node.md does not exist, skipping
13:00:38 INFO: man/src/pause.md found
13:00:38 WARN: man/src/plugin/create.md does not exist, skipping
13:00:38 WARN: man/src/plugin/disable.md does not exist, skipping
13:00:38 WARN: man/src/plugin/enable.md does not exist, skipping
13:00:38 WARN: man/src/plugin/inspect.md does not exist, skipping
13:00:38 WARN: man/src/plugin/install.md does not exist, skipping
13:00:38 INFO: man/src/plugin/ls.md found
13:00:38 WARN: man/src/plugin/push.md does not exist, skipping
13:00:38 WARN: man/src/plugin/rm.md does not exist, skipping
13:00:38 WARN: man/src/plugin/set.md does not exist, skipping
13:00:38 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:00:38 WARN: man/src/plugin.md does not exist, skipping
13:00:38 INFO: man/src/port.md found
13:00:38 INFO: man/src/ps.md found
13:00:38 INFO: man/src/pull.md found
13:00:38 INFO: man/src/push.md found
13:00:38 INFO: man/src/rename.md found
13:00:38 INFO: man/src/restart.md found
13:00:38 INFO: man/src/rm.md found
13:00:38 INFO: man/src/rmi.md found
13:00:38 WARN: man/src/run.md does not exist, skipping
13:00:38 INFO: man/src/save.md found
13:00:38 INFO: man/src/search.md found
13:00:38 WARN: man/src/secret/create.md does not exist, skipping
13:00:38 WARN: man/src/secret/inspect.md does not exist, skipping
13:00:38 WARN: man/src/secret/ls.md does not exist, skipping
13:00:38 WARN: man/src/secret/rm.md does not exist, skipping
13:00:38 WARN: man/src/secret.md does not exist, skipping
13:00:38 WARN: man/src/service/create.md does not exist, skipping
13:00:38 WARN: man/src/service/inspect.md does not exist, skipping
13:00:38 WARN: man/src/service/logs.md does not exist, skipping
13:00:38 WARN: man/src/service/ls.md does not exist, skipping
13:00:38 WARN: man/src/service/ps.md does not exist, skipping
13:00:38 WARN: man/src/service/rm.md does not exist, skipping
13:00:38 WARN: man/src/service/rollback.md does not exist, skipping
13:00:38 WARN: man/src/service/scale.md does not exist, skipping
13:00:38 WARN: man/src/service/update.md does not exist, skipping
13:00:38 WARN: man/src/service.md does not exist, skipping
13:00:38 WARN: man/src/stack/config.md does not exist, skipping
13:00:38 WARN: man/src/stack/deploy.md does not exist, skipping
13:00:38 WARN: man/src/stack/ls.md does not exist, skipping
13:00:38 WARN: man/src/stack/ps.md does not exist, skipping
13:00:38 WARN: man/src/stack/rm.md does not exist, skipping
13:00:38 WARN: man/src/stack/services.md does not exist, skipping
13:00:38 WARN: man/src/stack.md does not exist, skipping
13:00:38 INFO: man/src/start.md found
13:00:38 INFO: man/src/stats.md found
13:00:38 INFO: man/src/stop.md found
13:00:38 WARN: man/src/swarm/ca.md does not exist, skipping
13:00:38 WARN: man/src/swarm/init.md does not exist, skipping
13:00:38 WARN: man/src/swarm/join.md does not exist, skipping
13:00:38 WARN: man/src/swarm/join-token.md does not exist, skipping
13:00:38 WARN: man/src/swarm/leave.md does not exist, skipping
13:00:38 WARN: man/src/swarm/unlock.md does not exist, skipping
13:00:38 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:00:38 WARN: man/src/swarm/update.md does not exist, skipping
13:00:38 WARN: man/src/swarm.md does not exist, skipping
13:00:38 WARN: man/src/system/df.md does not exist, skipping
13:00:38 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:00:38 INFO: man/src/system/events.md found
13:00:38 INFO: man/src/system/info.md found
13:00:38 WARN: man/src/system/prune.md does not exist, skipping
13:00:38 WARN: man/src/system.md does not exist, skipping
13:00:38 INFO: man/src/tag.md found
13:00:38 INFO: man/src/top.md found
13:00:38 WARN: man/src/trust/inspect.md does not exist, skipping
13:00:38 WARN: man/src/trust/key/generate.md does not exist, skipping
13:00:38 WARN: man/src/trust/key/load.md does not exist, skipping
13:00:38 WARN: man/src/trust/key.md does not exist, skipping
13:00:38 WARN: man/src/trust/revoke.md does not exist, skipping
13:00:38 WARN: man/src/trust/sign.md does not exist, skipping
13:00:38 WARN: man/src/trust/signer/add.md does not exist, skipping
13:00:38 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:00:38 WARN: man/src/trust/signer.md does not exist, skipping
13:00:38 WARN: man/src/trust.md does not exist, skipping
13:00:38 INFO: man/src/unpause.md found
13:00:38 INFO: man/src/update.md found
13:00:38 INFO: man/src/version.md found
13:00:38 INFO: man/src/volume/create.md found
13:00:38 INFO: man/src/volume/inspect.md found
13:00:38 INFO: man/src/volume/ls.md found
13:00:38 WARN: man/src/volume/prune.md does not exist, skipping
13:00:38 WARN: man/src/volume/rm.md does not exist, skipping
13:00:38 WARN: man/src/volume/update.md does not exist, skipping
13:00:38 INFO: man/src/volume.md found
13:00:38 INFO: man/src/wait.md found
13:00:38 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:00:38 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:00:38 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:00:38 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:00:38 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:00:38 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:00:38 + popd
13:00:38 ~/rpmbuild/BUILD/src
13:00:38 + RPM_EC=0
13:00:38 ++ jobs -p
13:00:38 + exit 0
13:00:38 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.aRdsJa
13:00:38 + umask 022
13:00:38 + cd /root/rpmbuild/BUILD
13:00:38 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64 '!=' / ']'
13:00:38 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
13:00:38 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
13:00:38 + mkdir -p /root/rpmbuild/BUILDROOT
13:00:38 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
13:00:38 + cd src
13:00:38 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin
13:00:38 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/docker
13:00:38 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/bash-completion/completions
13:00:38 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/zsh/vendor-completions
13:00:38 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/fish/vendor_completions.d
13:00:38 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/bash-completion/completions/docker
13:00:38 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/zsh/vendor-completions/_docker
13:00:38 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/fish/vendor_completions.d/docker.fish
13:00:38 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/man/man1
13:00:38 + 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-update.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~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/man/man1
13:00:38 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/man/man5
13:00:38 + 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~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/man/man5
13:00:38 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/man/man8
13:00:38 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/man/man8
13:00:38 + mkdir -p build-docs
13:00:38 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:00:38 + cp cli/LICENSE build-docs/LICENSE
13:00:38 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:00:38 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:00:38 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:00:38 + cp cli/NOTICE build-docs/NOTICE
13:00:38 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:00:38 + cp cli/README.md build-docs/README.md
13:00:38 + /usr/lib/rpm/check-buildroot
13:00:38 + /usr/lib/rpm/redhat/brp-ldconfig
13:00:38 + /usr/lib/rpm/brp-compress
13:00:38 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:00:39 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:00:39 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:00:39 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:00:39 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:00:39 + /usr/lib/rpm/brp-python-hardlink
13:00:39 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:00:39 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.61VxGj
13:00:39 + umask 022
13:00:39 + cd /root/rpmbuild/BUILD
13:00:39 + cd src
13:00:39 ++ cli/build/docker --version
13:00:39 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:00:39 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:00:39 + echo 'PASS: cli version OK'
13:00:39 PASS: cli version OK
13:00:39 + RPM_EC=0
13:00:39 ++ jobs -p
13:00:39 + exit 0
13:00:39 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
13:00:39 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ifNB7T
13:00:39 + umask 022
13:00:39 + cd /root/rpmbuild/BUILD
13:00:39 + cd src
13:00:39 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/doc/docker-ce-cli
13:00:39 + export LC_ALL=C
13:00:39 + LC_ALL=C
13:00:39 + export DOCDIR
13:00:39 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/doc/docker-ce-cli
13:00:39 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/doc/docker-ce-cli
13:00:39 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/doc/docker-ce-cli
13:00:39 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/doc/docker-ce-cli
13:00:39 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/doc/docker-ce-cli
13:00:39 + RPM_EC=0
13:00:39 ++ jobs -p
13:00:39 + exit 0
13:00:39 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:00:39 ++ pwd
13:00:39 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:00:39 Project root: .
13:00:39 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:00:39 INFO: man/src/attach.md found
13:00:39 WARN: man/src/build.md does not exist, skipping
13:00:39 WARN: man/src/builder/build.md does not exist, skipping
13:00:39 WARN: man/src/builder/prune.md does not exist, skipping
13:00:39 WARN: man/src/builder.md does not exist, skipping
13:00:39 WARN: man/src/checkpoint/create.md does not exist, skipping
13:00:39 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:00:39 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:00:39 WARN: man/src/checkpoint.md does not exist, skipping
13:00:39 INFO: man/src/commit.md found
13:00:39 WARN: man/src/config/create.md does not exist, skipping
13:00:39 WARN: man/src/config/inspect.md does not exist, skipping
13:00:39 WARN: man/src/config/ls.md does not exist, skipping
13:00:39 WARN: man/src/config/rm.md does not exist, skipping
13:00:39 WARN: man/src/config.md does not exist, skipping
13:00:39 INFO: man/src/container/attach.md found
13:00:39 INFO: man/src/container/commit.md found
13:00:39 INFO: man/src/container/cp.md found
13:00:39 INFO: man/src/container/create.md found
13:00:39 INFO: man/src/container/diff.md found
13:00:39 INFO: man/src/container/exec.md found
13:00:39 INFO: man/src/container/export.md found
13:00:39 WARN: man/src/container/inspect.md does not exist, skipping
13:00:39 INFO: man/src/container/kill.md found
13:00:39 INFO: man/src/container/logs.md found
13:00:39 INFO: man/src/container/ls.md found
13:00:39 INFO: man/src/container/pause.md found
13:00:39 INFO: man/src/container/port.md found
13:00:39 WARN: man/src/container/prune.md does not exist, skipping
13:00:39 INFO: man/src/container/rename.md found
13:00:39 INFO: man/src/container/restart.md found
13:00:39 INFO: man/src/container/rm.md found
13:00:39 INFO: man/src/container/run.md found
13:00:39 INFO: man/src/container/start.md found
13:00:39 INFO: man/src/container/stats.md found
13:00:39 INFO: man/src/container/stop.md found
13:00:39 INFO: man/src/container/top.md found
13:00:39 INFO: man/src/container/unpause.md found
13:00:39 INFO: man/src/container/update.md found
13:00:39 INFO: man/src/container/wait.md found
13:00:39 WARN: man/src/container.md does not exist, skipping
13:00:39 WARN: man/src/context/create.md does not exist, skipping
13:00:39 WARN: man/src/context/export.md does not exist, skipping
13:00:39 WARN: man/src/context/import.md does not exist, skipping
13:00:39 WARN: man/src/context/inspect.md does not exist, skipping
13:00:39 WARN: man/src/context/ls.md does not exist, skipping
13:00:39 WARN: man/src/context/rm.md does not exist, skipping
13:00:39 WARN: man/src/context/show.md does not exist, skipping
13:00:39 WARN: man/src/context/update.md does not exist, skipping
13:00:39 WARN: man/src/context/use.md does not exist, skipping
13:00:39 WARN: man/src/context.md does not exist, skipping
13:00:39 INFO: man/src/cp.md found
13:00:39 INFO: man/src/create.md found
13:00:39 INFO: man/src/diff.md found
13:00:39 INFO: man/src/events.md found
13:00:39 INFO: man/src/exec.md found
13:00:39 INFO: man/src/export.md found
13:00:39 INFO: man/src/history.md found
13:00:39 INFO: man/src/image/build.md found
13:00:39 INFO: man/src/image/history.md found
13:00:39 INFO: man/src/image/import.md found
13:00:39 WARN: man/src/image/inspect.md does not exist, skipping
13:00:39 INFO: man/src/image/load.md found
13:00:39 INFO: man/src/image/ls.md found
13:00:39 WARN: man/src/image/prune.md does not exist, skipping
13:00:39 INFO: man/src/image/pull.md found
13:00:39 INFO: man/src/image/push.md found
13:00:39 INFO: man/src/image/rm.md found
13:00:39 INFO: man/src/image/save.md found
13:00:39 INFO: man/src/image/tag.md found
13:00:39 WARN: man/src/image.md does not exist, skipping
13:00:39 INFO: man/src/images.md found
13:00:39 INFO: man/src/import.md found
13:00:39 INFO: man/src/info.md found
13:00:39 INFO: man/src/inspect.md found
13:00:39 INFO: man/src/kill.md found
13:00:39 INFO: man/src/load.md found
13:00:39 INFO: man/src/login.md found
13:00:39 INFO: man/src/logout.md found
13:00:39 INFO: man/src/logs.md found
13:00:39 WARN: man/src/manifest/annotate.md does not exist, skipping
13:00:39 WARN: man/src/manifest/create.md does not exist, skipping
13:00:39 WARN: man/src/manifest/inspect.md does not exist, skipping
13:00:39 WARN: man/src/manifest/push.md does not exist, skipping
13:00:39 WARN: man/src/manifest/rm.md does not exist, skipping
13:00:39 WARN: man/src/manifest.md does not exist, skipping
13:00:39 INFO: man/src/network/connect.md found
13:00:39 INFO: man/src/network/create.md found
13:00:39 INFO: man/src/network/disconnect.md found
13:00:39 INFO: man/src/network/inspect.md found
13:00:39 INFO: man/src/network/ls.md found
13:00:39 WARN: man/src/network/prune.md does not exist, skipping
13:00:39 INFO: man/src/network/rm.md found
13:00:39 WARN: man/src/network.md does not exist, skipping
13:00:39 WARN: man/src/node/demote.md does not exist, skipping
13:00:39 WARN: man/src/node/inspect.md does not exist, skipping
13:00:39 WARN: man/src/node/ls.md does not exist, skipping
13:00:39 WARN: man/src/node/promote.md does not exist, skipping
13:00:39 WARN: man/src/node/ps.md does not exist, skipping
13:00:39 WARN: man/src/node/rm.md does not exist, skipping
13:00:39 WARN: man/src/node/update.md does not exist, skipping
13:00:39 WARN: man/src/node.md does not exist, skipping
13:00:39 INFO: man/src/pause.md found
13:00:39 WARN: man/src/plugin/create.md does not exist, skipping
13:00:39 WARN: man/src/plugin/disable.md does not exist, skipping
13:00:39 WARN: man/src/plugin/enable.md does not exist, skipping
13:00:39 WARN: man/src/plugin/inspect.md does not exist, skipping
13:00:39 WARN: man/src/plugin/install.md does not exist, skipping
13:00:39 INFO: man/src/plugin/ls.md found
13:00:39 WARN: man/src/plugin/push.md does not exist, skipping
13:00:39 WARN: man/src/plugin/rm.md does not exist, skipping
13:00:39 WARN: man/src/plugin/set.md does not exist, skipping
13:00:39 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:00:39 WARN: man/src/plugin.md does not exist, skipping
13:00:39 INFO: man/src/port.md found
13:00:39 INFO: man/src/ps.md found
13:00:39 INFO: man/src/pull.md found
13:00:39 INFO: man/src/push.md found
13:00:39 INFO: man/src/rename.md found
13:00:39 INFO: man/src/restart.md found
13:00:39 INFO: man/src/rm.md found
13:00:39 INFO: man/src/rmi.md found
13:00:39 WARN: man/src/run.md does not exist, skipping
13:00:39 INFO: man/src/save.md found
13:00:39 INFO: man/src/search.md found
13:00:39 WARN: man/src/secret/create.md does not exist, skipping
13:00:39 WARN: man/src/secret/inspect.md does not exist, skipping
13:00:39 WARN: man/src/secret/ls.md does not exist, skipping
13:00:39 WARN: man/src/secret/rm.md does not exist, skipping
13:00:39 WARN: man/src/secret.md does not exist, skipping
13:00:39 WARN: man/src/service/create.md does not exist, skipping
13:00:39 WARN: man/src/service/inspect.md does not exist, skipping
13:00:39 WARN: man/src/service/logs.md does not exist, skipping
13:00:39 WARN: man/src/service/ls.md does not exist, skipping
13:00:39 WARN: man/src/service/ps.md does not exist, skipping
13:00:39 WARN: man/src/service/rm.md does not exist, skipping
13:00:39 WARN: man/src/service/rollback.md does not exist, skipping
13:00:39 WARN: man/src/service/scale.md does not exist, skipping
13:00:39 WARN: man/src/service/update.md does not exist, skipping
13:00:39 WARN: man/src/service.md does not exist, skipping
13:00:39 WARN: man/src/stack/config.md does not exist, skipping
13:00:39 WARN: man/src/stack/deploy.md does not exist, skipping
13:00:39 WARN: man/src/stack/ls.md does not exist, skipping
13:00:39 WARN: man/src/stack/ps.md does not exist, skipping
13:00:39 WARN: man/src/stack/rm.md does not exist, skipping
13:00:39 WARN: man/src/stack/services.md does not exist, skipping
13:00:39 WARN: man/src/stack.md does not exist, skipping
13:00:39 INFO: man/src/start.md found
13:00:39 INFO: man/src/stats.md found
13:00:39 INFO: man/src/stop.md found
13:00:39 WARN: man/src/swarm/ca.md does not exist, skipping
13:00:39 WARN: man/src/swarm/init.md does not exist, skipping
13:00:39 WARN: man/src/swarm/join.md does not exist, skipping
13:00:39 WARN: man/src/swarm/join-token.md does not exist, skipping
13:00:39 WARN: man/src/swarm/leave.md does not exist, skipping
13:00:39 WARN: man/src/swarm/unlock.md does not exist, skipping
13:00:39 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:00:39 WARN: man/src/swarm/update.md does not exist, skipping
13:00:39 WARN: man/src/swarm.md does not exist, skipping
13:00:39 WARN: man/src/system/df.md does not exist, skipping
13:00:39 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:00:39 INFO: man/src/system/events.md found
13:00:39 INFO: man/src/system/info.md found
13:00:39 WARN: man/src/system/prune.md does not exist, skipping
13:00:39 WARN: man/src/system.md does not exist, skipping
13:00:39 INFO: man/src/tag.md found
13:00:39 INFO: man/src/top.md found
13:00:39 WARN: man/src/trust/inspect.md does not exist, skipping
13:00:39 WARN: man/src/trust/key/generate.md does not exist, skipping
13:00:39 WARN: man/src/trust/key/load.md does not exist, skipping
13:00:39 WARN: man/src/trust/key.md does not exist, skipping
13:00:39 WARN: man/src/trust/revoke.md does not exist, skipping
13:00:39 WARN: man/src/trust/sign.md does not exist, skipping
13:00:39 WARN: man/src/trust/signer/add.md does not exist, skipping
13:00:39 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:00:39 WARN: man/src/trust/signer.md does not exist, skipping
13:00:39 WARN: man/src/trust.md does not exist, skipping
13:00:39 INFO: man/src/unpause.md found
13:00:39 INFO: man/src/update.md found
13:00:39 INFO: man/src/version.md found
13:00:39 INFO: man/src/volume/create.md found
13:00:39 INFO: man/src/volume/inspect.md found
13:00:39 INFO: man/src/volume/ls.md found
13:00:39 WARN: man/src/volume/prune.md does not exist, skipping
13:00:39 WARN: man/src/volume/rm.md does not exist, skipping
13:00:39 WARN: man/src/volume/update.md does not exist, skipping
13:00:39 INFO: man/src/volume.md found
13:00:39 INFO: man/src/wait.md found
13:00:39 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:00:39 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:00:39 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:00:39 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:00:39 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:00:39 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:00:39 make[2]: Leaving directory '/root/build-deb/cli'
13:00:39 # Build buildx plugin
13:00:39 cd /go/src/github.com/docker/buildx \
13:00:39 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:00:39 && GO111MODULE=on \
13:00:39 	CGO_ENABLED=0 \
13:00:39 		go build \
13:00:39 			-mod=vendor \
13:00:39 			-trimpath \
13:00:39 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:00:39 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:00:39 			./cmd/buildx
13:00:39 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.el9 docker-ce-cli(aarch-64) = 1:0.0.0~20230206193855.ab4ef4a-0.el9
13:00:39 Requires(interp): /bin/sh
13:00:39 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:00:39 Requires(post): /bin/sh
13:00:39 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:00:39 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:00:39 Recommends: docker-buildx-plugin docker-compose-plugin
13:00:39 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
13:00:40 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.src.rpm
13:00:40 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64.rpm
13:00:40 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fhjq2M
13:00:40 + umask 022
13:00:40 + cd /root/rpmbuild/BUILD
13:00:40 + cd src
13:00:40 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
13:00:40 + RPM_EC=0
13:00:40 ++ jobs -p
13:00:40 + exit 0
13:00:40 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.f4XETy
13:00:40 + umask 022
13:00:40 + cd /root/rpmbuild/BUILD
13:00:40 + cd /root/rpmbuild/BUILD
13:00:40 + rm -rf src
13:00:40 + /usr/bin/mkdir -p src
13:00:40 + cd src
13:00:40 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:00:40 + /usr/bin/tar -xof -
13:00:40 + STATUS=0
13:00:40 + '[' 0 -ne 0 ']'
13:00:40 + /usr/bin/tar -xof -
13:00:40 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:00:40 + STATUS=0
13:00:40 + '[' 0 -ne 0 ']'
13:00:40 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:00:40 + RPM_EC=0
13:00:40 ++ jobs -p
13:00:40 + exit 0
13:00:40 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.uFcAaH
13:00:40 + umask 022
13:00:40 + cd /root/rpmbuild/BUILD
13:00:40 + cd src
13:00:40 + mkdir -p /go/src/github.com/docker
13:00:40 + rm -f /go/src/github.com/docker/cli
13:00:40 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:00:40 + pushd /go/src/github.com/docker/cli
13:00:40 + VERSION=0.0.0-20230206193855-ab4ef4a
13:00:40 + GITCOMMIT=ab4ef4a
13:00:40 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:00:40 + GO_LINKMODE=dynamic
13:00:40 + ./scripts/build/binary
13:00:40 Building dynamic docker-linux-amd64
13:00:40 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T13:00:39Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
13:00:40 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64.rpm
13:00:40 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.yrdgLD
13:00:40 + umask 022
13:00:40 + cd /root/rpmbuild/BUILD
13:00:40 + cd src
13:00:40 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
13:00:40 + exit 0
13:00:40 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DloE23
13:00:40 + umask 022
13:00:40 + cd /root/rpmbuild/BUILD
13:00:40 + cd /root/rpmbuild/BUILD
13:00:40 + rm -rf src
13:00:40 + /usr/bin/mkdir -p src
13:00:40 + cd src
13:00:40 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:00:40 + /usr/bin/tar -xof -
13:00:41 + STATUS=0
13:00:41 + '[' 0 -ne 0 ']'
13:00:41 + /usr/bin/tar -xof -
13:00:41 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:00:41 Created binary: bundles/dynbinary-daemon/dockerd
13:00:41 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
13:00:41 + STATUS=0
13:00:41 + '[' 0 -ne 0 ']'
13:00:41 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:00:41 + exit 0
13:00:41 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.o0P842
13:00:41 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:00:41 + umask 022
13:00:41 + cd /root/rpmbuild/BUILD
13:00:41 + cd src
13:00:41 + pushd /root/rpmbuild/BUILD/src/buildx
13:00:41 + GO111MODULE=on
13:00:41 + CGO_ENABLED=0
13:00:41 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
13:00:42 Created binary: bundles/dynbinary-daemon/docker-proxy
13:00:42 
13:00:42 + popd
13:00:42 ~/rpmbuild/BUILD/src
13:00:42 + exit 0
13:00:42 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.IaabTg
13:00:42 + umask 022
13:00:42 + cd /root/rpmbuild/BUILD
13:00:42 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64 '!=' / ']'
13:00:42 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:00:42 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:00:42 + mkdir -p /root/rpmbuild/BUILDROOT
13:00:42 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:00:42 + cd src
13:00:42 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:00:42 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/bin/dockerd
13:00:42 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
13:00:42 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/bin/docker-proxy
13:00:42 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/bin/docker-init
13:00:42 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/lib/systemd/system/docker.service
13:00:42 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/lib/systemd/system/docker.socket
13:00:42 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/etc/docker
13:00:42 + /usr/lib/rpm/check-buildroot
13:00:42 + /usr/lib/rpm/redhat/brp-compress
13:00:42 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:00:42 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:00:42 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:00:42 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:00:42 + /usr/lib/rpm/redhat/brp-python-hardlink
13:00:42 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:00:42 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.VX8rps
13:00:42 + umask 022
13:00:42 + cd /root/rpmbuild/BUILD
13:00:42 + cd src
13:00:42 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:00:42 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
13:00:42 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
13:00:42 + echo 'PASS: daemon version OK'
13:00:42 PASS: daemon version OK
13:00:42 + exit 0
13:00:42 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:00:43 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.el7 docker-ce(aarch-64) = 3:0.0.0~20230206193855.ab4ef4a-0.el7
13:00:43 Requires(interp): /bin/sh /bin/sh /bin/sh
13:00:43 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:00:43 Requires(post): /bin/sh
13:00:43 Requires(preun): /bin/sh
13:00:43 Requires(postun): /bin/sh
13:00:43 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:00:43 Conflicts: docker docker-io docker-engine-cs docker-ee
13:00:43 Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine
13:00:43 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:00:44 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.src.rpm
13:00:44 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:00:44 + make manpages
13:00:44 scripts/docs/generate-man.sh
13:00:44 + cp -r . /tmp/docker-cli-docsgen.LW0St6RRwz/
13:00:44 + cd /tmp/docker-cli-docsgen.LW0St6RRwz
13:00:44 + ./scripts/vendor init
13:00:44 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:00:44 + cp man/tools.go .
13:00:44 + ./scripts/vendor update
13:00:44 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:00:44 go: downloading github.com/docker/docker v23.0.0+incompatible
13:00:44 go: downloading github.com/fvbommel/sortorder v1.0.2
13:00:44 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:00:44 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:00:44 go: downloading github.com/spf13/cobra v1.6.1
13:00:44 go: downloading github.com/morikuni/aec v1.0.0
13:00:44 go: downloading github.com/pkg/errors v0.9.1
13:00:44 go: downloading github.com/spf13/pflag v1.0.5
13:00:44 go: downloading github.com/google/go-cmp v0.5.9
13:00:44 go: downloading gotest.tools/v3 v3.4.0
13:00:44 go: downloading golang.org/x/sys v0.4.0
13:00:44 go: downloading github.com/docker/go-units v0.5.0
13:00:44 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:00:44 go: downloading github.com/docker/go-connections v0.4.0
13:00:44 go: downloading github.com/moby/sys/sequential v0.5.0
13:00:44 go: downloading github.com/sirupsen/logrus v1.9.0
13:00:44 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:00:44 go: downloading golang.org/x/text v0.6.0
13:00:45 go: downloading github.com/mattn/go-runewidth v0.0.13
13:00:45 go: downloading github.com/containerd/containerd v1.6.16
13:00:45 go: downloading github.com/moby/sys/signal v0.7.0
13:00:45 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:00:45 go: downloading github.com/moby/buildkit v0.10.6
13:00:45 go: downloading github.com/moby/patternmatcher v0.5.0
13:00:45 go: downloading github.com/opencontainers/go-digest v1.0.0
13:00:45 go: downloading gopkg.in/yaml.v2 v2.4.0
13:00:45 go: downloading github.com/gogo/protobuf v1.3.2
13:00:45 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:00:45 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:00:45 go: downloading golang.org/x/term v0.4.0
13:00:45 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:00:45 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:00:45 go: downloading github.com/imdario/mergo v0.3.12
13:00:45 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:00:45 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:00:45 go: downloading github.com/creack/pty v1.1.11
13:00:46 go: downloading github.com/gorilla/mux v1.8.0
13:00:46 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:00:47 go: downloading gopkg.in/yaml.v3 v3.0.1
13:00:47 go: downloading github.com/stretchr/testify v1.8.0
13:00:47 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:00:47 go: downloading github.com/rivo/uniseg v0.2.0
13:00:47 go: downloading github.com/klauspost/compress v1.15.12
13:00:47 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:00:47 go: downloading github.com/containerd/continuity v0.3.0
13:00:47 go: downloading github.com/moby/sys/symlink v0.2.0
13:00:47 go: downloading golang.org/x/time v0.1.0
13:00:47 go: downloading github.com/opencontainers/runc v1.1.3
13:00:47 go: downloading golang.org/x/crypto v0.2.0
13:00:47 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:00:47 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:00:47 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:00:47 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:00:47 go: downloading google.golang.org/grpc v1.48.0
13:00:48 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:00:48 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:00:48 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:00:48 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:00:48 go: downloading github.com/russross/blackfriday v1.6.0
13:00:48 go: downloading github.com/Microsoft/go-winio v0.5.2
13:00:48 go: downloading golang.org/x/net v0.5.0
13:00:48 go: downloading github.com/davecgh/go-spew v1.1.1
13:00:48 go: downloading github.com/pmezard/go-difflib v1.0.0
13:00:48 go: downloading github.com/miekg/pkcs11 v1.1.1
13:00:48 go: downloading github.com/prometheus/client_golang v1.14.0
13:00:48 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:00:48 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:00:48 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:00:48 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:00:48 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:00:48 go: downloading github.com/golang/protobuf v1.5.2
13:00:48 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:00:48 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:00:48 ++ pwd
13:00:48 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:00:48 Project root: .
13:00:48 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:00:48 INFO: man/src/attach.md found
13:00:48 WARN: man/src/build.md does not exist, skipping
13:00:48 WARN: man/src/builder/build.md does not exist, skipping
13:00:48 WARN: man/src/builder/prune.md does not exist, skipping
13:00:48 WARN: man/src/builder.md does not exist, skipping
13:00:48 WARN: man/src/checkpoint/create.md does not exist, skipping
13:00:48 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:00:48 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:00:48 WARN: man/src/checkpoint.md does not exist, skipping
13:00:48 INFO: man/src/commit.md found
13:00:48 WARN: man/src/config/create.md does not exist, skipping
13:00:48 WARN: man/src/config/inspect.md does not exist, skipping
13:00:48 WARN: man/src/config/ls.md does not exist, skipping
13:00:48 WARN: man/src/config/rm.md does not exist, skipping
13:00:48 WARN: man/src/config.md does not exist, skipping
13:00:48 INFO: man/src/container/attach.md found
13:00:48 INFO: man/src/container/commit.md found
13:00:48 INFO: man/src/container/cp.md found
13:00:48 INFO: man/src/container/create.md found
13:00:48 INFO: man/src/container/diff.md found
13:00:48 INFO: man/src/container/exec.md found
13:00:48 INFO: man/src/container/export.md found
13:00:48 WARN: man/src/container/inspect.md does not exist, skipping
13:00:48 INFO: man/src/container/kill.md found
13:00:48 INFO: man/src/container/logs.md found
13:00:48 INFO: man/src/container/ls.md found
13:00:48 INFO: man/src/container/pause.md found
13:00:48 INFO: man/src/container/port.md found
13:00:48 WARN: man/src/container/prune.md does not exist, skipping
13:00:48 INFO: man/src/container/rename.md found
13:00:48 INFO: man/src/container/restart.md found
13:00:48 INFO: man/src/container/rm.md found
13:00:48 INFO: man/src/container/run.md found
13:00:48 INFO: man/src/container/start.md found
13:00:48 INFO: man/src/container/stats.md found
13:00:48 INFO: man/src/container/stop.md found
13:00:48 INFO: man/src/container/top.md found
13:00:48 INFO: man/src/container/unpause.md found
13:00:48 INFO: man/src/container/update.md found
13:00:48 INFO: man/src/container/wait.md found
13:00:48 WARN: man/src/container.md does not exist, skipping
13:00:48 WARN: man/src/context/create.md does not exist, skipping
13:00:48 WARN: man/src/context/export.md does not exist, skipping
13:00:48 WARN: man/src/context/import.md does not exist, skipping
13:00:48 WARN: man/src/context/inspect.md does not exist, skipping
13:00:48 WARN: man/src/context/ls.md does not exist, skipping
13:00:48 WARN: man/src/context/rm.md does not exist, skipping
13:00:48 WARN: man/src/context/show.md does not exist, skipping
13:00:48 WARN: man/src/context/update.md does not exist, skipping
13:00:48 WARN: man/src/context/use.md does not exist, skipping
13:00:48 WARN: man/src/context.md does not exist, skipping
13:00:48 INFO: man/src/cp.md found
13:00:48 INFO: man/src/create.md found
13:00:48 INFO: man/src/diff.md found
13:00:48 INFO: man/src/events.md found
13:00:48 INFO: man/src/exec.md found
13:00:48 INFO: man/src/export.md found
13:00:48 INFO: man/src/history.md found
13:00:48 INFO: man/src/image/build.md found
13:00:48 INFO: man/src/image/history.md found
13:00:48 INFO: man/src/image/import.md found
13:00:48 WARN: man/src/image/inspect.md does not exist, skipping
13:00:48 INFO: man/src/image/load.md found
13:00:48 INFO: man/src/image/ls.md found
13:00:48 WARN: man/src/image/prune.md does not exist, skipping
13:00:48 INFO: man/src/image/pull.md found
13:00:48 INFO: man/src/image/push.md found
13:00:48 INFO: man/src/image/rm.md found
13:00:48 INFO: man/src/image/save.md found
13:00:48 INFO: man/src/image/tag.md found
13:00:48 WARN: man/src/image.md does not exist, skipping
13:00:48 INFO: man/src/images.md found
13:00:48 INFO: man/src/import.md found
13:00:48 INFO: man/src/info.md found
13:00:48 INFO: man/src/inspect.md found
13:00:48 INFO: man/src/kill.md found
13:00:48 INFO: man/src/load.md found
13:00:48 INFO: man/src/login.md found
13:00:48 INFO: man/src/logout.md found
13:00:48 INFO: man/src/logs.md found
13:00:48 WARN: man/src/manifest/annotate.md does not exist, skipping
13:00:48 WARN: man/src/manifest/create.md does not exist, skipping
13:00:48 WARN: man/src/manifest/inspect.md does not exist, skipping
13:00:48 WARN: man/src/manifest/push.md does not exist, skipping
13:00:48 WARN: man/src/manifest/rm.md does not exist, skipping
13:00:48 WARN: man/src/manifest.md does not exist, skipping
13:00:48 INFO: man/src/network/connect.md found
13:00:48 INFO: man/src/network/create.md found
13:00:48 INFO: man/src/network/disconnect.md found
13:00:48 INFO: man/src/network/inspect.md found
13:00:48 INFO: man/src/network/ls.md found
13:00:48 WARN: man/src/network/prune.md does not exist, skipping
13:00:48 INFO: man/src/network/rm.md found
13:00:48 WARN: man/src/network.md does not exist, skipping
13:00:48 WARN: man/src/node/demote.md does not exist, skipping
13:00:48 WARN: man/src/node/inspect.md does not exist, skipping
13:00:48 WARN: man/src/node/ls.md does not exist, skipping
13:00:48 WARN: man/src/node/promote.md does not exist, skipping
13:00:48 WARN: man/src/node/ps.md does not exist, skipping
13:00:48 WARN: man/src/node/rm.md does not exist, skipping
13:00:48 WARN: man/src/node/update.md does not exist, skipping
13:00:48 WARN: man/src/node.md does not exist, skipping
13:00:48 INFO: man/src/pause.md found
13:00:48 WARN: man/src/plugin/create.md does not exist, skipping
13:00:48 WARN: man/src/plugin/disable.md does not exist, skipping
13:00:48 WARN: man/src/plugin/enable.md does not exist, skipping
13:00:48 WARN: man/src/plugin/inspect.md does not exist, skipping
13:00:48 WARN: man/src/plugin/install.md does not exist, skipping
13:00:48 INFO: man/src/plugin/ls.md found
13:00:48 WARN: man/src/plugin/push.md does not exist, skipping
13:00:48 WARN: man/src/plugin/rm.md does not exist, skipping
13:00:48 WARN: man/src/plugin/set.md does not exist, skipping
13:00:48 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:00:48 WARN: man/src/plugin.md does not exist, skipping
13:00:48 INFO: man/src/port.md found
13:00:48 INFO: man/src/ps.md found
13:00:48 INFO: man/src/pull.md found
13:00:48 INFO: man/src/push.md found
13:00:48 INFO: man/src/rename.md found
13:00:48 INFO: man/src/restart.md found
13:00:48 INFO: man/src/rm.md found
13:00:48 INFO: man/src/rmi.md found
13:00:48 WARN: man/src/run.md does not exist, skipping
13:00:48 INFO: man/src/save.md found
13:00:48 INFO: man/src/search.md found
13:00:48 WARN: man/src/secret/create.md does not exist, skipping
13:00:48 WARN: man/src/secret/inspect.md does not exist, skipping
13:00:48 WARN: man/src/secret/ls.md does not exist, skipping
13:00:48 WARN: man/src/secret/rm.md does not exist, skipping
13:00:48 WARN: man/src/secret.md does not exist, skipping
13:00:48 WARN: man/src/service/create.md does not exist, skipping
13:00:48 WARN: man/src/service/inspect.md does not exist, skipping
13:00:48 WARN: man/src/service/logs.md does not exist, skipping
13:00:48 WARN: man/src/service/ls.md does not exist, skipping
13:00:48 WARN: man/src/service/ps.md does not exist, skipping
13:00:48 WARN: man/src/service/rm.md does not exist, skipping
13:00:48 WARN: man/src/service/rollback.md does not exist, skipping
13:00:48 WARN: man/src/service/scale.md does not exist, skipping
13:00:48 WARN: man/src/service/update.md does not exist, skipping
13:00:48 WARN: man/src/service.md does not exist, skipping
13:00:48 WARN: man/src/stack/config.md does not exist, skipping
13:00:48 WARN: man/src/stack/deploy.md does not exist, skipping
13:00:48 WARN: man/src/stack/ls.md does not exist, skipping
13:00:48 WARN: man/src/stack/ps.md does not exist, skipping
13:00:48 WARN: man/src/stack/rm.md does not exist, skipping
13:00:48 WARN: man/src/stack/services.md does not exist, skipping
13:00:48 WARN: man/src/stack.md does not exist, skipping
13:00:48 INFO: man/src/start.md found
13:00:48 INFO: man/src/stats.md found
13:00:48 INFO: man/src/stop.md found
13:00:48 WARN: man/src/swarm/ca.md does not exist, skipping
13:00:48 WARN: man/src/swarm/init.md does not exist, skipping
13:00:48 WARN: man/src/swarm/join.md does not exist, skipping
13:00:48 WARN: man/src/swarm/join-token.md does not exist, skipping
13:00:48 WARN: man/src/swarm/leave.md does not exist, skipping
13:00:48 WARN: man/src/swarm/unlock.md does not exist, skipping
13:00:48 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:00:48 WARN: man/src/swarm/update.md does not exist, skipping
13:00:48 WARN: man/src/swarm.md does not exist, skipping
13:00:48 WARN: man/src/system/df.md does not exist, skipping
13:00:48 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:00:48 INFO: man/src/system/events.md found
13:00:48 INFO: man/src/system/info.md found
13:00:48 WARN: man/src/system/prune.md does not exist, skipping
13:00:48 WARN: man/src/system.md does not exist, skipping
13:00:48 INFO: man/src/tag.md found
13:00:48 INFO: man/src/top.md found
13:00:48 WARN: man/src/trust/inspect.md does not exist, skipping
13:00:48 WARN: man/src/trust/key/generate.md does not exist, skipping
13:00:48 WARN: man/src/trust/key/load.md does not exist, skipping
13:00:48 WARN: man/src/trust/key.md does not exist, skipping
13:00:48 WARN: man/src/trust/revoke.md does not exist, skipping
13:00:48 WARN: man/src/trust/sign.md does not exist, skipping
13:00:48 WARN: man/src/trust/signer/add.md does not exist, skipping
13:00:48 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:00:48 WARN: man/src/trust/signer.md does not exist, skipping
13:00:48 WARN: man/src/trust.md does not exist, skipping
13:00:48 INFO: man/src/unpause.md found
13:00:48 INFO: man/src/update.md found
13:00:48 INFO: man/src/version.md found
13:00:48 INFO: man/src/volume/create.md found
13:00:48 INFO: man/src/volume/inspect.md found
13:00:48 INFO: man/src/volume/ls.md found
13:00:48 WARN: man/src/volume/prune.md does not exist, skipping
13:00:48 WARN: man/src/volume/rm.md does not exist, skipping
13:00:48 WARN: man/src/volume/update.md does not exist, skipping
13:00:48 INFO: man/src/volume.md found
13:00:48 INFO: man/src/wait.md found
13:00:48 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:00:48 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:00:48 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:00:48 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:00:48 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:00:48 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:00:48 make[2]: Leaving directory '/root/build-deb/cli'
13:00:48 # Build buildx plugin
13:00:48 cd /go/src/github.com/docker/buildx \
13:00:48 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:00:48 && GO111MODULE=on \
13:00:48 	CGO_ENABLED=0 \
13:00:48 		go build \
13:00:48 			-mod=vendor \
13:00:48 			-trimpath \
13:00:48 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:00:48 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:00:48 			./cmd/buildx
13:00:50 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:00:50 go: downloading github.com/beorn7/perks v1.0.1
13:00:50 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:00:50 go: downloading github.com/prometheus/client_model v0.3.0
13:00:50 go: downloading github.com/prometheus/common v0.37.0
13:00:50 go: downloading github.com/prometheus/procfs v0.8.0
13:00:50 go: downloading google.golang.org/protobuf v1.28.1
13:00:50 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:00:50 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:00:50 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:00:50 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:00:50 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:00:50 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:00:50 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:00:50 go: downloading k8s.io/klog/v2 v2.80.1
13:00:50 go: downloading github.com/kr/text v0.2.0
13:00:50 go: downloading github.com/docker/go-metrics v0.0.1
13:00:50 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:00:50 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:00:50 go: downloading github.com/BurntSushi/toml v0.3.1
13:00:50 go: downloading github.com/kr/pretty v0.2.1
13:00:50 go: downloading github.com/magiconair/properties v1.5.3
13:00:50 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:00:50 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:00:50 go: downloading github.com/go-logr/logr v1.2.3
13:00:50 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:00:50 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:00:50 + go mod vendor -modfile=vendor.mod
13:00:51 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:00:51 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.rpm
13:00:51 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9HfMbL
13:00:51 + umask 022
13:00:51 + cd /root/rpmbuild/BUILD
13:00:51 + cd src
13:00:51 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
13:00:51 + RPM_EC=0
13:00:51 ++ jobs -p
13:00:51 + exit 0
13:00:51     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:00:51     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:00:51     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:00:51     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker-proxy
13:00:51 
13:00:51 RPM build warnings:
13:00:51 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DWGjwA
13:00:51 + umask 022
13:00:51 + cd /root/rpmbuild/BUILD
13:00:51 + cd /root/rpmbuild/BUILD
13:00:51 + rm -rf src
13:00:51 + /usr/bin/mkdir -p src
13:00:51 + cd src
13:00:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:00:51 + /usr/bin/tar -xof -
13:00:51 + STATUS=0
13:00:51 + '[' 0 -ne 0 ']'
13:00:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:00:51 + /usr/bin/tar -xof -
13:00:51 + STATUS=0
13:00:51 + '[' 0 -ne 0 ']'
13:00:51 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:00:51 + RPM_EC=0
13:00:51 ++ jobs -p
13:00:51 + exit 0
13:00:51 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0yEkNO
13:00:51 + umask 022
13:00:51 + cd /root/rpmbuild/BUILD
13:00: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:00:51 + export CFLAGS
13:00: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:00:51 + export CXXFLAGS
13:00: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:00:51 + export FFLAGS
13:00: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:00:51 + export FCFLAGS
13:00: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-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.ld'
13:00:51 + export LDFLAGS
13:00:51 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:00:51 + export LT_SYS_LIBRARY_PATH
13:00:51 + CC=gcc
13:00:51 + export CC
13:00:51 + CXX=g++
13:00:51 + export CXX
13:00:51 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:00:51 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0~20230206193855.ab4ef4a-0.fc36 x86_64
13:00:51 + cd src
13:00:51 + mkdir -p /go/src/github.com/docker
13:00:51 + rm -f /go/src/github.com/docker/cli
13:00:51 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:00:51 + pushd /go/src/github.com/docker/cli
13:00:51 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:00:51 + VERSION=0.0.0-20230206193855-ab4ef4a
13:00:51 + GITCOMMIT=ab4ef4a
13:00:51 + GO_LINKMODE=dynamic
13:00:51 + ./scripts/build/binary
13:00:51 Building dynamic docker-linux-amd64
13:00:51 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T13:00:50Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
13:00:52 Created binary: bundles/dynbinary-daemon/dockerd
13:00:52 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
13:00:52 Created binary: bundles/dynbinary-daemon/docker-proxy
13:00:52 
13:00:52 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:00:52 + RM_GOPATH=0
13:00:52 + TMP_GOPATH=/go
13:00:52 + : /usr/local/bin
13:00:52 + '[' -z /go ']'
13:00:52 + export GOPATH=/go
13:00:52 + GOPATH=/go
13:00:52 + case "$(go env GOARCH)" in
13:00:52 ++ go env GOARCH
13:00:52 + export GO_BUILDMODE=-buildmode=pie
13:00:52 + GO_BUILDMODE=-buildmode=pie
13:00:52 ++ dirname hack/dockerfile/install/install.sh
13:00:52 + dir=hack/dockerfile/install
13:00:52 + bin=tini
13:00:52 + shift
13:00:52 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:00:52 + . hack/dockerfile/install/tini.installer
13:00:52 ++ : v0.19.0
13:00:52 Install tini version v0.19.0
13:00:52 + install_tini
13:00:52 + echo 'Install tini version v0.19.0'
13:00:52 + git clone https://github.com/krallin/tini.git /go/tini
13:00:52 Cloning into '/go/tini'...
13:00:52 + cd /go/tini
13:00:52 + git checkout -q v0.19.0
13:00:52 + cmake .
13:00:52 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:00:52   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:00:52   CMake.
13:00:52 
13:00:52   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:00:52   CMake that the project does not need compatibility with older versions.
13:00:52 
13:00:52 
13:00:52 -- The C compiler identification is GNU 12.2.0
13:00:52 -- Detecting C compiler ABI info
13:00:52 -- Detecting C compiler ABI info - done
13:00:52 -- Check for working C compiler: /usr/bin/cc - skipped
13:00:52 -- Detecting C compile features
13:00:52 -- Detecting C compile features - done
13:00:52 -- Performing Test HAS_BUILTIN_FORTIFY
13:00:52 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:00:52 -- Configuring done
13:00:52 -- Generating done
13:00:52 -- Build files have been written to: /go/tini
13:00:52 + make tini-static
13:00:52 make[2]: Entering directory '/go/tini'
13:00:52 make[3]: Entering directory '/go/tini'
13:00:52 make[4]: Entering directory '/go/tini'
13:00:52 make[5]: Entering directory '/go/tini'
13:00:52 make[5]: Leaving directory '/go/tini'
13:00:52 make[5]: Entering directory '/go/tini'
13:00:52 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:00:52 [100%] Linking C executable tini-static
13:00:52 make[5]: Leaving directory '/go/tini'
13:00:52 [100%] Built target tini-static
13:00:52 make[4]: Leaving directory '/go/tini'
13:00:52 make[3]: Leaving directory '/go/tini'
13:00:52 make[2]: Leaving directory '/go/tini'
13:00:52 + mkdir -p /usr/local/bin
13:00:52 + cp tini-static /usr/local/bin/docker-init
13:00:52 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:00:52 + RM_GOPATH=0
13:00:52 + TMP_GOPATH=/go
13:00:52 + : /usr/local/bin
13:00:52 + '[' -z /go ']'
13:00:52 + export GOPATH=/go
13:00:52 + GOPATH=/go
13:00:52 + case "$(go env GOARCH)" in
13:00:52 ++ go env GOARCH
13:00:52 + export GO_BUILDMODE=-buildmode=pie
13:00:52 + GO_BUILDMODE=-buildmode=pie
13:00:52 ++ dirname hack/dockerfile/install/install.sh
13:00:52 + dir=hack/dockerfile/install
13:00:52 + bin=rootlesskit
13:00:52 + shift
13:00:52 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:00:52 + . hack/dockerfile/install/rootlesskit.installer
13:00:52 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:52 + install_rootlesskit dynamic
13:00:52 + case "$1" in
13:00:52 + install_rootlesskit_dynamic
13:00:52 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:00:52 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:00:52 + export BUILD_MODE=-buildmode=pie
13:00:52 + BUILD_MODE=-buildmode=pie
13:00:52 + _install_rootlesskit
13:00:52 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:00:52 + for f in rootlesskit rootlesskit-docker-proxy
13:00:52 + GOBIN=/usr/local/bin
13:00:52 + GO111MODULE=on
13:00:52 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:52 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:52 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:00:53 go: downloading github.com/sirupsen/logrus v1.9.0
13:00:53 go: downloading github.com/urfave/cli/v2 v2.23.5
13:00:53 go: downloading golang.org/x/sys v0.2.0
13:00:53 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:00:53 go: downloading github.com/google/uuid v1.3.0
13:00:53 go: downloading github.com/moby/vpnkit v0.5.0
13:00:53 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:00:53 go: downloading github.com/gofrs/flock v0.8.1
13:00:53 go: downloading github.com/gorilla/mux v1.8.0
13:00:53 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:00:53 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:00:53 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:00:53 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:00:54 go: downloading golang.org/x/net v0.1.0
13:00:54 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:00:54 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:00:54 ++ pwd
13:00:54 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:00:54 Project root: .
13:00:54 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:00:54 INFO: man/src/attach.md found
13:00:54 WARN: man/src/build.md does not exist, skipping
13:00:54 WARN: man/src/builder/build.md does not exist, skipping
13:00:54 WARN: man/src/builder/prune.md does not exist, skipping
13:00:54 WARN: man/src/builder.md does not exist, skipping
13:00:54 WARN: man/src/checkpoint/create.md does not exist, skipping
13:00:54 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:00:54 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:00:54 WARN: man/src/checkpoint.md does not exist, skipping
13:00:54 INFO: man/src/commit.md found
13:00:54 WARN: man/src/config/create.md does not exist, skipping
13:00:54 WARN: man/src/config/inspect.md does not exist, skipping
13:00:54 WARN: man/src/config/ls.md does not exist, skipping
13:00:54 WARN: man/src/config/rm.md does not exist, skipping
13:00:54 WARN: man/src/config.md does not exist, skipping
13:00:54 INFO: man/src/container/attach.md found
13:00:54 INFO: man/src/container/commit.md found
13:00:54 INFO: man/src/container/cp.md found
13:00:54 INFO: man/src/container/create.md found
13:00:54 INFO: man/src/container/diff.md found
13:00:54 INFO: man/src/container/exec.md found
13:00:54 INFO: man/src/container/export.md found
13:00:54 WARN: man/src/container/inspect.md does not exist, skipping
13:00:54 INFO: man/src/container/kill.md found
13:00:54 INFO: man/src/container/logs.md found
13:00:54 INFO: man/src/container/ls.md found
13:00:54 INFO: man/src/container/pause.md found
13:00:54 INFO: man/src/container/port.md found
13:00:54 WARN: man/src/container/prune.md does not exist, skipping
13:00:54 INFO: man/src/container/rename.md found
13:00:54 INFO: man/src/container/restart.md found
13:00:54 INFO: man/src/container/rm.md found
13:00:54 INFO: man/src/container/run.md found
13:00:54 INFO: man/src/container/start.md found
13:00:54 INFO: man/src/container/stats.md found
13:00:54 INFO: man/src/container/stop.md found
13:00:54 INFO: man/src/container/top.md found
13:00:54 INFO: man/src/container/unpause.md found
13:00:54 INFO: man/src/container/update.md found
13:00:54 INFO: man/src/container/wait.md found
13:00:54 WARN: man/src/container.md does not exist, skipping
13:00:54 WARN: man/src/context/create.md does not exist, skipping
13:00:54 WARN: man/src/context/export.md does not exist, skipping
13:00:54 WARN: man/src/context/import.md does not exist, skipping
13:00:54 WARN: man/src/context/inspect.md does not exist, skipping
13:00:54 WARN: man/src/context/ls.md does not exist, skipping
13:00:54 WARN: man/src/context/rm.md does not exist, skipping
13:00:54 WARN: man/src/context/show.md does not exist, skipping
13:00:54 WARN: man/src/context/update.md does not exist, skipping
13:00:54 WARN: man/src/context/use.md does not exist, skipping
13:00:54 WARN: man/src/context.md does not exist, skipping
13:00:54 INFO: man/src/cp.md found
13:00:54 INFO: man/src/create.md found
13:00:54 INFO: man/src/diff.md found
13:00:54 INFO: man/src/events.md found
13:00:54 INFO: man/src/exec.md found
13:00:54 INFO: man/src/export.md found
13:00:54 INFO: man/src/history.md found
13:00:54 INFO: man/src/image/build.md found
13:00:54 INFO: man/src/image/history.md found
13:00:54 INFO: man/src/image/import.md found
13:00:54 WARN: man/src/image/inspect.md does not exist, skipping
13:00:54 INFO: man/src/image/load.md found
13:00:54 INFO: man/src/image/ls.md found
13:00:54 WARN: man/src/image/prune.md does not exist, skipping
13:00:54 INFO: man/src/image/pull.md found
13:00:54 INFO: man/src/image/push.md found
13:00:54 INFO: man/src/image/rm.md found
13:00:54 INFO: man/src/image/save.md found
13:00:54 INFO: man/src/image/tag.md found
13:00:54 WARN: man/src/image.md does not exist, skipping
13:00:54 INFO: man/src/images.md found
13:00:54 INFO: man/src/import.md found
13:00:54 INFO: man/src/info.md found
13:00:54 INFO: man/src/inspect.md found
13:00:54 INFO: man/src/kill.md found
13:00:54 INFO: man/src/load.md found
13:00:54 INFO: man/src/login.md found
13:00:54 INFO: man/src/logout.md found
13:00:54 INFO: man/src/logs.md found
13:00:54 WARN: man/src/manifest/annotate.md does not exist, skipping
13:00:54 WARN: man/src/manifest/create.md does not exist, skipping
13:00:54 WARN: man/src/manifest/inspect.md does not exist, skipping
13:00:54 WARN: man/src/manifest/push.md does not exist, skipping
13:00:54 WARN: man/src/manifest/rm.md does not exist, skipping
13:00:54 WARN: man/src/manifest.md does not exist, skipping
13:00:54 INFO: man/src/network/connect.md found
13:00:54 INFO: man/src/network/create.md found
13:00:54 INFO: man/src/network/disconnect.md found
13:00:54 INFO: man/src/network/inspect.md found
13:00:54 INFO: man/src/network/ls.md found
13:00:54 WARN: man/src/network/prune.md does not exist, skipping
13:00:54 INFO: man/src/network/rm.md found
13:00:54 WARN: man/src/network.md does not exist, skipping
13:00:54 WARN: man/src/node/demote.md does not exist, skipping
13:00:54 WARN: man/src/node/inspect.md does not exist, skipping
13:00:54 WARN: man/src/node/ls.md does not exist, skipping
13:00:54 WARN: man/src/node/promote.md does not exist, skipping
13:00:54 WARN: man/src/node/ps.md does not exist, skipping
13:00:54 WARN: man/src/node/rm.md does not exist, skipping
13:00:54 WARN: man/src/node/update.md does not exist, skipping
13:00:54 WARN: man/src/node.md does not exist, skipping
13:00:54 INFO: man/src/pause.md found
13:00:54 WARN: man/src/plugin/create.md does not exist, skipping
13:00:54 WARN: man/src/plugin/disable.md does not exist, skipping
13:00:54 WARN: man/src/plugin/enable.md does not exist, skipping
13:00:54 WARN: man/src/plugin/inspect.md does not exist, skipping
13:00:54 WARN: man/src/plugin/install.md does not exist, skipping
13:00:54 INFO: man/src/plugin/ls.md found
13:00:54 WARN: man/src/plugin/push.md does not exist, skipping
13:00:54 WARN: man/src/plugin/rm.md does not exist, skipping
13:00:54 WARN: man/src/plugin/set.md does not exist, skipping
13:00:54 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:00:54 WARN: man/src/plugin.md does not exist, skipping
13:00:54 INFO: man/src/port.md found
13:00:54 INFO: man/src/ps.md found
13:00:54 INFO: man/src/pull.md found
13:00:54 INFO: man/src/push.md found
13:00:54 INFO: man/src/rename.md found
13:00:54 INFO: man/src/restart.md found
13:00:54 INFO: man/src/rm.md found
13:00:54 INFO: man/src/rmi.md found
13:00:54 WARN: man/src/run.md does not exist, skipping
13:00:54 INFO: man/src/save.md found
13:00:54 INFO: man/src/search.md found
13:00:54 WARN: man/src/secret/create.md does not exist, skipping
13:00:54 WARN: man/src/secret/inspect.md does not exist, skipping
13:00:54 WARN: man/src/secret/ls.md does not exist, skipping
13:00:54 WARN: man/src/secret/rm.md does not exist, skipping
13:00:54 WARN: man/src/secret.md does not exist, skipping
13:00:54 WARN: man/src/service/create.md does not exist, skipping
13:00:54 WARN: man/src/service/inspect.md does not exist, skipping
13:00:54 WARN: man/src/service/logs.md does not exist, skipping
13:00:54 WARN: man/src/service/ls.md does not exist, skipping
13:00:54 WARN: man/src/service/ps.md does not exist, skipping
13:00:54 WARN: man/src/service/rm.md does not exist, skipping
13:00:54 WARN: man/src/service/rollback.md does not exist, skipping
13:00:54 WARN: man/src/service/scale.md does not exist, skipping
13:00:54 WARN: man/src/service/update.md does not exist, skipping
13:00:54 WARN: man/src/service.md does not exist, skipping
13:00:54 WARN: man/src/stack/config.md does not exist, skipping
13:00:54 WARN: man/src/stack/deploy.md does not exist, skipping
13:00:54 WARN: man/src/stack/ls.md does not exist, skipping
13:00:54 WARN: man/src/stack/ps.md does not exist, skipping
13:00:54 WARN: man/src/stack/rm.md does not exist, skipping
13:00:54 WARN: man/src/stack/services.md does not exist, skipping
13:00:54 WARN: man/src/stack.md does not exist, skipping
13:00:54 INFO: man/src/start.md found
13:00:54 INFO: man/src/stats.md found
13:00:54 INFO: man/src/stop.md found
13:00:54 WARN: man/src/swarm/ca.md does not exist, skipping
13:00:54 WARN: man/src/swarm/init.md does not exist, skipping
13:00:54 WARN: man/src/swarm/join.md does not exist, skipping
13:00:54 WARN: man/src/swarm/join-token.md does not exist, skipping
13:00:54 WARN: man/src/swarm/leave.md does not exist, skipping
13:00:54 WARN: man/src/swarm/unlock.md does not exist, skipping
13:00:54 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:00:54 WARN: man/src/swarm/update.md does not exist, skipping
13:00:54 WARN: man/src/swarm.md does not exist, skipping
13:00:54 WARN: man/src/system/df.md does not exist, skipping
13:00:54 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:00:54 INFO: man/src/system/events.md found
13:00:54 INFO: man/src/system/info.md found
13:00:54 WARN: man/src/system/prune.md does not exist, skipping
13:00:54 WARN: man/src/system.md does not exist, skipping
13:00:54 INFO: man/src/tag.md found
13:00:54 INFO: man/src/top.md found
13:00:54 WARN: man/src/trust/inspect.md does not exist, skipping
13:00:54 WARN: man/src/trust/key/generate.md does not exist, skipping
13:00:54 WARN: man/src/trust/key/load.md does not exist, skipping
13:00:54 WARN: man/src/trust/key.md does not exist, skipping
13:00:54 WARN: man/src/trust/revoke.md does not exist, skipping
13:00:54 WARN: man/src/trust/sign.md does not exist, skipping
13:00:54 WARN: man/src/trust/signer/add.md does not exist, skipping
13:00:54 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:00:54 WARN: man/src/trust/signer.md does not exist, skipping
13:00:54 WARN: man/src/trust.md does not exist, skipping
13:00:54 INFO: man/src/unpause.md found
13:00:54 INFO: man/src/update.md found
13:00:54 INFO: man/src/version.md found
13:00:54 INFO: man/src/volume/create.md found
13:00:54 INFO: man/src/volume/inspect.md found
13:00:54 INFO: man/src/volume/ls.md found
13:00:54 WARN: man/src/volume/prune.md does not exist, skipping
13:00:54 WARN: man/src/volume/rm.md does not exist, skipping
13:00:54 WARN: man/src/volume/update.md does not exist, skipping
13:00:54 INFO: man/src/volume.md found
13:00:54 INFO: man/src/wait.md found
13:00:54 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:00:54 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:00:54 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:00:54 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:00:54 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:00:54 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:00:54 make[2]: Leaving directory '/root/build-deb/cli'
13:00:54 # Build buildx plugin
13:00:54 cd /go/src/github.com/docker/buildx \
13:00:54 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:00:54 && GO111MODULE=on \
13:00:54 	CGO_ENABLED=0 \
13:00:54 		go build \
13:00:54 			-mod=vendor \
13:00:54 			-trimpath \
13:00:54 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:00:54 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:00:54 			./cmd/buildx
13:00:55 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64.rpm
13:00:55 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2d8EJ9
13:00:55 + umask 022
13:00:55 + cd /root/rpmbuild/BUILD
13:00:55 + cd src
13:00:55 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
13:00:55 + RPM_EC=0
13:00:55 ++ jobs -p
13:00:55 + exit 0
13:00:55 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.u6tUfB
13:00:55 + umask 022
13:00:55 + cd /root/rpmbuild/BUILD
13:00:55 + cd /root/rpmbuild/BUILD
13:00:55 + rm -rf src
13:00:55 + /usr/bin/mkdir -p src
13:00:55 + cd src
13:00:55 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:00:55 + /usr/bin/tar -xof -
13:00:55 + STATUS=0
13:00:55 + '[' 0 -ne 0 ']'
13:00:55 + /usr/bin/tar -xof -
13:00:55 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:00:55 + STATUS=0
13:00:55 + '[' 0 -ne 0 ']'
13:00:55 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:00:55 + RPM_EC=0
13:00:55 ++ jobs -p
13:00:55 + exit 0
13:00:55 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Ur6AJn
13:00:55 + umask 022
13:00:55 + cd /root/rpmbuild/BUILD
13:00:55 + cd src
13:00:55 + export DOCKER_GITCOMMIT=1141704
13:00:55 + DOCKER_GITCOMMIT=1141704
13:00:55 + mkdir -p /go/src/github.com/docker
13:00:55 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:00:55 + TMP_GOPATH=/go
13:00:55 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:00:55 + RM_GOPATH=0
13:00:55 + TMP_GOPATH=/go
13:00:55 + : /usr/local/bin
13:00:55 + '[' -z /go ']'
13:00:55 + export GOPATH=/go
13:00:55 + GOPATH=/go
13:00:55 + case "$(go env GOARCH)" in
13:00:55 ++ go env GOARCH
13:00:55 + export GO_BUILDMODE=-buildmode=pie
13:00:55 + GO_BUILDMODE=-buildmode=pie
13:00:55 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:00:55 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:00:55 + bin=rootlesskit
13:00:55 + shift
13:00:55 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:00:55 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:00:55 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:55 + install_rootlesskit dynamic
13:00:55 + case "$1" in
13:00:55 + install_rootlesskit_dynamic
13:00:55 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:00:55 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:00:55 + export BUILD_MODE=-buildmode=pie
13:00:55 + BUILD_MODE=-buildmode=pie
13:00:55 + _install_rootlesskit
13:00:55 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:00:55 + for f in rootlesskit rootlesskit-docker-proxy
13:00:55 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:55 + GOBIN=/usr/local/bin
13:00:55 + GO111MODULE=on
13:00:55 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:00:55 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:00:55 go: downloading github.com/urfave/cli/v2 v2.23.5
13:00:55 go: downloading golang.org/x/sys v0.2.0
13:00:55 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:00:55 go: downloading github.com/google/uuid v1.3.0
13:00:55 go: downloading github.com/moby/vpnkit v0.5.0
13:00:55 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:00:55 go: downloading github.com/gofrs/flock v0.8.1
13:00:55 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:00:55 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:00:55 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:00:55 go: downloading golang.org/x/net v0.1.0
13:00:56 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm
13:00:56 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fBMldP
13:00:56 + umask 022
13:00:56 + cd /root/rpmbuild/BUILD
13:00:56 + cd src
13:00:56 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:00:56 + exit 0
13:00:56 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fELL70
13:00:56 + umask 022
13:00:56 + cd /root/rpmbuild/BUILD
13:00:56 + cd /root/rpmbuild/BUILD
13:00:56 + rm -rf src
13:00:56 + /usr/bin/mkdir -p src
13:00:56 + cd src
13:00:56 + /usr/bin/tar -xf -
13:00:56 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:00:56 + STATUS=0
13:00:56 + '[' 0 -ne 0 ']'
13:00:56 + /usr/bin/tar -xf -
13:00:56 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:00:57 + STATUS=0
13:00:57 + '[' 0 -ne 0 ']'
13:00:57 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:00:57 + exit 0
13:00:57 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZPrLN2
13:00:57 + umask 022
13:00:57 + cd /root/rpmbuild/BUILD
13:00:57 + cd src
13:00:57 + mkdir -p /go/src/github.com/docker
13:00:57 + rm -f /go/src/github.com/docker/cli
13:00:57 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:00:57 + pushd /go/src/github.com/docker/cli
13:00:57 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:00:57 + VERSION=0.0.0-20230206193855-ab4ef4a
13:00:57 + GITCOMMIT=ab4ef4a
13:00:57 + GO_LINKMODE=dynamic
13:00:57 + ./scripts/build/binary
13:00:57 Building dynamic docker-linux-arm64
13:00:57 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T13:00:57Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
13:00:57 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:00:57 ++ pwd
13:00:57 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:00:57 Project root: .
13:00:57 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:00:57 INFO: man/src/attach.md found
13:00:57 WARN: man/src/build.md does not exist, skipping
13:00:57 WARN: man/src/builder/build.md does not exist, skipping
13:00:57 WARN: man/src/builder/prune.md does not exist, skipping
13:00:57 WARN: man/src/builder.md does not exist, skipping
13:00:57 WARN: man/src/checkpoint/create.md does not exist, skipping
13:00:57 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:00:57 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:00:57 WARN: man/src/checkpoint.md does not exist, skipping
13:00:57 INFO: man/src/commit.md found
13:00:57 WARN: man/src/config/create.md does not exist, skipping
13:00:57 WARN: man/src/config/inspect.md does not exist, skipping
13:00:57 WARN: man/src/config/ls.md does not exist, skipping
13:00:57 WARN: man/src/config/rm.md does not exist, skipping
13:00:57 WARN: man/src/config.md does not exist, skipping
13:00:57 INFO: man/src/container/attach.md found
13:00:57 INFO: man/src/container/commit.md found
13:00:57 INFO: man/src/container/cp.md found
13:00:57 INFO: man/src/container/create.md found
13:00:57 INFO: man/src/container/diff.md found
13:00:57 INFO: man/src/container/exec.md found
13:00:57 INFO: man/src/container/export.md found
13:00:57 WARN: man/src/container/inspect.md does not exist, skipping
13:00:57 INFO: man/src/container/kill.md found
13:00:57 INFO: man/src/container/logs.md found
13:00:57 INFO: man/src/container/ls.md found
13:00:57 INFO: man/src/container/pause.md found
13:00:57 INFO: man/src/container/port.md found
13:00:57 WARN: man/src/container/prune.md does not exist, skipping
13:00:57 INFO: man/src/container/rename.md found
13:00:57 INFO: man/src/container/restart.md found
13:00:57 INFO: man/src/container/rm.md found
13:00:57 INFO: man/src/container/run.md found
13:00:57 INFO: man/src/container/start.md found
13:00:57 INFO: man/src/container/stats.md found
13:00:57 INFO: man/src/container/stop.md found
13:00:57 INFO: man/src/container/top.md found
13:00:57 INFO: man/src/container/unpause.md found
13:00:57 INFO: man/src/container/update.md found
13:00:57 INFO: man/src/container/wait.md found
13:00:57 WARN: man/src/container.md does not exist, skipping
13:00:57 WARN: man/src/context/create.md does not exist, skipping
13:00:57 WARN: man/src/context/export.md does not exist, skipping
13:00:57 WARN: man/src/context/import.md does not exist, skipping
13:00:57 WARN: man/src/context/inspect.md does not exist, skipping
13:00:57 WARN: man/src/context/ls.md does not exist, skipping
13:00:57 WARN: man/src/context/rm.md does not exist, skipping
13:00:57 WARN: man/src/context/show.md does not exist, skipping
13:00:57 WARN: man/src/context/update.md does not exist, skipping
13:00:57 WARN: man/src/context/use.md does not exist, skipping
13:00:57 WARN: man/src/context.md does not exist, skipping
13:00:57 INFO: man/src/cp.md found
13:00:57 INFO: man/src/create.md found
13:00:57 INFO: man/src/diff.md found
13:00:57 INFO: man/src/events.md found
13:00:57 INFO: man/src/exec.md found
13:00:57 INFO: man/src/export.md found
13:00:57 INFO: man/src/history.md found
13:00:57 INFO: man/src/image/build.md found
13:00:57 INFO: man/src/image/history.md found
13:00:57 INFO: man/src/image/import.md found
13:00:57 WARN: man/src/image/inspect.md does not exist, skipping
13:00:57 INFO: man/src/image/load.md found
13:00:57 INFO: man/src/image/ls.md found
13:00:57 WARN: man/src/image/prune.md does not exist, skipping
13:00:57 INFO: man/src/image/pull.md found
13:00:57 INFO: man/src/image/push.md found
13:00:57 INFO: man/src/image/rm.md found
13:00:57 INFO: man/src/image/save.md found
13:00:57 INFO: man/src/image/tag.md found
13:00:57 WARN: man/src/image.md does not exist, skipping
13:00:57 INFO: man/src/images.md found
13:00:57 INFO: man/src/import.md found
13:00:57 INFO: man/src/info.md found
13:00:57 INFO: man/src/inspect.md found
13:00:57 INFO: man/src/kill.md found
13:00:57 INFO: man/src/load.md found
13:00:57 INFO: man/src/login.md found
13:00:57 INFO: man/src/logout.md found
13:00:57 INFO: man/src/logs.md found
13:00:57 WARN: man/src/manifest/annotate.md does not exist, skipping
13:00:57 WARN: man/src/manifest/create.md does not exist, skipping
13:00:57 WARN: man/src/manifest/inspect.md does not exist, skipping
13:00:57 WARN: man/src/manifest/push.md does not exist, skipping
13:00:57 WARN: man/src/manifest/rm.md does not exist, skipping
13:00:57 WARN: man/src/manifest.md does not exist, skipping
13:00:57 INFO: man/src/network/connect.md found
13:00:57 INFO: man/src/network/create.md found
13:00:57 INFO: man/src/network/disconnect.md found
13:00:57 INFO: man/src/network/inspect.md found
13:00:57 INFO: man/src/network/ls.md found
13:00:57 WARN: man/src/network/prune.md does not exist, skipping
13:00:57 INFO: man/src/network/rm.md found
13:00:57 WARN: man/src/network.md does not exist, skipping
13:00:57 WARN: man/src/node/demote.md does not exist, skipping
13:00:57 WARN: man/src/node/inspect.md does not exist, skipping
13:00:57 WARN: man/src/node/ls.md does not exist, skipping
13:00:57 WARN: man/src/node/promote.md does not exist, skipping
13:00:57 WARN: man/src/node/ps.md does not exist, skipping
13:00:57 WARN: man/src/node/rm.md does not exist, skipping
13:00:57 WARN: man/src/node/update.md does not exist, skipping
13:00:57 WARN: man/src/node.md does not exist, skipping
13:00:57 INFO: man/src/pause.md found
13:00:57 WARN: man/src/plugin/create.md does not exist, skipping
13:00:57 WARN: man/src/plugin/disable.md does not exist, skipping
13:00:57 WARN: man/src/plugin/enable.md does not exist, skipping
13:00:57 WARN: man/src/plugin/inspect.md does not exist, skipping
13:00:57 WARN: man/src/plugin/install.md does not exist, skipping
13:00:57 INFO: man/src/plugin/ls.md found
13:00:57 WARN: man/src/plugin/push.md does not exist, skipping
13:00:57 WARN: man/src/plugin/rm.md does not exist, skipping
13:00:57 WARN: man/src/plugin/set.md does not exist, skipping
13:00:57 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:00:57 WARN: man/src/plugin.md does not exist, skipping
13:00:57 INFO: man/src/port.md found
13:00:57 INFO: man/src/ps.md found
13:00:57 INFO: man/src/pull.md found
13:00:57 INFO: man/src/push.md found
13:00:57 INFO: man/src/rename.md found
13:00:57 INFO: man/src/restart.md found
13:00:57 INFO: man/src/rm.md found
13:00:57 INFO: man/src/rmi.md found
13:00:57 WARN: man/src/run.md does not exist, skipping
13:00:57 INFO: man/src/save.md found
13:00:57 INFO: man/src/search.md found
13:00:57 WARN: man/src/secret/create.md does not exist, skipping
13:00:57 WARN: man/src/secret/inspect.md does not exist, skipping
13:00:57 WARN: man/src/secret/ls.md does not exist, skipping
13:00:57 WARN: man/src/secret/rm.md does not exist, skipping
13:00:57 WARN: man/src/secret.md does not exist, skipping
13:00:57 WARN: man/src/service/create.md does not exist, skipping
13:00:57 WARN: man/src/service/inspect.md does not exist, skipping
13:00:57 WARN: man/src/service/logs.md does not exist, skipping
13:00:57 WARN: man/src/service/ls.md does not exist, skipping
13:00:57 WARN: man/src/service/ps.md does not exist, skipping
13:00:57 WARN: man/src/service/rm.md does not exist, skipping
13:00:57 WARN: man/src/service/rollback.md does not exist, skipping
13:00:57 WARN: man/src/service/scale.md does not exist, skipping
13:00:57 WARN: man/src/service/update.md does not exist, skipping
13:00:57 WARN: man/src/service.md does not exist, skipping
13:00:57 WARN: man/src/stack/config.md does not exist, skipping
13:00:57 WARN: man/src/stack/deploy.md does not exist, skipping
13:00:57 WARN: man/src/stack/ls.md does not exist, skipping
13:00:57 WARN: man/src/stack/ps.md does not exist, skipping
13:00:57 WARN: man/src/stack/rm.md does not exist, skipping
13:00:57 WARN: man/src/stack/services.md does not exist, skipping
13:00:57 WARN: man/src/stack.md does not exist, skipping
13:00:57 INFO: man/src/start.md found
13:00:57 INFO: man/src/stats.md found
13:00:57 INFO: man/src/stop.md found
13:00:57 WARN: man/src/swarm/ca.md does not exist, skipping
13:00:57 WARN: man/src/swarm/init.md does not exist, skipping
13:00:57 WARN: man/src/swarm/join.md does not exist, skipping
13:00:57 WARN: man/src/swarm/join-token.md does not exist, skipping
13:00:57 WARN: man/src/swarm/leave.md does not exist, skipping
13:00:57 WARN: man/src/swarm/unlock.md does not exist, skipping
13:00:57 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:00:57 WARN: man/src/swarm/update.md does not exist, skipping
13:00:57 WARN: man/src/swarm.md does not exist, skipping
13:00:57 WARN: man/src/system/df.md does not exist, skipping
13:00:57 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:00:57 INFO: man/src/system/events.md found
13:00:57 INFO: man/src/system/info.md found
13:00:57 WARN: man/src/system/prune.md does not exist, skipping
13:00:57 WARN: man/src/system.md does not exist, skipping
13:00:57 INFO: man/src/tag.md found
13:00:57 INFO: man/src/top.md found
13:00:57 WARN: man/src/trust/inspect.md does not exist, skipping
13:00:57 WARN: man/src/trust/key/generate.md does not exist, skipping
13:00:57 WARN: man/src/trust/key/load.md does not exist, skipping
13:00:57 WARN: man/src/trust/key.md does not exist, skipping
13:00:57 WARN: man/src/trust/revoke.md does not exist, skipping
13:00:57 WARN: man/src/trust/sign.md does not exist, skipping
13:00:57 WARN: man/src/trust/signer/add.md does not exist, skipping
13:00:57 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:00:57 WARN: man/src/trust/signer.md does not exist, skipping
13:00:57 WARN: man/src/trust.md does not exist, skipping
13:00:57 INFO: man/src/unpause.md found
13:00:57 INFO: man/src/update.md found
13:00:57 INFO: man/src/version.md found
13:00:57 INFO: man/src/volume/create.md found
13:00:57 INFO: man/src/volume/inspect.md found
13:00:57 INFO: man/src/volume/ls.md found
13:00:57 WARN: man/src/volume/prune.md does not exist, skipping
13:00:57 WARN: man/src/volume/rm.md does not exist, skipping
13:00:57 WARN: man/src/volume/update.md does not exist, skipping
13:00:57 INFO: man/src/volume.md found
13:00:57 INFO: man/src/wait.md found
13:00:57 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:00:57 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:00:57 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:00:57 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:00:57 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:00:57 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:00:57 make[2]: Leaving directory '/root/build-deb/cli'
13:00:57 # Build buildx plugin
13:00:57 cd /go/src/github.com/docker/buildx \
13:00:57 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:00:57 && GO111MODULE=on \
13:00:57 	CGO_ENABLED=0 \
13:00:57 		go build \
13:00:57 			-mod=vendor \
13:00:57 			-trimpath \
13:00:57 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:00:57 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:00:57 			./cmd/buildx
13:00:59 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:00:59 ++ pwd
13:00:59 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:00:59 Project root: .
13:00:59 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:00:59 INFO: man/src/attach.md found
13:00:59 WARN: man/src/build.md does not exist, skipping
13:00:59 WARN: man/src/builder/build.md does not exist, skipping
13:00:59 WARN: man/src/builder/prune.md does not exist, skipping
13:00:59 WARN: man/src/builder.md does not exist, skipping
13:00:59 WARN: man/src/checkpoint/create.md does not exist, skipping
13:00:59 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:00:59 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:00:59 WARN: man/src/checkpoint.md does not exist, skipping
13:00:59 INFO: man/src/commit.md found
13:00:59 WARN: man/src/config/create.md does not exist, skipping
13:00:59 WARN: man/src/config/inspect.md does not exist, skipping
13:00:59 WARN: man/src/config/ls.md does not exist, skipping
13:00:59 WARN: man/src/config/rm.md does not exist, skipping
13:00:59 WARN: man/src/config.md does not exist, skipping
13:00:59 INFO: man/src/container/attach.md found
13:00:59 INFO: man/src/container/commit.md found
13:00:59 INFO: man/src/container/cp.md found
13:00:59 INFO: man/src/container/create.md found
13:00:59 INFO: man/src/container/diff.md found
13:00:59 INFO: man/src/container/exec.md found
13:00:59 INFO: man/src/container/export.md found
13:00:59 WARN: man/src/container/inspect.md does not exist, skipping
13:00:59 INFO: man/src/container/kill.md found
13:00:59 INFO: man/src/container/logs.md found
13:00:59 INFO: man/src/container/ls.md found
13:00:59 INFO: man/src/container/pause.md found
13:00:59 INFO: man/src/container/port.md found
13:00:59 WARN: man/src/container/prune.md does not exist, skipping
13:00:59 INFO: man/src/container/rename.md found
13:00:59 INFO: man/src/container/restart.md found
13:00:59 INFO: man/src/container/rm.md found
13:00:59 INFO: man/src/container/run.md found
13:00:59 INFO: man/src/container/start.md found
13:00:59 INFO: man/src/container/stats.md found
13:00:59 INFO: man/src/container/stop.md found
13:00:59 INFO: man/src/container/top.md found
13:00:59 INFO: man/src/container/unpause.md found
13:00:59 INFO: man/src/container/update.md found
13:00:59 INFO: man/src/container/wait.md found
13:00:59 WARN: man/src/container.md does not exist, skipping
13:00:59 WARN: man/src/context/create.md does not exist, skipping
13:00:59 WARN: man/src/context/export.md does not exist, skipping
13:00:59 WARN: man/src/context/import.md does not exist, skipping
13:00:59 WARN: man/src/context/inspect.md does not exist, skipping
13:00:59 WARN: man/src/context/ls.md does not exist, skipping
13:00:59 WARN: man/src/context/rm.md does not exist, skipping
13:00:59 WARN: man/src/context/show.md does not exist, skipping
13:00:59 WARN: man/src/context/update.md does not exist, skipping
13:00:59 WARN: man/src/context/use.md does not exist, skipping
13:00:59 WARN: man/src/context.md does not exist, skipping
13:00:59 INFO: man/src/cp.md found
13:00:59 INFO: man/src/create.md found
13:00:59 INFO: man/src/diff.md found
13:00:59 INFO: man/src/events.md found
13:00:59 INFO: man/src/exec.md found
13:00:59 INFO: man/src/export.md found
13:00:59 INFO: man/src/history.md found
13:00:59 INFO: man/src/image/build.md found
13:00:59 INFO: man/src/image/history.md found
13:00:59 INFO: man/src/image/import.md found
13:00:59 WARN: man/src/image/inspect.md does not exist, skipping
13:00:59 INFO: man/src/image/load.md found
13:00:59 INFO: man/src/image/ls.md found
13:00:59 WARN: man/src/image/prune.md does not exist, skipping
13:00:59 INFO: man/src/image/pull.md found
13:00:59 INFO: man/src/image/push.md found
13:00:59 INFO: man/src/image/rm.md found
13:00:59 INFO: man/src/image/save.md found
13:00:59 INFO: man/src/image/tag.md found
13:00:59 WARN: man/src/image.md does not exist, skipping
13:00:59 INFO: man/src/images.md found
13:00:59 INFO: man/src/import.md found
13:00:59 INFO: man/src/info.md found
13:00:59 INFO: man/src/inspect.md found
13:00:59 INFO: man/src/kill.md found
13:00:59 INFO: man/src/load.md found
13:00:59 INFO: man/src/login.md found
13:00:59 INFO: man/src/logout.md found
13:00:59 INFO: man/src/logs.md found
13:00:59 WARN: man/src/manifest/annotate.md does not exist, skipping
13:00:59 WARN: man/src/manifest/create.md does not exist, skipping
13:00:59 WARN: man/src/manifest/inspect.md does not exist, skipping
13:00:59 WARN: man/src/manifest/push.md does not exist, skipping
13:00:59 WARN: man/src/manifest/rm.md does not exist, skipping
13:00:59 WARN: man/src/manifest.md does not exist, skipping
13:00:59 INFO: man/src/network/connect.md found
13:00:59 INFO: man/src/network/create.md found
13:00:59 INFO: man/src/network/disconnect.md found
13:00:59 INFO: man/src/network/inspect.md found
13:00:59 INFO: man/src/network/ls.md found
13:00:59 WARN: man/src/network/prune.md does not exist, skipping
13:00:59 INFO: man/src/network/rm.md found
13:00:59 WARN: man/src/network.md does not exist, skipping
13:00:59 WARN: man/src/node/demote.md does not exist, skipping
13:00:59 WARN: man/src/node/inspect.md does not exist, skipping
13:00:59 WARN: man/src/node/ls.md does not exist, skipping
13:00:59 WARN: man/src/node/promote.md does not exist, skipping
13:00:59 WARN: man/src/node/ps.md does not exist, skipping
13:00:59 WARN: man/src/node/rm.md does not exist, skipping
13:00:59 WARN: man/src/node/update.md does not exist, skipping
13:00:59 WARN: man/src/node.md does not exist, skipping
13:00:59 INFO: man/src/pause.md found
13:00:59 WARN: man/src/plugin/create.md does not exist, skipping
13:00:59 WARN: man/src/plugin/disable.md does not exist, skipping
13:00:59 WARN: man/src/plugin/enable.md does not exist, skipping
13:00:59 WARN: man/src/plugin/inspect.md does not exist, skipping
13:00:59 WARN: man/src/plugin/install.md does not exist, skipping
13:00:59 INFO: man/src/plugin/ls.md found
13:00:59 WARN: man/src/plugin/push.md does not exist, skipping
13:00:59 WARN: man/src/plugin/rm.md does not exist, skipping
13:00:59 WARN: man/src/plugin/set.md does not exist, skipping
13:00:59 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:00:59 WARN: man/src/plugin.md does not exist, skipping
13:00:59 INFO: man/src/port.md found
13:00:59 INFO: man/src/ps.md found
13:00:59 INFO: man/src/pull.md found
13:00:59 INFO: man/src/push.md found
13:00:59 INFO: man/src/rename.md found
13:00:59 INFO: man/src/restart.md found
13:00:59 INFO: man/src/rm.md found
13:00:59 INFO: man/src/rmi.md found
13:00:59 WARN: man/src/run.md does not exist, skipping
13:00:59 INFO: man/src/save.md found
13:00:59 INFO: man/src/search.md found
13:00:59 WARN: man/src/secret/create.md does not exist, skipping
13:00:59 WARN: man/src/secret/inspect.md does not exist, skipping
13:00:59 WARN: man/src/secret/ls.md does not exist, skipping
13:00:59 WARN: man/src/secret/rm.md does not exist, skipping
13:00:59 WARN: man/src/secret.md does not exist, skipping
13:00:59 WARN: man/src/service/create.md does not exist, skipping
13:00:59 WARN: man/src/service/inspect.md does not exist, skipping
13:00:59 WARN: man/src/service/logs.md does not exist, skipping
13:00:59 WARN: man/src/service/ls.md does not exist, skipping
13:00:59 WARN: man/src/service/ps.md does not exist, skipping
13:00:59 WARN: man/src/service/rm.md does not exist, skipping
13:00:59 WARN: man/src/service/rollback.md does not exist, skipping
13:00:59 WARN: man/src/service/scale.md does not exist, skipping
13:00:59 WARN: man/src/service/update.md does not exist, skipping
13:00:59 WARN: man/src/service.md does not exist, skipping
13:00:59 WARN: man/src/stack/config.md does not exist, skipping
13:00:59 WARN: man/src/stack/deploy.md does not exist, skipping
13:00:59 WARN: man/src/stack/ls.md does not exist, skipping
13:00:59 WARN: man/src/stack/ps.md does not exist, skipping
13:00:59 WARN: man/src/stack/rm.md does not exist, skipping
13:00:59 WARN: man/src/stack/services.md does not exist, skipping
13:00:59 WARN: man/src/stack.md does not exist, skipping
13:00:59 INFO: man/src/start.md found
13:00:59 INFO: man/src/stats.md found
13:00:59 INFO: man/src/stop.md found
13:00:59 WARN: man/src/swarm/ca.md does not exist, skipping
13:00:59 WARN: man/src/swarm/init.md does not exist, skipping
13:00:59 WARN: man/src/swarm/join.md does not exist, skipping
13:00:59 WARN: man/src/swarm/join-token.md does not exist, skipping
13:00:59 WARN: man/src/swarm/leave.md does not exist, skipping
13:00:59 WARN: man/src/swarm/unlock.md does not exist, skipping
13:00:59 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:00:59 WARN: man/src/swarm/update.md does not exist, skipping
13:00:59 WARN: man/src/swarm.md does not exist, skipping
13:00:59 WARN: man/src/system/df.md does not exist, skipping
13:00:59 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:00:59 INFO: man/src/system/events.md found
13:00:59 INFO: man/src/system/info.md found
13:00:59 WARN: man/src/system/prune.md does not exist, skipping
13:00:59 WARN: man/src/system.md does not exist, skipping
13:00:59 INFO: man/src/tag.md found
13:00:59 INFO: man/src/top.md found
13:00:59 WARN: man/src/trust/inspect.md does not exist, skipping
13:00:59 WARN: man/src/trust/key/generate.md does not exist, skipping
13:00:59 WARN: man/src/trust/key/load.md does not exist, skipping
13:00:59 WARN: man/src/trust/key.md does not exist, skipping
13:00:59 WARN: man/src/trust/revoke.md does not exist, skipping
13:00:59 WARN: man/src/trust/sign.md does not exist, skipping
13:00:59 WARN: man/src/trust/signer/add.md does not exist, skipping
13:00:59 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:00:59 WARN: man/src/trust/signer.md does not exist, skipping
13:00:59 WARN: man/src/trust.md does not exist, skipping
13:00:59 INFO: man/src/unpause.md found
13:00:59 INFO: man/src/update.md found
13:00:59 INFO: man/src/version.md found
13:00:59 INFO: man/src/volume/create.md found
13:00:59 INFO: man/src/volume/inspect.md found
13:00:59 INFO: man/src/volume/ls.md found
13:00:59 WARN: man/src/volume/prune.md does not exist, skipping
13:00:59 WARN: man/src/volume/rm.md does not exist, skipping
13:00:59 WARN: man/src/volume/update.md does not exist, skipping
13:00:59 INFO: man/src/volume.md found
13:00:59 INFO: man/src/wait.md found
13:00:59 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:00:59 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:00:59 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:00:59 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:00:59 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:00:59 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:00:59 make[2]: Leaving directory '/root/build-deb/cli'
13:00:59 # Build buildx plugin
13:00:59 cd /go/src/github.com/docker/buildx \
13:00:59 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:00:59 && GO111MODULE=on \
13:00:59 	CGO_ENABLED=0 \
13:00:59 		go build \
13:00:59 			-mod=vendor \
13:00:59 			-trimpath \
13:00:59 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:00:59 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:00:59 			./cmd/buildx
13:01:00 make[2]: Entering directory '/root/build-deb/cli'
13:01:00 scripts/docs/generate-man.sh
13:01:00 + cp -r . /tmp/docker-cli-docsgen.YJcb6ZzEOn/
13:01:01 make[2]: Entering directory '/root/build-deb/cli'
13:01:01 scripts/docs/generate-man.sh
13:01:01 + cp -r . /tmp/docker-cli-docsgen.4kE9VCM7WJ/
13:01:01 + cd /tmp/docker-cli-docsgen.YJcb6ZzEOn
13:01:01 + ./scripts/vendor init
13:01:01 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:01:01 + cp man/tools.go .
13:01:01 + ./scripts/vendor update
13:01:01 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:01:01 go: downloading github.com/docker/docker v23.0.0+incompatible
13:01:01 + cd /tmp/docker-cli-docsgen.4kE9VCM7WJ
13:01:01 + ./scripts/vendor init
13:01:01 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:01:01 + cp man/tools.go .
13:01:01 + ./scripts/vendor update
13:01:01 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:01:01 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:01:01 go: downloading github.com/spf13/cobra v1.6.1
13:01:01 go: downloading github.com/spf13/pflag v1.0.5
13:01:01 go: downloading github.com/docker/docker v23.0.0+incompatible
13:01:01 + for f in rootlesskit rootlesskit-docker-proxy
13:01:01 + GOBIN=/usr/local/bin
13:01:01 + GO111MODULE=on
13:01:01 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:01:02 go: downloading github.com/fvbommel/sortorder v1.0.2
13:01:02 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:01:02 + return
13:01:02 + RPM_EC=0
13:01:02 ++ jobs -p
13:01:02 + exit 0
13:01:02 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vMRuwg
13:01:02 + umask 022
13:01:02 + cd /root/rpmbuild/BUILD
13:01:02 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64 '!=' / ']'
13:01:02 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
13:01:02 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
13:01:02 + mkdir -p /root/rpmbuild/BUILDROOT
13:01:02 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
13:01:02 + cd src
13:01:02 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/dockerd-rootless.sh
13:01:02 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/dockerd-rootless-setuptool.sh
13:01:02 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/rootlesskit
13:01:02 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/rootlesskit-docker-proxy
13:01:02 + /usr/lib/rpm/check-buildroot
13:01:02 + /usr/lib/rpm/redhat/brp-ldconfig
13:01:02 + /usr/lib/rpm/brp-compress
13:01:02 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:01:02 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:01:02 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:01:02 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:01:02 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:01:02 + /usr/lib/rpm/brp-python-hardlink
13:01:02 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:01:02 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
13:01:02 + for f in rootlesskit rootlesskit-docker-proxy
13:01:02 + GOBIN=/usr/local/bin
13:01:02 + GO111MODULE=on
13:01:02 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:01:02 go: downloading github.com/morikuni/aec v1.0.0
13:01:02 go: downloading github.com/pkg/errors v0.9.1
13:01:02 go: downloading github.com/spf13/cobra v1.6.1
13:01:02 go: downloading github.com/spf13/pflag v1.0.5
13:01:02 go: downloading github.com/google/go-cmp v0.5.9
13:01:02 go: downloading gotest.tools/v3 v3.4.0
13:01:02 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:01:02 go: downloading golang.org/x/sys v0.4.0
13:01:02 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
13:01:02 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.y65jCs
13:01:02 + umask 022
13:01:02 + cd /root/rpmbuild/BUILD
13:01:02 + cd src
13:01:02 + /usr/local/bin/rootlesskit -v
13:01:02 rootlesskit version 1.1.0
13:01:02 + RPM_EC=0
13:01:02 ++ jobs -p
13:01:02 + exit 0
13:01:02 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
13:01:02 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.el9 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20230206193855.ab4ef4a-0.el9
13:01:02 Requires(interp): /bin/sh /bin/sh /bin/sh
13:01:02 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:01:02 Requires(post): /bin/sh
13:01:02 Requires(preun): /bin/sh
13:01:02 Requires(postun): /bin/sh
13:01: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:01:02 Conflicts: rootlesskit
13:01:02 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
13:01:02 go: downloading github.com/fvbommel/sortorder v1.0.2
13:01:02 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:01:02 go: downloading github.com/morikuni/aec v1.0.0
13:01:02 go: downloading github.com/pkg/errors v0.9.1
13:01:02 go: downloading github.com/google/go-cmp v0.5.9
13:01:02 go: downloading gotest.tools/v3 v3.4.0
13:01:02 go: downloading golang.org/x/sys v0.4.0
13:01:02 go: downloading github.com/docker/go-units v0.5.0
13:01:02 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:01:02 go: downloading github.com/docker/go-connections v0.4.0
13:01:02 go: downloading github.com/moby/sys/sequential v0.5.0
13:01:02 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:01:02 go: downloading github.com/docker/go-units v0.5.0
13:01:02 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:01:02 go: downloading github.com/docker/go-connections v0.4.0
13:01:02 go: downloading github.com/moby/sys/sequential v0.5.0
13:01:02 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:01:02 go: downloading golang.org/x/text v0.6.0
13:01:02 go: downloading golang.org/x/text v0.6.0
13:01:02 go: downloading github.com/mattn/go-runewidth v0.0.13
13:01:02 go: downloading github.com/containerd/containerd v1.6.16
13:01:02 go: downloading github.com/mattn/go-runewidth v0.0.13
13:01:02 go: downloading github.com/containerd/containerd v1.6.16
13:01:03 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.src.rpm
13:01:03 + return
13:01:03 # Build the CLI
13:01:03 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:01:03 Building dynamic docker-linux-arm-v6
13:01:03 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:58:27Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:01:03 go: downloading github.com/moby/sys/signal v0.7.0
13:01:03 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:01:03 go: downloading github.com/moby/buildkit v0.10.6
13:01:03 go: downloading github.com/moby/sys/signal v0.7.0
13:01:03 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:01:03 go: downloading github.com/moby/buildkit v0.10.6
13:01:03 go: downloading github.com/moby/patternmatcher v0.5.0
13:01:03 go: downloading github.com/opencontainers/go-digest v1.0.0
13:01:03 go: downloading github.com/gogo/protobuf v1.3.2
13:01:03 go: downloading github.com/moby/patternmatcher v0.5.0
13:01:03 go: downloading github.com/opencontainers/go-digest v1.0.0
13:01:03 go: downloading gopkg.in/yaml.v2 v2.4.0
13:01:03 go: downloading github.com/gogo/protobuf v1.3.2
13:01:03 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:01:03 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:01:03 go: downloading gopkg.in/yaml.v2 v2.4.0
13:01:03 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:01:03 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:01:03 go: downloading golang.org/x/term v0.4.0
13:01:03 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:01:03 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:01:03 go: downloading github.com/imdario/mergo v0.3.12
13:01:04 go: downloading golang.org/x/term v0.4.0
13:01:04 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:01:04 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:01:04 go: downloading github.com/imdario/mergo v0.3.12
13:01:04 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:01:04 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:01:04 go: downloading github.com/creack/pty v1.1.11
13:01:04 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:01:04 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:01:04 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:01:04 go: downloading github.com/creack/pty v1.1.11
13:01:04 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:01:04 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:01:04 + make manpages
13:01:04 scripts/docs/generate-man.sh
13:01:04 + cp -r . /tmp/docker-cli-docsgen.rYD7qZJ8yw/
13:01:04 + cd /tmp/docker-cli-docsgen.rYD7qZJ8yw
13:01:04 + ./scripts/vendor init
13:01:04 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:01:04 + cp man/tools.go .
13:01:04 + ./scripts/vendor update
13:01:04 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:01:04 go: downloading github.com/docker/docker v23.0.0+incompatible
13:01:04 go: downloading github.com/fvbommel/sortorder v1.0.2
13:01:04 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:01:04 go: downloading github.com/morikuni/aec v1.0.0
13:01:04 go: downloading github.com/pkg/errors v0.9.1
13:01:04 go: downloading github.com/spf13/cobra v1.6.1
13:01:04 go: downloading github.com/spf13/pflag v1.0.5
13:01:04 go: downloading github.com/google/go-cmp v0.5.9
13:01:04 go: downloading gotest.tools/v3 v3.4.0
13:01:04 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:01:04 go: downloading golang.org/x/sys v0.4.0
13:01:04 go: downloading github.com/docker/go-units v0.5.0
13:01:04 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:01:04 go: downloading github.com/docker/go-connections v0.4.0
13:01:04 go: downloading github.com/moby/sys/sequential v0.5.0
13:01:04 go: downloading github.com/sirupsen/logrus v1.9.0
13:01:04 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:01:04 go: downloading golang.org/x/text v0.6.0
13:01:04 go: downloading github.com/containerd/containerd v1.6.16
13:01:04 go: downloading github.com/moby/sys/signal v0.7.0
13:01:04 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:01:04 go: downloading github.com/mattn/go-runewidth v0.0.13
13:01:04 go: downloading github.com/moby/buildkit v0.10.6
13:01:04 go: downloading github.com/moby/patternmatcher v0.5.0
13:01:04 go: downloading github.com/opencontainers/go-digest v1.0.0
13:01:04 go: downloading github.com/gogo/protobuf v1.3.2
13:01:04 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:01:04 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:01:04 go: downloading gopkg.in/yaml.v2 v2.4.0
13:01:04 go: downloading golang.org/x/term v0.4.0
13:01:04 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:01:04 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:01:04 go: downloading github.com/imdario/mergo v0.3.12
13:01:04 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:01:04 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:01:04 go: downloading github.com/creack/pty v1.1.11
13:01:04 go: downloading github.com/gorilla/mux v1.8.0
13:01:04 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:01:04 go: downloading gopkg.in/yaml.v3 v3.0.1
13:01:04 go: downloading github.com/stretchr/testify v1.8.0
13:01:04 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:01:04 go: downloading github.com/klauspost/compress v1.15.12
13:01:04 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:01:04 go: downloading github.com/containerd/continuity v0.3.0
13:01:04 go: downloading github.com/rivo/uniseg v0.2.0
13:01:04 go: downloading github.com/moby/sys/symlink v0.2.0
13:01:04 go: downloading golang.org/x/time v0.1.0
13:01:04 go: downloading github.com/opencontainers/runc v1.1.3
13:01:04 go: downloading golang.org/x/crypto v0.2.0
13:01:04 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:01:04 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:01:04 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:01:04 go: downloading google.golang.org/grpc v1.48.0
13:01:04 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:01:04 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:01:04 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:01:04 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:01:04 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:01:04 go: downloading github.com/russross/blackfriday v1.6.0
13:01:04 go: downloading github.com/Microsoft/go-winio v0.5.2
13:01:04 go: downloading golang.org/x/net v0.5.0
13:01:04 go: downloading github.com/davecgh/go-spew v1.1.1
13:01:04 go: downloading github.com/pmezard/go-difflib v1.0.0
13:01:04 go: downloading github.com/miekg/pkcs11 v1.1.1
13:01:04 go: downloading github.com/prometheus/client_golang v1.14.0
13:01:04 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:01:04 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:01:04 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:01:04 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:01:04 go: downloading github.com/golang/protobuf v1.5.2
13:01:04 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:01:04 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:01:04 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:01:04 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:01:04 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:01:04 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:01:04 go: downloading github.com/beorn7/perks v1.0.1
13:01:04 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:01:04 go: downloading github.com/prometheus/client_model v0.3.0
13:01:04 go: downloading github.com/prometheus/common v0.37.0
13:01:04 go: downloading github.com/prometheus/procfs v0.8.0
13:01:04 go: downloading google.golang.org/protobuf v1.28.1
13:01:04 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:01:04 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:01:04 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:01:04 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:01:04 go: downloading k8s.io/klog/v2 v2.80.1
13:01:04 go: downloading github.com/kr/text v0.2.0
13:01:04 go: downloading github.com/docker/go-metrics v0.0.1
13:01:04 go: downloading github.com/BurntSushi/toml v0.3.1
13:01:04 go: downloading github.com/kr/pretty v0.2.1
13:01:04 go: downloading github.com/magiconair/properties v1.5.3
13:01:04 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:01:04 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:01:04 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:01:04 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:01:04 go: downloading github.com/go-logr/logr v1.2.3
13:01:04 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:01:04 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:01:04 + go mod vendor -modfile=vendor.mod
13:01:04 Created binary: bundles/dynbinary-daemon/dockerd
13:01:04 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
13:01:04 Created binary: bundles/dynbinary-daemon/docker-proxy
13:01:04 
13:01:04 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:01:04 + RM_GOPATH=0
13:01:04 + TMP_GOPATH=/go
13:01:04 + : /usr/local/bin
13:01:04 + '[' -z /go ']'
13:01:04 + export GOPATH=/go
13:01:04 + GOPATH=/go
13:01:04 + case "$(go env GOARCH)" in
13:01:04 ++ go env GOARCH
13:01:04 + export GO_BUILDMODE=-buildmode=pie
13:01:04 + GO_BUILDMODE=-buildmode=pie
13:01:04 ++ dirname hack/dockerfile/install/install.sh
13:01:04 + dir=hack/dockerfile/install
13:01:04 + bin=tini
13:01:04 + shift
13:01:04 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:01:04 + . hack/dockerfile/install/tini.installer
13:01:04 ++ : v0.19.0
13:01:04 + install_tini
13:01:04 + echo 'Install tini version v0.19.0'
13:01:04 + git clone https://github.com/krallin/tini.git /go/tini
13:01:04 Install tini version v0.19.0
13:01:04 Cloning into '/go/tini'...
13:01:04 + cd /go/tini
13:01:04 + git checkout -q v0.19.0
13:01:04 + cmake .
13:01:04 -- The C compiler identification is GNU 10.2.1
13:01:04 -- Detecting C compiler ABI info
13:01:04 -- Detecting C compiler ABI info - done
13:01:04 -- Check for working C compiler: /usr/bin/cc - skipped
13:01:04 -- Detecting C compile features
13:01:04 -- Detecting C compile features - done
13:01:04 -- Performing Test HAS_BUILTIN_FORTIFY
13:01:04 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:01:04 -- Configuring done
13:01:04 -- Generating done
13:01:04 -- Build files have been written to: /go/tini
13:01:04 + make tini-static
13:01:04 make[2]: Entering directory '/go/tini'
13:01:04 make[3]: Entering directory '/go/tini'
13:01:04 make[4]: Entering directory '/go/tini'
13:01:04 make[5]: Entering directory '/go/tini'
13:01:04 Scanning dependencies of target tini-static
13:01:04 make[5]: Leaving directory '/go/tini'
13:01:04 make[5]: Entering directory '/go/tini'
13:01:04 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:01:04 [100%] Linking C executable tini-static
13:01:04 make[5]: Leaving directory '/go/tini'
13:01:04 [100%] Built target tini-static
13:01:04 make[4]: Leaving directory '/go/tini'
13:01:04 make[3]: Leaving directory '/go/tini'
13:01:04 make[2]: Leaving directory '/go/tini'
13:01:04 + mkdir -p /usr/local/bin
13:01:04 + cp tini-static /usr/local/bin/docker-init
13:01:04 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:01:04 + RM_GOPATH=0
13:01:04 + TMP_GOPATH=/go
13:01:04 + : /usr/local/bin
13:01:04 + '[' -z /go ']'
13:01:04 + export GOPATH=/go
13:01:04 + GOPATH=/go
13:01:04 + case "$(go env GOARCH)" in
13:01:04 ++ go env GOARCH
13:01:04 + export GO_BUILDMODE=-buildmode=pie
13:01:04 + GO_BUILDMODE=-buildmode=pie
13:01:04 ++ dirname hack/dockerfile/install/install.sh
13:01:04 + dir=hack/dockerfile/install
13:01:04 + bin=rootlesskit
13:01:04 + shift
13:01:04 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:01:04 + . hack/dockerfile/install/rootlesskit.installer
13:01:04 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:01:04 + install_rootlesskit dynamic
13:01:04 + case "$1" in
13:01:04 + install_rootlesskit_dynamic
13:01:04 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:01:04 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:01:04 + export BUILD_MODE=-buildmode=pie
13:01:04 + BUILD_MODE=-buildmode=pie
13:01:04 + _install_rootlesskit
13:01:04 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:01:04 + for f in rootlesskit rootlesskit-docker-proxy
13:01:04 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:01:04 + GOBIN=/usr/local/bin
13:01:04 + GO111MODULE=on
13:01:04 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:01:04 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:01:04 go: downloading github.com/urfave/cli/v2 v2.23.5
13:01:04 go: downloading github.com/sirupsen/logrus v1.9.0
13:01:04 go: downloading golang.org/x/sys v0.2.0
13:01:05 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:01:05 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:01:05 go: downloading github.com/google/uuid v1.3.0
13:01:05 go: downloading github.com/moby/vpnkit v0.5.0
13:01:05 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:01:05 go: downloading github.com/gofrs/flock v0.8.1
13:01:05 go: downloading github.com/gorilla/mux v1.8.0
13:01:05 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:01:05 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:01:05 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:01:05 go: downloading gopkg.in/yaml.v3 v3.0.1
13:01:05 go: downloading github.com/stretchr/testify v1.8.0
13:01:05 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:01:05 go: downloading github.com/rivo/uniseg v0.2.0
13:01:05 go: downloading github.com/klauspost/compress v1.15.12
13:01:05 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:01:05 go: downloading github.com/containerd/continuity v0.3.0
13:01:05 go: downloading github.com/moby/sys/symlink v0.2.0
13:01:05 go: downloading golang.org/x/time v0.1.0
13:01:05 go: downloading github.com/opencontainers/runc v1.1.3
13:01:05 go: downloading gopkg.in/yaml.v3 v3.0.1
13:01:05 go: downloading github.com/stretchr/testify v1.8.0
13:01:05 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:01:05 go: downloading github.com/rivo/uniseg v0.2.0
13:01:05 go: downloading github.com/klauspost/compress v1.15.12
13:01:05 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:01:05 go: downloading github.com/containerd/continuity v0.3.0
13:01:05 go: downloading github.com/moby/sys/symlink v0.2.0
13:01:05 go: downloading golang.org/x/time v0.1.0
13:01:05 go: downloading github.com/opencontainers/runc v1.1.3
13:01:05 go: downloading golang.org/x/crypto v0.2.0
13:01:05 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:01:05 go: downloading golang.org/x/net v0.1.0
13:01:05 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:01:05 go: downloading golang.org/x/crypto v0.2.0
13:01:05 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:01:05 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:01:05 make[2]: Entering directory '/root/build-deb/cli'
13:01:05 scripts/docs/generate-man.sh
13:01:05 + cp -r . /tmp/docker-cli-docsgen.ur7k646p41/
13:01:05 + cd /tmp/docker-cli-docsgen.ur7k646p41
13:01:05 + ./scripts/vendor init
13:01:05 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:01:05 + cp man/tools.go .
13:01:05 + ./scripts/vendor update
13:01:05 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:01:05 go: downloading github.com/docker/docker v23.0.0+incompatible
13:01:05 go: downloading github.com/fvbommel/sortorder v1.0.2
13:01:05 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:01:05 go: downloading github.com/morikuni/aec v1.0.0
13:01:05 go: downloading github.com/pkg/errors v0.9.1
13:01:05 go: downloading github.com/spf13/cobra v1.6.1
13:01:05 go: downloading github.com/spf13/pflag v1.0.5
13:01:05 go: downloading github.com/google/go-cmp v0.5.9
13:01:05 go: downloading gotest.tools/v3 v3.4.0
13:01:05 go: downloading golang.org/x/sys v0.4.0
13:01:05 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:01:05 go: downloading github.com/docker/go-connections v0.4.0
13:01:05 go: downloading github.com/moby/sys/sequential v0.5.0
13:01:05 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:01:05 go: downloading github.com/docker/go-units v0.5.0
13:01:05 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:01:05 go: downloading golang.org/x/text v0.6.0
13:01:05 go: downloading github.com/mattn/go-runewidth v0.0.13
13:01:05 go: downloading github.com/containerd/containerd v1.6.16
13:01:05 go: downloading github.com/moby/sys/signal v0.7.0
13:01:05 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:01:05 go: downloading github.com/moby/buildkit v0.10.6
13:01:05 go: downloading github.com/moby/patternmatcher v0.5.0
13:01:05 go: downloading github.com/opencontainers/go-digest v1.0.0
13:01:05 go: downloading gopkg.in/yaml.v2 v2.4.0
13:01:05 go: downloading github.com/gogo/protobuf v1.3.2
13:01:05 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:01:05 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:01:05 go: downloading golang.org/x/term v0.4.0
13:01:05 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:01:05 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:01:05 go: downloading github.com/imdario/mergo v0.3.12
13:01:05 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:01:05 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:01:05 go: downloading github.com/creack/pty v1.1.11
13:01:05 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:01:05 go: downloading github.com/stretchr/testify v1.8.0
13:01:05 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:01:05 go: downloading gopkg.in/yaml.v3 v3.0.1
13:01:05 go: downloading github.com/rivo/uniseg v0.2.0
13:01:05 go: downloading github.com/klauspost/compress v1.15.12
13:01:05 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:01:05 go: downloading github.com/containerd/continuity v0.3.0
13:01:05 go: downloading github.com/moby/sys/symlink v0.2.0
13:01:05 go: downloading golang.org/x/time v0.1.0
13:01:05 go: downloading github.com/opencontainers/runc v1.1.3
13:01:05 go: downloading golang.org/x/crypto v0.2.0
13:01:05 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:01:05 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:01:05 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:01:05 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:01:05 go: downloading google.golang.org/grpc v1.48.0
13:01:05 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:01:05 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:01:05 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:01:05 go: downloading github.com/Microsoft/go-winio v0.5.2
13:01:05 go: downloading golang.org/x/net v0.5.0
13:01:05 go: downloading github.com/davecgh/go-spew v1.1.1
13:01:05 go: downloading github.com/pmezard/go-difflib v1.0.0
13:01:05 go: downloading github.com/miekg/pkcs11 v1.1.1
13:01:05 go: downloading github.com/prometheus/client_golang v1.14.0
13:01:05 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:01:05 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:01:05 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:01:05 go: downloading github.com/russross/blackfriday v1.6.0
13:01:05 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:01:05 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:01:05 go: downloading github.com/golang/protobuf v1.5.2
13:01:05 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:01:05 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:01:05 go: downloading github.com/beorn7/perks v1.0.1
13:01:05 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:01:05 go: downloading github.com/prometheus/client_model v0.3.0
13:01:05 go: downloading github.com/prometheus/common v0.37.0
13:01:05 go: downloading github.com/prometheus/procfs v0.8.0
13:01:05 go: downloading google.golang.org/protobuf v1.28.1
13:01:05 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:01:05 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:01:05 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:01:05 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:01:05 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:01:05 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:01:05 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:01:05 go: downloading k8s.io/klog/v2 v2.80.1
13:01:05 go: downloading github.com/kr/text v0.2.0
13:01:05 go: downloading github.com/docker/go-metrics v0.0.1
13:01:05 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:01:05 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:01:05 go: downloading github.com/BurntSushi/toml v0.3.1
13:01:05 go: downloading github.com/kr/pretty v0.2.1
13:01:05 go: downloading github.com/magiconair/properties v1.5.3
13:01:05 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:01:05 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:01:05 go: downloading github.com/go-logr/logr v1.2.3
13:01:05 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:01:05 + go mod vendor -modfile=vendor.mod
13:01:06 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:01:06 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:01:06 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:01:06 go: downloading google.golang.org/grpc v1.48.0
13:01:06 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:01:06 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:01:06 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:01:06 go: downloading google.golang.org/grpc v1.48.0
13:01:06 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:01:06 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:01:06 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:01:06 go: downloading github.com/russross/blackfriday v1.6.0
13:01:06 go: downloading github.com/Microsoft/go-winio v0.5.2
13:01:06 go: downloading golang.org/x/net v0.5.0
13:01:06 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:01:06 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:01:06 go: downloading github.com/russross/blackfriday v1.6.0
13:01:06 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:01:06 go: downloading github.com/Microsoft/go-winio v0.5.2
13:01:06 go: downloading golang.org/x/net v0.5.0
13:01:06 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:01:06 go: downloading github.com/davecgh/go-spew v1.1.1
13:01:06 go: downloading github.com/pmezard/go-difflib v1.0.0
13:01:06 go: downloading github.com/miekg/pkcs11 v1.1.1
13:01:06 go: downloading github.com/prometheus/client_golang v1.14.0
13:01:06 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:01:06 go: downloading github.com/davecgh/go-spew v1.1.1
13:01:06 go: downloading github.com/pmezard/go-difflib v1.0.0
13:01:06 go: downloading github.com/miekg/pkcs11 v1.1.1
13:01:06 go: downloading github.com/prometheus/client_golang v1.14.0
13:01:07 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:01:07 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:01:07 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:01:07 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:01:07 go: downloading github.com/golang/protobuf v1.5.2
13:01:07 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:01:07 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:01:07 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:01:07 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:01:07 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:01:07 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:01:07 go: downloading github.com/golang/protobuf v1.5.2
13:01:07 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:01:07 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64.rpm
13:01:07 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.osEMpN
13:01:07 + umask 022
13:01:07 + cd /root/rpmbuild/BUILD
13:01:07 + cd src
13:01:07 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
13:01:07 + RPM_EC=0
13:01:07 ++ jobs -p
13:01:07 + exit 0
13:01:07 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.UHjM8B
13:01:07 + umask 022
13:01:07 + cd /root/rpmbuild/BUILD
13:01:07 + rm -rf src src.gemspec
13:01:07 + RPM_EC=0
13:01:07 ++ jobs -p
13:01:07 + exit 0
13:01:07 
13:01:07 RPM build warnings:
13:01:07     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:01:07     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:01:07     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:01:07     source_date_epoch_from_changelog set but %changelog is missing
13:01:07     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker-proxy
13:01:07 warning: source_date_epoch_from_changelog set but %changelog is missing
13:01:07 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.A7pw7j
13:01:07 + umask 022
13:01:07 + cd /root/rpmbuild/BUILD
13:01:07 + cd /root/rpmbuild/BUILD
13:01:07 + rm -rf src
13:01:07 + /usr/bin/mkdir -p src
13:01:07 + cd src
13:01:07 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/cli.tgz
13:01:07 + STATUS=0
13:01:07 + '[' 0 -ne 0 ']'
13:01:07 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/cli.tgz
13:01:07 + STATUS=0
13:01:07 + '[' 0 -ne 0 ']'
13:01:07 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:01:07 + RPM_EC=0
13:01:07 ++ jobs -p
13:01:07 + exit 0
13:01:07 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xgrRpo
13:01:07 + umask 022
13:01:07 + cd /root/rpmbuild/BUILD
13:01: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:01:07 + export CFLAGS
13:01: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:01:07 + export CXXFLAGS
13:01: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:01:07 + export FFLAGS
13:01: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:01:07 + export FCFLAGS
13:01: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:01:07 + export LDFLAGS
13:01:07 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:01:07 + export LT_SYS_LIBRARY_PATH
13:01:07 + CC=gcc
13:01:07 + export CC
13:01:07 + CXX=g++
13:01:07 + export CXX
13:01:07 + cd src
13:01:07 + mkdir -p /go/src/github.com/docker
13:01:07 + rm -f /go/src/github.com/docker/cli
13:01:07 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:01:07 + pushd /go/src/github.com/docker/cli
13:01:07 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:01:07 + VERSION=0.0.0-20230206193855-ab4ef4a
13:01:07 + GITCOMMIT=ab4ef4a
13:01:07 + GO_LINKMODE=dynamic
13:01:07 + ./scripts/build/binary
13:01:07 Building dynamic docker-linux-amd64
13:01:07 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T13:01:05Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
13:01:09 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:01:09 ++ pwd
13:01:09 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:01:09 Project root: .
13:01:09 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:01:09 INFO: man/src/attach.md found
13:01:09 WARN: man/src/build.md does not exist, skipping
13:01:09 WARN: man/src/builder/build.md does not exist, skipping
13:01:09 WARN: man/src/builder/prune.md does not exist, skipping
13:01:09 WARN: man/src/builder.md does not exist, skipping
13:01:09 WARN: man/src/checkpoint/create.md does not exist, skipping
13:01:09 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:01:09 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:01:09 WARN: man/src/checkpoint.md does not exist, skipping
13:01:09 INFO: man/src/commit.md found
13:01:09 WARN: man/src/config/create.md does not exist, skipping
13:01:09 WARN: man/src/config/inspect.md does not exist, skipping
13:01:09 WARN: man/src/config/ls.md does not exist, skipping
13:01:09 WARN: man/src/config/rm.md does not exist, skipping
13:01:09 WARN: man/src/config.md does not exist, skipping
13:01:09 INFO: man/src/container/attach.md found
13:01:09 INFO: man/src/container/commit.md found
13:01:09 INFO: man/src/container/cp.md found
13:01:09 INFO: man/src/container/create.md found
13:01:09 INFO: man/src/container/diff.md found
13:01:09 INFO: man/src/container/exec.md found
13:01:09 INFO: man/src/container/export.md found
13:01:09 WARN: man/src/container/inspect.md does not exist, skipping
13:01:09 INFO: man/src/container/kill.md found
13:01:09 INFO: man/src/container/logs.md found
13:01:09 INFO: man/src/container/ls.md found
13:01:09 INFO: man/src/container/pause.md found
13:01:09 INFO: man/src/container/port.md found
13:01:09 WARN: man/src/container/prune.md does not exist, skipping
13:01:09 INFO: man/src/container/rename.md found
13:01:09 INFO: man/src/container/restart.md found
13:01:09 INFO: man/src/container/rm.md found
13:01:09 INFO: man/src/container/run.md found
13:01:09 INFO: man/src/container/start.md found
13:01:09 INFO: man/src/container/stats.md found
13:01:09 INFO: man/src/container/stop.md found
13:01:09 INFO: man/src/container/top.md found
13:01:09 INFO: man/src/container/unpause.md found
13:01:09 INFO: man/src/container/update.md found
13:01:09 INFO: man/src/container/wait.md found
13:01:09 WARN: man/src/container.md does not exist, skipping
13:01:09 WARN: man/src/context/create.md does not exist, skipping
13:01:09 WARN: man/src/context/export.md does not exist, skipping
13:01:09 WARN: man/src/context/import.md does not exist, skipping
13:01:09 WARN: man/src/context/inspect.md does not exist, skipping
13:01:09 WARN: man/src/context/ls.md does not exist, skipping
13:01:09 WARN: man/src/context/rm.md does not exist, skipping
13:01:09 WARN: man/src/context/show.md does not exist, skipping
13:01:09 WARN: man/src/context/update.md does not exist, skipping
13:01:09 WARN: man/src/context/use.md does not exist, skipping
13:01:09 WARN: man/src/context.md does not exist, skipping
13:01:09 INFO: man/src/cp.md found
13:01:09 INFO: man/src/create.md found
13:01:09 INFO: man/src/diff.md found
13:01:09 INFO: man/src/events.md found
13:01:09 INFO: man/src/exec.md found
13:01:09 INFO: man/src/export.md found
13:01:09 INFO: man/src/history.md found
13:01:09 INFO: man/src/image/build.md found
13:01:09 INFO: man/src/image/history.md found
13:01:09 INFO: man/src/image/import.md found
13:01:09 WARN: man/src/image/inspect.md does not exist, skipping
13:01:09 INFO: man/src/image/load.md found
13:01:09 INFO: man/src/image/ls.md found
13:01:09 WARN: man/src/image/prune.md does not exist, skipping
13:01:09 INFO: man/src/image/pull.md found
13:01:09 INFO: man/src/image/push.md found
13:01:09 INFO: man/src/image/rm.md found
13:01:09 INFO: man/src/image/save.md found
13:01:09 INFO: man/src/image/tag.md found
13:01:09 WARN: man/src/image.md does not exist, skipping
13:01:09 INFO: man/src/images.md found
13:01:09 INFO: man/src/import.md found
13:01:09 INFO: man/src/info.md found
13:01:09 INFO: man/src/inspect.md found
13:01:09 INFO: man/src/kill.md found
13:01:09 INFO: man/src/load.md found
13:01:09 INFO: man/src/login.md found
13:01:09 INFO: man/src/logout.md found
13:01:09 INFO: man/src/logs.md found
13:01:09 WARN: man/src/manifest/annotate.md does not exist, skipping
13:01:09 WARN: man/src/manifest/create.md does not exist, skipping
13:01:09 WARN: man/src/manifest/inspect.md does not exist, skipping
13:01:09 WARN: man/src/manifest/push.md does not exist, skipping
13:01:09 WARN: man/src/manifest/rm.md does not exist, skipping
13:01:09 WARN: man/src/manifest.md does not exist, skipping
13:01:09 INFO: man/src/network/connect.md found
13:01:09 INFO: man/src/network/create.md found
13:01:09 INFO: man/src/network/disconnect.md found
13:01:09 INFO: man/src/network/inspect.md found
13:01:09 INFO: man/src/network/ls.md found
13:01:09 WARN: man/src/network/prune.md does not exist, skipping
13:01:09 INFO: man/src/network/rm.md found
13:01:09 WARN: man/src/network.md does not exist, skipping
13:01:09 WARN: man/src/node/demote.md does not exist, skipping
13:01:09 WARN: man/src/node/inspect.md does not exist, skipping
13:01:09 WARN: man/src/node/ls.md does not exist, skipping
13:01:09 WARN: man/src/node/promote.md does not exist, skipping
13:01:09 WARN: man/src/node/ps.md does not exist, skipping
13:01:09 WARN: man/src/node/rm.md does not exist, skipping
13:01:09 WARN: man/src/node/update.md does not exist, skipping
13:01:09 WARN: man/src/node.md does not exist, skipping
13:01:09 INFO: man/src/pause.md found
13:01:09 WARN: man/src/plugin/create.md does not exist, skipping
13:01:09 WARN: man/src/plugin/disable.md does not exist, skipping
13:01:09 WARN: man/src/plugin/enable.md does not exist, skipping
13:01:09 WARN: man/src/plugin/inspect.md does not exist, skipping
13:01:09 WARN: man/src/plugin/install.md does not exist, skipping
13:01:09 INFO: man/src/plugin/ls.md found
13:01:09 WARN: man/src/plugin/push.md does not exist, skipping
13:01:09 WARN: man/src/plugin/rm.md does not exist, skipping
13:01:09 WARN: man/src/plugin/set.md does not exist, skipping
13:01:09 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:01:09 WARN: man/src/plugin.md does not exist, skipping
13:01:09 INFO: man/src/port.md found
13:01:09 INFO: man/src/ps.md found
13:01:09 INFO: man/src/pull.md found
13:01:09 INFO: man/src/push.md found
13:01:09 INFO: man/src/rename.md found
13:01:09 INFO: man/src/restart.md found
13:01:09 INFO: man/src/rm.md found
13:01:09 INFO: man/src/rmi.md found
13:01:09 WARN: man/src/run.md does not exist, skipping
13:01:09 INFO: man/src/save.md found
13:01:09 INFO: man/src/search.md found
13:01:09 WARN: man/src/secret/create.md does not exist, skipping
13:01:09 WARN: man/src/secret/inspect.md does not exist, skipping
13:01:09 WARN: man/src/secret/ls.md does not exist, skipping
13:01:09 WARN: man/src/secret/rm.md does not exist, skipping
13:01:09 WARN: man/src/secret.md does not exist, skipping
13:01:09 WARN: man/src/service/create.md does not exist, skipping
13:01:09 WARN: man/src/service/inspect.md does not exist, skipping
13:01:09 WARN: man/src/service/logs.md does not exist, skipping
13:01:09 WARN: man/src/service/ls.md does not exist, skipping
13:01:09 WARN: man/src/service/ps.md does not exist, skipping
13:01:09 WARN: man/src/service/rm.md does not exist, skipping
13:01:09 WARN: man/src/service/rollback.md does not exist, skipping
13:01:09 WARN: man/src/service/scale.md does not exist, skipping
13:01:09 WARN: man/src/service/update.md does not exist, skipping
13:01:09 WARN: man/src/service.md does not exist, skipping
13:01:09 WARN: man/src/stack/config.md does not exist, skipping
13:01:09 WARN: man/src/stack/deploy.md does not exist, skipping
13:01:09 WARN: man/src/stack/ls.md does not exist, skipping
13:01:09 WARN: man/src/stack/ps.md does not exist, skipping
13:01:09 WARN: man/src/stack/rm.md does not exist, skipping
13:01:09 WARN: man/src/stack/services.md does not exist, skipping
13:01:09 WARN: man/src/stack.md does not exist, skipping
13:01:09 INFO: man/src/start.md found
13:01:09 INFO: man/src/stats.md found
13:01:09 INFO: man/src/stop.md found
13:01:09 WARN: man/src/swarm/ca.md does not exist, skipping
13:01:09 WARN: man/src/swarm/init.md does not exist, skipping
13:01:09 WARN: man/src/swarm/join.md does not exist, skipping
13:01:09 WARN: man/src/swarm/join-token.md does not exist, skipping
13:01:09 WARN: man/src/swarm/leave.md does not exist, skipping
13:01:09 WARN: man/src/swarm/unlock.md does not exist, skipping
13:01:09 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:01:09 WARN: man/src/swarm/update.md does not exist, skipping
13:01:09 WARN: man/src/swarm.md does not exist, skipping
13:01:09 WARN: man/src/system/df.md does not exist, skipping
13:01:09 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:01:09 INFO: man/src/system/events.md found
13:01:09 INFO: man/src/system/info.md found
13:01:09 WARN: man/src/system/prune.md does not exist, skipping
13:01:09 WARN: man/src/system.md does not exist, skipping
13:01:09 INFO: man/src/tag.md found
13:01:09 INFO: man/src/top.md found
13:01:09 WARN: man/src/trust/inspect.md does not exist, skipping
13:01:09 WARN: man/src/trust/key/generate.md does not exist, skipping
13:01:09 WARN: man/src/trust/key/load.md does not exist, skipping
13:01:09 WARN: man/src/trust/key.md does not exist, skipping
13:01:09 WARN: man/src/trust/revoke.md does not exist, skipping
13:01:09 WARN: man/src/trust/sign.md does not exist, skipping
13:01:09 WARN: man/src/trust/signer/add.md does not exist, skipping
13:01:09 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:01:09 WARN: man/src/trust/signer.md does not exist, skipping
13:01:09 WARN: man/src/trust.md does not exist, skipping
13:01:09 INFO: man/src/unpause.md found
13:01:09 INFO: man/src/update.md found
13:01:09 INFO: man/src/version.md found
13:01:09 INFO: man/src/volume/create.md found
13:01:09 INFO: man/src/volume/inspect.md found
13:01:09 INFO: man/src/volume/ls.md found
13:01:09 WARN: man/src/volume/prune.md does not exist, skipping
13:01:09 WARN: man/src/volume/rm.md does not exist, skipping
13:01:09 WARN: man/src/volume/update.md does not exist, skipping
13:01:09 INFO: man/src/volume.md found
13:01:09 INFO: man/src/wait.md found
13:01:09 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:01:09 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:01:09 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:01:09 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:01:09 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:01:09 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:01:09 make[2]: Leaving directory '/root/build-deb/cli'
13:01:09 # Build buildx plugin
13:01:09 cd /go/src/github.com/docker/buildx \
13:01:09 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:01:09 && GO111MODULE=on \
13:01:09 	CGO_ENABLED=0 \
13:01:09 		go build \
13:01:09 			-mod=vendor \
13:01:09 			-trimpath \
13:01:09 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:01:09 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:01:09 			./cmd/buildx
13:01:09 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:01:09 go: downloading github.com/beorn7/perks v1.0.1
13:01:09 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:01:09 go: downloading github.com/prometheus/client_model v0.3.0
13:01:09 go: downloading github.com/prometheus/common v0.37.0
13:01:09 go: downloading github.com/prometheus/procfs v0.8.0
13:01:09 go: downloading google.golang.org/protobuf v1.28.1
13:01:09 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:01:09 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:01:09 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:01:09 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:01:09 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:01:09 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:01:09 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:01:09 go: downloading k8s.io/klog/v2 v2.80.1
13:01:09 go: downloading github.com/kr/text v0.2.0
13:01:09 go: downloading github.com/docker/go-metrics v0.0.1
13:01:09 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:01:09 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:01:09 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:01:09 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:01:09 go: downloading github.com/beorn7/perks v1.0.1
13:01:09 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:01:09 go: downloading github.com/prometheus/client_model v0.3.0
13:01:09 go: downloading github.com/prometheus/common v0.37.0
13:01:09 go: downloading github.com/prometheus/procfs v0.8.0
13:01:09 go: downloading google.golang.org/protobuf v1.28.1
13:01:09 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:01:09 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:01:09 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:01:09 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:01:09 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:01:09 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:01:09 go: downloading github.com/BurntSushi/toml v0.3.1
13:01:09 go: downloading github.com/kr/pretty v0.2.1
13:01:09 go: downloading github.com/magiconair/properties v1.5.3
13:01:09 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:01:09 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:01:09 go: downloading github.com/go-logr/logr v1.2.3
13:01:09 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:01:09 + go mod vendor -modfile=vendor.mod
13:01:09 go: downloading k8s.io/klog/v2 v2.80.1
13:01:09 go: downloading github.com/kr/text v0.2.0
13:01:09 go: downloading github.com/docker/go-metrics v0.0.1
13:01:09 go: downloading github.com/BurntSushi/toml v0.3.1
13:01:09 go: downloading github.com/kr/pretty v0.2.1
13:01:09 go: downloading github.com/magiconair/properties v1.5.3
13:01:09 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:01:09 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:01:09 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:01:09 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:01:09 go: downloading github.com/go-logr/logr v1.2.3
13:01:09 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:01:09 + go mod vendor -modfile=vendor.mod
13:01:09 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64.rpm
13:01:09 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.eZQkfp
13:01:09 + umask 022
13:01:09 + cd /root/rpmbuild/BUILD
13:01:09 + cd src
13:01:09 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
13:01:09 + RPM_EC=0
13:01:09 ++ jobs -p
13:01:09 + exit 0
13:01:09 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6yHTlS
13:01:09 + umask 022
13:01:09 + cd /root/rpmbuild/BUILD
13:01:09 + cd /root/rpmbuild/BUILD
13:01:09 + rm -rf src
13:01:09 + /usr/bin/mkdir -p src
13:01:09 + cd src
13:01:09 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:01:09 + /usr/bin/tar -xof -
13:01:09 + STATUS=0
13:01:09 + '[' 0 -ne 0 ']'
13:01:09 + /usr/bin/tar -xof -
13:01:09 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:01:09 + STATUS=0
13:01:09 + '[' 0 -ne 0 ']'
13:01:09 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:01:09 + RPM_EC=0
13:01:09 ++ jobs -p
13:01:09 + exit 0
13:01:09 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zsCVwr
13:01:09 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:01:09 + umask 022
13:01:09 + cd /root/rpmbuild/BUILD
13:01:09 + cd src
13:01:09 + pushd /root/rpmbuild/BUILD/src/buildx
13:01:09 + GO111MODULE=on
13:01:09 + CGO_ENABLED=0
13:01:09 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
13:01:10 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:01:10 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:01:13 + for f in rootlesskit rootlesskit-docker-proxy
13:01:13 + GOBIN=/usr/local/bin
13:01:13 + GO111MODULE=on
13:01:13 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:01:15 + return
13:01:15 # Build the CLI
13:01:15 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:01:15 Building dynamic docker-linux-arm-v6
13:01:15 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T12:58:39Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:01:17 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:01:17 ++ pwd
13:01:17 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:01:17 Project root: .
13:01:17 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:01:17 INFO: man/src/attach.md found
13:01:17 WARN: man/src/build.md does not exist, skipping
13:01:17 WARN: man/src/builder/build.md does not exist, skipping
13:01:17 WARN: man/src/builder/prune.md does not exist, skipping
13:01:17 WARN: man/src/builder.md does not exist, skipping
13:01:17 WARN: man/src/checkpoint/create.md does not exist, skipping
13:01:17 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:01:17 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:01:17 WARN: man/src/checkpoint.md does not exist, skipping
13:01:17 INFO: man/src/commit.md found
13:01:17 WARN: man/src/config/create.md does not exist, skipping
13:01:17 WARN: man/src/config/inspect.md does not exist, skipping
13:01:17 WARN: man/src/config/ls.md does not exist, skipping
13:01:17 WARN: man/src/config/rm.md does not exist, skipping
13:01:17 WARN: man/src/config.md does not exist, skipping
13:01:17 INFO: man/src/container/attach.md found
13:01:17 INFO: man/src/container/commit.md found
13:01:17 INFO: man/src/container/cp.md found
13:01:17 INFO: man/src/container/create.md found
13:01:17 INFO: man/src/container/diff.md found
13:01:17 INFO: man/src/container/exec.md found
13:01:17 INFO: man/src/container/export.md found
13:01:17 WARN: man/src/container/inspect.md does not exist, skipping
13:01:17 INFO: man/src/container/kill.md found
13:01:17 INFO: man/src/container/logs.md found
13:01:17 INFO: man/src/container/ls.md found
13:01:17 INFO: man/src/container/pause.md found
13:01:17 INFO: man/src/container/port.md found
13:01:17 WARN: man/src/container/prune.md does not exist, skipping
13:01:17 INFO: man/src/container/rename.md found
13:01:17 INFO: man/src/container/restart.md found
13:01:17 INFO: man/src/container/rm.md found
13:01:17 INFO: man/src/container/run.md found
13:01:17 INFO: man/src/container/start.md found
13:01:17 INFO: man/src/container/stats.md found
13:01:17 INFO: man/src/container/stop.md found
13:01:17 INFO: man/src/container/top.md found
13:01:17 INFO: man/src/container/unpause.md found
13:01:17 INFO: man/src/container/update.md found
13:01:17 INFO: man/src/container/wait.md found
13:01:17 WARN: man/src/container.md does not exist, skipping
13:01:17 WARN: man/src/context/create.md does not exist, skipping
13:01:17 WARN: man/src/context/export.md does not exist, skipping
13:01:17 WARN: man/src/context/import.md does not exist, skipping
13:01:17 WARN: man/src/context/inspect.md does not exist, skipping
13:01:17 WARN: man/src/context/ls.md does not exist, skipping
13:01:17 WARN: man/src/context/rm.md does not exist, skipping
13:01:17 WARN: man/src/context/show.md does not exist, skipping
13:01:17 WARN: man/src/context/update.md does not exist, skipping
13:01:17 WARN: man/src/context/use.md does not exist, skipping
13:01:17 WARN: man/src/context.md does not exist, skipping
13:01:17 INFO: man/src/cp.md found
13:01:17 INFO: man/src/create.md found
13:01:17 INFO: man/src/diff.md found
13:01:17 INFO: man/src/events.md found
13:01:17 INFO: man/src/exec.md found
13:01:17 INFO: man/src/export.md found
13:01:17 INFO: man/src/history.md found
13:01:17 INFO: man/src/image/build.md found
13:01:17 INFO: man/src/image/history.md found
13:01:17 INFO: man/src/image/import.md found
13:01:17 WARN: man/src/image/inspect.md does not exist, skipping
13:01:17 INFO: man/src/image/load.md found
13:01:17 INFO: man/src/image/ls.md found
13:01:17 WARN: man/src/image/prune.md does not exist, skipping
13:01:17 INFO: man/src/image/pull.md found
13:01:17 INFO: man/src/image/push.md found
13:01:17 INFO: man/src/image/rm.md found
13:01:17 INFO: man/src/image/save.md found
13:01:17 INFO: man/src/image/tag.md found
13:01:17 WARN: man/src/image.md does not exist, skipping
13:01:17 INFO: man/src/images.md found
13:01:17 INFO: man/src/import.md found
13:01:17 INFO: man/src/info.md found
13:01:17 INFO: man/src/inspect.md found
13:01:17 INFO: man/src/kill.md found
13:01:17 INFO: man/src/load.md found
13:01:17 INFO: man/src/login.md found
13:01:17 INFO: man/src/logout.md found
13:01:17 INFO: man/src/logs.md found
13:01:17 WARN: man/src/manifest/annotate.md does not exist, skipping
13:01:17 WARN: man/src/manifest/create.md does not exist, skipping
13:01:17 WARN: man/src/manifest/inspect.md does not exist, skipping
13:01:17 WARN: man/src/manifest/push.md does not exist, skipping
13:01:17 WARN: man/src/manifest/rm.md does not exist, skipping
13:01:17 WARN: man/src/manifest.md does not exist, skipping
13:01:17 INFO: man/src/network/connect.md found
13:01:17 INFO: man/src/network/create.md found
13:01:17 INFO: man/src/network/disconnect.md found
13:01:17 INFO: man/src/network/inspect.md found
13:01:17 INFO: man/src/network/ls.md found
13:01:17 WARN: man/src/network/prune.md does not exist, skipping
13:01:17 INFO: man/src/network/rm.md found
13:01:17 WARN: man/src/network.md does not exist, skipping
13:01:17 WARN: man/src/node/demote.md does not exist, skipping
13:01:17 WARN: man/src/node/inspect.md does not exist, skipping
13:01:17 WARN: man/src/node/ls.md does not exist, skipping
13:01:17 WARN: man/src/node/promote.md does not exist, skipping
13:01:17 WARN: man/src/node/ps.md does not exist, skipping
13:01:17 WARN: man/src/node/rm.md does not exist, skipping
13:01:17 WARN: man/src/node/update.md does not exist, skipping
13:01:17 WARN: man/src/node.md does not exist, skipping
13:01:17 INFO: man/src/pause.md found
13:01:17 WARN: man/src/plugin/create.md does not exist, skipping
13:01:17 WARN: man/src/plugin/disable.md does not exist, skipping
13:01:17 WARN: man/src/plugin/enable.md does not exist, skipping
13:01:17 WARN: man/src/plugin/inspect.md does not exist, skipping
13:01:17 WARN: man/src/plugin/install.md does not exist, skipping
13:01:17 INFO: man/src/plugin/ls.md found
13:01:17 WARN: man/src/plugin/push.md does not exist, skipping
13:01:17 WARN: man/src/plugin/rm.md does not exist, skipping
13:01:17 WARN: man/src/plugin/set.md does not exist, skipping
13:01:17 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:01:17 WARN: man/src/plugin.md does not exist, skipping
13:01:17 INFO: man/src/port.md found
13:01:17 INFO: man/src/ps.md found
13:01:17 INFO: man/src/pull.md found
13:01:17 INFO: man/src/push.md found
13:01:17 INFO: man/src/rename.md found
13:01:17 INFO: man/src/restart.md found
13:01:17 INFO: man/src/rm.md found
13:01:17 INFO: man/src/rmi.md found
13:01:17 WARN: man/src/run.md does not exist, skipping
13:01:17 INFO: man/src/save.md found
13:01:17 INFO: man/src/search.md found
13:01:17 WARN: man/src/secret/create.md does not exist, skipping
13:01:17 WARN: man/src/secret/inspect.md does not exist, skipping
13:01:17 WARN: man/src/secret/ls.md does not exist, skipping
13:01:17 WARN: man/src/secret/rm.md does not exist, skipping
13:01:17 WARN: man/src/secret.md does not exist, skipping
13:01:17 WARN: man/src/service/create.md does not exist, skipping
13:01:17 WARN: man/src/service/inspect.md does not exist, skipping
13:01:17 WARN: man/src/service/logs.md does not exist, skipping
13:01:17 WARN: man/src/service/ls.md does not exist, skipping
13:01:17 WARN: man/src/service/ps.md does not exist, skipping
13:01:17 WARN: man/src/service/rm.md does not exist, skipping
13:01:17 WARN: man/src/service/rollback.md does not exist, skipping
13:01:17 WARN: man/src/service/scale.md does not exist, skipping
13:01:17 WARN: man/src/service/update.md does not exist, skipping
13:01:17 WARN: man/src/service.md does not exist, skipping
13:01:17 WARN: man/src/stack/config.md does not exist, skipping
13:01:17 WARN: man/src/stack/deploy.md does not exist, skipping
13:01:17 WARN: man/src/stack/ls.md does not exist, skipping
13:01:17 WARN: man/src/stack/ps.md does not exist, skipping
13:01:17 WARN: man/src/stack/rm.md does not exist, skipping
13:01:17 WARN: man/src/stack/services.md does not exist, skipping
13:01:17 WARN: man/src/stack.md does not exist, skipping
13:01:17 INFO: man/src/start.md found
13:01:17 INFO: man/src/stats.md found
13:01:17 INFO: man/src/stop.md found
13:01:17 WARN: man/src/swarm/ca.md does not exist, skipping
13:01:17 WARN: man/src/swarm/init.md does not exist, skipping
13:01:17 WARN: man/src/swarm/join.md does not exist, skipping
13:01:17 WARN: man/src/swarm/join-token.md does not exist, skipping
13:01:17 WARN: man/src/swarm/leave.md does not exist, skipping
13:01:17 WARN: man/src/swarm/unlock.md does not exist, skipping
13:01:17 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:01:17 WARN: man/src/swarm/update.md does not exist, skipping
13:01:17 WARN: man/src/swarm.md does not exist, skipping
13:01:17 WARN: man/src/system/df.md does not exist, skipping
13:01:17 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:01:17 INFO: man/src/system/events.md found
13:01:17 INFO: man/src/system/info.md found
13:01:17 WARN: man/src/system/prune.md does not exist, skipping
13:01:17 WARN: man/src/system.md does not exist, skipping
13:01:17 INFO: man/src/tag.md found
13:01:17 INFO: man/src/top.md found
13:01:17 WARN: man/src/trust/inspect.md does not exist, skipping
13:01:17 WARN: man/src/trust/key/generate.md does not exist, skipping
13:01:17 WARN: man/src/trust/key/load.md does not exist, skipping
13:01:17 WARN: man/src/trust/key.md does not exist, skipping
13:01:17 WARN: man/src/trust/revoke.md does not exist, skipping
13:01:17 WARN: man/src/trust/sign.md does not exist, skipping
13:01:17 WARN: man/src/trust/signer/add.md does not exist, skipping
13:01:17 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:01:17 WARN: man/src/trust/signer.md does not exist, skipping
13:01:17 WARN: man/src/trust.md does not exist, skipping
13:01:17 INFO: man/src/unpause.md found
13:01:17 INFO: man/src/update.md found
13:01:17 INFO: man/src/version.md found
13:01:17 INFO: man/src/volume/create.md found
13:01:17 INFO: man/src/volume/inspect.md found
13:01:17 INFO: man/src/volume/ls.md found
13:01:17 WARN: man/src/volume/prune.md does not exist, skipping
13:01:17 WARN: man/src/volume/rm.md does not exist, skipping
13:01:17 WARN: man/src/volume/update.md does not exist, skipping
13:01:17 INFO: man/src/volume.md found
13:01:17 INFO: man/src/wait.md found
13:01:17 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:01:17 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:01:17 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:01:17 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:01:17 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:01:17 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:01:17 + popd
13:01:17 ~/rpmbuild/BUILD/src
13:01:17 + RPM_EC=0
13:01:17 ++ jobs -p
13:01:17 + exit 0
13:01:17 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.07hq3V
13:01:17 + umask 022
13:01:17 + cd /root/rpmbuild/BUILD
13:01:17 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64 '!=' / ']'
13:01:17 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
13:01:17 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
13:01:17 + mkdir -p /root/rpmbuild/BUILDROOT
13:01:17 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
13:01:17 + 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:01:17 + export CFLAGS
13:01:17 + 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:01:17 + export CXXFLAGS
13:01:17 + 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:01:17 + export FFLAGS
13:01:17 + 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:01:17 + export FCFLAGS
13:01:17 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:01:17 + export LDFLAGS
13:01:17 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:01:17 + export LT_SYS_LIBRARY_PATH
13:01:17 + CC=gcc
13:01:17 + export CC
13:01:17 + CXX=g++
13:01:17 + export CXX
13:01:17 + cd src
13:01:17 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin
13:01:17 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/docker
13:01:17 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/bash-completion/completions
13:01:17 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/zsh/vendor-completions
13:01:17 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/fish/vendor_completions.d
13:01:17 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/bash-completion/completions/docker
13:01:17 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/zsh/vendor-completions/_docker
13:01:17 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/fish/vendor_completions.d/docker.fish
13:01:17 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/man/man1
13:01:17 + 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-update.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~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/man/man1
13:01:17 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/man/man5
13:01:17 + 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~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/man/man5
13:01:17 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/man/man8
13:01:17 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/man/man8
13:01:17 + mkdir -p build-docs
13:01:17 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:01:17 + cp cli/LICENSE build-docs/LICENSE
13:01:17 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:01:17 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:01:17 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:01:17 + cp cli/NOTICE build-docs/NOTICE
13:01:17 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:01:17 + cp cli/README.md build-docs/README.md
13:01:17 + /usr/lib/rpm/check-buildroot
13:01:17 + /usr/lib/rpm/redhat/brp-ldconfig
13:01:17 + /usr/lib/rpm/brp-compress
13:01:17 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:01:17 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:01:17 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:01:17 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:01:17 + /usr/lib/rpm/check-rpaths
13:01:17 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:01:17 + /usr/lib/rpm/brp-remove-la-files
13:01:17 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:01:17 + /usr/lib/rpm/redhat/brp-python-hardlink
13:01:17 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.bOkpJT
13:01:17 + umask 022
13:01:17 + cd /root/rpmbuild/BUILD
13:01:17 + 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:01:17 + export CFLAGS
13:01:17 + 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:01:17 + export CXXFLAGS
13:01:17 + 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:01:17 + export FFLAGS
13:01:17 + 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:01:17 + export FCFLAGS
13:01:17 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:01:17 + export LDFLAGS
13:01:17 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:01:17 + export LT_SYS_LIBRARY_PATH
13:01:17 + CC=gcc
13:01:17 + export CC
13:01:17 + CXX=g++
13:01:17 + export CXX
13:01:17 + cd src
13:01:17 ++ cli/build/docker --version
13:01:17 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:01:17 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:01:17 + echo 'PASS: cli version OK'
13:01:17 + RPM_EC=0
13:01:17 PASS: cli version OK
13:01:17 ++ jobs -p
13:01:17 + exit 0
13:01:17 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
13:01:17 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kKJixA
13:01:17 + umask 022
13:01:17 + cd /root/rpmbuild/BUILD
13:01:17 + cd src
13:01:17 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/doc/docker-ce-cli
13:01:17 + export LC_ALL=C
13:01:17 + LC_ALL=C
13:01:17 + export DOCDIR
13:01:17 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/doc/docker-ce-cli
13:01:17 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/doc/docker-ce-cli
13:01:17 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/doc/docker-ce-cli
13:01:17 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/doc/docker-ce-cli
13:01:17 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/doc/docker-ce-cli
13:01:17 + RPM_EC=0
13:01:17 ++ jobs -p
13:01:17 + exit 0
13:01:17 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.fc37 docker-ce-cli(aarch-64) = 1:0.0.0~20230206193855.ab4ef4a-0.fc37
13:01:17 Requires(interp): /bin/sh
13:01:17 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:01:17 Requires(post): /bin/sh
13:01:17 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:01:17 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:01:17 Recommends: docker-buildx-plugin docker-compose-plugin
13:01:17 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
13:01:17 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.src.rpm
13:01:18 make[2]: Entering directory '/root/build-deb/cli'
13:01:18 scripts/docs/generate-man.sh
13:01:18 + cp -r . /tmp/docker-cli-docsgen.Spwohejxcf/
13:01:18 + cd /tmp/docker-cli-docsgen.Spwohejxcf
13:01:18 + ./scripts/vendor init
13:01:18 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:01:18 + cp man/tools.go .
13:01:18 + ./scripts/vendor update
13:01:18 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:01:18 go: downloading github.com/docker/docker v23.0.0+incompatible
13:01:18 go: downloading github.com/fvbommel/sortorder v1.0.2
13:01:18 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:01:18 go: downloading github.com/morikuni/aec v1.0.0
13:01:18 go: downloading github.com/pkg/errors v0.9.1
13:01:18 go: downloading github.com/spf13/cobra v1.6.1
13:01:18 go: downloading github.com/spf13/pflag v1.0.5
13:01:18 go: downloading github.com/google/go-cmp v0.5.9
13:01:18 go: downloading gotest.tools/v3 v3.4.0
13:01:18 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:01:18 go: downloading golang.org/x/sys v0.4.0
13:01:18 go: downloading github.com/docker/go-units v0.5.0
13:01:18 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:01:18 go: downloading github.com/docker/go-connections v0.4.0
13:01:18 go: downloading github.com/moby/sys/sequential v0.5.0
13:01:18 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:01:18 go: downloading golang.org/x/text v0.6.0
13:01:18 go: downloading github.com/mattn/go-runewidth v0.0.13
13:01:18 go: downloading github.com/containerd/containerd v1.6.16
13:01:18 go: downloading github.com/moby/sys/signal v0.7.0
13:01:18 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:01:18 go: downloading github.com/moby/buildkit v0.10.6
13:01:18 go: downloading github.com/moby/patternmatcher v0.5.0
13:01:18 go: downloading github.com/opencontainers/go-digest v1.0.0
13:01:18 go: downloading gopkg.in/yaml.v2 v2.4.0
13:01:18 go: downloading github.com/gogo/protobuf v1.3.2
13:01:18 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:01:18 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:01:18 go: downloading golang.org/x/term v0.4.0
13:01:18 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:01:18 go: downloading github.com/imdario/mergo v0.3.12
13:01:18 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:01:18 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:01:18 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:01:18 go: downloading github.com/creack/pty v1.1.11
13:01:18 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:01:18 go: downloading gopkg.in/yaml.v3 v3.0.1
13:01:18 go: downloading github.com/stretchr/testify v1.8.0
13:01:18 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:01:18 go: downloading github.com/rivo/uniseg v0.2.0
13:01:18 go: downloading github.com/klauspost/compress v1.15.12
13:01:18 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:01:18 go: downloading github.com/containerd/continuity v0.3.0
13:01:18 go: downloading github.com/moby/sys/symlink v0.2.0
13:01:18 go: downloading golang.org/x/time v0.1.0
13:01:18 go: downloading github.com/opencontainers/runc v1.1.3
13:01:18 go: downloading golang.org/x/crypto v0.2.0
13:01:18 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:01:18 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:01:18 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:01:18 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:01:18 go: downloading google.golang.org/grpc v1.48.0
13:01:18 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:01:18 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:01:18 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:01:18 go: downloading github.com/russross/blackfriday v1.6.0
13:01:18 go: downloading github.com/Microsoft/go-winio v0.5.2
13:01:18 go: downloading golang.org/x/net v0.5.0
13:01:18 go: downloading github.com/davecgh/go-spew v1.1.1
13:01:18 go: downloading github.com/pmezard/go-difflib v1.0.0
13:01:18 go: downloading github.com/miekg/pkcs11 v1.1.1
13:01:18 go: downloading github.com/prometheus/client_golang v1.14.0
13:01:18 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:01:18 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:01:18 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:01:18 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:01:18 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:01:18 go: downloading github.com/golang/protobuf v1.5.2
13:01:18 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:01:19 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:01:19 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:01:19 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:01:19 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:01:19 go: downloading github.com/beorn7/perks v1.0.1
13:01:19 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:01:19 go: downloading github.com/prometheus/client_model v0.3.0
13:01:19 go: downloading github.com/prometheus/common v0.37.0
13:01:19 go: downloading github.com/prometheus/procfs v0.8.0
13:01:19 go: downloading google.golang.org/protobuf v1.28.1
13:01:19 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:01:19 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:01:19 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:01:19 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:01:19 go: downloading k8s.io/klog/v2 v2.80.1
13:01:19 go: downloading github.com/kr/text v0.2.0
13:01:19 go: downloading github.com/docker/go-metrics v0.0.1
13:01:19 go: downloading github.com/BurntSushi/toml v0.3.1
13:01:19 go: downloading github.com/kr/pretty v0.2.1
13:01:19 go: downloading github.com/magiconair/properties v1.5.3
13:01:19 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:01:19 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:01:19 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:01:19 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:01:19 go: downloading github.com/go-logr/logr v1.2.3
13:01:19 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:01:19 + go mod vendor -modfile=vendor.mod
13:01:20 make[2]: Entering directory '/root/build-deb/cli'
13:01:20 scripts/docs/generate-man.sh
13:01:20 + cp -r . /tmp/docker-cli-docsgen.kKAMkG91Pj/
13:01:20 + cd /tmp/docker-cli-docsgen.kKAMkG91Pj
13:01:20 + ./scripts/vendor init
13:01:20 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:01:20 + cp man/tools.go .
13:01:20 + ./scripts/vendor update
13:01:20 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:01:20 go: downloading github.com/docker/docker v23.0.0+incompatible
13:01:20 go: downloading github.com/fvbommel/sortorder v1.0.2
13:01:20 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:01:20 go: downloading github.com/morikuni/aec v1.0.0
13:01:20 go: downloading github.com/pkg/errors v0.9.1
13:01:20 go: downloading github.com/spf13/cobra v1.6.1
13:01:20 go: downloading github.com/spf13/pflag v1.0.5
13:01:20 go: downloading github.com/google/go-cmp v0.5.9
13:01:20 go: downloading gotest.tools/v3 v3.4.0
13:01:20 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:01:20 go: downloading golang.org/x/sys v0.4.0
13:01:20 go: downloading github.com/docker/go-units v0.5.0
13:01:20 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:01:20 go: downloading github.com/docker/go-connections v0.4.0
13:01:20 go: downloading github.com/moby/sys/sequential v0.5.0
13:01:20 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:01:20 go: downloading golang.org/x/text v0.6.0
13:01:20 go: downloading github.com/mattn/go-runewidth v0.0.13
13:01:20 go: downloading github.com/containerd/containerd v1.6.16
13:01:20 go: downloading github.com/moby/sys/signal v0.7.0
13:01:20 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:01:20 go: downloading github.com/moby/buildkit v0.10.6
13:01:20 go: downloading github.com/moby/patternmatcher v0.5.0
13:01:20 go: downloading github.com/opencontainers/go-digest v1.0.0
13:01:20 go: downloading github.com/gogo/protobuf v1.3.2
13:01:20 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:01:20 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:01:20 go: downloading gopkg.in/yaml.v2 v2.4.0
13:01:20 go: downloading golang.org/x/term v0.4.0
13:01:20 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:01:20 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:01:20 go: downloading github.com/imdario/mergo v0.3.12
13:01:20 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:01:20 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:01:20 go: downloading github.com/creack/pty v1.1.11
13:01:20 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:01:20 go: downloading gopkg.in/yaml.v3 v3.0.1
13:01:20 go: downloading github.com/stretchr/testify v1.8.0
13:01:20 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:01:20 go: downloading github.com/rivo/uniseg v0.2.0
13:01:20 go: downloading github.com/klauspost/compress v1.15.12
13:01:20 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:01:20 go: downloading github.com/containerd/continuity v0.3.0
13:01:20 go: downloading github.com/moby/sys/symlink v0.2.0
13:01:20 go: downloading golang.org/x/time v0.1.0
13:01:20 go: downloading github.com/opencontainers/runc v1.1.3
13:01:20 go: downloading golang.org/x/crypto v0.2.0
13:01:20 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:01:20 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:01:20 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:01:20 go: downloading google.golang.org/grpc v1.48.0
13:01:20 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:01:20 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:01:20 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:01:20 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:01:20 go: downloading github.com/russross/blackfriday v1.6.0
13:01:20 go: downloading github.com/Microsoft/go-winio v0.5.2
13:01:20 go: downloading golang.org/x/net v0.5.0
13:01:20 go: downloading github.com/davecgh/go-spew v1.1.1
13:01:20 go: downloading github.com/pmezard/go-difflib v1.0.0
13:01:20 go: downloading github.com/miekg/pkcs11 v1.1.1
13:01:20 go: downloading github.com/prometheus/client_golang v1.14.0
13:01:20 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:01:20 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:01:20 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:01:20 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:01:20 go: downloading github.com/golang/protobuf v1.5.2
13:01:20 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:01:20 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:01:20 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:01:20 go: downloading github.com/beorn7/perks v1.0.1
13:01:20 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:01:20 go: downloading github.com/prometheus/client_model v0.3.0
13:01:20 go: downloading github.com/prometheus/common v0.37.0
13:01:20 go: downloading github.com/prometheus/procfs v0.8.0
13:01:20 go: downloading google.golang.org/protobuf v1.28.1
13:01:20 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:01:20 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:01:20 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:01:20 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:01:20 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:01:20 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:01:20 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:01:20 go: downloading k8s.io/klog/v2 v2.80.1
13:01:20 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:01:20 go: downloading github.com/docker/go-metrics v0.0.1
13:01:20 go: downloading github.com/kr/text v0.2.0
13:01:20 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:01:20 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:01:20 go: downloading github.com/BurntSushi/toml v0.3.1
13:01:20 go: downloading github.com/kr/pretty v0.2.1
13:01:20 go: downloading github.com/magiconair/properties v1.5.3
13:01:20 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:01:20 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:01:20 go: downloading github.com/go-logr/logr v1.2.3
13:01:20 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:01:20 + go mod vendor -modfile=vendor.mod
13:01:21 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:01:21 make[2]: Entering directory '/root/build-deb/cli'
13:01:21 scripts/docs/generate-man.sh
13:01:21 + cp -r . /tmp/docker-cli-docsgen.PUVqJ8Lcfg/
13:01:21 + cd /tmp/docker-cli-docsgen.PUVqJ8Lcfg
13:01:21 + ./scripts/vendor init
13:01:21 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:01:21 + cp man/tools.go .
13:01:21 + ./scripts/vendor update
13:01:21 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:01:21 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:01:21 go: downloading github.com/spf13/cobra v1.6.1
13:01:21 go: downloading github.com/spf13/pflag v1.0.5
13:01:21 go: downloading github.com/docker/docker v23.0.0+incompatible
13:01:21 go: downloading github.com/fvbommel/sortorder v1.0.2
13:01:21 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:01:21 go: downloading github.com/morikuni/aec v1.0.0
13:01:21 go: downloading github.com/pkg/errors v0.9.1
13:01:21 go: downloading github.com/google/go-cmp v0.5.9
13:01:21 go: downloading gotest.tools/v3 v3.4.0
13:01:21 go: downloading golang.org/x/sys v0.4.0
13:01:21 go: downloading github.com/docker/go-units v0.5.0
13:01:21 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:01:21 go: downloading github.com/docker/go-connections v0.4.0
13:01:21 go: downloading github.com/moby/sys/sequential v0.5.0
13:01:21 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:01:22 go: downloading golang.org/x/text v0.6.0
13:01:22 go: downloading github.com/mattn/go-runewidth v0.0.13
13:01:22 go: downloading github.com/containerd/containerd v1.6.16
13:01:22 go: downloading github.com/moby/sys/signal v0.7.0
13:01:22 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:01:22 go: downloading github.com/moby/buildkit v0.10.6
13:01:22 go: downloading github.com/moby/patternmatcher v0.5.0
13:01:22 go: downloading github.com/opencontainers/go-digest v1.0.0
13:01:22 go: downloading github.com/gogo/protobuf v1.3.2
13:01:23 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:01:23 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:01:23 go: downloading gopkg.in/yaml.v2 v2.4.0
13:01:23 go: downloading golang.org/x/term v0.4.0
13:01:23 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:01:23 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:01:23 go: downloading github.com/imdario/mergo v0.3.12
13:01:23 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:01:23 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:01:23 go: downloading github.com/creack/pty v1.1.11
13:01:23 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:01:25 go: downloading gopkg.in/yaml.v3 v3.0.1
13:01:25 go: downloading github.com/stretchr/testify v1.8.0
13:01:25 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:01:25 go: downloading github.com/rivo/uniseg v0.2.0
13:01:25 go: downloading github.com/klauspost/compress v1.15.12
13:01:25 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:01:25 go: downloading github.com/containerd/continuity v0.3.0
13:01:25 go: downloading github.com/moby/sys/symlink v0.2.0
13:01:25 go: downloading golang.org/x/time v0.1.0
13:01:25 go: downloading github.com/opencontainers/runc v1.1.3
13:01:25 go: downloading golang.org/x/crypto v0.2.0
13:01:25 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:01:25 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:01:25 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:01:25 go: downloading google.golang.org/grpc v1.48.0
13:01:26 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:01:26 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:01:26 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:01:26 go: downloading github.com/russross/blackfriday v1.6.0
13:01:26 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:01:26 go: downloading github.com/Microsoft/go-winio v0.5.2
13:01:26 go: downloading golang.org/x/net v0.5.0
13:01:26 make[2]: Entering directory '/root/build-deb/cli'
13:01:26 scripts/docs/generate-man.sh
13:01:26 + cp -r . /tmp/docker-cli-docsgen.ro3bJIHOyd/
13:01:26 + cd /tmp/docker-cli-docsgen.ro3bJIHOyd
13:01:26 + ./scripts/vendor init
13:01:26 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:01:26 + cp man/tools.go .
13:01:26 + ./scripts/vendor update
13:01:26 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:01:26 go: downloading github.com/docker/docker v23.0.0+incompatible
13:01:26 go: downloading github.com/fvbommel/sortorder v1.0.2
13:01:26 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:01:26 go: downloading github.com/morikuni/aec v1.0.0
13:01:26 go: downloading github.com/pkg/errors v0.9.1
13:01:26 go: downloading github.com/spf13/cobra v1.6.1
13:01:26 go: downloading github.com/spf13/pflag v1.0.5
13:01:26 go: downloading github.com/google/go-cmp v0.5.9
13:01:26 go: downloading gotest.tools/v3 v3.4.0
13:01:26 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:01:26 go: downloading golang.org/x/sys v0.4.0
13:01:26 go: downloading github.com/docker/go-units v0.5.0
13:01:26 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:01:26 go: downloading github.com/docker/go-connections v0.4.0
13:01:26 go: downloading github.com/moby/sys/sequential v0.5.0
13:01:26 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:01:26 go: downloading golang.org/x/text v0.6.0
13:01:26 go: downloading github.com/mattn/go-runewidth v0.0.13
13:01:26 go: downloading github.com/containerd/containerd v1.6.16
13:01:26 go: downloading github.com/moby/sys/signal v0.7.0
13:01:26 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:01:26 go: downloading github.com/moby/buildkit v0.10.6
13:01:26 go: downloading github.com/moby/patternmatcher v0.5.0
13:01:26 go: downloading github.com/opencontainers/go-digest v1.0.0
13:01:26 go: downloading gopkg.in/yaml.v2 v2.4.0
13:01:26 go: downloading github.com/gogo/protobuf v1.3.2
13:01:26 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:01:26 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:01:26 go: downloading golang.org/x/term v0.4.0
13:01:26 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:01:26 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:01:26 go: downloading github.com/imdario/mergo v0.3.12
13:01:26 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:01:26 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:01:26 go: downloading github.com/creack/pty v1.1.11
13:01:26 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:01:26 go: downloading gopkg.in/yaml.v3 v3.0.1
13:01:26 go: downloading github.com/stretchr/testify v1.8.0
13:01:26 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:01:26 go: downloading github.com/rivo/uniseg v0.2.0
13:01:26 go: downloading github.com/klauspost/compress v1.15.12
13:01:26 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:01:26 go: downloading github.com/containerd/continuity v0.3.0
13:01:26 go: downloading github.com/moby/sys/symlink v0.2.0
13:01:26 go: downloading golang.org/x/time v0.1.0
13:01:26 go: downloading github.com/opencontainers/runc v1.1.3
13:01:26 go: downloading golang.org/x/crypto v0.2.0
13:01:26 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:01:26 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:01:26 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:01:26 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:01:26 go: downloading google.golang.org/grpc v1.48.0
13:01:26 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:01:26 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:01:26 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:01:26 go: downloading github.com/russross/blackfriday v1.6.0
13:01:26 go: downloading github.com/Microsoft/go-winio v0.5.2
13:01:26 go: downloading golang.org/x/net v0.5.0
13:01:26 go: downloading github.com/davecgh/go-spew v1.1.1
13:01:26 go: downloading github.com/pmezard/go-difflib v1.0.0
13:01:26 go: downloading github.com/miekg/pkcs11 v1.1.1
13:01:26 go: downloading github.com/prometheus/client_golang v1.14.0
13:01:26 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:01:26 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:01:26 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:01:26 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:01:26 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:01:26 go: downloading github.com/golang/protobuf v1.5.2
13:01:26 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:01:26 go: downloading github.com/davecgh/go-spew v1.1.1
13:01:26 go: downloading github.com/pmezard/go-difflib v1.0.0
13:01:26 go: downloading github.com/miekg/pkcs11 v1.1.1
13:01:26 go: downloading github.com/prometheus/client_golang v1.14.0
13:01:26 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:01:26 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:01:26 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:01:26 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:01:26 go: downloading github.com/golang/protobuf v1.5.2
13:01:26 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:01:27 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64.rpm
13:01:27 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4hyIdc
13:01:27 + umask 022
13:01:27 + cd /root/rpmbuild/BUILD
13:01:27 + cd src
13:01:27 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
13:01:27 + RPM_EC=0
13:01:27 ++ jobs -p
13:01:27 + exit 0
13:01:27 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.3p5o6S
13:01:27 + umask 022
13:01:27 + cd /root/rpmbuild/BUILD
13:01:27 + rm -rf src src.gemspec
13:01:27 + RPM_EC=0
13:01:27 ++ jobs -p
13:01:27 + exit 0
13:01:27 
13:01:27 RPM build warnings:
13:01:27     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:01:27     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:01:27     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:01:27     source_date_epoch_from_changelog set but %changelog is missing
13:01:27     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/docker-proxy
13:01:27     source_date_epoch_from_changelog set but %changelog is missing
13:01:27 warning: source_date_epoch_from_changelog set but %changelog is missing
13:01:27 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fryygp
13:01:27 + umask 022
13:01:27 + cd /root/rpmbuild/BUILD
13:01:27 + cd /root/rpmbuild/BUILD
13:01:27 + rm -rf src
13:01:27 + /usr/bin/mkdir -p src
13:01:27 + cd src
13:01:27 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
13:01:27 + STATUS=0
13:01:27 + '[' 0 -ne 0 ']'
13:01:27 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
13:01:27 + STATUS=0
13:01:27 + '[' 0 -ne 0 ']'
13:01:27 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:01:27 + RPM_EC=0
13:01:27 ++ jobs -p
13:01:27 + exit 0
13:01:27 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IKS3Op
13:01:27 + umask 022
13:01:27 + cd /root/rpmbuild/BUILD
13:01:27 + 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:01:27 + export CFLAGS
13:01:27 + 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:01:27 + export CXXFLAGS
13:01:27 + 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:01:27 + export FFLAGS
13:01:27 + 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:01:27 + export FCFLAGS
13:01:27 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:01:27 + export LDFLAGS
13:01:27 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:01:27 + export LT_SYS_LIBRARY_PATH
13:01:27 + CC=gcc
13:01:27 + export CC
13:01:27 + CXX=g++
13:01:27 + export CXX
13:01:27 + cd src
13:01:27 + export DOCKER_GITCOMMIT=1141704
13:01:27 + DOCKER_GITCOMMIT=1141704
13:01:27 + mkdir -p /go/src/github.com/docker
13:01:27 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:01:27 + TMP_GOPATH=/go
13:01:27 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:01:27 + RM_GOPATH=0
13:01:27 + TMP_GOPATH=/go
13:01:27 + : /usr/local/bin
13:01:27 + '[' -z /go ']'
13:01:27 + export GOPATH=/go
13:01:27 + GOPATH=/go
13:01:27 + case "$(go env GOARCH)" in
13:01:27 ++ go env GOARCH
13:01:27 + export GO_BUILDMODE=-buildmode=pie
13:01:27 + GO_BUILDMODE=-buildmode=pie
13:01:27 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:01:27 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:01:27 + bin=rootlesskit
13:01:27 + shift
13:01:27 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:01:27 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:01:27 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:01:27 + install_rootlesskit dynamic
13:01:27 + case "$1" in
13:01:27 + install_rootlesskit_dynamic
13:01:27 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:01:27 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:01:27 + export BUILD_MODE=-buildmode=pie
13:01:27 + BUILD_MODE=-buildmode=pie
13:01:27 + _install_rootlesskit
13:01:27 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:01:27 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:01:27 + for f in rootlesskit rootlesskit-docker-proxy
13:01:27 + GOBIN=/usr/local/bin
13:01:27 + GO111MODULE=on
13:01:27 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:01:27 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:01:27 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:01:27 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:01:27 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:01:27 go: downloading github.com/beorn7/perks v1.0.1
13:01:27 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:01:27 go: downloading github.com/prometheus/client_model v0.3.0
13:01:27 go: downloading github.com/prometheus/common v0.37.0
13:01:27 go: downloading github.com/prometheus/procfs v0.8.0
13:01:27 go: downloading google.golang.org/protobuf v1.28.1
13:01:27 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:01:27 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:01:27 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:01:27 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:01:27 go: downloading k8s.io/klog/v2 v2.80.1
13:01:27 go: downloading github.com/kr/text v0.2.0
13:01:27 go: downloading github.com/docker/go-metrics v0.0.1
13:01:27 go: downloading github.com/BurntSushi/toml v0.3.1
13:01:27 go: downloading github.com/kr/pretty v0.2.1
13:01:27 go: downloading github.com/magiconair/properties v1.5.3
13:01:27 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:01:27 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:01:27 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:01:27 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:01:27 go: downloading github.com/go-logr/logr v1.2.3
13:01:27 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:01:27 + go mod vendor -modfile=vendor.mod
13:01:27 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:01:27 make[2]: Entering directory '/root/build-deb/cli'
13:01:27 scripts/docs/generate-man.sh
13:01:27 + cp -r . /tmp/docker-cli-docsgen.SMr9MIV3JI/
13:01:27 + cd /tmp/docker-cli-docsgen.SMr9MIV3JI
13:01:27 + ./scripts/vendor init
13:01:27 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:01:27 + cp man/tools.go .
13:01:27 + ./scripts/vendor update
13:01:27 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:01:27 go: downloading github.com/spf13/cobra v1.6.1
13:01:27 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:01:27 go: downloading github.com/spf13/pflag v1.0.5
13:01:27 go: downloading github.com/docker/docker v23.0.0+incompatible
13:01:27 go: downloading github.com/fvbommel/sortorder v1.0.2
13:01:27 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:01:27 go: downloading github.com/morikuni/aec v1.0.0
13:01:27 go: downloading github.com/pkg/errors v0.9.1
13:01:27 go: downloading github.com/google/go-cmp v0.5.9
13:01:27 go: downloading gotest.tools/v3 v3.4.0
13:01:27 go: downloading golang.org/x/sys v0.4.0
13:01:27 go: downloading github.com/docker/go-units v0.5.0
13:01:27 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:01:27 go: downloading github.com/docker/go-connections v0.4.0
13:01:27 go: downloading github.com/moby/sys/sequential v0.5.0
13:01:27 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:01:27 go: downloading golang.org/x/text v0.6.0
13:01:28 go: downloading github.com/urfave/cli/v2 v2.23.5
13:01:28 go: downloading golang.org/x/sys v0.2.0
13:01:28 go: downloading github.com/mattn/go-runewidth v0.0.13
13:01:28 go: downloading github.com/containerd/containerd v1.6.16
13:01:28 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:01:28 go: downloading github.com/google/uuid v1.3.0
13:01:28 go: downloading github.com/moby/vpnkit v0.5.0
13:01:28 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:01:28 go: downloading github.com/gofrs/flock v0.8.1
13:01:28 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:01:28 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:01:28 go: downloading golang.org/x/net v0.1.0
13:01:28 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:01:28 go: downloading github.com/moby/sys/signal v0.7.0
13:01:28 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:01:28 go: downloading github.com/moby/buildkit v0.10.6
13:01:28 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:01:28 go: downloading github.com/moby/patternmatcher v0.5.0
13:01:28 go: downloading github.com/opencontainers/go-digest v1.0.0
13:01:28 go: downloading gopkg.in/yaml.v2 v2.4.0
13:01:28 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:01:28 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:01:28 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:01:28 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:01:28 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:01:28 go: downloading github.com/beorn7/perks v1.0.1
13:01:28 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:01:28 go: downloading github.com/prometheus/client_model v0.3.0
13:01:28 go: downloading github.com/prometheus/common v0.37.0
13:01:28 go: downloading github.com/prometheus/procfs v0.8.0
13:01:28 go: downloading google.golang.org/protobuf v1.28.1
13:01:28 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:01:28 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:01:28 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:01:28 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:01:28 go: downloading k8s.io/klog/v2 v2.80.1
13:01:28 go: downloading github.com/docker/go-metrics v0.0.1
13:01:28 go: downloading github.com/kr/text v0.2.0
13:01:28 go: downloading github.com/BurntSushi/toml v0.3.1
13:01:28 go: downloading github.com/kr/pretty v0.2.1
13:01:28 go: downloading github.com/magiconair/properties v1.5.3
13:01:28 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:01:28 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:01:28 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:01:28 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:01:28 go: downloading github.com/go-logr/logr v1.2.3
13:01:28 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:01:28 + go mod vendor -modfile=vendor.mod
13:01:29 go: downloading github.com/gogo/protobuf v1.3.2
13:01:29 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:01:29 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:01:29 go: downloading golang.org/x/term v0.4.0
13:01:29 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:01:29 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:01:29 go: downloading github.com/imdario/mergo v0.3.12
13:01:29 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:01:29 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:01:29 go: downloading github.com/creack/pty v1.1.11
13:01:29 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:01:30 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:01:30 ++ pwd
13:01:30 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:01:30 Project root: .
13:01:30 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:01:30 INFO: man/src/attach.md found
13:01:30 WARN: man/src/build.md does not exist, skipping
13:01:30 WARN: man/src/builder/build.md does not exist, skipping
13:01:30 WARN: man/src/builder/prune.md does not exist, skipping
13:01:30 WARN: man/src/builder.md does not exist, skipping
13:01:30 WARN: man/src/checkpoint/create.md does not exist, skipping
13:01:30 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:01:30 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:01:30 WARN: man/src/checkpoint.md does not exist, skipping
13:01:30 INFO: man/src/commit.md found
13:01:30 WARN: man/src/config/create.md does not exist, skipping
13:01:30 WARN: man/src/config/inspect.md does not exist, skipping
13:01:30 WARN: man/src/config/ls.md does not exist, skipping
13:01:30 WARN: man/src/config/rm.md does not exist, skipping
13:01:30 WARN: man/src/config.md does not exist, skipping
13:01:30 INFO: man/src/container/attach.md found
13:01:30 INFO: man/src/container/commit.md found
13:01:30 INFO: man/src/container/cp.md found
13:01:30 INFO: man/src/container/create.md found
13:01:30 INFO: man/src/container/diff.md found
13:01:30 INFO: man/src/container/exec.md found
13:01:30 INFO: man/src/container/export.md found
13:01:30 WARN: man/src/container/inspect.md does not exist, skipping
13:01:30 INFO: man/src/container/kill.md found
13:01:30 INFO: man/src/container/logs.md found
13:01:30 INFO: man/src/container/ls.md found
13:01:30 INFO: man/src/container/pause.md found
13:01:30 INFO: man/src/container/port.md found
13:01:30 WARN: man/src/container/prune.md does not exist, skipping
13:01:30 INFO: man/src/container/rename.md found
13:01:30 INFO: man/src/container/restart.md found
13:01:30 INFO: man/src/container/rm.md found
13:01:30 INFO: man/src/container/run.md found
13:01:30 INFO: man/src/container/start.md found
13:01:30 INFO: man/src/container/stats.md found
13:01:30 INFO: man/src/container/stop.md found
13:01:30 INFO: man/src/container/top.md found
13:01:30 INFO: man/src/container/unpause.md found
13:01:30 INFO: man/src/container/update.md found
13:01:30 INFO: man/src/container/wait.md found
13:01:30 WARN: man/src/container.md does not exist, skipping
13:01:30 WARN: man/src/context/create.md does not exist, skipping
13:01:30 WARN: man/src/context/export.md does not exist, skipping
13:01:30 WARN: man/src/context/import.md does not exist, skipping
13:01:30 WARN: man/src/context/inspect.md does not exist, skipping
13:01:30 WARN: man/src/context/ls.md does not exist, skipping
13:01:30 WARN: man/src/context/rm.md does not exist, skipping
13:01:30 WARN: man/src/context/show.md does not exist, skipping
13:01:30 WARN: man/src/context/update.md does not exist, skipping
13:01:30 WARN: man/src/context/use.md does not exist, skipping
13:01:30 WARN: man/src/context.md does not exist, skipping
13:01:30 INFO: man/src/cp.md found
13:01:30 INFO: man/src/create.md found
13:01:30 INFO: man/src/diff.md found
13:01:30 INFO: man/src/events.md found
13:01:30 INFO: man/src/exec.md found
13:01:30 INFO: man/src/export.md found
13:01:30 INFO: man/src/history.md found
13:01:30 INFO: man/src/image/build.md found
13:01:30 INFO: man/src/image/history.md found
13:01:30 INFO: man/src/image/import.md found
13:01:30 WARN: man/src/image/inspect.md does not exist, skipping
13:01:30 INFO: man/src/image/load.md found
13:01:30 INFO: man/src/image/ls.md found
13:01:30 WARN: man/src/image/prune.md does not exist, skipping
13:01:30 INFO: man/src/image/pull.md found
13:01:30 INFO: man/src/image/push.md found
13:01:30 INFO: man/src/image/rm.md found
13:01:30 INFO: man/src/image/save.md found
13:01:30 INFO: man/src/image/tag.md found
13:01:30 WARN: man/src/image.md does not exist, skipping
13:01:30 INFO: man/src/images.md found
13:01:30 INFO: man/src/import.md found
13:01:30 INFO: man/src/info.md found
13:01:30 INFO: man/src/inspect.md found
13:01:30 INFO: man/src/kill.md found
13:01:30 INFO: man/src/load.md found
13:01:30 INFO: man/src/login.md found
13:01:30 INFO: man/src/logout.md found
13:01:30 INFO: man/src/logs.md found
13:01:30 WARN: man/src/manifest/annotate.md does not exist, skipping
13:01:30 WARN: man/src/manifest/create.md does not exist, skipping
13:01:30 WARN: man/src/manifest/inspect.md does not exist, skipping
13:01:30 WARN: man/src/manifest/push.md does not exist, skipping
13:01:30 WARN: man/src/manifest/rm.md does not exist, skipping
13:01:30 WARN: man/src/manifest.md does not exist, skipping
13:01:30 INFO: man/src/network/connect.md found
13:01:30 INFO: man/src/network/create.md found
13:01:30 INFO: man/src/network/disconnect.md found
13:01:30 INFO: man/src/network/inspect.md found
13:01:30 INFO: man/src/network/ls.md found
13:01:30 WARN: man/src/network/prune.md does not exist, skipping
13:01:30 INFO: man/src/network/rm.md found
13:01:30 WARN: man/src/network.md does not exist, skipping
13:01:30 WARN: man/src/node/demote.md does not exist, skipping
13:01:30 WARN: man/src/node/inspect.md does not exist, skipping
13:01:30 WARN: man/src/node/ls.md does not exist, skipping
13:01:30 WARN: man/src/node/promote.md does not exist, skipping
13:01:30 WARN: man/src/node/ps.md does not exist, skipping
13:01:30 WARN: man/src/node/rm.md does not exist, skipping
13:01:30 WARN: man/src/node/update.md does not exist, skipping
13:01:30 WARN: man/src/node.md does not exist, skipping
13:01:30 INFO: man/src/pause.md found
13:01:30 WARN: man/src/plugin/create.md does not exist, skipping
13:01:30 WARN: man/src/plugin/disable.md does not exist, skipping
13:01:30 WARN: man/src/plugin/enable.md does not exist, skipping
13:01:30 WARN: man/src/plugin/inspect.md does not exist, skipping
13:01:30 WARN: man/src/plugin/install.md does not exist, skipping
13:01:30 INFO: man/src/plugin/ls.md found
13:01:30 WARN: man/src/plugin/push.md does not exist, skipping
13:01:30 WARN: man/src/plugin/rm.md does not exist, skipping
13:01:30 WARN: man/src/plugin/set.md does not exist, skipping
13:01:30 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:01:30 WARN: man/src/plugin.md does not exist, skipping
13:01:30 INFO: man/src/port.md found
13:01:30 INFO: man/src/ps.md found
13:01:30 INFO: man/src/pull.md found
13:01:30 INFO: man/src/push.md found
13:01:30 INFO: man/src/rename.md found
13:01:30 INFO: man/src/restart.md found
13:01:30 INFO: man/src/rm.md found
13:01:30 INFO: man/src/rmi.md found
13:01:30 WARN: man/src/run.md does not exist, skipping
13:01:30 INFO: man/src/save.md found
13:01:30 INFO: man/src/search.md found
13:01:30 WARN: man/src/secret/create.md does not exist, skipping
13:01:30 WARN: man/src/secret/inspect.md does not exist, skipping
13:01:30 WARN: man/src/secret/ls.md does not exist, skipping
13:01:30 WARN: man/src/secret/rm.md does not exist, skipping
13:01:30 WARN: man/src/secret.md does not exist, skipping
13:01:30 WARN: man/src/service/create.md does not exist, skipping
13:01:30 WARN: man/src/service/inspect.md does not exist, skipping
13:01:30 WARN: man/src/service/logs.md does not exist, skipping
13:01:30 WARN: man/src/service/ls.md does not exist, skipping
13:01:30 WARN: man/src/service/ps.md does not exist, skipping
13:01:30 WARN: man/src/service/rm.md does not exist, skipping
13:01:30 WARN: man/src/service/rollback.md does not exist, skipping
13:01:30 WARN: man/src/service/scale.md does not exist, skipping
13:01:30 WARN: man/src/service/update.md does not exist, skipping
13:01:30 WARN: man/src/service.md does not exist, skipping
13:01:30 WARN: man/src/stack/config.md does not exist, skipping
13:01:30 WARN: man/src/stack/deploy.md does not exist, skipping
13:01:30 WARN: man/src/stack/ls.md does not exist, skipping
13:01:30 WARN: man/src/stack/ps.md does not exist, skipping
13:01:30 WARN: man/src/stack/rm.md does not exist, skipping
13:01:30 WARN: man/src/stack/services.md does not exist, skipping
13:01:30 WARN: man/src/stack.md does not exist, skipping
13:01:30 INFO: man/src/start.md found
13:01:30 INFO: man/src/stats.md found
13:01:30 INFO: man/src/stop.md found
13:01:30 WARN: man/src/swarm/ca.md does not exist, skipping
13:01:30 WARN: man/src/swarm/init.md does not exist, skipping
13:01:30 WARN: man/src/swarm/join.md does not exist, skipping
13:01:30 WARN: man/src/swarm/join-token.md does not exist, skipping
13:01:30 WARN: man/src/swarm/leave.md does not exist, skipping
13:01:30 WARN: man/src/swarm/unlock.md does not exist, skipping
13:01:30 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:01:30 WARN: man/src/swarm/update.md does not exist, skipping
13:01:30 WARN: man/src/swarm.md does not exist, skipping
13:01:30 WARN: man/src/system/df.md does not exist, skipping
13:01:30 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:01:30 INFO: man/src/system/events.md found
13:01:30 INFO: man/src/system/info.md found
13:01:30 WARN: man/src/system/prune.md does not exist, skipping
13:01:30 WARN: man/src/system.md does not exist, skipping
13:01:30 INFO: man/src/tag.md found
13:01:30 INFO: man/src/top.md found
13:01:30 WARN: man/src/trust/inspect.md does not exist, skipping
13:01:30 WARN: man/src/trust/key/generate.md does not exist, skipping
13:01:30 WARN: man/src/trust/key/load.md does not exist, skipping
13:01:30 WARN: man/src/trust/key.md does not exist, skipping
13:01:30 WARN: man/src/trust/revoke.md does not exist, skipping
13:01:30 WARN: man/src/trust/sign.md does not exist, skipping
13:01:30 WARN: man/src/trust/signer/add.md does not exist, skipping
13:01:30 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:01:30 WARN: man/src/trust/signer.md does not exist, skipping
13:01:30 WARN: man/src/trust.md does not exist, skipping
13:01:30 INFO: man/src/unpause.md found
13:01:30 INFO: man/src/update.md found
13:01:30 INFO: man/src/version.md found
13:01:30 INFO: man/src/volume/create.md found
13:01:30 INFO: man/src/volume/inspect.md found
13:01:30 INFO: man/src/volume/ls.md found
13:01:30 WARN: man/src/volume/prune.md does not exist, skipping
13:01:30 WARN: man/src/volume/rm.md does not exist, skipping
13:01:30 WARN: man/src/volume/update.md does not exist, skipping
13:01:30 INFO: man/src/volume.md found
13:01:30 INFO: man/src/wait.md found
13:01:30 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:01:30 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:01:30 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:01:30 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:01:30 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:01:30 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:01:30 ~/rpmbuild/BUILD/src
13:01:30 + popd
13:01:30 + RPM_EC=0
13:01:30 ++ jobs -p
13:01:30 + exit 0
13:01:30 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kqp8d6
13:01:30 + umask 022
13:01:30 + cd /root/rpmbuild/BUILD
13:01:30 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64 '!=' / ']'
13:01:30 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
13:01:30 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
13:01:30 + mkdir -p /root/rpmbuild/BUILDROOT
13:01:30 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
13:01: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:01:30 + export CFLAGS
13:01: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:01:30 + export CXXFLAGS
13:01: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:01:30 + export FFLAGS
13:01: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:01:30 + export FCFLAGS
13:01: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~20230206193855.ab4ef4a-0.fc36.aarch64.ld'
13:01:30 + export LDFLAGS
13:01:30 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:01:30 + export LT_SYS_LIBRARY_PATH
13:01:30 + CC=gcc
13:01:30 + export CC
13:01:30 + CXX=g++
13:01:30 + export CXX
13:01:30 + cd src
13:01:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin
13:01:30 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/docker
13:01:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/bash-completion/completions
13:01:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/zsh/vendor-completions
13:01:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/fish/vendor_completions.d
13:01:30 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/bash-completion/completions/docker
13:01:30 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/zsh/vendor-completions/_docker
13:01:30 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/fish/vendor_completions.d/docker.fish
13:01:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/man/man1
13:01: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-update.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~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/man/man1
13:01:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/man/man5
13:01: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~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/man/man5
13:01:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/man/man8
13:01:30 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/man/man8
13:01:30 + mkdir -p build-docs
13:01:30 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:01:30 + cp cli/LICENSE build-docs/LICENSE
13:01:30 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:01:30 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:01:30 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:01:30 + cp cli/NOTICE build-docs/NOTICE
13:01:30 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:01:30 + cp cli/README.md build-docs/README.md
13:01:30 + /usr/lib/rpm/check-buildroot
13:01:30 + /usr/lib/rpm/redhat/brp-ldconfig
13:01:30 + /usr/lib/rpm/brp-compress
13:01:30 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:01:30 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:01:30 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:01:30 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:01:30 + /usr/lib/rpm/check-rpaths
13:01:30 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:01:30 + /usr/lib/rpm/brp-remove-la-files
13:01:30 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:01:30 + /usr/lib/rpm/redhat/brp-python-hardlink
13:01:30 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ATMmJZ
13:01:30 + umask 022
13:01:30 + cd /root/rpmbuild/BUILD
13:01: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:01:30 + export CFLAGS
13:01: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:01:30 + export CXXFLAGS
13:01: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:01:30 + export FFLAGS
13:01: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:01:30 + export FCFLAGS
13:01: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~20230206193855.ab4ef4a-0.fc36.aarch64.ld'
13:01:30 + export LDFLAGS
13:01:30 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:01:30 + export LT_SYS_LIBRARY_PATH
13:01:30 + CC=gcc
13:01:30 + export CC
13:01:30 + CXX=g++
13:01:30 + export CXX
13:01:30 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:01:30 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0~20230206193855.ab4ef4a-0.fc36 aarch64
13:01:30 + cd src
13:01:30 ++ cli/build/docker --version
13:01:30 PASS: cli version OK
13:01:30 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:01:30 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:01:30 + echo 'PASS: cli version OK'
13:01:30 + RPM_EC=0
13:01:30 ++ jobs -p
13:01:30 + exit 0
13:01:30 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
13:01:30 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wFPlC0
13:01:30 + umask 022
13:01:30 + cd /root/rpmbuild/BUILD
13:01:30 + cd src
13:01:30 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/doc/docker-ce-cli
13:01:30 + export LC_ALL=C
13:01:30 + LC_ALL=C
13:01:30 + export DOCDIR
13:01:30 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/doc/docker-ce-cli
13:01:30 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/doc/docker-ce-cli
13:01:30 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/doc/docker-ce-cli
13:01:30 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/doc/docker-ce-cli
13:01:30 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/doc/docker-ce-cli
13:01:30 + RPM_EC=0
13:01:30 ++ jobs -p
13:01:30 + exit 0
13:01:30 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.fc36 docker-ce-cli(aarch-64) = 1:0.0.0~20230206193855.ab4ef4a-0.fc36
13:01:30 Requires(interp): /bin/sh
13:01:30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:01:30 Requires(post): /bin/sh
13:01:30 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:01:30 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:01:30 Recommends: docker-buildx-plugin docker-compose-plugin
13:01:30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
13:01:30 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.src.rpm
13:01:30 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:01:30 go: downloading gopkg.in/yaml.v3 v3.0.1
13:01:30 go: downloading github.com/stretchr/testify v1.8.0
13:01:30 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:01:30 go: downloading github.com/rivo/uniseg v0.2.0
13:01:30 go: downloading github.com/klauspost/compress v1.15.12
13:01:30 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:01:31 go: downloading github.com/containerd/continuity v0.3.0
13:01:31 go: downloading github.com/moby/sys/symlink v0.2.0
13:01:31 go: downloading golang.org/x/time v0.1.0
13:01:31 go: downloading github.com/opencontainers/runc v1.1.3
13:01:31 go: downloading golang.org/x/crypto v0.2.0
13:01:31 make[2]: Entering directory '/root/build-deb/cli'
13:01:31 scripts/docs/generate-man.sh
13:01:31 + cp -r . /tmp/docker-cli-docsgen.Kg14FF1zll/
13:01:31 + cd /tmp/docker-cli-docsgen.Kg14FF1zll
13:01:31 + ./scripts/vendor init
13:01:31 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:01:31 + cp man/tools.go .
13:01:31 + ./scripts/vendor update
13:01:31 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:01:31 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:01:31 go: downloading github.com/spf13/cobra v1.6.1
13:01:31 go: downloading github.com/spf13/pflag v1.0.5
13:01:31 go: downloading github.com/docker/docker v23.0.0+incompatible
13:01:31 go: downloading github.com/fvbommel/sortorder v1.0.2
13:01:31 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:01:31 go: downloading github.com/morikuni/aec v1.0.0
13:01:31 go: downloading github.com/pkg/errors v0.9.1
13:01:31 go: downloading github.com/google/go-cmp v0.5.9
13:01:31 go: downloading gotest.tools/v3 v3.4.0
13:01:31 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:01:31 go: downloading github.com/docker/go-connections v0.4.0
13:01:31 go: downloading github.com/moby/sys/sequential v0.5.0
13:01:31 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:01:31 go: downloading github.com/docker/go-units v0.5.0
13:01:31 go: downloading golang.org/x/sys v0.4.0
13:01:31 go: downloading golang.org/x/text v0.6.0
13:01:31 go: downloading github.com/mattn/go-runewidth v0.0.13
13:01:31 go: downloading github.com/containerd/containerd v1.6.16
13:01:31 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:01:31 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:01:31 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:01:31 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:01:31 go: downloading github.com/moby/sys/signal v0.7.0
13:01:31 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:01:31 go: downloading github.com/moby/buildkit v0.10.6
13:01:31 go: downloading google.golang.org/grpc v1.48.0
13:01:32 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:01:32 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:01:32 go: downloading github.com/russross/blackfriday v1.6.0
13:01:32 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:01:32 go: downloading github.com/Microsoft/go-winio v0.5.2
13:01:32 go: downloading github.com/moby/patternmatcher v0.5.0
13:01:32 go: downloading github.com/opencontainers/go-digest v1.0.0
13:01:32 go: downloading gopkg.in/yaml.v2 v2.4.0
13:01:32 go: downloading github.com/gogo/protobuf v1.3.2
13:01:32 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:01:32 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:01:32 go: downloading golang.org/x/net v0.5.0
13:01:32 go: downloading golang.org/x/term v0.4.0
13:01:32 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:01:32 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:01:32 go: downloading github.com/davecgh/go-spew v1.1.1
13:01:32 go: downloading github.com/pmezard/go-difflib v1.0.0
13:01:32 go: downloading github.com/miekg/pkcs11 v1.1.1
13:01:32 go: downloading github.com/prometheus/client_golang v1.14.0
13:01:32 go: downloading github.com/imdario/mergo v0.3.12
13:01:32 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:01:32 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:01:32 go: downloading github.com/creack/pty v1.1.11
13:01:32 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:01:32 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:01:32 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:01:32 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:01:32 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:01:33 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:01:33 go: downloading github.com/golang/protobuf v1.5.2
13:01:33 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:01:33 go: downloading gopkg.in/yaml.v3 v3.0.1
13:01:33 go: downloading github.com/stretchr/testify v1.8.0
13:01:33 + for f in rootlesskit rootlesskit-docker-proxy
13:01:33 + GOBIN=/usr/local/bin
13:01:33 + GO111MODULE=on
13:01:33 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:01:34 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:01:34 go: downloading github.com/rivo/uniseg v0.2.0
13:01:34 go: downloading github.com/klauspost/compress v1.15.12
13:01:34 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:01:34 go: downloading github.com/containerd/continuity v0.3.0
13:01:34 go: downloading github.com/moby/sys/symlink v0.2.0
13:01:34 go: downloading golang.org/x/time v0.1.0
13:01:34 go: downloading github.com/opencontainers/runc v1.1.3
13:01:34 go: downloading golang.org/x/crypto v0.2.0
13:01:34 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:01:34 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:01:35 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:01:35 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:01:35 go: downloading google.golang.org/grpc v1.48.0
13:01:35 + return
13:01:35 + RPM_EC=0
13:01:35 ++ jobs -p
13:01:35 + exit 0
13:01:35 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.l1wb7N
13:01:35 + umask 022
13:01:35 + cd /root/rpmbuild/BUILD
13:01:35 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64 '!=' / ']'
13:01:35 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
13:01:35 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
13:01:35 + mkdir -p /root/rpmbuild/BUILDROOT
13:01:35 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
13:01:35 + 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:01:35 + export CFLAGS
13:01:35 + 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:01:35 + export CXXFLAGS
13:01:35 + 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:01:35 + export FFLAGS
13:01:35 + 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:01:35 + export FCFLAGS
13:01:35 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:01:35 + export LDFLAGS
13:01:35 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:01:35 + export LT_SYS_LIBRARY_PATH
13:01:35 + CC=gcc
13:01:35 + export CC
13:01:35 + CXX=g++
13:01:35 + export CXX
13:01:35 + cd src
13:01:35 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/dockerd-rootless.sh
13:01:35 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/dockerd-rootless-setuptool.sh
13:01:35 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/rootlesskit
13:01:35 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/rootlesskit-docker-proxy
13:01:35 + /usr/lib/rpm/check-buildroot
13:01:35 + /usr/lib/rpm/redhat/brp-ldconfig
13:01:35 + /usr/lib/rpm/brp-compress
13:01:35 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:01:35 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:01:35 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:01:35 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:01:35 + /usr/lib/rpm/check-rpaths
13:01:35 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:01:35 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
13:01:35 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
13:01:35 + /usr/lib/rpm/brp-remove-la-files
13:01:35 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:01:35 + /usr/lib/rpm/redhat/brp-python-hardlink
13:01:35 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.rOSv54
13:01:35 + umask 022
13:01:35 + cd /root/rpmbuild/BUILD
13:01:35 + 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:01:35 + export CFLAGS
13:01:35 + 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:01:35 + export CXXFLAGS
13:01:35 + 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:01:35 + export FFLAGS
13:01:35 + 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:01:35 + export FCFLAGS
13:01:35 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:01:35 + export LDFLAGS
13:01:35 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:01:35 + export LT_SYS_LIBRARY_PATH
13:01:35 + CC=gcc
13:01:35 + export CC
13:01:35 + CXX=g++
13:01:35 + export CXX
13:01:35 + cd src
13:01:35 + /usr/local/bin/rootlesskit -v
13:01:35 rootlesskit version 1.1.0
13:01:35 + RPM_EC=0
13:01:35 ++ jobs -p
13:01:35 + exit 0
13:01:35 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
13:01:35 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.fc37 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20230206193855.ab4ef4a-0.fc37
13:01:35 Requires(interp): /bin/sh /bin/sh /bin/sh
13:01:35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:01:35 Requires(post): /bin/sh
13:01:35 Requires(preun): /bin/sh
13:01:35 Requires(postun): /bin/sh
13:01:35 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:01:35 Conflicts: rootlesskit
13:01:35 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
13:01:35 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:01:35 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:01:35 go: downloading github.com/russross/blackfriday v1.6.0
13:01:35 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:01:35 go: downloading github.com/Microsoft/go-winio v0.5.2
13:01:35 go: downloading golang.org/x/net v0.5.0
13:01:35 go: downloading github.com/davecgh/go-spew v1.1.1
13:01:35 go: downloading github.com/pmezard/go-difflib v1.0.0
13:01:35 go: downloading github.com/miekg/pkcs11 v1.1.1
13:01:35 go: downloading github.com/prometheus/client_golang v1.14.0
13:01:35 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.src.rpm
13:01:36 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:01:36 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:01:36 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:01:36 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:01:36 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:01:36 go: downloading github.com/golang/protobuf v1.5.2
13:01:36 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:01:36 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:01:36 + make manpages
13:01:36 scripts/docs/generate-man.sh
13:01:36 + cp -r . /tmp/docker-cli-docsgen.Bg6qOeijSp/
13:01:36 + cd /tmp/docker-cli-docsgen.Bg6qOeijSp
13:01:36 + ./scripts/vendor init
13:01:36 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:01:36 + cp man/tools.go .
13:01:36 + ./scripts/vendor update
13:01:36 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:01:36 go: downloading github.com/docker/docker v23.0.0+incompatible
13:01:36 go: downloading github.com/fvbommel/sortorder v1.0.2
13:01:36 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:01:36 go: downloading github.com/morikuni/aec v1.0.0
13:01:36 go: downloading github.com/pkg/errors v0.9.1
13:01:36 go: downloading github.com/spf13/cobra v1.6.1
13:01:36 go: downloading github.com/spf13/pflag v1.0.5
13:01:36 go: downloading github.com/google/go-cmp v0.5.9
13:01:36 go: downloading gotest.tools/v3 v3.4.0
13:01:36 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:01:36 go: downloading golang.org/x/sys v0.4.0
13:01:36 go: downloading github.com/docker/go-units v0.5.0
13:01:36 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:01:36 go: downloading github.com/docker/go-connections v0.4.0
13:01:36 go: downloading github.com/moby/sys/sequential v0.5.0
13:01:36 go: downloading github.com/sirupsen/logrus v1.9.0
13:01:36 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:01:36 go: downloading golang.org/x/text v0.6.0
13:01:36 go: downloading github.com/mattn/go-runewidth v0.0.13
13:01:36 go: downloading github.com/containerd/containerd v1.6.16
13:01:36 go: downloading github.com/moby/sys/signal v0.7.0
13:01:36 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:01:36 go: downloading github.com/moby/buildkit v0.10.6
13:01:36 go: downloading github.com/moby/patternmatcher v0.5.0
13:01:36 go: downloading github.com/opencontainers/go-digest v1.0.0
13:01:36 go: downloading github.com/gogo/protobuf v1.3.2
13:01:36 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:01:36 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:01:36 go: downloading gopkg.in/yaml.v2 v2.4.0
13:01:36 go: downloading golang.org/x/term v0.4.0
13:01:36 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:01:36 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:01:36 go: downloading github.com/imdario/mergo v0.3.12
13:01:36 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:01:36 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:01:36 go: downloading github.com/creack/pty v1.1.11
13:01:36 go: downloading github.com/gorilla/mux v1.8.0
13:01:36 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:01:36 go: downloading gopkg.in/yaml.v3 v3.0.1
13:01:36 go: downloading github.com/stretchr/testify v1.8.0
13:01:36 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:01:36 go: downloading github.com/rivo/uniseg v0.2.0
13:01:36 go: downloading github.com/klauspost/compress v1.15.12
13:01:36 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:01:36 go: downloading github.com/containerd/continuity v0.3.0
13:01:36 go: downloading github.com/moby/sys/symlink v0.2.0
13:01:36 go: downloading golang.org/x/time v0.1.0
13:01:36 go: downloading github.com/opencontainers/runc v1.1.3
13:01:36 go: downloading golang.org/x/crypto v0.2.0
13:01:36 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:01:36 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:01:36 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:01:36 go: downloading google.golang.org/grpc v1.48.0
13:01:36 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:01:36 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:01:36 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:01:36 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:01:36 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:01:36 go: downloading github.com/russross/blackfriday v1.6.0
13:01:36 go: downloading github.com/Microsoft/go-winio v0.5.2
13:01:36 go: downloading golang.org/x/net v0.5.0
13:01:36 go: downloading github.com/davecgh/go-spew v1.1.1
13:01:36 go: downloading github.com/pmezard/go-difflib v1.0.0
13:01:36 go: downloading github.com/miekg/pkcs11 v1.1.1
13:01:36 go: downloading github.com/prometheus/client_golang v1.14.0
13:01:36 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:01:36 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:01:36 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:01:36 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:01:36 go: downloading github.com/golang/protobuf v1.5.2
13:01:36 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:01:36 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:01:36 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:01:36 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:01:36 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:01:36 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:01:36 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:01:36 go: downloading github.com/beorn7/perks v1.0.1
13:01:36 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:01:36 go: downloading github.com/prometheus/client_model v0.3.0
13:01:36 go: downloading github.com/prometheus/common v0.37.0
13:01:36 go: downloading github.com/prometheus/procfs v0.8.0
13:01:36 go: downloading google.golang.org/protobuf v1.28.1
13:01:36 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:01:36 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:01:36 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:01:36 go: downloading k8s.io/klog/v2 v2.80.1
13:01:36 go: downloading github.com/kr/text v0.2.0
13:01:36 go: downloading github.com/docker/go-metrics v0.0.1
13:01:36 go: downloading github.com/BurntSushi/toml v0.3.1
13:01:36 go: downloading github.com/kr/pretty v0.2.1
13:01:36 go: downloading github.com/magiconair/properties v1.5.3
13:01:36 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:01:36 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:01:36 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:01:36 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:01:36 go: downloading github.com/go-logr/logr v1.2.3
13:01:36 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:01:36 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:01:36 + go mod vendor -modfile=vendor.mod
13:01:37 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:01:37 go: downloading github.com/beorn7/perks v1.0.1
13:01:37 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:01:37 go: downloading github.com/prometheus/client_model v0.3.0
13:01:37 go: downloading github.com/prometheus/common v0.37.0
13:01:37 go: downloading github.com/prometheus/procfs v0.8.0
13:01:37 go: downloading google.golang.org/protobuf v1.28.1
13:01:37 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:01:37 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:01:37 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:01:37 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:01:37 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:01:37 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:01:37 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:01:37 go: downloading k8s.io/klog/v2 v2.80.1
13:01:37 go: downloading github.com/kr/text v0.2.0
13:01:37 go: downloading github.com/docker/go-metrics v0.0.1
13:01:37 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:01:37 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:01:37 go: downloading github.com/BurntSushi/toml v0.3.1
13:01:37 go: downloading github.com/kr/pretty v0.2.1
13:01:37 go: downloading github.com/magiconair/properties v1.5.3
13:01:37 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:01:37 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:01:37 go: downloading github.com/go-logr/logr v1.2.3
13:01:37 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:01:37 + go mod vendor -modfile=vendor.mod
13:01:37 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:01:38 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:01:38 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:01:38 ++ pwd
13:01:38 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:01:38 Project root: .
13:01:38 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:01:38 INFO: man/src/attach.md found
13:01:38 WARN: man/src/build.md does not exist, skipping
13:01:38 WARN: man/src/builder/build.md does not exist, skipping
13:01:38 WARN: man/src/builder/prune.md does not exist, skipping
13:01:38 WARN: man/src/builder.md does not exist, skipping
13:01:38 WARN: man/src/checkpoint/create.md does not exist, skipping
13:01:38 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:01:38 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:01:38 WARN: man/src/checkpoint.md does not exist, skipping
13:01:38 INFO: man/src/commit.md found
13:01:38 WARN: man/src/config/create.md does not exist, skipping
13:01:38 WARN: man/src/config/inspect.md does not exist, skipping
13:01:38 WARN: man/src/config/ls.md does not exist, skipping
13:01:38 WARN: man/src/config/rm.md does not exist, skipping
13:01:38 WARN: man/src/config.md does not exist, skipping
13:01:38 INFO: man/src/container/attach.md found
13:01:38 INFO: man/src/container/commit.md found
13:01:38 INFO: man/src/container/cp.md found
13:01:38 INFO: man/src/container/create.md found
13:01:38 INFO: man/src/container/diff.md found
13:01:38 INFO: man/src/container/exec.md found
13:01:38 INFO: man/src/container/export.md found
13:01:38 WARN: man/src/container/inspect.md does not exist, skipping
13:01:38 INFO: man/src/container/kill.md found
13:01:38 INFO: man/src/container/logs.md found
13:01:38 INFO: man/src/container/ls.md found
13:01:38 INFO: man/src/container/pause.md found
13:01:38 INFO: man/src/container/port.md found
13:01:38 WARN: man/src/container/prune.md does not exist, skipping
13:01:38 INFO: man/src/container/rename.md found
13:01:38 INFO: man/src/container/restart.md found
13:01:38 INFO: man/src/container/rm.md found
13:01:38 INFO: man/src/container/run.md found
13:01:38 INFO: man/src/container/start.md found
13:01:38 INFO: man/src/container/stats.md found
13:01:38 INFO: man/src/container/stop.md found
13:01:38 INFO: man/src/container/top.md found
13:01:38 INFO: man/src/container/unpause.md found
13:01:38 INFO: man/src/container/update.md found
13:01:38 INFO: man/src/container/wait.md found
13:01:38 WARN: man/src/container.md does not exist, skipping
13:01:38 WARN: man/src/context/create.md does not exist, skipping
13:01:38 WARN: man/src/context/export.md does not exist, skipping
13:01:38 WARN: man/src/context/import.md does not exist, skipping
13:01:38 WARN: man/src/context/inspect.md does not exist, skipping
13:01:38 WARN: man/src/context/ls.md does not exist, skipping
13:01:38 WARN: man/src/context/rm.md does not exist, skipping
13:01:38 WARN: man/src/context/show.md does not exist, skipping
13:01:38 WARN: man/src/context/update.md does not exist, skipping
13:01:38 WARN: man/src/context/use.md does not exist, skipping
13:01:38 WARN: man/src/context.md does not exist, skipping
13:01:38 INFO: man/src/cp.md found
13:01:38 INFO: man/src/create.md found
13:01:38 INFO: man/src/diff.md found
13:01:38 INFO: man/src/events.md found
13:01:38 INFO: man/src/exec.md found
13:01:38 INFO: man/src/export.md found
13:01:38 INFO: man/src/history.md found
13:01:38 INFO: man/src/image/build.md found
13:01:38 INFO: man/src/image/history.md found
13:01:38 INFO: man/src/image/import.md found
13:01:38 WARN: man/src/image/inspect.md does not exist, skipping
13:01:38 INFO: man/src/image/load.md found
13:01:38 INFO: man/src/image/ls.md found
13:01:38 WARN: man/src/image/prune.md does not exist, skipping
13:01:38 INFO: man/src/image/pull.md found
13:01:38 INFO: man/src/image/push.md found
13:01:38 INFO: man/src/image/rm.md found
13:01:38 INFO: man/src/image/save.md found
13:01:38 INFO: man/src/image/tag.md found
13:01:38 WARN: man/src/image.md does not exist, skipping
13:01:38 INFO: man/src/images.md found
13:01:38 INFO: man/src/import.md found
13:01:38 INFO: man/src/info.md found
13:01:38 INFO: man/src/inspect.md found
13:01:38 INFO: man/src/kill.md found
13:01:38 INFO: man/src/load.md found
13:01:38 INFO: man/src/login.md found
13:01:38 INFO: man/src/logout.md found
13:01:38 INFO: man/src/logs.md found
13:01:38 WARN: man/src/manifest/annotate.md does not exist, skipping
13:01:38 WARN: man/src/manifest/create.md does not exist, skipping
13:01:38 WARN: man/src/manifest/inspect.md does not exist, skipping
13:01:38 WARN: man/src/manifest/push.md does not exist, skipping
13:01:38 WARN: man/src/manifest/rm.md does not exist, skipping
13:01:38 WARN: man/src/manifest.md does not exist, skipping
13:01:38 INFO: man/src/network/connect.md found
13:01:38 INFO: man/src/network/create.md found
13:01:38 INFO: man/src/network/disconnect.md found
13:01:38 INFO: man/src/network/inspect.md found
13:01:38 INFO: man/src/network/ls.md found
13:01:38 WARN: man/src/network/prune.md does not exist, skipping
13:01:38 INFO: man/src/network/rm.md found
13:01:38 WARN: man/src/network.md does not exist, skipping
13:01:38 WARN: man/src/node/demote.md does not exist, skipping
13:01:38 WARN: man/src/node/inspect.md does not exist, skipping
13:01:38 WARN: man/src/node/ls.md does not exist, skipping
13:01:38 WARN: man/src/node/promote.md does not exist, skipping
13:01:38 WARN: man/src/node/ps.md does not exist, skipping
13:01:38 WARN: man/src/node/rm.md does not exist, skipping
13:01:38 WARN: man/src/node/update.md does not exist, skipping
13:01:38 WARN: man/src/node.md does not exist, skipping
13:01:38 INFO: man/src/pause.md found
13:01:38 WARN: man/src/plugin/create.md does not exist, skipping
13:01:38 WARN: man/src/plugin/disable.md does not exist, skipping
13:01:38 WARN: man/src/plugin/enable.md does not exist, skipping
13:01:38 WARN: man/src/plugin/inspect.md does not exist, skipping
13:01:38 WARN: man/src/plugin/install.md does not exist, skipping
13:01:38 INFO: man/src/plugin/ls.md found
13:01:38 WARN: man/src/plugin/push.md does not exist, skipping
13:01:38 WARN: man/src/plugin/rm.md does not exist, skipping
13:01:38 WARN: man/src/plugin/set.md does not exist, skipping
13:01:38 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:01:38 WARN: man/src/plugin.md does not exist, skipping
13:01:38 INFO: man/src/port.md found
13:01:38 INFO: man/src/ps.md found
13:01:38 INFO: man/src/pull.md found
13:01:38 INFO: man/src/push.md found
13:01:38 INFO: man/src/rename.md found
13:01:38 INFO: man/src/restart.md found
13:01:38 INFO: man/src/rm.md found
13:01:38 INFO: man/src/rmi.md found
13:01:38 WARN: man/src/run.md does not exist, skipping
13:01:38 INFO: man/src/save.md found
13:01:38 INFO: man/src/search.md found
13:01:38 WARN: man/src/secret/create.md does not exist, skipping
13:01:38 WARN: man/src/secret/inspect.md does not exist, skipping
13:01:38 WARN: man/src/secret/ls.md does not exist, skipping
13:01:38 WARN: man/src/secret/rm.md does not exist, skipping
13:01:38 WARN: man/src/secret.md does not exist, skipping
13:01:38 WARN: man/src/service/create.md does not exist, skipping
13:01:38 WARN: man/src/service/inspect.md does not exist, skipping
13:01:38 WARN: man/src/service/logs.md does not exist, skipping
13:01:38 WARN: man/src/service/ls.md does not exist, skipping
13:01:38 WARN: man/src/service/ps.md does not exist, skipping
13:01:38 WARN: man/src/service/rm.md does not exist, skipping
13:01:38 WARN: man/src/service/rollback.md does not exist, skipping
13:01:38 WARN: man/src/service/scale.md does not exist, skipping
13:01:38 WARN: man/src/service/update.md does not exist, skipping
13:01:38 WARN: man/src/service.md does not exist, skipping
13:01:38 WARN: man/src/stack/config.md does not exist, skipping
13:01:38 WARN: man/src/stack/deploy.md does not exist, skipping
13:01:38 WARN: man/src/stack/ls.md does not exist, skipping
13:01:38 WARN: man/src/stack/ps.md does not exist, skipping
13:01:38 WARN: man/src/stack/rm.md does not exist, skipping
13:01:38 WARN: man/src/stack/services.md does not exist, skipping
13:01:38 WARN: man/src/stack.md does not exist, skipping
13:01:38 INFO: man/src/start.md found
13:01:38 INFO: man/src/stats.md found
13:01:38 INFO: man/src/stop.md found
13:01:38 WARN: man/src/swarm/ca.md does not exist, skipping
13:01:38 WARN: man/src/swarm/init.md does not exist, skipping
13:01:38 WARN: man/src/swarm/join.md does not exist, skipping
13:01:38 WARN: man/src/swarm/join-token.md does not exist, skipping
13:01:38 WARN: man/src/swarm/leave.md does not exist, skipping
13:01:38 WARN: man/src/swarm/unlock.md does not exist, skipping
13:01:38 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:01:38 WARN: man/src/swarm/update.md does not exist, skipping
13:01:38 WARN: man/src/swarm.md does not exist, skipping
13:01:38 WARN: man/src/system/df.md does not exist, skipping
13:01:38 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:01:38 INFO: man/src/system/events.md found
13:01:38 INFO: man/src/system/info.md found
13:01:38 WARN: man/src/system/prune.md does not exist, skipping
13:01:38 WARN: man/src/system.md does not exist, skipping
13:01:38 INFO: man/src/tag.md found
13:01:38 INFO: man/src/top.md found
13:01:38 WARN: man/src/trust/inspect.md does not exist, skipping
13:01:38 WARN: man/src/trust/key/generate.md does not exist, skipping
13:01:38 WARN: man/src/trust/key/load.md does not exist, skipping
13:01:38 WARN: man/src/trust/key.md does not exist, skipping
13:01:38 WARN: man/src/trust/revoke.md does not exist, skipping
13:01:38 WARN: man/src/trust/sign.md does not exist, skipping
13:01:38 WARN: man/src/trust/signer/add.md does not exist, skipping
13:01:38 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:01:38 WARN: man/src/trust/signer.md does not exist, skipping
13:01:38 WARN: man/src/trust.md does not exist, skipping
13:01:38 INFO: man/src/unpause.md found
13:01:38 INFO: man/src/update.md found
13:01:38 INFO: man/src/version.md found
13:01:38 INFO: man/src/volume/create.md found
13:01:38 INFO: man/src/volume/inspect.md found
13:01:38 INFO: man/src/volume/ls.md found
13:01:38 WARN: man/src/volume/prune.md does not exist, skipping
13:01:38 WARN: man/src/volume/rm.md does not exist, skipping
13:01:38 WARN: man/src/volume/update.md does not exist, skipping
13:01:38 INFO: man/src/volume.md found
13:01:38 INFO: man/src/wait.md found
13:01:38 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:01:38 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:01:38 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:01:38 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:01:38 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:01:38 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:01:38 make[2]: Leaving directory '/root/build-deb/cli'
13:01:38 # Build buildx plugin
13:01:38 cd /go/src/github.com/docker/buildx \
13:01:38 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:01:38 && GO111MODULE=on \
13:01:38 	CGO_ENABLED=0 \
13:01:38 		go build \
13:01:38 			-mod=vendor \
13:01:38 			-trimpath \
13:01:38 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:01:38 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:01:38 			./cmd/buildx
13:01:38 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:01:38 + make manpages
13:01:38 scripts/docs/generate-man.sh
13:01:38 + cp -r . /tmp/docker-cli-docsgen.heVwOHtqvV/
13:01:38 + cd /tmp/docker-cli-docsgen.heVwOHtqvV
13:01:38 + ./scripts/vendor init
13:01:38 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:01:38 + cp man/tools.go .
13:01:38 + ./scripts/vendor update
13:01:38 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:01:38 go: downloading github.com/docker/docker v23.0.0+incompatible
13:01:39 go: downloading github.com/fvbommel/sortorder v1.0.2
13:01:39 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:01:39 go: downloading github.com/morikuni/aec v1.0.0
13:01:39 go: downloading github.com/pkg/errors v0.9.1
13:01:39 go: downloading github.com/spf13/cobra v1.6.1
13:01:39 go: downloading github.com/spf13/pflag v1.0.5
13:01:39 go: downloading github.com/google/go-cmp v0.5.9
13:01:39 go: downloading gotest.tools/v3 v3.4.0
13:01:39 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:01:39 go: downloading golang.org/x/sys v0.4.0
13:01:39 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:01:39 go: downloading github.com/beorn7/perks v1.0.1
13:01:39 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:01:39 go: downloading github.com/docker/go-units v0.5.0
13:01:39 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:01:39 go: downloading github.com/docker/go-connections v0.4.0
13:01:39 go: downloading github.com/moby/sys/sequential v0.5.0
13:01:39 go: downloading github.com/sirupsen/logrus v1.9.0
13:01:39 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:01:39 go: downloading golang.org/x/text v0.6.0
13:01:39 go: downloading github.com/prometheus/client_model v0.3.0
13:01:39 go: downloading github.com/prometheus/common v0.37.0
13:01:39 go: downloading github.com/prometheus/procfs v0.8.0
13:01:39 go: downloading google.golang.org/protobuf v1.28.1
13:01:39 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:01:39 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:01:39 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:01:39 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:01:39 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:01:39 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:01:39 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:01:40 go: downloading github.com/containerd/containerd v1.6.16
13:01:40 go: downloading k8s.io/klog/v2 v2.80.1
13:01:40 go: downloading github.com/kr/text v0.2.0
13:01:40 go: downloading github.com/docker/go-metrics v0.0.1
13:01:40 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:01:40 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:01:40 go: downloading github.com/BurntSushi/toml v0.3.1
13:01:40 go: downloading github.com/kr/pretty v0.2.1
13:01:40 go: downloading github.com/magiconair/properties v1.5.3
13:01:40 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:01:40 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:01:40 go: downloading github.com/go-logr/logr v1.2.3
13:01:40 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:01:40 + go mod vendor -modfile=vendor.mod
13:01:40 go: downloading github.com/mattn/go-runewidth v0.0.13
13:01:40 go: downloading github.com/moby/sys/signal v0.7.0
13:01:40 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:01:40 go: downloading github.com/moby/buildkit v0.10.6
13:01:40 go: downloading github.com/moby/patternmatcher v0.5.0
13:01:40 go: downloading github.com/opencontainers/go-digest v1.0.0
13:01:40 go: downloading gopkg.in/yaml.v2 v2.4.0
13:01:40 go: downloading github.com/gogo/protobuf v1.3.2
13:01:40 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:01:40 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:01:41 go: downloading golang.org/x/term v0.4.0
13:01:41 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64.rpm
13:01:41 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XgO1hS
13:01:41 + umask 022
13:01:41 + cd /root/rpmbuild/BUILD
13:01:41 + cd src
13:01:41 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
13:01:41 + RPM_EC=0
13:01:41 ++ jobs -p
13:01:41 + exit 0
13:01:41 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.oZkP75
13:01:41 + umask 022
13:01:41 + cd /root/rpmbuild/BUILD
13:01:41 + rm -rf src src.gemspec
13:01:41 + RPM_EC=0
13:01:41 ++ jobs -p
13:01:41 + exit 0
13:01:41     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:01:41     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:01:41     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:01:41     source_date_epoch_from_changelog set but %changelog is missing
13:01:41     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/docker-proxy
13:01:41     source_date_epoch_from_changelog set but %changelog is missing
13:01:41     source_date_epoch_from_changelog set but %changelog is missing
13:01:41 
13:01:41 RPM build warnings:
13:01:41 warning: source_date_epoch_from_changelog set but %changelog is missing
13:01:41 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.yKJ5aq
13:01:41 + umask 022
13:01:41 + cd /root/rpmbuild/BUILD
13:01:41 + cd /root/rpmbuild/BUILD
13:01:41 + rm -rf src
13:01:41 + /usr/bin/mkdir -p src
13:01:41 + cd src
13:01:41 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz
13:01:41 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:01:41 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:01:41 go: downloading github.com/imdario/mergo v0.3.12
13:01:41 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:01:41 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:01:41 go: downloading github.com/creack/pty v1.1.11
13:01:41 go: downloading github.com/gorilla/mux v1.8.0
13:01:41 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:01:41 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:01:41 + STATUS=0
13:01:41 + '[' 0 -ne 0 ']'
13:01:41 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz
13:01:41 + STATUS=0
13:01:41 + '[' 0 -ne 0 ']'
13:01:41 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:01:41 + RPM_EC=0
13:01:41 ++ jobs -p
13:01:41 + exit 0
13:01:41 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2GGowx
13:01:41 + umask 022
13:01:41 + cd /root/rpmbuild/BUILD
13:01: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:01:41 + export CFLAGS
13:01: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:01:41 + export CXXFLAGS
13:01: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:01:41 + export FFLAGS
13:01: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:01:41 + export FCFLAGS
13:01: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:01:41 + export LDFLAGS
13:01:41 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:01:41 + export LT_SYS_LIBRARY_PATH
13:01:41 + CC=gcc
13:01:41 + export CC
13:01:41 + CXX=g++
13:01:41 + export CXX
13:01:41 + cd src
13:01:41 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:01:41 + pushd /root/rpmbuild/BUILD/src/buildx
13:01:41 + GO111MODULE=on
13:01:41 + CGO_ENABLED=0
13:01:41 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
13:01:42 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.rpm
13:01:42 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4RIz0B
13:01:42 + umask 022
13:01:42 + cd /root/rpmbuild/BUILD
13:01:42 + cd src
13:01:42 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
13:01:42 + RPM_EC=0
13:01:42 ++ jobs -p
13:01:42 + exit 0
13:01:42     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:01:42     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:01:42     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:01:42     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/docker-proxy
13:01:42 
13:01:42 RPM build warnings:
13:01:42 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KB1oRR
13:01:42 + umask 022
13:01:42 + cd /root/rpmbuild/BUILD
13:01:42 + cd /root/rpmbuild/BUILD
13:01:42 + rm -rf src
13:01:42 + /usr/bin/mkdir -p src
13:01:42 + cd src
13:01:42 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:01:42 + /usr/bin/tar -xof -
13:01:42 go: downloading gopkg.in/yaml.v3 v3.0.1
13:01:42 go: downloading github.com/stretchr/testify v1.8.0
13:01:42 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:01:42 go: downloading github.com/klauspost/compress v1.15.12
13:01:42 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:01:42 go: downloading github.com/containerd/continuity v0.3.0
13:01:42 go: downloading github.com/rivo/uniseg v0.2.0
13:01:42 go: downloading github.com/moby/sys/symlink v0.2.0
13:01:42 go: downloading golang.org/x/time v0.1.0
13:01:42 go: downloading github.com/opencontainers/runc v1.1.3
13:01:42 go: downloading golang.org/x/crypto v0.2.0
13:01:42 + STATUS=0
13:01:42 + '[' 0 -ne 0 ']'
13:01:42 + /usr/bin/tar -xof -
13:01:42 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:01:43 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:01:43 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:01:43 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:01:43 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:01:43 go: downloading google.golang.org/grpc v1.48.0
13:01:43 + STATUS=0
13:01:43 + '[' 0 -ne 0 ']'
13:01:43 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:01:43 + RPM_EC=0
13:01:43 ++ jobs -p
13:01:43 + exit 0
13:01:43 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JHssCI
13:01:43 + umask 022
13:01:43 + cd /root/rpmbuild/BUILD
13:01:43 + 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:01:43 + export CFLAGS
13:01:43 + 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:01:43 + export CXXFLAGS
13:01:43 + 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:01:43 + export FFLAGS
13:01:43 + 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:01:43 + export FCFLAGS
13:01:43 + 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~20230206193855.ab4ef4a-0.fc36.aarch64.ld'
13:01:43 + export LDFLAGS
13:01:43 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:01:43 + export LT_SYS_LIBRARY_PATH
13:01:43 + CC=gcc
13:01:43 + export CC
13:01:43 + CXX=g++
13:01:43 + export CXX
13:01:43 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:01:43 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0~20230206193855.ab4ef4a-0.fc36 aarch64
13:01:43 + cd src
13:01:43 + export DOCKER_GITCOMMIT=1141704
13:01:43 + DOCKER_GITCOMMIT=1141704
13:01:43 + mkdir -p /go/src/github.com/docker
13:01:43 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:01:43 + TMP_GOPATH=/go
13:01:43 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:01:43 + RM_GOPATH=0
13:01:43 + TMP_GOPATH=/go
13:01:43 + : /usr/local/bin
13:01:43 + '[' -z /go ']'
13:01:43 + export GOPATH=/go
13:01:43 + GOPATH=/go
13:01:43 + case "$(go env GOARCH)" in
13:01:43 ++ go env GOARCH
13:01:43 + export GO_BUILDMODE=-buildmode=pie
13:01:43 + GO_BUILDMODE=-buildmode=pie
13:01:43 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:01:43 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:01:43 + bin=rootlesskit
13:01:43 + shift
13:01:43 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:01:43 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:01:43 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:01:43 + install_rootlesskit dynamic
13:01:43 + case "$1" in
13:01:43 + install_rootlesskit_dynamic
13:01:43 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:01:43 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:01:43 + export BUILD_MODE=-buildmode=pie
13:01:43 + BUILD_MODE=-buildmode=pie
13:01:43 + _install_rootlesskit
13:01:43 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:01:43 + for f in rootlesskit rootlesskit-docker-proxy
13:01:43 + GOBIN=/usr/local/bin
13:01:43 + GO111MODULE=on
13:01:43 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:01:43 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:01:43 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:01:43 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:01:43 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:01:43 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:01:43 go: downloading github.com/russross/blackfriday v1.6.0
13:01:43 go: downloading github.com/Microsoft/go-winio v0.5.2
13:01:43 go: downloading golang.org/x/net v0.5.0
13:01:44 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:01:44 go: downloading github.com/davecgh/go-spew v1.1.1
13:01:44 go: downloading github.com/pmezard/go-difflib v1.0.0
13:01:44 go: downloading github.com/urfave/cli/v2 v2.23.5
13:01:44 go: downloading golang.org/x/sys v0.2.0
13:01:44 go: downloading github.com/prometheus/client_golang v1.14.0
13:01:44 go: downloading github.com/miekg/pkcs11 v1.1.1
13:01:44 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:01:44 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:01:44 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:01:44 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:01:44 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:01:44 go: downloading github.com/google/uuid v1.3.0
13:01:44 go: downloading github.com/moby/vpnkit v0.5.0
13:01:44 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:01:44 go: downloading github.com/gofrs/flock v0.8.1
13:01:44 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:01:44 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:01:44 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:01:44 go: downloading github.com/golang/protobuf v1.5.2
13:01:44 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:01:44 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:01:44 go: downloading golang.org/x/net v0.1.0
13:01:46 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:01:46 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:01:46 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:01:46 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:01:46 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:01:46 go: downloading github.com/beorn7/perks v1.0.1
13:01:46 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:01:46 go: downloading github.com/prometheus/client_model v0.3.0
13:01:46 go: downloading github.com/prometheus/common v0.37.0
13:01:46 go: downloading github.com/prometheus/procfs v0.8.0
13:01:46 go: downloading google.golang.org/protobuf v1.28.1
13:01:46 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:01:46 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:01:46 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:01:46 go: downloading k8s.io/klog/v2 v2.80.1
13:01:46 go: downloading github.com/kr/text v0.2.0
13:01:46 go: downloading github.com/docker/go-metrics v0.0.1
13:01:46 go: downloading github.com/BurntSushi/toml v0.3.1
13:01:46 go: downloading github.com/kr/pretty v0.2.1
13:01:46 go: downloading github.com/magiconair/properties v1.5.3
13:01:46 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:01:46 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:01:46 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:01:46 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:01:46 go: downloading github.com/go-logr/logr v1.2.3
13:01:46 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:01:46 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:01:46 + go mod vendor -modfile=vendor.mod
13:01:47 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:01:50 + for f in rootlesskit rootlesskit-docker-proxy
13:01:50 + GOBIN=/usr/local/bin
13:01:50 + GO111MODULE=on
13:01:50 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:01:51 + return
13:01:51 + RPM_EC=0
13:01:51 ++ jobs -p
13:01:51 + exit 0
13:01:51 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lYdkNn
13:01:51 + umask 022
13:01:51 + cd /root/rpmbuild/BUILD
13:01:51 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64 '!=' / ']'
13:01:51 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
13:01:51 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
13:01:51 + mkdir -p /root/rpmbuild/BUILDROOT
13:01:51 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
13:01: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:01:51 + export CFLAGS
13:01: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:01:51 + export CXXFLAGS
13:01: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:01:51 + export FFLAGS
13:01: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:01:51 + export FCFLAGS
13:01: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-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.ld'
13:01:51 + export LDFLAGS
13:01:51 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:01:51 + export LT_SYS_LIBRARY_PATH
13:01:51 + CC=gcc
13:01:51 + export CC
13:01:51 + CXX=g++
13:01:51 + export CXX
13:01:51 + cd src
13:01:51 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/dockerd-rootless.sh
13:01:51 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/dockerd-rootless-setuptool.sh
13:01:51 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/rootlesskit
13:01:51 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/rootlesskit-docker-proxy
13:01:51 + /usr/lib/rpm/check-buildroot
13:01:51 + /usr/lib/rpm/redhat/brp-ldconfig
13:01:51 + /usr/lib/rpm/brp-compress
13:01:51 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:01:51 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:01:51 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:01:51 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:01:51 + /usr/lib/rpm/check-rpaths
13:01:51 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:01:51 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
13:01:51 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
13:01:51 + /usr/lib/rpm/brp-remove-la-files
13:01:51 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:01:51 + /usr/lib/rpm/redhat/brp-python-hardlink
13:01:51 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.yG7hLV
13:01:51 + umask 022
13:01:51 + cd /root/rpmbuild/BUILD
13:01: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:01:51 + export CFLAGS
13:01: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:01:51 + export CXXFLAGS
13:01: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:01:51 + export FFLAGS
13:01: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:01:51 + export FCFLAGS
13:01: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-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.ld'
13:01:51 + export LDFLAGS
13:01:51 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:01:51 + export LT_SYS_LIBRARY_PATH
13:01:51 + CC=gcc
13:01:51 + export CC
13:01:51 + CXX=g++
13:01:51 + export CXX
13:01:51 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:01:51 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0~20230206193855.ab4ef4a-0.fc36 aarch64
13:01:51 + cd src
13:01:51 + /usr/local/bin/rootlesskit -v
13:01:51 rootlesskit version 1.1.0
13:01:51 + RPM_EC=0
13:01:51 ++ jobs -p
13:01:51 + exit 0
13:01:51 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
13:01:51 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:01:51 ++ pwd
13:01:51 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:01:51 Project root: .
13:01:51 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:01:51 INFO: man/src/attach.md found
13:01:51 WARN: man/src/build.md does not exist, skipping
13:01:51 WARN: man/src/builder/build.md does not exist, skipping
13:01:51 WARN: man/src/builder/prune.md does not exist, skipping
13:01:51 WARN: man/src/builder.md does not exist, skipping
13:01:51 WARN: man/src/checkpoint/create.md does not exist, skipping
13:01:51 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:01:51 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:01:51 WARN: man/src/checkpoint.md does not exist, skipping
13:01:51 INFO: man/src/commit.md found
13:01:51 WARN: man/src/config/create.md does not exist, skipping
13:01:51 WARN: man/src/config/inspect.md does not exist, skipping
13:01:51 WARN: man/src/config/ls.md does not exist, skipping
13:01:51 WARN: man/src/config/rm.md does not exist, skipping
13:01:51 WARN: man/src/config.md does not exist, skipping
13:01:51 INFO: man/src/container/attach.md found
13:01:51 INFO: man/src/container/commit.md found
13:01:51 INFO: man/src/container/cp.md found
13:01:51 INFO: man/src/container/create.md found
13:01:51 INFO: man/src/container/diff.md found
13:01:51 INFO: man/src/container/exec.md found
13:01:51 INFO: man/src/container/export.md found
13:01:51 WARN: man/src/container/inspect.md does not exist, skipping
13:01:51 INFO: man/src/container/kill.md found
13:01:51 INFO: man/src/container/logs.md found
13:01:51 INFO: man/src/container/ls.md found
13:01:51 INFO: man/src/container/pause.md found
13:01:51 INFO: man/src/container/port.md found
13:01:51 WARN: man/src/container/prune.md does not exist, skipping
13:01:51 INFO: man/src/container/rename.md found
13:01:51 INFO: man/src/container/restart.md found
13:01:51 INFO: man/src/container/rm.md found
13:01:51 INFO: man/src/container/run.md found
13:01:51 INFO: man/src/container/start.md found
13:01:51 INFO: man/src/container/stats.md found
13:01:51 INFO: man/src/container/stop.md found
13:01:51 INFO: man/src/container/top.md found
13:01:51 INFO: man/src/container/unpause.md found
13:01:51 INFO: man/src/container/update.md found
13:01:51 INFO: man/src/container/wait.md found
13:01:51 WARN: man/src/container.md does not exist, skipping
13:01:51 WARN: man/src/context/create.md does not exist, skipping
13:01:51 WARN: man/src/context/export.md does not exist, skipping
13:01:51 WARN: man/src/context/import.md does not exist, skipping
13:01:51 WARN: man/src/context/inspect.md does not exist, skipping
13:01:51 WARN: man/src/context/ls.md does not exist, skipping
13:01:51 WARN: man/src/context/rm.md does not exist, skipping
13:01:51 WARN: man/src/context/show.md does not exist, skipping
13:01:51 WARN: man/src/context/update.md does not exist, skipping
13:01:51 WARN: man/src/context/use.md does not exist, skipping
13:01:51 WARN: man/src/context.md does not exist, skipping
13:01:51 INFO: man/src/cp.md found
13:01:51 INFO: man/src/create.md found
13:01:51 INFO: man/src/diff.md found
13:01:51 INFO: man/src/events.md found
13:01:51 INFO: man/src/exec.md found
13:01:51 INFO: man/src/export.md found
13:01:51 INFO: man/src/history.md found
13:01:51 INFO: man/src/image/build.md found
13:01:51 INFO: man/src/image/history.md found
13:01:51 INFO: man/src/image/import.md found
13:01:51 WARN: man/src/image/inspect.md does not exist, skipping
13:01:51 INFO: man/src/image/load.md found
13:01:51 INFO: man/src/image/ls.md found
13:01:51 WARN: man/src/image/prune.md does not exist, skipping
13:01:51 INFO: man/src/image/pull.md found
13:01:51 INFO: man/src/image/push.md found
13:01:51 INFO: man/src/image/rm.md found
13:01:51 INFO: man/src/image/save.md found
13:01:51 INFO: man/src/image/tag.md found
13:01:51 WARN: man/src/image.md does not exist, skipping
13:01:51 INFO: man/src/images.md found
13:01:51 INFO: man/src/import.md found
13:01:51 INFO: man/src/info.md found
13:01:51 INFO: man/src/inspect.md found
13:01:51 INFO: man/src/kill.md found
13:01:51 INFO: man/src/load.md found
13:01:51 INFO: man/src/login.md found
13:01:51 INFO: man/src/logout.md found
13:01:51 INFO: man/src/logs.md found
13:01:51 WARN: man/src/manifest/annotate.md does not exist, skipping
13:01:51 WARN: man/src/manifest/create.md does not exist, skipping
13:01:51 WARN: man/src/manifest/inspect.md does not exist, skipping
13:01:51 WARN: man/src/manifest/push.md does not exist, skipping
13:01:51 WARN: man/src/manifest/rm.md does not exist, skipping
13:01:51 WARN: man/src/manifest.md does not exist, skipping
13:01:51 INFO: man/src/network/connect.md found
13:01:51 INFO: man/src/network/create.md found
13:01:51 INFO: man/src/network/disconnect.md found
13:01:51 INFO: man/src/network/inspect.md found
13:01:51 INFO: man/src/network/ls.md found
13:01:51 WARN: man/src/network/prune.md does not exist, skipping
13:01:51 INFO: man/src/network/rm.md found
13:01:51 WARN: man/src/network.md does not exist, skipping
13:01:51 WARN: man/src/node/demote.md does not exist, skipping
13:01:51 WARN: man/src/node/inspect.md does not exist, skipping
13:01:51 WARN: man/src/node/ls.md does not exist, skipping
13:01:51 WARN: man/src/node/promote.md does not exist, skipping
13:01:51 WARN: man/src/node/ps.md does not exist, skipping
13:01:51 WARN: man/src/node/rm.md does not exist, skipping
13:01:51 WARN: man/src/node/update.md does not exist, skipping
13:01:51 WARN: man/src/node.md does not exist, skipping
13:01:51 INFO: man/src/pause.md found
13:01:51 WARN: man/src/plugin/create.md does not exist, skipping
13:01:51 WARN: man/src/plugin/disable.md does not exist, skipping
13:01:51 WARN: man/src/plugin/enable.md does not exist, skipping
13:01:51 WARN: man/src/plugin/inspect.md does not exist, skipping
13:01:51 WARN: man/src/plugin/install.md does not exist, skipping
13:01:51 INFO: man/src/plugin/ls.md found
13:01:51 WARN: man/src/plugin/push.md does not exist, skipping
13:01:51 WARN: man/src/plugin/rm.md does not exist, skipping
13:01:51 WARN: man/src/plugin/set.md does not exist, skipping
13:01:51 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:01:51 WARN: man/src/plugin.md does not exist, skipping
13:01:51 INFO: man/src/port.md found
13:01:51 INFO: man/src/ps.md found
13:01:51 INFO: man/src/pull.md found
13:01:51 INFO: man/src/push.md found
13:01:51 INFO: man/src/rename.md found
13:01:51 INFO: man/src/restart.md found
13:01:51 INFO: man/src/rm.md found
13:01:51 INFO: man/src/rmi.md found
13:01:51 WARN: man/src/run.md does not exist, skipping
13:01:51 INFO: man/src/save.md found
13:01:51 INFO: man/src/search.md found
13:01:51 WARN: man/src/secret/create.md does not exist, skipping
13:01:51 WARN: man/src/secret/inspect.md does not exist, skipping
13:01:51 WARN: man/src/secret/ls.md does not exist, skipping
13:01:51 WARN: man/src/secret/rm.md does not exist, skipping
13:01:51 WARN: man/src/secret.md does not exist, skipping
13:01:51 WARN: man/src/service/create.md does not exist, skipping
13:01:51 WARN: man/src/service/inspect.md does not exist, skipping
13:01:51 WARN: man/src/service/logs.md does not exist, skipping
13:01:51 WARN: man/src/service/ls.md does not exist, skipping
13:01:51 WARN: man/src/service/ps.md does not exist, skipping
13:01:51 WARN: man/src/service/rm.md does not exist, skipping
13:01:51 WARN: man/src/service/rollback.md does not exist, skipping
13:01:51 WARN: man/src/service/scale.md does not exist, skipping
13:01:51 WARN: man/src/service/update.md does not exist, skipping
13:01:51 WARN: man/src/service.md does not exist, skipping
13:01:51 WARN: man/src/stack/config.md does not exist, skipping
13:01:51 WARN: man/src/stack/deploy.md does not exist, skipping
13:01:51 WARN: man/src/stack/ls.md does not exist, skipping
13:01:51 WARN: man/src/stack/ps.md does not exist, skipping
13:01:51 WARN: man/src/stack/rm.md does not exist, skipping
13:01:51 WARN: man/src/stack/services.md does not exist, skipping
13:01:51 WARN: man/src/stack.md does not exist, skipping
13:01:51 INFO: man/src/start.md found
13:01:51 INFO: man/src/stats.md found
13:01:51 INFO: man/src/stop.md found
13:01:51 WARN: man/src/swarm/ca.md does not exist, skipping
13:01:51 WARN: man/src/swarm/init.md does not exist, skipping
13:01:51 WARN: man/src/swarm/join.md does not exist, skipping
13:01:51 WARN: man/src/swarm/join-token.md does not exist, skipping
13:01:51 WARN: man/src/swarm/leave.md does not exist, skipping
13:01:51 WARN: man/src/swarm/unlock.md does not exist, skipping
13:01:51 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:01:51 WARN: man/src/swarm/update.md does not exist, skipping
13:01:51 WARN: man/src/swarm.md does not exist, skipping
13:01:51 WARN: man/src/system/df.md does not exist, skipping
13:01:51 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:01:51 INFO: man/src/system/events.md found
13:01:51 INFO: man/src/system/info.md found
13:01:51 WARN: man/src/system/prune.md does not exist, skipping
13:01:51 WARN: man/src/system.md does not exist, skipping
13:01:51 INFO: man/src/tag.md found
13:01:51 INFO: man/src/top.md found
13:01:51 WARN: man/src/trust/inspect.md does not exist, skipping
13:01:51 WARN: man/src/trust/key/generate.md does not exist, skipping
13:01:51 WARN: man/src/trust/key/load.md does not exist, skipping
13:01:51 WARN: man/src/trust/key.md does not exist, skipping
13:01:51 WARN: man/src/trust/revoke.md does not exist, skipping
13:01:51 WARN: man/src/trust/sign.md does not exist, skipping
13:01:51 WARN: man/src/trust/signer/add.md does not exist, skipping
13:01:51 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:01:51 WARN: man/src/trust/signer.md does not exist, skipping
13:01:51 WARN: man/src/trust.md does not exist, skipping
13:01:51 INFO: man/src/unpause.md found
13:01:51 INFO: man/src/update.md found
13:01:51 INFO: man/src/version.md found
13:01:51 INFO: man/src/volume/create.md found
13:01:51 INFO: man/src/volume/inspect.md found
13:01:51 INFO: man/src/volume/ls.md found
13:01:51 WARN: man/src/volume/prune.md does not exist, skipping
13:01:51 WARN: man/src/volume/rm.md does not exist, skipping
13:01:51 WARN: man/src/volume/update.md does not exist, skipping
13:01:51 INFO: man/src/volume.md found
13:01:51 INFO: man/src/wait.md found
13:01:51 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:01:51 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:01:51 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:01:51 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:01:51 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:01:51 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:01:51 ~/rpmbuild/BUILD/src
13:01:51 + popd
13:01:51 + exit 0
13:01:51 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rgE4da
13:01:51 + umask 022
13:01:51 + cd /root/rpmbuild/BUILD
13:01:51 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64 '!=' / ']'
13:01:51 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
13:01:51 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
13:01:51 + mkdir -p /root/rpmbuild/BUILDROOT
13:01:51 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
13:01:51 + cd src
13:01:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin
13:01:51 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/docker
13:01:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/bash-completion/completions
13:01:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/zsh/vendor-completions
13:01:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/fish/vendor_completions.d
13:01:51 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/bash-completion/completions/docker
13:01:51 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/zsh/vendor-completions/_docker
13:01:51 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/fish/vendor_completions.d/docker.fish
13:01:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/man/man1
13:01:51 + 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-update.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~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/man/man1
13:01:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/man/man5
13:01:51 + 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~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/man/man5
13:01:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/man/man8
13:01:51 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/man/man8
13:01:51 + mkdir -p build-docs
13:01:51 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:01:51 + cp cli/LICENSE build-docs/LICENSE
13:01:51 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:01:51 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:01:51 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:01:51 + cp cli/NOTICE build-docs/NOTICE
13:01:51 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:01:51 + cp cli/README.md build-docs/README.md
13:01:51 + /usr/lib/rpm/check-buildroot
13:01:51 + /usr/lib/rpm/redhat/brp-ldconfig
13:01:51 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:01:51 + /usr/lib/rpm/brp-compress
13:01:51 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:01:51 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:01:51 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:01:51 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:01:51 + /usr/lib/rpm/brp-python-hardlink
13:01:51 + PYTHON3=/usr/libexec/platform-python
13:01:51 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:01:51 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.C2bylo
13:01:51 + umask 022
13:01:51 + cd /root/rpmbuild/BUILD
13:01:51 + cd src
13:01:51 ++ cli/build/docker --version
13:01:51 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:01:51 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:01:51 + echo 'PASS: cli version OK'
13:01:51 PASS: cli version OK
13:01:51 + exit 0
13:01:51 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
13:01:51 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GNbRkI
13:01:51 + umask 022
13:01:51 + cd /root/rpmbuild/BUILD
13:01:51 + cd src
13:01:51 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/doc/docker-ce-cli
13:01:51 + export LC_ALL=C
13:01:51 + LC_ALL=C
13:01:51 + export DOCDIR
13:01:51 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/doc/docker-ce-cli
13:01:51 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/doc/docker-ce-cli
13:01:51 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/doc/docker-ce-cli
13:01:51 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/doc/docker-ce-cli
13:01:51 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/doc/docker-ce-cli
13:01:51 + exit 0
13:01:51 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.fc36 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20230206193855.ab4ef4a-0.fc36
13:01:51 Requires(interp): /bin/sh /bin/sh /bin/sh
13:01:51 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:01:51 Requires(post): /bin/sh
13:01:51 Requires(preun): /bin/sh
13:01:51 Requires(postun): /bin/sh
13:01:51 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:01:51 Conflicts: rootlesskit
13:01:51 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
13:01:52 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.el8 docker-ce-cli(x86-64) = 1:0.0.0~20230206193855.ab4ef4a-0.el8
13:01:52 Requires(interp): /bin/sh
13:01:52 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:01:52 Requires(post): /bin/sh
13:01:52 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:01:52 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:01:52 Recommends: docker-buildx-plugin docker-compose-plugin docker-scan-plugin(x86-64)
13:01:52 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
13:01:52 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.src.rpm
13:01:52 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.src.rpm
13:01:53 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:01:53 ++ pwd
13:01:53 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:01:53 Project root: .
13:01:53 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:01:53 INFO: man/src/attach.md found
13:01:53 WARN: man/src/build.md does not exist, skipping
13:01:53 WARN: man/src/builder/build.md does not exist, skipping
13:01:53 WARN: man/src/builder/prune.md does not exist, skipping
13:01:53 WARN: man/src/builder.md does not exist, skipping
13:01:53 WARN: man/src/checkpoint/create.md does not exist, skipping
13:01:53 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:01:53 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:01:53 WARN: man/src/checkpoint.md does not exist, skipping
13:01:53 INFO: man/src/commit.md found
13:01:53 WARN: man/src/config/create.md does not exist, skipping
13:01:53 WARN: man/src/config/inspect.md does not exist, skipping
13:01:53 WARN: man/src/config/ls.md does not exist, skipping
13:01:53 WARN: man/src/config/rm.md does not exist, skipping
13:01:53 WARN: man/src/config.md does not exist, skipping
13:01:53 INFO: man/src/container/attach.md found
13:01:53 INFO: man/src/container/commit.md found
13:01:53 INFO: man/src/container/cp.md found
13:01:53 INFO: man/src/container/create.md found
13:01:53 INFO: man/src/container/diff.md found
13:01:53 INFO: man/src/container/exec.md found
13:01:53 INFO: man/src/container/export.md found
13:01:53 WARN: man/src/container/inspect.md does not exist, skipping
13:01:53 INFO: man/src/container/kill.md found
13:01:53 INFO: man/src/container/logs.md found
13:01:53 INFO: man/src/container/ls.md found
13:01:53 INFO: man/src/container/pause.md found
13:01:53 INFO: man/src/container/port.md found
13:01:53 WARN: man/src/container/prune.md does not exist, skipping
13:01:53 INFO: man/src/container/rename.md found
13:01:53 INFO: man/src/container/restart.md found
13:01:53 INFO: man/src/container/rm.md found
13:01:53 INFO: man/src/container/run.md found
13:01:53 INFO: man/src/container/start.md found
13:01:53 INFO: man/src/container/stats.md found
13:01:53 INFO: man/src/container/stop.md found
13:01:53 INFO: man/src/container/top.md found
13:01:53 INFO: man/src/container/unpause.md found
13:01:53 INFO: man/src/container/update.md found
13:01:53 INFO: man/src/container/wait.md found
13:01:53 WARN: man/src/container.md does not exist, skipping
13:01:53 WARN: man/src/context/create.md does not exist, skipping
13:01:53 WARN: man/src/context/export.md does not exist, skipping
13:01:53 WARN: man/src/context/import.md does not exist, skipping
13:01:53 WARN: man/src/context/inspect.md does not exist, skipping
13:01:53 WARN: man/src/context/ls.md does not exist, skipping
13:01:53 WARN: man/src/context/rm.md does not exist, skipping
13:01:53 WARN: man/src/context/show.md does not exist, skipping
13:01:53 WARN: man/src/context/update.md does not exist, skipping
13:01:53 WARN: man/src/context/use.md does not exist, skipping
13:01:53 WARN: man/src/context.md does not exist, skipping
13:01:53 INFO: man/src/cp.md found
13:01:53 INFO: man/src/create.md found
13:01:53 INFO: man/src/diff.md found
13:01:53 INFO: man/src/events.md found
13:01:53 INFO: man/src/exec.md found
13:01:53 INFO: man/src/export.md found
13:01:53 INFO: man/src/history.md found
13:01:53 INFO: man/src/image/build.md found
13:01:53 INFO: man/src/image/history.md found
13:01:53 INFO: man/src/image/import.md found
13:01:53 WARN: man/src/image/inspect.md does not exist, skipping
13:01:53 INFO: man/src/image/load.md found
13:01:53 INFO: man/src/image/ls.md found
13:01:53 WARN: man/src/image/prune.md does not exist, skipping
13:01:53 INFO: man/src/image/pull.md found
13:01:53 INFO: man/src/image/push.md found
13:01:53 INFO: man/src/image/rm.md found
13:01:53 INFO: man/src/image/save.md found
13:01:53 INFO: man/src/image/tag.md found
13:01:53 WARN: man/src/image.md does not exist, skipping
13:01:53 INFO: man/src/images.md found
13:01:53 INFO: man/src/import.md found
13:01:53 INFO: man/src/info.md found
13:01:53 INFO: man/src/inspect.md found
13:01:53 INFO: man/src/kill.md found
13:01:53 INFO: man/src/load.md found
13:01:53 INFO: man/src/login.md found
13:01:53 INFO: man/src/logout.md found
13:01:53 INFO: man/src/logs.md found
13:01:53 WARN: man/src/manifest/annotate.md does not exist, skipping
13:01:53 WARN: man/src/manifest/create.md does not exist, skipping
13:01:53 WARN: man/src/manifest/inspect.md does not exist, skipping
13:01:53 WARN: man/src/manifest/push.md does not exist, skipping
13:01:53 WARN: man/src/manifest/rm.md does not exist, skipping
13:01:53 WARN: man/src/manifest.md does not exist, skipping
13:01:53 INFO: man/src/network/connect.md found
13:01:53 INFO: man/src/network/create.md found
13:01:53 INFO: man/src/network/disconnect.md found
13:01:53 INFO: man/src/network/inspect.md found
13:01:53 INFO: man/src/network/ls.md found
13:01:53 WARN: man/src/network/prune.md does not exist, skipping
13:01:53 INFO: man/src/network/rm.md found
13:01:53 WARN: man/src/network.md does not exist, skipping
13:01:53 WARN: man/src/node/demote.md does not exist, skipping
13:01:53 WARN: man/src/node/inspect.md does not exist, skipping
13:01:53 WARN: man/src/node/ls.md does not exist, skipping
13:01:53 WARN: man/src/node/promote.md does not exist, skipping
13:01:53 WARN: man/src/node/ps.md does not exist, skipping
13:01:53 WARN: man/src/node/rm.md does not exist, skipping
13:01:53 WARN: man/src/node/update.md does not exist, skipping
13:01:53 WARN: man/src/node.md does not exist, skipping
13:01:53 INFO: man/src/pause.md found
13:01:53 WARN: man/src/plugin/create.md does not exist, skipping
13:01:53 WARN: man/src/plugin/disable.md does not exist, skipping
13:01:53 WARN: man/src/plugin/enable.md does not exist, skipping
13:01:53 WARN: man/src/plugin/inspect.md does not exist, skipping
13:01:53 WARN: man/src/plugin/install.md does not exist, skipping
13:01:53 INFO: man/src/plugin/ls.md found
13:01:53 WARN: man/src/plugin/push.md does not exist, skipping
13:01:53 WARN: man/src/plugin/rm.md does not exist, skipping
13:01:53 WARN: man/src/plugin/set.md does not exist, skipping
13:01:53 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:01:53 WARN: man/src/plugin.md does not exist, skipping
13:01:53 INFO: man/src/port.md found
13:01:53 INFO: man/src/ps.md found
13:01:53 INFO: man/src/pull.md found
13:01:53 INFO: man/src/push.md found
13:01:53 INFO: man/src/rename.md found
13:01:53 INFO: man/src/restart.md found
13:01:53 INFO: man/src/rm.md found
13:01:53 INFO: man/src/rmi.md found
13:01:53 WARN: man/src/run.md does not exist, skipping
13:01:53 INFO: man/src/save.md found
13:01:53 INFO: man/src/search.md found
13:01:53 WARN: man/src/secret/create.md does not exist, skipping
13:01:53 WARN: man/src/secret/inspect.md does not exist, skipping
13:01:53 WARN: man/src/secret/ls.md does not exist, skipping
13:01:53 WARN: man/src/secret/rm.md does not exist, skipping
13:01:53 WARN: man/src/secret.md does not exist, skipping
13:01:53 WARN: man/src/service/create.md does not exist, skipping
13:01:53 WARN: man/src/service/inspect.md does not exist, skipping
13:01:53 WARN: man/src/service/logs.md does not exist, skipping
13:01:53 WARN: man/src/service/ls.md does not exist, skipping
13:01:53 WARN: man/src/service/ps.md does not exist, skipping
13:01:53 WARN: man/src/service/rm.md does not exist, skipping
13:01:53 WARN: man/src/service/rollback.md does not exist, skipping
13:01:53 WARN: man/src/service/scale.md does not exist, skipping
13:01:53 WARN: man/src/service/update.md does not exist, skipping
13:01:53 WARN: man/src/service.md does not exist, skipping
13:01:53 WARN: man/src/stack/config.md does not exist, skipping
13:01:53 WARN: man/src/stack/deploy.md does not exist, skipping
13:01:53 WARN: man/src/stack/ls.md does not exist, skipping
13:01:53 WARN: man/src/stack/ps.md does not exist, skipping
13:01:53 WARN: man/src/stack/rm.md does not exist, skipping
13:01:53 WARN: man/src/stack/services.md does not exist, skipping
13:01:53 WARN: man/src/stack.md does not exist, skipping
13:01:53 INFO: man/src/start.md found
13:01:53 INFO: man/src/stats.md found
13:01:53 INFO: man/src/stop.md found
13:01:53 WARN: man/src/swarm/ca.md does not exist, skipping
13:01:53 WARN: man/src/swarm/init.md does not exist, skipping
13:01:53 WARN: man/src/swarm/join.md does not exist, skipping
13:01:53 WARN: man/src/swarm/join-token.md does not exist, skipping
13:01:53 WARN: man/src/swarm/leave.md does not exist, skipping
13:01:53 WARN: man/src/swarm/unlock.md does not exist, skipping
13:01:53 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:01:53 WARN: man/src/swarm/update.md does not exist, skipping
13:01:53 WARN: man/src/swarm.md does not exist, skipping
13:01:53 WARN: man/src/system/df.md does not exist, skipping
13:01:53 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:01:53 INFO: man/src/system/events.md found
13:01:53 INFO: man/src/system/info.md found
13:01:53 WARN: man/src/system/prune.md does not exist, skipping
13:01:53 WARN: man/src/system.md does not exist, skipping
13:01:53 INFO: man/src/tag.md found
13:01:53 INFO: man/src/top.md found
13:01:53 WARN: man/src/trust/inspect.md does not exist, skipping
13:01:53 WARN: man/src/trust/key/generate.md does not exist, skipping
13:01:53 WARN: man/src/trust/key/load.md does not exist, skipping
13:01:53 WARN: man/src/trust/key.md does not exist, skipping
13:01:53 WARN: man/src/trust/revoke.md does not exist, skipping
13:01:53 WARN: man/src/trust/sign.md does not exist, skipping
13:01:53 WARN: man/src/trust/signer/add.md does not exist, skipping
13:01:53 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:01:53 WARN: man/src/trust/signer.md does not exist, skipping
13:01:53 WARN: man/src/trust.md does not exist, skipping
13:01:53 INFO: man/src/unpause.md found
13:01:53 INFO: man/src/update.md found
13:01:53 INFO: man/src/version.md found
13:01:53 INFO: man/src/volume/create.md found
13:01:53 INFO: man/src/volume/inspect.md found
13:01:53 INFO: man/src/volume/ls.md found
13:01:53 WARN: man/src/volume/prune.md does not exist, skipping
13:01:53 WARN: man/src/volume/rm.md does not exist, skipping
13:01:53 WARN: man/src/volume/update.md does not exist, skipping
13:01:53 INFO: man/src/volume.md found
13:01:53 INFO: man/src/wait.md found
13:01:53 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:01:53 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:01:53 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:01:53 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:01:53 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:01:53 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:01:53 make[2]: Leaving directory '/root/build-deb/cli'
13:01:53 # Build buildx plugin
13:01:53 cd /go/src/github.com/docker/buildx \
13:01:53 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:01:53 && GO111MODULE=on \
13:01:53 	CGO_ENABLED=0 \
13:01:53 		go build \
13:01:53 			-mod=vendor \
13:01:53 			-trimpath \
13:01:53 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:01:53 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:01:53 			./cmd/buildx
13:01:55 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64.rpm
13:01:55 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tr2UzR
13:01:55 + umask 022
13:01:55 + cd /root/rpmbuild/BUILD
13:01:55 + cd src
13:01:55 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
13:01:55 + exit 0
13:01:55 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Och3ck
13:01:55 + umask 022
13:01:55 + cd /root/rpmbuild/BUILD
13:01:55 + cd /root/rpmbuild/BUILD
13:01:55 + rm -rf src
13:01:55 + /usr/bin/mkdir -p src
13:01:55 + cd src
13:01:55 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:01:55 + /usr/bin/tar -xof -
13:01:56 + STATUS=0
13:01:56 + '[' 0 -ne 0 ']'
13:01:56 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:01:56 + /usr/bin/tar -xof -
13:01:56 + STATUS=0
13:01:56 + '[' 0 -ne 0 ']'
13:01:56 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:01:56 + exit 0
13:01:56 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.gujYUd
13:01:56 + umask 022
13:01:56 + cd /root/rpmbuild/BUILD
13:01:56 + cd src
13:01:56 + export DOCKER_GITCOMMIT=1141704
13:01:56 + DOCKER_GITCOMMIT=1141704
13:01:56 + mkdir -p /go/src/github.com/docker
13:01:56 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:01:56 + TMP_GOPATH=/go
13:01:56 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:01:56 + RM_GOPATH=0
13:01:56 + TMP_GOPATH=/go
13:01:56 + : /usr/local/bin
13:01:56 + '[' -z /go ']'
13:01:56 + export GOPATH=/go
13:01:56 + GOPATH=/go
13:01:56 + case "$(go env GOARCH)" in
13:01:56 ++ go env GOARCH
13:01:56 + export GO_BUILDMODE=-buildmode=pie
13:01:56 + GO_BUILDMODE=-buildmode=pie
13:01:56 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:01:56 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:01:56 + bin=rootlesskit
13:01:56 + shift
13:01:56 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:01:56 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:01:56 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:01:56 + install_rootlesskit dynamic
13:01:56 + case "$1" in
13:01:56 + install_rootlesskit_dynamic
13:01:56 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:01:56 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:01:56 + export BUILD_MODE=-buildmode=pie
13:01:56 + BUILD_MODE=-buildmode=pie
13:01:56 + _install_rootlesskit
13:01:56 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:01:56 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:01:56 + for f in rootlesskit rootlesskit-docker-proxy
13:01:56 + GOBIN=/usr/local/bin
13:01:56 + GO111MODULE=on
13:01:56 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:01:57 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:01:57 ++ pwd
13:01:57 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:01:57 Project root: .
13:01:57 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:01:57 INFO: man/src/attach.md found
13:01:57 WARN: man/src/build.md does not exist, skipping
13:01:57 WARN: man/src/builder/build.md does not exist, skipping
13:01:57 WARN: man/src/builder/prune.md does not exist, skipping
13:01:57 WARN: man/src/builder.md does not exist, skipping
13:01:57 WARN: man/src/checkpoint/create.md does not exist, skipping
13:01:57 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:01:57 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:01:57 WARN: man/src/checkpoint.md does not exist, skipping
13:01:57 INFO: man/src/commit.md found
13:01:57 WARN: man/src/config/create.md does not exist, skipping
13:01:57 WARN: man/src/config/inspect.md does not exist, skipping
13:01:57 WARN: man/src/config/ls.md does not exist, skipping
13:01:57 WARN: man/src/config/rm.md does not exist, skipping
13:01:57 WARN: man/src/config.md does not exist, skipping
13:01:57 INFO: man/src/container/attach.md found
13:01:57 INFO: man/src/container/commit.md found
13:01:57 INFO: man/src/container/cp.md found
13:01:57 INFO: man/src/container/create.md found
13:01:57 INFO: man/src/container/diff.md found
13:01:57 INFO: man/src/container/exec.md found
13:01:57 INFO: man/src/container/export.md found
13:01:57 WARN: man/src/container/inspect.md does not exist, skipping
13:01:57 INFO: man/src/container/kill.md found
13:01:57 INFO: man/src/container/logs.md found
13:01:57 INFO: man/src/container/ls.md found
13:01:57 INFO: man/src/container/pause.md found
13:01:57 INFO: man/src/container/port.md found
13:01:57 WARN: man/src/container/prune.md does not exist, skipping
13:01:57 INFO: man/src/container/rename.md found
13:01:57 INFO: man/src/container/restart.md found
13:01:57 INFO: man/src/container/rm.md found
13:01:57 INFO: man/src/container/run.md found
13:01:57 INFO: man/src/container/start.md found
13:01:57 INFO: man/src/container/stats.md found
13:01:57 INFO: man/src/container/stop.md found
13:01:57 INFO: man/src/container/top.md found
13:01:57 INFO: man/src/container/unpause.md found
13:01:57 INFO: man/src/container/update.md found
13:01:57 INFO: man/src/container/wait.md found
13:01:57 WARN: man/src/container.md does not exist, skipping
13:01:57 WARN: man/src/context/create.md does not exist, skipping
13:01:57 WARN: man/src/context/export.md does not exist, skipping
13:01:57 WARN: man/src/context/import.md does not exist, skipping
13:01:57 WARN: man/src/context/inspect.md does not exist, skipping
13:01:57 WARN: man/src/context/ls.md does not exist, skipping
13:01:57 WARN: man/src/context/rm.md does not exist, skipping
13:01:57 WARN: man/src/context/show.md does not exist, skipping
13:01:57 WARN: man/src/context/update.md does not exist, skipping
13:01:57 WARN: man/src/context/use.md does not exist, skipping
13:01:57 WARN: man/src/context.md does not exist, skipping
13:01:57 INFO: man/src/cp.md found
13:01:57 INFO: man/src/create.md found
13:01:57 INFO: man/src/diff.md found
13:01:57 INFO: man/src/events.md found
13:01:57 INFO: man/src/exec.md found
13:01:57 INFO: man/src/export.md found
13:01:57 INFO: man/src/history.md found
13:01:57 INFO: man/src/image/build.md found
13:01:57 INFO: man/src/image/history.md found
13:01:57 INFO: man/src/image/import.md found
13:01:57 WARN: man/src/image/inspect.md does not exist, skipping
13:01:57 INFO: man/src/image/load.md found
13:01:57 INFO: man/src/image/ls.md found
13:01:57 WARN: man/src/image/prune.md does not exist, skipping
13:01:57 INFO: man/src/image/pull.md found
13:01:57 INFO: man/src/image/push.md found
13:01:57 INFO: man/src/image/rm.md found
13:01:57 INFO: man/src/image/save.md found
13:01:57 INFO: man/src/image/tag.md found
13:01:57 WARN: man/src/image.md does not exist, skipping
13:01:57 INFO: man/src/images.md found
13:01:57 INFO: man/src/import.md found
13:01:57 INFO: man/src/info.md found
13:01:57 INFO: man/src/inspect.md found
13:01:57 INFO: man/src/kill.md found
13:01:57 INFO: man/src/load.md found
13:01:57 INFO: man/src/login.md found
13:01:57 INFO: man/src/logout.md found
13:01:57 INFO: man/src/logs.md found
13:01:57 WARN: man/src/manifest/annotate.md does not exist, skipping
13:01:57 WARN: man/src/manifest/create.md does not exist, skipping
13:01:57 WARN: man/src/manifest/inspect.md does not exist, skipping
13:01:57 WARN: man/src/manifest/push.md does not exist, skipping
13:01:57 WARN: man/src/manifest/rm.md does not exist, skipping
13:01:57 WARN: man/src/manifest.md does not exist, skipping
13:01:57 INFO: man/src/network/connect.md found
13:01:57 INFO: man/src/network/create.md found
13:01:57 INFO: man/src/network/disconnect.md found
13:01:57 INFO: man/src/network/inspect.md found
13:01:57 INFO: man/src/network/ls.md found
13:01:57 WARN: man/src/network/prune.md does not exist, skipping
13:01:57 INFO: man/src/network/rm.md found
13:01:57 WARN: man/src/network.md does not exist, skipping
13:01:57 WARN: man/src/node/demote.md does not exist, skipping
13:01:57 WARN: man/src/node/inspect.md does not exist, skipping
13:01:57 WARN: man/src/node/ls.md does not exist, skipping
13:01:57 WARN: man/src/node/promote.md does not exist, skipping
13:01:57 WARN: man/src/node/ps.md does not exist, skipping
13:01:57 WARN: man/src/node/rm.md does not exist, skipping
13:01:57 WARN: man/src/node/update.md does not exist, skipping
13:01:57 WARN: man/src/node.md does not exist, skipping
13:01:57 INFO: man/src/pause.md found
13:01:57 WARN: man/src/plugin/create.md does not exist, skipping
13:01:57 WARN: man/src/plugin/disable.md does not exist, skipping
13:01:57 WARN: man/src/plugin/enable.md does not exist, skipping
13:01:57 WARN: man/src/plugin/inspect.md does not exist, skipping
13:01:57 WARN: man/src/plugin/install.md does not exist, skipping
13:01:57 INFO: man/src/plugin/ls.md found
13:01:57 WARN: man/src/plugin/push.md does not exist, skipping
13:01:57 WARN: man/src/plugin/rm.md does not exist, skipping
13:01:57 WARN: man/src/plugin/set.md does not exist, skipping
13:01:57 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:01:57 WARN: man/src/plugin.md does not exist, skipping
13:01:57 INFO: man/src/port.md found
13:01:57 INFO: man/src/ps.md found
13:01:57 INFO: man/src/pull.md found
13:01:57 INFO: man/src/push.md found
13:01:57 INFO: man/src/rename.md found
13:01:57 INFO: man/src/restart.md found
13:01:57 INFO: man/src/rm.md found
13:01:57 INFO: man/src/rmi.md found
13:01:57 WARN: man/src/run.md does not exist, skipping
13:01:57 INFO: man/src/save.md found
13:01:57 INFO: man/src/search.md found
13:01:57 WARN: man/src/secret/create.md does not exist, skipping
13:01:57 WARN: man/src/secret/inspect.md does not exist, skipping
13:01:57 WARN: man/src/secret/ls.md does not exist, skipping
13:01:57 WARN: man/src/secret/rm.md does not exist, skipping
13:01:57 WARN: man/src/secret.md does not exist, skipping
13:01:57 WARN: man/src/service/create.md does not exist, skipping
13:01:57 WARN: man/src/service/inspect.md does not exist, skipping
13:01:57 WARN: man/src/service/logs.md does not exist, skipping
13:01:57 WARN: man/src/service/ls.md does not exist, skipping
13:01:57 WARN: man/src/service/ps.md does not exist, skipping
13:01:57 WARN: man/src/service/rm.md does not exist, skipping
13:01:57 WARN: man/src/service/rollback.md does not exist, skipping
13:01:57 WARN: man/src/service/scale.md does not exist, skipping
13:01:57 WARN: man/src/service/update.md does not exist, skipping
13:01:57 WARN: man/src/service.md does not exist, skipping
13:01:57 WARN: man/src/stack/config.md does not exist, skipping
13:01:57 WARN: man/src/stack/deploy.md does not exist, skipping
13:01:57 WARN: man/src/stack/ls.md does not exist, skipping
13:01:57 WARN: man/src/stack/ps.md does not exist, skipping
13:01:57 WARN: man/src/stack/rm.md does not exist, skipping
13:01:57 WARN: man/src/stack/services.md does not exist, skipping
13:01:57 WARN: man/src/stack.md does not exist, skipping
13:01:57 INFO: man/src/start.md found
13:01:57 INFO: man/src/stats.md found
13:01:57 INFO: man/src/stop.md found
13:01:57 WARN: man/src/swarm/ca.md does not exist, skipping
13:01:57 WARN: man/src/swarm/init.md does not exist, skipping
13:01:57 WARN: man/src/swarm/join.md does not exist, skipping
13:01:57 WARN: man/src/swarm/join-token.md does not exist, skipping
13:01:57 WARN: man/src/swarm/leave.md does not exist, skipping
13:01:57 WARN: man/src/swarm/unlock.md does not exist, skipping
13:01:57 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:01:57 WARN: man/src/swarm/update.md does not exist, skipping
13:01:57 WARN: man/src/swarm.md does not exist, skipping
13:01:57 WARN: man/src/system/df.md does not exist, skipping
13:01:57 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:01:57 INFO: man/src/system/events.md found
13:01:57 INFO: man/src/system/info.md found
13:01:57 WARN: man/src/system/prune.md does not exist, skipping
13:01:57 WARN: man/src/system.md does not exist, skipping
13:01:57 INFO: man/src/tag.md found
13:01:57 INFO: man/src/top.md found
13:01:57 WARN: man/src/trust/inspect.md does not exist, skipping
13:01:57 WARN: man/src/trust/key/generate.md does not exist, skipping
13:01:57 WARN: man/src/trust/key/load.md does not exist, skipping
13:01:57 WARN: man/src/trust/key.md does not exist, skipping
13:01:57 WARN: man/src/trust/revoke.md does not exist, skipping
13:01:57 WARN: man/src/trust/sign.md does not exist, skipping
13:01:57 WARN: man/src/trust/signer/add.md does not exist, skipping
13:01:57 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:01:57 WARN: man/src/trust/signer.md does not exist, skipping
13:01:57 WARN: man/src/trust.md does not exist, skipping
13:01:57 INFO: man/src/unpause.md found
13:01:57 INFO: man/src/update.md found
13:01:57 INFO: man/src/version.md found
13:01:57 INFO: man/src/volume/create.md found
13:01:57 INFO: man/src/volume/inspect.md found
13:01:57 INFO: man/src/volume/ls.md found
13:01:57 WARN: man/src/volume/prune.md does not exist, skipping
13:01:57 WARN: man/src/volume/rm.md does not exist, skipping
13:01:57 WARN: man/src/volume/update.md does not exist, skipping
13:01:57 INFO: man/src/volume.md found
13:01:57 INFO: man/src/wait.md found
13:01:57 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:01:57 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:01:57 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:01:57 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:01:57 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:01:57 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:01:57 make[2]: Leaving directory '/root/build-deb/cli'
13:01:57 # Build buildx plugin
13:01:57 cd /go/src/github.com/docker/buildx \
13:01:57 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:01:57 && GO111MODULE=on \
13:01:57 	CGO_ENABLED=0 \
13:01:57 		go build \
13:01:57 			-mod=vendor \
13:01:57 			-trimpath \
13:01:57 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:01:57 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:01:57 			./cmd/buildx
13:01:57 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:01:57 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:01:57 ++ pwd
13:01:57 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:01:57 Project root: .
13:01:57 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:01:57 INFO: man/src/attach.md found
13:01:57 WARN: man/src/build.md does not exist, skipping
13:01:57 WARN: man/src/builder/build.md does not exist, skipping
13:01:57 WARN: man/src/builder/prune.md does not exist, skipping
13:01:57 WARN: man/src/builder.md does not exist, skipping
13:01:57 WARN: man/src/checkpoint/create.md does not exist, skipping
13:01:57 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:01:57 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:01:57 WARN: man/src/checkpoint.md does not exist, skipping
13:01:57 INFO: man/src/commit.md found
13:01:57 WARN: man/src/config/create.md does not exist, skipping
13:01:57 WARN: man/src/config/inspect.md does not exist, skipping
13:01:57 WARN: man/src/config/ls.md does not exist, skipping
13:01:57 WARN: man/src/config/rm.md does not exist, skipping
13:01:57 WARN: man/src/config.md does not exist, skipping
13:01:57 INFO: man/src/container/attach.md found
13:01:57 INFO: man/src/container/commit.md found
13:01:57 INFO: man/src/container/cp.md found
13:01:57 INFO: man/src/container/create.md found
13:01:57 INFO: man/src/container/diff.md found
13:01:57 INFO: man/src/container/exec.md found
13:01:57 INFO: man/src/container/export.md found
13:01:57 WARN: man/src/container/inspect.md does not exist, skipping
13:01:57 INFO: man/src/container/kill.md found
13:01:57 INFO: man/src/container/logs.md found
13:01:57 INFO: man/src/container/ls.md found
13:01:57 INFO: man/src/container/pause.md found
13:01:57 INFO: man/src/container/port.md found
13:01:57 WARN: man/src/container/prune.md does not exist, skipping
13:01:57 INFO: man/src/container/rename.md found
13:01:57 INFO: man/src/container/restart.md found
13:01:57 INFO: man/src/container/rm.md found
13:01:57 INFO: man/src/container/run.md found
13:01:57 INFO: man/src/container/start.md found
13:01:57 INFO: man/src/container/stats.md found
13:01:57 INFO: man/src/container/stop.md found
13:01:57 INFO: man/src/container/top.md found
13:01:57 INFO: man/src/container/unpause.md found
13:01:57 INFO: man/src/container/update.md found
13:01:57 INFO: man/src/container/wait.md found
13:01:57 WARN: man/src/container.md does not exist, skipping
13:01:57 WARN: man/src/context/create.md does not exist, skipping
13:01:57 WARN: man/src/context/export.md does not exist, skipping
13:01:57 WARN: man/src/context/import.md does not exist, skipping
13:01:57 WARN: man/src/context/inspect.md does not exist, skipping
13:01:57 WARN: man/src/context/ls.md does not exist, skipping
13:01:57 WARN: man/src/context/rm.md does not exist, skipping
13:01:57 WARN: man/src/context/show.md does not exist, skipping
13:01:57 WARN: man/src/context/update.md does not exist, skipping
13:01:57 WARN: man/src/context/use.md does not exist, skipping
13:01:57 WARN: man/src/context.md does not exist, skipping
13:01:57 INFO: man/src/cp.md found
13:01:57 INFO: man/src/create.md found
13:01:57 INFO: man/src/diff.md found
13:01:57 INFO: man/src/events.md found
13:01:57 INFO: man/src/exec.md found
13:01:57 INFO: man/src/export.md found
13:01:57 INFO: man/src/history.md found
13:01:57 INFO: man/src/image/build.md found
13:01:57 INFO: man/src/image/history.md found
13:01:57 INFO: man/src/image/import.md found
13:01:57 WARN: man/src/image/inspect.md does not exist, skipping
13:01:57 INFO: man/src/image/load.md found
13:01:57 INFO: man/src/image/ls.md found
13:01:57 WARN: man/src/image/prune.md does not exist, skipping
13:01:57 INFO: man/src/image/pull.md found
13:01:57 INFO: man/src/image/push.md found
13:01:57 INFO: man/src/image/rm.md found
13:01:57 INFO: man/src/image/save.md found
13:01:57 INFO: man/src/image/tag.md found
13:01:57 WARN: man/src/image.md does not exist, skipping
13:01:57 INFO: man/src/images.md found
13:01:57 INFO: man/src/import.md found
13:01:57 INFO: man/src/info.md found
13:01:57 INFO: man/src/inspect.md found
13:01:57 INFO: man/src/kill.md found
13:01:57 INFO: man/src/load.md found
13:01:57 INFO: man/src/login.md found
13:01:57 INFO: man/src/logout.md found
13:01:57 INFO: man/src/logs.md found
13:01:57 WARN: man/src/manifest/annotate.md does not exist, skipping
13:01:57 WARN: man/src/manifest/create.md does not exist, skipping
13:01:57 WARN: man/src/manifest/inspect.md does not exist, skipping
13:01:57 WARN: man/src/manifest/push.md does not exist, skipping
13:01:57 WARN: man/src/manifest/rm.md does not exist, skipping
13:01:57 WARN: man/src/manifest.md does not exist, skipping
13:01:57 INFO: man/src/network/connect.md found
13:01:57 INFO: man/src/network/create.md found
13:01:57 INFO: man/src/network/disconnect.md found
13:01:57 INFO: man/src/network/inspect.md found
13:01:57 INFO: man/src/network/ls.md found
13:01:57 WARN: man/src/network/prune.md does not exist, skipping
13:01:57 INFO: man/src/network/rm.md found
13:01:57 WARN: man/src/network.md does not exist, skipping
13:01:57 WARN: man/src/node/demote.md does not exist, skipping
13:01:57 WARN: man/src/node/inspect.md does not exist, skipping
13:01:57 WARN: man/src/node/ls.md does not exist, skipping
13:01:57 WARN: man/src/node/promote.md does not exist, skipping
13:01:57 WARN: man/src/node/ps.md does not exist, skipping
13:01:57 WARN: man/src/node/rm.md does not exist, skipping
13:01:57 WARN: man/src/node/update.md does not exist, skipping
13:01:57 WARN: man/src/node.md does not exist, skipping
13:01:57 INFO: man/src/pause.md found
13:01:57 WARN: man/src/plugin/create.md does not exist, skipping
13:01:57 WARN: man/src/plugin/disable.md does not exist, skipping
13:01:57 WARN: man/src/plugin/enable.md does not exist, skipping
13:01:57 WARN: man/src/plugin/inspect.md does not exist, skipping
13:01:57 WARN: man/src/plugin/install.md does not exist, skipping
13:01:57 INFO: man/src/plugin/ls.md found
13:01:57 WARN: man/src/plugin/push.md does not exist, skipping
13:01:57 WARN: man/src/plugin/rm.md does not exist, skipping
13:01:57 WARN: man/src/plugin/set.md does not exist, skipping
13:01:57 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:01:57 WARN: man/src/plugin.md does not exist, skipping
13:01:57 INFO: man/src/port.md found
13:01:57 INFO: man/src/ps.md found
13:01:57 INFO: man/src/pull.md found
13:01:57 INFO: man/src/push.md found
13:01:57 INFO: man/src/rename.md found
13:01:57 INFO: man/src/restart.md found
13:01:57 INFO: man/src/rm.md found
13:01:57 INFO: man/src/rmi.md found
13:01:57 WARN: man/src/run.md does not exist, skipping
13:01:57 INFO: man/src/save.md found
13:01:57 INFO: man/src/search.md found
13:01:57 WARN: man/src/secret/create.md does not exist, skipping
13:01:57 WARN: man/src/secret/inspect.md does not exist, skipping
13:01:57 WARN: man/src/secret/ls.md does not exist, skipping
13:01:57 WARN: man/src/secret/rm.md does not exist, skipping
13:01:57 WARN: man/src/secret.md does not exist, skipping
13:01:57 WARN: man/src/service/create.md does not exist, skipping
13:01:57 WARN: man/src/service/inspect.md does not exist, skipping
13:01:57 WARN: man/src/service/logs.md does not exist, skipping
13:01:57 WARN: man/src/service/ls.md does not exist, skipping
13:01:57 WARN: man/src/service/ps.md does not exist, skipping
13:01:57 WARN: man/src/service/rm.md does not exist, skipping
13:01:57 WARN: man/src/service/rollback.md does not exist, skipping
13:01:57 WARN: man/src/service/scale.md does not exist, skipping
13:01:57 WARN: man/src/service/update.md does not exist, skipping
13:01:57 WARN: man/src/service.md does not exist, skipping
13:01:57 WARN: man/src/stack/config.md does not exist, skipping
13:01:57 WARN: man/src/stack/deploy.md does not exist, skipping
13:01:57 WARN: man/src/stack/ls.md does not exist, skipping
13:01:57 WARN: man/src/stack/ps.md does not exist, skipping
13:01:57 WARN: man/src/stack/rm.md does not exist, skipping
13:01:57 WARN: man/src/stack/services.md does not exist, skipping
13:01:57 WARN: man/src/stack.md does not exist, skipping
13:01:57 INFO: man/src/start.md found
13:01:57 INFO: man/src/stats.md found
13:01:57 INFO: man/src/stop.md found
13:01:57 WARN: man/src/swarm/ca.md does not exist, skipping
13:01:57 WARN: man/src/swarm/init.md does not exist, skipping
13:01:57 WARN: man/src/swarm/join.md does not exist, skipping
13:01:57 WARN: man/src/swarm/join-token.md does not exist, skipping
13:01:57 WARN: man/src/swarm/leave.md does not exist, skipping
13:01:57 WARN: man/src/swarm/unlock.md does not exist, skipping
13:01:57 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:01:57 WARN: man/src/swarm/update.md does not exist, skipping
13:01:57 WARN: man/src/swarm.md does not exist, skipping
13:01:57 WARN: man/src/system/df.md does not exist, skipping
13:01:57 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:01:57 INFO: man/src/system/events.md found
13:01:57 INFO: man/src/system/info.md found
13:01:57 WARN: man/src/system/prune.md does not exist, skipping
13:01:57 WARN: man/src/system.md does not exist, skipping
13:01:57 INFO: man/src/tag.md found
13:01:57 INFO: man/src/top.md found
13:01:57 WARN: man/src/trust/inspect.md does not exist, skipping
13:01:57 WARN: man/src/trust/key/generate.md does not exist, skipping
13:01:57 WARN: man/src/trust/key/load.md does not exist, skipping
13:01:57 WARN: man/src/trust/key.md does not exist, skipping
13:01:57 WARN: man/src/trust/revoke.md does not exist, skipping
13:01:57 WARN: man/src/trust/sign.md does not exist, skipping
13:01:57 WARN: man/src/trust/signer/add.md does not exist, skipping
13:01:57 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:01:57 WARN: man/src/trust/signer.md does not exist, skipping
13:01:57 WARN: man/src/trust.md does not exist, skipping
13:01:57 INFO: man/src/unpause.md found
13:01:57 INFO: man/src/update.md found
13:01:57 INFO: man/src/version.md found
13:01:57 INFO: man/src/volume/create.md found
13:01:57 INFO: man/src/volume/inspect.md found
13:01:57 INFO: man/src/volume/ls.md found
13:01:57 WARN: man/src/volume/prune.md does not exist, skipping
13:01:57 WARN: man/src/volume/rm.md does not exist, skipping
13:01:57 WARN: man/src/volume/update.md does not exist, skipping
13:01:57 INFO: man/src/volume.md found
13:01:57 INFO: man/src/wait.md found
13:01:57 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:01:57 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:01:57 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:01:57 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:01:57 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:01:57 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:01:57 make[2]: Leaving directory '/root/build-deb/cli'
13:01:57 # Build buildx plugin
13:01:57 cd /go/src/github.com/docker/buildx \
13:01:57 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:01:57 && GO111MODULE=on \
13:01:57 	CGO_ENABLED=0 \
13:01:57 		go build \
13:01:57 			-mod=vendor \
13:01:57 			-trimpath \
13:01:57 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:01:57 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:01:57 			./cmd/buildx
13:01:57 go: downloading github.com/urfave/cli/v2 v2.23.5
13:01:57 go: downloading golang.org/x/sys v0.2.0
13:01:57 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:01:58 go: downloading github.com/google/uuid v1.3.0
13:01:58 go: downloading github.com/moby/vpnkit v0.5.0
13:01:58 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:01:58 go: downloading github.com/gofrs/flock v0.8.1
13:01:58 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:01:58 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:01:58 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:01:58 go: downloading golang.org/x/net v0.1.0
13:01:59 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.rpm
13:01:59 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BXibOT
13:01:59 + umask 022
13:01:59 + cd /root/rpmbuild/BUILD
13:01:59 + cd src
13:01:59 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
13:01:59 + RPM_EC=0
13:01:59 ++ jobs -p
13:01:59 + exit 0
13:01:59 
13:01:59 RPM build warnings:
13:01:59     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:01:59     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:01:59     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:01:59     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/docker-proxy
13:01:59 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.PJOyPP
13:01:59 + umask 022
13:01:59 + cd /root/rpmbuild/BUILD
13:01:59 + cd /root/rpmbuild/BUILD
13:01:59 + rm -rf src
13:01:59 + /usr/bin/mkdir -p src
13:01:59 + cd src
13:01:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:01:59 + /usr/bin/tar -xof -
13:01:59 + STATUS=0
13:01:59 + '[' 0 -ne 0 ']'
13:01:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:01:59 + /usr/bin/tar -xof -
13:01:59 + STATUS=0
13:01:59 + '[' 0 -ne 0 ']'
13:01:59 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:01:59 + RPM_EC=0
13:01:59 ++ jobs -p
13:01:59 + exit 0
13:01:59 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.i99fNo
13:01:59 + umask 022
13:01:59 + cd /root/rpmbuild/BUILD
13:01: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:01:59 + export CFLAGS
13:01: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:01:59 + export CXXFLAGS
13:01: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:01:59 + export FFLAGS
13:01: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:01:59 + export FCFLAGS
13:01: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-buildx-plugin-0.10.2-0.fc36.aarch64.ld'
13:01:59 + export LDFLAGS
13:01:59 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:01:59 + export LT_SYS_LIBRARY_PATH
13:01:59 + CC=gcc
13:01:59 + export CC
13:01:59 + CXX=g++
13:01:59 + export CXX
13:01:59 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:01:59 + /usr/lib/rpm/generate-rpm-note.sh docker-buildx-plugin 0.10.2-0.fc36 aarch64
13:01:59 + cd src
13:01:59 + pushd /root/rpmbuild/BUILD/src/buildx
13:01:59 + GO111MODULE=on
13:01:59 + CGO_ENABLED=0
13:01:59 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
13:01:59 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:01:59 make[2]: Entering directory '/root/build-deb/cli'
13:01:59 scripts/docs/generate-man.sh
13:01:59 + cp -r . /tmp/docker-cli-docsgen.KQiGvCwZNY/
13:01:59 + cd /tmp/docker-cli-docsgen.KQiGvCwZNY
13:01:59 + ./scripts/vendor init
13:01:59 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:01:59 + cp man/tools.go .
13:01:59 + ./scripts/vendor update
13:01:59 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:01:59 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:01:59 go: downloading github.com/spf13/cobra v1.6.1
13:01:59 go: downloading github.com/spf13/pflag v1.0.5
13:01:59 go: downloading github.com/docker/docker v23.0.0+incompatible
13:01:59 go: downloading github.com/fvbommel/sortorder v1.0.2
13:01:59 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:01:59 go: downloading github.com/morikuni/aec v1.0.0
13:01:59 go: downloading github.com/pkg/errors v0.9.1
13:01:59 go: downloading github.com/google/go-cmp v0.5.9
13:01:59 go: downloading gotest.tools/v3 v3.4.0
13:01:59 go: downloading golang.org/x/sys v0.4.0
13:01:59 go: downloading github.com/docker/go-units v0.5.0
13:01:59 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:01:59 go: downloading github.com/docker/go-connections v0.4.0
13:01:59 go: downloading github.com/moby/sys/sequential v0.5.0
13:01:59 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:01:59 go: downloading golang.org/x/text v0.6.0
13:01:59 go: downloading github.com/mattn/go-runewidth v0.0.13
13:01:59 go: downloading github.com/containerd/containerd v1.6.16
13:02:00 go: downloading github.com/moby/sys/signal v0.7.0
13:02:00 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:02:00 go: downloading github.com/moby/buildkit v0.10.6
13:02:00 go: downloading github.com/moby/patternmatcher v0.5.0
13:02:00 go: downloading github.com/opencontainers/go-digest v1.0.0
13:02:00 go: downloading github.com/gogo/protobuf v1.3.2
13:02:01 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:02:01 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:02:01 go: downloading gopkg.in/yaml.v2 v2.4.0
13:02:01 go: downloading golang.org/x/term v0.4.0
13:02:01 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:02:01 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:02:01 go: downloading github.com/imdario/mergo v0.3.12
13:02:01 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:02:01 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:02:01 go: downloading github.com/creack/pty v1.1.11
13:02:01 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:02:03 go: downloading gopkg.in/yaml.v3 v3.0.1
13:02:03 go: downloading github.com/stretchr/testify v1.8.0
13:02:03 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:02:03 go: downloading github.com/rivo/uniseg v0.2.0
13:02:03 go: downloading github.com/klauspost/compress v1.15.12
13:02:03 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:02:03 go: downloading github.com/containerd/continuity v0.3.0
13:02:03 go: downloading github.com/moby/sys/symlink v0.2.0
13:02:03 go: downloading golang.org/x/time v0.1.0
13:02:03 go: downloading github.com/opencontainers/runc v1.1.3
13:02:03 go: downloading golang.org/x/crypto v0.2.0
13:02:03 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:02:03 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:02:03 + make manpages
13:02:03 scripts/docs/generate-man.sh
13:02:03 + cp -r . /tmp/docker-cli-docsgen.P81raAljda/
13:02:03 + cd /tmp/docker-cli-docsgen.P81raAljda
13:02:03 + ./scripts/vendor init
13:02:03 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:02:03 + cp man/tools.go .
13:02:03 + ./scripts/vendor update
13:02:03 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:02:03 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:02:03 go: downloading github.com/spf13/cobra v1.6.1
13:02:03 go: downloading github.com/spf13/pflag v1.0.5
13:02:03 go: downloading github.com/docker/docker v23.0.0+incompatible
13:02:03 go: downloading github.com/fvbommel/sortorder v1.0.2
13:02:03 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:02:03 go: downloading github.com/morikuni/aec v1.0.0
13:02:03 go: downloading github.com/pkg/errors v0.9.1
13:02:03 go: downloading github.com/google/go-cmp v0.5.9
13:02:03 go: downloading gotest.tools/v3 v3.4.0
13:02:03 go: downloading golang.org/x/sys v0.4.0
13:02:03 go: downloading github.com/docker/go-units v0.5.0
13:02:03 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:02:03 go: downloading github.com/docker/go-connections v0.4.0
13:02:03 go: downloading github.com/moby/sys/sequential v0.5.0
13:02:03 go: downloading github.com/sirupsen/logrus v1.9.0
13:02:03 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:02:03 go: downloading golang.org/x/text v0.6.0
13:02:03 go: downloading github.com/mattn/go-runewidth v0.0.13
13:02:03 go: downloading github.com/containerd/containerd v1.6.16
13:02:03 go: downloading github.com/moby/sys/signal v0.7.0
13:02:03 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:02:03 go: downloading github.com/moby/buildkit v0.10.6
13:02:03 go: downloading github.com/moby/patternmatcher v0.5.0
13:02:03 go: downloading github.com/opencontainers/go-digest v1.0.0
13:02:03 go: downloading github.com/gogo/protobuf v1.3.2
13:02:03 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:02:03 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:02:03 go: downloading gopkg.in/yaml.v2 v2.4.0
13:02:03 go: downloading golang.org/x/term v0.4.0
13:02:03 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:02:03 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:02:03 go: downloading github.com/imdario/mergo v0.3.12
13:02:03 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:02:03 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:02:03 go: downloading github.com/creack/pty v1.1.11
13:02:03 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:02:03 go: downloading github.com/gorilla/mux v1.8.0
13:02:03 go: downloading gopkg.in/yaml.v3 v3.0.1
13:02:03 go: downloading github.com/stretchr/testify v1.8.0
13:02:03 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:02:03 go: downloading github.com/rivo/uniseg v0.2.0
13:02:03 go: downloading github.com/klauspost/compress v1.15.12
13:02:03 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:02:03 go: downloading github.com/containerd/continuity v0.3.0
13:02:03 go: downloading github.com/moby/sys/symlink v0.2.0
13:02:03 go: downloading golang.org/x/time v0.1.0
13:02:03 go: downloading github.com/opencontainers/runc v1.1.3
13:02:03 go: downloading golang.org/x/crypto v0.2.0
13:02:03 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:02:03 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:02:03 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:02:03 go: downloading google.golang.org/grpc v1.48.0
13:02:03 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:02:03 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:02:03 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:02:03 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:02:03 go: downloading github.com/russross/blackfriday v1.6.0
13:02:03 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:02:03 go: downloading github.com/Microsoft/go-winio v0.5.2
13:02:03 go: downloading golang.org/x/net v0.5.0
13:02:03 go: downloading github.com/davecgh/go-spew v1.1.1
13:02:03 go: downloading github.com/pmezard/go-difflib v1.0.0
13:02:03 go: downloading github.com/miekg/pkcs11 v1.1.1
13:02:03 go: downloading github.com/prometheus/client_golang v1.14.0
13:02:03 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:02:03 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:02:03 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:02:03 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:02:03 go: downloading github.com/golang/protobuf v1.5.2
13:02:03 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:02:03 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:02:03 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:02:03 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:02:03 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:02:03 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:02:03 go: downloading github.com/beorn7/perks v1.0.1
13:02:03 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:02:03 go: downloading github.com/prometheus/client_model v0.3.0
13:02:03 go: downloading github.com/prometheus/common v0.37.0
13:02:03 go: downloading github.com/prometheus/procfs v0.8.0
13:02:03 go: downloading google.golang.org/protobuf v1.28.1
13:02:03 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:02:03 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:02:03 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:02:03 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:02:03 go: downloading k8s.io/klog/v2 v2.80.1
13:02:03 go: downloading github.com/kr/text v0.2.0
13:02:03 go: downloading github.com/docker/go-metrics v0.0.1
13:02:03 go: downloading github.com/BurntSushi/toml v0.3.1
13:02:03 go: downloading github.com/kr/pretty v0.2.1
13:02:03 go: downloading github.com/magiconair/properties v1.5.3
13:02:03 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:02:03 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:02:03 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:02:03 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:02:03 go: downloading github.com/go-logr/logr v1.2.3
13:02:03 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:02:03 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:02:03 + go mod vendor -modfile=vendor.mod
13:02:03 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:02:03 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:02:03 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:02:03 go: downloading google.golang.org/grpc v1.48.0
13:02:04 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:02:04 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:02:04 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:02:04 go: downloading github.com/russross/blackfriday v1.6.0
13:02:04 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:02:04 go: downloading github.com/Microsoft/go-winio v0.5.2
13:02:04 go: downloading golang.org/x/net v0.5.0
13:02:04 + for f in rootlesskit rootlesskit-docker-proxy
13:02:04 + GOBIN=/usr/local/bin
13:02:04 + GO111MODULE=on
13:02:04 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:02:04 go: downloading github.com/davecgh/go-spew v1.1.1
13:02:04 go: downloading github.com/pmezard/go-difflib v1.0.0
13:02:04 go: downloading github.com/miekg/pkcs11 v1.1.1
13:02:04 go: downloading github.com/prometheus/client_golang v1.14.0
13:02:04 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:02:04 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:02:04 + make manpages
13:02:04 scripts/docs/generate-man.sh
13:02:04 + cp -r . /tmp/docker-cli-docsgen.X7DP390hHS/
13:02:04 + cd /tmp/docker-cli-docsgen.X7DP390hHS
13:02:04 + ./scripts/vendor init
13:02:04 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:02:04 + cp man/tools.go .
13:02:04 + ./scripts/vendor update
13:02:04 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:02:04 go: downloading github.com/docker/docker v23.0.0+incompatible
13:02:04 go: downloading github.com/fvbommel/sortorder v1.0.2
13:02:04 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:02:04 go: downloading github.com/morikuni/aec v1.0.0
13:02:04 go: downloading github.com/pkg/errors v0.9.1
13:02:04 go: downloading github.com/spf13/cobra v1.6.1
13:02:04 go: downloading github.com/spf13/pflag v1.0.5
13:02:04 go: downloading github.com/google/go-cmp v0.5.9
13:02:04 go: downloading gotest.tools/v3 v3.4.0
13:02:04 go: downloading golang.org/x/sys v0.4.0
13:02:04 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:02:04 go: downloading github.com/docker/go-units v0.5.0
13:02:04 go: downloading github.com/moby/sys/sequential v0.5.0
13:02:04 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:02:04 go: downloading github.com/docker/go-connections v0.4.0
13:02:04 go: downloading github.com/sirupsen/logrus v1.9.0
13:02:04 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:02:04 go: downloading golang.org/x/text v0.6.0
13:02:04 go: downloading github.com/mattn/go-runewidth v0.0.13
13:02:05 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:02:05 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:02:05 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:02:05 go: downloading github.com/opencontainers/go-digest v1.0.0
13:02:05 go: downloading github.com/moby/buildkit v0.10.6
13:02:05 go: downloading github.com/golang/protobuf v1.5.2
13:02:05 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:02:05 go: downloading github.com/moby/patternmatcher v0.5.0
13:02:05 go: downloading github.com/containerd/containerd v1.6.16
13:02:05 + return
13:02:05 + exit 0
13:02:05 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.FAFtTp
13:02:05 + umask 022
13:02:05 + cd /root/rpmbuild/BUILD
13:02:05 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64 '!=' / ']'
13:02:05 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
13:02:05 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
13:02:05 + mkdir -p /root/rpmbuild/BUILDROOT
13:02:05 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
13:02:05 + cd src
13:02:05 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/dockerd-rootless.sh
13:02:05 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/dockerd-rootless-setuptool.sh
13:02:05 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/rootlesskit
13:02:05 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/rootlesskit-docker-proxy
13:02:05 + /usr/lib/rpm/check-buildroot
13:02:05 + /usr/lib/rpm/redhat/brp-ldconfig
13:02:05 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:02:05 + /usr/lib/rpm/brp-compress
13:02:05 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:02:05 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:02:05 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:02:05 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:02:05 + /usr/lib/rpm/brp-python-hardlink
13:02:05 + PYTHON3=/usr/libexec/platform-python
13:02:05 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:02:05 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.DGVrW1
13:02:05 + umask 022
13:02:05 + cd /root/rpmbuild/BUILD
13:02:05 + cd src
13:02:05 + /usr/local/bin/rootlesskit -v
13:02:05 rootlesskit version 1.1.0
13:02:05 + exit 0
13:02:05 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
13:02:06 go: downloading github.com/moby/sys/signal v0.7.0
13:02:06 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:02:06 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.el8 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20230206193855.ab4ef4a-0.el8
13:02:06 Requires(interp): /bin/sh /bin/sh /bin/sh
13:02:06 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:02:06 Requires(post): /bin/sh
13:02:06 Requires(preun): /bin/sh
13:02:06 Requires(postun): /bin/sh
13:02:06 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:02:06 Conflicts: rootlesskit
13:02:06 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
13:02:06 go: downloading gopkg.in/yaml.v2 v2.4.0
13:02:06 go: downloading golang.org/x/term v0.4.0
13:02:06 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:02:06 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:02:06 go: downloading github.com/imdario/mergo v0.3.12
13:02:06 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:02:06 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:02:06 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:02:06 go: downloading github.com/gogo/protobuf v1.3.2
13:02:06 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:02:06 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.src.rpm
13:02:06 go: downloading github.com/creack/pty v1.1.11
13:02:06 go: downloading github.com/gorilla/mux v1.8.0
13:02:06 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:02:07 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:02:07 ++ pwd
13:02:07 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:02:07 Project root: .
13:02:07 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:02:07 INFO: man/src/attach.md found
13:02:07 WARN: man/src/build.md does not exist, skipping
13:02:07 WARN: man/src/builder/build.md does not exist, skipping
13:02:07 WARN: man/src/builder/prune.md does not exist, skipping
13:02:07 WARN: man/src/builder.md does not exist, skipping
13:02:07 WARN: man/src/checkpoint/create.md does not exist, skipping
13:02:07 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:02:07 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:02:07 WARN: man/src/checkpoint.md does not exist, skipping
13:02:07 INFO: man/src/commit.md found
13:02:07 WARN: man/src/config/create.md does not exist, skipping
13:02:07 WARN: man/src/config/inspect.md does not exist, skipping
13:02:07 WARN: man/src/config/ls.md does not exist, skipping
13:02:07 WARN: man/src/config/rm.md does not exist, skipping
13:02:07 WARN: man/src/config.md does not exist, skipping
13:02:07 INFO: man/src/container/attach.md found
13:02:07 INFO: man/src/container/commit.md found
13:02:07 INFO: man/src/container/cp.md found
13:02:07 INFO: man/src/container/create.md found
13:02:07 INFO: man/src/container/diff.md found
13:02:07 INFO: man/src/container/exec.md found
13:02:07 INFO: man/src/container/export.md found
13:02:07 WARN: man/src/container/inspect.md does not exist, skipping
13:02:07 INFO: man/src/container/kill.md found
13:02:07 INFO: man/src/container/logs.md found
13:02:07 INFO: man/src/container/ls.md found
13:02:07 INFO: man/src/container/pause.md found
13:02:07 INFO: man/src/container/port.md found
13:02:07 WARN: man/src/container/prune.md does not exist, skipping
13:02:07 INFO: man/src/container/rename.md found
13:02:07 INFO: man/src/container/restart.md found
13:02:07 INFO: man/src/container/rm.md found
13:02:07 INFO: man/src/container/run.md found
13:02:07 INFO: man/src/container/start.md found
13:02:07 INFO: man/src/container/stats.md found
13:02:07 INFO: man/src/container/stop.md found
13:02:07 INFO: man/src/container/top.md found
13:02:07 INFO: man/src/container/unpause.md found
13:02:07 INFO: man/src/container/update.md found
13:02:07 INFO: man/src/container/wait.md found
13:02:07 WARN: man/src/container.md does not exist, skipping
13:02:07 WARN: man/src/context/create.md does not exist, skipping
13:02:07 WARN: man/src/context/export.md does not exist, skipping
13:02:07 WARN: man/src/context/import.md does not exist, skipping
13:02:07 WARN: man/src/context/inspect.md does not exist, skipping
13:02:07 WARN: man/src/context/ls.md does not exist, skipping
13:02:07 WARN: man/src/context/rm.md does not exist, skipping
13:02:07 WARN: man/src/context/show.md does not exist, skipping
13:02:07 WARN: man/src/context/update.md does not exist, skipping
13:02:07 WARN: man/src/context/use.md does not exist, skipping
13:02:07 WARN: man/src/context.md does not exist, skipping
13:02:07 INFO: man/src/cp.md found
13:02:07 INFO: man/src/create.md found
13:02:07 INFO: man/src/diff.md found
13:02:07 INFO: man/src/events.md found
13:02:07 INFO: man/src/exec.md found
13:02:07 INFO: man/src/export.md found
13:02:07 INFO: man/src/history.md found
13:02:07 INFO: man/src/image/build.md found
13:02:07 INFO: man/src/image/history.md found
13:02:07 INFO: man/src/image/import.md found
13:02:07 WARN: man/src/image/inspect.md does not exist, skipping
13:02:07 INFO: man/src/image/load.md found
13:02:07 INFO: man/src/image/ls.md found
13:02:07 WARN: man/src/image/prune.md does not exist, skipping
13:02:07 INFO: man/src/image/pull.md found
13:02:07 INFO: man/src/image/push.md found
13:02:07 INFO: man/src/image/rm.md found
13:02:07 INFO: man/src/image/save.md found
13:02:07 INFO: man/src/image/tag.md found
13:02:07 WARN: man/src/image.md does not exist, skipping
13:02:07 INFO: man/src/images.md found
13:02:07 INFO: man/src/import.md found
13:02:07 INFO: man/src/info.md found
13:02:07 INFO: man/src/inspect.md found
13:02:07 INFO: man/src/kill.md found
13:02:07 INFO: man/src/load.md found
13:02:07 INFO: man/src/login.md found
13:02:07 INFO: man/src/logout.md found
13:02:07 INFO: man/src/logs.md found
13:02:07 WARN: man/src/manifest/annotate.md does not exist, skipping
13:02:07 WARN: man/src/manifest/create.md does not exist, skipping
13:02:07 WARN: man/src/manifest/inspect.md does not exist, skipping
13:02:07 WARN: man/src/manifest/push.md does not exist, skipping
13:02:07 WARN: man/src/manifest/rm.md does not exist, skipping
13:02:07 WARN: man/src/manifest.md does not exist, skipping
13:02:07 INFO: man/src/network/connect.md found
13:02:07 INFO: man/src/network/create.md found
13:02:07 INFO: man/src/network/disconnect.md found
13:02:07 INFO: man/src/network/inspect.md found
13:02:07 INFO: man/src/network/ls.md found
13:02:07 WARN: man/src/network/prune.md does not exist, skipping
13:02:07 INFO: man/src/network/rm.md found
13:02:07 WARN: man/src/network.md does not exist, skipping
13:02:07 WARN: man/src/node/demote.md does not exist, skipping
13:02:07 WARN: man/src/node/inspect.md does not exist, skipping
13:02:07 WARN: man/src/node/ls.md does not exist, skipping
13:02:07 WARN: man/src/node/promote.md does not exist, skipping
13:02:07 WARN: man/src/node/ps.md does not exist, skipping
13:02:07 WARN: man/src/node/rm.md does not exist, skipping
13:02:07 WARN: man/src/node/update.md does not exist, skipping
13:02:07 WARN: man/src/node.md does not exist, skipping
13:02:07 INFO: man/src/pause.md found
13:02:07 WARN: man/src/plugin/create.md does not exist, skipping
13:02:07 WARN: man/src/plugin/disable.md does not exist, skipping
13:02:07 WARN: man/src/plugin/enable.md does not exist, skipping
13:02:07 WARN: man/src/plugin/inspect.md does not exist, skipping
13:02:07 WARN: man/src/plugin/install.md does not exist, skipping
13:02:07 INFO: man/src/plugin/ls.md found
13:02:07 WARN: man/src/plugin/push.md does not exist, skipping
13:02:07 WARN: man/src/plugin/rm.md does not exist, skipping
13:02:07 WARN: man/src/plugin/set.md does not exist, skipping
13:02:07 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:02:07 WARN: man/src/plugin.md does not exist, skipping
13:02:07 INFO: man/src/port.md found
13:02:07 INFO: man/src/ps.md found
13:02:07 INFO: man/src/pull.md found
13:02:07 INFO: man/src/push.md found
13:02:07 INFO: man/src/rename.md found
13:02:07 INFO: man/src/restart.md found
13:02:07 INFO: man/src/rm.md found
13:02:07 INFO: man/src/rmi.md found
13:02:07 WARN: man/src/run.md does not exist, skipping
13:02:07 INFO: man/src/save.md found
13:02:07 INFO: man/src/search.md found
13:02:07 WARN: man/src/secret/create.md does not exist, skipping
13:02:07 WARN: man/src/secret/inspect.md does not exist, skipping
13:02:07 WARN: man/src/secret/ls.md does not exist, skipping
13:02:07 WARN: man/src/secret/rm.md does not exist, skipping
13:02:07 WARN: man/src/secret.md does not exist, skipping
13:02:07 WARN: man/src/service/create.md does not exist, skipping
13:02:07 WARN: man/src/service/inspect.md does not exist, skipping
13:02:07 WARN: man/src/service/logs.md does not exist, skipping
13:02:07 WARN: man/src/service/ls.md does not exist, skipping
13:02:07 WARN: man/src/service/ps.md does not exist, skipping
13:02:07 WARN: man/src/service/rm.md does not exist, skipping
13:02:07 WARN: man/src/service/rollback.md does not exist, skipping
13:02:07 WARN: man/src/service/scale.md does not exist, skipping
13:02:07 WARN: man/src/service/update.md does not exist, skipping
13:02:07 WARN: man/src/service.md does not exist, skipping
13:02:07 WARN: man/src/stack/config.md does not exist, skipping
13:02:07 WARN: man/src/stack/deploy.md does not exist, skipping
13:02:07 WARN: man/src/stack/ls.md does not exist, skipping
13:02:07 WARN: man/src/stack/ps.md does not exist, skipping
13:02:07 WARN: man/src/stack/rm.md does not exist, skipping
13:02:07 WARN: man/src/stack/services.md does not exist, skipping
13:02:07 WARN: man/src/stack.md does not exist, skipping
13:02:07 INFO: man/src/start.md found
13:02:07 INFO: man/src/stats.md found
13:02:07 INFO: man/src/stop.md found
13:02:07 WARN: man/src/swarm/ca.md does not exist, skipping
13:02:07 WARN: man/src/swarm/init.md does not exist, skipping
13:02:07 WARN: man/src/swarm/join.md does not exist, skipping
13:02:07 WARN: man/src/swarm/join-token.md does not exist, skipping
13:02:07 WARN: man/src/swarm/leave.md does not exist, skipping
13:02:07 WARN: man/src/swarm/unlock.md does not exist, skipping
13:02:07 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:02:07 WARN: man/src/swarm/update.md does not exist, skipping
13:02:07 WARN: man/src/swarm.md does not exist, skipping
13:02:07 WARN: man/src/system/df.md does not exist, skipping
13:02:07 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:02:07 INFO: man/src/system/events.md found
13:02:07 INFO: man/src/system/info.md found
13:02:07 WARN: man/src/system/prune.md does not exist, skipping
13:02:07 WARN: man/src/system.md does not exist, skipping
13:02:07 INFO: man/src/tag.md found
13:02:07 INFO: man/src/top.md found
13:02:07 WARN: man/src/trust/inspect.md does not exist, skipping
13:02:07 WARN: man/src/trust/key/generate.md does not exist, skipping
13:02:07 WARN: man/src/trust/key/load.md does not exist, skipping
13:02:07 WARN: man/src/trust/key.md does not exist, skipping
13:02:07 WARN: man/src/trust/revoke.md does not exist, skipping
13:02:07 WARN: man/src/trust/sign.md does not exist, skipping
13:02:07 WARN: man/src/trust/signer/add.md does not exist, skipping
13:02:07 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:02:07 WARN: man/src/trust/signer.md does not exist, skipping
13:02:07 WARN: man/src/trust.md does not exist, skipping
13:02:07 INFO: man/src/unpause.md found
13:02:07 INFO: man/src/update.md found
13:02:07 INFO: man/src/version.md found
13:02:07 INFO: man/src/volume/create.md found
13:02:07 INFO: man/src/volume/inspect.md found
13:02:07 INFO: man/src/volume/ls.md found
13:02:07 WARN: man/src/volume/prune.md does not exist, skipping
13:02:07 WARN: man/src/volume/rm.md does not exist, skipping
13:02:07 WARN: man/src/volume/update.md does not exist, skipping
13:02:07 INFO: man/src/volume.md found
13:02:07 INFO: man/src/wait.md found
13:02:07 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:02:07 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:02:07 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:02:07 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:02:07 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:02:07 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:02:07 make[2]: Leaving directory '/root/build-deb/cli'
13:02:07 # Build buildx plugin
13:02:07 cd /go/src/github.com/docker/buildx \
13:02:07 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:02:07 && GO111MODULE=on \
13:02:07 	CGO_ENABLED=0 \
13:02:07 		go build \
13:02:07 			-mod=vendor \
13:02:07 			-trimpath \
13:02:07 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:02:07 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:02:07 			./cmd/buildx
13:02:08 go: downloading gopkg.in/yaml.v3 v3.0.1
13:02:08 go: downloading github.com/stretchr/testify v1.8.0
13:02:08 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:02:08 go: downloading github.com/rivo/uniseg v0.2.0
13:02:08 go: downloading github.com/klauspost/compress v1.15.12
13:02:08 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:02:08 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:02:08 ++ pwd
13:02:08 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:02:08 Project root: .
13:02:08 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:02:08 INFO: man/src/attach.md found
13:02:08 WARN: man/src/build.md does not exist, skipping
13:02:08 WARN: man/src/builder/build.md does not exist, skipping
13:02:08 WARN: man/src/builder/prune.md does not exist, skipping
13:02:08 WARN: man/src/builder.md does not exist, skipping
13:02:08 WARN: man/src/checkpoint/create.md does not exist, skipping
13:02:08 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:02:08 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:02:08 WARN: man/src/checkpoint.md does not exist, skipping
13:02:08 INFO: man/src/commit.md found
13:02:08 WARN: man/src/config/create.md does not exist, skipping
13:02:08 WARN: man/src/config/inspect.md does not exist, skipping
13:02:08 WARN: man/src/config/ls.md does not exist, skipping
13:02:08 WARN: man/src/config/rm.md does not exist, skipping
13:02:08 WARN: man/src/config.md does not exist, skipping
13:02:08 INFO: man/src/container/attach.md found
13:02:08 INFO: man/src/container/commit.md found
13:02:08 INFO: man/src/container/cp.md found
13:02:08 INFO: man/src/container/create.md found
13:02:08 INFO: man/src/container/diff.md found
13:02:08 INFO: man/src/container/exec.md found
13:02:08 INFO: man/src/container/export.md found
13:02:08 WARN: man/src/container/inspect.md does not exist, skipping
13:02:08 INFO: man/src/container/kill.md found
13:02:08 INFO: man/src/container/logs.md found
13:02:08 INFO: man/src/container/ls.md found
13:02:08 INFO: man/src/container/pause.md found
13:02:08 INFO: man/src/container/port.md found
13:02:08 WARN: man/src/container/prune.md does not exist, skipping
13:02:08 INFO: man/src/container/rename.md found
13:02:08 INFO: man/src/container/restart.md found
13:02:08 INFO: man/src/container/rm.md found
13:02:08 INFO: man/src/container/run.md found
13:02:08 INFO: man/src/container/start.md found
13:02:08 INFO: man/src/container/stats.md found
13:02:08 INFO: man/src/container/stop.md found
13:02:08 INFO: man/src/container/top.md found
13:02:08 INFO: man/src/container/unpause.md found
13:02:08 INFO: man/src/container/update.md found
13:02:08 INFO: man/src/container/wait.md found
13:02:08 WARN: man/src/container.md does not exist, skipping
13:02:08 WARN: man/src/context/create.md does not exist, skipping
13:02:08 WARN: man/src/context/export.md does not exist, skipping
13:02:08 WARN: man/src/context/import.md does not exist, skipping
13:02:08 WARN: man/src/context/inspect.md does not exist, skipping
13:02:08 WARN: man/src/context/ls.md does not exist, skipping
13:02:08 WARN: man/src/context/rm.md does not exist, skipping
13:02:08 WARN: man/src/context/show.md does not exist, skipping
13:02:08 WARN: man/src/context/update.md does not exist, skipping
13:02:08 WARN: man/src/context/use.md does not exist, skipping
13:02:08 WARN: man/src/context.md does not exist, skipping
13:02:08 INFO: man/src/cp.md found
13:02:08 INFO: man/src/create.md found
13:02:08 INFO: man/src/diff.md found
13:02:08 INFO: man/src/events.md found
13:02:08 INFO: man/src/exec.md found
13:02:08 INFO: man/src/export.md found
13:02:08 INFO: man/src/history.md found
13:02:08 INFO: man/src/image/build.md found
13:02:08 INFO: man/src/image/history.md found
13:02:08 INFO: man/src/image/import.md found
13:02:08 WARN: man/src/image/inspect.md does not exist, skipping
13:02:08 INFO: man/src/image/load.md found
13:02:08 INFO: man/src/image/ls.md found
13:02:08 WARN: man/src/image/prune.md does not exist, skipping
13:02:08 INFO: man/src/image/pull.md found
13:02:08 INFO: man/src/image/push.md found
13:02:08 INFO: man/src/image/rm.md found
13:02:08 INFO: man/src/image/save.md found
13:02:08 INFO: man/src/image/tag.md found
13:02:08 WARN: man/src/image.md does not exist, skipping
13:02:08 INFO: man/src/images.md found
13:02:08 INFO: man/src/import.md found
13:02:08 INFO: man/src/info.md found
13:02:08 INFO: man/src/inspect.md found
13:02:08 INFO: man/src/kill.md found
13:02:08 INFO: man/src/load.md found
13:02:08 INFO: man/src/login.md found
13:02:08 INFO: man/src/logout.md found
13:02:08 INFO: man/src/logs.md found
13:02:08 WARN: man/src/manifest/annotate.md does not exist, skipping
13:02:08 WARN: man/src/manifest/create.md does not exist, skipping
13:02:08 WARN: man/src/manifest/inspect.md does not exist, skipping
13:02:08 WARN: man/src/manifest/push.md does not exist, skipping
13:02:08 WARN: man/src/manifest/rm.md does not exist, skipping
13:02:08 WARN: man/src/manifest.md does not exist, skipping
13:02:08 INFO: man/src/network/connect.md found
13:02:08 INFO: man/src/network/create.md found
13:02:08 INFO: man/src/network/disconnect.md found
13:02:08 INFO: man/src/network/inspect.md found
13:02:08 INFO: man/src/network/ls.md found
13:02:08 WARN: man/src/network/prune.md does not exist, skipping
13:02:08 INFO: man/src/network/rm.md found
13:02:08 WARN: man/src/network.md does not exist, skipping
13:02:08 WARN: man/src/node/demote.md does not exist, skipping
13:02:08 WARN: man/src/node/inspect.md does not exist, skipping
13:02:08 WARN: man/src/node/ls.md does not exist, skipping
13:02:08 WARN: man/src/node/promote.md does not exist, skipping
13:02:08 WARN: man/src/node/ps.md does not exist, skipping
13:02:08 WARN: man/src/node/rm.md does not exist, skipping
13:02:08 WARN: man/src/node/update.md does not exist, skipping
13:02:08 WARN: man/src/node.md does not exist, skipping
13:02:08 INFO: man/src/pause.md found
13:02:08 WARN: man/src/plugin/create.md does not exist, skipping
13:02:08 WARN: man/src/plugin/disable.md does not exist, skipping
13:02:08 WARN: man/src/plugin/enable.md does not exist, skipping
13:02:08 WARN: man/src/plugin/inspect.md does not exist, skipping
13:02:08 WARN: man/src/plugin/install.md does not exist, skipping
13:02:08 INFO: man/src/plugin/ls.md found
13:02:08 WARN: man/src/plugin/push.md does not exist, skipping
13:02:08 WARN: man/src/plugin/rm.md does not exist, skipping
13:02:08 WARN: man/src/plugin/set.md does not exist, skipping
13:02:08 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:02:08 WARN: man/src/plugin.md does not exist, skipping
13:02:08 INFO: man/src/port.md found
13:02:08 INFO: man/src/ps.md found
13:02:08 INFO: man/src/pull.md found
13:02:08 INFO: man/src/push.md found
13:02:08 INFO: man/src/rename.md found
13:02:08 INFO: man/src/restart.md found
13:02:08 INFO: man/src/rm.md found
13:02:08 INFO: man/src/rmi.md found
13:02:08 WARN: man/src/run.md does not exist, skipping
13:02:08 INFO: man/src/save.md found
13:02:08 INFO: man/src/search.md found
13:02:08 WARN: man/src/secret/create.md does not exist, skipping
13:02:08 WARN: man/src/secret/inspect.md does not exist, skipping
13:02:08 WARN: man/src/secret/ls.md does not exist, skipping
13:02:08 WARN: man/src/secret/rm.md does not exist, skipping
13:02:08 WARN: man/src/secret.md does not exist, skipping
13:02:08 WARN: man/src/service/create.md does not exist, skipping
13:02:08 WARN: man/src/service/inspect.md does not exist, skipping
13:02:08 WARN: man/src/service/logs.md does not exist, skipping
13:02:08 WARN: man/src/service/ls.md does not exist, skipping
13:02:08 WARN: man/src/service/ps.md does not exist, skipping
13:02:08 WARN: man/src/service/rm.md does not exist, skipping
13:02:08 WARN: man/src/service/rollback.md does not exist, skipping
13:02:08 WARN: man/src/service/scale.md does not exist, skipping
13:02:08 WARN: man/src/service/update.md does not exist, skipping
13:02:08 WARN: man/src/service.md does not exist, skipping
13:02:08 WARN: man/src/stack/config.md does not exist, skipping
13:02:08 WARN: man/src/stack/deploy.md does not exist, skipping
13:02:08 WARN: man/src/stack/ls.md does not exist, skipping
13:02:08 WARN: man/src/stack/ps.md does not exist, skipping
13:02:08 WARN: man/src/stack/rm.md does not exist, skipping
13:02:08 WARN: man/src/stack/services.md does not exist, skipping
13:02:08 WARN: man/src/stack.md does not exist, skipping
13:02:08 INFO: man/src/start.md found
13:02:08 INFO: man/src/stats.md found
13:02:08 INFO: man/src/stop.md found
13:02:08 WARN: man/src/swarm/ca.md does not exist, skipping
13:02:08 WARN: man/src/swarm/init.md does not exist, skipping
13:02:08 WARN: man/src/swarm/join.md does not exist, skipping
13:02:08 WARN: man/src/swarm/join-token.md does not exist, skipping
13:02:08 WARN: man/src/swarm/leave.md does not exist, skipping
13:02:08 WARN: man/src/swarm/unlock.md does not exist, skipping
13:02:08 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:02:08 WARN: man/src/swarm/update.md does not exist, skipping
13:02:08 WARN: man/src/swarm.md does not exist, skipping
13:02:08 WARN: man/src/system/df.md does not exist, skipping
13:02:08 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:02:08 INFO: man/src/system/events.md found
13:02:08 INFO: man/src/system/info.md found
13:02:08 WARN: man/src/system/prune.md does not exist, skipping
13:02:08 WARN: man/src/system.md does not exist, skipping
13:02:08 INFO: man/src/tag.md found
13:02:08 INFO: man/src/top.md found
13:02:08 WARN: man/src/trust/inspect.md does not exist, skipping
13:02:08 WARN: man/src/trust/key/generate.md does not exist, skipping
13:02:08 WARN: man/src/trust/key/load.md does not exist, skipping
13:02:08 WARN: man/src/trust/key.md does not exist, skipping
13:02:08 WARN: man/src/trust/revoke.md does not exist, skipping
13:02:08 WARN: man/src/trust/sign.md does not exist, skipping
13:02:08 WARN: man/src/trust/signer/add.md does not exist, skipping
13:02:08 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:02:08 WARN: man/src/trust/signer.md does not exist, skipping
13:02:08 WARN: man/src/trust.md does not exist, skipping
13:02:08 INFO: man/src/unpause.md found
13:02:08 INFO: man/src/update.md found
13:02:08 INFO: man/src/version.md found
13:02:08 INFO: man/src/volume/create.md found
13:02:08 INFO: man/src/volume/inspect.md found
13:02:08 INFO: man/src/volume/ls.md found
13:02:08 WARN: man/src/volume/prune.md does not exist, skipping
13:02:08 WARN: man/src/volume/rm.md does not exist, skipping
13:02:08 WARN: man/src/volume/update.md does not exist, skipping
13:02:08 INFO: man/src/volume.md found
13:02:08 INFO: man/src/wait.md found
13:02:08 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:02:08 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:02:08 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:02:08 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:02:08 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:02:08 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:02:08 make[2]: Leaving directory '/root/build-deb/cli'
13:02:08 # Build buildx plugin
13:02:08 cd /go/src/github.com/docker/buildx \
13:02:08 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:02:08 && GO111MODULE=on \
13:02:08 	CGO_ENABLED=0 \
13:02:08 		go build \
13:02:08 			-mod=vendor \
13:02:08 			-trimpath \
13:02:08 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:02:08 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:02:08 			./cmd/buildx
13:02:08 go: downloading github.com/opencontainers/runc v1.1.3
13:02:08 go: downloading golang.org/x/time v0.1.0
13:02:08 go: downloading golang.org/x/crypto v0.2.0
13:02:08 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64.rpm
13:02:08 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PypioX
13:02:08 + umask 022
13:02:08 + cd /root/rpmbuild/BUILD
13:02:08 + cd src
13:02:08 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
13:02:08 + exit 0
13:02:08 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6aCBEx
13:02:08 + umask 022
13:02:08 + cd /root/rpmbuild/BUILD
13:02:08 + cd /root/rpmbuild/BUILD
13:02:08 + rm -rf src
13:02:08 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:02:08 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:02:08 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:02:08 go: downloading github.com/beorn7/perks v1.0.1
13:02:08 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:02:08 go: downloading github.com/prometheus/client_model v0.3.0
13:02:08 go: downloading github.com/prometheus/common v0.37.0
13:02:08 go: downloading github.com/prometheus/procfs v0.8.0
13:02:08 go: downloading google.golang.org/protobuf v1.28.1
13:02:08 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:02:08 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:02:08 + /usr/bin/mkdir -p src
13:02:08 + cd src
13:02:08 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:02:08 + /usr/bin/tar -xof -
13:02:09 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:02:09 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:02:09 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:02:09 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:02:09 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:02:09 go: downloading k8s.io/klog/v2 v2.80.1
13:02:09 go: downloading github.com/kr/text v0.2.0
13:02:09 go: downloading github.com/docker/go-metrics v0.0.1
13:02:09 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:02:09 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:02:09 go: downloading github.com/BurntSushi/toml v0.3.1
13:02:09 go: downloading github.com/kr/pretty v0.2.1
13:02:09 go: downloading github.com/magiconair/properties v1.5.3
13:02:09 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:02:09 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:02:09 go: downloading github.com/go-logr/logr v1.2.3
13:02:09 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:02:09 + go mod vendor -modfile=vendor.mod
13:02:09 go: downloading github.com/moby/sys/symlink v0.2.0
13:02:09 go: downloading github.com/containerd/continuity v0.3.0
13:02:09 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:02:09 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:02:09 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:02:09 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:02:09 go: downloading google.golang.org/grpc v1.48.0
13:02:09 + STATUS=0
13:02:09 + '[' 0 -ne 0 ']'
13:02:09 + /usr/bin/tar -xof -
13:02:09 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:02:09 + STATUS=0
13:02:09 + '[' 0 -ne 0 ']'
13:02:09 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:02:09 + exit 0
13:02:09 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.e02Ash
13:02:09 + umask 022
13:02:09 + cd /root/rpmbuild/BUILD
13:02:09 + cd src
13:02:09 + pushd /root/rpmbuild/BUILD/src/buildx
13:02:09 + GO111MODULE=on
13:02:09 + CGO_ENABLED=0
13:02:09 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
13:02:09 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:02:09 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:02:09 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:02:10 go: downloading golang.org/x/net v0.5.0
13:02:10 go: downloading github.com/Microsoft/go-winio v0.5.2
13:02:10 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:02:10 go: downloading github.com/russross/blackfriday v1.6.0
13:02:10 go: downloading github.com/davecgh/go-spew v1.1.1
13:02:10 go: downloading github.com/pmezard/go-difflib v1.0.0
13:02:10 go: downloading github.com/miekg/pkcs11 v1.1.1
13:02:10 go: downloading github.com/prometheus/client_golang v1.14.0
13:02:10 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:02:10 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:02:10 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:02:10 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:02:10 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:02:10 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:02:10 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:02:10 go: downloading github.com/golang/protobuf v1.5.2
13:02:10 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:02:10 Created binary: bundles/dynbinary-daemon/dockerd
13:02:10 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
13:02:10 Created binary: bundles/dynbinary-daemon/docker-proxy
13:02:10 
13:02:10 + popd
13:02:10 ~/rpmbuild/BUILD/src
13:02:10 + exit 0
13:02:10 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BCIOKF
13:02:10 + umask 022
13:02:10 + cd /root/rpmbuild/BUILD
13:02:10 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64 '!=' / ']'
13:02:10 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:02:10 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:02:10 + mkdir -p /root/rpmbuild/BUILDROOT
13:02:10 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:02:10 + cd src
13:02:10 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:02:10 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/bin/dockerd
13:02:10 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
13:02:10 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/bin/docker-proxy
13:02:10 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/bin/docker-init
13:02:10 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/lib/systemd/system/docker.service
13:02:10 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/lib/systemd/system/docker.socket
13:02:10 + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/etc/docker
13:02:10 + /usr/lib/rpm/check-buildroot
13:02:10 + /usr/lib/rpm/redhat/brp-compress
13:02:10 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:02:10 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:02:10 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:02:10 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:02:10 + /usr/lib/rpm/redhat/brp-python-hardlink
13:02:10 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:02:10 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.mLheug
13:02:10 + umask 022
13:02:10 + cd /root/rpmbuild/BUILD
13:02:10 + cd src
13:02:10 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:02:10 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
13:02:10 PASS: daemon version OK
13:02:10 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704'
13:02:10 + echo 'PASS: daemon version OK'
13:02:10 + exit 0
13:02:10 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:02:10 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.el7 docker-ce(x86-64) = 3:0.0.0~20230206193855.ab4ef4a-0.el7
13:02:10 Requires(interp): /bin/sh /bin/sh /bin/sh
13:02:10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:02:10 Requires(post): /bin/sh
13:02:10 Requires(preun): /bin/sh
13:02:10 Requires(postun): /bin/sh
13:02:10 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:02:10 Conflicts: docker docker-io docker-engine-cs docker-ee
13:02:10 Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine
13:02:10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:02:10 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.src.rpm
13:02:10 # Build the compose plugin
13:02:10 cd /go/src/github.com/docker/compose \
13:02:10 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:02:10 make[2]: Entering directory '/root/build-deb/compose'
13:02:10 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:02:10 go: downloading github.com/docker/cli v23.0.0+incompatible
13:02:10 go: downloading github.com/theupdateframework/notary v0.7.0
13:02:10 go: downloading github.com/compose-spec/compose-go v1.9.0
13:02:10 go: downloading github.com/hashicorp/go-version v1.6.0
13:02:10 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:02:10 go: downloading github.com/docker/buildx v0.10.2
13:02:10 go: downloading github.com/mattn/go-shellwords v1.0.12
13:02:10 go: downloading github.com/moby/buildkit v0.11.2
13:02:10 go: downloading go.opentelemetry.io/otel v1.13.0
13:02:10 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:02:10 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:02:10 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:02:10 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:02:10 go: downloading golang.org/x/sync v0.1.0
13:02:10 go: downloading github.com/imdario/mergo v0.3.13
13:02:10 go: downloading github.com/containerd/console v1.0.3
13:02:10 go: downloading github.com/buger/goterm v1.0.4
13:02:10 go: downloading github.com/stretchr/testify v1.8.1
13:02:10 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:02:10 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:02:10 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:02:10 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:02:10 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:02:10 go: downloading google.golang.org/grpc v1.50.1
13:02:10 go: downloading k8s.io/client-go v0.22.4
13:02:10 go: downloading k8s.io/api v0.22.4
13:02:10 go: downloading k8s.io/apimachinery v0.22.4
13:02:10 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:02:10 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:02:10 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:02:10 go: downloading github.com/golang/mock v1.6.0
13:02:10 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:02:10 go: downloading github.com/hashicorp/errwrap v1.1.0
13:02:10 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:02:10 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:02:10 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:02:10 go: downloading golang.org/x/net v0.4.0
13:02:11 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:02:11 go: downloading golang.org/x/term v0.3.0
13:02:11 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:02:11 go: downloading github.com/mattn/go-runewidth v0.0.14
13:02:11 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:02:11 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:02:11 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:02:11 go: downloading github.com/go-logr/stdr v1.2.2
13:02:11 go: downloading github.com/containerd/typeurl v1.0.2
13:02:11 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:02:11 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:02:11 go: downloading github.com/gogo/googleapis v1.4.1
13:02:11 make[2]: Entering directory '/root/build-deb/cli'
13:02:11 scripts/docs/generate-man.sh
13:02:11 + cp -r . /tmp/docker-cli-docsgen.WEOkdUCrjY/
13:02:11 + cd /tmp/docker-cli-docsgen.WEOkdUCrjY
13:02:11 + ./scripts/vendor init
13:02:11 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:02:11 + cp man/tools.go .
13:02:11 + ./scripts/vendor update
13:02:11 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:02:11 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:02:11 go: downloading github.com/spf13/cobra v1.6.1
13:02:11 go: downloading github.com/spf13/pflag v1.0.5
13:02:11 go: downloading github.com/docker/docker v23.0.0+incompatible
13:02:11 go: downloading github.com/fvbommel/sortorder v1.0.2
13:02:11 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:02:11 go: downloading github.com/morikuni/aec v1.0.0
13:02:11 go: downloading github.com/pkg/errors v0.9.1
13:02:11 go: downloading github.com/google/go-cmp v0.5.9
13:02:11 go: downloading gotest.tools/v3 v3.4.0
13:02:11 go: downloading golang.org/x/sys v0.4.0
13:02:11 go: downloading github.com/docker/go-units v0.5.0
13:02:11 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:02:11 go: downloading github.com/docker/go-connections v0.4.0
13:02:11 go: downloading github.com/moby/sys/sequential v0.5.0
13:02:11 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:02:11 go: downloading golang.org/x/text v0.6.0
13:02:11 go: downloading github.com/mattn/go-runewidth v0.0.13
13:02:11 go: downloading github.com/containerd/containerd v1.6.16
13:02:12 go: downloading github.com/moby/sys/signal v0.7.0
13:02:12 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:02:12 go: downloading github.com/moby/buildkit v0.10.6
13:02:12 go: downloading github.com/moby/patternmatcher v0.5.0
13:02:12 go: downloading github.com/opencontainers/go-digest v1.0.0
13:02:12 go: downloading gopkg.in/yaml.v2 v2.4.0
13:02:12 go: downloading github.com/gogo/protobuf v1.3.2
13:02:12 go: downloading github.com/beorn7/perks v1.0.1
13:02:12 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:02:12 go: downloading github.com/prometheus/client_model v0.3.0
13:02:12 go: downloading github.com/prometheus/common v0.37.0
13:02:12 go: downloading github.com/prometheus/procfs v0.8.0
13:02:12 go: downloading google.golang.org/protobuf v1.28.1
13:02:12 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:02:12 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:02:12 go: downloading github.com/pelletier/go-toml v1.9.5
13:02:12 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:02:12 go: downloading k8s.io/klog/v2 v2.60.1
13:02:12 go: downloading github.com/google/gofuzz v1.2.0
13:02:12 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:02:12 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:02:12 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:02:12 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:02:12 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:02:12 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:02:12 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:02:12 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:02:12 go: downloading github.com/aws/smithy-go v1.11.2
13:02:12 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:02:12 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:02:12 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:02:12 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:02:12 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:02:12 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:02:12 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:02:12 go: downloading k8s.io/klog/v2 v2.80.1
13:02:12 go: downloading github.com/kr/text v0.2.0
13:02:12 go: downloading github.com/docker/go-metrics v0.0.1
13:02:12 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:02:12 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:02:12 go: downloading github.com/BurntSushi/toml v0.3.1
13:02:12 go: downloading github.com/kr/pretty v0.2.1
13:02:12 go: downloading github.com/magiconair/properties v1.5.3
13:02:12 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:02:12 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:02:12 go: downloading github.com/go-logr/logr v1.2.3
13:02:12 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:02:13 go: downloading github.com/moby/locker v1.0.1
13:02:13 go: downloading github.com/felixge/httpsnoop v1.0.2
13:02:13 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:02:13 go: downloading gopkg.in/inf.v0 v0.9.1
13:02:13 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:02:13 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:02:13 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:02:13 go: downloading github.com/googleapis/gnostic v0.5.5
13:02:13 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:02:13 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:02:13 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:02:13 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:02:13 go: downloading github.com/json-iterator/go v1.1.12
13:02:13 go: downloading github.com/mattn/go-colorable v0.1.12
13:02:13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:02:13 go: downloading github.com/containerd/ttrpc v1.1.0
13:02:13 go: downloading github.com/modern-go/reflect2 v1.0.2
13:02:13 go: downloading sigs.k8s.io/yaml v1.2.0
13:02:13 go: downloading github.com/moby/spdystream v0.2.0
13:02:13 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:02:13 go: downloading github.com/mattn/go-isatty v0.0.16
13:02:13 go: downloading golang.org/x/term v0.4.0
13:02:13 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:02:13 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:02:13 go: downloading github.com/imdario/mergo v0.3.12
13:02:13 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:02:13 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:02:13 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:02:13 + go mod vendor -modfile=vendor.mod
13:02:13 go: downloading github.com/creack/pty v1.1.11
13:02:13 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:02:14 go: downloading gopkg.in/yaml.v3 v3.0.1
13:02:14 go: downloading github.com/stretchr/testify v1.8.0
13:02:14 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:02:14 go: downloading github.com/rivo/uniseg v0.2.0
13:02:14 go: downloading github.com/klauspost/compress v1.15.12
13:02:14 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:02:14 go: downloading github.com/containerd/continuity v0.3.0
13:02:14 go: downloading github.com/moby/sys/symlink v0.2.0
13:02:14 go: downloading golang.org/x/time v0.1.0
13:02:14 go: downloading github.com/opencontainers/runc v1.1.3
13:02:14 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:02:14 go: downloading golang.org/x/crypto v0.2.0
13:02:15 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:02:15 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:02:15 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:02:15 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:02:15 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:02:15 go: downloading google.golang.org/grpc v1.48.0
13:02:15 ++ pwd
13:02:15 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:02:15 Project root: .
13:02:15 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:02:15 INFO: man/src/attach.md found
13:02:15 WARN: man/src/build.md does not exist, skipping
13:02:15 WARN: man/src/builder/build.md does not exist, skipping
13:02:15 WARN: man/src/builder/prune.md does not exist, skipping
13:02:15 WARN: man/src/builder.md does not exist, skipping
13:02:15 WARN: man/src/checkpoint/create.md does not exist, skipping
13:02:15 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:02:15 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:02:15 WARN: man/src/checkpoint.md does not exist, skipping
13:02:15 INFO: man/src/commit.md found
13:02:15 WARN: man/src/config/create.md does not exist, skipping
13:02:15 WARN: man/src/config/inspect.md does not exist, skipping
13:02:15 WARN: man/src/config/ls.md does not exist, skipping
13:02:15 WARN: man/src/config/rm.md does not exist, skipping
13:02:15 WARN: man/src/config.md does not exist, skipping
13:02:15 INFO: man/src/container/attach.md found
13:02:15 INFO: man/src/container/commit.md found
13:02:15 INFO: man/src/container/cp.md found
13:02:15 INFO: man/src/container/create.md found
13:02:15 INFO: man/src/container/diff.md found
13:02:15 INFO: man/src/container/exec.md found
13:02:15 INFO: man/src/container/export.md found
13:02:15 WARN: man/src/container/inspect.md does not exist, skipping
13:02:15 INFO: man/src/container/kill.md found
13:02:15 INFO: man/src/container/logs.md found
13:02:15 INFO: man/src/container/ls.md found
13:02:15 INFO: man/src/container/pause.md found
13:02:15 INFO: man/src/container/port.md found
13:02:15 WARN: man/src/container/prune.md does not exist, skipping
13:02:15 INFO: man/src/container/rename.md found
13:02:15 INFO: man/src/container/restart.md found
13:02:15 INFO: man/src/container/rm.md found
13:02:15 INFO: man/src/container/run.md found
13:02:15 INFO: man/src/container/start.md found
13:02:15 INFO: man/src/container/stats.md found
13:02:15 INFO: man/src/container/stop.md found
13:02:15 INFO: man/src/container/top.md found
13:02:15 INFO: man/src/container/unpause.md found
13:02:15 INFO: man/src/container/update.md found
13:02:15 INFO: man/src/container/wait.md found
13:02:15 WARN: man/src/container.md does not exist, skipping
13:02:15 WARN: man/src/context/create.md does not exist, skipping
13:02:15 WARN: man/src/context/export.md does not exist, skipping
13:02:15 WARN: man/src/context/import.md does not exist, skipping
13:02:15 WARN: man/src/context/inspect.md does not exist, skipping
13:02:15 WARN: man/src/context/ls.md does not exist, skipping
13:02:15 WARN: man/src/context/rm.md does not exist, skipping
13:02:15 WARN: man/src/context/show.md does not exist, skipping
13:02:15 WARN: man/src/context/update.md does not exist, skipping
13:02:15 WARN: man/src/context/use.md does not exist, skipping
13:02:15 WARN: man/src/context.md does not exist, skipping
13:02:15 INFO: man/src/cp.md found
13:02:15 INFO: man/src/create.md found
13:02:15 INFO: man/src/diff.md found
13:02:15 INFO: man/src/events.md found
13:02:15 INFO: man/src/exec.md found
13:02:15 INFO: man/src/export.md found
13:02:15 INFO: man/src/history.md found
13:02:15 INFO: man/src/image/build.md found
13:02:15 INFO: man/src/image/history.md found
13:02:15 INFO: man/src/image/import.md found
13:02:15 WARN: man/src/image/inspect.md does not exist, skipping
13:02:15 INFO: man/src/image/load.md found
13:02:15 INFO: man/src/image/ls.md found
13:02:15 WARN: man/src/image/prune.md does not exist, skipping
13:02:15 INFO: man/src/image/pull.md found
13:02:15 INFO: man/src/image/push.md found
13:02:15 INFO: man/src/image/rm.md found
13:02:15 INFO: man/src/image/save.md found
13:02:15 INFO: man/src/image/tag.md found
13:02:15 WARN: man/src/image.md does not exist, skipping
13:02:15 INFO: man/src/images.md found
13:02:15 INFO: man/src/import.md found
13:02:15 INFO: man/src/info.md found
13:02:15 INFO: man/src/inspect.md found
13:02:15 INFO: man/src/kill.md found
13:02:15 INFO: man/src/load.md found
13:02:15 INFO: man/src/login.md found
13:02:15 INFO: man/src/logout.md found
13:02:15 INFO: man/src/logs.md found
13:02:15 WARN: man/src/manifest/annotate.md does not exist, skipping
13:02:15 WARN: man/src/manifest/create.md does not exist, skipping
13:02:15 WARN: man/src/manifest/inspect.md does not exist, skipping
13:02:15 WARN: man/src/manifest/push.md does not exist, skipping
13:02:15 WARN: man/src/manifest/rm.md does not exist, skipping
13:02:15 WARN: man/src/manifest.md does not exist, skipping
13:02:15 INFO: man/src/network/connect.md found
13:02:15 INFO: man/src/network/create.md found
13:02:15 INFO: man/src/network/disconnect.md found
13:02:15 INFO: man/src/network/inspect.md found
13:02:15 INFO: man/src/network/ls.md found
13:02:15 WARN: man/src/network/prune.md does not exist, skipping
13:02:15 INFO: man/src/network/rm.md found
13:02:15 WARN: man/src/network.md does not exist, skipping
13:02:15 WARN: man/src/node/demote.md does not exist, skipping
13:02:15 WARN: man/src/node/inspect.md does not exist, skipping
13:02:15 WARN: man/src/node/ls.md does not exist, skipping
13:02:15 WARN: man/src/node/promote.md does not exist, skipping
13:02:15 WARN: man/src/node/ps.md does not exist, skipping
13:02:15 WARN: man/src/node/rm.md does not exist, skipping
13:02:15 WARN: man/src/node/update.md does not exist, skipping
13:02:15 WARN: man/src/node.md does not exist, skipping
13:02:15 INFO: man/src/pause.md found
13:02:15 WARN: man/src/plugin/create.md does not exist, skipping
13:02:15 WARN: man/src/plugin/disable.md does not exist, skipping
13:02:15 WARN: man/src/plugin/enable.md does not exist, skipping
13:02:15 WARN: man/src/plugin/inspect.md does not exist, skipping
13:02:15 WARN: man/src/plugin/install.md does not exist, skipping
13:02:15 INFO: man/src/plugin/ls.md found
13:02:15 WARN: man/src/plugin/push.md does not exist, skipping
13:02:15 WARN: man/src/plugin/rm.md does not exist, skipping
13:02:15 WARN: man/src/plugin/set.md does not exist, skipping
13:02:15 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:02:15 WARN: man/src/plugin.md does not exist, skipping
13:02:15 INFO: man/src/port.md found
13:02:15 INFO: man/src/ps.md found
13:02:15 INFO: man/src/pull.md found
13:02:15 INFO: man/src/push.md found
13:02:15 INFO: man/src/rename.md found
13:02:15 INFO: man/src/restart.md found
13:02:15 INFO: man/src/rm.md found
13:02:15 INFO: man/src/rmi.md found
13:02:15 WARN: man/src/run.md does not exist, skipping
13:02:15 INFO: man/src/save.md found
13:02:15 INFO: man/src/search.md found
13:02:15 WARN: man/src/secret/create.md does not exist, skipping
13:02:15 WARN: man/src/secret/inspect.md does not exist, skipping
13:02:15 WARN: man/src/secret/ls.md does not exist, skipping
13:02:15 WARN: man/src/secret/rm.md does not exist, skipping
13:02:15 WARN: man/src/secret.md does not exist, skipping
13:02:15 WARN: man/src/service/create.md does not exist, skipping
13:02:15 WARN: man/src/service/inspect.md does not exist, skipping
13:02:15 WARN: man/src/service/logs.md does not exist, skipping
13:02:15 WARN: man/src/service/ls.md does not exist, skipping
13:02:15 WARN: man/src/service/ps.md does not exist, skipping
13:02:15 WARN: man/src/service/rm.md does not exist, skipping
13:02:15 WARN: man/src/service/rollback.md does not exist, skipping
13:02:15 WARN: man/src/service/scale.md does not exist, skipping
13:02:15 WARN: man/src/service/update.md does not exist, skipping
13:02:15 WARN: man/src/service.md does not exist, skipping
13:02:15 WARN: man/src/stack/config.md does not exist, skipping
13:02:15 WARN: man/src/stack/deploy.md does not exist, skipping
13:02:15 WARN: man/src/stack/ls.md does not exist, skipping
13:02:15 WARN: man/src/stack/ps.md does not exist, skipping
13:02:15 WARN: man/src/stack/rm.md does not exist, skipping
13:02:15 WARN: man/src/stack/services.md does not exist, skipping
13:02:15 WARN: man/src/stack.md does not exist, skipping
13:02:15 INFO: man/src/start.md found
13:02:15 INFO: man/src/stats.md found
13:02:15 INFO: man/src/stop.md found
13:02:15 WARN: man/src/swarm/ca.md does not exist, skipping
13:02:15 WARN: man/src/swarm/init.md does not exist, skipping
13:02:15 WARN: man/src/swarm/join.md does not exist, skipping
13:02:15 WARN: man/src/swarm/join-token.md does not exist, skipping
13:02:15 WARN: man/src/swarm/leave.md does not exist, skipping
13:02:15 WARN: man/src/swarm/unlock.md does not exist, skipping
13:02:15 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:02:15 WARN: man/src/swarm/update.md does not exist, skipping
13:02:15 WARN: man/src/swarm.md does not exist, skipping
13:02:15 WARN: man/src/system/df.md does not exist, skipping
13:02:15 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:02:15 INFO: man/src/system/events.md found
13:02:15 INFO: man/src/system/info.md found
13:02:15 WARN: man/src/system/prune.md does not exist, skipping
13:02:15 WARN: man/src/system.md does not exist, skipping
13:02:15 INFO: man/src/tag.md found
13:02:15 INFO: man/src/top.md found
13:02:15 WARN: man/src/trust/inspect.md does not exist, skipping
13:02:15 WARN: man/src/trust/key/generate.md does not exist, skipping
13:02:15 WARN: man/src/trust/key/load.md does not exist, skipping
13:02:15 WARN: man/src/trust/key.md does not exist, skipping
13:02:15 WARN: man/src/trust/revoke.md does not exist, skipping
13:02:15 WARN: man/src/trust/sign.md does not exist, skipping
13:02:15 WARN: man/src/trust/signer/add.md does not exist, skipping
13:02:15 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:02:15 WARN: man/src/trust/signer.md does not exist, skipping
13:02:15 WARN: man/src/trust.md does not exist, skipping
13:02:15 INFO: man/src/unpause.md found
13:02:15 INFO: man/src/update.md found
13:02:15 INFO: man/src/version.md found
13:02:15 INFO: man/src/volume/create.md found
13:02:15 INFO: man/src/volume/inspect.md found
13:02:15 INFO: man/src/volume/ls.md found
13:02:15 WARN: man/src/volume/prune.md does not exist, skipping
13:02:15 WARN: man/src/volume/rm.md does not exist, skipping
13:02:15 WARN: man/src/volume/update.md does not exist, skipping
13:02:15 INFO: man/src/volume.md found
13:02:15 INFO: man/src/wait.md found
13:02:15 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:02:15 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:02:15 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:02:15 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:02:15 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:02:15 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:02:15 make[2]: Leaving directory '/root/build-deb/cli'
13:02:15 # Build buildx plugin
13:02:15 cd /go/src/github.com/docker/buildx \
13:02:15 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:02:15 && GO111MODULE=on \
13:02:15 	CGO_ENABLED=0 \
13:02:15 		go build \
13:02:15 			-mod=vendor \
13:02:15 			-trimpath \
13:02:15 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:02:15 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:02:15 			./cmd/buildx
13:02:15 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:02:15 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:02:15 go: downloading github.com/russross/blackfriday v1.6.0
13:02:15 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:02:15 go: downloading github.com/Microsoft/go-winio v0.5.2
13:02:16 go: downloading golang.org/x/net v0.5.0
13:02:16 go: downloading github.com/davecgh/go-spew v1.1.1
13:02:16 go: downloading github.com/pmezard/go-difflib v1.0.0
13:02:16 go: downloading github.com/miekg/pkcs11 v1.1.1
13:02:16 go: downloading github.com/prometheus/client_golang v1.14.0
13:02:16 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:02:16 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:02:16 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:02:16 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:02:16 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:02:16 ++ pwd
13:02:16 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:02:16 Project root: .
13:02:16 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:02:16 INFO: man/src/attach.md found
13:02:16 WARN: man/src/build.md does not exist, skipping
13:02:16 WARN: man/src/builder/build.md does not exist, skipping
13:02:16 WARN: man/src/builder/prune.md does not exist, skipping
13:02:16 WARN: man/src/builder.md does not exist, skipping
13:02:16 WARN: man/src/checkpoint/create.md does not exist, skipping
13:02:16 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:02:16 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:02:16 WARN: man/src/checkpoint.md does not exist, skipping
13:02:16 INFO: man/src/commit.md found
13:02:16 WARN: man/src/config/create.md does not exist, skipping
13:02:16 WARN: man/src/config/inspect.md does not exist, skipping
13:02:16 WARN: man/src/config/ls.md does not exist, skipping
13:02:16 WARN: man/src/config/rm.md does not exist, skipping
13:02:16 WARN: man/src/config.md does not exist, skipping
13:02:16 INFO: man/src/container/attach.md found
13:02:16 INFO: man/src/container/commit.md found
13:02:16 INFO: man/src/container/cp.md found
13:02:16 INFO: man/src/container/create.md found
13:02:16 INFO: man/src/container/diff.md found
13:02:16 INFO: man/src/container/exec.md found
13:02:16 INFO: man/src/container/export.md found
13:02:16 WARN: man/src/container/inspect.md does not exist, skipping
13:02:16 INFO: man/src/container/kill.md found
13:02:16 INFO: man/src/container/logs.md found
13:02:16 INFO: man/src/container/ls.md found
13:02:16 INFO: man/src/container/pause.md found
13:02:16 INFO: man/src/container/port.md found
13:02:16 WARN: man/src/container/prune.md does not exist, skipping
13:02:16 INFO: man/src/container/rename.md found
13:02:16 INFO: man/src/container/restart.md found
13:02:16 INFO: man/src/container/rm.md found
13:02:16 INFO: man/src/container/run.md found
13:02:16 INFO: man/src/container/start.md found
13:02:16 INFO: man/src/container/stats.md found
13:02:16 INFO: man/src/container/stop.md found
13:02:16 INFO: man/src/container/top.md found
13:02:16 INFO: man/src/container/unpause.md found
13:02:16 INFO: man/src/container/update.md found
13:02:16 INFO: man/src/container/wait.md found
13:02:16 WARN: man/src/container.md does not exist, skipping
13:02:16 WARN: man/src/context/create.md does not exist, skipping
13:02:16 WARN: man/src/context/export.md does not exist, skipping
13:02:16 WARN: man/src/context/import.md does not exist, skipping
13:02:16 WARN: man/src/context/inspect.md does not exist, skipping
13:02:16 WARN: man/src/context/ls.md does not exist, skipping
13:02:16 WARN: man/src/context/rm.md does not exist, skipping
13:02:16 WARN: man/src/context/show.md does not exist, skipping
13:02:16 WARN: man/src/context/update.md does not exist, skipping
13:02:16 WARN: man/src/context/use.md does not exist, skipping
13:02:16 WARN: man/src/context.md does not exist, skipping
13:02:16 INFO: man/src/cp.md found
13:02:16 INFO: man/src/create.md found
13:02:16 INFO: man/src/diff.md found
13:02:16 INFO: man/src/events.md found
13:02:16 INFO: man/src/exec.md found
13:02:16 INFO: man/src/export.md found
13:02:16 INFO: man/src/history.md found
13:02:16 INFO: man/src/image/build.md found
13:02:16 INFO: man/src/image/history.md found
13:02:16 INFO: man/src/image/import.md found
13:02:16 WARN: man/src/image/inspect.md does not exist, skipping
13:02:16 INFO: man/src/image/load.md found
13:02:16 INFO: man/src/image/ls.md found
13:02:16 WARN: man/src/image/prune.md does not exist, skipping
13:02:16 INFO: man/src/image/pull.md found
13:02:16 INFO: man/src/image/push.md found
13:02:16 INFO: man/src/image/rm.md found
13:02:16 INFO: man/src/image/save.md found
13:02:16 INFO: man/src/image/tag.md found
13:02:16 WARN: man/src/image.md does not exist, skipping
13:02:16 INFO: man/src/images.md found
13:02:16 INFO: man/src/import.md found
13:02:16 INFO: man/src/info.md found
13:02:16 INFO: man/src/inspect.md found
13:02:16 INFO: man/src/kill.md found
13:02:16 INFO: man/src/load.md found
13:02:16 INFO: man/src/login.md found
13:02:16 INFO: man/src/logout.md found
13:02:16 INFO: man/src/logs.md found
13:02:16 WARN: man/src/manifest/annotate.md does not exist, skipping
13:02:16 WARN: man/src/manifest/create.md does not exist, skipping
13:02:16 WARN: man/src/manifest/inspect.md does not exist, skipping
13:02:16 WARN: man/src/manifest/push.md does not exist, skipping
13:02:16 WARN: man/src/manifest/rm.md does not exist, skipping
13:02:16 WARN: man/src/manifest.md does not exist, skipping
13:02:16 INFO: man/src/network/connect.md found
13:02:16 INFO: man/src/network/create.md found
13:02:16 INFO: man/src/network/disconnect.md found
13:02:16 INFO: man/src/network/inspect.md found
13:02:16 INFO: man/src/network/ls.md found
13:02:16 WARN: man/src/network/prune.md does not exist, skipping
13:02:16 INFO: man/src/network/rm.md found
13:02:16 WARN: man/src/network.md does not exist, skipping
13:02:16 WARN: man/src/node/demote.md does not exist, skipping
13:02:16 WARN: man/src/node/inspect.md does not exist, skipping
13:02:16 WARN: man/src/node/ls.md does not exist, skipping
13:02:16 WARN: man/src/node/promote.md does not exist, skipping
13:02:16 WARN: man/src/node/ps.md does not exist, skipping
13:02:16 WARN: man/src/node/rm.md does not exist, skipping
13:02:16 WARN: man/src/node/update.md does not exist, skipping
13:02:16 WARN: man/src/node.md does not exist, skipping
13:02:16 INFO: man/src/pause.md found
13:02:16 WARN: man/src/plugin/create.md does not exist, skipping
13:02:16 WARN: man/src/plugin/disable.md does not exist, skipping
13:02:16 WARN: man/src/plugin/enable.md does not exist, skipping
13:02:16 WARN: man/src/plugin/inspect.md does not exist, skipping
13:02:16 WARN: man/src/plugin/install.md does not exist, skipping
13:02:16 INFO: man/src/plugin/ls.md found
13:02:16 WARN: man/src/plugin/push.md does not exist, skipping
13:02:16 WARN: man/src/plugin/rm.md does not exist, skipping
13:02:16 WARN: man/src/plugin/set.md does not exist, skipping
13:02:16 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:02:16 WARN: man/src/plugin.md does not exist, skipping
13:02:16 INFO: man/src/port.md found
13:02:16 INFO: man/src/ps.md found
13:02:16 INFO: man/src/pull.md found
13:02:16 INFO: man/src/push.md found
13:02:16 INFO: man/src/rename.md found
13:02:16 INFO: man/src/restart.md found
13:02:16 INFO: man/src/rm.md found
13:02:16 INFO: man/src/rmi.md found
13:02:16 WARN: man/src/run.md does not exist, skipping
13:02:16 INFO: man/src/save.md found
13:02:16 INFO: man/src/search.md found
13:02:16 WARN: man/src/secret/create.md does not exist, skipping
13:02:16 WARN: man/src/secret/inspect.md does not exist, skipping
13:02:16 WARN: man/src/secret/ls.md does not exist, skipping
13:02:16 WARN: man/src/secret/rm.md does not exist, skipping
13:02:16 WARN: man/src/secret.md does not exist, skipping
13:02:16 WARN: man/src/service/create.md does not exist, skipping
13:02:16 WARN: man/src/service/inspect.md does not exist, skipping
13:02:16 WARN: man/src/service/logs.md does not exist, skipping
13:02:16 WARN: man/src/service/ls.md does not exist, skipping
13:02:16 WARN: man/src/service/ps.md does not exist, skipping
13:02:16 WARN: man/src/service/rm.md does not exist, skipping
13:02:16 WARN: man/src/service/rollback.md does not exist, skipping
13:02:16 WARN: man/src/service/scale.md does not exist, skipping
13:02:16 WARN: man/src/service/update.md does not exist, skipping
13:02:16 WARN: man/src/service.md does not exist, skipping
13:02:16 WARN: man/src/stack/config.md does not exist, skipping
13:02:16 WARN: man/src/stack/deploy.md does not exist, skipping
13:02:16 WARN: man/src/stack/ls.md does not exist, skipping
13:02:16 WARN: man/src/stack/ps.md does not exist, skipping
13:02:16 WARN: man/src/stack/rm.md does not exist, skipping
13:02:16 WARN: man/src/stack/services.md does not exist, skipping
13:02:16 WARN: man/src/stack.md does not exist, skipping
13:02:16 INFO: man/src/start.md found
13:02:16 INFO: man/src/stats.md found
13:02:16 INFO: man/src/stop.md found
13:02:16 WARN: man/src/swarm/ca.md does not exist, skipping
13:02:16 WARN: man/src/swarm/init.md does not exist, skipping
13:02:16 WARN: man/src/swarm/join.md does not exist, skipping
13:02:16 WARN: man/src/swarm/join-token.md does not exist, skipping
13:02:16 WARN: man/src/swarm/leave.md does not exist, skipping
13:02:16 WARN: man/src/swarm/unlock.md does not exist, skipping
13:02:16 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:02:16 WARN: man/src/swarm/update.md does not exist, skipping
13:02:16 WARN: man/src/swarm.md does not exist, skipping
13:02:16 WARN: man/src/system/df.md does not exist, skipping
13:02:16 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:02:16 INFO: man/src/system/events.md found
13:02:16 INFO: man/src/system/info.md found
13:02:16 WARN: man/src/system/prune.md does not exist, skipping
13:02:16 WARN: man/src/system.md does not exist, skipping
13:02:16 INFO: man/src/tag.md found
13:02:16 INFO: man/src/top.md found
13:02:16 WARN: man/src/trust/inspect.md does not exist, skipping
13:02:16 WARN: man/src/trust/key/generate.md does not exist, skipping
13:02:16 WARN: man/src/trust/key/load.md does not exist, skipping
13:02:16 WARN: man/src/trust/key.md does not exist, skipping
13:02:16 WARN: man/src/trust/revoke.md does not exist, skipping
13:02:16 WARN: man/src/trust/sign.md does not exist, skipping
13:02:16 WARN: man/src/trust/signer/add.md does not exist, skipping
13:02:16 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:02:16 WARN: man/src/trust/signer.md does not exist, skipping
13:02:16 WARN: man/src/trust.md does not exist, skipping
13:02:16 INFO: man/src/unpause.md found
13:02:16 INFO: man/src/update.md found
13:02:16 INFO: man/src/version.md found
13:02:16 INFO: man/src/volume/create.md found
13:02:16 INFO: man/src/volume/inspect.md found
13:02:16 INFO: man/src/volume/ls.md found
13:02:16 WARN: man/src/volume/prune.md does not exist, skipping
13:02:16 WARN: man/src/volume/rm.md does not exist, skipping
13:02:16 WARN: man/src/volume/update.md does not exist, skipping
13:02:16 INFO: man/src/volume.md found
13:02:16 INFO: man/src/wait.md found
13:02:16 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:02:16 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:02:16 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:02:16 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:02:16 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:02:16 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:02:16 make[2]: Leaving directory '/root/build-deb/cli'
13:02:16 # Build buildx plugin
13:02:16 cd /go/src/github.com/docker/buildx \
13:02:16 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:02:16 && GO111MODULE=on \
13:02:16 	CGO_ENABLED=0 \
13:02:16 		go build \
13:02:16 			-mod=vendor \
13:02:16 			-trimpath \
13:02:16 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:02:16 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:02:16 			./cmd/buildx
13:02:16 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:02:16 go: downloading github.com/golang/protobuf v1.5.2
13:02:16 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:02:20 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:02:20 go: downloading github.com/beorn7/perks v1.0.1
13:02:20 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:02:20 go: downloading github.com/prometheus/client_model v0.3.0
13:02:20 go: downloading github.com/prometheus/common v0.37.0
13:02:20 go: downloading github.com/prometheus/procfs v0.8.0
13:02:20 go: downloading google.golang.org/protobuf v1.28.1
13:02:20 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:02:20 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:02:20 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:02:20 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:02:20 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:02:20 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:02:20 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:02:20 go: downloading k8s.io/klog/v2 v2.80.1
13:02:20 go: downloading github.com/kr/text v0.2.0
13:02:20 go: downloading github.com/docker/go-metrics v0.0.1
13:02:20 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:02:20 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:02:20 go: downloading github.com/BurntSushi/toml v0.3.1
13:02:20 go: downloading github.com/kr/pretty v0.2.1
13:02:20 go: downloading github.com/magiconair/properties v1.5.3
13:02:20 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:02:20 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:02:20 go: downloading github.com/go-logr/logr v1.2.3
13:02:20 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:02:20 + go mod vendor -modfile=vendor.mod
13:02:20 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm
13:02:20 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.LyMCNA
13:02:20 + umask 022
13:02:20 + cd /root/rpmbuild/BUILD
13:02:20 + cd src
13:02:20 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:02:20 + exit 0
13:02:20 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.cmmMwE
13:02:20 + umask 022
13:02:20 + cd /root/rpmbuild/BUILD
13:02:20 + cd /root/rpmbuild/BUILD
13:02:20 + rm -rf src
13:02:20 + /usr/bin/mkdir -p src
13:02:20 + cd src
13:02:20 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:02:20 + /usr/bin/tar -xf -
13:02:20 + STATUS=0
13:02:20 + '[' 0 -ne 0 ']'
13:02:20 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:02:20 + /usr/bin/tar -xf -
13:02:20 + STATUS=0
13:02:20 + '[' 0 -ne 0 ']'
13:02:20 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:02:20 + exit 0
13:02:20 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.lZGNCK
13:02:20 + umask 022
13:02:20 + cd /root/rpmbuild/BUILD
13:02:20 + cd src
13:02:20 + mkdir -p /go/src/github.com/docker
13:02:20 + rm -f /go/src/github.com/docker/cli
13:02:20 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:02:20 + pushd /go/src/github.com/docker/cli
13:02:20 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:02:20 + VERSION=0.0.0-20230206193855-ab4ef4a
13:02:20 + GITCOMMIT=ab4ef4a
13:02:20 + GO_LINKMODE=dynamic
13:02:20 + ./scripts/build/binary
13:02:20 Building dynamic docker-linux-amd64
13:02:20 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T13:02:20Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
13:02:22 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:02:24 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:02:24 ++ pwd
13:02:24 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:02:24 Project root: .
13:02:24 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:02:24 INFO: man/src/attach.md found
13:02:24 WARN: man/src/build.md does not exist, skipping
13:02:24 WARN: man/src/builder/build.md does not exist, skipping
13:02:24 WARN: man/src/builder/prune.md does not exist, skipping
13:02:24 WARN: man/src/builder.md does not exist, skipping
13:02:24 WARN: man/src/checkpoint/create.md does not exist, skipping
13:02:24 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:02:24 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:02:24 WARN: man/src/checkpoint.md does not exist, skipping
13:02:24 INFO: man/src/commit.md found
13:02:24 WARN: man/src/config/create.md does not exist, skipping
13:02:24 WARN: man/src/config/inspect.md does not exist, skipping
13:02:24 WARN: man/src/config/ls.md does not exist, skipping
13:02:24 WARN: man/src/config/rm.md does not exist, skipping
13:02:24 WARN: man/src/config.md does not exist, skipping
13:02:24 INFO: man/src/container/attach.md found
13:02:24 INFO: man/src/container/commit.md found
13:02:24 INFO: man/src/container/cp.md found
13:02:24 INFO: man/src/container/create.md found
13:02:24 INFO: man/src/container/diff.md found
13:02:24 INFO: man/src/container/exec.md found
13:02:24 INFO: man/src/container/export.md found
13:02:24 WARN: man/src/container/inspect.md does not exist, skipping
13:02:24 INFO: man/src/container/kill.md found
13:02:24 INFO: man/src/container/logs.md found
13:02:24 INFO: man/src/container/ls.md found
13:02:24 INFO: man/src/container/pause.md found
13:02:24 INFO: man/src/container/port.md found
13:02:24 WARN: man/src/container/prune.md does not exist, skipping
13:02:24 INFO: man/src/container/rename.md found
13:02:24 INFO: man/src/container/restart.md found
13:02:24 INFO: man/src/container/rm.md found
13:02:24 INFO: man/src/container/run.md found
13:02:24 INFO: man/src/container/start.md found
13:02:24 INFO: man/src/container/stats.md found
13:02:24 INFO: man/src/container/stop.md found
13:02:24 INFO: man/src/container/top.md found
13:02:24 INFO: man/src/container/unpause.md found
13:02:24 INFO: man/src/container/update.md found
13:02:24 INFO: man/src/container/wait.md found
13:02:24 WARN: man/src/container.md does not exist, skipping
13:02:24 WARN: man/src/context/create.md does not exist, skipping
13:02:24 WARN: man/src/context/export.md does not exist, skipping
13:02:24 WARN: man/src/context/import.md does not exist, skipping
13:02:24 WARN: man/src/context/inspect.md does not exist, skipping
13:02:24 WARN: man/src/context/ls.md does not exist, skipping
13:02:24 WARN: man/src/context/rm.md does not exist, skipping
13:02:24 WARN: man/src/context/show.md does not exist, skipping
13:02:24 WARN: man/src/context/update.md does not exist, skipping
13:02:24 WARN: man/src/context/use.md does not exist, skipping
13:02:24 WARN: man/src/context.md does not exist, skipping
13:02:24 INFO: man/src/cp.md found
13:02:24 INFO: man/src/create.md found
13:02:24 INFO: man/src/diff.md found
13:02:24 INFO: man/src/events.md found
13:02:24 INFO: man/src/exec.md found
13:02:24 INFO: man/src/export.md found
13:02:24 INFO: man/src/history.md found
13:02:24 INFO: man/src/image/build.md found
13:02:24 INFO: man/src/image/history.md found
13:02:24 INFO: man/src/image/import.md found
13:02:24 WARN: man/src/image/inspect.md does not exist, skipping
13:02:24 INFO: man/src/image/load.md found
13:02:24 INFO: man/src/image/ls.md found
13:02:24 WARN: man/src/image/prune.md does not exist, skipping
13:02:24 INFO: man/src/image/pull.md found
13:02:24 INFO: man/src/image/push.md found
13:02:24 INFO: man/src/image/rm.md found
13:02:24 INFO: man/src/image/save.md found
13:02:24 INFO: man/src/image/tag.md found
13:02:24 WARN: man/src/image.md does not exist, skipping
13:02:24 INFO: man/src/images.md found
13:02:24 INFO: man/src/import.md found
13:02:24 INFO: man/src/info.md found
13:02:24 INFO: man/src/inspect.md found
13:02:24 INFO: man/src/kill.md found
13:02:24 INFO: man/src/load.md found
13:02:24 INFO: man/src/login.md found
13:02:24 INFO: man/src/logout.md found
13:02:24 INFO: man/src/logs.md found
13:02:24 WARN: man/src/manifest/annotate.md does not exist, skipping
13:02:24 WARN: man/src/manifest/create.md does not exist, skipping
13:02:24 WARN: man/src/manifest/inspect.md does not exist, skipping
13:02:24 WARN: man/src/manifest/push.md does not exist, skipping
13:02:24 WARN: man/src/manifest/rm.md does not exist, skipping
13:02:24 WARN: man/src/manifest.md does not exist, skipping
13:02:24 INFO: man/src/network/connect.md found
13:02:24 INFO: man/src/network/create.md found
13:02:24 INFO: man/src/network/disconnect.md found
13:02:24 INFO: man/src/network/inspect.md found
13:02:24 INFO: man/src/network/ls.md found
13:02:24 WARN: man/src/network/prune.md does not exist, skipping
13:02:24 INFO: man/src/network/rm.md found
13:02:24 WARN: man/src/network.md does not exist, skipping
13:02:24 WARN: man/src/node/demote.md does not exist, skipping
13:02:24 WARN: man/src/node/inspect.md does not exist, skipping
13:02:24 WARN: man/src/node/ls.md does not exist, skipping
13:02:24 WARN: man/src/node/promote.md does not exist, skipping
13:02:24 WARN: man/src/node/ps.md does not exist, skipping
13:02:24 WARN: man/src/node/rm.md does not exist, skipping
13:02:24 WARN: man/src/node/update.md does not exist, skipping
13:02:24 WARN: man/src/node.md does not exist, skipping
13:02:24 INFO: man/src/pause.md found
13:02:24 WARN: man/src/plugin/create.md does not exist, skipping
13:02:24 WARN: man/src/plugin/disable.md does not exist, skipping
13:02:24 WARN: man/src/plugin/enable.md does not exist, skipping
13:02:24 WARN: man/src/plugin/inspect.md does not exist, skipping
13:02:24 WARN: man/src/plugin/install.md does not exist, skipping
13:02:24 INFO: man/src/plugin/ls.md found
13:02:24 WARN: man/src/plugin/push.md does not exist, skipping
13:02:24 WARN: man/src/plugin/rm.md does not exist, skipping
13:02:24 WARN: man/src/plugin/set.md does not exist, skipping
13:02:24 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:02:24 WARN: man/src/plugin.md does not exist, skipping
13:02:24 INFO: man/src/port.md found
13:02:24 INFO: man/src/ps.md found
13:02:24 INFO: man/src/pull.md found
13:02:24 INFO: man/src/push.md found
13:02:24 INFO: man/src/rename.md found
13:02:24 INFO: man/src/restart.md found
13:02:24 INFO: man/src/rm.md found
13:02:24 INFO: man/src/rmi.md found
13:02:24 WARN: man/src/run.md does not exist, skipping
13:02:24 INFO: man/src/save.md found
13:02:24 INFO: man/src/search.md found
13:02:24 WARN: man/src/secret/create.md does not exist, skipping
13:02:24 WARN: man/src/secret/inspect.md does not exist, skipping
13:02:24 WARN: man/src/secret/ls.md does not exist, skipping
13:02:24 WARN: man/src/secret/rm.md does not exist, skipping
13:02:24 WARN: man/src/secret.md does not exist, skipping
13:02:24 WARN: man/src/service/create.md does not exist, skipping
13:02:24 WARN: man/src/service/inspect.md does not exist, skipping
13:02:24 WARN: man/src/service/logs.md does not exist, skipping
13:02:24 WARN: man/src/service/ls.md does not exist, skipping
13:02:24 WARN: man/src/service/ps.md does not exist, skipping
13:02:24 WARN: man/src/service/rm.md does not exist, skipping
13:02:24 WARN: man/src/service/rollback.md does not exist, skipping
13:02:24 WARN: man/src/service/scale.md does not exist, skipping
13:02:24 WARN: man/src/service/update.md does not exist, skipping
13:02:24 WARN: man/src/service.md does not exist, skipping
13:02:24 WARN: man/src/stack/config.md does not exist, skipping
13:02:24 WARN: man/src/stack/deploy.md does not exist, skipping
13:02:24 WARN: man/src/stack/ls.md does not exist, skipping
13:02:24 WARN: man/src/stack/ps.md does not exist, skipping
13:02:24 WARN: man/src/stack/rm.md does not exist, skipping
13:02:24 WARN: man/src/stack/services.md does not exist, skipping
13:02:24 WARN: man/src/stack.md does not exist, skipping
13:02:24 INFO: man/src/start.md found
13:02:24 INFO: man/src/stats.md found
13:02:24 INFO: man/src/stop.md found
13:02:24 WARN: man/src/swarm/ca.md does not exist, skipping
13:02:24 WARN: man/src/swarm/init.md does not exist, skipping
13:02:24 WARN: man/src/swarm/join.md does not exist, skipping
13:02:24 WARN: man/src/swarm/join-token.md does not exist, skipping
13:02:24 WARN: man/src/swarm/leave.md does not exist, skipping
13:02:24 WARN: man/src/swarm/unlock.md does not exist, skipping
13:02:24 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:02:24 WARN: man/src/swarm/update.md does not exist, skipping
13:02:24 WARN: man/src/swarm.md does not exist, skipping
13:02:24 WARN: man/src/system/df.md does not exist, skipping
13:02:24 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:02:24 INFO: man/src/system/events.md found
13:02:24 INFO: man/src/system/info.md found
13:02:24 WARN: man/src/system/prune.md does not exist, skipping
13:02:24 WARN: man/src/system.md does not exist, skipping
13:02:24 INFO: man/src/tag.md found
13:02:24 INFO: man/src/top.md found
13:02:24 WARN: man/src/trust/inspect.md does not exist, skipping
13:02:24 WARN: man/src/trust/key/generate.md does not exist, skipping
13:02:24 WARN: man/src/trust/key/load.md does not exist, skipping
13:02:24 WARN: man/src/trust/key.md does not exist, skipping
13:02:24 WARN: man/src/trust/revoke.md does not exist, skipping
13:02:24 WARN: man/src/trust/sign.md does not exist, skipping
13:02:24 WARN: man/src/trust/signer/add.md does not exist, skipping
13:02:24 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:02:24 WARN: man/src/trust/signer.md does not exist, skipping
13:02:24 WARN: man/src/trust.md does not exist, skipping
13:02:24 INFO: man/src/unpause.md found
13:02:24 INFO: man/src/update.md found
13:02:24 INFO: man/src/version.md found
13:02:24 INFO: man/src/volume/create.md found
13:02:24 INFO: man/src/volume/inspect.md found
13:02:24 INFO: man/src/volume/ls.md found
13:02:24 WARN: man/src/volume/prune.md does not exist, skipping
13:02:24 WARN: man/src/volume/rm.md does not exist, skipping
13:02:24 WARN: man/src/volume/update.md does not exist, skipping
13:02:24 INFO: man/src/volume.md found
13:02:24 INFO: man/src/wait.md found
13:02:24 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:02:24 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:02:24 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:02:24 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:02:24 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:02:24 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:02:24 ~/rpmbuild/BUILD/src
13:02:24 + popd
13:02:24 + RPM_EC=0
13:02:24 ++ jobs -p
13:02:24 + exit 0
13:02:24 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.b8AQzQ
13:02:24 + umask 022
13:02:24 + cd /root/rpmbuild/BUILD
13:02:24 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64 '!=' / ']'
13:02:24 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
13:02:24 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
13:02:24 + mkdir -p /root/rpmbuild/BUILDROOT
13:02:24 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
13:02:24 + cd src
13:02:24 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin
13:02:24 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/docker
13:02:24 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/bash-completion/completions
13:02:24 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/zsh/vendor-completions
13:02:24 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/fish/vendor_completions.d
13:02:24 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/bash-completion/completions/docker
13:02:24 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/zsh/vendor-completions/_docker
13:02:24 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/fish/vendor_completions.d/docker.fish
13:02:24 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/man/man1
13:02:24 + 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-update.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~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/man/man1
13:02:24 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/man/man5
13:02:24 + 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~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/man/man5
13:02:24 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/man/man8
13:02:24 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/man/man8
13:02:24 + mkdir -p build-docs
13:02:24 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:02:24 + cp cli/LICENSE build-docs/LICENSE
13:02:24 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:02:24 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:02:24 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:02:24 + cp cli/NOTICE build-docs/NOTICE
13:02:24 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:02:24 + cp cli/README.md build-docs/README.md
13:02:24 + /usr/lib/rpm/check-buildroot
13:02:24 + /usr/lib/rpm/redhat/brp-ldconfig
13:02:24 + /usr/lib/rpm/brp-compress
13:02:24 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:02:24 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:02:24 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:02:24 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:02:24 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:02:24 + /usr/lib/rpm/brp-python-hardlink
13:02:24 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:02:24 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.597Fn4
13:02:24 + umask 022
13:02:24 + cd /root/rpmbuild/BUILD
13:02:24 + cd src
13:02:24 ++ cli/build/docker --version
13:02:24 PASS: cli version OK
13:02:24 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:02:24 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:02:24 + echo 'PASS: cli version OK'
13:02:24 + RPM_EC=0
13:02:24 ++ jobs -p
13:02:24 + exit 0
13:02:24 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
13:02:24 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ldjR9M
13:02:24 + umask 022
13:02:24 + cd /root/rpmbuild/BUILD
13:02:24 + cd src
13:02:24 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/doc/docker-ce-cli
13:02:24 + export LC_ALL=C
13:02:24 + LC_ALL=C
13:02:24 + export DOCDIR
13:02:24 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/doc/docker-ce-cli
13:02:24 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/doc/docker-ce-cli
13:02:24 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/doc/docker-ce-cli
13:02:24 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/doc/docker-ce-cli
13:02:24 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/doc/docker-ce-cli
13:02:24 + RPM_EC=0
13:02:24 ++ jobs -p
13:02:24 + exit 0
13:02:24 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.el9 docker-ce-cli(x86-64) = 1:0.0.0~20230206193855.ab4ef4a-0.el9
13:02:24 Requires(interp): /bin/sh
13:02:24 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:02:24 Requires(post): /bin/sh
13:02:24 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:02:24 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:02:24 Recommends: docker-buildx-plugin docker-compose-plugin docker-scan-plugin(x86-64)
13:02:24 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
13:02:24 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.src.rpm
13:02:25 # Build the compose plugin
13:02:25 cd /go/src/github.com/docker/compose \
13:02:25 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:02:25 make[2]: Entering directory '/root/build-deb/compose'
13:02:25 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:02:25 go: downloading github.com/docker/cli v23.0.0+incompatible
13:02:25 go: downloading github.com/theupdateframework/notary v0.7.0
13:02:25 go: downloading github.com/compose-spec/compose-go v1.9.0
13:02:25 go: downloading github.com/hashicorp/go-version v1.6.0
13:02:25 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:02:25 go: downloading github.com/docker/buildx v0.10.2
13:02:25 go: downloading github.com/mattn/go-shellwords v1.0.12
13:02:25 go: downloading github.com/moby/buildkit v0.11.2
13:02:25 go: downloading go.opentelemetry.io/otel v1.13.0
13:02:25 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:02:25 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:02:25 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:02:25 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:02:25 go: downloading golang.org/x/sync v0.1.0
13:02:25 go: downloading github.com/imdario/mergo v0.3.13
13:02:25 go: downloading github.com/containerd/console v1.0.3
13:02:25 go: downloading github.com/buger/goterm v1.0.4
13:02:25 go: downloading github.com/stretchr/testify v1.8.1
13:02:25 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:02:25 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:02:25 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:02:25 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:02:25 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:02:25 go: downloading google.golang.org/grpc v1.50.1
13:02:25 go: downloading k8s.io/client-go v0.22.4
13:02:26 #45 228.8 + bin/containerd-stress
13:02:26 #45 231.1 + bin/containerd-shim
13:02:26 #45 232.5 + bin/containerd-shim-runc-v1
13:02:26 #45 234.8 + bin/containerd-shim-runc-v2
13:02:26 #45 236.5 + binaries
13:02:26 #45 DONE 237.3s
13:02:26 
13:02:26 #53 [build 6/6] RUN --mount=type=bind,target=.     --mount=type=tmpfs,target=cli/winresources/dockerd     --mount=type=tmpfs,target=cli/winresources/docker-proxy     --mount=type=cache,target=/root/.cache/go-build,id=moby-build-linux/amd64 <<EOT (set -e...)
13:02:26 #53 ...
13:02:26 
13:02:26 #57 [all 3/7] COPY --from=containerd    /build/ /
13:02:26 #57 DONE 0.3s
13:02:26 
13:02:26 #53 [build 6/6] RUN --mount=type=bind,target=.     --mount=type=tmpfs,target=cli/winresources/dockerd     --mount=type=tmpfs,target=cli/winresources/docker-proxy     --mount=type=cache,target=/root/.cache/go-build,id=moby-build-linux/amd64 <<EOT (set -e...)
13:02:26 #53 ...
13:02:26 
13:02:26 #58 [all 4/7] COPY --from=rootlesskit   /build/ /
13:02:26 #58 DONE 0.1s
13:02:26 
13:02:26 #59 [all 5/7] COPY --from=containerutil /build/ /
13:02:26 #59 DONE 0.0s
13:02:26 
13:02:26 #60 [all 6/7] COPY --from=vpnkit        /       /
13:02:26 #60 DONE 0.2s
13:02:26 
13:02:26 #53 [build 6/6] RUN --mount=type=bind,target=.     --mount=type=tmpfs,target=cli/winresources/dockerd     --mount=type=tmpfs,target=cli/winresources/docker-proxy     --mount=type=cache,target=/root/.cache/go-build,id=moby-build-linux/amd64 <<EOT (set -e...)
13:02:26 go: downloading k8s.io/api v0.22.4
13:02:26 go: downloading k8s.io/apimachinery v0.22.4
13:02:26 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:02:26 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:02:26 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:02:26 go: downloading github.com/golang/mock v1.6.0
13:02:26 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:02:26 go: downloading github.com/hashicorp/errwrap v1.1.0
13:02:26 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:02:26 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:02:26 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:02:26 go: downloading golang.org/x/net v0.4.0
13:02:27 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:02:27 go: downloading golang.org/x/term v0.3.0
13:02:27 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:02:27 go: downloading github.com/mattn/go-runewidth v0.0.14
13:02:27 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:02:27 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:02:27 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:02:27 go: downloading github.com/go-logr/stdr v1.2.2
13:02:27 go: downloading github.com/containerd/typeurl v1.0.2
13:02:27 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:02:27 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:02:27 go: downloading github.com/gogo/googleapis v1.4.1
13:02:29 go: downloading github.com/pelletier/go-toml v1.9.5
13:02:29 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:02:29 go: downloading k8s.io/klog/v2 v2.60.1
13:02:29 go: downloading github.com/google/gofuzz v1.2.0
13:02:29 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:02:29 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:02:29 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:02:29 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:02:29 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:02:29 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:02:29 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:02:29 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:02:29 go: downloading github.com/aws/smithy-go v1.11.2
13:02:29 go: downloading github.com/moby/locker v1.0.1
13:02:29 go: downloading github.com/felixge/httpsnoop v1.0.2
13:02:29 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:02:29 go: downloading gopkg.in/inf.v0 v0.9.1
13:02:29 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:02:29 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:02:29 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:02:29 go: downloading github.com/googleapis/gnostic v0.5.5
13:02:29 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:02:29 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:02:29 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:02:29 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:02:29 go: downloading github.com/json-iterator/go v1.1.12
13:02:29 go: downloading github.com/mattn/go-colorable v0.1.12
13:02:29 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:02:29 go: downloading github.com/containerd/ttrpc v1.1.0
13:02:29 go: downloading github.com/modern-go/reflect2 v1.0.2
13:02:29 go: downloading sigs.k8s.io/yaml v1.2.0
13:02:29 go: downloading github.com/moby/spdystream v0.2.0
13:02:29 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:02:29 go: downloading github.com/mattn/go-isatty v0.0.16
13:02:31 # Build the compose plugin
13:02:31 cd /go/src/github.com/docker/compose \
13:02:31 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:02:31 make[2]: Entering directory '/root/build-deb/compose'
13:02:31 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:02:31 go: downloading github.com/docker/cli v23.0.0+incompatible
13:02:31 go: downloading github.com/theupdateframework/notary v0.7.0
13:02:31 go: downloading github.com/compose-spec/compose-go v1.9.0
13:02:31 go: downloading github.com/hashicorp/go-version v1.6.0
13:02:31 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:02:31 go: downloading github.com/docker/buildx v0.10.2
13:02:31 go: downloading github.com/mattn/go-shellwords v1.0.12
13:02:31 go: downloading github.com/moby/buildkit v0.11.2
13:02:31 go: downloading go.opentelemetry.io/otel v1.13.0
13:02:31 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:02:31 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:02:31 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:02:31 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:02:31 go: downloading golang.org/x/sync v0.1.0
13:02:31 go: downloading github.com/imdario/mergo v0.3.13
13:02:31 go: downloading github.com/containerd/console v1.0.3
13:02:31 go: downloading github.com/buger/goterm v1.0.4
13:02:31 go: downloading github.com/stretchr/testify v1.8.1
13:02:31 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:02:31 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:02:31 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:02:31 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:02:31 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:02:31 go: downloading golang.org/x/net v0.4.0
13:02:31 go: downloading golang.org/x/term v0.3.0
13:02:31 go: downloading google.golang.org/grpc v1.50.1
13:02:31 go: downloading k8s.io/client-go v0.22.4
13:02:31 go: downloading k8s.io/api v0.22.4
13:02:31 go: downloading k8s.io/apimachinery v0.22.4
13:02:31 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:02:31 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:02:31 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:02:31 go: downloading github.com/golang/mock v1.6.0
13:02:31 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:02:31 go: downloading github.com/hashicorp/errwrap v1.1.0
13:02:31 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:02:31 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:02:31 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:02:31 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:02:31 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:02:31 go: downloading github.com/mattn/go-runewidth v0.0.14
13:02:31 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:02:31 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:02:31 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:02:31 go: downloading github.com/go-logr/stdr v1.2.2
13:02:31 go: downloading github.com/containerd/typeurl v1.0.2
13:02:31 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:02:31 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:02:31 go: downloading github.com/gogo/googleapis v1.4.1
13:02:31 go: downloading github.com/pelletier/go-toml v1.9.5
13:02:31 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:02:31 go: downloading k8s.io/klog/v2 v2.60.1
13:02:31 go: downloading github.com/google/gofuzz v1.2.0
13:02:31 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:02:31 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:02:31 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:02:31 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:02:31 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:02:31 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:02:31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:02:31 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:02:31 go: downloading github.com/aws/smithy-go v1.11.2
13:02:31 go: downloading github.com/moby/locker v1.0.1
13:02:31 go: downloading github.com/felixge/httpsnoop v1.0.2
13:02:31 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:02:31 go: downloading gopkg.in/inf.v0 v0.9.1
13:02:31 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:02:31 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:02:31 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:02:31 go: downloading github.com/googleapis/gnostic v0.5.5
13:02:31 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:02:31 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:02:31 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:02:31 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:02:31 go: downloading github.com/json-iterator/go v1.1.12
13:02:31 go: downloading github.com/mattn/go-colorable v0.1.12
13:02:31 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:02:31 go: downloading github.com/containerd/ttrpc v1.1.0
13:02:31 go: downloading github.com/modern-go/reflect2 v1.0.2
13:02:31 go: downloading sigs.k8s.io/yaml v1.2.0
13:02:31 go: downloading github.com/moby/spdystream v0.2.0
13:02:31 go: downloading github.com/mattn/go-isatty v0.0.16
13:02:31 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:02:33 + popd
13:02:33 + exit 0
13:02:33 ~/rpmbuild/BUILD/src
13:02:33 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.R6bAWI
13:02:33 + umask 022
13:02:33 + cd /root/rpmbuild/BUILD
13:02:33 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.aarch64 '!=' / ']'
13:02:33 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.aarch64
13:02:33 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.aarch64
13:02:33 + mkdir -p /root/rpmbuild/BUILDROOT
13:02:33 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.aarch64
13:02:33 + cd src
13:02:33 + pushd /root/rpmbuild/BUILD/src/buildx
13:02:33 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:02:33 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:02:33 + popd
13:02:33 + /usr/lib/rpm/check-buildroot
13:02:33 ~/rpmbuild/BUILD/src
13:02:33 + /usr/lib/rpm/redhat/brp-ldconfig
13:02:33 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:02:33 + /usr/lib/rpm/brp-compress
13:02:33 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:02:33 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:02:33 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:02:33 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:02:33 + /usr/lib/rpm/brp-python-hardlink
13:02:33 + PYTHON3=/usr/libexec/platform-python
13:02:33 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:02:33 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.T8iB9M
13:02:33 + umask 022
13:02:33 + cd /root/rpmbuild/BUILD
13:02:33 + cd src
13:02:33 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:02:33 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:02:33 + ver=v0.10.2
13:02:33 + test v0.10.2 = v0.10.2
13:02:33 + echo 'PASS: docker-buildx version OK'
13:02:33 + exit 0
13:02:33 PASS: docker-buildx version OK
13:02:33 Processing files: docker-buildx-plugin-0.10.2-0.el8.aarch64
13:02:33 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:02:33 Provides: docker-buildx-plugin = 0:0.10.2-0.el8 docker-buildx-plugin(aarch-64) = 0:0.10.2-0.el8
13:02:33 Requires(interp): /bin/sh /bin/sh /bin/sh
13:02:33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:02:33 Requires(post): /bin/sh
13:02:33 Requires(preun): /bin/sh
13:02:33 Requires(postun): /bin/sh
13:02:33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.aarch64
13:02:33 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.el8.src.rpm
13:02:33 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el8.aarch64.rpm
13:02:33 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Ks7pey
13:02:33 + umask 022
13:02:33 + cd /root/rpmbuild/BUILD
13:02:33 + cd src
13:02:33 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.aarch64
13:02:33 + exit 0
13:02:33 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6uHm1w
13:02:33 + umask 022
13:02:33 + cd /root/rpmbuild/BUILD
13:02:33 + cd /root/rpmbuild/BUILD
13:02:33 + rm -rf src
13:02:33 + /usr/bin/mkdir -p src
13:02:33 + cd src
13:02:33 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:02:33 + /usr/bin/tar -xof -
13:02:33 + STATUS=0
13:02:33 + '[' 0 -ne 0 ']'
13:02:33 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:02:33 + /usr/bin/tar -xof -
13:02:33 + STATUS=0
13:02:33 + '[' 0 -ne 0 ']'
13:02:33 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:02:33 + exit 0
13:02:33 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1aYKNI
13:02:33 + umask 022
13:02:33 + cd /root/rpmbuild/BUILD
13:02:33 + cd src
13:02:33 + pushd /root/rpmbuild/BUILD/src/compose
13:02:33 + make VERSION=v2.16.0 DESTDIR=./bin build
13:02:33 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:02:33 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "./bin/docker-compose" ./cmd
13:02:33 go: downloading github.com/docker/cli v23.0.0+incompatible
13:02:33 go: downloading github.com/theupdateframework/notary v0.7.0
13:02:33 go: downloading github.com/compose-spec/compose-go v1.9.0
13:02:33 go: downloading github.com/hashicorp/go-version v1.6.0
13:02:33 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:02:33 go: downloading github.com/docker/buildx v0.10.2
13:02:33 go: downloading github.com/mattn/go-shellwords v1.0.12
13:02:33 go: downloading github.com/moby/buildkit v0.11.2
13:02:33 go: downloading go.opentelemetry.io/otel v1.13.0
13:02:33 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:02:33 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:02:33 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:02:33 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:02:33 go: downloading golang.org/x/sync v0.1.0
13:02:33 go: downloading github.com/imdario/mergo v0.3.13
13:02:33 go: downloading github.com/containerd/console v1.0.3
13:02:33 go: downloading github.com/buger/goterm v1.0.4
13:02:33 go: downloading github.com/stretchr/testify v1.8.1
13:02:33 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:02:33 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:02:33 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:02:33 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:02:33 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:02:33 go: downloading google.golang.org/grpc v1.50.1
13:02:33 go: downloading k8s.io/client-go v0.22.4
13:02:33 go: downloading k8s.io/api v0.22.4
13:02:33 go: downloading k8s.io/apimachinery v0.22.4
13:02:33 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:02:33 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:02:33 go: downloading github.com/golang/mock v1.6.0
13:02:33 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:02:33 go: downloading github.com/hashicorp/errwrap v1.1.0
13:02:33 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:02:33 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:02:33 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:02:33 go: downloading golang.org/x/net v0.4.0
13:02:33 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:02:34 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:02:34 go: downloading golang.org/x/term v0.3.0
13:02:34 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:02:34 go: downloading github.com/mattn/go-runewidth v0.0.14
13:02:34 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:02:34 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:02:34 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:02:34 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:02:34 ++ pwd
13:02:34 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:02:34 Project root: .
13:02:34 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:02:34 INFO: man/src/attach.md found
13:02:34 WARN: man/src/build.md does not exist, skipping
13:02:34 WARN: man/src/builder/build.md does not exist, skipping
13:02:34 WARN: man/src/builder/prune.md does not exist, skipping
13:02:34 WARN: man/src/builder.md does not exist, skipping
13:02:34 WARN: man/src/checkpoint/create.md does not exist, skipping
13:02:34 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:02:34 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:02:34 WARN: man/src/checkpoint.md does not exist, skipping
13:02:34 INFO: man/src/commit.md found
13:02:34 WARN: man/src/config/create.md does not exist, skipping
13:02:34 WARN: man/src/config/inspect.md does not exist, skipping
13:02:34 WARN: man/src/config/ls.md does not exist, skipping
13:02:34 WARN: man/src/config/rm.md does not exist, skipping
13:02:34 WARN: man/src/config.md does not exist, skipping
13:02:34 INFO: man/src/container/attach.md found
13:02:34 INFO: man/src/container/commit.md found
13:02:34 INFO: man/src/container/cp.md found
13:02:34 INFO: man/src/container/create.md found
13:02:34 INFO: man/src/container/diff.md found
13:02:34 INFO: man/src/container/exec.md found
13:02:34 INFO: man/src/container/export.md found
13:02:34 WARN: man/src/container/inspect.md does not exist, skipping
13:02:34 INFO: man/src/container/kill.md found
13:02:34 INFO: man/src/container/logs.md found
13:02:34 INFO: man/src/container/ls.md found
13:02:34 INFO: man/src/container/pause.md found
13:02:34 INFO: man/src/container/port.md found
13:02:34 WARN: man/src/container/prune.md does not exist, skipping
13:02:34 INFO: man/src/container/rename.md found
13:02:34 INFO: man/src/container/restart.md found
13:02:34 INFO: man/src/container/rm.md found
13:02:34 INFO: man/src/container/run.md found
13:02:34 INFO: man/src/container/start.md found
13:02:34 INFO: man/src/container/stats.md found
13:02:34 INFO: man/src/container/stop.md found
13:02:34 INFO: man/src/container/top.md found
13:02:34 INFO: man/src/container/unpause.md found
13:02:34 INFO: man/src/container/update.md found
13:02:34 INFO: man/src/container/wait.md found
13:02:34 WARN: man/src/container.md does not exist, skipping
13:02:34 WARN: man/src/context/create.md does not exist, skipping
13:02:34 WARN: man/src/context/export.md does not exist, skipping
13:02:34 WARN: man/src/context/import.md does not exist, skipping
13:02:34 WARN: man/src/context/inspect.md does not exist, skipping
13:02:34 WARN: man/src/context/ls.md does not exist, skipping
13:02:34 WARN: man/src/context/rm.md does not exist, skipping
13:02:34 WARN: man/src/context/show.md does not exist, skipping
13:02:34 WARN: man/src/context/update.md does not exist, skipping
13:02:34 WARN: man/src/context/use.md does not exist, skipping
13:02:34 WARN: man/src/context.md does not exist, skipping
13:02:34 INFO: man/src/cp.md found
13:02:34 INFO: man/src/create.md found
13:02:34 INFO: man/src/diff.md found
13:02:34 INFO: man/src/events.md found
13:02:34 INFO: man/src/exec.md found
13:02:34 INFO: man/src/export.md found
13:02:34 INFO: man/src/history.md found
13:02:34 INFO: man/src/image/build.md found
13:02:34 INFO: man/src/image/history.md found
13:02:34 INFO: man/src/image/import.md found
13:02:34 WARN: man/src/image/inspect.md does not exist, skipping
13:02:34 INFO: man/src/image/load.md found
13:02:34 INFO: man/src/image/ls.md found
13:02:34 WARN: man/src/image/prune.md does not exist, skipping
13:02:34 INFO: man/src/image/pull.md found
13:02:34 INFO: man/src/image/push.md found
13:02:34 INFO: man/src/image/rm.md found
13:02:34 INFO: man/src/image/save.md found
13:02:34 INFO: man/src/image/tag.md found
13:02:34 WARN: man/src/image.md does not exist, skipping
13:02:34 INFO: man/src/images.md found
13:02:34 INFO: man/src/import.md found
13:02:34 INFO: man/src/info.md found
13:02:34 INFO: man/src/inspect.md found
13:02:34 INFO: man/src/kill.md found
13:02:34 INFO: man/src/load.md found
13:02:34 INFO: man/src/login.md found
13:02:34 INFO: man/src/logout.md found
13:02:34 INFO: man/src/logs.md found
13:02:34 WARN: man/src/manifest/annotate.md does not exist, skipping
13:02:34 WARN: man/src/manifest/create.md does not exist, skipping
13:02:34 WARN: man/src/manifest/inspect.md does not exist, skipping
13:02:34 WARN: man/src/manifest/push.md does not exist, skipping
13:02:34 WARN: man/src/manifest/rm.md does not exist, skipping
13:02:34 WARN: man/src/manifest.md does not exist, skipping
13:02:34 INFO: man/src/network/connect.md found
13:02:34 INFO: man/src/network/create.md found
13:02:34 INFO: man/src/network/disconnect.md found
13:02:34 INFO: man/src/network/inspect.md found
13:02:34 INFO: man/src/network/ls.md found
13:02:34 WARN: man/src/network/prune.md does not exist, skipping
13:02:34 INFO: man/src/network/rm.md found
13:02:34 WARN: man/src/network.md does not exist, skipping
13:02:34 WARN: man/src/node/demote.md does not exist, skipping
13:02:34 WARN: man/src/node/inspect.md does not exist, skipping
13:02:34 WARN: man/src/node/ls.md does not exist, skipping
13:02:34 WARN: man/src/node/promote.md does not exist, skipping
13:02:34 WARN: man/src/node/ps.md does not exist, skipping
13:02:34 WARN: man/src/node/rm.md does not exist, skipping
13:02:34 WARN: man/src/node/update.md does not exist, skipping
13:02:34 WARN: man/src/node.md does not exist, skipping
13:02:34 INFO: man/src/pause.md found
13:02:34 WARN: man/src/plugin/create.md does not exist, skipping
13:02:34 WARN: man/src/plugin/disable.md does not exist, skipping
13:02:34 WARN: man/src/plugin/enable.md does not exist, skipping
13:02:34 WARN: man/src/plugin/inspect.md does not exist, skipping
13:02:34 WARN: man/src/plugin/install.md does not exist, skipping
13:02:34 INFO: man/src/plugin/ls.md found
13:02:34 WARN: man/src/plugin/push.md does not exist, skipping
13:02:34 WARN: man/src/plugin/rm.md does not exist, skipping
13:02:34 WARN: man/src/plugin/set.md does not exist, skipping
13:02:34 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:02:34 WARN: man/src/plugin.md does not exist, skipping
13:02:34 INFO: man/src/port.md found
13:02:34 INFO: man/src/ps.md found
13:02:34 INFO: man/src/pull.md found
13:02:34 INFO: man/src/push.md found
13:02:34 INFO: man/src/rename.md found
13:02:34 INFO: man/src/restart.md found
13:02:34 INFO: man/src/rm.md found
13:02:34 INFO: man/src/rmi.md found
13:02:34 WARN: man/src/run.md does not exist, skipping
13:02:34 INFO: man/src/save.md found
13:02:34 INFO: man/src/search.md found
13:02:34 WARN: man/src/secret/create.md does not exist, skipping
13:02:34 WARN: man/src/secret/inspect.md does not exist, skipping
13:02:34 WARN: man/src/secret/ls.md does not exist, skipping
13:02:34 WARN: man/src/secret/rm.md does not exist, skipping
13:02:34 WARN: man/src/secret.md does not exist, skipping
13:02:34 WARN: man/src/service/create.md does not exist, skipping
13:02:34 WARN: man/src/service/inspect.md does not exist, skipping
13:02:34 WARN: man/src/service/logs.md does not exist, skipping
13:02:34 WARN: man/src/service/ls.md does not exist, skipping
13:02:34 WARN: man/src/service/ps.md does not exist, skipping
13:02:34 WARN: man/src/service/rm.md does not exist, skipping
13:02:34 WARN: man/src/service/rollback.md does not exist, skipping
13:02:34 WARN: man/src/service/scale.md does not exist, skipping
13:02:34 WARN: man/src/service/update.md does not exist, skipping
13:02:34 WARN: man/src/service.md does not exist, skipping
13:02:34 WARN: man/src/stack/config.md does not exist, skipping
13:02:34 WARN: man/src/stack/deploy.md does not exist, skipping
13:02:34 WARN: man/src/stack/ls.md does not exist, skipping
13:02:34 WARN: man/src/stack/ps.md does not exist, skipping
13:02:34 WARN: man/src/stack/rm.md does not exist, skipping
13:02:34 WARN: man/src/stack/services.md does not exist, skipping
13:02:34 WARN: man/src/stack.md does not exist, skipping
13:02:34 INFO: man/src/start.md found
13:02:34 INFO: man/src/stats.md found
13:02:34 INFO: man/src/stop.md found
13:02:34 WARN: man/src/swarm/ca.md does not exist, skipping
13:02:34 WARN: man/src/swarm/init.md does not exist, skipping
13:02:34 WARN: man/src/swarm/join.md does not exist, skipping
13:02:34 WARN: man/src/swarm/join-token.md does not exist, skipping
13:02:34 WARN: man/src/swarm/leave.md does not exist, skipping
13:02:34 WARN: man/src/swarm/unlock.md does not exist, skipping
13:02:34 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:02:34 WARN: man/src/swarm/update.md does not exist, skipping
13:02:34 WARN: man/src/swarm.md does not exist, skipping
13:02:34 WARN: man/src/system/df.md does not exist, skipping
13:02:34 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:02:34 INFO: man/src/system/events.md found
13:02:34 INFO: man/src/system/info.md found
13:02:34 WARN: man/src/system/prune.md does not exist, skipping
13:02:34 WARN: man/src/system.md does not exist, skipping
13:02:34 INFO: man/src/tag.md found
13:02:34 INFO: man/src/top.md found
13:02:34 WARN: man/src/trust/inspect.md does not exist, skipping
13:02:34 WARN: man/src/trust/key/generate.md does not exist, skipping
13:02:34 WARN: man/src/trust/key/load.md does not exist, skipping
13:02:34 WARN: man/src/trust/key.md does not exist, skipping
13:02:34 WARN: man/src/trust/revoke.md does not exist, skipping
13:02:34 WARN: man/src/trust/sign.md does not exist, skipping
13:02:34 WARN: man/src/trust/signer/add.md does not exist, skipping
13:02:34 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:02:34 WARN: man/src/trust/signer.md does not exist, skipping
13:02:34 WARN: man/src/trust.md does not exist, skipping
13:02:34 INFO: man/src/unpause.md found
13:02:34 INFO: man/src/update.md found
13:02:34 INFO: man/src/version.md found
13:02:34 INFO: man/src/volume/create.md found
13:02:34 INFO: man/src/volume/inspect.md found
13:02:34 INFO: man/src/volume/ls.md found
13:02:34 WARN: man/src/volume/prune.md does not exist, skipping
13:02:34 WARN: man/src/volume/rm.md does not exist, skipping
13:02:34 WARN: man/src/volume/update.md does not exist, skipping
13:02:34 INFO: man/src/volume.md found
13:02:34 INFO: man/src/wait.md found
13:02:34 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:02:34 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:02:34 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:02:34 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:02:34 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:02:34 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:02:34 ~/rpmbuild/BUILD/src
13:02:34 + popd
13:02:34 + RPM_EC=0
13:02:34 ++ jobs -p
13:02:34 + exit 0
13:02:34 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.65ellO
13:02:34 + umask 022
13:02:34 + cd /root/rpmbuild/BUILD
13:02:34 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64 '!=' / ']'
13:02:34 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
13:02:34 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
13:02:34 + mkdir -p /root/rpmbuild/BUILDROOT
13:02:34 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
13:02: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:02:34 + export CFLAGS
13:02: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:02:34 + export CXXFLAGS
13:02: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:02:34 + export FFLAGS
13:02: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:02:34 + export FCFLAGS
13:02: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-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.ld'
13:02:34 + export LDFLAGS
13:02:34 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:02:34 + export LT_SYS_LIBRARY_PATH
13:02:34 + CC=gcc
13:02:34 + export CC
13:02:34 + CXX=g++
13:02:34 + export CXX
13:02:34 + cd src
13:02:34 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin
13:02:34 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker
13:02:34 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/bash-completion/completions
13:02:34 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/zsh/vendor-completions
13:02:34 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/fish/vendor_completions.d
13:02:34 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/bash-completion/completions/docker
13:02:34 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/zsh/vendor-completions/_docker
13:02:34 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/fish/vendor_completions.d/docker.fish
13:02:34 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/man/man1
13:02:34 + 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-update.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~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/man/man1
13:02:34 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/man/man5
13:02:34 + 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~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/man/man5
13:02:34 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/man/man8
13:02:34 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/man/man8
13:02:34 + mkdir -p build-docs
13:02:34 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:02:34 + cp cli/LICENSE build-docs/LICENSE
13:02:34 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:02:34 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:02:34 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:02:34 + cp cli/NOTICE build-docs/NOTICE
13:02:34 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:02:34 + cp cli/README.md build-docs/README.md
13:02:34 + /usr/lib/rpm/check-buildroot
13:02:34 + /usr/lib/rpm/redhat/brp-ldconfig
13:02:34 + /usr/lib/rpm/brp-compress
13:02:34 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:02:34 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:02:34 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:02:34 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:02:34 + /usr/lib/rpm/check-rpaths
13:02:34 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:02:34 + /usr/lib/rpm/brp-remove-la-files
13:02:34 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:02:34 + /usr/lib/rpm/redhat/brp-python-hardlink
13:02:34 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.EMxy9v
13:02:34 + umask 022
13:02:34 + cd /root/rpmbuild/BUILD
13:02: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:02:34 + export CFLAGS
13:02: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:02:34 + export CXXFLAGS
13:02: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:02:34 + export FFLAGS
13:02: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:02:34 + export FCFLAGS
13:02: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-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.ld'
13:02:34 + export LDFLAGS
13:02:34 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:02:34 + export LT_SYS_LIBRARY_PATH
13:02:34 + CC=gcc
13:02:34 + export CC
13:02:34 + CXX=g++
13:02:34 + export CXX
13:02:34 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:02:34 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0~20230206193855.ab4ef4a-0.fc36 x86_64
13:02:34 + cd src
13:02:34 ++ cli/build/docker --version
13:02:34 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:02:34 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:02:34 + echo 'PASS: cli version OK'
13:02:34 PASS: cli version OK
13:02:34 + RPM_EC=0
13:02:34 ++ jobs -p
13:02:34 + exit 0
13:02:34 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
13:02:34 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.U0lQ1W
13:02:34 + umask 022
13:02:34 + cd /root/rpmbuild/BUILD
13:02:34 + cd src
13:02:34 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/doc/docker-ce-cli
13:02:34 + export LC_ALL=C
13:02:34 + LC_ALL=C
13:02:34 + export DOCDIR
13:02:34 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/doc/docker-ce-cli
13:02:34 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/doc/docker-ce-cli
13:02:34 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/doc/docker-ce-cli
13:02:34 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/doc/docker-ce-cli
13:02:34 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/doc/docker-ce-cli
13:02:34 + RPM_EC=0
13:02:34 ++ jobs -p
13:02:34 + exit 0
13:02:34 go: downloading github.com/go-logr/stdr v1.2.2
13:02:34 go: downloading github.com/containerd/typeurl v1.0.2
13:02:34 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:02:34 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:02:34 go: downloading github.com/gogo/googleapis v1.4.1
13:02:35 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.fc36 docker-ce-cli(x86-64) = 1:0.0.0~20230206193855.ab4ef4a-0.fc36
13:02:35 Requires(interp): /bin/sh
13:02:35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:02:35 Requires(post): /bin/sh
13:02:35 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:02:35 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:02:35 Recommends: docker-buildx-plugin docker-compose-plugin docker-scan-plugin(x86-64)
13:02:35 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
13:02:35 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.src.rpm
13:02:35 go: downloading github.com/pelletier/go-toml v1.9.5
13:02:35 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:02:35 go: downloading k8s.io/klog/v2 v2.60.1
13:02:35 go: downloading github.com/google/gofuzz v1.2.0
13:02:35 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:02:35 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:02:35 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:02:35 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:02:35 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:02:35 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:02:35 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:02:35 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:02:35 go: downloading github.com/aws/smithy-go v1.11.2
13:02:35 go: downloading github.com/moby/locker v1.0.1
13:02:35 go: downloading github.com/felixge/httpsnoop v1.0.2
13:02:35 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:02:35 go: downloading gopkg.in/inf.v0 v0.9.1
13:02:35 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:02:35 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:02:36 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:02:36 go: downloading github.com/googleapis/gnostic v0.5.5
13:02:36 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:02:36 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:02:36 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:02:36 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:02:36 go: downloading github.com/json-iterator/go v1.1.12
13:02:36 go: downloading github.com/mattn/go-colorable v0.1.12
13:02:36 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:02:36 go: downloading github.com/containerd/ttrpc v1.1.0
13:02:36 go: downloading github.com/modern-go/reflect2 v1.0.2
13:02:36 go: downloading sigs.k8s.io/yaml v1.2.0
13:02:36 go: downloading github.com/moby/spdystream v0.2.0
13:02:36 go: downloading github.com/mattn/go-isatty v0.0.16
13:02:36 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:02:37 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64.rpm
13:02:37 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.7JdyG6
13:02:37 + umask 022
13:02:37 + cd /root/rpmbuild/BUILD
13:02:37 + cd src
13:02:37 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
13:02:37 + RPM_EC=0
13:02:37 ++ jobs -p
13:02:37 + exit 0
13:02:37 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9M0gcF
13:02:37 + umask 022
13:02:37 + cd /root/rpmbuild/BUILD
13:02:37 + cd /root/rpmbuild/BUILD
13:02:37 + rm -rf src
13:02:37 + /usr/bin/mkdir -p src
13:02:37 + cd src
13:02:37 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:02:37 + /usr/bin/tar -xof -
13:02:37 + STATUS=0
13:02:37 + '[' 0 -ne 0 ']'
13:02:37 + /usr/bin/tar -xof -
13:02:37 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:02:38 + STATUS=0
13:02:38 + '[' 0 -ne 0 ']'
13:02:38 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:02:38 + RPM_EC=0
13:02:38 ++ jobs -p
13:02:38 + exit 0
13:02:38 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.cVShGN
13:02:38 + umask 022
13:02:38 + cd /root/rpmbuild/BUILD
13:02:38 + cd src
13:02:38 + export DOCKER_GITCOMMIT=1141704
13:02:38 + DOCKER_GITCOMMIT=1141704
13:02:38 + mkdir -p /go/src/github.com/docker
13:02:38 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:02:38 + TMP_GOPATH=/go
13:02:38 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:02:38 + RM_GOPATH=0
13:02:38 + TMP_GOPATH=/go
13:02:38 + : /usr/local/bin
13:02:38 + '[' -z /go ']'
13:02:38 + export GOPATH=/go
13:02:38 + GOPATH=/go
13:02:38 + case "$(go env GOARCH)" in
13:02:38 ++ go env GOARCH
13:02:38 + export GO_BUILDMODE=-buildmode=pie
13:02:38 + GO_BUILDMODE=-buildmode=pie
13:02:38 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:02:38 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:02:38 + bin=rootlesskit
13:02:38 + shift
13:02:38 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:02:38 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:02:38 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:02:38 + install_rootlesskit dynamic
13:02:38 + case "$1" in
13:02:38 + install_rootlesskit_dynamic
13:02:38 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:02:38 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:02:38 + export BUILD_MODE=-buildmode=pie
13:02:38 + BUILD_MODE=-buildmode=pie
13:02:38 + _install_rootlesskit
13:02:38 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:02:38 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:02:38 + for f in rootlesskit rootlesskit-docker-proxy
13:02:38 + GOBIN=/usr/local/bin
13:02:38 + GO111MODULE=on
13:02:38 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:02:38 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:02:39 go: downloading github.com/urfave/cli/v2 v2.23.5
13:02:39 go: downloading golang.org/x/sys v0.2.0
13:02:39 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:02:39 go: downloading github.com/google/uuid v1.3.0
13:02:39 go: downloading github.com/moby/vpnkit v0.5.0
13:02:39 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:02:39 go: downloading github.com/gofrs/flock v0.8.1
13:02:39 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:02:39 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:02:39 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:02:39 go: downloading golang.org/x/net v0.1.0
13:02:44 #53 214.6 Created binary: /tmp/bundles/binary-daemon/dockerd
13:02:44 #53 214.7 Building static /tmp/bundles/binary-daemon/docker-proxy (linux/amd64)...
13:02:44 #53 215.0 Created binary: /tmp/bundles/binary-daemon/docker-proxy
13:02:44 #53 215.0 
13:02:44 #53 DONE 215.3s
13:02:45 
13:02:45 #61 [all 7/7] COPY --from=build         /build  /
13:02:45 #61 DONE 0.2s
13:02:45 
13:02:45 #62 exporting to client
13:02:45 #62 copying files 19.59MB 0.1s
13:02:46 + for f in rootlesskit rootlesskit-docker-proxy
13:02:46 + GOBIN=/usr/local/bin
13:02:46 + GO111MODULE=on
13:02:46 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:02:46 # Build the compose plugin
13:02:46 cd /go/src/github.com/docker/compose \
13:02:46 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:02:46 make[2]: Entering directory '/root/build-deb/compose'
13:02:46 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:02:46 go: downloading github.com/docker/cli v23.0.0+incompatible
13:02:46 go: downloading github.com/theupdateframework/notary v0.7.0
13:02:46 go: downloading github.com/compose-spec/compose-go v1.9.0
13:02:46 go: downloading github.com/hashicorp/go-version v1.6.0
13:02:46 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:02:46 go: downloading github.com/docker/buildx v0.10.2
13:02:46 go: downloading github.com/mattn/go-shellwords v1.0.12
13:02:46 go: downloading github.com/moby/buildkit v0.11.2
13:02:46 go: downloading go.opentelemetry.io/otel v1.13.0
13:02:46 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:02:46 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:02:46 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:02:46 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:02:46 go: downloading golang.org/x/sync v0.1.0
13:02:46 go: downloading github.com/imdario/mergo v0.3.13
13:02:46 go: downloading github.com/containerd/console v1.0.3
13:02:46 go: downloading github.com/buger/goterm v1.0.4
13:02:46 go: downloading github.com/stretchr/testify v1.8.1
13:02:46 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:02:46 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:02:46 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:02:46 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:02:46 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:02:46 go: downloading google.golang.org/grpc v1.50.1
13:02:46 go: downloading k8s.io/client-go v0.22.4
13:02:46 go: downloading k8s.io/api v0.22.4
13:02:46 go: downloading k8s.io/apimachinery v0.22.4
13:02:46 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:02:46 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:02:46 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:02:46 go: downloading github.com/golang/mock v1.6.0
13:02:46 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:02:46 go: downloading github.com/hashicorp/errwrap v1.1.0
13:02:46 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:02:46 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:02:46 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:02:46 go: downloading golang.org/x/net v0.4.0
13:02:46 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:02:46 go: downloading golang.org/x/term v0.3.0
13:02:46 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:02:46 go: downloading github.com/mattn/go-runewidth v0.0.14
13:02:46 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:02:46 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:02:46 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:02:46 go: downloading github.com/go-logr/stdr v1.2.2
13:02:46 go: downloading github.com/containerd/typeurl v1.0.2
13:02:46 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:02:46 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:02:46 go: downloading github.com/gogo/googleapis v1.4.1
13:02:46 go: downloading github.com/pelletier/go-toml v1.9.5
13:02:46 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:02:46 go: downloading k8s.io/klog/v2 v2.60.1
13:02:46 go: downloading github.com/google/gofuzz v1.2.0
13:02:46 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:02:46 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:02:46 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:02:46 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:02:46 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:02:46 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:02:46 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:02:46 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:02:46 go: downloading github.com/aws/smithy-go v1.11.2
13:02:46 go: downloading github.com/moby/locker v1.0.1
13:02:46 go: downloading github.com/felixge/httpsnoop v1.0.2
13:02:46 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:02:46 go: downloading gopkg.in/inf.v0 v0.9.1
13:02:46 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:02:46 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:02:46 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:02:46 go: downloading github.com/googleapis/gnostic v0.5.5
13:02:46 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:02:46 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:02:46 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:02:46 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:02:46 go: downloading github.com/json-iterator/go v1.1.12
13:02:46 go: downloading github.com/mattn/go-colorable v0.1.12
13:02:46 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:02:46 go: downloading github.com/containerd/ttrpc v1.1.0
13:02:46 go: downloading github.com/modern-go/reflect2 v1.0.2
13:02:46 go: downloading sigs.k8s.io/yaml v1.2.0
13:02:46 go: downloading github.com/moby/spdystream v0.2.0
13:02:46 go: downloading github.com/mattn/go-isatty v0.0.16
13:02:46 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:02:46 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:02:46 ++ pwd
13:02:46 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:02:46 Project root: .
13:02:46 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:02:46 INFO: man/src/attach.md found
13:02:46 WARN: man/src/build.md does not exist, skipping
13:02:46 WARN: man/src/builder/build.md does not exist, skipping
13:02:46 WARN: man/src/builder/prune.md does not exist, skipping
13:02:46 WARN: man/src/builder.md does not exist, skipping
13:02:46 WARN: man/src/checkpoint/create.md does not exist, skipping
13:02:46 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:02:46 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:02:46 WARN: man/src/checkpoint.md does not exist, skipping
13:02:46 INFO: man/src/commit.md found
13:02:46 WARN: man/src/config/create.md does not exist, skipping
13:02:46 WARN: man/src/config/inspect.md does not exist, skipping
13:02:46 WARN: man/src/config/ls.md does not exist, skipping
13:02:46 WARN: man/src/config/rm.md does not exist, skipping
13:02:46 WARN: man/src/config.md does not exist, skipping
13:02:46 INFO: man/src/container/attach.md found
13:02:46 INFO: man/src/container/commit.md found
13:02:46 INFO: man/src/container/cp.md found
13:02:46 INFO: man/src/container/create.md found
13:02:46 INFO: man/src/container/diff.md found
13:02:46 INFO: man/src/container/exec.md found
13:02:46 INFO: man/src/container/export.md found
13:02:46 WARN: man/src/container/inspect.md does not exist, skipping
13:02:46 INFO: man/src/container/kill.md found
13:02:46 INFO: man/src/container/logs.md found
13:02:46 INFO: man/src/container/ls.md found
13:02:46 INFO: man/src/container/pause.md found
13:02:46 INFO: man/src/container/port.md found
13:02:46 WARN: man/src/container/prune.md does not exist, skipping
13:02:46 INFO: man/src/container/rename.md found
13:02:46 INFO: man/src/container/restart.md found
13:02:46 INFO: man/src/container/rm.md found
13:02:46 INFO: man/src/container/run.md found
13:02:46 INFO: man/src/container/start.md found
13:02:46 INFO: man/src/container/stats.md found
13:02:46 INFO: man/src/container/stop.md found
13:02:46 INFO: man/src/container/top.md found
13:02:46 INFO: man/src/container/unpause.md found
13:02:46 INFO: man/src/container/update.md found
13:02:46 INFO: man/src/container/wait.md found
13:02:46 WARN: man/src/container.md does not exist, skipping
13:02:46 WARN: man/src/context/create.md does not exist, skipping
13:02:46 WARN: man/src/context/export.md does not exist, skipping
13:02:46 WARN: man/src/context/import.md does not exist, skipping
13:02:46 WARN: man/src/context/inspect.md does not exist, skipping
13:02:46 WARN: man/src/context/ls.md does not exist, skipping
13:02:46 WARN: man/src/context/rm.md does not exist, skipping
13:02:46 WARN: man/src/context/show.md does not exist, skipping
13:02:46 WARN: man/src/context/update.md does not exist, skipping
13:02:46 WARN: man/src/context/use.md does not exist, skipping
13:02:46 WARN: man/src/context.md does not exist, skipping
13:02:46 INFO: man/src/cp.md found
13:02:46 INFO: man/src/create.md found
13:02:46 INFO: man/src/diff.md found
13:02:46 INFO: man/src/events.md found
13:02:46 INFO: man/src/exec.md found
13:02:46 INFO: man/src/export.md found
13:02:46 INFO: man/src/history.md found
13:02:46 INFO: man/src/image/build.md found
13:02:46 INFO: man/src/image/history.md found
13:02:46 INFO: man/src/image/import.md found
13:02:46 WARN: man/src/image/inspect.md does not exist, skipping
13:02:46 INFO: man/src/image/load.md found
13:02:46 INFO: man/src/image/ls.md found
13:02:46 WARN: man/src/image/prune.md does not exist, skipping
13:02:46 INFO: man/src/image/pull.md found
13:02:46 INFO: man/src/image/push.md found
13:02:46 INFO: man/src/image/rm.md found
13:02:46 INFO: man/src/image/save.md found
13:02:46 INFO: man/src/image/tag.md found
13:02:46 WARN: man/src/image.md does not exist, skipping
13:02:46 INFO: man/src/images.md found
13:02:46 INFO: man/src/import.md found
13:02:46 INFO: man/src/info.md found
13:02:46 INFO: man/src/inspect.md found
13:02:46 INFO: man/src/kill.md found
13:02:46 INFO: man/src/load.md found
13:02:46 INFO: man/src/login.md found
13:02:46 INFO: man/src/logout.md found
13:02:46 INFO: man/src/logs.md found
13:02:46 WARN: man/src/manifest/annotate.md does not exist, skipping
13:02:46 WARN: man/src/manifest/create.md does not exist, skipping
13:02:46 WARN: man/src/manifest/inspect.md does not exist, skipping
13:02:46 WARN: man/src/manifest/push.md does not exist, skipping
13:02:46 WARN: man/src/manifest/rm.md does not exist, skipping
13:02:46 WARN: man/src/manifest.md does not exist, skipping
13:02:46 INFO: man/src/network/connect.md found
13:02:46 INFO: man/src/network/create.md found
13:02:46 INFO: man/src/network/disconnect.md found
13:02:46 INFO: man/src/network/inspect.md found
13:02:46 INFO: man/src/network/ls.md found
13:02:46 WARN: man/src/network/prune.md does not exist, skipping
13:02:46 INFO: man/src/network/rm.md found
13:02:46 WARN: man/src/network.md does not exist, skipping
13:02:46 WARN: man/src/node/demote.md does not exist, skipping
13:02:46 WARN: man/src/node/inspect.md does not exist, skipping
13:02:46 WARN: man/src/node/ls.md does not exist, skipping
13:02:46 WARN: man/src/node/promote.md does not exist, skipping
13:02:46 WARN: man/src/node/ps.md does not exist, skipping
13:02:46 WARN: man/src/node/rm.md does not exist, skipping
13:02:46 WARN: man/src/node/update.md does not exist, skipping
13:02:46 WARN: man/src/node.md does not exist, skipping
13:02:46 INFO: man/src/pause.md found
13:02:46 WARN: man/src/plugin/create.md does not exist, skipping
13:02:46 WARN: man/src/plugin/disable.md does not exist, skipping
13:02:46 WARN: man/src/plugin/enable.md does not exist, skipping
13:02:46 WARN: man/src/plugin/inspect.md does not exist, skipping
13:02:46 WARN: man/src/plugin/install.md does not exist, skipping
13:02:46 INFO: man/src/plugin/ls.md found
13:02:46 WARN: man/src/plugin/push.md does not exist, skipping
13:02:46 WARN: man/src/plugin/rm.md does not exist, skipping
13:02:46 WARN: man/src/plugin/set.md does not exist, skipping
13:02:46 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:02:46 WARN: man/src/plugin.md does not exist, skipping
13:02:46 INFO: man/src/port.md found
13:02:46 INFO: man/src/ps.md found
13:02:46 INFO: man/src/pull.md found
13:02:46 INFO: man/src/push.md found
13:02:46 INFO: man/src/rename.md found
13:02:46 INFO: man/src/restart.md found
13:02:46 INFO: man/src/rm.md found
13:02:46 INFO: man/src/rmi.md found
13:02:46 WARN: man/src/run.md does not exist, skipping
13:02:46 INFO: man/src/save.md found
13:02:46 INFO: man/src/search.md found
13:02:46 WARN: man/src/secret/create.md does not exist, skipping
13:02:46 WARN: man/src/secret/inspect.md does not exist, skipping
13:02:46 WARN: man/src/secret/ls.md does not exist, skipping
13:02:46 WARN: man/src/secret/rm.md does not exist, skipping
13:02:46 WARN: man/src/secret.md does not exist, skipping
13:02:46 WARN: man/src/service/create.md does not exist, skipping
13:02:46 WARN: man/src/service/inspect.md does not exist, skipping
13:02:46 WARN: man/src/service/logs.md does not exist, skipping
13:02:46 WARN: man/src/service/ls.md does not exist, skipping
13:02:46 WARN: man/src/service/ps.md does not exist, skipping
13:02:46 WARN: man/src/service/rm.md does not exist, skipping
13:02:46 WARN: man/src/service/rollback.md does not exist, skipping
13:02:46 WARN: man/src/service/scale.md does not exist, skipping
13:02:46 WARN: man/src/service/update.md does not exist, skipping
13:02:46 WARN: man/src/service.md does not exist, skipping
13:02:46 WARN: man/src/stack/config.md does not exist, skipping
13:02:46 WARN: man/src/stack/deploy.md does not exist, skipping
13:02:46 WARN: man/src/stack/ls.md does not exist, skipping
13:02:46 WARN: man/src/stack/ps.md does not exist, skipping
13:02:46 WARN: man/src/stack/rm.md does not exist, skipping
13:02:46 WARN: man/src/stack/services.md does not exist, skipping
13:02:46 WARN: man/src/stack.md does not exist, skipping
13:02:46 INFO: man/src/start.md found
13:02:46 INFO: man/src/stats.md found
13:02:46 INFO: man/src/stop.md found
13:02:46 WARN: man/src/swarm/ca.md does not exist, skipping
13:02:46 WARN: man/src/swarm/init.md does not exist, skipping
13:02:46 WARN: man/src/swarm/join.md does not exist, skipping
13:02:46 WARN: man/src/swarm/join-token.md does not exist, skipping
13:02:46 WARN: man/src/swarm/leave.md does not exist, skipping
13:02:46 WARN: man/src/swarm/unlock.md does not exist, skipping
13:02:46 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:02:46 WARN: man/src/swarm/update.md does not exist, skipping
13:02:46 WARN: man/src/swarm.md does not exist, skipping
13:02:46 WARN: man/src/system/df.md does not exist, skipping
13:02:46 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:02:46 INFO: man/src/system/events.md found
13:02:46 INFO: man/src/system/info.md found
13:02:46 WARN: man/src/system/prune.md does not exist, skipping
13:02:46 WARN: man/src/system.md does not exist, skipping
13:02:46 INFO: man/src/tag.md found
13:02:46 INFO: man/src/top.md found
13:02:46 WARN: man/src/trust/inspect.md does not exist, skipping
13:02:46 WARN: man/src/trust/key/generate.md does not exist, skipping
13:02:46 WARN: man/src/trust/key/load.md does not exist, skipping
13:02:46 WARN: man/src/trust/key.md does not exist, skipping
13:02:46 WARN: man/src/trust/revoke.md does not exist, skipping
13:02:46 WARN: man/src/trust/sign.md does not exist, skipping
13:02:46 WARN: man/src/trust/signer/add.md does not exist, skipping
13:02:46 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:02:46 WARN: man/src/trust/signer.md does not exist, skipping
13:02:46 WARN: man/src/trust.md does not exist, skipping
13:02:46 INFO: man/src/unpause.md found
13:02:46 INFO: man/src/update.md found
13:02:46 INFO: man/src/version.md found
13:02:46 INFO: man/src/volume/create.md found
13:02:46 INFO: man/src/volume/inspect.md found
13:02:46 INFO: man/src/volume/ls.md found
13:02:46 WARN: man/src/volume/prune.md does not exist, skipping
13:02:46 WARN: man/src/volume/rm.md does not exist, skipping
13:02:46 WARN: man/src/volume/update.md does not exist, skipping
13:02:46 INFO: man/src/volume.md found
13:02:46 INFO: man/src/wait.md found
13:02:46 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:02:46 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:02:46 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:02:46 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:02:46 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:02:46 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:02:46 make[2]: Leaving directory '/root/build-deb/cli'
13:02:46 # Build buildx plugin
13:02:46 cd /go/src/github.com/docker/buildx \
13:02:46 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:02:46 && GO111MODULE=on \
13:02:46 	CGO_ENABLED=0 \
13:02:46 		go build \
13:02:46 			-mod=vendor \
13:02:46 			-trimpath \
13:02:46 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:02:46 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:02:46 			./cmd/buildx
13:02:46 #62 copying files 201.64MB 1.1s done
13:02:47 #62 DONE 1.4s
13:02:47 cd /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx && docker buildx bake --set binaries.platform= binaries && mv ./bin/build/buildx ./bin/docker-buildx
13:02:47 + return
13:02:47 + RPM_EC=0
13:02:47 ++ jobs -p
13:02:47 + exit 0
13:02:47 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LYQkS1
13:02:47 + umask 022
13:02:47 + cd /root/rpmbuild/BUILD
13:02:47 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64 '!=' / ']'
13:02:47 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
13:02:47 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
13:02:47 + mkdir -p /root/rpmbuild/BUILDROOT
13:02:47 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
13:02:47 + cd src
13:02:47 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/dockerd-rootless.sh
13:02:47 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/dockerd-rootless-setuptool.sh
13:02:47 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/rootlesskit
13:02:47 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/rootlesskit-docker-proxy
13:02:47 + /usr/lib/rpm/check-buildroot
13:02:47 + /usr/lib/rpm/redhat/brp-ldconfig
13:02:47 + /usr/lib/rpm/brp-compress
13:02:47 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:02:47 #1 [internal] load build definition from Dockerfile
13:02:47 #1 transferring dockerfile: 2.93kB done
13:02:47 #1 DONE 0.0s
13:02:47 
13:02:47 #2 [internal] load .dockerignore
13:02:47 #2 transferring context: 45B done
13:02:47 #2 DONE 0.0s
13:02:47 
13:02:47 #3 [auth] docker/dockerfile-upstream:pull token for registry-1.docker.io
13:02:47 #3 DONE 0.0s
13:02:47 
13:02:47 #4 resolve image config for docker.io/docker/dockerfile-upstream:1.5.0
13:02:47 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.rpm
13:02:47 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Nrahss
13:02:47 + umask 022
13:02:47 + cd /root/rpmbuild/BUILD
13:02:47 + cd src
13:02:47 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
13:02:47 + RPM_EC=0
13:02:47 ++ jobs -p
13:02:47 + exit 0
13:02:47 
13:02:47 RPM build warnings:
13:02:47     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:02:47     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:02:47     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:02:47     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker-proxy
13:02:47 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5Cuf7V
13:02:47 + umask 022
13:02:47 + cd /root/rpmbuild/BUILD
13:02:47 + cd /root/rpmbuild/BUILD
13:02:47 + rm -rf src
13:02:47 + /usr/bin/mkdir -p src
13:02:47 + cd src
13:02:47 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:02:47 + /usr/bin/tar -xof -
13:02:47 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:02:47 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:02:47 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:02:47 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:02:47 + /usr/lib/rpm/brp-python-hardlink
13:02:47 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:02:47 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
13:02:47 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
13:02:47 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.mV3772
13:02:47 + umask 022
13:02:47 + cd /root/rpmbuild/BUILD
13:02:47 + cd src
13:02:47 + /usr/local/bin/rootlesskit -v
13:02:47 rootlesskit version 1.1.0
13:02:47 + RPM_EC=0
13:02:47 ++ jobs -p
13:02:47 + exit 0
13:02:47 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
13:02:47 #4 DONE 0.3s
13:02:47 
13:02:47 #5 docker-image://docker.io/docker/dockerfile-upstream:1.5.0@sha256:bda6ac9f61f2b676331acfd656a07bcd55b369143ab7db66bdf93b619da3e183
13:02:47 #5 resolve docker.io/docker/dockerfile-upstream:1.5.0@sha256:bda6ac9f61f2b676331acfd656a07bcd55b369143ab7db66bdf93b619da3e183 done
13:02:47 #5 sha256:1b0e275a81254e28dc213e87da47e8d66e5698031d80c37ecceeabeb3d181c81 2.91kB / 2.91kB done
13:02:47 #5 sha256:cbc4e9699e5b617a1c70b3e1b9869f118355e60383ab6829cc01a44a69223013 0B / 11.55MB 0.1s
13:02:47 #5 sha256:bda6ac9f61f2b676331acfd656a07bcd55b369143ab7db66bdf93b619da3e183 7.65kB / 7.65kB done
13:02:47 #5 sha256:968d17d4feac9e2281201ed122b929b21359884f7675605b8000d20385e28108 482B / 482B done
13:02:47 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.el9 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20230206193855.ab4ef4a-0.el9
13:02:47 Requires(interp): /bin/sh /bin/sh /bin/sh
13:02:47 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:02:47 Requires(post): /bin/sh
13:02:47 Requires(preun): /bin/sh
13:02:47 Requires(postun): /bin/sh
13:02:47 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:02:47 Conflicts: rootlesskit
13:02:47 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
13:02:48 #5 sha256:cbc4e9699e5b617a1c70b3e1b9869f118355e60383ab6829cc01a44a69223013 11.55MB / 11.55MB 0.3s
13:02:48 #5 extracting sha256:cbc4e9699e5b617a1c70b3e1b9869f118355e60383ab6829cc01a44a69223013
13:02:48 #5 sha256:cbc4e9699e5b617a1c70b3e1b9869f118355e60383ab6829cc01a44a69223013 11.55MB / 11.55MB 0.3s done
13:02:48 + STATUS=0
13:02:48 + '[' 0 -ne 0 ']'
13:02:48 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:02:48 + /usr/bin/tar -xof -
13:02:48 #5 extracting sha256:cbc4e9699e5b617a1c70b3e1b9869f118355e60383ab6829cc01a44a69223013 0.3s done
13:02:48 #5 DONE 0.6s
13:02:48 
13:02:48 #6 [auth] tonistiigi/xx:pull token for registry-1.docker.io
13:02:48 #6 DONE 0.0s
13:02:48 
13:02:48 #7 [auth] library/golang:pull token for registry-1.docker.io
13:02:48 #7 DONE 0.0s
13:02:48 
13:02:48 #8 [internal] load metadata for docker.io/library/golang:1.19.5-alpine
13:02:48 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.src.rpm
13:02:48 + STATUS=0
13:02:48 + '[' 0 -ne 0 ']'
13:02:48 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:02:48 + RPM_EC=0
13:02:48 ++ jobs -p
13:02:48 + exit 0
13:02:48 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JOOHr9
13:02:48 + umask 022
13:02:48 + cd /root/rpmbuild/BUILD
13:02:48 + 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:02:48 + export CFLAGS
13:02:48 + 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:02:48 + export CXXFLAGS
13:02:48 + 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:02:48 + export FFLAGS
13:02:48 + 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:02:48 + export FCFLAGS
13:02:48 + 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~20230206193855.ab4ef4a-0.fc36.x86_64.ld'
13:02:48 #8 DONE 0.3s
13:02:48 
13:02:48 #9 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
13:02:48 #9 DONE 0.2s
13:02:48 
13:02:48 #10 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
13:02:48 #10 CACHED
13:02:48 
13:02:48 #11 [golatest 1/1] FROM docker.io/library/golang:1.19.5-alpine@sha256:2381c1e5f8350a901597d633b2e517775eeac7a6682be39225a93b22cfd0f8bb
13:02:48 #11 resolve docker.io/library/golang:1.19.5-alpine@sha256:2381c1e5f8350a901597d633b2e517775eeac7a6682be39225a93b22cfd0f8bb done
13:02:48 # Build the compose plugin
13:02:48 cd /go/src/github.com/docker/compose \
13:02:48 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:02:48 make[2]: Entering directory '/root/build-deb/compose'
13:02:48 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:02:48 go: downloading github.com/docker/cli v23.0.0+incompatible
13:02:48 go: downloading github.com/theupdateframework/notary v0.7.0
13:02:48 go: downloading github.com/compose-spec/compose-go v1.9.0
13:02:48 go: downloading github.com/hashicorp/go-version v1.6.0
13:02:48 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:02:48 go: downloading github.com/docker/buildx v0.10.2
13:02:48 go: downloading github.com/mattn/go-shellwords v1.0.12
13:02:48 go: downloading github.com/moby/buildkit v0.11.2
13:02:48 go: downloading go.opentelemetry.io/otel v1.13.0
13:02:48 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:02:48 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:02:48 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:02:48 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:02:48 go: downloading golang.org/x/sync v0.1.0
13:02:48 go: downloading github.com/imdario/mergo v0.3.13
13:02:48 go: downloading github.com/containerd/console v1.0.3
13:02:48 go: downloading github.com/buger/goterm v1.0.4
13:02:48 go: downloading github.com/stretchr/testify v1.8.1
13:02:48 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:02:48 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:02:48 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:02:48 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:02:48 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:02:48 go: downloading golang.org/x/net v0.4.0
13:02:48 go: downloading golang.org/x/term v0.3.0
13:02:48 go: downloading google.golang.org/grpc v1.50.1
13:02:48 go: downloading k8s.io/client-go v0.22.4
13:02:48 go: downloading k8s.io/api v0.22.4
13:02:48 go: downloading k8s.io/apimachinery v0.22.4
13:02:48 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:02:48 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:02:48 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:02:48 go: downloading github.com/golang/mock v1.6.0
13:02:48 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:02:48 go: downloading github.com/hashicorp/errwrap v1.1.0
13:02:48 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:02:48 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:02:48 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:02:48 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:02:48 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:02:48 go: downloading github.com/mattn/go-runewidth v0.0.14
13:02:48 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:02:48 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:02:48 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:02:48 go: downloading github.com/go-logr/stdr v1.2.2
13:02:48 go: downloading github.com/containerd/typeurl v1.0.2
13:02:48 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:02:48 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:02:48 go: downloading github.com/gogo/googleapis v1.4.1
13:02:48 go: downloading github.com/pelletier/go-toml v1.9.5
13:02:48 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:02:48 go: downloading k8s.io/klog/v2 v2.60.1
13:02:48 go: downloading github.com/google/gofuzz v1.2.0
13:02:48 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:02:48 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:02:48 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:02:48 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:02:48 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:02:48 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:02:48 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:02:48 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:02:48 go: downloading github.com/aws/smithy-go v1.11.2
13:02:48 go: downloading github.com/moby/locker v1.0.1
13:02:48 go: downloading github.com/felixge/httpsnoop v1.0.2
13:02:48 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:02:48 go: downloading gopkg.in/inf.v0 v0.9.1
13:02:48 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:02:48 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:02:48 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:02:48 go: downloading github.com/googleapis/gnostic v0.5.5
13:02:48 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:02:48 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:02:48 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:02:48 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:02:48 go: downloading github.com/json-iterator/go v1.1.12
13:02:48 go: downloading github.com/mattn/go-colorable v0.1.12
13:02:48 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:02:48 go: downloading github.com/containerd/ttrpc v1.1.0
13:02:48 go: downloading github.com/modern-go/reflect2 v1.0.2
13:02:48 go: downloading sigs.k8s.io/yaml v1.2.0
13:02:48 go: downloading github.com/moby/spdystream v0.2.0
13:02:48 go: downloading github.com/mattn/go-isatty v0.0.16
13:02:48 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:02:49 + export LDFLAGS
13:02:49 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:02:49 + export LT_SYS_LIBRARY_PATH
13:02:49 + CC=gcc
13:02:49 + export CC
13:02:49 + CXX=g++
13:02:49 + export CXX
13:02:49 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:02:49 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0~20230206193855.ab4ef4a-0.fc36 x86_64
13:02:49 + cd src
13:02:49 + export DOCKER_GITCOMMIT=1141704
13:02:49 + DOCKER_GITCOMMIT=1141704
13:02:49 + mkdir -p /go/src/github.com/docker
13:02:49 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:02:49 + TMP_GOPATH=/go
13:02:49 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:02:49 + RM_GOPATH=0
13:02:49 + TMP_GOPATH=/go
13:02:49 + : /usr/local/bin
13:02:49 + '[' -z /go ']'
13:02:49 + export GOPATH=/go
13:02:49 + GOPATH=/go
13:02:49 + case "$(go env GOARCH)" in
13:02:49 ++ go env GOARCH
13:02:49 + export GO_BUILDMODE=-buildmode=pie
13:02:49 + GO_BUILDMODE=-buildmode=pie
13:02:49 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:02:49 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:02:49 + bin=rootlesskit
13:02:49 + shift
13:02:49 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:02:49 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:02:49 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:02:49 + install_rootlesskit dynamic
13:02:49 + case "$1" in
13:02:49 + install_rootlesskit_dynamic
13:02:49 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:02:49 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:02:49 + export BUILD_MODE=-buildmode=pie
13:02:49 + BUILD_MODE=-buildmode=pie
13:02:49 + _install_rootlesskit
13:02:49 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:02:49 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:02:49 + for f in rootlesskit rootlesskit-docker-proxy
13:02:49 + GOBIN=/usr/local/bin
13:02:49 + GO111MODULE=on
13:02:49 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:02:49 #11 sha256:4f26d270037d8578282b40f86c0a1816fc5d034d6213f7dcab8440056a589309 0B / 155B 0.1s
13:02:49 #11 sha256:2381c1e5f8350a901597d633b2e517775eeac7a6682be39225a93b22cfd0f8bb 1.65kB / 1.65kB done
13:02:49 #11 sha256:3183b343d01a6e8c9bee7b7c4eb7208518e68dc0cdac8623e1575820342472ed 1.16kB / 1.16kB done
13:02:49 #11 sha256:feb4bbda921c3f51bc84ae6f12414c53189d33e193e37d930b4a44076b7fb348 5.11kB / 5.11kB done
13:02:49 #11 sha256:8921db27df2831fa6eaa85321205a2470c669b855f3ec95d5a3c2b46de0442c9 3.37MB / 3.37MB 0.1s done
13:02:49 #11 sha256:a2f8637abd914a8a62416e027a351293d0472bc4b4f44383c6f425fd0e03861c 284.81kB / 284.81kB 0.1s done
13:02:49 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 2.10MB / 122.33MB 0.1s
13:02:49 #11 extracting sha256:8921db27df2831fa6eaa85321205a2470c669b855f3ec95d5a3c2b46de0442c9
13:02:49 #11 sha256:4f26d270037d8578282b40f86c0a1816fc5d034d6213f7dcab8440056a589309 155B / 155B 0.1s done
13:02:49 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 10.49MB / 122.33MB 0.2s
13:02:49 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 16.78MB / 122.33MB 0.3s
13:02:49 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:02:49 ++ pwd
13:02:49 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:02:49 Project root: .
13:02:49 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:02:49 INFO: man/src/attach.md found
13:02:49 WARN: man/src/build.md does not exist, skipping
13:02:49 WARN: man/src/builder/build.md does not exist, skipping
13:02:49 WARN: man/src/builder/prune.md does not exist, skipping
13:02:49 WARN: man/src/builder.md does not exist, skipping
13:02:49 WARN: man/src/checkpoint/create.md does not exist, skipping
13:02:49 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:02:49 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:02:49 WARN: man/src/checkpoint.md does not exist, skipping
13:02:49 INFO: man/src/commit.md found
13:02:49 WARN: man/src/config/create.md does not exist, skipping
13:02:49 WARN: man/src/config/inspect.md does not exist, skipping
13:02:49 WARN: man/src/config/ls.md does not exist, skipping
13:02:49 WARN: man/src/config/rm.md does not exist, skipping
13:02:49 WARN: man/src/config.md does not exist, skipping
13:02:49 INFO: man/src/container/attach.md found
13:02:49 INFO: man/src/container/commit.md found
13:02:49 INFO: man/src/container/cp.md found
13:02:49 INFO: man/src/container/create.md found
13:02:49 INFO: man/src/container/diff.md found
13:02:49 INFO: man/src/container/exec.md found
13:02:49 INFO: man/src/container/export.md found
13:02:49 WARN: man/src/container/inspect.md does not exist, skipping
13:02:49 INFO: man/src/container/kill.md found
13:02:49 INFO: man/src/container/logs.md found
13:02:49 INFO: man/src/container/ls.md found
13:02:49 INFO: man/src/container/pause.md found
13:02:49 INFO: man/src/container/port.md found
13:02:49 WARN: man/src/container/prune.md does not exist, skipping
13:02:49 INFO: man/src/container/rename.md found
13:02:49 INFO: man/src/container/restart.md found
13:02:49 INFO: man/src/container/rm.md found
13:02:49 INFO: man/src/container/run.md found
13:02:49 INFO: man/src/container/start.md found
13:02:49 INFO: man/src/container/stats.md found
13:02:49 INFO: man/src/container/stop.md found
13:02:49 INFO: man/src/container/top.md found
13:02:49 INFO: man/src/container/unpause.md found
13:02:49 INFO: man/src/container/update.md found
13:02:49 INFO: man/src/container/wait.md found
13:02:49 WARN: man/src/container.md does not exist, skipping
13:02:49 WARN: man/src/context/create.md does not exist, skipping
13:02:49 WARN: man/src/context/export.md does not exist, skipping
13:02:49 WARN: man/src/context/import.md does not exist, skipping
13:02:49 WARN: man/src/context/inspect.md does not exist, skipping
13:02:49 WARN: man/src/context/ls.md does not exist, skipping
13:02:49 WARN: man/src/context/rm.md does not exist, skipping
13:02:49 WARN: man/src/context/show.md does not exist, skipping
13:02:49 WARN: man/src/context/update.md does not exist, skipping
13:02:49 WARN: man/src/context/use.md does not exist, skipping
13:02:49 WARN: man/src/context.md does not exist, skipping
13:02:49 INFO: man/src/cp.md found
13:02:49 INFO: man/src/create.md found
13:02:49 INFO: man/src/diff.md found
13:02:49 INFO: man/src/events.md found
13:02:49 INFO: man/src/exec.md found
13:02:49 INFO: man/src/export.md found
13:02:49 INFO: man/src/history.md found
13:02:49 INFO: man/src/image/build.md found
13:02:49 INFO: man/src/image/history.md found
13:02:49 INFO: man/src/image/import.md found
13:02:49 WARN: man/src/image/inspect.md does not exist, skipping
13:02:49 INFO: man/src/image/load.md found
13:02:49 INFO: man/src/image/ls.md found
13:02:49 WARN: man/src/image/prune.md does not exist, skipping
13:02:49 INFO: man/src/image/pull.md found
13:02:49 INFO: man/src/image/push.md found
13:02:49 INFO: man/src/image/rm.md found
13:02:49 INFO: man/src/image/save.md found
13:02:49 INFO: man/src/image/tag.md found
13:02:49 WARN: man/src/image.md does not exist, skipping
13:02:49 INFO: man/src/images.md found
13:02:49 INFO: man/src/import.md found
13:02:49 INFO: man/src/info.md found
13:02:49 INFO: man/src/inspect.md found
13:02:49 INFO: man/src/kill.md found
13:02:49 INFO: man/src/load.md found
13:02:49 INFO: man/src/login.md found
13:02:49 INFO: man/src/logout.md found
13:02:49 INFO: man/src/logs.md found
13:02:49 WARN: man/src/manifest/annotate.md does not exist, skipping
13:02:49 WARN: man/src/manifest/create.md does not exist, skipping
13:02:49 WARN: man/src/manifest/inspect.md does not exist, skipping
13:02:49 WARN: man/src/manifest/push.md does not exist, skipping
13:02:49 WARN: man/src/manifest/rm.md does not exist, skipping
13:02:49 WARN: man/src/manifest.md does not exist, skipping
13:02:49 INFO: man/src/network/connect.md found
13:02:49 INFO: man/src/network/create.md found
13:02:49 INFO: man/src/network/disconnect.md found
13:02:49 INFO: man/src/network/inspect.md found
13:02:49 INFO: man/src/network/ls.md found
13:02:49 WARN: man/src/network/prune.md does not exist, skipping
13:02:49 INFO: man/src/network/rm.md found
13:02:49 WARN: man/src/network.md does not exist, skipping
13:02:49 WARN: man/src/node/demote.md does not exist, skipping
13:02:49 WARN: man/src/node/inspect.md does not exist, skipping
13:02:49 WARN: man/src/node/ls.md does not exist, skipping
13:02:49 WARN: man/src/node/promote.md does not exist, skipping
13:02:49 WARN: man/src/node/ps.md does not exist, skipping
13:02:49 WARN: man/src/node/rm.md does not exist, skipping
13:02:49 WARN: man/src/node/update.md does not exist, skipping
13:02:49 WARN: man/src/node.md does not exist, skipping
13:02:49 INFO: man/src/pause.md found
13:02:49 WARN: man/src/plugin/create.md does not exist, skipping
13:02:49 WARN: man/src/plugin/disable.md does not exist, skipping
13:02:49 WARN: man/src/plugin/enable.md does not exist, skipping
13:02:49 WARN: man/src/plugin/inspect.md does not exist, skipping
13:02:49 WARN: man/src/plugin/install.md does not exist, skipping
13:02:49 INFO: man/src/plugin/ls.md found
13:02:49 WARN: man/src/plugin/push.md does not exist, skipping
13:02:49 WARN: man/src/plugin/rm.md does not exist, skipping
13:02:49 WARN: man/src/plugin/set.md does not exist, skipping
13:02:49 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:02:49 WARN: man/src/plugin.md does not exist, skipping
13:02:49 INFO: man/src/port.md found
13:02:49 INFO: man/src/ps.md found
13:02:49 INFO: man/src/pull.md found
13:02:49 INFO: man/src/push.md found
13:02:49 INFO: man/src/rename.md found
13:02:49 INFO: man/src/restart.md found
13:02:49 INFO: man/src/rm.md found
13:02:49 INFO: man/src/rmi.md found
13:02:49 WARN: man/src/run.md does not exist, skipping
13:02:49 INFO: man/src/save.md found
13:02:49 INFO: man/src/search.md found
13:02:49 WARN: man/src/secret/create.md does not exist, skipping
13:02:49 WARN: man/src/secret/inspect.md does not exist, skipping
13:02:49 WARN: man/src/secret/ls.md does not exist, skipping
13:02:49 WARN: man/src/secret/rm.md does not exist, skipping
13:02:49 WARN: man/src/secret.md does not exist, skipping
13:02:49 WARN: man/src/service/create.md does not exist, skipping
13:02:49 WARN: man/src/service/inspect.md does not exist, skipping
13:02:49 WARN: man/src/service/logs.md does not exist, skipping
13:02:49 WARN: man/src/service/ls.md does not exist, skipping
13:02:49 WARN: man/src/service/ps.md does not exist, skipping
13:02:49 WARN: man/src/service/rm.md does not exist, skipping
13:02:49 WARN: man/src/service/rollback.md does not exist, skipping
13:02:49 WARN: man/src/service/scale.md does not exist, skipping
13:02:49 WARN: man/src/service/update.md does not exist, skipping
13:02:49 WARN: man/src/service.md does not exist, skipping
13:02:49 WARN: man/src/stack/config.md does not exist, skipping
13:02:49 WARN: man/src/stack/deploy.md does not exist, skipping
13:02:49 WARN: man/src/stack/ls.md does not exist, skipping
13:02:49 WARN: man/src/stack/ps.md does not exist, skipping
13:02:49 WARN: man/src/stack/rm.md does not exist, skipping
13:02:49 WARN: man/src/stack/services.md does not exist, skipping
13:02:49 WARN: man/src/stack.md does not exist, skipping
13:02:49 INFO: man/src/start.md found
13:02:49 INFO: man/src/stats.md found
13:02:49 INFO: man/src/stop.md found
13:02:49 WARN: man/src/swarm/ca.md does not exist, skipping
13:02:49 WARN: man/src/swarm/init.md does not exist, skipping
13:02:49 WARN: man/src/swarm/join.md does not exist, skipping
13:02:49 WARN: man/src/swarm/join-token.md does not exist, skipping
13:02:49 WARN: man/src/swarm/leave.md does not exist, skipping
13:02:49 WARN: man/src/swarm/unlock.md does not exist, skipping
13:02:49 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:02:49 WARN: man/src/swarm/update.md does not exist, skipping
13:02:49 WARN: man/src/swarm.md does not exist, skipping
13:02:49 WARN: man/src/system/df.md does not exist, skipping
13:02:49 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:02:49 INFO: man/src/system/events.md found
13:02:49 INFO: man/src/system/info.md found
13:02:49 WARN: man/src/system/prune.md does not exist, skipping
13:02:49 WARN: man/src/system.md does not exist, skipping
13:02:49 INFO: man/src/tag.md found
13:02:49 INFO: man/src/top.md found
13:02:49 WARN: man/src/trust/inspect.md does not exist, skipping
13:02:49 WARN: man/src/trust/key/generate.md does not exist, skipping
13:02:49 WARN: man/src/trust/key/load.md does not exist, skipping
13:02:49 WARN: man/src/trust/key.md does not exist, skipping
13:02:49 WARN: man/src/trust/revoke.md does not exist, skipping
13:02:49 WARN: man/src/trust/sign.md does not exist, skipping
13:02:49 WARN: man/src/trust/signer/add.md does not exist, skipping
13:02:49 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:02:49 WARN: man/src/trust/signer.md does not exist, skipping
13:02:49 WARN: man/src/trust.md does not exist, skipping
13:02:49 INFO: man/src/unpause.md found
13:02:49 INFO: man/src/update.md found
13:02:49 INFO: man/src/version.md found
13:02:49 INFO: man/src/volume/create.md found
13:02:49 INFO: man/src/volume/inspect.md found
13:02:49 INFO: man/src/volume/ls.md found
13:02:49 WARN: man/src/volume/prune.md does not exist, skipping
13:02:49 WARN: man/src/volume/rm.md does not exist, skipping
13:02:49 WARN: man/src/volume/update.md does not exist, skipping
13:02:49 INFO: man/src/volume.md found
13:02:49 INFO: man/src/wait.md found
13:02:49 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:02:49 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:02:49 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:02:49 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:02:49 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:02:49 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:02:49 make[2]: Leaving directory '/root/build-deb/cli'
13:02:49 # Build buildx plugin
13:02:49 cd /go/src/github.com/docker/buildx \
13:02:49 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:02:49 && GO111MODULE=on \
13:02:49 	CGO_ENABLED=0 \
13:02:49 		go build \
13:02:49 			-mod=vendor \
13:02:49 			-trimpath \
13:02:49 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:02:49 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:02:49 			./cmd/buildx
13:02:49 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:02:49 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 23.20MB / 122.33MB 0.4s
13:02:49 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 31.95MB / 122.33MB 0.5s
13:02:49 go: downloading github.com/urfave/cli/v2 v2.23.5
13:02:49 go: downloading golang.org/x/sys v0.2.0
13:02:49 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 39.63MB / 122.33MB 0.6s
13:02:49 #11 extracting sha256:8921db27df2831fa6eaa85321205a2470c669b855f3ec95d5a3c2b46de0442c9 0.5s done
13:02:49 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 48.23MB / 122.33MB 0.7s
13:02:49 #11 extracting sha256:a2f8637abd914a8a62416e027a351293d0472bc4b4f44383c6f425fd0e03861c
13:02:49 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:02:49 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 57.35MB / 122.33MB 0.9s
13:02:49 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 67.55MB / 122.33MB 1.0s
13:02:49 #11 extracting sha256:a2f8637abd914a8a62416e027a351293d0472bc4b4f44383c6f425fd0e03861c 0.2s done
13:02:50 go: downloading github.com/google/uuid v1.3.0
13:02:50 go: downloading github.com/moby/vpnkit v0.5.0
13:02:50 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:02:50 go: downloading github.com/gofrs/flock v0.8.1
13:02:50 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:02:50 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:02:50 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 75.55MB / 122.33MB 1.1s
13:02:50 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 83.89MB / 122.33MB 1.2s
13:02:50 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:02:50 go: downloading golang.org/x/net v0.1.0
13:02:50 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 101.71MB / 122.33MB 1.4s
13:02:50 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 118.49MB / 122.33MB 1.6s
13:02:50 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:02:50 ++ pwd
13:02:50 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:02:50 Project root: .
13:02:50 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:02:50 INFO: man/src/attach.md found
13:02:50 WARN: man/src/build.md does not exist, skipping
13:02:50 WARN: man/src/builder/build.md does not exist, skipping
13:02:50 WARN: man/src/builder/prune.md does not exist, skipping
13:02:50 WARN: man/src/builder.md does not exist, skipping
13:02:50 WARN: man/src/checkpoint/create.md does not exist, skipping
13:02:50 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:02:50 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:02:50 WARN: man/src/checkpoint.md does not exist, skipping
13:02:50 INFO: man/src/commit.md found
13:02:50 WARN: man/src/config/create.md does not exist, skipping
13:02:50 WARN: man/src/config/inspect.md does not exist, skipping
13:02:50 WARN: man/src/config/ls.md does not exist, skipping
13:02:50 WARN: man/src/config/rm.md does not exist, skipping
13:02:50 WARN: man/src/config.md does not exist, skipping
13:02:50 INFO: man/src/container/attach.md found
13:02:50 INFO: man/src/container/commit.md found
13:02:50 INFO: man/src/container/cp.md found
13:02:50 INFO: man/src/container/create.md found
13:02:50 INFO: man/src/container/diff.md found
13:02:50 INFO: man/src/container/exec.md found
13:02:50 INFO: man/src/container/export.md found
13:02:50 WARN: man/src/container/inspect.md does not exist, skipping
13:02:50 INFO: man/src/container/kill.md found
13:02:50 INFO: man/src/container/logs.md found
13:02:50 INFO: man/src/container/ls.md found
13:02:50 INFO: man/src/container/pause.md found
13:02:50 INFO: man/src/container/port.md found
13:02:50 WARN: man/src/container/prune.md does not exist, skipping
13:02:50 INFO: man/src/container/rename.md found
13:02:50 INFO: man/src/container/restart.md found
13:02:50 INFO: man/src/container/rm.md found
13:02:50 INFO: man/src/container/run.md found
13:02:50 INFO: man/src/container/start.md found
13:02:50 INFO: man/src/container/stats.md found
13:02:50 INFO: man/src/container/stop.md found
13:02:50 INFO: man/src/container/top.md found
13:02:50 INFO: man/src/container/unpause.md found
13:02:50 INFO: man/src/container/update.md found
13:02:50 INFO: man/src/container/wait.md found
13:02:50 WARN: man/src/container.md does not exist, skipping
13:02:50 WARN: man/src/context/create.md does not exist, skipping
13:02:50 WARN: man/src/context/export.md does not exist, skipping
13:02:50 WARN: man/src/context/import.md does not exist, skipping
13:02:50 WARN: man/src/context/inspect.md does not exist, skipping
13:02:50 WARN: man/src/context/ls.md does not exist, skipping
13:02:50 WARN: man/src/context/rm.md does not exist, skipping
13:02:50 WARN: man/src/context/show.md does not exist, skipping
13:02:50 WARN: man/src/context/update.md does not exist, skipping
13:02:50 WARN: man/src/context/use.md does not exist, skipping
13:02:50 WARN: man/src/context.md does not exist, skipping
13:02:50 INFO: man/src/cp.md found
13:02:50 INFO: man/src/create.md found
13:02:50 INFO: man/src/diff.md found
13:02:50 INFO: man/src/events.md found
13:02:50 INFO: man/src/exec.md found
13:02:50 INFO: man/src/export.md found
13:02:50 INFO: man/src/history.md found
13:02:50 INFO: man/src/image/build.md found
13:02:50 INFO: man/src/image/history.md found
13:02:50 INFO: man/src/image/import.md found
13:02:50 WARN: man/src/image/inspect.md does not exist, skipping
13:02:50 INFO: man/src/image/load.md found
13:02:50 INFO: man/src/image/ls.md found
13:02:50 WARN: man/src/image/prune.md does not exist, skipping
13:02:50 INFO: man/src/image/pull.md found
13:02:50 INFO: man/src/image/push.md found
13:02:50 INFO: man/src/image/rm.md found
13:02:50 INFO: man/src/image/save.md found
13:02:50 INFO: man/src/image/tag.md found
13:02:50 WARN: man/src/image.md does not exist, skipping
13:02:50 INFO: man/src/images.md found
13:02:50 INFO: man/src/import.md found
13:02:50 INFO: man/src/info.md found
13:02:50 INFO: man/src/inspect.md found
13:02:50 INFO: man/src/kill.md found
13:02:50 INFO: man/src/load.md found
13:02:50 INFO: man/src/login.md found
13:02:50 INFO: man/src/logout.md found
13:02:50 INFO: man/src/logs.md found
13:02:50 WARN: man/src/manifest/annotate.md does not exist, skipping
13:02:50 WARN: man/src/manifest/create.md does not exist, skipping
13:02:50 WARN: man/src/manifest/inspect.md does not exist, skipping
13:02:50 WARN: man/src/manifest/push.md does not exist, skipping
13:02:50 WARN: man/src/manifest/rm.md does not exist, skipping
13:02:50 WARN: man/src/manifest.md does not exist, skipping
13:02:50 INFO: man/src/network/connect.md found
13:02:50 INFO: man/src/network/create.md found
13:02:50 INFO: man/src/network/disconnect.md found
13:02:50 INFO: man/src/network/inspect.md found
13:02:50 INFO: man/src/network/ls.md found
13:02:50 WARN: man/src/network/prune.md does not exist, skipping
13:02:50 INFO: man/src/network/rm.md found
13:02:50 WARN: man/src/network.md does not exist, skipping
13:02:50 WARN: man/src/node/demote.md does not exist, skipping
13:02:50 WARN: man/src/node/inspect.md does not exist, skipping
13:02:50 WARN: man/src/node/ls.md does not exist, skipping
13:02:50 WARN: man/src/node/promote.md does not exist, skipping
13:02:50 WARN: man/src/node/ps.md does not exist, skipping
13:02:50 WARN: man/src/node/rm.md does not exist, skipping
13:02:50 WARN: man/src/node/update.md does not exist, skipping
13:02:50 WARN: man/src/node.md does not exist, skipping
13:02:50 INFO: man/src/pause.md found
13:02:50 WARN: man/src/plugin/create.md does not exist, skipping
13:02:50 WARN: man/src/plugin/disable.md does not exist, skipping
13:02:50 WARN: man/src/plugin/enable.md does not exist, skipping
13:02:50 WARN: man/src/plugin/inspect.md does not exist, skipping
13:02:50 WARN: man/src/plugin/install.md does not exist, skipping
13:02:50 INFO: man/src/plugin/ls.md found
13:02:50 WARN: man/src/plugin/push.md does not exist, skipping
13:02:50 WARN: man/src/plugin/rm.md does not exist, skipping
13:02:50 WARN: man/src/plugin/set.md does not exist, skipping
13:02:50 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:02:50 WARN: man/src/plugin.md does not exist, skipping
13:02:50 INFO: man/src/port.md found
13:02:50 INFO: man/src/ps.md found
13:02:50 INFO: man/src/pull.md found
13:02:50 INFO: man/src/push.md found
13:02:50 INFO: man/src/rename.md found
13:02:50 INFO: man/src/restart.md found
13:02:50 INFO: man/src/rm.md found
13:02:50 INFO: man/src/rmi.md found
13:02:50 WARN: man/src/run.md does not exist, skipping
13:02:50 INFO: man/src/save.md found
13:02:50 INFO: man/src/search.md found
13:02:50 WARN: man/src/secret/create.md does not exist, skipping
13:02:50 WARN: man/src/secret/inspect.md does not exist, skipping
13:02:50 WARN: man/src/secret/ls.md does not exist, skipping
13:02:50 WARN: man/src/secret/rm.md does not exist, skipping
13:02:50 WARN: man/src/secret.md does not exist, skipping
13:02:50 WARN: man/src/service/create.md does not exist, skipping
13:02:50 WARN: man/src/service/inspect.md does not exist, skipping
13:02:50 WARN: man/src/service/logs.md does not exist, skipping
13:02:50 WARN: man/src/service/ls.md does not exist, skipping
13:02:50 WARN: man/src/service/ps.md does not exist, skipping
13:02:50 WARN: man/src/service/rm.md does not exist, skipping
13:02:50 WARN: man/src/service/rollback.md does not exist, skipping
13:02:50 WARN: man/src/service/scale.md does not exist, skipping
13:02:50 WARN: man/src/service/update.md does not exist, skipping
13:02:50 WARN: man/src/service.md does not exist, skipping
13:02:50 WARN: man/src/stack/config.md does not exist, skipping
13:02:50 WARN: man/src/stack/deploy.md does not exist, skipping
13:02:50 WARN: man/src/stack/ls.md does not exist, skipping
13:02:50 WARN: man/src/stack/ps.md does not exist, skipping
13:02:50 WARN: man/src/stack/rm.md does not exist, skipping
13:02:50 WARN: man/src/stack/services.md does not exist, skipping
13:02:50 WARN: man/src/stack.md does not exist, skipping
13:02:50 INFO: man/src/start.md found
13:02:50 INFO: man/src/stats.md found
13:02:50 INFO: man/src/stop.md found
13:02:50 WARN: man/src/swarm/ca.md does not exist, skipping
13:02:50 WARN: man/src/swarm/init.md does not exist, skipping
13:02:50 WARN: man/src/swarm/join.md does not exist, skipping
13:02:50 WARN: man/src/swarm/join-token.md does not exist, skipping
13:02:50 WARN: man/src/swarm/leave.md does not exist, skipping
13:02:50 WARN: man/src/swarm/unlock.md does not exist, skipping
13:02:50 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:02:50 WARN: man/src/swarm/update.md does not exist, skipping
13:02:50 WARN: man/src/swarm.md does not exist, skipping
13:02:50 WARN: man/src/system/df.md does not exist, skipping
13:02:50 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:02:50 INFO: man/src/system/events.md found
13:02:50 INFO: man/src/system/info.md found
13:02:50 WARN: man/src/system/prune.md does not exist, skipping
13:02:50 WARN: man/src/system.md does not exist, skipping
13:02:50 INFO: man/src/tag.md found
13:02:50 INFO: man/src/top.md found
13:02:50 WARN: man/src/trust/inspect.md does not exist, skipping
13:02:50 WARN: man/src/trust/key/generate.md does not exist, skipping
13:02:50 WARN: man/src/trust/key/load.md does not exist, skipping
13:02:50 WARN: man/src/trust/key.md does not exist, skipping
13:02:50 WARN: man/src/trust/revoke.md does not exist, skipping
13:02:50 WARN: man/src/trust/sign.md does not exist, skipping
13:02:50 WARN: man/src/trust/signer/add.md does not exist, skipping
13:02:50 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:02:50 WARN: man/src/trust/signer.md does not exist, skipping
13:02:50 WARN: man/src/trust.md does not exist, skipping
13:02:50 INFO: man/src/unpause.md found
13:02:50 INFO: man/src/update.md found
13:02:50 INFO: man/src/version.md found
13:02:50 INFO: man/src/volume/create.md found
13:02:50 INFO: man/src/volume/inspect.md found
13:02:50 INFO: man/src/volume/ls.md found
13:02:50 WARN: man/src/volume/prune.md does not exist, skipping
13:02:50 WARN: man/src/volume/rm.md does not exist, skipping
13:02:50 WARN: man/src/volume/update.md does not exist, skipping
13:02:50 INFO: man/src/volume.md found
13:02:50 INFO: man/src/wait.md found
13:02:50 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:02:50 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:02:50 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:02:50 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:02:50 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:02:50 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:02:50 ~/rpmbuild/BUILD/src
13:02:50 + popd
13:02:50 + RPM_EC=0
13:02:50 ++ jobs -p
13:02:50 + exit 0
13:02:50 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.IkobcT
13:02:50 + umask 022
13:02:50 + cd /root/rpmbuild/BUILD
13:02:50 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64 '!=' / ']'
13:02:50 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
13:02:50 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
13:02:50 + mkdir -p /root/rpmbuild/BUILDROOT
13:02:50 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
13:02:50 + 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:02:50 + export CFLAGS
13:02:50 + 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:02:50 + export CXXFLAGS
13:02:50 + 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:02:50 + export FFLAGS
13:02:50 + 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:02:50 + export FCFLAGS
13:02:50 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:02:50 + export LDFLAGS
13:02:50 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:02:50 + export LT_SYS_LIBRARY_PATH
13:02:50 + CC=gcc
13:02:50 + export CC
13:02:50 + CXX=g++
13:02:50 + export CXX
13:02:50 + cd src
13:02:50 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin
13:02:50 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker
13:02:50 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/bash-completion/completions
13:02:50 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/zsh/vendor-completions
13:02:50 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/fish/vendor_completions.d
13:02:50 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/bash-completion/completions/docker
13:02:50 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/zsh/vendor-completions/_docker
13:02:50 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/fish/vendor_completions.d/docker.fish
13:02:50 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/man/man1
13:02:50 + 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-update.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~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/man/man1
13:02:50 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/man/man5
13:02:50 + 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~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/man/man5
13:02:50 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/man/man8
13:02:50 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/man/man8
13:02:50 + mkdir -p build-docs
13:02:50 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:02:50 + cp cli/LICENSE build-docs/LICENSE
13:02:50 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:02:50 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:02:50 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:02:50 + cp cli/NOTICE build-docs/NOTICE
13:02:50 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:02:50 + cp cli/README.md build-docs/README.md
13:02:50 + /usr/lib/rpm/check-buildroot
13:02:50 + /usr/lib/rpm/redhat/brp-ldconfig
13:02:50 + /usr/lib/rpm/brp-compress
13:02:50 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:02:50 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:02:50 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:02:50 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:02:50 + /usr/lib/rpm/check-rpaths
13:02:51 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:02:51 + /usr/lib/rpm/brp-remove-la-files
13:02:51 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:02:51 + /usr/lib/rpm/redhat/brp-python-hardlink
13:02:51 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.rDZbJs
13:02:51 + umask 022
13:02:51 + cd /root/rpmbuild/BUILD
13:02: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:02:51 + export CFLAGS
13:02: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:02:51 + export CXXFLAGS
13:02: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:02:51 + export FFLAGS
13:02: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:02:51 + export FCFLAGS
13:02: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:02:51 + export LDFLAGS
13:02:51 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:02:51 + export LT_SYS_LIBRARY_PATH
13:02:51 + CC=gcc
13:02:51 + export CC
13:02:51 + CXX=g++
13:02:51 + export CXX
13:02:51 + cd src
13:02:51 ++ cli/build/docker --version
13:02:51 PASS: cli version OK
13:02:51 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:02:51 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:02:51 + echo 'PASS: cli version OK'
13:02:51 + RPM_EC=0
13:02:51 ++ jobs -p
13:02:51 + exit 0
13:02:51 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
13:02:51 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DtJw0U
13:02:51 + umask 022
13:02:51 + cd /root/rpmbuild/BUILD
13:02:51 + cd src
13:02:51 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/doc/docker-ce-cli
13:02:51 + export LC_ALL=C
13:02:51 + LC_ALL=C
13:02:51 + export DOCDIR
13:02:51 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/doc/docker-ce-cli
13:02:51 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/doc/docker-ce-cli
13:02:51 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/doc/docker-ce-cli
13:02:51 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/doc/docker-ce-cli
13:02:51 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/doc/docker-ce-cli
13:02:51 + RPM_EC=0
13:02:51 ++ jobs -p
13:02:51 + exit 0
13:02:51 #11 ...
13:02:51 
13:02:51 #12 [internal] load build context
13:02:51 #12 transferring context: 62.46MB 2.2s done
13:02:51 #12 DONE 2.3s
13:02:51 
13:02:51 #11 [golatest 1/1] FROM docker.io/library/golang:1.19.5-alpine@sha256:2381c1e5f8350a901597d633b2e517775eeac7a6682be39225a93b22cfd0f8bb
13:02:51 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 122.33MB / 122.33MB 2.3s done
13:02:51 #11 extracting sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 0.1s
13:02:51 # Build the compose plugin
13:02:51 cd /go/src/github.com/docker/compose \
13:02:51 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:02:51 make[2]: Entering directory '/root/build-deb/compose'
13:02:51 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:02:51 go: downloading github.com/docker/cli v23.0.0+incompatible
13:02:51 go: downloading github.com/theupdateframework/notary v0.7.0
13:02:51 go: downloading github.com/compose-spec/compose-go v1.9.0
13:02:51 go: downloading github.com/docker/buildx v0.10.2
13:02:51 go: downloading github.com/mattn/go-shellwords v1.0.12
13:02:51 go: downloading github.com/moby/buildkit v0.11.2
13:02:51 go: downloading go.opentelemetry.io/otel v1.13.0
13:02:51 go: downloading github.com/hashicorp/go-version v1.6.0
13:02:51 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:02:51 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:02:51 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:02:51 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:02:51 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:02:51 go: downloading golang.org/x/sync v0.1.0
13:02:51 go: downloading github.com/imdario/mergo v0.3.13
13:02:51 go: downloading github.com/containerd/console v1.0.3
13:02:51 go: downloading github.com/buger/goterm v1.0.4
13:02:51 go: downloading github.com/stretchr/testify v1.8.1
13:02:51 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:02:51 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:02:51 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:02:51 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:02:51 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:02:51 go: downloading golang.org/x/net v0.4.0
13:02:51 go: downloading google.golang.org/grpc v1.50.1
13:02:51 go: downloading k8s.io/client-go v0.22.4
13:02:51 go: downloading k8s.io/api v0.22.4
13:02:51 go: downloading k8s.io/apimachinery v0.22.4
13:02:51 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:02:51 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:02:51 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:02:51 go: downloading github.com/golang/mock v1.6.0
13:02:51 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:02:51 go: downloading github.com/hashicorp/errwrap v1.1.0
13:02:51 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:02:51 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:02:51 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:02:51 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:02:51 go: downloading golang.org/x/term v0.3.0
13:02:51 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:02:51 go: downloading github.com/mattn/go-runewidth v0.0.14
13:02:51 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:02:51 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:02:51 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:02:51 go: downloading github.com/go-logr/stdr v1.2.2
13:02:51 go: downloading github.com/containerd/typeurl v1.0.2
13:02:51 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:02:51 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:02:51 go: downloading github.com/gogo/googleapis v1.4.1
13:02:51 go: downloading github.com/pelletier/go-toml v1.9.5
13:02:51 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:02:51 go: downloading k8s.io/klog/v2 v2.60.1
13:02:51 go: downloading github.com/google/gofuzz v1.2.0
13:02:51 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:02:51 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:02:51 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:02:51 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:02:51 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:02:51 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:02:51 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:02:51 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:02:51 go: downloading github.com/aws/smithy-go v1.11.2
13:02:51 go: downloading github.com/moby/locker v1.0.1
13:02:51 go: downloading github.com/felixge/httpsnoop v1.0.2
13:02:51 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:02:51 go: downloading gopkg.in/inf.v0 v0.9.1
13:02:51 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:02:51 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:02:51 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:02:51 go: downloading github.com/googleapis/gnostic v0.5.5
13:02:51 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:02:51 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:02:51 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:02:51 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:02:51 go: downloading github.com/json-iterator/go v1.1.12
13:02:51 go: downloading github.com/mattn/go-colorable v0.1.12
13:02:51 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:02:51 go: downloading github.com/containerd/ttrpc v1.1.0
13:02:51 go: downloading github.com/modern-go/reflect2 v1.0.2
13:02:51 go: downloading sigs.k8s.io/yaml v1.2.0
13:02:51 go: downloading github.com/moby/spdystream v0.2.0
13:02:51 go: downloading github.com/mattn/go-isatty v0.0.16
13:02:51 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:02:51 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.fc37 docker-ce-cli(x86-64) = 1:0.0.0~20230206193855.ab4ef4a-0.fc37
13:02:51 Requires(interp): /bin/sh
13:02:51 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:02:51 Requires(post): /bin/sh
13:02:51 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:02:51 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:02:51 Recommends: docker-buildx-plugin docker-compose-plugin docker-scan-plugin(x86-64)
13:02:51 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
13:02:51 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.src.rpm
13:02:53 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64.rpm
13:02:54 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Ko5LIv
13:02:54 + umask 022
13:02:54 + cd /root/rpmbuild/BUILD
13:02:54 + cd src
13:02:54 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
13:02:54 + RPM_EC=0
13:02:54 ++ jobs -p
13:02:54 + exit 0
13:02:54 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nPuqz8
13:02:54 + umask 022
13:02:54 + cd /root/rpmbuild/BUILD
13:02:54 + cd /root/rpmbuild/BUILD
13:02:54 + rm -rf src
13:02:54 + /usr/bin/mkdir -p src
13:02:54 + cd src
13:02:54 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:02:54 + /usr/bin/tar -xof -
13:02:54 + STATUS=0
13:02:54 + '[' 0 -ne 0 ']'
13:02:54 + /usr/bin/tar -xof -
13:02:54 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:02:55 + STATUS=0
13:02:55 + '[' 0 -ne 0 ']'
13:02:55 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:02:55 + RPM_EC=0
13:02:55 ++ jobs -p
13:02:55 + exit 0
13:02:55 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KYuQ0P
13:02:55 + umask 022
13:02:55 + cd /root/rpmbuild/BUILD
13:02:55 + cd src
13:02:55 + pushd /root/rpmbuild/BUILD/src/buildx
13:02:55 + GO111MODULE=on
13:02:55 + CGO_ENABLED=0
13:02:55 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
13:02:55 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:02:56 #11 extracting sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 4.3s done
13:02:56 #11 extracting sha256:4f26d270037d8578282b40f86c0a1816fc5d034d6213f7dcab8440056a589309 done
13:02:56 #11 DONE 7.0s
13:02:56 
13:02:56 #13 [gobase 1/3] COPY --from=xx / /
13:02:56 + for f in rootlesskit rootlesskit-docker-proxy
13:02:56 + GOBIN=/usr/local/bin
13:02:56 + GO111MODULE=on
13:02:56 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:02:57 #13 DONE 1.3s
13:02:57 
13:02:57 #14 [gobase 2/3] RUN apk add --no-cache file git
13:02:57 #14 0.381 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
13:02:57 + return
13:02:57 + RPM_EC=0
13:02:57 ++ jobs -p
13:02:57 + exit 0
13:02:57 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kHmQPU
13:02:57 + umask 022
13:02:57 + cd /root/rpmbuild/BUILD
13:02:57 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64 '!=' / ']'
13:02:57 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
13:02:57 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
13:02:57 + mkdir -p /root/rpmbuild/BUILDROOT
13:02:57 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
13:02:57 + 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:02:57 + export CFLAGS
13:02:57 + 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:02:57 + export CXXFLAGS
13:02:57 + 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:02:57 + export FFLAGS
13:02:57 + 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:02:57 + export FCFLAGS
13:02:57 + 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~20230206193855.ab4ef4a-0.fc36.x86_64.ld'
13:02:57 + export LDFLAGS
13:02:57 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:02:57 + export LT_SYS_LIBRARY_PATH
13:02:57 + CC=gcc
13:02:57 + export CC
13:02:57 + CXX=g++
13:02:57 + export CXX
13:02:57 + cd src
13:02:57 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/dockerd-rootless.sh
13:02:57 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/dockerd-rootless-setuptool.sh
13:02:57 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/rootlesskit
13:02:58 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/rootlesskit-docker-proxy
13:02:58 + /usr/lib/rpm/check-buildroot
13:02:58 + /usr/lib/rpm/redhat/brp-ldconfig
13:02:58 + /usr/lib/rpm/brp-compress
13:02:58 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:02:58 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:02:58 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:02:58 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:02:58 + /usr/lib/rpm/check-rpaths
13:02:58 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:02:58 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
13:02:58 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
13:02:58 + /usr/lib/rpm/brp-remove-la-files
13:02:58 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:02:58 + /usr/lib/rpm/redhat/brp-python-hardlink
13:02:58 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.DOf9Vo
13:02:58 + umask 022
13:02:58 + cd /root/rpmbuild/BUILD
13:02: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:02:58 + export CFLAGS
13:02: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:02:58 + export CXXFLAGS
13:02: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:02:58 + export FFLAGS
13:02: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:02:58 + export FCFLAGS
13:02: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-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.ld'
13:02:58 + export LDFLAGS
13:02:58 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:02:58 + export LT_SYS_LIBRARY_PATH
13:02:58 + CC=gcc
13:02:58 + export CC
13:02:58 + CXX=g++
13:02:58 + export CXX
13:02:58 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:02:58 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0~20230206193855.ab4ef4a-0.fc36 x86_64
13:02:58 + cd src
13:02:58 + /usr/local/bin/rootlesskit -v
13:02:58 rootlesskit version 1.1.0
13:02:58 + RPM_EC=0
13:02:58 ++ jobs -p
13:02:58 + exit 0
13:02:58 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
13:02:58 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.fc36 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20230206193855.ab4ef4a-0.fc36
13:02:58 Requires(interp): /bin/sh /bin/sh /bin/sh
13:02:58 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:02:58 Requires(post): /bin/sh
13:02:58 Requires(preun): /bin/sh
13:02:58 Requires(postun): /bin/sh
13:02:58 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:02:58 Conflicts: rootlesskit
13:02:58 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
13:02:58 #14 1.502 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
13:02:58 #14 1.707 (1/8) Installing libmagic (5.43-r0)
13:02:58 #14 1.735 (2/8) Installing file (5.43-r0)
13:02:58 #14 1.736 (3/8) Installing brotli-libs (1.0.9-r9)
13:02:58 #14 1.746 (4/8) Installing nghttp2-libs (1.51.0-r0)
13:02:58 #14 1.751 (5/8) Installing libcurl (7.87.0-r1)
13:02:58 #14 1.758 (6/8) Installing libexpat (2.5.0-r0)
13:02:58 #14 1.762 (7/8) Installing pcre2 (10.42-r0)
13:02:58 #14 1.769 (8/8) Installing git (2.38.3-r1)
13:02:58 #14 1.838 Executing busybox-1.35.0-r29.trigger
13:02:58 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.src.rpm
13:02:59 #14 1.843 OK: 24 MiB in 24 packages
13:02:59 #14 DONE 1.9s
13:02:59 
13:02:59 #15 [gobase 3/3] WORKDIR /src
13:02:59 #15 DONE 0.0s
13:02:59 
13:02:59 #16 [buildx-version 1/1] RUN --mount=type=bind,target=. <<EOT (set -e...)
13:03:00 #16 0.693 v0.10.200ed17df6d20f3ca4553d45789264cdb78506e5f#16 DONE 1.2s
13:03:00 # Build the compose plugin
13:03:00 cd /go/src/github.com/docker/compose \
13:03:00 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:03:00 make[2]: Entering directory '/root/build-deb/compose'
13:03:00 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:03:00 go: downloading github.com/docker/cli v23.0.0+incompatible
13:03:00 go: downloading github.com/theupdateframework/notary v0.7.0
13:03:00 go: downloading github.com/compose-spec/compose-go v1.9.0
13:03:00 go: downloading github.com/hashicorp/go-version v1.6.0
13:03:00 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:03:00 go: downloading github.com/docker/buildx v0.10.2
13:03:00 go: downloading github.com/mattn/go-shellwords v1.0.12
13:03:00 go: downloading github.com/moby/buildkit v0.11.2
13:03:00 go: downloading go.opentelemetry.io/otel v1.13.0
13:03:00 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:03:00 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:03:00 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:03:00 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:03:00 go: downloading golang.org/x/sync v0.1.0
13:03:00 go: downloading github.com/containerd/console v1.0.3
13:03:00 go: downloading github.com/imdario/mergo v0.3.13
13:03:00 go: downloading github.com/buger/goterm v1.0.4
13:03:00 go: downloading github.com/stretchr/testify v1.8.1
13:03:00 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:03:00 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:03:00 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:03:00 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:03:00 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:03:00 go: downloading google.golang.org/grpc v1.50.1
13:03:00 go: downloading k8s.io/client-go v0.22.4
13:03:00 go: downloading k8s.io/api v0.22.4
13:03:00 go: downloading k8s.io/apimachinery v0.22.4
13:03:00 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:03:00 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:03:00 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:03:00 go: downloading github.com/golang/mock v1.6.0
13:03:00 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:03:00 go: downloading github.com/hashicorp/errwrap v1.1.0
13:03:00 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:03:00 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:03:00 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:03:00 go: downloading golang.org/x/net v0.4.0
13:03:00 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:03:00 go: downloading golang.org/x/term v0.3.0
13:03:00 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:03:00 go: downloading github.com/mattn/go-runewidth v0.0.14
13:03:00 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:03:00 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:03:00 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:03:00 go: downloading github.com/go-logr/stdr v1.2.2
13:03:00 go: downloading github.com/containerd/typeurl v1.0.2
13:03:00 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:03:00 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:03:00 go: downloading github.com/gogo/googleapis v1.4.1
13:03:00 go: downloading github.com/pelletier/go-toml v1.9.5
13:03:00 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:03:00 go: downloading k8s.io/klog/v2 v2.60.1
13:03:00 go: downloading github.com/google/gofuzz v1.2.0
13:03:00 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:03:00 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:03:00 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:03:00 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:03:00 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:03:00 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:03:00 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:03:00 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:03:00 go: downloading github.com/aws/smithy-go v1.11.2
13:03:00 go: downloading github.com/moby/locker v1.0.1
13:03:00 go: downloading github.com/felixge/httpsnoop v1.0.2
13:03:00 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:03:00 go: downloading gopkg.in/inf.v0 v0.9.1
13:03:00 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:03:00 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:03:00 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:03:00 go: downloading github.com/googleapis/gnostic v0.5.5
13:03:00 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:03:00 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:03:00 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:03:00 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:03:00 go: downloading github.com/json-iterator/go v1.1.12
13:03:00 go: downloading github.com/mattn/go-colorable v0.1.12
13:03:00 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:03:00 go: downloading github.com/containerd/ttrpc v1.1.0
13:03:00 go: downloading github.com/modern-go/reflect2 v1.0.2
13:03:00 go: downloading sigs.k8s.io/yaml v1.2.0
13:03:00 go: downloading github.com/moby/spdystream v0.2.0
13:03:00 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:03:00 go: downloading github.com/mattn/go-isatty v0.0.16
13:03:00 
13:03:00 #17 [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,from=buildx-version,source=/buildx-version,target=/buildx-version <<EOT (set -e...)
13:03:01 #17 0.377 + CGO_ENABLED=0 go build -mod vendor -trimpath -ldflags '-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17df6d20f3ca4553d45789264cdb78506e5f -X github.com/docker/buildx/version.Package=github.com/docker/buildx -s -w' -o /usr/bin/docker-buildx ./cmd/buildx
13:03:01 ~/rpmbuild/BUILD/src
13:03:01 + popd
13:03:01 + RPM_EC=0
13:03:01 ++ jobs -p
13:03:01 + exit 0
13:03:01 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0Mzi69
13:03:01 + umask 022
13:03:01 + cd /root/rpmbuild/BUILD
13:03:01 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.aarch64 '!=' / ']'
13:03:01 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.aarch64
13:03:01 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.aarch64
13:03:01 + mkdir -p /root/rpmbuild/BUILDROOT
13:03:01 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.aarch64
13:03:01 + cd src
13:03:01 + pushd /root/rpmbuild/BUILD/src/buildx
13:03:01 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:03:01 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:03:01 + popd
13:03:01 + /usr/lib/rpm/check-buildroot
13:03:01 ~/rpmbuild/BUILD/src
13:03:01 + /usr/lib/rpm/redhat/brp-ldconfig
13:03:01 + /usr/lib/rpm/brp-compress
13:03:01 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:03:01 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:03:01 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:03:01 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:03:01 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:03:01 + /usr/lib/rpm/brp-python-hardlink
13:03:01 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:03:01 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.eQdutW
13:03:01 + umask 022
13:03:01 + cd /root/rpmbuild/BUILD
13:03:01 + cd src
13:03:01 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:03:01 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:03:01 + ver=v0.10.2
13:03:01 + test v0.10.2 = v0.10.2
13:03:01 + echo 'PASS: docker-buildx version OK'
13:03:01 + RPM_EC=0
13:03:01 PASS: docker-buildx version OK
13:03:01 ++ jobs -p
13:03:01 + exit 0
13:03:01 Processing files: docker-buildx-plugin-0.10.2-0.el9.aarch64
13:03:01 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:03:01 Provides: docker-buildx-plugin = 0:0.10.2-0.el9 docker-buildx-plugin(aarch-64) = 0:0.10.2-0.el9
13:03:01 Requires(interp): /bin/sh /bin/sh /bin/sh
13:03:01 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:03:01 Requires(post): /bin/sh
13:03:01 Requires(preun): /bin/sh
13:03:01 Requires(postun): /bin/sh
13:03:01 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.aarch64
13:03:01 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.el9.src.rpm
13:03:04 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64.rpm
13:03:04 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.djr34q
13:03:04 + umask 022
13:03:04 + cd /root/rpmbuild/BUILD
13:03:04 + cd src
13:03:04 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
13:03:04 + RPM_EC=0
13:03:04 ++ jobs -p
13:03:04 + exit 0
13:03:04 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.YtKtbf
13:03:04 + umask 022
13:03:04 + cd /root/rpmbuild/BUILD
13:03:04 + rm -rf src src.gemspec
13:03:04 + RPM_EC=0
13:03:04 ++ jobs -p
13:03:04 + exit 0
13:03:04 
13:03:04 RPM build warnings:
13:03:04     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:03:04     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:03:04     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:03:04     source_date_epoch_from_changelog set but %changelog is missing
13:03:04     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker-proxy
13:03:04     source_date_epoch_from_changelog set but %changelog is missing
13:03:04 warning: source_date_epoch_from_changelog set but %changelog is missing
13:03:04 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9G0lO6
13:03:04 + umask 022
13:03:04 + cd /root/rpmbuild/BUILD
13:03:04 + cd /root/rpmbuild/BUILD
13:03:04 + rm -rf src
13:03:04 + /usr/bin/mkdir -p src
13:03:04 + cd src
13:03:04 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
13:03:04 + STATUS=0
13:03:04 + '[' 0 -ne 0 ']'
13:03:04 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
13:03:05 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.rpm
13:03:05 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BBBwtI
13:03:05 + umask 022
13:03:05 + cd /root/rpmbuild/BUILD
13:03:05 + cd src
13:03:05 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
13:03:05 + RPM_EC=0
13:03:05 ++ jobs -p
13:03:05 + exit 0
13:03:05     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:03:05     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:03:05     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:03:05     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker-proxy
13:03:05 
13:03:05 RPM build warnings:
13:03:05 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.tFGckx
13:03:05 + umask 022
13:03:05 + cd /root/rpmbuild/BUILD
13:03:05 + cd /root/rpmbuild/BUILD
13:03:05 + rm -rf src
13:03:05 + /usr/bin/mkdir -p src
13:03:05 + cd src
13:03:05 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:03:05 + /usr/bin/tar -xof -
13:03:05 + STATUS=0
13:03:05 + '[' 0 -ne 0 ']'
13:03:05 + /usr/bin/tar -xof -
13:03:05 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:03:05 + STATUS=0
13:03:05 + '[' 0 -ne 0 ']'
13:03:05 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:03:05 + RPM_EC=0
13:03:05 ++ jobs -p
13:03:05 + exit 0
13:03:05 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HnDoIH
13:03:05 + umask 022
13:03:05 + cd /root/rpmbuild/BUILD
13:03: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:03:05 + export CFLAGS
13:03: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:03:05 + export CXXFLAGS
13:03: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:03:05 + export FFLAGS
13:03: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:03:05 + export FCFLAGS
13:03: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-buildx-plugin-0.10.2-0.fc36.x86_64.ld'
13:03:05 + export LDFLAGS
13:03:05 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:03:05 + export LT_SYS_LIBRARY_PATH
13:03:05 + CC=gcc
13:03:05 + export CC
13:03:05 + CXX=g++
13:03:05 + export CXX
13:03:05 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:03:05 + /usr/lib/rpm/generate-rpm-note.sh docker-buildx-plugin 0.10.2-0.fc36 x86_64
13:03:05 + STATUS=0
13:03:05 + '[' 0 -ne 0 ']'
13:03:05 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:03:05 + RPM_EC=0
13:03:05 ++ jobs -p
13:03:05 + exit 0
13:03:05 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CmSS2i
13:03:05 + umask 022
13:03:05 + cd /root/rpmbuild/BUILD
13:03: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:03:05 + export CFLAGS
13:03: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:03:05 + export CXXFLAGS
13:03: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:03:05 + export FFLAGS
13:03: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:03:05 + export FCFLAGS
13:03: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:03:05 + export LDFLAGS
13:03:05 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:03:05 + export LT_SYS_LIBRARY_PATH
13:03:05 + CC=gcc
13:03:05 + export CC
13:03:05 + CXX=g++
13:03:05 + export CXX
13:03:05 + cd src
13:03:05 + export DOCKER_GITCOMMIT=1141704
13:03:05 + DOCKER_GITCOMMIT=1141704
13:03:05 + mkdir -p /go/src/github.com/docker
13:03:05 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:03:05 + TMP_GOPATH=/go
13:03:05 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:03:05 + RM_GOPATH=0
13:03:05 + TMP_GOPATH=/go
13:03:05 + : /usr/local/bin
13:03:05 + '[' -z /go ']'
13:03:05 + export GOPATH=/go
13:03:05 + GOPATH=/go
13:03:05 + case "$(go env GOARCH)" in
13:03:05 ++ go env GOARCH
13:03:05 + export GO_BUILDMODE=-buildmode=pie
13:03:05 + GO_BUILDMODE=-buildmode=pie
13:03:05 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:03:05 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:03:05 + bin=rootlesskit
13:03:05 + shift
13:03:05 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:03:05 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:03:05 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:03:05 + install_rootlesskit dynamic
13:03:05 + case "$1" in
13:03:05 + install_rootlesskit_dynamic
13:03:05 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:03:05 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:03:05 + export BUILD_MODE=-buildmode=pie
13:03:05 + BUILD_MODE=-buildmode=pie
13:03:05 + _install_rootlesskit
13:03:05 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:03:05 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:03:05 + for f in rootlesskit rootlesskit-docker-proxy
13:03:05 + GOBIN=/usr/local/bin
13:03:05 + GO111MODULE=on
13:03:05 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:03:05 + cd src
13:03:05 + pushd /root/rpmbuild/BUILD/src/buildx
13:03:05 + GO111MODULE=on
13:03:05 + CGO_ENABLED=0
13:03:05 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
13:03:05 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:03:05 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:03:06 go: downloading github.com/urfave/cli/v2 v2.23.5
13:03:06 go: downloading golang.org/x/sys v0.2.0
13:03:06 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:03:06 go: downloading github.com/moby/vpnkit v0.5.0
13:03:06 go: downloading github.com/google/uuid v1.3.0
13:03:07 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:03:07 go: downloading github.com/gofrs/flock v0.8.1
13:03:07 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:03:07 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:03:07 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:03:07 go: downloading golang.org/x/net v0.1.0
13:03:07 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:03:07 + make manpages
13:03:07 scripts/docs/generate-man.sh
13:03:07 + cp -r . /tmp/docker-cli-docsgen.A2Ddc6GhiU/
13:03:07 + cd /tmp/docker-cli-docsgen.A2Ddc6GhiU
13:03:07 + ./scripts/vendor init
13:03:07 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:03:07 + cp man/tools.go .
13:03:07 + ./scripts/vendor update
13:03:07 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:03:07 go: downloading github.com/docker/docker v23.0.0+incompatible
13:03:07 go: downloading github.com/fvbommel/sortorder v1.0.2
13:03:07 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:03:07 go: downloading github.com/morikuni/aec v1.0.0
13:03:07 go: downloading github.com/pkg/errors v0.9.1
13:03:07 go: downloading github.com/spf13/cobra v1.6.1
13:03:07 go: downloading github.com/spf13/pflag v1.0.5
13:03:07 go: downloading github.com/google/go-cmp v0.5.9
13:03:07 go: downloading gotest.tools/v3 v3.4.0
13:03:07 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:03:07 go: downloading golang.org/x/sys v0.4.0
13:03:07 go: downloading github.com/docker/go-units v0.5.0
13:03:07 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:03:07 go: downloading github.com/docker/go-connections v0.4.0
13:03:07 go: downloading github.com/moby/sys/sequential v0.5.0
13:03:07 go: downloading github.com/sirupsen/logrus v1.9.0
13:03:07 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:03:08 go: downloading golang.org/x/text v0.6.0
13:03:08 go: downloading github.com/mattn/go-runewidth v0.0.13
13:03:08 go: downloading github.com/containerd/containerd v1.6.16
13:03:08 go: downloading github.com/moby/sys/signal v0.7.0
13:03:08 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:03:08 go: downloading github.com/moby/buildkit v0.10.6
13:03:08 go: downloading github.com/moby/patternmatcher v0.5.0
13:03:08 go: downloading github.com/opencontainers/go-digest v1.0.0
13:03:09 go: downloading github.com/gogo/protobuf v1.3.2
13:03:09 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:03:09 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:03:09 go: downloading gopkg.in/yaml.v2 v2.4.0
13:03:09 go: downloading golang.org/x/term v0.4.0
13:03:09 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:03:09 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:03:09 go: downloading github.com/imdario/mergo v0.3.12
13:03:09 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:03:09 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:03:09 go: downloading github.com/creack/pty v1.1.11
13:03:09 go: downloading github.com/gorilla/mux v1.8.0
13:03:09 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:03:10 go: downloading gopkg.in/yaml.v3 v3.0.1
13:03:10 go: downloading github.com/stretchr/testify v1.8.0
13:03:10 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:03:10 go: downloading github.com/rivo/uniseg v0.2.0
13:03:10 go: downloading github.com/klauspost/compress v1.15.12
13:03:10 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:03:10 go: downloading github.com/containerd/continuity v0.3.0
13:03:10 go: downloading github.com/moby/sys/symlink v0.2.0
13:03:10 go: downloading golang.org/x/time v0.1.0
13:03:10 go: downloading github.com/opencontainers/runc v1.1.3
13:03:10 go: downloading golang.org/x/crypto v0.2.0
13:03:10 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:03:11 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:03:11 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:03:11 go: downloading google.golang.org/grpc v1.48.0
13:03:11 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:03:11 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:03:11 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:03:11 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:03:11 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:03:11 go: downloading github.com/russross/blackfriday v1.6.0
13:03:11 go: downloading github.com/Microsoft/go-winio v0.5.2
13:03:11 go: downloading golang.org/x/net v0.5.0
13:03:12 go: downloading github.com/davecgh/go-spew v1.1.1
13:03:12 go: downloading github.com/pmezard/go-difflib v1.0.0
13:03:12 go: downloading github.com/miekg/pkcs11 v1.1.1
13:03:12 go: downloading github.com/prometheus/client_golang v1.14.0
13:03:12 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:03:12 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:03:12 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:03:12 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:03:12 go: downloading github.com/golang/protobuf v1.5.2
13:03:12 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:03:13 + for f in rootlesskit rootlesskit-docker-proxy
13:03:13 + GOBIN=/usr/local/bin
13:03:13 + GO111MODULE=on
13:03:13 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:03:14 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:03:14 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:03:14 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:03:14 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:03:14 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:03:14 go: downloading github.com/beorn7/perks v1.0.1
13:03:14 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:03:14 go: downloading github.com/prometheus/client_model v0.3.0
13:03:14 go: downloading github.com/prometheus/common v0.37.0
13:03:14 go: downloading github.com/prometheus/procfs v0.8.0
13:03:14 go: downloading google.golang.org/protobuf v1.28.1
13:03:14 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:03:14 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:03:14 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:03:14 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:03:14 go: downloading k8s.io/klog/v2 v2.80.1
13:03:14 go: downloading github.com/kr/text v0.2.0
13:03:14 go: downloading github.com/docker/go-metrics v0.0.1
13:03:14 go: downloading github.com/BurntSushi/toml v0.3.1
13:03:14 go: downloading github.com/kr/pretty v0.2.1
13:03:14 go: downloading github.com/magiconair/properties v1.5.3
13:03:14 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:03:14 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:03:14 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:03:14 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:03:14 go: downloading github.com/go-logr/logr v1.2.3
13:03:14 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:03:14 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:03:14 + go mod vendor -modfile=vendor.mod
13:03:15 + return
13:03:15 + RPM_EC=0
13:03:15 ++ jobs -p
13:03:15 + exit 0
13:03:15 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.6YZ870
13:03:15 + umask 022
13:03:15 + cd /root/rpmbuild/BUILD
13:03:15 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64 '!=' / ']'
13:03:15 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
13:03:15 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
13:03:15 + mkdir -p /root/rpmbuild/BUILDROOT
13:03:15 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
13:03:15 + 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:03:15 + export CFLAGS
13:03:15 + 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:03:15 + export CXXFLAGS
13:03:15 + 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:03:15 + export FFLAGS
13:03:15 + 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:03:15 + export FCFLAGS
13:03:15 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:03:15 + export LDFLAGS
13:03:15 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:03:15 + export LT_SYS_LIBRARY_PATH
13:03:15 + CC=gcc
13:03:15 + export CC
13:03:15 + CXX=g++
13:03:15 + export CXX
13:03:15 + cd src
13:03:15 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/dockerd-rootless.sh
13:03:15 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/dockerd-rootless-setuptool.sh
13:03:15 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/rootlesskit
13:03:15 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/rootlesskit-docker-proxy
13:03:15 + /usr/lib/rpm/check-buildroot
13:03:15 + /usr/lib/rpm/redhat/brp-ldconfig
13:03:15 + /usr/lib/rpm/brp-compress
13:03:15 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:03:15 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:03:15 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:03:15 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:03:15 + /usr/lib/rpm/check-rpaths
13:03:15 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:03:15 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
13:03:15 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
13:03:15 + /usr/lib/rpm/brp-remove-la-files
13:03:15 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:03:15 + /usr/lib/rpm/redhat/brp-python-hardlink
13:03:15 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.I38NHc
13:03:15 + umask 022
13:03:15 + cd /root/rpmbuild/BUILD
13:03:15 + 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:03:15 + export CFLAGS
13:03:15 + 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:03:15 + export CXXFLAGS
13:03:15 + 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:03:15 + export FFLAGS
13:03:15 + 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:03:15 + export FCFLAGS
13:03:15 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:03:15 + export LDFLAGS
13:03:15 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:03:15 + export LT_SYS_LIBRARY_PATH
13:03:15 + CC=gcc
13:03:15 + export CC
13:03:15 + CXX=g++
13:03:15 + export CXX
13:03:15 + cd src
13:03:15 + /usr/local/bin/rootlesskit -v
13:03:15 rootlesskit version 1.1.0
13:03:15 + RPM_EC=0
13:03:15 ++ jobs -p
13:03:15 + exit 0
13:03:15 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
13:03:15 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.fc37 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20230206193855.ab4ef4a-0.fc37
13:03:15 Requires(interp): /bin/sh /bin/sh /bin/sh
13:03:15 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:03:15 Requires(post): /bin/sh
13:03:15 Requires(preun): /bin/sh
13:03:15 Requires(postun): /bin/sh
13:03:15 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:03:15 Conflicts: rootlesskit
13:03:15 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
13:03:16 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:03:16 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.src.rpm
13:03:18 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:03:18 ++ pwd
13:03:18 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:03:18 Project root: .
13:03:18 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:03:18 INFO: man/src/attach.md found
13:03:18 WARN: man/src/build.md does not exist, skipping
13:03:18 WARN: man/src/builder/build.md does not exist, skipping
13:03:18 WARN: man/src/builder/prune.md does not exist, skipping
13:03:18 WARN: man/src/builder.md does not exist, skipping
13:03:18 WARN: man/src/checkpoint/create.md does not exist, skipping
13:03:18 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:03:18 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:03:18 WARN: man/src/checkpoint.md does not exist, skipping
13:03:18 INFO: man/src/commit.md found
13:03:18 WARN: man/src/config/create.md does not exist, skipping
13:03:18 WARN: man/src/config/inspect.md does not exist, skipping
13:03:18 WARN: man/src/config/ls.md does not exist, skipping
13:03:18 WARN: man/src/config/rm.md does not exist, skipping
13:03:18 WARN: man/src/config.md does not exist, skipping
13:03:18 INFO: man/src/container/attach.md found
13:03:18 INFO: man/src/container/commit.md found
13:03:18 INFO: man/src/container/cp.md found
13:03:18 INFO: man/src/container/create.md found
13:03:18 INFO: man/src/container/diff.md found
13:03:18 INFO: man/src/container/exec.md found
13:03:18 INFO: man/src/container/export.md found
13:03:18 WARN: man/src/container/inspect.md does not exist, skipping
13:03:18 INFO: man/src/container/kill.md found
13:03:18 INFO: man/src/container/logs.md found
13:03:18 INFO: man/src/container/ls.md found
13:03:18 INFO: man/src/container/pause.md found
13:03:18 INFO: man/src/container/port.md found
13:03:18 WARN: man/src/container/prune.md does not exist, skipping
13:03:18 INFO: man/src/container/rename.md found
13:03:18 INFO: man/src/container/restart.md found
13:03:18 INFO: man/src/container/rm.md found
13:03:18 INFO: man/src/container/run.md found
13:03:18 INFO: man/src/container/start.md found
13:03:18 INFO: man/src/container/stats.md found
13:03:18 INFO: man/src/container/stop.md found
13:03:18 INFO: man/src/container/top.md found
13:03:18 INFO: man/src/container/unpause.md found
13:03:18 INFO: man/src/container/update.md found
13:03:18 INFO: man/src/container/wait.md found
13:03:18 WARN: man/src/container.md does not exist, skipping
13:03:18 WARN: man/src/context/create.md does not exist, skipping
13:03:18 WARN: man/src/context/export.md does not exist, skipping
13:03:18 WARN: man/src/context/import.md does not exist, skipping
13:03:18 WARN: man/src/context/inspect.md does not exist, skipping
13:03:18 WARN: man/src/context/ls.md does not exist, skipping
13:03:18 WARN: man/src/context/rm.md does not exist, skipping
13:03:18 WARN: man/src/context/show.md does not exist, skipping
13:03:18 WARN: man/src/context/update.md does not exist, skipping
13:03:18 WARN: man/src/context/use.md does not exist, skipping
13:03:18 WARN: man/src/context.md does not exist, skipping
13:03:18 INFO: man/src/cp.md found
13:03:18 INFO: man/src/create.md found
13:03:18 INFO: man/src/diff.md found
13:03:18 INFO: man/src/events.md found
13:03:18 INFO: man/src/exec.md found
13:03:18 INFO: man/src/export.md found
13:03:18 INFO: man/src/history.md found
13:03:18 INFO: man/src/image/build.md found
13:03:18 INFO: man/src/image/history.md found
13:03:18 INFO: man/src/image/import.md found
13:03:18 WARN: man/src/image/inspect.md does not exist, skipping
13:03:18 INFO: man/src/image/load.md found
13:03:18 INFO: man/src/image/ls.md found
13:03:18 WARN: man/src/image/prune.md does not exist, skipping
13:03:18 INFO: man/src/image/pull.md found
13:03:18 INFO: man/src/image/push.md found
13:03:18 INFO: man/src/image/rm.md found
13:03:18 INFO: man/src/image/save.md found
13:03:18 INFO: man/src/image/tag.md found
13:03:18 WARN: man/src/image.md does not exist, skipping
13:03:18 INFO: man/src/images.md found
13:03:18 INFO: man/src/import.md found
13:03:18 INFO: man/src/info.md found
13:03:18 INFO: man/src/inspect.md found
13:03:18 INFO: man/src/kill.md found
13:03:18 INFO: man/src/load.md found
13:03:18 INFO: man/src/login.md found
13:03:18 INFO: man/src/logout.md found
13:03:18 INFO: man/src/logs.md found
13:03:18 WARN: man/src/manifest/annotate.md does not exist, skipping
13:03:18 WARN: man/src/manifest/create.md does not exist, skipping
13:03:18 WARN: man/src/manifest/inspect.md does not exist, skipping
13:03:18 WARN: man/src/manifest/push.md does not exist, skipping
13:03:18 WARN: man/src/manifest/rm.md does not exist, skipping
13:03:18 WARN: man/src/manifest.md does not exist, skipping
13:03:18 INFO: man/src/network/connect.md found
13:03:18 INFO: man/src/network/create.md found
13:03:18 INFO: man/src/network/disconnect.md found
13:03:18 INFO: man/src/network/inspect.md found
13:03:18 INFO: man/src/network/ls.md found
13:03:18 WARN: man/src/network/prune.md does not exist, skipping
13:03:18 INFO: man/src/network/rm.md found
13:03:18 WARN: man/src/network.md does not exist, skipping
13:03:18 WARN: man/src/node/demote.md does not exist, skipping
13:03:18 WARN: man/src/node/inspect.md does not exist, skipping
13:03:18 WARN: man/src/node/ls.md does not exist, skipping
13:03:18 WARN: man/src/node/promote.md does not exist, skipping
13:03:18 WARN: man/src/node/ps.md does not exist, skipping
13:03:18 WARN: man/src/node/rm.md does not exist, skipping
13:03:18 WARN: man/src/node/update.md does not exist, skipping
13:03:18 WARN: man/src/node.md does not exist, skipping
13:03:18 INFO: man/src/pause.md found
13:03:18 WARN: man/src/plugin/create.md does not exist, skipping
13:03:18 WARN: man/src/plugin/disable.md does not exist, skipping
13:03:18 WARN: man/src/plugin/enable.md does not exist, skipping
13:03:18 WARN: man/src/plugin/inspect.md does not exist, skipping
13:03:18 WARN: man/src/plugin/install.md does not exist, skipping
13:03:18 INFO: man/src/plugin/ls.md found
13:03:18 WARN: man/src/plugin/push.md does not exist, skipping
13:03:18 WARN: man/src/plugin/rm.md does not exist, skipping
13:03:18 WARN: man/src/plugin/set.md does not exist, skipping
13:03:18 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:03:18 WARN: man/src/plugin.md does not exist, skipping
13:03:18 INFO: man/src/port.md found
13:03:18 INFO: man/src/ps.md found
13:03:18 INFO: man/src/pull.md found
13:03:18 INFO: man/src/push.md found
13:03:18 INFO: man/src/rename.md found
13:03:18 INFO: man/src/restart.md found
13:03:18 INFO: man/src/rm.md found
13:03:18 INFO: man/src/rmi.md found
13:03:18 WARN: man/src/run.md does not exist, skipping
13:03:18 INFO: man/src/save.md found
13:03:18 INFO: man/src/search.md found
13:03:18 WARN: man/src/secret/create.md does not exist, skipping
13:03:18 WARN: man/src/secret/inspect.md does not exist, skipping
13:03:18 WARN: man/src/secret/ls.md does not exist, skipping
13:03:18 WARN: man/src/secret/rm.md does not exist, skipping
13:03:18 WARN: man/src/secret.md does not exist, skipping
13:03:18 WARN: man/src/service/create.md does not exist, skipping
13:03:18 WARN: man/src/service/inspect.md does not exist, skipping
13:03:18 WARN: man/src/service/logs.md does not exist, skipping
13:03:18 WARN: man/src/service/ls.md does not exist, skipping
13:03:18 WARN: man/src/service/ps.md does not exist, skipping
13:03:18 WARN: man/src/service/rm.md does not exist, skipping
13:03:18 WARN: man/src/service/rollback.md does not exist, skipping
13:03:18 WARN: man/src/service/scale.md does not exist, skipping
13:03:18 WARN: man/src/service/update.md does not exist, skipping
13:03:18 WARN: man/src/service.md does not exist, skipping
13:03:18 WARN: man/src/stack/config.md does not exist, skipping
13:03:18 WARN: man/src/stack/deploy.md does not exist, skipping
13:03:18 WARN: man/src/stack/ls.md does not exist, skipping
13:03:18 WARN: man/src/stack/ps.md does not exist, skipping
13:03:18 WARN: man/src/stack/rm.md does not exist, skipping
13:03:18 WARN: man/src/stack/services.md does not exist, skipping
13:03:18 WARN: man/src/stack.md does not exist, skipping
13:03:18 INFO: man/src/start.md found
13:03:18 INFO: man/src/stats.md found
13:03:18 INFO: man/src/stop.md found
13:03:18 WARN: man/src/swarm/ca.md does not exist, skipping
13:03:18 WARN: man/src/swarm/init.md does not exist, skipping
13:03:18 WARN: man/src/swarm/join.md does not exist, skipping
13:03:18 WARN: man/src/swarm/join-token.md does not exist, skipping
13:03:18 WARN: man/src/swarm/leave.md does not exist, skipping
13:03:18 WARN: man/src/swarm/unlock.md does not exist, skipping
13:03:18 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:03:18 WARN: man/src/swarm/update.md does not exist, skipping
13:03:18 WARN: man/src/swarm.md does not exist, skipping
13:03:18 WARN: man/src/system/df.md does not exist, skipping
13:03:18 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:03:18 INFO: man/src/system/events.md found
13:03:18 INFO: man/src/system/info.md found
13:03:18 WARN: man/src/system/prune.md does not exist, skipping
13:03:18 WARN: man/src/system.md does not exist, skipping
13:03:18 INFO: man/src/tag.md found
13:03:18 INFO: man/src/top.md found
13:03:18 WARN: man/src/trust/inspect.md does not exist, skipping
13:03:18 WARN: man/src/trust/key/generate.md does not exist, skipping
13:03:18 WARN: man/src/trust/key/load.md does not exist, skipping
13:03:18 WARN: man/src/trust/key.md does not exist, skipping
13:03:18 WARN: man/src/trust/revoke.md does not exist, skipping
13:03:18 WARN: man/src/trust/sign.md does not exist, skipping
13:03:18 WARN: man/src/trust/signer/add.md does not exist, skipping
13:03:18 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:03:18 WARN: man/src/trust/signer.md does not exist, skipping
13:03:18 WARN: man/src/trust.md does not exist, skipping
13:03:18 INFO: man/src/unpause.md found
13:03:18 INFO: man/src/update.md found
13:03:18 INFO: man/src/version.md found
13:03:18 INFO: man/src/volume/create.md found
13:03:18 INFO: man/src/volume/inspect.md found
13:03:18 INFO: man/src/volume/ls.md found
13:03:18 WARN: man/src/volume/prune.md does not exist, skipping
13:03:18 WARN: man/src/volume/rm.md does not exist, skipping
13:03:18 WARN: man/src/volume/update.md does not exist, skipping
13:03:18 INFO: man/src/volume.md found
13:03:18 INFO: man/src/wait.md found
13:03:18 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:03:18 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:03:18 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:03:18 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:03:18 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:03:18 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:03:18 make[2]: Leaving directory '/root/build-deb/cli'
13:03:18 # Build buildx plugin
13:03:18 cd /go/src/github.com/docker/buildx \
13:03:18 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:03:18 && GO111MODULE=on \
13:03:18 	CGO_ENABLED=0 \
13:03:18 		go build \
13:03:18 			-mod=vendor \
13:03:18 			-trimpath \
13:03:18 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:03:18 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:03:18 			./cmd/buildx
13:03:20 make[2]: Leaving directory '/root/build-deb/compose'
13:03:20 # Build the scan-plugin
13:03:20 # TODO change once we support scan-plugin on other architectures
13:03:20 if [ "arm64" = "amd64" ]; then \
13:03:20 	cd /go/src/github.com/docker/scan-cli-plugin \
13:03:20 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:03:20 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:03:20 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:03:20 fi
13:03:20 make[1]: Leaving directory '/root/build-deb'
13:03:20    debian/rules override_dh_auto_test
13:03:20 make[1]: Entering directory '/root/build-deb'
13:03:20 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:03:20 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:03:20 PASS: daemon version OK
13:03:20 ver="$(cli/build/docker --version)"; \
13:03:20 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:03:20 PASS: cli version OK
13:03:20 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:20 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:03:20 PASS: docker-buildx version OK
13:03:20 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:20 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:03:20 PASS: docker-compose version OK
13:03:20 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:03:20 # TODO change once we support scan-plugin on other architectures
13:03:20 if [ "arm64" = "amd64" ]; then \
13:03:20 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:20 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:03:20 fi
13:03:20 make[1]: Leaving directory '/root/build-deb'
13:03:20    create-stamp debian/debhelper-build-stamp
13:03:20  debian/rules binary
13:03:20 dh binary --with=bash-completion
13:03:20    dh_testroot
13:03:20    dh_prep
13:03:20    dh_installdirs
13:03:20    debian/rules override_dh_auto_install
13:03:20 make[1]: Entering directory '/root/build-deb'
13:03:20 # docker-ce-cli install
13:03:20 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:03:20 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:03:20 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:03:20 # docker-ce install
13:03:20 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:03:20 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:03:20 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:03:20 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:03:20 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:03:20 # docker-buildx-plugin install
13:03:20 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:03:20 # docker-compose-plugin install
13:03:20 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:03:20 # docker-scan-plugin install
13:03:20 # TODO change once we support scan-plugin on other architectures
13:03:20 if [ "arm64" = "amd64" ]; then \
13:03:20 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:03:20 fi
13:03:20 # docker-ce-rootless-extras install
13:03:20 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:03:20 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:03:20 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:03:20 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:03:20 # TODO: how can we install vpnkit?
13:03:20 make[1]: Leaving directory '/root/build-deb'
13:03:20    debian/rules override_dh_install
13:03:20 make[1]: Entering directory '/root/build-deb'
13:03:20 dh_install
13:03:20 # TODO Can we do this from within our container?
13:03:20 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:03:20 make[1]: Leaving directory '/root/build-deb'
13:03:20    dh_installdocs
13:03:20    dh_installchangelogs
13:03:20    dh_installman
13:03:20    dh_bash-completion
13:03:20    dh_systemd_enable
13:03:20    debian/rules override_dh_installinit
13:03:20 make[1]: Entering directory '/root/build-deb'
13:03:20 # use "docker" as our service name, not "docker-ce"
13:03:20 dh_installinit --name=docker
13:03:20 make[1]: Leaving directory '/root/build-deb'
13:03:20    dh_systemd_start
13:03:20    dh_perl
13:03:20    dh_link
13:03:20    dh_strip_nondeterminism
13:03:20    dh_compress
13:03:20    dh_fixperms
13:03:20    dh_missing
13:03:20    debian/rules override_dh_strip
13:03:20 make[1]: Entering directory '/root/build-deb'
13:03:20 # Go has lots of problems with stripping, so just don't
13:03:20 make[1]: Leaving directory '/root/build-deb'
13:03:20    dh_makeshlibs
13:03:20    debian/rules override_dh_shlibdeps
13:03:20 make[1]: Entering directory '/root/build-deb'
13:03:20 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:03:20 make[1]: Leaving directory '/root/build-deb'
13:03:20    dh_installdeb
13:03:20    debian/rules override_dh_gencontrol
13:03:20 make[1]: Entering directory '/root/build-deb'
13:03:20 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:03:20 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:03:20 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:03:20 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:03:20 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:03:20 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:03:20 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:03:20 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:03:20 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:03:20 if [ "arm64" = "amd64" ]; then \
13:03:20 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:03:20 fi
13:03:20 dh_gencontrol --remaining-packages
13:03:20 make[1]: Leaving directory '/root/build-deb'
13:03:20    dh_md5sums
13:03:20    debian/rules override_dh_builddeb
13:03:20 make[1]: Entering directory '/root/build-deb'
13:03:20 dh_builddeb -- -Zxz
13:03:20 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb'.
13:03:20 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb'.
13:03:22 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:03:22 ++ pwd
13:03:22 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:03:22 Project root: .
13:03:22 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:03:22 INFO: man/src/attach.md found
13:03:22 WARN: man/src/build.md does not exist, skipping
13:03:22 WARN: man/src/builder/build.md does not exist, skipping
13:03:22 WARN: man/src/builder/prune.md does not exist, skipping
13:03:22 WARN: man/src/builder.md does not exist, skipping
13:03:22 WARN: man/src/checkpoint/create.md does not exist, skipping
13:03:22 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:03:22 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:03:22 WARN: man/src/checkpoint.md does not exist, skipping
13:03:22 INFO: man/src/commit.md found
13:03:22 WARN: man/src/config/create.md does not exist, skipping
13:03:22 WARN: man/src/config/inspect.md does not exist, skipping
13:03:22 WARN: man/src/config/ls.md does not exist, skipping
13:03:22 WARN: man/src/config/rm.md does not exist, skipping
13:03:22 WARN: man/src/config.md does not exist, skipping
13:03:22 INFO: man/src/container/attach.md found
13:03:22 INFO: man/src/container/commit.md found
13:03:22 INFO: man/src/container/cp.md found
13:03:22 INFO: man/src/container/create.md found
13:03:22 INFO: man/src/container/diff.md found
13:03:22 INFO: man/src/container/exec.md found
13:03:22 INFO: man/src/container/export.md found
13:03:22 WARN: man/src/container/inspect.md does not exist, skipping
13:03:22 INFO: man/src/container/kill.md found
13:03:22 INFO: man/src/container/logs.md found
13:03:22 INFO: man/src/container/ls.md found
13:03:22 INFO: man/src/container/pause.md found
13:03:22 INFO: man/src/container/port.md found
13:03:22 WARN: man/src/container/prune.md does not exist, skipping
13:03:22 INFO: man/src/container/rename.md found
13:03:22 INFO: man/src/container/restart.md found
13:03:22 INFO: man/src/container/rm.md found
13:03:22 INFO: man/src/container/run.md found
13:03:22 INFO: man/src/container/start.md found
13:03:22 INFO: man/src/container/stats.md found
13:03:22 INFO: man/src/container/stop.md found
13:03:22 INFO: man/src/container/top.md found
13:03:22 INFO: man/src/container/unpause.md found
13:03:22 INFO: man/src/container/update.md found
13:03:22 INFO: man/src/container/wait.md found
13:03:22 WARN: man/src/container.md does not exist, skipping
13:03:22 WARN: man/src/context/create.md does not exist, skipping
13:03:22 WARN: man/src/context/export.md does not exist, skipping
13:03:22 WARN: man/src/context/import.md does not exist, skipping
13:03:22 WARN: man/src/context/inspect.md does not exist, skipping
13:03:22 WARN: man/src/context/ls.md does not exist, skipping
13:03:22 WARN: man/src/context/rm.md does not exist, skipping
13:03:22 WARN: man/src/context/show.md does not exist, skipping
13:03:22 WARN: man/src/context/update.md does not exist, skipping
13:03:22 WARN: man/src/context/use.md does not exist, skipping
13:03:22 WARN: man/src/context.md does not exist, skipping
13:03:22 INFO: man/src/cp.md found
13:03:22 INFO: man/src/create.md found
13:03:22 INFO: man/src/diff.md found
13:03:22 INFO: man/src/events.md found
13:03:22 INFO: man/src/exec.md found
13:03:22 INFO: man/src/export.md found
13:03:22 INFO: man/src/history.md found
13:03:22 INFO: man/src/image/build.md found
13:03:22 INFO: man/src/image/history.md found
13:03:22 INFO: man/src/image/import.md found
13:03:22 WARN: man/src/image/inspect.md does not exist, skipping
13:03:22 INFO: man/src/image/load.md found
13:03:22 INFO: man/src/image/ls.md found
13:03:22 WARN: man/src/image/prune.md does not exist, skipping
13:03:22 INFO: man/src/image/pull.md found
13:03:22 INFO: man/src/image/push.md found
13:03:22 INFO: man/src/image/rm.md found
13:03:22 INFO: man/src/image/save.md found
13:03:22 INFO: man/src/image/tag.md found
13:03:22 WARN: man/src/image.md does not exist, skipping
13:03:22 INFO: man/src/images.md found
13:03:22 INFO: man/src/import.md found
13:03:22 INFO: man/src/info.md found
13:03:22 INFO: man/src/inspect.md found
13:03:22 INFO: man/src/kill.md found
13:03:22 INFO: man/src/load.md found
13:03:22 INFO: man/src/login.md found
13:03:22 INFO: man/src/logout.md found
13:03:22 INFO: man/src/logs.md found
13:03:22 WARN: man/src/manifest/annotate.md does not exist, skipping
13:03:22 WARN: man/src/manifest/create.md does not exist, skipping
13:03:22 WARN: man/src/manifest/inspect.md does not exist, skipping
13:03:22 WARN: man/src/manifest/push.md does not exist, skipping
13:03:22 WARN: man/src/manifest/rm.md does not exist, skipping
13:03:22 WARN: man/src/manifest.md does not exist, skipping
13:03:22 INFO: man/src/network/connect.md found
13:03:22 INFO: man/src/network/create.md found
13:03:22 INFO: man/src/network/disconnect.md found
13:03:22 INFO: man/src/network/inspect.md found
13:03:22 INFO: man/src/network/ls.md found
13:03:22 WARN: man/src/network/prune.md does not exist, skipping
13:03:22 INFO: man/src/network/rm.md found
13:03:22 WARN: man/src/network.md does not exist, skipping
13:03:22 WARN: man/src/node/demote.md does not exist, skipping
13:03:22 WARN: man/src/node/inspect.md does not exist, skipping
13:03:22 WARN: man/src/node/ls.md does not exist, skipping
13:03:22 WARN: man/src/node/promote.md does not exist, skipping
13:03:22 WARN: man/src/node/ps.md does not exist, skipping
13:03:22 WARN: man/src/node/rm.md does not exist, skipping
13:03:22 WARN: man/src/node/update.md does not exist, skipping
13:03:22 WARN: man/src/node.md does not exist, skipping
13:03:22 INFO: man/src/pause.md found
13:03:22 WARN: man/src/plugin/create.md does not exist, skipping
13:03:22 WARN: man/src/plugin/disable.md does not exist, skipping
13:03:22 WARN: man/src/plugin/enable.md does not exist, skipping
13:03:22 WARN: man/src/plugin/inspect.md does not exist, skipping
13:03:22 WARN: man/src/plugin/install.md does not exist, skipping
13:03:22 INFO: man/src/plugin/ls.md found
13:03:22 WARN: man/src/plugin/push.md does not exist, skipping
13:03:22 WARN: man/src/plugin/rm.md does not exist, skipping
13:03:22 WARN: man/src/plugin/set.md does not exist, skipping
13:03:22 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:03:22 WARN: man/src/plugin.md does not exist, skipping
13:03:22 INFO: man/src/port.md found
13:03:22 INFO: man/src/ps.md found
13:03:22 INFO: man/src/pull.md found
13:03:22 INFO: man/src/push.md found
13:03:22 INFO: man/src/rename.md found
13:03:22 INFO: man/src/restart.md found
13:03:22 INFO: man/src/rm.md found
13:03:22 INFO: man/src/rmi.md found
13:03:22 WARN: man/src/run.md does not exist, skipping
13:03:22 INFO: man/src/save.md found
13:03:22 INFO: man/src/search.md found
13:03:22 WARN: man/src/secret/create.md does not exist, skipping
13:03:22 WARN: man/src/secret/inspect.md does not exist, skipping
13:03:22 WARN: man/src/secret/ls.md does not exist, skipping
13:03:22 WARN: man/src/secret/rm.md does not exist, skipping
13:03:22 WARN: man/src/secret.md does not exist, skipping
13:03:22 WARN: man/src/service/create.md does not exist, skipping
13:03:22 WARN: man/src/service/inspect.md does not exist, skipping
13:03:22 WARN: man/src/service/logs.md does not exist, skipping
13:03:22 WARN: man/src/service/ls.md does not exist, skipping
13:03:22 WARN: man/src/service/ps.md does not exist, skipping
13:03:22 WARN: man/src/service/rm.md does not exist, skipping
13:03:22 WARN: man/src/service/rollback.md does not exist, skipping
13:03:22 WARN: man/src/service/scale.md does not exist, skipping
13:03:22 WARN: man/src/service/update.md does not exist, skipping
13:03:22 WARN: man/src/service.md does not exist, skipping
13:03:22 WARN: man/src/stack/config.md does not exist, skipping
13:03:22 WARN: man/src/stack/deploy.md does not exist, skipping
13:03:22 WARN: man/src/stack/ls.md does not exist, skipping
13:03:22 WARN: man/src/stack/ps.md does not exist, skipping
13:03:22 WARN: man/src/stack/rm.md does not exist, skipping
13:03:22 WARN: man/src/stack/services.md does not exist, skipping
13:03:22 WARN: man/src/stack.md does not exist, skipping
13:03:22 INFO: man/src/start.md found
13:03:22 INFO: man/src/stats.md found
13:03:22 INFO: man/src/stop.md found
13:03:22 WARN: man/src/swarm/ca.md does not exist, skipping
13:03:22 WARN: man/src/swarm/init.md does not exist, skipping
13:03:22 WARN: man/src/swarm/join.md does not exist, skipping
13:03:22 WARN: man/src/swarm/join-token.md does not exist, skipping
13:03:22 WARN: man/src/swarm/leave.md does not exist, skipping
13:03:22 WARN: man/src/swarm/unlock.md does not exist, skipping
13:03:22 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:03:22 WARN: man/src/swarm/update.md does not exist, skipping
13:03:22 WARN: man/src/swarm.md does not exist, skipping
13:03:22 WARN: man/src/system/df.md does not exist, skipping
13:03:22 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:03:22 INFO: man/src/system/events.md found
13:03:22 INFO: man/src/system/info.md found
13:03:22 WARN: man/src/system/prune.md does not exist, skipping
13:03:22 WARN: man/src/system.md does not exist, skipping
13:03:22 INFO: man/src/tag.md found
13:03:22 INFO: man/src/top.md found
13:03:22 WARN: man/src/trust/inspect.md does not exist, skipping
13:03:22 WARN: man/src/trust/key/generate.md does not exist, skipping
13:03:22 WARN: man/src/trust/key/load.md does not exist, skipping
13:03:22 WARN: man/src/trust/key.md does not exist, skipping
13:03:22 WARN: man/src/trust/revoke.md does not exist, skipping
13:03:22 WARN: man/src/trust/sign.md does not exist, skipping
13:03:22 WARN: man/src/trust/signer/add.md does not exist, skipping
13:03:22 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:03:22 WARN: man/src/trust/signer.md does not exist, skipping
13:03:22 WARN: man/src/trust.md does not exist, skipping
13:03:22 INFO: man/src/unpause.md found
13:03:22 INFO: man/src/update.md found
13:03:22 INFO: man/src/version.md found
13:03:22 INFO: man/src/volume/create.md found
13:03:22 INFO: man/src/volume/inspect.md found
13:03:22 INFO: man/src/volume/ls.md found
13:03:22 WARN: man/src/volume/prune.md does not exist, skipping
13:03:22 WARN: man/src/volume/rm.md does not exist, skipping
13:03:22 WARN: man/src/volume/update.md does not exist, skipping
13:03:22 INFO: man/src/volume.md found
13:03:22 INFO: man/src/wait.md found
13:03:22 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:03:22 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:03:22 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:03:22 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:03:22 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:03:22 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:03:22 + popd
13:03:22 + exit 0
13:03:22 ~/rpmbuild/BUILD/src
13:03:22 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7auIKC
13:03:22 + umask 022
13:03:22 + cd /root/rpmbuild/BUILD
13:03:22 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64 '!=' / ']'
13:03:22 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:03:22 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:03:22 + mkdir -p /root/rpmbuild/BUILDROOT
13:03:22 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:03:22 + cd src
13:03:22 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/bin
13:03:22 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/bin/docker
13:03:22 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/bash-completion/completions
13:03:22 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/zsh/vendor-completions
13:03:22 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/fish/vendor_completions.d
13:03:22 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/bash-completion/completions/docker
13:03:22 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/zsh/vendor-completions/_docker
13:03:22 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/fish/vendor_completions.d/docker.fish
13:03:22 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/man/man1
13:03: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-update.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~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/man/man1
13:03:22 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/man/man5
13:03: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~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/man/man5
13:03:22 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/man/man8
13:03:22 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/man/man8
13:03:22 + mkdir -p build-docs
13:03:22 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:03:22 + cp cli/LICENSE build-docs/LICENSE
13:03:22 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:03:22 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:03:22 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:03:22 + cp cli/NOTICE build-docs/NOTICE
13:03:22 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:03:22 + cp cli/README.md build-docs/README.md
13:03:22 + /usr/lib/rpm/check-buildroot
13:03:22 + /usr/lib/rpm/redhat/brp-compress
13:03:22 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:03:22 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:03:22 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:03:22 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:03:22 + /usr/lib/rpm/redhat/brp-python-hardlink
13:03:22 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:03:22 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.UfIWiP
13:03:22 + umask 022
13:03:22 + cd /root/rpmbuild/BUILD
13:03:22 + cd src
13:03:22 ++ cli/build/docker --version
13:03:22 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:03:22 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:03:22 PASS: cli version OK
13:03:22 + echo 'PASS: cli version OK'
13:03:22 + exit 0
13:03:22 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:03:22 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.L6le68
13:03:22 + umask 022
13:03:22 + cd /root/rpmbuild/BUILD
13:03:22 + cd src
13:03:22 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
13:03:22 + export DOCDIR
13:03:22 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
13:03:22 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
13:03:22 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
13:03:22 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
13:03:22 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
13:03:22 + exit 0
13:03:22 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.el7 docker-ce-cli(aarch-64) = 1:0.0.0~20230206193855.ab4ef4a-0.el7
13:03:22 Requires(interp): /bin/sh
13:03:22 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:03:22 Requires(post): /bin/sh
13:03:22 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:03:22 Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli
13:03:22 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:03:22 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.src.rpm
13:03:22 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm
13:03:22 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pSy4sx
13:03:22 + umask 022
13:03:22 + cd /root/rpmbuild/BUILD
13:03:22 + cd src
13:03:22 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:03:22 + exit 0
13:03:22 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.cHYPPV
13:03:22 + umask 022
13:03:22 + cd /root/rpmbuild/BUILD
13:03:22 + cd /root/rpmbuild/BUILD
13:03:22 + rm -rf src
13:03:22 + /usr/bin/mkdir -p src
13:03:22 + cd src
13:03:22 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:03:22 + /usr/bin/tar -xf -
13:03:22 + STATUS=0
13:03:22 + '[' 0 -ne 0 ']'
13:03:22 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:03:22 + /usr/bin/tar -xf -
13:03:22 + STATUS=0
13:03:22 + '[' 0 -ne 0 ']'
13:03:22 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:03:22 + exit 0
13:03:22 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.s1oTVP
13:03:22 + umask 022
13:03:22 + cd /root/rpmbuild/BUILD
13:03:22 + cd src
13:03:22 + export DOCKER_GITCOMMIT=1141704
13:03:22 + DOCKER_GITCOMMIT=1141704
13:03:22 + mkdir -p /go/src/github.com/docker
13:03:22 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:03:22 + TMP_GOPATH=/go
13:03:22 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:03:22 + RM_GOPATH=0
13:03:22 + TMP_GOPATH=/go
13:03:22 + : /usr/local/bin
13:03:22 + '[' -z /go ']'
13:03:22 + export GOPATH=/go
13:03:22 + GOPATH=/go
13:03:22 + case "$(go env GOARCH)" in
13:03:22 ++ go env GOARCH
13:03:22 + export GO_BUILDMODE=-buildmode=pie
13:03:22 + GO_BUILDMODE=-buildmode=pie
13:03:22 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:03:22 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:03:22 + bin=rootlesskit
13:03:22 + shift
13:03:22 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:03:22 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:03:22 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:03:22 + install_rootlesskit dynamic
13:03:22 + case "$1" in
13:03:22 + install_rootlesskit_dynamic
13:03:22 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:03:22 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:03:22 + export BUILD_MODE=-buildmode=pie
13:03:22 + BUILD_MODE=-buildmode=pie
13:03:22 + _install_rootlesskit
13:03:22 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:03:22 + for f in rootlesskit rootlesskit-docker-proxy
13:03:22 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:03:22 + GOBIN=/usr/local/bin
13:03:22 + GO111MODULE=on
13:03:22 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:03:22 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:03:22 go: downloading github.com/urfave/cli/v2 v2.23.5
13:03:22 go: downloading golang.org/x/sys v0.2.0
13:03:22 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64.rpm
13:03:22 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.lsHvYc
13:03:22 + umask 022
13:03:22 + cd /root/rpmbuild/BUILD
13:03:22 + cd src
13:03:22 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
13:03:22 + RPM_EC=0
13:03:22 ++ jobs -p
13:03:22 + exit 0
13:03:22 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.QCDzhs
13:03:22 + umask 022
13:03:22 + cd /root/rpmbuild/BUILD
13:03:22 + rm -rf src src.gemspec
13:03:22 + RPM_EC=0
13:03:22 ++ jobs -p
13:03:22 + exit 0
13:03:22 
13:03:22 RPM build warnings:
13:03:22     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:03:22     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:03:22     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:03:22     source_date_epoch_from_changelog set but %changelog is missing
13:03:22     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker-proxy
13:03:22     source_date_epoch_from_changelog set but %changelog is missing
13:03:22     source_date_epoch_from_changelog set but %changelog is missing
13:03:22 warning: source_date_epoch_from_changelog set but %changelog is missing
13:03:22 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.F3O1uR
13:03:22 + umask 022
13:03:22 + cd /root/rpmbuild/BUILD
13:03:22 + cd /root/rpmbuild/BUILD
13:03:22 + rm -rf src
13:03:22 + /usr/bin/mkdir -p src
13:03:22 + cd src
13:03:22 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz
13:03:22 + STATUS=0
13:03:22 + '[' 0 -ne 0 ']'
13:03:22 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz
13:03:22 + STATUS=0
13:03:22 + '[' 0 -ne 0 ']'
13:03:22 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:03:22 + RPM_EC=0
13:03:22 ++ jobs -p
13:03:22 + exit 0
13:03:22 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.J3O2XZ
13:03:22 + umask 022
13:03:22 + cd /root/rpmbuild/BUILD
13:03: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:03:22 + export CFLAGS
13:03: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:03:22 + export CXXFLAGS
13:03: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:03:22 + export FFLAGS
13:03: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:03:22 + export FCFLAGS
13:03: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:03:22 + export LDFLAGS
13:03:22 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:03:22 + export LT_SYS_LIBRARY_PATH
13:03:22 + CC=gcc
13:03:22 + export CC
13:03:22 + CXX=g++
13:03:22 + export CXX
13:03:22 + cd src
13:03:22 + pushd /root/rpmbuild/BUILD/src/buildx
13:03:22 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:03:22 + GO111MODULE=on
13:03:22 + CGO_ENABLED=0
13:03:22 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
13:03:22 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:03:22 go: downloading github.com/google/uuid v1.3.0
13:03:22 go: downloading github.com/moby/vpnkit v0.5.0
13:03:22 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:03:22 go: downloading github.com/gofrs/flock v0.8.1
13:03:22 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:03:23 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:03:23 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:03:23 go: downloading golang.org/x/net v0.1.0
13:03:23 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el9.aarch64.rpm
13:03:23 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.HBifdm
13:03:23 + umask 022
13:03:23 + cd /root/rpmbuild/BUILD
13:03:23 + cd src
13:03:23 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.aarch64
13:03:23 + RPM_EC=0
13:03:23 ++ jobs -p
13:03:23 + exit 0
13:03:23 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.xL2i3V
13:03:23 + umask 022
13:03:23 + cd /root/rpmbuild/BUILD
13:03:23 + cd /root/rpmbuild/BUILD
13:03:23 + rm -rf src
13:03:23 + /usr/bin/mkdir -p src
13:03:23 + cd src
13:03:23 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:03:23 + /usr/bin/tar -xof -
13:03:23 + STATUS=0
13:03:23 + '[' 0 -ne 0 ']'
13:03:23 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:03:23 + /usr/bin/tar -xof -
13:03:23 + STATUS=0
13:03:23 + '[' 0 -ne 0 ']'
13:03:23 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:03:23 + RPM_EC=0
13:03:23 ++ jobs -p
13:03:23 + exit 0
13:03:23 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.49aPuh
13:03:23 + umask 022
13:03:23 + cd /root/rpmbuild/BUILD
13:03:23 + cd src
13:03:23 + pushd /root/rpmbuild/BUILD/src/compose
13:03:23 + make VERSION=v2.16.0 DESTDIR=./bin build
13:03:23 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:03:23 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "./bin/docker-compose" ./cmd
13:03:23 go: downloading github.com/docker/cli v23.0.0+incompatible
13:03:24 go: downloading github.com/theupdateframework/notary v0.7.0
13:03:24 go: downloading github.com/compose-spec/compose-go v1.9.0
13:03:24 go: downloading github.com/hashicorp/go-version v1.6.0
13:03:24 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:03:24 go: downloading github.com/docker/buildx v0.10.2
13:03:24 go: downloading github.com/mattn/go-shellwords v1.0.12
13:03:24 go: downloading github.com/moby/buildkit v0.11.2
13:03:24 go: downloading go.opentelemetry.io/otel v1.13.0
13:03:24 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:03:24 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:03:24 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:03:24 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:03:24 go: downloading golang.org/x/sync v0.1.0
13:03:24 go: downloading github.com/imdario/mergo v0.3.13
13:03:24 go: downloading github.com/containerd/console v1.0.3
13:03:24 go: downloading github.com/buger/goterm v1.0.4
13:03:24 go: downloading github.com/stretchr/testify v1.8.1
13:03:24 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:03:24 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:03:24 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:03:24 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:03:24 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:03:24 go: downloading google.golang.org/grpc v1.50.1
13:03:24 go: downloading k8s.io/client-go v0.22.4
13:03:25 go: downloading k8s.io/api v0.22.4
13:03:25 go: downloading k8s.io/apimachinery v0.22.4
13:03:25 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:03:25 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:03:25 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:03:25 go: downloading github.com/golang/mock v1.6.0
13:03:25 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:03:25 go: downloading github.com/hashicorp/errwrap v1.1.0
13:03:25 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:03:25 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:03:25 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:03:25 go: downloading golang.org/x/net v0.4.0
13:03:26 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:03:26 go: downloading golang.org/x/term v0.3.0
13:03:26 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:03:26 go: downloading github.com/mattn/go-runewidth v0.0.14
13:03:26 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:03:26 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:03:26 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:03:26 go: downloading github.com/go-logr/stdr v1.2.2
13:03:26 go: downloading github.com/containerd/typeurl v1.0.2
13:03:26 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:03:26 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:03:26 go: downloading github.com/gogo/googleapis v1.4.1
13:03:27 make[2]: Leaving directory '/root/build-deb/compose'
13:03:27 # Build the scan-plugin
13:03:27 # TODO change once we support scan-plugin on other architectures
13:03:27 if [ "arm64" = "amd64" ]; then \
13:03:27 	cd /go/src/github.com/docker/scan-cli-plugin \
13:03:27 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:03:27 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:03:27 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:03:27 fi
13:03:27 make[1]: Leaving directory '/root/build-deb'
13:03:27    debian/rules override_dh_auto_test
13:03:27 make[1]: Entering directory '/root/build-deb'
13:03:27 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:03:27 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:03:27 PASS: daemon version OK
13:03:27 ver="$(cli/build/docker --version)"; \
13:03:27 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:03:27 PASS: cli version OK
13:03:27 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:27 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:03:27 PASS: docker-buildx version OK
13:03:27 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:27 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:03:27 PASS: docker-compose version OK
13:03:27 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:03:27 # TODO change once we support scan-plugin on other architectures
13:03:27 if [ "arm64" = "amd64" ]; then \
13:03:27 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:27 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:03:27 fi
13:03:27 make[1]: Leaving directory '/root/build-deb'
13:03:27    create-stamp debian/debhelper-build-stamp
13:03:27  debian/rules binary
13:03:27 dh binary --with=bash-completion
13:03:27    dh_testroot
13:03:27    dh_prep
13:03:27    dh_installdirs
13:03:27    debian/rules override_dh_auto_install
13:03:27 make[1]: Entering directory '/root/build-deb'
13:03:27 # docker-ce-cli install
13:03:27 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:03:27 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:03:27 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:03:27 # docker-ce install
13:03:27 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:03:27 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:03:27 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:03:27 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:03:27 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:03:27 # docker-buildx-plugin install
13:03:27 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:03:27 # docker-compose-plugin install
13:03:27 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:03:27 # docker-scan-plugin install
13:03:27 # TODO change once we support scan-plugin on other architectures
13:03:27 if [ "arm64" = "amd64" ]; then \
13:03:27 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:03:27 fi
13:03:27 # docker-ce-rootless-extras install
13:03:27 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:03:27 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:03:27 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:03:27 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:03:27 # TODO: how can we install vpnkit?
13:03:27 make[1]: Leaving directory '/root/build-deb'
13:03:27    debian/rules override_dh_install
13:03:27 make[1]: Entering directory '/root/build-deb'
13:03:27 dh_install
13:03:27 # TODO Can we do this from within our container?
13:03:27 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:03:27 make[1]: Leaving directory '/root/build-deb'
13:03:27    dh_installdocs
13:03:27    dh_installchangelogs
13:03:27    dh_installman
13:03:27    dh_bash-completion
13:03:27    dh_systemd_enable
13:03:27    debian/rules override_dh_installinit
13:03:27 make[1]: Entering directory '/root/build-deb'
13:03:27 # use "docker" as our service name, not "docker-ce"
13:03:27 dh_installinit --name=docker
13:03:27 make[1]: Leaving directory '/root/build-deb'
13:03:27    dh_systemd_start
13:03:27    dh_perl
13:03:27    dh_link
13:03:27    dh_strip_nondeterminism
13:03:27    dh_compress
13:03:27    dh_fixperms
13:03:27    dh_missing
13:03:27    debian/rules override_dh_strip
13:03:27 make[1]: Entering directory '/root/build-deb'
13:03:27 # Go has lots of problems with stripping, so just don't
13:03:27 make[1]: Leaving directory '/root/build-deb'
13:03:27    dh_makeshlibs
13:03:27    debian/rules override_dh_shlibdeps
13:03:27 make[1]: Entering directory '/root/build-deb'
13:03:27 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:03:28 go: downloading github.com/pelletier/go-toml v1.9.5
13:03:28 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:03:28 go: downloading k8s.io/klog/v2 v2.60.1
13:03:28 go: downloading github.com/google/gofuzz v1.2.0
13:03:28 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:03:28 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:03:28 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:03:28 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:03:28 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:03:28 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:03:28 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:03:28 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:03:28 go: downloading github.com/aws/smithy-go v1.11.2
13:03:28 go: downloading github.com/moby/locker v1.0.1
13:03:28 go: downloading github.com/felixge/httpsnoop v1.0.2
13:03:28 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:03:28 go: downloading gopkg.in/inf.v0 v0.9.1
13:03:28 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:03:28 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:03:28 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:03:28 go: downloading github.com/googleapis/gnostic v0.5.5
13:03:28 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:03:28 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:03:28 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:03:28 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:03:28 go: downloading github.com/json-iterator/go v1.1.12
13:03:28 go: downloading github.com/mattn/go-colorable v0.1.12
13:03:28 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:03:28 go: downloading github.com/containerd/ttrpc v1.1.0
13:03:28 go: downloading github.com/modern-go/reflect2 v1.0.2
13:03:28 go: downloading sigs.k8s.io/yaml v1.2.0
13:03:28 go: downloading github.com/moby/spdystream v0.2.0
13:03:28 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:03:28 go: downloading github.com/mattn/go-isatty v0.0.16
13:03:28 + for f in rootlesskit rootlesskit-docker-proxy
13:03:28 + GOBIN=/usr/local/bin
13:03:28 + GO111MODULE=on
13:03:28 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:03:28 make[1]: Leaving directory '/root/build-deb'
13:03:28    dh_installdeb
13:03:29    debian/rules override_dh_gencontrol
13:03:29 make[1]: Entering directory '/root/build-deb'
13:03:29 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:03:29 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:03:29 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:03:29 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:03:29 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:03:29 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:03:29 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:03:29 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:03:29 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:03:29 if [ "arm64" = "amd64" ]; then \
13:03:29 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:03:29 fi
13:03:29 dh_gencontrol --remaining-packages
13:03:29 make[1]: Leaving directory '/root/build-deb'
13:03:29    dh_md5sums
13:03:29 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:03:29 ++ pwd
13:03:29 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:03:29 Project root: .
13:03:29 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:03:29 INFO: man/src/attach.md found
13:03:29 WARN: man/src/build.md does not exist, skipping
13:03:29 WARN: man/src/builder/build.md does not exist, skipping
13:03:29 WARN: man/src/builder/prune.md does not exist, skipping
13:03:29 WARN: man/src/builder.md does not exist, skipping
13:03:29 WARN: man/src/checkpoint/create.md does not exist, skipping
13:03:29 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:03:29 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:03:29 WARN: man/src/checkpoint.md does not exist, skipping
13:03:29 INFO: man/src/commit.md found
13:03:29 WARN: man/src/config/create.md does not exist, skipping
13:03:29 WARN: man/src/config/inspect.md does not exist, skipping
13:03:29 WARN: man/src/config/ls.md does not exist, skipping
13:03:29 WARN: man/src/config/rm.md does not exist, skipping
13:03:29 WARN: man/src/config.md does not exist, skipping
13:03:29 INFO: man/src/container/attach.md found
13:03:29 INFO: man/src/container/commit.md found
13:03:29 INFO: man/src/container/cp.md found
13:03:29 INFO: man/src/container/create.md found
13:03:29 INFO: man/src/container/diff.md found
13:03:29 INFO: man/src/container/exec.md found
13:03:29 INFO: man/src/container/export.md found
13:03:29 WARN: man/src/container/inspect.md does not exist, skipping
13:03:29 INFO: man/src/container/kill.md found
13:03:29 INFO: man/src/container/logs.md found
13:03:29 INFO: man/src/container/ls.md found
13:03:29 INFO: man/src/container/pause.md found
13:03:29 INFO: man/src/container/port.md found
13:03:29 WARN: man/src/container/prune.md does not exist, skipping
13:03:29 INFO: man/src/container/rename.md found
13:03:29 INFO: man/src/container/restart.md found
13:03:29 INFO: man/src/container/rm.md found
13:03:29 INFO: man/src/container/run.md found
13:03:29 INFO: man/src/container/start.md found
13:03:29 INFO: man/src/container/stats.md found
13:03:29 INFO: man/src/container/stop.md found
13:03:29 INFO: man/src/container/top.md found
13:03:29 INFO: man/src/container/unpause.md found
13:03:29 INFO: man/src/container/update.md found
13:03:29 INFO: man/src/container/wait.md found
13:03:29 WARN: man/src/container.md does not exist, skipping
13:03:29 WARN: man/src/context/create.md does not exist, skipping
13:03:29 WARN: man/src/context/export.md does not exist, skipping
13:03:29 WARN: man/src/context/import.md does not exist, skipping
13:03:29 WARN: man/src/context/inspect.md does not exist, skipping
13:03:29 WARN: man/src/context/ls.md does not exist, skipping
13:03:29 WARN: man/src/context/rm.md does not exist, skipping
13:03:29 WARN: man/src/context/show.md does not exist, skipping
13:03:29 WARN: man/src/context/update.md does not exist, skipping
13:03:29 WARN: man/src/context/use.md does not exist, skipping
13:03:29 WARN: man/src/context.md does not exist, skipping
13:03:29 INFO: man/src/cp.md found
13:03:29 INFO: man/src/create.md found
13:03:29 INFO: man/src/diff.md found
13:03:29 INFO: man/src/events.md found
13:03:29 INFO: man/src/exec.md found
13:03:29 INFO: man/src/export.md found
13:03:29 INFO: man/src/history.md found
13:03:29 INFO: man/src/image/build.md found
13:03:29 INFO: man/src/image/history.md found
13:03:29 INFO: man/src/image/import.md found
13:03:29 WARN: man/src/image/inspect.md does not exist, skipping
13:03:29 INFO: man/src/image/load.md found
13:03:29 INFO: man/src/image/ls.md found
13:03:29 WARN: man/src/image/prune.md does not exist, skipping
13:03:29 INFO: man/src/image/pull.md found
13:03:29 INFO: man/src/image/push.md found
13:03:29 INFO: man/src/image/rm.md found
13:03:29 INFO: man/src/image/save.md found
13:03:29 INFO: man/src/image/tag.md found
13:03:29 WARN: man/src/image.md does not exist, skipping
13:03:29 INFO: man/src/images.md found
13:03:29 INFO: man/src/import.md found
13:03:29 INFO: man/src/info.md found
13:03:29 INFO: man/src/inspect.md found
13:03:29 INFO: man/src/kill.md found
13:03:29 INFO: man/src/load.md found
13:03:29 INFO: man/src/login.md found
13:03:29 INFO: man/src/logout.md found
13:03:29 INFO: man/src/logs.md found
13:03:29 WARN: man/src/manifest/annotate.md does not exist, skipping
13:03:29 WARN: man/src/manifest/create.md does not exist, skipping
13:03:29 WARN: man/src/manifest/inspect.md does not exist, skipping
13:03:29 WARN: man/src/manifest/push.md does not exist, skipping
13:03:29 WARN: man/src/manifest/rm.md does not exist, skipping
13:03:29 WARN: man/src/manifest.md does not exist, skipping
13:03:29 INFO: man/src/network/connect.md found
13:03:29 INFO: man/src/network/create.md found
13:03:29 INFO: man/src/network/disconnect.md found
13:03:29 INFO: man/src/network/inspect.md found
13:03:29 INFO: man/src/network/ls.md found
13:03:29 WARN: man/src/network/prune.md does not exist, skipping
13:03:29 INFO: man/src/network/rm.md found
13:03:29 WARN: man/src/network.md does not exist, skipping
13:03:29 WARN: man/src/node/demote.md does not exist, skipping
13:03:29 WARN: man/src/node/inspect.md does not exist, skipping
13:03:29 WARN: man/src/node/ls.md does not exist, skipping
13:03:29 WARN: man/src/node/promote.md does not exist, skipping
13:03:29 WARN: man/src/node/ps.md does not exist, skipping
13:03:29 WARN: man/src/node/rm.md does not exist, skipping
13:03:29 WARN: man/src/node/update.md does not exist, skipping
13:03:29 WARN: man/src/node.md does not exist, skipping
13:03:29 INFO: man/src/pause.md found
13:03:29 WARN: man/src/plugin/create.md does not exist, skipping
13:03:29 WARN: man/src/plugin/disable.md does not exist, skipping
13:03:29 WARN: man/src/plugin/enable.md does not exist, skipping
13:03:29 WARN: man/src/plugin/inspect.md does not exist, skipping
13:03:29 WARN: man/src/plugin/install.md does not exist, skipping
13:03:29 INFO: man/src/plugin/ls.md found
13:03:29 WARN: man/src/plugin/push.md does not exist, skipping
13:03:29 WARN: man/src/plugin/rm.md does not exist, skipping
13:03:29 WARN: man/src/plugin/set.md does not exist, skipping
13:03:29 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:03:29 WARN: man/src/plugin.md does not exist, skipping
13:03:29 INFO: man/src/port.md found
13:03:29 INFO: man/src/ps.md found
13:03:29 INFO: man/src/pull.md found
13:03:29 INFO: man/src/push.md found
13:03:29 INFO: man/src/rename.md found
13:03:29 INFO: man/src/restart.md found
13:03:29 INFO: man/src/rm.md found
13:03:29 INFO: man/src/rmi.md found
13:03:29 WARN: man/src/run.md does not exist, skipping
13:03:29 INFO: man/src/save.md found
13:03:29 INFO: man/src/search.md found
13:03:29 WARN: man/src/secret/create.md does not exist, skipping
13:03:29 WARN: man/src/secret/inspect.md does not exist, skipping
13:03:29 WARN: man/src/secret/ls.md does not exist, skipping
13:03:29 WARN: man/src/secret/rm.md does not exist, skipping
13:03:29 WARN: man/src/secret.md does not exist, skipping
13:03:29 WARN: man/src/service/create.md does not exist, skipping
13:03:29 WARN: man/src/service/inspect.md does not exist, skipping
13:03:29 WARN: man/src/service/logs.md does not exist, skipping
13:03:29 WARN: man/src/service/ls.md does not exist, skipping
13:03:29 WARN: man/src/service/ps.md does not exist, skipping
13:03:29 WARN: man/src/service/rm.md does not exist, skipping
13:03:29 WARN: man/src/service/rollback.md does not exist, skipping
13:03:29 WARN: man/src/service/scale.md does not exist, skipping
13:03:29 WARN: man/src/service/update.md does not exist, skipping
13:03:29 WARN: man/src/service.md does not exist, skipping
13:03:29 WARN: man/src/stack/config.md does not exist, skipping
13:03:29 WARN: man/src/stack/deploy.md does not exist, skipping
13:03:29 WARN: man/src/stack/ls.md does not exist, skipping
13:03:29 WARN: man/src/stack/ps.md does not exist, skipping
13:03:29 WARN: man/src/stack/rm.md does not exist, skipping
13:03:29 WARN: man/src/stack/services.md does not exist, skipping
13:03:29 WARN: man/src/stack.md does not exist, skipping
13:03:29 INFO: man/src/start.md found
13:03:29 INFO: man/src/stats.md found
13:03:29 INFO: man/src/stop.md found
13:03:29 WARN: man/src/swarm/ca.md does not exist, skipping
13:03:29 WARN: man/src/swarm/init.md does not exist, skipping
13:03:29 WARN: man/src/swarm/join.md does not exist, skipping
13:03:29 WARN: man/src/swarm/join-token.md does not exist, skipping
13:03:29 WARN: man/src/swarm/leave.md does not exist, skipping
13:03:29 WARN: man/src/swarm/unlock.md does not exist, skipping
13:03:29 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:03:29 WARN: man/src/swarm/update.md does not exist, skipping
13:03:29 WARN: man/src/swarm.md does not exist, skipping
13:03:29 WARN: man/src/system/df.md does not exist, skipping
13:03:29 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:03:29 INFO: man/src/system/events.md found
13:03:29 INFO: man/src/system/info.md found
13:03:29 WARN: man/src/system/prune.md does not exist, skipping
13:03:29 WARN: man/src/system.md does not exist, skipping
13:03:29 INFO: man/src/tag.md found
13:03:29 INFO: man/src/top.md found
13:03:29 WARN: man/src/trust/inspect.md does not exist, skipping
13:03:29 WARN: man/src/trust/key/generate.md does not exist, skipping
13:03:29 WARN: man/src/trust/key/load.md does not exist, skipping
13:03:29 WARN: man/src/trust/key.md does not exist, skipping
13:03:29 WARN: man/src/trust/revoke.md does not exist, skipping
13:03:29 WARN: man/src/trust/sign.md does not exist, skipping
13:03:29 WARN: man/src/trust/signer/add.md does not exist, skipping
13:03:29 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:03:29 WARN: man/src/trust/signer.md does not exist, skipping
13:03:29 WARN: man/src/trust.md does not exist, skipping
13:03:29 INFO: man/src/unpause.md found
13:03:29 INFO: man/src/update.md found
13:03:29 INFO: man/src/version.md found
13:03:29 INFO: man/src/volume/create.md found
13:03:29 INFO: man/src/volume/inspect.md found
13:03:29 INFO: man/src/volume/ls.md found
13:03:29 WARN: man/src/volume/prune.md does not exist, skipping
13:03:29 WARN: man/src/volume/rm.md does not exist, skipping
13:03:29 WARN: man/src/volume/update.md does not exist, skipping
13:03:29 INFO: man/src/volume.md found
13:03:29 INFO: man/src/wait.md found
13:03:29 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:03:29 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:03:29 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:03:29 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:03:29 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:03:29 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:03:29 make[2]: Leaving directory '/root/build-deb/cli'
13:03:29 # Build buildx plugin
13:03:29 cd /go/src/github.com/docker/buildx \
13:03:29 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:03:29 && GO111MODULE=on \
13:03:29 	CGO_ENABLED=0 \
13:03:29 		go build \
13:03:29 			-mod=vendor \
13:03:29 			-trimpath \
13:03:29 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:03:29 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:03:29 			./cmd/buildx
13:03:29 + return
13:03:29 + exit 0
13:03:29 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SWdOjI
13:03:29 + umask 022
13:03:29 + cd /root/rpmbuild/BUILD
13:03:29 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64 '!=' / ']'
13:03:29 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:03:29 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:03:29 + mkdir -p /root/rpmbuild/BUILDROOT
13:03:29 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:03:29 + cd src
13:03:29 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/bin/dockerd-rootless.sh
13:03:29 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/bin/dockerd-rootless-setuptool.sh
13:03:29 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/bin/rootlesskit
13:03:30 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/bin/rootlesskit-docker-proxy
13:03:30    debian/rules override_dh_builddeb
13:03:30 make[1]: Entering directory '/root/build-deb'
13:03:30 dh_builddeb -- -Zxz
13:03:30 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb'.
13:03:30 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb'.
13:03:30 + /usr/lib/rpm/check-buildroot
13:03:30 + /usr/lib/rpm/redhat/brp-compress
13:03:30 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:03:30 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:03:30 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:03:30 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:03:30 + /usr/lib/rpm/redhat/brp-python-hardlink
13:03:30 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:03:30 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Z6pafY
13:03:30 + umask 022
13:03:30 + cd /root/rpmbuild/BUILD
13:03:30 + cd src
13:03:30 + /usr/local/bin/rootlesskit -v
13:03:30 rootlesskit version 1.1.0
13:03:30 + exit 0
13:03:30 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:03:30 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.el7 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20230206193855.ab4ef4a-0.el7
13:03:30 Requires(interp): /bin/sh /bin/sh /bin/sh
13:03:30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:03:30 Requires(post): /bin/sh
13:03:30 Requires(preun): /bin/sh
13:03:30 Requires(postun): /bin/sh
13:03:30 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:03:30 Conflicts: rootlesskit
13:03:30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:03:31 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.src.rpm
13:03:33 + popd
13:03:33 + RPM_EC=0
13:03:33 ~/rpmbuild/BUILD/src
13:03:33 ++ jobs -p
13:03:33 + exit 0
13:03:33 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.sGVMei
13:03:33 + umask 022
13:03:33 + cd /root/rpmbuild/BUILD
13:03:33 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64 '!=' / ']'
13:03:33 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64
13:03:33 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64
13:03:33 + mkdir -p /root/rpmbuild/BUILDROOT
13:03:33 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64
13:03: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:03:33 + export CFLAGS
13:03: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:03:33 + export CXXFLAGS
13:03: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:03:33 + export FFLAGS
13:03: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:03:33 + export FCFLAGS
13:03: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:03:33 + export LDFLAGS
13:03:33 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:03:33 + export LT_SYS_LIBRARY_PATH
13:03:33 + CC=gcc
13:03:33 + export CC
13:03:33 + CXX=g++
13:03:33 + export CXX
13:03:33 + cd src
13:03:33 + pushd /root/rpmbuild/BUILD/src/buildx
13:03:33 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:03:33 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:03:33 ~/rpmbuild/BUILD/src
13:03:33 + popd
13:03:33 + /usr/lib/rpm/check-buildroot
13:03:33 + /usr/lib/rpm/redhat/brp-ldconfig
13:03:33 + /usr/lib/rpm/brp-compress
13:03:33 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:03:33 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:03:33 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:03:33 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:03:33 + /usr/lib/rpm/check-rpaths
13:03:33 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:03:33 + /usr/lib/rpm/brp-remove-la-files
13:03:33 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:03:33 + /usr/lib/rpm/redhat/brp-python-hardlink
13:03:33 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.vyK8vk
13:03:33 + umask 022
13:03:33 + cd /root/rpmbuild/BUILD
13:03: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:03:33 + export CFLAGS
13:03: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:03:33 + export CXXFLAGS
13:03: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:03:33 + export FFLAGS
13:03: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:03:33 + export FCFLAGS
13:03: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:03:33 + export LDFLAGS
13:03:33 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:03:33 + export LT_SYS_LIBRARY_PATH
13:03:33 + CC=gcc
13:03:33 + export CC
13:03:33 + CXX=g++
13:03:33 + export CXX
13:03:33 + cd src
13:03:33 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:03:33 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:03:33 + ver=v0.10.2
13:03:33 + test v0.10.2 = v0.10.2
13:03:33 + echo 'PASS: docker-buildx version OK'
13:03:33 + RPM_EC=0
13:03:33 PASS: docker-buildx version OK
13:03:33 ++ jobs -p
13:03:33 + exit 0
13:03:33 Processing files: docker-buildx-plugin-0.10.2-0.fc37.aarch64
13:03:33 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:03:33 Provides: docker-buildx-plugin = 0:0.10.2-0.fc37 docker-buildx-plugin(aarch-64) = 0:0.10.2-0.fc37
13:03:33 Requires(interp): /bin/sh /bin/sh /bin/sh
13:03:33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:03:33 Requires(post): /bin/sh
13:03:33 Requires(preun): /bin/sh
13:03:33 Requires(postun): /bin/sh
13:03:33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64
13:03:33 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.fc37.src.rpm
13:03:36 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm
13:03:36 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.AUmB4P
13:03:36 + umask 022
13:03:36 + cd /root/rpmbuild/BUILD
13:03:36 + cd src
13:03:36 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:03:36 + exit 0
13:03:36 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.4advaI
13:03:36 + umask 022
13:03:36 + cd /root/rpmbuild/BUILD
13:03:36 + cd /root/rpmbuild/BUILD
13:03:36 + rm -rf src
13:03:36 + /usr/bin/mkdir -p src
13:03:36 + cd src
13:03:36 + /usr/bin/tar -xf -
13:03:36 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:03:36 + STATUS=0
13:03:36 + '[' 0 -ne 0 ']'
13:03:36 + /usr/bin/tar -xf -
13:03:36 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:03:36 + STATUS=0
13:03:36 + '[' 0 -ne 0 ']'
13:03:36 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:03:37 make[2]: Leaving directory '/root/build-deb/compose'
13:03:37 # Build the scan-plugin
13:03:37 # TODO change once we support scan-plugin on other architectures
13:03:37 if [ "arm64" = "amd64" ]; then \
13:03:37 	cd /go/src/github.com/docker/scan-cli-plugin \
13:03:37 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:03:37 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:03:37 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:03:37 fi
13:03:37 make[1]: Leaving directory '/root/build-deb'
13:03:37    debian/rules override_dh_auto_test
13:03:37 make[1]: Entering directory '/root/build-deb'
13:03:37 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:03:37 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:03:37 PASS: daemon version OK
13:03:37 ver="$(cli/build/docker --version)"; \
13:03:37 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:03:37 PASS: cli version OK
13:03:37 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:37 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:03:37 PASS: docker-buildx version OK
13:03:37 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:37 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:03:37 PASS: docker-compose version OK
13:03:37 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:03:37 # TODO change once we support scan-plugin on other architectures
13:03:37 if [ "arm64" = "amd64" ]; then \
13:03:37 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:37 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:03:37 fi
13:03:37 make[1]: Leaving directory '/root/build-deb'
13:03:37    create-stamp debian/debhelper-build-stamp
13:03:37  debian/rules binary
13:03:37 dh binary --with=bash-completion
13:03:37    dh_testroot
13:03:37    dh_prep
13:03:37    dh_installdirs
13:03:37    debian/rules override_dh_auto_install
13:03:37 make[1]: Entering directory '/root/build-deb'
13:03:37 # docker-ce-cli install
13:03:37 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:03:37 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:03:37 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:03:37 # docker-ce install
13:03:37 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:03:37 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:03:37 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:03:37 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:03:37 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:03:37 # docker-buildx-plugin install
13:03:37 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:03:37 # docker-compose-plugin install
13:03:37 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:03:37 # docker-scan-plugin install
13:03:37 # TODO change once we support scan-plugin on other architectures
13:03:37 if [ "arm64" = "amd64" ]; then \
13:03:37 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:03:37 fi
13:03:37 # docker-ce-rootless-extras install
13:03:37 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:03:37 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:03:37 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:03:37 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:03:37 # TODO: how can we install vpnkit?
13:03:37 make[1]: Leaving directory '/root/build-deb'
13:03:37    debian/rules override_dh_install
13:03:37 make[1]: Entering directory '/root/build-deb'
13:03:37 dh_install
13:03:37 # TODO Can we do this from within our container?
13:03:37 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:03:37 make[1]: Leaving directory '/root/build-deb'
13:03:37    dh_installdocs
13:03:37    dh_installchangelogs
13:03:37    dh_installman
13:03:37    dh_bash-completion
13:03:37    dh_systemd_enable
13:03:37    debian/rules override_dh_installinit
13:03:37 make[1]: Entering directory '/root/build-deb'
13:03:37 # use "docker" as our service name, not "docker-ce"
13:03:37 dh_installinit --name=docker
13:03:37 make[1]: Leaving directory '/root/build-deb'
13:03:37    dh_systemd_start
13:03:37    dh_perl
13:03:37    dh_link
13:03:37    dh_strip_nondeterminism
13:03:37    dh_compress
13:03:37    dh_fixperms
13:03:37    dh_missing
13:03:37    debian/rules override_dh_strip
13:03:37 make[1]: Entering directory '/root/build-deb'
13:03:37 # Go has lots of problems with stripping, so just don't
13:03:37 make[1]: Leaving directory '/root/build-deb'
13:03:37    dh_makeshlibs
13:03:37    debian/rules override_dh_shlibdeps
13:03:37 make[1]: Entering directory '/root/build-deb'
13:03:37 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:03:37 make[1]: Leaving directory '/root/build-deb'
13:03:37    dh_installdeb
13:03:37    debian/rules override_dh_gencontrol
13:03:37 make[1]: Entering directory '/root/build-deb'
13:03:37 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:03:37 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:03:37 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:03:37 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:03:37 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:03:37 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:03:37 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:03:37 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:03:37 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:03:37 if [ "arm64" = "amd64" ]; then \
13:03:37 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:03:37 fi
13:03:37 dh_gencontrol --remaining-packages
13:03:37 make[1]: Leaving directory '/root/build-deb'
13:03:37    dh_md5sums
13:03:37    debian/rules override_dh_builddeb
13:03:37 make[1]: Entering directory '/root/build-deb'
13:03:37 dh_builddeb -- -Zxz
13:03:37 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'.
13:03:37 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb'.
13:03:37 + exit 0
13:03:37 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zQMDZR
13:03:37 + umask 022
13:03:37 + cd /root/rpmbuild/BUILD
13:03:37 + cd src
13:03:37 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:03:37 + pushd /root/rpmbuild/BUILD/src/buildx
13:03:37 + GO111MODULE=on
13:03:37 + CGO_ENABLED=0
13:03:37 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
13:03:42 make[2]: Leaving directory '/root/build-deb/compose'
13:03:42 # Build the scan-plugin
13:03:42 # TODO change once we support scan-plugin on other architectures
13:03:42 if [ "arm64" = "amd64" ]; then \
13:03:42 	cd /go/src/github.com/docker/scan-cli-plugin \
13:03:42 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:03:42 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:03:42 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:03:42 fi
13:03:42 make[1]: Leaving directory '/root/build-deb'
13:03:42    debian/rules override_dh_auto_test
13:03:42 make[1]: Entering directory '/root/build-deb'
13:03:42 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:03:42 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:03:42 PASS: daemon version OK
13:03:42 ver="$(cli/build/docker --version)"; \
13:03:42 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:03:42 PASS: cli version OK
13:03:42 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:42 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:03:42 PASS: docker-buildx version OK
13:03:42 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:42 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:03:42 PASS: docker-compose version OK
13:03:42 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:03:42 # TODO change once we support scan-plugin on other architectures
13:03:42 if [ "arm64" = "amd64" ]; then \
13:03:42 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:42 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:03:42 fi
13:03:42 make[1]: Leaving directory '/root/build-deb'
13:03:42    create-stamp debian/debhelper-build-stamp
13:03:42  debian/rules binary
13:03:42 dh binary --with=bash-completion
13:03:42    dh_testroot
13:03:42    dh_prep
13:03:42    dh_installdirs
13:03:42    debian/rules override_dh_auto_install
13:03:42 make[1]: Entering directory '/root/build-deb'
13:03:42 # docker-ce-cli install
13:03:42 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:03:42 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:03:42 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:03:42 # docker-ce install
13:03:42 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:03:42 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:03:42 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:03:42 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:03:42 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:03:42 # docker-buildx-plugin install
13:03:42 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:03:42 # docker-compose-plugin install
13:03:42 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:03:42 # docker-scan-plugin install
13:03:42 # TODO change once we support scan-plugin on other architectures
13:03:42 if [ "arm64" = "amd64" ]; then \
13:03:42 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:03:42 fi
13:03:42 # docker-ce-rootless-extras install
13:03:42 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:03:42 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:03:42 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:03:42 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:03:42 # TODO: how can we install vpnkit?
13:03:42 make[1]: Leaving directory '/root/build-deb'
13:03:42    debian/rules override_dh_install
13:03:42 make[1]: Entering directory '/root/build-deb'
13:03:42 dh_install
13:03:42 # TODO Can we do this from within our container?
13:03:42 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:03:42 make[1]: Leaving directory '/root/build-deb'
13:03:42    dh_installdocs
13:03:42    dh_installchangelogs
13:03:42    dh_installman
13:03:42    dh_bash-completion
13:03:42    dh_systemd_enable
13:03:42    debian/rules override_dh_installinit
13:03:42 make[1]: Entering directory '/root/build-deb'
13:03:42 # use "docker" as our service name, not "docker-ce"
13:03:42 dh_installinit --name=docker
13:03:42 make[1]: Leaving directory '/root/build-deb'
13:03:42    dh_systemd_start
13:03:42    dh_perl
13:03:42    dh_link
13:03:42    dh_strip_nondeterminism
13:03:42    dh_compress
13:03:42    dh_fixperms
13:03:42    dh_missing
13:03:42    debian/rules override_dh_strip
13:03:42 make[1]: Entering directory '/root/build-deb'
13:03:42 # Go has lots of problems with stripping, so just don't
13:03:42 make[1]: Leaving directory '/root/build-deb'
13:03:42    dh_makeshlibs
13:03:42    debian/rules override_dh_shlibdeps
13:03:42 make[1]: Entering directory '/root/build-deb'
13:03:42 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:03:43 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.fc37.aarch64.rpm
13:03:43 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nIhuFx
13:03:43 + umask 022
13:03:43 + cd /root/rpmbuild/BUILD
13:03:43 + cd src
13:03:43 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64
13:03:43 + RPM_EC=0
13:03:43 ++ jobs -p
13:03:43 + exit 0
13:03:43 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.xkCQse
13:03:43 + umask 022
13:03:43 + cd /root/rpmbuild/BUILD
13:03:43 + rm -rf src src.gemspec
13:03:43 + RPM_EC=0
13:03:43 ++ jobs -p
13:03:43 + exit 0
13:03:43 
13:03:43 RPM build warnings:
13:03:43     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:03:43     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:03:43     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:03:43     source_date_epoch_from_changelog set but %changelog is missing
13:03:43     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/docker-proxy
13:03:43     source_date_epoch_from_changelog set but %changelog is missing
13:03:43     source_date_epoch_from_changelog set but %changelog is missing
13:03:43     source_date_epoch_from_changelog set but %changelog is missing
13:03:43     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:03:43 warning: source_date_epoch_from_changelog set but %changelog is missing
13:03:43 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Lc6gle
13:03:43 + umask 022
13:03:43 + cd /root/rpmbuild/BUILD
13:03:43 + cd /root/rpmbuild/BUILD
13:03:43 + rm -rf src
13:03:43 + /usr/bin/mkdir -p src
13:03:43 + cd src
13:03:43 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz
13:03:43 + STATUS=0
13:03:43 + '[' 0 -ne 0 ']'
13:03:43 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz
13:03:43 + STATUS=0
13:03:43 + '[' 0 -ne 0 ']'
13:03:43 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:03:43 + RPM_EC=0
13:03:43 ++ jobs -p
13:03:43 + exit 0
13:03:43 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.34pznb
13:03:43 + umask 022
13:03:43 + cd /root/rpmbuild/BUILD
13:03:43 + 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:03:43 + export CFLAGS
13:03:43 + 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:03:43 + export CXXFLAGS
13:03:43 + 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:03:43 + export FFLAGS
13:03:43 + 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:03:43 + export FCFLAGS
13:03:43 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:03:43 + export LDFLAGS
13:03:43 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:03:43 + export LT_SYS_LIBRARY_PATH
13:03:43 + CC=gcc
13:03:43 + export CC
13:03:43 + CXX=g++
13:03:43 + export CXX
13:03:43 + cd src
13:03:43 + pushd /root/rpmbuild/BUILD/src/compose
13:03:43 + make VERSION=v2.16.0 DESTDIR=./bin build
13:03:43 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:03:43 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "./bin/docker-compose" ./cmd
13:03:43 go: downloading github.com/docker/cli v23.0.0+incompatible
13:03:43 go: downloading github.com/theupdateframework/notary v0.7.0
13:03:43 go: downloading github.com/compose-spec/compose-go v1.9.0
13:03:43 go: downloading github.com/hashicorp/go-version v1.6.0
13:03:43 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:03:43 go: downloading github.com/docker/buildx v0.10.2
13:03:43 go: downloading github.com/mattn/go-shellwords v1.0.12
13:03:43 go: downloading github.com/moby/buildkit v0.11.2
13:03:43 go: downloading go.opentelemetry.io/otel v1.13.0
13:03:43 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:03:43 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:03:43 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:03:43 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:03:43 go: downloading golang.org/x/sync v0.1.0
13:03:43 go: downloading github.com/imdario/mergo v0.3.13
13:03:43 go: downloading github.com/containerd/console v1.0.3
13:03:43 go: downloading github.com/buger/goterm v1.0.4
13:03:43 go: downloading github.com/stretchr/testify v1.8.1
13:03:43 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:03:43 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:03:43 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:03:43 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:03:43 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:03:43 go: downloading google.golang.org/grpc v1.50.1
13:03:43 go: downloading k8s.io/client-go v0.22.4
13:03:43 make[1]: Leaving directory '/root/build-deb'
13:03:43    dh_installdeb
13:03:43    debian/rules override_dh_gencontrol
13:03:43 make[1]: Entering directory '/root/build-deb'
13:03:43 + popd
13:03:43 ~/rpmbuild/BUILD/src
13:03:43 + exit 0
13:03:43 + umask 022
13:03:43 + cd /root/rpmbuild/BUILD
13:03:43 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64 '!=' / ']'
13:03:43 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64
13:03:43 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.EjtxyD
13:03:43 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64
13:03:43 + mkdir -p /root/rpmbuild/BUILDROOT
13:03:43 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64
13:03:43 + cd src
13:03:43 + pushd /root/rpmbuild/BUILD/src/compose
13:03:43 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:03:43 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:03:43 + popd
13:03:43 ~/rpmbuild/BUILD/src
13:03:43 + for f in LICENSE MAINTAINERS NOTICE README.md
13:03:43 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:03:43 + for f in LICENSE MAINTAINERS NOTICE README.md
13:03:43 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:03:43 + for f in LICENSE MAINTAINERS NOTICE README.md
13:03:43 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:03:43 + for f in LICENSE MAINTAINERS NOTICE README.md
13:03:43 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:03:43 + /usr/lib/rpm/check-buildroot
13:03:43 + /usr/lib/rpm/redhat/brp-ldconfig
13:03:43 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:03:43 + /usr/lib/rpm/brp-compress
13:03:43 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:03:43 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:03:43 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:03:43 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:03:43 + /usr/lib/rpm/brp-python-hardlink
13:03:43 + PYTHON3=/usr/libexec/platform-python
13:03:43 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:03:43 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.mJ7iv4
13:03:43 + umask 022
13:03:43 + cd /root/rpmbuild/BUILD
13:03:43 + cd src
13:03:43 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:03:43 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:03:43 PASS: docker-compose version OK
13:03:43 + ver=v2.16.0
13:03:43 + test v2.16.0 = v2.16.0
13:03:43 + echo 'PASS: docker-compose version OK'
13:03:43 + exit 0
13:03:43 Processing files: docker-compose-plugin-2.16.0-0.el8.aarch64
13:03:43 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0kwZtN
13:03:43 + umask 022
13:03:43 + cd /root/rpmbuild/BUILD
13:03:43 + cd src
13:03:43 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64/usr/share/doc/docker-compose-plugin
13:03:43 + export LC_ALL=C
13:03:43 + LC_ALL=C
13:03:43 + export DOCDIR
13:03:43 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64/usr/share/doc/docker-compose-plugin
13:03:43 + 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.16.0-0.el8.aarch64/usr/share/doc/docker-compose-plugin
13:03:43 + exit 0
13:03:43 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.tdtzl4
13:03:43 + umask 022
13:03:43 + cd /root/rpmbuild/BUILD
13:03:43 + cd src
13:03:43 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
13:03:43 + export LC_ALL=C
13:03:43 + LC_ALL=C
13:03:43 + export LICENSEDIR
13:03:43 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
13:03:43 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
13:03:43 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
13:03:43 + exit 0
13:03:43 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:03:43 Provides: docker-compose-plugin = 0:2.16.0-0.el8 docker-compose-plugin(aarch-64) = 0:2.16.0-0.el8
13:03:43 Requires(interp): /bin/sh /bin/sh /bin/sh
13:03:43 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:03:43 Requires(post): /bin/sh
13:03:43 Requires(preun): /bin/sh
13:03:43 Requires(postun): /bin/sh
13:03:43 Enhances: docker-ce-cli
13:03:43 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64
13:03:43 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.el8.src.rpm
13:03:43 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el8.aarch64.rpm
13:03:43 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BMdjIX
13:03:43 + umask 022
13:03:43 + cd /root/rpmbuild/BUILD
13:03:43 + cd src
13:03:43 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.aarch64
13:03:43 + exit 0
13:03:43 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-8"
13:03:43 go: downloading k8s.io/api v0.22.4
13:03:43 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:03:43 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:03:43 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:03:43 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:03:43 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:03:43 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:03:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:03:44 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:03:44 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:03:44 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:03:44 if [ "arm64" = "amd64" ]; then \
13:03:44 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:03:44 fi
13:03:44 dh_gencontrol --remaining-packages
13:03:44 + make IMAGE=quay.io/centos/centos:stream8 verify
13:03:44 docker run  --rm -i \
13:03:44 	-v "$(pwd):/v" \
13:03:44 	-e DEBIAN_FRONTEND=noninteractive \
13:03:44 	-e PACKAGE_REPO=staging \
13:03:44 	-w /v \
13:03:44 	quay.io/centos/centos:stream8 ./verify
13:03:44 Unable to find image 'quay.io/centos/centos:stream8' locally
13:03:44 make[1]: Leaving directory '/root/build-deb'
13:03:44    dh_md5sums
13:03:44 go: downloading k8s.io/apimachinery v0.22.4
13:03:44 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:03:44 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:03:44 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:03:44 go: downloading github.com/golang/mock v1.6.0
13:03:44 stream8: Pulling from centos/centos
13:03:44 44219e00881c: Already exists
13:03:44 795f49826329: Already exists
13:03:44 e72c69f7a7a0: Already exists
13:03:44 18c13effe3e1: Already exists
13:03:44 Digest: sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e
13:03:44 Status: Downloaded newer image for quay.io/centos/centos:stream8
13:03:44    debian/rules override_dh_builddeb
13:03:44 make[1]: Entering directory '/root/build-deb'
13:03:44 dh_builddeb -- -Zxz
13:03:44 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:03:44 go: downloading github.com/hashicorp/errwrap v1.1.0
13:03:44 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:03:44 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:03:44 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:03:44 go: downloading golang.org/x/net v0.4.0
13:03:44 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb'.
13:03:44 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'.
13:03:44 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:03:44 go: downloading golang.org/x/term v0.3.0
13:03:44 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:03:44 go: downloading github.com/mattn/go-runewidth v0.0.14
13:03:44 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:03:44 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:03:44 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:03:45 + verify
13:03:45 + dpkg --version
13:03:45 + rpm --version
13:03:45 + verify_rpm
13:03:45 ++ . /etc/os-release
13:03:45 +++ NAME='CentOS Stream'
13:03:45 +++ VERSION=8
13:03:45 +++ ID=centos
13:03:45 +++ ID_LIKE='rhel fedora'
13:03:45 +++ VERSION_ID=8
13:03:45 +++ PLATFORM_ID=platform:el8
13:03:45 +++ PRETTY_NAME='CentOS Stream 8'
13:03:45 +++ ANSI_COLOR='0;31'
13:03:45 +++ CPE_NAME=cpe:/o:centos:centos:8
13:03:45 +++ HOME_URL=https://centos.org/
13:03:45 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:03:45 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8'
13:03:45 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
13:03:45 ++ echo centos
13:03:45 + DIST_ID=centos
13:03:45 ++ . /etc/os-release
13:03:45 +++ NAME='CentOS Stream'
13:03:45 +++ VERSION=8
13:03:45 +++ ID=centos
13:03:45 +++ ID_LIKE='rhel fedora'
13:03:45 +++ VERSION_ID=8
13:03:45 +++ PLATFORM_ID=platform:el8
13:03:45 +++ PRETTY_NAME='CentOS Stream 8'
13:03:45 +++ ANSI_COLOR='0;31'
13:03:45 +++ CPE_NAME=cpe:/o:centos:centos:8
13:03:45 +++ HOME_URL=https://centos.org/
13:03:45 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:03:45 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8'
13:03:45 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
13:03:45 ++ echo 8
13:03:45 ++ cut -d. -f1
13:03:45 + DIST_VERSION=8
13:03:45 + pkg_manager=yum
13:03:45 + pkg_config_manager=yum-config-manager
13:03:45 + dnf --version
13:03:45 go: downloading github.com/go-logr/stdr v1.2.2
13:03:45 go: downloading github.com/containerd/typeurl v1.0.2
13:03:45 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:03:45 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:03:45 go: downloading github.com/gogo/googleapis v1.4.1
13:03:45 4.7.0
13:03:45   Installed: dnf-0:4.7.0-11.el8.noarch at Mon Sep 19 22:03:09 2022
13:03:45   Built    : CentOS Buildsys <bugs@centos.org> at Wed Jul 27 13:05:47 2022
13:03:45 
13:03:45   Installed: rpm-0:4.14.3-23.el8.aarch64 at Tue Sep  6 17:20:54 2022
13:03:45   Built    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> at Tue Apr  5 18:37:55 2022
13:03:45 + pkg_manager=dnf
13:03:45 + pkg_config_manager='dnf config-manager'
13:03:45 + dnf clean all
13:03:45 0 files removed
13:03:45 + dnf install -y 'dnf-command(config-manager)'
13:03:46 go: downloading github.com/pelletier/go-toml v1.9.5
13:03:46 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:03:46 go: downloading k8s.io/klog/v2 v2.60.1
13:03:46 go: downloading github.com/google/gofuzz v1.2.0
13:03:46 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:03:46 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:03:46 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:03:46 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:03:46 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:03:46 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:03:46 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:03:46 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:03:46 go: downloading github.com/aws/smithy-go v1.11.2
13:03:46 go: downloading github.com/moby/locker v1.0.1
13:03:46 go: downloading github.com/felixge/httpsnoop v1.0.2
13:03:46 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:03:46 go: downloading gopkg.in/inf.v0 v0.9.1
13:03:46 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:03:46 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:03:46 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:03:46 go: downloading github.com/googleapis/gnostic v0.5.5
13:03:46 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:03:46 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:03:46 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:03:46 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:03:46 go: downloading github.com/json-iterator/go v1.1.12
13:03:46 go: downloading github.com/mattn/go-colorable v0.1.12
13:03:46 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:03:46 go: downloading github.com/containerd/ttrpc v1.1.0
13:03:46 go: downloading github.com/modern-go/reflect2 v1.0.2
13:03:47 CentOS Stream 8 - AppStream                      24 MB/s |  24 MB     00:01    
13:03:47 go: downloading sigs.k8s.io/yaml v1.2.0
13:03:47 go: downloading github.com/moby/spdystream v0.2.0
13:03:47 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:03:47 go: downloading github.com/mattn/go-isatty v0.0.16
13:03:50 + popd
13:03:50 + RPM_EC=0
13:03:50 ~/rpmbuild/BUILD/src
13:03:50 ++ jobs -p
13:03:50 + exit 0
13:03:50 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.PTUhk4
13:03:50 + umask 022
13:03:50 + cd /root/rpmbuild/BUILD
13:03:50 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64 '!=' / ']'
13:03:50 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64
13:03:50 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64
13:03:50 + mkdir -p /root/rpmbuild/BUILDROOT
13:03:50 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64
13:03:50 + 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:03:50 + export CFLAGS
13:03:50 + 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:03:50 + export CXXFLAGS
13:03:50 + 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:03:50 + export FFLAGS
13:03:50 + 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:03:50 + export FCFLAGS
13:03:50 + 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.10.2-0.fc36.aarch64.ld'
13:03:50 + export LDFLAGS
13:03:50 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:03:50 + export LT_SYS_LIBRARY_PATH
13:03:50 + CC=gcc
13:03:50 + export CC
13:03:50 + CXX=g++
13:03:50 + export CXX
13:03:50 + cd src
13:03:50 + pushd /root/rpmbuild/BUILD/src/buildx
13:03:50 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:03:50 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:03:50 + popd
13:03:50 ~/rpmbuild/BUILD/src
13:03:50 + /usr/lib/rpm/check-buildroot
13:03:50 + /usr/lib/rpm/redhat/brp-ldconfig
13:03:50 + /usr/lib/rpm/brp-compress
13:03:50 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:03:50 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:03:50 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:03:50 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:03:50 + /usr/lib/rpm/check-rpaths
13:03:50 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:03:50 + /usr/lib/rpm/brp-remove-la-files
13:03:50 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:03:50 + /usr/lib/rpm/redhat/brp-python-hardlink
13:03:50 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.5vDY6f
13:03:50 + umask 022
13:03:50 + cd /root/rpmbuild/BUILD
13:03:50 + 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:03:50 + export CFLAGS
13:03:50 + 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:03:50 + export CXXFLAGS
13:03:50 + 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:03:50 + export FFLAGS
13:03:50 + 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:03:50 + export FCFLAGS
13:03:50 + 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.10.2-0.fc36.aarch64.ld'
13:03:50 + export LDFLAGS
13:03:50 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:03:50 + export LT_SYS_LIBRARY_PATH
13:03:50 + CC=gcc
13:03:50 + export CC
13:03:50 + CXX=g++
13:03:50 + export CXX
13:03:50 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:03:50 + /usr/lib/rpm/generate-rpm-note.sh docker-buildx-plugin 0.10.2-0.fc36 aarch64
13:03:50 + cd src
13:03:50 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:03:50 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:03:50 + ver=v0.10.2
13:03:50 + test v0.10.2 = v0.10.2
13:03:50 + echo 'PASS: docker-buildx version OK'
13:03:50 PASS: docker-buildx version OK
13:03:50 + RPM_EC=0
13:03:50 ++ jobs -p
13:03:50 + exit 0
13:03:50 Processing files: docker-buildx-plugin-0.10.2-0.fc36.aarch64
13:03:50 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:03:50 Provides: docker-buildx-plugin = 0:0.10.2-0.fc36 docker-buildx-plugin(aarch-64) = 0:0.10.2-0.fc36
13:03:50 Requires(interp): /bin/sh /bin/sh /bin/sh
13:03:50 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:03:50 Requires(post): /bin/sh
13:03:50 Requires(preun): /bin/sh
13:03:50 Requires(postun): /bin/sh
13:03:50 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64
13:03:50 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.fc36.src.rpm
13:03:52 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb'.
13:03:52 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb'.
13:03:55 CentOS Stream 8 - BaseOS                         24 MB/s |  21 MB     00:00    
13:03:56 make[2]: Leaving directory '/root/build-deb/compose'
13:03:56 # Build the scan-plugin
13:03:56 # TODO change once we support scan-plugin on other architectures
13:03:56 if [ "arm64" = "amd64" ]; then \
13:03:56 	cd /go/src/github.com/docker/scan-cli-plugin \
13:03:56 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:03:56 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:03:56 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:03:56 fi
13:03:56 make[1]: Leaving directory '/root/build-deb'
13:03:56    debian/rules override_dh_auto_test
13:03:56 make[1]: Entering directory '/root/build-deb'
13:03:56 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:03:56 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:03:56 PASS: daemon version OK
13:03:56 ver="$(cli/build/docker --version)"; \
13:03:56 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:03:56 PASS: cli version OK
13:03:56 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:56 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:03:56 PASS: docker-buildx version OK
13:03:56 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:56 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:03:56 PASS: docker-compose version OK
13:03:56 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:03:56 # TODO change once we support scan-plugin on other architectures
13:03:56 if [ "arm64" = "amd64" ]; then \
13:03:56 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:56 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:03:56 fi
13:03:56 make[1]: Leaving directory '/root/build-deb'
13:03:56    create-stamp debian/debhelper-build-stamp
13:03:56  debian/rules binary
13:03:56 dh binary --with=bash-completion
13:03:56    dh_testroot
13:03:56    dh_prep
13:03:56    dh_installdirs
13:03:56    debian/rules override_dh_auto_install
13:03:56 make[1]: Entering directory '/root/build-deb'
13:03:56 # docker-ce-cli install
13:03:56 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:03:56 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:03:56 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:03:56 # docker-ce install
13:03:56 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:03:56 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:03:56 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:03:56 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:03:56 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:03:56 # docker-buildx-plugin install
13:03:56 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:03:56 # docker-compose-plugin install
13:03:56 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:03:56 # docker-scan-plugin install
13:03:56 # TODO change once we support scan-plugin on other architectures
13:03:56 if [ "arm64" = "amd64" ]; then \
13:03:56 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:03:56 fi
13:03:56 # docker-ce-rootless-extras install
13:03:56 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:03:56 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:03:56 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:03:56 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:03:56 # TODO: how can we install vpnkit?
13:03:56 make[1]: Leaving directory '/root/build-deb'
13:03:56    debian/rules override_dh_install
13:03:56 make[1]: Entering directory '/root/build-deb'
13:03:56 dh_install
13:03:56 # TODO Can we do this from within our container?
13:03:56 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:03:56 make[1]: Leaving directory '/root/build-deb'
13:03:56    dh_installdocs
13:03:56    dh_installchangelogs
13:03:56    dh_installman
13:03:56 make[2]: Leaving directory '/root/build-deb/compose'
13:03:56 # Build the scan-plugin
13:03:56 # TODO change once we support scan-plugin on other architectures
13:03:56 if [ "arm64" = "amd64" ]; then \
13:03:56 	cd /go/src/github.com/docker/scan-cli-plugin \
13:03:56 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:03:56 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:03:56 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:03:56 fi
13:03:56 make[1]: Leaving directory '/root/build-deb'
13:03:56    debian/rules override_dh_auto_test
13:03:56 make[1]: Entering directory '/root/build-deb'
13:03:56 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:03:56 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:03:56 PASS: daemon version OK
13:03:56 ver="$(cli/build/docker --version)"; \
13:03:56 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:03:56 PASS: cli version OK
13:03:56 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:56 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:03:56 PASS: docker-buildx version OK
13:03:56 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:56 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:03:56 PASS: docker-compose version OK
13:03:56 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:03:56 # TODO change once we support scan-plugin on other architectures
13:03:56 if [ "arm64" = "amd64" ]; then \
13:03:56 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:56 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:03:56 fi
13:03:56 make[1]: Leaving directory '/root/build-deb'
13:03:56    create-stamp debian/debhelper-build-stamp
13:03:56  debian/rules binary
13:03:56 dh binary --with=bash-completion
13:03:56    dh_testroot
13:03:56    dh_prep
13:03:56    dh_installdirs
13:03:56    debian/rules override_dh_auto_install
13:03:56 make[1]: Entering directory '/root/build-deb'
13:03:56 # docker-ce-cli install
13:03:56 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:03:56 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:03:56 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:03:56 # docker-ce install
13:03:56 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:03:56 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:03:56 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:03:56 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:03:56 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:03:56 # docker-buildx-plugin install
13:03:56 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:03:56 # docker-compose-plugin install
13:03:56 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:03:56 # docker-scan-plugin install
13:03:56 # TODO change once we support scan-plugin on other architectures
13:03:56 if [ "arm64" = "amd64" ]; then \
13:03:56 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:03:56 fi
13:03:56 # docker-ce-rootless-extras install
13:03:56 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:03:56 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:03:56 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:03:56 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:03:56 # TODO: how can we install vpnkit?
13:03:56 make[1]: Leaving directory '/root/build-deb'
13:03:56    debian/rules override_dh_install
13:03:56 make[1]: Entering directory '/root/build-deb'
13:03:56 dh_install
13:03:56 # TODO Can we do this from within our container?
13:03:56 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:03:56 make[1]: Leaving directory '/root/build-deb'
13:03:56    dh_installdocs
13:03:56    dh_installchangelogs
13:03:56    dh_installman
13:03:56    dh_bash-completion
13:03:56    dh_systemd_enable
13:03:56    debian/rules override_dh_installinit
13:03:56 make[1]: Entering directory '/root/build-deb'
13:03:56 # use "docker" as our service name, not "docker-ce"
13:03:56 dh_installinit --name=docker
13:03:56 make[1]: Leaving directory '/root/build-deb'
13:03:56    dh_systemd_start
13:03:56    dh_perl
13:03:56    dh_link
13:03:56    dh_strip_nondeterminism
13:03:56    dh_compress
13:03:56    dh_fixperms
13:03:56    dh_missing
13:03:56    debian/rules override_dh_strip
13:03:56 make[1]: Entering directory '/root/build-deb'
13:03:56 # Go has lots of problems with stripping, so just don't
13:03:56 make[1]: Leaving directory '/root/build-deb'
13:03:56    dh_makeshlibs
13:03:56    debian/rules override_dh_shlibdeps
13:03:56 make[1]: Entering directory '/root/build-deb'
13:03:56 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:03:56 make[1]: Leaving directory '/root/build-deb'
13:03:56    dh_installdeb
13:03:56    debian/rules override_dh_gencontrol
13:03:56 make[1]: Entering directory '/root/build-deb'
13:03:56 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:03:56 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:03:56 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:03:56 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:03:56 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:03:56 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:03:56    dh_bash-completion
13:03:56    dh_systemd_enable
13:03:56 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:03:56 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:03:56 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:03:56 if [ "arm64" = "amd64" ]; then \
13:03:56 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:03:56 fi
13:03:56 dh_gencontrol --remaining-packages
13:03:57    debian/rules override_dh_installinit
13:03:57 make[1]: Entering directory '/root/build-deb'
13:03:57 # use "docker" as our service name, not "docker-ce"
13:03:57 dh_installinit --name=docker
13:03:57 make[1]: Leaving directory '/root/build-deb'
13:03:57    dh_systemd_start
13:03:57    dh_perl
13:03:57    dh_link
13:03:57 make[1]: Leaving directory '/root/build-deb'
13:03:57    dh_md5sums
13:03:57    dh_strip_nondeterminism
13:03:57    debian/rules override_dh_builddeb
13:03:57 make[1]: Entering directory '/root/build-deb'
13:03:57 dh_builddeb -- -Zxz
13:03:57 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb'.
13:03:57 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'.
13:03:58    dh_compress
13:03:58    dh_fixperms
13:03:59 make[2]: Leaving directory '/root/build-deb/compose'
13:03:59 # Build the scan-plugin
13:03:59 # TODO change once we support scan-plugin on other architectures
13:03:59 if [ "arm64" = "amd64" ]; then \
13:03:59 	cd /go/src/github.com/docker/scan-cli-plugin \
13:03:59 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:03:59 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:03:59 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:03:59 fi
13:03:59 make[1]: Leaving directory '/root/build-deb'
13:03:59    debian/rules override_dh_auto_test
13:03:59 make[1]: Entering directory '/root/build-deb'
13:03:59 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:03:59 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:03:59 PASS: daemon version OK
13:03:59 ver="$(cli/build/docker --version)"; \
13:03:59 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:03:59 PASS: cli version OK
13:03:59 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:59 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:03:59 PASS: docker-buildx version OK
13:03:59 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:59 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:03:59 PASS: docker-compose version OK
13:03:59 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:03:59 # TODO change once we support scan-plugin on other architectures
13:03:59 if [ "arm64" = "amd64" ]; then \
13:03:59 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:03:59 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:03:59 fi
13:03:59 make[1]: Leaving directory '/root/build-deb'
13:03:59    create-stamp debian/debhelper-build-stamp
13:03:59  debian/rules binary
13:03:59 dh binary --with=bash-completion
13:03:59    dh_testroot
13:03:59    dh_prep
13:03:59    dh_installdirs
13:03:59    debian/rules override_dh_auto_install
13:03:59 make[1]: Entering directory '/root/build-deb'
13:03:59 # docker-ce-cli install
13:03:59 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:03:59 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:03:59 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:03:59 # docker-ce install
13:03:59 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:03:59 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:03:59 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:03:59 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:03:59 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:03:59 # docker-buildx-plugin install
13:03:59 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:03:59 # docker-compose-plugin install
13:03:59 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:03:59 # docker-scan-plugin install
13:03:59 # TODO change once we support scan-plugin on other architectures
13:03:59 if [ "arm64" = "amd64" ]; then \
13:03:59 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:03:59 fi
13:03:59 # docker-ce-rootless-extras install
13:03:59 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:03:59 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:03:59 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:03:59 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:03:59 # TODO: how can we install vpnkit?
13:03:59 make[1]: Leaving directory '/root/build-deb'
13:03:59    debian/rules override_dh_install
13:03:59 make[1]: Entering directory '/root/build-deb'
13:03:59 dh_install
13:03:59 # TODO Can we do this from within our container?
13:03:59 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:03:59 make[1]: Leaving directory '/root/build-deb'
13:03:59    dh_installdocs
13:03:59    dh_installchangelogs
13:03:59    dh_installman
13:03:59    dh_bash-completion
13:03:59    dh_systemd_enable
13:03:59    debian/rules override_dh_installinit
13:03:59 make[1]: Entering directory '/root/build-deb'
13:03:59 # use "docker" as our service name, not "docker-ce"
13:03:59 dh_installinit --name=docker
13:03:59 make[1]: Leaving directory '/root/build-deb'
13:03:59    dh_systemd_start
13:03:59    dh_perl
13:03:59    dh_link
13:03:59    dh_strip_nondeterminism
13:03:59    dh_compress
13:03:59    dh_fixperms
13:03:59    dh_missing
13:03:59    debian/rules override_dh_strip
13:03:59 make[1]: Entering directory '/root/build-deb'
13:03:59 # Go has lots of problems with stripping, so just don't
13:03:59 make[1]: Leaving directory '/root/build-deb'
13:03:59    dh_makeshlibs
13:03:59    debian/rules override_dh_shlibdeps
13:03:59 make[1]: Entering directory '/root/build-deb'
13:03:59 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:03:59 make[1]: Leaving directory '/root/build-deb'
13:03:59    dh_installdeb
13:03:59    debian/rules override_dh_gencontrol
13:03:59 make[1]: Entering directory '/root/build-deb'
13:03:59 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:03:59 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:03:59 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:03:59 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:03:59 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:03:59 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:03:59 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:03:59 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:03:59 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:03:59 if [ "arm64" = "amd64" ]; then \
13:03:59 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:03:59 fi
13:03:59 dh_gencontrol --remaining-packages
13:03:59 make[1]: Leaving directory '/root/build-deb'
13:03:59    dh_md5sums
13:03:59    debian/rules override_dh_builddeb
13:03:59 make[1]: Entering directory '/root/build-deb'
13:03:59 dh_builddeb -- -Zxz
13:03:59 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb'.
13:03:59 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb'.
13:03:59    dh_missing
13:03:59    debian/rules override_dh_strip
13:03:59 make[1]: Entering directory '/root/build-deb'
13:03:59 # Go has lots of problems with stripping, so just don't
13:03:59 make[1]: Leaving directory '/root/build-deb'
13:03:59    dh_makeshlibs
13:03:59    debian/rules override_dh_shlibdeps
13:03:59 make[1]: Entering directory '/root/build-deb'
13:03:59 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:03:59 # Build the compose plugin
13:03:59 cd /go/src/github.com/docker/compose \
13:03:59 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:03:59 make[2]: Entering directory '/root/build-deb/compose'
13:03:59 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:03:59 go: downloading github.com/docker/cli v23.0.0+incompatible
13:03:59 go: downloading github.com/theupdateframework/notary v0.7.0
13:03:59 go: downloading github.com/compose-spec/compose-go v1.9.0
13:03:59 go: downloading github.com/hashicorp/go-version v1.6.0
13:03:59 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:03:59 go: downloading github.com/docker/buildx v0.10.2
13:03:59 go: downloading github.com/mattn/go-shellwords v1.0.12
13:03:59 go: downloading github.com/moby/buildkit v0.11.2
13:03:59 go: downloading go.opentelemetry.io/otel v1.13.0
13:03:59 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:03:59 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:03:59 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:03:59 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:03:59 go: downloading golang.org/x/sync v0.1.0
13:03:59 go: downloading github.com/imdario/mergo v0.3.13
13:03:59 go: downloading github.com/containerd/console v1.0.3
13:03:59 go: downloading github.com/buger/goterm v1.0.4
13:03:59 go: downloading github.com/stretchr/testify v1.8.1
13:03:59 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:03:59 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:03:59 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:03:59 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:03:59 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:03:59 go: downloading google.golang.org/grpc v1.50.1
13:03:59 go: downloading k8s.io/client-go v0.22.4
13:03:59 go: downloading k8s.io/api v0.22.4
13:03:59 go: downloading k8s.io/apimachinery v0.22.4
13:03:59 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:03:59 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:03:59 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:03:59 go: downloading github.com/golang/mock v1.6.0
13:03:59 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:03:59 go: downloading github.com/hashicorp/errwrap v1.1.0
13:03:59 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:03:59 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:03:59 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:03:59 go: downloading golang.org/x/net v0.4.0
13:03:59 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:03:59 go: downloading golang.org/x/term v0.3.0
13:03:59 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:03:59 go: downloading github.com/mattn/go-runewidth v0.0.14
13:03:59 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:03:59 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:03:59 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:04:00 CentOS Stream 8 - Extras                         23 kB/s |  17 kB     00:00    
13:04:00 CentOS Stream 8 - Extras common packages        6.0 kB/s | 5.2 kB     00:00    
13:04:00 go: downloading github.com/go-logr/stdr v1.2.2
13:04:00 go: downloading github.com/containerd/typeurl v1.0.2
13:04:00 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:04:00 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:04:00 go: downloading github.com/gogo/googleapis v1.4.1
13:04:02 go: downloading github.com/pelletier/go-toml v1.9.5
13:04:02 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:04:02 go: downloading k8s.io/klog/v2 v2.60.1
13:04:02 go: downloading github.com/google/gofuzz v1.2.0
13:04:02 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:04:02 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:04:02 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:04:02 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:04:02 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:04:02 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:04:02 ++ pwd
13:04:02 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:04:02 Project root: .
13:04:02 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:04:02 INFO: man/src/attach.md found
13:04:02 WARN: man/src/build.md does not exist, skipping
13:04:02 WARN: man/src/builder/build.md does not exist, skipping
13:04:02 WARN: man/src/builder/prune.md does not exist, skipping
13:04:02 WARN: man/src/builder.md does not exist, skipping
13:04:02 WARN: man/src/checkpoint/create.md does not exist, skipping
13:04:02 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:04:02 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:04:02 WARN: man/src/checkpoint.md does not exist, skipping
13:04:02 INFO: man/src/commit.md found
13:04:02 WARN: man/src/config/create.md does not exist, skipping
13:04:02 WARN: man/src/config/inspect.md does not exist, skipping
13:04:02 WARN: man/src/config/ls.md does not exist, skipping
13:04:02 WARN: man/src/config/rm.md does not exist, skipping
13:04:02 WARN: man/src/config.md does not exist, skipping
13:04:02 INFO: man/src/container/attach.md found
13:04:02 INFO: man/src/container/commit.md found
13:04:02 INFO: man/src/container/cp.md found
13:04:02 INFO: man/src/container/create.md found
13:04:02 INFO: man/src/container/diff.md found
13:04:02 INFO: man/src/container/exec.md found
13:04:02 INFO: man/src/container/export.md found
13:04:02 WARN: man/src/container/inspect.md does not exist, skipping
13:04:02 INFO: man/src/container/kill.md found
13:04:02 INFO: man/src/container/logs.md found
13:04:02 INFO: man/src/container/ls.md found
13:04:02 INFO: man/src/container/pause.md found
13:04:02 INFO: man/src/container/port.md found
13:04:02 WARN: man/src/container/prune.md does not exist, skipping
13:04:02 INFO: man/src/container/rename.md found
13:04:02 INFO: man/src/container/restart.md found
13:04:02 INFO: man/src/container/rm.md found
13:04:02 INFO: man/src/container/run.md found
13:04:02 INFO: man/src/container/start.md found
13:04:02 INFO: man/src/container/stats.md found
13:04:02 INFO: man/src/container/stop.md found
13:04:02 INFO: man/src/container/top.md found
13:04:02 INFO: man/src/container/unpause.md found
13:04:02 INFO: man/src/container/update.md found
13:04:02 INFO: man/src/container/wait.md found
13:04:02 WARN: man/src/container.md does not exist, skipping
13:04:02 WARN: man/src/context/create.md does not exist, skipping
13:04:02 WARN: man/src/context/export.md does not exist, skipping
13:04:02 WARN: man/src/context/import.md does not exist, skipping
13:04:02 WARN: man/src/context/inspect.md does not exist, skipping
13:04:02 WARN: man/src/context/ls.md does not exist, skipping
13:04:02 WARN: man/src/context/rm.md does not exist, skipping
13:04:02 WARN: man/src/context/show.md does not exist, skipping
13:04:02 WARN: man/src/context/update.md does not exist, skipping
13:04:02 WARN: man/src/context/use.md does not exist, skipping
13:04:02 WARN: man/src/context.md does not exist, skipping
13:04:02 INFO: man/src/cp.md found
13:04:02 INFO: man/src/create.md found
13:04:02 INFO: man/src/diff.md found
13:04:02 INFO: man/src/events.md found
13:04:02 INFO: man/src/exec.md found
13:04:02 INFO: man/src/export.md found
13:04:02 INFO: man/src/history.md found
13:04:02 INFO: man/src/image/build.md found
13:04:02 INFO: man/src/image/history.md found
13:04:02 INFO: man/src/image/import.md found
13:04:02 WARN: man/src/image/inspect.md does not exist, skipping
13:04:02 INFO: man/src/image/load.md found
13:04:02 INFO: man/src/image/ls.md found
13:04:02 WARN: man/src/image/prune.md does not exist, skipping
13:04:02 INFO: man/src/image/pull.md found
13:04:02 INFO: man/src/image/push.md found
13:04:02 INFO: man/src/image/rm.md found
13:04:02 INFO: man/src/image/save.md found
13:04:02 INFO: man/src/image/tag.md found
13:04:02 WARN: man/src/image.md does not exist, skipping
13:04:02 INFO: man/src/images.md found
13:04:02 INFO: man/src/import.md found
13:04:02 INFO: man/src/info.md found
13:04:02 INFO: man/src/inspect.md found
13:04:02 INFO: man/src/kill.md found
13:04:02 INFO: man/src/load.md found
13:04:02 INFO: man/src/login.md found
13:04:02 INFO: man/src/logout.md found
13:04:02 INFO: man/src/logs.md found
13:04:02 WARN: man/src/manifest/annotate.md does not exist, skipping
13:04:02 WARN: man/src/manifest/create.md does not exist, skipping
13:04:02 WARN: man/src/manifest/inspect.md does not exist, skipping
13:04:02 WARN: man/src/manifest/push.md does not exist, skipping
13:04:02 WARN: man/src/manifest/rm.md does not exist, skipping
13:04:02 WARN: man/src/manifest.md does not exist, skipping
13:04:02 INFO: man/src/network/connect.md found
13:04:02 INFO: man/src/network/create.md found
13:04:02 INFO: man/src/network/disconnect.md found
13:04:02 INFO: man/src/network/inspect.md found
13:04:02 INFO: man/src/network/ls.md found
13:04:02 WARN: man/src/network/prune.md does not exist, skipping
13:04:02 INFO: man/src/network/rm.md found
13:04:02 WARN: man/src/network.md does not exist, skipping
13:04:02 WARN: man/src/node/demote.md does not exist, skipping
13:04:02 WARN: man/src/node/inspect.md does not exist, skipping
13:04:02 WARN: man/src/node/ls.md does not exist, skipping
13:04:02 WARN: man/src/node/promote.md does not exist, skipping
13:04:02 WARN: man/src/node/ps.md does not exist, skipping
13:04:02 WARN: man/src/node/rm.md does not exist, skipping
13:04:02 WARN: man/src/node/update.md does not exist, skipping
13:04:02 WARN: man/src/node.md does not exist, skipping
13:04:02 INFO: man/src/pause.md found
13:04:02 WARN: man/src/plugin/create.md does not exist, skipping
13:04:02 WARN: man/src/plugin/disable.md does not exist, skipping
13:04:02 WARN: man/src/plugin/enable.md does not exist, skipping
13:04:02 WARN: man/src/plugin/inspect.md does not exist, skipping
13:04:02 WARN: man/src/plugin/install.md does not exist, skipping
13:04:02 INFO: man/src/plugin/ls.md found
13:04:02 WARN: man/src/plugin/push.md does not exist, skipping
13:04:02 WARN: man/src/plugin/rm.md does not exist, skipping
13:04:02 WARN: man/src/plugin/set.md does not exist, skipping
13:04:02 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:04:02 WARN: man/src/plugin.md does not exist, skipping
13:04:02 INFO: man/src/port.md found
13:04:02 INFO: man/src/ps.md found
13:04:02 INFO: man/src/pull.md found
13:04:02 INFO: man/src/push.md found
13:04:02 INFO: man/src/rename.md found
13:04:02 INFO: man/src/restart.md found
13:04:02 INFO: man/src/rm.md found
13:04:02 INFO: man/src/rmi.md found
13:04:02 WARN: man/src/run.md does not exist, skipping
13:04:02 INFO: man/src/save.md found
13:04:02 INFO: man/src/search.md found
13:04:02 WARN: man/src/secret/create.md does not exist, skipping
13:04:02 WARN: man/src/secret/inspect.md does not exist, skipping
13:04:02 WARN: man/src/secret/ls.md does not exist, skipping
13:04:02 WARN: man/src/secret/rm.md does not exist, skipping
13:04:02 WARN: man/src/secret.md does not exist, skipping
13:04:02 WARN: man/src/service/create.md does not exist, skipping
13:04:02 WARN: man/src/service/inspect.md does not exist, skipping
13:04:02 WARN: man/src/service/logs.md does not exist, skipping
13:04:02 WARN: man/src/service/ls.md does not exist, skipping
13:04:02 WARN: man/src/service/ps.md does not exist, skipping
13:04:02 WARN: man/src/service/rm.md does not exist, skipping
13:04:02 WARN: man/src/service/rollback.md does not exist, skipping
13:04:02 WARN: man/src/service/scale.md does not exist, skipping
13:04:02 WARN: man/src/service/update.md does not exist, skipping
13:04:02 WARN: man/src/service.md does not exist, skipping
13:04:02 WARN: man/src/stack/config.md does not exist, skipping
13:04:02 WARN: man/src/stack/deploy.md does not exist, skipping
13:04:02 WARN: man/src/stack/ls.md does not exist, skipping
13:04:02 WARN: man/src/stack/ps.md does not exist, skipping
13:04:02 WARN: man/src/stack/rm.md does not exist, skipping
13:04:02 WARN: man/src/stack/services.md does not exist, skipping
13:04:02 WARN: man/src/stack.md does not exist, skipping
13:04:02 INFO: man/src/start.md found
13:04:02 INFO: man/src/stats.md found
13:04:02 INFO: man/src/stop.md found
13:04:02 WARN: man/src/swarm/ca.md does not exist, skipping
13:04:02 WARN: man/src/swarm/init.md does not exist, skipping
13:04:02 WARN: man/src/swarm/join.md does not exist, skipping
13:04:02 WARN: man/src/swarm/join-token.md does not exist, skipping
13:04:02 WARN: man/src/swarm/leave.md does not exist, skipping
13:04:02 WARN: man/src/swarm/unlock.md does not exist, skipping
13:04:02 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:04:02 WARN: man/src/swarm/update.md does not exist, skipping
13:04:02 WARN: man/src/swarm.md does not exist, skipping
13:04:02 WARN: man/src/system/df.md does not exist, skipping
13:04:02 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:04:02 INFO: man/src/system/events.md found
13:04:02 INFO: man/src/system/info.md found
13:04:02 WARN: man/src/system/prune.md does not exist, skipping
13:04:02 WARN: man/src/system.md does not exist, skipping
13:04:02 INFO: man/src/tag.md found
13:04:02 INFO: man/src/top.md found
13:04:02 WARN: man/src/trust/inspect.md does not exist, skipping
13:04:02 WARN: man/src/trust/key/generate.md does not exist, skipping
13:04:02 WARN: man/src/trust/key/load.md does not exist, skipping
13:04:02 WARN: man/src/trust/key.md does not exist, skipping
13:04:02 WARN: man/src/trust/revoke.md does not exist, skipping
13:04:02 WARN: man/src/trust/sign.md does not exist, skipping
13:04:02 WARN: man/src/trust/signer/add.md does not exist, skipping
13:04:02 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:04:02 WARN: man/src/trust/signer.md does not exist, skipping
13:04:02 WARN: man/src/trust.md does not exist, skipping
13:04:02 INFO: man/src/unpause.md found
13:04:02 INFO: man/src/update.md found
13:04:02 INFO: man/src/version.md found
13:04:02 INFO: man/src/volume/create.md found
13:04:02 INFO: man/src/volume/inspect.md found
13:04:02 INFO: man/src/volume/ls.md found
13:04:02 WARN: man/src/volume/prune.md does not exist, skipping
13:04:02 WARN: man/src/volume/rm.md does not exist, skipping
13:04:02 WARN: man/src/volume/update.md does not exist, skipping
13:04:02 INFO: man/src/volume.md found
13:04:02 INFO: man/src/wait.md found
13:04:02 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:04:02 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:04:02 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:04:02 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:04:02 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:04:02 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:04:02 + popd
13:04:02 + exit 0
13:04:02 ~/rpmbuild/BUILD/src
13:04:02 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.avV3Jf
13:04:02 + umask 022
13:04:02 + cd /root/rpmbuild/BUILD
13:04:02 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64 '!=' / ']'
13:04:02 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:04:02 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:04:02 + mkdir -p /root/rpmbuild/BUILDROOT
13:04:02 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:04:02 + cd src
13:04:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/bin
13:04:02 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/bin/docker
13:04:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/bash-completion/completions
13:04:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/zsh/vendor-completions
13:04:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/fish/vendor_completions.d
13:04:02 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/bash-completion/completions/docker
13:04:02 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/zsh/vendor-completions/_docker
13:04:02 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/fish/vendor_completions.d/docker.fish
13:04:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/man/man1
13:04:02 + 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-update.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~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/man/man1
13:04:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/man/man5
13:04:02 + 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~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/man/man5
13:04:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/man/man8
13:04:02 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/man/man8
13:04:02 + mkdir -p build-docs
13:04:02 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:04:02 + cp cli/LICENSE build-docs/LICENSE
13:04:02 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:04:02 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:04:02 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:04:02 + cp cli/NOTICE build-docs/NOTICE
13:04:02 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:04:02 + cp cli/README.md build-docs/README.md
13:04:02 + /usr/lib/rpm/check-buildroot
13:04:02 + /usr/lib/rpm/redhat/brp-compress
13:04:02 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:04:02 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:04:02 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:04:02 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:04:02 + /usr/lib/rpm/redhat/brp-python-hardlink
13:04:02 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:04:02 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jAcn6L
13:04:02 + umask 022
13:04:02 + cd /root/rpmbuild/BUILD
13:04:02 + cd src
13:04:02 ++ cli/build/docker --version
13:04:02 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:04:02 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
13:04:02 + echo 'PASS: cli version OK'
13:04:02 PASS: cli version OK
13:04:02 + exit 0
13:04:02 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:04:02 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4jcIBi
13:04:02 + umask 022
13:04:02 + cd /root/rpmbuild/BUILD
13:04:02 + cd src
13:04:02 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
13:04:02 + export DOCDIR
13:04:02 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
13:04:02 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
13:04:02 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
13:04:02 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
13:04:02 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
13:04:02 + exit 0
13:04:02 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.el7 docker-ce-cli(x86-64) = 1:0.0.0~20230206193855.ab4ef4a-0.el7
13:04:02 Requires(interp): /bin/sh
13:04:02 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:04:02 Requires(post): /bin/sh
13:04:02 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:04:02 Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli
13:04:02 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:04:02 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.src.rpm
13:04:02 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:04:02 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:04:02 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:04:02 go: downloading github.com/aws/smithy-go v1.11.2
13:04:02 go: downloading github.com/moby/locker v1.0.1
13:04:02 go: downloading github.com/felixge/httpsnoop v1.0.2
13:04:02 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:04:02 go: downloading gopkg.in/inf.v0 v0.9.1
13:04:02 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:04:02 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:04:02 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:04:02 go: downloading github.com/googleapis/gnostic v0.5.5
13:04:02 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:04:02 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:04:02 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:04:02 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:04:02 go: downloading github.com/json-iterator/go v1.1.12
13:04:02 go: downloading github.com/mattn/go-colorable v0.1.12
13:04:02 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:04:02 go: downloading github.com/containerd/ttrpc v1.1.0
13:04:02 go: downloading github.com/modern-go/reflect2 v1.0.2
13:04:02 go: downloading sigs.k8s.io/yaml v1.2.0
13:04:02 go: downloading github.com/moby/spdystream v0.2.0
13:04:02 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:04:02 go: downloading github.com/mattn/go-isatty v0.0.16
13:04:03 Dependencies resolved.
13:04:03 ================================================================================
13:04:03  Package                      Arch        Version           Repository     Size
13:04:03 ================================================================================
13:04:03 Installing:
13:04:03  dnf-plugins-core             noarch      4.0.21-18.el8     baseos         75 k
13:04:03 Upgrading:
13:04:03  python3-dnf-plugins-core     noarch      4.0.21-18.el8     baseos        258 k
13:04:03 Installing dependencies:
13:04:03  python3-systemd              aarch64     234-8.el8         appstream      80 k
13:04:03 
13:04:03 Transaction Summary
13:04:03 ================================================================================
13:04:03 Install  2 Packages
13:04:03 Upgrade  1 Package
13:04:03 
13:04:03 Total download size: 414 k
13:04:03 Downloading Packages:
13:04:03 make[1]: Leaving directory '/root/build-deb'
13:04:03    dh_installdeb
13:04:03    debian/rules override_dh_gencontrol
13:04:03 make[1]: Entering directory '/root/build-deb'
13:04:03 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:04:03 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:04:03 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:04:03 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:04:03 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:04:03 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:04:03 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:04:03 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:04:03 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:04:03 if [ "arm64" = "amd64" ]; then \
13:04:03 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:04:03 fi
13:04:03 dh_gencontrol --remaining-packages
13:04:03 make[1]: Leaving directory '/root/build-deb'
13:04:03    dh_md5sums
13:04:04    debian/rules override_dh_builddeb
13:04:04 make[1]: Entering directory '/root/build-deb'
13:04:04 dh_builddeb -- -Zxz
13:04:04 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb'.
13:04:04 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb'.
13:04:04 (1/3): dnf-plugins-core-4.0.21-18.el8.noarch.rp 326 kB/s |  75 kB     00:00    
13:04:04 (2/3): python3-systemd-234-8.el8.aarch64.rpm    341 kB/s |  80 kB     00:00    
13:04:04 (3/3): python3-dnf-plugins-core-4.0.21-18.el8.n 1.1 MB/s | 258 kB     00:00    
13:04:04 --------------------------------------------------------------------------------
13:04:04 Total                                           313 kB/s | 414 kB     00:01     
13:04:04 Running transaction check
13:04:04 Transaction check succeeded.
13:04:04 Running transaction test
13:04:04 Transaction test succeeded.
13:04:04 Running transaction
13:04:04   Preparing        :                                                        1/1 
13:04:04   Installing       : python3-systemd-234-8.el8.aarch64                      1/4 
13:04:04   Upgrading        : python3-dnf-plugins-core-4.0.21-18.el8.noarch          2/4 
13:04:04   Installing       : dnf-plugins-core-4.0.21-18.el8.noarch                  3/4 
13:04:04   Cleanup          : python3-dnf-plugins-core-4.0.21-14.el8.noarch          4/4 
13:04:04   Running scriptlet: python3-dnf-plugins-core-4.0.21-14.el8.noarch          4/4 
13:04:04   Verifying        : python3-systemd-234-8.el8.aarch64                      1/4 
13:04:04   Verifying        : dnf-plugins-core-4.0.21-18.el8.noarch                  2/4 
13:04:04   Verifying        : python3-dnf-plugins-core-4.0.21-18.el8.noarch          3/4 
13:04:04   Verifying        : python3-dnf-plugins-core-4.0.21-14.el8.noarch          4/4 
13:04:04 
13:04:04 Upgraded:
13:04:04   python3-dnf-plugins-core-4.0.21-18.el8.noarch                                 
13:04:04 Installed:
13:04:04   dnf-plugins-core-4.0.21-18.el8.noarch    python3-systemd-234-8.el8.aarch64   
13:04:04 
13:04:04 Complete!
13:04:04 + case ${DIST_ID}:${DIST_VERSION} in
13:04:04 + install_rpm_containerd
13:04:04 + '[' staging = stage ']'
13:04:04 + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo
13:04:04 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo'
13:04:04 + dnf --version
13:04:04 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo
13:04:05 4.7.0
13:04:05   Installed: dnf-0:4.7.0-11.el8.noarch at Mon Sep 19 22:03:09 2022
13:04:05   Built    : CentOS Buildsys <bugs@centos.org> at Wed Jul 27 13:05:47 2022
13:04:05 
13:04:05   Installed: rpm-0:4.14.3-23.el8.aarch64 at Tue Sep  6 17:20:54 2022
13:04:05   Built    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> at Tue Apr  5 18:37:55 2022
13:04:05 + dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
13:04:05 Adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
13:04:05 + dnf config-manager --set-disabled 'docker-ce-*'
13:04:05 + dnf config-manager --set-enabled docker-ce-test
13:04:06 + dnf makecache
13:04:06 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm
13:04:06 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.15dhO8
13:04:06 + umask 022
13:04:06 + cd /root/rpmbuild/BUILD
13:04:06 + cd src
13:04:06 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:04:06 + exit 0
13:04:06 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ueFXMT
13:04:06 + umask 022
13:04:06 + cd /root/rpmbuild/BUILD
13:04:06 + cd /root/rpmbuild/BUILD
13:04:06 + rm -rf src
13:04:06 + /usr/bin/mkdir -p src
13:04:06 + cd src
13:04:06 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:04:06 + /usr/bin/tar -xf -
13:04:06 + STATUS=0
13:04:06 + '[' 0 -ne 0 ']'
13:04:06 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:04:06 + /usr/bin/tar -xf -
13:04:07 CentOS Stream 8 - AppStream                     9.1 kB/s | 4.4 kB     00:00    
13:04:07 + STATUS=0
13:04:07 + '[' 0 -ne 0 ']'
13:04:07 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:04:07 + exit 0
13:04:07 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.pow9OI
13:04:07 + umask 022
13:04:07 + cd /root/rpmbuild/BUILD
13:04:07 + cd src
13:04:07 + export DOCKER_GITCOMMIT=1141704
13:04:07 + DOCKER_GITCOMMIT=1141704
13:04:07 + mkdir -p /go/src/github.com/docker
13:04:07 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:04:07 + TMP_GOPATH=/go
13:04:07 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:04:07 + RM_GOPATH=0
13:04:07 + TMP_GOPATH=/go
13:04:07 + : /usr/local/bin
13:04:07 + '[' -z /go ']'
13:04:07 + export GOPATH=/go
13:04:07 + GOPATH=/go
13:04:07 + case "$(go env GOARCH)" in
13:04:07 ++ go env GOARCH
13:04:07 + export GO_BUILDMODE=-buildmode=pie
13:04:07 + GO_BUILDMODE=-buildmode=pie
13:04:07 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:04:07 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:04:07 + bin=rootlesskit
13:04:07 + shift
13:04:07 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:04:07 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:04:07 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:04:07 + install_rootlesskit dynamic
13:04:07 + case "$1" in
13:04:07 + install_rootlesskit_dynamic
13:04:07 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:04:07 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:04:07 + export BUILD_MODE=-buildmode=pie
13:04:07 + BUILD_MODE=-buildmode=pie
13:04:07 + _install_rootlesskit
13:04:07 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:04:07 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:04:07 + for f in rootlesskit rootlesskit-docker-proxy
13:04:07 + GOBIN=/usr/local/bin
13:04:07 + GO111MODULE=on
13:04:07 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:04:08 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:04:08 go: downloading github.com/urfave/cli/v2 v2.23.5
13:04:08 go: downloading golang.org/x/sys v0.2.0
13:04:08 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.fc36.aarch64.rpm
13:04:08 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Jn3VVE
13:04:08 + umask 022
13:04:08 + cd /root/rpmbuild/BUILD
13:04:08 + cd src
13:04:08 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64
13:04:08 + RPM_EC=0
13:04:08 ++ jobs -p
13:04:08 + exit 0
13:04:08 
13:04:08 RPM build warnings:
13:04:08     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:04:08     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:04:08     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:04:08     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/docker-proxy
13:04:08     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:04:08 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.N1N7cj
13:04:08 + umask 022
13:04:08 + cd /root/rpmbuild/BUILD
13:04:08 + cd /root/rpmbuild/BUILD
13:04:08 + rm -rf src
13:04:08 + /usr/bin/mkdir -p src
13:04:08 + cd src
13:04:08 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:04:08 + /usr/bin/tar -xof -
13:04:08 + STATUS=0
13:04:08 + '[' 0 -ne 0 ']'
13:04:08 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:04:08 + /usr/bin/tar -xof -
13:04:08 + STATUS=0
13:04:08 + '[' 0 -ne 0 ']'
13:04:08 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:04:08 + RPM_EC=0
13:04:08 ++ jobs -p
13:04:08 + exit 0
13:04:08 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.D804jN
13:04:08 + umask 022
13:04:08 + cd /root/rpmbuild/BUILD
13:04:08 + 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:04:08 + export CFLAGS
13:04:08 + 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:04:08 + export CXXFLAGS
13:04:08 + 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:04:08 + export FFLAGS
13:04:08 + 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:04:08 + export FCFLAGS
13:04:08 + 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.16.0-0.fc36.aarch64.ld'
13:04:08 + export LDFLAGS
13:04:08 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:04:08 + export LT_SYS_LIBRARY_PATH
13:04:08 + CC=gcc
13:04:08 + export CC
13:04:08 + CXX=g++
13:04:08 + export CXX
13:04:08 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:04:08 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.16.0-0.fc36 aarch64
13:04:08 + cd src
13:04:08 + pushd /root/rpmbuild/BUILD/src/compose
13:04:08 + make VERSION=v2.16.0 DESTDIR=./bin build
13:04:08 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:04:08 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "./bin/docker-compose" ./cmd
13:04:08 go: downloading github.com/docker/cli v23.0.0+incompatible
13:04:08 go: downloading github.com/theupdateframework/notary v0.7.0
13:04:08 go: downloading github.com/compose-spec/compose-go v1.9.0
13:04:08 go: downloading github.com/hashicorp/go-version v1.6.0
13:04:08 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:04:08 go: downloading github.com/docker/buildx v0.10.2
13:04:08 go: downloading github.com/mattn/go-shellwords v1.0.12
13:04:08 go: downloading github.com/moby/buildkit v0.11.2
13:04:08 go: downloading go.opentelemetry.io/otel v1.13.0
13:04:08 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:04:08 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:04:08 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:04:08 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:04:08 go: downloading golang.org/x/sync v0.1.0
13:04:08 go: downloading github.com/imdario/mergo v0.3.13
13:04:08 go: downloading github.com/containerd/console v1.0.3
13:04:08 go: downloading github.com/buger/goterm v1.0.4
13:04:08 go: downloading github.com/stretchr/testify v1.8.1
13:04:08 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:04:08 go: downloading github.com/google/uuid v1.3.0
13:04:08 go: downloading github.com/moby/vpnkit v0.5.0
13:04:08 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:04:08 go: downloading github.com/gofrs/flock v0.8.1
13:04:08 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:04:08 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:04:08 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:04:08 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:04:08 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:04:08 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:04:08 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:04:08 go: downloading google.golang.org/grpc v1.50.1
13:04:08 go: downloading k8s.io/client-go v0.22.4
13:04:09 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~debian.11~bullseye_arm64.deb'.
13:04:09 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:04:09 go: downloading golang.org/x/net v0.1.0
13:04:09 go: downloading k8s.io/api v0.22.4
13:04:09 go: downloading k8s.io/apimachinery v0.22.4
13:04:09 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:04:09 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:04:09 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:04:09 go: downloading github.com/golang/mock v1.6.0
13:04:09 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:04:09 go: downloading github.com/hashicorp/errwrap v1.1.0
13:04:09 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:04:09 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:04:09 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:04:09 go: downloading golang.org/x/net v0.4.0
13:04:10 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:04:10 go: downloading golang.org/x/term v0.3.0
13:04:10 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:04:10 go: downloading github.com/mattn/go-runewidth v0.0.14
13:04:10 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:04:10 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:04:10 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:04:10 go: downloading github.com/go-logr/stdr v1.2.2
13:04:10 go: downloading github.com/containerd/typeurl v1.0.2
13:04:10 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:04:10 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:04:10 go: downloading github.com/gogo/googleapis v1.4.1
13:04:10 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb'.
13:04:11 go: downloading github.com/pelletier/go-toml v1.9.5
13:04:11 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:04:11 go: downloading k8s.io/klog/v2 v2.60.1
13:04:11 go: downloading github.com/google/gofuzz v1.2.0
13:04:11 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:04:11 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:04:11 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:04:11 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:04:11 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:04:11 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:04:11 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:04:11 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:04:11 go: downloading github.com/aws/smithy-go v1.11.2
13:04:11 go: downloading github.com/moby/locker v1.0.1
13:04:11 go: downloading github.com/felixge/httpsnoop v1.0.2
13:04:11 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:04:11 go: downloading gopkg.in/inf.v0 v0.9.1
13:04:11 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:04:11 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:04:12 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:04:12 go: downloading github.com/googleapis/gnostic v0.5.5
13:04:12 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:04:12 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:04:12 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:04:12 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:04:12 go: downloading github.com/json-iterator/go v1.1.12
13:04:12 go: downloading github.com/mattn/go-colorable v0.1.12
13:04:12 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:04:12 go: downloading github.com/containerd/ttrpc v1.1.0
13:04:12 go: downloading github.com/modern-go/reflect2 v1.0.2
13:04:12 go: downloading sigs.k8s.io/yaml v1.2.0
13:04:12 go: downloading github.com/moby/spdystream v0.2.0
13:04:12 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:04:12 go: downloading github.com/mattn/go-isatty v0.0.16
13:04:12 CentOS Stream 8 - BaseOS                        911  B/s | 3.9 kB     00:04    
13:04:12 CentOS Stream 8 - Extras                        5.0 kB/s | 2.9 kB     00:00    
13:04:12 CentOS Stream 8 - Extras common packages        6.8 kB/s | 3.0 kB     00:00    
13:04:13 Docker CE Test - aarch64                         95 kB/s |  43 kB     00:00    
13:04:14 Metadata cache created.
13:04:14 [DEBUG] Installing engine rpms
13:04:14 + echo '[DEBUG] Installing engine rpms'
13:04:14 ++ find rpm/rpmbuild/centos-8/RPMS/ -type f -name '*.rpm'
13:04:14 ++ sed /src/d
13:04:14 + packages='rpm/rpmbuild/centos-8/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el8.aarch64.rpm
13:04:14 rpm/rpmbuild/centos-8/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el8.aarch64.rpm
13:04:14 rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64.rpm
13:04:14 rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64.rpm
13:04:14 rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64.rpm'
13:04:14 + set -x
13:04:14 ++ source /etc/os-release
13:04:14 +++ NAME='CentOS Stream'
13:04:14 +++ VERSION=8
13:04:14 +++ ID=centos
13:04:14 +++ ID_LIKE='rhel fedora'
13:04:14 +++ VERSION_ID=8
13:04:14 +++ PLATFORM_ID=platform:el8
13:04:14 +++ PRETTY_NAME='CentOS Stream 8'
13:04:14 +++ ANSI_COLOR='0;31'
13:04:14 +++ CPE_NAME=cpe:/o:centos:centos:8
13:04:14 +++ HOME_URL=https://centos.org/
13:04:14 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:04:14 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8'
13:04:14 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
13:04:14 ++ echo 'CentOS Stream'
13:04:14 + product_version='CentOS Stream'
13:04:14 + '[' 'CentOS Stream' = rawhide ']'
13:04:14 + dnf install -y rpm/rpmbuild/centos-8/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el8.aarch64.rpm rpm/rpmbuild/centos-8/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el8.aarch64.rpm rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64.rpm rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64.rpm rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64.rpm
13:04:14 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb'.
13:04:14 # Build the compose plugin
13:04:14 cd /go/src/github.com/docker/compose \
13:04:14 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:04:14 make[2]: Entering directory '/root/build-deb/compose'
13:04:14 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:04:14 go: downloading github.com/docker/cli v23.0.0+incompatible
13:04:14 go: downloading github.com/theupdateframework/notary v0.7.0
13:04:14 go: downloading github.com/compose-spec/compose-go v1.9.0
13:04:14 go: downloading github.com/hashicorp/go-version v1.6.0
13:04:14 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:04:14 go: downloading github.com/docker/buildx v0.10.2
13:04:14 go: downloading github.com/mattn/go-shellwords v1.0.12
13:04:14 go: downloading github.com/moby/buildkit v0.11.2
13:04:14 go: downloading go.opentelemetry.io/otel v1.13.0
13:04:14 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:04:14 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:04:14 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:04:14 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:04:14 go: downloading golang.org/x/sync v0.1.0
13:04:14 go: downloading github.com/imdario/mergo v0.3.13
13:04:14 go: downloading github.com/containerd/console v1.0.3
13:04:14 go: downloading github.com/buger/goterm v1.0.4
13:04:14 go: downloading github.com/stretchr/testify v1.8.1
13:04:14 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:04:14 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:04:14 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:04:14 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:04:14 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:04:14 go: downloading golang.org/x/net v0.4.0
13:04:14 go: downloading golang.org/x/term v0.3.0
13:04:14 go: downloading google.golang.org/grpc v1.50.1
13:04:14 go: downloading k8s.io/client-go v0.22.4
13:04:14 go: downloading k8s.io/api v0.22.4
13:04:14 go: downloading k8s.io/apimachinery v0.22.4
13:04:14 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:04:14 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:04:14 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:04:14 go: downloading github.com/golang/mock v1.6.0
13:04:14 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:04:14 go: downloading github.com/hashicorp/errwrap v1.1.0
13:04:14 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:04:14 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:04:14 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:04:14 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:04:14 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:04:14 go: downloading github.com/mattn/go-runewidth v0.0.14
13:04:14 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:04:14 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:04:14 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:04:14 go: downloading github.com/go-logr/stdr v1.2.2
13:04:14 go: downloading github.com/containerd/typeurl v1.0.2
13:04:14 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:04:14 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:04:14 go: downloading github.com/gogo/googleapis v1.4.1
13:04:14 go: downloading github.com/pelletier/go-toml v1.9.5
13:04:14 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:04:14 go: downloading k8s.io/klog/v2 v2.60.1
13:04:14 go: downloading github.com/google/gofuzz v1.2.0
13:04:14 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:04:14 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:04:14 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:04:14 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:04:14 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:04:14 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:04:14 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:04:14 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:04:14 go: downloading github.com/aws/smithy-go v1.11.2
13:04:14 go: downloading github.com/moby/locker v1.0.1
13:04:14 go: downloading github.com/felixge/httpsnoop v1.0.2
13:04:14 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:04:14 go: downloading gopkg.in/inf.v0 v0.9.1
13:04:14 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:04:14 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:04:14 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:04:14 go: downloading github.com/googleapis/gnostic v0.5.5
13:04:14 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:04:14 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:04:14 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:04:14 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:04:14 go: downloading github.com/json-iterator/go v1.1.12
13:04:14 go: downloading github.com/mattn/go-colorable v0.1.12
13:04:14 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:04:14 go: downloading github.com/containerd/ttrpc v1.1.0
13:04:14 go: downloading github.com/modern-go/reflect2 v1.0.2
13:04:14 go: downloading sigs.k8s.io/yaml v1.2.0
13:04:14 go: downloading github.com/moby/spdystream v0.2.0
13:04:14 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:04:14 go: downloading github.com/mattn/go-isatty v0.0.16
13:04:15 Last metadata expiration check: 0:00:02 ago on Wed Feb  8 13:04:13 2023.
13:04:15 + for f in rootlesskit rootlesskit-docker-proxy
13:04:15 + GOBIN=/usr/local/bin
13:04:15 + GO111MODULE=on
13:04:15 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:04:15 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_arm64.deb'.
13:04:15 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'.
13:04:16 + return
13:04:16 + exit 0
13:04:16 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.60XecW
13:04:16 + umask 022
13:04:16 + cd /root/rpmbuild/BUILD
13:04:16 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64 '!=' / ']'
13:04:16 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:04:16 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:04:16 + mkdir -p /root/rpmbuild/BUILDROOT
13:04:16 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:04:16 + cd src
13:04:16 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/bin/dockerd-rootless.sh
13:04:16 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/bin/dockerd-rootless-setuptool.sh
13:04:16 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/bin/rootlesskit
13:04:16 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/bin/rootlesskit-docker-proxy
13:04:16 + /usr/lib/rpm/check-buildroot
13:04:16 + /usr/lib/rpm/redhat/brp-compress
13:04:16 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:04:16 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:04:16 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:04:16 Dependencies resolved.
13:04:16 =======================================================================================================
13:04:16  Package                        Arch     Version                                  Repository       Size
13:04:16 =======================================================================================================
13:04:16 Installing:
13:04:16  docker-buildx-plugin           aarch64  0.10.2-0.el8                             @commandline     10 M
13:04:16  docker-ce                      aarch64  3:0.0.0~20230206193855.ab4ef4a-0.el8     @commandline     14 M
13:04:16  docker-ce-cli                  aarch64  1:0.0.0~20230206193855.ab4ef4a-0.el8     @commandline    6.2 M
13:04:16  docker-ce-rootless-extras      aarch64  0.0.0~20230206193855.ab4ef4a-0.el8       @commandline    4.2 M
13:04:16  docker-compose-plugin          aarch64  2.16.0-0.el8                             @commandline    9.4 M
13:04:16 Installing dependencies:
13:04:16  checkpolicy                    aarch64  2.9-1.el8                                baseos          338 k
13:04:16  container-selinux              noarch   2:2.189.0-1.module_el8.7.0+1216+b022c01d appstream        60 k
13:04:16  containerd.io                  aarch64  1.6.16-3.1.el8                           docker-ce-test   24 M
13:04:16  diffutils                      aarch64  3.6-6.el8                                baseos          352 k
13:04:16  fuse-common                    aarch64  3.3.0-16.el8                             baseos           22 k
13:04:16  fuse-overlayfs                 aarch64  1.9-1.module_el8.7.0+1216+b022c01d       appstream        68 k
13:04:16  fuse3                          aarch64  3.3.0-16.el8                             baseos           53 k
13:04:16  fuse3-libs                     aarch64  3.3.0-16.el8                             baseos           91 k
13:04:16  iptables                       aarch64  1.8.4-24.el8                             baseos          582 k
13:04:16  iptables-libs                  aarch64  1.8.4-24.el8                             baseos          107 k
13:04:16  kmod                           aarch64  25-19.el8                                baseos          123 k
13:04:16  libcgroup                      aarch64  0.41-19.el8                              baseos           68 k
13:04:16  libibverbs                     aarch64  41.0-1.el8                               baseos          370 k
13:04:16  libmnl                         aarch64  1.0.4-6.el8                              baseos           30 k
13:04:16  libnetfilter_conntrack         aarch64  1.0.6-5.el8                              baseos           61 k
13:04:16  libnfnetlink                   aarch64  1.0.1-13.el8                             baseos           32 k
13:04:16  libnftnl                       aarch64  1.1.5-5.el8                              baseos           80 k
13:04:16  libpcap                        aarch64  14:1.9.1-5.el8                           baseos          161 k
13:04:16  libselinux-utils               aarch64  2.9-6.el8                                baseos          241 k
13:04:16  libslirp                       aarch64  4.4.0-1.module_el8.7.0+1216+b022c01d     appstream        66 k
13:04:16  policycoreutils                aarch64  2.9-21.1.el8                             baseos          374 k
13:04:16  policycoreutils-python-utils   noarch   2.9-21.1.el8                             baseos          253 k
13:04:16  python3-audit                  aarch64  3.0.7-4.el8                              baseos           85 k
13:04:16  python3-libselinux             aarch64  2.9-6.el8                                baseos          271 k
13:04:16  python3-libsemanage            aarch64  2.9-9.el8                                baseos          126 k
13:04:16  python3-policycoreutils        noarch   2.9-21.1.el8                             baseos          2.2 M
13:04:16  python3-setools                aarch64  4.3.0-3.el8                              baseos          528 k
13:04:16  rpm-plugin-selinux             aarch64  4.14.3-23.el8                            baseos           78 k
13:04:16  selinux-policy                 noarch   3.14.3-114.el8                           baseos          658 k
13:04:16  selinux-policy-targeted        noarch   3.14.3-114.el8                           baseos           15 M
13:04:16  slirp4netns                    aarch64  1.2.0-2.module_el8.7.0+1216+b022c01d     appstream        53 k
13:04:16  xz                             aarch64  5.2.4-4.el8                              baseos          153 k
13:04:16 Downgrading:
13:04:16  xz-libs                        aarch64  5.2.4-4.el8                              baseos           91 k
13:04:16 Enabling module streams:
13:04:16  container-tools                         rhel8                                                         
13:04:16 
13:04:16 Transaction Summary
13:04:16 =======================================================================================================
13:04:16 Install    37 Packages
13:04:16 Downgrade   1 Package
13:04:16 
13:04:16 Total size: 92 M
13:04:16 Total download size: 47 M
13:04:16 Downloading Packages:
13:04:16 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:04:16 + /usr/lib/rpm/redhat/brp-python-hardlink
13:04:16 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:04:16 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.vFNOP9
13:04:16 + umask 022
13:04:16 + cd /root/rpmbuild/BUILD
13:04:16 + cd src
13:04:16 + /usr/local/bin/rootlesskit -v
13:04:16 rootlesskit version 1.1.0
13:04:16 + exit 0
13:04:16 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:04:16 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.el7 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20230206193855.ab4ef4a-0.el7
13:04:16 Requires(interp): /bin/sh /bin/sh /bin/sh
13:04:16 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:04:16 Requires(post): /bin/sh
13:04:16 Requires(preun): /bin/sh
13:04:16 Requires(postun): /bin/sh
13:04:16 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:04:16 Conflicts: rootlesskit
13:04:16 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:04:17 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.src.rpm
13:04:17 (1/33): container-selinux-2.189.0-1.module_el8. 262 kB/s |  60 kB     00:00    
13:04:17 (2/33): xz-libs-5.2.4-4.el8.aarch64.rpm         386 kB/s |  91 kB     00:00    
13:04:17 (3/33): fuse-overlayfs-1.9-1.module_el8.7.0+121 287 kB/s |  68 kB     00:00    
13:04:17 (4/33): libslirp-4.4.0-1.module_el8.7.0+1216+b0 6.5 MB/s |  66 kB     00:00    
13:04:17 (5/33): slirp4netns-1.2.0-2.module_el8.7.0+1216 5.4 MB/s |  53 kB     00:00    
13:04:17 (6/33): fuse-common-3.3.0-16.el8.aarch64.rpm    3.8 MB/s |  22 kB     00:00    
13:04:17 (7/33): diffutils-3.6-6.el8.aarch64.rpm          24 MB/s | 352 kB     00:00    
13:04:17 (8/33): checkpolicy-2.9-1.el8.aarch64.rpm        18 MB/s | 338 kB     00:00    
13:04:17 (9/33): fuse3-3.3.0-16.el8.aarch64.rpm          3.9 MB/s |  53 kB     00:00    
13:04:17 (10/33): fuse3-libs-3.3.0-16.el8.aarch64.rpm    7.8 MB/s |  91 kB     00:00    
13:04:17 (11/33): iptables-1.8.4-24.el8.aarch64.rpm       33 MB/s | 582 kB     00:00    
13:04:17 (12/33): iptables-libs-1.8.4-24.el8.aarch64.rpm 6.7 MB/s | 107 kB     00:00    
13:04:17 (13/33): kmod-25-19.el8.aarch64.rpm             8.0 MB/s | 123 kB     00:00    
13:04:17 (14/33): libcgroup-0.41-19.el8.aarch64.rpm       13 MB/s |  68 kB     00:00    
13:04:17 (15/33): libmnl-1.0.4-6.el8.aarch64.rpm         3.5 MB/s |  30 kB     00:00    
13:04:17 (16/33): libnetfilter_conntrack-1.0.6-5.el8.aar 9.8 MB/s |  61 kB     00:00    
13:04:17 (17/33): libnfnetlink-1.0.1-13.el8.aarch64.rpm  4.7 MB/s |  32 kB     00:00    
13:04:17 (18/33): libnftnl-1.1.5-5.el8.aarch64.rpm        11 MB/s |  80 kB     00:00    
13:04:17 (19/33): libibverbs-41.0-1.el8.aarch64.rpm       14 MB/s | 370 kB     00:00    
13:04:17 (20/33): libpcap-1.9.1-5.el8.aarch64.rpm         11 MB/s | 161 kB     00:00    
13:04:17 (21/33): libselinux-utils-2.9-6.el8.aarch64.rpm  15 MB/s | 241 kB     00:00    
13:04:17 (22/33): policycoreutils-python-utils-2.9-21.1.  23 MB/s | 253 kB     00:00    
13:04:17 (23/33): policycoreutils-2.9-21.1.el8.aarch64.r  17 MB/s | 374 kB     00:00    
13:04:17 (24/33): python3-audit-3.0.7-4.el8.aarch64.rpm  4.9 MB/s |  85 kB     00:00    
13:04:17 (25/33): python3-libselinux-2.9-6.el8.aarch64.r  18 MB/s | 271 kB     00:00    
13:04:17 (26/33): python3-libsemanage-2.9-9.el8.aarch64. 8.8 MB/s | 126 kB     00:00    
13:04:17 (27/33): rpm-plugin-selinux-4.14.3-23.el8.aarch  13 MB/s |  78 kB     00:00    
13:04:17 (28/33): python3-setools-4.3.0-3.el8.aarch64.rp  28 MB/s | 528 kB     00:00    
13:04:17 (29/33): selinux-policy-3.14.3-114.el8.noarch.r  32 MB/s | 658 kB     00:00    
13:04:17 (30/33): xz-5.2.4-4.el8.aarch64.rpm              13 MB/s | 153 kB     00:00    
13:04:17 (31/33): python3-policycoreutils-2.9-21.1.el8.n  37 MB/s | 2.2 MB     00:00    
13:04:17 (32/33): selinux-policy-targeted-3.14.3-114.el8 101 MB/s |  15 MB     00:00    
13:04:18 (33/33): containerd.io-1.6.16-3.1.el8.aarch64.r  59 MB/s |  24 MB     00:00    
13:04:18 --------------------------------------------------------------------------------
13:04:18 Total                                            32 MB/s |  47 MB     00:01     
13:04:18 # Build the compose plugin
13:04:18 cd /go/src/github.com/docker/compose \
13:04:18 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:04:18 make[2]: Entering directory '/root/build-deb/compose'
13:04:18 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:04:18 go: downloading github.com/docker/cli v23.0.0+incompatible
13:04:18 go: downloading github.com/theupdateframework/notary v0.7.0
13:04:18 go: downloading github.com/compose-spec/compose-go v1.9.0
13:04:18 go: downloading github.com/hashicorp/go-version v1.6.0
13:04:18 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:04:18 go: downloading github.com/docker/buildx v0.10.2
13:04:18 go: downloading github.com/mattn/go-shellwords v1.0.12
13:04:18 go: downloading github.com/moby/buildkit v0.11.2
13:04:18 go: downloading go.opentelemetry.io/otel v1.13.0
13:04:18 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:04:18 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:04:18 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:04:18 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:04:18 go: downloading golang.org/x/sync v0.1.0
13:04:18 go: downloading github.com/imdario/mergo v0.3.13
13:04:18 go: downloading github.com/containerd/console v1.0.3
13:04:18 go: downloading github.com/buger/goterm v1.0.4
13:04:18 go: downloading github.com/stretchr/testify v1.8.1
13:04:18 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:04:18 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:04:18 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:04:18 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:04:18 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:04:18 go: downloading golang.org/x/net v0.4.0
13:04:18 go: downloading golang.org/x/term v0.3.0
13:04:18 go: downloading google.golang.org/grpc v1.50.1
13:04:18 go: downloading k8s.io/client-go v0.22.4
13:04:18 go: downloading k8s.io/api v0.22.4
13:04:18 go: downloading k8s.io/apimachinery v0.22.4
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:04:18 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:04:18 go: downloading github.com/golang/mock v1.6.0
13:04:18 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:04:18 go: downloading github.com/hashicorp/errwrap v1.1.0
13:04:18 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:04:18 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:04:18 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:04:18 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:04:18 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:04:18 go: downloading github.com/mattn/go-runewidth v0.0.14
13:04:18 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:04:18 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:04:18 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:04:18 go: downloading github.com/go-logr/stdr v1.2.2
13:04:18 go: downloading github.com/containerd/typeurl v1.0.2
13:04:18 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:04:18 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:04:18 go: downloading github.com/gogo/googleapis v1.4.1
13:04:18 go: downloading github.com/pelletier/go-toml v1.9.5
13:04:18 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:04:18 go: downloading k8s.io/klog/v2 v2.60.1
13:04:18 go: downloading github.com/google/gofuzz v1.2.0
13:04:18 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:04:18 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:04:18 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:04:18 go: downloading github.com/aws/smithy-go v1.11.2
13:04:18 go: downloading github.com/moby/locker v1.0.1
13:04:18 go: downloading github.com/felixge/httpsnoop v1.0.2
13:04:18 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:04:18 go: downloading gopkg.in/inf.v0 v0.9.1
13:04:18 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:04:18 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:04:18 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:04:18 go: downloading github.com/googleapis/gnostic v0.5.5
13:04:18 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:04:18 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:04:18 go: downloading github.com/json-iterator/go v1.1.12
13:04:18 go: downloading github.com/mattn/go-colorable v0.1.12
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:04:18 go: downloading github.com/containerd/ttrpc v1.1.0
13:04:18 go: downloading github.com/modern-go/reflect2 v1.0.2
13:04:18 go: downloading sigs.k8s.io/yaml v1.2.0
13:04:18 go: downloading github.com/moby/spdystream v0.2.0
13:04:18 go: downloading github.com/mattn/go-isatty v0.0.16
13:04:18 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:04:18 # Build the compose plugin
13:04:18 cd /go/src/github.com/docker/compose \
13:04:18 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:04:18 make[2]: Entering directory '/root/build-deb/compose'
13:04:18 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:04:18 go: downloading github.com/docker/cli v23.0.0+incompatible
13:04:18 go: downloading github.com/theupdateframework/notary v0.7.0
13:04:18 go: downloading github.com/compose-spec/compose-go v1.9.0
13:04:18 go: downloading github.com/hashicorp/go-version v1.6.0
13:04:18 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:04:18 go: downloading github.com/docker/buildx v0.10.2
13:04:18 go: downloading github.com/mattn/go-shellwords v1.0.12
13:04:18 go: downloading github.com/moby/buildkit v0.11.2
13:04:18 go: downloading go.opentelemetry.io/otel v1.13.0
13:04:18 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:04:18 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:04:18 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:04:18 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:04:18 go: downloading golang.org/x/sync v0.1.0
13:04:18 go: downloading github.com/imdario/mergo v0.3.13
13:04:18 go: downloading github.com/containerd/console v1.0.3
13:04:18 go: downloading github.com/buger/goterm v1.0.4
13:04:18 go: downloading github.com/stretchr/testify v1.8.1
13:04:18 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:04:18 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:04:18 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:04:18 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:04:18 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:04:18 go: downloading golang.org/x/net v0.4.0
13:04:18 go: downloading golang.org/x/term v0.3.0
13:04:18 go: downloading google.golang.org/grpc v1.50.1
13:04:18 go: downloading k8s.io/client-go v0.22.4
13:04:18 go: downloading k8s.io/api v0.22.4
13:04:18 go: downloading k8s.io/apimachinery v0.22.4
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:04:18 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:04:18 go: downloading github.com/golang/mock v1.6.0
13:04:18 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:04:18 go: downloading github.com/hashicorp/errwrap v1.1.0
13:04:18 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:04:18 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:04:18 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:04:18 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:04:18 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:04:18 go: downloading github.com/mattn/go-runewidth v0.0.14
13:04:18 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:04:18 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:04:18 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:04:18 go: downloading github.com/go-logr/stdr v1.2.2
13:04:18 go: downloading github.com/containerd/typeurl v1.0.2
13:04:18 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:04:18 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:04:18 go: downloading github.com/gogo/googleapis v1.4.1
13:04:18 go: downloading github.com/pelletier/go-toml v1.9.5
13:04:18 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:04:18 go: downloading k8s.io/klog/v2 v2.60.1
13:04:18 go: downloading github.com/google/gofuzz v1.2.0
13:04:18 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:04:18 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:04:18 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:04:18 go: downloading github.com/aws/smithy-go v1.11.2
13:04:18 go: downloading github.com/moby/locker v1.0.1
13:04:18 go: downloading github.com/felixge/httpsnoop v1.0.2
13:04:18 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:04:18 go: downloading gopkg.in/inf.v0 v0.9.1
13:04:18 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:04:18 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:04:18 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:04:18 go: downloading github.com/googleapis/gnostic v0.5.5
13:04:18 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:04:18 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:04:18 go: downloading github.com/json-iterator/go v1.1.12
13:04:18 go: downloading github.com/mattn/go-colorable v0.1.12
13:04:18 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:04:18 go: downloading github.com/containerd/ttrpc v1.1.0
13:04:18 go: downloading github.com/modern-go/reflect2 v1.0.2
13:04:18 go: downloading sigs.k8s.io/yaml v1.2.0
13:04:18 go: downloading github.com/moby/spdystream v0.2.0
13:04:18 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:04:18 go: downloading github.com/mattn/go-isatty v0.0.16
13:04:19 Docker CE Test - aarch64                        7.4 kB/s | 1.6 kB     00:00    
13:04:19 Importing GPG key 0x621E9F35:
13:04:19  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
13:04:19  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
13:04:19  From       : https://download.docker.com/linux/centos/gpg
13:04:19 Key imported successfully
13:04:19 Running transaction check
13:04:19 Transaction check succeeded.
13:04:19 Running transaction test
13:04:19 Transaction test succeeded.
13:04:19 Running transaction
13:04:20   Preparing        :                                                        1/1 
13:04:20   Installing       : python3-libselinux-2.9-6.el8.aarch64                  1/39 
13:04:20   Installing       : libmnl-1.0.4-6.el8.aarch64                            2/39 
13:04:20   Running scriptlet: libmnl-1.0.4-6.el8.aarch64                            2/39 
13:04:20   Downgrading      : xz-libs-5.2.4-4.el8.aarch64                           3/39 
13:04:20   Installing       : libselinux-utils-2.9-6.el8.aarch64                    4/39 
13:04:20   Installing       : libnfnetlink-1.0.1-13.el8.aarch64                     5/39 
13:04:20 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm
13:04:20 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CuRVC1
13:04:20 + umask 022
13:04:20 + cd /root/rpmbuild/BUILD
13:04:20 + cd src
13:04:20 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:04:20 + exit 0
13:04:20 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.RxpWBp
13:04:20 + umask 022
13:04:20 + cd /root/rpmbuild/BUILD
13:04:20 + cd /root/rpmbuild/BUILD
13:04:20 + rm -rf src
13:04:20 + /usr/bin/mkdir -p src
13:04:20 + cd src
13:04:20 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:04:20 + /usr/bin/tar -xf -
13:04:20   Running scriptlet: libnfnetlink-1.0.1-13.el8.aarch64                     5/39 
13:04:20   Installing       : fuse3-libs-3.3.0-16.el8.aarch64                       6/39 
13:04:20   Running scriptlet: fuse3-libs-3.3.0-16.el8.aarch64                       6/39 
13:04:20   Installing       : libnetfilter_conntrack-1.0.6-5.el8.aarch64            7/39 
13:04:20   Running scriptlet: libnetfilter_conntrack-1.0.6-5.el8.aarch64            7/39 
13:04:20   Installing       : kmod-25-19.el8.aarch64                                8/39 
13:04:20   Installing       : xz-5.2.4-4.el8.aarch64                                9/39 
13:04:20   Installing       : libnftnl-1.1.5-5.el8.aarch64                         10/39 
13:04:20   Running scriptlet: libnftnl-1.1.5-5.el8.aarch64                         10/39 
13:04:20   Installing       : python3-libsemanage-2.9-9.el8.aarch64                11/39 
13:04:21 + STATUS=0
13:04:21 + '[' 0 -ne 0 ']'
13:04:21 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:04:21 + /usr/bin/tar -xf -
13:04:21 make[1]: Leaving directory '/root/build-deb'
13:04:21  dpkg-genbuildinfo
13:04:21  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.changes
13:04:21 + STATUS=0
13:04:21 + '[' 0 -ne 0 ']'
13:04:21 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:04:21 + exit 0
13:04:21 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.68de1Q
13:04:21 + umask 022
13:04:21 + cd /root/rpmbuild/BUILD
13:04:21 + cd src
13:04:21 + pushd /root/rpmbuild/BUILD/src/buildx
13:04:21 + GO111MODULE=on
13:04:21 + CGO_ENABLED=0
13:04:21 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
13:04:21 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:04:22   Installing       : python3-setools-4.3.0-3.el8.aarch64                  12/39 
13:04:22   Installing       : docker-buildx-plugin-0.10.2-0.el8.aarch64            13/39 
13:04:22 dpkg-genchanges: info: including full source code in upload
13:04:22  dpkg-source -I.git --after-build build-deb
13:04:22 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:04:22 + destination=/build
13:04:22 + mkdir -p /build
13:04:22 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb /build
13:04:22 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb'
13:04:22 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb'
13:04:22 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb'
13:04:22 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb'
13:04:22 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb'
13:04:22 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb'
13:04:22 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc'
13:04:22 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc'
13:04:22 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz'
13:04:22 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz'
13:04:22 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.buildinfo'
13:04:22 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.buildinfo'
13:04:22 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.changes'
13:04:22 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.changes'
13:04:22 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb'
13:04:22 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb'
13:04:22 copied '/root/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb' -> '/build/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb'
13:04:22 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb'
13:04:23   Running scriptlet: docker-buildx-plugin-0.10.2-0.el8.aarch64            13/39 
13:04:23   Installing       : docker-compose-plugin-2.16.0-0.el8.aarch64           14/39 
13:04:23   Running scriptlet: docker-compose-plugin-2.16.0-0.el8.aarch64           14/39 
13:04:23   Installing       : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el8   15/39 
13:04:23   Running scriptlet: docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el8   15/39 
13:04:23   Installing       : python3-audit-3.0.7-4.el8.aarch64                    16/39 
13:04:23   Installing       : libibverbs-41.0-1.el8.aarch64                        17/39 
13:04:23   Running scriptlet: libibverbs-41.0-1.el8.aarch64                        17/39 
13:04:23   Installing       : libpcap-14:1.9.1-5.el8.aarch64                       18/39 
13:04:23   Installing       : iptables-libs-1.8.4-24.el8.aarch64                   19/39 
13:04:23 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb'.
13:04:23   Running scriptlet: iptables-1.8.4-24.el8.aarch64                        20/39 
13:04:23   Installing       : iptables-1.8.4-24.el8.aarch64                        20/39 
13:04:23   Running scriptlet: iptables-1.8.4-24.el8.aarch64                        20/39 
13:04:23   Running scriptlet: libcgroup-0.41-19.el8.aarch64                        21/39 
13:04:23   Installing       : libcgroup-0.41-19.el8.aarch64                        21/39 
13:04:23   Running scriptlet: libcgroup-0.41-19.el8.aarch64                        21/39 
13:04:23   Installing       : fuse-common-3.3.0-16.el8.aarch64                     22/39 
13:04:23   Installing       : fuse3-3.3.0-16.el8.aarch64                           23/39 
13:04:23   Installing       : fuse-overlayfs-1.9-1.module_el8.7.0+1216+b022c01d.   24/39 
13:04:23   Running scriptlet: fuse-overlayfs-1.9-1.module_el8.7.0+1216+b022c01d.   24/39 
13:04:23   Installing       : diffutils-3.6-6.el8.aarch64                          25/39 
13:04:24   Running scriptlet: diffutils-3.6-6.el8.aarch64                          25/39 
13:04:24   Installing       : policycoreutils-2.9-21.1.el8.aarch64                 26/39 
13:04:24   Running scriptlet: policycoreutils-2.9-21.1.el8.aarch64                 26/39 
13:04:24   Installing       : rpm-plugin-selinux-4.14.3-23.el8.aarch64             27/39 
13:04:24   Installing       : selinux-policy-3.14.3-114.el8.noarch                 28/39 
13:04:24   Running scriptlet: selinux-policy-3.14.3-114.el8.noarch                 28/39 
13:04:24 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-bionic"
13:04:25   Running scriptlet: selinux-policy-targeted-3.14.3-114.el8.noarch        29/39 
13:04:25 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:04:25   Installing       : selinux-policy-targeted-3.14.3-114.el8.noarch        29/39 
13:04:25   Running scriptlet: selinux-policy-targeted-3.14.3-114.el8.noarch        29/39 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:04:26   Installing       : checkpolicy-2.9-1.el8.aarch64                        30/39 
13:04:26   Installing       : python3-policycoreutils-2.9-21.1.el8.noarch          31/39 
13:04:26   Installing       : policycoreutils-python-utils-2.9-21.1.el8.noarch     32/39 
13:04:26   Running scriptlet: container-selinux-2:2.189.0-1.module_el8.7.0+1216+   33/39 
13:04:26   Installing       : container-selinux-2:2.189.0-1.module_el8.7.0+1216+   33/39 
13:04:26 + make IMAGE=ubuntu:bionic verify
13:04:26 docker run  --rm -i \
13:04:26 	-v "$(pwd):/v" \
13:04:26 	-e DEBIAN_FRONTEND=noninteractive \
13:04:26 	-e PACKAGE_REPO=staging \
13:04:26 	-w /v \
13:04:26 	ubuntu:bionic ./verify
13:04:26 Unable to find image 'ubuntu:bionic' locally
13:04:26 bionic: Pulling from library/ubuntu
13:04:26 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'.
13:04:26 c2a5dda1e2b0: Already exists
13:04:26 Digest: sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf
13:04:26 Status: Downloaded newer image for ubuntu:bionic
13:04:26 + verify
13:04:26 + dpkg --version
13:04:26 + verify_deb
13:04:26 + apt-get update
13:04:27 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB]
13:04:27 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB]
13:04:27 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [83.3 kB]
13:04:27 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB]
13:04:27 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB]
13:04:28 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B]
13:04:28 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB]
13:04:28 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB]
13:04:28 # Build the compose plugin
13:04:28 cd /go/src/github.com/docker/compose \
13:04:28 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:04:28 make[2]: Entering directory '/root/build-deb/compose'
13:04:28 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:04:28 go: downloading github.com/docker/cli v23.0.0+incompatible
13:04:28 go: downloading github.com/theupdateframework/notary v0.7.0
13:04:28 go: downloading github.com/compose-spec/compose-go v1.9.0
13:04:28 go: downloading github.com/hashicorp/go-version v1.6.0
13:04:28 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:04:28 go: downloading github.com/docker/buildx v0.10.2
13:04:28 go: downloading github.com/mattn/go-shellwords v1.0.12
13:04:28 go: downloading github.com/moby/buildkit v0.11.2
13:04:28 go: downloading go.opentelemetry.io/otel v1.13.0
13:04:28 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:04:28 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:04:28 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:04:28 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:04:28 go: downloading golang.org/x/sync v0.1.0
13:04:28 go: downloading github.com/imdario/mergo v0.3.13
13:04:28 go: downloading github.com/containerd/console v1.0.3
13:04:28 go: downloading github.com/buger/goterm v1.0.4
13:04:28 go: downloading github.com/stretchr/testify v1.8.1
13:04:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:04:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:04:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:04:28 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:04:28 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:04:28 go: downloading golang.org/x/net v0.4.0
13:04:28 go: downloading golang.org/x/term v0.3.0
13:04:28 go: downloading google.golang.org/grpc v1.50.1
13:04:28 go: downloading k8s.io/client-go v0.22.4
13:04:28 go: downloading k8s.io/api v0.22.4
13:04:28 go: downloading k8s.io/apimachinery v0.22.4
13:04:28 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:04:28 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:04:28 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:04:28 go: downloading github.com/golang/mock v1.6.0
13:04:28 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:04:28 go: downloading github.com/hashicorp/errwrap v1.1.0
13:04:28 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:04:28 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:04:28 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:04:28 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:04:28 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:04:28 go: downloading github.com/mattn/go-runewidth v0.0.14
13:04:28 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:04:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:04:28 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:04:28 go: downloading github.com/go-logr/stdr v1.2.2
13:04:28 go: downloading github.com/containerd/typeurl v1.0.2
13:04:28 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:04:28 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:04:28 go: downloading github.com/gogo/googleapis v1.4.1
13:04:28 go: downloading github.com/pelletier/go-toml v1.9.5
13:04:28 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:04:28 go: downloading k8s.io/klog/v2 v2.60.1
13:04:28 go: downloading github.com/google/gofuzz v1.2.0
13:04:28 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:04:28 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:04:28 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:04:28 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:04:28 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:04:28 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:04:28 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:04:28 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:04:28 go: downloading github.com/aws/smithy-go v1.11.2
13:04:28 go: downloading github.com/moby/locker v1.0.1
13:04:28 go: downloading github.com/felixge/httpsnoop v1.0.2
13:04:28 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:04:28 go: downloading gopkg.in/inf.v0 v0.9.1
13:04:28 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:04:28 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:04:28 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:04:28 go: downloading github.com/googleapis/gnostic v0.5.5
13:04:28 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:04:28 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:04:28 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:04:28 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:04:28 go: downloading github.com/json-iterator/go v1.1.12
13:04:28 go: downloading github.com/mattn/go-colorable v0.1.12
13:04:28 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:04:28 go: downloading github.com/containerd/ttrpc v1.1.0
13:04:28 go: downloading github.com/modern-go/reflect2 v1.0.2
13:04:28 go: downloading sigs.k8s.io/yaml v1.2.0
13:04:28 go: downloading github.com/moby/spdystream v0.2.0
13:04:28 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:04:28 go: downloading github.com/mattn/go-isatty v0.0.16
13:04:28 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [2171 kB]
13:04:28 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5351 B]
13:04:28 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [6144 B]
13:04:28 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [2105 kB]
13:04:28 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [64.0 kB]
13:04:28 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [20.1 kB]
13:04:28 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [5465 B]
13:04:28 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2760 B]
13:04:28 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1802 kB]
13:04:28 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1410 kB]
13:04:29 # Build the compose plugin
13:04:29 cd /go/src/github.com/docker/compose \
13:04:29 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:04:29 make[2]: Entering directory '/root/build-deb/compose'
13:04:29 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:04:29 go: downloading github.com/docker/cli v23.0.0+incompatible
13:04:29 go: downloading github.com/theupdateframework/notary v0.7.0
13:04:29 go: downloading github.com/compose-spec/compose-go v1.9.0
13:04:29 go: downloading github.com/hashicorp/go-version v1.6.0
13:04:29 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:04:29 go: downloading github.com/docker/buildx v0.10.2
13:04:29 go: downloading github.com/mattn/go-shellwords v1.0.12
13:04:29 go: downloading github.com/moby/buildkit v0.11.2
13:04:29 go: downloading go.opentelemetry.io/otel v1.13.0
13:04:29 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:04:29 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:04:29 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:04:29 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:04:29 go: downloading golang.org/x/sync v0.1.0
13:04:29 go: downloading github.com/imdario/mergo v0.3.13
13:04:29 go: downloading github.com/containerd/console v1.0.3
13:04:29 go: downloading github.com/buger/goterm v1.0.4
13:04:29 go: downloading github.com/stretchr/testify v1.8.1
13:04:29 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:04:29 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:04:29 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:04:29 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:04:29 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:04:29 go: downloading golang.org/x/net v0.4.0
13:04:29 go: downloading golang.org/x/term v0.3.0
13:04:29 go: downloading google.golang.org/grpc v1.50.1
13:04:29 go: downloading k8s.io/client-go v0.22.4
13:04:29 go: downloading k8s.io/api v0.22.4
13:04:29 go: downloading k8s.io/apimachinery v0.22.4
13:04:29 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:04:29 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:04:29 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:04:29 go: downloading github.com/golang/mock v1.6.0
13:04:29 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:04:29 go: downloading github.com/hashicorp/errwrap v1.1.0
13:04:29 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:04:29 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:04:29 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:04:29 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:04:29 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:04:29 go: downloading github.com/mattn/go-runewidth v0.0.14
13:04:29 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:04:29 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:04:29 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:04:29 go: downloading github.com/go-logr/stdr v1.2.2
13:04:29 go: downloading github.com/containerd/typeurl v1.0.2
13:04:29 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:04:29 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:04:29 go: downloading github.com/gogo/googleapis v1.4.1
13:04:29 go: downloading github.com/pelletier/go-toml v1.9.5
13:04:29 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:04:29 go: downloading k8s.io/klog/v2 v2.60.1
13:04:29 go: downloading github.com/google/gofuzz v1.2.0
13:04:29 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:04:29 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:04:29 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:04:29 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:04:29 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:04:29 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:04:29 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:04:29 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:04:29 go: downloading github.com/aws/smithy-go v1.11.2
13:04:29 go: downloading github.com/moby/locker v1.0.1
13:04:29 go: downloading github.com/felixge/httpsnoop v1.0.2
13:04:29 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:04:29 go: downloading gopkg.in/inf.v0 v0.9.1
13:04:29 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:04:29 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:04:29 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:04:29 go: downloading github.com/googleapis/gnostic v0.5.5
13:04:29 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:04:29 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:04:29 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:04:29 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:04:29 go: downloading github.com/json-iterator/go v1.1.12
13:04:30 go: downloading github.com/mattn/go-colorable v0.1.12
13:04:30 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:04:30 go: downloading github.com/containerd/ttrpc v1.1.0
13:04:30 go: downloading github.com/modern-go/reflect2 v1.0.2
13:04:30 go: downloading sigs.k8s.io/yaml v1.2.0
13:04:30 go: downloading github.com/moby/spdystream v0.2.0
13:04:30 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:04:30 go: downloading github.com/mattn/go-isatty v0.0.16
13:04:30 Fetched 20.5 MB in 3s (6718 kB/s)
13:04:30 Reading package lists...
13:04:30 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:04:31 ~/rpmbuild/BUILD/src
13:04:31 + popd
13:04:31 + exit 0
13:04:31 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lN5Dyy
13:04:31 + umask 022
13:04:31 + cd /root/rpmbuild/BUILD
13:04:31 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.x86_64 '!=' / ']'
13:04:31 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.x86_64
13:04:31 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.x86_64
13:04:31 + mkdir -p /root/rpmbuild/BUILDROOT
13:04:31 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.x86_64
13:04:31 + cd src
13:04:31 + pushd /root/rpmbuild/BUILD/src/buildx
13:04:31 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:04:31 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:04:31 ~/rpmbuild/BUILD/src
13:04:31 + popd
13:04:31 + /usr/lib/rpm/check-buildroot
13:04:31 + /usr/lib/rpm/redhat/brp-ldconfig
13:04:31 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:04:31 + /usr/lib/rpm/brp-compress
13:04:31 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:04:31 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:04:31 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:04:31 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:04:31 + /usr/lib/rpm/brp-python-hardlink
13:04:31 + PYTHON3=/usr/libexec/platform-python
13:04:31 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:04:31 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jmr6pg
13:04:31 + umask 022
13:04:31 + cd /root/rpmbuild/BUILD
13:04:31 + cd src
13:04:31 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:04:31 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:04:31 PASS: docker-buildx version OK
13:04:31 + ver=v0.10.2
13:04:31 + test v0.10.2 = v0.10.2
13:04:31 + echo 'PASS: docker-buildx version OK'
13:04:31 + exit 0
13:04:31 Processing files: docker-buildx-plugin-0.10.2-0.el8.x86_64
13:04:31 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:04:31 Provides: docker-buildx-plugin = 0:0.10.2-0.el8 docker-buildx-plugin(x86-64) = 0:0.10.2-0.el8
13:04:31 Requires(interp): /bin/sh /bin/sh /bin/sh
13:04:31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:04:31 Requires(post): /bin/sh
13:04:31 Requires(preun): /bin/sh
13:04:31 Requires(postun): /bin/sh
13:04:31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.x86_64
13:04:31 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.el8.src.rpm
13:04:31 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el8.x86_64.rpm
13:04:31 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.iIWRaA
13:04:31 + umask 022
13:04:31 + cd /root/rpmbuild/BUILD
13:04:31 + cd src
13:04:31 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.x86_64
13:04:31 + exit 0
13:04:31 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3X5hHZ
13:04:31 + umask 022
13:04:31 + cd /root/rpmbuild/BUILD
13:04:31 + cd /root/rpmbuild/BUILD
13:04:31 + rm -rf src
13:04:31 + /usr/bin/mkdir -p src
13:04:31 + cd src
13:04:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:04:31 + /usr/bin/tar -xof -
13:04:31 + STATUS=0
13:04:31 + '[' 0 -ne 0 ']'
13:04:31 + /usr/bin/tar -xof -
13:04:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:04:31 + STATUS=0
13:04:31 + '[' 0 -ne 0 ']'
13:04:31 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:04:31 + exit 0
13:04:31 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ViQrIw
13:04:31 + umask 022
13:04:31 + cd /root/rpmbuild/BUILD
13:04:31 + cd src
13:04:31 + pushd /root/rpmbuild/BUILD/src/compose
13:04:31 + make VERSION=v2.16.0 DESTDIR=./bin build
13:04:31 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:04:31 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "./bin/docker-compose" ./cmd
13:04:31 go: downloading github.com/docker/cli v23.0.0+incompatible
13:04:31 go: downloading github.com/theupdateframework/notary v0.7.0
13:04:31 go: downloading github.com/compose-spec/compose-go v1.9.0
13:04:31 go: downloading github.com/hashicorp/go-version v1.6.0
13:04:31 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:04:31 go: downloading github.com/docker/buildx v0.10.2
13:04:31 Reading package lists...
13:04:32 go: downloading github.com/mattn/go-shellwords v1.0.12
13:04:32 go: downloading github.com/moby/buildkit v0.11.2
13:04:32 Building dependency tree...
13:04:32 Reading state information...
13:04:32 The following additional packages will be installed:
13:04:32   dirmngr distro-info-data gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gpg
13:04:32   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
13:04:32   libapt-inst2.0 libasn1-8-heimdal libassuan0 libcurl4 libdbus-1-3 libexpat1
13:04:32   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libgssapi3-heimdal
13:04:32   libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
13:04:32   libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
13:04:32   libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2
13:04:32   libnghttp2-14 libnpth0 libpsl5 libpython3-stdlib libpython3.6-minimal
13:04:32   libpython3.6-stdlib libreadline7 libroken18-heimdal librtmp1 libsasl2-2
13:04:32   libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal mime-support
13:04:32   openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus
13:04:32   python3-gi python3-minimal python3-software-properties python3.6
13:04:32   python3.6-minimal readline-common
13:04:32 Suggested packages:
13:04:32   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
13:04:32   scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk
13:04:32   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
13:04:32   python3.6-venv python3.6-doc binutils binfmt-support readline-doc
13:04:32 Recommended packages:
13:04:32   dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales
13:04:32   publicsuffix libsasl2-modules file xz-utils unattended-upgrades
13:04:32 go: downloading go.opentelemetry.io/otel v1.13.0
13:04:32 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:04:32 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:04:32 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:04:32 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:04:32 go: downloading golang.org/x/sync v0.1.0
13:04:32 go: downloading github.com/imdario/mergo v0.3.13
13:04:32 go: downloading github.com/containerd/console v1.0.3
13:04:32 go: downloading github.com/buger/goterm v1.0.4
13:04:32 go: downloading github.com/stretchr/testify v1.8.1
13:04:32 The following NEW packages will be installed:
13:04:32   apt-transport-https ca-certificates curl dirmngr distro-info-data
13:04:32   gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent
13:04:32   gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapt-inst2.0
13:04:32   libasn1-8-heimdal libassuan0 libcurl4 libdbus-1-3 libexpat1
13:04:32   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libgssapi3-heimdal
13:04:32   libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
13:04:32   libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
13:04:32   libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2
13:04:32   libnghttp2-14 libnpth0 libpsl5 libpython3-stdlib libpython3.6-minimal
13:04:32   libpython3.6-stdlib libreadline7 libroken18-heimdal librtmp1 libsasl2-2
13:04:32   libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal lsb-release
13:04:32   mime-support openssl pinentry-curses python-apt-common python3 python3-apt
13:04:32   python3-dbus python3-gi python3-minimal python3-software-properties
13:04:32   python3.6 python3.6-minimal readline-common software-properties-common
13:04:32 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:04:32 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:04:32 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:04:32 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:04:32 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:04:32 go: downloading google.golang.org/grpc v1.50.1
13:04:32 go: downloading k8s.io/client-go v0.22.4
13:04:32 go: downloading k8s.io/api v0.22.4
13:04:32 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb'.
13:04:32 0 upgraded, 69 newly installed, 0 to remove and 4 not upgraded.
13:04:32 Need to get 14.4 MB of archives.
13:04:32 After this operation, 67.9 MB of additional disk space will be used.
13:04:32 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.1 arm64 1.1.1-1ubuntu2.1~18.04.21 [1064 kB]
13:04:33 go: downloading k8s.io/apimachinery v0.22.4
13:04:33 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-minimal arm64 3.6.9-1~18.04ubuntu1.9 [528 kB]
13:04:33 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.9 [70.4 kB]
13:04:33 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3.6-minimal arm64 3.6.9-1~18.04ubuntu1.9 [1326 kB]
13:04:33 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-minimal arm64 3.6.7-1~18.04 [23.7 kB]
13:04:33 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 mime-support all 3.60ubuntu1 [30.1 kB]
13:04:33 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpdec2 arm64 2.4.2-1ubuntu1 [73.9 kB]
13:04:33 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB]
13:04:33 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB]
13:04:33 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsqlite3-0 arm64 3.22.0-1ubuntu0.7 [430 kB]
13:04:33 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-stdlib arm64 3.6.9-1~18.04ubuntu1.9 [1611 kB]
13:04:33 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3.6 arm64 3.6.9-1~18.04ubuntu1.9 [203 kB]
13:04:33 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3-stdlib arm64 3.6.7-1~18.04 [7240 B]
13:04:33 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3 arm64 3.6.7-1~18.04 [47.2 kB]
13:04:33 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssl arm64 1.1.1-1ubuntu2.1~18.04.21 [583 kB]
13:04:33 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 ca-certificates all 20211016ubuntu0.18.04.1 [140 kB]
13:04:33 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 distro-info-data all 0.37ubuntu0.15 [4724 B]
13:04:33 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-0 arm64 2.56.4-0ubuntu0.18.04.9 [983 kB]
13:04:33 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:04:33 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:04:33 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:04:33 go: downloading github.com/golang/mock v1.6.0
13:04:33 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:04:33 go: downloading github.com/hashicorp/errwrap v1.1.0
13:04:33 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:04:33 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:04:33 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgirepository-1.0-1 arm64 1.56.1-1 [67.1 kB]
13:04:33 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 gir1.2-glib-2.0 arm64 1.56.1-1 [131 kB]
13:04:33 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libapt-inst2.0 arm64 1.6.14 [56.7 kB]
13:04:33 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdbus-1-3 arm64 1.12.2-1ubuntu1.4 [152 kB]
13:04:33 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
13:04:33 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-dbus arm64 1.2.6-1 [84.3 kB]
13:04:33 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-gi arm64 3.26.1-2ubuntu1 [137 kB]
13:04:33 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 iso-codes all 3.79-1 [2565 kB]
13:04:33 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5support0 arm64 1.16-2ubuntu0.3 [28.1 kB]
13:04:33 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libk5crypto3 arm64 1.16-2ubuntu0.3 [79.7 kB]
13:04:33 Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkeyutils1 arm64 1.5.9-9.2ubuntu2.1 [8172 B]
13:04:33 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5-3 arm64 1.16-2ubuntu0.3 [241 kB]
13:04:33 Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgssapi-krb5-2 arm64 1.16-2ubuntu0.3 [103 kB]
13:04:33 Get:32 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpsl5 arm64 0.19.1-5build1 [40.9 kB]
13:04:33 Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python-apt-common all 1.6.6 [16.9 kB]
13:04:33 Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-apt arm64 1.6.6 [149 kB]
13:04:33 Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 apt-transport-https all 1.6.14 [4348 B]
13:04:33 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'.
13:04:33 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:04:33 go: downloading golang.org/x/net v0.4.0
13:04:34 Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libroken18-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [36.4 kB]
13:04:34 Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasn1-8-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [130 kB]
13:04:34 Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libheimbase1-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [25.9 kB]
13:04:34 Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libhcrypto4-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [75.0 kB]
13:04:34 Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libwind0-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [46.9 kB]
13:04:34 Get:41 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libhx509-5-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [88.5 kB]
13:04:34 Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5-26-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [171 kB]
13:04:34 Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libheimntlm0-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [13.4 kB]
13:04:34 Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgssapi3-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [79.5 kB]
13:04:34 Get:45 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:04:34 Get:46 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:04:34 Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
13:04:34 Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libldap-2.4-2 arm64 2.4.45+dfsg-1ubuntu1.11 [131 kB]
13:04:34 Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnghttp2-14 arm64 1.30.0-1ubuntu1 [68.9 kB]
13:04:34 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:04:34 go: downloading golang.org/x/term v0.3.0
13:04:34 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:04:34 go: downloading github.com/mattn/go-runewidth v0.0.14
13:04:34 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:04:34 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:04:34 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:04:34 Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-1 [48.2 kB]
13:04:34 Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.22 [185 kB]
13:04:34 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.22 [152 kB]
13:04:34 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB]
13:04:34 Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.6 [107 kB]
13:04:34 Get:55 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libksba8 arm64 1.3.5-2ubuntu0.18.04.2 [81.2 kB]
13:04:34 Get:56 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B]
13:04:34 Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.6 [276 kB]
13:04:34 Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
13:04:34 Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.6 [108 kB]
13:04:34 Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.6 [401 kB]
13:04:34 Get:61 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB]
13:04:34 Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.6 [189 kB]
13:04:34 Get:63 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-client arm64 2.2.4-1ubuntu1.6 [76.6 kB]
13:04:34 Get:64 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-server arm64 2.2.4-1ubuntu1.6 [71.6 kB]
13:04:34 Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.6 [181 kB]
13:04:34 Get:66 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.6 [249 kB]
13:04:34 Get:67 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-software-properties all 0.96.24.32.20 [20.5 kB]
13:04:34 Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 software-properties-common all 0.96.24.32.20 [9876 B]
13:04:34 Get:69 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 gnupg2 all 2.2.4-1ubuntu1.6 [5300 B]
13:04:34 debconf: delaying package configuration, since apt-utils is not installed
13:04:34 Fetched 14.4 MB in 2s (7176 kB/s)
13:04:34 Selecting previously unselected package libssl1.1:arm64.
13:04: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 ... 4044 files and directories currently installed.)
13:04:34 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.21_arm64.deb ...
13:04:34 Unpacking libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.21) ...
13:04:34 Selecting previously unselected package libpython3.6-minimal:arm64.
13:04:34 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.9_arm64.deb ...
13:04:34 Unpacking libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.9) ...
13:04:34 Selecting previously unselected package libexpat1:arm64.
13:04:34 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.9_arm64.deb ...
13:04:34 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.9) ...
13:04:34 Selecting previously unselected package python3.6-minimal.
13:04:34 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.9_arm64.deb ...
13:04:34 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
13:04:35 Setting up libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.21) ...
13:04:35 Setting up libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.9) ...
13:04:35 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.9) ...
13:04:35 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
13:04:35 go: downloading github.com/go-logr/stdr v1.2.2
13:04:35 go: downloading github.com/containerd/typeurl v1.0.2
13:04:35 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:04:35 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:04:35 go: downloading github.com/gogo/googleapis v1.4.1
13:04:35 Selecting previously unselected package python3-minimal.
13:04: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 ... 4301 files and directories currently installed.)
13:04:35 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_arm64.deb ...
13:04:35 Unpacking python3-minimal (3.6.7-1~18.04) ...
13:04:35 Selecting previously unselected package mime-support.
13:04:35 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
13:04:35 Unpacking mime-support (3.60ubuntu1) ...
13:04:35 Selecting previously unselected package libmpdec2:arm64.
13:04:35 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_arm64.deb ...
13:04:35 Unpacking libmpdec2:arm64 (2.4.2-1ubuntu1) ...
13:04:35 Selecting previously unselected package readline-common.
13:04:35 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
13:04:35 Unpacking readline-common (7.0-3) ...
13:04:35 Selecting previously unselected package libreadline7:arm64.
13:04:35 Preparing to unpack .../4-libreadline7_7.0-3_arm64.deb ...
13:04:35 Unpacking libreadline7:arm64 (7.0-3) ...
13:04:35 Selecting previously unselected package libsqlite3-0:arm64.
13:04:35 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.7_arm64.deb ...
13:04:35 Unpacking libsqlite3-0:arm64 (3.22.0-1ubuntu0.7) ...
13:04:35 Selecting previously unselected package libpython3.6-stdlib:arm64.
13:04:35 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.9_arm64.deb ...
13:04:35 Unpacking libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.9) ...
13:04:35 Selecting previously unselected package python3.6.
13:04:35 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.9_arm64.deb ...
13:04:35 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.9) ...
13:04:35 Selecting previously unselected package libpython3-stdlib:arm64.
13:04:35 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_arm64.deb ...
13:04:35 Unpacking libpython3-stdlib:arm64 (3.6.7-1~18.04) ...
13:04:35 go: downloading github.com/pelletier/go-toml v1.9.5
13:04:35 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:04:35 go: downloading k8s.io/klog/v2 v2.60.1
13:04:36 + popd
13:04:36 + RPM_EC=0
13:04:36 ~/rpmbuild/BUILD/src
13:04:36 ++ jobs -p
13:04:36 + exit 0
13:04:36 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1fVVjY
13:04:36 + umask 022
13:04:36 + cd /root/rpmbuild/BUILD
13:04:36 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64 '!=' / ']'
13:04:36 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64
13:04:36 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64
13:04:36 + mkdir -p /root/rpmbuild/BUILDROOT
13:04:36 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64
13:04:36 + cd src
13:04:36 + pushd /root/rpmbuild/BUILD/src/compose
13:04:36 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:04:36 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:04:36 + popd
13:04:36 ~/rpmbuild/BUILD/src
13:04:36 + for f in LICENSE MAINTAINERS NOTICE README.md
13:04:36 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:04:36 + for f in LICENSE MAINTAINERS NOTICE README.md
13:04:36 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:04:36 + for f in LICENSE MAINTAINERS NOTICE README.md
13:04:36 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:04:36 + for f in LICENSE MAINTAINERS NOTICE README.md
13:04:36 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:04:36 + /usr/lib/rpm/check-buildroot
13:04:36 + /usr/lib/rpm/redhat/brp-ldconfig
13:04:36 + /usr/lib/rpm/brp-compress
13:04:36 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:04:36 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:04:36 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:04:36 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:04:36 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:04:36 + /usr/lib/rpm/brp-python-hardlink
13:04:36 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:04:36 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Mbdz8g
13:04:36 + umask 022
13:04:36 + cd /root/rpmbuild/BUILD
13:04:36 + cd src
13:04:36 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:04:36 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:04:36 + ver=v2.16.0
13:04:36 + test v2.16.0 = v2.16.0
13:04:36 + echo 'PASS: docker-compose version OK'
13:04:36 + RPM_EC=0
13:04:36 PASS: docker-compose version OK
13:04:36 ++ jobs -p
13:04:36 + exit 0
13:04:36 Processing files: docker-compose-plugin-2.16.0-0.el9.aarch64
13:04:36 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PbF08K
13:04:36 + umask 022
13:04:36 + cd /root/rpmbuild/BUILD
13:04:36 + cd src
13:04:36 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64/usr/share/doc/docker-compose-plugin
13:04:36 + export LC_ALL=C
13:04:36 + LC_ALL=C
13:04:36 + export DOCDIR
13:04:36 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64/usr/share/doc/docker-compose-plugin
13:04:36 + 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.16.0-0.el9.aarch64/usr/share/doc/docker-compose-plugin
13:04:36 + RPM_EC=0
13:04:36 ++ jobs -p
13:04:36 + exit 0
13:04:36 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.SoDRrP
13:04:36 + umask 022
13:04:36 + cd /root/rpmbuild/BUILD
13:04:36 + cd src
13:04:36 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
13:04:36 + export LC_ALL=C
13:04:36 + LC_ALL=C
13:04:36 + export LICENSEDIR
13:04:36 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
13:04:36 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
13:04:36 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
13:04:36 + RPM_EC=0
13:04:36 ++ jobs -p
13:04:36 + exit 0
13:04:36 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:04:36 Provides: docker-compose-plugin = 0:2.16.0-0.el9 docker-compose-plugin(aarch-64) = 0:2.16.0-0.el9
13:04:36 Requires(interp): /bin/sh /bin/sh /bin/sh
13:04:36 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:04:36 Requires(post): /bin/sh
13:04:36 Requires(preun): /bin/sh
13:04:36 Requires(postun): /bin/sh
13:04:36 Enhances: docker-ce-cli
13:04:36 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64
13:04:36 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.el9.src.rpm
13:04:36 Setting up python3-minimal (3.6.7-1~18.04) ...
13:04:36 Selecting previously unselected package python3.
13:04:36 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4759 files and directories currently installed.)
13:04:36 Preparing to unpack .../00-python3_3.6.7-1~18.04_arm64.deb ...
13:04:36 Unpacking python3 (3.6.7-1~18.04) ...
13:04:36 go: downloading github.com/google/gofuzz v1.2.0
13:04:36 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:04:36 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:04:36 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:04:36 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:04:36 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:04:36 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:04:36 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:04:36 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:04:36 go: downloading github.com/aws/smithy-go v1.11.2
13:04:36 go: downloading github.com/moby/locker v1.0.1
13:04:36 go: downloading github.com/felixge/httpsnoop v1.0.2
13:04:36 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:04:36 go: downloading gopkg.in/inf.v0 v0.9.1
13:04:36 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:04:36 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:04:36 Selecting previously unselected package openssl.
13:04:36 Preparing to unpack .../01-openssl_1.1.1-1ubuntu2.1~18.04.21_arm64.deb ...
13:04:36 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.21) ...
13:04:36 Selecting previously unselected package ca-certificates.
13:04:36 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.18.04.1_all.deb ...
13:04:36 Unpacking ca-certificates (20211016ubuntu0.18.04.1) ...
13:04:36 Selecting previously unselected package distro-info-data.
13:04:36 Preparing to unpack .../03-distro-info-data_0.37ubuntu0.15_all.deb ...
13:04:36 Unpacking distro-info-data (0.37ubuntu0.15) ...
13:04:36 Selecting previously unselected package libglib2.0-0:arm64.
13:04:36 Preparing to unpack .../04-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_arm64.deb ...
13:04:36 Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.9) ...
13:04:36 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb'.
13:04:36 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:04:36 go: downloading github.com/googleapis/gnostic v0.5.5
13:04:36 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:04:36 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:04:36 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:04:36 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:04:36 go: downloading github.com/json-iterator/go v1.1.12
13:04:36 go: downloading github.com/mattn/go-colorable v0.1.12
13:04:36 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:04:36 go: downloading github.com/containerd/ttrpc v1.1.0
13:04:36 go: downloading github.com/modern-go/reflect2 v1.0.2
13:04:36 go: downloading sigs.k8s.io/yaml v1.2.0
13:04:36 go: downloading github.com/moby/spdystream v0.2.0
13:04:36 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:04:36 go: downloading github.com/mattn/go-isatty v0.0.16
13:04:36 Selecting previously unselected package libgirepository-1.0-1:arm64.
13:04:36 Preparing to unpack .../05-libgirepository-1.0-1_1.56.1-1_arm64.deb ...
13:04:36 Unpacking libgirepository-1.0-1:arm64 (1.56.1-1) ...
13:04:36 Selecting previously unselected package gir1.2-glib-2.0:arm64.
13:04:36 Preparing to unpack .../06-gir1.2-glib-2.0_1.56.1-1_arm64.deb ...
13:04:36 Unpacking gir1.2-glib-2.0:arm64 (1.56.1-1) ...
13:04:36 Selecting previously unselected package libapt-inst2.0:arm64.
13:04:36 Preparing to unpack .../07-libapt-inst2.0_1.6.14_arm64.deb ...
13:04:36 Unpacking libapt-inst2.0:arm64 (1.6.14) ...
13:04:36 Selecting previously unselected package libdbus-1-3:arm64.
13:04:36 Preparing to unpack .../08-libdbus-1-3_1.12.2-1ubuntu1.4_arm64.deb ...
13:04:36 Unpacking libdbus-1-3:arm64 (1.12.2-1ubuntu1.4) ...
13:04:36 Selecting previously unselected package lsb-release.
13:04:36 Preparing to unpack .../09-lsb-release_9.20170808ubuntu1_all.deb ...
13:04:36 Unpacking lsb-release (9.20170808ubuntu1) ...
13:04:36 Selecting previously unselected package python3-dbus.
13:04:36 Preparing to unpack .../10-python3-dbus_1.2.6-1_arm64.deb ...
13:04:36 Unpacking python3-dbus (1.2.6-1) ...
13:04:36 Selecting previously unselected package python3-gi.
13:04:36 Preparing to unpack .../11-python3-gi_3.26.1-2ubuntu1_arm64.deb ...
13:04:36 Unpacking python3-gi (3.26.1-2ubuntu1) ...
13:04:36 Selecting previously unselected package iso-codes.
13:04:36 Preparing to unpack .../12-iso-codes_3.79-1_all.deb ...
13:04:36 Unpacking iso-codes (3.79-1) ...
13:04:36 # Build the compose plugin
13:04:36 cd /go/src/github.com/docker/compose \
13:04:36 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:04:36 make[2]: Entering directory '/root/build-deb/compose'
13:04:36 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:04:36 go: downloading github.com/docker/cli v23.0.0+incompatible
13:04:36 go: downloading github.com/theupdateframework/notary v0.7.0
13:04:36 go: downloading github.com/compose-spec/compose-go v1.9.0
13:04:36 go: downloading github.com/hashicorp/go-version v1.6.0
13:04:36 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:04:36 go: downloading github.com/docker/buildx v0.10.2
13:04:36 go: downloading github.com/mattn/go-shellwords v1.0.12
13:04:36 go: downloading github.com/moby/buildkit v0.11.2
13:04:36 go: downloading go.opentelemetry.io/otel v1.13.0
13:04:36 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:04:36 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:04:36 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:04:36 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:04:36 go: downloading golang.org/x/sync v0.1.0
13:04:36 go: downloading github.com/imdario/mergo v0.3.13
13:04:36 go: downloading github.com/containerd/console v1.0.3
13:04:36 go: downloading github.com/buger/goterm v1.0.4
13:04:36 go: downloading github.com/stretchr/testify v1.8.1
13:04:36 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:04:36 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:04:36 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:04:36 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:04:36 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:04:36 go: downloading golang.org/x/net v0.4.0
13:04:36 go: downloading golang.org/x/term v0.3.0
13:04:36 go: downloading google.golang.org/grpc v1.50.1
13:04:36 go: downloading k8s.io/client-go v0.22.4
13:04:36 go: downloading k8s.io/api v0.22.4
13:04:37 Selecting previously unselected package libkrb5support0:arm64.
13:04:37 Preparing to unpack .../13-libkrb5support0_1.16-2ubuntu0.3_arm64.deb ...
13:04:37 Unpacking libkrb5support0:arm64 (1.16-2ubuntu0.3) ...
13:04:37 Selecting previously unselected package libk5crypto3:arm64.
13:04:37 Preparing to unpack .../14-libk5crypto3_1.16-2ubuntu0.3_arm64.deb ...
13:04:37 Unpacking libk5crypto3:arm64 (1.16-2ubuntu0.3) ...
13:04:37 Selecting previously unselected package libkeyutils1:arm64.
13:04:37 Preparing to unpack .../15-libkeyutils1_1.5.9-9.2ubuntu2.1_arm64.deb ...
13:04:37 Unpacking libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ...
13:04:37 Selecting previously unselected package libkrb5-3:arm64.
13:04:37 Preparing to unpack .../16-libkrb5-3_1.16-2ubuntu0.3_arm64.deb ...
13:04:37 Unpacking libkrb5-3:arm64 (1.16-2ubuntu0.3) ...
13:04:37 Selecting previously unselected package libgssapi-krb5-2:arm64.
13:04:37 Preparing to unpack .../17-libgssapi-krb5-2_1.16-2ubuntu0.3_arm64.deb ...
13:04:37 Unpacking libgssapi-krb5-2:arm64 (1.16-2ubuntu0.3) ...
13:04:37 Selecting previously unselected package libpsl5:arm64.
13:04:37 Preparing to unpack .../18-libpsl5_0.19.1-5build1_arm64.deb ...
13:04:37 Unpacking libpsl5:arm64 (0.19.1-5build1) ...
13:04:37 Selecting previously unselected package python-apt-common.
13:04:37 Preparing to unpack .../19-python-apt-common_1.6.6_all.deb ...
13:04:37 Unpacking python-apt-common (1.6.6) ...
13:04:37 Selecting previously unselected package python3-apt.
13:04:37 Preparing to unpack .../20-python3-apt_1.6.6_arm64.deb ...
13:04:37 Unpacking python3-apt (1.6.6) ...
13:04:37 Selecting previously unselected package apt-transport-https.
13:04:37 Preparing to unpack .../21-apt-transport-https_1.6.14_all.deb ...
13:04:37 Unpacking apt-transport-https (1.6.14) ...
13:04:37 Selecting previously unselected package libroken18-heimdal:arm64.
13:04:37 Preparing to unpack .../22-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
13:04:37 Unpacking libroken18-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
13:04:37 Selecting previously unselected package libasn1-8-heimdal:arm64.
13:04:37 Preparing to unpack .../23-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
13:04:37 Unpacking libasn1-8-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
13:04:37 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'.
13:04:37 go: downloading k8s.io/apimachinery v0.22.4
13:04:37 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:04:37 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:04:37 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:04:37 go: downloading github.com/golang/mock v1.6.0
13:04:37 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:04:37 go: downloading github.com/hashicorp/errwrap v1.1.0
13:04:37 Selecting previously unselected package libheimbase1-heimdal:arm64.
13:04:37 Preparing to unpack .../24-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
13:04:37 Unpacking libheimbase1-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
13:04:37 Selecting previously unselected package libhcrypto4-heimdal:arm64.
13:04:37 Preparing to unpack .../25-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
13:04:37 Unpacking libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
13:04:37 Selecting previously unselected package libwind0-heimdal:arm64.
13:04:37 Preparing to unpack .../26-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
13:04:37 Unpacking libwind0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
13:04:37 Selecting previously unselected package libhx509-5-heimdal:arm64.
13:04:37 Preparing to unpack .../27-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
13:04:37 Unpacking libhx509-5-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
13:04:37 Selecting previously unselected package libkrb5-26-heimdal:arm64.
13:04:37 Preparing to unpack .../28-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
13:04:37 Unpacking libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
13:04:37 Selecting previously unselected package libheimntlm0-heimdal:arm64.
13:04:37 Preparing to unpack .../29-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
13:04:37 Unpacking libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
13:04:37 Selecting previously unselected package libgssapi3-heimdal:arm64.
13:04:37 Preparing to unpack .../30-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
13:04:37 Unpacking libgssapi3-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
13:04:37 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~debian.10~buster_arm64.deb'.
13:04:37 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb'.
13:04:37 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:04:37 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:04:37 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:04:37 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:04:37 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:04:37 go: downloading github.com/mattn/go-runewidth v0.0.14
13:04:37 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:04:37 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:04:37 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:04:37 Selecting previously unselected package libsasl2-modules-db:arm64.
13:04:37 Preparing to unpack .../31-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
13:04:37 Unpacking libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:04:37 Selecting previously unselected package libsasl2-2:arm64.
13:04:37 Preparing to unpack .../32-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
13:04:37 Unpacking libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:04:37 Selecting previously unselected package libldap-common.
13:04:37 Preparing to unpack .../33-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
13:04:37 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
13:04:37 Selecting previously unselected package libldap-2.4-2:arm64.
13:04:37 Preparing to unpack .../34-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_arm64.deb ...
13:04:37 Unpacking libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.11) ...
13:04:37 Selecting previously unselected package libnghttp2-14:arm64.
13:04:37 Preparing to unpack .../35-libnghttp2-14_1.30.0-1ubuntu1_arm64.deb ...
13:04:37 Unpacking libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
13:04:37 Selecting previously unselected package librtmp1:arm64.
13:04:37 Preparing to unpack .../36-librtmp1_2.4+20151223.gitfa8646d.1-1_arm64.deb ...
13:04:37 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
13:04:37 Selecting previously unselected package libcurl4:arm64.
13:04:37 Preparing to unpack .../37-libcurl4_7.58.0-2ubuntu3.22_arm64.deb ...
13:04:37 Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.22) ...
13:04:38 Selecting previously unselected package curl.
13:04:38 Preparing to unpack .../38-curl_7.58.0-2ubuntu3.22_arm64.deb ...
13:04:38 Unpacking curl (7.58.0-2ubuntu3.22) ...
13:04:38 Selecting previously unselected package libassuan0:arm64.
13:04:38 Preparing to unpack .../39-libassuan0_2.5.1-2_arm64.deb ...
13:04:38 Unpacking libassuan0:arm64 (2.5.1-2) ...
13:04:38 Selecting previously unselected package gpgconf.
13:04:38 Preparing to unpack .../40-gpgconf_2.2.4-1ubuntu1.6_arm64.deb ...
13:04:38 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
13:04:38 Selecting previously unselected package libksba8:arm64.
13:04:38 Preparing to unpack .../41-libksba8_1.3.5-2ubuntu0.18.04.2_arm64.deb ...
13:04:38 Unpacking libksba8:arm64 (1.3.5-2ubuntu0.18.04.2) ...
13:04:38 Selecting previously unselected package libnpth0:arm64.
13:04:38 Preparing to unpack .../42-libnpth0_1.5-3_arm64.deb ...
13:04:38 Unpacking libnpth0:arm64 (1.5-3) ...
13:04:38 Selecting previously unselected package dirmngr.
13:04:38 Preparing to unpack .../43-dirmngr_2.2.4-1ubuntu1.6_arm64.deb ...
13:04:38 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
13:04:38 # Build the compose plugin
13:04:38 cd /go/src/github.com/docker/compose \
13:04:38 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:04:38 make[2]: Entering directory '/root/build-deb/compose'
13:04:38 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:04:38 go: downloading github.com/docker/cli v23.0.0+incompatible
13:04:38 go: downloading github.com/theupdateframework/notary v0.7.0
13:04:38 go: downloading github.com/compose-spec/compose-go v1.9.0
13:04:38 go: downloading github.com/hashicorp/go-version v1.6.0
13:04:38 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:04:38 go: downloading github.com/docker/buildx v0.10.2
13:04:38 go: downloading github.com/mattn/go-shellwords v1.0.12
13:04:38 go: downloading github.com/moby/buildkit v0.11.2
13:04:38 go: downloading go.opentelemetry.io/otel v1.13.0
13:04:38 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:04:38 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:04:38 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:04:38 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:04:38 go: downloading golang.org/x/sync v0.1.0
13:04:38 go: downloading github.com/imdario/mergo v0.3.13
13:04:38 go: downloading github.com/containerd/console v1.0.3
13:04:38 go: downloading github.com/buger/goterm v1.0.4
13:04:38 go: downloading github.com/stretchr/testify v1.8.1
13:04:38 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:04:38 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:04:38 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:04:38 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:04:38 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:04:38 go: downloading golang.org/x/net v0.4.0
13:04:38 go: downloading golang.org/x/term v0.3.0
13:04:38 go: downloading google.golang.org/grpc v1.50.1
13:04:38 go: downloading k8s.io/client-go v0.22.4
13:04:38 go: downloading k8s.io/api v0.22.4
13:04:38 go: downloading k8s.io/apimachinery v0.22.4
13:04:38 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:04:38 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:04:38 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:04:38 go: downloading github.com/golang/mock v1.6.0
13:04:38 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:04:38 go: downloading github.com/hashicorp/errwrap v1.1.0
13:04:38 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:04:38 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:04:38 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:04:38 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:04:38 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:04:38 go: downloading github.com/mattn/go-runewidth v0.0.14
13:04:38 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:04:38 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:04:38 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:04:38 Selecting previously unselected package gnupg-l10n.
13:04:38 Preparing to unpack .../44-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
13:04:38 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
13:04:38 Selecting previously unselected package gnupg-utils.
13:04:38 Preparing to unpack .../45-gnupg-utils_2.2.4-1ubuntu1.6_arm64.deb ...
13:04:38 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
13:04:38 Selecting previously unselected package gpg.
13:04:38 Preparing to unpack .../46-gpg_2.2.4-1ubuntu1.6_arm64.deb ...
13:04:38 Unpacking gpg (2.2.4-1ubuntu1.6) ...
13:04:38 Selecting previously unselected package pinentry-curses.
13:04:38 Preparing to unpack .../47-pinentry-curses_1.1.0-1_arm64.deb ...
13:04:38 Unpacking pinentry-curses (1.1.0-1) ...
13:04:38 Selecting previously unselected package gpg-agent.
13:04:38 Preparing to unpack .../48-gpg-agent_2.2.4-1ubuntu1.6_arm64.deb ...
13:04:38 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
13:04:38 Selecting previously unselected package gpg-wks-client.
13:04:38 Preparing to unpack .../49-gpg-wks-client_2.2.4-1ubuntu1.6_arm64.deb ...
13:04:38 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
13:04:38 Selecting previously unselected package gpg-wks-server.
13:04:38 Preparing to unpack .../50-gpg-wks-server_2.2.4-1ubuntu1.6_arm64.deb ...
13:04:38 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
13:04:38 go: downloading github.com/go-logr/stdr v1.2.2
13:04:38 go: downloading github.com/containerd/typeurl v1.0.2
13:04:38 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:04:38 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:04:38 go: downloading github.com/gogo/googleapis v1.4.1
13:04:38 Selecting previously unselected package gpgsm.
13:04:38 Preparing to unpack .../51-gpgsm_2.2.4-1ubuntu1.6_arm64.deb ...
13:04:38 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
13:04:38 Selecting previously unselected package gnupg.
13:04:38 Preparing to unpack .../52-gnupg_2.2.4-1ubuntu1.6_arm64.deb ...
13:04:38 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
13:04:38 Selecting previously unselected package python3-software-properties.
13:04:38 Preparing to unpack .../53-python3-software-properties_0.96.24.32.20_all.deb ...
13:04:38 Unpacking python3-software-properties (0.96.24.32.20) ...
13:04:38 Selecting previously unselected package software-properties-common.
13:04:38 Preparing to unpack .../54-software-properties-common_0.96.24.32.20_all.deb ...
13:04:38 Unpacking software-properties-common (0.96.24.32.20) ...
13:04:38 Selecting previously unselected package gnupg2.
13:04:38 Preparing to unpack .../55-gnupg2_2.2.4-1ubuntu1.6_all.deb ...
13:04:38 Unpacking gnupg2 (2.2.4-1ubuntu1.6) ...
13:04:38 Setting up python-apt-common (1.6.6) ...
13:04:38 Setting up libnpth0:arm64 (1.5-3) ...
13:04:38 Setting up readline-common (7.0-3) ...
13:04:38 Setting up libapt-inst2.0:arm64 (1.6.14) ...
13:04:38 Setting up apt-transport-https (1.6.14) ...
13:04:38 Setting up libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
13:04:38 Setting up mime-support (3.60ubuntu1) ...
13:04:38 go: downloading github.com/go-logr/stdr v1.2.2
13:04:38 go: downloading github.com/containerd/typeurl v1.0.2
13:04:38 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:04:38 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:04:38 go: downloading github.com/gogo/googleapis v1.4.1
13:04:38 Setting up iso-codes (3.79-1) ...
13:04:38 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
13:04:38 Setting up libreadline7:arm64 (7.0-3) ...
13:04:38 Setting up libpsl5:arm64 (0.19.1-5build1) ...
13:04:38 Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.9) ...
13:04:38 No schema files found: doing nothing.
13:04:38 Setting up libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:04:38 Setting up libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:04:38 Setting up distro-info-data (0.37ubuntu0.15) ...
13:04:38 Setting up libroken18-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
13:04:38 Setting up libksba8:arm64 (1.3.5-2ubuntu0.18.04.2) ...
13:04:38 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
13:04:38 Setting up libkrb5support0:arm64 (1.16-2ubuntu0.3) ...
13:04:38 Setting up libgirepository-1.0-1:arm64 (1.56.1-1) ...
13:04:38 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
13:04:38 Setting up gir1.2-glib-2.0:arm64 (1.56.1-1) ...
13:04:38 Setting up libheimbase1-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
13:04:38 Setting up openssl (1.1.1-1ubuntu2.1~18.04.21) ...
13:04:38 Setting up libsqlite3-0:arm64 (3.22.0-1ubuntu0.7) ...
13:04:38 Setting up libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ...
13:04:38 Setting up ca-certificates (20211016ubuntu0.18.04.1) ...
13:04:39 make[1]: Leaving directory '/root/build-deb'
13:04:39  dpkg-genbuildinfo
13:04:39  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.changes
13:04:39 Updating certificates in /etc/ssl/certs...
13:04:39 go: downloading github.com/pelletier/go-toml v1.9.5
13:04:39 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:04:39 go: downloading k8s.io/klog/v2 v2.60.1
13:04:39 go: downloading github.com/google/gofuzz v1.2.0
13:04:39 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:04:39 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:04:39 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:04:39 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:04:39 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:04:39 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:04:39 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:04:39 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:04:39 go: downloading github.com/aws/smithy-go v1.11.2
13:04:39 go: downloading github.com/moby/locker v1.0.1
13:04:39 go: downloading github.com/felixge/httpsnoop v1.0.2
13:04:39 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:04:39 go: downloading gopkg.in/inf.v0 v0.9.1
13:04:39 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:04:39 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:04:39 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:04:39 go: downloading github.com/googleapis/gnostic v0.5.5
13:04:40 124 added, 0 removed; done.
13:04:40 Setting up libassuan0:arm64 (2.5.1-2) ...
13:04:40 Setting up libmpdec2:arm64 (2.4.2-1ubuntu1) ...
13:04:40 Setting up libdbus-1-3:arm64 (1.12.2-1ubuntu1.4) ...
13:04:40 Setting up libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.9) ...
13:04:40 Setting up libk5crypto3:arm64 (1.16-2ubuntu0.3) ...
13:04:40 Setting up python3.6 (3.6.9-1~18.04ubuntu1.9) ...
13:04:40 go: downloading github.com/pelletier/go-toml v1.9.5
13:04:40 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:04:40 go: downloading k8s.io/klog/v2 v2.60.1
13:04:40 go: downloading github.com/google/gofuzz v1.2.0
13:04:40 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:04:40 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:04:40 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:04:40 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:04:40 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:04:40 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:04:40 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:04:40 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:04:40 go: downloading github.com/aws/smithy-go v1.11.2
13:04:40 go: downloading github.com/moby/locker v1.0.1
13:04:40 go: downloading github.com/felixge/httpsnoop v1.0.2
13:04:40 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:04:40 go: downloading gopkg.in/inf.v0 v0.9.1
13:04:40 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:04:40 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:04:40 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:04:40 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:04:40 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:04:40 go: downloading github.com/json-iterator/go v1.1.12
13:04:40 go: downloading github.com/mattn/go-colorable v0.1.12
13:04:40 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:04:40 go: downloading github.com/containerd/ttrpc v1.1.0
13:04:40 go: downloading github.com/modern-go/reflect2 v1.0.2
13:04:40 go: downloading sigs.k8s.io/yaml v1.2.0
13:04:40 go: downloading github.com/moby/spdystream v0.2.0
13:04:40 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:04:40 go: downloading github.com/mattn/go-isatty v0.0.16
13:04:40 make[1]: Leaving directory '/root/build-deb'
13:04:40  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.buildinfo
13:04:40 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:04:40 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:04:40 go: downloading github.com/googleapis/gnostic v0.5.5
13:04:40 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:04:40 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:04:40 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:04:40 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:04:40 go: downloading github.com/json-iterator/go v1.1.12
13:04:40 go: downloading github.com/mattn/go-colorable v0.1.12
13:04:40 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:04:40 go: downloading github.com/containerd/ttrpc v1.1.0
13:04:40 go: downloading github.com/modern-go/reflect2 v1.0.2
13:04:40 go: downloading sigs.k8s.io/yaml v1.2.0
13:04:40 go: downloading github.com/moby/spdystream v0.2.0
13:04:40 go: downloading github.com/mattn/go-isatty v0.0.16
13:04:40 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:04:40 dpkg-genchanges: info: including full source code in upload
13:04:40  dpkg-source -I.git --after-build .
13:04:40 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:04:40 + destination=/build
13:04:40 + mkdir -p /build
13:04:40 + mv -v /root/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb /root/docker-compose-plugin_2.16.0-1~debian.11~bullseye_arm64.deb /build
13:04:40 copied '/root/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb'
13:04:40 removed '/root/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb'
13:04:40 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb'
13:04:40 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb'
13:04:40 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb'
13:04:40 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb'
13:04:40 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc'
13:04:40 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc'
13:04:40 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz'
13:04:40 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz'
13:04:40 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.buildinfo'
13:04:40 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.buildinfo'
13:04:40 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.changes'
13:04:40 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.changes'
13:04:40 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb'
13:04:40 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb'
13:04:40 copied '/root/docker-compose-plugin_2.16.0-1~debian.11~bullseye_arm64.deb' -> '/build/docker-compose-plugin_2.16.0-1~debian.11~bullseye_arm64.deb'
13:04:40 removed '/root/docker-compose-plugin_2.16.0-1~debian.11~bullseye_arm64.deb'
13:04:40  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.changes
13:04:41 Setting up libwind0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
13:04:41 Setting up libasn1-8-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
13:04:41 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
13:04:41 Setting up libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
13:04:41 Setting up libhx509-5-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
13:04:41 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
13:04:41 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
13:04:41 Setting up pinentry-curses (1.1.0-1) ...
13:04:41 Setting up libkrb5-3:arm64 (1.16-2ubuntu0.3) ...
13:04:41 Setting up libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
13:04:41 Setting up libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
13:04:41 Setting up gpg (2.2.4-1ubuntu1.6) ...
13:04:41 Setting up libpython3-stdlib:arm64 (3.6.7-1~18.04) ...
13:04:41 Setting up python3 (3.6.7-1~18.04) ...
13:04:41 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
13:04:41 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
13:04:41 Setting up python3-gi (3.26.1-2ubuntu1) ...
13:04:41 Setting up lsb-release (9.20170808ubuntu1) ...
13:04:41 Setting up libgssapi-krb5-2:arm64 (1.16-2ubuntu0.3) ...
13:04:41 Setting up libgssapi3-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
13:04:41 Setting up python3-apt (1.6.6) ...
13:04:41 Setting up python3-dbus (1.2.6-1) ...
13:04:41 Setting up libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.11) ...
13:04:41 Setting up python3-software-properties (0.96.24.32.20) ...
13:04:41 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
13:04:41 Setting up software-properties-common (0.96.24.32.20) ...
13:04:41 dpkg-genchanges: info: including full source code in upload
13:04:41  dpkg-source -I.git --after-build .
13:04:41 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:04:41 + destination=/build
13:04:41 + mkdir -p /build
13:04:41 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_arm64.deb /build
13:04:42 Setting up libcurl4:arm64 (7.58.0-2ubuntu3.22) ...
13:04:42 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
13:04:42 Setting up curl (7.58.0-2ubuntu3.22) ...
13:04:42 Setting up gnupg (2.2.4-1ubuntu1.6) ...
13:04:42 Setting up gnupg2 (2.2.4-1ubuntu1.6) ...
13:04:42 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
13:04:42 Processing triggers for ca-certificates (20211016ubuntu0.18.04.1) ...
13:04:42 Updating certificates in /etc/ssl/certs...
13:04:42 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb'
13:04:42 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb'
13:04:42 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'
13:04:42 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'
13:04:42 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'
13:04:42 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'
13:04:42 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc'
13:04:42 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc'
13:04:42 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz'
13:04:42 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz'
13:04:42 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.buildinfo'
13:04:42 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.buildinfo'
13:04:42 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.changes'
13:04:42 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.changes'
13:04:42 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'
13:04:42 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'
13:04:42 copied '/root/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_arm64.deb'
13:04:42 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_arm64.deb'
13:04:42 0 added, 0 removed; done.
13:04:42 Running hooks in /etc/ca-certificates/update.d...
13:04:42 done.
13:04:42 ++ source /etc/os-release
13:04:42 +++ NAME=Ubuntu
13:04:42 +++ VERSION='18.04.6 LTS (Bionic Beaver)'
13:04:42 +++ ID=ubuntu
13:04:42 +++ ID_LIKE=debian
13:04:42 +++ PRETTY_NAME='Ubuntu 18.04.6 LTS'
13:04:42 +++ VERSION_ID=18.04
13:04:42 +++ HOME_URL=https://www.ubuntu.com/
13:04:42 +++ SUPPORT_URL=https://help.ubuntu.com/
13:04:42 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
13:04:42 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
13:04:42 +++ VERSION_CODENAME=bionic
13:04:42 +++ UBUNTU_CODENAME=bionic
13:04:42 ++ echo ubuntu
13:04:42 + DIST_ID=ubuntu
13:04:42 ++ lsb_release -sc
13:04:42 + DIST_VERSION=bionic
13:04:42 + '[' bionic = sid ']'
13:04:42 + install_debian_containerd
13:04:42 + '[' staging = stage ']'
13:04:42 + REPO_URL=https://download.docker.com/linux/ubuntu
13:04:42 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
13:04:42 + update-ca-certificates -f
13:04:42 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
13:04:42 Clearing symlinks in /etc/ssl/certs...
13:04:42 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_arm64.deb'.
13:04:43 done.
13:04:43 Updating certificates in /etc/ssl/certs...
13:04:43 ~/rpmbuild/BUILD/src
13:04:43 + popd
13:04:43 + RPM_EC=0
13:04:43 ++ jobs -p
13:04:43 + exit 0
13:04:43 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.G9bZKH
13:04:43 + umask 022
13:04:43 + cd /root/rpmbuild/BUILD
13:04:43 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64 '!=' / ']'
13:04:43 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64
13:04:43 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64
13:04:43 + mkdir -p /root/rpmbuild/BUILDROOT
13:04:43 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64
13:04:43 + 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:04:43 + export CFLAGS
13:04:43 + 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:04:43 + export CXXFLAGS
13:04:43 + 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:04:43 + export FFLAGS
13:04:43 + 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:04:43 + export FCFLAGS
13:04:43 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:04:43 + export LDFLAGS
13:04:43 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:04:43 + export LT_SYS_LIBRARY_PATH
13:04:43 + CC=gcc
13:04:43 + export CC
13:04:43 + CXX=g++
13:04:43 + export CXX
13:04:43 + cd src
13:04:43 + pushd /root/rpmbuild/BUILD/src/compose
13:04:43 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:04:43 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:04:43 + popd
13:04:43 ~/rpmbuild/BUILD/src
13:04:43 + for f in LICENSE MAINTAINERS NOTICE README.md
13:04:43 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:04:43 + for f in LICENSE MAINTAINERS NOTICE README.md
13:04:43 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:04:43 + for f in LICENSE MAINTAINERS NOTICE README.md
13:04:43 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:04:43 + for f in LICENSE MAINTAINERS NOTICE README.md
13:04:43 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:04:43 + /usr/lib/rpm/check-buildroot
13:04:43 + /usr/lib/rpm/redhat/brp-ldconfig
13:04:43 + /usr/lib/rpm/brp-compress
13:04:43 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:04:43 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:04:43 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:04:43 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:04:43 + /usr/lib/rpm/check-rpaths
13:04:43 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:04:43 + /usr/lib/rpm/brp-remove-la-files
13:04:43 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:04:43 + /usr/lib/rpm/redhat/brp-python-hardlink
13:04:43 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.O9Eodo
13:04:43 + umask 022
13:04:43 + cd /root/rpmbuild/BUILD
13:04:43 + 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:04:43 + export CFLAGS
13:04:43 + 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:04:43 + export CXXFLAGS
13:04:43 + 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:04:43 + export FFLAGS
13:04:43 + 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:04:43 + export FCFLAGS
13:04:43 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:04:43 + export LDFLAGS
13:04:43 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:04:43 + export LT_SYS_LIBRARY_PATH
13:04:43 + CC=gcc
13:04:43 + export CC
13:04:43 + CXX=g++
13:04:43 + export CXX
13:04:43 + cd src
13:04:43 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:04:43 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:04:43 + ver=v2.16.0
13:04:43 + test v2.16.0 = v2.16.0
13:04:43 + echo 'PASS: docker-compose version OK'
13:04:43 + RPM_EC=0
13:04:43 PASS: docker-compose version OK
13:04:43 ++ jobs -p
13:04:43 + exit 0
13:04:43 Processing files: docker-compose-plugin-2.16.0-0.fc37.aarch64
13:04:43 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.oTXLlF
13:04:43 + umask 022
13:04:43 + cd /root/rpmbuild/BUILD
13:04:43 + cd src
13:04:43 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64/usr/share/doc/docker-compose-plugin
13:04:43 + export LC_ALL=C
13:04:43 + LC_ALL=C
13:04:43 + export DOCDIR
13:04:43 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64/usr/share/doc/docker-compose-plugin
13:04:43 + 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.16.0-0.fc37.aarch64/usr/share/doc/docker-compose-plugin
13:04:43 + RPM_EC=0
13:04:43 ++ jobs -p
13:04:43 + exit 0
13:04:43 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.BsUEmv
13:04:43 + umask 022
13:04:43 + cd /root/rpmbuild/BUILD
13:04:43 + cd src
13:04:43 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64/usr/share/licenses/docker-compose-plugin
13:04:43 + export LC_ALL=C
13:04:43 + LC_ALL=C
13:04:43 + export LICENSEDIR
13:04:43 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64/usr/share/licenses/docker-compose-plugin
13:04:43 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64/usr/share/licenses/docker-compose-plugin
13:04:43 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64/usr/share/licenses/docker-compose-plugin
13:04:43 + RPM_EC=0
13:04:43 ++ jobs -p
13:04:43 + exit 0
13:04:43 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:04:43 Provides: docker-compose-plugin = 0:2.16.0-0.fc37 docker-compose-plugin(aarch-64) = 0:2.16.0-0.fc37
13:04:43 Requires(interp): /bin/sh /bin/sh /bin/sh
13:04:43 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:04:43 Requires(post): /bin/sh
13:04:43 Requires(preun): /bin/sh
13:04:43 Requires(postun): /bin/sh
13:04:43 Enhances: docker-ce-cli
13:04:43 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64
13:04:43 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.fc37.src.rpm
13:04:43 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
13:04:43 124 added, 0 removed; done.
13:04:43 Running hooks in /etc/ca-certificates/update.d...
13:04:43 done.
13:04:43 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
13:04:43 + apt-key add -
13:04:43 Warning: apt-key output should not be parsed (stdout is not a terminal)
13:04:43 OK
13:04:43 + '[' bionic = sid ']'
13:04:43 ++ dpkg --print-architecture
13:04:43 + ARCH=arm64
13:04:43 + echo 'deb [arch=arm64] https://download.docker.com/linux/ubuntu bionic test'
13:04:43 + apt-get update
13:04:44 Get:1 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB]
13:04:44 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
13:04:44 Get:2 https://download.docker.com/linux/ubuntu bionic/test arm64 Packages [61.5 kB]
13:04:44 Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
13:04:44 Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
13:04:44 Hit:5 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
13:04:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:04:44 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy"
13:04:44 Hit:6 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
13:04:44 Fetched 126 kB in 1s (160 kB/s)
13:04:44 + make IMAGE=debian:bullseye verify
13:04:44 docker run  --rm -i \
13:04:44 	-v "$(pwd):/v" \
13:04:44 	-e DEBIAN_FRONTEND=noninteractive \
13:04:44 	-e PACKAGE_REPO=staging \
13:04:44 	-w /v \
13:04:44 	debian:bullseye ./verify
13:04:44 Unable to find image 'debian:bullseye' locally
13:04:44 bullseye: Pulling from library/debian
13:04:45 fac7262b6510: Already exists
13:04:45 Digest: sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b
13:04:45 Status: Downloaded newer image for debian:bullseye
13:04:45 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb'.
13:04:45 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:04:45 + verify
13:04:45 + dpkg --version
13:04:45 + verify_deb
13:04:45 + apt-get update
13:04:45 Reading package lists...
13:04:45 ++ find deb/debbuild/ubuntu-bionic/ -type f -name '*.deb'
13:04:45 + packages='deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb
13:04:45 deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb
13:04:45 deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb
13:04:45 deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb
13:04:45 deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb'
13:04:45 ++ echo 'deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb
13:04:45 deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb
13:04:45 deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb
13:04:45 deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb
13:04:45 deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb'
13:04:45 ++ xargs
13:04:45 ++ awk '$0="./"$0'
13:04:45 + packages='./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb'
13:04:45 + set -x
13:04:45 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb
13:04:45 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:04:45 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:04:45 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:04:45 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
13:04:45 Selecting previously unselected package docker-buildx-plugin.
13:04:45 (Reading database ... 6931 files and directories currently installed.)
13:04:45 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb ...
13:04:45 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.18.04~bionic) ...
13:04:45 + make IMAGE=ubuntu:jammy verify
13:04:45 docker run  --rm -i \
13:04:45 	-v "$(pwd):/v" \
13:04:45 	-e DEBIAN_FRONTEND=noninteractive \
13:04:45 	-e PACKAGE_REPO=staging \
13:04:45 	-w /v \
13:04:45 	ubuntu:jammy ./verify
13:04:45 Unable to find image 'ubuntu:jammy' locally
13:04:45 jammy: Pulling from library/ubuntu
13:04:46 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [218 kB]
13:04:46 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
13:04:46 8b150fd943bc: Already exists
13:04:46 Digest: sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f
13:04:46 Status: Downloaded newer image for ubuntu:jammy
13:04:46 + verify
13:04:46 + dpkg --version
13:04:46 + verify_deb
13:04:46 + apt-get update
13:04:46 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB]
13:04:47 Fetched 8510 kB in 1s (6238 kB/s)
13:04:47 Selecting previously unselected package docker-ce.
13:04:47 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ...
13:04:47 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
13:04:47 Reading package lists...
13:04:47 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:04:47 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [119 kB]
13:04:47 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [107 kB]
13:04:47 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
13:04:47 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 Packages [1758 kB]
13:04:47 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/restricted arm64 Packages [24.2 kB]
13:04:47 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 Packages [17.2 MB]
13:04:47 Reading package lists...
13:04:48 Building dependency tree...
13:04:48 Reading state information...
13:04:48 Selecting previously unselected package docker-ce-cli.
13:04:48 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ...
13:04:48 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
13:04:48 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'.
13:04:48 The following additional packages will be installed:
13:04:48   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
13:04:48   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
13:04:48   gpgsm iso-codes libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3
13:04:48   libexpat1 libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2
13:04:48   libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
13:04:48   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
13:04:48   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 media-types
13:04:48   openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus
13:04:48   python3-gi python3-minimal python3-pycurl python3-software-properties
13:04:48   python3.9 python3.9-minimal readline-common
13:04:48 Suggested packages:
13:04:48   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
13:04:48   scdaemon isoquery pinentry-doc python3-doc python3-tk python3-venv
13:04:48   python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
13:04:48   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.9-venv
13:04:48   python3.9-doc binutils binfmt-support readline-doc
13:04:48 Recommended packages:
13:04:48   dbus libglib2.0-data shared-mime-info xdg-user-dirs libldap-common libgpm2
13:04:48   packagekit publicsuffix libsasl2-modules unattended-upgrades
13:04:48 The following NEW packages will be installed:
13:04:48   apt-transport-https ca-certificates curl dirmngr distro-info-data
13:04:48   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
13:04:48   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
13:04:48   libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
13:04:48   libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2 libmpdec3
13:04:48   libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
13:04:48   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
13:04:48   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 lsb-release
13:04:48   media-types openssl pinentry-curses python-apt-common python3 python3-apt
13:04:48   python3-dbus python3-gi python3-minimal python3-pycurl
13:04:48   python3-software-properties python3.9 python3.9-minimal readline-common
13:04:48   software-properties-common
13:04:48 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse arm64 Packages [224 kB]
13:04:48 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 Packages [870 kB]
13:04:48 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 Packages [978 kB]
13:04:48 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted arm64 Packages [305 kB]
13:04:48 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse arm64 Packages [4141 B]
13:04:48 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe arm64 Packages [22.4 kB]
13:04:48 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main arm64 Packages [49.0 kB]
13:04:48 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted arm64 Packages [292 kB]
13:04:48 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/main arm64 Packages [662 kB]
13:04:48 Selecting previously unselected package docker-ce-rootless-extras.
13:04:48 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ...
13:04:48 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
13:04:48 0 upgraded, 59 newly installed, 0 to remove and 1 not upgraded.
13:04:48 Need to get 22.8 MB of archives.
13:04:48 After this operation, 74.8 MB of additional disk space will be used.
13:04:48 Get:1 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-minimal arm64 3.9.2-1 [797 kB]
13:04:48 Get:2 http://deb.debian.org/debian bullseye/main arm64 libexpat1 arm64 2.2.10-2+deb11u5 [84.1 kB]
13:04:48 Get:3 http://deb.debian.org/debian bullseye/main arm64 python3.9-minimal arm64 3.9.2-1 [1884 kB]
13:04:48 Get:4 http://deb.debian.org/debian bullseye/main arm64 python3-minimal arm64 3.9.2-3 [38.2 kB]
13:04:48 Get:5 http://deb.debian.org/debian bullseye/main arm64 media-types all 4.0.0 [30.3 kB]
13:04:48 Get:6 http://deb.debian.org/debian bullseye/main arm64 libmpdec3 arm64 2.5.1-1 [84.4 kB]
13:04:48 Get:7 http://deb.debian.org/debian bullseye/main arm64 libncursesw6 arm64 6.2+20201114-2 [121 kB]
13:04:48 Get:8 http://deb.debian.org/debian bullseye/main arm64 readline-common all 8.1-1 [73.7 kB]
13:04:48 Get:9 http://deb.debian.org/debian bullseye/main arm64 libreadline8 arm64 8.1-1 [160 kB]
13:04:48 Get:10 http://deb.debian.org/debian bullseye/main arm64 libsqlite3-0 arm64 3.34.1-3 [750 kB]
13:04:48 Get:11 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-stdlib arm64 3.9.2-1 [1658 kB]
13:04:48 Get:12 http://deb.debian.org/debian bullseye/main arm64 python3.9 arm64 3.9.2-1 [466 kB]
13:04:48 Get:13 http://deb.debian.org/debian bullseye/main arm64 libpython3-stdlib arm64 3.9.2-3 [21.4 kB]
13:04:48 Get:14 http://deb.debian.org/debian bullseye/main arm64 python3 arm64 3.9.2-3 [37.9 kB]
13:04:48 Get:15 http://deb.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u4 [831 kB]
13:04:48 Get:16 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
13:04:48 Get:17 http://deb.debian.org/debian bullseye/main arm64 apt-transport-https all 2.2.4 [160 kB]
13:04:48 Get:18 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
13:04:48 Get:19 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
13:04:48 Get:20 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
13:04:48 Get:21 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
13:04:48 Get:22 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
13:04:48 Get:23 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
13:04:48 Get:24 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
13:04:48 Get:25 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
13:04:48 Get:26 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u5 [325 kB]
13:04:48 Get:27 http://deb.debian.org/debian-security bullseye-security/main arm64 curl arm64 7.74.0-1.3+deb11u5 [265 kB]
13:04:48 Get:28 http://deb.debian.org/debian bullseye/main arm64 libassuan0 arm64 2.5.3-7.1 [48.0 kB]
13:04:48 Get:29 http://deb.debian.org/debian bullseye/main arm64 gpgconf arm64 2.2.27-2+deb11u2 [540 kB]
13:04:48 Get:30 http://deb.debian.org/debian-security bullseye-security/main arm64 libksba8 arm64 1.5.0-3+deb11u2 [115 kB]
13:04:48 Get:31 http://deb.debian.org/debian bullseye/main arm64 libnpth0 arm64 1.6-3 [18.6 kB]
13:04:48 Get:32 http://deb.debian.org/debian bullseye/main arm64 dirmngr arm64 2.2.27-2+deb11u2 [743 kB]
13:04:48 Get:33 http://deb.debian.org/debian bullseye/main arm64 distro-info-data all 0.51+deb11u3 [7812 B]
13:04:48 Get:34 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-0 arm64 2.66.8-1 [1286 kB]
13:04:48 Get:35 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
13:04:48 Get:36 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
13:04:48 Get:37 http://deb.debian.org/debian bullseye/main arm64 libpackagekit-glib2-18 arm64 1.2.2-2 [113 kB]
13:04:48 Get:38 http://deb.debian.org/debian bullseye/main arm64 gir1.2-packagekitglib-1.0 arm64 1.2.2-2 [36.8 kB]
13:04:48 Get:39 http://deb.debian.org/debian bullseye/main arm64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
13:04:48 Get:40 http://deb.debian.org/debian bullseye/main arm64 gnupg-utils arm64 2.2.27-2+deb11u2 [864 kB]
13:04:48 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe arm64 Packages [663 kB]
13:04:48 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse arm64 Packages [1421 B]
13:04:48 Selecting previously unselected package docker-compose-plugin.
13:04:48 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb ...
13:04:48 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.18.04~bionic) ...
13:04:49 Get:41 http://deb.debian.org/debian bullseye/main arm64 gpg arm64 2.2.27-2+deb11u2 [884 kB]
13:04:49 Get:42 http://deb.debian.org/debian bullseye/main arm64 pinentry-curses arm64 1.1.0-4 [63.0 kB]
13:04:49 Get:43 http://deb.debian.org/debian bullseye/main arm64 gpg-agent arm64 2.2.27-2+deb11u2 [651 kB]
13:04:49 Get:44 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-client arm64 2.2.27-2+deb11u2 [517 kB]
13:04:49 Get:45 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-server arm64 2.2.27-2+deb11u2 [510 kB]
13:04:49 Get:46 http://deb.debian.org/debian bullseye/main arm64 gpgsm arm64 2.2.27-2+deb11u2 [627 kB]
13:04:49 Get:47 http://deb.debian.org/debian bullseye/main arm64 gnupg all 2.2.27-2+deb11u2 [825 kB]
13:04:49 Get:48 http://deb.debian.org/debian bullseye/main arm64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
13:04:49 Get:49 http://deb.debian.org/debian bullseye/main arm64 iso-codes all 4.6.0-1 [2824 kB]
13:04:49 Get:50 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl3-gnutls arm64 7.74.0-1.3+deb11u5 [321 kB]
13:04:49 Get:51 http://deb.debian.org/debian bullseye/main arm64 libdbus-1-3 arm64 1.12.24-0+deb11u1 [212 kB]
13:04:49 Get:52 http://deb.debian.org/debian bullseye/main arm64 lsb-release all 11.1.0 [27.9 kB]
13:04:49 Get:53 http://deb.debian.org/debian bullseye/main arm64 python-apt-common all 2.2.1 [96.5 kB]
13:04:49 Get:54 http://deb.debian.org/debian bullseye/main arm64 python3-apt arm64 2.2.1 [183 kB]
13:04:49 Get:55 http://deb.debian.org/debian bullseye/main arm64 python3-dbus arm64 1.2.16-5 [105 kB]
13:04:49 Get:56 http://deb.debian.org/debian bullseye/main arm64 python3-gi arm64 3.38.0-2 [226 kB]
13:04:49 Get:57 http://deb.debian.org/debian bullseye/main arm64 python3-pycurl arm64 7.43.0.6-5 [67.9 kB]
13:04:49 Get:58 http://deb.debian.org/debian bullseye/main arm64 python3-software-properties all 0.96.20.2-2.1 [49.7 kB]
13:04:49 Get:59 http://deb.debian.org/debian bullseye/main arm64 software-properties-common all 0.96.20.2-2.1 [83.4 kB]
13:04:49 debconf: delaying package configuration, since apt-utils is not installed
13:04:49 Fetched 22.8 MB in 0s (53.6 MB/s)
13:04:49 Selecting previously unselected package libpython3.9-minimal:arm64.
13:04: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 ... 6653 files and directories currently installed.)
13:04:49 Preparing to unpack .../libpython3.9-minimal_3.9.2-1_arm64.deb ...
13:04:49 Unpacking libpython3.9-minimal:arm64 (3.9.2-1) ...
13:04:49 Selecting previously unselected package libexpat1:arm64.
13:04:49 Preparing to unpack .../libexpat1_2.2.10-2+deb11u5_arm64.deb ...
13:04:49 Unpacking libexpat1:arm64 (2.2.10-2+deb11u5) ...
13:04:49 Selecting previously unselected package python3.9-minimal.
13:04:49 Preparing to unpack .../python3.9-minimal_3.9.2-1_arm64.deb ...
13:04:49 Unpacking python3.9-minimal (3.9.2-1) ...
13:04:49 Fetched 23.7 MB in 3s (7774 kB/s)
13:04:49 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.18.04~bionic) ...
13:04:49 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
13:04:49 Setting up docker-compose-plugin (2.16.0-1~ubuntu.18.04~bionic) ...
13:04:49 Setting up libpython3.9-minimal:arm64 (3.9.2-1) ...
13:04:49 Setting up libexpat1:arm64 (2.2.10-2+deb11u5) ...
13:04:49 Setting up python3.9-minimal (3.9.2-1) ...
13:04:49 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
13:04:49 invoke-rc.d: could not determine current runlevel
13:04:49 invoke-rc.d: policy-rc.d denied execution of start.
13:04:49 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
13:04:49 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:04:49  docker-ce-rootless-extras depends on dbus-user-session; however:
13:04:49   Package dbus-user-session is not installed.
13:04:49 
13:04:50 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_arm64.deb
13:04:50 Selecting previously unselected package python3-minimal.
13:04: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 ... 6947 files and directories currently installed.)
13:04:50 Preparing to unpack .../0-python3-minimal_3.9.2-3_arm64.deb ...
13:04:50 Unpacking python3-minimal (3.9.2-3) ...
13:04:50 Selecting previously unselected package media-types.
13:04:50 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
13:04:50 Unpacking media-types (4.0.0) ...
13:04:50 Reading package lists...
13:04:50 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:04:50 Selecting previously unselected package libmpdec3:arm64.
13:04:50 Preparing to unpack .../2-libmpdec3_2.5.1-1_arm64.deb ...
13:04:50 Unpacking libmpdec3:arm64 (2.5.1-1) ...
13:04:50 Selecting previously unselected package libncursesw6:arm64.
13:04:50 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_arm64.deb ...
13:04:50 Unpacking libncursesw6:arm64 (6.2+20201114-2) ...
13:04:50 Selecting previously unselected package readline-common.
13:04:50 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
13:04:50 Unpacking readline-common (8.1-1) ...
13:04:50 Selecting previously unselected package libreadline8:arm64.
13:04:50 Preparing to unpack .../5-libreadline8_8.1-1_arm64.deb ...
13:04:50 Unpacking libreadline8:arm64 (8.1-1) ...
13:04:50 Selecting previously unselected package libsqlite3-0:arm64.
13:04:50 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_arm64.deb ...
13:04:50 Unpacking libsqlite3-0:arm64 (3.34.1-3) ...
13:04:50 Selecting previously unselected package libpython3.9-stdlib:arm64.
13:04:50 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_arm64.deb ...
13:04:50 Unpacking libpython3.9-stdlib:arm64 (3.9.2-1) ...
13:04:50 Selecting previously unselected package python3.9.
13:04:50 Preparing to unpack .../8-python3.9_3.9.2-1_arm64.deb ...
13:04:50 Unpacking python3.9 (3.9.2-1) ...
13:04:50 Selecting previously unselected package libpython3-stdlib:arm64.
13:04:50 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_arm64.deb ...
13:04:50 Unpacking libpython3-stdlib:arm64 (3.9.2-3) ...
13:04:50 Setting up python3-minimal (3.9.2-3) ...
13:04:50 Selecting previously unselected package python3.
13:04: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 ... 7385 files and directories currently installed.)
13:04:50 Preparing to unpack .../00-python3_3.9.2-3_arm64.deb ...
13:04:50 Unpacking python3 (3.9.2-3) ...
13:04:50 Selecting previously unselected package openssl.
13:04:50 Preparing to unpack .../01-openssl_1.1.1n-0+deb11u4_arm64.deb ...
13:04:50 Unpacking openssl (1.1.1n-0+deb11u4) ...
13:04:51 Reading package lists...
13:04:51 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el9.aarch64.rpm
13:04:51 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Z2VUyJ
13:04:51 + umask 022
13:04:51 + cd /root/rpmbuild/BUILD
13:04:51 + cd src
13:04:51 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.aarch64
13:04:51 + RPM_EC=0
13:04:51 ++ jobs -p
13:04:51 + exit 0
13:04:51 Selecting previously unselected package ca-certificates.
13:04:51 Preparing to unpack .../02-ca-certificates_20210119_all.deb ...
13:04:51 Unpacking ca-certificates (20210119) ...
13:04:51 Selecting previously unselected package apt-transport-https.
13:04:51 Preparing to unpack .../03-apt-transport-https_2.2.4_all.deb ...
13:04:51 Unpacking apt-transport-https (2.2.4) ...
13:04:51 Selecting previously unselected package libbrotli1:arm64.
13:04:51 Preparing to unpack .../04-libbrotli1_1.0.9-2+b2_arm64.deb ...
13:04:51 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
13:04:51 Selecting previously unselected package libsasl2-modules-db:arm64.
13:04:51 Preparing to unpack .../05-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
13:04:51 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
13:04:51 Selecting previously unselected package libsasl2-2:arm64.
13:04:51 Preparing to unpack .../06-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
13:04:51 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
13:04:51 Building dependency tree...
13:04:51 Reading state information...
13:04:51 Correcting dependencies... Done
13:04:51 Reading package lists...
13:04:51 Building dependency tree...
13:04:51 Reading state information...
13:04:51 Selecting previously unselected package libldap-2.4-2:arm64.
13:04:51 Preparing to unpack .../07-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
13:04:51 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
13:04:51 Selecting previously unselected package libnghttp2-14:arm64.
13:04:51 Preparing to unpack .../08-libnghttp2-14_1.43.0-1_arm64.deb ...
13:04:51 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
13:04:51 Selecting previously unselected package libpsl5:arm64.
13:04:51 Preparing to unpack .../09-libpsl5_0.21.0-1.2_arm64.deb ...
13:04:51 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
13:04:51 Selecting previously unselected package librtmp1:arm64.
13:04:51 Preparing to unpack .../10-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
13:04:51 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
13:04:51 Selecting previously unselected package libssh2-1:arm64.
13:04:51 Preparing to unpack .../11-libssh2-1_1.9.0-2_arm64.deb ...
13:04:51 Unpacking libssh2-1:arm64 (1.9.0-2) ...
13:04:51 Selecting previously unselected package libcurl4:arm64.
13:04:51 Preparing to unpack .../12-libcurl4_7.74.0-1.3+deb11u5_arm64.deb ...
13:04:51 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u5) ...
13:04:51 Skipping docker-ce, it is already installed and upgrade is not set.
13:04:51 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:04:51 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:04:51 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:04:51 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:04:51 The following additional packages will be installed:
13:04:51   containerd.io dbus dbus-user-session iptables libapparmor1 libargon2-0
13:04:51   libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
13:04:51   libiptc0 libjson-c3 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0
13:04:51   libpam-systemd libxtables12 multiarch-support systemd systemd-sysv
13:04:51 Suggested packages:
13:04:51   kmod systemd-container policykit-1
13:04:51 Recommended packages:
13:04:51   dmsetup networkd-dispatcher libnss-systemd
13:04:51 The following NEW packages will be installed:
13:04:51   containerd.io dbus dbus-user-session iptables libapparmor1 libargon2-0
13:04:51   libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
13:04:51   libiptc0 libjson-c3 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0
13:04:51   libpam-systemd libxtables12 multiarch-support systemd systemd-sysv
13:04:51 The following additional packages will be installed:
13:04:51   dbus dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0
13:04:51   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
13:04:51   gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0
13:04:51   libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
13:04:51   libdevmapper1.02.1 libdw1 libelf1 libexpat1 libgirepository-1.0-1
13:04:51   libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu70
13:04:51   libip4tc2 libjson-c5 libkmod2 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14
13:04:51   libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
13:04:51   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
13:04:51   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
13:04:51   libsqlite3-0 libssh-4 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2
13:04:51   media-types openssl packagekit pinentry-curses pkexec policykit-1 polkitd
13:04:51   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
13:04:51   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
13:04:51   python3-importlib-metadata python3-jeepney python3-jwt python3-keyring
13:04:51   python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri
13:04:51   python3-minimal python3-more-itertools python3-oauthlib
13:04:51   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
13:04:51   python3-software-properties python3-wadllib python3-zipp python3.10
13:04:51   python3.10-minimal readline-common systemd systemd-sysv
13:04:51 Suggested packages:
13:04:51   default-dbus-session-bus | dbus-session-bus dbus-user-session
13:04:51   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery
13:04:51   gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
13:04:51   python3-venv python3-apt-dbg python-apt-doc python-blinker-doc
13:04:51   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
13:04:51   python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin
13:04:51   python3-keyrings.alt python3-testresources python3-setuptools
13:04:51   python-pyparsing-doc python-secretstorage-doc python3.10-venv python3.10-doc
13:04:51   binutils binfmt-support readline-doc systemd-container libfido2-1
13:04:51   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
13:04:51 Recommended packages:
13:04:51   libpam-cap dmsetup shared-mime-info xdg-user-dirs libldap-common
13:04:51   publicsuffix libsasl2-modules packagekit-tools unattended-upgrades
13:04:51   networkd-dispatcher systemd-timesyncd | time-daemon libnss-systemd
13:04:51 The following NEW packages will be installed:
13:04:51   apt-transport-https ca-certificates curl dbus dirmngr distro-info-data
13:04:51   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
13:04:51   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
13:04:51   libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin
13:04:51   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
13:04:51   libdw1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
13:04:51   libglib2.0-data libgstreamer1.0-0 libicu70 libip4tc2 libjson-c5 libkmod2
13:04:51   libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0
13:04:51   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
13:04:51   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
13:04:51   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
13:04:51   libsqlite3-0 libssh-4 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2
13:04:51   lsb-release media-types openssl packagekit pinentry-curses pkexec
13:04:51   policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker
13:04:51   python3-cffi-backend python3-cryptography python3-dbus python3-distro
13:04:51   python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney
13:04:51   python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
13:04:51   python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib
13:04:51   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
13:04:51   python3-software-properties python3-wadllib python3-zipp python3.10
13:04:51   python3.10-minimal readline-common software-properties-common systemd
13:04:51   systemd-sysv
13:04:51 Selecting previously unselected package curl.
13:04:51 Preparing to unpack .../13-curl_7.74.0-1.3+deb11u5_arm64.deb ...
13:04:51 Unpacking curl (7.74.0-1.3+deb11u5) ...
13:04:51 Selecting previously unselected package libassuan0:arm64.
13:04:51 Preparing to unpack .../14-libassuan0_2.5.3-7.1_arm64.deb ...
13:04:51 Unpacking libassuan0:arm64 (2.5.3-7.1) ...
13:04:51 Selecting previously unselected package gpgconf.
13:04:51 Preparing to unpack .../15-gpgconf_2.2.27-2+deb11u2_arm64.deb ...
13:04:51 Unpacking gpgconf (2.2.27-2+deb11u2) ...
13:04:51 Selecting previously unselected package libksba8:arm64.
13:04:51 Preparing to unpack .../16-libksba8_1.5.0-3+deb11u2_arm64.deb ...
13:04:51 Unpacking libksba8:arm64 (1.5.0-3+deb11u2) ...
13:04:51 Selecting previously unselected package libnpth0:arm64.
13:04:51 Preparing to unpack .../17-libnpth0_1.6-3_arm64.deb ...
13:04:51 Unpacking libnpth0:arm64 (1.6-3) ...
13:04:51 0 upgraded, 23 newly installed, 0 to remove and 5 not upgraded.
13:04:51 Need to get 23.5 MB of archives.
13:04:51 After this operation, 110 MB of additional disk space will be used.
13:04:51 Get:1 https://download.docker.com/linux/ubuntu bionic/test arm64 containerd.io arm64 1.6.16-1 [19.9 MB]
13:04:52 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcap2 arm64 1:2.25-1.2 [12.2 kB]
13:04:52 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libargon2-0 arm64 0~20161029-1.1 [17.9 kB]
13:04:52 Get:4 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:04:52 Selecting previously unselected package dirmngr.
13:04:52 Preparing to unpack .../18-dirmngr_2.2.27-2+deb11u2_arm64.deb ...
13:04:52 Unpacking dirmngr (2.2.27-2+deb11u2) ...
13:04:52 Selecting previously unselected package distro-info-data.
13:04:52 Preparing to unpack .../19-distro-info-data_0.51+deb11u3_all.deb ...
13:04:52 Unpacking distro-info-data (0.51+deb11u3) ...
13:04:52 Selecting previously unselected package libglib2.0-0:arm64.
13:04:52 Preparing to unpack .../20-libglib2.0-0_2.66.8-1_arm64.deb ...
13:04:52 Unpacking libglib2.0-0:arm64 (2.66.8-1) ...
13:04:52 Selecting previously unselected package libgirepository-1.0-1:arm64.
13:04:52 Preparing to unpack .../21-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
13:04:52 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
13:04:52 0 upgraded, 107 newly installed, 0 to remove and 5 not upgraded.
13:04:52 Need to get 37.8 MB of archives.
13:04:52 After this operation, 136 MB of additional disk space will be used.
13:04:52 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3.10-minimal arm64 3.10.6-1~22.04.2 [807 kB]
13:04:52 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libjson-c3 arm64 0.12.1-1.3ubuntu0.3 [19.7 kB]
13:04:52 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcryptsetup12 arm64 2:2.0.2-1ubuntu1.2 [112 kB]
13:04:52 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libidn11 arm64 1.33-2.1ubuntu1.2 [44.0 kB]
13:04:52 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libip4tc0 arm64 1.6.1-2ubuntu2 [18.3 kB]
13:04:52 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libapparmor1 arm64 2.12-4ubuntu5.1 [28.4 kB]
13:04:52 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkmod2 arm64 24-1ubuntu3.5 [32.8 kB]
13:04:52 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 systemd arm64 237-3ubuntu10.56 [2566 kB]
13:04:52 Selecting previously unselected package gir1.2-glib-2.0:arm64.
13:04:52 Preparing to unpack .../22-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
13:04:52 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
13:04:52 Selecting previously unselected package libpackagekit-glib2-18:arm64.
13:04:52 Preparing to unpack .../23-libpackagekit-glib2-18_1.2.2-2_arm64.deb ...
13:04:52 Unpacking libpackagekit-glib2-18:arm64 (1.2.2-2) ...
13:04:52 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:04:52 Preparing to unpack .../24-gir1.2-packagekitglib-1.0_1.2.2-2_arm64.deb ...
13:04:52 Unpacking gir1.2-packagekitglib-1.0 (1.2.2-2) ...
13:04:52 Selecting previously unselected package gnupg-l10n.
13:04:52 Preparing to unpack .../25-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
13:04:52 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
13:04:52 Selecting previously unselected package gnupg-utils.
13:04:52 Preparing to unpack .../26-gnupg-utils_2.2.27-2+deb11u2_arm64.deb ...
13:04:52 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
13:04:52 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 systemd-sysv arm64 237-3ubuntu10.56 [11.8 kB]
13:04:52 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 multiarch-support arm64 2.27-3ubuntu1.6 [6960 B]
13:04:52 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnfnetlink0 arm64 1.0.1-3 [11.5 kB]
13:04:52 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dbus arm64 1.12.2-1ubuntu1.4 [130 kB]
13:04:52 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmnl0 arm64 1.0.4-2 [11.3 kB]
13:04:52 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpam-systemd arm64 237-3ubuntu10.56 [92.0 kB]
13:04:52 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxtables12 arm64 1.6.1-2ubuntu2 [25.1 kB]
13:04:52 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libip6tc0 arm64 1.6.1-2ubuntu2 [18.6 kB]
13:04:52 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libiptc0 arm64 1.6.1-2ubuntu2 [9392 B]
13:04:52 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnetfilter-conntrack3 arm64 1.0.6-2 [30.6 kB]
13:04:52 Selecting previously unselected package gpg.
13:04:52 Preparing to unpack .../27-gpg_2.2.27-2+deb11u2_arm64.deb ...
13:04:52 Unpacking gpg (2.2.27-2+deb11u2) ...
13:04:52 Selecting previously unselected package pinentry-curses.
13:04:52 Preparing to unpack .../28-pinentry-curses_1.1.0-4_arm64.deb ...
13:04:52 Unpacking pinentry-curses (1.1.0-4) ...
13:04:52 Selecting previously unselected package gpg-agent.
13:04:52 Preparing to unpack .../29-gpg-agent_2.2.27-2+deb11u2_arm64.deb ...
13:04:52 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
13:04:52 Selecting previously unselected package gpg-wks-client.
13:04:52 Preparing to unpack .../30-gpg-wks-client_2.2.27-2+deb11u2_arm64.deb ...
13:04:52 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
13:04:52 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libexpat1 arm64 2.4.7-1ubuntu0.2 [76.8 kB]
13:04:52 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3.10-minimal arm64 3.10.6-1~22.04.2 [2246 kB]
13:04:52 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-minimal arm64 3.10.6-1~22.04 [24.3 kB]
13:04:52 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 media-types all 7.0.0 [25.5 kB]
13:04:52 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpdec3 arm64 2.5.1-2build2 [89.0 kB]
13:04:52 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 readline-common all 8.1.2-1 [53.5 kB]
13:04:52 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadline8 arm64 8.1.2-1 [153 kB]
13:04:52 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsqlite3-0 arm64 3.37.2-2ubuntu0.1 [636 kB]
13:04:52 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3.10-stdlib arm64 3.10.6-1~22.04.2 [1828 kB]
13:04:52 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 iptables arm64 1.6.1-2ubuntu2 [240 kB]
13:04:52 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dbus-user-session arm64 1.12.2-1ubuntu1.4 [9388 B]
13:04:52 debconf: delaying package configuration, since apt-utils is not installed
13:04:52 Fetched 23.5 MB in 1s (20.3 MB/s)
13:04:52 Selecting previously unselected package libcap2:arm64.
13:04:52 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7158 files and directories currently installed.)
13:04:52 Preparing to unpack .../0-libcap2_1%3a2.25-1.2_arm64.deb ...
13:04:52 Unpacking libcap2:arm64 (1:2.25-1.2) ...
13:04:52 Selecting previously unselected package libargon2-0:arm64.
13:04:52 Preparing to unpack .../1-libargon2-0_0~20161029-1.1_arm64.deb ...
13:04:52 Unpacking libargon2-0:arm64 (0~20161029-1.1) ...
13:04:52 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:04:52 Preparing to unpack .../2-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ...
13:04:52 Unpacking libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:04:52 Selecting previously unselected package gpg-wks-server.
13:04:52 Preparing to unpack .../31-gpg-wks-server_2.2.27-2+deb11u2_arm64.deb ...
13:04:52 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
13:04:52 Selecting previously unselected package gpgsm.
13:04:52 Preparing to unpack .../32-gpgsm_2.2.27-2+deb11u2_arm64.deb ...
13:04:52 Unpacking gpgsm (2.2.27-2+deb11u2) ...
13:04:52 Selecting previously unselected package gnupg.
13:04:52 Preparing to unpack .../33-gnupg_2.2.27-2+deb11u2_all.deb ...
13:04:52 Unpacking gnupg (2.2.27-2+deb11u2) ...
13:04:52 Selecting previously unselected package gnupg2.
13:04:52 Preparing to unpack .../34-gnupg2_2.2.27-2+deb11u2_all.deb ...
13:04:52 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
13:04:52 Selecting previously unselected package iso-codes.
13:04:52 Preparing to unpack .../35-iso-codes_4.6.0-1_all.deb ...
13:04:52 Unpacking iso-codes (4.6.0-1) ...
13:04:53 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3.10 arm64 3.10.6-1~22.04.2 [497 kB]
13:04:53 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3-stdlib arm64 3.10.6-1~22.04 [6910 B]
13:04:53 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3 arm64 3.10.6-1~22.04 [22.8 kB]
13:04:53 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libapparmor1 arm64 3.0.4-2ubuntu2.1 [38.4 kB]
13:04:53 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libargon2-1 arm64 0~20171227-0.3 [18.6 kB]
13:04:53 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1ubuntu4 [129 kB]
13:04:53 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libjson-c5 arm64 0.15-3~ubuntu1.22.04.1 [32.7 kB]
13:04:53 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcryptsetup12 arm64 2:2.4.3-1ubuntu1.1 [208 kB]
13:04:53 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libip4tc2 arm64 1.8.7-1ubuntu5 [19.8 kB]
13:04:53 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libkmod2 arm64 29-1ubuntu1 [46.4 kB]
13:04:53 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 systemd arm64 249.11-0ubuntu3.6 [4421 kB]
13:04:53 Selecting previously unselected package libjson-c3:arm64.
13:04:53 Preparing to unpack .../3-libjson-c3_0.12.1-1.3ubuntu0.3_arm64.deb ...
13:04:53 Unpacking libjson-c3:arm64 (0.12.1-1.3ubuntu0.3) ...
13:04:53 Selecting previously unselected package libcryptsetup12:arm64.
13:04:53 Preparing to unpack .../4-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_arm64.deb ...
13:04:53 Unpacking libcryptsetup12:arm64 (2:2.0.2-1ubuntu1.2) ...
13:04:53 Selecting previously unselected package libidn11:arm64.
13:04:53 Preparing to unpack .../5-libidn11_1.33-2.1ubuntu1.2_arm64.deb ...
13:04:53 Unpacking libidn11:arm64 (1.33-2.1ubuntu1.2) ...
13:04:53 Selecting previously unselected package libip4tc0:arm64.
13:04:53 Preparing to unpack .../6-libip4tc0_1.6.1-2ubuntu2_arm64.deb ...
13:04:53 Unpacking libip4tc0:arm64 (1.6.1-2ubuntu2) ...
13:04:53 Selecting previously unselected package libapparmor1:arm64.
13:04:53 Preparing to unpack .../7-libapparmor1_2.12-4ubuntu5.1_arm64.deb ...
13:04:53 Unpacking libapparmor1:arm64 (2.12-4ubuntu5.1) ...
13:04:53 Selecting previously unselected package libkmod2:arm64.
13:04:53 Preparing to unpack .../8-libkmod2_24-1ubuntu3.5_arm64.deb ...
13:04:53 Unpacking libkmod2:arm64 (24-1ubuntu3.5) ...
13:04:53 Setting up libcap2:arm64 (1:2.25-1.2) ...
13:04:53 Setting up libargon2-0:arm64 (0~20161029-1.1) ...
13:04:53 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 systemd-sysv arm64 249.11-0ubuntu3.6 [10.5 kB]
13:04:53 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 openssl arm64 3.0.2-0ubuntu1.8 [1161 kB]
13:04:53 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
13:04:53 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libdbus-1-3 arm64 1.12.20-2ubuntu4.1 [187 kB]
13:04:53 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dbus arm64 1.12.20-2ubuntu4.1 [154 kB]
13:04:53 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 distro-info-data all 0.52ubuntu0.2 [5160 B]
13:04:53 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libglib2.0-0 arm64 2.72.4-0ubuntu1 [1430 kB]
13:04:53 Setting up libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:04:53 Setting up libjson-c3:arm64 (0.12.1-1.3ubuntu0.3) ...
13:04:53 Setting up libcryptsetup12:arm64 (2:2.0.2-1ubuntu1.2) ...
13:04:53 Setting up libidn11:arm64 (1.33-2.1ubuntu1.2) ...
13:04:53 Setting up libip4tc0:arm64 (1.6.1-2ubuntu2) ...
13:04:53 Selecting previously unselected package systemd.
13:04:53 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7205 files and directories currently installed.)
13:04:53 Preparing to unpack .../systemd_237-3ubuntu10.56_arm64.deb ...
13:04:53 Unpacking systemd (237-3ubuntu10.56) ...
13:04:53 Selecting previously unselected package libcurl3-gnutls:arm64.
13:04:53 Preparing to unpack .../36-libcurl3-gnutls_7.74.0-1.3+deb11u5_arm64.deb ...
13:04:53 Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u5) ...
13:04:53 Selecting previously unselected package libdbus-1-3:arm64.
13:04:53 Preparing to unpack .../37-libdbus-1-3_1.12.24-0+deb11u1_arm64.deb ...
13:04:53 Unpacking libdbus-1-3:arm64 (1.12.24-0+deb11u1) ...
13:04:53 Selecting previously unselected package lsb-release.
13:04:53 Preparing to unpack .../38-lsb-release_11.1.0_all.deb ...
13:04:53 Unpacking lsb-release (11.1.0) ...
13:04:53 Selecting previously unselected package python-apt-common.
13:04:53 Preparing to unpack .../39-python-apt-common_2.2.1_all.deb ...
13:04:53 Unpacking python-apt-common (2.2.1) ...
13:04:53 Selecting previously unselected package python3-apt.
13:04:53 Preparing to unpack .../40-python3-apt_2.2.1_arm64.deb ...
13:04:53 Unpacking python3-apt (2.2.1) ...
13:04:53 Selecting previously unselected package python3-dbus.
13:04:53 Preparing to unpack .../41-python3-dbus_1.2.16-5_arm64.deb ...
13:04:53 Unpacking python3-dbus (1.2.16-5) ...
13:04:53 Selecting previously unselected package python3-gi.
13:04:53 Preparing to unpack .../42-python3-gi_3.38.0-2_arm64.deb ...
13:04:53 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgirepository-1.0-1 arm64 1.72.0-1 [53.5 kB]
13:04:53 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gir1.2-glib-2.0 arm64 1.72.0-1 [165 kB]
13:04:53 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 iso-codes all 4.9.0-1 [3459 kB]
13:04:53 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcap2-bin arm64 1:2.44-1build3 [25.5 kB]
13:04:53 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libelf1 arm64 0.186-1build1 [50.7 kB]
13:04:53 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libglib2.0-data all 2.72.4-0ubuntu1 [4882 B]
13:04:53 Get:35 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libicu70 arm64 70.1-2 [10.5 MB]
13:04:53 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-9"
13:04:53 Setting up libapparmor1:arm64 (2.12-4ubuntu5.1) ...
13:04:53 Setting up libkmod2:arm64 (24-1ubuntu3.5) ...
13:04:53 Setting up systemd (237-3ubuntu10.56) ...
13:04:53 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:04:53 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:04:53 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
13:04:53 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
13:04:53 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
13:04:53 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
13:04:53 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
13:04:53 Initializing machine ID from random generator.
13:04:53 Unpacking python3-gi (3.38.0-2) ...
13:04:53 Selecting previously unselected package python3-pycurl.
13:04:53 Preparing to unpack .../43-python3-pycurl_7.43.0.6-5_arm64.deb ...
13:04:53 Unpacking python3-pycurl (7.43.0.6-5) ...
13:04:53 Selecting previously unselected package python3-software-properties.
13:04:53 Preparing to unpack .../44-python3-software-properties_0.96.20.2-2.1_all.deb ...
13:04:53 Unpacking python3-software-properties (0.96.20.2-2.1) ...
13:04:53 Selecting previously unselected package software-properties-common.
13:04:53 Preparing to unpack .../45-software-properties-common_0.96.20.2-2.1_all.deb ...
13:04:53 Unpacking software-properties-common (0.96.20.2-2.1) ...
13:04:53 Setting up libksba8:arm64 (1.5.0-3+deb11u2) ...
13:04:53 Setting up media-types (4.0.0) ...
13:04:53 Setting up libpsl5:arm64 (0.21.0-1.2) ...
13:04:53 Setting up apt-transport-https (2.2.4) ...
13:04:53 Setting up libglib2.0-0:arm64 (2.66.8-1) ...
13:04:53 No schema files found: doing nothing.
13:04:53 Setting up distro-info-data (0.51+deb11u3) ...
13:04:53 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
13:04:53 Setting up libsqlite3-0:arm64 (3.34.1-3) ...
13:04:53 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
13:04:53 Setting up libpackagekit-glib2-18:arm64 (1.2.2-2) ...
13:04:53 Setting up libnpth0:arm64 (1.6-3) ...
13:04:53 Setting up libassuan0:arm64 (2.5.3-7.1) ...
13:04:53 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
13:04:53 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
13:04:53 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
13:04:53 Setting up libdbus-1-3:arm64 (1.12.24-0+deb11u1) ...
13:04:53 Setting up libncursesw6:arm64 (6.2+20201114-2) ...
13:04:53 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
13:04:53 Setting up python-apt-common (2.2.1) ...
13:04:53 Setting up libmpdec3:arm64 (2.5.1-1) ...
13:04:53 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
13:04:53 Setting up libssh2-1:arm64 (1.9.0-2) ...
13:04:53 Setting up openssl (1.1.1n-0+deb11u4) ...
13:04:53 Setting up readline-common (8.1-1) ...
13:04:53 Setting up iso-codes (4.6.0-1) ...
13:04:53 Setting up pinentry-curses (1.1.0-4) ...
13:04:53 Setting up libreadline8:arm64 (8.1-1) ...
13:04:53 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
13:04:54 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpam-systemd arm64 249.11-0ubuntu3.6 [205 kB]
13:04:54 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libxml2 arm64 2.9.13+dfsg-1ubuntu0.2 [728 kB]
13:04:54 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-0-2 arm64 0.2.2-1build2 [51.0 kB]
13:04:54 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
13:04:54 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python-apt-common all 2.4.0 [15.2 kB]
13:04:54 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-apt arm64 2.4.0 [161 kB]
13:04:54 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-dbus arm64 1.2.18-3build1 [98.5 kB]
13:04:54 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-gi arm64 3.42.1-0ubuntu1 [228 kB]
13:04:54 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB]
13:04:54 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnghttp2-14 arm64 1.43.0-1build3 [75.4 kB]
13:04:54 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpsl5 arm64 0.21.0-1.2build2 [58.3 kB]
13:04:54 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 apt-transport-https all 2.4.8 [1506 B]
13:04:54 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbrotli1 arm64 1.0.9-2build6 [314 kB]
13:04:54 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg2-3ubuntu1.1 [21.2 kB]
13:04:54 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg2-3ubuntu1.1 [55.6 kB]
13:04:54 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-0ubuntu0.22.04.1 [181 kB]
13:04:54 Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB]
13:04:54 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libssh-4 arm64 0.9.6-2build1 [184 kB]
13:04:54 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl4 arm64 7.81.0-1ubuntu1.7 [284 kB]
13:04:54 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 curl arm64 7.81.0-1ubuntu1.7 [190 kB]
13:04:54 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libassuan0 arm64 2.5.5-1build1 [36.5 kB]
13:04:54 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgconf arm64 2.2.27-3ubuntu2.1 [92.5 kB]
13:04:54 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libksba8 arm64 1.6.0-2ubuntu0.2 [117 kB]
13:04:54 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnpth0 arm64 1.6-3build2 [8156 B]
13:04:54 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dirmngr arm64 2.2.27-3ubuntu2.1 [289 kB]
13:04:54 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackagekit-glib2-18 arm64 1.2.5-2ubuntu2 [116 kB]
13:04:54 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gir1.2-packagekitglib-1.0 arm64 1.2.5-2ubuntu2 [25.3 kB]
13:04:54 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
13:04:54 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-utils arm64 2.2.27-3ubuntu2.1 [304 kB]
13:04:54 Selecting previously unselected package systemd-sysv.
13:04:54 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7906 files and directories currently installed.)
13:04:54 Preparing to unpack .../systemd-sysv_237-3ubuntu10.56_arm64.deb ...
13:04:54 Unpacking systemd-sysv (237-3ubuntu10.56) ...
13:04:54 Selecting previously unselected package multiarch-support.
13:04:54 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.6_arm64.deb ...
13:04:54 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
13:04:54 Setting up multiarch-support (2.27-3ubuntu1.6) ...
13:04:54 Selecting previously unselected package libnfnetlink0:arm64.
13:04:54 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7926 files and directories currently installed.)
13:04:54 Preparing to unpack .../00-libnfnetlink0_1.0.1-3_arm64.deb ...
13:04:54 Unpacking libnfnetlink0:arm64 (1.0.1-3) ...
13:04:54 Selecting previously unselected package dbus.
13:04:54 Preparing to unpack .../01-dbus_1.12.2-1ubuntu1.4_arm64.deb ...
13:04:54 Unpacking dbus (1.12.2-1ubuntu1.4) ...
13:04:54 Selecting previously unselected package libmnl0:arm64.
13:04:54 Preparing to unpack .../02-libmnl0_1.0.4-2_arm64.deb ...
13:04:54 Unpacking libmnl0:arm64 (1.0.4-2) ...
13:04:54 Selecting previously unselected package libpam-systemd:arm64.
13:04:54 Preparing to unpack .../03-libpam-systemd_237-3ubuntu10.56_arm64.deb ...
13:04:54 Unpacking libpam-systemd:arm64 (237-3ubuntu10.56) ...
13:04:54 Selecting previously unselected package libxtables12:arm64.
13:04:54 Preparing to unpack .../04-libxtables12_1.6.1-2ubuntu2_arm64.deb ...
13:04:54 Unpacking libxtables12:arm64 (1.6.1-2ubuntu2) ...
13:04:54 Selecting previously unselected package libip6tc0:arm64.
13:04:54 Preparing to unpack .../05-libip6tc0_1.6.1-2ubuntu2_arm64.deb ...
13:04:54 Unpacking libip6tc0:arm64 (1.6.1-2ubuntu2) ...
13:04:54 Selecting previously unselected package libiptc0:arm64.
13:04:54 Preparing to unpack .../06-libiptc0_1.6.1-2ubuntu2_arm64.deb ...
13:04:54 Unpacking libiptc0:arm64 (1.6.1-2ubuntu2) ...
13:04:54 Selecting previously unselected package libnetfilter-conntrack3:arm64.
13:04:54 Preparing to unpack .../07-libnetfilter-conntrack3_1.0.6-2_arm64.deb ...
13:04:54 Unpacking libnetfilter-conntrack3:arm64 (1.0.6-2) ...
13:04:54 Selecting previously unselected package iptables.
13:04:54 Preparing to unpack .../08-iptables_1.6.1-2ubuntu2_arm64.deb ...
13:04:54 Unpacking iptables (1.6.1-2ubuntu2) ...
13:04:54 Setting up libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u5) ...
13:04:54 Setting up ca-certificates (20210119) ...
13:04:54 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:04:54 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg arm64 2.2.27-3ubuntu2.1 [506 kB]
13:04:54 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pinentry-curses arm64 1.1.1-1build2 [33.5 kB]
13:04:54 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-agent arm64 2.2.27-3ubuntu2.1 [204 kB]
13:04:54 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-wks-client arm64 2.2.27-3ubuntu2.1 [61.4 kB]
13:04:54 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-wks-server arm64 2.2.27-3ubuntu2.1 [56.8 kB]
13:04:54 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgsm arm64 2.2.27-3ubuntu2.1 [192 kB]
13:04:54 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
13:04:54 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl3-gnutls arm64 7.81.0-1ubuntu1.7 [278 kB]
13:04:54 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstemmer0d arm64 2.2.0-1build1 [166 kB]
13:04:54 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxmlb2 arm64 0.3.6-2build1 [66.5 kB]
13:04:54 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libappstream4 arm64 0.15.2-2 [190 kB]
13:04:54 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdw1 arm64 0.186-1build1 [246 kB]
13:04:54 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libglib2.0-bin arm64 2.72.4-0ubuntu1 [79.7 kB]
13:04:54 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libunwind8 arm64 1.3.2-2build2 [53.4 kB]
13:04:54 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libgstreamer1.0-0 arm64 1.20.3-0ubuntu1 [931 kB]
13:04:54 Selecting previously unselected package containerd.io.
13:04:54 Preparing to unpack .../09-containerd.io_1.6.16-1_arm64.deb ...
13:04:54 Unpacking containerd.io (1.6.16-1) ...
13:04:54 Updating certificates in /etc/ssl/certs...
13:04:54 + make IMAGE=quay.io/centos/centos:stream9 verify
13:04:54 docker run  --rm -i \
13:04:54 	-v "$(pwd):/v" \
13:04:54 	-e DEBIAN_FRONTEND=noninteractive \
13:04:54 	-e PACKAGE_REPO=staging \
13:04:54 	-w /v \
13:04:54 	quay.io/centos/centos:stream9 ./verify
13:04:54 Unable to find image 'quay.io/centos/centos:stream9' locally
13:04:54 stream9: Pulling from centos/centos
13:04:54 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpolkit-gobject-1-0 arm64 0.105-33 [42.4 kB]
13:04:54 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpolkit-agent-1-0 arm64 0.105-33 [16.0 kB]
13:04:54 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 polkitd arm64 0.105-33 [77.7 kB]
13:04:54 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pkexec arm64 0.105-33 [14.8 kB]
13:04:54 Get:84 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 policykit-1 arm64 0.105-33 [2424 B]
13:04:54 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-blinker all 1.4+dfsg1-0.4 [14.0 kB]
13:04:54 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-cffi-backend arm64 1.15.0-1build2 [81.0 kB]
13:04:54 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-cryptography arm64 3.4.8-1ubuntu2 [222 kB]
13:04:54 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-pyparsing all 2.4.7-1 [61.4 kB]
13:04:54 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-httplib2 all 0.20.2-2 [30.4 kB]
13:04:54 Get:90 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-more-itertools all 8.10.0-2 [47.9 kB]
13:04:54 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-zipp all 1.0.0-3 [5440 B]
13:04:54 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-importlib-metadata all 4.6.4-1 [16.2 kB]
13:04:54 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-jeepney all 0.7.1-3 [36.8 kB]
13:04:54 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB]
13:04:54 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-secretstorage all 3.3.1-1 [13.2 kB]
13:04:54 c14c460541ea: Already exists
13:04:54 Digest: sha256:0c192d18e6c8fa2515351757354c939d968d1f18bde3ca3a5ccc1d2d00038ff7
13:04:54 Status: Downloaded newer image for quay.io/centos/centos:stream9
13:04:55 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-keyring all 23.5.0-1 [35.7 kB]
13:04:55 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-lazr.uri all 1.0.6-2 [14.4 kB]
13:04:55 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-wadllib all 1.3.6-1 [36.4 kB]
13:04:55 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-distro all 1.7.0-1 [17.0 kB]
13:04:55 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB]
13:04:55 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-six all 1.16.0-3ubuntu1 [12.6 kB]
13:04:55 129 added, 0 removed; done.
13:04:55 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
13:04:55 Setting up gpgconf (2.2.27-2+deb11u2) ...
13:04:55 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u5) ...
13:04:55 Setting up curl (7.74.0-1.3+deb11u5) ...
13:04:55 Setting up gpg (2.2.27-2+deb11u2) ...
13:04:55 Setting up libpython3.9-stdlib:arm64 (3.9.2-1) ...
13:04:55 Setting up libpython3-stdlib:arm64 (3.9.2-3) ...
13:04:55 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
13:04:55 Setting up gpg-agent (2.2.27-2+deb11u2) ...
13:04:55 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
13:04:55 + verify
13:04:55 + dpkg --version
13:04:55 + rpm --version
13:04:55 + verify_rpm
13:04:55 ++ . /etc/os-release
13:04:55 +++ NAME='CentOS Stream'
13:04:55 +++ VERSION=9
13:04:55 +++ ID=centos
13:04:55 +++ ID_LIKE='rhel fedora'
13:04:55 +++ VERSION_ID=9
13:04:55 +++ PLATFORM_ID=platform:el9
13:04:55 +++ PRETTY_NAME='CentOS Stream 9'
13:04:55 +++ ANSI_COLOR='0;31'
13:04:55 +++ LOGO=fedora-logo-icon
13:04:55 +++ CPE_NAME=cpe:/o:centos:centos:9
13:04:55 +++ HOME_URL=https://centos.org/
13:04:55 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:04:55 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9'
13:04:55 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
13:04:55 ++ echo centos
13:04:55 + DIST_ID=centos
13:04:55 ++ . /etc/os-release
13:04:55 +++ NAME='CentOS Stream'
13:04:55 +++ VERSION=9
13:04:55 +++ ID=centos
13:04:55 +++ ID_LIKE='rhel fedora'
13:04:55 +++ VERSION_ID=9
13:04:55 +++ PLATFORM_ID=platform:el9
13:04:55 +++ PRETTY_NAME='CentOS Stream 9'
13:04:55 +++ ANSI_COLOR='0;31'
13:04:55 +++ LOGO=fedora-logo-icon
13:04:55 +++ CPE_NAME=cpe:/o:centos:centos:9
13:04:55 +++ HOME_URL=https://centos.org/
13:04:55 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:04:55 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9'
13:04:55 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
13:04:55 ++ echo 9
13:04:55 ++ cut -d. -f1
13:04:55 + DIST_VERSION=9
13:04:55 + pkg_manager=yum
13:04:55 + pkg_config_manager=yum-config-manager
13:04:55 + dnf --version
13:04:55 4.14.0
13:04:55   Installed: dnf-0:4.14.0-4.el9.noarch at Tue Feb  7 09:35:34 2023
13:04:55   Built    : builder@centos.org at Fri Jan  6 14:23:17 2023
13:04:55 
13:04:55   Installed: rpm-0:4.16.1.3-22.el9.aarch64 at Tue Feb  7 09:35:30 2023
13:04:55   Built    : builder@centos.org at Mon Dec 19 23:58:04 2022
13:04:55 + pkg_manager=dnf
13:04:55 + pkg_config_manager='dnf config-manager'
13:04:55 + dnf clean all
13:04:55 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-launchpadlib all 1.10.16-1 [125 kB]
13:04:55 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-software-properties all 0.99.22.5 [28.8 kB]
13:04:55 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 packagekit arm64 1.2.5-2ubuntu2 [426 kB]
13:04:55 0 files removed
13:04:55 + dnf install -y 'dnf-command(config-manager)'
13:04:55 Setting up gpgsm (2.2.27-2+deb11u2) ...
13:04:55 Setting up dirmngr (2.2.27-2+deb11u2) ...
13:04:55 Setting up gir1.2-packagekitglib-1.0 (1.2.2-2) ...
13:04:55 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
13:04:55 Setting up python3.9 (3.9.2-1) ...
13:04:55 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 software-properties-common all 0.99.22.5 [14.1 kB]
13:04:55 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 gnupg2 all 2.2.27-3ubuntu2.1 [5548 B]
13:04:55 debconf: delaying package configuration, since apt-utils is not installed
13:04:55 Selecting previously unselected package dbus-user-session.
13:04:55 Preparing to unpack .../10-dbus-user-session_1.12.2-1ubuntu1.4_arm64.deb ...
13:04:55 Unpacking dbus-user-session (1.12.2-1ubuntu1.4) ...
13:04:55 Setting up containerd.io (1.6.16-1) ...
13:04:56 Fetched 37.8 MB in 4s (9172 kB/s)
13:04:56 Selecting previously unselected package libpython3.10-minimal:arm64.
13:04:56 (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 ... 4389 files and directories currently installed.)
13:04:56 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_arm64.deb ...
13:04:56 Unpacking libpython3.10-minimal:arm64 (3.10.6-1~22.04.2) ...
13:04:56 Selecting previously unselected package libexpat1:arm64.
13:04:56 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_arm64.deb ...
13:04:56 Unpacking libexpat1:arm64 (2.4.7-1ubuntu0.2) ...
13:04:56 Selecting previously unselected package python3.10-minimal.
13:04:56 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_arm64.deb ...
13:04:56 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ...
13:04:56 Setting up libpython3.10-minimal:arm64 (3.10.6-1~22.04.2) ...
13:04:56 Setting up libexpat1:arm64 (2.4.7-1ubuntu0.2) ...
13:04:56 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:04:56 Setting up systemd-sysv (237-3ubuntu10.56) ...
13:04:56 Setting up libiptc0:arm64 (1.6.1-2ubuntu2) ...
13:04:56 Setting up libxtables12:arm64 (1.6.1-2ubuntu2) ...
13:04:56 Setting up libnfnetlink0:arm64 (1.0.1-3) ...
13:04:56 Setting up dbus (1.12.2-1ubuntu1.4) ...
13:04:56 make[1]: Leaving directory '/root/build-deb'
13:04:56  dpkg-genbuildinfo
13:04:56 Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
13:04:56 Setting up libmnl0:arm64 (1.0.4-2) ...
13:04:56 Setting up libip6tc0:arm64 (1.6.1-2ubuntu2) ...
13:04:56 Setting up libnetfilter-conntrack3:arm64 (1.0.6-2) ...
13:04:56 Setting up libpam-systemd:arm64 (237-3ubuntu10.56) ...
13:04:56 Setting up dbus-user-session (1.12.2-1ubuntu1.4) ...
13:04:56 Setting up iptables (1.6.1-2ubuntu2) ...
13:04:56 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
13:04:56 Processing triggers for systemd (237-3ubuntu10.56) ...
13:04:56 + verify_binaries
13:04:56 + docker --version
13:04:56  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.changes
13:04:56 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
13:04:56 Setting up python3 (3.9.2-3) ...
13:04:56 Setting up python3-pycurl (7.43.0.6-5) ...
13:04:56 Setting up python3-gi (3.38.0-2) ...
13:04:56 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:04:56 ++ uname -m
13:04:56 + '[' aarch64 = x86_64 ']'
13:04:56 + docker buildx version
13:04:56 github.com/docker/buildx v0.10.2 00ed17d
13:04:56 + docker compose version
13:04:56 Setting up gnupg (2.2.27-2+deb11u2) ...
13:04:56 Setting up lsb-release (11.1.0) ...
13:04:56 Setting up python3-dbus (1.2.16-5) ...
13:04:56 Selecting previously unselected package python3-minimal.
13:04:56 (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:04:56 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_arm64.deb ...
13:04:56 Unpacking python3-minimal (3.10.6-1~22.04) ...
13:04:56 Selecting previously unselected package media-types.
13:04:56 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
13:04:56 Unpacking media-types (7.0.0) ...
13:04:56 Selecting previously unselected package libmpdec3:arm64.
13:04:56 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_arm64.deb ...
13:04:56 Unpacking libmpdec3:arm64 (2.5.1-2build2) ...
13:04:56 Selecting previously unselected package readline-common.
13:04:56 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
13:04:56 Unpacking readline-common (8.1.2-1) ...
13:04:56 Docker Compose version v2.16.0
13:04:56 + dockerd --version
13:04:56 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:04:56 + docker-proxy --version
13:04:56 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:04:56 + containerd --version
13:04:56 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:04:56 + ctr --version
13:04:56 ctr containerd.io 1.6.16
13:04:56 + containerd-shim --help
13:04:56 Usage of containerd-shim:
13:04:56   -address string
13:04:56     	grpc address back to main containerd
13:04:56   -containerd-binary containerd publish
13:04:56     	path to containerd binary (used for containerd publish) (default "containerd")
13:04:56   -criu string
13:04:56     	path to criu binary
13:04:56   -debug
13:04:56     	enable debug output in logs
13:04:56   -namespace string
13:04:56     	namespace that owns the shim
13:04:56   -runtime-root string
13:04:56     	root directory for the runtime (default "/run/containerd/runc")
13:04:56   -socket string
13:04:56     	socket path to serve
13:04:56   -systemd-cgroup
13:04:56     	set runtime to use systemd-cgroup
13:04:56   -workdir string
13:04:56     	path used to storge large temporary data
13:04:56 + containerd-shim-runc-v1 -v
13:04:56 containerd-shim-runc-v1:
13:04:56   Version:  1.6.16
13:04:56   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:04:56   Go version: go1.18.10
13:04:56 
13:04:56 + containerd-shim-runc-v2 -v
13:04:56 containerd-shim-runc-v2:
13:04:56   Version:  1.6.16
13:04:56   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:04:56   Go version: go1.18.10
13:04:56 
13:04:56 + runc --version
13:04:56 runc version 1.1.4
13:04:56 commit: v1.1.4-0-g5fd4c4d
13:04:56 spec: 1.0.2-dev
13:04:56 go: go1.18.10
13:04:56 libseccomp: 2.5.1
13:04:57 Setting up gnupg2 (2.2.27-2+deb11u2) ...
13:04:57 Setting up python3-apt (2.2.1) ...
13:04:57 Setting up python3-software-properties (0.96.20.2-2.1) ...
13:04:57 Selecting previously unselected package libreadline8:arm64.
13:04:57 Preparing to unpack .../4-libreadline8_8.1.2-1_arm64.deb ...
13:04:57 Unpacking libreadline8:arm64 (8.1.2-1) ...
13:04:57 Selecting previously unselected package libsqlite3-0:arm64.
13:04:57 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_arm64.deb ...
13:04:57 Unpacking libsqlite3-0:arm64 (3.37.2-2ubuntu0.1) ...
13:04:57 Selecting previously unselected package libpython3.10-stdlib:arm64.
13:04:57 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_arm64.deb ...
13:04:57 Unpacking libpython3.10-stdlib:arm64 (3.10.6-1~22.04.2) ...
13:04:57 Selecting previously unselected package python3.10.
13:04:57 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_arm64.deb ...
13:04:57 Unpacking python3.10 (3.10.6-1~22.04.2) ...
13:04:57 Selecting previously unselected package libpython3-stdlib:arm64.
13:04:57 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_arm64.deb ...
13:04:57 Unpacking libpython3-stdlib:arm64 (3.10.6-1~22.04) ...
13:04:57 Setting up software-properties-common (0.96.20.2-2.1) ...
13:04:57 Processing triggers for libc-bin (2.31-13+deb11u5) ...
13:04:57 Processing triggers for ca-certificates (20210119) ...
13:04:57 Updating certificates in /etc/ssl/certs...
13:04:57 Setting up python3-minimal (3.10.6-1~22.04) ...
13:04:57 Selecting previously unselected package python3.
13:04:57 (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 ... 5120 files and directories currently installed.)
13:04:57 Preparing to unpack .../0-python3_3.10.6-1~22.04_arm64.deb ...
13:04:57 Unpacking python3 (3.10.6-1~22.04) ...
13:04:57 Selecting previously unselected package libapparmor1:arm64.
13:04:57 Preparing to unpack .../1-libapparmor1_3.0.4-2ubuntu2.1_arm64.deb ...
13:04:57 Unpacking libapparmor1:arm64 (3.0.4-2ubuntu2.1) ...
13:04:57 Selecting previously unselected package libargon2-1:arm64.
13:04:57 Preparing to unpack .../2-libargon2-1_0~20171227-0.3_arm64.deb ...
13:04:57 dpkg-genchanges: info: including full source code in upload
13:04:57  dpkg-source -I.git --after-build .
13:04:57 CentOS Stream 9 - BaseOS                        3.7 MB/s | 4.7 MB     00:01    
13:04:57 Unpacking libargon2-1:arm64 (0~20171227-0.3) ...
13:04:57 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:04:57 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
13:04:57 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
13:04:57 Selecting previously unselected package libjson-c5:arm64.
13:04:57 Preparing to unpack .../4-libjson-c5_0.15-3~ubuntu1.22.04.1_arm64.deb ...
13:04:57 Unpacking libjson-c5:arm64 (0.15-3~ubuntu1.22.04.1) ...
13:04:57 Selecting previously unselected package libcryptsetup12:arm64.
13:04:57 Preparing to unpack .../5-libcryptsetup12_2%3a2.4.3-1ubuntu1.1_arm64.deb ...
13:04:57 Unpacking libcryptsetup12:arm64 (2:2.4.3-1ubuntu1.1) ...
13:04:57 Selecting previously unselected package libip4tc2:arm64.
13:04:57 Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu5_arm64.deb ...
13:04:57 Unpacking libip4tc2:arm64 (1.8.7-1ubuntu5) ...
13:04:57 Selecting previously unselected package libkmod2:arm64.
13:04:57 Preparing to unpack .../7-libkmod2_29-1ubuntu1_arm64.deb ...
13:04:57 Unpacking libkmod2:arm64 (29-1ubuntu1) ...
13:04:57 Selecting previously unselected package systemd.
13:04:57 Preparing to unpack .../8-systemd_249.11-0ubuntu3.6_arm64.deb ...
13:04:57 Unpacking systemd (249.11-0ubuntu3.6) ...
13:04:57 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:04:57 + destination=/build
13:04:57 + mkdir -p /build
13:04:57 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb /build
13:04:57 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb'
13:04:57 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb'
13:04:57 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'
13:04:57 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'
13:04:57 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'
13:04:57 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'
13:04:57 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc'
13:04:57 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc'
13:04:57 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz'
13:04:57 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz'
13:04:57 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.buildinfo'
13:04:57 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.buildinfo'
13:04:57 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.changes'
13:04:57 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.changes'
13:04:57 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'
13:04:57 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'
13:04:57 copied '/root/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb'
13:04:57 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:04:57 Setting up libapparmor1:arm64 (3.0.4-2ubuntu2.1) ...
13:04:57 Setting up libargon2-1:arm64 (0~20171227-0.3) ...
13:04:57 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
13:04:57 Setting up libjson-c5:arm64 (0.15-3~ubuntu1.22.04.1) ...
13:04:57 Setting up libcryptsetup12:arm64 (2:2.4.3-1ubuntu1.1) ...
13:04:57 Setting up libip4tc2:arm64 (1.8.7-1ubuntu5) ...
13:04:57 Setting up libkmod2:arm64 (29-1ubuntu1) ...
13:04:57 Setting up systemd (249.11-0ubuntu3.6) ...
13:04:57 0 added, 0 removed; done.
13:04:57 Running hooks in /etc/ca-certificates/update.d...
13:04:57 done.
13:04:57 ++ source /etc/os-release
13:04:57 +++ PRETTY_NAME='Debian GNU/Linux 11 (bullseye)'
13:04:57 +++ NAME='Debian GNU/Linux'
13:04:57 +++ VERSION_ID=11
13:04:57 +++ VERSION='11 (bullseye)'
13:04:57 +++ VERSION_CODENAME=bullseye
13:04:57 +++ ID=debian
13:04:57 +++ HOME_URL=https://www.debian.org/
13:04:57 +++ SUPPORT_URL=https://www.debian.org/support
13:04:57 +++ BUG_REPORT_URL=https://bugs.debian.org/
13:04:57 ++ echo debian
13:04:57 + DIST_ID=debian
13:04:57 ++ lsb_release -sc
13:04:57 + DIST_VERSION=bullseye
13:04:57 + '[' bullseye = sid ']'
13:04:57 + install_debian_containerd
13:04:57 + '[' staging = stage ']'
13:04:57 + REPO_URL=https://download.docker.com/linux/debian
13:04:57 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
13:04:57 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
13:04:57 + update-ca-certificates -f
13:04:57 Clearing symlinks in /etc/ssl/certs...
13:04:58 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:04:58 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:04:58 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
13:04:58 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
13:04:58 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
13:04:58 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:04:58 Initializing machine ID from random generator.
13:04:58 Selecting previously unselected package systemd-sysv.
13:04: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 ... 5960 files and directories currently installed.)
13:04:58 Preparing to unpack .../00-systemd-sysv_249.11-0ubuntu3.6_arm64.deb ...
13:04:58 Unpacking systemd-sysv (249.11-0ubuntu3.6) ...
13:04:58 Selecting previously unselected package openssl.
13:04:58 Preparing to unpack .../01-openssl_3.0.2-0ubuntu1.8_arm64.deb ...
13:04:58 Unpacking openssl (3.0.2-0ubuntu1.8) ...
13:04:58 Selecting previously unselected package ca-certificates.
13:04:58 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
13:04:58 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
13:04:58 done.
13:04:58 Updating certificates in /etc/ssl/certs...
13:04:58 Selecting previously unselected package libdbus-1-3:arm64.
13:04:58 Preparing to unpack .../03-libdbus-1-3_1.12.20-2ubuntu4.1_arm64.deb ...
13:04:58 Unpacking libdbus-1-3:arm64 (1.12.20-2ubuntu4.1) ...
13:04:58 Selecting previously unselected package dbus.
13:04:58 Preparing to unpack .../04-dbus_1.12.20-2ubuntu4.1_arm64.deb ...
13:04:58 Unpacking dbus (1.12.20-2ubuntu4.1) ...
13:04:58 Selecting previously unselected package distro-info-data.
13:04:58 Preparing to unpack .../05-distro-info-data_0.52ubuntu0.2_all.deb ...
13:04:58 Unpacking distro-info-data (0.52ubuntu0.2) ...
13:04:58 Selecting previously unselected package libglib2.0-0:arm64.
13:04:58 Preparing to unpack .../06-libglib2.0-0_2.72.4-0ubuntu1_arm64.deb ...
13:04:58 Unpacking libglib2.0-0:arm64 (2.72.4-0ubuntu1) ...
13:04:58 Selecting previously unselected package libgirepository-1.0-1:arm64.
13:04:58 Preparing to unpack .../07-libgirepository-1.0-1_1.72.0-1_arm64.deb ...
13:04:58 Unpacking libgirepository-1.0-1:arm64 (1.72.0-1) ...
13:04:58 Selecting previously unselected package gir1.2-glib-2.0:arm64.
13:04:58 Preparing to unpack .../08-gir1.2-glib-2.0_1.72.0-1_arm64.deb ...
13:04:58 Unpacking gir1.2-glib-2.0:arm64 (1.72.0-1) ...
13:04:58 Selecting previously unselected package iso-codes.
13:04:58 Preparing to unpack .../09-iso-codes_4.9.0-1_all.deb ...
13:04:58 Unpacking iso-codes (4.9.0-1) ...
13:04:58 Selecting previously unselected package libcap2-bin.
13:04:58 Preparing to unpack .../10-libcap2-bin_1%3a2.44-1build3_arm64.deb ...
13:04:58 Unpacking libcap2-bin (1:2.44-1build3) ...
13:04:58 Selecting previously unselected package libelf1:arm64.
13:04:58 Preparing to unpack .../11-libelf1_0.186-1build1_arm64.deb ...
13:04:58 Unpacking libelf1:arm64 (0.186-1build1) ...
13:04:58 Selecting previously unselected package libglib2.0-data.
13:04:58 Preparing to unpack .../12-libglib2.0-data_2.72.4-0ubuntu1_all.deb ...
13:04:58 Unpacking libglib2.0-data (2.72.4-0ubuntu1) ...
13:04:58 Selecting previously unselected package libicu70:arm64.
13:04:58 Preparing to unpack .../13-libicu70_70.1-2_arm64.deb ...
13:04:58 Unpacking libicu70:arm64 (70.1-2) ...
13:04:59 129 added, 0 removed; done.
13:04:59 Running hooks in /etc/ca-certificates/update.d...
13:04:59 done.
13:04:59 + curl -fsSL https://download.docker.com/linux/debian/gpg
13:04:59 + apt-key add -
13:04:59 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
13:04:59 Selecting previously unselected package libpam-systemd:arm64.
13:04:59 Preparing to unpack .../14-libpam-systemd_249.11-0ubuntu3.6_arm64.deb ...
13:04:59 Unpacking libpam-systemd:arm64 (249.11-0ubuntu3.6) ...
13:04:59 Selecting previously unselected package libxml2:arm64.
13:04:59 Preparing to unpack .../15-libxml2_2.9.13+dfsg-1ubuntu0.2_arm64.deb ...
13:04:59 Unpacking libxml2:arm64 (2.9.13+dfsg-1ubuntu0.2) ...
13:04:59 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'.
13:04:59 CentOS Stream 9 - AppStream                      11 MB/s |  14 MB     00:01    
13:04:59 Selecting previously unselected package libyaml-0-2:arm64.
13:04:59 Preparing to unpack .../16-libyaml-0-2_0.2.2-1build2_arm64.deb ...
13:04:59 Unpacking libyaml-0-2:arm64 (0.2.2-1build2) ...
13:04:59 Selecting previously unselected package lsb-release.
13:04:59 Preparing to unpack .../17-lsb-release_11.1.0ubuntu4_all.deb ...
13:04:59 Unpacking lsb-release (11.1.0ubuntu4) ...
13:04:59 Selecting previously unselected package python-apt-common.
13:04:59 Preparing to unpack .../18-python-apt-common_2.4.0_all.deb ...
13:04:59 Unpacking python-apt-common (2.4.0) ...
13:04:59 Selecting previously unselected package python3-apt.
13:04:59 Preparing to unpack .../19-python3-apt_2.4.0_arm64.deb ...
13:04:59 Unpacking python3-apt (2.4.0) ...
13:04:59 Selecting previously unselected package python3-dbus.
13:04:59 Preparing to unpack .../20-python3-dbus_1.2.18-3build1_arm64.deb ...
13:04:59 Unpacking python3-dbus (1.2.18-3build1) ...
13:04:59 Selecting previously unselected package python3-gi.
13:04:59 Preparing to unpack .../21-python3-gi_3.42.1-0ubuntu1_arm64.deb ...
13:04:59 Unpacking python3-gi (3.42.1-0ubuntu1) ...
13:04:59 Selecting previously unselected package python3-pkg-resources.
13:04:59 OK
13:04:59 + '[' bullseye = sid ']'
13:04:59 ++ dpkg --print-architecture
13:04:59 + ARCH=arm64
13:04:59 + echo 'deb [arch=arm64] https://download.docker.com/linux/debian bullseye test'
13:04:59 + apt-get update
13:04:59 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb'.
13:04:59 Preparing to unpack .../22-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
13:04:59 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
13:04:59 Selecting previously unselected package libnghttp2-14:arm64.
13:04:59 Preparing to unpack .../23-libnghttp2-14_1.43.0-1build3_arm64.deb ...
13:04:59 Unpacking libnghttp2-14:arm64 (1.43.0-1build3) ...
13:04:59 Selecting previously unselected package libpsl5:arm64.
13:04:59 Preparing to unpack .../24-libpsl5_0.21.0-1.2build2_arm64.deb ...
13:04:59 Unpacking libpsl5:arm64 (0.21.0-1.2build2) ...
13:04:59 Selecting previously unselected package apt-transport-https.
13:04:59 Preparing to unpack .../25-apt-transport-https_2.4.8_all.deb ...
13:04:59 Unpacking apt-transport-https (2.4.8) ...
13:04:59 Selecting previously unselected package libbrotli1:arm64.
13:04:59 Preparing to unpack .../26-libbrotli1_1.0.9-2build6_arm64.deb ...
13:04:59 Unpacking libbrotli1:arm64 (1.0.9-2build6) ...
13:04:59 Selecting previously unselected package libsasl2-modules-db:arm64.
13:04:59 Preparing to unpack .../27-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.1_arm64.deb ...
13:04:59 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
13:04:59 Selecting previously unselected package libsasl2-2:arm64.
13:04:59 Preparing to unpack .../28-libsasl2-2_2.1.27+dfsg2-3ubuntu1.1_arm64.deb ...
13:04:59 Unpacking libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
13:04:59 Selecting previously unselected package libldap-2.5-0:arm64.
13:04:59 Preparing to unpack .../29-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_arm64.deb ...
13:04:59 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
13:04:59 Selecting previously unselected package librtmp1:arm64.
13:04:59 Preparing to unpack .../30-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ...
13:04:59 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
13:04:59 Selecting previously unselected package libssh-4:arm64.
13:04:59 Preparing to unpack .../31-libssh-4_0.9.6-2build1_arm64.deb ...
13:04:59 Unpacking libssh-4:arm64 (0.9.6-2build1) ...
13:04:59 Selecting previously unselected package libcurl4:arm64.
13:04:59 Preparing to unpack .../32-libcurl4_7.81.0-1ubuntu1.7_arm64.deb ...
13:04:59 Unpacking libcurl4:arm64 (7.81.0-1ubuntu1.7) ...
13:04:59 Selecting previously unselected package curl.
13:04:59 Preparing to unpack .../33-curl_7.81.0-1ubuntu1.7_arm64.deb ...
13:04:59 Unpacking curl (7.81.0-1ubuntu1.7) ...
13:04:59 Selecting previously unselected package libassuan0:arm64.
13:04:59 Preparing to unpack .../34-libassuan0_2.5.5-1build1_arm64.deb ...
13:04:59 Unpacking libassuan0:arm64 (2.5.5-1build1) ...
13:04:59 Selecting previously unselected package gpgconf.
13:04:59 Preparing to unpack .../35-gpgconf_2.2.27-3ubuntu2.1_arm64.deb ...
13:04:59 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
13:05:00 Hit:1 http://deb.debian.org/debian bullseye InRelease
13:05:00 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
13:05:00 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
13:05:00 Get:4 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB]
13:05:00 Selecting previously unselected package libksba8:arm64.
13:05:00 Preparing to unpack .../36-libksba8_1.6.0-2ubuntu0.2_arm64.deb ...
13:05:00 Unpacking libksba8:arm64 (1.6.0-2ubuntu0.2) ...
13:05:00 Selecting previously unselected package libnpth0:arm64.
13:05:00 Preparing to unpack .../37-libnpth0_1.6-3build2_arm64.deb ...
13:05:00 Unpacking libnpth0:arm64 (1.6-3build2) ...
13:05:00 Selecting previously unselected package dirmngr.
13:05:00 Preparing to unpack .../38-dirmngr_2.2.27-3ubuntu2.1_arm64.deb ...
13:05:00 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
13:05:00 Selecting previously unselected package libpackagekit-glib2-18:arm64.
13:05:00 Preparing to unpack .../39-libpackagekit-glib2-18_1.2.5-2ubuntu2_arm64.deb ...
13:05:00 Unpacking libpackagekit-glib2-18:arm64 (1.2.5-2ubuntu2) ...
13:05:00 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:05:00 Preparing to unpack .../40-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_arm64.deb ...
13:05:00 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
13:05:00 Selecting previously unselected package gnupg-l10n.
13:05:00 Preparing to unpack .../41-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
13:05:00 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
13:05:00 Selecting previously unselected package gnupg-utils.
13:05:00 Preparing to unpack .../42-gnupg-utils_2.2.27-3ubuntu2.1_arm64.deb ...
13:05:00 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
13:05:00 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
13:05:00 Get:5 https://download.docker.com/linux/debian bullseye/test arm64 Packages [21.3 kB]
13:05:00 Fetched 64.6 kB in 1s (85.1 kB/s)
13:05:00 Selecting previously unselected package gpg.
13:05:00 Preparing to unpack .../43-gpg_2.2.27-3ubuntu2.1_arm64.deb ...
13:05:00 Unpacking gpg (2.2.27-3ubuntu2.1) ...
13:05:00 Selecting previously unselected package pinentry-curses.
13:05:00 Preparing to unpack .../44-pinentry-curses_1.1.1-1build2_arm64.deb ...
13:05:00 Unpacking pinentry-curses (1.1.1-1build2) ...
13:05:00 Selecting previously unselected package gpg-agent.
13:05:00 Preparing to unpack .../45-gpg-agent_2.2.27-3ubuntu2.1_arm64.deb ...
13:05:00 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
13:05:00 Selecting previously unselected package gpg-wks-client.
13:05:00 Preparing to unpack .../46-gpg-wks-client_2.2.27-3ubuntu2.1_arm64.deb ...
13:05:00 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
13:05:00 Selecting previously unselected package gpg-wks-server.
13:05:00 Preparing to unpack .../47-gpg-wks-server_2.2.27-3ubuntu2.1_arm64.deb ...
13:05:00 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
13:05:00 Selecting previously unselected package gpgsm.
13:05:00 Preparing to unpack .../48-gpgsm_2.2.27-3ubuntu2.1_arm64.deb ...
13:05:00 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
13:05:00 Selecting previously unselected package gnupg.
13:05:00 Preparing to unpack .../49-gnupg_2.2.27-3ubuntu2.1_all.deb ...
13:05:00 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
13:05:00 Selecting previously unselected package libcurl3-gnutls:arm64.
13:05:00 Preparing to unpack .../50-libcurl3-gnutls_7.81.0-1ubuntu1.7_arm64.deb ...
13:05:00 Unpacking libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.7) ...
13:05:00 Selecting previously unselected package libstemmer0d:arm64.
13:05:00 Preparing to unpack .../51-libstemmer0d_2.2.0-1build1_arm64.deb ...
13:05:00 Unpacking libstemmer0d:arm64 (2.2.0-1build1) ...
13:05:00 Selecting previously unselected package libxmlb2:arm64.
13:05:00 Preparing to unpack .../52-libxmlb2_0.3.6-2build1_arm64.deb ...
13:05:00 Unpacking libxmlb2:arm64 (0.3.6-2build1) ...
13:05:00 Selecting previously unselected package libappstream4:arm64.
13:05:00 Preparing to unpack .../53-libappstream4_0.15.2-2_arm64.deb ...
13:05:00 Unpacking libappstream4:arm64 (0.15.2-2) ...
13:05:00 Selecting previously unselected package libdw1:arm64.
13:05:00 Preparing to unpack .../54-libdw1_0.186-1build1_arm64.deb ...
13:05:00 Unpacking libdw1:arm64 (0.186-1build1) ...
13:05:00 Selecting previously unselected package libglib2.0-bin.
13:05:00 Preparing to unpack .../55-libglib2.0-bin_2.72.4-0ubuntu1_arm64.deb ...
13:05:00 Unpacking libglib2.0-bin (2.72.4-0ubuntu1) ...
13:05:01 Selecting previously unselected package libunwind8:arm64.
13:05:01 Preparing to unpack .../56-libunwind8_1.3.2-2build2_arm64.deb ...
13:05:01 Unpacking libunwind8:arm64 (1.3.2-2build2) ...
13:05:01 Selecting previously unselected package libgstreamer1.0-0:arm64.
13:05:01 Preparing to unpack .../57-libgstreamer1.0-0_1.20.3-0ubuntu1_arm64.deb ...
13:05:01 Unpacking libgstreamer1.0-0:arm64 (1.20.3-0ubuntu1) ...
13:05:01 Selecting previously unselected package libpolkit-gobject-1-0:arm64.
13:05:01 Preparing to unpack .../58-libpolkit-gobject-1-0_0.105-33_arm64.deb ...
13:05:01 Unpacking libpolkit-gobject-1-0:arm64 (0.105-33) ...
13:05:01 Selecting previously unselected package libpolkit-agent-1-0:arm64.
13:05:01 Preparing to unpack .../59-libpolkit-agent-1-0_0.105-33_arm64.deb ...
13:05:01 Unpacking libpolkit-agent-1-0:arm64 (0.105-33) ...
13:05:01 Selecting previously unselected package polkitd.
13:05:01 Preparing to unpack .../60-polkitd_0.105-33_arm64.deb ...
13:05:01 Unpacking polkitd (0.105-33) ...
13:05:01 Reading package lists...
13:05:01 ++ find deb/debbuild/debian-bullseye/ -type f -name '*.deb'
13:05:01 + packages='deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb
13:05:01 deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb
13:05:01 deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb
13:05:01 deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_arm64.deb
13:05:01 deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb'
13:05:01 ++ echo 'deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb
13:05:01 deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb
13:05:01 deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb
13:05:01 deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_arm64.deb
13:05:01 deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb'
13:05:01 ++ xargs
13:05:01 ++ awk '$0="./"$0'
13:05:01 + packages='./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb'
13:05:01 + set -x
13:05:01 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb
13:05:01 Selecting previously unselected package docker-ce-rootless-extras.
13:05:01 (Reading database ... 9718 files and directories currently installed.)
13:05:01 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ...
13:05:01 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
13:05:01 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:05:01 Selecting previously unselected package pkexec.
13:05:01 Preparing to unpack .../61-pkexec_0.105-33_arm64.deb ...
13:05:01 Unpacking pkexec (0.105-33) ...
13:05:01 Selecting previously unselected package policykit-1.
13:05:01 Preparing to unpack .../62-policykit-1_0.105-33_arm64.deb ...
13:05:01 Unpacking policykit-1 (0.105-33) ...
13:05:01 Selecting previously unselected package python3-blinker.
13:05:01 Preparing to unpack .../63-python3-blinker_1.4+dfsg1-0.4_all.deb ...
13:05:01 Unpacking python3-blinker (1.4+dfsg1-0.4) ...
13:05:01 Selecting previously unselected package python3-cffi-backend:arm64.
13:05:01 Preparing to unpack .../64-python3-cffi-backend_1.15.0-1build2_arm64.deb ...
13:05:01 Unpacking python3-cffi-backend:arm64 (1.15.0-1build2) ...
13:05:01 Selecting previously unselected package python3-cryptography.
13:05:01 Preparing to unpack .../65-python3-cryptography_3.4.8-1ubuntu2_arm64.deb ...
13:05:01 Unpacking python3-cryptography (3.4.8-1ubuntu2) ...
13:05:01 Selecting previously unselected package python3-pyparsing.
13:05:01 Preparing to unpack .../66-python3-pyparsing_2.4.7-1_all.deb ...
13:05:01 Unpacking python3-pyparsing (2.4.7-1) ...
13:05:01 Selecting previously unselected package python3-httplib2.
13:05:01 Preparing to unpack .../67-python3-httplib2_0.20.2-2_all.deb ...
13:05:01 Unpacking python3-httplib2 (0.20.2-2) ...
13:05:01 Selecting previously unselected package python3-more-itertools.
13:05:01 Preparing to unpack .../68-python3-more-itertools_8.10.0-2_all.deb ...
13:05:01 Unpacking python3-more-itertools (8.10.0-2) ...
13:05:01 Selecting previously unselected package python3-zipp.
13:05:01 Preparing to unpack .../69-python3-zipp_1.0.0-3_all.deb ...
13:05:01 Unpacking python3-zipp (1.0.0-3) ...
13:05:01 Selecting previously unselected package python3-importlib-metadata.
13:05:01 Preparing to unpack .../70-python3-importlib-metadata_4.6.4-1_all.deb ...
13:05:01 Unpacking python3-importlib-metadata (4.6.4-1) ...
13:05:01 Selecting previously unselected package python3-jeepney.
13:05:01 Preparing to unpack .../71-python3-jeepney_0.7.1-3_all.deb ...
13:05:01 Unpacking python3-jeepney (0.7.1-3) ...
13:05:01 Selecting previously unselected package python3-jwt.
13:05:01 Preparing to unpack .../72-python3-jwt_2.3.0-1ubuntu0.2_all.deb ...
13:05:01 Unpacking python3-jwt (2.3.0-1ubuntu0.2) ...
13:05:01 Selecting previously unselected package docker-ce-cli.
13:05:01 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ...
13:05:01 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
13:05:01 + make IMAGE=ubuntu:focal verify
13:05:01 docker run  --rm -i \
13:05:01 	-v "$(pwd):/v" \
13:05:01 	-e DEBIAN_FRONTEND=noninteractive \
13:05:01 	-e PACKAGE_REPO=staging \
13:05:01 	-w /v \
13:05:01 	ubuntu:focal ./verify
13:05:01 Unable to find image 'ubuntu:focal' locally
13:05:01 Selecting previously unselected package python3-secretstorage.
13:05:01 Preparing to unpack .../73-python3-secretstorage_3.3.1-1_all.deb ...
13:05:01 Unpacking python3-secretstorage (3.3.1-1) ...
13:05:01 Selecting previously unselected package python3-keyring.
13:05:01 Preparing to unpack .../74-python3-keyring_23.5.0-1_all.deb ...
13:05:01 Unpacking python3-keyring (23.5.0-1) ...
13:05:01 Selecting previously unselected package python3-lazr.uri.
13:05:01 Preparing to unpack .../75-python3-lazr.uri_1.0.6-2_all.deb ...
13:05:01 Unpacking python3-lazr.uri (1.0.6-2) ...
13:05:01 Selecting previously unselected package python3-wadllib.
13:05:01 Preparing to unpack .../76-python3-wadllib_1.3.6-1_all.deb ...
13:05:01 Unpacking python3-wadllib (1.3.6-1) ...
13:05:01 Selecting previously unselected package python3-distro.
13:05:01 Preparing to unpack .../77-python3-distro_1.7.0-1_all.deb ...
13:05:01 Unpacking python3-distro (1.7.0-1) ...
13:05:01 Selecting previously unselected package python3-oauthlib.
13:05:01 Preparing to unpack .../78-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ...
13:05:01 Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ...
13:05:01 focal: Pulling from library/ubuntu
13:05:01 455c32d33260: Already exists
13:05:02 Selecting previously unselected package python3-six.
13:05:02 Preparing to unpack .../79-python3-six_1.16.0-3ubuntu1_all.deb ...
13:05:02 Unpacking python3-six (1.16.0-3ubuntu1) ...
13:05:02 Selecting previously unselected package python3-lazr.restfulclient.
13:05:02 Preparing to unpack .../80-python3-lazr.restfulclient_0.14.4-1_all.deb ...
13:05:02 Unpacking python3-lazr.restfulclient (0.14.4-1) ...
13:05:02 Selecting previously unselected package python3-launchpadlib.
13:05:02 Preparing to unpack .../81-python3-launchpadlib_1.10.16-1_all.deb ...
13:05:02 Unpacking python3-launchpadlib (1.10.16-1) ...
13:05:02 Selecting previously unselected package python3-software-properties.
13:05:02 Preparing to unpack .../82-python3-software-properties_0.99.22.5_all.deb ...
13:05:02 Unpacking python3-software-properties (0.99.22.5) ...
13:05:02 Selecting previously unselected package packagekit.
13:05:02 Preparing to unpack .../83-packagekit_1.2.5-2ubuntu2_arm64.deb ...
13:05:02 Unpacking packagekit (1.2.5-2ubuntu2) ...
13:05:02 Digest: sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d
13:05:02 Status: Downloaded newer image for ubuntu:focal
13:05:02 Selecting previously unselected package docker-ce.
13:05:02 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ...
13:05:02 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
13:05:02 Selecting previously unselected package software-properties-common.
13:05:02 Preparing to unpack .../84-software-properties-common_0.99.22.5_all.deb ...
13:05:02 Unpacking software-properties-common (0.99.22.5) ...
13:05:02 Selecting previously unselected package gnupg2.
13:05:02 Preparing to unpack .../85-gnupg2_2.2.27-3ubuntu2.1_all.deb ...
13:05:02 Unpacking gnupg2 (2.2.27-3ubuntu2.1) ...
13:05:02 Setting up libksba8:arm64 (1.6.0-2ubuntu0.2) ...
13:05:02 Setting up media-types (7.0.0) ...
13:05:02 Setting up systemd-sysv (249.11-0ubuntu3.6) ...
13:05:02 Setting up libpsl5:arm64 (0.21.0-1.2build2) ...
13:05:02 Setting up apt-transport-https (2.4.8) ...
13:05:02 Setting up libyaml-0-2:arm64 (0.2.2-1build2) ...
13:05:02 Setting up libglib2.0-0:arm64 (2.72.4-0ubuntu1) ...
13:05:02 No schema files found: doing nothing.
13:05:02 Setting up distro-info-data (0.52ubuntu0.2) ...
13:05:02 Setting up libxmlb2:arm64 (0.3.6-2build1) ...
13:05:02 Setting up libbrotli1:arm64 (1.0.9-2build6) ...
13:05:02 Setting up libsqlite3-0:arm64 (3.37.2-2ubuntu0.1) ...
13:05:02 Setting up libnghttp2-14:arm64 (1.43.0-1build3) ...
13:05:02 + verify
13:05:02 + dpkg --version
13:05:02 + verify_deb
13:05:02 + apt-get update
13:05:02 Setting up libpackagekit-glib2-18:arm64 (1.2.5-2ubuntu2) ...
13:05:02 Setting up libnpth0:arm64 (1.6-3build2) ...
13:05:02 Setting up libassuan0:arm64 (2.5.5-1build1) ...
13:05:02 Setting up libunwind8:arm64 (1.3.2-2build2) ...
13:05:02 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
13:05:02 Setting up libcap2-bin (1:2.44-1build3) ...
13:05:02 Setting up libglib2.0-data (2.72.4-0ubuntu1) ...
13:05:02 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
13:05:02 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
13:05:02 Setting up libdbus-1-3:arm64 (1.12.20-2ubuntu4.1) ...
13:05:02 Setting up dbus (1.12.20-2ubuntu4.1) ...
13:05:02 Setting up libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
13:05:02 Setting up libssh-4:arm64 (0.9.6-2build1) ...
13:05:02 Setting up python-apt-common (2.4.0) ...
13:05:02 Setting up libmpdec3:arm64 (2.5.1-2build2) ...
13:05:02 Setting up libpam-systemd:arm64 (249.11-0ubuntu3.6) ...
13:05:02 Setting up libgirepository-1.0-1:arm64 (1.72.0-1) ...
13:05:02 Setting up libstemmer0d:arm64 (2.2.0-1build1) ...
13:05:02 Setting up openssl (3.0.2-0ubuntu1.8) ...
13:05:02 Setting up libelf1:arm64 (0.186-1build1) ...
13:05:02 Setting up readline-common (8.1.2-1) ...
13:05:02 Setting up iso-codes (4.9.0-1) ...
13:05:02 Setting up libpolkit-gobject-1-0:arm64 (0.105-33) ...
13:05:02 Setting up libicu70:arm64 (70.1-2) ...
13:05:03 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
13:05:03 Setting up pinentry-curses (1.1.1-1build2) ...
13:05:03 Setting up libdw1:arm64 (0.186-1build1) ...
13:05:03 Setting up libreadline8:arm64 (8.1.2-1) ...
13:05:03 Setting up libglib2.0-bin (2.72.4-0ubuntu1) ...
13:05:03 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
13:05:03 Setting up libpython3.10-stdlib:arm64 (3.10.6-1~22.04.2) ...
13:05:03 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
13:05:03 Selecting previously unselected package docker-compose-plugin.
13:05:03 Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.11~bullseye_arm64.deb ...
13:05:03 Unpacking docker-compose-plugin (2.16.0-1~debian.11~bullseye) ...
13:05:03 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
13:05:03 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
13:05:03 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
13:05:03 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB]
13:05:03 Updating certificates in /etc/ssl/certs...
13:05:04 Selecting previously unselected package docker-buildx-plugin.
13:05:04 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb ...
13:05:04 Unpacking docker-buildx-plugin (0.10.2-1~debian.11~bullseye) ...
13:05:04 124 added, 0 removed; done.
13:05:04 Setting up gir1.2-glib-2.0:arm64 (1.72.0-1) ...
13:05:04 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
13:05:04 Setting up libcurl4:arm64 (7.81.0-1ubuntu1.7) ...
13:05:04 Setting up libpolkit-agent-1-0:arm64 (0.105-33) ...
13:05:04 Setting up curl (7.81.0-1ubuntu1.7) ...
13:05:04 Setting up libxml2:arm64 (2.9.13+dfsg-1ubuntu0.2) ...
13:05:04 Setting up polkitd (0.105-33) ...
13:05:04 Setting up gpg (2.2.27-3ubuntu2.1) ...
13:05:04 Setting up libgstreamer1.0-0:arm64 (1.20.3-0ubuntu1) ...
13:05:04 Setcap worked! gst-ptp-helper is not suid!
13:05:04 Setting up libpython3-stdlib:arm64 (3.10.6-1~22.04) ...
13:05:04 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
13:05:04 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
13:05:04 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB]
13:05:04 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB]
13:05:04 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B]
13:05:04 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [5240 B]
13:05:04 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1196 kB]
13:05:04 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2115 kB]
13:05:04 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [9068 B]
13:05:04 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [27.8 kB]
13:05:04 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [54.8 kB]
13:05:04 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [1727 kB]
13:05:04 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [898 kB]
13:05:04 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [5003 B]
13:05:04 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3252 B]
13:05:04 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
13:05:04 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
13:05:04 CentOS Stream 9 - Extras packages               8.4 kB/s |  10 kB     00:01    
13:05:04 Last metadata expiration check: 0:00:01 ago on Wed Feb  8 13:05:03 2023.
13:05:04 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
13:05:04 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
13:05:04 Setting up python3.10 (3.10.6-1~22.04.2) ...
13:05:05 Fetched 19.1 MB in 3s (7406 kB/s)
13:05:05 Dependencies resolved.
13:05:05 ================================================================================
13:05:05  Package                      Arch        Version              Repository  Size
13:05:05 ================================================================================
13:05:05 Installing:
13:05:05  dnf-plugins-core             noarch      4.3.0-4.el9          baseos      38 k
13:05:05 Installing dependencies:
13:05:05  dbus-libs                    aarch64     1:1.12.20-7.el9      baseos     150 k
13:05:05  python3-dateutil             noarch      1:2.8.1-6.el9        baseos     302 k
13:05:05  python3-dbus                 aarch64     1.2.18-2.el9         baseos     144 k
13:05:05  python3-dnf-plugins-core     noarch      4.3.0-4.el9          baseos     260 k
13:05:05  python3-six                  noarch      1.15.0-9.el9         baseos      37 k
13:05:05  python3-systemd              aarch64     234-18.el9           baseos      89 k
13:05:05  systemd-libs                 aarch64     252-3.el9            baseos     614 k
13:05:05 
13:05:05 Transaction Summary
13:05:05 ================================================================================
13:05:05 Install  8 Packages
13:05:05 
13:05:05 Total download size: 1.6 M
13:05:05 Installed size: 5.1 M
13:05:05 Downloading Packages:
13:05:05 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
13:05:05 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
13:05:05 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.16.0-0.fc37.aarch64.rpm
13:05:05 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YUYs5h
13:05:05 + umask 022
13:05:05 + cd /root/rpmbuild/BUILD
13:05:05 + cd src
13:05:05 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64
13:05:05 + RPM_EC=0
13:05:05 ++ jobs -p
13:05:05 + exit 0
13:05:05 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.uGK1oh
13:05:05 + umask 022
13:05:05 + cd /root/rpmbuild/BUILD
13:05:05 + rm -rf src src.gemspec
13:05:05 + RPM_EC=0
13:05:05 ++ jobs -p
13:05:05 + exit 0
13:05:05     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:05:05     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:05:05     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:05:05     source_date_epoch_from_changelog set but %changelog is missing
13:05:05     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/docker-proxy
13:05:05     source_date_epoch_from_changelog set but %changelog is missing
13:05:05     source_date_epoch_from_changelog set but %changelog is missing
13:05:05     source_date_epoch_from_changelog set but %changelog is missing
13:05:05     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:05:05     source_date_epoch_from_changelog set but %changelog is missing
13:05:05     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:05:05 
13:05:05 RPM build warnings:
13:05:05 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-37"
13:05:05 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:05:05 invoke-rc.d: could not determine current runlevel
13:05:05 invoke-rc.d: policy-rc.d denied execution of start.
13:05:05 Setting up docker-compose-plugin (2.16.0-1~debian.11~bullseye) ...
13:05:05 Setting up docker-buildx-plugin (0.10.2-1~debian.11~bullseye) ...
13:05:05 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
13:05:05 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:05:05  docker-ce-rootless-extras depends on dbus-user-session; however:
13:05:05   Package dbus-user-session is not installed.
13:05:05 
13:05:05 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb
13:05:05 (1/8): dbus-libs-1.12.20-7.el9.aarch64.rpm      483 kB/s | 150 kB     00:00    
13:05:05 (2/8): python3-dbus-1.2.18-2.el9.aarch64.rpm    4.1 MB/s | 144 kB     00:00    
13:05:05 (3/8): python3-dnf-plugins-core-4.3.0-4.el9.noa  16 MB/s | 260 kB     00:00    
13:05:05 (4/8): python3-six-1.15.0-9.el9.noarch.rpm      1.8 MB/s |  37 kB     00:00    
13:05:05 (5/8): python3-systemd-234-18.el9.aarch64.rpm   9.8 MB/s |  89 kB     00:00    
13:05:05 (6/8): systemd-libs-252-3.el9.aarch64.rpm        37 MB/s | 614 kB     00:00    
13:05:05 + make IMAGE=fedora:37 verify
13:05:05 docker run  --rm -i \
13:05:05 	-v "$(pwd):/v" \
13:05:05 	-e DEBIAN_FRONTEND=noninteractive \
13:05:05 	-e PACKAGE_REPO=staging \
13:05:05 	-w /v \
13:05:05 	fedora:37 ./verify
13:05:05 Unable to find image 'fedora:37' locally
13:05:05 37: Pulling from library/fedora
13:05:05 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
13:05:05 Setting up pkexec (0.105-33) ...
13:05:05 Setting up libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.7) ...
13:05:05 Setting up python3 (3.10.6-1~22.04) ...
13:05:05 Setting up libappstream4:arm64 (0.15.2-2) ...
13:05:05 Setting up python3-six (1.16.0-3ubuntu1) ...
13:05:05 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
13:05:05 (7/8): dnf-plugins-core-4.3.0-4.el9.noarch.rpm   57 kB/s |  38 kB     00:00    
13:05:05 Reading package lists...
13:05:05 030a67402fc8: Already exists
13:05:05 Digest: sha256:3487c98481d1bba7e769cf7bcecd6343c2d383fdd6bed34ec541b6b23ef07664
13:05:05 Status: Downloaded newer image for fedora:37
13:05:05 Reading package lists...
13:05:05 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:05:05 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
13:05:05 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
13:05:05 Setting up python3-pyparsing (2.4.7-1) ...
13:05:05 make[1]: Leaving directory '/root/build-deb'
13:05:05  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.buildinfo
13:05:05  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.changes
13:05:06 (8/8): python3-dateutil-2.8.1-6.el9.noarch.rpm  332 kB/s | 302 kB     00:00    
13:05:06 --------------------------------------------------------------------------------
13:05:06 Total                                           1.4 MB/s | 1.6 MB     00:01     
13:05:06 CentOS Stream 9 - BaseOS                        1.6 MB/s | 1.6 kB     00:00    
13:05:06 Importing GPG key 0x8483C65D:
13:05:06  Userid     : "CentOS (CentOS Official Signing Key) <security@centos.org>"
13:05:06  Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D
13:05:06  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
13:05:06 Key imported successfully
13:05:06 Building dependency tree...
13:05:06 Reading state information...
13:05:06 Correcting dependencies... Done
13:05:06 Setting up python3-gi (3.42.1-0ubuntu1) ...
13:05:06 Setting up python3-jeepney (0.7.1-3) ...
13:05:06 Running transaction check
13:05:06 Transaction check succeeded.
13:05:06 Running transaction test
13:05:06 Transaction test succeeded.
13:05:06 Running transaction
13:05:06 Skipping docker-ce, it is already installed and upgrade is not set.
13:05:06 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:05:06 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:05:06 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:05:06 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:05:06 The following additional packages will be installed:
13:05:06   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
13:05:06   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
13:05:06   libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
13:05:06   libpam-systemd libxtables12 netbase systemd systemd-sysv
13:05:06 Suggested packages:
13:05:06   firewalld kmod systemd-container policykit-1
13:05:06 Recommended packages:
13:05:06   nftables systemd-timesyncd | time-daemon libnss-systemd
13:05:06 The following NEW packages will be installed:
13:05:06   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
13:05:06   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
13:05:06   libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
13:05:06   libpam-systemd libxtables12 netbase systemd systemd-sysv
13:05:06 + verify
13:05:06 + dpkg --version
13:05:06 + rpm --version
13:05:06 + verify_rpm
13:05:06 ++ . /etc/os-release
13:05:06 +++ NAME='Fedora Linux'
13:05:06 +++ VERSION='37 (Container Image)'
13:05:06 +++ ID=fedora
13:05:06 +++ VERSION_ID=37
13:05:06 +++ VERSION_CODENAME=
13:05:06 +++ PLATFORM_ID=platform:f37
13:05:06 +++ PRETTY_NAME='Fedora Linux 37 (Container Image)'
13:05:06 +++ ANSI_COLOR='0;38;2;60;110;180'
13:05:06 +++ LOGO=fedora-logo-icon
13:05:06 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:37
13:05:06 +++ DEFAULT_HOSTNAME=fedora
13:05:06 +++ HOME_URL=https://fedoraproject.org/
13:05:06 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/
13:05:06 +++ SUPPORT_URL=https://ask.fedoraproject.org/
13:05:06 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:05:06 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
13:05:06 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=37
13:05:06 +++ REDHAT_SUPPORT_PRODUCT=Fedora
13:05:06 +++ REDHAT_SUPPORT_PRODUCT_VERSION=37
13:05:06 +++ SUPPORT_END=2023-11-14
13:05:06 +++ VARIANT='Container Image'
13:05:06 +++ VARIANT_ID=container
13:05:06 ++ echo fedora
13:05:06 + DIST_ID=fedora
13:05:06 ++ . /etc/os-release
13:05:06 +++ NAME='Fedora Linux'
13:05:06 +++ VERSION='37 (Container Image)'
13:05:06 +++ ID=fedora
13:05:06 +++ VERSION_ID=37
13:05:06 +++ VERSION_CODENAME=
13:05:06 +++ PLATFORM_ID=platform:f37
13:05:06 +++ PRETTY_NAME='Fedora Linux 37 (Container Image)'
13:05:06 +++ ANSI_COLOR='0;38;2;60;110;180'
13:05:06 +++ LOGO=fedora-logo-icon
13:05:06 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:37
13:05:06 +++ DEFAULT_HOSTNAME=fedora
13:05:06 +++ HOME_URL=https://fedoraproject.org/
13:05:06 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/
13:05:06 +++ SUPPORT_URL=https://ask.fedoraproject.org/
13:05:06 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:05:06 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
13:05:06 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=37
13:05:06 +++ REDHAT_SUPPORT_PRODUCT=Fedora
13:05:06 +++ REDHAT_SUPPORT_PRODUCT_VERSION=37
13:05:06 +++ SUPPORT_END=2023-11-14
13:05:06 +++ VARIANT='Container Image'
13:05:06 +++ VARIANT_ID=container
13:05:06 ++ cut -d. -f1
13:05:06 ++ echo 37
13:05:06 + DIST_VERSION=37
13:05:06 + pkg_manager=yum
13:05:06 + pkg_config_manager=yum-config-manager
13:05:06 + dnf --version
13:05:06 4.14.0
13:05:06   Installed: dnf-0:4.14.0-1.fc37.noarch at Sun Dec 11 05:49:05 2022
13:05:06   Built    : Fedora Project at Fri Sep  9 13:05:18 2022
13:05:06 
13:05:06   Installed: rpm-0:4.18.0-1.fc37.aarch64 at Sun Dec 11 05:49:04 2022
13:05:06   Built    : Fedora Project at Wed Sep 21 10:52:12 2022
13:05:06 + pkg_manager=dnf
13:05:06 + pkg_config_manager='dnf config-manager'
13:05:06 + dnf clean all
13:05:06 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
13:05:06 Setting up python3-httplib2 (0.20.2-2) ...
13:05:06 Setting up lsb-release (11.1.0ubuntu4) ...
13:05:06 Setting up policykit-1 (0.105-33) ...
13:05:06   Preparing        :                                                        1/1 
13:05:06   Installing       : systemd-libs-252-3.el9.aarch64                         1/8 
13:05:06   Running scriptlet: systemd-libs-252-3.el9.aarch64                         1/8 
13:05:06   Installing       : dbus-libs-1:1.12.20-7.el9.aarch64                      2/8 
13:05:06   Installing       : python3-dbus-1.2.18-2.el9.aarch64                      3/8 
13:05:06   Installing       : python3-systemd-234-18.el9.aarch64                     4/8 
13:05:06   Installing       : python3-six-1.15.0-9.el9.noarch                        5/8 
13:05:06   Installing       : python3-dateutil-1:2.8.1-6.el9.noarch                  6/8 
13:05:06   Installing       : python3-dnf-plugins-core-4.3.0-4.el9.noarch            7/8 
13:05:06   Installing       : dnf-plugins-core-4.3.0-4.el9.noarch                    8/8 
13:05:06 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded.
13:05:06 Need to get 26.1 MB of archives.
13:05:06 After this operation, 115 MB of additional disk space will be used.
13:05:06 Get:1 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
13:05:06 Get:2 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
13:05:06 Get:3 https://download.docker.com/linux/debian bullseye/test arm64 containerd.io arm64 1.6.16-1 [19.9 MB]
13:05:06 Get:4 http://deb.debian.org/debian bullseye/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB]
13:05:06 Get:5 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
13:05:06 Get:6 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
13:05:06 Get:7 http://deb.debian.org/debian bullseye/main arm64 libjson-c5 arm64 0.15-2 [41.6 kB]
13:05:06 Get:8 http://deb.debian.org/debian bullseye/main arm64 libcryptsetup12 arm64 2:2.3.7-1+deb11u1 [230 kB]
13:05:06 Get:9 http://deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
13:05:06 0 files removed
13:05:06 + dnf install -y 'dnf-command(config-manager)'
13:05:06 Setting up python3-cffi-backend:arm64 (1.15.0-1build2) ...
13:05:06 Setting up python3-blinker (1.4+dfsg1-0.4) ...
13:05:06 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
13:05:06 Reading package lists...
13:05:06   Running scriptlet: dnf-plugins-core-4.3.0-4.el9.noarch                    8/8 
13:05:06   Verifying        : dbus-libs-1:1.12.20-7.el9.aarch64                      1/8 
13:05:06   Verifying        : dnf-plugins-core-4.3.0-4.el9.noarch                    2/8 
13:05:06   Verifying        : python3-dateutil-1:2.8.1-6.el9.noarch                  3/8 
13:05:06   Verifying        : python3-dbus-1.2.18-2.el9.aarch64                      4/8 
13:05:06   Verifying        : python3-dnf-plugins-core-4.3.0-4.el9.noarch            5/8 
13:05:06   Verifying        : python3-six-1.15.0-9.el9.noarch                        6/8 
13:05:06   Verifying        : python3-systemd-234-18.el9.aarch64                     7/8 
13:05:06   Verifying        : systemd-libs-252-3.el9.aarch64                         8/8 
13:05:06 
13:05:06 Installed:
13:05:06   dbus-libs-1:1.12.20-7.el9.aarch64                                             
13:05:06   dnf-plugins-core-4.3.0-4.el9.noarch                                           
13:05:06   python3-dateutil-1:2.8.1-6.el9.noarch                                         
13:05:06   python3-dbus-1.2.18-2.el9.aarch64                                             
13:05:06   python3-dnf-plugins-core-4.3.0-4.el9.noarch                                   
13:05:06   python3-six-1.15.0-9.el9.noarch                                               
13:05:06   python3-systemd-234-18.el9.aarch64                                            
13:05:06   systemd-libs-252-3.el9.aarch64                                                
13:05:06 
13:05:06 Complete!
13:05:06 + case ${DIST_ID}:${DIST_VERSION} in
13:05:06 + install_rpm_containerd
13:05:06 + '[' staging = stage ']'
13:05:06 + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo
13:05:06 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo'
13:05:06 + dnf --version
13:05:06 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo
13:05:06 Get:10 http://deb.debian.org/debian bullseye/main arm64 libkmod2 arm64 28-1 [52.5 kB]
13:05:06 Get:11 http://deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7+deb11u1 [4153 kB]
13:05:06 Get:12 http://deb.debian.org/debian bullseye/main arm64 systemd-sysv arm64 247.3-7+deb11u1 [113 kB]
13:05:06 Get:13 http://deb.debian.org/debian bullseye/main arm64 dbus arm64 1.12.24-0+deb11u1 [232 kB]
13:05:06 Get:14 http://deb.debian.org/debian bullseye/main arm64 netbase all 6.3 [19.9 kB]
13:05:06 Get:15 http://deb.debian.org/debian bullseye/main arm64 libpam-systemd arm64 247.3-7+deb11u1 [274 kB]
13:05:06 Get:16 http://deb.debian.org/debian bullseye/main arm64 dbus-user-session arm64 1.12.24-0+deb11u1 [99.7 kB]
13:05:06 Get:17 http://deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
13:05:06 Get:18 http://deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
13:05:06 Get:19 http://deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
13:05:06 Get:20 http://deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
13:05:06 Get:21 http://deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
13:05:06 Get:22 http://deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
13:05:06 Get:23 http://deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
13:05:06 dpkg-genchanges: info: including full source code in upload
13:05:06  dpkg-source -I.git --after-build .
13:05:06 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:05:06 + destination=/build
13:05:06 + mkdir -p /build
13:05:06 + mv -v /root/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb /root/docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb /build
13:05:06 copied '/root/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb'
13:05:06 removed '/root/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb'
13:05:06 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'
13:05:06 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'
13:05:06 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'
13:05:06 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'
13:05:06 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc'
13:05:06 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc'
13:05:06 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz'
13:05:06 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz'
13:05:06 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.buildinfo'
13:05:06 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.buildinfo'
13:05:06 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.changes'
13:05:06 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.changes'
13:05:06 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'
13:05:06 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'
13:05:06 copied '/root/docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb' -> '/build/docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb'
13:05:06 removed '/root/docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb'
13:05:06 Setting up python3-more-itertools (8.10.0-2) ...
13:05:06 Setting up python3-dbus (1.2.18-3build1) ...
13:05:07 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb'.
13:05:07 Building dependency tree...
13:05:07 Reading state information...
13:05:07 4.14.0
13:05:07   Installed: dnf-0:4.14.0-4.el9.noarch at Tue Feb  7 09:35:34 2023
13:05:07   Built    : builder@centos.org at Fri Jan  6 14:23:17 2023
13:05:07 
13:05:07   Installed: rpm-0:4.16.1.3-22.el9.aarch64 at Tue Feb  7 09:35:30 2023
13:05:07   Built    : builder@centos.org at Mon Dec 19 23:58:04 2022
13:05:07 + dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
13:05:07 debconf: delaying package configuration, since apt-utils is not installed
13:05:07 Fetched 26.1 MB in 1s (49.4 MB/s)
13:05:07 Selecting previously unselected package libapparmor1:arm64.
13:05: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 ... 9944 files and directories currently installed.)
13:05:07 Preparing to unpack .../0-libapparmor1_2.13.6-10_arm64.deb ...
13:05:07 Unpacking libapparmor1:arm64 (2.13.6-10) ...
13:05:07 Selecting previously unselected package libcap2:arm64.
13:05:07 Preparing to unpack .../1-libcap2_1%3a2.44-1_arm64.deb ...
13:05:07 Unpacking libcap2:arm64 (1:2.44-1) ...
13:05:07 Selecting previously unselected package libargon2-1:arm64.
13:05:07 Preparing to unpack .../2-libargon2-1_0~20171227-0.2_arm64.deb ...
13:05:07 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
13:05:07 Selecting previously unselected package dmsetup.
13:05:07 Preparing to unpack .../3-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
13:05:07 Unpacking dmsetup (2:1.02.175-2.1) ...
13:05:07 Setting up python3-distro (1.7.0-1) ...
13:05:07 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
13:05:07 The following additional packages will be installed:
13:05:07   dbus dbus-user-session dconf-gsettings-backend dconf-service dirmngr
13:05:07   distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking
13:05:07   glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils
13:05:07   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
13:05:07   gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1
13:05:07   libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12
13:05:07   libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1
13:05:07   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
13:05:07   libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal
13:05:07   libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66
13:05:07   libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal
13:05:07   libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0
13:05:07   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd
13:05:07   libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5
13:05:07   libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8
13:05:07   libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1
13:05:07   libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libwind0-heimdal libxml2
13:05:07   libyaml-0-2 mime-support openssl packagekit pinentry-curses policykit-1
13:05:07   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:05:07   python3-dbus python3-gi python3-idna python3-minimal python3-pkg-resources
13:05:07   python3-requests python3-requests-unixsocket python3-six
13:05:07   python3-software-properties python3-urllib3 python3.8 python3.8-minimal
13:05:07   readline-common systemd systemd-sysv systemd-timesyncd tzdata
13:05:07 Suggested packages:
13:05:07   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc
13:05:07   krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
13:05:07   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
13:05:07   python3-setuptools python3-cryptography python3-openssl python3-socks
13:05:07   python3.8-venv python3.8-doc binutils binfmt-support readline-doc
13:05:07   systemd-container
13:05:07 Recommended packages:
13:05:07   libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales publicsuffix
13:05:07   libsasl2-modules file xz-utils packagekit-tools unattended-upgrades
13:05:07   networkd-dispatcher libnss-systemd
13:05:07 The following NEW packages will be installed:
13:05:07   apt-transport-https ca-certificates curl dbus dbus-user-session
13:05:07   dconf-gsettings-backend dconf-service dirmngr distro-info-data
13:05:07   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking
13:05:07   glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils
13:05:07   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
13:05:07   gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1
13:05:07   libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12
13:05:07   libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1
13:05:07   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
13:05:07   libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal
13:05:07   libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66
13:05:07   libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal
13:05:07   libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0
13:05:07   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd
13:05:07   libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5
13:05:07   libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8
13:05:07   libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1
13:05:07   libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libwind0-heimdal libxml2
13:05:07   libyaml-0-2 lsb-release mime-support openssl packagekit pinentry-curses
13:05:07   policykit-1 python-apt-common python3 python3-apt python3-certifi
13:05:07   python3-chardet python3-dbus python3-gi python3-idna python3-minimal
13:05:07   python3-pkg-resources python3-requests python3-requests-unixsocket
13:05:07   python3-six python3-software-properties python3-urllib3 python3.8
13:05:07   python3.8-minimal readline-common software-properties-common systemd
13:05:07   systemd-sysv systemd-timesyncd tzdata
13:05:07 Adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
13:05:07 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:05:07 Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
13:05:07 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
13:05:07 Selecting previously unselected package libjson-c5:arm64.
13:05:07 Preparing to unpack .../5-libjson-c5_0.15-2_arm64.deb ...
13:05:07 Unpacking libjson-c5:arm64 (0.15-2) ...
13:05:07 Selecting previously unselected package libcryptsetup12:arm64.
13:05:07 Preparing to unpack .../6-libcryptsetup12_2%3a2.3.7-1+deb11u1_arm64.deb ...
13:05:07 Unpacking libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
13:05:07 Selecting previously unselected package libip4tc2:arm64.
13:05:07 Preparing to unpack .../7-libip4tc2_1.8.7-1_arm64.deb ...
13:05:07 Unpacking libip4tc2:arm64 (1.8.7-1) ...
13:05:07 Selecting previously unselected package libkmod2:arm64.
13:05:07 Preparing to unpack .../8-libkmod2_28-1_arm64.deb ...
13:05:07 Unpacking libkmod2:arm64 (28-1) ...
13:05:07 Setting up python3-jwt (2.3.0-1ubuntu0.2) ...
13:05:07 Setting up python3-apt (2.4.0) ...
13:05:07 + dnf config-manager --set-disabled 'docker-ce-*'
13:05:07 Selecting previously unselected package systemd.
13:05:07 Preparing to unpack .../9-systemd_247.3-7+deb11u1_arm64.deb ...
13:05:07 Unpacking systemd (247.3-7+deb11u1) ...
13:05:07 # Build the compose plugin
13:05:07 cd /go/src/github.com/docker/compose \
13:05:07 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:05:07 make[2]: Entering directory '/root/build-deb/compose'
13:05:07 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:05:07 go: downloading github.com/docker/cli v23.0.0+incompatible
13:05:07 go: downloading github.com/theupdateframework/notary v0.7.0
13:05:07 go: downloading github.com/compose-spec/compose-go v1.9.0
13:05:07 go: downloading github.com/hashicorp/go-version v1.6.0
13:05:07 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:05:07 go: downloading github.com/docker/buildx v0.10.2
13:05:07 go: downloading github.com/mattn/go-shellwords v1.0.12
13:05:07 go: downloading github.com/moby/buildkit v0.11.2
13:05:07 go: downloading go.opentelemetry.io/otel v1.13.0
13:05:07 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:05:07 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:05:07 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:05:07 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:05:07 go: downloading golang.org/x/sync v0.1.0
13:05:07 go: downloading github.com/imdario/mergo v0.3.13
13:05:07 go: downloading github.com/containerd/console v1.0.3
13:05:07 go: downloading github.com/buger/goterm v1.0.4
13:05:07 go: downloading github.com/stretchr/testify v1.8.1
13:05:07 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:05:07 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:05:07 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:05:07 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:05:07 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:05:07 go: downloading google.golang.org/grpc v1.50.1
13:05:07 go: downloading k8s.io/client-go v0.22.4
13:05:07 go: downloading k8s.io/api v0.22.4
13:05:07 go: downloading k8s.io/apimachinery v0.22.4
13:05:07 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:05:07 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:05:07 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:05:07 go: downloading github.com/golang/mock v1.6.0
13:05:07 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:05:07 go: downloading github.com/hashicorp/errwrap v1.1.0
13:05:07 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:05:07 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:05:07 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:05:07 go: downloading golang.org/x/net v0.4.0
13:05:07 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:05:07 go: downloading golang.org/x/term v0.3.0
13:05:07 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:05:07 go: downloading github.com/mattn/go-runewidth v0.0.14
13:05:07 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:05:07 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:05:07 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:05:07 go: downloading github.com/go-logr/stdr v1.2.2
13:05:07 Setting up python3-lazr.uri (1.0.6-2) ...
13:05:07 Setting up python3-zipp (1.0.0-3) ...
13:05:07 make[1]: Leaving directory '/root/build-deb'
13:05:07  dpkg-genbuildinfo
13:05:07 + dnf config-manager --set-enabled docker-ce-test
13:05:07 0 upgraded, 119 newly installed, 0 to remove and 4 not upgraded.
13:05:07 Need to get 33.4 MB of archives.
13:05:07 After this operation, 141 MB of additional disk space will be used.
13:05:07 Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssl1.1 arm64 1.1.1f-1ubuntu2.17 [1158 kB]
13:05:07 Setting up libapparmor1:arm64 (2.13.6-10) ...
13:05:07 Setting up libcap2:arm64 (1:2.44-1) ...
13:05:07 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
13:05:07 Setting up libjson-c5:arm64 (0.15-2) ...
13:05:07 Setting up libip4tc2:arm64 (1.8.7-1) ...
13:05:07 Setting up libkmod2:arm64 (28-1) ...
13:05:07 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
13:05:07 Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
13:05:07 go: downloading github.com/containerd/typeurl v1.0.2
13:05:07 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:05:07 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:05:07 go: downloading github.com/gogo/googleapis v1.4.1
13:05:08 Setting up python3-cryptography (3.4.8-1ubuntu2) ...
13:05:08 + dnf makecache
13:05:08 Setting up systemd (247.3-7+deb11u1) ...
13:05:08 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:05:08 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:05:08 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:05:08 Initializing machine ID from random generator.
13:05:08 Setting up python3-wadllib (1.3.6-1) ...
13:05:08 Setting up gnupg (2.2.27-3ubuntu2.1) ...
13:05:08 Setting up packagekit (1.2.5-2ubuntu2) ...
13:05:08 invoke-rc.d: could not determine current runlevel
13:05:08 invoke-rc.d: policy-rc.d denied execution of force-reload.
13:05:08 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
13:05:08 Setting up dmsetup (2:1.02.175-2.1) ...
13:05:08 Selecting previously unselected package systemd-sysv.
13:05: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 ... 10793 files and directories currently installed.)
13:05:08 Preparing to unpack .../00-systemd-sysv_247.3-7+deb11u1_arm64.deb ...
13:05:08 Unpacking systemd-sysv (247.3-7+deb11u1) ...
13:05:08 Selecting previously unselected package dbus.
13:05:08 Preparing to unpack .../01-dbus_1.12.24-0+deb11u1_arm64.deb ...
13:05:08 Unpacking dbus (1.12.24-0+deb11u1) ...
13:05:08 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpython3.8-minimal arm64 3.8.10-0ubuntu1~20.04.6 [714 kB]
13:05:08 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libexpat1 arm64 2.2.9-1ubuntu0.6 [62.5 kB]
13:05:08 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3.8-minimal arm64 3.8.10-0ubuntu1~20.04.6 [1833 kB]
13:05:08 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-minimal arm64 3.8.2-0ubuntu2 [23.6 kB]
13:05:08 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 mime-support all 3.64ubuntu1 [30.6 kB]
13:05:08 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpdec2 arm64 2.4.2-3 [79.6 kB]
13:05:08 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 readline-common all 8.0-4 [53.5 kB]
13:05:08 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libreadline8 arm64 8.0-4 [123 kB]
13:05:08 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
13:05:08 Setting up gnupg2 (2.2.27-3ubuntu2.1) ...
13:05:08 Setting up python3-importlib-metadata (4.6.4-1) ...
13:05:08 Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ...
13:05:08 Selecting previously unselected package netbase.
13:05:08 Preparing to unpack .../02-netbase_6.3_all.deb ...
13:05:08 Unpacking netbase (6.3) ...
13:05:08 Selecting previously unselected package libpam-systemd:arm64.
13:05:08 Preparing to unpack .../03-libpam-systemd_247.3-7+deb11u1_arm64.deb ...
13:05:08 Unpacking libpam-systemd:arm64 (247.3-7+deb11u1) ...
13:05:08 Selecting previously unselected package containerd.io.
13:05:08 Preparing to unpack .../04-containerd.io_1.6.16-1_arm64.deb ...
13:05:08 Unpacking containerd.io (1.6.16-1) ...
13:05:08 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsqlite3-0 arm64 3.31.1-4ubuntu0.5 [506 kB]
13:05:08 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpython3.8-stdlib arm64 3.8.10-0ubuntu1~20.04.6 [1648 kB]
13:05:08 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3.8 arm64 3.8.10-0ubuntu1~20.04.6 [387 kB]
13:05:08 Get:13 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpython3-stdlib arm64 3.8.2-0ubuntu2 [7068 B]
13:05:08 Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3 arm64 3.8.2-0ubuntu2 [47.6 kB]
13:05:08 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libapparmor1 arm64 2.13.3-7ubuntu5.1 [32.9 kB]
13:05:08 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcap2 arm64 1:2.32-1 [15.5 kB]
13:05:08 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.4 kB]
13:05:08 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper1.02.1 arm64 2:1.02.167-1ubuntu1 [110 kB]
13:05:08 Get:19 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libjson-c4 arm64 0.13.1+dfsg-7ubuntu0.3 [28.3 kB]
13:05:08 Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcryptsetup12 arm64 2:2.2.2-3ubuntu2.4 [152 kB]
13:05:08 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libip4tc2 arm64 1.8.4-3ubuntu2 [18.4 kB]
13:05:08 Get:22 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkmod2 arm64 27-1ubuntu2.1 [41.9 kB]
13:05:08 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 systemd-timesyncd arm64 245.4-4ubuntu3.19 [26.2 kB]
13:05:08 Get:24 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 systemd arm64 245.4-4ubuntu3.19 [3498 kB]
13:05:08 CentOS Stream 9 - BaseOS                         17 kB/s | 7.4 kB     00:00    
13:05:08 Setting up python3-secretstorage (3.3.1-1) ...
13:05:08 Setting up python3-keyring (23.5.0-1) ...
13:05:08  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.changes
13:05:09 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 systemd-sysv arm64 245.4-4ubuntu3.19 [10.3 kB]
13:05:09 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 openssl arm64 1.1.1f-1ubuntu2.17 [599 kB]
13:05:09 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
13:05:09 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdbus-1-3 arm64 1.12.16-2ubuntu2.3 [169 kB]
13:05:09 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dbus arm64 1.12.16-2ubuntu2.3 [142 kB]
13:05:09 Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 distro-info-data all 0.43ubuntu1.11 [4672 B]
13:05:09 Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-0 arm64 2.64.6-1~ubuntu20.04.4 [1200 kB]
13:05:09 Get:32 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgirepository-1.0-1 arm64 1.64.1-1~ubuntu20.04.1 [77.0 kB]
13:05:09 Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gir1.2-glib-2.0 arm64 1.64.1-1~ubuntu20.04.1 [134 kB]
13:05:09 Get:34 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcap2-bin arm64 1:2.32-1 [25.7 kB]
13:05:09 Get:35 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libelf1 arm64 0.176-1.1build1 [44.2 kB]
13:05:09 CentOS Stream 9 - AppStream                      26 kB/s | 7.5 kB     00:00    
13:05:09 Setting up python3-lazr.restfulclient (0.14.4-1) ...
13:05:09 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:05:09 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
13:05:09 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libicu66 arm64 66.1-2ubuntu2.1 [8360 kB]
13:05:09 Setting up python3-launchpadlib (1.10.16-1) ...
13:05:09 Setting up python3-software-properties (0.99.22.5) ...
13:05:09 Setting up software-properties-common (0.99.22.5) ...
13:05:09 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
13:05:09 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
13:05:09 Updating certificates in /etc/ssl/certs...
13:05:09 Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpam-systemd arm64 245.4-4ubuntu3.19 [175 kB]
13:05:09 Get:40 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxml2 arm64 2.9.10+dfsg-5ubuntu0.20.04.5 [570 kB]
13:05:09 Get:41 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libyaml-0-2 arm64 0.2.2-1 [44.4 kB]
13:05:09 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
13:05:09 Get:43 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-dbus arm64 1.2.16-1build1 [91.4 kB]
13:05:09 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-gi arm64 3.36.0-1 [159 kB]
13:05:09 Get:45 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
13:05:09 Get:46 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-six all 1.14.0-2 [12.1 kB]
13:05:09 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 iso-codes all 4.4-1 [2695 kB]
13:05:09 Get:48 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5support0 arm64 1.17-6ubuntu4.2 [30.5 kB]
13:05:09 Get:49 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libk5crypto3 arm64 1.17-6ubuntu4.2 [80.4 kB]
13:05:09 Get:50 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkeyutils1 arm64 1.6-6ubuntu1.1 [10.1 kB]
13:05:09 Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-3 arm64 1.17-6ubuntu4.2 [312 kB]
13:05:09 Get:52 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi-krb5-2 arm64 1.17-6ubuntu4.2 [113 kB]
13:05:09 Get:53 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblmdb0 arm64 0.9.24-1 [43.1 kB]
13:05:09 Get:54 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpolkit-gobject-1-0 arm64 0.105-26ubuntu1.3 [37.4 kB]
13:05:09 Get:55 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpsl5 arm64 0.21.0-1ubuntu1 [51.3 kB]
13:05:09 Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python-apt-common all 2.0.1 [17.0 kB]
13:05:09 CentOS Stream 9 - Extras packages                18 kB/s | 8.0 kB     00:00    
13:05:09 dpkg-genchanges: info: including full source code in upload
13:05:09  dpkg-source -I.git --after-build .
13:05:09 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:05:09 + destination=/build
13:05:09 + mkdir -p /build
13:05:09 + mv -v /root/docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb /root/docker-compose-plugin_2.16.0-1~debian.10~buster_arm64.deb /build
13:05:09 go: downloading github.com/pelletier/go-toml v1.9.5
13:05:09 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:05:09 go: downloading k8s.io/klog/v2 v2.60.1
13:05:09 go: downloading github.com/google/gofuzz v1.2.0
13:05:09 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:05:09 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:05:09 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:05:09 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:05:09 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:05:09 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:05:09 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:05:09 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:05:09 go: downloading github.com/aws/smithy-go v1.11.2
13:05:09 Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-apt arm64 2.0.1 [147 kB]
13:05:09 Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 apt-transport-https all 2.0.9 [1704 B]
13:05:09 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libbrotli1 arm64 1.0.7-6ubuntu0.1 [257 kB]
13:05:09 Get:60 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libroken18-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [40.1 kB]
13:05:09 Get:61 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libasn1-8-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [150 kB]
13:05:09 Get:62 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libheimbase1-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [28.6 kB]
13:05:09 Get:63 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhcrypto4-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [85.8 kB]
13:05:09 Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwind0-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [47.4 kB]
13:05:09 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhx509-5-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [99.0 kB]
13:05:09 Get:66 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-26-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [192 kB]
13:05:09 Get:67 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libheimntlm0-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [14.7 kB]
13:05:09 Get:68 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi3-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [88.3 kB]
13:05:09 Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2ubuntu0.1 [14.9 kB]
13:05:09 Get:70 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2ubuntu0.1 [48.4 kB]
13:05:09 Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
13:05:09 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libldap-2.4-2 arm64 2.4.49+dfsg-2ubuntu1.9 [145 kB]
13:05:09 Get:73 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnghttp2-14 arm64 1.40.0-1build1 [74.7 kB]
13:05:09 Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build1 [53.3 kB]
13:05:09 Get:75 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssh-4 arm64 0.9.3-2ubuntu2.2 [159 kB]
13:05:09 Get:76 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl4 arm64 7.68.0-1ubuntu2.15 [215 kB]
13:05:09 Get:77 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 curl arm64 7.68.0-1ubuntu2.15 [157 kB]
13:05:09 Get:78 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dbus-user-session arm64 1.12.16-2ubuntu2.3 [9424 B]
13:05:09 copied '/root/docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb'
13:05:09 removed '/root/docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb'
13:05:09 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb'
13:05:09 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb'
13:05:09 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb'
13:05:09 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb'
13:05:09 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc'
13:05:09 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc'
13:05:09 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz'
13:05:09 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz'
13:05:09 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.buildinfo'
13:05:09 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.buildinfo'
13:05:09 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.changes'
13:05:09 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.changes'
13:05:09 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb'
13:05:09 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb'
13:05:09 copied '/root/docker-compose-plugin_2.16.0-1~debian.10~buster_arm64.deb' -> '/build/docker-compose-plugin_2.16.0-1~debian.10~buster_arm64.deb'
13:05:09 removed '/root/docker-compose-plugin_2.16.0-1~debian.10~buster_arm64.deb'
13:05:10 go: downloading github.com/moby/locker v1.0.1
13:05:10 go: downloading github.com/felixge/httpsnoop v1.0.2
13:05:10 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:05:10 go: downloading gopkg.in/inf.v0 v0.9.1
13:05:10 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:05:10 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:05:10 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:05:10 go: downloading github.com/googleapis/gnostic v0.5.5
13:05:10 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:05:10 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:05:10 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:05:10 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:05:10 go: downloading github.com/json-iterator/go v1.1.12
13:05:10 0 added, 0 removed; done.
13:05:10 Running hooks in /etc/ca-certificates/update.d...
13:05:10 done.
13:05:10 Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
13:05:10 ++ source /etc/os-release
13:05:10 +++ PRETTY_NAME='Ubuntu 22.04.1 LTS'
13:05:10 +++ NAME=Ubuntu
13:05:10 +++ VERSION_ID=22.04
13:05:10 +++ VERSION='22.04.1 LTS (Jammy Jellyfish)'
13:05:10 +++ VERSION_CODENAME=jammy
13:05:10 +++ ID=ubuntu
13:05:10 +++ ID_LIKE=debian
13:05:10 +++ HOME_URL=https://www.ubuntu.com/
13:05:10 +++ SUPPORT_URL=https://help.ubuntu.com/
13:05:10 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
13:05:10 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
13:05:10 +++ UBUNTU_CODENAME=jammy
13:05:10 ++ echo ubuntu
13:05:10 + DIST_ID=ubuntu
13:05:10 ++ lsb_release -sc
13:05:10 + DIST_VERSION=jammy
13:05:10 + '[' jammy = sid ']'
13:05:10 + install_debian_containerd
13:05:10 + '[' staging = stage ']'
13:05:10 + REPO_URL=https://download.docker.com/linux/ubuntu
13:05:10 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
13:05:10 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
13:05:10 + update-ca-certificates -f
13:05:10 Clearing symlinks in /etc/ssl/certs...
13:05:10 Docker CE Test - aarch64                         39 kB/s |  22 kB     00:00    
13:05:10 Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdconf1 arm64 0.36.0-1 [35.9 kB]
13:05:10 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dconf-service arm64 0.36.0-1 [27.8 kB]
13:05:10 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dconf-gsettings-backend arm64 0.36.0-1 [20.9 kB]
13:05:10 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libassuan0 arm64 2.5.3-7ubuntu2 [33.1 kB]
13:05:10 Get:83 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgconf arm64 2.2.19-3ubuntu2.2 [117 kB]
13:05:10 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libksba8 arm64 1.3.5-2ubuntu0.20.04.2 [89.1 kB]
13:05:10 Get:85 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnpth0 arm64 1.6-1 [7440 B]
13:05:10 Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dirmngr arm64 2.2.19-3ubuntu2.2 [311 kB]
13:05:10 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpackagekit-glib2-18 arm64 1.1.13-2ubuntu1.1 [92.8 kB]
13:05:10 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gir1.2-packagekitglib-1.0 arm64 1.1.13-2ubuntu1.1 [21.6 kB]
13:05:10 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libproxy1v5 arm64 0.4.15-10ubuntu1.2 [44.8 kB]
13:05:10 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 glib-networking-common all 2.64.2-1ubuntu0.1 [5040 B]
13:05:10 Get:91 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 glib-networking-services arm64 2.64.2-1ubuntu0.1 [10.4 kB]
13:05:10 Get:92 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gsettings-desktop-schemas all 3.36.0-1ubuntu1 [29.0 kB]
13:05:10 Get:93 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 glib-networking arm64 2.64.2-1ubuntu0.1 [55.1 kB]
13:05:10 Get:94 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
13:05:10 Get:95 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-utils arm64 2.2.19-3ubuntu2.2 [441 kB]
13:05:10 Get:96 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg arm64 2.2.19-3ubuntu2.2 [442 kB]
13:05:10 Get:97 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pinentry-curses arm64 1.1.0-3build1 [34.3 kB]
13:05:10 Get:98 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-agent arm64 2.2.19-3ubuntu2.2 [216 kB]
13:05:10 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bookworm"
13:05:10 go: downloading github.com/mattn/go-colorable v0.1.12
13:05:10 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:05:10 go: downloading github.com/containerd/ttrpc v1.1.0
13:05:10 go: downloading github.com/modern-go/reflect2 v1.0.2
13:05:10 go: downloading sigs.k8s.io/yaml v1.2.0
13:05:10 go: downloading github.com/moby/spdystream v0.2.0
13:05:10 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:05:10 go: downloading github.com/mattn/go-isatty v0.0.16
13:05:10 done.
13:05:10 Updating certificates in /etc/ssl/certs...
13:05:10 Metadata cache created.
13:05:10 Get:99 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-wks-client arm64 2.2.19-3ubuntu2.2 [89.4 kB]
13:05:10 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-wks-server arm64 2.2.19-3ubuntu2.2 [83.1 kB]
13:05:10 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgsm arm64 2.2.19-3ubuntu2.2 [198 kB]
13:05:10 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg all 2.2.19-3ubuntu2.2 [259 kB]
13:05:10 # Build the compose plugin
13:05:10 cd /go/src/github.com/docker/compose \
13:05:10 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:05:10 make[2]: Entering directory '/root/build-deb/compose'
13:05:10 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:05:10 go: downloading github.com/docker/cli v23.0.0+incompatible
13:05:10 go: downloading github.com/theupdateframework/notary v0.7.0
13:05:10 go: downloading github.com/compose-spec/compose-go v1.9.0
13:05:10 go: downloading github.com/hashicorp/go-version v1.6.0
13:05:10 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:05:10 go: downloading github.com/docker/buildx v0.10.2
13:05:10 go: downloading github.com/mattn/go-shellwords v1.0.12
13:05:10 go: downloading github.com/moby/buildkit v0.11.2
13:05:10 go: downloading go.opentelemetry.io/otel v1.13.0
13:05:10 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:05:10 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:05:10 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:05:10 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:05:10 go: downloading golang.org/x/sync v0.1.0
13:05:10 go: downloading github.com/imdario/mergo v0.3.13
13:05:10 go: downloading github.com/containerd/console v1.0.3
13:05:10 go: downloading github.com/buger/goterm v1.0.4
13:05:10 go: downloading github.com/stretchr/testify v1.8.1
13:05:10 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:05:10 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:05:10 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:05:10 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:05:10 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:05:10 go: downloading google.golang.org/grpc v1.50.1
13:05:10 go: downloading k8s.io/client-go v0.22.4
13:05:10 go: downloading k8s.io/api v0.22.4
13:05:10 go: downloading k8s.io/apimachinery v0.22.4
13:05:10 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:05:10 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:05:10 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:05:10 go: downloading github.com/golang/mock v1.6.0
13:05:10 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:05:10 go: downloading github.com/hashicorp/errwrap v1.1.0
13:05:10 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:05:10 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:05:10 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:05:10 go: downloading golang.org/x/net v0.4.0
13:05:10 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:05:10 go: downloading golang.org/x/term v0.3.0
13:05:10 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:05:10 go: downloading github.com/mattn/go-runewidth v0.0.14
13:05:10 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:05:10 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:05:10 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:05:10 go: downloading github.com/go-logr/stdr v1.2.2
13:05:10 go: downloading github.com/containerd/typeurl v1.0.2
13:05:10 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:05:10 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:05:10 go: downloading github.com/gogo/googleapis v1.4.1
13:05:10 Selecting previously unselected package dbus-user-session.
13:05:10 Preparing to unpack .../05-dbus-user-session_1.12.24-0+deb11u1_arm64.deb ...
13:05:10 Unpacking dbus-user-session (1.12.24-0+deb11u1) ...
13:05:10 Selecting previously unselected package libip6tc2:arm64.
13:05:10 Preparing to unpack .../06-libip6tc2_1.8.7-1_arm64.deb ...
13:05:10 Unpacking libip6tc2:arm64 (1.8.7-1) ...
13:05:10 Selecting previously unselected package libxtables12:arm64.
13:05:10 Preparing to unpack .../07-libxtables12_1.8.7-1_arm64.deb ...
13:05:10 Unpacking libxtables12:arm64 (1.8.7-1) ...
13:05:10 Selecting previously unselected package libmnl0:arm64.
13:05:10 Preparing to unpack .../08-libmnl0_1.0.4-3_arm64.deb ...
13:05:10 Unpacking libmnl0:arm64 (1.0.4-3) ...
13:05:10 Selecting previously unselected package libnfnetlink0:arm64.
13:05:10 Preparing to unpack .../09-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
13:05:10 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
13:05:10 Selecting previously unselected package libnetfilter-conntrack3:arm64.
13:05:10 Preparing to unpack .../10-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
13:05:10 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
13:05:10 Selecting previously unselected package libnftnl11:arm64.
13:05:10 Preparing to unpack .../11-libnftnl11_1.1.9-1_arm64.deb ...
13:05:10 Unpacking libnftnl11:arm64 (1.1.9-1) ...
13:05:10 Selecting previously unselected package iptables.
13:05:10 Preparing to unpack .../12-iptables_1.8.7-1_arm64.deb ...
13:05:10 Unpacking iptables (1.8.7-1) ...
13:05:10 Setting up systemd-sysv (247.3-7+deb11u1) ...
13:05:10 Setting up libip6tc2:arm64 (1.8.7-1) ...
13:05:10 Setting up dbus (1.12.24-0+deb11u1) ...
13:05:10 + echo '[DEBUG] Installing engine rpms'
13:05:10 [DEBUG] Installing engine rpms
13:05:10 ++ find rpm/rpmbuild/centos-9/RPMS/ -type f -name '*.rpm'
13:05:10 ++ sed /src/d
13:05:10 + packages='rpm/rpmbuild/centos-9/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el9.aarch64.rpm
13:05:10 rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64.rpm
13:05:10 rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64.rpm
13:05:10 rpm/rpmbuild/centos-9/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el9.aarch64.rpm
13:05:10 rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64.rpm'
13:05:10 + set -x
13:05:10 ++ source /etc/os-release
13:05:10 +++ NAME='CentOS Stream'
13:05:10 +++ VERSION=9
13:05:10 +++ ID=centos
13:05:10 +++ ID_LIKE='rhel fedora'
13:05:10 +++ VERSION_ID=9
13:05:10 +++ PLATFORM_ID=platform:el9
13:05:10 +++ PRETTY_NAME='CentOS Stream 9'
13:05:10 +++ ANSI_COLOR='0;31'
13:05:10 +++ LOGO=fedora-logo-icon
13:05:10 +++ CPE_NAME=cpe:/o:centos:centos:9
13:05:10 +++ HOME_URL=https://centos.org/
13:05:10 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:05:10 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9'
13:05:10 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
13:05:10 ++ echo 'CentOS Stream'
13:05:10 + product_version='CentOS Stream'
13:05:10 + '[' 'CentOS Stream' = rawhide ']'
13:05:10 + dnf install -y rpm/rpmbuild/centos-9/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64.rpm
13:05:10 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:05:10 invoke-rc.d: could not determine current runlevel
13:05:10 invoke-rc.d: policy-rc.d denied execution of start.
13:05:10 Setting up libmnl0:arm64 (1.0.4-3) ...
13:05:10 Setting up containerd.io (1.6.16-1) ...
13:05:10 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:05:10 Setting up libxtables12:arm64 (1.8.7-1) ...
13:05:10 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:05:11 Get:103 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsoup2.4-1 arm64 2.70.0-1 [245 kB]
13:05:11 Get:104 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstemmer0d arm64 0+svn585-2 [60.6 kB]
13:05:11 Get:105 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libappstream4 arm64 0.12.10-2 [120 kB]
13:05:11 Get:106 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-bin arm64 2.64.6-1~ubuntu20.04.4 [69.2 kB]
13:05:11 Get:107 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgstreamer1.0-0 arm64 1.16.3-0ubuntu1.1 [803 kB]
13:05:11 Setting up libpam-systemd:arm64 (247.3-7+deb11u1) ...
13:05:11 Setting up netbase (6.3) ...
13:05:11 Setting up libnftnl11:arm64 (1.1.9-1) ...
13:05:11 Setting up dbus-user-session (1.12.24-0+deb11u1) ...
13:05:11 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
13:05:11 Setting up iptables (1.8.7-1) ...
13:05:11 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:05:11 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:05:11 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:05:11 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:05:11 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:05:11 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:05:11 Processing triggers for libc-bin (2.31-13+deb11u5) ...
13:05:11 + make IMAGE=debian:bookworm verify
13:05:11 docker run  --rm -i \
13:05:11 	-v "$(pwd):/v" \
13:05:11 	-e DEBIAN_FRONTEND=noninteractive \
13:05:11 	-e PACKAGE_REPO=staging \
13:05:11 	-w /v \
13:05:11 	debian:bookworm ./verify
13:05:11 Unable to find image 'debian:bookworm' locally
13:05:11 Dependencies resolved.
13:05:11 ===================================================================================================
13:05:11  Package                        Arch     Version                              Repository       Size
13:05:11 ===================================================================================================
13:05:11 Installing:
13:05:11  docker-buildx-plugin           aarch64  0.10.2-0.el9                         @commandline     11 M
13:05:11  docker-ce                      aarch64  3:0.0.0~20230206193855.ab4ef4a-0.el9 @commandline     15 M
13:05:11  docker-ce-cli                  aarch64  1:0.0.0~20230206193855.ab4ef4a-0.el9 @commandline    6.4 M
13:05:11  docker-ce-rootless-extras      aarch64  0.0.0~20230206193855.ab4ef4a-0.el9   @commandline    3.4 M
13:05:11  docker-compose-plugin          aarch64  2.16.0-0.el9                         @commandline    9.5 M
13:05:11 Installing dependencies:
13:05:11  acl                            aarch64  2.3.1-3.el9                          baseos           73 k
13:05:11  checkpolicy                    aarch64  3.5-0.rc2.1.el9                      appstream       342 k
13:05:11  container-selinux              noarch   3:2.199.0-1.el9                      appstream        51 k
13:05:11  containerd.io                  aarch64  1.6.16-3.1.el9                       docker-ce-test   24 M
13:05:11  cracklib                       aarch64  2.9.6-27.el9                         baseos           95 k
13:05:11  cracklib-dicts                 aarch64  2.9.6-27.el9                         baseos          3.6 M
13:05:11  dbus                           aarch64  1:1.12.20-7.el9                      baseos          3.9 k
13:05:11  dbus-broker                    aarch64  28-7.el9                             baseos          166 k
13:05:11  dbus-common                    noarch   1:1.12.20-7.el9                      baseos           15 k
13:05:11  device-mapper                  aarch64  9:1.02.187-4.el9                     baseos          138 k
13:05:11  device-mapper-libs             aarch64  9:1.02.187-4.el9                     baseos          172 k
13:05:11  diffutils                      aarch64  3.7-12.el9                           baseos          392 k
13:05:11  fuse-common                    aarch64  3.10.2-5.el9                         baseos          9.0 k
13:05:11  fuse-overlayfs                 aarch64  1.10-1.el9                           appstream        68 k
13:05:11  fuse3                          aarch64  3.10.2-5.el9                         appstream        54 k
13:05:11  fuse3-libs                     aarch64  3.10.2-5.el9                         appstream        90 k
13:05:11  iptables-libs                  aarch64  1.8.8-6.el9                          baseos          466 k
13:05:11  iptables-nft                   aarch64  1.8.8-6.el9                          baseos          201 k
13:05:11  kmod                           aarch64  28-7.el9                             baseos          125 k
13:05:11  kmod-libs                      aarch64  28-7.el9                             baseos           63 k
13:05:11  libdb                          aarch64  5.3.28-53.el9                        baseos          712 k
13:05:11  libeconf                       aarch64  0.4.1-2.el9                          baseos           27 k
13:05:11  libfdisk                       aarch64  2.37.4-9.el9                         baseos          149 k
13:05:11  libibverbs                     aarch64  44.0-2.el9                           baseos          382 k
13:05:11  libmnl                         aarch64  1.0.4-15.el9                         baseos           28 k
13:05:11  libnetfilter_conntrack         aarch64  1.0.9-1.el9                          baseos           58 k
13:05:11  libnfnetlink                   aarch64  1.0.1-21.el9                         baseos           29 k
13:05:11  libnftnl                       aarch64  1.2.2-1.el9                          baseos           81 k
13:05:11  libnl3                         aarch64  3.7.0-1.el9                          baseos          338 k
13:05:11  libpcap                        aarch64  14:1.10.0-4.el9                      baseos          169 k
13:05:11  libpwquality                   aarch64  1.4.4-8.el9                          baseos          119 k
13:05:11  libseccomp                     aarch64  2.5.2-2.el9                          baseos           72 k
13:05:11  libselinux-utils               aarch64  3.5-0.rc2.1.el9                      baseos          181 k
13:05:11  libslirp                       aarch64  4.4.0-4.el9                          appstream        68 k
13:05:11  libutempter                    aarch64  1.2.1-6.el9                          baseos           27 k
13:05:11  openssl                        aarch64  1:3.0.7-2.el9                        baseos          1.2 M
13:05:11  pam                            aarch64  1.5.1-14.el9                         baseos          618 k
13:05:11  policycoreutils                aarch64  3.5-0.rc2.1.el9                      baseos          236 k
13:05:11  policycoreutils-python-utils   noarch   3.5-0.rc2.1.el9                      appstream        75 k
13:05:11  python3-audit                  aarch64  3.0.7-103.el9                        appstream        84 k
13:05:11  python3-distro                 noarch   1.5.0-7.el9                          baseos           37 k
13:05:11  python3-libselinux             aarch64  3.5-0.rc2.1.el9                      appstream       183 k
13:05:11  python3-libsemanage            aarch64  3.5-0.rc2.1.el9                      appstream        80 k
13:05:11  python3-policycoreutils        noarch   3.5-0.rc2.1.el9                      appstream       2.1 M
13:05:11  python3-setools                aarch64  4.4.0-5.el9                          baseos          590 k
13:05:11  python3-setuptools             noarch   53.0.0-12.el9                        baseos          944 k
13:05:11  rpm-plugin-selinux             aarch64  4.16.1.3-22.el9                      baseos           18 k
13:05:11  selinux-policy                 noarch   38.1.5-1.el9                         baseos           54 k
13:05:11  selinux-policy-targeted        noarch   38.1.5-1.el9                         baseos          6.8 M
13:05:11  slirp4netns                    aarch64  1.2.0-2.el9                          appstream        47 k
13:05:11  systemd                        aarch64  252-3.el9                            baseos          3.9 M
13:05:11  systemd-pam                    aarch64  252-3.el9                            baseos          244 k
13:05:11  systemd-rpm-macros             noarch   252-3.el9                            baseos           43 k
13:05:11  util-linux                     aarch64  2.37.4-9.el9                         baseos          2.3 M
13:05:11  util-linux-core                aarch64  2.37.4-9.el9                         baseos          457 k
13:05:11  xz                             aarch64  5.2.5-8.el9                          baseos          226 k
13:05:11 
13:05:11 Transaction Summary
13:05:11 ===================================================================================================
13:05:11 Install  61 Packages
13:05:11 
13:05:11 Total size: 97 M
13:05:11 Total download size: 53 M
13:05:11 Installed size: 396 M
13:05:11 Downloading Packages:
13:05:11 Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpolkit-agent-1-0 arm64 0.105-26ubuntu1.3 [14.2 kB]
13:05:11 Get:109 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 policykit-1 arm64 0.105-26ubuntu1.3 [79.4 kB]
13:05:11 Get:110 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-certifi all 2019.11.28-1 [149 kB]
13:05:11 Get:111 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-chardet all 3.0.4-4build1 [80.4 kB]
13:05:11 Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-idna all 2.8-1 [34.6 kB]
13:05:11 Get:113 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
13:05:11 Get:114 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
13:05:11 Get:115 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-requests-unixsocket all 0.2.0-2 [7272 B]
13:05:11 Get:116 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-software-properties all 0.99.9.10 [21.7 kB]
13:05:11 Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 packagekit arm64 1.1.13-2ubuntu1.1 [388 kB]
13:05:11 Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 software-properties-common all 0.99.9.10 [10.4 kB]
13:05:11 Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 gnupg2 all 2.2.19-3ubuntu2.2 [5316 B]
13:05:11 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
13:05:11 124 added, 0 removed; done.
13:05:11 Running hooks in /etc/ca-certificates/update.d...
13:05:11 done.
13:05:11 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
13:05:11 + apt-key add -
13:05:11 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
13:05:11 + verify_binaries
13:05:11 + docker --version
13:05:11 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:05:11 ++ uname -m
13:05:11 + '[' aarch64 = x86_64 ']'
13:05:11 + docker buildx version
13:05:11 github.com/docker/buildx v0.10.2 00ed17d
13:05:11 + docker compose version
13:05:11 bookworm: Pulling from library/debian
13:05:11 a43b5d5927a7: Already exists
13:05:11 Digest: sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0
13:05:11 Status: Downloaded newer image for debian:bookworm
13:05:11 OK
13:05:11 + '[' jammy = sid ']'
13:05:11 ++ dpkg --print-architecture
13:05:11 + ARCH=arm64
13:05:11 + echo 'deb [arch=arm64] https://download.docker.com/linux/ubuntu jammy test'
13:05:11 + apt-get update
13:05:11 debconf: delaying package configuration, since apt-utils is not installed
13:05:11 Fetched 33.4 MB in 4s (8777 kB/s)
13:05:11 Selecting previously unselected package libssl1.1:arm64.
13:05:11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4119 files and directories currently installed.)
13:05:11 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.17_arm64.deb ...
13:05:11 Unpacking libssl1.1:arm64 (1.1.1f-1ubuntu2.17) ...
13:05:11 Selecting previously unselected package libpython3.8-minimal:arm64.
13:05:11 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
13:05:11 Unpacking libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.6) ...
13:05:11 Docker Compose version v2.16.0
13:05:11 + dockerd --version
13:05:11 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:05:11 + docker-proxy --version
13:05:11 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:05:11 + containerd --version
13:05:11 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:11 + ctr --version
13:05:11 ctr containerd.io 1.6.16
13:05:11 + containerd-shim --help
13:05:11 Usage of containerd-shim:
13:05:11   -address string
13:05:11     	grpc address back to main containerd
13:05:11   -containerd-binary containerd publish
13:05:11     	path to containerd binary (used for containerd publish) (default "containerd")
13:05:11   -criu string
13:05:11     	path to criu binary
13:05:11   -debug
13:05:11     	enable debug output in logs
13:05:11   -namespace string
13:05:11     	namespace that owns the shim
13:05:11   -runtime-root string
13:05:11     	root directory for the runtime (default "/run/containerd/runc")
13:05:11   -socket string
13:05:11     	socket path to serve
13:05:11   -systemd-cgroup
13:05:11     	set runtime to use systemd-cgroup
13:05:11   -workdir string
13:05:11     	path used to storge large temporary data
13:05:11 + containerd-shim-runc-v1 -v
13:05:11 containerd-shim-runc-v1:
13:05:11   Version:  1.6.16
13:05:11   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:11   Go version: go1.18.10
13:05:11 
13:05:11 + containerd-shim-runc-v2 -v
13:05:11 containerd-shim-runc-v2:
13:05:11   Version:  1.6.16
13:05:11   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:11   Go version: go1.18.10
13:05:11 
13:05:11 + runc --version
13:05:11 runc version 1.1.4
13:05:11 commit: v1.1.4-0-g5fd4c4d
13:05:11 spec: 1.0.2-dev
13:05:11 go: go1.18.10
13:05:11 libseccomp: 2.5.1
13:05:11 Get:1 https://download.docker.com/linux/ubuntu jammy InRelease [48.9 kB]
13:05:11 Selecting previously unselected package libexpat1:arm64.
13:05:11 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_arm64.deb ...
13:05:11 Unpacking libexpat1:arm64 (2.2.9-1ubuntu0.6) ...
13:05:11 Selecting previously unselected package python3.8-minimal.
13:05:11 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
13:05:11 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
13:05:11 Setting up libssl1.1:arm64 (1.1.1f-1ubuntu2.17) ...
13:05:12 + verify
13:05:12 + dpkg --version
13:05:12 + verify_deb
13:05:12 + apt-get update
13:05:12 Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
13:05:12 Get:3 https://download.docker.com/linux/ubuntu jammy/test arm64 Packages [18.0 kB]
13:05:12 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
13:05:12 Hit:5 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
13:05:12 Hit:6 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
13:05:12 Setting up libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.6) ...
13:05:12 Setting up libexpat1:arm64 (2.2.9-1ubuntu0.6) ...
13:05:12 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
13:05:12 (1/56): acl-2.3.1-3.el9.aarch64.rpm             240 kB/s |  73 kB     00:00    
13:05:12 (2/56): cracklib-2.9.6-27.el9.aarch64.rpm       305 kB/s |  95 kB     00:00    
13:05:12 (3/56): dbus-1.12.20-7.el9.aarch64.rpm          465 kB/s | 3.9 kB     00:00    
13:05:12 (4/56): dbus-broker-28-7.el9.aarch64.rpm         14 MB/s | 166 kB     00:00    
13:05:12 (5/56): dbus-common-1.12.20-7.el9.noarch.rpm    1.0 MB/s |  15 kB     00:00    
13:05:12 (6/56): device-mapper-1.02.187-4.el9.aarch64.rp  12 MB/s | 138 kB     00:00    
13:05:12 (7/56): cracklib-dicts-2.9.6-27.el9.aarch64.rpm  10 MB/s | 3.6 MB     00:00    
13:05:12 (8/56): device-mapper-libs-1.02.187-4.el9.aarch 7.6 MB/s | 172 kB     00:00    
13:05:12 (9/56): diffutils-3.7-12.el9.aarch64.rpm         12 MB/s | 392 kB     00:00    
13:05:12 (10/56): iptables-libs-1.8.8-6.el9.aarch64.rpm   19 MB/s | 466 kB     00:00    
13:05:12 (11/56): kmod-28-7.el9.aarch64.rpm               11 MB/s | 125 kB     00:00    
13:05:12 (12/56): kmod-libs-28-7.el9.aarch64.rpm         9.3 MB/s |  63 kB     00:00    
13:05:12 (13/56): libdb-5.3.28-53.el9.aarch64.rpm         24 MB/s | 712 kB     00:00    
13:05:12 (14/56): libeconf-0.4.1-2.el9.aarch64.rpm       2.5 MB/s |  27 kB     00:00    
13:05:12 (15/56): libfdisk-2.37.4-9.el9.aarch64.rpm      9.5 MB/s | 149 kB     00:00    
13:05:12 (16/56): libibverbs-44.0-2.el9.aarch64.rpm       15 MB/s | 382 kB     00:00    
13:05:12 (17/56): libmnl-1.0.4-15.el9.aarch64.rpm        3.1 MB/s |  28 kB     00:00    
13:05:12 Get:1 http://deb.debian.org/debian bookworm InRelease [171 kB]
13:05:12 Fetched 66.8 kB in 1s (84.5 kB/s)
13:05:12 (18/56): libnetfilter_conntrack-1.0.9-1.el9.aar 4.5 MB/s |  58 kB     00:00    
13:05:12 (19/56): libnfnetlink-1.0.1-21.el9.aarch64.rpm  2.6 MB/s |  29 kB     00:00    
13:05:12 (20/56): fuse-common-3.10.2-5.el9.aarch64.rpm    28 kB/s | 9.0 kB     00:00    
13:05:12 (21/56): libnl3-3.7.0-1.el9.aarch64.rpm          27 MB/s | 338 kB     00:00    
13:05:12 (22/56): libpcap-1.10.0-4.el9.aarch64.rpm        14 MB/s | 169 kB     00:00    
13:05:12 (23/56): libpwquality-1.4.4-8.el9.aarch64.rpm   7.8 MB/s | 119 kB     00:00    
13:05:12 (24/56): libseccomp-2.5.2-2.el9.aarch64.rpm     7.7 MB/s |  72 kB     00:00    
13:05:12 (25/56): libselinux-utils-3.5-0.rc2.1.el9.aarch  14 MB/s | 181 kB     00:00    
13:05:12 (26/56): libutempter-1.2.1-6.el9.aarch64.rpm    2.9 MB/s |  27 kB     00:00    
13:05:12 go: downloading github.com/pelletier/go-toml v1.9.5
13:05:12 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:05:12 go: downloading k8s.io/klog/v2 v2.60.1
13:05:12 go: downloading github.com/google/gofuzz v1.2.0
13:05:12 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:05:12 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:05:12 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:05:12 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:05:12 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:05:12 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:05:12 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB]
13:05:12 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
13:05:12 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8865 kB]
13:05:12 Selecting previously unselected package python3-minimal.
13:05:12 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4420 files and directories currently installed.)
13:05:12 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_arm64.deb ...
13:05:12 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
13:05:12 Selecting previously unselected package mime-support.
13:05:12 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
13:05:12 Unpacking mime-support (3.64ubuntu1) ...
13:05:12 Selecting previously unselected package libmpdec2:arm64.
13:05:12 Preparing to unpack .../2-libmpdec2_2.4.2-3_arm64.deb ...
13:05:12 Unpacking libmpdec2:arm64 (2.4.2-3) ...
13:05:12 (27/56): openssl-3.0.7-2.el9.aarch64.rpm         51 MB/s | 1.2 MB     00:00    
13:05:12 (28/56): pam-1.5.1-14.el9.aarch64.rpm            28 MB/s | 618 kB     00:00    
13:05:12 (29/56): policycoreutils-3.5-0.rc2.1.el9.aarch6  22 MB/s | 236 kB     00:00    
13:05:12 (30/56): python3-distro-1.5.0-7.el9.noarch.rpm  4.3 MB/s |  37 kB     00:00    
13:05:12 (31/56): python3-setools-4.4.0-5.el9.aarch64.rp  36 MB/s | 590 kB     00:00    
13:05:12 (32/56): python3-setuptools-53.0.0-12.el9.noarc  59 MB/s | 944 kB     00:00    
13:05:12 (33/56): rpm-plugin-selinux-4.16.1.3-22.el9.aar 2.5 MB/s |  18 kB     00:00    
13:05:12 (34/56): selinux-policy-38.1.5-1.el9.noarch.rpm 9.6 MB/s |  54 kB     00:00    
13:05:12 (35/56): selinux-policy-targeted-38.1.5-1.el9.n 155 MB/s | 6.8 MB     00:00    
13:05:12 (36/56): systemd-252-3.el9.aarch64.rpm          113 MB/s | 3.9 MB     00:00    
13:05:12 (37/56): systemd-pam-252-3.el9.aarch64.rpm       21 MB/s | 244 kB     00:00    
13:05:12 (38/56): systemd-rpm-macros-252-3.el9.noarch.rp 4.4 MB/s |  43 kB     00:00    
13:05:12 (39/56): iptables-nft-1.8.8-6.el9.aarch64.rpm   338 kB/s | 201 kB     00:00    
13:05:12 (40/56): util-linux-2.37.4-9.el9.aarch64.rpm     78 MB/s | 2.3 MB     00:00    
13:05:12 (41/56): util-linux-core-2.37.4-9.el9.aarch64.r  16 MB/s | 457 kB     00:00    
13:05:12 (42/56): libnftnl-1.2.2-1.el9.aarch64.rpm       168 kB/s |  81 kB     00:00    
13:05:12 (43/56): xz-5.2.5-8.el9.aarch64.rpm              16 MB/s | 226 kB     00:00    
13:05:12 (44/56): container-selinux-2.199.0-1.el9.noarch 3.5 MB/s |  51 kB     00:00    
13:05:12   Running scriptlet: container-selinux-2:2.189.0-1.module_el8.7.0+1216+   33/39 
13:05:12   Installing       : containerd.io-1.6.16-3.1.el8.aarch64                 34/39 
13:05:12   Running scriptlet: containerd.io-1.6.16-3.1.el8.aarch64                 34/39 
13:05:12   Installing       : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.aarc   35/39 
13:05:12 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:05:12 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:05:12 go: downloading github.com/aws/smithy-go v1.11.2
13:05:12 go: downloading github.com/moby/locker v1.0.1
13:05:12 go: downloading github.com/felixge/httpsnoop v1.0.2
13:05:12 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:05:12 go: downloading gopkg.in/inf.v0 v0.9.1
13:05:12 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:05:12 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:05:12 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:05:12 go: downloading github.com/googleapis/gnostic v0.5.5
13:05:12 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:05:12 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:05:12 Selecting previously unselected package readline-common.
13:05:12 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
13:05:12 Unpacking readline-common (8.0-4) ...
13:05:12 Selecting previously unselected package libreadline8:arm64.
13:05:12 Preparing to unpack .../4-libreadline8_8.0-4_arm64.deb ...
13:05:12 Unpacking libreadline8:arm64 (8.0-4) ...
13:05:12 Selecting previously unselected package libsqlite3-0:arm64.
13:05:12 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_arm64.deb ...
13:05:12 Unpacking libsqlite3-0:arm64 (3.31.1-4ubuntu0.5) ...
13:05:12 Selecting previously unselected package libpython3.8-stdlib:arm64.
13:05:12 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
13:05:12 Unpacking libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.6) ...
13:05:12 (45/56): checkpolicy-3.5-0.rc2.1.el9.aarch64.rp  14 MB/s | 342 kB     00:00    
13:05:12   Installing       : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.a   36/39 
13:05:12   Installing       : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   37/39 
13:05:13 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:05:13 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:05:13 go: downloading github.com/json-iterator/go v1.1.12
13:05:13 go: downloading github.com/mattn/go-colorable v0.1.12
13:05:13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:05:13 go: downloading github.com/containerd/ttrpc v1.1.0
13:05:13 go: downloading github.com/modern-go/reflect2 v1.0.2
13:05:13 go: downloading sigs.k8s.io/yaml v1.2.0
13:05:13 go: downloading github.com/moby/spdystream v0.2.0
13:05:13 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:05:13 go: downloading github.com/mattn/go-isatty v0.0.16
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:05:13 Selecting previously unselected package python3.8.
13:05:13 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
13:05:13 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
13:05:13 Selecting previously unselected package libpython3-stdlib:arm64.
13:05:13 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_arm64.deb ...
13:05:13 Unpacking libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ...
13:05:13 Setting up python3-minimal (3.8.2-0ubuntu2) ...
13:05:13 (46/56): fuse-overlayfs-1.10-1.el9.aarch64.rpm  161 kB/s |  68 kB     00:00    
13:05:13 (47/56): fuse3-3.10.2-5.el9.aarch64.rpm         119 kB/s |  54 kB     00:00    
13:05:13 (48/56): policycoreutils-python-utils-3.5-0.rc2 7.3 MB/s |  75 kB     00:00    
13:05:13 (49/56): python3-audit-3.0.7-103.el9.aarch64.rp 7.7 MB/s |  84 kB     00:00    
13:05:13 (50/56): python3-libselinux-3.5-0.rc2.1.el9.aar  18 MB/s | 183 kB     00:00    
13:05:13 (51/56): python3-libsemanage-3.5-0.rc2.1.el9.aa 7.4 MB/s |  80 kB     00:00    
13:05:13 (52/56): fuse3-libs-3.10.2-5.el9.aarch64.rpm    181 kB/s |  90 kB     00:00    
13:05:13 Reading package lists...
13:05:13 W: https://download.docker.com/linux/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
13:05:13 ++ find deb/debbuild/ubuntu-jammy/ -type f -name '*.deb'
13:05:13 + packages='deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb
13:05:13 deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_arm64.deb
13:05:13 deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb
13:05:13 deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb
13:05:13 deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'
13:05:13 ++ echo 'deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb
13:05:13 deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_arm64.deb
13:05:13 deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb
13:05:13 deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb
13:05:13 deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'
13:05:13 ++ xargs
13:05:13 ++ awk '$0="./"$0'
13:05:13 + packages='./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'
13:05:13 + set -x
13:05:13 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb
13:05:13 Selecting previously unselected package docker-buildx-plugin.
13:05:13 (Reading database ... 9217 files and directories currently installed.)
13:05:13 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb ...
13:05:13 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.22.04~jammy) ...
13:05:13 Selecting previously unselected package python3.
13:05:13 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4850 files and directories currently installed.)
13:05:13 Preparing to unpack .../00-python3_3.8.2-0ubuntu2_arm64.deb ...
13:05:13 Unpacking python3 (3.8.2-0ubuntu2) ...
13:05:13 Selecting previously unselected package libapparmor1:arm64.
13:05:13 Preparing to unpack .../01-libapparmor1_2.13.3-7ubuntu5.1_arm64.deb ...
13:05:13 Unpacking libapparmor1:arm64 (2.13.3-7ubuntu5.1) ...
13:05:13 Selecting previously unselected package libcap2:arm64.
13:05:13 Preparing to unpack .../02-libcap2_1%3a2.32-1_arm64.deb ...
13:05:13 Unpacking libcap2:arm64 (1:2.32-1) ...
13:05:13 Selecting previously unselected package libargon2-1:arm64.
13:05:13 Preparing to unpack .../03-libargon2-1_0~20171227-0.2_arm64.deb ...
13:05:13 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
13:05:13 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:05:13 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_arm64.deb ...
13:05:13 Unpacking libdevmapper1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
13:05:13 (53/56): python3-policycoreutils-3.5-0.rc2.1.el  74 MB/s | 2.1 MB     00:00    
13:05:13 Selecting previously unselected package libjson-c4:arm64.
13:05:13 Preparing to unpack .../05-libjson-c4_0.13.1+dfsg-7ubuntu0.3_arm64.deb ...
13:05:13 Unpacking libjson-c4:arm64 (0.13.1+dfsg-7ubuntu0.3) ...
13:05:13 Selecting previously unselected package libcryptsetup12:arm64.
13:05:13 Preparing to unpack .../06-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_arm64.deb ...
13:05:13 Unpacking libcryptsetup12:arm64 (2:2.2.2-3ubuntu2.4) ...
13:05:13 Selecting previously unselected package libip4tc2:arm64.
13:05:13 Preparing to unpack .../07-libip4tc2_1.8.4-3ubuntu2_arm64.deb ...
13:05:13 Unpacking libip4tc2:arm64 (1.8.4-3ubuntu2) ...
13:05:13 Selecting previously unselected package libkmod2:arm64.
13:05:13 Preparing to unpack .../08-libkmod2_27-1ubuntu2.1_arm64.deb ...
13:05:13 Unpacking libkmod2:arm64 (27-1ubuntu2.1) ...
13:05:13 Selecting previously unselected package systemd-timesyncd.
13:05:13 Preparing to unpack .../09-systemd-timesyncd_245.4-4ubuntu3.19_arm64.deb ...
13:05:13 Unpacking systemd-timesyncd (245.4-4ubuntu3.19) ...
13:05:13 (54/56): libslirp-4.4.0-4.el9.aarch64.rpm       153 kB/s |  68 kB     00:00    
13:05:13 (55/56): slirp4netns-1.2.0-2.el9.aarch64.rpm    121 kB/s |  47 kB     00:00    
13:05:13 (56/56): containerd.io-1.6.16-3.1.el9.aarch64.r  58 MB/s |  24 MB     00:00    
13:05:13 --------------------------------------------------------------------------------
13:05:13 Total                                            20 MB/s |  53 MB     00:02     
13:05:13 Fetched 9134 kB in 2s (5812 kB/s)
13:05:13 Selecting previously unselected package systemd.
13:05:13 Preparing to unpack .../10-systemd_245.4-4ubuntu3.19_arm64.deb ...
13:05:13 Unpacking systemd (245.4-4ubuntu3.19) ...
13:05:14 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster"
13:05:14 Reading package lists...
13:05:14 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:05:14 Setting up libapparmor1:arm64 (2.13.3-7ubuntu5.1) ...
13:05:14 Setting up libcap2:arm64 (1:2.32-1) ...
13:05:14 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
13:05:14 Setting up libdevmapper1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
13:05:14 Setting up libjson-c4:arm64 (0.13.1+dfsg-7ubuntu0.3) ...
13:05:14 Setting up libcryptsetup12:arm64 (2:2.2.2-3ubuntu2.4) ...
13:05:14 Setting up libip4tc2:arm64 (1.8.4-3ubuntu2) ...
13:05:14 Setting up libkmod2:arm64 (27-1ubuntu2.1) ...
13:05:14 Setting up systemd-timesyncd (245.4-4ubuntu3.19) ...
13:05:14   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230206193855.ab4   37/39 
13:05:14   Installing       : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el8.aar   38/39 
13:05:14 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
13:05:14 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
13:05:14 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
13:05:14 Setting up systemd (245.4-4ubuntu3.19) ...
13:05:14 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:05:14 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:05:14 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
13:05:14 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:05:14 Selecting previously unselected package docker-compose-plugin.
13:05:14 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_arm64.deb ...
13:05:14 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.22.04~jammy) ...
13:05:14   Running scriptlet: docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el8.aar   38/39 
13:05:14   Cleanup          : xz-libs-5.2.4-4.el8_6.aarch64                        39/39 
13:05:14   Running scriptlet: container-selinux-2:2.189.0-1.module_el8.7.0+1216+   39/39 
13:05:14   Running scriptlet: xz-libs-5.2.4-4.el8_6.aarch64                        39/39 
13:05:14   Verifying        : xz-libs-5.2.4-4.el8.aarch64                           1/39 
13:05:14   Verifying        : xz-libs-5.2.4-4.el8_6.aarch64                         2/39 
13:05:14   Verifying        : container-selinux-2:2.189.0-1.module_el8.7.0+1216+    3/39 
13:05:14   Verifying        : fuse-overlayfs-1.9-1.module_el8.7.0+1216+b022c01d.    4/39 
13:05:14   Verifying        : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.aarc    5/39 
13:05:14   Verifying        : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.a    6/39 
13:05:14   Verifying        : checkpolicy-2.9-1.el8.aarch64                         7/39 
13:05:14   Verifying        : diffutils-3.6-6.el8.aarch64                           8/39 
13:05:14   Verifying        : fuse-common-3.3.0-16.el8.aarch64                      9/39 
13:05:14   Verifying        : fuse3-3.3.0-16.el8.aarch64                           10/39 
13:05:14   Verifying        : fuse3-libs-3.3.0-16.el8.aarch64                      11/39 
13:05:14   Verifying        : iptables-1.8.4-24.el8.aarch64                        12/39 
13:05:14   Verifying        : iptables-libs-1.8.4-24.el8.aarch64                   13/39 
13:05:14   Verifying        : kmod-25-19.el8.aarch64                               14/39 
13:05:14   Verifying        : libcgroup-0.41-19.el8.aarch64                        15/39 
13:05:14   Verifying        : libibverbs-41.0-1.el8.aarch64                        16/39 
13:05:14   Verifying        : libmnl-1.0.4-6.el8.aarch64                           17/39 
13:05:14   Verifying        : libnetfilter_conntrack-1.0.6-5.el8.aarch64           18/39 
13:05:14   Verifying        : libnfnetlink-1.0.1-13.el8.aarch64                    19/39 
13:05:14   Verifying        : libnftnl-1.1.5-5.el8.aarch64                         20/39 
13:05:14   Verifying        : libpcap-14:1.9.1-5.el8.aarch64                       21/39 
13:05:14   Verifying        : libselinux-utils-2.9-6.el8.aarch64                   22/39 
13:05:14   Verifying        : policycoreutils-2.9-21.1.el8.aarch64                 23/39 
13:05:14   Verifying        : policycoreutils-python-utils-2.9-21.1.el8.noarch     24/39 
13:05:14   Verifying        : python3-audit-3.0.7-4.el8.aarch64                    25/39 
13:05:14   Verifying        : python3-libselinux-2.9-6.el8.aarch64                 26/39 
13:05:14   Verifying        : python3-libsemanage-2.9-9.el8.aarch64                27/39 
13:05:14   Verifying        : python3-policycoreutils-2.9-21.1.el8.noarch          28/39 
13:05:14   Verifying        : python3-setools-4.3.0-3.el8.aarch64                  29/39 
13:05:14   Verifying        : rpm-plugin-selinux-4.14.3-23.el8.aarch64             30/39 
13:05:14   Verifying        : selinux-policy-3.14.3-114.el8.noarch                 31/39 
13:05:14   Verifying        : selinux-policy-targeted-3.14.3-114.el8.noarch        32/39 
13:05:14   Verifying        : xz-5.2.4-4.el8.aarch64                               33/39 
13:05:14   Verifying        : containerd.io-1.6.16-3.1.el8.aarch64                 34/39 
13:05:14   Verifying        : docker-compose-plugin-2.16.0-0.el8.aarch64           35/39 
13:05:14   Verifying        : docker-buildx-plugin-0.10.2-0.el8.aarch64            36/39 
13:05:14   Verifying        : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   37/39 
13:05:14   Verifying        : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el8   38/39 
13:05:14 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
13:05:14 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
13:05:14 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:05:14 Initializing machine ID from random generator.
13:05:14 + make IMAGE=debian:buster verify
13:05:14 docker run  --rm -i \
13:05:14 	-v "$(pwd):/v" \
13:05:14 	-e DEBIAN_FRONTEND=noninteractive \
13:05:14 	-e PACKAGE_REPO=staging \
13:05:14 	-w /v \
13:05:14 	debian:buster ./verify
13:05:14 Unable to find image 'debian:buster' locally
13:05:14 Reading package lists...
13:05:14   Verifying        : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el8.aar   39/39 
13:05:14 
13:05:14 Downgraded:
13:05:14   xz-libs-5.2.4-4.el8.aarch64                                                   
13:05:14 Installed:
13:05:14   checkpolicy-2.9-1.el8.aarch64                                                 
13:05:14   container-selinux-2:2.189.0-1.module_el8.7.0+1216+b022c01d.noarch             
13:05:14   containerd.io-1.6.16-3.1.el8.aarch64                                          
13:05:14   diffutils-3.6-6.el8.aarch64                                                   
13:05:14   docker-buildx-plugin-0.10.2-0.el8.aarch64                                     
13:05:14   docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el8.aarch64                        
13:05:14   docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el8.aarch64                    
13:05:14   docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64          
13:05:14   docker-compose-plugin-2.16.0-0.el8.aarch64                                    
13:05:14   fuse-common-3.3.0-16.el8.aarch64                                              
13:05:14   fuse-overlayfs-1.9-1.module_el8.7.0+1216+b022c01d.aarch64                     
13:05:14   fuse3-3.3.0-16.el8.aarch64                                                    
13:05:14   fuse3-libs-3.3.0-16.el8.aarch64                                               
13:05:14   iptables-1.8.4-24.el8.aarch64                                                 
13:05:14   iptables-libs-1.8.4-24.el8.aarch64                                            
13:05:14   kmod-25-19.el8.aarch64                                                        
13:05:14   libcgroup-0.41-19.el8.aarch64                                                 
13:05:14   libibverbs-41.0-1.el8.aarch64                                                 
13:05:14   libmnl-1.0.4-6.el8.aarch64                                                    
13:05:14   libnetfilter_conntrack-1.0.6-5.el8.aarch64                                    
13:05:14   libnfnetlink-1.0.1-13.el8.aarch64                                             
13:05:14   libnftnl-1.1.5-5.el8.aarch64                                                  
13:05:14   libpcap-14:1.9.1-5.el8.aarch64                                                
13:05:14   libselinux-utils-2.9-6.el8.aarch64                                            
13:05:14   libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.aarch64                         
13:05:14   policycoreutils-2.9-21.1.el8.aarch64                                          
13:05:14   policycoreutils-python-utils-2.9-21.1.el8.noarch                              
13:05:14   python3-audit-3.0.7-4.el8.aarch64                                             
13:05:14   python3-libselinux-2.9-6.el8.aarch64                                          
13:05:14   python3-libsemanage-2.9-9.el8.aarch64                                         
13:05:14   python3-policycoreutils-2.9-21.1.el8.noarch                                   
13:05:14   python3-setools-4.3.0-3.el8.aarch64                                           
13:05:14   rpm-plugin-selinux-4.14.3-23.el8.aarch64                                      
13:05:14   selinux-policy-3.14.3-114.el8.noarch                                          
13:05:14   selinux-policy-targeted-3.14.3-114.el8.noarch                                 
13:05:14   slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.aarch64                      
13:05:14   xz-5.2.4-4.el8.aarch64                                                        
13:05:14 
13:05:14 Complete!
13:05:14 + verify_binaries
13:05:14 + docker --version
13:05:14 Selecting previously unselected package systemd-sysv.
13:05: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 ... 5686 files and directories currently installed.)
13:05:14 Preparing to unpack .../00-systemd-sysv_245.4-4ubuntu3.19_arm64.deb ...
13:05:14 Unpacking systemd-sysv (245.4-4ubuntu3.19) ...
13:05:14 Selecting previously unselected package openssl.
13:05:14 Preparing to unpack .../01-openssl_1.1.1f-1ubuntu2.17_arm64.deb ...
13:05:14 Unpacking openssl (1.1.1f-1ubuntu2.17) ...
13:05:14 Selecting previously unselected package ca-certificates.
13:05:14 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
13:05:14 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
13:05:15 buster: Pulling from library/debian
13:05:15 8e0a5a2afd38: Already exists
13:05:15 Digest: sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57
13:05:15 Status: Downloaded newer image for debian:buster
13:05:15 Building dependency tree...
13:05:15 Reading state information...
13:05:15 Docker CE Test - aarch64                        6.5 kB/s | 1.6 kB     00:00    
13:05:15 Importing GPG key 0x621E9F35:
13:05:15  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
13:05:15  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
13:05:15  From       : https://download.docker.com/linux/centos/gpg
13:05:15 Key imported successfully
13:05:15 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:05:15 ++ uname -m
13:05:15 + '[' aarch64 = x86_64 ']'
13:05:15 + docker buildx version
13:05:15 github.com/docker/buildx v0.10.2 00ed17d
13:05:15 + docker compose version
13:05:15 Docker Compose version v2.16.0
13:05:15 Selecting previously unselected package docker-ce.
13:05:15 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb ...
13:05:15 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
13:05:15 make[1]: Leaving directory '/root/build-deb'
13:05:15  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.buildinfo
13:05:15 Selecting previously unselected package libdbus-1-3:arm64.
13:05:15 Preparing to unpack .../03-libdbus-1-3_1.12.16-2ubuntu2.3_arm64.deb ...
13:05:15 Unpacking libdbus-1-3:arm64 (1.12.16-2ubuntu2.3) ...
13:05:15 Selecting previously unselected package dbus.
13:05:15 Preparing to unpack .../04-dbus_1.12.16-2ubuntu2.3_arm64.deb ...
13:05:15 Unpacking dbus (1.12.16-2ubuntu2.3) ...
13:05:15 Selecting previously unselected package distro-info-data.
13:05:15 Preparing to unpack .../05-distro-info-data_0.43ubuntu1.11_all.deb ...
13:05:15 Unpacking distro-info-data (0.43ubuntu1.11) ...
13:05:15 Selecting previously unselected package libglib2.0-0:arm64.
13:05:15 Preparing to unpack .../06-libglib2.0-0_2.64.6-1~ubuntu20.04.4_arm64.deb ...
13:05:15 Unpacking libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.4) ...
13:05:15 The following additional packages will be installed:
13:05:15   adduser dbus dbus-bin dbus-daemon dbus-session-bus-common
13:05:15   dbus-system-bus-common dirmngr distro-info-data dmsetup gir1.2-glib-2.0
13:05:15   gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent
13:05:15   gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1
13:05:15   libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12
13:05:15   libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1
13:05:15   libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0
13:05:15   libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72
13:05:15   libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
13:05:15   libkrb5support0 libksba8 libldap-2.5-0 libmpdec3 libncursesw6 libnghttp2-14
13:05:15   libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
13:05:15   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal
13:05:15   libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
13:05:15   libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared libsystemd0
13:05:15   libtirpc-common libtirpc3 libudev1 libunwind8 libxml2 libxmlb2 libyaml-0-2
13:05:15   media-types openssl packagekit pinentry-curses polkitd python-apt-common
13:05:15   python3 python3-apt python3-blinker python3-cffi-backend
13:05:15   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
13:05:15   python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal
13:05:15   python3-oauthlib python3-pkg-resources python3-pyparsing python3-six
13:05:15   python3-software-properties python3-wadllib python3.11 python3.11-minimal
13:05:15   readline-common sgml-base systemd systemd-sysv xml-core
13:05:15 Suggested packages:
13:05:15   liblocale-gettext-perl perl cron quota default-dbus-session-bus
13:05:15   | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie
13:05:15   xloadimage scdaemon isoquery low-memory-monitor krb5-doc krb5-user
13:05:15   gstreamer1.0-tools appstream pinentry-doc polkitd-pkla python3-doc
13:05:15   python3-tk python3-venv python-apt-doc python-blinker-doc
13:05:15   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
13:05:15   python3-crypto python3-setuptools python-pyparsing-doc python3.11-venv
13:05:15   python3.11-doc binutils binfmt-support readline-doc sgml-base-doc
13:05:15   systemd-container systemd-homed systemd-userdbd systemd-boot
13:05:15   systemd-resolved libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0
13:05:15   libtss2-rc0 debhelper
13:05:15 Recommended packages:
13:05:15   libpam-cap shared-mime-info xdg-user-dirs krb5-locales libldap-common
13:05:15   libgpm2 dbus-user-session publicsuffix libsasl2-modules packagekit-tools
13:05:15   systemd-timesyncd | time-daemon libnss-systemd
13:05:15 Running transaction check
13:05:15 Transaction check succeeded.
13:05:15 Running transaction test
13:05:15 + dockerd --version
13:05:15 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:05:15 + docker-proxy --version
13:05:15 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:05:15 + containerd --version
13:05:15 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:15 + ctr --version
13:05:15 ctr containerd.io 1.6.16
13:05:15 + containerd-shim --help
13:05:15 Usage of containerd-shim:
13:05:15   -address string
13:05:15     	grpc address back to main containerd
13:05:15   -containerd-binary containerd publish
13:05:15     	path to containerd binary (used for containerd publish) (default "containerd")
13:05:15   -criu string
13:05:15     	path to criu binary
13:05:15   -debug
13:05:15     	enable debug output in logs
13:05:15   -namespace string
13:05:15     	namespace that owns the shim
13:05:15   -runtime-root string
13:05:15     	root directory for the runtime (default "/run/containerd/runc")
13:05:15   -socket string
13:05:15     	socket path to serve
13:05:15   -systemd-cgroup
13:05:15     	set runtime to use systemd-cgroup
13:05:15   -workdir string
13:05:15     	path used to storge large temporary data
13:05:15 + containerd-shim-runc-v1 -v
13:05:15 containerd-shim-runc-v1:
13:05:15   Version:  1.6.16
13:05:15   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:15   Go version: go1.18.10
13:05:15 
13:05:15 + containerd-shim-runc-v2 -v
13:05:15 containerd-shim-runc-v2:
13:05:15   Version:  1.6.16
13:05:15   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:15   Go version: go1.18.10
13:05:15 
13:05:15 + runc --version
13:05:15 runc version 1.1.4
13:05:15 commit: v1.1.4-0-g5fd4c4d
13:05:15 spec: 1.0.2-dev
13:05:15 go: go1.18.10
13:05:15 libseccomp: 2.5.2
13:05:15  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.changes
13:05:15 Selecting previously unselected package libgirepository-1.0-1:arm64.
13:05:15 Preparing to unpack .../07-libgirepository-1.0-1_1.64.1-1~ubuntu20.04.1_arm64.deb ...
13:05:15 Unpacking libgirepository-1.0-1:arm64 (1.64.1-1~ubuntu20.04.1) ...
13:05:15 Selecting previously unselected package gir1.2-glib-2.0:arm64.
13:05:15 Preparing to unpack .../08-gir1.2-glib-2.0_1.64.1-1~ubuntu20.04.1_arm64.deb ...
13:05:15 Unpacking gir1.2-glib-2.0:arm64 (1.64.1-1~ubuntu20.04.1) ...
13:05:15 Selecting previously unselected package libcap2-bin.
13:05:15 Preparing to unpack .../09-libcap2-bin_1%3a2.32-1_arm64.deb ...
13:05:15 Unpacking libcap2-bin (1:2.32-1) ...
13:05:15 Selecting previously unselected package libelf1:arm64.
13:05:15 Preparing to unpack .../10-libelf1_0.176-1.1build1_arm64.deb ...
13:05:15 Unpacking libelf1:arm64 (0.176-1.1build1) ...
13:05:15 + verify
13:05:15 + dpkg --version
13:05:15 + verify_deb
13:05:15 + apt-get update
13:05:15 Selecting previously unselected package libglib2.0-data.
13:05:15 Preparing to unpack .../11-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
13:05:15 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
13:05:15 Selecting previously unselected package tzdata.
13:05:15 Preparing to unpack .../12-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
13:05:15 Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
13:05:15 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
13:05:15 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
13:05:15 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
[Pipeline] }
[Pipeline] // stage
13:05:15 Selecting previously unselected package libicu66:arm64.
13:05:15 Preparing to unpack .../13-libicu66_66.1-2ubuntu2.1_arm64.deb ...
13:05:15 Unpacking libicu66:arm64 (66.1-2ubuntu2.1) ...
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:05:16 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7737 kB]
13:05:16 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 Packages [421 kB]
13:05:16 Selecting previously unselected package docker-ce-rootless-extras.
13:05:16 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb ...
13:05:16 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
13:05:16 The following NEW packages will be installed:
13:05:16   adduser apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon
13:05:16   dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data
13:05:16   dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
13:05:16   gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
13:05:16   iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1
13:05:16   libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
13:05:16   libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1
13:05:16   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
13:05:16   libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5
13:05:16   libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8
13:05:16   libldap-2.5-0 libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libnsl2
13:05:16   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
13:05:16   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal
13:05:16   libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
13:05:16   libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared
13:05:16   libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2
13:05:16   lsb-release media-types openssl packagekit pinentry-curses polkitd
13:05:16   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
13:05:16   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
13:05:16   python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal
13:05:16   python3-oauthlib python3-pkg-resources python3-pyparsing python3-six
13:05:16   python3-software-properties python3-wadllib python3.11 python3.11-minimal
13:05:16   readline-common sgml-base software-properties-common systemd systemd-sysv
13:05:16   xml-core
13:05:16 The following packages will be upgraded:
13:05:16   libsystemd0 libudev1
13:05:16 Transaction test succeeded.
13:05:16 Running transaction
13:05:16 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [8780 B]
13:05:16 dpkg-genchanges: info: including full source code in upload
13:05:16  dpkg-source -I.git --after-build .
13:05:16 2 upgraded, 119 newly installed, 0 to remove and 6 not upgraded.
13:05:16 Need to get 47.7 MB of archives.
13:05:16 After this operation, 185 MB of additional disk space will be used.
13:05:16 Get:1 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.7-2 [1796 kB]
13:05:16 Get:2 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3 [18.9 kB]
13:05:16 Get:3 http://deb.debian.org/debian bookworm/main arm64 libudev1 arm64 252.5-2 [101 kB]
13:05:16 Get:4 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB]
13:05:16 Get:5 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB]
13:05:16 Get:6 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB]
13:05:16 Get:7 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.0-2 [203 kB]
13:05:16 Get:8 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-4 [182 kB]
13:05:16 Get:9 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB]
13:05:16 Get:10 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-2+b1 [40.5 kB]
13:05:16 Get:11 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB]
13:05:16 Get:12 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.5-2 [1502 kB]
13:05:16 Get:13 http://deb.debian.org/debian bookworm/main arm64 libsystemd0 arm64 252.5-2 [306 kB]
13:05:16 Get:14 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.5-2 [2807 kB]
13:05:16 Selecting previously unselected package libpam-systemd:arm64.
13:05:16 Preparing to unpack .../14-libpam-systemd_245.4-4ubuntu3.19_arm64.deb ...
13:05:16 Unpacking libpam-systemd:arm64 (245.4-4ubuntu3.19) ...
13:05:16 Selecting previously unselected package libxml2:arm64.
13:05:16 Preparing to unpack .../15-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_arm64.deb ...
13:05:16 Unpacking libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
13:05:16 + popd
13:05:16 + RPM_EC=0
13:05:16 ++ jobs -p
13:05:16 + exit 0
13:05:16 ~/rpmbuild/BUILD/src
13:05:16 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.s11Lfv
13:05:16 + umask 022
13:05:16 + cd /root/rpmbuild/BUILD
13:05:16 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.x86_64 '!=' / ']'
13:05:16 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.x86_64
13:05:16 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.x86_64
13:05:16 + mkdir -p /root/rpmbuild/BUILDROOT
13:05:16 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.x86_64
13:05:16 + cd src
13:05:16 + pushd /root/rpmbuild/BUILD/src/buildx
13:05:16 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:05:16 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:05:16 ~/rpmbuild/BUILD/src
13:05:16 + popd
13:05:16 + /usr/lib/rpm/check-buildroot
13:05:16 + /usr/lib/rpm/redhat/brp-ldconfig
13:05:16 + /usr/lib/rpm/brp-compress
13:05:16 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:05:16 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:05:16 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:05:16 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:05:16 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:05:16 + /usr/lib/rpm/brp-python-hardlink
13:05:16 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:05:16 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ZfV9k5
13:05:16 + umask 022
13:05:16 + cd /root/rpmbuild/BUILD
13:05:16 + cd src
13:05:16 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:05:16 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:05:16 + ver=v0.10.2
13:05:16 + test v0.10.2 = v0.10.2
13:05:16 + echo 'PASS: docker-buildx version OK'
13:05:16 PASS: docker-buildx version OK
13:05:16 + RPM_EC=0
13:05:16 ++ jobs -p
13:05:16 + exit 0
13:05:16 Processing files: docker-buildx-plugin-0.10.2-0.el9.x86_64
13:05:16 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:05:16 Provides: docker-buildx-plugin = 0:0.10.2-0.el9 docker-buildx-plugin(x86-64) = 0:0.10.2-0.el9
13:05:16 Requires(interp): /bin/sh /bin/sh /bin/sh
13:05:16 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:05:16 Requires(post): /bin/sh
13:05:16 Requires(preun): /bin/sh
13:05:16 Requires(postun): /bin/sh
13:05:16 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.x86_64
13:05:16 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.el9.src.rpm
13:05:16 Fedora 37 - aarch64                             6.6 MB/s |  61 MB     00:09    
13:05:16 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:05:16 + destination=/build
13:05:16 + mkdir -p /build
13:05:16 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_arm64.deb /build
13:05:16 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb'
13:05:16 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb'
13:05:16 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb'
13:05:16 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb'
13:05:16 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb'
13:05:16 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb'
13:05:16 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc'
13:05:16 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc'
13:05:16 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz'
13:05:16 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz'
13:05:16 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.buildinfo'
13:05:16 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.buildinfo'
13:05:16 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.changes'
13:05:16 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.changes'
13:05:16 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb'
13:05:16 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb'
13:05:16 copied '/root/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_arm64.deb' -> '/build/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_arm64.deb'
13:05:16 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_arm64.deb'
13:05:16 Selecting previously unselected package docker-ce-cli.
13:05:16 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb ...
13:05:16 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
13:05:16 Get:15 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.5-2 [41.3 kB]
13:05:16 Get:16 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.4-1 [227 kB]
13:05:16 Get:17 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.4-1 [138 kB]
13:05:16 Get:18 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.4-1 [112 kB]
13:05:16 Get:19 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1 [84.8 kB]
13:05:16 Get:20 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.4-1 [210 kB]
13:05:16 Get:21 http://deb.debian.org/debian bookworm/main arm64 adduser all 3.130 [117 kB]
13:05:16 Get:22 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.4-1 [113 kB]
13:05:16 Get:23 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.4-1 [130 kB]
13:05:16 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-minimal arm64 3.11.1-2 [805 kB]
13:05:16 Get:25 http://deb.debian.org/debian bookworm/main arm64 python3.11-minimal arm64 3.11.1-2 [1857 kB]
13:05:16 Get:26 http://deb.debian.org/debian bookworm/main arm64 python3-minimal arm64 3.11.1-3 [25.9 kB]
13:05:16 Get:27 http://deb.debian.org/debian bookworm/main arm64 media-types all 8.0.0 [33.4 kB]
13:05:16 Get:28 http://deb.debian.org/debian bookworm/main arm64 libmpdec3 arm64 2.5.1-2 [84.4 kB]
13:05:16 Get:29 http://deb.debian.org/debian bookworm/main arm64 libncursesw6 arm64 6.4-2 [122 kB]
13:05:16 Get:30 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-1 [31.5 kB]
13:05:16 Get:31 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-1 [78.9 kB]
13:05:16 Get:32 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
13:05:16 Get:33 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-1 [313 kB]
13:05:16 Get:34 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-1 [123 kB]
13:05:16 Get:35 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
13:05:16 Get:36 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB]
13:05:16 Get:37 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB]
13:05:16 Get:38 http://deb.debian.org/debian bookworm/main arm64 readline-common all 8.2-1.3 [69.0 kB]
13:05:16 Get:39 http://deb.debian.org/debian bookworm/main arm64 libreadline8 arm64 8.2-1.3 [155 kB]
13:05:16 Get:40 http://deb.debian.org/debian bookworm/main arm64 libsqlite3-0 arm64 3.40.1-1 [783 kB]
13:05:16 Get:41 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-stdlib arm64 3.11.1-2 [1672 kB]
13:05:16 Get:42 http://deb.debian.org/debian bookworm/main arm64 python3.11 arm64 3.11.1-2 [567 kB]
13:05:16 Get:43 http://deb.debian.org/debian bookworm/main arm64 libpython3-stdlib arm64 3.11.1-3 [8960 B]
13:05:16 Get:44 http://deb.debian.org/debian bookworm/main arm64 python3 arm64 3.11.1-3 [25.9 kB]
13:05:16 Get:45 http://deb.debian.org/debian bookworm/main arm64 sgml-base all 1.31 [15.4 kB]
13:05:16 Get:46 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.7-2 [1365 kB]
13:05:16 Get:47 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20211016 [156 kB]
13:05:16 Get:48 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.5-2 [207 kB]
13:05:16 Get:49 http://deb.debian.org/debian bookworm/main arm64 apt-transport-https all 2.5.5 [22.0 kB]
13:05:16 Get:50 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
13:05:16 Get:51 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB]
13:05:16 Get:52 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB]
13:05:16 Get:53 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-3 [170 kB]
13:05:16 Get:54 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.51.0-1 [67.9 kB]
13:05:16 Get:55 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
13:05:16 Get:56 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
13:05:16 Get:57 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB]
13:05:16 Get:58 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.87.0-2 [350 kB]
13:05:16 Get:59 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.87.0-2 [301 kB]
13:05:16 Get:60 http://deb.debian.org/debian bookworm/main arm64 libassuan0 arm64 2.5.5-5 [45.9 kB]
13:05:16 Get:61 http://deb.debian.org/debian bookworm/main arm64 gpgconf arm64 2.2.40-1 [556 kB]
13:05:16 Get:62 http://deb.debian.org/debian bookworm/main arm64 libksba8 arm64 1.6.3-2 [119 kB]
13:05:16 Get:63 http://deb.debian.org/debian bookworm/main arm64 libnpth0 arm64 1.6-3 [18.6 kB]
13:05:16 Get:64 http://deb.debian.org/debian bookworm/main arm64 dirmngr arm64 2.2.40-1 [769 kB]
13:05:16 Get:65 http://deb.debian.org/debian bookworm/main arm64 distro-info-data all 0.56 [5500 B]
13:05:16 Get:66 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.5-1 [1310 kB]
13:05:16 Get:67 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
13:05:16 Get:68 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
13:05:16 Get:69 http://deb.debian.org/debian bookworm/main arm64 libpackagekit-glib2-18 arm64 1.2.6-2 [101 kB]
13:05:16 Get:70 http://deb.debian.org/debian bookworm/main arm64 gir1.2-packagekitglib-1.0 arm64 1.2.6-2 [25.0 kB]
13:05:16 Selecting previously unselected package libyaml-0-2:arm64.
13:05:16 Preparing to unpack .../16-libyaml-0-2_0.2.2-1_arm64.deb ...
13:05:16 Unpacking libyaml-0-2:arm64 (0.2.2-1) ...
13:05:16 Selecting previously unselected package lsb-release.
13:05:16 Preparing to unpack .../17-lsb-release_11.1.0ubuntu2_all.deb ...
13:05:16 Unpacking lsb-release (11.1.0ubuntu2) ...
13:05:16 Selecting previously unselected package python3-dbus.
13:05:16 Preparing to unpack .../18-python3-dbus_1.2.16-1build1_arm64.deb ...
13:05:16 Unpacking python3-dbus (1.2.16-1build1) ...
13:05:16 Selecting previously unselected package python3-gi.
13:05:16 Preparing to unpack .../19-python3-gi_3.36.0-1_arm64.deb ...
13:05:16 Unpacking python3-gi (3.36.0-1) ...
13:05:16 Selecting previously unselected package python3-pkg-resources.
13:05:16 Preparing to unpack .../20-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
13:05:16 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
13:05:16 Selecting previously unselected package python3-six.
13:05:16 Preparing to unpack .../21-python3-six_1.14.0-2_all.deb ...
13:05:16 Unpacking python3-six (1.14.0-2) ...
13:05:17 Get:71 http://deb.debian.org/debian bookworm/main arm64 gnupg-l10n all 2.2.40-1 [1094 kB]
13:05:17 Get:72 http://deb.debian.org/debian bookworm/main arm64 gnupg-utils arm64 2.2.40-1 [879 kB]
13:05:17 Get:73 http://deb.debian.org/debian bookworm/main arm64 gpg arm64 2.2.40-1 [903 kB]
13:05:17 Get:74 http://deb.debian.org/debian bookworm/main arm64 pinentry-curses arm64 1.2.1-1 [75.2 kB]
13:05:17 Get:75 http://deb.debian.org/debian bookworm/main arm64 gpg-agent arm64 2.2.40-1 [673 kB]
13:05:17 Get:76 http://deb.debian.org/debian bookworm/main arm64 gpg-wks-client arm64 2.2.40-1 [532 kB]
13:05:17 Get:77 http://deb.debian.org/debian bookworm/main arm64 gpg-wks-server arm64 2.2.40-1 [524 kB]
13:05:17 Get:78 http://deb.debian.org/debian bookworm/main arm64 gpgsm arm64 2.2.40-1 [650 kB]
13:05:17 Get:79 http://deb.debian.org/debian bookworm/main arm64 gnupg all 2.2.40-1 [846 kB]
13:05:17 Get:80 http://deb.debian.org/debian bookworm/main arm64 gnupg2 all 2.2.40-1 [445 kB]
13:05:17 Get:81 http://deb.debian.org/debian bookworm/main arm64 iso-codes all 4.12.0-1 [2888 kB]
13:05:17 Get:82 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.87.0-2 [344 kB]
13:05:17 Get:83 http://deb.debian.org/debian bookworm/main arm64 libstemmer0d arm64 2.2.0-2 [112 kB]
13:05:17 Get:84 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
13:05:17 Get:85 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.1+b3 [619 kB]
13:05:17 Get:86 http://deb.debian.org/debian bookworm/main arm64 libxmlb2 arm64 0.3.10-2 [55.5 kB]
13:05:17 Get:87 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB]
13:05:17 Get:88 http://deb.debian.org/debian bookworm/main arm64 libappstream4 arm64 0.16.0-1 [181 kB]
13:05:17 Get:89 http://deb.debian.org/debian bookworm/main arm64 libcap2-bin arm64 1:2.66-3 [33.9 kB]
13:05:17 Get:90 http://deb.debian.org/debian bookworm/main arm64 libduktape207 arm64 2.7.0-1+b1 [125 kB]
13:05:17 Get:91 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
13:05:17 Get:92 http://deb.debian.org/debian bookworm/main arm64 libdw1 arm64 0.188-2.1 [219 kB]
13:05:17 Get:93 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.5-1 [1210 kB]
13:05:17 Selecting previously unselected package iso-codes.
13:05:17 Preparing to unpack .../22-iso-codes_4.4-1_all.deb ...
13:05:17 Unpacking iso-codes (4.4-1) ...
13:05:17 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.22.04~jammy) ...
13:05:17 Setting up docker-compose-plugin (2.16.0-1~ubuntu.22.04~jammy) ...
13:05:17 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
13:05:17 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
13:05:17 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
13:05:17 Get:94 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.5-1 [106 kB]
13:05:17 Get:95 http://deb.debian.org/debian bookworm/main arm64 libunwind8 arm64 1.6.2-3 [47.4 kB]
13:05:17 Get:96 http://deb.debian.org/debian bookworm/main arm64 libgstreamer1.0-0 arm64 1.22.0-2 [1067 kB]
13:05:17 Get:97 http://deb.debian.org/debian bookworm/main arm64 libpolkit-gobject-1-0 arm64 122-3 [42.7 kB]
13:05:17 Get:98 http://deb.debian.org/debian bookworm/main arm64 libpolkit-agent-1-0 arm64 122-3 [23.6 kB]
13:05:17 Get:99 http://deb.debian.org/debian bookworm/main arm64 lsb-release all 12.0-1 [6416 B]
13:05:17 Get:100 http://deb.debian.org/debian bookworm/main arm64 xml-core all 0.18+nmu1 [23.8 kB]
13:05:17 Get:101 http://deb.debian.org/debian bookworm/main arm64 polkitd arm64 122-3 [109 kB]
13:05:17 Get:102 http://deb.debian.org/debian bookworm/main arm64 packagekit arm64 1.2.6-2 [582 kB]
13:05:17 Get:103 http://deb.debian.org/debian bookworm/main arm64 python-apt-common all 2.5.2 [64.1 kB]
13:05:17 Get:104 http://deb.debian.org/debian bookworm/main arm64 python3-apt arm64 2.5.2+b1 [152 kB]
13:05:17 Get:105 http://deb.debian.org/debian bookworm/main arm64 python3-blinker all 1.5-1 [14.7 kB]
13:05:17 Get:106 http://deb.debian.org/debian bookworm/main arm64 python3-cffi-backend arm64 1.15.1-5+b1 [84.4 kB]
13:05:17 Get:107 http://deb.debian.org/debian bookworm/main arm64 python3-cryptography arm64 38.0.4-2 [589 kB]
13:05:17 Get:108 http://deb.debian.org/debian bookworm/main arm64 python3-dbus arm64 1.3.2-4+b1 [93.5 kB]
13:05:17 Get:109 http://deb.debian.org/debian bookworm/main arm64 python3-distro all 1.8.0-1 [20.5 kB]
13:05:17 Get:110 http://deb.debian.org/debian bookworm/main arm64 python3-gi arm64 3.42.2-3+b1 [212 kB]
13:05:17 Get:111 http://deb.debian.org/debian bookworm/main arm64 python3-pyparsing all 3.0.9-1 [138 kB]
13:05:17 Get:112 http://deb.debian.org/debian bookworm/main arm64 python3-httplib2 all 0.20.4-3 [36.0 kB]
13:05:17 Get:113 http://deb.debian.org/debian bookworm/main arm64 python3-jwt all 2.6.0-1 [26.6 kB]
13:05:17 Get:114 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 65.6.3-1 [278 kB]
13:05:17 Get:115 http://deb.debian.org/debian bookworm/main arm64 python3-lazr.uri all 1.0.6-3 [13.7 kB]
13:05:17 Get:116 http://deb.debian.org/debian bookworm/main arm64 python3-wadllib all 1.3.6-4 [37.2 kB]
13:05:17 Get:117 http://deb.debian.org/debian bookworm/main arm64 python3-oauthlib all 3.2.2-1 [95.4 kB]
13:05:17 Get:118 http://deb.debian.org/debian bookworm/main arm64 python3-six all 1.16.0-4 [17.5 kB]
13:05:17 Get:119 http://deb.debian.org/debian bookworm/main arm64 python3-lazr.restfulclient all 0.14.5-1 [50.4 kB]
13:05:17 Get:120 http://deb.debian.org/debian bookworm/main arm64 python3-software-properties all 0.99.30-4 [32.7 kB]
13:05:17 Get:121 http://deb.debian.org/debian bookworm/main arm64 software-properties-common all 0.99.30-4 [62.0 kB]
13:05:17   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch            1/1 
13:05:17   Preparing        :                                                        1/1 
13:05:17   Installing       : libseccomp-2.5.2-2.el9.aarch64                        1/61 
13:05:17   Installing       : libmnl-1.0.4-15.el9.aarch64                           2/61 
13:05:17   Installing       : python3-libselinux-3.5-0.rc2.1.el9.aarch64            3/61 
13:05:17   Installing       : fuse3-libs-3.10.2-5.el9.aarch64                       4/61 
13:05:17   Installing       : python3-setuptools-53.0.0-12.el9.noarch               5/61 
13:05:17   Installing       : libselinux-utils-3.5-0.rc2.1.el9.aarch64              6/61 
13:05:17 Fetched 8380 kB in 2s (5207 kB/s)
13:05:17 Selecting previously unselected package libkrb5support0:arm64.
13:05:17 Preparing to unpack .../23-libkrb5support0_1.17-6ubuntu4.2_arm64.deb ...
13:05:17 Unpacking libkrb5support0:arm64 (1.17-6ubuntu4.2) ...
13:05:17 Selecting previously unselected package libk5crypto3:arm64.
13:05:17 Preparing to unpack .../24-libk5crypto3_1.17-6ubuntu4.2_arm64.deb ...
13:05:17 Unpacking libk5crypto3:arm64 (1.17-6ubuntu4.2) ...
13:05:17 Selecting previously unselected package libkeyutils1:arm64.
13:05:17 Preparing to unpack .../25-libkeyutils1_1.6-6ubuntu1.1_arm64.deb ...
13:05:17 Unpacking libkeyutils1:arm64 (1.6-6ubuntu1.1) ...
13:05:17 Selecting previously unselected package libkrb5-3:arm64.
13:05:17 Preparing to unpack .../26-libkrb5-3_1.17-6ubuntu4.2_arm64.deb ...
13:05:17 Unpacking libkrb5-3:arm64 (1.17-6ubuntu4.2) ...
13:05:17 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
13:05:17 invoke-rc.d: could not determine current runlevel
13:05:17 invoke-rc.d: policy-rc.d denied execution of start.
13:05:17 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:05:17  docker-ce-rootless-extras depends on dbus-user-session; however:
13:05:17   Package dbus-user-session is not installed.
13:05:17 
13:05:17 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
13:05:17 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb
13:05:17 debconf: delaying package configuration, since apt-utils is not installed
13:05:17 Fetched 47.7 MB in 1s (47.8 MB/s)
13:05:17 Selecting previously unselected package libssl3:arm64.
13:05:17 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5996 files and directories currently installed.)
13:05:17 Preparing to unpack .../libssl3_3.0.7-2_arm64.deb ...
13:05:17 Unpacking libssl3:arm64 (3.0.7-2) ...
13:05:17   Installing       : libfdisk-2.37.4-9.el9.aarch64                         7/61 
13:05:17   Installing       : cracklib-2.9.6-27.el9.aarch64                         8/61 
13:05:17   Installing       : cracklib-dicts-2.9.6-27.el9.aarch64                   9/61 
13:05:17   Installing       : python3-distro-1.5.0-7.el9.noarch                    10/61 
13:05:17   Installing       : python3-setools-4.4.0-5.el9.aarch64                  11/61 
13:05:17   Installing       : python3-libsemanage-3.5-0.rc2.1.el9.aarch64          12/61 
13:05:17 Selecting previously unselected package libgssapi-krb5-2:arm64.
13:05:17 Preparing to unpack .../27-libgssapi-krb5-2_1.17-6ubuntu4.2_arm64.deb ...
13:05:17 Unpacking libgssapi-krb5-2:arm64 (1.17-6ubuntu4.2) ...
13:05:17 Selecting previously unselected package liblmdb0:arm64.
13:05:17 Preparing to unpack .../28-liblmdb0_0.9.24-1_arm64.deb ...
13:05:17 Unpacking liblmdb0:arm64 (0.9.24-1) ...
13:05:17 Selecting previously unselected package libpolkit-gobject-1-0:arm64.
13:05:17 Preparing to unpack .../29-libpolkit-gobject-1-0_0.105-26ubuntu1.3_arm64.deb ...
13:05:17 Unpacking libpolkit-gobject-1-0:arm64 (0.105-26ubuntu1.3) ...
13:05:17 Selecting previously unselected package libpsl5:arm64.
13:05:17 Preparing to unpack .../30-libpsl5_0.21.0-1ubuntu1_arm64.deb ...
13:05:17 Unpacking libpsl5:arm64 (0.21.0-1ubuntu1) ...
13:05:17 Selecting previously unselected package python-apt-common.
13:05:17 Preparing to unpack .../31-python-apt-common_2.0.1_all.deb ...
13:05:17 Unpacking python-apt-common (2.0.1) ...
13:05:17 Selecting previously unselected package python3-apt.
13:05:17 Preparing to unpack .../32-python3-apt_2.0.1_arm64.deb ...
13:05:17 Unpacking python3-apt (2.0.1) ...
13:05:17 Selecting previously unselected package apt-transport-https.
13:05:17 Preparing to unpack .../33-apt-transport-https_2.0.9_all.deb ...
13:05:17 Selecting previously unselected package libargon2-1:arm64.
13:05:17 Preparing to unpack .../libargon2-1_0~20171227-0.3_arm64.deb ...
13:05:17 Unpacking libargon2-1:arm64 (0~20171227-0.3) ...
13:05:17 Preparing to unpack .../libudev1_252.5-2_arm64.deb ...
13:05:17 Unpacking libudev1:arm64 (252.5-2) over (252.4-2) ...
13:05:17 Setting up libudev1:arm64 (252.5-2) ...
13:05:17 Selecting previously unselected package dmsetup.
13:05:17 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6013 files and directories currently installed.)
13:05:17 Preparing to unpack .../0-dmsetup_2%3a1.02.185-2_arm64.deb ...
13:05:17 Unpacking dmsetup (2:1.02.185-2) ...
13:05:17 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:05:17 Preparing to unpack .../1-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ...
13:05:17   Installing       : libnftnl-1.2.2-1.el9.aarch64                         13/61 
13:05:17   Installing       : docker-buildx-plugin-0.10.2-0.el9.aarch64            14/61 
13:05:17 Unpacking apt-transport-https (2.0.9) ...
13:05:17 Selecting previously unselected package libbrotli1:arm64.
13:05:17 Preparing to unpack .../34-libbrotli1_1.0.7-6ubuntu0.1_arm64.deb ...
13:05:17 Unpacking libbrotli1:arm64 (1.0.7-6ubuntu0.1) ...
13:05:17 Selecting previously unselected package libroken18-heimdal:arm64.
13:05:17 Preparing to unpack .../35-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
13:05:17 Unpacking libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
13:05:17 Selecting previously unselected package libasn1-8-heimdal:arm64.
13:05:17 Preparing to unpack .../36-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
13:05:17 Unpacking libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
13:05:17 Selecting previously unselected package libheimbase1-heimdal:arm64.
13:05:17 Preparing to unpack .../37-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
13:05:17 Unpacking libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
13:05:17 Selecting previously unselected package libhcrypto4-heimdal:arm64.
13:05:17 Preparing to unpack .../38-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
13:05:17 Unpacking libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
13:05:17 Reading package lists...
13:05:17 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:05:18 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
13:05:18 Selecting previously unselected package libjson-c5:arm64.
13:05:18 Preparing to unpack .../2-libjson-c5_0.16-2_arm64.deb ...
13:05:18 Unpacking libjson-c5:arm64 (0.16-2) ...
13:05:18 Selecting previously unselected package libcryptsetup12:arm64.
13:05:18 Preparing to unpack .../3-libcryptsetup12_2%3a2.6.0-2_arm64.deb ...
13:05:18 Unpacking libcryptsetup12:arm64 (2:2.6.0-2) ...
13:05:18 Selecting previously unselected package libfdisk1:arm64.
13:05:18 Preparing to unpack .../4-libfdisk1_2.38.1-4_arm64.deb ...
13:05:18 Unpacking libfdisk1:arm64 (2.38.1-4) ...
13:05:18 Selecting previously unselected package libkmod2:arm64.
13:05:18 Preparing to unpack .../5-libkmod2_30+20221128-1_arm64.deb ...
13:05:18 Unpacking libkmod2:arm64 (30+20221128-1) ...
13:05:18   Running scriptlet: docker-buildx-plugin-0.10.2-0.el9.aarch64            14/61 
13:05:18   Installing       : docker-compose-plugin-2.16.0-0.el9.aarch64           15/61 
13:05:18   Running scriptlet: docker-compose-plugin-2.16.0-0.el9.aarch64           15/61 
13:05:18   Installing       : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el9   16/61 
13:05:18 Selecting previously unselected package libwind0-heimdal:arm64.
13:05:18 Preparing to unpack .../39-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
13:05:18 Unpacking libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
13:05:18 Selecting previously unselected package libhx509-5-heimdal:arm64.
13:05:18 Preparing to unpack .../40-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
13:05:18 Unpacking libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
13:05:18 Selecting previously unselected package libkrb5-26-heimdal:arm64.
13:05:18 Preparing to unpack .../41-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
13:05:18 Unpacking libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
13:05:18 Selecting previously unselected package libheimntlm0-heimdal:arm64.
13:05:18 Preparing to unpack .../42-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
13:05:18 Unpacking libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
13:05:18 Selecting previously unselected package libgssapi3-heimdal:arm64.
13:05:18 Preparing to unpack .../43-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
13:05:18 Unpacking libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
13:05:18 Selecting previously unselected package libapparmor1:arm64.
13:05:18 Preparing to unpack .../6-libapparmor1_3.0.8-2+b1_arm64.deb ...
13:05:18 Unpacking libapparmor1:arm64 (3.0.8-2+b1) ...
13:05:18 Selecting previously unselected package libip4tc2:arm64.
13:05:18 Preparing to unpack .../7-libip4tc2_1.8.9-2_arm64.deb ...
13:05:18 Unpacking libip4tc2:arm64 (1.8.9-2) ...
13:05:18 Selecting previously unselected package libsystemd-shared:arm64.
13:05:18 Preparing to unpack .../8-libsystemd-shared_252.5-2_arm64.deb ...
13:05:18 Unpacking libsystemd-shared:arm64 (252.5-2) ...
13:05:18   Running scriptlet: docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el9   16/61 
13:05:18   Installing       : python3-audit-3.0.7-103.el9.aarch64                  17/61 
13:05:18   Installing       : libslirp-4.4.0-4.el9.aarch64                         18/61 
13:05:18   Installing       : slirp4netns-1.2.0-2.el9.aarch64                      19/61 
13:05:18   Installing       : checkpolicy-3.5-0.rc2.1.el9.aarch64                  20/61 
13:05:18   Installing       : xz-5.2.5-8.el9.aarch64                               21/61 
13:05:18   Installing       : util-linux-core-2.37.4-9.el9.aarch64                 22/61 
13:05:18   Running scriptlet: util-linux-core-2.37.4-9.el9.aarch64                 22/61 
13:05:18   Installing       : systemd-rpm-macros-252-3.el9.noarch                  23/61 
13:05:18   Installing       : openssl-1:3.0.7-2.el9.aarch64                        24/61 
13:05:18   Running scriptlet: libutempter-1.2.1-6.el9.aarch64                      25/61 
13:05:18   Installing       : libutempter-1.2.1-6.el9.aarch64                      25/61 
13:05:18 Selecting previously unselected package libsasl2-modules-db:arm64.
13:05:18 Preparing to unpack .../44-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
13:05:18 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
13:05:18 Selecting previously unselected package libsasl2-2:arm64.
13:05:18 Preparing to unpack .../45-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
13:05:18 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
13:05:18 Selecting previously unselected package libldap-common.
13:05:18 Preparing to unpack .../46-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
13:05:18 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
13:05:18 Selecting previously unselected package libldap-2.4-2:arm64.
13:05:18 Preparing to unpack .../47-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_arm64.deb ...
13:05:18 Unpacking libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.9) ...
13:05:18 Selecting previously unselected package libnghttp2-14:arm64.
13:05:18 Preparing to unpack .../48-libnghttp2-14_1.40.0-1build1_arm64.deb ...
13:05:18 Unpacking libnghttp2-14:arm64 (1.40.0-1build1) ...
13:05:18 Selecting previously unselected package librtmp1:arm64.
13:05:18 Preparing to unpack .../49-librtmp1_2.4+20151223.gitfa8646d.1-2build1_arm64.deb ...
13:05:18 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ...
13:05:18 Reading package lists...
13:05:18 Building dependency tree...
13:05:18 Reading state information...
13:05:18 Correcting dependencies... Done
13:05:18 Preparing to unpack .../9-libsystemd0_252.5-2_arm64.deb ...
13:05:18 Unpacking libsystemd0:arm64 (252.5-2) over (252.4-2) ...
13:05:18 Setting up libsystemd0:arm64 (252.5-2) ...
13:05:18 Setting up libssl3:arm64 (3.0.7-2) ...
13:05:18 Selecting previously unselected package systemd.
13:05: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 ... 6083 files and directories currently installed.)
13:05:18 Preparing to unpack .../systemd_252.5-2_arm64.deb ...
13:05:18 Unpacking systemd (252.5-2) ...
13:05:18   Installing       : libnl3-3.7.0-1.el9.aarch64                           26/61 
13:05:18   Installing       : libibverbs-44.0-2.el9.aarch64                        27/61 
13:05:18   Installing       : libpcap-14:1.10.0-4.el9.aarch64                      28/61 
13:05:18   Installing       : libnfnetlink-1.0.1-21.el9.aarch64                    29/61 
13:05:18   Installing       : libnetfilter_conntrack-1.0.9-1.el9.aarch64           30/61 
13:05:18   Installing       : iptables-libs-1.8.8-6.el9.aarch64                    31/61 
13:05:18   Installing       : iptables-nft-1.8.8-6.el9.aarch64                     32/61 
13:05:18   Running scriptlet: iptables-nft-1.8.8-6.el9.aarch64                     32/61 
13:05:18   Installing       : libeconf-0.4.1-2.el9.aarch64                         33/61 
13:05:18   Installing       : libdb-5.3.28-53.el9.aarch64                          34/61 
13:05:18   Installing       : pam-1.5.1-14.el9.aarch64                             35/61 
13:05:18 Selecting previously unselected package libssh-4:arm64.
13:05:18 Preparing to unpack .../50-libssh-4_0.9.3-2ubuntu2.2_arm64.deb ...
13:05:18 Unpacking libssh-4:arm64 (0.9.3-2ubuntu2.2) ...
13:05:18 Selecting previously unselected package libcurl4:arm64.
13:05:18 Preparing to unpack .../51-libcurl4_7.68.0-1ubuntu2.15_arm64.deb ...
13:05:18 Unpacking libcurl4:arm64 (7.68.0-1ubuntu2.15) ...
13:05:18 Selecting previously unselected package curl.
13:05:18 Preparing to unpack .../52-curl_7.68.0-1ubuntu2.15_arm64.deb ...
13:05:18 Unpacking curl (7.68.0-1ubuntu2.15) ...
13:05:18 Selecting previously unselected package dbus-user-session.
13:05:18 Preparing to unpack .../53-dbus-user-session_1.12.16-2ubuntu2.3_arm64.deb ...
13:05:18 Unpacking dbus-user-session (1.12.16-2ubuntu2.3) ...
13:05:18 Selecting previously unselected package libdconf1:arm64.
13:05:18 Preparing to unpack .../54-libdconf1_0.36.0-1_arm64.deb ...
13:05:18 Unpacking libdconf1:arm64 (0.36.0-1) ...
13:05:18 Selecting previously unselected package dconf-service.
13:05:18 Preparing to unpack .../55-dconf-service_0.36.0-1_arm64.deb ...
13:05:18 Unpacking dconf-service (0.36.0-1) ...
13:05:18 Skipping docker-ce, it is already installed and upgrade is not set.
13:05:18 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:05:18 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:05:18 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:05:18 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:05:18 The following additional packages will be installed:
13:05:18   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:05:18   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
13:05:18 Suggested packages:
13:05:18   firewalld kmod nftables
13:05:18 The following NEW packages will be installed:
13:05:18   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:05:18   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
13:05:18 Reading package lists...
13:05:18 Building dependency tree...
13:05:18 Reading state information...
13:05:18 Setting up libargon2-1:arm64 (0~20171227-0.3) ...
13:05:18 Setting up libjson-c5:arm64 (0.16-2) ...
13:05:18   Installing       : libpwquality-1.4.4-8.el9.aarch64                     36/61 
13:05:18   Installing       : util-linux-2.37.4-9.el9.aarch64                      37/61 
13:05:18 warning: /etc/adjtime created as /etc/adjtime.rpmnew
13:05:18 
13:05:18   Installing       : kmod-libs-28-7.el9.aarch64                           38/61 
13:05:18   Installing       : kmod-28-7.el9.aarch64                                39/61 
13:05:18   Installing       : fuse-common-3.10.2-5.el9.aarch64                     40/61 
13:05:18   Installing       : fuse3-3.10.2-5.el9.aarch64                           41/61 
13:05:18   Installing       : fuse-overlayfs-1.10-1.el9.aarch64                    42/61 
13:05:18   Running scriptlet: fuse-overlayfs-1.10-1.el9.aarch64                    42/61 
13:05:18   Installing       : diffutils-3.7-12.el9.aarch64                         43/61 
13:05:18   Installing       : policycoreutils-3.5-0.rc2.1.el9.aarch64              44/61 
13:05:18   Running scriptlet: policycoreutils-3.5-0.rc2.1.el9.aarch64              44/61 
13:05:18   Installing       : selinux-policy-38.1.5-1.el9.noarch                   45/61 
13:05:18   Running scriptlet: selinux-policy-38.1.5-1.el9.noarch                   45/61 
13:05:18 Selecting previously unselected package dconf-gsettings-backend:arm64.
13:05:18 Preparing to unpack .../56-dconf-gsettings-backend_0.36.0-1_arm64.deb ...
13:05:18 Unpacking dconf-gsettings-backend:arm64 (0.36.0-1) ...
13:05:18 Selecting previously unselected package libassuan0:arm64.
13:05:18 Preparing to unpack .../57-libassuan0_2.5.3-7ubuntu2_arm64.deb ...
13:05:18 Unpacking libassuan0:arm64 (2.5.3-7ubuntu2) ...
13:05:18 Selecting previously unselected package gpgconf.
13:05:18 Preparing to unpack .../58-gpgconf_2.2.19-3ubuntu2.2_arm64.deb ...
13:05:18 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
13:05:18 Selecting previously unselected package libksba8:arm64.
13:05:18 Preparing to unpack .../59-libksba8_1.3.5-2ubuntu0.20.04.2_arm64.deb ...
13:05:18 Unpacking libksba8:arm64 (1.3.5-2ubuntu0.20.04.2) ...
13:05:18 Selecting previously unselected package libnpth0:arm64.
13:05:18 Preparing to unpack .../60-libnpth0_1.6-1_arm64.deb ...
13:05:18 Unpacking libnpth0:arm64 (1.6-1) ...
13:05:18 Selecting previously unselected package dirmngr.
13:05:18 Preparing to unpack .../61-dirmngr_2.2.19-3ubuntu2.2_arm64.deb ...
13:05:18 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
13:05:18 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded.
13:05:18 Need to get 20.6 MB of archives.
13:05:18 After this operation, 96.1 MB of additional disk space will be used.
13:05:18 Get:1 https://download.docker.com/linux/ubuntu jammy/test arm64 containerd.io arm64 1.6.16-1 [19.9 MB]
13:05:19 The following additional packages will be installed:
13:05:19   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
13:05:19   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
13:05:19   gpgsm iso-codes libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4
13:05:19   libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2
13:05:19   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
13:05:19   libldap-common libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18
13:05:19   libpsl5 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
13:05:19   libreadline7 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1
13:05:19   libssl1.1 lsb-base mime-support openssl pinentry-curses python-apt-common
13:05:19   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
13:05:19   python3-software-properties python3.7 python3.7-minimal readline-common
13:05:19 Suggested packages:
13:05:19   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
13:05:19   scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk
13:05:19   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
13:05:19   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.7-venv
13:05:19   python3.7-doc binutils binfmt-support readline-doc
13:05:19 Recommended packages:
13:05:19   dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales packagekit
13:05:19   publicsuffix libsasl2-modules bzip2 file xz-utils unattended-upgrades
13:05:19 Setting up libfdisk1:arm64 (2.38.1-4) ...
13:05:19 Setting up libkmod2:arm64 (30+20221128-1) ...
13:05:19 Setting up libapparmor1:arm64 (3.0.8-2+b1) ...
13:05:19 Setting up libip4tc2:arm64 (1.8.9-2) ...
13:05:19 Setting up libsystemd-shared:arm64 (252.5-2) ...
13:05:19 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
13:05:19 Setting up libcryptsetup12:arm64 (2:2.6.0-2) ...
13:05:19 Setting up systemd (252.5-2) ...
13:05:19 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:05:19 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:05:19 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:05:19 Initializing machine ID from random generator.
13:05:19 Creating group 'systemd-journal' with GID 999.
13:05:19 Creating group 'systemd-network' with GID 998.
13:05:19 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
13:05:19   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch          46/61 
13:05:19   Installing       : selinux-policy-targeted-38.1.5-1.el9.noarch          46/61 
13:05:19 Selecting previously unselected package libpackagekit-glib2-18:arm64.
13:05:19 Preparing to unpack .../62-libpackagekit-glib2-18_1.1.13-2ubuntu1.1_arm64.deb ...
13:05:19 Unpacking libpackagekit-glib2-18:arm64 (1.1.13-2ubuntu1.1) ...
13:05:19 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:05:19 Preparing to unpack .../63-gir1.2-packagekitglib-1.0_1.1.13-2ubuntu1.1_arm64.deb ...
13:05:19 Unpacking gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ...
13:05:19 Selecting previously unselected package libproxy1v5:arm64.
13:05:19 Preparing to unpack .../64-libproxy1v5_0.4.15-10ubuntu1.2_arm64.deb ...
13:05:19 Unpacking libproxy1v5:arm64 (0.4.15-10ubuntu1.2) ...
13:05:19 Selecting previously unselected package glib-networking-common.
13:05:19 Preparing to unpack .../65-glib-networking-common_2.64.2-1ubuntu0.1_all.deb ...
13:05:19 Unpacking glib-networking-common (2.64.2-1ubuntu0.1) ...
13:05:19 Selecting previously unselected package glib-networking-services.
13:05:19 Preparing to unpack .../66-glib-networking-services_2.64.2-1ubuntu0.1_arm64.deb ...
13:05:19 Unpacking glib-networking-services (2.64.2-1ubuntu0.1) ...
13:05:19 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmnl0 arm64 1.0.4-3build2 [12.9 kB]
13:05:19 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxtables12 arm64 1.8.7-1ubuntu5 [30.8 kB]
13:05:19 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 netbase all 6.3 [12.9 kB]
13:05:19 Setting up dmsetup (2:1.02.185-2) ...
13:05:19 Selecting previously unselected package systemd-sysv.
13:05:19 (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 ... 6921 files and directories currently installed.)
13:05:19 Preparing to unpack .../0-systemd-sysv_252.5-2_arm64.deb ...
13:05:19 Unpacking systemd-sysv (252.5-2) ...
13:05:19 Selecting previously unselected package libdbus-1-3:arm64.
13:05:19 Preparing to unpack .../1-libdbus-1-3_1.14.4-1_arm64.deb ...
13:05:19 Unpacking libdbus-1-3:arm64 (1.14.4-1) ...
13:05:19 Selecting previously unselected package dbus-bin.
13:05:19 Preparing to unpack .../2-dbus-bin_1.14.4-1_arm64.deb ...
13:05:19 Unpacking dbus-bin (1.14.4-1) ...
13:05:19 Selecting previously unselected package dbus-session-bus-common.
13:05:19 Preparing to unpack .../3-dbus-session-bus-common_1.14.4-1_all.deb ...
13:05:19 Unpacking dbus-session-bus-common (1.14.4-1) ...
13:05:19 Selecting previously unselected package gsettings-desktop-schemas.
13:05:19 Preparing to unpack .../67-gsettings-desktop-schemas_3.36.0-1ubuntu1_all.deb ...
13:05:19 Unpacking gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
13:05:19 Selecting previously unselected package glib-networking:arm64.
13:05:19 Preparing to unpack .../68-glib-networking_2.64.2-1ubuntu0.1_arm64.deb ...
13:05:19 Unpacking glib-networking:arm64 (2.64.2-1ubuntu0.1) ...
13:05:19 Selecting previously unselected package gnupg-l10n.
13:05:19 Preparing to unpack .../69-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
13:05:19 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
13:05:19 Selecting previously unselected package gnupg-utils.
13:05:19 Preparing to unpack .../70-gnupg-utils_2.2.19-3ubuntu2.2_arm64.deb ...
13:05:19 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
13:05:19 Selecting previously unselected package gpg.
13:05:19 Preparing to unpack .../71-gpg_2.2.19-3ubuntu2.2_arm64.deb ...
13:05:19 Unpacking gpg (2.2.19-3ubuntu2.2) ...
13:05:19 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libip6tc2 arm64 1.8.7-1ubuntu5 [20.1 kB]
13:05:19 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnfnetlink0 arm64 1.0.1-3build3 [14.2 kB]
13:05:19 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnetfilter-conntrack3 arm64 1.0.9-1 [44.5 kB]
13:05:19 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnftnl11 arm64 1.2.1-1build1 [64.5 kB]
13:05:19 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 iptables arm64 1.8.7-1ubuntu5 [451 kB]
13:05:19 Selecting previously unselected package libexpat1:arm64.
13:05:19 Preparing to unpack .../4-libexpat1_2.5.0-1_arm64.deb ...
13:05:19 Unpacking libexpat1:arm64 (2.5.0-1) ...
13:05:19 Selecting previously unselected package dbus-daemon.
13:05:19 Preparing to unpack .../5-dbus-daemon_1.14.4-1_arm64.deb ...
13:05:19 Unpacking dbus-daemon (1.14.4-1) ...
13:05:19 Selecting previously unselected package adduser.
13:05:19 Preparing to unpack .../6-adduser_3.130_all.deb ...
13:05:19 Unpacking adduser (3.130) ...
13:05:19 Setting up adduser (3.130) ...
13:05:19 Selecting previously unselected package dbus-system-bus-common.
13:05:19 (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 ... 7053 files and directories currently installed.)
13:05:19 Preparing to unpack .../dbus-system-bus-common_1.14.4-1_all.deb ...
13:05:19 Unpacking dbus-system-bus-common (1.14.4-1) ...
13:05:19 Selecting previously unselected package pinentry-curses.
13:05:19 Preparing to unpack .../72-pinentry-curses_1.1.0-3build1_arm64.deb ...
13:05:19 Unpacking pinentry-curses (1.1.0-3build1) ...
13:05:19 Selecting previously unselected package gpg-agent.
13:05:19 Preparing to unpack .../73-gpg-agent_2.2.19-3ubuntu2.2_arm64.deb ...
13:05:19 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
13:05:19 Selecting previously unselected package gpg-wks-client.
13:05:19 Preparing to unpack .../74-gpg-wks-client_2.2.19-3ubuntu2.2_arm64.deb ...
13:05:19 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
13:05:19 Selecting previously unselected package gpg-wks-server.
13:05:19 Preparing to unpack .../75-gpg-wks-server_2.2.19-3ubuntu2.2_arm64.deb ...
13:05:19 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
13:05:19 Selecting previously unselected package gpgsm.
13:05:19 Preparing to unpack .../76-gpgsm_2.2.19-3ubuntu2.2_arm64.deb ...
13:05:19 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
13:05:19 Selecting previously unselected package gnupg.
13:05:19 Preparing to unpack .../77-gnupg_2.2.19-3ubuntu2.2_all.deb ...
13:05:19 The following NEW packages will be installed:
13:05:19   apt-transport-https ca-certificates curl dirmngr distro-info-data
13:05:19   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
13:05:19   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
13:05:19   libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
13:05:19   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libk5crypto3
13:05:19   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common
13:05:19   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
13:05:19   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline7
13:05:19   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl1.1
13:05:19   lsb-base lsb-release mime-support openssl pinentry-curses python-apt-common
13:05:19   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
13:05:19   python3-software-properties python3.7 python3.7-minimal readline-common
13:05:19   software-properties-common
13:05:19 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dbus-user-session arm64 1.12.20-2ubuntu4.1 [9442 B]
13:05:19 debconf: delaying package configuration, since apt-utils is not installed
13:05:19 Fetched 20.6 MB in 1s (23.5 MB/s)
13:05:19 Selecting previously unselected package libmnl0:arm64.
13:05:19 (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 ... 9443 files and directories currently installed.)
13:05:19 Preparing to unpack .../0-libmnl0_1.0.4-3build2_arm64.deb ...
13:05:19 Unpacking libmnl0:arm64 (1.0.4-3build2) ...
13:05:19 + popd
13:05:19 ~/rpmbuild/BUILD/src
13:05:19 + RPM_EC=0
13:05:19 ++ jobs -p
13:05:19 + exit 0
13:05:19 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.552WeJ
13:05:19 + umask 022
13:05:19 + cd /root/rpmbuild/BUILD
13:05:19 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64 '!=' / ']'
13:05:19 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64
13:05:19 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64
13:05:19 + mkdir -p /root/rpmbuild/BUILDROOT
13:05:19 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64
13:05:19 + 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:05:19 + export CFLAGS
13:05:19 + 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:05:19 + export CXXFLAGS
13:05:19 + 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:05:19 + export FFLAGS
13:05:19 + 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:05:19 + export FCFLAGS
13:05:19 + 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.16.0-0.fc36.aarch64.ld'
13:05:19 + export LDFLAGS
13:05:19 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:05:19 + export LT_SYS_LIBRARY_PATH
13:05:19 + CC=gcc
13:05:19 + export CC
13:05:19 + CXX=g++
13:05:19 + export CXX
13:05:19 + cd src
13:05:19 + pushd /root/rpmbuild/BUILD/src/compose
13:05:19 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:05:19 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:05:19 + popd
13:05:19 ~/rpmbuild/BUILD/src
13:05:19 + for f in LICENSE MAINTAINERS NOTICE README.md
13:05:19 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:05:19 + for f in LICENSE MAINTAINERS NOTICE README.md
13:05:19 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:05:19 + for f in LICENSE MAINTAINERS NOTICE README.md
13:05:19 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:05:19 + for f in LICENSE MAINTAINERS NOTICE README.md
13:05:19 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:05:19 + /usr/lib/rpm/check-buildroot
13:05:19 + /usr/lib/rpm/redhat/brp-ldconfig
13:05:19 + /usr/lib/rpm/brp-compress
13:05:19 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:05:19 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:05:19 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:05:19 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:05:19 + /usr/lib/rpm/check-rpaths
13:05:19 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:05:19 + /usr/lib/rpm/brp-remove-la-files
13:05:19 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:05:19 + /usr/lib/rpm/redhat/brp-python-hardlink
13:05:19 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.j27Lz1
13:05:19 + umask 022
13:05:19 + cd /root/rpmbuild/BUILD
13:05:19 + 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:05:19 + export CFLAGS
13:05:19 + 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:05:19 + export CXXFLAGS
13:05:19 + 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:05:19 + export FFLAGS
13:05:19 + 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:05:19 + export FCFLAGS
13:05:19 + 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.16.0-0.fc36.aarch64.ld'
13:05:19 + export LDFLAGS
13:05:19 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:05:19 + export LT_SYS_LIBRARY_PATH
13:05:19 + CC=gcc
13:05:19 + export CC
13:05:19 + CXX=g++
13:05:19 + export CXX
13:05:19 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:05:19 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.16.0-0.fc36 aarch64
13:05:19 + cd src
13:05:19 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:05:19 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:05:19 + ver=v2.16.0
13:05:19 + test v2.16.0 = v2.16.0
13:05:19 + echo 'PASS: docker-compose version OK'
13:05:19 PASS: docker-compose version OK
13:05:19 + RPM_EC=0
13:05:19 ++ jobs -p
13:05:19 + exit 0
13:05:19 Processing files: docker-compose-plugin-2.16.0-0.fc36.aarch64
13:05:19 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qgio6w
13:05:19 + umask 022
13:05:19 + cd /root/rpmbuild/BUILD
13:05:19 + cd src
13:05:19 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
13:05:19 + export LC_ALL=C
13:05:19 + LC_ALL=C
13:05:19 + export DOCDIR
13:05:19 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
13:05:19 + 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.16.0-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
13:05:19 + RPM_EC=0
13:05:19 ++ jobs -p
13:05:19 + exit 0
13:05:19 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.yhklqp
13:05:19 + umask 022
13:05:19 + cd /root/rpmbuild/BUILD
13:05:19 + cd src
13:05:19 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
13:05:19 + export LC_ALL=C
13:05:19 + LC_ALL=C
13:05:19 + export LICENSEDIR
13:05:19 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
13:05:19 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
13:05:19 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
13:05:19 + RPM_EC=0
13:05:19 ++ jobs -p
13:05:19 + exit 0
13:05:19 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:05:19 Provides: docker-compose-plugin = 0:2.16.0-0.fc36 docker-compose-plugin(aarch-64) = 0:2.16.0-0.fc36
13:05:19 Requires(interp): /bin/sh /bin/sh /bin/sh
13:05:19 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:05:19 Requires(post): /bin/sh
13:05:19 Requires(preun): /bin/sh
13:05:19 Requires(postun): /bin/sh
13:05:19 Enhances: docker-ce-cli
13:05:19 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64
13:05:19 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.fc36.src.rpm
13:05:19 Selecting previously unselected package dbus.
13:05:19 Preparing to unpack .../dbus_1.14.4-1_arm64.deb ...
13:05:19 Unpacking dbus (1.14.4-1) ...
13:05:19 Selecting previously unselected package libpython3.11-minimal:arm64.
13:05:19 Preparing to unpack .../libpython3.11-minimal_3.11.1-2_arm64.deb ...
13:05:19 Unpacking libpython3.11-minimal:arm64 (3.11.1-2) ...
13:05:19 Selecting previously unselected package python3.11-minimal.
13:05:19 Preparing to unpack .../python3.11-minimal_3.11.1-2_arm64.deb ...
13:05:19 Unpacking python3.11-minimal (3.11.1-2) ...
13:05:19 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
13:05:19 Selecting previously unselected package libsoup2.4-1:arm64.
13:05:19 Preparing to unpack .../78-libsoup2.4-1_2.70.0-1_arm64.deb ...
13:05:19 Unpacking libsoup2.4-1:arm64 (2.70.0-1) ...
13:05:19 Selecting previously unselected package libstemmer0d:arm64.
13:05:19 Preparing to unpack .../79-libstemmer0d_0+svn585-2_arm64.deb ...
13:05:19 Unpacking libstemmer0d:arm64 (0+svn585-2) ...
13:05:19 Selecting previously unselected package libappstream4:arm64.
13:05:19 Preparing to unpack .../80-libappstream4_0.12.10-2_arm64.deb ...
13:05:19 Unpacking libappstream4:arm64 (0.12.10-2) ...
13:05:19 Selecting previously unselected package libglib2.0-bin.
13:05:19 Preparing to unpack .../81-libglib2.0-bin_2.64.6-1~ubuntu20.04.4_arm64.deb ...
13:05:19 Unpacking libglib2.0-bin (2.64.6-1~ubuntu20.04.4) ...
13:05:19 0 upgraded, 66 newly installed, 0 to remove and 0 not upgraded.
13:05:19 Need to get 22.9 MB of archives.
13:05:19 After this operation, 81.6 MB of additional disk space will be used.
13:05:19 Get:1 http://deb.debian.org/debian buster/main arm64 libssl1.1 arm64 1.1.1n-0+deb10u3 [1392 kB]
13:05:19 Get:2 http://deb.debian.org/debian-security buster/updates/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u4 [588 kB]
13:05:19 Get:3 http://deb.debian.org/debian-security buster/updates/main arm64 libexpat1 arm64 2.2.6-2+deb10u6 [87.5 kB]
13:05:19 Get:4 http://deb.debian.org/debian-security buster/updates/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u4 [1404 kB]
13:05:19 Get:5 http://deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
13:05:19 Get:6 http://deb.debian.org/debian buster/main arm64 mime-support all 3.62 [37.2 kB]
13:05:19 Get:7 http://deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
13:05:19 Get:8 http://deb.debian.org/debian buster/main arm64 readline-common all 7.0-5 [70.6 kB]
13:05:19 Get:9 http://deb.debian.org/debian buster/main arm64 libreadline7 arm64 7.0-5 [134 kB]
13:05:19 Get:10 http://deb.debian.org/debian-security buster/updates/main arm64 libsqlite3-0 arm64 3.27.2-3+deb10u2 [603 kB]
13:05:19 Get:11 http://deb.debian.org/debian-security buster/updates/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u4 [1641 kB]
13:05:19 Get:12 http://deb.debian.org/debian-security buster/updates/main arm64 python3.7 arm64 3.7.3-2+deb10u4 [330 kB]
13:05:19 Get:13 http://deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
13:05:19 Get:14 http://deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
13:05:19 Get:15 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
13:05:19 Get:16 http://deb.debian.org/debian-security buster/updates/main arm64 libkrb5support0 arm64 1.17-3+deb10u5 [65.2 kB]
13:05:19 Get:17 http://deb.debian.org/debian-security buster/updates/main arm64 libk5crypto3 arm64 1.17-3+deb10u5 [123 kB]
13:05:19 Get:18 http://deb.debian.org/debian-security buster/updates/main arm64 libkrb5-3 arm64 1.17-3+deb10u5 [351 kB]
13:05:19 Get:19 http://deb.debian.org/debian-security buster/updates/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u5 [150 kB]
13:05:19 Get:20 http://deb.debian.org/debian buster/main arm64 apt-transport-https all 1.8.2.3 [149 kB]
13:05:19 Get:21 http://deb.debian.org/debian buster/main arm64 openssl arm64 1.1.1n-0+deb10u3 [834 kB]
13:05:19 Get:22 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB]
13:05:19 Get:23 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u2 [69.4 kB]
13:05:19 Get:24 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u2 [105 kB]
13:05:19 Get:25 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
13:05:19 Get:26 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u7 [216 kB]
13:05:19 Get:27 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
13:05:19 Get:28 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
13:05:19 Get:29 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
13:05:19 Get:30 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
13:05:19 Get:31 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl4 arm64 7.64.0-4+deb10u4 [313 kB]
13:05:19 Get:32 http://deb.debian.org/debian-security buster/updates/main arm64 curl arm64 7.64.0-4+deb10u4 [261 kB]
13:05:19 Get:33 http://deb.debian.org/debian buster/main arm64 libassuan0 arm64 2.5.2-1 [47.1 kB]
13:05:19 Get:34 http://deb.debian.org/debian buster/main arm64 gpgconf arm64 2.2.12-1+deb10u2 [504 kB]
13:05:19 Get:35 http://deb.debian.org/debian buster/main arm64 lsb-base all 10.2019051400 [28.4 kB]
13:05:19 Get:36 http://deb.debian.org/debian-security buster/updates/main arm64 libksba8 arm64 1.3.5-2+deb10u2 [96.6 kB]
13:05:19 Get:37 http://deb.debian.org/debian buster/main arm64 libnpth0 arm64 1.6-1 [17.6 kB]
13:05:19 Get:38 http://deb.debian.org/debian buster/main arm64 dirmngr arm64 2.2.12-1+deb10u2 [694 kB]
13:05:19 Get:39 http://deb.debian.org/debian-security buster/updates/main arm64 distro-info-data all 0.41+deb10u6 [7080 B]
13:05:19 Get:40 http://deb.debian.org/debian-security buster/updates/main arm64 libglib2.0-0 arm64 2.58.3-2+deb10u4 [1186 kB]
13:05:19 Get:41 http://deb.debian.org/debian buster/main arm64 libgirepository-1.0-1 arm64 1.58.3-2 [85.1 kB]
13:05:19 Get:42 http://deb.debian.org/debian buster/main arm64 gir1.2-glib-2.0 arm64 1.58.3-2 [143 kB]
13:05:19 Get:43 http://deb.debian.org/debian buster/main arm64 libpackagekit-glib2-18 arm64 1.1.12-5 [105 kB]
13:05:19 Get:44 http://deb.debian.org/debian buster/main arm64 gir1.2-packagekitglib-1.0 arm64 1.1.12-5 [35.9 kB]
13:05:19 Get:45 http://deb.debian.org/debian buster/main arm64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
13:05:19 Get:46 http://deb.debian.org/debian buster/main arm64 gnupg-utils arm64 2.2.12-1+deb10u2 [824 kB]
13:05:19 Get:47 http://deb.debian.org/debian buster/main arm64 gpg arm64 2.2.12-1+deb10u2 [827 kB]
13:05:19 Get:48 http://deb.debian.org/debian buster/main arm64 pinentry-curses arm64 1.1.0-2 [62.7 kB]
13:05:19 Get:49 http://deb.debian.org/debian buster/main arm64 gpg-agent arm64 2.2.12-1+deb10u2 [601 kB]
13:05:19 Get:50 http://deb.debian.org/debian buster/main arm64 gpg-wks-client arm64 2.2.12-1+deb10u2 [478 kB]
13:05:19 Get:51 http://deb.debian.org/debian buster/main arm64 gpg-wks-server arm64 2.2.12-1+deb10u2 [472 kB]
13:05:19 Get:52 http://deb.debian.org/debian buster/main arm64 gpgsm arm64 2.2.12-1+deb10u2 [586 kB]
13:05:19 Get:53 http://deb.debian.org/debian buster/main arm64 gnupg all 2.2.12-1+deb10u2 [715 kB]
13:05:19 Get:54 http://deb.debian.org/debian buster/main arm64 gnupg2 all 2.2.12-1+deb10u2 [393 kB]
13:05:19 Get:55 http://deb.debian.org/debian buster/main arm64 iso-codes all 4.2-1 [2713 kB]
13:05:19 Get:56 http://deb.debian.org/debian buster/main arm64 libapt-inst2.0 arm64 1.8.2.3 [202 kB]
13:05:19 Get:57 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl3-gnutls arm64 7.64.0-4+deb10u4 [312 kB]
13:05:19 Get:58 http://deb.debian.org/debian-security buster/updates/main arm64 libdbus-1-3 arm64 1.12.24-0+deb10u1 [209 kB]
13:05:19 Get:59 http://deb.debian.org/debian buster/main arm64 lsb-release all 10.2019051400 [27.5 kB]
13:05:19 Get:60 http://deb.debian.org/debian buster/main arm64 python-apt-common all 1.8.4.3 [96.3 kB]
13:05:19 Get:61 http://deb.debian.org/debian buster/main arm64 python3-apt arm64 1.8.4.3 [179 kB]
13:05:19 Get:62 http://deb.debian.org/debian buster/main arm64 python3-dbus arm64 1.2.8-3 [101 kB]
13:05:19 Get:63 http://deb.debian.org/debian buster/main arm64 python3-gi arm64 3.30.4-1 [174 kB]
13:05:19 Get:64 http://deb.debian.org/debian buster/main arm64 python3-pycurl arm64 7.43.0.2-0.1 [65.5 kB]
13:05:19 Get:65 http://deb.debian.org/debian buster/main arm64 python3-software-properties all 0.96.20.2-2 [49.6 kB]
13:05:19 Get:66 http://deb.debian.org/debian buster/main arm64 software-properties-common all 0.96.20.2-2 [83.3 kB]
13:05:19 Selecting previously unselected package libxtables12:arm64.
13:05:19 Preparing to unpack .../1-libxtables12_1.8.7-1ubuntu5_arm64.deb ...
13:05:19 Unpacking libxtables12:arm64 (1.8.7-1ubuntu5) ...
13:05:19 Selecting previously unselected package netbase.
13:05:19 Preparing to unpack .../2-netbase_6.3_all.deb ...
13:05:19 Unpacking netbase (6.3) ...
13:05:19 Selecting previously unselected package libip6tc2:arm64.
13:05:19 Preparing to unpack .../3-libip6tc2_1.8.7-1ubuntu5_arm64.deb ...
13:05:19 Unpacking libip6tc2:arm64 (1.8.7-1ubuntu5) ...
13:05:19 Selecting previously unselected package libnfnetlink0:arm64.
13:05:19 Preparing to unpack .../4-libnfnetlink0_1.0.1-3build3_arm64.deb ...
13:05:19 Unpacking libnfnetlink0:arm64 (1.0.1-3build3) ...
13:05:19 Selecting previously unselected package libnetfilter-conntrack3:arm64.
13:05:19 Preparing to unpack .../5-libnetfilter-conntrack3_1.0.9-1_arm64.deb ...
13:05:19 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-1) ...
13:05:20 Setting up libpython3.11-minimal:arm64 (3.11.1-2) ...
13:05:20 Setting up libexpat1:arm64 (2.5.0-1) ...
13:05:20 Setting up python3.11-minimal (3.11.1-2) ...
13:05:20 Selecting previously unselected package libgstreamer1.0-0:arm64.
13:05:20 Preparing to unpack .../82-libgstreamer1.0-0_1.16.3-0ubuntu1.1_arm64.deb ...
13:05:20 Unpacking libgstreamer1.0-0:arm64 (1.16.3-0ubuntu1.1) ...
13:05:20 Selecting previously unselected package libpolkit-agent-1-0:arm64.
13:05:20 Preparing to unpack .../83-libpolkit-agent-1-0_0.105-26ubuntu1.3_arm64.deb ...
13:05:20 Unpacking libpolkit-agent-1-0:arm64 (0.105-26ubuntu1.3) ...
13:05:20 Selecting previously unselected package policykit-1.
13:05:20 Preparing to unpack .../84-policykit-1_0.105-26ubuntu1.3_arm64.deb ...
13:05:20 Unpacking policykit-1 (0.105-26ubuntu1.3) ...
13:05:20 debconf: delaying package configuration, since apt-utils is not installed
13:05:20 Fetched 22.9 MB in 0s (47.1 MB/s)
13:05:20 Selecting previously unselected package libssl1.1:arm64.
13:05:20 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6670 files and directories currently installed.)
13:05:20 Preparing to unpack .../libssl1.1_1.1.1n-0+deb10u3_arm64.deb ...
13:05:20 Unpacking libssl1.1:arm64 (1.1.1n-0+deb10u3) ...
13:05:20 Selecting previously unselected package libnftnl11:arm64.
13:05:20 Preparing to unpack .../6-libnftnl11_1.2.1-1build1_arm64.deb ...
13:05:20 Unpacking libnftnl11:arm64 (1.2.1-1build1) ...
13:05:20 Selecting previously unselected package iptables.
13:05:20 Preparing to unpack .../7-iptables_1.8.7-1ubuntu5_arm64.deb ...
13:05:20 Unpacking iptables (1.8.7-1ubuntu5) ...
13:05:20 Selecting previously unselected package containerd.io.
13:05:20 Preparing to unpack .../8-containerd.io_1.6.16-1_arm64.deb ...
13:05:20 Unpacking containerd.io (1.6.16-1) ...
13:05:20 Selecting previously unselected package python3-certifi.
13:05:20 Preparing to unpack .../85-python3-certifi_2019.11.28-1_all.deb ...
13:05:20 Unpacking python3-certifi (2019.11.28-1) ...
13:05:20 Selecting previously unselected package python3-chardet.
13:05:20 Preparing to unpack .../86-python3-chardet_3.0.4-4build1_all.deb ...
13:05:20 Unpacking python3-chardet (3.0.4-4build1) ...
13:05:20 Selecting previously unselected package python3-idna.
13:05:20 Preparing to unpack .../87-python3-idna_2.8-1_all.deb ...
13:05:20 Unpacking python3-idna (2.8-1) ...
13:05:20 Selecting previously unselected package python3-urllib3.
13:05:20 Preparing to unpack .../88-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
13:05:20 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
13:05:20 Selecting previously unselected package python3-requests.
13:05:20 Preparing to unpack .../89-python3-requests_2.22.0-2ubuntu1_all.deb ...
13:05:20 Unpacking python3-requests (2.22.0-2ubuntu1) ...
13:05:20 Selecting previously unselected package python3-requests-unixsocket.
13:05:20 Preparing to unpack .../90-python3-requests-unixsocket_0.2.0-2_all.deb ...
13:05:20 Unpacking python3-requests-unixsocket (0.2.0-2) ...
13:05:20 Selecting previously unselected package libpython3.7-minimal:arm64.
13:05:20 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u4_arm64.deb ...
13:05:20 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u4) ...
13:05:20 Selecting previously unselected package libexpat1:arm64.
13:05:20 Preparing to unpack .../libexpat1_2.2.6-2+deb10u6_arm64.deb ...
13:05:20 Unpacking libexpat1:arm64 (2.2.6-2+deb10u6) ...
13:05:20 Selecting previously unselected package python3.7-minimal.
13:05:20 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u4_arm64.deb ...
13:05:20 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
13:05:20 Setting up libssl1.1:arm64 (1.1.1n-0+deb10u3) ...
13:05:20 Selecting previously unselected package python3-software-properties.
13:05:20 Preparing to unpack .../91-python3-software-properties_0.99.9.10_all.deb ...
13:05:20 Unpacking python3-software-properties (0.99.9.10) ...
13:05:20 Selecting previously unselected package packagekit.
13:05:20 Preparing to unpack .../92-packagekit_1.1.13-2ubuntu1.1_arm64.deb ...
13:05:20 Unpacking packagekit (1.1.13-2ubuntu1.1) ...
13:05:20 Selecting previously unselected package software-properties-common.
13:05:20 Preparing to unpack .../93-software-properties-common_0.99.9.10_all.deb ...
13:05:20 Unpacking software-properties-common (0.99.9.10) ...
13:05:20 Selecting previously unselected package gnupg2.
13:05:20 Preparing to unpack .../94-gnupg2_2.2.19-3ubuntu2.2_all.deb ...
13:05:20 Unpacking gnupg2 (2.2.19-3ubuntu2.2) ...
13:05:20 Setting up libksba8:arm64 (1.3.5-2ubuntu0.20.04.2) ...
13:05:20 Setting up liblmdb0:arm64 (0.9.24-1) ...
13:05:20 Setting up systemd-sysv (245.4-4ubuntu3.19) ...
13:05:20 Setting up libkeyutils1:arm64 (1.6-6ubuntu1.1) ...
13:05:20 Setting up libproxy1v5:arm64 (0.4.15-10ubuntu1.2) ...
13:05:20 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-kinetic"
13:05:20 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u4) ...
13:05:20 Setting up libexpat1:arm64 (2.2.6-2+deb10u6) ...
13:05:20 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
13:05:20 Setting up libpsl5:arm64 (0.21.0-1ubuntu1) ...
13:05:20 Setting up mime-support (3.64ubuntu1) ...
13:05:20 Setting up apt-transport-https (2.0.9) ...
13:05:20 Setting up libyaml-0-2:arm64 (0.2.2-1) ...
13:05:20 Setting up libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.4) ...
13:05:20 Setting up distro-info-data (0.43ubuntu1.11) ...
13:05:20 Setting up libbrotli1:arm64 (1.0.7-6ubuntu0.1) ...
13:05:20 Setting up libsqlite3-0:arm64 (3.31.1-4ubuntu0.5) ...
13:05:20 Setting up libnghttp2-14:arm64 (1.40.0-1build1) ...
13:05:20 Setting up libpackagekit-glib2-18:arm64 (1.1.13-2ubuntu1.1) ...
13:05:20 Setting up libnpth0:arm64 (1.6-1) ...
13:05:20 Setting up libassuan0:arm64 (2.5.3-7ubuntu2) ...
13:05:20 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
13:05:20 Setting up libkrb5support0:arm64 (1.17-6ubuntu4.2) ...
13:05:20 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
13:05:20 Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
13:05:21 Selecting previously unselected package python3-minimal.
13:05: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 ... 7388 files and directories currently installed.)
13:05:21 Preparing to unpack .../00-python3-minimal_3.11.1-3_arm64.deb ...
13:05:21 Unpacking python3-minimal (3.11.1-3) ...
13:05:21 Selecting previously unselected package media-types.
13:05:21 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
13:05:21 Unpacking media-types (8.0.0) ...
13:05:21 Selecting previously unselected package libmpdec3:arm64.
13:05:21 Preparing to unpack .../02-libmpdec3_2.5.1-2_arm64.deb ...
13:05:21 Unpacking libmpdec3:arm64 (2.5.1-2) ...
13:05:21 Selecting previously unselected package libncursesw6:arm64.
13:05:21 Preparing to unpack .../03-libncursesw6_6.4-2_arm64.deb ...
13:05:21 Unpacking libncursesw6:arm64 (6.4-2) ...
13:05:21 Selecting previously unselected package libkrb5support0:arm64.
13:05:21 Preparing to unpack .../04-libkrb5support0_1.20.1-1_arm64.deb ...
13:05:21 Unpacking libkrb5support0:arm64 (1.20.1-1) ...
13:05:21 
13:05:21 Current default time zone: 'Etc/UTC'
13:05:21 Local time is now:      Wed Feb  8 13:05:21 UTC 2023.
13:05:21 Universal Time is now:  Wed Feb  8 13:05:21 UTC 2023.
13:05:21 Run 'dpkg-reconfigure tzdata' if you wish to change it.
13:05:21 
13:05:21 Setting up libcap2-bin (1:2.32-1) ...
13:05:21 Setting up libdconf1:arm64 (0.36.0-1) ...
13:05:21 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
13:05:21 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
13:05:21 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ...
13:05:21 Setting up libdbus-1-3:arm64 (1.12.16-2ubuntu2.3) ...
13:05:21 Setting up dbus (1.12.16-2ubuntu2.3) ...
13:05:21 Selecting previously unselected package libk5crypto3:arm64.
13:05:21 Preparing to unpack .../05-libk5crypto3_1.20.1-1_arm64.deb ...
13:05:21 Unpacking libk5crypto3:arm64 (1.20.1-1) ...
13:05:21 Selecting previously unselected package libkeyutils1:arm64.
13:05:21 Preparing to unpack .../06-libkeyutils1_1.6.3-2_arm64.deb ...
13:05:21 Unpacking libkeyutils1:arm64 (1.6.3-2) ...
13:05:21 Selecting previously unselected package libkrb5-3:arm64.
13:05:21 Preparing to unpack .../07-libkrb5-3_1.20.1-1_arm64.deb ...
13:05:21 Unpacking libkrb5-3:arm64 (1.20.1-1) ...
13:05:21 Selecting previously unselected package libgssapi-krb5-2:arm64.
13:05:21 Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-1_arm64.deb ...
13:05:21 Unpacking libgssapi-krb5-2:arm64 (1.20.1-1) ...
13:05:21 Selecting previously unselected package libtirpc-common.
13:05:21 Preparing to unpack .../09-libtirpc-common_1.3.3+ds-1_all.deb ...
13:05:21 Unpacking libtirpc-common (1.3.3+ds-1) ...
13:05:21 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:05:21 Setting up libk5crypto3:arm64 (1.17-6ubuntu4.2) ...
13:05:21 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
13:05:21 Setting up libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
13:05:21 Setting up python-apt-common (2.0.1) ...
13:05:21 Setting up libpam-systemd:arm64 (245.4-4ubuntu3.19) ...
13:05:21 Setting up libgirepository-1.0-1:arm64 (1.64.1-1~ubuntu20.04.1) ...
13:05:21 Setting up libkrb5-3:arm64 (1.17-6ubuntu4.2) ...
13:05:21 Setting up libstemmer0d:arm64 (0+svn585-2) ...
13:05:21 Setting up libmpdec2:arm64 (2.4.2-3) ...
13:05:21 Selecting previously unselected package python3-minimal.
13:05: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 ... 6931 files and directories currently installed.)
13:05:21 Preparing to unpack .../0-python3-minimal_3.7.3-1_arm64.deb ...
13:05:21 Unpacking python3-minimal (3.7.3-1) ...
13:05:21 Selecting previously unselected package mime-support.
13:05:21 Preparing to unpack .../1-mime-support_3.62_all.deb ...
13:05:21 Unpacking mime-support (3.62) ...
13:05:21 Selecting previously unselected package libmpdec2:arm64.
13:05:21 Preparing to unpack .../2-libmpdec2_2.4.2-2_arm64.deb ...
13:05:21 Unpacking libmpdec2:arm64 (2.4.2-2) ...
13:05:21 Selecting previously unselected package libtirpc3:arm64.
13:05:21 Preparing to unpack .../10-libtirpc3_1.3.3+ds-1_arm64.deb ...
13:05:21 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ...
13:05:21 Selecting previously unselected package libnsl2:arm64.
13:05:21 Preparing to unpack .../11-libnsl2_1.3.0-2_arm64.deb ...
13:05:21 Unpacking libnsl2:arm64 (1.3.0-2) ...
13:05:21 Selecting previously unselected package readline-common.
13:05:21 Preparing to unpack .../12-readline-common_8.2-1.3_all.deb ...
13:05:21 Unpacking readline-common (8.2-1.3) ...
13:05:21 Selecting previously unselected package libreadline8:arm64.
13:05:21 Preparing to unpack .../13-libreadline8_8.2-1.3_arm64.deb ...
13:05:21 Unpacking libreadline8:arm64 (8.2-1.3) ...
13:05:21 Selecting previously unselected package libsqlite3-0:arm64.
13:05:21 Preparing to unpack .../14-libsqlite3-0_3.40.1-1_arm64.deb ...
13:05:21 Unpacking libsqlite3-0:arm64 (3.40.1-1) ...
13:05:21 + make IMAGE=ubuntu:kinetic verify
13:05:21 docker run  --rm -i \
13:05:21 	-v "$(pwd):/v" \
13:05:21 	-e DEBIAN_FRONTEND=noninteractive \
13:05:21 	-e PACKAGE_REPO=staging \
13:05:21 	-w /v \
13:05:21 	ubuntu:kinetic ./verify
13:05:21 Unable to find image 'ubuntu:kinetic' locally
13:05:21 Setting up glib-networking-common (2.64.2-1ubuntu0.1) ...
13:05:21 Setting up openssl (1.1.1f-1ubuntu2.17) ...
13:05:21 Setting up libelf1:arm64 (0.176-1.1build1) ...
13:05:21 Setting up readline-common (8.0-4) ...
13:05:21 Setting up iso-codes (4.4-1) ...
13:05:21 Setting up libpolkit-gobject-1-0:arm64 (0.105-26ubuntu1.3) ...
13:05:21 Setting up libgstreamer1.0-0:arm64 (1.16.3-0ubuntu1.1) ...
13:05:21 Setcap worked! gst-ptp-helper is not suid!
13:05:21 Setting up libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
13:05:21 Setting up pinentry-curses (1.1.0-3build1) ...
13:05:21 Setting up glib-networking-services (2.64.2-1ubuntu0.1) ...
13:05:21 Setting up libicu66:arm64 (66.1-2ubuntu2.1) ...
13:05:21 Setting up libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
13:05:21 Setting up libreadline8:arm64 (8.0-4) ...
13:05:21 Setting up libglib2.0-bin (2.64.6-1~ubuntu20.04.4) ...
13:05:21 Setting up libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
13:05:21 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
13:05:21 Selecting previously unselected package readline-common.
13:05:21 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
13:05:21 Unpacking readline-common (7.0-5) ...
13:05:21 Selecting previously unselected package libreadline7:arm64.
13:05:21 Preparing to unpack .../4-libreadline7_7.0-5_arm64.deb ...
13:05:21 Unpacking libreadline7:arm64 (7.0-5) ...
13:05:21 Selecting previously unselected package libsqlite3-0:arm64.
13:05:21 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_arm64.deb ...
13:05:21 Unpacking libsqlite3-0:arm64 (3.27.2-3+deb10u2) ...
13:05:21 Selecting previously unselected package libpython3.7-stdlib:arm64.
13:05:21 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_arm64.deb ...
13:05:21 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u4) ...
13:05:21 Selecting previously unselected package libpython3.11-stdlib:arm64.
13:05:21 Preparing to unpack .../15-libpython3.11-stdlib_3.11.1-2_arm64.deb ...
13:05:21 Unpacking libpython3.11-stdlib:arm64 (3.11.1-2) ...
13:05:21 Selecting previously unselected package python3.11.
13:05:21 Preparing to unpack .../16-python3.11_3.11.1-2_arm64.deb ...
13:05:21 Unpacking python3.11 (3.11.1-2) ...
13:05:21 Selecting previously unselected package libpython3-stdlib:arm64.
13:05:21 Preparing to unpack .../17-libpython3-stdlib_3.11.1-3_arm64.deb ...
13:05:21 Unpacking libpython3-stdlib:arm64 (3.11.1-3) ...
13:05:21 kinetic: Pulling from library/ubuntu
13:05:21 05f69cab0b79: Already exists
13:05:21 Digest: sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179
13:05:21 Status: Downloaded newer image for ubuntu:kinetic
13:05:22 Selecting previously unselected package python3.7.
13:05:22 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_arm64.deb ...
13:05:22 Unpacking python3.7 (3.7.3-2+deb10u4) ...
13:05:22 Selecting previously unselected package libpython3-stdlib:arm64.
13:05:22 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_arm64.deb ...
13:05:22 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
13:05:22 Setting up python3-minimal (3.11.1-3) ...
13:05:22 Selecting previously unselected package python3.
13:05:22 (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 ... 7899 files and directories currently installed.)
13:05:22 Preparing to unpack .../00-python3_3.11.1-3_arm64.deb ...
13:05:22 Unpacking python3 (3.11.1-3) ...
13:05:22 Selecting previously unselected package sgml-base.
13:05:22 Preparing to unpack .../01-sgml-base_1.31_all.deb ...
13:05:22 Unpacking sgml-base (1.31) ...
13:05:22 Selecting previously unselected package dbus-user-session.
13:05:22 Preparing to unpack .../9-dbus-user-session_1.12.20-2ubuntu4.1_arm64.deb ...
13:05:22 Unpacking dbus-user-session (1.12.20-2ubuntu4.1) ...
13:05:22 Setting up libip6tc2:arm64 (1.8.7-1ubuntu5) ...
13:05:22 Setting up dbus-user-session (1.12.20-2ubuntu4.1) ...
13:05:22 Setting up libmnl0:arm64 (1.0.4-3build2) ...
13:05:22 Setting up containerd.io (1.6.16-1) ...
13:05:22 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:05:22 Setting up libxtables12:arm64 (1.8.7-1ubuntu5) ...
13:05:22 Setting up libnfnetlink0:arm64 (1.0.1-3build3) ...
13:05:22 Setting up netbase (6.3) ...
13:05:22 Setting up libnftnl11:arm64 (1.2.1-1build1) ...
13:05:22 Setting up libnetfilter-conntrack3:arm64 (1.0.9-1) ...
13:05:22 Setting up iptables (1.8.7-1ubuntu5) ...
13:05:22 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:05:22 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:05:22 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:05:22 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:05:22 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:05:22 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:05:22 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
13:05:22 + verify_binaries
13:05:22 + docker --version
13:05:22 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:05:22 ++ uname -m
13:05:22 + '[' aarch64 = x86_64 ']'
13:05:22 + docker buildx version
13:05:22 Updating certificates in /etc/ssl/certs...
13:05:22 Setting up python3-minimal (3.7.3-1) ...
13:05:22 Selecting previously unselected package python3.
13:05:22 (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 ... 7400 files and directories currently installed.)
13:05:22 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ...
13:05:22 Unpacking python3 (3.7.3-1) ...
13:05:22 github.com/docker/buildx v0.10.2 00ed17d
13:05:22 + docker compose version
13:05:22 Docker Compose version v2.16.0
13:05:22 + dockerd --version
13:05:22 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:05:22 + docker-proxy --version
13:05:22 Selecting previously unselected package openssl.
13:05:22 Preparing to unpack .../02-openssl_3.0.7-2_arm64.deb ...
13:05:22 Unpacking openssl (3.0.7-2) ...
13:05:22 Selecting previously unselected package ca-certificates.
13:05:22 Preparing to unpack .../03-ca-certificates_20211016_all.deb ...
13:05:22 Unpacking ca-certificates (20211016) ...
13:05:22 #17 DONE 133.3s
13:05:22 
13:05:22 #18 exporting to client
13:05:22 #18 copying files 28B
13:05:22 #18 copying files 49.29MB 0.2s done
13:05:22 #18 DONE 0.3s
13:05:22 mkdir -p build/linux/docker
13:05:22 cp /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/build/docker build/linux/docker/
13:05:22 for f in dockerd containerd ctr containerd-shim containerd-shim-runc-v2 docker-init docker-proxy runc; do \
13:05:22 	cp -L /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/bundles/binary/$f build/linux/docker/$f; \
13:05:22 done
13:05:22 cp: cannot stat '/home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/bundles/binary/containerd-shim': No such file or directory
13:05:22 tar -C build/linux -c -z -f build/linux/docker-0.0.0-20230206193855-ab4ef4a.tgz docker
13:05:22 + verify
13:05:22 + dpkg --version
13:05:22 + verify_deb
13:05:22 + apt-get update
13:05:22 Selecting previously unselected package libkeyutils1:arm64.
13:05:22 Preparing to unpack .../01-libkeyutils1_1.6-6_arm64.deb ...
13:05:22 Unpacking libkeyutils1:arm64 (1.6-6) ...
13:05:22 Selecting previously unselected package libkrb5support0:arm64.
13:05:22 Preparing to unpack .../02-libkrb5support0_1.17-3+deb10u5_arm64.deb ...
13:05:22 Unpacking libkrb5support0:arm64 (1.17-3+deb10u5) ...
13:05:22 Selecting previously unselected package libk5crypto3:arm64.
13:05:22 Preparing to unpack .../03-libk5crypto3_1.17-3+deb10u5_arm64.deb ...
13:05:22 Unpacking libk5crypto3:arm64 (1.17-3+deb10u5) ...
13:05:22 Selecting previously unselected package libkrb5-3:arm64.
13:05:22 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u5_arm64.deb ...
13:05:22 Unpacking libkrb5-3:arm64 (1.17-3+deb10u5) ...
13:05:22 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:05:22 Selecting previously unselected package libpam-systemd:arm64.
13:05:22 + containerd --version
13:05:22 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:22 + ctr --version
13:05:22 ctr containerd.io 1.6.16
13:05:22 + containerd-shim --help
13:05:22 Usage of containerd-shim:
13:05:22   -address string
13:05:22     	grpc address back to main containerd
13:05:22   -containerd-binary containerd publish
13:05:22     	path to containerd binary (used for containerd publish) (default "containerd")
13:05:22   -criu string
13:05:22     	path to criu binary
13:05:22   -debug
13:05:22     	enable debug output in logs
13:05:22   -namespace string
13:05:22 13:05:22     	namespace that owns the shim
13:05:22   -runtime-root string
Preparing to unpack .../04-libpam-systemd_252.5-2_arm64.deb ...
13:05:22 Unpacking libpam-systemd:arm64 (252.5-2) ...
13:05:22     	root directory for the runtime (default "/run/containerd/runc")
13:05:22 Selecting previously unselected package apt-transport-https.
13:05:22 Preparing to unpack .../05-apt-transport-https_2.5.5_all.deb ...
13:05:22   -socket string
13:05:22     	socket path to serve
13:05:22   -systemd-cgroup
13:05:22     	set runtime to use systemd-cgroup
13:05:22   -workdir string
13:05:22     	path used to storge large temporary data
13:05:22 + containerd-shim-runc-v1 -v
13:05:22 containerd-shim-runc-v1:
13:05:22   Version:  1.6.16
13:05:22   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:22   Go version: go1.18.10
13:05:22 
13:05:22 + containerd-shim-runc-v2 -v
13:05:22 containerd-shim-runc-v2:
13:05:22   Version:  1.6.16
13:05:22   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:22   Go version: go1.18.10
13:05:22 
13:05:22 + runc --version
13:05:22 runc version 1.1.4
13:05:22 commit: v1.1.4-0-g5fd4c4d
13:05:22 spec: 1.0.2-dev
13:05:22 go: go1.18.10
13:05:22 libseccomp: 2.5.3
13:05:22 Unpacking apt-transport-https (2.5.5) ...
13:05:22 Selecting previously unselected package libbrotli1:arm64.
13:05:22 Preparing to unpack .../06-libbrotli1_1.0.9-2+b6_arm64.deb ...
13:05:22 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
13:05:22 Selecting previously unselected package libsasl2-modules-db:arm64.
13:05:22 Preparing to unpack .../07-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
13:05:22 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
13:05:22 Selecting previously unselected package libsasl2-2:arm64.
13:05:22 Preparing to unpack .../08-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
13:05:22 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
13:05:22 Selecting previously unselected package libgssapi-krb5-2:arm64.
13:05:22 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u5_arm64.deb ...
13:05:22 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u5) ...
13:05:22 Selecting previously unselected package apt-transport-https.
13:05:22 Preparing to unpack .../06-apt-transport-https_1.8.2.3_all.deb ...
13:05:22 Unpacking apt-transport-https (1.8.2.3) ...
13:05:22 Selecting previously unselected package openssl.
13:05:22 Preparing to unpack .../07-openssl_1.1.1n-0+deb10u3_arm64.deb ...
13:05:22 Unpacking openssl (1.1.1n-0+deb10u3) ...
13:05:22 Selecting previously unselected package ca-certificates.
13:05:22 Preparing to unpack .../08-ca-certificates_20200601~deb10u2_all.deb ...
13:05:22 Unpacking ca-certificates (20200601~deb10u2) ...
13:05:22 Selecting previously unselected package libldap-2.5-0:arm64.
13:05:22 Preparing to unpack .../09-libldap-2.5-0_2.5.13+dfsg-3_arm64.deb ...
13:05:22 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-3) ...
13:05:22 Selecting previously unselected package libnghttp2-14:arm64.
13:05:22 Preparing to unpack .../10-libnghttp2-14_1.51.0-1_arm64.deb ...
13:05:22 Unpacking libnghttp2-14:arm64 (1.51.0-1) ...
13:05:22 Selecting previously unselected package libpsl5:arm64.
13:05:22 Preparing to unpack .../11-libpsl5_0.21.0-1.2_arm64.deb ...
13:05:22 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
13:05:22 Selecting previously unselected package librtmp1:arm64.
13:05:22 Preparing to unpack .../12-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
13:05:22 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
13:05:22 Selecting previously unselected package libssh2-1:arm64.
13:05:22 Preparing to unpack .../13-libssh2-1_1.10.0-3+b1_arm64.deb ...
13:05:22 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ...
13:05:22 124 added, 0 removed; done.
13:05:22 Setting up dbus-user-session (1.12.16-2ubuntu2.3) ...
13:05:22 Setting up libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
13:05:22 Setting up libgssapi-krb5-2:arm64 (1.17-6ubuntu4.2) ...
13:05:22 Setting up gir1.2-glib-2.0:arm64 (1.64.1-1~ubuntu20.04.1) ...
13:05:22 Setting up libssh-4:arm64 (0.9.3-2ubuntu2.2) ...
13:05:22 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
13:05:22 Setting up libpolkit-agent-1-0:arm64 (0.105-26ubuntu1.3) ...
13:05:22 Setting up libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.6) ...
13:05:22 Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
13:05:23 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease [267 kB]
13:05:23 Selecting previously unselected package libsasl2-modules-db:arm64.
13:05:23 Preparing to unpack .../09-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_arm64.deb ...
13:05:23 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
13:05:23 Selecting previously unselected package libsasl2-2:arm64.
13:05:23 Preparing to unpack .../10-libsasl2-2_2.1.27+dfsg-1+deb10u2_arm64.deb ...
13:05:23 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
13:05:23 Selecting previously unselected package libldap-common.
13:05:23 Preparing to unpack .../11-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
13:05:23 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
13:05:23 Selecting previously unselected package libldap-2.4-2:arm64.
13:05:23 Preparing to unpack .../12-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_arm64.deb ...
13:05:23 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ...
13:05:23 Selecting previously unselected package libnghttp2-14:arm64.
13:05:23 Preparing to unpack .../13-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
13:05:23 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
13:05:23 Selecting previously unselected package libcurl4:arm64.
13:05:23 Preparing to unpack .../14-libcurl4_7.87.0-2_arm64.deb ...
13:05:23 Unpacking libcurl4:arm64 (7.87.0-2) ...
13:05:23 Selecting previously unselected package curl.
13:05:23 Preparing to unpack .../15-curl_7.87.0-2_arm64.deb ...
13:05:23 Unpacking curl (7.87.0-2) ...
13:05:23 Selecting previously unselected package libassuan0:arm64.
13:05:23 Preparing to unpack .../16-libassuan0_2.5.5-5_arm64.deb ...
13:05:23 Unpacking libassuan0:arm64 (2.5.5-5) ...
13:05:23 Selecting previously unselected package gpgconf.
13:05:23 Preparing to unpack .../17-gpgconf_2.2.40-1_arm64.deb ...
13:05:23 Unpacking gpgconf (2.2.40-1) ...
13:05:23 Selecting previously unselected package libksba8:arm64.
13:05:23 Preparing to unpack .../18-libksba8_1.6.3-2_arm64.deb ...
13:05:23 Unpacking libksba8:arm64 (1.6.3-2) ...
13:05:23 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease [118 kB]
13:05:23 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease [99.9 kB]
13:05:23 Selecting previously unselected package libpsl5:arm64.
13:05:23 Preparing to unpack .../14-libpsl5_0.20.2-2_arm64.deb ...
13:05:23 Unpacking libpsl5:arm64 (0.20.2-2) ...
13:05:23 Selecting previously unselected package librtmp1:arm64.
13:05:23 Preparing to unpack .../15-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
13:05:23 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
13:05:23 Selecting previously unselected package libssh2-1:arm64.
13:05:23 Preparing to unpack .../16-libssh2-1_1.8.0-2.1_arm64.deb ...
13:05:23 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
13:05:23 Selecting previously unselected package libcurl4:arm64.
13:05:23 Preparing to unpack .../17-libcurl4_7.64.0-4+deb10u4_arm64.deb ...
13:05:23 Unpacking libcurl4:arm64 (7.64.0-4+deb10u4) ...
13:05:23 Selecting previously unselected package curl.
13:05:23 Preparing to unpack .../18-curl_7.64.0-4+deb10u4_arm64.deb ...
13:05:23 Unpacking curl (7.64.0-4+deb10u4) ...
13:05:23 Selecting previously unselected package libnpth0:arm64.
13:05:23 Preparing to unpack .../19-libnpth0_1.6-3_arm64.deb ...
13:05:23 Unpacking libnpth0:arm64 (1.6-3) ...
13:05:23 Selecting previously unselected package dirmngr.
13:05:23 Preparing to unpack .../20-dirmngr_2.2.40-1_arm64.deb ...
13:05:23 Unpacking dirmngr (2.2.40-1) ...
13:05:23 Selecting previously unselected package distro-info-data.
13:05:23 Preparing to unpack .../21-distro-info-data_0.56_all.deb ...
13:05:23 Unpacking distro-info-data (0.56) ...
13:05:23 Selecting previously unselected package libglib2.0-0:arm64.
13:05:23 Preparing to unpack .../22-libglib2.0-0_2.74.5-1_arm64.deb ...
13:05:23 Unpacking libglib2.0-0:arm64 (2.74.5-1) ...
13:05:23 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease [109 kB]
13:05:23 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/restricted arm64 Packages [60.7 kB]
13:05:23 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/multiverse arm64 Packages [236 kB]
13:05:23 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/universe arm64 Packages [17.7 MB]
13:05:23 Selecting previously unselected package libassuan0:arm64.
13:05:23 Preparing to unpack .../19-libassuan0_2.5.2-1_arm64.deb ...
13:05:23 Unpacking libassuan0:arm64 (2.5.2-1) ...
13:05:23 Selecting previously unselected package gpgconf.
13:05:23 Preparing to unpack .../20-gpgconf_2.2.12-1+deb10u2_arm64.deb ...
13:05:23 Unpacking gpgconf (2.2.12-1+deb10u2) ...
13:05:23 Selecting previously unselected package lsb-base.
13:05:23 Preparing to unpack .../21-lsb-base_10.2019051400_all.deb ...
13:05:23 Unpacking lsb-base (10.2019051400) ...
13:05:23 Selecting previously unselected package libksba8:arm64.
13:05:23 Preparing to unpack .../22-libksba8_1.3.5-2+deb10u2_arm64.deb ...
13:05:23 Unpacking libksba8:arm64 (1.3.5-2+deb10u2) ...
13:05:23 Selecting previously unselected package libnpth0:arm64.
13:05:23 Preparing to unpack .../23-libnpth0_1.6-1_arm64.deb ...
13:05:23 Unpacking libnpth0:arm64 (1.6-1) ...
13:05:23 Selecting previously unselected package libgirepository-1.0-1:arm64.
13:05:23 Preparing to unpack .../23-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
13:05:23 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
13:05:23 Selecting previously unselected package gir1.2-glib-2.0:arm64.
13:05:23 Preparing to unpack .../24-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
13:05:23 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
13:05:23 Selecting previously unselected package libpackagekit-glib2-18:arm64.
13:05:23 Preparing to unpack .../25-libpackagekit-glib2-18_1.2.6-2_arm64.deb ...
13:05:23 Unpacking libpackagekit-glib2-18:arm64 (1.2.6-2) ...
13:05:23 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:05:23 Preparing to unpack .../26-gir1.2-packagekitglib-1.0_1.2.6-2_arm64.deb ...
13:05:23 Unpacking gir1.2-packagekitglib-1.0 (1.2.6-2) ...
13:05:23 Selecting previously unselected package gnupg-l10n.
13:05:23 Preparing to unpack .../27-gnupg-l10n_2.2.40-1_all.deb ...
13:05:23 Unpacking gnupg-l10n (2.2.40-1) ...
13:05:23 Setting up libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
13:05:23 Setting up policykit-1 (0.105-26ubuntu1.3) ...
13:05:23 Setting up gpg (2.2.19-3ubuntu2.2) ...
13:05:23 Setting up libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ...
13:05:23 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
13:05:23 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
13:05:23 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
13:05:23 # extra binaries for running rootless
13:05:23 mkdir -p build/linux/docker-rootless-extras
13:05:23 for f in rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh dockerd-rootless-setuptool.sh vpnkit; do \
13:05:23 	if [ -f /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/bundles/binary/$f ]; then \
13:05:23 		cp -L /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/bundles/binary/$f build/linux/docker-rootless-extras/$f; \
13:05:23 	fi \
13:05:23 done
13:05:23 tar -C build/linux -c -z -f build/linux/docker-rootless-extras-0.0.0-20230206193855-ab4ef4a.tgz docker-rootless-extras
13:05:23 Selecting previously unselected package dirmngr.
13:05:23 Preparing to unpack .../24-dirmngr_2.2.12-1+deb10u2_arm64.deb ...
13:05:23 Unpacking dirmngr (2.2.12-1+deb10u2) ...
13:05:23 Selecting previously unselected package distro-info-data.
13:05:23 Preparing to unpack .../25-distro-info-data_0.41+deb10u6_all.deb ...
13:05:23 Unpacking distro-info-data (0.41+deb10u6) ...
13:05:23 Selecting previously unselected package libglib2.0-0:arm64.
13:05:23 Preparing to unpack .../26-libglib2.0-0_2.58.3-2+deb10u4_arm64.deb ...
13:05:23 Unpacking libglib2.0-0:arm64 (2.58.3-2+deb10u4) ...
13:05:23 Selecting previously unselected package gnupg-utils.
13:05:23 Preparing to unpack .../28-gnupg-utils_2.2.40-1_arm64.deb ...
13:05:23 Unpacking gnupg-utils (2.2.40-1) ...
13:05:23 Selecting previously unselected package gpg.
13:05:23 Preparing to unpack .../29-gpg_2.2.40-1_arm64.deb ...
13:05:23 Unpacking gpg (2.2.40-1) ...
13:05:23 Selecting previously unselected package pinentry-curses.
13:05:23 Preparing to unpack .../30-pinentry-curses_1.2.1-1_arm64.deb ...
13:05:23 Unpacking pinentry-curses (1.2.1-1) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:05:24 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
13:05:24 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
13:05:24 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
13:05:24 Setting up libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
13:05:24 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
13:05:24 Selecting previously unselected package libgirepository-1.0-1:arm64.
13:05:24 Preparing to unpack .../27-libgirepository-1.0-1_1.58.3-2_arm64.deb ...
13:05:24 Unpacking libgirepository-1.0-1:arm64 (1.58.3-2) ...
13:05:24 Selecting previously unselected package gir1.2-glib-2.0:arm64.
13:05:24 Preparing to unpack .../28-gir1.2-glib-2.0_1.58.3-2_arm64.deb ...
13:05:24 Unpacking gir1.2-glib-2.0:arm64 (1.58.3-2) ...
13:05:24 Selecting previously unselected package libpackagekit-glib2-18:arm64.
13:05:24 Preparing to unpack .../29-libpackagekit-glib2-18_1.1.12-5_arm64.deb ...
13:05:24 Unpacking libpackagekit-glib2-18:arm64 (1.1.12-5) ...
13:05:24 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:05:24 Preparing to unpack .../30-gir1.2-packagekitglib-1.0_1.1.12-5_arm64.deb ...
13:05:24 Unpacking gir1.2-packagekitglib-1.0 (1.1.12-5) ...
13:05:24 Selecting previously unselected package gpg-agent.
13:05:24 Preparing to unpack .../31-gpg-agent_2.2.40-1_arm64.deb ...
13:05:24 Unpacking gpg-agent (2.2.40-1) ...
13:05:24 Selecting previously unselected package gpg-wks-client.
13:05:24 Preparing to unpack .../32-gpg-wks-client_2.2.40-1_arm64.deb ...
13:05:24 Unpacking gpg-wks-client (2.2.40-1) ...
13:05:24 Selecting previously unselected package gpg-wks-server.
13:05:24 Preparing to unpack .../33-gpg-wks-server_2.2.40-1_arm64.deb ...
13:05:24 Unpacking gpg-wks-server (2.2.40-1) ...
13:05:24 Selecting previously unselected package gpgsm.
13:05:24 Preparing to unpack .../34-gpgsm_2.2.40-1_arm64.deb ...
13:05:24 Setting up dconf-service (0.36.0-1) ...
13:05:24 Setting up python3 (3.8.2-0ubuntu2) ...
13:05:24 Setting up python3-six (1.14.0-2) ...
13:05:24 Selecting previously unselected package gnupg-l10n.
13:05:24 Preparing to unpack .../31-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
13:05:24 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
13:05:24 Selecting previously unselected package gnupg-utils.
13:05:24 Preparing to unpack .../32-gnupg-utils_2.2.12-1+deb10u2_arm64.deb ...
13:05:24 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
13:05:24 Selecting previously unselected package gpg.
13:05:24 Preparing to unpack .../33-gpg_2.2.12-1+deb10u2_arm64.deb ...
13:05:24 Unpacking gpg (2.2.12-1+deb10u2) ...
13:05:24 Unpacking gpgsm (2.2.40-1) ...
13:05:24 Selecting previously unselected package gnupg.
13:05:24 Preparing to unpack .../35-gnupg_2.2.40-1_all.deb ...
13:05:24 Unpacking gnupg (2.2.40-1) ...
13:05:24 Selecting previously unselected package gnupg2.
13:05:24 Preparing to unpack .../36-gnupg2_2.2.40-1_all.deb ...
13:05:24 Unpacking gnupg2 (2.2.40-1) ...
13:05:24 Selecting previously unselected package iso-codes.
13:05:24 Preparing to unpack .../37-iso-codes_4.12.0-1_all.deb ...
13:05:24 Unpacking iso-codes (4.12.0-1) ...
13:05:24 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 Packages [1750 kB]
13:05:24 Setting up gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ...
13:05:24 Setting up python3-certifi (2019.11.28-1) ...
13:05:24 Setting up python3-gi (3.36.0-1) ...
13:05:24 Selecting previously unselected package pinentry-curses.
13:05:24 Preparing to unpack .../34-pinentry-curses_1.1.0-2_arm64.deb ...
13:05:24 Unpacking pinentry-curses (1.1.0-2) ...
13:05:24 Selecting previously unselected package gpg-agent.
13:05:24 Preparing to unpack .../35-gpg-agent_2.2.12-1+deb10u2_arm64.deb ...
13:05:24 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
13:05:24 Selecting previously unselected package gpg-wks-client.
13:05:24 Preparing to unpack .../36-gpg-wks-client_2.2.12-1+deb10u2_arm64.deb ...
13:05:24 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
13:05:24 Selecting previously unselected package gpg-wks-server.
13:05:24 Preparing to unpack .../37-gpg-wks-server_2.2.12-1+deb10u2_arm64.deb ...
13:05:24 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
13:05:24 Selecting previously unselected package gpgsm.
13:05:24 Preparing to unpack .../38-gpgsm_2.2.12-1+deb10u2_arm64.deb ...
13:05:24 Unpacking gpgsm (2.2.12-1+deb10u2) ...
13:05:24 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/restricted arm64 Packages [148 kB]
13:05:24 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/multiverse arm64 Packages [3250 B]
13:05:24 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 Packages [332 kB]
13:05:24 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/universe arm64 Packages [152 kB]
13:05:24 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic-backports/universe arm64 Packages [4531 B]
13:05:24 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic-security/restricted arm64 Packages [148 kB]
13:05:24 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic-security/universe arm64 Packages [84.2 kB]
13:05:24 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic-security/multiverse arm64 Packages [2216 B]
13:05:24 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic-security/main arm64 Packages [235 kB]
13:05:24 Setting up python3-idna (2.8-1) ...
13:05:24 Selecting previously unselected package gnupg.
13:05:24 Preparing to unpack .../39-gnupg_2.2.12-1+deb10u2_all.deb ...
13:05:24 Unpacking gnupg (2.2.12-1+deb10u2) ...
13:05:24 Selecting previously unselected package gnupg2.
13:05:24 Preparing to unpack .../40-gnupg2_2.2.12-1+deb10u2_all.deb ...
13:05:24 Unpacking gnupg2 (2.2.12-1+deb10u2) ...
13:05:24 Selecting previously unselected package iso-codes.
13:05:24 Preparing to unpack .../41-iso-codes_4.2-1_all.deb ...
13:05:24 Unpacking iso-codes (4.2-1) ...
13:05:25 Selecting previously unselected package libcurl3-gnutls:arm64.
13:05:25 Preparing to unpack .../38-libcurl3-gnutls_7.87.0-2_arm64.deb ...
13:05:25 Unpacking libcurl3-gnutls:arm64 (7.87.0-2) ...
13:05:25 Selecting previously unselected package libstemmer0d:arm64.
13:05:25 Preparing to unpack .../39-libstemmer0d_2.2.0-2_arm64.deb ...
13:05:25 Unpacking libstemmer0d:arm64 (2.2.0-2) ...
13:05:25 Selecting previously unselected package libicu72:arm64.
13:05:25 Preparing to unpack .../40-libicu72_72.1-3_arm64.deb ...
13:05:25 Unpacking libicu72:arm64 (72.1-3) ...
13:05:25 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
13:05:25 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
13:05:25 Setting up lsb-release (11.1.0ubuntu2) ...
13:05:25 Setting up libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
13:05:25 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
13:05:25 Selecting previously unselected package libapt-inst2.0:arm64.
13:05:25 Preparing to unpack .../42-libapt-inst2.0_1.8.2.3_arm64.deb ...
13:05:25 Unpacking libapt-inst2.0:arm64 (1.8.2.3) ...
13:05:25 Fetched 21.4 MB in 3s (7348 kB/s)
13:05:25 Setting up python3-dbus (1.2.16-1build1) ...
13:05:25 Selecting previously unselected package libcurl3-gnutls:arm64.
13:05:25 Preparing to unpack .../43-libcurl3-gnutls_7.64.0-4+deb10u4_arm64.deb ...
13:05:25 Unpacking libcurl3-gnutls:arm64 (7.64.0-4+deb10u4) ...
13:05:25 Selecting previously unselected package libdbus-1-3:arm64.
13:05:25 Preparing to unpack .../44-libdbus-1-3_1.12.24-0+deb10u1_arm64.deb ...
13:05:25 Unpacking libdbus-1-3:arm64 (1.12.24-0+deb10u1) ...
13:05:25 Selecting previously unselected package lsb-release.
13:05:25 Preparing to unpack .../45-lsb-release_10.2019051400_all.deb ...
13:05:25 Unpacking lsb-release (10.2019051400) ...
13:05:25 Selecting previously unselected package python-apt-common.
13:05:25 Preparing to unpack .../46-python-apt-common_1.8.4.3_all.deb ...
13:05:25 Unpacking python-apt-common (1.8.4.3) ...
13:05:25 Selecting previously unselected package libxml2:arm64.
13:05:25 Preparing to unpack .../41-libxml2_2.9.14+dfsg-1.1+b3_arm64.deb ...
13:05:25 Unpacking libxml2:arm64 (2.9.14+dfsg-1.1+b3) ...
13:05:25 Selecting previously unselected package libxmlb2:arm64.
13:05:25 Preparing to unpack .../42-libxmlb2_0.3.10-2_arm64.deb ...
13:05:25 Unpacking libxmlb2:arm64 (0.3.10-2) ...
13:05:25 Setting up dconf-gsettings-backend:arm64 (0.36.0-1) ...
13:05:25 Setting up python3-apt (2.0.1) ...
13:05:25 Setting up libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
13:05:25 Setting up python3-chardet (3.0.4-4build1) ...
13:05:25 Selecting previously unselected package python3-apt.
13:05:25 Preparing to unpack .../47-python3-apt_1.8.4.3_arm64.deb ...
13:05:25 Unpacking python3-apt (1.8.4.3) ...
13:05:25 Selecting previously unselected package python3-dbus.
13:05:25 Preparing to unpack .../48-python3-dbus_1.2.8-3_arm64.deb ...
13:05:25 Unpacking python3-dbus (1.2.8-3) ...
13:05:25 Selecting previously unselected package python3-gi.
13:05:25 Preparing to unpack .../49-python3-gi_3.30.4-1_arm64.deb ...
13:05:25 Unpacking python3-gi (3.30.4-1) ...
13:05:25 Selecting previously unselected package python3-pycurl.
13:05:25 Preparing to unpack .../50-python3-pycurl_7.43.0.2-0.1_arm64.deb ...
13:05:25 Unpacking python3-pycurl (7.43.0.2-0.1) ...
13:05:25 Selecting previously unselected package python3-software-properties.
13:05:25 Preparing to unpack .../51-python3-software-properties_0.96.20.2-2_all.deb ...
13:05:25 Unpacking python3-software-properties (0.96.20.2-2) ...
13:05:25 Selecting previously unselected package libyaml-0-2:arm64.
13:05:25 Preparing to unpack .../43-libyaml-0-2_0.2.5-1_arm64.deb ...
13:05:25 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
13:05:25 Selecting previously unselected package libappstream4:arm64.
13:05:25 Preparing to unpack .../44-libappstream4_0.16.0-1_arm64.deb ...
13:05:25 Unpacking libappstream4:arm64 (0.16.0-1) ...
13:05:25 Selecting previously unselected package libcap2-bin.
13:05:25 Preparing to unpack .../45-libcap2-bin_1%3a2.66-3_arm64.deb ...
13:05:25 Unpacking libcap2-bin (1:2.66-3) ...
13:05:25 Selecting previously unselected package libduktape207:arm64.
13:05:25 Preparing to unpack .../46-libduktape207_2.7.0-1+b1_arm64.deb ...
13:05:25 Unpacking libduktape207:arm64 (2.7.0-1+b1) ...
13:05:25 Selecting previously unselected package libelf1:arm64.
13:05:25 Preparing to unpack .../47-libelf1_0.188-2.1_arm64.deb ...
13:05:25 Unpacking libelf1:arm64 (0.188-2.1) ...
13:05:25 Setting up libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
13:05:25 Setting up python3-software-properties (0.99.9.10) ...
13:05:26 Selecting previously unselected package software-properties-common.
13:05:26 Preparing to unpack .../52-software-properties-common_0.96.20.2-2_all.deb ...
13:05:26 Unpacking software-properties-common (0.96.20.2-2) ...
13:05:26 Setting up libksba8:arm64 (1.3.5-2+deb10u2) ...
13:05:26 Setting up lsb-base (10.2019051400) ...
13:05:26 Setting up libkeyutils1:arm64 (1.6-6) ...
13:05:26 Setting up libpsl5:arm64 (0.20.2-2) ...
13:05:26 Setting up mime-support (3.62) ...
13:05:26 Setting up apt-transport-https (1.8.2.3) ...
13:05:26 Setting up libglib2.0-0:arm64 (2.58.3-2+deb10u4) ...
13:05:26 No schema files found: doing nothing.
13:05:26 Setting up distro-info-data (0.41+deb10u6) ...
13:05:26 Setting up libsqlite3-0:arm64 (3.27.2-3+deb10u2) ...
13:05:26 Selecting previously unselected package libdw1:arm64.
13:05:26 Preparing to unpack .../48-libdw1_0.188-2.1_arm64.deb ...
13:05:26 Unpacking libdw1:arm64 (0.188-2.1) ...
13:05:26 Selecting previously unselected package libglib2.0-data.
13:05:26 Preparing to unpack .../49-libglib2.0-data_2.74.5-1_all.deb ...
13:05:26 Unpacking libglib2.0-data (2.74.5-1) ...
13:05:26 Selecting previously unselected package libglib2.0-bin.
13:05:26 Preparing to unpack .../50-libglib2.0-bin_2.74.5-1_arm64.deb ...
13:05:26 Unpacking libglib2.0-bin (2.74.5-1) ...
13:05:26 Setting up python3-requests (2.22.0-2ubuntu1) ...
13:05:26 make[2]: Leaving directory '/root/build-deb/compose'
13:05:26 # Build the scan-plugin
13:05:26 # TODO change once we support scan-plugin on other architectures
13:05:26 if [ "amd64" = "amd64" ]; then \
13:05:26 	cd /go/src/github.com/docker/scan-cli-plugin \
13:05:26 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:05:26 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:05:26 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:05:26 fi
13:05:26 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
13:05:26 GO111MODULE=on make -f builder.Makefile build
13:05:26 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
13:05:26 mkdir -p bin
13:05:26 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=6c852fa -X github.com/docker/scan-cli-plugin/internal.Version=v0.23.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:068f428b9448d2d09aa70bf7dfe7ac98eda25dbc189637528f1a279d3fcae593 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.1064.0" -o bin/docker-scan ./cmd/docker-scan
13:05:26 go: downloading github.com/docker/cli v20.10.17+incompatible
13:05:26 go: downloading github.com/docker/docker v20.10.17+incompatible
13:05:26 go: downloading github.com/spf13/cobra v1.5.0
13:05:26 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
13:05:26 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:05:26 go: downloading github.com/docker/go-units v0.4.0
13:05:26 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
13:05:26 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:05:26 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:05:26 go: downloading github.com/moby/sys/mount v0.3.3
13:05:26 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
13:05:26 go: downloading github.com/containerd/containerd v1.6.6
13:05:26 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:05:26 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:05:26 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
13:05:26 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
13:05:26 go: downloading github.com/prometheus/client_golang v1.12.2
13:05:26 go: downloading github.com/prometheus/client_model v0.2.0
13:05:26 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:05:26 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
13:05:26 Setting up libpackagekit-glib2-18:arm64 (1.1.12-5) ...
13:05:26 Setting up libnpth0:arm64 (1.6-1) ...
13:05:26 Setting up libassuan0:arm64 (2.5.2-1) ...
13:05:26 Setting up libapt-inst2.0:arm64 (1.8.2.3) ...
13:05:26 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
13:05:26 Setting up libkrb5support0:arm64 (1.17-3+deb10u5) ...
13:05:26 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
13:05:26 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
13:05:26 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
13:05:26 Setting up libdbus-1-3:arm64 (1.12.24-0+deb10u1) ...
13:05:26 Setting up libk5crypto3:arm64 (1.17-3+deb10u5) ...
13:05:26 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
13:05:26 Setting up python-apt-common (1.8.4.3) ...
13:05:26 Reading package lists...
13:05:26 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:05:26 Selecting previously unselected package libunwind8:arm64.
13:05:26 Preparing to unpack .../51-libunwind8_1.6.2-3_arm64.deb ...
13:05:26 Unpacking libunwind8:arm64 (1.6.2-3) ...
13:05:26 Selecting previously unselected package libgstreamer1.0-0:arm64.
13:05:26 Preparing to unpack .../52-libgstreamer1.0-0_1.22.0-2_arm64.deb ...
13:05:26 Unpacking libgstreamer1.0-0:arm64 (1.22.0-2) ...
13:05:26 Selecting previously unselected package libpolkit-gobject-1-0:arm64.
13:05:26 Preparing to unpack .../53-libpolkit-gobject-1-0_122-3_arm64.deb ...
13:05:26 Unpacking libpolkit-gobject-1-0:arm64 (122-3) ...
13:05:26 Selecting previously unselected package libpolkit-agent-1-0:arm64.
13:05:26 Preparing to unpack .../54-libpolkit-agent-1-0_122-3_arm64.deb ...
13:05:26 Setting up gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
13:05:26 Setting up libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.9) ...
13:05:26 Setting up python3-requests-unixsocket (0.2.0-2) ...
13:05:26 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
13:05:26 Setting up libgirepository-1.0-1:arm64 (1.58.3-2) ...
13:05:26 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
13:05:26 Setting up libkrb5-3:arm64 (1.17-3+deb10u5) ...
13:05:26 Setting up libmpdec2:arm64 (2.4.2-2) ...
13:05:26 Setting up openssl (1.1.1n-0+deb10u3) ...
13:05:26 Setting up readline-common (7.0-5) ...
13:05:26 Setting up iso-codes (4.2-1) ...
13:05:26 Setting up libreadline7:arm64 (7.0-5) ...
13:05:26 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
13:05:26 Setting up pinentry-curses (1.1.0-2) ...
13:05:26 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u4) ...
13:05:26 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ...
13:05:26 Setting up ca-certificates (20200601~deb10u2) ...
13:05:26 Unpacking libpolkit-agent-1-0:arm64 (122-3) ...
13:05:26 Selecting previously unselected package lsb-release.
13:05:26 Preparing to unpack .../55-lsb-release_12.0-1_all.deb ...
13:05:26 Unpacking lsb-release (12.0-1) ...
13:05:26 Selecting previously unselected package xml-core.
13:05:26 Preparing to unpack .../56-xml-core_0.18+nmu1_all.deb ...
13:05:26 Unpacking xml-core (0.18+nmu1) ...
13:05:26 Selecting previously unselected package polkitd.
13:05:26 Preparing to unpack .../57-polkitd_122-3_arm64.deb ...
13:05:26 Unpacking polkitd (122-3) ...
13:05:26 Selecting previously unselected package packagekit.
13:05:26 Preparing to unpack .../58-packagekit_1.2.6-2_arm64.deb ...
13:05:26 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
13:05:26 Setting up libcurl4:arm64 (7.68.0-1ubuntu2.15) ...
13:05:26 Setting up curl (7.68.0-1ubuntu2.15) ...
13:05:26 Setting up glib-networking:arm64 (2.64.2-1ubuntu0.1) ...
13:05:26 Setting up libsoup2.4-1:arm64 (2.70.0-1) ...
13:05:26 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
13:05:26 Setting up libappstream4:arm64 (0.12.10-2) ...
13:05:26 Setting up gnupg (2.2.19-3ubuntu2.2) ...
13:05:26 Setting up packagekit (1.1.13-2ubuntu1.1) ...
13:05:26 invoke-rc.d: could not determine current runlevel
13:05:26 invoke-rc.d: policy-rc.d denied execution of force-reload.
13:05:26 Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
13:05:26 make[2]: Leaving directory '/root/build-deb/compose'
13:05:26 # Build the scan-plugin
13:05:26 # TODO change once we support scan-plugin on other architectures
13:05:26 if [ "amd64" = "amd64" ]; then \
13:05:26 	cd /go/src/github.com/docker/scan-cli-plugin \
13:05:26 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:05:26 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:05:26 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:05:26 fi
13:05:26 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
13:05:26 GO111MODULE=on make -f builder.Makefile build
13:05:26 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
13:05:26 mkdir -p bin
13:05:26 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=6c852fa -X github.com/docker/scan-cli-plugin/internal.Version=v0.23.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:068f428b9448d2d09aa70bf7dfe7ac98eda25dbc189637528f1a279d3fcae593 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.1064.0" -o bin/docker-scan ./cmd/docker-scan
13:05:26 go: downloading github.com/docker/cli v20.10.17+incompatible
13:05:26 go: downloading github.com/docker/docker v20.10.17+incompatible
13:05:26 Reading package lists...
13:05:26 Unpacking packagekit (1.2.6-2) ...
13:05:26 Selecting previously unselected package python-apt-common.
13:05:26 Preparing to unpack .../59-python-apt-common_2.5.2_all.deb ...
13:05:26 Unpacking python-apt-common (2.5.2) ...
13:05:26 Selecting previously unselected package python3-apt.
13:05:26 Preparing to unpack .../60-python3-apt_2.5.2+b1_arm64.deb ...
13:05:26 Unpacking python3-apt (2.5.2+b1) ...
13:05:26 Selecting previously unselected package python3-blinker.
13:05:26 Preparing to unpack .../61-python3-blinker_1.5-1_all.deb ...
13:05:26 Unpacking python3-blinker (1.5-1) ...
13:05:26 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
13:05:26 Setting up gnupg2 (2.2.19-3ubuntu2.2) ...
13:05:26 Setting up software-properties-common (0.99.9.10) ...
13:05:26 Processing triggers for systemd (245.4-4ubuntu3.19) ...
13:05:26 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
13:05:27 go: downloading github.com/spf13/cobra v1.5.0
13:05:27 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
13:05:27 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:05:27 go: downloading github.com/docker/go-units v0.4.0
13:05:27 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
13:05:27 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:05:27 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:05:27 Building dependency tree...
13:05:27 Reading state information...
13:05:27 Updating certificates in /etc/ssl/certs...
13:05:27 # buildx
13:05:27 tar -C /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/bin -c -z -f build/linux/docker-buildx-plugin-0.10.2.tgz docker-buildx
13:05:27 Selecting previously unselected package python3-cffi-backend:arm64.
13:05:27 Preparing to unpack .../62-python3-cffi-backend_1.15.1-5+b1_arm64.deb ...
13:05:27 Unpacking python3-cffi-backend:arm64 (1.15.1-5+b1) ...
13:05:27 Selecting previously unselected package python3-cryptography.
13:05:27 Preparing to unpack .../63-python3-cryptography_38.0.4-2_arm64.deb ...
13:05:27 Unpacking python3-cryptography (38.0.4-2) ...
13:05:27 Selecting previously unselected package python3-dbus.
13:05:27 Preparing to unpack .../64-python3-dbus_1.3.2-4+b1_arm64.deb ...
13:05:27 Unpacking python3-dbus (1.3.2-4+b1) ...
13:05:27 + popd
13:05:27 ~/rpmbuild/BUILD/src
13:05:27 + RPM_EC=0
13:05:27 ++ jobs -p
13:05:27 + exit 0
13:05:27 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.qvgbpS
13:05:27 + umask 022
13:05:27 + cd /root/rpmbuild/BUILD
13:05:27 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64 '!=' / ']'
13:05:27 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64
13:05:27 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64
13:05:27 + mkdir -p /root/rpmbuild/BUILDROOT
13:05:27 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64
13:05:27 + 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:05:27 + export CFLAGS
13:05:27 + 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:05:27 + export CXXFLAGS
13:05:27 + 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:05:27 + export FFLAGS
13:05:27 + 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:05:27 + export FCFLAGS
13:05:27 + 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.10.2-0.fc36.x86_64.ld'
13:05:27 + export LDFLAGS
13:05:27 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:05:27 + export LT_SYS_LIBRARY_PATH
13:05:27 + CC=gcc
13:05:27 + export CC
13:05:27 + CXX=g++
13:05:27 + export CXX
13:05:27 + cd src
13:05:27 + pushd /root/rpmbuild/BUILD/src/buildx
13:05:27 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:05:27 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:05:27 ~/rpmbuild/BUILD/src
13:05:27 + popd
13:05:27 + /usr/lib/rpm/check-buildroot
13:05:27 + /usr/lib/rpm/redhat/brp-ldconfig
13:05:27 + /usr/lib/rpm/brp-compress
13:05:27 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:05:27 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:05:27 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:05:27 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:05:27 + /usr/lib/rpm/check-rpaths
13:05:27 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:05:27 + /usr/lib/rpm/brp-remove-la-files
13:05:27 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:05:27 + /usr/lib/rpm/redhat/brp-python-hardlink
13:05:27 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.9nX7J9
13:05:27 + umask 022
13:05:27 + cd /root/rpmbuild/BUILD
13:05:27 + 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:05:27 + export CFLAGS
13:05:27 + 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:05:27 + export CXXFLAGS
13:05:27 + 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:05:27 + export FFLAGS
13:05:27 + 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:05:27 + export FCFLAGS
13:05:27 + 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.10.2-0.fc36.x86_64.ld'
13:05:27 + export LDFLAGS
13:05:27 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:05:27 + export LT_SYS_LIBRARY_PATH
13:05:27 + CC=gcc
13:05:27 + export CC
13:05:27 + CXX=g++
13:05:27 + export CXX
13:05:27 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:05:27 + /usr/lib/rpm/generate-rpm-note.sh docker-buildx-plugin 0.10.2-0.fc36 x86_64
13:05:27 + cd src
13:05:27 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:05:27 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:05:27 + ver=v0.10.2
13:05:27 + test v0.10.2 = v0.10.2
13:05:27 + echo 'PASS: docker-buildx version OK'
13:05:27 PASS: docker-buildx version OK
13:05:27 + RPM_EC=0
13:05:27 ++ jobs -p
13:05:27 + exit 0
13:05:27 Processing files: docker-buildx-plugin-0.10.2-0.fc36.x86_64
13:05:27 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:05:27 Provides: docker-buildx-plugin = 0:0.10.2-0.fc36 docker-buildx-plugin(x86-64) = 0:0.10.2-0.fc36
13:05:27 Requires(interp): /bin/sh /bin/sh /bin/sh
13:05:27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:05:27 Requires(post): /bin/sh
13:05:27 Requires(preun): /bin/sh
13:05:27 Requires(postun): /bin/sh
13:05:27 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64
13:05:27 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.fc36.src.rpm
13:05:27 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
13:05:27 Updating certificates in /etc/ssl/certs...
13:05:27 go: downloading github.com/moby/sys/mount v0.3.3
13:05:27 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
13:05:27 go: downloading github.com/containerd/containerd v1.6.6
13:05:27 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:05:27 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:05:27 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
13:05:27 The following additional packages will be installed:
13:05:27   dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common
13:05:27   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
13:05:27   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
13:05:27   gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1
13:05:27   libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
13:05:27   libdevmapper1.02.1 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1
13:05:27   libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2
13:05:27   libgstreamer1.0-0 libicu71 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1
13:05:27   libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libmpdec3
13:05:27   libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd
13:05:27   libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib
13:05:27   libpython3.10-minimal libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2
13:05:27   libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d
13:05:27   libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2
13:05:27   libyaml-0-2 media-types openssl packagekit pinentry-curses pkexec
13:05:27   policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker
13:05:27   python3-cffi-backend python3-cryptography python3-dbus python3-distro
13:05:27   python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney
13:05:27   python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
13:05:27   python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib
13:05:27   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
13:05:27   python3-software-properties python3-wadllib python3-zipp python3.10
13:05:27   python3.10-minimal readline-common systemd systemd-sysv
13:05:27 Suggested packages:
13:05:27   default-dbus-session-bus | dbus-session-bus dbus-user-session
13:05:27   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc
13:05:27   krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
13:05:27   python3-venv python3-apt-dbg python-apt-doc python-blinker-doc
13:05:27   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
13:05:27   python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin
13:05:27   python3-keyrings.alt python3-testresources python3-setuptools
13:05:27   python-pyparsing-doc python-secretstorage-doc gnome-keyring
13:05:27   | libkf5wallet-bin | keepassxc python3.10-venv python3.10-doc binutils
13:05:27   binfmt-support readline-doc systemd-container systemd-homed systemd-userdbd
13:05:27   systemd-boot libfido2-1 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
13:05:27 Recommended packages:
13:05:27   libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales
13:05:27   libldap-common dbus-user-session publicsuffix libsasl2-modules
13:05:27   packagekit-tools unattended-upgrades networkd-dispatcher systemd-timesyncd
13:05:27   | time-daemon systemd-resolved libnss-systemd
13:05:27 Selecting previously unselected package python3-distro.
13:05:27 Preparing to unpack .../65-python3-distro_1.8.0-1_all.deb ...
13:05:27 Unpacking python3-distro (1.8.0-1) ...
13:05:27 Selecting previously unselected package python3-gi.
13:05:27 Preparing to unpack .../66-python3-gi_3.42.2-3+b1_arm64.deb ...
13:05:27 Unpacking python3-gi (3.42.2-3+b1) ...
13:05:27 Selecting previously unselected package python3-pyparsing.
13:05:27 Preparing to unpack .../67-python3-pyparsing_3.0.9-1_all.deb ...
13:05:27 Unpacking python3-pyparsing (3.0.9-1) ...
13:05:27 Selecting previously unselected package python3-httplib2.
13:05:27 Preparing to unpack .../68-python3-httplib2_0.20.4-3_all.deb ...
13:05:27 Unpacking python3-httplib2 (0.20.4-3) ...
13:05:27 Selecting previously unselected package python3-jwt.
13:05:27 Preparing to unpack .../69-python3-jwt_2.6.0-1_all.deb ...
13:05:27 Unpacking python3-jwt (2.6.0-1) ...
13:05:27 0 added, 0 removed; done.
13:05:27 Running hooks in /etc/ca-certificates/update.d...
13:05:27 done.
13:05:27 Processing triggers for dbus (1.12.16-2ubuntu2.3) ...
13:05:27 The following NEW packages will be installed:
13:05:27   apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon
13:05:27   dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data
13:05:27   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
13:05:27   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
13:05:27   libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin
13:05:27   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
13:05:27   libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0
13:05:27   libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu71
13:05:27   libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
13:05:27   libkrb5support0 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0
13:05:27   libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
13:05:27   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
13:05:27   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
13:05:27   libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common
13:05:27   libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types
13:05:27   openssl packagekit pinentry-curses pkexec policykit-1 polkitd
13:05:27   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
13:05:27   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
13:05:27   python3-importlib-metadata python3-jeepney python3-jwt python3-keyring
13:05:27   python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri
13:05:27   python3-minimal python3-more-itertools python3-oauthlib
13:05:27   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
13:05:27   python3-software-properties python3-wadllib python3-zipp python3.10
13:05:27   python3.10-minimal readline-common software-properties-common systemd
13:05:27   systemd-sysv
13:05:27 Selecting previously unselected package python3-pkg-resources.
13:05:27 Preparing to unpack .../70-python3-pkg-resources_65.6.3-1_all.deb ...
13:05:27 Unpacking python3-pkg-resources (65.6.3-1) ...
13:05:27 Selecting previously unselected package python3-lazr.uri.
13:05:27 Preparing to unpack .../71-python3-lazr.uri_1.0.6-3_all.deb ...
13:05:27 Unpacking python3-lazr.uri (1.0.6-3) ...
13:05:27 Selecting previously unselected package python3-wadllib.
13:05:27 Preparing to unpack .../72-python3-wadllib_1.3.6-4_all.deb ...
13:05:27 Unpacking python3-wadllib (1.3.6-4) ...
13:05:27 Selecting previously unselected package python3-oauthlib.
13:05:27 Preparing to unpack .../73-python3-oauthlib_3.2.2-1_all.deb ...
13:05:27 Unpacking python3-oauthlib (3.2.2-1) ...
13:05:27 Selecting previously unselected package python3-six.
13:05:27 Preparing to unpack .../74-python3-six_1.16.0-4_all.deb ...
13:05:27 Unpacking python3-six (1.16.0-4) ...
13:05:27 ++ source /etc/os-release
13:05:27 +++ NAME=Ubuntu
13:05:27 +++ VERSION='20.04.5 LTS (Focal Fossa)'
13:05:27 +++ ID=ubuntu
13:05:27 +++ ID_LIKE=debian
13:05:27 +++ PRETTY_NAME='Ubuntu 20.04.5 LTS'
13:05:27 +++ VERSION_ID=20.04
13:05:27 +++ HOME_URL=https://www.ubuntu.com/
13:05:27 +++ SUPPORT_URL=https://help.ubuntu.com/
13:05:27 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
13:05:27 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
13:05:27 +++ VERSION_CODENAME=focal
13:05:27 +++ UBUNTU_CODENAME=focal
13:05:27 ++ echo ubuntu
13:05:27 + DIST_ID=ubuntu
13:05:27 ++ lsb_release -sc
13:05:27 + DIST_VERSION=focal
13:05:27 + '[' focal = sid ']'
13:05:27 + install_debian_containerd
13:05:27 + '[' staging = stage ']'
13:05:27 + REPO_URL=https://download.docker.com/linux/ubuntu
13:05:27 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
13:05:27 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
13:05:27 + update-ca-certificates -f
13:05:27 Clearing symlinks in /etc/ssl/certs...
13:05:27 0 upgraded, 122 newly installed, 0 to remove and 4 not upgraded.
13:05:27 Need to get 40.1 MB of archives.
13:05:27 After this operation, 155 MB of additional disk space will be used.
13:05:27 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libssl3 arm64 3.0.5-2ubuntu2.1 [1755 kB]
13:05:27 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
13:05:27 go: downloading github.com/prometheus/client_golang v1.12.2
13:05:27 go: downloading github.com/prometheus/client_model v0.2.0
13:05:27 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:05:27 Selecting previously unselected package python3-lazr.restfulclient.
13:05:27 Preparing to unpack .../75-python3-lazr.restfulclient_0.14.5-1_all.deb ...
13:05:27 Unpacking python3-lazr.restfulclient (0.14.5-1) ...
13:05:27 Selecting previously unselected package python3-software-properties.
13:05:27 Preparing to unpack .../76-python3-software-properties_0.99.30-4_all.deb ...
13:05:27 Unpacking python3-software-properties (0.99.30-4) ...
13:05:27 Selecting previously unselected package software-properties-common.
13:05:27 Preparing to unpack .../77-software-properties-common_0.99.30-4_all.deb ...
13:05:27 Unpacking software-properties-common (0.99.30-4) ...
13:05:27 Setting up libksba8:arm64 (1.6.3-2) ...
13:05:27 Setting up media-types (8.0.0) ...
13:05:27 Setting up systemd-sysv (252.5-2) ...
13:05:27 Setting up libkeyutils1:arm64 (1.6.3-2) ...
13:05:27 Setting up libpsl5:arm64 (0.21.0-1.2) ...
13:05:27 Setting up libicu72:arm64 (72.1-3) ...
13:05:27 Setting up apt-transport-https (2.5.5) ...
13:05:27 done.
13:05:27 Updating certificates in /etc/ssl/certs...
13:05:28 137 added, 0 removed; done.
13:05:28 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u5) ...
13:05:28 Setting up gir1.2-glib-2.0:arm64 (1.58.3-2) ...
13:05:28 Setting up gpgconf (2.2.12-1+deb10u2) ...
13:05:28 Setting up libcurl4:arm64 (7.64.0-4+deb10u4) ...
13:05:28 Setting up curl (7.64.0-4+deb10u4) ...
13:05:28 Setting up gpg (2.2.12-1+deb10u2) ...
13:05:28 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
13:05:28 Setting up python3.7 (3.7.3-2+deb10u4) ...
13:05:28 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
13:05:28 Setting up libglib2.0-0:arm64 (2.74.5-1) ...
13:05:28 No schema files found: doing nothing.
13:05:28 Setting up distro-info-data (0.56) ...
13:05:28 Setting up libtirpc-common (1.3.3+ds-1) ...
13:05:28 Setting up libxmlb2:arm64 (0.3.10-2) ...
13:05:28 Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
13:05:28 Setting up libsqlite3-0:arm64 (3.40.1-1) ...
13:05:28 Setting up libnghttp2-14:arm64 (1.51.0-1) ...
13:05:28 Setting up libpackagekit-glib2-18:arm64 (1.2.6-2) ...
13:05:28 Setting up libnpth0:arm64 (1.6-3) ...
13:05:28 Setting up libassuan0:arm64 (2.5.5-5) ...
13:05:28 Setting up libunwind8:arm64 (1.6.2-3) ...
13:05:28 Setting up libkrb5support0:arm64 (1.20.1-1) ...
13:05:28 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
13:05:28 Setting up libcap2-bin (1:2.66-3) ...
13:05:28 Setting up libglib2.0-data (2.74.5-1) ...
13:05:28 Setting up gnupg-l10n (2.2.40-1) ...
13:05:28 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
13:05:28 Setting up libdbus-1-3:arm64 (1.14.4-1) ...
13:05:28 Setting up libncursesw6:arm64 (6.4-2) ...
13:05:28 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libpython3.10-minimal arm64 3.10.7-1ubuntu0.2 [798 kB]
13:05:28 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libexpat1 arm64 2.4.8-2ubuntu0.22.10.1 [72.1 kB]
13:05:28 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3.10-minimal arm64 3.10.7-1ubuntu0.2 [1988 kB]
13:05:28 Setting up libk5crypto3:arm64 (1.20.1-1) ...
13:05:28 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
13:05:28 Setting up python-apt-common (2.5.2) ...
13:05:28 Setting up libduktape207:arm64 (2.7.0-1+b1) ...
13:05:28 Setting up dbus-session-bus-common (1.14.4-1) ...
13:05:28 Setting up libmpdec3:arm64 (2.5.1-2) ...
13:05:28 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
13:05:28 Setting up libssh2-1:arm64 (1.10.0-3+b1) ...
13:05:28 Setting up sgml-base (1.31) ...
13:05:28 Setting up libkrb5-3:arm64 (1.20.1-1) ...
13:05:28 Setting up libstemmer0d:arm64 (2.2.0-2) ...
13:05:28 Setting up lsb-release (12.0-1) ...
13:05:28 Setting up dbus-system-bus-common (1.14.4-1) ...
13:05:28 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
13:05:28 124 added, 0 removed; done.
13:05:28 Running hooks in /etc/ca-certificates/update.d...
13:05:28 done.
13:05:28 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
13:05:28 + apt-key add -
13:05:28 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-minimal arm64 3.10.6-1 [24.1 kB]
13:05:28 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 media-types all 8.0.0 [24.9 kB]
13:05:28 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmpdec3 arm64 2.5.1-2build2 [89.0 kB]
13:05:28 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libkrb5support0 arm64 1.20-1ubuntu0.1 [31.3 kB]
13:05:28 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libk5crypto3 arm64 1.20-1ubuntu0.1 [85.0 kB]
13:05:28 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libkeyutils1 arm64 1.6.3-1 [10.6 kB]
13:05:28 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libkrb5-3 arm64 1.20-1ubuntu0.1 [345 kB]
13:05:28 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libgssapi-krb5-2 arm64 1.20-1ubuntu0.1 [139 kB]
13:05:28 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtirpc-common all 1.3.3+ds-1 [7790 B]
13:05:28 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtirpc3 arm64 1.3.3+ds-1 [82.1 kB]
13:05:28 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnsl2 arm64 1.3.0-2build2 [41.4 kB]
13:05:28 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 readline-common all 8.2-1 [55.1 kB]
13:05:28 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libreadline8 arm64 8.2-1 [149 kB]
13:05:28 Get:18 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsqlite3-0 arm64 3.39.3-1 [644 kB]
13:05:28 Get:19 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libpython3.10-stdlib arm64 3.10.7-1ubuntu0.2 [1762 kB]
13:05:28 Setting up openssl (3.0.7-2) ...
13:05:28 Setting up libelf1:arm64 (0.188-2.1) ...
13:05:28 Setting up readline-common (8.2-1.3) ...
13:05:28 Setting up libxml2:arm64 (2.9.14+dfsg-1.1+b3) ...
13:05:28 Setting up iso-codes (4.12.0-1) ...
13:05:28 Setting up dbus-bin (1.14.4-1) ...
13:05:28 Setting up libpolkit-gobject-1-0:arm64 (122-3) ...
13:05:28 Setting up pinentry-curses (1.2.1-1) ...
13:05:28 Setting up libdw1:arm64 (0.188-2.1) ...
13:05:28 Setting up libreadline8:arm64 (8.2-1.3) ...
13:05:28 Setting up libglib2.0-bin (2.74.5-1) ...
13:05:28 Setting up dbus-daemon (1.14.4-1) ...
13:05:28 + popd
13:05:28 ~/rpmbuild/BUILD/src
13:05:28 + exit 0
13:05:28 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7jtqml
13:05:28 + umask 022
13:05:28 + cd /root/rpmbuild/BUILD
13:05:28 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.aarch64 '!=' / ']'
13:05:28 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.aarch64
13:05:28 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.aarch64
13:05:28 + mkdir -p /root/rpmbuild/BUILDROOT
13:05:28 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.aarch64
13:05:28 + cd src
13:05:28 + pushd /root/rpmbuild/BUILD/src/buildx
13:05:28 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:05:28 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:05:28 + popd
13:05:28 + /usr/lib/rpm/check-buildroot
13:05:28 ~/rpmbuild/BUILD/src
13:05:28 + /usr/lib/rpm/redhat/brp-compress
13:05:28 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:05:28 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:05:28 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:05:28 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:05:28 + /usr/lib/rpm/redhat/brp-python-hardlink
13:05:28 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:05:28 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.GqAYxD
13:05:28 + umask 022
13:05:28 + cd /root/rpmbuild/BUILD
13:05:28 + cd src
13:05:28 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:05:28 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:05:28 + ver=v0.10.2
13:05:28 + test v0.10.2 = v0.10.2
13:05:28 + echo 'PASS: docker-buildx version OK'
13:05:28 + exit 0
13:05:28 PASS: docker-buildx version OK
13:05:28 Processing files: docker-buildx-plugin-0.10.2-0.el7.aarch64
13:05:28 Provides: docker-buildx-plugin = 0:0.10.2-0.el7 docker-buildx-plugin(aarch-64) = 0:0.10.2-0.el7
13:05:28 Requires(interp): /bin/sh /bin/sh /bin/sh
13:05:28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:05:28 Requires(post): /bin/sh
13:05:28 Requires(preun): /bin/sh
13:05:28 Requires(postun): /bin/sh
13:05:28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.aarch64
13:05:28 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.el7.src.rpm
13:05:28 Warning: apt-key output should not be parsed (stdout is not a terminal)
13:05:28 Get:20 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3.10 arm64 3.10.7-1ubuntu0.2 [497 kB]
13:05:28 Get:21 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpython3-stdlib arm64 3.10.6-1 [6848 B]
13:05:28 Get:22 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3 arm64 3.10.6-1 [22.3 kB]
13:05:28 Get:23 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libargon2-1 arm64 0~20171227-0.3 [18.6 kB]
13:05:28 Get:24 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-1ubuntu1 [127 kB]
13:05:28 Get:25 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjson-c5 arm64 0.16-1 [33.2 kB]
13:05:28 Get:26 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcryptsetup12 arm64 2:2.5.0-2ubuntu1 [217 kB]
13:05:28 Get:27 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfdisk1 arm64 2.38-4ubuntu1 [140 kB]
13:05:28 Get:28 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libkmod2 arm64 30+20220630-3ubuntu1 [47.1 kB]
13:05:28 Get:29 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libapparmor1 arm64 3.0.7-1ubuntu2 [36.8 kB]
13:05:28 Get:30 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libip4tc2 arm64 1.8.7-1ubuntu6 [19.6 kB]
13:05:28 Get:31 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsystemd-shared arm64 251.4-1ubuntu7 [1617 kB]
13:05:28 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-3) ...
13:05:28 Setting up ca-certificates (20211016) ...
13:05:28 Setting up gpg-agent (2.2.12-1+deb10u2) ...
13:05:28 Setting up gpgsm (2.2.12-1+deb10u2) ...
13:05:28 Setting up libcurl3-gnutls:arm64 (7.64.0-4+deb10u4) ...
13:05:28 Setting up python3 (3.7.3-1) ...
13:05:28 Setting up dirmngr (2.2.12-1+deb10u2) ...
13:05:28 Setting up gir1.2-packagekitglib-1.0 (1.1.12-5) ...
13:05:28 Setting up python3-pycurl (7.43.0.2-0.1) ...
13:05:29 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
13:05:29 OK
13:05:29 + '[' focal = sid ']'
13:05:29 ++ dpkg --print-architecture
13:05:29 + ARCH=arm64
13:05:29 + echo 'deb [arch=arm64] https://download.docker.com/linux/ubuntu focal test'
13:05:29 + apt-get update
13:05:29   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch          46/61 
13:05:29   Installing       : python3-policycoreutils-3.5-0.rc2.1.el9.noarch       47/61 
13:05:29   Installing       : policycoreutils-python-utils-3.5-0.rc2.1.el9.noarc   48/61 
13:05:29   Running scriptlet: container-selinux-3:2.199.0-1.el9.noarch             49/61 
13:05:29   Installing       : container-selinux-3:2.199.0-1.el9.noarch             49/61 
13:05:29 Get:32 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 systemd arm64 251.4-1ubuntu7 [2712 kB]
13:05:29 Get:33 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 systemd-sysv arm64 251.4-1ubuntu7 [11.2 kB]
13:05:29 Get:34 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 openssl arm64 3.0.5-2ubuntu2.1 [1157 kB]
13:05:29 Get:35 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 ca-certificates all 20211016ubuntu0.22.10.1 [143 kB]
13:05:29 Get:36 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libdbus-1-3 arm64 1.14.0-2ubuntu3 [200 kB]
13:05:29 Get:37 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-bin arm64 1.14.0-2ubuntu3 [38.9 kB]
13:05:29 Get:38 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-session-bus-common all 1.14.0-2ubuntu3 [73.0 kB]
13:05:29 Get:39 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-daemon arm64 1.14.0-2ubuntu3 [114 kB]
13:05:29 Get:40 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-system-bus-common all 1.14.0-2ubuntu3 [74.2 kB]
13:05:29 Get:41 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus arm64 1.14.0-2ubuntu3 [23.7 kB]
13:05:29 Get:42 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 distro-info-data all 0.54ubuntu0.1 [5242 B]
13:05:29 Get:43 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libglib2.0-0 arm64 2.74.3-0ubuntu1 [1448 kB]
13:05:29 Updating certificates in /etc/ssl/certs...
13:05:29 Setting up python3-gi (3.30.4-1) ...
13:05:29 Get:1 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB]
13:05:29 Get:2 https://download.docker.com/linux/ubuntu focal/test arm64 Packages [34.2 kB]
13:05:29 + make clean
13:05:29 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
13:05:29 Unable to find image 'alpine:latest' locally
13:05:29 Get:44 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgirepository-1.0-1 arm64 1.74.0-2 [65.9 kB]
13:05:29 Get:45 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gir1.2-glib-2.0 arm64 1.74.0-2 [178 kB]
13:05:29 Get:46 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 iso-codes all 4.11.0-1 [3352 kB]
13:05:29 Get:47 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcap2-bin arm64 1:2.44-1build3 [25.5 kB]
13:05:29 Get:48 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libelf1 arm64 0.187-4 [51.1 kB]
13:05:29 Get:49 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libglib2.0-data all 2.74.3-0ubuntu1 [19.0 kB]
13:05:29 Get:50 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libicu71 arm64 71.1-3ubuntu1 [10.5 MB]
13:05:29 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
13:05:29 Setting up lsb-release (10.2019051400) ...
13:05:29 Setting up python3-dbus (1.2.8-3) ...
13:05:29 latest: Pulling from library/alpine
13:05:29 8921db27df28: Already exists
13:05:29 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
13:05:29 Status: Downloaded newer image for alpine:latest
13:05:29 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal InRelease
13:05:29 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
13:05:29 Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
13:05:29 Hit:6 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
13:05:29 Fetched 91.8 kB in 1s (110 kB/s)
13:05:29 127 added, 0 removed; done.
13:05:30 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
13:05:30 Setting up python3-apt (1.8.4.3) ...
13:05:30 Setting up python3-software-properties (0.96.20.2-2) ...
13:05:30 Setting up gnupg (2.2.12-1+deb10u2) ...
13:05:30 Setting up gnupg2 (2.2.12-1+deb10u2) ...
13:05:30 Setting up software-properties-common (0.96.20.2-2) ...
13:05:30 Setting up dbus (1.14.4-1) ...
13:05:30 invoke-rc.d: could not determine current runlevel
13:05:30 invoke-rc.d: policy-rc.d denied execution of start.
13:05:30 Setting up libgssapi-krb5-2:arm64 (1.20.1-1) ...
13:05:30 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
13:05:30 Setting up xml-core (0.18+nmu1) ...
13:05:30 Get:51 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpam-systemd arm64 251.4-1ubuntu7 [203 kB]
13:05:30 Get:52 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libxml2 arm64 2.9.14+dfsg-1ubuntu0.1 [722 kB]
13:05:30 Get:53 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libyaml-0-2 arm64 0.2.5-1 [51.8 kB]
13:05:30 Get:54 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 lsb-release all 11.2ubuntu1 [11.1 kB]
13:05:30 Get:55 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python-apt-common all 2.4.0+22.10 [14.8 kB]
13:05:30 Get:56 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3-apt arm64 2.4.0+22.10 [156 kB]
13:05:30 Get:57 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-dbus arm64 1.2.18-3build1 [98.5 kB]
13:05:30 Get:58 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-gi arm64 3.42.2-2 [225 kB]
13:05:30 Get:59 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.10.1 [132 kB]
13:05:30 Get:60 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnghttp2-14 arm64 1.49.0-1 [72.1 kB]
13:05:30 Get:61 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpsl5 arm64 0.21.0-1.2build2 [58.3 kB]
13:05:30 Get:62 http://ports.ubuntu.com/ubuntu-ports kinetic/universe arm64 apt-transport-https all 2.5.3 [1502 B]
13:05:30 Get:63 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libbrotli1 arm64 1.0.9-2build6 [314 kB]
13:05:30 Get:64 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-6ubuntu2 [21.0 kB]
13:05:30 Get:65 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsasl2-2 arm64 2.1.28+dfsg-6ubuntu2 [57.3 kB]
13:05:30 Get:66 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-1ubuntu1 [180 kB]
13:05:30 Get:67 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB]
13:05:30 Get:68 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libssh-4 arm64 0.9.6-2build1 [184 kB]
13:05:30 Get:69 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libcurl4 arm64 7.85.0-1ubuntu0.2 [286 kB]
13:05:30 Processing triggers for libc-bin (2.28-10+deb10u2) ...
13:05:30 Processing triggers for ca-certificates (20200601~deb10u2) ...
13:05:30 Updating certificates in /etc/ssl/certs...
13:05:30 Setting up gpgconf (2.2.40-1) ...
13:05:30 Setting up libpam-systemd:arm64 (252.5-2) ...
13:05:30 Get:70 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 curl arm64 7.85.0-1ubuntu0.2 [196 kB]
13:05:30 Get:71 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libassuan0 arm64 2.5.5-4 [35.3 kB]
13:05:30 Get:72 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpgconf arm64 2.2.35-3ubuntu1 [92.4 kB]
13:05:30 Get:73 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libksba8 arm64 1.6.0-3ubuntu1.1 [116 kB]
13:05:30 Get:74 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnpth0 arm64 1.6-3build2 [8156 B]
13:05:30 Get:75 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dirmngr arm64 2.2.35-3ubuntu1 [295 kB]
13:05:30 Get:76 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpackagekit-glib2-18 arm64 1.2.5-2ubuntu2 [116 kB]
13:05:30 Get:77 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gir1.2-packagekitglib-1.0 arm64 1.2.5-2ubuntu2 [25.3 kB]
13:05:30 Get:78 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gnupg-l10n all 2.2.35-3ubuntu1 [53.8 kB]
13:05:30 Get:79 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gnupg-utils arm64 2.2.35-3ubuntu1 [301 kB]
13:05:30 Get:80 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg arm64 2.2.35-3ubuntu1 [508 kB]
13:05:30 Get:81 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 pinentry-curses arm64 1.2.0-2ubuntu1 [33.7 kB]
13:05:30 Get:82 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg-agent arm64 2.2.35-3ubuntu1 [209 kB]
13:05:30 Get:83 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg-wks-client arm64 2.2.35-3ubuntu1 [61.8 kB]
13:05:30 Get:84 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg-wks-server arm64 2.2.35-3ubuntu1 [57.2 kB]
13:05:30 Get:85 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpgsm arm64 2.2.35-3ubuntu1 [195 kB]
13:05:30 Get:86 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gnupg all 2.2.35-3ubuntu1 [318 kB]
13:05:30 Get:87 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libcurl3-gnutls arm64 7.85.0-1ubuntu0.2 [281 kB]
13:05:30 Setting up libcurl4:arm64 (7.87.0-2) ...
13:05:30 Setting up libpolkit-agent-1-0:arm64 (122-3) ...
13:05:30 Setting up curl (7.87.0-2) ...
13:05:30 Setting up gpg (2.2.40-1) ...
13:05:30 Setting up libgstreamer1.0-0:arm64 (1.22.0-2) ...
13:05:30 Setcap worked! gst-ptp-helper is not suid!
13:05:30 Setting up gnupg-utils (2.2.40-1) ...
13:05:30 Setting up libtirpc3:arm64 (1.3.3+ds-1) ...
13:05:30 Setting up gpg-agent (2.2.40-1) ...
13:05:30 Get:88 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libstemmer0d arm64 2.2.0-1build1 [166 kB]
13:05:30 Get:89 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxmlb2 arm64 0.3.8-1 [64.1 kB]
13:05:30 Get:90 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libappstream4 arm64 0.15.5-1 [190 kB]
13:05:30 Get:91 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdw1 arm64 0.187-4 [243 kB]
13:05:30 Get:92 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libglib2.0-bin arm64 2.74.3-0ubuntu1 [92.1 kB]
13:05:30 Get:93 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libunwind8 arm64 1.6.2-0ubuntu1 [55.6 kB]
13:05:30 Get:94 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgstreamer1.0-0 arm64 1.20.3-1 [916 kB]
13:05:30 Get:95 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpolkit-gobject-1-0 arm64 0.105-33 [42.4 kB]
13:05:30 Get:96 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpolkit-agent-1-0 arm64 0.105-33 [16.0 kB]
13:05:30 Get:97 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 polkitd arm64 0.105-33 [77.7 kB]
13:05:30 Get:98 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 pkexec arm64 0.105-33 [14.8 kB]
13:05:30 Get:99 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 policykit-1 arm64 0.105-33 [2424 B]
13:05:30 Get:100 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-blinker all 1.4+dfsg1-0.5 [14.0 kB]
13:05:30 rm -f -r src
13:05:30 Reading package lists...
13:05:30 ++ find deb/debbuild/ubuntu-focal/ -type f -name '*.deb'
13:05:30 + packages='deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb
13:05:30 deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb
13:05:30 deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb
13:05:30 deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb
13:05:30 deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'
13:05:30 ++ echo 'deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb
13:05:30 deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb
13:05:30 deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb
13:05:30 deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb
13:05:30 deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'
13:05:30 ++ xargs
13:05:30 ++ awk '$0="./"$0'
13:05:30 + packages='./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'
13:05:30 + set -x
13:05:30 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb
13:05:30 Selecting previously unselected package docker-compose-plugin.
13:05:30 (Reading database ... 10398 files and directories currently installed.)
13:05:30 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb ...
13:05:30 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.20.04~focal) ...
13:05:30 0 added, 0 removed; done.
13:05:30 Running hooks in /etc/ca-certificates/update.d...
13:05:30 done.
13:05:30 ++ source /etc/os-release
13:05:30 +++ PRETTY_NAME='Debian GNU/Linux 10 (buster)'
13:05:30 +++ NAME='Debian GNU/Linux'
13:05:30 +++ VERSION_ID=10
13:05:30 +++ VERSION='10 (buster)'
13:05:30 +++ VERSION_CODENAME=buster
13:05:30 +++ ID=debian
13:05:30 +++ HOME_URL=https://www.debian.org/
13:05:30 +++ SUPPORT_URL=https://www.debian.org/support
13:05:30 +++ BUG_REPORT_URL=https://bugs.debian.org/
13:05:30 ++ echo debian
13:05:30 + DIST_ID=debian
13:05:30 ++ lsb_release -sc
13:05:30 + DIST_VERSION=buster
13:05:30 + '[' buster = sid ']'
13:05:30 + install_debian_containerd
13:05:30 + '[' staging = stage ']'
13:05:30 + REPO_URL=https://download.docker.com/linux/debian
13:05:30 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
13:05:30 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
13:05:30 + update-ca-certificates -f
13:05:30 Clearing symlinks in /etc/ssl/certs...
13:05:30 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
13:05:30 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
13:05:30 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
13:05:30 Get:101 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-cffi-backend arm64 1.15.1-1 [79.8 kB]
13:05:31 Get:102 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-cryptography arm64 3.4.8-2 [217 kB]
13:05:31 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
13:05:31 Setting up gpgsm (2.2.40-1) ...
13:05:31 Setting up libcurl3-gnutls:arm64 (7.87.0-2) ...
13:05:31 Setting up libappstream4:arm64 (0.16.0-1) ...
13:05:31 Setting up dirmngr (2.2.40-1) ...
13:05:31 make -C rpm clean
13:05:31 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
13:05:31 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:05:31 rm -f -r rpmbuild/
13:05:31 docker builder prune -f --filter until=24h
13:05:31 Total:	0B
13:05:31 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
13:05:31 make -C deb clean
13:05:31 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:05:31 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:05:31 rm -f -r debbuild
13:05:31 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
13:05:31 rm -f -r sources
13:05:31 docker builder prune -f --filter until=24h
13:05:31 Selecting previously unselected package docker-ce-cli.
13:05:31 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb ...
13:05:31 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
13:05:31 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
13:05:31 Setting up gir1.2-packagekitglib-1.0 (1.2.6-2) ...
13:05:31 Setting up gpg-wks-server (2.2.40-1) ...
13:05:31 Setting up libnsl2:arm64 (1.3.0-2) ...
13:05:31 Setting up gpg-wks-client (2.2.40-1) ...
13:05:31 Setting up libpython3.11-stdlib:arm64 (3.11.1-2) ...
13:05:31 Setting up gnupg (2.2.40-1) ...
13:05:31 Setting up libpython3-stdlib:arm64 (3.11.1-3) ...
13:05:31 Setting up python3.11 (3.11.1-2) ...
13:05:31 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el7.aarch64.rpm
13:05:31 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6Ycvrz
13:05:31 + umask 022
13:05:31 + cd /root/rpmbuild/BUILD
13:05:31 + cd src
13:05:31 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.aarch64
13:05:31 + exit 0
13:05:31 done.
13:05:31 Updating certificates in /etc/ssl/certs...
13:05:31 Total:	0B
13:05:31 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:05:31 make -C static clean
13:05:31 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
13:05:31 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
13:05:31 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.oblRQ4
13:05:31 + umask 022
13:05:31 + cd /root/rpmbuild/BUILD
13:05:31 + cd /root/rpmbuild/BUILD
13:05:31 + rm -rf src
13:05:31 Get:103 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-pyparsing all 3.0.7-2 [82.6 kB]
13:05:31 Get:104 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-httplib2 all 0.20.4-2 [29.8 kB]
13:05:31 Get:105 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-more-itertools all 8.10.0-2 [47.9 kB]
13:05:31 Get:106 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-zipp all 1.0.0-4 [5548 B]
13:05:31 Get:107 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-importlib-metadata all 4.6.4-1 [16.2 kB]
13:05:31 Get:108 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-jeepney all 0.8.0-1 [35.2 kB]
13:05:31 Get:109 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-jwt all 2.4.0-1 [17.4 kB]
13:05:31 Get:110 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-secretstorage all 3.3.3-1ubuntu1 [13.6 kB]
13:05:31 Get:111 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-keyring all 23.8.2-1 [37.3 kB]
13:05:31 Get:112 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-lazr.uri all 1.0.6-2 [14.4 kB]
13:05:31 Get:113 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-wadllib all 1.3.6-1 [36.4 kB]
13:05:31 Get:114 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-distro all 1.7.0-1 [17.0 kB]
13:05:31 Get:115 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-oauthlib all 3.2.0-1ubuntu1 [89.8 kB]
13:05:31 Get:116 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-six all 1.16.0-4 [12.4 kB]
13:05:31 Get:117 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
13:05:31 Get:118 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-launchpadlib all 1.10.16-1 [125 kB]
13:05:31 Get:119 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-software-properties all 0.99.27 [28.9 kB]
13:05:31 Get:120 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 packagekit arm64 1.2.5-2ubuntu2 [426 kB]
13:05:31 Get:121 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 software-properties-common all 0.99.27 [13.9 kB]
13:05:31 Get:122 http://ports.ubuntu.com/ubuntu-ports kinetic/universe arm64 gnupg2 all 2.2.35-3ubuntu1 [4462 B]
13:05:31 + /usr/bin/mkdir -p src
13:05:31 + cd src
13:05:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:05:31 + /usr/bin/tar -xf -
13:05:31 + STATUS=0
13:05:31 + '[' 0 -ne 0 ']'
13:05:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:05:31 + /usr/bin/tar -xf -
13:05:31 + STATUS=0
13:05:31 + '[' 0 -ne 0 ']'
13:05:31 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:05:31 + exit 0
13:05:31 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SBLAmT
13:05:31 + umask 022
13:05:31 + cd /root/rpmbuild/BUILD
13:05:31 + cd src
13:05:31 + pushd /root/rpmbuild/BUILD/src/compose
13:05:31 + make VERSION=v2.16.0 DESTDIR=./bin build
13:05:31 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:05:31 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "./bin/docker-compose" ./cmd
13:05:31 go: downloading github.com/docker/cli v23.0.0+incompatible
13:05:31 debconf: delaying package configuration, since apt-utils is not installed
13:05:31 Fetched 40.1 MB in 4s (9389 kB/s)
13:05:31 137 added, 0 removed; done.
13:05:31 Running hooks in /etc/ca-certificates/update.d...
13:05:31 done.
13:05:31 + curl -fsSL https://download.docker.com/linux/debian/gpg
13:05:31 + apt-key add -
13:05:32 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.16.0-0.fc36.aarch64.rpm
13:05:32 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.usgu6X
13:05:32 + umask 022
13:05:32 + cd /root/rpmbuild/BUILD
13:05:32 + cd src
13:05:32 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64
13:05:32 + RPM_EC=0
13:05:32 ++ jobs -p
13:05:32 + exit 0
13:05:32     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:05:32     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:05:32     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:05:32     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/docker-proxy
13:05:32     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:05:32     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:05:32 
13:05:32 RPM build warnings:
13:05:32 Selecting previously unselected package libssl3:arm64.
13:05: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 ... 4393 files and directories currently installed.)
13:05:32 Preparing to unpack .../libssl3_3.0.5-2ubuntu2.1_arm64.deb ...
13:05:32 Unpacking libssl3:arm64 (3.0.5-2ubuntu2.1) ...
13:05:32 Selecting previously unselected package libpython3.10-minimal:arm64.
13:05:32 Preparing to unpack .../libpython3.10-minimal_3.10.7-1ubuntu0.2_arm64.deb ...
13:05:32 Unpacking libpython3.10-minimal:arm64 (3.10.7-1ubuntu0.2) ...
13:05:32 Warning: apt-key output should not be parsed (stdout is not a terminal)
13:05:32 Selecting previously unselected package docker-ce-rootless-extras.
13:05:32 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb ...
13:05:32 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
13:05:32 Setting up gnupg2 (2.2.40-1) ...
13:05:32 Setting up python3 (3.11.1-3) ...
13:05:32 Setting up python3-six (1.16.0-4) ...
13:05:32 Setting up python3-pyparsing (3.0.9-1) ...
13:05:32 Selecting previously unselected package libexpat1:arm64.
13:05:32 Preparing to unpack .../libexpat1_2.4.8-2ubuntu0.22.10.1_arm64.deb ...
13:05:32 Unpacking libexpat1:arm64 (2.4.8-2ubuntu0.22.10.1) ...
13:05:32 Selecting previously unselected package python3.10-minimal.
13:05:32 Preparing to unpack .../python3.10-minimal_3.10.7-1ubuntu0.2_arm64.deb ...
13:05:32 Unpacking python3.10-minimal (3.10.7-1ubuntu0.2) ...
13:05:32 Setting up libssl3:arm64 (3.0.5-2ubuntu2.1) ...
13:05:32 Setting up libpython3.10-minimal:arm64 (3.10.7-1ubuntu0.2) ...
13:05:32 Setting up libexpat1:arm64 (2.4.8-2ubuntu0.22.10.1) ...
13:05:32 go: downloading github.com/theupdateframework/notary v0.7.0
13:05:32 go: downloading github.com/compose-spec/compose-go v1.9.0
13:05:32 go: downloading github.com/docker/buildx v0.10.2
13:05:32 go: downloading github.com/mattn/go-shellwords v1.0.12
13:05:32 go: downloading github.com/moby/buildkit v0.11.2
13:05:32 rm -f -r build
13:05:32 docker builder prune -f --filter until=24h
13:05:32 Total:	0B
13:05:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] }
13:05:32 Selecting previously unselected package docker-buildx-plugin.
13:05:32 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb ...
13:05:32 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.20.04~focal) ...
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
13:05:32 Setting up python3-gi (3.42.2-3+b1) ...
[Pipeline] // node
[Pipeline] }
13:05:32 Setting up python3.10-minimal (3.10.7-1ubuntu0.2) ...
13:05:32 go: downloading go.opentelemetry.io/otel v1.13.0
13:05:32 go: downloading github.com/hashicorp/go-version v1.6.0
13:05:32 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:05:32 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:05:32 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:05:32 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:05:32 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:05:32 OK
13:05:32 + '[' buster = sid ']'
13:05:32 ++ dpkg --print-architecture
13:05:32 + ARCH=arm64
13:05:32 + echo 'deb [arch=arm64] https://download.docker.com/linux/debian buster test'
13:05:32 + apt-get update
13:05:32 Setting up python3-httplib2 (0.20.4-3) ...
13:05:32 Setting up python3-cffi-backend:arm64 (1.15.1-5+b1) ...
13:05:32 Setting up python3-blinker (1.5-1) ...
13:05:32 go: downloading golang.org/x/sync v0.1.0
13:05:32 go: downloading github.com/imdario/mergo v0.3.13
13:05:32 go: downloading github.com/containerd/console v1.0.3
13:05:32 go: downloading github.com/buger/goterm v1.0.4
13:05:32 go: downloading github.com/stretchr/testify v1.8.1
13:05:32 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:05:32 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:05:32 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:05:32 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:05:32 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:05:32 go: downloading google.golang.org/grpc v1.50.1
13:05:32 go: downloading k8s.io/client-go v0.22.4
13:05:33 Hit:1 http://deb.debian.org/debian buster InRelease
13:05:33 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
13:05:33 Hit:3 http://deb.debian.org/debian buster-updates InRelease
13:05:33 Setting up python3-pkg-resources (65.6.3-1) ...
13:05:33 go: downloading k8s.io/api v0.22.4
13:05:33 Selecting previously unselected package python3-minimal.
13:05:33 (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 ... 4706 files and directories currently installed.)
13:05:33 Preparing to unpack .../00-python3-minimal_3.10.6-1_arm64.deb ...
13:05:33 Unpacking python3-minimal (3.10.6-1) ...
13:05:33 Selecting previously unselected package media-types.
13:05:33 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
13:05:33 Unpacking media-types (8.0.0) ...
13:05:33 Get:4 https://download.docker.com/linux/debian buster InRelease [54.0 kB]
13:05:33 Setting up python3-dbus (1.3.2-4+b1) ...
13:05:33 Setting up python3-distro (1.8.0-1) ...
13:05:33 Selecting previously unselected package libmpdec3:arm64.
13:05:33 Preparing to unpack .../02-libmpdec3_2.5.1-2build2_arm64.deb ...
13:05:33 Unpacking libmpdec3:arm64 (2.5.1-2build2) ...
13:05:33 Selecting previously unselected package libkrb5support0:arm64.
13:05:33 Preparing to unpack .../03-libkrb5support0_1.20-1ubuntu0.1_arm64.deb ...
13:05:33 Unpacking libkrb5support0:arm64 (1.20-1ubuntu0.1) ...
13:05:33 Selecting previously unselected package libk5crypto3:arm64.
13:05:33 Preparing to unpack .../04-libk5crypto3_1.20-1ubuntu0.1_arm64.deb ...
13:05:33 Unpacking libk5crypto3:arm64 (1.20-1ubuntu0.1) ...
13:05:33 Selecting previously unselected package libkeyutils1:arm64.
13:05:33 Preparing to unpack .../05-libkeyutils1_1.6.3-1_arm64.deb ...
13:05:33 Unpacking libkeyutils1:arm64 (1.6.3-1) ...
13:05:33 Selecting previously unselected package libkrb5-3:arm64.
13:05:33 Preparing to unpack .../06-libkrb5-3_1.20-1ubuntu0.1_arm64.deb ...
13:05:33 Unpacking libkrb5-3:arm64 (1.20-1ubuntu0.1) ...
13:05:33 Setting up python3-jwt (2.6.0-1) ...
13:05:33 Selecting previously unselected package libgssapi-krb5-2:arm64.
13:05:33 Preparing to unpack .../07-libgssapi-krb5-2_1.20-1ubuntu0.1_arm64.deb ...
13:05:33 Unpacking libgssapi-krb5-2:arm64 (1.20-1ubuntu0.1) ...
13:05:33 Selecting previously unselected package libtirpc-common.
13:05:33 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
13:05:33 Unpacking libtirpc-common (1.3.3+ds-1) ...
13:05:33 Selecting previously unselected package libtirpc3:arm64.
13:05:33 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_arm64.deb ...
13:05:33 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ...
13:05:33 Selecting previously unselected package libnsl2:arm64.
13:05:33 Preparing to unpack .../10-libnsl2_1.3.0-2build2_arm64.deb ...
13:05:33 Unpacking libnsl2:arm64 (1.3.0-2build2) ...
13:05:33 Selecting previously unselected package readline-common.
13:05:33 Preparing to unpack .../11-readline-common_8.2-1_all.deb ...
13:05:33 Unpacking readline-common (8.2-1) ...
13:05:33 Selecting previously unselected package libreadline8:arm64.
13:05:33 Preparing to unpack .../12-libreadline8_8.2-1_arm64.deb ...
13:05:33 Unpacking libreadline8:arm64 (8.2-1) ...
13:05:33 go: downloading k8s.io/apimachinery v0.22.4
13:05:33 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:05:33 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:05:33 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:05:33 go: downloading github.com/golang/mock v1.6.0
13:05:33 Setting up python3-apt (2.5.2+b1) ...
13:05:33 Setting up python3-lazr.uri (1.0.6-3) ...
13:05:33 Selecting previously unselected package docker-ce.
13:05:33 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb ...
13:05:33 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
13:05:33 Get:5 https://download.docker.com/linux/debian buster/test arm64 Packages [50.7 kB]
13:05:33 Fetched 105 kB in 1s (124 kB/s)
13:05:34 Selecting previously unselected package libsqlite3-0:arm64.
13:05:34 Preparing to unpack .../13-libsqlite3-0_3.39.3-1_arm64.deb ...
13:05:34 Unpacking libsqlite3-0:arm64 (3.39.3-1) ...
13:05:34 Selecting previously unselected package libpython3.10-stdlib:arm64.
13:05:34 Preparing to unpack .../14-libpython3.10-stdlib_3.10.7-1ubuntu0.2_arm64.deb ...
13:05:34 Unpacking libpython3.10-stdlib:arm64 (3.10.7-1ubuntu0.2) ...
13:05:34 Selecting previously unselected package python3.10.
13:05:34 Preparing to unpack .../15-python3.10_3.10.7-1ubuntu0.2_arm64.deb ...
13:05:34 Unpacking python3.10 (3.10.7-1ubuntu0.2) ...
13:05:34 Selecting previously unselected package libpython3-stdlib:arm64.
13:05:34 Preparing to unpack .../16-libpython3-stdlib_3.10.6-1_arm64.deb ...
13:05:34 Unpacking libpython3-stdlib:arm64 (3.10.6-1) ...
13:05:34 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:05:34 go: downloading github.com/hashicorp/errwrap v1.1.0
13:05:34 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:05:34 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:05:34 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:05:34 go: downloading golang.org/x/net v0.4.0
13:05:34 Setting up python3-cryptography (38.0.4-2) ...
13:05:34 Setting up python3-minimal (3.10.6-1) ...
13:05:34 Selecting previously unselected package python3.
13:05: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 ... 5188 files and directories currently installed.)
13:05:34 Preparing to unpack .../00-python3_3.10.6-1_arm64.deb ...
13:05:34 Unpacking python3 (3.10.6-1) ...
13:05:34 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:05:34 go: downloading golang.org/x/term v0.3.0
13:05:34 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:05:34 go: downloading github.com/mattn/go-runewidth v0.0.14
13:05:34 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:05:34 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:05:34 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:05:34 Setting up python3-wadllib (1.3.6-4) ...
13:05:34 Setting up python3-oauthlib (3.2.2-1) ...
13:05:34 Reading package lists...
13:05:34 ++ find deb/debbuild/debian-buster/ -type f -name '*.deb'
13:05:34 + packages='deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_arm64.deb
13:05:34 deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb
13:05:34 deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb
13:05:34 deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb
13:05:34 deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb'
13:05:34 ++ echo 'deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_arm64.deb
13:05:34 deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb
13:05:34 deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb
13:05:34 deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb
13:05:34 deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb'
13:05:34 ++ xargs
13:05:34 ++ awk '$0="./"$0'
13:05:34 + packages='./deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb'
13:05:34 + set -x
13:05:34 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb
13:05:34 Selecting previously unselected package docker-compose-plugin.
13:05:34 (Reading database ... 9711 files and directories currently installed.)
13:05:34 Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.10~buster_arm64.deb ...
13:05:34 Unpacking docker-compose-plugin (2.16.0-1~debian.10~buster) ...
13:05:34 Selecting previously unselected package libargon2-1:arm64.
13:05:34 Preparing to unpack .../01-libargon2-1_0~20171227-0.3_arm64.deb ...
13:05:34 Unpacking libargon2-1:arm64 (0~20171227-0.3) ...
13:05:34 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:05:34 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_arm64.deb ...
13:05:34 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-1ubuntu1) ...
13:05:34 Selecting previously unselected package libjson-c5:arm64.
13:05:34 Preparing to unpack .../03-libjson-c5_0.16-1_arm64.deb ...
13:05:34 Unpacking libjson-c5:arm64 (0.16-1) ...
13:05:34 Selecting previously unselected package libcryptsetup12:arm64.
13:05:34 Preparing to unpack .../04-libcryptsetup12_2%3a2.5.0-2ubuntu1_arm64.deb ...
13:05:34 Unpacking libcryptsetup12:arm64 (2:2.5.0-2ubuntu1) ...
13:05:34 Selecting previously unselected package libfdisk1:arm64.
13:05:34 Preparing to unpack .../05-libfdisk1_2.38-4ubuntu1_arm64.deb ...
13:05:34 Unpacking libfdisk1:arm64 (2.38-4ubuntu1) ...
13:05:34 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-36"
13:05:34 go: downloading github.com/go-logr/stdr v1.2.2
13:05:34 go: downloading github.com/containerd/typeurl v1.0.2
13:05:34 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:05:34 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:05:34 Setting up python3-lazr.restfulclient (0.14.5-1) ...
13:05:34 Setting up python3-software-properties (0.99.30-4) ...
13:05:34 Selecting previously unselected package libkmod2:arm64.
13:05:34 Preparing to unpack .../06-libkmod2_30+20220630-3ubuntu1_arm64.deb ...
13:05:34 Unpacking libkmod2:arm64 (30+20220630-3ubuntu1) ...
13:05:34 Selecting previously unselected package libapparmor1:arm64.
13:05:34 Preparing to unpack .../07-libapparmor1_3.0.7-1ubuntu2_arm64.deb ...
13:05:34 Unpacking libapparmor1:arm64 (3.0.7-1ubuntu2) ...
13:05:34 Selecting previously unselected package libip4tc2:arm64.
13:05:34 Preparing to unpack .../08-libip4tc2_1.8.7-1ubuntu6_arm64.deb ...
13:05:34 Unpacking libip4tc2:arm64 (1.8.7-1ubuntu6) ...
13:05:34 Selecting previously unselected package libsystemd-shared:arm64.
13:05:34 Preparing to unpack .../09-libsystemd-shared_251.4-1ubuntu7_arm64.deb ...
13:05:34 Unpacking libsystemd-shared:arm64 (251.4-1ubuntu7) ...
13:05:34 Selecting previously unselected package systemd.
13:05:34 Preparing to unpack .../10-systemd_251.4-1ubuntu7_arm64.deb ...
13:05:34 Setting up docker-compose-plugin (2.16.0-1~ubuntu.20.04~focal) ...
13:05:34 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
13:05:34 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
13:05:34 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.20.04~focal) ...
13:05:34 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
13:05:34 go: downloading github.com/gogo/googleapis v1.4.1
13:05:34 Processing triggers for libc-bin (2.36-8) ...
13:05:34 Processing triggers for systemd (252.5-2) ...
13:05:34 Processing triggers for sgml-base (1.31) ...
13:05:34 Setting up polkitd (122-3) ...
13:05:34 Creating group 'polkitd' with GID 997.
13:05:34 Creating user 'polkitd' (polkit) with UID 997 and GID 997.
13:05:35 Unpacking systemd (251.4-1ubuntu7) ...
13:05:35 Setting up libargon2-1:arm64 (0~20171227-0.3) ...
13:05:35 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-1ubuntu1) ...
13:05:35 Setting up libjson-c5:arm64 (0.16-1) ...
13:05:35 Setting up libcryptsetup12:arm64 (2:2.5.0-2ubuntu1) ...
13:05:35 Setting up libfdisk1:arm64 (2.38-4ubuntu1) ...
13:05:35 Setting up libkmod2:arm64 (30+20220630-3ubuntu1) ...
13:05:35 Setting up libapparmor1:arm64 (3.0.7-1ubuntu2) ...
13:05:35 Setting up libip4tc2:arm64 (1.8.7-1ubuntu6) ...
13:05:35 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
13:05:35 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
13:05:35 invoke-rc.d: could not determine current runlevel
13:05:35 invoke-rc.d: policy-rc.d denied execution of start.
13:05:35 Processing triggers for systemd (245.4-4ubuntu3.19) ...
13:05:35 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb
13:05:35 invoke-rc.d: could not determine current runlevel
13:05:35 invoke-rc.d: policy-rc.d denied execution of reload.
13:05:35 start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory)
13:05:35 Setting up packagekit (1.2.6-2) ...
13:05:35 Setting up libsystemd-shared:arm64 (251.4-1ubuntu7) ...
13:05:35 Setting up systemd (251.4-1ubuntu7) ...
13:05:35 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:05:35 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:05:35 Failed to enable unit, unit systemd-resolved.service does not exist.
13:05:35 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:05:35 Initializing machine ID from random generator.
13:05:35 Selecting previously unselected package docker-ce-rootless-extras.
13:05:35 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ...
13:05:35 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
13:05:35 invoke-rc.d: could not determine current runlevel
13:05:35 invoke-rc.d: policy-rc.d denied execution of force-reload.
13:05:35 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
13:05:35 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
13:05:35 Setting up software-properties-common (0.99.30-4) ...
13:05:35 Processing triggers for ca-certificates (20211016) ...
13:05:35 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:05:35 Selecting previously unselected package systemd-sysv.
13:05: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 ... 6031 files and directories currently installed.)
13:05:35 Preparing to unpack .../00-systemd-sysv_251.4-1ubuntu7_arm64.deb ...
13:05:35 Unpacking systemd-sysv (251.4-1ubuntu7) ...
13:05:35 Selecting previously unselected package openssl.
13:05:35 Preparing to unpack .../01-openssl_3.0.5-2ubuntu2.1_arm64.deb ...
13:05:35 Unpacking openssl (3.0.5-2ubuntu2.1) ...
13:05:35 Selecting previously unselected package ca-certificates.
13:05:35 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.22.10.1_all.deb ...
13:05:35 Unpacking ca-certificates (20211016ubuntu0.22.10.1) ...
13:05:35 Selecting previously unselected package docker-ce.
13:05:35 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ...
13:05:35 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
13:05:35 Updating certificates in /etc/ssl/certs...
13:05:35 + make IMAGE=fedora:36 verify
13:05:35 docker run  --rm -i \
13:05:35 	-v "$(pwd):/v" \
13:05:35 	-e DEBIAN_FRONTEND=noninteractive \
13:05:35 	-e PACKAGE_REPO=staging \
13:05:35 	-w /v \
13:05:35 	fedora:36 ./verify
13:05:35 Unable to find image 'fedora:36' locally
13:05:35 36: Pulling from library/fedora
13:05:35 Selecting previously unselected package libdbus-1-3:arm64.
13:05:35 Preparing to unpack .../03-libdbus-1-3_1.14.0-2ubuntu3_arm64.deb ...
13:05:35 Unpacking libdbus-1-3:arm64 (1.14.0-2ubuntu3) ...
13:05:35 Selecting previously unselected package dbus-bin.
13:05:35 Preparing to unpack .../04-dbus-bin_1.14.0-2ubuntu3_arm64.deb ...
13:05:35 Unpacking dbus-bin (1.14.0-2ubuntu3) ...
13:05:35 Selecting previously unselected package dbus-session-bus-common.
13:05:35 Preparing to unpack .../05-dbus-session-bus-common_1.14.0-2ubuntu3_all.deb ...
13:05:35 Unpacking dbus-session-bus-common (1.14.0-2ubuntu3) ...
13:05:35 Selecting previously unselected package dbus-daemon.
13:05:35 Preparing to unpack .../06-dbus-daemon_1.14.0-2ubuntu3_arm64.deb ...
13:05:35 Unpacking dbus-daemon (1.14.0-2ubuntu3) ...
13:05:35 Selecting previously unselected package dbus-system-bus-common.
13:05:35 Preparing to unpack .../07-dbus-system-bus-common_1.14.0-2ubuntu3_all.deb ...
13:05:35 Unpacking dbus-system-bus-common (1.14.0-2ubuntu3) ...
13:05:35 Selecting previously unselected package dbus.
13:05:35 Preparing to unpack .../08-dbus_1.14.0-2ubuntu3_arm64.deb ...
13:05:35 Unpacking dbus (1.14.0-2ubuntu3) ...
13:05:35 0 added, 0 removed; done.
13:05:35 Running hooks in /etc/ca-certificates/update.d...
13:05:35 done.
13:05:35 Processing triggers for dbus (1.14.4-1) ...
13:05:35 ++ source /etc/os-release
13:05:35 +++ PRETTY_NAME='Debian GNU/Linux bookworm/sid'
13:05:35 +++ NAME='Debian GNU/Linux'
13:05:35 +++ VERSION_CODENAME=bookworm
13:05:35 +++ ID=debian
13:05:35 +++ HOME_URL=https://www.debian.org/
13:05:35 +++ SUPPORT_URL=https://www.debian.org/support
13:05:35 +++ BUG_REPORT_URL=https://bugs.debian.org/
13:05:35 ++ echo debian
13:05:35 + DIST_ID=debian
13:05:35 ++ lsb_release -sc
13:05:36 88e4f16cd891: Already exists
13:05:36 Digest: sha256:17ab257e353f7e0247ce4b1a6ac7a4dd372cf217e532f27d67feb876a53af471
13:05:36 Status: Downloaded newer image for fedora:36
13:05:36 Reading package lists...
13:05:36 Selecting previously unselected package distro-info-data.
13:05:36 Preparing to unpack .../09-distro-info-data_0.54ubuntu0.1_all.deb ...
13:05:36 Unpacking distro-info-data (0.54ubuntu0.1) ...
13:05:36 Selecting previously unselected package libglib2.0-0:arm64.
13:05:36 Preparing to unpack .../10-libglib2.0-0_2.74.3-0ubuntu1_arm64.deb ...
13:05:36 Unpacking libglib2.0-0:arm64 (2.74.3-0ubuntu1) ...
13:05:36 Selecting previously unselected package libgirepository-1.0-1:arm64.
13:05:36 Preparing to unpack .../11-libgirepository-1.0-1_1.74.0-2_arm64.deb ...
13:05:36 Unpacking libgirepository-1.0-1:arm64 (1.74.0-2) ...
13:05:36 Selecting previously unselected package gir1.2-glib-2.0:arm64.
13:05:36 Preparing to unpack .../12-gir1.2-glib-2.0_1.74.0-2_arm64.deb ...
13:05:36 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-2) ...
13:05:36 Selecting previously unselected package iso-codes.
13:05:36 Preparing to unpack .../13-iso-codes_4.11.0-1_all.deb ...
13:05:36 Unpacking iso-codes (4.11.0-1) ...
13:05:36 + DIST_VERSION=bookworm
13:05:36 + '[' bookworm = sid ']'
13:05:36 + install_debian_containerd
13:05:36 + '[' staging = stage ']'
13:05:36 + REPO_URL=https://download.docker.com/linux/debian
13:05:36 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
13:05:36 + update-ca-certificates -f
13:05:36 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
13:05:36 Clearing symlinks in /etc/ssl/certs...
13:05:36 go: downloading github.com/pelletier/go-toml v1.9.5
13:05:36 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:05:36 go: downloading k8s.io/klog/v2 v2.60.1
13:05:36 go: downloading github.com/google/gofuzz v1.2.0
13:05:36 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:05:36 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:05:36 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:05:36 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:05:36 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:05:36 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:05:36 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:05:36 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:05:36 go: downloading github.com/aws/smithy-go v1.11.2
13:05:36 go: downloading github.com/moby/locker v1.0.1
13:05:36 go: downloading github.com/felixge/httpsnoop v1.0.2
13:05:36 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:05:36 go: downloading gopkg.in/inf.v0 v0.9.1
13:05:36 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:05:36 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:05:36 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:05:36 go: downloading github.com/googleapis/gnostic v0.5.5
13:05:36 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:05:36 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:05:36 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:05:36 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:05:36 go: downloading github.com/json-iterator/go v1.1.12
13:05:36 Building dependency tree...
13:05:36 Reading state information...
13:05:36 Correcting dependencies... Done
13:05:36 Selecting previously unselected package libcap2-bin.
13:05:36 Preparing to unpack .../14-libcap2-bin_1%3a2.44-1build3_arm64.deb ...
13:05:36 Unpacking libcap2-bin (1:2.44-1build3) ...
13:05:36 Selecting previously unselected package libelf1:arm64.
13:05:36 Preparing to unpack .../15-libelf1_0.187-4_arm64.deb ...
13:05:36 Unpacking libelf1:arm64 (0.187-4) ...
13:05:36 Selecting previously unselected package libglib2.0-data.
13:05:36 Preparing to unpack .../16-libglib2.0-data_2.74.3-0ubuntu1_all.deb ...
13:05:36 Unpacking libglib2.0-data (2.74.3-0ubuntu1) ...
13:05:36 make[2]: Leaving directory '/root/build-deb/compose'
13:05:36 # Build the scan-plugin
13:05:36 # TODO change once we support scan-plugin on other architectures
13:05:36 if [ "amd64" = "amd64" ]; then \
13:05:36 	cd /go/src/github.com/docker/scan-cli-plugin \
13:05:36 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:05:36 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:05:36 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:05:36 fi
13:05:36 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
13:05:36 GO111MODULE=on make -f builder.Makefile build
13:05:36 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
13:05:36 mkdir -p bin
13:05:36 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=6c852fa -X github.com/docker/scan-cli-plugin/internal.Version=v0.23.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:068f428b9448d2d09aa70bf7dfe7ac98eda25dbc189637528f1a279d3fcae593 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.1064.0" -o bin/docker-scan ./cmd/docker-scan
13:05:36 go: downloading github.com/docker/cli v20.10.17+incompatible
13:05:36 go: downloading github.com/docker/docker v20.10.17+incompatible
13:05:36 go: downloading github.com/spf13/cobra v1.5.0
13:05:36 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
13:05:36 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:05:36 go: downloading github.com/docker/go-units v0.4.0
13:05:36 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
13:05:36 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:05:36 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:05:36 go: downloading github.com/moby/sys/mount v0.3.3
13:05:36 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
13:05:36 go: downloading github.com/containerd/containerd v1.6.6
13:05:36 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:05:36 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:05:36 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
13:05:36 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
13:05:36 go: downloading github.com/prometheus/client_golang v1.12.2
13:05:36 go: downloading github.com/prometheus/client_model v0.2.0
13:05:36 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:05:36 done.
13:05:36 Updating certificates in /etc/ssl/certs...
13:05:36 go: downloading github.com/mattn/go-colorable v0.1.12
13:05:36 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:05:36 go: downloading github.com/containerd/ttrpc v1.1.0
13:05:36 go: downloading github.com/modern-go/reflect2 v1.0.2
13:05:36 go: downloading sigs.k8s.io/yaml v1.2.0
13:05:36 go: downloading github.com/moby/spdystream v0.2.0
13:05:36 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:05:36 go: downloading github.com/mattn/go-isatty v0.0.16
13:05:36 Skipping docker-ce, it is already installed and upgrade is not set.
13:05:36 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:05:36 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:05:36 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:05:36 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:05:36 The following additional packages will be installed:
13:05:36   containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3
13:05:36   libnfnetlink0 libnftnl11 libxtables12 netbase
13:05:36 Suggested packages:
13:05:36   firewalld kmod nftables
13:05:36 The following NEW packages will be installed:
13:05:36   containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3
13:05:36   libnfnetlink0 libnftnl11 libxtables12 netbase
13:05:36 + verify
13:05:36 + dpkg --version
13:05:36 + rpm --version
13:05:36 + verify_rpm
13:05:36 ++ . /etc/os-release
13:05:36 +++ NAME='Fedora Linux'
13:05:36 +++ VERSION='36 (Container Image)'
13:05:36 +++ ID=fedora
13:05:36 +++ VERSION_ID=36
13:05:36 +++ VERSION_CODENAME=
13:05:36 +++ PLATFORM_ID=platform:f36
13:05:36 +++ PRETTY_NAME='Fedora Linux 36 (Container Image)'
13:05:36 +++ ANSI_COLOR='0;38;2;60;110;180'
13:05:36 +++ LOGO=fedora-logo-icon
13:05:36 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:36
13:05:36 +++ HOME_URL=https://fedoraproject.org/
13:05:36 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/
13:05:36 +++ SUPPORT_URL=https://ask.fedoraproject.org/
13:05:36 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:05:36 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
13:05:36 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=36
13:05:36 +++ REDHAT_SUPPORT_PRODUCT=Fedora
13:05:36 +++ REDHAT_SUPPORT_PRODUCT_VERSION=36
13:05:36 +++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
13:05:36 +++ VARIANT='Container Image'
13:05:36 +++ VARIANT_ID=container
13:05:36 ++ echo fedora
13:05:36 + DIST_ID=fedora
13:05:36 ++ . /etc/os-release
13:05:36 +++ NAME='Fedora Linux'
13:05:36 +++ VERSION='36 (Container Image)'
13:05:36 +++ ID=fedora
13:05:36 +++ VERSION_ID=36
13:05:36 +++ VERSION_CODENAME=
13:05:36 +++ PLATFORM_ID=platform:f36
13:05:36 +++ PRETTY_NAME='Fedora Linux 36 (Container Image)'
13:05:36 +++ ANSI_COLOR='0;38;2;60;110;180'
13:05:36 +++ LOGO=fedora-logo-icon
13:05:36 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:36
13:05:36 +++ HOME_URL=https://fedoraproject.org/
13:05:36 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/
13:05:36 +++ SUPPORT_URL=https://ask.fedoraproject.org/
13:05:36 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:05:36 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
13:05:36 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=36
13:05:36 +++ REDHAT_SUPPORT_PRODUCT=Fedora
13:05:36 +++ REDHAT_SUPPORT_PRODUCT_VERSION=36
13:05:36 +++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
13:05:36 +++ VARIANT='Container Image'
13:05:36 +++ VARIANT_ID=container
13:05:36 ++ echo 36
13:05:36 ++ cut -d. -f1
13:05:36 + DIST_VERSION=36
13:05:36 + pkg_manager=yum
13:05:36 + pkg_config_manager=yum-config-manager
13:05:36 + dnf --version
13:05:36 4.14.0
13:05:36   Installed: dnf-0:4.14.0-1.fc36.noarch at Sun Dec 11 07:50:23 2022
13:05:36   Built    : Fedora Project at Fri Sep  9 13:49:11 2022
13:05:36 
13:05:36   Installed: rpm-0:4.17.1-3.fc36.aarch64 at Sun Dec 11 07:50:21 2022
13:05:36   Built    : Fedora Project at Tue Aug  2 12:32:50 2022
13:05:36 + pkg_manager=dnf
13:05:36 + pkg_config_manager='dnf config-manager'
13:05:36 + dnf clean all
13:05:36 Selecting previously unselected package libicu71:arm64.
13:05:36 Preparing to unpack .../17-libicu71_71.1-3ubuntu1_arm64.deb ...
13:05:36 Unpacking libicu71:arm64 (71.1-3ubuntu1) ...
13:05:36 Selecting previously unselected package libpam-systemd:arm64.
13:05:36 Preparing to unpack .../18-libpam-systemd_251.4-1ubuntu7_arm64.deb ...
13:05:36 Unpacking libpam-systemd:arm64 (251.4-1ubuntu7) ...
13:05:36 0 upgraded, 9 newly installed, 0 to remove and 5 not upgraded.
13:05:36 Need to get 20.5 MB of archives.
13:05:36 After this operation, 95.8 MB of additional disk space will be used.
13:05:36 Get:1 https://download.docker.com/linux/ubuntu focal/test arm64 containerd.io arm64 1.6.16-1 [19.9 MB]
13:05:36 0 files removed
13:05:36 + dnf install -y 'dnf-command(config-manager)'
13:05:36 Selecting previously unselected package libxml2:arm64.
13:05:36 Preparing to unpack .../19-libxml2_2.9.14+dfsg-1ubuntu0.1_arm64.deb ...
13:05:36 Unpacking libxml2:arm64 (2.9.14+dfsg-1ubuntu0.1) ...
13:05:36 Selecting previously unselected package libyaml-0-2:arm64.
13:05:36 Preparing to unpack .../20-libyaml-0-2_0.2.5-1_arm64.deb ...
13:05:36 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
13:05:36 Selecting previously unselected package lsb-release.
13:05:36 Preparing to unpack .../21-lsb-release_11.2ubuntu1_all.deb ...
13:05:36 Unpacking lsb-release (11.2ubuntu1) ...
13:05:36 Selecting previously unselected package python-apt-common.
13:05:36 Preparing to unpack .../22-python-apt-common_2.4.0+22.10_all.deb ...
13:05:36 Unpacking python-apt-common (2.4.0+22.10) ...
13:05:36 Selecting previously unselected package python3-apt.
13:05:36 Preparing to unpack .../23-python3-apt_2.4.0+22.10_arm64.deb ...
13:05:36 Unpacking python3-apt (2.4.0+22.10) ...
13:05:36 Selecting previously unselected package python3-dbus.
13:05:36 Preparing to unpack .../24-python3-dbus_1.2.18-3build1_arm64.deb ...
13:05:36 Unpacking python3-dbus (1.2.18-3build1) ...
13:05:37 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
13:05:37 127 added, 0 removed; done.
13:05:37 Running hooks in /etc/ca-certificates/update.d...
13:05:37 done.
13:05:37 + curl -fsSL https://download.docker.com/linux/debian/gpg
13:05:37 + apt-key add -
13:05:37 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
13:05:37 Selecting previously unselected package docker-ce-cli.
13:05:37 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ...
13:05:37 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
13:05:37 Get:2 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmnl0 arm64 1.0.4-2 [11.3 kB]
13:05:37 Get:3 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxtables12 arm64 1.8.4-3ubuntu2 [27.3 kB]
13:05:37 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 netbase all 6.1 [13.1 kB]
13:05:37 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libip6tc2 arm64 1.8.4-3ubuntu2 [18.7 kB]
13:05:37 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnfnetlink0 arm64 1.0.1-3build1 [13.0 kB]
13:05:37 Selecting previously unselected package python3-gi.
13:05:37 Preparing to unpack .../25-python3-gi_3.42.2-2_arm64.deb ...
13:05:37 Unpacking python3-gi (3.42.2-2) ...
13:05:37 Selecting previously unselected package python3-pkg-resources.
13:05:37 Preparing to unpack .../26-python3-pkg-resources_59.6.0-1.2ubuntu0.22.10.1_all.deb ...
13:05:37 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
13:05:37 Selecting previously unselected package libnghttp2-14:arm64.
13:05:37 Preparing to unpack .../27-libnghttp2-14_1.49.0-1_arm64.deb ...
13:05:37 Unpacking libnghttp2-14:arm64 (1.49.0-1) ...
13:05:37 Selecting previously unselected package libpsl5:arm64.
13:05:37 Preparing to unpack .../28-libpsl5_0.21.0-1.2build2_arm64.deb ...
13:05:37 Unpacking libpsl5:arm64 (0.21.0-1.2build2) ...
13:05:37 Selecting previously unselected package apt-transport-https.
13:05:37 Preparing to unpack .../29-apt-transport-https_2.5.3_all.deb ...
13:05:37 Unpacking apt-transport-https (2.5.3) ...
13:05:37 Selecting previously unselected package docker-buildx-plugin.
13:05:37 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb ...
13:05:37 Unpacking docker-buildx-plugin (0.10.2-1~debian.10~buster) ...
13:05:37 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnetfilter-conntrack3 arm64 1.0.7-2 [37.9 kB]
13:05:37 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnftnl11 arm64 1.1.5-1 [53.8 kB]
13:05:37 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 iptables arm64 1.8.4-3ubuntu2 [376 kB]
13:05:37 Selecting previously unselected package libbrotli1:arm64.
13:05:37 Preparing to unpack .../30-libbrotli1_1.0.9-2build6_arm64.deb ...
13:05:37 Unpacking libbrotli1:arm64 (1.0.9-2build6) ...
13:05:37 Selecting previously unselected package libsasl2-modules-db:arm64.
13:05:37 Preparing to unpack .../31-libsasl2-modules-db_2.1.28+dfsg-6ubuntu2_arm64.deb ...
13:05:37 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-6ubuntu2) ...
13:05:37 Selecting previously unselected package libsasl2-2:arm64.
13:05:37 Preparing to unpack .../32-libsasl2-2_2.1.28+dfsg-6ubuntu2_arm64.deb ...
13:05:37 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-6ubuntu2) ...
13:05:37 Selecting previously unselected package libldap-2.5-0:arm64.
13:05:37 Preparing to unpack .../33-libldap-2.5-0_2.5.13+dfsg-1ubuntu1_arm64.deb ...
13:05:37 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-1ubuntu1) ...
13:05:37 Selecting previously unselected package librtmp1:arm64.
13:05:37 Preparing to unpack .../34-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ...
13:05:37 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
13:05:37 Selecting previously unselected package libssh-4:arm64.
13:05:37 Preparing to unpack .../35-libssh-4_0.9.6-2build1_arm64.deb ...
13:05:37 Unpacking libssh-4:arm64 (0.9.6-2build1) ...
13:05:37 debconf: delaying package configuration, since apt-utils is not installed
13:05:37 Fetched 20.5 MB in 1s (23.9 MB/s)
13:05:37 Selecting previously unselected package libmnl0:arm64.
13:05: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 ... 10624 files and directories currently installed.)
13:05:37 Preparing to unpack .../0-libmnl0_1.0.4-2_arm64.deb ...
13:05:37 Unpacking libmnl0:arm64 (1.0.4-2) ...
13:05:37 Selecting previously unselected package libxtables12:arm64.
13:05:37 Preparing to unpack .../1-libxtables12_1.8.4-3ubuntu2_arm64.deb ...
13:05:37 Unpacking libxtables12:arm64 (1.8.4-3ubuntu2) ...
13:05:37 Selecting previously unselected package libcurl4:arm64.
13:05:37 Preparing to unpack .../36-libcurl4_7.85.0-1ubuntu0.2_arm64.deb ...
13:05:37 Unpacking libcurl4:arm64 (7.85.0-1ubuntu0.2) ...
13:05:37 Selecting previously unselected package curl.
13:05:37 Preparing to unpack .../37-curl_7.85.0-1ubuntu0.2_arm64.deb ...
13:05:37 Unpacking curl (7.85.0-1ubuntu0.2) ...
13:05:37 Selecting previously unselected package libassuan0:arm64.
13:05:37 Preparing to unpack .../38-libassuan0_2.5.5-4_arm64.deb ...
13:05:37 Unpacking libassuan0:arm64 (2.5.5-4) ...
13:05:37 Selecting previously unselected package gpgconf.
13:05:37 Preparing to unpack .../39-gpgconf_2.2.35-3ubuntu1_arm64.deb ...
13:05:37 Unpacking gpgconf (2.2.35-3ubuntu1) ...
13:05:37 Selecting previously unselected package libksba8:arm64.
13:05:37 Preparing to unpack .../40-libksba8_1.6.0-3ubuntu1.1_arm64.deb ...
13:05:37 Unpacking libksba8:arm64 (1.6.0-3ubuntu1.1) ...
13:05:37 Selecting previously unselected package libnpth0:arm64.
13:05:37 Preparing to unpack .../41-libnpth0_1.6-3build2_arm64.deb ...
13:05:37 Unpacking libnpth0:arm64 (1.6-3build2) ...
13:05:37 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:05:37 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:05:37 make[1]: Leaving directory '/root/build-deb'
13:05:37    debian/rules override_dh_auto_test
13:05:37 make[1]: Entering directory '/root/build-deb'
13:05:37 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:05:37 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:05:37 PASS: daemon version OK
13:05:37 ver="$(cli/build/docker --version)"; \
13:05:37 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:05:37 PASS: cli version OK
13:05:37 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:05:37 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:05:37 PASS: docker-buildx version OK
13:05:37 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:05:37 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:05:37 Selecting previously unselected package netbase.
13:05:37 Preparing to unpack .../2-netbase_6.1_all.deb ...
13:05:37 Unpacking netbase (6.1) ...
13:05:37 Selecting previously unselected package libip6tc2:arm64.
13:05:37 Preparing to unpack .../3-libip6tc2_1.8.4-3ubuntu2_arm64.deb ...
13:05:37 Unpacking libip6tc2:arm64 (1.8.4-3ubuntu2) ...
13:05:37 Selecting previously unselected package libnfnetlink0:arm64.
13:05:37 Preparing to unpack .../4-libnfnetlink0_1.0.1-3build1_arm64.deb ...
13:05:37 Unpacking libnfnetlink0:arm64 (1.0.1-3build1) ...
13:05:37 Selecting previously unselected package libnetfilter-conntrack3:arm64.
13:05:37 Preparing to unpack .../5-libnetfilter-conntrack3_1.0.7-2_arm64.deb ...
13:05:37 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-2) ...
13:05:37 Selecting previously unselected package libnftnl11:arm64.
13:05:37 Preparing to unpack .../6-libnftnl11_1.1.5-1_arm64.deb ...
13:05:37 Unpacking libnftnl11:arm64 (1.1.5-1) ...
13:05:37 Selecting previously unselected package iptables.
13:05:37 Selecting previously unselected package dirmngr.
13:05:37 Preparing to unpack .../42-dirmngr_2.2.35-3ubuntu1_arm64.deb ...
13:05:37 Unpacking dirmngr (2.2.35-3ubuntu1) ...
13:05:37 Selecting previously unselected package libpackagekit-glib2-18:arm64.
13:05:37 Preparing to unpack .../43-libpackagekit-glib2-18_1.2.5-2ubuntu2_arm64.deb ...
13:05:37 Unpacking libpackagekit-glib2-18:arm64 (1.2.5-2ubuntu2) ...
13:05:37 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:05:37 Preparing to unpack .../44-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_arm64.deb ...
13:05:37 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
13:05:37 Selecting previously unselected package gnupg-l10n.
13:05:37 Preparing to unpack .../45-gnupg-l10n_2.2.35-3ubuntu1_all.deb ...
13:05:37 Unpacking gnupg-l10n (2.2.35-3ubuntu1) ...
13:05:37 Selecting previously unselected package gnupg-utils.
13:05:37 Preparing to unpack .../46-gnupg-utils_2.2.35-3ubuntu1_arm64.deb ...
13:05:37 Unpacking gnupg-utils (2.2.35-3ubuntu1) ...
13:05:38 PASS: docker-compose version OK
13:05:38 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:05:38 # TODO change once we support scan-plugin on other architectures
13:05:38 if [ "amd64" = "amd64" ]; then \
13:05:38 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:05:38 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:05:38 fi
13:05:38 PASS: docker-scan version OK
13:05:38 make[1]: Leaving directory '/root/build-deb'
13:05:38    create-stamp debian/debhelper-build-stamp
13:05:38  debian/rules binary
13:05:38 dh binary --with=bash-completion
13:05:38    dh_testroot
13:05:38    dh_prep
13:05:38    dh_installdirs
13:05:38    debian/rules override_dh_auto_install
13:05:38 make[1]: Entering directory '/root/build-deb'
13:05:38 Preparing to unpack .../7-iptables_1.8.4-3ubuntu2_arm64.deb ...
13:05:38 Unpacking iptables (1.8.4-3ubuntu2) ...
13:05:38 Selecting previously unselected package containerd.io.
13:05:38 Preparing to unpack .../8-containerd.io_1.6.16-1_arm64.deb ...
13:05:38 Unpacking containerd.io (1.6.16-1) ...
13:05:38 Selecting previously unselected package gpg.
13:05:38 Preparing to unpack .../47-gpg_2.2.35-3ubuntu1_arm64.deb ...
13:05:38 Unpacking gpg (2.2.35-3ubuntu1) ...
13:05:38 Selecting previously unselected package pinentry-curses.
13:05:38 Preparing to unpack .../48-pinentry-curses_1.2.0-2ubuntu1_arm64.deb ...
13:05:38 Unpacking pinentry-curses (1.2.0-2ubuntu1) ...
13:05:38 Selecting previously unselected package gpg-agent.
13:05:38 Preparing to unpack .../49-gpg-agent_2.2.35-3ubuntu1_arm64.deb ...
13:05:38 Unpacking gpg-agent (2.2.35-3ubuntu1) ...
13:05:38 Selecting previously unselected package gpg-wks-client.
13:05:38 Preparing to unpack .../50-gpg-wks-client_2.2.35-3ubuntu1_arm64.deb ...
13:05:38 Unpacking gpg-wks-client (2.2.35-3ubuntu1) ...
13:05:38 Selecting previously unselected package gpg-wks-server.
13:05:38 Preparing to unpack .../51-gpg-wks-server_2.2.35-3ubuntu1_arm64.deb ...
13:05:38 Unpacking gpg-wks-server (2.2.35-3ubuntu1) ...
13:05:38 # docker-ce-cli install
13:05:38 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:05:38 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:05:38 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:05:38 # docker-ce install
13:05:38 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:05:38 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:05:38 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:05:38 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:05:38 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:05:38 # docker-buildx-plugin install
13:05:38 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:05:38 # docker-compose-plugin install
13:05:38 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:05:38 # docker-scan-plugin install
13:05:38 # TODO change once we support scan-plugin on other architectures
13:05:38 if [ "amd64" = "amd64" ]; then \
13:05:38 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:05:38 fi
13:05:38 # docker-ce-rootless-extras install
13:05:38 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:05:38 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:05:38 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:05:38 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:05:38 # TODO: how can we install vpnkit?
13:05:38 make[1]: Leaving directory '/root/build-deb'
13:05:38    debian/rules override_dh_install
13:05:38 make[1]: Entering directory '/root/build-deb'
13:05:38 dh_install
13:05:38 Selecting previously unselected package gpgsm.
13:05:38 Preparing to unpack .../52-gpgsm_2.2.35-3ubuntu1_arm64.deb ...
13:05:38 Unpacking gpgsm (2.2.35-3ubuntu1) ...
13:05:38 Selecting previously unselected package gnupg.
13:05:38 Preparing to unpack .../53-gnupg_2.2.35-3ubuntu1_all.deb ...
13:05:38 Unpacking gnupg (2.2.35-3ubuntu1) ...
13:05:38 Selecting previously unselected package libcurl3-gnutls:arm64.
13:05:38 Preparing to unpack .../54-libcurl3-gnutls_7.85.0-1ubuntu0.2_arm64.deb ...
13:05:38 Unpacking libcurl3-gnutls:arm64 (7.85.0-1ubuntu0.2) ...
13:05:38 Selecting previously unselected package libstemmer0d:arm64.
13:05:38 Preparing to unpack .../55-libstemmer0d_2.2.0-1build1_arm64.deb ...
13:05:38 Unpacking libstemmer0d:arm64 (2.2.0-1build1) ...
13:05:38 Selecting previously unselected package libxmlb2:arm64.
13:05:38 Preparing to unpack .../56-libxmlb2_0.3.8-1_arm64.deb ...
13:05:38 Unpacking libxmlb2:arm64 (0.3.8-1) ...
13:05:38 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el9.x86_64.rpm
13:05:38 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.bkmeSd
13:05:38 + umask 022
13:05:38 + cd /root/rpmbuild/BUILD
13:05:38 + cd src
13:05:38 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.x86_64
13:05:38 + RPM_EC=0
13:05:38 ++ jobs -p
13:05:38 + exit 0
13:05:38 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.CYSYlI
13:05:38 + umask 022
13:05:38 + cd /root/rpmbuild/BUILD
13:05:38 + cd /root/rpmbuild/BUILD
13:05:38 + rm -rf src
13:05:38 + /usr/bin/mkdir -p src
13:05:38 + cd src
13:05:38 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:05:38 + /usr/bin/tar -xof -
13:05:38 + STATUS=0
13:05:38 + '[' 0 -ne 0 ']'
13:05:38 + /usr/bin/tar -xof -
13:05:38 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:05:38 + STATUS=0
13:05:38 + '[' 0 -ne 0 ']'
13:05:38 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:05:38 + RPM_EC=0
13:05:38 ++ jobs -p
13:05:38 + exit 0
13:05:38 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.QAGyBw
13:05:38 + umask 022
13:05:38 + cd /root/rpmbuild/BUILD
13:05:38 + cd src
13:05:38 + pushd /root/rpmbuild/BUILD/src/compose
13:05:38 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:05:38 + make VERSION=v2.16.0 DESTDIR=./bin build
13:05:38 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "./bin/docker-compose" ./cmd
13:05:38 go: downloading github.com/docker/cli v23.0.0+incompatible
13:05:38 go: downloading github.com/theupdateframework/notary v0.7.0
13:05:38 go: downloading github.com/compose-spec/compose-go v1.9.0
13:05:38 go: downloading github.com/hashicorp/go-version v1.6.0
13:05:38 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:05:38 go: downloading github.com/docker/buildx v0.10.2
13:05:38 go: downloading github.com/mattn/go-shellwords v1.0.12
13:05:38 go: downloading github.com/moby/buildkit v0.11.2
13:05:38 go: downloading go.opentelemetry.io/otel v1.13.0
13:05:38 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:05:38 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:05:38 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:05:38 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:05:38 go: downloading golang.org/x/sync v0.1.0
13:05:38 go: downloading github.com/imdario/mergo v0.3.13
13:05:38 go: downloading github.com/containerd/console v1.0.3
13:05:38 go: downloading github.com/buger/goterm v1.0.4
13:05:38 go: downloading github.com/stretchr/testify v1.8.1
13:05:38 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:05:38 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:05:38 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:05:38 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:05:38 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:05:38 go: downloading google.golang.org/grpc v1.50.1
13:05:38 go: downloading k8s.io/client-go v0.22.4
13:05:38 go: downloading k8s.io/api v0.22.4
13:05:38 go: downloading k8s.io/apimachinery v0.22.4
13:05:38 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:05:38 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:05:38 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:05:38 go: downloading github.com/golang/mock v1.6.0
13:05:38 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:05:38 go: downloading github.com/hashicorp/errwrap v1.1.0
13:05:38 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:05:38 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:05:38 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:05:38 go: downloading golang.org/x/net v0.4.0
13:05:38 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:05:38 go: downloading golang.org/x/term v0.3.0
13:05:38 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:05:38 go: downloading github.com/mattn/go-runewidth v0.0.14
13:05:38 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:05:38 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:05:38 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:05:38 Fedora 37 openh264 (From Cisco) - aarch64       2.3 kB/s | 2.5 kB     00:01    
13:05:38 Fedora Modular 37 - aarch64                     3.7 MB/s | 2.9 MB     00:00    
13:05:38 # TODO Can we do this from within our container?
13:05:38 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:05:38 make[1]: Leaving directory '/root/build-deb'
13:05:38    dh_installdocs
13:05:38    dh_installchangelogs
13:05:38    dh_installman
13:05:38 Selecting previously unselected package libappstream4:arm64.
13:05:38 Preparing to unpack .../57-libappstream4_0.15.5-1_arm64.deb ...
13:05:38 Unpacking libappstream4:arm64 (0.15.5-1) ...
13:05:38 Selecting previously unselected package libdw1:arm64.
13:05:38 Preparing to unpack .../58-libdw1_0.187-4_arm64.deb ...
13:05:38 Unpacking libdw1:arm64 (0.187-4) ...
13:05:38 Selecting previously unselected package libglib2.0-bin.
13:05:38 Preparing to unpack .../59-libglib2.0-bin_2.74.3-0ubuntu1_arm64.deb ...
13:05:38 Unpacking libglib2.0-bin (2.74.3-0ubuntu1) ...
13:05:38 Selecting previously unselected package libunwind8:arm64.
13:05:38 Preparing to unpack .../60-libunwind8_1.6.2-0ubuntu1_arm64.deb ...
13:05:38 Unpacking libunwind8:arm64 (1.6.2-0ubuntu1) ...
13:05:38 Selecting previously unselected package libgstreamer1.0-0:arm64.
13:05:38 Preparing to unpack .../61-libgstreamer1.0-0_1.20.3-1_arm64.deb ...
13:05:38 Unpacking libgstreamer1.0-0:arm64 (1.20.3-1) ...
13:05:38 Setting up docker-compose-plugin (2.16.0-1~debian.10~buster) ...
13:05:38 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
13:05:38 Setting up docker-buildx-plugin (0.10.2-1~debian.10~buster) ...
13:05:38 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
13:05:38 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:05:38 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:05:38 make[1]: Leaving directory '/root/build-deb'
13:05:38    debian/rules override_dh_auto_test
13:05:38 make[1]: Entering directory '/root/build-deb'
13:05:38 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:05:38 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:05:38 PASS: daemon version OK
13:05:38 ver="$(cli/build/docker --version)"; \
13:05:38 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:05:38 PASS: cli version OK
13:05:38 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:05:38 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:05:38 PASS: docker-buildx version OK
13:05:38 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:05:38 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:05:38 PASS: docker-compose version OK
13:05:38 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:05:38 # TODO change once we support scan-plugin on other architectures
13:05:38 if [ "amd64" = "amd64" ]; then \
13:05:38 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:05:38 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:05:38 fi
13:05:38 PASS: docker-scan version OK
13:05:38 make[1]: Leaving directory '/root/build-deb'
13:05:38    create-stamp debian/debhelper-build-stamp
13:05:38  debian/rules binary
13:05:38 dh binary --with=bash-completion
13:05:38    dh_testroot
13:05:38    dh_prep
13:05:38    dh_installdirs
13:05:38    debian/rules override_dh_auto_install
13:05:38 make[1]: Entering directory '/root/build-deb'
13:05:38 # docker-ce-cli install
13:05:38 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:05:38 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:05:38 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:05:38 # docker-ce install
13:05:38 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:05:38 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:05:38 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:05:38 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:05:38 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:05:38 # docker-buildx-plugin install
13:05:38 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:05:38 # docker-compose-plugin install
13:05:38 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:05:38 # docker-scan-plugin install
13:05:38 # TODO change once we support scan-plugin on other architectures
13:05:38 if [ "amd64" = "amd64" ]; then \
13:05:38 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:05:38 fi
13:05:38 # docker-ce-rootless-extras install
13:05:38 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:05:38 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:05:38 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:05:38 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:05:38 # TODO: how can we install vpnkit?
13:05:38 make[1]: Leaving directory '/root/build-deb'
13:05:38    debian/rules override_dh_install
13:05:38 make[1]: Entering directory '/root/build-deb'
13:05:38 dh_install
13:05:38 # TODO Can we do this from within our container?
13:05:38 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:05:38 make[1]: Leaving directory '/root/build-deb'
13:05:38    dh_installdocs
13:05:38    dh_installchangelogs
13:05:38    dh_installman
13:05:38    dh_bash-completion
13:05:38    dh_systemd_enable
13:05:38    debian/rules override_dh_installinit
13:05:38 make[1]: Entering directory '/root/build-deb'
13:05:38 # use "docker" as our service name, not "docker-ce"
13:05:38 dh_installinit --name=docker
13:05:38 make[1]: Leaving directory '/root/build-deb'
13:05:38    dh_systemd_start
13:05:38    dh_perl
13:05:38    dh_link
13:05:38    dh_strip_nondeterminism
13:05:38    dh_bash-completion
13:05:38 Selecting previously unselected package libpolkit-gobject-1-0:arm64.
13:05:38 Preparing to unpack .../62-libpolkit-gobject-1-0_0.105-33_arm64.deb ...
13:05:38 Unpacking libpolkit-gobject-1-0:arm64 (0.105-33) ...
13:05:38 Selecting previously unselected package libpolkit-agent-1-0:arm64.
13:05:38 Preparing to unpack .../63-libpolkit-agent-1-0_0.105-33_arm64.deb ...
13:05:38 Unpacking libpolkit-agent-1-0:arm64 (0.105-33) ...
13:05:38 Selecting previously unselected package polkitd.
13:05:38 Preparing to unpack .../64-polkitd_0.105-33_arm64.deb ...
13:05:38 Unpacking polkitd (0.105-33) ...
13:05:38 Selecting previously unselected package pkexec.
13:05:38 Preparing to unpack .../65-pkexec_0.105-33_arm64.deb ...
13:05:38 Unpacking pkexec (0.105-33) ...
13:05:38 Selecting previously unselected package policykit-1.
13:05:38 Preparing to unpack .../66-policykit-1_0.105-33_arm64.deb ...
13:05:38 Unpacking policykit-1 (0.105-33) ...
13:05:38 invoke-rc.d: could not determine current runlevel
13:05:38 invoke-rc.d: policy-rc.d denied execution of start.
13:05:38 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:05:38  docker-ce-rootless-extras depends on dbus-user-session; however:
13:05:38   Package dbus-user-session is not installed.
13:05:38 
13:05:38 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
13:05:38 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb
13:05:38 OK
13:05:38 + '[' bookworm = sid ']'
13:05:38 ++ dpkg --print-architecture
13:05:38 + ARCH=arm64
13:05:38 + echo 'deb [arch=arm64] https://download.docker.com/linux/debian bookworm test'
13:05:38 + apt-get update
13:05:38    dh_compress
13:05:38    dh_fixperms
13:05:38    dh_missing
13:05:38    debian/rules override_dh_strip
13:05:38 make[1]: Entering directory '/root/build-deb'
13:05:38 # Go has lots of problems with stripping, so just don't
13:05:38 make[1]: Leaving directory '/root/build-deb'
13:05:38    dh_makeshlibs
13:05:39 go: downloading github.com/go-logr/stdr v1.2.2
13:05:39 go: downloading github.com/containerd/typeurl v1.0.2
13:05:39 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:05:39 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:05:39 go: downloading github.com/gogo/googleapis v1.4.1
13:05:39    dh_systemd_enable
13:05:39    debian/rules override_dh_installinit
13:05:39 make[1]: Entering directory '/root/build-deb'
13:05:39 # use "docker" as our service name, not "docker-ce"
13:05:39 dh_installinit --name=docker
13:05:39 make[1]: Leaving directory '/root/build-deb'
13:05:39    dh_systemd_start
13:05:39    dh_perl
13:05:39    dh_link
13:05:39 Selecting previously unselected package python3-blinker.
13:05:39 Preparing to unpack .../67-python3-blinker_1.4+dfsg1-0.5_all.deb ...
13:05:39 Unpacking python3-blinker (1.4+dfsg1-0.5) ...
13:05:39 Selecting previously unselected package python3-cffi-backend:arm64.
13:05:39 Preparing to unpack .../68-python3-cffi-backend_1.15.1-1_arm64.deb ...
13:05:39 Unpacking python3-cffi-backend:arm64 (1.15.1-1) ...
13:05:39 Selecting previously unselected package python3-cryptography.
13:05:39 Preparing to unpack .../69-python3-cryptography_3.4.8-2_arm64.deb ...
13:05:39 Unpacking python3-cryptography (3.4.8-2) ...
13:05:39 Selecting previously unselected package python3-pyparsing.
13:05:39 Preparing to unpack .../70-python3-pyparsing_3.0.7-2_all.deb ...
13:05:39 Unpacking python3-pyparsing (3.0.7-2) ...
13:05:39 Selecting previously unselected package python3-httplib2.
13:05:39 Preparing to unpack .../71-python3-httplib2_0.20.4-2_all.deb ...
13:05:39 Hit:1 http://deb.debian.org/debian bookworm InRelease
13:05:39 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
13:05:39 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
13:05:39 Get:4 https://download.docker.com/linux/debian bookworm InRelease [37.7 kB]
13:05:39    debian/rules override_dh_shlibdeps
13:05:39 make[1]: Entering directory '/root/build-deb'
13:05:39 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:05:39 make[2]: Leaving directory '/root/build-deb/compose'
13:05:39 # Build the scan-plugin
13:05:39 # TODO change once we support scan-plugin on other architectures
13:05:39 if [ "armhf" = "amd64" ]; then \
13:05:39 	cd /go/src/github.com/docker/scan-cli-plugin \
13:05:39 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:05:39 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:05:39 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:05:39 fi
13:05:39 make[1]: Leaving directory '/root/build-deb'
13:05:39    debian/rules override_dh_auto_test
13:05:39 make[1]: Entering directory '/root/build-deb'
13:05:39 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:05:39 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:05:39 PASS: daemon version OK
13:05:39 ver="$(cli/build/docker --version)"; \
13:05:39 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:05:39 PASS: cli version OK
13:05:39 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:05:39 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:05:39 PASS: docker-buildx version OK
13:05:39 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:05:39 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:05:39 PASS: docker-compose version OK
13:05:39 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:05:39 # TODO change once we support scan-plugin on other architectures
13:05:39 if [ "armhf" = "amd64" ]; then \
13:05:39 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:05:39 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:05:39 fi
13:05:39 make[1]: Leaving directory '/root/build-deb'
13:05:39    create-stamp debian/debhelper-build-stamp
13:05:39  debian/rules binary
13:05:39 dh binary --with=bash-completion
13:05:39    dh_testroot
13:05:39    dh_prep
13:05:39    dh_installdirs
13:05:39    debian/rules override_dh_auto_install
13:05:39 make[1]: Entering directory '/root/build-deb'
13:05:39 # docker-ce-cli install
13:05:39 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:05:39 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:05:39 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:05:39 # docker-ce install
13:05:39 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:05:39 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:05:39 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:05:39 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:05:39 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:05:39 # docker-buildx-plugin install
13:05:39 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:05:39 # docker-compose-plugin install
13:05:39 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:05:39 # docker-scan-plugin install
13:05:39 # TODO change once we support scan-plugin on other architectures
13:05:39 if [ "armhf" = "amd64" ]; then \
13:05:39 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:05:39 fi
13:05:39 # docker-ce-rootless-extras install
13:05:39 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:05:39 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:05:39 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:05:39 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:05:39 # TODO: how can we install vpnkit?
13:05:39 make[1]: Leaving directory '/root/build-deb'
13:05:39    debian/rules override_dh_install
13:05:39 make[1]: Entering directory '/root/build-deb'
13:05:39 dh_install
13:05:39 # TODO Can we do this from within our container?
13:05:39 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:05:39 make[1]: Leaving directory '/root/build-deb'
13:05:39    dh_installdocs
13:05:39    dh_installchangelogs
13:05:39    dh_installman
13:05:39    dh_bash-completion
13:05:39    dh_systemd_enable
13:05:39    debian/rules override_dh_installinit
13:05:39 make[1]: Entering directory '/root/build-deb'
13:05:39 # use "docker" as our service name, not "docker-ce"
13:05:39 dh_installinit --name=docker
13:05:39 make[1]: Leaving directory '/root/build-deb'
13:05:39    dh_systemd_start
13:05:39    dh_perl
13:05:39    dh_link
13:05:39    dh_strip_nondeterminism
13:05:39    dh_compress
13:05:39    dh_fixperms
13:05:39    dh_missing
13:05:39    debian/rules override_dh_strip
13:05:39 make[1]: Entering directory '/root/build-deb'
13:05:39 # Go has lots of problems with stripping, so just don't
13:05:39 make[1]: Leaving directory '/root/build-deb'
13:05:39    dh_makeshlibs
13:05:39    debian/rules override_dh_shlibdeps
13:05:39 make[1]: Entering directory '/root/build-deb'
13:05:39 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:05:39 make[1]: Leaving directory '/root/build-deb'
13:05:39    dh_installdeb
13:05:39    debian/rules override_dh_gencontrol
13:05:39 make[1]: Entering directory '/root/build-deb'
13:05:39 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:05:39 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:05:39 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:05:39 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:05:39 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:05:39 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:05:39 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:05:39 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:05:39 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:05:39 if [ "armhf" = "amd64" ]; then \
13:05:39 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:05:39 fi
13:05:39 dh_gencontrol --remaining-packages
13:05:39 make[1]: Leaving directory '/root/build-deb'
13:05:39    dh_md5sums
13:05:39    debian/rules override_dh_builddeb
13:05:39 make[1]: Entering directory '/root/build-deb'
13:05:39 dh_builddeb -- -Zxz
13:05:39 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'.
13:05:39 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb'.
13:05:39    dh_strip_nondeterminism
13:05:39 Unpacking python3-httplib2 (0.20.4-2) ...
13:05:39 Selecting previously unselected package python3-more-itertools.
13:05:39 Preparing to unpack .../72-python3-more-itertools_8.10.0-2_all.deb ...
13:05:39 Unpacking python3-more-itertools (8.10.0-2) ...
13:05:39 Selecting previously unselected package python3-zipp.
13:05:39 Preparing to unpack .../73-python3-zipp_1.0.0-4_all.deb ...
13:05:39 Unpacking python3-zipp (1.0.0-4) ...
13:05:39 Selecting previously unselected package python3-importlib-metadata.
13:05:39 Preparing to unpack .../74-python3-importlib-metadata_4.6.4-1_all.deb ...
13:05:39 Unpacking python3-importlib-metadata (4.6.4-1) ...
13:05:39 Selecting previously unselected package python3-jeepney.
13:05:39 Preparing to unpack .../75-python3-jeepney_0.8.0-1_all.deb ...
13:05:39 Unpacking python3-jeepney (0.8.0-1) ...
13:05:39 Selecting previously unselected package python3-jwt.
13:05:39 Preparing to unpack .../76-python3-jwt_2.4.0-1_all.deb ...
13:05:39 Unpacking python3-jwt (2.4.0-1) ...
13:05:39 Selecting previously unselected package python3-secretstorage.
13:05:39 Preparing to unpack .../77-python3-secretstorage_3.3.3-1ubuntu1_all.deb ...
13:05:39 Unpacking python3-secretstorage (3.3.3-1ubuntu1) ...
13:05:39 Selecting previously unselected package python3-keyring.
13:05:39 Preparing to unpack .../78-python3-keyring_23.8.2-1_all.deb ...
13:05:39 Unpacking python3-keyring (23.8.2-1) ...
13:05:39 Selecting previously unselected package python3-lazr.uri.
13:05:39 Preparing to unpack .../79-python3-lazr.uri_1.0.6-2_all.deb ...
13:05:39 Unpacking python3-lazr.uri (1.0.6-2) ...
13:05:39 Selecting previously unselected package python3-wadllib.
13:05:39 Preparing to unpack .../80-python3-wadllib_1.3.6-1_all.deb ...
13:05:39 Unpacking python3-wadllib (1.3.6-1) ...
13:05:39 Selecting previously unselected package python3-distro.
13:05:39 Preparing to unpack .../81-python3-distro_1.7.0-1_all.deb ...
13:05:39 Unpacking python3-distro (1.7.0-1) ...
13:05:39 Selecting previously unselected package python3-oauthlib.
13:05:39 Preparing to unpack .../82-python3-oauthlib_3.2.0-1ubuntu1_all.deb ...
13:05:39 Get:5 https://download.docker.com/linux/debian bookworm/test arm64 Packages [3388 B]
13:05:39 Fetched 41.1 kB in 1s (61.3 kB/s)
13:05:39 # Build the compose plugin
13:05:39 cd /go/src/github.com/docker/compose \
13:05:39 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:05:39 make[2]: Entering directory '/root/build-deb/compose'
13:05:39 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:05:39 go: downloading github.com/docker/cli v23.0.0+incompatible
13:05:39 go: downloading github.com/theupdateframework/notary v0.7.0
13:05:39 go: downloading github.com/compose-spec/compose-go v1.9.0
13:05:39 go: downloading github.com/hashicorp/go-version v1.6.0
13:05:39 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:05:39 go: downloading github.com/docker/buildx v0.10.2
13:05:39 go: downloading github.com/mattn/go-shellwords v1.0.12
13:05:39 go: downloading github.com/moby/buildkit v0.11.2
13:05:39 go: downloading go.opentelemetry.io/otel v1.13.0
13:05:39 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:05:39 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:05:39 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:05:39 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:05:39 go: downloading golang.org/x/sync v0.1.0
13:05:39 go: downloading github.com/imdario/mergo v0.3.13
13:05:39 go: downloading github.com/containerd/console v1.0.3
13:05:39 go: downloading github.com/buger/goterm v1.0.4
13:05:39 go: downloading github.com/stretchr/testify v1.8.1
13:05:39 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:05:39 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:05:39 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:05:39 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:05:39 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:05:39 go: downloading google.golang.org/grpc v1.50.1
13:05:39 go: downloading k8s.io/client-go v0.22.4
13:05:39 go: downloading k8s.io/api v0.22.4
13:05:39 go: downloading k8s.io/apimachinery v0.22.4
13:05:39 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:05:39 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:05:39 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:05:39 go: downloading github.com/golang/mock v1.6.0
13:05:39 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:05:39 go: downloading github.com/hashicorp/errwrap v1.1.0
13:05:39 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:05:39 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:05:39 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:05:39 go: downloading golang.org/x/net v0.4.0
13:05:39 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:05:39 go: downloading golang.org/x/term v0.3.0
13:05:39 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:05:39 go: downloading github.com/mattn/go-runewidth v0.0.14
13:05:39 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:05:39 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:05:39 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:05:39 go: downloading github.com/go-logr/stdr v1.2.2
13:05:39 go: downloading github.com/containerd/typeurl v1.0.2
13:05:39 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:05:39 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:05:39 go: downloading github.com/gogo/googleapis v1.4.1
13:05:39 Reading package lists...
13:05:39 Building dependency tree...
13:05:39 Reading state information...
13:05:39 Unpacking python3-oauthlib (3.2.0-1ubuntu1) ...
13:05:39 Selecting previously unselected package python3-six.
13:05:39 Preparing to unpack .../83-python3-six_1.16.0-4_all.deb ...
13:05:39 Unpacking python3-six (1.16.0-4) ...
13:05:39 Selecting previously unselected package python3-lazr.restfulclient.
13:05:39 Preparing to unpack .../84-python3-lazr.restfulclient_0.14.4-1_all.deb ...
13:05:39 Unpacking python3-lazr.restfulclient (0.14.4-1) ...
13:05:39 Selecting previously unselected package python3-launchpadlib.
13:05:39 Preparing to unpack .../85-python3-launchpadlib_1.10.16-1_all.deb ...
13:05:39 Unpacking python3-launchpadlib (1.10.16-1) ...
13:05:39 Selecting previously unselected package python3-software-properties.
13:05:39 Preparing to unpack .../86-python3-software-properties_0.99.27_all.deb ...
13:05:39 Unpacking python3-software-properties (0.99.27) ...
13:05:39 Setting up libip6tc2:arm64 (1.8.4-3ubuntu2) ...
13:05:39 Setting up libmnl0:arm64 (1.0.4-2) ...
13:05:39 Setting up containerd.io (1.6.16-1) ...
13:05:39 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:05:39 Setting up libxtables12:arm64 (1.8.4-3ubuntu2) ...
13:05:39 Setting up libnfnetlink0:arm64 (1.0.1-3build1) ...
13:05:39 Setting up netbase (6.1) ...
13:05:39 Setting up libnftnl11:arm64 (1.1.5-1) ...
13:05:39 Setting up libnetfilter-conntrack3:arm64 (1.0.7-2) ...
13:05:39 Setting up iptables (1.8.4-3ubuntu2) ...
13:05:39 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:05:39 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:05:39 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:05:39 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:05:39 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
13:05:39 + verify_binaries
13:05:39 + docker --version
13:05:39 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:05:39 ++ uname -m
13:05:39 + '[' aarch64 = x86_64 ']'
13:05:39 + docker buildx version
13:05:40 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:05:40 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:05:40 make[1]: Leaving directory '/root/build-deb'
13:05:40    debian/rules override_dh_auto_test
13:05:40 make[1]: Entering directory '/root/build-deb'
13:05:40 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:05:40 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:05:40 PASS: daemon version OK
13:05:40 ver="$(cli/build/docker --version)"; \
13:05:40 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:05:40 PASS: cli version OK
13:05:40 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:05:40 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:05:40 PASS: docker-buildx version OK
13:05:40 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:05:40 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:05:40 PASS: docker-compose version OK
13:05:40 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:05:40 # TODO change once we support scan-plugin on other architectures
13:05:40 if [ "amd64" = "amd64" ]; then \
13:05:40 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:05:40 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:05:40 fi
13:05:40 PASS: docker-scan version OK
13:05:40 make[1]: Leaving directory '/root/build-deb'
13:05:40    create-stamp debian/debhelper-build-stamp
13:05:40  debian/rules binary
13:05:40 dh binary --with=bash-completion
13:05:40    dh_testroot
13:05:40    dh_prep
13:05:40    dh_installdirs
13:05:40    debian/rules override_dh_auto_install
13:05:40 make[1]: Entering directory '/root/build-deb'
13:05:40 # docker-ce-cli install
13:05:40 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:05:40 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:05:40 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:05:40 # docker-ce install
13:05:40 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:05:40 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:05:40 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:05:40 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:05:40 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:05:40 # docker-buildx-plugin install
13:05:40 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:05:40 # docker-compose-plugin install
13:05:40 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:05:40 # docker-scan-plugin install
13:05:40 # TODO change once we support scan-plugin on other architectures
13:05:40 if [ "amd64" = "amd64" ]; then \
13:05:40 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:05:40 fi
13:05:40 # docker-ce-rootless-extras install
13:05:40 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:05:40 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:05:40 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:05:40 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:05:40 # TODO: how can we install vpnkit?
13:05:40 make[1]: Leaving directory '/root/build-deb'
13:05:40    debian/rules override_dh_install
13:05:40 make[1]: Entering directory '/root/build-deb'
13:05:40 dh_install
13:05:40 # TODO Can we do this from within our container?
13:05:40 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:05:40 make[1]: Leaving directory '/root/build-deb'
13:05:40    dh_installdocs
13:05:40    dh_installchangelogs
13:05:40 Correcting dependencies... Done
13:05:40 Selecting previously unselected package packagekit.
13:05:40 Preparing to unpack .../87-packagekit_1.2.5-2ubuntu2_arm64.deb ...
13:05:40 Unpacking packagekit (1.2.5-2ubuntu2) ...
13:05:40 Selecting previously unselected package software-properties-common.
13:05:40 Preparing to unpack .../88-software-properties-common_0.99.27_all.deb ...
13:05:40 Unpacking software-properties-common (0.99.27) ...
13:05:40 Selecting previously unselected package gnupg2.
13:05:40 Preparing to unpack .../89-gnupg2_2.2.35-3ubuntu1_all.deb ...
13:05:40 Unpacking gnupg2 (2.2.35-3ubuntu1) ...
13:05:40 Setting up libksba8:arm64 (1.6.0-3ubuntu1.1) ...
13:05:40 Setting up media-types (8.0.0) ...
13:05:40 Setting up libicu71:arm64 (71.1-3ubuntu1) ...
13:05:40 Setting up systemd-sysv (251.4-1ubuntu7) ...
13:05:40 Setting up libkeyutils1:arm64 (1.6.3-1) ...
13:05:40 Setting up libpsl5:arm64 (0.21.0-1.2build2) ...
13:05:40 Setting up apt-transport-https (2.5.3) ...
13:05:40 github.com/docker/buildx v0.10.2 00ed17d
13:05:40 + docker compose version
13:05:40 Docker Compose version v2.16.0
13:05:40 + dockerd --version
13:05:40 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:05:40 + docker-proxy --version
13:05:40 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:05:40 + containerd --version
13:05:40 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:40 + ctr --version
13:05:40 ctr containerd.io 1.6.16
13:05:40 + containerd-shim --help
13:05:40 Usage of containerd-shim:
13:05:40   -address string
13:05:40     	grpc address back to main containerd
13:05:40   -containerd-binary containerd publish
13:05:40     	path to containerd binary (used for containerd publish) (default "containerd")
13:05:40    dh_compress
13:05:40    dh_fixperms
13:05:40    dh_missing
13:05:40 Reading package lists...
13:05:40 W: https://download.docker.com/linux/debian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
13:05:40 ++ find deb/debbuild/debian-bookworm/ -type f -name '*.deb'
13:05:40 + packages='deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb
13:05:40 deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb
13:05:40 deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb
13:05:40 deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb
13:05:40 deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'
13:05:40 ++ echo 'deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb
13:05:40 deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb
13:05:40 deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb
13:05:40 deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb
13:05:40 deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'
13:05:40 ++ xargs
13:05:40 ++ awk '$0="./"$0'
13:05:40 + packages='./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'
13:05:40 + set -x
13:05:40 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb
13:05:40 Selecting previously unselected package docker-ce-cli.
13:05:40 (Reading database ... 11447 files and directories currently installed.)
13:05:40 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb ...
13:05:40 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
13:05:40    dh_installman
13:05:40 Skipping docker-ce, it is already installed and upgrade is not set.
13:05:40 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:05:40 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:05:40 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:05:40 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:05:40 The following additional packages will be installed:
13:05:40   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
13:05:40   libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
13:05:40   libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0
13:05:40   libnftnl11 libpam-systemd systemd systemd-sysv
13:05:40 Suggested packages:
13:05:40   kmod systemd-container policykit-1
13:05:40 Recommended packages:
13:05:40   nftables libnss-systemd
13:05:40 The following NEW packages will be installed:
13:05:40   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
13:05:40   libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
13:05:40   libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0
13:05:40   libnftnl11 libpam-systemd systemd systemd-sysv
13:05:40 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
13:05:40 Setting up libglib2.0-0:arm64 (2.74.3-0ubuntu1) ...
13:05:40 No schema files found: doing nothing.
13:05:40 Setting up distro-info-data (0.54ubuntu0.1) ...
13:05:40 Setting up libtirpc-common (1.3.3+ds-1) ...
13:05:40 Setting up libxmlb2:arm64 (0.3.8-1) ...
13:05:40 Setting up libbrotli1:arm64 (1.0.9-2build6) ...
13:05:40 Setting up libsqlite3-0:arm64 (3.39.3-1) ...
13:05:40 Setting up libnghttp2-14:arm64 (1.49.0-1) ...
13:05:40 Setting up libpackagekit-glib2-18:arm64 (1.2.5-2ubuntu2) ...
13:05:40 Setting up libnpth0:arm64 (1.6-3build2) ...
13:05:40 Setting up libassuan0:arm64 (2.5.5-4) ...
13:05:40 Setting up libunwind8:arm64 (1.6.2-0ubuntu1) ...
13:05:40 Setting up libkrb5support0:arm64 (1.20-1ubuntu0.1) ...
13:05:40 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-6ubuntu2) ...
13:05:40 Setting up libcap2-bin (1:2.44-1build3) ...
13:05:40 Setting up libglib2.0-data (2.74.3-0ubuntu1) ...
13:05:40 Setting up gnupg-l10n (2.2.35-3ubuntu1) ...
13:05:40 go: downloading github.com/pelletier/go-toml v1.9.5
13:05:40 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:05:40 go: downloading k8s.io/klog/v2 v2.60.1
13:05:40 go: downloading github.com/google/gofuzz v1.2.0
13:05:40 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:05:40 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:05:40 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:05:40 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:05:40 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:05:40 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:05:40 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:05:40 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:05:40 go: downloading github.com/aws/smithy-go v1.11.2
13:05:40 go: downloading github.com/moby/locker v1.0.1
13:05:40 go: downloading github.com/felixge/httpsnoop v1.0.2
13:05:40 go: downloading github.com/pelletier/go-toml v1.9.5
13:05:40 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:05:40 go: downloading k8s.io/klog/v2 v2.60.1
13:05:40 go: downloading github.com/google/gofuzz v1.2.0
13:05:40 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:05:40 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:05:40 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:05:40 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:05:40   -criu string
13:05:40     	path to criu binary
13:05:40   -debug
13:05:40     	enable debug output in logs
13:05:40   -namespace string
13:05:40     	namespace that owns the shim
13:05:40   -runtime-root string
13:05:40     	root directory for the runtime (default "/run/containerd/runc")
13:05:40   -socket string
13:05:40     	socket path to serve
13:05:40   -systemd-cgroup
13:05:40     	set runtime to use systemd-cgroup
13:05:40   -workdir string
13:05:40     	path used to storge large temporary data
13:05:40 + containerd-shim-runc-v1 -v
13:05:40 containerd-shim-runc-v1:
13:05:40   Version:  1.6.16
13:05:40   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:40   Go version: go1.18.10
13:05:40 
13:05:40 + containerd-shim-runc-v2 -v
13:05:40 containerd-shim-runc-v2:
13:05:40   Version:  1.6.16
13:05:40   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:40   Go version: go1.18.10
13:05:40 
13:05:40 + runc --version
13:05:40 runc version 1.1.4
13:05:40 commit: v1.1.4-0-g5fd4c4d
13:05:40 spec: 1.0.2-dev
13:05:40 go: go1.18.10
13:05:40 libseccomp: 2.5.1
13:05:40    debian/rules override_dh_strip
13:05:40 make[1]: Entering directory '/root/build-deb'
13:05:40 # Go has lots of problems with stripping, so just don't
13:05:40 make[1]: Leaving directory '/root/build-deb'
13:05:40    dh_makeshlibs
13:05:40    debian/rules override_dh_shlibdeps
13:05:40 make[1]: Entering directory '/root/build-deb'
13:05:40 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:05:40    dh_bash-completion
13:05:40    dh_systemd_enable
13:05:40    debian/rules override_dh_installinit
13:05:40 make[1]: Entering directory '/root/build-deb'
13:05:40 # use "docker" as our service name, not "docker-ce"
13:05:40 dh_installinit --name=docker
13:05:40 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
13:05:40 Need to get 25.2 MB of archives.
13:05:40 After this operation, 112 MB of additional disk space will be used.
13:05:40 Get:1 http://deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
13:05:40 Get:2 https://download.docker.com/linux/debian buster/test arm64 containerd.io arm64 1.6.16-1 [19.9 MB]
13:05:40 Get:3 http://deb.debian.org/debian buster/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB]
13:05:40 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
13:05:40 Setting up libdbus-1-3:arm64 (1.14.0-2ubuntu3) ...
13:05:40 Setting up libk5crypto3:arm64 (1.20-1ubuntu0.1) ...
13:05:40 Setting up libsasl2-2:arm64 (2.1.28+dfsg-6ubuntu2) ...
13:05:40 Setting up python-apt-common (2.4.0+22.10) ...
13:05:40 Setting up dbus-session-bus-common (1.14.0-2ubuntu3) ...
13:05:40 Setting up libmpdec3:arm64 (2.5.1-2build2) ...
13:05:40 Setting up libgirepository-1.0-1:arm64 (1.74.0-2) ...
13:05:40 Setting up libkrb5-3:arm64 (1.20-1ubuntu0.1) ...
13:05:40 Setting up libstemmer0d:arm64 (2.2.0-1build1) ...
13:05:40 Setting up dbus-system-bus-common (1.14.0-2ubuntu3) ...
13:05:40 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:05:40 go: downloading gopkg.in/inf.v0 v0.9.1
13:05:40 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:05:40 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:05:40 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:05:40 go: downloading github.com/googleapis/gnostic v0.5.5
13:05:40 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:05:40 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:05:40 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:05:40 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:05:40 go: downloading github.com/json-iterator/go v1.1.12
13:05:40 go: downloading github.com/mattn/go-colorable v0.1.12
13:05:40 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:05:40 go: downloading github.com/containerd/ttrpc v1.1.0
13:05:40 go: downloading github.com/modern-go/reflect2 v1.0.2
13:05:40 go: downloading sigs.k8s.io/yaml v1.2.0
13:05:40 go: downloading github.com/moby/spdystream v0.2.0
13:05:40 go: downloading github.com/mattn/go-isatty v0.0.16
13:05:40 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:05:40 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:05:40 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:05:40 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:05:40 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:05:40 go: downloading github.com/aws/smithy-go v1.11.2
13:05:40 go: downloading github.com/moby/locker v1.0.1
13:05:40 go: downloading github.com/felixge/httpsnoop v1.0.2
13:05:40 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:05:40 go: downloading gopkg.in/inf.v0 v0.9.1
13:05:40 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:05:40 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:05:40 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:05:40 go: downloading github.com/googleapis/gnostic v0.5.5
13:05:40 Selecting previously unselected package docker-ce-rootless-extras.
13:05:40 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb ...
13:05:40 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
13:05:40 make[1]: Leaving directory '/root/build-deb'
13:05:40    dh_systemd_start
13:05:40    dh_perl
13:05:40    dh_link
13:05:40    dh_strip_nondeterminism
13:05:40    dh_compress
13:05:40 Get:4 http://deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
13:05:40 Get:5 http://deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
13:05:40 Get:6 http://deb.debian.org/debian buster/main arm64 libjson-c3 arm64 0.12.1+ds-2+deb10u1 [26.8 kB]
13:05:40 Get:7 http://deb.debian.org/debian buster/main arm64 libcryptsetup12 arm64 2:2.1.0-5+deb10u2 [181 kB]
13:05:40 Get:8 http://deb.debian.org/debian buster/main arm64 libidn11 arm64 1.33-2.2 [113 kB]
13:05:40 Get:9 http://deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB]
13:05:40 Get:10 http://deb.debian.org/debian buster/main arm64 libkmod2 arm64 26-1 [49.4 kB]
13:05:40 Get:11 http://deb.debian.org/debian buster/main arm64 systemd arm64 241-7~deb10u8 [3256 kB]
13:05:40 Get:12 http://deb.debian.org/debian buster/main arm64 systemd-sysv arm64 241-7~deb10u8 [100 kB]
13:05:40 Get:13 http://deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB]
13:05:40 Get:14 http://deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB]
13:05:40 Get:15 http://deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
13:05:40 Get:16 http://deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB]
13:05:40 Get:17 http://deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB]
13:05:40 Get:18 http://deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB]
13:05:40 Get:19 http://deb.debian.org/debian-security buster/updates/main arm64 dbus arm64 1.12.24-0+deb10u1 [231 kB]
13:05:40 Get:20 http://deb.debian.org/debian buster/main arm64 libpam-systemd arm64 241-7~deb10u8 [201 kB]
13:05:40 Get:21 http://deb.debian.org/debian-security buster/updates/main arm64 dbus-user-session arm64 1.12.24-0+deb10u1 [97.9 kB]
13:05:40 Setting up openssl (3.0.5-2ubuntu2.1) ...
13:05:40 Setting up libelf1:arm64 (0.187-4) ...
13:05:40 Setting up readline-common (8.2-1) ...
13:05:40 Setting up libxml2:arm64 (2.9.14+dfsg-1ubuntu0.1) ...
13:05:40 Setting up iso-codes (4.11.0-1) ...
13:05:40 Setting up dbus-bin (1.14.0-2ubuntu3) ...
13:05:40 Setting up libpolkit-gobject-1-0:arm64 (0.105-33) ...
13:05:40 Setting up pinentry-curses (1.2.0-2ubuntu1) ...
13:05:40 Setting up libdw1:arm64 (0.187-4) ...
13:05:40 Setting up libreadline8:arm64 (8.2-1) ...
13:05:40 Setting up libglib2.0-bin (2.74.3-0ubuntu1) ...
13:05:40 Setting up dbus-daemon (1.14.0-2ubuntu3) ...
13:05:40 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-1ubuntu1) ...
13:05:40 Setting up ca-certificates (20211016ubuntu0.22.10.1) ...
13:05:40 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:05:40 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:05:40 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:05:40 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:05:40 go: downloading github.com/json-iterator/go v1.1.12
13:05:40 go: downloading github.com/mattn/go-colorable v0.1.12
13:05:40 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:05:40 go: downloading github.com/containerd/ttrpc v1.1.0
13:05:40 go: downloading github.com/modern-go/reflect2 v1.0.2
13:05:40 go: downloading sigs.k8s.io/yaml v1.2.0
13:05:40 go: downloading github.com/moby/spdystream v0.2.0
13:05:40 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:05:40 go: downloading github.com/mattn/go-isatty v0.0.16
13:05:41 Fedora 37 - aarch64 - Updates                   9.4 MB/s |  21 MB     00:02    
13:05:41 Selecting previously unselected package docker-buildx-plugin.
13:05:41 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb ...
13:05:41 Unpacking docker-buildx-plugin (0.10.2-1~debian.12~bookworm) ...
13:05:41    dh_fixperms
13:05:41    dh_missing
13:05:41   Running scriptlet: container-selinux-3:2.199.0-1.el9.noarch             49/61 
13:05:41   Installing       : acl-2.3.1-3.el9.aarch64                              50/61 
13:05:41   Installing       : dbus-1:1.12.20-7.el9.aarch64                         51/61 
13:05:41   Installing       : systemd-pam-252-3.el9.aarch64                        52/61 
13:05:41   Running scriptlet: systemd-252-3.el9.aarch64                            53/61 
13:05:41   Installing       : systemd-252-3.el9.aarch64                            53/61 
13:05:41   Running scriptlet: systemd-252-3.el9.aarch64                            53/61 
13:05:41   Installing       : dbus-common-1:1.12.20-7.el9.noarch                   54/61 
13:05:41   Running scriptlet: dbus-common-1:1.12.20-7.el9.noarch                   54/61 
13:05:41 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
13:05:41 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
13:05:41 
13:05:41   Running scriptlet: dbus-broker-28-7.el9.aarch64                         55/61 
13:05:41   Installing       : dbus-broker-28-7.el9.aarch64                         55/61 
13:05:41   Running scriptlet: dbus-broker-28-7.el9.aarch64                         55/61 
13:05:41 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
13:05:41 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
13:05:41 
13:05:41   Installing       : device-mapper-libs-9:1.02.187-4.el9.aarch64          56/61 
13:05:41   Installing       : device-mapper-9:1.02.187-4.el9.aarch64               57/61 
13:05:41   Installing       : containerd.io-1.6.16-3.1.el9.aarch64                 58/61 
13:05:41   Running scriptlet: containerd.io-1.6.16-3.1.el9.aarch64                 58/61 
13:05:41   Installing       : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   59/61 
13:05:41    debian/rules override_dh_strip
13:05:41 make[1]: Entering directory '/root/build-deb'
13:05:41 # Go has lots of problems with stripping, so just don't
13:05:41 make[1]: Leaving directory '/root/build-deb'
13:05:41    dh_makeshlibs
13:05:41    debian/rules override_dh_shlibdeps
13:05:41 make[1]: Entering directory '/root/build-deb'
13:05:41 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
[Pipeline] }
[Pipeline] // stage
13:05:41 debconf: delaying package configuration, since apt-utils is not installed
13:05:41 Fetched 25.2 MB in 1s (36.3 MB/s)
13:05:41 Selecting previously unselected package libapparmor1:arm64.
13:05: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 ... 9938 files and directories currently installed.)
13:05:41 Preparing to unpack .../0-libapparmor1_2.13.2-10_arm64.deb ...
13:05:41 Unpacking libapparmor1:arm64 (2.13.2-10) ...
13:05:41 Selecting previously unselected package libargon2-1:arm64.
13:05:41 Preparing to unpack .../1-libargon2-1_0~20171227-0.2_arm64.deb ...
13:05:41 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
13:05:41 Selecting previously unselected package dmsetup.
13:05:41 Preparing to unpack .../2-dmsetup_2%3a1.02.155-3_arm64.deb ...
13:05:41 Unpacking dmsetup (2:1.02.155-3) ...
13:05:41 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:05:41 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
13:05:41 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
[Pipeline] }
13:05:41 Updating certificates in /etc/ssl/certs...
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:05:41   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230206193855.ab4   59/61 
13:05:41   Installing       : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el9.aar   60/61 
13:05:41   Running scriptlet: docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el9.aar   60/61 
13:05:41   Installing       : rpm-plugin-selinux-4.16.1.3-22.el9.aarch64           61/61 
13:05:41   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch          61/61 
13:05:41   Running scriptlet: container-selinux-3:2.199.0-1.el9.noarch             61/61 
13:05:41 Selecting previously unselected package libjson-c3:arm64.
13:05:41 Preparing to unpack .../4-libjson-c3_0.12.1+ds-2+deb10u1_arm64.deb ...
13:05:41 Unpacking libjson-c3:arm64 (0.12.1+ds-2+deb10u1) ...
13:05:41 Selecting previously unselected package libcryptsetup12:arm64.
13:05:41 Preparing to unpack .../5-libcryptsetup12_2%3a2.1.0-5+deb10u2_arm64.deb ...
13:05:41 Unpacking libcryptsetup12:arm64 (2:2.1.0-5+deb10u2) ...
13:05:41 Selecting previously unselected package libidn11:arm64.
13:05:41 Preparing to unpack .../6-libidn11_1.33-2.2_arm64.deb ...
13:05:41 Unpacking libidn11:arm64 (1.33-2.2) ...
13:05:42 Selecting previously unselected package libip4tc0:arm64.
13:05:42 Preparing to unpack .../7-libip4tc0_1.8.2-4_arm64.deb ...
13:05:42 Unpacking libip4tc0:arm64 (1.8.2-4) ...
13:05:42 Selecting previously unselected package libkmod2:arm64.
13:05:42 Preparing to unpack .../8-libkmod2_26-1_arm64.deb ...
13:05:42 Unpacking libkmod2:arm64 (26-1) ...
13:05:42 Selecting previously unselected package systemd.
13:05:42 Preparing to unpack .../9-systemd_241-7~deb10u8_arm64.deb ...
13:05:42 Fedora 36 - aarch64                              17 MB/s |  77 MB     00:04    
13:05:42 124 added, 0 removed; done.
13:05:42 Setting up dbus (1.14.0-2ubuntu3) ...
13:05:42 Setting up libgssapi-krb5-2:arm64 (1.20-1ubuntu0.1) ...
13:05:42 Selecting previously unselected package docker-compose-plugin.
13:05:42 Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb ...
13:05:42 Unpacking docker-compose-plugin (2.16.0-1~debian.12~bookworm) ...
13:05:42   Running scriptlet: rpm-plugin-selinux-4.16.1.3-22.el9.aarch64           61/61 
13:05:42   Verifying        : acl-2.3.1-3.el9.aarch64                               1/61 
13:05:42   Verifying        : cracklib-2.9.6-27.el9.aarch64                         2/61 
13:05:42   Verifying        : cracklib-dicts-2.9.6-27.el9.aarch64                   3/61 
13:05:42   Verifying        : dbus-1:1.12.20-7.el9.aarch64                          4/61 
13:05:42   Verifying        : dbus-broker-28-7.el9.aarch64                          5/61 
13:05:42   Verifying        : dbus-common-1:1.12.20-7.el9.noarch                    6/61 
13:05:42   Verifying        : device-mapper-9:1.02.187-4.el9.aarch64                7/61 
13:05:42   Verifying        : device-mapper-libs-9:1.02.187-4.el9.aarch64           8/61 
13:05:42   Verifying        : diffutils-3.7-12.el9.aarch64                          9/61 
13:05:42   Verifying        : fuse-common-3.10.2-5.el9.aarch64                     10/61 
13:05:42   Verifying        : iptables-libs-1.8.8-6.el9.aarch64                    11/61 
13:05:42   Verifying        : iptables-nft-1.8.8-6.el9.aarch64                     12/61 
13:05:42   Verifying        : kmod-28-7.el9.aarch64                                13/61 
13:05:42   Verifying        : kmod-libs-28-7.el9.aarch64                           14/61 
13:05:42   Verifying        : libdb-5.3.28-53.el9.aarch64                          15/61 
13:05:42   Verifying        : libeconf-0.4.1-2.el9.aarch64                         16/61 
13:05:42   Verifying        : libfdisk-2.37.4-9.el9.aarch64                        17/61 
13:05:42   Verifying        : libibverbs-44.0-2.el9.aarch64                        18/61 
13:05:42   Verifying        : libmnl-1.0.4-15.el9.aarch64                          19/61 
13:05:42   Verifying        : libnetfilter_conntrack-1.0.9-1.el9.aarch64           20/61 
13:05:42   Verifying        : libnfnetlink-1.0.1-21.el9.aarch64                    21/61 
13:05:42   Verifying        : libnftnl-1.2.2-1.el9.aarch64                         22/61 
13:05:42   Verifying        : libnl3-3.7.0-1.el9.aarch64                           23/61 
13:05:42   Verifying        : libpcap-14:1.10.0-4.el9.aarch64                      24/61 
13:05:42   Verifying        : libpwquality-1.4.4-8.el9.aarch64                     25/61 
13:05:42   Verifying        : libseccomp-2.5.2-2.el9.aarch64                       26/61 
13:05:42   Verifying        : libselinux-utils-3.5-0.rc2.1.el9.aarch64             27/61 
13:05:42   Verifying        : libutempter-1.2.1-6.el9.aarch64                      28/61 
13:05:42   Verifying        : openssl-1:3.0.7-2.el9.aarch64                        29/61 
13:05:42   Verifying        : pam-1.5.1-14.el9.aarch64                             30/61 
13:05:42   Verifying        : policycoreutils-3.5-0.rc2.1.el9.aarch64              31/61 
13:05:42   Verifying        : python3-distro-1.5.0-7.el9.noarch                    32/61 
13:05:42   Verifying        : python3-setools-4.4.0-5.el9.aarch64                  33/61 
13:05:42   Verifying        : python3-setuptools-53.0.0-12.el9.noarch              34/61 
13:05:42   Verifying        : rpm-plugin-selinux-4.16.1.3-22.el9.aarch64           35/61 
13:05:42   Verifying        : selinux-policy-38.1.5-1.el9.noarch                   36/61 
13:05:42   Verifying        : selinux-policy-targeted-38.1.5-1.el9.noarch          37/61 
13:05:42   Verifying        : systemd-252-3.el9.aarch64                            38/61 
13:05:42   Verifying        : systemd-pam-252-3.el9.aarch64                        39/61 
13:05:42   Verifying        : systemd-rpm-macros-252-3.el9.noarch                  40/61 
13:05:42   Verifying        : util-linux-2.37.4-9.el9.aarch64                      41/61 
13:05:42   Verifying        : util-linux-core-2.37.4-9.el9.aarch64                 42/61 
13:05:42   Verifying        : xz-5.2.5-8.el9.aarch64                               43/61 
13:05:42   Verifying        : checkpolicy-3.5-0.rc2.1.el9.aarch64                  44/61 
13:05:42   Verifying        : container-selinux-3:2.199.0-1.el9.noarch             45/61 
13:05:42   Verifying        : fuse-overlayfs-1.10-1.el9.aarch64                    46/61 
13:05:42   Verifying        : fuse3-3.10.2-5.el9.aarch64                           47/61 
13:05:42   Verifying        : fuse3-libs-3.10.2-5.el9.aarch64                      48/61 
13:05:42   Verifying        : libslirp-4.4.0-4.el9.aarch64                         49/61 
13:05:42   Verifying        : policycoreutils-python-utils-3.5-0.rc2.1.el9.noarc   50/61 
13:05:42   Verifying        : python3-audit-3.0.7-103.el9.aarch64                  51/61 
13:05:42   Verifying        : python3-libselinux-3.5-0.rc2.1.el9.aarch64           52/61 
13:05:42   Verifying        : python3-libsemanage-3.5-0.rc2.1.el9.aarch64          53/61 
13:05:42   Verifying        : python3-policycoreutils-3.5-0.rc2.1.el9.noarch       54/61 
13:05:42   Verifying        : slirp4netns-1.2.0-2.el9.aarch64                      55/61 
13:05:42   Verifying        : containerd.io-1.6.16-3.1.el9.aarch64                 56/61 
13:05:42   Verifying        : docker-compose-plugin-2.16.0-0.el9.aarch64           57/61 
13:05:42   Verifying        : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   58/61 
13:05:42   Verifying        : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el9.aar   59/61 
13:05:42   Verifying        : docker-buildx-plugin-0.10.2-0.el9.aarch64            60/61 
13:05:42 Unpacking systemd (241-7~deb10u8) ...
13:05:42 Setting up gir1.2-glib-2.0:arm64 (1.74.0-2) ...
13:05:42 Setting up libssh-4:arm64 (0.9.6-2build1) ...
13:05:42 Setting up gpgconf (2.2.35-3ubuntu1) ...
13:05:42 Setting up libpam-systemd:arm64 (251.4-1ubuntu7) ...
13:05:42 Setting up libcurl4:arm64 (7.85.0-1ubuntu0.2) ...
13:05:42 Setting up libpolkit-agent-1-0:arm64 (0.105-33) ...
13:05:42 Setting up curl (7.85.0-1ubuntu0.2) ...
13:05:42 Setting up polkitd (0.105-33) ...
13:05:42 Setting up gpg (2.2.35-3ubuntu1) ...
13:05:42   Verifying        : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el9   61/61 
13:05:42 
13:05:42 Installed:
13:05:42   acl-2.3.1-3.el9.aarch64                                                       
13:05:42   checkpolicy-3.5-0.rc2.1.el9.aarch64                                           
13:05:42   container-selinux-3:2.199.0-1.el9.noarch                                      
13:05:42   containerd.io-1.6.16-3.1.el9.aarch64                                          
13:05:42   cracklib-2.9.6-27.el9.aarch64                                                 
13:05:42   cracklib-dicts-2.9.6-27.el9.aarch64                                           
13:05:42   dbus-1:1.12.20-7.el9.aarch64                                                  
13:05:42   dbus-broker-28-7.el9.aarch64                                                  
13:05:42   dbus-common-1:1.12.20-7.el9.noarch                                            
13:05:42   device-mapper-9:1.02.187-4.el9.aarch64                                        
13:05:42   device-mapper-libs-9:1.02.187-4.el9.aarch64                                   
13:05:42   diffutils-3.7-12.el9.aarch64                                                  
13:05:42   docker-buildx-plugin-0.10.2-0.el9.aarch64                                     
13:05:42   docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el9.aarch64                        
13:05:42   docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el9.aarch64                    
13:05:42   docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64          
13:05:42   docker-compose-plugin-2.16.0-0.el9.aarch64                                    
13:05:42   fuse-common-3.10.2-5.el9.aarch64                                              
13:05:42   fuse-overlayfs-1.10-1.el9.aarch64                                             
13:05:42   fuse3-3.10.2-5.el9.aarch64                                                    
13:05:42   fuse3-libs-3.10.2-5.el9.aarch64                                               
13:05:42   iptables-libs-1.8.8-6.el9.aarch64                                             
13:05:42   iptables-nft-1.8.8-6.el9.aarch64                                              
13:05:42   kmod-28-7.el9.aarch64                                                         
13:05:42   kmod-libs-28-7.el9.aarch64                                                    
13:05:42   libdb-5.3.28-53.el9.aarch64                                                   
13:05:42   libeconf-0.4.1-2.el9.aarch64                                                  
13:05:42   libfdisk-2.37.4-9.el9.aarch64                                                 
13:05:42   libibverbs-44.0-2.el9.aarch64                                                 
13:05:42   libmnl-1.0.4-15.el9.aarch64                                                   
13:05:42   libnetfilter_conntrack-1.0.9-1.el9.aarch64                                    
13:05:42   libnfnetlink-1.0.1-21.el9.aarch64                                             
13:05:42   libnftnl-1.2.2-1.el9.aarch64                                                  
13:05:42   libnl3-3.7.0-1.el9.aarch64                                                    
13:05:42   libpcap-14:1.10.0-4.el9.aarch64                                               
13:05:42   libpwquality-1.4.4-8.el9.aarch64                                              
13:05:42   libseccomp-2.5.2-2.el9.aarch64                                                
13:05:42   libselinux-utils-3.5-0.rc2.1.el9.aarch64                                      
13:05:42   libslirp-4.4.0-4.el9.aarch64                                                  
13:05:42   libutempter-1.2.1-6.el9.aarch64                                               
13:05:42   openssl-1:3.0.7-2.el9.aarch64                                                 
13:05:42   pam-1.5.1-14.el9.aarch64                                                      
13:05:42   policycoreutils-3.5-0.rc2.1.el9.aarch64                                       
13:05:42   policycoreutils-python-utils-3.5-0.rc2.1.el9.noarch                           
13:05:42   python3-audit-3.0.7-103.el9.aarch64                                           
13:05:42   python3-distro-1.5.0-7.el9.noarch                                             
13:05:42   python3-libselinux-3.5-0.rc2.1.el9.aarch64                                    
13:05:42   python3-libsemanage-3.5-0.rc2.1.el9.aarch64                                   
13:05:42   python3-policycoreutils-3.5-0.rc2.1.el9.noarch                                
13:05:42   python3-setools-4.4.0-5.el9.aarch64                                           
13:05:42   python3-setuptools-53.0.0-12.el9.noarch                                       
13:05:42   rpm-plugin-selinux-4.16.1.3-22.el9.aarch64                                    
13:05:42   selinux-policy-38.1.5-1.el9.noarch                                            
13:05:42   selinux-policy-targeted-38.1.5-1.el9.noarch                                   
13:05:42   slirp4netns-1.2.0-2.el9.aarch64                                               
13:05:42   systemd-252-3.el9.aarch64                                                     
13:05:42   systemd-pam-252-3.el9.aarch64                                                 
13:05:42   systemd-rpm-macros-252-3.el9.noarch                                           
13:05:42   util-linux-2.37.4-9.el9.aarch64                                               
13:05:42   util-linux-core-2.37.4-9.el9.aarch64                                          
13:05:42   xz-5.2.5-8.el9.aarch64                                                        
13:05:42 
13:05:42 Complete!
13:05:42 Setting up libapparmor1:arm64 (2.13.2-10) ...
13:05:42 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
13:05:42 Setting up libjson-c3:arm64 (0.12.1+ds-2+deb10u1) ...
13:05:42 Setting up libidn11:arm64 (1.33-2.2) ...
13:05:42 Setting up libip4tc0:arm64 (1.8.2-4) ...
13:05:42 Setting up libkmod2:arm64 (26-1) ...
13:05:42 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
13:05:42 Setting up libcryptsetup12:arm64 (2:2.1.0-5+deb10u2) ...
13:05:42 Setting up systemd (241-7~deb10u8) ...
13:05:42 Setting up libgstreamer1.0-0:arm64 (1.20.3-1) ...
13:05:42 Setcap worked! gst-ptp-helper is not suid!
13:05:42 Setting up gnupg-utils (2.2.35-3ubuntu1) ...
13:05:42 Setting up libtirpc3:arm64 (1.3.3+ds-1) ...
13:05:42 Setting up gpg-agent (2.2.35-3ubuntu1) ...
13:05:42 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
13:05:42 Selecting previously unselected package docker-ce.
13:05:42 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb ...
13:05:42 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
13:05:42 + verify_binaries
13:05:42 + docker --version
13:05:42 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:05:42 ++ uname -m
13:05:42 + '[' aarch64 = x86_64 ']'
13:05:42 + docker buildx version
13:05:42 github.com/docker/buildx v0.10.2 00ed17d
13:05:42 + docker compose version
13:05:42 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:05:42 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:05:42 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
13:05:42 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
13:05:42 Initializing machine ID from random generator.
13:05:42 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
13:05:42 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
13:05:43 Docker Compose version v2.16.0
13:05:43 + dockerd --version
13:05:43 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:05:43 + docker-proxy --version
13:05:43 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:05:43 + containerd --version
13:05:43 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:43 + ctr --version
13:05:43 ctr containerd.io 1.6.16
13:05:43 + containerd-shim --help
13:05:43 Usage of containerd-shim:
13:05:43   -address string
13:05:43     	grpc address back to main containerd
13:05:43   -containerd-binary containerd publish
13:05:43     	path to containerd binary (used for containerd publish) (default "containerd")
13:05:43   -criu string
13:05:43     	path to criu binary
13:05:43   -debug
13:05:43     	enable debug output in logs
13:05:43   -namespace string
13:05:43     	namespace that owns the shim
13:05:43   -runtime-root string
13:05:43     	root directory for the runtime (default "/run/containerd/runc")
13:05:43   -socket string
13:05:43     	socket path to serve
13:05:43   -systemd-cgroup
13:05:43     	set runtime to use systemd-cgroup
13:05:43   -workdir string
13:05:43     	path used to storge large temporary data
13:05:43 + containerd-shim-runc-v1 -v
13:05:43 containerd-shim-runc-v1:
13:05:43   Version:  1.6.16
13:05:43   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:43   Go version: go1.18.10
13:05:43 
13:05:43 + containerd-shim-runc-v2 -v
13:05:43 containerd-shim-runc-v2:
13:05:43   Version:  1.6.16
13:05:43   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:43   Go version: go1.18.10
13:05:43 
13:05:43 + runc --version
13:05:43 runc version 1.1.4
13:05:43 commit: v1.1.4-0-g5fd4c4d
13:05:43 spec: 1.0.2-dev
13:05:43 go: go1.18.10
13:05:43 libseccomp: 2.5.2
13:05:43 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
13:05:43 Setting up gpgsm (2.2.35-3ubuntu1) ...
13:05:43 Setting up pkexec (0.105-33) ...
13:05:43 Setting up libcurl3-gnutls:arm64 (7.85.0-1ubuntu0.2) ...
13:05:43 Setting up libappstream4:arm64 (0.15.5-1) ...
13:05:43 Setting up dirmngr (2.2.35-3ubuntu1) ...
13:05:43 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
13:05:43 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
13:05:43 Setting up gpg-wks-server (2.2.35-3ubuntu1) ...
13:05:43 Setting up libnsl2:arm64 (1.3.0-2build2) ...
13:05:43 Setting up policykit-1 (0.105-33) ...
13:05:43 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
13:05:43 Setting up docker-buildx-plugin (0.10.2-1~debian.12~bookworm) ...
13:05:43 Setting up docker-compose-plugin (2.16.0-1~debian.12~bookworm) ...
13:05:43 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
13:05:43 Setting up gpg-wks-client (2.2.35-3ubuntu1) ...
13:05:43 Setting up libpython3.10-stdlib:arm64 (3.10.7-1ubuntu0.2) ...
13:05:43 Setting up gnupg (2.2.35-3ubuntu1) ...
13:05:43 Setting up packagekit (1.2.5-2ubuntu2) ...
13:05:43 invoke-rc.d: could not determine current runlevel
13:05:43 invoke-rc.d: policy-rc.d denied execution of force-reload.
13:05:43 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
13:05:43 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
13:05:43 Setting up libpython3-stdlib:arm64 (3.10.6-1) ...
13:05:43 Setting up gnupg2 (2.2.35-3ubuntu1) ...
13:05:43 Setting up python3.10 (3.10.7-1ubuntu0.2) ...
13:05:43 Setting up dmsetup (2:1.02.155-3) ...
13:05:43 Selecting previously unselected package systemd-sysv.
13:05: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 ... 10768 files and directories currently installed.)
13:05:43 Preparing to unpack .../00-systemd-sysv_241-7~deb10u8_arm64.deb ...
13:05:43 Unpacking systemd-sysv (241-7~deb10u8) ...
13:05:43 Selecting previously unselected package libip6tc0:arm64.
13:05:43 Preparing to unpack .../01-libip6tc0_1.8.2-4_arm64.deb ...
13:05:43 Unpacking libip6tc0:arm64 (1.8.2-4) ...
13:05:43 Selecting previously unselected package libiptc0:arm64.
13:05:43 Preparing to unpack .../02-libiptc0_1.8.2-4_arm64.deb ...
13:05:43 Unpacking libiptc0:arm64 (1.8.2-4) ...
13:05:43 Selecting previously unselected package libnfnetlink0:arm64.
13:05:43 Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
13:05:43 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
13:05:43 Selecting previously unselected package libnetfilter-conntrack3:arm64.
13:05:43 Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_arm64.deb ...
13:05:43 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ...
13:05:43 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
13:05:43 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
13:05:43 invoke-rc.d: could not determine current runlevel
13:05:43 invoke-rc.d: policy-rc.d denied execution of start.
13:05:43 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
13:05:43 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:05:43  docker-ce-rootless-extras depends on dbus-user-session; however:
13:05:43   Package dbus-user-session is not installed.
13:05:43 
13:05:43 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
13:05:43 Selecting previously unselected package libnftnl11:arm64.
13:05:43 Preparing to unpack .../05-libnftnl11_1.1.2-2_arm64.deb ...
13:05:43 Unpacking libnftnl11:arm64 (1.1.2-2) ...
13:05:43 Selecting previously unselected package iptables.
13:05:43 Preparing to unpack .../06-iptables_1.8.2-4_arm64.deb ...
13:05:43 Unpacking iptables (1.8.2-4) ...
13:05:43 Selecting previously unselected package dbus.
13:05:43 Preparing to unpack .../07-dbus_1.12.24-0+deb10u1_arm64.deb ...
13:05:43 Unpacking dbus (1.12.24-0+deb10u1) ...
13:05:43 Selecting previously unselected package libpam-systemd:arm64.
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:05:43 Preparing to unpack .../08-libpam-systemd_241-7~deb10u8_arm64.deb ...
13:05:43 Unpacking libpam-systemd:arm64 (241-7~deb10u8) ...
13:05:43 Selecting previously unselected package containerd.io.
13:05:43 Preparing to unpack .../09-containerd.io_1.6.16-1_arm64.deb ...
13:05:43 Unpacking containerd.io (1.6.16-1) ...
13:05:44 Reading package lists...
13:05:44 ~/rpmbuild/BUILD/src
13:05:44 + popd
13:05:44 + RPM_EC=0
13:05:44 ++ jobs -p
13:05:44 + exit 0
13:05:44 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Dn1chJ
13:05:44 + umask 022
13:05:44 + cd /root/rpmbuild/BUILD
13:05:44 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64 '!=' / ']'
13:05:44 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64
13:05:44 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64
13:05:44 + mkdir -p /root/rpmbuild/BUILDROOT
13:05:44 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64
13:05:44 + 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:05:44 + export CFLAGS
13:05:44 + 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:05:44 + export CXXFLAGS
13:05:44 + 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:05:44 + export FFLAGS
13:05:44 + 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:05:44 + export FCFLAGS
13:05:44 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:05:44 + export LDFLAGS
13:05:44 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:05:44 + export LT_SYS_LIBRARY_PATH
13:05:44 + CC=gcc
13:05:44 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:05:44 + export CC
13:05:44 + CXX=g++
13:05:44 + export CXX
13:05:44 + cd src
13:05:44 + pushd /root/rpmbuild/BUILD/src/buildx
13:05:44 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:05:44 + popd
13:05:44 ~/rpmbuild/BUILD/src
13:05:44 + /usr/lib/rpm/check-buildroot
13:05:44 + /usr/lib/rpm/redhat/brp-ldconfig
13:05:44 + /usr/lib/rpm/brp-compress
13:05:44 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:05:44 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:05:44 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:05:44 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:05:44 + /usr/lib/rpm/check-rpaths
13:05:44 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:05:44 + /usr/lib/rpm/brp-remove-la-files
13:05:44 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:05:44 + /usr/lib/rpm/redhat/brp-python-hardlink
13:05:44 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.TAglEM
13:05:44 + umask 022
13:05:44 + cd /root/rpmbuild/BUILD
13:05:44 + 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:05:44 + export CFLAGS
13:05:44 + 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:05:44 + export CXXFLAGS
13:05:44 + 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:05:44 + export FFLAGS
13:05:44 + 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:05:44 + export FCFLAGS
13:05:44 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:05:44 + export LDFLAGS
13:05:44 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:05:44 + export LT_SYS_LIBRARY_PATH
13:05:44 + CC=gcc
13:05:44 + export CC
13:05:44 + CXX=g++
13:05:44 + export CXX
13:05:44 + cd src
13:05:44 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:05:44 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:05:44 + ver=v0.10.2
13:05:44 + test v0.10.2 = v0.10.2
13:05:44 + echo 'PASS: docker-buildx version OK'
13:05:44 + RPM_EC=0
13:05:44 PASS: docker-buildx version OK
13:05:44 ++ jobs -p
13:05:44 + exit 0
13:05:44 Processing files: docker-buildx-plugin-0.10.2-0.fc37.x86_64
13:05:44 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:05:44 Provides: docker-buildx-plugin = 0:0.10.2-0.fc37 docker-buildx-plugin(x86-64) = 0:0.10.2-0.fc37
13:05:44 Requires(interp): /bin/sh /bin/sh /bin/sh
13:05:44 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:05:44 Requires(post): /bin/sh
13:05:44 Requires(preun): /bin/sh
13:05:44 Requires(postun): /bin/sh
13:05:44 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64
13:05:44 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.fc37.src.rpm
13:05:44 Setting up python3 (3.10.6-1) ...
13:05:44 Setting up python3-six (1.16.0-4) ...
13:05:44 Building dependency tree...
13:05:44 Reading state information...
13:05:44 Setting up python3-pyparsing (3.0.7-2) ...
13:05:44 Setting up python3-gi (3.42.2-2) ...
13:05:44 Correcting dependencies... Done
13:05:44 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:05:44 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:05:44 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:05:44 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:05:44 Skipping docker-ce, it is already installed and upgrade is not set.
13:05:44 The following additional packages will be installed:
13:05:44   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:05:44   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
13:05:44 Suggested packages:
13:05:44   firewalld kmod
13:05:44 Recommended packages:
13:05:44   nftables
13:05:44 Setting up python3-jeepney (0.8.0-1) ...
13:05:44 The following NEW packages will be installed:
13:05:44   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:05:44   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
13:05:45 Setting up python3-httplib2 (0.20.4-2) ...
13:05:45 Setting up lsb-release (11.2ubuntu1) ...
13:05:45 0 upgraded, 10 newly installed, 0 to remove and 6 not upgraded.
13:05:45 Need to get 20.6 MB of archives.
13:05:45 After this operation, 103 MB of additional disk space will be used.
13:05:45 Get:1 http://deb.debian.org/debian bookworm/main arm64 netbase all 6.4 [12.8 kB]
13:05:45 Get:2 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.4-1 [112 kB]
13:05:45 Get:3 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB]
13:05:45 Get:4 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB]
13:05:45 Get:5 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
13:05:45 Get:6 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB]
13:05:45 Get:7 https://download.docker.com/linux/debian bookworm/test arm64 containerd.io arm64 1.6.16-1 [19.9 MB]
13:05:45 Get:8 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB]
13:05:45 Get:9 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB]
13:05:45 Get:10 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB]
13:05:45 Setting up python3-cffi-backend:arm64 (1.15.1-1) ...
13:05:45 Setting up python3-blinker (1.4+dfsg1-0.5) ...
13:05:45 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
13:05:45 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.fc36.x86_64.rpm
13:05:45 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.lgJ1hw
13:05:45 + umask 022
13:05:45 + cd /root/rpmbuild/BUILD
13:05:45 + cd src
13:05:45 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64
13:05:45 + RPM_EC=0
13:05:45 ++ jobs -p
13:05:45 + exit 0
13:05:45     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:05:45     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:05:45     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:05:45     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker-proxy
13:05:45     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:05:45 
13:05:45 RPM build warnings:
13:05:45 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.TZ6dcT
13:05:45 + umask 022
13:05:45 + cd /root/rpmbuild/BUILD
13:05:45 + cd /root/rpmbuild/BUILD
13:05:45 + rm -rf src
13:05:45 + /usr/bin/mkdir -p src
13:05:45 + cd src
13:05:45 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:05:45 + /usr/bin/tar -xof -
13:05:45 + STATUS=0
13:05:45 + '[' 0 -ne 0 ']'
13:05:45 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:05:45 + /usr/bin/tar -xof -
13:05:45 + STATUS=0
13:05:45 + '[' 0 -ne 0 ']'
13:05:45 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:05:45 + RPM_EC=0
13:05:45 ++ jobs -p
13:05:45 + exit 0
13:05:45 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GB0cqo
13:05:45 + umask 022
13:05:45 + cd /root/rpmbuild/BUILD
13:05:45 + 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:05:45 + export CFLAGS
13:05:45 + 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:05:45 + export CXXFLAGS
13:05:45 + 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:05:45 + export FFLAGS
13:05:45 + 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:05:45 + export FCFLAGS
13:05:45 + 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.16.0-0.fc36.x86_64.ld'
13:05:45 + export LDFLAGS
13:05:45 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:05:45 + export LT_SYS_LIBRARY_PATH
13:05:45 + CC=gcc
13:05:45 + export CC
13:05:45 + CXX=g++
13:05:45 + export CXX
13:05:45 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:05:45 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.16.0-0.fc36 x86_64
13:05:45 + cd src
13:05:45 + pushd /root/rpmbuild/BUILD/src/compose
13:05:45 + make VERSION=v2.16.0 DESTDIR=./bin build
13:05:45 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:05:45 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "./bin/docker-compose" ./cmd
13:05:45 go: downloading github.com/docker/cli v23.0.0+incompatible
13:05:45 Setting up python3-more-itertools (8.10.0-2) ...
13:05:45 go: downloading github.com/theupdateframework/notary v0.7.0
13:05:45 go: downloading github.com/compose-spec/compose-go v1.9.0
13:05:45 go: downloading github.com/hashicorp/go-version v1.6.0
13:05:45 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:05:45 go: downloading github.com/docker/buildx v0.10.2
13:05:45 go: downloading github.com/mattn/go-shellwords v1.0.12
13:05:45 go: downloading github.com/moby/buildkit v0.11.2
13:05:45 debconf: delaying package configuration, since apt-utils is not installed
13:05:45 Fetched 20.6 MB in 1s (31.8 MB/s)
13:05:45 Selecting previously unselected package netbase.
13:05:45 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11673 files and directories currently installed.)
13:05:45 Preparing to unpack .../0-netbase_6.4_all.deb ...
13:05:45 Unpacking netbase (6.4) ...
13:05:45 Selecting previously unselected package containerd.io.
13:05:45 Preparing to unpack .../1-containerd.io_1.6.16-1_arm64.deb ...
13:05:45 Unpacking containerd.io (1.6.16-1) ...
13:05:45 Selecting previously unselected package dbus-user-session.
13:05:45 Preparing to unpack .../10-dbus-user-session_1.12.24-0+deb10u1_arm64.deb ...
13:05:45 Unpacking dbus-user-session (1.12.24-0+deb10u1) ...
13:05:45 Setting up systemd-sysv (241-7~deb10u8) ...
13:05:45 Setting up libip6tc0:arm64 (1.8.2-4) ...
13:05:45 Setting up libnftnl11:arm64 (1.1.2-2) ...
13:05:45 Setting up libiptc0:arm64 (1.8.2-4) ...
13:05:45 Setting up dbus (1.12.24-0+deb10u1) ...
13:05:45 invoke-rc.d: could not determine current runlevel
13:05:45 invoke-rc.d: policy-rc.d denied execution of start.
13:05:45 Setting up containerd.io (1.6.16-1) ...
13:05:45 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:05:45 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
13:05:45 Setting up libpam-systemd:arm64 (241-7~deb10u8) ...
13:05:45 Setting up python3-dbus (1.2.18-3build1) ...
13:05:45 Setting up python3-distro (1.7.0-1) ...
13:05:45 go: downloading go.opentelemetry.io/otel v1.13.0
13:05:45 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:05:46 Setting up dbus-user-session (1.12.24-0+deb10u1) ...
13:05:46 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ...
13:05:46 Setting up iptables (1.8.2-4) ...
13:05:46 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:05:46 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:05:46 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:05:46 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:05:46 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:05:46 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:05:46 Processing triggers for systemd (241-7~deb10u8) ...
13:05:46 Processing triggers for libc-bin (2.28-10+deb10u2) ...
13:05:46 + verify_binaries
13:05:46 + docker --version
13:05:46 Setting up python3-jwt (2.4.0-1) ...
13:05:46 Setting up python3-apt (2.4.0+22.10) ...
13:05:46 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:05:46 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:05:46 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:05:46 go: downloading golang.org/x/sync v0.1.0
13:05:46 go: downloading github.com/imdario/mergo v0.3.13
13:05:46 go: downloading github.com/containerd/console v1.0.3
13:05:46 go: downloading github.com/buger/goterm v1.0.4
13:05:46 go: downloading github.com/stretchr/testify v1.8.1
13:05:46 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:05:46 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:05:46 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:05:46 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:05:46 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:05:46 go: downloading google.golang.org/grpc v1.50.1
13:05:46 go: downloading k8s.io/client-go v0.22.4
13:05:46 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:05:46 ++ uname -m
13:05:46 + '[' aarch64 = x86_64 ']'
13:05:46 + docker buildx version
13:05:46 github.com/docker/buildx v0.10.2 00ed17d
13:05:46 + docker compose version
13:05:46 Setting up python3-lazr.uri (1.0.6-2) ...
13:05:46 Docker Compose version v2.16.0
13:05:46 + dockerd --version
13:05:46 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:05:46 + docker-proxy --version
13:05:46 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:05:46 + containerd --version
13:05:46 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:46 + ctr --version
13:05:46 ctr containerd.io 1.6.16
13:05:46 + containerd-shim --help
13:05:46 Usage of containerd-shim:
13:05:46   -address string
13:05:46     	grpc address back to main containerd
13:05:46   -containerd-binary containerd publish
13:05:46     	path to containerd binary (used for containerd publish) (default "containerd")
13:05:46   -criu string
13:05:46     	path to criu binary
13:05:46   -debug
13:05:46     	enable debug output in logs
13:05:46   -namespace string
13:05:46     	namespace that owns the shim
13:05:46   -runtime-root string
13:05:46     	root directory for the runtime (default "/run/containerd/runc")
13:05:46   -socket string
13:05:46     	socket path to serve
13:05:46   -systemd-cgroup
13:05:46     	set runtime to use systemd-cgroup
13:05:46   -workdir string
13:05:46     	path used to storge large temporary data
13:05:46 + containerd-shim-runc-v1 -v
13:05:46 containerd-shim-runc-v1:
13:05:46   Version:  1.6.16
13:05:46   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:46   Go version: go1.18.10
13:05:46 
13:05:46 + containerd-shim-runc-v2 -v
13:05:46 containerd-shim-runc-v2:
13:05:46   Version:  1.6.16
13:05:46   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:46   Go version: go1.18.10
13:05:46 
13:05:46 + runc --version
13:05:46 runc version 1.1.4
13:05:46 commit: v1.1.4-0-g5fd4c4d
13:05:46 spec: 1.0.2-dev
13:05:46 go: go1.18.10
13:05:46 libseccomp: 2.3.3
13:05:46 Setting up python3-zipp (1.0.0-4) ...
13:05:46 Setting up python3-cryptography (3.4.8-2) ...
13:05:46 go: downloading k8s.io/api v0.22.4
13:05:46 Setting up python3-wadllib (1.3.6-1) ...
13:05:47 Selecting previously unselected package dbus-user-session.
13:05:47 Preparing to unpack .../2-dbus-user-session_1.14.4-1_arm64.deb ...
13:05:47 Unpacking dbus-user-session (1.14.4-1) ...
13:05:47 Selecting previously unselected package libip6tc2:arm64.
13:05:47 Preparing to unpack .../3-libip6tc2_1.8.9-2_arm64.deb ...
13:05:47 Unpacking libip6tc2:arm64 (1.8.9-2) ...
13:05:47 Selecting previously unselected package libxtables12:arm64.
13:05:47 Preparing to unpack .../4-libxtables12_1.8.9-2_arm64.deb ...
13:05:47 Unpacking libxtables12:arm64 (1.8.9-2) ...
13:05:47 Selecting previously unselected package libmnl0:arm64.
13:05:47 Preparing to unpack .../5-libmnl0_1.0.4-3_arm64.deb ...
13:05:47 Unpacking libmnl0:arm64 (1.0.4-3) ...
13:05:47 Selecting previously unselected package libnfnetlink0:arm64.
13:05:47 Preparing to unpack .../6-libnfnetlink0_1.0.2-2_arm64.deb ...
13:05:47 Unpacking libnfnetlink0:arm64 (1.0.2-2) ...
13:05:47 Selecting previously unselected package libnetfilter-conntrack3:arm64.
13:05:47 Preparing to unpack .../7-libnetfilter-conntrack3_1.0.9-3_arm64.deb ...
13:05:47 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ...
13:05:47 Selecting previously unselected package libnftnl11:arm64.
13:05:47 Preparing to unpack .../8-libnftnl11_1.2.4-2_arm64.deb ...
13:05:47 Unpacking libnftnl11:arm64 (1.2.4-2) ...
13:05:47 Selecting previously unselected package iptables.
13:05:47 Preparing to unpack .../9-iptables_1.8.9-2_arm64.deb ...
13:05:47 Unpacking iptables (1.8.9-2) ...
13:05:47 Setting up python3-importlib-metadata (4.6.4-1) ...
13:05:47 Setting up python3-oauthlib (3.2.0-1ubuntu1) ...
13:05:47 go: downloading k8s.io/apimachinery v0.22.4
13:05:47 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:05:47 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:05:47 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:05:47 go: downloading github.com/golang/mock v1.6.0
13:05:47 Setting up libip6tc2:arm64 (1.8.9-2) ...
13:05:47 Setting up dbus-user-session (1.14.4-1) ...
13:05:47 Setting up libmnl0:arm64 (1.0.4-3) ...
13:05:47 Setting up containerd.io (1.6.16-1) ...
13:05:47 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:05:47 Setting up libxtables12:arm64 (1.8.9-2) ...
13:05:47 make[1]: Leaving directory '/root/build-deb'
13:05:47    dh_installdeb
13:05:47    debian/rules override_dh_gencontrol
13:05:47 make[1]: Entering directory '/root/build-deb'
13:05:47 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:05:47 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:05:47 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:05:47 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:05:47 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:05:47 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:05:47 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:05:47 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:05:47 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:05:47 if [ "amd64" = "amd64" ]; then \
13:05:47 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:05:47 fi
13:05:47 dh_gencontrol --remaining-packages
13:05:47 make[1]: Leaving directory '/root/build-deb'
13:05:47    dh_md5sums
13:05:47    debian/rules override_dh_builddeb
13:05:47 make[1]: Entering directory '/root/build-deb'
13:05:47 dh_builddeb -- -Zxz
13:05:47 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb'.
13:05:47 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'.
13:05:47 Setting up python3-secretstorage (3.3.3-1ubuntu1) ...
13:05:47 Setting up python3-keyring (23.8.2-1) ...
13:05:47 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:05:47 go: downloading github.com/hashicorp/errwrap v1.1.0
13:05:47 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:05:47 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:05:47 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:05:47 go: downloading golang.org/x/net v0.4.0
13:05:47 Setting up libnfnetlink0:arm64 (1.0.2-2) ...
13:05:47 Setting up netbase (6.4) ...
13:05:47 Setting up libnftnl11:arm64 (1.2.4-2) ...
13:05:47 Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ...
13:05:47 Setting up iptables (1.8.9-2) ...
13:05:47 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:05:47 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:05:47 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:05:47 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:05:47 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:05:47 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:05:47 Processing triggers for libc-bin (2.36-8) ...
13:05:47 + verify_binaries
13:05:47 + docker --version
13:05:47 Setting up python3-lazr.restfulclient (0.14.4-1) ...
13:05:47 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:05:47 go: downloading golang.org/x/term v0.3.0
13:05:47 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:05:47 go: downloading github.com/mattn/go-runewidth v0.0.14
13:05:47 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:05:47 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:05:47 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:05:47 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:05:47 ++ uname -m
13:05:47 + '[' aarch64 = x86_64 ']'
13:05:47 + docker buildx version
13:05:47 github.com/docker/buildx v0.10.2 00ed17d
13:05:47 + docker compose version
13:05:47 Docker Compose version v2.16.0
13:05:47 + dockerd --version
13:05:47 Setting up python3-launchpadlib (1.10.16-1) ...
13:05:47 Processing triggers for sgml-base (1.30) ...
13:05:47 Processing triggers for libc-bin (2.36-0ubuntu4) ...
13:05:47 Setting up python3-software-properties (0.99.27) ...
13:05:48 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:05:48 + docker-proxy --version
13:05:48 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:05:48 + containerd --version
13:05:48 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:48 + ctr --version
13:05:48 ctr containerd.io 1.6.16
13:05:48 + containerd-shim --help
13:05:48 Usage of containerd-shim:
13:05:48   -address string
13:05:48     	grpc address back to main containerd
13:05:48   -containerd-binary containerd publish
13:05:48     	path to containerd binary (used for containerd publish) (default "containerd")
13:05:48   -criu string
13:05:48     	path to criu binary
13:05:48   -debug
13:05:48     	enable debug output in logs
13:05:48   -namespace string
13:05:48     	namespace that owns the shim
13:05:48   -runtime-root string
13:05:48     	root directory for the runtime (default "/run/containerd/runc")
13:05:48   -socket string
13:05:48     	socket path to serve
13:05:48   -systemd-cgroup
13:05:48     	set runtime to use systemd-cgroup
13:05:48   -workdir string
13:05:48     	path used to storge large temporary data
13:05:48 + containerd-shim-runc-v1 -v
13:05:48 containerd-shim-runc-v1:
13:05:48   Version:  1.6.16
13:05:48   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:48   Go version: go1.18.10
13:05:48 
13:05:48 + containerd-shim-runc-v2 -v
13:05:48 containerd-shim-runc-v2:
13:05:48   Version:  1.6.16
13:05:48   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:05:48   Go version: go1.18.10
13:05:48 
13:05:48 + runc --version
13:05:48 runc version 1.1.4
13:05:48 commit: v1.1.4-0-g5fd4c4d
13:05:48 spec: 1.0.2-dev
13:05:48 go: go1.18.10
13:05:48 libseccomp: 2.5.4
13:05:48 Setting up software-properties-common (0.99.27) ...
13:05:48 Processing triggers for ca-certificates (20211016ubuntu0.22.10.1) ...
13:05:48 Updating certificates in /etc/ssl/certs...
13:05:48 0 added, 0 removed; done.
13:05:48 Running hooks in /etc/ca-certificates/update.d...
13:05:48 done.
13:05:48 Processing triggers for dbus (1.14.0-2ubuntu3) ...
13:05:48 go: downloading github.com/go-logr/stdr v1.2.2
13:05:48 go: downloading github.com/containerd/typeurl v1.0.2
13:05:48 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:05:48 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:05:48 go: downloading github.com/gogo/googleapis v1.4.1
13:05:48 make[1]: Leaving directory '/root/build-deb'
13:05:48    dh_installdeb
13:05:48    debian/rules override_dh_gencontrol
13:05:48 make[1]: Entering directory '/root/build-deb'
13:05:48 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:05:48 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:05:48 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:05:48 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:05:48 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:05:48 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:05:48 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:05:48 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:05:48 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:05:48 if [ "amd64" = "amd64" ]; then \
13:05:48 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:05:48 fi
13:05:48 ++ source /etc/os-release
13:05:48 +++ PRETTY_NAME='Ubuntu 22.10'
13:05:48 +++ NAME=Ubuntu
13:05:48 +++ VERSION_ID=22.10
13:05:48 +++ VERSION='22.10 (Kinetic Kudu)'
13:05:48 +++ VERSION_CODENAME=kinetic
13:05:48 +++ ID=ubuntu
13:05:48 +++ ID_LIKE=debian
13:05:48 +++ HOME_URL=https://www.ubuntu.com/
13:05:48 +++ SUPPORT_URL=https://help.ubuntu.com/
13:05:48 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
13:05:48 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
13:05:48 +++ UBUNTU_CODENAME=kinetic
13:05:48 +++ LOGO=ubuntu-logo
13:05:48 ++ echo ubuntu
13:05:48 + DIST_ID=ubuntu
13:05:48 ++ lsb_release -sc
13:05:48 + DIST_VERSION=kinetic
13:05:48 + '[' kinetic = sid ']'
13:05:48 + install_debian_containerd
13:05:48 + '[' staging = stage ']'
13:05:48 + REPO_URL=https://download.docker.com/linux/ubuntu
13:05:48 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
13:05:48 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
13:05:48 + update-ca-certificates -f
13:05:48 Clearing symlinks in /etc/ssl/certs...
13:05:48 dh_gencontrol --remaining-packages
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
13:05:49 done.
13:05:49 Updating certificates in /etc/ssl/certs...
13:05:49 Fedora Modular 37 - aarch64 - Updates           802 kB/s | 928 kB     00:01    
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:05:49 make[1]: Leaving directory '/root/build-deb'
13:05:49    dh_md5sums
13:05:49 make[1]: Leaving directory '/root/build-deb'
13:05:49    dh_installdeb
13:05:49    debian/rules override_dh_gencontrol
13:05:49 make[1]: Entering directory '/root/build-deb'
13:05:49 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:05:49 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:05:49 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:05:49 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:05:49 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:05:49 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:05:49 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:05:49 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:05:49 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:05:49 if [ "amd64" = "amd64" ]; then \
13:05:49 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:05:49 fi
13:05:49 dh_gencontrol --remaining-packages
13:05:49 make[1]: Leaving directory '/root/build-deb'
13:05:49    dh_md5sums
13:05:49 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
13:05:49 124 added, 0 removed; done.
13:05:49 Running hooks in /etc/ca-certificates/update.d...
13:05:49 done.
13:05:49 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
13:05:49 + apt-key add -
13:05:49 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
13:05:49    debian/rules override_dh_builddeb
13:05:49 make[1]: Entering directory '/root/build-deb'
13:05:49 dh_builddeb -- -Zxz
13:05:49 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb'.
13:05:49 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb'.
13:05:49 OK
[Pipeline] }
[Pipeline] // stage
13:05:50 go: downloading github.com/pelletier/go-toml v1.9.5
13:05:50 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:05:50 go: downloading k8s.io/klog/v2 v2.60.1
13:05:50 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:05:50 go: downloading github.com/google/gofuzz v1.2.0
13:05:50 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:05:50 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:05:50 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:05:50 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:05:50 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:05:50 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:05:50 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:05:50 go: downloading github.com/aws/smithy-go v1.11.2
13:05:50 go: downloading github.com/moby/locker v1.0.1
13:05:50 go: downloading github.com/felixge/httpsnoop v1.0.2
13:05:50 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:05:50 go: downloading gopkg.in/inf.v0 v0.9.1
13:05:50 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:05:50 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:05:50 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:05:50 go: downloading github.com/googleapis/gnostic v0.5.5
13:05:50 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:05:50 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:05:50 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:05:50    debian/rules override_dh_builddeb
13:05:50 make[1]: Entering directory '/root/build-deb'
13:05:50 dh_builddeb -- -Zxz
13:05:50 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb'.
13:05:50 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'.
13:05:50 make[2]: Leaving directory '/root/build-deb/compose'
13:05:50 # Build the scan-plugin
13:05:50 # TODO change once we support scan-plugin on other architectures
13:05:50 if [ "amd64" = "amd64" ]; then \
13:05:50 	cd /go/src/github.com/docker/scan-cli-plugin \
13:05:50 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:05:50 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:05:50 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:05:50 fi
13:05:50 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
13:05:50 GO111MODULE=on make -f builder.Makefile build
13:05:50 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
13:05:50 mkdir -p bin
13:05:50 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=6c852fa -X github.com/docker/scan-cli-plugin/internal.Version=v0.23.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:068f428b9448d2d09aa70bf7dfe7ac98eda25dbc189637528f1a279d3fcae593 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.1064.0" -o bin/docker-scan ./cmd/docker-scan
13:05:50 go: downloading github.com/docker/cli v20.10.17+incompatible
13:05:50 go: downloading github.com/docker/docker v20.10.17+incompatible
13:05:50 go: downloading github.com/spf13/cobra v1.5.0
13:05:50 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
13:05:50 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:05:50 go: downloading github.com/docker/go-units v0.4.0
13:05:50 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
13:05:50 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:05:50 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:05:50 go: downloading github.com/moby/sys/mount v0.3.3
13:05:50 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
13:05:50 go: downloading github.com/containerd/containerd v1.6.6
13:05:50 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:05:50 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:05:50 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
13:05:50 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
13:05:50 go: downloading github.com/prometheus/client_golang v1.12.2
13:05:50 go: downloading github.com/prometheus/client_model v0.2.0
13:05:50 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:05:50 + '[' kinetic = sid ']'
13:05:50 ++ dpkg --print-architecture
13:05:50 + ARCH=arm64
13:05:50 + echo 'deb [arch=arm64] https://download.docker.com/linux/ubuntu kinetic test'
13:05:50 + apt-get update
13:05:50 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:05:50 go: downloading github.com/json-iterator/go v1.1.12
13:05:50 go: downloading github.com/mattn/go-colorable v0.1.12
13:05:50 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:05:50 go: downloading github.com/containerd/ttrpc v1.1.0
13:05:50 go: downloading github.com/modern-go/reflect2 v1.0.2
13:05:50 go: downloading sigs.k8s.io/yaml v1.2.0
13:05:50 go: downloading github.com/moby/spdystream v0.2.0
13:05:50 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:05:50 go: downloading github.com/mattn/go-isatty v0.0.16
13:05:50 Get:1 https://download.docker.com/linux/ubuntu kinetic InRelease [48.9 kB]
13:05:50 Hit:2 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease
13:05:50 Get:3 https://download.docker.com/linux/ubuntu kinetic/test arm64 Packages [10.1 kB]
13:05:50 Hit:4 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease
13:05:50 Hit:5 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease
13:05:50 Hit:6 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease
13:05:51 Fetched 59.0 kB in 1s (74.8 kB/s)
13:05:51 # Build the compose plugin
13:05:51 cd /go/src/github.com/docker/compose \
13:05:51 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:05:51 make[2]: Entering directory '/root/build-deb/compose'
13:05:51 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:05:51 go: downloading github.com/docker/cli v23.0.0+incompatible
13:05:51 go: downloading github.com/theupdateframework/notary v0.7.0
13:05:51 go: downloading github.com/compose-spec/compose-go v1.9.0
13:05:51 go: downloading github.com/hashicorp/go-version v1.6.0
13:05:51 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:05:51 go: downloading github.com/docker/buildx v0.10.2
13:05:51 go: downloading github.com/mattn/go-shellwords v1.0.12
13:05:51 go: downloading github.com/moby/buildkit v0.11.2
13:05:51 go: downloading go.opentelemetry.io/otel v1.13.0
13:05:51 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:05:51 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:05:51 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:05:51 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:05:51 go: downloading golang.org/x/sync v0.1.0
13:05:51 go: downloading github.com/imdario/mergo v0.3.13
13:05:51 go: downloading github.com/containerd/console v1.0.3
13:05:51 go: downloading github.com/buger/goterm v1.0.4
13:05:51 go: downloading github.com/stretchr/testify v1.8.1
13:05:51 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:05:51 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:05:51 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:05:51 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:05:51 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:05:51 go: downloading google.golang.org/grpc v1.50.1
13:05:51 go: downloading k8s.io/client-go v0.22.4
13:05:51 go: downloading k8s.io/api v0.22.4
13:05:51 go: downloading k8s.io/apimachinery v0.22.4
13:05:51 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:05:51 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:05:51 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:05:51 go: downloading github.com/golang/mock v1.6.0
13:05:51 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:05:51 go: downloading github.com/hashicorp/errwrap v1.1.0
13:05:51 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:05:51 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:05:51 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:05:51 go: downloading golang.org/x/net v0.4.0
13:05:51 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:05:51 go: downloading golang.org/x/term v0.3.0
13:05:51 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:05:51 go: downloading github.com/mattn/go-runewidth v0.0.14
13:05:51 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:05:51 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:05:51 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:05:51 make[2]: Leaving directory '/root/build-deb/compose'
13:05:51 # Build the scan-plugin
13:05:51 # TODO change once we support scan-plugin on other architectures
13:05:51 if [ "amd64" = "amd64" ]; then \
13:05:51 	cd /go/src/github.com/docker/scan-cli-plugin \
13:05:51 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:05:51 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:05:51 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:05:51 fi
13:05:51 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
13:05:51 GO111MODULE=on make -f builder.Makefile build
13:05:51 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
13:05:51 mkdir -p bin
13:05:51 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=6c852fa -X github.com/docker/scan-cli-plugin/internal.Version=v0.23.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:068f428b9448d2d09aa70bf7dfe7ac98eda25dbc189637528f1a279d3fcae593 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.1064.0" -o bin/docker-scan ./cmd/docker-scan
13:05:51 go: downloading github.com/docker/cli v20.10.17+incompatible
13:05:51 go: downloading github.com/docker/docker v20.10.17+incompatible
13:05:51 go: downloading github.com/spf13/cobra v1.5.0
13:05:51 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
13:05:51 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:05:51 go: downloading github.com/docker/go-units v0.4.0
13:05:51 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
13:05:51 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:05:51 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:05:51 go: downloading github.com/moby/sys/mount v0.3.3
13:05:51 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
13:05:51 go: downloading github.com/containerd/containerd v1.6.6
13:05:51 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:05:51 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:05:51 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
13:05:51 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
13:05:51 go: downloading github.com/prometheus/client_golang v1.12.2
13:05:51 go: downloading github.com/prometheus/client_model v0.2.0
13:05:51 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:05:51 Reading package lists...
13:05:51 W: https://download.docker.com/linux/ubuntu/dists/kinetic/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
13:05:51 ++ find deb/debbuild/ubuntu-kinetic/ -type f -name '*.deb'
13:05:51 + packages='deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb
13:05:51 deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb
13:05:51 deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_arm64.deb
13:05:51 deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb
13:05:51 deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb'
13:05:51 ++ echo 'deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb
13:05:51 deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb
13:05:51 deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_arm64.deb
13:05:51 deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb
13:05:51 deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb'
13:05:51 ++ xargs
13:05:51 ++ awk '$0="./"$0'
13:05:51 + packages='./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb'
13:05:51 + set -x
13:05:51 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb
13:05:51 Selecting previously unselected package docker-ce-rootless-extras.
13:05:51 (Reading database ... 9321 files and directories currently installed.)
13:05:51 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ...
13:05:51 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
13:05:52 Selecting previously unselected package docker-ce-cli.
13:05:52 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ...
13:05:52 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
13:05:52 go: downloading github.com/go-logr/stdr v1.2.2
13:05:52 go: downloading github.com/containerd/typeurl v1.0.2
13:05:52 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:05:52 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:05:52 go: downloading github.com/gogo/googleapis v1.4.1
13:05:52 Selecting previously unselected package docker-compose-plugin.
13:05:52 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_arm64.deb ...
13:05:52 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.22.10~kinetic) ...
13:05:53 Dependencies resolved.
13:05:53 ================================================================================
13:05:53  Package                      Arch        Version             Repository   Size
13:05:53 ================================================================================
13:05:53 Installing:
13:05:53  dnf-plugins-core             noarch      4.3.1-1.fc37        fedora       34 k
13:05:53 Installing dependencies:
13:05:53  dbus-libs                    aarch64     1:1.14.4-1.fc37     updates     154 k
13:05:53  python3-dateutil             noarch      1:2.8.2-4.fc37      fedora      361 k
13:05:53  python3-dbus                 aarch64     1.3.2-1.fc37        updates     158 k
13:05:53  python3-distro               noarch      1.7.0-3.fc37        fedora       48 k
13:05:53  python3-dnf-plugins-core     noarch      4.3.1-1.fc37        fedora      278 k
13:05:53  python3-six                  noarch      1.16.0-8.fc37       fedora       42 k
13:05:53 
13:05:53 Transaction Summary
13:05:53 ================================================================================
13:05:53 Install  7 Packages
13:05:53 
13:05:53 Total download size: 1.1 M
13:05:53 Installed size: 3.3 M
13:05:53 Downloading Packages:
13:05:53 Selecting previously unselected package docker-ce.
13:05:53 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ...
13:05:53 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
13:05:54 [MIRROR] dnf-plugins-core-4.3.1-1.fc37.noarch.rpm: Status code: 404 for http://mirror.rnet.missouri.edu/fedora/linux/development/37/Everything/aarch64/os/Packages/d/dnf-plugins-core-4.3.1-1.fc37.noarch.rpm (IP: 128.206.116.77)
13:05:54 [MIRROR] python3-dateutil-2.8.2-4.fc37.noarch.rpm: Status code: 404 for http://mirror.rnet.missouri.edu/fedora/linux/development/37/Everything/aarch64/os/Packages/p/python3-dateutil-2.8.2-4.fc37.noarch.rpm (IP: 128.206.116.77)
13:05:54 [MIRROR] python3-distro-1.7.0-3.fc37.noarch.rpm: Status code: 404 for http://mirror.rnet.missouri.edu/fedora/linux/development/37/Everything/aarch64/os/Packages/p/python3-distro-1.7.0-3.fc37.noarch.rpm (IP: 128.206.116.77)
13:05:54 go: downloading github.com/pelletier/go-toml v1.9.5
13:05:54 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:05:54 go: downloading k8s.io/klog/v2 v2.60.1
13:05:54 go: downloading github.com/google/gofuzz v1.2.0
13:05:54 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:05:54 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:05:54 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:05:54 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:05:54 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:05:54 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:05:54 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:05:54 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:05:54 go: downloading github.com/aws/smithy-go v1.11.2
13:05:54 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:05:54 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:05:54 make[1]: Leaving directory '/root/build-deb'
13:05:54    debian/rules override_dh_auto_test
13:05:54 make[1]: Entering directory '/root/build-deb'
13:05:54 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:05:54 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:05:54 PASS: daemon version OK
13:05:54 ver="$(cli/build/docker --version)"; \
13:05:54 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:05:54 PASS: cli version OK
13:05:54 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:05:54 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:05:54 PASS: docker-buildx version OK
13:05:54 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:05:54 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:05:54 PASS: docker-compose version OK
13:05:54 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:05:54 # TODO change once we support scan-plugin on other architectures
13:05:54 if [ "amd64" = "amd64" ]; then \
13:05:54 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:05:54 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:05:54 fi
13:05:54 PASS: docker-scan version OK
13:05:54 make[1]: Leaving directory '/root/build-deb'
13:05:54    create-stamp debian/debhelper-build-stamp
13:05:54  debian/rules binary
13:05:54 dh binary --with=bash-completion
13:05:54    dh_testroot
13:05:54    dh_prep
13:05:54    dh_installdirs
13:05:54    debian/rules override_dh_auto_install
13:05:54 make[1]: Entering directory '/root/build-deb'
13:05:54 # docker-ce-cli install
13:05:54 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:05:54 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:05:54 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:05:54 # docker-ce install
13:05:54 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:05:54 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:05:54 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:05:54 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:05:54 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:05:54 # docker-buildx-plugin install
13:05:54 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:05:54 # docker-compose-plugin install
13:05:54 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:05:54 # docker-scan-plugin install
13:05:54 # TODO change once we support scan-plugin on other architectures
13:05:54 if [ "amd64" = "amd64" ]; then \
13:05:54 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:05:54 fi
13:05:54 # docker-ce-rootless-extras install
13:05:54 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:05:54 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:05:54 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:05:54 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:05:54 # TODO: how can we install vpnkit?
13:05:54 make[1]: Leaving directory '/root/build-deb'
13:05:54    debian/rules override_dh_install
13:05:54 make[1]: Entering directory '/root/build-deb'
13:05:54 dh_install
13:05:54 # TODO Can we do this from within our container?
13:05:54 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:05:54 make[1]: Leaving directory '/root/build-deb'
13:05:54    dh_installdocs
13:05:54    dh_installchangelogs
13:05:54 (1/7): dnf-plugins-core-4.3.1-1.fc37.noarch.rpm  48 kB/s |  34 kB     00:00    
13:05:54 (2/7): python3-distro-1.7.0-3.fc37.noarch.rpm    64 kB/s |  48 kB     00:00    
13:05:54 (3/7): python3-dateutil-2.8.2-4.fc37.noarch.rpm 465 kB/s | 361 kB     00:00    
13:05:54 (4/7): python3-dnf-plugins-core-4.3.1-1.fc37.no 3.4 MB/s | 278 kB     00:00    
13:05:54 (5/7): python3-six-1.16.0-8.fc37.noarch.rpm     1.2 MB/s |  42 kB     00:00    
13:05:54 Selecting previously unselected package docker-buildx-plugin.
13:05:54 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb ...
13:05:54 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.22.10~kinetic) ...
13:05:54 go: downloading github.com/moby/locker v1.0.1
13:05:54 go: downloading github.com/felixge/httpsnoop v1.0.2
13:05:54 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:05:54 go: downloading gopkg.in/inf.v0 v0.9.1
13:05:54 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:05:54 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:05:54 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:05:54 go: downloading github.com/googleapis/gnostic v0.5.5
13:05:54 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:05:54 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:05:54 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:05:54 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:05:54 go: downloading github.com/json-iterator/go v1.1.12
13:05:54    dh_installman
13:05:54 (6/7): python3-dbus-1.3.2-1.fc37.aarch64.rpm    738 kB/s | 158 kB     00:00    
13:05:54 (7/7): dbus-libs-1.14.4-1.fc37.aarch64.rpm      634 kB/s | 154 kB     00:00    
13:05:54 --------------------------------------------------------------------------------
13:05:54 Total                                           672 kB/s | 1.1 MB     00:01     
13:05:54 Running transaction check
13:05:54 Transaction check succeeded.
13:05:54 Running transaction test
13:05:54 Transaction test succeeded.
13:05:54 Running transaction
13:05:54 go: downloading github.com/mattn/go-colorable v0.1.12
13:05:54 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:05:54 go: downloading github.com/containerd/ttrpc v1.1.0
13:05:54 go: downloading github.com/modern-go/reflect2 v1.0.2
13:05:54 go: downloading sigs.k8s.io/yaml v1.2.0
13:05:54 go: downloading github.com/moby/spdystream v0.2.0
13:05:54 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:05:54 go: downloading github.com/mattn/go-isatty v0.0.16
13:05:54    dh_bash-completion
13:05:54    dh_systemd_enable
13:05:54    debian/rules override_dh_installinit
13:05:54 make[1]: Entering directory '/root/build-deb'
13:05:54 # use "docker" as our service name, not "docker-ce"
13:05:54 dh_installinit --name=docker
13:05:54 make[1]: Leaving directory '/root/build-deb'
13:05:54    dh_systemd_start
13:05:55   Preparing        :                                                        1/1 
13:05:55   Installing       : dbus-libs-1:1.14.4-1.fc37.aarch64                      1/7 
13:05:55   Installing       : python3-dbus-1.3.2-1.fc37.aarch64                      2/7 
13:05:55   Installing       : python3-six-1.16.0-8.fc37.noarch                       3/7 
13:05:55   Installing       : python3-dateutil-1:2.8.2-4.fc37.noarch                 4/7 
13:05:55   Installing       : python3-distro-1.7.0-3.fc37.noarch                     5/7 
13:05:55   Installing       : python3-dnf-plugins-core-4.3.1-1.fc37.noarch           6/7 
13:05:55   Installing       : dnf-plugins-core-4.3.1-1.fc37.noarch                   7/7 
13:05:55    dh_perl
13:05:55    dh_link
13:05:55    dh_strip_nondeterminism
13:05:55   Running scriptlet: dnf-plugins-core-4.3.1-1.fc37.noarch                   7/7 
13:05:55   Verifying        : dnf-plugins-core-4.3.1-1.fc37.noarch                   1/7 
13:05:55   Verifying        : python3-dateutil-1:2.8.2-4.fc37.noarch                 2/7 
13:05:55   Verifying        : python3-distro-1.7.0-3.fc37.noarch                     3/7 
13:05:55   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc37.noarch           4/7 
13:05:55   Verifying        : python3-six-1.16.0-8.fc37.noarch                       5/7 
13:05:55   Verifying        : dbus-libs-1:1.14.4-1.fc37.aarch64                      6/7 
13:05:55   Verifying        : python3-dbus-1.3.2-1.fc37.aarch64                      7/7 
13:05:55 
13:05:55 Installed:
13:05:55   dbus-libs-1:1.14.4-1.fc37.aarch64                                             
13:05:55   dnf-plugins-core-4.3.1-1.fc37.noarch                                          
13:05:55   python3-dateutil-1:2.8.2-4.fc37.noarch                                        
13:05:55   python3-dbus-1.3.2-1.fc37.aarch64                                             
13:05:55   python3-distro-1.7.0-3.fc37.noarch                                            
13:05:55   python3-dnf-plugins-core-4.3.1-1.fc37.noarch                                  
13:05:55   python3-six-1.16.0-8.fc37.noarch                                              
13:05:55 
13:05:55 Complete!
13:05:55 + case ${DIST_ID}:${DIST_VERSION} in
13:05:55 + dnf install -y findutils
13:05:55 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
13:05:55 Setting up docker-compose-plugin (2.16.0-1~ubuntu.22.10~kinetic) ...
13:05:55 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
13:05:55 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
13:05:55 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
13:05:55 invoke-rc.d: could not determine current runlevel
13:05:55 invoke-rc.d: policy-rc.d denied execution of start.
13:05:55 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.22.10~kinetic) ...
13:05:55 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
13:05:55 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:05:55  docker-ce-rootless-extras depends on dbus-user-session; however:
13:05:55   Package dbus-user-session is not installed.
13:05:55 
13:05:55 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb
13:05:56    dh_compress
13:05:56    dh_fixperms
13:05:56 Last metadata expiration check: 0:00:07 ago on Wed Feb  8 13:05:48 2023.
13:05:56    dh_missing
13:05:56    debian/rules override_dh_strip
13:05:56 make[1]: Entering directory '/root/build-deb'
13:05:56 # Go has lots of problems with stripping, so just don't
13:05:56 make[1]: Leaving directory '/root/build-deb'
13:05:56    dh_makeshlibs
13:05:56    debian/rules override_dh_shlibdeps
13:05:56 make[1]: Entering directory '/root/build-deb'
13:05:56 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:05:56 Package findutils-1:4.9.0-2.fc37.aarch64 is already installed.
13:05:56 Reading package lists...
13:05:56 Building dependency tree...
13:05:56 Reading state information...
13:05:57 Dependencies resolved.
13:05:57 Nothing to do.
13:05:57 Complete!
13:05:57 + install_rpm_containerd
13:05:57 + '[' staging = stage ']'
13:05:57 + REPO_URL=https://download.docker.com/linux/fedora/docker-ce.repo
13:05:57 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo'
13:05:57 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo
13:05:57 + dnf --version
13:05:57 Correcting dependencies... Done
13:05:57 4.14.0
13:05:57   Installed: dnf-0:4.14.0-1.fc37.noarch at Sun Dec 11 05:49:05 2022
13:05:57   Built    : Fedora Project at Fri Sep  9 13:05:18 2022
13:05:57 
13:05:57   Installed: rpm-0:4.18.0-1.fc37.aarch64 at Sun Dec 11 05:49:04 2022
13:05:57   Built    : Fedora Project at Wed Sep 21 10:52:12 2022
13:05:57 + dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
13:05:57 Adding repo from: https://download.docker.com/linux/fedora/docker-ce.repo
13:05:57 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:05:57 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:05:57 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:05:57 Skipping docker-ce, it is already installed and upgrade is not set.
13:05:57 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:05:57 The following additional packages will be installed:
13:05:57   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:05:57   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
13:05:57 Suggested packages:
13:05:57   firewalld kmod nftables
13:05:57 The following NEW packages will be installed:
13:05:57   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:05:57   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
13:05:57 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded.
13:05:57 Need to get 20.6 MB of archives.
13:05:57 After this operation, 96.3 MB of additional disk space will be used.
13:05:57 Get:1 https://download.docker.com/linux/ubuntu kinetic/test arm64 containerd.io arm64 1.6.16-1 [20.0 MB]
13:05:57 + dnf config-manager --set-disabled 'docker-ce-*'
13:05:57 + dnf config-manager --set-enabled docker-ce-test
13:05:57 ~/rpmbuild/BUILD/src
13:05:57 + popd
13:05:57 + exit 0
13:05:57 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2AKP03
13:05:57 + umask 022
13:05:57 + cd /root/rpmbuild/BUILD
13:05:57 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64 '!=' / ']'
13:05:57 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64
13:05:57 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64
13:05:57 + mkdir -p /root/rpmbuild/BUILDROOT
13:05:57 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64
13:05:57 + cd src
13:05:57 + pushd /root/rpmbuild/BUILD/src/compose
13:05:57 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:05:57 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:05:57 ~/rpmbuild/BUILD/src
13:05:57 + popd
13:05:57 + for f in LICENSE MAINTAINERS NOTICE README.md
13:05:57 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:05:57 + for f in LICENSE MAINTAINERS NOTICE README.md
13:05:57 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:05:57 + for f in LICENSE MAINTAINERS NOTICE README.md
13:05:57 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:05:57 + for f in LICENSE MAINTAINERS NOTICE README.md
13:05:57 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:05:57 + /usr/lib/rpm/check-buildroot
13:05:57 + /usr/lib/rpm/redhat/brp-ldconfig
13:05:57 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:05:57 + /usr/lib/rpm/brp-compress
13:05:57 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:05:57 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:05:57 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:05:57 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:05:57 + /usr/lib/rpm/brp-python-hardlink
13:05:57 + PYTHON3=/usr/libexec/platform-python
13:05:57 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:05:57 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.btmxH7
13:05:57 + umask 022
13:05:57 + cd /root/rpmbuild/BUILD
13:05:57 + cd src
13:05:57 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:05:57 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:05:57 PASS: docker-compose version OK
13:05:57 + ver=v2.16.0
13:05:57 + test v2.16.0 = v2.16.0
13:05:57 + echo 'PASS: docker-compose version OK'
13:05:57 + exit 0
13:05:57 Processing files: docker-compose-plugin-2.16.0-0.el8.x86_64
13:05:57 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WzM6cR
13:05:57 + umask 022
13:05:57 + cd /root/rpmbuild/BUILD
13:05:57 + cd src
13:05:57 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64/usr/share/doc/docker-compose-plugin
13:05:57 + export LC_ALL=C
13:05:57 + LC_ALL=C
13:05:57 + export DOCDIR
13:05:57 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64/usr/share/doc/docker-compose-plugin
13:05:57 + 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.16.0-0.el8.x86_64/usr/share/doc/docker-compose-plugin
13:05:57 + exit 0
13:05:57 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Y9zx2N
13:05:57 + umask 022
13:05:57 + cd /root/rpmbuild/BUILD
13:05:57 + cd src
13:05:57 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64/usr/share/licenses/docker-compose-plugin
13:05:57 + export LC_ALL=C
13:05:57 + LC_ALL=C
13:05:57 + export LICENSEDIR
13:05:57 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64/usr/share/licenses/docker-compose-plugin
13:05:57 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64/usr/share/licenses/docker-compose-plugin
13:05:57 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64/usr/share/licenses/docker-compose-plugin
13:05:57 + exit 0
13:05:57 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:05:57 Provides: docker-compose-plugin = 0:2.16.0-0.el8 docker-compose-plugin(x86-64) = 0:2.16.0-0.el8
13:05:57 Requires(interp): /bin/sh /bin/sh /bin/sh
13:05:57 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:05:57 Requires(post): /bin/sh
13:05:57 Requires(preun): /bin/sh
13:05:57 Requires(postun): /bin/sh
13:05:57 Enhances: docker-ce-cli
13:05:57 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64
13:05:57 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.el8.src.rpm
13:05:57 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.16.0-0.el8.x86_64.rpm
13:05:57 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dDywAI
13:05:57 + umask 022
13:05:57 + cd /root/rpmbuild/BUILD
13:05:57 + cd src
13:05:57 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el8.x86_64
13:05:57 + exit 0
13:05:57 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eCUUAA
13:05:57 + umask 022
13:05:57 + cd /root/rpmbuild/BUILD
13:05:57 + cd /root/rpmbuild/BUILD
13:05:57 + rm -rf src
13:05:57 + /usr/bin/mkdir -p src
13:05:57 + cd src
13:05:57 + /usr/bin/tar -xof -
13:05:57 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:05:57 + STATUS=0
13:05:57 + '[' 0 -ne 0 ']'
13:05:57 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:05:57 + /usr/bin/tar -xof -
13:05:57 + STATUS=0
13:05:57 + '[' 0 -ne 0 ']'
13:05:57 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:05:57 + exit 0
13:05:57 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zAlamj
13:05:57 + umask 022
13:05:57 + cd /root/rpmbuild/BUILD
13:05:57 + cd src
13:05:57 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:05:57 + bash -c 'TAG_NAME="v0.23.0" COMMIT="6c852fa" PLATFORM_BINARY=docker-scan make native-build'
13:05:57 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:05:57 GO111MODULE=on make -f builder.Makefile build
13:05:57 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:05:57 mkdir -p bin
13:05:57 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=6c852fa -X github.com/docker/scan-cli-plugin/internal.Version=v0.23.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:068f428b9448d2d09aa70bf7dfe7ac98eda25dbc189637528f1a279d3fcae593 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.1064.0" -o bin/docker-scan ./cmd/docker-scan
13:05:57 go: downloading github.com/docker/cli v20.10.17+incompatible
13:05:57 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-user-session arm64 1.14.0-2ubuntu3 [10.1 kB]
13:05:57 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmnl0 arm64 1.0.4-3ubuntu1 [12.9 kB]
13:05:57 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxtables12 arm64 1.8.7-1ubuntu6 [30.5 kB]
13:05:58 + dnf makecache
13:05:58 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 netbase all 6.3 [12.9 kB]
13:05:58 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libip6tc2 arm64 1.8.7-1ubuntu6 [19.9 kB]
13:05:58 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnfnetlink0 arm64 1.0.2-2 [15.4 kB]
13:05:58 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnetfilter-conntrack3 arm64 1.0.9-2 [44.4 kB]
13:05:58 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnftnl11 arm64 1.2.3-1 [63.2 kB]
13:05:58 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 iptables arm64 1.8.7-1ubuntu6 [450 kB]
13:05:58 debconf: delaying package configuration, since apt-utils is not installed
13:05:58 Fetched 20.6 MB in 1s (23.8 MB/s)
13:05:58 Selecting previously unselected package dbus-user-session.
13:05: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 ... 9547 files and directories currently installed.)
13:05:58 Preparing to unpack .../0-dbus-user-session_1.14.0-2ubuntu3_arm64.deb ...
13:05:58 Unpacking dbus-user-session (1.14.0-2ubuntu3) ...
13:05:58 go: downloading github.com/docker/docker v20.10.17+incompatible
13:05:58 Selecting previously unselected package libmnl0:arm64.
13:05:58 Preparing to unpack .../1-libmnl0_1.0.4-3ubuntu1_arm64.deb ...
13:05:58 Unpacking libmnl0:arm64 (1.0.4-3ubuntu1) ...
13:05:58 Selecting previously unselected package libxtables12:arm64.
13:05:58 Preparing to unpack .../2-libxtables12_1.8.7-1ubuntu6_arm64.deb ...
13:05:58 Unpacking libxtables12:arm64 (1.8.7-1ubuntu6) ...
13:05:58 Selecting previously unselected package netbase.
13:05:58 Preparing to unpack .../3-netbase_6.3_all.deb ...
13:05:58 Unpacking netbase (6.3) ...
13:05:58 Selecting previously unselected package libip6tc2:arm64.
13:05:58 Preparing to unpack .../4-libip6tc2_1.8.7-1ubuntu6_arm64.deb ...
13:05:58 Unpacking libip6tc2:arm64 (1.8.7-1ubuntu6) ...
13:05:58 Selecting previously unselected package libnfnetlink0:arm64.
13:05:58 Preparing to unpack .../5-libnfnetlink0_1.0.2-2_arm64.deb ...
13:05:58 Unpacking libnfnetlink0:arm64 (1.0.2-2) ...
13:05:58 Selecting previously unselected package libnetfilter-conntrack3:arm64.
13:05:58 Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-2_arm64.deb ...
13:05:58 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-2) ...
13:05:58 Selecting previously unselected package libnftnl11:arm64.
13:05:58 Preparing to unpack .../7-libnftnl11_1.2.3-1_arm64.deb ...
13:05:58 Unpacking libnftnl11:arm64 (1.2.3-1) ...
13:05:58 Selecting previously unselected package iptables.
13:05:58 Preparing to unpack .../8-iptables_1.8.7-1ubuntu6_arm64.deb ...
13:05:58 Unpacking iptables (1.8.7-1ubuntu6) ...
13:05:58 Selecting previously unselected package containerd.io.
13:05:58 Preparing to unpack .../9-containerd.io_1.6.16-1_arm64.deb ...
13:05:58 Unpacking containerd.io (1.6.16-1) ...
13:05:59 go: downloading github.com/spf13/cobra v1.5.0
13:05:59 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
13:05:59 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:05:59 go: downloading github.com/docker/go-units v0.4.0
13:05:59 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
13:05:59 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:05:59 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:05:59 go: downloading github.com/moby/sys/mount v0.3.3
13:05:59 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
13:05:59 go: downloading github.com/containerd/containerd v1.6.6
13:05:59 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:05:59 Docker CE Test - aarch64                         32 kB/s |  18 kB     00:00    
13:05:59 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:05:59 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
13:05:59 Fedora 37 - aarch64                              47 kB/s |  14 kB     00:00    
13:05:59 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
13:05:59 go: downloading github.com/prometheus/client_golang v1.12.2
13:05:59 go: downloading github.com/prometheus/client_model v0.2.0
13:05:59 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:05:59 Fedora 37 openh264 (From Cisco) - aarch64       3.8 kB/s | 990  B     00:00    
13:06:00 Fedora Modular 37 - aarch64                      44 kB/s |  14 kB     00:00    
13:06:00 Fedora 37 - aarch64 - Updates                    24 kB/s |  12 kB     00:00    
13:06:00 Setting up libip6tc2:arm64 (1.8.7-1ubuntu6) ...
13:06:00 Setting up dbus-user-session (1.14.0-2ubuntu3) ...
13:06:00 Setting up libmnl0:arm64 (1.0.4-3ubuntu1) ...
13:06:00 Setting up containerd.io (1.6.16-1) ...
13:06:00 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:06:00 Setting up libxtables12:arm64 (1.8.7-1ubuntu6) ...
13:06:00 Setting up libnfnetlink0:arm64 (1.0.2-2) ...
13:06:00 Setting up netbase (6.3) ...
13:06:00 Setting up libnftnl11:arm64 (1.2.3-1) ...
13:06:00 Setting up libnetfilter-conntrack3:arm64 (1.0.9-2) ...
13:06:00 Setting up iptables (1.8.7-1ubuntu6) ...
13:06:00 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:06:00 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:06:00 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:06:00 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:06:00 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:06:00 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:06:00 Processing triggers for libc-bin (2.36-0ubuntu4) ...
13:06:00 + verify_binaries
13:06:00 + docker --version
13:06:01 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:06:01 ++ uname -m
13:06:01 + '[' aarch64 = x86_64 ']'
13:06:01 + docker buildx version
13:06:01 github.com/docker/buildx v0.10.2 00ed17d
13:06:01 + docker compose version
13:06:01 Fedora Modular 37 - aarch64 - Updates            41 kB/s |  14 kB     00:00    
13:06:01 Docker Compose version v2.16.0
13:06:01 + dockerd --version
13:06:01 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:06:01 + docker-proxy --version
13:06:01 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:06:01 + containerd --version
13:06:01 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:06:01 + ctr --version
13:06:01 ctr containerd.io 1.6.16
13:06:01 + containerd-shim --help
13:06:01 Usage of containerd-shim:
13:06:01   -address string
13:06:01     	grpc address back to main containerd
13:06:01   -containerd-binary containerd publish
13:06:01     	path to containerd binary (used for containerd publish) (default "containerd")
13:06:01   -criu string
13:06:01     	path to criu binary
13:06:01   -debug
13:06:01     	enable debug output in logs
13:06:01   -namespace string
13:06:01     	namespace that owns the shim
13:06:01   -runtime-root string
13:06:01     	root directory for the runtime (default "/run/containerd/runc")
13:06:01   -socket string
13:06:01     	socket path to serve
13:06:01   -systemd-cgroup
13:06:01     	set runtime to use systemd-cgroup
13:06:01   -workdir string
13:06:01     	path used to storge large temporary data
13:06:01 + containerd-shim-runc-v1 -v
13:06:01 containerd-shim-runc-v1:
13:06:01   Version:  1.6.16
13:06:01   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:06:01   Go version: go1.18.10
13:06:01 
13:06:01 + containerd-shim-runc-v2 -v
13:06:01 containerd-shim-runc-v2:
13:06:01   Version:  1.6.16
13:06:01   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:06:01   Go version: go1.18.10
13:06:01 
13:06:01 + runc --version
13:06:01 runc version 1.1.4
13:06:01 commit: v1.1.4-0-g5fd4c4d
13:06:01 spec: 1.0.2-dev
13:06:01 go: go1.18.10
13:06:01 libseccomp: 2.5.4
13:06:01 make[2]: Leaving directory '/root/build-deb/compose'
13:06:01 # Build the scan-plugin
13:06:01 # TODO change once we support scan-plugin on other architectures
13:06:01 if [ "amd64" = "amd64" ]; then \
13:06:01 	cd /go/src/github.com/docker/scan-cli-plugin \
13:06:01 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:06:01 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:06:01 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:06:01 fi
13:06:01 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
13:06:01 GO111MODULE=on make -f builder.Makefile build
13:06:01 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
13:06:01 mkdir -p bin
13:06:01 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=6c852fa -X github.com/docker/scan-cli-plugin/internal.Version=v0.23.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:068f428b9448d2d09aa70bf7dfe7ac98eda25dbc189637528f1a279d3fcae593 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.1064.0" -o bin/docker-scan ./cmd/docker-scan
13:06:01 go: downloading github.com/docker/cli v20.10.17+incompatible
13:06:01 go: downloading github.com/docker/docker v20.10.17+incompatible
13:06:01 go: downloading github.com/spf13/cobra v1.5.0
13:06:01 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
13:06:01 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:06:01 go: downloading github.com/docker/go-units v0.4.0
13:06:01 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
13:06:01 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:06:01 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:06:01 go: downloading github.com/moby/sys/mount v0.3.3
13:06:01 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
13:06:01 go: downloading github.com/containerd/containerd v1.6.6
13:06:01 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:06:01 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:06:01 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
13:06:01 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
13:06:01 go: downloading github.com/prometheus/client_golang v1.12.2
13:06:01 go: downloading github.com/prometheus/client_model v0.2.0
13:06:01 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:06:01 make[2]: Leaving directory '/root/build-deb/compose'
13:06:01 # Build the scan-plugin
13:06:01 # TODO change once we support scan-plugin on other architectures
13:06:01 if [ "amd64" = "amd64" ]; then \
13:06:01 	cd /go/src/github.com/docker/scan-cli-plugin \
13:06:01 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:06:01 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:06:01 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:06:01 fi
13:06:01 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
13:06:01 GO111MODULE=on make -f builder.Makefile build
13:06:01 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
13:06:01 mkdir -p bin
13:06:01 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=6c852fa -X github.com/docker/scan-cli-plugin/internal.Version=v0.23.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:068f428b9448d2d09aa70bf7dfe7ac98eda25dbc189637528f1a279d3fcae593 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.1064.0" -o bin/docker-scan ./cmd/docker-scan
13:06:01 go: downloading github.com/docker/cli v20.10.17+incompatible
13:06:01 go: downloading github.com/docker/docker v20.10.17+incompatible
13:06:01 go: downloading github.com/spf13/cobra v1.5.0
13:06:01 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
13:06:01 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:06:01 go: downloading github.com/docker/go-units v0.4.0
13:06:01 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
13:06:01 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:06:01 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:06:01 go: downloading github.com/moby/sys/mount v0.3.3
13:06:01 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
13:06:01 go: downloading github.com/containerd/containerd v1.6.6
13:06:01 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:06:01 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:06:01 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
13:06:01 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
13:06:01 go: downloading github.com/prometheus/client_golang v1.12.2
13:06:01 go: downloading github.com/prometheus/client_model v0.2.0
13:06:01 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:06:02 Metadata cache created.
13:06:02 + echo '[DEBUG] Installing engine rpms'
13:06:02 [DEBUG] Installing engine rpms
13:06:02 ++ find rpm/rpmbuild/fedora-37/RPMS/ -type f -name '*.rpm'
13:06:02 ++ sed /src/d
13:06:02 + packages='rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-compose-plugin-2.16.0-0.fc37.aarch64.rpm
13:06:02 rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64.rpm
13:06:02 rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.fc37.aarch64.rpm
13:06:02 rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64.rpm
13:06:02 rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64.rpm'
13:06:02 + set -x
13:06:02 ++ source /etc/os-release
13:06:02 +++ NAME='Fedora Linux'
13:06:02 +++ VERSION='37 (Container Image)'
13:06:02 +++ ID=fedora
13:06:02 +++ VERSION_ID=37
13:06:02 +++ VERSION_CODENAME=
13:06:02 +++ PLATFORM_ID=platform:f37
13:06:02 +++ PRETTY_NAME='Fedora Linux 37 (Container Image)'
13:06:02 +++ ANSI_COLOR='0;38;2;60;110;180'
13:06:02 +++ LOGO=fedora-logo-icon
13:06:02 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:37
13:06:02 +++ DEFAULT_HOSTNAME=fedora
13:06:02 +++ HOME_URL=https://fedoraproject.org/
13:06:02 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/
13:06:02 +++ SUPPORT_URL=https://ask.fedoraproject.org/
13:06:02 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:06:02 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
13:06:02 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=37
13:06:02 +++ REDHAT_SUPPORT_PRODUCT=Fedora
13:06:02 +++ REDHAT_SUPPORT_PRODUCT_VERSION=37
13:06:02 +++ SUPPORT_END=2023-11-14
13:06:02 +++ VARIANT='Container Image'
13:06:02 +++ VARIANT_ID=container
13:06:02 ++ echo 37
13:06:02 + product_version=37
13:06:02 + '[' 37 = rawhide ']'
13:06:02 + dnf install -y rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-compose-plugin-2.16.0-0.fc37.aarch64.rpm rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64.rpm rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.fc37.aarch64.rpm rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64.rpm rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64.rpm
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:06:03 Last metadata expiration check: 0:00:01 ago on Wed Feb  8 13:06:01 2023.
13:06:03 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:06:03 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:06:03 make[1]: Leaving directory '/root/build-deb'
13:06:03    debian/rules override_dh_auto_test
13:06:03 make[1]: Entering directory '/root/build-deb'
13:06:03 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:06:03 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:06:03 PASS: daemon version OK
13:06:03 ver="$(cli/build/docker --version)"; \
13:06:03 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:06:03 PASS: cli version OK
13:06:03 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:06:03 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:06:03 PASS: docker-buildx version OK
13:06:03 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:06:03 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:06:03 PASS: docker-compose version OK
13:06:03 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:06:03 # TODO change once we support scan-plugin on other architectures
13:06:03 if [ "amd64" = "amd64" ]; then \
13:06:03 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:06:03 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:06:03 fi
13:06:03 PASS: docker-scan version OK
13:06:03 make[1]: Leaving directory '/root/build-deb'
13:06:03    create-stamp debian/debhelper-build-stamp
13:06:03  debian/rules binary
13:06:03 dh binary --with=bash-completion
13:06:03    dh_testroot
13:06:03    dh_prep
13:06:03    dh_installdirs
13:06:03    debian/rules override_dh_auto_install
13:06:03 make[1]: Entering directory '/root/build-deb'
13:06:03 # docker-ce-cli install
13:06:03 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:06:03 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:06:03 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:06:03 # docker-ce install
13:06:03 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:06:03 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:06:03 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:06:03 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:06:03 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:06:03 # docker-buildx-plugin install
13:06:03 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:06:03 # docker-compose-plugin install
13:06:03 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:06:03 # docker-scan-plugin install
13:06:03 # TODO change once we support scan-plugin on other architectures
13:06:03 if [ "amd64" = "amd64" ]; then \
13:06:03 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:06:03 fi
13:06:03 # docker-ce-rootless-extras install
13:06:03 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:06:03 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:06:03 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:06:03 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:06:03 # TODO: how can we install vpnkit?
13:06:03 make[1]: Leaving directory '/root/build-deb'
13:06:03    debian/rules override_dh_install
13:06:03 make[1]: Entering directory '/root/build-deb'
13:06:03 dh_install
13:06:03 # TODO Can we do this from within our container?
13:06:03 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:06:03 make[1]: Leaving directory '/root/build-deb'
13:06:03    dh_installdocs
13:06:03    dh_installchangelogs
13:06:03    dh_installman
13:06:03 Dependencies resolved.
13:06:03 =================================================================================================
13:06:03  Package                     Arch     Version                               Repository       Size
13:06:03 =================================================================================================
13:06:03 Installing:
13:06:03  docker-buildx-plugin        aarch64  0.10.2-0.fc37                         @commandline     11 M
13:06:03  docker-ce                   aarch64  3:0.0.0~20230206193855.ab4ef4a-0.fc37 @commandline     15 M
13:06:03  docker-ce-cli               aarch64  1:0.0.0~20230206193855.ab4ef4a-0.fc37 @commandline    6.4 M
13:06:03  docker-ce-rootless-extras   aarch64  0.0.0~20230206193855.ab4ef4a-0.fc37   @commandline    3.4 M
13:06:03  docker-compose-plugin       aarch64  2.16.0-0.fc37                         @commandline    9.5 M
13:06:03 Upgrading:
13:06:03  systemd-libs                aarch64  251.10-588.fc37                       updates         590 k
13:06:03 Installing dependencies:
13:06:03  container-selinux           noarch   2:2.199.0-1.fc37                      updates          50 k
13:06:03  containerd.io               aarch64  1.6.16-3.1.fc37                       docker-ce-test   24 M
13:06:03  dbus                        aarch64  1:1.14.4-1.fc37                       updates         7.8 k
13:06:03  dbus-broker                 aarch64  32-1.fc37                             fedora          169 k
13:06:03  dbus-common                 noarch   1:1.14.4-1.fc37                       updates          15 k
13:06:03  device-mapper               aarch64  1.02.175-9.fc37                       fedora          136 k
13:06:03  device-mapper-libs          aarch64  1.02.175-9.fc37                       fedora          169 k
13:06:03  diffutils                   aarch64  3.8-3.fc37                            fedora          376 k
13:06:03  fuse-common                 aarch64  3.10.5-5.fc37                         fedora          8.2 k
13:06:03  fuse-overlayfs              aarch64  1.9-6.fc37                            updates          69 k
13:06:03  fuse3                       aarch64  3.10.5-5.fc37                         fedora           54 k
13:06:03  fuse3-libs                  aarch64  3.10.5-5.fc37                         fedora           90 k
13:06:03  iptables-legacy             aarch64  1.8.8-4.fc37                          updates          51 k
13:06:03  iptables-legacy-libs        aarch64  1.8.8-4.fc37                          updates          38 k
13:06:03  iptables-libs               aarch64  1.8.8-4.fc37                          updates         432 k
13:06:03  kmod                        aarch64  30-2.fc37                             fedora          118 k
13:06:03  kmod-libs                   aarch64  30-2.fc37                             fedora           66 k
13:06:03  libargon2                   aarch64  20190702-1.fc37                       fedora           28 k
13:06:03  libcgroup                   aarch64  3.0-1.fc37                            fedora           75 k
13:06:03  libfdisk                    aarch64  2.38.1-1.fc37                         fedora          155 k
13:06:03  libibverbs                  aarch64  41.0-1.fc37                           fedora          404 k
13:06:03  libmnl                      aarch64  1.0.5-1.fc37                          fedora           28 k
13:06:03  libnetfilter_conntrack      aarch64  1.0.8-5.fc37                          fedora           57 k
13:06:03  libnfnetlink                aarch64  1.0.1-22.fc37                         fedora           29 k
13:06:03  libnl3                      aarch64  3.7.0-2.fc37                          fedora          336 k
13:06:03  libpcap                     aarch64  14:1.10.3-1.fc37                      updates         172 k
13:06:03  libseccomp                  aarch64  2.5.3-3.fc37                          fedora           71 k
13:06:03  libselinux-utils            aarch64  3.4-5.fc37                            fedora          160 k
13:06:03  libslirp                    aarch64  4.7.0-2.fc37                          fedora           73 k
13:06:03  libutempter                 aarch64  1.2.1-7.fc37                          fedora           26 k
13:06:03  policycoreutils             aarch64  3.4-6.fc37                            fedora          239 k
13:06:03  rpm-plugin-selinux          aarch64  4.18.0-1.fc37                         fedora           20 k
13:06:03  selinux-policy              noarch   37.19-1.fc37                          updates          51 k
13:06:03  selinux-policy-targeted     noarch   37.19-1.fc37                          updates         6.6 M
13:06:03  slirp4netns                 aarch64  1.2.0-8.fc37                          updates          47 k
13:06:03  systemd                     aarch64  251.10-588.fc37                       updates         4.0 M
13:06:03  systemd-pam                 aarch64  251.10-588.fc37                       updates         323 k
13:06:03  util-linux                  aarch64  2.38.1-1.fc37                         fedora          2.3 M
13:06:03  xkeyboard-config            noarch   2.36-3.fc37                           updates         957 k
13:06:03  xz                          aarch64  5.2.5-10.fc37                         fedora          223 k
13:06:03 Installing weak dependencies:
13:06:03  cryptsetup-libs             aarch64  2.5.0-1.fc37                          fedora          453 k
13:06:03  libbpf                      aarch64  2:0.8.0-2.fc37                        fedora          173 k
13:06:03  libxkbcommon                aarch64  1.4.1-2.fc37                          fedora          139 k
13:06:03  qrencode-libs               aarch64  4.1.1-3.fc37                          fedora           61 k
13:06:03  systemd-networkd            aarch64  251.10-588.fc37                       updates         573 k
13:06:03  systemd-resolved            aarch64  251.10-588.fc37                       updates         264 k
13:06:03 
13:06:03 Transaction Summary
13:06:03 =================================================================================================
13:06:03 Install  51 Packages
13:06:03 Upgrade   1 Package
13:06:03 
13:06:03 Total size: 89 M
13:06:03 Total download size: 45 M
13:06:03 Downloading Packages:
13:06:03    dh_bash-completion
13:06:03    dh_systemd_enable
13:06:03    debian/rules override_dh_installinit
13:06:03 make[1]: Entering directory '/root/build-deb'
13:06:03 # use "docker" as our service name, not "docker-ce"
13:06:03 dh_installinit --name=docker
13:06:03 make[1]: Leaving directory '/root/build-deb'
13:06:03    dh_systemd_start
13:06:03 Fedora 36 openh264 (From Cisco) - aarch64       2.7 kB/s | 2.5 kB     00:00    
13:06:03 Fedora Modular 36 - aarch64                     2.2 MB/s | 2.3 MB     00:01    
13:06:04    dh_perl
13:06:04    dh_link
13:06:04    dh_strip_nondeterminism
13:06:04    dh_compress
13:06:04    dh_fixperms
13:06:04    dh_missing
13:06:04    debian/rules override_dh_strip
13:06:04 make[1]: Entering directory '/root/build-deb'
13:06:04 # Go has lots of problems with stripping, so just don't
13:06:04 make[1]: Leaving directory '/root/build-deb'
13:06:04    dh_makeshlibs
13:06:04    debian/rules override_dh_shlibdeps
13:06:04 make[1]: Entering directory '/root/build-deb'
13:06:04 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:06:04 make[1]: Leaving directory '/root/build-deb'
13:06:04    dh_installdeb
13:06:04    debian/rules override_dh_gencontrol
13:06:04 make[1]: Entering directory '/root/build-deb'
13:06:04 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:06:04 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:06:04 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:06:05 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:06:05 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:06:05 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:06:05 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:06:05 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:06:05 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:06:05 if [ "amd64" = "amd64" ]; then \
13:06:05 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:06:05 fi
13:06:05 (1/47): containerd.io-1.6.16-3.1.fc37.aarch64.r  48 MB/s |  24 MB     00:00    
13:06:05 dh_gencontrol --remaining-packages
13:06:05 (2/47): cryptsetup-libs-2.5.0-1.fc37.aarch64.rp 542 kB/s | 453 kB     00:00    
13:06:05 (3/47): device-mapper-1.02.175-9.fc37.aarch64.r 412 kB/s | 136 kB     00:00    
13:06:05 (4/47): dbus-broker-32-1.fc37.aarch64.rpm       191 kB/s | 169 kB     00:00    
13:06:05 (5/47): device-mapper-libs-1.02.175-9.fc37.aarc 1.7 MB/s | 169 kB     00:00    
13:06:05 (6/47): diffutils-3.8-3.fc37.aarch64.rpm        3.0 MB/s | 376 kB     00:00    
13:06:05 (7/47): fuse-common-3.10.5-5.fc37.aarch64.rpm    95 kB/s | 8.2 kB     00:00    
13:06:05 (8/47): fuse3-3.10.5-5.fc37.aarch64.rpm         799 kB/s |  54 kB     00:00    
13:06:05 (9/47): fuse3-libs-3.10.5-5.fc37.aarch64.rpm    1.2 MB/s |  90 kB     00:00    
13:06:05 (10/47): kmod-30-2.fc37.aarch64.rpm             1.6 MB/s | 118 kB     00:00    
13:06:05 make[1]: Leaving directory '/root/build-deb'
13:06:05    dh_md5sums
13:06:05 (11/47): kmod-libs-30-2.fc37.aarch64.rpm        967 kB/s |  66 kB     00:00    
13:06:05 (12/47): libargon2-20190702-1.fc37.aarch64.rpm  307 kB/s |  28 kB     00:00    
13:06:05 (13/47): libbpf-0.8.0-2.fc37.aarch64.rpm        1.9 MB/s | 173 kB     00:00    
13:06:05 (14/47): libcgroup-3.0-1.fc37.aarch64.rpm       753 kB/s |  75 kB     00:00    
13:06:05 (15/47): libfdisk-2.38.1-1.fc37.aarch64.rpm     2.0 MB/s | 155 kB     00:00    
13:06:05 (16/47): libibverbs-41.0-1.fc37.aarch64.rpm     4.3 MB/s | 404 kB     00:00    
13:06:05 (17/47): libmnl-1.0.5-1.fc37.aarch64.rpm        312 kB/s |  28 kB     00:00    
13:06:05 (18/47): libnetfilter_conntrack-1.0.8-5.fc37.aa 645 kB/s |  57 kB     00:00    
13:06:05 (19/47): libnfnetlink-1.0.1-22.fc37.aarch64.rpm 442 kB/s |  29 kB     00:00    
13:06:05 (20/47): libnl3-3.7.0-2.fc37.aarch64.rpm        3.3 MB/s | 336 kB     00:00    
13:06:05 (21/47): libseccomp-2.5.3-3.fc37.aarch64.rpm    946 kB/s |  71 kB     00:00    
13:06:05 (22/47): libselinux-utils-3.4-5.fc37.aarch64.rp 1.5 MB/s | 160 kB     00:00    
13:06:05 (23/47): libslirp-4.7.0-2.fc37.aarch64.rpm      1.1 MB/s |  73 kB     00:00    
13:06:05 (24/47): libutempter-1.2.1-7.fc37.aarch64.rpm   336 kB/s |  26 kB     00:00    
13:06:05 (25/47): libxkbcommon-1.4.1-2.fc37.aarch64.rpm  1.9 MB/s | 139 kB     00:00    
13:06:05 (26/47): policycoreutils-3.4-6.fc37.aarch64.rpm 3.1 MB/s | 239 kB     00:00    
13:06:06 (27/47): qrencode-libs-4.1.1-3.fc37.aarch64.rpm 474 kB/s |  61 kB     00:00    
13:06:06 (28/47): rpm-plugin-selinux-4.18.0-1.fc37.aarch 189 kB/s |  20 kB     00:00    
13:06:06 (29/47): util-linux-2.38.1-1.fc37.aarch64.rpm    11 MB/s | 2.3 MB     00:00    
13:06:06 (30/47): container-selinux-2.199.0-1.fc37.noarc 354 kB/s |  50 kB     00:00    
13:06:06 (31/47): xz-5.2.5-10.fc37.aarch64.rpm           1.4 MB/s | 223 kB     00:00    
13:06:06 (32/47): dbus-1.14.4-1.fc37.aarch64.rpm         223 kB/s | 7.8 kB     00:00    
13:06:06 (33/47): dbus-common-1.14.4-1.fc37.noarch.rpm   139 kB/s |  15 kB     00:00    
13:06:06    debian/rules override_dh_builddeb
13:06:06 make[1]: Entering directory '/root/build-deb'
13:06:06 dh_builddeb -- -Zxz
13:06:06 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb'.
13:06:06 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'.
13:06:06 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.fc37.x86_64.rpm
13:06:06 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.7Td6Rp
13:06:06 + umask 022
13:06:06 + cd /root/rpmbuild/BUILD
13:06:06 + cd src
13:06:06 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64
13:06:06 + RPM_EC=0
13:06:06 ++ jobs -p
13:06:06 + exit 0
13:06:06 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.MkfScj
13:06:06 + umask 022
13:06:06 + cd /root/rpmbuild/BUILD
13:06:06 + rm -rf src src.gemspec
13:06:06 + RPM_EC=0
13:06:06 ++ jobs -p
13:06:06 + exit 0
13:06:06 
13:06:06 RPM build warnings:
13:06:06     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:06:06     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:06:06     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:06:06     source_date_epoch_from_changelog set but %changelog is missing
13:06:06     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker-proxy
13:06:06     source_date_epoch_from_changelog set but %changelog is missing
13:06:06     source_date_epoch_from_changelog set but %changelog is missing
13:06:06     source_date_epoch_from_changelog set but %changelog is missing
13:06:06     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:06:06 warning: source_date_epoch_from_changelog set but %changelog is missing
13:06:06 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3RZEJx
13:06:06 + umask 022
13:06:06 + cd /root/rpmbuild/BUILD
13:06:06 + cd /root/rpmbuild/BUILD
13:06:06 + rm -rf src
13:06:06 + /usr/bin/mkdir -p src
13:06:06 + cd src
13:06:06 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz
13:06:06 + STATUS=0
13:06:06 + '[' 0 -ne 0 ']'
13:06:06 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz
13:06:06 + STATUS=0
13:06:06 + '[' 0 -ne 0 ']'
13:06:06 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:06:06 + RPM_EC=0
13:06:06 ++ jobs -p
13:06:06 + exit 0
13:06:06 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.pf8W2X
13:06:06 + umask 022
13:06:06 + cd /root/rpmbuild/BUILD
13:06:06 + 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:06:06 + export CFLAGS
13:06:06 + 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:06:06 + export CXXFLAGS
13:06:06 + 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:06:06 + export FFLAGS
13:06:06 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:06:06 + 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:06:06 + export FCFLAGS
13:06:06 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:06:06 + export LDFLAGS
13:06:06 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:06:06 + export LT_SYS_LIBRARY_PATH
13:06:06 + CC=gcc
13:06:06 + export CC
13:06:06 + CXX=g++
13:06:06 + export CXX
13:06:06 + cd src
13:06:06 + pushd /root/rpmbuild/BUILD/src/compose
13:06:06 + make VERSION=v2.16.0 DESTDIR=./bin build
13:06:06 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "./bin/docker-compose" ./cmd
13:06:06 go: downloading github.com/docker/cli v23.0.0+incompatible
13:06:06 go: downloading github.com/theupdateframework/notary v0.7.0
13:06:06 go: downloading github.com/compose-spec/compose-go v1.9.0
13:06:06 go: downloading github.com/hashicorp/go-version v1.6.0
13:06:06 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:06:06 go: downloading github.com/docker/buildx v0.10.2
13:06:06 go: downloading github.com/mattn/go-shellwords v1.0.12
13:06:06 go: downloading github.com/moby/buildkit v0.11.2
13:06:06 go: downloading go.opentelemetry.io/otel v1.13.0
13:06:06 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:06:06 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:06:06 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:06:06 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:06:06 go: downloading golang.org/x/sync v0.1.0
13:06:06 go: downloading github.com/imdario/mergo v0.3.13
13:06:06 go: downloading github.com/containerd/console v1.0.3
13:06:06 go: downloading github.com/buger/goterm v1.0.4
13:06:06 go: downloading github.com/stretchr/testify v1.8.1
13:06:06 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:06:06 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:06:06 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:06:06 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:06:06 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:06:06 go: downloading google.golang.org/grpc v1.50.1
13:06:06 go: downloading k8s.io/client-go v0.22.4
13:06:06 (34/47): iptables-legacy-1.8.8-4.fc37.aarch64.r 604 kB/s |  51 kB     00:00    
13:06:06 (35/47): iptables-legacy-libs-1.8.8-4.fc37.aarc 530 kB/s |  38 kB     00:00    
13:06:06 (36/47): fuse-overlayfs-1.9-6.fc37.aarch64.rpm  387 kB/s |  69 kB     00:00    
13:06:06 (37/47): selinux-policy-37.19-1.fc37.noarch.rpm 520 kB/s |  51 kB     00:00    
13:06:06 Fedora 36 - aarch64 - Updates                    18 MB/s |  30 MB     00:01    
13:06:06 (38/47): libpcap-1.10.3-1.fc37.aarch64.rpm      695 kB/s | 172 kB     00:00    
13:06:06 (39/47): slirp4netns-1.2.0-8.fc37.aarch64.rpm   656 kB/s |  47 kB     00:00    
13:06:06 (40/47): iptables-libs-1.8.8-4.fc37.aarch64.rpm 987 kB/s | 432 kB     00:00    
13:06:06 go: downloading k8s.io/api v0.22.4
13:06:07 go: downloading k8s.io/apimachinery v0.22.4
13:06:07 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:06:07 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:06:07 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:06:07 go: downloading github.com/golang/mock v1.6.0
13:06:07 (41/47): systemd-networkd-251.10-588.fc37.aarch 1.7 MB/s | 573 kB     00:00    
13:06:07 (42/47): systemd-pam-251.10-588.fc37.aarch64.rp 1.9 MB/s | 323 kB     00:00    
13:06:07 (43/47): systemd-resolved-251.10-588.fc37.aarch 1.8 MB/s | 264 kB     00:00    
13:06:07 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:06:07 go: downloading github.com/hashicorp/errwrap v1.1.0
13:06:07 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:06:07 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:06:07 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:06:07 go: downloading golang.org/x/net v0.4.0
13:06:07 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:06:07 go: downloading golang.org/x/term v0.3.0
13:06:07 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:06:07 go: downloading github.com/mattn/go-runewidth v0.0.14
13:06:07 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:06:07 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:06:07 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:06:07 (44/47): xkeyboard-config-2.36-3.fc37.noarch.rp 2.1 MB/s | 957 kB     00:00    
13:06:07 (45/47): systemd-libs-251.10-588.fc37.aarch64.r 2.5 MB/s | 590 kB     00:00    
13:06:08 (46/47): systemd-251.10-588.fc37.aarch64.rpm    2.3 MB/s | 4.0 MB     00:01    
13:06:08 go: downloading github.com/go-logr/stdr v1.2.2
13:06:08 go: downloading github.com/containerd/typeurl v1.0.2
13:06:08 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:06:08 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:06:08 go: downloading github.com/gogo/googleapis v1.4.1
13:06:09 (47/47): selinux-policy-targeted-37.19-1.fc37.n 2.4 MB/s | 6.6 MB     00:02    
13:06:09 --------------------------------------------------------------------------------
13:06:09 Total                                           8.1 MB/s |  45 MB     00:05     
13:06:09 Docker CE Test - aarch64                        6.6 kB/s | 1.6 kB     00:00    
13:06:09 Importing GPG key 0x621E9F35:
13:06:09  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
13:06:09  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
13:06:09  From       : https://download.docker.com/linux/fedora/gpg
13:06:09 Key imported successfully
13:06:10 go: downloading github.com/pelletier/go-toml v1.9.5
13:06:10 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:06:10 go: downloading k8s.io/klog/v2 v2.60.1
13:06:10 go: downloading github.com/google/gofuzz v1.2.0
13:06:10 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:06:10 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:06:10 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:06:10 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:06:10 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:06:10 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:06:10 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:06:10 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:06:10 go: downloading github.com/aws/smithy-go v1.11.2
13:06:10 go: downloading github.com/moby/locker v1.0.1
13:06:10 go: downloading github.com/felixge/httpsnoop v1.0.2
13:06:10 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:06:10 go: downloading gopkg.in/inf.v0 v0.9.1
13:06:10 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:06:10 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:06:10 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:06:10 go: downloading github.com/googleapis/gnostic v0.5.5
13:06:10 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:06:10 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:06:10 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:06:10 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:06:10 go: downloading github.com/json-iterator/go v1.1.12
13:06:10 Running transaction check
13:06:10 Transaction check succeeded.
13:06:10 Running transaction test
13:06:10 go: downloading github.com/mattn/go-colorable v0.1.12
13:06:10 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:06:10 go: downloading github.com/containerd/ttrpc v1.1.0
13:06:10 go: downloading github.com/modern-go/reflect2 v1.0.2
13:06:10 go: downloading sigs.k8s.io/yaml v1.2.0
13:06:10 go: downloading github.com/moby/spdystream v0.2.0
13:06:10 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:06:10 go: downloading github.com/mattn/go-isatty v0.0.16
13:06:10 Transaction test succeeded.
13:06:10 Running transaction
13:06:11   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch            1/1 
13:06:11 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:06:11 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:06:11 make[1]: Leaving directory '/root/build-deb'
13:06:11    debian/rules override_dh_auto_test
13:06:11 make[1]: Entering directory '/root/build-deb'
13:06:11 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:06:11 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:06:11 PASS: daemon version OK
13:06:11 ver="$(cli/build/docker --version)"; \
13:06:11 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:06:11 PASS: cli version OK
13:06:11 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:06:11 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:06:11 PASS: docker-buildx version OK
13:06:11 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:06:11 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:06:11 PASS: docker-compose version OK
13:06:11 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:06:11 # TODO change once we support scan-plugin on other architectures
13:06:11 if [ "amd64" = "amd64" ]; then \
13:06:11 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:06:11 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:06:11 fi
13:06:11 PASS: docker-scan version OK
13:06:11 make[1]: Leaving directory '/root/build-deb'
13:06:11    create-stamp debian/debhelper-build-stamp
13:06:11  debian/rules binary
13:06:11 dh binary --with=bash-completion
13:06:11    dh_testroot
13:06:11    dh_prep
13:06:11    dh_installdirs
13:06:11    debian/rules override_dh_auto_install
13:06:11 make[1]: Entering directory '/root/build-deb'
13:06:11 # docker-ce-cli install
13:06:11 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:06:11 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:06:11 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:06:11 # docker-ce install
13:06:11 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:06:11 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:06:11 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:06:11 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:06:11 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:06:11 # docker-buildx-plugin install
13:06:11 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:06:11 # docker-compose-plugin install
13:06:11 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:06:11 # docker-scan-plugin install
13:06:11 # TODO change once we support scan-plugin on other architectures
13:06:11 if [ "amd64" = "amd64" ]; then \
13:06:11 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:06:11 fi
13:06:11 # docker-ce-rootless-extras install
13:06:11 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:06:11 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:06:11 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:06:11 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:06:11 # TODO: how can we install vpnkit?
13:06:11 make[1]: Leaving directory '/root/build-deb'
13:06:11    debian/rules override_dh_install
13:06:11 make[1]: Entering directory '/root/build-deb'
13:06:11 dh_install
13:06:11 # TODO Can we do this from within our container?
13:06:11 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:06:11 make[1]: Leaving directory '/root/build-deb'
13:06:11    dh_installdocs
13:06:11    dh_installchangelogs
13:06:11    dh_installman
13:06:11   Preparing        :                                                        1/1 
13:06:11   Upgrading        : systemd-libs-251.10-588.fc37.aarch64                  1/53 
13:06:11   Installing       : libseccomp-2.5.3-3.fc37.aarch64                       2/53 
13:06:11   Installing       : libselinux-utils-3.4-5.fc37.aarch64                   3/53 
13:06:11   Installing       : libfdisk-2.38.1-1.fc37.aarch64                        4/53 
13:06:11   Installing       : fuse3-libs-3.10.5-5.fc37.aarch64                      5/53 
13:06:11 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:06:11 ~/rpmbuild/BUILD/src
13:06:11 + popd
13:06:11 + exit 0
13:06:11 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.x61E0m
13:06:11 + umask 022
13:06:11 + cd /root/rpmbuild/BUILD
13:06:11 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64 '!=' / ']'
13:06:11 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64
13:06:11 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64
13:06:11 + mkdir -p /root/rpmbuild/BUILDROOT
13:06:11 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64
13:06:11 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:06:11 + cd src
13:06:11 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:06:11 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:06:11 + popd
13:06:11 + /usr/lib/rpm/check-buildroot
13:06:11 ~/rpmbuild/BUILD/src
13:06:11 + /usr/lib/rpm/redhat/brp-ldconfig
13:06:11 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:06:11 + /usr/lib/rpm/brp-compress
13:06:11 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:06:11 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:06:11 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:06:11 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:06:11 + /usr/lib/rpm/brp-python-hardlink
13:06:11 + PYTHON3=/usr/libexec/platform-python
13:06:11 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:06:11 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.DQJMPJ
13:06:11 + umask 022
13:06:11 + cd /root/rpmbuild/BUILD
13:06:11 + cd src
13:06:11 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
13:06:11 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:06:11 PASS: docker-scan version OK
13:06:11 + ver=v0.23.0
13:06:11 + test v0.23.0 = v0.23.0
13:06:11 + echo 'PASS: docker-scan version OK'
13:06:11 + exit 0
13:06:11 Processing files: docker-scan-plugin-0.23.0-0.el8.x86_64
13:06:11 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:06:11 Provides: docker-scan-plugin = 0:0.23.0-0.el8 docker-scan-plugin(x86-64) = 0:0.23.0-0.el8
13:06:11 Requires(interp): /bin/sh /bin/sh /bin/sh
13:06:11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:06:11 Requires(post): /bin/sh
13:06:11 Requires(preun): /bin/sh
13:06:11 Requires(postun): /bin/sh
13:06:11 Enhances: docker-ce-cli
13:06:11 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64
13:06:11 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.23.0-0.el8.src.rpm
13:06:12   Installing       : diffutils-3.8-3.fc37.aarch64                          6/53 
13:06:12   Installing       : docker-buildx-plugin-0.10.2-0.fc37.aarch64            7/53 
13:06:12   Running scriptlet: docker-buildx-plugin-0.10.2-0.fc37.aarch64            7/53 
13:06:12   Installing       : docker-compose-plugin-2.16.0-0.fc37.aarch64           8/53 
13:06:12    dh_bash-completion
13:06:12    dh_systemd_enable
13:06:12    debian/rules override_dh_installinit
13:06:12 make[1]: Entering directory '/root/build-deb'
13:06:12 # use "docker" as our service name, not "docker-ce"
13:06:12 dh_installinit --name=docker
13:06:12 make[1]: Leaving directory '/root/build-deb'
13:06:12    dh_systemd_start
13:06:12   Running scriptlet: docker-compose-plugin-2.16.0-0.fc37.aarch64           8/53 
13:06:12   Installing       : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3    9/53 
13:06:12   Running scriptlet: docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3    9/53 
13:06:12   Installing       : xkeyboard-config-2.36-3.fc37.noarch                  10/53 
13:06:12   Installing       : libxkbcommon-1.4.1-2.fc37.aarch64                    11/53 
13:06:12   Installing       : dbus-common-1:1.14.4-1.fc37.noarch                   12/53 
13:06:12   Running scriptlet: dbus-common-1:1.14.4-1.fc37.noarch                   12/53 
13:06:12    dh_perl
13:06:12    dh_link
13:06:12    dh_strip_nondeterminism
13:06:12   Running scriptlet: dbus-broker-32-1.fc37.aarch64                        13/53 
13:06:12   Installing       : dbus-broker-32-1.fc37.aarch64                        13/53 
13:06:12   Running scriptlet: dbus-broker-32-1.fc37.aarch64                        13/53 
13:06:12   Installing       : dbus-1:1.14.4-1.fc37.aarch64                         14/53 
13:06:12   Installing       : xz-5.2.5-10.fc37.aarch64                             15/53 
13:06:12   Installing       : qrencode-libs-4.1.1-3.fc37.aarch64                   16/53 
13:06:12   Running scriptlet: libutempter-1.2.1-7.fc37.aarch64                     17/53 
13:06:12   Installing       : libutempter-1.2.1-7.fc37.aarch64                     17/53 
13:06:12   Installing       : util-linux-2.38.1-1.fc37.aarch64                     18/53 
13:06:12 warning: /etc/adjtime created as /etc/adjtime.rpmnew
13:06:12 
13:06:12   Installing       : policycoreutils-3.4-6.fc37.aarch64                   19/53 
13:06:12   Running scriptlet: policycoreutils-3.4-6.fc37.aarch64                   19/53 
13:06:12   Installing       : selinux-policy-37.19-1.fc37.noarch                   20/53 
13:06:12   Running scriptlet: selinux-policy-37.19-1.fc37.noarch                   20/53 
13:06:12   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          21/53 
13:06:12   Installing       : selinux-policy-targeted-37.19-1.fc37.noarch          21/53 
13:06:12 make[1]: Leaving directory '/root/build-deb'
13:06:12    dh_installdeb
13:06:12    debian/rules override_dh_gencontrol
13:06:12 make[1]: Entering directory '/root/build-deb'
13:06:12 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:06:12 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:06:12 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:06:12 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:06:12 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:06:12 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:06:12 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:06:12 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:06:12 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:06:12 if [ "amd64" = "amd64" ]; then \
13:06:12 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:06:12 fi
13:06:12 dh_gencontrol --remaining-packages
13:06:12 make[1]: Leaving directory '/root/build-deb'
13:06:12    dh_md5sums
13:06:13 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el8.x86_64.rpm
13:06:13 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8TRqjt
13:06:13 + umask 022
13:06:13 + cd /root/rpmbuild/BUILD
13:06:13 + cd src
13:06:13 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64
13:06:13 + exit 0
13:06:13    dh_compress
13:06:13    debian/rules override_dh_builddeb
13:06:13 make[1]: Entering directory '/root/build-deb'
13:06:13 dh_builddeb -- -Zxz
13:06:13 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb'.
13:06:13 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'.
13:06:13    dh_fixperms
13:06:13    dh_missing
13:06:13    debian/rules override_dh_strip
13:06:13 make[1]: Entering directory '/root/build-deb'
13:06:13 # Go has lots of problems with stripping, so just don't
13:06:13 make[1]: Leaving directory '/root/build-deb'
13:06:13    dh_makeshlibs
13:06:13    debian/rules override_dh_shlibdeps
13:06:13 make[1]: Entering directory '/root/build-deb'
13:06:13 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:06:13 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:06:13 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:06:13 make[1]: Leaving directory '/root/build-deb'
13:06:13    debian/rules override_dh_auto_test
13:06:13 make[1]: Entering directory '/root/build-deb'
13:06:13 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:06:13 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:06:13 PASS: daemon version OK
13:06:13 ver="$(cli/build/docker --version)"; \
13:06:13 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:06:13 PASS: cli version OK
13:06:13 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:06:13 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:06:13 PASS: docker-buildx version OK
13:06:13 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:06:13 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:06:13 PASS: docker-compose version OK
13:06:13 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:06:13 # TODO change once we support scan-plugin on other architectures
13:06:13 if [ "amd64" = "amd64" ]; then \
13:06:13 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:06:13 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:06:13 fi
13:06:13 PASS: docker-scan version OK
13:06:13 make[1]: Leaving directory '/root/build-deb'
13:06:13    create-stamp debian/debhelper-build-stamp
13:06:13  debian/rules binary
13:06:13 dh binary --with=bash-completion
13:06:13    dh_testroot
13:06:13    dh_prep
13:06:13    dh_installdirs
13:06:13    debian/rules override_dh_auto_install
13:06:13 make[1]: Entering directory '/root/build-deb'
13:06:13 # docker-ce-cli install
13:06:13 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:06:13 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:06:13 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:06:13 # docker-ce install
13:06:13 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:06:13 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:06:13 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:06:13 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:06:13 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:06:13 # docker-buildx-plugin install
13:06:13 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:06:13 # docker-compose-plugin install
13:06:13 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:06:13 # docker-scan-plugin install
13:06:13 # TODO change once we support scan-plugin on other architectures
13:06:13 if [ "amd64" = "amd64" ]; then \
13:06:13 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:06:13 fi
13:06:13 # docker-ce-rootless-extras install
13:06:13 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:06:13 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:06:13 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:06:13 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:06:13 # TODO: how can we install vpnkit?
13:06:13 make[1]: Leaving directory '/root/build-deb'
13:06:13    debian/rules override_dh_install
13:06:13 make[1]: Entering directory '/root/build-deb'
13:06:13 dh_install
13:06:13 # TODO Can we do this from within our container?
13:06:13 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:06:13 make[1]: Leaving directory '/root/build-deb'
13:06:13    dh_installdocs
13:06:13    dh_installchangelogs
13:06:13    dh_installman
13:06:13    dh_bash-completion
13:06:14    dh_systemd_enable
13:06:14    debian/rules override_dh_installinit
13:06:14 make[1]: Entering directory '/root/build-deb'
13:06:14 # use "docker" as our service name, not "docker-ce"
13:06:14 dh_installinit --name=docker
13:06:14 make[1]: Leaving directory '/root/build-deb'
13:06:14    dh_systemd_start
13:06:14    dh_perl
13:06:14    dh_link
13:06:14    dh_strip_nondeterminism
13:06:15 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-8"
13:06:15    dh_compress
13:06:15    dh_fixperms
13:06:15    dh_missing
13:06:15    debian/rules override_dh_strip
13:06:15 make[1]: Entering directory '/root/build-deb'
13:06:15 # Go has lots of problems with stripping, so just don't
13:06:15 make[1]: Leaving directory '/root/build-deb'
13:06:15    dh_makeshlibs
13:06:16    debian/rules override_dh_shlibdeps
13:06:16 make[1]: Entering directory '/root/build-deb'
13:06:16 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:06:16 Fedora Modular 36 - aarch64 - Updates           2.7 MB/s | 2.8 MB     00:01    
13:06:16 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:06:16 + make IMAGE=quay.io/centos/centos:stream8 verify
13:06:16 docker run  --rm -i \
13:06:16 	-v "$(pwd):/v" \
13:06:16 	-e DEBIAN_FRONTEND=noninteractive \
13:06:16 	-e PACKAGE_REPO=staging \
13:06:16 	-w /v \
13:06:16 	quay.io/centos/centos:stream8 ./verify
13:06:16 Unable to find image 'quay.io/centos/centos:stream8' locally
13:06:16 stream8: Pulling from centos/centos
13:06:17 6c5de04c936d: Already exists
13:06:17 f1ee40d9db4a: Already exists
13:06:17 17facd475902: Already exists
13:06:17 0d557d32f54e: Already exists
13:06:17 Digest: sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e
13:06:17 Status: Downloaded newer image for quay.io/centos/centos:stream8
13:06:17 + verify
13:06:17 + dpkg --version
13:06:17 + rpm --version
13:06:17 + verify_rpm
13:06:17 ++ . /etc/os-release
13:06:17 +++ NAME='CentOS Stream'
13:06:17 +++ VERSION=8
13:06:17 +++ ID=centos
13:06:17 +++ ID_LIKE='rhel fedora'
13:06:17 +++ VERSION_ID=8
13:06:17 +++ PLATFORM_ID=platform:el8
13:06:17 +++ PRETTY_NAME='CentOS Stream 8'
13:06:17 +++ ANSI_COLOR='0;31'
13:06:17 +++ CPE_NAME=cpe:/o:centos:centos:8
13:06:17 +++ HOME_URL=https://centos.org/
13:06:17 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:06:17 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8'
13:06:17 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
13:06:17 ++ echo centos
13:06:17 + DIST_ID=centos
13:06:17 ++ . /etc/os-release
13:06:17 +++ NAME='CentOS Stream'
13:06:17 +++ VERSION=8
13:06:17 +++ ID=centos
13:06:17 +++ ID_LIKE='rhel fedora'
13:06:17 +++ VERSION_ID=8
13:06:17 +++ PLATFORM_ID=platform:el8
13:06:17 +++ PRETTY_NAME='CentOS Stream 8'
13:06:17 +++ ANSI_COLOR='0;31'
13:06:17 +++ CPE_NAME=cpe:/o:centos:centos:8
13:06:17 +++ HOME_URL=https://centos.org/
13:06:17 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:06:17 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8'
13:06:17 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
13:06:17 ++ cut -d. -f1
13:06:17 ++ echo 8
13:06:17 + DIST_VERSION=8
13:06:17 + pkg_manager=yum
13:06:17 + pkg_config_manager=yum-config-manager
13:06:17 + dnf --version
13:06:17 4.7.0
13:06:17   Installed: dnf-0:4.7.0-11.el8.noarch at Mon Sep 19 22:01:10 2022
13:06:17   Built    : CentOS Buildsys <bugs@centos.org> at Wed Jul 27 13:05:47 2022
13:06:17 
13:06:17   Installed: rpm-0:4.14.3-23.el8.x86_64 at Tue Sep  6 17:17:37 2022
13:06:17   Built    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> at Tue Apr  5 18:38:09 2022
13:06:17 + pkg_manager=dnf
13:06:17 + pkg_config_manager='dnf config-manager'
13:06:17 + dnf clean all
13:06:18 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~debian.10~buster_armhf.deb'.
13:06:18 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'.
13:06:18 0 files removed
13:06:18 + dnf install -y 'dnf-command(config-manager)'
13:06:19 CentOS Stream 8 - AppStream                      26 MB/s |  28 MB     00:01    
13:06:21 Dependencies resolved.
13:06:21 ================================================================================
13:06:21  Package                      Arch        Version             Repository   Size
13:06:21 ================================================================================
13:06:21 Installing:
13:06:21  dnf-plugins-core             noarch      4.3.1-1.fc36        updates      34 k
13:06:21 Installing dependencies:
13:06:21  dbus-libs                    aarch64     1:1.14.4-1.fc36     updates     153 k
13:06:21  python3-dateutil             noarch      1:2.8.1-8.fc36      fedora      289 k
13:06:21  python3-dbus                 aarch64     1.2.18-3.fc36       fedora      132 k
13:06:21  python3-distro               noarch      1.6.0-2.fc36        fedora       38 k
13:06:21  python3-dnf-plugins-core     noarch      4.3.1-1.fc36        updates     229 k
13:06:21  python3-six                  noarch      1.16.0-5.fc36       fedora       36 k
13:06:21 
13:06:21 Transaction Summary
13:06:21 ================================================================================
13:06:21 Install  7 Packages
13:06:21 
13:06:21 Total download size: 911 k
13:06:21 Installed size: 2.9 M
13:06:21 Downloading Packages:
13:06:21 make[1]: Leaving directory '/root/build-deb'
13:06:21    dh_installdeb
13:06:21    debian/rules override_dh_gencontrol
13:06:21 make[1]: Entering directory '/root/build-deb'
13:06:21 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:06:21 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:06:21 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:06:21 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:06:21 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:06:21 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:06:21 (1/7): python3-distro-1.6.0-2.fc36.noarch.rpm   262 kB/s |  38 kB     00:00    
13:06:21 (2/7): python3-six-1.16.0-5.fc36.noarch.rpm     940 kB/s |  36 kB     00:00    
13:06:21 (3/7): python3-dbus-1.2.18-3.fc36.aarch64.rpm   620 kB/s | 132 kB     00:00    
13:06:21 (4/7): dbus-libs-1.14.4-1.fc36.aarch64.rpm      3.1 MB/s | 153 kB     00:00    
13:06:21 (5/7): python3-dnf-plugins-core-4.3.1-1.fc36.no  12 MB/s | 229 kB     00:00    
13:06:21 (6/7): python3-dateutil-2.8.1-8.fc36.noarch.rpm 1.1 MB/s | 289 kB     00:00    
13:06:21 (7/7): dnf-plugins-core-4.3.1-1.fc36.noarch.rpm 808 kB/s |  34 kB     00:00    
13:06:21 --------------------------------------------------------------------------------
13:06:21 Total                                           1.0 MB/s | 911 kB     00:00     
13:06:21 Running transaction check
13:06:22 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:06:22 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:06:22 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:06:22 if [ "amd64" = "amd64" ]; then \
13:06:22 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:06:22 fi
13:06:22 dh_gencontrol --remaining-packages
13:06:22 Transaction check succeeded.
13:06:22 Running transaction test
13:06:22 Transaction test succeeded.
13:06:22 Running transaction
13:06:22   Preparing        :                                                        1/1 
13:06:22   Installing       : dbus-libs-1:1.14.4-1.fc36.aarch64                      1/7 
13:06:22   Installing       : python3-dbus-1.2.18-3.fc36.aarch64                     2/7 
13:06:22   Installing       : python3-six-1.16.0-5.fc36.noarch                       3/7 
13:06:22   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch                 4/7 
13:06:22   Installing       : python3-distro-1.6.0-2.fc36.noarch                     5/7 
13:06:22   Installing       : python3-dnf-plugins-core-4.3.1-1.fc36.noarch           6/7 
13:06:22   Installing       : dnf-plugins-core-4.3.1-1.fc36.noarch                   7/7 
13:06:22   Running scriptlet: dnf-plugins-core-4.3.1-1.fc36.noarch                   7/7 
13:06:22   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch                 1/7 
13:06:22   Verifying        : python3-dbus-1.2.18-3.fc36.aarch64                     2/7 
13:06:22   Verifying        : python3-distro-1.6.0-2.fc36.noarch                     3/7 
13:06:22   Verifying        : python3-six-1.16.0-5.fc36.noarch                       4/7 
13:06:22   Verifying        : dbus-libs-1:1.14.4-1.fc36.aarch64                      5/7 
13:06:22   Verifying        : dnf-plugins-core-4.3.1-1.fc36.noarch                   6/7 
13:06:22   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc36.noarch           7/7 
13:06:22 
13:06:22 Installed:
13:06:22   dbus-libs-1:1.14.4-1.fc36.aarch64                                             
13:06:22   dnf-plugins-core-4.3.1-1.fc36.noarch                                          
13:06:22   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
13:06:22   python3-dbus-1.2.18-3.fc36.aarch64                                            
13:06:22   python3-distro-1.6.0-2.fc36.noarch                                            
13:06:22   python3-dnf-plugins-core-4.3.1-1.fc36.noarch                                  
13:06:22   python3-six-1.16.0-5.fc36.noarch                                              
13:06:22 
13:06:22 Complete!
13:06:22 + case ${DIST_ID}:${DIST_VERSION} in
13:06:22 + dnf install -y findutils
13:06:22 make[1]: Leaving directory '/root/build-deb'
13:06:22    dh_md5sums
13:06:22   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          21/53 
13:06:22   Running scriptlet: container-selinux-2:2.199.0-1.fc37.noarch            22/53 
13:06:22   Installing       : container-selinux-2:2.199.0-1.fc37.noarch            22/53 
13:06:23    debian/rules override_dh_builddeb
13:06:23 make[1]: Entering directory '/root/build-deb'
13:06:23 dh_builddeb -- -Zxz
13:06:23 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb'.
13:06:23 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb'.
13:06:23 Last metadata expiration check: 0:00:07 ago on Wed Feb  8 13:06:16 2023.
13:06:24 make[1]: Leaving directory '/root/build-deb'
13:06:24    dh_installdeb
13:06:24    debian/rules override_dh_gencontrol
13:06:24 make[1]: Entering directory '/root/build-deb'
13:06:24 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:06:24 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:06:24 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:06:24 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:06:24 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:06:24 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:06:24 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:06:24 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:06:24 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:06:24 if [ "amd64" = "amd64" ]; then \
13:06:24 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:06:24 fi
13:06:24 dh_gencontrol --remaining-packages
13:06:24 Package findutils-1:4.9.0-1.fc36.aarch64 is already installed.
13:06:24 Dependencies resolved.
13:06:24 Nothing to do.
13:06:24 Complete!
13:06:24 + install_rpm_containerd
13:06:24 + '[' staging = stage ']'
13:06:24 + REPO_URL=https://download.docker.com/linux/fedora/docker-ce.repo
13:06:24 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo'
13:06:24 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo
13:06:24 + dnf --version
13:06:24 4.14.0
13:06:24   Installed: dnf-0:4.14.0-1.fc36.noarch at Sun Dec 11 07:50:23 2022
13:06:24   Built    : Fedora Project at Fri Sep  9 13:49:11 2022
13:06:24 
13:06:24   Installed: rpm-0:4.17.1-3.fc36.aarch64 at Sun Dec 11 07:50:21 2022
13:06:24   Built    : Fedora Project at Tue Aug  2 12:32:50 2022
13:06:24 + dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
13:06:24 Adding repo from: https://download.docker.com/linux/fedora/docker-ce.repo
13:06:25 make[1]: Leaving directory '/root/build-deb'
13:06:25    dh_md5sums
13:06:25    debian/rules override_dh_builddeb
13:06:25 make[1]: Entering directory '/root/build-deb'
13:06:25 dh_builddeb -- -Zxz
13:06:25 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb'.
13:06:25 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'.
13:06:25 + dnf config-manager --set-disabled 'docker-ce-*'
13:06:25 + dnf config-manager --set-enabled docker-ce-test
13:06:25 + dnf makecache
13:06:27 Docker CE Test - aarch64                         36 kB/s |  23 kB     00:00    
13:06:27 Fedora 36 - aarch64                              52 kB/s |  15 kB     00:00    
13:06:27 Fedora 36 openh264 (From Cisco) - aarch64       3.3 kB/s | 990  B     00:00    
13:06:27 CentOS Stream 8 - BaseOS                         26 MB/s |  27 MB     00:01    
13:06:27 Fedora Modular 36 - aarch64                      51 kB/s |  15 kB     00:00    
13:06:28 Fedora 36 - aarch64 - Updates                    26 kB/s |  14 kB     00:00    
13:06:29 Fedora Modular 36 - aarch64 - Updates            45 kB/s |  14 kB     00:00    
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0fd4f9c07651a7e48) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
13:06:30 Metadata cache created.
13:06:30 + echo '[DEBUG] Installing engine rpms'
13:06:30 [DEBUG] Installing engine rpms
13:06:30 ++ find rpm/rpmbuild/fedora-36/RPMS/ -type f -name '*.rpm'
13:06:30 ++ sed /src/d
13:06:30 + packages='rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.rpm
13:06:30 rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.rpm
13:06:30 rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.rpm
13:06:30 rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.fc36.aarch64.rpm
13:06:30 rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-compose-plugin-2.16.0-0.fc36.aarch64.rpm'
13:06:30 + set -x
13:06:30 ++ source /etc/os-release
13:06:30 +++ NAME='Fedora Linux'
13:06:30 +++ VERSION='36 (Container Image)'
13:06:30 +++ ID=fedora
13:06:30 +++ VERSION_ID=36
13:06:30 +++ VERSION_CODENAME=
13:06:30 +++ PLATFORM_ID=platform:f36
13:06:30 +++ PRETTY_NAME='Fedora Linux 36 (Container Image)'
13:06:30 +++ ANSI_COLOR='0;38;2;60;110;180'
13:06:30 +++ LOGO=fedora-logo-icon
13:06:30 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:36
13:06:30 +++ HOME_URL=https://fedoraproject.org/
13:06:30 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/
13:06:30 +++ SUPPORT_URL=https://ask.fedoraproject.org/
13:06:30 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:06:30 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
13:06:30 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=36
13:06:30 +++ REDHAT_SUPPORT_PRODUCT=Fedora
13:06:30 +++ REDHAT_SUPPORT_PRODUCT_VERSION=36
13:06:30 +++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
13:06:30 +++ VARIANT='Container Image'
13:06:30 +++ VARIANT_ID=container
13:06:30 ++ echo 36
13:06:30 + product_version=36
13:06:30 + '[' 36 = rawhide ']'
13:06:30 + dnf install -y rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.rpm rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.rpm rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.rpm rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.fc36.aarch64.rpm rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-compose-plugin-2.16.0-0.fc36.aarch64.rpm
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-844@tmp/c4368c42-1c85-4376-8aeb-649b5ef7486c/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:06:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:06:30 chowning workspace
[Pipeline] sh
13:06:30 + pwd
13:06:30 + id -u
13:06:30 + id -g
13:06:30 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
13:06:31 Removing all docker containers
[Pipeline] sh
13:06:31 + docker container ls -aq
[Pipeline] echo
13:06:31 Docker containers have been removed
[Pipeline] echo
13:06:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:06:31 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (raspbian-bookworm-armhf)
[Pipeline] sh
13:06:31 Last metadata expiration check: 0:00:02 ago on Wed Feb  8 13:06:29 2023.
13:06:31 Dependencies resolved.
13:06:31 =================================================================================================
13:06:31  Package                     Arch     Version                               Repository       Size
13:06:31 =================================================================================================
13:06:31 Installing:
13:06:31  docker-buildx-plugin        aarch64  0.10.2-0.fc36                         @commandline     11 M
13:06:31  docker-ce                   aarch64  3:0.0.0~20230206193855.ab4ef4a-0.fc36 @commandline     15 M
13:06:31  docker-ce-cli               aarch64  1:0.0.0~20230206193855.ab4ef4a-0.fc36 @commandline    6.4 M
13:06:31  docker-ce-rootless-extras   aarch64  0.0.0~20230206193855.ab4ef4a-0.fc36   @commandline    3.4 M
13:06:31  docker-compose-plugin       aarch64  2.16.0-0.fc36                         @commandline    9.5 M
13:06:31 Upgrading:
13:06:31  systemd-libs                aarch64  250.9-1.fc36                          updates         586 k
13:06:31 Installing dependencies:
13:06:31  container-selinux           noarch   2:2.198.0-1.fc36                      updates          51 k
13:06:31  containerd.io               aarch64  1.6.16-3.1.fc36                       docker-ce-test   24 M
13:06:31  dbus                        aarch64  1:1.14.4-1.fc36                       updates         7.2 k
13:06:31  dbus-broker                 aarch64  32-1.fc36                             updates         170 k
13:06:31  dbus-common                 noarch   1:1.14.4-1.fc36                       updates          14 k
13:06:31  device-mapper               aarch64  1.02.175-7.fc36                       fedora          137 k
13:06:31  device-mapper-libs          aarch64  1.02.175-7.fc36                       fedora          170 k
13:06:31  diffutils                   aarch64  3.8-2.fc36                            fedora          368 k
13:06:31  fuse-common                 aarch64  3.10.5-2.fc36                         fedora          8.2 k
13:06:31  fuse-overlayfs              aarch64  1.9-6.fc36                            updates          69 k
13:06:31  fuse3                       aarch64  3.10.5-2.fc36                         fedora           54 k
13:06:31  fuse3-libs                  aarch64  3.10.5-2.fc36                         fedora           90 k
13:06:31  iptables-legacy             aarch64  1.8.7-15.fc36                         fedora           51 k
13:06:31  iptables-legacy-libs        aarch64  1.8.7-15.fc36                         fedora           39 k
13:06:31  iptables-libs               aarch64  1.8.7-15.fc36                         fedora          417 k
13:06:31  kmod                        aarch64  29-7.fc36                             fedora          115 k
13:06:31  kmod-libs                   aarch64  29-7.fc36                             fedora           65 k
13:06:31  libargon2                   aarch64  20171227-9.fc36                       updates          28 k
13:06:31  libcgroup                   aarch64  2.0-4.fc36                            fedora           73 k
13:06:31  libfdisk                    aarch64  2.38-1.fc36                           updates         155 k
13:06:31  libibverbs                  aarch64  39.0-1.fc36                           fedora          392 k
13:06:31  libmnl                      aarch64  1.0.4-15.fc36                         fedora           28 k
13:06:31  libnetfilter_conntrack      aarch64  1.0.8-4.fc36                          fedora           57 k
13:06:31  libnfnetlink                aarch64  1.0.1-21.fc36                         fedora           29 k
13:06:31  libnl3                      aarch64  3.7.0-1.fc36                          updates         336 k
13:06:31  libpcap                     aarch64  14:1.10.3-1.fc36                      updates         172 k
13:06:31  libseccomp                  aarch64  2.5.3-2.fc36                          fedora           71 k
13:06:31  libselinux-utils            aarch64  3.3-4.fc36                            fedora          144 k
13:06:31  libslirp                    aarch64  4.6.1-3.fc36                          fedora           72 k
13:06:31  libutempter                 aarch64  1.2.1-6.fc36                          fedora           26 k
13:06:31  policycoreutils             aarch64  3.3-4.fc36                            fedora          203 k
13:06:31  rpm-plugin-selinux          aarch64  4.17.1-3.fc36                         updates          18 k
13:06:31  selinux-policy              noarch   36.17-1.fc36                          updates          66 k
13:06:31  selinux-policy-targeted     noarch   36.17-1.fc36                          updates         6.4 M
13:06:31  slirp4netns                 aarch64  1.2.0-0.2.beta.0.fc36                 fedora           49 k
13:06:31  systemd                     aarch64  250.9-1.fc36                          updates         4.0 M
13:06:31  systemd-pam                 aarch64  250.9-1.fc36                          updates         322 k
13:06:31  util-linux                  aarch64  2.38-1.fc36                           updates         2.3 M
13:06:31  xkeyboard-config            noarch   2.35.1-1.fc36                         fedora          878 k
13:06:31  xz                          aarch64  5.2.5-9.fc36                          fedora          215 k
13:06:31 Installing weak dependencies:
13:06:31  cryptsetup-libs             aarch64  2.4.3-2.fc36                          fedora          430 k
13:06:31  libbpf                      aarch64  2:0.7.0-3.fc36                        updates         159 k
13:06:31  libxkbcommon                aarch64  1.4.0-1.fc36                          fedora          139 k
13:06:31  qrencode-libs               aarch64  4.1.1-2.fc36                          fedora           61 k
13:06:31  systemd-networkd            aarch64  250.9-1.fc36                          updates         568 k
13:06:31  systemd-resolved            aarch64  250.9-1.fc36                          updates         258 k
13:06:31 
13:06:31 Transaction Summary
13:06:31 =================================================================================================
13:06:31 Install  51 Packages
13:06:31 Upgrade   1 Package
13:06:31 
13:06:31 Total size: 89 M
13:06:31 Total download size: 44 M
13:06:31 Downloading Packages:
13:06:31 + echo starting...
13:06:31 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
13:06:32 + docker version
13:06:32 Client: Docker Engine - Community
13:06:32  Version:           22.06.0-beta.0
13:06:32  API version:       1.42
13:06:32  Go version:        go1.18.3
13:06:32  Git commit:        3e9117b
13:06:32  Built:             Fri Jun  3 17:56:06 2022
13:06:32  OS/Arch:           linux/arm
13:06:32  Context:           default
13:06:32 
13:06:32 Server: Docker Engine - Community
13:06:32  Engine:
13:06:32   Version:          22.06.0-beta.0
13:06:32   API version:      1.42 (minimum version 1.12)
13:06:32   Go version:       go1.18.3
13:06:32   Git commit:       38633e7
13:06:32   Built:            Fri Jun  3 17:56:06 2022
13:06:32   OS/Arch:          linux/arm
13:06:32   Experimental:     true
13:06:32  containerd:
13:06:32   Version:          1.6.8
13:06:32   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
13:06:32  runc:
13:06:32   Version:          1.1.4
13:06:32   GitCommit:        v1.1.4-0-g5fd4c4d
13:06:32  docker-init:
13:06:32   Version:          0.19.0
13:06:32   GitCommit:        de40ad0
[Pipeline] sh
13:06:32 + docker info
13:06:32 Client:
13:06:32  Context:    default
13:06:32  Debug Mode: false
13:06:32  Plugins:
13:06:32   buildx: Docker Buildx (Docker Inc.)
13:06:32     Version:  v0.8.2
13:06:32     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
13:06:32   compose: Docker Compose (Docker Inc.)
13:06:32     Version:  v2.12.0
13:06:32     Path:     /usr/libexec/docker/cli-plugins/docker-compose
13:06:32 
13:06:32 Server:
13:06:32  Containers: 0
13:06:32   Running: 0
13:06:32   Paused: 0
13:06:32   Stopped: 0
13:06:32  Images: 4
13:06:32  Server Version: 22.06.0-beta.0
13:06:32  Storage Driver: overlay2
13:06:32   Backing Filesystem: extfs
13:06:32   Supports d_type: true
13:06:32   Using metacopy: false
13:06:32   Native Overlay Diff: true
13:06:32   userxattr: false
13:06:32  Logging Driver: json-file
13:06:32  Cgroup Driver: cgroupfs
13:06:32  Cgroup Version: 1
13:06:32  Plugins:
13:06:32   Volume: local
13:06:32   Network: bridge host ipvlan macvlan null overlay
13:06:32   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:06:32  Swarm: inactive
13:06:32  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:06:32  Default Runtime: runc
13:06:32  Init Binary: docker-init
13:06:32  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
13:06:32  runc version: v1.1.4-0-g5fd4c4d
13:06:32  init version: de40ad0
13:06:32  Security Options:
13:06:32   apparmor
13:06:32   seccomp
13:06:32    Profile: builtin
13:06:32  Kernel Version: 5.4.0-1088-aws
13:06:32  Operating System: Ubuntu 18.04.6 LTS
13:06:32  OSType: linux
13:06:32  Architecture: armv8l
13:06:32  CPUs: 2
13:06:32  Total Memory: 7.566GiB
13:06:32  Name: ip-10-100-84-196
13:06:32  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
13:06:32  Docker Root Dir: /var/lib/docker
13:06:32  Debug Mode: false
13:06:32  Username: dockerbuildbot
13:06:32  Registry: https://index.docker.io/v1/
13:06:32  Labels:
13:06:32  Experimental: true
13:06:32  Insecure Registries:
13:06:32   127.0.0.0/8
13:06:32  Live Restore Enabled: true
13:06:32 
13:06:32 WARNING: No swap limit support
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
13:06:32 The recommended git tool is: git
13:06:32 using credential docker-jenkins-github-credentials
13:06:32 Cloning the remote Git repository
13:06:32 Cloning with configured refspecs honoured and without tags
13:06:32   Running scriptlet: container-selinux-2:2.199.0-1.fc37.noarch            22/53 
13:06:32   Installing       : libslirp-4.7.0-2.fc37.aarch64                        23/53 
13:06:32   Installing       : slirp4netns-1.2.0-8.fc37.aarch64                     24/53 
13:06:32   Installing       : libnl3-3.7.0-2.fc37.aarch64                          25/53 
13:06:32   Installing       : libibverbs-41.0-1.fc37.aarch64                       26/53 
13:06:32   Installing       : libpcap-14:1.10.3-1.fc37.aarch64                     27/53 
13:06:32   Installing       : iptables-legacy-libs-1.8.8-4.fc37.aarch64            28/53 
13:06:32   Installing       : libnfnetlink-1.0.1-22.fc37.aarch64                   29/53 
13:06:32   Installing       : libmnl-1.0.5-1.fc37.aarch64                          30/53 
13:06:32   Installing       : libnetfilter_conntrack-1.0.8-5.fc37.aarch64          31/53 
13:06:32   Installing       : iptables-libs-1.8.8-4.fc37.aarch64                   32/53 
13:06:32   Installing       : iptables-legacy-1.8.8-4.fc37.aarch64                 33/53 
13:06:32   Running scriptlet: iptables-legacy-1.8.8-4.fc37.aarch64                 33/53 
13:06:32   Installing       : libbpf-2:0.8.0-2.fc37.aarch64                        34/53 
13:06:32   Installing       : libargon2-20190702-1.fc37.aarch64                    35/53 
13:06:32   Installing       : kmod-libs-30-2.fc37.aarch64                          36/53 
13:06:32   Installing       : device-mapper-libs-1.02.175-9.fc37.aarch64           37/53 
13:06:32   Installing       : cryptsetup-libs-2.5.0-1.fc37.aarch64                 38/53 
13:06:32   Installing       : device-mapper-1.02.175-9.fc37.aarch64                39/53 
13:06:32   Installing       : systemd-networkd-251.10-588.fc37.aarch64             40/53 
13:06:32   Running scriptlet: systemd-networkd-251.10-588.fc37.aarch64             40/53 
13:06:32   Installing       : systemd-pam-251.10-588.fc37.aarch64                  41/53 
13:06:32   Installing       : systemd-resolved-251.10-588.fc37.aarch64             42/53 
13:06:32   Running scriptlet: systemd-resolved-251.10-588.fc37.aarch64             42/53 
13:06:32   Installing       : systemd-251.10-588.fc37.aarch64                      43/53 
13:06:32 (1/47): containerd.io-1.6.16-3.1.fc36.aarch64.r  58 MB/s |  24 MB     00:00    
13:06:32 CentOS Stream 8 - Extras                         21 kB/s |  18 kB     00:00    
13:06:33   Running scriptlet: systemd-251.10-588.fc37.aarch64                      43/53 
13:06:33 Creating group 'input' with GID 104.
13:06:33 Creating group 'kvm' with GID 36.
13:06:33 Creating group 'render' with GID 105.
13:06:33 Creating group 'sgx' with GID 106.
13:06:33 Creating group 'systemd-journal' with GID 190.
13:06:33 Creating group 'systemd-network' with GID 192.
13:06:33 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
13:06:33 Creating group 'systemd-oom' with GID 998.
13:06:33 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
13:06:33 Creating group 'systemd-resolve' with GID 193.
13:06:33 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
13:06:33 
13:06:33 Fetching without tags
13:06:33 (2/47): device-mapper-1.02.175-7.fc36.aarch64.r 309 kB/s | 137 kB     00:00    
13:06:33 (3/47): cryptsetup-libs-2.4.3-2.fc36.aarch64.rp 944 kB/s | 430 kB     00:00    
13:06:33 (4/47): diffutils-3.8-2.fc36.aarch64.rpm         14 MB/s | 368 kB     00:00    
13:06:33 (5/47): fuse-common-3.10.5-2.fc36.aarch64.rpm   437 kB/s | 8.2 kB     00:00    
13:06:33 (6/47): fuse3-3.10.5-2.fc36.aarch64.rpm         3.0 MB/s |  54 kB     00:00    
13:06:33 (7/47): fuse3-libs-3.10.5-2.fc36.aarch64.rpm    4.5 MB/s |  90 kB     00:00    
13:06:33 (8/47): iptables-legacy-libs-1.8.7-15.fc36.aarc 3.5 MB/s |  39 kB     00:00    
13:06:33 (9/47): iptables-legacy-1.8.7-15.fc36.aarch64.r 3.1 MB/s |  51 kB     00:00    
13:06:33 (10/47): iptables-libs-1.8.7-15.fc36.aarch64.rp  24 MB/s | 417 kB     00:00    
13:06:33 (11/47): kmod-29-7.fc36.aarch64.rpm             5.9 MB/s | 115 kB     00:00    
13:06:33 (12/47): kmod-libs-29-7.fc36.aarch64.rpm        5.1 MB/s |  65 kB     00:00    
13:06:33 (13/47): libcgroup-2.0-4.fc36.aarch64.rpm       6.7 MB/s |  73 kB     00:00    
13:06:33 (14/47): libibverbs-39.0-1.fc36.aarch64.rpm      27 MB/s | 392 kB     00:00    
13:06:33 (15/47): libmnl-1.0.4-15.fc36.aarch64.rpm       2.2 MB/s |  28 kB     00:00    
13:06:33 (16/47): libnetfilter_conntrack-1.0.8-4.fc36.aa 5.2 MB/s |  57 kB     00:00    
13:06:33 (17/47): libnfnetlink-1.0.1-21.fc36.aarch64.rpm 2.7 MB/s |  29 kB     00:00    
13:06:33 (18/47): libseccomp-2.5.3-2.fc36.aarch64.rpm    7.3 MB/s |  71 kB     00:00    
13:06:33 (19/47): libselinux-utils-3.3-4.fc36.aarch64.rp 4.6 MB/s | 144 kB     00:00    
13:06:33 (20/47): libslirp-4.6.1-3.fc36.aarch64.rpm      2.4 MB/s |  72 kB     00:00    
13:06:33 (21/47): libxkbcommon-1.4.0-1.fc36.aarch64.rpm   13 MB/s | 139 kB     00:00    
13:06:33 (22/47): libutempter-1.2.1-6.fc36.aarch64.rpm   1.1 MB/s |  26 kB     00:00    
13:06:33 (23/47): policycoreutils-3.3-4.fc36.aarch64.rpm  15 MB/s | 203 kB     00:00    
13:06:33 (24/47): qrencode-libs-4.1.1-2.fc36.aarch64.rpm 6.8 MB/s |  61 kB     00:00    
13:06:33 (25/47): xkeyboard-config-2.35.1-1.fc36.noarch.  37 MB/s | 878 kB     00:00    
13:06:33 (26/47): xz-5.2.5-9.fc36.aarch64.rpm             19 MB/s | 215 kB     00:00    
13:06:33 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
13:06:33 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
13:06:33 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
13:06:33 Commit message: "bump compose version to v2.16.0"
13:06:33 (27/47): slirp4netns-1.2.0-0.2.beta.0.fc36.aarc 478 kB/s |  49 kB     00:00    
13:06:33 (28/47): dbus-1.14.4-1.fc36.aarch64.rpm          97 kB/s | 7.2 kB     00:00    
13:06:33 (29/47): container-selinux-2.198.0-1.fc36.noarc 353 kB/s |  51 kB     00:00    
13:06:33 (30/47): dbus-common-1.14.4-1.fc36.noarch.rpm   309 kB/s |  14 kB     00:00    
13:06:33   Installing       : containerd.io-1.6.16-3.1.fc37.aarch64                44/53 
13:06:33   Running scriptlet: containerd.io-1.6.16-3.1.fc37.aarch64                44/53 
13:06:33   Installing       : libcgroup-3.0-1.fc37.aarch64                         45/53 
13:06:33   Installing       : kmod-30-2.fc37.aarch64                               46/53 
13:06:33   Installing       : fuse-common-3.10.5-5.fc37.aarch64                    47/53 
13:06:33   Installing       : fuse3-3.10.5-5.fc37.aarch64                          48/53 
13:06:33   Installing       : fuse-overlayfs-1.9-6.fc37.aarch64                    49/53 
13:06:33   Running scriptlet: fuse-overlayfs-1.9-6.fc37.aarch64                    49/53 
13:06:33   Installing       : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   50/53 
13:06:33 (31/47): fuse-overlayfs-1.9-6.fc36.aarch64.rpm  701 kB/s |  69 kB     00:00    
13:06:33 (32/47): dbus-broker-32-1.fc36.aarch64.rpm      1.0 MB/s | 170 kB     00:00    
13:06:33 (33/47): libargon2-20171227-9.fc36.aarch64.rpm  664 kB/s |  28 kB     00:00    
13:06:33 (34/47): libbpf-0.7.0-3.fc36.aarch64.rpm        3.4 MB/s | 159 kB     00:00    
13:06:33 (35/47): device-mapper-libs-1.02.175-7.fc36.aar 281 kB/s | 170 kB     00:00    
13:06:33 (36/47): libfdisk-2.38-1.fc36.aarch64.rpm       2.0 MB/s | 155 kB     00:00    
13:06:33 (37/47): libnl3-3.7.0-1.fc36.aarch64.rpm        4.4 MB/s | 336 kB     00:00    
13:06:33 (38/47): rpm-plugin-selinux-4.17.1-3.fc36.aarch 446 kB/s |  18 kB     00:00    
13:06:33 (39/47): selinux-policy-36.17-1.fc36.noarch.rpm 1.6 MB/s |  66 kB     00:00    
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
13:06:33 CentOS Stream 8 - Extras common packages        7.4 kB/s | 5.2 kB     00:00    
13:06:33   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230206193855.ab4   50/53 
13:06:33   Installing       : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc37.aa   51/53 
13:06:33 (40/47): libpcap-1.10.3-1.fc36.aarch64.rpm      866 kB/s | 172 kB     00:00    
13:06:33 (41/47): systemd-250.9-1.fc36.aarch64.rpm        16 MB/s | 4.0 MB     00:00    
13:06:33 (42/47): systemd-networkd-250.9-1.fc36.aarch64. 2.9 MB/s | 568 kB     00:00    
13:06:33 (43/47): systemd-pam-250.9-1.fc36.aarch64.rpm   6.4 MB/s | 322 kB     00:00    
[Pipeline] sh
13:06:34 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb'.
13:06:34   Running scriptlet: docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc37.aa   51/53 
13:06:34   Installing       : rpm-plugin-selinux-4.18.0-1.fc37.aarch64             52/53 
13:06:34   Cleanup          : systemd-libs-251.8-586.fc37.aarch64                  53/53 
13:06:34   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          53/53 
13:06:34   Running scriptlet: container-selinux-2:2.199.0-1.fc37.noarch            53/53 
13:06:34   Running scriptlet: systemd-resolved-251.10-588.fc37.aarch64             53/53 
13:06:34 (44/47): systemd-resolved-250.9-1.fc36.aarch64. 3.4 MB/s | 258 kB     00:00    
13:06:34 (45/47): selinux-policy-targeted-36.17-1.fc36.n  14 MB/s | 6.4 MB     00:00    
13:06:34 (46/47): util-linux-2.38-1.fc36.aarch64.rpm      13 MB/s | 2.3 MB     00:00    
13:06:34 (47/47): systemd-libs-250.9-1.fc36.aarch64.rpm  3.7 MB/s | 586 kB     00:00    
13:06:34 --------------------------------------------------------------------------------
13:06:34 Total                                            20 MB/s |  44 MB     00:02     
13:06:34 + make clean
13:06:34 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
13:06:34 rm -f -r src
13:06:34 make -C rpm clean
13:06:34 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
13:06:34 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:06:34 rm -f -r rpmbuild/
13:06:34 docker builder prune -f --filter until=24h
13:06:34 Total:	0B
13:06:34 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
13:06:34 make -C deb clean
13:06:34 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:06:34 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:06:34 rm -f -r debbuild
13:06:34 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
13:06:34 rm -f -r sources
13:06:34 docker builder prune -f --filter until=24h
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
13:06:34   Running scriptlet: systemd-libs-251.8-586.fc37.aarch64                  53/53 
13:06:34   Verifying        : containerd.io-1.6.16-3.1.fc37.aarch64                 1/53 
13:06:34   Verifying        : cryptsetup-libs-2.5.0-1.fc37.aarch64                  2/53 
13:06:34   Verifying        : dbus-broker-32-1.fc37.aarch64                         3/53 
13:06:34   Verifying        : device-mapper-1.02.175-9.fc37.aarch64                 4/53 
13:06:34   Verifying        : device-mapper-libs-1.02.175-9.fc37.aarch64            5/53 
13:06:34   Verifying        : diffutils-3.8-3.fc37.aarch64                          6/53 
13:06:34   Verifying        : fuse-common-3.10.5-5.fc37.aarch64                     7/53 
13:06:34   Verifying        : fuse3-3.10.5-5.fc37.aarch64                           8/53 
13:06:34   Verifying        : fuse3-libs-3.10.5-5.fc37.aarch64                      9/53 
13:06:34   Verifying        : kmod-30-2.fc37.aarch64                               10/53 
13:06:34   Verifying        : kmod-libs-30-2.fc37.aarch64                          11/53 
13:06:34   Verifying        : libargon2-20190702-1.fc37.aarch64                    12/53 
13:06:34   Verifying        : libbpf-2:0.8.0-2.fc37.aarch64                        13/53 
13:06:34   Verifying        : libcgroup-3.0-1.fc37.aarch64                         14/53 
13:06:34   Verifying        : libfdisk-2.38.1-1.fc37.aarch64                       15/53 
13:06:34   Verifying        : libibverbs-41.0-1.fc37.aarch64                       16/53 
13:06:34   Verifying        : libmnl-1.0.5-1.fc37.aarch64                          17/53 
13:06:34   Verifying        : libnetfilter_conntrack-1.0.8-5.fc37.aarch64          18/53 
13:06:34   Verifying        : libnfnetlink-1.0.1-22.fc37.aarch64                   19/53 
13:06:34   Verifying        : libnl3-3.7.0-2.fc37.aarch64                          20/53 
13:06:34   Verifying        : libseccomp-2.5.3-3.fc37.aarch64                      21/53 
13:06:34   Verifying        : libselinux-utils-3.4-5.fc37.aarch64                  22/53 
13:06:34   Verifying        : libslirp-4.7.0-2.fc37.aarch64                        23/53 
13:06:34   Verifying        : libutempter-1.2.1-7.fc37.aarch64                     24/53 
13:06:34   Verifying        : libxkbcommon-1.4.1-2.fc37.aarch64                    25/53 
13:06:34   Verifying        : policycoreutils-3.4-6.fc37.aarch64                   26/53 
13:06:34   Verifying        : qrencode-libs-4.1.1-3.fc37.aarch64                   27/53 
13:06:34   Verifying        : rpm-plugin-selinux-4.18.0-1.fc37.aarch64             28/53 
13:06:34   Verifying        : util-linux-2.38.1-1.fc37.aarch64                     29/53 
13:06:34   Verifying        : xz-5.2.5-10.fc37.aarch64                             30/53 
13:06:34   Verifying        : container-selinux-2:2.199.0-1.fc37.noarch            31/53 
13:06:34   Verifying        : dbus-1:1.14.4-1.fc37.aarch64                         32/53 
13:06:34   Verifying        : dbus-common-1:1.14.4-1.fc37.noarch                   33/53 
13:06:34   Verifying        : fuse-overlayfs-1.9-6.fc37.aarch64                    34/53 
13:06:34   Verifying        : iptables-legacy-1.8.8-4.fc37.aarch64                 35/53 
13:06:34   Verifying        : iptables-legacy-libs-1.8.8-4.fc37.aarch64            36/53 
13:06:34   Verifying        : iptables-libs-1.8.8-4.fc37.aarch64                   37/53 
13:06:34   Verifying        : libpcap-14:1.10.3-1.fc37.aarch64                     38/53 
13:06:34   Verifying        : selinux-policy-37.19-1.fc37.noarch                   39/53 
13:06:34   Verifying        : selinux-policy-targeted-37.19-1.fc37.noarch          40/53 
13:06:34   Verifying        : slirp4netns-1.2.0-8.fc37.aarch64                     41/53 
13:06:34   Verifying        : systemd-251.10-588.fc37.aarch64                      42/53 
13:06:34   Verifying        : systemd-networkd-251.10-588.fc37.aarch64             43/53 
13:06:34   Verifying        : systemd-pam-251.10-588.fc37.aarch64                  44/53 
13:06:34   Verifying        : systemd-resolved-251.10-588.fc37.aarch64             45/53 
13:06:34   Verifying        : xkeyboard-config-2.36-3.fc37.noarch                  46/53 
13:06:34   Verifying        : docker-compose-plugin-2.16.0-0.fc37.aarch64          47/53 
13:06:34   Verifying        : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc37.aa   48/53 
13:06:34   Verifying        : docker-buildx-plugin-0.10.2-0.fc37.aarch64           49/53 
13:06:34   Verifying        : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   50/53 
13:06:34   Verifying        : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3   51/53 
13:06:34   Verifying        : systemd-libs-251.10-588.fc37.aarch64                 52/53 
13:06:34 Total:	0B
13:06:34 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:06:34 make -C static clean
13:06:34 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
13:06:34 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
13:06:34 rm -f -r build
13:06:34 docker builder prune -f --filter until=24h
13:06:34 Total:	0B
13:06:34 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
13:06:34   Verifying        : systemd-libs-251.8-586.fc37.aarch64                  53/53 
13:06:34 
13:06:34 Upgraded:
13:06:34   systemd-libs-251.10-588.fc37.aarch64                                          
13:06:34 Installed:
13:06:34   container-selinux-2:2.199.0-1.fc37.noarch                                     
13:06:34   containerd.io-1.6.16-3.1.fc37.aarch64                                         
13:06:34   cryptsetup-libs-2.5.0-1.fc37.aarch64                                          
13:06:34   dbus-1:1.14.4-1.fc37.aarch64                                                  
13:06:34   dbus-broker-32-1.fc37.aarch64                                                 
13:06:34   dbus-common-1:1.14.4-1.fc37.noarch                                            
13:06:34   device-mapper-1.02.175-9.fc37.aarch64                                         
13:06:34   device-mapper-libs-1.02.175-9.fc37.aarch64                                    
13:06:34   diffutils-3.8-3.fc37.aarch64                                                  
13:06:34   docker-buildx-plugin-0.10.2-0.fc37.aarch64                                    
13:06:34   docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64                       
13:06:34   docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64                   
13:06:34   docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64         
13:06:34   docker-compose-plugin-2.16.0-0.fc37.aarch64                                   
13:06:34   fuse-common-3.10.5-5.fc37.aarch64                                             
13:06:34   fuse-overlayfs-1.9-6.fc37.aarch64                                             
13:06:34   fuse3-3.10.5-5.fc37.aarch64                                                   
13:06:34   fuse3-libs-3.10.5-5.fc37.aarch64                                              
13:06:34   iptables-legacy-1.8.8-4.fc37.aarch64                                          
13:06:34   iptables-legacy-libs-1.8.8-4.fc37.aarch64                                     
13:06:34   iptables-libs-1.8.8-4.fc37.aarch64                                            
13:06:34   kmod-30-2.fc37.aarch64                                                        
13:06:34   kmod-libs-30-2.fc37.aarch64                                                   
13:06:34   libargon2-20190702-1.fc37.aarch64                                             
13:06:34   libbpf-2:0.8.0-2.fc37.aarch64                                                 
13:06:34   libcgroup-3.0-1.fc37.aarch64                                                  
13:06:34   libfdisk-2.38.1-1.fc37.aarch64                                                
13:06:34   libibverbs-41.0-1.fc37.aarch64                                                
13:06:34   libmnl-1.0.5-1.fc37.aarch64                                                   
13:06:34   libnetfilter_conntrack-1.0.8-5.fc37.aarch64                                   
13:06:34   libnfnetlink-1.0.1-22.fc37.aarch64                                            
13:06:34   libnl3-3.7.0-2.fc37.aarch64                                                   
13:06:34   libpcap-14:1.10.3-1.fc37.aarch64                                              
13:06:34   libseccomp-2.5.3-3.fc37.aarch64                                               
13:06:34   libselinux-utils-3.4-5.fc37.aarch64                                           
13:06:34   libslirp-4.7.0-2.fc37.aarch64                                                 
13:06:34   libutempter-1.2.1-7.fc37.aarch64                                              
13:06:34   libxkbcommon-1.4.1-2.fc37.aarch64                                             
13:06:34   policycoreutils-3.4-6.fc37.aarch64                                            
13:06:34   qrencode-libs-4.1.1-3.fc37.aarch64                                            
13:06:34   rpm-plugin-selinux-4.18.0-1.fc37.aarch64                                      
13:06:34   selinux-policy-37.19-1.fc37.noarch                                            
13:06:34   selinux-policy-targeted-37.19-1.fc37.noarch                                   
13:06:34   slirp4netns-1.2.0-8.fc37.aarch64                                              
13:06:34   systemd-251.10-588.fc37.aarch64                                               
13:06:34   systemd-networkd-251.10-588.fc37.aarch64                                      
13:06:34   systemd-pam-251.10-588.fc37.aarch64                                           
13:06:34   systemd-resolved-251.10-588.fc37.aarch64                                      
13:06:34   util-linux-2.38.1-1.fc37.aarch64                                              
13:06:34   xkeyboard-config-2.36-3.fc37.noarch                                           
13:06:34   xz-5.2.5-10.fc37.aarch64                                                      
13:06:34 
13:06:34 Complete!
13:06:34 + verify_binaries
13:06:34 + docker --version
13:06:34 Docker CE Test - aarch64                        6.7 kB/s | 1.6 kB     00:00    
13:06:34 Importing GPG key 0x621E9F35:
13:06:34  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
13:06:34  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
13:06:34  From       : https://download.docker.com/linux/fedora/gpg
13:06:34 Key imported successfully
13:06:34 + make REF=23.0 raspbian-bookworm
13:06:34 git init src/github.com/docker/cli
13:06:34 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
13:06:34 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:06:34 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
13:06:34 + SRC=src/github.com/docker/cli
13:06:34 + REF=23.0
13:06:34 + REF_FETCH=23.0
13:06:34 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
13:06:34 + awk {print $2}
13:06:34 + REF=refs/heads/23.0
13:06:34 + [ -n refs/heads/23.0 ]
13:06:34 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
13:06:34 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
13:06:34 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:06:34 ++ uname -m
13:06:34 + '[' aarch64 = x86_64 ']'
13:06:34 + docker buildx version
13:06:34 github.com/docker/buildx v0.10.2 00ed17d
13:06:34 + docker compose version
13:06:35 Docker Compose version v2.16.0
13:06:35 + dockerd --version
13:06:35 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:06:35 + docker-proxy --version
13:06:35 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:06:35 + containerd --version
13:06:35 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:06:35 + ctr --version
13:06:35 ctr containerd.io 1.6.16
13:06:35 + containerd-shim --help
13:06:35 Usage of containerd-shim:
13:06:35   -address string
13:06:35     	grpc address back to main containerd
13:06:35   -containerd-binary containerd publish
13:06:35     	path to containerd binary (used for containerd publish) (default "containerd")
13:06:35   -criu string
13:06:35     	path to criu binary
13:06:35   -debug
13:06:35     	enable debug output in logs
13:06:35   -namespace string
13:06:35     	namespace that owns the shim
13:06:35   -runtime-root string
13:06:35     	root directory for the runtime (default "/run/containerd/runc")
13:06:35   -socket string
13:06:35     	socket path to serve
13:06:35   -systemd-cgroup
13:06:35     	set runtime to use systemd-cgroup
13:06:35   -workdir string
13:06:35     	path used to storge large temporary data
13:06:35 + containerd-shim-runc-v1 -v
13:06:35 containerd-shim-runc-v1:
13:06:35   Version:  1.6.16
13:06:35   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:06:35   Go version: go1.18.10
13:06:35 
13:06:35 + containerd-shim-runc-v2 -v
13:06:35 containerd-shim-runc-v2:
13:06:35   Version:  1.6.16
13:06:35   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:06:35   Go version: go1.18.10
13:06:35 
13:06:35 + runc --version
13:06:35 runc version 1.1.4
13:06:35 commit: v1.1.4-0-g5fd4c4d
13:06:35 spec: 1.0.2-dev
13:06:35 go: go1.18.10
13:06:35 libseccomp: 2.5.3
13:06:35 Running transaction check
13:06:35 Transaction check succeeded.
13:06:35 Running transaction test
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:06:36 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'.
13:06:36 Transaction test succeeded.
13:06:36 Running transaction
13:06:36 Dependencies resolved.
13:06:36 ================================================================================
13:06:36  Package                      Arch       Version            Repository     Size
13:06:36 ================================================================================
13:06:36 Installing:
13:06:36  dnf-plugins-core             noarch     4.0.21-18.el8      baseos         75 k
13:06:36 Upgrading:
13:06:36  python3-dnf-plugins-core     noarch     4.0.21-18.el8      baseos        258 k
13:06:36 Installing dependencies:
13:06:36  python3-systemd              x86_64     234-8.el8          appstream      81 k
13:06:36 
13:06:36 Transaction Summary
13:06:36 ================================================================================
13:06:36 Install  2 Packages
13:06:36 Upgrade  1 Package
13:06:36 
13:06:36 Total download size: 415 k
13:06:36 Downloading Packages:
13:06:36 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_amd64.deb'.
13:06:36 From https://github.com/docker/cli
13:06:36  * [new branch]      23.0       -> 23.0
13:06:36  * [new branch]      23.0       -> origin/23.0
13:06:36 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
13:06:36 git init src/github.com/docker/docker
13:06:36 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
13:06:36 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:06:36 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
13:06:36   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch            1/1 
13:06:36   Preparing        :                                                        1/1 
13:06:36   Upgrading        : systemd-libs-250.9-1.fc36.aarch64                     1/53 
13:06:36 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_amd64.deb'.
13:06:36 + SRC=src/github.com/docker/docker
13:06:36 + REF=23.0
13:06:36 + REF_FETCH=23.0
13:06:36 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
13:06:36 + awk {print $2}
13:06:36 + REF=refs/heads/23.0
13:06:36 + [ -n refs/heads/23.0 ]
13:06:36 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
13:06:36 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
13:06:36 (1/3): dnf-plugins-core-4.0.21-18.el8.noarch.rp 332 kB/s |  75 kB     00:00    
13:06:36 (2/3): python3-systemd-234-8.el8.x86_64.rpm     353 kB/s |  81 kB     00:00    
13:06:36 (3/3): python3-dnf-plugins-core-4.0.21-18.el8.n 1.1 MB/s | 258 kB     00:00    
13:06:36 --------------------------------------------------------------------------------
13:06:36 Total                                           497 kB/s | 415 kB     00:00     
13:06:36 Running transaction check
13:06:36 Transaction check succeeded.
13:06:36 Running transaction test
13:06:37   Installing       : libseccomp-2.5.3-2.fc36.aarch64                       2/53 
13:06:37   Installing       : docker-compose-plugin-2.16.0-0.fc36.aarch64           3/53 
13:06:37   Running scriptlet: docker-compose-plugin-2.16.0-0.fc36.aarch64           3/53 
13:06:37   Installing       : libfdisk-2.38-1.fc36.aarch64                          4/53 
13:06:37   Installing       : libselinux-utils-3.3-4.fc36.aarch64                   5/53 
13:06:37   Installing       : fuse3-libs-3.10.5-2.fc36.aarch64                      6/53 
13:06:37 Transaction test succeeded.
13:06:37 Running transaction
13:06:37   Preparing        :                                                        1/1 
13:06:37   Installing       : python3-systemd-234-8.el8.x86_64                       1/4 
13:06:37   Upgrading        : python3-dnf-plugins-core-4.0.21-18.el8.noarch          2/4 
13:06:37   Installing       : dnf-plugins-core-4.0.21-18.el8.noarch                  3/4 
13:06:37   Cleanup          : python3-dnf-plugins-core-4.0.21-14.el8.noarch          4/4 
13:06:37   Installing       : diffutils-3.8-2.fc36.aarch64                          7/53 
13:06:37   Installing       : docker-buildx-plugin-0.10.2-0.fc36.aarch64            8/53 
13:06:37   Running scriptlet: docker-buildx-plugin-0.10.2-0.fc36.aarch64            8/53 
13:06:37   Running scriptlet: python3-dnf-plugins-core-4.0.21-14.el8.noarch          4/4 
13:06:37   Verifying        : python3-systemd-234-8.el8.x86_64                       1/4 
13:06:37   Verifying        : dnf-plugins-core-4.0.21-18.el8.noarch                  2/4 
13:06:37   Verifying        : python3-dnf-plugins-core-4.0.21-18.el8.noarch          3/4 
13:06:37   Verifying        : python3-dnf-plugins-core-4.0.21-14.el8.noarch          4/4 
13:06:37 
13:06:37 Upgraded:
13:06:37   python3-dnf-plugins-core-4.0.21-18.el8.noarch                                 
13:06:37 Installed:
13:06:37   dnf-plugins-core-4.0.21-18.el8.noarch     python3-systemd-234-8.el8.x86_64    
13:06:37 
13:06:37 Complete!
13:06:37 + case ${DIST_ID}:${DIST_VERSION} in
13:06:37 + install_rpm_containerd
13:06:37 + '[' staging = stage ']'
13:06:37 + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo
13:06:37 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo'
13:06:37 + dnf --version
13:06:37 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo
13:06:37   Installing       : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3    9/53 
13:06:37   Running scriptlet: docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3    9/53 
13:06:37   Installing       : libnl3-3.7.0-1.fc36.aarch64                          10/53 
13:06:37   Installing       : libibverbs-39.0-1.fc36.aarch64                       11/53 
13:06:37   Installing       : libpcap-14:1.10.3-1.fc36.aarch64                     12/53 
13:06:37   Installing       : iptables-legacy-libs-1.8.7-15.fc36.aarch64           13/53 
13:06:37   Installing       : libbpf-2:0.7.0-3.fc36.aarch64                        14/53 
13:06:37   Installing       : libargon2-20171227-9.fc36.aarch64                    15/53 
13:06:37   Installing       : dbus-common-1:1.14.4-1.fc36.noarch                   16/53 
13:06:37   Running scriptlet: dbus-common-1:1.14.4-1.fc36.noarch                   16/53 
13:06:37   Running scriptlet: dbus-broker-32-1.fc36.aarch64                        17/53 
13:06:37   Installing       : dbus-broker-32-1.fc36.aarch64                        17/53 
13:06:37   Running scriptlet: dbus-broker-32-1.fc36.aarch64                        17/53 
13:06:37   Installing       : dbus-1:1.14.4-1.fc36.aarch64                         18/53 
13:06:37 4.7.0
13:06:37   Installed: dnf-0:4.7.0-11.el8.noarch at Mon Sep 19 22:01:10 2022
13:06:37   Built    : CentOS Buildsys <bugs@centos.org> at Wed Jul 27 13:05:47 2022
13:06:37 
13:06:37   Installed: rpm-0:4.14.3-23.el8.x86_64 at Tue Sep  6 17:17:37 2022
13:06:37   Built    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> at Tue Apr  5 18:38:09 2022
13:06:37 + dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
13:06:37   Installing       : xz-5.2.5-9.fc36.aarch64                              19/53 
13:06:37   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch                20/53 
13:06:37   Installing       : libxkbcommon-1.4.0-1.fc36.aarch64                    21/53 
13:06:37   Installing       : qrencode-libs-4.1.1-2.fc36.aarch64                   22/53 
13:06:37   Running scriptlet: libutempter-1.2.1-6.fc36.aarch64                     23/53 
13:06:37   Installing       : libutempter-1.2.1-6.fc36.aarch64                     23/53 
13:06:37   Installing       : util-linux-2.38-1.fc36.aarch64                       24/53 
13:06:37 warning: /etc/adjtime created as /etc/adjtime.rpmnew
13:06:37 
13:06:37   Installing       : policycoreutils-3.3-4.fc36.aarch64                   25/53 
13:06:37   Running scriptlet: policycoreutils-3.3-4.fc36.aarch64                   25/53 
13:06:37   Installing       : rpm-plugin-selinux-4.17.1-3.fc36.aarch64             26/53 
13:06:37   Installing       : selinux-policy-36.17-1.fc36.noarch                   27/53 
13:06:37 Adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
13:06:38   Running scriptlet: selinux-policy-36.17-1.fc36.noarch                   27/53 
13:06:38   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          28/53 
13:06:38   Installing       : selinux-policy-targeted-36.17-1.fc36.noarch          28/53 
13:06:38 + dnf config-manager --set-disabled 'docker-ce-*'
13:06:38 + dnf config-manager --set-enabled docker-ce-test
13:06:38 + dnf makecache
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0c59aaeb7b26324d3) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[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-844@tmp/562b98bf-698e-458e-8b37-196b19cfdc53/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:06:39 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:06:39 chowning workspace
[Pipeline] sh
13:06:39 + pwd
13:06:39 + id -u
13:06:39 + id -g
13:06:39 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
13:06:39 CentOS Stream 8 - AppStream                     7.1 kB/s | 4.4 kB     00:00    
[Pipeline] echo
13:06:40 Removing all docker containers
[Pipeline] sh
13:06:40 From https://github.com/docker/docker
13:06:40  * [new branch]      23.0       -> 23.0
13:06:40  * [new branch]      23.0       -> origin/23.0
13:06:40 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
13:06:40 CentOS Stream 8 - BaseOS                        8.2 kB/s | 3.9 kB     00:00    
13:06:40 + docker container ls -aq
[Pipeline] echo
13:06:40 Docker containers have been removed
[Pipeline] echo
13:06:40 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:06:40 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (ubuntu-bionic-armhf)
[Pipeline] sh
13:06:40 + echo starting...
13:06:40 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
13:06:40 git init src/github.com/docker/buildx
13:06:40 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
13:06:40 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:06:40 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
13:06:40 + SRC=src/github.com/docker/buildx
13:06:40 + REF=v0.10.2
13:06:40 + REF_FETCH=v0.10.2
13:06:40 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
13:06:40 + awk {print $2}
13:06:40 + REF=refs/tags/v0.10.2
13:06:40 + [ -n refs/tags/v0.10.2 ]
13:06:40 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
13:06:40 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
13:06:40 CentOS Stream 8 - Extras                        6.6 kB/s | 2.9 kB     00:00    
13:06:40 + docker version
13:06:40 Client: Docker Engine - Community
13:06:40  Version:           22.06.0-beta.0
13:06:40  API version:       1.42
13:06:40  Go version:        go1.18.3
13:06:40  Git commit:        3e9117b
13:06:40  Built:             Fri Jun  3 17:56:06 2022
13:06:40  OS/Arch:           linux/arm
13:06:40  Context:           default
13:06:40 
13:06:40 Server: Docker Engine - Community
13:06:40  Engine:
13:06:40   Version:          22.06.0-beta.0
13:06:40   API version:      1.42 (minimum version 1.12)
13:06:40   Go version:       go1.18.3
13:06:40   Git commit:       38633e7
13:06:40   Built:            Fri Jun  3 17:56:06 2022
13:06:40   OS/Arch:          linux/arm
13:06:40   Experimental:     true
13:06:40  containerd:
13:06:40   Version:          1.6.8
13:06:40   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
13:06:40  runc:
13:06:40   Version:          1.1.4
13:06:40   GitCommit:        v1.1.4-0-g5fd4c4d
13:06:40  docker-init:
13:06:40   Version:          0.19.0
13:06:40   GitCommit:        de40ad0
[Pipeline] sh
13:06:41 + docker info
13:06:41 Client:
13:06:41  Context:    default
13:06:41  Debug Mode: false
13:06:41  Plugins:
13:06:41   buildx: Docker Buildx (Docker Inc.)
13:06:41     Version:  v0.8.2
13:06:41     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
13:06:41   compose: Docker Compose (Docker Inc.)
13:06:41     Version:  v2.12.0
13:06:41     Path:     /usr/libexec/docker/cli-plugins/docker-compose
13:06:41 
13:06:41 Server:
13:06:41  Containers: 0
13:06:41   Running: 0
13:06:41   Paused: 0
13:06:41   Stopped: 0
13:06:41  Images: 4
13:06:41  Server Version: 22.06.0-beta.0
13:06:41  Storage Driver: overlay2
13:06:41   Backing Filesystem: extfs
13:06:41   Supports d_type: true
13:06:41   Using metacopy: false
13:06:41   Native Overlay Diff: true
13:06:41   userxattr: false
13:06:41  Logging Driver: json-file
13:06:41  Cgroup Driver: cgroupfs
13:06:41  Cgroup Version: 1
13:06:41  Plugins:
13:06:41   Volume: local
13:06:41   Network: bridge host ipvlan macvlan null overlay
13:06:41   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:06:41  Swarm: inactive
13:06:41  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
13:06:41  Default Runtime: runc
13:06:41  Init Binary: docker-init
13:06:41  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
13:06:41  runc version: v1.1.4-0-g5fd4c4d
13:06:41  init version: de40ad0
13:06:41  Security Options:
13:06:41   apparmor
13:06:41   seccomp
13:06:41    Profile: builtin
13:06:41  Kernel Version: 5.4.0-1088-aws
13:06:41  Operating System: Ubuntu 18.04.6 LTS
13:06:41  OSType: linux
13:06:41  Architecture: armv8l
13:06:41  CPUs: 2
13:06:41  Total Memory: 7.566GiB
13:06:41  Name: ip-10-100-69-239
13:06:41  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
13:06:41  Docker Root Dir: /var/lib/docker
13:06:41  Debug Mode: false
13:06:41  Username: dockerbuildbot
13:06:41  Registry: https://index.docker.io/v1/
13:06:41  Labels:
13:06:41  Experimental: true
13:06:41  Insecure Registries:
13:06:41   127.0.0.0/8
13:06:41  Live Restore Enabled: true
13:06:41 
13:06:41 WARNING: No swap limit support
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
13:06:41 The recommended git tool is: git
13:06:41 using credential docker-jenkins-github-credentials
13:06:41 Cloning the remote Git repository
13:06:41 Cloning with configured refspecs honoured and without tags
13:06:41 CentOS Stream 8 - Extras common packages        5.2 kB/s | 3.0 kB     00:00    
13:06:41 Docker CE Test - x86_64                         101 kB/s |  46 kB     00:00    
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
13:06:41 Fetching without tags
13:06:41 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
13:06:42 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
13:06:42 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
13:06:42 Commit message: "bump compose version to v2.16.0"
13:06:42 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'.
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
[Pipeline] sh
13:06:42 + make clean
13:06:42 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
13:06:42 rm -f -r src
13:06:42 make -C rpm clean
13:06:42 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
13:06:42 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:06:42 rm -f -r rpmbuild/
13:06:42 docker builder prune -f --filter until=24h
13:06:42 Total:	0B
13:06:42 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
13:06:42 make -C deb clean
13:06:42 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:06:42 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:06:42 rm -f -r debbuild
13:06:42 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
13:06:42 rm -f -r sources
13:06:42 docker builder prune -f --filter until=24h
13:06:43 Metadata cache created.
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
13:06:43 Total:	0B
13:06:43 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:06:43 make -C static clean
13:06:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
13:06:43 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
13:06:43 rm -f -r build
13:06:43 docker builder prune -f --filter until=24h
13:06:43 Total:	0B
13:06:43 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
13:06:43 From https://github.com/docker/buildx
13:06:43  * [new tag]         v0.10.2    -> v0.10.2
13:06:43 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
13:06:43 [DEBUG] Installing engine rpms
13:06:43 + echo '[DEBUG] Installing engine rpms'
13:06:43 ++ find rpm/rpmbuild/centos-8/RPMS/ -type f -name '*.rpm'
13:06:43 ++ sed /src/d
13:06:43 + packages='rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64.rpm
13:06:43 rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64.rpm
13:06:43 rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64.rpm
13:06:43 rpm/rpmbuild/centos-8/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el8.x86_64.rpm
13:06:43 rpm/rpmbuild/centos-8/RPMS/x86_64/docker-compose-plugin-2.16.0-0.el8.x86_64.rpm
13:06:43 rpm/rpmbuild/centos-8/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el8.x86_64.rpm'
13:06:43 + set -x
13:06:43 ++ source /etc/os-release
13:06:43 +++ NAME='CentOS Stream'
13:06:43 +++ VERSION=8
13:06:43 +++ ID=centos
13:06:43 +++ ID_LIKE='rhel fedora'
13:06:43 +++ VERSION_ID=8
13:06:43 +++ PLATFORM_ID=platform:el8
13:06:43 +++ PRETTY_NAME='CentOS Stream 8'
13:06:43 +++ ANSI_COLOR='0;31'
13:06:43 +++ CPE_NAME=cpe:/o:centos:centos:8
13:06:43 +++ HOME_URL=https://centos.org/
13:06:43 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:06:43 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8'
13:06:43 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
13:06:43 ++ echo 'CentOS Stream'
13:06:43 + product_version='CentOS Stream'
13:06:43 + '[' 'CentOS Stream' = rawhide ']'
13:06:43 + dnf install -y rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-compose-plugin-2.16.0-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el8.x86_64.rpm
13:06:43 + popd
13:06:43 + exit 0
13:06:43 ~/rpmbuild/BUILD/src
13:06:43 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.v5cUAa
13:06:43 + umask 022
13:06:43 + cd /root/rpmbuild/BUILD
13:06:43 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.x86_64 '!=' / ']'
13:06:43 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.x86_64
13:06:43 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.x86_64
13:06:43 + mkdir -p /root/rpmbuild/BUILDROOT
13:06:43 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.x86_64
13:06:43 + cd src
13:06:43 + pushd /root/rpmbuild/BUILD/src/buildx
13:06:43 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:06:43 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:06:43 + popd
13:06:43 + /usr/lib/rpm/check-buildroot
13:06:43 ~/rpmbuild/BUILD/src
13:06:43 + /usr/lib/rpm/redhat/brp-compress
13:06:43 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:06:43 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:06:43 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:06:43 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:06:43 + /usr/lib/rpm/redhat/brp-python-hardlink
13:06:43 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:06:43 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.AyX1nv
13:06:43 + umask 022
13:06:43 + cd /root/rpmbuild/BUILD
13:06:43 + cd src
13:06:43 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:06:43 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:06:43 + ver=v0.10.2
13:06:43 + test v0.10.2 = v0.10.2
13:06:43 PASS: docker-buildx version OK
13:06:43 + echo 'PASS: docker-buildx version OK'
13:06:43 + exit 0
13:06:43 Processing files: docker-buildx-plugin-0.10.2-0.el7.x86_64
13:06:43 Provides: docker-buildx-plugin = 0:0.10.2-0.el7 docker-buildx-plugin(x86-64) = 0:0.10.2-0.el7
13:06:43 Requires(interp): /bin/sh /bin/sh /bin/sh
13:06:43 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:06:43 Requires(post): /bin/sh
13:06:43 Requires(preun): /bin/sh
13:06:43 Requires(postun): /bin/sh
13:06:43 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.x86_64
13:06:43 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.el7.src.rpm
13:06:43 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el7.x86_64.rpm
13:06:43 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.DzxGYO
13:06:43 + umask 022
13:06:43 + cd /root/rpmbuild/BUILD
13:06:43 + cd src
13:06:43 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.x86_64
13:06:43 + exit 0
13:06:43 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.yc88Wp
13:06:43 + umask 022
13:06:43 + cd /root/rpmbuild/BUILD
13:06:43 + cd /root/rpmbuild/BUILD
13:06:43 + rm -rf src
13:06:43 + /usr/bin/mkdir -p src
13:06:43 + cd src
13:06:43 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:06:43 + /usr/bin/tar -xf -
13:06:43 + STATUS=0
13:06:43 + '[' 0 -ne 0 ']'
13:06:43 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:06:43 + /usr/bin/tar -xf -
13:06:43 + STATUS=0
13:06:43 + '[' 0 -ne 0 ']'
13:06:43 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:06:43 + exit 0
13:06:43 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xzn5w1
13:06:43 + umask 022
13:06:43 + cd /root/rpmbuild/BUILD
13:06:43 + cd src
13:06:43 + pushd /root/rpmbuild/BUILD/src/compose
13:06:43 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:06:43 + make VERSION=v2.16.0 DESTDIR=./bin build
13:06:43 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "./bin/docker-compose" ./cmd
13:06:43 go: downloading github.com/docker/cli v23.0.0+incompatible
13:06:43 go: downloading github.com/theupdateframework/notary v0.7.0
13:06:43 go: downloading github.com/compose-spec/compose-go v1.9.0
13:06:43 go: downloading github.com/hashicorp/go-version v1.6.0
13:06:43 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:06:43 go: downloading github.com/docker/buildx v0.10.2
13:06:43 go: downloading github.com/mattn/go-shellwords v1.0.12
13:06:43 go: downloading github.com/moby/buildkit v0.11.2
13:06:43 go: downloading go.opentelemetry.io/otel v1.13.0
13:06:43 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:06:43 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:06:43 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:06:43 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:06:43 go: downloading golang.org/x/sync v0.1.0
13:06:43 go: downloading github.com/imdario/mergo v0.3.13
13:06:43 go: downloading github.com/containerd/console v1.0.3
13:06:43 go: downloading github.com/buger/goterm v1.0.4
13:06:43 go: downloading github.com/stretchr/testify v1.8.1
13:06:43 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:06:43 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:06:43 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:06:43 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:06:43 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:06:43 go: downloading google.golang.org/grpc v1.50.1
13:06:43 go: downloading k8s.io/client-go v0.22.4
13:06:43 + make REF=23.0 ubuntu-bionic
13:06:43 git init src/github.com/docker/cli
13:06:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
13:06:43 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:06:43 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
13:06:43 + SRC=src/github.com/docker/cli
13:06:43 + REF=23.0
13:06:43 + REF_FETCH=23.0
13:06:43 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
13:06:43 + awk {print $2}
13:06:43 + REF=refs/heads/23.0
13:06:43 + [ -n refs/heads/23.0 ]
13:06:43 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
13:06:43 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
13:06:43 go: downloading k8s.io/api v0.22.4
13:06:43 git init src/github.com/docker/compose
13:06:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
13:06:43 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:06:43 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
13:06:43 + SRC=src/github.com/docker/compose
13:06:43 + REF=v2.16.0
13:06:43 + REF_FETCH=v2.16.0
13:06:43 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
13:06:43 + awk {print $2}
13:06:43 + REF=refs/tags/v2.16.0
13:06:43 + [ -n refs/tags/v2.16.0 ]
13:06:43 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
13:06:43 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
13:06:43 Last metadata expiration check: 0:00:02 ago on Wed Feb  8 13:06:41 2023.
13:06:44 go: downloading k8s.io/apimachinery v0.22.4
13:06:44 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:06:44 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:06:44 ~/rpmbuild/BUILD/src
13:06:44 + popd
13:06:44 + exit 0
13:06:44 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.K8aTHT
13:06:44 + umask 022
13:06:44 + cd /root/rpmbuild/BUILD
13:06:44 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64 '!=' / ']'
13:06:44 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64
13:06:44 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64
13:06:44 + mkdir -p /root/rpmbuild/BUILDROOT
13:06:44 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64
13:06:44 + cd src
13:06:44 + pushd /root/rpmbuild/BUILD/src/compose
13:06:44 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:06:44 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:06:44 + popd
13:06:44 + for f in LICENSE MAINTAINERS NOTICE README.md
13:06:44 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:06:44 ~/rpmbuild/BUILD/src
13:06:44 + for f in LICENSE MAINTAINERS NOTICE README.md
13:06:44 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:06:44 + for f in LICENSE MAINTAINERS NOTICE README.md
13:06:44 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:06:44 + for f in LICENSE MAINTAINERS NOTICE README.md
13:06:44 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:06:44 + /usr/lib/rpm/check-buildroot
13:06:44 + /usr/lib/rpm/redhat/brp-compress
13:06:44 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:06:44 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:06:44 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:06:44 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:06:44 + /usr/lib/rpm/redhat/brp-python-hardlink
13:06:44 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:06:44 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.TwmKE7
13:06:44 + umask 022
13:06:44 + cd /root/rpmbuild/BUILD
13:06:44 + cd src
13:06:44 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:06:44 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:06:44 + ver=v2.16.0
13:06:44 + test v2.16.0 = v2.16.0
13:06:44 + echo 'PASS: docker-compose version OK'
13:06:44 + exit 0
13:06:44 PASS: docker-compose version OK
13:06:44 Processing files: docker-compose-plugin-2.16.0-0.el7.aarch64
13:06:44 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0fvCTm
13:06:44 + umask 022
13:06:44 + cd /root/rpmbuild/BUILD
13:06:44 + cd src
13:06:44 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64/usr/share/doc/docker-compose-plugin-2.16.0
13:06:44 + export DOCDIR
13:06:44 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64/usr/share/doc/docker-compose-plugin-2.16.0
13:06:44 + 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.16.0-0.el7.aarch64/usr/share/doc/docker-compose-plugin-2.16.0
13:06:44 + exit 0
13:06:44 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.FiJkAB
13:06:44 + umask 022
13:06:44 + cd /root/rpmbuild/BUILD
13:06:44 + cd src
13:06:44 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64/usr/share/licenses/docker-compose-plugin-2.16.0
13:06:44 + export LICENSEDIR
13:06:44 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64/usr/share/licenses/docker-compose-plugin-2.16.0
13:06:44 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64/usr/share/licenses/docker-compose-plugin-2.16.0
13:06:44 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64/usr/share/licenses/docker-compose-plugin-2.16.0
13:06:44 + exit 0
13:06:44 Provides: docker-compose-plugin = 0:2.16.0-0.el7 docker-compose-plugin(aarch-64) = 0:2.16.0-0.el7
13:06:44 Requires(interp): /bin/sh /bin/sh /bin/sh
13:06:44 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:06:44 Requires(post): /bin/sh
13:06:44 Requires(preun): /bin/sh
13:06:44 Requires(postun): /bin/sh
13:06:44 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64
13:06:44 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.el7.src.rpm
13:06:44 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el7.aarch64.rpm
13:06:44 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tqFxJq
13:06:44 + umask 022
13:06:44 + cd /root/rpmbuild/BUILD
13:06:44 + cd src
13:06:44 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.aarch64
13:06:44 + exit 0
13:06:44 From https://github.com/docker/compose
13:06:44  * [new tag]         v2.16.0    -> v2.16.0
13:06:44 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
13:06:44 git init src/github.com/docker/scan-cli-plugin
13:06:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
13:06:44 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:06:44 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
13:06:44 + SRC=src/github.com/docker/scan-cli-plugin
13:06:44 + REF=v0.23.0
13:06:44 + REF_FETCH=v0.23.0
13:06:44 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
13:06:44 + awk {print $2}
13:06:44 + REF=refs/tags/v0.23.0
13:06:44 + [ -n refs/tags/v0.23.0 ]
13:06:44 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
13:06:44 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
13:06:44 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:06:44 go: downloading github.com/golang/mock v1.6.0
13:06:44 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:06:44 go: downloading github.com/hashicorp/errwrap v1.1.0
13:06:44 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:06:44 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:06:44 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:06:44 go: downloading golang.org/x/net v0.4.0
13:06:44 From https://github.com/docker/scan-cli-plugin
13:06:44  * [new tag]         v0.23.0    -> v0.23.0
13:06:44 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
13:06:44 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 raspbian-bookworm
13:06:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:06:44 mkdir -p sources
13:06:44 docker run --rm -w /v \
13:06:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
13:06:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:06:44 	alpine \
13:06:44 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:06:44 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:06:44 go: downloading golang.org/x/term v0.3.0
13:06:44 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:06:44 go: downloading github.com/mattn/go-runewidth v0.0.14
13:06:44 Dependencies resolved.
13:06:44 ======================================================================================================
13:06:44  Package                        Arch    Version                                  Repository       Size
13:06:44 ======================================================================================================
13:06:44 Installing:
13:06:44  docker-buildx-plugin           x86_64  0.10.2-0.el8                             @commandline     12 M
13:06:44  docker-ce                      x86_64  3:0.0.0~20230206193855.ab4ef4a-0.el8     @commandline     23 M
13:06:44  docker-ce-cli                  x86_64  1:0.0.0~20230206193855.ab4ef4a-0.el8     @commandline    7.1 M
13:06:44  docker-ce-rootless-extras      x86_64  0.0.0~20230206193855.ab4ef4a-0.el8       @commandline    4.7 M
13:06:44  docker-compose-plugin          x86_64  2.16.0-0.el8                             @commandline     11 M
13:06:44  docker-scan-plugin             x86_64  0.23.0-0.el8                             @commandline    3.9 M
13:06:44 Installing dependencies:
13:06:44  checkpolicy                    x86_64  2.9-1.el8                                baseos          348 k
13:06:44  container-selinux              noarch  2:2.189.0-1.module_el8.7.0+1216+b022c01d appstream        60 k
13:06:44  containerd.io                  x86_64  1.6.16-3.1.el8                           docker-ce-test   33 M
13:06:44  diffutils                      x86_64  3.6-6.el8                                baseos          358 k
13:06:44  fuse-common                    x86_64  3.3.0-16.el8                             baseos           22 k
13:06:44  fuse-overlayfs                 x86_64  1.9-1.module_el8.7.0+1216+b022c01d       appstream        73 k
13:06:44  fuse3                          x86_64  3.3.0-16.el8                             baseos           54 k
13:06:44  fuse3-libs                     x86_64  3.3.0-16.el8                             baseos           95 k
13:06:44  iptables                       x86_64  1.8.4-24.el8                             baseos          586 k
13:06:44  iptables-libs                  x86_64  1.8.4-24.el8                             baseos          109 k
13:06:44  kmod                           x86_64  25-19.el8                                baseos          126 k
13:06:44  libcgroup                      x86_64  0.41-19.el8                              baseos           70 k
13:06:44  libibverbs                     x86_64  41.0-1.el8                               baseos          394 k
13:06:44  libmnl                         x86_64  1.0.4-6.el8                              baseos           30 k
13:06:44  libnetfilter_conntrack         x86_64  1.0.6-5.el8                              baseos           65 k
13:06:44  libnfnetlink                   x86_64  1.0.1-13.el8                             baseos           33 k
13:06:44  libnftnl                       x86_64  1.1.5-5.el8                              baseos           83 k
13:06:44  libpcap                        x86_64  14:1.9.1-5.el8                           baseos          169 k
13:06:44  libselinux-utils               x86_64  2.9-6.el8                                baseos          243 k
13:06:44  libslirp                       x86_64  4.4.0-1.module_el8.7.0+1216+b022c01d     appstream        70 k
13:06:44  policycoreutils                x86_64  2.9-21.1.el8                             baseos          375 k
13:06:44  policycoreutils-python-utils   noarch  2.9-21.1.el8                             baseos          253 k
13:06:44  python3-audit                  x86_64  3.0.7-4.el8                              baseos           87 k
13:06:44  python3-libselinux             x86_64  2.9-6.el8                                baseos          283 k
13:06:44  python3-libsemanage            x86_64  2.9-9.el8                                baseos          128 k
13:06:44  python3-policycoreutils        noarch  2.9-21.1.el8                             baseos          2.2 M
13:06:44  python3-setools                x86_64  4.3.0-3.el8                              baseos          624 k
13:06:44  rpm-plugin-selinux             x86_64  4.14.3-23.el8                            baseos           78 k
13:06:44  selinux-policy                 noarch  3.14.3-114.el8                           baseos          658 k
13:06:44  selinux-policy-targeted        noarch  3.14.3-114.el8                           baseos           15 M
13:06:44  slirp4netns                    x86_64  1.2.0-2.module_el8.7.0+1216+b022c01d     appstream        54 k
13:06:44  xz                             x86_64  5.2.4-4.el8                              baseos          153 k
13:06:44 Downgrading:
13:06:44  xz-libs                        x86_64  5.2.4-4.el8                              baseos           94 k
13:06:44 Enabling module streams:
13:06:44  container-tools                        rhel8                                                         
13:06:44 
13:06:44 Transaction Summary
13:06:44 ======================================================================================================
13:06:44 Install    38 Packages
13:06:44 Downgrade   1 Package
13:06:44 
13:06:44 Total size: 118 M
13:06:44 Total download size: 56 M
13:06:44 Downloading Packages:
13:06:44 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:06:44 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:06:44 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:06:45 From https://github.com/docker/cli
13:06:45  * [new branch]      23.0       -> 23.0
13:06:45  * [new branch]      23.0       -> origin/23.0
13:06:45 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
13:06:45 git init src/github.com/docker/docker
13:06:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
13:06:45 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:06:45 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
13:06:45 + SRC=src/github.com/docker/docker
13:06:45 + REF=23.0
13:06:45 + REF_FETCH=23.0
13:06:45 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
13:06:45 + awk {print $2}
13:06:45 go: downloading github.com/go-logr/stdr v1.2.2
13:06:45 go: downloading github.com/containerd/typeurl v1.0.2
13:06:45 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:06:45 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:06:45 go: downloading github.com/gogo/googleapis v1.4.1
13:06:45 + REF=refs/heads/23.0
13:06:45 + [ -n refs/heads/23.0 ]
13:06:45 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
13:06:45 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
13:06:45 (1/33): container-selinux-2.189.0-1.module_el8. 265 kB/s |  60 kB     00:00    
13:06:45 (2/33): xz-libs-5.2.4-4.el8.x86_64.rpm          404 kB/s |  94 kB     00:00    
13:06:45 (3/33): fuse-overlayfs-1.9-1.module_el8.7.0+121 312 kB/s |  73 kB     00:00    
13:06:45 (4/33): libslirp-4.4.0-1.module_el8.7.0+1216+b0 6.6 MB/s |  70 kB     00:00    
13:06:45 (5/33): slirp4netns-1.2.0-2.module_el8.7.0+1216 5.3 MB/s |  54 kB     00:00    
13:06:45 (6/33): fuse-common-3.3.0-16.el8.x86_64.rpm     5.1 MB/s |  22 kB     00:00    
13:06:45 (7/33): checkpolicy-2.9-1.el8.x86_64.rpm         21 MB/s | 348 kB     00:00    
13:06:45 (8/33): fuse3-3.3.0-16.el8.x86_64.rpm           6.1 MB/s |  54 kB     00:00    
13:06:45 (9/33): fuse3-libs-3.3.0-16.el8.x86_64.rpm       12 MB/s |  95 kB     00:00    
13:06:45 (10/33): diffutils-3.6-6.el8.x86_64.rpm          13 MB/s | 358 kB     00:00    
13:06:45 (11/33): iptables-libs-1.8.4-24.el8.x86_64.rpm   10 MB/s | 109 kB     00:00    
13:06:45 (12/33): kmod-25-19.el8.x86_64.rpm               12 MB/s | 126 kB     00:00    
13:06:45 (13/33): libcgroup-0.41-19.el8.x86_64.rpm       7.7 MB/s |  70 kB     00:00    
13:06:45 (14/33): iptables-1.8.4-24.el8.x86_64.rpm        17 MB/s | 586 kB     00:00    
13:06:45 (15/33): libmnl-1.0.4-6.el8.x86_64.rpm          2.6 MB/s |  30 kB     00:00    
13:06:45 (16/33): libnetfilter_conntrack-1.0.6-5.el8.x86 9.6 MB/s |  65 kB     00:00    
13:06:45 (17/33): libnfnetlink-1.0.1-13.el8.x86_64.rpm   4.8 MB/s |  33 kB     00:00    
13:06:45 (18/33): libibverbs-41.0-1.el8.x86_64.rpm        13 MB/s | 394 kB     00:00    
13:06:45 (19/33): libnftnl-1.1.5-5.el8.x86_64.rpm        6.8 MB/s |  83 kB     00:00    
13:06:45 (20/33): libpcap-1.9.1-5.el8.x86_64.rpm          13 MB/s | 169 kB     00:00    
13:06:45 (21/33): libselinux-utils-2.9-6.el8.x86_64.rpm   22 MB/s | 243 kB     00:00    
13:06:45 (22/33): policycoreutils-2.9-21.1.el8.x86_64.rp  22 MB/s | 375 kB     00:00    
13:06:45 (23/33): python3-audit-3.0.7-4.el8.x86_64.rpm   9.0 MB/s |  87 kB     00:00    
13:06:45 (24/33): policycoreutils-python-utils-2.9-21.1.  12 MB/s | 253 kB     00:00    
13:06:45 (25/33): python3-libsemanage-2.9-9.el8.x86_64.r  14 MB/s | 128 kB     00:00    
13:06:45 (26/33): python3-libselinux-2.9-6.el8.x86_64.rp  12 MB/s | 283 kB     00:00    
13:06:45 (27/33): rpm-plugin-selinux-4.14.3-23.el8.x86_6  15 MB/s |  78 kB     00:00    
13:06:45 (28/33): python3-setools-4.3.0-3.el8.x86_64.rpm  28 MB/s | 624 kB     00:00    
13:06:45 (29/33): selinux-policy-3.14.3-114.el8.noarch.r  32 MB/s | 658 kB     00:00    
13:06:45 (30/33): xz-5.2.4-4.el8.x86_64.rpm               20 MB/s | 153 kB     00:00    
13:06:45 (31/33): python3-policycoreutils-2.9-21.1.el8.n  35 MB/s | 2.2 MB     00:00    
13:06:46 make[1]: Leaving directory '/root/build-deb'
13:06:46  dpkg-genbuildinfo
13:06:46  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.changes
13:06:46 (32/33): selinux-policy-targeted-3.14.3-114.el8  69 MB/s |  15 MB     00:00    
13:06:46 (33/33): containerd.io-1.6.16-3.1.el8.x86_64.rp  68 MB/s |  33 MB     00:00    
13:06:46 --------------------------------------------------------------------------------
13:06:46 Total                                            36 MB/s |  56 MB     00:01     
13:06:46 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-7"
13:06:46 make[2]: Leaving directory '/root/build-deb/compose'
13:06:46 # Build the scan-plugin
13:06:46 # TODO change once we support scan-plugin on other architectures
13:06:46 if [ "armhf" = "amd64" ]; then \
13:06:46 	cd /go/src/github.com/docker/scan-cli-plugin \
13:06:46 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:06:46 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:06:46 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:06:46 fi
13:06:46 make[1]: Leaving directory '/root/build-deb'
13:06:46    debian/rules override_dh_auto_test
13:06:46 make[1]: Entering directory '/root/build-deb'
13:06:46 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:06:46 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:06:46 PASS: daemon version OK
13:06:46 ver="$(cli/build/docker --version)"; \
13:06:46 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:06:46 PASS: cli version OK
13:06:46 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:06:46 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:06:46 PASS: docker-buildx version OK
13:06:46 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:06:46 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:06:46 PASS: docker-compose version OK
13:06:46 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:06:46 # TODO change once we support scan-plugin on other architectures
13:06:46 if [ "armhf" = "amd64" ]; then \
13:06:46 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:06:46 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:06:46 fi
13:06:46 make[1]: Leaving directory '/root/build-deb'
13:06:46    create-stamp debian/debhelper-build-stamp
13:06:46  debian/rules binary
13:06:46 dh binary --with=bash-completion
13:06:46    dh_testroot
13:06:46    dh_prep
13:06:46    dh_installdirs
13:06:46    debian/rules override_dh_auto_install
13:06:46 make[1]: Entering directory '/root/build-deb'
13:06:46 # docker-ce-cli install
13:06:46 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:06:46 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:06:46 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:06:46 # docker-ce install
13:06:46 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:06:46 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:06:46 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:06:46 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:06:46 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:06:46 # docker-buildx-plugin install
13:06:46 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:06:46 # docker-compose-plugin install
13:06:46 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:06:46 # docker-scan-plugin install
13:06:46 # TODO change once we support scan-plugin on other architectures
13:06:46 if [ "armhf" = "amd64" ]; then \
13:06:46 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:06:46 fi
13:06:46 # docker-ce-rootless-extras install
13:06:46 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:06:46 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:06:46 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:06:46 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:06:46 # TODO: how can we install vpnkit?
13:06:46 make[1]: Leaving directory '/root/build-deb'
13:06:46    debian/rules override_dh_install
13:06:46 make[1]: Entering directory '/root/build-deb'
13:06:46 dh_install
13:06:46 # TODO Can we do this from within our container?
13:06:46 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:06:46 make[1]: Leaving directory '/root/build-deb'
13:06:46    dh_installdocs
13:06:46    dh_installchangelogs
13:06:46    dh_installman
13:06:46    dh_bash-completion
13:06:46    dh_systemd_enable
13:06:46    debian/rules override_dh_installinit
13:06:46 make[1]: Entering directory '/root/build-deb'
13:06:46 # use "docker" as our service name, not "docker-ce"
13:06:46 dh_installinit --name=docker
13:06:46 make[1]: Leaving directory '/root/build-deb'
13:06:46    dh_systemd_start
13:06:46    dh_perl
13:06:46    dh_link
13:06:46    dh_strip_nondeterminism
13:06:46    dh_compress
13:06:46    dh_fixperms
13:06:46    dh_missing
13:06:46    debian/rules override_dh_strip
13:06:46 make[1]: Entering directory '/root/build-deb'
13:06:46 # Go has lots of problems with stripping, so just don't
13:06:46 make[1]: Leaving directory '/root/build-deb'
13:06:46    dh_makeshlibs
13:06:46    debian/rules override_dh_shlibdeps
13:06:46 make[1]: Entering directory '/root/build-deb'
13:06:46 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:06:46 make[1]: Leaving directory '/root/build-deb'
13:06:46    dh_installdeb
13:06:46    debian/rules override_dh_gencontrol
13:06:46 make[1]: Entering directory '/root/build-deb'
13:06:46 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:06:46 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:06:46 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:06:46 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:06:46 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:06:46 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:06:46 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:06:46 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:06:46 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:06:46 if [ "armhf" = "amd64" ]; then \
13:06:46 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:06:46 fi
13:06:46 dh_gencontrol --remaining-packages
13:06:46 make[1]: Leaving directory '/root/build-deb'
13:06:46    dh_md5sums
13:06:46    debian/rules override_dh_builddeb
13:06:46 make[1]: Entering directory '/root/build-deb'
13:06:46 dh_builddeb -- -Zxz
13:06:46 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'.
13:06:46 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb'.
13:06:46 dpkg-genchanges: info: including full source code in upload
13:06:46  dpkg-source -I.git --after-build .
13:06:46 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:06:46 + destination=/build
13:06:46 + mkdir -p /build
13:06:46 + mv -v /root/docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb /root/docker-compose-plugin_2.16.0-1~debian.10~buster_armhf.deb /build
13:06:46 copied '/root/docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb'
13:06:46 removed '/root/docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb'
13:06:46 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'
13:06:46 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'
13:06:46 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'
13:06:46 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'
13:06:46 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc'
13:06:46 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc'
13:06:46 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz'
13:06:46 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz'
13:06:46 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.buildinfo'
13:06:46 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.buildinfo'
13:06:46 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.changes'
13:06:46 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.changes'
13:06:46 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'
13:06:46 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'
13:06:46 copied '/root/docker-compose-plugin_2.16.0-1~debian.10~buster_armhf.deb' -> '/build/docker-compose-plugin_2.16.0-1~debian.10~buster_armhf.deb'
13:06:46 removed '/root/docker-compose-plugin_2.16.0-1~debian.10~buster_armhf.deb'
13:06:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:06:47 + make IMAGE=centos:7 verify
13:06:47 docker run  --rm -i \
13:06:47 	-v "$(pwd):/v" \
13:06:47 	-e DEBIAN_FRONTEND=noninteractive \
13:06:47 	-e PACKAGE_REPO=staging \
13:06:47 	-w /v \
13:06:47 	centos:7 ./verify
13:06:47 Unable to find image 'centos:7' locally
13:06:47 7: Pulling from library/centos
13:06:47 Docker CE Test - x86_64                         7.4 kB/s | 1.6 kB     00:00    
13:06:47 Importing GPG key 0x621E9F35:
13:06:47  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
13:06:47  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
13:06:47  From       : https://download.docker.com/linux/centos/gpg
13:06:47 Key imported successfully
13:06:47 6717b8ec66cd: Already exists
13:06:47 Digest: sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4
13:06:47 Status: Downloaded newer image for centos:7
13:06:47 Running transaction check
13:06:47 Transaction check succeeded.
13:06:47 Running transaction test
13:06:47 mkdir -p sources
13:06:47 docker run --rm -w /v \
13:06:47 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
13:06:47 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:06:47 	alpine \
13:06:47 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:06:48 + verify
13:06:48 + dpkg --version
13:06:48 + rpm --version
13:06:48 + verify_rpm
13:06:48 ++ . /etc/os-release
13:06:48 +++ NAME='CentOS Linux'
13:06:48 +++ VERSION='7 (AltArch)'
13:06:48 +++ ID=centos
13:06:48 +++ ID_LIKE='rhel fedora'
13:06:48 +++ VERSION_ID=7
13:06:48 +++ PRETTY_NAME='CentOS Linux 7 (AltArch)'
13:06:48 +++ ANSI_COLOR='0;31'
13:06:48 +++ CPE_NAME=cpe:/o:centos:centos:7:server
13:06:48 +++ HOME_URL=https://www.centos.org/
13:06:48 +++ BUG_REPORT_URL=https://bugs.centos.org/
13:06:48 +++ CENTOS_MANTISBT_PROJECT=CentOS-7
13:06:48 +++ CENTOS_MANTISBT_PROJECT_VERSION=7
13:06:48 +++ REDHAT_SUPPORT_PRODUCT=centos
13:06:48 +++ REDHAT_SUPPORT_PRODUCT_VERSION=7
13:06:48 ++ echo centos
13:06:48 + DIST_ID=centos
13:06:48 ++ . /etc/os-release
13:06:48 +++ NAME='CentOS Linux'
13:06:48 +++ VERSION='7 (AltArch)'
13:06:48 +++ ID=centos
13:06:48 +++ ID_LIKE='rhel fedora'
13:06:48 +++ VERSION_ID=7
13:06:48 +++ PRETTY_NAME='CentOS Linux 7 (AltArch)'
13:06:48 +++ ANSI_COLOR='0;31'
13:06:48 +++ CPE_NAME=cpe:/o:centos:centos:7:server
13:06:48 +++ HOME_URL=https://www.centos.org/
13:06:48 +++ BUG_REPORT_URL=https://bugs.centos.org/
13:06:48 +++ CENTOS_MANTISBT_PROJECT=CentOS-7
13:06:48 +++ CENTOS_MANTISBT_PROJECT_VERSION=7
13:06:48 +++ REDHAT_SUPPORT_PRODUCT=centos
13:06:48 +++ REDHAT_SUPPORT_PRODUCT_VERSION=7
13:06:48 ++ cut -d. -f1
13:06:48 ++ echo 7
13:06:48 + DIST_VERSION=7
13:06:48 + pkg_manager=yum
13:06:48 + pkg_config_manager=yum-config-manager
13:06:48 + dnf --version
13:06:48 ./verify: line 117: dnf: command not found
13:06:48 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo
13:06:48 + case ${DIST_ID}:${DIST_VERSION} in
13:06:48 + install_rpm_containerd
13:06:48 + '[' staging = stage ']'
13:06:48 + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo
13:06:48 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo'
13:06:48 + dnf --version
13:06:48 install-containerd-helpers: line 27: dnf: command not found
13:06:48 + yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
13:06:48 Loaded plugins: fastestmirror, ovl
13:06:48 Transaction test succeeded.
13:06:48 Running transaction
13:06:48 go: downloading github.com/pelletier/go-toml v1.9.5
13:06:48 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:06:48 go: downloading k8s.io/klog/v2 v2.60.1
13:06:48 go: downloading github.com/google/gofuzz v1.2.0
13:06:48 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:06:48 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:06:48 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:06:48 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:06:48 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:06:48 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:06:48 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:06:48 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:06:48 go: downloading github.com/aws/smithy-go v1.11.2
13:06:48 go: downloading github.com/moby/locker v1.0.1
13:06:48 go: downloading github.com/felixge/httpsnoop v1.0.2
13:06:48 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:06:48 go: downloading gopkg.in/inf.v0 v0.9.1
13:06:48 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:06:48 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:06:48 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:06:48 go: downloading github.com/googleapis/gnostic v0.5.5
13:06:48 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:06:48 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:06:48 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:06:48 From https://github.com/docker/docker
13:06:48  * [new branch]      23.0       -> 23.0
13:06:48  * [new branch]      23.0       -> origin/23.0
13:06:48 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
13:06:48 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:06:48 go: downloading github.com/json-iterator/go v1.1.12
13:06:48 go: downloading github.com/mattn/go-colorable v0.1.12
13:06:48 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:06:48 go: downloading github.com/containerd/ttrpc v1.1.0
13:06:48 go: downloading github.com/modern-go/reflect2 v1.0.2
13:06:48 go: downloading sigs.k8s.io/yaml v1.2.0
13:06:48 go: downloading github.com/moby/spdystream v0.2.0
13:06:48 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:06:48 go: downloading github.com/mattn/go-isatty v0.0.16
13:06:49 git init src/github.com/docker/buildx
13:06:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
13:06:49 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:06:49 make[2]: Leaving directory '/root/build-deb/compose'
13:06:49 # Build the scan-plugin
13:06:49 # TODO change once we support scan-plugin on other architectures
13:06:49 if [ "armhf" = "amd64" ]; then \
13:06:49 	cd /go/src/github.com/docker/scan-cli-plugin \
13:06:49 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:06:49 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:06:49 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:06:49 fi
13:06:49 make[1]: Leaving directory '/root/build-deb'
13:06:49    debian/rules override_dh_auto_test
13:06:49 make[1]: Entering directory '/root/build-deb'
13:06:49 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:06:49 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:06:49 PASS: daemon version OK
13:06:49 ver="$(cli/build/docker --version)"; \
13:06:49 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:06:49 PASS: cli version OK
13:06:49 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:06:49 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:06:49 PASS: docker-buildx version OK
13:06:49 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:06:49 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:06:49 PASS: docker-compose version OK
13:06:49 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:06:49 # TODO change once we support scan-plugin on other architectures
13:06:49 if [ "armhf" = "amd64" ]; then \
13:06:49 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:06:49 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:06:49 fi
13:06:49 make[1]: Leaving directory '/root/build-deb'
13:06:49    create-stamp debian/debhelper-build-stamp
13:06:49  debian/rules binary
13:06:49 dh binary --with=bash-completion
13:06:49    dh_testroot
13:06:49    dh_prep
13:06:49    dh_installdirs
13:06:49    debian/rules override_dh_auto_install
13:06:49 make[1]: Entering directory '/root/build-deb'
13:06:49 # docker-ce-cli install
13:06:49 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:06:49 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:06:49 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:06:49 # docker-ce install
13:06:49 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:06:49 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:06:49 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:06:49 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:06:49 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:06:49 # docker-buildx-plugin install
13:06:49 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:06:49 # docker-compose-plugin install
13:06:49 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:06:49 # docker-scan-plugin install
13:06:49 # TODO change once we support scan-plugin on other architectures
13:06:49 if [ "armhf" = "amd64" ]; then \
13:06:49 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:06:49 fi
13:06:49 # docker-ce-rootless-extras install
13:06:49 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:06:49 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:06:49 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:06:49 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:06:49 # TODO: how can we install vpnkit?
13:06:49 make[1]: Leaving directory '/root/build-deb'
13:06:49    debian/rules override_dh_install
13:06:49 make[1]: Entering directory '/root/build-deb'
13:06:49 dh_install
13:06:49 # TODO Can we do this from within our container?
13:06:49 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:06:49 make[1]: Leaving directory '/root/build-deb'
13:06:49    dh_installdocs
13:06:49    dh_installchangelogs
13:06:49    dh_installman
13:06:49    dh_bash-completion
13:06:49    dh_systemd_enable
13:06:49    debian/rules override_dh_installinit
13:06:49 make[1]: Entering directory '/root/build-deb'
13:06:49 # use "docker" as our service name, not "docker-ce"
13:06:49 dh_installinit --name=docker
13:06:49 make[1]: Leaving directory '/root/build-deb'
13:06:49    dh_systemd_start
13:06:49    dh_perl
13:06:49    dh_link
13:06:49    dh_strip_nondeterminism
13:06:49    dh_compress
13:06:49    dh_fixperms
13:06:49    dh_missing
13:06:49    debian/rules override_dh_strip
13:06:49 make[1]: Entering directory '/root/build-deb'
13:06:49 # Go has lots of problems with stripping, so just don't
13:06:49 make[1]: Leaving directory '/root/build-deb'
13:06:49    dh_makeshlibs
13:06:49    debian/rules override_dh_shlibdeps
13:06:49 make[1]: Entering directory '/root/build-deb'
13:06:49 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:06:49 make[1]: Leaving directory '/root/build-deb'
13:06:49    dh_installdeb
13:06:49    debian/rules override_dh_gencontrol
13:06:49 make[1]: Entering directory '/root/build-deb'
13:06:49 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:06:49 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:06:49 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:06:49 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:06:49 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:06:49 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:06:49 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:06:49 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:06:49 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:06:49 if [ "armhf" = "amd64" ]; then \
13:06:49 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:06:49 fi
13:06:49 dh_gencontrol --remaining-packages
13:06:49 make[1]: Leaving directory '/root/build-deb'
13:06:49    dh_md5sums
13:06:49    debian/rules override_dh_builddeb
13:06:49 make[1]: Entering directory '/root/build-deb'
13:06:49 dh_builddeb -- -Zxz
13:06:49 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'.
13:06:49 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb'.
13:06:49 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
13:06:49 + SRC=src/github.com/docker/buildx
13:06:49 + REF=v0.10.2
13:06:49 + REF_FETCH=v0.10.2
13:06:49 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
13:06:49 + awk {print $2}
13:06:49 + REF=refs/tags/v0.10.2
13:06:49 + [ -n refs/tags/v0.10.2 ]
13:06:49 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
13:06:49 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
13:06:49   Preparing        :                                                        1/1 
13:06:49   Installing       : python3-libselinux-2.9-6.el8.x86_64                   1/40 
13:06:49   Installing       : libmnl-1.0.4-6.el8.x86_64                             2/40 
13:06:49   Running scriptlet: libmnl-1.0.4-6.el8.x86_64                             2/40 
13:06:49   Downgrading      : xz-libs-5.2.4-4.el8.x86_64                            3/40 
13:06:49   Installing       : docker-scan-plugin-0.23.0-0.el8.x86_64                4/40 
13:06:50   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          28/53 
13:06:50   Running scriptlet: container-selinux-2:2.198.0-1.fc36.noarch            29/53 
13:06:50   Installing       : container-selinux-2:2.198.0-1.fc36.noarch            29/53 
13:06:50 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster"
13:06:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:06:50 + make IMAGE=debian:buster verify
13:06:50 docker run  --rm -i \
13:06:50 	-v "$(pwd):/v" \
13:06:50 	-e DEBIAN_FRONTEND=noninteractive \
13:06:50 	-e PACKAGE_REPO=staging \
13:06:50 	-w /v \
13:06:50 	debian:buster ./verify
13:06:50 Unable to find image 'debian:buster' locally
13:06:50 buster: Pulling from library/debian
13:06:51 6dcab737b693: Already exists
13:06:51 Digest: sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57
13:06:51 Status: Downloaded newer image for debian:buster
13:06:51   Running scriptlet: docker-scan-plugin-0.23.0-0.el8.x86_64                4/40 
13:06:51   Installing       : docker-compose-plugin-2.16.0-0.el8.x86_64             5/40 
13:06:51   Running scriptlet: docker-compose-plugin-2.16.0-0.el8.x86_64             5/40 
13:06:51   Installing       : libselinux-utils-2.9-6.el8.x86_64                     6/40 
13:06:51   Installing       : libnfnetlink-1.0.1-13.el8.x86_64                      7/40 
13:06:51   Running scriptlet: libnfnetlink-1.0.1-13.el8.x86_64                      7/40 
13:06:51   Installing       : fuse3-libs-3.3.0-16.el8.x86_64                        8/40 
13:06:51   Running scriptlet: fuse3-libs-3.3.0-16.el8.x86_64                        8/40 
13:06:51   Installing       : libnetfilter_conntrack-1.0.6-5.el8.x86_64             9/40 
13:06:51   Running scriptlet: libnetfilter_conntrack-1.0.6-5.el8.x86_64             9/40 
13:06:51 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb'.
13:06:51   Installing       : kmod-25-19.el8.x86_64                                10/40 
13:06:51   Installing       : xz-5.2.4-4.el8.x86_64                                11/40 
13:06:51   Installing       : libnftnl-1.1.5-5.el8.x86_64                          12/40 
13:06:51   Running scriptlet: libnftnl-1.1.5-5.el8.x86_64                          12/40 
13:06:51   Installing       : python3-libsemanage-2.9-9.el8.x86_64                 13/40 
13:06:51 + verify
13:06:51 + dpkg --version
13:06:51 + verify_deb
13:06:51 + apt-get update
13:06:51 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
13:06:51 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
13:06:51 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
13:06:51 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'.
13:06:51 Get:4 http://deb.debian.org/debian buster/main armhf Packages [7706 kB]
13:06:52 mkdir -p sources
13:06:52 docker run --rm -w /v \
13:06:52 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
13:06:52 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:06:52 	alpine \
13:06:52 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:06:52 Get:5 http://deb.debian.org/debian-security buster/updates/main armhf Packages [423 kB]
13:06:52 Get:6 http://deb.debian.org/debian buster-updates/main armhf Packages [8784 B]
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0dd43eb346d11518f) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
13:06:52 From https://github.com/docker/buildx
13:06:52  * [new tag]         v0.10.2    -> v0.10.2
13:06:52 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
13:06:52 git init src/github.com/docker/compose
13:06:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
13:06:52 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:06:52 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
13:06:52 + SRC=src/github.com/docker/compose
13:06:52 + REF=v2.16.0
13:06:52 + REF_FETCH=v2.16.0
13:06:52 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
13:06:52 + awk {print $2}
13:06:52 + REF=refs/tags/v2.16.0
13:06:52 + [ -n refs/tags/v2.16.0 ]
13:06:52 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
13:06:52 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
13:06:52   Installing       : python3-setools-4.3.0-3.el8.x86_64                   14/40 
13:06:52   Installing       : docker-buildx-plugin-0.10.2-0.el8.x86_64             15/40 
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-844@tmp/e18f0c90-4132-4ea8-a59b-daa7f73c64b1/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:06:52 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:06:52 chowning workspace
[Pipeline] sh
13:06:53 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb'.
13:06:53 + pwd
13:06:53 + id -u
13:06:53 + id -g
13:06:53 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
13:06:53 Fetched 8350 kB in 2s (4537 kB/s)
13:06:53 From https://github.com/docker/compose
13:06:53  * [new tag]         v2.16.0    -> v2.16.0
13:06:53 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
13:06:53 git init src/github.com/docker/scan-cli-plugin
13:06:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
13:06:53 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:06:53 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
13:06:53 + SRC=src/github.com/docker/scan-cli-plugin
13:06:53 + REF=v0.23.0
13:06:53 + REF_FETCH=v0.23.0
13:06:53 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
13:06:53 + awk {print $2}
13:06:53 + REF=refs/tags/v0.23.0
13:06:53 + [ -n refs/tags/v0.23.0 ]
13:06:53 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
13:06:53 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
13:06:53   Running scriptlet: docker-buildx-plugin-0.10.2-0.el8.x86_64             15/40 
13:06:53   Installing       : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el8   16/40 
13:06:53   Running scriptlet: docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el8   16/40 
13:06:53   Installing       : python3-audit-3.0.7-4.el8.x86_64                     17/40 
13:06:53   Installing       : libibverbs-41.0-1.el8.x86_64                         18/40 
[Pipeline] echo
13:06:53 Removing all docker containers
[Pipeline] sh
13:06:53 From https://github.com/docker/scan-cli-plugin
13:06:53  * [new tag]         v0.23.0    -> v0.23.0
13:06:53 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
13:06:53 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-bionic
13:06:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:06:53 mkdir -p sources
13:06:53 docker run --rm -w /v \
13:06:53 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
13:06:53 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:06:53 	alpine \
13:06:53 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:06:53   Running scriptlet: libibverbs-41.0-1.el8.x86_64                         18/40 
13:06:53   Installing       : libpcap-14:1.9.1-5.el8.x86_64                        19/40 
13:06:53   Installing       : iptables-libs-1.8.4-24.el8.x86_64                    20/40 
13:06:53   Running scriptlet: iptables-1.8.4-24.el8.x86_64                         21/40 
13:06:53   Installing       : iptables-1.8.4-24.el8.x86_64                         21/40 
13:06:53   Running scriptlet: iptables-1.8.4-24.el8.x86_64                         21/40 
13:06:53   Running scriptlet: libcgroup-0.41-19.el8.x86_64                         22/40 
13:06:53   Installing       : libcgroup-0.41-19.el8.x86_64                         22/40 
13:06:53   Running scriptlet: libcgroup-0.41-19.el8.x86_64                         22/40 
13:06:53   Installing       : fuse-common-3.3.0-16.el8.x86_64                      23/40 
13:06:53   Installing       : fuse3-3.3.0-16.el8.x86_64                            24/40 
13:06:54 + docker container ls -aq
[Pipeline] echo
13:06:54 Docker containers have been removed
[Pipeline] echo
13:06:54 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:06:54 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (ubuntu-focal-armhf)
[Pipeline] sh
13:06:54 Reading package lists...
13:06:54   Installing       : fuse-overlayfs-1.9-1.module_el8.7.0+1216+b022c01d.   25/40 
13:06:54   Running scriptlet: fuse-overlayfs-1.9-1.module_el8.7.0+1216+b022c01d.   25/40 
13:06:54   Installing       : diffutils-3.6-6.el8.x86_64                           26/40 
13:06:54   Running scriptlet: diffutils-3.6-6.el8.x86_64                           26/40 
13:06:54   Installing       : policycoreutils-2.9-21.1.el8.x86_64                  27/40 
13:06:54   Running scriptlet: policycoreutils-2.9-21.1.el8.x86_64                  27/40 
13:06:54   Installing       : rpm-plugin-selinux-4.14.3-23.el8.x86_64              28/40 
13:06:54   Installing       : selinux-policy-3.14.3-114.el8.noarch                 29/40 
13:06:54   Running scriptlet: selinux-policy-3.14.3-114.el8.noarch                 29/40 
13:06:54 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:06:54 + echo starting...
13:06:54 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
13:06:54 mkdir -p sources
13:06:54 docker run --rm -w /v \
13:06:54 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
13:06:54 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:06:54 	alpine \
13:06:54 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:06:54 + docker version
13:06:54 Client: Docker Engine - Community
13:06:54  Version:           22.06.0-beta.0
13:06:54  API version:       1.42
13:06:54  Go version:        go1.18.3
13:06:54  Git commit:        3e9117b
13:06:54  Built:             Fri Jun  3 17:56:06 2022
13:06:54  OS/Arch:           linux/arm
13:06:54  Context:           default
13:06:54 
13:06:54 Server: Docker Engine - Community
13:06:54  Engine:
13:06:54   Version:          22.06.0-beta.0
13:06:54   API version:      1.42 (minimum version 1.12)
13:06:54   Go version:       go1.18.3
13:06:54   Git commit:       38633e7
13:06:54   Built:            Fri Jun  3 17:56:06 2022
13:06:54   OS/Arch:          linux/arm
13:06:54   Experimental:     true
13:06:54  containerd:
13:06:54   Version:          1.6.8
13:06:54   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
13:06:54  runc:
13:06:54   Version:          1.1.4
13:06:54   GitCommit:        v1.1.4-0-g5fd4c4d
13:06:54  docker-init:
13:06:54   Version:          0.19.0
13:06:54   GitCommit:        de40ad0
[Pipeline] sh
13:06:55 + docker info
13:06:55 Client:
13:06:55  Context:    default
13:06:55  Debug Mode: false
13:06:55  Plugins:
13:06:55   buildx: Docker Buildx (Docker Inc.)
13:06:55     Version:  v0.8.2
13:06:55     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
13:06:55   compose: Docker Compose (Docker Inc.)
13:06:55     Version:  v2.12.0
13:06:55     Path:     /usr/libexec/docker/cli-plugins/docker-compose
13:06:55 
13:06:55 Server:
13:06:55  Containers: 0
13:06:55   Running: 0
13:06:55   Paused: 0
13:06:55   Stopped: 0
13:06:55  Images: 4
13:06:55  Server Version: 22.06.0-beta.0
13:06:55  Storage Driver: overlay2
13:06:55   Backing Filesystem: extfs
13:06:55   Supports d_type: true
13:06:55   Using metacopy: false
13:06:55   Native Overlay Diff: true
13:06:55   userxattr: false
13:06:55  Logging Driver: json-file
13:06:55  Cgroup Driver: cgroupfs
13:06:55  Cgroup Version: 1
13:06:55  Plugins:
13:06:55   Volume: local
13:06:55   Network: bridge host ipvlan macvlan null overlay
13:06:55   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:06:55  Swarm: inactive
13:06:55  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:06:55  Default Runtime: runc
13:06:55  Init Binary: docker-init
13:06:55  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
13:06:55  runc version: v1.1.4-0-g5fd4c4d
13:06:55  init version: de40ad0
13:06:55  Security Options:
13:06:55   apparmor
13:06:55   seccomp
13:06:55    Profile: builtin
13:06:55  Kernel Version: 5.4.0-1088-aws
13:06:55  Operating System: Ubuntu 18.04.6 LTS
13:06:55  OSType: linux
13:06:55  Architecture: armv8l
13:06:55  CPUs: 2
13:06:55  Total Memory: 7.566GiB
13:06:55  Name: ip-10-100-88-83
13:06:55  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
13:06:55  Docker Root Dir: /var/lib/docker
13:06:55  Debug Mode: false
13:06:55  Username: dockerbuildbot
13:06:55  Registry: https://index.docker.io/v1/
13:06:55  Labels:
13:06:55  Experimental: true
13:06:55  Insecure Registries:
13:06:55   127.0.0.0/8
13:06:55  Live Restore Enabled: true
13:06:55 
13:06:55 WARNING: No swap limit support
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
13:06:55 The recommended git tool is: git
13:06:55 using credential docker-jenkins-github-credentials
13:06:55 Cloning the remote Git repository
13:06:55 Cloning with configured refspecs honoured and without tags
13:06:55 mkdir -p sources
13:06:55 docker run --rm -w /v \
13:06:55 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:06:55 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:06:55 	alpine \
13:06:55 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:06:55 Reading package lists...
13:06:55 Building dependency tree...
13:06:55 Reading state information...
13:06:55 Fetching without tags
13:06:55 The following additional packages will be installed:
13:06:55   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
13:06:55   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
13:06:55   gpgsm iso-codes libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4
13:06:55   libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2
13:06:55   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
13:06:55   libldap-common libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18
13:06:55   libpsl5 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
13:06:55   libreadline7 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1
13:06:55   libssl1.1 lsb-base mime-support openssl pinentry-curses python-apt-common
13:06:55   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
13:06:55   python3-software-properties python3.7 python3.7-minimal readline-common
13:06:55 Suggested packages:
13:06:55   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
13:06:55   scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk
13:06:55   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
13:06:55   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.7-venv
13:06:55   python3.7-doc binutils binfmt-support readline-doc
13:06:55 Recommended packages:
13:06:55   dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales packagekit
13:06:55   publicsuffix libsasl2-modules bzip2 file xz-utils unattended-upgrades
13:06:55 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
13:06:55 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
13:06:55 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
13:06:55 Commit message: "bump compose version to v2.16.0"
13:06:56 The following NEW packages will be installed:
13:06:56   apt-transport-https ca-certificates curl dirmngr distro-info-data
13:06:56   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
13:06:56   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
13:06:56   libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
13:06:56   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libk5crypto3
13:06:56   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common
13:06:56   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
13:06:56   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline7
13:06:56   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl1.1
13:06:56   lsb-base lsb-release mime-support openssl pinentry-curses python-apt-common
13:06:56   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
13:06:56   python3-software-properties python3.7 python3.7-minimal readline-common
13:06:56   software-properties-common
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
13:06:56   Running scriptlet: selinux-policy-targeted-3.14.3-114.el8.noarch        30/40 
13:06:56   Installing       : selinux-policy-targeted-3.14.3-114.el8.noarch        30/40 
13:06:56   Running scriptlet: selinux-policy-targeted-3.14.3-114.el8.noarch        30/40 
13:06:56 0 upgraded, 66 newly installed, 0 to remove and 0 not upgraded.
13:06:56 Need to get 22.4 MB of archives.
13:06:56 After this operation, 70.8 MB of additional disk space will be used.
13:06:56 Get:1 http://deb.debian.org/debian buster/main armhf libssl1.1 armhf 1.1.1n-0+deb10u3 [1310 kB]
13:06:56 Get:2 http://deb.debian.org/debian-security buster/updates/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u4 [582 kB]
13:06:56 Get:3 http://deb.debian.org/debian-security buster/updates/main armhf libexpat1 armhf 2.2.6-2+deb10u6 [79.9 kB]
13:06:56 Get:4 http://deb.debian.org/debian-security buster/updates/main armhf python3.7-minimal armhf 3.7.3-2+deb10u4 [1465 kB]
13:06:56 Get:5 http://deb.debian.org/debian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
13:06:56 Get:6 http://deb.debian.org/debian buster/main armhf mime-support all 3.62 [37.2 kB]
13:06:56 Get:7 http://deb.debian.org/debian buster/main armhf libmpdec2 armhf 2.4.2-2 [69.3 kB]
13:06:56 Get:8 http://deb.debian.org/debian buster/main armhf readline-common all 7.0-5 [70.6 kB]
13:06:56 Get:9 http://deb.debian.org/debian buster/main armhf libreadline7 armhf 7.0-5 [131 kB]
13:06:56 Get:10 http://deb.debian.org/debian-security buster/updates/main armhf libsqlite3-0 armhf 3.27.2-3+deb10u2 [561 kB]
13:06:56 Get:11 http://deb.debian.org/debian-security buster/updates/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u4 [1659 kB]
13:06:56 Get:12 http://deb.debian.org/debian-security buster/updates/main armhf python3.7 armhf 3.7.3-2+deb10u4 [330 kB]
13:06:56 Get:13 http://deb.debian.org/debian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
13:06:56 Get:14 http://deb.debian.org/debian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
13:06:56 Get:15 http://deb.debian.org/debian buster/main armhf libkeyutils1 armhf 1.6-6 [13.9 kB]
13:06:56 Get:16 http://deb.debian.org/debian-security buster/updates/main armhf libkrb5support0 armhf 1.17-3+deb10u5 [62.7 kB]
13:06:56 Get:17 http://deb.debian.org/debian-security buster/updates/main armhf libk5crypto3 armhf 1.17-3+deb10u5 [120 kB]
13:06:56 Get:18 http://deb.debian.org/debian-security buster/updates/main armhf libkrb5-3 armhf 1.17-3+deb10u5 [323 kB]
13:06:56 Get:19 http://deb.debian.org/debian-security buster/updates/main armhf libgssapi-krb5-2 armhf 1.17-3+deb10u5 [138 kB]
13:06:56 Get:20 http://deb.debian.org/debian buster/main armhf apt-transport-https all 1.8.2.3 [149 kB]
13:06:56 Get:21 http://deb.debian.org/debian buster/main armhf openssl armhf 1.1.1n-0+deb10u3 [828 kB]
13:06:56 Get:22 http://deb.debian.org/debian buster/main armhf ca-certificates all 20200601~deb10u2 [166 kB]
13:06:56 Get:23 http://deb.debian.org/debian buster/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-1+deb10u2 [67.4 kB]
13:06:56 Get:24 http://deb.debian.org/debian buster/main armhf libsasl2-2 armhf 2.1.27+dfsg-1+deb10u2 [98.9 kB]
13:06:56 Get:25 http://deb.debian.org/debian buster/main armhf libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
13:06:56 Get:26 http://deb.debian.org/debian buster/main armhf libldap-2.4-2 armhf 2.4.47+dfsg-3+deb10u7 [202 kB]
13:06:56 Get:27 http://deb.debian.org/debian buster/main armhf libnghttp2-14 armhf 1.36.0-2+deb10u1 [74.4 kB]
13:06:56 Get:28 http://deb.debian.org/debian buster/main armhf libpsl5 armhf 0.20.2-2 [52.4 kB]
13:06:56 Get:29 http://deb.debian.org/debian buster/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2 [54.9 kB]
13:06:56 Get:30 http://deb.debian.org/debian buster/main armhf libssh2-1 armhf 1.8.0-2.1 [129 kB]
13:06:56 Get:31 http://deb.debian.org/debian-security buster/updates/main armhf libcurl4 armhf 7.64.0-4+deb10u4 [299 kB]
13:06:56 Get:32 http://deb.debian.org/debian-security buster/updates/main armhf curl armhf 7.64.0-4+deb10u4 [258 kB]
13:06:56 Get:33 http://deb.debian.org/debian buster/main armhf libassuan0 armhf 2.5.2-1 [42.8 kB]
13:06:56 Get:34 http://deb.debian.org/debian buster/main armhf gpgconf armhf 2.2.12-1+deb10u2 [492 kB]
13:06:56 Get:35 http://deb.debian.org/debian buster/main armhf lsb-base all 10.2019051400 [28.4 kB]
13:06:56 Get:36 http://deb.debian.org/debian-security buster/updates/main armhf libksba8 armhf 1.3.5-2+deb10u2 [86.9 kB]
13:06:56 Get:37 http://deb.debian.org/debian buster/main armhf libnpth0 armhf 1.6-1 [17.4 kB]
13:06:56 Get:38 http://deb.debian.org/debian buster/main armhf dirmngr armhf 2.2.12-1+deb10u2 [669 kB]
13:06:56 Get:39 http://deb.debian.org/debian-security buster/updates/main armhf distro-info-data all 0.41+deb10u6 [7080 B]
13:06:56 Get:40 http://deb.debian.org/debian-security buster/updates/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u4 [1102 kB]
13:06:56   Installing       : checkpolicy-2.9-1.el8.x86_64                         31/40 
13:06:56   Installing       : python3-policycoreutils-2.9-21.1.el8.noarch          32/40 
13:06:56   Installing       : policycoreutils-python-utils-2.9-21.1.el8.noarch     33/40 
13:06:56   Running scriptlet: container-selinux-2:2.189.0-1.module_el8.7.0+1216+   34/40 
13:06:56   Installing       : container-selinux-2:2.189.0-1.module_el8.7.0+1216+   34/40 
13:06:56 == Building packages for raspbian-bookworm ==
13:06:56 mkdir -p "debbuild/raspbian-bookworm"
13:06:56 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-bookworm/aarch64 -f raspbian-bookworm/Dockerfile .
13:06:56 #1 [internal] load build definition from Dockerfile
13:06:56 #1 transferring dockerfile: 928B done
13:06:56 #1 DONE 0.0s
13:06:56 
13:06:56 #2 [internal] load .dockerignore
13:06:56 #2 transferring context: 2B done
13:06:56 #2 DONE 0.0s
13:06:56 
13:06:56 #3 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
13:06:56 #3 DONE 0.0s
13:06:56 
13:06:56 #4 [auth] library/golang:pull token for registry-1.docker.io
[Pipeline] sh
13:06:56 Get:41 http://deb.debian.org/debian buster/main armhf libgirepository-1.0-1 armhf 1.58.3-2 [80.2 kB]
13:06:56 Get:42 http://deb.debian.org/debian buster/main armhf gir1.2-glib-2.0 armhf 1.58.3-2 [143 kB]
13:06:56 Get:43 http://deb.debian.org/debian buster/main armhf libpackagekit-glib2-18 armhf 1.1.12-5 [101 kB]
13:06:56 Get:44 http://deb.debian.org/debian buster/main armhf gir1.2-packagekitglib-1.0 armhf 1.1.12-5 [35.9 kB]
13:06:56 Get:45 http://deb.debian.org/debian buster/main armhf gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
13:06:56 Get:46 http://deb.debian.org/debian buster/main armhf gnupg-utils armhf 2.2.12-1+deb10u2 [788 kB]
13:06:56 Get:47 http://deb.debian.org/debian buster/main armhf gpg armhf 2.2.12-1+deb10u2 [804 kB]
13:06:56 Get:48 http://deb.debian.org/debian buster/main armhf pinentry-curses armhf 1.1.0-2 [59.8 kB]
13:06:56 Get:49 http://deb.debian.org/debian buster/main armhf gpg-agent armhf 2.2.12-1+deb10u2 [578 kB]
13:06:56 Get:50 http://deb.debian.org/debian buster/main armhf gpg-wks-client armhf 2.2.12-1+deb10u2 [469 kB]
13:06:56 Get:51 http://deb.debian.org/debian buster/main armhf gpg-wks-server armhf 2.2.12-1+deb10u2 [464 kB]
13:06:56 Get:52 http://deb.debian.org/debian buster/main armhf gpgsm armhf 2.2.12-1+deb10u2 [573 kB]
13:06:56 Get:53 http://deb.debian.org/debian buster/main armhf gnupg all 2.2.12-1+deb10u2 [715 kB]
13:06:56 Get:54 http://deb.debian.org/debian buster/main armhf gnupg2 all 2.2.12-1+deb10u2 [393 kB]
13:06:56 Get:55 http://deb.debian.org/debian buster/main armhf iso-codes all 4.2-1 [2713 kB]
13:06:56 Get:56 http://deb.debian.org/debian buster/main armhf libapt-inst2.0 armhf 1.8.2.3 [200 kB]
13:06:56 Get:57 http://deb.debian.org/debian-security buster/updates/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u4 [297 kB]
13:06:56 Get:58 http://deb.debian.org/debian-security buster/updates/main armhf libdbus-1-3 armhf 1.12.24-0+deb10u1 [195 kB]
13:06:56 Get:59 http://deb.debian.org/debian buster/main armhf lsb-release all 10.2019051400 [27.5 kB]
13:06:56 Get:60 http://deb.debian.org/debian buster/main armhf python-apt-common all 1.8.4.3 [96.3 kB]
13:06:56 Get:61 http://deb.debian.org/debian buster/main armhf python3-apt armhf 1.8.4.3 [169 kB]
13:06:56 Get:62 http://deb.debian.org/debian buster/main armhf python3-dbus armhf 1.2.8-3 [96.3 kB]
13:06:56 Get:63 http://deb.debian.org/debian buster/main armhf python3-gi armhf 3.30.4-1 [163 kB]
13:06:56 Get:64 http://deb.debian.org/debian buster/main armhf python3-pycurl armhf 7.43.0.2-0.1 [63.3 kB]
13:06:56 Get:65 http://deb.debian.org/debian buster/main armhf python3-software-properties all 0.96.20.2-2 [49.6 kB]
13:06:56 Get:66 http://deb.debian.org/debian buster/main armhf software-properties-common all 0.96.20.2-2 [83.3 kB]
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
13:06:56 #4 DONE 0.0s
13:06:56 
13:06:56 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
13:06:56 #5 DONE 0.2s
13:06:56 
13:06:56 #6 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bookworm
13:06:56 debconf: delaying package configuration, since apt-utils is not installed
13:06:56 Fetched 22.4 MB in 1s (34.3 MB/s)
13:06:56 Selecting previously unselected package libssl1.1:armhf.
13:06:56 (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:06:56 Preparing to unpack .../libssl1.1_1.1.1n-0+deb10u3_armhf.deb ...
13:06:56 Unpacking libssl1.1:armhf (1.1.1n-0+deb10u3) ...
13:06:56 Selecting previously unselected package libpython3.7-minimal:armhf.
13:06:56 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
13:06:56 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
13:06:56 + make clean
13:06:56 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
13:06:56 rm -f -r src
13:06:56 make -C rpm clean
13:06:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
13:06:56 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:06:56 rm -f -r rpmbuild/
13:06:56 docker builder prune -f --filter until=24h
13:06:56 Total:	0B
13:06:56 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
13:06:56 make -C deb clean
13:06:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:06:56 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:06:56 rm -f -r debbuild
13:06:56 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
13:06:56 rm -f -r sources
13:06:56 docker builder prune -f --filter until=24h
13:06:57 #6 DONE 0.4s
13:06:57 
13:06:57 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
13:06:57 #7 DONE 0.0s
13:06:57 
13:06:57 #8 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bookworm@sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730
13:06:57 #8 resolve docker.io/balenalib/rpi-raspbian:bookworm@sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730 0.0s done
13:06:57 #8 DONE 0.0s
13:06:57 
13:06:57 #9 [internal] load build context
13:06:57 Selecting previously unselected package libexpat1:armhf.
13:06:57 Preparing to unpack .../libexpat1_2.2.6-2+deb10u6_armhf.deb ...
13:06:57 Unpacking libexpat1:armhf (2.2.6-2+deb10u6) ...
13:06:57 Selecting previously unselected package python3.7-minimal.
13:06:57 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
13:06:57 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
13:06:57 Total:	0B
13:06:57 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:06:57 make -C static clean
13:06:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
13:06:57 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
13:06:57 rm -f -r build
13:06:57 docker builder prune -f --filter until=24h
13:06:57 mkdir -p sources
13:06:57 docker run --rm -w /v \
13:06:57 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
13:06:57 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:06:57 	alpine \
13:06:57 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:06:57 Setting up libssl1.1:armhf (1.1.1n-0+deb10u3) ...
13:06:57 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
13:06:57 Setting up libexpat1:armhf (2.2.6-2+deb10u6) ...
13:06:57 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
13:06:57 Total:	0B
13:06:57 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
13:06:57 + make REF=23.0 ubuntu-focal
13:06:57 git init src/github.com/docker/cli
13:06:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
13:06:57 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:06:57 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
13:06:57 + SRC=src/github.com/docker/cli
13:06:57 + REF=23.0
13:06:57 + REF_FETCH=23.0
13:06:57 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
13:06:57 + awk {print $2}
13:06:57 + REF=refs/heads/23.0
13:06:57 + [ -n refs/heads/23.0 ]
13:06:57 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
13:06:57 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
13:06:57 Selecting previously unselected package python3-minimal.
13:06:57 (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 ... 6932 files and directories currently installed.)
13:06:57 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
13:06:57 Unpacking python3-minimal (3.7.3-1) ...
13:06:57 Selecting previously unselected package mime-support.
13:06:57 Preparing to unpack .../1-mime-support_3.62_all.deb ...
13:06:57 Unpacking mime-support (3.62) ...
13:06:57 Selecting previously unselected package libmpdec2:armhf.
13:06:57 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
13:06:57 Unpacking libmpdec2:armhf (2.4.2-2) ...
13:06:57 Selecting previously unselected package readline-common.
13:06:57 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
13:06:57 Unpacking readline-common (7.0-5) ...
13:06:58 adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
13:06:58 grabbing file https://download.docker.com/linux/centos/docker-ce.repo to /etc/yum.repos.d/docker-ce.repo
13:06:58 repo saved to /etc/yum.repos.d/docker-ce.repo
13:06:58 + yum-config-manager --disable 'docker-ce-*'
13:06:58 Loaded plugins: fastestmirror, ovl
13:06:58 =========================== repo: docker-ce-nightly ============================
13:06:58 [docker-ce-nightly]
13:06:58 async = True
13:06:58 bandwidth = 0
13:06:58 base_persistdir = /var/lib/yum/repos/aarch64/7
13:06:58 baseurl = https://download.docker.com/linux/centos/7/aarch64/nightly
13:06:58 cache = 0
13:06:58 cachedir = /var/cache/yum/aarch64/7/docker-ce-nightly
13:06:58 check_config_file_age = True
13:06:58 compare_providers_priority = 80
13:06:58 cost = 1000
13:06:58 deltarpm_metadata_percentage = 100
13:06:58 deltarpm_percentage = 
13:06:58 enabled = False
13:06:58 enablegroups = True
13:06:58 exclude = 
13:06:58 failovermethod = priority
13:06:58 ftp_disable_epsv = False
13:06:58 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly/gpgcadir
13:06:58 gpgcakey = 
13:06:58 gpgcheck = True
13:06:58 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly/gpgdir
13:06:58 gpgkey = https://download.docker.com/linux/centos/gpg
13:06:58 hdrdir = /var/cache/yum/aarch64/7/docker-ce-nightly/headers
13:06:58 http_caching = all
13:06:58 includepkgs = 
13:06:58 ip_resolve = 
13:06:58 keepalive = True
13:06:58 keepcache = False
13:06:58 mddownloadpolicy = sqlite
13:06:58 mdpolicy = group:small
13:06:58 mediaid = 
13:06:58 metadata_expire = 21600
13:06:58 metadata_expire_filter = read-only:present
13:06:58 metalink = 
13:06:58 minrate = 0
13:06:58 mirrorlist = 
13:06:58 mirrorlist_expire = 86400
13:06:58 name = Docker CE Nightly - aarch64
13:06:58 old_base_cache_dir = 
13:06:58 password = 
13:06:58 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly
13:06:58 pkgdir = /var/cache/yum/aarch64/7/docker-ce-nightly/packages
13:06:58 proxy = False
13:06:58 proxy_dict = 
13:06:58 proxy_password = 
13:06:58 proxy_username = 
13:06:58 repo_gpgcheck = False
13:06:58 retries = 10
13:06:58 skip_if_unavailable = False
13:06:58 ssl_check_cert_permissions = True
13:06:58 sslcacert = 
13:06:58 sslclientcert = 
13:06:58 sslclientkey = 
13:06:58 sslverify = True
13:06:58 throttle = 0
13:06:58 timeout = 30.0
13:06:58 ui_id = docker-ce-nightly/7/aarch64
13:06:58 ui_repoid_vars = releasever,
13:06:58    basearch
13:06:58 username = 
13:06:58 
13:06:58 ====================== repo: docker-ce-nightly-debuginfo =======================
13:06:58 [docker-ce-nightly-debuginfo]
13:06:58 async = True
13:06:58 bandwidth = 0
13:06:58 base_persistdir = /var/lib/yum/repos/aarch64/7
13:06:58 baseurl = https://download.docker.com/linux/centos/7/debug-aarch64/nightly
13:06:58 cache = 0
13:06:58 cachedir = /var/cache/yum/aarch64/7/docker-ce-nightly-debuginfo
13:06:58 check_config_file_age = True
13:06:58 compare_providers_priority = 80
13:06:58 cost = 1000
13:06:58 deltarpm_metadata_percentage = 100
13:06:58 deltarpm_percentage = 
13:06:58 enabled = False
13:06:58 enablegroups = True
13:06:58 exclude = 
13:06:58 failovermethod = priority
13:06:58 ftp_disable_epsv = False
13:06:58 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-debuginfo/gpgcadir
13:06:58 gpgcakey = 
13:06:58 gpgcheck = True
13:06:58 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-debuginfo/gpgdir
13:06:58 gpgkey = https://download.docker.com/linux/centos/gpg
13:06:58 hdrdir = /var/cache/yum/aarch64/7/docker-ce-nightly-debuginfo/headers
13:06:58 http_caching = all
13:06:58 includepkgs = 
13:06:58 ip_resolve = 
13:06:58 keepalive = True
13:06:58 keepcache = False
13:06:58 mddownloadpolicy = sqlite
13:06:58 mdpolicy = group:small
13:06:58 mediaid = 
13:06:58 metadata_expire = 21600
13:06:58 metadata_expire_filter = read-only:present
13:06:58 metalink = 
13:06:58 minrate = 0
13:06:58 mirrorlist = 
13:06:58 mirrorlist_expire = 86400
13:06:58 name = Docker CE Nightly - Debuginfo aarch64
13:06:58 old_base_cache_dir = 
13:06:58 password = 
13:06:58 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-debuginfo
13:06:58 pkgdir = /var/cache/yum/aarch64/7/docker-ce-nightly-debuginfo/packages
13:06:58 proxy = False
13:06:58 proxy_dict = 
13:06:58 proxy_password = 
13:06:58 proxy_username = 
13:06:58 repo_gpgcheck = False
13:06:58 retries = 10
13:06:58 skip_if_unavailable = False
13:06:58 ssl_check_cert_permissions = True
13:06:58 sslcacert = 
13:06:58 sslclientcert = 
13:06:58 sslclientkey = 
13:06:58 sslverify = True
13:06:58 throttle = 0
13:06:58 timeout = 30.0
13:06:58 ui_id = docker-ce-nightly-debuginfo/7/aarch64
13:06:58 ui_repoid_vars = releasever,
13:06:58    basearch
13:06:58 username = 
13:06:58 
13:06:58 ======================== repo: docker-ce-nightly-source ========================
13:06:58 [docker-ce-nightly-source]
13:06:58 async = True
13:06:58 bandwidth = 0
13:06:58 base_persistdir = /var/lib/yum/repos/aarch64/7
13:06:58 baseurl = https://download.docker.com/linux/centos/7/source/nightly
13:06:58 cache = 0
13:06:58 cachedir = /var/cache/yum/aarch64/7/docker-ce-nightly-source
13:06:58 check_config_file_age = True
13:06:58 compare_providers_priority = 80
13:06:58 cost = 1000
13:06:58 deltarpm_metadata_percentage = 100
13:06:58 deltarpm_percentage = 
13:06:58 enabled = False
13:06:58 enablegroups = True
13:06:58 exclude = 
13:06:58 failovermethod = priority
13:06:58 ftp_disable_epsv = False
13:06:58 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-source/gpgcadir
13:06:58 gpgcakey = 
13:06:58 gpgcheck = True
13:06:58 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-source/gpgdir
13:06:58 gpgkey = https://download.docker.com/linux/centos/gpg
13:06:58 hdrdir = /var/cache/yum/aarch64/7/docker-ce-nightly-source/headers
13:06:58 http_caching = all
13:06:58 includepkgs = 
13:06:58 ip_resolve = 
13:06:58 keepalive = True
13:06:58 keepcache = False
13:06:58 mddownloadpolicy = sqlite
13:06:58 mdpolicy = group:small
13:06:58 mediaid = 
13:06:58 metadata_expire = 21600
13:06:58 metadata_expire_filter = read-only:present
13:06:58 metalink = 
13:06:58 minrate = 0
13:06:58 mirrorlist = 
13:06:58 mirrorlist_expire = 86400
13:06:58 name = Docker CE Nightly - Sources
13:06:58 old_base_cache_dir = 
13:06:58 password = 
13:06:58 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-source
13:06:58 pkgdir = /var/cache/yum/aarch64/7/docker-ce-nightly-source/packages
13:06:58 proxy = False
13:06:58 proxy_dict = 
13:06:58 proxy_password = 
13:06:58 proxy_username = 
13:06:58 repo_gpgcheck = False
13:06:58 retries = 10
13:06:58 skip_if_unavailable = False
13:06:58 ssl_check_cert_permissions = True
13:06:58 sslcacert = 
13:06:58 sslclientcert = 
13:06:58 sslclientkey = 
13:06:58 sslverify = True
13:06:58 throttle = 0
13:06:58 timeout = 30.0
13:06:58 ui_id = docker-ce-nightly-source/7
13:06:58 ui_repoid_vars = releasever,
13:06:58    basearch
13:06:58 username = 
13:06:58 
13:06:58 ============================ repo: docker-ce-stable ============================
13:06:58 [docker-ce-stable]
13:06:58 async = True
13:06:58 bandwidth = 0
13:06:58 base_persistdir = /var/lib/yum/repos/aarch64/7
13:06:58 baseurl = https://download.docker.com/linux/centos/7/aarch64/stable
13:06:58 cache = 0
13:06:58 cachedir = /var/cache/yum/aarch64/7/docker-ce-stable
13:06:58 check_config_file_age = True
13:06:58 compare_providers_priority = 80
13:06:58 cost = 1000
13:06:58 deltarpm_metadata_percentage = 100
13:06:58 deltarpm_percentage = 
13:06:58 enabled = 0
13:06:58 enablegroups = True
13:06:58 exclude = 
13:06:58 failovermethod = priority
13:06:58 ftp_disable_epsv = False
13:06:58 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-stable/gpgcadir
13:06:58 gpgcakey = 
13:06:58 gpgcheck = True
13:06:58 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable/gpgdir
13:06:58 gpgkey = https://download.docker.com/linux/centos/gpg
13:06:58 hdrdir = /var/cache/yum/aarch64/7/docker-ce-stable/headers
13:06:58 http_caching = all
13:06:58 includepkgs = 
13:06:58 ip_resolve = 
13:06:58 keepalive = True
13:06:58 keepcache = False
13:06:58 mddownloadpolicy = sqlite
13:06:58 mdpolicy = group:small
13:06:58 mediaid = 
13:06:58 metadata_expire = 21600
13:06:58 metadata_expire_filter = read-only:present
13:06:58 metalink = 
13:06:58 minrate = 0
13:06:58 mirrorlist = 
13:06:58 mirrorlist_expire = 86400
13:06:58 name = Docker CE Stable - aarch64
13:06:58 old_base_cache_dir = 
13:06:58 password = 
13:06:58 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable
13:06:58 pkgdir = /var/cache/yum/aarch64/7/docker-ce-stable/packages
13:06:58 proxy = False
13:06:58 proxy_dict = 
13:06:58 proxy_password = 
13:06:58 proxy_username = 
13:06:58 repo_gpgcheck = False
13:06:58 retries = 10
13:06:58 skip_if_unavailable = False
13:06:58 ssl_check_cert_permissions = True
13:06:58 sslcacert = 
13:06:58 sslclientcert = 
13:06:58 sslclientkey = 
13:06:58 sslverify = True
13:06:58 throttle = 0
13:06:58 timeout = 30.0
13:06:58 ui_id = docker-ce-stable/7/aarch64
13:06:58 ui_repoid_vars = releasever,
13:06:58    basearch
13:06:58 username = 
13:06:58 
13:06:58 ======================= repo: docker-ce-stable-debuginfo =======================
13:06:58 [docker-ce-stable-debuginfo]
13:06:58 async = True
13:06:58 bandwidth = 0
13:06:58 base_persistdir = /var/lib/yum/repos/aarch64/7
13:06:58 baseurl = https://download.docker.com/linux/centos/7/debug-aarch64/stable
13:06:58 cache = 0
13:06:58 cachedir = /var/cache/yum/aarch64/7/docker-ce-stable-debuginfo
13:06:58 check_config_file_age = True
13:06:58 compare_providers_priority = 80
13:06:58 cost = 1000
13:06:58 deltarpm_metadata_percentage = 100
13:06:58 deltarpm_percentage = 
13:06:58 enabled = False
13:06:58 enablegroups = True
13:06:58 exclude = 
13:06:58 failovermethod = priority
13:06:58 ftp_disable_epsv = False
13:06:58 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-debuginfo/gpgcadir
13:06:58 gpgcakey = 
13:06:58 gpgcheck = True
13:06:58 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-debuginfo/gpgdir
13:06:58 gpgkey = https://download.docker.com/linux/centos/gpg
13:06:58 hdrdir = /var/cache/yum/aarch64/7/docker-ce-stable-debuginfo/headers
13:06:58 http_caching = all
13:06:58 includepkgs = 
13:06:58 ip_resolve = 
13:06:58 keepalive = True
13:06:58 keepcache = False
13:06:58 mddownloadpolicy = sqlite
13:06:58 mdpolicy = group:small
13:06:58 mediaid = 
13:06:58 metadata_expire = 21600
13:06:58 metadata_expire_filter = read-only:present
13:06:58 metalink = 
13:06:58 minrate = 0
13:06:58 mirrorlist = 
13:06:58 mirrorlist_expire = 86400
13:06:58 name = Docker CE Stable - Debuginfo aarch64
13:06:58 old_base_cache_dir = 
13:06:58 password = 
13:06:58 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-debuginfo
13:06:58 pkgdir = /var/cache/yum/aarch64/7/docker-ce-stable-debuginfo/packages
13:06:58 proxy = False
13:06:58 proxy_dict = 
13:06:58 proxy_password = 
13:06:58 proxy_username = 
13:06:58 repo_gpgcheck = False
13:06:58 retries = 10
13:06:58 skip_if_unavailable = False
13:06:58 ssl_check_cert_permissions = True
13:06:58 sslcacert = 
13:06:58 sslclientcert = 
13:06:58 sslclientkey = 
13:06:58 sslverify = True
13:06:58 throttle = 0
13:06:58 timeout = 30.0
13:06:58 ui_id = docker-ce-stable-debuginfo/7/aarch64
13:06:58 ui_repoid_vars = releasever,
13:06:58    basearch
13:06:58 username = 
13:06:58 
13:06:58 ======================== repo: docker-ce-stable-source =========================
13:06:58 [docker-ce-stable-source]
13:06:58 async = True
13:06:58 bandwidth = 0
13:06:58 base_persistdir = /var/lib/yum/repos/aarch64/7
13:06:58 baseurl = https://download.docker.com/linux/centos/7/source/stable
13:06:58 cache = 0
13:06:58 cachedir = /var/cache/yum/aarch64/7/docker-ce-stable-source
13:06:58 check_config_file_age = True
13:06:58 compare_providers_priority = 80
13:06:58 cost = 1000
13:06:58 deltarpm_metadata_percentage = 100
13:06:58 deltarpm_percentage = 
13:06:58 enabled = False
13:06:58 enablegroups = True
13:06:58 exclude = 
13:06:58 failovermethod = priority
13:06:58 ftp_disable_epsv = False
13:06:58 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-source/gpgcadir
13:06:58 gpgcakey = 
13:06:58 gpgcheck = True
13:06:58 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-source/gpgdir
13:06:58 gpgkey = https://download.docker.com/linux/centos/gpg
13:06:58 hdrdir = /var/cache/yum/aarch64/7/docker-ce-stable-source/headers
13:06:58 http_caching = all
13:06:58 includepkgs = 
13:06:58 ip_resolve = 
13:06:58 keepalive = True
13:06:58 keepcache = False
13:06:58 mddownloadpolicy = sqlite
13:06:58 mdpolicy = group:small
13:06:58 mediaid = 
13:06:58 metadata_expire = 21600
13:06:58 metadata_expire_filter = read-only:present
13:06:58 metalink = 
13:06:58 minrate = 0
13:06:58 mirrorlist = 
13:06:58 mirrorlist_expire = 86400
13:06:58 name = Docker CE Stable - Sources
13:06:58 old_base_cache_dir = 
13:06:58 password = 
13:06:58 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-source
13:06:58 pkgdir = /var/cache/yum/aarch64/7/docker-ce-stable-source/packages
13:06:58 proxy = False
13:06:58 proxy_dict = 
13:06:58 proxy_password = 
13:06:58 proxy_username = 
13:06:58 repo_gpgcheck = False
13:06:58 retries = 10
13:06:58 skip_if_unavailable = False
13:06:58 ssl_check_cert_permissions = True
13:06:58 sslcacert = 
13:06:58 sslclientcert = 
13:06:58 sslclientkey = 
13:06:58 sslverify = True
13:06:58 throttle = 0
13:06:58 timeout = 30.0
13:06:58 ui_id = docker-ce-stable-source/7
13:06:58 ui_repoid_vars = releasever,
13:06:58    basearch
13:06:58 username = 
13:06:58 
13:06:58 ============================= repo: docker-ce-test =============================
13:06:58 [docker-ce-test]
13:06:58 async = True
13:06:58 bandwidth = 0
13:06:58 base_persistdir = /var/lib/yum/repos/aarch64/7
13:06:58 baseurl = https://download.docker.com/linux/centos/7/aarch64/test
13:06:58 cache = 0
13:06:58 cachedir = /var/cache/yum/aarch64/7/docker-ce-test
13:06:58 check_config_file_age = True
13:06:58 compare_providers_priority = 80
13:06:58 cost = 1000
13:06:58 deltarpm_metadata_percentage = 100
13:06:58 deltarpm_percentage = 
13:06:58 enabled = False
13:06:58 enablegroups = True
13:06:58 exclude = 
13:06:58 failovermethod = priority
13:06:58 ftp_disable_epsv = False
13:06:58 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-test/gpgcadir
13:06:58 gpgcakey = 
13:06:58 gpgcheck = True
13:06:58 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-test/gpgdir
13:06:58 gpgkey = https://download.docker.com/linux/centos/gpg
13:06:58 hdrdir = /var/cache/yum/aarch64/7/docker-ce-test/headers
13:06:58 http_caching = all
13:06:58 includepkgs = 
13:06:58 ip_resolve = 
13:06:58 keepalive = True
13:06:58 keepcache = False
13:06:58 mddownloadpolicy = sqlite
13:06:58 mdpolicy = group:small
13:06:58 mediaid = 
13:06:58 metadata_expire = 21600
13:06:58 metadata_expire_filter = read-only:present
13:06:58 metalink = 
13:06:58 minrate = 0
13:06:58 mirrorlist = 
13:06:58 mirrorlist_expire = 86400
13:06:58 name = Docker CE Test - aarch64
13:06:58 old_base_cache_dir = 
13:06:58 password = 
13:06:58 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-test
13:06:58 pkgdir = /var/cache/yum/aarch64/7/docker-ce-test/packages
13:06:58 proxy = False
13:06:58 proxy_dict = 
13:06:58 proxy_password = 
13:06:58 proxy_username = 
13:06:58 repo_gpgcheck = False
13:06:58 retries = 10
13:06:58 skip_if_unavailable = False
13:06:58 ssl_check_cert_permissions = True
13:06:58 sslcacert = 
13:06:58 sslclientcert = 
13:06:58 sslclientkey = 
13:06:58 sslverify = True
13:06:58 throttle = 0
13:06:58 timeout = 30.0
13:06:58 ui_id = docker-ce-test/7/aarch64
13:06:58 ui_repoid_vars = releasever,
13:06:58    basearch
13:06:58 username = 
13:06:58 
13:06:58 ======================== repo: docker-ce-test-debuginfo ========================
13:06:58 [docker-ce-test-debuginfo]
13:06:58 async = True
13:06:58 bandwidth = 0
13:06:58 base_persistdir = /var/lib/yum/repos/aarch64/7
13:06:58 baseurl = https://download.docker.com/linux/centos/7/debug-aarch64/test
13:06:58 cache = 0
13:06:58 cachedir = /var/cache/yum/aarch64/7/docker-ce-test-debuginfo
13:06:58 check_config_file_age = True
13:06:58 compare_providers_priority = 80
13:06:58 cost = 1000
13:06:58 deltarpm_metadata_percentage = 100
13:06:58 deltarpm_percentage = 
13:06:58 enabled = False
13:06:58 enablegroups = True
13:06:58 exclude = 
13:06:58 failovermethod = priority
13:06:58 ftp_disable_epsv = False
13:06:58 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-test-debuginfo/gpgcadir
13:06:58 gpgcakey = 
13:06:58 gpgcheck = True
13:06:58 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-test-debuginfo/gpgdir
13:06:58 gpgkey = https://download.docker.com/linux/centos/gpg
13:06:58 hdrdir = /var/cache/yum/aarch64/7/docker-ce-test-debuginfo/headers
13:06:58 http_caching = all
13:06:58 includepkgs = 
13:06:58 ip_resolve = 
13:06:58 keepalive = True
13:06:58 keepcache = False
13:06:58 mddownloadpolicy = sqlite
13:06:58 mdpolicy = group:small
13:06:58 mediaid = 
13:06:58 metadata_expire = 21600
13:06:58 metadata_expire_filter = read-only:present
13:06:58 metalink = 
13:06:58 minrate = 0
13:06:58 mirrorlist = 
13:06:58 mirrorlist_expire = 86400
13:06:58 name = Docker CE Test - Debuginfo aarch64
13:06:58 old_base_cache_dir = 
13:06:58 password = 
13:06:58 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-test-debuginfo
13:06:58 pkgdir = /var/cache/yum/aarch64/7/docker-ce-test-debuginfo/packages
13:06:58 proxy = False
13:06:58 proxy_dict = 
13:06:58 proxy_password = 
13:06:58 proxy_username = 
13:06:58 repo_gpgcheck = False
13:06:58 retries = 10
13:06:58 skip_if_unavailable = False
13:06:58 ssl_check_cert_permissions = True
13:06:58 sslcacert = 
13:06:58 sslclientcert = 
13:06:58 sslclientkey = 
13:06:58 sslverify = True
13:06:58 throttle = 0
13:06:58 timeout = 30.0
13:06:58 ui_id = docker-ce-test-debuginfo/7/aarch64
13:06:58 ui_repoid_vars = releasever,
13:06:58    basearch
13:06:58 username = 
13:06:58 
13:06:58 ========================= repo: docker-ce-test-source ==========================
13:06:58 [docker-ce-test-source]
13:06:58 async = True
13:06:58 bandwidth = 0
13:06:58 base_persistdir = /var/lib/yum/repos/aarch64/7
13:06:58 baseurl = https://download.docker.com/linux/centos/7/source/test
13:06:58 cache = 0
13:06:58 cachedir = /var/cache/yum/aarch64/7/docker-ce-test-source
13:06:58 check_config_file_age = True
13:06:58 compare_providers_priority = 80
13:06:58 cost = 1000
13:06:58 deltarpm_metadata_percentage = 100
13:06:58 deltarpm_percentage = 
13:06:58 enabled = False
13:06:58 enablegroups = True
13:06:58 exclude = 
13:06:58 failovermethod = priority
13:06:58 ftp_disable_epsv = False
13:06:58 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-test-source/gpgcadir
13:06:58 gpgcakey = 
13:06:58 gpgcheck = True
13:06:58 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-test-source/gpgdir
13:06:58 gpgkey = https://download.docker.com/linux/centos/gpg
13:06:58 hdrdir = /var/cache/yum/aarch64/7/docker-ce-test-source/headers
13:06:58 http_caching = all
13:06:58 includepkgs = 
13:06:58 ip_resolve = 
13:06:58 keepalive = True
13:06:58 keepcache = False
13:06:58 mddownloadpolicy = sqlite
13:06:58 mdpolicy = group:small
13:06:58 mediaid = 
13:06:58 metadata_expire = 21600
13:06:58 metadata_expire_filter = read-only:present
13:06:58 metalink = 
13:06:58 minrate = 0
13:06:58 mirrorlist = 
13:06:58 mirrorlist_expire = 86400
13:06:58 name = Docker CE Test - Sources
13:06:58 old_base_cache_dir = 
13:06:58 password = 
13:06:58 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-test-source
13:06:58 pkgdir = /var/cache/yum/aarch64/7/docker-ce-test-source/packages
13:06:58 proxy = False
13:06:58 proxy_dict = 
13:06:58 proxy_password = 
13:06:58 proxy_username = 
13:06:58 repo_gpgcheck = False
13:06:58 retries = 10
13:06:58 skip_if_unavailable = False
13:06:58 ssl_check_cert_permissions = True
13:06:58 sslcacert = 
13:06:58 sslclientcert = 
13:06:58 sslclientkey = 
13:06:58 sslverify = True
13:06:58 throttle = 0
13:06:58 timeout = 30.0
13:06:58 ui_id = docker-ce-test-source/7
13:06:58 ui_repoid_vars = releasever,
13:06:58    basearch
13:06:58 username = 
13:06:58 
13:06:58 + yum-config-manager --enable docker-ce-test
13:06:58 Loaded plugins: fastestmirror, ovl
13:06:58 ============================= repo: docker-ce-test =============================
13:06:58 [docker-ce-test]
13:06:58 async = True
13:06:58 bandwidth = 0
13:06:58 base_persistdir = /var/lib/yum/repos/aarch64/7
13:06:58 baseurl = https://download.docker.com/linux/centos/7/aarch64/test
13:06:58 cache = 0
13:06:58 cachedir = /var/cache/yum/aarch64/7/docker-ce-test
13:06:58 check_config_file_age = True
13:06:58 compare_providers_priority = 80
13:06:58 cost = 1000
13:06:58 deltarpm_metadata_percentage = 100
13:06:58 deltarpm_percentage = 
13:06:58 enabled = 1
13:06:58 enablegroups = True
13:06:58 exclude = 
13:06:58 failovermethod = priority
13:06:58 ftp_disable_epsv = False
13:06:58 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-test/gpgcadir
13:06:58 gpgcakey = 
13:06:58 gpgcheck = True
13:06:58 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-test/gpgdir
13:06:58 gpgkey = https://download.docker.com/linux/centos/gpg
13:06:58 hdrdir = /var/cache/yum/aarch64/7/docker-ce-test/headers
13:06:58 http_caching = all
13:06:58 includepkgs = 
13:06:58 ip_resolve = 
13:06:58 keepalive = True
13:06:58 keepcache = False
13:06:58 mddownloadpolicy = sqlite
13:06:58 mdpolicy = group:small
13:06:58 mediaid = 
13:06:58 metadata_expire = 21600
13:06:58 metadata_expire_filter = read-only:present
13:06:58 metalink = 
13:06:58 minrate = 0
13:06:58 mirrorlist = 
13:06:58 mirrorlist_expire = 86400
13:06:58 name = Docker CE Test - aarch64
13:06:58 old_base_cache_dir = 
13:06:58 password = 
13:06:58 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-test
13:06:58 pkgdir = /var/cache/yum/aarch64/7/docker-ce-test/packages
13:06:58 proxy = False
13:06:58 proxy_dict = 
13:06:58 proxy_password = 
13:06:58 proxy_username = 
13:06:58 repo_gpgcheck = False
13:06:58 retries = 10
13:06:58 skip_if_unavailable = False
13:06:58 ssl_check_cert_permissions = True
13:06:58 sslcacert = 
13:06:58 sslclientcert = 
13:06:58 sslclientkey = 
13:06:58 sslverify = True
13:06:58 throttle = 0
13:06:58 timeout = 30.0
13:06:58 ui_id = docker-ce-test/7/aarch64
13:06:58 ui_repoid_vars = releasever,
13:06:58    basearch
13:06:58 username = 
13:06:58 
13:06:58 + yum makecache
13:06:58 Loaded plugins: fastestmirror, ovl
13:06:58 Determining fastest mirrors
13:06:58 Selecting previously unselected package libreadline7:armhf.
13:06:58 Preparing to unpack .../4-libreadline7_7.0-5_armhf.deb ...
13:06:58 Unpacking libreadline7:armhf (7.0-5) ...
13:06:58 Selecting previously unselected package libsqlite3-0:armhf.
13:06:58 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_armhf.deb ...
13:06:58 Unpacking libsqlite3-0:armhf (3.27.2-3+deb10u2) ...
13:06:58 Selecting previously unselected package libpython3.7-stdlib:armhf.
13:06:58 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_armhf.deb ...
13:06:58 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
13:06:58 #9 transferring context: 30.35MB 1.2s done
13:06:58 #9 DONE 1.3s
13:06:58 
13:06:58 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
13:06:58 #7 CACHED
13:06:58 
13:06:58 #8 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bookworm@sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730
13:06:58 #8 sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8 26.21MB / 55.58MB 1.3s
13:06:58 #8 sha256:d74305eb0c954d5c114d5d553893e44f6c1c9ca1516605d20ce1f86ee113aa91 306B / 306B 0.1s done
13:06:58 #8 sha256:decfc7c44756de509113f60fa9a88c658d310425f84fb4bf71cd27b0157bd406 257B / 257B 0.1s done
13:06:58 #8 sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730 1.99kB / 1.99kB done
13:06:58 #8 sha256:1dd7cf05afddcd522cc2ab4ea8836bb64c24c65aca91dc12c55f41b68d6403ff 5.01kB / 5.01kB done
13:06:58 #8 sha256:82de9d774bdcb1209bfaa94d7a8e3646d208c0e43ee7c02319ea59943cd7547d 909B / 909B 0.2s done
13:06:58 #8 sha256:cd57115a4e2596660b099bd9d42461ab850508b76d3d10feead7ea39dd38091d 178B / 178B 0.2s done
13:06:58 #8 sha256:8e2ac8ca41cbf082c29210a88a9cb22cdacd4affaefd9d86f015f6815ebf9eda 411B / 411B 0.3s done
13:06:58 #8 sha256:04316490362d81f89d36155c0b0f967ed59d67780f3494c5b21da7bc44fe3343 14.08MB / 14.08MB 1.2s done
13:06:58 #8 sha256:4c2d9fa6e0e87354a19ec17ea5d8500ae139ebefa61bcfc07041571b2527b9a8 120.34kB / 120.34kB 0.4s done
13:06:58 #8 sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8 31.46MB / 55.58MB 1.5s
13:06:58 Selecting previously unselected package python3.7.
13:06:58 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_armhf.deb ...
13:06:58 Unpacking python3.7 (3.7.3-2+deb10u4) ...
13:06:58 Selecting previously unselected package libpython3-stdlib:armhf.
13:06:58 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_armhf.deb ...
13:06:58 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
13:06:58 Setting up python3-minimal (3.7.3-1) ...
13:06:58 #8 sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8 34.60MB / 55.58MB 1.6s
13:06:58 #8 sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8 37.75MB / 55.58MB 1.7s
13:06:58 Selecting previously unselected package python3.
13:06: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 ... 7401 files and directories currently installed.)
13:06:58 Preparing to unpack .../00-python3_3.7.3-1_armhf.deb ...
13:06:58 Unpacking python3 (3.7.3-1) ...
13:06:58 Selecting previously unselected package libkeyutils1:armhf.
13:06:58 Preparing to unpack .../01-libkeyutils1_1.6-6_armhf.deb ...
13:06:58 Unpacking libkeyutils1:armhf (1.6-6) ...
13:06:58 Selecting previously unselected package libkrb5support0:armhf.
13:06:58 Preparing to unpack .../02-libkrb5support0_1.17-3+deb10u5_armhf.deb ...
13:06:58 Unpacking libkrb5support0:armhf (1.17-3+deb10u5) ...
13:06:58 Selecting previously unselected package libk5crypto3:armhf.
13:06:58 Preparing to unpack .../03-libk5crypto3_1.17-3+deb10u5_armhf.deb ...
13:06:58 Unpacking libk5crypto3:armhf (1.17-3+deb10u5) ...
13:06:58 Selecting previously unselected package libkrb5-3:armhf.
13:06:58 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u5_armhf.deb ...
13:06:58 Unpacking libkrb5-3:armhf (1.17-3+deb10u5) ...
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0192f50ac65d31e35) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
13:06:58 #8 sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8 42.99MB / 55.58MB 1.9s
13:06:58 #8 sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8 46.14MB / 55.58MB 2.0s
13:06:58 Selecting previously unselected package libgssapi-krb5-2:armhf.
13:06:58 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u5_armhf.deb ...
13:06:58 Unpacking libgssapi-krb5-2:armhf (1.17-3+deb10u5) ...
13:06:58 Selecting previously unselected package apt-transport-https.
13:06:58 Preparing to unpack .../06-apt-transport-https_1.8.2.3_all.deb ...
13:06:58 Unpacking apt-transport-https (1.8.2.3) ...
13:06:58 Selecting previously unselected package openssl.
13:06:58 Preparing to unpack .../07-openssl_1.1.1n-0+deb10u3_armhf.deb ...
13:06:58 Unpacking openssl (1.1.1n-0+deb10u3) ...
13:06:58 Selecting previously unselected package ca-certificates.
13:06:58 Preparing to unpack .../08-ca-certificates_20200601~deb10u2_all.deb ...
13:06:58 Unpacking ca-certificates (20200601~deb10u2) ...
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-844@tmp/cb21eb1c-fd5a-43d1-95eb-ed21a444a26b/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:06:58 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:06:58 chowning workspace
[Pipeline] sh
13:06:59 #8 sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8 49.28MB / 55.58MB 2.1s
13:06:59 #8 sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8 52.43MB / 55.58MB 2.2s
13:06:59 Selecting previously unselected package libsasl2-modules-db:armhf.
13:06:59 Preparing to unpack .../09-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_armhf.deb ...
13:06:59 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ...
13:06:59 Selecting previously unselected package libsasl2-2:armhf.
13:06:59 Preparing to unpack .../10-libsasl2-2_2.1.27+dfsg-1+deb10u2_armhf.deb ...
13:06:59 Unpacking libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ...
13:06:59 Selecting previously unselected package libldap-common.
13:06:59 Preparing to unpack .../11-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
13:06:59 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
13:06:59 Selecting previously unselected package libldap-2.4-2:armhf.
13:06:59 Preparing to unpack .../12-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_armhf.deb ...
13:06:59 Unpacking libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u7) ...
13:06:59 Selecting previously unselected package libnghttp2-14:armhf.
13:06:59 Preparing to unpack .../13-libnghttp2-14_1.36.0-2+deb10u1_armhf.deb ...
13:06:59 Unpacking libnghttp2-14:armhf (1.36.0-2+deb10u1) ...
13:06:59 + pwd
13:06:59 + id -u
13:06:59 + id -g
13:06:59 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
13:06:59 #8 sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8 55.58MB / 55.58MB 2.4s
13:06:59 Selecting previously unselected package libpsl5:armhf.
13:06:59 Preparing to unpack .../14-libpsl5_0.20.2-2_armhf.deb ...
13:06:59 Unpacking libpsl5:armhf (0.20.2-2) ...
13:06:59 Selecting previously unselected package librtmp1:armhf.
13:06:59 Preparing to unpack .../15-librtmp1_2.4+20151223.gitfa8646d.1-2_armhf.deb ...
13:06:59 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ...
13:06:59 Selecting previously unselected package libssh2-1:armhf.
13:06:59 Preparing to unpack .../16-libssh2-1_1.8.0-2.1_armhf.deb ...
13:06:59 Unpacking libssh2-1:armhf (1.8.0-2.1) ...
13:06:59 Selecting previously unselected package libcurl4:armhf.
13:06:59 Preparing to unpack .../17-libcurl4_7.64.0-4+deb10u4_armhf.deb ...
13:06:59 Unpacking libcurl4:armhf (7.64.0-4+deb10u4) ...
13:06:59 Selecting previously unselected package curl.
13:06:59 Preparing to unpack .../18-curl_7.64.0-4+deb10u4_armhf.deb ...
13:06:59 Unpacking curl (7.64.0-4+deb10u4) ...
13:06:59 Selecting previously unselected package libassuan0:armhf.
13:06:59 Preparing to unpack .../19-libassuan0_2.5.2-1_armhf.deb ...
13:06:59 Unpacking libassuan0:armhf (2.5.2-1) ...
13:06:59 Selecting previously unselected package gpgconf.
13:06:59 Preparing to unpack .../20-gpgconf_2.2.12-1+deb10u2_armhf.deb ...
13:06:59 Unpacking gpgconf (2.2.12-1+deb10u2) ...
13:06:59 Selecting previously unselected package lsb-base.
13:06:59 Preparing to unpack .../21-lsb-base_10.2019051400_all.deb ...
13:06:59 Unpacking lsb-base (10.2019051400) ...
13:06:59 Selecting previously unselected package libksba8:armhf.
13:06:59 Preparing to unpack .../22-libksba8_1.3.5-2+deb10u2_armhf.deb ...
13:06:59 Unpacking libksba8:armhf (1.3.5-2+deb10u2) ...
13:06:59 Selecting previously unselected package libnpth0:armhf.
13:06:59 Preparing to unpack .../23-libnpth0_1.6-1_armhf.deb ...
13:06:59 Unpacking libnpth0:armhf (1.6-1) ...
13:06:59 Selecting previously unselected package dirmngr.
13:06:59 Preparing to unpack .../24-dirmngr_2.2.12-1+deb10u2_armhf.deb ...
[Pipeline] echo
13:06:59 Removing all docker containers
[Pipeline] sh
13:06:59 Unpacking dirmngr (2.2.12-1+deb10u2) ...
13:06:59 Selecting previously unselected package distro-info-data.
13:06:59 Preparing to unpack .../25-distro-info-data_0.41+deb10u6_all.deb ...
13:06:59 Unpacking distro-info-data (0.41+deb10u6) ...
13:06:59 Selecting previously unselected package libglib2.0-0:armhf.
13:06:59 Preparing to unpack .../26-libglib2.0-0_2.58.3-2+deb10u4_armhf.deb ...
13:06:59 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
13:06:59 Selecting previously unselected package libgirepository-1.0-1:armhf.
13:06:59 Preparing to unpack .../27-libgirepository-1.0-1_1.58.3-2_armhf.deb ...
13:06:59 #8 sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8 55.58MB / 55.58MB 2.8s done
13:06:59 #8 extracting sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8
13:07:00 + docker container ls -aq
[Pipeline] echo
13:07:00 Docker containers have been removed
[Pipeline] echo
13:07:00 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:07:00 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (ubuntu-jammy-armhf)
[Pipeline] sh
13:07:00   Running scriptlet: container-selinux-2:2.198.0-1.fc36.noarch            29/53 
13:07:00   Installing       : libslirp-4.6.1-3.fc36.aarch64                        30/53 
13:07:00   Installing       : slirp4netns-1.2.0-0.2.beta.0.fc36.aarch64            31/53 
13:07:00   Installing       : libnfnetlink-1.0.1-21.fc36.aarch64                   32/53 
13:07:00   Installing       : libmnl-1.0.4-15.fc36.aarch64                         33/53 
13:07:00   Installing       : libnetfilter_conntrack-1.0.8-4.fc36.aarch64          34/53 
13:07:00   Installing       : iptables-libs-1.8.7-15.fc36.aarch64                  35/53 
13:07:00   Installing       : iptables-legacy-1.8.7-15.fc36.aarch64                36/53 
13:07:00   Running scriptlet: iptables-legacy-1.8.7-15.fc36.aarch64                36/53 
13:07:00   Installing       : kmod-libs-29-7.fc36.aarch64                          37/53 
13:07:00   Installing       : device-mapper-libs-1.02.175-7.fc36.aarch64           38/53 
13:07:00   Installing       : cryptsetup-libs-2.4.3-2.fc36.aarch64                 39/53 
13:07:00   Installing       : device-mapper-1.02.175-7.fc36.aarch64                40/53 
13:07:00   Installing       : systemd-networkd-250.9-1.fc36.aarch64                41/53 
13:07:00   Running scriptlet: systemd-networkd-250.9-1.fc36.aarch64                41/53 
13:07:00   Installing       : systemd-pam-250.9-1.fc36.aarch64                     42/53 
13:07:00   Installing       : systemd-resolved-250.9-1.fc36.aarch64                43/53 
13:07:00   Running scriptlet: systemd-resolved-250.9-1.fc36.aarch64                43/53 
13:07:00   Installing       : systemd-250.9-1.fc36.aarch64                         44/53 
13:07:00   Running scriptlet: systemd-250.9-1.fc36.aarch64                         44/53 
13:07:00 Creating group 'input' with GID 104.
13:07:00 Creating group 'kvm' with GID 36.
13:07:00 Creating group 'render' with GID 105.
13:07:00 Creating group 'sgx' with GID 106.
13:07:00 Creating group 'systemd-journal' with GID 190.
13:07:00 Creating group 'systemd-network' with GID 192.
13:07:00 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
13:07:00 Creating group 'systemd-oom' with GID 998.
13:07:00 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
13:07:00 Creating group 'systemd-resolve' with GID 193.
13:07:00 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
13:07:00 
13:07:00   Installing       : containerd.io-1.6.16-3.1.fc36.aarch64                45/53 
13:07:00   Running scriptlet: containerd.io-1.6.16-3.1.fc36.aarch64                45/53 
13:07:00   Installing       : libcgroup-2.0-4.fc36.aarch64                         46/53 
13:07:00   Installing       : kmod-29-7.fc36.aarch64                               47/53 
13:07:00   Installing       : fuse-common-3.10.5-2.fc36.aarch64                    48/53 
13:07:00   Installing       : fuse3-3.10.5-2.fc36.aarch64                          49/53 
13:07:00   Installing       : fuse-overlayfs-1.9-6.fc36.aarch64                    50/53 
13:07:00   Running scriptlet: fuse-overlayfs-1.9-6.fc36.aarch64                    50/53 
13:07:00   Installing       : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   51/53 
13:07:00   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230206193855.ab4   51/53 
13:07:00   Installing       : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc36.aa   52/53 
13:07:00 Unpacking libgirepository-1.0-1:armhf (1.58.3-2) ...
13:07:00 Selecting previously unselected package gir1.2-glib-2.0:armhf.
13:07:00 Preparing to unpack .../28-gir1.2-glib-2.0_1.58.3-2_armhf.deb ...
13:07:00 Unpacking gir1.2-glib-2.0:armhf (1.58.3-2) ...
13:07:00 Selecting previously unselected package libpackagekit-glib2-18:armhf.
13:07:00 Preparing to unpack .../29-libpackagekit-glib2-18_1.1.12-5_armhf.deb ...
13:07:00 Unpacking libpackagekit-glib2-18:armhf (1.1.12-5) ...
13:07:00 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:07:00 Preparing to unpack .../30-gir1.2-packagekitglib-1.0_1.1.12-5_armhf.deb ...
13:07:00 Unpacking gir1.2-packagekitglib-1.0 (1.1.12-5) ...
13:07:00 Selecting previously unselected package gnupg-l10n.
13:07:00 Preparing to unpack .../31-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
13:07:00 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
13:07:00 From https://github.com/docker/cli
13:07:00  * [new branch]      23.0       -> 23.0
13:07:00  * [new branch]      23.0       -> origin/23.0
13:07:00 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
13:07:00 git init src/github.com/docker/docker
13:07:00 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
13:07:00 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:07:00 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
13:07:00 + SRC=src/github.com/docker/docker
13:07:00 + REF=23.0
13:07:00 + REF_FETCH=23.0
13:07:00 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
13:07:00 + awk {print $2}
13:07:00 + REF=refs/heads/23.0
13:07:00 + [ -n refs/heads/23.0 ]
13:07:00 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
13:07:00 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
13:07:00 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb'.
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-012e3c9c2ea4eb941) in /home/ubuntu/workspace/docker-ce-packaging_PR-844
[Pipeline] {
[Pipeline] withDockerRegistry
13:07:00 + echo starting...
13:07:00 starting...
13:07:00   Running scriptlet: docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc36.aa   52/53 
13:07:00   Cleanup          : systemd-libs-250.8-1.fc36.aarch64                    53/53 
13:07:00   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          53/53 
13:07:00   Running scriptlet: container-selinux-2:2.198.0-1.fc36.noarch            53/53 
13:07:00   Running scriptlet: systemd-resolved-250.9-1.fc36.aarch64                53/53 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
13:07:00 Selecting previously unselected package gnupg-utils.
13:07:00 Preparing to unpack .../32-gnupg-utils_2.2.12-1+deb10u2_armhf.deb ...
13:07:00 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
13:07:00 Selecting previously unselected package gpg.
13:07:00 Preparing to unpack .../33-gpg_2.2.12-1+deb10u2_armhf.deb ...
13:07:00 Unpacking gpg (2.2.12-1+deb10u2) ...
13:07:00 Selecting previously unselected package pinentry-curses.
13:07:00 Preparing to unpack .../34-pinentry-curses_1.1.0-2_armhf.deb ...
13:07:00 Unpacking pinentry-curses (1.1.0-2) ...
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-844@tmp/9b400da9-ed97-4d8a-b7a2-f92f988867c0/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:07:00 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:07:00 chowning workspace
[Pipeline] sh
13:07:00   Running scriptlet: systemd-libs-250.8-1.fc36.aarch64                    53/53 
13:07:00   Verifying        : containerd.io-1.6.16-3.1.fc36.aarch64                 1/53 
13:07:00   Verifying        : cryptsetup-libs-2.4.3-2.fc36.aarch64                  2/53 
13:07:00   Verifying        : device-mapper-1.02.175-7.fc36.aarch64                 3/53 
13:07:00   Verifying        : device-mapper-libs-1.02.175-7.fc36.aarch64            4/53 
13:07:00   Verifying        : diffutils-3.8-2.fc36.aarch64                          5/53 
13:07:00   Verifying        : fuse-common-3.10.5-2.fc36.aarch64                     6/53 
13:07:00   Verifying        : fuse3-3.10.5-2.fc36.aarch64                           7/53 
13:07:00   Verifying        : fuse3-libs-3.10.5-2.fc36.aarch64                      8/53 
13:07:00   Verifying        : iptables-legacy-1.8.7-15.fc36.aarch64                 9/53 
13:07:00   Verifying        : iptables-legacy-libs-1.8.7-15.fc36.aarch64           10/53 
13:07:00   Verifying        : iptables-libs-1.8.7-15.fc36.aarch64                  11/53 
13:07:00   Verifying        : kmod-29-7.fc36.aarch64                               12/53 
13:07:00   Verifying        : kmod-libs-29-7.fc36.aarch64                          13/53 
13:07:00   Verifying        : libcgroup-2.0-4.fc36.aarch64                         14/53 
13:07:00   Verifying        : libibverbs-39.0-1.fc36.aarch64                       15/53 
13:07:00   Verifying        : libmnl-1.0.4-15.fc36.aarch64                         16/53 
13:07:00   Verifying        : libnetfilter_conntrack-1.0.8-4.fc36.aarch64          17/53 
13:07:00   Verifying        : libnfnetlink-1.0.1-21.fc36.aarch64                   18/53 
13:07:00   Verifying        : libseccomp-2.5.3-2.fc36.aarch64                      19/53 
13:07:00   Verifying        : libselinux-utils-3.3-4.fc36.aarch64                  20/53 
13:07:00   Verifying        : libslirp-4.6.1-3.fc36.aarch64                        21/53 
13:07:00   Verifying        : libutempter-1.2.1-6.fc36.aarch64                     22/53 
13:07:00   Verifying        : libxkbcommon-1.4.0-1.fc36.aarch64                    23/53 
13:07:00   Verifying        : policycoreutils-3.3-4.fc36.aarch64                   24/53 
13:07:00   Verifying        : qrencode-libs-4.1.1-2.fc36.aarch64                   25/53 
13:07:00   Verifying        : slirp4netns-1.2.0-0.2.beta.0.fc36.aarch64            26/53 
13:07:00   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch                27/53 
13:07:00   Verifying        : xz-5.2.5-9.fc36.aarch64                              28/53 
13:07:00   Verifying        : container-selinux-2:2.198.0-1.fc36.noarch            29/53 
13:07:00   Verifying        : dbus-1:1.14.4-1.fc36.aarch64                         30/53 
13:07:00   Verifying        : dbus-broker-32-1.fc36.aarch64                        31/53 
13:07:00   Verifying        : dbus-common-1:1.14.4-1.fc36.noarch                   32/53 
13:07:00   Verifying        : fuse-overlayfs-1.9-6.fc36.aarch64                    33/53 
13:07:00   Verifying        : libargon2-20171227-9.fc36.aarch64                    34/53 
13:07:00   Verifying        : libbpf-2:0.7.0-3.fc36.aarch64                        35/53 
13:07:00   Verifying        : libfdisk-2.38-1.fc36.aarch64                         36/53 
13:07:00   Verifying        : libnl3-3.7.0-1.fc36.aarch64                          37/53 
13:07:00   Verifying        : libpcap-14:1.10.3-1.fc36.aarch64                     38/53 
13:07:00   Verifying        : rpm-plugin-selinux-4.17.1-3.fc36.aarch64             39/53 
13:07:00   Verifying        : selinux-policy-36.17-1.fc36.noarch                   40/53 
13:07:00   Verifying        : selinux-policy-targeted-36.17-1.fc36.noarch          41/53 
13:07:00   Verifying        : systemd-250.9-1.fc36.aarch64                         42/53 
13:07:00   Verifying        : systemd-networkd-250.9-1.fc36.aarch64                43/53 
13:07:00   Verifying        : systemd-pam-250.9-1.fc36.aarch64                     44/53 
13:07:00   Verifying        : systemd-resolved-250.9-1.fc36.aarch64                45/53 
13:07:00   Verifying        : util-linux-2.38-1.fc36.aarch64                       46/53 
13:07:00   Verifying        : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   47/53 
13:07:00   Verifying        : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3   48/53 
13:07:00   Verifying        : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc36.aa   49/53 
13:07:00   Verifying        : docker-buildx-plugin-0.10.2-0.fc36.aarch64           50/53 
13:07:00   Verifying        : docker-compose-plugin-2.16.0-0.fc36.aarch64          51/53 
13:07:00   Verifying        : systemd-libs-250.9-1.fc36.aarch64                    52/53 
13:07:00 + docker version
13:07:00 Client: Docker Engine - Community
13:07:00  Version:           22.06.0-beta.0
13:07:00  API version:       1.42
13:07:00  Go version:        go1.18.3
13:07:00  Git commit:        3e9117b
13:07:00  Built:             Fri Jun  3 17:56:06 2022
13:07:00  OS/Arch:           linux/arm
13:07:00  Context:           default
13:07:00 
13:07:00 Server: Docker Engine - Community
13:07:00  Engine:
13:07:00   Version:          22.06.0-beta.0
13:07:00   API version:      1.42 (minimum version 1.12)
13:07:00   Go version:       go1.18.3
13:07:00   Git commit:       38633e7
13:07:00   Built:            Fri Jun  3 17:56:06 2022
13:07:00   OS/Arch:          linux/arm
13:07:00   Experimental:     true
13:07:00  containerd:
13:07:00   Version:          1.6.8
13:07:00   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
13:07:00  runc:
13:07:00   Version:          1.1.4
13:07:00   GitCommit:        v1.1.4-0-g5fd4c4d
13:07:00  docker-init:
13:07:00   Version:          0.19.0
13:07:00   GitCommit:        de40ad0
[Pipeline] sh
13:07:00 Selecting previously unselected package gpg-agent.
13:07:00 Preparing to unpack .../35-gpg-agent_2.2.12-1+deb10u2_armhf.deb ...
13:07:00 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
13:07:00 Selecting previously unselected package gpg-wks-client.
13:07:00 Preparing to unpack .../36-gpg-wks-client_2.2.12-1+deb10u2_armhf.deb ...
13:07:00 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
13:07:00 Selecting previously unselected package gpg-wks-server.
13:07:00 Preparing to unpack .../37-gpg-wks-server_2.2.12-1+deb10u2_armhf.deb ...
13:07:00 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
13:07:00 Selecting previously unselected package gpgsm.
13:07:00 Preparing to unpack .../38-gpgsm_2.2.12-1+deb10u2_armhf.deb ...
13:07:00 Unpacking gpgsm (2.2.12-1+deb10u2) ...
13:07:00 Selecting previously unselected package gnupg.
13:07:00 Preparing to unpack .../39-gnupg_2.2.12-1+deb10u2_all.deb ...
13:07:00 Unpacking gnupg (2.2.12-1+deb10u2) ...
13:07:00 + pwd
13:07:00 + id -u
13:07:00 + id -g
13:07:00 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/workspace busybox chown -R 1000:1000 /workspace
13:07:00   Verifying        : systemd-libs-250.8-1.fc36.aarch64                    53/53 
13:07:00 
13:07:00 Upgraded:
13:07:00   systemd-libs-250.9-1.fc36.aarch64                                             
13:07:00 Installed:
13:07:00   container-selinux-2:2.198.0-1.fc36.noarch                                     
13:07:00   containerd.io-1.6.16-3.1.fc36.aarch64                                         
13:07:00   cryptsetup-libs-2.4.3-2.fc36.aarch64                                          
13:07:00   dbus-1:1.14.4-1.fc36.aarch64                                                  
13:07:00   dbus-broker-32-1.fc36.aarch64                                                 
13:07:00   dbus-common-1:1.14.4-1.fc36.noarch                                            
13:07:00   device-mapper-1.02.175-7.fc36.aarch64                                         
13:07:00   device-mapper-libs-1.02.175-7.fc36.aarch64                                    
13:07:00   diffutils-3.8-2.fc36.aarch64                                                  
13:07:00   docker-buildx-plugin-0.10.2-0.fc36.aarch64                                    
13:07:00   docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64                       
13:07:00   docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64                   
13:07:00   docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64         
13:07:00   docker-compose-plugin-2.16.0-0.fc36.aarch64                                   
13:07:00   fuse-common-3.10.5-2.fc36.aarch64                                             
13:07:00   fuse-overlayfs-1.9-6.fc36.aarch64                                             
13:07:00   fuse3-3.10.5-2.fc36.aarch64                                                   
13:07:00   fuse3-libs-3.10.5-2.fc36.aarch64                                              
13:07:00   iptables-legacy-1.8.7-15.fc36.aarch64                                         
13:07:00   iptables-legacy-libs-1.8.7-15.fc36.aarch64                                    
13:07:00   iptables-libs-1.8.7-15.fc36.aarch64                                           
13:07:00   kmod-29-7.fc36.aarch64                                                        
13:07:00   kmod-libs-29-7.fc36.aarch64                                                   
13:07:00   libargon2-20171227-9.fc36.aarch64                                             
13:07:00   libbpf-2:0.7.0-3.fc36.aarch64                                                 
13:07:00   libcgroup-2.0-4.fc36.aarch64                                                  
13:07:00   libfdisk-2.38-1.fc36.aarch64                                                  
13:07:00   libibverbs-39.0-1.fc36.aarch64                                                
13:07:00   libmnl-1.0.4-15.fc36.aarch64                                                  
13:07:00   libnetfilter_conntrack-1.0.8-4.fc36.aarch64                                   
13:07:00   libnfnetlink-1.0.1-21.fc36.aarch64                                            
13:07:00   libnl3-3.7.0-1.fc36.aarch64                                                   
13:07:00   libpcap-14:1.10.3-1.fc36.aarch64                                              
13:07:00   libseccomp-2.5.3-2.fc36.aarch64                                               
13:07:00   libselinux-utils-3.3-4.fc36.aarch64                                           
13:07:00   libslirp-4.6.1-3.fc36.aarch64                                                 
13:07:00   libutempter-1.2.1-6.fc36.aarch64                                              
13:07:00   libxkbcommon-1.4.0-1.fc36.aarch64                                             
13:07:00   policycoreutils-3.3-4.fc36.aarch64                                            
13:07:00   qrencode-libs-4.1.1-2.fc36.aarch64                                            
13:07:00   rpm-plugin-selinux-4.17.1-3.fc36.aarch64                                      
13:07:00   selinux-policy-36.17-1.fc36.noarch                                            
13:07:00   selinux-policy-targeted-36.17-1.fc36.noarch                                   
13:07:00   slirp4netns-1.2.0-0.2.beta.0.fc36.aarch64                                     
13:07:00   systemd-250.9-1.fc36.aarch64                                                  
13:07:00   systemd-networkd-250.9-1.fc36.aarch64                                         
13:07:00   systemd-pam-250.9-1.fc36.aarch64                                              
13:07:00   systemd-resolved-250.9-1.fc36.aarch64                                         
13:07:00   util-linux-2.38-1.fc36.aarch64                                                
13:07:00   xkeyboard-config-2.35.1-1.fc36.noarch                                         
13:07:00   xz-5.2.5-9.fc36.aarch64                                                       
13:07:00 
13:07:00 Complete!
13:07:00 + verify_binaries
13:07:00 + docker --version
13:07:00 Selecting previously unselected package gnupg2.
13:07:00 Preparing to unpack .../40-gnupg2_2.2.12-1+deb10u2_all.deb ...
13:07:00 Unpacking gnupg2 (2.2.12-1+deb10u2) ...
13:07:00 Selecting previously unselected package iso-codes.
13:07:00 Preparing to unpack .../41-iso-codes_4.2-1_all.deb ...
13:07:00 Unpacking iso-codes (4.2-1) ...
13:07:01 + docker info
13:07:01 Client:
13:07:01  Context:    default
13:07:01  Debug Mode: false
13:07:01  Plugins:
13:07:01   buildx: Docker Buildx (Docker Inc.)
13:07:01     Version:  v0.8.2
13:07:01     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
13:07:01   compose: Docker Compose (Docker Inc.)
13:07:01     Version:  v2.12.0
13:07:01     Path:     /usr/libexec/docker/cli-plugins/docker-compose
13:07:01 
13:07:01 Server:
13:07:01  Containers: 0
13:07:01   Running: 0
13:07:01   Paused: 0
13:07:01   Stopped: 0
13:07:01  Images: 4
13:07:01  Server Version: 22.06.0-beta.0
13:07:01  Storage Driver: overlay2
13:07:01   Backing Filesystem: extfs
13:07:01   Supports d_type: true
13:07:01   Using metacopy: false
13:07:01   Native Overlay Diff: true
13:07:01   userxattr: false
13:07:01  Logging Driver: json-file
13:07:01  Cgroup Driver: cgroupfs
13:07:01  Cgroup Version: 1
13:07:01  Plugins:
13:07:01   Volume: local
13:07:01   Network: bridge host ipvlan macvlan null overlay
13:07:01   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:07:01  Swarm: inactive
13:07:01  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:07:01  Default Runtime: runc
13:07:01  Init Binary: docker-init
13:07:01  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
13:07:01  runc version: v1.1.4-0-g5fd4c4d
13:07:01  init version: de40ad0
13:07:01  Security Options:
13:07:01   apparmor
13:07:01   seccomp
13:07:01    Profile: builtin
13:07:01  Kernel Version: 5.4.0-1088-aws
13:07:01  Operating System: Ubuntu 18.04.6 LTS
13:07:01  OSType: linux
13:07:01  Architecture: armv8l
13:07:01  CPUs: 2
13:07:01  Total Memory: 7.566GiB
13:07:01  Name: ip-10-100-86-193
13:07:01  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
13:07:01  Docker Root Dir: /var/lib/docker
13:07:01  Debug Mode: false
13:07:01  Username: dockerbuildbot
13:07:01  Registry: https://index.docker.io/v1/
13:07:01  Labels:
13:07:01  Experimental: true
13:07:01  Insecure Registries:
13:07:01   127.0.0.0/8
13:07:01  Live Restore Enabled: true
13:07:01 
13:07:01 WARNING: No swap limit support
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
13:07:01 The recommended git tool is: git
13:07:01 using credential docker-jenkins-github-credentials
13:07:01 Cloning the remote Git repository
13:07:01 Cloning with configured refspecs honoured and without tags
13:07:01 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:07:01 ++ uname -m
13:07:01 + '[' aarch64 = x86_64 ']'
13:07:01 + docker buildx version
13:07:01 github.com/docker/buildx v0.10.2 00ed17d
13:07:01 + docker compose version
13:07:01 mkdir -p sources
13:07:01 docker run --rm -w /v \
13:07:01 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
13:07:01 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:07:01 	alpine \
13:07:01 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:07:01 Docker Compose version v2.16.0
13:07:01 + dockerd --version
13:07:01 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:07:01 + docker-proxy --version
13:07:01 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:07:01 + containerd --version
13:07:01 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:07:01 + ctr --version
13:07:01 ctr containerd.io 1.6.16
13:07:01 + containerd-shim --help
13:07:01 Usage of containerd-shim:
13:07:01   -address string
13:07:01     	grpc address back to main containerd
13:07:01   -containerd-binary containerd publish
13:07:01     	path to containerd binary (used for containerd publish) (default "containerd")
13:07:01   -criu string
13:07:01     	path to criu binary
13:07:01   -debug
13:07:01     	enable debug output in logs
13:07:01   -namespace string
13:07:01     	namespace that owns the shim
13:07:01   -runtime-root string
13:07:01     	root directory for the runtime (default "/run/containerd/runc")
13:07:01   -socket string
13:07:01     	socket path to serve
13:07:01   -systemd-cgroup
13:07:01     	set runtime to use systemd-cgroup
13:07:01   -workdir string
13:07:01     	path used to storge large temporary data
13:07:01 + containerd-shim-runc-v1 -v
13:07:01 containerd-shim-runc-v1:
13:07:01   Version:  1.6.16
13:07:01   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:07:01   Go version: go1.18.10
13:07:01 
13:07:01 + containerd-shim-runc-v2 -v
13:07:01 containerd-shim-runc-v2:
13:07:01   Version:  1.6.16
13:07:01   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:07:01   Go version: go1.18.10
13:07:01 
13:07:01 + runc --version
13:07:01 runc version 1.1.4
13:07:01 commit: v1.1.4-0-g5fd4c4d
13:07:01 spec: 1.0.2-dev
13:07:01 go: go1.18.10
13:07:01 libseccomp: 2.5.3
[Pipeline] echo
13:07:01 Removing all docker containers
[Pipeline] sh
13:07:01 Selecting previously unselected package libapt-inst2.0:armhf.
13:07:01 Preparing to unpack .../42-libapt-inst2.0_1.8.2.3_armhf.deb ...
13:07:01 Unpacking libapt-inst2.0:armhf (1.8.2.3) ...
13:07:01 Selecting previously unselected package libcurl3-gnutls:armhf.
13:07:01 Preparing to unpack .../43-libcurl3-gnutls_7.64.0-4+deb10u4_armhf.deb ...
13:07:01 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u4) ...
13:07:01 Selecting previously unselected package libdbus-1-3:armhf.
13:07:01 Preparing to unpack .../44-libdbus-1-3_1.12.24-0+deb10u1_armhf.deb ...
13:07:01 Unpacking libdbus-1-3:armhf (1.12.24-0+deb10u1) ...
13:07:01 Selecting previously unselected package lsb-release.
13:07:01 Preparing to unpack .../45-lsb-release_10.2019051400_all.deb ...
13:07:01 Unpacking lsb-release (10.2019051400) ...
13:07:01 Selecting previously unselected package python-apt-common.
13:07:01 Preparing to unpack .../46-python-apt-common_1.8.4.3_all.deb ...
13:07:01 Unpacking python-apt-common (1.8.4.3) ...
13:07:01 Fetching without tags
13:07:01 + docker container ls -aq
[Pipeline] echo
13:07:01 Docker containers have been removed
[Pipeline] echo
13:07:01 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:07:01 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (ubuntu-kinetic-armhf)
[Pipeline] sh
13:07:01 Selecting previously unselected package python3-apt.
13:07:01 Preparing to unpack .../47-python3-apt_1.8.4.3_armhf.deb ...
13:07:01 Unpacking python3-apt (1.8.4.3) ...
13:07:01 Selecting previously unselected package python3-dbus.
13:07:01 Preparing to unpack .../48-python3-dbus_1.2.8-3_armhf.deb ...
13:07:01 Unpacking python3-dbus (1.2.8-3) ...
13:07:01 Selecting previously unselected package python3-gi.
13:07:01 Preparing to unpack .../49-python3-gi_3.30.4-1_armhf.deb ...
13:07:01 Unpacking python3-gi (3.30.4-1) ...
13:07:01 Selecting previously unselected package python3-pycurl.
13:07:01 Preparing to unpack .../50-python3-pycurl_7.43.0.2-0.1_armhf.deb ...
13:07:01 Unpacking python3-pycurl (7.43.0.2-0.1) ...
13:07:01 Selecting previously unselected package python3-software-properties.
13:07:01 Preparing to unpack .../51-python3-software-properties_0.96.20.2-2_all.deb ...
13:07:01 Unpacking python3-software-properties (0.96.20.2-2) ...
13:07:01 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
13:07:01 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
13:07:01 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
13:07:01 Commit message: "bump compose version to v2.16.0"
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
13:07:02 Selecting previously unselected package software-properties-common.
13:07:02 Preparing to unpack .../52-software-properties-common_0.96.20.2-2_all.deb ...
13:07:02 Unpacking software-properties-common (0.96.20.2-2) ...
13:07:02 Setting up libksba8:armhf (1.3.5-2+deb10u2) ...
13:07:02 Setting up lsb-base (10.2019051400) ...
13:07:02 Setting up libkeyutils1:armhf (1.6-6) ...
13:07:02 Setting up libpsl5:armhf (0.20.2-2) ...
13:07:02 Setting up mime-support (3.62) ...
13:07:02 Setting up apt-transport-https (1.8.2.3) ...
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
[Pipeline] }
13:07:02 + echo starting...
13:07:02 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
13:07:02 + popd
13:07:02 ~/rpmbuild/BUILD/src
13:07:02 + RPM_EC=0
13:07:02 ++ jobs -p
13:07:02 + exit 0
13:07:02 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2I5WhB
13:07:02 + umask 022
13:07:02 + cd /root/rpmbuild/BUILD
13:07:02 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64 '!=' / ']'
13:07:02 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64
13:07:02 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64
13:07:02 + mkdir -p /root/rpmbuild/BUILDROOT
13:07:02 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64
13:07:02 + cd src
13:07:02 + pushd /root/rpmbuild/BUILD/src/compose
13:07:02 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:07:02 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:07:02 ~/rpmbuild/BUILD/src
13:07:02 + popd
13:07:02 + for f in LICENSE MAINTAINERS NOTICE README.md
13:07:02 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:07:02 + for f in LICENSE MAINTAINERS NOTICE README.md
13:07:02 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:07:02 + for f in LICENSE MAINTAINERS NOTICE README.md
13:07:02 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:07:02 + for f in LICENSE MAINTAINERS NOTICE README.md
13:07:02 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:07:02 + /usr/lib/rpm/check-buildroot
13:07:02 + /usr/lib/rpm/redhat/brp-ldconfig
13:07:02 + /usr/lib/rpm/brp-compress
13:07:02 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:07:02 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:07:02 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:07:02 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:07:02 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:07:02 + /usr/lib/rpm/brp-python-hardlink
13:07:02 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:07:02 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jxWidZ
13:07:02 + umask 022
13:07:02 + cd /root/rpmbuild/BUILD
13:07:02 + cd src
13:07:02 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:07:02 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:07:02 + ver=v2.16.0
13:07:02 + test v2.16.0 = v2.16.0
13:07:02 + echo 'PASS: docker-compose version OK'
13:07:02 + RPM_EC=0
13:07:02 PASS: docker-compose version OK
13:07:02 ++ jobs -p
13:07:02 + exit 0
13:07:02 Processing files: docker-compose-plugin-2.16.0-0.el9.x86_64
13:07:02 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.g40SSv
13:07:02 + umask 022
13:07:02 + cd /root/rpmbuild/BUILD
13:07:02 + cd src
13:07:02 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64/usr/share/doc/docker-compose-plugin
13:07:02 + export LC_ALL=C
13:07:02 + LC_ALL=C
13:07:02 + export DOCDIR
13:07:02 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64/usr/share/doc/docker-compose-plugin
13:07: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.16.0-0.el9.x86_64/usr/share/doc/docker-compose-plugin
13:07:02 + RPM_EC=0
13:07:02 ++ jobs -p
13:07:02 + exit 0
13:07:02 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.d2u5lY
13:07:02 + umask 022
13:07:02 + cd /root/rpmbuild/BUILD
13:07:02 + cd src
13:07:02 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64/usr/share/licenses/docker-compose-plugin
13:07:02 + export LC_ALL=C
13:07:02 + LC_ALL=C
13:07:02 + export LICENSEDIR
13:07:02 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64/usr/share/licenses/docker-compose-plugin
13:07:02 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64/usr/share/licenses/docker-compose-plugin
13:07:02 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64/usr/share/licenses/docker-compose-plugin
13:07:02 + RPM_EC=0
13:07:02 ++ jobs -p
13:07:02 + exit 0
13:07:02 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:07:02 Provides: docker-compose-plugin = 0:2.16.0-0.el9 docker-compose-plugin(x86-64) = 0:2.16.0-0.el9
13:07:02 Requires(interp): /bin/sh /bin/sh /bin/sh
13:07:02 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:07:02 Requires(post): /bin/sh
13:07:02 Requires(preun): /bin/sh
13:07:02 Requires(postun): /bin/sh
13:07:02 Enhances: docker-ce-cli
13:07:02 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64
13:07:02 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.el9.src.rpm
13:07:02 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
13:07:02 No schema files found: doing nothing.
13:07:02 Setting up distro-info-data (0.41+deb10u6) ...
13:07:02 Setting up libsqlite3-0:armhf (3.27.2-3+deb10u2) ...
13:07:02 Setting up libnghttp2-14:armhf (1.36.0-2+deb10u1) ...
13:07:02 Setting up libpackagekit-glib2-18:armhf (1.1.12-5) ...
13:07:02 Setting up libnpth0:armhf (1.6-1) ...
13:07:02 Setting up libassuan0:armhf (2.5.2-1) ...
13:07:02 Setting up libapt-inst2.0:armhf (1.8.2.3) ...
13:07:02 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
13:07:02 Setting up libkrb5support0:armhf (1.17-3+deb10u5) ...
13:07:02 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ...
13:07:02 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
13:07:02  * base: download.cf.centos.org
13:07:02  * extras: download.cf.centos.org
13:07:02  * updates: download.cf.centos.org
13:07:02 + docker version
13:07:02 Client: Docker Engine - Community
13:07:02  Version:           22.06.0-beta.0
13:07:02  API version:       1.42
13:07:02  Go version:        go1.18.3
13:07:02  Git commit:        3e9117b
13:07:02  Built:             Fri Jun  3 17:56:06 2022
13:07:02  OS/Arch:           linux/arm
13:07:02  Context:           default
13:07:02 
13:07:02 Server: Docker Engine - Community
13:07:02  Engine:
13:07:02   Version:          22.06.0-beta.0
13:07:02   API version:      1.42 (minimum version 1.12)
13:07:02   Go version:       go1.18.3
13:07:02   Git commit:       38633e7
13:07:02   Built:            Fri Jun  3 17:56:06 2022
13:07:02   OS/Arch:          linux/arm
13:07:02   Experimental:     true
13:07:02  containerd:
13:07:02   Version:          1.6.8
13:07:02   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
13:07:02  runc:
13:07:02   Version:          1.1.4
13:07:02   GitCommit:        v1.1.4-0-g5fd4c4d
13:07:02  docker-init:
13:07:02   Version:          0.19.0
13:07:02   GitCommit:        de40ad0
[Pipeline] sh
13:07:02 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ...
13:07:02 Setting up libdbus-1-3:armhf (1.12.24-0+deb10u1) ...
13:07:02 Setting up libk5crypto3:armhf (1.17-3+deb10u5) ...
13:07:02 Setting up libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ...
13:07:02 Setting up python-apt-common (1.8.4.3) ...
13:07:02 Setting up libgirepository-1.0-1:armhf (1.58.3-2) ...
13:07:02 Setting up libssh2-1:armhf (1.8.0-2.1) ...
13:07:02 Setting up libkrb5-3:armhf (1.17-3+deb10u5) ...
13:07:02 Setting up libmpdec2:armhf (2.4.2-2) ...
13:07:02 Setting up openssl (1.1.1n-0+deb10u3) ...
13:07:02 Setting up readline-common (7.0-5) ...
13:07:02 Setting up iso-codes (4.2-1) ...
13:07:02 Setting up libreadline7:armhf (7.0-5) ...
13:07:02 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
13:07:02 Setting up pinentry-curses (1.1.0-2) ...
13:07:02 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
13:07:02 Setting up libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u7) ...
13:07:02 Setting up ca-certificates (20200601~deb10u2) ...
[Pipeline] sh
13:07:02 + docker info
13:07:02 Client:
13:07:02  Context:    default
13:07:02  Debug Mode: false
13:07:02  Plugins:
13:07:02   buildx: Docker Buildx (Docker Inc.)
13:07:02     Version:  v0.8.2
13:07:02     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
13:07:02   compose: Docker Compose (Docker Inc.)
13:07:02     Version:  v2.12.0
13:07:02     Path:     /usr/libexec/docker/cli-plugins/docker-compose
13:07:02 
13:07:02 Server:
13:07:02  Containers: 0
13:07:02   Running: 0
13:07:02   Paused: 0
13:07:02   Stopped: 0
13:07:02  Images: 4
13:07:02  Server Version: 22.06.0-beta.0
13:07:02  Storage Driver: overlay2
13:07:02   Backing Filesystem: extfs
13:07:02   Supports d_type: true
13:07:02   Using metacopy: false
13:07:02   Native Overlay Diff: true
13:07:02   userxattr: false
13:07:02  Logging Driver: json-file
13:07:02  Cgroup Driver: cgroupfs
13:07:02  Cgroup Version: 1
13:07:02  Plugins:
13:07:02   Volume: local
13:07:02   Network: bridge host ipvlan macvlan null overlay
13:07:02   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:07:02  Swarm: inactive
13:07:02  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:07:02  Default Runtime: runc
13:07:02  Init Binary: docker-init
13:07:02  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
13:07:02  runc version: v1.1.4-0-g5fd4c4d
13:07:02  init version: de40ad0
13:07:02  Security Options:
13:07:02   apparmor
13:07:02   seccomp
13:07:02    Profile: builtin
13:07:02  Kernel Version: 5.4.0-1088-aws
13:07:02  Operating System: Ubuntu 18.04.6 LTS
13:07:02  OSType: linux
13:07:02  Architecture: armv8l
13:07:02  CPUs: 2
13:07:02  Total Memory: 7.566GiB
13:07:02  Name: ip-10-100-72-19
13:07:02  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
13:07:02  Docker Root Dir: /var/lib/docker
13:07:02  Debug Mode: false
13:07:02  Username: dockerbuildbot
13:07:02  Registry: https://index.docker.io/v1/
13:07:02  Labels:
13:07:02  Experimental: true
13:07:02  Insecure Registries:
13:07:02   127.0.0.0/8
13:07:02  Live Restore Enabled: true
13:07:02 
13:07:02 WARNING: No swap limit support
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
13:07:02 The recommended git tool is: git
13:07:02 using credential docker-jenkins-github-credentials
13:07:02 Cloning the remote Git repository
13:07:02 Cloning with configured refspecs honoured and without tags
13:07:02 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'.
13:07:02 + make clean
13:07:02 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
13:07:02 rm -f -r src
13:07:02 make -C rpm clean
13:07:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
13:07:02 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:07:02 rm -f -r rpmbuild/
13:07:02 docker builder prune -f --filter until=24h
13:07:02 Total:	0B
13:07:02 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
13:07:02 make -C deb clean
13:07:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:07:02 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:07:02 rm -f -r debbuild
13:07:02 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
13:07:02 rm -f -r sources
13:07:02 docker builder prune -f --filter until=24h
13:07:03 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'.
13:07:03 Updating certificates in /etc/ssl/certs...
13:07:03 Total:	0B
13:07:03 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:07:03 make -C static clean
13:07:03 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
13:07:03 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
13:07:03 rm -f -r build
13:07:03 docker builder prune -f --filter until=24h
13:07:03 Fetching without tags
13:07:03 Total:	0B
13:07:03 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
13:07:03 From https://github.com/docker/docker
13:07:03  * [new branch]      23.0       -> 23.0
13:07:03  * [new branch]      23.0       -> origin/23.0
13:07:03 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
13:07:03 Merging remotes/origin/23.0 commit 6801937d2785c2be73d68761b60366c5887d20a1 into PR head commit 551c99c2f93bc3af77ff923da49125020b238667
13:07:03 Merge succeeded, producing 551c99c2f93bc3af77ff923da49125020b238667
13:07:03 Checking out Revision 551c99c2f93bc3af77ff923da49125020b238667 (PR-844)
13:07:03 + make REF=23.0 ubuntu-jammy
13:07:03 git init src/github.com/docker/cli
13:07:03 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
13:07:03 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:07:03 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
13:07:03 + SRC=src/github.com/docker/cli
13:07:03 + REF=23.0
13:07:03 + REF_FETCH=23.0
13:07:03 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
13:07:03 + awk {print $2}
13:07:03 + REF=refs/heads/23.0
13:07:03 + [ -n refs/heads/23.0 ]
13:07:03 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
13:07:03 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
13:07:03 Commit message: "bump compose version to v2.16.0"
13:07:03 137 added, 0 removed; done.
13:07:03 Setting up libgssapi-krb5-2:armhf (1.17-3+deb10u5) ...
13:07:03 Setting up gir1.2-glib-2.0:armhf (1.58.3-2) ...
13:07:03 Setting up gpgconf (2.2.12-1+deb10u2) ...
13:07:03 Setting up libcurl4:armhf (7.64.0-4+deb10u4) ...
13:07:03 Setting up curl (7.64.0-4+deb10u4) ...
13:07:03 Setting up gpg (2.2.12-1+deb10u2) ...
13:07:03 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
13:07:03 Setting up python3.7 (3.7.3-2+deb10u4) ...
13:07:03 git init src/github.com/docker/buildx
13:07:03 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
13:07:03 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:07:03 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
13:07:03 + SRC=src/github.com/docker/buildx
13:07:03 + REF=v0.10.2
13:07:03 + REF_FETCH=v0.10.2
13:07:03 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
13:07:03 + awk {print $2}
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-844 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # 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/844/head:refs/remotes/origin/PR-844 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # 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 6801937d2785c2be73d68761b60366c5887d20a1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 551c99c2f93bc3af77ff923da49125020b238667 # timeout=10
13:07:03 mkdir -p sources
13:07:03 docker run --rm -w /v \
13:07:03 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
13:07:03 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:07:03 	alpine \
13:07:03 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:07:03 + REF=refs/tags/v0.10.2
13:07:03 + [ -n refs/tags/v0.10.2 ]
13:07:03 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
13:07:03 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
13:07:04 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb'.
13:07:04 #8 extracting sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8 3.8s done
13:07:04 #8 extracting sha256:d74305eb0c954d5c114d5d553893e44f6c1c9ca1516605d20ce1f86ee113aa91
13:07:04 #8 extracting sha256:d74305eb0c954d5c114d5d553893e44f6c1c9ca1516605d20ce1f86ee113aa91 done
13:07:04 #8 extracting sha256:decfc7c44756de509113f60fa9a88c658d310425f84fb4bf71cd27b0157bd406 done
13:07:04 #8 extracting sha256:82de9d774bdcb1209bfaa94d7a8e3646d208c0e43ee7c02319ea59943cd7547d
13:07:04 #8 extracting sha256:82de9d774bdcb1209bfaa94d7a8e3646d208c0e43ee7c02319ea59943cd7547d done
13:07:04 #8 extracting sha256:cd57115a4e2596660b099bd9d42461ab850508b76d3d10feead7ea39dd38091d done
13:07:04 Setting up gpg-agent (2.2.12-1+deb10u2) ...
13:07:04 Setting up gpgsm (2.2.12-1+deb10u2) ...
13:07:04 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u4) ...
13:07:04 Setting up python3 (3.7.3-1) ...
13:07:04 #8 extracting sha256:8e2ac8ca41cbf082c29210a88a9cb22cdacd4affaefd9d86f015f6815ebf9eda done
13:07:04 #8 extracting sha256:04316490362d81f89d36155c0b0f967ed59d67780f3494c5b21da7bc44fe3343
13:07:04 mkdir -p sources
13:07:04 docker run --rm -w /v \
13:07:04 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:07:04 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:07:04 	alpine \
13:07:04 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:07:04 Setting up dirmngr (2.2.12-1+deb10u2) ...
13:07:04 Setting up gir1.2-packagekitglib-1.0 (1.1.12-5) ...
13:07:04 Setting up python3-pycurl (7.43.0.2-0.1) ...
13:07:04 Setting up python3-gi (3.30.4-1) ...
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
13:07:04 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
13:07:04 Setting up lsb-release (10.2019051400) ...
13:07:04 Setting up python3-dbus (1.2.8-3) ...
13:07:04 + make clean
13:07:04 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844:/v -w /v alpine chown -R 1000:1000 src
13:07:04 rm -f -r src
13:07:04 make -C rpm clean
13:07:04 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
13:07:04 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:07:04 rm -f -r rpmbuild/
13:07:04 docker builder prune -f --filter until=24h
13:07:04 Total:	0B
13:07:04 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
13:07:04 make -C deb clean
13:07:04 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:07:04 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:07:04 rm -f -r debbuild
13:07:04 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 sources
13:07:04 rm -f -r sources
13:07:04 docker builder prune -f --filter until=24h
13:07:04 #8 extracting sha256:04316490362d81f89d36155c0b0f967ed59d67780f3494c5b21da7bc44fe3343 0.7s done
13:07:04 #8 extracting sha256:4c2d9fa6e0e87354a19ec17ea5d8500ae139ebefa61bcfc07041571b2527b9a8 0.0s done
13:07:05 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
13:07:05 Setting up python3-apt (1.8.4.3) ...
13:07:05 Setting up python3-software-properties (0.96.20.2-2) ...
13:07:05 Total:	0B
13:07:05 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:07:05 make -C static clean
13:07:05 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
13:07:05 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/static:/v -w /v alpine chown -R 1000:1000 build
13:07:05 rm -f -r build
13:07:05 docker builder prune -f --filter until=24h
13:07:05 Total:	0B
13:07:05 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/static'
[Pipeline] sh
13:07:05 Setting up gnupg (2.2.12-1+deb10u2) ...
13:07:05 Setting up gnupg2 (2.2.12-1+deb10u2) ...
13:07:05 Setting up software-properties-common (0.96.20.2-2) ...
13:07:05 #8 DONE 8.3s
13:07:05 
13:07:05 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:07:05 + make REF=23.0 ubuntu-kinetic
13:07:05 git init src/github.com/docker/cli
13:07:05 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli/.git/
13:07:05 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:07:05 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
13:07:05 + SRC=src/github.com/docker/cli
13:07:05 + REF=23.0
13:07:05 + REF_FETCH=23.0
13:07:05 + + awk {print $2}
13:07:05 git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
13:07:05 + REF=refs/heads/23.0
13:07:05 + [ -n refs/heads/23.0 ]
13:07:05 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
13:07:05 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
13:07:05 Processing triggers for libc-bin (2.28-10+deb10u2) ...
13:07:05 Processing triggers for ca-certificates (20200601~deb10u2) ...
13:07:05 Updating certificates in /etc/ssl/certs...
13:07:05 From https://github.com/docker/cli
13:07:05  * [new branch]      23.0       -> 23.0
13:07:05  * [new branch]      23.0       -> origin/23.0
13:07:05 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
13:07:05 git init src/github.com/docker/docker
13:07:05 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
13:07:05 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:07:05 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
13:07:05 + SRC=src/github.com/docker/docker
13:07:05 + REF=23.0
13:07:05 + REF_FETCH=23.0
13:07:05 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
13:07:05 + awk {print $2}
13:07:05 == Building packages for ubuntu-bionic ==
13:07:05 mkdir -p "debbuild/ubuntu-bionic"
13:07:05 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-bionic/aarch64 -f ubuntu-bionic/Dockerfile .
13:07:05 #1 [internal] load build definition from Dockerfile
13:07:05 #1 transferring dockerfile: 914B done
13:07:05 #1 DONE 0.0s
13:07:05 
13:07:05 #2 [internal] load .dockerignore
13:07:05 #2 transferring context: 2B done
13:07:05 #2 DONE 0.0s
13:07:05 
13:07:05 #3 [internal] load metadata for docker.io/library/ubuntu:bionic
13:07:05 #3 DONE 0.0s
13:07:05 
13:07:05 #4 [auth] library/golang:pull token for registry-1.docker.io
13:07:05 #4 DONE 0.0s
13:07:05 
13:07:05 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
13:07:05 0 added, 0 removed; done.
13:07:05 Running hooks in /etc/ca-certificates/update.d...
13:07:05 done.
13:07:05 ++ source /etc/os-release
13:07:05 +++ PRETTY_NAME='Debian GNU/Linux 10 (buster)'
13:07:05 +++ NAME='Debian GNU/Linux'
13:07:05 +++ VERSION_ID=10
13:07:05 +++ VERSION='10 (buster)'
13:07:05 +++ VERSION_CODENAME=buster
13:07:05 +++ ID=debian
13:07:05 +++ HOME_URL=https://www.debian.org/
13:07:05 +++ SUPPORT_URL=https://www.debian.org/support
13:07:05 +++ BUG_REPORT_URL=https://bugs.debian.org/
13:07:05 ++ echo debian
13:07:05 + DIST_ID=debian
13:07:05 ++ lsb_release -sc
13:07:05 + DIST_VERSION=buster
13:07:05 + '[' buster = sid ']'
13:07:05 + install_debian_containerd
13:07:05 + '[' staging = stage ']'
13:07:05 + REPO_URL=https://download.docker.com/linux/debian
13:07:05 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
13:07:05 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
13:07:05 + update-ca-certificates -f
13:07:05 Clearing symlinks in /etc/ssl/certs...
13:07:05 + REF=refs/heads/23.0
13:07:05 + [ -n refs/heads/23.0 ]
13:07:05 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
13:07:05 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
13:07:06 #5 DONE 0.2s
13:07:06 done.
13:07:06 Updating certificates in /etc/ssl/certs...
13:07:06 
13:07:06 #6 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic
13:07:06 #6 DONE 0.0s
13:07:06 
13:07:06 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
13:07:06 #7 DONE 0.0s
13:07:06 
13:07:06 #8 [internal] load build context
13:07:06 #10 0.791 Get:1 http://archive.raspbian.org/raspbian bookworm InRelease [15.0 kB]
13:07:06 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb'.
13:07:06 #10 1.074 Get:2 http://archive.raspbian.org/raspbian bookworm/non-free armhf Packages [147 kB]
13:07:06 137 added, 0 removed; done.
13:07:06 Running hooks in /etc/ca-certificates/update.d...
13:07:06 done.
13:07:06 + curl -fsSL https://download.docker.com/linux/debian/gpg
13:07:06 + apt-key add -
13:07:06 Warning: apt-key output should not be parsed (stdout is not a terminal)
13:07:06 #8 transferring context: 30.34MB 0.5s done
13:07:06 #8 DONE 0.6s
13:07:06 
13:07:06 #9 [stage-1 3/8] COPY common /root/build-deb/debian
13:07:06 #9 CACHED
13:07:06 
13:07:06 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:07:06 #10 CACHED
13:07:06 
13:07:06 #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:07:06 #11 CACHED
13:07:06 
13:07:06 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
13:07:06 #7 CACHED
13:07:06 
13:07:06 #12 [stage-1 5/8] COPY sources/ /sources
13:07:06 #10 1.405 Get:3 http://archive.raspbian.org/raspbian bookworm/rpi armhf Packages [1299 B]
13:07:06 #10 1.407 Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf Packages [19.9 MB]
13:07:07 From https://github.com/docker/buildx
13:07:07  * [new tag]         v0.10.2    -> v0.10.2
13:07:07 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
13:07:07 From https://github.com/docker/cli
13:07:07  * [new branch]      23.0       -> 23.0
13:07:07  * [new branch]      23.0       -> origin/23.0
13:07:07 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
13:07:07 git init src/github.com/docker/docker
13:07:07 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker/.git/
13:07:07 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:07:07 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
13:07:07 + SRC=src/github.com/docker/docker
13:07:07 + REF=23.0
13:07:07 + REF_FETCH=23.0
13:07:07 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
13:07:07 + awk {print $2}
13:07:07 git init src/github.com/docker/compose
13:07:07 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
13:07:07 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:07:07 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
13:07:07 + SRC=src/github.com/docker/compose
13:07:07 + REF=v2.16.0
13:07:07 + REF_FETCH=v2.16.0
13:07:07 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
13:07:07 + awk {print $2}
13:07:07 + REF=refs/heads/23.0
13:07:07 + [ -n refs/heads/23.0 ]
13:07:07 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
13:07:07 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
13:07:07 + REF=refs/tags/v2.16.0
13:07:07 + [ -n refs/tags/v2.16.0 ]
13:07:07 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
13:07:07 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
13:07:07 #12 DONE 1.5s
13:07:07 OK
13:07:07 + '[' buster = sid ']'
13:07:07 ++ dpkg --print-architecture
13:07:07 + ARCH=armhf
13:07:07 + echo 'deb [arch=armhf] https://download.docker.com/linux/debian buster test'
13:07:07 + apt-get update
13:07:08 
13:07:08 #13 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
13:07:08 Hit:1 http://deb.debian.org/debian buster InRelease
13:07:08 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
13:07:08 Hit:3 http://deb.debian.org/debian buster-updates InRelease
13:07:08 Get:4 https://download.docker.com/linux/debian buster InRelease [54.0 kB]
13:07:08 #10 2.881 Get:5 http://archive.raspbian.org/raspbian bookworm/contrib armhf Packages [71.9 kB]
13:07:08 #10 2.882 Get:6 http://archive.raspbian.org/raspbian bookworm/firmware armhf Packages [1201 B]
13:07:08 Get:5 https://download.docker.com/linux/debian buster/test armhf Packages [55.3 kB]
13:07:08 Fetched 109 kB in 1s (148 kB/s)
13:07:09 #10 3.709 Fetched 20.1 MB in 3s (6045 kB/s)
13:07:09 From https://github.com/docker/compose
13:07:09  * [new tag]         v2.16.0    -> v2.16.0
13:07:09 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
13:07:09 git init src/github.com/docker/scan-cli-plugin
13:07:09 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
13:07:09 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:07:09 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
13:07:09 + SRC=src/github.com/docker/scan-cli-plugin
13:07:09 + REF=v0.23.0
13:07:09 + REF_FETCH=v0.23.0
13:07:09 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
13:07:09 + awk {print $2}
13:07:09 + REF=refs/tags/v0.23.0
13:07:09 + [ -n refs/tags/v0.23.0 ]
13:07:09 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
13:07:09 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
13:07:09 From https://github.com/docker/scan-cli-plugin
13:07:09  * [new tag]         v0.23.0    -> v0.23.0
13:07:09 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
13:07:09 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-focal
13:07:09 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:07:09 mkdir -p sources
13:07:09 docker run --rm -w /v \
13:07:09 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
13:07:09 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:07:09 	alpine \
13:07:09 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:07:09 Reading package lists...
13:07:09 ++ find deb/debbuild/debian-buster/ -type f -name '*.deb'
13:07:09 + packages='deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb
13:07:09 deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb
13:07:09 deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_armhf.deb
13:07:09 deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb
13:07:09 deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'
13:07:09 ++ echo 'deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb
13:07:09 deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb
13:07:09 deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_armhf.deb
13:07:09 deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb
13:07:09 deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'
13:07:09 ++ awk '$0="./"$0'
13:07:09 ++ xargs
13:07:09 + packages='./deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'
13:07:09 + set -x
13:07:09 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb
13:07:09 Selecting previously unselected package docker-ce.
13:07:09 (Reading database ... 9712 files and directories currently installed.)
13:07:09 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb ...
13:07:09 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
13:07:09 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~debian.10~buster_amd64.deb'.
13:07:10 From https://github.com/docker/docker
13:07:10  * [new branch]      23.0       -> 23.0
13:07:10  * [new branch]      23.0       -> origin/23.0
13:07:10 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
13:07:10 git init src/github.com/docker/buildx
13:07:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
13:07:10 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:07:10 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
13:07:10 + SRC=src/github.com/docker/buildx
13:07:10 + REF=v0.10.2
13:07:10 + REF_FETCH=v0.10.2
13:07:10 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
13:07:10 + awk {print $2}
13:07:10 + REF=refs/tags/v0.10.2
13:07:10 + [ -n refs/tags/v0.10.2 ]
13:07:10 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
13:07:10 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
13:07:10 #10 3.709 Reading package lists...
13:07:10 #10 5.084 W: http://archive.raspbian.org/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
13:07:10 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'.
13:07:10 From https://github.com/docker/docker
13:07:10  * [new branch]      23.0       -> 23.0
13:07:10  * [new branch]      23.0       -> origin/23.0
13:07:10 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
13:07:11 make[1]: Leaving directory '/root/build-deb'
13:07:11  dpkg-genbuildinfo
13:07:11 Selecting previously unselected package docker-buildx-plugin.
13:07:11 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb ...
13:07:11 Unpacking docker-buildx-plugin (0.10.2-1~debian.10~buster) ...
13:07:11 git init src/github.com/docker/buildx
13:07:11 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx/.git/
13:07:11 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:07:11 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
13:07:11 + SRC=src/github.com/docker/buildx
13:07:11 + REF=v0.10.2
13:07:11 + REF_FETCH=v0.10.2
13:07:11 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
13:07:11 + awk {print $2}
13:07:11 + REF=refs/tags/v0.10.2
13:07:11 + [ -n refs/tags/v0.10.2 ]
13:07:11 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
13:07:11 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
13:07:11 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb'.
13:07:11 ~/rpmbuild/BUILD/src
13:07:11 + popd
13:07:11 + RPM_EC=0
13:07:11 ++ jobs -p
13:07:11 + exit 0
13:07:11 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9xVPPG
13:07:11 + umask 022
13:07:11 + cd /root/rpmbuild/BUILD
13:07:11 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64 '!=' / ']'
13:07:11 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64
13:07:11 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64
13:07:11 + mkdir -p /root/rpmbuild/BUILDROOT
13:07:11 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64
13:07:11 + 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:07:11 + export CFLAGS
13:07:11 + 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:07:11 + export CXXFLAGS
13:07:11 + 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:07:11 + export FFLAGS
13:07:11 + 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:07:11 + export FCFLAGS
13:07:11 + 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.16.0-0.fc36.x86_64.ld'
13:07:11 + export LDFLAGS
13:07:11 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:07:11 + export LT_SYS_LIBRARY_PATH
13:07:11 + CC=gcc
13:07:11 + export CC
13:07:11 + CXX=g++
13:07:11 + export CXX
13:07:11 + cd src
13:07:11 + pushd /root/rpmbuild/BUILD/src/compose
13:07:11 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:07:11 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:07:11 ~/rpmbuild/BUILD/src
13:07:11 + popd
13:07:11 + for f in LICENSE MAINTAINERS NOTICE README.md
13:07:11 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:07:11 + for f in LICENSE MAINTAINERS NOTICE README.md
13:07:11 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:07:11 + for f in LICENSE MAINTAINERS NOTICE README.md
13:07:11 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:07:11 + for f in LICENSE MAINTAINERS NOTICE README.md
13:07:11 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:07:11 + /usr/lib/rpm/check-buildroot
13:07:11 + /usr/lib/rpm/redhat/brp-ldconfig
13:07:11 + /usr/lib/rpm/brp-compress
13:07:11 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:07:11 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:07:11 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:07:11 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:07:11 + /usr/lib/rpm/check-rpaths
13:07:11 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:07:11 + /usr/lib/rpm/brp-remove-la-files
13:07:11 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:07:11 + /usr/lib/rpm/redhat/brp-python-hardlink
13:07:11 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.zG0rln
13:07:11 + umask 022
13:07:11 + cd /root/rpmbuild/BUILD
13:07:11 + 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:07:11 + export CFLAGS
13:07:11 + 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:07:11 + export CXXFLAGS
13:07:11 + 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:07:11 + export FFLAGS
13:07:11 + 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:07:11 + export FCFLAGS
13:07:11 + 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.16.0-0.fc36.x86_64.ld'
13:07:11 + export LDFLAGS
13:07:11 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:07:11 + export LT_SYS_LIBRARY_PATH
13:07:11 + CC=gcc
13:07:11 + export CC
13:07:11 + CXX=g++
13:07:11 + export CXX
13:07:11 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:07:11 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.16.0-0.fc36 x86_64
13:07:11 + cd src
13:07:11 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:07:11 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:07:11 + ver=v2.16.0
13:07:11 + test v2.16.0 = v2.16.0
13:07:11 + echo 'PASS: docker-compose version OK'
13:07:11 + RPM_EC=0
13:07:11 PASS: docker-compose version OK
13:07:11 ++ jobs -p
13:07:11 + exit 0
13:07:11 Processing files: docker-compose-plugin-2.16.0-0.fc36.x86_64
13:07:11 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JNz3wh
13:07:11 + umask 022
13:07:11 + cd /root/rpmbuild/BUILD
13:07:11 + cd src
13:07:11 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64/usr/share/doc/docker-compose-plugin
13:07:11 + export LC_ALL=C
13:07:11 + LC_ALL=C
13:07:11 + export DOCDIR
13:07:11 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64/usr/share/doc/docker-compose-plugin
13:07:11 + 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.16.0-0.fc36.x86_64/usr/share/doc/docker-compose-plugin
13:07:11 + RPM_EC=0
13:07:11 ++ jobs -p
13:07:11 + exit 0
13:07:11 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ceYvAf
13:07:11 + umask 022
13:07:11 + cd /root/rpmbuild/BUILD
13:07:11 + cd src
13:07:11 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
13:07:11 + export LC_ALL=C
13:07:11 + LC_ALL=C
13:07:11 + export LICENSEDIR
13:07:11 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
13:07:11 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
13:07:11 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
13:07:11 + RPM_EC=0
13:07:11 ++ jobs -p
13:07:11 + exit 0
13:07:11 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:07:11 Provides: docker-compose-plugin = 0:2.16.0-0.fc36 docker-compose-plugin(x86-64) = 0:2.16.0-0.fc36
13:07:11 Requires(interp): /bin/sh /bin/sh /bin/sh
13:07:11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:07:11 Requires(post): /bin/sh
13:07:11 Requires(preun): /bin/sh
13:07:11 Requires(postun): /bin/sh
13:07:11 Enhances: docker-ce-cli
13:07:11 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64
13:07:11 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.fc36.src.rpm
13:07:11 #10 5.095 Reading package lists...
13:07:11 #10 6.465 Building dependency tree...
13:07:11  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.changes
13:07:12 #10 6.688 Reading state information...
13:07:12 mkdir -p sources
13:07:12 docker run --rm -w /v \
13:07:12 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
13:07:12 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:07:12 	alpine \
13:07:12 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:07:12 #13 DONE 3.9s
13:07:12 
13:07:12 #14 [stage-1 7/8] WORKDIR /root/build-deb
13:07:12 #14 DONE 0.0s
13:07:12 
13:07:12 #15 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
13:07:12 #15 DONE 0.0s
13:07:12 
13:07:12 #16 exporting to image
13:07:12 #16 exporting layers
13:07:12 #10 7.014 The following additional packages will be installed:
13:07:12 #10 7.014   autoconf automake autopoint autotools-dev binutils
13:07:12 #10 7.014   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-12
13:07:12 #10 7.014   debhelper dh-autoreconf dh-strip-nondeterminism dpkg dpkg-dev dwz fakeroot
13:07:12 #10 7.014   file gcc gcc-12 gcc-12-base gettext gettext-base git-man groff-base
13:07:12 #10 7.014   intltool-debian libarchive-zip-perl libasan8 libatomic1
13:07:12 #10 7.014   libb-hooks-op-check-perl libbinutils libc-bin libc-dev-bin libc6 libc6-dev
13:07:12 #10 7.014   libcc1-0 libclass-method-modifiers-perl libclass-xsaccessor-perl
13:07:12 #10 7.014   libclone-perl libcrypt-dev libcrypt1 libctf-nobfd0 libctf0 libcurl3-gnutls
13:07:12 #10 7.014   libcurl4 libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
13:07:12 #10 7.014   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
13:07:12 #10 7.014   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
13:07:12 #10 7.014   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
13:07:12 #10 7.014   libfile-which-perl libgcc-12-dev libgcc-s1 libgomp1 libhtml-parser-perl
13:07:12 #10 7.014   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
13:07:12 #10 7.015   libhttp-message-perl libhttp-negotiate-perl libicu72 libimport-into-perl
13:07:12 #10 7.015   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
13:07:12 #10 7.015   libisl23 libjansson4 liblwp-mediatypes-perl liblwp-protocol-https-perl
13:07:12 #10 7.015   liblzma5 libmagic-mgc libmagic1 libmd0 libmodule-runtime-perl libmoo-perl
13:07:12 #10 7.015   libmpc3 libmpdec3 libmpfr6 libnet-http-perl libnet-ssleay-perl libnsl-dev
13:07:12 #10 7.015   libnsl2 libparams-classify-perl libperl5.36 libpipeline1 libpython3-stdlib
13:07:12 #10 7.015   libpython3.11-minimal libpython3.11-stdlib libregexp-ipv6-perl
13:07:12 #10 7.015   librole-tiny-perl libstdc++6 libsub-override-perl libsub-quote-perl
13:07:12 #10 7.015   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
13:07:12 #10 7.015   libtry-tiny-perl libubsan1 libuchardet0 liburi-perl libwww-perl
13:07:12 #10 7.015   libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db media-types
13:07:12 #10 7.015   patch patchutils perl perl-base perl-modules-5.36 perl-openssl-defaults
13:07:12 #10 7.015   po-debconf python3 python3-minimal python3.11 python3.11-minimal
13:07:12 #10 7.016   rpcsvc-proto sensible-utils wdiff xz-utils
13:07:12 #10 7.017 Suggested packages:
13:07:12 #10 7.017   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
13:07:12 #10 7.017   gcc-12-locales cpp-12-doc dh-make adequate at autopkgtest bls-standalone
13:07:12 #10 7.017   bsd-mailx | mailx build-essential check-all-the-things cvs-buildpackage
13:07:12 #10 7.017   diffoscope disorderfs dose-extra duck elpa-devscripts faketime gnuplot
13:07:12 #10 7.017   how-can-i-help libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
13:07:12 #10 7.017   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
13:07:12 #10 7.017   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
13:07:12 #10 7.017   reprotest ssh-client svn-buildpackage w3m debsig-verify debian-keyring
13:07:12 #10 7.017   gcc-multilib manpages-dev flex bison gdb gcc-doc gcc-12-doc gettext-doc
13:07:12 #10 7.017   libasprintf-dev libgettextpo-dev git-daemon-run | git-daemon-sysvinit
13:07:12 #10 7.017   git-doc git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff
13:07:12 #10 7.017   glibc-doc libc-l10n locales libnss-nis libnss-nisplus bzr libdata-dump-perl
13:07:12 #10 7.017   libcrypt-ssleay-perl libscalar-number-perl libtool-doc gfortran
13:07:12 #10 7.017   | fortran95-compiler gcj-jdk libsub-name-perl libbusiness-isbn-perl
13:07:12 #10 7.017   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
13:07:12 #10 7.017   diffutils-doc perl-doc libterm-readline-gnu-perl
13:07:12 #10 7.017   | libterm-readline-perl-perl libtap-harness-archive-perl libmail-box-perl
13:07:12 #10 7.018   python3-doc python3-tk python3-venv python3.11-venv python3.11-doc
13:07:12 #10 7.018   binfmt-support wdiff-doc
13:07:12 #10 7.018 Recommended packages:
13:07:12 #10 7.018   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
13:07:12 #10 7.018   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
13:07:12 #10 7.018   licensecheck lintian python3-apt python3-debian python3-magic
13:07:12 #10 7.018   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
13:07:12 #10 7.018   libsoap-lite-perl pristine-tar build-essential libalgorithm-merge-perl less
13:07:12 #10 7.018   ssh-client manpages manpages-dev libc-devtools libfile-fcntllock-perl
13:07:12 #10 7.018   libarchive-cpio-perl libhtml-format-perl libnamespace-clean-perl
13:07:12 #10 7.018   libxstring-perl libltdl-dev libdata-dump-perl libhtml-form-perl
13:07:12 #10 7.018   libhttp-daemon-perl libmailtools-perl libmail-sendmail-perl
13:07:12 Selecting previously unselected package docker-compose-plugin.
13:07:12 Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.10~buster_armhf.deb ...
13:07:12 Unpacking docker-compose-plugin (2.16.0-1~debian.10~buster) ...
13:07:13 Selecting previously unselected package docker-ce-cli.
13:07:13 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb ...
13:07:13 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
13:07:13 From https://github.com/docker/buildx
13:07:13  * [new tag]         v0.10.2    -> v0.10.2
13:07:13 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
13:07:13 dpkg-genchanges: info: including full source code in upload
13:07:13  dpkg-source -I.git --after-build build-deb
13:07:13 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:07:13 + destination=/build
13:07:13 + mkdir -p /build
13:07:13 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb /root/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb /build
13:07:13 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb'
13:07:13 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb'
13:07:13 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'
13:07:13 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'
13:07:13 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'
13:07:13 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'
13:07:13 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc'
13:07:13 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc'
13:07:13 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz'
13:07:13 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz'
13:07:13 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.buildinfo'
13:07:13 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.buildinfo'
13:07:13 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.changes'
13:07:13 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.changes'
13:07:13 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'
13:07:13 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'
13:07:13 copied '/root/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb' -> '/build/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb'
13:07:13 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb'
13:07:13 copied '/root/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb'
13:07:13 removed '/root/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb'
13:07:13 git init src/github.com/docker/compose
13:07:13 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
13:07:13 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:07:13 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
13:07:13 + SRC=src/github.com/docker/compose
13:07:13 + REF=v2.16.0
13:07:13 + REF_FETCH=v2.16.0
13:07:13 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
13:07:13 + awk {print $2}
13:07:13 + REF=refs/tags/v2.16.0
13:07:13 + [ -n refs/tags/v2.16.0 ]
13:07:13 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
13:07:13 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
13:07:13 Selecting previously unselected package docker-ce-rootless-extras.
13:07:13 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb ...
13:07:13 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
13:07:13 From https://github.com/docker/buildx
13:07:13  * [new tag]         v0.10.2    -> v0.10.2
13:07:14 Setting up docker-buildx-plugin (0.10.2-1~debian.10~buster) ...
13:07:14 Setting up docker-compose-plugin (2.16.0-1~debian.10~buster) ...
13:07:14 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
13:07:14 #10 8.912 The following NEW packages will be installed:
13:07:14 #10 8.912   autoconf automake autopoint autotools-dev binutils
13:07:14 #10 8.913   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-12
13:07:14 #10 8.913   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
13:07:14 #10 8.913   equivs fakeroot file gcc gcc-12 gettext gettext-base git git-man groff-base
13:07:14 #10 8.913   intltool-debian libarchive-zip-perl libasan8 libb-hooks-op-check-perl
13:07:14 #10 8.913   libbinutils libc-dev-bin libc6-dev libcc1-0 libclass-method-modifiers-perl
13:07:14 #10 8.913   libclass-xsaccessor-perl libclone-perl libcrypt-dev libctf-nobfd0 libctf0
13:07:14 #10 8.913   libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
13:07:14 #10 8.913   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
13:07:14 #10 8.913   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
13:07:14 #10 8.913   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
13:07:14 #10 8.913   libfile-which-perl libgcc-12-dev libgomp1 libhtml-parser-perl
13:07:14 #10 8.913   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
13:07:14 #10 8.913   libhttp-message-perl libhttp-negotiate-perl libicu72 libimport-into-perl
13:07:14 #10 8.913   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
13:07:14 #10 8.913   libisl23 libjansson4 liblwp-mediatypes-perl liblwp-protocol-https-perl
13:07:14 #10 8.913   libmagic-mgc libmagic1 libmd0 libmodule-runtime-perl libmoo-perl libmpc3
13:07:14 #10 8.913   libmpdec3 libmpfr6 libnet-http-perl libnet-ssleay-perl libnsl-dev libnsl2
13:07:14 #10 8.913   libparams-classify-perl libpipeline1 libpython3-stdlib libpython3.11-minimal
13:07:14 #10 8.914   libpython3.11-stdlib libregexp-ipv6-perl librole-tiny-perl
13:07:14 #10 8.914   libsub-override-perl libsub-quote-perl libtimedate-perl libtirpc-common
13:07:14 #10 8.914   libtirpc-dev libtirpc3 libtool libtry-tiny-perl libubsan1 libuchardet0
13:07:14 #10 8.914   liburi-perl libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4
13:07:14 #10 8.914   make man-db media-types patch patchutils perl-openssl-defaults po-debconf
13:07:14 #10 8.914   python3 python3-minimal python3.11 python3.11-minimal rpcsvc-proto
13:07:14 #10 8.915   sensible-utils wdiff xz-utils
13:07:14 #10 8.915 The following packages will be upgraded:
13:07:14 #10 8.916   curl dpkg gcc-12-base libatomic1 libc-bin libc6 libcrypt1 libcurl4 libgcc-s1
13:07:14 #10 8.916   liblzma5 libperl5.36 libstdc++6 perl perl-base perl-modules-5.36
13:07:14 From https://github.com/docker/compose
13:07:14  * [new tag]         v2.16.0    -> v2.16.0
13:07:14 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
13:07:14 git init src/github.com/docker/scan-cli-plugin
13:07:14 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
13:07:14 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:07:14 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
13:07:14 + SRC=src/github.com/docker/scan-cli-plugin
13:07:14 + REF=v0.23.0
13:07:14 + REF_FETCH=v0.23.0
13:07:14 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
13:07:14 + awk {print $2}
13:07:14 + REF=refs/tags/v0.23.0
13:07:14 + [ -n refs/tags/v0.23.0 ]
13:07:14 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
13:07:14 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
13:07:14 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
13:07:14 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
13:07:14 invoke-rc.d: could not determine current runlevel
13:07:14 git init src/github.com/docker/compose
13:07:14 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose/.git/
13:07:14 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:07:14 ./scripts/checkout.sh src/github.com/docker/compose "v2.16.0"
13:07:14 + SRC=src/github.com/docker/compose
13:07:14 + REF=v2.16.0
13:07:14 + REF_FETCH=v2.16.0
13:07:14 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.16.0
13:07:14 + awk {print $2}
13:07:14 + REF=refs/tags/v2.16.0
13:07:14 + [ -n refs/tags/v2.16.0 ]
13:07:14 + REF_FETCH=refs/tags/v2.16.0:refs/tags/v2.16.0
13:07:14 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.16.0:refs/tags/v2.16.0
13:07:14 #10 9.354 15 upgraded, 126 newly installed, 0 to remove and 50 not upgraded.
13:07:14 #10 9.354 Need to get 85.6 MB of archives.
13:07:14 #10 9.354 After this operation, 290 MB of additional disk space will be used.
13:07:14 #10 9.354 Get:1 http://archive.raspbian.org/raspbian bookworm/main armhf gcc-12-base armhf 12.2.0-14+rpi1 [37.7 kB]
13:07:14 From https://github.com/docker/scan-cli-plugin
13:07:14  * [new tag]         v0.23.0    -> v0.23.0
13:07:14 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
13:07:14 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-jammy
13:07:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:07:14 mkdir -p sources
13:07:14 docker run --rm -w /v \
13:07:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
13:07:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:07:14 	alpine \
13:07:14 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:07:14 invoke-rc.d: policy-rc.d denied execution of start.
13:07:14 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:07:14  docker-ce-rootless-extras depends on dbus-user-session; however:
13:07:14   Package dbus-user-session is not installed.
13:07:14 
13:07:14 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
13:07:14 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb
13:07:14 #10 9.517 Get:2 http://archive.raspbian.org/raspbian bookworm/main armhf libgcc-s1 armhf 12.2.0-14+rpi1 [36.3 kB]
13:07:14 #10 9.517 Get:3 http://archive.raspbian.org/raspbian bookworm/main armhf libatomic1 armhf 12.2.0-14+rpi1 [8240 B]
13:07:14 #10 9.518 Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf libstdc++6 armhf 12.2.0-14+rpi1 [504 kB]
13:07:15 #10 9.765 Get:5 http://archive.raspbian.org/raspbian bookworm/main armhf libc6 armhf 2.36-8+rpi1 [2159 kB]
13:07:15 #10 9.935 Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf libmd0 armhf 1.0.4-2 [28.6 kB]
13:07:15 #10 9.936 Get:7 http://archive.raspbian.org/raspbian bookworm/main armhf dpkg armhf 1.21.19+rpi1 [1436 kB]
13:07:15 #10 10.02 Get:8 http://archive.raspbian.org/raspbian bookworm/main armhf libperl5.36 armhf 5.36.0-7 [3462 kB]
13:07:15 From https://github.com/docker/compose
13:07:15  * [new tag]         v2.16.0    -> v2.16.0
13:07:15 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.16.0
13:07:15 git init src/github.com/docker/scan-cli-plugin
13:07:15 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin/.git/
13:07:15 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:07:15 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
13:07:15 + SRC=src/github.com/docker/scan-cli-plugin
13:07:15 + REF=v0.23.0
13:07:15 + REF_FETCH=v0.23.0
13:07:15 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
13:07:15 + awk {print $2}
13:07:15 + REF=refs/tags/v0.23.0
13:07:15 + [ -n refs/tags/v0.23.0 ]
13:07:15 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
13:07:15 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
13:07:15 #10 10.22 Get:9 http://archive.raspbian.org/raspbian bookworm/main armhf perl armhf 5.36.0-7 [239 kB]
13:07:15 #10 10.25 Get:10 http://archive.raspbian.org/raspbian bookworm/main armhf perl-base armhf 5.36.0-7 [1413 kB]
13:07:15 #10 10.27 Get:11 http://archive.raspbian.org/raspbian bookworm/main armhf perl-modules-5.36 all 5.36.0-7 [2815 kB]
13:07:15 Reading package lists...
13:07:15 Building dependency tree...
13:07:15 Reading state information...
13:07:15 From https://github.com/docker/scan-cli-plugin
13:07:15  * [new tag]         v0.23.0    -> v0.23.0
13:07:15 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
13:07:15 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-kinetic
13:07:15 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:07:15 mkdir -p sources
13:07:15 docker run --rm -w /v \
13:07:15 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/cli:/cli \
13:07:15 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:07:15 	alpine \
13:07:15 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:07:15 #10 10.43 Get:12 http://archive.raspbian.org/raspbian bookworm/main armhf libcrypt1 armhf 1:4.4.33-2 [93.3 kB]
13:07:15 #10 10.43 Get:13 http://archive.raspbian.org/raspbian bookworm/main armhf libc-bin armhf 2.36-8+rpi1 [492 kB]
13:07:15 #10 10.49 Get:14 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3.11-minimal armhf 3.11.1-2 [796 kB]
13:07:15 #10 10.57 Get:15 http://archive.raspbian.org/raspbian bookworm/main armhf libexpat1 armhf 2.5.0-1 [77.2 kB]
13:07:15 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-bionic"
13:07:15 Correcting dependencies... Done
13:07:15 Skipping docker-ce, it is already installed and upgrade is not set.
13:07:15 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:07:15 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:07:15 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:07:15 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:07:15 The following additional packages will be installed:
13:07:15   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
13:07:15   libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
13:07:15   libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0
13:07:15   libnftnl11 libpam-systemd systemd systemd-sysv
13:07:15 Suggested packages:
13:07:15   kmod systemd-container policykit-1
13:07:15 Recommended packages:
13:07:15   nftables libnss-systemd
13:07:16 #10 10.57 Get:16 http://archive.raspbian.org/raspbian bookworm/main armhf python3.11-minimal armhf 3.11.1-2 [1678 kB]
13:07:16 #10 10.65 Get:17 http://archive.raspbian.org/raspbian bookworm/main armhf python3-minimal armhf 3.11.1-3 [25.9 kB]
13:07:16 #10 10.65 Get:18 http://archive.raspbian.org/raspbian bookworm/main armhf media-types all 8.0.0 [33.4 kB]
13:07:16 #10 10.66 Get:19 http://archive.raspbian.org/raspbian bookworm/main armhf liblzma5 armhf 5.4.1-0.1 [192 kB]
13:07:16 #10 10.66 Get:20 http://archive.raspbian.org/raspbian bookworm/main armhf libmpdec3 armhf 2.5.1-2+rpi1 [73.5 kB]
13:07:16 #10 10.66 Get:21 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc-common all 1.3.3+ds-1 [14.0 kB]
13:07:16 #10 10.66 Get:22 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc3 armhf 1.3.3+ds-1 [72.0 kB]
13:07:16 #10 10.66 Get:23 http://archive.raspbian.org/raspbian bookworm/main armhf libnsl2 armhf 1.3.0-2 [33.2 kB]
13:07:16 #10 10.74 Get:24 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3.11-stdlib armhf 3.11.1-2 [1622 kB]
13:07:16 #10 10.82 Get:25 http://archive.raspbian.org/raspbian bookworm/main armhf python3.11 armhf 3.11.1-2 [567 kB]
13:07:16 #10 10.82 Get:26 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3-stdlib armhf 3.11.1-3 [8960 B]
13:07:16 The following NEW packages will be installed:
13:07:16   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
13:07:16   libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
13:07:16   libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0
13:07:16   libnftnl11 libpam-systemd systemd systemd-sysv
13:07:16 mkdir -p sources
13:07:16 docker run --rm -w /v \
13:07:16 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
13:07:16 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:07:16 	alpine \
13:07:16 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:07:16 #10 10.82 Get:27 http://archive.raspbian.org/raspbian bookworm/main armhf python3 armhf 3.11.1-3 [25.9 kB]
13:07:16 #10 10.82 Get:28 http://archive.raspbian.org/raspbian bookworm/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
13:07:16 #10 10.82 Get:29 http://archive.raspbian.org/raspbian bookworm/main armhf groff-base armhf 1.22.4-9 [774 kB]
13:07:16 #10 10.85 Get:30 http://archive.raspbian.org/raspbian bookworm/main armhf bsdextrautils armhf 2.38.1-4 [78.8 kB]
13:07:16 #10 10.90 Get:31 http://archive.raspbian.org/raspbian bookworm/main armhf libpipeline1 armhf 1.5.7-1 [33.4 kB]
13:07:16 #10 10.90 Get:32 http://archive.raspbian.org/raspbian bookworm/main armhf man-db armhf 2.11.2-1 [1342 kB]
13:07:16 #10 10.92 Get:33 http://archive.raspbian.org/raspbian bookworm/main armhf sensible-utils all 0.0.17+nmu1 [19.0 kB]
13:07:16 #10 10.98 Get:34 http://archive.raspbian.org/raspbian bookworm/main armhf bzip2 armhf 1.0.8-5+b2 [47.4 kB]
13:07:16 #10 10.98 Get:35 http://archive.raspbian.org/raspbian bookworm/main armhf libmagic-mgc armhf 1:5.44-3 [305 kB]
13:07:16 #10 10.98 Get:36 http://archive.raspbian.org/raspbian bookworm/main armhf libmagic1 armhf 1:5.44-3 [95.3 kB]
13:07:16 #10 10.99 Get:37 http://archive.raspbian.org/raspbian bookworm/main armhf file armhf 1:5.44-3 [41.5 kB]
13:07:16 #10 10.99 Get:38 http://archive.raspbian.org/raspbian bookworm/main armhf gettext-base armhf 0.21-11 [156 kB]
13:07:16 #10 10.99 Get:39 http://archive.raspbian.org/raspbian bookworm/main armhf xz-utils armhf 5.4.1-0.1 [464 kB]
13:07:16 #10 11.06 Get:40 http://archive.raspbian.org/raspbian bookworm/main armhf m4 armhf 1.4.19-3 [256 kB]
13:07:16 #10 11.06 Get:41 http://archive.raspbian.org/raspbian bookworm/main armhf autoconf all 2.71-3 [332 kB]
13:07:16 #10 11.06 Get:42 http://archive.raspbian.org/raspbian bookworm/main armhf autotools-dev all 20220109.1 [51.6 kB]
13:07:16 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
13:07:16 Need to get 25.6 MB of archives.
13:07:16 After this operation, 105 MB of additional disk space will be used.
13:07:16 Get:1 http://deb.debian.org/debian buster/main armhf libapparmor1 armhf 2.13.2-10 [89.6 kB]
13:07:16 Get:2 http://deb.debian.org/debian buster/main armhf libargon2-1 armhf 0~20171227-0.2 [20.4 kB]
13:07:16 Get:3 http://deb.debian.org/debian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.0 kB]
13:07:16 Get:4 http://deb.debian.org/debian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [131 kB]
13:07:16 Get:5 https://download.docker.com/linux/debian buster/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
13:07:16 Get:6 http://deb.debian.org/debian buster/main armhf libjson-c3 armhf 0.12.1+ds-2+deb10u1 [25.1 kB]
13:07:16 Get:7 http://deb.debian.org/debian buster/main armhf libcryptsetup12 armhf 2:2.1.0-5+deb10u2 [174 kB]
13:07:16 Get:8 http://deb.debian.org/debian buster/main armhf libidn11 armhf 1.33-2.2 [113 kB]
13:07:16 Get:9 http://deb.debian.org/debian buster/main armhf libip4tc0 armhf 1.8.2-4 [68.1 kB]
13:07:16 Get:10 http://deb.debian.org/debian buster/main armhf libkmod2 armhf 26-1 [46.4 kB]
13:07:16 Get:11 http://deb.debian.org/debian buster/main armhf systemd armhf 241-7~deb10u8 [3284 kB]
13:07:16 Get:12 http://deb.debian.org/debian buster/main armhf systemd-sysv armhf 241-7~deb10u8 [100 kB]
13:07:16 Get:13 http://deb.debian.org/debian buster/main armhf libip6tc0 armhf 1.8.2-4 [68.3 kB]
13:07:16 Get:14 http://deb.debian.org/debian buster/main armhf libiptc0 armhf 1.8.2-4 [59.6 kB]
13:07:16 Get:15 http://deb.debian.org/debian buster/main armhf libnfnetlink0 armhf 1.0.1-3+b1 [12.1 kB]
13:07:16 Get:16 http://deb.debian.org/debian buster/main armhf libnetfilter-conntrack3 armhf 1.0.7-1 [34.1 kB]
13:07:16 Get:17 http://deb.debian.org/debian buster/main armhf libnftnl11 armhf 1.1.2-2 [43.7 kB]
13:07:16 Get:18 http://deb.debian.org/debian buster/main armhf iptables armhf 1.8.2-4 [354 kB]
13:07:16 Get:19 http://deb.debian.org/debian-security buster/updates/main armhf dbus armhf 1.12.24-0+deb10u1 [222 kB]
13:07:16 Get:20 http://deb.debian.org/debian buster/main armhf libpam-systemd armhf 241-7~deb10u8 [195 kB]
13:07:16 Get:21 http://deb.debian.org/debian-security buster/updates/main armhf dbus-user-session armhf 1.12.24-0+deb10u1 [97.9 kB]
13:07:16 #10 11.14 Get:43 http://archive.raspbian.org/raspbian bookworm/main armhf automake all 1:1.16.5-1.3 [823 kB]
13:07:16 #10 11.15 Get:44 http://archive.raspbian.org/raspbian bookworm/main armhf autopoint all 0.21-11 [495 kB]
13:07:16 #10 11.15 Get:45 http://archive.raspbian.org/raspbian bookworm/main armhf binutils-common armhf 2.40-2+rpi1 [2475 kB]
13:07:16 #10 11.31 Get:46 http://archive.raspbian.org/raspbian bookworm/main armhf libbinutils armhf 2.40-2+rpi1 [407 kB]
13:07:16 #10 11.34 Get:47 http://archive.raspbian.org/raspbian bookworm/main armhf libctf-nobfd0 armhf 2.40-2+rpi1 [133 kB]
13:07:16 #10 11.34 Get:48 http://archive.raspbian.org/raspbian bookworm/main armhf libctf0 armhf 2.40-2+rpi1 [71.6 kB]
13:07:16 #10 11.34 Get:49 http://archive.raspbian.org/raspbian bookworm/main armhf libjansson4 armhf 2.14-2 [37.0 kB]
13:07:16 #10 11.34 Get:50 http://archive.raspbian.org/raspbian bookworm/main armhf binutils-arm-linux-gnueabihf armhf 2.40-2+rpi1 [2067 kB]
13:07:16 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:07:16 #10 11.47 Get:51 http://archive.raspbian.org/raspbian bookworm/main armhf binutils armhf 2.40-2+rpi1 [65.3 kB]
13:07:16 #10 11.47 Get:52 http://archive.raspbian.org/raspbian bookworm/main armhf libisl23 armhf 0.25-1 [519 kB]
13:07:16 #10 11.48 Get:53 http://archive.raspbian.org/raspbian bookworm/main armhf libmpfr6 armhf 4.2.0-1 [574 kB]
13:07:16 #10 11.50 Get:54 http://archive.raspbian.org/raspbian bookworm/main armhf libmpc3 armhf 1.3.1-1 [41.0 kB]
13:07:16 #10 11.50 Get:55 http://archive.raspbian.org/raspbian bookworm/main armhf cpp-12 armhf 12.2.0-14+rpi1 [7159 kB]
13:07:17 + make IMAGE=ubuntu:bionic verify
13:07:17 docker run  --rm -i \
13:07:17 	-v "$(pwd):/v" \
13:07:17 	-e DEBIAN_FRONTEND=noninteractive \
13:07:17 	-e PACKAGE_REPO=staging \
13:07:17 	-w /v \
13:07:17 	ubuntu:bionic ./verify
13:07:17 Unable to find image 'ubuntu:bionic' locally
13:07:17 bionic: Pulling from library/ubuntu
13:07:17 72d9f18d70f3: Already exists
13:07:17 Digest: sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf
13:07:17 Status: Downloaded newer image for ubuntu:bionic
13:07:17 make[2]: Leaving directory '/root/build-deb/compose'
13:07:17 # Build the scan-plugin
13:07:17 # TODO change once we support scan-plugin on other architectures
13:07:17 if [ "armhf" = "amd64" ]; then \
13:07:17 	cd /go/src/github.com/docker/scan-cli-plugin \
13:07:17 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:07:17 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:07:17 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:07:17 fi
13:07:17 make[1]: Leaving directory '/root/build-deb'
13:07:17    debian/rules override_dh_auto_test
13:07:17 make[1]: Entering directory '/root/build-deb'
13:07:17 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:07:17 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:07:17 PASS: daemon version OK
13:07:17 ver="$(cli/build/docker --version)"; \
13:07:17 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:07:17 PASS: cli version OK
13:07:17 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:07:17 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:07:17 PASS: docker-buildx version OK
13:07:17 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:07:17 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:07:17 PASS: docker-compose version OK
13:07:17 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:07:17 # TODO change once we support scan-plugin on other architectures
13:07:17 if [ "armhf" = "amd64" ]; then \
13:07:17 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:07:17 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:07:17 fi
13:07:17 make[1]: Leaving directory '/root/build-deb'
13:07:17    create-stamp debian/debhelper-build-stamp
13:07:17  debian/rules binary
13:07:17 dh binary --with=bash-completion
13:07:17    dh_testroot
13:07:17    dh_prep
13:07:17    dh_installdirs
13:07:17    debian/rules override_dh_auto_install
13:07:17 make[1]: Entering directory '/root/build-deb'
13:07:17 # docker-ce-cli install
13:07:17 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:07:17 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:07:17 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:07:17 # docker-ce install
13:07:17 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:07:17 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:07:17 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:07:17 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:07:17 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:07:17 # docker-buildx-plugin install
13:07:17 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:07:17 # docker-compose-plugin install
13:07:17 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:07:17 # docker-scan-plugin install
13:07:17 # TODO change once we support scan-plugin on other architectures
13:07:17 if [ "armhf" = "amd64" ]; then \
13:07:17 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:07:17 fi
13:07:17 # docker-ce-rootless-extras install
13:07:17 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:07:17 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:07:17 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:07:17 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:07:17 # TODO: how can we install vpnkit?
13:07:17 make[1]: Leaving directory '/root/build-deb'
13:07:17    debian/rules override_dh_install
13:07:17 make[1]: Entering directory '/root/build-deb'
13:07:17 dh_install
13:07:17 # TODO Can we do this from within our container?
13:07:17 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:07:17 make[1]: Leaving directory '/root/build-deb'
13:07:17    dh_installdocs
13:07:17    dh_installchangelogs
13:07:17    dh_installman
13:07:17    dh_bash-completion
13:07:17    dh_systemd_enable
13:07:17    debian/rules override_dh_installinit
13:07:17 make[1]: Entering directory '/root/build-deb'
13:07:17 # use "docker" as our service name, not "docker-ce"
13:07:17 dh_installinit --name=docker
13:07:17 make[1]: Leaving directory '/root/build-deb'
13:07:17    dh_systemd_start
13:07:17    dh_perl
13:07:17    dh_link
13:07:17    dh_strip_nondeterminism
13:07:17    dh_compress
13:07:17    dh_fixperms
13:07:17    dh_missing
13:07:17    debian/rules override_dh_strip
13:07:17 make[1]: Entering directory '/root/build-deb'
13:07:17 # Go has lots of problems with stripping, so just don't
13:07:17 make[1]: Leaving directory '/root/build-deb'
13:07:17    dh_makeshlibs
13:07:17    debian/rules override_dh_shlibdeps
13:07:17 make[1]: Entering directory '/root/build-deb'
13:07:17 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:07:17 make[1]: Leaving directory '/root/build-deb'
13:07:17    dh_installdeb
13:07:17    debian/rules override_dh_gencontrol
13:07:17 make[1]: Entering directory '/root/build-deb'
13:07:17 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:07:17 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:07:17 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:07:17 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:07:17 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:07:17 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:07:17 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:07:17 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:07:17 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:07:17 if [ "armhf" = "amd64" ]; then \
13:07:17 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:07:17 fi
13:07:17 dh_gencontrol --remaining-packages
13:07:17 make[1]: Leaving directory '/root/build-deb'
13:07:17    dh_md5sums
13:07:17    debian/rules override_dh_builddeb
13:07:17 make[1]: Entering directory '/root/build-deb'
13:07:17 dh_builddeb -- -Zxz
13:07:17 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb'.
13:07:17 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb'.
13:07:17 #10 11.95 Get:56 http://archive.raspbian.org/raspbian bookworm/main armhf cpp armhf 4:12.2.0-1+rpi1 [20.2 kB]
13:07:17 #10 11.95 Get:57 http://archive.raspbian.org/raspbian bookworm/main armhf curl armhf 7.87.0-2 [294 kB]
13:07:17 #10 11.96 Get:58 http://archive.raspbian.org/raspbian bookworm/main armhf libcurl4 armhf 7.87.0-2 [332 kB]
13:07:17 #10 11.96 Get:59 http://archive.raspbian.org/raspbian bookworm/main armhf libdebhelper-perl all 13.11.4 [81.2 kB]
13:07:17 #10 11.97 Get:60 http://archive.raspbian.org/raspbian bookworm/main armhf libcc1-0 armhf 12.2.0-14+rpi1 [32.2 kB]
13:07:17 #10 11.97 Get:61 http://archive.raspbian.org/raspbian bookworm/main armhf libgomp1 armhf 12.2.0-14+rpi1 [95.4 kB]
13:07:17 #10 11.98 Get:62 http://archive.raspbian.org/raspbian bookworm/main armhf libasan8 armhf 12.2.0-14+rpi1 [2088 kB]
13:07:17 #10 12.05 Get:63 http://archive.raspbian.org/raspbian bookworm/main armhf libubsan1 armhf 12.2.0-14+rpi1 [861 kB]
13:07:17 #10 12.07 Get:64 http://archive.raspbian.org/raspbian bookworm/main armhf libgcc-12-dev armhf 12.2.0-14+rpi1 [727 kB]
13:07:17 #10 12.13 Get:65 http://archive.raspbian.org/raspbian bookworm/main armhf gcc-12 armhf 12.2.0-14+rpi1 [14.2 MB]
13:07:17 #16 exporting layers 5.2s done
13:07:17 #16 writing image sha256:a47e1512535da22242213b7c98d6a334659cbf898b636162b2225bc25cd62ff9 done
13:07:17 #16 naming to docker.io/debbuild-ubuntu-bionic/aarch64 done
13:07:17 #16 DONE 5.2s
13:07:17 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/ubuntu-bionic:/build  debbuild-ubuntu-bionic/aarch64
13:07:17 + set -e
13:07:17 + mkdir -p /root/build-deb/engine
13:07:17 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:07:17 debconf: delaying package configuration, since apt-utils is not installed
13:07:17 Fetched 25.6 MB in 1s (20.4 MB/s)
13:07:17 Selecting previously unselected package libapparmor1:armhf.
13:07:17 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9939 files and directories currently installed.)
13:07:17 Preparing to unpack .../0-libapparmor1_2.13.2-10_armhf.deb ...
13:07:17 Unpacking libapparmor1:armhf (2.13.2-10) ...
13:07:17 Selecting previously unselected package libargon2-1:armhf.
13:07:17 Preparing to unpack .../1-libargon2-1_0~20171227-0.2_armhf.deb ...
13:07:17 Unpacking libargon2-1:armhf (0~20171227-0.2) ...
13:07:17 Selecting previously unselected package dmsetup.
13:07:17 Preparing to unpack .../2-dmsetup_2%3a1.02.155-3_armhf.deb ...
13:07:17 Unpacking dmsetup (2:1.02.155-3) ...
13:07:17 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:07:17 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
13:07:17 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
13:07:17 Selecting previously unselected package libjson-c3:armhf.
13:07:17 Preparing to unpack .../4-libjson-c3_0.12.1+ds-2+deb10u1_armhf.deb ...
13:07:17 Unpacking libjson-c3:armhf (0.12.1+ds-2+deb10u1) ...
13:07:17 Selecting previously unselected package libcryptsetup12:armhf.
13:07:17 Preparing to unpack .../5-libcryptsetup12_2%3a2.1.0-5+deb10u2_armhf.deb ...
13:07:17 Unpacking libcryptsetup12:armhf (2:2.1.0-5+deb10u2) ...
13:07:17 mkdir -p sources
13:07:17 docker run --rm -w /v \
13:07:17 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
13:07:17 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:07:17 	alpine \
13:07:17 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:07:17 + verify
13:07:17 + dpkg --version
13:07:17 + verify_deb
13:07:17 + apt-get update
13:07:17 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'.
13:07:18 Selecting previously unselected package libidn11:armhf.
13:07:18 Preparing to unpack .../6-libidn11_1.33-2.2_armhf.deb ...
13:07:18 Unpacking libidn11:armhf (1.33-2.2) ...
13:07:18 Selecting previously unselected package libip4tc0:armhf.
13:07:18 Preparing to unpack .../7-libip4tc0_1.8.2-4_armhf.deb ...
13:07:18 Unpacking libip4tc0:armhf (1.8.2-4) ...
13:07:18 Selecting previously unselected package libkmod2:armhf.
13:07:18 Preparing to unpack .../8-libkmod2_26-1_armhf.deb ...
13:07:18 Unpacking libkmod2:armhf (26-1) ...
13:07:18 Selecting previously unselected package systemd.
13:07:18 Preparing to unpack .../9-systemd_241-7~deb10u8_armhf.deb ...
13:07:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
13:07:18 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
13:07:18 + mkdir -p /root/build-deb/cli
13:07:18 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:07:18 Unpacking systemd (241-7~deb10u8) ...
13:07:18 #10 13.07 Get:66 http://archive.raspbian.org/raspbian bookworm/main armhf gcc armhf 4:12.2.0-1+rpi1 [5192 B]
13:07:18 #10 13.07 Get:67 http://archive.raspbian.org/raspbian bookworm/main armhf libc-dev-bin armhf 2.36-8+rpi1 [42.8 kB]
13:07:18 #10 13.07 Get:68 http://archive.raspbian.org/raspbian bookworm/main armhf linux-libc-dev armhf 6.0.12-1+rpi1 [1657 kB]
13:07:18 #10 13.09 Get:69 http://archive.raspbian.org/raspbian bookworm/main armhf libcrypt-dev armhf 1:4.4.33-2 [121 kB]
13:07:18 #10 13.09 Get:70 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc-dev armhf 1.3.3+ds-1 [174 kB]
13:07:18 #10 13.10 Get:71 http://archive.raspbian.org/raspbian bookworm/main armhf libnsl-dev armhf 1.3.0-2 [58.9 kB]
13:07:18 #10 13.10 Get:72 http://archive.raspbian.org/raspbian bookworm/main armhf rpcsvc-proto armhf 1.4.3-1 [55.1 kB]
13:07:18 #10 13.10 Get:73 http://archive.raspbian.org/raspbian bookworm/main armhf libc6-dev armhf 2.36-8+rpi1 [1255 kB]
13:07:18 #10 13.10 Get:74 http://archive.raspbian.org/raspbian bookworm/main armhf libtool all 2.4.7-5 [517 kB]
13:07:18 #10 13.16 Get:75 http://archive.raspbian.org/raspbian bookworm/main armhf dh-autoreconf all 20 [17.1 kB]
13:07:18 #10 13.16 Get:76 http://archive.raspbian.org/raspbian bookworm/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
13:07:18 + mkdir -p /root/build-deb/buildx
13:07:18 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:07:18 Setting up libapparmor1:armhf (2.13.2-10) ...
13:07:18 Setting up libargon2-1:armhf (0~20171227-0.2) ...
13:07:18 Setting up libjson-c3:armhf (0.12.1+ds-2+deb10u1) ...
13:07:18 Setting up libidn11:armhf (1.33-2.2) ...
13:07:18 Setting up libip4tc0:armhf (1.8.2-4) ...
13:07:18 Setting up libkmod2:armhf (26-1) ...
13:07:18 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
13:07:18 Setting up libcryptsetup12:armhf (2:2.1.0-5+deb10u2) ...
13:07:18 #10 13.23 Get:77 http://archive.raspbian.org/raspbian bookworm/main armhf libsub-override-perl all 0.09-4 [9304 B]
13:07:18 #10 13.23 Get:78 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
13:07:18 #10 13.23 Get:79 http://archive.raspbian.org/raspbian bookworm/main armhf dh-strip-nondeterminism all 1.13.1-1 [8620 B]
13:07:18 #10 13.23 Get:80 http://archive.raspbian.org/raspbian bookworm/main armhf libdpkg-perl all 1.21.19+rpi1 [574 kB]
13:07:18 #10 13.24 Get:81 http://archive.raspbian.org/raspbian bookworm/main armhf patch armhf 2.7.6-7 [116 kB]
13:07:18 #10 13.24 Get:82 http://archive.raspbian.org/raspbian bookworm/main armhf make armhf 4.3-4.1 [376 kB]
13:07:18 #10 13.24 Get:83 http://archive.raspbian.org/raspbian bookworm/main armhf dpkg-dev all 1.21.19+rpi1 [1301 kB]
13:07:18 make[1]: Leaving directory '/root/build-deb'
13:07:18  dpkg-genbuildinfo
13:07:18 Setting up systemd (241-7~deb10u8) ...
13:07:18 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:07:18 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:07:18 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
13:07:18 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
13:07:18 Initializing machine ID from random generator.
13:07:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1389 kB]
13:07:18 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
13:07:18 Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB]
13:07:18 Get:6 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
13:07:18 mkdir -p sources
13:07:18 docker run --rm -w /v \
13:07:18 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
13:07:18 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:07:18 	alpine \
13:07:18 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:07:18 #10 13.32 Get:84 http://archive.raspbian.org/raspbian bookworm/main armhf libelf1 armhf 0.187-2+rpi2 [177 kB]
13:07:18 #10 13.32 Get:85 http://archive.raspbian.org/raspbian bookworm/main armhf dwz armhf 0.15-1 [92.4 kB]
13:07:18 #10 13.39 Get:86 http://archive.raspbian.org/raspbian bookworm/main armhf libicu72 armhf 72.1-3 [9009 kB]
13:07:18 mkdir -p sources
13:07:18 docker run --rm -w /v \
13:07:18 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/docker:/engine \
13:07:18 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:07:18 	alpine \
13:07:18 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:07:19 + mkdir -p /root/build-deb/compose
13:07:19 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:07:19 + mkdir -p /root/build-deb/scan-cli-plugin
13:07:19 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:07:19 + mkdir -p /go/src/github.com/docker
13:07:19 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:07:19 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:07:19 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:07:19 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:07:19 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:07:19 + EPOCH=5
13:07:19 + EPOCH_SEP=
13:07:19 + [[ ! -z 5 ]]
13:07:19 + EPOCH_SEP=:
13:07:19 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
13:07:19 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
13:07:19 VERSION AAA 0.0.0-20230206193855-ab4ef4a
13:07:19 + VERSION=0.0.0-20230206193855-ab4ef4a
13:07:19 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
13:07:19 VERSION bbb 0.0.0-20230206193855-ab4ef4a
13:07:19 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:07:19 + debSource=docker-ce
13:07:19 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:07:19 + debMaintainer='Docker <support@docker.com>'
13:07:19 ++ date --rfc-2822
13:07:19 + debDate='Wed, 08 Feb 2023 13:07:18 +0000'
13:07:19 + pkgRevision=1
13:07:19 + cat
13:07:19 + export CLI_GITCOMMIT=ab4ef4a
13:07:19 + CLI_GITCOMMIT=ab4ef4a
13:07:19 + export ENGINE_GITCOMMIT=1141704
13:07:19 + ENGINE_GITCOMMIT=1141704
13:07:19 + export SCAN_GITCOMMIT=6c852fa
13:07:19 + SCAN_GITCOMMIT=6c852fa
13:07:19 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
13:07:19 VERSION BBB 0.0.0-20230206193855-ab4ef4a
13:07:19 + dpkg-buildpackage -uc -us -I.git
13:07:19 dpkg-buildpackage: info: source package docker-ce
13:07:19 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic
13:07:19 dpkg-buildpackage: info: source distribution bionic
13:07:19 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:07:19 dpkg-buildpackage: info: host architecture armhf
13:07:19  dpkg-source -I.git --before-build build-deb
13:07:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
13:07:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
13:07:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [23.8 kB]
13:07:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [3161 kB]
13:07:19 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~debian.11~bullseye_amd64.deb'.
13:07:19  debian/rules clean
13:07:19 dh clean --with=bash-completion
13:07:19    dh_clean
13:07:19  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.changes
13:07:19 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1578 kB]
13:07:19 Setting up dmsetup (2:1.02.155-3) ...
13:07:19 Selecting previously unselected package systemd-sysv.
13:07:19 (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 ... 10765 files and directories currently installed.)
13:07:19 Preparing to unpack .../00-systemd-sysv_241-7~deb10u8_armhf.deb ...
13:07:19 Unpacking systemd-sysv (241-7~deb10u8) ...
13:07:19 Selecting previously unselected package libip6tc0:armhf.
13:07:19 Preparing to unpack .../01-libip6tc0_1.8.2-4_armhf.deb ...
13:07:19 Unpacking libip6tc0:armhf (1.8.2-4) ...
13:07:19 Selecting previously unselected package libiptc0:armhf.
13:07:19 Preparing to unpack .../02-libiptc0_1.8.2-4_armhf.deb ...
13:07:19 Unpacking libiptc0:armhf (1.8.2-4) ...
13:07:19 Selecting previously unselected package libnfnetlink0:armhf.
13:07:19 Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_armhf.deb ...
13:07:19 Unpacking libnfnetlink0:armhf (1.0.1-3+b1) ...
13:07:19 Selecting previously unselected package libnetfilter-conntrack3:armhf.
13:07:19 Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_armhf.deb ...
13:07:19 Unpacking libnetfilter-conntrack3:armhf (1.0.7-1) ...
13:07:19 Selecting previously unselected package libnftnl11:armhf.
13:07:19 Preparing to unpack .../05-libnftnl11_1.1.2-2_armhf.deb ...
13:07:19 Unpacking libnftnl11:armhf (1.1.2-2) ...
13:07:19 mkdir -p sources
13:07:19 docker run --rm -w /v \
13:07:19 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:07:19 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:07:19 	alpine \
13:07:19 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:07:19 #10 13.92 Get:87 http://archive.raspbian.org/raspbian bookworm/main armhf libxml2 armhf 2.9.14+dfsg-1.1+b1 [571 kB]
13:07:19 #10 13.93 Get:88 http://archive.raspbian.org/raspbian bookworm/main armhf gettext armhf 0.21-11 [1204 kB]
13:07:19 #10 13.93 Get:89 http://archive.raspbian.org/raspbian bookworm/main armhf intltool-debian all 0.35.0+20060710.6 [22.9 kB]
13:07:19 #10 13.93 Get:90 http://archive.raspbian.org/raspbian bookworm/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
13:07:19 #10 13.96 Get:91 http://archive.raspbian.org/raspbian bookworm/main armhf debhelper all 13.11.4 [942 kB]
13:07:19 #10 14.01 Get:92 http://archive.raspbian.org/raspbian bookworm/main armhf libfakeroot armhf 1.29-1 [45.9 kB]
13:07:19 #10 14.01 Get:93 http://archive.raspbian.org/raspbian bookworm/main armhf fakeroot armhf 1.29-1 [86.5 kB]
13:07:19 #10 14.01 Get:94 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-dirlist-perl all 0.05-3 [7600 B]
13:07:19 #10 14.01 Get:95 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-which-perl all 1.27-2 [15.1 kB]
13:07:19 #10 14.01 Get:96 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-homedir-perl all 1.006-2 [42.4 kB]
13:07:19 #10 14.09 Get:97 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-touch-perl all 0.12-2 [8816 B]
13:07:19 #10 14.09 Get:98 http://archive.raspbian.org/raspbian bookworm/main armhf libio-pty-perl armhf 1:1.17-1 [34.7 kB]
13:07:19 #10 14.09 Get:99 http://archive.raspbian.org/raspbian bookworm/main armhf libipc-run-perl all 20220807.0-1 [104 kB]
13:07:19 #10 14.09 Get:100 http://archive.raspbian.org/raspbian bookworm/main armhf libclass-method-modifiers-perl all 2.14-1 [18.1 kB]
13:07:19  dpkg-source -I.git -b build-deb
13:07:19 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:07:19 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:07:19 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
13:07:19 dpkg-source: info: using source format '1.0'
13:07:19 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz
13:07:19 Selecting previously unselected package iptables.
13:07:19 Preparing to unpack .../06-iptables_1.8.2-4_armhf.deb ...
13:07:19 Unpacking iptables (1.8.2-4) ...
13:07:19 Selecting previously unselected package dbus.
13:07:19 Preparing to unpack .../07-dbus_1.12.24-0+deb10u1_armhf.deb ...
13:07:19 Unpacking dbus (1.12.24-0+deb10u1) ...
13:07:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
13:07:19 make[1]: Leaving directory '/root/build-deb'
13:07:19  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.buildinfo
13:07:19 #10 14.25 Get:101 http://archive.raspbian.org/raspbian bookworm/main armhf libclass-xsaccessor-perl armhf 1.19-4+b1 [35.5 kB]
13:07:19 #10 14.41 Get:102 http://archive.raspbian.org/raspbian bookworm/main armhf libb-hooks-op-check-perl armhf 0.22-2+b1 [10.3 kB]
13:07:19 #10 14.42 Get:103 http://archive.raspbian.org/raspbian bookworm/main armhf libdynaloader-functions-perl all 0.003-3 [12.7 kB]
13:07:19 #10 14.42 Get:104 http://archive.raspbian.org/raspbian bookworm/main armhf libdevel-callchecker-perl armhf 0.008-2 [15.8 kB]
13:07:19 #10 14.42 Get:105 http://archive.raspbian.org/raspbian bookworm/main armhf libparams-classify-perl armhf 0.015-2+b1 [22.0 kB]
13:07:19 #10 14.50 Get:106 http://archive.raspbian.org/raspbian bookworm/main armhf libmodule-runtime-perl all 0.016-2 [19.6 kB]
13:07:19 Selecting previously unselected package libpam-systemd:armhf.
13:07:19 Preparing to unpack .../08-libpam-systemd_241-7~deb10u8_armhf.deb ...
13:07:19 Unpacking libpam-systemd:armhf (241-7~deb10u8) ...
13:07:19 Selecting previously unselected package containerd.io.
13:07:19 Preparing to unpack .../09-containerd.io_1.6.16-1_armhf.deb ...
13:07:19 Unpacking containerd.io (1.6.16-1) ...
13:07:19 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1430 kB]
13:07:19 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2353 kB]
13:07:19 #10 14.50 Get:107 http://archive.raspbian.org/raspbian bookworm/main armhf libimport-into-perl all 1.002005-2 [11.3 kB]
13:07:19 #10 14.50 Get:108 http://archive.raspbian.org/raspbian bookworm/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
13:07:19 #10 14.58 Get:109 http://archive.raspbian.org/raspbian bookworm/main armhf libsub-quote-perl all 2.006008-1 [21.8 kB]
13:07:19 #10 14.58 Get:110 http://archive.raspbian.org/raspbian bookworm/main armhf libmoo-perl all 2.005005-1 [58.0 kB]
13:07:19 #10 14.58 Get:111 http://archive.raspbian.org/raspbian bookworm/main armhf libencode-locale-perl all 1.05-3 [12.9 kB]
13:07:19 #10 14.58 Get:112 http://archive.raspbian.org/raspbian bookworm/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
13:07:19 #10 14.58 Get:113 http://archive.raspbian.org/raspbian bookworm/main armhf libhttp-date-perl all 6.05-2 [10.5 kB]
13:07:19 #10 14.58 Get:114 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-listing-perl all 6.15-1 [12.6 kB]
13:07:20 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.8 kB]
13:07:20 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3581 kB]
13:07:20 Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [20.5 kB]
13:07:20 Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [64.0 kB]
13:07:20  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.changes
13:07:20 #10 14.66 Get:115 http://archive.raspbian.org/raspbian bookworm/main armhf libhtml-tagset-perl all 3.20-6 [11.7 kB]
13:07:20 #10 14.66 Get:116 http://archive.raspbian.org/raspbian bookworm/main armhf libregexp-ipv6-perl all 0.03-3 [5212 B]
13:07:20 #10 14.66 Get:117 http://archive.raspbian.org/raspbian bookworm/main armhf liburi-perl all 5.17-1 [90.4 kB]
13:07:20 #10 14.74 Get:118 http://archive.raspbian.org/raspbian bookworm/main armhf libhtml-parser-perl armhf 3.81-1 [97.2 kB]
13:07:20 #10 14.74 Get:119 http://archive.raspbian.org/raspbian bookworm/main armhf libhtml-tree-perl all 5.07-3 [211 kB]
13:07:20 #10 14.74 Get:120 http://archive.raspbian.org/raspbian bookworm/main armhf libclone-perl armhf 0.46-1 [13.2 kB]
13:07:20 #10 14.74 Get:121 http://archive.raspbian.org/raspbian bookworm/main armhf libio-html-perl all 1.004-3 [16.2 kB]
13:07:20 #10 14.74 Get:122 http://archive.raspbian.org/raspbian bookworm/main armhf liblwp-mediatypes-perl all 6.04-2 [20.2 kB]
13:07:20 #10 14.74 Get:123 http://archive.raspbian.org/raspbian bookworm/main armhf libhttp-message-perl all 6.44-1 [81.7 kB]
13:07:20 #10 14.82 Get:124 http://archive.raspbian.org/raspbian bookworm/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
13:07:20 #10 14.82 Get:125 http://archive.raspbian.org/raspbian bookworm/main armhf libhttp-negotiate-perl all 6.01-2 [13.1 kB]
13:07:20 #10 14.82 Get:126 http://archive.raspbian.org/raspbian bookworm/main armhf perl-openssl-defaults armhf 7+b1 [7916 B]
13:07:20 #10 14.90 Get:127 http://archive.raspbian.org/raspbian bookworm/main armhf libnet-ssleay-perl armhf 1.92-2+b2 [297 kB]
13:07:20 #10 14.90 Get:128 http://archive.raspbian.org/raspbian bookworm/main armhf libio-socket-ssl-perl all 2.078-1 [217 kB]
13:07:20 #10 14.90 Get:129 http://archive.raspbian.org/raspbian bookworm/main armhf libnet-http-perl all 6.22-1 [25.3 kB]
13:07:20 #10 14.90 Get:130 http://archive.raspbian.org/raspbian bookworm/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
13:07:20 #10 14.90 Get:131 http://archive.raspbian.org/raspbian bookworm/main armhf libtry-tiny-perl all 0.31-2 [22.6 kB]
13:07:20 #10 14.90 Get:132 http://archive.raspbian.org/raspbian bookworm/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
13:07:20 #10 14.98 Get:133 http://archive.raspbian.org/raspbian bookworm/main armhf libwww-perl all 6.67-1 [194 kB]
13:07:20 #10 14.98 Get:134 http://archive.raspbian.org/raspbian bookworm/main armhf patchutils armhf 0.4.2-1 [68.7 kB]
13:07:20 #10 14.98 Get:135 http://archive.raspbian.org/raspbian bookworm/main armhf wdiff armhf 1.2.2-4 [118 kB]
13:07:20 #10 14.98 Get:136 http://archive.raspbian.org/raspbian bookworm/main armhf devscripts armhf 2.22.2 [1181 kB]
13:07:20 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.16.0-0.el9.x86_64.rpm
13:07:20 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XE5DM1
13:07:20 + umask 022
13:07:20 + cd /root/rpmbuild/BUILD
13:07:20 + cd src
13:07:20 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el9.x86_64
13:07:20 + RPM_EC=0
13:07:20 ++ jobs -p
13:07:20 + exit 0
13:07:20 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.TLtoed
13:07:20 + umask 022
13:07:20 + cd /root/rpmbuild/BUILD
13:07:20 + cd /root/rpmbuild/BUILD
13:07:20 + rm -rf src
13:07:20 + /usr/bin/mkdir -p src
13:07:20 + cd src
13:07:20 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:07:20 + /usr/bin/tar -xof -
13:07:20 + STATUS=0
13:07:20 + '[' 0 -ne 0 ']'
13:07:20 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:07:20 + /usr/bin/tar -xof -
13:07:20 + STATUS=0
13:07:20 + '[' 0 -ne 0 ']'
13:07:20 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:07:20 + RPM_EC=0
13:07:20 ++ jobs -p
13:07:20 + exit 0
13:07:20 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.yzCqS7
13:07:20 + umask 022
13:07:20 + cd /root/rpmbuild/BUILD
13:07:20 + cd src
13:07:20 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:07:20 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:07:20 + bash -c 'TAG_NAME="v0.23.0" COMMIT="6c852fa" PLATFORM_BINARY=docker-scan make native-build'
13:07:20 GO111MODULE=on make -f builder.Makefile build
13:07:20 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:07:20 mkdir -p bin
13:07:20 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=6c852fa -X github.com/docker/scan-cli-plugin/internal.Version=v0.23.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:068f428b9448d2d09aa70bf7dfe7ac98eda25dbc189637528f1a279d3fcae593 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.1064.0" -o bin/docker-scan ./cmd/docker-scan
13:07:20 go: downloading github.com/docker/cli v20.10.17+incompatible
13:07:20 go: downloading github.com/docker/docker v20.10.17+incompatible
13:07:20 go: downloading github.com/spf13/cobra v1.5.0
13:07:20 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
13:07:20 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:07:20 go: downloading github.com/docker/go-units v0.4.0
13:07:20 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
13:07:20 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:07:20 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:07:20 go: downloading github.com/moby/sys/mount v0.3.3
13:07:20 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
13:07:20 go: downloading github.com/containerd/containerd v1.6.6
13:07:20 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:07:20 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:07:20 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
13:07:20 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
13:07:20 go: downloading github.com/prometheus/client_golang v1.12.2
13:07:20 go: downloading github.com/prometheus/client_model v0.2.0
13:07:20 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:07:20 == Building packages for ubuntu-focal ==
13:07:20 mkdir -p "debbuild/ubuntu-focal"
13:07:20 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/aarch64 -f ubuntu-focal/Dockerfile .
13:07:20 #10 15.06 Get:137 http://archive.raspbian.org/raspbian bookworm/main armhf equivs all 2.3.1 [22.7 kB]
13:07:20 #10 15.06 Get:138 http://archive.raspbian.org/raspbian bookworm/main armhf libcurl3-gnutls armhf 7.87.0-2 [328 kB]
13:07:20 #10 15.06 Get:139 http://archive.raspbian.org/raspbian bookworm/main armhf liberror-perl all 0.17029-2 [29.0 kB]
13:07:20 #10 15.06 Get:140 http://archive.raspbian.org/raspbian bookworm/main armhf git-man all 1:2.39.1-0.1 [2042 kB]
13:07:20 #10 15.15 Get:141 http://archive.raspbian.org/raspbian bookworm/main armhf git armhf 1:2.39.1-0.1 [5474 kB]
13:07:20 #1 [internal] load build definition from Dockerfile
13:07:20 #1 transferring dockerfile: 1.21kB done
13:07:20 #1 DONE 0.0s
13:07:20 
13:07:20 #2 [internal] load .dockerignore
13:07:20 #2 transferring context: 2B done
13:07:20 #2 DONE 0.0s
13:07:20 
13:07:20 #3 [auth] library/golang:pull token for registry-1.docker.io
13:07:20 #3 DONE 0.0s
13:07:20 
13:07:20 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
13:07:20 #4 DONE 0.0s
13:07:20 
13:07:20 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
13:07:20 dpkg-genchanges: info: including full source code in upload
13:07:20  dpkg-source -I.git --after-build .
13:07:20 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:07:20 + destination=/build
13:07:20 + mkdir -p /build
13:07:20 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_amd64.deb /root/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb /build
13:07:20 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb'
13:07:20 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb'
13:07:20 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'
13:07:20 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'
13:07:20 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'
13:07:20 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'
13:07:20 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc'
13:07:20 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc'
13:07:20 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz'
13:07:20 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz'
13:07:20 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.buildinfo'
13:07:20 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.buildinfo'
13:07:20 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.changes'
13:07:20 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.changes'
13:07:20 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'
13:07:20 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'
13:07:20 copied '/root/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_amd64.deb'
13:07:20 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_amd64.deb'
13:07:20 copied '/root/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb'
13:07:20 removed '/root/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb'
13:07:20 #5 DONE 0.2s
13:07:20 
13:07:20 #6 [internal] load metadata for docker.io/library/ubuntu:focal
13:07:20 #6 DONE 0.3s
13:07:20 
13:07:20 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
13:07:20 #7 DONE 0.0s
13:07:20 
13:07:20 #8 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d
13:07:20 #8 resolve docker.io/library/ubuntu:focal@sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d 0.0s done
13:07:20 #8 sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d 1.13kB / 1.13kB done
13:07:20 #8 sha256:7bb60f92af1f5062f83b4b0edd5710332e20e1f99ae6c294d8b5bd7d7551a41b 424B / 424B done
13:07:20 #8 sha256:1c2238f5e875d6e7d6f10729c620de133ae54eb25518994fcf012e02df6ec9e4 2.31kB / 2.31kB done
13:07:20 #8 sha256:363362dbf1847a398cc45b6a5f85ddbc7c633b43b9120f06e1e8cdd10237325a 0B / 23.61MB 0.1s
13:07:21 #10 15.79 debconf: delaying package configuration, since apt-utils is not installed
13:07:21 #10 15.83 Fetched 85.6 MB in 7s (12.8 MB/s)
13:07:21 Fetched 27.0 MB in 3s (8362 kB/s)
13:07:21 mkdir -p sources
13:07:21 docker run --rm -w /v \
13:07:21 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
13:07:21 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:07:21 	alpine \
13:07:21 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:07:21 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb'.
13:07:21 #10 15.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 ... 10361 files and directories currently installed.)
13:07:21 #10 15.86 Preparing to unpack .../gcc-12-base_12.2.0-14+rpi1_armhf.deb ...
13:07:21 #10 15.87 Unpacking gcc-12-base:armhf (12.2.0-14+rpi1) over (12.2.0-10+rpi1) ...
13:07:21 #10 15.91 Setting up gcc-12-base:armhf (12.2.0-14+rpi1) ...
13:07:21 #10 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 ... 10361 files and directories currently installed.)
13:07:21 #10 15.96 Preparing to unpack .../libgcc-s1_12.2.0-14+rpi1_armhf.deb ...
13:07:21 #10 15.98 Unpacking libgcc-s1:armhf (12.2.0-14+rpi1) over (12.2.0-10+rpi1) ...
13:07:21 #10 16.03 Setting up libgcc-s1:armhf (12.2.0-14+rpi1) ...
13:07:21 #8 sha256:363362dbf1847a398cc45b6a5f85ddbc7c633b43b9120f06e1e8cdd10237325a 6.29MB / 23.61MB 0.4s
13:07:21 #8 sha256:363362dbf1847a398cc45b6a5f85ddbc7c633b43b9120f06e1e8cdd10237325a 8.39MB / 23.61MB 0.5s
13:07:21 #8 sha256:363362dbf1847a398cc45b6a5f85ddbc7c633b43b9120f06e1e8cdd10237325a 10.49MB / 23.61MB 0.6s
13:07:21 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb'.
13:07:21 #10 16.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 ... 10361 files and directories currently installed.)
13:07:21 #10 16.08 Preparing to unpack .../libatomic1_12.2.0-14+rpi1_armhf.deb ...
13:07:21 #10 16.11 Unpacking libatomic1:armhf (12.2.0-14+rpi1) over (12.2.0-10+rpi1) ...
13:07:21 #10 16.16 Preparing to unpack .../libstdc++6_12.2.0-14+rpi1_armhf.deb ...
13:07:21 #10 16.18 Unpacking libstdc++6:armhf (12.2.0-14+rpi1) over (12.2.0-10+rpi1) ...
13:07:21 #10 16.28 Setting up libstdc++6:armhf (12.2.0-14+rpi1) ...
13:07:21 dpkg-genchanges: info: including full source code in upload
13:07:21  dpkg-source -I.git --after-build .
13:07:21 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:07:21 + destination=/build
13:07:21 + mkdir -p /build
13:07:21 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_amd64.deb /root/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb /build
13:07:21 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb'
13:07:21 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb'
13:07:21 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb'
13:07:21 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb'
13:07:21 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb'
13:07:21 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb'
13:07:21 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc'
13:07:21 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc'
13:07:21 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz'
13:07:21 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz'
13:07:21 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.buildinfo'
13:07:21 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.buildinfo'
13:07:21 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.changes'
13:07:21 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.changes'
13:07:21 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb'
13:07:21 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb'
13:07:21 copied '/root/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_amd64.deb' -> '/build/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_amd64.deb'
13:07:21 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_amd64.deb'
13:07:21 copied '/root/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb'
13:07:21 removed '/root/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb'
13:07:21 #8 ...
13:07:21 
13:07:21 #9 [internal] load build context
13:07:21 #9 transferring context: 30.35MB 0.7s done
13:07:21 #9 DONE 0.8s
13:07:21 
13:07:21 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
13:07:21 #7 CACHED
13:07:21 
13:07:21 #8 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d
13:07:21 #8 sha256:363362dbf1847a398cc45b6a5f85ddbc7c633b43b9120f06e1e8cdd10237325a 12.58MB / 23.61MB 0.7s
13:07:21 #8 sha256:363362dbf1847a398cc45b6a5f85ddbc7c633b43b9120f06e1e8cdd10237325a 18.87MB / 23.61MB 0.9s
13:07:21 Selecting previously unselected package dbus-user-session.
13:07:21 Preparing to unpack .../10-dbus-user-session_1.12.24-0+deb10u1_armhf.deb ...
13:07:21 Unpacking dbus-user-session (1.12.24-0+deb10u1) ...
13:07:21 Setting up systemd-sysv (241-7~deb10u8) ...
13:07:21 Setting up libip6tc0:armhf (1.8.2-4) ...
13:07:21 Setting up libnftnl11:armhf (1.1.2-2) ...
13:07:21 Setting up libiptc0:armhf (1.8.2-4) ...
13:07:21 Setting up dbus (1.12.24-0+deb10u1) ...
13:07:21 #10 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 ... 10361 files and directories currently installed.)
13:07:21 #10 16.34 Preparing to unpack .../libc6_2.36-8+rpi1_armhf.deb ...
13:07:21 #10 16.46 Unpacking libc6:armhf (2.36-8+rpi1) over (2.36-6+rpi1) ...
13:07:21 #8 sha256:363362dbf1847a398cc45b6a5f85ddbc7c633b43b9120f06e1e8cdd10237325a 22.02MB / 23.61MB 1.0s
13:07:21 #8 sha256:363362dbf1847a398cc45b6a5f85ddbc7c633b43b9120f06e1e8cdd10237325a 23.61MB / 23.61MB 1.1s
13:07:21 #8 extracting sha256:363362dbf1847a398cc45b6a5f85ddbc7c633b43b9120f06e1e8cdd10237325a
13:07:22 invoke-rc.d: could not determine current runlevel
13:07:22 invoke-rc.d: policy-rc.d denied execution of start.
13:07:22 Setting up containerd.io (1.6.16-1) ...
13:07:22 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:07:22 Setting up libnfnetlink0:armhf (1.0.1-3+b1) ...
13:07:22 Setting up libpam-systemd:armhf (241-7~deb10u8) ...
13:07:22 mkdir -p sources
13:07:22 docker run --rm -w /v \
13:07:22 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/buildx:/buildx \
13:07:22 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:07:22 	alpine \
13:07:22 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:07:22 #8 sha256:363362dbf1847a398cc45b6a5f85ddbc7c633b43b9120f06e1e8cdd10237325a 23.61MB / 23.61MB 1.1s done
13:07:22 Setting up dbus-user-session (1.12.24-0+deb10u1) ...
13:07:22 Setting up libnetfilter-conntrack3:armhf (1.0.7-1) ...
13:07:22 Setting up iptables (1.8.2-4) ...
13:07:22 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:07:22 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:07:22 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:07:22 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:07:22 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:07:22 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:07:22 Processing triggers for systemd (241-7~deb10u8) ...
13:07:22 Processing triggers for libc-bin (2.28-10+deb10u2) ...
13:07:22 + verify_binaries
13:07:22 + docker --version
13:07:22 Reading package lists...
13:07:22 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:07:22 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:07:22 ++ uname -m
13:07:22 + '[' armv8l = x86_64 ']'
13:07:22 + docker buildx version
13:07:22 github.com/docker/buildx v0.10.2 00ed17d
13:07:22 + docker compose version
13:07:22 Docker Compose version v2.16.0
13:07:22 + dockerd --version
13:07:22 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:07:22 + docker-proxy --version
13:07:22 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:07:22 + containerd --version
13:07:22 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:07:22 + ctr --version
13:07:22 ctr containerd.io 1.6.16
13:07:22 + containerd-shim --help
13:07:22 Usage of containerd-shim:
13:07:22   -address string
13:07:22     	grpc address back to main containerd
13:07:22   -containerd-binary containerd publish
13:07:22     	path to containerd binary (used for containerd publish) (default "containerd")
13:07:22   -criu string
13:07:22     	path to criu binary
13:07:22   -debug
13:07:22     	enable debug output in logs
13:07:22   -namespace string
13:07:22     	namespace that owns the shim
13:07:22   -runtime-root string
13:07:22     	root directory for the runtime (default "/run/containerd/runc")
13:07:22   -socket string
13:07:22     	socket path to serve
13:07:22   -systemd-cgroup
13:07:22     	set runtime to use systemd-cgroup
13:07:22   -workdir string
13:07:22     	path used to storge large temporary data
13:07:22 + containerd-shim-runc-v1 -v
13:07:22 containerd-shim-runc-v1:
13:07:22   Version:  1.6.16
13:07:22   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:07:22   Go version: go1.18.10
13:07:22 
13:07:22 + containerd-shim-runc-v2 -v
13:07:22 containerd-shim-runc-v2:
13:07:22   Version:  1.6.16
13:07:22   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:07:22   Go version: go1.18.10
13:07:22 
13:07:22 + runc --version
13:07:22 runc version 1.1.4
13:07:22 commit: v1.1.4-0-g5fd4c4d
13:07:22 spec: 1.0.2-dev
13:07:22 go: go1.18.10
13:07:22 libseccomp: 2.3.3
13:07:23 Reading package lists...
13:07:23 Building dependency tree...
13:07:23 Reading state information...
13:07:23 The following additional packages will be installed:
13:07:23   dirmngr distro-info-data gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gpg
13:07:23   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
13:07:23   libapt-inst2.0 libasn1-8-heimdal libassuan0 libcurl4 libdbus-1-3 libexpat1
13:07:23   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libgssapi3-heimdal
13:07:23   libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
13:07:23   libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
13:07:23   libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2
13:07:23   libnghttp2-14 libnpth0 libpsl5 libpython3-stdlib libpython3.6-minimal
13:07:23   libpython3.6-stdlib libreadline7 libroken18-heimdal librtmp1 libsasl2-2
13:07:23   libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal mime-support
13:07:23   openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus
13:07:23   python3-gi python3-minimal python3-software-properties python3.6
13:07:23   python3.6-minimal readline-common
13:07:23 Suggested packages:
13:07:23   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
13:07:23   scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk
13:07:23   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
13:07:23   python3.6-venv python3.6-doc binutils binfmt-support readline-doc
13:07:23 Recommended packages:
13:07:23   dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales
13:07:23   publicsuffix libsasl2-modules file xz-utils unattended-upgrades
13:07:23 #8 extracting sha256:363362dbf1847a398cc45b6a5f85ddbc7c633b43b9120f06e1e8cdd10237325a 1.2s done
13:07:23 #8 DONE 2.5s
13:07:23 
13:07:23 #10 [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:07:23 The following NEW packages will be installed:
13:07:23   apt-transport-https ca-certificates curl dirmngr distro-info-data
13:07:23   gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent
13:07:23   gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapt-inst2.0
13:07:23   libasn1-8-heimdal libassuan0 libcurl4 libdbus-1-3 libexpat1
13:07:23   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libgssapi3-heimdal
13:07:23   libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
13:07:23   libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
13:07:23   libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2
13:07:23   libnghttp2-14 libnpth0 libpsl5 libpython3-stdlib libpython3.6-minimal
13:07:23   libpython3.6-stdlib libreadline7 libroken18-heimdal librtmp1 libsasl2-2
13:07:23   libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal lsb-release
13:07:23   mime-support openssl pinentry-curses python-apt-common python3 python3-apt
13:07:23   python3-dbus python3-gi python3-minimal python3-software-properties
13:07:23   python3.6 python3.6-minimal readline-common software-properties-common
13:07:23 mkdir -p sources
13:07:23 docker run --rm -w /v \
13:07:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
13:07:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:07:23 	alpine \
13:07:23 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:07:23 0 upgraded, 69 newly installed, 0 to remove and 4 not upgraded.
13:07:23 Need to get 16.0 MB of archives.
13:07:23 After this operation, 70.5 MB of additional disk space will be used.
13:07:23 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.21 [1304 kB]
13:07:24 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
13:07:24 #10 DONE 0.5s
13:07:24 
13:07:24 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:07:24 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-kinetic"
13:07:24 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.9 [533 kB]
13:07:24 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.9 [82.8 kB]
13:07:24 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.9 [1609 kB]
13:07:24 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB]
13:07:24 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB]
13:07:24 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB]
13:07:24 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB]
13:07:24 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB]
13:07:24 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.7 [499 kB]
13:07:24 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.9 [1712 kB]
13:07:24 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.9 [203 kB]
13:07:24 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B]
13:07:24 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB]
13:07:24 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.21 [614 kB]
13:07:24 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ca-certificates all 20211016ubuntu0.18.04.1 [140 kB]
13:07:24 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 distro-info-data all 0.37ubuntu0.15 [4724 B]
13:07:24 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.9 [1169 kB]
13:07:24 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:07:24 #10 18.85 Setting up libc6:armhf (2.36-8+rpi1) ...
13:07:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgirepository-1.0-1 amd64 1.56.1-1 [82.0 kB]
13:07:24 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-glib-2.0 amd64 1.56.1-1 [131 kB]
13:07:24 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-inst2.0 amd64 1.6.14 [57.3 kB]
13:07:24 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdbus-1-3 amd64 1.12.2-1ubuntu1.4 [175 kB]
13:07:24 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
13:07:24 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-dbus amd64 1.2.6-1 [89.9 kB]
13:07:24 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-gi amd64 3.26.1-2ubuntu1 [153 kB]
13:07:24 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 iso-codes all 3.79-1 [2565 kB]
13:07:24 + make IMAGE=ubuntu:focal verify
13:07:24 docker run  --rm -i \
13:07:24 	-v "$(pwd):/v" \
13:07:24 	-e DEBIAN_FRONTEND=noninteractive \
13:07:24 	-e PACKAGE_REPO=staging \
13:07:24 	-w /v \
13:07:24 	ubuntu:focal ./verify
13:07:24 Unable to find image 'ubuntu:focal' locally
13:07:24 focal: Pulling from library/ubuntu
13:07:24 mkdir -p sources
13:07:24 docker run --rm -w /v \
13:07:24 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:07:24 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:07:24 	alpine \
13:07:24 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:07:24 #11 0.827 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
13:07:24 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
13:07:24 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.3 [30.9 kB]
13:07:24 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.3 [85.5 kB]
13:07:24 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2.1 [8764 B]
13:07:24 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.3 [278 kB]
13:07:24 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.3 [122 kB]
13:07:24 Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB]
13:07:24 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-apt-common all 1.6.6 [16.9 kB]
13:07:24 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-apt amd64 1.6.6 [149 kB]
13:07:24 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B]
13:07:24 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [42.3 kB]
13:07:24 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [175 kB]
13:07:24 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [30.3 kB]
13:07:24 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [86.1 kB]
13:07:24 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [47.8 kB]
13:07:24 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [107 kB]
13:07:24 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [207 kB]
13:07:24 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [14.8 kB]
13:07:24 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [96.6 kB]
13:07:24 Get:45 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:07:24 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [49.2 kB]
13:07:24 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
13:07:24 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.11 [154 kB]
13:07:24 Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB]
13:07:24 Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB]
13:07:24 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.22 [220 kB]
13:07:24 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.22 [159 kB]
13:07:24 Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB]
13:07:24 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.6 [124 kB]
13:07:24 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.18.04.2 [94.6 kB]
13:07:24 Get:56 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B]
13:07:24 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.6 [317 kB]
13:07:24 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
13:07:24 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.6 [128 kB]
13:07:24 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.6 [468 kB]
13:07:24 Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB]
13:07:24 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.6 [227 kB]
13:07:24 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.6 [91.8 kB]
13:07:24 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.6 [85.0 kB]
13:07:24 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.6 [215 kB]
13:07:24 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.6 [249 kB]
13:07:24 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.20 [20.5 kB]
13:07:24 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.20 [9876 B]
13:07:24 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 gnupg2 all 2.2.4-1ubuntu1.6 [5300 B]
[Pipeline] // stage
13:07:24 mkdir -p sources
13:07:24 docker run --rm -w /v \
13:07:24 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/compose:/compose \
13:07:24 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:07:24 	alpine \
13:07:24 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:07:24 b549f31133a9: Already exists
13:07:24 Digest: sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d
13:07:24 Status: Downloaded newer image for ubuntu:focal
13:07:24 debconf: delaying package configuration, since apt-utils is not installed
13:07:24 Fetched 16.0 MB in 1s (14.8 MB/s)
13:07:24 Selecting previously unselected package libssl1.1:amd64.
13:07: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 ... 4051 files and directories currently installed.)
13:07:24 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.21_amd64.deb ...
13:07:24 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.21) ...
13:07:24 Selecting previously unselected package libpython3.6-minimal:amd64.
13:07:24 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.9_amd64.deb ...
13:07:24 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.9) ...
13:07:24 + make IMAGE=ubuntu:kinetic verify
13:07:24 docker run  --rm -i \
13:07:24 	-v "$(pwd):/v" \
13:07:24 	-e DEBIAN_FRONTEND=noninteractive \
13:07:24 	-e PACKAGE_REPO=staging \
13:07:24 	-w /v \
13:07:24 	ubuntu:kinetic ./verify
13:07:24 Unable to find image 'ubuntu:kinetic' locally
13:07:24 kinetic: Pulling from library/ubuntu
13:07:25 Selecting previously unselected package libexpat1:amd64.
13:07:25 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.9_amd64.deb ...
13:07:25 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.9) ...
13:07:25 Selecting previously unselected package python3.6-minimal.
13:07:25 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.9_amd64.deb ...
13:07:25 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
13:07:25 #11 1.237 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
13:07:25 #11 1.336 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
13:07:25 256644d5a307: Already exists
13:07:25 Digest: sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179
13:07:25 Status: Downloaded newer image for ubuntu:kinetic
13:07:25 mkdir -p sources
13:07:25 docker run --rm -w /v \
13:07:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:07:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/sources:/v \
13:07:25 	alpine \
13:07:25 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:07:25 + verify
13:07:25 + dpkg --version
13:07:25 + verify_deb
13:07:25 + apt-get update
13:07:25 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.21) ...
13:07:25 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.9) ...
13:07:25 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.9) ...
13:07:25 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
13:07:25 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb'.
13:07:25 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'.
13:07:25 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'.
13:07:25 #11 1.432 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
13:07:25 #11 1.532 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/restricted armhf Packages [10.8 kB]
13:07:25 #11 1.539 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main armhf Packages [1227 kB]
13:07:25 == Building packages for ubuntu-jammy ==
13:07:25 mkdir -p "debbuild/ubuntu-jammy"
13:07:25 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/aarch64 -f ubuntu-jammy/Dockerfile .
13:07:25 Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
13:07:25 Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
13:07:25 #10 20.11 Selecting previously unselected package libmd0:armhf.
13:07:25 #10 20.11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10361 files and directories currently installed.)
13:07:25 #10 20.12 Preparing to unpack .../libmd0_1.0.4-2_armhf.deb ...
13:07:25 #10 20.12 Unpacking libmd0:armhf (1.0.4-2) ...
13:07:25 #10 20.15 Setting up libmd0:armhf (1.0.4-2) ...
13:07:25 #10 20.19 (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 ... 10367 files and directories currently installed.)
13:07:25 #10 20.20 Preparing to unpack .../dpkg_1.21.19+rpi1_armhf.deb ...
13:07:25 #10 20.21 Unpacking dpkg (1.21.19+rpi1) over (1.21.9+rpi1) ...
13:07:25 #10 20.43 Setting up dpkg (1.21.19+rpi1) ...
13:07:25 #10 20.47 dpkg: warning: This system uses merged-usr-via-aliased-dirs, going behind dpkg's
13:07:25 #10 20.47 dpkg: warning: back, breaking its core assumptions. This can cause silent file
13:07:25 #11 1.717 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/multiverse armhf Packages [141 kB]
13:07:25 #11 1.731 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf Packages [10.9 MB]
13:07:25 + verify
13:07:25 + dpkg --version
13:07:25 + verify_deb
13:07:25 + apt-get update
13:07:25 #1 [internal] load .dockerignore
13:07:25 #1 transferring context: 2B done
13:07:25 #1 DONE 0.0s
13:07:25 
13:07:25 #2 [internal] load build definition from Dockerfile
13:07:25 #2 transferring dockerfile: 1.21kB done
13:07:25 #2 DONE 0.0s
13:07:25 
13:07:25 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
13:07:25 #3 DONE 0.0s
13:07:25 
13:07:25 #4 [auth] library/golang:pull token for registry-1.docker.io
13:07:25 #4 DONE 0.0s
13:07:25 
13:07:25 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
13:07:25 #5 DONE 0.2s
13:07:25 
13:07:25 #6 [internal] load metadata for docker.io/library/ubuntu:jammy
13:07:25 #10 20.47 dpkg: warning: overwrites and disappearances, and its general tools misbehavior.
13:07:25 #10 20.47 dpkg: warning: See <https://wiki.debian.org/Teams/Dpkg/FAQ#broken-usrmerge>.
13:07:25 #10 20.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 ... 10364 files and directories currently installed.)
13:07:25 #10 20.64 Preparing to unpack .../libperl5.36_5.36.0-7_armhf.deb ...
13:07:25 #10 20.65 Unpacking libperl5.36:armhf (5.36.0-7) over (5.36.0-6) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
13:07:26 Selecting previously unselected package python3-minimal.
13:07: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 ... 4308 files and directories currently installed.)
13:07:26 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ...
13:07:26 Unpacking python3-minimal (3.6.7-1~18.04) ...
13:07:26 Selecting previously unselected package mime-support.
13:07:26 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
13:07:26 Unpacking mime-support (3.60ubuntu1) ...
13:07:26 Selecting previously unselected package libmpdec2:amd64.
13:07:26 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ...
13:07:26 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ...
13:07:26 Selecting previously unselected package readline-common.
13:07:26 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
13:07:26 Unpacking readline-common (7.0-3) ...
13:07:26 Selecting previously unselected package libreadline7:amd64.
13:07:26 Preparing to unpack .../4-libreadline7_7.0-3_amd64.deb ...
13:07:26 Unpacking libreadline7:amd64 (7.0-3) ...
13:07:26 Selecting previously unselected package libsqlite3-0:amd64.
13:07:26 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.7_amd64.deb ...
13:07:26 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.7) ...
13:07:26 Selecting previously unselected package libpython3.6-stdlib:amd64.
13:07:26 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.9_amd64.deb ...
13:07:26 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.9) ...
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
13:07:26 Get:1 http://security.ubuntu.com/ubuntu kinetic-security InRelease [109 kB]
13:07:26 Get:2 http://archive.ubuntu.com/ubuntu kinetic InRelease [267 kB]
[Pipeline] // withDockerRegistry
13:07:26 #6 DONE 0.3s
[Pipeline] }
13:07:26 
13:07:26 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
13:07:26 #7 DONE 0.0s
13:07:26 
13:07:26 #8 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f
13:07:26 #8 resolve docker.io/library/ubuntu:jammy@sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f 0.0s done
13:07:26 #8 sha256:7f1627151f895be9f4805b8a092f0d17a3365c142c95d44f9c857fc891172fa2 424B / 424B done
13:07:26 #8 sha256:b15b861da44337925963eb70b8671950999df7d8abfe7f5a9b5f95ff9f4cca7a 2.31kB / 2.31kB done
13:07:26 #8 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 1.05MB / 26.14MB 0.1s
13:07:26 #8 sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f 1.13kB / 1.13kB done
[Pipeline] // node
[Pipeline] }
13:07:26 Get:3 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [28.5 kB]
13:07:26 Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
13:07:26 Get:5 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [991 kB]
13:07:26 Get:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
13:07:26 Get:7 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
13:07:26 Selecting previously unselected package python3.6.
13:07:26 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.9_amd64.deb ...
13:07:26 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.9) ...
13:07:26 Selecting previously unselected package libpython3-stdlib:amd64.
13:07:26 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ...
13:07:26 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
13:07:26 Setting up python3-minimal (3.6.7-1~18.04) ...
13:07:26 #11 2.266 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse armhf Packages [9590 B]
13:07:26 #11 2.276 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf Packages [1054 kB]
13:07:26 #11 2.307 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf Packages [1525 kB]
13:07:26 #11 2.379 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted armhf Packages [17.6 kB]
13:07:26 #11 2.380 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe armhf Packages [27.8 kB]
13:07:26 #11 2.381 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/main armhf Packages [54.7 kB]
13:07:26 #11 2.383 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse armhf Packages [4735 B]
13:07:26 #11 2.384 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted armhf Packages [17.3 kB]
13:07:26 #11 2.385 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf Packages [1156 kB]
13:07:26 #11 2.438 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/universe armhf Packages [760 kB]
13:07:26 #8 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 5.24MB / 26.14MB 0.3s
13:07:26 #8 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 8.21MB / 26.14MB 0.4s
13:07:26 Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1882 kB]
13:07:26 Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2448 kB]
13:07:26 Selecting previously unselected package python3.
13:07: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 ... 4766 files and directories currently installed.)
13:07:26 Preparing to unpack .../00-python3_3.6.7-1~18.04_amd64.deb ...
13:07:26 Unpacking python3 (3.6.7-1~18.04) ...
13:07:26 Selecting previously unselected package openssl.
13:07:26 Preparing to unpack .../01-openssl_1.1.1-1ubuntu2.1~18.04.21_amd64.deb ...
13:07:26 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.21) ...
13:07:26 #8 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 14.68MB / 26.14MB 0.7s
13:07:26 == Building packages for ubuntu-kinetic ==
13:07:26 mkdir -p "debbuild/ubuntu-kinetic"
13:07:26 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-kinetic/aarch64 -f ubuntu-kinetic/Dockerfile .
13:07:26 #1 [internal] load .dockerignore
13:07:26 #1 transferring context: 2B done
13:07:26 #1 DONE 0.0s
13:07:26 
13:07:26 #2 [internal] load build definition from Dockerfile
13:07:26 #2 transferring dockerfile: 1.21kB done
13:07:26 #2 DONE 0.0s
13:07:26 
13:07:26 #3 [internal] load metadata for docker.io/library/ubuntu:kinetic
13:07:26 #3 DONE 0.0s
13:07:26 
13:07:26 #4 [auth] library/golang:pull token for registry-1.docker.io
13:07:26 #4 DONE 0.0s
13:07:26 
13:07:26 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
13:07:26 Get:3 http://security.ubuntu.com/ubuntu kinetic-security/main amd64 Packages [236 kB]
13:07:26 Get:4 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease [118 kB]
13:07:26 Get:5 http://archive.ubuntu.com/ubuntu kinetic-backports InRelease [99.9 kB]
13:07:26 Get:6 http://security.ubuntu.com/ubuntu kinetic-security/multiverse amd64 Packages [6308 B]
13:07:26 Get:7 http://security.ubuntu.com/ubuntu kinetic-security/universe amd64 Packages [88.2 kB]
13:07:26 Get:8 http://security.ubuntu.com/ubuntu kinetic-security/restricted amd64 Packages [229 kB]
13:07:26 Selecting previously unselected package ca-certificates.
13:07:26 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.18.04.1_all.deb ...
13:07:26 Unpacking ca-certificates (20211016ubuntu0.18.04.1) ...
13:07:26 Selecting previously unselected package distro-info-data.
13:07:26 Preparing to unpack .../03-distro-info-data_0.37ubuntu0.15_all.deb ...
13:07:26 Unpacking distro-info-data (0.37ubuntu0.15) ...
13:07:26 Selecting previously unselected package libglib2.0-0:amd64.
13:07:26 Preparing to unpack .../04-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_amd64.deb ...
13:07:26 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
13:07:26 Selecting previously unselected package libgirepository-1.0-1:amd64.
13:07:26 Preparing to unpack .../05-libgirepository-1.0-1_1.56.1-1_amd64.deb ...
13:07:26 Unpacking libgirepository-1.0-1:amd64 (1.56.1-1) ...
13:07:26 Selecting previously unselected package gir1.2-glib-2.0:amd64.
13:07:26 Preparing to unpack .../06-gir1.2-glib-2.0_1.56.1-1_amd64.deb ...
13:07:26 Unpacking gir1.2-glib-2.0:amd64 (1.56.1-1) ...
13:07:26 #8 ...
13:07:26 
13:07:26 #9 [internal] load build context
13:07:26 #9 transferring context: 30.34MB 0.8s done
13:07:26 #9 DONE 0.8s
13:07:26 
13:07:26 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
13:07:26 #7 CACHED
13:07:26 
13:07:26 #8 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f
13:07:26 #8 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 16.78MB / 26.14MB 0.8s
13:07:26 #8 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 23.07MB / 26.14MB 1.0s
13:07:26 #5 DONE 0.2s
13:07:26 
13:07:26 #6 [stage-1 1/9] FROM docker.io/library/ubuntu:kinetic
13:07:26 #6 DONE 0.0s
13:07:26 
13:07:26 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
13:07:26 #7 DONE 0.0s
13:07:26 
13:07:26 #8 [internal] load build context
13:07:26 Get:9 http://archive.ubuntu.com/ubuntu kinetic/main amd64 Packages [1778 kB]
13:07:26 Get:10 http://archive.ubuntu.com/ubuntu kinetic/universe amd64 Packages [17.9 MB]
13:07:27 Selecting previously unselected package libapt-inst2.0:amd64.
13:07:27 Preparing to unpack .../07-libapt-inst2.0_1.6.14_amd64.deb ...
13:07:27 Unpacking libapt-inst2.0:amd64 (1.6.14) ...
13:07:27 Selecting previously unselected package libdbus-1-3:amd64.
13:07:27 Preparing to unpack .../08-libdbus-1-3_1.12.2-1ubuntu1.4_amd64.deb ...
13:07:27 Unpacking libdbus-1-3:amd64 (1.12.2-1ubuntu1.4) ...
13:07:27 Selecting previously unselected package lsb-release.
13:07:27 Preparing to unpack .../09-lsb-release_9.20170808ubuntu1_all.deb ...
13:07:27 Unpacking lsb-release (9.20170808ubuntu1) ...
13:07:27 Selecting previously unselected package python3-dbus.
13:07:27 Preparing to unpack .../10-python3-dbus_1.2.6-1_amd64.deb ...
13:07:27 Unpacking python3-dbus (1.2.6-1) ...
13:07:27 Selecting previously unselected package python3-gi.
13:07:27 Preparing to unpack .../11-python3-gi_3.26.1-2ubuntu1_amd64.deb ...
13:07:27 Unpacking python3-gi (3.26.1-2ubuntu1) ...
13:07:27 Selecting previously unselected package iso-codes.
13:07:27 Preparing to unpack .../12-iso-codes_3.79-1_all.deb ...
13:07:27 Unpacking iso-codes (3.79-1) ...
13:07:27 Get:10 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
13:07:27 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
13:07:27 Get:12 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
13:07:27 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [31.2 kB]
13:07:27 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1291 kB]
13:07:27 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2011 kB]
13:07:27 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2924 kB]
13:07:27 #8 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 26.04MB / 26.14MB 1.1s
13:07:27 #8 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 26.14MB / 26.14MB 1.1s done
13:07:27 #8 extracting sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb
13:07:27 #11 3.012 Fetched 17.6 MB in 3s (6797 kB/s)
13:07:27 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]
13:07:27 Get:18 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
13:07:27 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb'.
13:07:27 #8 transferring context: 30.35MB 0.5s done
13:07:27 #8 DONE 0.5s
13:07:27 
13:07:27 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
13:07:27 #7 CACHED
13:07:27 
13:07:27 #9 [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:07:27 #9 CACHED
13:07:27 
13:07:27 #10 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:07:27 #10 CACHED
13:07:27 
13:07:27 #11 [stage-1 4/9] COPY common /root/build-deb/debian
13:07:27 #11 CACHED
13:07:27 
13:07:27 #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:07:27 #12 CACHED
13:07:27 
13:07:27 #13 [stage-1 6/9] COPY sources/ /sources
13:07:27 #13 DONE 0.1s
13:07:27 
13:07:27 #14 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
13:07:27 Selecting previously unselected package libkrb5support0:amd64.
13:07:27 Preparing to unpack .../13-libkrb5support0_1.16-2ubuntu0.3_amd64.deb ...
13:07:27 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.3) ...
13:07:27 Selecting previously unselected package libk5crypto3:amd64.
13:07:27 Preparing to unpack .../14-libk5crypto3_1.16-2ubuntu0.3_amd64.deb ...
13:07:27 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.3) ...
13:07:27 Selecting previously unselected package libkeyutils1:amd64.
13:07:27 Preparing to unpack .../15-libkeyutils1_1.5.9-9.2ubuntu2.1_amd64.deb ...
13:07:27 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
13:07:27 Selecting previously unselected package libkrb5-3:amd64.
13:07:27 Preparing to unpack .../16-libkrb5-3_1.16-2ubuntu0.3_amd64.deb ...
13:07:27 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.3) ...
13:07:27 Selecting previously unselected package libgssapi-krb5-2:amd64.
13:07:27 Preparing to unpack .../17-libgssapi-krb5-2_1.16-2ubuntu0.3_amd64.deb ...
13:07:27 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.3) ...
13:07:27 Selecting previously unselected package libpsl5:amd64.
13:07:27 Preparing to unpack .../18-libpsl5_0.19.1-5build1_amd64.deb ...
13:07:27 Unpacking libpsl5:amd64 (0.19.1-5build1) ...
13:07:27 Selecting previously unselected package python-apt-common.
13:07:27 Preparing to unpack .../19-python-apt-common_1.6.6_all.deb ...
13:07:27 Unpacking python-apt-common (1.6.6) ...
13:07:27 #11 3.012 Reading package lists...
13:07:27 Get:11 http://archive.ubuntu.com/ubuntu kinetic/restricted amd64 Packages [151 kB]
13:07:27 Get:12 http://archive.ubuntu.com/ubuntu kinetic/multiverse amd64 Packages [289 kB]
13:07:27 Get:13 http://archive.ubuntu.com/ubuntu kinetic-updates/universe amd64 Packages [159 kB]
13:07:27 Get:14 http://archive.ubuntu.com/ubuntu kinetic-updates/multiverse amd64 Packages [7055 B]
13:07:27 Get:15 http://archive.ubuntu.com/ubuntu kinetic-updates/restricted amd64 Packages [229 kB]
13:07:27 Get:16 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 Packages [338 kB]
13:07:27 Get:17 http://archive.ubuntu.com/ubuntu kinetic-backports/universe amd64 Packages [4531 B]
13:07:27 Selecting previously unselected package python3-apt.
13:07:27 Preparing to unpack .../20-python3-apt_1.6.6_amd64.deb ...
13:07:27 Unpacking python3-apt (1.6.6) ...
13:07:27 Selecting previously unselected package apt-transport-https.
13:07:27 Preparing to unpack .../21-apt-transport-https_1.6.14_all.deb ...
13:07:27 Unpacking apt-transport-https (1.6.14) ...
13:07:27 Selecting previously unselected package libroken18-heimdal:amd64.
13:07:27 Preparing to unpack .../22-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
13:07:27 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
13:07:27 Selecting previously unselected package libasn1-8-heimdal:amd64.
13:07:27 Preparing to unpack .../23-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
13:07:27 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
13:07:27 Selecting previously unselected package libheimbase1-heimdal:amd64.
13:07:27 Preparing to unpack .../24-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
13:07:27 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
13:07:27 Selecting previously unselected package libhcrypto4-heimdal:amd64.
13:07:27 Preparing to unpack .../25-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
13:07:27 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
13:07:28 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~raspbian.11~bullseye_armhf.deb'.
13:07:28 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'.
13:07:28 Selecting previously unselected package libwind0-heimdal:amd64.
13:07:28 Preparing to unpack .../26-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
13:07:28 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
13:07:28 Selecting previously unselected package libhx509-5-heimdal:amd64.
13:07:28 Preparing to unpack .../27-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
13:07:28 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
13:07:28 Selecting previously unselected package libkrb5-26-heimdal:amd64.
13:07:28 Preparing to unpack .../28-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
13:07:28 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
13:07:28 Selecting previously unselected package libheimntlm0-heimdal:amd64.
13:07:28 Preparing to unpack .../29-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
13:07:28 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
13:07:28 Selecting previously unselected package libgssapi3-heimdal:amd64.
13:07:28 Preparing to unpack .../30-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
13:07:28 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
13:07:28 Selecting previously unselected package libsasl2-modules-db:amd64.
13:07:28 Preparing to unpack .../31-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
13:07:28 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:07:28 Selecting previously unselected package libsasl2-2:amd64.
13:07:28 Preparing to unpack .../32-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
13:07:28 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:07:28 Fetched 25.1 MB in 3s (8867 kB/s)
13:07:28 Selecting previously unselected package libldap-common.
13:07:28 Preparing to unpack .../33-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
13:07:28 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
13:07:28 Selecting previously unselected package libldap-2.4-2:amd64.
13:07:28 Preparing to unpack .../34-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_amd64.deb ...
13:07:28 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ...
13:07:28 Selecting previously unselected package libnghttp2-14:amd64.
13:07:28 Preparing to unpack .../35-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ...
13:07:28 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
13:07:28 Selecting previously unselected package librtmp1:amd64.
13:07:28 Preparing to unpack .../36-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ...
13:07:28 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
13:07:28 Selecting previously unselected package libcurl4:amd64.
13:07:28 Preparing to unpack .../37-libcurl4_7.58.0-2ubuntu3.22_amd64.deb ...
13:07:28 Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.22) ...
13:07:28 Selecting previously unselected package curl.
13:07:28 Preparing to unpack .../38-curl_7.58.0-2ubuntu3.22_amd64.deb ...
13:07:28 Unpacking curl (7.58.0-2ubuntu3.22) ...
13:07:28 #10 23.27 Preparing to unpack .../perl_5.36.0-7_armhf.deb ...
13:07:28 #10 23.29 Unpacking perl (5.36.0-7) over (5.36.0-6) ...
13:07:28 #8 extracting sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 1.3s done
13:07:28 #8 DONE 2.6s
13:07:28 Selecting previously unselected package libassuan0:amd64.
13:07:28 Preparing to unpack .../39-libassuan0_2.5.1-2_amd64.deb ...
13:07:28 Unpacking libassuan0:amd64 (2.5.1-2) ...
13:07:28 Selecting previously unselected package gpgconf.
13:07:28 Preparing to unpack .../40-gpgconf_2.2.4-1ubuntu1.6_amd64.deb ...
13:07:28 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
13:07:28 Selecting previously unselected package libksba8:amd64.
13:07:28 Preparing to unpack .../41-libksba8_1.3.5-2ubuntu0.18.04.2_amd64.deb ...
13:07:28 Unpacking libksba8:amd64 (1.3.5-2ubuntu0.18.04.2) ...
13:07:28 Selecting previously unselected package libnpth0:amd64.
13:07:28 Preparing to unpack .../42-libnpth0_1.5-3_amd64.deb ...
13:07:28 Unpacking libnpth0:amd64 (1.5-3) ...
13:07:28 Selecting previously unselected package dirmngr.
13:07:28 Preparing to unpack .../43-dirmngr_2.2.4-1ubuntu1.6_amd64.deb ...
13:07:28 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
13:07:28 Selecting previously unselected package gnupg-l10n.
13:07:28 Preparing to unpack .../44-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
13:07:28 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
13:07:28 Selecting previously unselected package gnupg-utils.
13:07:28 Preparing to unpack .../45-gnupg-utils_2.2.4-1ubuntu1.6_amd64.deb ...
13:07:28 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
13:07:28 #10 23.41 Preparing to unpack .../perl-base_5.36.0-7_armhf.deb ...
13:07:28 #10 23.43 Unpacking perl-base (5.36.0-7) over (5.36.0-6) ...
13:07:28 
13:07:28 #10 [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:07:28 Fetched 22.0 MB in 3s (7206 kB/s)
13:07:28 Reading package lists...
13:07:28 Selecting previously unselected package gpg.
13:07:28 Preparing to unpack .../46-gpg_2.2.4-1ubuntu1.6_amd64.deb ...
13:07:28 Unpacking gpg (2.2.4-1ubuntu1.6) ...
13:07:28 Selecting previously unselected package pinentry-curses.
13:07:28 Preparing to unpack .../47-pinentry-curses_1.1.0-1_amd64.deb ...
13:07:28 Unpacking pinentry-curses (1.1.0-1) ...
13:07:28 Selecting previously unselected package gpg-agent.
13:07:28 Preparing to unpack .../48-gpg-agent_2.2.4-1ubuntu1.6_amd64.deb ...
13:07:28 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
13:07:28 Selecting previously unselected package gpg-wks-client.
13:07:28 Preparing to unpack .../49-gpg-wks-client_2.2.4-1ubuntu1.6_amd64.deb ...
13:07:28 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
13:07:28 Selecting previously unselected package gpg-wks-server.
13:07:28 Preparing to unpack .../50-gpg-wks-server_2.2.4-1ubuntu1.6_amd64.deb ...
13:07:28 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
13:07:28 Selecting previously unselected package gpgsm.
13:07:28 Preparing to unpack .../51-gpgsm_2.2.4-1ubuntu1.6_amd64.deb ...
13:07:28 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
13:07:29 #11 4.106 Reading package lists...
13:07:29 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:07:29 Selecting previously unselected package gnupg.
13:07:29 Preparing to unpack .../52-gnupg_2.2.4-1ubuntu1.6_amd64.deb ...
13:07:29 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
13:07:29 Selecting previously unselected package python3-software-properties.
13:07:29 Preparing to unpack .../53-python3-software-properties_0.96.24.32.20_all.deb ...
13:07:29 Unpacking python3-software-properties (0.96.24.32.20) ...
13:07:29 Selecting previously unselected package software-properties-common.
13:07:29 Preparing to unpack .../54-software-properties-common_0.96.24.32.20_all.deb ...
13:07:29 Unpacking software-properties-common (0.96.24.32.20) ...
13:07:29 Selecting previously unselected package gnupg2.
13:07:29 Preparing to unpack .../55-gnupg2_2.2.4-1ubuntu1.6_all.deb ...
13:07:29 Unpacking gnupg2 (2.2.4-1ubuntu1.6) ...
13:07:29 Setting up python-apt-common (1.6.6) ...
13:07:29 Setting up libnpth0:amd64 (1.5-3) ...
13:07:29 Setting up readline-common (7.0-3) ...
13:07:29 Setting up libapt-inst2.0:amd64 (1.6.14) ...
13:07:29 Setting up apt-transport-https (1.6.14) ...
13:07:29 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
13:07:29 Setting up mime-support (3.60ubuntu1) ...
13:07:29 #11 5.127 Building dependency tree...
13:07:29 #11 5.311 Reading state information...
13:07:29 #10 DONE 0.5s
13:07:29 
13:07:29 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:07:29 Reading package lists...
13:07:29 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:07:29 #14 DONE 1.6s
13:07:29 
13:07:29 #15 [stage-1 8/9] WORKDIR /root/build-deb
13:07:29 #15 DONE 0.0s
13:07:29 
13:07:29 #16 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
13:07:29 #16 DONE 0.0s
13:07:29 
13:07:29 #17 exporting to image
13:07:29 #17 exporting layers
13:07:29 Setting up iso-codes (3.79-1) ...
13:07:29 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
13:07:29 Setting up libreadline7:amd64 (7.0-3) ...
13:07:29 Setting up libpsl5:amd64 (0.19.1-5build1) ...
13:07:29 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
13:07:29 No schema files found: doing nothing.
13:07:29 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:07:29 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:07:29 Setting up distro-info-data (0.37ubuntu0.15) ...
13:07:29 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
13:07:29 Setting up libksba8:amd64 (1.3.5-2ubuntu0.18.04.2) ...
13:07:29 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
13:07:29 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.3) ...
13:07:29 Setting up libgirepository-1.0-1:amd64 (1.56.1-1) ...
13:07:29 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
13:07:29 Setting up gir1.2-glib-2.0:amd64 (1.56.1-1) ...
13:07:29 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
13:07:29 Setting up openssl (1.1.1-1ubuntu2.1~18.04.21) ...
13:07:29 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.7) ...
13:07:29 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
13:07:29 Setting up ca-certificates (20211016ubuntu0.18.04.1) ...
13:07:29 #11 5.555 The following additional packages will be installed:
13:07:29 #11 5.555   at autoconf automake autopoint autotools-dev binutils
13:07:29 #11 5.555   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
13:07:29 #11 5.555   ca-certificates cpp cpp-9 dctrl-tools debhelper dh-autoreconf
13:07:29 #11 5.555   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
13:07:29 #11 5.555   fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git-man
13:07:29 #11 5.555   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
13:07:29 #11 5.556   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
13:07:29 #11 5.556   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:07:29 #11 5.556   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:07:29 #11 5.556   libarray-intspan-perl libasan5 libasn1-8-heimdal libassuan0
13:07:29 #11 5.556   libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
13:07:29 #11 5.556   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:07:29 #11 5.556   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
13:07:29 #11 5.556   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:07:29 #11 5.556   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
13:07:29 #11 5.556   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
13:07:29 #11 5.556   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
13:07:29 #11 5.556   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
13:07:29 #11 5.556   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
13:07:29 #11 5.556   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
13:07:29 #11 5.556   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
13:07:29 #11 5.556   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:07:29 #11 5.556   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
13:07:29 #11 5.556   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:07:29 #11 5.556   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
13:07:29 #11 5.556   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:07:29 #11 5.556   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
13:07:29 #11 5.556   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
13:07:29 #11 5.556   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
13:07:29 #11 5.556   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:07:29 #11 5.556   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:07:29 #11 5.556   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:07:29 #11 5.556   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:07:29 #11 5.556   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
13:07:29 #11 5.556   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
13:07:29 #11 5.556   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
13:07:29 #11 5.556   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
13:07:29 #11 5.556   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
13:07:29 #11 5.556   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
13:07:29 #11 5.556   libldap-common liblinux-epoll-perl liblist-compare-perl
13:07:29 #11 5.556   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
13:07:29 #11 5.556   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
13:07:29 #11 5.556   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
13:07:29 #11 5.556   libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
13:07:29 #11 5.556   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
13:07:29 #11 5.556   libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 libmpfr6
13:07:29 #11 5.556   libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
13:07:29 #11 5.556   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
13:07:29 #11 5.556   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:07:29 #11 5.556   libnumber-compare-perl libnumber-range-perl libobject-id-perl
13:07:29 #11 5.556   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:07:29 #11 5.556   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:07:29 #11 5.556   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
13:07:29 #11 5.556   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:07:29 #11 5.556   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
13:07:29 #11 5.556   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:07:29 #11 5.556   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
13:07:29 #11 5.556   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:07:29 #11 5.557   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:07:29 #11 5.557   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
13:07:29 #11 5.557   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
13:07:29 #11 5.557   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
13:07:29 #11 5.557   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:07:29 #11 5.557   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:07:29 #11 5.557   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
13:07:29 #11 5.557   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
13:07:29 #11 5.557   libtimedate-perl libtool libtry-tiny-perl libtype-tiny-perl
13:07:29 #11 5.557   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:07:29 #11 5.557   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:07:29 #11 5.557   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
13:07:29 #11 5.557   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:07:29 #11 5.557   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:07:29 #11 5.557   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
13:07:29 #11 5.557   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:07:29 #11 5.557   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
13:07:29 #11 5.557   openssh-client openssl patch patchutils perl perl-modules-5.30
13:07:29 #11 5.557   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:07:29 #11 5.557   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:07:29 #11 5.557   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:07:29 #11 5.557   python3-pkg-resources python3-requests python3-six python3-unidiff
13:07:29 #11 5.557   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
13:07:29 #11 5.557   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
13:07:29 #11 5.557   xz-utils
13:07:29 #11 5.559 Suggested packages:
13:07:29 #11 5.559   default-mta | mail-transport-agent autoconf-archive gnu-standards
13:07:29 #11 5.559   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
13:07:29 #11 5.559   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
13:07:29 #11 5.559   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
13:07:29 #11 5.559   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
13:07:29 #11 5.559   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:07:29 #11 5.559   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
13:07:29 #11 5.559   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
13:07:29 #11 5.559   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
13:07:29 #11 5.559   mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex
13:07:29 #11 5.559   bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev
13:07:29 #11 5.560   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
13:07:29 #11 5.560   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
13:07:29 #11 5.560   xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n
13:07:29 #11 5.560   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
13:07:29 #11 5.560   libscalar-number-perl libsasl2-modules-gssapi-mit
13:07:29 #11 5.560   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:07:29 #11 5.560   libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl
13:07:29 #11 5.560   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:07:29 #11 5.560   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
13:07:29 #11 5.560   libxml-sax-expatxs-perl bash-completion binutils-multiarch
13:07:29 #11 5.560   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
13:07:29 #11 5.560   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
13:07:29 #11 5.560   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
13:07:29 #11 5.560   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
13:07:29 #11 5.560   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
13:07:29 #11 5.560   python3-cryptography python3-openssl python3-socks python3.8-venv
13:07:29 #11 5.560   python3.8-doc binfmt-support readline-doc zip wdiff-doc
13:07:29 #11 0.825 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB]
13:07:29 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.16.0-0.fc36.x86_64.rpm
13:07:29 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Xznfl2
13:07:29 + umask 022
13:07:29 + cd /root/rpmbuild/BUILD
13:07:29 + cd src
13:07:29 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64
13:07:29 + RPM_EC=0
13:07:29 ++ jobs -p
13:07:29 + exit 0
13:07:29     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:07:29     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:07:29     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:07:29     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker-proxy
13:07:29     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:07:29     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:07:29 
13:07:29 RPM build warnings:
13:07:29 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lJy2iZ
13:07:29 + umask 022
13:07:29 + cd /root/rpmbuild/BUILD
13:07:29 + cd /root/rpmbuild/BUILD
13:07:29 + rm -rf src
13:07:29 + /usr/bin/mkdir -p src
13:07:29 + cd src
13:07:29 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:07:29 + /usr/bin/tar -xof -
13:07:29 + STATUS=0
13:07:29 + '[' 0 -ne 0 ']'
13:07:29 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:07:29 + /usr/bin/tar -xof -
13:07:29 + STATUS=0
13:07:29 + '[' 0 -ne 0 ']'
13:07:29 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:07:29 + RPM_EC=0
13:07:29 ++ jobs -p
13:07:29 + exit 0
13:07:29 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.I6p9H2
13:07:29 + umask 022
13:07:29 + cd /root/rpmbuild/BUILD
13:07:29 + 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:07:29 + export CFLAGS
13:07:29 + 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:07:29 + export CXXFLAGS
13:07:29 + 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:07:29 + export FFLAGS
13:07:29 + 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:07:29 + export FCFLAGS
13:07:29 + 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.23.0-0.fc36.x86_64.ld'
13:07:29 + export LDFLAGS
13:07:29 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:07:29 + export LT_SYS_LIBRARY_PATH
13:07:29 + CC=gcc
13:07:29 + export CC
13:07:29 + CXX=g++
13:07:29 + export CXX
13:07:29 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:07:29 + /usr/lib/rpm/generate-rpm-note.sh docker-scan-plugin 0.23.0-0.fc36 x86_64
13:07:29 + cd src
13:07:29 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:07:29 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:07:29 + bash -c 'TAG_NAME="v0.23.0" COMMIT="6c852fa" PLATFORM_BINARY=docker-scan make native-build'
13:07:29 GO111MODULE=on make -f builder.Makefile build
13:07:29 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:07:29 mkdir -p bin
13:07:29 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=6c852fa -X github.com/docker/scan-cli-plugin/internal.Version=v0.23.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:068f428b9448d2d09aa70bf7dfe7ac98eda25dbc189637528f1a279d3fcae593 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.1064.0" -o bin/docker-scan ./cmd/docker-scan
13:07:29 go: downloading github.com/docker/cli v20.10.17+incompatible
13:07:29 go: downloading github.com/docker/docker v20.10.17+incompatible
13:07:29 go: downloading github.com/spf13/cobra v1.5.0
13:07:29 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
13:07:29 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:07:29 go: downloading github.com/docker/go-units v0.4.0
13:07:29 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
13:07:29 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:07:29 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:07:29 go: downloading github.com/moby/sys/mount v0.3.3
13:07:29 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
13:07:29 go: downloading github.com/containerd/containerd v1.6.6
13:07:29 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:07:29 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:07:29 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
13:07:29 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
13:07:29 go: downloading github.com/prometheus/client_golang v1.12.2
13:07:29 go: downloading github.com/prometheus/client_model v0.2.0
13:07:29 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:07:30 Updating certificates in /etc/ssl/certs...
13:07:30 #11 6.007 The following NEW packages will be installed:
13:07:30 #11 6.007   at autoconf automake autopoint autotools-dev binutils
13:07:30 #11 6.007   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
13:07:30 #11 6.007   ca-certificates cpp cpp-9 curl dctrl-tools debhelper devscripts
13:07:30 #11 6.007   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:07:30 #11 6.007   dpkg-dev dput dwz equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base
13:07:30 #11 6.007   gettext gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
13:07:30 #11 6.007   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
13:07:30 #11 6.007   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
13:07:30 #11 6.007   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
13:07:30 #11 6.007   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
13:07:30 #11 6.007   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
13:07:30 #11 6.007   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:07:30 #11 6.007   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
13:07:30 #11 6.007   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:07:30 #11 6.007   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
13:07:30 #11 6.007   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
13:07:30 #11 6.007   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
13:07:30 #11 6.007   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
13:07:30 #11 6.007   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
13:07:30 #11 6.007   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
13:07:30 #11 6.007   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
13:07:30 #11 6.007   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:07:30 #11 6.007   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
13:07:30 #11 6.007   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:07:30 #11 6.007   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
13:07:30 #11 6.008   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:07:30 #11 6.008   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
13:07:30 #11 6.008   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
13:07:30 #11 6.008   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
13:07:30 #11 6.008   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:07:30 #11 6.008   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:07:30 #11 6.008   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:07:30 #11 6.008   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:07:30 #11 6.008   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
13:07:30 #11 6.008   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
13:07:30 #11 6.008   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
13:07:30 #11 6.008   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
13:07:30 #11 6.008   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
13:07:30 #11 6.008   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
13:07:30 #11 6.008   libldap-common liblinux-epoll-perl liblist-compare-perl
13:07:30 #11 6.008   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
13:07:30 #11 6.008   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
13:07:30 #11 6.008   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
13:07:30 #11 6.008   libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
13:07:30 #11 6.008   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
13:07:30 #11 6.008   libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 libmpfr6
13:07:30 #11 6.008   libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
13:07:30 #11 6.008   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
13:07:30 #11 6.008   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:07:30 #11 6.008   libnumber-compare-perl libnumber-range-perl libobject-id-perl
13:07:30 #11 6.008   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:07:30 #11 6.008   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:07:30 #11 6.008   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
13:07:30 #11 6.008   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:07:30 #11 6.008   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
13:07:30 #11 6.008   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:07:30 #11 6.008   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
13:07:30 #11 6.008   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:07:30 #11 6.008   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:07:30 #11 6.009   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
13:07:30 #11 6.009   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
13:07:30 #11 6.009   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
13:07:30 #11 6.009   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:07:30 #11 6.009   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:07:30 #11 6.009   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
13:07:30 #11 6.009   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
13:07:30 #11 6.009   libtimedate-perl libtool libtry-tiny-perl libtype-tiny-perl
13:07:30 #11 6.009   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:07:30 #11 6.009   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:07:30 #11 6.009   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
13:07:30 #11 6.009   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:07:30 #11 6.009   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:07:30 #11 6.009   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
13:07:30 #11 6.009   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:07:30 #11 6.009   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
13:07:30 #11 6.009   openssh-client openssl patch patchutils perl perl-modules-5.30
13:07:30 #11 6.009   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:07:30 #11 6.009   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:07:30 #11 6.009   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:07:30 #11 6.009   python3-pkg-resources python3-requests python3-six python3-unidiff
13:07:30 #11 6.009   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
13:07:30 #11 6.010   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
13:07:30 #11 6.010   xz-utils
13:07:30 Reading package lists...
13:07:30 Building dependency tree...
13:07:30 Reading state information...
13:07:30 Reading package lists...
13:07:30 Building dependency tree...
13:07:30 Reading state information...
13:07:30 The following additional packages will be installed:
13:07:30   dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common
13:07:30   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
13:07:30   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
13:07:30   gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1
13:07:30   libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
13:07:30   libdevmapper1.02.1 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1
13:07:30   libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2
13:07:30   libgstreamer1.0-0 libicu71 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1
13:07:30   libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libmpdec3
13:07:30   libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd
13:07:30   libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib
13:07:30   libpython3.10-minimal libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2
13:07:30   libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d
13:07:30   libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2
13:07:30   libyaml-0-2 media-types openssl packagekit pinentry-curses pkexec
13:07:30   policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker
13:07:30   python3-cffi-backend python3-cryptography python3-dbus python3-distro
13:07:30   python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney
13:07:30   python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
13:07:30   python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib
13:07:30   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
13:07:30   python3-software-properties python3-wadllib python3-zipp python3.10
13:07:30   python3.10-minimal readline-common systemd systemd-sysv
13:07:30 Suggested packages:
13:07:30   default-dbus-session-bus | dbus-session-bus dbus-user-session
13:07:30   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc
13:07:30   krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
13:07:30   python3-venv python3-apt-dbg python-apt-doc python-blinker-doc
13:07:30   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
13:07:30   python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin
13:07:30   python3-keyrings.alt python3-testresources python3-setuptools
13:07:30   python-pyparsing-doc python-secretstorage-doc gnome-keyring
13:07:30   | libkf5wallet-bin | keepassxc python3.10-venv python3.10-doc binutils
13:07:30   binfmt-support readline-doc systemd-container systemd-homed systemd-userdbd
13:07:30   systemd-boot libfido2-1 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
13:07:30 Recommended packages:
13:07:30   libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales
13:07:30   libldap-common dbus-user-session publicsuffix libsasl2-modules
13:07:30   packagekit-tools unattended-upgrades networkd-dispatcher systemd-timesyncd
13:07:30   | time-daemon systemd-resolved libnss-systemd
13:07:30 124 added, 0 removed; done.
13:07:30 Setting up libassuan0:amd64 (2.5.1-2) ...
13:07:30 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ...
13:07:30 Setting up libdbus-1-3:amd64 (1.12.2-1ubuntu1.4) ...
13:07:30 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.9) ...
13:07:30 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.3) ...
13:07:30 Setting up python3.6 (3.6.9-1~18.04ubuntu1.9) ...
13:07:30 The following additional packages will be installed:
13:07:30   dbus dbus-user-session dconf-gsettings-backend dconf-service dirmngr
13:07:30   distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking
13:07:30   glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils
13:07:30   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
13:07:30   gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1
13:07:30   libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12
13:07:30   libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1
13:07:30   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
13:07:30   libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal
13:07:30   libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66
13:07:30   libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal
13:07:30   libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0
13:07:30   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd
13:07:30   libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5
13:07:30   libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8
13:07:30   libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1
13:07:30   libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libwind0-heimdal libxml2
13:07:30   libyaml-0-2 mime-support openssl packagekit pinentry-curses policykit-1
13:07:30   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:07:30   python3-dbus python3-gi python3-idna python3-minimal python3-pkg-resources
13:07:30   python3-requests python3-requests-unixsocket python3-six
13:07:30   python3-software-properties python3-urllib3 python3.8 python3.8-minimal
13:07:30   readline-common systemd systemd-sysv systemd-timesyncd tzdata
13:07:30 Suggested packages:
13:07:30   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc
13:07:30   krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
13:07:30   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
13:07:30   python3-setuptools python3-cryptography python3-openssl python3-socks
13:07:30   python3.8-venv python3.8-doc binutils binfmt-support readline-doc
13:07:30   systemd-container
13:07:30 Recommended packages:
13:07:30   libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales publicsuffix
13:07:30   libsasl2-modules file xz-utils packagekit-tools unattended-upgrades
13:07:30   networkd-dispatcher libnss-systemd
13:07:30 The following NEW packages will be installed:
13:07:30   apt-transport-https ca-certificates curl dbus dbus-user-session
13:07:30   dconf-gsettings-backend dconf-service dirmngr distro-info-data
13:07:30   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking
13:07:30   glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils
13:07:30   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
13:07:30   gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1
13:07:30   libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12
13:07:30   libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1
13:07:30   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
13:07:30   libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal
13:07:30   libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66
13:07:30   libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal
13:07:30   libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0
13:07:30   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd
13:07:30   libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5
13:07:30   libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8
13:07:30   libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1
13:07:30   libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libwind0-heimdal libxml2
13:07:30   libyaml-0-2 lsb-release mime-support openssl packagekit pinentry-curses
13:07:30   policykit-1 python-apt-common python3 python3-apt python3-certifi
13:07:30   python3-chardet python3-dbus python3-gi python3-idna python3-minimal
13:07:30   python3-pkg-resources python3-requests python3-requests-unixsocket
13:07:30   python3-six python3-software-properties python3-urllib3 python3.8
13:07:30   python3.8-minimal readline-common software-properties-common systemd
13:07:30   systemd-sysv systemd-timesyncd tzdata
13:07:30 #11 1.229 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [119 kB]
13:07:30 #11 1.325 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [107 kB]
13:07:30 #11 1.419 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
13:07:30 #11 1.515 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/universe armhf Packages [16.8 MB]
13:07:30 The following NEW packages will be installed:
13:07:30   apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon
13:07:30   dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data
13:07:30   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
13:07:30   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
13:07:30   libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin
13:07:30   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
13:07:30   libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0
13:07:30   libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu71
13:07:30   libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
13:07:30   libkrb5support0 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0
13:07:30   libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
13:07:30   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
13:07:30   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
13:07:30   libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common
13:07:30   libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types
13:07:30   openssl packagekit pinentry-curses pkexec policykit-1 polkitd
13:07:30   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
13:07:30   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
13:07:30   python3-importlib-metadata python3-jeepney python3-jwt python3-keyring
13:07:30   python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri
13:07:30   python3-minimal python3-more-itertools python3-oauthlib
13:07:30   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
13:07:30   python3-software-properties python3-wadllib python3-zipp python3.10
13:07:30   python3.10-minimal readline-common software-properties-common systemd
13:07:30   systemd-sysv
13:07:30 #10 25.19 Setting up perl-base (5.36.0-7) ...
13:07:30 #10 25.23 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10365 files and directories currently installed.)
13:07:30 #10 25.24 Preparing to unpack .../perl-modules-5.36_5.36.0-7_all.deb ...
13:07:30 #10 25.25 Unpacking perl-modules-5.36 (5.36.0-7) over (5.36.0-6) ...
13:07:30 #11 6.435 0 upgraded, 349 newly installed, 0 to remove and 4 not upgraded.
13:07:30 #11 6.435 Need to get 91.5 MB of archives.
13:07:30 #11 6.435 After this operation, 361 MB of additional disk space will be used.
13:07:30 #11 6.435 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblocale-gettext-perl armhf 1.07-4 [16.2 kB]
13:07:30 #11 6.585 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssl1.1 armhf 1.1.1f-1ubuntu2.17 [1084 kB]
13:07:30 0 upgraded, 122 newly installed, 0 to remove and 4 not upgraded.
13:07:30 Need to get 41.0 MB of archives.
13:07:30 After this operation, 148 MB of additional disk space will be used.
13:07:30 Get:1 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libssl3 amd64 3.0.5-2ubuntu2.1 [1896 kB]
13:07:30 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
13:07:30 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
13:07:30 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
13:07:30 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
13:07:30 #11 7.003 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpython3.8-minimal armhf 3.8.10-0ubuntu1~20.04.6 [708 kB]
13:07:30 #11 7.056 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libexpat1 armhf 2.2.9-1ubuntu0.6 [55.1 kB]
13:07:30 #11 7.059 Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8-minimal armhf 3.8.10-0ubuntu1~20.04.6 [1584 kB]
13:07:30 #11 7.135 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-minimal armhf 3.8.2-0ubuntu2 [23.6 kB]
13:07:30 0 upgraded, 119 newly installed, 0 to remove and 4 not upgraded.
13:07:30 Need to get 35.0 MB of archives.
13:07:30 After this operation, 144 MB of additional disk space will be used.
13:07:30 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.17 [1322 kB]
13:07:30 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.6 [717 kB]
13:07:30 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.6 [74.6 kB]
13:07:30 Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.6 [1901 kB]
13:07:30 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB]
13:07:30 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB]
13:07:30 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB]
13:07:30 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB]
13:07:30 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB]
13:07:30 Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.5 [549 kB]
13:07:30 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.6 [1675 kB]
13:07:30 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.6 [387 kB]
13:07:30 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B]
13:07:30 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB]
13:07:30 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB]
13:07:30 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libcap2 amd64 1:2.32-1 [15.9 kB]
13:07:30 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.2 kB]
13:07:30 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB]
13:07:30 Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB]
13:07:30 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB]
13:07:30 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libip4tc2 amd64 1.8.4-3ubuntu2 [18.8 kB]
13:07:30 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkmod2 amd64 27-1ubuntu2.1 [45.3 kB]
13:07:30 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.19 [28.1 kB]
13:07:30 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.19 [3812 kB]
13:07:30 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.19 [10.3 kB]
13:07:30 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.17 [622 kB]
13:07:31 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
13:07:31 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
13:07:31 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
13:07:31 Setting up pinentry-curses (1.1.0-1) ...
13:07:31 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.3) ...
13:07:31 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
13:07:31 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
13:07:31 Setting up gpg (2.2.4-1ubuntu1.6) ...
13:07:31 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
13:07:31 Setting up python3 (3.6.7-1~18.04) ...
13:07:31 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
13:07:31 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
13:07:31 #11 7.137 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf mime-support all 3.64ubuntu1 [30.6 kB]
13:07:31 #11 7.139 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpdec2 armhf 2.4.2-3 [66.8 kB]
13:07:31 #11 7.141 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf readline-common all 8.0-4 [53.5 kB]
13:07:31 #11 7.144 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadline8 armhf 8.0-4 [109 kB]
13:07:31 #11 7.150 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsqlite3-0 armhf 3.31.1-4ubuntu0.5 [468 kB]
13:07:31 #11 7.171 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpython3.8-stdlib armhf 3.8.10-0ubuntu1~20.04.6 [1602 kB]
13:07:31 #11 7.247 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8 armhf 3.8.10-0ubuntu1~20.04.6 [387 kB]
13:07:31 #11 7.261 Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpython3-stdlib armhf 3.8.2-0ubuntu2 [7068 B]
13:07:31 #11 7.262 Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3 armhf 3.8.2-0ubuntu2 [47.6 kB]
13:07:31 #11 7.265 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libbsd0 armhf 0.10.0-1 [49.8 kB]
13:07:31 #11 7.265 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main armhf bsdmainutils armhf 11.1.2ubuntu3 [176 kB]
13:07:31 #11 7.277 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libuchardet0 armhf 0.0.6-3build1 [62.4 kB]
13:07:31 #11 7.281 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main armhf groff-base armhf 1.22.4-4build1 [759 kB]
13:07:31 #11 7.319 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgdbm6 armhf 1.18.1-5 [24.5 kB]
13:07:31 #11 7.320 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpipeline1 armhf 1.5.2-2build1 [23.5 kB]
13:07:31 #11 7.376 Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main armhf man-db armhf 2.9.1-1 [1077 kB]
13:07:31 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
13:07:31 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.3 [179 kB]
13:07:31 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dbus amd64 1.12.16-2ubuntu2.3 [151 kB]
13:07:31 Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.11 [4672 B]
13:07:31 Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB]
13:07:31 Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgirepository-1.0-1 amd64 1.64.1-1~ubuntu20.04.1 [85.7 kB]
13:07:31 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-glib-2.0 amd64 1.64.1-1~ubuntu20.04.1 [134 kB]
13:07:31 Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 libcap2-bin amd64 1:2.32-1 [26.2 kB]
13:07:31 Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf1 amd64 0.176-1.1build1 [44.0 kB]
13:07:31 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:07:31 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
13:07:31 Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB]
13:07:31 Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.19 [186 kB]
13:07:31 Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.5 [640 kB]
13:07:31 Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
13:07:31 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
13:07:31 Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-dbus amd64 1.2.16-1build1 [94.0 kB]
13:07:31 Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gi amd64 3.36.0-1 [165 kB]
13:07:31 Get:45 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
13:07:31 Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB]
13:07:31 Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB]
13:07:31 Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.2 [31.0 kB]
13:07:31 Get:49 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.2 [80.0 kB]
13:07:31 Get:50 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB]
13:07:31 Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.2 [330 kB]
13:07:31 Get:52 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.2 [121 kB]
13:07:31 Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 liblmdb0 amd64 0.9.24-1 [44.6 kB]
13:07:31 Get:54 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpolkit-gobject-1-0 amd64 0.105-26ubuntu1.3 [39.2 kB]
13:07:31 Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
13:07:31 Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.1 [17.0 kB]
13:07:31 Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.1 [154 kB]
13:07:31 Get:58 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.9 [1704 B]
13:07:31 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
13:07:31 Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [42.6 kB]
13:07:31 Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [181 kB]
13:07:31 Setting up python3-gi (3.26.1-2ubuntu1) ...
13:07:31 Setting up lsb-release (9.20170808ubuntu1) ...
13:07:31 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.3) ...
13:07:31 #11 7.393 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf perl-modules-5.30 all 5.30.0-9ubuntu0.3 [2739 kB]
13:07:31 Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [30.4 kB]
13:07:31 Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [88.1 kB]
13:07:31 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [47.9 kB]
13:07:31 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [107 kB]
13:07:31 Get:66 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [208 kB]
13:07:31 Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [15.1 kB]
13:07:31 Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [96.6 kB]
13:07:31 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB]
13:07:31 Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB]
13:07:31 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
13:07:31 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 [155 kB]
13:07:31 Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB]
13:07:31 Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
13:07:31 Get:75 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB]
13:07:31 Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.15 [235 kB]
13:07:31 Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.15 [161 kB]
13:07:31 Get:78 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.3 [9424 B]
13:07:31 Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 libdconf1 amd64 0.36.0-1 [37.4 kB]
13:07:31 Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 dconf-service amd64 0.36.0-1 [29.8 kB]
13:07:31 Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 dconf-gsettings-backend amd64 0.36.0-1 [22.5 kB]
13:07:31 Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB]
13:07:31 Get:83 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.2 [124 kB]
13:07:31 Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.20.04.2 [95.2 kB]
13:07:31 Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B]
13:07:31 Get:86 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.2 [330 kB]
13:07:31 Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpackagekit-glib2-18 amd64 1.1.13-2ubuntu1.1 [104 kB]
13:07:31 Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-packagekitglib-1.0 amd64 1.1.13-2ubuntu1.1 [21.6 kB]
13:07:31 Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libproxy1v5 amd64 0.4.15-10ubuntu1.2 [49.1 kB]
13:07:31 Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 glib-networking-common all 2.64.2-1ubuntu0.1 [5040 B]
13:07:31 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 glib-networking-services amd64 2.64.2-1ubuntu0.1 [10.6 kB]
13:07:31 Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 gsettings-desktop-schemas all 3.36.0-1ubuntu1 [29.0 kB]
13:07:31 Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 glib-networking amd64 2.64.2-1ubuntu0.1 [58.2 kB]
13:07:31 Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
13:07:31 Get:95 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.2 [481 kB]
13:07:31 Get:96 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.2 [482 kB]
13:07:31 Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB]
13:07:31 Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.2 [232 kB]
13:07:31 Get:99 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.2 [97.4 kB]
13:07:31 Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.2 [90.2 kB]
13:07:31 Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.2 [217 kB]
13:07:31 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.2 [259 kB]
13:07:31 Get:103 http://archive.ubuntu.com/ubuntu focal/main amd64 libsoup2.4-1 amd64 2.70.0-1 [262 kB]
13:07:31 Get:104 http://archive.ubuntu.com/ubuntu focal/main amd64 libstemmer0d amd64 0+svn585-2 [61.7 kB]
13:07:31 Get:105 http://archive.ubuntu.com/ubuntu focal/main amd64 libappstream4 amd64 0.12.10-2 [129 kB]
13:07:31 Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-bin amd64 2.64.6-1~ubuntu20.04.4 [72.6 kB]
13:07:31 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgstreamer1.0-0 amd64 1.16.3-0ubuntu1.1 [894 kB]
13:07:31 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpolkit-agent-1-0 amd64 0.105-26ubuntu1.3 [15.2 kB]
13:07:31 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'.
13:07:31 make[2]: Leaving directory '/root/build-deb/compose'
13:07:31 # Build the scan-plugin
13:07:31 # TODO change once we support scan-plugin on other architectures
13:07:31 if [ "armhf" = "amd64" ]; then \
13:07:31 	cd /go/src/github.com/docker/scan-cli-plugin \
13:07:31 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:07:31 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:07:31 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:07:31 fi
13:07:31 make[1]: Leaving directory '/root/build-deb'
13:07:31    debian/rules override_dh_auto_test
13:07:31 make[1]: Entering directory '/root/build-deb'
13:07:31 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:07:31 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:07:31 PASS: daemon version OK
13:07:31 ver="$(cli/build/docker --version)"; \
13:07:31 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:07:31 PASS: cli version OK
13:07:31 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:07:31 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:07:31 PASS: docker-buildx version OK
13:07:31 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:07:31 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:07:31 PASS: docker-compose version OK
13:07:31 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:07:31 # TODO change once we support scan-plugin on other architectures
13:07:31 if [ "armhf" = "amd64" ]; then \
13:07:31 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:07:31 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:07:31 fi
13:07:31 make[1]: Leaving directory '/root/build-deb'
13:07:31    create-stamp debian/debhelper-build-stamp
13:07:31  debian/rules binary
13:07:31 dh binary --with=bash-completion
13:07:31    dh_testroot
13:07:31    dh_prep
13:07:31    dh_installdirs
13:07:31    debian/rules override_dh_auto_install
13:07:31 make[1]: Entering directory '/root/build-deb'
13:07:31 # docker-ce-cli install
13:07:31 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:07:31 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:07:31 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:07:31 # docker-ce install
13:07:31 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:07:31 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:07:31 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:07:31 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:07:31 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:07:31 # docker-buildx-plugin install
13:07:31 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:07:31 # docker-compose-plugin install
13:07:31 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:07:31 # docker-scan-plugin install
13:07:31 # TODO change once we support scan-plugin on other architectures
13:07:31 if [ "armhf" = "amd64" ]; then \
13:07:31 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:07:31 fi
13:07:31 # docker-ce-rootless-extras install
13:07:31 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:07:31 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:07:31 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:07:31 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:07:31 # TODO: how can we install vpnkit?
13:07:31 make[1]: Leaving directory '/root/build-deb'
13:07:31    debian/rules override_dh_install
13:07:31 make[1]: Entering directory '/root/build-deb'
13:07:31 dh_install
13:07:31 # TODO Can we do this from within our container?
13:07:31 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:07:31 make[1]: Leaving directory '/root/build-deb'
13:07:31    dh_installdocs
13:07:31    dh_installchangelogs
13:07:31    dh_installman
13:07:31    dh_bash-completion
13:07:31    dh_systemd_enable
13:07:31    debian/rules override_dh_installinit
13:07:31 make[1]: Entering directory '/root/build-deb'
13:07:31 # use "docker" as our service name, not "docker-ce"
13:07:31 dh_installinit --name=docker
13:07:31 make[1]: Leaving directory '/root/build-deb'
13:07:31    dh_systemd_start
13:07:31    dh_perl
13:07:31    dh_link
13:07:31    dh_strip_nondeterminism
13:07:31    dh_compress
13:07:31    dh_fixperms
13:07:31    dh_missing
13:07:31    debian/rules override_dh_strip
13:07:31 make[1]: Entering directory '/root/build-deb'
13:07:31 # Go has lots of problems with stripping, so just don't
13:07:31 make[1]: Leaving directory '/root/build-deb'
13:07:31    dh_makeshlibs
13:07:31    debian/rules override_dh_shlibdeps
13:07:31 make[1]: Entering directory '/root/build-deb'
13:07:31 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:07:31 make[1]: Leaving directory '/root/build-deb'
13:07:31    dh_installdeb
13:07:31    debian/rules override_dh_gencontrol
13:07:31 make[1]: Entering directory '/root/build-deb'
13:07:31 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:07:31 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:07:31 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:07:31 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:07:31 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:07:31 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:07:31 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:07:31 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:07:31 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:07:31 if [ "armhf" = "amd64" ]; then \
13:07:31 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:07:31 fi
13:07:31 dh_gencontrol --remaining-packages
13:07:31 make[1]: Leaving directory '/root/build-deb'
13:07:31    dh_md5sums
13:07:31    debian/rules override_dh_builddeb
13:07:31 make[1]: Entering directory '/root/build-deb'
13:07:31 dh_builddeb -- -Zxz
13:07:31 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb'.
13:07:31 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb'.
13:07:31 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
13:07:31 Setting up python3-apt (1.6.6) ...
13:07:31 Setting up python3-dbus (1.2.6-1) ...
13:07:31 #11 7.555 Get:24 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgdbm-compat4 armhf 1.18.1-5 [5852 B]
13:07:31 #11 7.556 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libperl5.30 armhf 5.30.0-9ubuntu0.3 [3274 kB]
13:07:31 #11 7.757 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf perl armhf 5.30.0-9ubuntu0.3 [224 kB]
13:07:31 #11 7.761 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssl armhf 1.1.1f-1ubuntu2.17 [597 kB]
13:07:31 #11 7.768 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
13:07:31 #11 7.770 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf distro-info-data all 0.43ubuntu1.11 [4672 B]
13:07:31 #11 7.771 Get:30 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmagic-mgc armhf 1:5.38-4 [218 kB]
13:07:31 #11 7.772 Get:31 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmagic1 armhf 1:5.38-4 [68.3 kB]
13:07:31 #11 7.773 Get:32 http://ports.ubuntu.com/ubuntu-ports focal/main armhf file armhf 1:5.38-4 [22.4 kB]
13:07:31 #11 7.779 Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf less armhf 551-1ubuntu0.1 [116 kB]
13:07:31 #11 7.782 Get:34 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libelf1 armhf 0.176-1.1build1 [41.3 kB]
13:07:31 #11 7.833 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:07:31 #11 7.908 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:07:31 Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 policykit-1 amd64 0.105-26ubuntu1.3 [84.1 kB]
13:07:31 Get:110 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB]
13:07:31 Get:111 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB]
13:07:31 Get:112 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB]
13:07:31 Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
13:07:31 Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
13:07:31 Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests-unixsocket all 0.2.0-2 [7272 B]
13:07:31 Get:116 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-software-properties all 0.99.9.10 [21.7 kB]
13:07:31 Get:117 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 packagekit amd64 1.1.13-2ubuntu1.1 [408 kB]
13:07:31 Get:118 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 software-properties-common all 0.99.9.10 [10.4 kB]
13:07:31 Get:119 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 gnupg2 all 2.2.19-3ubuntu2.2 [5316 B]
13:07:31 debconf: delaying package configuration, since apt-utils is not installed
13:07:31 Fetched 35.0 MB in 1s (31.4 MB/s)
13:07:31 Selecting previously unselected package libssl1.1:amd64.
13:07:31 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4126 files and directories currently installed.)
13:07:31 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb ...
13:07:31 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.17) ...
13:07:31 Get:2 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libpython3.10-minimal amd64 3.10.7-1ubuntu0.2 [803 kB]
13:07:31 Get:3 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libexpat1 amd64 2.4.8-2ubuntu0.22.10.1 [84.3 kB]
13:07:31 Get:4 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3.10-minimal amd64 3.10.7-1ubuntu0.2 [2115 kB]
13:07:31 Get:5 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-minimal amd64 3.10.6-1 [24.1 kB]
13:07:31 Get:6 http://archive.ubuntu.com/ubuntu kinetic/main amd64 media-types all 8.0.0 [24.9 kB]
13:07:31 Get:7 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB]
13:07:31 Get:8 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libkrb5support0 amd64 1.20-1ubuntu0.1 [31.3 kB]
13:07:31 Get:9 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libk5crypto3 amd64 1.20-1ubuntu0.1 [81.7 kB]
13:07:31 Get:10 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libkeyutils1 amd64 1.6.3-1 [10.7 kB]
13:07:31 Get:11 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libkrb5-3 amd64 1.20-1ubuntu0.1 [346 kB]
13:07:31 Get:12 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libgssapi-krb5-2 amd64 1.20-1ubuntu0.1 [142 kB]
13:07:31 Get:13 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtirpc-common all 1.3.3+ds-1 [7790 B]
13:07:31 Get:14 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtirpc3 amd64 1.3.3+ds-1 [80.9 kB]
13:07:31 Get:15 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnsl2 amd64 1.3.0-2build2 [42.3 kB]
13:07:31 Get:16 http://archive.ubuntu.com/ubuntu kinetic/main amd64 readline-common all 8.2-1 [55.1 kB]
13:07:31 Get:17 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libreadline8 amd64 8.2-1 [150 kB]
13:07:31 Get:18 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsqlite3-0 amd64 3.39.3-1 [655 kB]
13:07:31 Get:19 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libpython3.10-stdlib amd64 3.10.7-1ubuntu0.2 [1784 kB]
13:07:31 #11 2.455 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/restricted armhf Packages [13.3 kB]
13:07:31 #11 2.456 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse armhf Packages [199 kB]
13:07:31 #11 2.456 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf Packages [1701 kB]
13:07:31 #11 2.520 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse armhf Packages [2033 B]
13:07:31 #11 2.521 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf Packages [730 kB]
13:07:31 #11 2.555 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted armhf Packages [10.2 kB]
13:07:31 #11 2.556 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf Packages [707 kB]
13:07:31 #11 2.587 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe armhf Packages [22.4 kB]
13:07:31 #11 2.588 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main armhf Packages [48.9 kB]
13:07:31 #11 2.594 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse armhf Packages [594 B]
13:07:31 #11 2.595 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe armhf Packages [502 kB]
13:07:31 #11 2.614 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/main armhf Packages [439 kB]
13:07:31 #11 2.634 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted armhf Packages [9804 B]
13:07:31 #11 7.908 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
13:07:31 #11 7.918 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libicu66 armhf 66.1-2ubuntu2.1 [8223 kB]
13:07:31 ~/rpmbuild/BUILD/src
13:07:31 + popd
13:07:31 + RPM_EC=0
13:07:31 ++ jobs -p
13:07:31 + exit 0
13:07:31 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.pdNbhD
13:07:31 + umask 022
13:07:31 + cd /root/rpmbuild/BUILD
13:07:31 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64 '!=' / ']'
13:07:31 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64
13:07:31 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64
13:07:31 + mkdir -p /root/rpmbuild/BUILDROOT
13:07:31 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64
13:07:31 + 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:07:31 + export CFLAGS
13:07:31 + 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:07:31 + export CXXFLAGS
13:07:31 + 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:07:31 + export FFLAGS
13:07:31 + 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:07:31 + export FCFLAGS
13:07:31 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:07:31 + export LDFLAGS
13:07:31 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:07:31 + export LT_SYS_LIBRARY_PATH
13:07:31 + CC=gcc
13:07:31 + export CC
13:07:31 + CXX=g++
13:07:31 + export CXX
13:07:31 + cd src
13:07:31 + pushd /root/rpmbuild/BUILD/src/compose
13:07:31 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:07:31 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:07:31 + popd
13:07:31 + for f in LICENSE MAINTAINERS NOTICE README.md
13:07:31 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:07:31 ~/rpmbuild/BUILD/src
13:07:31 + for f in LICENSE MAINTAINERS NOTICE README.md
13:07:31 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:07:31 + for f in LICENSE MAINTAINERS NOTICE README.md
13:07:31 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:07:31 + for f in LICENSE MAINTAINERS NOTICE README.md
13:07:31 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:07:31 + /usr/lib/rpm/check-buildroot
13:07:31 + /usr/lib/rpm/redhat/brp-ldconfig
13:07:31 + /usr/lib/rpm/brp-compress
13:07:31 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:07:31 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:07:31 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:07:31 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:07:31 + /usr/lib/rpm/check-rpaths
13:07:31 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:07:31 + /usr/lib/rpm/brp-remove-la-files
13:07:31 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:07:31 + /usr/lib/rpm/redhat/brp-python-hardlink
13:07:31 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.zgSiG8
13:07:31 + umask 022
13:07:31 + cd /root/rpmbuild/BUILD
13:07:31 + 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:07:31 + export CFLAGS
13:07:31 + 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:07:31 + export CXXFLAGS
13:07:31 + 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:07:31 + export FFLAGS
13:07:31 + 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:07:31 + export FCFLAGS
13:07:31 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:07:31 + export LDFLAGS
13:07:31 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:07:31 + export LT_SYS_LIBRARY_PATH
13:07:31 + CC=gcc
13:07:31 + export CC
13:07:31 + CXX=g++
13:07:31 + export CXX
13:07:31 + cd src
13:07:31 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:07:31 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:07:31 PASS: docker-compose version OK
13:07:31 + ver=v2.16.0
13:07:31 + test v2.16.0 = v2.16.0
13:07:31 + echo 'PASS: docker-compose version OK'
13:07:31 + RPM_EC=0
13:07:31 ++ jobs -p
13:07:31 + exit 0
13:07:31 Processing files: docker-compose-plugin-2.16.0-0.fc37.x86_64
13:07:31 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.MVYkIb
13:07:31 + umask 022
13:07:31 + cd /root/rpmbuild/BUILD
13:07:31 + cd src
13:07:31 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/share/doc/docker-compose-plugin
13:07:31 + export LC_ALL=C
13:07:31 + LC_ALL=C
13:07:31 + export DOCDIR
13:07:31 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/share/doc/docker-compose-plugin
13:07:31 + 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.16.0-0.fc37.x86_64/usr/share/doc/docker-compose-plugin
13:07:31 + RPM_EC=0
13:07:31 ++ jobs -p
13:07:31 + exit 0
13:07:31 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.f9RbxI
13:07:31 + umask 022
13:07:31 + cd /root/rpmbuild/BUILD
13:07:31 + cd src
13:07:31 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/share/licenses/docker-compose-plugin
13:07:31 + export LC_ALL=C
13:07:31 + LC_ALL=C
13:07:31 + export LICENSEDIR
13:07:31 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/share/licenses/docker-compose-plugin
13:07:31 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/share/licenses/docker-compose-plugin
13:07:31 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/share/licenses/docker-compose-plugin
13:07:31 + RPM_EC=0
13:07:31 ++ jobs -p
13:07:31 + exit 0
13:07:31 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:07:31 Provides: docker-compose-plugin = 0:2.16.0-0.fc37 docker-compose-plugin(x86-64) = 0:2.16.0-0.fc37
13:07:31 Requires(interp): /bin/sh /bin/sh /bin/sh
13:07:31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:07:31 Requires(post): /bin/sh
13:07:31 Requires(preun): /bin/sh
13:07:31 Requires(postun): /bin/sh
13:07:31 Enhances: docker-ce-cli
13:07:31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64
13:07:31 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.fc37.src.rpm
13:07:31 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ...
13:07:31 Setting up python3-software-properties (0.96.24.32.20) ...
13:07:31 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
13:07:31 Setting up software-properties-common (0.96.24.32.20) ...
13:07:31 Selecting previously unselected package libpython3.8-minimal:amd64.
13:07:31 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
13:07:31 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.6) ...
13:07:31 Get:20 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3.10 amd64 3.10.7-1ubuntu0.2 [497 kB]
13:07:31 Get:21 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpython3-stdlib amd64 3.10.6-1 [6848 B]
13:07:31 Get:22 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3 amd64 3.10.6-1 [22.3 kB]
13:07:31 Get:23 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB]
13:07:31 Get:24 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-1ubuntu1 [138 kB]
13:07:31 Get:25 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjson-c5 amd64 0.16-1 [33.7 kB]
13:07:31 Get:26 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcryptsetup12 amd64 2:2.5.0-2ubuntu1 [221 kB]
13:07:31 Get:27 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfdisk1 amd64 2.38-4ubuntu1 [144 kB]
13:07:31 Get:28 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libkmod2 amd64 30+20220630-3ubuntu1 [48.9 kB]
13:07:31 Get:29 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libapparmor1 amd64 3.0.7-1ubuntu2 [36.7 kB]
13:07:31 Get:30 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libip4tc2 amd64 1.8.7-1ubuntu6 [19.7 kB]
13:07:31 Get:31 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsystemd-shared amd64 251.4-1ubuntu7 [1703 kB]
13:07:32 #11 8.314 Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libxml2 armhf 2.9.10+dfsg-5ubuntu0.20.04.5 [546 kB]
13:07:32 Setting up libcurl4:amd64 (7.58.0-2ubuntu3.22) ...
13:07:32 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
13:07:32 Setting up curl (7.58.0-2ubuntu3.22) ...
13:07:32 Setting up gnupg (2.2.4-1ubuntu1.6) ...
13:07:32 Setting up gnupg2 (2.2.4-1ubuntu1.6) ...
13:07:32 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
13:07:32 Processing triggers for ca-certificates (20211016ubuntu0.18.04.1) ...
13:07:32 Selecting previously unselected package libexpat1:amd64.
13:07:32 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_amd64.deb ...
13:07:32 Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
13:07:32 Selecting previously unselected package python3.8-minimal.
13:07:32 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
13:07:32 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
13:07:32 Get:32 http://archive.ubuntu.com/ubuntu kinetic/main amd64 systemd amd64 251.4-1ubuntu7 [2808 kB]
13:07:32 Get:33 http://archive.ubuntu.com/ubuntu kinetic/main amd64 systemd-sysv amd64 251.4-1ubuntu7 [11.2 kB]
13:07:32 Get:34 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 openssl amd64 3.0.5-2ubuntu2.1 [1177 kB]
13:07:32 Get:35 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 ca-certificates all 20211016ubuntu0.22.10.1 [143 kB]
13:07:32 Get:36 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libdbus-1-3 amd64 1.14.0-2ubuntu3 [200 kB]
13:07:32 Get:37 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-bin amd64 1.14.0-2ubuntu3 [39.4 kB]
13:07:32 Get:38 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-session-bus-common all 1.14.0-2ubuntu3 [73.0 kB]
13:07:32 Get:39 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-daemon amd64 1.14.0-2ubuntu3 [118 kB]
13:07:32 Get:40 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-system-bus-common all 1.14.0-2ubuntu3 [74.2 kB]
13:07:32 Get:41 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus amd64 1.14.0-2ubuntu3 [24.2 kB]
13:07:32 Get:42 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 distro-info-data all 0.54ubuntu0.1 [5242 B]
13:07:32 Get:43 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libglib2.0-0 amd64 2.74.3-0ubuntu1 [1475 kB]
13:07:32 #11 3.359 Fetched 21.8 MB in 3s (7423 kB/s)
13:07:32 #11 8.326 Get:40 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-0-2 armhf 0.2.2-1 [41.3 kB]
13:07:32 #11 8.328 Get:41 http://ports.ubuntu.com/ubuntu-ports focal/main armhf lsb-release all 11.1.0ubuntu2 [10.6 kB]
13:07:32 #11 8.328 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main armhf netbase all 6.1 [13.1 kB]
13:07:32 #11 8.329 Get:43 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
13:07:32 #11 8.333 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-six all 1.14.0-2 [12.1 kB]
13:07:32 #11 8.334 Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main armhf shared-mime-info armhf 1.15-1 [428 kB]
13:07:32 #11 8.365 Get:46 http://ports.ubuntu.com/ubuntu-ports focal/main armhf ucf all 3.0038+nmu1 [51.6 kB]
13:07:32 #11 8.366 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main armhf xdg-user-dirs armhf 0.17-2ubuntu1 [46.8 kB]
13:07:32 #11 8.390 Get:48 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf xz-utils armhf 5.2.4-1ubuntu1.1 [81.0 kB]
13:07:32 #11 8.465 Get:49 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gettext-base armhf 0.19.8.1-10build1 [46.0 kB]
13:07:32 #11 8.466 Get:50 http://ports.ubuntu.com/ubuntu-ports focal/main armhf iso-codes all 4.4-1 [2695 kB]
13:07:32 #11 8.586 Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf krb5-locales all 1.17-6ubuntu4.2 [11.5 kB]
13:07:32 Updating certificates in /etc/ssl/certs...
13:07:32 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.17) ...
13:07:32 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.6) ...
13:07:32 Setting up libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
13:07:32 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
13:07:32 Get:44 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgirepository-1.0-1 amd64 1.74.0-2 [67.3 kB]
13:07:32 Get:45 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gir1.2-glib-2.0 amd64 1.74.0-2 [178 kB]
13:07:32 Get:46 http://archive.ubuntu.com/ubuntu kinetic/main amd64 iso-codes all 4.11.0-1 [3352 kB]
13:07:32 Get:47 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcap2-bin amd64 1:2.44-1build3 [26.0 kB]
13:07:32 Get:48 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libelf1 amd64 0.187-4 [50.9 kB]
13:07:32 Get:49 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libglib2.0-data all 2.74.3-0ubuntu1 [19.0 kB]
13:07:32 Get:50 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libicu71 amd64 71.1-3ubuntu1 [10.6 MB]
13:07:32 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:07:32 + popd
13:07:32 ~/rpmbuild/BUILD/src
13:07:32 + RPM_EC=0
13:07:32 ++ jobs -p
13:07:32 + exit 0
13:07:32 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dhfq8Z
13:07:32 + umask 022
13:07:32 + cd /root/rpmbuild/BUILD
13:07:32 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64 '!=' / ']'
13:07:32 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64
13:07:32 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64
13:07:32 + mkdir -p /root/rpmbuild/BUILDROOT
13:07:32 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64
13:07:32 + cd src
13:07:32 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:07:32 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:07:32 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:07:32 + popd
13:07:32 ~/rpmbuild/BUILD/src
13:07:32 + /usr/lib/rpm/check-buildroot
13:07:32 + /usr/lib/rpm/redhat/brp-ldconfig
13:07:32 + /usr/lib/rpm/brp-compress
13:07:32 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:07:32 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:07:32 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:07:32 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:07:32 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:07:32 + /usr/lib/rpm/brp-python-hardlink
13:07:32 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:07:32 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.MEI6Gl
13:07:32 + umask 022
13:07:32 + cd /root/rpmbuild/BUILD
13:07:32 + cd src
13:07:32 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
13:07:32 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:07:32 + ver=v0.23.0
13:07:32 + test v0.23.0 = v0.23.0
13:07:32 + echo 'PASS: docker-scan version OK'
13:07:32 + RPM_EC=0
13:07:32 PASS: docker-scan version OK
13:07:32 ++ jobs -p
13:07:32 + exit 0
13:07:32 Processing files: docker-scan-plugin-0.23.0-0.el9.x86_64
13:07:32 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:07:32 Provides: docker-scan-plugin = 0:0.23.0-0.el9 docker-scan-plugin(x86-64) = 0:0.23.0-0.el9
13:07:32 Requires(interp): /bin/sh /bin/sh /bin/sh
13:07:32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:07:32 Requires(post): /bin/sh
13:07:32 Requires(preun): /bin/sh
13:07:32 Requires(postun): /bin/sh
13:07:32 Enhances: docker-ce-cli
13:07:32 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64
13:07:32 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.23.0-0.el9.src.rpm
13:07:32 #11 8.586 Get:52 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcbor0.6 armhf 0.6.0-0ubuntu1 [17.3 kB]
13:07:32 #11 8.589 Get:53 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libedit2 armhf 3.1-20191231-1 [71.7 kB]
13:07:32 #11 8.590 Get:54 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfido2-1 armhf 1.3.1-1ubuntu2 [43.2 kB]
13:07:32 #11 8.591 Get:55 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5support0 armhf 1.17-6ubuntu4.2 [28.1 kB]
13:07:32 #11 8.592 Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libk5crypto3 armhf 1.17-6ubuntu4.2 [78.7 kB]
13:07:32 #11 8.595 Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkeyutils1 armhf 1.6-6ubuntu1.1 [9224 B]
13:07:32 #11 8.596 Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-3 armhf 1.17-6ubuntu4.2 [287 kB]
13:07:32 #11 8.619 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi-krb5-2 armhf 1.17-6ubuntu4.2 [101 kB]
13:07:32 #11 8.688 Get:60 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpsl5 armhf 0.21.0-1ubuntu1 [50.2 kB]
13:07:32 #11 8.689 Get:61 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxau6 armhf 1:1.0.9-0ubuntu1 [6612 B]
13:07:32 #11 8.690 Get:62 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu1 [9160 B]
13:07:32 #11 8.690 Get:63 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxcb1 armhf 1.14-2 [41.3 kB]
13:07:32 #11 8.691 Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
13:07:32 #11 8.695 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libx11-6 armhf 2:1.6.9-2ubuntu1.2 [517 kB]
13:07:32 #11 8.715 Get:66 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxext6 armhf 2:1.3.4-0ubuntu1 [24.2 kB]
13:07:32 #11 8.716 Get:67 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxmuu1 armhf 2:1.1.3-0ubuntu1 [9028 B]
13:07:32 #11 8.762 Get:68 http://ports.ubuntu.com/ubuntu-ports focal/main armhf manpages all 5.05-1 [1314 kB]
13:07:32 #11 8.811 Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssh-client armhf 1:8.2p1-4ubuntu0.5 [591 kB]
13:07:32 #11 8.849 Get:70 http://ports.ubuntu.com/ubuntu-ports focal/main armhf publicsuffix all 20200303.0012-1 [111 kB]
13:07:32 #11 8.853 Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python-apt-common all 2.0.1 [17.0 kB]
13:07:32 #11 8.854 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-apt armhf 2.0.1 [140 kB]
13:07:32 #11 8.859 Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf strace armhf 5.5-3ubuntu1 [279 kB]
13:07:32 #11 8.870 Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main armhf xauth armhf 1:1.1-0ubuntu1 [21.9 kB]
13:07:32 #11 8.871 Get:75 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfl2 armhf 2.6.4-6.2 [11.3 kB]
13:07:32 #11 8.871 Get:76 http://ports.ubuntu.com/ubuntu-ports focal/main armhf at armhf 3.1.23-1ubuntu1 [36.2 kB]
13:07:32 #11 8.872 Get:77 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsigsegv2 armhf 2.12-2 [13.1 kB]
13:07:32 #11 8.912 Get:78 http://ports.ubuntu.com/ubuntu-ports focal/main armhf m4 armhf 1.4.18-4 [187 kB]
13:07:32 0 added, 0 removed; done.
13:07:32 Running hooks in /etc/ca-certificates/update.d...
13:07:32 done.
13:07:32 ++ source /etc/os-release
13:07:32 +++ NAME=Ubuntu
13:07:32 +++ VERSION='18.04.6 LTS (Bionic Beaver)'
13:07:32 +++ ID=ubuntu
13:07:32 +++ ID_LIKE=debian
13:07:32 +++ PRETTY_NAME='Ubuntu 18.04.6 LTS'
13:07:32 +++ VERSION_ID=18.04
13:07:32 +++ HOME_URL=https://www.ubuntu.com/
13:07:32 +++ SUPPORT_URL=https://help.ubuntu.com/
13:07:32 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
13:07:32 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
13:07:32 +++ VERSION_CODENAME=bionic
13:07:32 +++ UBUNTU_CODENAME=bionic
13:07:32 ++ echo ubuntu
13:07:32 + DIST_ID=ubuntu
13:07:32 ++ lsb_release -sc
13:07:32 + DIST_VERSION=bionic
13:07:32 + '[' bionic = sid ']'
13:07:32 + install_debian_containerd
13:07:32 + '[' staging = stage ']'
13:07:32 + REPO_URL=https://download.docker.com/linux/ubuntu
13:07:32 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
13:07:32 + update-ca-certificates -f
13:07:32 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
13:07:32 Clearing symlinks in /etc/ssl/certs...
13:07:32 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~debian-buster_amd64.deb'.
13:07:32 #11 8.986 Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autoconf all 2.69-11.1 [321 kB]
13:07:32 #11 8.998 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autotools-dev all 20180224.1 [39.6 kB]
13:07:32 #11 9.000 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main armhf automake all 1:1.16.1-4ubuntu6 [522 kB]
13:07:32 #11 9.020 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autopoint all 0.19.8.1-10build1 [412 kB]
13:07:32 #11 9.036 Get:83 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils-common armhf 2.34-6ubuntu1.4 [207 kB]
13:07:32 #11 9.043 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbinutils armhf 2.34-6ubuntu1.4 [317 kB]
13:07:32 #11 9.070 Get:85 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libctf-nobfd0 armhf 2.34-6ubuntu1.4 [38.1 kB]
13:07:32 #11 9.071 Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libctf0 armhf 2.34-6ubuntu1.4 [37.2 kB]
13:07:32 #11 9.072 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils-arm-linux-gnueabihf armhf 2.34-6ubuntu1.4 [2095 kB]
13:07:32 done.
13:07:32 Updating certificates in /etc/ssl/certs...
13:07:33 Get:51 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpam-systemd amd64 251.4-1ubuntu7 [207 kB]
13:07:33 Get:52 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libxml2 amd64 2.9.14+dfsg-1ubuntu0.1 [763 kB]
13:07:33 Get:53 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libyaml-0-2 amd64 0.2.5-1 [52.8 kB]
13:07:33 Get:54 http://archive.ubuntu.com/ubuntu kinetic/main amd64 lsb-release all 11.2ubuntu1 [11.1 kB]
13:07:33 Get:55 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python-apt-common all 2.4.0+22.10 [14.8 kB]
13:07:33 Get:56 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3-apt amd64 2.4.0+22.10 [158 kB]
13:07:33 Get:57 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-dbus amd64 1.2.18-3build1 [99.5 kB]
13:07:33 Get:58 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-gi amd64 3.42.2-2 [226 kB]
13:07:33 Get:59 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.10.1 [132 kB]
13:07:33 Get:60 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnghttp2-14 amd64 1.49.0-1 [73.5 kB]
13:07:33 #11 9.172 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils armhf 2.34-6ubuntu1.4 [3368 B]
13:07:33 #11 9.173 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libc-dev-bin armhf 2.31-0ubuntu9.9 [63.7 kB]
13:07:33 #11 9.175 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf linux-libc-dev armhf 5.4.0-137.154 [1102 kB]
13:07:33 #11 9.232 Get:91 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcrypt-dev armhf 1:4.4.10-10ubuntu4 [120 kB]
13:07:33 #11 9.236 Get:92 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libc6-dev armhf 2.31-0ubuntu9.9 [1916 kB]
13:07:33 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
13:07:33 124 added, 0 removed; done.
13:07:33 Running hooks in /etc/ca-certificates/update.d...
13:07:33 done.
13:07:33 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
13:07:33 + apt-key add -
13:07:33 #11 3.359 Reading package lists...
13:07:33 Get:61 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB]
13:07:33 Get:62 http://archive.ubuntu.com/ubuntu kinetic/universe amd64 apt-transport-https all 2.5.3 [1502 B]
13:07:33 Get:63 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB]
13:07:33 Get:64 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-6ubuntu2 [20.3 kB]
13:07:33 Get:65 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsasl2-2 amd64 2.1.28+dfsg-6ubuntu2 [56.6 kB]
13:07:33 Get:66 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-1ubuntu1 [183 kB]
13:07:33 Get:67 http://archive.ubuntu.com/ubuntu kinetic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB]
13:07:33 Get:68 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libssh-4 amd64 0.9.6-2build1 [184 kB]
13:07:33 Get:69 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libcurl4 amd64 7.85.0-1ubuntu0.2 [293 kB]
13:07:33 Get:70 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 curl amd64 7.85.0-1ubuntu0.2 [199 kB]
13:07:33 Get:71 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libassuan0 amd64 2.5.5-4 [37.2 kB]
13:07:33 Get:72 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpgconf amd64 2.2.35-3ubuntu1 [93.6 kB]
13:07:33 Get:73 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libksba8 amd64 1.6.0-3ubuntu1.1 [119 kB]
13:07:33 Get:74 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnpth0 amd64 1.6-3build2 [8664 B]
13:07:33 Get:75 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dirmngr amd64 2.2.35-3ubuntu1 [303 kB]
13:07:33 Get:76 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpackagekit-glib2-18 amd64 1.2.5-2ubuntu2 [123 kB]
13:07:33 Get:77 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.5-2ubuntu2 [25.3 kB]
13:07:33 Get:78 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gnupg-l10n all 2.2.35-3ubuntu1 [53.8 kB]
13:07:33 Get:79 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gnupg-utils amd64 2.2.35-3ubuntu1 [310 kB]
13:07:33 Selecting previously unselected package python3-minimal.
13:07:33 (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 ... 4427 files and directories currently installed.)
13:07:33 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
13:07:33 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
13:07:33 Selecting previously unselected package mime-support.
13:07:33 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
13:07:33 Unpacking mime-support (3.64ubuntu1) ...
13:07:33 Selecting previously unselected package libmpdec2:amd64.
13:07:33 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
13:07:33 Unpacking libmpdec2:amd64 (2.4.2-3) ...
13:07:33 #11 9.324 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:07:33 #11 9.325 Get:94 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libisl22 armhf 0.22.1-1 [460 kB]
13:07:33 #11 9.343 Get:95 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpfr6 armhf 4.0.2-1 [196 kB]
13:07:33 #11 9.359 Get:96 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpc3 armhf 1.1.0-1 [33.2 kB]
13:07:33 #11 9.361 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:07:33 Warning: apt-key output should not be parsed (stdout is not a terminal)
13:07:33 Get:80 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg amd64 2.2.35-3ubuntu1 [522 kB]
13:07:33 Get:81 http://archive.ubuntu.com/ubuntu kinetic/main amd64 pinentry-curses amd64 1.2.0-2ubuntu1 [34.5 kB]
13:07:33 Get:82 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg-agent amd64 2.2.35-3ubuntu1 [215 kB]
13:07:33 Get:83 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg-wks-client amd64 2.2.35-3ubuntu1 [63.7 kB]
13:07:33 Get:84 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg-wks-server amd64 2.2.35-3ubuntu1 [58.7 kB]
13:07:33 Get:85 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpgsm amd64 2.2.35-3ubuntu1 [201 kB]
13:07:33 Get:86 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gnupg all 2.2.35-3ubuntu1 [318 kB]
13:07:33 Get:87 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libcurl3-gnutls amd64 7.85.0-1ubuntu0.2 [288 kB]
13:07:33 Get:88 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libstemmer0d amd64 2.2.0-1build1 [165 kB]
13:07:33 Get:89 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxmlb2 amd64 0.3.8-1 [65.3 kB]
13:07:33 Get:90 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libappstream4 amd64 0.15.5-1 [193 kB]
13:07:33 Get:91 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdw1 amd64 0.187-4 [248 kB]
13:07:33 Get:92 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libglib2.0-bin amd64 2.74.3-0ubuntu1 [93.0 kB]
13:07:33 Get:93 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libunwind8 amd64 1.6.2-0ubuntu1 [56.2 kB]
13:07:33 Get:94 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgstreamer1.0-0 amd64 1.20.3-1 [967 kB]
13:07:33 Selecting previously unselected package readline-common.
13:07:33 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
13:07:33 Unpacking readline-common (8.0-4) ...
13:07:33 Selecting previously unselected package libreadline8:amd64.
13:07:33 Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ...
13:07:33 Unpacking libreadline8:amd64 (8.0-4) ...
13:07:33 Selecting previously unselected package libsqlite3-0:amd64.
13:07:33 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_amd64.deb ...
13:07:33 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ...
13:07:33 Selecting previously unselected package libpython3.8-stdlib:amd64.
13:07:33 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
13:07:33 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.6) ...
13:07:33 #11 9.640 Get:98 http://ports.ubuntu.com/ubuntu-ports focal/main armhf cpp armhf 4:9.3.0-1ubuntu2 [27.6 kB]
13:07:33 #11 9.640 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:07:33 #11 9.641 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgomp1 armhf 10.3.0-1ubuntu1~20.04 [87.2 kB]
13:07:33 #11 9.643 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libatomic1 armhf 10.3.0-1ubuntu1~20.04 [7256 B]
13:07:33 #11 9.792 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libasan5 armhf 9.4.0-1ubuntu1~20.04.1 [2808 kB]
13:07:33 OK
13:07:33 + '[' bionic = sid ']'
13:07:33 ++ dpkg --print-architecture
13:07:33 + ARCH=amd64
13:07:33 + echo 'deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic test'
13:07:33 + apt-get update
13:07:33 Get:95 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpolkit-gobject-1-0 amd64 0.105-33 [43.2 kB]
13:07:33 Get:96 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpolkit-agent-1-0 amd64 0.105-33 [16.8 kB]
13:07:33 Get:97 http://archive.ubuntu.com/ubuntu kinetic/main amd64 polkitd amd64 0.105-33 [80.0 kB]
13:07:33 Get:98 http://archive.ubuntu.com/ubuntu kinetic/main amd64 pkexec amd64 0.105-33 [15.2 kB]
13:07:33 Get:99 http://archive.ubuntu.com/ubuntu kinetic/main amd64 policykit-1 amd64 0.105-33 [2426 B]
13:07:33 Get:100 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-blinker all 1.4+dfsg1-0.5 [14.0 kB]
13:07:33 Get:101 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-cffi-backend amd64 1.15.1-1 [75.7 kB]
13:07:34 Get:1 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB]
13:07:34 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease
13:07:34 Get:3 https://download.docker.com/linux/ubuntu bionic/test amd64 Packages [62.9 kB]
13:07:34 Hit:4 http://archive.ubuntu.com/ubuntu bionic InRelease
13:07:34 Hit:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
13:07:34 Hit:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
13:07:34 Fetched 127 kB in 1s (201 kB/s)
13:07:34 #11 10.47 Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libubsan1 armhf 10.3.0-1ubuntu1~20.04 [757 kB]
13:07:34 #11 10.48 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:07:34 Selecting previously unselected package python3.8.
13:07:34 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
13:07:34 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
13:07:34 Selecting previously unselected package libpython3-stdlib:amd64.
13:07:34 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
13:07:34 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
13:07:34 Setting up python3-minimal (3.8.2-0ubuntu2) ...
13:07:34 Get:102 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-cryptography amd64 3.4.8-2 [228 kB]
13:07:34 #11 10.50 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:07:34 Selecting previously unselected package python3.
13:07: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 ... 4857 files and directories currently installed.)
13:07:34 Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ...
13:07:34 Unpacking python3 (3.8.2-0ubuntu2) ...
13:07:34 Selecting previously unselected package libapparmor1:amd64.
13:07:34 Preparing to unpack .../01-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ...
13:07:34 Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) ...
13:07:34 Selecting previously unselected package libcap2:amd64.
13:07:34 Preparing to unpack .../02-libcap2_1%3a2.32-1_amd64.deb ...
13:07:34 Unpacking libcap2:amd64 (1:2.32-1) ...
13:07:34 Selecting previously unselected package libargon2-1:amd64.
13:07:34 Preparing to unpack .../03-libargon2-1_0~20171227-0.2_amd64.deb ...
13:07:34 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
13:07:34 #17 exporting layers 5.0s done
13:07:34 #17 writing image sha256:64f93ad081e1fe26436683421c00a9d5add1b9eb2a09bfb6dbd1e9006710eaa7 done
13:07:34 #17 naming to docker.io/debbuild-ubuntu-kinetic/aarch64 done
13:07:34 #17 DONE 5.0s
13:07:34 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/ubuntu-kinetic:/build  debbuild-ubuntu-kinetic/aarch64
13:07:34 + set -e
13:07:34 + mkdir -p /root/build-deb/engine
13:07:34 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:07:34 Get:103 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-pyparsing all 3.0.7-2 [82.6 kB]
13:07:34 Get:104 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-httplib2 all 0.20.4-2 [29.8 kB]
13:07:34 Get:105 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-more-itertools all 8.10.0-2 [47.9 kB]
13:07:34 Get:106 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-zipp all 1.0.0-4 [5548 B]
13:07:34 Get:107 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-importlib-metadata all 4.6.4-1 [16.2 kB]
13:07:34 Get:108 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-jeepney all 0.8.0-1 [35.2 kB]
13:07:34 Get:109 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-jwt all 2.4.0-1 [17.4 kB]
13:07:34 Get:110 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-secretstorage all 3.3.3-1ubuntu1 [13.6 kB]
13:07:34 Get:111 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-keyring all 23.8.2-1 [37.3 kB]
13:07:34 Get:112 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-lazr.uri all 1.0.6-2 [14.4 kB]
13:07:34 Get:113 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-wadllib all 1.3.6-1 [36.4 kB]
13:07:34 Get:114 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-distro all 1.7.0-1 [17.0 kB]
13:07:34 Get:115 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-oauthlib all 3.2.0-1ubuntu1 [89.8 kB]
13:07:34 Get:116 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-six all 1.16.0-4 [12.4 kB]
13:07:34 Get:117 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
13:07:34 Get:118 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-launchpadlib all 1.10.16-1 [125 kB]
13:07:34 #10 28.85 Preparing to unpack .../libcrypt1_1%3a4.4.33-2_armhf.deb ...
13:07:34 #10 28.87 Unpacking libcrypt1:armhf (1:4.4.33-2) over (1:4.4.33-1) ...
13:07:34 #10 28.92 Setting up libcrypt1:armhf (1:4.4.33-2) ...
13:07:34 #10 28.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 ... 10365 files and directories currently installed.)
13:07:34 #10 28.98 Preparing to unpack .../libc-bin_2.36-8+rpi1_armhf.deb ...
13:07:34 #10 28.99 Unpacking libc-bin (2.36-8+rpi1) over (2.36-6+rpi1) ...
13:07:34 #10 29.13 Setting up libc-bin (2.36-8+rpi1) ...
13:07:34 #10 29.22 Selecting previously unselected package libpython3.11-minimal:armhf.
13:07:34 #10 29.22 (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 ... 10365 files and directories currently installed.)
13:07:34 #10 29.22 Preparing to unpack .../libpython3.11-minimal_3.11.1-2_armhf.deb ...
13:07:34 #10 29.23 Unpacking libpython3.11-minimal:armhf (3.11.1-2) ...
13:07:34 #10 29.33 Selecting previously unselected package libexpat1:armhf.
13:07:34 #10 29.34 Preparing to unpack .../libexpat1_2.5.0-1_armhf.deb ...
13:07:34 #10 29.34 Unpacking libexpat1:armhf (2.5.0-1) ...
13:07:34 #10 29.39 Selecting previously unselected package python3.11-minimal.
13:07:34 #10 29.40 Preparing to unpack .../python3.11-minimal_3.11.1-2_armhf.deb ...
13:07:34 #10 29.40 Unpacking python3.11-minimal (3.11.1-2) ...
13:07:34 #10 29.58 Setting up libpython3.11-minimal:armhf (3.11.1-2) ...
13:07:34 #10 29.60 Setting up libexpat1:armhf (2.5.0-1) ...
13:07:34 #11 10.85 Get:106 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gcc armhf 4:9.3.0-1ubuntu2 [5224 B]
13:07:34 #11 10.85 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:07:34 #11 10.93 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:07:34 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:07:34 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
13:07:34 Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
13:07:34 Selecting previously unselected package libjson-c4:amd64.
13:07:34 Preparing to unpack .../05-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ...
13:07:34 Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ...
13:07:34 Selecting previously unselected package libcryptsetup12:amd64.
13:07:34 Preparing to unpack .../06-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ...
13:07:34 Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ...
13:07:34 Selecting previously unselected package libip4tc2:amd64.
13:07:34 Preparing to unpack .../07-libip4tc2_1.8.4-3ubuntu2_amd64.deb ...
13:07:34 Unpacking libip4tc2:amd64 (1.8.4-3ubuntu2) ...
13:07:34 Selecting previously unselected package libkmod2:amd64.
13:07:34 Preparing to unpack .../08-libkmod2_27-1ubuntu2.1_amd64.deb ...
13:07:34 Unpacking libkmod2:amd64 (27-1ubuntu2.1) ...
13:07:34 Selecting previously unselected package systemd-timesyncd.
13:07:34 Preparing to unpack .../09-systemd-timesyncd_245.4-4ubuntu3.19_amd64.deb ...
13:07:34 Unpacking systemd-timesyncd (245.4-4ubuntu3.19) ...
13:07:34 #11 4.459 Reading package lists...
13:07:34 #11 5.494 Building dependency tree...
13:07:34 #11 5.695 Reading state information...
13:07:34 #11 5.965 The following additional packages will be installed:
13:07:34 #11 5.965   autoconf automake autopoint autotools-dev binutils
13:07:34 Get:119 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-software-properties all 0.99.27 [28.9 kB]
13:07:34 Get:120 http://archive.ubuntu.com/ubuntu kinetic/main amd64 packagekit amd64 1.2.5-2ubuntu2 [442 kB]
13:07:34 Get:121 http://archive.ubuntu.com/ubuntu kinetic/main amd64 software-properties-common all 0.99.27 [13.9 kB]
13:07:34 Get:122 http://archive.ubuntu.com/ubuntu kinetic/universe amd64 gnupg2 all 2.2.35-3ubuntu1 [4462 B]
13:07:34 debconf: delaying package configuration, since apt-utils is not installed
13:07:34 Fetched 41.0 MB in 4s (9310 kB/s)
13:07:35   Running scriptlet: container-selinux-2:2.189.0-1.module_el8.7.0+1216+   34/40 
13:07:35   Installing       : containerd.io-1.6.16-3.1.el8.x86_64                  35/40 
13:07:35   Running scriptlet: containerd.io-1.6.16-3.1.el8.x86_64                  35/40 
13:07:35   Installing       : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_   36/40 
13:07:35   Installing       : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x   37/40 
13:07:35   Installing       : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   38/40 
13:07:35 #10 29.64 Setting up python3.11-minimal (3.11.1-2) ...
13:07:35 Selecting previously unselected package systemd.
13:07:35 Preparing to unpack .../10-systemd_245.4-4ubuntu3.19_amd64.deb ...
13:07:35 Unpacking systemd (245.4-4ubuntu3.19) ...
13:07:35 #11 5.965   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
13:07:35 #11 5.965   bzip2 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit
13:07:35 #11 5.965   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:07:35 #11 5.965   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
13:07:35 #11 5.965   g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n
13:07:35 #11 5.965   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
13:07:35 #11 5.965   groff-base intltool-debian iso-codes less libalgorithm-diff-perl
13:07:35 #11 5.965   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
13:07:35 #11 5.965   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:07:35 #11 5.966   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:07:35 #11 5.966   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:07:35 #11 5.966   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
13:07:35 #11 5.966   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:07:35 #11 5.966   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:07:35 #11 5.966   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:07:35 #11 5.966   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:07:35 #11 5.966   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:07:35 #11 5.966   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
13:07:35 #11 5.966   libdata-validate-uri-perl libdebhelper-perl libdeflate0
13:07:35 #11 5.966   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
13:07:35 #11 5.966   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
13:07:35 #11 5.966   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
13:07:35 #11 5.966   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
13:07:35 #11 5.966   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
13:07:35 #11 5.966   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
13:07:35 #11 5.966   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:07:35 #11 5.966   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
13:07:35 #11 5.966   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
13:07:35 #11 5.966   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:07:35 #11 5.966   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:07:35 #11 5.966   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:07:35 #11 5.966   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:07:35 #11 5.966   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:07:35 #11 5.966   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
13:07:35 #11 5.966   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
13:07:35 #11 5.966   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
13:07:35 #11 5.966   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
13:07:35 #11 5.966   libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
13:07:35 #11 5.966   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
13:07:35 #11 5.966   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
13:07:35 #11 5.966   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
13:07:35 #11 5.966   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
13:07:35 #11 5.966   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
13:07:35 #11 5.966   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
13:07:35 #11 5.966   libmath-base85-perl libmd0 libmodule-implementation-perl
13:07:35 #11 5.967   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
13:07:35 #11 5.967   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
13:07:35 #11 5.967   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
13:07:35 #11 5.967   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
13:07:35 #11 5.967   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
13:07:35 #11 5.967   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
13:07:35 #11 5.967   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:07:35 #11 5.967   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
13:07:35 #11 5.967   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
13:07:35 #11 5.967   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
13:07:35 #11 5.967   libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9
13:07:35 #11 5.967   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:07:35 #11 5.967   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
13:07:35 #11 5.967   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:07:35 #11 5.967   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
13:07:35 #11 5.967   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
13:07:35 #11 5.967   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
13:07:35 #11 5.967   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
13:07:35 #11 5.967   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
13:07:35 #11 5.967   libsub-name-perl libsub-override-perl libsub-quote-perl
13:07:35 #11 5.967   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
13:07:35 #11 5.967   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:07:35 #11 5.967   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:07:35 #11 5.968   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtype-tiny-perl
13:07:35 #11 5.968   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:07:35 #11 5.968   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:07:35 #11 5.968   libwebp7 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6
13:07:35 #11 5.968   libxcb1 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
13:07:35 #11 5.968   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
13:07:35 #11 5.968   libxml-sax-perl libxml2 libxmuu1 libxpm4 libxs-parse-keyword-perl
13:07:35 #11 5.968   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:07:35 #11 5.968   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
13:07:35 #11 5.968   media-types netbase openssh-client openssl patch patchutils perl
13:07:35 #11 5.968   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
13:07:35 #11 5.968   publicsuffix python-apt-common python3 python3-apt python3-certifi
13:07:35 #11 5.968   python3-chardet python3-debian python3-gpg python3-idna python3-magic
13:07:35 #11 5.968   python3-minimal python3-pkg-resources python3-requests python3-six
13:07:35 #11 5.969   python3-unidiff python3-urllib3 python3-xdg python3.10 python3.10-minimal
13:07:35 #11 5.969   readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils
13:07:35 #11 5.969   zstd
13:07:35 #11 5.971 Suggested packages:
13:07:35 #11 5.971   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
13:07:35 #11 5.971   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
13:07:35 #11 5.971   bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope
13:07:35 #11 5.971   disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
13:07:35 #11 5.971   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:07:35 #11 5.971   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
13:07:35 #11 5.971   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
13:07:35 #11 5.971   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
13:07:35 #11 5.972   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
13:07:35 #11 5.972   gcc-11-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
13:07:35 #11 5.972   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
13:07:35 #11 5.972   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
13:07:35 #11 5.972   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
13:07:35 #11 5.972   libgd-tools gdbm-l10n libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
13:07:35 #11 5.972   libscalar-number-perl libsasl2-modules-gssapi-mit
13:07:35 #11 5.972   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:07:35 #11 5.972   libsasl2-modules-sql libstdc++-11-doc libbareword-filehandles-perl
13:07:35 #11 5.972   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:07:35 #11 5.972   gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
13:07:35 #11 5.972   libxml-sax-expatxs-perl bash-completion binutils-multiarch
13:07:35 #11 5.972   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
13:07:35 #11 5.972   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
13:07:35 #11 5.972   libterm-readline-gnu-perl | libterm-readline-perl-perl
13:07:35 #11 5.972   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
13:07:35 #11 5.972   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
13:07:35 #11 5.972   python3-cryptography python3-openssl python3-socks python-requests-doc
13:07:35 #11 5.972   python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc
13:07:35 + mkdir -p /root/build-deb/cli
13:07:35 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:07:35 Selecting previously unselected package libssl3:amd64.
13:07: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 ... 4399 files and directories currently installed.)
13:07:35 Preparing to unpack .../libssl3_3.0.5-2ubuntu2.1_amd64.deb ...
13:07:35 Unpacking libssl3:amd64 (3.0.5-2ubuntu2.1) ...
13:07:35 Selecting previously unselected package libpython3.10-minimal:amd64.
13:07:35 Preparing to unpack .../libpython3.10-minimal_3.10.7-1ubuntu0.2_amd64.deb ...
13:07:35 Unpacking libpython3.10-minimal:amd64 (3.10.7-1ubuntu0.2) ...
13:07:35 Selecting previously unselected package libexpat1:amd64.
13:07:35 Preparing to unpack .../libexpat1_2.4.8-2ubuntu0.22.10.1_amd64.deb ...
13:07:35 Unpacking libexpat1:amd64 (2.4.8-2ubuntu0.22.10.1) ...
13:07:35 Selecting previously unselected package python3.10-minimal.
13:07:35 Preparing to unpack .../python3.10-minimal_3.10.7-1ubuntu0.2_amd64.deb ...
13:07:35 Unpacking python3.10-minimal (3.10.7-1ubuntu0.2) ...
13:07:35 Setting up libssl3:amd64 (3.0.5-2ubuntu2.1) ...
13:07:35 Reading package lists...
13:07:35 #11 11.26 Get:109 http://ports.ubuntu.com/ubuntu-ports focal/main armhf g++ armhf 4:9.3.0-1ubuntu2 [1612 B]
13:07:35 #11 11.26 Get:110 http://ports.ubuntu.com/ubuntu-ports focal/main armhf make armhf 4.2.1-1.2 [149 kB]
13:07:35 #11 11.26 Get:111 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
13:07:35 #11 11.27 Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main armhf patch armhf 2.7.6-6 [101 kB]
13:07:35 #11 11.28 Get:113 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
13:07:35 #11 11.31 Get:114 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf build-essential armhf 12.8ubuntu1.1 [4664 B]
13:07:35 #11 11.31 Get:115 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbrotli1 armhf 1.0.7-6ubuntu0.1 [254 kB]
13:07:35 #11 11.32 Get:116 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libroken18-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [35.3 kB]
13:07:35 #11 11.32 Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libasn1-8-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [140 kB]
13:07:35 #11 11.34 Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libheimbase1-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [25.1 kB]
13:07:35 #11 11.34 Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhcrypto4-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [78.3 kB]
13:07:35 #11 11.41 Get:120 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libwind0-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [47.0 kB]
13:07:35 #11 11.41 Get:121 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhx509-5-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [88.7 kB]
13:07:35 #11 11.41 Get:122 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-26-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [170 kB]
13:07:35 #11 11.42 Get:123 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libheimntlm0-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [13.3 kB]
13:07:35 #11 11.42 Get:124 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi3-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [80.2 kB]
13:07:35 #11 11.42 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:07:35 #11 11.43 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:07:35 #11 11.43 Get:127 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
13:07:35 #11 11.48 Get:128 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-2.4-2 armhf 2.4.49+dfsg-2ubuntu1.9 [133 kB]
13:07:35 #11 11.49 Get:129 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnghttp2-14 armhf 1.40.0-1build1 [67.8 kB]
13:07:35 #11 11.56 Get:130 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build1 [49.1 kB]
13:07:35 #11 11.56 Get:131 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssh-4 armhf 0.9.3-2ubuntu2.2 [147 kB]
13:07:35 #11 11.57 Get:132 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl4 armhf 7.68.0-1ubuntu2.15 [204 kB]
13:07:35 #11 11.58 Get:133 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf curl armhf 7.68.0-1ubuntu2.15 [154 kB]
13:07:35 #11 11.58 Get:134 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dctrl-tools armhf 2.24-3 [53.8 kB]
13:07:35 #11 11.58 Get:135 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtool all 2.4.6-14 [161 kB]
13:07:35 #11 11.59 Get:136 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dh-autoreconf all 19 [16.1 kB]
13:07:35 Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ...
13:07:35 Setting up libcap2:amd64 (1:2.32-1) ...
13:07:35 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
13:07:35 #11 6.402 The following NEW packages will be installed:
13:07:35 #11 6.402   autoconf automake autopoint autotools-dev binutils
13:07:35 + mkdir -p /root/build-deb/buildx
13:07:35 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:07:35 Setting up libpython3.10-minimal:amd64 (3.10.7-1ubuntu0.2) ...
13:07:35 Setting up libexpat1:amd64 (2.4.8-2ubuntu0.22.10.1) ...
13:07:35 Setting up python3.10-minimal (3.10.7-1ubuntu0.2) ...
13:07:35 ++ find deb/debbuild/ubuntu-bionic/ -type f -name '*.deb'
13:07:35 + packages='deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb
13:07:35 deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb
13:07:35 deb/debbuild/ubuntu-bionic/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb
13:07:35 deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb
13:07:35 deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb
13:07:35 deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb'
13:07:35 ++ echo 'deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb
13:07:35 deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb
13:07:35 deb/debbuild/ubuntu-bionic/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb
13:07:35 deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb
13:07:35 deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb
13:07:35 deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb'
13:07:35 ++ xargs
13:07:35 ++ awk '$0="./"$0'
13:07:35 + packages='./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb'
13:07:35 + set -x
13:07:35 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb
13:07:35 Selecting previously unselected package docker-ce-cli.
13:07:35 (Reading database ... 6938 files and directories currently installed.)
13:07:35 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ...
13:07:35 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
13:07:35 make[1]: Leaving directory '/root/build-deb'
13:07:35  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.buildinfo
13:07:35  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.changes
13:07:35 #11 11.59 Get:137 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
13:07:35 #11 11.63 Get:138 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarchive-zip-perl all 1.67-2 [90.5 kB]
13:07:35 #11 11.64 Get:139 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-override-perl all 0.09-2 [9532 B]
13:07:35 #11 11.71 Get:140 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
13:07:35 Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
13:07:35 Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ...
13:07:35 Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ...
13:07:35 Setting up libip4tc2:amd64 (1.8.4-3ubuntu2) ...
13:07:35 Setting up libkmod2:amd64 (27-1ubuntu2.1) ...
13:07:35 Setting up systemd-timesyncd (245.4-4ubuntu3.19) ...
13:07:35 #11 6.402   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
13:07:35 #11 6.402   bzip2 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit
13:07:35 #11 6.402   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
13:07:35 #11 6.402   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
13:07:35 #11 6.402   fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git
13:07:35 #11 6.402   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
13:07:35 #11 6.402   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes less
13:07:35 #11 6.402   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:07:35 #11 6.402   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:07:35 #11 6.402   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:07:35 #11 6.402   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:07:35 #11 6.402   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
13:07:35 #11 6.402   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:07:35 #11 6.402   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:07:35 #11 6.402   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:07:35 #11 6.402   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:07:35 #11 6.402   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:07:35 #11 6.402   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
13:07:35 #11 6.402   libdata-validate-uri-perl libdebhelper-perl libdeflate0
13:07:35 #11 6.402   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
13:07:35 #11 6.402   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
13:07:35 #11 6.402   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
13:07:35 #11 6.402   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
13:07:35 #11 6.402   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
13:07:35 #11 6.402   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
13:07:35 #11 6.402   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:07:35 #11 6.402   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
13:07:35 #11 6.402   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
13:07:35 #11 6.402   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:07:35 #11 6.402   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:07:35 #11 6.402   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:07:35 #11 6.402   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:07:35 #11 6.402   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:07:35 #11 6.402   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
13:07:35 #11 6.402   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
13:07:35 #11 6.402   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
13:07:35 #11 6.402   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
13:07:35 #11 6.402   libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
13:07:35 #11 6.402   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
13:07:35 #11 6.402   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
13:07:35 #11 6.402   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
13:07:35 #11 6.402   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
13:07:35 #11 6.402   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
13:07:35 #11 6.402   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
13:07:35 #11 6.402   libmath-base85-perl libmd0 libmodule-implementation-perl
13:07:35 #11 6.403   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
13:07:35 #11 6.403   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
13:07:35 #11 6.403   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
13:07:35 #11 6.403   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
13:07:35 #11 6.403   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
13:07:35 #11 6.403   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
13:07:35 #11 6.403   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:07:35 #11 6.403   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
13:07:35 #11 6.403   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
13:07:35 #11 6.403   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
13:07:35 #11 6.403   libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9
13:07:35 #11 6.403   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:07:35 #11 6.403   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
13:07:35 #11 6.403   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:07:35 #11 6.403   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
13:07:35 #11 6.403   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
13:07:35 #11 6.403   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
13:07:35 #11 6.403   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
13:07:35 #11 6.403   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
13:07:35 #11 6.403   libsub-name-perl libsub-override-perl libsub-quote-perl
13:07:35 #11 6.403   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
13:07:35 #11 6.403   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:07:35 #11 6.403   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:07:35 #11 6.403   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtype-tiny-perl
13:07:35 #11 6.403   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:07:35 #11 6.403   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:07:35 #11 6.403   libwebp7 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6
13:07:35 #11 6.403   libxcb1 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
13:07:35 #11 6.403   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
13:07:35 #11 6.403   libxml-sax-perl libxml2 libxmuu1 libxpm4 libxs-parse-keyword-perl
13:07:35 #11 6.403   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:07:35 #11 6.403   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
13:07:35 #11 6.403   media-types netbase openssh-client openssl patch patchutils perl
13:07:35 #11 6.403   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
13:07:35 #11 6.403   publicsuffix python-apt-common python3 python3-apt python3-certifi
13:07:35 #11 6.403   python3-chardet python3-debian python3-gpg python3-idna python3-magic
13:07:35 #11 6.403   python3-minimal python3-pkg-resources python3-requests python3-six
13:07:35 #11 6.403   python3-unidiff python3-urllib3 python3-xdg python3.10 python3.10-minimal
13:07:35 #11 6.404   readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils
13:07:35 #11 6.404   zstd
13:07:35 + mkdir -p /root/build-deb/compose
13:07:35 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:07:35 + mkdir -p /root/build-deb/scan-cli-plugin
13:07:35 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:07:35 + mkdir -p /go/src/github.com/docker
13:07:35 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:07:35 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:07:35 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:07:35 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:07:35 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:07:35 + EPOCH=5
13:07:35 + EPOCH_SEP=
13:07:35 + [[ ! -z 5 ]]
13:07:35 + EPOCH_SEP=:
13:07:35 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
13:07:35 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
13:07:35 VERSION AAA 0.0.0-20230206193855-ab4ef4a
13:07:35 + VERSION=0.0.0-20230206193855-ab4ef4a
13:07:35 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
13:07:35 VERSION bbb 0.0.0-20230206193855-ab4ef4a
13:07:35 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:07:35 + debSource=docker-ce
13:07:35 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:07:35 + debMaintainer='Docker <support@docker.com>'
13:07:35 ++ date --rfc-2822
13:07:35 + debDate='Wed, 08 Feb 2023 13:07:35 +0000'
13:07:35 + pkgRevision=1
13:07:35 + cat
13:07:35 + export CLI_GITCOMMIT=ab4ef4a
13:07:35 + CLI_GITCOMMIT=ab4ef4a
13:07:35 + export ENGINE_GITCOMMIT=1141704
13:07:35 + ENGINE_GITCOMMIT=1141704
13:07:35 + export SCAN_GITCOMMIT=6c852fa
13:07:35 + SCAN_GITCOMMIT=6c852fa
13:07:35 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
13:07:35 + dpkg-buildpackage -uc -us -I.git
13:07:35 VERSION BBB 0.0.0-20230206193855-ab4ef4a
13:07:35 #11 11.71 Get:141 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dh-strip-nondeterminism all 1.7.0-1 [5228 B]
13:07:35 #11 11.71 Get:142 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dwz armhf 0.13-5 [153 kB]
13:07:35 #11 11.72 Get:143 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcroco3 armhf 0.6.13-1 [70.5 kB]
13:07:35 #11 11.72 Get:144 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gettext armhf 0.19.8.1-10build1 [835 kB]
13:07:35 #11 11.75 Get:145 http://ports.ubuntu.com/ubuntu-ports focal/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB]
13:07:35 #11 11.75 Get:146 http://ports.ubuntu.com/ubuntu-ports focal/main armhf po-debconf all 1.0.21 [233 kB]
13:07:35 #11 11.76 Get:147 http://ports.ubuntu.com/ubuntu-ports focal/main armhf debhelper all 12.10ubuntu1 [877 kB]
13:07:35 #11 11.81 Get:148 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfakeroot armhf 1.24-1 [22.4 kB]
13:07:35 #11 11.81 Get:149 http://ports.ubuntu.com/ubuntu-ports focal/main armhf fakeroot armhf 1.24-1 [60.9 kB]
13:07:35 #11 11.86 Get:150 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libassuan0 armhf 2.5.3-7ubuntu2 [29.1 kB]
13:07:35 #11 11.86 Get:151 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgconf armhf 2.2.19-3ubuntu2.2 [107 kB]
13:07:35 #11 11.86 Get:152 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libksba8 armhf 1.3.5-2ubuntu0.20.04.2 [80.4 kB]
13:07:35 #11 11.87 Get:153 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnpth0 armhf 1.6-1 [6624 B]
13:07:35 #11 11.87 Get:154 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dirmngr armhf 2.2.19-3ubuntu2.2 [288 kB]
13:07:35 #11 11.88 Get:155 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
13:07:35 #11 11.88 Get:156 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-utils armhf 2.2.19-3ubuntu2.2 [412 kB]
13:07:35 #11 11.93 Get:157 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg armhf 2.2.19-3ubuntu2.2 [425 kB]
13:07:35 #11 11.95 Get:158 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pinentry-curses armhf 1.1.0-3build1 [31.8 kB]
13:07:35 #11 11.95 Get:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-agent armhf 2.2.19-3ubuntu2.2 [195 kB]
13:07:35 #11 12.01 Get:160 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-client armhf 2.2.19-3ubuntu2.2 [81.8 kB]
13:07:35 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
13:07:35 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
13:07:35 Setting up systemd (245.4-4ubuntu3.19) ...
13:07:35 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:07:35 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:07:35 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
13:07:35 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
13:07:35 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
13:07:35 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
13:07:35 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:07:35 Initializing machine ID from random generator.
13:07:35 #11 6.830 0 upgraded, 366 newly installed, 0 to remove and 5 not upgraded.
13:07:35 #11 6.830 Need to get 114 MB of archives.
13:07:35 #11 6.830 After this operation, 377 MB of additional disk space will be used.
13:07:35 #11 6.830 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblocale-gettext-perl armhf 1.07-4build3 [16.2 kB]
13:07:35 #11 6.978 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3.10-minimal armhf 3.10.6-1~22.04.2 [794 kB]
13:07:35 dpkg-buildpackage: info: source package docker-ce
13:07:35 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic
13:07:35 dpkg-buildpackage: info: source distribution kinetic
13:07:35 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:07:35 dpkg-buildpackage: info: host architecture armhf
13:07:35  dpkg-source -I.git --before-build .
13:07:35 #10 30.45 Selecting previously unselected package python3-minimal.
13:07:35 #10 30.45 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10681 files and directories currently installed.)
13:07:35 #10 30.46 Preparing to unpack .../python3-minimal_3.11.1-3_armhf.deb ...
13:07:35 #10 30.46 Unpacking python3-minimal (3.11.1-3) ...
13:07:35 #10 30.49 Selecting previously unselected package media-types.
13:07:35 #10 30.50 Preparing to unpack .../media-types_8.0.0_all.deb ...
13:07:35 #10 30.50 Unpacking media-types (8.0.0) ...
13:07:35 #10 30.54 Preparing to unpack .../liblzma5_5.4.1-0.1_armhf.deb ...
13:07:35 #10 30.56 Unpacking liblzma5:armhf (5.4.1-0.1) over (5.4.0-0.1) ...
13:07:35 #10 30.60 Setting up liblzma5:armhf (5.4.1-0.1) ...
13:07:35 #10 30.65 Selecting previously unselected package libmpdec3:armhf.
13:07:35 #10 30.65 (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 ... 10708 files and directories currently installed.)
13:07:35 #10 30.66 Preparing to unpack .../0-libmpdec3_2.5.1-2+rpi1_armhf.deb ...
13:07:35 #10 30.67 Unpacking libmpdec3:armhf (2.5.1-2+rpi1) ...
13:07:35 #10 30.72 Selecting previously unselected package libtirpc-common.
13:07:35 #10 30.72 Preparing to unpack .../1-libtirpc-common_1.3.3+ds-1_all.deb ...
13:07:35 #10 30.73 Unpacking libtirpc-common (1.3.3+ds-1) ...
13:07:35 #10 30.78 Selecting previously unselected package libtirpc3:armhf.
13:07:36 Selecting previously unselected package python3-minimal.
13:07:36 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4712 files and directories currently installed.)
13:07:36 Preparing to unpack .../00-python3-minimal_3.10.6-1_amd64.deb ...
13:07:36 Unpacking python3-minimal (3.10.6-1) ...
13:07:36 Selecting previously unselected package media-types.
13:07:36 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
13:07:36 Unpacking media-types (8.0.0) ...
13:07:36 Selecting previously unselected package libmpdec3:amd64.
13:07:36 Preparing to unpack .../02-libmpdec3_2.5.1-2build2_amd64.deb ...
13:07:36 Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
13:07:36 Selecting previously unselected package libkrb5support0:amd64.
13:07:36 Preparing to unpack .../03-libkrb5support0_1.20-1ubuntu0.1_amd64.deb ...
13:07:36 Unpacking libkrb5support0:amd64 (1.20-1ubuntu0.1) ...
13:07:36 Selecting previously unselected package libk5crypto3:amd64.
13:07:36 Preparing to unpack .../04-libk5crypto3_1.20-1ubuntu0.1_amd64.deb ...
13:07:36 Unpacking libk5crypto3:amd64 (1.20-1ubuntu0.1) ...
13:07:36 Selecting previously unselected package libkeyutils1:amd64.
13:07:36 Preparing to unpack .../05-libkeyutils1_1.6.3-1_amd64.deb ...
13:07:36 Selecting previously unselected package docker-ce.
13:07:36 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ...
13:07:36 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
13:07:36 #11 12.01 Get:161 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-server armhf 2.2.19-3ubuntu2.2 [76.2 kB]
13:07:36 #11 12.01 Get:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgsm armhf 2.2.19-3ubuntu2.2 [187 kB]
13:07:36 #11 12.02 Get:163 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg all 2.2.19-3ubuntu2.2 [259 kB]
13:07:36 #11 12.03 Get:164 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-which-perl all 1.23-1 [13.8 kB]
13:07:36 #11 12.03 Get:165 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-homedir-perl all 1.004-1 [37.3 kB]
13:07:36 #11 12.03 Get:166 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-pty-perl armhf 1:1.12-1 [31.4 kB]
13:07:36 #11 12.08 Get:167 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libipc-run-perl all 20180523.0-2 [89.7 kB]
13:07:36 #11 12.08 Get:168 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
13:07:36 #11 12.09 Get:169 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libb-hooks-op-check-perl armhf 0.22-1build2 [9792 B]
13:07:36 #11 12.16 Get:170 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdynaloader-functions-perl all 0.003-1 [11.9 kB]
13:07:36 #11 12.16 Get:171 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu1 [14.2 kB]
13:07:36 #11 12.16 Get:172 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-classify-perl armhf 0.015-1build2 [19.8 kB]
13:07:36 #11 12.16 Get:173 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:07:36 #11 12.16 Get:174 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libimport-into-perl all 1.002005-1 [11.0 kB]
13:07:36 #11 12.17 Get:175 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librole-tiny-perl all 2.001004-1 [16.5 kB]
13:07:36 #11 12.17 Get:176 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstrictures-perl all 2.000006-1 [16.3 kB]
13:07:36 #11 12.23 Get:177 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB]
13:07:36 #11 12.23 Get:178 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoo-perl all 2.003006-1 [46.3 kB]
13:07:36 #11 12.23 Get:179 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libencode-locale-perl all 1.05-1 [12.3 kB]
13:07:36 #11 12.31 Get:180 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtimedate-perl all 2.3200-1 [34.0 kB]
13:07:36  debian/rules clean
13:07:36 dh clean --with=bash-completion
13:07:36    dh_clean
13:07:36 #10 30.78 Preparing to unpack .../2-libtirpc3_1.3.3+ds-1_armhf.deb ...
13:07:36 #10 30.78 Unpacking libtirpc3:armhf (1.3.3+ds-1) ...
13:07:36 #10 30.83 Selecting previously unselected package libnsl2:armhf.
13:07:36 #10 30.83 Preparing to unpack .../3-libnsl2_1.3.0-2_armhf.deb ...
13:07:36 #10 30.83 Unpacking libnsl2:armhf (1.3.0-2) ...
13:07:36 #10 30.87 Selecting previously unselected package libpython3.11-stdlib:armhf.
13:07:36 #10 30.87 Preparing to unpack .../4-libpython3.11-stdlib_3.11.1-2_armhf.deb ...
13:07:36 #10 30.88 Unpacking libpython3.11-stdlib:armhf (3.11.1-2) ...
13:07:36 #10 31.05 Selecting previously unselected package python3.11.
13:07:36 Unpacking libkeyutils1:amd64 (1.6.3-1) ...
13:07:36 Selecting previously unselected package libkrb5-3:amd64.
13:07:36 Preparing to unpack .../06-libkrb5-3_1.20-1ubuntu0.1_amd64.deb ...
13:07:36 Unpacking libkrb5-3:amd64 (1.20-1ubuntu0.1) ...
13:07:36 Selecting previously unselected package libgssapi-krb5-2:amd64.
13:07:36 Preparing to unpack .../07-libgssapi-krb5-2_1.20-1ubuntu0.1_amd64.deb ...
13:07:36 Unpacking libgssapi-krb5-2:amd64 (1.20-1ubuntu0.1) ...
13:07:36 Selecting previously unselected package libtirpc-common.
13:07:36 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
13:07:36 Unpacking libtirpc-common (1.3.3+ds-1) ...
13:07:36 Selecting previously unselected package libtirpc3:amd64.
13:07:36 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ...
13:07:36 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ...
13:07:36 Selecting previously unselected package libnsl2:amd64.
13:07:36 Preparing to unpack .../10-libnsl2_1.3.0-2build2_amd64.deb ...
13:07:36 Unpacking libnsl2:amd64 (1.3.0-2build2) ...
13:07:36 Selecting previously unselected package readline-common.
13:07:36 Preparing to unpack .../11-readline-common_8.2-1_all.deb ...
13:07:36 Unpacking readline-common (8.2-1) ...
13:07:36 Selecting previously unselected package libreadline8:amd64.
13:07:36 Preparing to unpack .../12-libreadline8_8.2-1_amd64.deb ...
13:07:36 Unpacking libreadline8:amd64 (8.2-1) ...
13:07:36 #11 12.31 Get:181 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-date-perl all 6.05-1 [9920 B]
13:07:36 #11 12.31 Get:182 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-listing-perl all 6.04-1 [9774 B]
13:07:36 #11 12.31 Get:183 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB]
13:07:36 #11 12.31 Get:184 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liburi-perl all 1.76-2 [77.5 kB]
13:07:36 #11 12.31 Get:185 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-parser-perl armhf 3.72-5 [83.1 kB]
13:07:36 #11 12.31 Get:186 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-tree-perl all 5.07-2 [200 kB]
13:07:36 #11 12.38 Get:187 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-html-perl all 1.001-1 [14.9 kB]
13:07:36 #11 12.38 Get:188 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
13:07:36 #11 12.38 Get:189 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-message-perl all 6.22-1 [76.1 kB]
13:07:36 #11 12.46 Get:190 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-cookies-perl all 6.08-1 [18.3 kB]
13:07:36 #11 12.46 Get:191 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB]
13:07:36 #11 12.46 Get:192 http://ports.ubuntu.com/ubuntu-ports focal/main armhf perl-openssl-defaults armhf 4 [7188 B]
13:07:36 #11 12.46 Get:193 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-ssleay-perl armhf 1.88-2ubuntu1 [272 kB]
13:07:36 #11 12.47 Get:194 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-socket-ssl-perl all 2.067-1 [176 kB]
13:07:36 #11 12.47 Get:195 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-http-perl all 6.19-1 [22.8 kB]
13:07:36 #11 12.47 Get:196 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
13:07:36 #11 12.53 Get:197 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtry-tiny-perl all 0.30-1 [20.5 kB]
13:07:36 #11 12.53 Get:198 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB]
13:07:36 #11 12.53 Get:199 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwww-perl all 6.43-1 [140 kB]
13:07:36 #11 12.61 Get:200 http://ports.ubuntu.com/ubuntu-ports focal/main armhf patchutils armhf 0.3.4-2 [64.6 kB]
13:07:36  dpkg-source -I.git -b .
13:07:36 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:07:36 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:07:36 dpkg-source: warning: native package version may not have a revision
13:07:36 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
13:07:36 dpkg-source: info: using source format '1.0'
13:07:36 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz
13:07:36 #10 31.05 Preparing to unpack .../5-python3.11_3.11.1-2_armhf.deb ...
13:07:36 #10 31.06 Unpacking python3.11 (3.11.1-2) ...
13:07:36 #10 31.10 Selecting previously unselected package libpython3-stdlib:armhf.
13:07:36 #10 31.10 Preparing to unpack .../6-libpython3-stdlib_3.11.1-3_armhf.deb ...
13:07:36 #10 31.10 Unpacking libpython3-stdlib:armhf (3.11.1-3) ...
13:07:36 #10 31.15 Setting up python3-minimal (3.11.1-3) ...
13:07:36 Selecting previously unselected package systemd-sysv.
13:07:36 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5693 files and directories currently installed.)
13:07:36 Preparing to unpack .../00-systemd-sysv_245.4-4ubuntu3.19_amd64.deb ...
13:07:36 Unpacking systemd-sysv (245.4-4ubuntu3.19) ...
13:07:36 Selecting previously unselected package openssl.
13:07:36 Preparing to unpack .../01-openssl_1.1.1f-1ubuntu2.17_amd64.deb ...
13:07:36 Unpacking openssl (1.1.1f-1ubuntu2.17) ...
13:07:36 Selecting previously unselected package ca-certificates.
13:07:36 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
13:07:36 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
13:07:36 Selecting previously unselected package libdbus-1-3:amd64.
13:07:36 Preparing to unpack .../03-libdbus-1-3_1.12.16-2ubuntu2.3_amd64.deb ...
13:07:36 Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ...
13:07:36 Selecting previously unselected package dbus.
13:07:36 Preparing to unpack .../04-dbus_1.12.16-2ubuntu2.3_amd64.deb ...
13:07:36 Unpacking dbus (1.12.16-2ubuntu2.3) ...
13:07:36 #11 7.358 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libexpat1 armhf 2.4.7-1ubuntu0.2 [66.9 kB]
13:07:36 #11 7.366 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3.10-minimal armhf 3.10.6-1~22.04.2 [1941 kB]
13:07:36 #11 7.490 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-minimal armhf 3.10.6-1~22.04 [24.3 kB]
13:07:36 #11 7.491 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf media-types all 7.0.0 [25.5 kB]
13:07:36 #11 7.492 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpdec3 armhf 2.5.1-2build2 [76.5 kB]
13:07:36 #11 7.494 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf readline-common all 8.1.2-1 [53.5 kB]
13:07:36 #11 7.496 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libreadline8 armhf 8.1.2-1 [128 kB]
13:07:36 #11 7.501 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsqlite3-0 armhf 3.37.2-2ubuntu0.1 [548 kB]
13:07:36 #11 7.533 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3.10-stdlib armhf 3.10.6-1~22.04.2 [1750 kB]
13:07:36 Selecting previously unselected package libsqlite3-0:amd64.
13:07:36 Preparing to unpack .../13-libsqlite3-0_3.39.3-1_amd64.deb ...
13:07:36 Unpacking libsqlite3-0:amd64 (3.39.3-1) ...
13:07:36 Selecting previously unselected package libpython3.10-stdlib:amd64.
13:07:36 Preparing to unpack .../14-libpython3.10-stdlib_3.10.7-1ubuntu0.2_amd64.deb ...
13:07:36 Unpacking libpython3.10-stdlib:amd64 (3.10.7-1ubuntu0.2) ...
13:07:36 Selecting previously unselected package python3.10.
13:07:36 Preparing to unpack .../15-python3.10_3.10.7-1ubuntu0.2_amd64.deb ...
13:07:36 Unpacking python3.10 (3.10.7-1ubuntu0.2) ...
13:07:36 Selecting previously unselected package libpython3-stdlib:amd64.
13:07:36 Preparing to unpack .../16-libpython3-stdlib_3.10.6-1_amd64.deb ...
13:07:36 Unpacking libpython3-stdlib:amd64 (3.10.6-1) ...
13:07:36 Setting up python3-minimal (3.10.6-1) ...
13:07:36 #11 12.61 Get:201 http://ports.ubuntu.com/ubuntu-ports focal/main armhf wdiff armhf 1.2.2-2build1 [29.1 kB]
13:07:36 #11 12.61 Get:202 http://ports.ubuntu.com/ubuntu-ports focal/main armhf devscripts armhf 2.20.2ubuntu2 [940 kB]
13:07:36 #10 31.32 Selecting previously unselected package python3.
13:07:36 #10 31.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 ... 11114 files and directories currently installed.)
13:07:36 #10 31.33 Preparing to unpack .../000-python3_3.11.1-3_armhf.deb ...
13:07:36 #10 31.34 Unpacking python3 (3.11.1-3) ...
13:07:36 #10 31.38 Selecting previously unselected package libuchardet0:armhf.
13:07:36 #10 31.38 Preparing to unpack .../001-libuchardet0_0.0.7-1_armhf.deb ...
13:07:36 #10 31.39 Unpacking libuchardet0:armhf (0.0.7-1) ...
13:07:36 #10 31.43 Selecting previously unselected package groff-base.
13:07:36 #10 31.43 Preparing to unpack .../002-groff-base_1.22.4-9_armhf.deb ...
13:07:36 #10 31.43 Unpacking groff-base (1.22.4-9) ...
13:07:36 #10 31.53 Selecting previously unselected package bsdextrautils.
13:07:36 Selecting previously unselected package distro-info-data.
13:07:36 Preparing to unpack .../05-distro-info-data_0.43ubuntu1.11_all.deb ...
13:07:36 Unpacking distro-info-data (0.43ubuntu1.11) ...
13:07:36 Selecting previously unselected package libglib2.0-0:amd64.
13:07:36 Preparing to unpack .../06-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ...
13:07:36 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
13:07:36 #11 7.616 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3.10 armhf 3.10.6-1~22.04.2 [497 kB]
13:07:36 #11 7.637 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3-stdlib armhf 3.10.6-1~22.04 [6910 B]
13:07:36 #11 7.637 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3 armhf 3.10.6-1~22.04 [22.8 kB]
13:07:36 #11 7.638 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf perl-modules-5.34 all 5.34.0-3ubuntu1.1 [2976 kB]
13:07:36 #11 7.779 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgdbm6 armhf 1.23-1 [30.0 kB]
13:07:36 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el9.x86_64.rpm
13:07:36 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5sF37J
13:07:36 + umask 022
13:07:36 + cd /root/rpmbuild/BUILD
13:07:36 + cd src
13:07:36 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64
13:07:36 + RPM_EC=0
13:07:36 ++ jobs -p
13:07:36 + exit 0
13:07:36 Selecting previously unselected package python3.
13:07:36 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5194 files and directories currently installed.)
13:07:36 Preparing to unpack .../00-python3_3.10.6-1_amd64.deb ...
13:07:36 Unpacking python3 (3.10.6-1) ...
13:07:36 Selecting previously unselected package libargon2-1:amd64.
13:07:36 Preparing to unpack .../01-libargon2-1_0~20171227-0.3_amd64.deb ...
13:07:36 Unpacking libargon2-1:amd64 (0~20171227-0.3) ...
13:07:36 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:07:36 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_amd64.deb ...
13:07:36 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-1ubuntu1) ...
13:07:36 Selecting previously unselected package libjson-c5:amd64.
13:07:36 Preparing to unpack .../03-libjson-c5_0.16-1_amd64.deb ...
13:07:36 Unpacking libjson-c5:amd64 (0.16-1) ...
13:07:36 Selecting previously unselected package libcryptsetup12:amd64.
13:07:36 Preparing to unpack .../04-libcryptsetup12_2%3a2.5.0-2ubuntu1_amd64.deb ...
13:07:36 Unpacking libcryptsetup12:amd64 (2:2.5.0-2ubuntu1) ...
13:07:36 dpkg-genchanges: info: including full source code in upload
13:07:36  dpkg-source -I.git --after-build .
13:07:36 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:07:36 + destination=/build
13:07:36 + mkdir -p /build
13:07:36 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb /root/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb /build
13:07:36 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb'
13:07:36 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb'
13:07:36 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'
13:07:36 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'
13:07:36 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'
13:07:36 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'
13:07:36 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc'
13:07:36 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc'
13:07:36 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz'
13:07:36 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz'
13:07:36 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.buildinfo'
13:07:36 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.buildinfo'
13:07:36 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.changes'
13:07:36 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.changes'
13:07:36 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'
13:07:36 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'
13:07:36 copied '/root/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb'
13:07:36 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb'
13:07:36 copied '/root/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb'
13:07:36 removed '/root/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb'
13:07:36 #11 12.80 Get:203 http://ports.ubuntu.com/ubuntu-ports focal/main armhf diffstat armhf 1.63-1 [25.1 kB]
13:07:36 #11 12.96 Get:204 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-chardet all 3.0.4-4build1 [80.4 kB]
13:07:36 #10 31.53 Preparing to unpack .../003-bsdextrautils_2.38.1-4_armhf.deb ...
13:07:36 #10 31.54 Unpacking bsdextrautils (2.38.1-4) ...
13:07:36 #10 31.59 Selecting previously unselected package libpipeline1:armhf.
13:07:36 #10 31.59 Preparing to unpack .../004-libpipeline1_1.5.7-1_armhf.deb ...
13:07:36 #10 31.60 Unpacking libpipeline1:armhf (1.5.7-1) ...
13:07:36 #10 31.66 Selecting previously unselected package man-db.
13:07:36 #10 31.66 Preparing to unpack .../005-man-db_2.11.2-1_armhf.deb ...
13:07:36 #10 31.66 Unpacking man-db (2.11.2-1) ...
13:07:36 #10 31.80 Selecting previously unselected package sensible-utils.
13:07:37 Selecting previously unselected package libgirepository-1.0-1:amd64.
13:07:37 Preparing to unpack .../07-libgirepository-1.0-1_1.64.1-1~ubuntu20.04.1_amd64.deb ...
13:07:37 Unpacking libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ...
13:07:37 Selecting previously unselected package gir1.2-glib-2.0:amd64.
13:07:37 Preparing to unpack .../08-gir1.2-glib-2.0_1.64.1-1~ubuntu20.04.1_amd64.deb ...
13:07:37 Unpacking gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ...
13:07:37 Selecting previously unselected package libcap2-bin.
13:07:37 Preparing to unpack .../09-libcap2-bin_1%3a2.32-1_amd64.deb ...
13:07:37 Unpacking libcap2-bin (1:2.32-1) ...
13:07:37 Selecting previously unselected package libelf1:amd64.
13:07:37 Preparing to unpack .../10-libelf1_0.176-1.1build1_amd64.deb ...
13:07:37 Unpacking libelf1:amd64 (0.176-1.1build1) ...
13:07:37 Selecting previously unselected package libglib2.0-data.
13:07:37 Preparing to unpack .../11-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
13:07:37 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
13:07:37 #11 7.781 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgdbm-compat4 armhf 1.23-1 [6070 B]
13:07:37 #11 7.781 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libperl5.34 armhf 5.34.0-3ubuntu1.1 [4062 kB]
13:07:37 #11 7.975 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf perl armhf 5.34.0-3ubuntu1.1 [232 kB]
13:07:37 #11 7.983 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf openssl armhf 3.0.2-0ubuntu1.8 [1152 kB]
13:07:37 #11 8.038 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
13:07:37 Selecting previously unselected package libfdisk1:amd64.
13:07:37 Preparing to unpack .../05-libfdisk1_2.38-4ubuntu1_amd64.deb ...
13:07:37 Unpacking libfdisk1:amd64 (2.38-4ubuntu1) ...
13:07:37 Selecting previously unselected package libkmod2:amd64.
13:07:37 Preparing to unpack .../06-libkmod2_30+20220630-3ubuntu1_amd64.deb ...
13:07:37 Unpacking libkmod2:amd64 (30+20220630-3ubuntu1) ...
13:07:37 Selecting previously unselected package libapparmor1:amd64.
13:07:37 Preparing to unpack .../07-libapparmor1_3.0.7-1ubuntu2_amd64.deb ...
13:07:37 Unpacking libapparmor1:amd64 (3.0.7-1ubuntu2) ...
13:07:37 Selecting previously unselected package libip4tc2:amd64.
13:07:37 Preparing to unpack .../08-libip4tc2_1.8.7-1ubuntu6_amd64.deb ...
13:07:37 Unpacking libip4tc2:amd64 (1.8.7-1ubuntu6) ...
13:07:37 Selecting previously unselected package libsystemd-shared:amd64.
13:07:37 Preparing to unpack .../09-libsystemd-shared_251.4-1ubuntu7_amd64.deb ...
13:07:37 Unpacking libsystemd-shared:amd64 (251.4-1ubuntu7) ...
13:07:37 Selecting previously unselected package systemd.
13:07:37 Preparing to unpack .../10-systemd_251.4-1ubuntu7_amd64.deb ...
13:07:37 Unpacking systemd (251.4-1ubuntu7) ...
13:07:37 #11 13.09 Get:205 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-debian all 0.1.36ubuntu1 [65.0 kB]
13:07:37 #11 13.14 Get:206 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgpgme11 armhf 1.13.1-7ubuntu2 [102 kB]
13:07:37 #11 13.20 Get:207 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-gpg armhf 1.13.1-7ubuntu2 [144 kB]
13:07:37 #11 13.25 Get:208 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dput all 1.0.3ubuntu1 [42.3 kB]
13:07:37 #11 13.26 Get:209 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl3-gnutls armhf 7.68.0-1ubuntu2.15 [202 kB]
13:07:37 #11 13.30 Get:210 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liberror-perl all 0.17029-1 [26.5 kB]
13:07:37 #11 13.31 Get:211 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf git-man all 1:2.25.1-1ubuntu3.8 [886 kB]
13:07:37 #10 31.80 Preparing to unpack .../006-sensible-utils_0.0.17+nmu1_all.deb ...
13:07:37 #10 31.81 Unpacking sensible-utils (0.0.17+nmu1) ...
13:07:37 #10 31.84 Selecting previously unselected package bzip2.
13:07:37 #10 31.85 Preparing to unpack .../007-bzip2_1.0.8-5+b2_armhf.deb ...
13:07:37 #10 31.85 Unpacking bzip2 (1.0.8-5+b2) ...
13:07:37 #10 31.91 Selecting previously unselected package libmagic-mgc.
13:07:37 #10 31.91 Preparing to unpack .../008-libmagic-mgc_1%3a5.44-3_armhf.deb ...
13:07:37 #10 31.92 Unpacking libmagic-mgc (1:5.44-3) ...
13:07:37 #11 8.045 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf distro-info-data all 0.52ubuntu0.2 [5160 B]
13:07:37 #11 8.045 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf iso-codes all 4.9.0-1 [3459 kB]
13:07:37 #11 8.210 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf less armhf 590-1build1 [134 kB]
13:07:37 #11 8.215 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmd0 armhf 1.0.4-1build1 [22.5 kB]
13:07:37 #11 8.216 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbsd0 armhf 0.11.5-1 [39.8 kB]
13:07:37 #11 8.217 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libelf1 armhf 0.186-1build1 [42.7 kB]
13:07:37 #11 8.219 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libicu70 armhf 70.1-2 [10.3 MB]
13:07:37 Selecting previously unselected package tzdata.
13:07:37 Preparing to unpack .../12-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
13:07:37 Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
13:07:37 Selecting previously unselected package libicu66:amd64.
13:07:37 Preparing to unpack .../13-libicu66_66.1-2ubuntu2.1_amd64.deb ...
13:07:37 Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ...
13:07:37 Setting up libargon2-1:amd64 (0~20171227-0.3) ...
13:07:37 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-1ubuntu1) ...
13:07:37 Setting up libjson-c5:amd64 (0.16-1) ...
13:07:37 Setting up libcryptsetup12:amd64 (2:2.5.0-2ubuntu1) ...
13:07:37 Setting up libfdisk1:amd64 (2.38-4ubuntu1) ...
13:07:37 Setting up libkmod2:amd64 (30+20220630-3ubuntu1) ...
13:07:37 Setting up libapparmor1:amd64 (3.0.7-1ubuntu2) ...
13:07:37 Setting up libip4tc2:amd64 (1.8.7-1ubuntu6) ...
13:07:37 Setting up libsystemd-shared:amd64 (251.4-1ubuntu7) ...
13:07:37 Setting up systemd (251.4-1ubuntu7) ...
13:07:37 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:07:37 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:07:37 Failed to enable unit, unit systemd-resolved.service does not exist.
13:07:37 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:07:37 Initializing machine ID from random generator.
13:07:37 #11 13.40 Get:212 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf git armhf 1:2.25.1-1ubuntu3.8 [3369 kB]
13:07:37 #11 13.57 Get:213 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
13:07:37 #10 32.16 Selecting previously unselected package libmagic1:armhf.
13:07:37 #10 32.16 Preparing to unpack .../009-libmagic1_1%3a5.44-3_armhf.deb ...
13:07:37 #10 32.16 Unpacking libmagic1:armhf (1:5.44-3) ...
13:07:37 #10 32.21 Selecting previously unselected package file.
13:07:37 #10 32.21 Preparing to unpack .../010-file_1%3a5.44-3_armhf.deb ...
13:07:37 #10 32.22 Unpacking file (1:5.44-3) ...
13:07:37 #10 32.26 Selecting previously unselected package gettext-base.
13:07:37 #10 32.26 Preparing to unpack .../011-gettext-base_0.21-11_armhf.deb ...
13:07:37   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230206193855.ab4   38/40 
13:07:37   Installing       : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el8.x86   39/40 
13:07:37   Running scriptlet: docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el8.x86   39/40 
13:07:37   Cleanup          : xz-libs-5.2.4-4.el8_6.x86_64                         40/40 
13:07:37   Running scriptlet: container-selinux-2:2.189.0-1.module_el8.7.0+1216+   40/40 
13:07:37   Running scriptlet: xz-libs-5.2.4-4.el8_6.x86_64                         40/40 
13:07:37   Verifying        : xz-libs-5.2.4-4.el8.x86_64                            1/40 
13:07:37   Verifying        : xz-libs-5.2.4-4.el8_6.x86_64                          2/40 
13:07:37   Verifying        : container-selinux-2:2.189.0-1.module_el8.7.0+1216+    3/40 
13:07:37   Verifying        : fuse-overlayfs-1.9-1.module_el8.7.0+1216+b022c01d.    4/40 
13:07:37   Verifying        : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_    5/40 
13:07:37   Verifying        : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x    6/40 
13:07:37   Verifying        : checkpolicy-2.9-1.el8.x86_64                          7/40 
13:07:37   Verifying        : diffutils-3.6-6.el8.x86_64                            8/40 
13:07:37   Verifying        : fuse-common-3.3.0-16.el8.x86_64                       9/40 
13:07:37   Verifying        : fuse3-3.3.0-16.el8.x86_64                            10/40 
13:07:37   Verifying        : fuse3-libs-3.3.0-16.el8.x86_64                       11/40 
13:07:37   Verifying        : iptables-1.8.4-24.el8.x86_64                         12/40 
13:07:37   Verifying        : iptables-libs-1.8.4-24.el8.x86_64                    13/40 
13:07:37   Verifying        : kmod-25-19.el8.x86_64                                14/40 
13:07:37   Verifying        : libcgroup-0.41-19.el8.x86_64                         15/40 
13:07:37   Verifying        : libibverbs-41.0-1.el8.x86_64                         16/40 
13:07:37   Verifying        : libmnl-1.0.4-6.el8.x86_64                            17/40 
13:07:37   Verifying        : libnetfilter_conntrack-1.0.6-5.el8.x86_64            18/40 
13:07:37   Verifying        : libnfnetlink-1.0.1-13.el8.x86_64                     19/40 
13:07:37   Verifying        : libnftnl-1.1.5-5.el8.x86_64                          20/40 
13:07:37   Verifying        : libpcap-14:1.9.1-5.el8.x86_64                        21/40 
13:07:37   Verifying        : libselinux-utils-2.9-6.el8.x86_64                    22/40 
13:07:37   Verifying        : policycoreutils-2.9-21.1.el8.x86_64                  23/40 
13:07:37   Verifying        : policycoreutils-python-utils-2.9-21.1.el8.noarch     24/40 
13:07:37   Verifying        : python3-audit-3.0.7-4.el8.x86_64                     25/40 
13:07:37   Verifying        : python3-libselinux-2.9-6.el8.x86_64                  26/40 
13:07:37   Verifying        : python3-libsemanage-2.9-9.el8.x86_64                 27/40 
13:07:37   Verifying        : python3-policycoreutils-2.9-21.1.el8.noarch          28/40 
13:07:37   Verifying        : python3-setools-4.3.0-3.el8.x86_64                   29/40 
13:07:37   Verifying        : rpm-plugin-selinux-4.14.3-23.el8.x86_64              30/40 
13:07:37   Verifying        : selinux-policy-3.14.3-114.el8.noarch                 31/40 
13:07:37   Verifying        : selinux-policy-targeted-3.14.3-114.el8.noarch        32/40 
13:07:37   Verifying        : xz-5.2.4-4.el8.x86_64                                33/40 
13:07:37   Verifying        : containerd.io-1.6.16-3.1.el8.x86_64                  34/40 
13:07:37   Verifying        : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el8.x86   35/40 
13:07:37   Verifying        : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   36/40 
13:07:37   Verifying        : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el8   37/40 
13:07:37   Verifying        : docker-buildx-plugin-0.10.2-0.el8.x86_64             38/40 
13:07:37   Verifying        : docker-compose-plugin-2.16.0-0.el8.x86_64            39/40 
13:07:37   Verifying        : docker-scan-plugin-0.23.0-0.el8.x86_64               40/40 
13:07:37 
13:07:37 Downgraded:
13:07:37   xz-libs-5.2.4-4.el8.x86_64                                                    
13:07:37 Installed:
13:07:37   checkpolicy-2.9-1.el8.x86_64                                                  
13:07:37   container-selinux-2:2.189.0-1.module_el8.7.0+1216+b022c01d.noarch             
13:07:37   containerd.io-1.6.16-3.1.el8.x86_64                                           
13:07:37   diffutils-3.6-6.el8.x86_64                                                    
13:07:37   docker-buildx-plugin-0.10.2-0.el8.x86_64                                      
13:07:37   docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el8.x86_64                         
13:07:37   docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el8.x86_64                     
13:07:37   docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64           
13:07:37   docker-compose-plugin-2.16.0-0.el8.x86_64                                     
13:07:37   docker-scan-plugin-0.23.0-0.el8.x86_64                                        
13:07:37   fuse-common-3.3.0-16.el8.x86_64                                               
13:07:37   fuse-overlayfs-1.9-1.module_el8.7.0+1216+b022c01d.x86_64                      
13:07:37   fuse3-3.3.0-16.el8.x86_64                                                     
13:07:37   fuse3-libs-3.3.0-16.el8.x86_64                                                
13:07:37   iptables-1.8.4-24.el8.x86_64                                                  
13:07:37   iptables-libs-1.8.4-24.el8.x86_64                                             
13:07:37   kmod-25-19.el8.x86_64                                                         
13:07:37   libcgroup-0.41-19.el8.x86_64                                                  
13:07:37   libibverbs-41.0-1.el8.x86_64                                                  
13:07:37   libmnl-1.0.4-6.el8.x86_64                                                     
13:07:37   libnetfilter_conntrack-1.0.6-5.el8.x86_64                                     
13:07:37   libnfnetlink-1.0.1-13.el8.x86_64                                              
13:07:37   libnftnl-1.1.5-5.el8.x86_64                                                   
13:07:37   libpcap-14:1.9.1-5.el8.x86_64                                                 
13:07:37   libselinux-utils-2.9-6.el8.x86_64                                             
13:07:37   libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_64                          
13:07:37   policycoreutils-2.9-21.1.el8.x86_64                                           
13:07:37   policycoreutils-python-utils-2.9-21.1.el8.noarch                              
13:07:37   python3-audit-3.0.7-4.el8.x86_64                                              
13:07:37   python3-libselinux-2.9-6.el8.x86_64                                           
13:07:37   python3-libsemanage-2.9-9.el8.x86_64                                          
13:07:37   python3-policycoreutils-2.9-21.1.el8.noarch                                   
13:07:37   python3-setools-4.3.0-3.el8.x86_64                                            
13:07:37   rpm-plugin-selinux-4.14.3-23.el8.x86_64                                       
13:07:37   selinux-policy-3.14.3-114.el8.noarch                                          
13:07:37   selinux-policy-targeted-3.14.3-114.el8.noarch                                 
13:07:37   slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x86_64                       
13:07:37   xz-5.2.4-4.el8.x86_64                                                         
13:07:37 
13:07:37 Complete!
13:07:37 + verify_binaries
13:07:37 + docker --version
13:07:37 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:07:37 ++ uname -m
13:07:37 + '[' x86_64 = x86_64 ']'
13:07:37 + docker scan --help
13:07:37 
13:07:37 Usage:  docker scan [OPTIONS] IMAGE
13:07:37 
13:07:37 A tool to scan your images
13:07:37 
13:07:37 Options:
13:07:37       --accept-license    Accept using a third party scanning provider
13:07:37       --dependency-tree   Show dependency tree with scan results
13:07:37       --exclude-base      Exclude base image from vulnerability scanning
13:07:37                           (requires --file)
13:07:37   -f, --file string       Dockerfile associated with image, provides more
13:07:37                           detailed results
13:07:37       --group-issues      Aggregate duplicated vulnerabilities and group
13:07:37                           them to a single one (requires --json)
13:07:37       --json              Output results in JSON format
13:07:37       --login             Authenticate to the scan provider using an
13:07:37                           optional token (with --token), or web base
13:07:37                           token if empty
13:07:37       --reject-license    Reject using a third party scanning provider
13:07:37       --severity string   Only report vulnerabilities of provided level
13:07:37                           or higher (low|medium|high)
13:07:37       --token string      Authentication token to login to the third
13:07:37                           party scanning provider
13:07:37       --version           Display version of the scan plugin
13:07:37 + docker buildx version
13:07:37 Selecting previously unselected package systemd-sysv.
13:07: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 ... 6037 files and directories currently installed.)
13:07:37 Preparing to unpack .../00-systemd-sysv_251.4-1ubuntu7_amd64.deb ...
13:07:37 Unpacking systemd-sysv (251.4-1ubuntu7) ...
13:07:37 Selecting previously unselected package openssl.
13:07:37 Preparing to unpack .../01-openssl_3.0.5-2ubuntu2.1_amd64.deb ...
13:07:37 Unpacking openssl (3.0.5-2ubuntu2.1) ...
13:07:37 Selecting previously unselected package ca-certificates.
13:07:37 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.22.10.1_all.deb ...
13:07:37 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc
13:07:37  debian/rules build
13:07:37 dh build --with=bash-completion
13:07:37    dh_update_autotools_config
13:07:37    dh_autoreconf
13:07:37    debian/rules override_dh_auto_build
13:07:37 make[1]: Entering directory '/root/build-deb'
13:07:37 # Build the daemon and dependencies
13:07:37 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
13:07:37 
13:07:37 Removing bundles/
13:07:37 
13:07:37 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:07:37 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
13:07:37 #11 13.57 Get:214 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-diff-xs-perl armhf 0.04-6 [11.0 kB]
13:07:37 #11 13.58 Get:215 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:07:37 #11 13.58 Get:216 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libapt-pkg-perl armhf 0.1.36build3 [63.4 kB]
13:07:37 #11 13.58 Get:217 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarchive-cpio-perl all 0.10-1 [9644 B]
13:07:37 #11 13.58 Get:218 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarray-intspan-perl all 2.003-1 [23.3 kB]
13:07:37 #11 13.58 Get:219 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libasync-mergepoint-perl all 0.04-2 [10.2 kB]
13:07:37 #11 13.58 Get:220 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmodule-implementation-perl all 0.09-1 [12.2 kB]
13:07:37 #11 13.58 Get:221 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:07:37 #11 13.65 Get:222 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libvariable-magic-perl armhf 0.62-1build2 [31.9 kB]
13:07:37 #11 13.66 Get:223 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
13:07:37 #11 13.66 Get:224 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB]
13:07:37 #11 13.66 Get:225 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclass-xsaccessor-perl armhf 1.19-3build3 [33.7 kB]
13:07:37 #11 13.66 Get:226 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclone-perl armhf 0.43-2 [10.2 kB]
13:07:37 #11 13.66 Get:227 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcommon-sense-perl armhf 3.74-2build6 [20.1 kB]
13:07:37 #11 13.66 Get:228 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-util-perl armhf 1.07-3build5 [18.7 kB]
13:07:37 #11 13.66 Get:229 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-install-perl all 0.928-1 [10.5 kB]
13:07:37 #11 13.66 Get:230 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdata-optlist-perl all 0.110-1 [9956 B]
13:07:37 #11 13.72 Get:231 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-exporter-perl all 0.987-1 [44.9 kB]
13:07:37 #11 13.74 Get:232 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libconst-fast-perl all 0.014-1 [7958 B]
13:07:37 #11 13.74 Get:233 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwant-perl armhf 0.29-1build4 [23.0 kB]
13:07:37 #11 13.74 Get:234 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcontextual-return-perl all 0.004014-2 [53.1 kB]
13:07:37 #11 13.74 Get:235 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcpanel-json-xs-perl armhf 4.19-1build1 [107 kB]
13:07:37 #11 13.74 Get:236 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdata-dump-perl all 1.23-1 [27.0 kB]
13:07:37 #11 13.74 Get:237 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdigest-bubblebabble-perl all 0.02-2 [7908 B]
13:07:37 #11 13.74 Get:238 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
13:07:37 #11 13.74 Get:239 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdistro-info-perl all 0.23ubuntu1 [4668 B]
13:07:37 #11 13.80 Get:240 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:07:37 #11 13.82 Get:241 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmailtools-perl all 2.21-1 [80.7 kB]
13:07:37 #11 13.82 Get:242 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-ip-perl all 1.26-2 [27.4 kB]
13:07:37 #11 13.82 Get:243 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-dns-perl all 1.22-1 [336 kB]
13:07:37 #11 13.82 Get:244 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-domain-tld-perl all 1.75-1 [29.1 kB]
13:07:37 #10 32.27 Unpacking gettext-base (0.21-11) ...
13:07:37 #10 32.33 Selecting previously unselected package xz-utils.
13:07:37 #10 32.33 Preparing to unpack .../012-xz-utils_5.4.1-0.1_armhf.deb ...
13:07:37 #10 32.33 Unpacking xz-utils (5.4.1-0.1) ...
13:07:37 #10 32.40 Selecting previously unselected package m4.
13:07:37 #10 32.40 Preparing to unpack .../013-m4_1.4.19-3_armhf.deb ...
13:07:37 #10 32.40 Unpacking m4 (1.4.19-3) ...
13:07:37 #10 32.45 Selecting previously unselected package autoconf.
13:07:37 #10 32.45 Preparing to unpack .../014-autoconf_2.71-3_all.deb ...
13:07:37 #10 32.45 Unpacking autoconf (2.71-3) ...
13:07:37 #10 32.51 Selecting previously unselected package autotools-dev.
13:07:37 github.com/docker/buildx v0.10.2 00ed17d
13:07:37 + docker compose version
13:07:37 Docker Compose version v2.16.0
13:07:37 + dockerd --version
13:07:37 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:07:37 + docker-proxy --version
13:07:37 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:07:37 + containerd --version
13:07:37 #11 8.749 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libxml2 armhf 2.9.13+dfsg-1ubuntu0.2 [599 kB]
13:07:37 #11 8.756 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libyaml-0-2 armhf 0.2.2-1build2 [45.4 kB]
13:07:37 #11 8.757 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lsb-release all 11.1.0ubuntu4 [10.8 kB]
13:07:37 #11 8.758 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf netbase all 6.3 [12.9 kB]
13:07:37 #11 8.759 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python-apt-common all 2.4.0 [15.2 kB]
13:07:37 #11 8.759 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-apt armhf 2.4.0 [154 kB]
13:07:37 #11 8.761 Get:35 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB]
13:07:37 #11 8.763 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf ucf all 3.0043 [56.1 kB]
13:07:37 #11 8.764 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bsdextrautils armhf 2.37.2-4ubuntu3 [77.1 kB]
13:07:37 #11 8.825 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmagic-mgc armhf 1:5.41-3 [257 kB]
13:07:37 #11 8.899 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmagic1 armhf 1:5.41-3 [80.2 kB]
13:07:37 Unpacking ca-certificates (20211016ubuntu0.22.10.1) ...
13:07:37 Selecting previously unselected package libdbus-1-3:amd64.
13:07:37 Preparing to unpack .../03-libdbus-1-3_1.14.0-2ubuntu3_amd64.deb ...
13:07:37 Unpacking libdbus-1-3:amd64 (1.14.0-2ubuntu3) ...
13:07:37 Selecting previously unselected package dbus-bin.
13:07:37 Preparing to unpack .../04-dbus-bin_1.14.0-2ubuntu3_amd64.deb ...
13:07:37 Unpacking dbus-bin (1.14.0-2ubuntu3) ...
13:07:37 Selecting previously unselected package dbus-session-bus-common.
13:07:37 Preparing to unpack .../05-dbus-session-bus-common_1.14.0-2ubuntu3_all.deb ...
13:07:37 Unpacking dbus-session-bus-common (1.14.0-2ubuntu3) ...
13:07:37 Selecting previously unselected package dbus-daemon.
13:07:37 Preparing to unpack .../06-dbus-daemon_1.14.0-2ubuntu3_amd64.deb ...
13:07:37 Unpacking dbus-daemon (1.14.0-2ubuntu3) ...
13:07:37 Selecting previously unselected package dbus-system-bus-common.
13:07:37 Preparing to unpack .../07-dbus-system-bus-common_1.14.0-2ubuntu3_all.deb ...
13:07:37 Unpacking dbus-system-bus-common (1.14.0-2ubuntu3) ...
13:07:37 Selecting previously unselected package dbus.
13:07:37 Preparing to unpack .../08-dbus_1.14.0-2ubuntu3_amd64.deb ...
13:07:37 Unpacking dbus (1.14.0-2ubuntu3) ...
13:07:37 Selecting previously unselected package distro-info-data.
13:07:37 Preparing to unpack .../09-distro-info-data_0.54ubuntu0.1_all.deb ...
13:07:37 Unpacking distro-info-data (0.54ubuntu0.1) ...
13:07:37 #11 13.82 Get:245 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libemail-valid-perl all 1.202-1 [16.3 kB]
13:07:37 #11 13.83 Get:246 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libexporter-tiny-perl all 1.002001-1 [35.5 kB]
13:07:37 #11 13.83 Get:247 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libipc-system-simple-perl all 1.26-1 [22.8 kB]
13:07:37 #11 13.83 Get:248 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-basedir-perl all 0.08-1 [16.9 kB]
13:07:37 #11 13.87 Get:249 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-chdir-perl all 0.1008-1 [11.7 kB]
13:07:37 #11 13.91 Get:250 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-fcntllock-perl armhf 0.22-3build4 [32.6 kB]
13:07:37 #11 13.91 Get:251 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnumber-compare-perl all 0.03-1 [7318 B]
13:07:37 #11 13.91 Get:252 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtext-glob-perl all 0.10-1 [7554 B]
13:07:37 #11 13.91 Get:253 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-find-rule-perl all 0.34-1 [28.3 kB]
13:07:37 #11 13.91 Get:254 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfont-afm-perl all 1.20-2 [13.2 kB]
13:07:37 #11 13.91 Get:255 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-string-perl all 1.08-3 [11.1 kB]
13:07:37 #11 13.91 Get:256 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfont-ttf-perl all 1.06-1 [313 kB]
13:07:37 #11 13.91 Get:257 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfuture-perl all 0.43-1 [77.8 kB]
13:07:37 #11 13.95 Get:258 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-stringy-perl all 2.111-3 [55.8 kB]
13:07:37 #11 13.99 Get:259 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-validate-perl armhf 1.29-3 [50.6 kB]
13:07:37 #11 13.99 Get:260 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
13:07:37 #11 13.99 Get:261 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsort-versions-perl all 1.62-1 [9294 B]
13:07:37 #11 13.99 Get:262 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB]
13:07:37 #11 13.99 Get:263 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
13:07:37 #11 13.99 Get:264 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB]
13:07:37 #11 13.99 Get:265 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-perl all 4.02000-2 [80.9 kB]
13:07:37 #11 14.00 Get:266 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblog-any-perl all 1.708-1 [67.8 kB]
13:07:37 #11 14.02 Get:267 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
13:07:37 #11 14.07 Get:268 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpackage-stash-perl all 0.38-1 [19.1 kB]
13:07:37 Selecting previously unselected package docker-scan-plugin.
13:07:37 Preparing to unpack .../docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb ...
13:07:37 Unpacking docker-scan-plugin (0.23.0~ubuntu-bionic) ...
13:07:38 #10 32.51 Preparing to unpack .../015-autotools-dev_20220109.1_all.deb ...
13:07:38 #10 32.51 Unpacking autotools-dev (20220109.1) ...
13:07:38 #10 32.55 Selecting previously unselected package automake.
13:07:38 #10 32.55 Preparing to unpack .../016-automake_1%3a1.16.5-1.3_all.deb ...
13:07:38 #10 32.56 Unpacking automake (1:1.16.5-1.3) ...
13:07:38 #10 32.63 Selecting previously unselected package autopoint.
13:07:38 #10 32.64 Preparing to unpack .../017-autopoint_0.21-11_all.deb ...
13:07:38 #10 32.64 Unpacking autopoint (0.21-11) ...
13:07:38 #10 32.68 Selecting previously unselected package binutils-common:armhf.
13:07:38 #10 32.68 Preparing to unpack .../018-binutils-common_2.40-2+rpi1_armhf.deb ...
13:07:38 #10 32.68 Unpacking binutils-common:armhf (2.40-2+rpi1) ...
13:07:38 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:07:38 + ctr --version
13:07:38 ctr containerd.io 1.6.16
13:07:38 + containerd-shim --help
13:07:38 Usage of containerd-shim:
13:07:38   -address string
13:07:38     	grpc address back to main containerd
13:07:38   -containerd-binary containerd publish
13:07:38     	path to containerd binary (used for containerd publish) (default "containerd")
13:07:38   -criu string
13:07:38     	path to criu binary
13:07:38   -debug
13:07:38     	enable debug output in logs
13:07:38   -namespace string
13:07:38     	namespace that owns the shim
13:07:38   -runtime-root string
13:07:38     	root directory for the runtime (default "/run/containerd/runc")
13:07:38   -socket string
13:07:38     	socket path to serve
13:07:38   -systemd-cgroup
13:07:38     	set runtime to use systemd-cgroup
13:07:38   -workdir string
13:07:38     	path used to storge large temporary data
13:07:38 + containerd-shim-runc-v1 -v
13:07:38 containerd-shim-runc-v1:
13:07:38   Version:  1.6.16
13:07:38   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:07:38   Go version: go1.18.10
13:07:38 
13:07:38 + containerd-shim-runc-v2 -v
13:07:38 containerd-shim-runc-v2:
13:07:38   Version:  1.6.16
13:07:38   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:07:38   Go version: go1.18.10
13:07:38 
13:07:38 + runc --version
13:07:38 runc version 1.1.4
13:07:38 commit: v1.1.4-0-g5fd4c4d
13:07:38 spec: 1.0.2-dev
13:07:38 go: go1.18.10
13:07:38 libseccomp: 2.5.2
13:07:38 #11 8.902 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf file armhf 1:5.41-3 [20.6 kB]
13:07:38 #11 8.902 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gettext-base armhf 0.21-4ubuntu4 [38.0 kB]
13:07:38 #11 8.903 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libuchardet0 armhf 0.0.7-1build2 [75.7 kB]
13:07:38 #11 8.906 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf groff-base armhf 1.22.4-8build1 [870 kB]
13:07:38 #11 8.939 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcbor0.8 armhf 0.8.0-2ubuntu1 [19.9 kB]
13:07:38 #11 8.940 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libedit2 armhf 3.1-20210910-1build1 [78.7 kB]
13:07:38 #11 8.942 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfido2-1 armhf 1.10.0-1 [74.1 kB]
13:07:38 #11 8.945 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnghttp2-14 armhf 1.43.0-1build3 [70.1 kB]
13:07:38 #11 8.973 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpipeline1 armhf 1.5.5-1 [25.6 kB]
13:07:38 #11 9.046 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpng16-16 armhf 1.6.37-3build5 [170 kB]
13:07:38 Selecting previously unselected package libglib2.0-0:amd64.
13:07:38 Preparing to unpack .../10-libglib2.0-0_2.74.3-0ubuntu1_amd64.deb ...
13:07:38 Unpacking libglib2.0-0:amd64 (2.74.3-0ubuntu1) ...
13:07:38 Selecting previously unselected package libgirepository-1.0-1:amd64.
13:07:38 Preparing to unpack .../11-libgirepository-1.0-1_1.74.0-2_amd64.deb ...
13:07:38 Unpacking libgirepository-1.0-1:amd64 (1.74.0-2) ...
13:07:38 Selecting previously unselected package gir1.2-glib-2.0:amd64.
13:07:38 Preparing to unpack .../12-gir1.2-glib-2.0_1.74.0-2_amd64.deb ...
13:07:38 Unpacking gir1.2-glib-2.0:amd64 (1.74.0-2) ...
13:07:38 Selecting previously unselected package iso-codes.
13:07:38 Preparing to unpack .../13-iso-codes_4.11.0-1_all.deb ...
13:07:38 Unpacking iso-codes (4.11.0-1) ...
13:07:38 #11 14.07 Get:269 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-identify-perl armhf 0.14-1build2 [10.1 kB]
13:07:38 #11 14.07 Get:270 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-name-perl armhf 0.26-1 [10.8 kB]
13:07:38 #11 14.07 Get:271 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:07:38 #11 14.07 Get:272 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpath-tiny-perl all 0.108-1 [42.6 kB]
13:07:38 #11 14.07 Get:273 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtype-tiny-perl all 1.008001-2 [304 kB]
13:07:38 #11 14.08 Get:274 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
13:07:38 #11 14.08 Get:275 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhash-fieldhash-perl armhf 0.15-1build2 [15.9 kB]
13:07:38 #11 14.10 Get:276 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-form-perl all 6.07-1 [22.2 kB]
13:07:38 #11 14.16 Get:277 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-format-perl all 2.12-1 [41.3 kB]
13:07:38 #11 14.16 Get:278 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhttp-daemon-perl all 6.06-1ubuntu0.1 [22.0 kB]
13:07:38 #11 14.16 Get:279 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libidn11 armhf 1.33-2.2ubuntu2 [43.1 kB]
13:07:38 #11 14.16 Get:280 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstruct-dumb-perl all 0.09-1 [10.5 kB]
13:07:38 #11 14.16 Get:281 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-async-perl all 0.75-1 [254 kB]
13:07:38 #11 14.16 Get:282 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblinux-epoll-perl armhf 0.017-1 [14.7 kB]
13:07:38 #11 14.16 Get:283 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
13:07:38 #11 14.16 Get:284 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtypes-serialiser-perl all 1.0-1 [12.1 kB]
13:07:38 #11 14.17 Get:285 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-xs-perl armhf 4.020-1build1 [81.7 kB]
13:07:38 #11 14.24 Get:286 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-maybexs-perl all 1.004000-1 [11.0 kB]
13:07:38 #11 14.24 Get:287 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-compare-perl all 0.53-1 [65.6 kB]
13:07:38 #11 14.24 Get:288 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-moreutils-perl armhf 0.416-1build5 [52.7 kB]
13:07:38 #11 14.24 Get:289 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB]
13:07:38 #11 14.24 Get:290 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-someutils-xs-perl armhf 0.58-2 [29.4 kB]
13:07:38 #11 14.24 Get:291 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libltdl7 armhf 2.4.6-14 [35.4 kB]
13:07:38 #11 14.24 Get:292 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libltdl-dev armhf 2.4.6-14 [160 kB]
13:07:38 #11 14.24 Get:293 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsys-hostname-long-perl all 1.5-1 [11.7 kB]
13:07:38 #11 14.25 Get:294 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmail-sendmail-perl all 0.80-1 [22.6 kB]
13:07:38 Selecting previously unselected package libpam-systemd:amd64.
13:07:38 Preparing to unpack .../14-libpam-systemd_245.4-4ubuntu3.19_amd64.deb ...
13:07:38 Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.19) ...
13:07:38 Selecting previously unselected package libxml2:amd64.
13:07:38 Preparing to unpack .../15-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_amd64.deb ...
13:07:38 Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
13:07:38 #10 32.94 Selecting previously unselected package libbinutils:armhf.
13:07:38 #10 32.94 Preparing to unpack .../019-libbinutils_2.40-2+rpi1_armhf.deb ...
13:07:38 #10 32.95 Unpacking libbinutils:armhf (2.40-2+rpi1) ...
13:07:38 #10 33.02 Selecting previously unselected package libctf-nobfd0:armhf.
13:07:38 #10 33.02 Preparing to unpack .../020-libctf-nobfd0_2.40-2+rpi1_armhf.deb ...
13:07:38 #10 33.03 Unpacking libctf-nobfd0:armhf (2.40-2+rpi1) ...
13:07:38 #10 33.07 Selecting previously unselected package libctf0:armhf.
13:07:38 #11 9.053 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpsl5 armhf 0.21.0-1.2build2 [56.9 kB]
13:07:38 #11 9.056 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxau6 armhf 1:1.0.9-1build5 [6622 B]
13:07:38 #11 9.057 Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu5 [9452 B]
13:07:38 #11 9.057 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxcb1 armhf 1.14-3ubuntu3 [46.1 kB]
13:07:38 #11 9.059 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libx11-data all 2:1.7.5-1 [119 kB]
13:07:38 #11 9.065 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libx11-6 armhf 2:1.7.5-1 [604 kB]
13:07:38 #11 9.093 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxext6 armhf 2:1.3.4-1build1 [26.4 kB]
13:07:38 #11 9.094 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxmuu1 armhf 2:1.1.3-3 [9288 B]
13:07:38 #11 9.120 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf man-db armhf 2.10.2-1 [1151 kB]
13:07:38 #11 9.194 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf manpages all 5.10-1ubuntu1 [1375 kB]
13:07:38 #11 9.245 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf openssh-client armhf 1:8.9p1-3ubuntu0.1 [837 kB]
13:07:38 #11 9.291 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf publicsuffix all 20211207.1025-1 [129 kB]
13:07:38 #11 9.296 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf strace armhf 5.16-0ubuntu3 [409 kB]
13:07:38 #11 9.311 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf xauth armhf 1:1.1-1build2 [23.8 kB]
13:07:38 #11 9.312 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf xz-utils armhf 5.2.5-2ubuntu1 [84.6 kB]
13:07:38 #11 9.315 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsigsegv2 armhf 2.13-1ubuntu3 [13.7 kB]
13:07:38 #11 9.316 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf m4 armhf 1.4.18-5ubuntu2 [191 kB]
13:07:38 #11 9.323 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autoconf all 2.71-2 [338 kB]
13:07:38 #11 9.351 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autotools-dev all 20220109.1 [44.9 kB]
13:07:38 #11 9.352 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf automake all 1:1.16.5-1.3 [558 kB]
13:07:38 #11 9.415 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autopoint all 0.21-4ubuntu4 [422 kB]
13:07:38 Selecting previously unselected package libcap2-bin.
13:07:38 Preparing to unpack .../14-libcap2-bin_1%3a2.44-1build3_amd64.deb ...
13:07:38 Unpacking libcap2-bin (1:2.44-1build3) ...
13:07:38 Selecting previously unselected package libelf1:amd64.
13:07:38 Preparing to unpack .../15-libelf1_0.187-4_amd64.deb ...
13:07:38 Unpacking libelf1:amd64 (0.187-4) ...
13:07:38 Selecting previously unselected package libglib2.0-data.
13:07:38 Preparing to unpack .../16-libglib2.0-data_2.74.3-0ubuntu1_all.deb ...
13:07:38 Unpacking libglib2.0-data (2.74.3-0ubuntu1) ...
13:07:38 Selecting previously unselected package libicu71:amd64.
13:07:38 Preparing to unpack .../17-libicu71_71.1-3ubuntu1_amd64.deb ...
13:07:38 Unpacking libicu71:amd64 (71.1-3ubuntu1) ...
13:07:38 #11 14.32 Get:295 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoox-aliases-perl all 0.001006-1 [7176 B]
13:07:38 #11 14.32 Get:296 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
13:07:38 #11 14.33 Get:297 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoox-struct-perl all 0.017-1 [23.4 kB]
13:07:38 #11 14.33 Get:298 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-dns-sec-perl armhf 1.15-1 [43.4 kB]
13:07:38 #11 14.33 Get:299 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-libidn-perl armhf 0.12.ds-3build2 [16.5 kB]
13:07:38 #11 14.33 Get:300 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnumber-range-perl all 0.12-1 [8556 B]
13:07:38 #11 14.33 Get:301 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpackage-stash-xs-perl armhf 0.29-1build1 [16.7 kB]
13:07:38 #11 14.33 Get:302 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
13:07:38 #11 14.33 Get:303 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libperl4-corelibs-perl all 0.004-2 [37.4 kB]
13:07:38 #11 14.48 Get:304 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libperlio-gzip-perl armhf 0.19-1build5 [13.3 kB]
13:07:38 #11 14.56 Get:305 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpod-constants-perl all 0.19-1 [16.0 kB]
13:07:38 #11 14.59 Get:306 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libre2-5 armhf 20200101+dfsg-1build1 [136 kB]
13:07:38 Selecting previously unselected package libyaml-0-2:amd64.
13:07:38 Preparing to unpack .../16-libyaml-0-2_0.2.2-1_amd64.deb ...
13:07:38 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
13:07:38 Selecting previously unselected package lsb-release.
13:07:38 Preparing to unpack .../17-lsb-release_11.1.0ubuntu2_all.deb ...
13:07:38 Unpacking lsb-release (11.1.0ubuntu2) ...
13:07:38 Selecting previously unselected package python3-dbus.
13:07:38 Preparing to unpack .../18-python3-dbus_1.2.16-1build1_amd64.deb ...
13:07:38 Unpacking python3-dbus (1.2.16-1build1) ...
13:07:38 Selecting previously unselected package python3-gi.
13:07:38 Preparing to unpack .../19-python3-gi_3.36.0-1_amd64.deb ...
13:07:38 Unpacking python3-gi (3.36.0-1) ...
13:07:38 Selecting previously unselected package python3-pkg-resources.
13:07:38 Preparing to unpack .../20-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
13:07:38 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
13:07:38 Selecting previously unselected package python3-six.
13:07:38 Preparing to unpack .../21-python3-six_1.14.0-2_all.deb ...
13:07:38 Unpacking python3-six (1.14.0-2) ...
13:07:38 Selecting previously unselected package docker-buildx-plugin.
13:07:38 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb ...
13:07:38 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.18.04~bionic) ...
13:07:38 #10 33.07 Preparing to unpack .../021-libctf0_2.40-2+rpi1_armhf.deb ...
13:07:38 #10 33.08 Unpacking libctf0:armhf (2.40-2+rpi1) ...
13:07:38 #10 33.12 Selecting previously unselected package libjansson4:armhf.
13:07:38 #10 33.12 Preparing to unpack .../022-libjansson4_2.14-2_armhf.deb ...
13:07:38 #10 33.13 Unpacking libjansson4:armhf (2.14-2) ...
13:07:38 #10 33.16 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:07:38 #10 33.16 Preparing to unpack .../023-binutils-arm-linux-gnueabihf_2.40-2+rpi1_armhf.deb ...
13:07:38 #10 33.16 Unpacking binutils-arm-linux-gnueabihf (2.40-2+rpi1) ...
13:07:38 #11 9.430 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf binutils-common armhf 2.38-4ubuntu2.1 [221 kB]
13:07:38 #11 9.439 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libbinutils armhf 2.38-4ubuntu2.1 [498 kB]
13:07:38 #11 9.457 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libctf-nobfd0 armhf 2.38-4ubuntu2.1 [94.4 kB]
13:07:38 #11 9.460 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libctf0 armhf 2.38-4ubuntu2.1 [94.1 kB]
13:07:38 #11 9.464 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf binutils-arm-linux-gnueabihf armhf 2.38-4ubuntu2.1 [3061 kB]
13:07:38 #11 9.611 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf binutils armhf 2.38-4ubuntu2.1 [3162 B]
13:07:38 #11 9.613 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libc-dev-bin armhf 2.35-0ubuntu3.1 [19.0 kB]
13:07:38 #11 9.614 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf linux-libc-dev armhf 5.15.0-58.64 [1310 kB]
13:07:38 #11 9.675 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcrypt-dev armhf 1:4.4.27-1 [122 kB]
13:07:38 Selecting previously unselected package libpam-systemd:amd64.
13:07:38 Preparing to unpack .../18-libpam-systemd_251.4-1ubuntu7_amd64.deb ...
13:07:38 Unpacking libpam-systemd:amd64 (251.4-1ubuntu7) ...
13:07:38 Selecting previously unselected package libxml2:amd64.
13:07:38 Preparing to unpack .../19-libxml2_2.9.14+dfsg-1ubuntu0.1_amd64.deb ...
13:07:38 Unpacking libxml2:amd64 (2.9.14+dfsg-1ubuntu0.1) ...
13:07:38 Selecting previously unselected package libyaml-0-2:amd64.
13:07:38 Preparing to unpack .../20-libyaml-0-2_0.2.5-1_amd64.deb ...
13:07:38 Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
13:07:38 Selecting previously unselected package lsb-release.
13:07:38 Preparing to unpack .../21-lsb-release_11.2ubuntu1_all.deb ...
13:07:38 Unpacking lsb-release (11.2ubuntu1) ...
13:07:38 Selecting previously unselected package python-apt-common.
13:07:38 Preparing to unpack .../22-python-apt-common_2.4.0+22.10_all.deb ...
13:07:38 Unpacking python-apt-common (2.4.0+22.10) ...
13:07:38 Selecting previously unselected package python3-apt.
13:07:38 Preparing to unpack .../23-python3-apt_2.4.0+22.10_amd64.deb ...
13:07:38 Unpacking python3-apt (2.4.0+22.10) ...
13:07:38 Selecting previously unselected package python3-dbus.
13:07:38 Preparing to unpack .../24-python3-dbus_1.2.18-3build1_amd64.deb ...
13:07:38 #11 14.78 Get:307 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libre-engine-re2-perl armhf 0.13-5 [15.1 kB]
13:07:38 #11 14.79 Get:308 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadonly-perl all 2.050-2 [19.9 kB]
13:07:38 #11 14.81 Get:309 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libref-util-perl all 0.204-1 [15.0 kB]
13:07:38 #11 14.82 Get:310 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libref-util-xs-perl armhf 0.117-1build2 [10.7 kB]
13:07:38 #11 14.82 Get:311 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
13:07:38 #11 14.84 Get:312 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
13:07:38 Selecting previously unselected package iso-codes.
13:07:38 Preparing to unpack .../22-iso-codes_4.4-1_all.deb ...
13:07:38 Unpacking iso-codes (4.4-1) ...
13:07:38 #10 33.38 Selecting previously unselected package binutils.
13:07:38 #10 33.39 Preparing to unpack .../024-binutils_2.40-2+rpi1_armhf.deb ...
13:07:38 #10 33.39 Unpacking binutils (2.40-2+rpi1) ...
13:07:38 #10 33.44 Selecting previously unselected package libisl23:armhf.
13:07:38 #10 33.44 Preparing to unpack .../025-libisl23_0.25-1_armhf.deb ...
13:07:38 #10 33.44 Unpacking libisl23:armhf (0.25-1) ...
13:07:38 #10 33.52 Selecting previously unselected package libmpfr6:armhf.
13:07:38 #11 9.680 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf rpcsvc-proto armhf 1.4.2-0ubuntu6 [63.7 kB]
13:07:38 #11 9.682 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libtirpc-dev armhf 1.3.2-2ubuntu0.1 [184 kB]
13:07:38 #11 9.690 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnsl-dev armhf 1.3.0-2build2 [66.1 kB]
13:07:38 #11 9.693 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libc6-dev armhf 2.35-0ubuntu3.1 [1332 kB]
13:07:38 #11 9.757 Get:84 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gcc-11-base armhf 11.3.0-1ubuntu1~22.04 [20.8 kB]
13:07:38 #11 9.757 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libisl23 armhf 0.24-2build1 [581 kB]
13:07:38 #11 9.792 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpfr6 armhf 4.1.0-3build3 [217 kB]
13:07:38 #11 9.800 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpc3 armhf 1.2.1-2build1 [39.5 kB]
13:07:38 #11 9.801 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf cpp-11 armhf 11.3.0-1ubuntu1~22.04 [7846 kB]
13:07:38 Unpacking python3-dbus (1.2.18-3build1) ...
13:07:38 Selecting previously unselected package python3-gi.
13:07:38 Preparing to unpack .../25-python3-gi_3.42.2-2_amd64.deb ...
13:07:38 Unpacking python3-gi (3.42.2-2) ...
13:07:38 Selecting previously unselected package python3-pkg-resources.
13:07:38 Preparing to unpack .../26-python3-pkg-resources_59.6.0-1.2ubuntu0.22.10.1_all.deb ...
13:07:38 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
13:07:38 Selecting previously unselected package libnghttp2-14:amd64.
13:07:38 Preparing to unpack .../27-libnghttp2-14_1.49.0-1_amd64.deb ...
13:07:38 Unpacking libnghttp2-14:amd64 (1.49.0-1) ...
13:07:38 Selecting previously unselected package libpsl5:amd64.
13:07:38 Preparing to unpack .../28-libpsl5_0.21.0-1.2build2_amd64.deb ...
13:07:38 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ...
13:07:38 Selecting previously unselected package apt-transport-https.
13:07:38 Preparing to unpack .../29-apt-transport-https_2.5.3_all.deb ...
13:07:38 Unpacking apt-transport-https (2.5.3) ...
13:07:38 Selecting previously unselected package libbrotli1:amd64.
13:07:38 Preparing to unpack .../30-libbrotli1_1.0.9-2build6_amd64.deb ...
13:07:38 Unpacking libbrotli1:amd64 (1.0.9-2build6) ...
13:07:38 Selecting previously unselected package libsasl2-modules-db:amd64.
13:07:38 Preparing to unpack .../31-libsasl2-modules-db_2.1.28+dfsg-6ubuntu2_amd64.deb ...
13:07:38 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-6ubuntu2) ...
13:07:38 Selecting previously unselected package libsasl2-2:amd64.
13:07:38 Preparing to unpack .../32-libsasl2-2_2.1.28+dfsg-6ubuntu2_amd64.deb ...
13:07:38 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-6ubuntu2) ...
13:07:38 #11 14.84 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:07:38 #11 14.86 Get:314 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-decoder-perl armhf 4.011+ds-1build1 [98.5 kB]
13:07:38 #11 14.89 Get:315 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-encoder-perl armhf 4.011+ds-1build1 [97.7 kB]
13:07:38 #11 14.92 Get:316 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-perl all 4.011-1 [8604 B]
13:07:38 #11 14.94 Get:317 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsort-key-perl armhf 1.33-2build2 [33.9 kB]
13:07:38 #11 14.94 Get:318 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-copyright-perl all 0.003006-1 [9608 B]
13:07:38 #11 14.94 Get:319 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
13:07:38 #11 14.95 Get:320 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-shellquote-perl all 1.04-1 [12.0 kB]
13:07:38 #11 14.95 Get:321 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libterm-readkey-perl armhf 2.38-1build1 [23.3 kB]
13:07:38 #11 14.95 Get:322 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtest-fatal-perl all 0.014-1 [11.1 kB]
13:07:38 #11 15.01 Get:323 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtest-refcount-perl all 0.10-1 [11.4 kB]
13:07:38 #11 15.01 Get:324 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtext-levenshtein-perl all 0.13-1 [9612 B]
13:07:38 #11 15.01 Get:325 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtype-tiny-xs-perl armhf 0.016-1 [21.2 kB]
13:07:38 #11 15.01 Get:326 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libunicode-utf8-perl armhf 0.62-1build1 [17.1 kB]
13:07:38 #11 15.09 Get:327 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
13:07:38 Selecting previously unselected package libkrb5support0:amd64.
13:07:38 Preparing to unpack .../23-libkrb5support0_1.17-6ubuntu4.2_amd64.deb ...
13:07:38 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.2) ...
13:07:38 Selecting previously unselected package libk5crypto3:amd64.
13:07:38 Preparing to unpack .../24-libk5crypto3_1.17-6ubuntu4.2_amd64.deb ...
13:07:38 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.2) ...
13:07:38 Selecting previously unselected package libkeyutils1:amd64.
13:07:38 Preparing to unpack .../25-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ...
13:07:38 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
13:07:38 Selecting previously unselected package libkrb5-3:amd64.
13:07:38 Preparing to unpack .../26-libkrb5-3_1.17-6ubuntu4.2_amd64.deb ...
13:07:38 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.2) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
13:07:39 #10 33.52 Preparing to unpack .../026-libmpfr6_4.2.0-1_armhf.deb ...
13:07:39 #10 33.52 Unpacking libmpfr6:armhf (4.2.0-1) ...
13:07:39 #10 33.58 Selecting previously unselected package libmpc3:armhf.
13:07:39 #10 33.58 Preparing to unpack .../027-libmpc3_1.3.1-1_armhf.deb ...
13:07:39 #10 33.58 Unpacking libmpc3:armhf (1.3.1-1) ...
13:07:39 #10 33.62 Selecting previously unselected package cpp-12.
13:07:39 #10 33.62 Preparing to unpack .../028-cpp-12_12.2.0-14+rpi1_armhf.deb ...
13:07:39 #10 33.62 Unpacking cpp-12 (12.2.0-14+rpi1) ...
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:07:39 Selecting previously unselected package libldap-2.5-0:amd64.
13:07:39 Preparing to unpack .../33-libldap-2.5-0_2.5.13+dfsg-1ubuntu1_amd64.deb ...
13:07:39 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-1ubuntu1) ...
13:07:39 Selecting previously unselected package librtmp1:amd64.
13:07:39 Preparing to unpack .../34-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ...
13:07:39 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
13:07:39 Selecting previously unselected package libssh-4:amd64.
13:07:39 Preparing to unpack .../35-libssh-4_0.9.6-2build1_amd64.deb ...
13:07:39 Unpacking libssh-4:amd64 (0.9.6-2build1) ...
13:07:39 Selecting previously unselected package libcurl4:amd64.
13:07:39 Preparing to unpack .../36-libcurl4_7.85.0-1ubuntu0.2_amd64.deb ...
13:07:39 Unpacking libcurl4:amd64 (7.85.0-1ubuntu0.2) ...
13:07:39 Selecting previously unselected package curl.
13:07:39 Preparing to unpack .../37-curl_7.85.0-1ubuntu0.2_amd64.deb ...
13:07:39 Unpacking curl (7.85.0-1ubuntu0.2) ...
13:07:39 Selecting previously unselected package libassuan0:amd64.
13:07:39 Preparing to unpack .../38-libassuan0_2.5.5-4_amd64.deb ...
13:07:39 Unpacking libassuan0:amd64 (2.5.5-4) ...
13:07:39 Selecting previously unselected package gpgconf.
13:07:39 Preparing to unpack .../39-gpgconf_2.2.35-3ubuntu1_amd64.deb ...
13:07:39 Unpacking gpgconf (2.2.35-3ubuntu1) ...
13:07:39 Selecting previously unselected package libksba8:amd64.
13:07:39 Preparing to unpack .../40-libksba8_1.6.0-3ubuntu1.1_amd64.deb ...
13:07:39 Unpacking libksba8:amd64 (1.6.0-3ubuntu1.1) ...
13:07:39 #11 15.09 Get:328 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-base-perl all 1.09-1 [18.8 kB]
13:07:39 #11 15.09 Get:329 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
13:07:39 #11 15.10 Get:330 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-libxml-perl armhf 2.0134+dfsg-1build1 [306 kB]
13:07:39 #11 15.13 Get:331 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-parser-perl armhf 2.46-1 [189 kB]
13:07:39 #11 15.15 Get:332 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB]
13:07:39 #11 15.16 Get:333 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-writer-perl all 0.625-1 [24.9 kB]
13:07:39 #11 15.17 Get:334 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-libyaml-perl armhf 0.81+repack-1 [26.1 kB]
13:07:39 #11 15.17 Get:335 http://ports.ubuntu.com/ubuntu-ports focal/main armhf licensecheck all 3.0.45-1 [23.9 kB]
13:07:39 #11 15.17 Get:336 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevel-size-perl armhf 0.83-1build1 [19.3 kB]
13:07:39 #11 15.24 Get:337 http://ports.ubuntu.com/ubuntu-ports focal/main armhf t1utils armhf 1.41-3 [48.2 kB]
13:07:39 #11 15.24 Get:338 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf lintian all 2.62.0ubuntu2.2 [982 kB]
13:07:39 #11 15.28 Get:339 http://ports.ubuntu.com/ubuntu-ports focal/main armhf manpages-dev all 5.05-1 [2266 kB]
13:07:39 Selecting previously unselected package libgssapi-krb5-2:amd64.
13:07:39 Preparing to unpack .../27-libgssapi-krb5-2_1.17-6ubuntu4.2_amd64.deb ...
13:07:39 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.2) ...
13:07:39 Selecting previously unselected package liblmdb0:amd64.
13:07:39 Preparing to unpack .../28-liblmdb0_0.9.24-1_amd64.deb ...
13:07:39 Unpacking liblmdb0:amd64 (0.9.24-1) ...
13:07:39 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-9"
13:07:39 Selecting previously unselected package libnpth0:amd64.
13:07:39 Preparing to unpack .../41-libnpth0_1.6-3build2_amd64.deb ...
13:07:39 Unpacking libnpth0:amd64 (1.6-3build2) ...
13:07:39 Selecting previously unselected package dirmngr.
13:07:39 Preparing to unpack .../42-dirmngr_2.2.35-3ubuntu1_amd64.deb ...
13:07:39 Unpacking dirmngr (2.2.35-3ubuntu1) ...
13:07:39 Selecting previously unselected package libpackagekit-glib2-18:amd64.
13:07:39 Preparing to unpack .../43-libpackagekit-glib2-18_1.2.5-2ubuntu2_amd64.deb ...
13:07:39 Unpacking libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ...
13:07:39 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:07:39 Preparing to unpack .../44-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_amd64.deb ...
13:07:39 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
13:07:39 Selecting previously unselected package gnupg-l10n.
13:07:39 Preparing to unpack .../45-gnupg-l10n_2.2.35-3ubuntu1_all.deb ...
13:07:39 Unpacking gnupg-l10n (2.2.35-3ubuntu1) ...
13:07:39 Selecting previously unselected package gnupg-utils.
13:07:39 Preparing to unpack .../46-gnupg-utils_2.2.35-3ubuntu1_amd64.deb ...
13:07:39 Unpacking gnupg-utils (2.2.35-3ubuntu1) ...
13:07:39 Selecting previously unselected package gpg.
13:07:39 Preparing to unpack .../47-gpg_2.2.35-3ubuntu1_amd64.deb ...
13:07:39 Unpacking gpg (2.2.35-3ubuntu1) ...
13:07:39 #11 10.18 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf cpp armhf 4:11.2.0-1ubuntu1 [27.7 kB]
13:07:39 #11 10.18 Get:90 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcc1-0 armhf 12.1.0-2ubuntu1~22.04 [39.1 kB]
13:07:39 #11 10.18 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libgomp1 armhf 12.1.0-2ubuntu1~22.04 [110 kB]
13:07:39 #11 10.18 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libatomic1 armhf 12.1.0-2ubuntu1~22.04 [7658 B]
13:07:39 #11 10.18 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libasan6 armhf 11.3.0-1ubuntu1~22.04 [2242 kB]
13:07:39 #11 10.28 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libubsan1 armhf 12.1.0-2ubuntu1~22.04 [959 kB]
13:07:39 #11 10.33 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libgcc-11-dev armhf 11.3.0-1ubuntu1~22.04 [835 kB]
13:07:39 #11 10.37 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gcc-11 armhf 11.3.0-1ubuntu1~22.04 [15.8 MB]
13:07:39 #11 15.42 Get:340 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-certifi all 2019.11.28-1 [149 kB]
13:07:39 #11 15.42 Get:341 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-idna all 2.8-1 [34.6 kB]
13:07:39 #11 15.43 Get:342 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
13:07:39 #11 15.43 Get:343 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
13:07:39 #11 15.43 Get:344 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-unidiff all 0.5.5-2 [9180 B]
13:07:39 #11 15.43 Get:345 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-xdg all 0.26-1ubuntu1 [36.1 kB]
13:07:39 #11 15.43 Get:346 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf unzip armhf 6.0-25ubuntu1.1 [154 kB]
13:07:39 #11 15.44 Get:347 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf equivs all 2.2.0 [19.7 kB]
13:07:39 #11 15.44 Get:348 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libauthen-sasl-perl all 2.1600-1 [48.7 kB]
13:07:39 #11 15.50 Get:349 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-magic all 2:0.4.15-3 [9376 B]
13:07:39 Selecting previously unselected package libpolkit-gobject-1-0:amd64.
13:07:39 Preparing to unpack .../29-libpolkit-gobject-1-0_0.105-26ubuntu1.3_amd64.deb ...
13:07:39 Unpacking libpolkit-gobject-1-0:amd64 (0.105-26ubuntu1.3) ...
13:07:39 Selecting previously unselected package libpsl5:amd64.
13:07:39 Preparing to unpack .../30-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
13:07:39 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
13:07:39 Selecting previously unselected package python-apt-common.
13:07:39 Preparing to unpack .../31-python-apt-common_2.0.1_all.deb ...
13:07:39 Unpacking python-apt-common (2.0.1) ...
13:07:39 Selecting previously unselected package python3-apt.
13:07:39 Preparing to unpack .../32-python3-apt_2.0.1_amd64.deb ...
13:07:39 Unpacking python3-apt (2.0.1) ...
13:07:39 Selecting previously unselected package apt-transport-https.
13:07:39 Preparing to unpack .../33-apt-transport-https_2.0.9_all.deb ...
13:07:39 Unpacking apt-transport-https (2.0.9) ...
13:07:39 Selecting previously unselected package libbrotli1:amd64.
13:07:39 Preparing to unpack .../34-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
13:07:39 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
13:07:39 Selecting previously unselected package libroken18-heimdal:amd64.
13:07:39 Preparing to unpack .../35-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
13:07:39 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
13:07:39 #10 34.25 Selecting previously unselected package cpp.
13:07:39 #10 34.25 Preparing to unpack .../029-cpp_4%3a12.2.0-1+rpi1_armhf.deb ...
13:07:39 #10 34.26 Unpacking cpp (4:12.2.0-1+rpi1) ...
13:07:39 #10 34.29 Preparing to unpack .../030-curl_7.87.0-2_armhf.deb ...
13:07:39 #10 34.30 Unpacking curl (7.87.0-2) over (7.86.0-2) ...
13:07:39 #10 34.35 Preparing to unpack .../031-libcurl4_7.87.0-2_armhf.deb ...
13:07:39 Selecting previously unselected package pinentry-curses.
13:07:39 Preparing to unpack .../48-pinentry-curses_1.2.0-2ubuntu1_amd64.deb ...
13:07:39 Unpacking pinentry-curses (1.2.0-2ubuntu1) ...
13:07:39 Selecting previously unselected package gpg-agent.
13:07:39 Preparing to unpack .../49-gpg-agent_2.2.35-3ubuntu1_amd64.deb ...
13:07:39 Unpacking gpg-agent (2.2.35-3ubuntu1) ...
13:07:39 Selecting previously unselected package gpg-wks-client.
13:07:39 Preparing to unpack .../50-gpg-wks-client_2.2.35-3ubuntu1_amd64.deb ...
13:07:39 Unpacking gpg-wks-client (2.2.35-3ubuntu1) ...
13:07:39 Selecting previously unselected package gpg-wks-server.
13:07:39 Preparing to unpack .../51-gpg-wks-server_2.2.35-3ubuntu1_amd64.deb ...
13:07:39 Unpacking gpg-wks-server (2.2.35-3ubuntu1) ...
13:07:39 Selecting previously unselected package gpgsm.
13:07:39 Preparing to unpack .../52-gpgsm_2.2.35-3ubuntu1_amd64.deb ...
13:07:39 Unpacking gpgsm (2.2.35-3ubuntu1) ...
13:07:39 Selecting previously unselected package gnupg.
13:07:39 Preparing to unpack .../53-gnupg_2.2.35-3ubuntu1_all.deb ...
13:07:39 Unpacking gnupg (2.2.35-3ubuntu1) ...
13:07:39 Selecting previously unselected package libcurl3-gnutls:amd64.
13:07:39 Preparing to unpack .../54-libcurl3-gnutls_7.85.0-1ubuntu0.2_amd64.deb ...
13:07:39 Unpacking libcurl3-gnutls:amd64 (7.85.0-1ubuntu0.2) ...
13:07:39 Selecting previously unselected package libstemmer0d:amd64.
13:07:39 Preparing to unpack .../55-libstemmer0d_2.2.0-1build1_amd64.deb ...
13:07:39 Unpacking libstemmer0d:amd64 (2.2.0-1build1) ...
13:07:39 #11 15.67 debconf: delaying package configuration, since apt-utils is not installed
13:07:39 #11 15.70 Fetched 91.5 MB in 9s (9663 kB/s)
13:07:39 #11 15.72 Selecting previously unselected package liblocale-gettext-perl.
13:07:39 #11 15.72 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4118 files and directories currently installed.)
13:07:39 #11 15.72 Preparing to unpack .../liblocale-gettext-perl_1.07-4_armhf.deb ...
13:07:39 #11 15.73 Unpacking liblocale-gettext-perl (1.07-4) ...
13:07:39 #11 15.76 Selecting previously unselected package libssl1.1:armhf.
13:07:39 #11 15.76 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.17_armhf.deb ...
13:07:39 #11 15.77 Unpacking libssl1.1:armhf (1.1.1f-1ubuntu2.17) ...
13:07:39 #11 15.88 Selecting previously unselected package libpython3.8-minimal:armhf.
13:07:39 Selecting previously unselected package libasn1-8-heimdal:amd64.
13:07:39 Preparing to unpack .../36-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
13:07:39 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
13:07:39 Selecting previously unselected package libheimbase1-heimdal:amd64.
13:07:39 Preparing to unpack .../37-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
13:07:39 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
13:07:39 Selecting previously unselected package libhcrypto4-heimdal:amd64.
13:07:39 Preparing to unpack .../38-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
13:07:39 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
13:07:39 Selecting previously unselected package libwind0-heimdal:amd64.
13:07:39 Preparing to unpack .../39-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
13:07:39 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
13:07:39 Selecting previously unselected package libhx509-5-heimdal:amd64.
13:07:39 Preparing to unpack .../40-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
13:07:39 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
13:07:39 Selecting previously unselected package libkrb5-26-heimdal:amd64.
13:07:39 Preparing to unpack .../41-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
13:07:39 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
13:07:39 #10 34.37 Unpacking libcurl4:armhf (7.87.0-2) over (7.86.0-2) ...
13:07:39 #10 34.42 Selecting previously unselected package libdebhelper-perl.
13:07:39 #10 34.43 Preparing to unpack .../032-libdebhelper-perl_13.11.4_all.deb ...
13:07:39 #10 34.43 Unpacking libdebhelper-perl (13.11.4) ...
13:07:39 #10 34.47 Selecting previously unselected package libcc1-0:armhf.
13:07:39 #10 34.48 Preparing to unpack .../033-libcc1-0_12.2.0-14+rpi1_armhf.deb ...
13:07:39 #10 34.48 Unpacking libcc1-0:armhf (12.2.0-14+rpi1) ...
13:07:39 #10 34.51 Selecting previously unselected package libgomp1:armhf.
13:07:39 #10 34.52 Preparing to unpack .../034-libgomp1_12.2.0-14+rpi1_armhf.deb ...
13:07:39 #10 34.52 Unpacking libgomp1:armhf (12.2.0-14+rpi1) ...
13:07:39 #10 34.56 Selecting previously unselected package libasan8:armhf.
13:07:39 #10 34.56 Preparing to unpack .../035-libasan8_12.2.0-14+rpi1_armhf.deb ...
13:07:39 #10 34.56 Unpacking libasan8:armhf (12.2.0-14+rpi1) ...
13:07:39 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
13:07:39 Selecting previously unselected package libxmlb2:amd64.
13:07:39 Preparing to unpack .../56-libxmlb2_0.3.8-1_amd64.deb ...
13:07:39 Unpacking libxmlb2:amd64 (0.3.8-1) ...
13:07:39 Selecting previously unselected package libappstream4:amd64.
13:07:39 Preparing to unpack .../57-libappstream4_0.15.5-1_amd64.deb ...
13:07:39 Unpacking libappstream4:amd64 (0.15.5-1) ...
13:07:39 Selecting previously unselected package libdw1:amd64.
13:07:39 Preparing to unpack .../58-libdw1_0.187-4_amd64.deb ...
13:07:39 Unpacking libdw1:amd64 (0.187-4) ...
13:07:39 Selecting previously unselected package libglib2.0-bin.
13:07:39 Preparing to unpack .../59-libglib2.0-bin_2.74.3-0ubuntu1_amd64.deb ...
13:07:39 Unpacking libglib2.0-bin (2.74.3-0ubuntu1) ...
13:07:39 Selecting previously unselected package libunwind8:amd64.
13:07:39 Preparing to unpack .../60-libunwind8_1.6.2-0ubuntu1_amd64.deb ...
13:07:39 Unpacking libunwind8:amd64 (1.6.2-0ubuntu1) ...
13:07:39 Selecting previously unselected package libgstreamer1.0-0:amd64.
13:07:39 Preparing to unpack .../61-libgstreamer1.0-0_1.20.3-1_amd64.deb ...
13:07:39 Unpacking libgstreamer1.0-0:amd64 (1.20.3-1) ...
13:07:39 Selecting previously unselected package libpolkit-gobject-1-0:amd64.
13:07:39 Preparing to unpack .../62-libpolkit-gobject-1-0_0.105-33_amd64.deb ...
13:07:39 Unpacking libpolkit-gobject-1-0:amd64 (0.105-33) ...
13:07:39 Selecting previously unselected package docker-ce-rootless-extras.
13:07:39 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ...
13:07:39 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
[Pipeline] sh
13:07:39 #11 15.88 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
13:07:39 #11 15.89 Unpacking libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.6) ...
13:07:39 #11 15.99 Selecting previously unselected package libexpat1:armhf.
13:07:39 #11 15.99 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_armhf.deb ...
13:07:39 #11 15.99 Unpacking libexpat1:armhf (2.2.9-1ubuntu0.6) ...
13:07:39 #11 16.02 Selecting previously unselected package python3.8-minimal.
13:07:39 #11 16.03 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
13:07:39 #11 16.03 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
13:07:40 Selecting previously unselected package libheimntlm0-heimdal:amd64.
13:07:40 Preparing to unpack .../42-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
13:07:40 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
13:07:40 Selecting previously unselected package libgssapi3-heimdal:amd64.
13:07:40 Preparing to unpack .../43-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
13:07:40 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
13:07:40 Selecting previously unselected package libsasl2-modules-db:amd64.
13:07:40 Preparing to unpack .../44-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
13:07:40 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
13:07:40 Selecting previously unselected package libsasl2-2:amd64.
13:07:40 Preparing to unpack .../45-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
13:07:40 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
13:07:40 Selecting previously unselected package libldap-common.
13:07:40 Preparing to unpack .../46-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
13:07:40 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
13:07:40 Selecting previously unselected package libldap-2.4-2:amd64.
13:07:40 Preparing to unpack .../47-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb ...
13:07:40 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
13:07:40 Selecting previously unselected package libnghttp2-14:amd64.
13:07:40 Preparing to unpack .../48-libnghttp2-14_1.40.0-1build1_amd64.deb ...
13:07:40 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ...
13:07:40 #10 34.79 Selecting previously unselected package libubsan1:armhf.
13:07:40 #10 34.79 Preparing to unpack .../036-libubsan1_12.2.0-14+rpi1_armhf.deb ...
13:07:40 #10 34.79 Unpacking libubsan1:armhf (12.2.0-14+rpi1) ...
13:07:40 #10 34.89 Selecting previously unselected package libgcc-12-dev:armhf.
13:07:40 Selecting previously unselected package libpolkit-agent-1-0:amd64.
13:07:40 Preparing to unpack .../63-libpolkit-agent-1-0_0.105-33_amd64.deb ...
13:07:40 Unpacking libpolkit-agent-1-0:amd64 (0.105-33) ...
13:07:40 Selecting previously unselected package polkitd.
13:07:40 Preparing to unpack .../64-polkitd_0.105-33_amd64.deb ...
13:07:40 Unpacking polkitd (0.105-33) ...
13:07:40 Selecting previously unselected package pkexec.
13:07:40 Preparing to unpack .../65-pkexec_0.105-33_amd64.deb ...
13:07:40 Unpacking pkexec (0.105-33) ...
13:07:40 Selecting previously unselected package policykit-1.
13:07:40 Preparing to unpack .../66-policykit-1_0.105-33_amd64.deb ...
13:07:40 Unpacking policykit-1 (0.105-33) ...
13:07:40 Selecting previously unselected package python3-blinker.
13:07:40 Preparing to unpack .../67-python3-blinker_1.4+dfsg1-0.5_all.deb ...
13:07:40 Unpacking python3-blinker (1.4+dfsg1-0.5) ...
13:07:40 Selecting previously unselected package python3-cffi-backend:amd64.
13:07:40 Preparing to unpack .../68-python3-cffi-backend_1.15.1-1_amd64.deb ...
13:07:40 Unpacking python3-cffi-backend:amd64 (1.15.1-1) ...
13:07:40 Selecting previously unselected package python3-cryptography.
13:07:40 Preparing to unpack .../69-python3-cryptography_3.4.8-2_amd64.deb ...
13:07:40 Unpacking python3-cryptography (3.4.8-2) ...
13:07:40 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy"
13:07:40 #11 16.19 Setting up libssl1.1:armhf (1.1.1f-1ubuntu2.17) ...
13:07:40 #11 16.27 Setting up libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.6) ...
13:07:40 #11 16.29 Setting up libexpat1:armhf (2.2.9-1ubuntu0.6) ...
13:07:40 #11 16.30 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
13:07:40 Selecting previously unselected package librtmp1:amd64.
13:07:40 Preparing to unpack .../49-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
13:07:40 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
13:07:40 Selecting previously unselected package libssh-4:amd64.
13:07:40 Preparing to unpack .../50-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ...
13:07:40 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
13:07:40 Selecting previously unselected package libcurl4:amd64.
13:07:40 Preparing to unpack .../51-libcurl4_7.68.0-1ubuntu2.15_amd64.deb ...
13:07:40 Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.15) ...
13:07:40 Selecting previously unselected package curl.
13:07:40 Preparing to unpack .../52-curl_7.68.0-1ubuntu2.15_amd64.deb ...
13:07:40 Unpacking curl (7.68.0-1ubuntu2.15) ...
13:07:40 + make IMAGE=quay.io/centos/centos:stream9 verify
13:07:40 docker run  --rm -i \
13:07:40 	-v "$(pwd):/v" \
13:07:40 	-e DEBIAN_FRONTEND=noninteractive \
13:07:40 	-e PACKAGE_REPO=staging \
13:07:40 	-w /v \
13:07:40 	quay.io/centos/centos:stream9 ./verify
13:07:40 Unable to find image 'quay.io/centos/centos:stream9' locally
13:07:40 #11 11.13 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gcc armhf 4:11.2.0-1ubuntu1 [5126 B]
13:07:40 #11 11.13 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libstdc++-11-dev armhf 11.3.0-1ubuntu1~22.04 [2140 kB]
13:07:40 #11 11.21 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf g++-11 armhf 11.3.0-1ubuntu1~22.04 [9025 kB]
13:07:40 #10 34.89 Preparing to unpack .../037-libgcc-12-dev_12.2.0-14+rpi1_armhf.deb ...
13:07:40 #10 34.89 Unpacking libgcc-12-dev:armhf (12.2.0-14+rpi1) ...
13:07:40 #10 35.00 Selecting previously unselected package gcc-12.
13:07:40 #10 35.00 Preparing to unpack .../038-gcc-12_12.2.0-14+rpi1_armhf.deb ...
13:07:40 #10 35.01 Unpacking gcc-12 (12.2.0-14+rpi1) ...
13:07:40 Selecting previously unselected package python3-pyparsing.
13:07:40 Preparing to unpack .../70-python3-pyparsing_3.0.7-2_all.deb ...
13:07:40 Unpacking python3-pyparsing (3.0.7-2) ...
13:07:40 Selecting previously unselected package python3-httplib2.
13:07:40 Preparing to unpack .../71-python3-httplib2_0.20.4-2_all.deb ...
13:07:40 Unpacking python3-httplib2 (0.20.4-2) ...
13:07:40 Selecting previously unselected package python3-more-itertools.
13:07:40 Preparing to unpack .../72-python3-more-itertools_8.10.0-2_all.deb ...
13:07:40 Unpacking python3-more-itertools (8.10.0-2) ...
13:07:40 Selecting previously unselected package python3-zipp.
13:07:40 Preparing to unpack .../73-python3-zipp_1.0.0-4_all.deb ...
13:07:40 Unpacking python3-zipp (1.0.0-4) ...
13:07:40 Selecting previously unselected package python3-importlib-metadata.
13:07:40 Preparing to unpack .../74-python3-importlib-metadata_4.6.4-1_all.deb ...
13:07:40 Unpacking python3-importlib-metadata (4.6.4-1) ...
13:07:40 Selecting previously unselected package python3-jeepney.
13:07:40 Preparing to unpack .../75-python3-jeepney_0.8.0-1_all.deb ...
13:07:40 Unpacking python3-jeepney (0.8.0-1) ...
13:07:40 Selecting previously unselected package python3-jwt.
13:07:40 Preparing to unpack .../76-python3-jwt_2.4.0-1_all.deb ...
13:07:40 Unpacking python3-jwt (2.4.0-1) ...
13:07:40 Selecting previously unselected package python3-secretstorage.
13:07:40 Preparing to unpack .../77-python3-secretstorage_3.3.3-1ubuntu1_all.deb ...
13:07:40 Unpacking python3-secretstorage (3.3.3-1ubuntu1) ...
13:07:40 Selecting previously unselected package docker-compose-plugin.
13:07:40 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb ...
13:07:40 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.18.04~bionic) ...
13:07:40 Selecting previously unselected package dbus-user-session.
13:07:40 Preparing to unpack .../53-dbus-user-session_1.12.16-2ubuntu2.3_amd64.deb ...
13:07:40 Unpacking dbus-user-session (1.12.16-2ubuntu2.3) ...
13:07:40 Selecting previously unselected package libdconf1:amd64.
13:07:40 Preparing to unpack .../54-libdconf1_0.36.0-1_amd64.deb ...
13:07:40 Unpacking libdconf1:amd64 (0.36.0-1) ...
13:07:40 Selecting previously unselected package dconf-service.
13:07:40 Preparing to unpack .../55-dconf-service_0.36.0-1_amd64.deb ...
13:07:40 Unpacking dconf-service (0.36.0-1) ...
13:07:40 Selecting previously unselected package dconf-gsettings-backend:amd64.
13:07:40 Preparing to unpack .../56-dconf-gsettings-backend_0.36.0-1_amd64.deb ...
13:07:40 Unpacking dconf-gsettings-backend:amd64 (0.36.0-1) ...
13:07:40 Selecting previously unselected package libassuan0:amd64.
13:07:40 Preparing to unpack .../57-libassuan0_2.5.3-7ubuntu2_amd64.deb ...
13:07:40 Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ...
13:07:40 stream9: Pulling from centos/centos
13:07:40 38fb86e1a5f8: Already exists
13:07:40 Digest: sha256:0c192d18e6c8fa2515351757354c939d968d1f18bde3ca3a5ccc1d2d00038ff7
13:07:40 Status: Downloaded newer image for quay.io/centos/centos:stream9
13:07:40 Selecting previously unselected package python3-keyring.
13:07:40 Preparing to unpack .../78-python3-keyring_23.8.2-1_all.deb ...
13:07:40 Unpacking python3-keyring (23.8.2-1) ...
13:07:40 Selecting previously unselected package python3-lazr.uri.
13:07:40 Preparing to unpack .../79-python3-lazr.uri_1.0.6-2_all.deb ...
13:07:40 Unpacking python3-lazr.uri (1.0.6-2) ...
13:07:40 Selecting previously unselected package python3-wadllib.
13:07:40 Preparing to unpack .../80-python3-wadllib_1.3.6-1_all.deb ...
13:07:40 Unpacking python3-wadllib (1.3.6-1) ...
13:07:40 Selecting previously unselected package python3-distro.
13:07:40 Preparing to unpack .../81-python3-distro_1.7.0-1_all.deb ...
13:07:40 Unpacking python3-distro (1.7.0-1) ...
13:07:40 Selecting previously unselected package python3-oauthlib.
13:07:40 Preparing to unpack .../82-python3-oauthlib_3.2.0-1ubuntu1_all.deb ...
13:07:40 Unpacking python3-oauthlib (3.2.0-1ubuntu1) ...
13:07:40 Selecting previously unselected package python3-six.
13:07:40 Preparing to unpack .../83-python3-six_1.16.0-4_all.deb ...
13:07:40 Unpacking python3-six (1.16.0-4) ...
13:07:40 Selecting previously unselected package python3-lazr.restfulclient.
13:07:40 Preparing to unpack .../84-python3-lazr.restfulclient_0.14.4-1_all.deb ...
13:07:40 Unpacking python3-lazr.restfulclient (0.14.4-1) ...
13:07:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:07:40 #11 16.91 Selecting previously unselected package python3-minimal.
13:07:40 #11 16.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 ... 4433 files and directories currently installed.)
13:07:40 #11 16.91 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_armhf.deb ...
13:07:40 #11 16.91 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
13:07:40 #11 16.95 Selecting previously unselected package mime-support.
13:07:40 #11 16.95 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
13:07:40 #11 16.95 Unpacking mime-support (3.64ubuntu1) ...
13:07:40 #11 16.99 Selecting previously unselected package libmpdec2:armhf.
13:07:40 #11 16.99 Preparing to unpack .../2-libmpdec2_2.4.2-3_armhf.deb ...
13:07:40 Selecting previously unselected package gpgconf.
13:07:40 Preparing to unpack .../58-gpgconf_2.2.19-3ubuntu2.2_amd64.deb ...
13:07:40 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
13:07:40 Selecting previously unselected package libksba8:amd64.
13:07:40 Preparing to unpack .../59-libksba8_1.3.5-2ubuntu0.20.04.2_amd64.deb ...
13:07:40 Unpacking libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ...
13:07:40 Selecting previously unselected package libnpth0:amd64.
13:07:40 Preparing to unpack .../60-libnpth0_1.6-1_amd64.deb ...
13:07:40 Unpacking libnpth0:amd64 (1.6-1) ...
13:07:40 Selecting previously unselected package dirmngr.
13:07:40 Preparing to unpack .../61-dirmngr_2.2.19-3ubuntu2.2_amd64.deb ...
13:07:40 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
13:07:40 Selecting previously unselected package libpackagekit-glib2-18:amd64.
13:07:40 Preparing to unpack .../62-libpackagekit-glib2-18_1.1.13-2ubuntu1.1_amd64.deb ...
13:07:40 Unpacking libpackagekit-glib2-18:amd64 (1.1.13-2ubuntu1.1) ...
13:07:40 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:07:40 Preparing to unpack .../63-gir1.2-packagekitglib-1.0_1.1.13-2ubuntu1.1_amd64.deb ...
13:07:40 #11 11.65 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf g++ armhf 4:11.2.0-1ubuntu1 [1400 B]
13:07:40 #11 11.65 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf make armhf 4.3-4.1build1 [163 kB]
13:07:40 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'.
13:07:40 Selecting previously unselected package python3-launchpadlib.
13:07:40 Preparing to unpack .../85-python3-launchpadlib_1.10.16-1_all.deb ...
13:07:40 Unpacking python3-launchpadlib (1.10.16-1) ...
13:07:40 Selecting previously unselected package python3-software-properties.
13:07:40 Preparing to unpack .../86-python3-software-properties_0.99.27_all.deb ...
13:07:40 Unpacking python3-software-properties (0.99.27) ...
13:07:40 Selecting previously unselected package packagekit.
13:07:40 Preparing to unpack .../87-packagekit_1.2.5-2ubuntu2_amd64.deb ...
13:07:40 Unpacking packagekit (1.2.5-2ubuntu2) ...
13:07:40 Selecting previously unselected package software-properties-common.
13:07:40 Preparing to unpack .../88-software-properties-common_0.99.27_all.deb ...
13:07:40 Unpacking software-properties-common (0.99.27) ...
13:07:40 Selecting previously unselected package gnupg2.
13:07:40 Preparing to unpack .../89-gnupg2_2.2.35-3ubuntu1_all.deb ...
13:07:40 Unpacking gnupg2 (2.2.35-3ubuntu1) ...
13:07:40 Setting up libksba8:amd64 (1.6.0-3ubuntu1.1) ...
13:07:40 Setting up media-types (8.0.0) ...
13:07:40 Setting up libicu71:amd64 (71.1-3ubuntu1) ...
13:07:40 Setting up systemd-sysv (251.4-1ubuntu7) ...
13:07:41 #11 16.99 Unpacking libmpdec2:armhf (2.4.2-3) ...
13:07:41 #11 17.02 Selecting previously unselected package readline-common.
13:07:41 #11 17.02 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
13:07:41 #11 17.02 Unpacking readline-common (8.0-4) ...
13:07:41 #11 17.06 Selecting previously unselected package libreadline8:armhf.
13:07:41 #11 17.07 Preparing to unpack .../4-libreadline8_8.0-4_armhf.deb ...
13:07:41 #11 17.07 Unpacking libreadline8:armhf (8.0-4) ...
13:07:41 #11 17.11 Selecting previously unselected package libsqlite3-0:armhf.
13:07:41 #11 17.11 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_armhf.deb ...
13:07:41 #11 17.12 Unpacking libsqlite3-0:armhf (3.31.1-4ubuntu0.5) ...
13:07:41 #11 17.18 Selecting previously unselected package libpython3.8-stdlib:armhf.
13:07:41 #11 17.18 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
13:07:41 #11 17.19 Unpacking libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.6) ...
13:07:41 + make IMAGE=ubuntu:jammy verify
13:07:41 docker run  --rm -i \
13:07:41 	-v "$(pwd):/v" \
13:07:41 	-e DEBIAN_FRONTEND=noninteractive \
13:07:41 	-e PACKAGE_REPO=staging \
13:07:41 	-w /v \
13:07:41 	ubuntu:jammy ./verify
13:07:41 Unable to find image 'ubuntu:jammy' locally
13:07:41 Unpacking gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ...
13:07:41 Selecting previously unselected package libproxy1v5:amd64.
13:07:41 Preparing to unpack .../64-libproxy1v5_0.4.15-10ubuntu1.2_amd64.deb ...
13:07:41 Unpacking libproxy1v5:amd64 (0.4.15-10ubuntu1.2) ...
13:07:41 Selecting previously unselected package glib-networking-common.
13:07:41 Preparing to unpack .../65-glib-networking-common_2.64.2-1ubuntu0.1_all.deb ...
13:07:41 Unpacking glib-networking-common (2.64.2-1ubuntu0.1) ...
13:07:41 Selecting previously unselected package glib-networking-services.
13:07:41 Preparing to unpack .../66-glib-networking-services_2.64.2-1ubuntu0.1_amd64.deb ...
13:07:41 Unpacking glib-networking-services (2.64.2-1ubuntu0.1) ...
13:07:41 Selecting previously unselected package gsettings-desktop-schemas.
13:07:41 Preparing to unpack .../67-gsettings-desktop-schemas_3.36.0-1ubuntu1_all.deb ...
13:07:41 Unpacking gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
13:07:41 Selecting previously unselected package glib-networking:amd64.
13:07:41 Preparing to unpack .../68-glib-networking_2.64.2-1ubuntu0.1_amd64.deb ...
13:07:41 Unpacking glib-networking:amd64 (2.64.2-1ubuntu0.1) ...
13:07:41 Selecting previously unselected package gnupg-l10n.
13:07:41 Preparing to unpack .../69-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
13:07:41 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
13:07:41 Selecting previously unselected package gnupg-utils.
13:07:41 Preparing to unpack .../70-gnupg-utils_2.2.19-3ubuntu2.2_amd64.deb ...
13:07:41 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
13:07:41 + verify
13:07:41 + dpkg --version
13:07:41 + rpm --version
13:07:41 + verify_rpm
13:07:41 ++ . /etc/os-release
13:07:41 +++ NAME='CentOS Stream'
13:07:41 +++ VERSION=9
13:07:41 +++ ID=centos
13:07:41 +++ ID_LIKE='rhel fedora'
13:07:41 +++ VERSION_ID=9
13:07:41 +++ PLATFORM_ID=platform:el9
13:07:41 +++ PRETTY_NAME='CentOS Stream 9'
13:07:41 +++ ANSI_COLOR='0;31'
13:07:41 +++ LOGO=fedora-logo-icon
13:07:41 +++ CPE_NAME=cpe:/o:centos:centos:9
13:07:41 +++ HOME_URL=https://centos.org/
13:07:41 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:07:41 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9'
13:07:41 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
13:07:41 ++ echo centos
13:07:41 + DIST_ID=centos
13:07:41 ++ . /etc/os-release
13:07:41 +++ NAME='CentOS Stream'
13:07:41 +++ VERSION=9
13:07:41 +++ ID=centos
13:07:41 +++ ID_LIKE='rhel fedora'
13:07:41 +++ VERSION_ID=9
13:07:41 +++ PLATFORM_ID=platform:el9
13:07:41 +++ PRETTY_NAME='CentOS Stream 9'
13:07:41 +++ ANSI_COLOR='0;31'
13:07:41 +++ LOGO=fedora-logo-icon
13:07:41 +++ CPE_NAME=cpe:/o:centos:centos:9
13:07:41 +++ HOME_URL=https://centos.org/
13:07:41 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:07:41 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9'
13:07:41 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
13:07:41 ++ cut -d. -f1
13:07:41 ++ echo 9
13:07:41 + DIST_VERSION=9
13:07:41 + pkg_manager=yum
13:07:41 + pkg_config_manager=yum-config-manager
13:07:41 + dnf --version
13:07:41 #11 12.05 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libdpkg-perl all 1.21.1ubuntu2.1 [237 kB]
13:07:41 Setting up libkeyutils1:amd64 (1.6.3-1) ...
13:07:41 Setting up libpsl5:amd64 (0.21.0-1.2build2) ...
13:07:41 Setting up apt-transport-https (2.5.3) ...
13:07:41 Setting up libyaml-0-2:amd64 (0.2.5-1) ...
13:07:41 Setting up libglib2.0-0:amd64 (2.74.3-0ubuntu1) ...
13:07:41 No schema files found: doing nothing.
13:07:41 Setting up distro-info-data (0.54ubuntu0.1) ...
13:07:41 Setting up libtirpc-common (1.3.3+ds-1) ...
13:07:41 Setting up libxmlb2:amd64 (0.3.8-1) ...
13:07:41 Setting up libbrotli1:amd64 (1.0.9-2build6) ...
13:07:41 Setting up libsqlite3-0:amd64 (3.39.3-1) ...
13:07:41 Setting up libnghttp2-14:amd64 (1.49.0-1) ...
13:07:41 Setting up libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ...
13:07:41 Setting up libnpth0:amd64 (1.6-3build2) ...
13:07:41 Setting up libassuan0:amd64 (2.5.5-4) ...
13:07:41 Setting up libunwind8:amd64 (1.6.2-0ubuntu1) ...
13:07:41 Setting up libkrb5support0:amd64 (1.20-1ubuntu0.1) ...
13:07:41 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-6ubuntu2) ...
13:07:41 Setting up libcap2-bin (1:2.44-1build3) ...
13:07:41 Setting up libglib2.0-data (2.74.3-0ubuntu1) ...
13:07:41 Setting up gnupg-l10n (2.2.35-3ubuntu1) ...
13:07:41 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
13:07:41 Setting up libdbus-1-3:amd64 (1.14.0-2ubuntu3) ...
13:07:41 Setting up libk5crypto3:amd64 (1.20-1ubuntu0.1) ...
13:07:41 Setting up libsasl2-2:amd64 (2.1.28+dfsg-6ubuntu2) ...
13:07:41 Setting up python-apt-common (2.4.0+22.10) ...
13:07:41 #11 17.35 Selecting previously unselected package python3.8.
13:07:41 #11 17.35 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
13:07:41 #11 17.35 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
13:07:41 #11 17.39 Selecting previously unselected package libpython3-stdlib:armhf.
13:07:41 #10 35.76 Selecting previously unselected package gcc.
13:07:41 #10 35.76 Preparing to unpack .../039-gcc_4%3a12.2.0-1+rpi1_armhf.deb ...
13:07:41 #10 35.77 Unpacking gcc (4:12.2.0-1+rpi1) ...
13:07:41 #10 35.80 Selecting previously unselected package libc-dev-bin.
13:07:41 #10 35.80 Preparing to unpack .../040-libc-dev-bin_2.36-8+rpi1_armhf.deb ...
13:07:41 #10 35.80 Unpacking libc-dev-bin (2.36-8+rpi1) ...
13:07:41 #10 35.84 Selecting previously unselected package linux-libc-dev:armhf.
13:07:41 #10 35.84 Preparing to unpack .../041-linux-libc-dev_6.0.12-1+rpi1_armhf.deb ...
13:07:41 #10 35.84 Unpacking linux-libc-dev:armhf (6.0.12-1+rpi1) ...
13:07:41 #10 36.00 Selecting previously unselected package libcrypt-dev:armhf.
13:07:41 #10 36.00 Preparing to unpack .../042-libcrypt-dev_1%3a4.4.33-2_armhf.deb ...
13:07:41 #10 36.01 Unpacking libcrypt-dev:armhf (1:4.4.33-2) ...
13:07:41 jammy: Pulling from library/ubuntu
13:07:41 677076032cca: Already exists
13:07:41 Digest: sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f
13:07:41 Status: Downloaded newer image for ubuntu:jammy
13:07:41 Selecting previously unselected package gpg.
13:07:41 Preparing to unpack .../71-gpg_2.2.19-3ubuntu2.2_amd64.deb ...
13:07:41 Unpacking gpg (2.2.19-3ubuntu2.2) ...
13:07:41 Selecting previously unselected package pinentry-curses.
13:07:41 Preparing to unpack .../72-pinentry-curses_1.1.0-3build1_amd64.deb ...
13:07:41 Unpacking pinentry-curses (1.1.0-3build1) ...
13:07:41 Selecting previously unselected package gpg-agent.
13:07:41 Preparing to unpack .../73-gpg-agent_2.2.19-3ubuntu2.2_amd64.deb ...
13:07:41 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
13:07:41 Selecting previously unselected package gpg-wks-client.
13:07:41 Preparing to unpack .../74-gpg-wks-client_2.2.19-3ubuntu2.2_amd64.deb ...
13:07:41 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
13:07:41 Selecting previously unselected package gpg-wks-server.
13:07:41 Preparing to unpack .../75-gpg-wks-server_2.2.19-3ubuntu2.2_amd64.deb ...
13:07:41 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
13:07:41 4.14.0
13:07:41   Installed: dnf-0:4.14.0-4.el9.noarch at Tue Feb  7 09:35:26 2023
13:07:41   Built    : builder@centos.org at Fri Jan  6 14:23:17 2023
13:07:41 
13:07:41   Installed: rpm-0:4.16.1.3-22.el9.x86_64 at Tue Feb  7 09:35:24 2023
13:07:41   Built    : builder@centos.org at Mon Dec 19 23:57:50 2022
13:07:41 + pkg_manager=dnf
13:07:41 + pkg_config_manager='dnf config-manager'
13:07:41 + dnf clean all
13:07:41 0 files removed
13:07:41 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
13:07:41 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
13:07:41 #11 12.45 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bzip2 armhf 1.0.8-5build1 [34.2 kB]
13:07:41 Setting up dbus-session-bus-common (1.14.0-2ubuntu3) ...
13:07:41 Setting up libmpdec3:amd64 (2.5.1-2build2) ...
13:07:41 Setting up libgirepository-1.0-1:amd64 (1.74.0-2) ...
13:07:41 Setting up libkrb5-3:amd64 (1.20-1ubuntu0.1) ...
13:07:41 Setting up libstemmer0d:amd64 (2.2.0-1build1) ...
13:07:41 Setting up dbus-system-bus-common (1.14.0-2ubuntu3) ...
13:07:41 Setting up openssl (3.0.5-2ubuntu2.1) ...
13:07:41 Setting up libelf1:amd64 (0.187-4) ...
13:07:41 Setting up readline-common (8.2-1) ...
13:07:41 Setting up libxml2:amd64 (2.9.14+dfsg-1ubuntu0.1) ...
13:07:41 Setting up iso-codes (4.11.0-1) ...
13:07:41 Setting up dbus-bin (1.14.0-2ubuntu3) ...
13:07:41 Setting up libpolkit-gobject-1-0:amd64 (0.105-33) ...
13:07:41 Setting up pinentry-curses (1.2.0-2ubuntu1) ...
13:07:41 Setting up libdw1:amd64 (0.187-4) ...
13:07:41 Setting up libreadline8:amd64 (8.2-1) ...
13:07:41 Setting up libglib2.0-bin (2.74.3-0ubuntu1) ...
13:07:41 Setting up dbus-daemon (1.14.0-2ubuntu3) ...
13:07:41 13:07:41 #10 36.05 Selecting previously unselected package libtirpc-dev:armhf.
#11 17.39 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_armhf.deb ...
13:07:41 #11 17.39 Unpacking libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
13:07:41 #10 36.05 Preparing to unpack .../043-libtirpc-dev_1.3.3+ds-1_armhf.deb ...
13:07:41 #11 17.42 Setting up python3-minimal (3.8.2-0ubuntu2) ...
13:07:41 #11 17.59 Selecting previously unselected package python3.
13:07:41 #10 36.05 Unpacking libtirpc-dev:armhf (1.3.3+ds-1) ...
13:07:41 #10 36.10 Selecting previously unselected package libnsl-dev:armhf.
13:07:41 #10 36.10 Preparing to unpack .../044-libnsl-dev_1.3.0-2_armhf.deb ...
13:07:41 #10 36.11 Unpacking libnsl-dev:armhf (1.3.0-2) ...
13:07:41 #10 36.14 Selecting previously unselected package rpcsvc-proto.
13:07:41 #10 36.14 Preparing to unpack .../045-rpcsvc-proto_1.4.3-1_armhf.deb ...
13:07:41 #11 17.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 ... 4863 files and directories currently installed.)
13:07:41 #11 17.59 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_armhf.deb ...
13:07:41 #10 36.15 Unpacking rpcsvc-proto (1.4.3-1) ...
13:07:41 #11 17.60 Unpacking python3 (3.8.2-0ubuntu2) ...
13:07:41 #11 17.63 Selecting previously unselected package libbsd0:armhf.
13:07:41 #10 36.20 Selecting previously unselected package libc6-dev:armhf.
13:07:41 #11 17.63 Preparing to unpack .../001-libbsd0_0.10.0-1_armhf.deb ...
13:07:41 #11 17.63 Unpacking libbsd0:armhf (0.10.0-1) ...
13:07:41 #10 36.20 Preparing to unpack .../046-libc6-dev_2.36-8+rpi1_armhf.deb ...
13:07:41 #11 17.66 Selecting previously unselected package bsdmainutils.
13:07:41 #10 36.22 Unpacking libc6-dev:armhf (2.36-8+rpi1) ...
13:07:41 Selecting previously unselected package gpgsm.
13:07:41 Preparing to unpack .../76-gpgsm_2.2.19-3ubuntu2.2_amd64.deb ...
13:07:41 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
13:07:41 Selecting previously unselected package gnupg.
13:07:41 Preparing to unpack .../77-gnupg_2.2.19-3ubuntu2.2_all.deb ...
13:07:41 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
13:07:41 Selecting previously unselected package libsoup2.4-1:amd64.
13:07:41 Preparing to unpack .../78-libsoup2.4-1_2.70.0-1_amd64.deb ...
13:07:41 Unpacking libsoup2.4-1:amd64 (2.70.0-1) ...
13:07:41 Selecting previously unselected package libstemmer0d:amd64.
13:07:41 Preparing to unpack .../79-libstemmer0d_0+svn585-2_amd64.deb ...
13:07:41 Unpacking libstemmer0d:amd64 (0+svn585-2) ...
13:07:41 Selecting previously unselected package libappstream4:amd64.
13:07:41 Preparing to unpack .../80-libappstream4_0.12.10-2_amd64.deb ...
13:07:41 Unpacking libappstream4:amd64 (0.12.10-2) ...
13:07:41 + dnf install -y 'dnf-command(config-manager)'
13:07:41 invoke-rc.d: could not determine current runlevel
13:07:41 invoke-rc.d: policy-rc.d denied execution of start.
13:07:41 Setting up docker-scan-plugin (0.23.0~ubuntu-bionic) ...
13:07:41 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.18.04~bionic) ...
13:07:41 Setting up docker-compose-plugin (2.16.0-1~ubuntu.18.04~bionic) ...
13:07:41 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
13:07:41 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:07:41  docker-ce-rootless-extras depends on dbus-user-session; however:
13:07:41   Package dbus-user-session is not installed.
13:07:41 
13:07:41 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_amd64.deb
13:07:41 #11 12.45 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf patch armhf 2.7.6-7build2 [111 kB]
13:07:41 #11 12.48 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lto-disabled-list all 24 [12.5 kB]
13:07:41 #11 12.48 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dpkg-dev all 1.21.1ubuntu2.1 [922 kB]
13:07:41 #11 12.65 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf build-essential armhf 12.9ubuntu3 [4744 B]
13:07:41 #11 12.65 Get:108 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbrotli1 armhf 1.0.9-2build6 [306 kB]
13:07:41 #11 12.67 Get:109 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-modules-db armhf 2.1.27+dfsg2-3ubuntu1.1 [19.0 kB]
13:07:41 #11 12.68 Get:110 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg2-3ubuntu1.1 [50.7 kB]
13:07:41 #11 12.68 Get:111 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libldap-2.5-0 armhf 2.5.13+dfsg-0ubuntu0.22.04.1 [159 kB]
13:07:41 #11 12.69 Get:112 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB]
13:07:41 #11 12.69 Get:113 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libssh-4 armhf 0.9.6-2build1 [165 kB]
13:07:41 #11 12.70 Get:114 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl4 armhf 7.81.0-1ubuntu1.7 [252 kB]
13:07:41 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-1ubuntu1) ...
13:07:41 Setting up ca-certificates (20211016ubuntu0.22.10.1) ...
13:07:41 #11 17.66 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_armhf.deb ...
13:07:41 #11 17.67 Unpacking bsdmainutils (11.1.2ubuntu3) ...
13:07:41 #10 36.36 Selecting previously unselected package libtool.
13:07:41 #10 36.36 Preparing to unpack .../047-libtool_2.4.7-5_all.deb ...
13:07:41 #11 17.71 Selecting previously unselected package libuchardet0:armhf.
13:07:41 #11 17.71 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_armhf.deb ...
13:07:41 #10 36.36 Unpacking libtool (2.4.7-5) ...
13:07:41 #10 36.41 Selecting previously unselected package dh-autoreconf.
13:07:41 #11 17.71 Unpacking libuchardet0:armhf (0.0.6-3build1) ...
13:07:41 #11 17.74 Selecting previously unselected package groff-base.
13:07:41 #10 36.41 Preparing to unpack .../048-dh-autoreconf_20_all.deb ...
13:07:41 #10 36.42 Unpacking dh-autoreconf (20) ...
13:07:41 #11 17.74 Preparing to unpack .../004-groff-base_1.22.4-4build1_armhf.deb ...
13:07:41 #11 17.75 Unpacking groff-base (1.22.4-4build1) ...
13:07:41 #10 36.45 Selecting previously unselected package libarchive-zip-perl.
13:07:41 #10 36.45 Preparing to unpack .../049-libarchive-zip-perl_1.68-1_all.deb ...
13:07:41 #11 17.85 Selecting previously unselected package libgdbm6:armhf.
13:07:41 #11 17.85 Preparing to unpack .../005-libgdbm6_1.18.1-5_armhf.deb ...
13:07:41 #10 36.45 Unpacking libarchive-zip-perl (1.68-1) ...
13:07:41 #10 36.49 Selecting previously unselected package libsub-override-perl.
13:07:41 #11 17.85 Unpacking libgdbm6:armhf (1.18.1-5) ...
13:07:41 #11 17.88 Selecting previously unselected package libpipeline1:armhf.
13:07:41 #10 36.49 Preparing to unpack .../050-libsub-override-perl_0.09-4_all.deb ...
13:07:41 #10 36.49 Unpacking libsub-override-perl (0.09-4) ...
13:07:41 #11 17.88 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_armhf.deb ...
13:07:41 #11 17.89 Unpacking libpipeline1:armhf (1.5.2-2build1) ...
13:07:41 #10 36.52 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:07:41 #11 17.93 Selecting previously unselected package man-db.
13:07:41 #11 17.93 Preparing to unpack .../007-man-db_2.9.1-1_armhf.deb ...
13:07:41 #11 17.93 Unpacking man-db (2.9.1-1) ...
13:07:41 #11 18.04 Selecting previously unselected package perl-modules-5.30.
13:07:41 Selecting previously unselected package libglib2.0-bin.
13:07:41 Preparing to unpack .../81-libglib2.0-bin_2.64.6-1~ubuntu20.04.4_amd64.deb ...
13:07:41 Unpacking libglib2.0-bin (2.64.6-1~ubuntu20.04.4) ...
13:07:41 Selecting previously unselected package libgstreamer1.0-0:amd64.
13:07:41 Preparing to unpack .../82-libgstreamer1.0-0_1.16.3-0ubuntu1.1_amd64.deb ...
13:07:41 Unpacking libgstreamer1.0-0:amd64 (1.16.3-0ubuntu1.1) ...
13:07:41 Selecting previously unselected package libpolkit-agent-1-0:amd64.
13:07:41 Preparing to unpack .../83-libpolkit-agent-1-0_0.105-26ubuntu1.3_amd64.deb ...
13:07:41 + verify
13:07:41 + dpkg --version
13:07:41 + verify_deb
13:07:41 + apt-get update
13:07:41 #11 12.71 Get:115 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf curl armhf 7.81.0-1ubuntu1.7 [188 kB]
13:07:41 #11 12.72 Get:116 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dctrl-tools armhf 2.24-3build2 [57.2 kB]
13:07:41 #11 12.72 Get:117 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdebhelper-perl all 13.6ubuntu1 [67.2 kB]
13:07:41 #11 12.80 Get:118 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtool all 2.4.6-15build2 [164 kB]
13:07:41 #11 12.80 Get:119 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-autoreconf all 20 [16.1 kB]
13:07:41 #11 12.80 Get:120 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive-zip-perl all 1.68-1 [90.2 kB]
13:07:41 #11 12.80 Get:121 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-override-perl all 0.09-2 [9532 B]
13:07:41 #11 12.80 Get:122 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
13:07:41 #11 12.80 Get:123 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-strip-nondeterminism all 1.13.0-1 [5344 B]
13:07:41 #11 12.80 Get:124 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdw1 armhf 0.186-1build1 [228 kB]
13:07:41 #11 12.87 Get:125 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf debugedit armhf 1:5.0-4build1 [43.3 kB]
13:07:41 #11 12.87 Get:126 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dwz armhf 0.14-1build2 [99.2 kB]
13:07:41 #11 12.87 Get:127 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gettext armhf 0.21-4ubuntu4 [805 kB]
13:07:41 #11 12.94 Get:128 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB]
13:07:41 #11 12.94 Get:129 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf po-debconf all 1.0.21+nmu1 [233 kB]
13:07:41 #11 12.95 Get:130 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf debhelper all 13.6ubuntu1 [923 kB]
13:07:41 #11 12.97 Get:131 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfakeroot armhf 1.28-1ubuntu1 [26.3 kB]
13:07:41 Updating certificates in /etc/ssl/certs...
13:07:42 #11 18.04 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.3_all.deb ...
13:07:42 #11 18.05 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
13:07:42 #10 36.53 Preparing to unpack .../051-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
13:07:42 #10 36.53 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
13:07:42 #10 36.56 Selecting previously unselected package dh-strip-nondeterminism.
13:07:42 #10 36.56 Preparing to unpack .../052-dh-strip-nondeterminism_1.13.1-1_all.deb ...
13:07:42 #10 36.57 Unpacking dh-strip-nondeterminism (1.13.1-1) ...
13:07:42 #10 36.60 Selecting previously unselected package libdpkg-perl.
13:07:42 #10 36.60 Preparing to unpack .../053-libdpkg-perl_1.21.19+rpi1_all.deb ...
13:07:42 #10 36.60 Unpacking libdpkg-perl (1.21.19+rpi1) ...
13:07:42 #10 36.67 Selecting previously unselected package patch.
13:07:42 #10 36.67 Preparing to unpack .../054-patch_2.7.6-7_armhf.deb ...
13:07:42 #10 36.68 Unpacking patch (2.7.6-7) ...
13:07:42 #10 36.71 Selecting previously unselected package make.
13:07:42 #10 36.72 Preparing to unpack .../055-make_4.3-4.1_armhf.deb ...
13:07:42 #10 36.72 Unpacking make (4.3-4.1) ...
13:07:42 #10 36.78 Selecting previously unselected package dpkg-dev.
13:07:42 #10 36.78 Preparing to unpack .../056-dpkg-dev_1.21.19+rpi1_all.deb ...
13:07:42 #10 36.79 Unpacking dpkg-dev (1.21.19+rpi1) ...
13:07:42 #10 36.88 Selecting previously unselected package libelf1:armhf.
13:07:42 Unpacking libpolkit-agent-1-0:amd64 (0.105-26ubuntu1.3) ...
13:07:42 Selecting previously unselected package policykit-1.
13:07:42 Preparing to unpack .../84-policykit-1_0.105-26ubuntu1.3_amd64.deb ...
13:07:42 Unpacking policykit-1 (0.105-26ubuntu1.3) ...
13:07:42 Selecting previously unselected package python3-certifi.
13:07:42 Preparing to unpack .../85-python3-certifi_2019.11.28-1_all.deb ...
13:07:42 Unpacking python3-certifi (2019.11.28-1) ...
13:07:42 Selecting previously unselected package python3-chardet.
13:07:42 Preparing to unpack .../86-python3-chardet_3.0.4-4build1_all.deb ...
13:07:42 Unpacking python3-chardet (3.0.4-4build1) ...
13:07:42 Selecting previously unselected package python3-idna.
13:07:42 Preparing to unpack .../87-python3-idna_2.8-1_all.deb ...
13:07:42 Unpacking python3-idna (2.8-1) ...
13:07:42 Selecting previously unselected package python3-urllib3.
13:07:42 Preparing to unpack .../88-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
13:07:42 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
13:07:42 Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
13:07:42 Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
13:07:42 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
13:07:42 Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
13:07:42 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:07:42 + popd
13:07:42 + RPM_EC=0
13:07:42 ~/rpmbuild/BUILD/src
13:07:42 ++ jobs -p
13:07:42 + exit 0
13:07:42 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yPXEfm
13:07:42 + umask 022
13:07:42 + cd /root/rpmbuild/BUILD
13:07:42 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64 '!=' / ']'
13:07:42 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64
13:07:42 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64
13:07:42 + mkdir -p /root/rpmbuild/BUILDROOT
13:07:42 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64
13:07:42 + 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:07:42 + export CFLAGS
13:07:42 + 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:07:42 + export CXXFLAGS
13:07:42 + 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:07:42 + export FFLAGS
13:07:42 + 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:07:42 + export FCFLAGS
13:07:42 + 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.23.0-0.fc36.x86_64.ld'
13:07:42 + export LDFLAGS
13:07:42 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:07:42 + export LT_SYS_LIBRARY_PATH
13:07:42 + CC=gcc
13:07:42 + export CC
13:07:42 + CXX=g++
13:07:42 + export CXX
13:07:42 + cd src
13:07:42 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:07:42 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:07:42 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:07:42 + popd
13:07:42 ~/rpmbuild/BUILD/src
13:07:42 + /usr/lib/rpm/check-buildroot
13:07:42 + /usr/lib/rpm/redhat/brp-ldconfig
13:07:42 + /usr/lib/rpm/brp-compress
13:07:42 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:07:42 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:07:42 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:07:42 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:07:42 + /usr/lib/rpm/check-rpaths
13:07:42 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:07:42 + /usr/lib/rpm/brp-remove-la-files
13:07:42 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:07:42 + /usr/lib/rpm/redhat/brp-python-hardlink
13:07:42 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.asUQNb
13:07:42 + umask 022
13:07:42 + cd /root/rpmbuild/BUILD
13:07:42 + 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:07:42 + export CFLAGS
13:07:42 + 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:07:42 + export CXXFLAGS
13:07:42 + 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:07:42 + export FFLAGS
13:07:42 + 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:07:42 + export FCFLAGS
13:07:42 + 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.23.0-0.fc36.x86_64.ld'
13:07:42 + export LDFLAGS
13:07:42 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:07:42 + export LT_SYS_LIBRARY_PATH
13:07:42 + CC=gcc
13:07:42 + export CC
13:07:42 + CXX=g++
13:07:42 + export CXX
13:07:42 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:07:42 + /usr/lib/rpm/generate-rpm-note.sh docker-scan-plugin 0.23.0-0.fc36 x86_64
13:07:42 + cd src
13:07:42 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
13:07:42 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:07:42 + ver=v0.23.0
13:07:42 + test v0.23.0 = v0.23.0
13:07:42 + echo 'PASS: docker-scan version OK'
13:07:42 PASS: docker-scan version OK
13:07:42 + RPM_EC=0
13:07:42 ++ jobs -p
13:07:42 + exit 0
13:07:42 Processing files: docker-scan-plugin-0.23.0-0.fc36.x86_64
13:07:42 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:07:42 Provides: docker-scan-plugin = 0:0.23.0-0.fc36 docker-scan-plugin(x86-64) = 0:0.23.0-0.fc36
13:07:42 Requires(interp): /bin/sh /bin/sh /bin/sh
13:07:42 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:07:42 Requires(post): /bin/sh
13:07:42 Requires(preun): /bin/sh
13:07:42 Requires(postun): /bin/sh
13:07:42 Enhances: docker-ce-cli
13:07:42 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64
13:07:42 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.23.0-0.fc36.src.rpm
13:07:42 #11 12.97 Get:132 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fakeroot armhf 1.28-1ubuntu1 [62.2 kB]
13:07:42 #11 12.97 Get:133 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libassuan0 armhf 2.5.5-1build1 [31.3 kB]
13:07:42 #11 12.97 Get:134 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpgconf armhf 2.2.27-3ubuntu2.1 [115 kB]
13:07:42 #11 13.02 Get:135 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libksba8 armhf 1.6.0-2ubuntu0.2 [101 kB]
13:07:42 #11 13.02 Get:136 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnpth0 armhf 1.6-3build2 [7230 B]
13:07:42 #11 13.02 Get:137 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dirmngr armhf 2.2.27-3ubuntu2.1 [320 kB]
13:07:42 #11 13.09 Get:138 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
13:07:42 #11 13.09 Get:139 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg-utils armhf 2.2.27-3ubuntu2.1 [456 kB]
13:07:42 #11 13.10 Get:140 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg armhf 2.2.27-3ubuntu2.1 [483 kB]
13:07:42 #11 13.11 Get:141 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pinentry-curses armhf 1.1.1-1build2 [35.6 kB]
13:07:42 #11 13.11 Get:142 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-agent armhf 2.2.27-3ubuntu2.1 [227 kB]
13:07:42 #11 13.11 Get:143 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-wks-client armhf 2.2.27-3ubuntu2.1 [86.3 kB]
13:07:42 #11 13.11 Get:144 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-wks-server armhf 2.2.27-3ubuntu2.1 [80.1 kB]
13:07:42 #11 13.16 Get:145 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpgsm armhf 2.2.27-3ubuntu2.1 [206 kB]
13:07:42 #11 13.17 Get:146 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg all 2.2.27-3ubuntu2.1 [315 kB]
13:07:42 #11 13.17 Get:147 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-dirlist-perl all 0.05-2 [7100 B]
13:07:42 CentOS Stream 9 - BaseOS                         13 MB/s | 6.1 MB     00:00    
13:07:42 124 added, 0 removed; done.
13:07:42 Setting up dbus (1.14.0-2ubuntu3) ...
13:07:42 #11 18.38 Selecting previously unselected package libgdbm-compat4:armhf.
13:07:42 #11 18.38 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_armhf.deb ...
13:07:42 #11 18.38 Unpacking libgdbm-compat4:armhf (1.18.1-5) ...
13:07:42 #11 18.41 Selecting previously unselected package libperl5.30:armhf.
13:07:42 #11 18.41 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.3_armhf.deb ...
13:07:42 #11 18.42 Unpacking libperl5.30:armhf (5.30.0-9ubuntu0.3) ...
13:07:42 #10 36.89 Preparing to unpack .../057-libelf1_0.187-2+rpi2_armhf.deb ...
13:07:42 #10 36.89 Unpacking libelf1:armhf (0.187-2+rpi2) ...
13:07:42 #10 36.94 Selecting previously unselected package dwz.
13:07:42 #10 36.94 Preparing to unpack .../058-dwz_0.15-1_armhf.deb ...
13:07:42 #10 36.95 Unpacking dwz (0.15-1) ...
13:07:42 #10 36.99 Selecting previously unselected package libicu72:armhf.
13:07:42 #10 36.99 Preparing to unpack .../059-libicu72_72.1-3_armhf.deb ...
13:07:42 #10 36.99 Unpacking libicu72:armhf (72.1-3) ...
13:07:42 Selecting previously unselected package python3-requests.
13:07:42 Preparing to unpack .../89-python3-requests_2.22.0-2ubuntu1_all.deb ...
13:07:42 Unpacking python3-requests (2.22.0-2ubuntu1) ...
13:07:42 Selecting previously unselected package python3-requests-unixsocket.
13:07:42 Preparing to unpack .../90-python3-requests-unixsocket_0.2.0-2_all.deb ...
13:07:42 Unpacking python3-requests-unixsocket (0.2.0-2) ...
13:07:42 Selecting previously unselected package python3-software-properties.
13:07:42 Preparing to unpack .../91-python3-software-properties_0.99.9.10_all.deb ...
13:07:42 Unpacking python3-software-properties (0.99.9.10) ...
13:07:42 Selecting previously unselected package packagekit.
13:07:42 Preparing to unpack .../92-packagekit_1.1.13-2ubuntu1.1_amd64.deb ...
13:07:42 Unpacking packagekit (1.1.13-2ubuntu1.1) ...
13:07:42 Get:5 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
13:07:42 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
13:07:42 Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
13:07:42 #11 13.24 Get:148 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-which-perl all 1.23-1 [13.8 kB]
13:07:42 #11 13.24 Get:149 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-homedir-perl all 1.006-1 [38.3 kB]
13:07:42 #11 13.24 Get:150 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-touch-perl all 0.12-1 [9024 B]
13:07:42 #11 13.24 Get:151 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-pty-perl armhf 1:1.15-2build2 [34.3 kB]
13:07:42 #11 13.24 Get:152 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-run-perl all 20200505.0-1 [89.8 kB]
13:07:42 #11 13.24 Get:153 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
13:07:42 #11 13.24 Get:154 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-xsaccessor-perl armhf 1.19-3build9 [33.4 kB]
13:07:42 #11 13.31 Get:155 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libb-hooks-op-check-perl armhf 0.22-1build5 [9768 B]
13:07:42 #11 13.31 Get:156 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
13:07:42 #11 13.31 Get:157 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu4 [14.6 kB]
13:07:42 #11 13.38 Get:158 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libparams-classify-perl armhf 0.015-1build5 [20.4 kB]
13:07:42 #11 13.39 Get:159 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:07:42 #11 13.39 Get:160 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libimport-into-perl all 1.002005-1 [11.0 kB]
13:07:42 #11 13.39 Get:161 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librole-tiny-perl all 2.002004-1 [16.3 kB]
13:07:42 #11 13.39 Get:162 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB]
13:07:42 #11 13.39 Get:163 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoo-perl all 2.005004-3 [48.0 kB]
13:07:42 #11 13.39 Get:164 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libencode-locale-perl all 1.05-1.1 [11.8 kB]
13:07:42 #11 13.46 Get:165 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtimedate-perl all 2.3300-2 [34.0 kB]
13:07:42 #11 13.46 Get:166 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-date-perl all 6.05-1 [9920 B]
13:07:42 #11 13.46 Get:167 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-listing-perl all 6.14-1 [11.2 kB]
13:07:42 #11 13.53 Get:168 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB]
13:07:42 Setting up libgssapi-krb5-2:amd64 (1.20-1ubuntu0.1) ...
13:07:42 Setting up gir1.2-glib-2.0:amd64 (1.74.0-2) ...
13:07:42 Setting up libssh-4:amd64 (0.9.6-2build1) ...
13:07:42 Setting up gpgconf (2.2.35-3ubuntu1) ...
13:07:42 Setting up libpam-systemd:amd64 (251.4-1ubuntu7) ...
13:07:42 Setting up libcurl4:amd64 (7.85.0-1ubuntu0.2) ...
13:07:42 Setting up libpolkit-agent-1-0:amd64 (0.105-33) ...
13:07:42 Setting up curl (7.85.0-1ubuntu0.2) ...
13:07:42 Setting up polkitd (0.105-33) ...
13:07:42 Setting up gpg (2.2.35-3ubuntu1) ...
13:07:42 Setting up libgstreamer1.0-0:amd64 (1.20.3-1) ...
13:07:42 Setcap worked! gst-ptp-helper is not suid!
13:07:42 Setting up gnupg-utils (2.2.35-3ubuntu1) ...
13:07:42 #11 18.78 Selecting previously unselected package perl.
13:07:42 Reading package lists...
13:07:42 Selecting previously unselected package software-properties-common.
13:07:42 Preparing to unpack .../93-software-properties-common_0.99.9.10_all.deb ...
13:07:42 Unpacking software-properties-common (0.99.9.10) ...
13:07:42 Selecting previously unselected package gnupg2.
13:07:42 Preparing to unpack .../94-gnupg2_2.2.19-3ubuntu2.2_all.deb ...
13:07:42 Unpacking gnupg2 (2.2.19-3ubuntu2.2) ...
13:07:42 Setting up libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ...
13:07:42 Setting up liblmdb0:amd64 (0.9.24-1) ...
13:07:42 Setting up systemd-sysv (245.4-4ubuntu3.19) ...
13:07:42 Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
13:07:42 Setting up libproxy1v5:amd64 (0.4.15-10ubuntu1.2) ...
13:07:42 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
13:07:42 Setting up mime-support (3.64ubuntu1) ...
13:07:42 Setting up apt-transport-https (2.0.9) ...
13:07:42 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
13:07:42 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
13:07:42 Setting up distro-info-data (0.43ubuntu1.11) ...
13:07:42 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
13:07:42 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ...
13:07:42 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ...
13:07:42 Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [681 kB]
13:07:42 #11 13.53 Get:169 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liburi-perl all 5.10-1 [78.8 kB]
13:07:42 #11 13.53 Get:170 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-parser-perl armhf 3.76-1build2 [85.3 kB]
13:07:42 #11 13.53 Get:171 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-tree-perl all 5.07-2 [200 kB]
13:07:42 #11 13.54 Get:172 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-html-perl all 1.004-2 [15.4 kB]
13:07:42 #11 13.54 Get:173 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
13:07:42 #11 13.54 Get:174 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-message-perl all 6.36-1 [76.8 kB]
13:07:42 #11 13.61 Get:175 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-cookies-perl all 6.10-1 [18.4 kB]
13:07:42 #11 13.61 Get:176 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB]
13:07:42 #11 13.61 Get:177 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf perl-openssl-defaults armhf 5build2 [7544 B]
13:07:42 #11 13.68 Get:178 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-ssleay-perl armhf 1.92-1build2 [311 kB]
13:07:42 Setting up libtirpc3:amd64 (1.3.3+ds-1) ...
13:07:42 Setting up gpg-agent (2.2.35-3ubuntu1) ...
13:07:42 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
13:07:42 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
13:07:42 #11 18.78 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.3_armhf.deb ...
13:07:42 #11 18.79 Unpacking perl (5.30.0-9ubuntu0.3) ...
13:07:42 #11 18.84 Selecting previously unselected package openssl.
13:07:42 #11 18.84 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.17_armhf.deb ...
13:07:42 #11 18.85 Unpacking openssl (1.1.1f-1ubuntu2.17) ...
13:07:42 #11 18.93 Selecting previously unselected package ca-certificates.
13:07:42 #11 18.93 Preparing to unpack .../013-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
13:07:42 #11 18.94 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
13:07:42 #11 18.99 Selecting previously unselected package distro-info-data.
13:07:42 #11 19.00 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.11_all.deb ...
13:07:42 #11 19.00 Unpacking distro-info-data (0.43ubuntu1.11) ...
13:07:42 #11 19.03 Selecting previously unselected package libmagic-mgc.
13:07:42 #11 19.03 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_armhf.deb ...
13:07:42 #11 19.03 Unpacking libmagic-mgc (1:5.38-4) ...
13:07:42 Building dependency tree...
13:07:42 Reading state information...
13:07:42 Correcting dependencies... Done
13:07:42 Setting up libpackagekit-glib2-18:amd64 (1.1.13-2ubuntu1.1) ...
13:07:42 Setting up libnpth0:amd64 (1.6-1) ...
13:07:42 Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ...
13:07:42 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
13:07:42 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.2) ...
13:07:42 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
13:07:42 Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
13:07:42 
13:07:42 Current default time zone: 'Etc/UTC'
13:07:42 Local time is now:      Wed Feb  8 13:07:42 UTC 2023.
13:07:42 Universal Time is now:  Wed Feb  8 13:07:42 UTC 2023.
13:07:42 Run 'dpkg-reconfigure tzdata' if you wish to change it.
13:07:42 
13:07:42 Get:9 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
13:07:42 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [9667 B]
13:07:42 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1085 kB]
13:07:42 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [734 kB]
13:07:42 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1010 kB]
13:07:42 Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [49.0 kB]
13:07:42 Get:15 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [22.4 kB]
13:07:42 Get:16 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [754 kB]
13:07:42 Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [5557 B]
13:07:42 #11 13.68 Get:179 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-socket-ssl-perl all 2.074-2 [192 kB]
13:07:42 #11 13.69 Get:180 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-http-perl all 6.22-1 [23.2 kB]
13:07:42 #11 13.69 Get:181 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
13:07:42 #11 13.69 Get:182 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtry-tiny-perl all 0.31-1 [21.8 kB]
13:07:42 #11 13.69 Get:183 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB]
13:07:42 #11 13.69 Get:184 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwww-perl all 6.61-1 [141 kB]
13:07:42 #11 13.75 Get:185 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf patchutils armhf 0.4.2-1build2 [74.5 kB]
13:07:42 #11 13.75 Get:186 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf wdiff armhf 1.2.2-2build3 [29.3 kB]
13:07:42 #11 13.76 Get:187 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf devscripts armhf 2.22.1ubuntu1 [1057 kB]
13:07:42 #11 13.83 Get:188 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf diffstat armhf 1.64-1build2 [27.6 kB]
13:07:42 #11 13.83 Get:189 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-chardet all 4.0.0-1 [98.0 kB]
13:07:42 #11 13.83 Get:190 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf zstd armhf 1.4.8+dfsg-3build1 [597 kB]
13:07:42 #11 13.84 Get:191 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-debian all 0.1.43ubuntu1 [107 kB]
13:07:42 #11 13.84 Get:192 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgpgme11 armhf 1.16.0-1.2ubuntu4 [117 kB]
13:07:42 #11 13.84 Get:193 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-gpg armhf 1.16.0-1.2ubuntu4 [196 kB]
13:07:42 #11 13.85 Get:194 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dput all 1.1.0ubuntu2 [44.9 kB]
13:07:42 #11 13.90 Get:195 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fonts-dejavu-core all 2.37-2build1 [1041 kB]
13:07:42 #11 13.92 Get:196 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
13:07:42 #11 13.92 Get:197 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl3-gnutls armhf 7.81.0-1ubuntu1.7 [246 kB]
13:07:42 #11 13.97 Get:198 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liberror-perl all 0.17029-1 [26.5 kB]
13:07:43 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
13:07:43 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
13:07:43 Setting up gpgsm (2.2.35-3ubuntu1) ...
13:07:43 Setting up pkexec (0.105-33) ...
13:07:43 Setting up libcurl3-gnutls:amd64 (7.85.0-1ubuntu0.2) ...
13:07:43 Setting up libappstream4:amd64 (0.15.5-1) ...
13:07:43 Setting up dirmngr (2.2.35-3ubuntu1) ...
13:07:43 #11 19.10 Selecting previously unselected package libmagic1:armhf.
13:07:43 #11 19.10 Preparing to unpack .../016-libmagic1_1%3a5.38-4_armhf.deb ...
13:07:43 #11 19.11 Unpacking libmagic1:armhf (1:5.38-4) ...
13:07:43 #11 19.14 Selecting previously unselected package file.
13:07:43 #11 19.14 Preparing to unpack .../017-file_1%3a5.38-4_armhf.deb ...
13:07:43 #11 19.14 Unpacking file (1:5.38-4) ...
13:07:43 #11 19.18 Selecting previously unselected package less.
13:07:43 #11 19.18 Preparing to unpack .../018-less_551-1ubuntu0.1_armhf.deb ...
13:07:43 #11 19.18 Unpacking less (551-1ubuntu0.1) ...
13:07:43 #11 19.23 Selecting previously unselected package libelf1:armhf.
13:07:43 #11 19.23 Preparing to unpack .../019-libelf1_0.176-1.1build1_armhf.deb ...
13:07:43 #11 19.24 Unpacking libelf1:armhf (0.176-1.1build1) ...
13:07:43 #11 19.28 Selecting previously unselected package libglib2.0-0:armhf.
13:07:43 Skipping docker-ce, it is already installed and upgrade is not set.
13:07:43 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:07:43 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:07:43 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:07:43 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
13:07:43 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:07:43 The following additional packages will be installed:
13:07:43   containerd.io dbus dbus-user-session iptables libapparmor1 libargon2-0
13:07:43   libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
13:07:43   libiptc0 libjson-c3 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0
13:07:43   libpam-systemd libxtables12 multiarch-support systemd systemd-sysv
13:07:43 Suggested packages:
13:07:43   kmod systemd-container policykit-1
13:07:43 Recommended packages:
13:07:43   dmsetup networkd-dispatcher libnss-systemd
13:07:43 The following NEW packages will be installed:
13:07:43   containerd.io dbus dbus-user-session iptables libapparmor1 libargon2-0
13:07:43   libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
13:07:43   libiptc0 libjson-c3 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0
13:07:43   libpam-systemd libxtables12 multiarch-support systemd systemd-sysv
13:07:43 Setting up libcap2-bin (1:2.32-1) ...
13:07:43 Setting up libdconf1:amd64 (0.36.0-1) ...
13:07:43 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
13:07:43 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
13:07:43 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
13:07:43 Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ...
13:07:43 Setting up dbus (1.12.16-2ubuntu2.3) ...
13:07:43 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.2) ...
13:07:43 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
13:07:43 Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [799 kB]
13:07:43 #11 13.97 Get:199 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf git-man all 1:2.34.1-1ubuntu1.6 [953 kB]
13:07:43 #11 13.99 Get:200 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf git armhf 1:2.34.1-1ubuntu1.6 [3497 kB]
13:07:43 #11 14.15 Get:201 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-diff-perl all 1.201-1 [41.8 kB]
13:07:43 #11 14.15 Get:202 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-diff-xs-perl armhf 0.04-6build3 [11.5 kB]
13:07:43 #10 37.82 Selecting previously unselected package libxml2:armhf.
13:07:43 #10 37.83 Preparing to unpack .../060-libxml2_2.9.14+dfsg-1.1+b1_armhf.deb ...
13:07:43 #10 37.83 Unpacking libxml2:armhf (2.9.14+dfsg-1.1+b1) ...
13:07:43 #10 37.91 Selecting previously unselected package gettext.
13:07:43 #10 37.91 Preparing to unpack .../061-gettext_0.21-11_armhf.deb ...
13:07:43 #10 37.91 Unpacking gettext (0.21-11) ...
13:07:43 #10 38.03 Selecting previously unselected package intltool-debian.
13:07:43 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
13:07:43 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
13:07:43 Setting up gpg-wks-server (2.2.35-3ubuntu1) ...
13:07:43 Setting up libnsl2:amd64 (1.3.0-2build2) ...
13:07:43 Setting up policykit-1 (0.105-33) ...
13:07:43 Setting up gpg-wks-client (2.2.35-3ubuntu1) ...
13:07:43 Setting up libpython3.10-stdlib:amd64 (3.10.7-1ubuntu0.2) ...
13:07:43 Setting up gnupg (2.2.35-3ubuntu1) ...
13:07:43 Setting up packagekit (1.2.5-2ubuntu2) ...
13:07:43 invoke-rc.d: could not determine current runlevel
13:07:43 invoke-rc.d: policy-rc.d denied execution of force-reload.
13:07:43 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
13:07:43 #11 19.28 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_armhf.deb ...
13:07:43 #11 19.28 Unpacking libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
13:07:43 #11 19.40 Selecting previously unselected package libglib2.0-data.
13:07:43 #11 19.40 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
13:07:43 #11 19.41 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
13:07:43 #11 19.44 Selecting previously unselected package tzdata.
13:07:43 #11 19.45 Preparing to unpack .../022-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
13:07:43 #11 19.45 Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
13:07:43 0 upgraded, 23 newly installed, 0 to remove and 6 not upgraded.
13:07:43 Need to get 31.8 MB of archives.
13:07:43 After this operation, 132 MB of additional disk space will be used.
13:07:43 Get:1 https://download.docker.com/linux/ubuntu bionic/test amd64 containerd.io amd64 1.6.16-1 [27.7 MB]
13:07:43 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcap2 amd64 1:2.25-1.2 [13.0 kB]
13:07:43 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
13:07:43 Setting up python-apt-common (2.0.1) ...
13:07:43 Setting up libpam-systemd:amd64 (245.4-4ubuntu3.19) ...
13:07:43 #11 14.54 Get:203 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:07:43 #10 38.03 Preparing to unpack .../062-intltool-debian_0.35.0+20060710.6_all.deb ...
13:07:43 #10 38.04 Unpacking intltool-debian (0.35.0+20060710.6) ...
13:07:43 #10 38.07 Selecting previously unselected package po-debconf.
13:07:43 #10 38.07 Preparing to unpack .../063-po-debconf_1.0.21+nmu1_all.deb ...
13:07:43 #10 38.07 Unpacking po-debconf (1.0.21+nmu1) ...
13:07:43 #10 38.12 Selecting previously unselected package debhelper.
13:07:43 #10 38.12 Preparing to unpack .../064-debhelper_13.11.4_all.deb ...
13:07:43 #10 38.12 Unpacking debhelper (13.11.4) ...
13:07:43 #10 38.21 Selecting previously unselected package libfakeroot:armhf.
13:07:43 #10 38.21 Preparing to unpack .../065-libfakeroot_1.29-1_armhf.deb ...
13:07:43 #10 38.21 Unpacking libfakeroot:armhf (1.29-1) ...
13:07:43 #10 38.25 Selecting previously unselected package fakeroot.
13:07:43 #10 38.25 Preparing to unpack .../066-fakeroot_1.29-1_armhf.deb ...
13:07:43 #10 38.26 Unpacking fakeroot (1.29-1) ...
13:07:43 #10 38.29 Selecting previously unselected package libfile-dirlist-perl.
13:07:43 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
13:07:43 Setting up libpython3-stdlib:amd64 (3.10.6-1) ...
13:07:43 Setting up gnupg2 (2.2.35-3ubuntu1) ...
13:07:43 Setting up python3.10 (3.10.7-1ubuntu0.2) ...
13:07:43 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'.
13:07:43 #11 19.61 Selecting previously unselected package libicu66:armhf.
13:07:43 #11 19.62 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_armhf.deb ...
13:07:43 #11 19.62 Unpacking libicu66:armhf (66.1-2ubuntu2.1) ...
13:07:43 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libargon2-0 amd64 0~20161029-1.1 [19.9 kB]
13:07:43 Get:4 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:07:43 Setting up libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ...
13:07:43 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.2) ...
13:07:43 Setting up libstemmer0d:amd64 (0+svn585-2) ...
13:07:43 Setting up libmpdec2:amd64 (2.4.2-3) ...
13:07:43 Setting up glib-networking-common (2.64.2-1ubuntu0.1) ...
13:07:43 Setting up openssl (1.1.1f-1ubuntu2.17) ...
13:07:43 Setting up libelf1:amd64 (0.176-1.1build1) ...
13:07:43 Setting up readline-common (8.0-4) ...
13:07:43 Setting up iso-codes (4.4-1) ...
13:07:43 Setting up libpolkit-gobject-1-0:amd64 (0.105-26ubuntu1.3) ...
13:07:43 Setting up libgstreamer1.0-0:amd64 (1.16.3-0ubuntu1.1) ...
13:07:43 Setcap worked! gst-ptp-helper is not suid!
13:07:43 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
13:07:43 Setting up pinentry-curses (1.1.0-3build1) ...
13:07:43 Setting up glib-networking-services (2.64.2-1ubuntu0.1) ...
13:07:43 Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
13:07:43 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
13:07:43 Setting up libreadline8:amd64 (8.0-4) ...
13:07:43 #11 14.62 Get:204 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libaliased-perl all 0.34-1.1 [13.3 kB]
13:07:43 #11 14.64 Get:205 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libapt-pkg-perl armhf 0.1.40build2 [68.4 kB]
13:07:43 #11 14.78 Get:206 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive-cpio-perl all 0.10-1.1 [9928 B]
13:07:43 #11 14.79 Get:207 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarray-intspan-perl all 2.004-1 [24.5 kB]
13:07:43 #11 14.81 Get:208 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
13:07:43 #10 38.29 Preparing to unpack .../067-libfile-dirlist-perl_0.05-3_all.deb ...
13:07:43 #10 38.29 Unpacking libfile-dirlist-perl (0.05-3) ...
13:07:43 #10 38.32 Selecting previously unselected package libfile-which-perl.
13:07:43 #10 38.32 Preparing to unpack .../068-libfile-which-perl_1.27-2_all.deb ...
13:07:43 #10 38.32 Unpacking libfile-which-perl (1.27-2) ...
13:07:43 #10 38.35 Selecting previously unselected package libfile-homedir-perl.
13:07:43 #10 38.35 Preparing to unpack .../069-libfile-homedir-perl_1.006-2_all.deb ...
13:07:43 #10 38.36 Unpacking libfile-homedir-perl (1.006-2) ...
13:07:43 #10 38.39 Selecting previously unselected package libfile-touch-perl.
13:07:43 #10 38.39 Preparing to unpack .../070-libfile-touch-perl_0.12-2_all.deb ...
13:07:43 #10 38.39 Unpacking libfile-touch-perl (0.12-2) ...
13:07:43 #10 38.42 Selecting previously unselected package libio-pty-perl.
13:07:43 #10 38.42 Preparing to unpack .../071-libio-pty-perl_1%3a1.17-1_armhf.deb ...
13:07:43 #10 38.43 Unpacking libio-pty-perl (1:1.17-1) ...
13:07:43 #10 38.46 Selecting previously unselected package libipc-run-perl.
13:07:43 #10 38.46 Preparing to unpack .../072-libipc-run-perl_20220807.0-1_all.deb ...
13:07:43 #10 38.46 Unpacking libipc-run-perl (20220807.0-1) ...
13:07:43 #10 38.50 Selecting previously unselected package libclass-method-modifiers-perl.
13:07:43 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB]
13:07:43 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB]
13:07:43 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB]
13:07:43 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libip4tc0 amd64 1.6.1-2ubuntu2 [19.6 kB]
13:07:43 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB]
13:07:43 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB]
13:07:43 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.56 [2916 kB]
13:07:43 Setting up libglib2.0-bin (2.64.6-1~ubuntu20.04.4) ...
13:07:43 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
13:07:43 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
13:07:43 #11 14.82 Get:209 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:07:43 #11 14.82 Get:210 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libvariable-magic-perl armhf 0.62-1build5 [33.0 kB]
13:07:43 #11 14.85 Get:211 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libb-hooks-endofscope-perl all 0.25-1 [17.8 kB]
13:07:43 #11 14.86 Get:212 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libfreetype6 armhf 2.11.1+dfsg-1ubuntu0.1 [325 kB]
13:07:44 #10 38.50 Preparing to unpack .../073-libclass-method-modifiers-perl_2.14-1_all.deb ...
13:07:44 #10 38.50 Unpacking libclass-method-modifiers-perl (2.14-1) ...
13:07:44 #10 38.53 Selecting previously unselected package libclass-xsaccessor-perl.
13:07:44 #10 38.53 Preparing to unpack .../074-libclass-xsaccessor-perl_1.19-4+b1_armhf.deb ...
13:07:44 #10 38.54 Unpacking libclass-xsaccessor-perl (1.19-4+b1) ...
13:07:44 #10 38.57 Selecting previously unselected package libb-hooks-op-check-perl:armhf.
13:07:44 #10 38.57 Preparing to unpack .../075-libb-hooks-op-check-perl_0.22-2+b1_armhf.deb ...
13:07:44 #10 38.57 Unpacking libb-hooks-op-check-perl:armhf (0.22-2+b1) ...
13:07:44 #10 38.60 Selecting previously unselected package libdynaloader-functions-perl.
13:07:44 #10 38.60 Preparing to unpack .../076-libdynaloader-functions-perl_0.003-3_all.deb ...
13:07:44 #10 38.61 Unpacking libdynaloader-functions-perl (0.003-3) ...
13:07:44 #10 38.63 Selecting previously unselected package libdevel-callchecker-perl:armhf.
13:07:44 #10 38.64 Preparing to unpack .../077-libdevel-callchecker-perl_0.008-2_armhf.deb ...
13:07:44 #10 38.64 Unpacking libdevel-callchecker-perl:armhf (0.008-2) ...
13:07:44 #10 38.67 Selecting previously unselected package libparams-classify-perl:armhf.
13:07:44 #10 38.67 Preparing to unpack .../078-libparams-classify-perl_0.015-2+b1_armhf.deb ...
13:07:44 #10 38.68 Unpacking libparams-classify-perl:armhf (0.015-2+b1) ...
13:07:44 #10 38.71 Selecting previously unselected package libmodule-runtime-perl.
13:07:44 #10 38.71 Preparing to unpack .../079-libmodule-runtime-perl_0.016-2_all.deb ...
13:07:44 #10 38.71 Unpacking libmodule-runtime-perl (0.016-2) ...
13:07:44 #10 38.74 Selecting previously unselected package libimport-into-perl.
13:07:44 #10 38.74 Preparing to unpack .../080-libimport-into-perl_1.002005-2_all.deb ...
13:07:44 #10 38.75 Unpacking libimport-into-perl (1.002005-2) ...
13:07:44 #10 38.78 Selecting previously unselected package librole-tiny-perl.
13:07:44 #10 38.78 Preparing to unpack .../081-librole-tiny-perl_2.002004-1_all.deb ...
13:07:44 #10 38.79 Unpacking librole-tiny-perl (2.002004-1) ...
13:07:44 #10 38.83 Selecting previously unselected package libsub-quote-perl.
13:07:44 Setting up python3 (3.10.6-1) ...
13:07:44 Setting up python3-six (1.16.0-4) ...
13:07:44 CentOS Stream 9 - AppStream                      24 MB/s |  16 MB     00:00    
13:07:44 Fetched 25.4 MB in 2s (12.1 MB/s)
13:07:44 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.56 [11.8 kB]
13:07:44 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.6 [6960 B]
13:07:44 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.3 kB]
13:07:44 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dbus amd64 1.12.2-1ubuntu1.4 [150 kB]
13:07:44 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmnl0 amd64 1.0.4-2 [12.3 kB]
13:07:44 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.56 [107 kB]
13:07:44 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxtables12 amd64 1.6.1-2ubuntu2 [27.9 kB]
13:07:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libip6tc0 amd64 1.6.1-2ubuntu2 [19.9 kB]
13:07:44 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libiptc0 amd64 1.6.1-2ubuntu2 [9308 B]
13:07:44 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [37.8 kB]
13:07:44 Updating certificates in /etc/ssl/certs...
13:07:44 #11 14.96 Get:213 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfontconfig1 armhf 2.13.1-4.2ubuntu5 [109 kB]
13:07:44 #11 14.99 Get:214 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjpeg-turbo8 armhf 2.1.2-0ubuntu1 [116 kB]
13:07:44 #11 15.00 Get:215 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjpeg8 armhf 8c-2ubuntu10 [2266 B]
13:07:44 #11 15.00 Get:216 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdeflate0 armhf 1.10-2 [59.2 kB]
13:07:44 #11 15.01 Get:217 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libjbig0 armhf 2.1-3.1ubuntu0.22.04.1 [25.4 kB]
13:07:44 #11 15.01 Get:218 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwebp7 armhf 1.2.2-2 [166 kB]
13:07:44 #11 15.03 Get:219 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libtiff5 armhf 4.3.0-6ubuntu0.3 [165 kB]
13:07:44 #11 15.05 Get:220 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libxpm4 armhf 1:3.5.12-1ubuntu0.22.04.1 [31.3 kB]
13:07:44 #11 15.05 Get:221 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgd3 armhf 2.3.0-2ubuntu2 [111 kB]
13:07:44 #11 15.08 Get:222 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libc-devtools armhf 2.35-0ubuntu3.1 [29.7 kB]
13:07:44 #11 15.08 Get:223 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB]
13:07:44 #11 15.08 Get:224 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-data-inheritable-perl all 0.08-3 [8084 B]
13:07:44 #11 15.08 Get:225 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclone-perl armhf 0.45-1build3 [10.2 kB]
13:07:44 #11 15.15 Get:226 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcommon-sense-perl armhf 3.75-2build1 [21.2 kB]
13:07:44 #11 15.16 Get:227 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libconfig-tiny-perl all 2.28-1 [13.1 kB]
13:07:44 #11 15.16 Get:228 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libparams-util-perl armhf 1.102-1build3 [21.4 kB]
13:07:44 #11 15.16 Get:229 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-install-perl all 0.928-1.1 [9972 B]
13:07:44 #11 15.16 Get:230 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-optlist-perl all 0.112-1 [11.0 kB]
13:07:44 #11 15.16 Get:231 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-exporter-perl all 0.988-1 [50.6 kB]
13:07:44 #11 15.23 Get:232 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libconst-fast-perl all 0.014-1.1 [7756 B]
13:07:44 #11 15.23 Get:233 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwant-perl armhf 0.29-1build7 [23.4 kB]
13:07:44 #10 38.83 Preparing to unpack .../082-libsub-quote-perl_2.006008-1_all.deb ...
13:07:44 #10 38.84 Unpacking libsub-quote-perl (2.006008-1) ...
13:07:44 #10 38.87 Selecting previously unselected package libmoo-perl.
13:07:44 #10 38.87 Preparing to unpack .../083-libmoo-perl_2.005005-1_all.deb ...
13:07:44 #10 38.88 Unpacking libmoo-perl (2.005005-1) ...
13:07:44 #10 38.91 Selecting previously unselected package libencode-locale-perl.
13:07:44 #10 38.91 Preparing to unpack .../084-libencode-locale-perl_1.05-3_all.deb ...
13:07:44 #10 38.92 Unpacking libencode-locale-perl (1.05-3) ...
13:07:44 #10 38.95 Selecting previously unselected package libtimedate-perl.
13:07:44 #10 38.95 Preparing to unpack .../085-libtimedate-perl_2.3300-2_all.deb ...
13:07:44 #10 38.95 Unpacking libtimedate-perl (2.3300-2) ...
13:07:44 #10 38.99 Selecting previously unselected package libhttp-date-perl.
13:07:44 #10 38.99 Preparing to unpack .../086-libhttp-date-perl_6.05-2_all.deb ...
13:07:44 #10 39.00 Unpacking libhttp-date-perl (6.05-2) ...
13:07:44 #10 39.03 Selecting previously unselected package libfile-listing-perl.
13:07:44 #10 39.03 Preparing to unpack .../087-libfile-listing-perl_6.15-1_all.deb ...
13:07:44 #10 39.03 Unpacking libfile-listing-perl (6.15-1) ...
13:07:44 #10 39.06 Selecting previously unselected package libhtml-tagset-perl.
13:07:44 Setting up python3-pyparsing (3.0.7-2) ...
13:07:44 Setting up python3-gi (3.42.2-2) ...
13:07:44 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 iptables amd64 1.6.1-2ubuntu2 [269 kB]
13:07:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dbus-user-session amd64 1.12.2-1ubuntu1.4 [9388 B]
13:07:44 debconf: delaying package configuration, since apt-utils is not installed
13:07:44 Fetched 31.8 MB in 1s (26.5 MB/s)
13:07:44 Selecting previously unselected package libcap2:amd64.
13:07: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 ... 7168 files and directories currently installed.)
13:07:44 Preparing to unpack .../0-libcap2_1%3a2.25-1.2_amd64.deb ...
13:07:44 Unpacking libcap2:amd64 (1:2.25-1.2) ...
13:07:44 Selecting previously unselected package libargon2-0:amd64.
13:07:44 Preparing to unpack .../1-libargon2-0_0~20161029-1.1_amd64.deb ...
13:07:44 Unpacking libargon2-0:amd64 (0~20161029-1.1) ...
13:07:44 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:07:44 Preparing to unpack .../2-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
13:07:44 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:07:44 #11 15.23 Get:234 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcontextual-return-perl all 0.004014-2 [53.1 kB]
13:07:44 #11 15.23 Get:235 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcpanel-json-xs-perl armhf 4.27-1build1 [113 kB]
13:07:44 #11 15.30 Get:236 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
13:07:44 #11 15.30 Get:237 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libexception-class-perl all 1.45-1 [28.6 kB]
13:07:44 #11 15.30 Get:238 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
13:07:44 #11 15.30 Get:239 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
13:07:44 #11 15.30 Get:240 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libexporter-tiny-perl all 1.002002-1 [36.2 kB]
13:07:44 #11 15.31 Get:241 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-moreutils-xs-perl armhf 0.430-2build2 [37.3 kB]
13:07:44 #11 15.38 Get:242 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-moreutils-perl all 0.430-2 [38.2 kB]
13:07:44 #11 15.38 Get:243 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-dpath-perl all 0.58-1 [38.8 kB]
13:07:44 #11 15.38 Get:244 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-dump-perl all 1.25-1 [25.9 kB]
13:07:44 #11 15.38 Get:245 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-messagepack-perl armhf 1.01-2build1 [32.5 kB]
13:07:44 #11 15.45 Get:246 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
13:07:44 #11 15.45 Get:247 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-domain-perl all 0.10-1.1 [9992 B]
13:07:44 #11 15.45 Get:248 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
13:07:44 #11 15.45 Get:249 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-netmask-perl all 2.0001-1 [27.7 kB]
13:07:44 #11 15.45 Get:250 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnetaddr-ip-perl armhf 4.079+dfsg-1build7 [81.2 kB]
13:07:44 #11 15.45 Get:251 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-ip-perl all 0.30-1 [17.3 kB]
13:07:44 #11 15.52 Get:252 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-uri-perl all 0.07-2 [11.1 kB]
13:07:44 #11 15.52 Get:253 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdistro-info-perl all 1.1build1 [5644 B]
13:07:44 #11 15.52 Get:254 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libemail-address-xs-perl armhf 1.04-1build6 [26.0 kB]
13:07:44 #10 39.06 Preparing to unpack .../088-libhtml-tagset-perl_3.20-6_all.deb ...
13:07:44 #10 39.07 Unpacking libhtml-tagset-perl (3.20-6) ...
13:07:44 #10 39.10 Selecting previously unselected package libregexp-ipv6-perl.
13:07:44 #10 39.11 Preparing to unpack .../089-libregexp-ipv6-perl_0.03-3_all.deb ...
13:07:44 #10 39.11 Unpacking libregexp-ipv6-perl (0.03-3) ...
13:07:44 #10 39.14 Selecting previously unselected package liburi-perl.
13:07:44 #10 39.14 Preparing to unpack .../090-liburi-perl_5.17-1_all.deb ...
13:07:44 #10 39.15 Unpacking liburi-perl (5.17-1) ...
13:07:44 #10 39.19 Selecting previously unselected package libhtml-parser-perl:armhf.
13:07:44 #10 39.19 Preparing to unpack .../091-libhtml-parser-perl_3.81-1_armhf.deb ...
13:07:44 #10 39.20 Unpacking libhtml-parser-perl:armhf (3.81-1) ...
13:07:44 #10 39.23 Selecting previously unselected package libhtml-tree-perl.
13:07:44 #10 39.24 Preparing to unpack .../092-libhtml-tree-perl_5.07-3_all.deb ...
13:07:44 #10 39.24 Unpacking libhtml-tree-perl (5.07-3) ...
13:07:44 #10 39.28 Selecting previously unselected package libclone-perl:armhf.
13:07:44 #10 39.28 Preparing to unpack .../093-libclone-perl_0.46-1_armhf.deb ...
13:07:44 #10 39.29 Unpacking libclone-perl:armhf (0.46-1) ...
13:07:44 #10 39.32 Selecting previously unselected package libio-html-perl.
13:07:44 #11 20.39 Selecting previously unselected package libxml2:armhf.
13:07:44 #11 20.39 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_armhf.deb ...
13:07:44 #11 20.40 Unpacking libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.5) ...
13:07:44 #11 20.47 Selecting previously unselected package libyaml-0-2:armhf.
13:07:44 #11 20.47 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_armhf.deb ...
13:07:44 #11 20.48 Unpacking libyaml-0-2:armhf (0.2.2-1) ...
13:07:44 #11 20.51 Selecting previously unselected package lsb-release.
13:07:44 #11 20.51 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
13:07:44 #11 20.51 Unpacking lsb-release (11.1.0ubuntu2) ...
13:07:44 #11 20.54 Selecting previously unselected package netbase.
13:07:44 #11 20.54 Preparing to unpack .../027-netbase_6.1_all.deb ...
13:07:44 #11 20.55 Unpacking netbase (6.1) ...
13:07:44 #11 20.57 Selecting previously unselected package python3-pkg-resources.
13:07:44 #11 20.58 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
13:07:44 #11 20.58 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
13:07:44 #11 20.62 Selecting previously unselected package python3-six.
13:07:44 #11 20.62 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
13:07:44 #11 20.62 Unpacking python3-six (1.14.0-2) ...
13:07:44 #11 20.65 Selecting previously unselected package shared-mime-info.
13:07:44 #11 20.65 Preparing to unpack .../030-shared-mime-info_1.15-1_armhf.deb ...
13:07:44 #11 20.66 Unpacking shared-mime-info (1.15-1) ...
13:07:44 Setting up python3-jeepney (0.8.0-1) ...
13:07:44 Selecting previously unselected package libjson-c3:amd64.
13:07:44 Preparing to unpack .../3-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ...
13:07:44 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ...
13:07:44 Selecting previously unselected package libcryptsetup12:amd64.
13:07:44 Preparing to unpack .../4-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ...
13:07:44 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ...
13:07:44 Selecting previously unselected package libidn11:amd64.
13:07:44 Preparing to unpack .../5-libidn11_1.33-2.1ubuntu1.2_amd64.deb ...
13:07:44 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) ...
13:07:44 Selecting previously unselected package libip4tc0:amd64.
13:07:44 Preparing to unpack .../6-libip4tc0_1.6.1-2ubuntu2_amd64.deb ...
13:07:44 Unpacking libip4tc0:amd64 (1.6.1-2ubuntu2) ...
13:07:44 Selecting previously unselected package libapparmor1:amd64.
13:07:44 Preparing to unpack .../7-libapparmor1_2.12-4ubuntu5.1_amd64.deb ...
13:07:44 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) ...
13:07:44 Selecting previously unselected package libkmod2:amd64.
13:07:44 Preparing to unpack .../8-libkmod2_24-1ubuntu3.5_amd64.deb ...
13:07:44 Unpacking libkmod2:amd64 (24-1ubuntu3.5) ...
13:07:44 Setting up libcap2:amd64 (1:2.25-1.2) ...
13:07:44 Setting up libargon2-0:amd64 (0~20161029-1.1) ...
13:07:44 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:07:44 Reading package lists...
13:07:44 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:07:44 #11 15.52 Get:255 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-system-simple-perl all 1.30-1 [23.2 kB]
13:07:44 #11 15.60 Get:256 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-basedir-perl all 0.09-1 [15.7 kB]
13:07:44 #11 15.60 Get:257 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
13:07:44 #11 15.60 Get:258 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-fcntllock-perl armhf 0.22-3build7 [33.3 kB]
13:07:44 #11 15.60 Get:259 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnumber-compare-perl all 0.03-2 [7058 B]
13:07:44 #11 15.60 Get:260 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-glob-perl all 0.11-2 [8042 B]
13:07:44 #11 15.60 Get:261 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-find-rule-perl all 0.34-1 [28.3 kB]
13:07:44 #11 15.67 Get:262 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfont-afm-perl all 1.20-3 [13.6 kB]
13:07:44 #11 15.67 Get:263 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-string-perl all 1.08-3.1 [10.7 kB]
13:07:44 #11 15.67 Get:264 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfont-ttf-perl all 1.06-1.1 [316 kB]
13:07:44 #11 15.68 Get:265 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsort-versions-perl all 1.62-1 [9294 B]
13:07:44 #11 15.74 Get:266 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB]
13:07:44 #11 15.74 Get:267 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
13:07:44 #11 15.74 Get:268 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB]
13:07:44 #11 15.75 Get:269 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-perl all 4.04000-1 [81.8 kB]
13:07:44 #11 15.75 Get:270 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblog-any-perl all 1.710-1 [68.4 kB]
13:07:44 #11 15.75 Get:271 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
13:07:44 #11 15.82 Get:272 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpackage-stash-perl all 0.39-1 [19.1 kB]
13:07:44 124 added, 0 removed; done.
13:07:44 Setting up dbus-user-session (1.12.16-2ubuntu2.3) ...
13:07:44 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
13:07:44 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.2) ...
13:07:44 Setting up gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ...
13:07:44 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
13:07:44 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
13:07:44 Setting up libpolkit-agent-1-0:amd64 (0.105-26ubuntu1.3) ...
13:07:44 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.6) ...
13:07:44 Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
13:07:44 #10 39.32 Preparing to unpack .../094-libio-html-perl_1.004-3_all.deb ...
13:07:44 #10 39.32 Unpacking libio-html-perl (1.004-3) ...
13:07:44 #10 39.35 Selecting previously unselected package liblwp-mediatypes-perl.
13:07:44 #10 39.35 Preparing to unpack .../095-liblwp-mediatypes-perl_6.04-2_all.deb ...
13:07:44 #10 39.36 Unpacking liblwp-mediatypes-perl (6.04-2) ...
13:07:44 #10 39.39 Selecting previously unselected package libhttp-message-perl.
13:07:44 #10 39.39 Preparing to unpack .../096-libhttp-message-perl_6.44-1_all.deb ...
13:07:44 #10 39.39 Unpacking libhttp-message-perl (6.44-1) ...
13:07:44 #10 39.43 Selecting previously unselected package libhttp-cookies-perl.
13:07:44 #10 39.43 Preparing to unpack .../097-libhttp-cookies-perl_6.10-1_all.deb ...
13:07:44 #10 39.44 Unpacking libhttp-cookies-perl (6.10-1) ...
13:07:44 #10 39.47 Selecting previously unselected package libhttp-negotiate-perl.
13:07:44 #10 39.47 Preparing to unpack .../098-libhttp-negotiate-perl_6.01-2_all.deb ...
13:07:44 #10 39.47 Unpacking libhttp-negotiate-perl (6.01-2) ...
13:07:44 #10 39.50 Selecting previously unselected package perl-openssl-defaults:armhf.
13:07:44 #10 39.50 Preparing to unpack .../099-perl-openssl-defaults_7+b1_armhf.deb ...
13:07:44 #10 39.51 Unpacking perl-openssl-defaults:armhf (7+b1) ...
13:07:44 #10 39.54 Selecting previously unselected package libnet-ssleay-perl:armhf.
13:07:44 #11 20.73 Selecting previously unselected package ucf.
13:07:44 #11 20.73 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
13:07:44 #11 20.73 Moving old data out of the way
13:07:44 #11 20.73 Unpacking ucf (3.0038+nmu1) ...
13:07:44 #11 20.77 Selecting previously unselected package xdg-user-dirs.
13:07:44 #11 20.77 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_armhf.deb ...
13:07:44 #11 20.78 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
13:07:44 #11 20.83 Selecting previously unselected package xz-utils.
13:07:44 #11 20.83 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_armhf.deb ...
13:07:44 #11 20.83 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
13:07:44 #11 20.86 Selecting previously unselected package gettext-base.
13:07:44 #11 20.87 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_armhf.deb ...
13:07:44 #11 20.87 Unpacking gettext-base (0.19.8.1-10build1) ...
13:07:44 #11 20.90 Selecting previously unselected package iso-codes.
13:07:44 #11 20.90 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
13:07:44 #11 20.90 Unpacking iso-codes (4.4-1) ...
13:07:44 Setting up python3-httplib2 (0.20.4-2) ...
13:07:44 Setting up lsb-release (11.2ubuntu1) ...
13:07:44 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ...
13:07:44 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ...
13:07:44 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ...
13:07:44 Setting up libip4tc0:amd64 (1.6.1-2ubuntu2) ...
13:07:44 Selecting previously unselected package systemd.
13:07: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 ... 7215 files and directories currently installed.)
13:07:44 Preparing to unpack .../systemd_237-3ubuntu10.56_amd64.deb ...
13:07:44 Unpacking systemd (237-3ubuntu10.56) ...
13:07:45 #11 15.82 Get:273 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-identify-perl armhf 0.14-1build5 [9848 B]
13:07:45 #11 15.82 Get:274 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-name-perl armhf 0.26-1build3 [10.7 kB]
13:07:45 #11 15.82 Get:275 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:07:45 #11 15.89 Get:276 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpath-tiny-perl all 0.122-1 [45.9 kB]
13:07:45 #11 15.89 Get:277 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstrictures-perl all 2.000006-1 [16.3 kB]
13:07:45 #11 15.89 Get:278 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtype-tiny-perl all 1.012004-1 [321 kB]
13:07:45 #11 15.90 Get:279 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
13:07:45 #11 15.91 Get:280 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhash-fieldhash-perl armhf 0.15-1build5 [16.1 kB]
13:07:45 #11 15.91 Get:281 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-form-perl all 6.07-1 [22.2 kB]
13:07:45 #11 15.96 Get:282 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-format-perl all 2.12-1.1 [41.3 kB]
13:07:45 #10 39.54 Preparing to unpack .../100-libnet-ssleay-perl_1.92-2+b2_armhf.deb ...
13:07:45 #10 39.54 Unpacking libnet-ssleay-perl:armhf (1.92-2+b2) ...
13:07:45 #10 39.60 Selecting previously unselected package libio-socket-ssl-perl.
13:07:45 #10 39.60 Preparing to unpack .../101-libio-socket-ssl-perl_2.078-1_all.deb ...
13:07:45 #10 39.60 Unpacking libio-socket-ssl-perl (2.078-1) ...
13:07:45 #10 39.65 Selecting previously unselected package libnet-http-perl.
13:07:45 #10 39.65 Preparing to unpack .../102-libnet-http-perl_6.22-1_all.deb ...
13:07:45 #10 39.65 Unpacking libnet-http-perl (6.22-1) ...
13:07:45 #10 39.68 Selecting previously unselected package liblwp-protocol-https-perl.
13:07:45 #10 39.68 Preparing to unpack .../103-liblwp-protocol-https-perl_6.10-1_all.deb ...
13:07:45 #10 39.69 Unpacking liblwp-protocol-https-perl (6.10-1) ...
13:07:45 #10 39.72 Selecting previously unselected package libtry-tiny-perl.
13:07:45 #10 39.72 Preparing to unpack .../104-libtry-tiny-perl_0.31-2_all.deb ...
13:07:45 #10 39.72 Unpacking libtry-tiny-perl (0.31-2) ...
13:07:45 #10 39.76 Selecting previously unselected package libwww-robotrules-perl.
13:07:45 #11 21.27 Selecting previously unselected package krb5-locales.
13:07:45 Setting up python3-cffi-backend:amd64 (1.15.1-1) ...
13:07:45 Setting up python3-blinker (1.4+dfsg1-0.5) ...
13:07:45 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
13:07:45 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ...
13:07:45 Setting up libkmod2:amd64 (24-1ubuntu3.5) ...
13:07:45 Setting up systemd (237-3ubuntu10.56) ...
13:07:45 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:07:45 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:07:45 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
13:07:45 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
13:07:45 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
13:07:45 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
13:07:45 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
13:07:45 Initializing machine ID from random generator.
13:07:45 #11 15.96 Get:283 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
13:07:45 #11 15.97 Get:284 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libhttp-daemon-perl all 6.13-1ubuntu0.1 [22.9 kB]
13:07:45 #11 15.97 Get:285 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-interactive-perl all 1.023-1 [10.4 kB]
13:07:45 #11 16.04 Get:286 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-prompt-tiny-perl all 0.003-1 [8924 B]
13:07:45 #11 16.04 Get:287 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtypes-serialiser-perl all 1.01-1 [11.6 kB]
13:07:45 #11 16.04 Get:288 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-xs-perl armhf 4.030-1build3 [85.8 kB]
13:07:45 #11 16.04 Get:289 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-maybexs-perl all 1.004003-1 [11.3 kB]
13:07:45 #11 16.04 Get:290 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libldap-common all 2.5.13+dfsg-0ubuntu0.22.04.1 [15.9 kB]
13:07:45 #11 16.04 Get:291 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-compare-perl all 0.55-1 [63.3 kB]
13:07:45 #11 16.11 Get:292 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB]
13:07:45 #11 16.11 Get:293 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-someutils-xs-perl armhf 0.58-2build3 [31.4 kB]
13:07:45 #11 16.11 Get:294 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-utilsby-perl all 0.11-1 [14.7 kB]
13:07:45 #11 16.11 Get:295 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libltdl7 armhf 2.4.6-15build2 [36.7 kB]
13:07:45 #11 16.18 Get:296 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libltdl-dev armhf 2.4.6-15build2 [167 kB]
13:07:45 #11 16.19 Get:297 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblzo2-2 armhf 2.10-2build3 [47.6 kB]
13:07:45 #11 16.19 Get:298 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsys-hostname-long-perl all 1.5-2 [11.5 kB]
13:07:45 #11 16.19 Get:299 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
13:07:45 #11 16.19 Get:300 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:07:45 #11 16.19 Get:301 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmailtools-perl all 2.21-1 [80.7 kB]
13:07:45 #11 16.26 Get:302 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmarkdown2 armhf 2.2.7-2 [31.3 kB]
13:07:45 #10 39.76 Preparing to unpack .../105-libwww-robotrules-perl_6.02-1_all.deb ...
13:07:45 #10 39.76 Unpacking libwww-robotrules-perl (6.02-1) ...
13:07:45 #10 39.79 Selecting previously unselected package libwww-perl.
13:07:45 #10 39.79 Preparing to unpack .../106-libwww-perl_6.67-1_all.deb ...
13:07:45 #10 39.80 Unpacking libwww-perl (6.67-1) ...
13:07:45 #10 39.84 Selecting previously unselected package patchutils.
13:07:45 #10 39.85 Preparing to unpack .../107-patchutils_0.4.2-1_armhf.deb ...
13:07:45 #10 39.85 Unpacking patchutils (0.4.2-1) ...
13:07:45 #10 39.92 Selecting previously unselected package wdiff.
13:07:45 #10 39.92 Preparing to unpack .../108-wdiff_1.2.2-4_armhf.deb ...
13:07:45 #10 39.94 Unpacking wdiff (1.2.2-4) ...
13:07:45 #10 39.99 Selecting previously unselected package devscripts.
13:07:45 #10 39.99 Preparing to unpack .../109-devscripts_2.22.2_armhf.deb ...
13:07:45 #10 40.01 Unpacking devscripts (2.22.2) ...
13:07:45 #10 40.12 Selecting previously unselected package equivs.
13:07:45 #11 21.27 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.2_all.deb ...
13:07:45 #11 21.28 Unpacking krb5-locales (1.17-6ubuntu4.2) ...
13:07:45 #11 21.32 Selecting previously unselected package libcbor0.6:armhf.
13:07:45 #11 21.32 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_armhf.deb ...
13:07:45 #11 21.33 Unpacking libcbor0.6:armhf (0.6.0-0ubuntu1) ...
13:07:45 #11 21.36 Selecting previously unselected package libedit2:armhf.
13:07:45 #11 21.36 Preparing to unpack .../038-libedit2_3.1-20191231-1_armhf.deb ...
13:07:45 #11 21.37 Unpacking libedit2:armhf (3.1-20191231-1) ...
13:07:45 #11 21.40 Selecting previously unselected package libfido2-1:armhf.
13:07:45 #11 21.41 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_armhf.deb ...
13:07:45 #11 21.41 Unpacking libfido2-1:armhf (1.3.1-1ubuntu2) ...
13:07:45 #11 21.45 Selecting previously unselected package libkrb5support0:armhf.
13:07:45 #11 21.45 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.2_armhf.deb ...
13:07:45 #11 21.45 Unpacking libkrb5support0:armhf (1.17-6ubuntu4.2) ...
13:07:45 #11 21.48 Selecting previously unselected package libk5crypto3:armhf.
13:07:45 #11 21.48 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.2_armhf.deb ...
13:07:45 #11 21.49 Unpacking libk5crypto3:armhf (1.17-6ubuntu4.2) ...
13:07:45 #11 21.53 Selecting previously unselected package libkeyutils1:armhf.
13:07:45 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
13:07:45 Setting up policykit-1 (0.105-26ubuntu1.3) ...
13:07:45 Setting up python3-more-itertools (8.10.0-2) ...
13:07:45 Setting up python3-dbus (1.2.18-3build1) ...
13:07:45 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb'.
13:07:45 #11 16.26 Get:303 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmath-base85-perl all 0.5+dfsg-1 [6764 B]
13:07:45 #10 40.13 Preparing to unpack .../110-equivs_2.3.1_all.deb ...
13:07:45 #10 40.13 Unpacking equivs (2.3.1) ...
13:07:45 #10 40.17 Selecting previously unselected package libcurl3-gnutls:armhf.
13:07:45 #10 40.17 Preparing to unpack .../111-libcurl3-gnutls_7.87.0-2_armhf.deb ...
13:07:45 #10 40.18 Unpacking libcurl3-gnutls:armhf (7.87.0-2) ...
13:07:45 #10 40.25 Selecting previously unselected package liberror-perl.
13:07:45 #11 21.53 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1.1_armhf.deb ...
13:07:45 #11 21.53 Unpacking libkeyutils1:armhf (1.6-6ubuntu1.1) ...
13:07:45 #11 21.57 Selecting previously unselected package libkrb5-3:armhf.
13:07:45 #11 21.57 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.2_armhf.deb ...
13:07:45 #11 21.57 Unpacking libkrb5-3:armhf (1.17-6ubuntu4.2) ...
13:07:45 #11 21.64 Selecting previously unselected package libgssapi-krb5-2:armhf.
13:07:45 #11 21.64 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.2_armhf.deb ...
13:07:45 #11 21.64 Unpacking libgssapi-krb5-2:armhf (1.17-6ubuntu4.2) ...
13:07:45 #11 21.68 Selecting previously unselected package libpsl5:armhf.
13:07:45 #11 21.68 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_armhf.deb ...
13:07:45 #11 21.69 Unpacking libpsl5:armhf (0.21.0-1ubuntu1) ...
13:07:45 #11 21.72 Selecting previously unselected package libxau6:armhf.
13:07:45 #11 21.72 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_armhf.deb ...
13:07:45 #11 21.73 Unpacking libxau6:armhf (1:1.0.9-0ubuntu1) ...
13:07:45 #11 21.76 Selecting previously unselected package libxdmcp6:armhf.
13:07:45 Setting up gpg (2.2.19-3ubuntu2.2) ...
13:07:45 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
13:07:45 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
13:07:45 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
13:07:45 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
13:07:45 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
13:07:45 Reading package lists...
13:07:45 Building dependency tree...
13:07:45 Reading state information...
13:07:45 Setting up python3-distro (1.7.0-1) ...
13:07:45 Setting up python3-jwt (2.4.0-1) ...
13:07:45 #11 16.65 Get:304 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoox-aliases-perl all 0.001006-1.1 [6632 B]
13:07:45 #11 16.73 Get:305 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
13:07:45 #11 16.74 Get:306 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
13:07:45 #11 16.81 Get:307 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoox-struct-perl all 0.020-1 [23.7 kB]
13:07:45 #11 16.85 Get:308 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmouse-perl armhf 2.5.10-1build4 [156 kB]
13:07:45 Selecting previously unselected package systemd-sysv.
13:07:45 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7916 files and directories currently installed.)
13:07:45 Preparing to unpack .../systemd-sysv_237-3ubuntu10.56_amd64.deb ...
13:07:45 Unpacking systemd-sysv (237-3ubuntu10.56) ...
13:07:45 Selecting previously unselected package multiarch-support.
13:07:45 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.6_amd64.deb ...
13:07:45 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
13:07:45 Setting up multiarch-support (2.27-3ubuntu1.6) ...
13:07:45 Selecting previously unselected package libnfnetlink0:amd64.
13:07:45 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7936 files and directories currently installed.)
13:07:45 Preparing to unpack .../00-libnfnetlink0_1.0.1-3_amd64.deb ...
13:07:45 Unpacking libnfnetlink0:amd64 (1.0.1-3) ...
13:07:45 Selecting previously unselected package dbus.
13:07:45 Preparing to unpack .../01-dbus_1.12.2-1ubuntu1.4_amd64.deb ...
13:07:45 Unpacking dbus (1.12.2-1ubuntu1.4) ...
13:07:45 Selecting previously unselected package libmnl0:amd64.
13:07:45 Preparing to unpack .../02-libmnl0_1.0.4-2_amd64.deb ...
13:07:45 Unpacking libmnl0:amd64 (1.0.4-2) ...
13:07:45 Selecting previously unselected package libpam-systemd:amd64.
13:07:45 Preparing to unpack .../03-libpam-systemd_237-3ubuntu10.56_amd64.deb ...
13:07:45 Unpacking libpam-systemd:amd64 (237-3ubuntu10.56) ...
13:07:45 #10 40.25 Preparing to unpack .../112-liberror-perl_0.17029-2_all.deb ...
13:07:45 #10 40.25 Unpacking liberror-perl (0.17029-2) ...
13:07:45 #10 40.29 Selecting previously unselected package git-man.
13:07:45 #10 40.29 Preparing to unpack .../113-git-man_1%3a2.39.1-0.1_all.deb ...
13:07:45 #10 40.30 Unpacking git-man (1:2.39.1-0.1) ...
13:07:45 #10 40.40 Selecting previously unselected package git.
13:07:45 #10 40.40 Preparing to unpack .../114-git_1%3a2.39.1-0.1_armhf.deb ...
13:07:45 #10 40.41 Unpacking git (1:2.39.1-0.1) ...
13:07:45 #11 21.76 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_armhf.deb ...
13:07:45 #11 21.76 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu1) ...
13:07:45 #11 21.80 Selecting previously unselected package libxcb1:armhf.
13:07:45 #11 21.80 Preparing to unpack .../048-libxcb1_1.14-2_armhf.deb ...
13:07:45 #11 21.80 Unpacking libxcb1:armhf (1.14-2) ...
13:07:45 #11 21.83 Selecting previously unselected package libx11-data.
13:07:45 #11 21.83 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
13:07:45 #11 21.83 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
13:07:45 #11 21.90 Selecting previously unselected package libx11-6:armhf.
13:07:45 #11 21.90 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_armhf.deb ...
13:07:45 #11 21.90 Unpacking libx11-6:armhf (2:1.6.9-2ubuntu1.2) ...
13:07:45 #11 21.98 Selecting previously unselected package libxext6:armhf.
13:07:45 #11 21.98 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_armhf.deb ...
13:07:45 #11 21.98 Unpacking libxext6:armhf (2:1.3.4-0ubuntu1) ...
13:07:45 #11 22.01 Selecting previously unselected package libxmuu1:armhf.
13:07:45 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
13:07:45 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
13:07:45 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
13:07:45 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
13:07:45 Setting up dconf-service (0.36.0-1) ...
13:07:45 Setting up python3 (3.8.2-0ubuntu2) ...
13:07:45 The following additional packages will be installed:
13:07:45   dbus dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0
13:07:45   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
13:07:45   gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0
13:07:45   libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
13:07:45   libdevmapper1.02.1 libdw1 libelf1 libexpat1 libgirepository-1.0-1
13:07:45   libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu70
13:07:45   libip4tc2 libjson-c5 libkmod2 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14
13:07:45   libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
13:07:45   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
13:07:45   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
13:07:45   libsqlite3-0 libssh-4 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2
13:07:45   media-types openssl packagekit pinentry-curses pkexec policykit-1 polkitd
13:07:45   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
13:07:45   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
13:07:45   python3-importlib-metadata python3-jeepney python3-jwt python3-keyring
13:07:45   python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri
13:07:45   python3-minimal python3-more-itertools python3-oauthlib
13:07:45   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
13:07:45   python3-software-properties python3-wadllib python3-zipp python3.10
13:07:45   python3.10-minimal readline-common systemd systemd-sysv
13:07:45 Suggested packages:
13:07:45   default-dbus-session-bus | dbus-session-bus dbus-user-session
13:07:45   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery
13:07:45   gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
13:07:45   python3-venv python3-apt-dbg python-apt-doc python-blinker-doc
13:07:45   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
13:07:45   python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin
13:07:45   python3-keyrings.alt python3-testresources python3-setuptools
13:07:45   python-pyparsing-doc python-secretstorage-doc python3.10-venv python3.10-doc
13:07:45   binutils binfmt-support readline-doc systemd-container libfido2-1
13:07:45   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
13:07:45 Recommended packages:
13:07:45   libpam-cap dmsetup shared-mime-info xdg-user-dirs libldap-common
13:07:45   publicsuffix libsasl2-modules packagekit-tools unattended-upgrades
13:07:45   networkd-dispatcher systemd-timesyncd | time-daemon libnss-systemd
13:07:45 The following NEW packages will be installed:
13:07:45   apt-transport-https ca-certificates curl dbus dirmngr distro-info-data
13:07:45   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
13:07:45   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
13:07:45   libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin
13:07:45   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
13:07:45   libdw1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
13:07:45   libglib2.0-data libgstreamer1.0-0 libicu70 libip4tc2 libjson-c5 libkmod2
13:07:45   libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0
13:07:45   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
13:07:45   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
13:07:45   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
13:07:45   libsqlite3-0 libssh-4 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2
13:07:45   lsb-release media-types openssl packagekit pinentry-curses pkexec
13:07:45   policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker
13:07:45   python3-cffi-backend python3-cryptography python3-dbus python3-distro
13:07:45   python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney
13:07:45   python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
13:07:45   python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib
13:07:45   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
13:07:45   python3-software-properties python3-wadllib python3-zipp python3.10
13:07:45   python3.10-minimal readline-common software-properties-common systemd
13:07:45   systemd-sysv
13:07:45 Setting up python3-apt (2.4.0+22.10) ...
13:07:45 Setting up python3-lazr.uri (1.0.6-2) ...
13:07:46 #11 16.99 Get:309 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpackage-stash-xs-perl armhf 0.29-1build5 [17.7 kB]
13:07:46 #11 16.99 Get:310 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
13:07:46 #11 17.01 Get:311 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libperlio-gzip-perl armhf 0.19-1build8 [13.6 kB]
13:07:46 #11 17.02 Get:312 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libperlio-utf8-strict-perl armhf 0.009-1build1 [11.2 kB]
13:07:46 #11 17.02 Get:313 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpod-parser-perl all 1.63-2 [82.2 kB]
13:07:46 #11 17.05 Get:314 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpod-constants-perl all 0.19-2 [16.3 kB]
13:07:46 #11 17.05 Get:315 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libproc-processtable-perl armhf 0.634-1build1 [37.0 kB]
13:07:46 #11 17.06 Get:316 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libre2-9 armhf 20220201+dfsg-1 [161 kB]
13:07:46 #11 17.09 Get:317 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libre-engine-re2-perl armhf 0.14-1build2 [17.2 kB]
13:07:46 Selecting previously unselected package libxtables12:amd64.
13:07:46 Preparing to unpack .../04-libxtables12_1.6.1-2ubuntu2_amd64.deb ...
13:07:46 Unpacking libxtables12:amd64 (1.6.1-2ubuntu2) ...
13:07:46 Selecting previously unselected package libip6tc0:amd64.
13:07:46 Preparing to unpack .../05-libip6tc0_1.6.1-2ubuntu2_amd64.deb ...
13:07:46 Unpacking libip6tc0:amd64 (1.6.1-2ubuntu2) ...
13:07:46 Selecting previously unselected package libiptc0:amd64.
13:07:46 Preparing to unpack .../06-libiptc0_1.6.1-2ubuntu2_amd64.deb ...
13:07:46 Unpacking libiptc0:amd64 (1.6.1-2ubuntu2) ...
13:07:46 Selecting previously unselected package libnetfilter-conntrack3:amd64.
13:07:46 Preparing to unpack .../07-libnetfilter-conntrack3_1.0.6-2_amd64.deb ...
13:07:46 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ...
13:07:46 Selecting previously unselected package iptables.
13:07:46 Preparing to unpack .../08-iptables_1.6.1-2ubuntu2_amd64.deb ...
13:07:46 Unpacking iptables (1.6.1-2ubuntu2) ...
13:07:46 Selecting previously unselected package containerd.io.
13:07:46 Preparing to unpack .../09-containerd.io_1.6.16-1_amd64.deb ...
13:07:46 Unpacking containerd.io (1.6.16-1) ...
13:07:46 #10 40.82 Setting up media-types (8.0.0) ...
13:07:46 #11 22.01 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_armhf.deb ...
13:07:46 #11 22.02 Unpacking libxmuu1:armhf (2:1.1.3-0ubuntu1) ...
13:07:46 #11 22.05 Selecting previously unselected package manpages.
13:07:46 #11 22.05 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
13:07:46 #11 22.05 Unpacking manpages (5.05-1) ...
13:07:46 #11 22.18 Selecting previously unselected package openssh-client.
13:07:46 #11 22.18 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.5_armhf.deb ...
13:07:46 #11 22.19 Unpacking openssh-client (1:8.2p1-4ubuntu0.5) ...
13:07:46 #11 22.27 Selecting previously unselected package publicsuffix.
13:07:46 Setting up python3-six (1.14.0-2) ...
13:07:46 Setting up gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ...
13:07:46 Setting up python3-certifi (2019.11.28-1) ...
13:07:46 Setting up python3-zipp (1.0.0-4) ...
13:07:46 Setting up python3-cryptography (3.4.8-2) ...
13:07:46 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'.
13:07:46 #11 17.10 Get:318 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libreadonly-perl all 2.050-3 [19.9 kB]
13:07:46 #11 17.13 Get:319 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libref-util-perl all 0.204-1 [15.0 kB]
13:07:46 #11 17.13 Get:320 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libref-util-xs-perl armhf 0.117-1build5 [11.5 kB]
13:07:46 #11 17.13 Get:321 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB]
13:07:46 #11 17.14 Get:322 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
13:07:46 #11 17.14 Get:323 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-modules armhf 2.1.27+dfsg2-3ubuntu1.1 [49.9 kB]
13:07:46 #11 17.15 Get:324 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsereal-decoder-perl armhf 4.023+ds-1 [94.5 kB]
13:07:46 #11 17.20 Get:325 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsereal-encoder-perl armhf 4.023+ds-1 [97.2 kB]
13:07:46 #11 17.21 Get:326 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libset-intspan-perl all 1.19-2 [26.1 kB]
13:07:46 #11 17.21 Get:327 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsocket6-perl armhf 0.29-1build4 [18.7 kB]
13:07:46 #11 17.21 Get:328 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-copyright-perl all 0.003012-1 [21.3 kB]
13:07:46 #11 17.28 Get:329 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
13:07:46 #11 17.28 Get:330 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-shellquote-perl all 1.04-1 [12.0 kB]
13:07:46 #11 17.28 Get:331 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxs-parse-keyword-perl armhf 0.21-1build1 [48.7 kB]
13:07:46 #11 17.28 Get:332 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsyntax-keyword-try-perl armhf 0.26-1build1 [25.8 kB]
13:07:46 #11 17.28 Get:333 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libterm-readkey-perl armhf 2.38-1build4 [23.8 kB]
13:07:46 #11 17.28 Get:334 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-levenshteinxs-perl armhf 0.03-4build10 [7566 B]
13:07:46 #11 17.35 Get:335 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-markdown-discount-perl armhf 0.13-1build1 [12.4 kB]
13:07:46 #10 40.84 Setting up libpipeline1:armhf (1.5.7-1) ...
13:07:46 #10 40.85 Setting up wdiff (1.2.2-4) ...
13:07:46 #10 40.87 Setting up libicu72:armhf (72.1-3) ...
13:07:46 #10 40.88 Setting up bsdextrautils (2.38.1-4) ...
13:07:46 #10 40.89 Setting up libmagic-mgc (1:5.44-3) ...
13:07:46 #10 40.91 Setting up libtirpc-common (1.3.3+ds-1) ...
13:07:46 #10 40.93 Setting up binutils-common:armhf (2.40-2+rpi1) ...
13:07:46 #10 40.94 Setting up libmagic1:armhf (1:5.44-3) ...
13:07:46 #10 40.97 Setting up perl-openssl-defaults:armhf (7+b1) ...
13:07:46 #10 40.98 Setting up linux-libc-dev:armhf (6.0.12-1+rpi1) ...
13:07:46 #10 40.99 Setting up libctf-nobfd0:armhf (2.40-2+rpi1) ...
13:07:46 #10 41.00 Setting up gettext-base (0.21-11) ...
13:07:46 #10 41.02 Setting up m4 (1.4.19-3) ...
13:07:46 #10 41.03 Setting up libcurl3-gnutls:armhf (7.87.0-2) ...
13:07:46 #10 41.04 Setting up file (1:5.44-3) ...
13:07:46 #10 41.06 Setting up libgomp1:armhf (12.2.0-14+rpi1) ...
13:07:46 #10 41.07 Setting up bzip2 (1.0.8-5+b2) ...
13:07:46 #10 41.08 Setting up libfakeroot:armhf (1.29-1) ...
13:07:46 #10 41.10 Setting up libjansson4:armhf (2.14-2) ...
13:07:46 #10 41.11 Setting up fakeroot (1.29-1) ...
13:07:46 #10 41.13 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:07:46 #10 41.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:07:46 #10 41.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:07:46 #10 41.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:07:46 #10 41.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:07:46 #10 41.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:07:46 #10 41.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:07:46 #10 41.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:07:46 #10 41.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:07:46 #10 41.14 Setting up perl-modules-5.36 (5.36.0-7) ...
13:07:46 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb'.
13:07:46 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.23.0-0.fc36.x86_64.rpm
13:07:46 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WG6PXI
13:07:46 + umask 022
13:07:46 + cd /root/rpmbuild/BUILD
13:07:46 + cd src
13:07:46 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64
13:07:46 + RPM_EC=0
13:07:46 ++ jobs -p
13:07:46 + exit 0
13:07:46     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:07:46     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:07:46     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:07:46     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker-proxy
13:07:46     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:07:46     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:07:46     Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:07:46 
13:07:46 RPM build warnings:
13:07:46 #11 22.27 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
13:07:46 #11 22.28 Unpacking publicsuffix (20200303.0012-1) ...
13:07:46 #11 22.31 Selecting previously unselected package python-apt-common.
13:07:46 #11 22.31 Preparing to unpack .../056-python-apt-common_2.0.1_all.deb ...
13:07:46 #11 22.32 Unpacking python-apt-common (2.0.1) ...
13:07:46 #11 22.36 Selecting previously unselected package python3-apt.
13:07:46 #11 22.37 Preparing to unpack .../057-python3-apt_2.0.1_armhf.deb ...
13:07:46 #11 22.37 Unpacking python3-apt (2.0.1) ...
13:07:46 #11 22.41 Selecting previously unselected package strace.
13:07:46 #11 22.41 Preparing to unpack .../058-strace_5.5-3ubuntu1_armhf.deb ...
13:07:46 #11 22.41 Unpacking strace (5.5-3ubuntu1) ...
13:07:46 #11 22.47 Selecting previously unselected package xauth.
13:07:46 #11 22.47 Preparing to unpack .../059-xauth_1%3a1.1-0ubuntu1_armhf.deb ...
13:07:46 #11 22.48 Unpacking xauth (1:1.1-0ubuntu1) ...
13:07:46 #11 22.51 Selecting previously unselected package libfl2:armhf.
13:07:46 Setting up python3-gi (3.36.0-1) ...
13:07:46 Setting up python3-idna (2.8-1) ...
13:07:46 Setting up python3-wadllib (1.3.6-1) ...
13:07:46 0 upgraded, 107 newly installed, 0 to remove and 5 not upgraded.
13:07:46 Need to get 38.3 MB of archives.
13:07:46 After this operation, 139 MB of additional disk space will be used.
13:07:46 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.6-1~22.04.2 [810 kB]
13:07:46 #11 17.35 Get:336 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-xslate-perl armhf 3.5.9-1build1 [182 kB]
13:07:46 #11 17.36 Get:337 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtime-duration-perl all 1.21-1 [13.1 kB]
13:07:46 #11 17.36 Get:338 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtime-moment-perl armhf 0.44-1build6 [74.1 kB]
13:07:46 #11 17.42 Get:339 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtype-tiny-xs-perl armhf 0.022-1build2 [23.3 kB]
13:07:46 #11 17.42 Get:340 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libunicode-utf8-perl armhf 0.62-1build4 [17.6 kB]
13:07:46 #11 17.42 Get:341 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
13:07:46 #11 17.42 Get:342 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
13:07:46 #11 17.42 Get:343 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
13:07:46 #11 17.43 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:07:46 #11 17.49 Get:345 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-parser-perl armhf 2.46-3build1 [210 kB]
13:07:46 #10 41.15 Setting up autotools-dev (20220109.1) ...
13:07:46 #10 41.16 Setting up rpcsvc-proto (1.4.3-1) ...
13:07:46 #10 41.17 Setting up make (4.3-4.1) ...
13:07:46 #10 41.18 Setting up libmpfr6:armhf (4.2.0-1) ...
13:07:46 #10 41.20 Setting up xz-utils (5.4.1-0.1) ...
13:07:46 #10 41.21 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:07:46 #10 41.21 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:07:46 #10 41.21 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:07:46 #10 41.21 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:07:46 #10 41.21 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:07:46 #10 41.21 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:07:46 #10 41.21 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:07:46 #10 41.21 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:07:46 #10 41.21 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:07:46 #10 41.21 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:07:46 #10 41.21 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:07:46 #10 41.22 Setting up libmpc3:armhf (1.3.1-1) ...
13:07:46 #10 41.23 Setting up libatomic1:armhf (12.2.0-14+rpi1) ...
13:07:46 #10 41.24 Setting up patch (2.7.6-7) ...
13:07:46 #10 41.25 Setting up autopoint (0.21-11) ...
13:07:46 #10 41.26 Setting up libubsan1:armhf (12.2.0-14+rpi1) ...
13:07:46 #10 41.27 Setting up sensible-utils (0.0.17+nmu1) ...
13:07:46 #10 41.28 Setting up libcrypt-dev:armhf (1:4.4.33-2) ...
13:07:46 #10 41.30 Setting up libasan8:armhf (12.2.0-14+rpi1) ...
13:07:46 #10 41.31 Setting up libuchardet0:armhf (0.0.7-1) ...
13:07:46 #10 41.32 Setting up libmpdec3:armhf (2.5.1-2+rpi1) ...
13:07:46 #10 41.33 Setting up libcurl4:armhf (7.87.0-2) ...
13:07:46 #10 41.34 Setting up git-man (1:2.39.1-0.1) ...
13:07:46 #11 22.51 Preparing to unpack .../060-libfl2_2.6.4-6.2_armhf.deb ...
13:07:46 #11 22.52 Unpacking libfl2:armhf (2.6.4-6.2) ...
13:07:46 #11 22.55 Selecting previously unselected package at.
13:07:46 #11 22.55 Preparing to unpack .../061-at_3.1.23-1ubuntu1_armhf.deb ...
13:07:46 #11 22.56 Unpacking at (3.1.23-1ubuntu1) ...
13:07:46 #11 22.59 Selecting previously unselected package libsigsegv2:armhf.
13:07:46 #11 22.59 Preparing to unpack .../062-libsigsegv2_2.12-2_armhf.deb ...
13:07:46 #11 22.60 Unpacking libsigsegv2:armhf (2.12-2) ...
13:07:46 #11 22.62 Selecting previously unselected package m4.
13:07:46 #11 22.62 Preparing to unpack .../063-m4_1.4.18-4_armhf.deb ...
13:07:46 #11 22.63 Unpacking m4 (1.4.18-4) ...
13:07:46 #11 22.67 Selecting previously unselected package autoconf.
13:07:46 #11 22.67 Preparing to unpack .../064-autoconf_2.69-11.1_all.deb ...
13:07:46 #11 22.67 Unpacking autoconf (2.69-11.1) ...
13:07:46 #11 22.72 Selecting previously unselected package autotools-dev.
13:07:46 #11 22.72 Preparing to unpack .../065-autotools-dev_20180224.1_all.deb ...
13:07:46 #11 22.73 Unpacking autotools-dev (20180224.1) ...
13:07:46 #11 22.76 Selecting previously unselected package automake.
13:07:46 #11 22.76 Preparing to unpack .../066-automake_1%3a1.16.1-4ubuntu6_all.deb ...
13:07:46 #11 22.77 Unpacking automake (1:1.16.1-4ubuntu6) ...
13:07:46 #11 22.83 Selecting previously unselected package autopoint.
13:07:46 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
13:07:46 Setting up python3-importlib-metadata (4.6.4-1) ...
13:07:46 Setting up python3-oauthlib (3.2.0-1ubuntu1) ...
13:07:46 #11 17.51 Get:346 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB]
13:07:46 #11 17.51 Get:347 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libyaml-libyaml-perl armhf 0.83+ds-1build1 [27.3 kB]
13:07:46 #11 17.51 Get:348 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf licensecheck all 3.2.14-2 [40.9 kB]
13:07:46 #11 17.57 Get:349 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-size-perl armhf 0.83-1build4 [19.9 kB]
13:07:46 #11 17.57 Get:350 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-run3-perl all 0.048-2 [31.4 kB]
13:07:46 #11 17.57 Get:351 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lzip armhf 1.23-1 [80.2 kB]
13:07:46 #11 17.57 Get:352 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lzop armhf 1.04-2build2 [84.5 kB]
13:07:46 #11 17.58 Get:353 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf t1utils armhf 1.41-4build2 [53.1 kB]
13:07:46 #11 17.58 Get:354 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf unzip armhf 6.0-26ubuntu3.1 [162 kB]
13:07:46 #11 17.64 Get:355 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf lintian all 2.114.0ubuntu1.2 [1082 kB]
13:07:46 #11 17.70 Get:356 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf manpages-dev all 5.10-1ubuntu1 [2309 kB]
13:07:46 #10 41.36 Setting up curl (7.87.0-2) ...
13:07:46 #10 41.37 Setting up libbinutils:armhf (2.40-2+rpi1) ...
13:07:46 #10 41.38 Setting up libisl23:armhf (0.25-1) ...
13:07:46 #10 41.39 Setting up libc-dev-bin (2.36-8+rpi1) ...
13:07:46 #10 41.40 Setting up libelf1:armhf (0.187-2+rpi2) ...
13:07:46 #10 41.42 Setting up libxml2:armhf (2.9.14+dfsg-1.1+b1) ...
13:07:46 #10 41.43 Setting up libcc1-0:armhf (12.2.0-14+rpi1) ...
13:07:46 #10 41.44 Setting up libperl5.36:armhf (5.36.0-7) ...
13:07:46 #10 41.45 Setting up libctf0:armhf (2.40-2+rpi1) ...
13:07:46 #10 41.47 Setting up libtirpc3:armhf (1.3.3+ds-1) ...
13:07:46 #10 41.48 Setting up cpp-12 (12.2.0-14+rpi1) ...
13:07:46 #10 41.49 Setting up gettext (0.21-11) ...
13:07:46 #10 41.50 Setting up perl (5.36.0-7) ...
13:07:46 #10 41.53 Setting up libtirpc-dev:armhf (1.3.3+ds-1) ...
13:07:46 #10 41.54 Setting up libgcc-12-dev:armhf (12.2.0-14+rpi1) ...
13:07:46 #10 41.55 Setting up libio-html-perl (1.004-3) ...
13:07:46 #11 22.84 Preparing to unpack .../067-autopoint_0.19.8.1-10build1_all.deb ...
13:07:46 #11 22.84 Unpacking autopoint (0.19.8.1-10build1) ...
13:07:46 #11 22.88 Selecting previously unselected package binutils-common:armhf.
13:07:46 #11 22.88 Preparing to unpack .../068-binutils-common_2.34-6ubuntu1.4_armhf.deb ...
13:07:46 #11 22.88 Unpacking binutils-common:armhf (2.34-6ubuntu1.4) ...
13:07:46 #11 22.92 Selecting previously unselected package libbinutils:armhf.
13:07:46 #11 22.93 Preparing to unpack .../069-libbinutils_2.34-6ubuntu1.4_armhf.deb ...
13:07:46 #11 22.93 Unpacking libbinutils:armhf (2.34-6ubuntu1.4) ...
13:07:46 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
13:07:46 Setting up lsb-release (11.1.0ubuntu2) ...
13:07:46 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
13:07:46 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
13:07:46 Setting up python3-secretstorage (3.3.3-1ubuntu1) ...
13:07:46 Setting up python3-keyring (23.8.2-1) ...
13:07:47 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.2 [91.0 kB]
13:07:47 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.6-1~22.04.2 [2251 kB]
13:07:47 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04 [24.3 kB]
13:07:47 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB]
13:07:47 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB]
13:07:47 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB]
13:07:47 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB]
13:07:47 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.1 [641 kB]
13:07:47 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.6-1~22.04.2 [1832 kB]
13:07:47 #11 17.81 Get:357 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-certifi all 2020.6.20-1 [150 kB]
13:07:47 #11 17.82 Get:358 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-idna all 3.3-1 [49.3 kB]
13:07:47 #11 17.82 Get:359 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-six all 1.16.0-3ubuntu1 [12.6 kB]
13:07:47 #11 17.82 Get:360 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
13:07:47 #11 17.82 Get:361 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-requests all 2.25.1+dfsg-2 [47.9 kB]
13:07:47 #11 17.83 Get:362 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-unidiff all 0.5.5-2 [9180 B]
13:07:47 #11 17.83 Get:363 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-xdg all 0.27-2 [36.9 kB]
13:07:47 #11 17.83 Get:364 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf equivs all 2.3.1 [19.0 kB]
13:07:47 #11 17.83 Get:365 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
13:07:47 #11 17.88 Get:366 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-magic all 2:0.4.24-2 [12.6 kB]
13:07:47 #11 18.06 debconf: delaying package configuration, since apt-utils is not installed
13:07:47 #10 41.57 Setting up libb-hooks-op-check-perl:armhf (0.22-2+b1) ...
13:07:47 #10 41.59 Setting up libdpkg-perl (1.21.19+rpi1) ...
13:07:47 #10 41.60 Setting up autoconf (2.71-3) ...
13:07:47 #10 41.61 Setting up libtimedate-perl (2.3300-2) ...
13:07:47 #10 41.62 Setting up libregexp-ipv6-perl (0.03-3) ...
13:07:47 #10 41.64 Setting up dwz (0.15-1) ...
13:07:47 #10 41.65 Setting up groff-base (1.22.4-9) ...
13:07:47 #10 41.67 Setting up cpp (4:12.2.0-1+rpi1) ...
13:07:47 #10 41.69 Setting up libnsl2:armhf (1.3.0-2) ...
13:07:47 #10 41.70 Setting up libsub-override-perl (0.09-4) ...
13:07:47 #10 41.71 Setting up libsub-quote-perl (2.006008-1) ...
13:07:47 #10 41.73 Setting up libclass-xsaccessor-perl (1.19-4+b1) ...
13:07:47 #10 41.74 Setting up libfile-dirlist-perl (0.05-3) ...
13:07:47 #10 41.75 Setting up binutils-arm-linux-gnueabihf (2.40-2+rpi1) ...
13:07:47 #10 41.76 Setting up liburi-perl (5.17-1) ...
13:07:47 #10 41.77 Setting up libfile-touch-perl (0.12-2) ...
13:07:47 #10 41.78 Setting up libnet-ssleay-perl:armhf (1.92-2+b2) ...
13:07:47 #10 41.79 Setting up automake (1:1.16.5-1.3) ...
13:07:47 #10 41.80 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:07:47 #10 41.80 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:07:47 #10 41.80 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:07:47 #10 41.81 Setting up libhttp-date-perl (6.05-2) ...
13:07:47 #10 41.82 Setting up libfile-which-perl (1.27-2) ...
13:07:47 #10 41.83 Setting up libfile-listing-perl (6.15-1) ...
13:07:47 #10 41.84 Setting up libdynaloader-functions-perl (0.003-3) ...
13:07:47 #10 41.85 Setting up libclass-method-modifiers-perl (2.14-1) ...
13:07:47 #10 41.87 Setting up libio-pty-perl (1:1.17-1) ...
13:07:47 #10 41.88 Setting up libclone-perl:armhf (0.46-1) ...
13:07:47 #10 41.89 Setting up libarchive-zip-perl (1.68-1) ...
13:07:47 #11 22.99 Selecting previously unselected package libctf-nobfd0:armhf.
13:07:47 #11 22.99 Preparing to unpack .../070-libctf-nobfd0_2.34-6ubuntu1.4_armhf.deb ...
13:07:47 #11 22.99 Unpacking libctf-nobfd0:armhf (2.34-6ubuntu1.4) ...
13:07:47 #11 23.02 Selecting previously unselected package libctf0:armhf.
13:07:47 #11 23.02 Preparing to unpack .../071-libctf0_2.34-6ubuntu1.4_armhf.deb ...
13:07:47 #11 23.02 Unpacking libctf0:armhf (2.34-6ubuntu1.4) ...
13:07:47 #11 23.05 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:07:47 #11 23.05 Preparing to unpack .../072-binutils-arm-linux-gnueabihf_2.34-6ubuntu1.4_armhf.deb ...
13:07:47 #11 23.06 Unpacking binutils-arm-linux-gnueabihf (2.34-6ubuntu1.4) ...
13:07:47 Setting up python3-dbus (1.2.16-1build1) ...
13:07:47 Setting up dconf-gsettings-backend:amd64 (0.36.0-1) ...
13:07:47 Setting up python3-apt (2.0.1) ...
13:07:47 Setting up python3-lazr.restfulclient (0.14.4-1) ...
13:07:47 Setting up python3-launchpadlib (1.10.16-1) ...
13:07:47 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.6-1~22.04.2 [497 kB]
13:07:47 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04 [6910 B]
13:07:47 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04 [22.8 kB]
13:07:47 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapparmor1 amd64 3.0.4-2ubuntu2.1 [38.7 kB]
13:07:47 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB]
13:07:47 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu4 [139 kB]
13:07:47 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjson-c5 amd64 0.15-3~ubuntu1.22.04.1 [33.5 kB]
13:07:47 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcryptsetup12 amd64 2:2.4.3-1ubuntu1.1 [211 kB]
13:07:47 Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libip4tc2 amd64 1.8.7-1ubuntu5 [19.7 kB]
13:07:47 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libkmod2 amd64 29-1ubuntu1 [48.0 kB]
13:07:47 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd amd64 249.11-0ubuntu3.6 [4580 kB]
13:07:47 #11 18.10 Fetched 114 MB in 11s (9910 kB/s)
13:07:47 #11 18.11 Selecting previously unselected package liblocale-gettext-perl.
13:07:47 #11 18.11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4388 files and directories currently installed.)
13:07:47 #11 18.12 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_armhf.deb ...
13:07:47 #11 18.12 Unpacking liblocale-gettext-perl (1.07-4build3) ...
13:07:47 #11 18.15 Selecting previously unselected package libpython3.10-minimal:armhf.
13:07:47 #11 18.15 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_armhf.deb ...
13:07:47 #11 18.16 Unpacking libpython3.10-minimal:armhf (3.10.6-1~22.04.2) ...
13:07:47 #11 18.23 Selecting previously unselected package libexpat1:armhf.
13:07:47 #11 18.23 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_armhf.deb ...
13:07:47 #11 18.23 Unpacking libexpat1:armhf (2.4.7-1ubuntu0.2) ...
13:07:47 #11 18.26 Selecting previously unselected package python3.10-minimal.
13:07:47 #11 18.27 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_armhf.deb ...
13:07:47 #11 18.27 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ...
13:07:47 #11 18.33 Setting up libpython3.10-minimal:armhf (3.10.6-1~22.04.2) ...
13:07:47 #10 41.92 Setting up libhtml-tagset-perl (3.20-6) ...
13:07:47 #10 41.93 Setting up libpython3.11-stdlib:armhf (3.11.1-2) ...
13:07:47 #10 41.94 Setting up libdebhelper-perl (13.11.4) ...
13:07:47 #10 41.95 Setting up liblwp-mediatypes-perl (6.04-2) ...
13:07:47 #10 41.97 Setting up libtry-tiny-perl (0.31-2) ...
13:07:47 #10 41.98 Setting up libnet-http-perl (6.22-1) ...
13:07:47 #10 41.99 Setting up libencode-locale-perl (1.05-3) ...
13:07:47 #10 42.00 Setting up binutils (2.40-2+rpi1) ...
13:07:47 #10 42.02 Setting up libdevel-callchecker-perl:armhf (0.008-2) ...
13:07:47 #10 42.03 Setting up man-db (2.11.2-1) ...
13:07:47 #10 42.13 Building database of manual pages ...
13:07:47 #11 23.29 Selecting previously unselected package binutils.
13:07:47 #11 23.29 Preparing to unpack .../073-binutils_2.34-6ubuntu1.4_armhf.deb ...
13:07:47 #11 23.29 Unpacking binutils (2.34-6ubuntu1.4) ...
13:07:47 #11 23.32 Selecting previously unselected package libc-dev-bin.
13:07:47 #11 23.32 Preparing to unpack .../074-libc-dev-bin_2.31-0ubuntu9.9_armhf.deb ...
13:07:47 #11 23.32 Unpacking libc-dev-bin (2.31-0ubuntu9.9) ...
13:07:47 #11 23.35 Selecting previously unselected package linux-libc-dev:armhf.
13:07:47 #11 23.35 Preparing to unpack .../075-linux-libc-dev_5.4.0-137.154_armhf.deb ...
13:07:47 #11 23.36 Unpacking linux-libc-dev:armhf (5.4.0-137.154) ...
13:07:47 #11 23.51 Selecting previously unselected package libcrypt-dev:armhf.
13:07:47 #11 23.51 Preparing to unpack .../076-libcrypt-dev_1%3a4.4.10-10ubuntu4_armhf.deb ...
13:07:47 #11 23.52 Unpacking libcrypt-dev:armhf (1:4.4.10-10ubuntu4) ...
13:07:47 #11 23.56 Selecting previously unselected package libc6-dev:armhf.
13:07:47 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
13:07:47 Setting up python3-chardet (3.0.4-4build1) ...
13:07:47 Processing triggers for sgml-base (1.30) ...
13:07:47 Processing triggers for libc-bin (2.36-0ubuntu4) ...
13:07:47 Setting up python3-software-properties (0.99.27) ...
13:07:47 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-sysv amd64 249.11-0ubuntu3.6 [10.5 kB]
13:07:47 Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.8 [1184 kB]
13:07:47 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
13:07:47 Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdbus-1-3 amd64 1.12.20-2ubuntu4.1 [189 kB]
13:07:47 Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus amd64 1.12.20-2ubuntu4.1 [158 kB]
13:07:47 Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.2 [5160 B]
13:07:47 Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu1 [1461 kB]
13:07:47 #11 18.34 Setting up libexpat1:armhf (2.4.7-1ubuntu0.2) ...
13:07:47 #11 18.35 Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
13:07:47 #11 23.56 Preparing to unpack .../077-libc6-dev_2.31-0ubuntu9.9_armhf.deb ...
13:07:47 #11 23.56 Unpacking libc6-dev:armhf (2.31-0ubuntu9.9) ...
13:07:47 #11 23.79 Selecting previously unselected package gcc-9-base:armhf.
13:07:47 #11 23.79 Preparing to unpack .../078-gcc-9-base_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:07:47 #11 23.80 Unpacking gcc-9-base:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:07:47 #11 23.84 Selecting previously unselected package libisl22:armhf.
13:07:47 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
13:07:47 Setting up python3-software-properties (0.99.9.10) ...
13:07:47 Setting up python3-requests (2.22.0-2ubuntu1) ...
13:07:47 Setting up software-properties-common (0.99.27) ...
13:07:47 Processing triggers for ca-certificates (20211016ubuntu0.22.10.1) ...
13:07:47 Updating certificates in /etc/ssl/certs...
13:07:47 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgirepository-1.0-1 amd64 1.72.0-1 [55.6 kB]
13:07:47 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-glib-2.0 amd64 1.72.0-1 [164 kB]
13:07:47 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 iso-codes all 4.9.0-1 [3459 kB]
13:07:47 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcap2-bin amd64 1:2.44-1build3 [26.0 kB]
13:07:47 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libelf1 amd64 0.186-1build1 [51.0 kB]
13:07:47 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-data all 2.72.4-0ubuntu1 [4882 B]
13:07:47 Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB]
13:07:47 #11 23.84 Preparing to unpack .../079-libisl22_0.22.1-1_armhf.deb ...
13:07:47 #11 23.85 Unpacking libisl22:armhf (0.22.1-1) ...
13:07:47 #11 23.91 Selecting previously unselected package libmpfr6:armhf.
13:07:47 #11 23.92 Preparing to unpack .../080-libmpfr6_4.0.2-1_armhf.deb ...
13:07:47 #11 23.92 Unpacking libmpfr6:armhf (4.0.2-1) ...
13:07:47 #11 23.97 Selecting previously unselected package libmpc3:armhf.
13:07:47 #11 23.97 Preparing to unpack .../081-libmpc3_1.1.0-1_armhf.deb ...
13:07:47 #11 23.97 Unpacking libmpc3:armhf (1.1.0-1) ...
13:07:47 #11 24.00 Selecting previously unselected package cpp-9.
13:07:47 #11 24.00 Preparing to unpack .../082-cpp-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:07:47 #11 24.00 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
13:07:47 Setting up gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
13:07:47 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
13:07:47 Setting up python3-requests-unixsocket (0.2.0-2) ...
13:07:47 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
13:07:47 0 added, 0 removed; done.
13:07:47 Running hooks in /etc/ca-certificates/update.d...
13:07:47 done.
13:07:47 Processing triggers for dbus (1.14.0-2ubuntu3) ...
13:07:47 ++ source /etc/os-release
13:07:47 +++ PRETTY_NAME='Ubuntu 22.10'
13:07:47 +++ NAME=Ubuntu
13:07:47 +++ VERSION_ID=22.10
13:07:47 +++ VERSION='22.10 (Kinetic Kudu)'
13:07:47 +++ VERSION_CODENAME=kinetic
13:07:47 +++ ID=ubuntu
13:07:47 +++ ID_LIKE=debian
13:07:47 +++ HOME_URL=https://www.ubuntu.com/
13:07:47 +++ SUPPORT_URL=https://help.ubuntu.com/
13:07:47 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
13:07:47 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
13:07:47 +++ UBUNTU_CODENAME=kinetic
13:07:47 +++ LOGO=ubuntu-logo
13:07:47 ++ echo ubuntu
13:07:47 + DIST_ID=ubuntu
13:07:47 ++ lsb_release -sc
13:07:48 #11 19.11 Selecting previously unselected package python3-minimal.
13:07:48 #11 19.11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4704 files and directories currently installed.)
13:07:48 #11 19.11 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_armhf.deb ...
13:07:48 #11 19.11 Unpacking python3-minimal (3.10.6-1~22.04) ...
13:07:48 #11 19.14 Selecting previously unselected package media-types.
13:07:48 #11 19.14 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
13:07:48 #11 19.14 Unpacking media-types (7.0.0) ...
13:07:48 #11 19.17 Selecting previously unselected package libmpdec3:armhf.
13:07:48 #11 19.17 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_armhf.deb ...
13:07:48 #11 19.18 Unpacking libmpdec3:armhf (2.5.1-2build2) ...
13:07:48 #11 19.21 Selecting previously unselected package readline-common.
13:07:48 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
13:07:48 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.15) ...
13:07:48 Setting up curl (7.68.0-1ubuntu2.15) ...
13:07:48 Setting up glib-networking:amd64 (2.64.2-1ubuntu0.1) ...
13:07:48 Setting up libsoup2.4-1:amd64 (2.70.0-1) ...
13:07:48 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
13:07:48 Setting up libappstream4:amd64 (0.12.10-2) ...
13:07:48 Setting up gnupg (2.2.19-3ubuntu2.2) ...
13:07:48 Setting up packagekit (1.1.13-2ubuntu1.1) ...
13:07:48 invoke-rc.d: could not determine current runlevel
13:07:48 invoke-rc.d: policy-rc.d denied execution of force-reload.
13:07:48 Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
13:07:48 + DIST_VERSION=kinetic
13:07:48 + '[' kinetic = sid ']'
13:07:48 + install_debian_containerd
13:07:48 + '[' staging = stage ']'
13:07:48 + REPO_URL=https://download.docker.com/linux/ubuntu
13:07:48 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
13:07:48 + update-ca-certificates -f
13:07:48 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
13:07:48 Clearing symlinks in /etc/ssl/certs...
13:07:48 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-36"
13:07:48 CentOS Stream 9 - Extras packages               9.9 kB/s |  10 kB     00:01    
13:07:48 #10 42.81 Setting up dpkg-dev (1.21.19+rpi1) ...
13:07:48 #10 42.83 Setting up intltool-debian (0.35.0+20060710.6) ...
13:07:48 #10 42.84 Setting up liberror-perl (0.17029-2) ...
13:07:48 #10 42.85 Setting up patchutils (0.4.2-1) ...
13:07:48 #10 42.87 Setting up gcc-12 (12.2.0-14+rpi1) ...
13:07:48 #10 42.88 Setting up libipc-run-perl (20220807.0-1) ...
13:07:48 #10 42.89 Setting up git (1:2.39.1-0.1) ...
13:07:48 #10 42.91 Setting up libwww-robotrules-perl (6.02-1) ...
13:07:48 #10 42.93 Setting up libnsl-dev:armhf (1.3.0-2) ...
13:07:48 #10 42.94 Setting up libhtml-parser-perl:armhf (3.81-1) ...
13:07:48 #10 42.95 Setting up librole-tiny-perl (2.002004-1) ...
13:07:48 #10 42.97 Setting up libc6-dev:armhf (2.36-8+rpi1) ...
13:07:48 #10 42.98 Setting up libfile-homedir-perl (1.006-2) ...
13:07:48 #10 42.99 Setting up libio-socket-ssl-perl (2.078-1) ...
13:07:48 #10 43.00 Setting up libpython3-stdlib:armhf (3.11.1-3) ...
13:07:48 #10 43.02 Setting up libhttp-message-perl (6.44-1) ...
13:07:48 #10 43.03 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
13:07:48 #10 43.04 Setting up python3.11 (3.11.1-2) ...
13:07:48 Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-systemd amd64 249.11-0ubuntu3.6 [203 kB]
13:07:48 Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.2 [764 kB]
13:07:48 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build2 [51.6 kB]
13:07:48 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
13:07:48 Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python-apt-common all 2.4.0 [15.2 kB]
13:07:48 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apt amd64 2.4.0 [164 kB]
13:07:48 Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-dbus amd64 1.2.18-3build1 [99.5 kB]
13:07:48 Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-gi amd64 3.42.1-0ubuntu1 [229 kB]
13:07:48 Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB]
13:07:48 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnghttp2-14 amd64 1.43.0-1build3 [76.3 kB]
13:07:48 #11 19.21 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
13:07:48 #11 19.21 Unpacking readline-common (8.1.2-1) ...
13:07:48 #11 19.24 Selecting previously unselected package libreadline8:armhf.
13:07:48 #11 19.24 Preparing to unpack .../4-libreadline8_8.1.2-1_armhf.deb ...
13:07:48 #11 19.24 Unpacking libreadline8:armhf (8.1.2-1) ...
13:07:48 #11 19.27 Selecting previously unselected package libsqlite3-0:armhf.
13:07:48 #11 19.28 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_armhf.deb ...
13:07:48 #11 19.28 Unpacking libsqlite3-0:armhf (3.37.2-2ubuntu0.1) ...
13:07:48 #11 19.31 Selecting previously unselected package libpython3.10-stdlib:armhf.
13:07:48 #11 19.31 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_armhf.deb ...
13:07:48 #11 19.31 Unpacking libpython3.10-stdlib:armhf (3.10.6-1~22.04.2) ...
13:07:48 #11 19.40 Selecting previously unselected package python3.10.
13:07:48 #11 19.40 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_armhf.deb ...
13:07:48 #11 19.41 Unpacking python3.10 (3.10.6-1~22.04.2) ...
13:07:48 #11 19.43 Selecting previously unselected package libpython3-stdlib:armhf.
13:07:48 #11 24.52 Selecting previously unselected package cpp.
13:07:48 #11 24.52 Preparing to unpack .../083-cpp_4%3a9.3.0-1ubuntu2_armhf.deb ...
13:07:48 #11 24.52 Unpacking cpp (4:9.3.0-1ubuntu2) ...
13:07:48 #11 24.57 Selecting previously unselected package libcc1-0:armhf.
13:07:48 #11 24.57 Preparing to unpack .../084-libcc1-0_10.3.0-1ubuntu1~20.04_armhf.deb ...
13:07:48 #11 24.58 Unpacking libcc1-0:armhf (10.3.0-1ubuntu1~20.04) ...
13:07:48 #11 24.62 Selecting previously unselected package libgomp1:armhf.
13:07:48 #11 24.62 Preparing to unpack .../085-libgomp1_10.3.0-1ubuntu1~20.04_armhf.deb ...
13:07:48 #11 24.62 Unpacking libgomp1:armhf (10.3.0-1ubuntu1~20.04) ...
13:07:48 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
13:07:48 Setting up gnupg2 (2.2.19-3ubuntu2.2) ...
13:07:48 Setting up software-properties-common (0.99.9.10) ...
13:07:48 Processing triggers for systemd (245.4-4ubuntu3.19) ...
13:07:48 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
13:07:48 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
13:07:48 Updating certificates in /etc/ssl/certs...
13:07:48 done.
13:07:48 Updating certificates in /etc/ssl/certs...
13:07:48 Selecting previously unselected package dbus-user-session.
13:07:48 Preparing to unpack .../10-dbus-user-session_1.12.2-1ubuntu1.4_amd64.deb ...
13:07:48 Unpacking dbus-user-session (1.12.2-1ubuntu1.4) ...
13:07:48 Setting up containerd.io (1.6.16-1) ...
13:07:48 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:07:48 Setting up systemd-sysv (237-3ubuntu10.56) ...
13:07:48 Setting up libiptc0:amd64 (1.6.1-2ubuntu2) ...
13:07:48 Setting up libxtables12:amd64 (1.6.1-2ubuntu2) ...
13:07:48 Setting up libnfnetlink0:amd64 (1.0.1-3) ...
13:07:48 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB]
13:07:48 Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 apt-transport-https all 2.4.8 [1506 B]
13:07:48 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB]
13:07:48 Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.1 [20.6 kB]
13:07:48 Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.1 [53.8 kB]
13:07:48 Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-0ubuntu0.22.04.1 [183 kB]
13:07:48 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB]
13:07:48 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libssh-4 amd64 0.9.6-2build1 [184 kB]
13:07:48 Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.7 [289 kB]
13:07:48 Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.7 [193 kB]
13:07:48 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB]
13:07:48 Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.1 [94.2 kB]
13:07:48 Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB]
13:07:48 Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B]
13:07:48 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.1 [293 kB]
13:07:48 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackagekit-glib2-18 amd64 1.2.5-2ubuntu2 [123 kB]
13:07:48 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.5-2ubuntu2 [25.3 kB]
13:07:48 Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
13:07:48 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.1 [308 kB]
13:07:48 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.1 [519 kB]
13:07:48 #11 19.43 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_armhf.deb ...
13:07:48 #11 19.44 Unpacking libpython3-stdlib:armhf (3.10.6-1~22.04) ...
13:07:48 #11 19.46 Setting up python3-minimal (3.10.6-1~22.04) ...
13:07:48 #11 19.64 Selecting previously unselected package python3.
13:07:48 #11 19.64 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5133 files and directories currently installed.)
13:07:48 #11 19.65 Preparing to unpack .../000-python3_3.10.6-1~22.04_armhf.deb ...
13:07:48 #11 19.65 Unpacking python3 (3.10.6-1~22.04) ...
13:07:48 #11 19.68 Selecting previously unselected package perl-modules-5.34.
13:07:48 #11 19.68 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1.1_all.deb ...
13:07:48 #11 19.68 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
13:07:48 #11 24.66 Selecting previously unselected package libatomic1:armhf.
13:07:48 #11 24.66 Preparing to unpack .../086-libatomic1_10.3.0-1ubuntu1~20.04_armhf.deb ...
13:07:48 #11 24.67 Unpacking libatomic1:armhf (10.3.0-1ubuntu1~20.04) ...
13:07:48 #11 24.71 Selecting previously unselected package libasan5:armhf.
13:07:48 #11 24.71 Preparing to unpack .../087-libasan5_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:07:48 #11 24.72 Unpacking libasan5:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:07:48 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
13:07:48 124 added, 0 removed; done.
13:07:48 Running hooks in /etc/ca-certificates/update.d...
13:07:48 done.
13:07:48 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
13:07:48 + apt-key add -
13:07:48 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
13:07:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
13:07:48 Setting up dbus (1.12.2-1ubuntu1.4) ...
13:07:48 Setting up libmnl0:amd64 (1.0.4-2) ...
13:07:48 Setting up libip6tc0:amd64 (1.6.1-2ubuntu2) ...
13:07:48 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ...
13:07:48 Setting up libpam-systemd:amd64 (237-3ubuntu10.56) ...
13:07:48 Setting up dbus-user-session (1.12.2-1ubuntu1.4) ...
[Pipeline] sh
13:07:48 #11 19.90 Selecting previously unselected package libgdbm6:armhf.
13:07:48 #11 19.90 Preparing to unpack .../002-libgdbm6_1.23-1_armhf.deb ...
13:07:48 #11 19.91 Unpacking libgdbm6:armhf (1.23-1) ...
13:07:48 #11 19.94 Selecting previously unselected package libgdbm-compat4:armhf.
13:07:48 #11 19.94 Preparing to unpack .../003-libgdbm-compat4_1.23-1_armhf.deb ...
13:07:48 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB]
13:07:48 Get:67 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.1 [209 kB]
13:07:48 Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.1 [62.7 kB]
13:07:48 Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.1 [57.5 kB]
13:07:48 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.1 [197 kB]
13:07:48 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
13:07:48 Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.7 [283 kB]
13:07:48 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstemmer0d amd64 2.2.0-1build1 [165 kB]
13:07:48 Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlb2 amd64 0.3.6-2build1 [67.8 kB]
13:07:48 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libappstream4 amd64 0.15.2-2 [192 kB]
13:07:48 Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdw1 amd64 0.186-1build1 [250 kB]
13:07:48 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-bin amd64 2.72.4-0ubuntu1 [80.9 kB]
13:07:48 Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 libunwind8 amd64 1.3.2-2build2 [54.5 kB]
13:07:48 Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgstreamer1.0-0 amd64 1.20.3-0ubuntu1 [983 kB]
13:07:48 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-gobject-1-0 amd64 0.105-33 [43.2 kB]
13:07:48 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-agent-1-0 amd64 0.105-33 [16.8 kB]
13:07:48 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 polkitd amd64 0.105-33 [80.0 kB]
13:07:48 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkexec amd64 0.105-33 [15.2 kB]
13:07:48 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 policykit-1 amd64 0.105-33 [2426 B]
13:07:48 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-blinker all 1.4+dfsg1-0.4 [14.0 kB]
13:07:48 #11 25.02 Selecting previously unselected package libubsan1:armhf.
13:07:48 #11 25.02 Preparing to unpack .../088-libubsan1_10.3.0-1ubuntu1~20.04_armhf.deb ...
13:07:48 #11 25.03 Unpacking libubsan1:armhf (10.3.0-1ubuntu1~20.04) ...
13:07:48 #11 25.12 Selecting previously unselected package libgcc-9-dev:armhf.
13:07:48 #11 25.12 Preparing to unpack .../089-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:07:49 OK
13:07:49 + '[' kinetic = sid ']'
13:07:49 ++ dpkg --print-architecture
13:07:49 + ARCH=amd64
13:07:49 + echo 'deb [arch=amd64] https://download.docker.com/linux/ubuntu kinetic test'
13:07:49 + apt-get update
13:07:49 0 added, 0 removed; done.
13:07:49 Running hooks in /etc/ca-certificates/update.d...
13:07:49 done.
13:07:49 Processing triggers for dbus (1.12.16-2ubuntu2.3) ...
13:07:49 ++ source /etc/os-release
13:07:49 +++ NAME=Ubuntu
13:07:49 +++ VERSION='20.04.5 LTS (Focal Fossa)'
13:07:49 +++ ID=ubuntu
13:07:49 +++ ID_LIKE=debian
13:07:49 +++ PRETTY_NAME='Ubuntu 20.04.5 LTS'
13:07:49 +++ VERSION_ID=20.04
13:07:49 +++ HOME_URL=https://www.ubuntu.com/
13:07:49 +++ SUPPORT_URL=https://help.ubuntu.com/
13:07:49 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
13:07:49 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
13:07:49 +++ VERSION_CODENAME=focal
13:07:49 +++ UBUNTU_CODENAME=focal
13:07:49 ++ echo ubuntu
13:07:49 + DIST_ID=ubuntu
13:07:49 ++ lsb_release -sc
13:07:49 + DIST_VERSION=focal
13:07:49 + '[' focal = sid ']'
13:07:49 + install_debian_containerd
13:07:49 + '[' staging = stage ']'
13:07:49 + REPO_URL=https://download.docker.com/linux/ubuntu
13:07:49 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
13:07:49 + update-ca-certificates -f
13:07:49 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
13:07:49 Clearing symlinks in /etc/ssl/certs...
13:07:49 Metadata Cache Created
13:07:49 [DEBUG] Installing engine rpms
13:07:49 + echo '[DEBUG] Installing engine rpms'
13:07:49 ++ find rpm/rpmbuild/centos-7/RPMS/ -type f -name '*.rpm'
13:07:49 ++ sed /src/d
13:07:49 + packages='rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm
13:07:49 rpm/rpmbuild/centos-7/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el7.aarch64.rpm
13:07:49 rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm
13:07:49 rpm/rpmbuild/centos-7/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el7.aarch64.rpm
13:07:49 rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm'
13:07:49 + set -x
13:07:49 ++ source /etc/os-release
13:07:49 +++ NAME='CentOS Linux'
13:07:49 +++ VERSION='7 (AltArch)'
13:07:49 +++ ID=centos
13:07:49 +++ ID_LIKE='rhel fedora'
13:07:49 +++ VERSION_ID=7
13:07:49 +++ PRETTY_NAME='CentOS Linux 7 (AltArch)'
13:07:49 +++ ANSI_COLOR='0;31'
13:07:49 +++ CPE_NAME=cpe:/o:centos:centos:7:server
13:07:49 +++ HOME_URL=https://www.centos.org/
13:07:49 +++ BUG_REPORT_URL=https://bugs.centos.org/
13:07:49 +++ CENTOS_MANTISBT_PROJECT=CentOS-7
13:07:49 +++ CENTOS_MANTISBT_PROJECT_VERSION=7
13:07:49 +++ REDHAT_SUPPORT_PRODUCT=centos
13:07:49 +++ REDHAT_SUPPORT_PRODUCT_VERSION=7
13:07:49 ++ echo 7
13:07:49 + product_version=7
13:07:49 + '[' 7 = rawhide ']'
13:07:49 + yum install -y rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm
13:07:49 Loaded plugins: fastestmirror, ovl
13:07:49 Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm: 1:docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:07:49 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm to be installed
13:07:49 Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el7.aarch64.rpm: docker-compose-plugin-2.16.0-0.el7.aarch64
13:07:49 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-compose-plugin-2.16.0-0.el7.aarch64.rpm to be installed
13:07:49 Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:07:49 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm to be installed
13:07:49 Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el7.aarch64.rpm: docker-buildx-plugin-0.10.2-0.el7.aarch64
13:07:49 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el7.aarch64.rpm to be installed
13:07:49 Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:07:49 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm to be installed
13:07:49 Resolving Dependencies
13:07:49 --> Running transaction check
13:07:49 ---> Package docker-buildx-plugin.aarch64 0:0.10.2-0.el7 will be installed
13:07:49 ---> Package docker-ce.aarch64 3:0.0.0~20230206193855.ab4ef4a-0.el7 will be installed
13:07:49 --> Processing Dependency: container-selinux >= 2:2.74 for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:07:49 Loading mirror speeds from cached hostfile
13:07:49  * base: download.cf.centos.org
13:07:49  * extras: download.cf.centos.org
13:07:49  * updates: download.cf.centos.org
13:07:49 --> Processing Dependency: containerd.io >= 1.6.4 for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:07:49 --> Processing Dependency: libseccomp >= 2.3 for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:07:49 --> Processing Dependency: iptables for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:07:49 --> Processing Dependency: libcgroup for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:07:49 ---> Package docker-ce-cli.aarch64 1:0.0.0~20230206193855.ab4ef4a-0.el7 will be installed
13:07:49 ---> Package docker-ce-rootless-extras.aarch64 0:0.0.0~20230206193855.ab4ef4a-0.el7 will be installed
13:07:49 --> Processing Dependency: fuse-overlayfs >= 0.7 for package: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:07:49 --> Processing Dependency: slirp4netns >= 0.4 for package: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:07:49 ---> Package docker-compose-plugin.aarch64 0:2.16.0-0.el7 will be installed
13:07:49 --> Running transaction check
13:07:49 ---> Package container-selinux.noarch 2:2.119.2-1.911c772.el7_8 will be installed
13:07:49 --> Processing Dependency: selinux-policy-targeted >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
13:07:49 --> Processing Dependency: selinux-policy-base >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
13:07:49 --> Processing Dependency: selinux-policy >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
13:07:49 --> Processing Dependency: policycoreutils >= 2.5-11 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
13:07:49 --> Processing Dependency: policycoreutils-python for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
13:07:49 --> Processing Dependency: libselinux-utils for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
13:07:49 ---> Package containerd.io.aarch64 0:1.6.16-3.1.el7 will be installed
13:07:49 ---> Package fuse-overlayfs.aarch64 0:0.7.2-6.el7_8 will be installed
13:07:49 --> Processing Dependency: libfuse3.so.3(FUSE_3.2)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.aarch64
13:07:49 --> Processing Dependency: libfuse3.so.3(FUSE_3.0)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.aarch64
13:07:49 --> Processing Dependency: libfuse3.so.3()(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.aarch64
13:07:49 ---> Package iptables.aarch64 0:1.4.21-35.el7 will be installed
13:07:49 --> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-35.el7.aarch64
13:07:49 --> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-35.el7.aarch64
13:07:49 ---> Package libcgroup.aarch64 0:0.41-21.el7 will be installed
13:07:49 ---> Package libseccomp.aarch64 0:2.3.1-4.el7 will be installed
13:07:49 ---> Package slirp4netns.aarch64 0:0.4.3-4.el7_8 will be installed
13:07:49 --> Running transaction check
13:07:49 ---> Package fuse3-libs.aarch64 0:3.6.1-4.el7 will be installed
13:07:49 ---> Package libnetfilter_conntrack.aarch64 0:1.0.6-1.el7_3 will be installed
13:07:49 --> Processing Dependency: libmnl.so.0(LIBMNL_1.1)(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.aarch64
13:07:49 --> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.aarch64
13:07:49 --> Processing Dependency: libmnl.so.0()(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.aarch64
13:07:49 ---> Package libnfnetlink.aarch64 0:1.0.1-4.el7 will be installed
13:07:49 ---> Package libselinux-utils.aarch64 0:2.5-15.el7 will be installed
13:07:49 ---> Package policycoreutils.aarch64 0:2.5-34.el7 will be installed
13:07:49 ---> Package policycoreutils-python.aarch64 0:2.5-34.el7 will be installed
13:07:49 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.aarch64
13:07:49 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.aarch64
13:07:49 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.aarch64
13:07:49 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.aarch64
13:07:49 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.aarch64
13:07:49 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
13:07:49 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
13:07:49 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
13:07:49 --> Processing Dependency: checkpolicy for package: policycoreutils-python-2.5-34.el7.aarch64
13:07:49 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
13:07:49 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
13:07:49 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
13:07:49 ---> Package selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2 will be installed
13:07:49 --> Running transaction check
13:07:49 ---> Package audit-libs-python.aarch64 0:2.8.5-4.el7 will be installed
13:07:49 ---> Package checkpolicy.aarch64 0:2.5-8.el7 will be installed
13:07:49 ---> Package libmnl.aarch64 0:1.0.3-7.el7 will be installed
13:07:49 ---> Package libselinux-python.aarch64 0:2.5-15.el7 will be installed
13:07:49 ---> Package libsemanage-python.aarch64 0:2.5-14.el7 will be installed
13:07:49 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
13:07:49 ---> Package setools-libs.aarch64 0:3.3.8-4.el7 will be installed
13:07:49 --> Finished Dependency Resolution
13:07:49 
13:07:49 Dependencies Resolved
13:07:49 
13:07:49 ================================================================================
13:07:49  Package                 Arch    Version                   Repository      Size
13:07:49 ================================================================================
13:07:49 Installing:
13:07:49  docker-buildx-plugin    aarch64 0.10.2-0.el7              /docker-buildx-plugin-0.10.2-0.el7.aarch64
13:07:49                                                                            52 M
13:07:49  docker-ce               aarch64 3:0.0.0~20230206193855.ab4ef4a-0.el7
13:07:49                                                            /docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:07:49                                                                            67 M
13:07:49  docker-ce-cli           aarch64 1:0.0.0~20230206193855.ab4ef4a-0.el7
13:07:49                                                            /docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:07:49                                                                            33 M
13:07:49  docker-ce-rootless-extras
13:07:49                          aarch64 0.0.0~20230206193855.ab4ef4a-0.el7
13:07:49                                                            /docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
13:07:49                                                                            18 M
13:07:49  docker-compose-plugin   aarch64 2.16.0-0.el7              /docker-compose-plugin-2.16.0-0.el7.aarch64
13:07:49                                                                            44 M
13:07:49 Installing for dependencies:
13:07:49  audit-libs-python       aarch64 2.8.5-4.el7               base            73 k
13:07:49  checkpolicy             aarch64 2.5-8.el7                 base           275 k
13:07:49  container-selinux       noarch  2:2.119.2-1.911c772.el7_8 extras          40 k
13:07:49  containerd.io           aarch64 1.6.16-3.1.el7            docker-ce-test  24 M
13:07:49  fuse-overlayfs          aarch64 0.7.2-6.el7_8             extras          52 k
13:07:49  fuse3-libs              aarch64 3.6.1-4.el7               extras          76 k
13:07:49  iptables                aarch64 1.4.21-35.el7             base           439 k
13:07:49  libcgroup               aarch64 0.41-21.el7               base            63 k
13:07:49  libmnl                  aarch64 1.0.3-7.el7               base            23 k
13:07:49  libnetfilter_conntrack  aarch64 1.0.6-1.el7_3             base            51 k
13:07:49  libnfnetlink            aarch64 1.0.1-4.el7               base            25 k
13:07:49  libseccomp              aarch64 2.3.1-4.el7               base            55 k
13:07:49  libselinux-python       aarch64 2.5-15.el7                base           222 k
13:07:49  libselinux-utils        aarch64 2.5-15.el7                base           154 k
13:07:49  libsemanage-python      aarch64 2.5-14.el7                base           109 k
13:07:49  policycoreutils         aarch64 2.5-34.el7                base           916 k
13:07:49  policycoreutils-python  aarch64 2.5-34.el7                base           456 k
13:07:49  python-IPy              noarch  0.75-6.el7                base            32 k
13:07:49  selinux-policy          noarch  3.13.1-268.el7_9.2        updates        498 k
13:07:49  selinux-policy-targeted noarch  3.13.1-268.el7_9.2        updates        7.0 M
13:07:49  setools-libs            aarch64 3.3.8-4.el7               base           567 k
13:07:49  slirp4netns             aarch64 0.4.3-4.el7_8             extras          78 k
13:07:49 
13:07:49 Transaction Summary
13:07:49 ================================================================================
13:07:49 Install  5 Packages (+22 Dependent packages)
13:07:49 
13:07:49 Total size: 249 M
13:07:49 Total download size: 36 M
13:07:49 Installed size: 346 M
13:07:49 Downloading packages:
13:07:49 Setting up iptables (1.6.1-2ubuntu2) ...
13:07:49 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
13:07:49 Processing triggers for systemd (237-3ubuntu10.56) ...
13:07:49 + verify_binaries
13:07:49 + docker --version
13:07:49 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:07:49 ++ uname -m
13:07:49 + '[' x86_64 = x86_64 ']'
13:07:49 + docker scan --help
13:07:49 
13:07:49 Usage:  docker scan [OPTIONS] IMAGE
13:07:49 
13:07:49 A tool to scan your images
13:07:49 
13:07:49 Options:
13:07:49       --accept-license    Accept using a third party scanning provider
13:07:49       --dependency-tree   Show dependency tree with scan results
13:07:49       --exclude-base      Exclude base image from vulnerability scanning
13:07:49                           (requires --file)
13:07:49   -f, --file string       Dockerfile associated with image, provides more
13:07:49                           detailed results
13:07:49       --group-issues      Aggregate duplicated vulnerabilities and group
13:07:49                           them to a single one (requires --json)
13:07:49       --json              Output results in JSON format
13:07:49       --login             Authenticate to the scan provider using an
13:07:49                           optional token (with --token), or web base
13:07:49                           token if empty
13:07:49       --reject-license    Reject using a third party scanning provider
13:07:49       --severity string   Only report vulnerabilities of provided level
13:07:49                           or higher (low|medium|high)
13:07:49       --token string      Authentication token to login to the third
13:07:49                           party scanning provider
13:07:49       --version           Display version of the scan plugin
13:07:49 + docker buildx version
13:07:49 + make IMAGE=fedora:36 verify
13:07:49 docker run  --rm -i \
13:07:49 	-v "$(pwd):/v" \
13:07:49 	-e DEBIAN_FRONTEND=noninteractive \
13:07:49 	-e PACKAGE_REPO=staging \
13:07:49 	-w /v \
13:07:49 	fedora:36 ./verify
13:07:49 Unable to find image 'fedora:36' locally
13:07:49 36: Pulling from library/fedora
13:07:49 #11 19.94 Unpacking libgdbm-compat4:armhf (1.23-1) ...
13:07:49 #11 19.97 Selecting previously unselected package libperl5.34:armhf.
13:07:49 #11 19.97 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1.1_armhf.deb ...
13:07:49 #11 19.97 Unpacking libperl5.34:armhf (5.34.0-3ubuntu1.1) ...
13:07:49 #11 20.14 Selecting previously unselected package perl.
13:07:49 #11 20.14 Preparing to unpack .../005-perl_5.34.0-3ubuntu1.1_armhf.deb ...
13:07:49 #11 20.15 Unpacking perl (5.34.0-3ubuntu1.1) ...
13:07:49 #11 20.18 Selecting previously unselected package openssl.
13:07:49 #11 20.19 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.8_armhf.deb ...
13:07:49 #11 20.19 Unpacking openssl (3.0.2-0ubuntu1.8) ...
13:07:49 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cffi-backend amd64 1.15.0-1build2 [77.4 kB]
13:07:49 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cryptography amd64 3.4.8-1ubuntu2 [236 kB]
13:07:49 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyparsing all 2.4.7-1 [61.4 kB]
13:07:49 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-httplib2 all 0.20.2-2 [30.4 kB]
13:07:49 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-more-itertools all 8.10.0-2 [47.9 kB]
13:07:49 Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zipp all 1.0.0-3 [5440 B]
13:07:49 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-importlib-metadata all 4.6.4-1 [16.2 kB]
13:07:49 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jeepney all 0.7.1-3 [36.8 kB]
13:07:49 Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB]
13:07:49 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-secretstorage all 3.3.1-1 [13.2 kB]
13:07:49 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-keyring all 23.5.0-1 [35.7 kB]
13:07:49 Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.uri all 1.0.6-2 [14.4 kB]
13:07:49 Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wadllib all 1.3.6-1 [36.4 kB]
13:07:49 Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-distro all 1.7.0-1 [17.0 kB]
13:07:49 Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB]
13:07:49 Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-six all 1.16.0-3ubuntu1 [12.6 kB]
13:07:49 Dependencies resolved.
13:07:49 ================================================================================
13:07:49  Package                      Arch       Version               Repository  Size
13:07:49 ================================================================================
13:07:49 Installing:
13:07:49  dnf-plugins-core             noarch     4.3.0-4.el9           baseos      38 k
13:07:49 Installing dependencies:
13:07:49  dbus-libs                    x86_64     1:1.12.20-7.el9       baseos     152 k
13:07:49  python3-dateutil             noarch     1:2.8.1-6.el9         baseos     302 k
13:07:49  python3-dbus                 x86_64     1.2.18-2.el9          baseos     144 k
13:07:49  python3-dnf-plugins-core     noarch     4.3.0-4.el9           baseos     260 k
13:07:49  python3-six                  noarch     1.15.0-9.el9          baseos      37 k
13:07:49  python3-systemd              x86_64     234-18.el9            baseos      90 k
13:07:49  systemd-libs                 x86_64     252-3.el9             baseos     647 k
13:07:49 
13:07:49 Transaction Summary
13:07:49 ================================================================================
13:07:49 Install  8 Packages
13:07:49 
13:07:49 Total download size: 1.6 M
13:07:49 Installed size: 4.6 M
13:07:49 Downloading Packages:
13:07:49 #10 43.87 Setting up libhttp-negotiate-perl (6.01-2) ...
13:07:49 #10 43.89 Setting up libhttp-cookies-perl (6.10-1) ...
13:07:49 #10 43.90 Setting up libtool (2.4.7-5) ...
13:07:49 #10 43.91 Setting up po-debconf (1.0.21+nmu1) ...
13:07:49 #10 43.93 Setting up libhtml-tree-perl (5.07-3) ...
13:07:49 #10 43.94 Setting up libparams-classify-perl:armhf (0.015-2+b1) ...
13:07:49 #10 43.95 Setting up python3 (3.11.1-3) ...
13:07:49 #11 25.13 Unpacking libgcc-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:07:49 #11 25.23 Selecting previously unselected package gcc-9.
13:07:49 #11 25.23 Preparing to unpack .../090-gcc-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:07:49 #11 25.23 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
13:07:49 done.
13:07:49 Updating certificates in /etc/ssl/certs...
13:07:49 github.com/docker/buildx v0.10.2 00ed17d
13:07:49 + docker compose version
13:07:49 Docker Compose version v2.16.0
13:07:49 + dockerd --version
13:07:49 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:07:49 + docker-proxy --version
13:07:49 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:07:49 + containerd --version
13:07:49 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:07:49 + ctr --version
13:07:49 ctr containerd.io 1.6.16
13:07:49 + containerd-shim --help
13:07:49 Usage of containerd-shim:
13:07:49   -address string
13:07:49     	grpc address back to main containerd
13:07:49   -containerd-binary containerd publish
13:07:49     	path to containerd binary (used for containerd publish) (default "containerd")
13:07:49   -criu string
13:07:49     	path to criu binary
13:07:49   -debug
13:07:49     	enable debug output in logs
13:07:49   -namespace string
13:07:49     	namespace that owns the shim
13:07:49   -runtime-root string
13:07:49     	root directory for the runtime (default "/run/containerd/runc")
13:07:49   -socket string
13:07:49     	socket path to serve
13:07:49   -systemd-cgroup
13:07:49     	set runtime to use systemd-cgroup
13:07:49   -workdir string
13:07:49     	path used to storge large temporary data
13:07:49 + containerd-shim-runc-v1 -v
13:07:49 containerd-shim-runc-v1:
13:07:49   Version:  1.6.16
13:07:49   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:07:49   Go version: go1.18.10
13:07:49 
13:07:49 + containerd-shim-runc-v2 -v
13:07:49 containerd-shim-runc-v2:
13:07:49   Version:  1.6.16
13:07:49   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:07:49   Go version: go1.18.10
13:07:49 
13:07:49 + runc --version
13:07:49 runc version 1.1.4
13:07:49 commit: v1.1.4-0-g5fd4c4d
13:07:49 spec: 1.0.2-dev
13:07:49 go: go1.18.10
13:07:49 libseccomp: 2.5.1
13:07:49 c13ad3937d91: Already exists
13:07:49 Digest: sha256:17ab257e353f7e0247ce4b1a6ac7a4dd372cf217e532f27d67feb876a53af471
13:07:49 Status: Downloaded newer image for fedora:36
13:07:49 #11 20.24 Selecting previously unselected package ca-certificates.
13:07:49 #11 20.24 Preparing to unpack .../007-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
13:07:49 #11 20.24 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
13:07:49 #11 20.29 Selecting previously unselected package distro-info-data.
13:07:49 #11 20.29 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.2_all.deb ...
13:07:49 #11 20.29 Unpacking distro-info-data (0.52ubuntu0.2) ...
13:07:49 #11 20.31 Selecting previously unselected package iso-codes.
13:07:49 #11 20.31 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ...
13:07:49 #11 20.32 Unpacking iso-codes (4.9.0-1) ...
13:07:49 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
13:07:49 #10 44.06 Setting up gcc (4:12.2.0-1+rpi1) ...
13:07:49 #10 44.09 Setting up dh-autoreconf (20) ...
13:07:49 #10 44.10 Setting up libmodule-runtime-perl (0.016-2) ...
13:07:49 #10 44.12 Setting up dh-strip-nondeterminism (1.13.1-1) ...
13:07:49 #10 44.14 Setting up libimport-into-perl (1.002005-2) ...
13:07:49 #10 44.15 Setting up libmoo-perl (2.005005-1) ...
13:07:49 #10 44.17 Setting up debhelper (13.11.4) ...
13:07:49 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~debian.12~bookworm_armhf.deb'.
13:07:49 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb'.
13:07:49 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
13:07:49 124 added, 0 removed; done.
13:07:49 Running hooks in /etc/ca-certificates/update.d...
13:07:49 done.
13:07:49 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
13:07:49 + apt-key add -
13:07:49 Get:1 https://download.docker.com/linux/ubuntu kinetic InRelease [48.9 kB]
13:07:49 Hit:2 http://archive.ubuntu.com/ubuntu kinetic InRelease
13:07:49 Hit:3 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease
13:07:49 Hit:4 http://archive.ubuntu.com/ubuntu kinetic-backports InRelease
13:07:49 Get:5 https://download.docker.com/linux/ubuntu kinetic/test amd64 Packages [10.6 kB]
13:07:49 Hit:6 http://security.ubuntu.com/ubuntu kinetic-security InRelease
13:07:49 #11 20.46 Selecting previously unselected package less.
13:07:49 #11 20.47 Preparing to unpack .../010-less_590-1build1_armhf.deb ...
13:07:49 #11 20.47 Unpacking less (590-1build1) ...
13:07:49 #11 20.50 Selecting previously unselected package libmd0:armhf.
13:07:49 #11 20.50 Preparing to unpack .../011-libmd0_1.0.4-1build1_armhf.deb ...
13:07:49 #11 20.51 Unpacking libmd0:armhf (1.0.4-1build1) ...
13:07:49 #11 20.54 Selecting previously unselected package libbsd0:armhf.
13:07:49 #11 20.54 Preparing to unpack .../012-libbsd0_0.11.5-1_armhf.deb ...
13:07:49 #11 20.54 Unpacking libbsd0:armhf (0.11.5-1) ...
13:07:49 #11 20.57 Selecting previously unselected package libelf1:armhf.
13:07:49 #11 20.57 Preparing to unpack .../013-libelf1_0.186-1build1_armhf.deb ...
13:07:49 #11 20.58 Unpacking libelf1:armhf (0.186-1build1) ...
13:07:49 #11 20.60 Selecting previously unselected package libicu70:armhf.
13:07:49 #11 20.60 Preparing to unpack .../014-libicu70_70.1-2_armhf.deb ...
13:07:49 #11 20.61 Unpacking libicu70:armhf (70.1-2) ...
13:07:49 Get:103 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-launchpadlib all 1.10.16-1 [125 kB]
13:07:49 Get:104 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.5 [28.8 kB]
13:07:49 Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 packagekit amd64 1.2.5-2ubuntu2 [442 kB]
13:07:49 Get:106 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.5 [14.1 kB]
13:07:49 Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 gnupg2 all 2.2.27-3ubuntu2.1 [5548 B]
13:07:49 debconf: delaying package configuration, since apt-utils is not installed
13:07:49 Fetched 38.3 MB in 4s (10.5 MB/s)
13:07:49 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb'.
13:07:49 #10 44.18 Setting up equivs (2.3.1) ...
13:07:49 #10 44.19 Setting up liblwp-protocol-https-perl (6.10-1) ...
13:07:49 #10 44.20 Setting up libwww-perl (6.67-1) ...
13:07:49 #10 44.22 Setting up devscripts (2.22.2) ...
13:07:49 #10 44.38 Processing triggers for libc-bin (2.36-8+rpi1) ...
13:07:49 (1/8): dnf-plugins-core-4.3.0-4.el9.noarch.rpm   92 kB/s |  38 kB     00:00    
13:07:49 #11 25.77 Selecting previously unselected package gcc.
13:07:49 #11 25.77 Preparing to unpack .../091-gcc_4%3a9.3.0-1ubuntu2_armhf.deb ...
13:07:49 #11 25.78 Unpacking gcc (4:9.3.0-1ubuntu2) ...
13:07:49 #11 25.81 Selecting previously unselected package libstdc++-9-dev:armhf.
13:07:49 #11 25.81 Preparing to unpack .../092-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:07:49 #11 25.82 Unpacking libstdc++-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:07:49 Warning: apt-key output should not be parsed (stdout is not a terminal)
13:07:49 Fetched 59.5 kB in 1s (92.3 kB/s)
13:07:49 #11 20.83 Selecting previously unselected package libxml2:armhf.
13:07:49 #11 20.83 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1ubuntu0.2_armhf.deb ...
13:07:49 #11 20.84 Unpacking libxml2:armhf (2.9.13+dfsg-1ubuntu0.2) ...
13:07:49 #11 20.87 Selecting previously unselected package libyaml-0-2:armhf.
13:07:49 #11 20.87 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_armhf.deb ...
13:07:49 #11 20.88 Unpacking libyaml-0-2:armhf (0.2.2-1build2) ...
13:07:49 #11 20.90 Selecting previously unselected package lsb-release.
13:07:49 #11 20.91 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ...
13:07:49 #11 20.91 Unpacking lsb-release (11.1.0ubuntu4) ...
13:07:49 #11 20.94 Selecting previously unselected package netbase.
13:07:49 + verify
13:07:49 + dpkg --version
13:07:49 + rpm --version
13:07:49 + verify_rpm
13:07:49 ++ . /etc/os-release
13:07:49 +++ NAME='Fedora Linux'
13:07:49 +++ VERSION='36 (Container Image)'
13:07:49 +++ ID=fedora
13:07:49 +++ VERSION_ID=36
13:07:49 +++ VERSION_CODENAME=
13:07:49 +++ PLATFORM_ID=platform:f36
13:07:49 +++ PRETTY_NAME='Fedora Linux 36 (Container Image)'
13:07:49 +++ ANSI_COLOR='0;38;2;60;110;180'
13:07:49 +++ LOGO=fedora-logo-icon
13:07:49 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:36
13:07:49 +++ HOME_URL=https://fedoraproject.org/
13:07:49 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/
13:07:49 +++ SUPPORT_URL=https://ask.fedoraproject.org/
13:07:49 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:07:49 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
13:07:49 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=36
13:07:49 +++ REDHAT_SUPPORT_PRODUCT=Fedora
13:07:49 +++ REDHAT_SUPPORT_PRODUCT_VERSION=36
13:07:49 +++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
13:07:49 +++ VARIANT='Container Image'
13:07:49 +++ VARIANT_ID=container
13:07:49 ++ echo fedora
13:07:49 + DIST_ID=fedora
13:07:49 ++ . /etc/os-release
13:07:49 +++ NAME='Fedora Linux'
13:07:49 +++ VERSION='36 (Container Image)'
13:07:49 +++ ID=fedora
13:07:49 +++ VERSION_ID=36
13:07:49 +++ VERSION_CODENAME=
13:07:49 +++ PLATFORM_ID=platform:f36
13:07:49 +++ PRETTY_NAME='Fedora Linux 36 (Container Image)'
13:07:49 +++ ANSI_COLOR='0;38;2;60;110;180'
13:07:49 +++ LOGO=fedora-logo-icon
13:07:49 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:36
13:07:49 +++ HOME_URL=https://fedoraproject.org/
13:07:49 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/
13:07:49 +++ SUPPORT_URL=https://ask.fedoraproject.org/
13:07:49 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:07:49 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
13:07:49 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=36
13:07:49 +++ REDHAT_SUPPORT_PRODUCT=Fedora
13:07:49 +++ REDHAT_SUPPORT_PRODUCT_VERSION=36
13:07:49 +++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
13:07:49 +++ VARIANT='Container Image'
13:07:49 +++ VARIANT_ID=container
13:07:49 ++ cut -d. -f1
13:07:49 ++ echo 36
13:07:49 + DIST_VERSION=36
13:07:49 + pkg_manager=yum
13:07:49 + pkg_config_manager=yum-config-manager
13:07:49 + dnf --version
13:07:49 4.14.0
13:07:49   Installed: dnf-0:4.14.0-1.fc36.noarch at Sun Dec 11 07:49:14 2022
13:07:49   Built    : Fedora Project at Fri Sep  9 13:49:11 2022
13:07:49 
13:07:49   Installed: rpm-0:4.17.1-3.fc36.x86_64 at Sun Dec 11 07:49:14 2022
13:07:49   Built    : Fedora Project at Tue Aug  2 12:31:56 2022
13:07:49 + pkg_manager=dnf
13:07:49 + pkg_config_manager='dnf config-manager'
13:07:49 + dnf clean all
13:07:49 Selecting previously unselected package libpython3.10-minimal:amd64.
13:07: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 ... 4395 files and directories currently installed.)
13:07:49 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_amd64.deb ...
13:07:49 Unpacking libpython3.10-minimal:amd64 (3.10.6-1~22.04.2) ...
13:07:49 Selecting previously unselected package libexpat1:amd64.
13:07:49 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_amd64.deb ...
13:07:49 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.2) ...
13:07:49 Selecting previously unselected package python3.10-minimal.
13:07:49 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_amd64.deb ...
13:07:49 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ...
13:07:49 Setting up libpython3.10-minimal:amd64 (3.10.6-1~22.04.2) ...
13:07:49 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.2) ...
13:07:49 Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
13:07:49 warning: /var/cache/yum/aarch64/7/extras/packages/fuse-overlayfs-0.7.2-6.el7_8.aarch64.rpm: Header V3 RSA/SHA256 Signature, key ID 305d49d6: NOKEY
13:07:49 Public key for fuse-overlayfs-0.7.2-6.el7_8.aarch64.rpm is not installed
13:07:49 Public key for checkpolicy-2.5-8.el7.aarch64.rpm is not installed
13:07:50 (2/8): python3-dbus-1.2.18-2.el9.x86_64.rpm     686 kB/s | 144 kB     00:00    
13:07:50 (3/8): dbus-libs-1.12.20-7.el9.x86_64.rpm       243 kB/s | 152 kB     00:00    
13:07:50 (4/8): python3-dateutil-2.8.1-6.el9.noarch.rpm  433 kB/s | 302 kB     00:00    
13:07:50 (5/8): python3-six-1.15.0-9.el9.noarch.rpm      499 kB/s |  37 kB     00:00    
13:07:50 (6/8): python3-dnf-plugins-core-4.3.0-4.el9.noa 1.7 MB/s | 260 kB     00:00    
13:07:50 (7/8): python3-systemd-234-18.el9.x86_64.rpm    1.2 MB/s |  90 kB     00:00    
13:07:50 #11 26.04 Selecting previously unselected package g++-9.
13:07:50 #11 26.05 Preparing to unpack .../093-g++-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:07:50 #11 26.05 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
13:07:50 OK
13:07:50 + '[' focal = sid ']'
13:07:50 ++ dpkg --print-architecture
13:07:50 + ARCH=amd64
13:07:50 + echo 'deb [arch=amd64] https://download.docker.com/linux/ubuntu focal test'
13:07:50 + apt-get update
13:07:50 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.16.0-0.fc37.x86_64.rpm
13:07:50 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xRuX6S
13:07:50 + umask 022
13:07:50 + cd /root/rpmbuild/BUILD
13:07:50 + cd src
13:07:50 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64
13:07:50 + RPM_EC=0
13:07:50 ++ jobs -p
13:07:50 + exit 0
13:07:50 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.Wpj1v1
13:07:50 + umask 022
13:07:50 + cd /root/rpmbuild/BUILD
13:07:50 + rm -rf src src.gemspec
13:07:50 + RPM_EC=0
13:07:50 ++ jobs -p
13:07:50 + exit 0
13:07:50 
13:07:50 RPM build warnings:
13:07:50     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:07:50     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:07:50     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:07:50     source_date_epoch_from_changelog set but %changelog is missing
13:07:50     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker-proxy
13:07:50     source_date_epoch_from_changelog set but %changelog is missing
13:07:50     source_date_epoch_from_changelog set but %changelog is missing
13:07:50     source_date_epoch_from_changelog set but %changelog is missing
13:07:50     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:07:50     source_date_epoch_from_changelog set but %changelog is missing
13:07:50     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:07:50 warning: source_date_epoch_from_changelog set but %changelog is missing
13:07:50 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.vzab1B
13:07:50 + umask 022
13:07:50 + cd /root/rpmbuild/BUILD
13:07:50 + cd /root/rpmbuild/BUILD
13:07:50 + rm -rf src
13:07:50 + /usr/bin/mkdir -p src
13:07:50 + cd src
13:07:50 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:07:50 + STATUS=0
13:07:50 + '[' 0 -ne 0 ']'
13:07:50 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:07:50 + STATUS=0
13:07:50 + '[' 0 -ne 0 ']'
13:07:50 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:07:50 + RPM_EC=0
13:07:50 ++ jobs -p
13:07:50 + exit 0
13:07:50 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.66lXor
13:07:50 + umask 022
13:07:50 + cd /root/rpmbuild/BUILD
13:07:50 + 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:07:50 + export CFLAGS
13:07:50 + 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:07:50 + export CXXFLAGS
13:07:50 + 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:07:50 + export FFLAGS
13:07:50 + 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:07:50 + export FCFLAGS
13:07:50 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:07:50 + export LDFLAGS
13:07:50 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:07:50 + export LT_SYS_LIBRARY_PATH
13:07:50 + CC=gcc
13:07:50 + export CC
13:07:50 + CXX=g++
13:07:50 + export CXX
13:07:50 + cd src
13:07:50 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:07:50 + bash -c 'TAG_NAME="v0.23.0" COMMIT="6c852fa" PLATFORM_BINARY=docker-scan make native-build'
13:07:50 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:07:50 GO111MODULE=on make -f builder.Makefile build
13:07:50 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:07:50 mkdir -p bin
13:07:50 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=6c852fa -X github.com/docker/scan-cli-plugin/internal.Version=v0.23.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:068f428b9448d2d09aa70bf7dfe7ac98eda25dbc189637528f1a279d3fcae593 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.1064.0" -o bin/docker-scan ./cmd/docker-scan
13:07:50 go: downloading github.com/docker/cli v20.10.17+incompatible
13:07:50 go: downloading github.com/docker/docker v20.10.17+incompatible
13:07:50 #11 20.94 Preparing to unpack .../018-netbase_6.3_all.deb ...
13:07:50 #11 20.94 Unpacking netbase (6.3) ...
13:07:50 #11 20.96 Selecting previously unselected package python-apt-common.
13:07:50 #11 20.97 Preparing to unpack .../019-python-apt-common_2.4.0_all.deb ...
13:07:50 #11 20.97 Unpacking python-apt-common (2.4.0) ...
13:07:50 #11 21.00 Selecting previously unselected package python3-apt.
13:07:50 #11 21.00 Preparing to unpack .../020-python3-apt_2.4.0_armhf.deb ...
13:07:50 #11 21.00 Unpacking python3-apt (2.4.0) ...
13:07:50 #11 21.03 Selecting previously unselected package python3-pkg-resources.
13:07:50 #11 21.03 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
13:07:50 #11 21.04 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
13:07:50 #11 21.08 Selecting previously unselected package ucf.
13:07:50 #11 21.08 Preparing to unpack .../022-ucf_3.0043_all.deb ...
13:07:50 #11 21.08 Moving old data out of the way
13:07:50 #11 21.08 Unpacking ucf (3.0043) ...
13:07:50 #11 21.11 Selecting previously unselected package bsdextrautils.
13:07:50 #11 21.12 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_armhf.deb ...
13:07:50 #11 21.12 Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
13:07:50 #11 21.15 Selecting previously unselected package libmagic-mgc.
13:07:50 #11 21.15 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3_armhf.deb ...
13:07:50 #11 21.15 Unpacking libmagic-mgc (1:5.41-3) ...
13:07:50 #11 21.20 Selecting previously unselected package libmagic1:armhf.
13:07:50 #11 21.21 Preparing to unpack .../025-libmagic1_1%3a5.41-3_armhf.deb ...
13:07:50 #11 21.21 Unpacking libmagic1:armhf (1:5.41-3) ...
13:07:50 #11 21.23 Selecting previously unselected package file.
13:07:50 #11 21.23 Preparing to unpack .../026-file_1%3a5.41-3_armhf.deb ...
13:07:50 #11 21.24 Unpacking file (1:5.41-3) ...
13:07:50 #11 21.26 Selecting previously unselected package gettext-base.
13:07:50 0 files removed
13:07:50 + dnf install -y 'dnf-command(config-manager)'
13:07:50 (8/8): systemd-libs-252-3.el9.x86_64.rpm        3.0 MB/s | 647 kB     00:00    
13:07:50 --------------------------------------------------------------------------------
13:07:50 Total                                           1.4 MB/s | 1.6 MB     00:01     
13:07:50 CentOS Stream 9 - BaseOS                        1.6 MB/s | 1.6 kB     00:00    
13:07:50 Importing GPG key 0x8483C65D:
13:07:50  Userid     : "CentOS (CentOS Official Signing Key) <security@centos.org>"
13:07:50  Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D
13:07:50  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
13:07:50 Key imported successfully
13:07:50 Get:1 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB]
13:07:50 Get:2 https://download.docker.com/linux/ubuntu focal/test amd64 Packages [35.6 kB]
13:07:50 Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease
13:07:50 Hit:4 http://archive.ubuntu.com/ubuntu focal InRelease
13:07:50 go: downloading github.com/spf13/cobra v1.5.0
13:07:50 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:07:50 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
13:07:50 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
13:07:50 go: downloading github.com/docker/go-units v0.4.0
13:07:50 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:07:50 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:07:50 go: downloading github.com/moby/sys/mount v0.3.3
13:07:50 Reading package lists...
13:07:50 W: https://download.docker.com/linux/ubuntu/dists/kinetic/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
13:07:50 ++ find deb/debbuild/ubuntu-kinetic/ -type f -name '*.deb'
13:07:50 + packages='deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb
13:07:50 deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_amd64.deb
13:07:50 deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb
13:07:50 deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb
13:07:50 deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb
13:07:50 deb/debbuild/ubuntu-kinetic/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb'
13:07:50 ++ echo 'deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb
13:07:50 deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_amd64.deb
13:07:50 deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb
13:07:50 deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb
13:07:50 deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb
13:07:50 deb/debbuild/ubuntu-kinetic/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb'
13:07:50 ++ awk '$0="./"$0'
13:07:50 ++ xargs
13:07:50 + packages='./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb'
13:07:50 + set -x
13:07:50 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb
13:07:50 Selecting previously unselected package docker-ce-rootless-extras.
13:07:50 (Reading database ... 9327 files and directories currently installed.)
13:07:50 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ...
13:07:50 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
13:07:50 #11 21.26 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_armhf.deb ...
13:07:50 #11 21.26 Unpacking gettext-base (0.21-4ubuntu4) ...
13:07:50 #11 21.30 Selecting previously unselected package libuchardet0:armhf.
13:07:50 #11 21.30 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_armhf.deb ...
13:07:50 #11 21.30 Unpacking libuchardet0:armhf (0.0.7-1build2) ...
13:07:50 #11 21.33 Selecting previously unselected package groff-base.
13:07:50 #11 21.33 Preparing to unpack .../029-groff-base_1.22.4-8build1_armhf.deb ...
13:07:50 #11 21.33 Unpacking groff-base (1.22.4-8build1) ...
13:07:50 #11 21.39 Selecting previously unselected package libcbor0.8:armhf.
13:07:50 #11 21.39 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_armhf.deb ...
13:07:50 #11 21.39 Unpacking libcbor0.8:armhf (0.8.0-2ubuntu1) ...
13:07:50 #11 21.42 Selecting previously unselected package libedit2:armhf.
13:07:50 #11 21.42 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_armhf.deb ...
13:07:50 #11 21.42 Unpacking libedit2:armhf (3.1-20210910-1build1) ...
13:07:50 #11 21.45 Selecting previously unselected package libfido2-1:armhf.
13:07:50 #11 21.45 Preparing to unpack .../032-libfido2-1_1.10.0-1_armhf.deb ...
13:07:50 #11 21.46 Unpacking libfido2-1:armhf (1.10.0-1) ...
13:07:50 #11 21.49 Selecting previously unselected package libnghttp2-14:armhf.
13:07:50 #11 21.49 Preparing to unpack .../033-libnghttp2-14_1.43.0-1build3_armhf.deb ...
13:07:50 #11 21.49 Unpacking libnghttp2-14:armhf (1.43.0-1build3) ...
13:07:50 Running transaction check
13:07:50 Transaction check succeeded.
13:07:50 Running transaction test
13:07:50 Transaction test succeeded.
13:07:50 Running transaction
13:07:50 #11 26.61 Selecting previously unselected package g++.
13:07:50 #11 26.61 Preparing to unpack .../094-g++_4%3a9.3.0-1ubuntu2_armhf.deb ...
13:07:50 #11 26.61 Unpacking g++ (4:9.3.0-1ubuntu2) ...
13:07:50 #11 26.64 Selecting previously unselected package make.
13:07:50 #11 26.64 Preparing to unpack .../095-make_4.2.1-1.2_armhf.deb ...
13:07:50 #11 26.64 Unpacking make (4.2.1-1.2) ...
13:07:50 #11 26.68 Selecting previously unselected package libdpkg-perl.
13:07:50 #11 26.68 Preparing to unpack .../096-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
13:07:50 #11 26.69 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
13:07:50 #11 26.73 Selecting previously unselected package patch.
13:07:50 #11 26.73 Preparing to unpack .../097-patch_2.7.6-6_armhf.deb ...
13:07:50 #11 26.74 Unpacking patch (2.7.6-6) ...
13:07:50 #11 26.77 Selecting previously unselected package dpkg-dev.
13:07:50 #11 26.77 Preparing to unpack .../098-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
13:07:50 #11 26.78 Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
13:07:50 Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease
13:07:50 Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease
13:07:50 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
13:07:50 go: downloading github.com/containerd/containerd v1.6.6
13:07:50 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:07:50 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
13:07:50 #11 21.52 Selecting previously unselected package libpipeline1:armhf.
13:07:50 #11 21.52 Preparing to unpack .../034-libpipeline1_1.5.5-1_armhf.deb ...
13:07:50 #11 21.52 Unpacking libpipeline1:armhf (1.5.5-1) ...
13:07:50 #11 21.56 Selecting previously unselected package libpng16-16:armhf.
13:07:50 #11 21.56 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_armhf.deb ...
13:07:50 #11 21.56 Unpacking libpng16-16:armhf (1.6.37-3build5) ...
13:07:50 #11 21.59 Selecting previously unselected package libpsl5:armhf.
13:07:50 #11 21.59 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_armhf.deb ...
13:07:50 #11 21.60 Unpacking libpsl5:armhf (0.21.0-1.2build2) ...
13:07:50 #11 21.63 Selecting previously unselected package libxau6:armhf.
13:07:50 #11 21.63 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_armhf.deb ...
13:07:50 #11 21.63 Unpacking libxau6:armhf (1:1.0.9-1build5) ...
13:07:50 #11 21.67 Selecting previously unselected package libxdmcp6:armhf.
13:07:50 #11 21.67 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_armhf.deb ...
13:07:50 #11 21.67 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu5) ...
13:07:50 #11 21.70 Selecting previously unselected package libxcb1:armhf.
13:07:50 #11 21.70 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_armhf.deb ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
13:07:50   Preparing        :                                                        1/1 
13:07:50   Installing       : systemd-libs-252-3.el9.x86_64                          1/8 
13:07:50   Running scriptlet: systemd-libs-252-3.el9.x86_64                          1/8 
13:07:50   Installing       : dbus-libs-1:1.12.20-7.el9.x86_64                       2/8 
13:07:50   Installing       : python3-dbus-1.2.18-2.el9.x86_64                       3/8 
13:07:50   Installing       : python3-systemd-234-18.el9.x86_64                      4/8 
13:07:50   Installing       : python3-six-1.15.0-9.el9.noarch                        5/8 
13:07:50   Installing       : python3-dateutil-1:2.8.1-6.el9.noarch                  6/8 
13:07:50   Installing       : python3-dnf-plugins-core-4.3.0-4.el9.noarch            7/8 
13:07:50   Installing       : dnf-plugins-core-4.3.0-4.el9.noarch                    8/8 
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:07:50 #11 26.86 Selecting previously unselected package build-essential.
13:07:50 #11 26.86 Preparing to unpack .../099-build-essential_12.8ubuntu1.1_armhf.deb ...
13:07:50 #11 26.86 Unpacking build-essential (12.8ubuntu1.1) ...
13:07:50 #11 26.89 Selecting previously unselected package libbrotli1:armhf.
13:07:50 #11 26.90 Preparing to unpack .../100-libbrotli1_1.0.7-6ubuntu0.1_armhf.deb ...
13:07:50 #11 26.90 Unpacking libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
13:07:50 #11 26.96 Selecting previously unselected package libroken18-heimdal:armhf.
13:07:50 #11 26.96 Preparing to unpack .../101-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
13:07:50 #11 26.96 Unpacking libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
13:07:50 #11 27.00 Selecting previously unselected package libasn1-8-heimdal:armhf.
13:07:50 #11 27.00 Preparing to unpack .../102-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
13:07:50 #11 27.00 Unpacking libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
13:07:50 #11 27.05 Selecting previously unselected package libheimbase1-heimdal:armhf.
13:07:50 #11 27.05 Preparing to unpack .../103-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
13:07:50 #11 27.05 Unpacking libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
13:07:50 #11 27.09 Selecting previously unselected package libhcrypto4-heimdal:armhf.
13:07:50 Fetched 93.3 kB in 1s (131 kB/s)
13:07:50 make[1]: Leaving directory '/root/build-deb'
13:07:50  dpkg-genbuildinfo
13:07:50  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.changes
13:07:50 Selecting previously unselected package python3-minimal.
13:07: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 ... 4697 files and directories currently installed.)
13:07:50 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_amd64.deb ...
13:07:50 Unpacking python3-minimal (3.10.6-1~22.04) ...
13:07:50 Selecting previously unselected package media-types.
13:07:50 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
13:07:50 Unpacking media-types (7.0.0) ...
13:07:50 Selecting previously unselected package libmpdec3:amd64.
13:07:50 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ...
13:07:50 Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
13:07:50 Selecting previously unselected package readline-common.
13:07:50 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
13:07:50 Unpacking readline-common (8.1.2-1) ...
13:07:50 Selecting previously unselected package libreadline8:amd64.
13:07:50 Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ...
13:07:50 Unpacking libreadline8:amd64 (8.1.2-1) ...
13:07:50 Selecting previously unselected package libsqlite3-0:amd64.
13:07:50 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_amd64.deb ...
13:07:50 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.1) ...
13:07:50 Selecting previously unselected package libpython3.10-stdlib:amd64.
13:07:50 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_amd64.deb ...
13:07:50 Unpacking libpython3.10-stdlib:amd64 (3.10.6-1~22.04.2) ...
13:07:50 #11 21.71 Unpacking libxcb1:armhf (1.14-3ubuntu3) ...
13:07:50 #11 21.73 Selecting previously unselected package libx11-data.
13:07:50 #11 21.73 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1_all.deb ...
13:07:50 #11 21.73 Unpacking libx11-data (2:1.7.5-1) ...
13:07:50 #11 21.79 Selecting previously unselected package libx11-6:armhf.
13:07:50 #11 21.79 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1_armhf.deb ...
13:07:50 #11 21.79 Unpacking libx11-6:armhf (2:1.7.5-1) ...
13:07:50 #11 21.83 Selecting previously unselected package libxext6:armhf.
13:07:50 #11 21.83 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_armhf.deb ...
13:07:50 #11 21.84 Unpacking libxext6:armhf (2:1.3.4-1build1) ...
13:07:50 #11 21.86 Selecting previously unselected package libxmuu1:armhf.
13:07:50 #11 21.86 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_armhf.deb ...
13:07:50 #11 21.87 Unpacking libxmuu1:armhf (2:1.1.3-3) ...
13:07:50 #11 21.91 Selecting previously unselected package man-db.
13:07:50 #11 21.91 Preparing to unpack .../044-man-db_2.10.2-1_armhf.deb ...
13:07:50 #11 21.91 Unpacking man-db (2.10.2-1) ...
13:07:50 #11 21.95 Selecting previously unselected package manpages.
13:07:50 Selecting previously unselected package docker-compose-plugin.
13:07:50 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_amd64.deb ...
13:07:50 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.22.10~kinetic) ...
13:07:51   Running scriptlet: dnf-plugins-core-4.3.0-4.el9.noarch                    8/8 
13:07:51   Verifying        : dbus-libs-1:1.12.20-7.el9.x86_64                       1/8 
13:07:51   Verifying        : dnf-plugins-core-4.3.0-4.el9.noarch                    2/8 
13:07:51   Verifying        : python3-dateutil-1:2.8.1-6.el9.noarch                  3/8 
13:07:51   Verifying        : python3-dbus-1.2.18-2.el9.x86_64                       4/8 
13:07:51   Verifying        : python3-dnf-plugins-core-4.3.0-4.el9.noarch            5/8 
13:07:51   Verifying        : python3-six-1.15.0-9.el9.noarch                        6/8 
13:07:51   Verifying        : python3-systemd-234-18.el9.x86_64                      7/8 
13:07:51   Verifying        : systemd-libs-252-3.el9.x86_64                          8/8 
13:07:51 
13:07:51 Installed:
13:07:51   dbus-libs-1:1.12.20-7.el9.x86_64                                              
13:07:51   dnf-plugins-core-4.3.0-4.el9.noarch                                           
13:07:51   python3-dateutil-1:2.8.1-6.el9.noarch                                         
13:07:51   python3-dbus-1.2.18-2.el9.x86_64                                              
13:07:51   python3-dnf-plugins-core-4.3.0-4.el9.noarch                                   
13:07:51   python3-six-1.15.0-9.el9.noarch                                               
13:07:51   python3-systemd-234-18.el9.x86_64                                             
13:07:51   systemd-libs-252-3.el9.x86_64                                                 
13:07:51 
13:07:51 Complete!
13:07:51 + case ${DIST_ID}:${DIST_VERSION} in
13:07:51 + install_rpm_containerd
13:07:51 + '[' staging = stage ']'
13:07:51 + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo
13:07:51 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo'
13:07:51 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo
13:07:51 + dnf --version
13:07:51 #11 27.09 Preparing to unpack .../104-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
13:07:51 #11 27.09 Unpacking libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
13:07:51 #11 27.13 Selecting previously unselected package libwind0-heimdal:armhf.
13:07:51 #11 27.13 Preparing to unpack .../105-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
13:07:51 #11 27.14 Unpacking libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
13:07:51 #11 27.18 Selecting previously unselected package libhx509-5-heimdal:armhf.
13:07:51 #11 27.19 Preparing to unpack .../106-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
13:07:51 #11 27.19 Unpacking libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
13:07:51 #11 27.23 Selecting previously unselected package libkrb5-26-heimdal:armhf.
13:07:51 #11 27.23 Preparing to unpack .../107-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
13:07:51 #11 27.24 Unpacking libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
13:07:51 #11 27.28 Selecting previously unselected package libheimntlm0-heimdal:armhf.
13:07:51 #11 27.28 Preparing to unpack .../108-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
13:07:51 #11 27.28 Unpacking libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
13:07:51 #11 27.32 Selecting previously unselected package libgssapi3-heimdal:armhf.
13:07:51 Selecting previously unselected package python3.10.
13:07:51 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_amd64.deb ...
13:07:51 Unpacking python3.10 (3.10.6-1~22.04.2) ...
13:07:51 Selecting previously unselected package libpython3-stdlib:amd64.
13:07:51 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_amd64.deb ...
13:07:51 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04) ...
13:07:51 Setting up python3-minimal (3.10.6-1~22.04) ...
13:07:51 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:07:51 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
13:07:51 go: downloading github.com/prometheus/client_golang v1.12.2
13:07:51 go: downloading github.com/prometheus/client_model v0.2.0
13:07:51 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:07:51 #11 21.96 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ...
13:07:51 #11 21.96 Unpacking manpages (5.10-1ubuntu1) ...
13:07:51 #11 22.08 Selecting previously unselected package openssh-client.
13:07:51 #11 22.08 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3ubuntu0.1_armhf.deb ...
13:07:51 #11 22.09 Unpacking openssh-client (1:8.9p1-3ubuntu0.1) ...
13:07:51 #11 22.13 Selecting previously unselected package publicsuffix.
13:07:51 #11 22.13 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ...
13:07:51 #11 22.13 Unpacking publicsuffix (20211207.1025-1) ...
13:07:51 #11 22.16 Selecting previously unselected package strace.
13:07:51 #11 22.16 Preparing to unpack .../048-strace_5.16-0ubuntu3_armhf.deb ...
13:07:51 #11 22.16 Unpacking strace (5.16-0ubuntu3) ...
13:07:51 #11 22.19 Selecting previously unselected package xauth.
13:07:51 4.14.0
13:07:51   Installed: dnf-0:4.14.0-4.el9.noarch at Tue Feb  7 09:35:26 2023
13:07:51   Built    : builder@centos.org at Fri Jan  6 14:23:17 2023
13:07:51 
13:07:51   Installed: rpm-0:4.16.1.3-22.el9.x86_64 at Tue Feb  7 09:35:24 2023
13:07:51   Built    : builder@centos.org at Mon Dec 19 23:57:50 2022
13:07:51 + dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
13:07:51 Adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
13:07:51 #11 27.32 Preparing to unpack .../109-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
13:07:51 #11 27.32 Unpacking libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
13:07:51 #11 27.36 Selecting previously unselected package libsasl2-modules-db:armhf.
13:07:51 #11 27.36 Preparing to unpack .../110-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
13:07:51 #11 27.36 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:07:51 #11 27.39 Selecting previously unselected package libsasl2-2:armhf.
13:07:51 #11 27.40 Preparing to unpack .../111-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
13:07:51 #11 27.40 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:07:51 #11 27.43 Selecting previously unselected package libldap-common.
13:07:51 #11 27.43 Preparing to unpack .../112-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
13:07:51 #11 27.44 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
13:07:51 #11 27.47 Selecting previously unselected package libldap-2.4-2:armhf.
13:07:51 #11 27.47 Preparing to unpack .../113-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_armhf.deb ...
13:07:51 #11 27.47 Unpacking libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ...
13:07:51 #11 27.52 Selecting previously unselected package libnghttp2-14:armhf.
13:07:51 #11 27.52 Preparing to unpack .../114-libnghttp2-14_1.40.0-1build1_armhf.deb ...
13:07:51 #11 27.53 Unpacking libnghttp2-14:armhf (1.40.0-1build1) ...
13:07:51 #11 27.56 Selecting previously unselected package librtmp1:armhf.
13:07:51 Selecting previously unselected package python3.
13:07:51 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5126 files and directories currently installed.)
13:07:51 Preparing to unpack .../0-python3_3.10.6-1~22.04_amd64.deb ...
13:07:51 Unpacking python3 (3.10.6-1~22.04) ...
13:07:51 Selecting previously unselected package libapparmor1:amd64.
13:07:51 Preparing to unpack .../1-libapparmor1_3.0.4-2ubuntu2.1_amd64.deb ...
13:07:51 Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.1) ...
13:07:51 Selecting previously unselected package libargon2-1:amd64.
13:07:51 Preparing to unpack .../2-libargon2-1_0~20171227-0.3_amd64.deb ...
13:07:51 Unpacking libargon2-1:amd64 (0~20171227-0.3) ...
13:07:51 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:07:51 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
13:07:51 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
13:07:51 Selecting previously unselected package libjson-c5:amd64.
13:07:51 Preparing to unpack .../4-libjson-c5_0.15-3~ubuntu1.22.04.1_amd64.deb ...
13:07:51 Unpacking libjson-c5:amd64 (0.15-3~ubuntu1.22.04.1) ...
13:07:51 Selecting previously unselected package libcryptsetup12:amd64.
13:07:51 Preparing to unpack .../5-libcryptsetup12_2%3a2.4.3-1ubuntu1.1_amd64.deb ...
13:07:51 Unpacking libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.1) ...
13:07:51 Selecting previously unselected package libip4tc2:amd64.
13:07:51 Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu5_amd64.deb ...
13:07:51 Unpacking libip4tc2:amd64 (1.8.7-1ubuntu5) ...
13:07:51 #11 22.20 Preparing to unpack .../049-xauth_1%3a1.1-1build2_armhf.deb ...
13:07:51 #11 22.20 Unpacking xauth (1:1.1-1build2) ...
13:07:51 #11 22.22 Selecting previously unselected package xz-utils.
13:07:51 #11 22.22 Preparing to unpack .../050-xz-utils_5.2.5-2ubuntu1_armhf.deb ...
13:07:51 #11 22.23 Unpacking xz-utils (5.2.5-2ubuntu1) ...
13:07:51 #11 22.26 Selecting previously unselected package libsigsegv2:armhf.
13:07:51 #11 22.26 Preparing to unpack .../051-libsigsegv2_2.13-1ubuntu3_armhf.deb ...
13:07:51 #11 22.26 Unpacking libsigsegv2:armhf (2.13-1ubuntu3) ...
13:07:51 #11 22.28 Selecting previously unselected package m4.
13:07:51 #11 22.29 Preparing to unpack .../052-m4_1.4.18-5ubuntu2_armhf.deb ...
13:07:51 #11 22.29 Unpacking m4 (1.4.18-5ubuntu2) ...
13:07:51 #11 22.32 Selecting previously unselected package autoconf.
13:07:51 #11 22.32 Preparing to unpack .../053-autoconf_2.71-2_all.deb ...
13:07:51 #11 22.32 Unpacking autoconf (2.71-2) ...
13:07:51 #11 22.36 Selecting previously unselected package autotools-dev.
13:07:51 #11 22.36 Preparing to unpack .../054-autotools-dev_20220109.1_all.deb ...
13:07:51 #11 22.36 Unpacking autotools-dev (20220109.1) ...
13:07:51 #11 22.39 Selecting previously unselected package automake.
13:07:51 #11 22.39 Preparing to unpack .../055-automake_1%3a1.16.5-1.3_all.deb ...
13:07:51 #11 22.40 Unpacking automake (1:1.16.5-1.3) ...
13:07:51 #11 22.44 Selecting previously unselected package autopoint.
13:07:51 #11 22.44 Preparing to unpack .../056-autopoint_0.21-4ubuntu4_all.deb ...
13:07:51 #11 22.44 Unpacking autopoint (0.21-4ubuntu4) ...
13:07:51 #11 22.47 Selecting previously unselected package binutils-common:armhf.
13:07:51 #11 22.47 Preparing to unpack .../057-binutils-common_2.38-4ubuntu2.1_armhf.deb ...
13:07:51 #11 22.47 Unpacking binutils-common:armhf (2.38-4ubuntu2.1) ...
13:07:51 #11 22.50 Selecting previously unselected package libbinutils:armhf.
13:07:51 #11 22.50 Preparing to unpack .../058-libbinutils_2.38-4ubuntu2.1_armhf.deb ...
13:07:51 #11 22.51 Unpacking libbinutils:armhf (2.38-4ubuntu2.1) ...
13:07:51 #11 22.54 Selecting previously unselected package libctf-nobfd0:armhf.
13:07:51 + dnf config-manager --set-disabled 'docker-ce-*'
13:07:51 #11 27.57 Preparing to unpack .../115-librtmp1_2.4+20151223.gitfa8646d.1-2build1_armhf.deb ...
13:07:51 #11 27.57 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
13:07:51 #11 27.61 Selecting previously unselected package libssh-4:armhf.
13:07:51 #11 27.61 Preparing to unpack .../116-libssh-4_0.9.3-2ubuntu2.2_armhf.deb ...
13:07:51 #11 27.62 Unpacking libssh-4:armhf (0.9.3-2ubuntu2.2) ...
13:07:51 #11 27.66 Selecting previously unselected package libcurl4:armhf.
13:07:51 #11 27.66 Preparing to unpack .../117-libcurl4_7.68.0-1ubuntu2.15_armhf.deb ...
13:07:51 #11 27.67 Unpacking libcurl4:armhf (7.68.0-1ubuntu2.15) ...
13:07:51 #11 27.71 Selecting previously unselected package curl.
13:07:51 #11 27.71 Preparing to unpack .../118-curl_7.68.0-1ubuntu2.15_armhf.deb ...
13:07:51 #11 27.72 Unpacking curl (7.68.0-1ubuntu2.15) ...
13:07:51 #11 27.76 Selecting previously unselected package dctrl-tools.
13:07:51 #11 27.76 Preparing to unpack .../119-dctrl-tools_2.24-3_armhf.deb ...
13:07:51 #11 27.77 Unpacking dctrl-tools (2.24-3) ...
13:07:51 Selecting previously unselected package libkmod2:amd64.
13:07:51 Preparing to unpack .../7-libkmod2_29-1ubuntu1_amd64.deb ...
13:07:51 Unpacking libkmod2:amd64 (29-1ubuntu1) ...
13:07:51 Selecting previously unselected package systemd.
13:07:51 Preparing to unpack .../8-systemd_249.11-0ubuntu3.6_amd64.deb ...
13:07:51 Unpacking systemd (249.11-0ubuntu3.6) ...
13:07:51 Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.1) ...
13:07:51 Setting up libargon2-1:amd64 (0~20171227-0.3) ...
13:07:51 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
13:07:51 #11 22.54 Preparing to unpack .../059-libctf-nobfd0_2.38-4ubuntu2.1_armhf.deb ...
13:07:51 #11 22.55 Unpacking libctf-nobfd0:armhf (2.38-4ubuntu2.1) ...
13:07:51 #11 22.57 Selecting previously unselected package libctf0:armhf.
13:07:51 #11 22.58 Preparing to unpack .../060-libctf0_2.38-4ubuntu2.1_armhf.deb ...
13:07:51 #11 22.58 Unpacking libctf0:armhf (2.38-4ubuntu2.1) ...
13:07:51 #11 22.60 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:07:51 #11 22.60 Preparing to unpack .../061-binutils-arm-linux-gnueabihf_2.38-4ubuntu2.1_armhf.deb ...
13:07:51 #11 22.61 Unpacking binutils-arm-linux-gnueabihf (2.38-4ubuntu2.1) ...
13:07:51 #11 22.69 Selecting previously unselected package binutils.
13:07:51 dpkg-genchanges: info: including full source code in upload
13:07:51  dpkg-source -I.git --after-build .
13:07:51 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:07:51 + destination=/build
13:07:51 + mkdir -p /build
13:07:51 + mv -v /root/docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb /root/docker-compose-plugin_2.16.0-1~debian.10~buster_amd64.deb /root/docker-scan-plugin_0.23.0~debian-buster_amd64.deb /build
13:07:51 copied '/root/docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb'
13:07:51 removed '/root/docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb'
13:07:51 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'
13:07:51 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'
13:07:51 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'
13:07:51 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'
13:07:51 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc'
13:07:51 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc'
13:07:51 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz'
13:07:51 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz'
13:07:51 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.buildinfo'
13:07:51 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.buildinfo'
13:07:51 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.changes'
13:07:51 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.changes'
13:07:51 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'
13:07:51 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'
13:07:51 copied '/root/docker-compose-plugin_2.16.0-1~debian.10~buster_amd64.deb' -> '/build/docker-compose-plugin_2.16.0-1~debian.10~buster_amd64.deb'
13:07:51 removed '/root/docker-compose-plugin_2.16.0-1~debian.10~buster_amd64.deb'
13:07:51 copied '/root/docker-scan-plugin_0.23.0~debian-buster_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~debian-buster_amd64.deb'
13:07:51 removed '/root/docker-scan-plugin_0.23.0~debian-buster_amd64.deb'
13:07:51 Reading package lists...
13:07:51 ++ find deb/debbuild/ubuntu-focal/ -type f -name '*.deb'
13:07:51 + packages='deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb
13:07:51 deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_amd64.deb
13:07:51 deb/debbuild/ubuntu-focal/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb
13:07:51 deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb
13:07:51 deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb
13:07:51 deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'
13:07:51 ++ echo 'deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb
13:07:51 deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_amd64.deb
13:07:51 deb/debbuild/ubuntu-focal/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb
13:07:51 deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb
13:07:51 deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb
13:07:51 deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'
13:07:51 ++ xargs
13:07:51 ++ awk '$0="./"$0'
13:07:51 + packages='./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'
13:07:51 + set -x
13:07:51 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb
13:07:51 Selecting previously unselected package docker-ce-cli.
13:07:51 (Reading database ... 10405 files and directories currently installed.)
13:07:51 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb ...
13:07:51 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
13:07:51 + dnf config-manager --set-enabled docker-ce-test
13:07:51 #11 27.80 Selecting previously unselected package libtool.
13:07:51 #11 27.80 Preparing to unpack .../120-libtool_2.4.6-14_all.deb ...
13:07:51 #11 27.81 Unpacking libtool (2.4.6-14) ...
13:07:51 #11 27.85 Selecting previously unselected package dh-autoreconf.
13:07:51 #11 27.85 Preparing to unpack .../121-dh-autoreconf_19_all.deb ...
13:07:51 #11 27.85 Unpacking dh-autoreconf (19) ...
13:07:51 #11 27.88 Selecting previously unselected package libdebhelper-perl.
13:07:51 #11 27.88 Preparing to unpack .../122-libdebhelper-perl_12.10ubuntu1_all.deb ...
13:07:51 #11 27.89 Unpacking libdebhelper-perl (12.10ubuntu1) ...
13:07:51 #11 27.92 Selecting previously unselected package libarchive-zip-perl.
13:07:51 #11 27.92 Preparing to unpack .../123-libarchive-zip-perl_1.67-2_all.deb ...
13:07:51 #11 27.93 Unpacking libarchive-zip-perl (1.67-2) ...
13:07:51 #11 27.96 Selecting previously unselected package libsub-override-perl.
13:07:51 #11 27.96 Preparing to unpack .../124-libsub-override-perl_0.09-2_all.deb ...
13:07:51 #11 27.96 Unpacking libsub-override-perl (0.09-2) ...
13:07:51 #11 27.99 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:07:51 #11 27.99 Preparing to unpack .../125-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
13:07:51 #11 28.00 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
13:07:51 #11 28.02 Selecting previously unselected package dh-strip-nondeterminism.
13:07:51 #11 28.03 Preparing to unpack .../126-dh-strip-nondeterminism_1.7.0-1_all.deb ...
13:07:51 #11 28.03 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
13:07:51 #11 28.05 Selecting previously unselected package dwz.
13:07:51 #11 28.06 Preparing to unpack .../127-dwz_0.13-5_armhf.deb ...
13:07:51 #11 28.06 Unpacking dwz (0.13-5) ...
13:07:51 #11 28.10 Selecting previously unselected package libcroco3:armhf.
13:07:51 Setting up libjson-c5:amd64 (0.15-3~ubuntu1.22.04.1) ...
13:07:51 Setting up libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.1) ...
13:07:51 Setting up libip4tc2:amd64 (1.8.7-1ubuntu5) ...
13:07:51 Setting up libkmod2:amd64 (29-1ubuntu1) ...
13:07:51 Setting up systemd (249.11-0ubuntu3.6) ...
13:07:51 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:07:51 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:07:51 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
13:07:51 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
13:07:51 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
13:07:51 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:07:51 Initializing machine ID from random generator.
13:07:51 Selecting previously unselected package docker-buildx-plugin.
13:07:51 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb ...
13:07:51 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.22.10~kinetic) ...
13:07:51 #11 22.69 Preparing to unpack .../062-binutils_2.38-4ubuntu2.1_armhf.deb ...
13:07:51 #11 22.69 Unpacking binutils (2.38-4ubuntu2.1) ...
13:07:51 #11 22.72 Selecting previously unselected package libc-dev-bin.
13:07:51 #11 22.72 Preparing to unpack .../063-libc-dev-bin_2.35-0ubuntu3.1_armhf.deb ...
13:07:51 #11 22.72 Unpacking libc-dev-bin (2.35-0ubuntu3.1) ...
13:07:51 #11 22.75 Selecting previously unselected package linux-libc-dev:armhf.
13:07:51 #11 22.75 Preparing to unpack .../064-linux-libc-dev_5.15.0-58.64_armhf.deb ...
13:07:51 #11 22.75 Unpacking linux-libc-dev:armhf (5.15.0-58.64) ...
13:07:51 #11 22.88 Selecting previously unselected package libcrypt-dev:armhf.
13:07:51 #11 22.88 Preparing to unpack .../065-libcrypt-dev_1%3a4.4.27-1_armhf.deb ...
13:07:51 #11 22.89 Unpacking libcrypt-dev:armhf (1:4.4.27-1) ...
13:07:51 #11 22.91 Selecting previously unselected package rpcsvc-proto.
13:07:51 #11 22.91 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu6_armhf.deb ...
13:07:51 #11 22.92 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
13:07:51 #11 22.95 Selecting previously unselected package libtirpc-dev:armhf.
13:07:52 + dnf makecache
13:07:52 #11 28.11 Preparing to unpack .../128-libcroco3_0.6.13-1_armhf.deb ...
13:07:52 #11 28.11 Unpacking libcroco3:armhf (0.6.13-1) ...
13:07:52 #11 28.15 Selecting previously unselected package gettext.
13:07:52 #11 28.15 Preparing to unpack .../129-gettext_0.19.8.1-10build1_armhf.deb ...
13:07:52 #11 28.15 Unpacking gettext (0.19.8.1-10build1) ...
13:07:52 #11 28.24 Selecting previously unselected package intltool-debian.
13:07:52 Selecting previously unselected package systemd-sysv.
13:07:52 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5966 files and directories currently installed.)
13:07:52 Preparing to unpack .../00-systemd-sysv_249.11-0ubuntu3.6_amd64.deb ...
13:07:52 Unpacking systemd-sysv (249.11-0ubuntu3.6) ...
13:07:52 Selecting previously unselected package openssl.
13:07:52 Preparing to unpack .../01-openssl_3.0.2-0ubuntu1.8_amd64.deb ...
13:07:52 Unpacking openssl (3.0.2-0ubuntu1.8) ...
13:07:52 Selecting previously unselected package ca-certificates.
13:07:52 #10 DONE 46.4s
13:07:52 
13:07:52 #11 [stage-1 3/8] COPY common /root/build-deb/debian
13:07:52 #11 DONE 0.0s
13:07:52 
13:07:52 #12 [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:07:52 #11 22.95 Preparing to unpack .../067-libtirpc-dev_1.3.2-2ubuntu0.1_armhf.deb ...
13:07:52 #11 22.95 Unpacking libtirpc-dev:armhf (1.3.2-2ubuntu0.1) ...
13:07:52 #11 22.98 Selecting previously unselected package libnsl-dev:armhf.
13:07:52 #11 22.98 Preparing to unpack .../068-libnsl-dev_1.3.0-2build2_armhf.deb ...
13:07:52 #11 22.99 Unpacking libnsl-dev:armhf (1.3.0-2build2) ...
13:07:52 #11 23.01 Selecting previously unselected package libc6-dev:armhf.
13:07:52 #11 23.02 Preparing to unpack .../069-libc6-dev_2.35-0ubuntu3.1_armhf.deb ...
13:07:52 #11 23.02 Unpacking libc6-dev:armhf (2.35-0ubuntu3.1) ...
13:07:52 #11 23.13 Selecting previously unselected package gcc-11-base:armhf.
13:07:52 #11 23.13 Preparing to unpack .../070-gcc-11-base_11.3.0-1ubuntu1~22.04_armhf.deb ...
13:07:52 #11 23.13 Unpacking gcc-11-base:armhf (11.3.0-1ubuntu1~22.04) ...
13:07:52 #11 23.17 Selecting previously unselected package libisl23:armhf.
13:07:52 #11 23.17 Preparing to unpack .../071-libisl23_0.24-2build1_armhf.deb ...
13:07:52 #11 23.17 Unpacking libisl23:armhf (0.24-2build1) ...
13:07:52 #11 23.22 Selecting previously unselected package libmpfr6:armhf.
13:07:52 Selecting previously unselected package docker-compose-plugin.
13:07:52 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_amd64.deb ...
13:07:52 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.20.04~focal) ...
13:07:52 #11 28.24 Preparing to unpack .../130-intltool-debian_0.35.0+20060710.5_all.deb ...
13:07:52 #11 28.25 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:07:52 #11 28.28 Selecting previously unselected package po-debconf.
13:07:52 #11 28.28 Preparing to unpack .../131-po-debconf_1.0.21_all.deb ...
13:07:52 #11 28.28 Unpacking po-debconf (1.0.21) ...
13:07:52 #11 28.33 Selecting previously unselected package debhelper.
13:07:52 #11 28.33 Preparing to unpack .../132-debhelper_12.10ubuntu1_all.deb ...
13:07:52 #11 28.33 Unpacking debhelper (12.10ubuntu1) ...
13:07:52 #11 28.43 Selecting previously unselected package libfakeroot:armhf.
13:07:52 #11 28.43 Preparing to unpack .../133-libfakeroot_1.24-1_armhf.deb ...
13:07:52 #11 28.44 Unpacking libfakeroot:armhf (1.24-1) ...
13:07:52 #11 28.47 Selecting previously unselected package fakeroot.
13:07:52 #11 28.47 Preparing to unpack .../134-fakeroot_1.24-1_armhf.deb ...
13:07:52 #11 28.47 Unpacking fakeroot (1.24-1) ...
13:07:52 #11 28.51 Selecting previously unselected package libassuan0:armhf.
13:07:52 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
13:07:52 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
13:07:52 Selecting previously unselected package libdbus-1-3:amd64.
13:07:52 Preparing to unpack .../03-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ...
13:07:52 Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ...
13:07:52 Selecting previously unselected package dbus.
13:07:52 Preparing to unpack .../04-dbus_1.12.20-2ubuntu4.1_amd64.deb ...
13:07:52 Unpacking dbus (1.12.20-2ubuntu4.1) ...
13:07:52 Selecting previously unselected package distro-info-data.
13:07:52 Preparing to unpack .../05-distro-info-data_0.52ubuntu0.2_all.deb ...
13:07:52 Unpacking distro-info-data (0.52ubuntu0.2) ...
13:07:52 Selecting previously unselected package libglib2.0-0:amd64.
13:07:52 Preparing to unpack .../06-libglib2.0-0_2.72.4-0ubuntu1_amd64.deb ...
13:07:52 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu1) ...
13:07:52 Selecting previously unselected package libgirepository-1.0-1:amd64.
13:07:52 Preparing to unpack .../07-libgirepository-1.0-1_1.72.0-1_amd64.deb ...
13:07:52 #12 0.811 Hit:1 http://archive.raspbian.org/raspbian bookworm InRelease
13:07:52 #11 23.22 Preparing to unpack .../072-libmpfr6_4.1.0-3build3_armhf.deb ...
13:07:52 #11 23.22 Unpacking libmpfr6:armhf (4.1.0-3build3) ...
13:07:52 #11 23.26 Selecting previously unselected package libmpc3:armhf.
13:07:52 #11 23.26 Preparing to unpack .../073-libmpc3_1.2.1-2build1_armhf.deb ...
13:07:52 #11 23.26 Unpacking libmpc3:armhf (1.2.1-2build1) ...
13:07:52 #11 23.29 Selecting previously unselected package cpp-11.
13:07:52 #11 23.29 Preparing to unpack .../074-cpp-11_11.3.0-1ubuntu1~22.04_armhf.deb ...
13:07:52 #11 23.30 Unpacking cpp-11 (11.3.0-1ubuntu1~22.04) ...
13:07:52 #11 23.46 Selecting previously unselected package cpp.
13:07:52 #11 23.47 Preparing to unpack .../075-cpp_4%3a11.2.0-1ubuntu1_armhf.deb ...
13:07:52 #11 23.47 Unpacking cpp (4:11.2.0-1ubuntu1) ...
13:07:52 #11 23.50 Selecting previously unselected package libcc1-0:armhf.
13:07:52 #11 23.50 Preparing to unpack .../076-libcc1-0_12.1.0-2ubuntu1~22.04_armhf.deb ...
13:07:52 #11 23.51 Unpacking libcc1-0:armhf (12.1.0-2ubuntu1~22.04) ...
13:07:52 #11 23.54 Selecting previously unselected package libgomp1:armhf.
13:07:52 #11 23.55 Preparing to unpack .../077-libgomp1_12.1.0-2ubuntu1~22.04_armhf.deb ...
13:07:52 #11 23.55 Unpacking libgomp1:armhf (12.1.0-2ubuntu1~22.04) ...
13:07:52 #11 23.58 Selecting previously unselected package libatomic1:armhf.
13:07:52 CentOS Stream 9 - BaseOS                         25 kB/s | 7.4 kB     00:00    
13:07:52 #11 28.51 Preparing to unpack .../135-libassuan0_2.5.3-7ubuntu2_armhf.deb ...
13:07:52 #11 28.52 Unpacking libassuan0:armhf (2.5.3-7ubuntu2) ...
13:07:52 #11 28.55 Selecting previously unselected package gpgconf.
13:07:52 #11 28.55 Preparing to unpack .../136-gpgconf_2.2.19-3ubuntu2.2_armhf.deb ...
13:07:52 #11 28.55 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
13:07:52 #11 28.59 Selecting previously unselected package libksba8:armhf.
13:07:52 #11 28.60 Preparing to unpack .../137-libksba8_1.3.5-2ubuntu0.20.04.2_armhf.deb ...
13:07:52 #11 28.60 Unpacking libksba8:armhf (1.3.5-2ubuntu0.20.04.2) ...
13:07:52 #11 28.64 Selecting previously unselected package libnpth0:armhf.
13:07:52 #11 28.64 Preparing to unpack .../138-libnpth0_1.6-1_armhf.deb ...
13:07:52 #11 28.64 Unpacking libnpth0:armhf (1.6-1) ...
13:07:52 #11 28.67 Selecting previously unselected package dirmngr.
13:07:52 #11 28.67 Preparing to unpack .../139-dirmngr_2.2.19-3ubuntu2.2_armhf.deb ...
13:07:52 #11 28.68 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
13:07:52 #11 28.73 Selecting previously unselected package gnupg-l10n.
13:07:52 #11 28.73 Preparing to unpack .../140-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
13:07:52 #11 28.74 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
13:07:52 #11 28.76 Selecting previously unselected package gnupg-utils.
13:07:52 #11 28.77 Preparing to unpack .../141-gnupg-utils_2.2.19-3ubuntu2.2_armhf.deb ...
13:07:52 #11 28.77 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
13:07:52 #11 28.83 Selecting previously unselected package gpg.
13:07:52 #11 28.83 Preparing to unpack .../142-gpg_2.2.19-3ubuntu2.2_armhf.deb ...
13:07:52 #11 28.83 Unpacking gpg (2.2.19-3ubuntu2.2) ...
13:07:52 Unpacking libgirepository-1.0-1:amd64 (1.72.0-1) ...
13:07:52 Selecting previously unselected package gir1.2-glib-2.0:amd64.
13:07:52 Preparing to unpack .../08-gir1.2-glib-2.0_1.72.0-1_amd64.deb ...
13:07:52 Unpacking gir1.2-glib-2.0:amd64 (1.72.0-1) ...
13:07:52 Selecting previously unselected package iso-codes.
13:07:52 Preparing to unpack .../09-iso-codes_4.9.0-1_all.deb ...
13:07:52 Unpacking iso-codes (4.9.0-1) ...
13:07:52 Selecting previously unselected package libcap2-bin.
13:07:52 Preparing to unpack .../10-libcap2-bin_1%3a2.44-1build3_amd64.deb ...
13:07:52 Unpacking libcap2-bin (1:2.44-1build3) ...
13:07:52 Selecting previously unselected package libelf1:amd64.
13:07:52 Preparing to unpack .../11-libelf1_0.186-1build1_amd64.deb ...
13:07:52 Unpacking libelf1:amd64 (0.186-1build1) ...
13:07:52 #11 23.58 Preparing to unpack .../078-libatomic1_12.1.0-2ubuntu1~22.04_armhf.deb ...
13:07:52 #11 23.58 Unpacking libatomic1:armhf (12.1.0-2ubuntu1~22.04) ...
13:07:52 #11 23.62 Selecting previously unselected package libasan6:armhf.
13:07:52 #11 23.62 Preparing to unpack .../079-libasan6_11.3.0-1ubuntu1~22.04_armhf.deb ...
13:07:52 #11 23.62 Unpacking libasan6:armhf (11.3.0-1ubuntu1~22.04) ...
13:07:52 #11 23.70 Selecting previously unselected package libubsan1:armhf.
13:07:52 #11 23.70 Preparing to unpack .../080-libubsan1_12.1.0-2ubuntu1~22.04_armhf.deb ...
13:07:52 #11 23.71 Unpacking libubsan1:armhf (12.1.0-2ubuntu1~22.04) ...
13:07:52 #11 23.75 Selecting previously unselected package libgcc-11-dev:armhf.
13:07:52 #11 23.75 Preparing to unpack .../081-libgcc-11-dev_11.3.0-1ubuntu1~22.04_armhf.deb ...
13:07:52 #11 23.76 Unpacking libgcc-11-dev:armhf (11.3.0-1ubuntu1~22.04) ...
13:07:52 #11 23.82 Selecting previously unselected package gcc-11.
13:07:52 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'.
13:07:52 #11 28.90 Selecting previously unselected package pinentry-curses.
13:07:52 #11 28.90 Preparing to unpack .../143-pinentry-curses_1.1.0-3build1_armhf.deb ...
13:07:52 #11 28.91 Unpacking pinentry-curses (1.1.0-3build1) ...
13:07:52 #11 28.94 Selecting previously unselected package gpg-agent.
13:07:52 #11 28.94 Preparing to unpack .../144-gpg-agent_2.2.19-3ubuntu2.2_armhf.deb ...
13:07:52 #11 28.95 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
13:07:52 #11 28.99 Selecting previously unselected package gpg-wks-client.
13:07:52 #11 28.99 Preparing to unpack .../145-gpg-wks-client_2.2.19-3ubuntu2.2_armhf.deb ...
13:07:52 #11 29.00 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
13:07:52 #11 29.03 Selecting previously unselected package gpg-wks-server.
13:07:52 #11 29.03 Preparing to unpack .../146-gpg-wks-server_2.2.19-3ubuntu2.2_armhf.deb ...
13:07:52 #11 29.04 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
13:07:52 #11 29.07 Selecting previously unselected package gpgsm.
13:07:52 #11 29.07 Preparing to unpack .../147-gpgsm_2.2.19-3ubuntu2.2_armhf.deb ...
13:07:52 #11 29.08 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
13:07:52 #11 29.12 Selecting previously unselected package gnupg.
13:07:52 Selecting previously unselected package libglib2.0-data.
13:07:52 Preparing to unpack .../12-libglib2.0-data_2.72.4-0ubuntu1_all.deb ...
13:07:52 Unpacking libglib2.0-data (2.72.4-0ubuntu1) ...
13:07:52 Selecting previously unselected package libicu70:amd64.
13:07:52 Preparing to unpack .../13-libicu70_70.1-2_amd64.deb ...
13:07:52 Unpacking libicu70:amd64 (70.1-2) ...
13:07:52 Selecting previously unselected package libpam-systemd:amd64.
13:07:52 Preparing to unpack .../14-libpam-systemd_249.11-0ubuntu3.6_amd64.deb ...
13:07:52 Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.6) ...
13:07:53 #11 23.82 Preparing to unpack .../082-gcc-11_11.3.0-1ubuntu1~22.04_armhf.deb ...
13:07:53 #11 23.82 Unpacking gcc-11 (11.3.0-1ubuntu1~22.04) ...
13:07:53 #11 29.12 Preparing to unpack .../148-gnupg_2.2.19-3ubuntu2.2_all.deb ...
13:07:53 #11 29.13 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
13:07:53 #11 29.16 Selecting previously unselected package libfile-which-perl.
13:07:53 #11 29.16 Preparing to unpack .../149-libfile-which-perl_1.23-1_all.deb ...
13:07:53 #11 29.17 Unpacking libfile-which-perl (1.23-1) ...
13:07:53 #11 29.19 Selecting previously unselected package libfile-homedir-perl.
13:07:53 #11 29.20 Preparing to unpack .../150-libfile-homedir-perl_1.004-1_all.deb ...
13:07:53 #11 29.20 Unpacking libfile-homedir-perl (1.004-1) ...
13:07:53 #11 29.23 Selecting previously unselected package libio-pty-perl.
13:07:53 #11 29.23 Preparing to unpack .../151-libio-pty-perl_1%3a1.12-1_armhf.deb ...
13:07:53 #11 29.23 Unpacking libio-pty-perl (1:1.12-1) ...
13:07:53 #11 29.26 Selecting previously unselected package libipc-run-perl.
13:07:53 #11 29.26 Preparing to unpack .../152-libipc-run-perl_20180523.0-2_all.deb ...
13:07:53 #11 29.26 Unpacking libipc-run-perl (20180523.0-2) ...
13:07:53 #11 29.30 Selecting previously unselected package libclass-method-modifiers-perl.
13:07:53 #11 29.30 Preparing to unpack .../153-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:07:53 #11 29.30 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:07:53 #11 29.33 Selecting previously unselected package libb-hooks-op-check-perl.
13:07:53 CentOS Stream 9 - AppStream                      17 kB/s | 7.5 kB     00:00    
13:07:53 Selecting previously unselected package libxml2:amd64.
13:07:53 Preparing to unpack .../15-libxml2_2.9.13+dfsg-1ubuntu0.2_amd64.deb ...
13:07:53 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.2) ...
13:07:53 Selecting previously unselected package libyaml-0-2:amd64.
13:07:53 Preparing to unpack .../16-libyaml-0-2_0.2.2-1build2_amd64.deb ...
13:07:53 Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ...
13:07:53 Selecting previously unselected package lsb-release.
13:07:53 Preparing to unpack .../17-lsb-release_11.1.0ubuntu4_all.deb ...
13:07:53 Unpacking lsb-release (11.1.0ubuntu4) ...
13:07:53 Selecting previously unselected package python-apt-common.
13:07:53 Preparing to unpack .../18-python-apt-common_2.4.0_all.deb ...
13:07:53 Unpacking python-apt-common (2.4.0) ...
13:07:53 Selecting previously unselected package python3-apt.
13:07:53 Preparing to unpack .../19-python3-apt_2.4.0_amd64.deb ...
13:07:53 Unpacking python3-apt (2.4.0) ...
13:07:53 Selecting previously unselected package python3-dbus.
13:07:53 Preparing to unpack .../20-python3-dbus_1.2.18-3build1_amd64.deb ...
13:07:53 Unpacking python3-dbus (1.2.18-3build1) ...
13:07:53 #11 24.11 Selecting previously unselected package gcc.
13:07:53 #11 24.11 Preparing to unpack .../083-gcc_4%3a11.2.0-1ubuntu1_armhf.deb ...
13:07:53 #11 24.12 Unpacking gcc (4:11.2.0-1ubuntu1) ...
13:07:53 #11 24.16 Selecting previously unselected package libstdc++-11-dev:armhf.
13:07:53 #11 24.16 Preparing to unpack .../084-libstdc++-11-dev_11.3.0-1ubuntu1~22.04_armhf.deb ...
13:07:53 #11 24.16 Unpacking libstdc++-11-dev:armhf (11.3.0-1ubuntu1~22.04) ...
13:07:53 #11 29.33 Preparing to unpack .../154-libb-hooks-op-check-perl_0.22-1build2_armhf.deb ...
13:07:53 #11 29.33 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
13:07:53 #11 29.36 Selecting previously unselected package libdynaloader-functions-perl.
13:07:53 #11 29.36 Preparing to unpack .../155-libdynaloader-functions-perl_0.003-1_all.deb ...
13:07:53 #11 29.37 Unpacking libdynaloader-functions-perl (0.003-1) ...
13:07:53 #11 29.39 Selecting previously unselected package libdevel-callchecker-perl.
13:07:53 #11 29.39 Preparing to unpack .../156-libdevel-callchecker-perl_0.008-1ubuntu1_armhf.deb ...
13:07:53 #11 29.40 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
13:07:53 #11 29.43 Selecting previously unselected package libparams-classify-perl.
13:07:53 #11 29.43 Preparing to unpack .../157-libparams-classify-perl_0.015-1build2_armhf.deb ...
13:07:53 #11 29.43 Unpacking libparams-classify-perl (0.015-1build2) ...
13:07:53 #11 29.46 Selecting previously unselected package libmodule-runtime-perl.
13:07:53 #11 29.46 Preparing to unpack .../158-libmodule-runtime-perl_0.016-1_all.deb ...
13:07:53 #11 29.46 Unpacking libmodule-runtime-perl (0.016-1) ...
13:07:53 #11 29.49 Selecting previously unselected package libimport-into-perl.
13:07:53 #11 29.49 Preparing to unpack .../159-libimport-into-perl_1.002005-1_all.deb ...
13:07:53 #11 29.50 Unpacking libimport-into-perl (1.002005-1) ...
13:07:53 #11 29.52 Selecting previously unselected package librole-tiny-perl.
13:07:53 #11 29.52 Preparing to unpack .../160-librole-tiny-perl_2.001004-1_all.deb ...
13:07:53 #11 29.53 Unpacking librole-tiny-perl (2.001004-1) ...
13:07:53 #11 29.55 Selecting previously unselected package libstrictures-perl.
13:07:53 #11 29.55 Preparing to unpack .../161-libstrictures-perl_2.000006-1_all.deb ...
13:07:53 #11 29.56 Unpacking libstrictures-perl (2.000006-1) ...
13:07:53 #11 29.58 Selecting previously unselected package libsub-quote-perl.
13:07:53 #11 29.58 Preparing to unpack .../162-libsub-quote-perl_2.006006-1_all.deb ...
13:07:53 #11 29.59 Unpacking libsub-quote-perl (2.006006-1) ...
13:07:53 #11 29.61 Selecting previously unselected package libmoo-perl.
13:07:53 #11 29.62 Preparing to unpack .../163-libmoo-perl_2.003006-1_all.deb ...
13:07:53 #11 29.62 Unpacking libmoo-perl (2.003006-1) ...
13:07:53 #11 29.65 Selecting previously unselected package libencode-locale-perl.
13:07:53 #11 29.65 Preparing to unpack .../164-libencode-locale-perl_1.05-1_all.deb ...
13:07:53 #11 29.65 Unpacking libencode-locale-perl (1.05-1) ...
13:07:53 CentOS Stream 9 - Extras packages                28 kB/s | 8.0 kB     00:00    
13:07:53 Selecting previously unselected package python3-gi.
13:07:53 Preparing to unpack .../21-python3-gi_3.42.1-0ubuntu1_amd64.deb ...
13:07:53 Unpacking python3-gi (3.42.1-0ubuntu1) ...
13:07:53 Selecting previously unselected package python3-pkg-resources.
13:07:53 Preparing to unpack .../22-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
13:07:53 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
13:07:53 Selecting previously unselected package libnghttp2-14:amd64.
13:07:53 Preparing to unpack .../23-libnghttp2-14_1.43.0-1build3_amd64.deb ...
13:07:53 Unpacking libnghttp2-14:amd64 (1.43.0-1build3) ...
13:07:53 Selecting previously unselected package libpsl5:amd64.
13:07:53 Preparing to unpack .../24-libpsl5_0.21.0-1.2build2_amd64.deb ...
13:07:53 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ...
13:07:53 Selecting previously unselected package apt-transport-https.
13:07:53 Preparing to unpack .../25-apt-transport-https_2.4.8_all.deb ...
13:07:53 Unpacking apt-transport-https (2.4.8) ...
13:07:53 Selecting previously unselected package libbrotli1:amd64.
13:07:53 Preparing to unpack .../26-libbrotli1_1.0.9-2build6_amd64.deb ...
13:07:53 Unpacking libbrotli1:amd64 (1.0.9-2build6) ...
13:07:53 Selecting previously unselected package libsasl2-modules-db:amd64.
13:07:53 Preparing to unpack .../27-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.1_amd64.deb ...
13:07:53 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
13:07:53 Selecting previously unselected package libsasl2-2:amd64.
13:07:53 Preparing to unpack .../28-libsasl2-2_2.1.27+dfsg2-3ubuntu1.1_amd64.deb ...
13:07:53 #11 24.33 Selecting previously unselected package g++-11.
13:07:53 #11 24.33 Preparing to unpack .../085-g++-11_11.3.0-1ubuntu1~22.04_armhf.deb ...
13:07:53 #11 24.34 Unpacking g++-11 (11.3.0-1ubuntu1~22.04) ...
13:07:53 #11 24.51 Selecting previously unselected package g++.
13:07:53 #11 24.51 Preparing to unpack .../086-g++_4%3a11.2.0-1ubuntu1_armhf.deb ...
13:07:53 #11 24.52 Unpacking g++ (4:11.2.0-1ubuntu1) ...
13:07:53 make[1]: Leaving directory '/root/build-deb'
13:07:53  dpkg-genbuildinfo
13:07:53 #11 29.68 Selecting previously unselected package libtimedate-perl.
13:07:53 #11 29.68 Preparing to unpack .../165-libtimedate-perl_2.3200-1_all.deb ...
13:07:53 #11 29.69 Unpacking libtimedate-perl (2.3200-1) ...
13:07:53 #11 29.72 Selecting previously unselected package libhttp-date-perl.
13:07:53 #11 29.72 Preparing to unpack .../166-libhttp-date-perl_6.05-1_all.deb ...
13:07:53 #11 29.72 Unpacking libhttp-date-perl (6.05-1) ...
13:07:53 #11 29.75 Selecting previously unselected package libfile-listing-perl.
13:07:53 #11 29.75 Preparing to unpack .../167-libfile-listing-perl_6.04-1_all.deb ...
13:07:53 #11 29.77 Unpacking libfile-listing-perl (6.04-1) ...
13:07:53 #11 29.79 Selecting previously unselected package libhtml-tagset-perl.
13:07:53 #11 29.80 Preparing to unpack .../168-libhtml-tagset-perl_3.20-4_all.deb ...
13:07:53 #11 29.80 Unpacking libhtml-tagset-perl (3.20-4) ...
13:07:53 #11 29.82 Selecting previously unselected package liburi-perl.
13:07:53 #11 29.83 Preparing to unpack .../169-liburi-perl_1.76-2_all.deb ...
13:07:53 #11 29.83 Unpacking liburi-perl (1.76-2) ...
13:07:53 #11 29.86 Selecting previously unselected package libhtml-parser-perl.
13:07:53 #11 29.86 Preparing to unpack .../170-libhtml-parser-perl_3.72-5_armhf.deb ...
13:07:53 #11 29.87 Unpacking libhtml-parser-perl (3.72-5) ...
13:07:53 #11 29.89 Selecting previously unselected package libhtml-tree-perl.
13:07:53 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
13:07:53 Selecting previously unselected package libldap-2.5-0:amd64.
13:07:53 Preparing to unpack .../29-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_amd64.deb ...
13:07:53 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
13:07:53 Selecting previously unselected package librtmp1:amd64.
13:07:53 Preparing to unpack .../30-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ...
13:07:53 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
13:07:53 Selecting previously unselected package libssh-4:amd64.
13:07:53 Preparing to unpack .../31-libssh-4_0.9.6-2build1_amd64.deb ...
13:07:53 Unpacking libssh-4:amd64 (0.9.6-2build1) ...
13:07:53 Selecting previously unselected package libcurl4:amd64.
13:07:53 Preparing to unpack .../32-libcurl4_7.81.0-1ubuntu1.7_amd64.deb ...
13:07:53 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.7) ...
13:07:53 Selecting previously unselected package curl.
13:07:53 Preparing to unpack .../33-curl_7.81.0-1ubuntu1.7_amd64.deb ...
13:07:53 Unpacking curl (7.81.0-1ubuntu1.7) ...
13:07:53 Selecting previously unselected package libassuan0:amd64.
13:07:53 Preparing to unpack .../34-libassuan0_2.5.5-1build1_amd64.deb ...
13:07:53 Unpacking libassuan0:amd64 (2.5.5-1build1) ...
13:07:53 Selecting previously unselected package gpgconf.
13:07:53 Preparing to unpack .../35-gpgconf_2.2.27-3ubuntu2.1_amd64.deb ...
13:07:53 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
13:07:53 Selecting previously unselected package docker-scan-plugin.
13:07:53 Preparing to unpack .../docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb ...
13:07:53 Unpacking docker-scan-plugin (0.23.0~ubuntu-focal) ...
13:07:53 #11 24.54 Selecting previously unselected package make.
13:07:53 #11 24.54 Preparing to unpack .../087-make_4.3-4.1build1_armhf.deb ...
13:07:53 #11 24.54 Unpacking make (4.3-4.1build1) ...
13:07:53 #11 24.57 Selecting previously unselected package libdpkg-perl.
13:07:53 #11 24.57 Preparing to unpack .../088-libdpkg-perl_1.21.1ubuntu2.1_all.deb ...
13:07:53 #11 24.58 Unpacking libdpkg-perl (1.21.1ubuntu2.1) ...
13:07:53 #11 24.61 Selecting previously unselected package bzip2.
13:07:53 #11 24.62 Preparing to unpack .../089-bzip2_1.0.8-5build1_armhf.deb ...
13:07:53 #11 24.62 Unpacking bzip2 (1.0.8-5build1) ...
13:07:53 #11 24.65 Selecting previously unselected package patch.
13:07:53 #11 24.65 Preparing to unpack .../090-patch_2.7.6-7build2_armhf.deb ...
13:07:53 #11 24.65 Unpacking patch (2.7.6-7build2) ...
13:07:53 #11 24.68 Selecting previously unselected package lto-disabled-list.
13:07:53 #11 24.68 Preparing to unpack .../091-lto-disabled-list_24_all.deb ...
13:07:53 #11 24.69 Unpacking lto-disabled-list (24) ...
13:07:53 #11 24.71 Selecting previously unselected package dpkg-dev.
13:07:53 #11 24.71 Preparing to unpack .../092-dpkg-dev_1.21.1ubuntu2.1_all.deb ...
13:07:53 #11 24.72 Unpacking dpkg-dev (1.21.1ubuntu2.1) ...
13:07:53 #11 24.76 Selecting previously unselected package build-essential.
13:07:53 #11 24.76 Preparing to unpack .../093-build-essential_12.9ubuntu3_armhf.deb ...
13:07:53 #11 24.76 Unpacking build-essential (12.9ubuntu3) ...
13:07:53 #11 24.79 Selecting previously unselected package libbrotli1:armhf.
13:07:53 #11 24.79 Preparing to unpack .../094-libbrotli1_1.0.9-2build6_armhf.deb ...
13:07:53 #11 24.79 Unpacking libbrotli1:armhf (1.0.9-2build6) ...
13:07:53 #11 24.83 Selecting previously unselected package libsasl2-modules-db:armhf.
13:07:53 #11 24.83 Preparing to unpack .../095-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.1_armhf.deb ...
13:07:53 #11 24.83 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
13:07:53 #11 24.86 Selecting previously unselected package libsasl2-2:armhf.
13:07:53 Selecting previously unselected package docker-ce-cli.
13:07:53 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ...
13:07:53 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
13:07:53 #11 29.90 Preparing to unpack .../171-libhtml-tree-perl_5.07-2_all.deb ...
13:07:53 #11 29.90 Unpacking libhtml-tree-perl (5.07-2) ...
13:07:53 #11 29.94 Selecting previously unselected package libio-html-perl.
13:07:53 #11 29.94 Preparing to unpack .../172-libio-html-perl_1.001-1_all.deb ...
13:07:53 #11 29.95 Unpacking libio-html-perl (1.001-1) ...
13:07:53 #11 29.97 Selecting previously unselected package liblwp-mediatypes-perl.
13:07:53 #11 29.97 Preparing to unpack .../173-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:07:53 #11 29.98 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:07:53 #11 30.00 Selecting previously unselected package libhttp-message-perl.
13:07:53 #11 30.01 Preparing to unpack .../174-libhttp-message-perl_6.22-1_all.deb ...
13:07:53 #11 30.01 Unpacking libhttp-message-perl (6.22-1) ...
13:07:53 #11 30.04 Selecting previously unselected package libhttp-cookies-perl.
13:07:53 #11 30.04 Preparing to unpack .../175-libhttp-cookies-perl_6.08-1_all.deb ...
13:07:53 #11 30.05 Unpacking libhttp-cookies-perl (6.08-1) ...
13:07:53 #11 30.08 Selecting previously unselected package libhttp-negotiate-perl.
13:07:53 #11 30.08 Preparing to unpack .../176-libhttp-negotiate-perl_6.01-1_all.deb ...
13:07:53 #11 30.08 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:07:53 #11 30.11 Selecting previously unselected package perl-openssl-defaults:armhf.
13:07:54 Selecting previously unselected package libksba8:amd64.
13:07:54 Preparing to unpack .../36-libksba8_1.6.0-2ubuntu0.2_amd64.deb ...
13:07:54 Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ...
13:07:54 Selecting previously unselected package libnpth0:amd64.
13:07:54 Preparing to unpack .../37-libnpth0_1.6-3build2_amd64.deb ...
13:07:54 Unpacking libnpth0:amd64 (1.6-3build2) ...
13:07:54 Selecting previously unselected package dirmngr.
13:07:54 Preparing to unpack .../38-dirmngr_2.2.27-3ubuntu2.1_amd64.deb ...
13:07:54 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
13:07:54 Selecting previously unselected package libpackagekit-glib2-18:amd64.
13:07:54 Preparing to unpack .../39-libpackagekit-glib2-18_1.2.5-2ubuntu2_amd64.deb ...
13:07:54 Unpacking libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ...
13:07:54 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:07:54 Preparing to unpack .../40-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_amd64.deb ...
13:07:54 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
13:07:54 Selecting previously unselected package gnupg-l10n.
13:07:54 Preparing to unpack .../41-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
13:07:54 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
13:07:54 Selecting previously unselected package gnupg-utils.
13:07:54 Preparing to unpack .../42-gnupg-utils_2.2.27-3ubuntu2.1_amd64.deb ...
13:07:54 Docker CE Test - x86_64                          44 kB/s |  23 kB     00:00    
13:07:54 Selecting previously unselected package docker-buildx-plugin.
13:07:54 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb ...
13:07:54 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.20.04~focal) ...
13:07:54 #11 24.86 Preparing to unpack .../096-libsasl2-2_2.1.27+dfsg2-3ubuntu1.1_armhf.deb ...
13:07:54 #11 24.86 Unpacking libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
13:07:54 #11 24.90 Selecting previously unselected package libldap-2.5-0:armhf.
13:07:54 #11 24.90 Preparing to unpack .../097-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_armhf.deb ...
13:07:54 #11 24.91 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-0ubuntu0.22.04.1) ...
13:07:54 #11 24.94 Selecting previously unselected package librtmp1:armhf.
13:07:54 #11 24.94 Preparing to unpack .../098-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ...
13:07:54 #11 24.95 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
13:07:54 #11 24.98 Selecting previously unselected package libssh-4:armhf.
13:07:54 #11 24.98 Preparing to unpack .../099-libssh-4_0.9.6-2build1_armhf.deb ...
13:07:54 #11 24.98 Unpacking libssh-4:armhf (0.9.6-2build1) ...
13:07:54 #11 25.01 Selecting previously unselected package libcurl4:armhf.
13:07:54 #11 25.01 Preparing to unpack .../100-libcurl4_7.81.0-1ubuntu1.7_armhf.deb ...
13:07:54 #11 25.02 Unpacking libcurl4:armhf (7.81.0-1ubuntu1.7) ...
13:07:54 #11 25.05 Selecting previously unselected package curl.
13:07:54 #11 25.05 Preparing to unpack .../101-curl_7.81.0-1ubuntu1.7_armhf.deb ...
13:07:54 #11 25.05 Unpacking curl (7.81.0-1ubuntu1.7) ...
13:07:54 #11 25.08 Selecting previously unselected package dctrl-tools.
13:07:54 #12 0.935 Reading package lists...
13:07:54 #12 2.320 W: http://archive.raspbian.org/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
13:07:54 Selecting previously unselected package docker-ce.
13:07:54 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ...
13:07:54 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
13:07:54 #11 30.11 Preparing to unpack .../177-perl-openssl-defaults_4_armhf.deb ...
13:07:54 #11 30.11 Unpacking perl-openssl-defaults:armhf (4) ...
13:07:54 #11 30.14 Selecting previously unselected package libnet-ssleay-perl.
13:07:54 #11 30.14 Preparing to unpack .../178-libnet-ssleay-perl_1.88-2ubuntu1_armhf.deb ...
13:07:54 #11 30.14 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
13:07:54 #11 30.20 Selecting previously unselected package libio-socket-ssl-perl.
13:07:54 #11 30.20 Preparing to unpack .../179-libio-socket-ssl-perl_2.067-1_all.deb ...
13:07:54 #11 30.20 Unpacking libio-socket-ssl-perl (2.067-1) ...
13:07:54 #11 30.24 Selecting previously unselected package libnet-http-perl.
13:07:54 #11 30.25 Preparing to unpack .../180-libnet-http-perl_6.19-1_all.deb ...
13:07:54 #11 30.25 Unpacking libnet-http-perl (6.19-1) ...
13:07:54 #11 30.28 Selecting previously unselected package liblwp-protocol-https-perl.
13:07:54 #11 30.28 Preparing to unpack .../181-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
13:07:54 #11 30.28 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
13:07:54 #11 30.31 Selecting previously unselected package libtry-tiny-perl.
13:07:54 #11 30.31 Preparing to unpack .../182-libtry-tiny-perl_0.30-1_all.deb ...
13:07:54 #11 30.31 Unpacking libtry-tiny-perl (0.30-1) ...
13:07:54 #11 30.34 Selecting previously unselected package libwww-robotrules-perl.
13:07:54 #11 30.34 Preparing to unpack .../183-libwww-robotrules-perl_6.02-1_all.deb ...
13:07:54 #11 30.34 Unpacking libwww-robotrules-perl (6.02-1) ...
13:07:54 #11 30.37 Selecting previously unselected package libwww-perl.
13:07:54 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
13:07:54 Selecting previously unselected package gpg.
13:07:54 Preparing to unpack .../43-gpg_2.2.27-3ubuntu2.1_amd64.deb ...
13:07:54 Unpacking gpg (2.2.27-3ubuntu2.1) ...
13:07:54 Selecting previously unselected package pinentry-curses.
13:07:54 Preparing to unpack .../44-pinentry-curses_1.1.1-1build2_amd64.deb ...
13:07:54 Unpacking pinentry-curses (1.1.1-1build2) ...
13:07:54 Selecting previously unselected package gpg-agent.
13:07:54 Preparing to unpack .../45-gpg-agent_2.2.27-3ubuntu2.1_amd64.deb ...
13:07:54 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
13:07:54 Selecting previously unselected package gpg-wks-client.
13:07:54 Preparing to unpack .../46-gpg-wks-client_2.2.27-3ubuntu2.1_amd64.deb ...
13:07:54 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
13:07:54 Selecting previously unselected package gpg-wks-server.
13:07:54 Preparing to unpack .../47-gpg-wks-server_2.2.27-3ubuntu2.1_amd64.deb ...
13:07:54 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
13:07:54 Selecting previously unselected package gpgsm.
13:07:54 Preparing to unpack .../48-gpgsm_2.2.27-3ubuntu2.1_amd64.deb ...
13:07:54 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
13:07:54 Selecting previously unselected package gnupg.
13:07:54 Preparing to unpack .../49-gnupg_2.2.27-3ubuntu2.1_all.deb ...
13:07:54 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
13:07:54 Metadata cache created.
13:07:54 + echo '[DEBUG] Installing engine rpms'
13:07:54 [DEBUG] Installing engine rpms
13:07:54 ++ find rpm/rpmbuild/centos-9/RPMS/ -type f -name '*.rpm'
13:07:54 ++ sed /src/d
13:07:54 + packages='rpm/rpmbuild/centos-9/RPMS/x86_64/docker-compose-plugin-2.16.0-0.el9.x86_64.rpm
13:07:54 rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64.rpm
13:07:54 rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64.rpm
13:07:54 rpm/rpmbuild/centos-9/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el9.x86_64.rpm
13:07:54 rpm/rpmbuild/centos-9/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el9.x86_64.rpm
13:07:54 rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64.rpm'
13:07:54 + set -x
13:07:54 ++ source /etc/os-release
13:07:54 +++ NAME='CentOS Stream'
13:07:54 +++ VERSION=9
13:07:54 +++ ID=centos
13:07:54 +++ ID_LIKE='rhel fedora'
13:07:54 +++ VERSION_ID=9
13:07:54 +++ PLATFORM_ID=platform:el9
13:07:54 +++ PRETTY_NAME='CentOS Stream 9'
13:07:54 +++ ANSI_COLOR='0;31'
13:07:54 +++ LOGO=fedora-logo-icon
13:07:54 +++ CPE_NAME=cpe:/o:centos:centos:9
13:07:54 +++ HOME_URL=https://centos.org/
13:07:54 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:07:54 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9'
13:07:54 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
13:07:54 ++ echo 'CentOS Stream'
13:07:54 + product_version='CentOS Stream'
13:07:54 + '[' 'CentOS Stream' = rawhide ']'
13:07:54 + dnf install -y rpm/rpmbuild/centos-9/RPMS/x86_64/docker-compose-plugin-2.16.0-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64.rpm
13:07:54 #11 25.08 Preparing to unpack .../102-dctrl-tools_2.24-3build2_armhf.deb ...
13:07:54 #11 25.09 Unpacking dctrl-tools (2.24-3build2) ...
13:07:54 #11 25.11 Selecting previously unselected package libdebhelper-perl.
13:07:54 #11 25.11 Preparing to unpack .../103-libdebhelper-perl_13.6ubuntu1_all.deb ...
13:07:54 #11 25.12 Unpacking libdebhelper-perl (13.6ubuntu1) ...
13:07:54 #11 25.15 Selecting previously unselected package libtool.
13:07:54 #11 25.15 Preparing to unpack .../104-libtool_2.4.6-15build2_all.deb ...
13:07:54 #11 25.16 Unpacking libtool (2.4.6-15build2) ...
13:07:54 #11 25.19 Selecting previously unselected package dh-autoreconf.
13:07:54 #11 25.19 Preparing to unpack .../105-dh-autoreconf_20_all.deb ...
13:07:54 #11 25.19 Unpacking dh-autoreconf (20) ...
13:07:54 #11 25.22 Selecting previously unselected package libarchive-zip-perl.
13:07:54 #11 25.22 Preparing to unpack .../106-libarchive-zip-perl_1.68-1_all.deb ...
13:07:54 #11 25.22 Unpacking libarchive-zip-perl (1.68-1) ...
13:07:54 #11 25.26 Selecting previously unselected package libsub-override-perl.
13:07:54 #11 25.26 Preparing to unpack .../107-libsub-override-perl_0.09-2_all.deb ...
13:07:54 #11 25.26 Unpacking libsub-override-perl (0.09-2) ...
13:07:54 #11 25.29 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:07:54 #11 25.29 Preparing to unpack .../108-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
13:07:54 #11 25.29 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
13:07:54 make[1]: Leaving directory '/root/build-deb'
13:07:54  dpkg-genbuildinfo
13:07:54 Fedora 36 - x86_64                               24 MB/s |  81 MB     00:03    
13:07:54 #11 30.37 Preparing to unpack .../184-libwww-perl_6.43-1_all.deb ...
13:07:54 #11 30.37 Unpacking libwww-perl (6.43-1) ...
13:07:54 #11 30.41 Selecting previously unselected package patchutils.
13:07:54 #11 30.41 Preparing to unpack .../185-patchutils_0.3.4-2_armhf.deb ...
13:07:54 #11 30.41 Unpacking patchutils (0.3.4-2) ...
13:07:54 #11 30.44 Selecting previously unselected package wdiff.
13:07:54 #11 30.44 Preparing to unpack .../186-wdiff_1.2.2-2build1_armhf.deb ...
13:07:54 #11 30.45 Unpacking wdiff (1.2.2-2build1) ...
13:07:54 #11 30.49 Selecting previously unselected package devscripts.
13:07:54 #11 30.49 Preparing to unpack .../187-devscripts_2.20.2ubuntu2_armhf.deb ...
13:07:54 #11 30.51 Unpacking devscripts (2.20.2ubuntu2) ...
13:07:54 #11 30.61 Selecting previously unselected package diffstat.
13:07:54  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.changes
13:07:54 Last metadata expiration check: 0:00:01 ago on Wed Feb  8 13:07:53 2023.
13:07:54 Selecting previously unselected package libcurl3-gnutls:amd64.
13:07:54 Preparing to unpack .../50-libcurl3-gnutls_7.81.0-1ubuntu1.7_amd64.deb ...
13:07:54 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.7) ...
13:07:54 Selecting previously unselected package libstemmer0d:amd64.
13:07:54 Preparing to unpack .../51-libstemmer0d_2.2.0-1build1_amd64.deb ...
13:07:54 Unpacking libstemmer0d:amd64 (2.2.0-1build1) ...
13:07:54 Selecting previously unselected package libxmlb2:amd64.
13:07:54 Preparing to unpack .../52-libxmlb2_0.3.6-2build1_amd64.deb ...
13:07:54 Unpacking libxmlb2:amd64 (0.3.6-2build1) ...
13:07:54 Selecting previously unselected package libappstream4:amd64.
13:07:54 Preparing to unpack .../53-libappstream4_0.15.2-2_amd64.deb ...
13:07:54 Unpacking libappstream4:amd64 (0.15.2-2) ...
13:07:54 Selecting previously unselected package libdw1:amd64.
13:07:54 Preparing to unpack .../54-libdw1_0.186-1build1_amd64.deb ...
13:07:54 Unpacking libdw1:amd64 (0.186-1build1) ...
13:07:54 Selecting previously unselected package libglib2.0-bin.
13:07:54 Preparing to unpack .../55-libglib2.0-bin_2.72.4-0ubuntu1_amd64.deb ...
13:07:54 Unpacking libglib2.0-bin (2.72.4-0ubuntu1) ...
13:07:54 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc
13:07:54  debian/rules build
13:07:54 dh build --with=bash-completion
13:07:54    dh_update_autotools_config
13:07:54    dh_autoreconf
13:07:54    debian/rules override_dh_auto_build
13:07:54 make[1]: Entering directory '/root/build-deb'
13:07:54 # Build the daemon and dependencies
13:07:54 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
13:07:54 
13:07:54 Removing bundles/
13:07:54 
13:07:54 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:07:54 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
13:07:54 #11 25.31 Selecting previously unselected package dh-strip-nondeterminism.
13:07:54 #11 25.31 Preparing to unpack .../109-dh-strip-nondeterminism_1.13.0-1_all.deb ...
13:07:54 #11 25.32 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
13:07:54 #11 25.35 Selecting previously unselected package libdw1:armhf.
13:07:54 #11 25.35 Preparing to unpack .../110-libdw1_0.186-1build1_armhf.deb ...
13:07:54 #11 25.36 Unpacking libdw1:armhf (0.186-1build1) ...
13:07:54 #11 25.39 Selecting previously unselected package debugedit.
13:07:54 #11 25.39 Preparing to unpack .../111-debugedit_1%3a5.0-4build1_armhf.deb ...
13:07:54 #11 25.39 Unpacking debugedit (1:5.0-4build1) ...
13:07:54 #11 25.42 Selecting previously unselected package dwz.
13:07:54 #11 25.42 Preparing to unpack .../112-dwz_0.14-1build2_armhf.deb ...
13:07:54 #11 25.42 Unpacking dwz (0.14-1build2) ...
13:07:54 #11 25.45 Selecting previously unselected package gettext.
13:07:54 #11 25.45 Preparing to unpack .../113-gettext_0.21-4ubuntu4_armhf.deb ...
13:07:54 #11 25.46 Unpacking gettext (0.21-4ubuntu4) ...
13:07:54 #11 25.50 Selecting previously unselected package intltool-debian.
13:07:54 #11 25.50 Preparing to unpack .../114-intltool-debian_0.35.0+20060710.5_all.deb ...
13:07:54 #11 25.51 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:07:54 #11 25.53 Selecting previously unselected package po-debconf.
13:07:54 #11 25.54 Preparing to unpack .../115-po-debconf_1.0.21+nmu1_all.deb ...
13:07:54 #11 25.54 Unpacking po-debconf (1.0.21+nmu1) ...
13:07:54 #11 25.58 Selecting previously unselected package debhelper.
13:07:54 #11 25.58 Preparing to unpack .../116-debhelper_13.6ubuntu1_all.deb ...
13:07:54 #11 25.59 Unpacking debhelper (13.6ubuntu1) ...
13:07:54 #11 25.63 Selecting previously unselected package libfakeroot:armhf.
13:07:54 #12 2.642 dpkg-buildpackage: info: source package docker-ce-build-deps
13:07:54 #12 2.642 dpkg-buildpackage: info: source version 1.0
13:07:54 #12 2.642 dpkg-buildpackage: info: source distribution unstable
13:07:54 #12 2.642 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
13:07:54 #12 2.685 dpkg-buildpackage: info: host architecture armhf
13:07:54 #12 2.685  dpkg-source --before-build .
13:07:54 #12 2.800  debian/rules clean
13:07:54 #12 2.802 dh clean
13:07:54 #11 30.61 Preparing to unpack .../188-diffstat_1.63-1_armhf.deb ...
13:07:54 #11 30.62 Unpacking diffstat (1.63-1) ...
13:07:54 #11 30.65 Selecting previously unselected package python3-chardet.
13:07:54 #11 30.65 Preparing to unpack .../189-python3-chardet_3.0.4-4build1_all.deb ...
13:07:54 #11 30.66 Unpacking python3-chardet (3.0.4-4build1) ...
13:07:54 #11 30.70 Selecting previously unselected package python3-debian.
13:07:54 #11 30.70 Preparing to unpack .../190-python3-debian_0.1.36ubuntu1_all.deb ...
13:07:54 #11 30.70 Unpacking python3-debian (0.1.36ubuntu1) ...
13:07:54 #11 30.75 Selecting previously unselected package libgpgme11:armhf.
13:07:54 #11 30.75 Preparing to unpack .../191-libgpgme11_1.13.1-7ubuntu2_armhf.deb ...
13:07:54 #11 30.75 Unpacking libgpgme11:armhf (1.13.1-7ubuntu2) ...
13:07:54 #11 30.79 Selecting previously unselected package python3-gpg.
13:07:54 #11 30.79 Preparing to unpack .../192-python3-gpg_1.13.1-7ubuntu2_armhf.deb ...
13:07:54 #11 30.80 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
13:07:54 #11 30.84 Selecting previously unselected package dput.
13:07:54 #11 30.85 Preparing to unpack .../193-dput_1.0.3ubuntu1_all.deb ...
13:07:54 Dependencies resolved.
13:07:54 ==================================================================================================
13:07:54  Package                        Arch    Version                              Repository       Size
13:07:54 ==================================================================================================
13:07:54 Installing:
13:07:54  docker-buildx-plugin           x86_64  0.10.2-0.el9                         @commandline     12 M
13:07:54  docker-ce                      x86_64  3:0.0.0~20230206193855.ab4ef4a-0.el9 @commandline     23 M
13:07:54  docker-ce-cli                  x86_64  1:0.0.0~20230206193855.ab4ef4a-0.el9 @commandline    7.0 M
13:07:54  docker-ce-rootless-extras      x86_64  0.0.0~20230206193855.ab4ef4a-0.el9   @commandline    3.8 M
13:07:54  docker-compose-plugin          x86_64  2.16.0-0.el9                         @commandline     11 M
13:07:54  docker-scan-plugin             x86_64  0.23.0-0.el9                         @commandline    3.8 M
13:07:54 Installing dependencies:
13:07:54  acl                            x86_64  2.3.1-3.el9                          baseos           73 k
13:07:54  checkpolicy                    x86_64  3.5-0.rc2.1.el9                      appstream       347 k
13:07:54  container-selinux              noarch  3:2.199.0-1.el9                      appstream        51 k
13:07:54  containerd.io                  x86_64  1.6.16-3.1.el9                       docker-ce-test   32 M
13:07:54  cracklib                       x86_64  2.9.6-27.el9                         baseos           94 k
13:07:54  cracklib-dicts                 x86_64  2.9.6-27.el9                         baseos          3.6 M
13:07:54  dbus                           x86_64  1:1.12.20-7.el9                      baseos          3.9 k
13:07:54  dbus-broker                    x86_64  28-7.el9                             baseos          172 k
13:07:54  dbus-common                    noarch  1:1.12.20-7.el9                      baseos           15 k
13:07:54  device-mapper                  x86_64  9:1.02.187-4.el9                     baseos          141 k
13:07:54  device-mapper-libs             x86_64  9:1.02.187-4.el9                     baseos          178 k
13:07:54  diffutils                      x86_64  3.7-12.el9                           baseos          397 k
13:07:54  fuse-common                    x86_64  3.10.2-5.el9                         baseos          9.0 k
13:07:54  fuse-overlayfs                 x86_64  1.10-1.el9                           appstream        72 k
13:07:54  fuse3                          x86_64  3.10.2-5.el9                         appstream        54 k
13:07:54  fuse3-libs                     x86_64  3.10.2-5.el9                         appstream        93 k
13:07:54  iptables-libs                  x86_64  1.8.8-6.el9                          baseos          464 k
13:07:54  iptables-nft                   x86_64  1.8.8-6.el9                          baseos          203 k
13:07:54  kmod                           x86_64  28-7.el9                             baseos          127 k
13:07:54  kmod-libs                      x86_64  28-7.el9                             baseos           64 k
13:07:54  libdb                          x86_64  5.3.28-53.el9                        baseos          738 k
13:07:54  libeconf                       x86_64  0.4.1-2.el9                          baseos           28 k
13:07:54  libfdisk                       x86_64  2.37.4-9.el9                         baseos          155 k
13:07:54  libibverbs                     x86_64  44.0-2.el9                           baseos          388 k
13:07:54  libmnl                         x86_64  1.0.4-15.el9                         baseos           29 k
13:07:54  libnetfilter_conntrack         x86_64  1.0.9-1.el9                          baseos           59 k
13:07:54  libnfnetlink                   x86_64  1.0.1-21.el9                         baseos           30 k
13:07:54  libnftnl                       x86_64  1.2.2-1.el9                          baseos           84 k
13:07:54  libnl3                         x86_64  3.7.0-1.el9                          baseos          350 k
13:07:54  libpcap                        x86_64  14:1.10.0-4.el9                      baseos          173 k
13:07:54  libpwquality                   x86_64  1.4.4-8.el9                          baseos          119 k
13:07:54  libseccomp                     x86_64  2.5.2-2.el9                          baseos           72 k
13:07:54  libselinux-utils               x86_64  3.5-0.rc2.1.el9                      baseos          182 k
13:07:54  libslirp                       x86_64  4.4.0-4.el9                          appstream        69 k
13:07:54  libutempter                    x86_64  1.2.1-6.el9                          baseos           27 k
13:07:54  openssl                        x86_64  1:3.0.7-2.el9                        baseos          1.2 M
13:07:54  pam                            x86_64  1.5.1-14.el9                         baseos          621 k
13:07:54  policycoreutils                x86_64  3.5-0.rc2.1.el9                      baseos          235 k
13:07:54  policycoreutils-python-utils   noarch  3.5-0.rc2.1.el9                      appstream        75 k
13:07:54  python3-audit                  x86_64  3.0.7-103.el9                        appstream        84 k
13:07:54  python3-distro                 noarch  1.5.0-7.el9                          baseos           37 k
13:07:54  python3-libselinux             x86_64  3.5-0.rc2.1.el9                      appstream       187 k
13:07:54  python3-libsemanage            x86_64  3.5-0.rc2.1.el9                      appstream        80 k
13:07:54  python3-policycoreutils        noarch  3.5-0.rc2.1.el9                      appstream       2.1 M
13:07:54  python3-setools                x86_64  4.4.0-5.el9                          baseos          599 k
13:07:54  python3-setuptools             noarch  53.0.0-12.el9                        baseos          944 k
13:07:54  rpm-plugin-selinux             x86_64  4.16.1.3-22.el9                      baseos           18 k
13:07:54  selinux-policy                 noarch  38.1.5-1.el9                         baseos           54 k
13:07:54  selinux-policy-targeted        noarch  38.1.5-1.el9                         baseos          6.8 M
13:07:54  slirp4netns                    x86_64  1.2.0-2.el9                          appstream        47 k
13:07:54  systemd                        x86_64  252-3.el9                            baseos          4.1 M
13:07:54  systemd-pam                    x86_64  252-3.el9                            baseos          255 k
13:07:54  systemd-rpm-macros             noarch  252-3.el9                            baseos           43 k
13:07:54  util-linux                     x86_64  2.37.4-9.el9                         baseos          2.3 M
13:07:54  util-linux-core                x86_64  2.37.4-9.el9                         baseos          461 k
13:07:54  xz                             x86_64  5.2.5-8.el9                          baseos          226 k
13:07:54 
13:07:54 Transaction Summary
13:07:54 ==================================================================================================
13:07:54 Install  62 Packages
13:07:54 
13:07:54 Total size: 121 M
13:07:54 Total download size: 61 M
13:07:54 Installed size: 443 M
13:07:54 Downloading Packages:
13:07:54 Selecting previously unselected package libunwind8:amd64.
13:07:54 Preparing to unpack .../56-libunwind8_1.3.2-2build2_amd64.deb ...
13:07:54 Unpacking libunwind8:amd64 (1.3.2-2build2) ...
13:07:54 Selecting previously unselected package libgstreamer1.0-0:amd64.
13:07:54 Preparing to unpack .../57-libgstreamer1.0-0_1.20.3-0ubuntu1_amd64.deb ...
13:07:54 Unpacking libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1) ...
13:07:54 Selecting previously unselected package libpolkit-gobject-1-0:amd64.
13:07:54 Preparing to unpack .../58-libpolkit-gobject-1-0_0.105-33_amd64.deb ...
13:07:54 Unpacking libpolkit-gobject-1-0:amd64 (0.105-33) ...
13:07:54 Selecting previously unselected package libpolkit-agent-1-0:amd64.
13:07:54 Preparing to unpack .../59-libpolkit-agent-1-0_0.105-33_amd64.deb ...
13:07:54 Unpacking libpolkit-agent-1-0:amd64 (0.105-33) ...
13:07:54 Selecting previously unselected package polkitd.
13:07:54 Preparing to unpack .../60-polkitd_0.105-33_amd64.deb ...
13:07:54 Unpacking polkitd (0.105-33) ...
13:07:54 Selecting previously unselected package pkexec.
13:07:54 Preparing to unpack .../61-pkexec_0.105-33_amd64.deb ...
13:07:54 Unpacking pkexec (0.105-33) ...
13:07:54 #11 25.64 Preparing to unpack .../117-libfakeroot_1.28-1ubuntu1_armhf.deb ...
13:07:54 #11 25.64 Unpacking libfakeroot:armhf (1.28-1ubuntu1) ...
13:07:54 #11 25.67 Selecting previously unselected package fakeroot.
13:07:54 #11 25.67 Preparing to unpack .../118-fakeroot_1.28-1ubuntu1_armhf.deb ...
13:07:54 #11 25.67 Unpacking fakeroot (1.28-1ubuntu1) ...
13:07:54 #11 25.71 Selecting previously unselected package libassuan0:armhf.
13:07:54 #11 25.71 Preparing to unpack .../119-libassuan0_2.5.5-1build1_armhf.deb ...
13:07:54 #11 25.71 Unpacking libassuan0:armhf (2.5.5-1build1) ...
13:07:54 #11 25.74 Selecting previously unselected package gpgconf.
13:07:54 #11 25.74 Preparing to unpack .../120-gpgconf_2.2.27-3ubuntu2.1_armhf.deb ...
13:07:54 #11 25.75 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
13:07:54 #11 25.78 Selecting previously unselected package libksba8:armhf.
13:07:54 #11 25.78 Preparing to unpack .../121-libksba8_1.6.0-2ubuntu0.2_armhf.deb ...
13:07:54 #11 25.78 Unpacking libksba8:armhf (1.6.0-2ubuntu0.2) ...
13:07:54 #11 25.82 Selecting previously unselected package libnpth0:armhf.
13:07:54 #11 25.82 Preparing to unpack .../122-libnpth0_1.6-3build2_armhf.deb ...
13:07:54 #11 25.82 Unpacking libnpth0:armhf (1.6-3build2) ...
13:07:54 #11 25.85 Selecting previously unselected package dirmngr.
13:07:54  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.changes
13:07:54 #12 2.891    dh_clean
13:07:54 #12 2.928  debian/rules binary
13:07:54 #12 2.930 dh binary
13:07:54 #12 3.008    dh_update_autotools_config
13:07:54 #12 3.040    dh_autoreconf
13:07:54 #12 3.086    create-stamp debian/debhelper-build-stamp
13:07:54 #12 3.086    dh_prep
13:07:54 #12 3.118    dh_auto_install --destdir=debian/docker-ce-build-deps/
13:07:54 #12 3.175    dh_install
13:07:54 #12 3.213    dh_installdocs
13:07:54 #12 3.256    dh_installchangelogs
13:07:54 #11 30.85 Unpacking dput (1.0.3ubuntu1) ...
13:07:54 #11 30.88 Selecting previously unselected package libcurl3-gnutls:armhf.
13:07:54 #11 30.89 Preparing to unpack .../194-libcurl3-gnutls_7.68.0-1ubuntu2.15_armhf.deb ...
13:07:54 #11 30.89 Unpacking libcurl3-gnutls:armhf (7.68.0-1ubuntu2.15) ...
13:07:54 #11 30.93 Selecting previously unselected package liberror-perl.
13:07:54 #11 30.93 Preparing to unpack .../195-liberror-perl_0.17029-1_all.deb ...
13:07:54 #11 30.94 Unpacking liberror-perl (0.17029-1) ...
13:07:54 #11 30.97 Selecting previously unselected package git-man.
13:07:54 #11 30.97 Preparing to unpack .../196-git-man_1%3a2.25.1-1ubuntu3.8_all.deb ...
13:07:54 #11 30.97 Unpacking git-man (1:2.25.1-1ubuntu3.8) ...
13:07:54 #11 31.07 Selecting previously unselected package git.
13:07:55 Selecting previously unselected package policykit-1.
13:07:55 Preparing to unpack .../62-policykit-1_0.105-33_amd64.deb ...
13:07:55 Unpacking policykit-1 (0.105-33) ...
13:07:55 Selecting previously unselected package python3-blinker.
13:07:55 Preparing to unpack .../63-python3-blinker_1.4+dfsg1-0.4_all.deb ...
13:07:55 Unpacking python3-blinker (1.4+dfsg1-0.4) ...
13:07:55 Selecting previously unselected package python3-cffi-backend:amd64.
13:07:55 Preparing to unpack .../64-python3-cffi-backend_1.15.0-1build2_amd64.deb ...
13:07:55 Unpacking python3-cffi-backend:amd64 (1.15.0-1build2) ...
13:07:55 Selecting previously unselected package python3-cryptography.
13:07:55 Preparing to unpack .../65-python3-cryptography_3.4.8-1ubuntu2_amd64.deb ...
13:07:55 Unpacking python3-cryptography (3.4.8-1ubuntu2) ...
13:07:55 Selecting previously unselected package python3-pyparsing.
13:07:55 Preparing to unpack .../66-python3-pyparsing_2.4.7-1_all.deb ...
13:07:55 Unpacking python3-pyparsing (2.4.7-1) ...
13:07:55 Selecting previously unselected package python3-httplib2.
13:07:55 Preparing to unpack .../67-python3-httplib2_0.20.2-2_all.deb ...
13:07:55 Unpacking python3-httplib2 (0.20.2-2) ...
13:07:55 #11 25.86 Preparing to unpack .../123-dirmngr_2.2.27-3ubuntu2.1_armhf.deb ...
13:07:55 #11 25.87 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
13:07:55 #11 25.90 Selecting previously unselected package gnupg-l10n.
13:07:55 #11 25.90 Preparing to unpack .../124-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
13:07:55 #11 25.91 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
13:07:55 #11 25.94 Selecting previously unselected package gnupg-utils.
13:07:55 #11 25.94 Preparing to unpack .../125-gnupg-utils_2.2.27-3ubuntu2.1_armhf.deb ...
13:07:55 #11 25.94 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
13:07:55 #11 25.97 Selecting previously unselected package gpg.
13:07:55 #11 25.97 Preparing to unpack .../126-gpg_2.2.27-3ubuntu2.1_armhf.deb ...
13:07:55 #11 25.98 Unpacking gpg (2.2.27-3ubuntu2.1) ...
13:07:55 #11 26.01 Selecting previously unselected package pinentry-curses.
13:07:55 #11 26.01 Preparing to unpack .../127-pinentry-curses_1.1.1-1build2_armhf.deb ...
13:07:55 #11 26.01 Unpacking pinentry-curses (1.1.1-1build2) ...
13:07:55 #11 26.05 Selecting previously unselected package gpg-agent.
13:07:55 #11 26.05 Preparing to unpack .../128-gpg-agent_2.2.27-3ubuntu2.1_armhf.deb ...
13:07:55 #11 26.05 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
13:07:55 #11 26.08 Selecting previously unselected package gpg-wks-client.
13:07:55 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster"
13:07:55 #12 3.353    dh_perl
13:07:55 #12 3.394    dh_link
13:07:55 #12 3.434    dh_strip_nondeterminism
13:07:55 #12 3.507    dh_compress
13:07:55 #11 31.07 Preparing to unpack .../197-git_1%3a2.25.1-1ubuntu3.8_armhf.deb ...
13:07:55 #11 31.09 Unpacking git (1:2.25.1-1ubuntu3.8) ...
13:07:55 Selecting previously unselected package python3-more-itertools.
13:07:55 Preparing to unpack .../68-python3-more-itertools_8.10.0-2_all.deb ...
13:07:55 Unpacking python3-more-itertools (8.10.0-2) ...
13:07:55 Selecting previously unselected package python3-zipp.
13:07:55 Preparing to unpack .../69-python3-zipp_1.0.0-3_all.deb ...
13:07:55 Unpacking python3-zipp (1.0.0-3) ...
13:07:55 Selecting previously unselected package python3-importlib-metadata.
13:07:55 Preparing to unpack .../70-python3-importlib-metadata_4.6.4-1_all.deb ...
13:07:55 Unpacking python3-importlib-metadata (4.6.4-1) ...
13:07:55 Selecting previously unselected package python3-jeepney.
13:07:55 Preparing to unpack .../71-python3-jeepney_0.7.1-3_all.deb ...
13:07:55 Unpacking python3-jeepney (0.7.1-3) ...
13:07:55 Selecting previously unselected package python3-jwt.
13:07:55 Preparing to unpack .../72-python3-jwt_2.3.0-1ubuntu0.2_all.deb ...
13:07:55 Unpacking python3-jwt (2.3.0-1ubuntu0.2) ...
13:07:55 Selecting previously unselected package python3-secretstorage.
13:07:55 Preparing to unpack .../73-python3-secretstorage_3.3.1-1_all.deb ...
13:07:55 Unpacking python3-secretstorage (3.3.1-1) ...
13:07:55 #11 26.08 Preparing to unpack .../129-gpg-wks-client_2.2.27-3ubuntu2.1_armhf.deb ...
13:07:55 #11 26.09 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
13:07:55 #11 26.11 Selecting previously unselected package gpg-wks-server.
13:07:55 #11 26.12 Preparing to unpack .../130-gpg-wks-server_2.2.27-3ubuntu2.1_armhf.deb ...
13:07:55 #11 26.12 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
13:07:55 #11 26.14 Selecting previously unselected package gpgsm.
13:07:55 #11 26.15 Preparing to unpack .../131-gpgsm_2.2.27-3ubuntu2.1_armhf.deb ...
13:07:55 #11 26.15 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
13:07:55 #11 26.18 Selecting previously unselected package gnupg.
13:07:55 #11 26.18 Preparing to unpack .../132-gnupg_2.2.27-3ubuntu2.1_all.deb ...
13:07:55 #11 26.18 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
13:07:55 #11 26.21 Selecting previously unselected package libfile-dirlist-perl.
13:07:55 #11 26.21 Preparing to unpack .../133-libfile-dirlist-perl_0.05-2_all.deb ...
13:07:55 #11 26.21 Unpacking libfile-dirlist-perl (0.05-2) ...
13:07:55 #11 26.24 Selecting previously unselected package libfile-which-perl.
13:07:55 #11 26.24 Preparing to unpack .../134-libfile-which-perl_1.23-1_all.deb ...
13:07:55 #11 26.24 Unpacking libfile-which-perl (1.23-1) ...
13:07:55 #11 26.27 Selecting previously unselected package libfile-homedir-perl.
13:07:55 #11 26.27 Preparing to unpack .../135-libfile-homedir-perl_1.006-1_all.deb ...
13:07:55 #11 26.27 Unpacking libfile-homedir-perl (1.006-1) ...
13:07:55 #11 26.30 Selecting previously unselected package libfile-touch-perl.
13:07:55 #11 26.30 Preparing to unpack .../136-libfile-touch-perl_0.12-1_all.deb ...
13:07:55 #11 26.31 Unpacking libfile-touch-perl (0.12-1) ...
13:07:55 #11 26.33 Selecting previously unselected package libio-pty-perl.
13:07:55 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:07:55 dpkg-genchanges: info: including full source code in upload
13:07:55  dpkg-source -I.git --after-build .
13:07:55 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:07:55 + destination=/build
13:07:55 + mkdir -p /build
13:07:55 + mv -v /root/docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb /root/docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb /build
13:07:55 copied '/root/docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb'
13:07:55 removed '/root/docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb'
13:07:55 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'
13:07:55 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'
13:07:55 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'
13:07:55 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'
13:07:55 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.dsc'
13:07:55 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.dsc'
13:07:55 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.tar.gz'
13:07:55 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.tar.gz'
13:07:55 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.buildinfo'
13:07:55 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.buildinfo'
13:07:55 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.changes'
13:07:55 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.changes'
13:07:55 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'
13:07:55 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'
13:07:55 copied '/root/docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb' -> '/build/docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb'
13:07:55 removed '/root/docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb'
13:07:55 #12 3.552    dh_fixperms
13:07:55 #12 3.597    dh_missing
13:07:55 #12 3.627    dh_installdeb
13:07:55 #11 31.47 Selecting previously unselected package libalgorithm-diff-perl.
13:07:55 #11 31.47 Preparing to unpack .../198-libalgorithm-diff-perl_1.19.03-2_all.deb ...
13:07:55 #11 31.47 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
13:07:55 #11 31.50 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:07:55 #11 31.50 Preparing to unpack .../199-libalgorithm-diff-xs-perl_0.04-6_armhf.deb ...
13:07:55 #11 31.51 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
13:07:55 #11 31.53 Selecting previously unselected package libalgorithm-merge-perl.
13:07:55 #11 31.53 Preparing to unpack .../200-libalgorithm-merge-perl_0.08-3_all.deb ...
13:07:55 #11 31.54 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:07:55 #11 31.56 Selecting previously unselected package libapt-pkg-perl.
13:07:55 #11 31.57 Preparing to unpack .../201-libapt-pkg-perl_0.1.36build3_armhf.deb ...
13:07:55 #11 31.57 Unpacking libapt-pkg-perl (0.1.36build3) ...
13:07:55 #11 31.60 Selecting previously unselected package libarchive-cpio-perl.
13:07:55 #11 31.60 Preparing to unpack .../202-libarchive-cpio-perl_0.10-1_all.deb ...
13:07:55 #11 31.60 Unpacking libarchive-cpio-perl (0.10-1) ...
13:07:55 #11 31.63 Selecting previously unselected package libarray-intspan-perl.
13:07:55 #11 31.63 Preparing to unpack .../203-libarray-intspan-perl_2.003-1_all.deb ...
13:07:55 #11 31.64 Unpacking libarray-intspan-perl (2.003-1) ...
13:07:55 #11 31.66 Selecting previously unselected package libasync-mergepoint-perl.
13:07:55 #11 31.67 Preparing to unpack .../204-libasync-mergepoint-perl_0.04-2_all.deb ...
13:07:55 #11 31.67 Unpacking libasync-mergepoint-perl (0.04-2) ...
13:07:55 #11 31.70 Selecting previously unselected package libmodule-implementation-perl.
13:07:55 #11 31.70 Preparing to unpack .../205-libmodule-implementation-perl_0.09-1_all.deb ...
13:07:55 #11 31.70 Unpacking libmodule-implementation-perl (0.09-1) ...
13:07:55 Selecting previously unselected package python3-keyring.
13:07:55 Preparing to unpack .../74-python3-keyring_23.5.0-1_all.deb ...
13:07:55 Unpacking python3-keyring (23.5.0-1) ...
13:07:55 Selecting previously unselected package python3-lazr.uri.
13:07:55 Preparing to unpack .../75-python3-lazr.uri_1.0.6-2_all.deb ...
13:07:55 Unpacking python3-lazr.uri (1.0.6-2) ...
13:07:55 Selecting previously unselected package python3-wadllib.
13:07:55 Preparing to unpack .../76-python3-wadllib_1.3.6-1_all.deb ...
13:07:55 Unpacking python3-wadllib (1.3.6-1) ...
13:07:55 Selecting previously unselected package python3-distro.
13:07:55 Preparing to unpack .../77-python3-distro_1.7.0-1_all.deb ...
13:07:55 Unpacking python3-distro (1.7.0-1) ...
13:07:55 Selecting previously unselected package python3-oauthlib.
13:07:55 Preparing to unpack .../78-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ...
13:07:55 Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ...
13:07:55 Selecting previously unselected package python3-six.
13:07:55 Preparing to unpack .../79-python3-six_1.16.0-3ubuntu1_all.deb ...
13:07:55 Unpacking python3-six (1.16.0-3ubuntu1) ...
13:07:55 #11 26.34 Preparing to unpack .../137-libio-pty-perl_1%3a1.15-2build2_armhf.deb ...
13:07:55 #11 26.34 Unpacking libio-pty-perl (1:1.15-2build2) ...
13:07:55 #11 26.37 Selecting previously unselected package libipc-run-perl.
13:07:55 #11 26.37 Preparing to unpack .../138-libipc-run-perl_20200505.0-1_all.deb ...
13:07:55 #11 26.38 Unpacking libipc-run-perl (20200505.0-1) ...
13:07:55 #11 26.41 Selecting previously unselected package libclass-method-modifiers-perl.
13:07:55 #11 26.41 Preparing to unpack .../139-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:07:55 #11 26.41 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:07:55 #11 26.44 Selecting previously unselected package libclass-xsaccessor-perl.
13:07:55 #11 26.44 Preparing to unpack .../140-libclass-xsaccessor-perl_1.19-3build9_armhf.deb ...
13:07:55 #11 26.44 Unpacking libclass-xsaccessor-perl (1.19-3build9) ...
13:07:55 #11 26.47 Selecting previously unselected package libb-hooks-op-check-perl.
13:07:55 #11 26.47 Preparing to unpack .../141-libb-hooks-op-check-perl_0.22-1build5_armhf.deb ...
13:07:55 #11 26.47 Unpacking libb-hooks-op-check-perl (0.22-1build5) ...
13:07:55 #11 26.50 Selecting previously unselected package libdynaloader-functions-perl.
13:07:55 #11 26.50 Preparing to unpack .../142-libdynaloader-functions-perl_0.003-1.1_all.deb ...
13:07:55 #11 26.50 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
13:07:55 #11 26.53 Selecting previously unselected package libdevel-callchecker-perl.
13:07:55 #11 26.53 Preparing to unpack .../143-libdevel-callchecker-perl_0.008-1ubuntu4_armhf.deb ...
13:07:55 #11 26.53 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
13:07:55 #11 26.56 Selecting previously unselected package libparams-classify-perl.
13:07:55 #12 3.665    dh_gencontrol
13:07:55 #12 3.800    dh_md5sums
13:07:55 #12 3.844    dh_builddeb
13:07:55 #12 3.875 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:07:55 #12 3.893  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo
13:07:55 (1/56): cracklib-2.9.6-27.el9.x86_64.rpm        194 kB/s |  94 kB     00:00    
13:07:55 (2/56): acl-2.3.1-3.el9.x86_64.rpm              149 kB/s |  73 kB     00:00    
13:07:55 (3/56): dbus-1.12.20-7.el9.x86_64.rpm            54 kB/s | 3.9 kB     00:00    
13:07:55 #11 31.73 Selecting previously unselected package libsub-exporter-progressive-perl.
13:07:55 #11 31.73 Preparing to unpack .../206-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:07:55 #11 31.74 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:07:55 #11 31.76 Selecting previously unselected package libvariable-magic-perl.
13:07:55 #11 31.76 Preparing to unpack .../207-libvariable-magic-perl_0.62-1build2_armhf.deb ...
13:07:55 #11 31.77 Unpacking libvariable-magic-perl (0.62-1build2) ...
13:07:55 #11 31.80 Selecting previously unselected package libb-hooks-endofscope-perl.
13:07:55 #11 31.80 Preparing to unpack .../208-libb-hooks-endofscope-perl_0.24-1_all.deb ...
13:07:55 #11 31.80 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
13:07:55 #11 31.83 Selecting previously unselected package libcapture-tiny-perl.
13:07:55 #11 31.83 Preparing to unpack .../209-libcapture-tiny-perl_0.48-1_all.deb ...
13:07:55 #11 31.83 Unpacking libcapture-tiny-perl (0.48-1) ...
13:07:55 #11 31.86 Selecting previously unselected package libclass-xsaccessor-perl.
13:07:55 #11 31.86 Preparing to unpack .../210-libclass-xsaccessor-perl_1.19-3build3_armhf.deb ...
13:07:55 #11 31.87 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
13:07:55 #11 31.90 Selecting previously unselected package libclone-perl.
13:07:55 #11 31.90 Preparing to unpack .../211-libclone-perl_0.43-2_armhf.deb ...
13:07:55 #11 31.90 Unpacking libclone-perl (0.43-2) ...
13:07:55 #11 31.94 Selecting previously unselected package libcommon-sense-perl.
13:07:55 + make IMAGE=debian:buster verify
13:07:55 docker run  --rm -i \
13:07:55 	-v "$(pwd):/v" \
13:07:55 	-e DEBIAN_FRONTEND=noninteractive \
13:07:55 	-e PACKAGE_REPO=staging \
13:07:55 	-w /v \
13:07:55 	debian:buster ./verify
13:07:55 Unable to find image 'debian:buster' locally
13:07:55 buster: Pulling from library/debian
13:07:55 Selecting previously unselected package python3-lazr.restfulclient.
13:07:55 13:07:55 Preparing to unpack .../80-python3-lazr.restfulclient_0.14.4-1_all.deb ...
13:07:55 Unpacking python3-lazr.restfulclient (0.14.4-1) ...
#11 26.56 Preparing to unpack .../144-libparams-classify-perl_0.015-1build5_armhf.deb ...
13:07:55 Selecting previously unselected package python3-launchpadlib.
13:07:55 Preparing to unpack .../81-python3-launchpadlib_1.10.16-1_all.deb ...
13:07:55 Unpacking python3-launchpadlib (1.10.16-1) ...
13:07:55 Selecting previously unselected package python3-software-properties.
13:07:55 Preparing to unpack .../82-python3-software-properties_0.99.22.5_all.deb ...
13:07:55 Unpacking python3-software-properties (0.99.22.5) ...
13:07:55 Selecting previously unselected package packagekit.
13:07:55 Preparing to unpack .../83-packagekit_1.2.5-2ubuntu2_amd64.deb ...
13:07:55 Unpacking packagekit (1.2.5-2ubuntu2) ...
13:07:55 Selecting previously unselected package software-properties-common.
13:07:55 Preparing to unpack .../84-software-properties-common_0.99.22.5_all.deb ...
13:07:55 Unpacking software-properties-common (0.99.22.5) ...
13:07:55 Selecting previously unselected package gnupg2.
13:07:55 Preparing to unpack .../85-gnupg2_2.2.27-3ubuntu2.1_all.deb ...
13:07:55 Unpacking gnupg2 (2.2.27-3ubuntu2.1) ...
13:07:55 #11 26.56 Unpacking libparams-classify-perl (0.015-1build5) ...
13:07:55 #11 26.59 Selecting previously unselected package libmodule-runtime-perl.
13:07:55 #11 26.59 Preparing to unpack .../145-libmodule-runtime-perl_0.016-1_all.deb ...
13:07:55 #11 26.60 Unpacking libmodule-runtime-perl (0.016-1) ...
13:07:55 #11 26.62 Selecting previously unselected package libimport-into-perl.
13:07:55 #11 26.62 Preparing to unpack .../146-libimport-into-perl_1.002005-1_all.deb ...
13:07:55 #11 26.63 Unpacking libimport-into-perl (1.002005-1) ...
13:07:55 #11 26.65 Selecting previously unselected package librole-tiny-perl.
13:07:55 #11 26.65 Preparing to unpack .../147-librole-tiny-perl_2.002004-1_all.deb ...
13:07:55 #11 26.66 Unpacking librole-tiny-perl (2.002004-1) ...
13:07:55 #11 26.68 Selecting previously unselected package libsub-quote-perl.
13:07:55 #11 26.69 Preparing to unpack .../148-libsub-quote-perl_2.006006-1_all.deb ...
13:07:55 #11 26.69 Unpacking libsub-quote-perl (2.006006-1) ...
13:07:55 #11 26.71 Selecting previously unselected package libmoo-perl.
13:07:55 #11 26.71 Preparing to unpack .../149-libmoo-perl_2.005004-3_all.deb ...
13:07:55 #11 26.72 Unpacking libmoo-perl (2.005004-3) ...
13:07:55 #11 26.74 Selecting previously unselected package libencode-locale-perl.
13:07:55 #11 26.75 Preparing to unpack .../150-libencode-locale-perl_1.05-1.1_all.deb ...
13:07:55 #11 26.75 Unpacking libencode-locale-perl (1.05-1.1) ...
13:07:55 #11 26.77 Selecting previously unselected package libtimedate-perl.
13:07:55 #11 26.78 Preparing to unpack .../151-libtimedate-perl_2.3300-2_all.deb ...
13:07:55 #11 26.78 Unpacking libtimedate-perl (2.3300-2) ...
13:07:55 #11 26.80 Selecting previously unselected package libhttp-date-perl.
13:07:55 dpkg-genchanges: info: including full source code in upload
13:07:55  dpkg-source -I.git --after-build .
13:07:55 Selecting previously unselected package docker-ce.
13:07:55 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb ...
13:07:55 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
13:07:55 #12 4.049  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes
13:07:55 #12 4.137 dpkg-genchanges: info: binary-only upload (no source code included)
13:07:55 #12 4.139  dpkg-source --after-build .
13:07:55 (4/56): dbus-common-1.12.20-7.el9.noarch.rpm    202 kB/s |  15 kB     00:00    
13:07:55 (5/56): dbus-broker-28-7.el9.x86_64.rpm         1.1 MB/s | 172 kB     00:00    
13:07:55 (6/56): device-mapper-libs-1.02.187-4.el9.x86_6 2.3 MB/s | 178 kB     00:00    
13:07:55 (7/56): device-mapper-1.02.187-4.el9.x86_64.rpm 960 kB/s | 141 kB     00:00    
13:07:55 #11 31.94 Preparing to unpack .../212-libcommon-sense-perl_3.74-2build6_armhf.deb ...
13:07:55 #11 31.94 Unpacking libcommon-sense-perl (3.74-2build6) ...
13:07:55 #11 31.97 Selecting previously unselected package libparams-util-perl.
13:07:55 #11 31.97 Preparing to unpack .../213-libparams-util-perl_1.07-3build5_armhf.deb ...
13:07:55 #11 31.98 Unpacking libparams-util-perl (1.07-3build5) ...
13:07:55 #11 32.00 Selecting previously unselected package libsub-install-perl.
13:07:55 #11 32.01 Preparing to unpack .../214-libsub-install-perl_0.928-1_all.deb ...
13:07:55 #11 32.01 Unpacking libsub-install-perl (0.928-1) ...
13:07:55 #11 32.04 Selecting previously unselected package libdata-optlist-perl.
13:07:55 #11 32.04 Preparing to unpack .../215-libdata-optlist-perl_0.110-1_all.deb ...
13:07:55 #11 32.04 Unpacking libdata-optlist-perl (0.110-1) ...
13:07:55 #11 32.07 Selecting previously unselected package libsub-exporter-perl.
13:07:55 #11 32.07 Preparing to unpack .../216-libsub-exporter-perl_0.987-1_all.deb ...
13:07:55 #11 32.08 Unpacking libsub-exporter-perl (0.987-1) ...
13:07:55 #11 32.10 Selecting previously unselected package libconst-fast-perl.
13:07:55 #11 32.10 Preparing to unpack .../217-libconst-fast-perl_0.014-1_all.deb ...
13:07:55 #11 32.11 Unpacking libconst-fast-perl (0.014-1) ...
13:07:55 #11 32.13 Selecting previously unselected package libwant-perl.
13:07:55 #11 32.14 Preparing to unpack .../218-libwant-perl_0.29-1build4_armhf.deb ...
13:07:55 #11 32.14 Unpacking libwant-perl (0.29-1build4) ...
13:07:56 d42a0fb443d7: Already exists
13:07:56 Digest: sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57
13:07:56 Status: Downloaded newer image for debian:buster
13:07:56 Selecting previously unselected package docker-scan-plugin.
13:07:56 Preparing to unpack .../docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb ...
13:07:56 Unpacking docker-scan-plugin (0.23.0~ubuntu-kinetic) ...
13:07:56 #11 26.81 Preparing to unpack .../152-libhttp-date-perl_6.05-1_all.deb ...
13:07:56 #11 26.81 Unpacking libhttp-date-perl (6.05-1) ...
13:07:56 #11 26.84 Selecting previously unselected package libfile-listing-perl.
13:07:56 #11 26.84 Preparing to unpack .../153-libfile-listing-perl_6.14-1_all.deb ...
13:07:56 #11 26.84 Unpacking libfile-listing-perl (6.14-1) ...
13:07:56 #11 26.87 Selecting previously unselected package libhtml-tagset-perl.
13:07:56 #11 26.87 Preparing to unpack .../154-libhtml-tagset-perl_3.20-4_all.deb ...
13:07:56 #11 26.87 Unpacking libhtml-tagset-perl (3.20-4) ...
13:07:56 #11 26.90 Selecting previously unselected package liburi-perl.
13:07:56 #11 26.90 Preparing to unpack .../155-liburi-perl_5.10-1_all.deb ...
13:07:56 #11 26.90 Unpacking liburi-perl (5.10-1) ...
13:07:56 #11 26.93 Selecting previously unselected package libhtml-parser-perl:armhf.
13:07:56 #11 26.93 Preparing to unpack .../156-libhtml-parser-perl_3.76-1build2_armhf.deb ...
13:07:56 #11 26.94 Unpacking libhtml-parser-perl:armhf (3.76-1build2) ...
13:07:56 #11 26.96 Selecting previously unselected package libhtml-tree-perl.
13:07:56 #11 26.97 Preparing to unpack .../157-libhtml-tree-perl_5.07-2_all.deb ...
13:07:56 #11 26.97 Unpacking libhtml-tree-perl (5.07-2) ...
13:07:56 #11 27.01 Selecting previously unselected package libio-html-perl.
13:07:56 #11 27.01 Preparing to unpack .../158-libio-html-perl_1.004-2_all.deb ...
13:07:56 #11 27.01 Unpacking libio-html-perl (1.004-2) ...
13:07:56 #11 27.04 Selecting previously unselected package liblwp-mediatypes-perl.
13:07:56 #11 27.04 Preparing to unpack .../159-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:07:56 #11 27.05 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:07:56 #11 27.07 Selecting previously unselected package libhttp-message-perl.
13:07:56 #11 27.07 Preparing to unpack .../160-libhttp-message-perl_6.36-1_all.deb ...
13:07:56 #11 27.08 Unpacking libhttp-message-perl (6.36-1) ...
13:07:56 #11 27.10 Selecting previously unselected package libhttp-cookies-perl.
13:07:56 #11 27.10 Preparing to unpack .../161-libhttp-cookies-perl_6.10-1_all.deb ...
13:07:56 #11 27.11 Unpacking libhttp-cookies-perl (6.10-1) ...
13:07:56 #11 27.13 Selecting previously unselected package libhttp-negotiate-perl.
13:07:56 #11 27.13 Preparing to unpack .../162-libhttp-negotiate-perl_6.01-1_all.deb ...
13:07:56 #11 27.14 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:07:56 #11 27.16 Selecting previously unselected package perl-openssl-defaults:armhf.
13:07:56 Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ...
13:07:56 Setting up media-types (7.0.0) ...
13:07:56 Setting up systemd-sysv (249.11-0ubuntu3.6) ...
13:07:56 Setting up libpsl5:amd64 (0.21.0-1.2build2) ...
13:07:56 Setting up apt-transport-https (2.4.8) ...
13:07:56 Setting up libyaml-0-2:amd64 (0.2.2-1build2) ...
13:07:56 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu1) ...
13:07:56 No schema files found: doing nothing.
13:07:56 Setting up distro-info-data (0.52ubuntu0.2) ...
13:07:56 Setting up libxmlb2:amd64 (0.3.6-2build1) ...
13:07:56 Setting up libbrotli1:amd64 (1.0.9-2build6) ...
13:07:56 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.1) ...
13:07:56 Setting up libnghttp2-14:amd64 (1.43.0-1build3) ...
13:07:56 Setting up libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ...
13:07:56 Setting up libnpth0:amd64 (1.6-3build2) ...
13:07:56 Setting up libassuan0:amd64 (2.5.5-1build1) ...
13:07:56 Setting up libunwind8:amd64 (1.3.2-2build2) ...
13:07:56 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
13:07:56 Setting up libcap2-bin (1:2.44-1build3) ...
13:07:56 Setting up libglib2.0-data (2.72.4-0ubuntu1) ...
13:07:56 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
13:07:56 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:07:56 + destination=/build
13:07:56 + mkdir -p /build
13:07:56 + mv -v /root/docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb /root/docker-compose-plugin_2.16.0-1~raspbian.11~bullseye_armhf.deb /build
13:07:56 copied '/root/docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb'
13:07:56 removed '/root/docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb'
13:07:56 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'
13:07:56 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'
13:07:56 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'
13:07:56 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'
13:07:56 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.dsc'
13:07:56 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.dsc'
13:07:56 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.tar.gz'
13:07:56 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.tar.gz'
13:07:56 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.buildinfo'
13:07:56 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.buildinfo'
13:07:56 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.changes'
13:07:56 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.changes'
13:07:56 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'
13:07:56 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'
13:07:56 copied '/root/docker-compose-plugin_2.16.0-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-compose-plugin_2.16.0-1~raspbian.11~bullseye_armhf.deb'
13:07:56 removed '/root/docker-compose-plugin_2.16.0-1~raspbian.11~bullseye_armhf.deb'
13:07:56 #12 4.254 dpkg-buildpackage: info: binary-only upload (no source included)
13:07:56 #12 4.258 
13:07:56 #12 4.258 The package has been created.
13:07:56 #12 4.258 Attention, the package has been created in the current directory,
13:07:56 #12 4.258 not in ".." as indicated by the message above!
13:07:56 #12 4.335 Selecting previously unselected package docker-ce-build-deps.
13:07:56 #12 4.347 (Reading database ... 18405 files and directories currently installed.)
13:07:56 #12 4.349 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:07:56 #12 4.352 Unpacking docker-ce-build-deps (1.0) ...
13:07:56 (8/56): fuse-common-3.10.2-5.el9.x86_64.rpm     123 kB/s | 9.0 kB     00:00    
13:07:56 (9/56): diffutils-3.7-12.el9.x86_64.rpm         2.6 MB/s | 397 kB     00:00    
13:07:56 (10/56): iptables-nft-1.8.8-6.el9.x86_64.rpm    2.6 MB/s | 203 kB     00:00    
13:07:56 (11/56): kmod-28-7.el9.x86_64.rpm               1.6 MB/s | 127 kB     00:00    
13:07:56 (12/56): cracklib-dicts-2.9.6-27.el9.x86_64.rpm 3.5 MB/s | 3.6 MB     00:01    
13:07:56 (13/56): iptables-libs-1.8.8-6.el9.x86_64.rpm   2.1 MB/s | 464 kB     00:00    
13:07:56 (14/56): kmod-libs-28-7.el9.x86_64.rpm          861 kB/s |  64 kB     00:00    
13:07:56 #11 32.17 Selecting previously unselected package libcontextual-return-perl.
13:07:56 #11 32.17 Preparing to unpack .../219-libcontextual-return-perl_0.004014-2_all.deb ...
13:07:56 #11 32.17 Unpacking libcontextual-return-perl (0.004014-2) ...
13:07:56 #11 32.20 Selecting previously unselected package libcpanel-json-xs-perl.
13:07:56 #11 32.20 Preparing to unpack .../220-libcpanel-json-xs-perl_4.19-1build1_armhf.deb ...
13:07:56 #11 32.21 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
13:07:56 #11 32.24 Selecting previously unselected package libdata-dump-perl.
13:07:56 #11 32.24 Preparing to unpack .../221-libdata-dump-perl_1.23-1_all.deb ...
13:07:56 #11 32.25 Unpacking libdata-dump-perl (1.23-1) ...
13:07:56 #11 32.27 Selecting previously unselected package libdigest-bubblebabble-perl.
13:07:56 #11 32.28 Preparing to unpack .../222-libdigest-bubblebabble-perl_0.02-2_all.deb ...
13:07:56 #11 32.28 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
13:07:56 #11 32.31 Selecting previously unselected package libdigest-hmac-perl.
13:07:56 #11 32.31 Preparing to unpack .../223-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
13:07:56 #11 32.31 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
13:07:56 #11 32.34 Selecting previously unselected package libdistro-info-perl.
13:07:56 #11 32.34 Preparing to unpack .../224-libdistro-info-perl_0.23ubuntu1_all.deb ...
13:07:56 #11 32.35 Unpacking libdistro-info-perl (0.23ubuntu1) ...
13:07:56 #11 32.37 Selecting previously unselected package libnet-smtp-ssl-perl.
13:07:56 #11 32.38 Preparing to unpack .../225-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:07:56 #11 32.38 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:07:56 #11 32.41 Selecting previously unselected package libmailtools-perl.
13:07:56 #11 32.41 Preparing to unpack .../226-libmailtools-perl_2.21-1_all.deb ...
13:07:56 #11 32.41 Unpacking libmailtools-perl (2.21-1) ...
13:07:56 #11 32.45 Selecting previously unselected package libnet-ip-perl.
13:07:56 #11 27.16 Preparing to unpack .../163-perl-openssl-defaults_5build2_armhf.deb ...
13:07:56 #11 27.17 Unpacking perl-openssl-defaults:armhf (5build2) ...
13:07:56 #11 27.19 Selecting previously unselected package libnet-ssleay-perl:armhf.
13:07:56 #11 27.19 Preparing to unpack .../164-libnet-ssleay-perl_1.92-1build2_armhf.deb ...
13:07:56 #11 27.20 Unpacking libnet-ssleay-perl:armhf (1.92-1build2) ...
13:07:56 #11 27.24 Selecting previously unselected package libio-socket-ssl-perl.
13:07:56 #11 27.24 Preparing to unpack .../165-libio-socket-ssl-perl_2.074-2_all.deb ...
13:07:56 #11 27.24 Unpacking libio-socket-ssl-perl (2.074-2) ...
13:07:56 #11 27.27 Selecting previously unselected package libnet-http-perl.
13:07:56 #11 27.27 Preparing to unpack .../166-libnet-http-perl_6.22-1_all.deb ...
13:07:56 #11 27.28 Unpacking libnet-http-perl (6.22-1) ...
13:07:56 #11 27.30 Selecting previously unselected package liblwp-protocol-https-perl.
13:07:56 #11 27.30 Preparing to unpack .../167-liblwp-protocol-https-perl_6.10-1_all.deb ...
13:07:56 #11 27.32 Unpacking liblwp-protocol-https-perl (6.10-1) ...
13:07:56 #11 27.34 Selecting previously unselected package libtry-tiny-perl.
13:07:56 #11 27.34 Preparing to unpack .../168-libtry-tiny-perl_0.31-1_all.deb ...
13:07:56 #11 27.35 Unpacking libtry-tiny-perl (0.31-1) ...
13:07:56 #11 27.37 Selecting previously unselected package libwww-robotrules-perl.
13:07:56 #11 27.37 Preparing to unpack .../169-libwww-robotrules-perl_6.02-1_all.deb ...
13:07:56 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
13:07:56 Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ...
13:07:56 Setting up dbus (1.12.20-2ubuntu4.1) ...
13:07:56 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
13:07:56 Setting up libssh-4:amd64 (0.9.6-2build1) ...
13:07:56 Setting up python-apt-common (2.4.0) ...
13:07:56 Setting up libmpdec3:amd64 (2.5.1-2build2) ...
13:07:56 Setting up libpam-systemd:amd64 (249.11-0ubuntu3.6) ...
13:07:56 (15/56): libdb-5.3.28-53.el9.x86_64.rpm         9.3 MB/s | 738 kB     00:00    
13:07:56 (16/56): libeconf-0.4.1-2.el9.x86_64.rpm        381 kB/s |  28 kB     00:00    
13:07:56 (17/56): libfdisk-2.37.4-9.el9.x86_64.rpm       2.0 MB/s | 155 kB     00:00    
13:07:56 (18/56): libibverbs-44.0-2.el9.x86_64.rpm       5.0 MB/s | 388 kB     00:00    
13:07:56 (19/56): libmnl-1.0.4-15.el9.x86_64.rpm         389 kB/s |  29 kB     00:00    
13:07:56 (20/56): libnetfilter_conntrack-1.0.9-1.el9.x86 791 kB/s |  59 kB     00:00    
13:07:56 (21/56): libnfnetlink-1.0.1-21.el9.x86_64.rpm   420 kB/s |  30 kB     00:00    
13:07:56 (22/56): libnftnl-1.2.2-1.el9.x86_64.rpm        1.1 MB/s |  84 kB     00:00    
13:07:56 (23/56): libnl3-3.7.0-1.el9.x86_64.rpm          4.4 MB/s | 350 kB     00:00    
13:07:56 (24/56): libpcap-1.10.0-4.el9.x86_64.rpm        2.3 MB/s | 173 kB     00:00    
13:07:56 #11 32.45 Preparing to unpack .../227-libnet-ip-perl_1.26-2_all.deb ...
13:07:56 #11 32.45 Unpacking libnet-ip-perl (1.26-2) ...
13:07:56 #11 32.48 Selecting previously unselected package libnet-dns-perl.
13:07:56 #11 32.48 Preparing to unpack .../228-libnet-dns-perl_1.22-1_all.deb ...
13:07:56 #11 32.49 Unpacking libnet-dns-perl (1.22-1) ...
13:07:56 #11 32.54 Selecting previously unselected package libnet-domain-tld-perl.
13:07:56 #11 32.55 Preparing to unpack .../229-libnet-domain-tld-perl_1.75-1_all.deb ...
13:07:56 #11 32.55 Unpacking libnet-domain-tld-perl (1.75-1) ...
13:07:56 #11 32.58 Selecting previously unselected package libemail-valid-perl.
13:07:56 #11 32.58 Preparing to unpack .../230-libemail-valid-perl_1.202-1_all.deb ...
13:07:56 #11 32.58 Unpacking libemail-valid-perl (1.202-1) ...
13:07:56 #11 32.62 Selecting previously unselected package libexporter-tiny-perl.
13:07:56 #11 32.62 Preparing to unpack .../231-libexporter-tiny-perl_1.002001-1_all.deb ...
13:07:56 #11 32.62 Unpacking libexporter-tiny-perl (1.002001-1) ...
13:07:56 #11 32.65 Selecting previously unselected package libipc-system-simple-perl.
13:07:56 + verify
13:07:56 + dpkg --version
13:07:56 + verify_deb
13:07:56 + apt-get update
13:07:56 #11 27.38 Unpacking libwww-robotrules-perl (6.02-1) ...
13:07:56 #11 27.40 Selecting previously unselected package libwww-perl.
13:07:56 #11 27.40 Preparing to unpack .../170-libwww-perl_6.61-1_all.deb ...
13:07:56 #11 27.41 Unpacking libwww-perl (6.61-1) ...
13:07:56 #11 27.44 Selecting previously unselected package patchutils.
13:07:56 #11 27.44 Preparing to unpack .../171-patchutils_0.4.2-1build2_armhf.deb ...
13:07:56 #11 27.44 Unpacking patchutils (0.4.2-1build2) ...
13:07:56 #11 27.47 Selecting previously unselected package wdiff.
13:07:56 #11 27.47 Preparing to unpack .../172-wdiff_1.2.2-2build3_armhf.deb ...
13:07:56 #11 27.48 Unpacking wdiff (1.2.2-2build3) ...
13:07:56 #11 27.51 Selecting previously unselected package devscripts.
13:07:56 #11 27.51 Preparing to unpack .../173-devscripts_2.22.1ubuntu1_armhf.deb ...
13:07:56 #11 27.53 Unpacking devscripts (2.22.1ubuntu1) ...
13:07:56 #11 27.59 Selecting previously unselected package diffstat.
13:07:56 Setting up docker-compose-plugin (2.16.0-1~ubuntu.22.10~kinetic) ...
13:07:56 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.22.10~kinetic) ...
13:07:56 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
13:07:56 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
13:07:56 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
13:07:56 Setting up libgirepository-1.0-1:amd64 (1.72.0-1) ...
13:07:56 Setting up libstemmer0d:amd64 (2.2.0-1build1) ...
13:07:56 Setting up openssl (3.0.2-0ubuntu1.8) ...
13:07:56 Setting up libelf1:amd64 (0.186-1build1) ...
13:07:56 Setting up readline-common (8.1.2-1) ...
13:07:56 Setting up iso-codes (4.9.0-1) ...
13:07:56 Setting up libpolkit-gobject-1-0:amd64 (0.105-33) ...
13:07:56 Setting up libicu70:amd64 (70.1-2) ...
13:07:56 Setting up pinentry-curses (1.1.1-1build2) ...
13:07:56 Setting up libdw1:amd64 (0.186-1build1) ...
13:07:56 Setting up libreadline8:amd64 (8.1.2-1) ...
13:07:56 Setting up libglib2.0-bin (2.72.4-0ubuntu1) ...
13:07:56 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
13:07:56 Setting up libpython3.10-stdlib:amd64 (3.10.6-1~22.04.2) ...
13:07:56 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
13:07:56 (25/56): libpwquality-1.4.4-8.el9.x86_64.rpm    1.5 MB/s | 119 kB     00:00    
13:07:56 (26/56): libseccomp-2.5.2-2.el9.x86_64.rpm      943 kB/s |  72 kB     00:00    
13:07:56 (27/56): libselinux-utils-3.5-0.rc2.1.el9.x86_6 2.5 MB/s | 182 kB     00:00    
13:07:56 (28/56): libutempter-1.2.1-6.el9.x86_64.rpm     356 kB/s |  27 kB     00:00    
13:07:56 (29/56): pam-1.5.1-14.el9.x86_64.rpm            7.7 MB/s | 621 kB     00:00    
13:07:56 (30/56): policycoreutils-3.5-0.rc2.1.el9.x86_64 2.9 MB/s | 235 kB     00:00    
13:07:56 (31/56): python3-distro-1.5.0-7.el9.noarch.rpm  499 kB/s |  37 kB     00:00    
13:07:56 (32/56): python3-setools-4.4.0-5.el9.x86_64.rpm 6.7 MB/s | 599 kB     00:00    
13:07:56 #11 32.65 Preparing to unpack .../232-libipc-system-simple-perl_1.26-1_all.deb ...
13:07:56 #11 32.66 Unpacking libipc-system-simple-perl (1.26-1) ...
13:07:56 #11 32.69 Selecting previously unselected package libfile-basedir-perl.
13:07:56 #11 32.69 Preparing to unpack .../233-libfile-basedir-perl_0.08-1_all.deb ...
13:07:56 #11 32.69 Unpacking libfile-basedir-perl (0.08-1) ...
13:07:56 #11 32.72 Selecting previously unselected package libfile-chdir-perl.
13:07:56 #11 32.72 Preparing to unpack .../234-libfile-chdir-perl_0.1008-1_all.deb ...
13:07:56 #11 32.73 Unpacking libfile-chdir-perl (0.1008-1) ...
13:07:56 #11 32.75 Selecting previously unselected package libfile-fcntllock-perl.
13:07:56 #11 32.76 Preparing to unpack .../235-libfile-fcntllock-perl_0.22-3build4_armhf.deb ...
13:07:56 #11 32.76 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
13:07:56 #11 32.79 Selecting previously unselected package libnumber-compare-perl.
13:07:56 #11 32.79 Preparing to unpack .../236-libnumber-compare-perl_0.03-1_all.deb ...
13:07:56 #11 32.79 Unpacking libnumber-compare-perl (0.03-1) ...
13:07:56 #11 32.82 Selecting previously unselected package libtext-glob-perl.
13:07:56 #11 32.82 Preparing to unpack .../237-libtext-glob-perl_0.10-1_all.deb ...
13:07:56 #11 32.82 Unpacking libtext-glob-perl (0.10-1) ...
13:07:56 #11 32.85 Selecting previously unselected package libfile-find-rule-perl.
13:07:56 #11 32.85 Preparing to unpack .../238-libfile-find-rule-perl_0.34-1_all.deb ...
13:07:56 #11 32.86 Unpacking libfile-find-rule-perl (0.34-1) ...
13:07:56 #11 27.59 Preparing to unpack .../174-diffstat_1.64-1build2_armhf.deb ...
13:07:56 #11 27.60 Unpacking diffstat (1.64-1build2) ...
13:07:56 #11 27.63 Selecting previously unselected package python3-chardet.
13:07:56 #11 27.63 Preparing to unpack .../175-python3-chardet_4.0.0-1_all.deb ...
13:07:56 #11 27.63 Unpacking python3-chardet (4.0.0-1) ...
13:07:56 #11 27.67 Selecting previously unselected package zstd.
13:07:56 #11 27.67 Preparing to unpack .../176-zstd_1.4.8+dfsg-3build1_armhf.deb ...
13:07:56 #11 27.67 Unpacking zstd (1.4.8+dfsg-3build1) ...
13:07:56 #11 27.71 Selecting previously unselected package python3-debian.
13:07:56 #11 27.71 Preparing to unpack .../177-python3-debian_0.1.43ubuntu1_all.deb ...
13:07:56 #11 27.72 Unpacking python3-debian (0.1.43ubuntu1) ...
13:07:56 #11 27.75 Selecting previously unselected package libgpgme11:armhf.
13:07:56 #11 27.76 Preparing to unpack .../178-libgpgme11_1.16.0-1.2ubuntu4_armhf.deb ...
13:07:56 #11 27.76 Unpacking libgpgme11:armhf (1.16.0-1.2ubuntu4) ...
13:07:56 #11 27.79 Selecting previously unselected package python3-gpg.
13:07:56 #11 27.79 Preparing to unpack .../179-python3-gpg_1.16.0-1.2ubuntu4_armhf.deb ...
13:07:56 #11 27.79 Unpacking python3-gpg (1.16.0-1.2ubuntu4) ...
13:07:56 #11 27.84 Selecting previously unselected package dput.
13:07:56 #11 27.84 Preparing to unpack .../180-dput_1.1.0ubuntu2_all.deb ...
13:07:56 #11 27.85 Unpacking dput (1.1.0ubuntu2) ...
13:07:56 13:07:56 #11 27.88 Selecting previously unselected package fonts-dejavu-core.
13:07:56 #11 27.88 Preparing to unpack .../181-fonts-dejavu-core_2.37-2build1_all.deb ...
13:07:56 #11 27.88 Unpacking fonts-dejavu-core (2.37-2build1) ...
Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
13:07:56 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
13:07:56 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
13:07:56 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7909 kB]
13:07:56 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [430 kB]
13:07:56 (33/56): openssl-3.0.7-2.el9.x86_64.rpm         5.2 MB/s | 1.2 MB     00:00    
13:07:56 (34/56): rpm-plugin-selinux-4.16.1.3-22.el9.x86 239 kB/s |  18 kB     00:00    
13:07:56 (35/56): python3-setuptools-53.0.0-12.el9.noarc 6.3 MB/s | 944 kB     00:00    
13:07:56 (36/56): selinux-policy-38.1.5-1.el9.noarch.rpm 650 kB/s |  54 kB     00:00    
13:07:56 (37/56): systemd-pam-252-3.el9.x86_64.rpm       3.3 MB/s | 255 kB     00:00    
13:07:56 (38/56): systemd-rpm-macros-252-3.el9.noarch.rp 580 kB/s |  43 kB     00:00    
13:07:56 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
13:07:56 invoke-rc.d: could not determine current runlevel
13:07:56 invoke-rc.d: policy-rc.d denied execution of start.
13:07:56 Setting up docker-scan-plugin (0.23.0~ubuntu-kinetic) ...
13:07:56 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
13:07:56 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:07:56  docker-ce-rootless-extras depends on dbus-user-session; however:
13:07:56   Package dbus-user-session is not installed.
13:07:56 
13:07:56 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb
13:07:56 Updating certificates in /etc/ssl/certs...
13:07:57 #11 32.88 Selecting previously unselected package libfont-afm-perl.
13:07:57 #11 32.89 Preparing to unpack .../239-libfont-afm-perl_1.20-2_all.deb ...
13:07:57 #11 32.89 Unpacking libfont-afm-perl (1.20-2) ...
13:07:57 #11 32.92 Selecting previously unselected package libio-string-perl.
13:07:57 #11 32.92 Preparing to unpack .../240-libio-string-perl_1.08-3_all.deb ...
13:07:57 #11 32.92 Unpacking libio-string-perl (1.08-3) ...
13:07:57 #11 32.95 Selecting previously unselected package libfont-ttf-perl.
13:07:57 #11 32.95 Preparing to unpack .../241-libfont-ttf-perl_1.06-1_all.deb ...
13:07:57 #11 32.95 Unpacking libfont-ttf-perl (1.06-1) ...
13:07:57 #11 33.01 Selecting previously unselected package libfuture-perl.
13:07:57 #11 33.01 Preparing to unpack .../242-libfuture-perl_0.43-1_all.deb ...
13:07:57 #11 33.01 Unpacking libfuture-perl (0.43-1) ...
13:07:57 #11 33.04 Selecting previously unselected package libio-stringy-perl.
13:07:57 #11 33.05 Preparing to unpack .../243-libio-stringy-perl_2.111-3_all.deb ...
13:07:57 #11 33.05 Unpacking libio-stringy-perl (2.111-3) ...
13:07:57 #11 33.08 Selecting previously unselected package libparams-validate-perl.
13:07:57 #11 33.08 Preparing to unpack .../244-libparams-validate-perl_1.29-3_armhf.deb ...
13:07:57 #11 33.09 Unpacking libparams-validate-perl (1.29-3) ...
13:07:57 #11 33.12 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:07:57 #11 33.12 Preparing to unpack .../245-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
13:07:57 #11 33.12 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
13:07:57 #11 33.15 Selecting previously unselected package libsort-versions-perl.
13:07:57 #11 33.15 Preparing to unpack .../246-libsort-versions-perl_1.62-1_all.deb ...
13:07:57 #11 33.16 Unpacking libsort-versions-perl (1.62-1) ...
13:07:57 #11 33.19 Selecting previously unselected package libgit-wrapper-perl.
13:07:57 #11 33.19 Preparing to unpack .../247-libgit-wrapper-perl_0.048-1_all.deb ...
13:07:57 #11 33.19 Unpacking libgit-wrapper-perl (0.048-1) ...
13:07:57 #11 33.22 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:07:57 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
13:07:57 (39/56): util-linux-2.37.4-9.el9.x86_64.rpm     9.8 MB/s | 2.3 MB     00:00    
13:07:57 #11 33.22 Preparing to unpack .../248-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
13:07:57 #11 33.23 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
13:07:57 #11 33.26 Selecting previously unselected package libio-prompter-perl.
13:07:57 #11 33.26 Preparing to unpack .../249-libio-prompter-perl_0.004015-1_all.deb ...
13:07:57 #11 33.26 Unpacking libio-prompter-perl (0.004015-1) ...
13:07:57 #11 33.29 Selecting previously unselected package libjson-perl.
13:07:57 #11 33.30 Preparing to unpack .../250-libjson-perl_4.02000-2_all.deb ...
13:07:57 #11 33.30 Unpacking libjson-perl (4.02000-2) ...
13:07:57 #11 33.35 Selecting previously unselected package liblog-any-perl.
13:07:57 #11 33.35 Preparing to unpack .../251-liblog-any-perl_1.708-1_all.deb ...
13:07:57 #11 33.35 Unpacking liblog-any-perl (1.708-1) ...
13:07:57 #11 33.38 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:07:57 #11 33.39 Preparing to unpack .../252-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
13:07:57 #11 33.39 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
13:07:57 #11 33.41 Selecting previously unselected package libpackage-stash-perl.
13:07:57 #11 33.42 Preparing to unpack .../253-libpackage-stash-perl_0.38-1_all.deb ...
13:07:57 #11 33.42 Unpacking libpackage-stash-perl (0.38-1) ...
13:07:57 #11 33.45 Selecting previously unselected package libsub-identify-perl.
13:07:57 #11 28.00 Selecting previously unselected package fontconfig-config.
13:07:57 #11 28.00 Preparing to unpack .../182-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
13:07:57 #11 28.01 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
13:07:57 #11 28.04 Selecting previously unselected package libcurl3-gnutls:armhf.
13:07:57 #11 28.04 Preparing to unpack .../183-libcurl3-gnutls_7.81.0-1ubuntu1.7_armhf.deb ...
13:07:57 #11 28.05 Unpacking libcurl3-gnutls:armhf (7.81.0-1ubuntu1.7) ...
13:07:57 #11 28.07 Selecting previously unselected package liberror-perl.
13:07:57 #11 28.08 Preparing to unpack .../184-liberror-perl_0.17029-1_all.deb ...
13:07:57 #11 28.08 Unpacking liberror-perl (0.17029-1) ...
13:07:57 #11 28.11 Selecting previously unselected package git-man.
13:07:57 #11 28.11 Preparing to unpack .../185-git-man_1%3a2.34.1-1ubuntu1.6_all.deb ...
13:07:57 #11 28.11 Unpacking git-man (1:2.34.1-1ubuntu1.6) ...
13:07:57 #11 28.15 Selecting previously unselected package git.
13:07:57 #11 28.16 Preparing to unpack .../186-git_1%3a2.34.1-1ubuntu1.6_armhf.deb ...
13:07:57 #11 28.16 Unpacking git (1:2.34.1-1ubuntu1.6) ...
13:07:57 (40/56): systemd-252-3.el9.x86_64.rpm           9.3 MB/s | 4.1 MB     00:00    
13:07:57 (41/56): util-linux-core-2.37.4-9.el9.x86_64.rp 5.7 MB/s | 461 kB     00:00    
13:07:57 (42/56): xz-5.2.5-8.el9.x86_64.rpm              3.0 MB/s | 226 kB     00:00    
13:07:57 (43/56): checkpolicy-3.5-0.rc2.1.el9.x86_64.rpm 4.7 MB/s | 347 kB     00:00    
13:07:57 (44/56): container-selinux-2.199.0-1.el9.noarch 1.2 MB/s |  51 kB     00:00    
13:07:57 (45/56): fuse-overlayfs-1.10-1.el9.x86_64.rpm   4.1 MB/s |  72 kB     00:00    
13:07:57 (46/56): fuse3-3.10.2-5.el9.x86_64.rpm          2.8 MB/s |  54 kB     00:00    
13:07:57 (47/56): fuse3-libs-3.10.2-5.el9.x86_64.rpm     4.6 MB/s |  93 kB     00:00    
13:07:57 (48/56): libslirp-4.4.0-4.el9.x86_64.rpm        3.8 MB/s |  69 kB     00:00    
13:07:57 (49/56): policycoreutils-python-utils-3.5-0.rc2 4.2 MB/s |  75 kB     00:00    
13:07:57 (50/56): python3-audit-3.0.7-103.el9.x86_64.rpm 5.2 MB/s |  84 kB     00:00    
13:07:57 (51/56): python3-libselinux-3.5-0.rc2.1.el9.x86  11 MB/s | 187 kB     00:00    
13:07:57 (52/56): python3-libsemanage-3.5-0.rc2.1.el9.x8 5.3 MB/s |  80 kB     00:00    
13:07:57 (53/56): selinux-policy-targeted-38.1.5-1.el9.n  10 MB/s | 6.8 MB     00:00    
13:07:57 (54/56): slirp4netns-1.2.0-2.el9.x86_64.rpm     1.1 MB/s |  47 kB     00:00    
13:07:57 #11 33.45 Preparing to unpack .../254-libsub-identify-perl_0.14-1build2_armhf.deb ...
13:07:57 #11 33.46 Unpacking libsub-identify-perl (0.14-1build2) ...
13:07:57 #11 33.48 Selecting previously unselected package libsub-name-perl.
13:07:57 #11 33.48 Preparing to unpack .../255-libsub-name-perl_0.26-1_armhf.deb ...
13:07:57 #11 33.48 Unpacking libsub-name-perl (0.26-1) ...
13:07:57 #11 33.51 Selecting previously unselected package libnamespace-clean-perl.
13:07:57 #11 33.51 Preparing to unpack .../256-libnamespace-clean-perl_0.27-1_all.deb ...
13:07:57 #11 33.52 Unpacking libnamespace-clean-perl (0.27-1) ...
13:07:57 #11 33.55 Selecting previously unselected package libpath-tiny-perl.
13:07:57 #11 33.55 Preparing to unpack .../257-libpath-tiny-perl_0.108-1_all.deb ...
13:07:57 #11 33.55 Unpacking libpath-tiny-perl (0.108-1) ...
13:07:57 #11 33.58 Selecting previously unselected package libtype-tiny-perl.
13:07:57 #11 33.58 Preparing to unpack .../258-libtype-tiny-perl_1.008001-2_all.deb ...
13:07:57 #11 33.59 Unpacking libtype-tiny-perl (1.008001-2) ...
13:07:57 #11 33.64 Selecting previously unselected package libgitlab-api-v4-perl.
13:07:57 #11 33.64 Preparing to unpack .../259-libgitlab-api-v4-perl_0.25-1_all.deb ...
13:07:57 #11 33.64 Unpacking libgitlab-api-v4-perl (0.25-1) ...
13:07:57 #11 33.68 Selecting previously unselected package libhash-fieldhash-perl.
13:07:57 #11 28.31 Selecting previously unselected package libalgorithm-diff-perl.
13:07:57 #11 28.31 Preparing to unpack .../187-libalgorithm-diff-perl_1.201-1_all.deb ...
13:07:57 #11 28.32 Unpacking libalgorithm-diff-perl (1.201-1) ...
13:07:57 #11 28.35 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:07:57 #11 28.35 Preparing to unpack .../188-libalgorithm-diff-xs-perl_0.04-6build3_armhf.deb ...
13:07:57 #11 28.35 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
13:07:57 #11 28.38 Selecting previously unselected package libalgorithm-merge-perl.
13:07:57 #11 28.39 Preparing to unpack .../189-libalgorithm-merge-perl_0.08-3_all.deb ...
13:07:57 #11 28.39 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:07:57 #11 28.42 Selecting previously unselected package libaliased-perl.
13:07:57 #11 28.42 Preparing to unpack .../190-libaliased-perl_0.34-1.1_all.deb ...
13:07:57 #11 28.42 Unpacking libaliased-perl (0.34-1.1) ...
13:07:57 #11 28.45 Selecting previously unselected package libapt-pkg-perl.
13:07:57 #11 28.45 Preparing to unpack .../191-libapt-pkg-perl_0.1.40build2_armhf.deb ...
13:07:57 #11 28.45 Unpacking libapt-pkg-perl (0.1.40build2) ...
13:07:57 #11 28.48 Selecting previously unselected package libarchive-cpio-perl.
13:07:57 #11 28.48 Preparing to unpack .../192-libarchive-cpio-perl_0.10-1.1_all.deb ...
13:07:57 #11 28.49 Unpacking libarchive-cpio-perl (0.10-1.1) ...
13:07:57 #11 28.51 Selecting previously unselected package libarray-intspan-perl.
13:07:57 Reading package lists...
13:07:57 Building dependency tree...
13:07:57 Reading state information...
13:07:57 Correcting dependencies... Done
13:07:57 124 added, 0 removed; done.
13:07:57 Setting up gir1.2-glib-2.0:amd64 (1.72.0-1) ...
13:07:57 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
13:07:57 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.7) ...
13:07:57 Setting up libpolkit-agent-1-0:amd64 (0.105-33) ...
13:07:57 Setting up curl (7.81.0-1ubuntu1.7) ...
13:07:57 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.2) ...
13:07:57 Setting up polkitd (0.105-33) ...
13:07:57 Setting up gpg (2.2.27-3ubuntu2.1) ...
13:07:57 Setting up libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1) ...
13:07:57 Setcap worked! gst-ptp-helper is not suid!
13:07:57 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04) ...
13:07:57 (55/56): python3-policycoreutils-3.5-0.rc2.1.el  25 MB/s | 2.1 MB     00:00    
13:07:57 #11 33.68 Preparing to unpack .../260-libhash-fieldhash-perl_0.15-1build2_armhf.deb ...
13:07:57 #11 33.68 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
13:07:57 #11 33.71 Selecting previously unselected package libhtml-form-perl.
13:07:57 #11 33.71 Preparing to unpack .../261-libhtml-form-perl_6.07-1_all.deb ...
13:07:57 #11 33.72 Unpacking libhtml-form-perl (6.07-1) ...
13:07:57 #11 33.75 Selecting previously unselected package libhtml-format-perl.
13:07:57 #11 33.75 Preparing to unpack .../262-libhtml-format-perl_2.12-1_all.deb ...
13:07:57 #11 33.75 Unpacking libhtml-format-perl (2.12-1) ...
13:07:57 #11 33.78 Selecting previously unselected package libhttp-daemon-perl.
13:07:57 #11 33.79 Preparing to unpack .../263-libhttp-daemon-perl_6.06-1ubuntu0.1_all.deb ...
13:07:57 #11 33.79 Unpacking libhttp-daemon-perl (6.06-1ubuntu0.1) ...
13:07:57 #11 33.82 Selecting previously unselected package libidn11:armhf.
13:07:57 #11 33.82 Preparing to unpack .../264-libidn11_1.33-2.2ubuntu2_armhf.deb ...
13:07:57 #11 33.83 Unpacking libidn11:armhf (1.33-2.2ubuntu2) ...
13:07:57 #11 33.86 Selecting previously unselected package libstruct-dumb-perl.
13:07:57 #11 33.86 Preparing to unpack .../265-libstruct-dumb-perl_0.09-1_all.deb ...
13:07:57 #11 33.86 Unpacking libstruct-dumb-perl (0.09-1) ...
13:07:57 #11 33.89 Selecting previously unselected package libio-async-perl.
13:07:57 #11 33.89 Preparing to unpack .../266-libio-async-perl_0.75-1_all.deb ...
13:07:57 #11 33.89 Unpacking libio-async-perl (0.75-1) ...
13:07:57 #11 33.94 Selecting previously unselected package liblinux-epoll-perl.
13:07:57 #11 33.94 Preparing to unpack .../267-liblinux-epoll-perl_0.017-1_armhf.deb ...
13:07:57 #11 33.94 Unpacking liblinux-epoll-perl (0.017-1) ...
13:07:57 #11 33.97 Selecting previously unselected package libio-async-loop-epoll-perl.
13:07:57 #11 33.97 Preparing to unpack .../268-libio-async-loop-epoll-perl_0.20-1_all.deb ...
13:07:57 #11 33.98 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
13:07:57 #11 34.00 Selecting previously unselected package libtypes-serialiser-perl.
13:07:57 #11 28.51 Preparing to unpack .../193-libarray-intspan-perl_2.004-1_all.deb ...
13:07:57 #11 28.52 Unpacking libarray-intspan-perl (2.004-1) ...
13:07:57 #11 28.54 Selecting previously unselected package libmodule-implementation-perl.
13:07:57 #11 28.55 Preparing to unpack .../194-libmodule-implementation-perl_0.09-1.1_all.deb ...
13:07:57 #11 28.55 Unpacking libmodule-implementation-perl (0.09-1.1) ...
13:07:57 #11 28.58 Selecting previously unselected package libsub-exporter-progressive-perl.
13:07:57 #11 28.58 Preparing to unpack .../195-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:07:57 #11 28.58 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:07:57 #11 28.61 Selecting previously unselected package libvariable-magic-perl.
13:07:57 #11 28.61 Preparing to unpack .../196-libvariable-magic-perl_0.62-1build5_armhf.deb ...
13:07:57 #11 28.62 Unpacking libvariable-magic-perl (0.62-1build5) ...
13:07:57 #11 28.65 Selecting previously unselected package libb-hooks-endofscope-perl.
13:07:57 #11 28.65 Preparing to unpack .../197-libb-hooks-endofscope-perl_0.25-1_all.deb ...
13:07:57 #11 28.65 Unpacking libb-hooks-endofscope-perl (0.25-1) ...
13:07:57 #11 28.68 Selecting previously unselected package libfreetype6:armhf.
13:07:57 #11 28.68 Preparing to unpack .../198-libfreetype6_2.11.1+dfsg-1ubuntu0.1_armhf.deb ...
13:07:57 #11 28.69 Unpacking libfreetype6:armhf (2.11.1+dfsg-1ubuntu0.1) ...
13:07:57 #11 28.72 Selecting previously unselected package libfontconfig1:armhf.
13:07:57 #11 28.72 Preparing to unpack .../199-libfontconfig1_2.13.1-4.2ubuntu5_armhf.deb ...
13:07:57 #11 28.73 Unpacking libfontconfig1:armhf (2.13.1-4.2ubuntu5) ...
13:07:57 #11 28.76 Selecting previously unselected package libjpeg-turbo8:armhf.
13:07:57 #11 28.76 Preparing to unpack .../200-libjpeg-turbo8_2.1.2-0ubuntu1_armhf.deb ...
13:07:57 #11 28.76 Unpacking libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ...
13:07:57 #11 28.79 Selecting previously unselected package libjpeg8:armhf.
13:07:57 #11 28.79 Preparing to unpack .../201-libjpeg8_8c-2ubuntu10_armhf.deb ...
13:07:57 #11 28.79 Unpacking libjpeg8:armhf (8c-2ubuntu10) ...
13:07:57 #11 28.82 Selecting previously unselected package libdeflate0:armhf.
13:07:57 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:07:57 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:07:57 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:07:57 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:07:57 Skipping docker-ce, it is already installed and upgrade is not set.
13:07:57 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
13:07:57 The following additional packages will be installed:
13:07:57   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:07:57   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
13:07:57 Suggested packages:
13:07:57   firewalld kmod nftables
13:07:57 The following NEW packages will be installed:
13:07:57   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:07:57   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
13:07:57 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
13:07:57 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
13:07:57 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
13:07:57 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
13:07:57 #12 4.522 Reading package lists...
13:07:57 #12 5.854 Building dependency tree...
13:07:57 #12 6.040 Reading state information...
13:07:57 Selecting previously unselected package docker-ce-rootless-extras.
13:07:57 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb ...
13:07:57 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
13:07:58 (56/56): containerd.io-1.6.16-3.1.el9.x86_64.rp  69 MB/s |  32 MB     00:00    
13:07:58 --------------------------------------------------------------------------------
13:07:58 Total                                            18 MB/s |  61 MB     00:03     
13:07:58 #11 34.00 Preparing to unpack .../269-libtypes-serialiser-perl_1.0-1_all.deb ...
13:07:58 #11 34.01 Unpacking libtypes-serialiser-perl (1.0-1) ...
13:07:58 #11 34.03 Selecting previously unselected package libjson-xs-perl.
13:07:58 #11 34.04 Preparing to unpack .../270-libjson-xs-perl_4.020-1build1_armhf.deb ...
13:07:58 #11 34.04 Unpacking libjson-xs-perl (4.020-1build1) ...
13:07:58 #11 34.07 Selecting previously unselected package libjson-maybexs-perl.
13:07:58 #11 34.07 Preparing to unpack .../271-libjson-maybexs-perl_1.004000-1_all.deb ...
13:07:58 #11 34.07 Unpacking libjson-maybexs-perl (1.004000-1) ...
13:07:58 #11 34.10 Selecting previously unselected package liblist-compare-perl.
13:07:58 #11 34.10 Preparing to unpack .../272-liblist-compare-perl_0.53-1_all.deb ...
13:07:58 #11 34.10 Unpacking liblist-compare-perl (0.53-1) ...
13:07:58 #11 34.13 Selecting previously unselected package liblist-moreutils-perl.
13:07:58 #11 34.13 Preparing to unpack .../273-liblist-moreutils-perl_0.416-1build5_armhf.deb ...
13:07:58 #11 34.14 Unpacking liblist-moreutils-perl (0.416-1build5) ...
13:07:58 #11 34.16 Selecting previously unselected package liblist-someutils-perl.
13:07:58 #11 34.17 Preparing to unpack .../274-liblist-someutils-perl_0.58-1_all.deb ...
13:07:58 #11 34.17 Unpacking liblist-someutils-perl (0.58-1) ...
13:07:58 #11 34.20 Selecting previously unselected package liblist-someutils-xs-perl.
13:07:58 #11 34.20 Preparing to unpack .../275-liblist-someutils-xs-perl_0.58-2_armhf.deb ...
13:07:58 #11 34.20 Unpacking liblist-someutils-xs-perl (0.58-2) ...
13:07:58 #11 34.23 Selecting previously unselected package libltdl7:armhf.
13:07:58 #11 28.82 Preparing to unpack .../202-libdeflate0_1.10-2_armhf.deb ...
13:07:58 #11 28.83 Unpacking libdeflate0:armhf (1.10-2) ...
13:07:58 #11 28.86 Selecting previously unselected package libjbig0:armhf.
13:07:58 #11 28.86 Preparing to unpack .../203-libjbig0_2.1-3.1ubuntu0.22.04.1_armhf.deb ...
13:07:58 #11 28.86 Unpacking libjbig0:armhf (2.1-3.1ubuntu0.22.04.1) ...
13:07:58 #11 28.90 Selecting previously unselected package libwebp7:armhf.
13:07:58 #11 28.90 Preparing to unpack .../204-libwebp7_1.2.2-2_armhf.deb ...
13:07:58 #11 28.90 Unpacking libwebp7:armhf (1.2.2-2) ...
13:07:58 #11 28.94 Selecting previously unselected package libtiff5:armhf.
13:07:58 #11 28.94 Preparing to unpack .../205-libtiff5_4.3.0-6ubuntu0.3_armhf.deb ...
13:07:58 #11 28.94 Unpacking libtiff5:armhf (4.3.0-6ubuntu0.3) ...
13:07:58 #11 28.97 Selecting previously unselected package libxpm4:armhf.
13:07:58 #11 28.98 Preparing to unpack .../206-libxpm4_1%3a3.5.12-1ubuntu0.22.04.1_armhf.deb ...
13:07:58 #11 28.98 Unpacking libxpm4:armhf (1:3.5.12-1ubuntu0.22.04.1) ...
13:07:58 #11 29.01 Selecting previously unselected package libgd3:armhf.
13:07:58 #11 29.01 Preparing to unpack .../207-libgd3_2.3.0-2ubuntu2_armhf.deb ...
13:07:58 #11 29.02 Unpacking libgd3:armhf (2.3.0-2ubuntu2) ...
13:07:58 #11 29.05 Selecting previously unselected package libc-devtools.
13:07:58 #11 29.05 Preparing to unpack .../208-libc-devtools_2.35-0ubuntu3.1_armhf.deb ...
13:07:58 #11 29.05 Unpacking libc-devtools (2.35-0ubuntu3.1) ...
13:07:58 #11 29.08 Selecting previously unselected package libcapture-tiny-perl.
13:07:58 #11 29.08 Preparing to unpack .../209-libcapture-tiny-perl_0.48-1_all.deb ...
13:07:58 #11 29.08 Unpacking libcapture-tiny-perl (0.48-1) ...
13:07:58 #11 29.11 Selecting previously unselected package libclass-data-inheritable-perl.
13:07:58 #11 29.11 Preparing to unpack .../210-libclass-data-inheritable-perl_0.08-3_all.deb ...
13:07:58 #11 29.12 Unpacking libclass-data-inheritable-perl (0.08-3) ...
13:07:58 #11 29.14 Selecting previously unselected package libclone-perl.
13:07:58 #11 29.14 Preparing to unpack .../211-libclone-perl_0.45-1build3_armhf.deb ...
13:07:58 #11 29.15 Unpacking libclone-perl (0.45-1build3) ...
13:07:58 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded.
13:07:58 Need to get 28.4 MB of archives.
13:07:58 After this operation, 118 MB of additional disk space will be used.
13:07:58 Get:1 https://download.docker.com/linux/ubuntu kinetic/test amd64 containerd.io amd64 1.6.16-1 [27.7 MB]
13:07:58 #12 6.046 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:07:58 #12 6.281 Starting 2 pkgProblemResolver with broken count: 0
13:07:58 #12 6.284 Done
13:07:58 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
13:07:58 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
13:07:58 Setting up python3.10 (3.10.6-1~22.04.2) ...
13:07:58 Fetched 8561 kB in 2s (4922 kB/s)
13:07:58 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
13:07:58 Setting up docker-compose-plugin (2.16.0-1~ubuntu.20.04~focal) ...
13:07:58 Setting up docker-scan-plugin (0.23.0~ubuntu-focal) ...
13:07:58 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.20.04~focal) ...
13:07:58 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
13:07:58 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
13:07:58 #11 34.23 Preparing to unpack .../276-libltdl7_2.4.6-14_armhf.deb ...
13:07:58 #11 34.24 Unpacking libltdl7:armhf (2.4.6-14) ...
13:07:58 #11 34.26 Selecting previously unselected package libltdl-dev:armhf.
13:07:58 #11 34.27 Preparing to unpack .../277-libltdl-dev_2.4.6-14_armhf.deb ...
13:07:58 #11 34.27 Unpacking libltdl-dev:armhf (2.4.6-14) ...
13:07:58 #11 34.31 Selecting previously unselected package libsys-hostname-long-perl.
13:07:58 #11 34.31 Preparing to unpack .../278-libsys-hostname-long-perl_1.5-1_all.deb ...
13:07:58 #11 34.31 Unpacking libsys-hostname-long-perl (1.5-1) ...
13:07:58 #11 34.34 Selecting previously unselected package libmail-sendmail-perl.
13:07:58 #11 34.34 Preparing to unpack .../279-libmail-sendmail-perl_0.80-1_all.deb ...
13:07:58 #11 34.34 Unpacking libmail-sendmail-perl (0.80-1) ...
13:07:58 #11 34.37 Selecting previously unselected package libmoox-aliases-perl.
13:07:58 #11 34.37 Preparing to unpack .../280-libmoox-aliases-perl_0.001006-1_all.deb ...
13:07:58 #11 34.37 Unpacking libmoox-aliases-perl (0.001006-1) ...
13:07:58 #11 34.40 Selecting previously unselected package libobject-id-perl.
13:07:58 #11 34.40 Preparing to unpack .../281-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
13:07:58 #11 34.41 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
13:07:58 #11 34.43 Selecting previously unselected package libmoox-struct-perl.
13:07:58 #11 34.44 Preparing to unpack .../282-libmoox-struct-perl_0.017-1_all.deb ...
13:07:58 #11 34.44 Unpacking libmoox-struct-perl (0.017-1) ...
13:07:58 Get:2 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-user-session amd64 1.14.0-2ubuntu3 [10.1 kB]
13:07:58 Get:3 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmnl0 amd64 1.0.4-3ubuntu1 [13.2 kB]
13:07:58 Get:4 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxtables12 amd64 1.8.7-1ubuntu6 [30.8 kB]
13:07:58 Get:5 http://archive.ubuntu.com/ubuntu kinetic/main amd64 netbase all 6.3 [12.9 kB]
13:07:58 Get:6 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libip6tc2 amd64 1.8.7-1ubuntu6 [20.1 kB]
13:07:58 #12 6.485  Done
13:07:58 #12 6.676 Starting pkgProblemResolver with broken count: 0
13:07:58 #11 29.18 Selecting previously unselected package libcommon-sense-perl:armhf.
13:07:58 #11 29.18 Preparing to unpack .../212-libcommon-sense-perl_3.75-2build1_armhf.deb ...
13:07:58 #11 29.19 Unpacking libcommon-sense-perl:armhf (3.75-2build1) ...
13:07:58 #11 29.21 Selecting previously unselected package libconfig-tiny-perl.
13:07:58 #11 29.21 Preparing to unpack .../213-libconfig-tiny-perl_2.28-1_all.deb ...
13:07:58 #11 29.22 Unpacking libconfig-tiny-perl (2.28-1) ...
13:07:58 #11 29.24 Selecting previously unselected package libparams-util-perl.
13:07:58 #11 29.24 Preparing to unpack .../214-libparams-util-perl_1.102-1build3_armhf.deb ...
13:07:58 #11 29.25 Unpacking libparams-util-perl (1.102-1build3) ...
13:07:58 #11 29.28 Selecting previously unselected package libsub-install-perl.
13:07:58 #11 29.28 Preparing to unpack .../215-libsub-install-perl_0.928-1.1_all.deb ...
13:07:58 #11 29.28 Unpacking libsub-install-perl (0.928-1.1) ...
13:07:58 #11 29.30 Selecting previously unselected package libdata-optlist-perl.
13:07:58 #11 29.30 Preparing to unpack .../216-libdata-optlist-perl_0.112-1_all.deb ...
13:07:58 #11 29.31 Unpacking libdata-optlist-perl (0.112-1) ...
13:07:58 #11 29.33 Selecting previously unselected package libsub-exporter-perl.
13:07:58 #11 29.33 Preparing to unpack .../217-libsub-exporter-perl_0.988-1_all.deb ...
13:07:58 #11 29.34 Unpacking libsub-exporter-perl (0.988-1) ...
13:07:58 #11 29.36 Selecting previously unselected package libconst-fast-perl.
13:07:58 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
13:07:58 invoke-rc.d: could not determine current runlevel
13:07:58 invoke-rc.d: policy-rc.d denied execution of start.
13:07:58 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
13:07:58 Processing triggers for systemd (245.4-4ubuntu3.19) ...
13:07:58 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb
13:07:58 #11 34.47 Selecting previously unselected package libnet-dns-sec-perl.
13:07:58 #11 34.47 Preparing to unpack .../283-libnet-dns-sec-perl_1.15-1_armhf.deb ...
13:07:58 #11 34.47 Unpacking libnet-dns-sec-perl (1.15-1) ...
13:07:58 #11 34.50 Selecting previously unselected package libnet-libidn-perl.
13:07:58 #11 34.50 Preparing to unpack .../284-libnet-libidn-perl_0.12.ds-3build2_armhf.deb ...
13:07:58 #11 34.51 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
13:07:58 #11 34.54 Selecting previously unselected package libnumber-range-perl.
13:07:58 #11 34.54 Preparing to unpack .../285-libnumber-range-perl_0.12-1_all.deb ...
13:07:58 #11 34.54 Unpacking libnumber-range-perl (0.12-1) ...
13:07:58 #11 34.57 Selecting previously unselected package libpackage-stash-xs-perl.
13:07:58 #11 34.57 Preparing to unpack .../286-libpackage-stash-xs-perl_0.29-1build1_armhf.deb ...
13:07:58 #11 34.57 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
13:07:58 #11 34.60 Selecting previously unselected package libpath-iterator-rule-perl.
13:07:58 #11 34.60 Preparing to unpack .../287-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:07:58 #11 34.61 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:07:58 #11 34.63 Selecting previously unselected package libperl4-corelibs-perl.
13:07:58 #11 34.64 Preparing to unpack .../288-libperl4-corelibs-perl_0.004-2_all.deb ...
13:07:58 #11 34.64 Unpacking libperl4-corelibs-perl (0.004-2) ...
13:07:58 #11 34.67 Selecting previously unselected package libperlio-gzip-perl.
13:07:58 #11 34.67 Preparing to unpack .../289-libperlio-gzip-perl_0.19-1build5_armhf.deb ...
13:07:58 #11 34.67 Unpacking libperlio-gzip-perl (0.19-1build5) ...
13:07:58 #11 34.70 Selecting previously unselected package libpod-constants-perl.
13:07:58 #11 34.70 Preparing to unpack .../290-libpod-constants-perl_0.19-1_all.deb ...
13:07:58 #11 34.70 Unpacking libpod-constants-perl (0.19-1) ...
13:07:58 #11 34.73 Selecting previously unselected package libre2-5:armhf.
13:07:58 #11 34.74 Preparing to unpack .../291-libre2-5_20200101+dfsg-1build1_armhf.deb ...
13:07:58 #11 34.74 Unpacking libre2-5:armhf (20200101+dfsg-1build1) ...
13:07:58 #11 34.78 Selecting previously unselected package libre-engine-re2-perl.
13:07:58 #12 6.714 Starting 2 pkgProblemResolver with broken count: 0
13:07:58 #12 6.717 Done
13:07:58 Get:7 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnfnetlink0 amd64 1.0.2-2 [15.8 kB]
13:07:58 Get:8 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnetfilter-conntrack3 amd64 1.0.9-2 [45.6 kB]
13:07:58 Get:9 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnftnl11 amd64 1.2.3-1 [64.9 kB]
13:07:58 Get:10 http://archive.ubuntu.com/ubuntu kinetic/main amd64 iptables amd64 1.8.7-1ubuntu6 [454 kB]
13:07:58 #11 29.37 Preparing to unpack .../218-libconst-fast-perl_0.014-1.1_all.deb ...
13:07:58 #11 29.37 Unpacking libconst-fast-perl (0.014-1.1) ...
13:07:58 #11 29.39 Selecting previously unselected package libwant-perl.
13:07:58 #11 29.39 Preparing to unpack .../219-libwant-perl_0.29-1build7_armhf.deb ...
13:07:58 #11 29.40 Unpacking libwant-perl (0.29-1build7) ...
13:07:58 #11 29.42 Selecting previously unselected package libcontextual-return-perl.
13:07:58 #11 29.43 Preparing to unpack .../220-libcontextual-return-perl_0.004014-2_all.deb ...
13:07:58 #11 29.43 Unpacking libcontextual-return-perl (0.004014-2) ...
13:07:58 #11 29.46 Selecting previously unselected package libcpanel-json-xs-perl:armhf.
13:07:58 #11 29.46 Preparing to unpack .../221-libcpanel-json-xs-perl_4.27-1build1_armhf.deb ...
13:07:58 #11 29.47 Unpacking libcpanel-json-xs-perl:armhf (4.27-1build1) ...
13:07:58 #11 29.49 Selecting previously unselected package libdevel-stacktrace-perl.
13:07:58 #11 29.50 Preparing to unpack .../222-libdevel-stacktrace-perl_2.0400-1_all.deb ...
13:07:58 #11 29.50 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
13:07:58 #11 29.52 Selecting previously unselected package libexception-class-perl.
13:07:58 #11 29.53 Preparing to unpack .../223-libexception-class-perl_1.45-1_all.deb ...
13:07:58 #11 29.53 Unpacking libexception-class-perl (1.45-1) ...
13:07:58 #11 29.55 Selecting previously unselected package libiterator-perl.
13:07:58 #11 29.56 Preparing to unpack .../224-libiterator-perl_0.03+ds1-1.1_all.deb ...
13:07:58 #11 29.56 Unpacking libiterator-perl (0.03+ds1-1.1) ...
13:07:58 #11 29.58 Selecting previously unselected package libiterator-util-perl.
13:07:58 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-buster"
13:07:58 #11 34.78 Preparing to unpack .../292-libre-engine-re2-perl_0.13-5_armhf.deb ...
13:07:58 #11 34.79 Unpacking libre-engine-re2-perl (0.13-5) ...
13:07:58 #11 34.81 Selecting previously unselected package libreadonly-perl.
13:07:58 #11 34.81 Preparing to unpack .../293-libreadonly-perl_2.050-2_all.deb ...
13:07:58 #11 34.82 Unpacking libreadonly-perl (2.050-2) ...
13:07:58 #11 34.84 Selecting previously unselected package libref-util-perl.
13:07:58 #11 34.84 Preparing to unpack .../294-libref-util-perl_0.204-1_all.deb ...
13:07:58 #11 34.85 Unpacking libref-util-perl (0.204-1) ...
13:07:58 #11 34.87 Selecting previously unselected package libref-util-xs-perl.
13:07:58 #11 34.87 Preparing to unpack .../295-libref-util-xs-perl_0.117-1build2_armhf.deb ...
13:07:58 #11 34.88 Unpacking libref-util-xs-perl (0.117-1build2) ...
13:07:58 #11 34.90 Selecting previously unselected package libregexp-pattern-license-perl.
13:07:58 #11 34.90 Preparing to unpack .../296-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
13:07:58 #11 34.91 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
13:07:58 #11 34.93 Selecting previously unselected package libregexp-pattern-perl.
13:07:58 #11 34.93 Preparing to unpack .../297-libregexp-pattern-perl_0.2.12-1_all.deb ...
13:07:58 #11 34.94 Unpacking libregexp-pattern-perl (0.2.12-1) ...
13:07:58 #11 34.97 Selecting previously unselected package libsasl2-modules:armhf.
13:07:58 #11 34.97 Preparing to unpack .../298-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
13:07:58 #11 34.97 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:07:58 #11 35.01 Selecting previously unselected package libsereal-decoder-perl.
13:07:58 #12 7.056 The following additional packages will be installed:
13:07:58 #12 7.056   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
13:07:58 #12 7.056   g++-12 libarchive13 libdevmapper-dev libdevmapper-event1.02.1
13:07:58 #12 7.056   libdevmapper1.02.1 libjsoncpp25 libltdl-dev libltdl7 libpcre2-16-0
13:07:58 #12 7.056   libpcre2-32-0 libpcre2-8-0 libpcre2-dev libpcre2-posix3 libpkgconf3
13:07:58 #12 7.056   librhash0 libseccomp-dev libseccomp2 libselinux1 libselinux1-dev
13:07:58 #12 7.056   libsepol-dev libstdc++-12-dev libsystemd-dev libsystemd0 libudev-dev
13:07:58 #12 7.057   libudev1 libuv1 pkg-config pkgconf pkgconf-bin udev
13:07:58 #12 7.058 Suggested packages:
13:07:58 #12 7.058   cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils gcc-12-doc
13:07:58 #12 7.058   lrzip libtool-doc seccomp libstdc++-12-doc
13:07:58 debconf: delaying package configuration, since apt-utils is not installed
13:07:58 Fetched 28.4 MB in 1s (33.0 MB/s)
13:07:58 Selecting previously unselected package dbus-user-session.
13:07: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 ... 9556 files and directories currently installed.)
13:07:58 Preparing to unpack .../0-dbus-user-session_1.14.0-2ubuntu3_amd64.deb ...
13:07:58 Unpacking dbus-user-session (1.14.0-2ubuntu3) ...
13:07:58 Selecting previously unselected package libmnl0:amd64.
13:07:58 Preparing to unpack .../1-libmnl0_1.0.4-3ubuntu1_amd64.deb ...
13:07:58 Unpacking libmnl0:amd64 (1.0.4-3ubuntu1) ...
13:07:58 Selecting previously unselected package libxtables12:amd64.
13:07:58 Preparing to unpack .../2-libxtables12_1.8.7-1ubuntu6_amd64.deb ...
13:07:58 Unpacking libxtables12:amd64 (1.8.7-1ubuntu6) ...
13:07:58 Selecting previously unselected package netbase.
13:07:58 Preparing to unpack .../3-netbase_6.3_all.deb ...
13:07:58 Unpacking netbase (6.3) ...
13:07:58 Selecting previously unselected package libip6tc2:amd64.
13:07:58 Preparing to unpack .../4-libip6tc2_1.8.7-1ubuntu6_amd64.deb ...
13:07:58 #11 29.58 Preparing to unpack .../225-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
13:07:58 #11 29.59 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
13:07:58 #11 29.61 Selecting previously unselected package libexporter-tiny-perl.
13:07:58 #11 29.61 Preparing to unpack .../226-libexporter-tiny-perl_1.002002-1_all.deb ...
13:07:58 #11 29.62 Unpacking libexporter-tiny-perl (1.002002-1) ...
13:07:58 #11 29.64 Selecting previously unselected package liblist-moreutils-xs-perl.
13:07:58 #11 29.64 Preparing to unpack .../227-liblist-moreutils-xs-perl_0.430-2build2_armhf.deb ...
13:07:58 #11 29.65 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ...
13:07:58 #11 29.67 Selecting previously unselected package liblist-moreutils-perl.
13:07:58 #11 29.68 Preparing to unpack .../228-liblist-moreutils-perl_0.430-2_all.deb ...
13:07:58 #11 29.68 Unpacking liblist-moreutils-perl (0.430-2) ...
13:07:58 #11 29.71 Selecting previously unselected package libdata-dpath-perl.
13:07:58 #11 29.71 Preparing to unpack .../229-libdata-dpath-perl_0.58-1_all.deb ...
13:07:58 #11 29.71 Unpacking libdata-dpath-perl (0.58-1) ...
13:07:58 #11 29.74 Selecting previously unselected package libdata-dump-perl.
13:07:58 #11 29.74 Preparing to unpack .../230-libdata-dump-perl_1.25-1_all.deb ...
13:07:58 #11 29.74 Unpacking libdata-dump-perl (1.25-1) ...
13:07:58 #11 29.77 Selecting previously unselected package libdata-messagepack-perl.
13:07:58 #11 29.77 Preparing to unpack .../231-libdata-messagepack-perl_1.01-2build1_armhf.deb ...
13:07:58 #11 29.77 Unpacking libdata-messagepack-perl (1.01-2build1) ...
13:07:58 #11 29.80 Selecting previously unselected package libnet-domain-tld-perl.
13:07:58 #11 29.80 Preparing to unpack .../232-libnet-domain-tld-perl_1.75-1.1_all.deb ...
13:07:58 #11 29.81 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
13:07:58 #11 29.83 Selecting previously unselected package libdata-validate-domain-perl.
13:07:58 #11 29.83 Preparing to unpack .../233-libdata-validate-domain-perl_0.10-1.1_all.deb ...
13:07:58 #11 29.84 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
13:07:58 #11 29.86 Selecting previously unselected package libnet-ipv6addr-perl.
13:07:58 #11 29.86 Preparing to unpack .../234-libnet-ipv6addr-perl_1.02-1_all.deb ...
13:07:58 #11 29.87 Unpacking libnet-ipv6addr-perl (1.02-1) ...
13:07:58 #11 29.90 Selecting previously unselected package libnet-netmask-perl.
13:07:58 #11 29.90 Preparing to unpack .../235-libnet-netmask-perl_2.0001-1_all.deb ...
13:07:58 #11 29.91 Unpacking libnet-netmask-perl (2.0001-1) ...
13:07:58 #11 29.93 Selecting previously unselected package libnetaddr-ip-perl.
13:07:59 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
13:07:59 Setting up pkexec (0.105-33) ...
13:07:59 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.7) ...
13:07:59 Setting up python3 (3.10.6-1~22.04) ...
13:07:59 Setting up libappstream4:amd64 (0.15.2-2) ...
13:07:59 Setting up python3-six (1.16.0-3ubuntu1) ...
13:07:59 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
13:07:59 #11 35.01 Preparing to unpack .../299-libsereal-decoder-perl_4.011+ds-1build1_armhf.deb ...
13:07:59 #11 35.01 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
13:07:59 #11 35.05 Selecting previously unselected package libsereal-encoder-perl.
13:07:59 #11 35.05 Preparing to unpack .../300-libsereal-encoder-perl_4.011+ds-1build1_armhf.deb ...
13:07:59 #11 35.05 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
13:07:59 #11 35.09 Selecting previously unselected package libsereal-perl.
13:07:59 #11 35.09 Preparing to unpack .../301-libsereal-perl_4.011-1_all.deb ...
13:07:59 #11 35.09 Unpacking libsereal-perl (4.011-1) ...
13:07:59 #11 35.12 Selecting previously unselected package libsort-key-perl.
13:07:59 #11 35.12 Preparing to unpack .../302-libsort-key-perl_1.33-2build2_armhf.deb ...
13:07:59 #11 35.12 Unpacking libsort-key-perl (1.33-2build2) ...
13:07:59 #11 35.15 Selecting previously unselected package libstring-copyright-perl.
13:07:59 #11 35.15 Preparing to unpack .../303-libstring-copyright-perl_0.003006-1_all.deb ...
13:07:59 #11 35.16 Unpacking libstring-copyright-perl (0.003006-1) ...
13:07:59 #11 35.18 Selecting previously unselected package libstring-escape-perl.
13:07:59 #11 35.19 Preparing to unpack .../304-libstring-escape-perl_2010.002-2_all.deb ...
13:07:59 #11 35.19 Unpacking libstring-escape-perl (2010.002-2) ...
13:07:59 #11 35.22 Selecting previously unselected package libstring-shellquote-perl.
13:07:59 Reading package lists...
13:07:59 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:07:59 Unpacking libip6tc2:amd64 (1.8.7-1ubuntu6) ...
13:07:59 Selecting previously unselected package libnfnetlink0:amd64.
13:07:59 Preparing to unpack .../5-libnfnetlink0_1.0.2-2_amd64.deb ...
13:07:59 Unpacking libnfnetlink0:amd64 (1.0.2-2) ...
13:07:59 Selecting previously unselected package libnetfilter-conntrack3:amd64.
13:07:59 Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-2_amd64.deb ...
13:07:59 Unpacking libnetfilter-conntrack3:amd64 (1.0.9-2) ...
13:07:59 Selecting previously unselected package libnftnl11:amd64.
13:07:59 Preparing to unpack .../7-libnftnl11_1.2.3-1_amd64.deb ...
13:07:59 Unpacking libnftnl11:amd64 (1.2.3-1) ...
13:07:59 Selecting previously unselected package iptables.
13:07:59 Preparing to unpack .../8-iptables_1.8.7-1ubuntu6_amd64.deb ...
13:07:59 Unpacking iptables (1.8.7-1ubuntu6) ...
13:07:59 Selecting previously unselected package containerd.io.
13:07:59 Preparing to unpack .../9-containerd.io_1.6.16-1_amd64.deb ...
13:07:59 Unpacking containerd.io (1.6.16-1) ...
13:07:59 #11 29.94 Preparing to unpack .../236-libnetaddr-ip-perl_4.079+dfsg-1build7_armhf.deb ...
13:07:59 #11 29.94 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ...
13:07:59 #11 29.98 Selecting previously unselected package libdata-validate-ip-perl.
13:07:59 #11 29.98 Preparing to unpack .../237-libdata-validate-ip-perl_0.30-1_all.deb ...
13:07:59 #11 29.98 Unpacking libdata-validate-ip-perl (0.30-1) ...
13:07:59 #11 30.01 Selecting previously unselected package libdata-validate-uri-perl.
13:07:59 #11 30.01 Preparing to unpack .../238-libdata-validate-uri-perl_0.07-2_all.deb ...
13:07:59 #11 30.02 Unpacking libdata-validate-uri-perl (0.07-2) ...
13:07:59 #11 30.04 Selecting previously unselected package libdistro-info-perl.
13:07:59 #11 30.04 Preparing to unpack .../239-libdistro-info-perl_1.1build1_all.deb ...
13:07:59 #11 30.05 Unpacking libdistro-info-perl (1.1build1) ...
13:07:59 #11 30.07 Selecting previously unselected package libemail-address-xs-perl.
13:07:59 #11 30.07 Preparing to unpack .../240-libemail-address-xs-perl_1.04-1build6_armhf.deb ...
13:07:59 #11 30.08 Unpacking libemail-address-xs-perl (1.04-1build6) ...
13:07:59 #11 30.10 Selecting previously unselected package libipc-system-simple-perl.
13:07:59 #11 30.10 Preparing to unpack .../241-libipc-system-simple-perl_1.30-1_all.deb ...
13:07:59 #11 30.11 Unpacking libipc-system-simple-perl (1.30-1) ...
13:07:59 #11 30.13 Selecting previously unselected package libfile-basedir-perl.
13:07:59 #11 30.13 Preparing to unpack .../242-libfile-basedir-perl_0.09-1_all.deb ...
13:07:59 #11 30.14 Unpacking libfile-basedir-perl (0.09-1) ...
13:07:59 #11 30.16 Selecting previously unselected package libfile-chdir-perl.
13:07:59 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
13:07:59 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
13:07:59 Setting up python3-pyparsing (2.4.7-1) ...
13:07:59 Setting up python3-gi (3.42.1-0ubuntu1) ...
13:07:59 #11 35.22 Preparing to unpack .../305-libstring-shellquote-perl_1.04-1_all.deb ...
13:07:59 #11 35.22 Unpacking libstring-shellquote-perl (1.04-1) ...
13:07:59 #11 35.25 Selecting previously unselected package libterm-readkey-perl.
13:07:59 #11 35.25 Preparing to unpack .../306-libterm-readkey-perl_2.38-1build1_armhf.deb ...
13:07:59 #11 35.26 Unpacking libterm-readkey-perl (2.38-1build1) ...
13:07:59 #11 35.29 Selecting previously unselected package libtest-fatal-perl.
13:07:59 #11 35.29 Preparing to unpack .../307-libtest-fatal-perl_0.014-1_all.deb ...
13:07:59 #11 35.29 Unpacking libtest-fatal-perl (0.014-1) ...
13:07:59 #11 35.32 Selecting previously unselected package libtest-refcount-perl.
13:07:59 #11 35.33 Preparing to unpack .../308-libtest-refcount-perl_0.10-1_all.deb ...
13:07:59 #11 35.33 Unpacking libtest-refcount-perl (0.10-1) ...
13:07:59 #11 35.35 Selecting previously unselected package libtext-levenshtein-perl.
13:07:59 #11 35.35 Preparing to unpack .../309-libtext-levenshtein-perl_0.13-1_all.deb ...
13:07:59 #11 35.36 Unpacking libtext-levenshtein-perl (0.13-1) ...
13:07:59 #11 35.39 Selecting previously unselected package libtype-tiny-xs-perl.
13:07:59 #11 35.39 Preparing to unpack .../310-libtype-tiny-xs-perl_0.016-1_armhf.deb ...
13:07:59 #11 35.39 Unpacking libtype-tiny-xs-perl (0.016-1) ...
13:07:59 #11 35.42 Selecting previously unselected package libunicode-utf8-perl.
13:07:59 #11 35.42 Preparing to unpack .../311-libunicode-utf8-perl_0.62-1build1_armhf.deb ...
13:07:59 #11 35.43 Unpacking libunicode-utf8-perl (0.62-1build1) ...
13:07:59 #11 35.45 Selecting previously unselected package libxml-namespacesupport-perl.
13:07:59 #11 35.45 Preparing to unpack .../312-libxml-namespacesupport-perl_1.12-1_all.deb ...
13:07:59 #11 35.46 Unpacking libxml-namespacesupport-perl (1.12-1) ...
13:07:59 #11 35.48 Selecting previously unselected package libxml-sax-base-perl.
13:07:59 #11 35.48 Preparing to unpack .../313-libxml-sax-base-perl_1.09-1_all.deb ...
13:07:59 #11 35.49 Unpacking libxml-sax-base-perl (1.09-1) ...
13:07:59 #11 35.52 Selecting previously unselected package libxml-sax-perl.
13:07:59 #11 35.52 Preparing to unpack .../314-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:07:59 #11 35.53 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:07:59 #11 30.17 Preparing to unpack .../243-libfile-chdir-perl_0.1008-1.1_all.deb ...
13:07:59 #11 30.17 Unpacking libfile-chdir-perl (0.1008-1.1) ...
13:07:59 #11 30.19 Selecting previously unselected package libfile-fcntllock-perl.
13:07:59 #11 30.20 Preparing to unpack .../244-libfile-fcntllock-perl_0.22-3build7_armhf.deb ...
13:07:59 #11 30.20 Unpacking libfile-fcntllock-perl (0.22-3build7) ...
13:07:59 #11 30.23 Selecting previously unselected package libnumber-compare-perl.
13:07:59 #11 30.23 Preparing to unpack .../245-libnumber-compare-perl_0.03-2_all.deb ...
13:07:59 #11 30.23 Unpacking libnumber-compare-perl (0.03-2) ...
13:07:59 #11 30.26 Selecting previously unselected package libtext-glob-perl.
13:07:59 #11 30.26 Preparing to unpack .../246-libtext-glob-perl_0.11-2_all.deb ...
13:07:59 #11 30.26 Unpacking libtext-glob-perl (0.11-2) ...
13:07:59 #11 30.29 Selecting previously unselected package libfile-find-rule-perl.
13:07:59 #11 30.29 Preparing to unpack .../247-libfile-find-rule-perl_0.34-1_all.deb ...
13:07:59 #11 30.29 Unpacking libfile-find-rule-perl (0.34-1) ...
13:07:59 #11 30.32 Selecting previously unselected package libfont-afm-perl.
13:07:59 #11 30.33 Preparing to unpack .../248-libfont-afm-perl_1.20-3_all.deb ...
13:07:59 #11 30.33 Unpacking libfont-afm-perl (1.20-3) ...
13:07:59 #11 30.36 Selecting previously unselected package libio-string-perl.
13:07:59 #11 30.36 Preparing to unpack .../249-libio-string-perl_1.08-3.1_all.deb ...
13:07:59 #11 30.36 Unpacking libio-string-perl (1.08-3.1) ...
13:07:59 #11 30.39 Selecting previously unselected package libfont-ttf-perl.
13:07:59 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-bullseye"
13:07:59 Docker CE Test - x86_64                         6.6 kB/s | 1.6 kB     00:00    
13:07:59 Importing GPG key 0x621E9F35:
13:07:59  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
13:07:59  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
13:07:59  From       : https://download.docker.com/linux/centos/gpg
13:07:59 Key imported successfully
13:07:59 #12 7.661 The following NEW packages will be installed:
13:07:59 #12 7.661   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
13:07:59 #12 7.661   g++-12 libarchive13 libdevmapper-dev libdevmapper-event1.02.1
13:07:59 #12 7.661   libdevmapper1.02.1 libjsoncpp25 libltdl-dev libltdl7 libpcre2-16-0
13:07:59 #12 7.662   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 librhash0
13:07:59 #12 7.662   libseccomp-dev libselinux1-dev libsepol-dev libstdc++-12-dev libsystemd-dev
13:07:59 #12 7.662   libudev-dev libuv1 pkg-config pkgconf pkgconf-bin
13:07:59 #12 7.664 The following packages will be upgraded:
13:07:59 #12 7.664   libpcre2-8-0 libseccomp2 libselinux1 libsystemd0 libudev1 udev
13:07:59 Reading package lists...
13:07:59 Building dependency tree...
13:07:59 Reading state information...
13:07:59 Correcting dependencies... Done
13:07:59 Setting up python3-jeepney (0.7.1-3) ...
13:07:59 #11 35.56 Selecting previously unselected package libxml-libxml-perl.
13:07:59 #11 35.56 Preparing to unpack .../315-libxml-libxml-perl_2.0134+dfsg-1build1_armhf.deb ...
13:07:59 #11 35.57 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
13:07:59 #11 35.62 Selecting previously unselected package libxml-parser-perl.
13:07:59 #11 35.62 Preparing to unpack .../316-libxml-parser-perl_2.46-1_armhf.deb ...
13:07:59 #11 35.63 Unpacking libxml-parser-perl (2.46-1) ...
13:07:59 #11 35.67 Selecting previously unselected package libxml-sax-expat-perl.
13:07:59 #11 35.67 Preparing to unpack .../317-libxml-sax-expat-perl_0.51-1_all.deb ...
13:07:59 #11 35.68 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:07:59 #11 35.71 Selecting previously unselected package libxml-writer-perl.
13:07:59 #11 35.71 Preparing to unpack .../318-libxml-writer-perl_0.625-1_all.deb ...
13:07:59 #11 35.71 Unpacking libxml-writer-perl (0.625-1) ...
13:07:59 #11 35.74 Selecting previously unselected package libyaml-libyaml-perl.
13:07:59 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
[Pipeline] // stage
13:07:59 #11 30.39 Preparing to unpack .../250-libfont-ttf-perl_1.06-1.1_all.deb ...
13:07:59 #11 30.40 Unpacking libfont-ttf-perl (1.06-1.1) ...
13:07:59 #11 30.46 Selecting previously unselected package libsort-versions-perl.
13:07:59 #11 30.47 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ...
13:07:59 #11 30.47 Unpacking libsort-versions-perl (1.62-1) ...
13:07:59 #11 30.50 Selecting previously unselected package libgit-wrapper-perl.
13:07:59 #11 30.50 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ...
13:07:59 #11 30.50 Unpacking libgit-wrapper-perl (0.048-1) ...
13:07:59 #11 30.53 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:07:59 #11 30.53 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
13:07:59 #11 30.54 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
13:07:59 #11 30.57 Selecting previously unselected package libio-prompter-perl.
13:07:59 #11 30.57 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ...
13:07:59 #11 30.57 Unpacking libio-prompter-perl (0.004015-1) ...
13:07:59 #11 30.60 Selecting previously unselected package libjson-perl.
13:07:59 #11 30.60 Preparing to unpack .../255-libjson-perl_4.04000-1_all.deb ...
13:07:59 #11 30.61 Unpacking libjson-perl (4.04000-1) ...
13:07:59 #11 30.63 Selecting previously unselected package liblog-any-perl.
13:07:59 #11 30.64 Preparing to unpack .../256-liblog-any-perl_1.710-1_all.deb ...
13:07:59 #11 30.64 Unpacking liblog-any-perl (1.710-1) ...
13:07:59 #11 30.67 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:07:59 #11 30.67 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
13:07:59 #11 30.68 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
13:07:59 #11 30.70 Selecting previously unselected package libpackage-stash-perl.
13:07:59 #11 30.71 Preparing to unpack .../258-libpackage-stash-perl_0.39-1_all.deb ...
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:07:59 make[1]: Leaving directory '/root/build-deb'
13:07:59  dpkg-genbuildinfo
13:07:59  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.changes
13:07:59 Running transaction check
13:07:59 Reading package lists...
13:07:59 Building dependency tree...
13:07:59 Reading state information...
13:07:59 The following additional packages will be installed:
13:07:59   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
13:07:59   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
13:07:59   gpgsm iso-codes libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4
13:07:59   libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2
13:07:59   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
13:07:59   libldap-common libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18
13:07:59   libpsl5 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
13:07:59   libreadline7 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1
13:07:59   libssl1.1 lsb-base mime-support openssl pinentry-curses python-apt-common
13:07:59   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
13:07:59   python3-software-properties python3.7 python3.7-minimal readline-common
13:07:59 Suggested packages:
13:07:59   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
13:07:59   scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk
13:07:59   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
13:07:59   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.7-venv
13:07:59   python3.7-doc binutils binfmt-support readline-doc
13:07:59 Recommended packages:
13:07:59   dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales packagekit
13:07:59   publicsuffix libsasl2-modules bzip2 file xz-utils unattended-upgrades
13:07:59 Skipping docker-ce, it is already installed and upgrade is not set.
13:07:59 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:07:59 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:07:59 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:07:59 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
13:07:59 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:07:59 The following additional packages will be installed:
13:07:59   containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3
13:07:59   libnfnetlink0 libnftnl11 libxtables12 netbase
13:07:59 Suggested packages:
13:07:59   firewalld kmod nftables
13:07:59 The following NEW packages will be installed:
13:07:59   containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3
13:07:59   libnfnetlink0 libnftnl11 libxtables12 netbase
13:07:59 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
13:07:59 Setting up python3-httplib2 (0.20.2-2) ...
13:07:59 Setting up lsb-release (11.1.0ubuntu4) ...
13:07:59 Setting up policykit-1 (0.105-33) ...
13:07:59 Setting up python3-cffi-backend:amd64 (1.15.0-1build2) ...
13:07:59 Setting up python3-blinker (1.4+dfsg1-0.4) ...
13:07:59 #11 35.74 Preparing to unpack .../319-libyaml-libyaml-perl_0.81+repack-1_armhf.deb ...
13:07:59 #11 35.74 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
13:07:59 #11 35.77 Selecting previously unselected package licensecheck.
13:07:59 #11 35.77 Preparing to unpack .../320-licensecheck_3.0.45-1_all.deb ...
13:07:59 #11 35.78 Unpacking licensecheck (3.0.45-1) ...
13:07:59 #11 35.80 Selecting previously unselected package libdevel-size-perl.
13:07:59 #11 35.81 Preparing to unpack .../321-libdevel-size-perl_0.83-1build1_armhf.deb ...
13:07:59 #11 35.81 Unpacking libdevel-size-perl (0.83-1build1) ...
13:07:59 #11 35.85 Selecting previously unselected package t1utils.
13:07:59 #11 35.86 Preparing to unpack .../322-t1utils_1.41-3_armhf.deb ...
13:07:59 #11 35.86 Unpacking t1utils (1.41-3) ...
13:07:59 #11 35.90 Selecting previously unselected package lintian.
13:07:59 #11 35.90 Preparing to unpack .../323-lintian_2.62.0ubuntu2.2_all.deb ...
13:07:59 #11 35.90 Unpacking lintian (2.62.0ubuntu2.2) ...
13:07:59 #11 30.71 Unpacking libpackage-stash-perl (0.39-1) ...
13:07:59 #11 30.74 Selecting previously unselected package libsub-identify-perl.
13:07:59 #11 30.74 Preparing to unpack .../259-libsub-identify-perl_0.14-1build5_armhf.deb ...
13:07:59 #11 30.74 Unpacking libsub-identify-perl (0.14-1build5) ...
13:07:59 #11 30.77 Selecting previously unselected package libsub-name-perl.
13:07:59 #11 30.77 Preparing to unpack .../260-libsub-name-perl_0.26-1build3_armhf.deb ...
13:07:59 #11 30.77 Unpacking libsub-name-perl (0.26-1build3) ...
13:07:59 #11 30.80 Selecting previously unselected package libnamespace-clean-perl.
13:07:59 #11 30.80 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ...
13:07:59 #11 30.80 Unpacking libnamespace-clean-perl (0.27-1) ...
13:07:59 #11 30.83 Selecting previously unselected package libpath-tiny-perl.
13:07:59 #11 30.84 Preparing to unpack .../262-libpath-tiny-perl_0.122-1_all.deb ...
13:07:59 #11 30.84 Unpacking libpath-tiny-perl (0.122-1) ...
13:07:59 #11 30.86 Selecting previously unselected package libstrictures-perl.
13:07:59 #11 30.87 Preparing to unpack .../263-libstrictures-perl_2.000006-1_all.deb ...
13:07:59 #11 30.87 Unpacking libstrictures-perl (2.000006-1) ...
13:07:59 #11 30.90 Selecting previously unselected package libtype-tiny-perl.
13:07:59 #11 30.90 Preparing to unpack .../264-libtype-tiny-perl_1.012004-1_all.deb ...
13:07:59 #11 30.90 Unpacking libtype-tiny-perl (1.012004-1) ...
13:07:59 #11 30.94 Selecting previously unselected package libgitlab-api-v4-perl.
13:07:59 Transaction check succeeded.
13:07:59 Running transaction test
13:07:59 + make IMAGE=balenalib/rpi-raspbian:buster verify
13:07:59 docker run  --rm -i \
13:07:59 	-v "$(pwd):/v" \
13:07:59 	-e DEBIAN_FRONTEND=noninteractive \
13:07:59 	-e PACKAGE_REPO=staging \
13:07:59 	-w /v \
13:07:59 	balenalib/rpi-raspbian:buster ./verify
13:07:59 Unable to find image 'balenalib/rpi-raspbian:buster' locally
13:07:59 0 upgraded, 9 newly installed, 0 to remove and 6 not upgraded.
13:07:59 Need to get 28.3 MB of archives.
13:07:59 After this operation, 117 MB of additional disk space will be used.
13:07:59 Get:1 https://download.docker.com/linux/ubuntu focal/test amd64 containerd.io amd64 1.6.16-1 [27.7 MB]
13:07:59 #12 8.096 6 upgraded, 31 newly installed, 0 to remove and 44 not upgraded.
13:07:59 #12 8.096 1 not fully installed or removed.
13:07:59 #12 8.096 Need to get 22.0 MB of archives.
13:07:59 #12 8.096 After this operation, 92.0 MB of additional disk space will be used.
13:07:59 #12 8.096 Get:1 http://archive.raspbian.org/raspbian bookworm/main armhf libstdc++-12-dev armhf 12.2.0-14+rpi1 [2027 kB]
13:07:59 warning: /var/cache/yum/aarch64/7/updates/packages/selinux-policy-3.13.1-268.el7_9.2.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
13:07:59 Public key for selinux-policy-3.13.1-268.el7_9.2.noarch.rpm is not installed
13:08:00 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
13:08:00 #11 36.13 Selecting previously unselected package manpages-dev.
13:08:00 #11 36.13 Preparing to unpack .../324-manpages-dev_5.05-1_all.deb ...
13:08:00 #11 36.14 Unpacking manpages-dev (5.05-1) ...
13:08:00 #11 30.94 Preparing to unpack .../265-libgitlab-api-v4-perl_0.26-1_all.deb ...
13:08:00 #11 30.95 Unpacking libgitlab-api-v4-perl (0.26-1) ...
13:08:00 #11 30.98 Selecting previously unselected package libhash-fieldhash-perl.
13:08:00 #11 30.98 Preparing to unpack .../266-libhash-fieldhash-perl_0.15-1build5_armhf.deb ...
13:08:00 #11 30.98 Unpacking libhash-fieldhash-perl (0.15-1build5) ...
13:08:00 #11 31.01 Selecting previously unselected package libhtml-form-perl.
13:08:00 #11 31.01 Preparing to unpack .../267-libhtml-form-perl_6.07-1_all.deb ...
13:08:00 #11 31.01 Unpacking libhtml-form-perl (6.07-1) ...
13:08:00 #11 31.04 Selecting previously unselected package libhtml-format-perl.
13:08:00 #11 31.04 Preparing to unpack .../268-libhtml-format-perl_2.12-1.1_all.deb ...
13:08:00 #11 31.05 Unpacking libhtml-format-perl (2.12-1.1) ...
13:08:00 #11 31.08 Selecting previously unselected package libhtml-html5-entities-perl.
13:08:00 #11 31.08 Preparing to unpack .../269-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
13:08:00 #11 31.08 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
13:08:00 #11 31.11 Selecting previously unselected package libhttp-daemon-perl.
13:08:00 #11 31.11 Preparing to unpack .../270-libhttp-daemon-perl_6.13-1ubuntu0.1_all.deb ...
13:08:00 #11 31.12 Unpacking libhttp-daemon-perl (6.13-1ubuntu0.1) ...
13:08:00 #11 31.15 Selecting previously unselected package libio-interactive-perl.
13:08:00 buster: Pulling from balenalib/rpi-raspbian
13:08:00 9e1ad582a09d: Already exists
13:08:00 d8d604eaebb1: Already exists
13:08:00 5fdeefe92e79: Already exists
13:08:00 99dfe3536f54: Already exists
13:08:00 cf16eca179b5: Already exists
13:08:00 b01ca48f191b: Already exists
13:08:00 47d1cc72e507: Already exists
13:08:00 dcd7c0c8ecbc: Already exists
13:08:00 Digest: sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd
13:08:00 Status: Downloaded newer image for balenalib/rpi-raspbian:buster
13:08:00 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libmnl0 amd64 1.0.4-2 [12.3 kB]
13:08:00 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libxtables12 amd64 1.8.4-3ubuntu2 [28.4 kB]
13:08:00 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB]
13:08:00 The following NEW packages will be installed:
13:08:00   apt-transport-https ca-certificates curl dirmngr distro-info-data
13:08:00   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
13:08:00   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
13:08:00   libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
13:08:00   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libk5crypto3
13:08:00   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common
13:08:00   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
13:08:00   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline7
13:08:00   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl1.1
13:08:00   lsb-base lsb-release mime-support openssl pinentry-curses python-apt-common
13:08:00   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
13:08:00   python3-software-properties python3.7 python3.7-minimal readline-common
13:08:00   software-properties-common
13:08:00 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
13:08:00 Setting up python3-more-itertools (8.10.0-2) ...
13:08:00 Setting up python3-dbus (1.2.18-3build1) ...
13:08:00 #11 36.37 Selecting previously unselected package python3-certifi.
13:08:00 #11 36.37 Preparing to unpack .../325-python3-certifi_2019.11.28-1_all.deb ...
13:08:00 #11 36.38 Unpacking python3-certifi (2019.11.28-1) ...
13:08:00 #11 36.42 Selecting previously unselected package python3-idna.
13:08:00 #11 36.43 Preparing to unpack .../326-python3-idna_2.8-1_all.deb ...
13:08:00 #11 36.43 Unpacking python3-idna (2.8-1) ...
13:08:00 #11 36.46 Selecting previously unselected package python3-urllib3.
13:08:00 #11 36.47 Preparing to unpack .../327-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
13:08:00 #11 36.47 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
13:08:00 #11 36.51 Selecting previously unselected package python3-requests.
13:08:00 #11 36.51 Preparing to unpack .../328-python3-requests_2.22.0-2ubuntu1_all.deb ...
13:08:00 #11 36.52 Unpacking python3-requests (2.22.0-2ubuntu1) ...
13:08:00 #11 36.55 Selecting previously unselected package python3-unidiff.
13:08:00 #11 36.55 Preparing to unpack .../329-python3-unidiff_0.5.5-2_all.deb ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:08:00 #11 31.15 Preparing to unpack .../271-libio-interactive-perl_1.023-1_all.deb ...
13:08:00 #11 31.15 Unpacking libio-interactive-perl (1.023-1) ...
13:08:00 #11 31.18 Selecting previously unselected package libio-prompt-tiny-perl.
13:08:00 #11 31.18 Preparing to unpack .../272-libio-prompt-tiny-perl_0.003-1_all.deb ...
13:08:00 #11 31.18 Unpacking libio-prompt-tiny-perl (0.003-1) ...
13:08:00 #11 31.21 Selecting previously unselected package libtypes-serialiser-perl.
13:08:00 #11 31.21 Preparing to unpack .../273-libtypes-serialiser-perl_1.01-1_all.deb ...
13:08:00 #11 31.21 Unpacking libtypes-serialiser-perl (1.01-1) ...
13:08:00 #11 31.24 Selecting previously unselected package libjson-xs-perl.
13:08:00 #11 31.24 Preparing to unpack .../274-libjson-xs-perl_4.030-1build3_armhf.deb ...
13:08:00 #11 31.25 Unpacking libjson-xs-perl (4.030-1build3) ...
13:08:00 #11 31.28 Selecting previously unselected package libjson-maybexs-perl.
13:08:00 #11 31.28 Preparing to unpack .../275-libjson-maybexs-perl_1.004003-1_all.deb ...
13:08:00 #11 31.28 Unpacking libjson-maybexs-perl (1.004003-1) ...
13:08:00 #11 31.31 Selecting previously unselected package libldap-common.
13:08:00 #11 31.31 Preparing to unpack .../276-libldap-common_2.5.13+dfsg-0ubuntu0.22.04.1_all.deb ...
13:08:00 #11 31.31 Unpacking libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
13:08:00 #11 31.34 Selecting previously unselected package liblist-compare-perl.
13:08:00 #11 31.34 Preparing to unpack .../277-liblist-compare-perl_0.55-1_all.deb ...
13:08:00 #11 31.34 Unpacking liblist-compare-perl (0.55-1) ...
13:08:00 #11 31.37 Selecting previously unselected package liblist-someutils-perl.
13:08:00 #11 31.37 Preparing to unpack .../278-liblist-someutils-perl_0.58-1_all.deb ...
13:08:00 #11 31.38 Unpacking liblist-someutils-perl (0.58-1) ...
13:08:00 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libip6tc2 amd64 1.8.4-3ubuntu2 [19.2 kB]
13:08:00 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libnfnetlink0 amd64 1.0.1-3build1 [13.8 kB]
13:08:00 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libnetfilter-conntrack3 amd64 1.0.7-2 [41.4 kB]
13:08:00 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libnftnl11 amd64 1.1.5-1 [57.8 kB]
13:08:00 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 iptables amd64 1.8.4-3ubuntu2 [390 kB]
13:08:00 0 upgraded, 66 newly installed, 0 to remove and 0 not upgraded.
13:08:00 Need to get 23.9 MB of archives.
13:08:00 After this operation, 82.9 MB of additional disk space will be used.
13:08:00 Get:1 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1n-0+deb10u3 [1551 kB]
13:08:00 Get:2 http://deb.debian.org/debian-security buster/updates/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u4 [589 kB]
13:08:00 Get:3 http://deb.debian.org/debian-security buster/updates/main amd64 libexpat1 amd64 2.2.6-2+deb10u6 [108 kB]
13:08:00 Get:4 http://deb.debian.org/debian-security buster/updates/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u4 [1736 kB]
13:08:00 Get:5 http://deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
13:08:00 Get:6 http://deb.debian.org/debian buster/main amd64 mime-support all 3.62 [37.2 kB]
13:08:00 Get:7 http://deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
13:08:00 Get:8 http://deb.debian.org/debian buster/main amd64 readline-common all 7.0-5 [70.6 kB]
13:08:00 Get:9 http://deb.debian.org/debian buster/main amd64 libreadline7 amd64 7.0-5 [151 kB]
13:08:00 Get:10 http://deb.debian.org/debian-security buster/updates/main amd64 libsqlite3-0 amd64 3.27.2-3+deb10u2 [641 kB]
13:08:00 Get:11 http://deb.debian.org/debian-security buster/updates/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u4 [1733 kB]
13:08:00 Get:12 http://deb.debian.org/debian-security buster/updates/main amd64 python3.7 amd64 3.7.3-2+deb10u4 [330 kB]
13:08:00 Get:13 http://deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
13:08:00 Get:14 http://deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
13:08:00 Get:15 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
13:08:00 Get:16 http://deb.debian.org/debian-security buster/updates/main amd64 libkrb5support0 amd64 1.17-3+deb10u5 [66.0 kB]
13:08:00 Get:17 http://deb.debian.org/debian-security buster/updates/main amd64 libk5crypto3 amd64 1.17-3+deb10u5 [122 kB]
13:08:00 Get:18 http://deb.debian.org/debian-security buster/updates/main amd64 libkrb5-3 amd64 1.17-3+deb10u5 [369 kB]
13:08:00 Get:19 http://deb.debian.org/debian-security buster/updates/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u5 [159 kB]
13:08:00 Get:20 http://deb.debian.org/debian buster/main amd64 apt-transport-https all 1.8.2.3 [149 kB]
13:08:00 Get:21 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1n-0+deb10u3 [855 kB]
13:08:00 Get:22 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
13:08:00 Get:23 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB]
13:08:00 Get:24 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u2 [106 kB]
13:08:00 Get:25 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
13:08:00 Get:26 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u7 [224 kB]
13:08:00 Get:27 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
13:08:00 Get:28 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
13:08:00 Get:29 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
13:08:00 Get:30 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
13:08:00 Get:31 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u4 [334 kB]
13:08:00 Get:32 http://deb.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u4 [265 kB]
13:08:00 Get:33 http://deb.debian.org/debian buster/main amd64 libassuan0 amd64 2.5.2-1 [49.4 kB]
13:08:00 Get:34 http://deb.debian.org/debian buster/main amd64 gpgconf amd64 2.2.12-1+deb10u2 [510 kB]
13:08:00 Get:35 http://deb.debian.org/debian buster/main amd64 lsb-base all 10.2019051400 [28.4 kB]
13:08:00 Get:36 http://deb.debian.org/debian-security buster/updates/main amd64 libksba8 amd64 1.3.5-2+deb10u2 [102 kB]
13:08:00 Get:37 http://deb.debian.org/debian buster/main amd64 libnpth0 amd64 1.6-1 [18.4 kB]
13:08:00 Get:38 http://deb.debian.org/debian buster/main amd64 dirmngr amd64 2.2.12-1+deb10u2 [712 kB]
13:08:00 Get:39 http://deb.debian.org/debian-security buster/updates/main amd64 distro-info-data all 0.41+deb10u6 [7080 B]
13:08:00 Get:40 http://deb.debian.org/debian-security buster/updates/main amd64 libglib2.0-0 amd64 2.58.3-2+deb10u4 [1259 kB]
13:08:00 Get:41 http://deb.debian.org/debian buster/main amd64 libgirepository-1.0-1 amd64 1.58.3-2 [92.8 kB]
13:08:00 Get:42 http://deb.debian.org/debian buster/main amd64 gir1.2-glib-2.0 amd64 1.58.3-2 [143 kB]
13:08:00 Get:43 http://deb.debian.org/debian buster/main amd64 libpackagekit-glib2-18 amd64 1.1.12-5 [116 kB]
13:08:00 Get:44 http://deb.debian.org/debian buster/main amd64 gir1.2-packagekitglib-1.0 amd64 1.1.12-5 [35.9 kB]
13:08:00 Get:45 http://deb.debian.org/debian buster/main amd64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
13:08:00 Get:46 http://deb.debian.org/debian buster/main amd64 gnupg-utils amd64 2.2.12-1+deb10u2 [861 kB]
13:08:00 Get:47 http://deb.debian.org/debian buster/main amd64 gpg amd64 2.2.12-1+deb10u2 [865 kB]
13:08:00 Get:48 http://deb.debian.org/debian buster/main amd64 pinentry-curses amd64 1.1.0-2 [64.5 kB]
13:08:00 Get:49 http://deb.debian.org/debian buster/main amd64 gpg-agent amd64 2.2.12-1+deb10u2 [617 kB]
13:08:00 Get:50 http://deb.debian.org/debian buster/main amd64 gpg-wks-client amd64 2.2.12-1+deb10u2 [485 kB]
13:08:00 Get:51 http://deb.debian.org/debian buster/main amd64 gpg-wks-server amd64 2.2.12-1+deb10u2 [478 kB]
13:08:00 Get:52 http://deb.debian.org/debian buster/main amd64 gpgsm amd64 2.2.12-1+deb10u2 [604 kB]
13:08:00 #12 8.742 Get:2 http://archive.raspbian.org/raspbian bookworm/main armhf g++-12 armhf 12.2.0-14+rpi1 [7914 kB]
13:08:00 #11 36.56 Unpacking python3-unidiff (0.5.5-2) ...
13:08:00 #11 36.59 Selecting previously unselected package python3-xdg.
13:08:00 #11 36.59 Preparing to unpack .../330-python3-xdg_0.26-1ubuntu1_all.deb ...
13:08:00 #11 36.60 Unpacking python3-xdg (0.26-1ubuntu1) ...
13:08:00 #11 36.63 Selecting previously unselected package unzip.
13:08:00 #11 36.64 Preparing to unpack .../331-unzip_6.0-25ubuntu1.1_armhf.deb ...
13:08:00 #11 36.64 Unpacking unzip (6.0-25ubuntu1.1) ...
13:08:00 #11 36.68 Selecting previously unselected package equivs.
13:08:00 #11 36.68 Preparing to unpack .../332-equivs_2.2.0_all.deb ...
13:08:00 #11 36.69 Unpacking equivs (2.2.0) ...
13:08:00 #11 36.72 Selecting previously unselected package libauthen-sasl-perl.
13:08:00 #11 36.72 Preparing to unpack .../333-libauthen-sasl-perl_2.1600-1_all.deb ...
13:08:00 #11 36.72 Unpacking libauthen-sasl-perl (2.1600-1) ...
13:08:00 #11 36.76 Selecting previously unselected package python3-magic.
13:08:00 #11 36.76 Preparing to unpack .../334-python3-magic_2%3a0.4.15-3_all.deb ...
13:08:00 #11 36.77 Unpacking python3-magic (2:0.4.15-3) ...
13:08:00 #11 36.82 Setting up libapt-pkg-perl (0.1.36build3) ...
13:08:00 Setting up python3-distro (1.7.0-1) ...
13:08:00 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
13:08:00 Setting up python3-jwt (2.3.0-1ubuntu0.2) ...
13:08:00 + make IMAGE=balenalib/rpi-raspbian:bullseye verify
13:08:00 docker run  --rm -i \
13:08:00 	-v "$(pwd):/v" \
13:08:00 	-e DEBIAN_FRONTEND=noninteractive \
13:08:00 	-e PACKAGE_REPO=staging \
13:08:00 	-w /v \
13:08:00 	balenalib/rpi-raspbian:bullseye ./verify
13:08:00 Unable to find image 'balenalib/rpi-raspbian:bullseye' locally
13:08:00 #11 31.40 Selecting previously unselected package liblist-someutils-xs-perl.
13:08:00 #11 31.40 Preparing to unpack .../279-liblist-someutils-xs-perl_0.58-2build3_armhf.deb ...
13:08:00 #11 31.41 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
13:08:00 #11 31.43 Selecting previously unselected package liblist-utilsby-perl.
13:08:00 #11 31.43 Preparing to unpack .../280-liblist-utilsby-perl_0.11-1_all.deb ...
13:08:00 #11 31.43 Unpacking liblist-utilsby-perl (0.11-1) ...
13:08:00 #11 31.46 Selecting previously unselected package libltdl7:armhf.
13:08:00 #11 31.46 Preparing to unpack .../281-libltdl7_2.4.6-15build2_armhf.deb ...
13:08:00 #11 31.47 Unpacking libltdl7:armhf (2.4.6-15build2) ...
13:08:00 #11 31.49 Selecting previously unselected package libltdl-dev:armhf.
13:08:00 #11 31.49 Preparing to unpack .../282-libltdl-dev_2.4.6-15build2_armhf.deb ...
13:08:00 #11 31.50 Unpacking libltdl-dev:armhf (2.4.6-15build2) ...
13:08:00 #11 31.54 Selecting previously unselected package liblzo2-2:armhf.
13:08:00 #11 31.54 Preparing to unpack .../283-liblzo2-2_2.10-2build3_armhf.deb ...
13:08:00 #11 31.54 Unpacking liblzo2-2:armhf (2.10-2build3) ...
13:08:00 #11 31.57 Selecting previously unselected package libsys-hostname-long-perl.
13:08:00 #11 31.57 Preparing to unpack .../284-libsys-hostname-long-perl_1.5-2_all.deb ...
13:08:00 #11 31.57 Unpacking libsys-hostname-long-perl (1.5-2) ...
13:08:00 #11 31.60 Selecting previously unselected package libmail-sendmail-perl.
13:08:00 #11 31.60 Preparing to unpack .../285-libmail-sendmail-perl_0.80-1.1_all.deb ...
13:08:00 #11 31.61 Unpacking libmail-sendmail-perl (0.80-1.1) ...
13:08:00 #11 31.63 Selecting previously unselected package libnet-smtp-ssl-perl.
13:08:00 #11 31.64 Preparing to unpack .../286-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:08:00 #11 31.64 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:08:00 #11 31.67 Selecting previously unselected package libmailtools-perl.
13:08:00 #11 31.67 Preparing to unpack .../287-libmailtools-perl_2.21-1_all.deb ...
13:08:00 #11 31.67 Unpacking libmailtools-perl (2.21-1) ...
13:08:00 #11 31.71 Selecting previously unselected package libmarkdown2:armhf.
13:08:00 Get:53 http://deb.debian.org/debian buster/main amd64 gnupg all 2.2.12-1+deb10u2 [715 kB]
13:08:00 Get:54 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u2 [393 kB]
13:08:00 Get:55 http://deb.debian.org/debian buster/main amd64 iso-codes all 4.2-1 [2713 kB]
13:08:00 Get:56 http://deb.debian.org/debian buster/main amd64 libapt-inst2.0 amd64 1.8.2.3 [204 kB]
13:08:00 Get:57 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl3-gnutls amd64 7.64.0-4+deb10u4 [331 kB]
13:08:00 Get:58 http://deb.debian.org/debian-security buster/updates/main amd64 libdbus-1-3 amd64 1.12.24-0+deb10u1 [218 kB]
13:08:00 Get:59 http://deb.debian.org/debian buster/main amd64 lsb-release all 10.2019051400 [27.5 kB]
13:08:00 Get:60 http://deb.debian.org/debian buster/main amd64 python-apt-common all 1.8.4.3 [96.3 kB]
13:08:00 Get:61 http://deb.debian.org/debian buster/main amd64 python3-apt amd64 1.8.4.3 [185 kB]
13:08:00 Get:62 http://deb.debian.org/debian buster/main amd64 python3-dbus amd64 1.2.8-3 [103 kB]
13:08:00 Get:63 http://deb.debian.org/debian buster/main amd64 python3-gi amd64 3.30.4-1 [180 kB]
13:08:00 Get:64 http://deb.debian.org/debian buster/main amd64 python3-pycurl amd64 7.43.0.2-0.1 [66.3 kB]
13:08:00 Get:65 http://deb.debian.org/debian buster/main amd64 python3-software-properties all 0.96.20.2-2 [49.6 kB]
13:08:00 Get:66 http://deb.debian.org/debian buster/main amd64 software-properties-common all 0.96.20.2-2 [83.3 kB]
13:08:00 debconf: delaying package configuration, since apt-utils is not installed
13:08:00 Fetched 23.9 MB in 1s (46.5 MB/s)
13:08:00 Selecting previously unselected package libssl1.1:amd64.
13:08:00 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
13:08:00 Preparing to unpack .../libssl1.1_1.1.1n-0+deb10u3_amd64.deb ...
13:08:00 + verify
13:08:00 + dpkg --version
13:08:00 + verify_deb
13:08:00 + apt-get update
13:08:00 #11 36.84 Setting up libksba8:armhf (1.3.5-2ubuntu0.20.04.2) ...
13:08:00 #11 36.85 Setting up libpipeline1:armhf (1.5.2-2build1) ...
13:08:00 #11 36.86 Setting up wdiff (1.2.2-2build1) ...
13:08:00 #11 36.88 Setting up libxau6:armhf (1:1.0.9-0ubuntu1) ...
13:08:00 #11 36.88 Setting up libkeyutils1:armhf (1.6-6ubuntu1.1) ...
13:08:00 #11 36.90 Setting up libpsl5:armhf (0.21.0-1ubuntu1) ...
13:08:00 #11 36.91 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
13:08:00 #11 36.92 Setting up mime-support (3.64ubuntu1) ...
13:08:00 #11 36.95 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
13:08:00 #11 36.98 Setting up libmagic-mgc (1:5.38-4) ...
13:08:00 #11 36.99 Setting up libyaml-0-2:armhf (0.2.2-1) ...
13:08:00 #11 37.01 Setting up libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
13:08:00 #11 37.02 No schema files found: doing nothing.
13:08:00 #11 37.02 Setting up distro-info-data (0.43ubuntu1.11) ...
13:08:00 #11 37.04 Setting up manpages (5.05-1) ...
13:08:00 #11 37.05 Setting up unzip (6.0-25ubuntu1.1) ...
13:08:00 #11 37.07 Setting up libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
13:08:00 Setting up python3-apt (2.4.0) ...
13:08:00 Transaction test succeeded.
13:08:00 Running transaction
13:08:00 bullseye: Pulling from balenalib/rpi-raspbian
13:08:00 80e1513108ac: Already exists
13:08:00 7d7ecaba86e0: Already exists
13:08:00 cd8d70a00e71: Already exists
13:08:00 2bb109a565e6: Already exists
13:08:00 83502790502d: Already exists
13:08:00 f20327d786aa: Already exists
13:08:00 1749915a5ae7: Already exists
13:08:00 00041252b20f: Already exists
13:08:00 Digest: sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91
13:08:00 Status: Downloaded newer image for balenalib/rpi-raspbian:bullseye
13:08:00 #11 31.71 Preparing to unpack .../288-libmarkdown2_2.2.7-2_armhf.deb ...
13:08:00 #11 31.72 Unpacking libmarkdown2:armhf (2.2.7-2) ...
13:08:00 #11 31.74 Selecting previously unselected package libmath-base85-perl.
13:08:00 #11 31.74 Preparing to unpack .../289-libmath-base85-perl_0.5+dfsg-1_all.deb ...
13:08:00 #11 31.75 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
13:08:00 #11 31.78 Selecting previously unselected package libmoox-aliases-perl.
13:08:00 #11 31.78 Preparing to unpack .../290-libmoox-aliases-perl_0.001006-1.1_all.deb ...
13:08:00 #11 31.78 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
13:08:00 #11 31.81 Selecting previously unselected package libnamespace-autoclean-perl.
13:08:00 #11 31.81 Preparing to unpack .../291-libnamespace-autoclean-perl_0.29-1_all.deb ...
13:08:00 #11 31.81 Unpacking libnamespace-autoclean-perl (0.29-1) ...
13:08:00 #11 31.84 Selecting previously unselected package libobject-id-perl.
13:08:00 #11 31.84 Preparing to unpack .../292-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
13:08:00 #11 31.84 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:08:00 #11 31.87 Selecting previously unselected package libmoox-struct-perl.
13:08:00 #11 31.87 Preparing to unpack .../293-libmoox-struct-perl_0.020-1_all.deb ...
13:08:00 #11 31.87 Unpacking libmoox-struct-perl (0.020-1) ...
13:08:00 #11 31.90 Selecting previously unselected package libmouse-perl.
13:08:00 #11 31.90 Preparing to unpack .../294-libmouse-perl_2.5.10-1build4_armhf.deb ...
13:08:00 #11 31.91 Unpacking libmouse-perl (2.5.10-1build4) ...
13:08:00 #11 31.94 Selecting previously unselected package libpackage-stash-xs-perl.
13:08:01 dpkg-genchanges: info: including full source code in upload
13:08:01  dpkg-source -I.git --after-build .
13:08:01 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:08:01 + destination=/build
13:08:01 + mkdir -p /build
13:08:01 + mv -v /root/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb /root/docker-compose-plugin_2.16.0-1~debian.11~bullseye_amd64.deb /root/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb /build
13:08:01 copied '/root/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb'
13:08:01 removed '/root/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb'
13:08:01 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb'
13:08:01 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb'
13:08:01 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb'
13:08:01 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb'
13:08:01 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc'
13:08:01 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc'
13:08:01 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz'
13:08:01 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz'
13:08:01 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.buildinfo'
13:08:01 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.buildinfo'
13:08:01 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.changes'
13:08:01 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.changes'
13:08:01 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb'
13:08:01 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb'
13:08:01 copied '/root/docker-compose-plugin_2.16.0-1~debian.11~bullseye_amd64.deb' -> '/build/docker-compose-plugin_2.16.0-1~debian.11~bullseye_amd64.deb'
13:08:01 removed '/root/docker-compose-plugin_2.16.0-1~debian.11~bullseye_amd64.deb'
13:08:01 copied '/root/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb'
13:08:01 removed '/root/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb'
13:08:01 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u3) ...
13:08:01 Selecting previously unselected package libpython3.7-minimal:amd64.
13:08:01 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u4_amd64.deb ...
13:08:01 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u4) ...
13:08:01 Selecting previously unselected package libexpat1:amd64.
13:08:01 Preparing to unpack .../libexpat1_2.2.6-2+deb10u6_amd64.deb ...
13:08:01 Unpacking libexpat1:amd64 (2.2.6-2+deb10u6) ...
13:08:01 Selecting previously unselected package python3.7-minimal.
13:08:01 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u4_amd64.deb ...
13:08:01 Get:1 http://archive.raspbian.org/raspbian buster InRelease [15.0 kB]
13:08:01 #12 9.285 Get:3 http://archive.raspbian.org/raspbian bookworm/main armhf g++ armhf 4:12.2.0-1+rpi1 [1628 B]
13:08:01 #12 9.285 Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf build-essential armhf 12.9 [7704 B]
13:08:01 #12 9.286 Get:5 http://archive.raspbian.org/raspbian bookworm/main armhf bash-completion all 1:2.11-6 [234 kB]
13:08:01 #12 9.288 Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf libarchive13 armhf 3.6.2-1 [293 kB]
13:08:01 #12 9.289 Get:7 http://archive.raspbian.org/raspbian bookworm/main armhf libjsoncpp25 armhf 1.9.5-4 [66.7 kB]
13:08:01 #12 9.308 Get:8 http://archive.raspbian.org/raspbian bookworm/main armhf librhash0 armhf 1.4.3-3 [142 kB]
13:08:01 #11 37.08 Setting up libsqlite3-0:armhf (3.31.1-4ubuntu0.5) ...
13:08:01 #11 37.09 Setting up libsasl2-modules:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:08:01 #11 37.11 Setting up binutils-common:armhf (2.34-6ubuntu1.4) ...
13:08:01 #11 37.12 Setting up libnghttp2-14:armhf (1.40.0-1build1) ...
13:08:01 #11 37.14 Setting up libmagic1:armhf (1:5.38-4) ...
13:08:01 #11 37.15 Setting up less (551-1ubuntu0.1) ...
13:08:01 #11 37.18 Setting up perl-openssl-defaults:armhf (4) ...
13:08:01 #11 37.19 Setting up linux-libc-dev:armhf (5.4.0-137.154) ...
13:08:01 #11 37.20 Setting up libctf-nobfd0:armhf (2.34-6ubuntu1.4) ...
13:08:01 #11 37.21 Setting up gettext-base (0.19.8.1-10build1) ...
13:08:01 #11 37.23 Setting up libnpth0:armhf (1.6-1) ...
13:08:01 #11 37.24 Setting up krb5-locales (1.17-6ubuntu4.2) ...
13:08:01 #11 37.25 Setting up file (1:5.38-4) ...
13:08:01 #11 37.26 Setting up libassuan0:armhf (2.5.3-7ubuntu2) ...
13:08:01 #11 37.28 Setting up libgomp1:armhf (10.3.0-1ubuntu1~20.04) ...
13:08:01 #11 37.29 Setting up libcbor0.6:armhf (0.6.0-0ubuntu1) ...
13:08:01 Setting up python3-lazr.uri (1.0.6-2) ...
13:08:01 Setting up python3-zipp (1.0.0-3) ...
13:08:01 #11 31.94 Preparing to unpack .../295-libpackage-stash-xs-perl_0.29-1build5_armhf.deb ...
13:08:01 #11 31.95 Unpacking libpackage-stash-xs-perl (0.29-1build5) ...
13:08:01 #11 31.97 Selecting previously unselected package libpath-iterator-rule-perl.
13:08:01 #11 31.97 Preparing to unpack .../296-libpath-iterator-rule-perl_1.015-1_all.deb ...
13:08:01 #11 31.98 Unpacking libpath-iterator-rule-perl (1.015-1) ...
13:08:01 #11 32.00 Selecting previously unselected package libperlio-gzip-perl.
13:08:01 #11 32.01 Preparing to unpack .../297-libperlio-gzip-perl_0.19-1build8_armhf.deb ...
13:08:01 #11 32.01 Unpacking libperlio-gzip-perl (0.19-1build8) ...
13:08:01 #11 32.04 Selecting previously unselected package libperlio-utf8-strict-perl.
13:08:01 #11 32.04 Preparing to unpack .../298-libperlio-utf8-strict-perl_0.009-1build1_armhf.deb ...
13:08:01 #11 32.04 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
13:08:01 #11 32.07 Selecting previously unselected package libpod-parser-perl.
13:08:01 #11 32.07 Preparing to unpack .../299-libpod-parser-perl_1.63-2_all.deb ...
13:08:01 #11 32.08 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
13:08:01 #11 32.10 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
13:08:01 #11 32.10 Unpacking libpod-parser-perl (1.63-2) ...
13:08:01 #11 32.13 Selecting previously unselected package libpod-constants-perl.
13:08:01 #11 32.13 Preparing to unpack .../300-libpod-constants-perl_0.19-2_all.deb ...
13:08:01 #11 32.13 Unpacking libpod-constants-perl (0.19-2) ...
13:08:01 #11 32.16 Selecting previously unselected package libproc-processtable-perl:armhf.
13:08:01 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
13:08:01 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u3) ...
13:08:01 Get:2 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
13:08:01 Get:3 http://archive.raspbian.org/raspbian buster/main armhf Packages [18.3 MB]
13:08:01 #11 37.30 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
13:08:01 #11 37.31 Setting up libfakeroot:armhf (1.24-1) ...
13:08:01 #11 37.33 Setting up libkrb5support0:armhf (1.17-6ubuntu4.2) ...
13:08:01 #11 37.34 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:08:01 #11 37.35 Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
13:08:01 #11 37.46 
13:08:01 #11 37.46 Current default time zone: 'Etc/UTC'
13:08:01 #11 37.46 Local time is now:      Wed Feb  8 13:08:01 UTC 2023.
13:08:01 #11 37.46 Universal Time is now:  Wed Feb  8 13:08:01 UTC 2023.
13:08:01 #11 37.46 Run 'dpkg-reconfigure tzdata' if you wish to change it.
13:08:01 #11 37.46 
13:08:01 #11 37.49 Setting up fakeroot (1.24-1) ...
13:08:01 #11 37.50 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:08:01 #11 37.50 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:08:01 #11 37.50 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:08:01 #11 37.50 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:08:01 #11 37.50 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:08:01 #11 37.50 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:08:01 #11 37.50 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:08:01 #11 37.50 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:08:01 #11 37.50 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:08:01 #11 37.51 Setting up autotools-dev (20180224.1) ...
13:08:01 #11 37.52 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
13:08:01 #11 37.53 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
13:08:01 #11 37.55 Setting up make (4.2.1-1.2) ...
13:08:01 Setting up python3-cryptography (3.4.8-1ubuntu2) ...
13:08:01 #12 9.309 Get:9 http://archive.raspbian.org/raspbian bookworm/main armhf libuv1 armhf 1.44.2-1+rpi1 [125 kB]
13:08:01 #12 9.310 Get:10 http://archive.raspbian.org/raspbian bookworm/main armhf cmake-data all 3.25.1-1 [2026 kB]
13:08:01 #12 9.355 Get:11 http://archive.raspbian.org/raspbian bookworm/main armhf cmake armhf 3.25.1-1 [3859 kB]
13:08:01 #12 9.592 Get:12 http://archive.raspbian.org/raspbian bookworm/main armhf dh-apparmor all 3.0.8-2 [16.7 kB]
13:08:01 debconf: delaying package configuration, since apt-utils is not installed
13:08:01 Fetched 28.3 MB in 1s (20.6 MB/s)
13:08:01 Selecting previously unselected package libmnl0:amd64.
13:08:01 (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 ... 10634 files and directories currently installed.)
13:08:01 Preparing to unpack .../0-libmnl0_1.0.4-2_amd64.deb ...
13:08:01 Unpacking libmnl0:amd64 (1.0.4-2) ...
13:08:01 Selecting previously unselected package libxtables12:amd64.
13:08:01 Preparing to unpack .../1-libxtables12_1.8.4-3ubuntu2_amd64.deb ...
13:08:01 Unpacking libxtables12:amd64 (1.8.4-3ubuntu2) ...
13:08:01 Selecting previously unselected package netbase.
13:08:01 Preparing to unpack .../2-netbase_6.1_all.deb ...
13:08:01 Unpacking netbase (6.1) ...
13:08:01 Selecting previously unselected package libip6tc2:amd64.
13:08:01 Preparing to unpack .../3-libip6tc2_1.8.4-3ubuntu2_amd64.deb ...
13:08:01 Unpacking libip6tc2:amd64 (1.8.4-3ubuntu2) ...
13:08:01 Selecting previously unselected package libnfnetlink0:amd64.
13:08:01 Preparing to unpack .../4-libnfnetlink0_1.0.1-3build1_amd64.deb ...
13:08:01 Unpacking libnfnetlink0:amd64 (1.0.1-3build1) ...
13:08:01 Selecting previously unselected package libnetfilter-conntrack3:amd64.
13:08:01 Preparing to unpack .../5-libnetfilter-conntrack3_1.0.7-2_amd64.deb ...
13:08:01 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-2) ...
13:08:01 #11 32.16 Preparing to unpack .../301-libproc-processtable-perl_0.634-1build1_armhf.deb ...
13:08:01 #11 32.16 Unpacking libproc-processtable-perl:armhf (0.634-1build1) ...
13:08:01 #11 32.19 Selecting previously unselected package libre2-9:armhf.
13:08:01 #11 32.20 Preparing to unpack .../302-libre2-9_20220201+dfsg-1_armhf.deb ...
13:08:01 #11 32.20 Unpacking libre2-9:armhf (20220201+dfsg-1) ...
13:08:01 #11 32.23 Selecting previously unselected package libre-engine-re2-perl:armhf.
13:08:01 #11 32.23 Preparing to unpack .../303-libre-engine-re2-perl_0.14-1build2_armhf.deb ...
13:08:01 #11 32.23 Unpacking libre-engine-re2-perl:armhf (0.14-1build2) ...
13:08:01 #11 32.25 Selecting previously unselected package libreadonly-perl.
13:08:01 #11 32.26 Preparing to unpack .../304-libreadonly-perl_2.050-3_all.deb ...
13:08:01 #11 32.26 Unpacking libreadonly-perl (2.050-3) ...
13:08:01 #11 32.29 Selecting previously unselected package libref-util-perl.
13:08:01 #11 32.29 Preparing to unpack .../305-libref-util-perl_0.204-1_all.deb ...
13:08:01 #11 32.29 Unpacking libref-util-perl (0.204-1) ...
13:08:01 #11 32.31 Selecting previously unselected package libref-util-xs-perl.
13:08:01 #11 32.32 Preparing to unpack .../306-libref-util-xs-perl_0.117-1build5_armhf.deb ...
13:08:01 #11 32.32 Unpacking libref-util-xs-perl (0.117-1build5) ...
13:08:01 #11 32.35 Selecting previously unselected package libregexp-pattern-license-perl.
13:08:01 #11 32.35 Preparing to unpack .../307-libregexp-pattern-license-perl_3.9.3-1_all.deb ...
13:08:01 #11 32.35 Unpacking libregexp-pattern-license-perl (3.9.3-1) ...
13:08:01 #11 32.38 Selecting previously unselected package libregexp-pattern-perl.
13:08:01 #11 32.38 Preparing to unpack .../308-libregexp-pattern-perl_0.2.14-1_all.deb ...
13:08:01 #11 32.38 Unpacking libregexp-pattern-perl (0.2.14-1) ...
13:08:01 #11 32.41 Selecting previously unselected package libsasl2-modules:armhf.
13:08:01 #11 32.41 Preparing to unpack .../309-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.1_armhf.deb ...
13:08:01 #11 32.41 Unpacking libsasl2-modules:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
13:08:01 #11 32.44 Selecting previously unselected package libsereal-decoder-perl.
13:08:01 #11 32.44 Preparing to unpack .../310-libsereal-decoder-perl_4.023+ds-1_armhf.deb ...
13:08:01 #11 32.44 Unpacking libsereal-decoder-perl (4.023+ds-1) ...
13:08:01 #11 32.47 Selecting previously unselected package libsereal-encoder-perl:armhf.
13:08:01 #11 32.47 Preparing to unpack .../311-libsereal-encoder-perl_4.023+ds-1_armhf.deb ...
13:08:01 #11 32.47 Unpacking libsereal-encoder-perl:armhf (4.023+ds-1) ...
13:08:01 #11 32.50 Selecting previously unselected package libset-intspan-perl.
13:08:01 + verify
13:08:01 + dpkg --version
13:08:01 + verify_deb
13:08:01 + apt-get update
13:08:01 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u4) ...
13:08:01 Setting up libexpat1:amd64 (2.2.6-2+deb10u6) ...
13:08:01 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
13:08:01 Get:4 http://archive.raspberrypi.org/debian buster/main armhf Packages [392 kB]
13:08:01 #11 37.56 Setting up libmpfr6:armhf (4.0.2-1) ...
13:08:01 #11 37.57 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
13:08:01 #11 37.58 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
13:08:01 #11 37.60 Setting up libidn11:armhf (1.33-2.2ubuntu2) ...
13:08:01 #11 37.62 Setting up strace (5.5-3ubuntu1) ...
13:08:01 #11 37.63 Setting up libsigsegv2:armhf (2.12-2) ...
13:08:01 #11 37.64 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
13:08:01 #11 37.65 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:08:01 #11 37.65 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:08:01 #11 37.65 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:08:01 #11 37.65 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:08:01 #11 37.65 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:08:01 #11 37.65 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:08:01 #11 37.65 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:08:01 #11 37.65 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:08:01 #11 37.65 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:08:01 #11 37.65 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:08:01 #11 37.65 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:08:01 #11 37.66 Setting up t1utils (1.41-3) ...
13:08:01 #11 37.67 Setting up diffstat (1.63-1) ...
13:08:01 #11 37.68 Setting up libmpc3:armhf (1.1.0-1) ...
13:08:01 #11 37.70 Setting up libatomic1:armhf (10.3.0-1ubuntu1~20.04) ...
13:08:01 #11 37.71 Setting up patch (2.7.6-6) ...
13:08:01 #11 37.72 Setting up autopoint (0.19.8.1-10build1) ...
13:08:01 #11 37.74 Setting up libfl2:armhf (2.6.4-6.2) ...
13:08:01 #11 37.75 Setting up ucf (3.0038+nmu1) ...
13:08:01 Setting up python3-wadllib (1.3.6-1) ...
13:08:01 Setting up gnupg (2.2.27-3ubuntu2.1) ...
13:08:01 Setting up packagekit (1.2.5-2ubuntu2) ...
13:08:01 invoke-rc.d: could not determine current runlevel
13:08:01 invoke-rc.d: policy-rc.d denied execution of force-reload.
13:08:01 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
13:08:01 #12 9.604 Get:13 http://archive.raspbian.org/raspbian bookworm/main armhf libpcre2-8-0 armhf 10.42-1 [225 kB]
13:08:01 #12 9.605 Get:14 http://archive.raspbian.org/raspbian bookworm/main armhf libselinux1 armhf 3.4-1+b2 [64.5 kB]
13:08:01 #12 9.606 Get:15 http://archive.raspbian.org/raspbian bookworm/main armhf udev armhf 252.5-2+rpi1 [1551 kB]
13:08:01 #12 9.647 Get:16 http://archive.raspbian.org/raspbian bookworm/main armhf libudev1 armhf 252.5-2+rpi1 [99.1 kB]
13:08:01 #12 9.648 Get:17 http://archive.raspbian.org/raspbian bookworm/main armhf dmsetup armhf 2:1.02.185-2 [81.8 kB]
13:08:01 #12 9.649 Get:18 http://archive.raspbian.org/raspbian bookworm/main armhf libdevmapper1.02.1 armhf 2:1.02.185-2 [123 kB]
13:08:01 #12 9.651 Get:19 http://archive.raspbian.org/raspbian bookworm/main armhf libdevmapper-event1.02.1 armhf 2:1.02.185-2 [12.1 kB]
13:08:01 #12 9.651 Get:20 http://archive.raspbian.org/raspbian bookworm/main armhf libudev-dev armhf 252.5-2+rpi1 [51.8 kB]
13:08:01 #12 9.685 Get:21 http://archive.raspbian.org/raspbian bookworm/main armhf libsepol-dev armhf 3.4-2 [319 kB]
13:08:01 #12 9.766 Get:22 http://archive.raspbian.org/raspbian bookworm/main armhf libpcre2-16-0 armhf 10.42-1 [210 kB]
13:08:01 #12 9.768 Get:23 http://archive.raspbian.org/raspbian bookworm/main armhf libpcre2-32-0 armhf 10.42-1 [201 kB]
13:08:01 #12 9.770 Get:24 http://archive.raspbian.org/raspbian bookworm/main armhf libpcre2-posix3 armhf 10.42-1 [55.1 kB]
13:08:01 #12 9.771 Get:25 http://archive.raspbian.org/raspbian bookworm/main armhf libpcre2-dev armhf 10.42-1 [648 kB]
13:08:01 #12 9.776 Get:26 http://archive.raspbian.org/raspbian bookworm/main armhf libselinux1-dev armhf 3.4-1+b2 [143 kB]
13:08:01 #12 9.778 Get:27 http://archive.raspbian.org/raspbian bookworm/main armhf libdevmapper-dev armhf 2:1.02.185-2 [42.0 kB]
13:08:01 #12 9.778 Get:28 http://archive.raspbian.org/raspbian bookworm/main armhf libltdl7 armhf 2.4.7-5 [390 kB]
13:08:01 #12 9.848 Get:29 http://archive.raspbian.org/raspbian bookworm/main armhf libltdl-dev armhf 2.4.7-5 [161 kB]
13:08:01 Setting up libip6tc2:amd64 (1.8.7-1ubuntu6) ...
13:08:01 #11 32.50 Preparing to unpack .../312-libset-intspan-perl_1.19-2_all.deb ...
13:08:01 #11 32.51 Unpacking libset-intspan-perl (1.19-2) ...
13:08:01 #11 32.55 Selecting previously unselected package libsocket6-perl.
13:08:01 #11 32.55 Preparing to unpack .../313-libsocket6-perl_0.29-1build4_armhf.deb ...
13:08:01 #11 32.55 Unpacking libsocket6-perl (0.29-1build4) ...
13:08:01 #11 32.58 Selecting previously unselected package libstring-copyright-perl.
13:08:01 #11 32.58 Preparing to unpack .../314-libstring-copyright-perl_0.003012-1_all.deb ...
13:08:01 #11 32.58 Unpacking libstring-copyright-perl (0.003012-1) ...
13:08:01 #11 32.61 Selecting previously unselected package libstring-escape-perl.
13:08:01 #11 32.61 Preparing to unpack .../315-libstring-escape-perl_2010.002-2_all.deb ...
13:08:01 #11 32.61 Unpacking libstring-escape-perl (2010.002-2) ...
13:08:01 #11 32.64 Selecting previously unselected package libstring-shellquote-perl.
13:08:01 #11 32.64 Preparing to unpack .../316-libstring-shellquote-perl_1.04-1_all.deb ...
13:08:01 #11 32.64 Unpacking libstring-shellquote-perl (1.04-1) ...
13:08:01 #11 32.67 Selecting previously unselected package libxs-parse-keyword-perl.
13:08:01 #11 32.67 Preparing to unpack .../317-libxs-parse-keyword-perl_0.21-1build1_armhf.deb ...
13:08:01 #11 32.67 Unpacking libxs-parse-keyword-perl (0.21-1build1) ...
13:08:01 #11 32.70 Selecting previously unselected package libsyntax-keyword-try-perl.
13:08:01 #11 32.70 Preparing to unpack .../318-libsyntax-keyword-try-perl_0.26-1build1_armhf.deb ...
13:08:01 #11 32.70 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ...
13:08:01 #11 32.73 Selecting previously unselected package libterm-readkey-perl.
13:08:01 Selecting previously unselected package libnftnl11:amd64.
13:08:01 Preparing to unpack .../6-libnftnl11_1.1.5-1_amd64.deb ...
13:08:01 Unpacking libnftnl11:amd64 (1.1.5-1) ...
13:08:01 Selecting previously unselected package iptables.
13:08:01 Preparing to unpack .../7-iptables_1.8.4-3ubuntu2_amd64.deb ...
13:08:01 Unpacking iptables (1.8.4-3ubuntu2) ...
13:08:01 Selecting previously unselected package python3-minimal.
13:08:01 (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 ... 6938 files and directories currently installed.)
13:08:01 Preparing to unpack .../0-python3-minimal_3.7.3-1_amd64.deb ...
13:08:01 Unpacking python3-minimal (3.7.3-1) ...
13:08:01 #11 37.85 Setting up libk5crypto3:armhf (1.17-6ubuntu4.2) ...
13:08:01 #11 37.87 Setting up libltdl7:armhf (2.4.6-14) ...
13:08:01 #11 37.88 Setting up libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:08:01 #11 37.89 Setting up libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
13:08:01 #11 37.91 Setting up libubsan1:armhf (10.3.0-1ubuntu1~20.04) ...
13:08:01 #11 37.92 Setting up python-apt-common (2.0.1) ...
13:08:01 #11 37.94 Setting up libcrypt-dev:armhf (1:4.4.10-10ubuntu4) ...
13:08:01 #11 37.95 Setting up libuchardet0:armhf (0.0.6-3build1) ...
13:08:01 #11 37.96 Setting up libre2-5:armhf (20200101+dfsg-1build1) ...
13:08:01 #11 37.98 Setting up git-man (1:2.25.1-1ubuntu3.8) ...
13:08:01 #11 37.99 Setting up libisl22:armhf (0.22.1-1) ...
13:08:01 #11 38.01 Setting up netbase (6.1) ...
13:08:01 #11 38.04 Setting up libkrb5-3:armhf (1.17-6ubuntu4.2) ...
13:08:01 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
13:08:01 Setting up gnupg2 (2.2.27-3ubuntu2.1) ...
13:08:01 Setting up python3-importlib-metadata (4.6.4-1) ...
13:08:01 Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ...
13:08:01 Setting up dbus-user-session (1.14.0-2ubuntu3) ...
13:08:01 Setting up libmnl0:amd64 (1.0.4-3ubuntu1) ...
13:08:01 Setting up containerd.io (1.6.16-1) ...
13:08:01 #12 9.850 Get:30 http://archive.raspbian.org/raspbian bookworm/main armhf libseccomp2 armhf 2.5.4-1+rpi1+b1 [46.2 kB]
13:08:01 #12 9.850 Get:31 http://archive.raspbian.org/raspbian bookworm/main armhf libseccomp-dev armhf 2.5.4-1+rpi1+b1 [86.6 kB]
13:08:01 #12 9.927 Get:32 http://archive.raspbian.org/raspbian bookworm/main armhf libsystemd0 armhf 252.5-2+rpi1 [297 kB]
13:08:01 #12 9.930 Get:33 http://archive.raspbian.org/raspbian bookworm/main armhf libsystemd-dev armhf 252.5-2+rpi1 [352 kB]
13:08:01 #12 9.932 Get:34 http://archive.raspbian.org/raspbian bookworm/main armhf libpkgconf3 armhf 1.8.1-1 [31.3 kB]
13:08:01 #12 9.933 Get:35 http://archive.raspbian.org/raspbian bookworm/main armhf pkgconf-bin armhf 1.8.1-1 [27.8 kB]
13:08:01 #12 9.933 Get:36 http://archive.raspbian.org/raspbian bookworm/main armhf pkgconf armhf 1.8.1-1 [25.9 kB]
13:08:01 #12 9.933 Get:37 http://archive.raspbian.org/raspbian bookworm/main armhf pkg-config armhf 1.8.1-1 [13.7 kB]
13:08:01 #11 32.73 Preparing to unpack .../319-libterm-readkey-perl_2.38-1build4_armhf.deb ...
13:08:01 #11 32.73 Unpacking libterm-readkey-perl (2.38-1build4) ...
13:08:01 #11 32.76 Selecting previously unselected package libtext-levenshteinxs-perl.
13:08:01 #11 32.76 Preparing to unpack .../320-libtext-levenshteinxs-perl_0.03-4build10_armhf.deb ...
13:08:01 #11 32.76 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ...
13:08:01 #11 32.80 Selecting previously unselected package libtext-markdown-discount-perl:armhf.
13:08:01 #11 32.80 Preparing to unpack .../321-libtext-markdown-discount-perl_0.13-1build1_armhf.deb ...
13:08:01 #11 32.80 Unpacking libtext-markdown-discount-perl:armhf (0.13-1build1) ...
13:08:01 #11 32.83 Selecting previously unselected package libtext-xslate-perl:armhf.
13:08:01 #11 32.83 Preparing to unpack .../322-libtext-xslate-perl_3.5.9-1build1_armhf.deb ...
13:08:01 #11 32.83 Unpacking libtext-xslate-perl:armhf (3.5.9-1build1) ...
13:08:01 #11 32.87 Selecting previously unselected package libtime-duration-perl.
13:08:01 #11 32.87 Preparing to unpack .../323-libtime-duration-perl_1.21-1_all.deb ...
13:08:01 #11 32.87 Unpacking libtime-duration-perl (1.21-1) ...
13:08:01 #11 32.90 Selecting previously unselected package libtime-moment-perl.
13:08:01 #11 32.90 Preparing to unpack .../324-libtime-moment-perl_0.44-1build6_armhf.deb ...
13:08:01 #11 32.90 Unpacking libtime-moment-perl (0.44-1build6) ...
13:08:01 #11 32.93 Selecting previously unselected package libtype-tiny-xs-perl.
13:08:01 Selecting previously unselected package containerd.io.
13:08:01 Preparing to unpack .../8-containerd.io_1.6.16-1_amd64.deb ...
13:08:01 Unpacking containerd.io (1.6.16-1) ...
13:08:02 Get:1 http://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB]
13:08:02 Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]
13:08:02 Get:3 http://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [70.3 kB]
13:08:02 Selecting previously unselected package mime-support.
13:08:02 Preparing to unpack .../1-mime-support_3.62_all.deb ...
13:08:02 Unpacking mime-support (3.62) ...
13:08:02 Selecting previously unselected package libmpdec2:amd64.
13:08:02 Preparing to unpack .../2-libmpdec2_2.4.2-2_amd64.deb ...
13:08:02 Unpacking libmpdec2:amd64 (2.4.2-2) ...
13:08:02 Selecting previously unselected package readline-common.
13:08:02 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
13:08:02 Unpacking readline-common (7.0-5) ...
13:08:02 Selecting previously unselected package libreadline7:amd64.
13:08:02 Preparing to unpack .../4-libreadline7_7.0-5_amd64.deb ...
13:08:02 Unpacking libreadline7:amd64 (7.0-5) ...
13:08:02 Selecting previously unselected package libsqlite3-0:amd64.
13:08:02 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_amd64.deb ...
13:08:02 Unpacking libsqlite3-0:amd64 (3.27.2-3+deb10u2) ...
13:08:02 #11 38.05 Setting up libmpdec2:armhf (2.4.2-3) ...
13:08:02 #11 38.06 Setting up libbinutils:armhf (2.34-6ubuntu1.4) ...
13:08:02 #11 38.08 Setting up libfido2-1:armhf (1.3.1-1ubuntu2) ...
13:08:02 #11 38.09 Setting up libc-dev-bin (2.31-0ubuntu9.9) ...
13:08:02 #11 38.10 Setting up openssl (1.1.1f-1ubuntu2.17) ...
13:08:02 #11 38.12 Setting up libbsd0:armhf (0.10.0-1) ...
13:08:02 #11 38.13 Setting up libelf1:armhf (0.176-1.1build1) ...
13:08:02 #11 38.15 Setting up readline-common (8.0-4) ...
13:08:02 #11 38.18 Setting up publicsuffix (20200303.0012-1) ...
13:08:02 #11 38.19 Setting up libcc1-0:armhf (10.3.0-1ubuntu1~20.04) ...
13:08:02 #11 38.21 Setting up iso-codes (4.4-1) ...
13:08:02 #11 38.22 Setting up liblocale-gettext-perl (1.07-4) ...
13:08:02 #11 38.23 Setting up dctrl-tools (2.24-3) ...
13:08:02 #11 38.24 Setting up libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
13:08:02 #11 38.25 Setting up libgdbm6:armhf (1.18.1-5) ...
13:08:02 Setting up python3-secretstorage (3.3.1-1) ...
13:08:02 #12 10.23 debconf: delaying package configuration, since apt-utils is not installed
13:08:02 #12 10.28 Fetched 22.0 MB in 2s (9412 kB/s)
13:08:02 #12 10.30 Selecting previously unselected package libstdc++-12-dev:armhf.
13:08:02 #12 10.30 (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 ... 18409 files and directories currently installed.)
13:08:02 #12 10.32 Preparing to unpack .../00-libstdc++-12-dev_12.2.0-14+rpi1_armhf.deb ...
13:08:02 #12 10.32 Unpacking libstdc++-12-dev:armhf (12.2.0-14+rpi1) ...
13:08:02 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:08:02 Setting up libxtables12:amd64 (1.8.7-1ubuntu6) ...
13:08:02 Setting up libnfnetlink0:amd64 (1.0.2-2) ...
13:08:02 Setting up netbase (6.3) ...
13:08:02 #11 32.93 Preparing to unpack .../325-libtype-tiny-xs-perl_0.022-1build2_armhf.deb ...
13:08:02 #11 32.94 Unpacking libtype-tiny-xs-perl (0.022-1build2) ...
13:08:02 #11 32.96 Selecting previously unselected package libunicode-utf8-perl.
13:08:02 #11 32.97 Preparing to unpack .../326-libunicode-utf8-perl_0.62-1build4_armhf.deb ...
13:08:02 #11 32.97 Unpacking libunicode-utf8-perl (0.62-1build4) ...
13:08:02 #11 33.00 Selecting previously unselected package libxml-namespacesupport-perl.
13:08:02 #11 33.00 Preparing to unpack .../327-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
13:08:02 #11 33.00 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
13:08:02 #11 33.02 Selecting previously unselected package libxml-sax-base-perl.
13:08:02 #11 33.03 Preparing to unpack .../328-libxml-sax-base-perl_1.09-1.1_all.deb ...
13:08:02 #11 33.03 Unpacking libxml-sax-base-perl (1.09-1.1) ...
13:08:02 #11 33.06 Selecting previously unselected package libxml-sax-perl.
13:08:02 #11 33.06 Preparing to unpack .../329-libxml-sax-perl_1.02+dfsg-3_all.deb ...
13:08:02 #11 33.07 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
13:08:02 #11 33.10 Selecting previously unselected package libxml-libxml-perl.
13:08:02 #11 33.10 Preparing to unpack .../330-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_armhf.deb ...
13:08:02 #11 33.11 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
13:08:02 #11 33.14 Selecting previously unselected package libxml-parser-perl:armhf.
13:08:02 #11 33.14 Preparing to unpack .../331-libxml-parser-perl_2.46-3build1_armhf.deb ...
13:08:02 #11 33.15 Unpacking libxml-parser-perl:armhf (2.46-3build1) ...
13:08:02 #11 33.18 Selecting previously unselected package libxml-sax-expat-perl.
13:08:02 Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [311 kB]
13:08:02 Get:5 http://archive.raspbian.org/raspbian bullseye/rpi armhf Packages [1299 B]
13:08:02 Get:6 http://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [130 kB]
13:08:02 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf Packages [18.3 MB]
13:08:02 Selecting previously unselected package libpython3.7-stdlib:amd64.
13:08:02 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_amd64.deb ...
13:08:02 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u4) ...
13:08:02 Selecting previously unselected package python3.7.
13:08:02 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_amd64.deb ...
13:08:02 Unpacking python3.7 (3.7.3-2+deb10u4) ...
13:08:02 #11 38.27 Setting up gcc-9-base:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:08:02 #11 38.28 Setting up libctf0:armhf (2.34-6ubuntu1.4) ...
13:08:02 #11 38.29 Setting up pinentry-curses (1.1.0-3build1) ...
13:08:02 #11 38.31 Setting up manpages-dev (5.05-1) ...
13:08:02 #11 38.32 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu1) ...
13:08:02 #11 38.33 Setting up libxcb1:armhf (1.14-2) ...
13:08:02 #11 38.34 Setting up at (3.1.23-1ubuntu1) ...
13:08:02 #11 38.49 invoke-rc.d: could not determine current runlevel
13:08:02 #11 38.50 invoke-rc.d: policy-rc.d denied execution of start.
13:08:02 #11 38.50 Setting up libicu66:armhf (66.1-2ubuntu2.1) ...
13:08:02 #11 38.51 Setting up libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
13:08:02 Setting up python3-keyring (23.5.0-1) ...
13:08:02 Setting up python3-lazr.restfulclient (0.14.4-1) ...
13:08:02 #12 10.57 Selecting previously unselected package g++-12.
13:08:02 #12 10.58 Preparing to unpack .../01-g++-12_12.2.0-14+rpi1_armhf.deb ...
13:08:02 #12 10.58 Unpacking g++-12 (12.2.0-14+rpi1) ...
13:08:02 Setting up libnftnl11:amd64 (1.2.3-1) ...
13:08:02 Setting up libnetfilter-conntrack3:amd64 (1.0.9-2) ...
13:08:02 Setting up iptables (1.8.7-1ubuntu6) ...
13:08:02 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:08:02 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:08:02 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:08:02 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:08:02 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:08:02 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:08:02 Processing triggers for libc-bin (2.36-0ubuntu4) ...
13:08:02 + verify_binaries
13:08:02 + docker --version
13:08:02 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:08:02 ++ uname -m
13:08:02 + '[' x86_64 = x86_64 ']'
13:08:02 + docker scan --help
13:08:02 
13:08:02 Usage:  docker scan [OPTIONS] IMAGE
13:08:02 
13:08:02 A tool to scan your images
13:08:02 
13:08:02 Options:
13:08:02       --accept-license    Accept using a third party scanning provider
13:08:02       --dependency-tree   Show dependency tree with scan results
13:08:02       --exclude-base      Exclude base image from vulnerability scanning
13:08:02                           (requires --file)
13:08:02   -f, --file string       Dockerfile associated with image, provides more
13:08:02                           detailed results
13:08:02       --group-issues      Aggregate duplicated vulnerabilities and group
13:08:02                           them to a single one (requires --json)
13:08:02       --json              Output results in JSON format
13:08:02       --login             Authenticate to the scan provider using an
13:08:02                           optional token (with --token), or web base
13:08:02                           token if empty
13:08:02       --reject-license    Reject using a third party scanning provider
13:08:02       --severity string   Only report vulnerabilities of provided level
13:08:02                           or higher (low|medium|high)
13:08:02       --token string      Authentication token to login to the third
13:08:02                           party scanning provider
13:08:02       --version           Display version of the scan plugin
13:08:02 + docker buildx version
13:08:02 #11 33.19 Preparing to unpack .../332-libxml-sax-expat-perl_0.51-1_all.deb ...
13:08:02 #11 33.19 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:08:02 #11 33.22 Selecting previously unselected package libyaml-libyaml-perl.
13:08:02 #11 33.22 Preparing to unpack .../333-libyaml-libyaml-perl_0.83+ds-1build1_armhf.deb ...
13:08:02 #11 33.22 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
13:08:02 #11 33.25 Selecting previously unselected package licensecheck.
13:08:02 #11 33.25 Preparing to unpack .../334-licensecheck_3.2.14-2_all.deb ...
13:08:02 #11 33.25 Unpacking licensecheck (3.2.14-2) ...
13:08:02 #11 33.30 Selecting previously unselected package libdevel-size-perl.
13:08:02 #11 33.30 Preparing to unpack .../335-libdevel-size-perl_0.83-1build4_armhf.deb ...
13:08:02 #11 33.30 Unpacking libdevel-size-perl (0.83-1build4) ...
13:08:02 #11 33.33 Selecting previously unselected package libipc-run3-perl.
13:08:02 #11 33.33 Preparing to unpack .../336-libipc-run3-perl_0.048-2_all.deb ...
13:08:02 #11 33.34 Unpacking libipc-run3-perl (0.048-2) ...
13:08:02 #11 33.37 Selecting previously unselected package lzip.
13:08:02 #11 33.37 Preparing to unpack .../337-lzip_1.23-1_armhf.deb ...
13:08:02 #11 33.37 Unpacking lzip (1.23-1) ...
13:08:02 #11 33.40 Selecting previously unselected package lzop.
13:08:02 #11 33.41 Preparing to unpack .../338-lzop_1.04-2build2_armhf.deb ...
13:08:02 #11 33.41 Unpacking lzop (1.04-2build2) ...
13:08:02 #11 33.44 Selecting previously unselected package t1utils.
13:08:02 #11 33.44 Preparing to unpack .../339-t1utils_1.41-4build2_armhf.deb ...
13:08:02 #11 33.44 Unpacking t1utils (1.41-4build2) ...
13:08:02 #11 33.47 Selecting previously unselected package unzip.
13:08:02 #11 33.48 Preparing to unpack .../340-unzip_6.0-26ubuntu3.1_armhf.deb ...
13:08:02 #11 33.48 Unpacking unzip (6.0-26ubuntu3.1) ...
13:08:02 #11 33.52 Selecting previously unselected package lintian.
13:08:02 #11 33.52 Preparing to unpack .../341-lintian_2.114.0ubuntu1.2_all.deb ...
13:08:02 Selecting previously unselected package libpython3-stdlib:amd64.
13:08:02 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_amd64.deb ...
13:08:02 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
13:08:02 Setting up python3-minimal (3.7.3-1) ...
13:08:02 Selecting previously unselected package python3.
13:08: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 ... 7407 files and directories currently installed.)
13:08:02 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
13:08:02 Unpacking python3 (3.7.3-1) ...
13:08:02 #11 38.52 Setting up libedit2:armhf (3.1-20191231-1) ...
13:08:02 #11 38.53 Setting up libreadline8:armhf (8.0-4) ...
13:08:02 #11 38.54 Setting up m4 (1.4.18-4) ...
13:08:02 #11 38.56 Setting up libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
13:08:02 #11 38.57 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
13:08:02 Setting up python3-launchpadlib (1.10.16-1) ...
13:08:02 Setting up python3-software-properties (0.99.22.5) ...
13:08:02 github.com/docker/buildx v0.10.2 00ed17d
13:08:02 + docker compose version
13:08:02 Docker Compose version v2.16.0
13:08:02 + dockerd --version
13:08:02 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:08:02 + docker-proxy --version
13:08:02 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:08:02 + containerd --version
13:08:02 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:02 + ctr --version
13:08:02 #11 33.53 Unpacking lintian (2.114.0ubuntu1.2) ...
13:08:02 #11 33.77 Selecting previously unselected package manpages-dev.
13:08:02   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch            1/1 
13:08:02   Preparing        :                                                        1/1 
13:08:02   Installing       : libseccomp-2.5.2-2.el9.x86_64                         1/62 
13:08:02   Installing       : libmnl-1.0.4-15.el9.x86_64                            2/62 
13:08:02   Installing       : docker-scan-plugin-0.23.0-0.el9.x86_64                3/62 
13:08:02   Running scriptlet: docker-scan-plugin-0.23.0-0.el9.x86_64                3/62 
13:08:02   Installing       : python3-libselinux-3.5-0.rc2.1.el9.x86_64             4/62 
13:08:02   Installing       : fuse3-libs-3.10.2-5.el9.x86_64                        5/62 
13:08:02 Selecting previously unselected package libkeyutils1:amd64.
13:08:02 Preparing to unpack .../01-libkeyutils1_1.6-6_amd64.deb ...
13:08:02 Unpacking libkeyutils1:amd64 (1.6-6) ...
13:08:02 Selecting previously unselected package libkrb5support0:amd64.
13:08:02 Preparing to unpack .../02-libkrb5support0_1.17-3+deb10u5_amd64.deb ...
13:08:02 Unpacking libkrb5support0:amd64 (1.17-3+deb10u5) ...
13:08:02 Selecting previously unselected package libk5crypto3:amd64.
13:08:02 Preparing to unpack .../03-libk5crypto3_1.17-3+deb10u5_amd64.deb ...
13:08:02 Unpacking libk5crypto3:amd64 (1.17-3+deb10u5) ...
13:08:02 Selecting previously unselected package libkrb5-3:amd64.
13:08:02 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u5_amd64.deb ...
13:08:02 Unpacking libkrb5-3:amd64 (1.17-3+deb10u5) ...
13:08:02 Selecting previously unselected package libgssapi-krb5-2:amd64.
13:08:02 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u5_amd64.deb ...
13:08:02 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u5) ...
13:08:02 make[1]: Leaving directory '/root/build-deb'
13:08:02  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.buildinfo
13:08:02  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.changes
13:08:02 #11 38.91 Updating certificates in /etc/ssl/certs...
13:08:02 Setting up software-properties-common (0.99.22.5) ...
13:08:02 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
13:08:02 ctr containerd.io 1.6.16
13:08:02 + containerd-shim --help
13:08:02 Usage of containerd-shim:
13:08:02   -address string
13:08:02     	grpc address back to main containerd
13:08:02   -containerd-binary containerd publish
13:08:02     	path to containerd binary (used for containerd publish) (default "containerd")
13:08:02   -criu string
13:08:02     	path to criu binary
13:08:02   -debug
13:08:02     	enable debug output in logs
13:08:02   -namespace string
13:08:02     	namespace that owns the shim
13:08:02   -runtime-root string
13:08:02     	root directory for the runtime (default "/run/containerd/runc")
13:08:02   -socket string
13:08:02     	socket path to serve
13:08:02   -systemd-cgroup
13:08:02     	set runtime to use systemd-cgroup
13:08:02   -workdir string
13:08:02     	path used to storge large temporary data
13:08:02 + containerd-shim-runc-v1 -v
13:08:02 containerd-shim-runc-v1:
13:08:02   Version:  1.6.16
13:08:02   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:02   Go version: go1.18.10
13:08:02 
13:08:02 + containerd-shim-runc-v2 -v
13:08:02 containerd-shim-runc-v2:
13:08:02   Version:  1.6.16
13:08:02   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:02   Go version: go1.18.10
13:08:02 
13:08:02 + runc --version
13:08:02 runc version 1.1.4
13:08:02 commit: v1.1.4-0-g5fd4c4d
13:08:02 spec: 1.0.2-dev
13:08:02 go: go1.18.10
13:08:02 libseccomp: 2.5.4
13:08:02 Get:5 http://archive.raspbian.org/raspbian buster/firmware armhf Packages [1201 B]
13:08:02 Get:6 http://archive.raspbian.org/raspbian buster/non-free armhf Packages [126 kB]
13:08:02 Get:7 http://archive.raspbian.org/raspbian buster/rpi armhf Packages [1299 B]
13:08:02 Get:8 http://archive.raspbian.org/raspbian buster/contrib armhf Packages [68.6 kB]
13:08:02 #11 33.78 Preparing to unpack .../342-manpages-dev_5.10-1ubuntu1_all.deb ...
13:08:02 #11 33.78 Unpacking manpages-dev (5.10-1ubuntu1) ...
13:08:02 #11 34.02 Selecting previously unselected package python3-certifi.
13:08:02 #11 34.02 Preparing to unpack .../343-python3-certifi_2020.6.20-1_all.deb ...
13:08:02 #11 34.03 Unpacking python3-certifi (2020.6.20-1) ...
13:08:02 #12 11.27 Selecting previously unselected package g++.
13:08:02 #12 11.27 Preparing to unpack .../02-g++_4%3a12.2.0-1+rpi1_armhf.deb ...
13:08:02 #12 11.27 Unpacking g++ (4:12.2.0-1+rpi1) ...
13:08:02 #12 11.30 Selecting previously unselected package build-essential.
13:08:02   Installing       : python3-setuptools-53.0.0-12.el9.noarch               6/62 
13:08:02   Installing       : libselinux-utils-3.5-0.rc2.1.el9.x86_64               7/62 
13:08:02   Installing       : libfdisk-2.37.4-9.el9.x86_64                          8/62 
13:08:02   Installing       : cracklib-2.9.6-27.el9.x86_64                          9/62 
13:08:02   Installing       : cracklib-dicts-2.9.6-27.el9.x86_64                   10/62 
13:08:02   Installing       : python3-distro-1.5.0-7.el9.noarch                    11/62 
13:08:02   Installing       : python3-setools-4.4.0-5.el9.x86_64                   12/62 
13:08:02   Installing       : python3-libsemanage-3.5-0.rc2.1.el9.x86_64           13/62 
13:08:03 Selecting previously unselected package apt-transport-https.
13:08:03 Preparing to unpack .../06-apt-transport-https_1.8.2.3_all.deb ...
13:08:03 Unpacking apt-transport-https (1.8.2.3) ...
13:08:03 Selecting previously unselected package openssl.
13:08:03 Preparing to unpack .../07-openssl_1.1.1n-0+deb10u3_amd64.deb ...
13:08:03 Unpacking openssl (1.1.1n-0+deb10u3) ...
13:08:03 Selecting previously unselected package ca-certificates.
13:08:03 Preparing to unpack .../08-ca-certificates_20200601~deb10u2_all.deb ...
13:08:03 Unpacking ca-certificates (20200601~deb10u2) ...
13:08:03 Selecting previously unselected package libsasl2-modules-db:amd64.
13:08:03 Preparing to unpack .../09-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ...
13:08:03 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
13:08:03 #11 39.32 124 added, 0 removed; done.
13:08:03 #11 39.36 Setting up libasan5:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:08:03 #11 39.37 Setting up libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
13:08:03 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
13:08:03 Updating certificates in /etc/ssl/certs...
13:08:03 #11 34.07 Selecting previously unselected package python3-idna.
13:08:03 #11 34.07 Preparing to unpack .../344-python3-idna_3.3-1_all.deb ...
13:08:03 #11 34.07 Unpacking python3-idna (3.3-1) ...
13:08:03 #11 34.10 Selecting previously unselected package python3-six.
13:08:03 #11 34.11 Preparing to unpack .../345-python3-six_1.16.0-3ubuntu1_all.deb ...
13:08:03 #11 34.11 Unpacking python3-six (1.16.0-3ubuntu1) ...
13:08:03 #11 34.14 Selecting previously unselected package python3-urllib3.
13:08:03 #11 34.14 Preparing to unpack .../346-python3-urllib3_1.26.5-1~exp1_all.deb ...
13:08:03 #11 34.15 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
13:08:03 #11 34.19 Selecting previously unselected package python3-requests.
13:08:03 #11 34.19 Preparing to unpack .../347-python3-requests_2.25.1+dfsg-2_all.deb ...
13:08:03 #11 34.19 Unpacking python3-requests (2.25.1+dfsg-2) ...
13:08:03 #11 34.22 Selecting previously unselected package python3-unidiff.
13:08:03 #11 34.23 Preparing to unpack .../348-python3-unidiff_0.5.5-2_all.deb ...
13:08:03 #11 34.23 Unpacking python3-unidiff (0.5.5-2) ...
13:08:03 #11 34.26 Selecting previously unselected package python3-xdg.
13:08:03 #12 11.30 Preparing to unpack .../03-build-essential_12.9_armhf.deb ...
13:08:03 #12 11.31 Unpacking build-essential (12.9) ...
13:08:03 #12 11.34 Selecting previously unselected package bash-completion.
13:08:03 #12 11.35 Preparing to unpack .../04-bash-completion_1%3a2.11-6_all.deb ...
13:08:03 #12 11.36 Unpacking bash-completion (1:2.11-6) ...
13:08:03   Installing       : libnftnl-1.2.2-1.el9.x86_64                          14/62 
13:08:03   Installing       : docker-buildx-plugin-0.10.2-0.el9.x86_64             15/62 
13:08:03 Selecting previously unselected package libsasl2-2:amd64.
13:08:03 Preparing to unpack .../10-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ...
13:08:03 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
13:08:03 Selecting previously unselected package libldap-common.
13:08:03 Preparing to unpack .../11-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
13:08:03 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
13:08:03 Selecting previously unselected package libldap-2.4-2:amd64.
13:08:03 Preparing to unpack .../12-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb ...
13:08:03 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ...
13:08:03 Selecting previously unselected package libnghttp2-14:amd64.
13:08:03 Preparing to unpack .../13-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
13:08:03 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
13:08:03 Selecting previously unselected package libpsl5:amd64.
13:08:03 Preparing to unpack .../14-libpsl5_0.20.2-2_amd64.deb ...
13:08:03 Unpacking libpsl5:amd64 (0.20.2-2) ...
13:08:03 Selecting previously unselected package librtmp1:amd64.
13:08:03 Preparing to unpack .../15-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
13:08:03 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
13:08:03 Selecting previously unselected package libssh2-1:amd64.
13:08:03 #11 39.38 Setting up bsdmainutils (11.1.2ubuntu3) ...
13:08:03 #11 39.40 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
13:08:03 #11 39.40 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:08:03 #11 39.41 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
13:08:03 #11 39.41 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:08:03 #11 39.41 Setting up libgssapi-krb5-2:armhf (1.17-6ubuntu4.2) ...
13:08:03 #11 39.43 Setting up libgdbm-compat4:armhf (1.18.1-5) ...
13:08:03 #11 39.44 Setting up libssh-4:armhf (0.9.3-2ubuntu2.2) ...
13:08:03 #11 39.45 Setting up dwz (0.13-5) ...
13:08:03 #11 39.46 Setting up groff-base (1.22.4-4build1) ...
13:08:03 #11 39.48 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
13:08:03 #11 39.49 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
13:08:03 #11 39.50 Setting up libperl5.30:armhf (5.30.0-9ubuntu0.3) ...
13:08:03 #11 39.51 Setting up libc6-dev:armhf (2.31-0ubuntu9.9) ...
13:08:03 #11 39.52 Setting up libx11-6:armhf (2:1.6.9-2ubuntu1.2) ...
13:08:03 #11 39.53 Setting up libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.6) ...
13:08:03 #11 39.54 Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
13:08:03 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:08:03 ~/rpmbuild/BUILD/src
13:08:03 + popd
13:08:03 + RPM_EC=0
13:08:03 ++ jobs -p
13:08:03 + exit 0
13:08:03 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.NB9xDN
13:08:03 + umask 022
13:08:03 + cd /root/rpmbuild/BUILD
13:08:03 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64 '!=' / ']'
13:08:03 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64
13:08:03 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64
13:08:03 + mkdir -p /root/rpmbuild/BUILDROOT
13:08:03 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64
13:08:03 + 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:08:03 + export CFLAGS
13:08:03 + 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:08:03 + export CXXFLAGS
13:08:03 + 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:08:03 + export FFLAGS
13:08:03 + 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:08:03 + export FCFLAGS
13:08:03 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:08:03 + export LDFLAGS
13:08:03 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:08:03 + export LT_SYS_LIBRARY_PATH
13:08:03 + CC=gcc
13:08:03 + export CC
13:08:03 + CXX=g++
13:08:03 + export CXX
13:08:03 + cd src
13:08:03 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:08:03 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:08:03 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:08:03 + popd
13:08:03 ~/rpmbuild/BUILD/src
13:08:03 + /usr/lib/rpm/check-buildroot
13:08:03 + /usr/lib/rpm/redhat/brp-ldconfig
13:08:03 + /usr/lib/rpm/brp-compress
13:08:03 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:08:03 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:08:03 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:08:03 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:08:03 + /usr/lib/rpm/check-rpaths
13:08:03 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:08:03 + /usr/lib/rpm/brp-remove-la-files
13:08:03 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:08:03 + /usr/lib/rpm/redhat/brp-python-hardlink
13:08:03 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ONvKwD
13:08:03 + umask 022
13:08:03 + cd /root/rpmbuild/BUILD
13:08:03 + 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:08:03 + export CFLAGS
13:08:03 + 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:08:03 + export CXXFLAGS
13:08:03 + 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:08:03 + export FFLAGS
13:08:03 + 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:08:03 + export FCFLAGS
13:08:03 + 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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
13:08:03 + export LDFLAGS
13:08:03 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:08:03 + export LT_SYS_LIBRARY_PATH
13:08:03 + CC=gcc
13:08:03 + export CC
13:08:03 + CXX=g++
13:08:03 + export CXX
13:08:03 + cd src
13:08:03 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
13:08:03 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:08:03 + ver=v0.23.0
13:08:03 PASS: docker-scan version OK
13:08:03 + test v0.23.0 = v0.23.0
13:08:03 + echo 'PASS: docker-scan version OK'
13:08:03 + RPM_EC=0
13:08:03 ++ jobs -p
13:08:03 + exit 0
13:08:03 Processing files: docker-scan-plugin-0.23.0-0.fc37.x86_64
13:08:03 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:08:03 Provides: docker-scan-plugin = 0:0.23.0-0.fc37 docker-scan-plugin(x86-64) = 0:0.23.0-0.fc37
13:08:03 Requires(interp): /bin/sh /bin/sh /bin/sh
13:08:03 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:08:03 Requires(post): /bin/sh
13:08:03 Requires(preun): /bin/sh
13:08:03 Requires(postun): /bin/sh
13:08:03 Enhances: docker-ce-cli
13:08:03 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64
13:08:03 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.23.0-0.fc37.src.rpm
13:08:03 0 added, 0 removed; done.
13:08:03 Running hooks in /etc/ca-certificates/update.d...
13:08:03 done.
13:08:03 Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
13:08:03 ++ source /etc/os-release
13:08:03 +++ PRETTY_NAME='Ubuntu 22.04.1 LTS'
13:08:03 +++ NAME=Ubuntu
13:08:03 +++ VERSION_ID=22.04
13:08:03 +++ VERSION='22.04.1 LTS (Jammy Jellyfish)'
13:08:03 +++ VERSION_CODENAME=jammy
13:08:03 +++ ID=ubuntu
13:08:03 +++ ID_LIKE=debian
13:08:03 +++ HOME_URL=https://www.ubuntu.com/
13:08:03 +++ SUPPORT_URL=https://help.ubuntu.com/
13:08:03 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
13:08:03 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
13:08:03 +++ UBUNTU_CODENAME=jammy
13:08:03 ++ echo ubuntu
13:08:03 + DIST_ID=ubuntu
13:08:03 ++ lsb_release -sc
13:08:03 + DIST_VERSION=jammy
13:08:03 + '[' jammy = sid ']'
13:08:03 + install_debian_containerd
13:08:03 + '[' staging = stage ']'
13:08:03 + REPO_URL=https://download.docker.com/linux/ubuntu
13:08:03 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
13:08:03 + update-ca-certificates -f
13:08:03 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
13:08:03 Clearing symlinks in /etc/ssl/certs...
13:08:03 #11 34.26 Preparing to unpack .../349-python3-xdg_0.27-2_all.deb ...
13:08:03 #11 34.26 Unpacking python3-xdg (0.27-2) ...
13:08:03 #11 34.29 Selecting previously unselected package equivs.
13:08:03 #11 34.29 Preparing to unpack .../350-equivs_2.3.1_all.deb ...
13:08:03 #11 34.30 Unpacking equivs (2.3.1) ...
13:08:03 #11 34.33 Selecting previously unselected package libauthen-sasl-perl.
13:08:03 #11 34.33 Preparing to unpack .../351-libauthen-sasl-perl_2.1600-1.1_all.deb ...
13:08:03 #11 34.33 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
13:08:03 #11 34.37 Selecting previously unselected package python3-magic.
13:08:03 #11 34.37 Preparing to unpack .../352-python3-magic_2%3a0.4.24-2_all.deb ...
13:08:03 #11 34.37 Unpacking python3-magic (2:0.4.24-2) ...
13:08:03 #11 34.41 Setting up libksba8:armhf (1.6.0-2ubuntu0.2) ...
13:08:03 #11 34.42 Setting up media-types (7.0.0) ...
13:08:03 #11 34.43 Setting up libpipeline1:armhf (1.5.5-1) ...
13:08:03 #11 34.44 Setting up wdiff (1.2.2-2build3) ...
13:08:03 #11 34.45 Setting up gcc-11-base:armhf (11.3.0-1ubuntu1~22.04) ...
13:08:03 #11 34.46 Setting up libxau6:armhf (1:1.0.9-1build5) ...
13:08:03 #11 34.47 Setting up libre2-9:armhf (20220201+dfsg-1) ...
13:08:03 #12 11.48 Selecting previously unselected package libarchive13:armhf.
13:08:03 #12 11.48 Preparing to unpack .../05-libarchive13_3.6.2-1_armhf.deb ...
13:08:03 #12 11.49 Unpacking libarchive13:armhf (3.6.2-1) ...
13:08:03 #12 11.54 Selecting previously unselected package libjsoncpp25:armhf.
13:08:03 #12 11.54 Preparing to unpack .../06-libjsoncpp25_1.9.5-4_armhf.deb ...
13:08:03 #12 11.55 Unpacking libjsoncpp25:armhf (1.9.5-4) ...
13:08:03 #12 11.59 Selecting previously unselected package librhash0:armhf.
13:08:03 #12 11.59 Preparing to unpack .../07-librhash0_1.4.3-3_armhf.deb ...
13:08:03 #12 11.60 Unpacking librhash0:armhf (1.4.3-3) ...
13:08:03 #12 11.65 Selecting previously unselected package libuv1:armhf.
13:08:03 #12 11.65 Preparing to unpack .../08-libuv1_1.44.2-1+rpi1_armhf.deb ...
13:08:03 #12 11.65 Unpacking libuv1:armhf (1.44.2-1+rpi1) ...
13:08:03   Running scriptlet: docker-buildx-plugin-0.10.2-0.el9.x86_64             15/62 
13:08:03   Installing       : docker-compose-plugin-2.16.0-0.el9.x86_64            16/62 
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:08:03 Preparing to unpack .../16-libssh2-1_1.8.0-2.1_amd64.deb ...
13:08:03 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
13:08:03 Selecting previously unselected package libcurl4:amd64.
13:08:03 Preparing to unpack .../17-libcurl4_7.64.0-4+deb10u4_amd64.deb ...
13:08:03 Unpacking libcurl4:amd64 (7.64.0-4+deb10u4) ...
13:08:03 Selecting previously unselected package curl.
13:08:03 Preparing to unpack .../18-curl_7.64.0-4+deb10u4_amd64.deb ...
13:08:03 Unpacking curl (7.64.0-4+deb10u4) ...
13:08:03 Selecting previously unselected package libassuan0:amd64.
13:08:03 Preparing to unpack .../19-libassuan0_2.5.2-1_amd64.deb ...
13:08:03 Unpacking libassuan0:amd64 (2.5.2-1) ...
13:08:03 Selecting previously unselected package gpgconf.
13:08:03 Preparing to unpack .../20-gpgconf_2.2.12-1+deb10u2_amd64.deb ...
13:08:03 Unpacking gpgconf (2.2.12-1+deb10u2) ...
13:08:03 Selecting previously unselected package lsb-base.
13:08:03 Preparing to unpack .../21-lsb-base_10.2019051400_all.deb ...
13:08:03 Unpacking lsb-base (10.2019051400) ...
13:08:03 Get:8 http://archive.raspbian.org/raspbian bullseye/firmware armhf Packages [1201 B]
13:08:03 done.
13:08:03 Updating certificates in /etc/ssl/certs...
13:08:03 #11 34.48 Setting up lto-disabled-list (24) ...
13:08:03 #11 34.49 Setting up libpsl5:armhf (0.21.0-1.2build2) ...
13:08:03 #11 34.50 Setting up bsdextrautils (2.37.2-4ubuntu3) ...
13:08:03 #11 34.51 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
13:08:03 #11 34.51 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:08:03 #11 34.51 Setting up libtext-glob-perl (0.11-2) ...
13:08:03 #11 34.52 Setting up libmagic-mgc (1:5.41-3) ...
13:08:03 #11 34.53 Setting up libyaml-0-2:armhf (0.2.2-1build2) ...
13:08:03 #11 34.54 Setting up distro-info-data (0.52ubuntu0.2) ...
13:08:03 #11 34.55 Setting up manpages (5.10-1ubuntu1) ...
13:08:03 #11 34.56 Setting up unzip (6.0-26ubuntu3.1) ...
13:08:03 #11 34.57 Setting up libcbor0.8:armhf (0.8.0-2ubuntu1) ...
13:08:03 #11 34.58 Setting up libbrotli1:armhf (1.0.9-2build6) ...
13:08:03 #11 34.59 Setting up libsqlite3-0:armhf (3.37.2-2ubuntu0.1) ...
13:08:03 #11 34.61 Setting up libsasl2-modules:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
13:08:03 #11 34.62 Setting up binutils-common:armhf (2.38-4ubuntu2.1) ...
13:08:03 #11 34.63 Setting up libnghttp2-14:armhf (1.43.0-1build3) ...
13:08:03 #11 34.64 Setting up libmagic1:armhf (1:5.41-3) ...
13:08:03 #11 34.65 Setting up libdeflate0:armhf (1.10-2) ...
13:08:03 #11 34.66 Setting up less (590-1build1) ...
13:08:03 #11 34.68 Setting up perl-openssl-defaults:armhf (5build2) ...
13:08:03 #11 34.69 Setting up linux-libc-dev:armhf (5.15.0-58.64) ...
13:08:03 #11 34.70 Setting up libctf-nobfd0:armhf (2.38-4ubuntu2.1) ...
13:08:03 #11 34.70 Setting up gettext-base (0.21-4ubuntu4) ...
13:08:03 #11 34.72 Setting up liblzo2-2:armhf (2.10-2build3) ...
13:08:03 #11 34.72 Setting up libnpth0:armhf (1.6-3build2) ...
13:08:03 #11 34.73 Setting up file (1:5.41-3) ...
13:08:03 #11 34.74 Setting up libassuan0:armhf (2.5.5-1build1) ...
13:08:03 #11 34.75 Setting up libgomp1:armhf (12.1.0-2ubuntu1~22.04) ...
13:08:03 #11 34.76 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
13:08:03 #11 34.77 Setting up bzip2 (1.0.8-5build1) ...
13:08:03 #11 34.78 Setting up libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
13:08:03 #12 11.77 Selecting previously unselected package cmake-data.
13:08:03 #12 11.77 Preparing to unpack .../09-cmake-data_3.25.1-1_all.deb ...
13:08:03 #12 11.78 Unpacking cmake-data (3.25.1-1) ...
13:08:03   Running scriptlet: docker-compose-plugin-2.16.0-0.el9.x86_64            16/62 
13:08:03   Installing       : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el9   17/62 
13:08:03   Running scriptlet: docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el9   17/62 
13:08:03   Installing       : python3-audit-3.0.7-103.el9.x86_64                   18/62 
13:08:03   Installing       : libslirp-4.4.0-4.el9.x86_64                          19/62 
13:08:03   Installing       : slirp4netns-1.2.0-2.el9.x86_64                       20/62 
13:08:03   Installing       : checkpolicy-3.5-0.rc2.1.el9.x86_64                   21/62 
13:08:03   Installing       : xz-5.2.5-8.el9.x86_64                                22/62 
13:08:03   Installing       : util-linux-core-2.37.4-9.el9.x86_64                  23/62 
13:08:03 Selecting previously unselected package libksba8:amd64.
13:08:03 Preparing to unpack .../22-libksba8_1.3.5-2+deb10u2_amd64.deb ...
13:08:03 Unpacking libksba8:amd64 (1.3.5-2+deb10u2) ...
13:08:03 Selecting previously unselected package libnpth0:amd64.
13:08:03 Preparing to unpack .../23-libnpth0_1.6-1_amd64.deb ...
13:08:03 Unpacking libnpth0:amd64 (1.6-1) ...
13:08:03 Selecting previously unselected package dirmngr.
13:08:03 Preparing to unpack .../24-dirmngr_2.2.12-1+deb10u2_amd64.deb ...
13:08:03 Unpacking dirmngr (2.2.12-1+deb10u2) ...
13:08:03 Selecting previously unselected package distro-info-data.
13:08:03 Preparing to unpack .../25-distro-info-data_0.41+deb10u6_all.deb ...
13:08:03 Unpacking distro-info-data (0.41+deb10u6) ...
13:08:03 Selecting previously unselected package libglib2.0-0:amd64.
13:08:03 Preparing to unpack .../26-libglib2.0-0_2.58.3-2+deb10u4_amd64.deb ...
13:08:03 Unpacking libglib2.0-0:amd64 (2.58.3-2+deb10u4) ...
13:08:03 #11 34.79 Setting up libjbig0:armhf (2.1-3.1ubuntu0.22.04.1) ...
13:08:03 #11 34.81 Setting up libfakeroot:armhf (1.28-1ubuntu1) ...
13:08:03 #11 34.82 Setting up libasan6:armhf (11.3.0-1ubuntu1~22.04) ...
13:08:03 #11 34.83 Setting up libnumber-compare-perl (0.03-2) ...
13:08:03 #11 34.84 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
13:08:03 #11 34.85 Setting up fakeroot (1.28-1ubuntu1) ...
13:08:03 #11 34.86 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:08:03 #11 34.86 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:08:03 #11 34.86 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:08:03 #11 34.86 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:08:03 #11 34.86 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:08:03 #11 34.86 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:08:03 #11 34.86 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:08:03 #11 34.86 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:08:03 #11 34.86 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:08:03 #11 34.87 Setting up autotools-dev (20220109.1) ...
13:08:03 #11 34.89 Setting up libtirpc-dev:armhf (1.3.2-2ubuntu0.1) ...
13:08:03 #11 34.90 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
13:08:03 #11 34.91 Setting up libx11-data (2:1.7.5-1) ...
13:08:03 #11 34.92 Setting up make (4.3-4.1build1) ...
13:08:03 #11 34.93 Setting up libmpfr6:armhf (4.1.0-3build3) ...
13:08:03 #11 34.94 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
13:08:03 #11 34.95 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
13:08:03 #11 34.97 Setting up lzip (1.23-1) ...
13:08:03 #11 34.97 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
13:08:03 #11 34.97 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:08:03 #11 34.98 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
13:08:03 #11 34.98 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:08:03 #11 34.98 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
13:08:03 #11 34.98 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:08:03 #11 34.99 Setting up strace (5.16-0ubuntu3) ...
13:08:04 #12 12.15 Selecting previously unselected package cmake.
13:08:04 #12 12.15 Preparing to unpack .../10-cmake_3.25.1-1_armhf.deb ...
13:08:04 #12 12.16 Unpacking cmake (3.25.1-1) ...
13:08:04   Running scriptlet: util-linux-core-2.37.4-9.el9.x86_64                  23/62 
13:08:04   Installing       : systemd-rpm-macros-252-3.el9.noarch                  24/62 
13:08:04   Installing       : openssl-1:3.0.7-2.el9.x86_64                         25/62 
13:08:04   Running scriptlet: libutempter-1.2.1-6.el9.x86_64                       26/62 
13:08:04   Installing       : libutempter-1.2.1-6.el9.x86_64                       26/62 
13:08:04   Installing       : libnl3-3.7.0-1.el9.x86_64                            27/62 
13:08:04   Installing       : libibverbs-44.0-2.el9.x86_64                         28/62 
13:08:04   Installing       : libpcap-14:1.10.0-4.el9.x86_64                       29/62 
13:08:04   Installing       : libnfnetlink-1.0.1-21.el9.x86_64                     30/62 
13:08:04   Installing       : libnetfilter_conntrack-1.0.9-1.el9.x86_64            31/62 
13:08:04   Installing       : iptables-libs-1.8.8-6.el9.x86_64                     32/62 
13:08:04   Installing       : iptables-nft-1.8.8-6.el9.x86_64                      33/62 
13:08:04   Running scriptlet: iptables-nft-1.8.8-6.el9.x86_64                      33/62 
13:08:04   Installing       : libeconf-0.4.1-2.el9.x86_64                          34/62 
13:08:04 Selecting previously unselected package libgirepository-1.0-1:amd64.
13:08:04 Preparing to unpack .../27-libgirepository-1.0-1_1.58.3-2_amd64.deb ...
13:08:04 Unpacking libgirepository-1.0-1:amd64 (1.58.3-2) ...
13:08:04 Selecting previously unselected package gir1.2-glib-2.0:amd64.
13:08:04 Preparing to unpack .../28-gir1.2-glib-2.0_1.58.3-2_amd64.deb ...
13:08:04 Unpacking gir1.2-glib-2.0:amd64 (1.58.3-2) ...
13:08:04 Selecting previously unselected package libpackagekit-glib2-18:amd64.
13:08:04 Preparing to unpack .../29-libpackagekit-glib2-18_1.1.12-5_amd64.deb ...
13:08:04 Unpacking libpackagekit-glib2-18:amd64 (1.1.12-5) ...
13:08:04 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:08:04 Fetched 18.8 MB in 3s (6504 kB/s)
13:08:04 dpkg-genchanges: info: including full source code in upload
13:08:04  dpkg-source -I.git --after-build .
13:08:04 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:08:04 + destination=/build
13:08:04 + mkdir -p /build
13:08:04 + mv -v /root/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb /root/docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb /root/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb /build
13:08:04 copied '/root/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb'
13:08:04 removed '/root/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb'
13:08:04 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'
13:08:04 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'
13:08:04 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'
13:08:04 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'
13:08:04 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc'
13:08:04 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc'
13:08:04 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz'
13:08:04 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz'
13:08:04 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.buildinfo'
13:08:04 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.buildinfo'
13:08:04 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.changes'
13:08:04 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.changes'
13:08:04 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'
13:08:04 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'
13:08:04 copied '/root/docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb' -> '/build/docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb'
13:08:04 removed '/root/docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb'
13:08:04 copied '/root/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb'
13:08:04 removed '/root/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb'
13:08:04 warning: /var/cache/yum/aarch64/7/docker-ce-test/packages/containerd.io-1.6.16-3.1.el7.aarch64.rpm: Header V4 RSA/SHA512 Signature, key ID 621e9f35: NOKEY
13:08:04 Public key for containerd.io-1.6.16-3.1.el7.aarch64.rpm is not installed
13:08:04 #11 35.00 Setting up libsigsegv2:armhf (2.13-1ubuntu3) ...
13:08:04 #11 35.01 Setting up xz-utils (5.2.5-2ubuntu1) ...
13:08:04 #11 35.02 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:08:04 #11 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
13:08:04 #11 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
13:08:04 #11 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
13:08:04 #11 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
13:08:04 #11 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
13:08:04 #11 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
13:08:04 #11 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
13:08:04 #11 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
13:08:04 #11 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
13:08:04 #11 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
13:08:04 #11 35.02 Setting up t1utils (1.41-4build2) ...
13:08:04 #11 35.03 Setting up diffstat (1.64-1build2) ...
13:08:04 #11 35.04 Setting up libpng16-16:armhf (1.6.37-3build5) ...
13:08:04 #11 35.05 Setting up libmpc3:armhf (1.2.1-2build1) ...
13:08:04 #11 35.06 Setting up libatomic1:armhf (12.1.0-2ubuntu1~22.04) ...
13:08:04 #11 35.07 Setting up patch (2.7.6-7build2) ...
13:08:04 #11 35.08 Setting up autopoint (0.21-4ubuntu4) ...
13:08:04 #11 35.09 Setting up fonts-dejavu-core (2.37-2build1) ...
13:08:04 #11 35.14 Setting up ucf (3.0043) ...
13:08:04 #11 35.24 Setting up libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ...
13:08:04 #12 12.55 Selecting previously unselected package dh-apparmor.
13:08:04   Installing       : libdb-5.3.28-53.el9.x86_64                           35/62 
13:08:04   Installing       : pam-1.5.1-14.el9.x86_64                              36/62 
13:08:04   Installing       : libpwquality-1.4.4-8.el9.x86_64                      37/62 
13:08:04   Installing       : util-linux-2.37.4-9.el9.x86_64                       38/62 
13:08:04 warning: /etc/adjtime created as /etc/adjtime.rpmnew
13:08:04 
13:08:04   Installing       : kmod-libs-28-7.el9.x86_64                            39/62 
13:08:04   Installing       : kmod-28-7.el9.x86_64                                 40/62 
13:08:04   Installing       : fuse-common-3.10.2-5.el9.x86_64                      41/62 
13:08:04   Installing       : fuse3-3.10.2-5.el9.x86_64                            42/62 
13:08:04   Installing       : fuse-overlayfs-1.10-1.el9.x86_64                     43/62 
13:08:04   Running scriptlet: fuse-overlayfs-1.10-1.el9.x86_64                     43/62 
13:08:04   Installing       : diffutils-3.7-12.el9.x86_64                          44/62 
13:08:04   Installing       : policycoreutils-3.5-0.rc2.1.el9.x86_64               45/62 
13:08:04   Running scriptlet: policycoreutils-3.5-0.rc2.1.el9.x86_64               45/62 
13:08:04   Installing       : selinux-policy-38.1.5-1.el9.noarch                   46/62 
13:08:04   Running scriptlet: selinux-policy-38.1.5-1.el9.noarch                   46/62 
13:08:04 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
13:08:04 124 added, 0 removed; done.
13:08:04 Running hooks in /etc/ca-certificates/update.d...
13:08:04 done.
13:08:04 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
13:08:04 + apt-key add -
13:08:04 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
13:08:04 Fetched 19.0 MB in 3s (5523 kB/s)
13:08:04 #11 40.23 Setting up binutils-arm-linux-gnueabihf (2.34-6ubuntu1.4) ...
13:08:04 #11 40.24 Setting up libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.5) ...
13:08:04 #11 40.25 Setting up libxmuu1:armhf (2:1.1.3-0ubuntu1) ...
13:08:04 #11 40.26 Setting up gpg (2.2.19-3ubuntu2.2) ...
13:08:04 #11 40.27 Setting up libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
13:08:04 #11 40.28 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
13:08:04 #11 40.29 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
13:08:04 Preparing to unpack .../30-gir1.2-packagekitglib-1.0_1.1.12-5_amd64.deb ...
13:08:04 Unpacking gir1.2-packagekitglib-1.0 (1.1.12-5) ...
13:08:04 Selecting previously unselected package gnupg-l10n.
13:08:04 Preparing to unpack .../31-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
13:08:04 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
13:08:04 Selecting previously unselected package gnupg-utils.
13:08:04 Preparing to unpack .../32-gnupg-utils_2.2.12-1+deb10u2_amd64.deb ...
13:08:04 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
13:08:04 Selecting previously unselected package gpg.
13:08:04 Preparing to unpack .../33-gpg_2.2.12-1+deb10u2_amd64.deb ...
13:08:04 Unpacking gpg (2.2.12-1+deb10u2) ...
13:08:04 #11 35.25 Setting up libltdl7:armhf (2.4.6-15build2) ...
13:08:04 #11 35.26 Setting up libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
13:08:04 #11 35.27 Setting up libssh-4:armhf (0.9.6-2build1) ...
13:08:04 #11 35.28 Setting up libwebp7:armhf (1.2.2-2) ...
13:08:04 #11 35.29 Setting up libubsan1:armhf (12.1.0-2ubuntu1~22.04) ...
13:08:04 #11 35.30 Setting up libgcc-11-dev:armhf (11.3.0-1ubuntu1~22.04) ...
13:08:04 #11 35.31 Setting up libmd0:armhf (1.0.4-1build1) ...
13:08:04 #11 35.32 Setting up python-apt-common (2.4.0) ...
13:08:04 #11 35.33 Setting up libnsl-dev:armhf (1.3.0-2build2) ...
13:08:04 #11 35.34 Setting up libcrypt-dev:armhf (1:4.4.27-1) ...
13:08:04 #11 35.35 Setting up libuchardet0:armhf (0.0.7-1build2) ...
13:08:04 #11 35.37 Setting up lzop (1.04-2build2) ...
13:08:04 #11 35.39 Setting up libmpdec3:armhf (2.5.1-2build2) ...
13:08:04 #11 35.41 Setting up git-man (1:2.34.1-1ubuntu1.6) ...
13:08:04 #11 35.42 Setting up netbase (6.3) ...
13:08:04 #11 35.45 Setting up libbinutils:armhf (2.38-4ubuntu2.1) ...
13:08:04 #11 35.46 Setting up libfido2-1:armhf (1.10.0-1) ...
13:08:04 #11 35.47 Setting up libisl23:armhf (0.24-2build1) ...
13:08:04 #11 35.48 Setting up libc-dev-bin (2.35-0ubuntu3.1) ...
13:08:04 #11 35.49 Setting up openssl (3.0.2-0ubuntu1.8) ...
13:08:04 #11 35.50 Setting up libbsd0:armhf (0.11.5-1) ...
13:08:04 #11 35.51 Setting up libelf1:armhf (0.186-1build1) ...
13:08:04 #11 35.52 Setting up readline-common (8.1.2-1) ...
13:08:04 #11 35.53 Setting up publicsuffix (20211207.1025-1) ...
13:08:04 #11 35.54 Setting up zstd (1.4.8+dfsg-3build1) ...
13:08:04 #11 35.55 Setting up libmarkdown2:armhf (2.2.7-2) ...
13:08:04 #12 12.55 Preparing to unpack .../11-dh-apparmor_3.0.8-2_all.deb ...
13:08:04 #12 12.56 Unpacking dh-apparmor (3.0.8-2) ...
13:08:04 #12 12.60 Preparing to unpack .../12-libpcre2-8-0_10.42-1_armhf.deb ...
13:08:04 #12 12.61 Unpacking libpcre2-8-0:armhf (10.42-1) over (10.40-3) ...
13:08:04 #12 12.70 Setting up libpcre2-8-0:armhf (10.42-1) ...
13:08:04   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch          47/62 
13:08:04   Installing       : selinux-policy-targeted-38.1.5-1.el9.noarch          47/62 
13:08:04 OK
13:08:04 + '[' jammy = sid ']'
13:08:04 ++ dpkg --print-architecture
13:08:04 + ARCH=amd64
13:08:04 + echo 'deb [arch=amd64] https://download.docker.com/linux/ubuntu jammy test'
13:08:04 + apt-get update
13:08:04 #11 40.78 Setting up openssh-client (1:8.2p1-4ubuntu0.5) ...
13:08:04 Selecting previously unselected package pinentry-curses.
13:08:04 Preparing to unpack .../34-pinentry-curses_1.1.0-2_amd64.deb ...
13:08:04 Unpacking pinentry-curses (1.1.0-2) ...
13:08:04 Selecting previously unselected package gpg-agent.
13:08:04 Preparing to unpack .../35-gpg-agent_2.2.12-1+deb10u2_amd64.deb ...
13:08:04 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
13:08:04 Selecting previously unselected package gpg-wks-client.
13:08:04 Preparing to unpack .../36-gpg-wks-client_2.2.12-1+deb10u2_amd64.deb ...
13:08:04 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
13:08:04 Selecting previously unselected package gpg-wks-server.
13:08:04 Preparing to unpack .../37-gpg-wks-server_2.2.12-1+deb10u2_amd64.deb ...
13:08:04 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
13:08:04 Selecting previously unselected package gpgsm.
13:08:04 Preparing to unpack .../38-gpgsm_2.2.12-1+deb10u2_amd64.deb ...
13:08:04 Unpacking gpgsm (2.2.12-1+deb10u2) ...
13:08:04 #11 35.56 Setting up libcc1-0:armhf (12.1.0-2ubuntu1~22.04) ...
13:08:04 #11 35.57 Setting up iso-codes (4.9.0-1) ...
13:08:04 #11 35.58 Setting up liblocale-gettext-perl (1.07-4build3) ...
13:08:04 #11 35.59 Setting up dctrl-tools (2.24-3build2) ...
13:08:04 #11 35.61 Setting up libgdbm6:armhf (1.23-1) ...
13:08:04 #11 35.62 Setting up libicu70:armhf (70.1-2) ...
13:08:04 #11 35.63 Setting up libctf0:armhf (2.38-4ubuntu2.1) ...
13:08:04 #11 35.64 Setting up libjpeg8:armhf (8c-2ubuntu10) ...
13:08:04 #11 35.65 Setting up pinentry-curses (1.1.1-1build2) ...
13:08:04 #11 35.66 Setting up cpp-11 (11.3.0-1ubuntu1~22.04) ...
13:08:04 #11 35.67 Setting up manpages-dev (5.10-1ubuntu1) ...
13:08:04 #11 35.68 Setting up libdw1:armhf (0.186-1build1) ...
13:08:04 #11 35.69 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu5) ...
13:08:04 #11 35.70 Setting up libxcb1:armhf (1.14-3ubuntu3) ...
13:08:04 #11 35.71 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
13:08:04 #12 12.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 ... 23318 files and directories currently installed.)
13:08:04 #12 12.87 Preparing to unpack .../libselinux1_3.4-1+b2_armhf.deb ...
13:08:04 #12 12.89 Unpacking libselinux1:armhf (3.4-1+b2) over (3.4-1+b1) ...
13:08:04 #12 12.98 Setting up libselinux1:armhf (3.4-1+b2) ...
13:08:04 #11 40.86 Setting up libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
13:08:04 #11 40.87 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
13:08:04 #11 40.88 Setting up libxext6:armhf (2:1.3.4-0ubuntu1) ...
13:08:04 #11 40.90 Setting up python3 (3.8.2-0ubuntu2) ...
13:08:04 Selecting previously unselected package gnupg.
13:08:04 Preparing to unpack .../39-gnupg_2.2.12-1+deb10u2_all.deb ...
13:08:04 Unpacking gnupg (2.2.12-1+deb10u2) ...
13:08:04 Selecting previously unselected package gnupg2.
13:08:04 Preparing to unpack .../40-gnupg2_2.2.12-1+deb10u2_all.deb ...
13:08:04 Unpacking gnupg2 (2.2.12-1+deb10u2) ...
13:08:04 Selecting previously unselected package iso-codes.
13:08:04 Preparing to unpack .../41-iso-codes_4.2-1_all.deb ...
13:08:04 Unpacking iso-codes (4.2-1) ...
13:08:05 #11 35.85 Setting up libedit2:armhf (3.1-20210910-1build1) ...
13:08:05 #11 35.86 Setting up libreadline8:armhf (8.1.2-1) ...
13:08:05 #11 35.87 Setting up m4 (1.4.18-5ubuntu2) ...
13:08:05 #11 35.88 Setting up libldap-2.5-0:armhf (2.5.13+dfsg-0ubuntu0.22.04.1) ...
13:08:05 #11 35.89 Setting up libpython3.10-stdlib:armhf (3.10.6-1~22.04.2) ...
13:08:05 #11 35.90 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
13:08:05 #12 13.03 (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 ... 23318 files and directories currently installed.)
13:08:05 #12 13.05 Preparing to unpack .../udev_252.5-2+rpi1_armhf.deb ...
13:08:05 #12 13.06 Unpacking udev (252.5-2+rpi1) over (252.4-1+rpi1) ...
13:08:05 Get:1 https://download.docker.com/linux/ubuntu jammy InRelease [48.9 kB]
13:08:05 Get:2 https://download.docker.com/linux/ubuntu jammy/test amd64 Packages [18.7 kB]
13:08:05 Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease
13:08:05 Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease
13:08:05 Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
13:08:05 Hit:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
13:08:05 #11 41.17 Setting up binutils (2.34-6ubuntu1.4) ...
13:08:05 #11 41.18 Setting up python3-xdg (0.26-1ubuntu1) ...
13:08:05 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
13:08:05 Reading package lists...
13:08:05 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:08:05 #11 36.24 Updating certificates in /etc/ssl/certs...
13:08:05 Setting up libip6tc2:amd64 (1.8.4-3ubuntu2) ...
13:08:05 Setting up libmnl0:amd64 (1.0.4-2) ...
13:08:05 Setting up containerd.io (1.6.16-1) ...
13:08:05 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:08:05 Setting up libxtables12:amd64 (1.8.4-3ubuntu2) ...
13:08:05 Setting up libnfnetlink0:amd64 (1.0.1-3build1) ...
13:08:05 Setting up netbase (6.1) ...
13:08:05 Setting up libnftnl11:amd64 (1.1.5-1) ...
13:08:05 Setting up libnetfilter-conntrack3:amd64 (1.0.7-2) ...
13:08:05 Setting up iptables (1.8.4-3ubuntu2) ...
13:08:05 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:08:05 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:08:05 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:08:05 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:08:05 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
13:08:05 + verify_binaries
13:08:05 + docker --version
13:08:05 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:08:05 ++ uname -m
13:08:05 + '[' x86_64 = x86_64 ']'
13:08:05 + docker scan --help
13:08:05 
13:08:05 Usage:  docker scan [OPTIONS] IMAGE
13:08:05 
13:08:05 A tool to scan your images
13:08:05 
13:08:05 Options:
13:08:05       --accept-license    Accept using a third party scanning provider
13:08:05       --dependency-tree   Show dependency tree with scan results
13:08:05       --exclude-base      Exclude base image from vulnerability scanning
13:08:05                           (requires --file)
13:08:05   -f, --file string       Dockerfile associated with image, provides more
13:08:05                           detailed results
13:08:05       --group-issues      Aggregate duplicated vulnerabilities and group
13:08:05                           them to a single one (requires --json)
13:08:05       --json              Output results in JSON format
13:08:05       --login             Authenticate to the scan provider using an
13:08:05                           optional token (with --token), or web base
13:08:05                           token if empty
13:08:05       --reject-license    Reject using a third party scanning provider
13:08:05       --severity string   Only report vulnerabilities of provided level
13:08:05                           or higher (low|medium|high)
13:08:05       --token string      Authentication token to login to the third
13:08:05                           party scanning provider
13:08:05       --version           Display version of the scan plugin
13:08:05 + docker buildx version
13:08:05 #11 41.33 Setting up man-db (2.9.1-1) ...
13:08:05 #11 41.43 Building database of manual pages ...
13:08:05 Fetched 67.5 kB in 1s (97.1 kB/s)
13:08:05 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
[Pipeline] // stage
13:08:05 Selecting previously unselected package libapt-inst2.0:amd64.
13:08:05 Preparing to unpack .../42-libapt-inst2.0_1.8.2.3_amd64.deb ...
13:08:05 Unpacking libapt-inst2.0:amd64 (1.8.2.3) ...
13:08:05 Selecting previously unselected package libcurl3-gnutls:amd64.
13:08:05 Preparing to unpack .../43-libcurl3-gnutls_7.64.0-4+deb10u4_amd64.deb ...
13:08:05 Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u4) ...
13:08:05 Selecting previously unselected package libdbus-1-3:amd64.
13:08:05 Preparing to unpack .../44-libdbus-1-3_1.12.24-0+deb10u1_amd64.deb ...
13:08:05 Unpacking libdbus-1-3:amd64 (1.12.24-0+deb10u1) ...
13:08:05 Selecting previously unselected package lsb-release.
13:08:05 Preparing to unpack .../45-lsb-release_10.2019051400_all.deb ...
13:08:05 Unpacking lsb-release (10.2019051400) ...
13:08:05 Selecting previously unselected package python-apt-common.
13:08:05 Preparing to unpack .../46-python-apt-common_1.8.4.3_all.deb ...
13:08:05 Unpacking python-apt-common (1.8.4.3) ...
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:08:05 github.com/docker/buildx v0.10.2 00ed17d
13:08:05 + docker compose version
13:08:05 Docker Compose version v2.16.0
13:08:05 + dockerd --version
13:08:05 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:08:05 + docker-proxy --version
13:08:05 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:08:05 + containerd --version
13:08:05 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:05 + ctr --version
13:08:05 ctr containerd.io 1.6.16
13:08:05 + containerd-shim --help
13:08:05 Usage of containerd-shim:
13:08:05   -address string
13:08:05     	grpc address back to main containerd
13:08:05   -containerd-binary containerd publish
13:08:05     	path to containerd binary (used for containerd publish) (default "containerd")
13:08:05   -criu string
13:08:05     	path to criu binary
13:08:05   -debug
13:08:05     	enable debug output in logs
13:08:05   -namespace string
13:08:05     	namespace that owns the shim
13:08:05   -runtime-root string
13:08:05     	root directory for the runtime (default "/run/containerd/runc")
13:08:05   -socket string
13:08:05     	socket path to serve
13:08:05   -systemd-cgroup
13:08:05     	set runtime to use systemd-cgroup
13:08:05   -workdir string
13:08:05     	path used to storge large temporary data
13:08:05 + containerd-shim-runc-v1 -v
13:08:05 containerd-shim-runc-v1:
13:08:05   Version:  1.6.16
13:08:05   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:05   Go version: go1.18.10
13:08:05 
13:08:05 + containerd-shim-runc-v2 -v
13:08:05 containerd-shim-runc-v2:
13:08:05   Version:  1.6.16
13:08:05   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:05   Go version: go1.18.10
13:08:05 
13:08:05 + runc --version
13:08:05 runc version 1.1.4
13:08:05 commit: v1.1.4-0-g5fd4c4d
13:08:05 spec: 1.0.2-dev
13:08:05 go: go1.18.10
13:08:05 libseccomp: 2.5.1
13:08:05 Reading package lists...
13:08:05 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:08:05 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:08:05 #12 13.69 Preparing to unpack .../libudev1_252.5-2+rpi1_armhf.deb ...
13:08:05 #12 13.70 Unpacking libudev1:armhf (252.5-2+rpi1) over (252.4-1+rpi1) ...
13:08:05 #12 13.75 Setting up libudev1:armhf (252.5-2+rpi1) ...
13:08:05 #12 13.79 Selecting previously unselected package dmsetup.
13:08:05 #12 13.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 ... 23318 files and directories currently installed.)
13:08:05 #12 13.81 Preparing to unpack .../00-dmsetup_2%3a1.02.185-2_armhf.deb ...
13:08:05 #12 13.81 Unpacking dmsetup (2:1.02.185-2) ...
13:08:05 #12 13.85 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:08:05 #12 13.85 Preparing to unpack .../01-libdevmapper1.02.1_2%3a1.02.185-2_armhf.deb ...
13:08:05 #12 13.86 Unpacking libdevmapper1.02.1:armhf (2:1.02.185-2) ...
13:08:05 #12 13.91 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
13:08:05 #11 41.65 Setting up libgpgme11:armhf (1.13.1-7ubuntu2) ...
13:08:05 #11 41.66 Setting up python3-six (1.14.0-2) ...
13:08:05 #11 41.79 Setting up libgcc-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:08:05 #11 41.80 Setting up perl (5.30.0-9ubuntu0.3) ...
13:08:05 #11 41.82 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
13:08:05 #11 41.83 Setting up python3-gpg (1.13.1-7ubuntu2) ...
13:08:05 Selecting previously unselected package python3-apt.
13:08:05 Preparing to unpack .../47-python3-apt_1.8.4.3_amd64.deb ...
13:08:05 Unpacking python3-apt (1.8.4.3) ...
13:08:05 Selecting previously unselected package python3-dbus.
13:08:05 Preparing to unpack .../48-python3-dbus_1.2.8-3_amd64.deb ...
13:08:05 Unpacking python3-dbus (1.2.8-3) ...
13:08:05 Selecting previously unselected package python3-gi.
13:08:05 Preparing to unpack .../49-python3-gi_3.30.4-1_amd64.deb ...
13:08:05 Unpacking python3-gi (3.30.4-1) ...
13:08:05 Selecting previously unselected package python3-pycurl.
13:08:05 Preparing to unpack .../50-python3-pycurl_7.43.0.2-0.1_amd64.deb ...
13:08:05 Unpacking python3-pycurl (7.43.0.2-0.1) ...
13:08:05 Selecting previously unselected package python3-software-properties.
13:08:05 Preparing to unpack .../51-python3-software-properties_0.96.20.2-2_all.deb ...
13:08:05 Unpacking python3-software-properties (0.96.20.2-2) ...
13:08:05 Selecting previously unselected package software-properties-common.
13:08:05 #11 36.69 124 added, 0 removed; done.
13:08:05 #11 36.72 Setting up libfreetype6:armhf (2.11.1+dfsg-1ubuntu0.1) ...
13:08:05 #11 36.73 Setting up libgdbm-compat4:armhf (1.23-1) ...
13:08:05 #11 36.74 Setting up dwz (0.14-1build2) ...
13:08:05 #11 36.75 Setting up groff-base (1.22.4-8build1) ...
13:08:05 #11 36.77 Setting up cpp (4:11.2.0-1ubuntu1) ...
13:08:05 #11 36.78 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
13:08:05 #11 36.79 Setting up debugedit (1:5.0-4build1) ...
13:08:05 #11 36.80 Setting up libcurl4:armhf (7.81.0-1ubuntu1.7) ...
13:08:05 #11 36.81 Setting up libc6-dev:armhf (2.35-0ubuntu3.1) ...
13:08:05 #11 36.83 Setting up libx11-6:armhf (2:1.7.5-1) ...
13:08:05 #11 36.84 Setting up libtiff5:armhf (4.3.0-6ubuntu0.3) ...
13:08:05 #11 36.84 Setting up curl (7.81.0-1ubuntu1.7) ...
13:08:05 #11 36.86 Setting up libfontconfig1:armhf (2.13.1-4.2ubuntu5) ...
13:08:05 #11 36.87 Setting up binutils-arm-linux-gnueabihf (2.38-4ubuntu2.1) ...
13:08:05 #11 36.88 Setting up libxml2:armhf (2.9.13+dfsg-1ubuntu0.2) ...
13:08:05 #11 36.89 Setting up libxmuu1:armhf (2:1.1.3-3) ...
13:08:05 #11 36.90 Setting up gpg (2.2.27-3ubuntu2.1) ...
13:08:05 #12 13.91 Preparing to unpack .../02-libdevmapper-event1.02.1_2%3a1.02.185-2_armhf.deb ...
13:08:05 #12 13.92 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.185-2) ...
13:08:05 #12 13.94 Selecting previously unselected package libudev-dev:armhf.
13:08:05 #12 13.95 Preparing to unpack .../03-libudev-dev_252.5-2+rpi1_armhf.deb ...
13:08:05 #12 13.95 Unpacking libudev-dev:armhf (252.5-2+rpi1) ...
13:08:05 #12 13.98 Selecting previously unselected package libsepol-dev:armhf.
13:08:05 #12 13.98 Preparing to unpack .../04-libsepol-dev_3.4-2_armhf.deb ...
13:08:05 #12 13.99 Unpacking libsepol-dev:armhf (3.4-2) ...
13:08:05 #12 14.05 Selecting previously unselected package libpcre2-16-0:armhf.
13:08:05 #12 14.05 Preparing to unpack .../05-libpcre2-16-0_10.42-1_armhf.deb ...
13:08:05 #12 14.06 Unpacking libpcre2-16-0:armhf (10.42-1) ...
13:08:05 #12 14.11 Selecting previously unselected package libpcre2-32-0:armhf.
13:08:05 #12 14.11 Preparing to unpack .../06-libpcre2-32-0_10.42-1_armhf.deb ...
13:08:05 #12 14.11 Unpacking libpcre2-32-0:armhf (10.42-1) ...
13:08:05 #12 14.16 Selecting previously unselected package libpcre2-posix3:armhf.
13:08:05 + make IMAGE=debian:bullseye verify
13:08:05 docker run  --rm -i \
13:08:05 	-v "$(pwd):/v" \
13:08:05 	-e DEBIAN_FRONTEND=noninteractive \
13:08:05 	-e PACKAGE_REPO=staging \
13:08:05 	-w /v \
13:08:05 	debian:bullseye ./verify
13:08:05 Unable to find image 'debian:bullseye' locally
13:08:06 Preparing to unpack .../52-software-properties-common_0.96.20.2-2_all.deb ...
13:08:06 Unpacking software-properties-common (0.96.20.2-2) ...
13:08:06 Setting up libksba8:amd64 (1.3.5-2+deb10u2) ...
13:08:06 Setting up lsb-base (10.2019051400) ...
13:08:06 Setting up libkeyutils1:amd64 (1.6-6) ...
13:08:06 Setting up libpsl5:amd64 (0.20.2-2) ...
13:08:06 Setting up mime-support (3.62) ...
13:08:06 Setting up apt-transport-https (1.8.2.3) ...
13:08:06 Setting up libglib2.0-0:amd64 (2.58.3-2+deb10u4) ...
13:08:06 No schema files found: doing nothing.
13:08:06 Setting up distro-info-data (0.41+deb10u6) ...
13:08:06 Setting up libsqlite3-0:amd64 (3.27.2-3+deb10u2) ...
13:08:06 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
13:08:06 Setting up libpackagekit-glib2-18:amd64 (1.1.12-5) ...
13:08:06 Setting up libnpth0:amd64 (1.6-1) ...
13:08:06 Setting up libassuan0:amd64 (2.5.2-1) ...
13:08:06 Setting up libapt-inst2.0:amd64 (1.8.2.3) ...
13:08:06 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
13:08:06 Setting up libkrb5support0:amd64 (1.17-3+deb10u5) ...
13:08:06 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
13:08:06 #11 36.91 Setting up libpython3-stdlib:armhf (3.10.6-1~22.04) ...
13:08:06 #11 36.92 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
13:08:06 #11 36.93 Setting up libperl5.34:armhf (5.34.0-3ubuntu1.1) ...
13:08:06 #11 36.94 Setting up gettext (0.21-4ubuntu4) ...
13:08:06 #11 36.95 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
13:08:06 #12 14.16 Preparing to unpack .../07-libpcre2-posix3_10.42-1_armhf.deb ...
13:08:06 #12 14.17 Unpacking libpcre2-posix3:armhf (10.42-1) ...
13:08:06 #12 14.20 Selecting previously unselected package libpcre2-dev:armhf.
13:08:06 #12 14.20 Preparing to unpack .../08-libpcre2-dev_10.42-1_armhf.deb ...
13:08:06 #12 14.21 Unpacking libpcre2-dev:armhf (10.42-1) ...
13:08:06 #12 14.28 Selecting previously unselected package libselinux1-dev:armhf.
13:08:06 #12 14.28 Preparing to unpack .../09-libselinux1-dev_3.4-1+b2_armhf.deb ...
13:08:06 #12 14.29 Unpacking libselinux1-dev:armhf (3.4-1+b2) ...
13:08:06 #12 14.33 Selecting previously unselected package libdevmapper-dev:armhf.
13:08:06 #12 14.33 Preparing to unpack .../10-libdevmapper-dev_2%3a1.02.185-2_armhf.deb ...
13:08:06 #12 14.34 Unpacking libdevmapper-dev:armhf (2:1.02.185-2) ...
13:08:06 #12 14.37 Selecting previously unselected package libltdl7:armhf.
13:08:06 #12 14.38 Preparing to unpack .../11-libltdl7_2.4.7-5_armhf.deb ...
13:08:06 #12 14.38 Unpacking libltdl7:armhf (2.4.7-5) ...
13:08:06 #12 14.41 Selecting previously unselected package libltdl-dev:armhf.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
13:08:06 bullseye: Pulling from library/debian
13:08:06 699c8a97647f: Already exists
13:08:06 Digest: sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b
13:08:06 Status: Downloaded newer image for debian:bullseye
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:08:06 #11 41.99 Setting up libdata-dump-perl (1.23-1) ...
13:08:06 #11 42.01 Setting up python3-certifi (2019.11.28-1) ...
13:08:06 #11 42.13 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
13:08:06 #11 42.14 Setting up libref-util-perl (0.204-1) ...
13:08:06 #11 42.15 Setting up libipc-system-simple-perl (1.26-1) ...
13:08:06 #11 42.16 Setting up libnet-domain-tld-perl (1.75-1) ...
13:08:06 #11 42.18 Setting up libxml-writer-perl (0.625-1) ...
13:08:06 #11 42.19 Setting up libhash-fieldhash-perl (0.15-1build2) ...
13:08:06 #11 42.20 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
13:08:06 #11 42.21 Setting up shared-mime-info (1.15-1) ...
13:08:06 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
13:08:06 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
13:08:06 Setting up libdbus-1-3:amd64 (1.12.24-0+deb10u1) ...
13:08:06 Setting up libk5crypto3:amd64 (1.17-3+deb10u5) ...
13:08:06 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
13:08:06 Setting up python-apt-common (1.8.4.3) ...
13:08:06 Setting up libgirepository-1.0-1:amd64 (1.58.3-2) ...
13:08:06 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
13:08:06 Setting up libkrb5-3:amd64 (1.17-3+deb10u5) ...
13:08:06 Setting up libmpdec2:amd64 (2.4.2-2) ...
13:08:06 Setting up openssl (1.1.1n-0+deb10u3) ...
13:08:06 Setting up readline-common (7.0-5) ...
13:08:06 Setting up iso-codes (4.2-1) ...
13:08:06 Setting up libreadline7:amd64 (7.0-5) ...
13:08:06 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
13:08:06 Setting up pinentry-curses (1.1.0-2) ...
13:08:06 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u4) ...
13:08:06 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ...
13:08:06 Setting up ca-certificates (20200601~deb10u2) ...
13:08:06 Reading package lists...
13:08:06 W: https://download.docker.com/linux/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
13:08:06 ++ find deb/debbuild/ubuntu-jammy/ -type f -name '*.deb'
13:08:06 + packages='deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb
13:08:06 deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb
13:08:06 deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb
13:08:06 deb/debbuild/ubuntu-jammy/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb
13:08:06 deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb
13:08:06 deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb'
13:08:06 ++ echo 'deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb
13:08:06 deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb
13:08:06 deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb
13:08:06 deb/debbuild/ubuntu-jammy/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb
13:08:06 deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb
13:08:06 deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb'
13:08:06 ++ xargs
13:08:06 ++ awk '$0="./"$0'
13:08:06 + packages='./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb'
13:08:06 + set -x
13:08:06 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb
13:08:06 Selecting previously unselected package docker-ce.
13:08:06 (Reading database ... 9223 files and directories currently installed.)
13:08:06 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ...
13:08:06 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
13:08:06 #12 14.41 Preparing to unpack .../12-libltdl-dev_2.4.7-5_armhf.deb ...
13:08:06 #12 14.42 Unpacking libltdl-dev:armhf (2.4.7-5) ...
13:08:06 #12 14.47 Preparing to unpack .../13-libseccomp2_2.5.4-1+rpi1+b1_armhf.deb ...
13:08:06 #12 14.48 Unpacking libseccomp2:armhf (2.5.4-1+rpi1+b1) over (2.5.4-1+rpi1) ...
13:08:06 #12 14.53 Setting up libseccomp2:armhf (2.5.4-1+rpi1+b1) ...
13:08:06 #12 14.57 Selecting previously unselected package libseccomp-dev:armhf.
13:08:06 #12 14.57 (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 ... 23887 files and directories currently installed.)
13:08:06 #12 14.58 Preparing to unpack .../libseccomp-dev_2.5.4-1+rpi1+b1_armhf.deb ...
13:08:06 #12 14.59 Unpacking libseccomp-dev:armhf (2.5.4-1+rpi1+b1) ...
13:08:06 #12 14.66 Preparing to unpack .../libsystemd0_252.5-2+rpi1_armhf.deb ...
13:08:06 #12 14.67 Unpacking libsystemd0:armhf (252.5-2+rpi1) over (252.4-1+rpi1) ...
13:08:06 #12 14.79 Setting up libsystemd0:armhf (252.5-2+rpi1) ...
13:08:06 #12 14.82 Selecting previously unselected package libsystemd-dev:armhf.
13:08:06 #12 14.82 (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 ... 23930 files and directories currently installed.)
13:08:06 #12 14.84 Preparing to unpack .../libsystemd-dev_252.5-2+rpi1_armhf.deb ...
13:08:06 #12 14.84 Unpacking libsystemd-dev:armhf (252.5-2+rpi1) ...
13:08:06 #12 14.92 Selecting previously unselected package libpkgconf3:armhf.
13:08:06 #11 37.43 Setting up python3.10 (3.10.6-1~22.04.2) ...
13:08:06 + verify
13:08:06 + dpkg --version
13:08:06 + verify_deb
13:08:06 + apt-get update
13:08:06 Updating certificates in /etc/ssl/certs...
13:08:06 #12 14.92 Preparing to unpack .../libpkgconf3_1.8.1-1_armhf.deb ...
13:08:06 #12 14.92 Unpacking libpkgconf3:armhf (1.8.1-1) ...
13:08:06 #12 14.96 Selecting previously unselected package pkgconf-bin.
13:08:06 #12 14.96 Preparing to unpack .../pkgconf-bin_1.8.1-1_armhf.deb ...
13:08:06 #12 14.96 Unpacking pkgconf-bin (1.8.1-1) ...
13:08:06 #12 15.00 Selecting previously unselected package pkgconf:armhf.
13:08:06 #12 15.00 Preparing to unpack .../pkgconf_1.8.1-1_armhf.deb ...
13:08:06 #12 15.01 Unpacking pkgconf:armhf (1.8.1-1) ...
13:08:06 #12 15.04 Selecting previously unselected package pkg-config:armhf.
13:08:06 #12 15.04 Preparing to unpack .../pkg-config_1.8.1-1_armhf.deb ...
13:08:06 #12 15.05 Unpacking pkg-config:armhf (1.8.1-1) ...
13:08:06 #12 15.09 Setting up libseccomp-dev:armhf (2.5.4-1+rpi1+b1) ...
13:08:06 #12 15.10 Setting up libstdc++-12-dev:armhf (12.2.0-14+rpi1) ...
13:08:06 #12 15.11 Setting up libarchive13:armhf (3.6.2-1) ...
13:08:06 #12 15.12 Setting up libpcre2-16-0:armhf (10.42-1) ...
13:08:06 #12 15.13 Setting up libpcre2-32-0:armhf (10.42-1) ...
13:08:06 #12 15.14 Setting up libpkgconf3:armhf (1.8.1-1) ...
13:08:06 #12 15.15 Setting up libuv1:armhf (1.44.2-1+rpi1) ...
13:08:06 Reading package lists...
13:08:06 Building dependency tree...
13:08:06 Reading state information...
13:08:06 Reading package lists...
13:08:06 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:08:06 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:08:06 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:08:06 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
13:08:07 137 added, 0 removed; done.
13:08:07 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u5) ...
13:08:07 #12 15.16 Setting up bash-completion (1:2.11-6) ...
13:08:07 #12 15.19 Setting up udev (252.5-2+rpi1) ...
13:08:07 ca-certificates is already the newest version (20200601~deb10u2).
13:08:07 The following additional packages will be installed:
13:08:07   distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 iso-codes
13:08:07   libapt-inst2.0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
13:08:07   libgirepository-1.0-1 libglib2.0-0 libmpdec2 libpackagekit-glib2-18
13:08:07   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib mime-support
13:08:07   python-apt-common python3 python3-apt python3-dbus python3-gi
13:08:07   python3-minimal python3-pycurl python3-software-properties python3.7
13:08:07   python3.7-minimal
13:08:07 Suggested packages:
13:08:07   isoquery lsb python3-doc python3-tk python3-venv python3-apt-dbg
13:08:07   python-apt-doc python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev
13:08:07   python-pycurl-doc python3-pycurl-dbg python3.7-venv python3.7-doc binutils
13:08:07   binfmt-support
13:08:07 Recommended packages:
13:08:07   dbus libglib2.0-data shared-mime-info xdg-user-dirs packagekit bzip2 file
13:08:07   xz-utils unattended-upgrades
13:08:07 Building dependency tree...
13:08:07 Reading state information...
13:08:07 #11 38.22 Setting up libxpm4:armhf (1:3.5.12-1ubuntu0.22.04.1) ...
13:08:07 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
13:08:07 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
13:08:07 Setting up gir1.2-glib-2.0:amd64 (1.58.3-2) ...
13:08:07 Setting up gpgconf (2.2.12-1+deb10u2) ...
13:08:07 Setting up libcurl4:amd64 (7.64.0-4+deb10u4) ...
13:08:07 Setting up curl (7.64.0-4+deb10u4) ...
13:08:07 Setting up gpg (2.2.12-1+deb10u2) ...
13:08:07 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
13:08:07 Setting up python3.7 (3.7.3-2+deb10u4) ...
13:08:07 ca-certificates is already the newest version (20210119).
13:08:07 The following additional packages will be installed:
13:08:07   distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 iso-codes
13:08:07   libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1 libgirepository-1.0-1
13:08:07   libglib2.0-0 libmpdec3 libpackagekit-glib2-18 libpython3-stdlib
13:08:07   libpython3.9-minimal libpython3.9-stdlib media-types python-apt-common
13:08:07   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
13:08:07   python3-software-properties python3.9 python3.9-minimal
13:08:07 Suggested packages:
13:08:07   isoquery python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc
13:08:07   python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev python-pycurl-doc
13:08:07   python3-pycurl-dbg python3.9-venv python3.9-doc binutils binfmt-support
13:08:07 Recommended packages:
13:08:07   dbus libglib2.0-data shared-mime-info xdg-user-dirs packagekit
13:08:07   unattended-upgrades
13:08:07 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bookworm"
13:08:07 #11 38.23 Setting up openssh-client (1:8.9p1-3ubuntu0.1) ...
13:08:07 #11 38.30 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
13:08:07 #11 38.30 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:08:07 #11 38.30 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
13:08:07 #11 38.30 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:08:07 #11 38.30 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
13:08:07 #11 38.31 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:08:07 #11 38.32 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
13:08:07 #11 38.33 Setting up libxext6:armhf (2:1.3.4-1build1) ...
13:08:07 #11 38.34 Setting up libcurl3-gnutls:armhf (7.81.0-1ubuntu1.7) ...
13:08:07 #11 38.35 Setting up python3 (3.10.6-1~22.04) ...
13:08:07 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb'.
13:08:07 The following NEW packages will be installed:
13:08:07   apt-transport-https distro-info-data gir1.2-glib-2.0
13:08:07   gir1.2-packagekitglib-1.0 gnupg2 iso-codes libapt-inst2.0 libcurl3-gnutls
13:08:07   libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libmpdec2
13:08:07   libpackagekit-glib2-18 libpython3-stdlib libpython3.7-minimal
13:08:07   libpython3.7-stdlib lsb-release mime-support python-apt-common python3
13:08:07   python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
13:08:07   python3-software-properties python3.7 python3.7-minimal
13:08:07   software-properties-common
13:08:07 The following packages will be upgraded:
13:08:07   curl libcurl4
13:08:07 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
13:08:07 #11 38.65 Setting up binutils (2.38-4ubuntu2.1) ...
13:08:07 #11 38.66 Setting up python3-xdg (0.27-2) ...
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:08:07 Setting up gpg-agent (2.2.12-1+deb10u2) ...
13:08:07 Setting up gpgsm (2.2.12-1+deb10u2) ...
13:08:07 Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u4) ...
13:08:07 Setting up python3 (3.7.3-1) ...
13:08:07 Setting up dirmngr (2.2.12-1+deb10u2) ...
13:08:07 2 upgraded, 30 newly installed, 0 to remove and 8 not upgraded.
13:08:07 Need to get 11.0 MB of archives.
13:08:07 After this operation, 51.9 MB of additional disk space will be used.
13:08:07 Get:1 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u4 [583 kB]
13:08:07 #11 38.82 Setting up man-db (2.10.2-1) ...
13:08:07 #11 38.93 Building database of manual pages ...
13:08:08 The following NEW packages will be installed:
13:08:08   apt-transport-https distro-info-data gir1.2-glib-2.0
13:08:08   gir1.2-packagekitglib-1.0 gnupg2 iso-codes libcurl3-gnutls libdbus-1-3
13:08:08   libexpat1 libgirepository-1.0-1 libglib2.0-0 libmpdec3
13:08:08   libpackagekit-glib2-18 libpython3-stdlib libpython3.9-minimal
13:08:08   libpython3.9-stdlib lsb-release media-types python-apt-common python3
13:08:08   python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
13:08:08   python3-software-properties python3.9 python3.9-minimal
13:08:08   software-properties-common
13:08:08 The following packages will be upgraded:
13:08:08   curl libcurl4
13:08:08 #12 16.05 invoke-rc.d: could not determine current runlevel
13:08:08 #12 16.05 invoke-rc.d: policy-rc.d denied execution of restart.
13:08:08 #12 16.06 Setting up libjsoncpp25:armhf (1.9.5-4) ...
13:08:08 #12 16.07 Setting up libudev-dev:armhf (252.5-2+rpi1) ...
13:08:08 #12 16.09 Setting up libsepol-dev:armhf (3.4-2) ...
13:08:08 #12 16.10 Setting up pkgconf-bin (1.8.1-1) ...
13:08:08 #12 16.11 Setting up libltdl7:armhf (2.4.7-5) ...
13:08:08 #12 16.12 Setting up libpcre2-posix3:armhf (10.42-1) ...
13:08:08 #12 16.13 Setting up librhash0:armhf (1.4.3-3) ...
13:08:08 #12 16.14 Setting up cmake-data (3.25.1-1) ...
13:08:08 #12 16.16 Setting up dh-apparmor (3.0.8-2) ...
13:08:08 #12 16.17 Setting up libsystemd-dev:armhf (252.5-2+rpi1) ...
13:08:08 #12 16.18 Setting up g++-12 (12.2.0-14+rpi1) ...
13:08:08 #12 16.19 Setting up libpcre2-dev:armhf (10.42-1) ...
13:08:08 #12 16.20 Setting up libselinux1-dev:armhf (3.4-1+b2) ...
13:08:08 #12 16.21 Setting up pkgconf:armhf (1.8.1-1) ...
13:08:08 #12 16.22 Setting up libltdl-dev:armhf (2.4.7-5) ...
13:08:08 #12 16.24 Setting up pkg-config:armhf (1.8.1-1) ...
13:08:08 #12 16.25 Setting up g++ (4:12.2.0-1+rpi1) ...
13:08:08 #12 16.28 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:08:08 + make IMAGE=debian:bookworm verify
13:08:08 docker run  --rm -i \
13:08:08 	-v "$(pwd):/v" \
13:08:08 	-e DEBIAN_FRONTEND=noninteractive \
13:08:08 	-e PACKAGE_REPO=staging \
13:08:08 	-w /v \
13:08:08 	debian:bookworm ./verify
13:08:08 Unable to find image 'debian:bookworm' locally
13:08:08 bookworm: Pulling from library/debian
13:08:08 Setting up gir1.2-packagekitglib-1.0 (1.1.12-5) ...
13:08:08 Setting up python3-pycurl (7.43.0.2-0.1) ...
13:08:08 Setting up python3-gi (3.30.4-1) ...
13:08:08 Fetched 8628 kB in 2s (5635 kB/s)
13:08:08 Selecting previously unselected package docker-buildx-plugin.
13:08:08 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb ...
13:08:08 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.22.04~jammy) ...
13:08:08 #11 39.14 Setting up libgpgme11:armhf (1.16.0-1.2ubuntu4) ...
13:08:08 #11 39.15 Setting up python3-six (1.16.0-3ubuntu1) ...
13:08:08 #12 16.28 Setting up cmake (3.25.1-1) ...
13:08:08 #12 16.29 Setting up build-essential (12.9) ...
13:08:08 #12 16.31 Setting up libdevmapper1.02.1:armhf (2:1.02.185-2) ...
13:08:08 #12 16.32 Setting up dmsetup (2:1.02.185-2) ...
13:08:08 #12 16.34 Setting up libdevmapper-event1.02.1:armhf (2:1.02.185-2) ...
13:08:08 #12 16.35 Setting up libdevmapper-dev:armhf (2:1.02.185-2) ...
13:08:08 #12 16.36 Setting up docker-ce-build-deps (1.0) ...
13:08:08 #12 16.37 Processing triggers for libc-bin (2.36-8+rpi1) ...
13:08:08 #12 16.39 Processing triggers for man-db (2.11.2-1) ...
13:08:08 20aeb9ca89f4: Already exists
13:08:08 Digest: sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0
13:08:08 Status: Downloaded newer image for debian:bookworm
13:08:08 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
13:08:08 Setting up lsb-release (10.2019051400) ...
13:08:08 Setting up python3-dbus (1.2.8-3) ...
13:08:08 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
13:08:08 Setting up python3-apt (1.8.4.3) ...
13:08:08 #11 39.28 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
13:08:08 #11 39.42 Setting up perl (5.34.0-3ubuntu1.1) ...
13:08:08 #11 39.44 Setting up libpackage-stash-xs-perl (0.29-1build5) ...
13:08:08 #11 39.45 Setting up libclass-data-inheritable-perl (0.08-3) ...
13:08:08 #11 39.46 Setting up libxs-parse-keyword-perl (0.21-1build1) ...
13:08:08 #11 39.47 Setting up python3-gpg (1.16.0-1.2ubuntu4) ...
13:08:08 2 upgraded, 29 newly installed, 0 to remove and 10 not upgraded.
13:08:08 Need to get 11.6 MB of archives.
13:08:08 After this operation, 49.2 MB of additional disk space will be used.
13:08:08 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1+rpi1 [791 kB]
13:08:08 Setting up python3-software-properties (0.96.20.2-2) ...
13:08:08 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.23.0-0.fc37.x86_64.rpm
13:08:08 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BL1X3u
13:08:08 + umask 022
13:08:08 + cd /root/rpmbuild/BUILD
13:08:08 + cd src
13:08:08 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64
13:08:08 + RPM_EC=0
13:08:08 ++ jobs -p
13:08:08 + exit 0
13:08:08 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.Cy7ElP
13:08:08 + umask 022
13:08:08 + cd /root/rpmbuild/BUILD
13:08:08 + rm -rf src src.gemspec
13:08:08 + RPM_EC=0
13:08:08 ++ jobs -p
13:08:08 + exit 0
13:08:08 
13:08:08 RPM build warnings:
13:08:08     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:08:08     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:08:08     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:08:08     source_date_epoch_from_changelog set but %changelog is missing
13:08:08     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker-proxy
13:08:08     source_date_epoch_from_changelog set but %changelog is missing
13:08:08     source_date_epoch_from_changelog set but %changelog is missing
13:08:08     source_date_epoch_from_changelog set but %changelog is missing
13:08:08     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:08:08     source_date_epoch_from_changelog set but %changelog is missing
13:08:08     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:08:08     source_date_epoch_from_changelog set but %changelog is missing
13:08:08     Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:08:08 #11 44.30 Setting up liblinux-epoll-perl (0.017-1) ...
13:08:08 #11 44.31 Setting up libvariable-magic-perl (0.62-1build2) ...
13:08:08 #11 44.32 Setting up python3-idna (2.8-1) ...
13:08:08 #11 44.51 Setting up libio-html-perl (1.001-1) ...
13:08:08 #11 44.53 Setting up libcroco3:armhf (0.6.13-1) ...
13:08:08 #11 44.54 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
13:08:08 #11 44.55 Setting up libtest-refcount-perl (0.10-1) ...
13:08:08 #11 44.56 Setting up libparams-util-perl (1.07-3build5) ...
13:08:08 #11 44.58 Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
13:08:08 #11 44.59 Setting up autoconf (2.69-11.1) ...
13:08:08 #11 44.61 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
13:08:08 #11 44.77 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:08:08 #11 44.78 Setting up libarray-intspan-perl (2.003-1) ...
13:08:08 #11 44.79 Setting up libcapture-tiny-perl (0.48-1) ...
13:08:08 #11 44.81 Setting up libtimedate-perl (2.3200-1) ...
13:08:08 #11 44.82 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
13:08:08 #11 44.83 Setting up libsub-name-perl (0.26-1) ...
13:08:08 #11 44.86 Setting up libtype-tiny-xs-perl (0.016-1) ...
13:08:08 #11 44.87 Setting up libfile-chdir-perl (0.1008-1) ...
13:08:08 #11 44.88 Setting up xauth (1:1.1-0ubuntu1) ...
13:08:08 Reading package lists...
13:08:08 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:08:08 #11 39.64 Setting up libdata-dump-perl (1.25-1) ...
13:08:08 #11 39.65 Setting up python3-certifi (2020.6.20-1) ...
13:08:08 #11 39.78 Setting up libfile-find-rule-perl (0.34-1) ...
13:08:08 Get:2 http://archive.raspbian.org/raspbian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u5 [75.0 kB]
13:08:08 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9-minimal armhf 3.9.2-1+rpi1 [1625 kB]
13:08:08 Get:2 http://archive.raspbian.org/raspbian buster/main armhf libexpat1 armhf 2.2.6-2+deb10u6 [78.8 kB]
13:08:08 Get:3 http://archive.raspbian.org/raspbian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u4 [1463 kB]
13:08:08 Setting up gnupg (2.2.12-1+deb10u2) ...
13:08:08 Setting up gnupg2 (2.2.12-1+deb10u2) ...
13:08:08 Setting up software-properties-common (0.96.20.2-2) ...
13:08:08 Processing triggers for libc-bin (2.28-10+deb10u2) ...
13:08:08 Processing triggers for ca-certificates (20200601~deb10u2) ...
13:08:08 Updating certificates in /etc/ssl/certs...
13:08:08 + verify
13:08:08 + dpkg --version
13:08:08 + verify_deb
13:08:08 + apt-get update
13:08:08 #11 44.89 Setting up cpp (4:9.3.0-1ubuntu2) ...
13:08:08 #11 44.91 Setting up libpath-tiny-perl (0.108-1) ...
13:08:08 #11 44.92 Setting up libarchive-cpio-perl (0.10-1) ...
13:08:08 #11 44.93 Setting up libjson-perl (4.02000-2) ...
13:08:08 #11 44.95 Setting up libsub-override-perl (0.09-2) ...
13:08:08 #11 44.96 Setting up python3-unidiff (0.5.5-2) ...
13:08:08 #11 45.08 Setting up libstrictures-perl (2.000006-1) ...
13:08:08 #11 45.10 Setting up libsub-quote-perl (2.006006-1) ...
13:08:08 #11 45.11 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
13:08:08 #11 45.12 Setting up libsort-versions-perl (1.62-1) ...
13:08:08 #11 45.13 Setting up libexporter-tiny-perl (1.002001-1) ...
13:08:09 #11 39.79 Setting up libref-util-perl (0.204-1) ...
13:08:09 #11 39.80 Setting up libipc-system-simple-perl (1.30-1) ...
13:08:09 #11 39.81 Setting up libnet-domain-tld-perl (1.75-1.1) ...
13:08:09 #11 39.82 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
13:08:09 #11 39.83 Setting up libsocket6-perl (0.29-1build4) ...
13:08:09 #11 39.84 Setting up libio-prompt-tiny-perl (0.003-1) ...
13:08:09 #11 39.85 Setting up libhash-fieldhash-perl (0.15-1build5) ...
13:08:09 #11 39.86 Setting up libgd3:armhf (2.3.0-2ubuntu2) ...
13:08:09 #11 39.87 Setting up libvariable-magic-perl (0.62-1build5) ...
13:08:09 #11 39.88 Setting up python3-idna (3.3-1) ...
13:08:09 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
13:08:09 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
13:08:09 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libmpdec3 armhf 2.5.1-1+rpi1 [73.4 kB]
13:08:09 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1+rpi1 [1616 kB]
13:08:09 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9 armhf 3.9.2-1+rpi1 [466 kB]
13:08:09 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
13:08:09 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
13:08:09 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf apt-transport-https all 2.2.4 [160 kB]
13:08:09 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf curl armhf 7.74.0-1.3+deb11u5 [258 kB]
13:08:09 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl4 armhf 7.74.0-1.3+deb11u5 [309 kB]
13:08:09 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf distro-info-data all 0.51+deb11u3 [7812 B]
13:08:09 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1183 kB]
13:08:09 Get:1 http://deb.debian.org/debian bookworm InRelease [171 kB]
13:08:09 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB]
13:08:09 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
13:08:09 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8987 kB]
13:08:09 #11 45.15 Setting up libre-engine-re2-perl (0.13-5) ...
13:08:09 #11 45.16 Setting up libterm-readkey-perl (2.38-1build1) ...
13:08:09 #11 45.17 Setting up lsb-release (11.1.0ubuntu2) ...
13:08:09 #11 45.19 Setting up libnet-ip-perl (1.26-2) ...
13:08:09 #11 45.20 Setting up python3-magic (2:0.4.15-3) ...
13:08:09 #11 45.33 Setting up libperlio-gzip-perl (0.19-1build5) ...
13:08:09 #11 45.35 Setting up libsys-hostname-long-perl (1.5-1) ...
13:08:09 #11 45.36 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
13:08:09 #11 45.37 Setting up liburi-perl (1.76-2) ...
13:08:09 #11 45.38 Setting up libdigest-bubblebabble-perl (0.02-2) ...
13:08:09 #11 45.39 Setting up libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
13:08:09 #11 40.08 Setting up libio-html-perl (1.004-2) ...
13:08:09 #11 40.09 Setting up libpod-parser-perl (1.63-2) ...
13:08:09 #11 40.10 Setting up libb-hooks-op-check-perl (0.22-1build5) ...
13:08:09 #11 40.11 Setting up liblist-moreutils-xs-perl (0.430-2build2) ...
13:08:09 #11 40.12 Setting up libparams-util-perl (1.102-1build3) ...
13:08:09 #11 40.13 Setting up libdpkg-perl (1.21.1ubuntu2.1) ...
13:08:09 #11 40.14 Setting up libtime-duration-perl (1.21-1) ...
13:08:09 #11 40.15 Setting up autoconf (2.71-2) ...
13:08:09 #11 40.16 Setting up python3-urllib3 (1.26.5-1~exp1) ...
13:08:09 Reading package lists...
13:08:09 Building dependency tree...
13:08:09 Reading state information...
13:08:09 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libgirepository-1.0-1 armhf 1.66.1-1+b1 [82.6 kB]
13:08:09 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf gir1.2-glib-2.0 armhf 1.66.1-1+b1 [151 kB]
13:08:09 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libpackagekit-glib2-18 armhf 1.2.2-2 [107 kB]
13:08:09 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.2-2 [36.7 kB]
13:08:09 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf gnupg2 all 2.2.27-2+deb11u2 [434 kB]
13:08:09 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf iso-codes all 4.6.0-1 [2824 kB]
13:08:09 #11 45.40 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
13:08:09 #11 45.42 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
13:08:09 #11 45.60 Setting up automake (1:1.16.1-4ubuntu6) ...
13:08:09 #11 45.61 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:08:09 #11 45.61 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:08:09 #11 45.61 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:08:09 #11 45.62 Setting up libasync-mergepoint-perl (0.04-2) ...
13:08:09 #11 45.63 Setting up libstring-escape-perl (2010.002-2) ...
13:08:09 #11 45.65 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
13:08:09 0 added, 0 removed; done.
13:08:09 Running hooks in /etc/ca-certificates/update.d...
13:08:09 done.
13:08:09 ++ source /etc/os-release
13:08:09 +++ PRETTY_NAME='Debian GNU/Linux 10 (buster)'
13:08:09 +++ NAME='Debian GNU/Linux'
13:08:09 +++ VERSION_ID=10
13:08:09 +++ VERSION='10 (buster)'
13:08:09 +++ VERSION_CODENAME=buster
13:08:09 +++ ID=debian
13:08:09 +++ HOME_URL=https://www.debian.org/
13:08:09 +++ SUPPORT_URL=https://www.debian.org/support
13:08:09 +++ BUG_REPORT_URL=https://bugs.debian.org/
13:08:09 ++ echo debian
13:08:09 + DIST_ID=debian
13:08:09 ++ lsb_release -sc
13:08:09 + DIST_VERSION=buster
13:08:09 + '[' buster = sid ']'
13:08:09 + install_debian_containerd
13:08:09 + '[' staging = stage ']'
13:08:09 + REPO_URL=https://download.docker.com/linux/debian
13:08:09 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
13:08:09 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
13:08:09 + update-ca-certificates -f
13:08:09 Clearing symlinks in /etc/ssl/certs...
13:08:09 --------------------------------------------------------------------------------
13:08:09 Total                                              1.7 MB/s |  36 MB  00:20     
13:08:09 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
13:08:09 Importing GPG key 0xF4A80EB5:
13:08:09  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
13:08:09  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
13:08:09  Package    : centos-release-7-9.2009.0.el7.centos.aarch64 (@instCentOS)
13:08:09  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
13:08:09 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
13:08:09 Importing GPG key 0x305D49D6:
13:08:09  Userid     : "CentOS AltArch SIG - AArch64 (http://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64) <security@centos.org>"
13:08:09  Fingerprint: ef8f 3ca6 6efd f32b 36cd adf7 6c7c b6ef 305d 49d6
13:08:09  Package    : centos-release-7-9.2009.0.el7.centos.aarch64 (@instCentOS)
13:08:09  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
13:08:09 Retrieving key from https://download.docker.com/linux/centos/gpg
13:08:09 #11 40.34 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:08:09 #11 40.34 Setting up libarray-intspan-perl (2.004-1) ...
13:08:09 #11 40.35 Setting up libcapture-tiny-perl (0.48-1) ...
13:08:09 #11 40.36 Setting up libtimedate-perl (2.3300-2) ...
13:08:09 #11 40.37 Setting up libstdc++-11-dev:armhf (11.3.0-1ubuntu1~22.04) ...
13:08:09 #11 40.38 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
13:08:09 #11 40.39 Setting up libsub-name-perl (0.26-1build3) ...
13:08:09 #11 40.40 Setting up libtype-tiny-xs-perl (0.022-1build2) ...
13:08:09 #11 40.41 Setting up libsyntax-keyword-try-perl (0.26-1build1) ...
13:08:09 #11 40.42 Setting up libdata-validate-domain-perl (0.10-1.1) ...
13:08:09 #11 40.43 Setting up libproc-processtable-perl:armhf (0.634-1build1) ...
13:08:09 #11 40.43 Setting up libfile-chdir-perl (0.1008-1.1) ...
13:08:09 #11 40.44 Setting up gcc-11 (11.3.0-1ubuntu1~22.04) ...
13:08:09 #11 40.45 Setting up xauth (1:1.1-1build2) ...
13:08:09 #11 40.46 Setting up libpath-tiny-perl (0.122-1) ...
13:08:09 #11 40.47 Setting up libarchive-cpio-perl (0.10-1.1) ...
13:08:09 #11 40.48 Setting up libjson-perl (4.04000-1) ...
13:08:09 #11 40.49 Setting up libipc-run3-perl (0.048-2) ...
13:08:09 #11 40.50 Setting up libsub-override-perl (0.09-2) ...
13:08:09 The following additional packages will be installed:
13:08:09   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
13:08:09   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
13:08:09   gpgsm iso-codes libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3
13:08:09   libexpat1 libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2
13:08:09   libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
13:08:09   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
13:08:09   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 media-types
13:08:09   openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus
13:08:09   python3-gi python3-minimal python3-pycurl python3-software-properties
13:08:09   python3.9 python3.9-minimal readline-common
13:08:09 Suggested packages:
13:08:09   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
13:08:09   scdaemon isoquery pinentry-doc python3-doc python3-tk python3-venv
13:08:09   python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
13:08:09   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.9-venv
13:08:09   python3.9-doc binutils binfmt-support readline-doc
13:08:09 Recommended packages:
13:08:09   dbus libglib2.0-data shared-mime-info xdg-user-dirs libldap-common libgpm2
13:08:09   packagekit publicsuffix libsasl2-modules unattended-upgrades
13:08:09 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u5 [306 kB]
13:08:09 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libdbus-1-3 armhf 1.12.24-0+deb11u1 [197 kB]
13:08:09 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf lsb-release all 11.1.0+rpi1 [28.1 kB]
13:08:09 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf python-apt-common all 2.2.1 [96.5 kB]
13:08:09 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf python3-apt armhf 2.2.1 [174 kB]
13:08:09 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf python3-dbus armhf 1.2.16-5 [100 kB]
13:08:09 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf python3-gi armhf 3.38.0-2 [215 kB]
13:08:09 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf python3-pycurl armhf 7.43.0.6-5 [66.7 kB]
13:08:09 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf python3-software-properties all 0.96.20.2-2.1 [49.7 kB]
13:08:09 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf software-properties-common all 0.96.20.2-2.1 [83.4 kB]
13:08:09 #12 DONE 17.6s
13:08:09 
13:08:09 #13 [stage-1 5/8] COPY sources/ /sources
13:08:09 #11 45.66 Setting up libhttp-date-perl (6.05-1) ...
13:08:09 #11 45.67 Setting up libfile-which-perl (1.23-1) ...
13:08:09 #11 45.68 Setting up libfile-basedir-perl (0.08-1) ...
13:08:09 #11 45.69 Setting up gettext (0.19.8.1-10build1) ...
13:08:09 #11 45.70 Setting up libnumber-range-perl (0.12-1) ...
13:08:09 #11 45.72 Setting up libunicode-utf8-perl (0.62-1build1) ...
13:08:09 #11 45.73 Setting up libstruct-dumb-perl (0.09-1) ...
13:08:09 #11 45.74 Setting up libfile-listing-perl (6.04-1) ...
13:08:09 #11 45.75 Setting up libstdc++-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:08:09 #11 45.76 Setting up libregexp-pattern-perl (0.2.12-1) ...
13:08:09 #11 45.77 Setting up libfont-afm-perl (1.20-2) ...
13:08:09 #11 45.79 Setting up libwant-perl (0.29-1build4) ...
13:08:09 #11 45.80 Setting up libdynaloader-functions-perl (0.003-1) ...
13:08:09 #11 45.81 Setting up libtext-glob-perl (0.10-1) ...
13:08:09 #11 45.82 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:08:09 #11 45.83 Setting up liblist-compare-perl (0.53-1) ...
13:08:09 #11 45.84 Setting up libref-util-xs-perl (0.117-1build2) ...
13:08:09 #11 45.86 Setting up libio-pty-perl (1:1.12-1) ...
13:08:09 #11 45.87 Setting up libtool (2.4.6-14) ...
13:08:09 #11 45.89 Setting up libfile-fcntllock-perl (0.22-3build4) ...
13:08:09 #11 45.90 Setting up libsort-key-perl (1.33-2build2) ...
13:08:09 #11 45.91 Setting up libclone-perl (0.43-2) ...
13:08:09 #11 45.92 Setting up libalgorithm-diff-perl (1.19.03-2) ...
13:08:09 #11 45.93 Setting up libarchive-zip-perl (1.67-2) ...
13:08:09 #11 45.95 Setting up libsub-identify-perl (0.14-1build2) ...
13:08:09 #11 45.96 Setting up libdistro-info-perl (0.23ubuntu1) ...
13:08:09 done.
13:08:09 Updating certificates in /etc/ssl/certs...
13:08:09 #11 40.51 Setting up libaliased-perl (0.34-1.1) ...
13:08:09 #11 40.52 Setting up python3-unidiff (0.5.5-2) ...
13:08:09 #11 40.65 Setting up libstrictures-perl (2.000006-1) ...
13:08:09 #11 40.66 Setting up libsub-quote-perl (2.006006-1) ...
13:08:09 #11 40.67 Setting up libdevel-stacktrace-perl (2.0400-1) ...
13:08:09 #11 40.68 Setting up libclass-xsaccessor-perl (1.19-3build9) ...
13:08:09 #11 40.69 Setting up libsort-versions-perl (1.62-1) ...
13:08:09 #11 40.70 Setting up libexporter-tiny-perl (1.002002-1) ...
13:08:09 #11 40.71 Setting up libre-engine-re2-perl:armhf (0.14-1build2) ...
13:08:09 #11 40.73 Setting up libfile-dirlist-perl (0.05-2) ...
13:08:09 #11 40.73 Setting up libterm-readkey-perl (2.38-1build4) ...
13:08:09 #11 40.74 Setting up lsb-release (11.1.0ubuntu4) ...
13:08:09 #11 40.76 Setting up python3-magic (2:0.4.24-2) ...
13:08:09 The following NEW packages will be installed:
13:08:09   apt-transport-https ca-certificates curl dirmngr distro-info-data
13:08:09   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
13:08:09   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
13:08:09   libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
13:08:09   libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2 libmpdec3
13:08:09   libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
13:08:09   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
13:08:09   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 lsb-release
13:08:09   media-types openssl pinentry-curses python-apt-common python3 python3-apt
13:08:09   python3-dbus python3-gi python3-minimal python3-pycurl
13:08:09   python3-software-properties python3.9 python3.9-minimal readline-common
13:08:09   software-properties-common
13:08:09 Get:4 http://archive.raspbian.org/raspbian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
13:08:09 Get:5 http://archive.raspbian.org/raspbian buster/main armhf mime-support all 3.62 [37.2 kB]
13:08:09 Get:6 http://archive.raspbian.org/raspbian buster/main armhf libmpdec2 armhf 2.4.2-2 [67.2 kB]
13:08:09 Get:7 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u4 [1663 kB]
13:08:09 debconf: delaying package configuration, since apt-utils is not installed
13:08:09 Fetched 11.6 MB in 2s (7102 kB/s)
13:08:09 Selecting previously unselected package libpython3.9-minimal:armhf.
13:08: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 ... 7899 files and directories currently installed.)
13:08:09 Preparing to unpack .../libpython3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
13:08:09 Unpacking libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
13:08:09 Selecting previously unselected package libexpat1:armhf.
13:08:09 Preparing to unpack .../libexpat1_2.2.10-2+deb11u5_armhf.deb ...
13:08:09 Unpacking libexpat1:armhf (2.2.10-2+deb11u5) ...
13:08:09 #13 DONE 0.5s
13:08:09 #11 45.98 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
13:08:09 #11 46.00 Setting up python3-apt (2.0.1) ...
13:08:09 #11 46.16 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
13:08:09 #11 46.18 Setting up libio-stringy-perl (2.111-3) ...
13:08:09 #11 46.19 Setting up liblist-moreutils-perl (0.416-1build5) ...
13:08:09 #11 46.20 Setting up libhtml-tagset-perl (3.20-4) ...
13:08:09 #11 46.21 Setting up liblog-any-perl (1.708-1) ...
13:08:09 #11 46.22 Setting up libauthen-sasl-perl (2.1600-1) ...
13:08:10 #11 40.89 Setting up libtext-levenshteinxs-perl (0.03-4build10) ...
13:08:10 #11 40.90 Setting up libperlio-gzip-perl (0.19-1build8) ...
13:08:10 #11 40.91 Setting up libsys-hostname-long-perl (1.5-2) ...
13:08:10 #11 40.92 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
13:08:10 #11 40.93 Setting up libsereal-decoder-perl (4.023+ds-1) ...
13:08:10 #11 40.94 Setting up liburi-perl (5.10-1) ...
13:08:10 #11 40.95 Setting up libnet-ipv6addr-perl (1.02-1) ...
13:08:10 #11 40.95 Setting up libfile-touch-perl (0.12-1) ...
13:08:10 #11 40.96 Setting up libc-devtools (2.35-0ubuntu3.1) ...
13:08:10 #11 40.97 Setting up libemail-address-xs-perl (1.04-1build6) ...
13:08:10 #11 40.98 Setting up libnet-ssleay-perl:armhf (1.92-1build2) ...
13:08:10 #11 40.99 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
13:08:10 0 upgraded, 59 newly installed, 0 to remove and 1 not upgraded.
13:08:10 Need to get 23.3 MB of archives.
13:08:10 After this operation, 75.5 MB of additional disk space will be used.
13:08:10 Get:1 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-minimal amd64 3.9.2-1 [801 kB]
13:08:10 Get:2 http://deb.debian.org/debian bullseye/main amd64 libexpat1 amd64 2.2.10-2+deb11u5 [98.2 kB]
13:08:10 Get:3 http://deb.debian.org/debian bullseye/main amd64 python3.9-minimal amd64 3.9.2-1 [1955 kB]
13:08:10 Get:4 http://deb.debian.org/debian bullseye/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB]
13:08:10 Get:5 http://deb.debian.org/debian bullseye/main amd64 media-types all 4.0.0 [30.3 kB]
13:08:10 Get:6 http://deb.debian.org/debian bullseye/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB]
13:08:10 Get:7 http://deb.debian.org/debian bullseye/main amd64 libncursesw6 amd64 6.2+20201114-2 [132 kB]
13:08:10 Get:8 http://deb.debian.org/debian bullseye/main amd64 readline-common all 8.1-1 [73.7 kB]
13:08:10 Get:9 http://deb.debian.org/debian bullseye/main amd64 libreadline8 amd64 8.1-1 [169 kB]
13:08:10 Get:10 http://deb.debian.org/debian bullseye/main amd64 libsqlite3-0 amd64 3.34.1-3 [797 kB]
13:08:10 Get:11 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-stdlib amd64 3.9.2-1 [1684 kB]
13:08:10 Get:12 http://deb.debian.org/debian bullseye/main amd64 python3.9 amd64 3.9.2-1 [466 kB]
13:08:10 Get:13 http://deb.debian.org/debian bullseye/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB]
13:08:10 Get:14 http://deb.debian.org/debian bullseye/main amd64 python3 amd64 3.9.2-3 [37.9 kB]
13:08:10 Get:15 http://deb.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u4 [853 kB]
13:08:10 Get:16 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
13:08:10 Get:17 http://deb.debian.org/debian bullseye/main amd64 apt-transport-https all 2.2.4 [160 kB]
13:08:10 Get:18 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
13:08:10 Get:19 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
13:08:10 Get:20 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
13:08:10 Get:21 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
13:08:10 Get:22 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
13:08:10 Get:23 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
13:08:10 Get:24 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
13:08:10 Get:25 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
13:08:10 Get:26 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u5 [346 kB]
13:08:10 Get:27 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u5 [270 kB]
13:08:10 Get:28 http://deb.debian.org/debian bullseye/main amd64 libassuan0 amd64 2.5.3-7.1 [50.5 kB]
13:08:10 Get:29 http://deb.debian.org/debian bullseye/main amd64 gpgconf amd64 2.2.27-2+deb11u2 [548 kB]
13:08:10 Get:30 http://deb.debian.org/debian-security bullseye-security/main amd64 libksba8 amd64 1.5.0-3+deb11u2 [123 kB]
13:08:10 Get:31 http://deb.debian.org/debian bullseye/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
13:08:10 Get:32 http://deb.debian.org/debian bullseye/main amd64 dirmngr amd64 2.2.27-2+deb11u2 [763 kB]
13:08:10 Get:33 http://deb.debian.org/debian bullseye/main amd64 distro-info-data all 0.51+deb11u3 [7812 B]
13:08:10 Get:34 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-0 amd64 2.66.8-1 [1370 kB]
13:08:10 Selecting previously unselected package docker-ce-cli.
13:08:10 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ...
13:08:10 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
13:08:10 Selecting previously unselected package python3.9-minimal.
13:08:10 Preparing to unpack .../python3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
13:08:10 Unpacking python3.9-minimal (3.9.2-1+rpi1) ...
13:08:10 Setting up libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
13:08:10 Setting up libexpat1:armhf (2.2.10-2+deb11u5) ...
13:08:10 Setting up python3.9-minimal (3.9.2-1+rpi1) ...
13:08:10 
13:08:10 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
13:08:10 #11 46.24 Setting up libdevel-size-perl (0.83-1build1) ...
13:08:10 #11 46.25 Setting up libdebhelper-perl (12.10ubuntu1) ...
13:08:10 #11 46.26 Setting up libpod-constants-perl (0.19-1) ...
13:08:10 #11 46.27 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
13:08:10 #11 46.28 Setting up libperl4-corelibs-perl (0.004-2) ...
13:08:10 #11 46.29 Setting up libfuture-perl (0.43-1) ...
13:08:10 #11 46.31 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:08:10 #11 46.32 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
13:08:10 #11 46.33 Setting up libtry-tiny-perl (0.30-1) ...
13:08:10 #11 46.34 Setting up libtype-tiny-perl (1.008001-2) ...
13:08:10 #11 46.35 Setting up libtest-fatal-perl (0.014-1) ...
13:08:10 #11 46.36 Setting up libcommon-sense-perl (3.74-2build6) ...
13:08:10 #11 46.39 Setting up libxml-namespacesupport-perl (1.12-1) ...
13:08:10 #11 46.40 Setting up libnet-http-perl (6.19-1) ...
13:08:10 #11 46.41 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
13:08:10 #11 46.42 Setting up libencode-locale-perl (1.05-1) ...
13:08:10 #11 46.43 Setting up libtext-levenshtein-perl (0.13-1) ...
13:08:10 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~debian.11~bullseye_armhf.deb'.
13:08:10 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb'.
13:08:10 137 added, 0 removed; done.
13:08:10 Running hooks in /etc/ca-certificates/update.d...
13:08:10 done.
13:08:10 + curl -fsSL https://download.docker.com/linux/debian/gpg
13:08:10 + apt-key add -
13:08:10 Warning: apt-key output should not be parsed (stdout is not a terminal)
13:08:10 #11 41.19 Setting up automake (1:1.16.5-1.3) ...
13:08:10 #11 41.19 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:08:10 #11 41.19 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:08:10 #11 41.19 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:08:10 #11 41.20 Setting up libapt-pkg-perl (0.1.40build2) ...
13:08:10 #11 41.21 Setting up libstring-escape-perl (2010.002-2) ...
13:08:10 #11 41.22 Setting up libhttp-date-perl (6.05-1) ...
13:08:10 #11 41.23 Setting up libfile-which-perl (1.23-1) ...
13:08:10 #11 41.24 Setting up libfile-basedir-perl (0.09-1) ...
13:08:10 #11 41.24 Setting up libunicode-utf8-perl (0.62-1build4) ...
13:08:10 #11 41.25 Setting up libset-intspan-perl (1.19-2) ...
13:08:10 #11 41.27 Setting up libmouse-perl (2.5.10-1build4) ...
13:08:10 #11 41.28 Setting up libfile-listing-perl (6.14-1) ...
13:08:10 #11 41.29 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
13:08:10 #11 41.30 Setting up libregexp-pattern-perl (0.2.14-1) ...
13:08:10 #11 41.31 Setting up libdata-messagepack-perl (1.01-2build1) ...
13:08:10 #11 41.32 Setting up libfont-afm-perl (1.20-3) ...
13:08:10 #11 41.33 Setting up libwant-perl (0.29-1build7) ...
13:08:10 #11 41.34 Setting up libdynaloader-functions-perl (0.003-1.1) ...
13:08:10 #11 41.35 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:08:10 Get:35 http://deb.debian.org/debian bullseye/main amd64 libgirepository-1.0-1 amd64 1.66.1-1+b1 [96.7 kB]
13:08:10 Get:36 http://deb.debian.org/debian bullseye/main amd64 gir1.2-glib-2.0 amd64 1.66.1-1+b1 [151 kB]
13:08:10 Get:37 http://deb.debian.org/debian bullseye/main amd64 libpackagekit-glib2-18 amd64 1.2.2-2 [124 kB]
13:08:10 Get:38 http://deb.debian.org/debian bullseye/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.2-2 [36.8 kB]
13:08:10 Get:39 http://deb.debian.org/debian bullseye/main amd64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
13:08:10 Get:40 http://deb.debian.org/debian bullseye/main amd64 gnupg-utils amd64 2.2.27-2+deb11u2 [905 kB]
13:08:10 Get:41 http://deb.debian.org/debian bullseye/main amd64 gpg amd64 2.2.27-2+deb11u2 [928 kB]
13:08:10 Get:42 http://deb.debian.org/debian bullseye/main amd64 pinentry-curses amd64 1.1.0-4 [64.9 kB]
13:08:10 Get:43 http://deb.debian.org/debian bullseye/main amd64 gpg-agent amd64 2.2.27-2+deb11u2 [669 kB]
13:08:10 Get:44 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-client amd64 2.2.27-2+deb11u2 [524 kB]
13:08:10 Get:45 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-server amd64 2.2.27-2+deb11u2 [516 kB]
13:08:10 Get:46 http://deb.debian.org/debian bullseye/main amd64 gpgsm amd64 2.2.27-2+deb11u2 [645 kB]
13:08:10 Get:47 http://deb.debian.org/debian bullseye/main amd64 gnupg all 2.2.27-2+deb11u2 [825 kB]
13:08:10 Get:48 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
13:08:10 Get:49 http://deb.debian.org/debian bullseye/main amd64 iso-codes all 4.6.0-1 [2824 kB]
13:08:10 Get:50 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl3-gnutls amd64 7.74.0-1.3+deb11u5 [343 kB]
13:08:10 Get:51 http://deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.24-0+deb11u1 [222 kB]
13:08:10 Get:52 http://deb.debian.org/debian bullseye/main amd64 lsb-release all 11.1.0 [27.9 kB]
13:08:10 Get:53 http://deb.debian.org/debian bullseye/main amd64 python-apt-common all 2.2.1 [96.5 kB]
13:08:10 Get:54 http://deb.debian.org/debian bullseye/main amd64 python3-apt amd64 2.2.1 [190 kB]
13:08:10 Get:55 http://deb.debian.org/debian bullseye/main amd64 python3-dbus amd64 1.2.16-5 [108 kB]
13:08:10 Get:56 http://deb.debian.org/debian bullseye/main amd64 python3-gi amd64 3.38.0-2 [232 kB]
13:08:10 Get:57 http://deb.debian.org/debian bullseye/main amd64 python3-pycurl amd64 7.43.0.6-5 [68.8 kB]
13:08:10 Get:58 http://deb.debian.org/debian bullseye/main amd64 python3-software-properties all 0.96.20.2-2.1 [49.7 kB]
13:08:10 Get:59 http://deb.debian.org/debian bullseye/main amd64 software-properties-common all 0.96.20.2-2.1 [83.4 kB]
13:08:10 debconf: delaying package configuration, since apt-utils is not installed
13:08:10 Fetched 23.3 MB in 0s (49.9 MB/s)
13:08:10 ~/rpmbuild/BUILD/src
13:08:10 + popd
13:08:10 + exit 0
13:08:10 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.EVYJ6e
13:08:10 + umask 022
13:08:10 + cd /root/rpmbuild/BUILD
13:08:10 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64 '!=' / ']'
13:08:10 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64
13:08:10 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64
13:08:10 + mkdir -p /root/rpmbuild/BUILDROOT
13:08:10 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64
13:08:10 + cd src
13:08:10 + pushd /root/rpmbuild/BUILD/src/compose
13:08:10 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:08:10 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:08:10 + popd
13:08:10 ~/rpmbuild/BUILD/src
13:08:10 + for f in LICENSE MAINTAINERS NOTICE README.md
13:08:10 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:08:10 + for f in LICENSE MAINTAINERS NOTICE README.md
13:08:10 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:08:10 + for f in LICENSE MAINTAINERS NOTICE README.md
13:08:10 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:08:10 + for f in LICENSE MAINTAINERS NOTICE README.md
13:08:10 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:08:10 + /usr/lib/rpm/check-buildroot
13:08:10 + /usr/lib/rpm/redhat/brp-compress
13:08:10 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:08:10 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:08:10 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:08:10 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:08:10 + /usr/lib/rpm/redhat/brp-python-hardlink
13:08:10 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:08:10 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.DAtzrt
13:08:10 + umask 022
13:08:10 + cd /root/rpmbuild/BUILD
13:08:10 + cd src
13:08:10 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:08:10 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:08:10 + ver=v2.16.0
13:08:10 + test v2.16.0 = v2.16.0
13:08:10 + echo 'PASS: docker-compose version OK'
13:08:10 + exit 0
13:08:10 PASS: docker-compose version OK
13:08:10 Processing files: docker-compose-plugin-2.16.0-0.el7.x86_64
13:08:10 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.OdDIQH
13:08:10 + umask 022
13:08:10 + cd /root/rpmbuild/BUILD
13:08:10 + cd src
13:08:10 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64/usr/share/doc/docker-compose-plugin-2.16.0
13:08:10 + export DOCDIR
13:08:10 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64/usr/share/doc/docker-compose-plugin-2.16.0
13:08:10 + 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.16.0-0.el7.x86_64/usr/share/doc/docker-compose-plugin-2.16.0
13:08:10 + exit 0
13:08:10 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.jCIIgW
13:08:10 + umask 022
13:08:10 + cd /root/rpmbuild/BUILD
13:08:10 + cd src
13:08:10 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.16.0
13:08:10 + export LICENSEDIR
13:08:10 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.16.0
13:08:10 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.16.0
13:08:10 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.16.0
13:08:10 + exit 0
13:08:10 Provides: docker-compose-plugin = 0:2.16.0-0.el7 docker-compose-plugin(x86-64) = 0:2.16.0-0.el7
13:08:10 Requires(interp): /bin/sh /bin/sh /bin/sh
13:08:10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:08:10 Requires(post): /bin/sh
13:08:10 Requires(preun): /bin/sh
13:08:10 Requires(postun): /bin/sh
13:08:10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64
13:08:10 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.16.0-0.el7.src.rpm
13:08:10 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.16.0-0.el7.x86_64.rpm
13:08:10 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.mw97kS
13:08:10 + umask 022
13:08:10 + cd /root/rpmbuild/BUILD
13:08:10 + cd src
13:08:10 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.16.0-0.el7.x86_64
13:08:10 + exit 0
13:08:10 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BcSD2j
13:08:10 + umask 022
13:08:10 + cd /root/rpmbuild/BUILD
13:08:10 + cd /root/rpmbuild/BUILD
13:08:10 + rm -rf src
13:08:10 + /usr/bin/mkdir -p src
13:08:10 + cd src
13:08:10 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:08:10 + /usr/bin/tar -xf -
13:08:10 + STATUS=0
13:08:10 + '[' 0 -ne 0 ']'
13:08:10 + /usr/bin/tar -xf -
13:08:10 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:08:10 + STATUS=0
13:08:10 + '[' 0 -ne 0 ']'
13:08:10 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:08:10 + exit 0
13:08:10 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mwfmQL
13:08:10 + umask 022
13:08:10 + cd /root/rpmbuild/BUILD
13:08:10 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:08:10 + cd src
13:08:10 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:08:10 + bash -c 'TAG_NAME="v0.23.0" COMMIT="6c852fa" PLATFORM_BINARY=docker-scan make native-build'
13:08:10 GO111MODULE=on make -f builder.Makefile build
13:08:10 make[1]: Entering directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:08:10 mkdir -p bin
13:08:10 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=6c852fa -X github.com/docker/scan-cli-plugin/internal.Version=v0.23.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:068f428b9448d2d09aa70bf7dfe7ac98eda25dbc189637528f1a279d3fcae593 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.1064.0" -o bin/docker-scan ./cmd/docker-scan
13:08:10 go: downloading github.com/docker/cli v20.10.17+incompatible
13:08:10 go: downloading github.com/docker/docker v20.10.17+incompatible
13:08:10 go: downloading github.com/spf13/cobra v1.5.0
13:08:10 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
13:08:10 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:08:10 go: downloading github.com/docker/go-units v0.4.0
13:08:10 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
13:08:10 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:08:10 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:08:10 go: downloading github.com/moby/sys/mount v0.3.3
13:08:10 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
13:08:10 go: downloading github.com/containerd/containerd v1.6.6
13:08:10 Get:8 http://archive.raspbian.org/raspbian buster/main armhf python3.7 armhf 3.7.3-2+deb10u4 [330 kB]
13:08:10 #11 46.44 Setting up libnet-dns-perl (1.22-1) ...
13:08:10 #11 46.45 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
13:08:10 #11 46.46 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
13:08:10 #11 46.47 Setting up libstring-shellquote-perl (1.04-1) ...
13:08:10 #11 46.49 Setting up libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
13:08:10 #11 46.50 Setting up libsub-install-perl (0.928-1) ...
13:08:10 #11 46.51 Setting up gcc (4:9.3.0-1ubuntu2) ...
13:08:10 #11 46.53 Setting up dpkg-dev (1.19.7ubuntu3.2) ...
13:08:10 #11 46.55 Setting up libnumber-compare-perl (0.03-1) ...
13:08:10 #11 46.56 Setting up intltool-debian (0.35.0+20060710.5) ...
13:08:10 #11 46.57 Setting up libio-async-perl (0.75-1) ...
13:08:10 #11 46.58 Setting up liberror-perl (0.17029-1) ...
13:08:10 #11 46.59 Setting up patchutils (0.3.4-2) ...
13:08:10 #11 46.60 Setting up libmail-sendmail-perl (0.80-1) ...
13:08:10 #11 46.61 Setting up libltdl-dev:armhf (2.4.6-14) ...
13:08:10 #11 46.62 Setting up libjson-maybexs-perl (1.004000-1) ...
13:08:10 #11 46.63 Setting up libxml-sax-base-perl (1.09-1) ...
13:08:10 #11 46.65 Setting up libio-string-perl (1.08-3) ...
13:08:10 #11 46.65 Setting up libreadonly-perl (2.050-2) ...
13:08:10 #11 41.36 Setting up liblist-compare-perl (0.55-1) ...
13:08:10 #11 41.37 Setting up libref-util-xs-perl (0.117-1build5) ...
13:08:10 #11 41.38 Setting up libio-pty-perl (1:1.15-2build2) ...
13:08:10 #11 41.39 Setting up libtool (2.4.6-15build2) ...
13:08:10 #11 41.40 Setting up g++-11 (11.3.0-1ubuntu1~22.04) ...
13:08:10 #11 41.41 Setting up libfile-fcntllock-perl (0.22-3build7) ...
13:08:10 #11 41.42 Setting up libclone-perl (0.45-1build3) ...
13:08:10 #11 41.43 Setting up libalgorithm-diff-perl (1.201-1) ...
13:08:10 #11 41.44 Setting up libarchive-zip-perl (1.68-1) ...
13:08:10 #11 41.45 Setting up libsub-identify-perl (0.14-1build5) ...
13:08:10 #11 41.46 Setting up libdistro-info-perl (1.1build1) ...
13:08:10 #11 41.47 Setting up libcpanel-json-xs-perl:armhf (4.27-1build1) ...
13:08:10 #11 41.48 Setting up python3-apt (2.4.0) ...
13:08:10 Fetched 9255 kB in 2s (5944 kB/s)
13:08:10 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-37"
13:08:10 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:08:10 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:08:10 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
13:08:10 Selecting previously unselected package libpython3.9-minimal:amd64.
13:08: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 ... 6661 files and directories currently installed.)
13:08:10 Preparing to unpack .../libpython3.9-minimal_3.9.2-1_amd64.deb ...
13:08:10 Unpacking libpython3.9-minimal:amd64 (3.9.2-1) ...
13:08:10 Selecting previously unselected package libexpat1:amd64.
13:08:10 Preparing to unpack .../libexpat1_2.2.10-2+deb11u5_amd64.deb ...
13:08:10 Unpacking libexpat1:amd64 (2.2.10-2+deb11u5) ...
13:08:10 Selecting previously unselected package python3.9-minimal.
13:08:10 Preparing to unpack .../python3.9-minimal_3.9.2-1_amd64.deb ...
13:08:10 Unpacking python3.9-minimal (3.9.2-1) ...
13:08:10 Get:9 http://archive.raspbian.org/raspbian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
13:08:10 Get:10 http://archive.raspbian.org/raspbian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
13:08:10 Get:11 http://archive.raspbian.org/raspbian buster/main armhf apt-transport-https all 1.8.2.3 [149 kB]
13:08:10 Get:12 http://archive.raspbian.org/raspbian buster/main armhf curl armhf 7.64.0-4+deb10u4 [255 kB]
13:08:10 Get:13 http://archive.raspbian.org/raspbian buster/main armhf libcurl4 armhf 7.64.0-4+deb10u4 [295 kB]
13:08:10 Get:14 http://archive.raspbian.org/raspbian buster/main armhf distro-info-data all 0.41+deb10u6 [7080 B]
13:08:10 Get:15 http://archive.raspbian.org/raspbian buster/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u4 [1079 kB]
13:08:10 Selecting previously unselected package docker-scan-plugin.
13:08:10 Preparing to unpack .../docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb ...
13:08:10 Unpacking docker-scan-plugin (0.23.0~ubuntu-jammy) ...
13:08:10 #11 46.66 Setting up python3-chardet (3.0.4-4build1) ...
13:08:10 #11 46.89 Setting up libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
13:08:10 #11 46.91 Setting up libfile-find-rule-perl (0.34-1) ...
13:08:10 #11 41.64 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:08:10 #11 41.65 Setting up liblist-moreutils-perl (0.430-2) ...
13:08:10 #11 41.66 Setting up libhtml-tagset-perl (3.20-4) ...
13:08:10 #11 41.67 Setting up liblog-any-perl (1.710-1) ...
13:08:10 #11 41.68 Setting up libauthen-sasl-perl (2.1600-1.1) ...
13:08:10 #11 41.69 Setting up libdevel-size-perl (0.83-1build4) ...
13:08:10 #11 41.70 Setting up libdebhelper-perl (13.6ubuntu1) ...
13:08:10 #11 41.71 Setting up libpod-constants-perl (0.19-2) ...
13:08:10 #11 41.71 Setting up libregexp-pattern-license-perl (3.9.3-1) ...
13:08:10 #11 41.72 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:08:10 #11 41.73 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
13:08:10 #11 41.74 Setting up libio-interactive-perl (1.023-1) ...
13:08:10 #11 41.75 Setting up libtry-tiny-perl (0.31-1) ...
13:08:10 #11 41.76 Setting up libtype-tiny-perl (1.012004-1) ...
13:08:10 #11 41.77 Setting up libcommon-sense-perl:armhf (3.75-2build1) ...
13:08:10 #11 41.77 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
13:08:10 #11 41.78 Setting up libnet-http-perl (6.22-1) ...
13:08:10 #11 41.79 Setting up libpath-iterator-rule-perl (1.015-1) ...
13:08:10 #11 41.80 Setting up libtext-markdown-discount-perl:armhf (0.13-1build1) ...
13:08:10 #11 41.81 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
13:08:10 #11 41.82 Setting up libtime-moment-perl (0.44-1build6) ...
13:08:10 Reading package lists...
13:08:10 OK
13:08:10 + '[' buster = sid ']'
13:08:10 ++ dpkg --print-architecture
13:08:10 + ARCH=amd64
13:08:10 + echo 'deb [arch=amd64] https://download.docker.com/linux/debian buster test'
13:08:10 + apt-get update
13:08:10 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
13:08:10 Setting up libpython3.9-minimal:amd64 (3.9.2-1) ...
13:08:10 Setting up libexpat1:amd64 (2.2.10-2+deb11u5) ...
13:08:10 Setting up python3.9-minimal (3.9.2-1) ...
13:08:10 Selecting previously unselected package docker-ce-rootless-extras.
13:08:10 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ...
13:08:10 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
13:08:11 #11 46.92 Setting up libstring-copyright-perl (0.003006-1) ...
13:08:11 #11 46.94 Setting up python3-debian (0.1.36ubuntu1) ...
13:08:11 #11 47.09 Setting up python3-requests (2.22.0-2ubuntu1) ...
13:08:11 #11 41.83 Setting up libencode-locale-perl (1.05-1.1) ...
13:08:11 #11 41.84 Setting up libexception-class-perl (1.45-1) ...
13:08:11 #11 41.85 Setting up libmath-base85-perl (0.5+dfsg-1) ...
13:08:11 #11 41.86 Setting up libconfig-tiny-perl (2.28-1) ...
13:08:11 #11 41.87 Setting up libsereal-encoder-perl:armhf (4.023+ds-1) ...
13:08:11 #11 41.88 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
13:08:11 #11 41.89 Setting up liblist-utilsby-perl (0.11-1) ...
13:08:11 #11 41.90 Setting up libstring-shellquote-perl (1.04-1) ...
13:08:11 #11 41.90 Setting up libnet-netmask-perl (2.0001-1) ...
13:08:11 #11 41.91 Setting up libsub-install-perl (0.928-1.1) ...
13:08:11 #11 41.92 Setting up gcc (4:11.2.0-1ubuntu1) ...
13:08:11 #11 41.94 Setting up dpkg-dev (1.21.1ubuntu2.1) ...
13:08:11 #11 41.96 Setting up intltool-debian (0.35.0+20060710.5) ...
13:08:11 #11 41.97 Setting up liberror-perl (0.17029-1) ...
13:08:11 #11 41.99 Setting up dh-autoreconf (20) ...
13:08:11 #11 42.00 Setting up patchutils (0.4.2-1build2) ...
13:08:11 #11 42.01 Setting up libmail-sendmail-perl (0.80-1.1) ...
13:08:11 #11 42.02 Setting up libltdl-dev:armhf (2.4.6-15build2) ...
13:08:11 #11 42.03 Setting up libjson-maybexs-perl (1.004003-1) ...
13:08:11 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:08:11 Selecting previously unselected package python3-minimal.
13:08:11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8193 files and directories currently installed.)
13:08:11 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
13:08:11 Unpacking python3-minimal (3.9.2-3) ...
13:08:11 Selecting previously unselected package media-types.
13:08:11 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
13:08:11 Unpacking media-types (4.0.0) ...
13:08:11 Selecting previously unselected package libmpdec3:armhf.
13:08:11 Preparing to unpack .../2-libmpdec3_2.5.1-1+rpi1_armhf.deb ...
13:08:11 Unpacking libmpdec3:armhf (2.5.1-1+rpi1) ...
13:08:11 Selecting previously unselected package libpython3.9-stdlib:armhf.
13:08:11 Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1+rpi1_armhf.deb ...
13:08:11 Unpacking libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
13:08:11 Hit:1 http://deb.debian.org/debian buster InRelease
13:08:11 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
13:08:11 Hit:3 http://deb.debian.org/debian buster-updates InRelease
13:08:11 Get:4 https://download.docker.com/linux/debian buster InRelease [54.0 kB]
13:08:11 go: downloading github.com/prometheus/client_golang v1.12.2
13:08:11 go: downloading github.com/prometheus/client_model v0.2.0
13:08:11 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:08:11 Get:16 http://archive.raspbian.org/raspbian buster/main armhf libgirepository-1.0-1 armhf 1.58.3-2 [78.8 kB]
13:08:11 Get:17 http://archive.raspbian.org/raspbian buster/main armhf gir1.2-glib-2.0 armhf 1.58.3-2 [143 kB]
13:08:11 Get:18 http://archive.raspbian.org/raspbian buster/main armhf libpackagekit-glib2-18 armhf 1.1.12-5 [98.1 kB]
13:08:11 Get:19 http://archive.raspbian.org/raspbian buster/main armhf gir1.2-packagekitglib-1.0 armhf 1.1.12-5 [35.9 kB]
13:08:11 Get:20 http://archive.raspbian.org/raspbian buster/main armhf gnupg2 all 2.2.12-1+rpi1+deb10u1 [393 kB]
13:08:11 Get:21 http://archive.raspbian.org/raspbian buster/main armhf iso-codes all 4.2-1 [2713 kB]
13:08:11 #11 47.23 Setting up libdata-optlist-perl (0.110-1) ...
13:08:11 #11 47.24 Setting up libipc-run-perl (20180523.0-2) ...
13:08:11 #11 47.26 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
13:08:11 #11 47.27 Setting up libcontextual-return-perl (0.004014-2) ...
13:08:11 #11 47.28 Setting up libwww-robotrules-perl (6.02-1) ...
13:08:11 #11 47.29 Setting up libtypes-serialiser-perl (1.0-1) ...
13:08:11 #11 47.30 Setting up g++ (4:9.3.0-1ubuntu2) ...
13:08:11 #11 47.33 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:08:11 #11 47.33 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:08:11 #11 47.34 Setting up libhtml-parser-perl (3.72-5) ...
13:08:11 #11 47.35 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
13:08:11 #11 47.36 Setting up librole-tiny-perl (2.001004-1) ...
13:08:11 #11 47.37 Setting up build-essential (12.8ubuntu1.1) ...
13:08:11 #11 47.39 Setting up libfont-ttf-perl (1.06-1) ...
13:08:11 #11 47.40 Setting up libfile-homedir-perl (1.004-1) ...
13:08:11 #11 47.42 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
13:08:11 #11 47.43 Setting up libio-socket-ssl-perl (2.067-1) ...
13:08:11 #11 42.03 Setting up libxml-sax-base-perl (1.09-1.1) ...
13:08:11 #11 42.04 Setting up libio-string-perl (1.08-3.1) ...
13:08:11 #11 42.05 Setting up libreadonly-perl (2.050-3) ...
13:08:11 #11 42.06 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ...
13:08:11 #11 42.07 Setting up python3-chardet (4.0.0-1) ...
13:08:11 Selecting previously unselected package python3.9.
13:08:11 Preparing to unpack .../4-python3.9_3.9.2-1+rpi1_armhf.deb ...
13:08:11 Unpacking python3.9 (3.9.2-1+rpi1) ...
13:08:11 Selecting previously unselected package libpython3-stdlib:armhf.
13:08:11 Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_armhf.deb ...
13:08:11 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
13:08:11 Setting up python3-minimal (3.9.2-3) ...
13:08:11 Get:5 https://download.docker.com/linux/debian buster/test amd64 Packages [56.2 kB]
13:08:11 #11 47.44 Setting up libsub-exporter-perl (0.987-1) ...
13:08:11 #11 47.45 Setting up libalgorithm-merge-perl (0.08-3) ...
13:08:11 #11 47.46 Setting up libhttp-message-perl (6.22-1) ...
13:08:11 #11 47.48 Setting up libhtml-form-perl (6.07-1) ...
13:08:11 #11 47.49 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
13:08:11 #11 47.50 Setting up libjson-xs-perl (4.020-1build1) ...
13:08:11 #11 47.51 Setting up libhttp-negotiate-perl (6.01-1) ...
13:08:11 #11 47.52 Setting up libio-prompter-perl (0.004015-1) ...
13:08:11 #11 47.54 Setting up libhttp-cookies-perl (6.08-1) ...
13:08:11 #11 47.55 Setting up po-debconf (1.0.21) ...
13:08:11 #11 47.57 Setting up libhtml-tree-perl (5.07-2) ...
13:08:11 #11 47.58 Setting up libparams-classify-perl (0.015-1build2) ...
13:08:11 #11 47.59 Setting up libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ...
13:08:11 #11 47.60 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:08:11 #11 47.61 Setting up libnet-dns-sec-perl (1.15-1) ...
13:08:11 #11 47.63 Setting up libcurl3-gnutls:armhf (7.68.0-1ubuntu2.15) ...
13:08:11 #11 47.65 Setting up libsereal-perl (4.011-1) ...
13:08:11 Selecting previously unselected package docker-compose-plugin.
13:08:11 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb ...
13:08:11 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.22.04~jammy) ...
13:08:11 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:08:11 #11 42.37 Setting up libstring-copyright-perl (0.003012-1) ...
13:08:11 #11 42.39 Setting up python3-debian (0.1.43ubuntu1) ...
13:08:11 #11 42.57 Setting up python3-requests (2.25.1+dfsg-2) ...
13:08:11 Selecting previously unselected package python3.
13:08:11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8590 files and directories currently installed.)
13:08:11 Preparing to unpack .../00-python3_3.9.2-3_armhf.deb ...
13:08:11 Unpacking python3 (3.9.2-3) ...
13:08:11 Selecting previously unselected package apt-transport-https.
13:08:11 Preparing to unpack .../01-apt-transport-https_2.2.4_all.deb ...
13:08:11 Unpacking apt-transport-https (2.2.4) ...
13:08:11 Preparing to unpack .../02-curl_7.74.0-1.3+deb11u5_armhf.deb ...
13:08:11 Unpacking curl (7.74.0-1.3+deb11u5) over (7.74.0-1.3+deb11u3) ...
13:08:11 Preparing to unpack .../03-libcurl4_7.74.0-1.3+deb11u5_armhf.deb ...
13:08:11 Unpacking libcurl4:armhf (7.74.0-1.3+deb11u5) over (7.74.0-1.3+deb11u3) ...
13:08:11 Fetched 110 kB in 1s (169 kB/s)
13:08:11 Reading package lists...
13:08:11 Building dependency tree...
13:08:11 Reading state information...
13:08:11 #11 47.66 Setting up libhtml-format-perl (2.12-1) ...
13:08:11 #11 47.67 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:08:11 #11 47.73 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:08:11 #11 47.79 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:08:11 #11 47.92 
13:08:11 #11 47.92 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:08:11 Get:22 http://archive.raspbian.org/raspbian buster/main armhf libapt-inst2.0 armhf 1.8.2.3 [200 kB]
13:08:11 Get:23 http://archive.raspbian.org/raspbian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u4 [293 kB]
13:08:11 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libdbus-1-3 armhf 1.12.24-0+deb10u1 [193 kB]
13:08:11 Get:25 http://archive.raspbian.org/raspbian buster/main armhf lsb-release all 10.2019051400+rpi1 [27.8 kB]
13:08:11 Get:26 http://archive.raspbian.org/raspbian buster/main armhf python-apt-common all 1.8.4.3 [96.3 kB]
13:08:11 Get:27 http://archive.raspbian.org/raspbian buster/main armhf python3-apt armhf 1.8.4.3 [168 kB]
13:08:11 Get:28 http://archive.raspbian.org/raspbian buster/main armhf python3-dbus armhf 1.2.8-3 [95.9 kB]
13:08:11 Get:29 http://archive.raspbian.org/raspbian buster/main armhf python3-gi armhf 3.30.4-1 [161 kB]
13:08:11 Get:30 http://archive.raspbian.org/raspbian buster/main armhf python3-pycurl armhf 7.43.0.2-0.1 [62.8 kB]
13:08:11 Get:31 http://archive.raspbian.org/raspbian buster/main armhf python3-software-properties all 0.96.20.2-2 [49.6 kB]
13:08:11 Get:32 http://archive.raspbian.org/raspbian buster/main armhf software-properties-common all 0.96.20.2-2 [83.3 kB]
13:08:11 Selecting previously unselected package python3-minimal.
13:08:11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6955 files and directories currently installed.)
13:08:11 Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ...
13:08:11 Unpacking python3-minimal (3.9.2-3) ...
13:08:11 Selecting previously unselected package media-types.
13:08:11 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
13:08:11 Unpacking media-types (4.0.0) ...
13:08:11 Selecting previously unselected package libmpdec3:amd64.
13:08:11 Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ...
13:08:11 Unpacking libmpdec3:amd64 (2.5.1-1) ...
13:08:11 Selecting previously unselected package libncursesw6:amd64.
13:08:11 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_amd64.deb ...
13:08:11 Unpacking libncursesw6:amd64 (6.2+20201114-2) ...
13:08:11 Selecting previously unselected package readline-common.
13:08:11 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
13:08:11 Unpacking readline-common (8.1-1) ...
13:08:11 Selecting previously unselected package libreadline8:amd64.
13:08:11 Preparing to unpack .../5-libreadline8_8.1-1_amd64.deb ...
13:08:11 Unpacking libreadline8:amd64 (8.1-1) ...
13:08:11 Selecting previously unselected package libsqlite3-0:amd64.
13:08:11 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_amd64.deb ...
13:08:11 Unpacking libsqlite3-0:amd64 (3.34.1-3) ...
13:08:11 Selecting previously unselected package libpython3.9-stdlib:amd64.
13:08:11 #11 42.72 Setting up libdata-optlist-perl (0.112-1) ...
13:08:11 #11 42.73 Setting up libipc-run-perl (20200505.0-1) ...
13:08:11 #11 42.74 Setting up git (1:2.34.1-1ubuntu1.6) ...
13:08:11 #11 42.76 Setting up libtext-xslate-perl:armhf (3.5.9-1build1) ...
13:08:11 #11 42.77 Setting up libcontextual-return-perl (0.004014-2) ...
13:08:11 #11 42.78 Setting up libwww-robotrules-perl (6.02-1) ...
13:08:11 #11 42.79 Setting up libtypes-serialiser-perl (1.01-1) ...
13:08:11 #11 42.80 Setting up g++ (4:11.2.0-1ubuntu1) ...
13:08:11 #11 42.83 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:08:11 #11 42.83 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:08:11 #11 42.83 Setting up libhtml-parser-perl:armhf (3.76-1build2) ...
13:08:11 + make IMAGE=fedora:37 verify
13:08:11 docker run  --rm -i \
13:08:11 	-v "$(pwd):/v" \
13:08:11 	-e DEBIAN_FRONTEND=noninteractive \
13:08:11 	-e PACKAGE_REPO=staging \
13:08:11 	-w /v \
13:08:11 	fedora:37 ./verify
13:08:11 Unable to find image 'fedora:37' locally
13:08:11 37: Pulling from library/fedora
13:08:11 Selecting previously unselected package distro-info-data.
13:08:11 Preparing to unpack .../04-distro-info-data_0.51+deb11u3_all.deb ...
13:08:11 Unpacking distro-info-data (0.51+deb11u3) ...
13:08:11 Selecting previously unselected package libglib2.0-0:armhf.
13:08:11 Preparing to unpack .../05-libglib2.0-0_2.66.8-1_armhf.deb ...
13:08:11 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
13:08:11 Selecting previously unselected package libgirepository-1.0-1:armhf.
13:08:11 Preparing to unpack .../06-libgirepository-1.0-1_1.66.1-1+b1_armhf.deb ...
13:08:11 Unpacking libgirepository-1.0-1:armhf (1.66.1-1+b1) ...
13:08:11 Selecting previously unselected package gir1.2-glib-2.0:armhf.
13:08:11 Preparing to unpack .../07-gir1.2-glib-2.0_1.66.1-1+b1_armhf.deb ...
13:08:11 Unpacking gir1.2-glib-2.0:armhf (1.66.1-1+b1) ...
13:08:11 The following additional packages will be installed:
13:08:11   adduser dbus dbus-bin dbus-daemon dbus-session-bus-common
13:08:11   dbus-system-bus-common dirmngr distro-info-data dmsetup gir1.2-glib-2.0
13:08:11   gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent
13:08:11   gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1
13:08:11   libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12
13:08:11   libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1
13:08:11   libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0
13:08:11   libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72
13:08:11   libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
13:08:11   libkrb5support0 libksba8 libldap-2.5-0 libmpdec3 libncursesw6 libnghttp2-14
13:08:11   libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
13:08:11   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal
13:08:11   libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
13:08:11   libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared libsystemd0
13:08:11   libtirpc-common libtirpc3 libudev1 libunwind8 libxml2 libxmlb2 libyaml-0-2
13:08:11   media-types openssl packagekit pinentry-curses polkitd python-apt-common
13:08:11   python3 python3-apt python3-blinker python3-cffi-backend
13:08:11   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
13:08:11   python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal
13:08:11   python3-oauthlib python3-pkg-resources python3-pyparsing python3-six
13:08:11   python3-software-properties python3-wadllib python3.11 python3.11-minimal
13:08:11   readline-common sgml-base systemd systemd-sysv xml-core
13:08:11 Suggested packages:
13:08:11   liblocale-gettext-perl perl cron quota default-dbus-session-bus
13:08:11   | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie
13:08:11   xloadimage scdaemon isoquery low-memory-monitor krb5-doc krb5-user
13:08:11   gstreamer1.0-tools appstream pinentry-doc polkitd-pkla python3-doc
13:08:11   python3-tk python3-venv python-apt-doc python-blinker-doc
13:08:11   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
13:08:11   python3-crypto python3-setuptools python-pyparsing-doc python3.11-venv
13:08:11   python3.11-doc binutils binfmt-support readline-doc sgml-base-doc
13:08:11   systemd-container systemd-homed systemd-userdbd systemd-boot
13:08:11   systemd-resolved libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0
13:08:11   libtss2-rc0 debhelper
13:08:11 Recommended packages:
13:08:11   libpam-cap shared-mime-info xdg-user-dirs krb5-locales libldap-common
13:08:11   libgpm2 dbus-user-session publicsuffix libsasl2-modules packagekit-tools
13:08:11   systemd-timesyncd | time-daemon libnss-systemd
13:08:12 #11 47.95 Setting up dput (1.0.3ubuntu1) ...
13:08:12 #11 48.10 Setting up libio-async-loop-epoll-perl (0.20-1) ...
13:08:12 #11 48.11 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
13:08:12 debconf: delaying package configuration, since apt-utils is not installed
13:08:12 Fetched 11.0 MB in 4s (2509 kB/s)
13:08:12 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_amd64.deb ...
13:08:12 Unpacking libpython3.9-stdlib:amd64 (3.9.2-1) ...
13:08:12 Selecting previously unselected package python3.9.
13:08:12 Preparing to unpack .../8-python3.9_3.9.2-1_amd64.deb ...
13:08:12 Unpacking python3.9 (3.9.2-1) ...
13:08:12 Selecting previously unselected package libpython3-stdlib:amd64.
13:08:12 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_amd64.deb ...
13:08:12 Unpacking libpython3-stdlib:amd64 (3.9.2-3) ...
13:08:12 #11 42.84 Setting up libgit-wrapper-perl (0.048-1) ...
13:08:12 #11 42.85 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
13:08:12 #11 42.86 Setting up librole-tiny-perl (2.002004-1) ...
13:08:12 #11 42.87 Setting up gnupg (2.2.27-3ubuntu2.1) ...
13:08:12 #11 42.89 Setting up build-essential (12.9ubuntu3) ...
13:08:12 #11 42.90 Setting up libfont-ttf-perl (1.06-1.1) ...
13:08:12 #11 42.91 Setting up libfile-homedir-perl (1.006-1) ...
13:08:12 #11 42.92 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
13:08:12 #11 42.93 Setting up libio-socket-ssl-perl (2.074-2) ...
13:08:12 #11 42.94 Setting up libsub-exporter-perl (0.988-1) ...
13:08:12 #11 42.95 Setting up libalgorithm-merge-perl (0.08-3) ...
13:08:12 #11 42.96 Setting up libhttp-message-perl (6.36-1) ...
13:08:12 #11 42.97 Setting up libdata-validate-ip-perl (0.30-1) ...
13:08:12 #11 42.98 Setting up libhtml-form-perl (6.07-1) ...
13:08:12 #11 42.99 Setting up libiterator-perl (0.03+ds1-1.1) ...
13:08:12 #11 43.00 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
13:08:12 #11 43.01 Setting up libjson-xs-perl (4.030-1build3) ...
13:08:12 #11 43.02 Setting up libhttp-negotiate-perl (6.01-1) ...
13:08:12 #11 43.03 Setting up libio-prompter-perl (0.004015-1) ...
13:08:12 #11 43.04 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
13:08:12 #11 43.05 Setting up libhttp-cookies-perl (6.10-1) ...
13:08:12 #11 43.05 Setting up po-debconf (1.0.21+nmu1) ...
13:08:12 #11 43.06 Setting up libhtml-tree-perl (5.07-2) ...
13:08:12 #11 43.07 Setting up libparams-classify-perl (0.015-1build5) ...
13:08:12 #11 43.08 Setting up libhtml-format-perl (2.12-1.1) ...
13:08:12 #11 43.09 Setting up libxml-sax-perl (1.02+dfsg-3) ...
13:08:12 #11 43.15 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:08:12 cd974119263e: Already exists
13:08:12 Digest: sha256:3487c98481d1bba7e769cf7bcecd6343c2d383fdd6bed34ec541b6b23ef07664
13:08:12 Status: Downloaded newer image for fedora:37
13:08:12 Selecting previously unselected package libpackagekit-glib2-18:armhf.
13:08:12 Preparing to unpack .../08-libpackagekit-glib2-18_1.2.2-2_armhf.deb ...
13:08:12 Unpacking libpackagekit-glib2-18:armhf (1.2.2-2) ...
13:08:12 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:08:12 Preparing to unpack .../09-gir1.2-packagekitglib-1.0_1.2.2-2_armhf.deb ...
13:08:12 Unpacking gir1.2-packagekitglib-1.0 (1.2.2-2) ...
13:08:12 Selecting previously unselected package gnupg2.
13:08:12 Preparing to unpack .../10-gnupg2_2.2.27-2+deb11u2_all.deb ...
13:08:12 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
13:08:12 Selecting previously unselected package iso-codes.
13:08:12 Preparing to unpack .../11-iso-codes_4.6.0-1_all.deb ...
13:08:12 Unpacking iso-codes (4.6.0-1) ...
13:08:12 Reading package lists...
13:08:12 ++ find deb/debbuild/debian-buster/ -type f -name '*.deb'
13:08:12 + packages='deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb
13:08:12 deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_amd64.deb
13:08:12 deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb
13:08:12 deb/debbuild/debian-buster/docker-scan-plugin_0.23.0~debian-buster_amd64.deb
13:08:12 deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb
13:08:12 deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'
13:08:12 ++ echo 'deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb
13:08:12 deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_amd64.deb
13:08:12 deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb
13:08:12 deb/debbuild/debian-buster/docker-scan-plugin_0.23.0~debian-buster_amd64.deb
13:08:12 deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb
13:08:12 deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'
13:08:12 ++ xargs
13:08:12 ++ awk '$0="./"$0'
13:08:12 + packages='./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-scan-plugin_0.23.0~debian-buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'
13:08:12 + set -x
13:08:12 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-scan-plugin_0.23.0~debian-buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb
13:08:12 Selecting previously unselected package docker-buildx-plugin.
13:08:12 (Reading database ... 9718 files and directories currently installed.)
13:08:12 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb ...
13:08:12 Unpacking docker-buildx-plugin (0.10.2-1~debian.10~buster) ...
13:08:12 #11 48.24 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:08:12 #11 48.25 Setting up libmodule-runtime-perl (0.016-1) ...
13:08:12 #11 48.27 Setting up libmailtools-perl (2.21-1) ...
13:08:12 #11 48.28 Setting up git (1:2.25.1-1ubuntu3.8) ...
13:08:12 #11 48.31 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
13:08:12 #11 48.36 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:08:12 #11 48.43 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:08:12 #11 48.50 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:08:12 Selecting previously unselected package libpython3.7-minimal:armhf.
13:08:12 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7700 files and directories currently installed.)
13:08:12 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
13:08:12 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
13:08:12 Selecting previously unselected package libexpat1:armhf.
13:08:12 Preparing to unpack .../libexpat1_2.2.6-2+deb10u6_armhf.deb ...
13:08:12 Unpacking libexpat1:armhf (2.2.6-2+deb10u6) ...
13:08:12 Selecting previously unselected package python3.7-minimal.
13:08:12 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
13:08:12 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
13:08:12 Setting up python3-minimal (3.9.2-3) ...
13:08:12 Selecting previously unselected package python3.
13:08:12 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7393 files and directories currently installed.)
13:08:12 Preparing to unpack .../00-python3_3.9.2-3_amd64.deb ...
13:08:12 Unpacking python3 (3.9.2-3) ...
13:08:12 Selecting previously unselected package openssl.
13:08:12 Preparing to unpack .../01-openssl_1.1.1n-0+deb11u4_amd64.deb ...
13:08:12 Unpacking openssl (1.1.1n-0+deb11u4) ...
13:08:12 #11 43.21 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:08:12 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.22.04~jammy) ...
13:08:12 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
13:08:12 Setting up docker-scan-plugin (0.23.0~ubuntu-jammy) ...
13:08:12 Setting up docker-compose-plugin (2.16.0-1~ubuntu.22.04~jammy) ...
13:08:12 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
13:08:12 #11 48.63 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:08:12 #11 48.66 Setting up dh-strip-nondeterminism (1.7.0-1) ...
13:08:12 #11 48.67 Setting up libconst-fast-perl (0.014-1) ...
13:08:12 #11 48.68 Setting up libhttp-daemon-perl (6.06-1ubuntu0.1) ...
13:08:12 #11 48.70 Setting up libgit-wrapper-perl (0.048-1) ...
13:08:12 #11 48.71 Setting up libcurl4:armhf (7.68.0-1ubuntu2.15) ...
13:08:12 #11 48.72 Setting up curl (7.68.0-1ubuntu2.15) ...
13:08:12 #11 48.73 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
13:08:12 #11 48.74 Setting up libmodule-implementation-perl (0.09-1) ...
13:08:12 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
13:08:12 Setting up libexpat1:armhf (2.2.6-2+deb10u6) ...
13:08:12 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
13:08:12 Selecting previously unselected package ca-certificates.
13:08:12 Preparing to unpack .../02-ca-certificates_20210119_all.deb ...
13:08:12 Unpacking ca-certificates (20210119) ...
13:08:12 Selecting previously unselected package apt-transport-https.
13:08:12 Preparing to unpack .../03-apt-transport-https_2.2.4_all.deb ...
13:08:12 Unpacking apt-transport-https (2.2.4) ...
13:08:12 Selecting previously unselected package libbrotli1:amd64.
13:08:12 Preparing to unpack .../04-libbrotli1_1.0.9-2+b2_amd64.deb ...
13:08:12 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
13:08:12 Selecting previously unselected package libsasl2-modules-db:amd64.
13:08:12 Preparing to unpack .../05-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
13:08:12 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
13:08:12 #11 43.33 
13:08:12 #11 43.33 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:08:12 #11 43.35 Setting up dput (1.1.0ubuntu2) ...
13:08:12 #11 43.50 Setting up libdata-validate-uri-perl (0.07-2) ...
13:08:12 #11 43.51 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:08:12 #11 43.52 Setting up libmodule-runtime-perl (0.016-1) ...
13:08:12 #11 43.53 Setting up libmailtools-perl (2.21-1) ...
13:08:12 #11 43.54 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
13:08:12 #11 43.59 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:08:12 + verify
13:08:12 + dpkg --version
13:08:12 + rpm --version
13:08:12 + verify_rpm
13:08:12 ++ . /etc/os-release
13:08:12 +++ NAME='Fedora Linux'
13:08:12 +++ VERSION='37 (Container Image)'
13:08:12 +++ ID=fedora
13:08:12 +++ VERSION_ID=37
13:08:12 +++ VERSION_CODENAME=
13:08:12 +++ PLATFORM_ID=platform:f37
13:08:12 +++ PRETTY_NAME='Fedora Linux 37 (Container Image)'
13:08:12 +++ ANSI_COLOR='0;38;2;60;110;180'
13:08:12 +++ LOGO=fedora-logo-icon
13:08:12 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:37
13:08:12 +++ DEFAULT_HOSTNAME=fedora
13:08:12 +++ HOME_URL=https://fedoraproject.org/
13:08:12 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/
13:08:12 +++ SUPPORT_URL=https://ask.fedoraproject.org/
13:08:12 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:08:12 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
13:08:12 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=37
13:08:12 +++ REDHAT_SUPPORT_PRODUCT=Fedora
13:08:12 +++ REDHAT_SUPPORT_PRODUCT_VERSION=37
13:08:12 +++ SUPPORT_END=2023-11-14
13:08:12 +++ VARIANT='Container Image'
13:08:12 +++ VARIANT_ID=container
13:08:12 ++ echo fedora
13:08:12 + DIST_ID=fedora
13:08:12 ++ . /etc/os-release
13:08:12 +++ NAME='Fedora Linux'
13:08:12 +++ VERSION='37 (Container Image)'
13:08:12 +++ ID=fedora
13:08:12 +++ VERSION_ID=37
13:08:12 +++ VERSION_CODENAME=
13:08:12 +++ PLATFORM_ID=platform:f37
13:08:12 +++ PRETTY_NAME='Fedora Linux 37 (Container Image)'
13:08:12 +++ ANSI_COLOR='0;38;2;60;110;180'
13:08:12 +++ LOGO=fedora-logo-icon
13:08:12 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:37
13:08:12 +++ DEFAULT_HOSTNAME=fedora
13:08:12 +++ HOME_URL=https://fedoraproject.org/
13:08:12 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/
13:08:12 +++ SUPPORT_URL=https://ask.fedoraproject.org/
13:08:12 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:08:12 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
13:08:12 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=37
13:08:12 +++ REDHAT_SUPPORT_PRODUCT=Fedora
13:08:12 +++ REDHAT_SUPPORT_PRODUCT_VERSION=37
13:08:12 +++ SUPPORT_END=2023-11-14
13:08:12 +++ VARIANT='Container Image'
13:08:12 +++ VARIANT_ID=container
13:08:12 ++ echo 37
13:08:12 ++ cut -d. -f1
13:08:12 + DIST_VERSION=37
13:08:12 + pkg_manager=yum
13:08:12 + pkg_config_manager=yum-config-manager
13:08:12 + dnf --version
13:08:12 Selecting previously unselected package libcurl3-gnutls:armhf.
13:08:12 Preparing to unpack .../12-libcurl3-gnutls_7.74.0-1.3+deb11u5_armhf.deb ...
13:08:12 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u5) ...
13:08:12 Selecting previously unselected package libdbus-1-3:armhf.
13:08:12 Preparing to unpack .../13-libdbus-1-3_1.12.24-0+deb11u1_armhf.deb ...
13:08:12 Unpacking libdbus-1-3:armhf (1.12.24-0+deb11u1) ...
13:08:12 Selecting previously unselected package lsb-release.
13:08:12 Preparing to unpack .../14-lsb-release_11.1.0+rpi1_all.deb ...
13:08:12 Unpacking lsb-release (11.1.0+rpi1) ...
13:08:12 Selecting previously unselected package python-apt-common.
13:08:12 Preparing to unpack .../15-python-apt-common_2.2.1_all.deb ...
13:08:12 Unpacking python-apt-common (2.2.1) ...
13:08:12 Selecting previously unselected package python3-apt.
13:08:12 Preparing to unpack .../16-python3-apt_2.2.1_armhf.deb ...
13:08:12 Unpacking python3-apt (2.2.1) ...
13:08:12 Selecting previously unselected package python3-dbus.
13:08:12 Preparing to unpack .../17-python3-dbus_1.2.16-5_armhf.deb ...
13:08:12 Unpacking python3-dbus (1.2.16-5) ...
13:08:12 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
13:08:12 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
13:08:12 invoke-rc.d: could not determine current runlevel
13:08:12 invoke-rc.d: policy-rc.d denied execution of start.
13:08:12 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
13:08:12 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:08:12  docker-ce-rootless-extras depends on dbus-user-session; however:
13:08:12   Package dbus-user-session is not installed.
13:08:12 
13:08:12 #11 48.75 Setting up libemail-valid-perl (1.202-1) ...
13:08:12 #11 48.76 Setting up libpackage-stash-perl (0.38-1) ...
13:08:12 #11 48.78 Setting up libimport-into-perl (1.002005-1) ...
13:08:12 #11 48.80 Setting up libmoo-perl (2.003006-1) ...
13:08:12 #11 48.81 Setting up liblist-someutils-perl (0.58-1) ...
13:08:12 #11 48.83 Setting up liblist-someutils-xs-perl (0.58-2) ...
13:08:12 #11 48.84 Setting up gnupg (2.2.19-3ubuntu2.2) ...
13:08:12 #11 48.85 Setting up libmoox-aliases-perl (0.001006-1) ...
13:08:12 #11 48.86 Setting up libparams-validate-perl (1.29-3) ...
13:08:12 #11 48.87 Setting up libb-hooks-endofscope-perl (0.24-1) ...
13:08:12 #11 48.89 Setting up libnamespace-clean-perl (0.27-1) ...
13:08:12 #11 48.90 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
13:08:12 #11 48.91 Setting up libgitlab-api-v4-perl (0.25-1) ...
13:08:12 #11 48.92 Setting up libmoox-struct-perl (0.017-1) ...
13:08:12 #11 48.94 Setting up lintian (2.62.0ubuntu2.2) ...
13:08:12 #11 48.95 Setting up licensecheck (3.0.45-1) ...
13:08:12 The following NEW packages will be installed:
13:08:12   adduser apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon
13:08:12   dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data
13:08:12   dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
13:08:12   gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
13:08:12   iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1
13:08:12   libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
13:08:12   libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1
13:08:12   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
13:08:12   libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5
13:08:12   libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8
13:08:12   libldap-2.5-0 libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libnsl2
13:08:12   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
13:08:12   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal
13:08:12   libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
13:08:12   libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared
13:08:12   libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2
13:08:12   lsb-release media-types openssl packagekit pinentry-curses polkitd
13:08:12   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
13:08:12   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
13:08:12   python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal
13:08:12   python3-oauthlib python3-pkg-resources python3-pyparsing python3-six
13:08:12   python3-software-properties python3-wadllib python3.11 python3.11-minimal
13:08:12   readline-common sgml-base software-properties-common systemd systemd-sysv
13:08:12   xml-core
13:08:12 The following packages will be upgraded:
13:08:12   libsystemd0 libudev1
13:08:12 2 upgraded, 119 newly installed, 0 to remove and 6 not upgraded.
13:08:12 Need to get 49.7 MB of archives.
13:08:12 After this operation, 175 MB of additional disk space will be used.
13:08:12 Get:1 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.7-2 [2007 kB]
13:08:12 Selecting previously unselected package libsasl2-2:amd64.
13:08:12 Preparing to unpack .../06-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
13:08:12 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
13:08:12 Selecting previously unselected package libldap-2.4-2:amd64.
13:08:12 Preparing to unpack .../07-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
13:08:12 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
13:08:12 Selecting previously unselected package libnghttp2-14:amd64.
13:08:12 Preparing to unpack .../08-libnghttp2-14_1.43.0-1_amd64.deb ...
13:08:12 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
13:08:12 Selecting previously unselected package libpsl5:amd64.
13:08:12 Preparing to unpack .../09-libpsl5_0.21.0-1.2_amd64.deb ...
13:08:12 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
13:08:12 Selecting previously unselected package librtmp1:amd64.
13:08:12 Preparing to unpack .../10-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
13:08:12 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
13:08:12 #11 43.66 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:08:12 #11 43.74 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:08:12 #11 43.86 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:08:12 4.14.0
13:08:12   Installed: dnf-0:4.14.0-1.fc37.noarch at Sun Dec 11 05:49:07 2022
13:08:12   Built    : Fedora Project at Fri Sep  9 13:05:18 2022
13:08:12 
13:08:12   Installed: rpm-0:4.18.0-1.fc37.x86_64 at Sun Dec 11 05:49:07 2022
13:08:12   Built    : Fedora Project at Wed Sep 21 10:51:10 2022
13:08:12 + pkg_manager=dnf
13:08:12 + pkg_config_manager='dnf config-manager'
13:08:12 + dnf clean all
13:08:12 0 files removed
13:08:12 Selecting previously unselected package python3-gi.
13:08:12 Preparing to unpack .../18-python3-gi_3.38.0-2_armhf.deb ...
13:08:12 Unpacking python3-gi (3.38.0-2) ...
13:08:12 Selecting previously unselected package python3-pycurl.
13:08:12 Preparing to unpack .../19-python3-pycurl_7.43.0.6-5_armhf.deb ...
13:08:12 Unpacking python3-pycurl (7.43.0.6-5) ...
13:08:12 Selecting previously unselected package python3-software-properties.
13:08:12 Preparing to unpack .../20-python3-software-properties_0.96.20.2-2.1_all.deb ...
13:08:12 Unpacking python3-software-properties (0.96.20.2-2.1) ...
13:08:12 Selecting previously unselected package software-properties-common.
13:08:12 Preparing to unpack .../21-software-properties-common_0.96.20.2-2.1_all.deb ...
13:08:12 Unpacking software-properties-common (0.96.20.2-2.1) ...
13:08:12 Setting up media-types (4.0.0) ...
13:08:12 Setting up gnupg2 (2.2.27-2+deb11u2) ...
13:08:12 Setting up apt-transport-https (2.2.4) ...
13:08:12 Setting up libglib2.0-0:armhf (2.66.8-1) ...
13:08:12 No schema files found: doing nothing.
13:08:12 Setting up distro-info-data (0.51+deb11u3) ...
13:08:13 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_amd64.deb
13:08:13 #11 48.96 Setting up dh-autoreconf (19) ...
13:08:13 #11 48.98 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
13:08:13 #11 48.99 Setting up libwww-perl (6.43-1) ...
13:08:13 #11 49.00 Setting up debhelper (12.10ubuntu1) ...
13:08:13 #11 49.01 Setting up devscripts (2.20.2ubuntu2) ...
13:08:13 #11 49.16 Setting up equivs (2.2.0) ...
13:08:13 #11 49.18 Setting up libxml-parser-perl (2.46-1) ...
13:08:13 #11 49.19 Setting up libxml-sax-expat-perl (0.51-1) ...
13:08:13 #11 49.23 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:08:13 Get:2 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3 [20.0 kB]
13:08:13 Get:3 http://deb.debian.org/debian bookworm/main amd64 libudev1 amd64 252.5-2 [107 kB]
13:08:13 Get:4 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB]
13:08:13 Get:5 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB]
13:08:13 Get:6 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB]
13:08:13 Get:7 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.0-2 [222 kB]
13:08:13 Get:8 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-4 [193 kB]
13:08:13 Get:9 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB]
13:08:13 Get:10 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-2+b1 [41.5 kB]
13:08:13 Get:11 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB]
13:08:13 Get:12 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.5-2 [1684 kB]
13:08:13 Get:13 http://deb.debian.org/debian bookworm/main amd64 libsystemd0 amd64 252.5-2 [329 kB]
13:08:13 Get:14 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.5-2 [3010 kB]
13:08:13 Get:15 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.5-2 [41.3 kB]
13:08:13 Get:16 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.4-1 [235 kB]
13:08:13 Get:17 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.4-1 [139 kB]
13:08:13 Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.4-1 [112 kB]
13:08:13 Get:19 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1 [99.3 kB]
13:08:13 Get:20 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.4-1 [217 kB]
13:08:13 Get:21 http://deb.debian.org/debian bookworm/main amd64 adduser all 3.130 [117 kB]
13:08:13 Get:22 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.4-1 [113 kB]
13:08:13 Get:23 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.4-1 [131 kB]
13:08:13 Get:24 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-minimal amd64 3.11.1-2 [812 kB]
13:08:13 Get:25 http://deb.debian.org/debian bookworm/main amd64 python3.11-minimal amd64 3.11.1-2 [2065 kB]
13:08:13 Get:26 http://deb.debian.org/debian bookworm/main amd64 python3-minimal amd64 3.11.1-3 [25.9 kB]
13:08:13 Get:27 http://deb.debian.org/debian bookworm/main amd64 media-types all 8.0.0 [33.4 kB]
13:08:13 Get:28 http://deb.debian.org/debian bookworm/main amd64 libmpdec3 amd64 2.5.1-2 [87.8 kB]
13:08:13 Get:29 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-2 [134 kB]
13:08:13 Get:30 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-1 [32.2 kB]
13:08:13 Get:31 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-1 [78.6 kB]
13:08:13 Get:32 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B]
13:08:13 Get:33 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-1 [331 kB]
13:08:13 Get:34 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-1 [134 kB]
13:08:13 Get:35 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
13:08:13 Get:36 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB]
13:08:13 Get:37 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB]
13:08:13 Get:38 http://deb.debian.org/debian bookworm/main amd64 readline-common all 8.2-1.3 [69.0 kB]
13:08:13 Get:39 http://deb.debian.org/debian bookworm/main amd64 libreadline8 amd64 8.2-1.3 [166 kB]
13:08:13 Get:40 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-0 amd64 3.40.1-1 [838 kB]
13:08:13 Get:41 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-stdlib amd64 3.11.1-2 [1712 kB]
13:08:13 Get:42 http://deb.debian.org/debian bookworm/main amd64 python3.11 amd64 3.11.1-2 [567 kB]
13:08:13 Get:43 http://deb.debian.org/debian bookworm/main amd64 libpython3-stdlib amd64 3.11.1-3 [8960 B]
13:08:13 Get:44 http://deb.debian.org/debian bookworm/main amd64 python3 amd64 3.11.1-3 [25.9 kB]
13:08:13 Get:45 http://deb.debian.org/debian bookworm/main amd64 sgml-base all 1.31 [15.4 kB]
13:08:13 Get:46 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.7-2 [1399 kB]
13:08:13 Get:47 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20211016 [156 kB]
13:08:13 Get:48 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.5-2 [223 kB]
13:08:13 Get:49 http://deb.debian.org/debian bookworm/main amd64 apt-transport-https all 2.5.5 [22.0 kB]
13:08:13 Get:50 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB]
13:08:13 Get:51 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB]
13:08:13 Get:52 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB]
13:08:13 Get:53 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-3 [183 kB]
13:08:13 Get:54 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.51.0-1 [71.5 kB]
13:08:13 Get:55 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
13:08:13 Get:56 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
13:08:13 Get:57 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB]
13:08:13 Get:58 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.87.0-2 [376 kB]
13:08:13 Get:59 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.87.0-2 [308 kB]
13:08:13 Get:60 http://deb.debian.org/debian bookworm/main amd64 libassuan0 amd64 2.5.5-5 [48.5 kB]
13:08:13 Get:61 http://deb.debian.org/debian bookworm/main amd64 gpgconf amd64 2.2.40-1 [564 kB]
13:08:13 Get:62 http://deb.debian.org/debian bookworm/main amd64 libksba8 amd64 1.6.3-2 [128 kB]
13:08:13 Get:63 http://deb.debian.org/debian bookworm/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
13:08:13 Get:64 http://deb.debian.org/debian bookworm/main amd64 dirmngr amd64 2.2.40-1 [792 kB]
13:08:13 Get:65 http://deb.debian.org/debian bookworm/main amd64 distro-info-data all 0.56 [5500 B]
13:08:13 Get:66 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-0 amd64 2.74.5-1 [1396 kB]
13:08:13 Get:67 http://deb.debian.org/debian bookworm/main amd64 libgirepository-1.0-1 amd64 1.74.0-3 [101 kB]
13:08:13 Get:68 http://deb.debian.org/debian bookworm/main amd64 gir1.2-glib-2.0 amd64 1.74.0-3 [159 kB]
13:08:13 Get:69 http://deb.debian.org/debian bookworm/main amd64 libpackagekit-glib2-18 amd64 1.2.6-2 [112 kB]
13:08:13 Get:70 http://deb.debian.org/debian bookworm/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.6-2 [25.0 kB]
13:08:13 Get:71 http://deb.debian.org/debian bookworm/main amd64 gnupg-l10n all 2.2.40-1 [1094 kB]
13:08:13 Get:72 http://deb.debian.org/debian bookworm/main amd64 gnupg-utils amd64 2.2.40-1 [926 kB]
13:08:13 Get:73 http://deb.debian.org/debian bookworm/main amd64 gpg amd64 2.2.40-1 [948 kB]
13:08:13 Get:74 http://deb.debian.org/debian bookworm/main amd64 pinentry-curses amd64 1.2.1-1 [77.4 kB]
13:08:13 Get:75 http://deb.debian.org/debian bookworm/main amd64 gpg-agent amd64 2.2.40-1 [694 kB]
13:08:13 Get:76 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-client amd64 2.2.40-1 [540 kB]
13:08:13 Get:77 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-server amd64 2.2.40-1 [531 kB]
13:08:13 Get:78 http://deb.debian.org/debian bookworm/main amd64 gpgsm amd64 2.2.40-1 [671 kB]
13:08:13 Get:79 http://deb.debian.org/debian bookworm/main amd64 gnupg all 2.2.40-1 [846 kB]
13:08:13 Get:80 http://deb.debian.org/debian bookworm/main amd64 gnupg2 all 2.2.40-1 [445 kB]
13:08:13 Get:81 http://deb.debian.org/debian bookworm/main amd64 iso-codes all 4.12.0-1 [2888 kB]
13:08:13 Selecting previously unselected package libssh2-1:amd64.
13:08:13 Preparing to unpack .../11-libssh2-1_1.9.0-2_amd64.deb ...
13:08:13 Unpacking libssh2-1:amd64 (1.9.0-2) ...
13:08:13 Selecting previously unselected package libcurl4:amd64.
13:08:13 Preparing to unpack .../12-libcurl4_7.74.0-1.3+deb11u5_amd64.deb ...
13:08:13 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u5) ...
13:08:13 Selecting previously unselected package curl.
13:08:13 Preparing to unpack .../13-curl_7.74.0-1.3+deb11u5_amd64.deb ...
13:08:13 Unpacking curl (7.74.0-1.3+deb11u5) ...
13:08:13 Selecting previously unselected package libassuan0:amd64.
13:08:13 Preparing to unpack .../14-libassuan0_2.5.3-7.1_amd64.deb ...
13:08:13 Unpacking libassuan0:amd64 (2.5.3-7.1) ...
13:08:13 Selecting previously unselected package gpgconf.
13:08:13 Preparing to unpack .../15-gpgconf_2.2.27-2+deb11u2_amd64.deb ...
13:08:13 Unpacking gpgconf (2.2.27-2+deb11u2) ...
13:08:13 Selecting previously unselected package libksba8:amd64.
13:08:13 Preparing to unpack .../16-libksba8_1.5.0-3+deb11u2_amd64.deb ...
13:08:13 #11 43.88 Setting up dh-strip-nondeterminism (1.13.0-1) ...
13:08:13 #11 43.89 Setting up libconst-fast-perl (0.014-1.1) ...
13:08:13 #11 43.90 Setting up libhttp-daemon-perl (6.13-1ubuntu0.1) ...
13:08:13 #11 43.91 Setting up libdata-dpath-perl (0.58-1) ...
13:08:13 #11 43.92 Setting up libmodule-implementation-perl (0.09-1.1) ...
13:08:13 #11 43.93 Setting up libpackage-stash-perl (0.39-1) ...
13:08:13 #11 43.94 Setting up libimport-into-perl (1.002005-1) ...
13:08:13 #11 43.94 Setting up libmoo-perl (2.005004-3) ...
13:08:13 #11 43.95 Setting up liblist-someutils-perl (0.58-1) ...
13:08:13 #11 43.96 Setting up debhelper (13.6ubuntu1) ...
13:08:13 #11 43.97 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
13:08:13 #11 43.98 Setting up equivs (2.3.1) ...
13:08:13 #11 43.99 Setting up libmoox-aliases-perl (0.001006-1.1) ...
13:08:13 #11 44.00 Setting up libb-hooks-endofscope-perl (0.25-1) ...
13:08:13 #11 44.01 Setting up libnamespace-clean-perl (0.27-1) ...
13:08:13 #11 44.02 Setting up libnamespace-autoclean-perl (0.29-1) ...
13:08:13 #11 44.03 Setting up libgitlab-api-v4-perl (0.26-1) ...
13:08:13 #11 44.04 Setting up libmoox-struct-perl (0.020-1) ...
13:08:13 #11 44.05 Setting up lintian (2.114.0ubuntu1.2) ...
13:08:13 #11 44.07 Setting up licensecheck (3.2.14-2) ...
13:08:13 Selecting previously unselected package python3-minimal.
13:08:13 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7950 files and directories currently installed.)
13:08:13 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
13:08:13 Unpacking python3-minimal (3.7.3-1) ...
13:08:13 Selecting previously unselected package mime-support.
13:08:13 Preparing to unpack .../1-mime-support_3.62_all.deb ...
13:08:13 Unpacking mime-support (3.62) ...
13:08:13 Selecting previously unselected package libmpdec2:armhf.
13:08:13 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
13:08:13 Unpacking libmpdec2:armhf (2.4.2-2) ...
13:08:13 Selecting previously unselected package libpython3.7-stdlib:armhf.
13:08:13 Preparing to unpack .../3-libpython3.7-stdlib_3.7.3-2+deb10u4_armhf.deb ...
13:08:13 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
13:08:13 + dnf install -y 'dnf-command(config-manager)'
13:08:13 Setting up libpackagekit-glib2-18:armhf (1.2.2-2) ...
13:08:13 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u5) ...
13:08:13 Setting up libdbus-1-3:armhf (1.12.24-0+deb11u1) ...
13:08:13 Setting up python-apt-common (2.2.1) ...
13:08:13 Setting up libmpdec3:armhf (2.5.1-1+rpi1) ...
13:08:13 Setting up libcurl4:armhf (7.74.0-1.3+deb11u5) ...
13:08:13 Setting up libgirepository-1.0-1:armhf (1.66.1-1+b1) ...
13:08:13 Setting up curl (7.74.0-1.3+deb11u5) ...
13:08:13 Setting up iso-codes (4.6.0-1) ...
13:08:13 Setting up libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
13:08:13 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
13:08:13 Setting up gir1.2-glib-2.0:armhf (1.66.1-1+b1) ...
13:08:13 Setting up python3.9 (3.9.2-1+rpi1) ...
13:08:13 #11 49.28 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:08:13 #11 49.41 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:08:13 #11 49.44 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
13:08:13 #11 49.46 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
13:08:13 #11 49.47 Updating certificates in /etc/ssl/certs...
13:08:13 Get:82 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.87.0-2 [369 kB]
13:08:13 Get:83 http://deb.debian.org/debian bookworm/main amd64 libstemmer0d amd64 2.2.0-2 [118 kB]
13:08:13 Get:84 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB]
13:08:13 Get:85 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.1+b3 [687 kB]
13:08:13 Get:86 http://deb.debian.org/debian bookworm/main amd64 libxmlb2 amd64 0.3.10-2 [60.2 kB]
13:08:13 Get:87 http://deb.debian.org/debian bookworm/main amd64 libyaml-0-2 amd64 0.2.5-1 [53.6 kB]
13:08:13 Get:88 http://deb.debian.org/debian bookworm/main amd64 libappstream4 amd64 0.16.0-1 [197 kB]
13:08:13 Get:89 http://deb.debian.org/debian bookworm/main amd64 libcap2-bin amd64 1:2.66-3 [34.6 kB]
13:08:13 Get:90 http://deb.debian.org/debian bookworm/main amd64 libduktape207 amd64 2.7.0-1+b1 [134 kB]
13:08:13 Get:91 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB]
13:08:13 Get:92 http://deb.debian.org/debian bookworm/main amd64 libdw1 amd64 0.188-2.1 [235 kB]
13:08:13 Get:93 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-data all 2.74.5-1 [1210 kB]
13:08:13 Get:94 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-bin amd64 2.74.5-1 [109 kB]
13:08:13 Get:95 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB]
13:08:13 Get:96 http://deb.debian.org/debian bookworm/main amd64 libgstreamer1.0-0 amd64 1.22.0-2 [1169 kB]
13:08:13 Get:97 http://deb.debian.org/debian bookworm/main amd64 libpolkit-gobject-1-0 amd64 122-3 [43.9 kB]
13:08:13 Get:98 http://deb.debian.org/debian bookworm/main amd64 libpolkit-agent-1-0 amd64 122-3 [24.4 kB]
13:08:13 Get:99 http://deb.debian.org/debian bookworm/main amd64 lsb-release all 12.0-1 [6416 B]
13:08:13 Get:100 http://deb.debian.org/debian bookworm/main amd64 xml-core all 0.18+nmu1 [23.8 kB]
13:08:13 Get:101 http://deb.debian.org/debian bookworm/main amd64 polkitd amd64 122-3 [112 kB]
13:08:13 Get:102 http://deb.debian.org/debian bookworm/main amd64 packagekit amd64 1.2.6-2 [608 kB]
13:08:13 Get:103 http://deb.debian.org/debian bookworm/main amd64 python-apt-common all 2.5.2 [64.1 kB]
13:08:13 Get:104 http://deb.debian.org/debian bookworm/main amd64 python3-apt amd64 2.5.2+b1 [158 kB]
13:08:13 Get:105 http://deb.debian.org/debian bookworm/main amd64 python3-blinker all 1.5-1 [14.7 kB]
13:08:13 Get:106 http://deb.debian.org/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB]
13:08:13 Get:107 http://deb.debian.org/debian bookworm/main amd64 python3-cryptography amd64 38.0.4-2 [665 kB]
13:08:13 Get:108 http://deb.debian.org/debian bookworm/main amd64 python3-dbus amd64 1.3.2-4+b1 [95.1 kB]
13:08:13 Get:109 http://deb.debian.org/debian bookworm/main amd64 python3-distro all 1.8.0-1 [20.5 kB]
13:08:13 Get:110 http://deb.debian.org/debian bookworm/main amd64 python3-gi amd64 3.42.2-3+b1 [219 kB]
13:08:13 Get:111 http://deb.debian.org/debian bookworm/main amd64 python3-pyparsing all 3.0.9-1 [138 kB]
13:08:13 Get:112 http://deb.debian.org/debian bookworm/main amd64 python3-httplib2 all 0.20.4-3 [36.0 kB]
13:08:13 Get:113 http://deb.debian.org/debian bookworm/main amd64 python3-jwt all 2.6.0-1 [26.6 kB]
13:08:13 Get:114 http://deb.debian.org/debian bookworm/main amd64 python3-pkg-resources all 65.6.3-1 [278 kB]
13:08:13 Get:115 http://deb.debian.org/debian bookworm/main amd64 python3-lazr.uri all 1.0.6-3 [13.7 kB]
13:08:13 Get:116 http://deb.debian.org/debian bookworm/main amd64 python3-wadllib all 1.3.6-4 [37.2 kB]
13:08:13 Get:117 http://deb.debian.org/debian bookworm/main amd64 python3-oauthlib all 3.2.2-1 [95.4 kB]
13:08:13 Get:118 http://deb.debian.org/debian bookworm/main amd64 python3-six all 1.16.0-4 [17.5 kB]
13:08:13 Get:119 http://deb.debian.org/debian bookworm/main amd64 python3-lazr.restfulclient all 0.14.5-1 [50.4 kB]
13:08:13 Get:120 http://deb.debian.org/debian bookworm/main amd64 python3-software-properties all 0.99.30-4 [32.7 kB]
13:08:13 Get:121 http://deb.debian.org/debian bookworm/main amd64 software-properties-common all 0.99.30-4 [62.0 kB]
13:08:13 Unpacking libksba8:amd64 (1.5.0-3+deb11u2) ...
13:08:13 Selecting previously unselected package libnpth0:amd64.
13:08:13 Preparing to unpack .../17-libnpth0_1.6-3_amd64.deb ...
13:08:13 Unpacking libnpth0:amd64 (1.6-3) ...
13:08:13 Selecting previously unselected package dirmngr.
13:08:13 Preparing to unpack .../18-dirmngr_2.2.27-2+deb11u2_amd64.deb ...
13:08:13 Unpacking dirmngr (2.2.27-2+deb11u2) ...
13:08:13 Selecting previously unselected package distro-info-data.
13:08:13 Preparing to unpack .../19-distro-info-data_0.51+deb11u3_all.deb ...
13:08:13 Unpacking distro-info-data (0.51+deb11u3) ...
13:08:13 Selecting previously unselected package libglib2.0-0:amd64.
13:08:13 Preparing to unpack .../20-libglib2.0-0_2.66.8-1_amd64.deb ...
13:08:13 Unpacking libglib2.0-0:amd64 (2.66.8-1) ...
13:08:13 #11 44.08 Setting up liblwp-protocol-https-perl (6.10-1) ...
13:08:13 #11 44.08 Setting up libwww-perl (6.61-1) ...
13:08:13 #11 44.09 Setting up devscripts (2.22.1ubuntu1) ...
13:08:13 #11 44.24 Setting up libxml-parser-perl:armhf (2.46-3build1) ...
13:08:13 #11 44.25 Setting up libxml-sax-expat-perl (0.51-1) ...
13:08:13 #11 44.29 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:08:13 #11 44.35 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:08:13 Selecting previously unselected package python3.7.
13:08:13 Preparing to unpack .../4-python3.7_3.7.3-2+deb10u4_armhf.deb ...
13:08:13 Unpacking python3.7 (3.7.3-2+deb10u4) ...
13:08:13 Selecting previously unselected package libpython3-stdlib:armhf.
13:08:13 Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_armhf.deb ...
13:08:13 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
13:08:13 Setting up python3-minimal (3.7.3-1) ...
13:08:13 Reading package lists...
13:08:13 #11 49.78 0 added, 0 removed; done.
13:08:13 debconf: delaying package configuration, since apt-utils is not installed
13:08:13 Fetched 49.7 MB in 1s (75.7 MB/s)
13:08:13 Selecting previously unselected package libssl3:amd64.
13:08:13 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6002 files and directories currently installed.)
13:08:13 Preparing to unpack .../libssl3_3.0.7-2_amd64.deb ...
13:08:13 Unpacking libssl3:amd64 (3.0.7-2) ...
13:08:13 Selecting previously unselected package libargon2-1:amd64.
13:08:13 Preparing to unpack .../libargon2-1_0~20171227-0.3_amd64.deb ...
13:08:13 Unpacking libargon2-1:amd64 (0~20171227-0.3) ...
13:08:13 Selecting previously unselected package libgirepository-1.0-1:amd64.
13:08:13 Preparing to unpack .../21-libgirepository-1.0-1_1.66.1-1+b1_amd64.deb ...
13:08:13 Unpacking libgirepository-1.0-1:amd64 (1.66.1-1+b1) ...
13:08:13 Selecting previously unselected package gir1.2-glib-2.0:amd64.
13:08:13 Preparing to unpack .../22-gir1.2-glib-2.0_1.66.1-1+b1_amd64.deb ...
13:08:13 Unpacking gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ...
13:08:13 Selecting previously unselected package libpackagekit-glib2-18:amd64.
13:08:13 Preparing to unpack .../23-libpackagekit-glib2-18_1.2.2-2_amd64.deb ...
13:08:13 Unpacking libpackagekit-glib2-18:amd64 (1.2.2-2) ...
13:08:13 #11 44.47 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:08:13 #11 44.50 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
13:08:13 #11 44.52 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
13:08:13 #11 44.52 Updating certificates in /etc/ssl/certs...
13:08:13 Selecting previously unselected package python3.
13:08:13 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8387 files and directories currently installed.)
13:08:13 Preparing to unpack .../00-python3_3.7.3-1_armhf.deb ...
13:08:13 Unpacking python3 (3.7.3-1) ...
13:08:13 Selecting previously unselected package apt-transport-https.
13:08:13 Preparing to unpack .../01-apt-transport-https_1.8.2.3_all.deb ...
13:08:13 Unpacking apt-transport-https (1.8.2.3) ...
13:08:13 Preparing to unpack .../02-curl_7.64.0-4+deb10u4_armhf.deb ...
13:08:13 Unpacking curl (7.64.0-4+deb10u4) over (7.64.0-4+deb10u3) ...
13:08:13 #11 49.79 Running hooks in /etc/ca-certificates/update.d...
13:08:13 #11 49.79 done.
13:08:13 Building dependency tree...
13:08:13 Reading state information...
13:08:13 Correcting dependencies... Done
13:08:13 Preparing to unpack .../libudev1_252.5-2_amd64.deb ...
13:08:13 Unpacking libudev1:amd64 (252.5-2) over (252.4-2) ...
13:08:13 Setting up libudev1:amd64 (252.5-2) ...
13:08:13 Selecting previously unselected package dmsetup.
13:08:13 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6019 files and directories currently installed.)
13:08:13 Preparing to unpack .../0-dmsetup_2%3a1.02.185-2_amd64.deb ...
13:08:13 Unpacking dmsetup (2:1.02.185-2) ...
13:08:13 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:08:13 Preparing to unpack .../1-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ...
13:08:13 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
13:08:13 Selecting previously unselected package libjson-c5:amd64.
13:08:13 Preparing to unpack .../2-libjson-c5_0.16-2_amd64.deb ...
13:08:13 Unpacking libjson-c5:amd64 (0.16-2) ...
13:08:13 Selecting previously unselected package libcryptsetup12:amd64.
13:08:13 Preparing to unpack .../3-libcryptsetup12_2%3a2.6.0-2_amd64.deb ...
13:08:13 Unpacking libcryptsetup12:amd64 (2:2.6.0-2) ...
13:08:13 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:08:13 Preparing to unpack .../24-gir1.2-packagekitglib-1.0_1.2.2-2_amd64.deb ...
13:08:13 Unpacking gir1.2-packagekitglib-1.0 (1.2.2-2) ...
13:08:13 Selecting previously unselected package gnupg-l10n.
13:08:13 Preparing to unpack .../25-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
13:08:13 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
13:08:13 Selecting previously unselected package gnupg-utils.
13:08:13 Preparing to unpack .../26-gnupg-utils_2.2.27-2+deb11u2_amd64.deb ...
13:08:13 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
13:08:13 Selecting previously unselected package gpg.
13:08:13 Preparing to unpack .../27-gpg_2.2.27-2+deb11u2_amd64.deb ...
13:08:13 Unpacking gpg (2.2.27-2+deb11u2) ...
13:08:13 #11 44.83 0 added, 0 removed; done.
13:08:13 #11 44.83 Running hooks in /etc/ca-certificates/update.d...
13:08:13 #11 44.83 done.
13:08:13 Preparing to unpack .../03-libcurl4_7.64.0-4+deb10u4_armhf.deb ...
13:08:13 Unpacking libcurl4:armhf (7.64.0-4+deb10u4) over (7.64.0-4+deb10u3) ...
13:08:13 Selecting previously unselected package distro-info-data.
13:08:13 Preparing to unpack .../04-distro-info-data_0.41+deb10u6_all.deb ...
13:08:13 Unpacking distro-info-data (0.41+deb10u6) ...
13:08:13 Selecting previously unselected package libglib2.0-0:armhf.
13:08:13 Preparing to unpack .../05-libglib2.0-0_2.58.3-2+deb10u4_armhf.deb ...
13:08:13 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
13:08:13 Selecting previously unselected package libgirepository-1.0-1:armhf.
13:08:14 Selecting previously unselected package docker-compose-plugin.
13:08:14 Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.10~buster_amd64.deb ...
13:08:14 Unpacking docker-compose-plugin (2.16.0-1~debian.10~buster) ...
13:08:14 Skipping docker-ce, it is already installed and upgrade is not set.
13:08:14 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:08:14 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:08:14 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:08:14 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:08:14 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
13:08:14 The following additional packages will be installed:
13:08:14   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:08:14   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
13:08:14 Suggested packages:
13:08:14   firewalld kmod nftables
13:08:14 The following NEW packages will be installed:
13:08:14   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:08:14   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
13:08:14 Selecting previously unselected package libfdisk1:amd64.
13:08:14 Preparing to unpack .../4-libfdisk1_2.38.1-4_amd64.deb ...
13:08:14 Unpacking libfdisk1:amd64 (2.38.1-4) ...
13:08:14 Selecting previously unselected package libkmod2:amd64.
13:08:14 Preparing to unpack .../5-libkmod2_30+20221128-1_amd64.deb ...
13:08:14 Unpacking libkmod2:amd64 (30+20221128-1) ...
13:08:14 Selecting previously unselected package libapparmor1:amd64.
13:08:14 Preparing to unpack .../6-libapparmor1_3.0.8-2+b1_amd64.deb ...
13:08:14 Unpacking libapparmor1:amd64 (3.0.8-2+b1) ...
13:08:14 Selecting previously unselected package libip4tc2:amd64.
13:08:14 Preparing to unpack .../7-libip4tc2_1.8.9-2_amd64.deb ...
13:08:14 Unpacking libip4tc2:amd64 (1.8.9-2) ...
13:08:14 Selecting previously unselected package libsystemd-shared:amd64.
13:08:14 Preparing to unpack .../8-libsystemd-shared_252.5-2_amd64.deb ...
13:08:14 Unpacking libsystemd-shared:amd64 (252.5-2) ...
13:08:14 Selecting previously unselected package pinentry-curses.
13:08:14 Preparing to unpack .../28-pinentry-curses_1.1.0-4_amd64.deb ...
13:08:14 Unpacking pinentry-curses (1.1.0-4) ...
13:08:14 Selecting previously unselected package gpg-agent.
13:08:14 Preparing to unpack .../29-gpg-agent_2.2.27-2+deb11u2_amd64.deb ...
13:08:14 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
13:08:14 Selecting previously unselected package gpg-wks-client.
13:08:14 Preparing to unpack .../30-gpg-wks-client_2.2.27-2+deb11u2_amd64.deb ...
13:08:14 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
13:08:14 Selecting previously unselected package gpg-wks-server.
13:08:14 Preparing to unpack .../31-gpg-wks-server_2.2.27-2+deb11u2_amd64.deb ...
13:08:14 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
13:08:14 Selecting previously unselected package gpgsm.
13:08:14 Preparing to unpack .../32-gpgsm_2.2.27-2+deb11u2_amd64.deb ...
13:08:14 Unpacking gpgsm (2.2.27-2+deb11u2) ...
13:08:14 Setting up python3 (3.9.2-3) ...
13:08:14 Setting up gir1.2-packagekitglib-1.0 (1.2.2-2) ...
13:08:14 Setting up python3-pycurl (7.43.0.6-5) ...
13:08:14 Setting up python3-gi (3.38.0-2) ...
13:08:14 Preparing to unpack .../06-libgirepository-1.0-1_1.58.3-2_armhf.deb ...
13:08:14 Unpacking libgirepository-1.0-1:armhf (1.58.3-2) ...
13:08:14 Selecting previously unselected package gir1.2-glib-2.0:armhf.
13:08:14 Preparing to unpack .../07-gir1.2-glib-2.0_1.58.3-2_armhf.deb ...
13:08:14 Unpacking gir1.2-glib-2.0:armhf (1.58.3-2) ...
13:08:14 Selecting previously unselected package libpackagekit-glib2-18:armhf.
13:08:14 Preparing to unpack .../08-libpackagekit-glib2-18_1.1.12-5_armhf.deb ...
13:08:14 Unpacking libpackagekit-glib2-18:armhf (1.1.12-5) ...
13:08:14 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:08:14 Preparing to unpack .../09-gir1.2-packagekitglib-1.0_1.1.12-5_armhf.deb ...
13:08:14 Unpacking gir1.2-packagekitglib-1.0 (1.1.12-5) ...
13:08:14 Selecting previously unselected package gnupg2.
13:08:14 Preparing to unpack .../10-gnupg2_2.2.12-1+rpi1+deb10u1_all.deb ...
13:08:14 Unpacking gnupg2 (2.2.12-1+rpi1+deb10u1) ...
13:08:14 Selecting previously unselected package iso-codes.
13:08:14 Preparing to unpack .../11-iso-codes_4.2-1_all.deb ...
13:08:14 Unpacking iso-codes (4.2-1) ...
13:08:14 #14 DONE 3.9s
13:08:14 
13:08:14 #15 [stage-1 7/8] WORKDIR /root/build-deb
13:08:14 #15 DONE 0.0s
13:08:14 
13:08:14 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
13:08:14 #16 DONE 0.0s
13:08:14 
13:08:14 #17 exporting to image
13:08:14 #17 exporting layers
13:08:14 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded.
13:08:14 Need to get 28.4 MB of archives.
13:08:14 After this operation, 118 MB of additional disk space will be used.
13:08:14 Get:1 https://download.docker.com/linux/ubuntu jammy/test amd64 containerd.io amd64 1.6.16-1 [27.7 MB]
13:08:14 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmnl0 amd64 1.0.4-3build2 [13.2 kB]
13:08:14 Preparing to unpack .../9-libsystemd0_252.5-2_amd64.deb ...
13:08:14 Unpacking libsystemd0:amd64 (252.5-2) over (252.4-2) ...
13:08:14 Setting up libsystemd0:amd64 (252.5-2) ...
13:08:14 Setting up libssl3:amd64 (3.0.7-2) ...
13:08:14 Selecting previously unselected package gnupg.
13:08:14 Preparing to unpack .../33-gnupg_2.2.27-2+deb11u2_all.deb ...
13:08:14 Unpacking gnupg (2.2.27-2+deb11u2) ...
13:08:14 Selecting previously unselected package gnupg2.
13:08:14 Preparing to unpack .../34-gnupg2_2.2.27-2+deb11u2_all.deb ...
13:08:14 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
13:08:14 Selecting previously unselected package iso-codes.
13:08:14 Preparing to unpack .../35-iso-codes_4.6.0-1_all.deb ...
13:08:14 Unpacking iso-codes (4.6.0-1) ...
13:08:14 Setting up lsb-release (11.1.0+rpi1) ...
13:08:14 Setting up python3-dbus (1.2.16-5) ...
13:08:14   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch          47/62 
13:08:14   Installing       : python3-policycoreutils-3.5-0.rc2.1.el9.noarch       48/62 
13:08:14   Installing       : policycoreutils-python-utils-3.5-0.rc2.1.el9.noarc   49/62 
13:08:14   Running scriptlet: container-selinux-3:2.199.0-1.el9.noarch             50/62 
13:08:14   Installing       : container-selinux-3:2.199.0-1.el9.noarch             50/62 
13:08:14 Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxtables12 amd64 1.8.7-1ubuntu5 [31.2 kB]
13:08:14 Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB]
13:08:14 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libip6tc2 amd64 1.8.7-1ubuntu5 [20.2 kB]
13:08:14 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnfnetlink0 amd64 1.0.1-3build3 [14.6 kB]
13:08:14 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnetfilter-conntrack3 amd64 1.0.9-1 [45.3 kB]
13:08:14 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnftnl11 amd64 1.2.1-1build1 [65.5 kB]
13:08:14 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 iptables amd64 1.8.7-1ubuntu5 [455 kB]
13:08:14 Selecting previously unselected package systemd.
13:08: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 ... 6089 files and directories currently installed.)
13:08:14 Preparing to unpack .../systemd_252.5-2_amd64.deb ...
13:08:14 Unpacking systemd (252.5-2) ...
13:08:14 Selecting previously unselected package docker-ce-rootless-extras.
13:08:14 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb ...
13:08:14 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
13:08:14 Setting up python3-apt (2.2.1) ...
13:08:14 Setting up python3-software-properties (0.96.20.2-2.1) ...
13:08:14 Selecting previously unselected package libapt-inst2.0:armhf.
13:08:14 Preparing to unpack .../12-libapt-inst2.0_1.8.2.3_armhf.deb ...
13:08:14 Unpacking libapt-inst2.0:armhf (1.8.2.3) ...
13:08:14 Selecting previously unselected package libcurl3-gnutls:armhf.
13:08:14 Preparing to unpack .../13-libcurl3-gnutls_7.64.0-4+deb10u4_armhf.deb ...
13:08:14 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u4) ...
13:08:14 Selecting previously unselected package libdbus-1-3:armhf.
13:08:14 Preparing to unpack .../14-libdbus-1-3_1.12.24-0+deb10u1_armhf.deb ...
13:08:14 Unpacking libdbus-1-3:armhf (1.12.24-0+deb10u1) ...
13:08:14 Selecting previously unselected package lsb-release.
13:08:14 Preparing to unpack .../15-lsb-release_10.2019051400+rpi1_all.deb ...
13:08:14 Unpacking lsb-release (10.2019051400+rpi1) ...
13:08:14 Selecting previously unselected package python-apt-common.
13:08:14 Preparing to unpack .../16-python-apt-common_1.8.4.3_all.deb ...
13:08:14 Unpacking python-apt-common (1.8.4.3) ...
13:08:14 Selecting previously unselected package python3-apt.
13:08:14 Preparing to unpack .../17-python3-apt_1.8.4.3_armhf.deb ...
13:08:14 Unpacking python3-apt (1.8.4.3) ...
13:08:14 #11 DONE 45.8s
13:08:14 
13:08:14 #12 [stage-1 4/9] COPY common /root/build-deb/debian
13:08:14 Setting up libargon2-1:amd64 (0~20171227-0.3) ...
13:08:14 Setting up libjson-c5:amd64 (0.16-2) ...
13:08:14 Setting up libfdisk1:amd64 (2.38.1-4) ...
13:08:14 Setting up libkmod2:amd64 (30+20221128-1) ...
13:08:14 Setting up libapparmor1:amd64 (3.0.8-2+b1) ...
13:08:14 Setting up libip4tc2:amd64 (1.8.9-2) ...
13:08:14 Setting up libsystemd-shared:amd64 (252.5-2) ...
13:08:14 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
13:08:14 Setting up libcryptsetup12:amd64 (2:2.6.0-2) ...
13:08:14 Setting up systemd (252.5-2) ...
13:08:14 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:08:14 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:08:14 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:08:14 Initializing machine ID from random generator.
13:08:14 Creating group 'systemd-journal' with GID 999.
13:08:14 Creating group 'systemd-network' with GID 998.
13:08:14 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
13:08:14 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus-user-session amd64 1.12.20-2ubuntu4.1 [9442 B]
13:08:14 debconf: delaying package configuration, since apt-utils is not installed
13:08:14 Fetched 28.4 MB in 1s (33.2 MB/s)
13:08:14 Setting up software-properties-common (0.96.20.2-2.1) ...
13:08:14 Processing triggers for libc-bin (2.31-13+rpi1+deb11u3) ...
13:08:14 Selecting previously unselected package libcurl3-gnutls:amd64.
13:08:14 Preparing to unpack .../36-libcurl3-gnutls_7.74.0-1.3+deb11u5_amd64.deb ...
13:08:14 Unpacking libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u5) ...
13:08:14 Selecting previously unselected package libdbus-1-3:amd64.
13:08:14 Preparing to unpack .../37-libdbus-1-3_1.12.24-0+deb11u1_amd64.deb ...
13:08:14 Unpacking libdbus-1-3:amd64 (1.12.24-0+deb11u1) ...
13:08:14 Selecting previously unselected package lsb-release.
13:08:14 Preparing to unpack .../38-lsb-release_11.1.0_all.deb ...
13:08:14 Unpacking lsb-release (11.1.0) ...
13:08:14 Selecting previously unselected package python-apt-common.
13:08:14 Preparing to unpack .../39-python-apt-common_2.2.1_all.deb ...
13:08:14 Unpacking python-apt-common (2.2.1) ...
13:08:14 Selecting previously unselected package python3-apt.
13:08:14 Preparing to unpack .../40-python3-apt_2.2.1_amd64.deb ...
13:08:14 Unpacking python3-apt (2.2.1) ...
13:08:14 Selecting previously unselected package python3-dbus.
13:08:14 Preparing to unpack .../41-python3-dbus_1.2.16-5_amd64.deb ...
13:08:14 Unpacking python3-dbus (1.2.16-5) ...
13:08:14 Selecting previously unselected package python3-dbus.
13:08:14 Preparing to unpack .../18-python3-dbus_1.2.8-3_armhf.deb ...
13:08:14 Unpacking python3-dbus (1.2.8-3) ...
13:08:14 Selecting previously unselected package python3-gi.
13:08:14 Preparing to unpack .../19-python3-gi_3.30.4-1_armhf.deb ...
13:08:14 Unpacking python3-gi (3.30.4-1) ...
13:08:14 Selecting previously unselected package python3-pycurl.
13:08:14 Preparing to unpack .../20-python3-pycurl_7.43.0.2-0.1_armhf.deb ...
13:08:14 Unpacking python3-pycurl (7.43.0.2-0.1) ...
13:08:14 Selecting previously unselected package python3-software-properties.
13:08:14 Preparing to unpack .../21-python3-software-properties_0.96.20.2-2_all.deb ...
13:08:14 Unpacking python3-software-properties (0.96.20.2-2) ...
13:08:15 #12 DONE 0.0s
13:08:15 
13:08:15 #13 [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:08:15 Setting up dmsetup (2:1.02.185-2) ...
13:08:15 Selecting previously unselected package systemd-sysv.
13:08:15 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6927 files and directories currently installed.)
13:08:15 Preparing to unpack .../0-systemd-sysv_252.5-2_amd64.deb ...
13:08:15 Unpacking systemd-sysv (252.5-2) ...
13:08:15 Selecting previously unselected package libdbus-1-3:amd64.
13:08:15 Preparing to unpack .../1-libdbus-1-3_1.14.4-1_amd64.deb ...
13:08:15 Unpacking libdbus-1-3:amd64 (1.14.4-1) ...
13:08:15 Selecting previously unselected package dbus-bin.
13:08:15 Preparing to unpack .../2-dbus-bin_1.14.4-1_amd64.deb ...
13:08:15 Unpacking dbus-bin (1.14.4-1) ...
13:08:15 Selecting previously unselected package dbus-session-bus-common.
13:08:15 Preparing to unpack .../3-dbus-session-bus-common_1.14.4-1_all.deb ...
13:08:15 Unpacking dbus-session-bus-common (1.14.4-1) ...
13:08:15 Selecting previously unselected package libexpat1:amd64.
13:08:15 Selecting previously unselected package libmnl0:amd64.
13:08:15 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9452 files and directories currently installed.)
13:08:15 Preparing to unpack .../0-libmnl0_1.0.4-3build2_amd64.deb ...
13:08:15 Unpacking libmnl0:amd64 (1.0.4-3build2) ...
13:08:15 Selecting previously unselected package libxtables12:amd64.
13:08:15 Preparing to unpack .../1-libxtables12_1.8.7-1ubuntu5_amd64.deb ...
13:08:15 Unpacking libxtables12:amd64 (1.8.7-1ubuntu5) ...
13:08:15 Selecting previously unselected package netbase.
13:08:15 Preparing to unpack .../2-netbase_6.3_all.deb ...
13:08:15 Unpacking netbase (6.3) ...
13:08:15 Selecting previously unselected package libip6tc2:amd64.
13:08:15 Preparing to unpack .../3-libip6tc2_1.8.7-1ubuntu5_amd64.deb ...
13:08:15 Unpacking libip6tc2:amd64 (1.8.7-1ubuntu5) ...
13:08:15 Selecting previously unselected package libnfnetlink0:amd64.
13:08:15 Preparing to unpack .../4-libnfnetlink0_1.0.1-3build3_amd64.deb ...
13:08:15 Unpacking libnfnetlink0:amd64 (1.0.1-3build3) ...
13:08:15 Selecting previously unselected package libnetfilter-conntrack3:amd64.
13:08:15 Preparing to unpack .../5-libnetfilter-conntrack3_1.0.9-1_amd64.deb ...
13:08:15 Unpacking libnetfilter-conntrack3:amd64 (1.0.9-1) ...
13:08:15 ++ source /etc/os-release
13:08:15 +++ PRETTY_NAME='Raspbian GNU/Linux 11 (bullseye)'
13:08:15 +++ NAME='Raspbian GNU/Linux'
13:08:15 +++ VERSION_ID=11
13:08:15 +++ VERSION='11 (bullseye)'
13:08:15 +++ VERSION_CODENAME=bullseye
13:08:15 +++ ID=raspbian
13:08:15 +++ ID_LIKE=debian
13:08:15 +++ HOME_URL=http://www.raspbian.org/
13:08:15 +++ SUPPORT_URL=http://www.raspbian.org/RaspbianForums
13:08:15 +++ BUG_REPORT_URL=http://www.raspbian.org/RaspbianBugs
13:08:15 ++ echo raspbian
13:08:15 + DIST_ID=raspbian
13:08:15 ++ lsb_release -sc
13:08:15 + DIST_VERSION=bullseye
13:08:15 + '[' bullseye = sid ']'
13:08:15 + install_debian_containerd
13:08:15 + '[' staging = stage ']'
13:08:15 + REPO_URL=https://download.docker.com/linux/raspbian
13:08:15 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian'
13:08:15 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian
13:08:15 + update-ca-certificates -f
13:08:15 Clearing symlinks in /etc/ssl/certs...
13:08:15 Selecting previously unselected package python3-gi.
13:08:15 Preparing to unpack .../42-python3-gi_3.38.0-2_amd64.deb ...
13:08:15 Unpacking python3-gi (3.38.0-2) ...
13:08:15 Selecting previously unselected package python3-pycurl.
13:08:15 Preparing to unpack .../43-python3-pycurl_7.43.0.6-5_amd64.deb ...
13:08:15 Unpacking python3-pycurl (7.43.0.6-5) ...
13:08:15 Selecting previously unselected package python3-software-properties.
13:08:15 Preparing to unpack .../44-python3-software-properties_0.96.20.2-2.1_all.deb ...
13:08:15 Unpacking python3-software-properties (0.96.20.2-2.1) ...
13:08:15 Selecting previously unselected package software-properties-common.
13:08:15 Preparing to unpack .../45-software-properties-common_0.96.20.2-2.1_all.deb ...
13:08:15 Unpacking software-properties-common (0.96.20.2-2.1) ...
13:08:15 Setting up libksba8:amd64 (1.5.0-3+deb11u2) ...
13:08:15 Setting up media-types (4.0.0) ...
13:08:15 Setting up libpsl5:amd64 (0.21.0-1.2) ...
13:08:15 #11 DONE 51.0s
13:08:15 
13:08:15 #12 [stage-1 4/9] COPY common /root/build-deb/debian
13:08:15 #12 DONE 0.1s
13:08:15 
13:08:15 #13 [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:08:15 Selecting previously unselected package docker-scan-plugin.
13:08:15 Preparing to unpack .../docker-scan-plugin_0.23.0~debian-buster_amd64.deb ...
13:08:15 Unpacking docker-scan-plugin (0.23.0~debian-buster) ...
13:08:15 Selecting previously unselected package software-properties-common.
13:08:15 Preparing to unpack .../22-software-properties-common_0.96.20.2-2_all.deb ...
13:08:15 Unpacking software-properties-common (0.96.20.2-2) ...
13:08:15 Setting up gnupg2 (2.2.12-1+rpi1+deb10u1) ...
13:08:15 Setting up mime-support (3.62) ...
13:08:15 Setting up apt-transport-https (1.8.2.3) ...
13:08:15 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
13:08:15 No schema files found: doing nothing.
13:08:15 Setting up distro-info-data (0.41+deb10u6) ...
13:08:15 Setting up libpackagekit-glib2-18:armhf (1.1.12-5) ...
13:08:15 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u4) ...
13:08:15 Setting up libapt-inst2.0:armhf (1.8.2.3) ...
13:08:15 Setting up libdbus-1-3:armhf (1.12.24-0+deb10u1) ...
13:08:15 Setting up python-apt-common (1.8.4.3) ...
13:08:15 Setting up libcurl4:armhf (7.64.0-4+deb10u4) ...
13:08:15 Setting up libgirepository-1.0-1:armhf (1.58.3-2) ...
13:08:15 Setting up curl (7.64.0-4+deb10u4) ...
13:08:15 Preparing to unpack .../4-libexpat1_2.5.0-1_amd64.deb ...
13:08:15 Unpacking libexpat1:amd64 (2.5.0-1) ...
13:08:15 Selecting previously unselected package dbus-daemon.
13:08:15 Preparing to unpack .../5-dbus-daemon_1.14.4-1_amd64.deb ...
13:08:15 Unpacking dbus-daemon (1.14.4-1) ...
13:08:15 Selecting previously unselected package adduser.
13:08:15 Preparing to unpack .../6-adduser_3.130_all.deb ...
13:08:15 Unpacking adduser (3.130) ...
13:08:15 Setting up adduser (3.130) ...
13:08:15 Selecting previously unselected package dbus-system-bus-common.
13:08:15 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7059 files and directories currently installed.)
13:08:15 Preparing to unpack .../dbus-system-bus-common_1.14.4-1_all.deb ...
13:08:15 Unpacking dbus-system-bus-common (1.14.4-1) ...
13:08:15 Selecting previously unselected package dbus.
13:08:15 Preparing to unpack .../dbus_1.14.4-1_amd64.deb ...
13:08:15 Unpacking dbus (1.14.4-1) ...
13:08:15 Selecting previously unselected package libnftnl11:amd64.
13:08:15 Preparing to unpack .../6-libnftnl11_1.2.1-1build1_amd64.deb ...
13:08:15 Unpacking libnftnl11:amd64 (1.2.1-1build1) ...
13:08:15 Selecting previously unselected package iptables.
13:08:15 Preparing to unpack .../7-iptables_1.8.7-1ubuntu5_amd64.deb ...
13:08:15 Unpacking iptables (1.8.7-1ubuntu5) ...
13:08:15 Selecting previously unselected package containerd.io.
13:08:15 Preparing to unpack .../8-containerd.io_1.6.16-1_amd64.deb ...
13:08:15 Unpacking containerd.io (1.6.16-1) ...
13:08:15 done.
13:08:15 Updating certificates in /etc/ssl/certs...
13:08:15 Setting up apt-transport-https (2.2.4) ...
13:08:15 Setting up libglib2.0-0:amd64 (2.66.8-1) ...
13:08:15 No schema files found: doing nothing.
13:08:15 Setting up distro-info-data (0.51+deb11u3) ...
13:08:15 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
13:08:15 Setting up libsqlite3-0:amd64 (3.34.1-3) ...
13:08:15 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
13:08:15 Setting up libpackagekit-glib2-18:amd64 (1.2.2-2) ...
13:08:15 Setting up libnpth0:amd64 (1.6-3) ...
13:08:15 Setting up libassuan0:amd64 (2.5.3-7.1) ...
13:08:15 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
13:08:15 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
13:08:15 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
13:08:15 Setting up libdbus-1-3:amd64 (1.12.24-0+deb11u1) ...
13:08:15 Setting up libncursesw6:amd64 (6.2+20201114-2) ...
13:08:15 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
13:08:15 Setting up python-apt-common (2.2.1) ...
13:08:15 Setting up libmpdec3:amd64 (2.5.1-1) ...
13:08:15 Setting up libgirepository-1.0-1:amd64 (1.66.1-1+b1) ...
13:08:15 Setting up libssh2-1:amd64 (1.9.0-2) ...
13:08:15 Setting up openssl (1.1.1n-0+deb11u4) ...
13:08:15 Setting up libmpdec2:armhf (2.4.2-2) ...
13:08:15 Setting up iso-codes (4.2-1) ...
13:08:15 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
13:08:15 Setting up gir1.2-glib-2.0:armhf (1.58.3-2) ...
13:08:15 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
13:08:15 Setting up python3.7 (3.7.3-2+deb10u4) ...
13:08:15 Selecting previously unselected package libpython3.11-minimal:amd64.
13:08:15 Preparing to unpack .../libpython3.11-minimal_3.11.1-2_amd64.deb ...
13:08:15 Unpacking libpython3.11-minimal:amd64 (3.11.1-2) ...
13:08:15 Selecting previously unselected package python3.11-minimal.
13:08:15 Preparing to unpack .../python3.11-minimal_3.11.1-2_amd64.deb ...
13:08:15 Unpacking python3.11-minimal (3.11.1-2) ...
13:08:15 Setting up readline-common (8.1-1) ...
13:08:15 Setting up iso-codes (4.6.0-1) ...
13:08:15 Setting up pinentry-curses (1.1.0-4) ...
13:08:15 Setting up libreadline8:amd64 (8.1-1) ...
13:08:15 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
13:08:15 Setting up libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u5) ...
13:08:15 Setting up ca-certificates (20210119) ...
13:08:15 Selecting previously unselected package docker-ce.
13:08:15 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb ...
13:08:15 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
13:08:15 Setting up libpython3.11-minimal:amd64 (3.11.1-2) ...
13:08:15 Setting up libexpat1:amd64 (2.5.0-1) ...
13:08:15 Setting up python3.11-minimal (3.11.1-2) ...
13:08:15 Updating certificates in /etc/ssl/certs...
13:08:16 129 added, 0 removed; done.
13:08:16 Running hooks in /etc/ca-certificates/update.d...
13:08:16 done.
13:08:16 + apt-key add -
13:08:16 + curl -fsSL https://download.docker.com/linux/raspbian/gpg
13:08:16 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
13:08:16 #13 0.890 Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
13:08:16 #13 0.955 Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
13:08:16 #13 1.030 Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
13:08:16 #13 1.105 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
13:08:16 Setting up python3 (3.7.3-1) ...
13:08:16 #13 0.878 Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
13:08:16 #13 0.944 Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
13:08:16 #13 1.020 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
13:08:16 #13 1.096 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
13:08:16 OK
13:08:16 + '[' bullseye = sid ']'
13:08:16 ++ dpkg --print-architecture
13:08:16 + ARCH=armhf
13:08:16 + echo 'deb [arch=armhf] https://download.docker.com/linux/raspbian bullseye test'
13:08:16 + apt-get update
13:08:16 Setting up gir1.2-packagekitglib-1.0 (1.1.12-5) ...
13:08:16 Setting up python3-pycurl (7.43.0.2-0.1) ...
13:08:16 Setting up python3-gi (3.30.4-1) ...
13:08:16 Fedora 36 openh264 (From Cisco) - x86_64        2.4 kB/s | 2.5 kB     00:01    
13:08:16 Fedora Modular 36 - x86_64                      2.1 MB/s | 2.4 MB     00:01    
13:08:16 Selecting previously unselected package python3-minimal.
13:08:16 Fedora 37 - x86_64                               20 MB/s |  64 MB     00:03    
13:08:16 Get:1 https://download.docker.com/linux/raspbian bullseye InRelease [26.7 kB]
13:08:16 129 added, 0 removed; done.
13:08:16 Setting up gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ...
13:08:16 Setting up gpgconf (2.2.27-2+deb11u2) ...
13:08:16 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u5) ...
13:08:16 Setting up curl (7.74.0-1.3+deb11u5) ...
13:08:16 Setting up gpg (2.2.27-2+deb11u2) ...
13:08:16 Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ...
13:08:16 Setting up libpython3-stdlib:amd64 (3.9.2-3) ...
13:08:16 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
13:08:16 Setting up gpg-agent (2.2.27-2+deb11u2) ...
13:08:16 Setting up lsb-release (10.2019051400+rpi1) ...
13:08:16 Setting up python3-dbus (1.2.8-3) ...
13:08:16 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7394 files and directories currently installed.)
13:08:16 Preparing to unpack .../00-python3-minimal_3.11.1-3_amd64.deb ...
13:08:16 Unpacking python3-minimal (3.11.1-3) ...
13:08:16 Selecting previously unselected package media-types.
13:08:16 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
13:08:16 Unpacking media-types (8.0.0) ...
13:08:16 Selecting previously unselected package libmpdec3:amd64.
13:08:16 Preparing to unpack .../02-libmpdec3_2.5.1-2_amd64.deb ...
13:08:16 Unpacking libmpdec3:amd64 (2.5.1-2) ...
13:08:16 Selecting previously unselected package libncursesw6:amd64.
13:08:16 Preparing to unpack .../03-libncursesw6_6.4-2_amd64.deb ...
13:08:16 Unpacking libncursesw6:amd64 (6.4-2) ...
13:08:16 Selecting previously unselected package libkrb5support0:amd64.
13:08:16 Preparing to unpack .../04-libkrb5support0_1.20.1-1_amd64.deb ...
13:08:16 Unpacking libkrb5support0:amd64 (1.20.1-1) ...
13:08:16 Selecting previously unselected package libk5crypto3:amd64.
13:08:16 Preparing to unpack .../05-libk5crypto3_1.20.1-1_amd64.deb ...
13:08:16 Unpacking libk5crypto3:amd64 (1.20.1-1) ...
13:08:16 Selecting previously unselected package libkeyutils1:amd64.
13:08:16 Preparing to unpack .../06-libkeyutils1_1.6.3-2_amd64.deb ...
13:08:16 Unpacking libkeyutils1:amd64 (1.6.3-2) ...
13:08:16 Get:2 https://download.docker.com/linux/raspbian bullseye/test armhf Packages [24.2 kB]
13:08:16 Hit:3 http://archive.raspbian.org/raspbian bullseye InRelease
13:08:16 Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
13:08:16 Setting up python3-apt (1.8.4.3) ...
13:08:16 Setting up python3-software-properties (0.96.20.2-2) ...
13:08:17 Selecting previously unselected package libkrb5-3:amd64.
13:08:17 Preparing to unpack .../07-libkrb5-3_1.20.1-1_amd64.deb ...
13:08:17 Unpacking libkrb5-3:amd64 (1.20.1-1) ...
13:08:17 Selecting previously unselected package libgssapi-krb5-2:amd64.
13:08:17 Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-1_amd64.deb ...
13:08:17 Unpacking libgssapi-krb5-2:amd64 (1.20.1-1) ...
13:08:17 Selecting previously unselected package libtirpc-common.
13:08:17 Preparing to unpack .../09-libtirpc-common_1.3.3+ds-1_all.deb ...
13:08:17 Unpacking libtirpc-common (1.3.3+ds-1) ...
13:08:17 Selecting previously unselected package libtirpc3:amd64.
13:08:17 Preparing to unpack .../10-libtirpc3_1.3.3+ds-1_amd64.deb ...
13:08:17 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ...
13:08:17 Selecting previously unselected package libnsl2:amd64.
13:08:17 Preparing to unpack .../11-libnsl2_1.3.0-2_amd64.deb ...
13:08:17 Unpacking libnsl2:amd64 (1.3.0-2) ...
13:08:17 Selecting previously unselected package readline-common.
13:08:17 Preparing to unpack .../12-readline-common_8.2-1.3_all.deb ...
13:08:17 Unpacking readline-common (8.2-1.3) ...
13:08:17 Fetched 50.9 kB in 1s (80.6 kB/s)
13:08:17 Setting up gpgsm (2.2.27-2+deb11u2) ...
13:08:17 Setting up dirmngr (2.2.27-2+deb11u2) ...
13:08:17 Setting up gir1.2-packagekitglib-1.0 (1.2.2-2) ...
13:08:17 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
13:08:17 Setting up python3.9 (3.9.2-1) ...
13:08:17 Setting up software-properties-common (0.96.20.2-2) ...
13:08:17 Processing triggers for libc-bin (2.28-10+rpi1+deb10u2) ...
13:08:17 ++ source /etc/os-release
13:08:17 +++ PRETTY_NAME='Raspbian GNU/Linux 10 (buster)'
13:08:17 +++ NAME='Raspbian GNU/Linux'
13:08:17 +++ VERSION_ID=10
13:08:17 +++ VERSION='10 (buster)'
13:08:17 +++ VERSION_CODENAME=buster
13:08:17 +++ ID=raspbian
13:08:17 +++ ID_LIKE=debian
13:08:17 +++ HOME_URL=http://www.raspbian.org/
13:08:17 +++ SUPPORT_URL=http://www.raspbian.org/RaspbianForums
13:08:17 +++ BUG_REPORT_URL=http://www.raspbian.org/RaspbianBugs
13:08:17 ++ echo raspbian
13:08:17 + DIST_ID=raspbian
13:08:17 ++ lsb_release -sc
13:08:17 #13 1.213 Reading package lists...
13:08:17 Selecting previously unselected package libreadline8:amd64.
13:08:17 Preparing to unpack .../13-libreadline8_8.2-1.3_amd64.deb ...
13:08:17 Unpacking libreadline8:amd64 (8.2-1.3) ...
13:08:17 Selecting previously unselected package libsqlite3-0:amd64.
13:08:17 Preparing to unpack .../14-libsqlite3-0_3.40.1-1_amd64.deb ...
13:08:17 Unpacking libsqlite3-0:amd64 (3.40.1-1) ...
13:08:17 Selecting previously unselected package libpython3.11-stdlib:amd64.
13:08:17 Preparing to unpack .../15-libpython3.11-stdlib_3.11.1-2_amd64.deb ...
13:08:17 Unpacking libpython3.11-stdlib:amd64 (3.11.1-2) ...
13:08:17 + DIST_VERSION=buster
13:08:17 + '[' buster = sid ']'
13:08:17 + install_debian_containerd
13:08:17 + '[' staging = stage ']'
13:08:17 + REPO_URL=https://download.docker.com/linux/raspbian
13:08:17 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian'
13:08:17 + update-ca-certificates -f
13:08:17 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian
13:08:17 Clearing symlinks in /etc/ssl/certs...
13:08:17 #13 2.546 dpkg-buildpackage: info: source package docker-ce-build-deps
13:08:17 #13 2.546 dpkg-buildpackage: info: source version 1.0
13:08:17 #13 2.546 dpkg-buildpackage: info: source distribution unstable
13:08:17 #13 2.546 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
13:08:17 #13 2.580  dpkg-source --before-build .
13:08:17 #13 2.580 dpkg-buildpackage: info: host architecture armhf
13:08:17 #13 1.221 Reading package lists...
13:08:17 #13 2.652 dh_testdir
13:08:17 make[1]: Leaving directory '/root/build-deb'
13:08:17  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.buildinfo
13:08:17  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.changes
13:08:17 Selecting previously unselected package python3.11.
13:08:17 Preparing to unpack .../16-python3.11_3.11.1-2_amd64.deb ...
13:08:17 Unpacking python3.11 (3.11.1-2) ...
13:08:17 Selecting previously unselected package libpython3-stdlib:amd64.
13:08:17 Preparing to unpack .../17-libpython3-stdlib_3.11.1-3_amd64.deb ...
13:08:17 Unpacking libpython3-stdlib:amd64 (3.11.1-3) ...
13:08:17 Setting up python3-minimal (3.11.1-3) ...
13:08:17 done.
13:08:17 Updating certificates in /etc/ssl/certs...
13:08:17 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
13:08:17 Setting up python3 (3.9.2-3) ...
13:08:17 Importing GPG key 0x621E9F35:
13:08:17  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
13:08:17  Fingerprint: 060a 61c5 1b55 8a7f 742b 77aa c52f eb6b 621e 9f35
13:08:17  From       : https://download.docker.com/linux/centos/gpg
13:08:17 Running transaction check
13:08:17 Running transaction test
13:08:17 Transaction test succeeded
13:08:17 Running transaction
13:08:17 Selecting previously unselected package docker-ce-cli.
13:08:17 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb ...
13:08:17 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
13:08:17 #13 2.682  debian/rules clean
13:08:17 #13 2.683 dh clean
13:08:17 #13 2.764    dh_clean
13:08:17 #13 2.797  debian/rules binary
13:08:17 #13 2.799 dh binary
13:08:17 #13 2.868    dh_update_autotools_config
13:08:17 #13 2.897    dh_autoreconf
13:08:17 #13 2.939    create-stamp debian/debhelper-build-stamp
13:08:17 #13 2.939    dh_prep
13:08:17 #13 2.673 dh_testroot
13:08:17 #13 2.692 dh_prep
13:08:17 #13 2.714 dh_testdir
13:08:17 #13 2.733 dh_testroot
13:08:17 #13 2.754 dh_install
13:08:17 #13 2.782 dh_installdocs
13:08:17 #13 2.815 dh_installchangelogs
13:08:17 #13 2.888 dh_compress
13:08:17 dpkg-genchanges: info: including full source code in upload
13:08:17  dpkg-source -I.git --after-build .
13:08:17 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:08:17 + destination=/build
13:08:17 + mkdir -p /build
13:08:17 + mv -v /root/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb /root/docker-compose-plugin_2.16.0-1~debian.12~bookworm_armhf.deb /build
13:08:17 Fedora 36 - x86_64 - Updates                     18 MB/s |  32 MB     00:01    
13:08:17 Selecting previously unselected package python3.
13:08:17 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7905 files and directories currently installed.)
13:08:17 Preparing to unpack .../00-python3_3.11.1-3_amd64.deb ...
13:08:17 Unpacking python3 (3.11.1-3) ...
13:08:17 Selecting previously unselected package sgml-base.
13:08:17 Preparing to unpack .../01-sgml-base_1.31_all.deb ...
13:08:17 Unpacking sgml-base (1.31) ...
13:08:17 Selecting previously unselected package openssl.
13:08:17 Preparing to unpack .../02-openssl_3.0.7-2_amd64.deb ...
13:08:17 Unpacking openssl (3.0.7-2) ...
13:08:17 Setting up python3-pycurl (7.43.0.6-5) ...
13:08:17 Setting up python3-gi (3.38.0-2) ...
13:08:17 #13 2.967    dh_auto_install --destdir=debian/docker-ce-build-deps/
13:08:17 #13 3.020    dh_install
13:08:17 #13 3.054    dh_installdocs
13:08:17 #13 3.093    dh_installchangelogs
13:08:17 #13 3.178    dh_perl
13:08:18 Selecting previously unselected package dbus-user-session.
13:08:18 Preparing to unpack .../9-dbus-user-session_1.12.20-2ubuntu4.1_amd64.deb ...
13:08:18 Unpacking dbus-user-session (1.12.20-2ubuntu4.1) ...
13:08:18 #13 2.925 dh_fixperms
13:08:18 #13 2.967 dh_installdeb
13:08:18 #13 2.995 dh_gencontrol
13:08:18 #13 3.114 dh_md5sums
13:08:18 copied '/root/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb'
13:08:18 removed '/root/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb'
13:08:18 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb'
13:08:18 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb'
13:08:18 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb'
13:08:18 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb'
13:08:18 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc'
13:08:18 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc'
13:08:18 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz'
13:08:18 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz'
13:08:18 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.buildinfo'
13:08:18 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.buildinfo'
13:08:18 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.changes'
13:08:18 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.changes'
13:08:18 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb'
13:08:18 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb'
13:08:18 copied '/root/docker-compose-plugin_2.16.0-1~debian.12~bookworm_armhf.deb' -> '/build/docker-compose-plugin_2.16.0-1~debian.12~bookworm_armhf.deb'
13:08:18 removed '/root/docker-compose-plugin_2.16.0-1~debian.12~bookworm_armhf.deb'
13:08:18 Selecting previously unselected package ca-certificates.
13:08:18 Preparing to unpack .../03-ca-certificates_20211016_all.deb ...
13:08:18 Unpacking ca-certificates (20211016) ...
13:08:18 Selecting previously unselected package libpam-systemd:amd64.
13:08:18 Preparing to unpack .../04-libpam-systemd_252.5-2_amd64.deb ...
13:08:18 Unpacking libpam-systemd:amd64 (252.5-2) ...
13:08:18 Selecting previously unselected package apt-transport-https.
13:08:18 Preparing to unpack .../05-apt-transport-https_2.5.5_all.deb ...
13:08:18 Setting up gnupg (2.2.27-2+deb11u2) ...
13:08:18 Setting up lsb-release (11.1.0) ...
13:08:18 Setting up python3-dbus (1.2.16-5) ...
13:08:18 137 added, 0 removed; done.
13:08:18 Running hooks in /etc/ca-certificates/update.d...
13:08:18 done.
13:08:18 + apt-key add -
13:08:18 + curl -fsSL https://download.docker.com/linux/raspbian/gpg
13:08:18 Warning: apt-key output should not be parsed (stdout is not a terminal)
13:08:18 #13 3.215    dh_link
13:08:18 #13 3.251    dh_strip_nondeterminism
13:08:18 #13 3.313    dh_compress
13:08:18 #13 3.352    dh_fixperms
13:08:18 #13 3.391    dh_missing
13:08:18 #13 3.418    dh_installdeb
13:08:18   Installing : libseccomp-2.3.1-4.el7.aarch64                              1/27 
13:08:18 #13 3.143 dh_builddeb
13:08:18 #13 3.165 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:08:18 #13 3.195 
13:08:18 #13 3.195 The package has been created.
13:08:18 #13 3.195 Attention, the package has been created in the current directory,
13:08:18 #13 3.195 not in ".." as indicated by the message above!
13:08:18 #13 3.219 Selecting previously unselected package docker-ce-build-deps.
13:08:18 #13 3.234 (Reading database ... 26046 files and directories currently installed.)
13:08:18 #13 3.235 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:08:18 #13 3.239 Unpacking docker-ce-build-deps (1.0) ...
13:08:18 Setting up libip6tc2:amd64 (1.8.7-1ubuntu5) ...
13:08:18 Unpacking apt-transport-https (2.5.5) ...
13:08:18 Selecting previously unselected package libbrotli1:amd64.
13:08:18 Preparing to unpack .../06-libbrotli1_1.0.9-2+b6_amd64.deb ...
13:08:18 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ...
13:08:18 Selecting previously unselected package libsasl2-modules-db:amd64.
13:08:18 Preparing to unpack .../07-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ...
13:08:18 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
13:08:18 Selecting previously unselected package libsasl2-2:amd64.
13:08:18 Preparing to unpack .../08-libsasl2-2_2.1.28+dfsg-10_amd64.deb ...
13:08:18 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ...
13:08:18 Selecting previously unselected package libldap-2.5-0:amd64.
13:08:18 Preparing to unpack .../09-libldap-2.5-0_2.5.13+dfsg-3_amd64.deb ...
13:08:18 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-3) ...
13:08:18 Selecting previously unselected package libnghttp2-14:amd64.
13:08:18 Preparing to unpack .../10-libnghttp2-14_1.51.0-1_amd64.deb ...
13:08:18 Unpacking libnghttp2-14:amd64 (1.51.0-1) ...
13:08:18 Selecting previously unselected package libpsl5:amd64.
13:08:18 Reading package lists...
13:08:18 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:08:18 ++ find deb/debbuild/raspbian-bullseye/ -type f -name '*.deb'
13:08:18 + packages='deb/debbuild/raspbian-bullseye/docker-compose-plugin_2.16.0-1~raspbian.11~bullseye_armhf.deb
13:08:18 deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb
13:08:18 deb/debbuild/raspbian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb
13:08:18 deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb
13:08:18 deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'
13:08:18 ++ echo 'deb/debbuild/raspbian-bullseye/docker-compose-plugin_2.16.0-1~raspbian.11~bullseye_armhf.deb
13:08:18 deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb
13:08:18 deb/debbuild/raspbian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb
13:08:18 deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb
13:08:18 deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'
13:08:18 ++ awk '$0="./"$0'
13:08:18 ++ xargs
13:08:18 + packages='./deb/debbuild/raspbian-bullseye/docker-compose-plugin_2.16.0-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'
13:08:18 + set -x
13:08:18 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/raspbian-bullseye/docker-compose-plugin_2.16.0-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb
13:08:18 Selecting previously unselected package docker-compose-plugin.
13:08:18 (Reading database ... 10271 files and directories currently installed.)
13:08:18 Preparing to unpack .../docker-compose-plugin_2.16.0-1~raspbian.11~bullseye_armhf.deb ...
13:08:18 Unpacking docker-compose-plugin (2.16.0-1~raspbian.11~bullseye) ...
13:08:18 Setting up gnupg2 (2.2.27-2+deb11u2) ...
13:08:18 Setting up python3-apt (2.2.1) ...
13:08:18 Setting up python3-software-properties (0.96.20.2-2.1) ...
13:08:18 OK
13:08:18 + '[' buster = sid ']'
13:08:18 ++ dpkg --print-architecture
13:08:18 + ARCH=armhf
13:08:18 + echo 'deb [arch=armhf] https://download.docker.com/linux/raspbian buster test'
13:08:18 + apt-get update
13:08:18 #13 3.452    dh_gencontrol
13:08:18 #13 3.572    dh_md5sums
13:08:18 #13 3.606    dh_builddeb
13:08:18 #13 3.633 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:08:18 #13 3.716  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo
13:08:18   Installing : libcgroup-0.41-21.el7.aarch64                               2/27 
13:08:18 Setting up dbus-user-session (1.12.20-2ubuntu4.1) ...
13:08:18 Setting up libmnl0:amd64 (1.0.4-3build2) ...
13:08:18 Setting up containerd.io (1.6.16-1) ...
13:08:18 Preparing to unpack .../11-libpsl5_0.21.0-1.2_amd64.deb ...
13:08:18 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
13:08:18 Selecting previously unselected package librtmp1:amd64.
13:08:18 Preparing to unpack .../12-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
13:08:18 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
13:08:18 Selecting previously unselected package libssh2-1:amd64.
13:08:18 Preparing to unpack .../13-libssh2-1_1.10.0-3+b1_amd64.deb ...
13:08:18 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ...
13:08:18 Selecting previously unselected package libcurl4:amd64.
13:08:18 Preparing to unpack .../14-libcurl4_7.87.0-2_amd64.deb ...
13:08:18 Unpacking libcurl4:amd64 (7.87.0-2) ...
13:08:18 Selecting previously unselected package curl.
13:08:18 Preparing to unpack .../15-curl_7.87.0-2_amd64.deb ...
13:08:18 Unpacking curl (7.87.0-2) ...
13:08:18 Selecting previously unselected package libassuan0:amd64.
13:08:18 Preparing to unpack .../16-libassuan0_2.5.5-5_amd64.deb ...
13:08:18 Unpacking libassuan0:amd64 (2.5.5-5) ...
13:08:18 Setting up docker-buildx-plugin (0.10.2-1~debian.10~buster) ...
13:08:18 Setting up docker-compose-plugin (2.16.0-1~debian.10~buster) ...
13:08:18 Setting up docker-scan-plugin (0.23.0~debian-buster) ...
13:08:18 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
13:08:18 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
13:08:18 Setting up software-properties-common (0.96.20.2-2.1) ...
13:08:18 Processing triggers for libc-bin (2.31-13+deb11u5) ...
13:08:18 Processing triggers for ca-certificates (20210119) ...
13:08:18 Updating certificates in /etc/ssl/certs...
13:08:18   Installing : libselinux-utils-2.5-15.el7.aarch64                         3/27 
13:08:18   Installing : policycoreutils-2.5-34.el7.aarch64                          4/27 
13:08:18 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:08:18 Setting up libxtables12:amd64 (1.8.7-1ubuntu5) ...
13:08:18 Setting up libnfnetlink0:amd64 (1.0.1-3build3) ...
13:08:18 Setting up netbase (6.3) ...
13:08:18 Setting up libnftnl11:amd64 (1.2.1-1build1) ...
13:08:18 Setting up libnetfilter-conntrack3:amd64 (1.0.9-1) ...
13:08:18 Setting up iptables (1.8.7-1ubuntu5) ...
13:08:18 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:08:18 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:08:18 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:08:18 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:08:18 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:08:18 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:08:18 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
13:08:18 + verify_binaries
13:08:18 + docker --version
13:08:18 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:08:18 ++ uname -m
13:08:18 + '[' x86_64 = x86_64 ']'
13:08:18 + docker scan --help
13:08:18 Selecting previously unselected package gpgconf.
13:08:18 Preparing to unpack .../17-gpgconf_2.2.40-1_amd64.deb ...
13:08:18 Unpacking gpgconf (2.2.40-1) ...
13:08:18 Selecting previously unselected package libksba8:amd64.
13:08:18 Preparing to unpack .../18-libksba8_1.6.3-2_amd64.deb ...
13:08:18 Unpacking libksba8:amd64 (1.6.3-2) ...
13:08:18 Selecting previously unselected package libnpth0:amd64.
13:08:18 Preparing to unpack .../19-libnpth0_1.6-3_amd64.deb ...
13:08:18 Unpacking libnpth0:amd64 (1.6-3) ...
13:08:18 Selecting previously unselected package dirmngr.
13:08:18 Preparing to unpack .../20-dirmngr_2.2.40-1_amd64.deb ...
13:08:18 Unpacking dirmngr (2.2.40-1) ...
13:08:18 Selecting previously unselected package distro-info-data.
13:08:18 Preparing to unpack .../21-distro-info-data_0.56_all.deb ...
13:08:18 Unpacking distro-info-data (0.56) ...
13:08:18 invoke-rc.d: could not determine current runlevel
13:08:18 invoke-rc.d: policy-rc.d denied execution of start.
13:08:18 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
13:08:18 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:08:18  docker-ce-rootless-extras depends on dbus-user-session; however:
13:08:18   Package dbus-user-session is not installed.
13:08:18 
13:08:18 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.16.0-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-scan-plugin_0.23.0~debian-buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb
13:08:18 Get:1 https://download.docker.com/linux/raspbian buster InRelease [33.6 kB]
13:08:18 Get:2 https://download.docker.com/linux/raspbian buster/test armhf Packages [42.7 kB]
13:08:18 Hit:3 http://archive.raspbian.org/raspbian buster InRelease
13:08:19 #13 3.868  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes
13:08:19 #13 3.947 dpkg-genchanges: info: binary-only upload (no source code included)
13:08:19 #13 3.950  dpkg-source --after-build .
13:08:19 #13 4.052 dpkg-buildpackage: info: binary-only upload (no source included)
13:08:19 #13 4.057 
13:08:19 #13 4.057 The package has been created.
13:08:19 #13 4.057 Attention, the package has been created in the current directory,
13:08:19 #13 4.057 not in ".." as indicated by the message above!
13:08:19 #13 4.076 Selecting previously unselected package docker-ce-build-deps.
13:08:19 #13 4.091 (Reading database ... 25291 files and directories currently installed.)
13:08:19 #13 4.093 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:08:19 #13 4.096 Unpacking docker-ce-build-deps (1.0) ...
13:08:19 
13:08:19 Usage:  docker scan [OPTIONS] IMAGE
13:08:19 
13:08:19 A tool to scan your images
13:08:19 
13:08:19 Options:
13:08:19       --accept-license    Accept using a third party scanning provider
13:08:19       --dependency-tree   Show dependency tree with scan results
13:08:19       --exclude-base      Exclude base image from vulnerability scanning
13:08:19                           (requires --file)
13:08:19   -f, --file string       Dockerfile associated with image, provides more
13:08:19                           detailed results
13:08:19       --group-issues      Aggregate duplicated vulnerabilities and group
13:08:19                           them to a single one (requires --json)
13:08:19       --json              Output results in JSON format
13:08:19       --login             Authenticate to the scan provider using an
13:08:19                           optional token (with --token), or web base
13:08:19                           token if empty
13:08:19       --reject-license    Reject using a third party scanning provider
13:08:19       --severity string   Only report vulnerabilities of provided level
13:08:19                           or higher (low|medium|high)
13:08:19       --token string      Authentication token to login to the third
13:08:19                           party scanning provider
13:08:19       --version           Display version of the scan plugin
13:08:19 + docker buildx version
13:08:19 github.com/docker/buildx v0.10.2 00ed17d
13:08:19 + docker compose version
13:08:19 Selecting previously unselected package libglib2.0-0:amd64.
13:08:19 Preparing to unpack .../22-libglib2.0-0_2.74.5-1_amd64.deb ...
13:08:19 Unpacking libglib2.0-0:amd64 (2.74.5-1) ...
13:08:19 Selecting previously unselected package libgirepository-1.0-1:amd64.
13:08:19 Preparing to unpack .../23-libgirepository-1.0-1_1.74.0-3_amd64.deb ...
13:08:19 Unpacking libgirepository-1.0-1:amd64 (1.74.0-3) ...
13:08:19 Selecting previously unselected package gir1.2-glib-2.0:amd64.
13:08:19 Preparing to unpack .../24-gir1.2-glib-2.0_1.74.0-3_amd64.deb ...
13:08:19 Unpacking gir1.2-glib-2.0:amd64 (1.74.0-3) ...
13:08:19 Selecting previously unselected package libpackagekit-glib2-18:amd64.
13:08:19 Preparing to unpack .../25-libpackagekit-glib2-18_1.2.6-2_amd64.deb ...
13:08:19 #13 3.333 Reading package lists...
13:08:19 0 added, 0 removed; done.
13:08:19 Running hooks in /etc/ca-certificates/update.d...
13:08:19 done.
13:08:19 ++ source /etc/os-release
13:08:19 +++ PRETTY_NAME='Debian GNU/Linux 11 (bullseye)'
13:08:19 +++ NAME='Debian GNU/Linux'
13:08:19 +++ VERSION_ID=11
13:08:19 +++ VERSION='11 (bullseye)'
13:08:19 +++ VERSION_CODENAME=bullseye
13:08:19 +++ ID=debian
13:08:19 +++ HOME_URL=https://www.debian.org/
13:08:19 +++ SUPPORT_URL=https://www.debian.org/support
13:08:19 +++ BUG_REPORT_URL=https://bugs.debian.org/
13:08:19 ++ echo debian
13:08:19 + DIST_ID=debian
13:08:19 ++ lsb_release -sc
13:08:19 + DIST_VERSION=bullseye
13:08:19 + '[' bullseye = sid ']'
13:08:19 + install_debian_containerd
13:08:19 + '[' staging = stage ']'
13:08:19 + REPO_URL=https://download.docker.com/linux/debian
13:08:19 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
13:08:19 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
13:08:19 + update-ca-certificates -f
13:08:19 Clearing symlinks in /etc/ssl/certs...
13:08:19 Docker Compose version v2.16.0
13:08:19 + dockerd --version
13:08:19 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:08:19 + docker-proxy --version
13:08:19 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:08:19 + containerd --version
13:08:19 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:19 + ctr --version
13:08:19 ctr containerd.io 1.6.16
13:08:19 + containerd-shim --help
13:08:19 Usage of containerd-shim:
13:08:19   -address string
13:08:19     	grpc address back to main containerd
13:08:19   -containerd-binary containerd publish
13:08:19     	path to containerd binary (used for containerd publish) (default "containerd")
13:08:19   -criu string
13:08:19     	path to criu binary
13:08:19   -debug
13:08:19     	enable debug output in logs
13:08:19   -namespace string
13:08:19     	namespace that owns the shim
13:08:19   -runtime-root string
13:08:19     	root directory for the runtime (default "/run/containerd/runc")
13:08:19   -socket string
13:08:19     	socket path to serve
13:08:19   -systemd-cgroup
13:08:19     	set runtime to use systemd-cgroup
13:08:19   -workdir string
13:08:19     	path used to storge large temporary data
13:08:19 + containerd-shim-runc-v1 -v
13:08:19 containerd-shim-runc-v1:
13:08:19   Version:  1.6.16
13:08:19   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:19   Go version: go1.18.10
13:08:19 
13:08:19 + containerd-shim-runc-v2 -v
13:08:19 containerd-shim-runc-v2:
13:08:19   Version:  1.6.16
13:08:19   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:19   Go version: go1.18.10
13:08:19 
13:08:19 + runc --version
13:08:19 runc version 1.1.4
13:08:19 commit: v1.1.4-0-g5fd4c4d
13:08:19 spec: 1.0.2-dev
13:08:19 go: go1.18.10
13:08:19 libseccomp: 2.5.3
13:08:19   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                    5/27 
13:08:19 Selecting previously unselected package docker-buildx-plugin.
13:08:19 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb ...
13:08:19 Unpacking docker-buildx-plugin (0.10.2-1~raspbian.11~bullseye) ...
13:08:19 Unpacking libpackagekit-glib2-18:amd64 (1.2.6-2) ...
13:08:19 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:08:19 Preparing to unpack .../26-gir1.2-packagekitglib-1.0_1.2.6-2_amd64.deb ...
13:08:19 Unpacking gir1.2-packagekitglib-1.0 (1.2.6-2) ...
13:08:19 Selecting previously unselected package gnupg-l10n.
13:08:19 Preparing to unpack .../27-gnupg-l10n_2.2.40-1_all.deb ...
13:08:19 Unpacking gnupg-l10n (2.2.40-1) ...
13:08:19 Selecting previously unselected package gnupg-utils.
13:08:19 Preparing to unpack .../28-gnupg-utils_2.2.40-1_amd64.deb ...
13:08:19 Unpacking gnupg-utils (2.2.40-1) ...
13:08:19 Selecting previously unselected package gpg.
13:08:19 Preparing to unpack .../29-gpg_2.2.40-1_amd64.deb ...
13:08:19 Unpacking gpg (2.2.40-1) ...
13:08:19 Reading package lists...
13:08:19 #13 4.362 Building dependency tree...
13:08:19 #13 4.554 Reading state information...
13:08:19 #13 4.583 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:08:19 done.
13:08:19 Updating certificates in /etc/ssl/certs...
13:08:19 Selecting previously unselected package pinentry-curses.
13:08:19 Preparing to unpack .../30-pinentry-curses_1.2.1-1_amd64.deb ...
13:08:19 Unpacking pinentry-curses (1.2.1-1) ...
13:08:19 Selecting previously unselected package gpg-agent.
13:08:19 Preparing to unpack .../31-gpg-agent_2.2.40-1_amd64.deb ...
13:08:19 Unpacking gpg-agent (2.2.40-1) ...
13:08:19 Selecting previously unselected package gpg-wks-client.
13:08:19 Preparing to unpack .../32-gpg-wks-client_2.2.40-1_amd64.deb ...
13:08:19 Unpacking gpg-wks-client (2.2.40-1) ...
13:08:19 Selecting previously unselected package gpg-wks-server.
13:08:19 Preparing to unpack .../33-gpg-wks-server_2.2.40-1_amd64.deb ...
13:08:19 Unpacking gpg-wks-server (2.2.40-1) ...
13:08:19 Building dependency tree...
13:08:19 Reading state information...
13:08:19 Correcting dependencies... Done
13:08:19 #13 4.638 Starting 2 pkgProblemResolver with broken count: 0
13:08:19 #13 4.642 Done
13:08:19 #13 4.668  Done
13:08:19 #13 4.677 Starting pkgProblemResolver with broken count: 0
13:08:19 #13 4.715 Starting 2 pkgProblemResolver with broken count: 0
13:08:19 #13 4.718 Done
13:08:19 #13 4.858 The following additional packages will be installed:
13:08:19 129 added, 0 removed; done.
13:08:19 Running hooks in /etc/ca-certificates/update.d...
13:08:19 done.
13:08:19 + curl -fsSL https://download.docker.com/linux/debian/gpg
13:08:19 + apt-key add -
13:08:19 Selecting previously unselected package gpgsm.
13:08:19 Preparing to unpack .../34-gpgsm_2.2.40-1_amd64.deb ...
13:08:19 Unpacking gpgsm (2.2.40-1) ...
13:08:19 Selecting previously unselected package gnupg.
13:08:19 Preparing to unpack .../35-gnupg_2.2.40-1_all.deb ...
13:08:19 Unpacking gnupg (2.2.40-1) ...
13:08:19 Selecting previously unselected package gnupg2.
13:08:19 Preparing to unpack .../36-gnupg2_2.2.40-1_all.deb ...
13:08:19 Unpacking gnupg2 (2.2.40-1) ...
13:08:19 Selecting previously unselected package iso-codes.
13:08:19 Preparing to unpack .../37-iso-codes_4.12.0-1_all.deb ...
13:08:19 Unpacking iso-codes (4.12.0-1) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
13:08:19 Skipping docker-ce, it is already installed and upgrade is not set.
13:08:19 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:08:19 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:08:19 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:08:19 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:08:19 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
13:08:19 The following additional packages will be installed:
13:08:19   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
13:08:19   libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
13:08:19   libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0
13:08:19   libnftnl11 libpam-systemd systemd systemd-sysv
13:08:19 Suggested packages:
13:08:19   kmod systemd-container policykit-1
13:08:19 Recommended packages:
13:08:19   nftables libnss-systemd
13:08:19 The following NEW packages will be installed:
13:08:19   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
13:08:19   libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
13:08:19   libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0
13:08:19   libnftnl11 libpam-systemd systemd systemd-sysv
[Pipeline] // withDockerRegistry
13:08:19 Hit:4 http://archive.raspberrypi.org/debian buster InRelease
13:08:19 Fetched 76.4 kB in 1s (53.7 kB/s)
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:08:19 #13 4.858   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
13:08:19 #13 4.858   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0
13:08:19 #13 4.858   libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0 libseccomp-dev
13:08:19 #13 4.859   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
13:08:19 #13 4.860 Suggested packages:
13:08:19 #13 4.860   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:08:19 #13 4.860 Recommended packages:
13:08:19 #13 4.860   dmsetup
13:08:19 #13 4.909 The following NEW packages will be installed:
13:08:19 #13 4.909   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
13:08:19 #13 4.909   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0
13:08:19 #13 4.909   libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0 libseccomp-dev
13:08:19 #13 4.910   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
13:08:20 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
13:08:20 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded.
13:08:20 Need to get 33.3 MB of archives.
13:08:20 After this operation, 134 MB of additional disk space will be used.
13:08:20 Get:1 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
13:08:20 Get:2 http://deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
13:08:20 Get:3 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
13:08:20 Get:4 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
13:08:20 Get:5 http://deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB]
13:08:20 Get:6 http://deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB]
13:08:20 Get:7 http://deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
13:08:20 Get:8 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
13:08:20 Get:9 https://download.docker.com/linux/debian buster/test amd64 containerd.io amd64 1.6.16-1 [27.7 MB]
13:08:20 Get:10 http://deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB]
13:08:20 Get:11 http://deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u8 [3496 kB]
13:08:20 #13 4.213 Reading package lists...
13:08:20 Selecting previously unselected package docker-ce-cli.
13:08:20 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ...
13:08:20 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye) ...
13:08:20 Selecting previously unselected package libcurl3-gnutls:amd64.
13:08:20 Preparing to unpack .../38-libcurl3-gnutls_7.87.0-2_amd64.deb ...
13:08:20 Unpacking libcurl3-gnutls:amd64 (7.87.0-2) ...
13:08:20 Selecting previously unselected package libstemmer0d:amd64.
13:08:20 Preparing to unpack .../39-libstemmer0d_2.2.0-2_amd64.deb ...
13:08:20 Unpacking libstemmer0d:amd64 (2.2.0-2) ...
13:08:20 Selecting previously unselected package libicu72:amd64.
13:08:20 Preparing to unpack .../40-libicu72_72.1-3_amd64.deb ...
13:08:20 Unpacking libicu72:amd64 (72.1-3) ...
13:08:20 Get:12 http://deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u8 [100 kB]
13:08:20 Get:13 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
13:08:20 Get:14 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
13:08:20 Get:15 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
13:08:20 Get:16 http://deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
13:08:20 Get:17 http://deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
13:08:20 Get:18 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
13:08:20 Get:19 http://deb.debian.org/debian-security buster/updates/main amd64 dbus amd64 1.12.24-0+deb10u1 [240 kB]
13:08:20 Get:20 http://deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u8 [209 kB]
13:08:20 Get:21 http://deb.debian.org/debian-security buster/updates/main amd64 dbus-user-session amd64 1.12.24-0+deb10u1 [97.9 kB]
13:08:20 #13 5.245 Building dependency tree...
13:08:20 #13 5.458 Reading state information...
13:08:20 #13 5.327 0 upgraded, 21 newly installed, 0 to remove and 4 not upgraded.
13:08:20 #13 5.327 1 not fully installed or removed.
13:08:20 #13 5.327 Need to get 7270 kB of archives.
13:08:20 #13 5.327 After this operation, 29.1 MB of additional disk space will be used.
13:08:20 #13 5.327 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main armhf bash-completion all 1:2.10-1ubuntu1 [178 kB]
13:08:20 OK
13:08:20 + '[' bullseye = sid ']'
13:08:20 ++ dpkg --print-architecture
13:08:20 + ARCH=amd64
13:08:20 + echo 'deb [arch=amd64] https://download.docker.com/linux/debian bullseye test'
13:08:20 + apt-get update
13:08:20   Installing : libnfnetlink-1.0.1-4.el7.aarch64                            6/27 
13:08:20 #13 5.464 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:08:20 #13 5.743 Starting 2 pkgProblemResolver with broken count: 0
13:08:20 #13 5.748 Done
13:08:20 #13 5.958  Done
13:08:20 #13 5.697 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf cmake-data all 3.16.3-1ubuntu1.20.04.1 [1613 kB]
13:08:20 Hit:1 http://deb.debian.org/debian bullseye InRelease
13:08:20 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
13:08:20 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
13:08:20 Get:4 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB]
13:08:20   Installing : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch           7/27 
13:08:20 #13 6.174 Starting pkgProblemResolver with broken count: 0
13:08:20 #13 6.215 Starting 2 pkgProblemResolver with broken count: 0
13:08:21 debconf: delaying package configuration, since apt-utils is not installed
13:08:21 Fetched 33.3 MB in 1s (43.0 MB/s)
13:08:21 Selecting previously unselected package libapparmor1:amd64.
13:08: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 ... 9948 files and directories currently installed.)
13:08:21 Preparing to unpack .../0-libapparmor1_2.13.2-10_amd64.deb ...
13:08:21 Unpacking libapparmor1:amd64 (2.13.2-10) ...
13:08:21 Selecting previously unselected package libargon2-1:amd64.
13:08:21 Preparing to unpack .../1-libargon2-1_0~20171227-0.2_amd64.deb ...
13:08:21 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
13:08:21 Selecting previously unselected package dmsetup.
13:08:21 Preparing to unpack .../2-dmsetup_2%3a1.02.155-3_amd64.deb ...
13:08:21 Unpacking dmsetup (2:1.02.155-3) ...
13:08:21 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:08:21 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
13:08:21 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:08:21 Selecting previously unselected package libjson-c3:amd64.
13:08:21 Preparing to unpack .../4-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ...
13:08:21 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
13:08:21 Selecting previously unselected package libcryptsetup12:amd64.
13:08:21 Preparing to unpack .../5-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ...
13:08:21 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
13:08:21 #13 5.966 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libarchive13 armhf 3.4.0-2ubuntu1.2 [290 kB]
13:08:21 #13 5.982 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjsoncpp1 armhf 1.7.4-3.1ubuntu2 [65.1 kB]
13:08:21 #13 5.985 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librhash0 armhf 1.3.9-1 [125 kB]
13:08:21 #13 5.991 Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libuv1 armhf 1.34.2-1ubuntu1.3 [68.7 kB]
13:08:21 #13 5.996 Get:7 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf cmake armhf 3.16.3-1ubuntu1.20.04.1 [3014 kB]
13:08:21 #13 6.139 Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
13:08:21 #13 6.140 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper1.02.1 armhf 2:1.02.167-1ubuntu1 [118 kB]
13:08:21 #13 6.147 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper-event1.02.1 armhf 2:1.02.167-1ubuntu1 [10.6 kB]
13:08:21 #13 6.147 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libudev-dev armhf 245.4-4ubuntu3.19 [19.7 kB]
13:08:21 #13 6.148 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsepol1-dev armhf 3.0-1ubuntu0.1 [301 kB]
13:08:21 #13 6.161 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpcre2-16-0 armhf 10.34-7ubuntu0.1 [156 kB]
13:08:21 #13 6.166 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpcre2-32-0 armhf 10.34-7ubuntu0.1 [147 kB]
13:08:21 Get:5 https://download.docker.com/linux/debian bullseye/test amd64 Packages [22.5 kB]
13:08:21 Fetched 65.9 kB in 1s (108 kB/s)
13:08:21 Selecting previously unselected package docker-ce-rootless-extras.
13:08:21 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ...
13:08:21 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye) ...
13:08:21 #13 6.220 Done
13:08:21 Selecting previously unselected package libidn11:amd64.
13:08:21 Preparing to unpack .../6-libidn11_1.33-2.2_amd64.deb ...
13:08:21 Unpacking libidn11:amd64 (1.33-2.2) ...
13:08:21 Selecting previously unselected package libip4tc0:amd64.
13:08:21 Preparing to unpack .../7-libip4tc0_1.8.2-4_amd64.deb ...
13:08:21 Unpacking libip4tc0:amd64 (1.8.2-4) ...
13:08:21 Selecting previously unselected package libkmod2:amd64.
13:08:21 Preparing to unpack .../8-libkmod2_26-1_amd64.deb ...
13:08:21 Unpacking libkmod2:amd64 (26-1) ...
13:08:21 Selecting previously unselected package systemd.
13:08:21 Preparing to unpack .../9-systemd_241-7~deb10u8_amd64.deb ...
13:08:21 Unpacking systemd (241-7~deb10u8) ...
13:08:21 #13 6.174 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpcre2-posix2 armhf 10.34-7ubuntu0.1 [5356 B]
13:08:21 #13 6.174 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpcre2-dev armhf 10.34-7ubuntu0.1 [599 kB]
13:08:21 #13 6.216 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libselinux1-dev armhf 3.0-1build2 [144 kB]
13:08:21 #13 6.218 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper-dev armhf 2:1.02.167-1ubuntu1 [35.8 kB]
13:08:21 #13 6.291 Get:19 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libseccomp-dev armhf 2.5.1-1ubuntu1~20.04.2 [79.3 kB]
13:08:21 #13 6.292 Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsystemd-dev armhf 245.4-4ubuntu3.19 [246 kB]
13:08:21 #13 6.296 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pkg-config armhf 0.29.1-0ubuntu4 [42.6 kB]
13:08:21 Reading package lists...
13:08:21 ++ find deb/debbuild/raspbian-buster/ -type f -name '*.deb'
13:08:21 + packages='deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb
13:08:21 deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb
13:08:21 deb/debbuild/raspbian-buster/docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb
13:08:21 deb/debbuild/raspbian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb
13:08:21 deb/debbuild/raspbian-buster/docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb'
13:08:21 ++ echo 'deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb
13:08:21 deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb
13:08:21 deb/debbuild/raspbian-buster/docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb
13:08:21 deb/debbuild/raspbian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb
13:08:21 deb/debbuild/raspbian-buster/docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb'
13:08:21 ++ awk '$0="./"$0'
13:08:21 ++ xargs
13:08:21 + packages='./deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb'
13:08:21 + set -x
13:08:21 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb
13:08:21 Selecting previously unselected package docker-ce-rootless-extras.
13:08:21 (Reading database ... 10012 files and directories currently installed.)
13:08:21 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ...
13:08:21 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster) ...
13:08:21 Selecting previously unselected package libxml2:amd64.
13:08:21 Preparing to unpack .../41-libxml2_2.9.14+dfsg-1.1+b3_amd64.deb ...
13:08:21 Unpacking libxml2:amd64 (2.9.14+dfsg-1.1+b3) ...
13:08:21 Selecting previously unselected package libxmlb2:amd64.
13:08:21 Preparing to unpack .../42-libxmlb2_0.3.10-2_amd64.deb ...
13:08:21 Unpacking libxmlb2:amd64 (0.3.10-2) ...
13:08:21 Selecting previously unselected package libyaml-0-2:amd64.
13:08:21 Preparing to unpack .../43-libyaml-0-2_0.2.5-1_amd64.deb ...
13:08:21 Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
13:08:21 Selecting previously unselected package libappstream4:amd64.
13:08:21 Preparing to unpack .../44-libappstream4_0.16.0-1_amd64.deb ...
13:08:21 Unpacking libappstream4:amd64 (0.16.0-1) ...
13:08:21 Selecting previously unselected package libcap2-bin.
13:08:21 Preparing to unpack .../45-libcap2-bin_1%3a2.66-3_amd64.deb ...
13:08:21 Unpacking libcap2-bin (1:2.66-3) ...
13:08:21 Selecting previously unselected package libduktape207:amd64.
13:08:21 Preparing to unpack .../46-libduktape207_2.7.0-1+b1_amd64.deb ...
13:08:21 Unpacking libduktape207:amd64 (2.7.0-1+b1) ...
13:08:21 Selecting previously unselected package docker-ce.
13:08:21 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ...
13:08:21 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye) ...
13:08:21 #13 6.597 The following additional packages will be installed:
13:08:21 #13 6.597   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
13:08:21 #13 6.598   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:08:21 #13 6.598   libglib2.0-0 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
13:08:21 #13 6.598   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol-dev
13:08:21 #13 6.599   libsystemd-dev libudev-dev libuv1 pkg-config
13:08:21 #13 6.600 Suggested packages:
13:08:21 #13 6.600   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
13:08:21 #13 6.600 Recommended packages:
13:08:21 #13 6.600   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
13:08:21 #13 6.648 The following NEW packages will be installed:
13:08:21 #13 6.472 debconf: delaying package configuration, since apt-utils is not installed
13:08:21 #13 6.516 Fetched 7270 kB in 1s (5277 kB/s)
13:08:21 #13 6.542 Selecting previously unselected package bash-completion.
13:08:21 #13 6.542 (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 ... 26050 files and directories currently installed.)
13:08:21 #13 6.557 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
13:08:21 Selecting previously unselected package libelf1:amd64.
13:08:21 Preparing to unpack .../47-libelf1_0.188-2.1_amd64.deb ...
13:08:21 Unpacking libelf1:amd64 (0.188-2.1) ...
13:08:21 Selecting previously unselected package libdw1:amd64.
13:08:21 Preparing to unpack .../48-libdw1_0.188-2.1_amd64.deb ...
13:08:21 Unpacking libdw1:amd64 (0.188-2.1) ...
13:08:21 Selecting previously unselected package libglib2.0-data.
13:08:21 Preparing to unpack .../49-libglib2.0-data_2.74.5-1_all.deb ...
13:08:21 Unpacking libglib2.0-data (2.74.5-1) ...
13:08:21 Reading package lists...
13:08:21 ++ find deb/debbuild/debian-bullseye/ -type f -name '*.deb'
13:08:21 + packages='deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb
13:08:21 deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb
13:08:21 deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb
13:08:21 deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb
13:08:21 deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_amd64.deb
13:08:21 deb/debbuild/debian-bullseye/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb'
13:08:21 ++ echo 'deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb
13:08:21 deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb
13:08:21 deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb
13:08:21 deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb
13:08:21 deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_amd64.deb
13:08:21 deb/debbuild/debian-bullseye/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb'
13:08:21 ++ xargs
13:08:21 ++ awk '$0="./"$0'
13:08:21 + packages='./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb'
13:08:21 + set -x
13:08:21 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb
13:08:21 Selecting previously unselected package docker-ce-cli.
13:08:21 (Reading database ... 9726 files and directories currently installed.)
13:08:21 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ...
13:08:21 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
13:08:21 #13 6.648   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
13:08:21 #13 6.648   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:08:21 #13 6.649   libglib2.0-0 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
13:08:21 #13 6.649   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol-dev
13:08:21 #13 6.649   libsystemd-dev libudev-dev libuv1 pkg-config
13:08:21 Setting up libapparmor1:amd64 (2.13.2-10) ...
13:08:21 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
13:08:21 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
13:08:21 Setting up libidn11:amd64 (1.33-2.2) ...
13:08:21 Setting up libip4tc0:amd64 (1.8.2-4) ...
13:08:21 Setting up libkmod2:amd64 (26-1) ...
13:08:21 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:08:21 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
13:08:21 Setting up systemd (241-7~deb10u8) ...
13:08:21 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:08:21 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:08:21 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
13:08:21 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
13:08:21 Initializing machine ID from KVM UUID.
13:08:21 Selecting previously unselected package docker-ce-cli.
13:08:21 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ...
13:08:21 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster) ...
13:08:21 Selecting previously unselected package libglib2.0-bin.
13:08:21 Preparing to unpack .../50-libglib2.0-bin_2.74.5-1_amd64.deb ...
13:08:21 Unpacking libglib2.0-bin (2.74.5-1) ...
13:08:21 Selecting previously unselected package libunwind8:amd64.
13:08:21 Preparing to unpack .../51-libunwind8_1.6.2-3_amd64.deb ...
13:08:21 Unpacking libunwind8:amd64 (1.6.2-3) ...
13:08:21 Selecting previously unselected package libgstreamer1.0-0:amd64.
13:08:21 Preparing to unpack .../52-libgstreamer1.0-0_1.22.0-2_amd64.deb ...
13:08:21 Unpacking libgstreamer1.0-0:amd64 (1.22.0-2) ...
13:08:22 #13 7.066 0 upgraded, 24 newly installed, 0 to remove and 5 not upgraded.
13:08:22 #13 7.066 1 not fully installed or removed.
13:08:22 #13 7.066 Need to get 10.9 MB of archives.
13:08:22 #13 7.066 After this operation, 38.6 MB of additional disk space will be used.
13:08:22 #13 7.066 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bash-completion all 1:2.11-5ubuntu1 [180 kB]
13:08:22 #13 7.093 Unpacking bash-completion (1:2.10-1ubuntu1) ...
13:08:22 Selecting previously unselected package libpolkit-gobject-1-0:amd64.
13:08:22 Preparing to unpack .../53-libpolkit-gobject-1-0_122-3_amd64.deb ...
13:08:22 Unpacking libpolkit-gobject-1-0:amd64 (122-3) ...
13:08:22 Selecting previously unselected package libpolkit-agent-1-0:amd64.
13:08:22 Preparing to unpack .../54-libpolkit-agent-1-0_122-3_amd64.deb ...
13:08:22 Unpacking libpolkit-agent-1-0:amd64 (122-3) ...
13:08:22 Selecting previously unselected package lsb-release.
13:08:22 Preparing to unpack .../55-lsb-release_12.0-1_all.deb ...
13:08:22 Unpacking lsb-release (12.0-1) ...
13:08:22 Selecting previously unselected package xml-core.
13:08:22 Preparing to unpack .../56-xml-core_0.18+nmu1_all.deb ...
13:08:22 Unpacking xml-core (0.18+nmu1) ...
13:08:22 Selecting previously unselected package polkitd.
13:08:22 Preparing to unpack .../57-polkitd_122-3_amd64.deb ...
13:08:22 Unpacking polkitd (122-3) ...
13:08:22 Selecting previously unselected package packagekit.
13:08:22 Preparing to unpack .../58-packagekit_1.2.6-2_amd64.deb ...
13:08:22 Unpacking packagekit (1.2.6-2) ...
13:08:22 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bookworm"
13:08:22 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:08:22 #13 7.432 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive13 armhf 3.6.0-1ubuntu1 [338 kB]
13:08:22 #13 7.202 Selecting previously unselected package cmake-data.
13:08:22 #13 7.205 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1.20.04.1_all.deb ...
13:08:22 #13 7.211 Unpacking cmake-data (3.16.3-1ubuntu1.20.04.1) ...
13:08:22 Selecting previously unselected package python-apt-common.
13:08:22 Preparing to unpack .../59-python-apt-common_2.5.2_all.deb ...
13:08:22 Unpacking python-apt-common (2.5.2) ...
13:08:22 Selecting previously unselected package python3-apt.
13:08:22 Preparing to unpack .../60-python3-apt_2.5.2+b1_amd64.deb ...
13:08:22 Unpacking python3-apt (2.5.2+b1) ...
13:08:22 Selecting previously unselected package python3-blinker.
13:08:22 Preparing to unpack .../61-python3-blinker_1.5-1_all.deb ...
13:08:22 Unpacking python3-blinker (1.5-1) ...
13:08:22 Selecting previously unselected package python3-cffi-backend:amd64.
13:08:22 Preparing to unpack .../62-python3-cffi-backend_1.15.1-5+b1_amd64.deb ...
13:08:22 Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ...
13:08:22 Setting up dmsetup (2:1.02.155-3) ...
13:08:22 Selecting previously unselected package systemd-sysv.
13:08:22 (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 ... 10778 files and directories currently installed.)
13:08:22 Preparing to unpack .../00-systemd-sysv_241-7~deb10u8_amd64.deb ...
13:08:22 Unpacking systemd-sysv (241-7~deb10u8) ...
13:08:22 #17 exporting layers 7.2s done
13:08:22 #17 writing image sha256:8b9aaae8ea8895d72c20d3461702f360770d34f079515fce023d4fb22abad9d7 done
13:08:22 #17 naming to docker.io/debbuild-raspbian-bookworm/aarch64 done
13:08:22 #17 DONE 7.2s
13:08:22 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/raspbian-bookworm:/build  debbuild-raspbian-bookworm/aarch64
13:08:22 + set -e
13:08:22 + mkdir -p /root/build-deb/engine
13:08:22 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:08:22 + mkdir -p /root/build-deb/cli
13:08:22 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:08:22 + mkdir -p /root/build-deb/buildx
13:08:22 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:08:22 Selecting previously unselected package docker-buildx-plugin.
13:08:22 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb ...
13:08:22 Unpacking docker-buildx-plugin (0.10.2-1~raspbian.10~buster) ...
13:08:22 + make IMAGE=debian:bookworm verify
13:08:22 docker run  --rm -i \
13:08:22 	-v "$(pwd):/v" \
13:08:22 	-e DEBIAN_FRONTEND=noninteractive \
13:08:22 	-e PACKAGE_REPO=staging \
13:08:22 	-w /v \
13:08:22 	debian:bookworm ./verify
13:08:22 Unable to find image 'debian:bookworm' locally
13:08:22 bookworm: Pulling from library/debian
13:08:22 #13 7.547 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjsoncpp25 armhf 1.9.5-3 [72.4 kB]
13:08:22 #13 7.566 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librhash0 armhf 1.4.2-1ubuntu1 [141 kB]
13:08:22 #13 7.591 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libuv1 armhf 1.43.0-1 [76.9 kB]
13:08:22 #13 7.600 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
13:08:22 #13 7.601 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf emacsen-common all 3.0.4 [14.9 kB]
13:08:22 #13 7.603 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf cmake-data all 3.22.1-1ubuntu1.22.04.1 [1913 kB]
13:08:22 Selecting previously unselected package docker-ce.
13:08:22 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ...
13:08:22 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
13:08:22   Running scriptlet: container-selinux-3:2.199.0-1.el9.noarch             50/62 
13:08:22   Installing       : acl-2.3.1-3.el9.x86_64                               51/62 
13:08:22   Installing       : dbus-1:1.12.20-7.el9.x86_64                          52/62 
13:08:22   Installing       : systemd-pam-252-3.el9.x86_64                         53/62 
13:08:22   Running scriptlet: systemd-252-3.el9.x86_64                             54/62 
13:08:22   Installing       : systemd-252-3.el9.x86_64                             54/62 
13:08:22   Running scriptlet: systemd-252-3.el9.x86_64                             54/62 
13:08:22   Installing       : dbus-common-1:1.12.20-7.el9.noarch                   55/62 
13:08:22   Running scriptlet: dbus-common-1:1.12.20-7.el9.noarch                   55/62 
13:08:22 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
13:08:22 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
13:08:22 
13:08:22   Running scriptlet: dbus-broker-28-7.el9.x86_64                          56/62 
13:08:22   Installing       : dbus-broker-28-7.el9.x86_64                          56/62 
13:08:22   Running scriptlet: dbus-broker-28-7.el9.x86_64                          56/62 
13:08:22 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
13:08:22 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
13:08:22 
13:08:22   Installing       : device-mapper-libs-9:1.02.187-4.el9.x86_64           57/62 
13:08:22 #13 7.524 Selecting previously unselected package libarchive13:armhf.
13:08:22 #13 7.527 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1.2_armhf.deb ...
13:08:22 #13 7.534 Unpacking libarchive13:armhf (3.4.0-2ubuntu1.2) ...
13:08:22 #13 7.595 Selecting previously unselected package libjsoncpp1:armhf.
13:08:22 #13 7.597 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_armhf.deb ...
13:08:22 #13 7.600 Unpacking libjsoncpp1:armhf (1.7.4-3.1ubuntu2) ...
13:08:22 #13 7.639 Selecting previously unselected package librhash0:armhf.
13:08:22 #13 7.641 Preparing to unpack .../04-librhash0_1.3.9-1_armhf.deb ...
13:08:22 #13 7.644 Unpacking librhash0:armhf (1.3.9-1) ...
13:08:22 #13 7.686 Selecting previously unselected package libuv1:armhf.
13:08:22 #13 7.688 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_armhf.deb ...
13:08:22 #13 7.692 Unpacking libuv1:armhf (1.34.2-1ubuntu1.3) ...
13:08:22 #13 7.720 Selecting previously unselected package cmake.
13:08:22 Selecting previously unselected package python3-cryptography.
13:08:22 Preparing to unpack .../63-python3-cryptography_38.0.4-2_amd64.deb ...
13:08:22 Unpacking python3-cryptography (38.0.4-2) ...
13:08:22 Selecting previously unselected package python3-dbus.
13:08:22 Preparing to unpack .../64-python3-dbus_1.3.2-4+b1_amd64.deb ...
13:08:22 Unpacking python3-dbus (1.3.2-4+b1) ...
13:08:22 Selecting previously unselected package python3-distro.
13:08:22 Preparing to unpack .../65-python3-distro_1.8.0-1_all.deb ...
13:08:22 Unpacking python3-distro (1.8.0-1) ...
13:08:22 Selecting previously unselected package python3-gi.
13:08:22 Preparing to unpack .../66-python3-gi_3.42.2-3+b1_amd64.deb ...
13:08:22 Unpacking python3-gi (3.42.2-3+b1) ...
13:08:22 Selecting previously unselected package python3-pyparsing.
13:08:22 Preparing to unpack .../67-python3-pyparsing_3.0.9-1_all.deb ...
13:08:22 Unpacking python3-pyparsing (3.0.9-1) ...
13:08:22 Selecting previously unselected package libip6tc0:amd64.
13:08:22 Preparing to unpack .../01-libip6tc0_1.8.2-4_amd64.deb ...
13:08:22 Unpacking libip6tc0:amd64 (1.8.2-4) ...
13:08:22 + mkdir -p /root/build-deb/compose
13:08:22 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:08:22 + mkdir -p /root/build-deb/scan-cli-plugin
13:08:22 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:08:22 16b554b0ae69: Already exists
13:08:22 Digest: sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0
13:08:22 Status: Downloaded newer image for debian:bookworm
13:08:22 #13 7.743 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf cmake armhf 3.22.1-1ubuntu1.22.04.1 [4643 kB]
13:08:22 Setting up docker-compose-plugin (2.16.0-1~raspbian.11~bullseye) ...
13:08:22 Setting up docker-buildx-plugin (0.10.2-1~raspbian.11~bullseye) ...
13:08:22 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye) ...
13:08:22 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye) ...
13:08:22   Installing : slirp4netns-0.4.3-4.el7_8.aarch64                           8/27 
13:08:22 #13 7.722 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1.20.04.1_armhf.deb ...
13:08:22 #13 7.726 Unpacking cmake (3.16.3-1ubuntu1.20.04.1) ...
13:08:22 Selecting previously unselected package python3-httplib2.
13:08:22 Preparing to unpack .../68-python3-httplib2_0.20.4-3_all.deb ...
13:08:22 Unpacking python3-httplib2 (0.20.4-3) ...
13:08:22 Selecting previously unselected package python3-jwt.
13:08:22 Preparing to unpack .../69-python3-jwt_2.6.0-1_all.deb ...
13:08:22 Unpacking python3-jwt (2.6.0-1) ...
13:08:22 Selecting previously unselected package python3-pkg-resources.
13:08:22 Preparing to unpack .../70-python3-pkg-resources_65.6.3-1_all.deb ...
13:08:22 Unpacking python3-pkg-resources (65.6.3-1) ...
13:08:22 Selecting previously unselected package python3-lazr.uri.
13:08:22 Preparing to unpack .../71-python3-lazr.uri_1.0.6-3_all.deb ...
13:08:22 Unpacking python3-lazr.uri (1.0.6-3) ...
13:08:22 Selecting previously unselected package python3-wadllib.
13:08:22 Preparing to unpack .../72-python3-wadllib_1.3.6-4_all.deb ...
13:08:22 Unpacking python3-wadllib (1.3.6-4) ...
13:08:22 Selecting previously unselected package python3-oauthlib.
13:08:22 Preparing to unpack .../73-python3-oauthlib_3.2.2-1_all.deb ...
13:08:22 Selecting previously unselected package libiptc0:amd64.
13:08:22 Preparing to unpack .../02-libiptc0_1.8.2-4_amd64.deb ...
13:08:22 Unpacking libiptc0:amd64 (1.8.2-4) ...
13:08:22 Selecting previously unselected package libnfnetlink0:amd64.
13:08:22 Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
13:08:22 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:08:22 Selecting previously unselected package libnetfilter-conntrack3:amd64.
13:08:22 Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
13:08:22 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
13:08:22 Selecting previously unselected package libnftnl11:amd64.
13:08:22 Preparing to unpack .../05-libnftnl11_1.1.2-2_amd64.deb ...
13:08:22 Unpacking libnftnl11:amd64 (1.1.2-2) ...
13:08:22 Selecting previously unselected package iptables.
13:08:22 Preparing to unpack .../06-iptables_1.8.2-4_amd64.deb ...
13:08:22 Unpacking iptables (1.8.2-4) ...
13:08:22 + mkdir -p /go/src/github.com/docker
13:08:22 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:08:22 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:08:22 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:08:22 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:08:22 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:08:22 + EPOCH=5
13:08:22 + EPOCH_SEP=
13:08:22 + [[ ! -z 5 ]]
13:08:22 + EPOCH_SEP=:
13:08:22 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
13:08:22 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
13:08:22 VERSION AAA 0.0.0-20230206193855-ab4ef4a
13:08:22 + VERSION=0.0.0-20230206193855-ab4ef4a
13:08:22 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
13:08:22 VERSION bbb 0.0.0-20230206193855-ab4ef4a
13:08:22 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:08:22 + debSource=docker-ce
13:08:22 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:08:22 + debMaintainer='Docker <support@docker.com>'
13:08:22 ++ date --rfc-2822
13:08:22 + debDate='Wed, 08 Feb 2023 13:08:22 +0000'
13:08:22 + pkgRevision=1
13:08:22 + cat
13:08:22 + export CLI_GITCOMMIT=ab4ef4a
13:08:22 + CLI_GITCOMMIT=ab4ef4a
13:08:22 + export ENGINE_GITCOMMIT=1141704
13:08:22 + ENGINE_GITCOMMIT=1141704
13:08:22 + export SCAN_GITCOMMIT=6c852fa
13:08:22 + SCAN_GITCOMMIT=6c852fa
13:08:22 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
13:08:22 VERSION BBB 0.0.0-20230206193855-ab4ef4a
13:08:22 + dpkg-buildpackage -uc -us -I.git
13:08:22 dpkg-buildpackage: info: source package docker-ce
13:08:22 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm
13:08:22 dpkg-buildpackage: info: source distribution bookworm
13:08:22 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:08:22  dpkg-source -I.git --before-build .
13:08:22 dpkg-buildpackage: info: host architecture armhf
13:08:23 #13 7.993 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf dh-apparmor all 3.0.4-2ubuntu2.1 [9534 B]
13:08:23 #13 8.010 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1ubuntu4 [134 kB]
13:08:23 #13 8.012 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1ubuntu4 [11.6 kB]
13:08:23 #13 8.012 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libudev-dev armhf 249.11-0ubuntu3.6 [20.7 kB]
13:08:23 #13 8.013 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsepol-dev armhf 3.3-1build1 [357 kB]
13:08:23 #13 8.017 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpcre2-16-0 armhf 10.39-3ubuntu0.1 [174 kB]
13:08:23 #13 8.020 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpcre2-32-0 armhf 10.39-3ubuntu0.1 [164 kB]
13:08:23 #13 8.022 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpcre2-posix3 armhf 10.39-3ubuntu0.1 [5528 B]
13:08:23 #13 8.022 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpcre2-dev armhf 10.39-3ubuntu0.1 [647 kB]
13:08:23 #13 8.086 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libselinux1-dev armhf 3.3-1build2 [153 kB]
13:08:23 #13 8.159 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper-dev armhf 2:1.02.175-2.1ubuntu4 [36.6 kB]
13:08:23 #13 8.160 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libseccomp-dev armhf 2.5.3-2ubuntu2 [89.0 kB]
13:08:23 #13 8.164 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsystemd-dev armhf 249.11-0ubuntu3.6 [306 kB]
13:08:23 #13 8.178 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libglib2.0-0 armhf 2.72.4-0ubuntu1 [1325 kB]
13:08:23 invoke-rc.d: could not determine current runlevel
13:08:23 invoke-rc.d: policy-rc.d denied execution of start.
13:08:23 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:08:23  docker-ce-rootless-extras depends on dbus-user-session; however:
13:08:23   Package dbus-user-session is not installed.
13:08:23 
13:08:23 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye) ...
13:08:23 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/raspbian-bullseye/docker-compose-plugin_2.16.0-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb
13:08:23 #13 8.030 Selecting previously unselected package dh-apparmor.
13:08:23 #13 8.032 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
13:08:23 #13 8.037 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
13:08:23 #13 8.069 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:08:23 #13 8.072 Preparing to unpack .../08-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_armhf.deb ...
13:08:23 #13 8.077 Unpacking libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
13:08:23 #13 8.120 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
13:08:23 #13 8.123 Preparing to unpack .../09-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_armhf.deb ...
13:08:23 #13 8.126 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.167-1ubuntu1) ...
13:08:23 #13 8.151 Selecting previously unselected package libudev-dev:armhf.
13:08:23 #13 8.154 Preparing to unpack .../10-libudev-dev_245.4-4ubuntu3.19_armhf.deb ...
13:08:23 #13 8.157 Unpacking libudev-dev:armhf (245.4-4ubuntu3.19) ...
13:08:23 #13 8.184 Selecting previously unselected package libsepol1-dev:armhf.
13:08:23 #13 8.186 Preparing to unpack .../11-libsepol1-dev_3.0-1ubuntu0.1_armhf.deb ...
13:08:23 #13 8.190 Unpacking libsepol1-dev:armhf (3.0-1ubuntu0.1) ...
13:08:23 #13 8.254 Selecting previously unselected package libpcre2-16-0:armhf.
13:08:23   Installing : docker-buildx-plugin-0.10.2-0.el7.aarch64                   9/27 
13:08:23 Unpacking python3-oauthlib (3.2.2-1) ...
13:08:23 Selecting previously unselected package python3-six.
13:08:23 Preparing to unpack .../74-python3-six_1.16.0-4_all.deb ...
13:08:23 Unpacking python3-six (1.16.0-4) ...
13:08:23 Selecting previously unselected package python3-lazr.restfulclient.
13:08:23 Preparing to unpack .../75-python3-lazr.restfulclient_0.14.5-1_all.deb ...
13:08:23 Unpacking python3-lazr.restfulclient (0.14.5-1) ...
13:08:23 Selecting previously unselected package python3-software-properties.
13:08:23 Preparing to unpack .../76-python3-software-properties_0.99.30-4_all.deb ...
13:08:23 Unpacking python3-software-properties (0.99.30-4) ...
13:08:23 Selecting previously unselected package software-properties-common.
13:08:23 Preparing to unpack .../77-software-properties-common_0.99.30-4_all.deb ...
13:08:23 Unpacking software-properties-common (0.99.30-4) ...
13:08:23 Setting up libksba8:amd64 (1.6.3-2) ...
13:08:23 Setting up media-types (8.0.0) ...
13:08:23   Installing       : device-mapper-9:1.02.187-4.el9.x86_64                58/62 
13:08:23   Installing       : containerd.io-1.6.16-3.1.el9.x86_64                  59/62 
13:08:23   Running scriptlet: containerd.io-1.6.16-3.1.el9.x86_64                  59/62 
13:08:23   Installing       : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   60/62 
13:08:23 Selecting previously unselected package dbus.
13:08:23 Preparing to unpack .../07-dbus_1.12.24-0+deb10u1_amd64.deb ...
13:08:23 Unpacking dbus (1.12.24-0+deb10u1) ...
13:08:23 Selecting previously unselected package libpam-systemd:amd64.
13:08:23 Preparing to unpack .../08-libpam-systemd_241-7~deb10u8_amd64.deb ...
13:08:23 Unpacking libpam-systemd:amd64 (241-7~deb10u8) ...
13:08:23 Selecting previously unselected package containerd.io.
13:08:23 Preparing to unpack .../09-containerd.io_1.6.16-1_amd64.deb ...
13:08:23 Unpacking containerd.io (1.6.16-1) ...
13:08:23  debian/rules clean
13:08:23 dh clean --with=bash-completion
13:08:23    dh_clean
13:08:23 #13 8.241 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pkg-config armhf 0.29.2-1ubuntu3 [46.0 kB]
13:08:23 #13 8.441 debconf: delaying package configuration, since apt-utils is not installed
13:08:23 #13 8.479 Fetched 10.9 MB in 2s (6860 kB/s)
13:08:23 #13 8.504 Selecting previously unselected package bash-completion.
13:08:23 make[1]: Leaving directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:08:23 ~/rpmbuild/BUILD/src
13:08:23 + popd
13:08:23 + exit 0
13:08:23 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.reTDJO
13:08:23 + umask 022
13:08:23 + cd /root/rpmbuild/BUILD
13:08:23 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64 '!=' / ']'
13:08:23 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64
13:08:23 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64
13:08:23 + mkdir -p /root/rpmbuild/BUILDROOT
13:08:23 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64
13:08:23 + cd src
13:08:23 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:08:23 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:08:23 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:08:23 + popd
13:08:23 ~/rpmbuild/BUILD/src
13:08:23 + /usr/lib/rpm/check-buildroot
13:08:23 + /usr/lib/rpm/redhat/brp-compress
13:08:23 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:08:23 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:08:23 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:08:23 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:08:23 + /usr/lib/rpm/redhat/brp-python-hardlink
13:08:23 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:08:23 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.CEksXR
13:08:23 + umask 022
13:08:23 + cd /root/rpmbuild/BUILD
13:08:23 + cd src
13:08:23 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
13:08:23 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:08:23 + ver=v0.23.0
13:08:23 + test v0.23.0 = v0.23.0
13:08:23 + echo 'PASS: docker-scan version OK'
13:08:23 PASS: docker-scan version OK
13:08:23 + exit 0
13:08:23 Processing files: docker-scan-plugin-0.23.0-0.el7.x86_64
13:08:23 Provides: docker-scan-plugin = 0:0.23.0-0.el7 docker-scan-plugin(x86-64) = 0:0.23.0-0.el7
13:08:23 Requires(interp): /bin/sh /bin/sh /bin/sh
13:08:23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:08:23 Requires(post): /bin/sh
13:08:23 Requires(preun): /bin/sh
13:08:23 Requires(postun): /bin/sh
13:08:23 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64
13:08:23 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.23.0-0.el7.src.rpm
13:08:23 + verify
13:08:23 + dpkg --version
13:08:23 + verify_deb
13:08:23 + apt-get update
13:08:23 #13 8.257 Preparing to unpack .../12-libpcre2-16-0_10.34-7ubuntu0.1_armhf.deb ...
13:08:23 #13 8.261 Unpacking libpcre2-16-0:armhf (10.34-7ubuntu0.1) ...
13:08:23 #13 8.308 Selecting previously unselected package libpcre2-32-0:armhf.
13:08:23 #13 8.310 Preparing to unpack .../13-libpcre2-32-0_10.34-7ubuntu0.1_armhf.deb ...
13:08:23 #13 8.315 Unpacking libpcre2-32-0:armhf (10.34-7ubuntu0.1) ...
13:08:23 #13 8.363 Selecting previously unselected package libpcre2-posix2:armhf.
13:08:23 #13 8.366 Preparing to unpack .../14-libpcre2-posix2_10.34-7ubuntu0.1_armhf.deb ...
13:08:23 #13 8.370 Unpacking libpcre2-posix2:armhf (10.34-7ubuntu0.1) ...
13:08:23 #13 8.396 Selecting previously unselected package libpcre2-dev:armhf.
13:08:23 #13 8.398 Preparing to unpack .../15-libpcre2-dev_10.34-7ubuntu0.1_armhf.deb ...
13:08:23 #13 8.402 Unpacking libpcre2-dev:armhf (10.34-7ubuntu0.1) ...
13:08:23 #13 8.478 Selecting previously unselected package libselinux1-dev:armhf.
13:08:23 Setting up systemd-sysv (252.5-2) ...
13:08:23 Setting up libkeyutils1:amd64 (1.6.3-2) ...
13:08:23 Setting up libpsl5:amd64 (0.21.0-1.2) ...
13:08:23 Setting up libicu72:amd64 (72.1-3) ...
13:08:23 Setting up apt-transport-https (2.5.5) ...
13:08:23 Setting up libyaml-0-2:amd64 (0.2.5-1) ...
13:08:23 Setting up libglib2.0-0:amd64 (2.74.5-1) ...
13:08:23 No schema files found: doing nothing.
13:08:23 Setting up distro-info-data (0.56) ...
13:08:23 Setting up libtirpc-common (1.3.3+ds-1) ...
13:08:23 Setting up libxmlb2:amd64 (0.3.10-2) ...
13:08:23 Setting up libbrotli1:amd64 (1.0.9-2+b6) ...
13:08:23 Setting up libsqlite3-0:amd64 (3.40.1-1) ...
13:08:23 Setting up libnghttp2-14:amd64 (1.51.0-1) ...
13:08:23 Setting up libpackagekit-glib2-18:amd64 (1.2.6-2) ...
13:08:23 Setting up libnpth0:amd64 (1.6-3) ...
13:08:23 Setting up libassuan0:amd64 (2.5.5-5) ...
13:08:23 Setting up libunwind8:amd64 (1.6.2-3) ...
13:08:23 Setting up libkrb5support0:amd64 (1.20.1-1) ...
13:08:23 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
13:08:23 Setting up libcap2-bin (1:2.66-3) ...
13:08:23 Setting up libglib2.0-data (2.74.5-1) ...
13:08:23 Setting up gnupg-l10n (2.2.40-1) ...
13:08:23 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
13:08:23 Setting up libdbus-1-3:amd64 (1.14.4-1) ...
13:08:23 #13 8.504 (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 ... 25295 files and directories currently installed.)
13:08:23 #13 8.518 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ...
13:08:23 #13 8.529 Unpacking bash-completion (1:2.11-5ubuntu1) ...
13:08:23 #13 8.633 Selecting previously unselected package libarchive13:armhf.
13:08:23 #13 8.636 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_armhf.deb ...
13:08:23 #13 8.643 Unpacking libarchive13:armhf (3.6.0-1ubuntu1) ...
13:08:23 #13 8.677 Selecting previously unselected package libjsoncpp25:armhf.
13:08:23 #13 8.679 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_armhf.deb ...
13:08:23 #13 8.683 Unpacking libjsoncpp25:armhf (1.9.5-3) ...
13:08:23 #13 8.712 Selecting previously unselected package librhash0:armhf.
13:08:23 #13 8.715 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_armhf.deb ...
13:08:23 #13 8.718 Unpacking librhash0:armhf (1.4.2-1ubuntu1) ...
13:08:23 #13 8.748 Selecting previously unselected package libuv1:armhf.
13:08:23 Get:1 http://deb.debian.org/debian bookworm InRelease [171 kB]
13:08:23 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB]
13:08:23 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
13:08:23 Get:4 http://deb.debian.org/debian bookworm/main armhf Packages [8653 kB]
13:08:23 #13 8.481 Preparing to unpack .../16-libselinux1-dev_3.0-1build2_armhf.deb ...
13:08:23 #13 8.484 Unpacking libselinux1-dev:armhf (3.0-1build2) ...
13:08:23 #13 8.523 Selecting previously unselected package libdevmapper-dev:armhf.
13:08:23 #13 8.526 Preparing to unpack .../17-libdevmapper-dev_2%3a1.02.167-1ubuntu1_armhf.deb ...
13:08:23 #13 8.529 Unpacking libdevmapper-dev:armhf (2:1.02.167-1ubuntu1) ...
13:08:23 #13 8.556 Selecting previously unselected package libseccomp-dev:armhf.
13:08:23 #13 8.558 Preparing to unpack .../18-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_armhf.deb ...
13:08:23 #13 8.562 Unpacking libseccomp-dev:armhf (2.5.1-1ubuntu1~20.04.2) ...
13:08:23 #13 8.594 Selecting previously unselected package libsystemd-dev:armhf.
13:08:23 #13 8.597 Preparing to unpack .../19-libsystemd-dev_245.4-4ubuntu3.19_armhf.deb ...
13:08:23 #13 8.600 Unpacking libsystemd-dev:armhf (245.4-4ubuntu3.19) ...
13:08:23 #13 8.659 Selecting previously unselected package pkg-config.
13:08:23 #13 8.662 Preparing to unpack .../20-pkg-config_0.29.1-0ubuntu4_armhf.deb ...
13:08:23 #13 8.666 Unpacking pkg-config (0.29.1-0ubuntu4) ...
13:08:23 #13 8.706 Setting up libseccomp-dev:armhf (2.5.1-1ubuntu1~20.04.2) ...
13:08:23 Setting up libncursesw6:amd64 (6.4-2) ...
13:08:23 Setting up libk5crypto3:amd64 (1.20.1-1) ...
13:08:23 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ...
13:08:23 Setting up python-apt-common (2.5.2) ...
13:08:23 Setting up libduktape207:amd64 (2.7.0-1+b1) ...
13:08:23 Setting up dbus-session-bus-common (1.14.4-1) ...
13:08:23 Setting up libmpdec3:amd64 (2.5.1-2) ...
13:08:23 Setting up libgirepository-1.0-1:amd64 (1.74.0-3) ...
13:08:23 Setting up libssh2-1:amd64 (1.10.0-3+b1) ...
13:08:23 Setting up sgml-base (1.31) ...
13:08:23 Setting up libkrb5-3:amd64 (1.20.1-1) ...
13:08:23 Setting up libstemmer0d:amd64 (2.2.0-2) ...
13:08:23 Setting up lsb-release (12.0-1) ...
13:08:23 Setting up dbus-system-bus-common (1.14.4-1) ...
13:08:23   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230206193855.ab4   60/62 
13:08:23   Installing       : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el9.x86   61/62 
13:08:23  dpkg-source -I.git -b .
13:08:23 dpkg-source: warning: native package version may not have a revision
13:08:23 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
13:08:23 dpkg-source: info: using source format '1.0'
13:08:23 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.tar.gz
13:08:23 Selecting previously unselected package docker-ce.
13:08:23 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ...
13:08:23 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster) ...
13:08:23 #13 8.751 Preparing to unpack .../04-libuv1_1.43.0-1_armhf.deb ...
13:08:23 #13 8.755 Unpacking libuv1:armhf (1.43.0-1) ...
13:08:23 #13 8.780 Selecting previously unselected package dh-elpa-helper.
13:08:23 #13 8.782 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
13:08:23 #13 8.786 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
13:08:23 #13 8.815 Selecting previously unselected package emacsen-common.
13:08:23 #13 8.818 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
13:08:23 #13 8.829 Unpacking emacsen-common (3.0.4) ...
13:08:23 #13 8.863 Selecting previously unselected package cmake-data.
13:08:23 #13 8.865 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1.22.04.1_all.deb ...
13:08:23 #13 8.872 Unpacking cmake-data (3.22.1-1ubuntu1.22.04.1) ...
13:08:23 #13 8.716 Setting up libarchive13:armhf (3.4.0-2ubuntu1.2) ...
13:08:23 #13 8.728 Setting up libsepol1-dev:armhf (3.0-1ubuntu0.1) ...
13:08:23 #13 8.736 Setting up libpcre2-16-0:armhf (10.34-7ubuntu0.1) ...
13:08:23 #13 8.745 Setting up libpcre2-32-0:armhf (10.34-7ubuntu0.1) ...
13:08:23 #13 8.754 Setting up libuv1:armhf (1.34.2-1ubuntu1.3) ...
13:08:23 #13 8.764 Setting up bash-completion (1:2.10-1ubuntu1) ...
13:08:23 Setting up openssl (3.0.7-2) ...
13:08:23 Setting up libelf1:amd64 (0.188-2.1) ...
13:08:23 Setting up readline-common (8.2-1.3) ...
13:08:23 Setting up libxml2:amd64 (2.9.14+dfsg-1.1+b3) ...
13:08:23 Setting up iso-codes (4.12.0-1) ...
13:08:23 Setting up dbus-bin (1.14.4-1) ...
13:08:23 Setting up libpolkit-gobject-1-0:amd64 (122-3) ...
13:08:23 Setting up pinentry-curses (1.2.1-1) ...
13:08:23 Setting up libdw1:amd64 (0.188-2.1) ...
13:08:23 Setting up libreadline8:amd64 (8.2-1.3) ...
13:08:23 Setting up libglib2.0-bin (2.74.5-1) ...
13:08:23 Setting up dbus-daemon (1.14.4-1) ...
13:08:23 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-3) ...
13:08:23 Setting up ca-certificates (20211016) ...
13:08:24   Running scriptlet: docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el9.x86   61/62 
13:08:24   Installing       : rpm-plugin-selinux-4.16.1.3-22.el9.x86_64            62/62 
13:08:24   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch          62/62 
13:08:24   Running scriptlet: container-selinux-3:2.199.0-1.el9.noarch             62/62 
13:08:24 #13 9.176 Selecting previously unselected package cmake.
13:08:24 #13 9.179 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1.22.04.1_armhf.deb ...
13:08:24 #13 9.183 Unpacking cmake (3.22.1-1ubuntu1.22.04.1) ...
13:08:24 #13 9.301 Selecting previously unselected package dh-apparmor.
13:08:24 Updating certificates in /etc/ssl/certs...
13:08:24 #13 9.304 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2.1_all.deb ...
13:08:24 #13 9.308 Unpacking dh-apparmor (3.0.4-2ubuntu2.1) ...
13:08:24 #13 9.339 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:08:24 #13 9.342 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
13:08:24 #13 9.347 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
13:08:24 #13 9.381 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
13:08:24 #13 9.384 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
13:08:24 #13 9.387 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
13:08:24 #13 9.415 Selecting previously unselected package libudev-dev:armhf.
13:08:24 #13 9.418 Preparing to unpack .../12-libudev-dev_249.11-0ubuntu3.6_armhf.deb ...
13:08:24 #13 9.422 Unpacking libudev-dev:armhf (249.11-0ubuntu3.6) ...
13:08:24 #13 9.449 Selecting previously unselected package libsepol-dev:armhf.
13:08:24 #13 9.452 Preparing to unpack .../13-libsepol-dev_3.3-1build1_armhf.deb ...
13:08:24 #13 9.455 Unpacking libsepol-dev:armhf (3.3-1build1) ...
13:08:24 #13 9.497 Selecting previously unselected package libpcre2-16-0:armhf.
13:08:24 #13 9.500 Preparing to unpack .../14-libpcre2-16-0_10.39-3ubuntu0.1_armhf.deb ...
13:08:24 #13 9.504 Unpacking libpcre2-16-0:armhf (10.39-3ubuntu0.1) ...
13:08:24 #13 9.537 Selecting previously unselected package libpcre2-32-0:armhf.
13:08:24 Selecting previously unselected package docker-buildx-plugin.
13:08:24 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb ...
13:08:24 Unpacking docker-buildx-plugin (0.10.2-1~debian.11~bullseye) ...
13:08:24 Reading package lists...
13:08:24 #13 9.340 Setting up pkg-config (0.29.1-0ubuntu4) ...
13:08:24 #13 9.387 Setting up libudev-dev:armhf (245.4-4ubuntu3.19) ...
13:08:24 #13 9.396 Setting up libpcre2-posix2:armhf (10.34-7ubuntu0.1) ...
13:08:24 #13 9.406 Setting up libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
13:08:24 #13 9.416 Setting up librhash0:armhf (1.3.9-1) ...
13:08:24 #13 9.425 Setting up cmake-data (3.16.3-1ubuntu1.20.04.1) ...
13:08:24 #13 9.438 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
13:08:24 #13 9.449 Setting up libsystemd-dev:armhf (245.4-4ubuntu3.19) ...
13:08:24 #13 9.457 Setting up libjsoncpp1:armhf (1.7.4-3.1ubuntu2) ...
13:08:24 #13 9.467 Setting up libdevmapper-event1.02.1:armhf (2:1.02.167-1ubuntu1) ...
13:08:24 #13 9.477 Setting up libpcre2-dev:armhf (10.34-7ubuntu0.1) ...
13:08:24 #13 9.487 Setting up libselinux1-dev:armhf (3.0-1build2) ...
13:08:24 #13 9.496 Setting up libdevmapper-dev:armhf (2:1.02.167-1ubuntu1) ...
13:08:24 #13 9.506 Setting up cmake (3.16.3-1ubuntu1.20.04.1) ...
13:08:24 #13 9.515 Setting up docker-ce-build-deps (1.0) ...
13:08:24 #13 9.525 Processing triggers for man-db (2.9.1-1) ...
13:08:24 #13 9.540 Preparing to unpack .../15-libpcre2-32-0_10.39-3ubuntu0.1_armhf.deb ...
13:08:24 #13 9.543 Unpacking libpcre2-32-0:armhf (10.39-3ubuntu0.1) ...
13:08:24 #13 9.575 Selecting previously unselected package libpcre2-posix3:armhf.
13:08:24 #13 9.578 Preparing to unpack .../16-libpcre2-posix3_10.39-3ubuntu0.1_armhf.deb ...
13:08:24 #13 9.581 Unpacking libpcre2-posix3:armhf (10.39-3ubuntu0.1) ...
13:08:24 #13 9.607 Selecting previously unselected package libpcre2-dev:armhf.
13:08:24 #13 9.610 Preparing to unpack .../17-libpcre2-dev_10.39-3ubuntu0.1_armhf.deb ...
13:08:24 #13 9.613 Unpacking libpcre2-dev:armhf (10.39-3ubuntu0.1) ...
13:08:24 #13 9.651 Selecting previously unselected package libselinux1-dev:armhf.
13:08:24 #13 9.654 Preparing to unpack .../18-libselinux1-dev_3.3-1build2_armhf.deb ...
13:08:24 #13 9.657 Unpacking libselinux1-dev:armhf (3.3-1build2) ...
13:08:24 #13 9.692 Selecting previously unselected package libdevmapper-dev:armhf.
13:08:24 #13 9.695 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
13:08:24 #13 9.701 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1ubuntu4) ...
13:08:24 #13 9.728 Selecting previously unselected package libseccomp-dev:armhf.
13:08:24 #13 9.731 Preparing to unpack .../20-libseccomp-dev_2.5.3-2ubuntu2_armhf.deb ...
13:08:24 #13 9.736 Unpacking libseccomp-dev:armhf (2.5.3-2ubuntu2) ...
13:08:24 #13 9.762 Selecting previously unselected package libsystemd-dev:armhf.
13:08:24   Running scriptlet: rpm-plugin-selinux-4.16.1.3-22.el9.x86_64            62/62 
13:08:24   Verifying        : acl-2.3.1-3.el9.x86_64                                1/62 
13:08:24   Verifying        : cracklib-2.9.6-27.el9.x86_64                          2/62 
13:08:24   Verifying        : cracklib-dicts-2.9.6-27.el9.x86_64                    3/62 
13:08:24   Verifying        : dbus-1:1.12.20-7.el9.x86_64                           4/62 
13:08:24   Verifying        : dbus-broker-28-7.el9.x86_64                           5/62 
13:08:24   Verifying        : dbus-common-1:1.12.20-7.el9.noarch                    6/62 
13:08:24   Verifying        : device-mapper-9:1.02.187-4.el9.x86_64                 7/62 
13:08:24   Verifying        : device-mapper-libs-9:1.02.187-4.el9.x86_64            8/62 
13:08:24   Verifying        : diffutils-3.7-12.el9.x86_64                           9/62 
13:08:24   Verifying        : fuse-common-3.10.2-5.el9.x86_64                      10/62 
13:08:24   Verifying        : iptables-libs-1.8.8-6.el9.x86_64                     11/62 
13:08:24   Verifying        : iptables-nft-1.8.8-6.el9.x86_64                      12/62 
13:08:24   Verifying        : kmod-28-7.el9.x86_64                                 13/62 
13:08:24   Verifying        : kmod-libs-28-7.el9.x86_64                            14/62 
13:08:24   Verifying        : libdb-5.3.28-53.el9.x86_64                           15/62 
13:08:24   Verifying        : libeconf-0.4.1-2.el9.x86_64                          16/62 
13:08:24   Verifying        : libfdisk-2.37.4-9.el9.x86_64                         17/62 
13:08:24   Verifying        : libibverbs-44.0-2.el9.x86_64                         18/62 
13:08:24   Verifying        : libmnl-1.0.4-15.el9.x86_64                           19/62 
13:08:24   Verifying        : libnetfilter_conntrack-1.0.9-1.el9.x86_64            20/62 
13:08:24   Verifying        : libnfnetlink-1.0.1-21.el9.x86_64                     21/62 
13:08:24   Verifying        : libnftnl-1.2.2-1.el9.x86_64                          22/62 
13:08:24   Verifying        : libnl3-3.7.0-1.el9.x86_64                            23/62 
13:08:24   Verifying        : libpcap-14:1.10.0-4.el9.x86_64                       24/62 
13:08:24   Verifying        : libpwquality-1.4.4-8.el9.x86_64                      25/62 
13:08:24   Verifying        : libseccomp-2.5.2-2.el9.x86_64                        26/62 
13:08:24   Verifying        : libselinux-utils-3.5-0.rc2.1.el9.x86_64              27/62 
13:08:24   Verifying        : libutempter-1.2.1-6.el9.x86_64                       28/62 
13:08:24   Verifying        : openssl-1:3.0.7-2.el9.x86_64                         29/62 
13:08:24   Verifying        : pam-1.5.1-14.el9.x86_64                              30/62 
13:08:24   Verifying        : policycoreutils-3.5-0.rc2.1.el9.x86_64               31/62 
13:08:24   Verifying        : python3-distro-1.5.0-7.el9.noarch                    32/62 
13:08:24   Verifying        : python3-setools-4.4.0-5.el9.x86_64                   33/62 
13:08:24   Verifying        : python3-setuptools-53.0.0-12.el9.noarch              34/62 
13:08:24   Verifying        : rpm-plugin-selinux-4.16.1.3-22.el9.x86_64            35/62 
13:08:24   Verifying        : selinux-policy-38.1.5-1.el9.noarch                   36/62 
13:08:24   Verifying        : selinux-policy-targeted-38.1.5-1.el9.noarch          37/62 
13:08:24   Verifying        : systemd-252-3.el9.x86_64                             38/62 
13:08:24   Verifying        : systemd-pam-252-3.el9.x86_64                         39/62 
13:08:24   Verifying        : systemd-rpm-macros-252-3.el9.noarch                  40/62 
13:08:24   Verifying        : util-linux-2.37.4-9.el9.x86_64                       41/62 
13:08:24   Verifying        : util-linux-core-2.37.4-9.el9.x86_64                  42/62 
13:08:24   Verifying        : xz-5.2.5-8.el9.x86_64                                43/62 
13:08:24   Verifying        : checkpolicy-3.5-0.rc2.1.el9.x86_64                   44/62 
13:08:24   Verifying        : container-selinux-3:2.199.0-1.el9.noarch             45/62 
13:08:24   Verifying        : fuse-overlayfs-1.10-1.el9.x86_64                     46/62 
13:08:24   Verifying        : fuse3-3.10.2-5.el9.x86_64                            47/62 
13:08:24   Verifying        : fuse3-libs-3.10.2-5.el9.x86_64                       48/62 
13:08:24   Verifying        : libslirp-4.4.0-4.el9.x86_64                          49/62 
13:08:24   Verifying        : policycoreutils-python-utils-3.5-0.rc2.1.el9.noarc   50/62 
13:08:24   Verifying        : python3-audit-3.0.7-103.el9.x86_64                   51/62 
13:08:24   Verifying        : python3-libselinux-3.5-0.rc2.1.el9.x86_64            52/62 
13:08:24   Verifying        : python3-libsemanage-3.5-0.rc2.1.el9.x86_64           53/62 
13:08:24   Verifying        : python3-policycoreutils-3.5-0.rc2.1.el9.noarch       54/62 
13:08:24   Verifying        : slirp4netns-1.2.0-2.el9.x86_64                       55/62 
13:08:24   Verifying        : containerd.io-1.6.16-3.1.el9.x86_64                  56/62 
13:08:24   Verifying        : docker-compose-plugin-2.16.0-0.el9.x86_64            57/62 
13:08:24   Verifying        : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el9.x86   58/62 
13:08:24   Verifying        : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el9   59/62 
13:08:24   Verifying        : docker-buildx-plugin-0.10.2-0.el9.x86_64             60/62 
13:08:24   Verifying        : docker-scan-plugin-0.23.0-0.el9.x86_64               61/62 
13:08:24 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el7.x86_64.rpm
13:08:24 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.JBhV16
13:08:24 + umask 022
13:08:24 + cd /root/rpmbuild/BUILD
13:08:24 + cd src
13:08:24 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64
13:08:24 + exit 0
13:08:24 Building dependency tree...
13:08:24 Reading state information...
13:08:24 Correcting dependencies... Done
13:08:24 #13 9.546 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
13:08:24 #13 DONE 9.8s
13:08:24 
13:08:24 #14 [stage-1 6/9] COPY sources/ /sources
13:08:24 127 added, 0 removed; done.
13:08:24 Setting up dbus (1.14.4-1) ...
13:08:24 invoke-rc.d: could not determine current runlevel
13:08:24 invoke-rc.d: policy-rc.d denied execution of start.
13:08:24 Setting up libgssapi-krb5-2:amd64 (1.20.1-1) ...
13:08:24 Setting up gir1.2-glib-2.0:amd64 (1.74.0-3) ...
13:08:24 Setting up xml-core (0.18+nmu1) ...
13:08:24 #13 9.764 Preparing to unpack .../21-libsystemd-dev_249.11-0ubuntu3.6_armhf.deb ...
13:08:24 #13 9.767 Unpacking libsystemd-dev:armhf (249.11-0ubuntu3.6) ...
13:08:24 #13 9.825 Selecting previously unselected package libglib2.0-0:armhf.
13:08:24 #13 9.828 Preparing to unpack .../22-libglib2.0-0_2.72.4-0ubuntu1_armhf.deb ...
13:08:24 #13 9.832 Unpacking libglib2.0-0:armhf (2.72.4-0ubuntu1) ...
13:08:24 #13 9.888 Selecting previously unselected package pkg-config.
13:08:24 #13 9.891 Preparing to unpack .../23-pkg-config_0.29.2-1ubuntu3_armhf.deb ...
13:08:24 #13 9.894 Unpacking pkg-config (0.29.2-1ubuntu3) ...
13:08:24 #13 9.955 Setting up libseccomp-dev:armhf (2.5.3-2ubuntu2) ...
13:08:24 #13 9.965 Setting up libarchive13:armhf (3.6.0-1ubuntu1) ...
13:08:24 #13 9.975 Setting up libglib2.0-0:armhf (2.72.4-0ubuntu1) ...
13:08:24 #13 9.985 No schema files found: doing nothing.
13:08:24 #13 9.991 Setting up libpcre2-16-0:armhf (10.39-3ubuntu0.1) ...
13:08:24 #13 10.00 Setting up libpcre2-32-0:armhf (10.39-3ubuntu0.1) ...
13:08:24 #13 10.01 Setting up libuv1:armhf (1.43.0-1) ...
13:08:24 #13 10.02 Setting up emacsen-common (3.0.4) ...
13:08:24 #13 10.05 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
13:08:24 #13 10.07 Setting up bash-completion (1:2.11-5ubuntu1) ...
13:08:24 #13 10.09 Setting up libjsoncpp25:armhf (1.9.5-3) ...
13:08:24 #13 10.10 Setting up pkg-config (0.29.2-1ubuntu3) ...
13:08:24   Verifying        : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   62/62 
13:08:24 
13:08:24 Installed:
13:08:24   acl-2.3.1-3.el9.x86_64                                                        
13:08:24   checkpolicy-3.5-0.rc2.1.el9.x86_64                                            
13:08:24   container-selinux-3:2.199.0-1.el9.noarch                                      
13:08:24   containerd.io-1.6.16-3.1.el9.x86_64                                           
13:08:24   cracklib-2.9.6-27.el9.x86_64                                                  
13:08:24   cracklib-dicts-2.9.6-27.el9.x86_64                                            
13:08:24   dbus-1:1.12.20-7.el9.x86_64                                                   
13:08:24   dbus-broker-28-7.el9.x86_64                                                   
13:08:24   dbus-common-1:1.12.20-7.el9.noarch                                            
13:08:24   device-mapper-9:1.02.187-4.el9.x86_64                                         
13:08:24   device-mapper-libs-9:1.02.187-4.el9.x86_64                                    
13:08:24   diffutils-3.7-12.el9.x86_64                                                   
13:08:24   docker-buildx-plugin-0.10.2-0.el9.x86_64                                      
13:08:24   docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el9.x86_64                         
13:08:24   docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el9.x86_64                     
13:08:24   docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64           
13:08:24   docker-compose-plugin-2.16.0-0.el9.x86_64                                     
13:08:24   docker-scan-plugin-0.23.0-0.el9.x86_64                                        
13:08:24   fuse-common-3.10.2-5.el9.x86_64                                               
13:08:24   fuse-overlayfs-1.10-1.el9.x86_64                                              
13:08:24   fuse3-3.10.2-5.el9.x86_64                                                     
13:08:24   fuse3-libs-3.10.2-5.el9.x86_64                                                
13:08:24   iptables-libs-1.8.8-6.el9.x86_64                                              
13:08:24   iptables-nft-1.8.8-6.el9.x86_64                                               
13:08:24   kmod-28-7.el9.x86_64                                                          
13:08:24   kmod-libs-28-7.el9.x86_64                                                     
13:08:24   libdb-5.3.28-53.el9.x86_64                                                    
13:08:24   libeconf-0.4.1-2.el9.x86_64                                                   
13:08:24   libfdisk-2.37.4-9.el9.x86_64                                                  
13:08:24   libibverbs-44.0-2.el9.x86_64                                                  
13:08:24   libmnl-1.0.4-15.el9.x86_64                                                    
13:08:24   libnetfilter_conntrack-1.0.9-1.el9.x86_64                                     
13:08:24   libnfnetlink-1.0.1-21.el9.x86_64                                              
13:08:24   libnftnl-1.2.2-1.el9.x86_64                                                   
13:08:24   libnl3-3.7.0-1.el9.x86_64                                                     
13:08:24   libpcap-14:1.10.0-4.el9.x86_64                                                
13:08:24   libpwquality-1.4.4-8.el9.x86_64                                               
13:08:24   libseccomp-2.5.2-2.el9.x86_64                                                 
13:08:24   libselinux-utils-3.5-0.rc2.1.el9.x86_64                                       
13:08:24   libslirp-4.4.0-4.el9.x86_64                                                   
13:08:24   libutempter-1.2.1-6.el9.x86_64                                                
13:08:24   openssl-1:3.0.7-2.el9.x86_64                                                  
13:08:24   pam-1.5.1-14.el9.x86_64                                                       
13:08:24   policycoreutils-3.5-0.rc2.1.el9.x86_64                                        
13:08:24   policycoreutils-python-utils-3.5-0.rc2.1.el9.noarch                           
13:08:24   python3-audit-3.0.7-103.el9.x86_64                                            
13:08:24   python3-distro-1.5.0-7.el9.noarch                                             
13:08:24   python3-libselinux-3.5-0.rc2.1.el9.x86_64                                     
13:08:24   python3-libsemanage-3.5-0.rc2.1.el9.x86_64                                    
13:08:24   python3-policycoreutils-3.5-0.rc2.1.el9.noarch                                
13:08:24   python3-setools-4.4.0-5.el9.x86_64                                            
13:08:24   python3-setuptools-53.0.0-12.el9.noarch                                       
13:08:24   rpm-plugin-selinux-4.16.1.3-22.el9.x86_64                                     
13:08:24   selinux-policy-38.1.5-1.el9.noarch                                            
13:08:24   selinux-policy-targeted-38.1.5-1.el9.noarch                                   
13:08:24   slirp4netns-1.2.0-2.el9.x86_64                                                
13:08:24   systemd-252-3.el9.x86_64                                                      
13:08:24   systemd-pam-252-3.el9.x86_64                                                  
13:08:24   systemd-rpm-macros-252-3.el9.noarch                                           
13:08:24   util-linux-2.37.4-9.el9.x86_64                                                
13:08:24   util-linux-core-2.37.4-9.el9.x86_64                                           
13:08:24   xz-5.2.5-8.el9.x86_64                                                         
13:08:24 
13:08:24 Complete!
13:08:24 + verify_binaries
13:08:24 + docker --version
13:08:24 Fetched 8921 kB in 2s (5758 kB/s)
13:08:24 Skipping docker-ce, it is already installed and upgrade is not set.
13:08:24 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:08:24 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:08:24 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:08:24 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:08:24 The following additional packages will be installed:
13:08:24   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
13:08:24   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
13:08:24   libjson-c5 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
13:08:24   libpam-systemd libxtables12 systemd systemd-sysv
13:08:24 Suggested packages:
13:08:24   firewalld kmod systemd-container policykit-1
13:08:24 Recommended packages:
13:08:24   nftables systemd-timesyncd | time-daemon libnss-systemd
13:08:24 #14 DONE 0.2s
13:08:24 
13:08:24 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
13:08:24 Setting up gpgconf (2.2.40-1) ...
13:08:24 Setting up libpam-systemd:amd64 (252.5-2) ...
13:08:24 Setting up libcurl4:amd64 (7.87.0-2) ...
13:08:25   Installing : setools-libs-3.3.8-4.el7.aarch64                           10/27 
13:08:25 #13 10.14 Setting up libudev-dev:armhf (249.11-0ubuntu3.6) ...
13:08:25 #13 10.15 Setting up libsepol-dev:armhf (3.3-1build1) ...
13:08:25 #13 10.16 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
13:08:25 #13 10.18 Setting up libpcre2-posix3:armhf (10.39-3ubuntu0.1) ...
13:08:25 #13 10.19 Setting up librhash0:armhf (1.4.2-1ubuntu1) ...
13:08:25 #13 10.19 Setting up cmake-data (3.22.1-1ubuntu1.22.04.1) ...
13:08:25 #13 10.23 Setting up dh-apparmor (3.0.4-2ubuntu2.1) ...
13:08:25 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:08:25 ++ uname -m
13:08:25 + '[' x86_64 = x86_64 ']'
13:08:25 + docker scan --help
13:08:25 
13:08:25 Usage:  docker scan [OPTIONS] IMAGE
13:08:25 
13:08:25 A tool to scan your images
13:08:25 
13:08:25 Options:
13:08:25       --accept-license    Accept using a third party scanning provider
13:08:25       --dependency-tree   Show dependency tree with scan results
13:08:25       --exclude-base      Exclude base image from vulnerability scanning
13:08:25                           (requires --file)
13:08:25   -f, --file string       Dockerfile associated with image, provides more
13:08:25                           detailed results
13:08:25       --group-issues      Aggregate duplicated vulnerabilities and group
13:08:25                           them to a single one (requires --json)
13:08:25       --json              Output results in JSON format
13:08:25       --login             Authenticate to the scan provider using an
13:08:25                           optional token (with --token), or web base
13:08:25                           token if empty
13:08:25       --reject-license    Reject using a third party scanning provider
13:08:25       --severity string   Only report vulnerabilities of provided level
13:08:25                           or higher (low|medium|high)
13:08:25       --token string      Authentication token to login to the third
13:08:25                           party scanning provider
13:08:25       --version           Display version of the scan plugin
13:08:25 + docker buildx version
13:08:25 github.com/docker/buildx v0.10.2 00ed17d
13:08:25 + docker compose version
13:08:25 Selecting previously unselected package docker-compose-plugin.
13:08:25 Preparing to unpack .../docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb ...
13:08:25 Unpacking docker-compose-plugin (2.16.0-1~raspbian.10~buster) ...
13:08:25 Setting up libpolkit-agent-1-0:amd64 (122-3) ...
13:08:25 Setting up curl (7.87.0-2) ...
13:08:25 Setting up gpg (2.2.40-1) ...
13:08:25 Setting up libgstreamer1.0-0:amd64 (1.22.0-2) ...
13:08:25 Setcap worked! gst-ptp-helper is not suid!
13:08:25 Setting up gnupg-utils (2.2.40-1) ...
13:08:25 Setting up libtirpc3:amd64 (1.3.3+ds-1) ...
13:08:25 Setting up gpg-agent (2.2.40-1) ...
13:08:25 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
13:08:25 #13 10.24 Setting up libsystemd-dev:armhf (249.11-0ubuntu3.6) ...
13:08:25 #13 10.25 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
13:08:25 #13 10.26 Setting up libpcre2-dev:armhf (10.39-3ubuntu0.1) ...
13:08:25 #13 10.27 Setting up libselinux1-dev:armhf (3.3-1build2) ...
13:08:25 #13 10.28 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1ubuntu4) ...
13:08:25 #13 10.29 Setting up cmake (3.22.1-1ubuntu1.22.04.1) ...
13:08:25 #13 10.30 Setting up docker-ce-build-deps (1.0) ...
13:08:25 #13 10.31 Processing triggers for man-db (2.10.2-1) ...
13:08:25 #13 10.37 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
13:08:25 Docker Compose version v2.16.0
13:08:25 + dockerd --version
13:08:25 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:08:25 + docker-proxy --version
13:08:25 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:08:25 + containerd --version
13:08:25 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:25 + ctr --version
13:08:25 ctr containerd.io 1.6.16
13:08:25 + containerd-shim --help
13:08:25 Usage of containerd-shim:
13:08:25   -address string
13:08:25     	grpc address back to main containerd
13:08:25   -containerd-binary containerd publish
13:08:25     	path to containerd binary (used for containerd publish) (default "containerd")
13:08:25   -criu string
13:08:25     	path to criu binary
13:08:25   -debug
13:08:25     	enable debug output in logs
13:08:25   -namespace string
13:08:25     	namespace that owns the shim
13:08:25   -runtime-root string
13:08:25     	root directory for the runtime (default "/run/containerd/runc")
13:08:25   -socket string
13:08:25     	socket path to serve
13:08:25   -systemd-cgroup
13:08:25     	set runtime to use systemd-cgroup
13:08:25   -workdir string
13:08:25     	path used to storge large temporary data
13:08:25 + containerd-shim-runc-v1 -v
13:08:25 containerd-shim-runc-v1:
13:08:25   Version:  1.6.16
13:08:25   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:25   Go version: go1.18.10
13:08:25 
13:08:25 + containerd-shim-runc-v2 -v
13:08:25 containerd-shim-runc-v2:
13:08:25   Version:  1.6.16
13:08:25   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:25   Go version: go1.18.10
13:08:25 
13:08:25 + runc --version
13:08:25 runc version 1.1.4
13:08:25 commit: v1.1.4-0-g5fd4c4d
13:08:25 spec: 1.0.2-dev
13:08:25 go: go1.18.10
13:08:25 libseccomp: 2.5.2
13:08:25 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
13:08:25 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
13:08:25 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
13:08:25 Reading package lists...
13:08:25 The following NEW packages will be installed:
13:08:25   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
13:08:25   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
13:08:25   libjson-c5 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
13:08:25   libpam-systemd libxtables12 systemd systemd-sysv
13:08:25 #13 DONE 10.5s
13:08:25 
13:08:25 #14 [stage-1 6/9] COPY sources/ /sources
13:08:25 Setting up gpgsm (2.2.40-1) ...
13:08:25 Setting up libcurl3-gnutls:amd64 (7.87.0-2) ...
13:08:25 Setting up libappstream4:amd64 (0.16.0-1) ...
13:08:25 Setting up dirmngr (2.2.40-1) ...
13:08:25 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
13:08:25 Setting up gir1.2-packagekitglib-1.0 (1.2.6-2) ...
13:08:25 Setting up gpg-wks-server (2.2.40-1) ...
13:08:25 Setting up libnsl2:amd64 (1.3.0-2) ...
13:08:25 Setting up gpg-wks-client (2.2.40-1) ...
13:08:25 Setting up libpython3.11-stdlib:amd64 (3.11.1-2) ...
13:08:25 Setting up gnupg (2.2.40-1) ...
13:08:25 Setting up libpython3-stdlib:amd64 (3.11.1-3) ...
13:08:25 Setting up python3.11 (3.11.1-2) ...
13:08:25 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:08:25 0 upgraded, 21 newly installed, 0 to remove and 11 not upgraded.
13:08:25 Need to get 26.5 MB of archives.
13:08:25 After this operation, 110 MB of additional disk space will be used.
13:08:25 Get:1 https://download.docker.com/linux/raspbian bullseye/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
13:08:25 Get:2 http://archive.raspbian.org/raspbian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.9 kB]
13:08:25 #14 DONE 0.3s
13:08:25 
13:08:25 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:08:26 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf libcap2 armhf 1:2.44-1 [21.2 kB]
13:08:26 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf libargon2-1 armhf 0~20171227-0.2 [20.4 kB]
13:08:26 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [91.4 kB]
13:08:26 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [134 kB]
13:08:26 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf libjson-c5 armhf 0.15-2 [38.7 kB]
13:08:26 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf libcryptsetup12 armhf 2:2.3.7-1+deb11u1 [222 kB]
13:08:26 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster) ...
13:08:26 Setting up docker-buildx-plugin (0.10.2-1~raspbian.10~buster) ...
13:08:26 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster) ...
13:08:26 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libip4tc2 armhf 1.8.7-1 [32.7 kB]
13:08:26 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf systemd armhf 247.3-7+rpi1+deb11u1 [4242 kB]
13:08:26 Selecting previously unselected package docker-ce-rootless-extras.
13:08:26 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ...
13:08:26 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
13:08:26 invoke-rc.d: could not determine current runlevel
13:08:26 invoke-rc.d: policy-rc.d denied execution of start.
13:08:26 Setting up docker-compose-plugin (2.16.0-1~raspbian.10~buster) ...
13:08:26 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster) ...
13:08:26 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:08:26  docker-ce-rootless-extras depends on dbus-user-session; however:
13:08:26   Package dbus-user-session is not installed.
13:08:26 
13:08:26 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-compose-plugin_2.16.0-1~raspbian.10~buster_armhf.deb
13:08:26 Selecting previously unselected package dbus-user-session.
13:08:26 Preparing to unpack .../10-dbus-user-session_1.12.24-0+deb10u1_amd64.deb ...
13:08:26 Unpacking dbus-user-session (1.12.24-0+deb10u1) ...
13:08:26 Setting up systemd-sysv (241-7~deb10u8) ...
13:08:26 Setting up libip6tc0:amd64 (1.8.2-4) ...
13:08:26 Setting up libnftnl11:amd64 (1.1.2-2) ...
13:08:26 Setting up libiptc0:amd64 (1.8.2-4) ...
13:08:26 Setting up dbus (1.12.24-0+deb10u1) ...
13:08:26 invoke-rc.d: could not determine current runlevel
13:08:26 invoke-rc.d: policy-rc.d denied execution of start.
13:08:26 Setting up containerd.io (1.6.16-1) ...
13:08:26 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:08:26 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:08:26 Setting up libpam-systemd:amd64 (241-7~deb10u8) ...
13:08:26 Setting up dbus-user-session (1.12.24-0+deb10u1) ...
13:08:26 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
13:08:26 Setting up iptables (1.8.2-4) ...
13:08:26 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:08:26 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:08:26 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:08:26 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:08:26 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:08:26 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:08:26 Processing triggers for systemd (241-7~deb10u8) ...
13:08:26 Processing triggers for libc-bin (2.28-10+deb10u2) ...
13:08:26 + verify_binaries
13:08:26 + docker --version
13:08:26 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:08:26 ++ uname -m
13:08:26 + '[' x86_64 = x86_64 ']'
13:08:26 + docker scan --help
13:08:26 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf systemd-sysv armhf 247.3-7+rpi1+deb11u1 [114 kB]
13:08:26 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf dbus armhf 1.12.24-0+deb11u1 [219 kB]
13:08:26 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libpam-systemd armhf 247.3-7+rpi1+deb11u1 [260 kB]
13:08:26 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf dbus-user-session armhf 1.12.24-0+deb11u1 [99.7 kB]
13:08:26 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libip6tc2 armhf 1.8.7-1 [33.0 kB]
13:08:26 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libxtables12 armhf 1.8.7-1 [42.4 kB]
13:08:26 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf libmnl0 armhf 1.0.4-3 [11.0 kB]
13:08:26 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libnfnetlink0 armhf 1.0.1-3+b1 [12.4 kB]
13:08:26 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf libnetfilter-conntrack3 armhf 1.0.8-3 [32.5 kB]
13:08:26 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libnftnl11 armhf 1.1.9-1 [47.2 kB]
13:08:26 Selecting previously unselected package docker-compose-plugin.
13:08:26 Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.11~bullseye_amd64.deb ...
13:08:26 Unpacking docker-compose-plugin (2.16.0-1~debian.11~bullseye) ...
13:08:26 
13:08:26 Usage:  docker scan [OPTIONS] IMAGE
13:08:26 
13:08:26 A tool to scan your images
13:08:26 
13:08:26 Options:
13:08:26       --accept-license    Accept using a third party scanning provider
13:08:26       --dependency-tree   Show dependency tree with scan results
13:08:26       --exclude-base      Exclude base image from vulnerability scanning
13:08:26                           (requires --file)
13:08:26   -f, --file string       Dockerfile associated with image, provides more
13:08:26                           detailed results
13:08:26       --group-issues      Aggregate duplicated vulnerabilities and group
13:08:26                           them to a single one (requires --json)
13:08:26       --json              Output results in JSON format
13:08:26       --login             Authenticate to the scan provider using an
13:08:26                           optional token (with --token), or web base
13:08:26                           token if empty
13:08:26       --reject-license    Reject using a third party scanning provider
13:08:26       --severity string   Only report vulnerabilities of provided level
13:08:26                           or higher (low|medium|high)
13:08:26       --token string      Authentication token to login to the third
13:08:26                           party scanning provider
13:08:26       --version           Display version of the scan plugin
13:08:26 + docker buildx version
13:08:26 github.com/docker/buildx v0.10.2 00ed17d
13:08:26 + docker compose version
13:08:26 Docker Compose version v2.16.0
13:08:26 + dockerd --version
13:08:26 Setting up gnupg2 (2.2.40-1) ...
13:08:26 Setting up python3 (3.11.1-3) ...
13:08:26 Setting up python3-six (1.16.0-4) ...
13:08:26 Setting up python3-pyparsing (3.0.9-1) ...
13:08:26 Reading package lists...
13:08:26 Building dependency tree...
13:08:26 Reading state information...
13:08:26 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf iptables armhf 1.8.7-1 [328 kB]
13:08:26 debconf: delaying package configuration, since apt-utils is not installed
13:08:26 Fetched 26.5 MB in 1s (19.9 MB/s)
13:08:26 Selecting previously unselected package libapparmor1:armhf.
13:08: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 ... 10497 files and directories currently installed.)
13:08:26 Preparing to unpack .../0-libapparmor1_2.13.6-10_armhf.deb ...
13:08:26 Unpacking libapparmor1:armhf (2.13.6-10) ...
13:08:26 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:08:26 + docker-proxy --version
13:08:26 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:08:26 + containerd --version
13:08:26 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:26 + ctr --version
13:08:26 ctr containerd.io 1.6.16
13:08:26 + containerd-shim --help
13:08:26 Usage of containerd-shim:
13:08:26   -address string
13:08:26     	grpc address back to main containerd
13:08:26   -containerd-binary containerd publish
13:08:26     	path to containerd binary (used for containerd publish) (default "containerd")
13:08:26   -criu string
13:08:26     	path to criu binary
13:08:26   -debug
13:08:26     	enable debug output in logs
13:08:26   -namespace string
13:08:26     	namespace that owns the shim
13:08:26   -runtime-root string
13:08:26     	root directory for the runtime (default "/run/containerd/runc")
13:08:26   -socket string
13:08:26     	socket path to serve
13:08:26   -systemd-cgroup
13:08:26     	set runtime to use systemd-cgroup
13:08:26   -workdir string
13:08:26     	path used to storge large temporary data
13:08:26 + containerd-shim-runc-v1 -v
13:08:26 containerd-shim-runc-v1:
13:08:26   Version:  1.6.16
13:08:26   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:26   Go version: go1.18.10
13:08:26 
13:08:26 + containerd-shim-runc-v2 -v
13:08:26 containerd-shim-runc-v2:
13:08:26   Version:  1.6.16
13:08:26   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:26   Go version: go1.18.10
13:08:26 
13:08:26 + runc --version
13:08:26 runc version 1.1.4
13:08:26 commit: v1.1.4-0-g5fd4c4d
13:08:26 spec: 1.0.2-dev
13:08:26 go: go1.18.10
13:08:26 libseccomp: 2.3.3
13:08:26 Setting up python3-gi (3.42.2-3+b1) ...
13:08:26   Installing : docker-compose-plugin-2.16.0-0.el7.aarch64                 11/27 
13:08:26   Installing : 1:docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch   12/27 
13:08:26   Installing : audit-libs-python-2.8.5-4.el7.aarch64                      13/27 
13:08:26   Installing : checkpolicy-2.5-8.el7.aarch64                              14/27 
13:08:26 The following additional packages will be installed:
13:08:26   adduser dbus dbus-bin dbus-daemon dbus-session-bus-common
13:08:26   dbus-system-bus-common dirmngr distro-info-data dmsetup gir1.2-glib-2.0
13:08:26   gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent
13:08:26   gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1
13:08:26   libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12
13:08:26   libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1
13:08:26   libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0
13:08:26   libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72
13:08:26   libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
13:08:26   libkrb5support0 libksba8 libldap-2.5-0 libmpdec3 libncursesw6 libnghttp2-14
13:08:26   libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
13:08:26   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal
13:08:26   libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
13:08:26   libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared libsystemd0
13:08:26   libtirpc-common libtirpc3 libudev1 libunwind8 libxml2 libxmlb2 libyaml-0-2
13:08:26   media-types openssl packagekit pinentry-curses polkitd python-apt-common
13:08:26   python3 python3-apt python3-blinker python3-cffi-backend
13:08:26   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
13:08:26   python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal
13:08:26   python3-oauthlib python3-pkg-resources python3-pyparsing python3-six
13:08:26   python3-software-properties python3-wadllib python3.11 python3.11-minimal
13:08:26   readline-common sgml-base systemd systemd-sysv xml-core
13:08:26 Suggested packages:
13:08:26   liblocale-gettext-perl perl cron quota default-dbus-session-bus
13:08:26   | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie
13:08:26   xloadimage scdaemon isoquery low-memory-monitor krb5-doc krb5-user
13:08:26   gstreamer1.0-tools appstream pinentry-doc polkitd-pkla python3-doc
13:08:26   python3-tk python3-venv python-apt-doc python-blinker-doc
13:08:26   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
13:08:26   python3-crypto python3-setuptools python-pyparsing-doc python3.11-venv
13:08:26   python3.11-doc binutils binfmt-support readline-doc sgml-base-doc
13:08:26   systemd-container systemd-homed systemd-userdbd systemd-boot
13:08:26   systemd-resolved libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0
13:08:26   libtss2-rc0 debhelper
13:08:26 Recommended packages:
13:08:26   libpam-cap shared-mime-info xdg-user-dirs krb5-locales libldap-common
13:08:26   libgpm2 dbus-user-session publicsuffix libsasl2-modules packagekit-tools
13:08:26   systemd-timesyncd | time-daemon libnss-systemd
13:08:27 Selecting previously unselected package libcap2:armhf.
13:08:27 Preparing to unpack .../1-libcap2_1%3a2.44-1_armhf.deb ...
13:08:27 Unpacking libcap2:armhf (1:2.44-1) ...
13:08:27 Selecting previously unselected package libargon2-1:armhf.
13:08:27 Preparing to unpack .../2-libargon2-1_0~20171227-0.2_armhf.deb ...
13:08:27 Unpacking libargon2-1:armhf (0~20171227-0.2) ...
13:08:27 Selecting previously unselected package dmsetup.
13:08:27 Preparing to unpack .../3-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
13:08:27 Unpacking dmsetup (2:1.02.175-2.1) ...
13:08:27 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:08:27 Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
13:08:27 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
13:08:27 Selecting previously unselected package libjson-c5:armhf.
13:08:27 Preparing to unpack .../5-libjson-c5_0.15-2_armhf.deb ...
13:08:27 Unpacking libjson-c5:armhf (0.15-2) ...
13:08:27 Selecting previously unselected package libcryptsetup12:armhf.
13:08:27 Preparing to unpack .../6-libcryptsetup12_2%3a2.3.7-1+deb11u1_armhf.deb ...
13:08:27 Unpacking libcryptsetup12:armhf (2:2.3.7-1+deb11u1) ...
13:08:27 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-7"
13:08:27 Setting up python3-httplib2 (0.20.4-3) ...
13:08:27 Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ...
13:08:27 Setting up python3-blinker (1.5-1) ...
13:08:27   Installing : fuse3-libs-3.6.1-4.el7.aarch64                             15/27 
13:08:27 Selecting previously unselected package libip4tc2:armhf.
13:08:27 Preparing to unpack .../7-libip4tc2_1.8.7-1_armhf.deb ...
13:08:27 Unpacking libip4tc2:armhf (1.8.7-1) ...
13:08:27 Selecting previously unselected package systemd.
13:08:27 Preparing to unpack .../8-systemd_247.3-7+rpi1+deb11u1_armhf.deb ...
13:08:27 Unpacking systemd (247.3-7+rpi1+deb11u1) ...
13:08:27 Setting up python3-pkg-resources (65.6.3-1) ...
13:08:27   Installing : fuse-overlayfs-0.7.2-6.el7_8.aarch64                       16/27 
13:08:27   Installing : libselinux-python-2.5-15.el7.aarch64                       17/27 
13:08:27   Installing : python-IPy-0.75-6.el7.noarch                               18/27 
13:08:27   Installing : libsemanage-python-2.5-14.el7.aarch64                      19/27 
13:08:27   Installing : policycoreutils-python-2.5-34.el7.aarch64                  20/27 
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
13:08:27 Selecting previously unselected package docker-scan-plugin.
13:08:27 Preparing to unpack .../docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb ...
13:08:27 Unpacking docker-scan-plugin (0.23.0~debian-bullseye) ...
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:08:27 Setting up libapparmor1:armhf (2.13.6-10) ...
13:08:27 Setting up python3-dbus (1.3.2-4+b1) ...
13:08:27 Setting up python3-distro (1.8.0-1) ...
13:08:27 Fedora Modular 36 - x86_64 - Updates            2.4 MB/s | 2.9 MB     00:01    
13:08:27 Reading package lists...
13:08:27 Building dependency tree...
13:08:27 Reading state information...
13:08:27 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:08:27 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
13:08:27 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
13:08:27 Setting up libcap2:armhf (1:2.44-1) ...
13:08:27 Setting up libargon2-1:armhf (0~20171227-0.2) ...
13:08:27 Setting up libjson-c5:armhf (0.15-2) ...
13:08:27 Setting up libip4tc2:armhf (1.8.7-1) ...
13:08:27 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
13:08:27 Setting up libcryptsetup12:armhf (2:2.3.7-1+deb11u1) ...
13:08:27 Setting up systemd (247.3-7+rpi1+deb11u1) ...
13:08:27 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:08:27 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:08:27 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:08:27 Initializing machine ID from random generator.
13:08:27 Setting up python3-jwt (2.6.0-1) ...
13:08:27 Setting up python3-apt (2.5.2+b1) ...
13:08:27 Correcting dependencies... Done
13:08:28 invoke-rc.d: could not determine current runlevel
13:08:28 invoke-rc.d: policy-rc.d denied execution of start.
13:08:28 Setting up docker-buildx-plugin (0.10.2-1~debian.11~bullseye) ...
13:08:28 Setting up docker-compose-plugin (2.16.0-1~debian.11~bullseye) ...
13:08:28 Setting up docker-scan-plugin (0.23.0~debian-bullseye) ...
13:08:28 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:08:28  docker-ce-rootless-extras depends on dbus-user-session; however:
13:08:28   Package dbus-user-session is not installed.
13:08:28 
13:08:28 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
13:08:28 Setting up dmsetup (2:1.02.175-2.1) ...
13:08:28 Selecting previously unselected package systemd-sysv.
13:08: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 ... 11331 files and directories currently installed.)
13:08:28 Preparing to unpack .../00-systemd-sysv_247.3-7+rpi1+deb11u1_armhf.deb ...
13:08:28 + make IMAGE=centos:7 verify
13:08:28 docker run  --rm -i \
13:08:28 	-v "$(pwd):/v" \
13:08:28 	-e DEBIAN_FRONTEND=noninteractive \
13:08:28 	-e PACKAGE_REPO=staging \
13:08:28 	-w /v \
13:08:28 	centos:7 ./verify
13:08:28 Unable to find image 'centos:7' locally
13:08:28 7: Pulling from library/centos
13:08:28 Setting up python3-lazr.uri (1.0.6-3) ...
13:08:28 Setting up python3-cryptography (38.0.4-2) ...
13:08:28 Skipping docker-ce, it is already installed and upgrade is not set.
13:08:28 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:08:28 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:08:28 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:08:28 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:08:28 The following additional packages will be installed:
13:08:28   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
13:08:28   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0
13:08:28   libip6tc0 libiptc0 libjson-c3 libmnl0 libnetfilter-conntrack3 libnfnetlink0
13:08:28   libnftnl11 libpam-systemd libxtables12 multiarch-support systemd
13:08:28   systemd-sysv
13:08:28 Suggested packages:
13:08:28   kmod systemd-container policykit-1
13:08:28 Recommended packages:
13:08:28   nftables libnss-systemd
13:08:28 #15 DONE 2.9s
13:08:28 
13:08:28 #16 [stage-1 8/9] WORKDIR /root/build-deb
13:08:28 #16 DONE 0.0s
13:08:28 
13:08:28 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
13:08:28 #17 DONE 0.0s
13:08:28 
13:08:28 #18 exporting to image
13:08:28 #18 exporting layers
13:08:28 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb
13:08:28 The following NEW packages will be installed:
13:08:28   adduser apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon
13:08:28   dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data
13:08:28   dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
13:08:28   gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
13:08:28   iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1
13:08:28   libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
13:08:28   libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1
13:08:28   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
13:08:28   libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5
13:08:28   libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8
13:08:28   libldap-2.5-0 libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libnsl2
13:08:28   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
13:08:28   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal
13:08:28   libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
13:08:28   libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared
13:08:28   libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2
13:08:28   lsb-release media-types openssl packagekit pinentry-curses polkitd
13:08:28   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
13:08:28   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
13:08:28   python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal
13:08:28   python3-oauthlib python3-pkg-resources python3-pyparsing python3-six
13:08:28   python3-software-properties python3-wadllib python3.11 python3.11-minimal
13:08:28   readline-common sgml-base software-properties-common systemd systemd-sysv
13:08:28   xml-core
13:08:28 The following packages will be upgraded:
13:08:28   libsystemd0 libudev1
13:08:28 2 upgraded, 119 newly installed, 0 to remove and 6 not upgraded.
13:08:28 Need to get 46.8 MB of archives.
13:08:28 After this operation, 157 MB of additional disk space will be used.
13:08:28 Get:1 http://deb.debian.org/debian bookworm/main armhf libssl3 armhf 3.0.7-2 [1655 kB]
13:08:28 Get:2 http://deb.debian.org/debian bookworm/main armhf libargon2-1 armhf 0~20171227-0.3 [20.0 kB]
13:08:28 Get:3 http://deb.debian.org/debian bookworm/main armhf libudev1 armhf 252.5-2 [98.7 kB]
13:08:28 Get:4 http://deb.debian.org/debian bookworm/main armhf dmsetup armhf 2:1.02.185-2 [81.9 kB]
13:08:28 Get:5 http://deb.debian.org/debian bookworm/main armhf libdevmapper1.02.1 armhf 2:1.02.185-2 [125 kB]
13:08:28 Get:6 http://deb.debian.org/debian bookworm/main armhf libjson-c5 armhf 0.16-2 [40.4 kB]
13:08:28 #15 DONE 2.4s
13:08:28 
13:08:28 #16 [stage-1 8/9] WORKDIR /root/build-deb
13:08:28 #16 DONE 0.0s
13:08:28 
13:08:28 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
13:08:28 #17 DONE 0.0s
13:08:28 
13:08:28 #18 exporting to image
13:08:28 #18 exporting layers
13:08:28 Unpacking systemd-sysv (247.3-7+rpi1+deb11u1) ...
13:08:28 Selecting previously unselected package dbus.
13:08:28 Preparing to unpack .../01-dbus_1.12.24-0+deb11u1_armhf.deb ...
13:08:28 Unpacking dbus (1.12.24-0+deb11u1) ...
13:08:28 Selecting previously unselected package libpam-systemd:armhf.
13:08:28 Preparing to unpack .../02-libpam-systemd_247.3-7+rpi1+deb11u1_armhf.deb ...
13:08:28 Unpacking libpam-systemd:armhf (247.3-7+rpi1+deb11u1) ...
13:08:28 Selecting previously unselected package containerd.io.
13:08:28 Preparing to unpack .../03-containerd.io_1.6.16-1_armhf.deb ...
13:08:28 Unpacking containerd.io (1.6.16-1) ...
13:08:28 2d473b07cdd5: Already exists
13:08:28 Digest: sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4
13:08:28 Status: Downloaded newer image for centos:7
13:08:28 Setting up python3-wadllib (1.3.6-4) ...
13:08:28 The following NEW packages will be installed:
13:08:28   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
13:08:28   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0
13:08:28   libip6tc0 libiptc0 libjson-c3 libmnl0 libnetfilter-conntrack3 libnfnetlink0
13:08:28   libnftnl11 libpam-systemd libxtables12 multiarch-support systemd
13:08:28   systemd-sysv
13:08:28 Get:7 http://deb.debian.org/debian bookworm/main armhf libcryptsetup12 armhf 2:2.6.0-2 [195 kB]
13:08:28 Get:8 http://deb.debian.org/debian bookworm/main armhf libfdisk1 armhf 2.38.1-4 [177 kB]
13:08:28 Get:9 http://deb.debian.org/debian bookworm/main armhf libkmod2 armhf 30+20221128-1 [50.0 kB]
13:08:28 Get:10 http://deb.debian.org/debian bookworm/main armhf libapparmor1 armhf 3.0.8-2+b1 [37.1 kB]
13:08:28 Get:11 http://deb.debian.org/debian bookworm/main armhf libip4tc2 armhf 1.8.9-2 [16.9 kB]
13:08:28 Get:12 http://deb.debian.org/debian bookworm/main armhf libsystemd-shared armhf 252.5-2 [1540 kB]
13:08:28 Get:13 http://deb.debian.org/debian bookworm/main armhf libsystemd0 armhf 252.5-2 [300 kB]
13:08:28 Get:14 http://deb.debian.org/debian bookworm/main armhf systemd armhf 252.5-2 [2912 kB]
13:08:28 Get:15 http://deb.debian.org/debian bookworm/main armhf systemd-sysv armhf 252.5-2 [41.3 kB]
13:08:28 Get:16 http://deb.debian.org/debian bookworm/main armhf libdbus-1-3 armhf 1.14.4-1 [213 kB]
13:08:28 Get:17 http://deb.debian.org/debian bookworm/main armhf dbus-bin armhf 1.14.4-1 [138 kB]
13:08:28 Get:18 http://deb.debian.org/debian bookworm/main armhf dbus-session-bus-common all 1.14.4-1 [112 kB]
13:08:28 Get:19 http://deb.debian.org/debian bookworm/main armhf libexpat1 armhf 2.5.0-1 [79.9 kB]
13:08:28 Get:20 http://deb.debian.org/debian bookworm/main armhf dbus-daemon armhf 1.14.4-1 [203 kB]
13:08:28 Get:21 http://deb.debian.org/debian bookworm/main armhf adduser all 3.130 [117 kB]
13:08:28 Get:22 http://deb.debian.org/debian bookworm/main armhf dbus-system-bus-common all 1.14.4-1 [113 kB]
13:08:28 Get:23 http://deb.debian.org/debian bookworm/main armhf dbus armhf 1.14.4-1 [129 kB]
13:08:28 Get:24 http://deb.debian.org/debian bookworm/main armhf libpython3.11-minimal armhf 3.11.1-2 [797 kB]
13:08:28 Get:25 http://deb.debian.org/debian bookworm/main armhf python3.11-minimal armhf 3.11.1-2 [1711 kB]
13:08:28 Get:26 http://deb.debian.org/debian bookworm/main armhf python3-minimal armhf 3.11.1-3 [25.9 kB]
13:08:28 Get:27 http://deb.debian.org/debian bookworm/main armhf media-types all 8.0.0 [33.4 kB]
13:08:28 Get:28 http://deb.debian.org/debian bookworm/main armhf libmpdec3 armhf 2.5.1-2 [74.9 kB]
13:08:28 Get:29 http://deb.debian.org/debian bookworm/main armhf libncursesw6 armhf 6.4-2 [108 kB]
13:08:28 Get:30 http://deb.debian.org/debian bookworm/main armhf libkrb5support0 armhf 1.20.1-1 [29.2 kB]
13:08:28 Get:31 http://deb.debian.org/debian bookworm/main armhf libk5crypto3 armhf 1.20.1-1 [74.4 kB]
13:08:28 Get:32 http://deb.debian.org/debian bookworm/main armhf libkeyutils1 armhf 1.6.3-2 [7832 B]
13:08:28 Get:33 http://deb.debian.org/debian bookworm/main armhf libkrb5-3 armhf 1.20.1-1 [287 kB]
13:08:28 Get:34 http://deb.debian.org/debian bookworm/main armhf libgssapi-krb5-2 armhf 1.20.1-1 [111 kB]
13:08:28 Get:35 http://deb.debian.org/debian bookworm/main armhf libtirpc-common all 1.3.3+ds-1 [14.0 kB]
13:08:28 Get:36 http://deb.debian.org/debian bookworm/main armhf libtirpc3 armhf 1.3.3+ds-1 [72.9 kB]
13:08:28 Get:37 http://deb.debian.org/debian bookworm/main armhf libnsl2 armhf 1.3.0-2 [33.9 kB]
13:08:28 Get:38 http://deb.debian.org/debian bookworm/main armhf readline-common all 8.2-1.3 [69.0 kB]
13:08:28 Get:39 http://deb.debian.org/debian bookworm/main armhf libreadline8 armhf 8.2-1.3 [144 kB]
13:08:28 Get:40 http://deb.debian.org/debian bookworm/main armhf libsqlite3-0 armhf 3.40.1-1 [735 kB]
13:08:28 Get:41 http://deb.debian.org/debian bookworm/main armhf libpython3.11-stdlib armhf 3.11.1-2 [1630 kB]
13:08:28 Get:42 http://deb.debian.org/debian bookworm/main armhf python3.11 armhf 3.11.1-2 [567 kB]
13:08:28 Get:43 http://deb.debian.org/debian bookworm/main armhf libpython3-stdlib armhf 3.11.1-3 [8960 B]
13:08:28 Get:44 http://deb.debian.org/debian bookworm/main armhf python3 armhf 3.11.1-3 [25.9 kB]
13:08:28 Get:45 http://deb.debian.org/debian bookworm/main armhf sgml-base all 1.31 [15.4 kB]
13:08:28 Get:46 http://deb.debian.org/debian bookworm/main armhf openssl armhf 3.0.7-2 [1365 kB]
13:08:28 + verify
13:08:28 + dpkg --version
13:08:28 Setting up python3-oauthlib (3.2.2-1) ...
13:08:28 0 upgraded, 24 newly installed, 0 to remove and 9 not upgraded.
13:08:28 Need to get 25.9 MB of archives.
13:08:28 After this operation, 108 MB of additional disk space will be used.
13:08:28 Get:1 https://download.docker.com/linux/raspbian buster/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
13:08:28 Get:47 http://deb.debian.org/debian bookworm/main armhf ca-certificates all 20211016 [156 kB]
13:08:28 Get:48 http://deb.debian.org/debian bookworm/main armhf libpam-systemd armhf 252.5-2 [201 kB]
13:08:28 Get:49 http://deb.debian.org/debian bookworm/main armhf apt-transport-https all 2.5.5 [22.0 kB]
13:08:28 Get:50 http://deb.debian.org/debian bookworm/main armhf libbrotli1 armhf 1.0.9-2+b6 [271 kB]
13:08:28 Get:51 http://deb.debian.org/debian bookworm/main armhf libsasl2-modules-db armhf 2.1.28+dfsg-10 [19.0 kB]
13:08:28 Get:52 http://deb.debian.org/debian bookworm/main armhf libsasl2-2 armhf 2.1.28+dfsg-10 [52.3 kB]
13:08:28 Get:53 http://deb.debian.org/debian bookworm/main armhf libldap-2.5-0 armhf 2.5.13+dfsg-3 [158 kB]
13:08:28 Get:54 http://deb.debian.org/debian bookworm/main armhf libnghttp2-14 armhf 1.51.0-1 [60.8 kB]
13:08:28 Get:55 http://deb.debian.org/debian bookworm/main armhf libpsl5 armhf 0.21.0-1.2 [56.1 kB]
13:08:28 Get:56 http://deb.debian.org/debian bookworm/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b2 [55.2 kB]
13:08:28 Get:57 http://deb.debian.org/debian bookworm/main armhf libssh2-1 armhf 1.10.0-3+b1 [163 kB]
13:08:28 Get:58 http://deb.debian.org/debian bookworm/main armhf libcurl4 armhf 7.87.0-2 [337 kB]
13:08:28 Get:59 http://deb.debian.org/debian bookworm/main armhf curl armhf 7.87.0-2 [298 kB]
13:08:28 Get:60 http://deb.debian.org/debian bookworm/main armhf libassuan0 armhf 2.5.5-5 [42.0 kB]
13:08:28 Get:61 http://deb.debian.org/debian bookworm/main armhf gpgconf armhf 2.2.40-1 [547 kB]
13:08:28 Get:62 http://deb.debian.org/debian bookworm/main armhf libksba8 armhf 1.6.3-2 [109 kB]
13:08:28 Get:63 http://deb.debian.org/debian bookworm/main armhf libnpth0 armhf 1.6-3 [17.8 kB]
13:08:28 Get:64 http://deb.debian.org/debian bookworm/main armhf dirmngr armhf 2.2.40-1 [748 kB]
13:08:28 Get:65 http://deb.debian.org/debian bookworm/main armhf distro-info-data all 0.56 [5500 B]
13:08:28 Get:66 http://deb.debian.org/debian bookworm/main armhf libglib2.0-0 armhf 2.74.5-1 [1227 kB]
13:08:28 Get:67 http://deb.debian.org/debian bookworm/main armhf libgirepository-1.0-1 armhf 1.74.0-3 [88.2 kB]
13:08:28 Get:68 http://deb.debian.org/debian bookworm/main armhf gir1.2-glib-2.0 armhf 1.74.0-3 [159 kB]
13:08:28 Get:69 http://deb.debian.org/debian bookworm/main armhf libpackagekit-glib2-18 armhf 1.2.6-2 [97.2 kB]
13:08:28 Get:70 http://deb.debian.org/debian bookworm/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.6-2 [25.1 kB]
13:08:28 Get:71 http://deb.debian.org/debian bookworm/main armhf gnupg-l10n all 2.2.40-1 [1094 kB]
13:08:28 Get:72 http://deb.debian.org/debian bookworm/main armhf gnupg-utils armhf 2.2.40-1 [851 kB]
13:08:28 Get:73 http://deb.debian.org/debian bookworm/main armhf gpg armhf 2.2.40-1 [884 kB]
13:08:28 Get:74 http://deb.debian.org/debian bookworm/main armhf pinentry-curses armhf 1.2.1-1 [73.4 kB]
13:08:28 Get:75 http://deb.debian.org/debian bookworm/main armhf gpg-agent armhf 2.2.40-1 [652 kB]
13:08:28 Get:76 http://deb.debian.org/debian bookworm/main armhf gpg-wks-client armhf 2.2.40-1 [524 kB]
13:08:28 Get:77 http://deb.debian.org/debian bookworm/main armhf gpg-wks-server armhf 2.2.40-1 [517 kB]
13:08:28 Get:78 http://deb.debian.org/debian bookworm/main armhf gpgsm armhf 2.2.40-1 [637 kB]
13:08:28 Get:79 http://deb.debian.org/debian bookworm/main armhf gnupg all 2.2.40-1 [846 kB]
13:08:28 Get:80 http://deb.debian.org/debian bookworm/main armhf gnupg2 all 2.2.40-1 [445 kB]
13:08:28 Get:81 http://deb.debian.org/debian bookworm/main armhf iso-codes all 4.12.0-1 [2888 kB]
13:08:28 Get:82 http://deb.debian.org/debian bookworm/main armhf libcurl3-gnutls armhf 7.87.0-2 [331 kB]
13:08:28 Get:83 http://deb.debian.org/debian bookworm/main armhf libstemmer0d armhf 2.2.0-2 [102 kB]
13:08:28 Get:84 http://deb.debian.org/debian bookworm/main armhf libicu72 armhf 72.1-3 [9048 kB]
13:08:28 Get:85 http://deb.debian.org/debian bookworm/main armhf libxml2 armhf 2.9.14+dfsg-1.1+b3 [591 kB]
13:08:28 Get:86 http://deb.debian.org/debian bookworm/main armhf libxmlb2 armhf 0.3.10-2 [49.9 kB]
13:08:28 Get:87 http://deb.debian.org/debian bookworm/main armhf libyaml-0-2 armhf 0.2.5-1 [46.8 kB]
13:08:28 Get:88 http://deb.debian.org/debian bookworm/main armhf libappstream4 armhf 0.16.0-1 [167 kB]
13:08:28 Get:89 http://deb.debian.org/debian bookworm/main armhf libcap2-bin armhf 1:2.66-3 [33.1 kB]
13:08:28 Get:90 http://deb.debian.org/debian bookworm/main armhf libduktape207 armhf 2.7.0-1+b1 [115 kB]
13:08:28 Get:91 http://deb.debian.org/debian bookworm/main armhf libelf1 armhf 0.188-2.1 [170 kB]
13:08:28 Get:92 http://deb.debian.org/debian bookworm/main armhf libdw1 armhf 0.188-2.1 [215 kB]
13:08:28 Get:93 http://deb.debian.org/debian bookworm/main armhf libglib2.0-data all 2.74.5-1 [1210 kB]
13:08:28 Get:94 http://deb.debian.org/debian bookworm/main armhf libglib2.0-bin armhf 2.74.5-1 [103 kB]
13:08:28 Get:95 http://deb.debian.org/debian bookworm/main armhf libunwind8 armhf 1.6.2-3 [43.3 kB]
13:08:28 Get:96 http://deb.debian.org/debian bookworm/main armhf libgstreamer1.0-0 armhf 1.22.0-2 [1097 kB]
13:08:28 Get:97 http://deb.debian.org/debian bookworm/main armhf libpolkit-gobject-1-0 armhf 122-3 [38.7 kB]
13:08:28 Get:98 http://deb.debian.org/debian bookworm/main armhf libpolkit-agent-1-0 armhf 122-3 [22.2 kB]
13:08:28 Get:99 http://deb.debian.org/debian bookworm/main armhf lsb-release all 12.0-1 [6416 B]
13:08:28 Get:100 http://deb.debian.org/debian bookworm/main armhf xml-core all 0.18+nmu1 [23.8 kB]
13:08:28 Get:101 http://deb.debian.org/debian bookworm/main armhf polkitd armhf 122-3 [105 kB]
13:08:28 Get:102 http://deb.debian.org/debian bookworm/main armhf packagekit armhf 1.2.6-2 [576 kB]
13:08:28 Get:103 http://deb.debian.org/debian bookworm/main armhf python-apt-common all 2.5.2 [64.1 kB]
13:08:28 Get:104 http://deb.debian.org/debian bookworm/main armhf python3-apt armhf 2.5.2+b1 [144 kB]
13:08:28 Get:105 http://deb.debian.org/debian bookworm/main armhf python3-blinker all 1.5-1 [14.7 kB]
13:08:28 Get:106 http://deb.debian.org/debian bookworm/main armhf python3-cffi-backend armhf 1.15.1-5+b1 [75.1 kB]
13:08:28 Get:107 http://deb.debian.org/debian bookworm/main armhf python3-cryptography armhf 38.0.4-2 [600 kB]
13:08:28 Get:108 http://deb.debian.org/debian bookworm/main armhf python3-dbus armhf 1.3.2-4+b1 [89.1 kB]
13:08:28 Reading package lists...
13:08:28 Building dependency tree...
13:08:28 Reading state information...
13:08:28 Correcting dependencies... Done
13:08:28 + rpm --version
13:08:28 + verify_rpm
13:08:28 ++ . /etc/os-release
13:08:28 +++ NAME='CentOS Linux'
13:08:28 +++ VERSION='7 (Core)'
13:08:28 +++ ID=centos
13:08:28 +++ ID_LIKE='rhel fedora'
13:08:28 +++ VERSION_ID=7
13:08:28 +++ PRETTY_NAME='CentOS Linux 7 (Core)'
13:08:28 +++ ANSI_COLOR='0;31'
13:08:28 +++ CPE_NAME=cpe:/o:centos:centos:7
13:08:28 +++ HOME_URL=https://www.centos.org/
13:08:28 +++ BUG_REPORT_URL=https://bugs.centos.org/
13:08:28 +++ CENTOS_MANTISBT_PROJECT=CentOS-7
13:08:28 +++ CENTOS_MANTISBT_PROJECT_VERSION=7
13:08:28 +++ REDHAT_SUPPORT_PRODUCT=centos
13:08:28 +++ REDHAT_SUPPORT_PRODUCT_VERSION=7
13:08:28 ++ echo centos
13:08:28 + DIST_ID=centos
13:08:28 ++ . /etc/os-release
13:08:28 +++ NAME='CentOS Linux'
13:08:28 +++ VERSION='7 (Core)'
13:08:28 +++ ID=centos
13:08:28 +++ ID_LIKE='rhel fedora'
13:08:28 +++ VERSION_ID=7
13:08:28 +++ PRETTY_NAME='CentOS Linux 7 (Core)'
13:08:28 +++ ANSI_COLOR='0;31'
13:08:28 +++ CPE_NAME=cpe:/o:centos:centos:7
13:08:28 +++ HOME_URL=https://www.centos.org/
13:08:28 +++ BUG_REPORT_URL=https://bugs.centos.org/
13:08:28 +++ CENTOS_MANTISBT_PROJECT=CentOS-7
13:08:28 +++ CENTOS_MANTISBT_PROJECT_VERSION=7
13:08:28 +++ REDHAT_SUPPORT_PRODUCT=centos
13:08:28 +++ REDHAT_SUPPORT_PRODUCT_VERSION=7
13:08:28 ++ echo 7
13:08:28 ++ cut -d. -f1
13:08:28 + DIST_VERSION=7
13:08:28 + pkg_manager=yum
13:08:28 + pkg_config_manager=yum-config-manager
13:08:28 + dnf --version
13:08:28 ./verify: line 117: dnf: command not found
13:08:28 + case ${DIST_ID}:${DIST_VERSION} in
13:08:28 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo
13:08:28 + install_rpm_containerd
13:08:28 + '[' staging = stage ']'
13:08:28 + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo
13:08:28 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo'
13:08:28 + dnf --version
13:08:28 install-containerd-helpers: line 27: dnf: command not found
13:08:28 + yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
13:08:28 Loaded plugins: fastestmirror, ovl
13:08:29 Setting up python3-lazr.restfulclient (0.14.5-1) ...
13:08:29 Setting up python3-software-properties (0.99.30-4) ...
13:08:29 Get:2 http://archive.raspbian.org/raspbian buster/main armhf libapparmor1 armhf 2.13.2-10 [89.9 kB]
13:08:29 Get:3 http://archive.raspberrypi.org/debian buster/main armhf multiarch-support armhf 2.28-10+rpt2+rpi1+deb10u1 [216 kB]
13:08:29 Get:109 http://deb.debian.org/debian bookworm/main armhf python3-distro all 1.8.0-1 [20.5 kB]
13:08:29 Get:110 http://deb.debian.org/debian bookworm/main armhf python3-gi armhf 3.42.2-3+b1 [203 kB]
13:08:29 Get:111 http://deb.debian.org/debian bookworm/main armhf python3-pyparsing all 3.0.9-1 [138 kB]
13:08:29 Get:112 http://deb.debian.org/debian bookworm/main armhf python3-httplib2 all 0.20.4-3 [36.0 kB]
13:08:29 Get:113 http://deb.debian.org/debian bookworm/main armhf python3-jwt all 2.6.0-1 [26.6 kB]
13:08:29 Get:114 http://deb.debian.org/debian bookworm/main armhf python3-pkg-resources all 65.6.3-1 [278 kB]
13:08:29 Get:115 http://deb.debian.org/debian bookworm/main armhf python3-lazr.uri all 1.0.6-3 [13.7 kB]
13:08:29 Get:116 http://deb.debian.org/debian bookworm/main armhf python3-wadllib all 1.3.6-4 [37.2 kB]
13:08:29 Get:117 http://deb.debian.org/debian bookworm/main armhf python3-oauthlib all 3.2.2-1 [95.4 kB]
13:08:29 Get:118 http://deb.debian.org/debian bookworm/main armhf python3-six all 1.16.0-4 [17.5 kB]
13:08:29 Get:119 http://deb.debian.org/debian bookworm/main armhf python3-lazr.restfulclient all 0.14.5-1 [50.4 kB]
13:08:29 Get:120 http://deb.debian.org/debian bookworm/main armhf python3-software-properties all 0.99.30-4 [32.7 kB]
13:08:29 Get:121 http://deb.debian.org/debian bookworm/main armhf software-properties-common all 0.99.30-4 [62.0 kB]
13:08:29 debconf: delaying package configuration, since apt-utils is not installed
13:08:29 Fetched 46.8 MB in 1s (57.5 MB/s)
13:08:29 Selecting previously unselected package libssl3:armhf.
13:08: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 ... 5996 files and directories currently installed.)
13:08:29 Preparing to unpack .../libssl3_3.0.7-2_armhf.deb ...
13:08:29 Unpacking libssl3:armhf (3.0.7-2) ...
13:08:29 Skipping docker-ce, it is already installed and upgrade is not set.
13:08:29 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:08:29 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:08:29 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:08:29 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:08:29 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
13:08:29 The following additional packages will be installed:
13:08:29   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
13:08:29   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
13:08:29   libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
13:08:29   libpam-systemd libxtables12 netbase systemd systemd-sysv
13:08:29 Suggested packages:
13:08:29   firewalld kmod systemd-container policykit-1
13:08:29 Recommended packages:
13:08:29   nftables systemd-timesyncd | time-daemon libnss-systemd
13:08:29 The following NEW packages will be installed:
13:08:29   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
13:08:29   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
13:08:29   libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
13:08:29   libpam-systemd libxtables12 netbase systemd systemd-sysv
13:08:29 Processing triggers for libc-bin (2.36-8) ...
13:08:29 Processing triggers for systemd (252.5-2) ...
13:08:29 Processing triggers for sgml-base (1.31) ...
13:08:29 Setting up polkitd (122-3) ...
13:08:29 Creating group 'polkitd' with GID 997.
13:08:29 Creating user 'polkitd' (polkit) with UID 997 and GID 997.
13:08:29 invoke-rc.d: could not determine current runlevel
13:08:29 invoke-rc.d: policy-rc.d denied execution of reload.
13:08:29 Get:4 http://archive.raspbian.org/raspbian buster/main armhf libcap2 armhf 1:2.25-2 [16.5 kB]
13:08:29 Get:5 http://archive.raspbian.org/raspbian buster/main armhf libargon2-1 armhf 0~20171227-0.2 [20.4 kB]
13:08:29 Get:6 http://archive.raspbian.org/raspbian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.1 kB]
13:08:29 Get:7 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [130 kB]
13:08:29 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libjson-c3 armhf 0.12.1+ds-2+deb10u1 [25.1 kB]
13:08:29 Get:9 http://archive.raspbian.org/raspbian buster/main armhf libcryptsetup12 armhf 2:2.1.0-5+deb10u2 [171 kB]
13:08:29 Get:10 http://archive.raspbian.org/raspbian buster/main armhf libidn11 armhf 1.33-2.2 [113 kB]
13:08:29 Selecting previously unselected package libargon2-1:armhf.
13:08:29 Preparing to unpack .../libargon2-1_0~20171227-0.3_armhf.deb ...
13:08:29 Unpacking libargon2-1:armhf (0~20171227-0.3) ...
13:08:29 Preparing to unpack .../libudev1_252.5-2_armhf.deb ...
13:08:29 Unpacking libudev1:armhf (252.5-2) over (252.4-2) ...
13:08:29 Setting up libudev1:armhf (252.5-2) ...
13:08:29 Selecting previously unselected package dmsetup.
13:08: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 ... 6013 files and directories currently installed.)
13:08:29 Preparing to unpack .../0-dmsetup_2%3a1.02.185-2_armhf.deb ...
13:08:29 Unpacking dmsetup (2:1.02.185-2) ...
13:08:29 0 upgraded, 23 newly installed, 0 to remove and 3 not upgraded.
13:08:29 Need to get 34.3 MB of archives.
13:08:29 After this operation, 137 MB of additional disk space will be used.
13:08:29 Get:1 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
13:08:29 Get:2 http://deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
13:08:29 Get:3 http://deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
13:08:29 Get:4 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
13:08:29 Get:5 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
13:08:29 Get:6 http://deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
13:08:29 Get:7 http://deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
13:08:29 Get:8 http://deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
13:08:29 Get:9 http://deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
13:08:29 Get:10 http://deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7+deb11u1 [4501 kB]
13:08:29 Get:11 https://download.docker.com/linux/debian bullseye/test amd64 containerd.io amd64 1.6.16-1 [27.7 MB]
13:08:29 Get:12 http://deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7+deb11u1 [113 kB]
13:08:29 Get:13 http://deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.24-0+deb11u1 [243 kB]
13:08:29 Get:14 http://deb.debian.org/debian bullseye/main amd64 netbase all 6.3 [19.9 kB]
13:08:29 Get:15 http://deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7+deb11u1 [283 kB]
13:08:29 Get:16 http://deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.24-0+deb11u1 [99.7 kB]
13:08:29 Get:17 http://deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
13:08:29 Get:18 http://deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
13:08:29 start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory)
13:08:29 Setting up packagekit (1.2.6-2) ...
13:08:29 invoke-rc.d: could not determine current runlevel
13:08:29 invoke-rc.d: policy-rc.d denied execution of force-reload.
13:08:29 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
13:08:29 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
13:08:29 Setting up software-properties-common (0.99.30-4) ...
13:08:29 Get:11 http://archive.raspbian.org/raspbian buster/main armhf libip4tc0 armhf 1.8.2-4 [68.2 kB]
13:08:29 Get:12 http://archive.raspbian.org/raspbian buster/main armhf systemd armhf 241-7~deb10u8+rpi1 [3258 kB]
13:08:29 Get:13 http://archive.raspberrypi.org/debian buster/main armhf libnftnl11 armhf 1.1.7-1~bpo10+1~0 [45.1 kB]
13:08:29 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:08:29 Preparing to unpack .../1-libdevmapper1.02.1_2%3a1.02.185-2_armhf.deb ...
13:08:29 Unpacking libdevmapper1.02.1:armhf (2:1.02.185-2) ...
13:08:29 Selecting previously unselected package libjson-c5:armhf.
13:08:29 Preparing to unpack .../2-libjson-c5_0.16-2_armhf.deb ...
13:08:29 Unpacking libjson-c5:armhf (0.16-2) ...
13:08:29 Selecting previously unselected package libcryptsetup12:armhf.
13:08:29 Preparing to unpack .../3-libcryptsetup12_2%3a2.6.0-2_armhf.deb ...
13:08:29 Unpacking libcryptsetup12:armhf (2:2.6.0-2) ...
13:08:29 Selecting previously unselected package libfdisk1:armhf.
13:08:29 Preparing to unpack .../4-libfdisk1_2.38.1-4_armhf.deb ...
13:08:29 Unpacking libfdisk1:armhf (2.38.1-4) ...
13:08:29 Selecting previously unselected package libkmod2:armhf.
13:08:29 Preparing to unpack .../5-libkmod2_30+20221128-1_armhf.deb ...
13:08:29 Unpacking libkmod2:armhf (30+20221128-1) ...
13:08:29 Get:19 http://deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
13:08:29 Get:20 http://deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
13:08:29 Get:21 http://deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
13:08:29 Get:22 http://deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
13:08:29 Get:23 http://deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
13:08:29 Processing triggers for ca-certificates (20211016) ...
13:08:29 Updating certificates in /etc/ssl/certs...
13:08:29 Selecting previously unselected package libapparmor1:armhf.
13:08:29 Preparing to unpack .../6-libapparmor1_3.0.8-2+b1_armhf.deb ...
13:08:29 Unpacking libapparmor1:armhf (3.0.8-2+b1) ...
13:08:29 Selecting previously unselected package libip4tc2:armhf.
13:08:29 Preparing to unpack .../7-libip4tc2_1.8.9-2_armhf.deb ...
13:08:29 Unpacking libip4tc2:armhf (1.8.9-2) ...
13:08:29 Selecting previously unselected package libsystemd-shared:armhf.
13:08:29 Preparing to unpack .../8-libsystemd-shared_252.5-2_armhf.deb ...
13:08:29 Unpacking libsystemd-shared:armhf (252.5-2) ...
13:08:29 Preparing to unpack .../9-libsystemd0_252.5-2_armhf.deb ...
13:08:29 Unpacking libsystemd0:armhf (252.5-2) over (252.4-2) ...
13:08:29 debconf: delaying package configuration, since apt-utils is not installed
13:08:29 Fetched 34.3 MB in 1s (55.1 MB/s)
13:08:29 Selecting previously unselected package libapparmor1:amd64.
13:08: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 ... 9955 files and directories currently installed.)
13:08:29 Preparing to unpack .../0-libapparmor1_2.13.6-10_amd64.deb ...
13:08:29 Unpacking libapparmor1:amd64 (2.13.6-10) ...
13:08:29 Selecting previously unselected package libcap2:amd64.
13:08:29 Preparing to unpack .../1-libcap2_1%3a2.44-1_amd64.deb ...
13:08:29 Unpacking libcap2:amd64 (1:2.44-1) ...
13:08:29 Selecting previously unselected package libargon2-1:amd64.
13:08:30 0 added, 0 removed; done.
13:08:30 Running hooks in /etc/ca-certificates/update.d...
13:08:30 done.
13:08:30 Processing triggers for dbus (1.14.4-1) ...
13:08:30 ++ source /etc/os-release
13:08:30 +++ PRETTY_NAME='Debian GNU/Linux bookworm/sid'
13:08:30 +++ NAME='Debian GNU/Linux'
13:08:30 +++ VERSION_CODENAME=bookworm
13:08:30 +++ ID=debian
13:08:30 +++ HOME_URL=https://www.debian.org/
13:08:30 +++ SUPPORT_URL=https://www.debian.org/support
13:08:30 +++ BUG_REPORT_URL=https://bugs.debian.org/
13:08:30 ++ echo debian
13:08:30 + DIST_ID=debian
13:08:30 ++ lsb_release -sc
13:08:30 + DIST_VERSION=bookworm
13:08:30 + '[' bookworm = sid ']'
13:08:30 + install_debian_containerd
13:08:30 + '[' staging = stage ']'
13:08:30 + REPO_URL=https://download.docker.com/linux/debian
13:08:30 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
13:08:30 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
13:08:30 + update-ca-certificates -f
13:08:30 Clearing symlinks in /etc/ssl/certs...
13:08:30 Get:14 http://archive.raspbian.org/raspbian buster/main armhf systemd-sysv armhf 241-7~deb10u8+rpi1 [101 kB]
13:08:30 Get:15 http://archive.raspbian.org/raspbian buster/main armhf libnfnetlink0 armhf 1.0.1-3 [12.1 kB]
13:08:30 Get:16 http://archive.raspbian.org/raspbian buster/main armhf libip6tc0 armhf 1.8.2-4 [68.5 kB]
13:08:30 Get:17 http://archive.raspbian.org/raspbian buster/main armhf libiptc0 armhf 1.8.2-4 [59.7 kB]
13:08:30 Get:18 http://archive.raspbian.org/raspbian buster/main armhf libxtables12 armhf 1.8.2-4 [77.1 kB]
13:08:30 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libmnl0 armhf 1.0.4-2 [11.3 kB]
13:08:30 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libnetfilter-conntrack3 armhf 1.0.7-1 [33.1 kB]
13:08:30 Get:21 http://archive.raspbian.org/raspbian buster/main armhf iptables armhf 1.8.2-4 [343 kB]
13:08:30 Get:22 http://archive.raspbian.org/raspbian buster/main armhf dbus armhf 1.12.24-0+deb10u1 [215 kB]
13:08:30 Setting up libsystemd0:armhf (252.5-2) ...
13:08:30 Setting up libssl3:armhf (3.0.7-2) ...
13:08:30 Selecting previously unselected package systemd.
13:08:30 (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 ... 6083 files and directories currently installed.)
13:08:30 Preparing to unpack .../systemd_252.5-2_armhf.deb ...
13:08:30 Unpacking systemd (252.5-2) ...
13:08:30 Preparing to unpack .../2-libargon2-1_0~20171227-0.2_amd64.deb ...
13:08:30 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
13:08:30 Selecting previously unselected package dmsetup.
13:08:30 Preparing to unpack .../3-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
13:08:30 Unpacking dmsetup (2:1.02.175-2.1) ...
13:08:30 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:08:30 Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
13:08:30 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
13:08:30 Selecting previously unselected package libjson-c5:amd64.
13:08:30 Preparing to unpack .../5-libjson-c5_0.15-2_amd64.deb ...
13:08:30 Unpacking libjson-c5:amd64 (0.15-2) ...
13:08:30 Selecting previously unselected package libcryptsetup12:amd64.
13:08:30 Preparing to unpack .../6-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
13:08:30 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
13:08:30 Selecting previously unselected package libip4tc2:amd64.
13:08:30 Preparing to unpack .../7-libip4tc2_1.8.7-1_amd64.deb ...
13:08:30 Unpacking libip4tc2:amd64 (1.8.7-1) ...
13:08:30 done.
13:08:30 Updating certificates in /etc/ssl/certs...
13:08:30 Selecting previously unselected package dbus-user-session.
13:08:30 Preparing to unpack .../04-dbus-user-session_1.12.24-0+deb11u1_armhf.deb ...
13:08:30 Unpacking dbus-user-session (1.12.24-0+deb11u1) ...
13:08:30 Selecting previously unselected package libip6tc2:armhf.
13:08:30 Preparing to unpack .../05-libip6tc2_1.8.7-1_armhf.deb ...
13:08:30 Unpacking libip6tc2:armhf (1.8.7-1) ...
13:08:30 Selecting previously unselected package libxtables12:armhf.
13:08:30 Preparing to unpack .../06-libxtables12_1.8.7-1_armhf.deb ...
13:08:30 Unpacking libxtables12:armhf (1.8.7-1) ...
13:08:30 Get:23 http://archive.raspbian.org/raspbian buster/main armhf libpam-systemd armhf 241-7~deb10u8+rpi1 [194 kB]
13:08:30 Get:24 http://archive.raspbian.org/raspbian buster/main armhf dbus-user-session armhf 1.12.24-0+deb10u1 [97.9 kB]
13:08:30 Setting up libargon2-1:armhf (0~20171227-0.3) ...
13:08:30 Setting up libjson-c5:armhf (0.16-2) ...
13:08:30 Setting up libfdisk1:armhf (2.38.1-4) ...
13:08:30 Setting up libkmod2:armhf (30+20221128-1) ...
13:08:30 Setting up libapparmor1:armhf (3.0.8-2+b1) ...
13:08:30 Setting up libip4tc2:armhf (1.8.9-2) ...
13:08:30 Setting up libsystemd-shared:armhf (252.5-2) ...
13:08:30 Setting up libdevmapper1.02.1:armhf (2:1.02.185-2) ...
13:08:30 Setting up libcryptsetup12:armhf (2:2.6.0-2) ...
13:08:30 Selecting previously unselected package libkmod2:amd64.
13:08:30 Preparing to unpack .../8-libkmod2_28-1_amd64.deb ...
13:08:30 Unpacking libkmod2:amd64 (28-1) ...
13:08:30 Selecting previously unselected package systemd.
13:08:30 Preparing to unpack .../9-systemd_247.3-7+deb11u1_amd64.deb ...
13:08:30 Unpacking systemd (247.3-7+deb11u1) ...
13:08:30 Selecting previously unselected package libmnl0:armhf.
13:08:30 Preparing to unpack .../07-libmnl0_1.0.4-3_armhf.deb ...
13:08:30 Unpacking libmnl0:armhf (1.0.4-3) ...
13:08:30 Selecting previously unselected package libnfnetlink0:armhf.
13:08:30 Preparing to unpack .../08-libnfnetlink0_1.0.1-3+b1_armhf.deb ...
13:08:30 Unpacking libnfnetlink0:armhf (1.0.1-3+b1) ...
13:08:30 Selecting previously unselected package libnetfilter-conntrack3:armhf.
13:08:30 Preparing to unpack .../09-libnetfilter-conntrack3_1.0.8-3_armhf.deb ...
13:08:30 Unpacking libnetfilter-conntrack3:armhf (1.0.8-3) ...
13:08:30 Selecting previously unselected package libnftnl11:armhf.
13:08:30 Preparing to unpack .../10-libnftnl11_1.1.9-1_armhf.deb ...
13:08:30 Unpacking libnftnl11:armhf (1.1.9-1) ...
13:08:30 Selecting previously unselected package iptables.
13:08:30 Preparing to unpack .../11-iptables_1.8.7-1_armhf.deb ...
13:08:30 Unpacking iptables (1.8.7-1) ...
13:08:30 Setting up systemd-sysv (247.3-7+rpi1+deb11u1) ...
13:08:30 Setting up libip6tc2:armhf (1.8.7-1) ...
13:08:30 debconf: delaying package configuration, since apt-utils is not installed
13:08:30 Fetched 25.9 MB in 2s (14.2 MB/s)
13:08:30 Selecting previously unselected package libapparmor1:armhf.
13:08:30 (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 ... 10239 files and directories currently installed.)
13:08:30 Preparing to unpack .../0-libapparmor1_2.13.2-10_armhf.deb ...
13:08:30 Unpacking libapparmor1:armhf (2.13.2-10) ...
13:08:30 Selecting previously unselected package libcap2:armhf.
13:08:30 Preparing to unpack .../1-libcap2_1%3a2.25-2_armhf.deb ...
13:08:30 Unpacking libcap2:armhf (1:2.25-2) ...
13:08:30 Selecting previously unselected package libargon2-1:armhf.
13:08:30 Preparing to unpack .../2-libargon2-1_0~20171227-0.2_armhf.deb ...
13:08:30 Unpacking libargon2-1:armhf (0~20171227-0.2) ...
13:08:30 Selecting previously unselected package dmsetup.
13:08:30 Preparing to unpack .../3-dmsetup_2%3a1.02.155-3_armhf.deb ...
13:08:30 Unpacking dmsetup (2:1.02.155-3) ...
13:08:30 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:08:30 Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
13:08:30 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
13:08:30 Setting up systemd (252.5-2) ...
13:08:30 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:08:30 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:08:30 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:08:30 Initializing machine ID from random generator.
13:08:30 Creating group 'systemd-journal' with GID 999.
13:08:30 Creating group 'systemd-network' with GID 998.
13:08:30 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
13:08:30 Setting up dmsetup (2:1.02.185-2) ...
13:08:30 Selecting previously unselected package systemd-sysv.
13:08:30 (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 ... 6919 files and directories currently installed.)
13:08:30 Preparing to unpack .../0-systemd-sysv_252.5-2_armhf.deb ...
13:08:30 Unpacking systemd-sysv (252.5-2) ...
13:08:30 Selecting previously unselected package libdbus-1-3:armhf.
13:08:30 Preparing to unpack .../1-libdbus-1-3_1.14.4-1_armhf.deb ...
13:08:30 Unpacking libdbus-1-3:armhf (1.14.4-1) ...
13:08:30 Setting up dbus (1.12.24-0+deb11u1) ...
13:08:30 invoke-rc.d: could not determine current runlevel
13:08:30 invoke-rc.d: policy-rc.d denied execution of start.
13:08:30 Setting up libmnl0:armhf (1.0.4-3) ...
13:08:30 Setting up containerd.io (1.6.16-1) ...
13:08:30 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
13:08:30 127 added, 0 removed; done.
13:08:30 Running hooks in /etc/ca-certificates/update.d...
13:08:30 done.
13:08:30 + curl -fsSL https://download.docker.com/linux/debian/gpg
13:08:30 + apt-key add -
13:08:30 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
13:08:30 Selecting previously unselected package libjson-c3:armhf.
13:08:30 Preparing to unpack .../5-libjson-c3_0.12.1+ds-2+deb10u1_armhf.deb ...
13:08:30 Unpacking libjson-c3:armhf (0.12.1+ds-2+deb10u1) ...
13:08:30 Selecting previously unselected package libcryptsetup12:armhf.
13:08:30 Preparing to unpack .../6-libcryptsetup12_2%3a2.1.0-5+deb10u2_armhf.deb ...
13:08:30 Unpacking libcryptsetup12:armhf (2:2.1.0-5+deb10u2) ...
13:08:30 Selecting previously unselected package libidn11:armhf.
13:08:30 Preparing to unpack .../7-libidn11_1.33-2.2_armhf.deb ...
13:08:30 Unpacking libidn11:armhf (1.33-2.2) ...
13:08:30 Selecting previously unselected package libip4tc0:armhf.
13:08:30 Preparing to unpack .../8-libip4tc0_1.8.2-4_armhf.deb ...
13:08:30 Unpacking libip4tc0:armhf (1.8.2-4) ...
13:08:30 Selecting previously unselected package systemd.
13:08:30 Preparing to unpack .../9-systemd_241-7~deb10u8+rpi1_armhf.deb ...
13:08:30 Unpacking systemd (241-7~deb10u8+rpi1) ...
13:08:30 Selecting previously unselected package dbus-bin.
13:08:30 Preparing to unpack .../2-dbus-bin_1.14.4-1_armhf.deb ...
13:08:30 Unpacking dbus-bin (1.14.4-1) ...
13:08:30 Selecting previously unselected package dbus-session-bus-common.
13:08:30 Preparing to unpack .../3-dbus-session-bus-common_1.14.4-1_all.deb ...
13:08:30 Unpacking dbus-session-bus-common (1.14.4-1) ...
13:08:30 Selecting previously unselected package libexpat1:armhf.
13:08:30 Preparing to unpack .../4-libexpat1_2.5.0-1_armhf.deb ...
13:08:30 Unpacking libexpat1:armhf (2.5.0-1) ...
13:08:30 Selecting previously unselected package dbus-daemon.
13:08:30 Preparing to unpack .../5-dbus-daemon_1.14.4-1_armhf.deb ...
13:08:30 Unpacking dbus-daemon (1.14.4-1) ...
13:08:30 Selecting previously unselected package adduser.
13:08:30 Preparing to unpack .../6-adduser_3.130_all.deb ...
13:08:30 Unpacking adduser (3.130) ...
13:08:30 Setting up libapparmor1:amd64 (2.13.6-10) ...
13:08:30 Setting up libcap2:amd64 (1:2.44-1) ...
13:08:30 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
13:08:30 Setting up libjson-c5:amd64 (0.15-2) ...
13:08:30 Setting up libip4tc2:amd64 (1.8.7-1) ...
13:08:30 Setting up libkmod2:amd64 (28-1) ...
13:08:30 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
13:08:30 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
13:08:30 Setting up systemd (247.3-7+deb11u1) ...
13:08:30 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:08:30 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:08:30 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:08:31 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:08:31 Setting up libxtables12:armhf (1.8.7-1) ...
13:08:31 Setting up libnfnetlink0:armhf (1.0.1-3+b1) ...
13:08:31 Setting up libpam-systemd:armhf (247.3-7+rpi1+deb11u1) ...
13:08:31 Setting up libnftnl11:armhf (1.1.9-1) ...
13:08:31 Setting up dbus-user-session (1.12.24-0+deb11u1) ...
13:08:31 Setting up libnetfilter-conntrack3:armhf (1.0.8-3) ...
13:08:31 Setting up iptables (1.8.7-1) ...
13:08:31 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:08:31 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:08:31 Setting up adduser (3.130) ...
13:08:31 Selecting previously unselected package dbus-system-bus-common.
13:08:31 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7051 files and directories currently installed.)
13:08:31 Preparing to unpack .../dbus-system-bus-common_1.14.4-1_all.deb ...
13:08:31 Unpacking dbus-system-bus-common (1.14.4-1) ...
13:08:31 Selecting previously unselected package dbus.
13:08:31 Preparing to unpack .../dbus_1.14.4-1_armhf.deb ...
13:08:31 Unpacking dbus (1.14.4-1) ...
13:08:31 Selecting previously unselected package libpython3.11-minimal:armhf.
13:08:31 Preparing to unpack .../libpython3.11-minimal_3.11.1-2_armhf.deb ...
13:08:31 Unpacking libpython3.11-minimal:armhf (3.11.1-2) ...
13:08:31 Initializing machine ID from KVM UUID.
13:08:31 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:08:31 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:08:31 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:08:31 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:08:31 Processing triggers for libc-bin (2.31-13+rpi1+deb11u3) ...
13:08:31 + verify_binaries
13:08:31 + docker --version
13:08:31 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:08:31 ++ uname -m
13:08:31 + '[' armv8l = x86_64 ']'
13:08:31 + docker buildx version
13:08:31 github.com/docker/buildx v0.10.2 00ed17d
13:08:31 + docker compose version
13:08:31 Selecting previously unselected package python3.11-minimal.
13:08:31 Preparing to unpack .../python3.11-minimal_3.11.1-2_armhf.deb ...
13:08:31 Unpacking python3.11-minimal (3.11.1-2) ...
13:08:31 Setting up libpython3.11-minimal:armhf (3.11.1-2) ...
13:08:31 Setting up libexpat1:armhf (2.5.0-1) ...
13:08:31 Setting up libapparmor1:armhf (2.13.2-10) ...
13:08:31 Setting up libcap2:armhf (1:2.25-2) ...
13:08:31 Setting up libargon2-1:armhf (0~20171227-0.2) ...
13:08:31 Setting up libjson-c3:armhf (0.12.1+ds-2+deb10u1) ...
13:08:31 Setting up libidn11:armhf (1.33-2.2) ...
13:08:31 Setting up libip4tc0:armhf (1.8.2-4) ...
13:08:31 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
13:08:31 Setting up libcryptsetup12:armhf (2:2.1.0-5+deb10u2) ...
13:08:31 Setting up systemd (241-7~deb10u8+rpi1) ...
13:08:31 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:08:31 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:08:31 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
13:08:31 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
13:08:31 Initializing machine ID from random generator.
13:08:31 Setting up dmsetup (2:1.02.175-2.1) ...
13:08:31 Selecting previously unselected package systemd-sysv.
13:08:31 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10804 files and directories currently installed.)
13:08:31 Preparing to unpack .../00-systemd-sysv_247.3-7+deb11u1_amd64.deb ...
13:08:31 Unpacking systemd-sysv (247.3-7+deb11u1) ...
13:08:31 Selecting previously unselected package dbus.
13:08:31 Preparing to unpack .../01-dbus_1.12.24-0+deb11u1_amd64.deb ...
13:08:31 Unpacking dbus (1.12.24-0+deb11u1) ...
13:08:31 Selecting previously unselected package netbase.
13:08:31 Preparing to unpack .../02-netbase_6.3_all.deb ...
13:08:31 Unpacking netbase (6.3) ...
13:08:31 Docker Compose version v2.16.0
13:08:31 + dockerd --version
13:08:31 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:08:31 + docker-proxy --version
13:08:31 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:08:31 + containerd --version
13:08:31 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:31 + ctr --version
13:08:31 ctr containerd.io 1.6.16
13:08:31 + containerd-shim --help
13:08:31 Usage of containerd-shim:
13:08:31   -address string
13:08:31     	grpc address back to main containerd
13:08:31   -containerd-binary containerd publish
13:08:31     	path to containerd binary (used for containerd publish) (default "containerd")
13:08:31   -criu string
13:08:31     	path to criu binary
13:08:31   -debug
13:08:31     	enable debug output in logs
13:08:31   -namespace string
13:08:31     	namespace that owns the shim
13:08:31   -runtime-root string
13:08:31     	root directory for the runtime (default "/run/containerd/runc")
13:08:31   -socket string
13:08:31     	socket path to serve
13:08:31   -systemd-cgroup
13:08:31     	set runtime to use systemd-cgroup
13:08:31   -workdir string
13:08:31     	path used to storge large temporary data
13:08:31 + containerd-shim-runc-v1 -v
13:08:31 containerd-shim-runc-v1:
13:08:31   Version:  1.6.16
13:08:31   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:31   Go version: go1.18.10
13:08:31 
13:08:31 + containerd-shim-runc-v2 -v
13:08:31 containerd-shim-runc-v2:
13:08:31   Version:  1.6.16
13:08:31   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:31   Go version: go1.18.10
13:08:31 
13:08:31 + runc --version
13:08:31 runc version 1.1.4
13:08:31 commit: v1.1.4-0-g5fd4c4d
13:08:31 spec: 1.0.2-dev
13:08:31 go: go1.18.10
13:08:31 libseccomp: 2.5.1
13:08:31 Setting up python3.11-minimal (3.11.1-2) ...
13:08:31 Selecting previously unselected package libpam-systemd:amd64.
13:08:31 Preparing to unpack .../03-libpam-systemd_247.3-7+deb11u1_amd64.deb ...
13:08:31 Unpacking libpam-systemd:amd64 (247.3-7+deb11u1) ...
13:08:31 Selecting previously unselected package containerd.io.
13:08:31 Preparing to unpack .../04-containerd.io_1.6.16-1_amd64.deb ...
13:08:31 Unpacking containerd.io (1.6.16-1) ...
13:08:31 Dependencies resolved.
13:08:31 ================================================================================
13:08:31  Package                      Arch       Version              Repository   Size
13:08:31 ================================================================================
13:08:31 Installing:
13:08:31  dnf-plugins-core             noarch     4.3.1-1.fc36         updates      34 k
13:08:31 Installing dependencies:
13:08:31  dbus-libs                    x86_64     1:1.14.4-1.fc36      updates     155 k
13:08:31  python3-dateutil             noarch     1:2.8.1-8.fc36       fedora      289 k
13:08:31  python3-dbus                 x86_64     1.2.18-3.fc36        fedora      132 k
13:08:31  python3-distro               noarch     1.6.0-2.fc36         fedora       38 k
13:08:31  python3-dnf-plugins-core     noarch     4.3.1-1.fc36         updates     229 k
13:08:31  python3-six                  noarch     1.16.0-5.fc36        fedora       36 k
13:08:31 
13:08:31 Transaction Summary
13:08:31 ================================================================================
13:08:31 Install  7 Packages
13:08:31 
13:08:31 Total download size: 912 k
13:08:31 Installed size: 2.7 M
13:08:31 Downloading Packages:
13:08:32 Setting up dmsetup (2:1.02.155-3) ...
13:08:32 Selecting previously unselected package systemd-sysv.
13:08: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 ... 11058 files and directories currently installed.)
13:08:32 Preparing to unpack .../systemd-sysv_241-7~deb10u8+rpi1_armhf.deb ...
13:08:32 Unpacking systemd-sysv (241-7~deb10u8+rpi1) ...
13:08:32 Selecting previously unselected package multiarch-support.
13:08:32 Preparing to unpack .../multiarch-support_2.28-10+rpt2+rpi1+deb10u1_armhf.deb ...
13:08:32 Unpacking multiarch-support (2.28-10+rpt2+rpi1+deb10u1) ...
13:08:32 Setting up multiarch-support (2.28-10+rpt2+rpi1+deb10u1) ...
13:08:32 Selecting previously unselected package libnfnetlink0:armhf.
13:08: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 ... 11079 files and directories currently installed.)
13:08:32 Preparing to unpack .../00-libnfnetlink0_1.0.1-3_armhf.deb ...
13:08:32 Unpacking libnfnetlink0:armhf (1.0.1-3) ...
13:08:32 Selecting previously unselected package libip6tc0:armhf.
13:08:32 Preparing to unpack .../01-libip6tc0_1.8.2-4_armhf.deb ...
13:08:32 Unpacking libip6tc0:armhf (1.8.2-4) ...
13:08:32 Selecting previously unselected package libiptc0:armhf.
13:08:32 Preparing to unpack .../02-libiptc0_1.8.2-4_armhf.deb ...
13:08:32 Unpacking libiptc0:armhf (1.8.2-4) ...
13:08:32 (1/7): python3-dbus-1.2.18-3.fc36.x86_64.rpm    455 kB/s | 132 kB     00:00    
13:08:32 (2/7): python3-dateutil-2.8.1-8.fc36.noarch.rpm 976 kB/s | 289 kB     00:00    
13:08:32 (3/7): python3-distro-1.6.0-2.fc36.noarch.rpm   126 kB/s |  38 kB     00:00    
13:08:32 (4/7): python3-six-1.16.0-5.fc36.noarch.rpm     3.5 MB/s |  36 kB     00:00    
13:08:32 (5/7): dbus-libs-1.14.4-1.fc36.x86_64.rpm        21 MB/s | 155 kB     00:00    
13:08:32 (6/7): dnf-plugins-core-4.3.1-1.fc36.noarch.rpm 3.6 MB/s |  34 kB     00:00    
13:08:32 (7/7): python3-dnf-plugins-core-4.3.1-1.fc36.no  22 MB/s | 229 kB     00:00    
13:08:32 --------------------------------------------------------------------------------
13:08:32 Total                                           1.0 MB/s | 912 kB     00:00     
13:08:32 Running transaction check
13:08:32 Transaction check succeeded.
13:08:32 Running transaction test
13:08:32 Transaction test succeeded.
13:08:32 Running transaction
13:08:32 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb'.
13:08:32 Selecting previously unselected package libxtables12:armhf.
13:08:32 Preparing to unpack .../03-libxtables12_1.8.2-4_armhf.deb ...
13:08:32 Unpacking libxtables12:armhf (1.8.2-4) ...
13:08:32 Selecting previously unselected package libmnl0:armhf.
13:08:32 Preparing to unpack .../04-libmnl0_1.0.4-2_armhf.deb ...
13:08:32 Unpacking libmnl0:armhf (1.0.4-2) ...
13:08:32 Selecting previously unselected package libnetfilter-conntrack3:armhf.
13:08:32 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_armhf.deb ...
13:08:32 Unpacking libnetfilter-conntrack3:armhf (1.0.7-1) ...
13:08:32 Selecting previously unselected package libnftnl11:armhf.
13:08:32 Preparing to unpack .../06-libnftnl11_1.1.7-1~bpo10+1~0_armhf.deb ...
13:08:32 Unpacking libnftnl11:armhf (1.1.7-1~bpo10+1~0) ...
13:08:32 Selecting previously unselected package iptables.
13:08:32 Preparing to unpack .../07-iptables_1.8.2-4_armhf.deb ...
13:08:32 Unpacking iptables (1.8.2-4) ...
13:08:32 Selecting previously unselected package python3-minimal.
13:08: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 ... 7386 files and directories currently installed.)
13:08:32 Preparing to unpack .../00-python3-minimal_3.11.1-3_armhf.deb ...
13:08:32 Unpacking python3-minimal (3.11.1-3) ...
13:08:32 Selecting previously unselected package media-types.
13:08:32 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
13:08:32 Unpacking media-types (8.0.0) ...
13:08:32 Selecting previously unselected package libmpdec3:armhf.
13:08:32 Preparing to unpack .../02-libmpdec3_2.5.1-2_armhf.deb ...
13:08:32 Unpacking libmpdec3:armhf (2.5.1-2) ...
13:08:32 Selecting previously unselected package libncursesw6:armhf.
13:08:32 Preparing to unpack .../03-libncursesw6_6.4-2_armhf.deb ...
13:08:32 Unpacking libncursesw6:armhf (6.4-2) ...
13:08:32   Preparing        :                                                        1/1 
13:08:32   Installing       : dbus-libs-1:1.14.4-1.fc36.x86_64                       1/7 
13:08:32   Installing       : python3-dbus-1.2.18-3.fc36.x86_64                      2/7 
13:08:32   Installing       : python3-six-1.16.0-5.fc36.noarch                       3/7 
13:08:32   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch                 4/7 
13:08:32   Installing       : python3-distro-1.6.0-2.fc36.noarch                     5/7 
13:08:32   Installing       : python3-dnf-plugins-core-4.3.1-1.fc36.noarch           6/7 
13:08:32   Installing       : dnf-plugins-core-4.3.1-1.fc36.noarch                   7/7 
13:08:32 Selecting previously unselected package dbus.
13:08:32 Preparing to unpack .../08-dbus_1.12.24-0+deb10u1_armhf.deb ...
13:08:32 Unpacking dbus (1.12.24-0+deb10u1) ...
13:08:32 Selecting previously unselected package libpam-systemd:armhf.
13:08:32 Preparing to unpack .../09-libpam-systemd_241-7~deb10u8+rpi1_armhf.deb ...
13:08:32 Unpacking libpam-systemd:armhf (241-7~deb10u8+rpi1) ...
13:08:32 Selecting previously unselected package containerd.io.
13:08:32 Preparing to unpack .../10-containerd.io_1.6.16-1_armhf.deb ...
13:08:32 Unpacking containerd.io (1.6.16-1) ...
13:08:32 Selecting previously unselected package libkrb5support0:armhf.
13:08:32 Preparing to unpack .../04-libkrb5support0_1.20.1-1_armhf.deb ...
13:08:32 Unpacking libkrb5support0:armhf (1.20.1-1) ...
13:08:32 Selecting previously unselected package libk5crypto3:armhf.
13:08:32 Preparing to unpack .../05-libk5crypto3_1.20.1-1_armhf.deb ...
13:08:32 Unpacking libk5crypto3:armhf (1.20.1-1) ...
13:08:32 Selecting previously unselected package libkeyutils1:armhf.
13:08:32 Preparing to unpack .../06-libkeyutils1_1.6.3-2_armhf.deb ...
13:08:32 Unpacking libkeyutils1:armhf (1.6.3-2) ...
13:08:32 Selecting previously unselected package libkrb5-3:armhf.
13:08:32 Preparing to unpack .../07-libkrb5-3_1.20.1-1_armhf.deb ...
13:08:32 Unpacking libkrb5-3:armhf (1.20.1-1) ...
13:08:32 Selecting previously unselected package libgssapi-krb5-2:armhf.
13:08:32 Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-1_armhf.deb ...
13:08:32 Unpacking libgssapi-krb5-2:armhf (1.20.1-1) ...
13:08:32 Selecting previously unselected package libtirpc-common.
13:08:32 Preparing to unpack .../09-libtirpc-common_1.3.3+ds-1_all.deb ...
13:08:32   Running scriptlet: dnf-plugins-core-4.3.1-1.fc36.noarch                   7/7 
13:08:32   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch                 1/7 
13:08:32   Verifying        : python3-dbus-1.2.18-3.fc36.x86_64                      2/7 
13:08:32   Verifying        : python3-distro-1.6.0-2.fc36.noarch                     3/7 
13:08:32   Verifying        : python3-six-1.16.0-5.fc36.noarch                       4/7 
13:08:32   Verifying        : dbus-libs-1:1.14.4-1.fc36.x86_64                       5/7 
13:08:32   Verifying        : dnf-plugins-core-4.3.1-1.fc36.noarch                   6/7 
13:08:32   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc36.noarch           7/7 
13:08:32 
13:08:32 Installed:
13:08:32   dbus-libs-1:1.14.4-1.fc36.x86_64                                              
13:08:32   dnf-plugins-core-4.3.1-1.fc36.noarch                                          
13:08:32   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
13:08:32   python3-dbus-1.2.18-3.fc36.x86_64                                             
13:08:32   python3-distro-1.6.0-2.fc36.noarch                                            
13:08:32   python3-dnf-plugins-core-4.3.1-1.fc36.noarch                                  
13:08:32   python3-six-1.16.0-5.fc36.noarch                                              
13:08:32 
13:08:32 Complete!
13:08:32 + case ${DIST_ID}:${DIST_VERSION} in
13:08:32 + dnf install -y findutils
13:08:32 OK
13:08:32 + '[' bookworm = sid ']'
13:08:32 ++ dpkg --print-architecture
13:08:32 + ARCH=amd64
13:08:32 + echo 'deb [arch=amd64] https://download.docker.com/linux/debian bookworm test'
13:08:32 + apt-get update
13:08:32 Hit:1 http://deb.debian.org/debian bookworm InRelease
13:08:32 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
13:08:32 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
13:08:32 Get:4 https://download.docker.com/linux/debian bookworm InRelease [37.7 kB]
13:08:32 Unpacking libtirpc-common (1.3.3+ds-1) ...
13:08:32 Selecting previously unselected package libtirpc3:armhf.
13:08:32 Preparing to unpack .../10-libtirpc3_1.3.3+ds-1_armhf.deb ...
13:08:32 Unpacking libtirpc3:armhf (1.3.3+ds-1) ...
13:08:32 Selecting previously unselected package libnsl2:armhf.
13:08:32 Preparing to unpack .../11-libnsl2_1.3.0-2_armhf.deb ...
13:08:32 Unpacking libnsl2:armhf (1.3.0-2) ...
13:08:32 Selecting previously unselected package readline-common.
13:08:32 Preparing to unpack .../12-readline-common_8.2-1.3_all.deb ...
13:08:32 Unpacking readline-common (8.2-1.3) ...
13:08:32 Selecting previously unselected package libreadline8:armhf.
13:08:32 Preparing to unpack .../13-libreadline8_8.2-1.3_armhf.deb ...
13:08:32 Unpacking libreadline8:armhf (8.2-1.3) ...
13:08:32 Selecting previously unselected package libsqlite3-0:armhf.
13:08:32 Preparing to unpack .../14-libsqlite3-0_3.40.1-1_armhf.deb ...
13:08:32 Unpacking libsqlite3-0:armhf (3.40.1-1) ...
13:08:33 Get:5 https://download.docker.com/linux/debian bookworm/test amd64 Packages [3620 B]
13:08:33 Fetched 41.3 kB in 1s (73.0 kB/s)
13:08:33 Selecting previously unselected package libpython3.11-stdlib:armhf.
13:08:33 Preparing to unpack .../15-libpython3.11-stdlib_3.11.1-2_armhf.deb ...
13:08:33 Unpacking libpython3.11-stdlib:armhf (3.11.1-2) ...
13:08:33 Selecting previously unselected package python3.11.
13:08:33 Preparing to unpack .../16-python3.11_3.11.1-2_armhf.deb ...
13:08:33 Unpacking python3.11 (3.11.1-2) ...
13:08:33 Selecting previously unselected package libpython3-stdlib:armhf.
13:08:33 Preparing to unpack .../17-libpython3-stdlib_3.11.1-3_armhf.deb ...
13:08:33 Unpacking libpython3-stdlib:armhf (3.11.1-3) ...
13:08:33 Setting up python3-minimal (3.11.1-3) ...
13:08:33 Selecting previously unselected package python3.
13:08:33 (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 ... 7897 files and directories currently installed.)
13:08:33 Preparing to unpack .../00-python3_3.11.1-3_armhf.deb ...
13:08:33 Unpacking python3 (3.11.1-3) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:08:33 Reading package lists...
13:08:33 W: https://download.docker.com/linux/debian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
13:08:33 ++ find deb/debbuild/debian-bookworm/ -type f -name '*.deb'
13:08:33 + packages='deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb
13:08:33 deb/debbuild/debian-bookworm/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb
13:08:33 deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb
13:08:33 deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb
13:08:33 deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb
13:08:33 deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb'
13:08:33 ++ echo 'deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb
13:08:33 deb/debbuild/debian-bookworm/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb
13:08:33 deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb
13:08:33 deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb
13:08:33 deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb
13:08:33 deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb'
13:08:33 ++ xargs
13:08:33 ++ awk '$0="./"$0'
13:08:33 + packages='./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb'
13:08:33 + set -x
13:08:33 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb
13:08:33 Selecting previously unselected package docker-buildx-plugin.
13:08:33 (Reading database ... 11453 files and directories currently installed.)
13:08:33 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb ...
13:08:33 Unpacking docker-buildx-plugin (0.10.2-1~debian.12~bookworm) ...
13:08:33 Selecting previously unselected package sgml-base.
13:08:33 Preparing to unpack .../01-sgml-base_1.31_all.deb ...
13:08:33 Unpacking sgml-base (1.31) ...
13:08:33 Selecting previously unselected package openssl.
13:08:33 Preparing to unpack .../02-openssl_3.0.7-2_armhf.deb ...
13:08:33 Unpacking openssl (3.0.7-2) ...
13:08:33 Selecting previously unselected package ca-certificates.
13:08:33 Preparing to unpack .../03-ca-certificates_20211016_all.deb ...
13:08:33 Unpacking ca-certificates (20211016) ...
13:08:33 Selecting previously unselected package libpam-systemd:armhf.
13:08:33 Preparing to unpack .../04-libpam-systemd_252.5-2_armhf.deb ...
13:08:33 Unpacking libpam-systemd:armhf (252.5-2) ...
13:08:33 Selecting previously unselected package apt-transport-https.
13:08:33 Preparing to unpack .../05-apt-transport-https_2.5.5_all.deb ...
13:08:33 Unpacking apt-transport-https (2.5.5) ...
13:08:33 Selecting previously unselected package libbrotli1:armhf.
13:08:33 Preparing to unpack .../06-libbrotli1_1.0.9-2+b6_armhf.deb ...
13:08:33 Unpacking libbrotli1:armhf (1.0.9-2+b6) ...
13:08:33 Selecting previously unselected package libsasl2-modules-db:armhf.
13:08:33 Preparing to unpack .../07-libsasl2-modules-db_2.1.28+dfsg-10_armhf.deb ...
13:08:33 Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg-10) ...
13:08:33 Selecting previously unselected package libsasl2-2:armhf.
13:08:33 Preparing to unpack .../08-libsasl2-2_2.1.28+dfsg-10_armhf.deb ...
13:08:33 Unpacking libsasl2-2:armhf (2.1.28+dfsg-10) ...
13:08:34 Last metadata expiration check: 0:00:07 ago on Wed Feb  8 13:08:26 2023.
13:08:34 Selecting previously unselected package libldap-2.5-0:armhf.
13:08:34 Preparing to unpack .../09-libldap-2.5-0_2.5.13+dfsg-3_armhf.deb ...
13:08:34 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-3) ...
13:08:34 Selecting previously unselected package libnghttp2-14:armhf.
13:08:34 Preparing to unpack .../10-libnghttp2-14_1.51.0-1_armhf.deb ...
13:08:34 Unpacking libnghttp2-14:armhf (1.51.0-1) ...
13:08:34 Selecting previously unselected package libpsl5:armhf.
13:08:34 Preparing to unpack .../11-libpsl5_0.21.0-1.2_armhf.deb ...
13:08:34 Unpacking libpsl5:armhf (0.21.0-1.2) ...
13:08:34 Selecting previously unselected package librtmp1:armhf.
13:08:34 Preparing to unpack .../12-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armhf.deb ...
13:08:34 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
13:08:34 Selecting previously unselected package libssh2-1:armhf.
13:08:34 Preparing to unpack .../13-libssh2-1_1.10.0-3+b1_armhf.deb ...
13:08:34 Unpacking libssh2-1:armhf (1.10.0-3+b1) ...
13:08:34 Selecting previously unselected package libcurl4:armhf.
13:08:34 Preparing to unpack .../14-libcurl4_7.87.0-2_armhf.deb ...
13:08:34 Selecting previously unselected package dbus-user-session.
13:08:34 Preparing to unpack .../05-dbus-user-session_1.12.24-0+deb11u1_amd64.deb ...
13:08:34 Unpacking dbus-user-session (1.12.24-0+deb11u1) ...
13:08:34 Selecting previously unselected package libip6tc2:amd64.
13:08:34 Preparing to unpack .../06-libip6tc2_1.8.7-1_amd64.deb ...
13:08:34 Unpacking libip6tc2:amd64 (1.8.7-1) ...
13:08:34 Selecting previously unselected package libxtables12:amd64.
13:08:34 Preparing to unpack .../07-libxtables12_1.8.7-1_amd64.deb ...
13:08:34 Unpacking libxtables12:amd64 (1.8.7-1) ...
13:08:34 Selecting previously unselected package libmnl0:amd64.
13:08:34 Preparing to unpack .../08-libmnl0_1.0.4-3_amd64.deb ...
13:08:34 Unpacking libmnl0:amd64 (1.0.4-3) ...
13:08:34 Selecting previously unselected package libnfnetlink0:amd64.
13:08:34 Preparing to unpack .../09-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
13:08:34 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:08:34 Selecting previously unselected package dbus-user-session.
13:08:34 Preparing to unpack .../11-dbus-user-session_1.12.24-0+deb10u1_armhf.deb ...
13:08:34 Unpacking dbus-user-session (1.12.24-0+deb10u1) ...
13:08:34 Setting up systemd-sysv (241-7~deb10u8+rpi1) ...
13:08:34 Setting up libip6tc0:armhf (1.8.2-4) ...
13:08:34 Setting up libiptc0:armhf (1.8.2-4) ...
13:08:34 Setting up dbus (1.12.24-0+deb10u1) ...
13:08:34 Unpacking libcurl4:armhf (7.87.0-2) ...
13:08:34 Selecting previously unselected package curl.
13:08:34 Preparing to unpack .../15-curl_7.87.0-2_armhf.deb ...
13:08:34 Unpacking curl (7.87.0-2) ...
13:08:34 Selecting previously unselected package libassuan0:armhf.
13:08:34 Preparing to unpack .../16-libassuan0_2.5.5-5_armhf.deb ...
13:08:34 Unpacking libassuan0:armhf (2.5.5-5) ...
13:08:34 Selecting previously unselected package gpgconf.
13:08:34 Preparing to unpack .../17-gpgconf_2.2.40-1_armhf.deb ...
13:08:34 Unpacking gpgconf (2.2.40-1) ...
13:08:34 Selecting previously unselected package libksba8:armhf.
13:08:34 Preparing to unpack .../18-libksba8_1.6.3-2_armhf.deb ...
13:08:34 Unpacking libksba8:armhf (1.6.3-2) ...
13:08:34 Selecting previously unselected package libnpth0:armhf.
13:08:34 Preparing to unpack .../19-libnpth0_1.6-3_armhf.deb ...
13:08:34 Unpacking libnpth0:armhf (1.6-3) ...
13:08:34 Selecting previously unselected package libnetfilter-conntrack3:amd64.
13:08:34 Preparing to unpack .../10-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
13:08:34 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
13:08:34 Selecting previously unselected package libnftnl11:amd64.
13:08:34 Preparing to unpack .../11-libnftnl11_1.1.9-1_amd64.deb ...
13:08:34 Unpacking libnftnl11:amd64 (1.1.9-1) ...
13:08:34 Selecting previously unselected package iptables.
13:08:34 Preparing to unpack .../12-iptables_1.8.7-1_amd64.deb ...
13:08:34 Unpacking iptables (1.8.7-1) ...
13:08:34 Setting up systemd-sysv (247.3-7+deb11u1) ...
13:08:34 Setting up libip6tc2:amd64 (1.8.7-1) ...
13:08:34 Setting up dbus (1.12.24-0+deb11u1) ...
13:08:34 Package findutils-1:4.9.0-1.fc36.x86_64 is already installed.
13:08:34 Dependencies resolved.
13:08:34 Nothing to do.
13:08:34 Complete!
13:08:34 invoke-rc.d: could not determine current runlevel
13:08:34 invoke-rc.d: policy-rc.d denied execution of start.
13:08:34 Setting up libmnl0:armhf (1.0.4-2) ...
13:08:34 Setting up containerd.io (1.6.16-1) ...
13:08:34 Selecting previously unselected package dirmngr.
13:08:34 Preparing to unpack .../20-dirmngr_2.2.40-1_armhf.deb ...
13:08:34 Unpacking dirmngr (2.2.40-1) ...
13:08:34 Selecting previously unselected package distro-info-data.
13:08:34 Preparing to unpack .../21-distro-info-data_0.56_all.deb ...
13:08:34 Unpacking distro-info-data (0.56) ...
13:08:34 Selecting previously unselected package libglib2.0-0:armhf.
13:08:34 Preparing to unpack .../22-libglib2.0-0_2.74.5-1_armhf.deb ...
13:08:34 Unpacking libglib2.0-0:armhf (2.74.5-1) ...
13:08:34 invoke-rc.d: could not determine current runlevel
13:08:34 invoke-rc.d: policy-rc.d denied execution of start.
13:08:34 Setting up libmnl0:amd64 (1.0.4-3) ...
13:08:34 Setting up containerd.io (1.6.16-1) ...
13:08:34 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:08:34 Setting up libxtables12:amd64 (1.8.7-1) ...
13:08:34 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:08:34 Setting up libpam-systemd:amd64 (247.3-7+deb11u1) ...
13:08:34 #18 exporting layers 6.6s done
13:08:34 #18 writing image sha256:062a245e98cb09c73a89fc931219c655bf2e7dd95f5e7052beefe40216f26224 done
13:08:34 #18 naming to docker.io/debbuild-ubuntu-focal/aarch64 done
13:08:34 #18 DONE 6.6s
13:08:34 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/aarch64
13:08:34 Selecting previously unselected package docker-scan-plugin.
13:08:34 Preparing to unpack .../docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb ...
13:08:34 Unpacking docker-scan-plugin (0.23.0~debian-bookworm) ...
13:08:34 #18 exporting layers 6.4s done
13:08:34 #18 writing image sha256:8f24680ce197d3f74fe3fdf44af965f0c639e135effa0d38a190c4e663e3c8b3 done
13:08:34 #18 naming to docker.io/debbuild-ubuntu-jammy/aarch64 done
13:08:34 #18 DONE 6.4s
13:08:34 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=1141704 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.16.0 -e COMPOSE_DEB_VERSION=2.16.0 -e SCAN_VERSION=v0.23.0 -e SCAN_DEB_VERSION=0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb/debbuild/ubuntu-jammy:/build  debbuild-ubuntu-jammy/aarch64
13:08:34 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:08:34 Setting up libxtables12:armhf (1.8.2-4) ...
13:08:34 Setting up libnfnetlink0:armhf (1.0.1-3) ...
13:08:34 Setting up libpam-systemd:armhf (241-7~deb10u8+rpi1) ...
13:08:34 Setting up libnftnl11:armhf (1.1.7-1~bpo10+1~0) ...
13:08:34 Setting up dbus-user-session (1.12.24-0+deb10u1) ...
13:08:34 Setting up libnetfilter-conntrack3:armhf (1.0.7-1) ...
13:08:34 Setting up iptables (1.8.2-4) ...
13:08:34 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:08:34 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:08:34 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:08:34 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:08:34 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:08:34 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:08:34 Processing triggers for systemd (241-7~deb10u8+rpi1) ...
13:08:34 Processing triggers for libc-bin (2.28-10+rpi1+deb10u2) ...
13:08:34 + install_rpm_containerd
13:08:34 + '[' staging = stage ']'
13:08:34 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo
13:08:34 + REPO_URL=https://download.docker.com/linux/fedora/docker-ce.repo
13:08:34 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo'
13:08:34 + dnf --version
13:08:34 4.14.0
13:08:34   Installed: dnf-0:4.14.0-1.fc36.noarch at Sun Dec 11 07:49:14 2022
13:08:34   Built    : Fedora Project at Fri Sep  9 13:49:11 2022
13:08:34 
13:08:34   Installed: rpm-0:4.17.1-3.fc36.x86_64 at Sun Dec 11 07:49:14 2022
13:08:34   Built    : Fedora Project at Tue Aug  2 12:31:56 2022
13:08:34 + dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
13:08:34 Selecting previously unselected package libgirepository-1.0-1:armhf.
13:08:34 Preparing to unpack .../23-libgirepository-1.0-1_1.74.0-3_armhf.deb ...
13:08:34 Unpacking libgirepository-1.0-1:armhf (1.74.0-3) ...
13:08:34 Selecting previously unselected package gir1.2-glib-2.0:armhf.
13:08:34 Preparing to unpack .../24-gir1.2-glib-2.0_1.74.0-3_armhf.deb ...
13:08:34 Unpacking gir1.2-glib-2.0:armhf (1.74.0-3) ...
13:08:34 Selecting previously unselected package libpackagekit-glib2-18:armhf.
13:08:34 Preparing to unpack .../25-libpackagekit-glib2-18_1.2.6-2_armhf.deb ...
13:08:34 Unpacking libpackagekit-glib2-18:armhf (1.2.6-2) ...
13:08:34 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:08:34 Preparing to unpack .../26-gir1.2-packagekitglib-1.0_1.2.6-2_armhf.deb ...
13:08:34 Unpacking gir1.2-packagekitglib-1.0 (1.2.6-2) ...
13:08:34 Selecting previously unselected package gnupg-l10n.
13:08:34 Preparing to unpack .../27-gnupg-l10n_2.2.40-1_all.deb ...
13:08:34 Unpacking gnupg-l10n (2.2.40-1) ...
13:08:35 Setting up netbase (6.3) ...
13:08:35 Setting up libnftnl11:amd64 (1.1.9-1) ...
13:08:35 Setting up dbus-user-session (1.12.24-0+deb11u1) ...
13:08:35 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
13:08:35 Setting up iptables (1.8.7-1) ...
13:08:35 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:08:35 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:08:35 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:08:35 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:08:35 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:08:35 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:08:35 Processing triggers for libc-bin (2.31-13+deb11u5) ...
13:08:35 + verify_binaries
13:08:35 + docker --version
13:08:35 + set -e
13:08:35 + mkdir -p /root/build-deb/engine
13:08:35 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:08:35 Selecting previously unselected package docker-ce-rootless-extras.
13:08:35 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ...
13:08:35 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
13:08:35 + set -e
13:08:35 + mkdir -p /root/build-deb/engine
13:08:35 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:08:35 + verify_binaries
13:08:35 + docker --version
13:08:35 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:08:35 ++ uname -m
13:08:35 + '[' armv8l = x86_64 ']'
13:08:35 + docker buildx version
13:08:35 github.com/docker/buildx v0.10.2 00ed17d
13:08:35 + docker compose version
13:08:35 Adding repo from: https://download.docker.com/linux/fedora/docker-ce.repo
13:08:35 Selecting previously unselected package gnupg-utils.
13:08:35 Preparing to unpack .../28-gnupg-utils_2.2.40-1_armhf.deb ...
13:08:35 Unpacking gnupg-utils (2.2.40-1) ...
13:08:35 Selecting previously unselected package gpg.
13:08:35 Preparing to unpack .../29-gpg_2.2.40-1_armhf.deb ...
13:08:35 Unpacking gpg (2.2.40-1) ...
13:08:35 Selecting previously unselected package pinentry-curses.
13:08:35 Preparing to unpack .../30-pinentry-curses_1.2.1-1_armhf.deb ...
13:08:35 Unpacking pinentry-curses (1.2.1-1) ...
13:08:35 Selecting previously unselected package gpg-agent.
13:08:35 Preparing to unpack .../31-gpg-agent_2.2.40-1_armhf.deb ...
13:08:35 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:08:35 ++ uname -m
13:08:35 + '[' x86_64 = x86_64 ']'
13:08:35 + docker scan --help
13:08:35 
13:08:35 Usage:  docker scan [OPTIONS] IMAGE
13:08:35 
13:08:35 A tool to scan your images
13:08:35 
13:08:35 Options:
13:08:35       --accept-license    Accept using a third party scanning provider
13:08:35       --dependency-tree   Show dependency tree with scan results
13:08:35       --exclude-base      Exclude base image from vulnerability scanning
13:08:35                           (requires --file)
13:08:35   -f, --file string       Dockerfile associated with image, provides more
13:08:35                           detailed results
13:08:35       --group-issues      Aggregate duplicated vulnerabilities and group
13:08:35                           them to a single one (requires --json)
13:08:35       --json              Output results in JSON format
13:08:35       --login             Authenticate to the scan provider using an
13:08:35                           optional token (with --token), or web base
13:08:35                           token if empty
13:08:35       --reject-license    Reject using a third party scanning provider
13:08:35       --severity string   Only report vulnerabilities of provided level
13:08:35                           or higher (low|medium|high)
13:08:35       --token string      Authentication token to login to the third
13:08:35                           party scanning provider
13:08:35       --version           Display version of the scan plugin
13:08:35 + docker buildx version
13:08:35 github.com/docker/buildx v0.10.2 00ed17d
13:08:35 + docker compose version
13:08:35 Docker Compose version v2.16.0
13:08:35 + dockerd --version
13:08:35 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:08:35 + docker-proxy --version
13:08:35 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:08:35 + containerd --version
13:08:35 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:35 + ctr --version
13:08:35 ctr containerd.io 1.6.16
13:08:35 + containerd-shim --help
13:08:35 Usage of containerd-shim:
13:08:35   -address string
13:08:35     	grpc address back to main containerd
13:08:35   -containerd-binary containerd publish
13:08:35     	path to containerd binary (used for containerd publish) (default "containerd")
13:08:35   -criu string
13:08:35     	path to criu binary
13:08:35   -debug
13:08:35     	enable debug output in logs
13:08:35   -namespace string
13:08:35     	namespace that owns the shim
13:08:35   -runtime-root string
13:08:35     	root directory for the runtime (default "/run/containerd/runc")
13:08:35   -socket string
13:08:35     	socket path to serve
13:08:35   -systemd-cgroup
13:08:35     	set runtime to use systemd-cgroup
13:08:35   -workdir string
13:08:35     	path used to storge large temporary data
13:08:35 + containerd-shim-runc-v1 -v
13:08:35 containerd-shim-runc-v1:
13:08:35   Version:  1.6.16
13:08:35   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:35   Go version: go1.18.10
13:08:35 
13:08:35 + containerd-shim-runc-v2 -v
13:08:35 containerd-shim-runc-v2:
13:08:35   Version:  1.6.16
13:08:35   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:35   Go version: go1.18.10
13:08:35 
13:08:35 + runc --version
13:08:35 runc version 1.1.4
13:08:35 commit: v1.1.4-0-g5fd4c4d
13:08:35 spec: 1.0.2-dev
13:08:35 go: go1.18.10
13:08:35 libseccomp: 2.3.3
13:08:35 + dnf config-manager --set-disabled 'docker-ce-*'
13:08:35 Unpacking gpg-agent (2.2.40-1) ...
13:08:35 Selecting previously unselected package gpg-wks-client.
13:08:35 Preparing to unpack .../32-gpg-wks-client_2.2.40-1_armhf.deb ...
13:08:35 Unpacking gpg-wks-client (2.2.40-1) ...
13:08:35 Selecting previously unselected package gpg-wks-server.
13:08:35 Preparing to unpack .../33-gpg-wks-server_2.2.40-1_armhf.deb ...
13:08:35 Unpacking gpg-wks-server (2.2.40-1) ...
13:08:35 Selecting previously unselected package gpgsm.
13:08:35 Preparing to unpack .../34-gpgsm_2.2.40-1_armhf.deb ...
13:08:35 Unpacking gpgsm (2.2.40-1) ...
13:08:35 Selecting previously unselected package gnupg.
13:08:35 Preparing to unpack .../35-gnupg_2.2.40-1_all.deb ...
13:08:35 Unpacking gnupg (2.2.40-1) ...
13:08:35 Docker Compose version v2.16.0
13:08:35 + dockerd --version
13:08:35 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:08:35 + docker-proxy --version
13:08:35 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:08:35 + containerd --version
13:08:35 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:35 + ctr --version
13:08:35 ctr containerd.io 1.6.16
13:08:35 + containerd-shim --help
13:08:35 Usage of containerd-shim:
13:08:35   -address string
13:08:35     	grpc address back to main containerd
13:08:35   -containerd-binary containerd publish
13:08:35     	path to containerd binary (used for containerd publish) (default "containerd")
13:08:35   -criu string
13:08:35     	path to criu binary
13:08:35   -debug
13:08:35     	enable debug output in logs
13:08:35   -namespace string
13:08:35     	namespace that owns the shim
13:08:35   -runtime-root string
13:08:35     	root directory for the runtime (default "/run/containerd/runc")
13:08:35   -socket string
13:08:35     	socket path to serve
13:08:35   -systemd-cgroup
13:08:35     	set runtime to use systemd-cgroup
13:08:35   -workdir string
13:08:35     	path used to storge large temporary data
13:08:35 + containerd-shim-runc-v1 -v
13:08:35 containerd-shim-runc-v1:
13:08:35   Version:  1.6.16
13:08:35   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:35   Go version: go1.18.10
13:08:35 
13:08:35 + containerd-shim-runc-v2 -v
13:08:35 containerd-shim-runc-v2:
13:08:35   Version:  1.6.16
13:08:35   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:35   Go version: go1.18.10
13:08:35 
13:08:35 + runc --version
13:08:35 runc version 1.1.4
13:08:35 commit: v1.1.4-0-g5fd4c4d
13:08:35 spec: 1.0.2-dev
13:08:35 go: go1.18.10
13:08:35 libseccomp: 2.5.1
13:08:35 + mkdir -p /root/build-deb/cli
13:08:35 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:08:35 Selecting previously unselected package docker-ce-cli.
13:08:35 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ...
13:08:35 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
13:08:35 + dnf config-manager --set-enabled docker-ce-test
13:08:35 + mkdir -p /root/build-deb/cli
13:08:35 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:08:35 Selecting previously unselected package gnupg2.
13:08:35 Preparing to unpack .../36-gnupg2_2.2.40-1_all.deb ...
13:08:35 Unpacking gnupg2 (2.2.40-1) ...
13:08:35 Selecting previously unselected package iso-codes.
13:08:35 Preparing to unpack .../37-iso-codes_4.12.0-1_all.deb ...
13:08:35 Unpacking iso-codes (4.12.0-1) ...
13:08:35 + mkdir -p /root/build-deb/buildx
13:08:35 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:08:36 + dnf makecache
13:08:36 + mkdir -p /root/build-deb/buildx
13:08:36 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:08:36 Selecting previously unselected package libcurl3-gnutls:armhf.
13:08:36 Preparing to unpack .../38-libcurl3-gnutls_7.87.0-2_armhf.deb ...
13:08:36 Unpacking libcurl3-gnutls:armhf (7.87.0-2) ...
13:08:36 + mkdir -p /root/build-deb/compose
13:08:36 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:08:36 + mkdir -p /root/build-deb/scan-cli-plugin
13:08:36 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:08:36 + mkdir -p /go/src/github.com/docker
13:08:36 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:08:36 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:08:36 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:08:36 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:08:36 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:08:36 + EPOCH=5
13:08:36 + EPOCH_SEP=
13:08:36 + [[ ! -z 5 ]]
13:08:36 + EPOCH_SEP=:
13:08:36 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
13:08:36 VERSION AAA 0.0.0-20230206193855-ab4ef4a
13:08:36 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
13:08:36 + VERSION=0.0.0-20230206193855-ab4ef4a
13:08:36 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
13:08:36 VERSION bbb 0.0.0-20230206193855-ab4ef4a
13:08:36 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:08:36 + debSource=docker-ce
13:08:36 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:08:36 + debMaintainer='Docker <support@docker.com>'
13:08:36 ++ date --rfc-2822
13:08:36 + debDate='Wed, 08 Feb 2023 13:08:36 +0000'
13:08:36 + pkgRevision=1
13:08:36 + cat
13:08:36 + export CLI_GITCOMMIT=ab4ef4a
13:08:36 + CLI_GITCOMMIT=ab4ef4a
13:08:36 + export ENGINE_GITCOMMIT=1141704
13:08:36 + ENGINE_GITCOMMIT=1141704
13:08:36 + export SCAN_GITCOMMIT=6c852fa
13:08:36 + SCAN_GITCOMMIT=6c852fa
13:08:36 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
13:08:36 + dpkg-buildpackage -uc -us -I.git
13:08:36 VERSION BBB 0.0.0-20230206193855-ab4ef4a
13:08:36 + mkdir -p /root/build-deb/compose
13:08:36 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:08:36 + mkdir -p /root/build-deb/scan-cli-plugin
13:08:36 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:08:36 + mkdir -p /go/src/github.com/docker
13:08:36 Selecting previously unselected package libstemmer0d:armhf.
13:08:36 Preparing to unpack .../39-libstemmer0d_2.2.0-2_armhf.deb ...
13:08:36 Unpacking libstemmer0d:armhf (2.2.0-2) ...
13:08:36 Selecting previously unselected package libicu72:armhf.
13:08:36 Preparing to unpack .../40-libicu72_72.1-3_armhf.deb ...
13:08:36 Unpacking libicu72:armhf (72.1-3) ...
13:08:36 dpkg-buildpackage: info: source package docker-ce
13:08:36 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal
13:08:36 dpkg-buildpackage: info: source distribution focal
13:08:36 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:08:36  dpkg-source -I.git --before-build .
13:08:36 dpkg-buildpackage: info: host architecture armhf
13:08:36  debian/rules clean
13:08:36 dh clean --with=bash-completion
13:08:36 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:08:36 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:08:36 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:08:36 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:08:36 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:08:36 + EPOCH=5
13:08:36 + EPOCH_SEP=
13:08:36 + [[ ! -z 5 ]]
13:08:36 + EPOCH_SEP=:
13:08:36 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
13:08:36 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
13:08:36 VERSION AAA 0.0.0-20230206193855-ab4ef4a
13:08:36 + VERSION=0.0.0-20230206193855-ab4ef4a
13:08:36 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
13:08:36 VERSION bbb 0.0.0-20230206193855-ab4ef4a
13:08:36 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:08:36 + debSource=docker-ce
13:08:36 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:08:36 + debMaintainer='Docker <support@docker.com>'
13:08:36 ++ date --rfc-2822
13:08:36 + debDate='Wed, 08 Feb 2023 13:08:35 +0000'
13:08:36 + pkgRevision=1
13:08:36 + cat
13:08:36 + export CLI_GITCOMMIT=ab4ef4a
13:08:36 + CLI_GITCOMMIT=ab4ef4a
13:08:36 + export ENGINE_GITCOMMIT=1141704
13:08:36 + ENGINE_GITCOMMIT=1141704
13:08:36 + export SCAN_GITCOMMIT=6c852fa
13:08:36 + SCAN_GITCOMMIT=6c852fa
13:08:36 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
13:08:36 + dpkg-buildpackage -uc -us -I.git
13:08:36 VERSION BBB 0.0.0-20230206193855-ab4ef4a
13:08:36 dpkg-buildpackage: info: source package docker-ce
13:08:36 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy
13:08:36 dpkg-buildpackage: info: source distribution jammy
13:08:36 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:08:36 dpkg-buildpackage: info: host architecture armhf
13:08:36  dpkg-source -I.git --before-build .
13:08:36    dh_clean
13:08:36 Selecting previously unselected package docker-ce.
13:08:36 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ...
13:08:36 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
13:08:36  debian/rules clean
13:08:36 dh clean --with=bash-completion
13:08:36    dh_clean
13:08:36 Selecting previously unselected package libxml2:armhf.
13:08:36 Preparing to unpack .../41-libxml2_2.9.14+dfsg-1.1+b3_armhf.deb ...
13:08:36 Unpacking libxml2:armhf (2.9.14+dfsg-1.1+b3) ...
13:08:36 Selecting previously unselected package libxmlb2:armhf.
13:08:36 Preparing to unpack .../42-libxmlb2_0.3.10-2_armhf.deb ...
13:08:36 Unpacking libxmlb2:armhf (0.3.10-2) ...
13:08:36 Selecting previously unselected package libyaml-0-2:armhf.
13:08:36 Preparing to unpack .../43-libyaml-0-2_0.2.5-1_armhf.deb ...
13:08:36  dpkg-source -I.git -b .
13:08:36 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:08:36 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:08:36 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
13:08:36 dpkg-source: info: using source format '1.0'
13:08:36 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
13:08:36 Docker CE Test - x86_64                          45 kB/s |  24 kB     00:00    
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:08:37  dpkg-source -I.git -b .
13:08:37 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:08:37 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:08:37 dpkg-source: warning: native package version may not have a revision
13:08:37 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
13:08:37 dpkg-source: info: using source format '1.0'
13:08:37 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz
13:08:37 Unpacking libyaml-0-2:armhf (0.2.5-1) ...
13:08:37 Selecting previously unselected package libappstream4:armhf.
13:08:37 Preparing to unpack .../44-libappstream4_0.16.0-1_armhf.deb ...
13:08:37 Unpacking libappstream4:armhf (0.16.0-1) ...
13:08:37 Selecting previously unselected package libcap2-bin.
13:08:37 Preparing to unpack .../45-libcap2-bin_1%3a2.66-3_armhf.deb ...
13:08:37 Unpacking libcap2-bin (1:2.66-3) ...
13:08:37 Selecting previously unselected package libduktape207:armhf.
13:08:37 Preparing to unpack .../46-libduktape207_2.7.0-1+b1_armhf.deb ...
13:08:37 Unpacking libduktape207:armhf (2.7.0-1+b1) ...
13:08:37 Selecting previously unselected package libelf1:armhf.
13:08:37 Preparing to unpack .../47-libelf1_0.188-2.1_armhf.deb ...
13:08:37 Unpacking libelf1:armhf (0.188-2.1) ...
13:08:37 Selecting previously unselected package libdw1:armhf.
13:08:37 Preparing to unpack .../48-libdw1_0.188-2.1_armhf.deb ...
13:08:37 Unpacking libdw1:armhf (0.188-2.1) ...
13:08:37 Selecting previously unselected package libglib2.0-data.
13:08:37 Preparing to unpack .../49-libglib2.0-data_2.74.5-1_all.deb ...
13:08:37 Unpacking libglib2.0-data (2.74.5-1) ...
13:08:37 Selecting previously unselected package libglib2.0-bin.
13:08:37 Preparing to unpack .../50-libglib2.0-bin_2.74.5-1_armhf.deb ...
13:08:37 Unpacking libglib2.0-bin (2.74.5-1) ...
13:08:37   Installing : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch         21/27 
13:08:37 setsebool:  SELinux is disabled.
13:08:37 Fedora 36 - x86_64                               97 kB/s |  25 kB     00:00    
13:08:37 Selecting previously unselected package libunwind8:armhf.
13:08:37 Preparing to unpack .../51-libunwind8_1.6.2-3_armhf.deb ...
13:08:37 Unpacking libunwind8:armhf (1.6.2-3) ...
13:08:37 Selecting previously unselected package libgstreamer1.0-0:armhf.
13:08:37 Preparing to unpack .../52-libgstreamer1.0-0_1.22.0-2_armhf.deb ...
13:08:37 Unpacking libgstreamer1.0-0:armhf (1.22.0-2) ...
13:08:37 Selecting previously unselected package libpolkit-gobject-1-0:armhf.
13:08:37 Preparing to unpack .../53-libpolkit-gobject-1-0_122-3_armhf.deb ...
13:08:37 Unpacking libpolkit-gobject-1-0:armhf (122-3) ...
13:08:37 Selecting previously unselected package libpolkit-agent-1-0:armhf.
13:08:37 Preparing to unpack .../54-libpolkit-agent-1-0_122-3_armhf.deb ...
13:08:37 Unpacking libpolkit-agent-1-0:armhf (122-3) ...
13:08:37 Selecting previously unselected package lsb-release.
13:08:37 Preparing to unpack .../55-lsb-release_12.0-1_all.deb ...
13:08:37 Unpacking lsb-release (12.0-1) ...
13:08:37 Selecting previously unselected package xml-core.
13:08:37 Preparing to unpack .../56-xml-core_0.18+nmu1_all.deb ...
13:08:37 Unpacking xml-core (0.18+nmu1) ...
13:08:37 Selecting previously unselected package polkitd.
13:08:37 Preparing to unpack .../57-polkitd_122-3_armhf.deb ...
13:08:37 Unpacking polkitd (122-3) ...
13:08:37 Selecting previously unselected package packagekit.
13:08:37 Preparing to unpack .../58-packagekit_1.2.6-2_armhf.deb ...
13:08:37 Unpacking packagekit (1.2.6-2) ...
13:08:38 Selecting previously unselected package docker-compose-plugin.
13:08:38 Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb ...
13:08:38 Unpacking docker-compose-plugin (2.16.0-1~debian.12~bookworm) ...
13:08:38 Fedora 36 openh264 (From Cisco) - x86_64        2.1 kB/s | 989  B     00:00    
13:08:38 Selecting previously unselected package python-apt-common.
13:08:38 Preparing to unpack .../59-python-apt-common_2.5.2_all.deb ...
13:08:38 Unpacking python-apt-common (2.5.2) ...
13:08:38 Selecting previously unselected package python3-apt.
13:08:38 Preparing to unpack .../60-python3-apt_2.5.2+b1_armhf.deb ...
13:08:38 Unpacking python3-apt (2.5.2+b1) ...
13:08:38 Selecting previously unselected package python3-blinker.
13:08:38 Preparing to unpack .../61-python3-blinker_1.5-1_all.deb ...
13:08:38 Unpacking python3-blinker (1.5-1) ...
13:08:38 Selecting previously unselected package python3-cffi-backend:armhf.
13:08:38 Preparing to unpack .../62-python3-cffi-backend_1.15.1-5+b1_armhf.deb ...
13:08:38 Unpacking python3-cffi-backend:armhf (1.15.1-5+b1) ...
13:08:38 Selecting previously unselected package python3-cryptography.
13:08:38 Preparing to unpack .../63-python3-cryptography_38.0.4-2_armhf.deb ...
13:08:38 Unpacking python3-cryptography (38.0.4-2) ...
13:08:38 Fedora Modular 36 - x86_64                       95 kB/s |  24 kB     00:00    
13:08:38 Selecting previously unselected package python3-dbus.
13:08:38 Preparing to unpack .../64-python3-dbus_1.3.2-4+b1_armhf.deb ...
13:08:38 Unpacking python3-dbus (1.3.2-4+b1) ...
13:08:38 Selecting previously unselected package python3-distro.
13:08:38 Preparing to unpack .../65-python3-distro_1.8.0-1_all.deb ...
13:08:38 Unpacking python3-distro (1.8.0-1) ...
13:08:38 Selecting previously unselected package python3-gi.
13:08:38 Preparing to unpack .../66-python3-gi_3.42.2-3+b1_armhf.deb ...
13:08:38 Unpacking python3-gi (3.42.2-3+b1) ...
13:08:38 Selecting previously unselected package python3-pyparsing.
13:08:38 Preparing to unpack .../67-python3-pyparsing_3.0.9-1_all.deb ...
13:08:38 Unpacking python3-pyparsing (3.0.9-1) ...
13:08:38 Selecting previously unselected package python3-httplib2.
13:08:38 Preparing to unpack .../68-python3-httplib2_0.20.4-3_all.deb ...
13:08:38 Unpacking python3-httplib2 (0.20.4-3) ...
13:08:38 Fedora 37 openh264 (From Cisco) - x86_64        2.9 kB/s | 2.5 kB     00:00    
13:08:38 Fedora Modular 37 - x86_64                      3.1 MB/s | 3.0 MB     00:00    
13:08:38 Fedora 36 - x86_64 - Updates                     72 kB/s |  22 kB     00:00    
13:08:38 Selecting previously unselected package python3-jwt.
13:08:38 Preparing to unpack .../69-python3-jwt_2.6.0-1_all.deb ...
13:08:38 Unpacking python3-jwt (2.6.0-1) ...
13:08:38 Selecting previously unselected package python3-pkg-resources.
13:08:38 Preparing to unpack .../70-python3-pkg-resources_65.6.3-1_all.deb ...
13:08:38 Unpacking python3-pkg-resources (65.6.3-1) ...
13:08:38 Selecting previously unselected package python3-lazr.uri.
13:08:38 Preparing to unpack .../71-python3-lazr.uri_1.0.6-3_all.deb ...
13:08:38 Unpacking python3-lazr.uri (1.0.6-3) ...
13:08:38 Selecting previously unselected package python3-wadllib.
13:08:38 Preparing to unpack .../72-python3-wadllib_1.3.6-4_all.deb ...
13:08:38 Unpacking python3-wadllib (1.3.6-4) ...
13:08:38 Selecting previously unselected package python3-oauthlib.
13:08:38 Preparing to unpack .../73-python3-oauthlib_3.2.2-1_all.deb ...
13:08:38 Unpacking python3-oauthlib (3.2.2-1) ...
13:08:38 Selecting previously unselected package python3-six.
13:08:38 make[1]: Leaving directory '/root/build-deb'
13:08:38  dpkg-genbuildinfo
13:08:38 adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
13:08:38 grabbing file https://download.docker.com/linux/centos/docker-ce.repo to /etc/yum.repos.d/docker-ce.repo
13:08:38 repo saved to /etc/yum.repos.d/docker-ce.repo
13:08:38 + yum-config-manager --disable 'docker-ce-*'
13:08:38 Loaded plugins: fastestmirror, ovl
13:08:38 =========================== repo: docker-ce-nightly ============================
13:08:38 [docker-ce-nightly]
13:08:38 async = True
13:08:38 bandwidth = 0
13:08:38 base_persistdir = /var/lib/yum/repos/x86_64/7
13:08:38 baseurl = https://download.docker.com/linux/centos/7/x86_64/nightly
13:08:38 cache = 0
13:08:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-nightly
13:08:38 check_config_file_age = True
13:08:38 compare_providers_priority = 80
13:08:38 cost = 1000
13:08:38 deltarpm_metadata_percentage = 100
13:08:38 deltarpm_percentage = 
13:08:38 enabled = False
13:08:38 enablegroups = True
13:08:38 exclude = 
13:08:38 failovermethod = priority
13:08:38 ftp_disable_epsv = False
13:08:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly/gpgcadir
13:08:38 gpgcakey = 
13:08:38 gpgcheck = True
13:08:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly/gpgdir
13:08:38 gpgkey = https://download.docker.com/linux/centos/gpg
13:08:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-nightly/headers
13:08:38 http_caching = all
13:08:38 includepkgs = 
13:08:38 ip_resolve = 
13:08:38 keepalive = True
13:08:38 keepcache = False
13:08:38 mddownloadpolicy = sqlite
13:08:38 mdpolicy = group:small
13:08:38 mediaid = 
13:08:38 metadata_expire = 21600
13:08:38 metadata_expire_filter = read-only:present
13:08:38 metalink = 
13:08:38 minrate = 0
13:08:38 mirrorlist = 
13:08:38 mirrorlist_expire = 86400
13:08:38 name = Docker CE Nightly - x86_64
13:08:38 old_base_cache_dir = 
13:08:38 password = 
13:08:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly
13:08:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-nightly/packages
13:08:38 proxy = False
13:08:38 proxy_dict = 
13:08:38 proxy_password = 
13:08:38 proxy_username = 
13:08:38 repo_gpgcheck = False
13:08:38 retries = 10
13:08:38 skip_if_unavailable = False
13:08:38 ssl_check_cert_permissions = True
13:08:38 sslcacert = 
13:08:38 sslclientcert = 
13:08:38 sslclientkey = 
13:08:38 sslverify = True
13:08:38 throttle = 0
13:08:38 timeout = 30.0
13:08:38 ui_id = docker-ce-nightly/7/x86_64
13:08:38 ui_repoid_vars = releasever,
13:08:38    basearch
13:08:38 username = 
13:08:38 
13:08:38 ====================== repo: docker-ce-nightly-debuginfo =======================
13:08:38 [docker-ce-nightly-debuginfo]
13:08:38 async = True
13:08:38 bandwidth = 0
13:08:38 base_persistdir = /var/lib/yum/repos/x86_64/7
13:08:38 baseurl = https://download.docker.com/linux/centos/7/debug-x86_64/nightly
13:08:38 cache = 0
13:08:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-nightly-debuginfo
13:08:38 check_config_file_age = True
13:08:38 compare_providers_priority = 80
13:08:38 cost = 1000
13:08:38 deltarpm_metadata_percentage = 100
13:08:38 deltarpm_percentage = 
13:08:38 enabled = False
13:08:38 enablegroups = True
13:08:38 exclude = 
13:08:38 failovermethod = priority
13:08:38 ftp_disable_epsv = False
13:08:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-debuginfo/gpgcadir
13:08:38 gpgcakey = 
13:08:38 gpgcheck = True
13:08:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-debuginfo/gpgdir
13:08:38 gpgkey = https://download.docker.com/linux/centos/gpg
13:08:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-nightly-debuginfo/headers
13:08:38 http_caching = all
13:08:38 includepkgs = 
13:08:38 ip_resolve = 
13:08:38 keepalive = True
13:08:38 keepcache = False
13:08:38 mddownloadpolicy = sqlite
13:08:38 mdpolicy = group:small
13:08:38 mediaid = 
13:08:38 metadata_expire = 21600
13:08:38 metadata_expire_filter = read-only:present
13:08:38 metalink = 
13:08:38 minrate = 0
13:08:38 mirrorlist = 
13:08:38 mirrorlist_expire = 86400
13:08:38 name = Docker CE Nightly - Debuginfo x86_64
13:08:38 old_base_cache_dir = 
13:08:38 password = 
13:08:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-debuginfo
13:08:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-nightly-debuginfo/packages
13:08:38 proxy = False
13:08:38 proxy_dict = 
13:08:38 proxy_password = 
13:08:38 proxy_username = 
13:08:38 repo_gpgcheck = False
13:08:38 retries = 10
13:08:38 skip_if_unavailable = False
13:08:38 ssl_check_cert_permissions = True
13:08:38 sslcacert = 
13:08:38 sslclientcert = 
13:08:38 sslclientkey = 
13:08:38 sslverify = True
13:08:38 throttle = 0
13:08:38 timeout = 30.0
13:08:38 ui_id = docker-ce-nightly-debuginfo/7/x86_64
13:08:38 ui_repoid_vars = releasever,
13:08:38    basearch
13:08:38 username = 
13:08:38 
13:08:38 ======================== repo: docker-ce-nightly-source ========================
13:08:38 [docker-ce-nightly-source]
13:08:38 async = True
13:08:38 bandwidth = 0
13:08:38 base_persistdir = /var/lib/yum/repos/x86_64/7
13:08:38 baseurl = https://download.docker.com/linux/centos/7/source/nightly
13:08:38 cache = 0
13:08:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-nightly-source
13:08:38 check_config_file_age = True
13:08:38 compare_providers_priority = 80
13:08:38 cost = 1000
13:08:38 deltarpm_metadata_percentage = 100
13:08:38 deltarpm_percentage = 
13:08:38 enabled = False
13:08:38 enablegroups = True
13:08:38 exclude = 
13:08:38 failovermethod = priority
13:08:38 ftp_disable_epsv = False
13:08:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-source/gpgcadir
13:08:38 gpgcakey = 
13:08:38 gpgcheck = True
13:08:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-source/gpgdir
13:08:38 gpgkey = https://download.docker.com/linux/centos/gpg
13:08:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-nightly-source/headers
13:08:38 http_caching = all
13:08:38 includepkgs = 
13:08:38 ip_resolve = 
13:08:38 keepalive = True
13:08:38 keepcache = False
13:08:38 mddownloadpolicy = sqlite
13:08:38 mdpolicy = group:small
13:08:38 mediaid = 
13:08:38 metadata_expire = 21600
13:08:38 metadata_expire_filter = read-only:present
13:08:38 metalink = 
13:08:38 minrate = 0
13:08:38 mirrorlist = 
13:08:38 mirrorlist_expire = 86400
13:08:38 name = Docker CE Nightly - Sources
13:08:38 old_base_cache_dir = 
13:08:38 password = 
13:08:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-source
13:08:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-nightly-source/packages
13:08:38 proxy = False
13:08:38 proxy_dict = 
13:08:38 proxy_password = 
13:08:38 proxy_username = 
13:08:38 repo_gpgcheck = False
13:08:38 retries = 10
13:08:38 skip_if_unavailable = False
13:08:38 ssl_check_cert_permissions = True
13:08:38 sslcacert = 
13:08:38 sslclientcert = 
13:08:38 sslclientkey = 
13:08:38 sslverify = True
13:08:38 throttle = 0
13:08:38 timeout = 30.0
13:08:38 ui_id = docker-ce-nightly-source/7
13:08:38 ui_repoid_vars = releasever,
13:08:38    basearch
13:08:38 username = 
13:08:38 
13:08:38 ============================ repo: docker-ce-stable ============================
13:08:38 [docker-ce-stable]
13:08:38 async = True
13:08:38 bandwidth = 0
13:08:38 base_persistdir = /var/lib/yum/repos/x86_64/7
13:08:38 baseurl = https://download.docker.com/linux/centos/7/x86_64/stable
13:08:38 cache = 0
13:08:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-stable
13:08:38 check_config_file_age = True
13:08:38 compare_providers_priority = 80
13:08:38 cost = 1000
13:08:38 deltarpm_metadata_percentage = 100
13:08:38 deltarpm_percentage = 
13:08:38 enabled = 0
13:08:38 enablegroups = True
13:08:38 exclude = 
13:08:38 failovermethod = priority
13:08:38 ftp_disable_epsv = False
13:08:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-stable/gpgcadir
13:08:38 gpgcakey = 
13:08:38 gpgcheck = True
13:08:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable/gpgdir
13:08:38 gpgkey = https://download.docker.com/linux/centos/gpg
13:08:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-stable/headers
13:08:38 http_caching = all
13:08:38 includepkgs = 
13:08:38 ip_resolve = 
13:08:38 keepalive = True
13:08:38 keepcache = False
13:08:38 mddownloadpolicy = sqlite
13:08:38 mdpolicy = group:small
13:08:38 mediaid = 
13:08:38 metadata_expire = 21600
13:08:38 metadata_expire_filter = read-only:present
13:08:38 metalink = 
13:08:38 minrate = 0
13:08:38 mirrorlist = 
13:08:38 mirrorlist_expire = 86400
13:08:38 name = Docker CE Stable - x86_64
13:08:38 old_base_cache_dir = 
13:08:38 password = 
13:08:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable
13:08:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-stable/packages
13:08:38 proxy = False
13:08:38 proxy_dict = 
13:08:38 proxy_password = 
13:08:38 proxy_username = 
13:08:38 repo_gpgcheck = False
13:08:38 retries = 10
13:08:38 skip_if_unavailable = False
13:08:38 ssl_check_cert_permissions = True
13:08:38 sslcacert = 
13:08:38 sslclientcert = 
13:08:38 sslclientkey = 
13:08:38 sslverify = True
13:08:38 throttle = 0
13:08:38 timeout = 30.0
13:08:38 ui_id = docker-ce-stable/7/x86_64
13:08:38 ui_repoid_vars = releasever,
13:08:38    basearch
13:08:38 username = 
13:08:38 
13:08:38 ======================= repo: docker-ce-stable-debuginfo =======================
13:08:38 [docker-ce-stable-debuginfo]
13:08:38 async = True
13:08:38 bandwidth = 0
13:08:38 base_persistdir = /var/lib/yum/repos/x86_64/7
13:08:38 baseurl = https://download.docker.com/linux/centos/7/debug-x86_64/stable
13:08:38 cache = 0
13:08:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-stable-debuginfo
13:08:38 check_config_file_age = True
13:08:38 compare_providers_priority = 80
13:08:38 cost = 1000
13:08:38 deltarpm_metadata_percentage = 100
13:08:38 deltarpm_percentage = 
13:08:38 enabled = False
13:08:38 enablegroups = True
13:08:38 exclude = 
13:08:38 failovermethod = priority
13:08:38 ftp_disable_epsv = False
13:08:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-debuginfo/gpgcadir
13:08:38 gpgcakey = 
13:08:38 gpgcheck = True
13:08:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-debuginfo/gpgdir
13:08:38 gpgkey = https://download.docker.com/linux/centos/gpg
13:08:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-stable-debuginfo/headers
13:08:38 http_caching = all
13:08:38 includepkgs = 
13:08:38 ip_resolve = 
13:08:38 keepalive = True
13:08:38 keepcache = False
13:08:38 mddownloadpolicy = sqlite
13:08:38 mdpolicy = group:small
13:08:38 mediaid = 
13:08:38 metadata_expire = 21600
13:08:38 metadata_expire_filter = read-only:present
13:08:38 metalink = 
13:08:38 minrate = 0
13:08:38 mirrorlist = 
13:08:38 mirrorlist_expire = 86400
13:08:38 name = Docker CE Stable - Debuginfo x86_64
13:08:38 old_base_cache_dir = 
13:08:38 password = 
13:08:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-debuginfo
13:08:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-stable-debuginfo/packages
13:08:38 proxy = False
13:08:38 proxy_dict = 
13:08:38 proxy_password = 
13:08:38 proxy_username = 
13:08:38 repo_gpgcheck = False
13:08:38 retries = 10
13:08:38 skip_if_unavailable = False
13:08:38 ssl_check_cert_permissions = True
13:08:38 sslcacert = 
13:08:38 sslclientcert = 
13:08:38 sslclientkey = 
13:08:38 sslverify = True
13:08:38 throttle = 0
13:08:38 timeout = 30.0
13:08:38 ui_id = docker-ce-stable-debuginfo/7/x86_64
13:08:38 ui_repoid_vars = releasever,
13:08:38    basearch
13:08:38 username = 
13:08:38 
13:08:38 ======================== repo: docker-ce-stable-source =========================
13:08:38 [docker-ce-stable-source]
13:08:38 async = True
13:08:38 bandwidth = 0
13:08:38 base_persistdir = /var/lib/yum/repos/x86_64/7
13:08:38 baseurl = https://download.docker.com/linux/centos/7/source/stable
13:08:38 cache = 0
13:08:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-stable-source
13:08:38 check_config_file_age = True
13:08:38 compare_providers_priority = 80
13:08:38 cost = 1000
13:08:38 deltarpm_metadata_percentage = 100
13:08:38 deltarpm_percentage = 
13:08:38 enabled = False
13:08:38 enablegroups = True
13:08:38 exclude = 
13:08:38 failovermethod = priority
13:08:38 ftp_disable_epsv = False
13:08:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-source/gpgcadir
13:08:38 gpgcakey = 
13:08:38 gpgcheck = True
13:08:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-source/gpgdir
13:08:38 gpgkey = https://download.docker.com/linux/centos/gpg
13:08:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-stable-source/headers
13:08:38 http_caching = all
13:08:38 includepkgs = 
13:08:38 ip_resolve = 
13:08:38 keepalive = True
13:08:38 keepcache = False
13:08:38 mddownloadpolicy = sqlite
13:08:38 mdpolicy = group:small
13:08:38 mediaid = 
13:08:38 metadata_expire = 21600
13:08:38 metadata_expire_filter = read-only:present
13:08:38 metalink = 
13:08:38 minrate = 0
13:08:38 mirrorlist = 
13:08:38 mirrorlist_expire = 86400
13:08:38 name = Docker CE Stable - Sources
13:08:38 old_base_cache_dir = 
13:08:38 password = 
13:08:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-source
13:08:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-stable-source/packages
13:08:38 proxy = False
13:08:38 proxy_dict = 
13:08:38 proxy_password = 
13:08:38 proxy_username = 
13:08:38 repo_gpgcheck = False
13:08:38 retries = 10
13:08:38 skip_if_unavailable = False
13:08:38 ssl_check_cert_permissions = True
13:08:38 sslcacert = 
13:08:38 sslclientcert = 
13:08:38 sslclientkey = 
13:08:38 sslverify = True
13:08:38 throttle = 0
13:08:38 timeout = 30.0
13:08:38 ui_id = docker-ce-stable-source/7
13:08:38 ui_repoid_vars = releasever,
13:08:38    basearch
13:08:38 username = 
13:08:38 
13:08:38 ============================= repo: docker-ce-test =============================
13:08:38 [docker-ce-test]
13:08:38 async = True
13:08:38 bandwidth = 0
13:08:38 base_persistdir = /var/lib/yum/repos/x86_64/7
13:08:38 baseurl = https://download.docker.com/linux/centos/7/x86_64/test
13:08:38 cache = 0
13:08:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-test
13:08:38 check_config_file_age = True
13:08:38 compare_providers_priority = 80
13:08:38 cost = 1000
13:08:38 deltarpm_metadata_percentage = 100
13:08:38 deltarpm_percentage = 
13:08:38 enabled = False
13:08:38 enablegroups = True
13:08:38 exclude = 
13:08:38 failovermethod = priority
13:08:38 ftp_disable_epsv = False
13:08:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-test/gpgcadir
13:08:38 gpgcakey = 
13:08:38 gpgcheck = True
13:08:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-test/gpgdir
13:08:38 gpgkey = https://download.docker.com/linux/centos/gpg
13:08:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-test/headers
13:08:38 http_caching = all
13:08:38 includepkgs = 
13:08:38 ip_resolve = 
13:08:38 keepalive = True
13:08:38 keepcache = False
13:08:38 mddownloadpolicy = sqlite
13:08:38 mdpolicy = group:small
13:08:38 mediaid = 
13:08:38 metadata_expire = 21600
13:08:38 metadata_expire_filter = read-only:present
13:08:38 metalink = 
13:08:38 minrate = 0
13:08:38 mirrorlist = 
13:08:38 mirrorlist_expire = 86400
13:08:38 name = Docker CE Test - x86_64
13:08:38 old_base_cache_dir = 
13:08:38 password = 
13:08:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-test
13:08:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-test/packages
13:08:38 proxy = False
13:08:38 proxy_dict = 
13:08:38 proxy_password = 
13:08:38 proxy_username = 
13:08:38 repo_gpgcheck = False
13:08:38 retries = 10
13:08:38 skip_if_unavailable = False
13:08:38 ssl_check_cert_permissions = True
13:08:38 sslcacert = 
13:08:38 sslclientcert = 
13:08:38 sslclientkey = 
13:08:38 sslverify = True
13:08:38 throttle = 0
13:08:38 timeout = 30.0
13:08:38 ui_id = docker-ce-test/7/x86_64
13:08:38 ui_repoid_vars = releasever,
13:08:38    basearch
13:08:38 username = 
13:08:38 
13:08:38 ======================== repo: docker-ce-test-debuginfo ========================
13:08:38 [docker-ce-test-debuginfo]
13:08:38 async = True
13:08:38 bandwidth = 0
13:08:38 base_persistdir = /var/lib/yum/repos/x86_64/7
13:08:38 baseurl = https://download.docker.com/linux/centos/7/debug-x86_64/test
13:08:38 cache = 0
13:08:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-test-debuginfo
13:08:38 check_config_file_age = True
13:08:38 compare_providers_priority = 80
13:08:38 cost = 1000
13:08:38 deltarpm_metadata_percentage = 100
13:08:38 deltarpm_percentage = 
13:08:38 enabled = False
13:08:38 enablegroups = True
13:08:38 exclude = 
13:08:38 failovermethod = priority
13:08:38 ftp_disable_epsv = False
13:08:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-test-debuginfo/gpgcadir
13:08:38 gpgcakey = 
13:08:38 gpgcheck = True
13:08:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-test-debuginfo/gpgdir
13:08:38 gpgkey = https://download.docker.com/linux/centos/gpg
13:08:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-test-debuginfo/headers
13:08:38 http_caching = all
13:08:38 includepkgs = 
13:08:38 ip_resolve = 
13:08:38 keepalive = True
13:08:38 keepcache = False
13:08:38 mddownloadpolicy = sqlite
13:08:38 mdpolicy = group:small
13:08:38 mediaid = 
13:08:38 metadata_expire = 21600
13:08:38 metadata_expire_filter = read-only:present
13:08:38 metalink = 
13:08:38 minrate = 0
13:08:38 mirrorlist = 
13:08:38 mirrorlist_expire = 86400
13:08:38 name = Docker CE Test - Debuginfo x86_64
13:08:38 old_base_cache_dir = 
13:08:38 password = 
13:08:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-test-debuginfo
13:08:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-test-debuginfo/packages
13:08:38 proxy = False
13:08:38 proxy_dict = 
13:08:38 proxy_password = 
13:08:38 proxy_username = 
13:08:38 repo_gpgcheck = False
13:08:38 retries = 10
13:08:38 skip_if_unavailable = False
13:08:38 ssl_check_cert_permissions = True
13:08:38 sslcacert = 
13:08:38 sslclientcert = 
13:08:38 sslclientkey = 
13:08:38 sslverify = True
13:08:38 throttle = 0
13:08:38 timeout = 30.0
13:08:38 ui_id = docker-ce-test-debuginfo/7/x86_64
13:08:38 ui_repoid_vars = releasever,
13:08:38    basearch
13:08:38 username = 
13:08:38 
13:08:38 ========================= repo: docker-ce-test-source ==========================
13:08:38 [docker-ce-test-source]
13:08:38 async = True
13:08:38 bandwidth = 0
13:08:38 base_persistdir = /var/lib/yum/repos/x86_64/7
13:08:38 baseurl = https://download.docker.com/linux/centos/7/source/test
13:08:38 cache = 0
13:08:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-test-source
13:08:38 check_config_file_age = True
13:08:38 compare_providers_priority = 80
13:08:38 cost = 1000
13:08:38 deltarpm_metadata_percentage = 100
13:08:38 deltarpm_percentage = 
13:08:38 enabled = False
13:08:38 enablegroups = True
13:08:38 exclude = 
13:08:38 failovermethod = priority
13:08:38 ftp_disable_epsv = False
13:08:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-test-source/gpgcadir
13:08:38 gpgcakey = 
13:08:38 gpgcheck = True
13:08:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-test-source/gpgdir
13:08:38 gpgkey = https://download.docker.com/linux/centos/gpg
13:08:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-test-source/headers
13:08:38 http_caching = all
13:08:38 includepkgs = 
13:08:38 ip_resolve = 
13:08:38 keepalive = True
13:08:38 keepcache = False
13:08:38 mddownloadpolicy = sqlite
13:08:38 mdpolicy = group:small
13:08:38 mediaid = 
13:08:38 metadata_expire = 21600
13:08:38 metadata_expire_filter = read-only:present
13:08:38 metalink = 
13:08:38 minrate = 0
13:08:38 mirrorlist = 
13:08:38 mirrorlist_expire = 86400
13:08:38 name = Docker CE Test - Sources
13:08:38 old_base_cache_dir = 
13:08:38 password = 
13:08:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-test-source
13:08:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-test-source/packages
13:08:38 proxy = False
13:08:38 proxy_dict = 
13:08:38 proxy_password = 
13:08:38 proxy_username = 
13:08:38 repo_gpgcheck = False
13:08:38 retries = 10
13:08:38 skip_if_unavailable = False
13:08:38 ssl_check_cert_permissions = True
13:08:38 sslcacert = 
13:08:38 sslclientcert = 
13:08:38 sslclientkey = 
13:08:38 sslverify = True
13:08:38 throttle = 0
13:08:38 timeout = 30.0
13:08:38 ui_id = docker-ce-test-source/7
13:08:38 ui_repoid_vars = releasever,
13:08:38    basearch
13:08:38 username = 
13:08:38 
13:08:38 + yum-config-manager --enable docker-ce-test
13:08:38 Loaded plugins: fastestmirror, ovl
13:08:38 ============================= repo: docker-ce-test =============================
13:08:38 [docker-ce-test]
13:08:38 async = True
13:08:38 bandwidth = 0
13:08:38 base_persistdir = /var/lib/yum/repos/x86_64/7
13:08:38 baseurl = https://download.docker.com/linux/centos/7/x86_64/test
13:08:38 cache = 0
13:08:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-test
13:08:38 check_config_file_age = True
13:08:38 compare_providers_priority = 80
13:08:38 cost = 1000
13:08:38 deltarpm_metadata_percentage = 100
13:08:38 deltarpm_percentage = 
13:08:38 enabled = 1
13:08:38 enablegroups = True
13:08:38 exclude = 
13:08:38 failovermethod = priority
13:08:38 ftp_disable_epsv = False
13:08:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-test/gpgcadir
13:08:38 gpgcakey = 
13:08:38 gpgcheck = True
13:08:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-test/gpgdir
13:08:38 gpgkey = https://download.docker.com/linux/centos/gpg
13:08:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-test/headers
13:08:38 http_caching = all
13:08:38 includepkgs = 
13:08:38 ip_resolve = 
13:08:38 keepalive = True
13:08:38 keepcache = False
13:08:38 mddownloadpolicy = sqlite
13:08:38 mdpolicy = group:small
13:08:38 mediaid = 
13:08:38 metadata_expire = 21600
13:08:38 metadata_expire_filter = read-only:present
13:08:38 metalink = 
13:08:38 minrate = 0
13:08:38 mirrorlist = 
13:08:38 mirrorlist_expire = 86400
13:08:38 name = Docker CE Test - x86_64
13:08:38 old_base_cache_dir = 
13:08:38 password = 
13:08:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-test
13:08:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-test/packages
13:08:38 proxy = False
13:08:38 proxy_dict = 
13:08:38 proxy_password = 
13:08:38 proxy_username = 
13:08:38 repo_gpgcheck = False
13:08:38 retries = 10
13:08:38 skip_if_unavailable = False
13:08:38 ssl_check_cert_permissions = True
13:08:38 sslcacert = 
13:08:38 sslclientcert = 
13:08:38 sslclientkey = 
13:08:38 sslverify = True
13:08:38 throttle = 0
13:08:38 timeout = 30.0
13:08:38 ui_id = docker-ce-test/7/x86_64
13:08:38 ui_repoid_vars = releasever,
13:08:38    basearch
13:08:38 username = 
13:08:38 
13:08:38 + yum makecache
13:08:38 Loaded plugins: fastestmirror, ovl
13:08:38 Determining fastest mirrors
13:08:38 Preparing to unpack .../74-python3-six_1.16.0-4_all.deb ...
13:08:38 Unpacking python3-six (1.16.0-4) ...
13:08:38 Selecting previously unselected package python3-lazr.restfulclient.
13:08:38 Preparing to unpack .../75-python3-lazr.restfulclient_0.14.5-1_all.deb ...
13:08:38 Unpacking python3-lazr.restfulclient (0.14.5-1) ...
13:08:38 Selecting previously unselected package python3-software-properties.
13:08:38 Preparing to unpack .../76-python3-software-properties_0.99.30-4_all.deb ...
13:08:38 Unpacking python3-software-properties (0.99.30-4) ...
13:08:38 Selecting previously unselected package software-properties-common.
13:08:38 Preparing to unpack .../77-software-properties-common_0.99.30-4_all.deb ...
13:08:38 Unpacking software-properties-common (0.99.30-4) ...
13:08:38 Setting up libksba8:armhf (1.6.3-2) ...
13:08:38 Setting up media-types (8.0.0) ...
13:08:38 Setting up systemd-sysv (252.5-2) ...
13:08:38 Setting up docker-buildx-plugin (0.10.2-1~debian.12~bookworm) ...
13:08:38 Setting up docker-scan-plugin (0.23.0~debian-bookworm) ...
13:08:38 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
13:08:38 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
13:08:38 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
13:08:39 Fedora Modular 36 - x86_64 - Updates             81 kB/s |  23 kB     00:00    
13:08:39 Setting up libkeyutils1:armhf (1.6.3-2) ...
13:08:39 Setting up libpsl5:armhf (0.21.0-1.2) ...
13:08:39 Setting up libicu72:armhf (72.1-3) ...
13:08:39 Setting up apt-transport-https (2.5.5) ...
13:08:39 Setting up libyaml-0-2:armhf (0.2.5-1) ...
13:08:39 Setting up libglib2.0-0:armhf (2.74.5-1) ...
13:08:39 No schema files found: doing nothing.
13:08:39 Setting up distro-info-data (0.56) ...
13:08:39 Setting up libtirpc-common (1.3.3+ds-1) ...
13:08:39 Setting up libxmlb2:armhf (0.3.10-2) ...
13:08:39 Setting up libbrotli1:armhf (1.0.9-2+b6) ...
13:08:39 Setting up libsqlite3-0:armhf (3.40.1-1) ...
13:08:39 Setting up libnghttp2-14:armhf (1.51.0-1) ...
13:08:39 Setting up libpackagekit-glib2-18:armhf (1.2.6-2) ...
13:08:39 Setting up libnpth0:armhf (1.6-3) ...
13:08:39 Setting up libassuan0:armhf (2.5.5-5) ...
13:08:39 Setting up libunwind8:armhf (1.6.2-3) ...
13:08:39 Setting up libkrb5support0:armhf (1.20.1-1) ...
13:08:39 Setting up libsasl2-modules-db:armhf (2.1.28+dfsg-10) ...
13:08:39 Setting up libcap2-bin (1:2.66-3) ...
13:08:39 Setting up libglib2.0-data (2.74.5-1) ...
13:08:39 Setting up gnupg-l10n (2.2.40-1) ...
13:08:39 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
13:08:39 invoke-rc.d: could not determine current runlevel
13:08:39 invoke-rc.d: policy-rc.d denied execution of start.
13:08:39 Setting up docker-compose-plugin (2.16.0-1~debian.12~bookworm) ...
13:08:39 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
13:08:39 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:08:39  docker-ce-rootless-extras depends on dbus-user-session; however:
13:08:39   Package dbus-user-session is not installed.
13:08:39 
13:08:39 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_amd64.deb
13:08:39 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
13:08:39 Setting up libdbus-1-3:armhf (1.14.4-1) ...
13:08:39 Setting up libncursesw6:armhf (6.4-2) ...
13:08:39 Setting up libk5crypto3:armhf (1.20.1-1) ...
13:08:39 Setting up libsasl2-2:armhf (2.1.28+dfsg-10) ...
13:08:39 Setting up python-apt-common (2.5.2) ...
13:08:39 Setting up libduktape207:armhf (2.7.0-1+b1) ...
13:08:39 Setting up dbus-session-bus-common (1.14.4-1) ...
13:08:39 Setting up libmpdec3:armhf (2.5.1-2) ...
13:08:39 Setting up libgirepository-1.0-1:armhf (1.74.0-3) ...
13:08:39 Setting up libssh2-1:armhf (1.10.0-3+b1) ...
13:08:39 Setting up sgml-base (1.31) ...
13:08:39 Setting up libkrb5-3:armhf (1.20.1-1) ...
13:08:39 Setting up libstemmer0d:armhf (2.2.0-2) ...
13:08:39 Setting up lsb-release (12.0-1) ...
13:08:39 Setting up dbus-system-bus-common (1.14.4-1) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
13:08:39 Setting up openssl (3.0.7-2) ...
13:08:39 Setting up libelf1:armhf (0.188-2.1) ...
13:08:39 Setting up readline-common (8.2-1.3) ...
13:08:39 Setting up libxml2:armhf (2.9.14+dfsg-1.1+b3) ...
13:08:39 Setting up iso-codes (4.12.0-1) ...
13:08:39 Setting up dbus-bin (1.14.4-1) ...
13:08:39 Setting up libpolkit-gobject-1-0:armhf (122-3) ...
13:08:39 Setting up pinentry-curses (1.2.1-1) ...
13:08:39 Setting up libdw1:armhf (0.188-2.1) ...
13:08:39 Setting up libreadline8:armhf (8.2-1.3) ...
13:08:39 Setting up libglib2.0-bin (2.74.5-1) ...
13:08:39 Setting up dbus-daemon (1.14.4-1) ...
13:08:39 Setting up libldap-2.5-0:armhf (2.5.13+dfsg-3) ...
13:08:39 Setting up ca-certificates (20211016) ...
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:08:39  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.changes
13:08:39 Reading package lists...
13:08:39 Fedora 37 - x86_64 - Updates                     15 MB/s |  23 MB     00:01    
13:08:40 Building dependency tree...
13:08:40 Reading state information...
13:08:40 Correcting dependencies... Done
13:08:40 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:08:40 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
13:08:40 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:08:40 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:08:40 Skipping docker-ce, it is already installed and upgrade is not set.
13:08:40 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:08:40 The following additional packages will be installed:
13:08:40   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:08:40   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
13:08:40 Suggested packages:
13:08:40   firewalld kmod
13:08:40 Recommended packages:
13:08:40   nftables
13:08:40 Metadata cache created.
13:08:40 [DEBUG] Installing engine rpms
13:08:40 + echo '[DEBUG] Installing engine rpms'
13:08:40 ++ find rpm/rpmbuild/fedora-36/RPMS/ -type f -name '*.rpm'
13:08:40 ++ sed /src/d
13:08:40 + packages='rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-scan-plugin-0.23.0-0.fc36.x86_64.rpm
13:08:40 rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.rpm
13:08:40 rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.rpm
13:08:40 rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-compose-plugin-2.16.0-0.fc36.x86_64.rpm
13:08:40 rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.rpm
13:08:40 rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.fc36.x86_64.rpm'
13:08:40 + set -x
13:08:40 ++ source /etc/os-release
13:08:40 +++ NAME='Fedora Linux'
13:08:40 +++ VERSION='36 (Container Image)'
13:08:40 +++ ID=fedora
13:08:40 +++ VERSION_ID=36
13:08:40 +++ VERSION_CODENAME=
13:08:40 +++ PLATFORM_ID=platform:f36
13:08:40 +++ PRETTY_NAME='Fedora Linux 36 (Container Image)'
13:08:40 +++ ANSI_COLOR='0;38;2;60;110;180'
13:08:40 +++ LOGO=fedora-logo-icon
13:08:40 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:36
13:08:40 +++ HOME_URL=https://fedoraproject.org/
13:08:40 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/
13:08:40 +++ SUPPORT_URL=https://ask.fedoraproject.org/
13:08:40 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:08:40 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
13:08:40 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=36
13:08:40 +++ REDHAT_SUPPORT_PRODUCT=Fedora
13:08:40 +++ REDHAT_SUPPORT_PRODUCT_VERSION=36
13:08:40 +++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
13:08:40 +++ VARIANT='Container Image'
13:08:40 +++ VARIANT_ID=container
13:08:40 ++ echo 36
13:08:40 + product_version=36
13:08:40 + '[' 36 = rawhide ']'
13:08:40 + dnf install -y rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-scan-plugin-0.23.0-0.fc36.x86_64.rpm rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.rpm rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.rpm rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-compose-plugin-2.16.0-0.fc36.x86_64.rpm rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.rpm rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.fc36.x86_64.rpm
13:08:40 Updating certificates in /etc/ssl/certs...
13:08:40 The following NEW packages will be installed:
13:08:40   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:08:40   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
13:08:40 127 added, 0 removed; done.
13:08:40 Setting up dbus (1.14.4-1) ...
13:08:40 invoke-rc.d: could not determine current runlevel
13:08:40 invoke-rc.d: policy-rc.d denied execution of start.
13:08:40 Setting up libgssapi-krb5-2:armhf (1.20.1-1) ...
13:08:40 Setting up gir1.2-glib-2.0:armhf (1.74.0-3) ...
13:08:40 Setting up xml-core (0.18+nmu1) ...
13:08:40 0 upgraded, 10 newly installed, 0 to remove and 6 not upgraded.
13:08:40 Need to get 28.4 MB of archives.
13:08:40 After this operation, 117 MB of additional disk space will be used.
13:08:40 Get:1 http://deb.debian.org/debian bookworm/main amd64 netbase all 6.4 [12.8 kB]
13:08:40 Get:2 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.4-1 [112 kB]
13:08:40 Get:3 http://deb.debian.org/debian bookworm/main amd64 libip6tc2 amd64 1.8.9-2 [19.4 kB]
13:08:40 Get:4 http://deb.debian.org/debian bookworm/main amd64 libxtables12 amd64 1.8.9-2 [30.8 kB]
13:08:40 Get:5 http://deb.debian.org/debian bookworm/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
13:08:40 Get:6 http://deb.debian.org/debian bookworm/main amd64 libnfnetlink0 amd64 1.0.2-2 [15.1 kB]
13:08:40 Get:7 http://deb.debian.org/debian bookworm/main amd64 libnetfilter-conntrack3 amd64 1.0.9-3 [40.7 kB]
13:08:40 Get:8 http://deb.debian.org/debian bookworm/main amd64 libnftnl11 amd64 1.2.4-2 [61.6 kB]
13:08:40 Get:9 http://deb.debian.org/debian bookworm/main amd64 iptables amd64 1.8.9-2 [360 kB]
13:08:40 Get:10 https://download.docker.com/linux/debian bookworm/test amd64 containerd.io amd64 1.6.16-1 [27.7 MB]
13:08:40 dpkg-genchanges: info: including full source code in upload
13:08:40  dpkg-source -I.git --after-build .
13:08:40 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:08:40 + destination=/build
13:08:40 + mkdir -p /build
13:08:40 + mv -v /root/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb /root/docker-compose-plugin_2.16.0-1~debian.11~bullseye_armhf.deb /build
13:08:40 copied '/root/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb'
13:08:40 removed '/root/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb'
13:08:40 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb'
13:08:40 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb'
13:08:40 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb'
13:08:40 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb'
13:08:40 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc'
13:08:40 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc'
13:08:40 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz'
13:08:40 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz'
13:08:40 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.buildinfo'
13:08:40 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.buildinfo'
13:08:40 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.changes'
13:08:40 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.changes'
13:08:40 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb'
13:08:40 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb'
13:08:40 copied '/root/docker-compose-plugin_2.16.0-1~debian.11~bullseye_armhf.deb' -> '/build/docker-compose-plugin_2.16.0-1~debian.11~bullseye_armhf.deb'
13:08:40 removed '/root/docker-compose-plugin_2.16.0-1~debian.11~bullseye_armhf.deb'
13:08:40 Setting up gpgconf (2.2.40-1) ...
13:08:40 Setting up libpam-systemd:armhf (252.5-2) ...
13:08:40 Setting up libcurl4:armhf (7.87.0-2) ...
13:08:40 debconf: delaying package configuration, since apt-utils is not installed
13:08:41 Setting up libpolkit-agent-1-0:armhf (122-3) ...
13:08:41 Setting up curl (7.87.0-2) ...
13:08:41 Setting up gpg (2.2.40-1) ...
13:08:41 Setting up libgstreamer1.0-0:armhf (1.22.0-2) ...
13:08:41 Setcap worked! gst-ptp-helper is not suid!
13:08:41 Setting up gnupg-utils (2.2.40-1) ...
13:08:41 Setting up libtirpc3:armhf (1.3.3+ds-1) ...
13:08:41 Setting up gpg-agent (2.2.40-1) ...
13:08:41 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
13:08:41   Installing : containerd.io-1.6.16-3.1.el7.aarch64                       22/27 
13:08:41 Fetched 28.4 MB in 1s (48.2 MB/s)
13:08:41 Selecting previously unselected package netbase.
13:08: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 ... 11682 files and directories currently installed.)
13:08:41 Preparing to unpack .../0-netbase_6.4_all.deb ...
13:08:41 Unpacking netbase (6.4) ...
13:08:41 Selecting previously unselected package containerd.io.
13:08:41 Preparing to unpack .../1-containerd.io_1.6.16-1_amd64.deb ...
13:08:41 Unpacking containerd.io (1.6.16-1) ...
13:08:41 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
13:08:41 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
13:08:41 Last metadata expiration check: 0:00:02 ago on Wed Feb  8 13:08:39 2023.
13:08:41 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
13:08:41 Setting up gpgsm (2.2.40-1) ...
13:08:41 Setting up libcurl3-gnutls:armhf (7.87.0-2) ...
13:08:41 Setting up libappstream4:armhf (0.16.0-1) ...
13:08:41 Setting up dirmngr (2.2.40-1) ...
13:08:41 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
13:08:41 Setting up gir1.2-packagekitglib-1.0 (1.2.6-2) ...
13:08:41 Setting up gpg-wks-server (2.2.40-1) ...
13:08:41 Setting up libnsl2:armhf (1.3.0-2) ...
13:08:41 Setting up gpg-wks-client (2.2.40-1) ...
13:08:41 Setting up libpython3.11-stdlib:armhf (3.11.1-2) ...
13:08:41 Setting up gnupg (2.2.40-1) ...
13:08:41   Installing : libmnl-1.0.3-7.el7.aarch64                                 23/27 
13:08:41 Dependencies resolved.
13:08:41 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.dsc
13:08:41  debian/rules build
13:08:41 dh build --with=bash-completion
13:08:41    dh_update_autotools_config
13:08:41    dh_autoreconf
13:08:41    debian/rules override_dh_auto_build
13:08:41 make[1]: Entering directory '/root/build-deb'
13:08:41 # Build the daemon and dependencies
13:08:41 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
13:08:41 
13:08:41 Removing bundles/
13:08:41 
13:08:41 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:08:41 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
13:08:41 Setting up libpython3-stdlib:armhf (3.11.1-3) ...
13:08:41 Setting up python3.11 (3.11.1-2) ...
13:08:41 ================================================================================================
13:08:41  Package                     Arch    Version                               Repository       Size
13:08:41 ================================================================================================
13:08:41 Installing:
13:08:41  docker-buildx-plugin        x86_64  0.10.2-0.fc36                         @commandline     12 M
13:08:41  docker-ce                   x86_64  3:0.0.0~20230206193855.ab4ef4a-0.fc36 @commandline     23 M
13:08:41  docker-ce-cli               x86_64  1:0.0.0~20230206193855.ab4ef4a-0.fc36 @commandline    7.0 M
13:08:41  docker-ce-rootless-extras   x86_64  0.0.0~20230206193855.ab4ef4a-0.fc36   @commandline    3.8 M
13:08:41  docker-compose-plugin       x86_64  2.16.0-0.fc36                         @commandline     11 M
13:08:41  docker-scan-plugin          x86_64  0.23.0-0.fc36                         @commandline    3.8 M
13:08:41 Upgrading:
13:08:41  systemd-libs                x86_64  250.9-1.fc36                          updates         614 k
13:08:41 Installing dependencies:
13:08:41  container-selinux           noarch  2:2.198.0-1.fc36                      updates          51 k
13:08:41  containerd.io               x86_64  1.6.16-3.1.fc36                       docker-ce-test   32 M
13:08:41  dbus                        x86_64  1:1.14.4-1.fc36                       updates         7.2 k
13:08:41  dbus-broker                 x86_64  32-1.fc36                             updates         175 k
13:08:41  dbus-common                 noarch  1:1.14.4-1.fc36                       updates          14 k
13:08:41  device-mapper               x86_64  1.02.175-7.fc36                       fedora          139 k
13:08:41  device-mapper-libs          x86_64  1.02.175-7.fc36                       fedora          177 k
13:08:41  diffutils                   x86_64  3.8-2.fc36                            fedora          370 k
13:08:41  fuse-common                 x86_64  3.10.5-2.fc36                         fedora          8.2 k
13:08:41  fuse-overlayfs              x86_64  1.9-6.fc36                            updates          73 k
13:08:41  fuse3                       x86_64  3.10.5-2.fc36                         fedora           54 k
13:08:41  fuse3-libs                  x86_64  3.10.5-2.fc36                         fedora           92 k
13:08:41  iptables-legacy             x86_64  1.8.7-15.fc36                         fedora           54 k
13:08:41  iptables-legacy-libs        x86_64  1.8.7-15.fc36                         fedora           39 k
13:08:41  iptables-libs               x86_64  1.8.7-15.fc36                         fedora          402 k
13:08:41  kmod                        x86_64  29-7.fc36                             fedora          118 k
13:08:41  kmod-libs                   x86_64  29-7.fc36                             fedora           68 k
13:08:41  libargon2                   x86_64  20171227-9.fc36                       updates          28 k
13:08:41  libcgroup                   x86_64  2.0-4.fc36                            fedora           73 k
13:08:41  libfdisk                    x86_64  2.38-1.fc36                           updates         160 k
13:08:41  libibverbs                  x86_64  39.0-1.fc36                           fedora          400 k
13:08:41  libmnl                      x86_64  1.0.4-15.fc36                         fedora           28 k
13:08:41  libnetfilter_conntrack      x86_64  1.0.8-4.fc36                          fedora           57 k
13:08:41  libnfnetlink                x86_64  1.0.1-21.fc36                         fedora           29 k
13:08:41  libnl3                      x86_64  3.7.0-1.fc36                          updates         347 k
13:08:41  libpcap                     x86_64  14:1.10.3-1.fc36                      updates         176 k
13:08:41  libseccomp                  x86_64  2.5.3-2.fc36                          fedora           70 k
13:08:41  libselinux-utils            x86_64  3.3-4.fc36                            fedora          142 k
13:08:41  libslirp                    x86_64  4.6.1-3.fc36                          fedora           73 k
13:08:41  libutempter                 x86_64  1.2.1-6.fc36                          fedora           26 k
13:08:41  policycoreutils             x86_64  3.3-4.fc36                            fedora          202 k
13:08:41  rpm-plugin-selinux          x86_64  4.17.1-3.fc36                         updates          18 k
13:08:41  selinux-policy              noarch  36.17-1.fc36                          updates          66 k
13:08:41  selinux-policy-targeted     noarch  36.17-1.fc36                          updates         6.4 M
13:08:41  slirp4netns                 x86_64  1.2.0-0.2.beta.0.fc36                 fedora           49 k
13:08:41  systemd                     x86_64  250.9-1.fc36                          updates         4.2 M
13:08:41  systemd-pam                 x86_64  250.9-1.fc36                          updates         334 k
13:08:41  util-linux                  x86_64  2.38-1.fc36                           updates         2.3 M
13:08:41  xkeyboard-config            noarch  2.35.1-1.fc36                         fedora          878 k
13:08:41  xz                          x86_64  5.2.5-9.fc36                          fedora          214 k
13:08:41 Installing weak dependencies:
13:08:41  cryptsetup-libs             x86_64  2.4.3-2.fc36                          fedora          432 k
13:08:41  libbpf                      x86_64  2:0.7.0-3.fc36                        updates         159 k
13:08:41  libxkbcommon                x86_64  1.4.0-1.fc36                          fedora          140 k
13:08:41  qrencode-libs               x86_64  4.1.1-2.fc36                          fedora           61 k
13:08:41  systemd-networkd            x86_64  250.9-1.fc36                          updates         617 k
13:08:41  systemd-resolved            x86_64  250.9-1.fc36                          updates         276 k
13:08:41 
13:08:41 Transaction Summary
13:08:41 ================================================================================================
13:08:41 Install  52 Packages
13:08:41 Upgrade   1 Package
13:08:41 
13:08:41 Total size: 112 M
13:08:41 Total download size: 52 M
13:08:41 Downloading Packages:
13:08:42  * base: download.cf.centos.org
13:08:42  * extras: download.cf.centos.org
13:08:42  * updates: download.cf.centos.org
13:08:42   Installing : libnetfilter_conntrack-1.0.6-1.el7_3.aarch64               24/27 
13:08:42 Setting up gnupg2 (2.2.40-1) ...
13:08:42 Setting up python3 (3.11.1-3) ...
13:08:42 Setting up python3-six (1.16.0-4) ...
13:08:42 Setting up python3-pyparsing (3.0.9-1) ...
13:08:42 Setting up python3-gi (3.42.2-3+b1) ...
13:08:42 (1/47): device-mapper-1.02.175-7.fc36.x86_64.rp 482 kB/s | 139 kB     00:00    
13:08:42 (2/47): cryptsetup-libs-2.4.3-2.fc36.x86_64.rpm 1.4 MB/s | 432 kB     00:00    
13:08:42 (3/47): device-mapper-libs-1.02.175-7.fc36.x86_  19 MB/s | 177 kB     00:00    
13:08:42 (4/47): diffutils-3.8-2.fc36.x86_64.rpm          25 MB/s | 370 kB     00:00    
13:08:42 (5/47): fuse-common-3.10.5-2.fc36.x86_64.rpm    699 kB/s | 8.2 kB     00:00    
13:08:42 (6/47): fuse3-3.10.5-2.fc36.x86_64.rpm          5.2 MB/s |  54 kB     00:00    
13:08:42 (7/47): fuse3-libs-3.10.5-2.fc36.x86_64.rpm     8.7 MB/s |  92 kB     00:00    
13:08:42 (8/47): iptables-legacy-1.8.7-15.fc36.x86_64.rp 5.8 MB/s |  54 kB     00:00    
13:08:42 (9/47): iptables-legacy-libs-1.8.7-15.fc36.x86_ 4.3 MB/s |  39 kB     00:00    
13:08:42 (10/47): iptables-libs-1.8.7-15.fc36.x86_64.rpm  32 MB/s | 402 kB     00:00    
13:08:42 (11/47): kmod-29-7.fc36.x86_64.rpm              8.7 MB/s | 118 kB     00:00    
13:08:42 (12/47): kmod-libs-29-7.fc36.x86_64.rpm         6.6 MB/s |  68 kB     00:00    
13:08:42 (13/47): libcgroup-2.0-4.fc36.x86_64.rpm        7.7 MB/s |  73 kB     00:00    
13:08:42 (14/47): libibverbs-39.0-1.fc36.x86_64.rpm       34 MB/s | 400 kB     00:00    
13:08:42 (15/47): libmnl-1.0.4-15.fc36.x86_64.rpm        2.5 MB/s |  28 kB     00:00    
13:08:42 (16/47): libnetfilter_conntrack-1.0.8-4.fc36.x8 7.9 MB/s |  57 kB     00:00    
13:08:42 (17/47): libnfnetlink-1.0.1-21.fc36.x86_64.rpm  4.0 MB/s |  29 kB     00:00    
13:08:42 (18/47): libseccomp-2.5.3-2.fc36.x86_64.rpm     8.7 MB/s |  70 kB     00:00    
13:08:42 (19/47): libselinux-utils-3.3-4.fc36.x86_64.rpm  14 MB/s | 142 kB     00:00    
13:08:42 (20/47): libslirp-4.6.1-3.fc36.x86_64.rpm       7.6 MB/s |  73 kB     00:00    
13:08:42 (21/47): libutempter-1.2.1-6.fc36.x86_64.rpm    3.5 MB/s |  26 kB     00:00    
13:08:42 (22/47): libxkbcommon-1.4.0-1.fc36.x86_64.rpm    17 MB/s | 140 kB     00:00    
13:08:42 (23/47): policycoreutils-3.3-4.fc36.x86_64.rpm   20 MB/s | 202 kB     00:00    
13:08:42 (24/47): qrencode-libs-4.1.1-2.fc36.x86_64.rpm  6.4 MB/s |  61 kB     00:00    
13:08:42 (25/47): slirp4netns-1.2.0-0.2.beta.0.fc36.x86_ 6.8 MB/s |  49 kB     00:00    
13:08:42 (26/47): xkeyboard-config-2.35.1-1.fc36.noarch.  60 MB/s | 878 kB     00:00    
13:08:42 (27/47): xz-5.2.5-9.fc36.x86_64.rpm              15 MB/s | 214 kB     00:00    
13:08:42 (28/47): container-selinux-2.198.0-1.fc36.noarc 5.3 MB/s |  51 kB     00:00    
13:08:42 (29/47): dbus-1.14.4-1.fc36.x86_64.rpm          1.0 MB/s | 7.2 kB     00:00    
13:08:42 (30/47): dbus-common-1.14.4-1.fc36.noarch.rpm   2.9 MB/s |  14 kB     00:00    
13:08:42 (31/47): fuse-overlayfs-1.9-6.fc36.x86_64.rpm    14 MB/s |  73 kB     00:00    
13:08:42 (32/47): dbus-broker-32-1.fc36.x86_64.rpm       7.7 MB/s | 175 kB     00:00    
13:08:42 (33/47): libargon2-20171227-9.fc36.x86_64.rpm   3.1 MB/s |  28 kB     00:00    
13:08:42 (34/47): libbpf-0.7.0-3.fc36.x86_64.rpm          17 MB/s | 159 kB     00:00    
13:08:42 (35/47): libfdisk-2.38-1.fc36.x86_64.rpm         15 MB/s | 160 kB     00:00    
13:08:42 (36/47): libnl3-3.7.0-1.fc36.x86_64.rpm          25 MB/s | 347 kB     00:00    
13:08:42 (37/47): libpcap-1.10.3-1.fc36.x86_64.rpm        10 MB/s | 176 kB     00:00    
13:08:42 (38/47): rpm-plugin-selinux-4.17.1-3.fc36.x86_6 1.3 MB/s |  18 kB     00:00    
13:08:42 (39/47): selinux-policy-36.17-1.fc36.noarch.rpm 5.2 MB/s |  66 kB     00:00    
13:08:42 Selecting previously unselected package dbus-user-session.
13:08:42 Preparing to unpack .../2-dbus-user-session_1.14.4-1_amd64.deb ...
13:08:42 Unpacking dbus-user-session (1.14.4-1) ...
13:08:42 Selecting previously unselected package libip6tc2:amd64.
13:08:42 Preparing to unpack .../3-libip6tc2_1.8.9-2_amd64.deb ...
13:08:42 Unpacking libip6tc2:amd64 (1.8.9-2) ...
13:08:42 Selecting previously unselected package libxtables12:amd64.
13:08:42 Preparing to unpack .../4-libxtables12_1.8.9-2_amd64.deb ...
13:08:42 Unpacking libxtables12:amd64 (1.8.9-2) ...
13:08:42 Selecting previously unselected package libmnl0:amd64.
13:08:42 Preparing to unpack .../5-libmnl0_1.0.4-3_amd64.deb ...
13:08:42 Unpacking libmnl0:amd64 (1.0.4-3) ...
13:08:42 Selecting previously unselected package libnfnetlink0:amd64.
13:08:42 Preparing to unpack .../6-libnfnetlink0_1.0.2-2_amd64.deb ...
13:08:42 Unpacking libnfnetlink0:amd64 (1.0.2-2) ...
13:08:42 Selecting previously unselected package libnetfilter-conntrack3:amd64.
13:08:42 Preparing to unpack .../7-libnetfilter-conntrack3_1.0.9-3_amd64.deb ...
13:08:42 Unpacking libnetfilter-conntrack3:amd64 (1.0.9-3) ...
13:08:43   Installing : iptables-1.4.21-35.el7.aarch64                             25/27 
13:08:43 Setting up python3-httplib2 (0.20.4-3) ...
13:08:43 Setting up python3-cffi-backend:armhf (1.15.1-5+b1) ...
13:08:43 Setting up python3-blinker (1.5-1) ...
13:08:43 (40/47): containerd.io-1.6.16-3.1.fc36.x86_64.r  46 MB/s |  32 MB     00:00    
13:08:43 (41/47): systemd-networkd-250.9-1.fc36.x86_64.r  31 MB/s | 617 kB     00:00    
13:08:43 (42/47): selinux-policy-targeted-36.17-1.fc36.n  30 MB/s | 6.4 MB     00:00    
13:08:43 (43/47): systemd-250.9-1.fc36.x86_64.rpm         19 MB/s | 4.2 MB     00:00    
13:08:43 (44/47): systemd-pam-250.9-1.fc36.x86_64.rpm    5.5 MB/s | 334 kB     00:00    
13:08:43 (45/47): systemd-libs-250.9-1.fc36.x86_64.rpm    48 MB/s | 614 kB     00:00    
13:08:43 Selecting previously unselected package libnftnl11:amd64.
13:08:43 Preparing to unpack .../8-libnftnl11_1.2.4-2_amd64.deb ...
13:08:43 Unpacking libnftnl11:amd64 (1.2.4-2) ...
13:08:43 Selecting previously unselected package iptables.
13:08:43 Preparing to unpack .../9-iptables_1.8.9-2_amd64.deb ...
13:08:43 Unpacking iptables (1.8.9-2) ...
13:08:43 Setting up libip6tc2:amd64 (1.8.9-2) ...
13:08:43 Setting up dbus-user-session (1.14.4-1) ...
13:08:43 Setting up libmnl0:amd64 (1.0.4-3) ...
13:08:43 Setting up containerd.io (1.6.16-1) ...
13:08:43 Setting up python3-pkg-resources (65.6.3-1) ...
13:08:43 (46/47): systemd-resolved-250.9-1.fc36.x86_64.r  12 MB/s | 276 kB     00:00    
13:08:43 (47/47): util-linux-2.38-1.fc36.x86_64.rpm       65 MB/s | 2.3 MB     00:00    
13:08:43 --------------------------------------------------------------------------------
13:08:43 Total                                            36 MB/s |  52 MB     00:01     
13:08:43 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:08:43 Setting up libxtables12:amd64 (1.8.9-2) ...
13:08:43 Setting up libnfnetlink0:amd64 (1.0.2-2) ...
13:08:43 Setting up netbase (6.4) ...
13:08:43 Setting up libnftnl11:amd64 (1.2.4-2) ...
13:08:43 Setting up libnetfilter-conntrack3:amd64 (1.0.9-3) ...
13:08:43 Setting up iptables (1.8.9-2) ...
13:08:43 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:08:43 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:08:43 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:08:43 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:08:43 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:08:43 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:08:43 Processing triggers for libc-bin (2.36-8) ...
13:08:43 + verify_binaries
13:08:43 + docker --version
13:08:43 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:08:43 ++ uname -m
13:08:43 + '[' x86_64 = x86_64 ']'
13:08:43 + docker scan --help
13:08:43 Setting up python3-dbus (1.3.2-4+b1) ...
13:08:43 Setting up python3-distro (1.8.0-1) ...
13:08:43 
13:08:43 Usage:  docker scan [OPTIONS] IMAGE
13:08:43 
13:08:43 A tool to scan your images
13:08:43 
13:08:43 Options:
13:08:43       --accept-license    Accept using a third party scanning provider
13:08:43       --dependency-tree   Show dependency tree with scan results
13:08:43       --exclude-base      Exclude base image from vulnerability scanning
13:08:43                           (requires --file)
13:08:43   -f, --file string       Dockerfile associated with image, provides more
13:08:43                           detailed results
13:08:43       --group-issues      Aggregate duplicated vulnerabilities and group
13:08:43                           them to a single one (requires --json)
13:08:43       --json              Output results in JSON format
13:08:43       --login             Authenticate to the scan provider using an
13:08:43                           optional token (with --token), or web base
13:08:43                           token if empty
13:08:43       --reject-license    Reject using a third party scanning provider
13:08:43       --severity string   Only report vulnerabilities of provided level
13:08:43                           or higher (low|medium|high)
13:08:43       --token string      Authentication token to login to the third
13:08:43                           party scanning provider
13:08:43       --version           Display version of the scan plugin
13:08:43 + docker buildx version
13:08:43 github.com/docker/buildx v0.10.2 00ed17d
13:08:43 + docker compose version
13:08:43 Setting up python3-jwt (2.6.0-1) ...
13:08:43 Setting up python3-apt (2.5.2+b1) ...
13:08:43 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
13:08:44 Docker CE Test - x86_64                         6.7 kB/s | 1.6 kB     00:00    
13:08:44 Importing GPG key 0x621E9F35:
13:08:44  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
13:08:44  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
13:08:44  From       : https://download.docker.com/linux/fedora/gpg
13:08:44 Key imported successfully
13:08:44 Docker Compose version v2.16.0
13:08:44 + dockerd --version
13:08:44 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:08:44 + docker-proxy --version
13:08:44 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:08:44 + containerd --version
13:08:44 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:44 + ctr --version
13:08:44 ctr containerd.io 1.6.16
13:08:44 + containerd-shim --help
13:08:44 Usage of containerd-shim:
13:08:44   -address string
13:08:44     	grpc address back to main containerd
13:08:44   -containerd-binary containerd publish
13:08:44     	path to containerd binary (used for containerd publish) (default "containerd")
13:08:44   -criu string
13:08:44     	path to criu binary
13:08:44   -debug
13:08:44     	enable debug output in logs
13:08:44   -namespace string
13:08:44     	namespace that owns the shim
13:08:44   -runtime-root string
13:08:44     	root directory for the runtime (default "/run/containerd/runc")
13:08:44   -socket string
13:08:44     	socket path to serve
13:08:44   -systemd-cgroup
13:08:44     	set runtime to use systemd-cgroup
13:08:44   -workdir string
13:08:44     	path used to storge large temporary data
13:08:44 + containerd-shim-runc-v1 -v
13:08:44 containerd-shim-runc-v1:
13:08:44   Version:  1.6.16
13:08:44   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:44   Go version: go1.18.10
13:08:44 
13:08:44 + containerd-shim-runc-v2 -v
13:08:44 containerd-shim-runc-v2:
13:08:44   Version:  1.6.16
13:08:44   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:44   Go version: go1.18.10
13:08:44 
13:08:44 + runc --version
13:08:44 runc version 1.1.4
13:08:44 commit: v1.1.4-0-g5fd4c4d
13:08:44 spec: 1.0.2-dev
13:08:44 go: go1.18.10
13:08:44 libseccomp: 2.5.4
13:08:44 Setting up python3-lazr.uri (1.0.6-3) ...
13:08:44 Setting up python3-cryptography (38.0.4-2) ...
13:08:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:08:44 Setting up python3-wadllib (1.3.6-4) ...
13:08:44 + make IMAGE=debian:bullseye verify
13:08:44 docker run  --rm -i \
13:08:44 	-v "$(pwd):/v" \
13:08:44 	-e DEBIAN_FRONTEND=noninteractive \
13:08:44 	-e PACKAGE_REPO=staging \
13:08:44 	-w /v \
13:08:44 	debian:bullseye ./verify
13:08:44 Unable to find image 'debian:bullseye' locally
13:08:44 Setting up python3-oauthlib (3.2.2-1) ...
13:08:44 Setting up python3-lazr.restfulclient (0.14.5-1) ...
13:08:44 bullseye: Pulling from library/debian
13:08:44 7a21a86b3957: Already exists
13:08:44 Digest: sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b
13:08:44 Status: Downloaded newer image for debian:bullseye
13:08:44 Running transaction check
13:08:44 Transaction check succeeded.
13:08:44 Running transaction test
13:08:44 Setting up python3-software-properties (0.99.30-4) ...
13:08:44 Processing triggers for libc-bin (2.36-8) ...
13:08:44 Processing triggers for systemd (252.5-2) ...
13:08:44 Processing triggers for sgml-base (1.31) ...
13:08:44 Setting up polkitd (122-3) ...
13:08:45 Creating group 'polkitd' with GID 997.
13:08:45 Creating user 'polkitd' (polkit) with UID 997 and GID 997.
13:08:45 invoke-rc.d: could not determine current runlevel
13:08:45 invoke-rc.d: policy-rc.d denied execution of reload.
13:08:45 start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory)
13:08:45 Setting up packagekit (1.2.6-2) ...
13:08:45 invoke-rc.d: could not determine current runlevel
13:08:45 invoke-rc.d: policy-rc.d denied execution of force-reload.
13:08:45 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
13:08:45 + verify
13:08:45 + dpkg --version
13:08:45 + verify_deb
13:08:45 + apt-get update
13:08:45 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
13:08:45 Setting up software-properties-common (0.99.30-4) ...
13:08:45 Processing triggers for ca-certificates (20211016) ...
13:08:45 Updating certificates in /etc/ssl/certs...
13:08:45 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:08:45 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:08:45 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:08:45 0 added, 0 removed; done.
13:08:45 Running hooks in /etc/ca-certificates/update.d...
13:08:45 done.
13:08:45 Processing triggers for dbus (1.14.4-1) ...
13:08:45 ++ source /etc/os-release
13:08:45 +++ PRETTY_NAME='Debian GNU/Linux bookworm/sid'
13:08:45 +++ NAME='Debian GNU/Linux'
13:08:45 +++ VERSION_CODENAME=bookworm
13:08:45 +++ ID=debian
13:08:45 +++ HOME_URL=https://www.debian.org/
13:08:45 +++ SUPPORT_URL=https://www.debian.org/support
13:08:45 +++ BUG_REPORT_URL=https://bugs.debian.org/
13:08:45 ++ echo debian
13:08:45 + DIST_ID=debian
13:08:45 ++ lsb_release -sc
13:08:45 Get:4 http://deb.debian.org/debian bullseye/main armhf Packages [7945 kB]
13:08:45 Get:5 http://deb.debian.org/debian-security bullseye-security/main armhf Packages [218 kB]
13:08:45 Get:6 http://deb.debian.org/debian bullseye-updates/main armhf Packages [12.0 kB]
13:08:45 Transaction test succeeded.
13:08:45 Running transaction
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:08:45 + DIST_VERSION=bookworm
13:08:45 + '[' bookworm = sid ']'
13:08:45 + install_debian_containerd
13:08:45 + '[' staging = stage ']'
13:08:45 + REPO_URL=https://download.docker.com/linux/debian
13:08:45 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
13:08:45 + update-ca-certificates -f
13:08:45 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
13:08:45 Clearing symlinks in /etc/ssl/certs...
13:08:45 done.
13:08:45 Updating certificates in /etc/ssl/certs...
13:08:46   Installing : docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0   26/27 
13:08:46   Installing : 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64     27/27 
13:08:46   Verifying  : libnfnetlink-1.0.1-4.el7.aarch64                            1/27 
13:08:46   Verifying  : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch          2/27 
13:08:46   Verifying  : iptables-1.4.21-35.el7.aarch64                              3/27 
13:08:46   Verifying  : libmnl-1.0.3-7.el7.aarch64                                  4/27 
13:08:46   Verifying  : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch           5/27 
13:08:46   Verifying  : containerd.io-1.6.16-3.1.el7.aarch64                        6/27 
13:08:46   Verifying  : libsemanage-python-2.5-14.el7.aarch64                       7/27 
13:08:46 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
13:08:46 127 added, 0 removed; done.
13:08:46 Running hooks in /etc/ca-certificates/update.d...
13:08:46 done.
13:08:46 + curl -fsSL https://download.docker.com/linux/debian/gpg
13:08:46 + apt-key add -
13:08:46 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
13:08:46   Verifying  : python-IPy-0.75-6.el7.noarch                                8/27 
13:08:46   Verifying  : policycoreutils-2.5-34.el7.aarch64                          9/27 
13:08:46   Verifying  : libselinux-python-2.5-15.el7.aarch64                       10/27 
13:08:46   Verifying  : fuse3-libs-3.6.1-4.el7.aarch64                             11/27 
13:08:46   Verifying  : slirp4netns-0.4.3-4.el7_8.aarch64                          12/27 
13:08:46   Verifying  : docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0   13/27 
13:08:46   Verifying  : libselinux-utils-2.5-15.el7.aarch64                        14/27 
13:08:46   Verifying  : checkpolicy-2.5-8.el7.aarch64                              15/27 
13:08:46   Verifying  : audit-libs-python-2.8.5-4.el7.aarch64                      16/27 
13:08:46   Verifying  : docker-compose-plugin-2.16.0-0.el7.aarch64                 17/27 
13:08:46   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   18/27 
13:08:46   Verifying  : libcgroup-0.41-21.el7.aarch64                              19/27 
13:08:46   Verifying  : setools-libs-3.3.8-4.el7.aarch64                           20/27 
13:08:46   Verifying  : 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64     21/27 
13:08:46   Verifying  : policycoreutils-python-2.5-34.el7.aarch64                  22/27 
13:08:46   Verifying  : 1:docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch   23/27 
13:08:46   Verifying  : libseccomp-2.3.1-4.el7.aarch64                             24/27 
13:08:46   Verifying  : docker-buildx-plugin-0.10.2-0.el7.aarch64                  25/27 
13:08:46   Verifying  : libnetfilter_conntrack-1.0.6-1.el7_3.aarch64               26/27 
13:08:46   Verifying  : fuse-overlayfs-0.7.2-6.el7_8.aarch64                       27/27 
13:08:46 
13:08:46 Installed:
13:08:46   docker-buildx-plugin.aarch64 0:0.10.2-0.el7                                   
13:08:46   docker-ce.aarch64 3:0.0.0~20230206193855.ab4ef4a-0.el7                        
13:08:46   docker-ce-cli.aarch64 1:0.0.0~20230206193855.ab4ef4a-0.el7                    
13:08:46   docker-ce-rootless-extras.aarch64 0:0.0.0~20230206193855.ab4ef4a-0.el7        
13:08:46   docker-compose-plugin.aarch64 0:2.16.0-0.el7                                  
13:08:46 
13:08:46 Dependency Installed:
13:08:46   audit-libs-python.aarch64 0:2.8.5-4.el7                                       
13:08:46   checkpolicy.aarch64 0:2.5-8.el7                                               
13:08:46   container-selinux.noarch 2:2.119.2-1.911c772.el7_8                            
13:08:46   containerd.io.aarch64 0:1.6.16-3.1.el7                                        
13:08:46   fuse-overlayfs.aarch64 0:0.7.2-6.el7_8                                        
13:08:46   fuse3-libs.aarch64 0:3.6.1-4.el7                                              
13:08:46   iptables.aarch64 0:1.4.21-35.el7                                              
13:08:46   libcgroup.aarch64 0:0.41-21.el7                                               
13:08:46   libmnl.aarch64 0:1.0.3-7.el7                                                  
13:08:46   libnetfilter_conntrack.aarch64 0:1.0.6-1.el7_3                                
13:08:46   libnfnetlink.aarch64 0:1.0.1-4.el7                                            
13:08:46   libseccomp.aarch64 0:2.3.1-4.el7                                              
13:08:46   libselinux-python.aarch64 0:2.5-15.el7                                        
13:08:46   libselinux-utils.aarch64 0:2.5-15.el7                                         
13:08:46   libsemanage-python.aarch64 0:2.5-14.el7                                       
13:08:46   policycoreutils.aarch64 0:2.5-34.el7                                          
13:08:46   policycoreutils-python.aarch64 0:2.5-34.el7                                   
13:08:46   python-IPy.noarch 0:0.75-6.el7                                                
13:08:46   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
13:08:46   selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2                           
13:08:46   setools-libs.aarch64 0:3.3.8-4.el7                                            
13:08:46   slirp4netns.aarch64 0:0.4.3-4.el7_8                                           
13:08:46 
13:08:46 Complete!
13:08:46 Fetched 8383 kB in 2s (5580 kB/s)
13:08:46   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch            1/1 
13:08:46   Preparing        :                                                        1/1 
13:08:46 + verify_binaries
13:08:46 + docker --version
13:08:46 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:08:46 ++ uname -m
13:08:46 + '[' aarch64 = x86_64 ']'
13:08:46 + docker buildx version
13:08:46 github.com/docker/buildx v0.10.2 00ed17d
13:08:46 + docker compose version
13:08:47   Upgrading        : systemd-libs-250.9-1.fc36.x86_64                      1/54 
13:08:47   Installing       : libseccomp-2.5.3-2.fc36.x86_64                        2/54 
13:08:47   Installing       : libfdisk-2.38-1.fc36.x86_64                           3/54 
13:08:47   Installing       : libselinux-utils-3.3-4.fc36.x86_64                    4/54 
13:08:47   Installing       : fuse3-libs-3.10.5-2.fc36.x86_64                       5/54 
13:08:47 Docker Compose version v2.16.0
13:08:47 + dockerd --version
13:08:47 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:08:47 + docker-proxy --version
13:08:47 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:08:47 + containerd --version
13:08:47 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:47 + ctr --version
13:08:47 ctr containerd.io 1.6.16
13:08:47 + containerd-shim --help
13:08:47 Usage of containerd-shim:
13:08:47   -address string
13:08:47     	grpc address back to main containerd
13:08:47   -containerd-binary containerd publish
13:08:47     	path to containerd binary (used for containerd publish) (default "containerd")
13:08:47   -criu string
13:08:47     	path to criu binary
13:08:47   -debug
13:08:47     	enable debug output in logs
13:08:47   -namespace string
13:08:47     	namespace that owns the shim
13:08:47   -runtime-root string
13:08:47     	root directory for the runtime (default "/run/containerd/runc")
13:08:47   -socket string
13:08:47     	socket path to serve
13:08:47   -systemd-cgroup
13:08:47     	set runtime to use systemd-cgroup
13:08:47   -workdir string
13:08:47     	path used to storge large temporary data
13:08:47 + containerd-shim-runc-v1 -v
13:08:47 containerd-shim-runc-v1:
13:08:47   Version:  1.6.16
13:08:47   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:47   Go version: go1.18.10
13:08:47 
13:08:47 + containerd-shim-runc-v2 -v
13:08:47 containerd-shim-runc-v2:
13:08:47   Version:  1.6.16
13:08:47   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:47   Go version: go1.18.10
13:08:47 
13:08:47 + runc --version
13:08:47 runc version 1.1.4
13:08:47 commit: v1.1.4-0-g5fd4c4d
13:08:47 spec: 1.0.2-dev
13:08:47 go: go1.18.10
13:08:47 libseccomp: 2.3.1
13:08:47   Installing       : diffutils-3.8-2.fc36.x86_64                           6/54 
13:08:47   Installing       : docker-buildx-plugin-0.10.2-0.fc36.x86_64             7/54 
13:08:47   Running scriptlet: docker-buildx-plugin-0.10.2-0.fc36.x86_64             7/54 
13:08:47   Installing       : docker-compose-plugin-2.16.0-0.fc36.x86_64            8/54 
13:08:47   Running scriptlet: docker-compose-plugin-2.16.0-0.fc36.x86_64            8/54 
13:08:47   Installing       : docker-scan-plugin-0.23.0-0.fc36.x86_64               9/54 
13:08:47 Reading package lists...
13:08:47 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:08:47   Running scriptlet: docker-scan-plugin-0.23.0-0.fc36.x86_64               9/54 
13:08:47   Installing       : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3   10/54 
13:08:47   Running scriptlet: docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3   10/54 
13:08:47   Installing       : libnl3-3.7.0-1.fc36.x86_64                           11/54 
13:08:47   Installing       : libibverbs-39.0-1.fc36.x86_64                        12/54 
13:08:47   Installing       : libpcap-14:1.10.3-1.fc36.x86_64                      13/54 
13:08:47   Installing       : iptables-legacy-libs-1.8.7-15.fc36.x86_64            14/54 
13:08:47   Installing       : libbpf-2:0.7.0-3.fc36.x86_64                         15/54 
13:08:47   Installing       : libargon2-20171227-9.fc36.x86_64                     16/54 
13:08:47   Installing       : dbus-common-1:1.14.4-1.fc36.noarch                   17/54 
13:08:47   Running scriptlet: dbus-common-1:1.14.4-1.fc36.noarch                   17/54 
13:08:47   Running scriptlet: dbus-broker-32-1.fc36.x86_64                         18/54 
13:08:47 Fedora Modular 37 - x86_64 - Updates            916 kB/s | 1.1 MB     00:01    
13:08:48   Installing       : dbus-broker-32-1.fc36.x86_64                         18/54 
13:08:48   Running scriptlet: dbus-broker-32-1.fc36.x86_64                         18/54 
13:08:48   Installing       : dbus-1:1.14.4-1.fc36.x86_64                          19/54 
13:08:48   Installing       : xz-5.2.5-9.fc36.x86_64                               20/54 
13:08:48   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch                21/54 
13:08:48   Installing       : libxkbcommon-1.4.0-1.fc36.x86_64                     22/54 
13:08:48   Installing       : qrencode-libs-4.1.1-2.fc36.x86_64                    23/54 
13:08:48   Running scriptlet: libutempter-1.2.1-6.fc36.x86_64                      24/54 
13:08:48   Installing       : libutempter-1.2.1-6.fc36.x86_64                      24/54 
13:08:48   Installing       : util-linux-2.38-1.fc36.x86_64                        25/54 
13:08:48 warning: /etc/adjtime created as /etc/adjtime.rpmnew
13:08:48 
13:08:48   Installing       : policycoreutils-3.3-4.fc36.x86_64                    26/54 
13:08:48   Running scriptlet: policycoreutils-3.3-4.fc36.x86_64                    26/54 
13:08:48   Installing       : rpm-plugin-selinux-4.17.1-3.fc36.x86_64              27/54 
13:08:48   Installing       : selinux-policy-36.17-1.fc36.noarch                   28/54 
13:08:48   Running scriptlet: selinux-policy-36.17-1.fc36.noarch                   28/54 
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:08:48   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          29/54 
13:08:48   Installing       : selinux-policy-targeted-36.17-1.fc36.noarch          29/54 
13:08:48 Reading package lists...
13:08:48 Building dependency tree...
13:08:48 Reading state information...
13:08:48 The following additional packages will be installed:
13:08:48   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
13:08:48   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
13:08:48   gpgsm iso-codes libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3
13:08:48   libexpat1 libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2
13:08:48   libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
13:08:48   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
13:08:48   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 media-types
13:08:48   openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus
13:08:48   python3-gi python3-minimal python3-pycurl python3-software-properties
13:08:48   python3.9 python3.9-minimal readline-common
13:08:48 Suggested packages:
13:08:48   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
13:08:48   scdaemon isoquery pinentry-doc python3-doc python3-tk python3-venv
13:08:48   python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
13:08:48   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.9-venv
13:08:48   python3.9-doc binutils binfmt-support readline-doc
13:08:48 Recommended packages:
13:08:48   dbus libglib2.0-data shared-mime-info xdg-user-dirs libldap-common libgpm2
13:08:48   packagekit publicsuffix libsasl2-modules unattended-upgrades
13:08:49 OK
13:08:49 + '[' bookworm = sid ']'
13:08:49 ++ dpkg --print-architecture
13:08:49 + ARCH=armhf
13:08:49 + echo 'deb [arch=armhf] https://download.docker.com/linux/debian bookworm test'
13:08:49 + apt-get update
13:08:49 Hit:1 http://deb.debian.org/debian bookworm InRelease
13:08:49 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
13:08:49 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
13:08:49 Get:4 https://download.docker.com/linux/debian bookworm InRelease [37.7 kB]
13:08:49 Get:5 https://download.docker.com/linux/debian bookworm/test armhf Packages [3401 B]
13:08:49 Fetched 41.1 kB in 1s (65.9 kB/s)
13:08:49 The following NEW packages will be installed:
13:08:49   apt-transport-https ca-certificates curl dirmngr distro-info-data
13:08:49   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
13:08:49   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
13:08:49   libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
13:08:49   libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2 libmpdec3
13:08:49   libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
13:08:49   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
13:08:49   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 lsb-release
13:08:49   media-types openssl pinentry-curses python-apt-common python3 python3-apt
13:08:49   python3-dbus python3-gi python3-minimal python3-pycurl
13:08:49   python3-software-properties python3.9 python3.9-minimal readline-common
13:08:49   software-properties-common
13:08:49 0 upgraded, 59 newly installed, 0 to remove and 1 not upgraded.
13:08:49 Need to get 22.0 MB of archives.
13:08:49 After this operation, 66.5 MB of additional disk space will be used.
13:08:49 Get:1 http://deb.debian.org/debian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1 [790 kB]
13:08:49 Get:2 http://deb.debian.org/debian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u5 [78.4 kB]
13:08:49 Get:3 http://deb.debian.org/debian bullseye/main armhf python3.9-minimal armhf 3.9.2-1 [1630 kB]
13:08:49 Get:4 http://deb.debian.org/debian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
13:08:49 Get:5 http://deb.debian.org/debian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
13:08:49 Get:6 http://deb.debian.org/debian bullseye/main armhf libmpdec3 armhf 2.5.1-1 [74.9 kB]
13:08:49 Get:7 http://deb.debian.org/debian bullseye/main armhf libncursesw6 armhf 6.2+20201114-2 [107 kB]
13:08:49 Get:8 http://deb.debian.org/debian bullseye/main armhf readline-common all 8.1-1 [73.7 kB]
13:08:49 Get:9 http://deb.debian.org/debian bullseye/main armhf libreadline8 armhf 8.1-1 [147 kB]
13:08:49 Get:10 http://deb.debian.org/debian bullseye/main armhf libsqlite3-0 armhf 3.34.1-3 [713 kB]
13:08:49 Get:11 http://deb.debian.org/debian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1 [1608 kB]
13:08:49 Get:12 http://deb.debian.org/debian bullseye/main armhf python3.9 armhf 3.9.2-1 [466 kB]
13:08:49 Get:13 http://deb.debian.org/debian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
13:08:49 Get:14 http://deb.debian.org/debian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
13:08:49 Get:15 http://deb.debian.org/debian-security bullseye-security/main armhf openssl armhf 1.1.1n-0+deb11u4 [829 kB]
13:08:49 Get:16 http://deb.debian.org/debian bullseye/main armhf ca-certificates all 20210119 [158 kB]
13:08:49 Get:17 http://deb.debian.org/debian bullseye/main armhf apt-transport-https all 2.2.4 [160 kB]
13:08:49 Get:18 http://deb.debian.org/debian bullseye/main armhf libbrotli1 armhf 1.0.9-2+b2 [262 kB]
13:08:49 Get:19 http://deb.debian.org/debian bullseye/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2.1+deb11u1 [67.7 kB]
13:08:49 Get:20 http://deb.debian.org/debian bullseye/main armhf libsasl2-2 armhf 2.1.27+dfsg-2.1+deb11u1 [99.2 kB]
13:08:49 Get:21 http://deb.debian.org/debian bullseye/main armhf libldap-2.4-2 armhf 2.4.57+dfsg-3+deb11u1 [210 kB]
13:08:49 Get:22 http://deb.debian.org/debian bullseye/main armhf libnghttp2-14 armhf 1.43.0-1 [65.6 kB]
13:08:49 Get:23 http://deb.debian.org/debian bullseye/main armhf libpsl5 armhf 0.21.0-1.2 [56.1 kB]
13:08:49 Get:24 http://deb.debian.org/debian bullseye/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b2 [55.2 kB]
13:08:49 Get:25 http://deb.debian.org/debian bullseye/main armhf libssh2-1 armhf 1.9.0-2 [143 kB]
13:08:49 Get:26 http://deb.debian.org/debian-security bullseye-security/main armhf libcurl4 armhf 7.74.0-1.3+deb11u5 [313 kB]
13:08:49 Get:27 http://deb.debian.org/debian-security bullseye-security/main armhf curl armhf 7.74.0-1.3+deb11u5 [262 kB]
13:08:49 Get:28 http://deb.debian.org/debian bullseye/main armhf libassuan0 armhf 2.5.3-7.1 [44.2 kB]
13:08:49 Get:29 http://deb.debian.org/debian bullseye/main armhf gpgconf armhf 2.2.27-2+deb11u2 [532 kB]
13:08:49 Get:30 http://deb.debian.org/debian-security bullseye-security/main armhf libksba8 armhf 1.5.0-3+deb11u2 [105 kB]
13:08:49 Get:31 http://deb.debian.org/debian bullseye/main armhf libnpth0 armhf 1.6-3 [17.8 kB]
13:08:49 Get:32 http://deb.debian.org/debian bullseye/main armhf dirmngr armhf 2.2.27-2+deb11u2 [722 kB]
13:08:49 Get:33 http://deb.debian.org/debian bullseye/main armhf distro-info-data all 0.51+deb11u3 [7812 B]
13:08:49 Get:34 http://deb.debian.org/debian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1206 kB]
13:08:49 Get:35 http://deb.debian.org/debian bullseye/main armhf libgirepository-1.0-1 armhf 1.66.1-1+b1 [83.9 kB]
13:08:49 Get:36 http://deb.debian.org/debian bullseye/main armhf gir1.2-glib-2.0 armhf 1.66.1-1+b1 [151 kB]
13:08:49 Get:37 http://deb.debian.org/debian bullseye/main armhf libpackagekit-glib2-18 armhf 1.2.2-2 [111 kB]
13:08:49 Get:38 http://deb.debian.org/debian bullseye/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.2-2 [36.7 kB]
13:08:49 Get:39 http://deb.debian.org/debian bullseye/main armhf gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
13:08:49 Get:40 http://deb.debian.org/debian bullseye/main armhf gnupg-utils armhf 2.2.27-2+deb11u2 [835 kB]
13:08:49 Get:41 http://deb.debian.org/debian bullseye/main armhf gpg armhf 2.2.27-2+deb11u2 [868 kB]
13:08:49 Get:42 http://deb.debian.org/debian bullseye/main armhf pinentry-curses armhf 1.1.0-4 [60.6 kB]
13:08:49 Get:43 http://deb.debian.org/debian bullseye/main armhf gpg-agent armhf 2.2.27-2+deb11u2 [630 kB]
13:08:49 Get:44 http://deb.debian.org/debian bullseye/main armhf gpg-wks-client armhf 2.2.27-2+deb11u2 [509 kB]
13:08:49 Get:45 http://deb.debian.org/debian bullseye/main armhf gpg-wks-server armhf 2.2.27-2+deb11u2 [503 kB]
13:08:49 Get:46 http://deb.debian.org/debian bullseye/main armhf gpgsm armhf 2.2.27-2+deb11u2 [617 kB]
13:08:49 Get:47 http://deb.debian.org/debian bullseye/main armhf gnupg all 2.2.27-2+deb11u2 [825 kB]
13:08:49 Get:48 http://deb.debian.org/debian bullseye/main armhf gnupg2 all 2.2.27-2+deb11u2 [434 kB]
13:08:49 Get:49 http://deb.debian.org/debian bullseye/main armhf iso-codes all 4.6.0-1 [2824 kB]
13:08:49 Get:50 http://deb.debian.org/debian-security bullseye-security/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u5 [310 kB]
13:08:49 Get:51 http://deb.debian.org/debian bullseye/main armhf libdbus-1-3 armhf 1.12.24-0+deb11u1 [199 kB]
13:08:49 Get:52 http://deb.debian.org/debian bullseye/main armhf lsb-release all 11.1.0 [27.9 kB]
13:08:49 Get:53 http://deb.debian.org/debian bullseye/main armhf python-apt-common all 2.2.1 [96.5 kB]
13:08:49 Get:54 http://deb.debian.org/debian bullseye/main armhf python3-apt armhf 2.2.1 [176 kB]
13:08:49 Get:55 http://deb.debian.org/debian bullseye/main armhf python3-dbus armhf 1.2.16-5 [101 kB]
13:08:49 Get:56 http://deb.debian.org/debian bullseye/main armhf python3-gi armhf 3.38.0-2 [218 kB]
13:08:49 Get:57 http://deb.debian.org/debian bullseye/main armhf python3-pycurl armhf 7.43.0.6-5 [66.9 kB]
13:08:49 Get:58 http://deb.debian.org/debian bullseye/main armhf python3-software-properties all 0.96.20.2-2.1 [49.7 kB]
13:08:49 Get:59 http://deb.debian.org/debian bullseye/main armhf software-properties-common all 0.96.20.2-2.1 [83.4 kB]
13:08:49 debconf: delaying package configuration, since apt-utils is not installed
13:08:49 Fetched 22.0 MB in 0s (51.5 MB/s)
13:08:49 Selecting previously unselected package libpython3.9-minimal:armhf.
13:08: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 ... 6654 files and directories currently installed.)
13:08:49 Preparing to unpack .../libpython3.9-minimal_3.9.2-1_armhf.deb ...
13:08:49 Unpacking libpython3.9-minimal:armhf (3.9.2-1) ...
13:08:49 Selecting previously unselected package libexpat1:armhf.
13:08:49 Preparing to unpack .../libexpat1_2.2.10-2+deb11u5_armhf.deb ...
13:08:49 Unpacking libexpat1:armhf (2.2.10-2+deb11u5) ...
13:08:50 Selecting previously unselected package python3.9-minimal.
13:08:50 Preparing to unpack .../python3.9-minimal_3.9.2-1_armhf.deb ...
13:08:50 Unpacking python3.9-minimal (3.9.2-1) ...
13:08:50 Setting up libpython3.9-minimal:armhf (3.9.2-1) ...
13:08:50 Setting up libexpat1:armhf (2.2.10-2+deb11u5) ...
13:08:50 Setting up python3.9-minimal (3.9.2-1) ...
13:08:50 Reading package lists...
13:08:50 W: https://download.docker.com/linux/debian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
13:08:50 ++ find deb/debbuild/debian-bookworm/ -type f -name '*.deb'
13:08:50 + packages='deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_armhf.deb
13:08:50 deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb
13:08:50 deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb
13:08:50 deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb
13:08:50 deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb'
13:08:50 ++ echo 'deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_armhf.deb
13:08:50 deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb
13:08:50 deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb
13:08:50 deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb
13:08:50 deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb'
13:08:50 ++ awk '$0="./"$0'
13:08:50 ++ xargs
13:08:50 + packages='./deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb'
13:08:50 + set -x
13:08:50 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb
13:08:50 Selecting previously unselected package docker-compose-plugin.
13:08:50 (Reading database ... 11445 files and directories currently installed.)
13:08:50 Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.12~bookworm_armhf.deb ...
13:08:50 Unpacking docker-compose-plugin (2.16.0-1~debian.12~bookworm) ...
13:08:50 Dependencies resolved.
13:08:50 ================================================================================
13:08:50  Package                      Arch       Version              Repository   Size
13:08:50 ================================================================================
13:08:50 Installing:
13:08:50  dnf-plugins-core             noarch     4.3.1-1.fc37         fedora       34 k
13:08:50 Installing dependencies:
13:08:50  dbus-libs                    x86_64     1:1.14.4-1.fc37      updates     155 k
13:08:50  python3-dateutil             noarch     1:2.8.2-4.fc37       fedora      361 k
13:08:50  python3-dbus                 x86_64     1.3.2-1.fc37         updates     157 k
13:08:50  python3-distro               noarch     1.7.0-3.fc37         fedora       48 k
13:08:50  python3-dnf-plugins-core     noarch     4.3.1-1.fc37         fedora      278 k
13:08:50  python3-six                  noarch     1.16.0-8.fc37        fedora       42 k
13:08:50 
13:08:50 Transaction Summary
13:08:50 ================================================================================
13:08:50 Install  7 Packages
13:08:50 
13:08:50 Total download size: 1.1 M
13:08:50 Installed size: 3.2 M
13:08:50 Downloading Packages:
13:08:50 Selecting previously unselected package docker-ce-cli.
13:08:50 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ...
13:08:50 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
13:08:51 Selecting previously unselected package python3-minimal.
13:08:51 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6948 files and directories currently installed.)
13:08:51 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
13:08:51 Unpacking python3-minimal (3.9.2-3) ...
13:08:51 Selecting previously unselected package media-types.
13:08:51 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
13:08:51 Unpacking media-types (4.0.0) ...
13:08:51 Selecting previously unselected package libmpdec3:armhf.
13:08:51 Preparing to unpack .../2-libmpdec3_2.5.1-1_armhf.deb ...
13:08:51 Unpacking libmpdec3:armhf (2.5.1-1) ...
13:08:51 Selecting previously unselected package libncursesw6:armhf.
13:08:51 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_armhf.deb ...
13:08:51 Unpacking libncursesw6:armhf (6.2+20201114-2) ...
13:08:51 Selecting previously unselected package readline-common.
13:08:51 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
13:08:51 Unpacking readline-common (8.1-1) ...
13:08:51 Selecting previously unselected package libreadline8:armhf.
13:08:51 Preparing to unpack .../5-libreadline8_8.1-1_armhf.deb ...
13:08:51 Unpacking libreadline8:armhf (8.1-1) ...
13:08:51 Selecting previously unselected package libsqlite3-0:armhf.
13:08:51 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_armhf.deb ...
13:08:51 Unpacking libsqlite3-0:armhf (3.34.1-3) ...
13:08:51 Selecting previously unselected package docker-ce.
13:08:51 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ...
13:08:51 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
13:08:51 Selecting previously unselected package libpython3.9-stdlib:armhf.
13:08:51 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_armhf.deb ...
13:08:51 Unpacking libpython3.9-stdlib:armhf (3.9.2-1) ...
13:08:51 Selecting previously unselected package python3.9.
13:08:51 Preparing to unpack .../8-python3.9_3.9.2-1_armhf.deb ...
13:08:51 Unpacking python3.9 (3.9.2-1) ...
13:08:51 Selecting previously unselected package libpython3-stdlib:armhf.
13:08:51 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_armhf.deb ...
13:08:51 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
13:08:51 Setting up python3-minimal (3.9.2-3) ...
13:08:51 (1/7): dnf-plugins-core-4.3.1-1.fc37.noarch.rpm 118 kB/s |  34 kB     00:00    
13:08:51 (2/7): python3-distro-1.7.0-3.fc37.noarch.rpm   165 kB/s |  48 kB     00:00    
13:08:51 (3/7): python3-dateutil-2.8.2-4.fc37.noarch.rpm 1.2 MB/s | 361 kB     00:00    
13:08:51 (4/7): python3-dnf-plugins-core-4.3.1-1.fc37.no  18 MB/s | 278 kB     00:00    
13:08:51 (5/7): python3-six-1.16.0-8.fc37.noarch.rpm     3.0 MB/s |  42 kB     00:00    
13:08:51 (6/7): dbus-libs-1.14.4-1.fc37.x86_64.rpm        12 MB/s | 155 kB     00:00    
13:08:51 (7/7): python3-dbus-1.3.2-1.fc37.x86_64.rpm      15 MB/s | 157 kB     00:00    
13:08:51 --------------------------------------------------------------------------------
13:08:51 Total                                           800 kB/s | 1.1 MB     00:01     
13:08:51 Selecting previously unselected package python3.
13:08:51 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7386 files and directories currently installed.)
13:08:51 Preparing to unpack .../00-python3_3.9.2-3_armhf.deb ...
13:08:51 Unpacking python3 (3.9.2-3) ...
13:08:51 Selecting previously unselected package openssl.
13:08:51 Preparing to unpack .../01-openssl_1.1.1n-0+deb11u4_armhf.deb ...
13:08:51 Unpacking openssl (1.1.1n-0+deb11u4) ...
13:08:51 Selecting previously unselected package ca-certificates.
13:08:51 Preparing to unpack .../02-ca-certificates_20210119_all.deb ...
13:08:51 Unpacking ca-certificates (20210119) ...
13:08:51 Selecting previously unselected package apt-transport-https.
13:08:51 Preparing to unpack .../03-apt-transport-https_2.2.4_all.deb ...
13:08:51 Unpacking apt-transport-https (2.2.4) ...
13:08:52 Running transaction check
13:08:52 Transaction check succeeded.
13:08:52 Running transaction test
13:08:52 Transaction test succeeded.
13:08:52 Running transaction
13:08:52   Preparing        :                                                        1/1 
13:08:52   Installing       : dbus-libs-1:1.14.4-1.fc37.x86_64                       1/7 
13:08:52   Installing       : python3-dbus-1.3.2-1.fc37.x86_64                       2/7 
13:08:52   Installing       : python3-six-1.16.0-8.fc37.noarch                       3/7 
13:08:52   Installing       : python3-dateutil-1:2.8.2-4.fc37.noarch                 4/7 
13:08:52   Installing       : python3-distro-1.7.0-3.fc37.noarch                     5/7 
13:08:52   Installing       : python3-dnf-plugins-core-4.3.1-1.fc37.noarch           6/7 
13:08:52   Installing       : dnf-plugins-core-4.3.1-1.fc37.noarch                   7/7 
13:08:52 Selecting previously unselected package libbrotli1:armhf.
13:08:52 Preparing to unpack .../04-libbrotli1_1.0.9-2+b2_armhf.deb ...
13:08:52 Unpacking libbrotli1:armhf (1.0.9-2+b2) ...
13:08:52 Selecting previously unselected package libsasl2-modules-db:armhf.
13:08:52 Preparing to unpack .../05-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
13:08:52 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ...
13:08:52 Selecting previously unselected package libsasl2-2:armhf.
13:08:52 Preparing to unpack .../06-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
13:08:52 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ...
13:08:52 Selecting previously unselected package libldap-2.4-2:armhf.
13:08:52 Preparing to unpack .../07-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_armhf.deb ...
13:08:52 Unpacking libldap-2.4-2:armhf (2.4.57+dfsg-3+deb11u1) ...
13:08:52 Selecting previously unselected package libnghttp2-14:armhf.
13:08:52 Preparing to unpack .../08-libnghttp2-14_1.43.0-1_armhf.deb ...
13:08:52 Unpacking libnghttp2-14:armhf (1.43.0-1) ...
13:08:52 Selecting previously unselected package docker-ce-rootless-extras.
13:08:52 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ...
13:08:52 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
13:08:52   Running scriptlet: dnf-plugins-core-4.3.1-1.fc37.noarch                   7/7 
13:08:52   Verifying        : dnf-plugins-core-4.3.1-1.fc37.noarch                   1/7 
13:08:52   Verifying        : python3-dateutil-1:2.8.2-4.fc37.noarch                 2/7 
13:08:52   Verifying        : python3-distro-1.7.0-3.fc37.noarch                     3/7 
13:08:52   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc37.noarch           4/7 
13:08:52   Verifying        : python3-six-1.16.0-8.fc37.noarch                       5/7 
13:08:52   Verifying        : dbus-libs-1:1.14.4-1.fc37.x86_64                       6/7 
13:08:52   Verifying        : python3-dbus-1.3.2-1.fc37.x86_64                       7/7 
13:08:52 
13:08:52 Installed:
13:08:52   dbus-libs-1:1.14.4-1.fc37.x86_64                                              
13:08:52   dnf-plugins-core-4.3.1-1.fc37.noarch                                          
13:08:52   python3-dateutil-1:2.8.2-4.fc37.noarch                                        
13:08:52   python3-dbus-1.3.2-1.fc37.x86_64                                              
13:08:52   python3-distro-1.7.0-3.fc37.noarch                                            
13:08:52   python3-dnf-plugins-core-4.3.1-1.fc37.noarch                                  
13:08:52   python3-six-1.16.0-8.fc37.noarch                                              
13:08:52 
13:08:52 Complete!
13:08:52 Selecting previously unselected package libpsl5:armhf.
13:08:52 Preparing to unpack .../09-libpsl5_0.21.0-1.2_armhf.deb ...
13:08:52 Unpacking libpsl5:armhf (0.21.0-1.2) ...
13:08:52 Selecting previously unselected package librtmp1:armhf.
13:08:52 Preparing to unpack .../10-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armhf.deb ...
13:08:52 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
13:08:52 Selecting previously unselected package libssh2-1:armhf.
13:08:52 Preparing to unpack .../11-libssh2-1_1.9.0-2_armhf.deb ...
13:08:52 Unpacking libssh2-1:armhf (1.9.0-2) ...
13:08:52 Selecting previously unselected package libcurl4:armhf.
13:08:52 Preparing to unpack .../12-libcurl4_7.74.0-1.3+deb11u5_armhf.deb ...
13:08:52 Unpacking libcurl4:armhf (7.74.0-1.3+deb11u5) ...
13:08:52 Selecting previously unselected package curl.
13:08:52 Preparing to unpack .../13-curl_7.74.0-1.3+deb11u5_armhf.deb ...
13:08:52 Unpacking curl (7.74.0-1.3+deb11u5) ...
13:08:52 + case ${DIST_ID}:${DIST_VERSION} in
13:08:52 + dnf install -y findutils
13:08:52 Selecting previously unselected package libassuan0:armhf.
13:08:52 Preparing to unpack .../14-libassuan0_2.5.3-7.1_armhf.deb ...
13:08:52 Unpacking libassuan0:armhf (2.5.3-7.1) ...
13:08:52 Selecting previously unselected package gpgconf.
13:08:52 Preparing to unpack .../15-gpgconf_2.2.27-2+deb11u2_armhf.deb ...
13:08:52 Unpacking gpgconf (2.2.27-2+deb11u2) ...
13:08:52 Selecting previously unselected package libksba8:armhf.
13:08:52 Preparing to unpack .../16-libksba8_1.5.0-3+deb11u2_armhf.deb ...
13:08:52 Unpacking libksba8:armhf (1.5.0-3+deb11u2) ...
13:08:52 Selecting previously unselected package libnpth0:armhf.
13:08:52 Preparing to unpack .../17-libnpth0_1.6-3_armhf.deb ...
13:08:52 Unpacking libnpth0:armhf (1.6-3) ...
13:08:52 Selecting previously unselected package dirmngr.
13:08:52 Preparing to unpack .../18-dirmngr_2.2.27-2+deb11u2_armhf.deb ...
13:08:52 Unpacking dirmngr (2.2.27-2+deb11u2) ...
13:08:52 Selecting previously unselected package docker-buildx-plugin.
13:08:52 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb ...
13:08:52 Unpacking docker-buildx-plugin (0.10.2-1~debian.12~bookworm) ...
13:08:53 Selecting previously unselected package distro-info-data.
13:08:53 Preparing to unpack .../19-distro-info-data_0.51+deb11u3_all.deb ...
13:08:53 Unpacking distro-info-data (0.51+deb11u3) ...
13:08:53 Selecting previously unselected package libglib2.0-0:armhf.
13:08:53 Preparing to unpack .../20-libglib2.0-0_2.66.8-1_armhf.deb ...
13:08:53 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
13:08:53 Selecting previously unselected package libgirepository-1.0-1:armhf.
13:08:53 Preparing to unpack .../21-libgirepository-1.0-1_1.66.1-1+b1_armhf.deb ...
13:08:53 Unpacking libgirepository-1.0-1:armhf (1.66.1-1+b1) ...
13:08:53 Selecting previously unselected package gir1.2-glib-2.0:armhf.
13:08:53 Preparing to unpack .../22-gir1.2-glib-2.0_1.66.1-1+b1_armhf.deb ...
13:08:53 Unpacking gir1.2-glib-2.0:armhf (1.66.1-1+b1) ...
13:08:53 Selecting previously unselected package libpackagekit-glib2-18:armhf.
13:08:53 Preparing to unpack .../23-libpackagekit-glib2-18_1.2.2-2_armhf.deb ...
13:08:53 Unpacking libpackagekit-glib2-18:armhf (1.2.2-2) ...
13:08:53 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:08:53 Preparing to unpack .../24-gir1.2-packagekitglib-1.0_1.2.2-2_armhf.deb ...
13:08:53 Unpacking gir1.2-packagekitglib-1.0 (1.2.2-2) ...
13:08:53 Selecting previously unselected package gnupg-l10n.
13:08:53 Preparing to unpack .../25-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
13:08:53 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
13:08:53 Selecting previously unselected package gnupg-utils.
13:08:53 Preparing to unpack .../26-gnupg-utils_2.2.27-2+deb11u2_armhf.deb ...
13:08:53 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
13:08:53 Selecting previously unselected package gpg.
13:08:53 Preparing to unpack .../27-gpg_2.2.27-2+deb11u2_armhf.deb ...
13:08:53 Unpacking gpg (2.2.27-2+deb11u2) ...
13:08:53 Selecting previously unselected package pinentry-curses.
13:08:53 Preparing to unpack .../28-pinentry-curses_1.1.0-4_armhf.deb ...
13:08:53 Unpacking pinentry-curses (1.1.0-4) ...
13:08:53 Selecting previously unselected package gpg-agent.
13:08:53 Preparing to unpack .../29-gpg-agent_2.2.27-2+deb11u2_armhf.deb ...
13:08:53 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
13:08:53 Selecting previously unselected package gpg-wks-client.
13:08:53 Preparing to unpack .../30-gpg-wks-client_2.2.27-2+deb11u2_armhf.deb ...
13:08:53 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
13:08:53 Last metadata expiration check: 0:00:07 ago on Wed Feb  8 13:08:46 2023.
13:08:53 Selecting previously unselected package gpg-wks-server.
13:08:53 Preparing to unpack .../31-gpg-wks-server_2.2.27-2+deb11u2_armhf.deb ...
13:08:53 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
13:08:53 Selecting previously unselected package gpgsm.
13:08:53 Preparing to unpack .../32-gpgsm_2.2.27-2+deb11u2_armhf.deb ...
13:08:53 Unpacking gpgsm (2.2.27-2+deb11u2) ...
13:08:53 Selecting previously unselected package gnupg.
13:08:53 Preparing to unpack .../33-gnupg_2.2.27-2+deb11u2_all.deb ...
13:08:53 Unpacking gnupg (2.2.27-2+deb11u2) ...
13:08:53 Selecting previously unselected package gnupg2.
13:08:53 Preparing to unpack .../34-gnupg2_2.2.27-2+deb11u2_all.deb ...
13:08:53 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
13:08:53 Selecting previously unselected package iso-codes.
13:08:53 Preparing to unpack .../35-iso-codes_4.6.0-1_all.deb ...
13:08:53 Unpacking iso-codes (4.6.0-1) ...
13:08:53 Setting up docker-compose-plugin (2.16.0-1~debian.12~bookworm) ...
13:08:53 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
13:08:53 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
13:08:53 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
13:08:53 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
13:08:53 invoke-rc.d: could not determine current runlevel
13:08:53 invoke-rc.d: policy-rc.d denied execution of start.
13:08:53 Setting up docker-buildx-plugin (0.10.2-1~debian.12~bookworm) ...
13:08:53 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:08:53  docker-ce-rootless-extras depends on dbus-user-session; however:
13:08:53   Package dbus-user-session is not installed.
13:08:53 
13:08:53 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
13:08:54 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.16.0-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb
13:08:54 Package findutils-1:4.9.0-2.fc37.x86_64 is already installed.
13:08:54 Selecting previously unselected package libcurl3-gnutls:armhf.
13:08:54 Preparing to unpack .../36-libcurl3-gnutls_7.74.0-1.3+deb11u5_armhf.deb ...
13:08:54 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u5) ...
13:08:54 Selecting previously unselected package libdbus-1-3:armhf.
13:08:54 Preparing to unpack .../37-libdbus-1-3_1.12.24-0+deb11u1_armhf.deb ...
13:08:54 Unpacking libdbus-1-3:armhf (1.12.24-0+deb11u1) ...
13:08:54 Selecting previously unselected package lsb-release.
13:08:54 Preparing to unpack .../38-lsb-release_11.1.0_all.deb ...
13:08:54 Unpacking lsb-release (11.1.0) ...
13:08:54 Selecting previously unselected package python-apt-common.
13:08:54 Preparing to unpack .../39-python-apt-common_2.2.1_all.deb ...
13:08:54 Unpacking python-apt-common (2.2.1) ...
13:08:54 Dependencies resolved.
13:08:54 Nothing to do.
13:08:54 Complete!
13:08:54 + install_rpm_containerd
13:08:54 + '[' staging = stage ']'
13:08:54 + REPO_URL=https://download.docker.com/linux/fedora/docker-ce.repo
13:08:54 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo'
13:08:54 + dnf --version
13:08:54 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo
13:08:54 4.14.0
13:08:54   Installed: dnf-0:4.14.0-1.fc37.noarch at Sun Dec 11 05:49:07 2022
13:08:54   Built    : Fedora Project at Fri Sep  9 13:05:18 2022
13:08:54 
13:08:54   Installed: rpm-0:4.18.0-1.fc37.x86_64 at Sun Dec 11 05:49:07 2022
13:08:54   Built    : Fedora Project at Wed Sep 21 10:51:10 2022
13:08:54 Selecting previously unselected package python3-apt.
13:08:54 Preparing to unpack .../40-python3-apt_2.2.1_armhf.deb ...
13:08:54 Unpacking python3-apt (2.2.1) ...
13:08:54 Selecting previously unselected package python3-dbus.
13:08:54 Preparing to unpack .../41-python3-dbus_1.2.16-5_armhf.deb ...
13:08:54 Unpacking python3-dbus (1.2.16-5) ...
13:08:54 Selecting previously unselected package python3-gi.
13:08:54 Preparing to unpack .../42-python3-gi_3.38.0-2_armhf.deb ...
13:08:54 Unpacking python3-gi (3.38.0-2) ...
13:08:54 Selecting previously unselected package python3-pycurl.
13:08:54 Preparing to unpack .../43-python3-pycurl_7.43.0.6-5_armhf.deb ...
13:08:54 Unpacking python3-pycurl (7.43.0.6-5) ...
13:08:54 + dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
13:08:54 Adding repo from: https://download.docker.com/linux/fedora/docker-ce.repo
13:08:54 Selecting previously unselected package python3-software-properties.
13:08:54 Preparing to unpack .../44-python3-software-properties_0.96.20.2-2.1_all.deb ...
13:08:54 Unpacking python3-software-properties (0.96.20.2-2.1) ...
13:08:54 Selecting previously unselected package software-properties-common.
13:08:54 Preparing to unpack .../45-software-properties-common_0.96.20.2-2.1_all.deb ...
13:08:54 Unpacking software-properties-common (0.96.20.2-2.1) ...
13:08:54 Setting up libksba8:armhf (1.5.0-3+deb11u2) ...
13:08:54 Setting up media-types (4.0.0) ...
13:08:54 Setting up libpsl5:armhf (0.21.0-1.2) ...
13:08:54 Setting up apt-transport-https (2.2.4) ...
13:08:54 Setting up libglib2.0-0:armhf (2.66.8-1) ...
13:08:54 No schema files found: doing nothing.
13:08:54 Setting up distro-info-data (0.51+deb11u3) ...
13:08:54 Setting up libbrotli1:armhf (1.0.9-2+b2) ...
13:08:54 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc
13:08:54  debian/rules build
13:08:54 dh build --with=bash-completion
13:08:54    dh_update_autotools_config
13:08:54    dh_autoreconf
13:08:54    debian/rules override_dh_auto_build
13:08:54 make[1]: Entering directory '/root/build-deb'
13:08:54 # Build the daemon and dependencies
13:08:54 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
13:08:54 
13:08:54 Removing bundles/
13:08:54 
13:08:54 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:08:54 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
13:08:54 + dnf config-manager --set-disabled 'docker-ce-*'
13:08:55 Reading package lists...
13:08:55 Building dependency tree...
13:08:55 Reading state information...
13:08:55 Correcting dependencies... Done
13:08:55 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc
13:08:55  debian/rules build
13:08:55 dh build --with=bash-completion
13:08:55    dh_update_autotools_config
13:08:55    dh_autoreconf
13:08:55    debian/rules override_dh_auto_build
13:08:55 make[1]: Entering directory '/root/build-deb'
13:08:55 # Build the daemon and dependencies
13:08:55 cd engine && DOCKER_GITCOMMIT=1141704 PRODUCT=docker ./hack/make.sh dynbinary
13:08:55 
13:08:55 Removing bundles/
13:08:55 
13:08:55 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:08:55 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
13:08:55 Setting up libsqlite3-0:armhf (3.34.1-3) ...
13:08:55 Setting up libnghttp2-14:armhf (1.43.0-1) ...
13:08:55 Setting up libpackagekit-glib2-18:armhf (1.2.2-2) ...
13:08:55 Setting up libnpth0:armhf (1.6-3) ...
13:08:55 Setting up libassuan0:armhf (2.5.3-7.1) ...
13:08:55 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ...
13:08:55 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
13:08:55 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
13:08:55 Setting up libdbus-1-3:armhf (1.12.24-0+deb11u1) ...
13:08:55 Setting up libncursesw6:armhf (6.2+20201114-2) ...
13:08:55 Setting up libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ...
13:08:55 Setting up python-apt-common (2.2.1) ...
13:08:55 Setting up libmpdec3:armhf (2.5.1-1) ...
13:08:55 Setting up libgirepository-1.0-1:armhf (1.66.1-1+b1) ...
13:08:55 + dnf config-manager --set-enabled docker-ce-test
13:08:55 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:08:55 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:08:55 Skipping docker-ce, it is already installed and upgrade is not set.
13:08:55 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:08:55 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:08:55 The following additional packages will be installed:
13:08:55   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:08:55   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
13:08:55 Suggested packages:
13:08:55   firewalld kmod
13:08:55 Recommended packages:
13:08:55   nftables
13:08:55 The following NEW packages will be installed:
13:08:55   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:08:55 Setting up libssh2-1:armhf (1.9.0-2) ...
13:08:55 Setting up openssl (1.1.1n-0+deb11u4) ...
13:08:55 Setting up readline-common (8.1-1) ...
13:08:55 Setting up iso-codes (4.6.0-1) ...
13:08:55 Setting up pinentry-curses (1.1.0-4) ...
13:08:55 Setting up libreadline8:armhf (8.1-1) ...
13:08:55 Setting up libldap-2.4-2:armhf (2.4.57+dfsg-3+deb11u1) ...
13:08:55 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u5) ...
13:08:55 Setting up ca-certificates (20210119) ...
13:08:55 + dnf makecache
13:08:55   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
13:08:55 Updating certificates in /etc/ssl/certs...
13:08:55 0 upgraded, 10 newly installed, 0 to remove and 6 not upgraded.
13:08:55 Need to get 21.0 MB of archives.
13:08:55 After this operation, 92.3 MB of additional disk space will be used.
13:08:55 Get:1 http://deb.debian.org/debian bookworm/main armhf netbase all 6.4 [12.8 kB]
13:08:55 Get:2 http://deb.debian.org/debian bookworm/main armhf dbus-user-session armhf 1.14.4-1 [112 kB]
13:08:55 Get:3 http://deb.debian.org/debian bookworm/main armhf libip6tc2 armhf 1.8.9-2 [17.2 kB]
13:08:55 Get:4 http://deb.debian.org/debian bookworm/main armhf libxtables12 armhf 1.8.9-2 [27.8 kB]
13:08:55 Get:5 http://deb.debian.org/debian bookworm/main armhf libmnl0 armhf 1.0.4-3 [10.9 kB]
13:08:55 Get:6 http://deb.debian.org/debian bookworm/main armhf libnfnetlink0 armhf 1.0.2-2 [13.2 kB]
13:08:55 Get:7 http://deb.debian.org/debian bookworm/main armhf libnetfilter-conntrack3 armhf 1.0.9-3 [33.6 kB]
13:08:55 Get:8 http://deb.debian.org/debian bookworm/main armhf libnftnl11 armhf 1.2.4-2 [46.9 kB]
13:08:55 Get:9 http://deb.debian.org/debian bookworm/main armhf iptables armhf 1.8.9-2 [316 kB]
13:08:55 Get:10 https://download.docker.com/linux/debian bookworm/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
13:08:56 129 added, 0 removed; done.
13:08:56 Setting up gir1.2-glib-2.0:armhf (1.66.1-1+b1) ...
13:08:56 Setting up gpgconf (2.2.27-2+deb11u2) ...
13:08:56 Setting up libcurl4:armhf (7.74.0-1.3+deb11u5) ...
13:08:56 Setting up curl (7.74.0-1.3+deb11u5) ...
13:08:56 Setting up gpg (2.2.27-2+deb11u2) ...
13:08:56 Setting up libpython3.9-stdlib:armhf (3.9.2-1) ...
13:08:56 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
13:08:56 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
13:08:56 Setting up gpg-agent (2.2.27-2+deb11u2) ...
13:08:56 debconf: delaying package configuration, since apt-utils is not installed
13:08:56 Fetched 21.0 MB in 1s (28.8 MB/s)
13:08:56 Selecting previously unselected package netbase.
13:08:56 (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 ... 11671 files and directories currently installed.)
13:08:56 Preparing to unpack .../0-netbase_6.4_all.deb ...
13:08:56 Unpacking netbase (6.4) ...
13:08:56 Selecting previously unselected package containerd.io.
13:08:56 Preparing to unpack .../1-containerd.io_1.6.16-1_armhf.deb ...
13:08:56 Unpacking containerd.io (1.6.16-1) ...
13:08:56 Docker CE Test - x86_64                          35 kB/s |  19 kB     00:00    
13:08:56   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          29/54 
13:08:56   Running scriptlet: container-selinux-2:2.198.0-1.fc36.noarch            30/54 
13:08:56   Installing       : container-selinux-2:2.198.0-1.fc36.noarch            30/54 
13:08:56 Fedora 37 - x86_64                               74 kB/s |  22 kB     00:00    
13:08:56 Setting up gpgsm (2.2.27-2+deb11u2) ...
13:08:56 Setting up dirmngr (2.2.27-2+deb11u2) ...
13:08:56 Setting up gir1.2-packagekitglib-1.0 (1.2.2-2) ...
13:08:56 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
13:08:56 Setting up python3.9 (3.9.2-1) ...
13:08:57 Fedora 37 openh264 (From Cisco) - x86_64        3.5 kB/s | 989  B     00:00    
13:08:57 Fedora Modular 37 - x86_64                       74 kB/s |  22 kB     00:00    
13:08:57 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
13:08:57 Setting up python3 (3.9.2-3) ...
13:08:57 Setting up python3-pycurl (7.43.0.6-5) ...
13:08:57 Setting up python3-gi (3.38.0-2) ...
13:08:57 Selecting previously unselected package dbus-user-session.
13:08:57 Preparing to unpack .../2-dbus-user-session_1.14.4-1_armhf.deb ...
13:08:57 Unpacking dbus-user-session (1.14.4-1) ...
13:08:57 Selecting previously unselected package libip6tc2:armhf.
13:08:57 Preparing to unpack .../3-libip6tc2_1.8.9-2_armhf.deb ...
13:08:57 Unpacking libip6tc2:armhf (1.8.9-2) ...
13:08:57 Selecting previously unselected package libxtables12:armhf.
13:08:57 Preparing to unpack .../4-libxtables12_1.8.9-2_armhf.deb ...
13:08:57 Unpacking libxtables12:armhf (1.8.9-2) ...
13:08:57 Selecting previously unselected package libmnl0:armhf.
13:08:57 Preparing to unpack .../5-libmnl0_1.0.4-3_armhf.deb ...
13:08:57 Unpacking libmnl0:armhf (1.0.4-3) ...
13:08:57 Selecting previously unselected package libnfnetlink0:armhf.
13:08:57 Preparing to unpack .../6-libnfnetlink0_1.0.2-2_armhf.deb ...
13:08:57 Unpacking libnfnetlink0:armhf (1.0.2-2) ...
13:08:57 Selecting previously unselected package libnetfilter-conntrack3:armhf.
13:08:57 Preparing to unpack .../7-libnetfilter-conntrack3_1.0.9-3_armhf.deb ...
13:08:57 Unpacking libnetfilter-conntrack3:armhf (1.0.9-3) ...
13:08:57 Selecting previously unselected package libnftnl11:armhf.
13:08:57 Preparing to unpack .../8-libnftnl11_1.2.4-2_armhf.deb ...
13:08:57 Unpacking libnftnl11:armhf (1.2.4-2) ...
13:08:57 Selecting previously unselected package iptables.
13:08:57 Preparing to unpack .../9-iptables_1.8.9-2_armhf.deb ...
13:08:57 Unpacking iptables (1.8.9-2) ...
13:08:57 Setting up libip6tc2:armhf (1.8.9-2) ...
13:08:57 Setting up gnupg (2.2.27-2+deb11u2) ...
13:08:57 Setting up lsb-release (11.1.0) ...
13:08:57 Setting up python3-dbus (1.2.16-5) ...
13:08:57 Setting up dbus-user-session (1.14.4-1) ...
13:08:57 Setting up libmnl0:armhf (1.0.4-3) ...
13:08:57 Setting up containerd.io (1.6.16-1) ...
13:08:57 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:08:57 Setting up libxtables12:armhf (1.8.9-2) ...
13:08:57 Setting up libnfnetlink0:armhf (1.0.2-2) ...
13:08:57 Setting up netbase (6.4) ...
13:08:57 Setting up libnftnl11:armhf (1.2.4-2) ...
13:08:57 Setting up libnetfilter-conntrack3:armhf (1.0.9-3) ...
13:08:57 Setting up iptables (1.8.9-2) ...
13:08:57 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:08:57 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:08:57 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:08:58 Fedora 37 - x86_64 - Updates                     68 kB/s |  20 kB     00:00    
13:08:58 Setting up gnupg2 (2.2.27-2+deb11u2) ...
13:08:58 Setting up python3-apt (2.2.1) ...
13:08:58 Setting up python3-software-properties (0.96.20.2-2.1) ...
13:08:58 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:08:58 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:08:58 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:08:58 Processing triggers for libc-bin (2.36-8) ...
13:08:58 + verify_binaries
13:08:58 + docker --version
13:08:58 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:08:58 ++ uname -m
13:08:58 + '[' armv8l = x86_64 ']'
13:08:58 + docker buildx version
13:08:58 github.com/docker/buildx v0.10.2 00ed17d
13:08:58 + docker compose version
13:08:58 Fedora Modular 37 - x86_64 - Updates             76 kB/s |  23 kB     00:00    
13:08:58 Setting up software-properties-common (0.96.20.2-2.1) ...
13:08:58 Processing triggers for libc-bin (2.31-13+deb11u5) ...
13:08:58 Docker Compose version v2.16.0
13:08:58 + dockerd --version
13:08:58 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:08:58 + docker-proxy --version
13:08:58 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:08:58 + containerd --version
13:08:58 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:58 + ctr --version
13:08:58 ctr containerd.io 1.6.16
13:08:58 + containerd-shim --help
13:08:58 Usage of containerd-shim:
13:08:58   -address string
13:08:58     	grpc address back to main containerd
13:08:58   -containerd-binary containerd publish
13:08:58     	path to containerd binary (used for containerd publish) (default "containerd")
13:08:58   -criu string
13:08:58     	path to criu binary
13:08:58   -debug
13:08:58     	enable debug output in logs
13:08:58   -namespace string
13:08:58     	namespace that owns the shim
13:08:58   -runtime-root string
13:08:58     	root directory for the runtime (default "/run/containerd/runc")
13:08:58   -socket string
13:08:58     	socket path to serve
13:08:58   -systemd-cgroup
13:08:58     	set runtime to use systemd-cgroup
13:08:58   -workdir string
13:08:58     	path used to storge large temporary data
13:08:58 + containerd-shim-runc-v1 -v
13:08:58 containerd-shim-runc-v1:
13:08:58   Version:  1.6.16
13:08:58   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:58   Go version: go1.18.10
13:08:58 
13:08:58 + containerd-shim-runc-v2 -v
13:08:58 containerd-shim-runc-v2:
13:08:58   Version:  1.6.16
13:08:58   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:08:58   Go version: go1.18.10
13:08:58 
13:08:58 + runc --version
13:08:58 runc version 1.1.4
13:08:58 commit: v1.1.4-0-g5fd4c4d
13:08:58 spec: 1.0.2-dev
13:08:58 go: go1.18.10
13:08:58 libseccomp: 2.5.4
13:08:58 Processing triggers for ca-certificates (20210119) ...
13:08:58 Updating certificates in /etc/ssl/certs...
13:08:59 0 added, 0 removed; done.
13:08:59 Running hooks in /etc/ca-certificates/update.d...
13:08:59 done.
13:08:59 ++ source /etc/os-release
13:08:59 +++ PRETTY_NAME='Debian GNU/Linux 11 (bullseye)'
13:08:59 +++ NAME='Debian GNU/Linux'
13:08:59 +++ VERSION_ID=11
13:08:59 +++ VERSION='11 (bullseye)'
13:08:59 +++ VERSION_CODENAME=bullseye
13:08:59 +++ ID=debian
13:08:59 +++ HOME_URL=https://www.debian.org/
13:08:59 +++ SUPPORT_URL=https://www.debian.org/support
13:08:59 +++ BUG_REPORT_URL=https://bugs.debian.org/
13:08:59 ++ echo debian
13:08:59 + DIST_ID=debian
13:08:59 ++ lsb_release -sc
13:08:59 + DIST_VERSION=bullseye
13:08:59 + '[' bullseye = sid ']'
13:08:59 + install_debian_containerd
13:08:59 + '[' staging = stage ']'
13:08:59 + REPO_URL=https://download.docker.com/linux/debian
13:08:59 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
13:08:59 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
13:08:59 + update-ca-certificates -f
13:08:59 Clearing symlinks in /etc/ssl/certs...
13:08:59 done.
13:08:59 Updating certificates in /etc/ssl/certs...
13:08:59 Metadata cache created.
13:08:59 [DEBUG] Installing engine rpms
13:08:59 + echo '[DEBUG] Installing engine rpms'
13:08:59 ++ find rpm/rpmbuild/fedora-37/RPMS/ -type f -name '*.rpm'
13:08:59 ++ sed /src/d
13:08:59 + packages='rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64.rpm
13:08:59 rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-compose-plugin-2.16.0-0.fc37.x86_64.rpm
13:08:59 rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64.rpm
13:08:59 rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-scan-plugin-0.23.0-0.fc37.x86_64.rpm
13:08:59 rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64.rpm
13:08:59 rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.fc37.x86_64.rpm'
13:08:59 + set -x
13:08:59 ++ source /etc/os-release
13:08:59 +++ NAME='Fedora Linux'
13:08:59 +++ VERSION='37 (Container Image)'
13:08:59 +++ ID=fedora
13:08:59 +++ VERSION_ID=37
13:08:59 +++ VERSION_CODENAME=
13:08:59 +++ PLATFORM_ID=platform:f37
13:08:59 +++ PRETTY_NAME='Fedora Linux 37 (Container Image)'
13:08:59 +++ ANSI_COLOR='0;38;2;60;110;180'
13:08:59 +++ LOGO=fedora-logo-icon
13:08:59 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:37
13:08:59 +++ DEFAULT_HOSTNAME=fedora
13:08:59 +++ HOME_URL=https://fedoraproject.org/
13:08:59 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/
13:08:59 +++ SUPPORT_URL=https://ask.fedoraproject.org/
13:08:59 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
13:08:59 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
13:08:59 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=37
13:08:59 +++ REDHAT_SUPPORT_PRODUCT=Fedora
13:08:59 +++ REDHAT_SUPPORT_PRODUCT_VERSION=37
13:08:59 +++ SUPPORT_END=2023-11-14
13:08:59 +++ VARIANT='Container Image'
13:08:59 +++ VARIANT_ID=container
13:08:59 ++ echo 37
13:08:59 + product_version=37
13:08:59 + '[' 37 = rawhide ']'
13:08:59 + dnf install -y rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64.rpm rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-compose-plugin-2.16.0-0.fc37.x86_64.rpm rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64.rpm rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-scan-plugin-0.23.0-0.fc37.x86_64.rpm rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64.rpm rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.fc37.x86_64.rpm
13:08:59 129 added, 0 removed; done.
13:08:59 Running hooks in /etc/ca-certificates/update.d...
13:08:59 done.
13:08:59 + apt-key add -
13:08:59 + curl -fsSL https://download.docker.com/linux/debian/gpg
13:08:59 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
13:09:00 Last metadata expiration check: 0:00:02 ago on Wed Feb  8 13:08:58 2023.
13:09:00 OK
13:09:00 + '[' bullseye = sid ']'
13:09:00 ++ dpkg --print-architecture
13:09:00 + ARCH=armhf
13:09:00 + echo 'deb [arch=armhf] https://download.docker.com/linux/debian bullseye test'
13:09:00 + apt-get update
13:09:00 Dependencies resolved.
13:09:00 ================================================================================================
13:09:00  Package                     Arch    Version                               Repository       Size
13:09:00 ================================================================================================
13:09:00 Installing:
13:09:00  docker-buildx-plugin        x86_64  0.10.2-0.fc37                         @commandline     12 M
13:09:00  docker-ce                   x86_64  3:0.0.0~20230206193855.ab4ef4a-0.fc37 @commandline     23 M
13:09:00  docker-ce-cli               x86_64  1:0.0.0~20230206193855.ab4ef4a-0.fc37 @commandline    7.0 M
13:09:00  docker-ce-rootless-extras   x86_64  0.0.0~20230206193855.ab4ef4a-0.fc37   @commandline    3.8 M
13:09:00  docker-compose-plugin       x86_64  2.16.0-0.fc37                         @commandline     11 M
13:09:00  docker-scan-plugin          x86_64  0.23.0-0.fc37                         @commandline    3.8 M
13:09:00 Upgrading:
13:09:00  systemd-libs                x86_64  251.10-588.fc37                       updates         619 k
13:09:00 Installing dependencies:
13:09:00  container-selinux           noarch  2:2.199.0-1.fc37                      updates          50 k
13:09:00  containerd.io               x86_64  1.6.16-3.1.fc37                       docker-ce-test   32 M
13:09:00  dbus                        x86_64  1:1.14.4-1.fc37                       updates         7.8 k
13:09:00  dbus-broker                 x86_64  32-1.fc37                             fedora          175 k
13:09:00  dbus-common                 noarch  1:1.14.4-1.fc37                       updates          15 k
13:09:00  device-mapper               x86_64  1.02.175-9.fc37                       fedora          138 k
13:09:00  device-mapper-libs          x86_64  1.02.175-9.fc37                       fedora          177 k
13:09:00  diffutils                   x86_64  3.8-3.fc37                            fedora          378 k
13:09:00  fuse-common                 x86_64  3.10.5-5.fc37                         fedora          8.2 k
13:09:00  fuse-overlayfs              x86_64  1.9-6.fc37                            updates          73 k
13:09:00  fuse3                       x86_64  3.10.5-5.fc37                         fedora           54 k
13:09:00  fuse3-libs                  x86_64  3.10.5-5.fc37                         fedora           92 k
13:09:00  iptables-legacy             x86_64  1.8.8-4.fc37                          updates          53 k
13:09:00  iptables-legacy-libs        x86_64  1.8.8-4.fc37                          updates          38 k
13:09:00  iptables-libs               x86_64  1.8.8-4.fc37                          updates         417 k
13:09:00  kmod                        x86_64  30-2.fc37                             fedora          120 k
13:09:00  kmod-libs                   x86_64  30-2.fc37                             fedora           68 k
13:09:00  libargon2                   x86_64  20190702-1.fc37                       fedora           28 k
13:09:00  libcgroup                   x86_64  3.0-1.fc37                            fedora           74 k
13:09:00  libfdisk                    x86_64  2.38.1-1.fc37                         fedora          160 k
13:09:00  libibverbs                  x86_64  41.0-1.fc37                           fedora          412 k
13:09:00  libmnl                      x86_64  1.0.5-1.fc37                          fedora           28 k
13:09:00  libnetfilter_conntrack      x86_64  1.0.8-5.fc37                          fedora           57 k
13:09:00  libnfnetlink                x86_64  1.0.1-22.fc37                         fedora           29 k
13:09:00  libnl3                      x86_64  3.7.0-2.fc37                          fedora          347 k
13:09:00  libpcap                     x86_64  14:1.10.3-1.fc37                      updates         176 k
13:09:00  libseccomp                  x86_64  2.5.3-3.fc37                          fedora           70 k
13:09:00  libselinux-utils            x86_64  3.4-5.fc37                            fedora          158 k
13:09:00  libslirp                    x86_64  4.7.0-2.fc37                          fedora           74 k
13:09:00  libutempter                 x86_64  1.2.1-7.fc37                          fedora           26 k
13:09:00  policycoreutils             x86_64  3.4-6.fc37                            fedora          238 k
13:09:00  rpm-plugin-selinux          x86_64  4.18.0-1.fc37                         fedora           20 k
13:09:00  selinux-policy              noarch  37.19-1.fc37                          updates          51 k
13:09:00  selinux-policy-targeted     noarch  37.19-1.fc37                          updates         6.6 M
13:09:00  slirp4netns                 x86_64  1.2.0-8.fc37                          updates          48 k
13:09:00  systemd                     x86_64  251.10-588.fc37                       updates         4.2 M
13:09:00  systemd-pam                 x86_64  251.10-588.fc37                       updates         334 k
13:09:00  util-linux                  x86_64  2.38.1-1.fc37                         fedora          2.3 M
13:09:00  xkeyboard-config            noarch  2.36-3.fc37                           updates         957 k
13:09:00  xz                          x86_64  5.2.5-10.fc37                         fedora          223 k
13:09:00 Installing weak dependencies:
13:09:00  cryptsetup-libs             x86_64  2.5.0-1.fc37                          fedora          454 k
13:09:00  libbpf                      x86_64  2:0.8.0-2.fc37                        fedora          172 k
13:09:00  libxkbcommon                x86_64  1.4.1-2.fc37                          fedora          140 k
13:09:00  qrencode-libs               x86_64  4.1.1-3.fc37                          fedora           61 k
13:09:00  systemd-networkd            x86_64  251.10-588.fc37                       updates         616 k
13:09:00  systemd-resolved            x86_64  251.10-588.fc37                       updates         282 k
13:09:00 
13:09:00 Transaction Summary
13:09:00 ================================================================================================
13:09:00 Install  52 Packages
13:09:00 Upgrade   1 Package
13:09:00 
13:09:00 Total size: 113 M
13:09:00 Total download size: 52 M
13:09:00 Downloading Packages:
13:09:01 Hit:1 http://deb.debian.org/debian bullseye InRelease
13:09:01 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
13:09:01 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
13:09:01 Get:4 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB]
13:09:01 Get:5 https://download.docker.com/linux/debian bullseye/test armhf Packages [21.3 kB]
13:09:01 Fetched 64.6 kB in 1s (91.8 kB/s)
13:09:01 (1/47): dbus-broker-32-1.fc37.x86_64.rpm        596 kB/s | 175 kB     00:00    
13:09:01 (2/47): cryptsetup-libs-2.5.0-1.fc37.x86_64.rpm 1.4 MB/s | 454 kB     00:00    
13:09:01 (3/47): device-mapper-1.02.175-9.fc37.x86_64.rp 5.3 MB/s | 138 kB     00:00    
13:09:01 (4/47): device-mapper-libs-1.02.175-9.fc37.x86_ 8.3 MB/s | 177 kB     00:00    
13:09:01 (5/47): diffutils-3.8-3.fc37.x86_64.rpm          19 MB/s | 378 kB     00:00    
13:09:01 (6/47): fuse-common-3.10.5-5.fc37.x86_64.rpm    693 kB/s | 8.2 kB     00:00    
13:09:01 (7/47): fuse3-3.10.5-5.fc37.x86_64.rpm           10 MB/s |  54 kB     00:00    
13:09:01 (8/47): fuse3-libs-3.10.5-5.fc37.x86_64.rpm     6.3 MB/s |  92 kB     00:00    
13:09:01 (9/47): kmod-30-2.fc37.x86_64.rpm                10 MB/s | 120 kB     00:00    
13:09:01 (10/47): kmod-libs-30-2.fc37.x86_64.rpm         5.7 MB/s |  68 kB     00:00    
13:09:01 (11/47): libargon2-20190702-1.fc37.x86_64.rpm   2.8 MB/s |  28 kB     00:00    
13:09:01 (12/47): libbpf-0.8.0-2.fc37.x86_64.rpm          15 MB/s | 172 kB     00:00    
13:09:01 (13/47): libcgroup-3.0-1.fc37.x86_64.rpm        6.0 MB/s |  74 kB     00:00    
13:09:01 (14/47): libfdisk-2.38.1-1.fc37.x86_64.rpm       15 MB/s | 160 kB     00:00    
13:09:02 (15/47): libibverbs-41.0-1.fc37.x86_64.rpm       24 MB/s | 412 kB     00:00    
13:09:02 (16/47): libmnl-1.0.5-1.fc37.x86_64.rpm         1.7 MB/s |  28 kB     00:00    
13:09:02 (17/47): libnetfilter_conntrack-1.0.8-5.fc37.x8 7.1 MB/s |  57 kB     00:00    
13:09:02 (18/47): libnfnetlink-1.0.1-22.fc37.x86_64.rpm  4.1 MB/s |  29 kB     00:00    
13:09:02 (19/47): libnl3-3.7.0-2.fc37.x86_64.rpm          26 MB/s | 347 kB     00:00    
13:09:02 (20/47): libseccomp-2.5.3-3.fc37.x86_64.rpm     5.4 MB/s |  70 kB     00:00    
13:09:02 (21/47): libselinux-utils-3.4-5.fc37.x86_64.rpm  14 MB/s | 158 kB     00:00    
13:09:02 (22/47): libslirp-4.7.0-2.fc37.x86_64.rpm       5.1 MB/s |  74 kB     00:00    
13:09:02 (23/47): libutempter-1.2.1-7.fc37.x86_64.rpm    4.1 MB/s |  26 kB     00:00    
13:09:02 (24/47): libxkbcommon-1.4.1-2.fc37.x86_64.rpm   9.0 MB/s | 140 kB     00:00    
13:09:02 (25/47): policycoreutils-3.4-6.fc37.x86_64.rpm   20 MB/s | 238 kB     00:00    
13:09:02 (26/47): qrencode-libs-4.1.1-3.fc37.x86_64.rpm  4.8 MB/s |  61 kB     00:00    
13:09:02 (27/47): rpm-plugin-selinux-4.18.0-1.fc37.x86_6 2.1 MB/s |  20 kB     00:00    
13:09:02 (28/47): containerd.io-1.6.16-3.1.fc37.x86_64.r  34 MB/s |  32 MB     00:00    
13:09:02 (29/47): xz-5.2.5-10.fc37.x86_64.rpm            527 kB/s | 223 kB     00:00    
13:09:02 (30/47): util-linux-2.38.1-1.fc37.x86_64.rpm    5.2 MB/s | 2.3 MB     00:00    
13:09:02 (31/47): container-selinux-2.199.0-1.fc37.noarc 1.7 MB/s |  50 kB     00:00    
13:09:02 (32/47): dbus-1.14.4-1.fc37.x86_64.rpm          324 kB/s | 7.8 kB     00:00    
13:09:02 (33/47): dbus-common-1.14.4-1.fc37.noarch.rpm   1.7 MB/s |  15 kB     00:00    
13:09:02 (34/47): fuse-overlayfs-1.9-6.fc37.x86_64.rpm    11 MB/s |  73 kB     00:00    
13:09:02 (35/47): iptables-legacy-1.8.8-4.fc37.x86_64.rp 5.4 MB/s |  53 kB     00:00    
13:09:02 (36/47): iptables-legacy-libs-1.8.8-4.fc37.x86_ 3.4 MB/s |  38 kB     00:00    
13:09:02 (37/47): iptables-libs-1.8.8-4.fc37.x86_64.rpm   37 MB/s | 417 kB     00:00    
13:09:02 (38/47): libpcap-1.10.3-1.fc37.x86_64.rpm        12 MB/s | 176 kB     00:00    
13:09:02 (39/47): selinux-policy-37.19-1.fc37.noarch.rpm 3.9 MB/s |  51 kB     00:00    
13:09:02 (40/47): slirp4netns-1.2.0-8.fc37.x86_64.rpm    3.6 MB/s |  48 kB     00:00    
13:09:02 (41/47): systemd-networkd-251.10-588.fc37.x86_6  26 MB/s | 616 kB     00:00    
13:09:02 (42/47): selinux-policy-targeted-37.19-1.fc37.n  86 MB/s | 6.6 MB     00:00    
13:09:02 (43/47): systemd-251.10-588.fc37.x86_64.rpm      46 MB/s | 4.2 MB     00:00    
13:09:02 (44/47): systemd-pam-251.10-588.fc37.x86_64.rpm 5.2 MB/s | 334 kB     00:00    
13:09:02 (45/47): systemd-resolved-251.10-588.fc37.x86_6 8.5 MB/s | 282 kB     00:00    
13:09:02 (46/47): xkeyboard-config-2.36-3.fc37.noarch.rp  65 MB/s | 957 kB     00:00    
13:09:02 (47/47): systemd-libs-251.10-588.fc37.x86_64.rp  30 MB/s | 619 kB     00:00    
13:09:02 --------------------------------------------------------------------------------
13:09:02 Total                                            30 MB/s |  52 MB     00:01     
13:09:02 Reading package lists...
13:09:02 ++ find deb/debbuild/debian-bullseye/ -type f -name '*.deb'
13:09:02 + packages='deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb
13:09:02 deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb
13:09:02 deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_armhf.deb
13:09:02 deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb
13:09:02 deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb'
13:09:02 ++ echo 'deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb
13:09:02 deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb
13:09:02 deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_armhf.deb
13:09:02 deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb
13:09:02 deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb'
13:09:02 ++ awk '$0="./"$0'
13:09:02 ++ xargs
13:09:02 + packages='./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb'
13:09:02 + set -x
13:09:02 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb
13:09:02 Selecting previously unselected package docker-ce-cli.
13:09:02 (Reading database ... 9719 files and directories currently installed.)
13:09:02 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ...
13:09:02 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:09:03 Docker CE Test - x86_64                         6.8 kB/s | 1.6 kB     00:00    
13:09:03 Importing GPG key 0x621E9F35:
13:09:03  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
13:09:03  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
13:09:03  From       : https://download.docker.com/linux/fedora/gpg
13:09:03 Key imported successfully
13:09:03 Selecting previously unselected package docker-ce-rootless-extras.
13:09:03 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ...
13:09:03 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
13:09:03 Selecting previously unselected package docker-compose-plugin.
13:09:03 Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.11~bullseye_armhf.deb ...
13:09:03 Unpacking docker-compose-plugin (2.16.0-1~debian.11~bullseye) ...
13:09:04 Running transaction check
13:09:04 Transaction check succeeded.
13:09:04 Running transaction test
13:09:04 Selecting previously unselected package docker-ce.
13:09:04 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ...
13:09:04 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
13:09:04 Transaction test succeeded.
13:09:04 Running transaction
13:09:05 Selecting previously unselected package docker-buildx-plugin.
13:09:05 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb ...
13:09:05 Unpacking docker-buildx-plugin (0.10.2-1~debian.11~bullseye) ...
13:09:06   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch            1/1 
13:09:06   Preparing        :                                                        1/1 
13:09:06   Upgrading        : systemd-libs-251.10-588.fc37.x86_64                   1/54 
13:09:06   Installing       : libseccomp-2.5.3-3.fc37.x86_64                        2/54 
13:09:06   Installing       : libselinux-utils-3.4-5.fc37.x86_64                    3/54 
13:09:06   Installing       : libfdisk-2.38.1-1.fc37.x86_64                         4/54 
13:09:06   Installing       : fuse3-libs-3.10.5-5.fc37.x86_64                       5/54 
13:09:06   Running scriptlet: container-selinux-2:2.198.0-1.fc36.noarch            30/54 
13:09:06   Installing       : libslirp-4.6.1-3.fc36.x86_64                         31/54 
13:09:06   Installing       : slirp4netns-1.2.0-0.2.beta.0.fc36.x86_64             32/54 
13:09:06   Installing       : libnfnetlink-1.0.1-21.fc36.x86_64                    33/54 
13:09:06   Installing       : libmnl-1.0.4-15.fc36.x86_64                          34/54 
13:09:06   Installing       : libnetfilter_conntrack-1.0.8-4.fc36.x86_64           35/54 
13:09:06   Installing       : iptables-libs-1.8.7-15.fc36.x86_64                   36/54 
13:09:06   Installing       : iptables-legacy-1.8.7-15.fc36.x86_64                 37/54 
13:09:06   Running scriptlet: iptables-legacy-1.8.7-15.fc36.x86_64                 37/54 
13:09:06   Installing       : kmod-libs-29-7.fc36.x86_64                           38/54 
13:09:06   Installing       : device-mapper-libs-1.02.175-7.fc36.x86_64            39/54 
13:09:06   Installing       : cryptsetup-libs-2.4.3-2.fc36.x86_64                  40/54 
13:09:06   Installing       : device-mapper-1.02.175-7.fc36.x86_64                 41/54 
13:09:06   Installing       : systemd-networkd-250.9-1.fc36.x86_64                 42/54 
13:09:06   Running scriptlet: systemd-networkd-250.9-1.fc36.x86_64                 42/54 
13:09:06   Installing       : systemd-pam-250.9-1.fc36.x86_64                      43/54 
13:09:06   Installing       : systemd-resolved-250.9-1.fc36.x86_64                 44/54 
13:09:06   Running scriptlet: systemd-resolved-250.9-1.fc36.x86_64                 44/54 
13:09:06   Installing       : systemd-250.9-1.fc36.x86_64                          45/54 
13:09:06   Running scriptlet: systemd-250.9-1.fc36.x86_64                          45/54 
13:09:06 Creating group 'input' with GID 104.
13:09:06 Creating group 'kvm' with GID 36.
13:09:06 Creating group 'render' with GID 105.
13:09:06 Creating group 'sgx' with GID 106.
13:09:06 Creating group 'systemd-journal' with GID 190.
13:09:06 Creating group 'systemd-network' with GID 192.
13:09:06 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
13:09:06 Creating group 'systemd-oom' with GID 998.
13:09:06 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
13:09:06 Creating group 'systemd-resolve' with GID 193.
13:09:06 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
13:09:06 
13:09:06   Installing       : containerd.io-1.6.16-3.1.fc36.x86_64                 46/54 
13:09:06   Running scriptlet: containerd.io-1.6.16-3.1.fc36.x86_64                 46/54 
13:09:06   Installing       : libcgroup-2.0-4.fc36.x86_64                          47/54 
13:09:06   Installing       : kmod-29-7.fc36.x86_64                                48/54 
13:09:06   Installing       : fuse-common-3.10.5-2.fc36.x86_64                     49/54 
13:09:06   Installing       : fuse3-3.10.5-2.fc36.x86_64                           50/54 
13:09:06   Installing       : fuse-overlayfs-1.9-6.fc36.x86_64                     51/54 
13:09:06   Running scriptlet: fuse-overlayfs-1.9-6.fc36.x86_64                     51/54 
13:09:06   Installing       : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   52/54 
13:09:06   Installing       : diffutils-3.8-3.fc37.x86_64                           6/54 
13:09:06   Installing       : docker-buildx-plugin-0.10.2-0.fc37.x86_64             7/54 
13:09:06   Running scriptlet: docker-buildx-plugin-0.10.2-0.fc37.x86_64             7/54 
13:09:06   Installing       : docker-scan-plugin-0.23.0-0.fc37.x86_64               8/54 
13:09:06   Running scriptlet: docker-scan-plugin-0.23.0-0.fc37.x86_64               8/54 
13:09:06   Installing       : docker-compose-plugin-2.16.0-0.fc37.x86_64            9/54 
13:09:07   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230206193855.ab4   52/54 
13:09:07   Installing       : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc36.x8   53/54 
13:09:07   Running scriptlet: docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc36.x8   53/54 
13:09:07   Cleanup          : systemd-libs-250.8-1.fc36.x86_64                     54/54 
13:09:07   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          54/54 
13:09:07   Running scriptlet: container-selinux-2:2.198.0-1.fc36.noarch            54/54 
13:09:07   Running scriptlet: systemd-resolved-250.9-1.fc36.x86_64                 54/54 
13:09:07   Running scriptlet: docker-compose-plugin-2.16.0-0.fc37.x86_64            9/54 
13:09:07   Installing       : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3   10/54 
13:09:07   Running scriptlet: docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3   10/54 
13:09:07   Installing       : xkeyboard-config-2.36-3.fc37.noarch                  11/54 
13:09:07   Installing       : libxkbcommon-1.4.1-2.fc37.x86_64                     12/54 
13:09:07   Installing       : dbus-common-1:1.14.4-1.fc37.noarch                   13/54 
13:09:07   Running scriptlet: dbus-common-1:1.14.4-1.fc37.noarch                   13/54 
13:09:07   Running scriptlet: systemd-libs-250.8-1.fc36.x86_64                     54/54 
13:09:07   Verifying        : containerd.io-1.6.16-3.1.fc36.x86_64                  1/54 
13:09:07   Verifying        : cryptsetup-libs-2.4.3-2.fc36.x86_64                   2/54 
13:09:07   Verifying        : device-mapper-1.02.175-7.fc36.x86_64                  3/54 
13:09:07   Verifying        : device-mapper-libs-1.02.175-7.fc36.x86_64             4/54 
13:09:07   Verifying        : diffutils-3.8-2.fc36.x86_64                           5/54 
13:09:07   Verifying        : fuse-common-3.10.5-2.fc36.x86_64                      6/54 
13:09:07   Verifying        : fuse3-3.10.5-2.fc36.x86_64                            7/54 
13:09:07   Verifying        : fuse3-libs-3.10.5-2.fc36.x86_64                       8/54 
13:09:07   Verifying        : iptables-legacy-1.8.7-15.fc36.x86_64                  9/54 
13:09:07   Verifying        : iptables-legacy-libs-1.8.7-15.fc36.x86_64            10/54 
13:09:07   Verifying        : iptables-libs-1.8.7-15.fc36.x86_64                   11/54 
13:09:07   Verifying        : kmod-29-7.fc36.x86_64                                12/54 
13:09:07   Verifying        : kmod-libs-29-7.fc36.x86_64                           13/54 
13:09:07   Verifying        : libcgroup-2.0-4.fc36.x86_64                          14/54 
13:09:07   Verifying        : libibverbs-39.0-1.fc36.x86_64                        15/54 
13:09:07   Verifying        : libmnl-1.0.4-15.fc36.x86_64                          16/54 
13:09:07   Verifying        : libnetfilter_conntrack-1.0.8-4.fc36.x86_64           17/54 
13:09:07   Verifying        : libnfnetlink-1.0.1-21.fc36.x86_64                    18/54 
13:09:07   Verifying        : libseccomp-2.5.3-2.fc36.x86_64                       19/54 
13:09:07   Verifying        : libselinux-utils-3.3-4.fc36.x86_64                   20/54 
13:09:07   Verifying        : libslirp-4.6.1-3.fc36.x86_64                         21/54 
13:09:07   Verifying        : libutempter-1.2.1-6.fc36.x86_64                      22/54 
13:09:07   Verifying        : libxkbcommon-1.4.0-1.fc36.x86_64                     23/54 
13:09:07   Verifying        : policycoreutils-3.3-4.fc36.x86_64                    24/54 
13:09:07   Verifying        : qrencode-libs-4.1.1-2.fc36.x86_64                    25/54 
13:09:07   Verifying        : slirp4netns-1.2.0-0.2.beta.0.fc36.x86_64             26/54 
13:09:07   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch                27/54 
13:09:07   Verifying        : xz-5.2.5-9.fc36.x86_64                               28/54 
13:09:07   Verifying        : container-selinux-2:2.198.0-1.fc36.noarch            29/54 
13:09:07   Verifying        : dbus-1:1.14.4-1.fc36.x86_64                          30/54 
13:09:07   Verifying        : dbus-broker-32-1.fc36.x86_64                         31/54 
13:09:07   Verifying        : dbus-common-1:1.14.4-1.fc36.noarch                   32/54 
13:09:07   Verifying        : fuse-overlayfs-1.9-6.fc36.x86_64                     33/54 
13:09:07   Verifying        : libargon2-20171227-9.fc36.x86_64                     34/54 
13:09:07   Verifying        : libbpf-2:0.7.0-3.fc36.x86_64                         35/54 
13:09:07   Verifying        : libfdisk-2.38-1.fc36.x86_64                          36/54 
13:09:07   Verifying        : libnl3-3.7.0-1.fc36.x86_64                           37/54 
13:09:07   Verifying        : libpcap-14:1.10.3-1.fc36.x86_64                      38/54 
13:09:07   Verifying        : rpm-plugin-selinux-4.17.1-3.fc36.x86_64              39/54 
13:09:07   Verifying        : selinux-policy-36.17-1.fc36.noarch                   40/54 
13:09:07   Verifying        : selinux-policy-targeted-36.17-1.fc36.noarch          41/54 
13:09:07   Verifying        : systemd-250.9-1.fc36.x86_64                          42/54 
13:09:07   Verifying        : systemd-networkd-250.9-1.fc36.x86_64                 43/54 
13:09:07   Verifying        : systemd-pam-250.9-1.fc36.x86_64                      44/54 
13:09:07   Verifying        : systemd-resolved-250.9-1.fc36.x86_64                 45/54 
13:09:07   Verifying        : util-linux-2.38-1.fc36.x86_64                        46/54 
13:09:07   Verifying        : docker-scan-plugin-0.23.0-0.fc36.x86_64              47/54 
13:09:07   Verifying        : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   48/54 
13:09:07   Verifying        : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc36.x8   49/54 
13:09:07   Verifying        : docker-compose-plugin-2.16.0-0.fc36.x86_64           50/54 
13:09:07   Verifying        : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3   51/54 
13:09:07   Verifying        : docker-buildx-plugin-0.10.2-0.fc36.x86_64            52/54 
13:09:07   Verifying        : systemd-libs-250.9-1.fc36.x86_64                     53/54 
13:09:07   Verifying        : systemd-libs-250.8-1.fc36.x86_64                     54/54 
13:09:07 
13:09:07 Upgraded:
13:09:07   systemd-libs-250.9-1.fc36.x86_64                                              
13:09:07 Installed:
13:09:07   container-selinux-2:2.198.0-1.fc36.noarch                                     
13:09:07   containerd.io-1.6.16-3.1.fc36.x86_64                                          
13:09:07   cryptsetup-libs-2.4.3-2.fc36.x86_64                                           
13:09:07   dbus-1:1.14.4-1.fc36.x86_64                                                   
13:09:07   dbus-broker-32-1.fc36.x86_64                                                  
13:09:07   dbus-common-1:1.14.4-1.fc36.noarch                                            
13:09:07   device-mapper-1.02.175-7.fc36.x86_64                                          
13:09:07   device-mapper-libs-1.02.175-7.fc36.x86_64                                     
13:09:07   diffutils-3.8-2.fc36.x86_64                                                   
13:09:07   docker-buildx-plugin-0.10.2-0.fc36.x86_64                                     
13:09:07   docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64                        
13:09:07   docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64                    
13:09:07   docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64          
13:09:07   docker-compose-plugin-2.16.0-0.fc36.x86_64                                    
13:09:07   docker-scan-plugin-0.23.0-0.fc36.x86_64                                       
13:09:07   fuse-common-3.10.5-2.fc36.x86_64                                              
13:09:07   fuse-overlayfs-1.9-6.fc36.x86_64                                              
13:09:07   fuse3-3.10.5-2.fc36.x86_64                                                    
13:09:07   fuse3-libs-3.10.5-2.fc36.x86_64                                               
13:09:07   iptables-legacy-1.8.7-15.fc36.x86_64                                          
13:09:07   iptables-legacy-libs-1.8.7-15.fc36.x86_64                                     
13:09:07   iptables-libs-1.8.7-15.fc36.x86_64                                            
13:09:07   kmod-29-7.fc36.x86_64                                                         
13:09:07   kmod-libs-29-7.fc36.x86_64                                                    
13:09:07   libargon2-20171227-9.fc36.x86_64                                              
13:09:07   libbpf-2:0.7.0-3.fc36.x86_64                                                  
13:09:07   libcgroup-2.0-4.fc36.x86_64                                                   
13:09:07   libfdisk-2.38-1.fc36.x86_64                                                   
13:09:07   libibverbs-39.0-1.fc36.x86_64                                                 
13:09:07   libmnl-1.0.4-15.fc36.x86_64                                                   
13:09:07   libnetfilter_conntrack-1.0.8-4.fc36.x86_64                                    
13:09:07   libnfnetlink-1.0.1-21.fc36.x86_64                                             
13:09:07   libnl3-3.7.0-1.fc36.x86_64                                                    
13:09:07   libpcap-14:1.10.3-1.fc36.x86_64                                               
13:09:07   libseccomp-2.5.3-2.fc36.x86_64                                                
13:09:07   libselinux-utils-3.3-4.fc36.x86_64                                            
13:09:07   libslirp-4.6.1-3.fc36.x86_64                                                  
13:09:07   libutempter-1.2.1-6.fc36.x86_64                                               
13:09:07   libxkbcommon-1.4.0-1.fc36.x86_64                                              
13:09:07   policycoreutils-3.3-4.fc36.x86_64                                             
13:09:07   qrencode-libs-4.1.1-2.fc36.x86_64                                             
13:09:07   rpm-plugin-selinux-4.17.1-3.fc36.x86_64                                       
13:09:07   selinux-policy-36.17-1.fc36.noarch                                            
13:09:07   selinux-policy-targeted-36.17-1.fc36.noarch                                   
13:09:07   slirp4netns-1.2.0-0.2.beta.0.fc36.x86_64                                      
13:09:07   systemd-250.9-1.fc36.x86_64                                                   
13:09:07   systemd-networkd-250.9-1.fc36.x86_64                                          
13:09:07   systemd-pam-250.9-1.fc36.x86_64                                               
13:09:07   systemd-resolved-250.9-1.fc36.x86_64                                          
13:09:07   util-linux-2.38-1.fc36.x86_64                                                 
13:09:07   xkeyboard-config-2.35.1-1.fc36.noarch                                         
13:09:07   xz-5.2.5-9.fc36.x86_64                                                        
13:09:07 
13:09:07 Complete!
13:09:07 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
13:09:07 Setting up docker-compose-plugin (2.16.0-1~debian.11~bullseye) ...
13:09:07 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
13:09:07   Running scriptlet: dbus-broker-32-1.fc37.x86_64                         14/54 
13:09:07   Installing       : dbus-broker-32-1.fc37.x86_64                         14/54 
13:09:07   Running scriptlet: dbus-broker-32-1.fc37.x86_64                         14/54 
13:09:07   Installing       : dbus-1:1.14.4-1.fc37.x86_64                          15/54 
13:09:07   Installing       : xz-5.2.5-10.fc37.x86_64                              16/54 
13:09:07   Installing       : qrencode-libs-4.1.1-3.fc37.x86_64                    17/54 
13:09:07   Running scriptlet: libutempter-1.2.1-7.fc37.x86_64                      18/54 
13:09:07   Installing       : libutempter-1.2.1-7.fc37.x86_64                      18/54 
13:09:07   Installing       : util-linux-2.38.1-1.fc37.x86_64                      19/54 
13:09:07 warning: /etc/adjtime created as /etc/adjtime.rpmnew
13:09:07 
13:09:07   Installing       : policycoreutils-3.4-6.fc37.x86_64                    20/54 
13:09:07   Running scriptlet: policycoreutils-3.4-6.fc37.x86_64                    20/54 
13:09:07   Installing       : selinux-policy-37.19-1.fc37.noarch                   21/54 
13:09:07   Running scriptlet: selinux-policy-37.19-1.fc37.noarch                   21/54 
13:09:07 + verify_binaries
13:09:07 + docker --version
13:09:07 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:09:07 ++ uname -m
13:09:07 + '[' x86_64 = x86_64 ']'
13:09:07 + docker scan --help
13:09:07 
13:09:07 Usage:  docker scan [OPTIONS] IMAGE
13:09:07 
13:09:07 A tool to scan your images
13:09:07 
13:09:07 Options:
13:09:07       --accept-license    Accept using a third party scanning provider
13:09:07       --dependency-tree   Show dependency tree with scan results
13:09:07       --exclude-base      Exclude base image from vulnerability scanning
13:09:07                           (requires --file)
13:09:07   -f, --file string       Dockerfile associated with image, provides more
13:09:07                           detailed results
13:09:07       --group-issues      Aggregate duplicated vulnerabilities and group
13:09:07                           them to a single one (requires --json)
13:09:07       --json              Output results in JSON format
13:09:07       --login             Authenticate to the scan provider using an
13:09:07                           optional token (with --token), or web base
13:09:07                           token if empty
13:09:07       --reject-license    Reject using a third party scanning provider
13:09:07       --severity string   Only report vulnerabilities of provided level
13:09:07                           or higher (low|medium|high)
13:09:07       --token string      Authentication token to login to the third
13:09:07                           party scanning provider
13:09:07       --version           Display version of the scan plugin
13:09:07 + docker buildx version
13:09:07 invoke-rc.d: could not determine current runlevel
13:09:07 invoke-rc.d: policy-rc.d denied execution of start.
13:09:07 Setting up docker-buildx-plugin (0.10.2-1~debian.11~bullseye) ...
13:09:07 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
13:09:07 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:09:07  docker-ce-rootless-extras depends on dbus-user-session; however:
13:09:07   Package dbus-user-session is not installed.
13:09:07 
13:09:07 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.16.0-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb
13:09:07   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          22/54 
13:09:07 github.com/docker/buildx v0.10.2 00ed17d
13:09:07 + docker compose version
13:09:07 Docker Compose version v2.16.0
13:09:07 + dockerd --version
13:09:07 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:09:07 + docker-proxy --version
13:09:07 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:09:07 + containerd --version
13:09:07 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:09:07 + ctr --version
13:09:07 ctr containerd.io 1.6.16
13:09:07 + containerd-shim --help
13:09:07 Usage of containerd-shim:
13:09:07   -address string
13:09:07     	grpc address back to main containerd
13:09:07   -containerd-binary containerd publish
13:09:07     	path to containerd binary (used for containerd publish) (default "containerd")
13:09:07   -criu string
13:09:07     	path to criu binary
13:09:07   -debug
13:09:07     	enable debug output in logs
13:09:07   -namespace string
13:09:07     	namespace that owns the shim
13:09:07   -runtime-root string
13:09:07     	root directory for the runtime (default "/run/containerd/runc")
13:09:07   -socket string
13:09:07     	socket path to serve
13:09:07   -systemd-cgroup
13:09:07     	set runtime to use systemd-cgroup
13:09:07   -workdir string
13:09:07     	path used to storge large temporary data
13:09:07 + containerd-shim-runc-v1 -v
13:09:07 containerd-shim-runc-v1:
13:09:07   Version:  1.6.16
13:09:07   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:09:07   Go version: go1.18.10
13:09:07 
13:09:07 + containerd-shim-runc-v2 -v
13:09:07 containerd-shim-runc-v2:
13:09:07   Version:  1.6.16
13:09:07   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:09:07   Go version: go1.18.10
13:09:07 
13:09:07 + runc --version
13:09:07   Installing       : selinux-policy-targeted-37.19-1.fc37.noarch          22/54 
13:09:08 runc version 1.1.4
13:09:08 commit: v1.1.4-0-g5fd4c4d
13:09:08 spec: 1.0.2-dev
13:09:08 go: go1.18.10
13:09:08 libseccomp: 2.5.3
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:09:08 Reading package lists...
13:09:08 Building dependency tree...
13:09:08 Reading state information...
13:09:08 Correcting dependencies... Done
13:09:08 Skipping docker-ce, it is already installed and upgrade is not set.
13:09:08 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:09:08 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:09:08 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:09:08 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:09:08 The following additional packages will be installed:
13:09:08   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
13:09:08   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
13:09:08   libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
13:09:08   libpam-systemd libxtables12 netbase systemd systemd-sysv
13:09:08 Suggested packages:
13:09:08   firewalld kmod systemd-container policykit-1
13:09:08 Recommended packages:
13:09:08   nftables systemd-timesyncd | time-daemon libnss-systemd
13:09:09 The following NEW packages will be installed:
13:09:09   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
13:09:09   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
13:09:09   libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
13:09:09   libpam-systemd libxtables12 netbase systemd systemd-sysv
13:09:09 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded.
13:09:09 Need to get 26.7 MB of archives.
13:09:09 After this operation, 107 MB of additional disk space will be used.
13:09:09 Get:1 http://deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
13:09:09 Get:2 http://deb.debian.org/debian bullseye/main armhf libcap2 armhf 1:2.44-1 [21.2 kB]
13:09:09 Get:3 http://deb.debian.org/debian bullseye/main armhf libargon2-1 armhf 0~20171227-0.2 [20.4 kB]
13:09:09 Get:4 http://deb.debian.org/debian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [92.1 kB]
13:09:09 Get:5 http://deb.debian.org/debian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [135 kB]
13:09:09 Get:6 http://deb.debian.org/debian bullseye/main armhf libjson-c5 armhf 0.15-2 [39.0 kB]
13:09:09 Get:7 http://deb.debian.org/debian bullseye/main armhf libcryptsetup12 armhf 2:2.3.7-1+deb11u1 [227 kB]
13:09:09 Get:8 http://deb.debian.org/debian bullseye/main armhf libip4tc2 armhf 1.8.7-1 [32.6 kB]
13:09:09 Get:9 http://deb.debian.org/debian bullseye/main armhf libkmod2 armhf 28-1 [48.5 kB]
13:09:09 Get:10 http://deb.debian.org/debian bullseye/main armhf systemd armhf 247.3-7+deb11u1 [4303 kB]
13:09:09 Get:11 https://download.docker.com/linux/debian bullseye/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
13:09:09 Get:12 http://deb.debian.org/debian bullseye/main armhf systemd-sysv armhf 247.3-7+deb11u1 [113 kB]
13:09:09 Get:13 http://deb.debian.org/debian bullseye/main armhf dbus armhf 1.12.24-0+deb11u1 [225 kB]
13:09:09 Get:14 http://deb.debian.org/debian bullseye/main armhf netbase all 6.3 [19.9 kB]
13:09:09 Get:15 http://deb.debian.org/debian bullseye/main armhf libpam-systemd armhf 247.3-7+deb11u1 [263 kB]
13:09:09 Get:16 http://deb.debian.org/debian bullseye/main armhf dbus-user-session armhf 1.12.24-0+deb11u1 [99.7 kB]
13:09:09 Get:17 http://deb.debian.org/debian bullseye/main armhf libip6tc2 armhf 1.8.7-1 [32.9 kB]
13:09:09 Get:18 http://deb.debian.org/debian bullseye/main armhf libxtables12 armhf 1.8.7-1 [42.4 kB]
13:09:09 Get:19 http://deb.debian.org/debian bullseye/main armhf libmnl0 armhf 1.0.4-3 [10.9 kB]
13:09:09 Get:20 http://deb.debian.org/debian bullseye/main armhf libnfnetlink0 armhf 1.0.1-3+b1 [12.1 kB]
13:09:09 Get:21 http://deb.debian.org/debian bullseye/main armhf libnetfilter-conntrack3 armhf 1.0.8-3 [33.6 kB]
13:09:09 Get:22 http://deb.debian.org/debian bullseye/main armhf libnftnl11 armhf 1.1.9-1 [49.0 kB]
13:09:09 Get:23 http://deb.debian.org/debian bullseye/main armhf iptables armhf 1.8.7-1 [339 kB]
13:09:09 debconf: delaying package configuration, since apt-utils is not installed
13:09:09 Fetched 26.7 MB in 1s (33.8 MB/s)
13:09:10 Selecting previously unselected package libapparmor1:armhf.
13:09: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 ... 9945 files and directories currently installed.)
13:09:10 Preparing to unpack .../0-libapparmor1_2.13.6-10_armhf.deb ...
13:09:10 Unpacking libapparmor1:armhf (2.13.6-10) ...
13:09:10 Selecting previously unselected package libcap2:armhf.
13:09:10 Preparing to unpack .../1-libcap2_1%3a2.44-1_armhf.deb ...
13:09:10 Unpacking libcap2:armhf (1:2.44-1) ...
13:09:10 Selecting previously unselected package libargon2-1:armhf.
13:09:10 Preparing to unpack .../2-libargon2-1_0~20171227-0.2_armhf.deb ...
13:09:10 Unpacking libargon2-1:armhf (0~20171227-0.2) ...
13:09:10 Selecting previously unselected package dmsetup.
13:09:10 Preparing to unpack .../3-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
13:09:10 Unpacking dmsetup (2:1.02.175-2.1) ...
13:09:10 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:09:10 Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
13:09:10 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
13:09:10 Selecting previously unselected package libjson-c5:armhf.
13:09:10 Preparing to unpack .../5-libjson-c5_0.15-2_armhf.deb ...
13:09:10 Unpacking libjson-c5:armhf (0.15-2) ...
13:09:10 Selecting previously unselected package libcryptsetup12:armhf.
13:09:10 Preparing to unpack .../6-libcryptsetup12_2%3a2.3.7-1+deb11u1_armhf.deb ...
13:09:10 Unpacking libcryptsetup12:armhf (2:2.3.7-1+deb11u1) ...
13:09:10 Selecting previously unselected package libip4tc2:armhf.
13:09:10 Preparing to unpack .../7-libip4tc2_1.8.7-1_armhf.deb ...
13:09:10 Unpacking libip4tc2:armhf (1.8.7-1) ...
13:09:10 Selecting previously unselected package libkmod2:armhf.
13:09:10 Preparing to unpack .../8-libkmod2_28-1_armhf.deb ...
13:09:10 Unpacking libkmod2:armhf (28-1) ...
13:09:10 Selecting previously unselected package systemd.
13:09:10 Preparing to unpack .../9-systemd_247.3-7+deb11u1_armhf.deb ...
13:09:10 Unpacking systemd (247.3-7+deb11u1) ...
13:09:10 Setting up libapparmor1:armhf (2.13.6-10) ...
13:09:10 Setting up libcap2:armhf (1:2.44-1) ...
13:09:10 Setting up libargon2-1:armhf (0~20171227-0.2) ...
13:09:10 Setting up libjson-c5:armhf (0.15-2) ...
13:09:10 Setting up libip4tc2:armhf (1.8.7-1) ...
13:09:10 Setting up libkmod2:armhf (28-1) ...
13:09:10 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
13:09:10 Setting up libcryptsetup12:armhf (2:2.3.7-1+deb11u1) ...
13:09:11 Setting up systemd (247.3-7+deb11u1) ...
13:09:11 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:09:11 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:09:11 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:09:11 Initializing machine ID from random generator.
13:09:11 Setting up dmsetup (2:1.02.175-2.1) ...
13:09:11 Selecting previously unselected package systemd-sysv.
13:09:11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10792 files and directories currently installed.)
13:09:11 Preparing to unpack .../00-systemd-sysv_247.3-7+deb11u1_armhf.deb ...
13:09:11 Unpacking systemd-sysv (247.3-7+deb11u1) ...
13:09:11 Selecting previously unselected package dbus.
13:09:11 Preparing to unpack .../01-dbus_1.12.24-0+deb11u1_armhf.deb ...
13:09:11 Unpacking dbus (1.12.24-0+deb11u1) ...
13:09:11 Selecting previously unselected package netbase.
13:09:11 Preparing to unpack .../02-netbase_6.3_all.deb ...
13:09:11 Unpacking netbase (6.3) ...
13:09:11 Selecting previously unselected package libpam-systemd:armhf.
13:09:11 Preparing to unpack .../03-libpam-systemd_247.3-7+deb11u1_armhf.deb ...
13:09:11 Unpacking libpam-systemd:armhf (247.3-7+deb11u1) ...
13:09:11 Selecting previously unselected package containerd.io.
13:09:11 Preparing to unpack .../04-containerd.io_1.6.16-1_armhf.deb ...
13:09:11 Unpacking containerd.io (1.6.16-1) ...
13:09:13 Selecting previously unselected package dbus-user-session.
13:09:13 Preparing to unpack .../05-dbus-user-session_1.12.24-0+deb11u1_armhf.deb ...
13:09:13 Unpacking dbus-user-session (1.12.24-0+deb11u1) ...
13:09:13 Selecting previously unselected package libip6tc2:armhf.
13:09:13 Preparing to unpack .../06-libip6tc2_1.8.7-1_armhf.deb ...
13:09:13 Unpacking libip6tc2:armhf (1.8.7-1) ...
13:09:13 Selecting previously unselected package libxtables12:armhf.
13:09:13 Preparing to unpack .../07-libxtables12_1.8.7-1_armhf.deb ...
13:09:13 Unpacking libxtables12:armhf (1.8.7-1) ...
13:09:13 Selecting previously unselected package libmnl0:armhf.
13:09:13 Preparing to unpack .../08-libmnl0_1.0.4-3_armhf.deb ...
13:09:13 Unpacking libmnl0:armhf (1.0.4-3) ...
13:09:13 Selecting previously unselected package libnfnetlink0:armhf.
13:09:13 Preparing to unpack .../09-libnfnetlink0_1.0.1-3+b1_armhf.deb ...
13:09:13 Unpacking libnfnetlink0:armhf (1.0.1-3+b1) ...
13:09:13 Selecting previously unselected package libnetfilter-conntrack3:armhf.
13:09:13 Preparing to unpack .../10-libnetfilter-conntrack3_1.0.8-3_armhf.deb ...
13:09:13 Unpacking libnetfilter-conntrack3:armhf (1.0.8-3) ...
13:09:13 Selecting previously unselected package libnftnl11:armhf.
13:09:13 Preparing to unpack .../11-libnftnl11_1.1.9-1_armhf.deb ...
13:09:13 Unpacking libnftnl11:armhf (1.1.9-1) ...
13:09:13 Selecting previously unselected package iptables.
13:09:13 Preparing to unpack .../12-iptables_1.8.7-1_armhf.deb ...
13:09:13 Unpacking iptables (1.8.7-1) ...
13:09:14 Setting up systemd-sysv (247.3-7+deb11u1) ...
13:09:14 Setting up libip6tc2:armhf (1.8.7-1) ...
13:09:14 Setting up dbus (1.12.24-0+deb11u1) ...
13:09:14 invoke-rc.d: could not determine current runlevel
13:09:14 invoke-rc.d: policy-rc.d denied execution of start.
13:09:14 Setting up libmnl0:armhf (1.0.4-3) ...
13:09:14 Setting up containerd.io (1.6.16-1) ...
13:09:14 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:09:14 Setting up libxtables12:armhf (1.8.7-1) ...
13:09:14 Setting up libnfnetlink0:armhf (1.0.1-3+b1) ...
13:09:14 Setting up libpam-systemd:armhf (247.3-7+deb11u1) ...
13:09:14 Setting up netbase (6.3) ...
13:09:14 Setting up libnftnl11:armhf (1.1.9-1) ...
13:09:14 Setting up dbus-user-session (1.12.24-0+deb11u1) ...
13:09:14 Setting up libnetfilter-conntrack3:armhf (1.0.8-3) ...
13:09:14 Setting up iptables (1.8.7-1) ...
13:09:14 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:09:14 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:09:14 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:09:14 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:09:14 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:09:14 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:09:14 Processing triggers for libc-bin (2.31-13+deb11u5) ...
13:09:14 + verify_binaries
13:09:14 + docker --version
13:09:14 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:09:14 ++ uname -m
13:09:14 + '[' armv8l = x86_64 ']'
13:09:14 + docker buildx version
13:09:14 github.com/docker/buildx v0.10.2 00ed17d
13:09:14 + docker compose version
13:09:14 Docker Compose version v2.16.0
13:09:14 + dockerd --version
13:09:14 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:09:14 + docker-proxy --version
13:09:14 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:09:14 + containerd --version
13:09:14 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:09:14 + ctr --version
13:09:15 ctr containerd.io 1.6.16
13:09:15 + containerd-shim --help
13:09:15 Usage of containerd-shim:
13:09:15   -address string
13:09:15     	grpc address back to main containerd
13:09:15   -containerd-binary containerd publish
13:09:15     	path to containerd binary (used for containerd publish) (default "containerd")
13:09:15   -criu string
13:09:15     	path to criu binary
13:09:15   -debug
13:09:15     	enable debug output in logs
13:09:15   -namespace string
13:09:15     	namespace that owns the shim
13:09:15   -runtime-root string
13:09:15     	root directory for the runtime (default "/run/containerd/runc")
13:09:15   -socket string
13:09:15     	socket path to serve
13:09:15   -systemd-cgroup
13:09:15     	set runtime to use systemd-cgroup
13:09:15   -workdir string
13:09:15     	path used to storge large temporary data
13:09:15 + containerd-shim-runc-v1 -v
13:09:15 containerd-shim-runc-v1:
13:09:15   Version:  1.6.16
13:09:15   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:09:15   Go version: go1.18.10
13:09:15 
13:09:15 + containerd-shim-runc-v2 -v
13:09:15 containerd-shim-runc-v2:
13:09:15   Version:  1.6.16
13:09:15   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:09:15   Go version: go1.18.10
13:09:15 
13:09:15 + runc --version
13:09:15 runc version 1.1.4
13:09:15 commit: v1.1.4-0-g5fd4c4d
13:09:15 spec: 1.0.2-dev
13:09:15 go: go1.18.10
13:09:15 libseccomp: 2.5.1
13:09:16   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          22/54 
13:09:16   Running scriptlet: container-selinux-2:2.199.0-1.fc37.noarch            23/54 
13:09:16   Installing       : container-selinux-2:2.199.0-1.fc37.noarch            23/54 
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:09:26   Running scriptlet: container-selinux-2:2.199.0-1.fc37.noarch            23/54 
13:09:26   Installing       : libslirp-4.7.0-2.fc37.x86_64                         24/54 
13:09:26   Installing       : slirp4netns-1.2.0-8.fc37.x86_64                      25/54 
13:09:26   Installing       : libnl3-3.7.0-2.fc37.x86_64                           26/54 
13:09:26   Installing       : libibverbs-41.0-1.fc37.x86_64                        27/54 
13:09:26   Installing       : libpcap-14:1.10.3-1.fc37.x86_64                      28/54 
13:09:26   Installing       : iptables-legacy-libs-1.8.8-4.fc37.x86_64             29/54 
13:09:26   Installing       : libnfnetlink-1.0.1-22.fc37.x86_64                    30/54 
13:09:26   Installing       : libmnl-1.0.5-1.fc37.x86_64                           31/54 
13:09:26   Installing       : libnetfilter_conntrack-1.0.8-5.fc37.x86_64           32/54 
13:09:26   Installing       : iptables-libs-1.8.8-4.fc37.x86_64                    33/54 
13:09:26   Installing       : iptables-legacy-1.8.8-4.fc37.x86_64                  34/54 
13:09:26   Running scriptlet: iptables-legacy-1.8.8-4.fc37.x86_64                  34/54 
13:09:26   Installing       : libbpf-2:0.8.0-2.fc37.x86_64                         35/54 
13:09:26   Installing       : libargon2-20190702-1.fc37.x86_64                     36/54 
13:09:26   Installing       : kmod-libs-30-2.fc37.x86_64                           37/54 
13:09:26   Installing       : device-mapper-libs-1.02.175-9.fc37.x86_64            38/54 
13:09:26   Installing       : cryptsetup-libs-2.5.0-1.fc37.x86_64                  39/54 
13:09:26   Installing       : device-mapper-1.02.175-9.fc37.x86_64                 40/54 
13:09:26   Installing       : systemd-networkd-251.10-588.fc37.x86_64              41/54 
13:09:26   Running scriptlet: systemd-networkd-251.10-588.fc37.x86_64              41/54 
13:09:26   Installing       : systemd-pam-251.10-588.fc37.x86_64                   42/54 
13:09:26   Installing       : systemd-resolved-251.10-588.fc37.x86_64              43/54 
13:09:26   Running scriptlet: systemd-resolved-251.10-588.fc37.x86_64              43/54 
13:09:26   Installing       : systemd-251.10-588.fc37.x86_64                       44/54 
13:09:26   Running scriptlet: systemd-251.10-588.fc37.x86_64                       44/54 
13:09:26 Creating group 'input' with GID 104.
13:09:26 Creating group 'kvm' with GID 36.
13:09:26 Creating group 'render' with GID 105.
13:09:26 Creating group 'sgx' with GID 106.
13:09:26 Creating group 'systemd-journal' with GID 190.
13:09:26 Creating group 'systemd-network' with GID 192.
13:09:26 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
13:09:26 Creating group 'systemd-oom' with GID 998.
13:09:26 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
13:09:26 Creating group 'systemd-resolve' with GID 193.
13:09:26 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
13:09:26 
13:09:26   Installing       : containerd.io-1.6.16-3.1.fc37.x86_64                 45/54 
13:09:26   Running scriptlet: containerd.io-1.6.16-3.1.fc37.x86_64                 45/54 
13:09:26   Installing       : libcgroup-3.0-1.fc37.x86_64                          46/54 
13:09:26   Installing       : kmod-30-2.fc37.x86_64                                47/54 
13:09:26   Installing       : fuse-common-3.10.5-5.fc37.x86_64                     48/54 
13:09:26   Installing       : fuse3-3.10.5-5.fc37.x86_64                           49/54 
13:09:26   Installing       : fuse-overlayfs-1.9-6.fc37.x86_64                     50/54 
13:09:26   Running scriptlet: fuse-overlayfs-1.9-6.fc37.x86_64                     50/54 
13:09:26   Installing       : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   51/54 
13:09:26   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230206193855.ab4   51/54 
13:09:26   Installing       : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc37.x8   52/54 
13:09:26   Running scriptlet: docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc37.x8   52/54 
13:09:26   Installing       : rpm-plugin-selinux-4.18.0-1.fc37.x86_64              53/54 
13:09:26   Cleanup          : systemd-libs-251.8-586.fc37.x86_64                   54/54 
13:09:26   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          54/54 
13:09:26   Running scriptlet: container-selinux-2:2.199.0-1.fc37.noarch            54/54 
13:09:26   Running scriptlet: systemd-resolved-251.10-588.fc37.x86_64              54/54 
13:09:26   Running scriptlet: systemd-libs-251.8-586.fc37.x86_64                   54/54 
13:09:26   Verifying        : containerd.io-1.6.16-3.1.fc37.x86_64                  1/54 
13:09:26   Verifying        : cryptsetup-libs-2.5.0-1.fc37.x86_64                   2/54 
13:09:26   Verifying        : dbus-broker-32-1.fc37.x86_64                          3/54 
13:09:26   Verifying        : device-mapper-1.02.175-9.fc37.x86_64                  4/54 
13:09:26   Verifying        : device-mapper-libs-1.02.175-9.fc37.x86_64             5/54 
13:09:26   Verifying        : diffutils-3.8-3.fc37.x86_64                           6/54 
13:09:26   Verifying        : fuse-common-3.10.5-5.fc37.x86_64                      7/54 
13:09:26   Verifying        : fuse3-3.10.5-5.fc37.x86_64                            8/54 
13:09:26   Verifying        : fuse3-libs-3.10.5-5.fc37.x86_64                       9/54 
13:09:26   Verifying        : kmod-30-2.fc37.x86_64                                10/54 
13:09:26   Verifying        : kmod-libs-30-2.fc37.x86_64                           11/54 
13:09:26   Verifying        : libargon2-20190702-1.fc37.x86_64                     12/54 
13:09:26   Verifying        : libbpf-2:0.8.0-2.fc37.x86_64                         13/54 
13:09:26   Verifying        : libcgroup-3.0-1.fc37.x86_64                          14/54 
13:09:26   Verifying        : libfdisk-2.38.1-1.fc37.x86_64                        15/54 
13:09:26   Verifying        : libibverbs-41.0-1.fc37.x86_64                        16/54 
13:09:26   Verifying        : libmnl-1.0.5-1.fc37.x86_64                           17/54 
13:09:26   Verifying        : libnetfilter_conntrack-1.0.8-5.fc37.x86_64           18/54 
13:09:26   Verifying        : libnfnetlink-1.0.1-22.fc37.x86_64                    19/54 
13:09:26   Verifying        : libnl3-3.7.0-2.fc37.x86_64                           20/54 
13:09:26   Verifying        : libseccomp-2.5.3-3.fc37.x86_64                       21/54 
13:09:26   Verifying        : libselinux-utils-3.4-5.fc37.x86_64                   22/54 
13:09:26   Verifying        : libslirp-4.7.0-2.fc37.x86_64                         23/54 
13:09:26   Verifying        : libutempter-1.2.1-7.fc37.x86_64                      24/54 
13:09:26   Verifying        : libxkbcommon-1.4.1-2.fc37.x86_64                     25/54 
13:09:26   Verifying        : policycoreutils-3.4-6.fc37.x86_64                    26/54 
13:09:26   Verifying        : qrencode-libs-4.1.1-3.fc37.x86_64                    27/54 
13:09:26   Verifying        : rpm-plugin-selinux-4.18.0-1.fc37.x86_64              28/54 
13:09:26   Verifying        : util-linux-2.38.1-1.fc37.x86_64                      29/54 
13:09:26   Verifying        : xz-5.2.5-10.fc37.x86_64                              30/54 
13:09:26   Verifying        : container-selinux-2:2.199.0-1.fc37.noarch            31/54 
13:09:26   Verifying        : dbus-1:1.14.4-1.fc37.x86_64                          32/54 
13:09:26   Verifying        : dbus-common-1:1.14.4-1.fc37.noarch                   33/54 
13:09:26   Verifying        : fuse-overlayfs-1.9-6.fc37.x86_64                     34/54 
13:09:26   Verifying        : iptables-legacy-1.8.8-4.fc37.x86_64                  35/54 
13:09:26   Verifying        : iptables-legacy-libs-1.8.8-4.fc37.x86_64             36/54 
13:09:26   Verifying        : iptables-libs-1.8.8-4.fc37.x86_64                    37/54 
13:09:26   Verifying        : libpcap-14:1.10.3-1.fc37.x86_64                      38/54 
13:09:26   Verifying        : selinux-policy-37.19-1.fc37.noarch                   39/54 
13:09:26   Verifying        : selinux-policy-targeted-37.19-1.fc37.noarch          40/54 
13:09:26   Verifying        : slirp4netns-1.2.0-8.fc37.x86_64                      41/54 
13:09:26   Verifying        : systemd-251.10-588.fc37.x86_64                       42/54 
13:09:26   Verifying        : systemd-networkd-251.10-588.fc37.x86_64              43/54 
13:09:26   Verifying        : systemd-pam-251.10-588.fc37.x86_64                   44/54 
13:09:26   Verifying        : systemd-resolved-251.10-588.fc37.x86_64              45/54 
13:09:26   Verifying        : xkeyboard-config-2.36-3.fc37.noarch                  46/54 
13:09:26   Verifying        : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc37.x8   47/54 
13:09:26   Verifying        : docker-compose-plugin-2.16.0-0.fc37.x86_64           48/54 
13:09:26   Verifying        : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   49/54 
13:09:26   Verifying        : docker-scan-plugin-0.23.0-0.fc37.x86_64              50/54 
13:09:26   Verifying        : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3   51/54 
13:09:26   Verifying        : docker-buildx-plugin-0.10.2-0.fc37.x86_64            52/54 
13:09:26   Verifying        : systemd-libs-251.10-588.fc37.x86_64                  53/54 
13:09:26   Verifying        : systemd-libs-251.8-586.fc37.x86_64                   54/54 
13:09:26 
13:09:26 Upgraded:
13:09:26   systemd-libs-251.10-588.fc37.x86_64                                           
13:09:26 Installed:
13:09:26   container-selinux-2:2.199.0-1.fc37.noarch                                     
13:09:26   containerd.io-1.6.16-3.1.fc37.x86_64                                          
13:09:26   cryptsetup-libs-2.5.0-1.fc37.x86_64                                           
13:09:26   dbus-1:1.14.4-1.fc37.x86_64                                                   
13:09:26   dbus-broker-32-1.fc37.x86_64                                                  
13:09:26   dbus-common-1:1.14.4-1.fc37.noarch                                            
13:09:26   device-mapper-1.02.175-9.fc37.x86_64                                          
13:09:26   device-mapper-libs-1.02.175-9.fc37.x86_64                                     
13:09:26   diffutils-3.8-3.fc37.x86_64                                                   
13:09:26   docker-buildx-plugin-0.10.2-0.fc37.x86_64                                     
13:09:26   docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64                        
13:09:26   docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64                    
13:09:26   docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64          
13:09:26   docker-compose-plugin-2.16.0-0.fc37.x86_64                                    
13:09:26   docker-scan-plugin-0.23.0-0.fc37.x86_64                                       
13:09:26   fuse-common-3.10.5-5.fc37.x86_64                                              
13:09:26   fuse-overlayfs-1.9-6.fc37.x86_64                                              
13:09:26   fuse3-3.10.5-5.fc37.x86_64                                                    
13:09:26   fuse3-libs-3.10.5-5.fc37.x86_64                                               
13:09:26   iptables-legacy-1.8.8-4.fc37.x86_64                                           
13:09:26   iptables-legacy-libs-1.8.8-4.fc37.x86_64                                      
13:09:26   iptables-libs-1.8.8-4.fc37.x86_64                                             
13:09:26   kmod-30-2.fc37.x86_64                                                         
13:09:26   kmod-libs-30-2.fc37.x86_64                                                    
13:09:26   libargon2-20190702-1.fc37.x86_64                                              
13:09:26   libbpf-2:0.8.0-2.fc37.x86_64                                                  
13:09:26   libcgroup-3.0-1.fc37.x86_64                                                   
13:09:26   libfdisk-2.38.1-1.fc37.x86_64                                                 
13:09:26   libibverbs-41.0-1.fc37.x86_64                                                 
13:09:26   libmnl-1.0.5-1.fc37.x86_64                                                    
13:09:26   libnetfilter_conntrack-1.0.8-5.fc37.x86_64                                    
13:09:26   libnfnetlink-1.0.1-22.fc37.x86_64                                             
13:09:26   libnl3-3.7.0-2.fc37.x86_64                                                    
13:09:26   libpcap-14:1.10.3-1.fc37.x86_64                                               
13:09:26   libseccomp-2.5.3-3.fc37.x86_64                                                
13:09:26   libselinux-utils-3.4-5.fc37.x86_64                                            
13:09:26   libslirp-4.7.0-2.fc37.x86_64                                                  
13:09:26   libutempter-1.2.1-7.fc37.x86_64                                               
13:09:26   libxkbcommon-1.4.1-2.fc37.x86_64                                              
13:09:26   policycoreutils-3.4-6.fc37.x86_64                                             
13:09:26   qrencode-libs-4.1.1-3.fc37.x86_64                                             
13:09:26   rpm-plugin-selinux-4.18.0-1.fc37.x86_64                                       
13:09:26   selinux-policy-37.19-1.fc37.noarch                                            
13:09:26   selinux-policy-targeted-37.19-1.fc37.noarch                                   
13:09:26   slirp4netns-1.2.0-8.fc37.x86_64                                               
13:09:26   systemd-251.10-588.fc37.x86_64                                                
13:09:26   systemd-networkd-251.10-588.fc37.x86_64                                       
13:09:26   systemd-pam-251.10-588.fc37.x86_64                                            
13:09:26   systemd-resolved-251.10-588.fc37.x86_64                                       
13:09:26   util-linux-2.38.1-1.fc37.x86_64                                               
13:09:26   xkeyboard-config-2.36-3.fc37.noarch                                           
13:09:26   xz-5.2.5-10.fc37.x86_64                                                       
13:09:26 
13:09:26 Complete!
13:09:27 + verify_binaries
13:09:27 + docker --version
13:09:27 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:09:27 ++ uname -m
13:09:27 + '[' x86_64 = x86_64 ']'
13:09:27 + docker scan --help
13:09:27 
13:09:27 Usage:  docker scan [OPTIONS] IMAGE
13:09:27 
13:09:27 A tool to scan your images
13:09:27 
13:09:27 Options:
13:09:27       --accept-license    Accept using a third party scanning provider
13:09:27       --dependency-tree   Show dependency tree with scan results
13:09:27       --exclude-base      Exclude base image from vulnerability scanning
13:09:27                           (requires --file)
13:09:27   -f, --file string       Dockerfile associated with image, provides more
13:09:27                           detailed results
13:09:27       --group-issues      Aggregate duplicated vulnerabilities and group
13:09:27                           them to a single one (requires --json)
13:09:27       --json              Output results in JSON format
13:09:27       --login             Authenticate to the scan provider using an
13:09:27                           optional token (with --token), or web base
13:09:27                           token if empty
13:09:27       --reject-license    Reject using a third party scanning provider
13:09:27       --severity string   Only report vulnerabilities of provided level
13:09:27                           or higher (low|medium|high)
13:09:27       --token string      Authentication token to login to the third
13:09:27                           party scanning provider
13:09:27       --version           Display version of the scan plugin
13:09:27 + docker buildx version
13:09:27 github.com/docker/buildx v0.10.2 00ed17d
13:09:27 + docker compose version
13:09:27 Docker Compose version v2.16.0
13:09:27 + dockerd --version
13:09:27 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:09:27 + docker-proxy --version
13:09:27 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:09:27 + containerd --version
13:09:27 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:09:27 + ctr --version
13:09:27 ctr containerd.io 1.6.16
13:09:27 + containerd-shim --help
13:09:27 Usage of containerd-shim:
13:09:27   -address string
13:09:27     	grpc address back to main containerd
13:09:27   -containerd-binary containerd publish
13:09:27     	path to containerd binary (used for containerd publish) (default "containerd")
13:09:27   -criu string
13:09:27     	path to criu binary
13:09:27   -debug
13:09:27     	enable debug output in logs
13:09:27   -namespace string
13:09:27     	namespace that owns the shim
13:09:27   -runtime-root string
13:09:27     	root directory for the runtime (default "/run/containerd/runc")
13:09:27   -socket string
13:09:27     	socket path to serve
13:09:27   -systemd-cgroup
13:09:27     	set runtime to use systemd-cgroup
13:09:27   -workdir string
13:09:27     	path used to storge large temporary data
13:09:27 + containerd-shim-runc-v1 -v
13:09:27 containerd-shim-runc-v1:
13:09:27   Version:  1.6.16
13:09:27   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:09:27   Go version: go1.18.10
13:09:27 
13:09:27 + containerd-shim-runc-v2 -v
13:09:27 containerd-shim-runc-v2:
13:09:27   Version:  1.6.16
13:09:27   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:09:27   Go version: go1.18.10
13:09:27 
13:09:27 + runc --version
13:09:27 runc version 1.1.4
13:09:27 commit: v1.1.4-0-g5fd4c4d
13:09:27 spec: 1.0.2-dev
13:09:27 go: go1.18.10
13:09:27 libseccomp: 2.5.3
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:09:28 Metadata Cache Created
13:09:28 + echo '[DEBUG] Installing engine rpms'
13:09:28 [DEBUG] Installing engine rpms
13:09:28 ++ find rpm/rpmbuild/centos-7/RPMS/ -type f -name '*.rpm'
13:09:28 ++ sed /src/d
13:09:28 + packages='rpm/rpmbuild/centos-7/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el7.x86_64.rpm
13:09:28 rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm
13:09:28 rpm/rpmbuild/centos-7/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el7.x86_64.rpm
13:09:28 rpm/rpmbuild/centos-7/RPMS/x86_64/docker-compose-plugin-2.16.0-0.el7.x86_64.rpm
13:09:28 rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm
13:09:28 rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm'
13:09:28 + set -x
13:09:28 ++ source /etc/os-release
13:09:28 +++ NAME='CentOS Linux'
13:09:28 +++ VERSION='7 (Core)'
13:09:28 +++ ID=centos
13:09:28 +++ ID_LIKE='rhel fedora'
13:09:28 +++ VERSION_ID=7
13:09:28 +++ PRETTY_NAME='CentOS Linux 7 (Core)'
13:09:28 +++ ANSI_COLOR='0;31'
13:09:28 +++ CPE_NAME=cpe:/o:centos:centos:7
13:09:28 +++ HOME_URL=https://www.centos.org/
13:09:28 +++ BUG_REPORT_URL=https://bugs.centos.org/
13:09:28 +++ CENTOS_MANTISBT_PROJECT=CentOS-7
13:09:28 +++ CENTOS_MANTISBT_PROJECT_VERSION=7
13:09:28 +++ REDHAT_SUPPORT_PRODUCT=centos
13:09:28 +++ REDHAT_SUPPORT_PRODUCT_VERSION=7
13:09:28 ++ echo 7
13:09:28 + product_version=7
13:09:28 + '[' 7 = rawhide ']'
13:09:28 + yum install -y rpm/rpmbuild/centos-7/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-compose-plugin-2.16.0-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm
13:09:28 Loaded plugins: fastestmirror, ovl
13:09:28 Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el7.x86_64.rpm: docker-scan-plugin-0.23.0-0.el7.x86_64
13:09:28 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el7.x86_64.rpm to be installed
13:09:28 Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:09:28 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm to be installed
13:09:28 Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el7.x86_64.rpm: docker-buildx-plugin-0.10.2-0.el7.x86_64
13:09:28 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el7.x86_64.rpm to be installed
13:09:28 Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-compose-plugin-2.16.0-0.el7.x86_64.rpm: docker-compose-plugin-2.16.0-0.el7.x86_64
13:09:28 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-compose-plugin-2.16.0-0.el7.x86_64.rpm to be installed
13:09:28 Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:09:28 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm to be installed
13:09:28 Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm: 1:docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:09:28 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm to be installed
13:09:28 Resolving Dependencies
13:09:28 --> Running transaction check
13:09:28 ---> Package docker-buildx-plugin.x86_64 0:0.10.2-0.el7 will be installed
13:09:28 ---> Package docker-ce.x86_64 3:0.0.0~20230206193855.ab4ef4a-0.el7 will be installed
13:09:28 --> Processing Dependency: container-selinux >= 2:2.74 for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:09:28 Loading mirror speeds from cached hostfile
13:09:28  * base: download.cf.centos.org
13:09:28  * extras: download.cf.centos.org
13:09:28  * updates: download.cf.centos.org
13:09:28 --> Processing Dependency: containerd.io >= 1.6.4 for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:09:28 --> Processing Dependency: libseccomp >= 2.3 for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:09:28 --> Processing Dependency: iptables for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:09:28 --> Processing Dependency: libcgroup for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:09:28 ---> Package docker-ce-cli.x86_64 1:0.0.0~20230206193855.ab4ef4a-0.el7 will be installed
13:09:28 ---> Package docker-ce-rootless-extras.x86_64 0:0.0.0~20230206193855.ab4ef4a-0.el7 will be installed
13:09:28 --> Processing Dependency: fuse-overlayfs >= 0.7 for package: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:09:28 --> Processing Dependency: slirp4netns >= 0.4 for package: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:09:28 ---> Package docker-compose-plugin.x86_64 0:2.16.0-0.el7 will be installed
13:09:28 ---> Package docker-scan-plugin.x86_64 0:0.23.0-0.el7 will be installed
13:09:28 --> Running transaction check
13:09:28 ---> Package container-selinux.noarch 2:2.119.2-1.911c772.el7_8 will be installed
13:09:28 --> Processing Dependency: selinux-policy-targeted >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
13:09:28 --> Processing Dependency: selinux-policy-base >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
13:09:28 --> Processing Dependency: selinux-policy >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
13:09:28 --> Processing Dependency: policycoreutils >= 2.5-11 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
13:09:28 --> Processing Dependency: policycoreutils-python for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
13:09:28 --> Processing Dependency: libselinux-utils for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
13:09:28 ---> Package containerd.io.x86_64 0:1.6.16-3.1.el7 will be installed
13:09:28 ---> Package fuse-overlayfs.x86_64 0:0.7.2-6.el7_8 will be installed
13:09:28 --> Processing Dependency: libfuse3.so.3(FUSE_3.2)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64
13:09:28 --> Processing Dependency: libfuse3.so.3(FUSE_3.0)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64
13:09:28 --> Processing Dependency: libfuse3.so.3()(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64
13:09:28 ---> Package iptables.x86_64 0:1.4.21-35.el7 will be installed
13:09:28 --> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-35.el7.x86_64
13:09:28 --> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-35.el7.x86_64
13:09:28 ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed
13:09:28 ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed
13:09:28 ---> Package slirp4netns.x86_64 0:0.4.3-4.el7_8 will be installed
13:09:28 --> Running transaction check
13:09:28 ---> Package fuse3-libs.x86_64 0:3.6.1-4.el7 will be installed
13:09:28 ---> Package libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 will be installed
13:09:28 --> Processing Dependency: libmnl.so.0(LIBMNL_1.1)(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.x86_64
13:09:28 --> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.x86_64
13:09:28 --> Processing Dependency: libmnl.so.0()(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.x86_64
13:09:28 ---> Package libnfnetlink.x86_64 0:1.0.1-4.el7 will be installed
13:09:28 ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be installed
13:09:28 ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be installed
13:09:28 ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed
13:09:28 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64
13:09:28 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64
13:09:28 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64
13:09:28 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64
13:09:28 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.x86_64
13:09:28 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
13:09:28 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
13:09:28 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
13:09:28 --> Processing Dependency: checkpolicy for package: policycoreutils-python-2.5-34.el7.x86_64
13:09:28 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
13:09:28 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
13:09:28 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
13:09:28 ---> Package selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2 will be installed
13:09:28 --> Running transaction check
13:09:28 ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed
13:09:28 ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed
13:09:28 ---> Package libmnl.x86_64 0:1.0.3-7.el7 will be installed
13:09:28 ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed
13:09:28 ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed
13:09:28 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
13:09:28 ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed
13:09:28 --> Finished Dependency Resolution
13:09:28 
13:09:28 Dependencies Resolved
13:09:28 
13:09:28 ================================================================================
13:09:28  Package                 Arch   Version                    Repository      Size
13:09:28 ================================================================================
13:09:28 Installing:
13:09:28  docker-buildx-plugin    x86_64 0.10.2-0.el7               /docker-buildx-plugin-0.10.2-0.el7.x86_64
13:09:28                                                                            53 M
13:09:28  docker-ce               x86_64 3:0.0.0~20230206193855.ab4ef4a-0.el7
13:09:28                                                            /docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:09:28                                                                            94 M
13:09:28  docker-ce-cli           x86_64 1:0.0.0~20230206193855.ab4ef4a-0.el7
13:09:28                                                            /docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:09:28                                                                            34 M
13:09:28  docker-ce-rootless-extras
13:09:28                          x86_64 0.0.0~20230206193855.ab4ef4a-0.el7
13:09:28                                                            /docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
13:09:28                                                                            19 M
13:09:28  docker-compose-plugin   x86_64 2.16.0-0.el7               /docker-compose-plugin-2.16.0-0.el7.x86_64
13:09:28                                                                            45 M
13:09:28  docker-scan-plugin      x86_64 0.23.0-0.el7               /docker-scan-plugin-0.23.0-0.el7.x86_64
13:09:28                                                                            12 M
13:09:28 Installing for dependencies:
13:09:28  audit-libs-python       x86_64 2.8.5-4.el7                base            76 k
13:09:28  checkpolicy             x86_64 2.5-8.el7                  base           295 k
13:09:28  container-selinux       noarch 2:2.119.2-1.911c772.el7_8  extras          40 k
13:09:28  containerd.io           x86_64 1.6.16-3.1.el7             docker-ce-test  33 M
13:09:28  fuse-overlayfs          x86_64 0.7.2-6.el7_8              extras          54 k
13:09:28  fuse3-libs              x86_64 3.6.1-4.el7                extras          82 k
13:09:28  iptables                x86_64 1.4.21-35.el7              base           432 k
13:09:28  libcgroup               x86_64 0.41-21.el7                base            66 k
13:09:28  libmnl                  x86_64 1.0.3-7.el7                base            23 k
13:09:28  libnetfilter_conntrack  x86_64 1.0.6-1.el7_3              base            55 k
13:09:28  libnfnetlink            x86_64 1.0.1-4.el7                base            26 k
13:09:28  libseccomp              x86_64 2.3.1-4.el7                base            56 k
13:09:28  libselinux-python       x86_64 2.5-15.el7                 base           236 k
13:09:28  libselinux-utils        x86_64 2.5-15.el7                 base           151 k
13:09:28  libsemanage-python      x86_64 2.5-14.el7                 base           113 k
13:09:28  policycoreutils         x86_64 2.5-34.el7                 base           917 k
13:09:28  policycoreutils-python  x86_64 2.5-34.el7                 base           457 k
13:09:28  python-IPy              noarch 0.75-6.el7                 base            32 k
13:09:28  selinux-policy          noarch 3.13.1-268.el7_9.2         updates        498 k
13:09:28  selinux-policy-targeted noarch 3.13.1-268.el7_9.2         updates        7.0 M
13:09:28  setools-libs            x86_64 3.3.8-4.el7                base           620 k
13:09:28  slirp4netns             x86_64 0.4.3-4.el7_8              extras          81 k
13:09:28 
13:09:28 Transaction Summary
13:09:28 ================================================================================
13:09:28 Install  6 Packages (+22 Dependent packages)
13:09:28 
13:09:28 Total size: 302 M
13:09:28 Total download size: 44 M
13:09:28 Installed size: 403 M
13:09:28 Downloading packages:
13:09:36 warning: /var/cache/yum/x86_64/7/base/packages/audit-libs-python-2.8.5-4.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
13:09:36 Public key for audit-libs-python-2.8.5-4.el7.x86_64.rpm is not installed
13:09:36 Public key for container-selinux-2.119.2-1.911c772.el7_8.noarch.rpm is not installed
13:09:38 warning: /var/cache/yum/x86_64/7/docker-ce-test/packages/containerd.io-1.6.16-3.1.el7.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID 621e9f35: NOKEY
13:09:38 Public key for containerd.io-1.6.16-3.1.el7.x86_64.rpm is not installed
13:09:38 Public key for selinux-policy-targeted-3.13.1-268.el7_9.2.noarch.rpm is not installed
13:09:44 Created binary: bundles/dynbinary-daemon/dockerd
13:09:44 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
13:09:44 Created binary: bundles/dynbinary-daemon/docker-proxy
13:09:44 
13:09:44 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:09:44 + RM_GOPATH=0
13:09:44 + TMP_GOPATH=/go
13:09:44 + : /usr/local/bin
13:09:44 + '[' -z /go ']'
13:09:44 + export GOPATH=/go
13:09:44 + GOPATH=/go
13:09:44 + case "$(go env GOARCH)" in
13:09:44 ++ go env GOARCH
13:09:44 + export GO_BUILDMODE=-buildmode=pie
13:09:44 + GO_BUILDMODE=-buildmode=pie
13:09:44 ++ dirname hack/dockerfile/install/install.sh
13:09:44 + dir=hack/dockerfile/install
13:09:44 + bin=tini
13:09:44 + shift
13:09:44 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:09:44 + . hack/dockerfile/install/tini.installer
13:09:44 ++ : v0.19.0
13:09:44 + install_tini
13:09:44 + echo 'Install tini version v0.19.0'
13:09:44 + git clone https://github.com/krallin/tini.git /go/tini
13:09:44 Install tini version v0.19.0
13:09:44 Cloning into '/go/tini'...
13:09:44 + cd /go/tini
13:09:44 + git checkout -q v0.19.0
13:09:44 + cmake .
13:09:44 -- The C compiler identification is GNU 7.5.0
13:09:44 -- Check for working C compiler: /usr/bin/cc
13:09:44 -- Check for working C compiler: /usr/bin/cc -- works
13:09:44 -- Detecting C compiler ABI info
13:09:44 -- Detecting C compiler ABI info - done
13:09:44 -- Detecting C compile features
13:09:44 -- Detecting C compile features - done
13:09:44 -- Performing Test HAS_BUILTIN_FORTIFY
13:09:44 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:09:44 -- Configuring done
13:09:44 -- Generating done
13:09:44 -- Build files have been written to: /go/tini
13:09:44 + make tini-static
13:09:44 make[2]: Entering directory '/go/tini'
13:09:44 make[3]: Entering directory '/go/tini'
13:09:44 make[4]: Entering directory '/go/tini'
13:09:44 make[5]: Entering directory '/go/tini'
13:09:44 Scanning dependencies of target tini-static
13:09:44 make[5]: Leaving directory '/go/tini'
13:09:44 make[5]: Entering directory '/go/tini'
13:09:44 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:09:44 [100%] Linking C executable tini-static
13:09:44 make[5]: Leaving directory '/go/tini'
13:09:44 [100%] Built target tini-static
13:09:44 make[4]: Leaving directory '/go/tini'
13:09:44 make[3]: Leaving directory '/go/tini'
13:09:44 make[2]: Leaving directory '/go/tini'
13:09:44 + mkdir -p /usr/local/bin
13:09:44 + cp tini-static /usr/local/bin/docker-init
13:09:44 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:09:44 + RM_GOPATH=0
13:09:44 + TMP_GOPATH=/go
13:09:44 + : /usr/local/bin
13:09:44 + '[' -z /go ']'
13:09:44 + export GOPATH=/go
13:09:44 + GOPATH=/go
13:09:44 + case "$(go env GOARCH)" in
13:09:44 ++ go env GOARCH
13:09:44 + export GO_BUILDMODE=-buildmode=pie
13:09:44 + GO_BUILDMODE=-buildmode=pie
13:09:44 ++ dirname hack/dockerfile/install/install.sh
13:09:44 + dir=hack/dockerfile/install
13:09:44 + bin=rootlesskit
13:09:44 + shift
13:09:44 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:09:44 + . hack/dockerfile/install/rootlesskit.installer
13:09:44 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:09:44 + install_rootlesskit dynamic
13:09:44 + case "$1" in
13:09:44 + install_rootlesskit_dynamic
13:09:44 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:09:44 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:09:44 + export BUILD_MODE=-buildmode=pie
13:09:44 + BUILD_MODE=-buildmode=pie
13:09:44 + _install_rootlesskit
13:09:44 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:09:44 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:09:44 + for f in rootlesskit rootlesskit-docker-proxy
13:09:44 + GOBIN=/usr/local/bin
13:09:44 + GO111MODULE=on
13:09:44 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:09:44 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:09:44 go: downloading github.com/sirupsen/logrus v1.9.0
13:09:44 go: downloading github.com/urfave/cli/v2 v2.23.5
13:09:44 go: downloading golang.org/x/sys v0.2.0
13:09:44 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:09:44 go: downloading github.com/google/uuid v1.3.0
13:09:44 go: downloading github.com/moby/vpnkit v0.5.0
13:09:44 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:09:44 go: downloading github.com/gofrs/flock v0.8.1
13:09:44 go: downloading github.com/gorilla/mux v1.8.0
13:09:44 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:09:44 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:09:44 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:09:44 go: downloading golang.org/x/net v0.1.0
13:09:44 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:09:44 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:09:52 + for f in rootlesskit rootlesskit-docker-proxy
13:09:52 + GOBIN=/usr/local/bin
13:09:52 + GO111MODULE=on
13:09:52 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:09:53 --------------------------------------------------------------------------------
13:09:53 Total                                              1.6 MB/s |  44 MB  00:27     
13:09:53 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
13:09:53 Importing GPG key 0xF4A80EB5:
13:09:53  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
13:09:53  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
13:09:53  Package    : centos-release-7-9.2009.0.el7.centos.x86_64 (@CentOS)
13:09:53  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
13:09:53 Retrieving key from https://download.docker.com/linux/centos/gpg
13:09:53 + return
13:09:53 # Build the CLI
13:09:53 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:09:53 Building dynamic docker-linux-arm-v6
13:09:53 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T13:07:18Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:10:00 Created binary: bundles/dynbinary-daemon/dockerd
13:10:00 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
13:10:00 Created binary: bundles/dynbinary-daemon/docker-proxy
13:10:00 
13:10:00 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:10:00 + RM_GOPATH=0
13:10:00 + TMP_GOPATH=/go
13:10:00 + : /usr/local/bin
13:10:00 + '[' -z /go ']'
13:10:00 + export GOPATH=/go
13:10:00 + GOPATH=/go
13:10:00 + case "$(go env GOARCH)" in
13:10:00 ++ go env GOARCH
13:10:00 + export GO_BUILDMODE=-buildmode=pie
13:10:00 + GO_BUILDMODE=-buildmode=pie
13:10:00 ++ dirname hack/dockerfile/install/install.sh
13:10:00 + dir=hack/dockerfile/install
13:10:00 + bin=tini
13:10:00 + shift
13:10:00 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:10:00 + . hack/dockerfile/install/tini.installer
13:10:00 ++ : v0.19.0
13:10:00 + install_tini
13:10:00 + echo 'Install tini version v0.19.0'
13:10:00 + git clone https://github.com/krallin/tini.git /go/tini
13:10:00 Install tini version v0.19.0
13:10:00 Cloning into '/go/tini'...
13:10:00 + cd /go/tini
13:10:00 + git checkout -q v0.19.0
13:10:00 + cmake .
13:10:00 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:10:00   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:10:00   CMake.
13:10:00 
13:10:00   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:10:00   CMake that the project does not need compatibility with older versions.
13:10:00 
13:10:00 
13:10:00 -- The C compiler identification is GNU 12.2.0
13:10:00 -- Detecting C compiler ABI info
13:10:00 -- Detecting C compiler ABI info - done
13:10:00 -- Check for working C compiler: /usr/bin/cc - skipped
13:10:00 -- Detecting C compile features
13:10:00 -- Detecting C compile features - done
13:10:00 -- Performing Test HAS_BUILTIN_FORTIFY
13:10:00 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:10:00 -- Configuring done
13:10:00 -- Generating done
13:10:00 -- Build files have been written to: /go/tini
13:10:00 + make tini-static
13:10:00 make[2]: Entering directory '/go/tini'
13:10:00 make[3]: Entering directory '/go/tini'
13:10:00 make[4]: Entering directory '/go/tini'
13:10:00 make[5]: Entering directory '/go/tini'
13:10:00 make[5]: Leaving directory '/go/tini'
13:10:00 make[5]: Entering directory '/go/tini'
13:10:00 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:10:00 [100%] Linking C executable tini-static
13:10:00 make[5]: Leaving directory '/go/tini'
13:10:00 [100%] Built target tini-static
13:10:00 make[4]: Leaving directory '/go/tini'
13:10:00 make[3]: Leaving directory '/go/tini'
13:10:00 make[2]: Leaving directory '/go/tini'
13:10:00 + mkdir -p /usr/local/bin
13:10:00 + cp tini-static /usr/local/bin/docker-init
13:10:00 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:10:00 + RM_GOPATH=0
13:10:00 + TMP_GOPATH=/go
13:10:00 + : /usr/local/bin
13:10:00 + '[' -z /go ']'
13:10:00 + export GOPATH=/go
13:10:00 + GOPATH=/go
13:10:00 + case "$(go env GOARCH)" in
13:10:00 ++ go env GOARCH
13:10:00 + export GO_BUILDMODE=-buildmode=pie
13:10:00 + GO_BUILDMODE=-buildmode=pie
13:10:00 ++ dirname hack/dockerfile/install/install.sh
13:10:00 + dir=hack/dockerfile/install
13:10:00 + bin=rootlesskit
13:10:00 + shift
13:10:00 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:10:00 + . hack/dockerfile/install/rootlesskit.installer
13:10:00 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:10:00 + install_rootlesskit dynamic
13:10:00 + case "$1" in
13:10:00 + install_rootlesskit_dynamic
13:10:00 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:10:00 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:10:00 + export BUILD_MODE=-buildmode=pie
13:10:00 + BUILD_MODE=-buildmode=pie
13:10:00 + _install_rootlesskit
13:10:00 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:10:00 + for f in rootlesskit rootlesskit-docker-proxy
13:10:00 + GOBIN=/usr/local/bin
13:10:00 + GO111MODULE=on
13:10:00 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:10:00 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:10:00 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:10:01 go: downloading github.com/sirupsen/logrus v1.9.0
13:10:01 go: downloading github.com/urfave/cli/v2 v2.23.5
13:10:01 go: downloading golang.org/x/sys v0.2.0
13:10:01 Importing GPG key 0x621E9F35:
13:10:01  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
13:10:01  Fingerprint: 060a 61c5 1b55 8a7f 742b 77aa c52f eb6b 621e 9f35
13:10:01  From       : https://download.docker.com/linux/centos/gpg
13:10:01 Running transaction check
13:10:01 Running transaction test
13:10:01 Transaction test succeeded
13:10:01 Running transaction
13:10:01 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:10:01 go: downloading github.com/google/uuid v1.3.0
13:10:01 go: downloading github.com/moby/vpnkit v0.5.0
13:10:01 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:10:01 go: downloading github.com/gofrs/flock v0.8.1
13:10:01 go: downloading github.com/gorilla/mux v1.8.0
13:10:02 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:10:02 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:10:02 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:10:02 go: downloading golang.org/x/net v0.1.0
13:10:02   Installing : libseccomp-2.3.1-4.el7.x86_64                               1/28 
13:10:02 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:10:02 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:10:02   Installing : libcgroup-0.41-21.el7.x86_64                                2/28 
13:10:03   Installing : libnfnetlink-1.0.1-4.el7.x86_64                             3/28 
13:10:03   Installing : libselinux-utils-2.5-15.el7.x86_64                          4/28 
13:10:03   Installing : policycoreutils-2.5-34.el7.x86_64                           5/28 
13:10:05   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                    6/28 
13:10:06   Installing : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch           7/28 
13:10:06   Installing : slirp4netns-0.4.3-4.el7_8.x86_64                            8/28 
13:10:06   Installing : audit-libs-python-2.8.5-4.el7.x86_64                        9/28 
13:10:06   Installing : libselinux-python-2.5-15.el7.x86_64                        10/28 
13:10:06   Installing : libsemanage-python-2.5-14.el7.x86_64                       11/28 
13:10:07   Installing : fuse3-libs-3.6.1-4.el7.x86_64                              12/28 
13:10:07   Installing : fuse-overlayfs-0.7.2-6.el7_8.x86_64                        13/28 
13:10:07   Installing : setools-libs-3.3.8-4.el7.x86_64                            14/28 
13:10:07   Installing : python-IPy-0.75-6.el7.noarch                               15/28 
13:10:07   Installing : checkpolicy-2.5-8.el7.x86_64                               16/28 
13:10:07   Installing : policycoreutils-python-2.5-34.el7.x86_64                   17/28 
13:10:10 + for f in rootlesskit rootlesskit-docker-proxy
13:10:10 + GOBIN=/usr/local/bin
13:10:10 + GO111MODULE=on
13:10:10 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:10:10 + return
13:10:10 # Build the CLI
13:10:10 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:10:11 Building dynamic docker-linux-arm-v6
13:10:11 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T13:07:35Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:10:16   Installing : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch         18/28 
13:10:16 setsebool:  SELinux is disabled.
13:10:20   Installing : containerd.io-1.6.16-3.1.el7.x86_64                        19/28 
13:10:22   Installing : docker-scan-plugin-0.23.0-0.el7.x86_64                     20/28 
13:10:24   Installing : docker-buildx-plugin-0.10.2-0.el7.x86_64                   21/28 
13:10:26   Installing : docker-compose-plugin-2.16.0-0.el7.x86_64                  22/28 
13:10:26   Installing : 1:docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_6   23/28 
13:10:27   Installing : libmnl-1.0.3-7.el7.x86_64                                  24/28 
13:10:28   Installing : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64                25/28 
13:10:29   Installing : iptables-1.4.21-35.el7.x86_64                              26/28 
13:10:33   Installing : docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0   27/28 
13:10:33   Installing : 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64      28/28 
13:10:33   Verifying  : libmnl-1.0.3-7.el7.x86_64                                   1/28 
13:10:33   Verifying  : fuse-overlayfs-0.7.2-6.el7_8.x86_64                         2/28 
13:10:33   Verifying  : docker-compose-plugin-2.16.0-0.el7.x86_64                   3/28 
13:10:33   Verifying  : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch          4/28 
13:10:33   Verifying  : docker-buildx-plugin-0.10.2-0.el7.x86_64                    5/28 
13:10:33   Verifying  : docker-scan-plugin-0.23.0-0.el7.x86_64                      6/28 
13:10:33   Verifying  : 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64       7/28 
13:10:33   Verifying  : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch           8/28 
13:10:33   Verifying  : checkpolicy-2.5-8.el7.x86_64                                9/28 
13:10:33   Verifying  : python-IPy-0.75-6.el7.noarch                               10/28 
13:10:33   Verifying  : policycoreutils-2.5-34.el7.x86_64                          11/28 
13:10:33   Verifying  : 1:docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_6   12/28 
13:10:33   Verifying  : libseccomp-2.3.1-4.el7.x86_64                              13/28 
13:10:33   Verifying  : libselinux-utils-2.5-15.el7.x86_64                         14/28 
13:10:33   Verifying  : policycoreutils-python-2.5-34.el7.x86_64                   15/28 
13:10:33   Verifying  : containerd.io-1.6.16-3.1.el7.x86_64                        16/28 
13:10:34   Verifying  : setools-libs-3.3.8-4.el7.x86_64                            17/28 
13:10:34   Verifying  : fuse3-libs-3.6.1-4.el7.x86_64                              18/28 
13:10:34   Verifying  : libsemanage-python-2.5-14.el7.x86_64                       19/28 
13:10:34   Verifying  : slirp4netns-0.4.3-4.el7_8.x86_64                           20/28 
13:10:34   Verifying  : libselinux-python-2.5-15.el7.x86_64                        21/28 
13:10:34   Verifying  : docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0   22/28 
13:10:34   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   23/28 
13:10:34   Verifying  : audit-libs-python-2.8.5-4.el7.x86_64                       24/28 
13:10:34   Verifying  : iptables-1.4.21-35.el7.x86_64                              25/28 
13:10:34   Verifying  : libnfnetlink-1.0.1-4.el7.x86_64                            26/28 
13:10:34   Verifying  : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64                27/28 
13:10:34   Verifying  : libcgroup-0.41-21.el7.x86_64                               28/28 
13:10:34 
13:10:34 Installed:
13:10:34   docker-buildx-plugin.x86_64 0:0.10.2-0.el7                                    
13:10:34   docker-ce.x86_64 3:0.0.0~20230206193855.ab4ef4a-0.el7                         
13:10:34   docker-ce-cli.x86_64 1:0.0.0~20230206193855.ab4ef4a-0.el7                     
13:10:34   docker-ce-rootless-extras.x86_64 0:0.0.0~20230206193855.ab4ef4a-0.el7         
13:10:34   docker-compose-plugin.x86_64 0:2.16.0-0.el7                                   
13:10:34   docker-scan-plugin.x86_64 0:0.23.0-0.el7                                      
13:10:34 
13:10:34 Dependency Installed:
13:10:34   audit-libs-python.x86_64 0:2.8.5-4.el7                                        
13:10:34   checkpolicy.x86_64 0:2.5-8.el7                                                
13:10:34   container-selinux.noarch 2:2.119.2-1.911c772.el7_8                            
13:10:34   containerd.io.x86_64 0:1.6.16-3.1.el7                                         
13:10:34   fuse-overlayfs.x86_64 0:0.7.2-6.el7_8                                         
13:10:34   fuse3-libs.x86_64 0:3.6.1-4.el7                                               
13:10:34   iptables.x86_64 0:1.4.21-35.el7                                               
13:10:34   libcgroup.x86_64 0:0.41-21.el7                                                
13:10:34   libmnl.x86_64 0:1.0.3-7.el7                                                   
13:10:34   libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3                                 
13:10:34   libnfnetlink.x86_64 0:1.0.1-4.el7                                             
13:10:34   libseccomp.x86_64 0:2.3.1-4.el7                                               
13:10:34   libselinux-python.x86_64 0:2.5-15.el7                                         
13:10:34   libselinux-utils.x86_64 0:2.5-15.el7                                          
13:10:34   libsemanage-python.x86_64 0:2.5-14.el7                                        
13:10:34   policycoreutils.x86_64 0:2.5-34.el7                                           
13:10:34   policycoreutils-python.x86_64 0:2.5-34.el7                                    
13:10:34   python-IPy.noarch 0:0.75-6.el7                                                
13:10:34   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
13:10:34   selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2                           
13:10:34   setools-libs.x86_64 0:3.3.8-4.el7                                             
13:10:34   slirp4netns.x86_64 0:0.4.3-4.el7_8                                            
13:10:34 
13:10:34 Complete!
13:10:34 + verify_binaries
13:10:34 + docker --version
13:10:34 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:10:34 ++ uname -m
13:10:34 + '[' x86_64 = x86_64 ']'
13:10:34 + docker scan --help
13:10:34 
13:10:34 Usage:  docker scan [OPTIONS] IMAGE
13:10:34 
13:10:34 A tool to scan your images
13:10:34 
13:10:34 Options:
13:10:34       --accept-license    Accept using a third party scanning provider
13:10:34       --dependency-tree   Show dependency tree with scan results
13:10:34       --exclude-base      Exclude base image from vulnerability scanning
13:10:34                           (requires --file)
13:10:34   -f, --file string       Dockerfile associated with image, provides more
13:10:34                           detailed results
13:10:34       --group-issues      Aggregate duplicated vulnerabilities and group
13:10:34                           them to a single one (requires --json)
13:10:34       --json              Output results in JSON format
13:10:34       --login             Authenticate to the scan provider using an
13:10:34                           optional token (with --token), or web base
13:10:34                           token if empty
13:10:34       --reject-license    Reject using a third party scanning provider
13:10:34       --severity string   Only report vulnerabilities of provided level
13:10:34                           or higher (low|medium|high)
13:10:34       --token string      Authentication token to login to the third
13:10:34                           party scanning provider
13:10:34       --version           Display version of the scan plugin
13:10:34 + docker buildx version
13:10:34 github.com/docker/buildx v0.10.2 00ed17d
13:10:34 + docker compose version
13:10:34 Docker Compose version v2.16.0
13:10:34 + dockerd --version
13:10:34 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:10:34 + docker-proxy --version
13:10:34 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:10:34 + containerd --version
13:10:34 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:10:34 + ctr --version
13:10:34 ctr containerd.io 1.6.16
13:10:34 + containerd-shim --help
13:10:34 Usage of containerd-shim:
13:10:34   -address string
13:10:34     	grpc address back to main containerd
13:10:34   -containerd-binary containerd publish
13:10:34     	path to containerd binary (used for containerd publish) (default "containerd")
13:10:34   -criu string
13:10:34     	path to criu binary
13:10:34   -debug
13:10:34     	enable debug output in logs
13:10:34   -namespace string
13:10:34     	namespace that owns the shim
13:10:34   -runtime-root string
13:10:34     	root directory for the runtime (default "/run/containerd/runc")
13:10:34   -socket string
13:10:34     	socket path to serve
13:10:34   -systemd-cgroup
13:10:34     	set runtime to use systemd-cgroup
13:10:34   -workdir string
13:10:34     	path used to storge large temporary data
13:10:34 + containerd-shim-runc-v1 -v
13:10:34 containerd-shim-runc-v1:
13:10:34   Version:  1.6.16
13:10:34   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:10:34   Go version: go1.18.10
13:10:34 
13:10:34 + containerd-shim-runc-v2 -v
13:10:34 containerd-shim-runc-v2:
13:10:34   Version:  1.6.16
13:10:34   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:10:34   Go version: go1.18.10
13:10:34 
13:10:34 + runc --version
13:10:34 runc version 1.1.4
13:10:34 commit: v1.1.4-0-g5fd4c4d
13:10:34 spec: 1.0.2-dev
13:10:34 go: go1.18.10
13:10:34 libseccomp: 2.3.1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:10:48 Created binary: bundles/dynbinary-daemon/dockerd
13:10:48 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
13:10:48 Created binary: bundles/dynbinary-daemon/docker-proxy
13:10:48 
13:10:48 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:10:48 + RM_GOPATH=0
13:10:48 + TMP_GOPATH=/go
13:10:48 + : /usr/local/bin
13:10:48 + '[' -z /go ']'
13:10:48 + export GOPATH=/go
13:10:48 + GOPATH=/go
13:10:48 + case "$(go env GOARCH)" in
13:10:48 ++ go env GOARCH
13:10:48 + export GO_BUILDMODE=-buildmode=pie
13:10:48 + GO_BUILDMODE=-buildmode=pie
13:10:48 ++ dirname hack/dockerfile/install/install.sh
13:10:48 + dir=hack/dockerfile/install
13:10:48 + bin=tini
13:10:48 + shift
13:10:48 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:10:48 + . hack/dockerfile/install/tini.installer
13:10:48 ++ : v0.19.0
13:10:48 + install_tini
13:10:48 + echo 'Install tini version v0.19.0'
13:10:48 + git clone https://github.com/krallin/tini.git /go/tini
13:10:48 Install tini version v0.19.0
13:10:48 Cloning into '/go/tini'...
13:10:48 + cd /go/tini
13:10:48 + git checkout -q v0.19.0
13:10:48 + cmake .
13:10:48 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:10:48   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:10:48   CMake.
13:10:48 
13:10:48   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:10:48   CMake that the project does not need compatibility with older versions.
13:10:48 
13:10:48 
13:10:48 -- The C compiler identification is GNU 12.2.0
13:10:48 -- Detecting C compiler ABI info
13:10:48 -- Detecting C compiler ABI info - done
13:10:48 -- Check for working C compiler: /usr/bin/cc - skipped
13:10:48 -- Detecting C compile features
13:10:48 -- Detecting C compile features - done
13:10:48 -- Performing Test HAS_BUILTIN_FORTIFY
13:10:48 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:10:48 -- Configuring done
13:10:48 -- Generating done
13:10:48 -- Build files have been written to: /go/tini
13:10:48 + make tini-static
13:10:48 make[2]: Entering directory '/go/tini'
13:10:48 make[3]: Entering directory '/go/tini'
13:10:48 make[4]: Entering directory '/go/tini'
13:10:48 make[5]: Entering directory '/go/tini'
13:10:48 make[5]: Leaving directory '/go/tini'
13:10:48 make[5]: Entering directory '/go/tini'
13:10:48 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:10:48 [100%] Linking C executable tini-static
13:10:48 make[5]: Leaving directory '/go/tini'
13:10:48 [100%] Built target tini-static
13:10:48 make[4]: Leaving directory '/go/tini'
13:10:48 make[3]: Leaving directory '/go/tini'
13:10:48 make[2]: Leaving directory '/go/tini'
13:10:48 + mkdir -p /usr/local/bin
13:10:48 + cp tini-static /usr/local/bin/docker-init
13:10:48 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:10:48 + RM_GOPATH=0
13:10:48 + TMP_GOPATH=/go
13:10:48 + : /usr/local/bin
13:10:48 + '[' -z /go ']'
13:10:48 + export GOPATH=/go
13:10:48 + GOPATH=/go
13:10:48 + case "$(go env GOARCH)" in
13:10:48 ++ go env GOARCH
13:10:48 + export GO_BUILDMODE=-buildmode=pie
13:10:48 + GO_BUILDMODE=-buildmode=pie
13:10:48 ++ dirname hack/dockerfile/install/install.sh
13:10:48 + dir=hack/dockerfile/install
13:10:48 + bin=rootlesskit
13:10:48 + shift
13:10:48 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:10:48 + . hack/dockerfile/install/rootlesskit.installer
13:10:48 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:10:48 + install_rootlesskit dynamic
13:10:48 + case "$1" in
13:10:48 + install_rootlesskit_dynamic
13:10:48 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:10:48 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:10:48 + export BUILD_MODE=-buildmode=pie
13:10:48 + BUILD_MODE=-buildmode=pie
13:10:48 + _install_rootlesskit
13:10:48 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:10:48 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:10:48 + for f in rootlesskit rootlesskit-docker-proxy
13:10:48 + GOBIN=/usr/local/bin
13:10:48 + GO111MODULE=on
13:10:48 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:10:48 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:10:48 go: downloading github.com/sirupsen/logrus v1.9.0
13:10:48 go: downloading github.com/urfave/cli/v2 v2.23.5
13:10:48 go: downloading golang.org/x/sys v0.2.0
13:10:48 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:10:48 go: downloading github.com/google/uuid v1.3.0
13:10:48 go: downloading github.com/moby/vpnkit v0.5.0
13:10:48 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:10:48 go: downloading github.com/gofrs/flock v0.8.1
13:10:48 go: downloading github.com/gorilla/mux v1.8.0
13:10:48 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:10:49 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:10:49 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:10:49 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:10:49 go: downloading golang.org/x/net v0.1.0
13:10:49 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:10:49 make[2]: Entering directory '/root/build-deb/cli'
13:10:49 scripts/docs/generate-man.sh
13:10:49 + cp -r . /tmp/docker-cli-docsgen.JHRHU7QvUa/
13:10:49 + cd /tmp/docker-cli-docsgen.JHRHU7QvUa
13:10:49 + ./scripts/vendor init
13:10:49 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:10:49 + cp man/tools.go .
13:10:49 + ./scripts/vendor update
13:10:49 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:10:49 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:10:49 go: downloading github.com/spf13/cobra v1.6.1
13:10:49 go: downloading github.com/spf13/pflag v1.0.5
13:10:49 go: downloading github.com/docker/docker v23.0.0+incompatible
13:10:49 go: downloading github.com/fvbommel/sortorder v1.0.2
13:10:49 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:10:49 go: downloading github.com/morikuni/aec v1.0.0
13:10:49 go: downloading github.com/pkg/errors v0.9.1
13:10:49 go: downloading github.com/google/go-cmp v0.5.9
13:10:49 go: downloading gotest.tools/v3 v3.4.0
13:10:49 go: downloading golang.org/x/sys v0.4.0
13:10:49 go: downloading github.com/docker/go-units v0.5.0
13:10:49 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:10:49 go: downloading github.com/docker/go-connections v0.4.0
13:10:49 go: downloading github.com/moby/sys/sequential v0.5.0
13:10:49 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:10:49 go: downloading golang.org/x/text v0.6.0
13:10:49 go: downloading github.com/mattn/go-runewidth v0.0.13
13:10:49 go: downloading github.com/containerd/containerd v1.6.16
13:10:49 go: downloading github.com/moby/sys/signal v0.7.0
13:10:49 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:10:49 go: downloading github.com/moby/buildkit v0.10.6
13:10:50 go: downloading github.com/moby/patternmatcher v0.5.0
13:10:50 go: downloading github.com/opencontainers/go-digest v1.0.0
13:10:50 go: downloading gopkg.in/yaml.v2 v2.4.0
13:10:50 go: downloading github.com/gogo/protobuf v1.3.2
13:10:50 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:10:50 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:10:50 go: downloading golang.org/x/term v0.4.0
13:10:50 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:10:50 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:10:50 go: downloading github.com/imdario/mergo v0.3.12
13:10:50 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:10:50 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:10:50 go: downloading github.com/creack/pty v1.1.11
13:10:50 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:10:51 go: downloading gopkg.in/yaml.v3 v3.0.1
13:10:51 go: downloading github.com/stretchr/testify v1.8.0
13:10:51 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:10:51 go: downloading github.com/rivo/uniseg v0.2.0
13:10:51 go: downloading github.com/klauspost/compress v1.15.12
13:10:51 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:10:52 go: downloading github.com/containerd/continuity v0.3.0
13:10:52 go: downloading github.com/moby/sys/symlink v0.2.0
13:10:52 go: downloading golang.org/x/time v0.1.0
13:10:52 go: downloading github.com/opencontainers/runc v1.1.3
13:10:52 go: downloading golang.org/x/crypto v0.2.0
13:10:52 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:10:53 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:10:53 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:10:53 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:10:53 go: downloading google.golang.org/grpc v1.48.0
13:10:53 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:10:53 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:10:53 go: downloading github.com/russross/blackfriday v1.6.0
13:10:53 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:10:53 go: downloading github.com/Microsoft/go-winio v0.5.2
13:10:53 go: downloading golang.org/x/net v0.5.0
13:10:53 go: downloading github.com/davecgh/go-spew v1.1.1
13:10:53 go: downloading github.com/pmezard/go-difflib v1.0.0
13:10:53 go: downloading github.com/miekg/pkcs11 v1.1.1
13:10:53 go: downloading github.com/prometheus/client_golang v1.14.0
13:10:54 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:10:54 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:10:54 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:10:54 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:10:54 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:10:54 go: downloading github.com/golang/protobuf v1.5.2
13:10:54 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:10:57 + for f in rootlesskit rootlesskit-docker-proxy
13:10:57 + GOBIN=/usr/local/bin
13:10:57 + GO111MODULE=on
13:10:57 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:10:57 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:10:57 go: downloading github.com/beorn7/perks v1.0.1
13:10:57 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:10:57 go: downloading github.com/prometheus/client_model v0.3.0
13:10:57 go: downloading github.com/prometheus/common v0.37.0
13:10:57 go: downloading github.com/prometheus/procfs v0.8.0
13:10:57 go: downloading google.golang.org/protobuf v1.28.1
13:10:57 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:10:57 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:10:57 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:10:57 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:10:57 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:10:57 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:10:57 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:10:57 go: downloading k8s.io/klog/v2 v2.80.1
13:10:58 go: downloading github.com/kr/text v0.2.0
13:10:58 go: downloading github.com/docker/go-metrics v0.0.1
13:10:58 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:10:58 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:10:58 go: downloading github.com/BurntSushi/toml v0.3.1
13:10:58 go: downloading github.com/kr/pretty v0.2.1
13:10:58 go: downloading github.com/magiconair/properties v1.5.3
13:10:58 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:10:58 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:10:58 go: downloading github.com/go-logr/logr v1.2.3
13:10:58 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:10:58 + go mod vendor -modfile=vendor.mod
13:10:58 + return
13:10:58 # Build the CLI
13:10:58 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:10:58 Building dynamic docker-linux-arm-v6
13:10:58 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T13:08:22Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:10:59 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:11:01 Created binary: bundles/dynbinary-daemon/dockerd
13:11:01 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
13:11:01 Created binary: bundles/dynbinary-daemon/docker-proxy
13:11:01 
13:11:01 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:11:01 + RM_GOPATH=0
13:11:01 + TMP_GOPATH=/go
13:11:01 + : /usr/local/bin
13:11:01 + '[' -z /go ']'
13:11:01 + export GOPATH=/go
13:11:01 + GOPATH=/go
13:11:01 + case "$(go env GOARCH)" in
13:11:01 ++ go env GOARCH
13:11:01 + export GO_BUILDMODE=-buildmode=pie
13:11:01 + GO_BUILDMODE=-buildmode=pie
13:11:01 ++ dirname hack/dockerfile/install/install.sh
13:11:01 + dir=hack/dockerfile/install
13:11:01 + bin=tini
13:11:01 + shift
13:11:01 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:11:01 + . hack/dockerfile/install/tini.installer
13:11:01 Install tini version v0.19.0
13:11:01 ++ : v0.19.0
13:11:01 + install_tini
13:11:01 + echo 'Install tini version v0.19.0'
13:11:01 + git clone https://github.com/krallin/tini.git /go/tini
13:11:01 Cloning into '/go/tini'...
13:11:01 + cd /go/tini
13:11:01 + git checkout -q v0.19.0
13:11:01 + cmake .
13:11:01 -- The C compiler identification is GNU 9.4.0
13:11:01 -- Check for working C compiler: /usr/bin/cc
13:11:01 -- Check for working C compiler: /usr/bin/cc -- works
13:11:01 -- Detecting C compiler ABI info
13:11:01 -- Detecting C compiler ABI info - done
13:11:01 -- Detecting C compile features
13:11:01 -- Detecting C compile features - done
13:11:01 -- Performing Test HAS_BUILTIN_FORTIFY
13:11:01 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:11:01 -- Configuring done
13:11:01 -- Generating done
13:11:01 -- Build files have been written to: /go/tini
13:11:01 make[2]: Entering directory '/go/tini'
13:11:01 + make tini-static
13:11:01 make[3]: Entering directory '/go/tini'
13:11:01 make[4]: Entering directory '/go/tini'
13:11:01 make[5]: Entering directory '/go/tini'
13:11:01 Scanning dependencies of target tini-static
13:11:01 make[5]: Leaving directory '/go/tini'
13:11:01 make[5]: Entering directory '/go/tini'
13:11:01 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:11:01 [100%] Linking C executable tini-static
13:11:01 make[5]: Leaving directory '/go/tini'
13:11:01 [100%] Built target tini-static
13:11:01 make[4]: Leaving directory '/go/tini'
13:11:01 make[3]: Leaving directory '/go/tini'
13:11:01 make[2]: Leaving directory '/go/tini'
13:11:01 + mkdir -p /usr/local/bin
13:11:01 + cp tini-static /usr/local/bin/docker-init
13:11:01 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:11:01 + RM_GOPATH=0
13:11:01 + TMP_GOPATH=/go
13:11:01 + : /usr/local/bin
13:11:01 + '[' -z /go ']'
13:11:01 + export GOPATH=/go
13:11:01 + GOPATH=/go
13:11:01 + case "$(go env GOARCH)" in
13:11:01 ++ go env GOARCH
13:11:01 + export GO_BUILDMODE=-buildmode=pie
13:11:01 + GO_BUILDMODE=-buildmode=pie
13:11:01 ++ dirname hack/dockerfile/install/install.sh
13:11:01 + dir=hack/dockerfile/install
13:11:01 + bin=rootlesskit
13:11:01 + shift
13:11:01 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:11:01 + . hack/dockerfile/install/rootlesskit.installer
13:11:01 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:11:01 + install_rootlesskit dynamic
13:11:01 + case "$1" in
13:11:01 + install_rootlesskit_dynamic
13:11:01 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:11:01 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:11:01 + export BUILD_MODE=-buildmode=pie
13:11:01 + BUILD_MODE=-buildmode=pie
13:11:01 + _install_rootlesskit
13:11:01 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:11:01 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:11:01 + for f in rootlesskit rootlesskit-docker-proxy
13:11:01 + GOBIN=/usr/local/bin
13:11:01 + GO111MODULE=on
13:11:01 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:11:01 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:11:02 go: downloading github.com/urfave/cli/v2 v2.23.5
13:11:02 go: downloading github.com/sirupsen/logrus v1.9.0
13:11:02 go: downloading golang.org/x/sys v0.2.0
13:11:02 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:11:02 go: downloading github.com/google/uuid v1.3.0
13:11:02 go: downloading github.com/moby/vpnkit v0.5.0
13:11:02 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:11:02 go: downloading github.com/gofrs/flock v0.8.1
13:11:02 go: downloading github.com/gorilla/mux v1.8.0
13:11:02 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:11:02 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:11:02 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:11:03 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:11:03 go: downloading golang.org/x/net v0.1.0
13:11:03 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:11:07 make[2]: Entering directory '/root/build-deb/cli'
13:11:07 scripts/docs/generate-man.sh
13:11:07 + cp -r . /tmp/docker-cli-docsgen.GpYsKGuqQd/
13:11:07 + cd /tmp/docker-cli-docsgen.GpYsKGuqQd
13:11:07 + ./scripts/vendor init
13:11:07 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:11:07 + cp man/tools.go .
13:11:07 + ./scripts/vendor update
13:11:07 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:11:07 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:11:07 go: downloading github.com/spf13/cobra v1.6.1
13:11:07 go: downloading github.com/spf13/pflag v1.0.5
13:11:07 go: downloading github.com/docker/docker v23.0.0+incompatible
13:11:07 go: downloading github.com/fvbommel/sortorder v1.0.2
13:11:07 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:11:07 go: downloading github.com/morikuni/aec v1.0.0
13:11:07 go: downloading github.com/pkg/errors v0.9.1
13:11:07 go: downloading github.com/google/go-cmp v0.5.9
13:11:07 go: downloading gotest.tools/v3 v3.4.0
13:11:07 go: downloading golang.org/x/sys v0.4.0
13:11:07 go: downloading github.com/docker/go-units v0.5.0
13:11:07 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:11:07 go: downloading github.com/docker/go-connections v0.4.0
13:11:07 go: downloading github.com/moby/sys/sequential v0.5.0
13:11:07 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:11:07 go: downloading golang.org/x/text v0.6.0
13:11:07 go: downloading github.com/mattn/go-runewidth v0.0.13
13:11:07 go: downloading github.com/containerd/containerd v1.6.16
13:11:07 go: downloading github.com/moby/sys/signal v0.7.0
13:11:07 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:11:07 go: downloading github.com/moby/buildkit v0.10.6
13:11:08 go: downloading github.com/moby/patternmatcher v0.5.0
13:11:08 go: downloading github.com/opencontainers/go-digest v1.0.0
13:11:08 go: downloading github.com/gogo/protobuf v1.3.2
13:11:08 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:11:08 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:11:09 go: downloading gopkg.in/yaml.v2 v2.4.0
13:11:09 go: downloading golang.org/x/term v0.4.0
13:11:09 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:11:09 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:11:09 go: downloading github.com/imdario/mergo v0.3.12
13:11:09 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:11:09 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:11:09 go: downloading github.com/creack/pty v1.1.11
13:11:09 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:11:09 go: downloading gopkg.in/yaml.v3 v3.0.1
13:11:09 go: downloading github.com/stretchr/testify v1.8.0
13:11:09 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:11:09 go: downloading github.com/rivo/uniseg v0.2.0
13:11:09 go: downloading github.com/klauspost/compress v1.15.12
13:11:09 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:11:10 go: downloading github.com/containerd/continuity v0.3.0
13:11:10 go: downloading github.com/moby/sys/symlink v0.2.0
13:11:10 go: downloading golang.org/x/time v0.1.0
13:11:10 go: downloading github.com/opencontainers/runc v1.1.3
13:11:10 go: downloading golang.org/x/crypto v0.2.0
13:11:10 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:11:10 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:11:10 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:11:10 go: downloading google.golang.org/grpc v1.48.0
13:11:11 + for f in rootlesskit rootlesskit-docker-proxy
13:11:11 + GOBIN=/usr/local/bin
13:11:11 + GO111MODULE=on
13:11:11 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:11:11 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:11:11 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:11:11 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:11:11 go: downloading github.com/russross/blackfriday v1.6.0
13:11:11 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:11:11 go: downloading github.com/Microsoft/go-winio v0.5.2
13:11:11 go: downloading golang.org/x/net v0.5.0
13:11:11 go: downloading github.com/davecgh/go-spew v1.1.1
13:11:12 go: downloading github.com/pmezard/go-difflib v1.0.0
13:11:12 go: downloading github.com/miekg/pkcs11 v1.1.1
13:11:12 go: downloading github.com/prometheus/client_golang v1.14.0
13:11:12 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:11:12 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:11:12 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:11:12 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:11:12 go: downloading github.com/golang/protobuf v1.5.2
13:11:12 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:11:12 + return
13:11:12 # Build the CLI
13:11:12 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:11:12 Building dynamic docker-linux-arm-v6
13:11:12 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T13:08:36Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:11:15 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:11:15 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:11:15 go: downloading github.com/beorn7/perks v1.0.1
13:11:15 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:11:15 go: downloading github.com/prometheus/client_model v0.3.0
13:11:15 go: downloading github.com/prometheus/common v0.37.0
13:11:15 go: downloading github.com/prometheus/procfs v0.8.0
13:11:15 go: downloading google.golang.org/protobuf v1.28.1
13:11:15 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:11:15 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:11:16 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:11:16 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:11:16 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:11:16 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:11:16 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:11:16 go: downloading k8s.io/klog/v2 v2.80.1
13:11:16 go: downloading github.com/kr/text v0.2.0
13:11:16 go: downloading github.com/docker/go-metrics v0.0.1
13:11:16 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:11:16 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:11:16 go: downloading github.com/BurntSushi/toml v0.3.1
13:11:16 go: downloading github.com/kr/pretty v0.2.1
13:11:16 go: downloading github.com/magiconair/properties v1.5.3
13:11:16 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:11:16 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:11:16 go: downloading github.com/go-logr/logr v1.2.3
13:11:16 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:11:16 + go mod vendor -modfile=vendor.mod
13:11:16 Created binary: bundles/dynbinary-daemon/dockerd
13:11:16 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
13:11:16 Created binary: bundles/dynbinary-daemon/docker-proxy
13:11:16 
13:11:16 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:11:16 + RM_GOPATH=0
13:11:16 + TMP_GOPATH=/go
13:11:16 + : /usr/local/bin
13:11:16 + '[' -z /go ']'
13:11:16 + export GOPATH=/go
13:11:16 + GOPATH=/go
13:11:16 + case "$(go env GOARCH)" in
13:11:16 ++ go env GOARCH
13:11:16 + export GO_BUILDMODE=-buildmode=pie
13:11:16 + GO_BUILDMODE=-buildmode=pie
13:11:16 ++ dirname hack/dockerfile/install/install.sh
13:11:16 + dir=hack/dockerfile/install
13:11:16 + bin=tini
13:11:16 + shift
13:11:16 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:11:16 + . hack/dockerfile/install/tini.installer
13:11:16 ++ : v0.19.0
13:11:16 Install tini version v0.19.0
13:11:16 + install_tini
13:11:16 + echo 'Install tini version v0.19.0'
13:11:16 + git clone https://github.com/krallin/tini.git /go/tini
13:11:16 Cloning into '/go/tini'...
13:11:16 + cd /go/tini
13:11:16 + git checkout -q v0.19.0
13:11:16 + cmake .
13:11:16 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:11:16   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:11:16   CMake.
13:11:16 
13:11:16   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:11:16   CMake that the project does not need compatibility with older versions.
13:11:16 
13:11:16 
13:11:16 -- The C compiler identification is GNU 11.3.0
13:11:16 -- Detecting C compiler ABI info
13:11:16 -- Detecting C compiler ABI info - done
13:11:16 -- Check for working C compiler: /usr/bin/cc - skipped
13:11:16 -- Detecting C compile features
13:11:16 -- Detecting C compile features - done
13:11:16 -- Performing Test HAS_BUILTIN_FORTIFY
13:11:16 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:11:16 -- Configuring done
13:11:16 -- Generating done
13:11:16 -- Build files have been written to: /go/tini
13:11:16 + make tini-static
13:11:16 make[2]: Entering directory '/go/tini'
13:11:16 make[3]: Entering directory '/go/tini'
13:11:16 make[4]: Entering directory '/go/tini'
13:11:16 make[5]: Entering directory '/go/tini'
13:11:16 make[5]: Leaving directory '/go/tini'
13:11:16 make[5]: Entering directory '/go/tini'
13:11:16 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:11:16 [100%] Linking C executable tini-static
13:11:16 make[5]: Leaving directory '/go/tini'
13:11:16 [100%] Built target tini-static
13:11:16 make[4]: Leaving directory '/go/tini'
13:11:16 make[3]: Leaving directory '/go/tini'
13:11:16 make[2]: Leaving directory '/go/tini'
13:11:16 + mkdir -p /usr/local/bin
13:11:16 + cp tini-static /usr/local/bin/docker-init
13:11:16 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:11:16 + RM_GOPATH=0
13:11:16 + TMP_GOPATH=/go
13:11:16 + : /usr/local/bin
13:11:16 + '[' -z /go ']'
13:11:16 + export GOPATH=/go
13:11:16 + GOPATH=/go
13:11:16 + case "$(go env GOARCH)" in
13:11:16 ++ go env GOARCH
13:11:16 + export GO_BUILDMODE=-buildmode=pie
13:11:16 + GO_BUILDMODE=-buildmode=pie
13:11:16 ++ dirname hack/dockerfile/install/install.sh
13:11:16 + dir=hack/dockerfile/install
13:11:16 + bin=rootlesskit
13:11:16 + shift
13:11:16 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:11:16 + . hack/dockerfile/install/rootlesskit.installer
13:11:16 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:11:16 + install_rootlesskit dynamic
13:11:16 + case "$1" in
13:11:16 + install_rootlesskit_dynamic
13:11:16 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:11:16 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:11:16 + export BUILD_MODE=-buildmode=pie
13:11:16 + BUILD_MODE=-buildmode=pie
13:11:16 + _install_rootlesskit
13:11:16 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:11:16 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
13:11:16 + for f in rootlesskit rootlesskit-docker-proxy
13:11:16 + GOBIN=/usr/local/bin
13:11:16 + GO111MODULE=on
13:11:16 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:11:16 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
13:11:16 go: downloading github.com/sirupsen/logrus v1.9.0
13:11:16 go: downloading github.com/urfave/cli/v2 v2.23.5
13:11:16 go: downloading golang.org/x/sys v0.2.0
13:11:16 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:11:16 go: downloading github.com/google/uuid v1.3.0
13:11:16 go: downloading github.com/moby/vpnkit v0.5.0
13:11:16 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:11:16 go: downloading github.com/gofrs/flock v0.8.1
13:11:16 go: downloading github.com/gorilla/mux v1.8.0
13:11:16 go: downloading github.com/moby/sys/mountinfo v0.6.2
13:11:16 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:11:16 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:11:16 go: downloading golang.org/x/net v0.1.0
13:11:16 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:11:16 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:11:16 + for f in rootlesskit rootlesskit-docker-proxy
13:11:16 + GOBIN=/usr/local/bin
13:11:16 + GO111MODULE=on
13:11:16 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
13:11:16 + return
13:11:16 # Build the CLI
13:11:16 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:11:16 Building dynamic docker-linux-arm-v6
13:11:16 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-08T13:08:35Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:11:17 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:11:54 make[2]: Entering directory '/root/build-deb/cli'
13:11:54 scripts/docs/generate-man.sh
13:11:54 + cp -r . /tmp/docker-cli-docsgen.rvgqUXehdd/
13:11:54 + cd /tmp/docker-cli-docsgen.rvgqUXehdd
13:11:54 + ./scripts/vendor init
13:11:54 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:11:54 + cp man/tools.go .
13:11:54 + ./scripts/vendor update
13:11:54 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:11:54 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:11:54 go: downloading github.com/spf13/cobra v1.6.1
13:11:54 go: downloading github.com/spf13/pflag v1.0.5
13:11:54 go: downloading github.com/docker/docker v23.0.0+incompatible
13:11:54 go: downloading github.com/fvbommel/sortorder v1.0.2
13:11:54 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:11:54 go: downloading github.com/morikuni/aec v1.0.0
13:11:54 go: downloading github.com/pkg/errors v0.9.1
13:11:54 go: downloading github.com/google/go-cmp v0.5.9
13:11:54 go: downloading gotest.tools/v3 v3.4.0
13:11:54 go: downloading golang.org/x/sys v0.4.0
13:11:54 go: downloading github.com/docker/go-units v0.5.0
13:11:54 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:11:54 go: downloading github.com/docker/go-connections v0.4.0
13:11:54 go: downloading github.com/moby/sys/sequential v0.5.0
13:11:54 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:11:54 go: downloading golang.org/x/text v0.6.0
13:11:54 go: downloading github.com/mattn/go-runewidth v0.0.13
13:11:54 go: downloading github.com/containerd/containerd v1.6.16
13:11:55 go: downloading github.com/moby/sys/signal v0.7.0
13:11:55 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:11:55 go: downloading github.com/moby/buildkit v0.10.6
13:11:55 go: downloading github.com/moby/patternmatcher v0.5.0
13:11:55 go: downloading github.com/opencontainers/go-digest v1.0.0
13:11:55 go: downloading gopkg.in/yaml.v2 v2.4.0
13:11:55 go: downloading github.com/gogo/protobuf v1.3.2
13:11:56 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:11:56 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:11:56 go: downloading golang.org/x/term v0.4.0
13:11:56 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:11:56 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:11:56 go: downloading github.com/imdario/mergo v0.3.12
13:11:56 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:11:56 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:11:56 go: downloading github.com/creack/pty v1.1.11
13:11:56 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:11:57 go: downloading gopkg.in/yaml.v3 v3.0.1
13:11:57 go: downloading github.com/stretchr/testify v1.8.0
13:11:57 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:11:57 go: downloading github.com/rivo/uniseg v0.2.0
13:11:57 go: downloading github.com/klauspost/compress v1.15.12
13:11:57 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:11:57 go: downloading github.com/containerd/continuity v0.3.0
13:11:57 go: downloading github.com/moby/sys/symlink v0.2.0
13:11:57 go: downloading golang.org/x/time v0.1.0
13:11:57 go: downloading github.com/opencontainers/runc v1.1.3
13:11:58 go: downloading golang.org/x/crypto v0.2.0
13:11:58 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:11:58 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:11:58 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:11:58 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:11:58 go: downloading google.golang.org/grpc v1.48.0
13:11:59 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:11:59 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:11:59 go: downloading github.com/russross/blackfriday v1.6.0
13:11:59 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:11:59 go: downloading github.com/Microsoft/go-winio v0.5.2
13:11:59 go: downloading golang.org/x/net v0.5.0
13:11:59 go: downloading github.com/davecgh/go-spew v1.1.1
13:11:59 go: downloading github.com/pmezard/go-difflib v1.0.0
13:11:59 go: downloading github.com/miekg/pkcs11 v1.1.1
13:11:59 go: downloading github.com/prometheus/client_golang v1.14.0
13:11:59 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:11:59 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:11:59 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:11:59 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:12:00 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:12:00 go: downloading github.com/golang/protobuf v1.5.2
13:12:00 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:12:03 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:12:03 go: downloading github.com/beorn7/perks v1.0.1
13:12:03 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:12:03 go: downloading github.com/prometheus/client_model v0.3.0
13:12:03 go: downloading github.com/prometheus/common v0.37.0
13:12:03 go: downloading github.com/prometheus/procfs v0.8.0
13:12:03 go: downloading google.golang.org/protobuf v1.28.1
13:12:03 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:12:03 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:12:03 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:12:03 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:12:03 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:12:03 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:12:03 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:12:03 go: downloading k8s.io/klog/v2 v2.80.1
13:12:03 go: downloading github.com/kr/text v0.2.0
13:12:03 go: downloading github.com/docker/go-metrics v0.0.1
13:12:03 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:12:03 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:12:03 go: downloading github.com/BurntSushi/toml v0.3.1
13:12:03 go: downloading github.com/kr/pretty v0.2.1
13:12:03 go: downloading github.com/magiconair/properties v1.5.3
13:12:03 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:12:03 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:12:03 go: downloading github.com/go-logr/logr v1.2.3
13:12:03 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:12:04 + go mod vendor -modfile=vendor.mod
13:12:05 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:12:07 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:12:07 ++ pwd
13:12:07 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:12:07 Project root: .
13:12:07 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:12:07 INFO: man/src/attach.md found
13:12:07 WARN: man/src/build.md does not exist, skipping
13:12:07 WARN: man/src/builder/build.md does not exist, skipping
13:12:07 WARN: man/src/builder/prune.md does not exist, skipping
13:12:07 WARN: man/src/builder.md does not exist, skipping
13:12:07 WARN: man/src/checkpoint/create.md does not exist, skipping
13:12:07 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:12:07 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:12:07 WARN: man/src/checkpoint.md does not exist, skipping
13:12:07 INFO: man/src/commit.md found
13:12:07 WARN: man/src/config/create.md does not exist, skipping
13:12:07 WARN: man/src/config/inspect.md does not exist, skipping
13:12:07 WARN: man/src/config/ls.md does not exist, skipping
13:12:07 WARN: man/src/config/rm.md does not exist, skipping
13:12:07 WARN: man/src/config.md does not exist, skipping
13:12:07 INFO: man/src/container/attach.md found
13:12:07 INFO: man/src/container/commit.md found
13:12:07 INFO: man/src/container/cp.md found
13:12:07 INFO: man/src/container/create.md found
13:12:07 INFO: man/src/container/diff.md found
13:12:07 INFO: man/src/container/exec.md found
13:12:07 INFO: man/src/container/export.md found
13:12:07 WARN: man/src/container/inspect.md does not exist, skipping
13:12:07 INFO: man/src/container/kill.md found
13:12:07 INFO: man/src/container/logs.md found
13:12:07 INFO: man/src/container/ls.md found
13:12:07 INFO: man/src/container/pause.md found
13:12:07 INFO: man/src/container/port.md found
13:12:07 WARN: man/src/container/prune.md does not exist, skipping
13:12:07 INFO: man/src/container/rename.md found
13:12:07 INFO: man/src/container/restart.md found
13:12:07 INFO: man/src/container/rm.md found
13:12:07 INFO: man/src/container/run.md found
13:12:07 INFO: man/src/container/start.md found
13:12:07 INFO: man/src/container/stats.md found
13:12:07 INFO: man/src/container/stop.md found
13:12:07 INFO: man/src/container/top.md found
13:12:07 INFO: man/src/container/unpause.md found
13:12:07 INFO: man/src/container/update.md found
13:12:07 INFO: man/src/container/wait.md found
13:12:07 WARN: man/src/container.md does not exist, skipping
13:12:07 WARN: man/src/context/create.md does not exist, skipping
13:12:07 WARN: man/src/context/export.md does not exist, skipping
13:12:07 WARN: man/src/context/import.md does not exist, skipping
13:12:07 WARN: man/src/context/inspect.md does not exist, skipping
13:12:07 WARN: man/src/context/ls.md does not exist, skipping
13:12:07 WARN: man/src/context/rm.md does not exist, skipping
13:12:07 WARN: man/src/context/show.md does not exist, skipping
13:12:07 WARN: man/src/context/update.md does not exist, skipping
13:12:07 WARN: man/src/context/use.md does not exist, skipping
13:12:07 WARN: man/src/context.md does not exist, skipping
13:12:07 INFO: man/src/cp.md found
13:12:07 INFO: man/src/create.md found
13:12:07 INFO: man/src/diff.md found
13:12:07 INFO: man/src/events.md found
13:12:07 INFO: man/src/exec.md found
13:12:07 INFO: man/src/export.md found
13:12:07 INFO: man/src/history.md found
13:12:07 INFO: man/src/image/build.md found
13:12:07 INFO: man/src/image/history.md found
13:12:07 INFO: man/src/image/import.md found
13:12:07 WARN: man/src/image/inspect.md does not exist, skipping
13:12:07 INFO: man/src/image/load.md found
13:12:07 INFO: man/src/image/ls.md found
13:12:07 WARN: man/src/image/prune.md does not exist, skipping
13:12:07 INFO: man/src/image/pull.md found
13:12:07 INFO: man/src/image/push.md found
13:12:07 INFO: man/src/image/rm.md found
13:12:07 INFO: man/src/image/save.md found
13:12:07 INFO: man/src/image/tag.md found
13:12:07 WARN: man/src/image.md does not exist, skipping
13:12:07 INFO: man/src/images.md found
13:12:07 INFO: man/src/import.md found
13:12:07 INFO: man/src/info.md found
13:12:07 INFO: man/src/inspect.md found
13:12:07 INFO: man/src/kill.md found
13:12:07 INFO: man/src/load.md found
13:12:07 INFO: man/src/login.md found
13:12:07 INFO: man/src/logout.md found
13:12:07 INFO: man/src/logs.md found
13:12:07 WARN: man/src/manifest/annotate.md does not exist, skipping
13:12:07 WARN: man/src/manifest/create.md does not exist, skipping
13:12:07 WARN: man/src/manifest/inspect.md does not exist, skipping
13:12:07 WARN: man/src/manifest/push.md does not exist, skipping
13:12:07 WARN: man/src/manifest/rm.md does not exist, skipping
13:12:07 WARN: man/src/manifest.md does not exist, skipping
13:12:07 INFO: man/src/network/connect.md found
13:12:07 INFO: man/src/network/create.md found
13:12:07 INFO: man/src/network/disconnect.md found
13:12:07 INFO: man/src/network/inspect.md found
13:12:07 INFO: man/src/network/ls.md found
13:12:07 WARN: man/src/network/prune.md does not exist, skipping
13:12:07 INFO: man/src/network/rm.md found
13:12:07 WARN: man/src/network.md does not exist, skipping
13:12:07 WARN: man/src/node/demote.md does not exist, skipping
13:12:07 WARN: man/src/node/inspect.md does not exist, skipping
13:12:07 WARN: man/src/node/ls.md does not exist, skipping
13:12:07 WARN: man/src/node/promote.md does not exist, skipping
13:12:07 WARN: man/src/node/ps.md does not exist, skipping
13:12:07 WARN: man/src/node/rm.md does not exist, skipping
13:12:07 WARN: man/src/node/update.md does not exist, skipping
13:12:07 WARN: man/src/node.md does not exist, skipping
13:12:07 INFO: man/src/pause.md found
13:12:07 WARN: man/src/plugin/create.md does not exist, skipping
13:12:07 WARN: man/src/plugin/disable.md does not exist, skipping
13:12:07 WARN: man/src/plugin/enable.md does not exist, skipping
13:12:07 WARN: man/src/plugin/inspect.md does not exist, skipping
13:12:07 WARN: man/src/plugin/install.md does not exist, skipping
13:12:07 INFO: man/src/plugin/ls.md found
13:12:07 WARN: man/src/plugin/push.md does not exist, skipping
13:12:07 WARN: man/src/plugin/rm.md does not exist, skipping
13:12:07 WARN: man/src/plugin/set.md does not exist, skipping
13:12:07 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:12:07 WARN: man/src/plugin.md does not exist, skipping
13:12:07 INFO: man/src/port.md found
13:12:07 INFO: man/src/ps.md found
13:12:07 INFO: man/src/pull.md found
13:12:07 INFO: man/src/push.md found
13:12:07 INFO: man/src/rename.md found
13:12:07 INFO: man/src/restart.md found
13:12:07 INFO: man/src/rm.md found
13:12:07 INFO: man/src/rmi.md found
13:12:07 WARN: man/src/run.md does not exist, skipping
13:12:07 INFO: man/src/save.md found
13:12:07 INFO: man/src/search.md found
13:12:07 WARN: man/src/secret/create.md does not exist, skipping
13:12:07 WARN: man/src/secret/inspect.md does not exist, skipping
13:12:07 WARN: man/src/secret/ls.md does not exist, skipping
13:12:07 WARN: man/src/secret/rm.md does not exist, skipping
13:12:07 WARN: man/src/secret.md does not exist, skipping
13:12:07 WARN: man/src/service/create.md does not exist, skipping
13:12:07 WARN: man/src/service/inspect.md does not exist, skipping
13:12:07 WARN: man/src/service/logs.md does not exist, skipping
13:12:07 WARN: man/src/service/ls.md does not exist, skipping
13:12:07 WARN: man/src/service/ps.md does not exist, skipping
13:12:07 WARN: man/src/service/rm.md does not exist, skipping
13:12:07 WARN: man/src/service/rollback.md does not exist, skipping
13:12:07 WARN: man/src/service/scale.md does not exist, skipping
13:12:07 WARN: man/src/service/update.md does not exist, skipping
13:12:07 WARN: man/src/service.md does not exist, skipping
13:12:07 WARN: man/src/stack/config.md does not exist, skipping
13:12:07 WARN: man/src/stack/deploy.md does not exist, skipping
13:12:07 WARN: man/src/stack/ls.md does not exist, skipping
13:12:07 WARN: man/src/stack/ps.md does not exist, skipping
13:12:07 WARN: man/src/stack/rm.md does not exist, skipping
13:12:07 WARN: man/src/stack/services.md does not exist, skipping
13:12:07 WARN: man/src/stack.md does not exist, skipping
13:12:07 INFO: man/src/start.md found
13:12:07 INFO: man/src/stats.md found
13:12:07 INFO: man/src/stop.md found
13:12:07 WARN: man/src/swarm/ca.md does not exist, skipping
13:12:07 WARN: man/src/swarm/init.md does not exist, skipping
13:12:07 WARN: man/src/swarm/join.md does not exist, skipping
13:12:07 WARN: man/src/swarm/join-token.md does not exist, skipping
13:12:07 WARN: man/src/swarm/leave.md does not exist, skipping
13:12:07 WARN: man/src/swarm/unlock.md does not exist, skipping
13:12:07 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:12:07 WARN: man/src/swarm/update.md does not exist, skipping
13:12:07 WARN: man/src/swarm.md does not exist, skipping
13:12:07 WARN: man/src/system/df.md does not exist, skipping
13:12:07 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:12:07 INFO: man/src/system/events.md found
13:12:07 INFO: man/src/system/info.md found
13:12:07 WARN: man/src/system/prune.md does not exist, skipping
13:12:07 WARN: man/src/system.md does not exist, skipping
13:12:07 INFO: man/src/tag.md found
13:12:07 INFO: man/src/top.md found
13:12:07 WARN: man/src/trust/inspect.md does not exist, skipping
13:12:07 WARN: man/src/trust/key/generate.md does not exist, skipping
13:12:07 WARN: man/src/trust/key/load.md does not exist, skipping
13:12:07 WARN: man/src/trust/key.md does not exist, skipping
13:12:07 WARN: man/src/trust/revoke.md does not exist, skipping
13:12:07 WARN: man/src/trust/sign.md does not exist, skipping
13:12:07 WARN: man/src/trust/signer/add.md does not exist, skipping
13:12:07 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:12:07 WARN: man/src/trust/signer.md does not exist, skipping
13:12:07 WARN: man/src/trust.md does not exist, skipping
13:12:07 INFO: man/src/unpause.md found
13:12:07 INFO: man/src/update.md found
13:12:07 INFO: man/src/version.md found
13:12:07 INFO: man/src/volume/create.md found
13:12:07 INFO: man/src/volume/inspect.md found
13:12:07 INFO: man/src/volume/ls.md found
13:12:07 WARN: man/src/volume/prune.md does not exist, skipping
13:12:07 WARN: man/src/volume/rm.md does not exist, skipping
13:12:07 WARN: man/src/volume/update.md does not exist, skipping
13:12:07 INFO: man/src/volume.md found
13:12:07 INFO: man/src/wait.md found
13:12:07 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:12:07 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:12:07 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:12:07 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:12:07 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:12:07 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:12:07 make[2]: Leaving directory '/root/build-deb/cli'
13:12:07 # Build buildx plugin
13:12:07 cd /go/src/github.com/docker/buildx \
13:12:07 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:12:07 && GO111MODULE=on \
13:12:07 	CGO_ENABLED=0 \
13:12:07 		go build \
13:12:07 			-mod=vendor \
13:12:07 			-trimpath \
13:12:07 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:12:07 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:12:07 			./cmd/buildx
13:12:08 make[2]: Entering directory '/root/build-deb/cli'
13:12:08 scripts/docs/generate-man.sh
13:12:08 + cp -r . /tmp/docker-cli-docsgen.iIvcR2Qi9T/
13:12:08 + cd /tmp/docker-cli-docsgen.iIvcR2Qi9T
13:12:08 + ./scripts/vendor init
13:12:08 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:12:08 + cp man/tools.go .
13:12:08 + ./scripts/vendor update
13:12:08 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:12:08 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:12:08 go: downloading github.com/spf13/cobra v1.6.1
13:12:08 go: downloading github.com/spf13/pflag v1.0.5
13:12:08 go: downloading github.com/docker/docker v23.0.0+incompatible
13:12:08 go: downloading github.com/fvbommel/sortorder v1.0.2
13:12:08 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:12:08 go: downloading github.com/morikuni/aec v1.0.0
13:12:08 go: downloading github.com/pkg/errors v0.9.1
13:12:08 go: downloading github.com/google/go-cmp v0.5.9
13:12:08 go: downloading gotest.tools/v3 v3.4.0
13:12:08 go: downloading golang.org/x/sys v0.4.0
13:12:08 go: downloading github.com/docker/go-units v0.5.0
13:12:08 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:12:09 go: downloading github.com/docker/go-connections v0.4.0
13:12:09 go: downloading github.com/moby/sys/sequential v0.5.0
13:12:09 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:12:09 go: downloading golang.org/x/text v0.6.0
13:12:09 go: downloading github.com/mattn/go-runewidth v0.0.13
13:12:09 go: downloading github.com/containerd/containerd v1.6.16
13:12:09 go: downloading github.com/moby/sys/signal v0.7.0
13:12:09 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:12:09 go: downloading github.com/moby/buildkit v0.10.6
13:12:10 go: downloading github.com/moby/patternmatcher v0.5.0
13:12:10 go: downloading github.com/opencontainers/go-digest v1.0.0
13:12:10 go: downloading github.com/gogo/protobuf v1.3.2
13:12:10 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:12:10 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:12:10 go: downloading gopkg.in/yaml.v2 v2.4.0
13:12:10 go: downloading golang.org/x/term v0.4.0
13:12:10 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:12:10 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:12:10 go: downloading github.com/imdario/mergo v0.3.12
13:12:10 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:12:10 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:12:10 go: downloading github.com/creack/pty v1.1.11
13:12:10 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:12:12 go: downloading gopkg.in/yaml.v3 v3.0.1
13:12:12 go: downloading github.com/stretchr/testify v1.8.0
13:12:12 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:12:12 go: downloading github.com/rivo/uniseg v0.2.0
13:12:12 go: downloading github.com/klauspost/compress v1.15.12
13:12:12 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:12:12 go: downloading github.com/containerd/continuity v0.3.0
13:12:12 go: downloading github.com/moby/sys/symlink v0.2.0
13:12:12 go: downloading golang.org/x/time v0.1.0
13:12:12 go: downloading github.com/opencontainers/runc v1.1.3
13:12:12 make[2]: Entering directory '/root/build-deb/cli'
13:12:12 scripts/docs/generate-man.sh
13:12:12 + cp -r . /tmp/docker-cli-docsgen.peMMuWRp0Y/
13:12:12 + cd /tmp/docker-cli-docsgen.peMMuWRp0Y
13:12:12 + ./scripts/vendor init
13:12:12 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:12:12 + cp man/tools.go .
13:12:12 + ./scripts/vendor update
13:12:12 + go mod tidy -compat=1.18 -modfile=vendor.mod
13:12:12 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:12:12 go: downloading github.com/spf13/cobra v1.6.1
13:12:12 go: downloading github.com/spf13/pflag v1.0.5
13:12:12 go: downloading github.com/docker/docker v23.0.0+incompatible
13:12:12 go: downloading github.com/fvbommel/sortorder v1.0.2
13:12:12 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
13:12:12 go: downloading github.com/morikuni/aec v1.0.0
13:12:12 go: downloading github.com/pkg/errors v0.9.1
13:12:12 go: downloading github.com/google/go-cmp v0.5.9
13:12:12 go: downloading gotest.tools/v3 v3.4.0
13:12:12 go: downloading golang.org/x/sys v0.4.0
13:12:12 go: downloading github.com/docker/go-units v0.5.0
13:12:12 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:12:12 go: downloading golang.org/x/crypto v0.2.0
13:12:12 go: downloading github.com/docker/go-connections v0.4.0
13:12:12 go: downloading github.com/moby/sys/sequential v0.5.0
13:12:12 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:12:13 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:12:13 go: downloading golang.org/x/text v0.6.0
13:12:13 go: downloading github.com/mattn/go-runewidth v0.0.13
13:12:13 go: downloading github.com/containerd/containerd v1.6.16
13:12:13 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:12:13 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:12:13 go: downloading google.golang.org/grpc v1.48.0
13:12:13 go: downloading github.com/moby/sys/signal v0.7.0
13:12:13 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:12:13 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:12:13 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:12:13 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:12:13 go: downloading github.com/russross/blackfriday v1.6.0
13:12:13 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:12:13 go: downloading github.com/Microsoft/go-winio v0.5.2
13:12:14 go: downloading github.com/inconshreveable/mousetrap v1.1.0
13:12:14 go: downloading golang.org/x/net v0.5.0
13:12:14 go: downloading github.com/davecgh/go-spew v1.1.1
13:12:14 go: downloading github.com/pmezard/go-difflib v1.0.0
13:12:14 go: downloading github.com/miekg/pkcs11 v1.1.1
13:12:14 go: downloading github.com/prometheus/client_golang v1.14.0
13:12:14 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:12:14 go: downloading github.com/creack/pty v1.1.11
13:12:14 go: downloading github.com/opencontainers/go-digest v1.0.0
13:12:14 go: downloading github.com/moby/buildkit v0.10.6
13:12:14 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:12:14 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:12:14 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:12:14 go: downloading github.com/moby/patternmatcher v0.5.0
13:12:14 go: downloading github.com/gogo/protobuf v1.3.2
13:12:15 go: downloading github.com/golang/protobuf v1.5.2
13:12:15 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:12:15 go: downloading gopkg.in/yaml.v3 v3.0.1
13:12:15 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:12:15 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
13:12:15 go: downloading gopkg.in/yaml.v2 v2.4.0
13:12:15 go: downloading golang.org/x/term v0.4.0
13:12:15 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:12:15 go: downloading github.com/imdario/mergo v0.3.12
13:12:15 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:12:15 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:12:15 go: downloading github.com/docker/docker-credential-helpers v0.7.0
13:12:15 go: downloading github.com/stretchr/testify v1.8.0
13:12:15 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:12:15 go: downloading github.com/rivo/uniseg v0.2.0
13:12:15 go: downloading github.com/klauspost/compress v1.15.12
13:12:15 go: downloading github.com/Microsoft/hcsshim v0.9.6
13:12:15 go: downloading github.com/containerd/continuity v0.3.0
13:12:15 go: downloading github.com/russross/blackfriday v1.6.0
13:12:15 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:12:15 go: downloading github.com/Microsoft/go-winio v0.5.2
13:12:16 go: downloading golang.org/x/net v0.5.0
13:12:16 go: downloading github.com/opencontainers/runc v1.1.3
13:12:16 go: downloading golang.org/x/time v0.1.0
13:12:16 go: downloading golang.org/x/crypto v0.2.0
13:12:16 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:12:17 go: downloading github.com/moby/sys/symlink v0.2.0
13:12:17 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:12:17 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:12:17 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
13:12:17 go: downloading google.golang.org/grpc v1.48.0
13:12:17 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:12:17 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:12:17 go: downloading github.com/davecgh/go-spew v1.1.1
13:12:17 go: downloading github.com/pmezard/go-difflib v1.0.0
13:12:17 go: downloading github.com/miekg/pkcs11 v1.1.1
13:12:17 go: downloading github.com/prometheus/client_golang v1.14.0
13:12:17 go: downloading github.com/go-sql-driver/mysql v1.6.0
13:12:17 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:12:17 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:12:17 go: downloading github.com/google/certificate-transparency-go v1.1.4
13:12:18 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:12:18 go: downloading github.com/golang/protobuf v1.5.2
13:12:18 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
13:12:18 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:12:18 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:12:18 go: downloading github.com/beorn7/perks v1.0.1
13:12:18 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:12:18 go: downloading github.com/prometheus/client_model v0.3.0
13:12:18 go: downloading github.com/prometheus/common v0.37.0
13:12:18 go: downloading github.com/prometheus/procfs v0.8.0
13:12:18 go: downloading google.golang.org/protobuf v1.28.1
13:12:18 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:12:18 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:12:18 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:12:18 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:12:18 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:12:18 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:12:18 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:12:18 go: downloading k8s.io/klog/v2 v2.80.1
13:12:18 go: downloading github.com/kr/text v0.2.0
13:12:18 go: downloading github.com/docker/go-metrics v0.0.1
13:12:18 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:12:18 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:12:18 go: downloading github.com/BurntSushi/toml v0.3.1
13:12:18 go: downloading github.com/kr/pretty v0.2.1
13:12:18 go: downloading github.com/magiconair/properties v1.5.3
13:12:18 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:12:18 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:12:18 go: downloading github.com/go-logr/logr v1.2.3
13:12:18 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:12:19 + go mod vendor -modfile=vendor.mod
13:12:19 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:12:21 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:12:21 go: downloading github.com/beorn7/perks v1.0.1
13:12:21 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:12:21 go: downloading github.com/prometheus/client_model v0.3.0
13:12:21 go: downloading github.com/prometheus/common v0.37.0
13:12:21 go: downloading github.com/prometheus/procfs v0.8.0
13:12:21 go: downloading google.golang.org/protobuf v1.28.1
13:12:21 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:12:21 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:12:21 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:12:21 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:12:21 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:12:21 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:12:21 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:12:21 go: downloading k8s.io/klog/v2 v2.80.1
13:12:22 go: downloading github.com/kr/text v0.2.0
13:12:22 go: downloading github.com/docker/go-metrics v0.0.1
13:12:22 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
13:12:22 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:12:22 go: downloading github.com/BurntSushi/toml v0.3.1
13:12:22 go: downloading github.com/kr/pretty v0.2.1
13:12:22 go: downloading github.com/magiconair/properties v1.5.3
13:12:22 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:12:22 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:12:22 go: downloading github.com/go-logr/logr v1.2.3
13:12:22 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:12:22 + go mod vendor -modfile=vendor.mod
13:12:23 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:12:25 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:12:25 ++ pwd
13:12:25 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:12:25 Project root: .
13:12:25 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:12:25 INFO: man/src/attach.md found
13:12:25 WARN: man/src/build.md does not exist, skipping
13:12:25 WARN: man/src/builder/build.md does not exist, skipping
13:12:25 WARN: man/src/builder/prune.md does not exist, skipping
13:12:25 WARN: man/src/builder.md does not exist, skipping
13:12:25 WARN: man/src/checkpoint/create.md does not exist, skipping
13:12:25 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:12:25 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:12:25 WARN: man/src/checkpoint.md does not exist, skipping
13:12:25 INFO: man/src/commit.md found
13:12:25 WARN: man/src/config/create.md does not exist, skipping
13:12:25 WARN: man/src/config/inspect.md does not exist, skipping
13:12:25 WARN: man/src/config/ls.md does not exist, skipping
13:12:25 WARN: man/src/config/rm.md does not exist, skipping
13:12:25 WARN: man/src/config.md does not exist, skipping
13:12:25 INFO: man/src/container/attach.md found
13:12:25 INFO: man/src/container/commit.md found
13:12:25 INFO: man/src/container/cp.md found
13:12:25 INFO: man/src/container/create.md found
13:12:25 INFO: man/src/container/diff.md found
13:12:25 INFO: man/src/container/exec.md found
13:12:25 INFO: man/src/container/export.md found
13:12:25 WARN: man/src/container/inspect.md does not exist, skipping
13:12:25 INFO: man/src/container/kill.md found
13:12:25 INFO: man/src/container/logs.md found
13:12:25 INFO: man/src/container/ls.md found
13:12:25 INFO: man/src/container/pause.md found
13:12:25 INFO: man/src/container/port.md found
13:12:25 WARN: man/src/container/prune.md does not exist, skipping
13:12:25 INFO: man/src/container/rename.md found
13:12:25 INFO: man/src/container/restart.md found
13:12:25 INFO: man/src/container/rm.md found
13:12:25 INFO: man/src/container/run.md found
13:12:25 INFO: man/src/container/start.md found
13:12:25 INFO: man/src/container/stats.md found
13:12:25 INFO: man/src/container/stop.md found
13:12:25 INFO: man/src/container/top.md found
13:12:25 INFO: man/src/container/unpause.md found
13:12:25 INFO: man/src/container/update.md found
13:12:25 INFO: man/src/container/wait.md found
13:12:25 WARN: man/src/container.md does not exist, skipping
13:12:25 WARN: man/src/context/create.md does not exist, skipping
13:12:25 WARN: man/src/context/export.md does not exist, skipping
13:12:25 WARN: man/src/context/import.md does not exist, skipping
13:12:25 WARN: man/src/context/inspect.md does not exist, skipping
13:12:25 WARN: man/src/context/ls.md does not exist, skipping
13:12:25 WARN: man/src/context/rm.md does not exist, skipping
13:12:25 WARN: man/src/context/show.md does not exist, skipping
13:12:25 WARN: man/src/context/update.md does not exist, skipping
13:12:25 WARN: man/src/context/use.md does not exist, skipping
13:12:25 WARN: man/src/context.md does not exist, skipping
13:12:25 INFO: man/src/cp.md found
13:12:25 INFO: man/src/create.md found
13:12:25 INFO: man/src/diff.md found
13:12:25 INFO: man/src/events.md found
13:12:25 INFO: man/src/exec.md found
13:12:25 INFO: man/src/export.md found
13:12:25 INFO: man/src/history.md found
13:12:25 INFO: man/src/image/build.md found
13:12:25 INFO: man/src/image/history.md found
13:12:25 INFO: man/src/image/import.md found
13:12:25 WARN: man/src/image/inspect.md does not exist, skipping
13:12:25 INFO: man/src/image/load.md found
13:12:25 INFO: man/src/image/ls.md found
13:12:25 WARN: man/src/image/prune.md does not exist, skipping
13:12:25 INFO: man/src/image/pull.md found
13:12:25 INFO: man/src/image/push.md found
13:12:25 INFO: man/src/image/rm.md found
13:12:25 INFO: man/src/image/save.md found
13:12:25 INFO: man/src/image/tag.md found
13:12:25 WARN: man/src/image.md does not exist, skipping
13:12:25 INFO: man/src/images.md found
13:12:25 INFO: man/src/import.md found
13:12:25 INFO: man/src/info.md found
13:12:25 INFO: man/src/inspect.md found
13:12:25 INFO: man/src/kill.md found
13:12:25 INFO: man/src/load.md found
13:12:25 INFO: man/src/login.md found
13:12:25 INFO: man/src/logout.md found
13:12:25 INFO: man/src/logs.md found
13:12:25 WARN: man/src/manifest/annotate.md does not exist, skipping
13:12:25 WARN: man/src/manifest/create.md does not exist, skipping
13:12:25 WARN: man/src/manifest/inspect.md does not exist, skipping
13:12:25 WARN: man/src/manifest/push.md does not exist, skipping
13:12:25 WARN: man/src/manifest/rm.md does not exist, skipping
13:12:25 WARN: man/src/manifest.md does not exist, skipping
13:12:25 INFO: man/src/network/connect.md found
13:12:25 INFO: man/src/network/create.md found
13:12:25 INFO: man/src/network/disconnect.md found
13:12:25 INFO: man/src/network/inspect.md found
13:12:25 INFO: man/src/network/ls.md found
13:12:25 WARN: man/src/network/prune.md does not exist, skipping
13:12:25 INFO: man/src/network/rm.md found
13:12:25 WARN: man/src/network.md does not exist, skipping
13:12:25 WARN: man/src/node/demote.md does not exist, skipping
13:12:25 WARN: man/src/node/inspect.md does not exist, skipping
13:12:25 WARN: man/src/node/ls.md does not exist, skipping
13:12:25 WARN: man/src/node/promote.md does not exist, skipping
13:12:25 WARN: man/src/node/ps.md does not exist, skipping
13:12:25 WARN: man/src/node/rm.md does not exist, skipping
13:12:25 WARN: man/src/node/update.md does not exist, skipping
13:12:25 WARN: man/src/node.md does not exist, skipping
13:12:25 INFO: man/src/pause.md found
13:12:25 WARN: man/src/plugin/create.md does not exist, skipping
13:12:25 WARN: man/src/plugin/disable.md does not exist, skipping
13:12:25 WARN: man/src/plugin/enable.md does not exist, skipping
13:12:25 WARN: man/src/plugin/inspect.md does not exist, skipping
13:12:25 WARN: man/src/plugin/install.md does not exist, skipping
13:12:25 INFO: man/src/plugin/ls.md found
13:12:25 WARN: man/src/plugin/push.md does not exist, skipping
13:12:25 WARN: man/src/plugin/rm.md does not exist, skipping
13:12:25 WARN: man/src/plugin/set.md does not exist, skipping
13:12:25 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:12:25 WARN: man/src/plugin.md does not exist, skipping
13:12:25 INFO: man/src/port.md found
13:12:25 INFO: man/src/ps.md found
13:12:25 INFO: man/src/pull.md found
13:12:25 INFO: man/src/push.md found
13:12:25 INFO: man/src/rename.md found
13:12:25 INFO: man/src/restart.md found
13:12:25 INFO: man/src/rm.md found
13:12:25 INFO: man/src/rmi.md found
13:12:25 WARN: man/src/run.md does not exist, skipping
13:12:25 INFO: man/src/save.md found
13:12:25 INFO: man/src/search.md found
13:12:25 WARN: man/src/secret/create.md does not exist, skipping
13:12:25 WARN: man/src/secret/inspect.md does not exist, skipping
13:12:25 WARN: man/src/secret/ls.md does not exist, skipping
13:12:25 WARN: man/src/secret/rm.md does not exist, skipping
13:12:25 WARN: man/src/secret.md does not exist, skipping
13:12:25 WARN: man/src/service/create.md does not exist, skipping
13:12:25 WARN: man/src/service/inspect.md does not exist, skipping
13:12:25 WARN: man/src/service/logs.md does not exist, skipping
13:12:25 WARN: man/src/service/ls.md does not exist, skipping
13:12:25 WARN: man/src/service/ps.md does not exist, skipping
13:12:25 WARN: man/src/service/rm.md does not exist, skipping
13:12:25 WARN: man/src/service/rollback.md does not exist, skipping
13:12:25 WARN: man/src/service/scale.md does not exist, skipping
13:12:25 WARN: man/src/service/update.md does not exist, skipping
13:12:25 WARN: man/src/service.md does not exist, skipping
13:12:25 WARN: man/src/stack/config.md does not exist, skipping
13:12:25 WARN: man/src/stack/deploy.md does not exist, skipping
13:12:25 WARN: man/src/stack/ls.md does not exist, skipping
13:12:25 WARN: man/src/stack/ps.md does not exist, skipping
13:12:25 WARN: man/src/stack/rm.md does not exist, skipping
13:12:25 WARN: man/src/stack/services.md does not exist, skipping
13:12:25 WARN: man/src/stack.md does not exist, skipping
13:12:25 INFO: man/src/start.md found
13:12:25 INFO: man/src/stats.md found
13:12:25 INFO: man/src/stop.md found
13:12:25 WARN: man/src/swarm/ca.md does not exist, skipping
13:12:25 WARN: man/src/swarm/init.md does not exist, skipping
13:12:25 WARN: man/src/swarm/join.md does not exist, skipping
13:12:25 WARN: man/src/swarm/join-token.md does not exist, skipping
13:12:25 WARN: man/src/swarm/leave.md does not exist, skipping
13:12:25 WARN: man/src/swarm/unlock.md does not exist, skipping
13:12:25 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:12:25 WARN: man/src/swarm/update.md does not exist, skipping
13:12:25 WARN: man/src/swarm.md does not exist, skipping
13:12:25 WARN: man/src/system/df.md does not exist, skipping
13:12:25 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:12:25 INFO: man/src/system/events.md found
13:12:25 INFO: man/src/system/info.md found
13:12:25 WARN: man/src/system/prune.md does not exist, skipping
13:12:25 WARN: man/src/system.md does not exist, skipping
13:12:25 INFO: man/src/tag.md found
13:12:25 INFO: man/src/top.md found
13:12:25 WARN: man/src/trust/inspect.md does not exist, skipping
13:12:25 WARN: man/src/trust/key/generate.md does not exist, skipping
13:12:25 WARN: man/src/trust/key/load.md does not exist, skipping
13:12:25 WARN: man/src/trust/key.md does not exist, skipping
13:12:25 WARN: man/src/trust/revoke.md does not exist, skipping
13:12:25 WARN: man/src/trust/sign.md does not exist, skipping
13:12:25 WARN: man/src/trust/signer/add.md does not exist, skipping
13:12:25 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:12:25 WARN: man/src/trust/signer.md does not exist, skipping
13:12:25 WARN: man/src/trust.md does not exist, skipping
13:12:25 INFO: man/src/unpause.md found
13:12:25 INFO: man/src/update.md found
13:12:25 INFO: man/src/version.md found
13:12:25 INFO: man/src/volume/create.md found
13:12:25 INFO: man/src/volume/inspect.md found
13:12:25 INFO: man/src/volume/ls.md found
13:12:25 WARN: man/src/volume/prune.md does not exist, skipping
13:12:25 WARN: man/src/volume/rm.md does not exist, skipping
13:12:25 WARN: man/src/volume/update.md does not exist, skipping
13:12:25 INFO: man/src/volume.md found
13:12:25 INFO: man/src/wait.md found
13:12:25 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:12:25 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:12:25 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:12:25 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:12:25 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:12:25 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:12:25 make[2]: Leaving directory '/root/build-deb/cli'
13:12:25 # Build buildx plugin
13:12:25 cd /go/src/github.com/docker/buildx \
13:12:25 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:12:25 && GO111MODULE=on \
13:12:25 	CGO_ENABLED=0 \
13:12:25 		go build \
13:12:25 			-mod=vendor \
13:12:25 			-trimpath \
13:12:25 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:12:25 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:12:25 			./cmd/buildx
13:13:13 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:13:13 ++ pwd
13:13:13 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:13:13 Project root: .
13:13:13 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:13:13 INFO: man/src/attach.md found
13:13:13 WARN: man/src/build.md does not exist, skipping
13:13:13 WARN: man/src/builder/build.md does not exist, skipping
13:13:13 WARN: man/src/builder/prune.md does not exist, skipping
13:13:13 WARN: man/src/builder.md does not exist, skipping
13:13:13 WARN: man/src/checkpoint/create.md does not exist, skipping
13:13:13 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:13:13 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:13:13 WARN: man/src/checkpoint.md does not exist, skipping
13:13:13 INFO: man/src/commit.md found
13:13:13 WARN: man/src/config/create.md does not exist, skipping
13:13:13 WARN: man/src/config/inspect.md does not exist, skipping
13:13:13 WARN: man/src/config/ls.md does not exist, skipping
13:13:13 WARN: man/src/config/rm.md does not exist, skipping
13:13:13 WARN: man/src/config.md does not exist, skipping
13:13:13 INFO: man/src/container/attach.md found
13:13:13 INFO: man/src/container/commit.md found
13:13:13 INFO: man/src/container/cp.md found
13:13:13 INFO: man/src/container/create.md found
13:13:13 INFO: man/src/container/diff.md found
13:13:13 INFO: man/src/container/exec.md found
13:13:13 INFO: man/src/container/export.md found
13:13:13 WARN: man/src/container/inspect.md does not exist, skipping
13:13:13 INFO: man/src/container/kill.md found
13:13:13 INFO: man/src/container/logs.md found
13:13:13 INFO: man/src/container/ls.md found
13:13:13 INFO: man/src/container/pause.md found
13:13:13 INFO: man/src/container/port.md found
13:13:13 WARN: man/src/container/prune.md does not exist, skipping
13:13:13 INFO: man/src/container/rename.md found
13:13:13 INFO: man/src/container/restart.md found
13:13:13 INFO: man/src/container/rm.md found
13:13:13 INFO: man/src/container/run.md found
13:13:13 INFO: man/src/container/start.md found
13:13:13 INFO: man/src/container/stats.md found
13:13:13 INFO: man/src/container/stop.md found
13:13:13 INFO: man/src/container/top.md found
13:13:13 INFO: man/src/container/unpause.md found
13:13:13 INFO: man/src/container/update.md found
13:13:13 INFO: man/src/container/wait.md found
13:13:13 WARN: man/src/container.md does not exist, skipping
13:13:13 WARN: man/src/context/create.md does not exist, skipping
13:13:13 WARN: man/src/context/export.md does not exist, skipping
13:13:13 WARN: man/src/context/import.md does not exist, skipping
13:13:13 WARN: man/src/context/inspect.md does not exist, skipping
13:13:13 WARN: man/src/context/ls.md does not exist, skipping
13:13:13 WARN: man/src/context/rm.md does not exist, skipping
13:13:13 WARN: man/src/context/show.md does not exist, skipping
13:13:13 WARN: man/src/context/update.md does not exist, skipping
13:13:13 WARN: man/src/context/use.md does not exist, skipping
13:13:13 WARN: man/src/context.md does not exist, skipping
13:13:13 INFO: man/src/cp.md found
13:13:13 INFO: man/src/create.md found
13:13:13 INFO: man/src/diff.md found
13:13:13 INFO: man/src/events.md found
13:13:13 INFO: man/src/exec.md found
13:13:13 INFO: man/src/export.md found
13:13:13 INFO: man/src/history.md found
13:13:13 INFO: man/src/image/build.md found
13:13:13 INFO: man/src/image/history.md found
13:13:13 INFO: man/src/image/import.md found
13:13:13 WARN: man/src/image/inspect.md does not exist, skipping
13:13:13 INFO: man/src/image/load.md found
13:13:13 INFO: man/src/image/ls.md found
13:13:13 WARN: man/src/image/prune.md does not exist, skipping
13:13:13 INFO: man/src/image/pull.md found
13:13:13 INFO: man/src/image/push.md found
13:13:13 INFO: man/src/image/rm.md found
13:13:13 INFO: man/src/image/save.md found
13:13:13 INFO: man/src/image/tag.md found
13:13:13 WARN: man/src/image.md does not exist, skipping
13:13:13 INFO: man/src/images.md found
13:13:13 INFO: man/src/import.md found
13:13:13 INFO: man/src/info.md found
13:13:13 INFO: man/src/inspect.md found
13:13:13 INFO: man/src/kill.md found
13:13:13 INFO: man/src/load.md found
13:13:13 INFO: man/src/login.md found
13:13:13 INFO: man/src/logout.md found
13:13:13 INFO: man/src/logs.md found
13:13:13 WARN: man/src/manifest/annotate.md does not exist, skipping
13:13:13 WARN: man/src/manifest/create.md does not exist, skipping
13:13:13 WARN: man/src/manifest/inspect.md does not exist, skipping
13:13:13 WARN: man/src/manifest/push.md does not exist, skipping
13:13:13 WARN: man/src/manifest/rm.md does not exist, skipping
13:13:13 WARN: man/src/manifest.md does not exist, skipping
13:13:13 INFO: man/src/network/connect.md found
13:13:13 INFO: man/src/network/create.md found
13:13:13 INFO: man/src/network/disconnect.md found
13:13:13 INFO: man/src/network/inspect.md found
13:13:13 INFO: man/src/network/ls.md found
13:13:13 WARN: man/src/network/prune.md does not exist, skipping
13:13:13 INFO: man/src/network/rm.md found
13:13:13 WARN: man/src/network.md does not exist, skipping
13:13:13 WARN: man/src/node/demote.md does not exist, skipping
13:13:13 WARN: man/src/node/inspect.md does not exist, skipping
13:13:13 WARN: man/src/node/ls.md does not exist, skipping
13:13:13 WARN: man/src/node/promote.md does not exist, skipping
13:13:13 WARN: man/src/node/ps.md does not exist, skipping
13:13:13 WARN: man/src/node/rm.md does not exist, skipping
13:13:13 WARN: man/src/node/update.md does not exist, skipping
13:13:13 WARN: man/src/node.md does not exist, skipping
13:13:13 INFO: man/src/pause.md found
13:13:13 WARN: man/src/plugin/create.md does not exist, skipping
13:13:13 WARN: man/src/plugin/disable.md does not exist, skipping
13:13:13 WARN: man/src/plugin/enable.md does not exist, skipping
13:13:13 WARN: man/src/plugin/inspect.md does not exist, skipping
13:13:13 WARN: man/src/plugin/install.md does not exist, skipping
13:13:13 INFO: man/src/plugin/ls.md found
13:13:13 WARN: man/src/plugin/push.md does not exist, skipping
13:13:13 WARN: man/src/plugin/rm.md does not exist, skipping
13:13:13 WARN: man/src/plugin/set.md does not exist, skipping
13:13:13 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:13:13 WARN: man/src/plugin.md does not exist, skipping
13:13:13 INFO: man/src/port.md found
13:13:13 INFO: man/src/ps.md found
13:13:13 INFO: man/src/pull.md found
13:13:13 INFO: man/src/push.md found
13:13:13 INFO: man/src/rename.md found
13:13:13 INFO: man/src/restart.md found
13:13:13 INFO: man/src/rm.md found
13:13:13 INFO: man/src/rmi.md found
13:13:13 WARN: man/src/run.md does not exist, skipping
13:13:13 INFO: man/src/save.md found
13:13:13 INFO: man/src/search.md found
13:13:13 WARN: man/src/secret/create.md does not exist, skipping
13:13:13 WARN: man/src/secret/inspect.md does not exist, skipping
13:13:13 WARN: man/src/secret/ls.md does not exist, skipping
13:13:13 WARN: man/src/secret/rm.md does not exist, skipping
13:13:13 WARN: man/src/secret.md does not exist, skipping
13:13:13 WARN: man/src/service/create.md does not exist, skipping
13:13:13 WARN: man/src/service/inspect.md does not exist, skipping
13:13:13 WARN: man/src/service/logs.md does not exist, skipping
13:13:13 WARN: man/src/service/ls.md does not exist, skipping
13:13:13 WARN: man/src/service/ps.md does not exist, skipping
13:13:13 WARN: man/src/service/rm.md does not exist, skipping
13:13:13 WARN: man/src/service/rollback.md does not exist, skipping
13:13:13 WARN: man/src/service/scale.md does not exist, skipping
13:13:13 WARN: man/src/service/update.md does not exist, skipping
13:13:13 WARN: man/src/service.md does not exist, skipping
13:13:13 WARN: man/src/stack/config.md does not exist, skipping
13:13:13 WARN: man/src/stack/deploy.md does not exist, skipping
13:13:13 WARN: man/src/stack/ls.md does not exist, skipping
13:13:13 WARN: man/src/stack/ps.md does not exist, skipping
13:13:13 WARN: man/src/stack/rm.md does not exist, skipping
13:13:13 WARN: man/src/stack/services.md does not exist, skipping
13:13:13 WARN: man/src/stack.md does not exist, skipping
13:13:13 INFO: man/src/start.md found
13:13:13 INFO: man/src/stats.md found
13:13:13 INFO: man/src/stop.md found
13:13:13 WARN: man/src/swarm/ca.md does not exist, skipping
13:13:13 WARN: man/src/swarm/init.md does not exist, skipping
13:13:13 WARN: man/src/swarm/join.md does not exist, skipping
13:13:13 WARN: man/src/swarm/join-token.md does not exist, skipping
13:13:13 WARN: man/src/swarm/leave.md does not exist, skipping
13:13:13 WARN: man/src/swarm/unlock.md does not exist, skipping
13:13:13 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:13:13 WARN: man/src/swarm/update.md does not exist, skipping
13:13:13 WARN: man/src/swarm.md does not exist, skipping
13:13:13 WARN: man/src/system/df.md does not exist, skipping
13:13:13 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:13:13 INFO: man/src/system/events.md found
13:13:13 INFO: man/src/system/info.md found
13:13:13 WARN: man/src/system/prune.md does not exist, skipping
13:13:13 WARN: man/src/system.md does not exist, skipping
13:13:13 INFO: man/src/tag.md found
13:13:13 INFO: man/src/top.md found
13:13:13 WARN: man/src/trust/inspect.md does not exist, skipping
13:13:13 WARN: man/src/trust/key/generate.md does not exist, skipping
13:13:13 WARN: man/src/trust/key/load.md does not exist, skipping
13:13:13 WARN: man/src/trust/key.md does not exist, skipping
13:13:13 WARN: man/src/trust/revoke.md does not exist, skipping
13:13:13 WARN: man/src/trust/sign.md does not exist, skipping
13:13:13 WARN: man/src/trust/signer/add.md does not exist, skipping
13:13:13 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:13:13 WARN: man/src/trust/signer.md does not exist, skipping
13:13:13 WARN: man/src/trust.md does not exist, skipping
13:13:13 INFO: man/src/unpause.md found
13:13:13 INFO: man/src/update.md found
13:13:13 INFO: man/src/version.md found
13:13:13 INFO: man/src/volume/create.md found
13:13:13 INFO: man/src/volume/inspect.md found
13:13:13 INFO: man/src/volume/ls.md found
13:13:13 WARN: man/src/volume/prune.md does not exist, skipping
13:13:13 WARN: man/src/volume/rm.md does not exist, skipping
13:13:13 WARN: man/src/volume/update.md does not exist, skipping
13:13:13 INFO: man/src/volume.md found
13:13:13 INFO: man/src/wait.md found
13:13:13 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:13:13 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:13:13 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:13:13 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:13:13 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:13:13 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:13:13 make[2]: Leaving directory '/root/build-deb/cli'
13:13:13 # Build buildx plugin
13:13:13 cd /go/src/github.com/docker/buildx \
13:13:13 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:13:13 && GO111MODULE=on \
13:13:13 	CGO_ENABLED=0 \
13:13:13 		go build \
13:13:13 			-mod=vendor \
13:13:13 			-trimpath \
13:13:13 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:13:13 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:13:13 			./cmd/buildx
13:13:27 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:13:27 ++ pwd
13:13:27 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:13:27 Project root: .
13:13:27 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:13:27 INFO: man/src/attach.md found
13:13:27 WARN: man/src/build.md does not exist, skipping
13:13:27 WARN: man/src/builder/build.md does not exist, skipping
13:13:27 WARN: man/src/builder/prune.md does not exist, skipping
13:13:27 WARN: man/src/builder.md does not exist, skipping
13:13:27 WARN: man/src/checkpoint/create.md does not exist, skipping
13:13:27 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:13:27 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:13:27 WARN: man/src/checkpoint.md does not exist, skipping
13:13:27 INFO: man/src/commit.md found
13:13:27 WARN: man/src/config/create.md does not exist, skipping
13:13:27 WARN: man/src/config/inspect.md does not exist, skipping
13:13:27 WARN: man/src/config/ls.md does not exist, skipping
13:13:27 WARN: man/src/config/rm.md does not exist, skipping
13:13:27 WARN: man/src/config.md does not exist, skipping
13:13:27 INFO: man/src/container/attach.md found
13:13:27 INFO: man/src/container/commit.md found
13:13:27 INFO: man/src/container/cp.md found
13:13:27 INFO: man/src/container/create.md found
13:13:27 INFO: man/src/container/diff.md found
13:13:27 INFO: man/src/container/exec.md found
13:13:27 INFO: man/src/container/export.md found
13:13:27 WARN: man/src/container/inspect.md does not exist, skipping
13:13:27 INFO: man/src/container/kill.md found
13:13:27 INFO: man/src/container/logs.md found
13:13:27 INFO: man/src/container/ls.md found
13:13:27 INFO: man/src/container/pause.md found
13:13:27 INFO: man/src/container/port.md found
13:13:27 WARN: man/src/container/prune.md does not exist, skipping
13:13:27 INFO: man/src/container/rename.md found
13:13:27 INFO: man/src/container/restart.md found
13:13:27 INFO: man/src/container/rm.md found
13:13:27 INFO: man/src/container/run.md found
13:13:27 INFO: man/src/container/start.md found
13:13:27 INFO: man/src/container/stats.md found
13:13:27 INFO: man/src/container/stop.md found
13:13:27 INFO: man/src/container/top.md found
13:13:27 INFO: man/src/container/unpause.md found
13:13:27 INFO: man/src/container/update.md found
13:13:27 INFO: man/src/container/wait.md found
13:13:27 WARN: man/src/container.md does not exist, skipping
13:13:27 WARN: man/src/context/create.md does not exist, skipping
13:13:27 WARN: man/src/context/export.md does not exist, skipping
13:13:27 WARN: man/src/context/import.md does not exist, skipping
13:13:27 WARN: man/src/context/inspect.md does not exist, skipping
13:13:27 WARN: man/src/context/ls.md does not exist, skipping
13:13:27 WARN: man/src/context/rm.md does not exist, skipping
13:13:27 WARN: man/src/context/show.md does not exist, skipping
13:13:27 WARN: man/src/context/update.md does not exist, skipping
13:13:27 WARN: man/src/context/use.md does not exist, skipping
13:13:27 WARN: man/src/context.md does not exist, skipping
13:13:27 INFO: man/src/cp.md found
13:13:27 INFO: man/src/create.md found
13:13:27 INFO: man/src/diff.md found
13:13:27 INFO: man/src/events.md found
13:13:27 INFO: man/src/exec.md found
13:13:27 INFO: man/src/export.md found
13:13:27 INFO: man/src/history.md found
13:13:27 INFO: man/src/image/build.md found
13:13:27 INFO: man/src/image/history.md found
13:13:27 INFO: man/src/image/import.md found
13:13:27 WARN: man/src/image/inspect.md does not exist, skipping
13:13:27 INFO: man/src/image/load.md found
13:13:27 INFO: man/src/image/ls.md found
13:13:27 WARN: man/src/image/prune.md does not exist, skipping
13:13:27 INFO: man/src/image/pull.md found
13:13:27 INFO: man/src/image/push.md found
13:13:27 INFO: man/src/image/rm.md found
13:13:27 INFO: man/src/image/save.md found
13:13:27 INFO: man/src/image/tag.md found
13:13:27 WARN: man/src/image.md does not exist, skipping
13:13:27 INFO: man/src/images.md found
13:13:27 INFO: man/src/import.md found
13:13:27 INFO: man/src/info.md found
13:13:27 INFO: man/src/inspect.md found
13:13:27 INFO: man/src/kill.md found
13:13:27 INFO: man/src/load.md found
13:13:27 INFO: man/src/login.md found
13:13:27 INFO: man/src/logout.md found
13:13:27 INFO: man/src/logs.md found
13:13:27 WARN: man/src/manifest/annotate.md does not exist, skipping
13:13:27 WARN: man/src/manifest/create.md does not exist, skipping
13:13:27 WARN: man/src/manifest/inspect.md does not exist, skipping
13:13:27 WARN: man/src/manifest/push.md does not exist, skipping
13:13:27 WARN: man/src/manifest/rm.md does not exist, skipping
13:13:27 WARN: man/src/manifest.md does not exist, skipping
13:13:27 INFO: man/src/network/connect.md found
13:13:27 INFO: man/src/network/create.md found
13:13:27 INFO: man/src/network/disconnect.md found
13:13:27 INFO: man/src/network/inspect.md found
13:13:27 INFO: man/src/network/ls.md found
13:13:27 WARN: man/src/network/prune.md does not exist, skipping
13:13:27 INFO: man/src/network/rm.md found
13:13:27 WARN: man/src/network.md does not exist, skipping
13:13:27 WARN: man/src/node/demote.md does not exist, skipping
13:13:27 WARN: man/src/node/inspect.md does not exist, skipping
13:13:27 WARN: man/src/node/ls.md does not exist, skipping
13:13:27 WARN: man/src/node/promote.md does not exist, skipping
13:13:27 WARN: man/src/node/ps.md does not exist, skipping
13:13:27 WARN: man/src/node/rm.md does not exist, skipping
13:13:27 WARN: man/src/node/update.md does not exist, skipping
13:13:27 WARN: man/src/node.md does not exist, skipping
13:13:27 INFO: man/src/pause.md found
13:13:27 WARN: man/src/plugin/create.md does not exist, skipping
13:13:27 WARN: man/src/plugin/disable.md does not exist, skipping
13:13:27 WARN: man/src/plugin/enable.md does not exist, skipping
13:13:27 WARN: man/src/plugin/inspect.md does not exist, skipping
13:13:27 WARN: man/src/plugin/install.md does not exist, skipping
13:13:27 INFO: man/src/plugin/ls.md found
13:13:27 WARN: man/src/plugin/push.md does not exist, skipping
13:13:27 WARN: man/src/plugin/rm.md does not exist, skipping
13:13:27 WARN: man/src/plugin/set.md does not exist, skipping
13:13:27 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:13:27 WARN: man/src/plugin.md does not exist, skipping
13:13:27 INFO: man/src/port.md found
13:13:27 INFO: man/src/ps.md found
13:13:27 INFO: man/src/pull.md found
13:13:27 INFO: man/src/push.md found
13:13:27 INFO: man/src/rename.md found
13:13:27 INFO: man/src/restart.md found
13:13:27 INFO: man/src/rm.md found
13:13:27 INFO: man/src/rmi.md found
13:13:27 WARN: man/src/run.md does not exist, skipping
13:13:27 INFO: man/src/save.md found
13:13:27 INFO: man/src/search.md found
13:13:27 WARN: man/src/secret/create.md does not exist, skipping
13:13:27 WARN: man/src/secret/inspect.md does not exist, skipping
13:13:27 WARN: man/src/secret/ls.md does not exist, skipping
13:13:27 WARN: man/src/secret/rm.md does not exist, skipping
13:13:27 WARN: man/src/secret.md does not exist, skipping
13:13:27 WARN: man/src/service/create.md does not exist, skipping
13:13:27 WARN: man/src/service/inspect.md does not exist, skipping
13:13:27 WARN: man/src/service/logs.md does not exist, skipping
13:13:27 WARN: man/src/service/ls.md does not exist, skipping
13:13:27 WARN: man/src/service/ps.md does not exist, skipping
13:13:27 WARN: man/src/service/rm.md does not exist, skipping
13:13:27 WARN: man/src/service/rollback.md does not exist, skipping
13:13:27 WARN: man/src/service/scale.md does not exist, skipping
13:13:27 WARN: man/src/service/update.md does not exist, skipping
13:13:27 WARN: man/src/service.md does not exist, skipping
13:13:27 WARN: man/src/stack/config.md does not exist, skipping
13:13:27 WARN: man/src/stack/deploy.md does not exist, skipping
13:13:27 WARN: man/src/stack/ls.md does not exist, skipping
13:13:27 WARN: man/src/stack/ps.md does not exist, skipping
13:13:27 WARN: man/src/stack/rm.md does not exist, skipping
13:13:27 WARN: man/src/stack/services.md does not exist, skipping
13:13:27 WARN: man/src/stack.md does not exist, skipping
13:13:27 INFO: man/src/start.md found
13:13:27 INFO: man/src/stats.md found
13:13:27 INFO: man/src/stop.md found
13:13:27 WARN: man/src/swarm/ca.md does not exist, skipping
13:13:27 WARN: man/src/swarm/init.md does not exist, skipping
13:13:27 WARN: man/src/swarm/join.md does not exist, skipping
13:13:27 WARN: man/src/swarm/join-token.md does not exist, skipping
13:13:27 WARN: man/src/swarm/leave.md does not exist, skipping
13:13:27 WARN: man/src/swarm/unlock.md does not exist, skipping
13:13:27 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:13:27 WARN: man/src/swarm/update.md does not exist, skipping
13:13:27 WARN: man/src/swarm.md does not exist, skipping
13:13:27 WARN: man/src/system/df.md does not exist, skipping
13:13:27 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:13:27 INFO: man/src/system/events.md found
13:13:27 INFO: man/src/system/info.md found
13:13:27 WARN: man/src/system/prune.md does not exist, skipping
13:13:27 WARN: man/src/system.md does not exist, skipping
13:13:27 INFO: man/src/tag.md found
13:13:27 INFO: man/src/top.md found
13:13:27 WARN: man/src/trust/inspect.md does not exist, skipping
13:13:27 WARN: man/src/trust/key/generate.md does not exist, skipping
13:13:27 WARN: man/src/trust/key/load.md does not exist, skipping
13:13:27 WARN: man/src/trust/key.md does not exist, skipping
13:13:27 WARN: man/src/trust/revoke.md does not exist, skipping
13:13:27 WARN: man/src/trust/sign.md does not exist, skipping
13:13:27 WARN: man/src/trust/signer/add.md does not exist, skipping
13:13:27 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:13:27 WARN: man/src/trust/signer.md does not exist, skipping
13:13:27 WARN: man/src/trust.md does not exist, skipping
13:13:27 INFO: man/src/unpause.md found
13:13:27 INFO: man/src/update.md found
13:13:27 INFO: man/src/version.md found
13:13:27 INFO: man/src/volume/create.md found
13:13:27 INFO: man/src/volume/inspect.md found
13:13:27 INFO: man/src/volume/ls.md found
13:13:27 WARN: man/src/volume/prune.md does not exist, skipping
13:13:27 WARN: man/src/volume/rm.md does not exist, skipping
13:13:27 WARN: man/src/volume/update.md does not exist, skipping
13:13:27 INFO: man/src/volume.md found
13:13:27 INFO: man/src/wait.md found
13:13:27 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:13:27 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:13:27 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:13:27 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:13:27 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:13:27 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:13:27 make[2]: Leaving directory '/root/build-deb/cli'
13:13:27 # Build buildx plugin
13:13:27 cd /go/src/github.com/docker/buildx \
13:13:27 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:13:27 && GO111MODULE=on \
13:13:27 	CGO_ENABLED=0 \
13:13:27 		go build \
13:13:27 			-mod=vendor \
13:13:27 			-trimpath \
13:13:27 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:13:27 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:13:27 			./cmd/buildx
13:13:30 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:13:30 ++ pwd
13:13:30 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:13:30 Project root: .
13:13:30 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:13:30 INFO: man/src/attach.md found
13:13:30 WARN: man/src/build.md does not exist, skipping
13:13:30 WARN: man/src/builder/build.md does not exist, skipping
13:13:30 WARN: man/src/builder/prune.md does not exist, skipping
13:13:30 WARN: man/src/builder.md does not exist, skipping
13:13:30 WARN: man/src/checkpoint/create.md does not exist, skipping
13:13:30 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:13:30 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:13:30 WARN: man/src/checkpoint.md does not exist, skipping
13:13:30 INFO: man/src/commit.md found
13:13:30 WARN: man/src/config/create.md does not exist, skipping
13:13:30 WARN: man/src/config/inspect.md does not exist, skipping
13:13:30 WARN: man/src/config/ls.md does not exist, skipping
13:13:30 WARN: man/src/config/rm.md does not exist, skipping
13:13:30 WARN: man/src/config.md does not exist, skipping
13:13:30 INFO: man/src/container/attach.md found
13:13:30 INFO: man/src/container/commit.md found
13:13:30 INFO: man/src/container/cp.md found
13:13:30 INFO: man/src/container/create.md found
13:13:30 INFO: man/src/container/diff.md found
13:13:30 INFO: man/src/container/exec.md found
13:13:30 INFO: man/src/container/export.md found
13:13:30 WARN: man/src/container/inspect.md does not exist, skipping
13:13:30 INFO: man/src/container/kill.md found
13:13:30 INFO: man/src/container/logs.md found
13:13:30 INFO: man/src/container/ls.md found
13:13:30 INFO: man/src/container/pause.md found
13:13:30 INFO: man/src/container/port.md found
13:13:30 WARN: man/src/container/prune.md does not exist, skipping
13:13:30 INFO: man/src/container/rename.md found
13:13:30 INFO: man/src/container/restart.md found
13:13:30 INFO: man/src/container/rm.md found
13:13:30 INFO: man/src/container/run.md found
13:13:30 INFO: man/src/container/start.md found
13:13:30 INFO: man/src/container/stats.md found
13:13:30 INFO: man/src/container/stop.md found
13:13:30 INFO: man/src/container/top.md found
13:13:30 INFO: man/src/container/unpause.md found
13:13:30 INFO: man/src/container/update.md found
13:13:30 INFO: man/src/container/wait.md found
13:13:30 WARN: man/src/container.md does not exist, skipping
13:13:30 WARN: man/src/context/create.md does not exist, skipping
13:13:30 WARN: man/src/context/export.md does not exist, skipping
13:13:30 WARN: man/src/context/import.md does not exist, skipping
13:13:30 WARN: man/src/context/inspect.md does not exist, skipping
13:13:30 WARN: man/src/context/ls.md does not exist, skipping
13:13:30 WARN: man/src/context/rm.md does not exist, skipping
13:13:30 WARN: man/src/context/show.md does not exist, skipping
13:13:30 WARN: man/src/context/update.md does not exist, skipping
13:13:30 WARN: man/src/context/use.md does not exist, skipping
13:13:30 WARN: man/src/context.md does not exist, skipping
13:13:30 INFO: man/src/cp.md found
13:13:30 INFO: man/src/create.md found
13:13:30 INFO: man/src/diff.md found
13:13:30 INFO: man/src/events.md found
13:13:30 INFO: man/src/exec.md found
13:13:30 INFO: man/src/export.md found
13:13:30 INFO: man/src/history.md found
13:13:30 INFO: man/src/image/build.md found
13:13:30 INFO: man/src/image/history.md found
13:13:30 INFO: man/src/image/import.md found
13:13:30 WARN: man/src/image/inspect.md does not exist, skipping
13:13:30 INFO: man/src/image/load.md found
13:13:30 INFO: man/src/image/ls.md found
13:13:30 WARN: man/src/image/prune.md does not exist, skipping
13:13:30 INFO: man/src/image/pull.md found
13:13:30 INFO: man/src/image/push.md found
13:13:30 INFO: man/src/image/rm.md found
13:13:30 INFO: man/src/image/save.md found
13:13:30 INFO: man/src/image/tag.md found
13:13:30 WARN: man/src/image.md does not exist, skipping
13:13:30 INFO: man/src/images.md found
13:13:30 INFO: man/src/import.md found
13:13:30 INFO: man/src/info.md found
13:13:30 INFO: man/src/inspect.md found
13:13:30 INFO: man/src/kill.md found
13:13:30 INFO: man/src/load.md found
13:13:30 INFO: man/src/login.md found
13:13:30 INFO: man/src/logout.md found
13:13:30 INFO: man/src/logs.md found
13:13:30 WARN: man/src/manifest/annotate.md does not exist, skipping
13:13:30 WARN: man/src/manifest/create.md does not exist, skipping
13:13:30 WARN: man/src/manifest/inspect.md does not exist, skipping
13:13:30 WARN: man/src/manifest/push.md does not exist, skipping
13:13:30 WARN: man/src/manifest/rm.md does not exist, skipping
13:13:30 WARN: man/src/manifest.md does not exist, skipping
13:13:30 INFO: man/src/network/connect.md found
13:13:30 INFO: man/src/network/create.md found
13:13:30 INFO: man/src/network/disconnect.md found
13:13:30 INFO: man/src/network/inspect.md found
13:13:30 INFO: man/src/network/ls.md found
13:13:30 WARN: man/src/network/prune.md does not exist, skipping
13:13:30 INFO: man/src/network/rm.md found
13:13:30 WARN: man/src/network.md does not exist, skipping
13:13:30 WARN: man/src/node/demote.md does not exist, skipping
13:13:30 WARN: man/src/node/inspect.md does not exist, skipping
13:13:30 WARN: man/src/node/ls.md does not exist, skipping
13:13:30 WARN: man/src/node/promote.md does not exist, skipping
13:13:30 WARN: man/src/node/ps.md does not exist, skipping
13:13:30 WARN: man/src/node/rm.md does not exist, skipping
13:13:30 WARN: man/src/node/update.md does not exist, skipping
13:13:30 WARN: man/src/node.md does not exist, skipping
13:13:30 INFO: man/src/pause.md found
13:13:30 WARN: man/src/plugin/create.md does not exist, skipping
13:13:30 WARN: man/src/plugin/disable.md does not exist, skipping
13:13:30 WARN: man/src/plugin/enable.md does not exist, skipping
13:13:30 WARN: man/src/plugin/inspect.md does not exist, skipping
13:13:30 WARN: man/src/plugin/install.md does not exist, skipping
13:13:30 INFO: man/src/plugin/ls.md found
13:13:30 WARN: man/src/plugin/push.md does not exist, skipping
13:13:30 WARN: man/src/plugin/rm.md does not exist, skipping
13:13:30 WARN: man/src/plugin/set.md does not exist, skipping
13:13:30 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:13:30 WARN: man/src/plugin.md does not exist, skipping
13:13:30 INFO: man/src/port.md found
13:13:30 INFO: man/src/ps.md found
13:13:30 INFO: man/src/pull.md found
13:13:30 INFO: man/src/push.md found
13:13:30 INFO: man/src/rename.md found
13:13:30 INFO: man/src/restart.md found
13:13:30 INFO: man/src/rm.md found
13:13:30 INFO: man/src/rmi.md found
13:13:30 WARN: man/src/run.md does not exist, skipping
13:13:30 INFO: man/src/save.md found
13:13:30 INFO: man/src/search.md found
13:13:30 WARN: man/src/secret/create.md does not exist, skipping
13:13:30 WARN: man/src/secret/inspect.md does not exist, skipping
13:13:30 WARN: man/src/secret/ls.md does not exist, skipping
13:13:30 WARN: man/src/secret/rm.md does not exist, skipping
13:13:30 WARN: man/src/secret.md does not exist, skipping
13:13:30 WARN: man/src/service/create.md does not exist, skipping
13:13:30 WARN: man/src/service/inspect.md does not exist, skipping
13:13:30 WARN: man/src/service/logs.md does not exist, skipping
13:13:30 WARN: man/src/service/ls.md does not exist, skipping
13:13:30 WARN: man/src/service/ps.md does not exist, skipping
13:13:30 WARN: man/src/service/rm.md does not exist, skipping
13:13:30 WARN: man/src/service/rollback.md does not exist, skipping
13:13:30 WARN: man/src/service/scale.md does not exist, skipping
13:13:30 WARN: man/src/service/update.md does not exist, skipping
13:13:30 WARN: man/src/service.md does not exist, skipping
13:13:30 WARN: man/src/stack/config.md does not exist, skipping
13:13:30 WARN: man/src/stack/deploy.md does not exist, skipping
13:13:30 WARN: man/src/stack/ls.md does not exist, skipping
13:13:30 WARN: man/src/stack/ps.md does not exist, skipping
13:13:30 WARN: man/src/stack/rm.md does not exist, skipping
13:13:30 WARN: man/src/stack/services.md does not exist, skipping
13:13:30 WARN: man/src/stack.md does not exist, skipping
13:13:30 INFO: man/src/start.md found
13:13:30 INFO: man/src/stats.md found
13:13:30 INFO: man/src/stop.md found
13:13:30 WARN: man/src/swarm/ca.md does not exist, skipping
13:13:30 WARN: man/src/swarm/init.md does not exist, skipping
13:13:30 WARN: man/src/swarm/join.md does not exist, skipping
13:13:30 WARN: man/src/swarm/join-token.md does not exist, skipping
13:13:30 WARN: man/src/swarm/leave.md does not exist, skipping
13:13:30 WARN: man/src/swarm/unlock.md does not exist, skipping
13:13:30 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:13:30 WARN: man/src/swarm/update.md does not exist, skipping
13:13:30 WARN: man/src/swarm.md does not exist, skipping
13:13:30 WARN: man/src/system/df.md does not exist, skipping
13:13:30 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:13:30 INFO: man/src/system/events.md found
13:13:30 INFO: man/src/system/info.md found
13:13:30 WARN: man/src/system/prune.md does not exist, skipping
13:13:30 WARN: man/src/system.md does not exist, skipping
13:13:30 INFO: man/src/tag.md found
13:13:30 INFO: man/src/top.md found
13:13:30 WARN: man/src/trust/inspect.md does not exist, skipping
13:13:30 WARN: man/src/trust/key/generate.md does not exist, skipping
13:13:30 WARN: man/src/trust/key/load.md does not exist, skipping
13:13:30 WARN: man/src/trust/key.md does not exist, skipping
13:13:30 WARN: man/src/trust/revoke.md does not exist, skipping
13:13:30 WARN: man/src/trust/sign.md does not exist, skipping
13:13:30 WARN: man/src/trust/signer/add.md does not exist, skipping
13:13:30 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:13:30 WARN: man/src/trust/signer.md does not exist, skipping
13:13:30 WARN: man/src/trust.md does not exist, skipping
13:13:30 INFO: man/src/unpause.md found
13:13:30 INFO: man/src/update.md found
13:13:30 INFO: man/src/version.md found
13:13:30 INFO: man/src/volume/create.md found
13:13:30 INFO: man/src/volume/inspect.md found
13:13:30 INFO: man/src/volume/ls.md found
13:13:30 WARN: man/src/volume/prune.md does not exist, skipping
13:13:30 WARN: man/src/volume/rm.md does not exist, skipping
13:13:30 WARN: man/src/volume/update.md does not exist, skipping
13:13:30 INFO: man/src/volume.md found
13:13:30 INFO: man/src/wait.md found
13:13:30 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:13:30 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:13:30 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:13:30 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:13:30 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:13:30 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:13:30 make[2]: Leaving directory '/root/build-deb/cli'
13:13:30 # Build buildx plugin
13:13:30 cd /go/src/github.com/docker/buildx \
13:13:30 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:13:30 && GO111MODULE=on \
13:13:30 	CGO_ENABLED=0 \
13:13:30 		go build \
13:13:30 			-mod=vendor \
13:13:30 			-trimpath \
13:13:30 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
13:13:30 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
13:13:30 			./cmd/buildx
13:14:28 # Build the compose plugin
13:14:28 cd /go/src/github.com/docker/compose \
13:14:28 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:14:28 make[2]: Entering directory '/root/build-deb/compose'
13:14:28 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:14:28 go: downloading github.com/docker/cli v23.0.0+incompatible
13:14:28 go: downloading github.com/theupdateframework/notary v0.7.0
13:14:28 go: downloading github.com/compose-spec/compose-go v1.9.0
13:14:28 go: downloading github.com/hashicorp/go-version v1.6.0
13:14:28 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:14:28 go: downloading github.com/docker/buildx v0.10.2
13:14:28 go: downloading github.com/mattn/go-shellwords v1.0.12
13:14:28 go: downloading github.com/moby/buildkit v0.11.2
13:14:28 go: downloading go.opentelemetry.io/otel v1.13.0
13:14:28 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:14:28 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:14:28 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:14:28 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:14:28 go: downloading golang.org/x/sync v0.1.0
13:14:28 go: downloading github.com/imdario/mergo v0.3.13
13:14:28 go: downloading github.com/containerd/console v1.0.3
13:14:28 go: downloading github.com/buger/goterm v1.0.4
13:14:28 go: downloading github.com/stretchr/testify v1.8.1
13:14:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:14:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:14:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:14:28 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:14:28 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:14:28 go: downloading google.golang.org/grpc v1.50.1
13:14:28 go: downloading k8s.io/client-go v0.22.4
13:14:28 go: downloading k8s.io/api v0.22.4
13:14:28 go: downloading k8s.io/apimachinery v0.22.4
13:14:28 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:14:28 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:14:28 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:14:28 go: downloading github.com/golang/mock v1.6.0
13:14:28 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:14:28 go: downloading github.com/hashicorp/errwrap v1.1.0
13:14:28 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:14:28 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:14:28 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:14:28 go: downloading golang.org/x/net v0.4.0
13:14:28 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:14:28 go: downloading golang.org/x/term v0.3.0
13:14:28 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:14:28 go: downloading github.com/mattn/go-runewidth v0.0.14
13:14:28 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:14:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:14:28 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:14:28 go: downloading github.com/go-logr/stdr v1.2.2
13:14:28 go: downloading github.com/containerd/typeurl v1.0.2
13:14:28 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:14:28 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:14:28 go: downloading github.com/gogo/googleapis v1.4.1
13:14:28 go: downloading github.com/pelletier/go-toml v1.9.5
13:14:28 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:14:28 go: downloading k8s.io/klog/v2 v2.60.1
13:14:28 go: downloading github.com/google/gofuzz v1.2.0
13:14:28 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:14:28 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:14:28 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:14:28 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:14:28 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:14:28 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:14:28 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:14:28 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:14:28 go: downloading github.com/aws/smithy-go v1.11.2
13:14:29 go: downloading github.com/moby/locker v1.0.1
13:14:29 go: downloading github.com/felixge/httpsnoop v1.0.2
13:14:29 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:14:29 go: downloading gopkg.in/inf.v0 v0.9.1
13:14:29 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:14:29 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:14:29 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:14:29 go: downloading github.com/googleapis/gnostic v0.5.5
13:14:29 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:14:29 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:14:29 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:14:29 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:14:29 go: downloading github.com/json-iterator/go v1.1.12
13:14:29 go: downloading github.com/mattn/go-colorable v0.1.12
13:14:29 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:14:29 go: downloading github.com/containerd/ttrpc v1.1.0
13:14:29 go: downloading github.com/modern-go/reflect2 v1.0.2
13:14:29 go: downloading sigs.k8s.io/yaml v1.2.0
13:14:29 go: downloading github.com/moby/spdystream v0.2.0
13:14:29 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:14:29 go: downloading github.com/mattn/go-isatty v0.0.16
13:14:46 # Build the compose plugin
13:14:46 cd /go/src/github.com/docker/compose \
13:14:46 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:14:46 make[2]: Entering directory '/root/build-deb/compose'
13:14:46 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:14:46 go: downloading github.com/docker/cli v23.0.0+incompatible
13:14:46 go: downloading github.com/theupdateframework/notary v0.7.0
13:14:46 go: downloading github.com/compose-spec/compose-go v1.9.0
13:14:46 go: downloading github.com/hashicorp/go-version v1.6.0
13:14:46 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:14:46 go: downloading github.com/docker/buildx v0.10.2
13:14:46 go: downloading github.com/mattn/go-shellwords v1.0.12
13:14:46 go: downloading github.com/moby/buildkit v0.11.2
13:14:46 go: downloading go.opentelemetry.io/otel v1.13.0
13:14:46 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:14:46 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:14:46 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:14:46 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:14:46 go: downloading golang.org/x/sync v0.1.0
13:14:46 go: downloading github.com/imdario/mergo v0.3.13
13:14:46 go: downloading github.com/containerd/console v1.0.3
13:14:46 go: downloading github.com/buger/goterm v1.0.4
13:14:46 go: downloading github.com/stretchr/testify v1.8.1
13:14:46 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:14:46 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:14:46 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:14:46 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:14:46 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:14:46 go: downloading google.golang.org/grpc v1.50.1
13:14:46 go: downloading k8s.io/client-go v0.22.4
13:14:46 go: downloading k8s.io/api v0.22.4
13:14:46 go: downloading k8s.io/apimachinery v0.22.4
13:14:46 go: downloading golang.org/x/net v0.4.0
13:14:46 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:14:46 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:14:46 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:14:46 go: downloading github.com/golang/mock v1.6.0
13:14:46 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:14:46 go: downloading github.com/hashicorp/errwrap v1.1.0
13:14:46 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:14:46 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:14:46 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:14:46 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:14:46 go: downloading golang.org/x/term v0.3.0
13:14:46 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:14:46 go: downloading github.com/mattn/go-runewidth v0.0.14
13:14:46 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:14:46 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:14:46 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:14:46 go: downloading github.com/go-logr/stdr v1.2.2
13:14:46 go: downloading github.com/containerd/typeurl v1.0.2
13:14:46 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:14:46 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:14:46 go: downloading github.com/gogo/googleapis v1.4.1
13:14:46 go: downloading github.com/pelletier/go-toml v1.9.5
13:14:46 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:14:46 go: downloading k8s.io/klog/v2 v2.60.1
13:14:46 go: downloading github.com/google/gofuzz v1.2.0
13:14:46 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:14:46 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:14:46 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:14:46 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:14:46 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:14:46 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:14:46 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:14:46 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:14:46 go: downloading github.com/aws/smithy-go v1.11.2
13:14:46 go: downloading github.com/moby/locker v1.0.1
13:14:46 go: downloading github.com/felixge/httpsnoop v1.0.2
13:14:46 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:14:46 go: downloading gopkg.in/inf.v0 v0.9.1
13:14:46 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:14:46 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:14:46 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:14:46 go: downloading github.com/googleapis/gnostic v0.5.5
13:14:46 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:14:46 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:14:46 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:14:46 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:14:46 go: downloading github.com/json-iterator/go v1.1.12
13:14:46 go: downloading github.com/mattn/go-colorable v0.1.12
13:14:46 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:14:46 go: downloading github.com/containerd/ttrpc v1.1.0
13:14:46 go: downloading github.com/modern-go/reflect2 v1.0.2
13:14:46 go: downloading sigs.k8s.io/yaml v1.2.0
13:14:46 go: downloading github.com/moby/spdystream v0.2.0
13:14:46 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:14:46 go: downloading github.com/mattn/go-isatty v0.0.16
13:15:34 # Build the compose plugin
13:15:34 cd /go/src/github.com/docker/compose \
13:15:34 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:15:34 make[2]: Entering directory '/root/build-deb/compose'
13:15:34 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:15:34 go: downloading github.com/docker/cli v23.0.0+incompatible
13:15:34 go: downloading github.com/theupdateframework/notary v0.7.0
13:15:34 go: downloading github.com/compose-spec/compose-go v1.9.0
13:15:34 go: downloading github.com/hashicorp/go-version v1.6.0
13:15:34 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:15:34 go: downloading github.com/docker/buildx v0.10.2
13:15:34 go: downloading github.com/mattn/go-shellwords v1.0.12
13:15:34 go: downloading github.com/moby/buildkit v0.11.2
13:15:34 go: downloading go.opentelemetry.io/otel v1.13.0
13:15:34 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:15:34 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:15:34 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:15:34 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:15:34 go: downloading golang.org/x/sync v0.1.0
13:15:34 go: downloading github.com/imdario/mergo v0.3.13
13:15:34 go: downloading github.com/containerd/console v1.0.3
13:15:34 go: downloading github.com/buger/goterm v1.0.4
13:15:34 go: downloading github.com/stretchr/testify v1.8.1
13:15:34 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:15:34 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:15:34 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:15:34 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:15:34 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:15:34 go: downloading golang.org/x/net v0.4.0
13:15:34 go: downloading golang.org/x/term v0.3.0
13:15:34 go: downloading google.golang.org/grpc v1.50.1
13:15:34 go: downloading k8s.io/client-go v0.22.4
13:15:34 go: downloading k8s.io/api v0.22.4
13:15:34 go: downloading k8s.io/apimachinery v0.22.4
13:15:34 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:15:34 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:15:34 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:15:34 go: downloading github.com/golang/mock v1.6.0
13:15:34 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:15:34 go: downloading github.com/hashicorp/errwrap v1.1.0
13:15:34 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:15:34 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:15:34 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:15:34 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:15:34 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:15:34 go: downloading github.com/mattn/go-runewidth v0.0.14
13:15:34 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:15:34 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:15:34 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:15:34 go: downloading github.com/go-logr/stdr v1.2.2
13:15:34 go: downloading github.com/containerd/typeurl v1.0.2
13:15:34 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:15:34 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:15:34 go: downloading github.com/gogo/googleapis v1.4.1
13:15:35 go: downloading github.com/pelletier/go-toml v1.9.5
13:15:35 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:15:35 go: downloading k8s.io/klog/v2 v2.60.1
13:15:35 go: downloading github.com/google/gofuzz v1.2.0
13:15:35 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:15:35 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:15:35 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:15:35 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:15:35 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:15:35 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:15:35 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:15:35 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:15:35 go: downloading github.com/aws/smithy-go v1.11.2
13:15:35 go: downloading github.com/moby/locker v1.0.1
13:15:35 go: downloading github.com/felixge/httpsnoop v1.0.2
13:15:35 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:15:35 go: downloading gopkg.in/inf.v0 v0.9.1
13:15:35 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:15:35 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:15:35 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:15:35 go: downloading github.com/googleapis/gnostic v0.5.5
13:15:35 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:15:35 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:15:35 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:15:35 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:15:35 go: downloading github.com/json-iterator/go v1.1.12
13:15:35 go: downloading github.com/mattn/go-colorable v0.1.12
13:15:35 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:15:35 go: downloading github.com/containerd/ttrpc v1.1.0
13:15:35 go: downloading github.com/modern-go/reflect2 v1.0.2
13:15:35 go: downloading sigs.k8s.io/yaml v1.2.0
13:15:35 go: downloading github.com/moby/spdystream v0.2.0
13:15:35 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:15:35 go: downloading github.com/mattn/go-isatty v0.0.16
13:15:49 # Build the compose plugin
13:15:49 cd /go/src/github.com/docker/compose \
13:15:49 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:15:49 make[2]: Entering directory '/root/build-deb/compose'
13:15:49 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:15:49 go: downloading github.com/docker/cli v23.0.0+incompatible
13:15:49 go: downloading github.com/theupdateframework/notary v0.7.0
13:15:49 go: downloading github.com/compose-spec/compose-go v1.9.0
13:15:49 go: downloading github.com/hashicorp/go-version v1.6.0
13:15:49 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:15:49 go: downloading github.com/docker/buildx v0.10.2
13:15:49 go: downloading github.com/mattn/go-shellwords v1.0.12
13:15:49 go: downloading github.com/moby/buildkit v0.11.2
13:15:49 go: downloading go.opentelemetry.io/otel v1.13.0
13:15:49 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:15:49 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:15:49 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:15:49 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:15:49 go: downloading golang.org/x/sync v0.1.0
13:15:49 go: downloading github.com/imdario/mergo v0.3.13
13:15:49 go: downloading github.com/containerd/console v1.0.3
13:15:49 go: downloading github.com/buger/goterm v1.0.4
13:15:49 go: downloading github.com/stretchr/testify v1.8.1
13:15:49 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:15:49 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:15:49 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:15:49 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:15:49 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:15:49 go: downloading golang.org/x/net v0.4.0
13:15:49 go: downloading golang.org/x/term v0.3.0
13:15:49 go: downloading google.golang.org/grpc v1.50.1
13:15:49 go: downloading k8s.io/client-go v0.22.4
13:15:49 go: downloading k8s.io/api v0.22.4
13:15:49 go: downloading k8s.io/apimachinery v0.22.4
13:15:49 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:15:49 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:15:49 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:15:49 go: downloading github.com/golang/mock v1.6.0
13:15:49 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:15:49 go: downloading github.com/hashicorp/errwrap v1.1.0
13:15:49 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:15:49 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:15:49 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:15:49 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:15:49 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:15:49 go: downloading github.com/mattn/go-runewidth v0.0.14
13:15:49 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:15:49 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:15:49 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:15:51 go: downloading github.com/go-logr/stdr v1.2.2
13:15:51 go: downloading github.com/containerd/typeurl v1.0.2
13:15:51 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:15:51 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:15:51 go: downloading github.com/gogo/googleapis v1.4.1
13:15:52 # Build the compose plugin
13:15:52 cd /go/src/github.com/docker/compose \
13:15:52 && make VERSION=v2.16.0 DESTDIR=/usr/libexec/docker/cli-plugins build
13:15:52 make[2]: Entering directory '/root/build-deb/compose'
13:15:52 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.16.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
13:15:52 go: downloading github.com/docker/cli v23.0.0+incompatible
13:15:52 go: downloading github.com/theupdateframework/notary v0.7.0
13:15:52 go: downloading github.com/compose-spec/compose-go v1.9.0
13:15:52 go: downloading github.com/hashicorp/go-version v1.6.0
13:15:52 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
13:15:52 go: downloading github.com/docker/buildx v0.10.2
13:15:52 go: downloading github.com/mattn/go-shellwords v1.0.12
13:15:52 go: downloading github.com/moby/buildkit v0.11.2
13:15:52 go: downloading go.opentelemetry.io/otel v1.13.0
13:15:52 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
13:15:52 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:15:52 go: downloading github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
13:15:52 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:15:52 go: downloading github.com/pelletier/go-toml v1.9.5
13:15:52 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:15:52 go: downloading k8s.io/klog/v2 v2.60.1
13:15:52 go: downloading github.com/google/gofuzz v1.2.0
13:15:52 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:15:52 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:15:52 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:15:52 go: downloading golang.org/x/sync v0.1.0
13:15:52 go: downloading github.com/imdario/mergo v0.3.13
13:15:52 go: downloading github.com/containerd/console v1.0.3
13:15:52 go: downloading github.com/buger/goterm v1.0.4
13:15:52 go: downloading github.com/stretchr/testify v1.8.1
13:15:52 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
13:15:52 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
13:15:52 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
13:15:52 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
13:15:52 go: downloading go.opentelemetry.io/otel/trace v1.13.0
13:15:52 go: downloading golang.org/x/net v0.4.0
13:15:52 go: downloading golang.org/x/term v0.3.0
13:15:52 go: downloading google.golang.org/grpc v1.50.1
13:15:53 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:15:53 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:15:53 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:15:53 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:15:53 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:15:53 go: downloading github.com/aws/smithy-go v1.11.2
13:15:53 go: downloading k8s.io/client-go v0.22.4
13:15:53 go: downloading github.com/moby/locker v1.0.1
13:15:53 go: downloading github.com/felixge/httpsnoop v1.0.2
13:15:53 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:15:53 go: downloading gopkg.in/inf.v0 v0.9.1
13:15:53 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:15:53 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:15:53 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:15:53 go: downloading github.com/googleapis/gnostic v0.5.5
13:15:53 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:15:53 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:15:53 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:15:53 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:15:53 go: downloading github.com/json-iterator/go v1.1.12
13:15:53 go: downloading k8s.io/api v0.22.4
13:15:53 go: downloading github.com/mattn/go-colorable v0.1.12
13:15:53 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:15:53 go: downloading github.com/containerd/ttrpc v1.1.0
13:15:53 go: downloading github.com/modern-go/reflect2 v1.0.2
13:15:53 go: downloading sigs.k8s.io/yaml v1.2.0
13:15:53 go: downloading github.com/moby/spdystream v0.2.0
13:15:53 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:15:53 go: downloading github.com/mattn/go-isatty v0.0.16
13:15:54 go: downloading k8s.io/apimachinery v0.22.4
13:15:54 go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.5
13:15:54 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
13:15:54 go: downloading github.com/aws/aws-sdk-go-v2 v1.16.3
13:15:54 go: downloading github.com/golang/mock v1.6.0
13:15:54 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
13:15:54 go: downloading github.com/hashicorp/errwrap v1.1.0
13:15:54 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
13:15:54 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
13:15:54 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
13:15:54 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
13:15:54 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
13:15:54 go: downloading github.com/mattn/go-runewidth v0.0.14
13:15:54 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
13:15:54 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
13:15:54 go: downloading google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
13:15:56 go: downloading github.com/go-logr/stdr v1.2.2
13:15:56 go: downloading github.com/containerd/typeurl v1.0.2
13:15:56 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
13:15:56 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
13:15:56 go: downloading github.com/gogo/googleapis v1.4.1
13:15:58 go: downloading github.com/pelletier/go-toml v1.9.5
13:15:58 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
13:15:58 go: downloading k8s.io/klog/v2 v2.60.1
13:15:58 go: downloading github.com/google/gofuzz v1.2.0
13:15:58 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
13:15:58 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
13:15:58 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
13:15:58 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.0
13:15:58 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
13:15:58 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
13:15:58 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
13:15:58 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
13:15:58 go: downloading github.com/aws/smithy-go v1.11.2
13:15:58 go: downloading github.com/moby/locker v1.0.1
13:15:58 go: downloading github.com/felixge/httpsnoop v1.0.2
13:15:58 go: downloading go.opentelemetry.io/otel/metric v0.27.0
13:15:58 go: downloading gopkg.in/inf.v0 v0.9.1
13:15:58 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
13:15:58 go: downloading golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
13:15:58 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
13:15:58 go: downloading github.com/googleapis/gnostic v0.5.5
13:15:58 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
13:15:58 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
13:15:58 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
13:15:58 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
13:15:58 go: downloading github.com/json-iterator/go v1.1.12
13:15:59 go: downloading github.com/mattn/go-colorable v0.1.12
13:15:59 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
13:15:59 go: downloading github.com/containerd/ttrpc v1.1.0
13:15:59 go: downloading github.com/modern-go/reflect2 v1.0.2
13:15:59 go: downloading sigs.k8s.io/yaml v1.2.0
13:15:59 go: downloading github.com/moby/spdystream v0.2.0
13:15:59 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
13:15:59 go: downloading github.com/mattn/go-isatty v0.0.16
13:16:05 make[2]: Leaving directory '/root/build-deb/compose'
13:16:05 # Build the scan-plugin
13:16:05 # TODO change once we support scan-plugin on other architectures
13:16:05 if [ "armhf" = "amd64" ]; then \
13:16:05 	cd /go/src/github.com/docker/scan-cli-plugin \
13:16:05 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:16:05 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:16:05 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:16:05 fi
13:16:05 make[1]: Leaving directory '/root/build-deb'
13:16:05    debian/rules override_dh_auto_test
13:16:05 make[1]: Entering directory '/root/build-deb'
13:16:05 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:16:05 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:16:05 PASS: daemon version OK
13:16:05 ver="$(cli/build/docker --version)"; \
13:16:05 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:16:05 PASS: cli version OK
13:16:05 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:16:05 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:16:05 PASS: docker-buildx version OK
13:16:05 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:16:05 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:16:05 PASS: docker-compose version OK
13:16:05 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:16:05 # TODO change once we support scan-plugin on other architectures
13:16:05 if [ "armhf" = "amd64" ]; then \
13:16:05 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:16:05 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:16:05 fi
13:16:05 make[1]: Leaving directory '/root/build-deb'
13:16:05    create-stamp debian/debhelper-build-stamp
13:16:05  debian/rules binary
13:16:05 dh binary --with=bash-completion
13:16:05    dh_testroot
13:16:05    dh_prep
13:16:05    dh_installdirs
13:16:05    debian/rules override_dh_auto_install
13:16:05 make[1]: Entering directory '/root/build-deb'
13:16:05 # docker-ce-cli install
13:16:05 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:16:05 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:16:05 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:16:05 # docker-ce install
13:16:05 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:16:05 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:16:05 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:16:05 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:16:05 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:16:05 # docker-buildx-plugin install
13:16:05 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:16:05 # docker-compose-plugin install
13:16:05 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:16:05 # docker-scan-plugin install
13:16:05 # TODO change once we support scan-plugin on other architectures
13:16:05 if [ "armhf" = "amd64" ]; then \
13:16:05 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:16:05 fi
13:16:05 # docker-ce-rootless-extras install
13:16:05 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:16:05 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:16:05 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:16:05 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:16:05 # TODO: how can we install vpnkit?
13:16:05 make[1]: Leaving directory '/root/build-deb'
13:16:05    debian/rules override_dh_install
13:16:05 make[1]: Entering directory '/root/build-deb'
13:16:05 dh_install
13:16:05 # TODO Can we do this from within our container?
13:16:05 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:16:05 make[1]: Leaving directory '/root/build-deb'
13:16:05    dh_installdocs
13:16:05    dh_installchangelogs
13:16:05    dh_installman
13:16:05    dh_bash-completion
13:16:05    dh_systemd_enable
13:16:05    debian/rules override_dh_installinit
13:16:05 make[1]: Entering directory '/root/build-deb'
13:16:05 # use "docker" as our service name, not "docker-ce"
13:16:05 dh_installinit --name=docker
13:16:05 make[1]: Leaving directory '/root/build-deb'
13:16:05    dh_systemd_start
13:16:05    dh_perl
13:16:05    dh_link
13:16:05    dh_strip_nondeterminism
13:16:05    dh_compress
13:16:05    dh_fixperms
13:16:05    dh_missing
13:16:05    debian/rules override_dh_strip
13:16:05 make[1]: Entering directory '/root/build-deb'
13:16:05 # Go has lots of problems with stripping, so just don't
13:16:05 make[1]: Leaving directory '/root/build-deb'
13:16:05    dh_makeshlibs
13:16:05    debian/rules override_dh_shlibdeps
13:16:05 make[1]: Entering directory '/root/build-deb'
13:16:05 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:16:05 make[1]: Leaving directory '/root/build-deb'
13:16:05    dh_installdeb
13:16:05    debian/rules override_dh_gencontrol
13:16:05 make[1]: Entering directory '/root/build-deb'
13:16:05 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:16:05 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:16:05 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:16:05 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:16:05 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:16:05 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:16:05 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:16:05 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:16:05 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:16:05 if [ "armhf" = "amd64" ]; then \
13:16:05 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:16:05 fi
13:16:05 dh_gencontrol --remaining-packages
13:16:05 make[1]: Leaving directory '/root/build-deb'
13:16:05    dh_md5sums
13:16:05    debian/rules override_dh_builddeb
13:16:05 make[1]: Entering directory '/root/build-deb'
13:16:05 dh_builddeb -- -Zxz
13:16:05 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'.
13:16:05 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb'.
13:16:08 make[2]: Leaving directory '/root/build-deb/compose'
13:16:08 # Build the scan-plugin
13:16:08 # TODO change once we support scan-plugin on other architectures
13:16:08 if [ "armhf" = "amd64" ]; then \
13:16:08 	cd /go/src/github.com/docker/scan-cli-plugin \
13:16:08 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:16:08 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:16:08 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:16:08 fi
13:16:08 make[1]: Leaving directory '/root/build-deb'
13:16:08    debian/rules override_dh_auto_test
13:16:08 make[1]: Entering directory '/root/build-deb'
13:16:08 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:16:08 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:16:08 PASS: daemon version OK
13:16:08 ver="$(cli/build/docker --version)"; \
13:16:08 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:16:08 PASS: cli version OK
13:16:08 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:16:08 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:16:08 PASS: docker-buildx version OK
13:16:08 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:16:08 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:16:08 PASS: docker-compose version OK
13:16:08 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:16:08 # TODO change once we support scan-plugin on other architectures
13:16:08 if [ "armhf" = "amd64" ]; then \
13:16:08 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:16:08 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:16:08 fi
13:16:08 make[1]: Leaving directory '/root/build-deb'
13:16:08    create-stamp debian/debhelper-build-stamp
13:16:08  debian/rules binary
13:16:08 dh binary --with=bash-completion
13:16:08    dh_testroot
13:16:08    dh_prep
13:16:08    dh_installdirs
13:16:08    debian/rules override_dh_auto_install
13:16:08 make[1]: Entering directory '/root/build-deb'
13:16:08 # docker-ce-cli install
13:16:08 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:16:08 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:16:08 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:16:08 # docker-ce install
13:16:08 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:16:08 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:16:08 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:16:08 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:16:08 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:16:08 # docker-buildx-plugin install
13:16:08 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:16:08 # docker-compose-plugin install
13:16:08 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:16:08 # docker-scan-plugin install
13:16:08 # TODO change once we support scan-plugin on other architectures
13:16:08 if [ "armhf" = "amd64" ]; then \
13:16:08 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:16:08 fi
13:16:08 # docker-ce-rootless-extras install
13:16:08 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:16:08 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:16:08 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:16:08 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:16:08 # TODO: how can we install vpnkit?
13:16:08 make[1]: Leaving directory '/root/build-deb'
13:16:08    debian/rules override_dh_install
13:16:08 make[1]: Entering directory '/root/build-deb'
13:16:08 dh_install
13:16:08 # TODO Can we do this from within our container?
13:16:08 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:16:08 make[1]: Leaving directory '/root/build-deb'
13:16:08    dh_installdocs
13:16:08    dh_installchangelogs
13:16:09    dh_installman
13:16:09    dh_bash-completion
13:16:09    dh_systemd_enable
13:16:09    debian/rules override_dh_installinit
13:16:09 make[1]: Entering directory '/root/build-deb'
13:16:09 # use "docker" as our service name, not "docker-ce"
13:16:09 dh_installinit --name=docker
13:16:09 make[1]: Leaving directory '/root/build-deb'
13:16:09    dh_systemd_start
13:16:09    dh_perl
13:16:09    dh_link
13:16:09    dh_strip_nondeterminism
13:16:10    dh_compress
13:16:10    dh_fixperms
13:16:10    dh_missing
13:16:10    debian/rules override_dh_strip
13:16:10 make[1]: Entering directory '/root/build-deb'
13:16:10 # Go has lots of problems with stripping, so just don't
13:16:10 make[1]: Leaving directory '/root/build-deb'
13:16:10    dh_makeshlibs
13:16:10    debian/rules override_dh_shlibdeps
13:16:10 make[1]: Entering directory '/root/build-deb'
13:16:10 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:16:13 make[1]: Leaving directory '/root/build-deb'
13:16:13    dh_installdeb
13:16:13    debian/rules override_dh_gencontrol
13:16:13 make[1]: Entering directory '/root/build-deb'
13:16:13 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:16:13 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:16:13 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:16:13 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:16:13 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:16:13 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:16:13 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:16:13 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:16:13 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:16:13 if [ "armhf" = "amd64" ]; then \
13:16:13 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:16:13 fi
13:16:13 dh_gencontrol --remaining-packages
13:16:14 make[1]: Leaving directory '/root/build-deb'
13:16:14    dh_md5sums
13:16:14    debian/rules override_dh_builddeb
13:16:14 make[1]: Entering directory '/root/build-deb'
13:16:14 dh_builddeb -- -Zxz
13:16:14 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'.
13:16:14 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb'.
13:16:37 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_armhf.deb'.
13:16:38 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'.
13:16:53 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb'.
13:16:53 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'.
13:16:59 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'.
13:17:09 make[1]: Leaving directory '/root/build-deb'
13:17:09  dpkg-genbuildinfo
13:17:10  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.changes
13:17:11 dpkg-genchanges: info: including full source code in upload
13:17:11  dpkg-source -I.git --after-build build-deb
13:17:11 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:17:11 + destination=/build
13:17:11 + mkdir -p /build
13:17:11 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_armhf.deb /build
13:17:11 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb'
13:17:11 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb'
13:17:11 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'
13:17:11 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'
13:17:11 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'
13:17:11 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'
13:17:11 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc'
13:17:11 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc'
13:17:11 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz'
13:17:11 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz'
13:17:11 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.buildinfo'
13:17:11 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.buildinfo'
13:17:11 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.changes'
13:17:11 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.changes'
13:17:11 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'
13:17:11 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'
13:17:11 copied '/root/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_armhf.deb' -> '/build/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_armhf.deb'
13:17:11 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_armhf.deb'
13:17:12 make[2]: Leaving directory '/root/build-deb/compose'
13:17:12 # Build the scan-plugin
13:17:12 # TODO change once we support scan-plugin on other architectures
13:17:12 if [ "armhf" = "amd64" ]; then \
13:17:12 	cd /go/src/github.com/docker/scan-cli-plugin \
13:17:12 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:17:12 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:17:12 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:17:12 fi
13:17:12 make[1]: Leaving directory '/root/build-deb'
13:17:12    debian/rules override_dh_auto_test
13:17:12 make[1]: Entering directory '/root/build-deb'
13:17:12 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:17:12 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:17:12 PASS: daemon version OK
13:17:12 ver="$(cli/build/docker --version)"; \
13:17:12 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:17:12 PASS: cli version OK
13:17:12 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:17:12 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:17:12 PASS: docker-buildx version OK
13:17:12 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:17:12 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:17:12 PASS: docker-compose version OK
13:17:12 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:17:12 # TODO change once we support scan-plugin on other architectures
13:17:12 if [ "armhf" = "amd64" ]; then \
13:17:12 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:17:12 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:17:12 fi
13:17:12 make[1]: Leaving directory '/root/build-deb'
13:17:12    create-stamp debian/debhelper-build-stamp
13:17:12  debian/rules binary
13:17:12 dh binary --with=bash-completion
13:17:12    dh_testroot
13:17:12    dh_prep
13:17:12    dh_installdirs
13:17:12    debian/rules override_dh_auto_install
13:17:12 make[1]: Entering directory '/root/build-deb'
13:17:12 # docker-ce-cli install
13:17:12 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:17:12 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:17:12 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:17:12 # docker-ce install
13:17:12 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:17:12 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:17:12 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:17:12 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:17:12 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:17:12 # docker-buildx-plugin install
13:17:12 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:17:12 # docker-compose-plugin install
13:17:12 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:17:12 # docker-scan-plugin install
13:17:12 # TODO change once we support scan-plugin on other architectures
13:17:12 if [ "armhf" = "amd64" ]; then \
13:17:12 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:17:12 fi
13:17:12 # docker-ce-rootless-extras install
13:17:12 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:17:12 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:17:12 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:17:12 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:17:12 # TODO: how can we install vpnkit?
13:17:12 make[1]: Leaving directory '/root/build-deb'
13:17:12    debian/rules override_dh_install
13:17:12 make[1]: Entering directory '/root/build-deb'
13:17:12 dh_install
13:17:12 # TODO Can we do this from within our container?
13:17:12 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:17:12 make[1]: Leaving directory '/root/build-deb'
13:17:12    dh_installdocs
13:17:12    dh_installchangelogs
13:17:12    dh_installman
13:17:12    dh_bash-completion
13:17:12    dh_systemd_enable
13:17:12    debian/rules override_dh_installinit
13:17:12 make[1]: Entering directory '/root/build-deb'
13:17:12 # use "docker" as our service name, not "docker-ce"
13:17:12 dh_installinit --name=docker
13:17:12 make[1]: Leaving directory '/root/build-deb'
13:17:12    dh_systemd_start
13:17:12    dh_perl
13:17:12    dh_link
13:17:12    dh_strip_nondeterminism
13:17:12    dh_compress
13:17:12    dh_fixperms
13:17:12    dh_missing
13:17:12    debian/rules override_dh_strip
13:17:12 make[1]: Entering directory '/root/build-deb'
13:17:12 # Go has lots of problems with stripping, so just don't
13:17:12 make[1]: Leaving directory '/root/build-deb'
13:17:12    dh_makeshlibs
13:17:12    debian/rules override_dh_shlibdeps
13:17:12 make[1]: Entering directory '/root/build-deb'
13:17:12 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:17:12 make[1]: Leaving directory '/root/build-deb'
13:17:12    dh_installdeb
13:17:12    debian/rules override_dh_gencontrol
13:17:12 make[1]: Entering directory '/root/build-deb'
13:17:12 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:17:12 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:17:12 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:17:12 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:17:12 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:17:12 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:17:12 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:17:12 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:17:12 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:17:12 if [ "armhf" = "amd64" ]; then \
13:17:12 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:17:12 fi
13:17:12 dh_gencontrol --remaining-packages
13:17:12 make[1]: Leaving directory '/root/build-deb'
13:17:12    dh_md5sums
13:17:12    debian/rules override_dh_builddeb
13:17:12 make[1]: Entering directory '/root/build-deb'
13:17:12 dh_builddeb -- -Zxz
13:17:12 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb'.
13:17:12 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb'.
13:17:15 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'.
13:17:17 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-bionic"
13:17:17 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:17:17 + make IMAGE=ubuntu:bionic verify
13:17:17 docker run  --rm -i \
13:17:17 	-v "$(pwd):/v" \
13:17:17 	-e DEBIAN_FRONTEND=noninteractive \
13:17:17 	-e PACKAGE_REPO=staging \
13:17:17 	-w /v \
13:17:17 	ubuntu:bionic ./verify
13:17:18 + verify
13:17:18 + dpkg --version
13:17:18 + verify_deb
13:17:18 + apt-get update
13:17:18 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB]
13:17:19 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB]
13:17:19 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [83.3 kB]
13:17:19 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB]
13:17:19 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/restricted armhf Packages [12.5 kB]
13:17:19 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse armhf Packages [157 kB]
13:17:19 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/universe armhf Packages [11.0 MB]
13:17:20 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf Packages [1277 kB]
13:17:20 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted armhf Packages [18.5 kB]
13:17:20 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf Packages [1730 kB]
13:17:20 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse armhf Packages [6837 B]
13:17:20 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf Packages [1990 kB]
13:17:20 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe armhf Packages [20.1 kB]
13:17:20 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main armhf Packages [63.9 kB]
13:17:20 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/main armhf Packages [1373 kB]
13:17:20 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe armhf Packages [1306 kB]
13:17:20 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse armhf Packages [2760 B]
13:17:20 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted armhf Packages [11.6 kB]
13:17:22 Fetched 19.4 MB in 4s (5371 kB/s)
13:17:23 Reading package lists...
13:17:23 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:17:23 make[1]: Leaving directory '/root/build-deb'
13:17:23  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.buildinfo
13:17:24  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.changes
13:17:24 Reading package lists...
13:17:24 Building dependency tree...
13:17:24 Reading state information...
13:17:24 The following additional packages will be installed:
13:17:24   dirmngr distro-info-data gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gpg
13:17:24   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
13:17:24   libapt-inst2.0 libasn1-8-heimdal libassuan0 libcurl4 libdbus-1-3 libexpat1
13:17:24   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libgssapi3-heimdal
13:17:24   libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
13:17:24   libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
13:17:24   libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2
13:17:24   libnghttp2-14 libnpth0 libpsl5 libpython3-stdlib libpython3.6-minimal
13:17:24   libpython3.6-stdlib libreadline7 libroken18-heimdal librtmp1 libsasl2-2
13:17:24   libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal mime-support
13:17:24   openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus
13:17:24   python3-gi python3-minimal python3-software-properties python3.6
13:17:24   python3.6-minimal readline-common
13:17:24 Suggested packages:
13:17:24   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
13:17:24   scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk
13:17:24   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
13:17:24   python3.6-venv python3.6-doc binutils binfmt-support readline-doc
13:17:24 Recommended packages:
13:17:24   dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales
13:17:24   publicsuffix libsasl2-modules file xz-utils unattended-upgrades
13:17:24 The following NEW packages will be installed:
13:17:24   apt-transport-https ca-certificates curl dirmngr distro-info-data
13:17:24   gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent
13:17:24   gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapt-inst2.0
13:17:24   libasn1-8-heimdal libassuan0 libcurl4 libdbus-1-3 libexpat1
13:17:24   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libgssapi3-heimdal
13:17:24   libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
13:17:24   libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
13:17:24   libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2
13:17:24   libnghttp2-14 libnpth0 libpsl5 libpython3-stdlib libpython3.6-minimal
13:17:24   libpython3.6-stdlib libreadline7 libroken18-heimdal librtmp1 libsasl2-2
13:17:24   libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal lsb-release
13:17:24   mime-support openssl pinentry-curses python-apt-common python3 python3-apt
13:17:24   python3-dbus python3-gi python3-minimal python3-software-properties
13:17:24   python3.6 python3.6-minimal readline-common software-properties-common
13:17:25 0 upgraded, 69 newly installed, 0 to remove and 4 not upgraded.
13:17:25 Need to get 14.4 MB of archives.
13:17:25 After this operation, 59.5 MB of additional disk space will be used.
13:17:25 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libssl1.1 armhf 1.1.1-1ubuntu2.1~18.04.21 [1071 kB]
13:17:25 dpkg-genchanges: info: including full source code in upload
13:17:25  dpkg-source -I.git --after-build .
13:17:25 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:17:25 + destination=/build
13:17:25 + mkdir -p /build
13:17:25 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb /build
13:17:25 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb'
13:17:25 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb'
13:17:25 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'
13:17:25 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'
13:17:25 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'
13:17:25 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'
13:17:25 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc'
13:17:25 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc'
13:17:25 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz'
13:17:25 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz'
13:17:25 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.buildinfo'
13:17:25 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.buildinfo'
13:17:25 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.changes'
13:17:25 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.changes'
13:17:25 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'
13:17:25 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'
13:17:25 copied '/root/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb' -> '/build/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb'
13:17:25 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb'
13:17:26 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpython3.6-minimal armhf 3.6.9-1~18.04ubuntu1.9 [525 kB]
13:17:26 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libexpat1 armhf 2.2.5-3ubuntu0.9 [61.1 kB]
13:17:26 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3.6-minimal armhf 3.6.9-1~18.04ubuntu1.9 [1344 kB]
13:17:26 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-minimal armhf 3.6.7-1~18.04 [23.7 kB]
13:17:26 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf mime-support all 3.60ubuntu1 [30.1 kB]
13:17:26 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmpdec2 armhf 2.4.2-1ubuntu1 [66.4 kB]
13:17:26 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf readline-common all 7.0-3 [52.9 kB]
13:17:26 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libreadline7 armhf 7.0-3 [103 kB]
13:17:26 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsqlite3-0 armhf 3.22.0-1ubuntu0.7 [424 kB]
13:17:26 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpython3.6-stdlib armhf 3.6.9-1~18.04ubuntu1.9 [1638 kB]
13:17:26 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3.6 armhf 3.6.9-1~18.04ubuntu1.9 [203 kB]
13:17:26 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpython3-stdlib armhf 3.6.7-1~18.04 [7240 B]
13:17:26 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3 armhf 3.6.7-1~18.04 [47.2 kB]
13:17:26 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf openssl armhf 1.1.1-1ubuntu2.1~18.04.21 [590 kB]
13:17:26 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf ca-certificates all 20211016ubuntu0.18.04.1 [140 kB]
13:17:26 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf distro-info-data all 0.37ubuntu0.15 [4724 B]
13:17:26 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libglib2.0-0 armhf 2.56.4-0ubuntu0.18.04.9 [1017 kB]
13:17:26 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libgirepository-1.0-1 armhf 1.56.1-1 [69.4 kB]
13:17:26 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf gir1.2-glib-2.0 armhf 1.56.1-1 [131 kB]
13:17:26 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libapt-inst2.0 armhf 1.6.14 [54.2 kB]
13:17:26 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libdbus-1-3 armhf 1.12.2-1ubuntu1.4 [153 kB]
13:17:26 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf lsb-release all 9.20170808ubuntu1 [11.0 kB]
13:17:26 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-dbus armhf 1.2.6-1 [83.7 kB]
13:17:26 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-gi armhf 3.26.1-2ubuntu1 [138 kB]
13:17:26 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf iso-codes all 3.79-1 [2565 kB]
13:17:26 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkrb5support0 armhf 1.16-2ubuntu0.3 [27.2 kB]
13:17:26 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libk5crypto3 armhf 1.16-2ubuntu0.3 [83.1 kB]
13:17:26 Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkeyutils1 armhf 1.5.9-9.2ubuntu2.1 [7852 B]
13:17:26 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkrb5-3 armhf 1.16-2ubuntu0.3 [233 kB]
13:17:26 Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libgssapi-krb5-2 armhf 1.16-2ubuntu0.3 [101 kB]
13:17:26 Get:32 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpsl5 armhf 0.19.1-5build1 [40.5 kB]
13:17:26 Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python-apt-common all 1.6.6 [16.9 kB]
13:17:26 Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-apt armhf 1.6.6 [136 kB]
13:17:26 Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf apt-transport-https all 1.6.14 [4348 B]
13:17:26 Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-security/main armhf libroken18-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [35.2 kB]
13:17:26 Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-security/main armhf libasn1-8-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [136 kB]
13:17:26 Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-security/main armhf libheimbase1-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [25.1 kB]
13:17:26 Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-security/main armhf libhcrypto4-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [76.5 kB]
13:17:26 Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-security/main armhf libwind0-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [47.3 kB]
13:17:26 Get:41 http://ports.ubuntu.com/ubuntu-ports bionic-security/main armhf libhx509-5-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [88.0 kB]
13:17:26 Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-security/main armhf libkrb5-26-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [168 kB]
13:17:26 Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-security/main armhf libheimntlm0-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [13.1 kB]
13:17:26 Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-security/main armhf libgssapi3-heimdal armhf 7.5.0+dfsg-1ubuntu0.4 [79.0 kB]
13:17:26 Get:45 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:17:26 Get:46 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:17:26 Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
13:17:26 Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libldap-2.4-2 armhf 2.4.45+dfsg-1ubuntu1.11 [131 kB]
13:17:26 Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnghttp2-14 armhf 1.30.0-1ubuntu1 [67.4 kB]
13:17:26 Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-1 [49.1 kB]
13:17:26 Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libcurl4 armhf 7.58.0-2ubuntu3.22 [189 kB]
13:17:26 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf curl armhf 7.58.0-2ubuntu3.22 [152 kB]
13:17:26 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libassuan0 armhf 2.5.1-2 [28.3 kB]
13:17:26 Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpgconf armhf 2.2.4-1ubuntu1.6 [106 kB]
13:17:26 Get:55 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libksba8 armhf 1.3.5-2ubuntu0.18.04.2 [79.4 kB]
13:17:26 Get:56 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnpth0 armhf 1.5-3 [6632 B]
13:17:26 Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf dirmngr armhf 2.2.4-1ubuntu1.6 [275 kB]
13:17:26 Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
13:17:26 Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gnupg-utils armhf 2.2.4-1ubuntu1.6 [107 kB]
13:17:26 Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg armhf 2.2.4-1ubuntu1.6 [409 kB]
13:17:26 Get:61 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf pinentry-curses armhf 1.1.0-1 [31.4 kB]
13:17:26 Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg-agent armhf 2.2.4-1ubuntu1.6 [189 kB]
13:17:26 Get:63 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg-wks-client armhf 2.2.4-1ubuntu1.6 [76.5 kB]
13:17:26 Get:64 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg-wks-server armhf 2.2.4-1ubuntu1.6 [71.7 kB]
13:17:26 Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpgsm armhf 2.2.4-1ubuntu1.6 [183 kB]
13:17:26 Get:66 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gnupg armhf 2.2.4-1ubuntu1.6 [249 kB]
13:17:26 Get:67 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-software-properties all 0.96.24.32.20 [20.5 kB]
13:17:26 Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf software-properties-common all 0.96.24.32.20 [9876 B]
13:17:26 Get:69 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf gnupg2 all 2.2.4-1ubuntu1.6 [5300 B]
13:17:27 debconf: delaying package configuration, since apt-utils is not installed
13:17:27 Fetched 14.4 MB in 2s (6987 kB/s)
13:17:27 Selecting previously unselected package libssl1.1:armhf.
13:17: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 ... 4045 files and directories currently installed.)
13:17:27 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.21_armhf.deb ...
13:17:27 Unpacking libssl1.1:armhf (1.1.1-1ubuntu2.1~18.04.21) ...
13:17:27 Selecting previously unselected package libpython3.6-minimal:armhf.
13:17:27 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.9_armhf.deb ...
13:17:27 Unpacking libpython3.6-minimal:armhf (3.6.9-1~18.04ubuntu1.9) ...
13:17:27 Selecting previously unselected package libexpat1:armhf.
13:17:27 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.9_armhf.deb ...
13:17:27 Unpacking libexpat1:armhf (2.2.5-3ubuntu0.9) ...
13:17:27 Selecting previously unselected package python3.6-minimal.
13:17:27 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.9_armhf.deb ...
13:17:27 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
13:17:27 Setting up libssl1.1:armhf (1.1.1-1ubuntu2.1~18.04.21) ...
13:17:27 Setting up libpython3.6-minimal:armhf (3.6.9-1~18.04ubuntu1.9) ...
13:17:27 Setting up libexpat1:armhf (2.2.5-3ubuntu0.9) ...
13:17:27 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
13:17:27 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-kinetic"
13:17:28 Selecting previously unselected package python3-minimal.
13: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 ... 4302 files and directories currently installed.)
13:17:28 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_armhf.deb ...
13:17:28 Unpacking python3-minimal (3.6.7-1~18.04) ...
13:17:28 Selecting previously unselected package mime-support.
13:17:28 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
13:17:28 Unpacking mime-support (3.60ubuntu1) ...
13:17:28 Selecting previously unselected package libmpdec2:armhf.
13:17:28 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_armhf.deb ...
13:17:28 Unpacking libmpdec2:armhf (2.4.2-1ubuntu1) ...
13:17:28 Selecting previously unselected package readline-common.
13:17:28 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
13:17:28 Unpacking readline-common (7.0-3) ...
13:17:28 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:17:28 Selecting previously unselected package libreadline7:armhf.
13:17:28 Preparing to unpack .../4-libreadline7_7.0-3_armhf.deb ...
13:17:28 Unpacking libreadline7:armhf (7.0-3) ...
13:17:28 Selecting previously unselected package libsqlite3-0:armhf.
13:17:28 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.7_armhf.deb ...
13:17:28 Unpacking libsqlite3-0:armhf (3.22.0-1ubuntu0.7) ...
13:17:28 Selecting previously unselected package libpython3.6-stdlib:armhf.
13:17:28 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.9_armhf.deb ...
13:17:28 Unpacking libpython3.6-stdlib:armhf (3.6.9-1~18.04ubuntu1.9) ...
13:17:28 Selecting previously unselected package python3.6.
13:17:28 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.9_armhf.deb ...
13:17:28 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.9) ...
13:17:28 Selecting previously unselected package libpython3-stdlib:armhf.
13:17:28 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_armhf.deb ...
13:17:28 Unpacking libpython3-stdlib:armhf (3.6.7-1~18.04) ...
13:17:28 Setting up python3-minimal (3.6.7-1~18.04) ...
13:17:28 + make IMAGE=ubuntu:kinetic verify
13:17:28 docker run  --rm -i \
13:17:28 	-v "$(pwd):/v" \
13:17:28 	-e DEBIAN_FRONTEND=noninteractive \
13:17:28 	-e PACKAGE_REPO=staging \
13:17:28 	-w /v \
13:17:28 	ubuntu:kinetic ./verify
13:17:29 Selecting previously unselected package python3.
13:17: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 ... 4760 files and directories currently installed.)
13:17:29 Preparing to unpack .../00-python3_3.6.7-1~18.04_armhf.deb ...
13:17:29 Unpacking python3 (3.6.7-1~18.04) ...
13:17:29 Selecting previously unselected package openssl.
13:17:29 Preparing to unpack .../01-openssl_1.1.1-1ubuntu2.1~18.04.21_armhf.deb ...
13:17:29 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.21) ...
13:17:29 Selecting previously unselected package ca-certificates.
13:17:29 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.18.04.1_all.deb ...
13:17:29 Unpacking ca-certificates (20211016ubuntu0.18.04.1) ...
13:17:29 Selecting previously unselected package distro-info-data.
13:17:29 Preparing to unpack .../03-distro-info-data_0.37ubuntu0.15_all.deb ...
13:17:29 Unpacking distro-info-data (0.37ubuntu0.15) ...
13:17:29 + verify
13:17:29 + dpkg --version
13:17:29 + verify_deb
13:17:29 + apt-get update
13:17:29 Selecting previously unselected package libglib2.0-0:armhf.
13:17:29 Preparing to unpack .../04-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_armhf.deb ...
13:17:29 Unpacking libglib2.0-0:armhf (2.56.4-0ubuntu0.18.04.9) ...
13:17:29 Selecting previously unselected package libgirepository-1.0-1:armhf.
13:17:29 Preparing to unpack .../05-libgirepository-1.0-1_1.56.1-1_armhf.deb ...
13:17:29 Unpacking libgirepository-1.0-1:armhf (1.56.1-1) ...
13:17:29 Selecting previously unselected package gir1.2-glib-2.0:armhf.
13:17:29 Preparing to unpack .../06-gir1.2-glib-2.0_1.56.1-1_armhf.deb ...
13:17:29 Unpacking gir1.2-glib-2.0:armhf (1.56.1-1) ...
13:17:29 Selecting previously unselected package libapt-inst2.0:armhf.
13:17:29 Preparing to unpack .../07-libapt-inst2.0_1.6.14_armhf.deb ...
13:17:29 Unpacking libapt-inst2.0:armhf (1.6.14) ...
13:17:29 Selecting previously unselected package libdbus-1-3:armhf.
13:17:29 Preparing to unpack .../08-libdbus-1-3_1.12.2-1ubuntu1.4_armhf.deb ...
13:17:29 Unpacking libdbus-1-3:armhf (1.12.2-1ubuntu1.4) ...
13:17:29 Selecting previously unselected package lsb-release.
13:17:29 Preparing to unpack .../09-lsb-release_9.20170808ubuntu1_all.deb ...
13:17:29 Unpacking lsb-release (9.20170808ubuntu1) ...
13:17:29 Selecting previously unselected package python3-dbus.
13:17:29 Preparing to unpack .../10-python3-dbus_1.2.6-1_armhf.deb ...
13:17:29 Unpacking python3-dbus (1.2.6-1) ...
13:17:29 Selecting previously unselected package python3-gi.
13:17:29 Preparing to unpack .../11-python3-gi_3.26.1-2ubuntu1_armhf.deb ...
13:17:29 Unpacking python3-gi (3.26.1-2ubuntu1) ...
13:17:29 Selecting previously unselected package iso-codes.
13:17:29 Preparing to unpack .../12-iso-codes_3.79-1_all.deb ...
13:17:29 Unpacking iso-codes (3.79-1) ...
13:17:29 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease [267 kB]
13:17:29 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease [118 kB]
13:17:29 make[2]: Leaving directory '/root/build-deb/compose'
13:17:29 # Build the scan-plugin
13:17:29 # TODO change once we support scan-plugin on other architectures
13:17:29 if [ "armhf" = "amd64" ]; then \
13:17:29 	cd /go/src/github.com/docker/scan-cli-plugin \
13:17:29 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:17:29 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:17:29 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:17:29 fi
13:17:29 make[1]: Leaving directory '/root/build-deb'
13:17:29    debian/rules override_dh_auto_test
13:17:29 make[1]: Entering directory '/root/build-deb'
13:17:29 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:17:29 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:17:29 PASS: daemon version OK
13:17:29 ver="$(cli/build/docker --version)"; \
13:17:29 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:17:29 PASS: cli version OK
13:17:29 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:17:29 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:17:29 PASS: docker-buildx version OK
13:17:29 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:17:29 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:17:29 PASS: docker-compose version OK
13:17:29 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:17:29 # TODO change once we support scan-plugin on other architectures
13:17:29 if [ "armhf" = "amd64" ]; then \
13:17:29 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:17:29 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:17:29 fi
13:17:29 make[1]: Leaving directory '/root/build-deb'
13:17:29    create-stamp debian/debhelper-build-stamp
13:17:29  debian/rules binary
13:17:29 dh binary --with=bash-completion
13:17:29    dh_testroot
13:17:29    dh_prep
13:17:29    dh_installdirs
13:17:29    debian/rules override_dh_auto_install
13:17:29 make[1]: Entering directory '/root/build-deb'
13:17:29 # docker-ce-cli install
13:17:29 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:17:29 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:17:29 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:17:29 # docker-ce install
13:17:29 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:17:29 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:17:29 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:17:29 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:17:29 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:17:29 # docker-buildx-plugin install
13:17:29 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:17:29 # docker-compose-plugin install
13:17:29 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:17:29 # docker-scan-plugin install
13:17:29 # TODO change once we support scan-plugin on other architectures
13:17:29 if [ "armhf" = "amd64" ]; then \
13:17:29 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:17:29 fi
13:17:29 # docker-ce-rootless-extras install
13:17:29 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:17:29 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:17:29 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:17:29 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:17:29 # TODO: how can we install vpnkit?
13:17:29 make[1]: Leaving directory '/root/build-deb'
13:17:29    debian/rules override_dh_install
13:17:29 make[1]: Entering directory '/root/build-deb'
13:17:29 dh_install
13:17:29 # TODO Can we do this from within our container?
13:17:29 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:17:29 make[1]: Leaving directory '/root/build-deb'
13:17:29    dh_installdocs
13:17:29    dh_installchangelogs
13:17:29    dh_installman
13:17:29    dh_bash-completion
13:17:29    dh_systemd_enable
13:17:29    debian/rules override_dh_installinit
13:17:29 make[1]: Entering directory '/root/build-deb'
13:17:29 # use "docker" as our service name, not "docker-ce"
13:17:29 dh_installinit --name=docker
13:17:29 make[1]: Leaving directory '/root/build-deb'
13:17:29    dh_systemd_start
13:17:29    dh_perl
13:17:29    dh_link
13:17:29    dh_strip_nondeterminism
13:17:29    dh_compress
13:17:29    dh_fixperms
13:17:29    dh_missing
13:17:29    debian/rules override_dh_strip
13:17:29 make[1]: Entering directory '/root/build-deb'
13:17:29 # Go has lots of problems with stripping, so just don't
13:17:29 make[1]: Leaving directory '/root/build-deb'
13:17:29    dh_makeshlibs
13:17:29    debian/rules override_dh_shlibdeps
13:17:29 make[1]: Entering directory '/root/build-deb'
13:17:29 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:17:29 make[1]: Leaving directory '/root/build-deb'
13:17:29    dh_installdeb
13:17:29    debian/rules override_dh_gencontrol
13:17:29 make[1]: Entering directory '/root/build-deb'
13:17:29 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:17:29 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:17:29 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:17:29 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:17:29 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:17:29 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:17:29 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:17:29 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:17:29 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:17:29 if [ "armhf" = "amd64" ]; then \
13:17:29 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:17:29 fi
13:17:29 dh_gencontrol --remaining-packages
13:17:29 make[1]: Leaving directory '/root/build-deb'
13:17:29    dh_md5sums
13:17:29    debian/rules override_dh_builddeb
13:17:29 make[1]: Entering directory '/root/build-deb'
13:17:29 dh_builddeb -- -Zxz
13:17:29 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb'.
13:17:29 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'.
13:17:30 Selecting previously unselected package libkrb5support0:armhf.
13:17:30 Preparing to unpack .../13-libkrb5support0_1.16-2ubuntu0.3_armhf.deb ...
13:17:30 Unpacking libkrb5support0:armhf (1.16-2ubuntu0.3) ...
13:17:30 Selecting previously unselected package libk5crypto3:armhf.
13:17:30 Preparing to unpack .../14-libk5crypto3_1.16-2ubuntu0.3_armhf.deb ...
13:17:30 Unpacking libk5crypto3:armhf (1.16-2ubuntu0.3) ...
13:17:30 Selecting previously unselected package libkeyutils1:armhf.
13:17:30 Preparing to unpack .../15-libkeyutils1_1.5.9-9.2ubuntu2.1_armhf.deb ...
13:17:30 Unpacking libkeyutils1:armhf (1.5.9-9.2ubuntu2.1) ...
13:17:30 Selecting previously unselected package libkrb5-3:armhf.
13:17:30 Preparing to unpack .../16-libkrb5-3_1.16-2ubuntu0.3_armhf.deb ...
13:17:30 Unpacking libkrb5-3:armhf (1.16-2ubuntu0.3) ...
13:17:30 Selecting previously unselected package libgssapi-krb5-2:armhf.
13:17:30 Preparing to unpack .../17-libgssapi-krb5-2_1.16-2ubuntu0.3_armhf.deb ...
13:17:30 Unpacking libgssapi-krb5-2:armhf (1.16-2ubuntu0.3) ...
13:17:30 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease [99.9 kB]
13:17:30 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease [109 kB]
13:17:30 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/universe armhf Packages [17.2 MB]
13:17:30 Selecting previously unselected package libpsl5:armhf.
13:17:30 Preparing to unpack .../18-libpsl5_0.19.1-5build1_armhf.deb ...
13:17:30 Unpacking libpsl5:armhf (0.19.1-5build1) ...
13:17:30 Selecting previously unselected package python-apt-common.
13:17:30 Preparing to unpack .../19-python-apt-common_1.6.6_all.deb ...
13:17:30 Unpacking python-apt-common (1.6.6) ...
13:17:30 Selecting previously unselected package python3-apt.
13:17:30 Preparing to unpack .../20-python3-apt_1.6.6_armhf.deb ...
13:17:30 Unpacking python3-apt (1.6.6) ...
13:17:30 Selecting previously unselected package apt-transport-https.
13:17:30 Preparing to unpack .../21-apt-transport-https_1.6.14_all.deb ...
13:17:30 Unpacking apt-transport-https (1.6.14) ...
13:17:30 Selecting previously unselected package libroken18-heimdal:armhf.
13:17:30 Preparing to unpack .../22-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
13:17:30 Unpacking libroken18-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
13:17:30 Selecting previously unselected package libasn1-8-heimdal:armhf.
13:17:30 Preparing to unpack .../23-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
13:17:30 Unpacking libasn1-8-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
13:17:30 Selecting previously unselected package libheimbase1-heimdal:armhf.
13:17:30 Preparing to unpack .../24-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
13:17:30 Unpacking libheimbase1-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
13:17:30 Selecting previously unselected package libhcrypto4-heimdal:armhf.
13:17:30 Preparing to unpack .../25-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
13:17:30 Unpacking libhcrypto4-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
13:17:30 Selecting previously unselected package libwind0-heimdal:armhf.
13:17:30 Preparing to unpack .../26-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
13:17:30 Unpacking libwind0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
13:17:30 Selecting previously unselected package libhx509-5-heimdal:armhf.
13:17:30 Preparing to unpack .../27-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
13:17:30 Unpacking libhx509-5-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
13:17:30 Selecting previously unselected package libkrb5-26-heimdal:armhf.
13:17:30 Preparing to unpack .../28-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
13:17:30 Unpacking libkrb5-26-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
13:17:30 Selecting previously unselected package libheimntlm0-heimdal:armhf.
13:17:30 Preparing to unpack .../29-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
13:17:30 Unpacking libheimntlm0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
13:17:30 Selecting previously unselected package libgssapi3-heimdal:armhf.
13:17:30 Preparing to unpack .../30-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.4_armhf.deb ...
13:17:30 Unpacking libgssapi3-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
13:17:30 Selecting previously unselected package libsasl2-modules-db:armhf.
13:17:30 Preparing to unpack .../31-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_armhf.deb ...
13:17:30 Unpacking libsasl2-modules-db:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:17:30 Selecting previously unselected package libsasl2-2:armhf.
13:17:30 Preparing to unpack .../32-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_armhf.deb ...
13:17:30 Unpacking libsasl2-2:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:17:30 Selecting previously unselected package libldap-common.
13:17:30 Preparing to unpack .../33-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
13:17:30 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
13:17:30 Selecting previously unselected package libldap-2.4-2:armhf.
13:17:30 Preparing to unpack .../34-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_armhf.deb ...
13:17:30 Unpacking libldap-2.4-2:armhf (2.4.45+dfsg-1ubuntu1.11) ...
13:17:31 Selecting previously unselected package libnghttp2-14:armhf.
13:17:31 Preparing to unpack .../35-libnghttp2-14_1.30.0-1ubuntu1_armhf.deb ...
13:17:31 Unpacking libnghttp2-14:armhf (1.30.0-1ubuntu1) ...
13:17:31 Selecting previously unselected package librtmp1:armhf.
13:17:31 Preparing to unpack .../36-librtmp1_2.4+20151223.gitfa8646d.1-1_armhf.deb ...
13:17:31 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-1) ...
13:17:31 Selecting previously unselected package libcurl4:armhf.
13:17:31 Preparing to unpack .../37-libcurl4_7.58.0-2ubuntu3.22_armhf.deb ...
13:17:31 Unpacking libcurl4:armhf (7.58.0-2ubuntu3.22) ...
13:17:31 Selecting previously unselected package curl.
13:17:31 Preparing to unpack .../38-curl_7.58.0-2ubuntu3.22_armhf.deb ...
13:17:31 Unpacking curl (7.58.0-2ubuntu3.22) ...
13:17:31 Selecting previously unselected package libassuan0:armhf.
13:17:31 Preparing to unpack .../39-libassuan0_2.5.1-2_armhf.deb ...
13:17:31 Unpacking libassuan0:armhf (2.5.1-2) ...
13:17:31 Selecting previously unselected package gpgconf.
13:17:31 Preparing to unpack .../40-gpgconf_2.2.4-1ubuntu1.6_armhf.deb ...
13:17:31 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
13:17:31 Selecting previously unselected package libksba8:armhf.
13:17:31 Preparing to unpack .../41-libksba8_1.3.5-2ubuntu0.18.04.2_armhf.deb ...
13:17:31 Unpacking libksba8:armhf (1.3.5-2ubuntu0.18.04.2) ...
13:17:31 Selecting previously unselected package libnpth0:armhf.
13:17:31 Preparing to unpack .../42-libnpth0_1.5-3_armhf.deb ...
13:17:31 Unpacking libnpth0:armhf (1.5-3) ...
13:17:31 Selecting previously unselected package dirmngr.
13:17:31 Preparing to unpack .../43-dirmngr_2.2.4-1ubuntu1.6_armhf.deb ...
13:17:31 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
13:17:31 Selecting previously unselected package gnupg-l10n.
13:17:31 Preparing to unpack .../44-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
13:17:31 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
13:17:31 Selecting previously unselected package gnupg-utils.
13:17:31 Preparing to unpack .../45-gnupg-utils_2.2.4-1ubuntu1.6_armhf.deb ...
13:17:31 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
13:17:31 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf Packages [1694 kB]
13:17:31 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/multiverse armhf Packages [207 kB]
13:17:31 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/restricted armhf Packages [12.9 kB]
13:17:31 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/universe armhf Packages [144 kB]
13:17:31 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/multiverse armhf Packages [1326 B]
13:17:31 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf Packages [270 kB]
13:17:31 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/restricted armhf Packages [9838 B]
13:17:31 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic-backports/universe armhf Packages [4535 B]
13:17:31 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic-security/restricted armhf Packages [9838 B]
13:17:31 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic-security/multiverse armhf Packages [593 B]
13:17:31 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic-security/main armhf Packages [174 kB]
13:17:31 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic-security/universe armhf Packages [79.9 kB]
13:17:31 Selecting previously unselected package gpg.
13:17:31 Preparing to unpack .../46-gpg_2.2.4-1ubuntu1.6_armhf.deb ...
13:17:31 Unpacking gpg (2.2.4-1ubuntu1.6) ...
13:17:31 Selecting previously unselected package pinentry-curses.
13:17:31 Preparing to unpack .../47-pinentry-curses_1.1.0-1_armhf.deb ...
13:17:31 Unpacking pinentry-curses (1.1.0-1) ...
13:17:31 Selecting previously unselected package gpg-agent.
13:17:31 Preparing to unpack .../48-gpg-agent_2.2.4-1ubuntu1.6_armhf.deb ...
13:17:31 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
13:17:31 Selecting previously unselected package gpg-wks-client.
13:17:31 Preparing to unpack .../49-gpg-wks-client_2.2.4-1ubuntu1.6_armhf.deb ...
13:17:31 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
13:17:31 Selecting previously unselected package gpg-wks-server.
13:17:31 Preparing to unpack .../50-gpg-wks-server_2.2.4-1ubuntu1.6_armhf.deb ...
13:17:31 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
13:17:31 Selecting previously unselected package gpgsm.
13:17:31 Preparing to unpack .../51-gpgsm_2.2.4-1ubuntu1.6_armhf.deb ...
13:17:31 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
13:17:31 Selecting previously unselected package gnupg.
13:17:31 Preparing to unpack .../52-gnupg_2.2.4-1ubuntu1.6_armhf.deb ...
13:17:31 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
13:17:31 Selecting previously unselected package python3-software-properties.
13:17:31 Preparing to unpack .../53-python3-software-properties_0.96.24.32.20_all.deb ...
13:17:31 Unpacking python3-software-properties (0.96.24.32.20) ...
13:17:31 Selecting previously unselected package software-properties-common.
13:17:31 Preparing to unpack .../54-software-properties-common_0.96.24.32.20_all.deb ...
13:17:31 Unpacking software-properties-common (0.96.24.32.20) ...
13:17:31 Selecting previously unselected package gnupg2.
13:17:31 Preparing to unpack .../55-gnupg2_2.2.4-1ubuntu1.6_all.deb ...
13:17:31 Unpacking gnupg2 (2.2.4-1ubuntu1.6) ...
13:17:31 Setting up python-apt-common (1.6.6) ...
13:17:32 Fetched 20.4 MB in 3s (6936 kB/s)
13:17:32 Setting up libnpth0:armhf (1.5-3) ...
13:17:32 Setting up readline-common (7.0-3) ...
13:17:32 Setting up libapt-inst2.0:armhf (1.6.14) ...
13:17:32 Setting up apt-transport-https (1.6.14) ...
13:17:32 Setting up libnghttp2-14:armhf (1.30.0-1ubuntu1) ...
13:17:32 Setting up mime-support (3.60ubuntu1) ...
13:17:32 Setting up iso-codes (3.79-1) ...
13:17:32 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
13:17:32 Setting up libreadline7:armhf (7.0-3) ...
13:17:32 Setting up libpsl5:armhf (0.19.1-5build1) ...
13:17:32 Setting up libglib2.0-0:armhf (2.56.4-0ubuntu0.18.04.9) ...
13:17:32 No schema files found: doing nothing.
13:17:32 Setting up libsasl2-modules-db:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:17:32 Setting up libsasl2-2:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:17:32 Setting up distro-info-data (0.37ubuntu0.15) ...
13:17:32 Setting up libroken18-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
13:17:32 Setting up libksba8:armhf (1.3.5-2ubuntu0.18.04.2) ...
13:17:32 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-1) ...
13:17:32 Setting up libkrb5support0:armhf (1.16-2ubuntu0.3) ...
13:17:32 Setting up libgirepository-1.0-1:armhf (1.56.1-1) ...
13:17:32 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
13:17:32 Setting up gir1.2-glib-2.0:armhf (1.56.1-1) ...
13:17:32 Setting up libheimbase1-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
13:17:32 Setting up openssl (1.1.1-1ubuntu2.1~18.04.21) ...
13:17:32 Setting up libsqlite3-0:armhf (3.22.0-1ubuntu0.7) ...
13:17:32 Setting up libkeyutils1:armhf (1.5.9-9.2ubuntu2.1) ...
13:17:32 Setting up ca-certificates (20211016ubuntu0.18.04.1) ...
13:17:32 Updating certificates in /etc/ssl/certs...
13:17:32 Reading package lists...
13:17:32 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:17:33 124 added, 0 removed; done.
13:17:33 Setting up libassuan0:armhf (2.5.1-2) ...
13:17:33 Setting up libmpdec2:armhf (2.4.2-1ubuntu1) ...
13:17:33 Setting up libdbus-1-3:armhf (1.12.2-1ubuntu1.4) ...
13:17:33 Setting up libpython3.6-stdlib:armhf (3.6.9-1~18.04ubuntu1.9) ...
13:17:33 Setting up libk5crypto3:armhf (1.16-2ubuntu0.3) ...
13:17:33 Setting up python3.6 (3.6.9-1~18.04ubuntu1.9) ...
13:17:34 Setting up libwind0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
13:17:34 Setting up libasn1-8-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
13:17:34 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
13:17:34 Setting up libhcrypto4-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
13:17:34 Setting up libhx509-5-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
13:17:34 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
13:17:34 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
13:17:34 Setting up pinentry-curses (1.1.0-1) ...
13:17:34 Setting up libkrb5-3:armhf (1.16-2ubuntu0.3) ...
13:17:34 Setting up libkrb5-26-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
13:17:34 Setting up libheimntlm0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
13:17:34 Setting up gpg (2.2.4-1ubuntu1.6) ...
13:17:34 Setting up libpython3-stdlib:armhf (3.6.7-1~18.04) ...
13:17:34 Setting up python3 (3.6.7-1~18.04) ...
13:17:34 Reading package lists...
13:17:34 Building dependency tree...
13:17:34 Reading state information...
13:17:34 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
13:17:34 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
13:17:34 Setting up python3-gi (3.26.1-2ubuntu1) ...
13:17:34 Setting up lsb-release (9.20170808ubuntu1) ...
13:17:34 Setting up libgssapi-krb5-2:armhf (1.16-2ubuntu0.3) ...
13:17:34 The following additional packages will be installed:
13:17:34   dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common
13:17:34   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
13:17:34   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
13:17:34   gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1
13:17:34   libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
13:17:34   libdevmapper1.02.1 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1
13:17:34   libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2
13:17:34   libgstreamer1.0-0 libicu71 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1
13:17:34   libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libmpdec3
13:17:34   libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd
13:17:34   libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib
13:17:34   libpython3.10-minimal libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2
13:17:34   libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d
13:17:34   libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2
13:17:34   libyaml-0-2 media-types openssl packagekit pinentry-curses pkexec
13:17:34   policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker
13:17:34   python3-cffi-backend python3-cryptography python3-dbus python3-distro
13:17:34   python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney
13:17:34   python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
13:17:34   python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib
13:17:34   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
13:17:34   python3-software-properties python3-wadllib python3-zipp python3.10
13:17:34   python3.10-minimal readline-common systemd systemd-sysv
13:17:34 Suggested packages:
13:17:34   default-dbus-session-bus | dbus-session-bus dbus-user-session
13:17:34   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc
13:17:34   krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
13:17:34   python3-venv python3-apt-dbg python-apt-doc python-blinker-doc
13:17:34   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
13:17:34   python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin
13:17:34   python3-keyrings.alt python3-testresources python3-setuptools
13:17:34   python-pyparsing-doc python-secretstorage-doc gnome-keyring
13:17:34   | libkf5wallet-bin | keepassxc python3.10-venv python3.10-doc binutils
13:17:34   binfmt-support readline-doc systemd-container systemd-homed systemd-userdbd
13:17:34   systemd-boot libfido2-1 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
13:17:34 Recommended packages:
13:17:34   libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales
13:17:34   libldap-common dbus-user-session publicsuffix libsasl2-modules
13:17:34   packagekit-tools unattended-upgrades networkd-dispatcher systemd-timesyncd
13:17:34   | time-daemon systemd-resolved libnss-systemd
13:17:34 Setting up libgssapi3-heimdal:armhf (7.5.0+dfsg-1ubuntu0.4) ...
13:17:34 Setting up python3-apt (1.6.6) ...
13:17:34 Setting up python3-dbus (1.2.6-1) ...
13:17:34 The following NEW packages will be installed:
13:17:34   apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon
13:17:34   dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data
13:17:34   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
13:17:34   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
13:17:34   libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin
13:17:34   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
13:17:34   libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0
13:17:34   libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu71
13:17:34   libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
13:17:34   libkrb5support0 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0
13:17:34   libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
13:17:34   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
13:17:34   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
13:17:34   libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common
13:17:34   libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types
13:17:34   openssl packagekit pinentry-curses pkexec policykit-1 polkitd
13:17:34   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
13:17:34   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
13:17:34   python3-importlib-metadata python3-jeepney python3-jwt python3-keyring
13:17:34   python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri
13:17:34   python3-minimal python3-more-itertools python3-oauthlib
13:17:34   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
13:17:34   python3-software-properties python3-wadllib python3-zipp python3.10
13:17:34   python3.10-minimal readline-common software-properties-common systemd
13:17:34   systemd-sysv
13:17:34 Setting up libldap-2.4-2:armhf (2.4.45+dfsg-1ubuntu1.11) ...
13:17:34 Setting up python3-software-properties (0.96.24.32.20) ...
13:17:34 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
13:17:34 Setting up software-properties-common (0.96.24.32.20) ...
13:17:35 Setting up libcurl4:armhf (7.58.0-2ubuntu3.22) ...
13:17:35 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
13:17:35 Setting up curl (7.58.0-2ubuntu3.22) ...
13:17:35 Setting up gnupg (2.2.4-1ubuntu1.6) ...
13:17:35 Setting up gnupg2 (2.2.4-1ubuntu1.6) ...
13:17:35 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
13:17:35 Processing triggers for ca-certificates (20211016ubuntu0.18.04.1) ...
13:17:35 Updating certificates in /etc/ssl/certs...
13:17:35 0 upgraded, 122 newly installed, 0 to remove and 4 not upgraded.
13:17:35 Need to get 39.1 MB of archives.
13:17:35 After this operation, 137 MB of additional disk space will be used.
13:17:35 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libssl3 armhf 3.0.5-2ubuntu2.1 [1563 kB]
13:17:35 make[2]: Leaving directory '/root/build-deb/compose'
13:17:35 # Build the scan-plugin
13:17:35 # TODO change once we support scan-plugin on other architectures
13:17:35 if [ "armhf" = "amd64" ]; then \
13:17:35 	cd /go/src/github.com/docker/scan-cli-plugin \
13:17:35 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
13:17:35 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:17:35 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:17:35 fi
13:17:35 make[1]: Leaving directory '/root/build-deb'
13:17:35    debian/rules override_dh_auto_test
13:17:35 make[1]: Entering directory '/root/build-deb'
13:17:35 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:17:35 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:17:35 PASS: daemon version OK
13:17:35 ver="$(cli/build/docker --version)"; \
13:17:35 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:17:35 PASS: cli version OK
13:17:35 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:17:35 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:17:35 PASS: docker-buildx version OK
13:17:35 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:17:35 	test "$ver" = "v2.16.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:17:35 PASS: docker-compose version OK
13:17:35 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:17:35 # TODO change once we support scan-plugin on other architectures
13:17:35 if [ "armhf" = "amd64" ]; then \
13:17:35 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:17:35 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:17:35 fi
13:17:35 make[1]: Leaving directory '/root/build-deb'
13:17:35    create-stamp debian/debhelper-build-stamp
13:17:35  debian/rules binary
13:17:35 dh binary --with=bash-completion
13:17:35    dh_testroot
13:17:35    dh_prep
13:17:35    dh_installdirs
13:17:35    debian/rules override_dh_auto_install
13:17:35 make[1]: Entering directory '/root/build-deb'
13:17:35 # docker-ce-cli install
13:17:35 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:17:35 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:17:35 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:17:35 # docker-ce install
13:17:35 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:17:35 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:17:35 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
13:17:35 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:17:35 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:17:35 # docker-buildx-plugin install
13:17:35 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:17:35 # docker-compose-plugin install
13:17:35 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:17:35 # docker-scan-plugin install
13:17:35 # TODO change once we support scan-plugin on other architectures
13:17:35 if [ "armhf" = "amd64" ]; then \
13:17:35 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:17:35 fi
13:17:35 # docker-ce-rootless-extras install
13:17:35 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:17:35 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:17:35 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:17:35 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:17:35 # TODO: how can we install vpnkit?
13:17:35 make[1]: Leaving directory '/root/build-deb'
13:17:35    debian/rules override_dh_install
13:17:35 make[1]: Entering directory '/root/build-deb'
13:17:35 dh_install
13:17:35 # TODO Can we do this from within our container?
13:17:35 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:17:35 make[1]: Leaving directory '/root/build-deb'
13:17:35    dh_installdocs
13:17:35    dh_installchangelogs
13:17:35    dh_installman
13:17:35    dh_bash-completion
13:17:35    dh_systemd_enable
13:17:35    debian/rules override_dh_installinit
13:17:35 make[1]: Entering directory '/root/build-deb'
13:17:35 # use "docker" as our service name, not "docker-ce"
13:17:35 dh_installinit --name=docker
13:17:35 make[1]: Leaving directory '/root/build-deb'
13:17:35    dh_systemd_start
13:17:35    dh_perl
13:17:35    dh_link
13:17:35    dh_strip_nondeterminism
13:17:35    dh_compress
13:17:35    dh_fixperms
13:17:35    dh_missing
13:17:35    debian/rules override_dh_strip
13:17:35 make[1]: Entering directory '/root/build-deb'
13:17:35 # Go has lots of problems with stripping, so just don't
13:17:35 make[1]: Leaving directory '/root/build-deb'
13:17:35    dh_makeshlibs
13:17:35    debian/rules override_dh_shlibdeps
13:17:35 make[1]: Entering directory '/root/build-deb'
13:17:35 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:17:35 make[1]: Leaving directory '/root/build-deb'
13:17:35    dh_installdeb
13:17:35    debian/rules override_dh_gencontrol
13:17:35 make[1]: Entering directory '/root/build-deb'
13:17:35 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:17:35 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:17:35 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:17:35 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:17:35 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:17:35 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
13:17:35 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:17:35 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:17:35 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:17:35 if [ "armhf" = "amd64" ]; then \
13:17:35 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
13:17:35 fi
13:17:35 dh_gencontrol --remaining-packages
13:17:35 make[1]: Leaving directory '/root/build-deb'
13:17:35    dh_md5sums
13:17:35    debian/rules override_dh_builddeb
13:17:35 make[1]: Entering directory '/root/build-deb'
13:17:35 dh_builddeb -- -Zxz
13:17:35 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb'.
13:17:35 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb'.
13:17:35 0 added, 0 removed; done.
13:17:35 Running hooks in /etc/ca-certificates/update.d...
13:17:35 done.
13:17:35 ++ source /etc/os-release
13:17:35 +++ NAME=Ubuntu
13:17:35 +++ VERSION='18.04.6 LTS (Bionic Beaver)'
13:17:35 +++ ID=ubuntu
13:17:35 +++ ID_LIKE=debian
13:17:35 +++ PRETTY_NAME='Ubuntu 18.04.6 LTS'
13:17:35 +++ VERSION_ID=18.04
13:17:35 +++ HOME_URL=https://www.ubuntu.com/
13:17:35 +++ SUPPORT_URL=https://help.ubuntu.com/
13:17:35 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
13:17:35 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
13:17:35 +++ VERSION_CODENAME=bionic
13:17:35 +++ UBUNTU_CODENAME=bionic
13:17:35 ++ echo ubuntu
13:17:35 + DIST_ID=ubuntu
13:17:35 ++ lsb_release -sc
13:17:35 + DIST_VERSION=bionic
13:17:35 + '[' bionic = sid ']'
13:17:35 + install_debian_containerd
13:17:35 + '[' staging = stage ']'
13:17:35 + REPO_URL=https://download.docker.com/linux/ubuntu
13:17:35 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
13:17:35 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
13:17:35 + update-ca-certificates -f
13:17:35 Clearing symlinks in /etc/ssl/certs...
13:17:35 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libpython3.10-minimal armhf 3.10.7-1ubuntu0.2 [788 kB]
13:17:35 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libexpat1 armhf 2.4.8-2ubuntu0.22.10.1 [63.6 kB]
13:17:35 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3.10-minimal armhf 3.10.7-1ubuntu0.2 [1821 kB]
13:17:35 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-minimal armhf 3.10.6-1 [24.1 kB]
13:17:35 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf media-types all 8.0.0 [24.9 kB]
13:17:35 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmpdec3 armhf 2.5.1-2build2 [76.5 kB]
13:17:35 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libkrb5support0 armhf 1.20-1ubuntu0.1 [29.6 kB]
13:17:35 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libk5crypto3 armhf 1.20-1ubuntu0.1 [78.4 kB]
13:17:35 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libkeyutils1 armhf 1.6.3-1 [9368 B]
13:17:35 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libkrb5-3 armhf 1.20-1ubuntu0.1 [320 kB]
13:17:35 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libgssapi-krb5-2 armhf 1.20-1ubuntu0.1 [118 kB]
13:17:35 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtirpc-common all 1.3.3+ds-1 [7790 B]
13:17:35 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtirpc3 armhf 1.3.3+ds-1 [71.4 kB]
13:17:35 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnsl2 armhf 1.3.0-2build2 [36.6 kB]
13:17:35 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf readline-common all 8.2-1 [55.1 kB]
13:17:35 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libreadline8 armhf 8.2-1 [128 kB]
13:17:35 Get:18 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsqlite3-0 armhf 3.39.3-1 [561 kB]
13:17:35 Get:19 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libpython3.10-stdlib armhf 3.10.7-1ubuntu0.2 [1706 kB]
13:17:36 done.
13:17:36 Updating certificates in /etc/ssl/certs...
13:17:36 Get:20 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3.10 armhf 3.10.7-1ubuntu0.2 [497 kB]
13:17:36 Get:21 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpython3-stdlib armhf 3.10.6-1 [6850 B]
13:17:36 Get:22 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3 armhf 3.10.6-1 [22.3 kB]
13:17:36 Get:23 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libargon2-1 armhf 0~20171227-0.3 [21.0 kB]
13:17:36 Get:24 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevmapper1.02.1 armhf 2:1.02.185-1ubuntu1 [134 kB]
13:17:36 Get:25 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjson-c5 armhf 0.16-1 [29.2 kB]
13:17:36 Get:26 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcryptsetup12 armhf 2:2.5.0-2ubuntu1 [195 kB]
13:17:36 Get:27 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfdisk1 armhf 2.38-4ubuntu1 [186 kB]
13:17:36 Get:28 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libkmod2 armhf 30+20220630-3ubuntu1 [41.3 kB]
13:17:36 Get:29 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libapparmor1 armhf 3.0.7-1ubuntu2 [32.3 kB]
13:17:36 Get:30 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libip4tc2 armhf 1.8.7-1ubuntu6 [17.5 kB]
13:17:36 Get:31 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsystemd-shared armhf 251.4-1ubuntu7 [1609 kB]
13:17:36 Get:32 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf systemd armhf 251.4-1ubuntu7 [2785 kB]
13:17:36 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
13:17:36 124 added, 0 removed; done.
13:17:36 Running hooks in /etc/ca-certificates/update.d...
13:17:36 done.
13:17:36 + apt-key add -
13:17:36 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
13:17:36 Warning: apt-key output should not be parsed (stdout is not a terminal)
13:17:36 Get:33 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf systemd-sysv armhf 251.4-1ubuntu7 [11.2 kB]
13:17:36 Get:34 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf openssl armhf 3.0.5-2ubuntu2.1 [1147 kB]
13:17:36 Get:35 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf ca-certificates all 20211016ubuntu0.22.10.1 [143 kB]
13:17:36 Get:36 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libdbus-1-3 armhf 1.14.0-2ubuntu3 [182 kB]
13:17:36 Get:37 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-bin armhf 1.14.0-2ubuntu3 [37.6 kB]
13:17:36 Get:38 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-session-bus-common all 1.14.0-2ubuntu3 [73.0 kB]
13:17:36 Get:39 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-daemon armhf 1.14.0-2ubuntu3 [109 kB]
13:17:36 Get:40 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-system-bus-common all 1.14.0-2ubuntu3 [74.2 kB]
13:17:36 Get:41 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus armhf 1.14.0-2ubuntu3 [28.0 kB]
13:17:36 Get:42 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf distro-info-data all 0.54ubuntu0.1 [5242 B]
13:17:36 Get:43 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libglib2.0-0 armhf 2.74.3-0ubuntu1 [1342 kB]
13:17:36 OK
13:17:36 Get:44 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgirepository-1.0-1 armhf 1.74.0-2 [91.8 kB]
13:17:36 Get:45 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gir1.2-glib-2.0 armhf 1.74.0-2 [178 kB]
13:17:36 Get:46 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf iso-codes all 4.11.0-1 [3352 kB]
13:17:36 Get:47 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcap2-bin armhf 1:2.44-1build3 [25.3 kB]
13:17:36 Get:48 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libelf1 armhf 0.187-4 [43.8 kB]
13:17:36 Get:49 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libglib2.0-data all 2.74.3-0ubuntu1 [19.0 kB]
13:17:36 Get:50 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libicu71 armhf 71.1-3ubuntu1 [10.3 MB]
13:17:36 + '[' bionic = sid ']'
13:17:36 ++ dpkg --print-architecture
13:17:36 + ARCH=armhf
13:17:36 + echo 'deb [arch=armhf] https://download.docker.com/linux/ubuntu bionic test'
13:17:36 + apt-get update
13:17:37 Get:1 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB]
13:17:37 Get:2 https://download.docker.com/linux/ubuntu bionic/test armhf Packages [61.5 kB]
13:17:37 Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
13:17:37 Get:51 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpam-systemd armhf 251.4-1ubuntu7 [188 kB]
13:17:37 Get:52 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libxml2 armhf 2.9.14+dfsg-1ubuntu0.1 [589 kB]
13:17:37 Get:53 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libyaml-0-2 armhf 0.2.5-1 [46.4 kB]
13:17:37 Get:54 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf lsb-release all 11.2ubuntu1 [11.1 kB]
13:17:37 Get:55 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python-apt-common all 2.4.0+22.10 [14.8 kB]
13:17:37 Get:56 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3-apt armhf 2.4.0+22.10 [149 kB]
13:17:37 Get:57 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-dbus armhf 1.2.18-3build1 [92.6 kB]
13:17:37 Get:58 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-gi armhf 3.42.2-2 [211 kB]
13:17:37 Get:59 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3-pkg-resources all 59.6.0-1.2ubuntu0.22.10.1 [132 kB]
13:17:37 Get:60 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnghttp2-14 armhf 1.49.0-1 [67.9 kB]
13:17:37 Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
13:17:37 Hit:5 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
13:17:37 Hit:6 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
13:17:37 Get:61 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpsl5 armhf 0.21.0-1.2build2 [56.9 kB]
13:17:37 Get:62 http://ports.ubuntu.com/ubuntu-ports kinetic/universe armhf apt-transport-https all 2.5.3 [1502 B]
13:17:37 Get:63 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libbrotli1 armhf 1.0.9-2build6 [306 kB]
13:17:37 Get:64 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsasl2-modules-db armhf 2.1.28+dfsg-6ubuntu2 [18.7 kB]
13:17:37 Get:65 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsasl2-2 armhf 2.1.28+dfsg-6ubuntu2 [52.4 kB]
13:17:37 Get:66 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libldap-2.5-0 armhf 2.5.13+dfsg-1ubuntu1 [160 kB]
13:17:37 Get:67 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB]
13:17:37 Get:68 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libssh-4 armhf 0.9.6-2build1 [165 kB]
13:17:37 Get:69 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libcurl4 armhf 7.85.0-1ubuntu0.2 [252 kB]
13:17:37 Get:70 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf curl armhf 7.85.0-1ubuntu0.2 [192 kB]
13:17:37 Get:71 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libassuan0 armhf 2.5.5-4 [30.4 kB]
13:17:37 Get:72 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpgconf armhf 2.2.35-3ubuntu1 [117 kB]
13:17:37 Get:73 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libksba8 armhf 1.6.0-3ubuntu1.1 [99.3 kB]
13:17:37 Get:74 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnpth0 armhf 1.6-3build2 [7230 B]
13:17:37 Get:75 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dirmngr armhf 2.2.35-3ubuntu1 [329 kB]
13:17:37 Get:76 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpackagekit-glib2-18 armhf 1.2.5-2ubuntu2 [109 kB]
13:17:37 Get:77 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.5-2ubuntu2 [25.3 kB]
13:17:37 Get:78 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gnupg-l10n all 2.2.35-3ubuntu1 [53.8 kB]
13:17:37 Get:79 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gnupg-utils armhf 2.2.35-3ubuntu1 [456 kB]
13:17:37 Fetched 126 kB in 1s (174 kB/s)
13:17:37 Get:80 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg armhf 2.2.35-3ubuntu1 [481 kB]
13:17:37 Get:81 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf pinentry-curses armhf 1.2.0-2ubuntu1 [36.2 kB]
13:17:37 Get:82 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg-agent armhf 2.2.35-3ubuntu1 [234 kB]
13:17:37 Get:83 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg-wks-client armhf 2.2.35-3ubuntu1 [88.1 kB]
13:17:37 Get:84 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg-wks-server armhf 2.2.35-3ubuntu1 [81.7 kB]
13:17:37 Get:85 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpgsm armhf 2.2.35-3ubuntu1 [211 kB]
13:17:37 Get:86 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gnupg all 2.2.35-3ubuntu1 [318 kB]
13:17:37 Get:87 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libcurl3-gnutls armhf 7.85.0-1ubuntu0.2 [247 kB]
13:17:37 Get:88 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libstemmer0d armhf 2.2.0-1build1 [136 kB]
13:17:37 Get:89 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxmlb2 armhf 0.3.8-1 [54.6 kB]
13:17:37 Get:90 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libappstream4 armhf 0.15.5-1 [169 kB]
13:17:37 Get:91 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdw1 armhf 0.187-4 [223 kB]
13:17:37 Get:92 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libglib2.0-bin armhf 2.74.3-0ubuntu1 [88.2 kB]
13:17:37 Get:93 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libunwind8 armhf 1.6.2-0ubuntu1 [49.6 kB]
13:17:37 Get:94 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgstreamer1.0-0 armhf 1.20.3-1 [925 kB]
13:17:37 Get:95 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpolkit-gobject-1-0 armhf 0.105-33 [37.6 kB]
13:17:37 Get:96 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpolkit-agent-1-0 armhf 0.105-33 [14.1 kB]
13:17:37 Get:97 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf polkitd armhf 0.105-33 [72.9 kB]
13:17:37 Get:98 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf pkexec armhf 0.105-33 [14.5 kB]
13:17:37 Get:99 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf policykit-1 armhf 0.105-33 [2426 B]
13:17:37 Get:100 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-blinker all 1.4+dfsg1-0.5 [14.0 kB]
13:17:37 Get:101 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-cffi-backend armhf 1.15.1-1 [66.0 kB]
13:17:38 Get:102 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-cryptography armhf 3.4.8-2 [217 kB]
13:17:38 Get:103 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-pyparsing all 3.0.7-2 [82.6 kB]
13:17:38 Get:104 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-httplib2 all 0.20.4-2 [29.8 kB]
13:17:38 Get:105 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-more-itertools all 8.10.0-2 [47.9 kB]
13:17:38 Get:106 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-zipp all 1.0.0-4 [5548 B]
13:17:38 Get:107 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-importlib-metadata all 4.6.4-1 [16.2 kB]
13:17:38 Get:108 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-jeepney all 0.8.0-1 [35.2 kB]
13:17:38 Get:109 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-jwt all 2.4.0-1 [17.4 kB]
13:17:38 Get:110 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-secretstorage all 3.3.3-1ubuntu1 [13.6 kB]
13:17:38 Get:111 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-keyring all 23.8.2-1 [37.3 kB]
13:17:38 Get:112 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-lazr.uri all 1.0.6-2 [14.4 kB]
13:17:38 Get:113 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-wadllib all 1.3.6-1 [36.4 kB]
13:17:38 Get:114 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-distro all 1.7.0-1 [17.0 kB]
13:17:38 Get:115 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-oauthlib all 3.2.0-1ubuntu1 [89.8 kB]
13:17:38 Get:116 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-six all 1.16.0-4 [12.4 kB]
13:17:38 Get:117 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
13:17:38 Get:118 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-launchpadlib all 1.10.16-1 [125 kB]
13:17:38 Reading package lists...
13:17:38 ++ find deb/debbuild/ubuntu-bionic/ -type f -name '*.deb'
13:17:38 + packages='deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb
13:17:38 deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb
13:17:38 deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_armhf.deb
13:17:38 deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb
13:17:38 deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'
13:17:38 ++ echo 'deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb
13:17:38 deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb
13:17:38 deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_armhf.deb
13:17:38 deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb
13:17:38 deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'
13:17:38 ++ xargs
13:17:38 ++ awk '$0="./"$0'
13:17:38 + packages='./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'
13:17:38 + set -x
13:17:38 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb
13:17:38 Selecting previously unselected package docker-buildx-plugin.
13:17:38 (Reading database ... 6932 files and directories currently installed.)
13:17:38 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb ...
13:17:38 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.18.04~bionic) ...
13:17:39 Get:119 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-software-properties all 0.99.27 [28.9 kB]
13:17:39 Get:120 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf packagekit armhf 1.2.5-2ubuntu2 [422 kB]
13:17:39 Get:121 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf software-properties-common all 0.99.27 [13.9 kB]
13:17:39 Get:122 http://ports.ubuntu.com/ubuntu-ports kinetic/universe armhf gnupg2 all 2.2.35-3ubuntu1 [4462 B]
13:17:39 debconf: delaying package configuration, since apt-utils is not installed
13:17:39 Fetched 39.1 MB in 4s (9060 kB/s)
13:17:39 Selecting previously unselected package libssl3:armhf.
13:17: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 ... 4394 files and directories currently installed.)
13:17:39 Preparing to unpack .../libssl3_3.0.5-2ubuntu2.1_armhf.deb ...
13:17:39 Unpacking libssl3:armhf (3.0.5-2ubuntu2.1) ...
13:17:39 Selecting previously unselected package libpython3.10-minimal:armhf.
13:17:39 Preparing to unpack .../libpython3.10-minimal_3.10.7-1ubuntu0.2_armhf.deb ...
13:17:39 Unpacking libpython3.10-minimal:armhf (3.10.7-1ubuntu0.2) ...
13:17:39 Selecting previously unselected package libexpat1:armhf.
13:17:39 Preparing to unpack .../libexpat1_2.4.8-2ubuntu0.22.10.1_armhf.deb ...
13:17:39 Unpacking libexpat1:armhf (2.4.8-2ubuntu0.22.10.1) ...
13:17:39 Selecting previously unselected package python3.10-minimal.
13:17:39 Preparing to unpack .../python3.10-minimal_3.10.7-1ubuntu0.2_armhf.deb ...
13:17:39 Unpacking python3.10-minimal (3.10.7-1ubuntu0.2) ...
13:17:39 Setting up libssl3:armhf (3.0.5-2ubuntu2.1) ...
13:17:39 Setting up libpython3.10-minimal:armhf (3.10.7-1ubuntu0.2) ...
13:17:39 Setting up libexpat1:armhf (2.4.8-2ubuntu0.22.10.1) ...
13:17:39 Setting up python3.10-minimal (3.10.7-1ubuntu0.2) ...
13:17:39 Selecting previously unselected package docker-ce-rootless-extras.
13:17:39 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb ...
13:17:39 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
13:17:40 Selecting previously unselected package docker-compose-plugin.
13:17:40 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_armhf.deb ...
13:17:40 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.18.04~bionic) ...
13:17:40 Selecting previously unselected package python3-minimal.
13:17:40 (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 ... 4707 files and directories currently installed.)
13:17:40 Preparing to unpack .../00-python3-minimal_3.10.6-1_armhf.deb ...
13:17:40 Unpacking python3-minimal (3.10.6-1) ...
13:17:40 Selecting previously unselected package media-types.
13:17:40 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
13:17:40 Unpacking media-types (8.0.0) ...
13:17:40 Selecting previously unselected package libmpdec3:armhf.
13:17:40 Preparing to unpack .../02-libmpdec3_2.5.1-2build2_armhf.deb ...
13:17:40 Unpacking libmpdec3:armhf (2.5.1-2build2) ...
13:17:40 Selecting previously unselected package libkrb5support0:armhf.
13:17:40 Preparing to unpack .../03-libkrb5support0_1.20-1ubuntu0.1_armhf.deb ...
13:17:40 Unpacking libkrb5support0:armhf (1.20-1ubuntu0.1) ...
13:17:40 Selecting previously unselected package libk5crypto3:armhf.
13:17:40 Preparing to unpack .../04-libk5crypto3_1.20-1ubuntu0.1_armhf.deb ...
13:17:40 Unpacking libk5crypto3:armhf (1.20-1ubuntu0.1) ...
13:17:40 Selecting previously unselected package libkeyutils1:armhf.
13:17:40 Preparing to unpack .../05-libkeyutils1_1.6.3-1_armhf.deb ...
13:17:40 Unpacking libkeyutils1:armhf (1.6.3-1) ...
13:17:40 Selecting previously unselected package libkrb5-3:armhf.
13:17:40 Preparing to unpack .../06-libkrb5-3_1.20-1ubuntu0.1_armhf.deb ...
13:17:40 Unpacking libkrb5-3:armhf (1.20-1ubuntu0.1) ...
13:17:40 Selecting previously unselected package libgssapi-krb5-2:armhf.
13:17:40 Preparing to unpack .../07-libgssapi-krb5-2_1.20-1ubuntu0.1_armhf.deb ...
13:17:40 Unpacking libgssapi-krb5-2:armhf (1.20-1ubuntu0.1) ...
13:17:40 Selecting previously unselected package libtirpc-common.
13:17:40 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
13:17:40 Unpacking libtirpc-common (1.3.3+ds-1) ...
13:17:40 Selecting previously unselected package libtirpc3:armhf.
13:17:40 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_armhf.deb ...
13:17:40 Unpacking libtirpc3:armhf (1.3.3+ds-1) ...
13:17:40 Selecting previously unselected package libnsl2:armhf.
13:17:40 Preparing to unpack .../10-libnsl2_1.3.0-2build2_armhf.deb ...
13:17:40 Unpacking libnsl2:armhf (1.3.0-2build2) ...
13:17:40 Selecting previously unselected package readline-common.
13:17:40 Preparing to unpack .../11-readline-common_8.2-1_all.deb ...
13:17:40 Unpacking readline-common (8.2-1) ...
13:17:40 Selecting previously unselected package libreadline8:armhf.
13:17:40 Preparing to unpack .../12-libreadline8_8.2-1_armhf.deb ...
13:17:40 Unpacking libreadline8:armhf (8.2-1) ...
13:17:40 Selecting previously unselected package libsqlite3-0:armhf.
13:17:40 Preparing to unpack .../13-libsqlite3-0_3.39.3-1_armhf.deb ...
13:17:40 Unpacking libsqlite3-0:armhf (3.39.3-1) ...
13:17:40 Selecting previously unselected package libpython3.10-stdlib:armhf.
13:17:40 Preparing to unpack .../14-libpython3.10-stdlib_3.10.7-1ubuntu0.2_armhf.deb ...
13:17:40 Unpacking libpython3.10-stdlib:armhf (3.10.7-1ubuntu0.2) ...
13:17:40 Selecting previously unselected package python3.10.
13:17:40 Preparing to unpack .../15-python3.10_3.10.7-1ubuntu0.2_armhf.deb ...
13:17:40 Unpacking python3.10 (3.10.7-1ubuntu0.2) ...
13:17:40 Selecting previously unselected package libpython3-stdlib:armhf.
13:17:40 Preparing to unpack .../16-libpython3-stdlib_3.10.6-1_armhf.deb ...
13:17:40 Unpacking libpython3-stdlib:armhf (3.10.6-1) ...
13:17:40 Setting up python3-minimal (3.10.6-1) ...
13:17:40 Selecting previously unselected package python3.
13:17:40 (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 ... 5189 files and directories currently installed.)
13:17:40 Preparing to unpack .../00-python3_3.10.6-1_armhf.deb ...
13:17:40 Unpacking python3 (3.10.6-1) ...
13:17:40 Selecting previously unselected package libargon2-1:armhf.
13:17:40 Preparing to unpack .../01-libargon2-1_0~20171227-0.3_armhf.deb ...
13:17:40 Unpacking libargon2-1:armhf (0~20171227-0.3) ...
13:17:40 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:17:40 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_armhf.deb ...
13:17:40 Unpacking libdevmapper1.02.1:armhf (2:1.02.185-1ubuntu1) ...
13:17:41 Selecting previously unselected package libjson-c5:armhf.
13:17:41 Preparing to unpack .../03-libjson-c5_0.16-1_armhf.deb ...
13:17:41 Unpacking libjson-c5:armhf (0.16-1) ...
13:17:41 Selecting previously unselected package libcryptsetup12:armhf.
13:17:41 Preparing to unpack .../04-libcryptsetup12_2%3a2.5.0-2ubuntu1_armhf.deb ...
13:17:41 Unpacking libcryptsetup12:armhf (2:2.5.0-2ubuntu1) ...
13:17:41 Selecting previously unselected package libfdisk1:armhf.
13:17:41 Preparing to unpack .../05-libfdisk1_2.38-4ubuntu1_armhf.deb ...
13:17:41 Unpacking libfdisk1:armhf (2.38-4ubuntu1) ...
13:17:41 Selecting previously unselected package libkmod2:armhf.
13:17:41 Preparing to unpack .../06-libkmod2_30+20220630-3ubuntu1_armhf.deb ...
13:17:41 Unpacking libkmod2:armhf (30+20220630-3ubuntu1) ...
13:17:41 Selecting previously unselected package libapparmor1:armhf.
13:17:41 Preparing to unpack .../07-libapparmor1_3.0.7-1ubuntu2_armhf.deb ...
13:17:41 Unpacking libapparmor1:armhf (3.0.7-1ubuntu2) ...
13:17:41 Selecting previously unselected package libip4tc2:armhf.
13:17:41 Preparing to unpack .../08-libip4tc2_1.8.7-1ubuntu6_armhf.deb ...
13:17:41 Unpacking libip4tc2:armhf (1.8.7-1ubuntu6) ...
13:17:41 Selecting previously unselected package libsystemd-shared:armhf.
13:17:41 Preparing to unpack .../09-libsystemd-shared_251.4-1ubuntu7_armhf.deb ...
13:17:41 Unpacking libsystemd-shared:armhf (251.4-1ubuntu7) ...
13:17:41 Selecting previously unselected package systemd.
13:17:41 Preparing to unpack .../10-systemd_251.4-1ubuntu7_armhf.deb ...
13:17:41 Selecting previously unselected package docker-ce-cli.
13:17:41 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb ...
13:17:41 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
13:17:41 Unpacking systemd (251.4-1ubuntu7) ...
13:17:41 Setting up libargon2-1:armhf (0~20171227-0.3) ...
13:17:41 Setting up libdevmapper1.02.1:armhf (2:1.02.185-1ubuntu1) ...
13:17:41 Setting up libjson-c5:armhf (0.16-1) ...
13:17:41 Setting up libcryptsetup12:armhf (2:2.5.0-2ubuntu1) ...
13:17:41 Setting up libfdisk1:armhf (2.38-4ubuntu1) ...
13:17:41 Setting up libkmod2:armhf (30+20220630-3ubuntu1) ...
13:17:41 Setting up libapparmor1:armhf (3.0.7-1ubuntu2) ...
13:17:41 Setting up libip4tc2:armhf (1.8.7-1ubuntu6) ...
13:17:41 Setting up libsystemd-shared:armhf (251.4-1ubuntu7) ...
13:17:41 Setting up systemd (251.4-1ubuntu7) ...
13:17:41 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:17:41 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:17:41 Failed to enable unit, unit systemd-resolved.service does not exist.
13:17:41 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:17:41 Initializing machine ID from random generator.
13:17:41 Selecting previously unselected package systemd-sysv.
13:17: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 ... 6031 files and directories currently installed.)
13:17:41 Preparing to unpack .../00-systemd-sysv_251.4-1ubuntu7_armhf.deb ...
13:17:41 Unpacking systemd-sysv (251.4-1ubuntu7) ...
13:17:41 Selecting previously unselected package openssl.
13:17:41 Preparing to unpack .../01-openssl_3.0.5-2ubuntu2.1_armhf.deb ...
13:17:41 Unpacking openssl (3.0.5-2ubuntu2.1) ...
13:17:41 Selecting previously unselected package docker-ce.
13:17:41 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb ...
13:17:41 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
13:17:42 Selecting previously unselected package ca-certificates.
13:17:42 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.22.10.1_all.deb ...
13:17:42 Unpacking ca-certificates (20211016ubuntu0.22.10.1) ...
13:17:42 Selecting previously unselected package libdbus-1-3:armhf.
13:17:42 Preparing to unpack .../03-libdbus-1-3_1.14.0-2ubuntu3_armhf.deb ...
13:17:42 Unpacking libdbus-1-3:armhf (1.14.0-2ubuntu3) ...
13:17:42 Selecting previously unselected package dbus-bin.
13:17:42 Preparing to unpack .../04-dbus-bin_1.14.0-2ubuntu3_armhf.deb ...
13:17:42 Unpacking dbus-bin (1.14.0-2ubuntu3) ...
13:17:42 Selecting previously unselected package dbus-session-bus-common.
13:17:42 Preparing to unpack .../05-dbus-session-bus-common_1.14.0-2ubuntu3_all.deb ...
13:17:42 Unpacking dbus-session-bus-common (1.14.0-2ubuntu3) ...
13:17:42 Selecting previously unselected package dbus-daemon.
13:17:42 Preparing to unpack .../06-dbus-daemon_1.14.0-2ubuntu3_armhf.deb ...
13:17:42 Unpacking dbus-daemon (1.14.0-2ubuntu3) ...
13:17:42 Selecting previously unselected package dbus-system-bus-common.
13:17:42 Preparing to unpack .../07-dbus-system-bus-common_1.14.0-2ubuntu3_all.deb ...
13:17:42 Unpacking dbus-system-bus-common (1.14.0-2ubuntu3) ...
13:17:42 Selecting previously unselected package dbus.
13:17:42 Preparing to unpack .../08-dbus_1.14.0-2ubuntu3_armhf.deb ...
13:17:42 Unpacking dbus (1.14.0-2ubuntu3) ...
13:17:42 Selecting previously unselected package distro-info-data.
13:17:42 Preparing to unpack .../09-distro-info-data_0.54ubuntu0.1_all.deb ...
13:17:42 Unpacking distro-info-data (0.54ubuntu0.1) ...
13:17:42 Selecting previously unselected package libglib2.0-0:armhf.
13:17:42 Preparing to unpack .../10-libglib2.0-0_2.74.3-0ubuntu1_armhf.deb ...
13:17:42 Unpacking libglib2.0-0:armhf (2.74.3-0ubuntu1) ...
13:17:42 Selecting previously unselected package libgirepository-1.0-1:armhf.
13:17:42 Preparing to unpack .../11-libgirepository-1.0-1_1.74.0-2_armhf.deb ...
13:17:42 Unpacking libgirepository-1.0-1:armhf (1.74.0-2) ...
13:17:42 Selecting previously unselected package gir1.2-glib-2.0:armhf.
13:17:42 Preparing to unpack .../12-gir1.2-glib-2.0_1.74.0-2_armhf.deb ...
13:17:42 Unpacking gir1.2-glib-2.0:armhf (1.74.0-2) ...
13:17:42 Selecting previously unselected package iso-codes.
13:17:42 Preparing to unpack .../13-iso-codes_4.11.0-1_all.deb ...
13:17:42 Unpacking iso-codes (4.11.0-1) ...
13:17:42 Selecting previously unselected package libcap2-bin.
13:17:42 Preparing to unpack .../14-libcap2-bin_1%3a2.44-1build3_armhf.deb ...
13:17:42 Unpacking libcap2-bin (1:2.44-1build3) ...
13:17:42 Selecting previously unselected package libelf1:armhf.
13:17:42 Preparing to unpack .../15-libelf1_0.187-4_armhf.deb ...
13:17:42 Unpacking libelf1:armhf (0.187-4) ...
13:17:42 Selecting previously unselected package libglib2.0-data.
13:17:42 Preparing to unpack .../16-libglib2.0-data_2.74.3-0ubuntu1_all.deb ...
13:17:42 Unpacking libglib2.0-data (2.74.3-0ubuntu1) ...
13:17:42 Selecting previously unselected package libicu71:armhf.
13:17:42 Preparing to unpack .../17-libicu71_71.1-3ubuntu1_armhf.deb ...
13:17:42 Unpacking libicu71:armhf (71.1-3ubuntu1) ...
13:17:42 Selecting previously unselected package libpam-systemd:armhf.
13:17:42 Preparing to unpack .../18-libpam-systemd_251.4-1ubuntu7_armhf.deb ...
13:17:42 Unpacking libpam-systemd:armhf (251.4-1ubuntu7) ...
13:17:42 Selecting previously unselected package libxml2:armhf.
13:17:42 Preparing to unpack .../19-libxml2_2.9.14+dfsg-1ubuntu0.1_armhf.deb ...
13:17:42 Unpacking libxml2:armhf (2.9.14+dfsg-1ubuntu0.1) ...
13:17:42 Selecting previously unselected package libyaml-0-2:armhf.
13:17:42 Preparing to unpack .../20-libyaml-0-2_0.2.5-1_armhf.deb ...
13:17:42 Unpacking libyaml-0-2:armhf (0.2.5-1) ...
13:17:42 Selecting previously unselected package lsb-release.
13:17:42 Preparing to unpack .../21-lsb-release_11.2ubuntu1_all.deb ...
13:17:42 Unpacking lsb-release (11.2ubuntu1) ...
13:17:43 Selecting previously unselected package python-apt-common.
13:17:43 Preparing to unpack .../22-python-apt-common_2.4.0+22.10_all.deb ...
13:17:43 Unpacking python-apt-common (2.4.0+22.10) ...
13:17:43 Selecting previously unselected package python3-apt.
13:17:43 Preparing to unpack .../23-python3-apt_2.4.0+22.10_armhf.deb ...
13:17:43 Unpacking python3-apt (2.4.0+22.10) ...
13:17:43 Selecting previously unselected package python3-dbus.
13:17:43 Preparing to unpack .../24-python3-dbus_1.2.18-3build1_armhf.deb ...
13:17:43 Unpacking python3-dbus (1.2.18-3build1) ...
13:17:43 Selecting previously unselected package python3-gi.
13:17:43 Preparing to unpack .../25-python3-gi_3.42.2-2_armhf.deb ...
13:17:43 Unpacking python3-gi (3.42.2-2) ...
13:17:43 Selecting previously unselected package python3-pkg-resources.
13:17:43 Preparing to unpack .../26-python3-pkg-resources_59.6.0-1.2ubuntu0.22.10.1_all.deb ...
13:17:43 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
13:17:43 Selecting previously unselected package libnghttp2-14:armhf.
13:17:43 Preparing to unpack .../27-libnghttp2-14_1.49.0-1_armhf.deb ...
13:17:43 Unpacking libnghttp2-14:armhf (1.49.0-1) ...
13:17:43 Selecting previously unselected package libpsl5:armhf.
13:17:43 Preparing to unpack .../28-libpsl5_0.21.0-1.2build2_armhf.deb ...
13:17:43 Unpacking libpsl5:armhf (0.21.0-1.2build2) ...
13:17:43 Selecting previously unselected package apt-transport-https.
13:17:43 Preparing to unpack .../29-apt-transport-https_2.5.3_all.deb ...
13:17:43 Unpacking apt-transport-https (2.5.3) ...
13:17:43 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.18.04~bionic) ...
13:17:43 Setting up docker-compose-plugin (2.16.0-1~ubuntu.18.04~bionic) ...
13:17:43 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
13:17:43 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
13:17:43 invoke-rc.d: could not determine current runlevel
13:17:43 invoke-rc.d: policy-rc.d denied execution of start.
13:17:43 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:17:43  docker-ce-rootless-extras depends on dbus-user-session; however:
13:17:43   Package dbus-user-session is not installed.
13:17:43 
13:17:43 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
13:17:43 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.16.0-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb
13:17:43 Selecting previously unselected package libbrotli1:armhf.
13:17:43 Preparing to unpack .../30-libbrotli1_1.0.9-2build6_armhf.deb ...
13:17:43 Unpacking libbrotli1:armhf (1.0.9-2build6) ...
13:17:43 Selecting previously unselected package libsasl2-modules-db:armhf.
13:17:43 Preparing to unpack .../31-libsasl2-modules-db_2.1.28+dfsg-6ubuntu2_armhf.deb ...
13:17:43 Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg-6ubuntu2) ...
13:17:43 Selecting previously unselected package libsasl2-2:armhf.
13:17:43 Preparing to unpack .../32-libsasl2-2_2.1.28+dfsg-6ubuntu2_armhf.deb ...
13:17:43 Unpacking libsasl2-2:armhf (2.1.28+dfsg-6ubuntu2) ...
13:17:43 Selecting previously unselected package libldap-2.5-0:armhf.
13:17:43 Preparing to unpack .../33-libldap-2.5-0_2.5.13+dfsg-1ubuntu1_armhf.deb ...
13:17:43 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-1ubuntu1) ...
13:17:43 Selecting previously unselected package librtmp1:armhf.
13:17:43 Preparing to unpack .../34-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ...
13:17:43 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
13:17:43 Selecting previously unselected package libssh-4:armhf.
13:17:43 Preparing to unpack .../35-libssh-4_0.9.6-2build1_armhf.deb ...
13:17:43 Unpacking libssh-4:armhf (0.9.6-2build1) ...
13:17:43 Selecting previously unselected package libcurl4:armhf.
13:17:43 Preparing to unpack .../36-libcurl4_7.85.0-1ubuntu0.2_armhf.deb ...
13:17:43 Unpacking libcurl4:armhf (7.85.0-1ubuntu0.2) ...
13:17:43 Selecting previously unselected package curl.
13:17:43 Preparing to unpack .../37-curl_7.85.0-1ubuntu0.2_armhf.deb ...
13:17:43 Unpacking curl (7.85.0-1ubuntu0.2) ...
13:17:43 Selecting previously unselected package libassuan0:armhf.
13:17:43 Preparing to unpack .../38-libassuan0_2.5.5-4_armhf.deb ...
13:17:43 Unpacking libassuan0:armhf (2.5.5-4) ...
13:17:43 Selecting previously unselected package gpgconf.
13:17:43 Preparing to unpack .../39-gpgconf_2.2.35-3ubuntu1_armhf.deb ...
13:17:43 Unpacking gpgconf (2.2.35-3ubuntu1) ...
13:17:43 Selecting previously unselected package libksba8:armhf.
13:17:43 Preparing to unpack .../40-libksba8_1.6.0-3ubuntu1.1_armhf.deb ...
13:17:43 Unpacking libksba8:armhf (1.6.0-3ubuntu1.1) ...
13:17:43 Selecting previously unselected package libnpth0:armhf.
13:17:43 Preparing to unpack .../41-libnpth0_1.6-3build2_armhf.deb ...
13:17:43 Unpacking libnpth0:armhf (1.6-3build2) ...
13:17:43 Selecting previously unselected package dirmngr.
13:17:43 Preparing to unpack .../42-dirmngr_2.2.35-3ubuntu1_armhf.deb ...
13:17:43 Unpacking dirmngr (2.2.35-3ubuntu1) ...
13:17:43 Selecting previously unselected package libpackagekit-glib2-18:armhf.
13:17:43 Preparing to unpack .../43-libpackagekit-glib2-18_1.2.5-2ubuntu2_armhf.deb ...
13:17:43 Unpacking libpackagekit-glib2-18:armhf (1.2.5-2ubuntu2) ...
13:17:43 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:17:43 Preparing to unpack .../44-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_armhf.deb ...
13:17:43 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
13:17:43 Selecting previously unselected package gnupg-l10n.
13:17:43 Preparing to unpack .../45-gnupg-l10n_2.2.35-3ubuntu1_all.deb ...
13:17:43 Unpacking gnupg-l10n (2.2.35-3ubuntu1) ...
13:17:43 Selecting previously unselected package gnupg-utils.
13:17:43 Preparing to unpack .../46-gnupg-utils_2.2.35-3ubuntu1_armhf.deb ...
13:17:43 Unpacking gnupg-utils (2.2.35-3ubuntu1) ...
13:17:43 Selecting previously unselected package gpg.
13:17:43 Preparing to unpack .../47-gpg_2.2.35-3ubuntu1_armhf.deb ...
13:17:43 Unpacking gpg (2.2.35-3ubuntu1) ...
13:17:43 Selecting previously unselected package pinentry-curses.
13:17:43 Preparing to unpack .../48-pinentry-curses_1.2.0-2ubuntu1_armhf.deb ...
13:17:43 Unpacking pinentry-curses (1.2.0-2ubuntu1) ...
13:17:43 Selecting previously unselected package gpg-agent.
13:17:43 Preparing to unpack .../49-gpg-agent_2.2.35-3ubuntu1_armhf.deb ...
13:17:43 Unpacking gpg-agent (2.2.35-3ubuntu1) ...
13:17:43 Selecting previously unselected package gpg-wks-client.
13:17:43 Preparing to unpack .../50-gpg-wks-client_2.2.35-3ubuntu1_armhf.deb ...
13:17:43 Unpacking gpg-wks-client (2.2.35-3ubuntu1) ...
13:17:43 Selecting previously unselected package gpg-wks-server.
13:17:43 Preparing to unpack .../51-gpg-wks-server_2.2.35-3ubuntu1_armhf.deb ...
13:17:43 Unpacking gpg-wks-server (2.2.35-3ubuntu1) ...
13:17:43 Selecting previously unselected package gpgsm.
13:17:43 Preparing to unpack .../52-gpgsm_2.2.35-3ubuntu1_armhf.deb ...
13:17:43 Unpacking gpgsm (2.2.35-3ubuntu1) ...
13:17:43 Selecting previously unselected package gnupg.
13:17:43 Preparing to unpack .../53-gnupg_2.2.35-3ubuntu1_all.deb ...
13:17:43 Unpacking gnupg (2.2.35-3ubuntu1) ...
13:17:43 Selecting previously unselected package libcurl3-gnutls:armhf.
13:17:44 Preparing to unpack .../54-libcurl3-gnutls_7.85.0-1ubuntu0.2_armhf.deb ...
13:17:44 Unpacking libcurl3-gnutls:armhf (7.85.0-1ubuntu0.2) ...
13:17:44 Selecting previously unselected package libstemmer0d:armhf.
13:17:44 Preparing to unpack .../55-libstemmer0d_2.2.0-1build1_armhf.deb ...
13:17:44 Unpacking libstemmer0d:armhf (2.2.0-1build1) ...
13:17:44 Selecting previously unselected package libxmlb2:armhf.
13:17:44 Preparing to unpack .../56-libxmlb2_0.3.8-1_armhf.deb ...
13:17:44 Unpacking libxmlb2:armhf (0.3.8-1) ...
13:17:44 Selecting previously unselected package libappstream4:armhf.
13:17:44 Preparing to unpack .../57-libappstream4_0.15.5-1_armhf.deb ...
13:17:44 Unpacking libappstream4:armhf (0.15.5-1) ...
13:17:44 Selecting previously unselected package libdw1:armhf.
13:17:44 Preparing to unpack .../58-libdw1_0.187-4_armhf.deb ...
13:17:44 Unpacking libdw1:armhf (0.187-4) ...
13:17:44 Selecting previously unselected package libglib2.0-bin.
13:17:44 Preparing to unpack .../59-libglib2.0-bin_2.74.3-0ubuntu1_armhf.deb ...
13:17:44 Unpacking libglib2.0-bin (2.74.3-0ubuntu1) ...
13:17:44 Selecting previously unselected package libunwind8:armhf.
13:17:44 Preparing to unpack .../60-libunwind8_1.6.2-0ubuntu1_armhf.deb ...
13:17:44 Unpacking libunwind8:armhf (1.6.2-0ubuntu1) ...
13:17:44 Selecting previously unselected package libgstreamer1.0-0:armhf.
13:17:44 Preparing to unpack .../61-libgstreamer1.0-0_1.20.3-1_armhf.deb ...
13:17:44 Unpacking libgstreamer1.0-0:armhf (1.20.3-1) ...
13:17:44 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb'.
13:17:44 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb'.
13:17:44 Selecting previously unselected package libpolkit-gobject-1-0:armhf.
13:17:44 Preparing to unpack .../62-libpolkit-gobject-1-0_0.105-33_armhf.deb ...
13:17:44 Unpacking libpolkit-gobject-1-0:armhf (0.105-33) ...
13:17:44 Selecting previously unselected package libpolkit-agent-1-0:armhf.
13:17:44 Preparing to unpack .../63-libpolkit-agent-1-0_0.105-33_armhf.deb ...
13:17:44 Unpacking libpolkit-agent-1-0:armhf (0.105-33) ...
13:17:44 Selecting previously unselected package polkitd.
13:17:44 Preparing to unpack .../64-polkitd_0.105-33_armhf.deb ...
13:17:44 Unpacking polkitd (0.105-33) ...
13:17:44 Selecting previously unselected package pkexec.
13:17:44 Preparing to unpack .../65-pkexec_0.105-33_armhf.deb ...
13:17:44 Unpacking pkexec (0.105-33) ...
13:17:44 Selecting previously unselected package policykit-1.
13:17:44 Preparing to unpack .../66-policykit-1_0.105-33_armhf.deb ...
13:17:44 Unpacking policykit-1 (0.105-33) ...
13:17:44 Selecting previously unselected package python3-blinker.
13:17:44 Preparing to unpack .../67-python3-blinker_1.4+dfsg1-0.5_all.deb ...
13:17:44 Unpacking python3-blinker (1.4+dfsg1-0.5) ...
13:17:44 Selecting previously unselected package python3-cffi-backend:armhf.
13:17:44 Preparing to unpack .../68-python3-cffi-backend_1.15.1-1_armhf.deb ...
13:17:44 Unpacking python3-cffi-backend:armhf (1.15.1-1) ...
13:17:44 Selecting previously unselected package python3-cryptography.
13:17:44 Preparing to unpack .../69-python3-cryptography_3.4.8-2_armhf.deb ...
13:17:44 Unpacking python3-cryptography (3.4.8-2) ...
13:17:44 Selecting previously unselected package python3-pyparsing.
13:17:44 Preparing to unpack .../70-python3-pyparsing_3.0.7-2_all.deb ...
13:17:44 Unpacking python3-pyparsing (3.0.7-2) ...
13:17:44 Selecting previously unselected package python3-httplib2.
13:17:44 Preparing to unpack .../71-python3-httplib2_0.20.4-2_all.deb ...
13:17:44 Unpacking python3-httplib2 (0.20.4-2) ...
13:17:44 Selecting previously unselected package python3-more-itertools.
13:17:44 Preparing to unpack .../72-python3-more-itertools_8.10.0-2_all.deb ...
13:17:44 Unpacking python3-more-itertools (8.10.0-2) ...
13:17:44 Selecting previously unselected package python3-zipp.
13:17:44 Preparing to unpack .../73-python3-zipp_1.0.0-4_all.deb ...
13:17:44 Unpacking python3-zipp (1.0.0-4) ...
13:17:44 Selecting previously unselected package python3-importlib-metadata.
13:17:44 Preparing to unpack .../74-python3-importlib-metadata_4.6.4-1_all.deb ...
13:17:44 Unpacking python3-importlib-metadata (4.6.4-1) ...
13:17:44 Selecting previously unselected package python3-jeepney.
13:17:44 Preparing to unpack .../75-python3-jeepney_0.8.0-1_all.deb ...
13:17:44 Unpacking python3-jeepney (0.8.0-1) ...
13:17:44 Selecting previously unselected package python3-jwt.
13:17:44 Preparing to unpack .../76-python3-jwt_2.4.0-1_all.deb ...
13:17:44 Unpacking python3-jwt (2.4.0-1) ...
13:17:44 Reading package lists...
13:17:44 Selecting previously unselected package python3-secretstorage.
13:17:44 Preparing to unpack .../77-python3-secretstorage_3.3.3-1ubuntu1_all.deb ...
13:17:44 Unpacking python3-secretstorage (3.3.3-1ubuntu1) ...
13:17:44 Selecting previously unselected package python3-keyring.
13:17:44 Preparing to unpack .../78-python3-keyring_23.8.2-1_all.deb ...
13:17:44 Unpacking python3-keyring (23.8.2-1) ...
13:17:44 Selecting previously unselected package python3-lazr.uri.
13:17:44 Preparing to unpack .../79-python3-lazr.uri_1.0.6-2_all.deb ...
13:17:44 Unpacking python3-lazr.uri (1.0.6-2) ...
13:17:44 Selecting previously unselected package python3-wadllib.
13:17:44 Preparing to unpack .../80-python3-wadllib_1.3.6-1_all.deb ...
13:17:44 Unpacking python3-wadllib (1.3.6-1) ...
13:17:44 Selecting previously unselected package python3-distro.
13:17:44 Preparing to unpack .../81-python3-distro_1.7.0-1_all.deb ...
13:17:44 Unpacking python3-distro (1.7.0-1) ...
13:17:44 Selecting previously unselected package python3-oauthlib.
13:17:44 Preparing to unpack .../82-python3-oauthlib_3.2.0-1ubuntu1_all.deb ...
13:17:44 Unpacking python3-oauthlib (3.2.0-1ubuntu1) ...
13:17:44 Selecting previously unselected package python3-six.
13:17:44 Preparing to unpack .../83-python3-six_1.16.0-4_all.deb ...
13:17:44 Unpacking python3-six (1.16.0-4) ...
13:17:44 Building dependency tree...
13:17:44 Reading state information...
13:17:44 Correcting dependencies... Done
13:17:45 Selecting previously unselected package python3-lazr.restfulclient.
13:17:45 Preparing to unpack .../84-python3-lazr.restfulclient_0.14.4-1_all.deb ...
13:17:45 Unpacking python3-lazr.restfulclient (0.14.4-1) ...
13:17:45 Selecting previously unselected package python3-launchpadlib.
13:17:45 Preparing to unpack .../85-python3-launchpadlib_1.10.16-1_all.deb ...
13:17:45 Unpacking python3-launchpadlib (1.10.16-1) ...
13:17:45 Selecting previously unselected package python3-software-properties.
13:17:45 Preparing to unpack .../86-python3-software-properties_0.99.27_all.deb ...
13:17:45 Unpacking python3-software-properties (0.99.27) ...
13:17:45 Selecting previously unselected package packagekit.
13:17:45 Preparing to unpack .../87-packagekit_1.2.5-2ubuntu2_armhf.deb ...
13:17:45 Unpacking packagekit (1.2.5-2ubuntu2) ...
13:17:45 Selecting previously unselected package software-properties-common.
13:17:45 Preparing to unpack .../88-software-properties-common_0.99.27_all.deb ...
13:17:45 Unpacking software-properties-common (0.99.27) ...
13:17:45 Selecting previously unselected package gnupg2.
13:17:45 Preparing to unpack .../89-gnupg2_2.2.35-3ubuntu1_all.deb ...
13:17:45 Unpacking gnupg2 (2.2.35-3ubuntu1) ...
13:17:45 Skipping docker-ce, it is already installed and upgrade is not set.
13:17:45 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:17:45 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:17:45 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:17:45 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:17:45 The following additional packages will be installed:
13:17:45   containerd.io dbus dbus-user-session iptables libapparmor1 libargon2-0
13:17:45   libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
13:17:45   libiptc0 libjson-c3 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0
13:17:45   libpam-systemd libxtables12 multiarch-support systemd systemd-sysv
13:17:45 Suggested packages:
13:17:45   kmod systemd-container policykit-1
13:17:45 Recommended packages:
13:17:45   dmsetup networkd-dispatcher libnss-systemd
13:17:45 The following NEW packages will be installed:
13:17:45   containerd.io dbus dbus-user-session iptables libapparmor1 libargon2-0
13:17:45   libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
13:17:45   libiptc0 libjson-c3 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0
13:17:45   libpam-systemd libxtables12 multiarch-support systemd systemd-sysv
13:17:45 Setting up libksba8:armhf (1.6.0-3ubuntu1.1) ...
13:17:45 Setting up media-types (8.0.0) ...
13:17:45 Setting up libicu71:armhf (71.1-3ubuntu1) ...
13:17:45 Setting up systemd-sysv (251.4-1ubuntu7) ...
13:17:45 Setting up libkeyutils1:armhf (1.6.3-1) ...
13:17:45 Setting up libpsl5:armhf (0.21.0-1.2build2) ...
13:17:45 Setting up apt-transport-https (2.5.3) ...
13:17:45 Setting up libyaml-0-2:armhf (0.2.5-1) ...
13:17:45 Setting up libglib2.0-0:armhf (2.74.3-0ubuntu1) ...
13:17:45 No schema files found: doing nothing.
13:17:45 Setting up distro-info-data (0.54ubuntu0.1) ...
13:17:45 Setting up libtirpc-common (1.3.3+ds-1) ...
13:17:45 Setting up libxmlb2:armhf (0.3.8-1) ...
13:17:45 Setting up libbrotli1:armhf (1.0.9-2build6) ...
13:17:45 Setting up libsqlite3-0:armhf (3.39.3-1) ...
13:17:45 Setting up libnghttp2-14:armhf (1.49.0-1) ...
13:17:45 Setting up libpackagekit-glib2-18:armhf (1.2.5-2ubuntu2) ...
13:17:45 Setting up libnpth0:armhf (1.6-3build2) ...
13:17:45 Setting up libassuan0:armhf (2.5.5-4) ...
13:17:45 Setting up libunwind8:armhf (1.6.2-0ubuntu1) ...
13:17:45 Setting up libkrb5support0:armhf (1.20-1ubuntu0.1) ...
13:17:45 Setting up libsasl2-modules-db:armhf (2.1.28+dfsg-6ubuntu2) ...
13:17:45 Setting up libcap2-bin (1:2.44-1build3) ...
13:17:45 Setting up libglib2.0-data (2.74.3-0ubuntu1) ...
13:17:45 Setting up gnupg-l10n (2.2.35-3ubuntu1) ...
13:17:45 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
13:17:45 Setting up libdbus-1-3:armhf (1.14.0-2ubuntu3) ...
13:17:45 Setting up libk5crypto3:armhf (1.20-1ubuntu0.1) ...
13:17:45 Setting up libsasl2-2:armhf (2.1.28+dfsg-6ubuntu2) ...
13:17:45 Setting up python-apt-common (2.4.0+22.10) ...
13:17:45 Setting up dbus-session-bus-common (1.14.0-2ubuntu3) ...
13:17:45 Setting up libmpdec3:armhf (2.5.1-2build2) ...
13:17:45 Setting up libgirepository-1.0-1:armhf (1.74.0-2) ...
13:17:45 Setting up libkrb5-3:armhf (1.20-1ubuntu0.1) ...
13:17:45 Setting up libstemmer0d:armhf (2.2.0-1build1) ...
13:17:45 Setting up dbus-system-bus-common (1.14.0-2ubuntu3) ...
13:17:45 Setting up openssl (3.0.5-2ubuntu2.1) ...
13:17:45 Setting up libelf1:armhf (0.187-4) ...
13:17:45 Setting up readline-common (8.2-1) ...
13:17:45 Setting up libxml2:armhf (2.9.14+dfsg-1ubuntu0.1) ...
13:17:45 Setting up iso-codes (4.11.0-1) ...
13:17:45 Setting up dbus-bin (1.14.0-2ubuntu3) ...
13:17:45 Setting up libpolkit-gobject-1-0:armhf (0.105-33) ...
13:17:45 Setting up pinentry-curses (1.2.0-2ubuntu1) ...
13:17:45 0 upgraded, 23 newly installed, 0 to remove and 5 not upgraded.
13:17:45 Need to get 24.2 MB of archives.
13:17:45 After this operation, 104 MB of additional disk space will be used.
13:17:45 Get:1 https://download.docker.com/linux/ubuntu bionic/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
13:17:45 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libcap2 armhf 1:2.25-1.2 [11.7 kB]
13:17:45 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libargon2-0 armhf 0~20161029-1.1 [20.4 kB]
13:17:45 Get:4 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:17:45 Setting up libdw1:armhf (0.187-4) ...
13:17:45 Setting up libreadline8:armhf (8.2-1) ...
13:17:45 Setting up libglib2.0-bin (2.74.3-0ubuntu1) ...
13:17:45 Setting up dbus-daemon (1.14.0-2ubuntu3) ...
13:17:45 Setting up libldap-2.5-0:armhf (2.5.13+dfsg-1ubuntu1) ...
13:17:45 Setting up ca-certificates (20211016ubuntu0.22.10.1) ...
13:17:45 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libjson-c3 armhf 0.12.1-1.3ubuntu0.3 [19.9 kB]
13:17:45 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libcryptsetup12 armhf 2:2.0.2-1ubuntu1.2 [119 kB]
13:17:45 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libidn11 armhf 1.33-2.1ubuntu1.2 [42.7 kB]
13:17:45 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libip4tc0 armhf 1.6.1-2ubuntu2 [17.8 kB]
13:17:45 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libapparmor1 armhf 2.12-4ubuntu5.1 [27.1 kB]
13:17:45 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkmod2 armhf 24-1ubuntu3.5 [34.5 kB]
13:17:45 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf systemd armhf 237-3ubuntu10.56 [2743 kB]
13:17:46 Updating certificates in /etc/ssl/certs...
13:17:46 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf systemd-sysv armhf 237-3ubuntu10.56 [11.8 kB]
13:17:46 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf multiarch-support armhf 2.27-3ubuntu1.6 [6956 B]
13:17:46 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnfnetlink0 armhf 1.0.1-3 [11.6 kB]
13:17:46 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf dbus armhf 1.12.2-1ubuntu1.4 [132 kB]
13:17:46 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmnl0 armhf 1.0.4-2 [11.1 kB]
13:17:46 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpam-systemd armhf 237-3ubuntu10.56 [95.0 kB]
13:17:46 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxtables12 armhf 1.6.1-2ubuntu2 [25.4 kB]
13:17:46 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libip6tc0 armhf 1.6.1-2ubuntu2 [18.0 kB]
13:17:46 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libiptc0 armhf 1.6.1-2ubuntu2 [9396 B]
13:17:46 124 added, 0 removed; done.
13:17:46 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnetfilter-conntrack3 armhf 1.0.6-2 [31.4 kB]
13:17:46 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf iptables armhf 1.6.1-2ubuntu2 [240 kB]
13:17:46 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf dbus-user-session armhf 1.12.2-1ubuntu1.4 [9388 B]
13:17:46 Setting up dbus (1.14.0-2ubuntu3) ...
13:17:46 Setting up libgssapi-krb5-2:armhf (1.20-1ubuntu0.1) ...
13:17:46 Setting up gir1.2-glib-2.0:armhf (1.74.0-2) ...
13:17:46 Setting up libssh-4:armhf (0.9.6-2build1) ...
13:17:46 Setting up gpgconf (2.2.35-3ubuntu1) ...
13:17:46 Setting up libpam-systemd:armhf (251.4-1ubuntu7) ...
13:17:46 Setting up libcurl4:armhf (7.85.0-1ubuntu0.2) ...
13:17:46 Setting up libpolkit-agent-1-0:armhf (0.105-33) ...
13:17:46 Setting up curl (7.85.0-1ubuntu0.2) ...
13:17:46 Setting up polkitd (0.105-33) ...
13:17:46 Setting up gpg (2.2.35-3ubuntu1) ...
13:17:46 Setting up libgstreamer1.0-0:armhf (1.20.3-1) ...
13:17:46 debconf: delaying package configuration, since apt-utils is not installed
13:17:46 Fetched 24.2 MB in 1s (19.8 MB/s)
13:17:46 Selecting previously unselected package libcap2:armhf.
13:17:46 (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 ... 7159 files and directories currently installed.)
13:17:46 Preparing to unpack .../0-libcap2_1%3a2.25-1.2_armhf.deb ...
13:17:46 Unpacking libcap2:armhf (1:2.25-1.2) ...
13:17:46 Selecting previously unselected package libargon2-0:armhf.
13:17:46 Preparing to unpack .../1-libargon2-0_0~20161029-1.1_armhf.deb ...
13:17:46 Unpacking libargon2-0:armhf (0~20161029-1.1) ...
13:17:46 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:17:46 Preparing to unpack .../2-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_armhf.deb ...
13:17:46 Unpacking libdevmapper1.02.1:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:17:46 Selecting previously unselected package libjson-c3:armhf.
13:17:46 Preparing to unpack .../3-libjson-c3_0.12.1-1.3ubuntu0.3_armhf.deb ...
13:17:46 Unpacking libjson-c3:armhf (0.12.1-1.3ubuntu0.3) ...
13:17:46 Selecting previously unselected package libcryptsetup12:armhf.
13:17:46 Preparing to unpack .../4-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_armhf.deb ...
13:17:46 Unpacking libcryptsetup12:armhf (2:2.0.2-1ubuntu1.2) ...
13:17:46 Setcap worked! gst-ptp-helper is not suid!
13:17:46 Setting up gnupg-utils (2.2.35-3ubuntu1) ...
13:17:46 Setting up libtirpc3:armhf (1.3.3+ds-1) ...
13:17:46 Setting up gpg-agent (2.2.35-3ubuntu1) ...
13:17:46 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
13:17:46 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
13:17:46 Selecting previously unselected package libidn11:armhf.
13:17:46 Preparing to unpack .../5-libidn11_1.33-2.1ubuntu1.2_armhf.deb ...
13:17:46 Unpacking libidn11:armhf (1.33-2.1ubuntu1.2) ...
13:17:46 Selecting previously unselected package libip4tc0:armhf.
13:17:46 Preparing to unpack .../6-libip4tc0_1.6.1-2ubuntu2_armhf.deb ...
13:17:46 Unpacking libip4tc0:armhf (1.6.1-2ubuntu2) ...
13:17:46 Selecting previously unselected package libapparmor1:armhf.
13:17:46 Preparing to unpack .../7-libapparmor1_2.12-4ubuntu5.1_armhf.deb ...
13:17:46 Unpacking libapparmor1:armhf (2.12-4ubuntu5.1) ...
13:17:46 Selecting previously unselected package libkmod2:armhf.
13:17:46 Preparing to unpack .../8-libkmod2_24-1ubuntu3.5_armhf.deb ...
13:17:46 Unpacking libkmod2:armhf (24-1ubuntu3.5) ...
13:17:46 Setting up libcap2:armhf (1:2.25-1.2) ...
13:17:46 Setting up libargon2-0:armhf (0~20161029-1.1) ...
13:17:46 Setting up libdevmapper1.02.1:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:17:46 Setting up libjson-c3:armhf (0.12.1-1.3ubuntu0.3) ...
13:17:46 Setting up libcryptsetup12:armhf (2:2.0.2-1ubuntu1.2) ...
13:17:46 Setting up libidn11:armhf (1.33-2.1ubuntu1.2) ...
13:17:47 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
13:17:47 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
13:17:47 Setting up gpgsm (2.2.35-3ubuntu1) ...
13:17:47 Setting up pkexec (0.105-33) ...
13:17:47 Setting up libcurl3-gnutls:armhf (7.85.0-1ubuntu0.2) ...
13:17:47 Setting up libappstream4:armhf (0.15.5-1) ...
13:17:47 Setting up libip4tc0:armhf (1.6.1-2ubuntu2) ...
13:17:47 Selecting previously unselected package systemd.
13:17: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 ... 7206 files and directories currently installed.)
13:17:47 Preparing to unpack .../systemd_237-3ubuntu10.56_armhf.deb ...
13:17:47 Unpacking systemd (237-3ubuntu10.56) ...
13:17:47 Setting up dirmngr (2.2.35-3ubuntu1) ...
13:17:47 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
13:17:47 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
13:17:47 Setting up gpg-wks-server (2.2.35-3ubuntu1) ...
13:17:47 Setting up libnsl2:armhf (1.3.0-2build2) ...
13:17:47 Setting up policykit-1 (0.105-33) ...
13:17:47 Setting up gpg-wks-client (2.2.35-3ubuntu1) ...
13:17:47 Setting up libpython3.10-stdlib:armhf (3.10.7-1ubuntu0.2) ...
13:17:47 Setting up gnupg (2.2.35-3ubuntu1) ...
13:17:47 Setting up packagekit (1.2.5-2ubuntu2) ...
13:17:47 invoke-rc.d: could not determine current runlevel
13:17:47 invoke-rc.d: policy-rc.d denied execution of force-reload.
13:17:47 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
13:17:47 Setting up libapparmor1:armhf (2.12-4ubuntu5.1) ...
13:17:47 Setting up libkmod2:armhf (24-1ubuntu3.5) ...
13:17:47 Setting up systemd (237-3ubuntu10.56) ...
13:17:47 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:17:47 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:17:47 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
13:17:47 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
13:17:47 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
13:17:47 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
13:17:47 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
13:17:47 Initializing machine ID from random generator.
13:17:47 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
13:17:47 Setting up libpython3-stdlib:armhf (3.10.6-1) ...
13:17:47 Setting up gnupg2 (2.2.35-3ubuntu1) ...
13:17:47 Setting up python3.10 (3.10.7-1ubuntu0.2) ...
13:17:47 Selecting previously unselected package systemd-sysv.
13:17: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 ... 7903 files and directories currently installed.)
13:17:47 Preparing to unpack .../systemd-sysv_237-3ubuntu10.56_armhf.deb ...
13:17:47 Unpacking systemd-sysv (237-3ubuntu10.56) ...
13:17:47 Selecting previously unselected package multiarch-support.
13:17:47 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.6_armhf.deb ...
13:17:47 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
13:17:47 Setting up multiarch-support (2.27-3ubuntu1.6) ...
13:17:47 Selecting previously unselected package libnfnetlink0:armhf.
13:17: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 ... 7923 files and directories currently installed.)
13:17:47 Preparing to unpack .../00-libnfnetlink0_1.0.1-3_armhf.deb ...
13:17:47 Unpacking libnfnetlink0:armhf (1.0.1-3) ...
13:17:47 Selecting previously unselected package dbus.
13:17:47 Preparing to unpack .../01-dbus_1.12.2-1ubuntu1.4_armhf.deb ...
13:17:47 Unpacking dbus (1.12.2-1ubuntu1.4) ...
13:17:47 Selecting previously unselected package libmnl0:armhf.
13:17:47 Preparing to unpack .../02-libmnl0_1.0.4-2_armhf.deb ...
13:17:47 Unpacking libmnl0:armhf (1.0.4-2) ...
13:17:48 Selecting previously unselected package libpam-systemd:armhf.
13:17:48 Preparing to unpack .../03-libpam-systemd_237-3ubuntu10.56_armhf.deb ...
13:17:48 Unpacking libpam-systemd:armhf (237-3ubuntu10.56) ...
13:17:48 Selecting previously unselected package libxtables12:armhf.
13:17:48 Preparing to unpack .../04-libxtables12_1.6.1-2ubuntu2_armhf.deb ...
13:17:48 Unpacking libxtables12:armhf (1.6.1-2ubuntu2) ...
13:17:48 Selecting previously unselected package libip6tc0:armhf.
13:17:48 Preparing to unpack .../05-libip6tc0_1.6.1-2ubuntu2_armhf.deb ...
13:17:48 Unpacking libip6tc0:armhf (1.6.1-2ubuntu2) ...
13:17:48 Selecting previously unselected package libiptc0:armhf.
13:17:48 Preparing to unpack .../06-libiptc0_1.6.1-2ubuntu2_armhf.deb ...
13:17:48 Unpacking libiptc0:armhf (1.6.1-2ubuntu2) ...
13:17:48 Selecting previously unselected package libnetfilter-conntrack3:armhf.
13:17:48 Preparing to unpack .../07-libnetfilter-conntrack3_1.0.6-2_armhf.deb ...
13:17:48 Unpacking libnetfilter-conntrack3:armhf (1.0.6-2) ...
13:17:48 Selecting previously unselected package iptables.
13:17:48 Preparing to unpack .../08-iptables_1.6.1-2ubuntu2_armhf.deb ...
13:17:48 Unpacking iptables (1.6.1-2ubuntu2) ...
13:17:48 Selecting previously unselected package containerd.io.
13:17:48 Preparing to unpack .../09-containerd.io_1.6.16-1_armhf.deb ...
13:17:48 Unpacking containerd.io (1.6.16-1) ...
13:17:48 Setting up python3 (3.10.6-1) ...
13:17:48 Setting up python3-six (1.16.0-4) ...
13:17:48 Setting up python3-pyparsing (3.0.7-2) ...
13:17:48 Setting up python3-gi (3.42.2-2) ...
13:17:48 Setting up python3-jeepney (0.8.0-1) ...
13:17:49 Setting up python3-httplib2 (0.20.4-2) ...
13:17:49 Setting up lsb-release (11.2ubuntu1) ...
13:17:49 Setting up python3-cffi-backend:armhf (1.15.1-1) ...
13:17:49 Setting up python3-blinker (1.4+dfsg1-0.5) ...
13:17:49 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
13:17:49 Setting up python3-more-itertools (8.10.0-2) ...
13:17:49 Setting up python3-dbus (1.2.18-3build1) ...
13:17:49 Setting up python3-distro (1.7.0-1) ...
13:17:50 Setting up python3-jwt (2.4.0-1) ...
13:17:50 Setting up python3-apt (2.4.0+22.10) ...
13:17:50 Selecting previously unselected package dbus-user-session.
13:17:50 Preparing to unpack .../10-dbus-user-session_1.12.2-1ubuntu1.4_armhf.deb ...
13:17:50 Unpacking dbus-user-session (1.12.2-1ubuntu1.4) ...
13:17:50 Setting up containerd.io (1.6.16-1) ...
13:17:50 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:17:50 Setting up systemd-sysv (237-3ubuntu10.56) ...
13:17:50 Setting up libiptc0:armhf (1.6.1-2ubuntu2) ...
13:17:50 Setting up libxtables12:armhf (1.6.1-2ubuntu2) ...
13:17:50 Setting up libnfnetlink0:armhf (1.0.1-3) ...
13:17:50 Setting up dbus (1.12.2-1ubuntu1.4) ...
13:17:50 Setting up python3-lazr.uri (1.0.6-2) ...
13:17:50 Setting up python3-zipp (1.0.0-4) ...
13:17:50 Setting up libmnl0:armhf (1.0.4-2) ...
13:17:50 Setting up libip6tc0:armhf (1.6.1-2ubuntu2) ...
13:17:50 Setting up libnetfilter-conntrack3:armhf (1.0.6-2) ...
13:17:50 Setting up libpam-systemd:armhf (237-3ubuntu10.56) ...
13:17:50 Setting up python3-cryptography (3.4.8-2) ...
13:17:50 Setting up dbus-user-session (1.12.2-1ubuntu1.4) ...
13:17:50 Setting up iptables (1.6.1-2ubuntu2) ...
13:17:50 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
13:17:50 Processing triggers for systemd (237-3ubuntu10.56) ...
13:17:50 + verify_binaries
13:17:50 + docker --version
13:17:50 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:17:50 ++ uname -m
13:17:50 + '[' armv8l = x86_64 ']'
13:17:50 + docker buildx version
13:17:50 Setting up python3-wadllib (1.3.6-1) ...
13:17:50 Setting up python3-importlib-metadata (4.6.4-1) ...
13:17:51 github.com/docker/buildx v0.10.2 00ed17d
13:17:51 + docker compose version
13:17:51 Docker Compose version v2.16.0
13:17:51 + dockerd --version
13:17:51 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:17:51 + docker-proxy --version
13:17:51 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:17:51 + containerd --version
13:17:51 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:17:51 + ctr --version
13:17:51 ctr containerd.io 1.6.16
13:17:51 + containerd-shim --help
13:17:51 Usage of containerd-shim:
13:17:51   -address string
13:17:51     	grpc address back to main containerd
13:17:51   -containerd-binary containerd publish
13:17:51     	path to containerd binary (used for containerd publish) (default "containerd")
13:17:51   -criu string
13:17:51     	path to criu binary
13:17:51   -debug
13:17:51     	enable debug output in logs
13:17:51   -namespace string
13:17:51     	namespace that owns the shim
13:17:51   -runtime-root string
13:17:51     	root directory for the runtime (default "/run/containerd/runc")
13:17:51   -socket string
13:17:51     	socket path to serve
13:17:51   -systemd-cgroup
13:17:51     	set runtime to use systemd-cgroup
13:17:51   -workdir string
13:17:51     	path used to storge large temporary data
13:17:51 + containerd-shim-runc-v1 -v
13:17:51 containerd-shim-runc-v1:
13:17:51   Version:  1.6.16
13:17:51   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:17:51   Go version: go1.18.10
13:17:51 
13:17:51 + containerd-shim-runc-v2 -v
13:17:51 containerd-shim-runc-v2:
13:17:51   Version:  1.6.16
13:17:51   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:17:51   Go version: go1.18.10
13:17:51 
13:17:51 + runc --version
13:17:51 runc version 1.1.4
13:17:51 commit: v1.1.4-0-g5fd4c4d
13:17:51 spec: 1.0.2-dev
13:17:51 go: go1.18.10
13:17:51 libseccomp: 2.5.1
13:17:51 Setting up python3-oauthlib (3.2.0-1ubuntu1) ...
13:17:51 Setting up python3-secretstorage (3.3.3-1ubuntu1) ...
13:17:51 Setting up python3-keyring (23.8.2-1) ...
13:17:51 Setting up python3-lazr.restfulclient (0.14.4-1) ...
13:17:51 Setting up python3-launchpadlib (1.10.16-1) ...
13:17:51 Processing triggers for sgml-base (1.30) ...
13:17:51 Processing triggers for libc-bin (2.36-0ubuntu4) ...
13:17:51 Setting up python3-software-properties (0.99.27) ...
13:17:51 Setting up software-properties-common (0.99.27) ...
13:17:52 Processing triggers for ca-certificates (20211016ubuntu0.22.10.1) ...
13:17:52 Updating certificates in /etc/ssl/certs...
13:17:52 0 added, 0 removed; done.
13:17:52 Running hooks in /etc/ca-certificates/update.d...
13:17:52 done.
13:17:52 Processing triggers for dbus (1.14.0-2ubuntu3) ...
13:17:52 ++ source /etc/os-release
13:17:52 +++ PRETTY_NAME='Ubuntu 22.10'
13:17:52 +++ NAME=Ubuntu
13:17:52 +++ VERSION_ID=22.10
13:17:52 +++ VERSION='22.10 (Kinetic Kudu)'
13:17:52 +++ VERSION_CODENAME=kinetic
13:17:52 +++ ID=ubuntu
13:17:52 +++ ID_LIKE=debian
13:17:52 +++ HOME_URL=https://www.ubuntu.com/
13:17:52 +++ SUPPORT_URL=https://help.ubuntu.com/
13:17:52 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
13:17:52 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
13:17:52 +++ UBUNTU_CODENAME=kinetic
13:17:52 +++ LOGO=ubuntu-logo
13:17:52 ++ echo ubuntu
13:17:52 + DIST_ID=ubuntu
13:17:52 ++ lsb_release -sc
13:17:52 + DIST_VERSION=kinetic
13:17:52 + '[' kinetic = sid ']'
13:17:52 + install_debian_containerd
13:17:52 + '[' staging = stage ']'
13:17:52 + REPO_URL=https://download.docker.com/linux/ubuntu
13:17:52 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
13:17:52 + update-ca-certificates -f
13:17:52 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
13:17:52 Clearing symlinks in /etc/ssl/certs...
13:17:52 done.
13:17:52 Updating certificates in /etc/ssl/certs...
13:17:52 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
13:17:53 124 added, 0 removed; done.
13:17:53 Running hooks in /etc/ca-certificates/update.d...
13:17:53 done.
13:17:53 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
13:17:53 + apt-key add -
13:17:53 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
13:17:53 OK
13:17:53 + '[' kinetic = sid ']'
13:17:53 ++ dpkg --print-architecture
13:17:53 + ARCH=armhf
13:17:53 + echo 'deb [arch=armhf] https://download.docker.com/linux/ubuntu kinetic test'
13:17:53 + apt-get update
13:17:53 Get:1 https://download.docker.com/linux/ubuntu kinetic InRelease [48.9 kB]
13:17:53 Get:2 https://download.docker.com/linux/ubuntu kinetic/test armhf Packages [10.2 kB]
13:17:53 Hit:3 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease
13:17:53 Hit:4 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease
13:17:53 Hit:5 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease
13:17:54 Hit:6 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease
13:17:54 Fetched 59.0 kB in 1s (84.6 kB/s)
13:17:55 Reading package lists...
13:17:55 W: https://download.docker.com/linux/ubuntu/dists/kinetic/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
13:17:55 ++ find deb/debbuild/ubuntu-kinetic/ -type f -name '*.deb'
13:17:55 + packages='deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb
13:17:55 deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb
13:17:55 deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb
13:17:55 deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb
13:17:55 deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'
13:17:55 ++ echo 'deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb
13:17:55 deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb
13:17:55 deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb
13:17:55 deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb
13:17:55 deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'
13:17:55 ++ awk '$0="./"$0'
13:17:55 ++ xargs
13:17:55 + packages='./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'
13:17:55 + set -x
13:17:55 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb
13:17:55 Selecting previously unselected package docker-ce-rootless-extras.
13:17:55 (Reading database ... 9321 files and directories currently installed.)
13:17:55 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb ...
13:17:55 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
13:17:55 Selecting previously unselected package docker-compose-plugin.
13:17:55 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb ...
13:17:55 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.22.10~kinetic) ...
13:17:56 Selecting previously unselected package docker-buildx-plugin.
13:17:56 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb ...
13:17:56 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.22.10~kinetic) ...
13:17:58 Selecting previously unselected package docker-ce.
13:17:58 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb ...
13:17:58 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
13:17:58 Selecting previously unselected package docker-ce-cli.
13:17:58 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb ...
13:17:58 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
13:17:59 Setting up docker-compose-plugin (2.16.0-1~ubuntu.22.10~kinetic) ...
13:17:59 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.22.10~kinetic) ...
13:17:59 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
13:17:59 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
13:17:59 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
13:17:59 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
13:17:59 invoke-rc.d: could not determine current runlevel
13:17:59 invoke-rc.d: policy-rc.d denied execution of start.
13:17:59 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:17:59  docker-ce-rootless-extras depends on dbus-user-session; however:
13:17:59   Package dbus-user-session is not installed.
13:17:59 
13:17:59 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
13:18:00 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.16.0-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb
13:18:01 Reading package lists...
13:18:01 Building dependency tree...
13:18:01 Reading state information...
13:18:01 Correcting dependencies... Done
13:18:01 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:18:01 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:18:01 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:18:01 Skipping docker-ce, it is already installed and upgrade is not set.
13:18:01 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:18:01 The following additional packages will be installed:
13:18:01   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:18:01   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
13:18:01 Suggested packages:
13:18:01   firewalld kmod nftables
13:18:01 The following NEW packages will be installed:
13:18:01   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:18:01   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
13:18:01 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded.
13:18:01 Need to get 21.0 MB of archives.
13:18:01 After this operation, 92.9 MB of additional disk space will be used.
13:18:01 Get:1 https://download.docker.com/linux/ubuntu kinetic/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
13:18:01 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-user-session armhf 1.14.0-2ubuntu3 [10.1 kB]
13:18:02 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmnl0 armhf 1.0.4-3ubuntu1 [11.3 kB]
13:18:02 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxtables12 armhf 1.8.7-1ubuntu6 [27.9 kB]
13:18:02 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf netbase all 6.3 [12.9 kB]
13:18:02 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libip6tc2 armhf 1.8.7-1ubuntu6 [17.8 kB]
13:18:02 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnfnetlink0 armhf 1.0.2-2 [13.7 kB]
13:18:02 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnetfilter-conntrack3 armhf 1.0.9-2 [37.1 kB]
13:18:02 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnftnl11 armhf 1.2.3-1 [50.9 kB]
13:18:02 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf iptables armhf 1.8.7-1ubuntu6 [411 kB]
13:18:02 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb'.
13:18:02 debconf: delaying package configuration, since apt-utils is not installed
13:18:02 Fetched 21.0 MB in 1s (25.0 MB/s)
13:18:02 Selecting previously unselected package dbus-user-session.
13:18: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 ... 9547 files and directories currently installed.)
13:18:02 Preparing to unpack .../0-dbus-user-session_1.14.0-2ubuntu3_armhf.deb ...
13:18:02 Unpacking dbus-user-session (1.14.0-2ubuntu3) ...
13:18:02 Selecting previously unselected package libmnl0:armhf.
13:18:02 Preparing to unpack .../1-libmnl0_1.0.4-3ubuntu1_armhf.deb ...
13:18:02 Unpacking libmnl0:armhf (1.0.4-3ubuntu1) ...
13:18:02 Selecting previously unselected package libxtables12:armhf.
13:18:02 Preparing to unpack .../2-libxtables12_1.8.7-1ubuntu6_armhf.deb ...
13:18:02 Unpacking libxtables12:armhf (1.8.7-1ubuntu6) ...
13:18:02 Selecting previously unselected package netbase.
13:18:02 Preparing to unpack .../3-netbase_6.3_all.deb ...
13:18:02 Unpacking netbase (6.3) ...
13:18:02 Selecting previously unselected package libip6tc2:armhf.
13:18:02 Preparing to unpack .../4-libip6tc2_1.8.7-1ubuntu6_armhf.deb ...
13:18:02 Unpacking libip6tc2:armhf (1.8.7-1ubuntu6) ...
13:18:02 Selecting previously unselected package libnfnetlink0:armhf.
13:18:02 Preparing to unpack .../5-libnfnetlink0_1.0.2-2_armhf.deb ...
13:18:02 Unpacking libnfnetlink0:armhf (1.0.2-2) ...
13:18:02 Selecting previously unselected package libnetfilter-conntrack3:armhf.
13:18:02 Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-2_armhf.deb ...
13:18:02 Unpacking libnetfilter-conntrack3:armhf (1.0.9-2) ...
13:18:02 Selecting previously unselected package libnftnl11:armhf.
13:18:02 Preparing to unpack .../7-libnftnl11_1.2.3-1_armhf.deb ...
13:18:02 Unpacking libnftnl11:armhf (1.2.3-1) ...
13:18:02 Selecting previously unselected package iptables.
13:18:02 Preparing to unpack .../8-iptables_1.8.7-1ubuntu6_armhf.deb ...
13:18:02 Unpacking iptables (1.8.7-1ubuntu6) ...
13:18:02 Selecting previously unselected package containerd.io.
13:18:02 Preparing to unpack .../9-containerd.io_1.6.16-1_armhf.deb ...
13:18:02 Unpacking containerd.io (1.6.16-1) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:18:04 Setting up libip6tc2:armhf (1.8.7-1ubuntu6) ...
13:18:04 Setting up dbus-user-session (1.14.0-2ubuntu3) ...
13:18:04 Setting up libmnl0:armhf (1.0.4-3ubuntu1) ...
13:18:04 Setting up containerd.io (1.6.16-1) ...
13:18:05 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:18:05 Setting up libxtables12:armhf (1.8.7-1ubuntu6) ...
13:18:05 Setting up libnfnetlink0:armhf (1.0.2-2) ...
13:18:05 Setting up netbase (6.3) ...
13:18:05 Setting up libnftnl11:armhf (1.2.3-1) ...
13:18:05 Setting up libnetfilter-conntrack3:armhf (1.0.9-2) ...
13:18:05 Setting up iptables (1.8.7-1ubuntu6) ...
13:18:05 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:18:05 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:18:05 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:18:05 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:18:05 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:18:05 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:18:05 Processing triggers for libc-bin (2.36-0ubuntu4) ...
13:18:05 + verify_binaries
13:18:05 + docker --version
13:18:05 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:18:05 ++ uname -m
13:18:05 + '[' armv8l = x86_64 ']'
13:18:05 + docker buildx version
13:18:05 github.com/docker/buildx v0.10.2 00ed17d
13:18:05 + docker compose version
13:18:05 Docker Compose version v2.16.0
13:18:05 + dockerd --version
13:18:05 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:18:05 + docker-proxy --version
13:18:05 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:18:05 + containerd --version
13:18:05 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:18:05 + ctr --version
13:18:05 ctr containerd.io 1.6.16
13:18:05 + containerd-shim --help
13:18:05 Usage of containerd-shim:
13:18:05   -address string
13:18:05     	grpc address back to main containerd
13:18:05   -containerd-binary containerd publish
13:18:05     	path to containerd binary (used for containerd publish) (default "containerd")
13:18:05   -criu string
13:18:05     	path to criu binary
13:18:05   -debug
13:18:05     	enable debug output in logs
13:18:05   -namespace string
13:18:05     	namespace that owns the shim
13:18:05   -runtime-root string
13:18:05     	root directory for the runtime (default "/run/containerd/runc")
13:18:05   -socket string
13:18:05     	socket path to serve
13:18:05   -systemd-cgroup
13:18:05     	set runtime to use systemd-cgroup
13:18:05   -workdir string
13:18:05     	path used to storge large temporary data
13:18:05 + containerd-shim-runc-v1 -v
13:18:05 containerd-shim-runc-v1:
13:18:05   Version:  1.6.16
13:18:05   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:18:05   Go version: go1.18.10
13:18:05 
13:18:05 + containerd-shim-runc-v2 -v
13:18:05 containerd-shim-runc-v2:
13:18:05   Version:  1.6.16
13:18:05   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:18:05   Go version: go1.18.10
13:18:05 
13:18:05 + runc --version
13:18:05 runc version 1.1.4
13:18:05 commit: v1.1.4-0-g5fd4c4d
13:18:05 spec: 1.0.2-dev
13:18:05 go: go1.18.10
13:18:05 libseccomp: 2.5.4
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:18:08 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_armhf.deb'.
13:18:08 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'.
13:18:12 make[1]: Leaving directory '/root/build-deb'
13:18:12  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.buildinfo
13:18:12  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.changes
13:18:13 dpkg-genchanges: info: including full source code in upload
13:18:13  dpkg-source -I.git --after-build .
13:18:13 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:18:13 + destination=/build
13:18:13 + mkdir -p /build
13:18:13 + mv -v /root/docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb /root/docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb /build
13:18:13 copied '/root/docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb'
13:18:13 removed '/root/docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb'
13:18:13 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb'
13:18:13 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb'
13:18:13 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb'
13:18:13 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb'
13:18:13 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.dsc'
13:18:13 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.dsc'
13:18:13 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.tar.gz'
13:18:13 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.tar.gz'
13:18:13 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.buildinfo'
13:18:13 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.buildinfo'
13:18:13 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.changes'
13:18:13 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.changes'
13:18:13 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb'
13:18:13 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb'
13:18:13 copied '/root/docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb'
13:18:13 removed '/root/docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb'
13:18:14 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_armhf.deb'.
13:18:14 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb'.
13:18:17 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-bookworm"
13:18:18 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:18:18 + make IMAGE=balenalib/rpi-raspbian:bookworm verify
13:18:18 docker run  --rm -i \
13:18:18 	-v "$(pwd):/v" \
13:18:18 	-e DEBIAN_FRONTEND=noninteractive \
13:18:18 	-e PACKAGE_REPO=staging \
13:18:18 	-w /v \
13:18:18 	balenalib/rpi-raspbian:bookworm ./verify
13:18:18 Unable to find image 'balenalib/rpi-raspbian:bookworm' locally
13:18:18 bookworm: Pulling from balenalib/rpi-raspbian
13:18:18 8996396f59ee: Already exists
13:18:18 d74305eb0c95: Already exists
13:18:18 decfc7c44756: Already exists
13:18:18 82de9d774bdc: Already exists
13:18:18 cd57115a4e25: Already exists
13:18:18 8e2ac8ca41cb: Already exists
13:18:18 04316490362d: Already exists
13:18:18 4c2d9fa6e0e8: Already exists
13:18:18 Digest: sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730
13:18:18 Status: Downloaded newer image for balenalib/rpi-raspbian:bookworm
13:18:19 + verify
13:18:19 + dpkg --version
13:18:19 + verify_deb
13:18:19 + apt-get update
13:18:19 Get:1 http://archive.raspbian.org/raspbian bookworm InRelease [15.0 kB]
13:18:20 Get:2 http://archive.raspbian.org/raspbian bookworm/firmware armhf Packages [1201 B]
13:18:20 Get:3 http://archive.raspbian.org/raspbian bookworm/rpi armhf Packages [1299 B]
13:18:20 Get:4 http://archive.raspbian.org/raspbian bookworm/non-free armhf Packages [147 kB]
13:18:20 Get:5 http://archive.raspbian.org/raspbian bookworm/contrib armhf Packages [71.9 kB]
13:18:20 Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf Packages [19.9 MB]
13:18:23 Fetched 20.1 MB in 4s (5649 kB/s)
13:18:24 Reading package lists...
13:18:24 W: http://archive.raspbian.org/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
13:18:24 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:18:25 Reading package lists...
13:18:25 Building dependency tree...
13:18:25 Reading state information...
13:18:26 ca-certificates is already the newest version (20211016).
13:18:26 The following additional packages will be installed:
13:18:26   apt dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common
13:18:26   distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 iso-codes
13:18:26   libapparmor1 libappstream4 libapt-pkg6.0 libargon2-1 libcap2-bin
13:18:26   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
13:18:26   libduktape207 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1
13:18:26   libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu72
13:18:26   libip4tc2 libjson-c5 libmpdec3 libnsl2 libpackagekit-glib2-18 libpam-systemd
13:18:26   libpolkit-agent-1-0 libpolkit-gobject-1-0 libpython3-stdlib
13:18:26   libpython3.11-minimal libpython3.11-stdlib libstemmer0d libsystemd-shared
13:18:26   libsystemd0 libtirpc-common libtirpc3 libudev1 libunwind8 libxml2 libxmlb2
13:18:26   media-types packagekit polkitd python-apt-common python3 python3-apt
13:18:26   python3-blinker python3-cffi-backend python3-cryptography python3-dbus
13:18:26   python3-distro python3-gi python3-httplib2 python3-jwt
13:18:26   python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib
13:18:26   python3-pkg-resources python3-pyparsing python3-six
13:18:26   python3-software-properties python3-wadllib python3.11 python3.11-minimal
13:18:26   systemd systemd-sysv udev xml-core
13:18:26 Suggested packages:
13:18:26   apt-doc aptitude | synaptic | wajig dpkg-dev powermgmt-base
13:18:26   default-dbus-session-bus | dbus-session-bus isoquery low-memory-monitor
13:18:26   gstreamer1.0-tools appstream polkitd-pkla python3-doc python3-tk
13:18:26   python3-venv python-apt-doc python-blinker-doc python-cryptography-doc
13:18:26   python3-cryptography-vectors python-dbus-doc python3-crypto
13:18:26   python3-setuptools python-pyparsing-doc python3.11-venv python3.11-doc
13:18:26   binutils binfmt-support systemd-container systemd-homed systemd-userdbd
13:18:26   systemd-boot systemd-resolved libfido2-1 libqrencode4 libtss2-esys-3.0.2-0
13:18:26   libtss2-mu0 libtss2-rc0 debhelper
13:18:26 Recommended packages:
13:18:26   libpam-cap shared-mime-info xdg-user-dirs dbus-user-session packagekit-tools
13:18:26   systemd-timesyncd | time-daemon libnss-systemd
13:18:26 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'.
13:18:27 The following NEW packages will be installed:
13:18:27   apt-transport-https dbus dbus-bin dbus-daemon dbus-session-bus-common
13:18:27   dbus-system-bus-common distro-info-data dmsetup gir1.2-glib-2.0
13:18:27   gir1.2-packagekitglib-1.0 gnupg2 iso-codes libapparmor1 libappstream4
13:18:27   libargon2-1 libcap2-bin libcryptsetup12 libcurl3-gnutls libdbus-1-3
13:18:27   libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1
13:18:27   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
13:18:27   libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libmpdec3 libnsl2
13:18:27   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
13:18:27   libpolkit-gobject-1-0 libpython3-stdlib libpython3.11-minimal
13:18:27   libpython3.11-stdlib libstemmer0d libsystemd-shared libtirpc-common
13:18:27   libtirpc3 libunwind8 libxml2 libxmlb2 lsb-release media-types packagekit
13:18:27   polkitd python-apt-common python3 python3-apt python3-blinker
13:18:27   python3-cffi-backend python3-cryptography python3-dbus python3-distro
13:18:27   python3-gi python3-httplib2 python3-jwt python3-lazr.restfulclient
13:18:27   python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources
13:18:27   python3-pyparsing python3-six python3-software-properties python3-wadllib
13:18:27   python3.11 python3.11-minimal software-properties-common systemd
13:18:27   systemd-sysv xml-core
13:18:27 The following packages will be upgraded:
13:18:27   apt curl libapt-pkg6.0 libcurl4 libsystemd0 libudev1 udev
13:18:28 7 upgraded, 79 newly installed, 0 to remove and 58 not upgraded.
13:18:28 Need to get 36.8 MB of archives.
13:18:28 After this operation, 143 MB of additional disk space will be used.
13:18:28 Get:1 http://archive.raspbian.org/raspbian bookworm/main armhf libsystemd0 armhf 252.5-2+rpi1 [297 kB]
13:18:28 Get:2 http://archive.raspbian.org/raspbian bookworm/main armhf udev armhf 252.5-2+rpi1 [1551 kB]
13:18:28 Get:3 http://archive.raspbian.org/raspbian bookworm/main armhf libudev1 armhf 252.5-2+rpi1 [99.1 kB]
13:18:28 Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf libapt-pkg6.0 armhf 2.5.5 [800 kB]
13:18:28 Get:5 http://archive.raspbian.org/raspbian bookworm/main armhf apt armhf 2.5.5 [1287 kB]
13:18:28 Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf libargon2-1 armhf 0~20171227-0.3 [19.6 kB]
13:18:28 Get:7 http://archive.raspbian.org/raspbian bookworm/main armhf dmsetup armhf 2:1.02.185-2 [81.8 kB]
13:18:28 Get:8 http://archive.raspbian.org/raspbian bookworm/main armhf libdevmapper1.02.1 armhf 2:1.02.185-2 [123 kB]
13:18:28 Get:9 http://archive.raspbian.org/raspbian bookworm/main armhf libjson-c5 armhf 0.16-2 [40.0 kB]
13:18:28 Get:10 http://archive.raspbian.org/raspbian bookworm/main armhf libcryptsetup12 armhf 2:2.6.0-2 [190 kB]
13:18:28 Get:11 http://archive.raspbian.org/raspbian bookworm/main armhf libfdisk1 armhf 2.38.1-4 [179 kB]
13:18:28 Get:12 http://archive.raspbian.org/raspbian bookworm/main armhf libapparmor1 armhf 3.0.8-2 [37.1 kB]
13:18:28 Get:13 http://archive.raspbian.org/raspbian bookworm/main armhf libip4tc2 armhf 1.8.9-2 [17.1 kB]
13:18:28 Get:14 http://archive.raspbian.org/raspbian bookworm/main armhf libsystemd-shared armhf 252.5-2+rpi1 [1506 kB]
13:18:28 Get:15 http://archive.raspbian.org/raspbian bookworm/main armhf systemd armhf 252.5-2+rpi1 [2876 kB]
13:18:28 Get:16 http://archive.raspbian.org/raspbian bookworm/main armhf systemd-sysv armhf 252.5-2+rpi1 [41.6 kB]
13:18:28 Get:17 http://archive.raspbian.org/raspbian bookworm/main armhf libdbus-1-3 armhf 1.14.4-1 [211 kB]
13:18:28 Get:18 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-bin armhf 1.14.4-1 [137 kB]
13:18:29 Get:19 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-session-bus-common all 1.14.4-1 [112 kB]
13:18:29 Get:20 http://archive.raspbian.org/raspbian bookworm/main armhf libexpat1 armhf 2.5.0-1 [77.2 kB]
13:18:29 Get:21 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-daemon armhf 1.14.4-1 [204 kB]
13:18:29 Get:22 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-system-bus-common all 1.14.4-1 [113 kB]
13:18:29 Get:23 http://archive.raspbian.org/raspbian bookworm/main armhf dbus armhf 1.14.4-1 [129 kB]
13:18:29 Get:24 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3.11-minimal armhf 3.11.1-2 [796 kB]
13:18:29 Get:25 http://archive.raspbian.org/raspbian bookworm/main armhf python3.11-minimal armhf 3.11.1-2 [1678 kB]
13:18:29 Get:26 http://archive.raspbian.org/raspbian bookworm/main armhf python3-minimal armhf 3.11.1-3 [25.9 kB]
13:18:29 Get:27 http://archive.raspbian.org/raspbian bookworm/main armhf media-types all 8.0.0 [33.4 kB]
13:18:29 Get:28 http://archive.raspbian.org/raspbian bookworm/main armhf libmpdec3 armhf 2.5.1-2+rpi1 [73.5 kB]
13:18:29 Get:29 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc-common all 1.3.3+ds-1 [14.0 kB]
13:18:29 Get:30 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc3 armhf 1.3.3+ds-1 [72.0 kB]
13:18:29 Get:31 http://archive.raspbian.org/raspbian bookworm/main armhf libnsl2 armhf 1.3.0-2 [33.2 kB]
13:18:29 Get:32 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3.11-stdlib armhf 3.11.1-2 [1622 kB]
13:18:29 Get:33 http://archive.raspbian.org/raspbian bookworm/main armhf python3.11 armhf 3.11.1-2 [567 kB]
13:18:29 Get:34 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3-stdlib armhf 3.11.1-3 [8960 B]
13:18:29 Get:35 http://archive.raspbian.org/raspbian bookworm/main armhf python3 armhf 3.11.1-3 [25.9 kB]
13:18:29 Get:36 http://archive.raspbian.org/raspbian bookworm/main armhf libcap2-bin armhf 1:2.66-3 [32.5 kB]
13:18:29 Get:37 http://archive.raspbian.org/raspbian bookworm/main armhf libpam-systemd armhf 252.5-2+rpi1 [197 kB]
13:18:29 Get:38 http://archive.raspbian.org/raspbian bookworm/main armhf apt-transport-https all 2.5.5 [22.0 kB]
13:18:29 Get:39 http://archive.raspbian.org/raspbian bookworm/main armhf curl armhf 7.87.0-2 [294 kB]
13:18:29 Get:40 http://archive.raspbian.org/raspbian bookworm/main armhf libcurl4 armhf 7.87.0-2 [332 kB]
13:18:29 Get:41 http://archive.raspbian.org/raspbian bookworm/main armhf distro-info-data all 0.56 [5500 B]
13:18:29 Get:42 http://archive.raspbian.org/raspbian bookworm/main armhf libglib2.0-0 armhf 2.74.5-1 [1204 kB]
13:18:29 Get:43 http://archive.raspbian.org/raspbian bookworm/main armhf libgirepository-1.0-1 armhf 1.74.0-3+b1 [87.5 kB]
13:18:29 Get:44 http://archive.raspbian.org/raspbian bookworm/main armhf gir1.2-glib-2.0 armhf 1.74.0-3+b1 [160 kB]
13:18:29 Get:45 http://archive.raspbian.org/raspbian bookworm/main armhf libpackagekit-glib2-18 armhf 1.2.6-2 [93.3 kB]
13:18:29 Get:46 http://archive.raspbian.org/raspbian bookworm/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.6-2 [25.1 kB]
13:18:29 Get:47 http://archive.raspbian.org/raspbian bookworm/main armhf gnupg2 all 2.2.40-1 [445 kB]
13:18:29 Get:48 http://archive.raspbian.org/raspbian bookworm/main armhf iso-codes all 4.12.0-1 [2888 kB]
13:18:29 Get:49 http://archive.raspbian.org/raspbian bookworm/main armhf libcurl3-gnutls armhf 7.87.0-2 [328 kB]
13:18:29 Get:50 http://archive.raspbian.org/raspbian bookworm/main armhf libstemmer0d armhf 2.2.0-2 [98.9 kB]
13:18:29 Get:51 http://archive.raspbian.org/raspbian bookworm/main armhf libicu72 armhf 72.1-3 [9009 kB]
13:18:30 Get:52 http://archive.raspbian.org/raspbian bookworm/main armhf libxml2 armhf 2.9.14+dfsg-1.1+b1 [571 kB]
13:18:30 Get:53 http://archive.raspbian.org/raspbian bookworm/main armhf libxmlb2 armhf 0.3.10-2 [49.6 kB]
13:18:30 Get:54 http://archive.raspbian.org/raspbian bookworm/main armhf libappstream4 armhf 0.16.0-1 [163 kB]
13:18:30 Get:55 http://archive.raspbian.org/raspbian bookworm/main armhf libduktape207 armhf 2.7.0-1 [115 kB]
13:18:30 Get:56 http://archive.raspbian.org/raspbian bookworm/main armhf libelf1 armhf 0.187-2+rpi2 [177 kB]
13:18:30 Get:57 http://archive.raspbian.org/raspbian bookworm/main armhf libdw1 armhf 0.187-2+rpi2 [216 kB]
13:18:30 Get:58 http://archive.raspbian.org/raspbian bookworm/main armhf libglib2.0-data all 2.74.5-1 [1210 kB]
13:18:30 Get:59 http://archive.raspbian.org/raspbian bookworm/main armhf libglib2.0-bin armhf 2.74.5-1 [101 kB]
13:18:30 Get:60 http://archive.raspbian.org/raspbian bookworm/main armhf libunwind8 armhf 1.6.2-3 [42.6 kB]
13:18:30 Get:61 http://archive.raspbian.org/raspbian bookworm/main armhf libgstreamer1.0-0 armhf 1.22.0-2 [1073 kB]
13:18:30 Get:62 http://archive.raspbian.org/raspbian bookworm/main armhf libpolkit-gobject-1-0 armhf 122-3 [38.1 kB]
13:18:30 Get:63 http://archive.raspbian.org/raspbian bookworm/main armhf libpolkit-agent-1-0 armhf 122-3 [22.1 kB]
13:18:30 Get:64 http://archive.raspbian.org/raspbian bookworm/main armhf lsb-release all 12.0-1 [6416 B]
13:18:30 Get:65 http://archive.raspbian.org/raspbian bookworm/main armhf xml-core all 0.18+nmu1 [23.8 kB]
13:18:30 Get:66 http://archive.raspbian.org/raspbian bookworm/main armhf polkitd armhf 122-3 [108 kB]
13:18:30 Get:67 http://archive.raspbian.org/raspbian bookworm/main armhf packagekit armhf 1.2.6-2 [561 kB]
13:18:30 Get:68 http://archive.raspbian.org/raspbian bookworm/main armhf python-apt-common all 2.5.2 [64.1 kB]
13:18:30 Get:69 http://archive.raspbian.org/raspbian bookworm/main armhf python3-apt armhf 2.5.2 [152 kB]
13:18:30 Get:70 http://archive.raspbian.org/raspbian bookworm/main armhf python3-blinker all 1.5-1 [14.7 kB]
13:18:30 Get:71 http://archive.raspbian.org/raspbian bookworm/main armhf python3-cffi-backend armhf 1.15.1-5+b1 [83.1 kB]
13:18:30 Get:72 http://archive.raspbian.org/raspbian bookworm/main armhf python3-cryptography armhf 38.0.4-2 [603 kB]
13:18:30 Get:73 http://archive.raspbian.org/raspbian bookworm/main armhf python3-dbus armhf 1.3.2-4 [96.8 kB]
13:18:30 Get:74 http://archive.raspbian.org/raspbian bookworm/main armhf python3-distro all 1.8.0-1 [20.5 kB]
13:18:30 Get:75 http://archive.raspbian.org/raspbian bookworm/main armhf python3-gi armhf 3.42.2-3+b1 [201 kB]
13:18:30 Get:76 http://archive.raspbian.org/raspbian bookworm/main armhf python3-pyparsing all 3.0.9-1 [138 kB]
13:18:30 Get:77 http://archive.raspbian.org/raspbian bookworm/main armhf python3-httplib2 all 0.20.4-3 [36.0 kB]
13:18:30 Get:78 http://archive.raspbian.org/raspbian bookworm/main armhf python3-jwt all 2.6.0-1 [26.6 kB]
13:18:30 Get:79 http://archive.raspbian.org/raspbian bookworm/main armhf python3-pkg-resources all 65.6.3-1 [278 kB]
13:18:30 Get:80 http://archive.raspbian.org/raspbian bookworm/main armhf python3-lazr.uri all 1.0.6-3 [13.7 kB]
13:18:30 Get:81 http://archive.raspbian.org/raspbian bookworm/main armhf python3-wadllib all 1.3.6-4 [37.2 kB]
13:18:30 Get:82 http://archive.raspbian.org/raspbian bookworm/main armhf python3-oauthlib all 3.2.2-1 [95.4 kB]
13:18:30 Get:83 http://archive.raspbian.org/raspbian bookworm/main armhf python3-six all 1.16.0-4 [17.5 kB]
13:18:30 Get:84 http://archive.raspbian.org/raspbian bookworm/main armhf python3-lazr.restfulclient all 0.14.5-1 [50.4 kB]
13:18:30 Get:85 http://archive.raspbian.org/raspbian bookworm/main armhf python3-software-properties all 0.99.30-4 [32.7 kB]
13:18:30 Get:86 http://archive.raspbian.org/raspbian bookworm/main armhf software-properties-common all 0.99.30-4 [62.0 kB]
13:18:30 debconf: delaying package configuration, since apt-utils is not installed
13:18:30 Fetched 36.8 MB in 3s (11.4 MB/s)
13:18:30 (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 ... 10361 files and directories currently installed.)
13:18:30 Preparing to unpack .../libsystemd0_252.5-2+rpi1_armhf.deb ...
13:18:30 Unpacking libsystemd0:armhf (252.5-2+rpi1) over (252.4-1+rpi1) ...
13:18:31 Setting up libsystemd0:armhf (252.5-2+rpi1) ...
13:18:31 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10361 files and directories currently installed.)
13:18:31 Preparing to unpack .../udev_252.5-2+rpi1_armhf.deb ...
13:18:31 Unpacking udev (252.5-2+rpi1) over (252.4-1+rpi1) ...
13:18:32 Preparing to unpack .../libudev1_252.5-2+rpi1_armhf.deb ...
13:18:32 Unpacking libudev1:armhf (252.5-2+rpi1) over (252.4-1+rpi1) ...
13:18:32 Setting up libudev1:armhf (252.5-2+rpi1) ...
13: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 ... 10361 files and directories currently installed.)
13:18:32 Preparing to unpack .../libapt-pkg6.0_2.5.5_armhf.deb ...
13:18:32 Unpacking libapt-pkg6.0:armhf (2.5.5) over (2.5.4) ...
13:18:32 Setting up libapt-pkg6.0:armhf (2.5.5) ...
13: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 ... 10361 files and directories currently installed.)
13:18:32 Preparing to unpack .../archives/apt_2.5.5_armhf.deb ...
13:18:32 Unpacking apt (2.5.5) over (2.5.4) ...
13:18:32 Setting up apt (2.5.5) ...
13:18:32 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ...
13:18:32 Selecting previously unselected package libargon2-1:armhf.
13: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 ... 10361 files and directories currently installed.)
13:18:32 Preparing to unpack .../0-libargon2-1_0~20171227-0.3_armhf.deb ...
13:18:32 Unpacking libargon2-1:armhf (0~20171227-0.3) ...
13:18:32 Selecting previously unselected package dmsetup.
13:18:32 Preparing to unpack .../1-dmsetup_2%3a1.02.185-2_armhf.deb ...
13:18:32 Unpacking dmsetup (2:1.02.185-2) ...
13:18:32 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:18:32 Preparing to unpack .../2-libdevmapper1.02.1_2%3a1.02.185-2_armhf.deb ...
13:18:32 Unpacking libdevmapper1.02.1:armhf (2:1.02.185-2) ...
13:18:32 Selecting previously unselected package libjson-c5:armhf.
13:18:32 Preparing to unpack .../3-libjson-c5_0.16-2_armhf.deb ...
13:18:32 Unpacking libjson-c5:armhf (0.16-2) ...
13:18:32 Selecting previously unselected package libcryptsetup12:armhf.
13:18:32 Preparing to unpack .../4-libcryptsetup12_2%3a2.6.0-2_armhf.deb ...
13:18:32 Unpacking libcryptsetup12:armhf (2:2.6.0-2) ...
13:18:33 Selecting previously unselected package libfdisk1:armhf.
13:18:33 Preparing to unpack .../5-libfdisk1_2.38.1-4_armhf.deb ...
13:18:33 Unpacking libfdisk1:armhf (2.38.1-4) ...
13:18:33 Selecting previously unselected package libapparmor1:armhf.
13:18:33 Preparing to unpack .../6-libapparmor1_3.0.8-2_armhf.deb ...
13:18:33 Unpacking libapparmor1:armhf (3.0.8-2) ...
13:18:33 Selecting previously unselected package libip4tc2:armhf.
13:18:33 Preparing to unpack .../7-libip4tc2_1.8.9-2_armhf.deb ...
13:18:33 Unpacking libip4tc2:armhf (1.8.9-2) ...
13:18:33 Selecting previously unselected package libsystemd-shared:armhf.
13:18:33 Preparing to unpack .../8-libsystemd-shared_252.5-2+rpi1_armhf.deb ...
13:18:33 Unpacking libsystemd-shared:armhf (252.5-2+rpi1) ...
13:18:33 Selecting previously unselected package systemd.
13:18:33 Preparing to unpack .../9-systemd_252.5-2+rpi1_armhf.deb ...
13:18:33 Unpacking systemd (252.5-2+rpi1) ...
13:18:33 Setting up libargon2-1:armhf (0~20171227-0.3) ...
13:18:33 Setting up libjson-c5:armhf (0.16-2) ...
13:18:33 Setting up libfdisk1:armhf (2.38.1-4) ...
13:18:33 Setting up libapparmor1:armhf (3.0.8-2) ...
13:18:33 Setting up libip4tc2:armhf (1.8.9-2) ...
13:18:33 Setting up libsystemd-shared:armhf (252.5-2+rpi1) ...
13:18:33 Setting up libdevmapper1.02.1:armhf (2:1.02.185-2) ...
13:18:33 Setting up libcryptsetup12:armhf (2:2.6.0-2) ...
13:18:33 Setting up systemd (252.5-2+rpi1) ...
13:18:33 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:18:33 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:18:33 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:18:33 Initializing machine ID from random generator.
13:18:33 Creating group 'systemd-journal' with GID 999.
13:18:33 Creating group 'systemd-network' with GID 998.
13:18:33 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
13:18:33 Setting up dmsetup (2:1.02.185-2) ...
13:18:33 Selecting previously unselected package systemd-sysv.
13:18:33 (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 ... 11253 files and directories currently installed.)
13:18:33 Preparing to unpack .../0-systemd-sysv_252.5-2+rpi1_armhf.deb ...
13:18:33 Unpacking systemd-sysv (252.5-2+rpi1) ...
13:18:33 Selecting previously unselected package libdbus-1-3:armhf.
13:18:33 Preparing to unpack .../1-libdbus-1-3_1.14.4-1_armhf.deb ...
13:18:33 Unpacking libdbus-1-3:armhf (1.14.4-1) ...
13:18:33 Selecting previously unselected package dbus-bin.
13:18:33 Preparing to unpack .../2-dbus-bin_1.14.4-1_armhf.deb ...
13:18:33 Unpacking dbus-bin (1.14.4-1) ...
13:18:33 Selecting previously unselected package dbus-session-bus-common.
13:18:33 Preparing to unpack .../3-dbus-session-bus-common_1.14.4-1_all.deb ...
13:18:33 Unpacking dbus-session-bus-common (1.14.4-1) ...
13:18:34 Selecting previously unselected package libexpat1:armhf.
13:18:34 Preparing to unpack .../4-libexpat1_2.5.0-1_armhf.deb ...
13:18:34 Unpacking libexpat1:armhf (2.5.0-1) ...
13:18:34 Selecting previously unselected package dbus-daemon.
13:18:34 Preparing to unpack .../5-dbus-daemon_1.14.4-1_armhf.deb ...
13:18:34 Unpacking dbus-daemon (1.14.4-1) ...
13:18:34 Selecting previously unselected package dbus-system-bus-common.
13:18:34 Preparing to unpack .../6-dbus-system-bus-common_1.14.4-1_all.deb ...
13:18:34 Unpacking dbus-system-bus-common (1.14.4-1) ...
13:18:34 Selecting previously unselected package dbus.
13:18:34 Preparing to unpack .../7-dbus_1.14.4-1_armhf.deb ...
13:18:34 Unpacking dbus (1.14.4-1) ...
13:18:34 Selecting previously unselected package libpython3.11-minimal:armhf.
13:18:34 Preparing to unpack .../8-libpython3.11-minimal_3.11.1-2_armhf.deb ...
13:18:34 Unpacking libpython3.11-minimal:armhf (3.11.1-2) ...
13:18:34 Selecting previously unselected package python3.11-minimal.
13:18:34 Preparing to unpack .../9-python3.11-minimal_3.11.1-2_armhf.deb ...
13:18:34 Unpacking python3.11-minimal (3.11.1-2) ...
13:18:34 Setting up libpython3.11-minimal:armhf (3.11.1-2) ...
13:18:34 Setting up libexpat1:armhf (2.5.0-1) ...
13:18:34 Setting up python3.11-minimal (3.11.1-2) ...
13:18:35 Selecting previously unselected package python3-minimal.
13:18: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 ... 11660 files and directories currently installed.)
13:18:35 Preparing to unpack .../0-python3-minimal_3.11.1-3_armhf.deb ...
13:18:35 Unpacking python3-minimal (3.11.1-3) ...
13:18:35 Selecting previously unselected package media-types.
13:18:35 Preparing to unpack .../1-media-types_8.0.0_all.deb ...
13:18:35 Unpacking media-types (8.0.0) ...
13:18:35 Selecting previously unselected package libmpdec3:armhf.
13:18:35 Preparing to unpack .../2-libmpdec3_2.5.1-2+rpi1_armhf.deb ...
13:18:35 Unpacking libmpdec3:armhf (2.5.1-2+rpi1) ...
13:18:35 Selecting previously unselected package libtirpc-common.
13:18:35 Preparing to unpack .../3-libtirpc-common_1.3.3+ds-1_all.deb ...
13:18:35 Unpacking libtirpc-common (1.3.3+ds-1) ...
13:18:35 Selecting previously unselected package libtirpc3:armhf.
13:18:35 Preparing to unpack .../4-libtirpc3_1.3.3+ds-1_armhf.deb ...
13:18:35 Unpacking libtirpc3:armhf (1.3.3+ds-1) ...
13:18:35 Selecting previously unselected package libnsl2:armhf.
13:18:35 Preparing to unpack .../5-libnsl2_1.3.0-2_armhf.deb ...
13:18:35 Unpacking libnsl2:armhf (1.3.0-2) ...
13:18:35 Selecting previously unselected package libpython3.11-stdlib:armhf.
13:18:35 Preparing to unpack .../6-libpython3.11-stdlib_3.11.1-2_armhf.deb ...
13:18:35 Unpacking libpython3.11-stdlib:armhf (3.11.1-2) ...
13:18:35 Selecting previously unselected package python3.11.
13:18:35 Preparing to unpack .../7-python3.11_3.11.1-2_armhf.deb ...
13:18:35 Unpacking python3.11 (3.11.1-2) ...
13:18:35 Selecting previously unselected package libpython3-stdlib:armhf.
13:18:35 Preparing to unpack .../8-libpython3-stdlib_3.11.1-3_armhf.deb ...
13:18:35 Unpacking libpython3-stdlib:armhf (3.11.1-3) ...
13:18:35 Setting up python3-minimal (3.11.1-3) ...
13:18:36 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb'.
13:18:36 Selecting previously unselected package python3.
13:18:36 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12093 files and directories currently installed.)
13:18:36 Preparing to unpack .../00-python3_3.11.1-3_armhf.deb ...
13:18:36 Unpacking python3 (3.11.1-3) ...
13:18:36 Selecting previously unselected package libcap2-bin.
13:18:36 Preparing to unpack .../01-libcap2-bin_1%3a2.66-3_armhf.deb ...
13:18:36 Unpacking libcap2-bin (1:2.66-3) ...
13:18:36 Selecting previously unselected package libpam-systemd:armhf.
13:18:36 Preparing to unpack .../02-libpam-systemd_252.5-2+rpi1_armhf.deb ...
13:18:36 Unpacking libpam-systemd:armhf (252.5-2+rpi1) ...
13:18:36 Selecting previously unselected package apt-transport-https.
13:18:36 Preparing to unpack .../03-apt-transport-https_2.5.5_all.deb ...
13:18:36 Unpacking apt-transport-https (2.5.5) ...
13:18:36 Preparing to unpack .../04-curl_7.87.0-2_armhf.deb ...
13:18:36 Unpacking curl (7.87.0-2) over (7.86.0-2) ...
13:18:36 Preparing to unpack .../05-libcurl4_7.87.0-2_armhf.deb ...
13:18:36 Unpacking libcurl4:armhf (7.87.0-2) over (7.86.0-2) ...
13:18:36 Selecting previously unselected package distro-info-data.
13:18:36 Preparing to unpack .../06-distro-info-data_0.56_all.deb ...
13:18:36 Unpacking distro-info-data (0.56) ...
13:18:36 Selecting previously unselected package libglib2.0-0:armhf.
13:18:36 Preparing to unpack .../07-libglib2.0-0_2.74.5-1_armhf.deb ...
13:18:36 Unpacking libglib2.0-0:armhf (2.74.5-1) ...
13:18:36 make[1]: Leaving directory '/root/build-deb'
13:18:36  dpkg-genbuildinfo
13:18:36  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.changes
13:18:36 Selecting previously unselected package libgirepository-1.0-1:armhf.
13:18:36 Preparing to unpack .../08-libgirepository-1.0-1_1.74.0-3+b1_armhf.deb ...
13:18:36 Unpacking libgirepository-1.0-1:armhf (1.74.0-3+b1) ...
13:18:36 Selecting previously unselected package gir1.2-glib-2.0:armhf.
13:18:36 Preparing to unpack .../09-gir1.2-glib-2.0_1.74.0-3+b1_armhf.deb ...
13:18:36 Unpacking gir1.2-glib-2.0:armhf (1.74.0-3+b1) ...
13:18:36 Selecting previously unselected package libpackagekit-glib2-18:armhf.
13:18:36 Preparing to unpack .../10-libpackagekit-glib2-18_1.2.6-2_armhf.deb ...
13:18:36 Unpacking libpackagekit-glib2-18:armhf (1.2.6-2) ...
13:18:36 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:18:36 Preparing to unpack .../11-gir1.2-packagekitglib-1.0_1.2.6-2_armhf.deb ...
13:18:36 Unpacking gir1.2-packagekitglib-1.0 (1.2.6-2) ...
13:18:36 Selecting previously unselected package gnupg2.
13:18:36 Preparing to unpack .../12-gnupg2_2.2.40-1_all.deb ...
13:18:36 Unpacking gnupg2 (2.2.40-1) ...
13:18:36 Selecting previously unselected package iso-codes.
13:18:36 Preparing to unpack .../13-iso-codes_4.12.0-1_all.deb ...
13:18:36 Unpacking iso-codes (4.12.0-1) ...
13:18:37 Selecting previously unselected package libcurl3-gnutls:armhf.
13:18:37 Preparing to unpack .../14-libcurl3-gnutls_7.87.0-2_armhf.deb ...
13:18:37 Unpacking libcurl3-gnutls:armhf (7.87.0-2) ...
13:18:37 Selecting previously unselected package libstemmer0d:armhf.
13:18:37 Preparing to unpack .../15-libstemmer0d_2.2.0-2_armhf.deb ...
13:18:37 Unpacking libstemmer0d:armhf (2.2.0-2) ...
13:18:37 Selecting previously unselected package libicu72:armhf.
13:18:37 Preparing to unpack .../16-libicu72_72.1-3_armhf.deb ...
13:18:37 Unpacking libicu72:armhf (72.1-3) ...
13:18:37 dpkg-genchanges: info: including full source code in upload
13:18:37  dpkg-source -I.git --after-build .
13:18:37 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:18:37 + destination=/build
13:18:37 + mkdir -p /build
13:18:37 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_armhf.deb /build
13:18:37 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb'
13:18:37 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb'
13:18:37 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'
13:18:37 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'
13:18:37 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'
13:18:37 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'
13:18:37 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc'
13:18:37 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc'
13:18:37 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz'
13:18:37 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz'
13:18:37 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.buildinfo'
13:18:37 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.buildinfo'
13:18:37 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.changes'
13:18:37 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.changes'
13:18:37 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'
13:18:37 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'
13:18:37 copied '/root/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_armhf.deb'
13:18:37 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_armhf.deb'
13:18:38 Selecting previously unselected package libxml2:armhf.
13:18:38 Preparing to unpack .../17-libxml2_2.9.14+dfsg-1.1+b1_armhf.deb ...
13:18:38 Unpacking libxml2:armhf (2.9.14+dfsg-1.1+b1) ...
13:18:38 Selecting previously unselected package libxmlb2:armhf.
13:18:38 Preparing to unpack .../18-libxmlb2_0.3.10-2_armhf.deb ...
13:18:38 Unpacking libxmlb2:armhf (0.3.10-2) ...
13:18:38 Selecting previously unselected package libappstream4:armhf.
13:18:38 Preparing to unpack .../19-libappstream4_0.16.0-1_armhf.deb ...
13:18:38 Unpacking libappstream4:armhf (0.16.0-1) ...
13:18:38 Selecting previously unselected package libduktape207:armhf.
13:18:38 Preparing to unpack .../20-libduktape207_2.7.0-1_armhf.deb ...
13:18:38 Unpacking libduktape207:armhf (2.7.0-1) ...
13:18:38 Selecting previously unselected package libelf1:armhf.
13:18:38 Preparing to unpack .../21-libelf1_0.187-2+rpi2_armhf.deb ...
13:18:38 Unpacking libelf1:armhf (0.187-2+rpi2) ...
13:18:38 Selecting previously unselected package libdw1:armhf.
13:18:38 Preparing to unpack .../22-libdw1_0.187-2+rpi2_armhf.deb ...
13:18:38 Unpacking libdw1:armhf (0.187-2+rpi2) ...
13:18:38 Selecting previously unselected package libglib2.0-data.
13:18:38 Preparing to unpack .../23-libglib2.0-data_2.74.5-1_all.deb ...
13:18:38 Unpacking libglib2.0-data (2.74.5-1) ...
13:18:38 Selecting previously unselected package libglib2.0-bin.
13:18:38 Preparing to unpack .../24-libglib2.0-bin_2.74.5-1_armhf.deb ...
13:18:38 Unpacking libglib2.0-bin (2.74.5-1) ...
13:18:38 Selecting previously unselected package libunwind8:armhf.
13:18:38 Preparing to unpack .../25-libunwind8_1.6.2-3_armhf.deb ...
13:18:38 Unpacking libunwind8:armhf (1.6.2-3) ...
13:18:38 Selecting previously unselected package libgstreamer1.0-0:armhf.
13:18:38 Preparing to unpack .../26-libgstreamer1.0-0_1.22.0-2_armhf.deb ...
13:18:38 Unpacking libgstreamer1.0-0:armhf (1.22.0-2) ...
13:18:38 Selecting previously unselected package libpolkit-gobject-1-0:armhf.
13:18:38 Preparing to unpack .../27-libpolkit-gobject-1-0_122-3_armhf.deb ...
13:18:38 Unpacking libpolkit-gobject-1-0:armhf (122-3) ...
13:18:38 Selecting previously unselected package libpolkit-agent-1-0:armhf.
13:18:38 Preparing to unpack .../28-libpolkit-agent-1-0_122-3_armhf.deb ...
13:18:38 Unpacking libpolkit-agent-1-0:armhf (122-3) ...
13:18:39 Selecting previously unselected package lsb-release.
13:18:39 Preparing to unpack .../29-lsb-release_12.0-1_all.deb ...
13:18:39 Unpacking lsb-release (12.0-1) ...
13:18:39 Selecting previously unselected package xml-core.
13:18:39 Preparing to unpack .../30-xml-core_0.18+nmu1_all.deb ...
13:18:39 Unpacking xml-core (0.18+nmu1) ...
13:18:39 Selecting previously unselected package polkitd.
13:18:39 Preparing to unpack .../31-polkitd_122-3_armhf.deb ...
13:18:39 Unpacking polkitd (122-3) ...
13:18:39 Selecting previously unselected package packagekit.
13:18:39 Preparing to unpack .../32-packagekit_1.2.6-2_armhf.deb ...
13:18:39 Unpacking packagekit (1.2.6-2) ...
13:18:39 Selecting previously unselected package python-apt-common.
13:18:39 Preparing to unpack .../33-python-apt-common_2.5.2_all.deb ...
13:18:39 Unpacking python-apt-common (2.5.2) ...
13:18:39 Selecting previously unselected package python3-apt.
13:18:39 Preparing to unpack .../34-python3-apt_2.5.2_armhf.deb ...
13:18:39 Unpacking python3-apt (2.5.2) ...
13:18:39 Selecting previously unselected package python3-blinker.
13:18:39 Preparing to unpack .../35-python3-blinker_1.5-1_all.deb ...
13:18:39 Unpacking python3-blinker (1.5-1) ...
13:18:39 Selecting previously unselected package python3-cffi-backend:armhf.
13:18:39 Preparing to unpack .../36-python3-cffi-backend_1.15.1-5+b1_armhf.deb ...
13:18:39 Unpacking python3-cffi-backend:armhf (1.15.1-5+b1) ...
13:18:39 Selecting previously unselected package python3-cryptography.
13:18:39 Preparing to unpack .../37-python3-cryptography_38.0.4-2_armhf.deb ...
13:18:39 Unpacking python3-cryptography (38.0.4-2) ...
13:18:39 Selecting previously unselected package python3-dbus.
13:18:39 Preparing to unpack .../38-python3-dbus_1.3.2-4_armhf.deb ...
13:18:39 Unpacking python3-dbus (1.3.2-4) ...
13:18:39 Selecting previously unselected package python3-distro.
13:18:39 Preparing to unpack .../39-python3-distro_1.8.0-1_all.deb ...
13:18:39 Unpacking python3-distro (1.8.0-1) ...
13:18:39 Selecting previously unselected package python3-gi.
13:18:39 Preparing to unpack .../40-python3-gi_3.42.2-3+b1_armhf.deb ...
13:18:39 Unpacking python3-gi (3.42.2-3+b1) ...
13:18:39 Selecting previously unselected package python3-pyparsing.
13:18:39 Preparing to unpack .../41-python3-pyparsing_3.0.9-1_all.deb ...
13:18:39 Unpacking python3-pyparsing (3.0.9-1) ...
13:18:39 Selecting previously unselected package python3-httplib2.
13:18:39 Preparing to unpack .../42-python3-httplib2_0.20.4-3_all.deb ...
13:18:39 Unpacking python3-httplib2 (0.20.4-3) ...
13:18:39 Selecting previously unselected package python3-jwt.
13:18:39 Preparing to unpack .../43-python3-jwt_2.6.0-1_all.deb ...
13:18:39 Unpacking python3-jwt (2.6.0-1) ...
13:18:39 Selecting previously unselected package python3-pkg-resources.
13:18:39 Preparing to unpack .../44-python3-pkg-resources_65.6.3-1_all.deb ...
13:18:39 Unpacking python3-pkg-resources (65.6.3-1) ...
13:18:39 Selecting previously unselected package python3-lazr.uri.
13:18:39 Preparing to unpack .../45-python3-lazr.uri_1.0.6-3_all.deb ...
13:18:39 Unpacking python3-lazr.uri (1.0.6-3) ...
13:18:39 Selecting previously unselected package python3-wadllib.
13:18:39 Preparing to unpack .../46-python3-wadllib_1.3.6-4_all.deb ...
13:18:39 Unpacking python3-wadllib (1.3.6-4) ...
13:18:39 Selecting previously unselected package python3-oauthlib.
13:18:39 Preparing to unpack .../47-python3-oauthlib_3.2.2-1_all.deb ...
13:18:39 Unpacking python3-oauthlib (3.2.2-1) ...
13:18:40 Selecting previously unselected package python3-six.
13:18:40 Preparing to unpack .../48-python3-six_1.16.0-4_all.deb ...
13:18:40 Unpacking python3-six (1.16.0-4) ...
13:18:40 Selecting previously unselected package python3-lazr.restfulclient.
13:18:40 Preparing to unpack .../49-python3-lazr.restfulclient_0.14.5-1_all.deb ...
13:18:40 Unpacking python3-lazr.restfulclient (0.14.5-1) ...
13:18:40 Selecting previously unselected package python3-software-properties.
13:18:40 Preparing to unpack .../50-python3-software-properties_0.99.30-4_all.deb ...
13:18:40 Unpacking python3-software-properties (0.99.30-4) ...
13:18:40 Selecting previously unselected package software-properties-common.
13:18:40 Preparing to unpack .../51-software-properties-common_0.99.30-4_all.deb ...
13:18:40 Unpacking software-properties-common (0.99.30-4) ...
13:18:40 Setting up media-types (8.0.0) ...
13:18:40 Setting up systemd-sysv (252.5-2+rpi1) ...
13:18:40 Setting up gnupg2 (2.2.40-1) ...
13:18:40 Setting up libicu72:armhf (72.1-3) ...
13:18:40 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
13:18:40 Setting up apt-transport-https (2.5.5) ...
13:18:40 Setting up libglib2.0-0:armhf (2.74.5-1) ...
13:18:40 No schema files found: doing nothing.
13:18:40 Setting up distro-info-data (0.56) ...
13:18:40 Setting up libtirpc-common (1.3.3+ds-1) ...
13:18:40 Setting up libxmlb2:armhf (0.3.10-2) ...
13:18:40 Setting up libpackagekit-glib2-18:armhf (1.2.6-2) ...
13:18:40 Setting up libcurl3-gnutls:armhf (7.87.0-2) ...
13:18:40 Setting up libunwind8:armhf (1.6.2-3) ...
13:18:40 Setting up libcap2-bin (1:2.66-3) ...
13:18:40 Setting up libglib2.0-data (2.74.5-1) ...
13:18:40 Setting up libdbus-1-3:armhf (1.14.4-1) ...
13:18:40 Setting up udev (252.5-2+rpi1) ...
13:18:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:18:41 + make IMAGE=ubuntu:focal verify
13:18:41 docker run  --rm -i \
13:18:41 	-v "$(pwd):/v" \
13:18:41 	-e DEBIAN_FRONTEND=noninteractive \
13:18:41 	-e PACKAGE_REPO=staging \
13:18:41 	-w /v \
13:18:41 	ubuntu:focal ./verify
13:18:41 Unable to find image 'ubuntu:focal' locally
13:18:41 focal: Pulling from library/ubuntu
13:18:41 invoke-rc.d: could not determine current runlevel
13:18:41 invoke-rc.d: policy-rc.d denied execution of restart.
13:18:41 Setting up python-apt-common (2.5.2) ...
13:18:41 Setting up libduktape207:armhf (2.7.0-1) ...
13:18:41 Setting up dbus-session-bus-common (1.14.4-1) ...
13:18:41 Setting up xml-core (0.18+nmu1) ...
13:18:41 363362dbf184: Already exists
13:18:41 Digest: sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d
13:18:41 Status: Downloaded newer image for ubuntu:focal
13:18:41 Setting up libmpdec3:armhf (2.5.1-2+rpi1) ...
13:18:41 Setting up libcurl4:armhf (7.87.0-2) ...
13:18:41 Setting up libgirepository-1.0-1:armhf (1.74.0-3+b1) ...
13:18:41 Setting up curl (7.87.0-2) ...
13:18:41 Setting up libstemmer0d:armhf (2.2.0-2) ...
13:18:41 Setting up lsb-release (12.0-1) ...
13:18:41 Setting up dbus-system-bus-common (1.14.4-1) ...
13:18:41 Setting up libelf1:armhf (0.187-2+rpi2) ...
13:18:41 Setting up libxml2:armhf (2.9.14+dfsg-1.1+b1) ...
13:18:41 Setting up iso-codes (4.12.0-1) ...
13:18:41 Setting up dbus-bin (1.14.4-1) ...
13:18:41 Setting up libpolkit-gobject-1-0:armhf (122-3) ...
13:18:41 Setting up libtirpc3:armhf (1.3.3+ds-1) ...
13:18:41 Setting up libdw1:armhf (0.187-2+rpi2) ...
13:18:41 Setting up libglib2.0-bin (2.74.5-1) ...
13:18:41 Setting up dbus-daemon (1.14.4-1) ...
13:18:41 Setting up libappstream4:armhf (0.16.0-1) ...
13:18:41 Setting up dbus (1.14.4-1) ...
13:18:41 invoke-rc.d: could not determine current runlevel
13:18:41 invoke-rc.d: policy-rc.d denied execution of start.
13:18:41 Setting up gir1.2-glib-2.0:armhf (1.74.0-3+b1) ...
13:18:41 Setting up libnsl2:armhf (1.3.0-2) ...
13:18:41 Setting up libpam-systemd:armhf (252.5-2+rpi1) ...
13:18:42 + verify
13:18:42 + dpkg --version
13:18:42 + verify_deb
13:18:42 + apt-get update
13:18:42 Setting up libpolkit-agent-1-0:armhf (122-3) ...
13:18:42 Setting up libgstreamer1.0-0:armhf (1.22.0-2) ...
13:18:42 Setcap worked! gst-ptp-helper is not suid!
13:18:42 Setting up libpython3.11-stdlib:armhf (3.11.1-2) ...
13:18:42 Setting up gir1.2-packagekitglib-1.0 (1.2.6-2) ...
13:18:42 Setting up libpython3-stdlib:armhf (3.11.1-3) ...
13:18:42 Setting up python3.11 (3.11.1-2) ...
13:18:42 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
13:18:42 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
13:18:42 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
13:18:43 Setting up python3 (3.11.1-3) ...
13:18:43 Setting up python3-six (1.16.0-4) ...
13:18:43 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
13:18:43 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main armhf Packages [1227 kB]
13:18:43 Setting up python3-pyparsing (3.0.9-1) ...
13:18:43 Setting up python3-gi (3.42.2-3+b1) ...
13:18:43 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/multiverse armhf Packages [141 kB]
13:18:43 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf Packages [10.9 MB]
13:18:43 Setting up python3-httplib2 (0.20.4-3) ...
13:18:43 Setting up python3-cffi-backend:armhf (1.15.1-5+b1) ...
13:18:43 Setting up python3-blinker (1.5-1) ...
13:18:43 Setting up python3-pkg-resources (65.6.3-1) ...
13:18:43 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/restricted armhf Packages [10.8 kB]
13:18:43 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf Packages [1054 kB]
13:18:43 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted armhf Packages [17.6 kB]
13:18:43 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf Packages [1525 kB]
13:18:43 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse armhf Packages [9590 B]
13:18:43 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe armhf Packages [27.8 kB]
13:18:43 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/main armhf Packages [54.7 kB]
13:18:43 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf Packages [1156 kB]
13:18:44 Setting up python3-dbus (1.3.2-4) ...
13:18:44 make[1]: Leaving directory '/root/build-deb'
13:18:44  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.buildinfo
13:18:44 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse armhf Packages [4735 B]
13:18:44 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted armhf Packages [17.3 kB]
13:18:44 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/universe armhf Packages [760 kB]
13:18:44 Setting up python3-distro (1.8.0-1) ...
13:18:44 Setting up python3-jwt (2.6.0-1) ...
13:18:44  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.changes
13:18:44 Setting up python3-apt (2.5.2) ...
13:18:44 Setting up python3-lazr.uri (1.0.6-3) ...
13:18:44 Fetched 17.6 MB in 3s (6571 kB/s)
13:18:44 Setting up python3-cryptography (38.0.4-2) ...
13:18:45 Setting up python3-wadllib (1.3.6-4) ...
13:18:45 Setting up python3-oauthlib (3.2.2-1) ...
13:18:45 dpkg-genchanges: info: including full source code in upload
13:18:45  dpkg-source -I.git --after-build .
13:18:45 Setting up python3-lazr.restfulclient (0.14.5-1) ...
13:18:45 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:18:45 + destination=/build
13:18:45 + mkdir -p /build
13:18:45 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb /root/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_armhf.deb /build
13:18:45 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb'
13:18:45 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb'
13:18:45 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb'
13:18:45 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb'
13:18:45 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb'
13:18:45 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb'
13:18:45 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc'
13:18:45 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc'
13:18:45 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz'
13:18:45 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz'
13:18:45 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.buildinfo'
13:18:45 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.buildinfo'
13:18:45 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.changes'
13:18:45 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.changes'
13:18:45 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb'
13:18:45 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb'
13:18:45 copied '/root/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_armhf.deb'
13:18:45 removed '/root/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_armhf.deb'
13:18:45 Processing triggers for sgml-base (1.31) ...
13:18:45 Setting up polkitd (122-3) ...
13:18:45 Creating group 'polkitd' with GID 997.
13:18:45 Creating user 'polkitd' (polkit) with UID 997 and GID 997.
13:18:45 invoke-rc.d: could not determine current runlevel
13:18:45 invoke-rc.d: policy-rc.d denied execution of reload.
13:18:45 Reading package lists...
13:18:45 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:18:45 start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory)
13:18:45 Processing triggers for libc-bin (2.36-6+rpi1) ...
13:18:45 Processing triggers for systemd (252.5-2+rpi1) ...
13:18:45 Setting up python3-software-properties (0.99.30-4) ...
13:18:45 Setting up packagekit (1.2.6-2) ...
13:18:45 invoke-rc.d: could not determine current runlevel
13:18:45 invoke-rc.d: policy-rc.d denied execution of force-reload.
13:18:45 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
13:18:46 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
13:18:46 Setting up software-properties-common (0.99.30-4) ...
13:18:46 Processing triggers for dbus (1.14.4-1) ...
13:18:46 ++ source /etc/os-release
13:18:46 +++ PRETTY_NAME='Raspbian GNU/Linux bookworm/sid'
13:18:46 +++ NAME='Raspbian GNU/Linux'
13:18:46 +++ VERSION_CODENAME=bookworm
13:18:46 +++ ID=raspbian
13:18:46 +++ ID_LIKE=debian
13:18:46 +++ HOME_URL=http://www.raspbian.org/
13:18:46 +++ SUPPORT_URL=http://www.raspbian.org/RaspbianForums
13:18:46 +++ BUG_REPORT_URL=http://www.raspbian.org/RaspbianBugs
13:18:46 ++ echo raspbian
13:18:46 + DIST_ID=raspbian
13:18:46 ++ lsb_release -sc
13:18:46 + DIST_VERSION=bookworm
13:18:46 + '[' bookworm = sid ']'
13:18:46 + install_debian_containerd
13:18:46 + '[' staging = stage ']'
13:18:46 + REPO_URL=https://download.docker.com/linux/raspbian
13:18:46 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian'
13:18:46 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian
13:18:46 + update-ca-certificates -f
13:18:46 Clearing symlinks in /etc/ssl/certs...
13:18:46 done.
13:18:46 Updating certificates in /etc/ssl/certs...
13:18:47 Reading package lists...
13:18:47 Building dependency tree...
13:18:47 Reading state information...
13:18:47 The following additional packages will be installed:
13:18:47   dbus dbus-user-session dconf-gsettings-backend dconf-service dirmngr
13:18:47   distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking
13:18:47   glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils
13:18:47   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
13:18:47   gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1
13:18:47   libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12
13:18:47   libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1
13:18:47   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
13:18:47   libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal
13:18:47   libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66
13:18:47   libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal
13:18:47   libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0
13:18:47   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd
13:18:47   libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5
13:18:47   libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8
13:18:47   libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1
13:18:47   libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libwind0-heimdal libxml2
13:18:47   libyaml-0-2 mime-support openssl packagekit pinentry-curses policykit-1
13:18:47   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:18:47   python3-dbus python3-gi python3-idna python3-minimal python3-pkg-resources
13:18:47   python3-requests python3-requests-unixsocket python3-six
13:18:47   python3-software-properties python3-urllib3 python3.8 python3.8-minimal
13:18:47   readline-common systemd systemd-sysv systemd-timesyncd tzdata
13:18:47 Suggested packages:
13:18:47   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc
13:18:47   krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
13:18:47   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
13:18:47   python3-setuptools python3-cryptography python3-openssl python3-socks
13:18:47   python3.8-venv python3.8-doc binutils binfmt-support readline-doc
13:18:47   systemd-container
13:18:47 Recommended packages:
13:18:47   libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales publicsuffix
13:18:47   libsasl2-modules file xz-utils packagekit-tools unattended-upgrades
13:18:47   networkd-dispatcher libnss-systemd
13:18:47 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
13:18:47 127 added, 0 removed; done.
13:18:47 Running hooks in /etc/ca-certificates/update.d...
13:18:47 done.
13:18:47 + apt-key add -
13:18:47 + curl -fsSL https://download.docker.com/linux/raspbian/gpg
13:18:47 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
13:18:47 The following NEW packages will be installed:
13:18:47   apt-transport-https ca-certificates curl dbus dbus-user-session
13:18:47   dconf-gsettings-backend dconf-service dirmngr distro-info-data
13:18:47   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking
13:18:47   glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils
13:18:47   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
13:18:47   gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1
13:18:47   libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12
13:18:47   libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1
13:18:47   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
13:18:47   libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal
13:18:47   libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66
13:18:47   libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal
13:18:47   libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0
13:18:47   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd
13:18:47   libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5
13:18:47   libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8
13:18:47   libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1
13:18:47   libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libwind0-heimdal libxml2
13:18:47   libyaml-0-2 lsb-release mime-support openssl packagekit pinentry-curses
13:18:47   policykit-1 python-apt-common python3 python3-apt python3-certifi
13:18:47   python3-chardet python3-dbus python3-gi python3-idna python3-minimal
13:18:47   python3-pkg-resources python3-requests python3-requests-unixsocket
13:18:47   python3-six python3-software-properties python3-urllib3 python3.8
13:18:47   python3.8-minimal readline-common software-properties-common systemd
13:18:47   systemd-sysv systemd-timesyncd tzdata
13:18:48 0 upgraded, 119 newly installed, 0 to remove and 4 not upgraded.
13:18:48 Need to get 32.4 MB of archives.
13:18:48 After this operation, 122 MB of additional disk space will be used.
13:18:48 Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssl1.1 armhf 1.1.1f-1ubuntu2.17 [1084 kB]
13:18:48 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpython3.8-minimal armhf 3.8.10-0ubuntu1~20.04.6 [708 kB]
13:18:48 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libexpat1 armhf 2.2.9-1ubuntu0.6 [55.1 kB]
13:18:48 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8-minimal armhf 3.8.10-0ubuntu1~20.04.6 [1584 kB]
13:18:48 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-minimal armhf 3.8.2-0ubuntu2 [23.6 kB]
13:18:48 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main armhf mime-support all 3.64ubuntu1 [30.6 kB]
13:18:48 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpdec2 armhf 2.4.2-3 [66.8 kB]
13:18:48 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf readline-common all 8.0-4 [53.5 kB]
13:18:48 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadline8 armhf 8.0-4 [109 kB]
13:18:48 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsqlite3-0 armhf 3.31.1-4ubuntu0.5 [468 kB]
13:18:48 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpython3.8-stdlib armhf 3.8.10-0ubuntu1~20.04.6 [1602 kB]
13:18:48 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8 armhf 3.8.10-0ubuntu1~20.04.6 [387 kB]
13:18:48 Get:13 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpython3-stdlib armhf 3.8.2-0ubuntu2 [7068 B]
13:18:48 Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3 armhf 3.8.2-0ubuntu2 [47.6 kB]
13:18:48 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libapparmor1 armhf 2.13.3-7ubuntu5.1 [29.0 kB]
13:18:48 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcap2 armhf 1:2.32-1 [14.0 kB]
13:18:48 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libargon2-1 armhf 0~20171227-0.2 [20.0 kB]
13:18:48 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper1.02.1 armhf 2:1.02.167-1ubuntu1 [118 kB]
13:18:48 Get:19 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libjson-c4 armhf 0.13.1+dfsg-7ubuntu0.3 [25.8 kB]
13:18:49 OK
13:18:49 + '[' bookworm = sid ']'
13:18:49 ++ dpkg --print-architecture
13:18:49 + ARCH=armhf
13:18:49 + echo 'deb [arch=armhf] https://download.docker.com/linux/raspbian bookworm test'
13:18:49 + apt-get update
13:18:49 Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcryptsetup12 armhf 2:2.2.2-3ubuntu2.4 [147 kB]
13:18:49 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libip4tc2 armhf 1.8.4-3ubuntu2 [16.8 kB]
13:18:49 Get:22 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkmod2 armhf 27-1ubuntu2.1 [39.1 kB]
13:18:49 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf systemd-timesyncd armhf 245.4-4ubuntu3.19 [27.9 kB]
13:18:49 Get:24 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf systemd armhf 245.4-4ubuntu3.19 [3652 kB]
13:18:49 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf systemd-sysv armhf 245.4-4ubuntu3.19 [10.3 kB]
13:18:49 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssl armhf 1.1.1f-1ubuntu2.17 [597 kB]
13:18:49 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
13:18:49 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libdbus-1-3 armhf 1.12.16-2ubuntu2.3 [156 kB]
13:18:49 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dbus armhf 1.12.16-2ubuntu2.3 [134 kB]
13:18:49 Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf distro-info-data all 0.43ubuntu1.11 [4672 B]
13:18:49 Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-0 armhf 2.64.6-1~ubuntu20.04.4 [1125 kB]
13:18:49 Get:32 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgirepository-1.0-1 armhf 1.64.1-1~ubuntu20.04.1 [72.4 kB]
13:18:49 Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gir1.2-glib-2.0 armhf 1.64.1-1~ubuntu20.04.1 [134 kB]
13:18:49 Get:34 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcap2-bin armhf 1:2.32-1 [25.2 kB]
13:18:49 Get:35 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libelf1 armhf 0.176-1.1build1 [41.3 kB]
13:18:49 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:18:49 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
13:18:49 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libicu66 armhf 66.1-2ubuntu2.1 [8223 kB]
13:18:49 Get:1 https://download.docker.com/linux/raspbian bookworm InRelease [26.7 kB]
13:18:49 Hit:2 http://archive.raspbian.org/raspbian bookworm InRelease
13:18:49 Get:3 https://download.docker.com/linux/raspbian bookworm/test armhf Packages [3172 B]
13:18:49 Fetched 29.8 kB in 1s (54.1 kB/s)
13:18:49 Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpam-systemd armhf 245.4-4ubuntu3.19 [168 kB]
13:18:49 Get:40 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libxml2 armhf 2.9.10+dfsg-5ubuntu0.20.04.5 [546 kB]
13:18:49 Get:41 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-0-2 armhf 0.2.2-1 [41.3 kB]
13:18:49 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main armhf lsb-release all 11.1.0ubuntu2 [10.6 kB]
13:18:49 Get:43 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-dbus armhf 1.2.16-1build1 [87.6 kB]
13:18:49 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-gi armhf 3.36.0-1 [150 kB]
13:18:49 Get:45 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
13:18:49 Get:46 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-six all 1.14.0-2 [12.1 kB]
13:18:49 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main armhf iso-codes all 4.4-1 [2695 kB]
13:18:49 Get:48 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5support0 armhf 1.17-6ubuntu4.2 [28.1 kB]
13:18:49 Get:49 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libk5crypto3 armhf 1.17-6ubuntu4.2 [78.7 kB]
13:18:49 Get:50 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkeyutils1 armhf 1.6-6ubuntu1.1 [9224 B]
13:18:49 Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-3 armhf 1.17-6ubuntu4.2 [287 kB]
13:18:49 Get:52 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi-krb5-2 armhf 1.17-6ubuntu4.2 [101 kB]
13:18:49 Get:53 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblmdb0 armhf 0.9.24-1 [38.0 kB]
13:18:49 Get:54 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpolkit-gobject-1-0 armhf 0.105-26ubuntu1.3 [33.8 kB]
13:18:49 Get:55 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpsl5 armhf 0.21.0-1ubuntu1 [50.2 kB]
13:18:49 Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python-apt-common all 2.0.1 [17.0 kB]
13:18:49 Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-apt armhf 2.0.1 [140 kB]
13:18:50 Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf apt-transport-https all 2.0.9 [1704 B]
13:18:50 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbrotli1 armhf 1.0.7-6ubuntu0.1 [254 kB]
13:18:50 Get:60 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf libroken18-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [35.3 kB]
13:18:50 Get:61 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf libasn1-8-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [140 kB]
13:18:50 Get:62 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf libheimbase1-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [25.1 kB]
13:18:50 Get:63 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf libhcrypto4-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [78.4 kB]
13:18:50 Get:64 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf libwind0-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [47.1 kB]
13:18:50 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf libhx509-5-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [89.0 kB]
13:18:50 Get:66 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf libkrb5-26-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [170 kB]
13:18:50 Get:67 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf libheimntlm0-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [13.2 kB]
13:18:50 Get:68 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf libgssapi3-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [80.1 kB]
13:18:50 Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2ubuntu0.1 [13.2 kB]
13:18:50 Get:70 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg-2ubuntu0.1 [42.7 kB]
13:18:50 Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
13:18:50 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-2.4-2 armhf 2.4.49+dfsg-2ubuntu1.9 [133 kB]
13:18:50 Get:73 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnghttp2-14 armhf 1.40.0-1build1 [67.8 kB]
13:18:50 Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build1 [49.1 kB]
13:18:50 Get:75 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssh-4 armhf 0.9.3-2ubuntu2.2 [147 kB]
13:18:50 Get:76 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl4 armhf 7.68.0-1ubuntu2.15 [204 kB]
13:18:50 Get:77 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf curl armhf 7.68.0-1ubuntu2.15 [154 kB]
13:18:50 Get:78 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dbus-user-session armhf 1.12.16-2ubuntu2.3 [9424 B]
13:18:50 Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdconf1 armhf 0.36.0-1 [33.2 kB]
13:18:50 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dconf-service armhf 0.36.0-1 [25.3 kB]
13:18:50 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dconf-gsettings-backend armhf 0.36.0-1 [18.4 kB]
13:18:50 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libassuan0 armhf 2.5.3-7ubuntu2 [29.1 kB]
13:18:50 Get:83 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgconf armhf 2.2.19-3ubuntu2.2 [107 kB]
13:18:50 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libksba8 armhf 1.3.5-2ubuntu0.20.04.2 [80.4 kB]
13:18:50 Get:85 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnpth0 armhf 1.6-1 [6624 B]
13:18:50 Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dirmngr armhf 2.2.19-3ubuntu2.2 [288 kB]
13:18:50 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpackagekit-glib2-18 armhf 1.1.13-2ubuntu1.1 [90.6 kB]
13:18:50 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gir1.2-packagekitglib-1.0 armhf 1.1.13-2ubuntu1.1 [21.4 kB]
13:18:50 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libproxy1v5 armhf 0.4.15-10ubuntu1.2 [42.3 kB]
13:18:50 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf glib-networking-common all 2.64.2-1ubuntu0.1 [5040 B]
13:18:50 Get:91 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf glib-networking-services armhf 2.64.2-1ubuntu0.1 [9908 B]
13:18:50 Get:92 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gsettings-desktop-schemas all 3.36.0-1ubuntu1 [29.0 kB]
13:18:50 Get:93 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf glib-networking armhf 2.64.2-1ubuntu0.1 [52.2 kB]
13:18:50 Get:94 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
13:18:50 Get:95 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-utils armhf 2.2.19-3ubuntu2.2 [412 kB]
13:18:50 Get:96 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg armhf 2.2.19-3ubuntu2.2 [425 kB]
13:18:50 Get:97 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pinentry-curses armhf 1.1.0-3build1 [31.8 kB]
13:18:50 Get:98 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-agent armhf 2.2.19-3ubuntu2.2 [195 kB]
13:18:50 Get:99 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-client armhf 2.2.19-3ubuntu2.2 [81.8 kB]
13:18:50 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-server armhf 2.2.19-3ubuntu2.2 [76.2 kB]
13:18:50 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgsm armhf 2.2.19-3ubuntu2.2 [187 kB]
13:18:50 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-844/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy"
13:18:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-844/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
13:18:50 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg all 2.2.19-3ubuntu2.2 [259 kB]
13:18:50 Reading package lists...
13:18:51 Get:103 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsoup2.4-1 armhf 2.70.0-1 [228 kB]
13:18:51 + make IMAGE=ubuntu:jammy verify
13:18:51 docker run  --rm -i \
13:18:51 	-v "$(pwd):/v" \
13:18:51 	-e DEBIAN_FRONTEND=noninteractive \
13:18:51 	-e PACKAGE_REPO=staging \
13:18:51 	-w /v \
13:18:51 	ubuntu:jammy ./verify
13:18:51 Unable to find image 'ubuntu:jammy' locally
13:18:51 W: https://download.docker.com/linux/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
13:18:51 W: http://archive.raspbian.org/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
13:18:51 ++ find deb/debbuild/raspbian-bookworm/ -type f -name '*.deb'
13:18:51 + packages='deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb
13:18:51 deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb
13:18:51 deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb
13:18:51 deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb
13:18:51 deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb'
13:18:51 ++ echo 'deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb
13:18:51 deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb
13:18:51 deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb
13:18:51 deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb
13:18:51 deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb'
13:18:51 ++ awk '$0="./"$0'
13:18:51 ++ xargs
13:18:51 + packages='./deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb'
13:18:51 + set -x
13:18:51 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb
13:18:51 Selecting previously unselected package docker-ce-rootless-extras.
13:18:51 (Reading database ... 14817 files and directories currently installed.)
13:18:51 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ...
13:18:51 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm) ...
13:18:51 Get:104 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstemmer0d armhf 0+svn585-2 [55.1 kB]
13:18:51 Get:105 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libappstream4 armhf 0.12.10-2 [110 kB]
13:18:51 Get:106 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-bin armhf 2.64.6-1~ubuntu20.04.4 [67.3 kB]
13:18:51 Get:107 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgstreamer1.0-0 armhf 1.16.3-0ubuntu1.1 [829 kB]
13:18:51 Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpolkit-agent-1-0 armhf 0.105-26ubuntu1.3 [12.8 kB]
13:18:51 Get:109 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf policykit-1 armhf 0.105-26ubuntu1.3 [76.6 kB]
13:18:51 Get:110 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-certifi all 2019.11.28-1 [149 kB]
13:18:51 Get:111 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-chardet all 3.0.4-4build1 [80.4 kB]
13:18:51 Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-idna all 2.8-1 [34.6 kB]
13:18:51 Get:113 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
13:18:51 Get:114 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
13:18:51 Get:115 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-requests-unixsocket all 0.2.0-2 [7272 B]
13:18:51 Get:116 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-software-properties all 0.99.9.10 [21.7 kB]
13:18:51 jammy: Pulling from library/ubuntu
13:18:51 860e874323ae: Already exists
13:18:51 Digest: sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f
13:18:51 Status: Downloaded newer image for ubuntu:jammy
13:18:51 Selecting previously unselected package docker-ce-cli.
13:18:51 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ...
13:18:51 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm) ...
13:18:51 Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf packagekit armhf 1.1.13-2ubuntu1.1 [380 kB]
13:18:51 Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf software-properties-common all 0.99.9.10 [10.4 kB]
13:18:51 Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf gnupg2 all 2.2.19-3ubuntu2.2 [5316 B]
13:18:51 debconf: delaying package configuration, since apt-utils is not installed
13:18:51 Fetched 32.4 MB in 4s (8192 kB/s)
13:18:51 Selecting previously unselected package libssl1.1:armhf.
13:18:51 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4120 files and directories currently installed.)
13:18:51 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.17_armhf.deb ...
13:18:51 Unpacking libssl1.1:armhf (1.1.1f-1ubuntu2.17) ...
13:18:51 Selecting previously unselected package libpython3.8-minimal:armhf.
13:18:51 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
13:18:51 Unpacking libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.6) ...
13:18:51 + verify
13:18:51 + dpkg --version
13:18:51 + verify_deb
13:18:51 + apt-get update
13:18:52 Selecting previously unselected package libexpat1:armhf.
13:18:52 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_armhf.deb ...
13:18:52 Unpacking libexpat1:armhf (2.2.9-1ubuntu0.6) ...
13:18:52 Selecting previously unselected package python3.8-minimal.
13:18:52 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
13:18:52 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
13:18:52 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB]
13:18:52 Selecting previously unselected package docker-ce.
13:18:52 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ...
13:18:52 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm) ...
13:18:52 Setting up libssl1.1:armhf (1.1.1f-1ubuntu2.17) ...
13:18:52 Setting up libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.6) ...
13:18:52 Setting up libexpat1:armhf (2.2.9-1ubuntu0.6) ...
13:18:52 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
13:18:52 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [119 kB]
13:18:52 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [107 kB]
13:18:53 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
13:18:53 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/restricted armhf Packages [13.3 kB]
13:18:53 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf Packages [1701 kB]
13:18:53 Selecting previously unselected package python3-minimal.
13:18:53 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4421 files and directories currently installed.)
13:18:53 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_armhf.deb ...
13:18:53 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
13:18:53 Selecting previously unselected package mime-support.
13:18:53 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
13:18:53 Unpacking mime-support (3.64ubuntu1) ...
13:18:53 Selecting previously unselected package libmpdec2:armhf.
13:18:53 Preparing to unpack .../2-libmpdec2_2.4.2-3_armhf.deb ...
13:18:53 Unpacking libmpdec2:armhf (2.4.2-3) ...
13:18:53 Selecting previously unselected package readline-common.
13:18:53 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
13:18:53 Unpacking readline-common (8.0-4) ...
13:18:53 Selecting previously unselected package libreadline8:armhf.
13:18:53 Preparing to unpack .../4-libreadline8_8.0-4_armhf.deb ...
13:18:53 Unpacking libreadline8:armhf (8.0-4) ...
13:18:53 Selecting previously unselected package docker-buildx-plugin.
13:18:53 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb ...
13:18:53 Unpacking docker-buildx-plugin (0.10.2-1~raspbian.12~bookworm) ...
13:18:53 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/universe armhf Packages [16.8 MB]
13:18:53 Selecting previously unselected package libsqlite3-0:armhf.
13:18:53 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_armhf.deb ...
13:18:53 Unpacking libsqlite3-0:armhf (3.31.1-4ubuntu0.5) ...
13:18:53 Selecting previously unselected package libpython3.8-stdlib:armhf.
13:18:53 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
13:18:53 Unpacking libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.6) ...
13:18:53 Selecting previously unselected package python3.8.
13:18:53 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
13:18:53 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
13:18:53 Selecting previously unselected package libpython3-stdlib:armhf.
13:18:53 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_armhf.deb ...
13:18:53 Unpacking libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
13:18:53 Setting up python3-minimal (3.8.2-0ubuntu2) ...
13:18:53 Selecting previously unselected package python3.
13:18:53 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4851 files and directories currently installed.)
13:18:53 Preparing to unpack .../00-python3_3.8.2-0ubuntu2_armhf.deb ...
13:18:53 Unpacking python3 (3.8.2-0ubuntu2) ...
13:18:54 Selecting previously unselected package libapparmor1:armhf.
13:18:54 Preparing to unpack .../01-libapparmor1_2.13.3-7ubuntu5.1_armhf.deb ...
13:18:54 Unpacking libapparmor1:armhf (2.13.3-7ubuntu5.1) ...
13:18:54 Selecting previously unselected package libcap2:armhf.
13:18:54 Preparing to unpack .../02-libcap2_1%3a2.32-1_armhf.deb ...
13:18:54 Unpacking libcap2:armhf (1:2.32-1) ...
13:18:54 Selecting previously unselected package libargon2-1:armhf.
13:18:54 Preparing to unpack .../03-libargon2-1_0~20171227-0.2_armhf.deb ...
13:18:54 Unpacking libargon2-1:armhf (0~20171227-0.2) ...
13:18:54 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:18:54 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_armhf.deb ...
13:18:54 Unpacking libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
13:18:54 Selecting previously unselected package libjson-c4:armhf.
13:18:54 Preparing to unpack .../05-libjson-c4_0.13.1+dfsg-7ubuntu0.3_armhf.deb ...
13:18:54 Unpacking libjson-c4:armhf (0.13.1+dfsg-7ubuntu0.3) ...
13:18:54 Selecting previously unselected package libcryptsetup12:armhf.
13:18:54 Preparing to unpack .../06-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_armhf.deb ...
13:18:54 Unpacking libcryptsetup12:armhf (2:2.2.2-3ubuntu2.4) ...
13:18:54 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse armhf Packages [199 kB]
13:18:54 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse armhf Packages [2033 B]
13:18:54 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf Packages [707 kB]
13:18:54 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf Packages [730 kB]
13:18:54 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted armhf Packages [10.2 kB]
13:18:54 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main armhf Packages [48.9 kB]
13:18:54 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe armhf Packages [22.4 kB]
13:18:54 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe armhf Packages [502 kB]
13:18:54 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/main armhf Packages [439 kB]
13:18:54 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse armhf Packages [594 B]
13:18:54 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted armhf Packages [9804 B]
13:18:54 Selecting previously unselected package libip4tc2:armhf.
13:18:54 Preparing to unpack .../07-libip4tc2_1.8.4-3ubuntu2_armhf.deb ...
13:18:54 Unpacking libip4tc2:armhf (1.8.4-3ubuntu2) ...
13:18:54 Selecting previously unselected package libkmod2:armhf.
13:18:54 Preparing to unpack .../08-libkmod2_27-1ubuntu2.1_armhf.deb ...
13:18:54 Unpacking libkmod2:armhf (27-1ubuntu2.1) ...
13:18:54 Selecting previously unselected package systemd-timesyncd.
13:18:54 Preparing to unpack .../09-systemd-timesyncd_245.4-4ubuntu3.19_armhf.deb ...
13:18:54 Unpacking systemd-timesyncd (245.4-4ubuntu3.19) ...
13:18:54 Selecting previously unselected package systemd.
13:18:54 Preparing to unpack .../10-systemd_245.4-4ubuntu3.19_armhf.deb ...
13:18:54 Unpacking systemd (245.4-4ubuntu3.19) ...
13:18:54 Selecting previously unselected package docker-compose-plugin.
13:18:54 Preparing to unpack .../docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb ...
13:18:54 Unpacking docker-compose-plugin (2.16.0-1~raspbian.12~bookworm) ...
13:18:54 Fetched 21.8 MB in 3s (7164 kB/s)
13:18:54 Setting up libapparmor1:armhf (2.13.3-7ubuntu5.1) ...
13:18:54 Setting up libcap2:armhf (1:2.32-1) ...
13:18:54 Setting up libargon2-1:armhf (0~20171227-0.2) ...
13:18:54 Setting up libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
13:18:54 Setting up libjson-c4:armhf (0.13.1+dfsg-7ubuntu0.3) ...
13:18:54 Setting up libcryptsetup12:armhf (2:2.2.2-3ubuntu2.4) ...
13:18:54 Setting up libip4tc2:armhf (1.8.4-3ubuntu2) ...
13:18:54 Setting up libkmod2:armhf (27-1ubuntu2.1) ...
13:18:54 Setting up systemd-timesyncd (245.4-4ubuntu3.19) ...
13:18:55 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
13:18:55 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
13:18:55 Setting up systemd (245.4-4ubuntu3.19) ...
13:18:55 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:18:55 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:18:55 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
13:18:55 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
13:18:55 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
13:18:55 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
13:18:55 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:18:55 Initializing machine ID from random generator.
13:18:55 Selecting previously unselected package systemd-sysv.
13:18: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 ... 5686 files and directories currently installed.)
13:18:55 Preparing to unpack .../00-systemd-sysv_245.4-4ubuntu3.19_armhf.deb ...
13:18:55 Unpacking systemd-sysv (245.4-4ubuntu3.19) ...
13:18:55 Selecting previously unselected package openssl.
13:18:55 Preparing to unpack .../01-openssl_1.1.1f-1ubuntu2.17_armhf.deb ...
13:18:55 Unpacking openssl (1.1.1f-1ubuntu2.17) ...
13:18:55 Selecting previously unselected package ca-certificates.
13:18:55 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
13:18:55 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
13:18:55 Selecting previously unselected package libdbus-1-3:armhf.
13:18:55 Preparing to unpack .../03-libdbus-1-3_1.12.16-2ubuntu2.3_armhf.deb ...
13:18:55 Unpacking libdbus-1-3:armhf (1.12.16-2ubuntu2.3) ...
13:18:55 Selecting previously unselected package dbus.
13:18:55 Preparing to unpack .../04-dbus_1.12.16-2ubuntu2.3_armhf.deb ...
13:18:55 Unpacking dbus (1.12.16-2ubuntu2.3) ...
13:18:55 Selecting previously unselected package distro-info-data.
13:18:55 Preparing to unpack .../05-distro-info-data_0.43ubuntu1.11_all.deb ...
13:18:55 Unpacking distro-info-data (0.43ubuntu1.11) ...
13:18:55 Selecting previously unselected package libglib2.0-0:armhf.
13:18:55 Preparing to unpack .../06-libglib2.0-0_2.64.6-1~ubuntu20.04.4_armhf.deb ...
13:18:55 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm) ...
13:18:55 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm) ...
13:18:55 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
13:18:55 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
13:18:55 invoke-rc.d: could not determine current runlevel
13:18:55 invoke-rc.d: policy-rc.d denied execution of start.
13:18:55 Setting up docker-buildx-plugin (0.10.2-1~raspbian.12~bookworm) ...
13:18:55 Setting up docker-compose-plugin (2.16.0-1~raspbian.12~bookworm) ...
13:18:55 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:18:55  docker-ce-rootless-extras depends on dbus-user-session; however:
13:18:55   Package dbus-user-session is not installed.
13:18:55 
13:18:55 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm) ...
13:18:55 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.16.0-1~raspbian.12~bookworm_armhf.deb
13:18:55 Unpacking libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
13:18:55 Selecting previously unselected package libgirepository-1.0-1:armhf.
13:18:55 Preparing to unpack .../07-libgirepository-1.0-1_1.64.1-1~ubuntu20.04.1_armhf.deb ...
13:18:55 Unpacking libgirepository-1.0-1:armhf (1.64.1-1~ubuntu20.04.1) ...
13:18:55 Selecting previously unselected package gir1.2-glib-2.0:armhf.
13:18:55 Preparing to unpack .../08-gir1.2-glib-2.0_1.64.1-1~ubuntu20.04.1_armhf.deb ...
13:18:55 Unpacking gir1.2-glib-2.0:armhf (1.64.1-1~ubuntu20.04.1) ...
13:18:55 Selecting previously unselected package libcap2-bin.
13:18:55 Preparing to unpack .../09-libcap2-bin_1%3a2.32-1_armhf.deb ...
13:18:55 Unpacking libcap2-bin (1:2.32-1) ...
13:18:55 Selecting previously unselected package libelf1:armhf.
13:18:55 Preparing to unpack .../10-libelf1_0.176-1.1build1_armhf.deb ...
13:18:55 Unpacking libelf1:armhf (0.176-1.1build1) ...
13:18:56 Selecting previously unselected package libglib2.0-data.
13:18:56 Preparing to unpack .../11-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
13:18:56 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
13:18:56 Selecting previously unselected package tzdata.
13:18:56 Preparing to unpack .../12-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
13:18:56 Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
13:18:56 Reading package lists...
13:18:56 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
13:18:56 Selecting previously unselected package libicu66:armhf.
13:18:56 Preparing to unpack .../13-libicu66_66.1-2ubuntu2.1_armhf.deb ...
13:18:56 Unpacking libicu66:armhf (66.1-2ubuntu2.1) ...
13:18:57 Reading package lists...
13:18:57 Reading package lists...
13:18:57 Selecting previously unselected package libpam-systemd:armhf.
13:18:57 Preparing to unpack .../14-libpam-systemd_245.4-4ubuntu3.19_armhf.deb ...
13:18:57 Unpacking libpam-systemd:armhf (245.4-4ubuntu3.19) ...
13:18:57 Selecting previously unselected package libxml2:armhf.
13:18:57 Preparing to unpack .../15-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_armhf.deb ...
13:18:57 Unpacking libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.5) ...
13:18:57 Selecting previously unselected package libyaml-0-2:armhf.
13:18:57 Preparing to unpack .../16-libyaml-0-2_0.2.2-1_armhf.deb ...
13:18:57 Unpacking libyaml-0-2:armhf (0.2.2-1) ...
13:18:57 Selecting previously unselected package lsb-release.
13:18:57 Preparing to unpack .../17-lsb-release_11.1.0ubuntu2_all.deb ...
13:18:57 Unpacking lsb-release (11.1.0ubuntu2) ...
13:18:57 Selecting previously unselected package python3-dbus.
13:18:57 Preparing to unpack .../18-python3-dbus_1.2.16-1build1_armhf.deb ...
13:18:57 Unpacking python3-dbus (1.2.16-1build1) ...
13:18:57 Selecting previously unselected package python3-gi.
13:18:57 Preparing to unpack .../19-python3-gi_3.36.0-1_armhf.deb ...
13:18:57 Unpacking python3-gi (3.36.0-1) ...
13:18:57 Selecting previously unselected package python3-pkg-resources.
13:18:57 Preparing to unpack .../20-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
13:18:57 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
13:18:57 Selecting previously unselected package python3-six.
13:18:57 Preparing to unpack .../21-python3-six_1.14.0-2_all.deb ...
13:18:57 Unpacking python3-six (1.14.0-2) ...
13:18:57 Building dependency tree...
13:18:57 Reading state information...
13:18:57 Building dependency tree...
13:18:57 Reading state information...
13:18:57 Correcting dependencies... Done
13:18:57 Selecting previously unselected package iso-codes.
13:18:57 Preparing to unpack .../22-iso-codes_4.4-1_all.deb ...
13:18:57 Unpacking iso-codes (4.4-1) ...
13:18:57 The following additional packages will be installed:
13:18:57   dbus dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0
13:18:57   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
13:18:57   gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0
13:18:57   libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
13:18:57   libdevmapper1.02.1 libdw1 libelf1 libexpat1 libgirepository-1.0-1
13:18:57   libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu70
13:18:57   libip4tc2 libjson-c5 libkmod2 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14
13:18:57   libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
13:18:57   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
13:18:57   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
13:18:57   libsqlite3-0 libssh-4 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2
13:18:57   media-types openssl packagekit pinentry-curses pkexec policykit-1 polkitd
13:18:57   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
13:18:57   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
13:18:57   python3-importlib-metadata python3-jeepney python3-jwt python3-keyring
13:18:57   python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri
13:18:57   python3-minimal python3-more-itertools python3-oauthlib
13:18:57   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
13:18:57   python3-software-properties python3-wadllib python3-zipp python3.10
13:18:57   python3.10-minimal readline-common systemd systemd-sysv
13:18:57 Suggested packages:
13:18:57   default-dbus-session-bus | dbus-session-bus dbus-user-session
13:18:57   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery
13:18:57   gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
13:18:57   python3-venv python3-apt-dbg python-apt-doc python-blinker-doc
13:18:57   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
13:18:57   python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin
13:18:57   python3-keyrings.alt python3-testresources python3-setuptools
13:18:57   python-pyparsing-doc python-secretstorage-doc python3.10-venv python3.10-doc
13:18:57   binutils binfmt-support readline-doc systemd-container libfido2-1
13:18:57   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
13:18:57 Recommended packages:
13:18:57   libpam-cap dmsetup shared-mime-info xdg-user-dirs libldap-common
13:18:57   publicsuffix libsasl2-modules packagekit-tools unattended-upgrades
13:18:57   networkd-dispatcher systemd-timesyncd | time-daemon libnss-systemd
13:18:57 The following NEW packages will be installed:
13:18:57   apt-transport-https ca-certificates curl dbus dirmngr distro-info-data
13:18:57   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
13:18:57   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
13:18:57   libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin
13:18:57   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
13:18:57   libdw1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
13:18:57   libglib2.0-data libgstreamer1.0-0 libicu70 libip4tc2 libjson-c5 libkmod2
13:18:57   libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0
13:18:57   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
13:18:57   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
13:18:57   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
13:18:57   libsqlite3-0 libssh-4 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2
13:18:57   lsb-release media-types openssl packagekit pinentry-curses pkexec
13:18:57   policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker
13:18:57   python3-cffi-backend python3-cryptography python3-dbus python3-distro
13:18:57   python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney
13:18:57   python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
13:18:57   python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib
13:18:57   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
13:18:57   python3-software-properties python3-wadllib python3-zipp python3.10
13:18:57   python3.10-minimal readline-common software-properties-common systemd
13:18:57   systemd-sysv
13:18:57 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:18:57 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:18:57 Skipping docker-ce, it is already installed and upgrade is not set.
13:18:57 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:18:57 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:18:57 The following additional packages will be installed:
13:18:57   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:18:57   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12
13:18:57 Suggested packages:
13:18:57   firewalld kmod
13:18:57 Recommended packages:
13:18:57   nftables
13:18:57 The following NEW packages will be installed:
13:18:57 Selecting previously unselected package libkrb5support0:armhf.
13:18:57 Preparing to unpack .../23-libkrb5support0_1.17-6ubuntu4.2_armhf.deb ...
13:18:57 Unpacking libkrb5support0:armhf (1.17-6ubuntu4.2) ...
13:18:57 Selecting previously unselected package libk5crypto3:armhf.
13:18:57 Preparing to unpack .../24-libk5crypto3_1.17-6ubuntu4.2_armhf.deb ...
13:18:57 Unpacking libk5crypto3:armhf (1.17-6ubuntu4.2) ...
13:18:57 Selecting previously unselected package libkeyutils1:armhf.
13:18:57 Preparing to unpack .../25-libkeyutils1_1.6-6ubuntu1.1_armhf.deb ...
13:18:57 Unpacking libkeyutils1:armhf (1.6-6ubuntu1.1) ...
13:18:57   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:18:58   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12
13:18:58 Selecting previously unselected package libkrb5-3:armhf.
13:18:58 Preparing to unpack .../26-libkrb5-3_1.17-6ubuntu4.2_armhf.deb ...
13:18:58 Unpacking libkrb5-3:armhf (1.17-6ubuntu4.2) ...
13:18:58 Selecting previously unselected package libgssapi-krb5-2:armhf.
13:18:58 Preparing to unpack .../27-libgssapi-krb5-2_1.17-6ubuntu4.2_armhf.deb ...
13:18:58 Unpacking libgssapi-krb5-2:armhf (1.17-6ubuntu4.2) ...
13:18:58 Selecting previously unselected package liblmdb0:armhf.
13:18:58 Preparing to unpack .../28-liblmdb0_0.9.24-1_armhf.deb ...
13:18:58 Unpacking liblmdb0:armhf (0.9.24-1) ...
13:18:58 Selecting previously unselected package libpolkit-gobject-1-0:armhf.
13:18:58 Preparing to unpack .../29-libpolkit-gobject-1-0_0.105-26ubuntu1.3_armhf.deb ...
13:18:58 Unpacking libpolkit-gobject-1-0:armhf (0.105-26ubuntu1.3) ...
13:18:58 Selecting previously unselected package libpsl5:armhf.
13:18:58 Preparing to unpack .../30-libpsl5_0.21.0-1ubuntu1_armhf.deb ...
13:18:58 Unpacking libpsl5:armhf (0.21.0-1ubuntu1) ...
13:18:58 Selecting previously unselected package python-apt-common.
13:18:58 Preparing to unpack .../31-python-apt-common_2.0.1_all.deb ...
13:18:58 Unpacking python-apt-common (2.0.1) ...
13:18:58 0 upgraded, 107 newly installed, 0 to remove and 5 not upgraded.
13:18:58 Need to get 36.7 MB of archives.
13:18:58 After this operation, 120 MB of additional disk space will be used.
13:18:58 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3.10-minimal armhf 3.10.6-1~22.04.2 [794 kB]
13:18:58 0 upgraded, 9 newly installed, 0 to remove and 58 not upgraded.
13:18:58 Need to get 21.0 MB of archives.
13:18:58 After this operation, 99.6 MB of additional disk space will be used.
13:18:58 Get:1 https://download.docker.com/linux/raspbian bookworm/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
13:18:58 Get:2 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-user-session armhf 1.14.4-1 [112 kB]
13:18:58 Selecting previously unselected package python3-apt.
13:18:58 Preparing to unpack .../32-python3-apt_2.0.1_armhf.deb ...
13:18:58 Unpacking python3-apt (2.0.1) ...
13:18:58 Selecting previously unselected package apt-transport-https.
13:18:58 Preparing to unpack .../33-apt-transport-https_2.0.9_all.deb ...
13:18:58 Unpacking apt-transport-https (2.0.9) ...
13:18:58 Selecting previously unselected package libbrotli1:armhf.
13:18:58 Preparing to unpack .../34-libbrotli1_1.0.7-6ubuntu0.1_armhf.deb ...
13:18:58 Unpacking libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
13:18:58 Selecting previously unselected package libroken18-heimdal:armhf.
13:18:58 Preparing to unpack .../35-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
13:18:58 Unpacking libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
13:18:58 Selecting previously unselected package libasn1-8-heimdal:armhf.
13:18:58 Preparing to unpack .../36-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
13:18:58 Unpacking libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
13:18:58 Selecting previously unselected package libheimbase1-heimdal:armhf.
13:18:58 Preparing to unpack .../37-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
13:18:58 Unpacking libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
13:18:58 Get:3 http://archive.raspbian.org/raspbian bookworm/main armhf libip6tc2 armhf 1.8.9-2 [17.4 kB]
13:18:58 Selecting previously unselected package libhcrypto4-heimdal:armhf.
13:18:58 Preparing to unpack .../38-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
13:18:58 Unpacking libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
13:18:58 Selecting previously unselected package libwind0-heimdal:armhf.
13:18:58 Preparing to unpack .../39-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
13:18:58 Unpacking libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
13:18:58 Selecting previously unselected package libhx509-5-heimdal:armhf.
13:18:58 Preparing to unpack .../40-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
13:18:58 Unpacking libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
13:18:58 Selecting previously unselected package libkrb5-26-heimdal:armhf.
13:18:58 Preparing to unpack .../41-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
13:18:58 Unpacking libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
13:18:58 Selecting previously unselected package libheimntlm0-heimdal:armhf.
13:18:58 Preparing to unpack .../42-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
13:18:58 Unpacking libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
13:18:58 Selecting previously unselected package libgssapi3-heimdal:armhf.
13:18:58 Preparing to unpack .../43-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
13:18:58 Unpacking libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
13:18:58 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libexpat1 armhf 2.4.7-1ubuntu0.2 [66.9 kB]
13:18:58 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3.10-minimal armhf 3.10.6-1~22.04.2 [1941 kB]
13:18:58 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-minimal armhf 3.10.6-1~22.04 [24.3 kB]
13:18:58 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf media-types all 7.0.0 [25.5 kB]
13:18:58 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpdec3 armhf 2.5.1-2build2 [76.5 kB]
13:18:58 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf readline-common all 8.1.2-1 [53.5 kB]
13:18:58 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libreadline8 armhf 8.1.2-1 [128 kB]
13:18:58 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsqlite3-0 armhf 3.37.2-2ubuntu0.1 [548 kB]
13:18:58 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3.10-stdlib armhf 3.10.6-1~22.04.2 [1750 kB]
13:18:58 Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf libxtables12 armhf 1.8.9-2 [27.9 kB]
13:18:58 Get:5 http://archive.raspbian.org/raspbian bookworm/main armhf libmnl0 armhf 1.0.4-3 [11.0 kB]
13:18:58 Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf libnfnetlink0 armhf 1.0.2-2 [13.5 kB]
13:18:58 Get:7 http://archive.raspbian.org/raspbian bookworm/main armhf libnetfilter-conntrack3 armhf 1.0.9-3 [32.5 kB]
13:18:58 Get:8 http://archive.raspbian.org/raspbian bookworm/main armhf libnftnl11 armhf 1.2.4-2 [45.3 kB]
13:18:58 Get:9 http://archive.raspbian.org/raspbian bookworm/main armhf iptables armhf 1.8.9-2 [315 kB]
13:18:58 Selecting previously unselected package libsasl2-modules-db:armhf.
13:18:58 Preparing to unpack .../44-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
13:18:58 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:18:58 Selecting previously unselected package libsasl2-2:armhf.
13:18:58 Preparing to unpack .../45-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
13:18:58 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:18:58 Selecting previously unselected package libldap-common.
13:18:58 Preparing to unpack .../46-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
13:18:58 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
13:18:58 Selecting previously unselected package libldap-2.4-2:armhf.
13:18:58 Preparing to unpack .../47-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_armhf.deb ...
13:18:58 Unpacking libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ...
13:18:58 Selecting previously unselected package libnghttp2-14:armhf.
13:18:58 Preparing to unpack .../48-libnghttp2-14_1.40.0-1build1_armhf.deb ...
13:18:58 Unpacking libnghttp2-14:armhf (1.40.0-1build1) ...
13:18:58 Selecting previously unselected package librtmp1:armhf.
13:18:58 Preparing to unpack .../49-librtmp1_2.4+20151223.gitfa8646d.1-2build1_armhf.deb ...
13:18:58 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
13:18:58 Selecting previously unselected package libssh-4:armhf.
13:18:58 Preparing to unpack .../50-libssh-4_0.9.3-2ubuntu2.2_armhf.deb ...
13:18:58 Unpacking libssh-4:armhf (0.9.3-2ubuntu2.2) ...
13:18:59 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3.10 armhf 3.10.6-1~22.04.2 [497 kB]
13:18:59 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3-stdlib armhf 3.10.6-1~22.04 [6910 B]
13:18:59 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3 armhf 3.10.6-1~22.04 [22.8 kB]
13:18:59 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libapparmor1 armhf 3.0.4-2ubuntu2.1 [33.1 kB]
13:18:59 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libargon2-1 armhf 0~20171227-0.3 [21.0 kB]
13:18:59 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1ubuntu4 [134 kB]
13:18:59 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libjson-c5 armhf 0.15-3~ubuntu1.22.04.1 [29.1 kB]
13:18:59 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcryptsetup12 armhf 2:2.4.3-1ubuntu1.1 [189 kB]
13:18:59 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libip4tc2 armhf 1.8.7-1ubuntu5 [17.7 kB]
13:18:59 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libkmod2 armhf 29-1ubuntu1 [40.9 kB]
13:18:59 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf systemd armhf 249.11-0ubuntu3.6 [4484 kB]
13:18:59 debconf: delaying package configuration, since apt-utils is not installed
13:18:59 Fetched 21.0 MB in 1s (22.8 MB/s)
13:18:59 Selecting previously unselected package containerd.io.
13:18: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 ... 15043 files and directories currently installed.)
13:18:59 Preparing to unpack .../0-containerd.io_1.6.16-1_armhf.deb ...
13:18:59 Unpacking containerd.io (1.6.16-1) ...
13:18:59 Selecting previously unselected package libcurl4:armhf.
13:18:59 Preparing to unpack .../51-libcurl4_7.68.0-1ubuntu2.15_armhf.deb ...
13:18:59 Unpacking libcurl4:armhf (7.68.0-1ubuntu2.15) ...
13:18:59 Selecting previously unselected package curl.
13:18:59 Preparing to unpack .../52-curl_7.68.0-1ubuntu2.15_armhf.deb ...
13:18:59 Unpacking curl (7.68.0-1ubuntu2.15) ...
13:18:59 Selecting previously unselected package dbus-user-session.
13:18:59 Preparing to unpack .../53-dbus-user-session_1.12.16-2ubuntu2.3_armhf.deb ...
13:18:59 Unpacking dbus-user-session (1.12.16-2ubuntu2.3) ...
13:18:59 Selecting previously unselected package libdconf1:armhf.
13:18:59 Preparing to unpack .../54-libdconf1_0.36.0-1_armhf.deb ...
13:18:59 Unpacking libdconf1:armhf (0.36.0-1) ...
13:18:59 Selecting previously unselected package dconf-service.
13:18:59 Preparing to unpack .../55-dconf-service_0.36.0-1_armhf.deb ...
13:18:59 Unpacking dconf-service (0.36.0-1) ...
13:18:59 Selecting previously unselected package dconf-gsettings-backend:armhf.
13:18:59 Preparing to unpack .../56-dconf-gsettings-backend_0.36.0-1_armhf.deb ...
13:18:59 Unpacking dconf-gsettings-backend:armhf (0.36.0-1) ...
13:18:59 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf systemd-sysv armhf 249.11-0ubuntu3.6 [10.5 kB]
13:18:59 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf openssl armhf 3.0.2-0ubuntu1.8 [1152 kB]
13:18:59 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
13:18:59 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libdbus-1-3 armhf 1.12.20-2ubuntu4.1 [170 kB]
13:18:59 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dbus armhf 1.12.20-2ubuntu4.1 [148 kB]
13:18:59 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf distro-info-data all 0.52ubuntu0.2 [5160 B]
13:18:59 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libglib2.0-0 armhf 2.72.4-0ubuntu1 [1325 kB]
13:18:59 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgirepository-1.0-1 armhf 1.72.0-1 [79.2 kB]
13:18:59 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gir1.2-glib-2.0 armhf 1.72.0-1 [164 kB]
13:18:59 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf iso-codes all 4.9.0-1 [3459 kB]
13:18:59 Selecting previously unselected package libassuan0:armhf.
13:18:59 Preparing to unpack .../57-libassuan0_2.5.3-7ubuntu2_armhf.deb ...
13:18:59 Unpacking libassuan0:armhf (2.5.3-7ubuntu2) ...
13:18:59 Selecting previously unselected package gpgconf.
13:18:59 Preparing to unpack .../58-gpgconf_2.2.19-3ubuntu2.2_armhf.deb ...
13:18:59 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
13:18:59 Selecting previously unselected package libksba8:armhf.
13:18:59 Preparing to unpack .../59-libksba8_1.3.5-2ubuntu0.20.04.2_armhf.deb ...
13:18:59 Unpacking libksba8:armhf (1.3.5-2ubuntu0.20.04.2) ...
13:18:59 Selecting previously unselected package libnpth0:armhf.
13:18:59 Preparing to unpack .../60-libnpth0_1.6-1_armhf.deb ...
13:18:59 Unpacking libnpth0:armhf (1.6-1) ...
13:18:59 Selecting previously unselected package dirmngr.
13:18:59 Preparing to unpack .../61-dirmngr_2.2.19-3ubuntu2.2_armhf.deb ...
13:18:59 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
13:18:59 Selecting previously unselected package libpackagekit-glib2-18:armhf.
13:18:59 Preparing to unpack .../62-libpackagekit-glib2-18_1.1.13-2ubuntu1.1_armhf.deb ...
13:18:59 Unpacking libpackagekit-glib2-18:armhf (1.1.13-2ubuntu1.1) ...
13:18:59 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcap2-bin armhf 1:2.44-1build3 [25.3 kB]
13:18:59 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libelf1 armhf 0.186-1build1 [42.7 kB]
13:18:59 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libglib2.0-data all 2.72.4-0ubuntu1 [4882 B]
13:18:59 Get:35 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libicu70 armhf 70.1-2 [10.3 MB]
13:18:59 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:18:59 Preparing to unpack .../63-gir1.2-packagekitglib-1.0_1.1.13-2ubuntu1.1_armhf.deb ...
13:18:59 Unpacking gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ...
13:18:59 Selecting previously unselected package libproxy1v5:armhf.
13:18:59 Preparing to unpack .../64-libproxy1v5_0.4.15-10ubuntu1.2_armhf.deb ...
13:18:59 Unpacking libproxy1v5:armhf (0.4.15-10ubuntu1.2) ...
13:18:59 Selecting previously unselected package glib-networking-common.
13:18:59 Preparing to unpack .../65-glib-networking-common_2.64.2-1ubuntu0.1_all.deb ...
13:18:59 Unpacking glib-networking-common (2.64.2-1ubuntu0.1) ...
13:18:59 Selecting previously unselected package glib-networking-services.
13:18:59 Preparing to unpack .../66-glib-networking-services_2.64.2-1ubuntu0.1_armhf.deb ...
13:18:59 Unpacking glib-networking-services (2.64.2-1ubuntu0.1) ...
13:18:59 Selecting previously unselected package gsettings-desktop-schemas.
13:18:59 Preparing to unpack .../67-gsettings-desktop-schemas_3.36.0-1ubuntu1_all.deb ...
13:18:59 Unpacking gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
13:18:59 Selecting previously unselected package glib-networking:armhf.
13:18:59 Preparing to unpack .../68-glib-networking_2.64.2-1ubuntu0.1_armhf.deb ...
13:18:59 Unpacking glib-networking:armhf (2.64.2-1ubuntu0.1) ...
13:18:59 Selecting previously unselected package gnupg-l10n.
13:18:59 Preparing to unpack .../69-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
13:18:59 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
13:18:59 Selecting previously unselected package gnupg-utils.
13:18:59 Preparing to unpack .../70-gnupg-utils_2.2.19-3ubuntu2.2_armhf.deb ...
13:18:59 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
13:18:59 Selecting previously unselected package gpg.
13:18:59 Preparing to unpack .../71-gpg_2.2.19-3ubuntu2.2_armhf.deb ...
13:18:59 Unpacking gpg (2.2.19-3ubuntu2.2) ...
13:18:59 Selecting previously unselected package pinentry-curses.
13:18:59 Preparing to unpack .../72-pinentry-curses_1.1.0-3build1_armhf.deb ...
13:18:59 Unpacking pinentry-curses (1.1.0-3build1) ...
13:18:59 Selecting previously unselected package gpg-agent.
13:18:59 Preparing to unpack .../73-gpg-agent_2.2.19-3ubuntu2.2_armhf.deb ...
13:18:59 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
13:18:59 Selecting previously unselected package gpg-wks-client.
13:18:59 Preparing to unpack .../74-gpg-wks-client_2.2.19-3ubuntu2.2_armhf.deb ...
13:18:59 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
13:19:00 Selecting previously unselected package gpg-wks-server.
13:19:00 Preparing to unpack .../75-gpg-wks-server_2.2.19-3ubuntu2.2_armhf.deb ...
13:19:00 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
13:19:00 Selecting previously unselected package gpgsm.
13:19:00 Preparing to unpack .../76-gpgsm_2.2.19-3ubuntu2.2_armhf.deb ...
13:19:00 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
13:19:00 Selecting previously unselected package gnupg.
13:19:00 Preparing to unpack .../77-gnupg_2.2.19-3ubuntu2.2_all.deb ...
13:19:00 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
13:19:00 Selecting previously unselected package libsoup2.4-1:armhf.
13:19:00 Preparing to unpack .../78-libsoup2.4-1_2.70.0-1_armhf.deb ...
13:19:00 Unpacking libsoup2.4-1:armhf (2.70.0-1) ...
13:19:00 Selecting previously unselected package libstemmer0d:armhf.
13:19:00 Preparing to unpack .../79-libstemmer0d_0+svn585-2_armhf.deb ...
13:19:00 Unpacking libstemmer0d:armhf (0+svn585-2) ...
13:19:00 Selecting previously unselected package libappstream4:armhf.
13:19:00 Preparing to unpack .../80-libappstream4_0.12.10-2_armhf.deb ...
13:19:00 Unpacking libappstream4:armhf (0.12.10-2) ...
13:19:00 Selecting previously unselected package libglib2.0-bin.
13:19:00 Preparing to unpack .../81-libglib2.0-bin_2.64.6-1~ubuntu20.04.4_armhf.deb ...
13:19:00 Unpacking libglib2.0-bin (2.64.6-1~ubuntu20.04.4) ...
13:19:00 Selecting previously unselected package libgstreamer1.0-0:armhf.
13:19:00 Preparing to unpack .../82-libgstreamer1.0-0_1.16.3-0ubuntu1.1_armhf.deb ...
13:19:00 Unpacking libgstreamer1.0-0:armhf (1.16.3-0ubuntu1.1) ...
13:19:00 Selecting previously unselected package libpolkit-agent-1-0:armhf.
13:19:00 Preparing to unpack .../83-libpolkit-agent-1-0_0.105-26ubuntu1.3_armhf.deb ...
13:19:00 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpam-systemd armhf 249.11-0ubuntu3.6 [185 kB]
13:19:00 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libxml2 armhf 2.9.13+dfsg-1ubuntu0.2 [599 kB]
13:19:00 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libyaml-0-2 armhf 0.2.2-1build2 [45.4 kB]
13:19:00 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lsb-release all 11.1.0ubuntu4 [10.8 kB]
13:19:00 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python-apt-common all 2.4.0 [15.2 kB]
13:19:00 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-apt armhf 2.4.0 [154 kB]
13:19:00 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-dbus armhf 1.2.18-3build1 [92.6 kB]
13:19:00 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-gi armhf 3.42.1-0ubuntu1 [214 kB]
13:19:00 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB]
13:19:00 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnghttp2-14 armhf 1.43.0-1build3 [70.1 kB]
13:19:00 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpsl5 armhf 0.21.0-1.2build2 [56.9 kB]
13:19:00 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf apt-transport-https all 2.4.8 [1506 B]
13:19:00 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbrotli1 armhf 1.0.9-2build6 [306 kB]
13:19:00 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-modules-db armhf 2.1.27+dfsg2-3ubuntu1.1 [19.0 kB]
13:19:00 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg2-3ubuntu1.1 [50.7 kB]
13:19:00 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libldap-2.5-0 armhf 2.5.13+dfsg-0ubuntu0.22.04.1 [159 kB]
13:19:00 Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB]
13:19:00 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libssh-4 armhf 0.9.6-2build1 [165 kB]
13:19:00 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl4 armhf 7.81.0-1ubuntu1.7 [252 kB]
13:19:00 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf curl armhf 7.81.0-1ubuntu1.7 [188 kB]
13:19:00 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libassuan0 armhf 2.5.5-1build1 [31.3 kB]
13:19:00 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpgconf armhf 2.2.27-3ubuntu2.1 [115 kB]
13:19:00 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libksba8 armhf 1.6.0-2ubuntu0.2 [101 kB]
13:19:00 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnpth0 armhf 1.6-3build2 [7230 B]
13:19:00 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dirmngr armhf 2.2.27-3ubuntu2.1 [320 kB]
13:19:00 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpackagekit-glib2-18 armhf 1.2.5-2ubuntu2 [109 kB]
13:19:00 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.5-2ubuntu2 [25.3 kB]
13:19:00 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
13:19:00 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg-utils armhf 2.2.27-3ubuntu2.1 [456 kB]
13:19:00 Unpacking libpolkit-agent-1-0:armhf (0.105-26ubuntu1.3) ...
13:19:00 Selecting previously unselected package policykit-1.
13:19:00 Preparing to unpack .../84-policykit-1_0.105-26ubuntu1.3_armhf.deb ...
13:19:00 Unpacking policykit-1 (0.105-26ubuntu1.3) ...
13:19:00 Selecting previously unselected package python3-certifi.
13:19:00 Preparing to unpack .../85-python3-certifi_2019.11.28-1_all.deb ...
13:19:00 Unpacking python3-certifi (2019.11.28-1) ...
13:19:00 Selecting previously unselected package python3-chardet.
13:19:00 Preparing to unpack .../86-python3-chardet_3.0.4-4build1_all.deb ...
13:19:00 Unpacking python3-chardet (3.0.4-4build1) ...
13:19:00 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg armhf 2.2.27-3ubuntu2.1 [483 kB]
13:19:00 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pinentry-curses armhf 1.1.1-1build2 [35.6 kB]
13:19:00 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-agent armhf 2.2.27-3ubuntu2.1 [227 kB]
13:19:00 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-wks-client armhf 2.2.27-3ubuntu2.1 [86.3 kB]
13:19:00 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-wks-server armhf 2.2.27-3ubuntu2.1 [80.1 kB]
13:19:00 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpgsm armhf 2.2.27-3ubuntu2.1 [206 kB]
13:19:00 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg all 2.2.27-3ubuntu2.1 [315 kB]
13:19:00 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl3-gnutls armhf 7.81.0-1ubuntu1.7 [246 kB]
13:19:00 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstemmer0d armhf 2.2.0-1build1 [136 kB]
13:19:00 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxmlb2 armhf 0.3.6-2build1 [57.1 kB]
13:19:00 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libappstream4 armhf 0.15.2-2 [169 kB]
13:19:00 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdw1 armhf 0.186-1build1 [228 kB]
13:19:00 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libglib2.0-bin armhf 2.72.4-0ubuntu1 [75.7 kB]
13:19:00 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libunwind8 armhf 1.3.2-2build2 [49.4 kB]
13:19:00 Selecting previously unselected package python3-idna.
13:19:00 Preparing to unpack .../87-python3-idna_2.8-1_all.deb ...
13:19:00 Unpacking python3-idna (2.8-1) ...
13:19:00 Selecting previously unselected package python3-urllib3.
13:19:00 Preparing to unpack .../88-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
13:19:00 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
13:19:00 Selecting previously unselected package python3-requests.
13:19:00 Preparing to unpack .../89-python3-requests_2.22.0-2ubuntu1_all.deb ...
13:19:00 Unpacking python3-requests (2.22.0-2ubuntu1) ...
13:19:00 Selecting previously unselected package python3-requests-unixsocket.
13:19:00 Preparing to unpack .../90-python3-requests-unixsocket_0.2.0-2_all.deb ...
13:19:00 Unpacking python3-requests-unixsocket (0.2.0-2) ...
13:19:00 Selecting previously unselected package python3-software-properties.
13:19:00 Preparing to unpack .../91-python3-software-properties_0.99.9.10_all.deb ...
13:19:00 Unpacking python3-software-properties (0.99.9.10) ...
13:19:00 Selecting previously unselected package packagekit.
13:19:00 Preparing to unpack .../92-packagekit_1.1.13-2ubuntu1.1_armhf.deb ...
13:19:00 Unpacking packagekit (1.1.13-2ubuntu1.1) ...
13:19:00 Selecting previously unselected package dbus-user-session.
13:19:00 Preparing to unpack .../1-dbus-user-session_1.14.4-1_armhf.deb ...
13:19:00 Unpacking dbus-user-session (1.14.4-1) ...
13:19:00 Selecting previously unselected package libip6tc2:armhf.
13:19:00 Preparing to unpack .../2-libip6tc2_1.8.9-2_armhf.deb ...
13:19:00 Unpacking libip6tc2:armhf (1.8.9-2) ...
13:19:00 Selecting previously unselected package libxtables12:armhf.
13:19:00 Preparing to unpack .../3-libxtables12_1.8.9-2_armhf.deb ...
13:19:00 Unpacking libxtables12:armhf (1.8.9-2) ...
13:19:00 Selecting previously unselected package libmnl0:armhf.
13:19:00 Preparing to unpack .../4-libmnl0_1.0.4-3_armhf.deb ...
13:19:00 Unpacking libmnl0:armhf (1.0.4-3) ...
13:19:00 Selecting previously unselected package libnfnetlink0:armhf.
13:19:00 Preparing to unpack .../5-libnfnetlink0_1.0.2-2_armhf.deb ...
13:19:00 Unpacking libnfnetlink0:armhf (1.0.2-2) ...
13:19:00 Selecting previously unselected package libnetfilter-conntrack3:armhf.
13:19:00 Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-3_armhf.deb ...
13:19:00 Unpacking libnetfilter-conntrack3:armhf (1.0.9-3) ...
13:19:00 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libgstreamer1.0-0 armhf 1.20.3-0ubuntu1 [936 kB]
13:19:00 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpolkit-gobject-1-0 armhf 0.105-33 [37.6 kB]
13:19:00 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpolkit-agent-1-0 armhf 0.105-33 [14.1 kB]
13:19:00 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf polkitd armhf 0.105-33 [72.9 kB]
13:19:00 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pkexec armhf 0.105-33 [14.5 kB]
13:19:00 Get:84 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf policykit-1 armhf 0.105-33 [2426 B]
13:19:00 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-blinker all 1.4+dfsg1-0.4 [14.0 kB]
13:19:00 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-cffi-backend armhf 1.15.0-1build2 [67.6 kB]
13:19:00 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-cryptography armhf 3.4.8-1ubuntu2 [222 kB]
13:19:00 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-pyparsing all 2.4.7-1 [61.4 kB]
13:19:00 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-httplib2 all 0.20.2-2 [30.4 kB]
13:19:00 Get:90 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-more-itertools all 8.10.0-2 [47.9 kB]
13:19:00 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-zipp all 1.0.0-3 [5440 B]
13:19:00 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-importlib-metadata all 4.6.4-1 [16.2 kB]
13:19:00 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-jeepney all 0.7.1-3 [36.8 kB]
13:19:00 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB]
13:19:00 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-secretstorage all 3.3.1-1 [13.2 kB]
13:19:01 Selecting previously unselected package software-properties-common.
13:19:01 Preparing to unpack .../93-software-properties-common_0.99.9.10_all.deb ...
13:19:01 Unpacking software-properties-common (0.99.9.10) ...
13:19:01 Selecting previously unselected package gnupg2.
13:19:01 Preparing to unpack .../94-gnupg2_2.2.19-3ubuntu2.2_all.deb ...
13:19:01 Unpacking gnupg2 (2.2.19-3ubuntu2.2) ...
13:19:01 Setting up libksba8:armhf (1.3.5-2ubuntu0.20.04.2) ...
13:19:01 Setting up liblmdb0:armhf (0.9.24-1) ...
13:19:01 Setting up systemd-sysv (245.4-4ubuntu3.19) ...
13:19:01 Setting up libkeyutils1:armhf (1.6-6ubuntu1.1) ...
13:19:01 Setting up libproxy1v5:armhf (0.4.15-10ubuntu1.2) ...
13:19:01 Setting up libpsl5:armhf (0.21.0-1ubuntu1) ...
13:19:01 Setting up mime-support (3.64ubuntu1) ...
13:19:01 Setting up apt-transport-https (2.0.9) ...
13:19:01 Setting up libyaml-0-2:armhf (0.2.2-1) ...
13:19:01 Setting up libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
13:19:01 Setting up distro-info-data (0.43ubuntu1.11) ...
13:19:01 Selecting previously unselected package libnftnl11:armhf.
13:19:01 Preparing to unpack .../7-libnftnl11_1.2.4-2_armhf.deb ...
13:19:01 Unpacking libnftnl11:armhf (1.2.4-2) ...
13:19:01 Selecting previously unselected package iptables.
13:19:01 Preparing to unpack .../8-iptables_1.8.9-2_armhf.deb ...
13:19:01 Unpacking iptables (1.8.9-2) ...
13:19:01 Setting up libip6tc2:armhf (1.8.9-2) ...
13:19:01 Setting up dbus-user-session (1.14.4-1) ...
13:19:01 Setting up libmnl0:armhf (1.0.4-3) ...
13:19:01 Setting up containerd.io (1.6.16-1) ...
13:19:01 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-keyring all 23.5.0-1 [35.7 kB]
13:19:01 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-lazr.uri all 1.0.6-2 [14.4 kB]
13:19:01 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-wadllib all 1.3.6-1 [36.4 kB]
13:19:01 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-distro all 1.7.0-1 [17.0 kB]
13:19:01 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB]
13:19:01 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-six all 1.16.0-3ubuntu1 [12.6 kB]
13:19:01 Setting up libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
13:19:01 Setting up libsqlite3-0:armhf (3.31.1-4ubuntu0.5) ...
13:19:01 Setting up libnghttp2-14:armhf (1.40.0-1build1) ...
13:19:01 Setting up libpackagekit-glib2-18:armhf (1.1.13-2ubuntu1.1) ...
13:19:01 Setting up libnpth0:armhf (1.6-1) ...
13:19:01 Setting up libassuan0:armhf (2.5.3-7ubuntu2) ...
13:19:01 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
13:19:01 Setting up libkrb5support0:armhf (1.17-6ubuntu4.2) ...
13:19:01 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:19:01 Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
13:19:01 
13:19:01 Current default time zone: 'Etc/UTC'
13:19:01 Local time is now:      Wed Feb  8 13:19:01 UTC 2023.
13:19:01 Universal Time is now:  Wed Feb  8 13:19:01 UTC 2023.
13:19:01 Run 'dpkg-reconfigure tzdata' if you wish to change it.
13:19:01 
13:19:01 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:19:01 Setting up libxtables12:armhf (1.8.9-2) ...
13:19:01 Setting up libnfnetlink0:armhf (1.0.2-2) ...
13:19:01 Setting up libnftnl11:armhf (1.2.4-2) ...
13:19:01 Setting up libnetfilter-conntrack3:armhf (1.0.9-3) ...
13:19:01 Setting up iptables (1.8.9-2) ...
13:19:01 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:19:01 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:19:01 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:19:01 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:19:01 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:19:01 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:19:01 Processing triggers for libc-bin (2.36-6+rpi1) ...
13:19:01 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
13:19:01 Setting up libcap2-bin (1:2.32-1) ...
13:19:01 Setting up libdconf1:armhf (0.36.0-1) ...
13:19:01 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
13:19:01 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
13:19:01 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
13:19:01 Setting up libdbus-1-3:armhf (1.12.16-2ubuntu2.3) ...
13:19:01 Setting up dbus (1.12.16-2ubuntu2.3) ...
13:19:01 Setting up libk5crypto3:armhf (1.17-6ubuntu4.2) ...
13:19:01 Setting up libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:19:01 Setting up libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
13:19:01 + verify_binaries
13:19:01 + docker --version
13:19:01 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:19:01 ++ uname -m
13:19:01 + '[' armv8l = x86_64 ']'
13:19:01 + docker buildx version
13:19:01 github.com/docker/buildx v0.10.2 00ed17d
13:19:01 + docker compose version
13:19:01 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-launchpadlib all 1.10.16-1 [125 kB]
13:19:01 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-software-properties all 0.99.22.5 [28.8 kB]
13:19:01 Setting up python-apt-common (2.0.1) ...
13:19:01 Setting up libpam-systemd:armhf (245.4-4ubuntu3.19) ...
13:19:01 Setting up libgirepository-1.0-1:armhf (1.64.1-1~ubuntu20.04.1) ...
13:19:01 Setting up libkrb5-3:armhf (1.17-6ubuntu4.2) ...
13:19:01 Setting up libstemmer0d:armhf (0+svn585-2) ...
13:19:01 Docker Compose version v2.16.0
13:19:01 + dockerd --version
13:19:01 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:19:01 + docker-proxy --version
13:19:01 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:19:01 + containerd --version
13:19:01 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:19:01 + ctr --version
13:19:01 ctr containerd.io 1.6.16
13:19:01 + containerd-shim --help
13:19:01 Usage of containerd-shim:
13:19:01   -address string
13:19:01     	grpc address back to main containerd
13:19:01   -containerd-binary containerd publish
13:19:01     	path to containerd binary (used for containerd publish) (default "containerd")
13:19:01   -criu string
13:19:01     	path to criu binary
13:19:01   -debug
13:19:01     	enable debug output in logs
13:19:01   -namespace string
13:19:01     	namespace that owns the shim
13:19:01   -runtime-root string
13:19:01     	root directory for the runtime (default "/run/containerd/runc")
13:19:01   -socket string
13:19:01     	socket path to serve
13:19:01   -systemd-cgroup
13:19:01     	set runtime to use systemd-cgroup
13:19:01   -workdir string
13:19:01     	path used to storge large temporary data
13:19:01 + containerd-shim-runc-v1 -v
13:19:01 containerd-shim-runc-v1:
13:19:01   Version:  1.6.16
13:19:01   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:19:01   Go version: go1.18.10
13:19:01 
13:19:01 + containerd-shim-runc-v2 -v
13:19:01 containerd-shim-runc-v2:
13:19:01   Version:  1.6.16
13:19:01   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:19:01   Go version: go1.18.10
13:19:01 
13:19:01 + runc --version
13:19:01 runc version 1.1.4
13:19:01 commit: v1.1.4-0-g5fd4c4d
13:19:01 spec: 1.0.2-dev
13:19:01 go: go1.18.10
13:19:01 libseccomp: 2.5.4
13:19:01 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf packagekit armhf 1.2.5-2ubuntu2 [422 kB]
13:19:01 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf software-properties-common all 0.99.22.5 [14.1 kB]
13:19:01 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf gnupg2 all 2.2.27-3ubuntu2.1 [5548 B]
13:19:02 Setting up libmpdec2:armhf (2.4.2-3) ...
13:19:02 Setting up glib-networking-common (2.64.2-1ubuntu0.1) ...
13:19:02 Setting up openssl (1.1.1f-1ubuntu2.17) ...
13:19:02 Setting up libelf1:armhf (0.176-1.1build1) ...
13:19:02 Setting up readline-common (8.0-4) ...
13:19:02 Setting up iso-codes (4.4-1) ...
13:19:02 Setting up libpolkit-gobject-1-0:armhf (0.105-26ubuntu1.3) ...
13:19:02 Setting up libgstreamer1.0-0:armhf (1.16.3-0ubuntu1.1) ...
13:19:02 Setcap worked! gst-ptp-helper is not suid!
13:19:02 Setting up libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
13:19:02 Setting up pinentry-curses (1.1.0-3build1) ...
13:19:02 Setting up glib-networking-services (2.64.2-1ubuntu0.1) ...
13:19:02 Setting up libicu66:armhf (66.1-2ubuntu2.1) ...
13:19:02 Setting up libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
13:19:02 Setting up libreadline8:armhf (8.0-4) ...
13:19:02 Setting up libglib2.0-bin (2.64.6-1~ubuntu20.04.4) ...
13:19:02 Setting up libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
13:19:02 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
13:19:02 debconf: delaying package configuration, since apt-utils is not installed
13:19:02 Fetched 36.7 MB in 4s (8590 kB/s)
13:19:02 Selecting previously unselected package libpython3.10-minimal:armhf.
13:19: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 ... 4390 files and directories currently installed.)
13:19:02 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_armhf.deb ...
13:19:02 Unpacking libpython3.10-minimal:armhf (3.10.6-1~22.04.2) ...
13:19:02 Selecting previously unselected package libexpat1:armhf.
13:19:02 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_armhf.deb ...
13:19:02 Unpacking libexpat1:armhf (2.4.7-1ubuntu0.2) ...
13:19:02 Selecting previously unselected package python3.10-minimal.
13:19:02 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_armhf.deb ...
13:19:02 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ...
13:19:02 Setting up libpython3.10-minimal:armhf (3.10.6-1~22.04.2) ...
13:19:02 Setting up libexpat1:armhf (2.4.7-1ubuntu0.2) ...
13:19:02 Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
13:19:02 Updating certificates in /etc/ssl/certs...
13:19:03 124 added, 0 removed; done.
13:19:03 Setting up dbus-user-session (1.12.16-2ubuntu2.3) ...
13:19:03 Setting up libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
13:19:03 Setting up libgssapi-krb5-2:armhf (1.17-6ubuntu4.2) ...
13:19:03 Setting up gir1.2-glib-2.0:armhf (1.64.1-1~ubuntu20.04.1) ...
13:19:03 Setting up libssh-4:armhf (0.9.3-2ubuntu2.2) ...
13:19:03 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
13:19:03 Setting up libpolkit-agent-1-0:armhf (0.105-26ubuntu1.3) ...
13:19:03 Setting up libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.6) ...
13:19:03 Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
13:19:03 Selecting previously unselected package python3-minimal.
13:19:03 (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 ... 4692 files and directories currently installed.)
13:19:03 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_armhf.deb ...
13:19:03 Unpacking python3-minimal (3.10.6-1~22.04) ...
13:19:03 Selecting previously unselected package media-types.
13:19:03 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
13:19:03 Unpacking media-types (7.0.0) ...
13:19:03 Selecting previously unselected package libmpdec3:armhf.
13:19:03 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_armhf.deb ...
13:19:03 Unpacking libmpdec3:armhf (2.5.1-2build2) ...
13:19:03 Selecting previously unselected package readline-common.
13:19:03 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
13:19:03 Unpacking readline-common (8.1.2-1) ...
13:19:03 Selecting previously unselected package libreadline8:armhf.
13:19:03 Preparing to unpack .../4-libreadline8_8.1.2-1_armhf.deb ...
13:19:03 Unpacking libreadline8:armhf (8.1.2-1) ...
13:19:03 Selecting previously unselected package libsqlite3-0:armhf.
13:19:03 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_armhf.deb ...
13:19:03 Unpacking libsqlite3-0:armhf (3.37.2-2ubuntu0.1) ...
13:19:03 Selecting previously unselected package libpython3.10-stdlib:armhf.
13:19:03 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_armhf.deb ...
13:19:03 Unpacking libpython3.10-stdlib:armhf (3.10.6-1~22.04.2) ...
13:19:03 Selecting previously unselected package python3.10.
13:19:03 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_armhf.deb ...
13:19:03 Unpacking python3.10 (3.10.6-1~22.04.2) ...
13:19:03 Selecting previously unselected package libpython3-stdlib:armhf.
13:19:03 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_armhf.deb ...
13:19:03 Unpacking libpython3-stdlib:armhf (3.10.6-1~22.04) ...
13:19:03 Setting up python3-minimal (3.10.6-1~22.04) ...
13:19:03 Setting up libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.5) ...
13:19:03 Setting up policykit-1 (0.105-26ubuntu1.3) ...
13:19:03 Setting up gpg (2.2.19-3ubuntu2.2) ...
13:19:03 Setting up libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
13:19:03 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
13:19:03 Selecting previously unselected package python3.
13:19:03 (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 ... 5121 files and directories currently installed.)
13:19:03 Preparing to unpack .../0-python3_3.10.6-1~22.04_armhf.deb ...
13:19:03 Unpacking python3 (3.10.6-1~22.04) ...
13:19:03 Selecting previously unselected package libapparmor1:armhf.
13:19:03 Preparing to unpack .../1-libapparmor1_3.0.4-2ubuntu2.1_armhf.deb ...
13:19:03 Unpacking libapparmor1:armhf (3.0.4-2ubuntu2.1) ...
13:19:03 Selecting previously unselected package libargon2-1:armhf.
13:19:03 Preparing to unpack .../2-libargon2-1_0~20171227-0.3_armhf.deb ...
13:19:03 Unpacking libargon2-1:armhf (0~20171227-0.3) ...
13:19:03 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:19:03 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
13:19:03 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
13:19:04 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
13:19:04 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
13:19:04 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
13:19:04 Selecting previously unselected package libjson-c5:armhf.
13:19:04 Preparing to unpack .../4-libjson-c5_0.15-3~ubuntu1.22.04.1_armhf.deb ...
13:19:04 Unpacking libjson-c5:armhf (0.15-3~ubuntu1.22.04.1) ...
13:19:04 Selecting previously unselected package libcryptsetup12:armhf.
13:19:04 Preparing to unpack .../5-libcryptsetup12_2%3a2.4.3-1ubuntu1.1_armhf.deb ...
13:19:04 Unpacking libcryptsetup12:armhf (2:2.4.3-1ubuntu1.1) ...
13:19:04 Selecting previously unselected package libip4tc2:armhf.
13:19:04 Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu5_armhf.deb ...
13:19:04 Unpacking libip4tc2:armhf (1.8.7-1ubuntu5) ...
13:19:04 Selecting previously unselected package libkmod2:armhf.
13:19:04 Preparing to unpack .../7-libkmod2_29-1ubuntu1_armhf.deb ...
13:19:04 Unpacking libkmod2:armhf (29-1ubuntu1) ...
13:19:04 Selecting previously unselected package systemd.
13:19:04 Preparing to unpack .../8-systemd_249.11-0ubuntu3.6_armhf.deb ...
13:19:04 Unpacking systemd (249.11-0ubuntu3.6) ...
13:19:04 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
13:19:04 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
13:19:04 Setting up libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
13:19:04 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
13:19:04 Setting up dconf-service (0.36.0-1) ...
13:19:04 Setting up python3 (3.8.2-0ubuntu2) ...
13:19:04 Setting up libapparmor1:armhf (3.0.4-2ubuntu2.1) ...
13:19:04 Setting up libargon2-1:armhf (0~20171227-0.3) ...
13:19:04 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
13:19:04 Setting up libjson-c5:armhf (0.15-3~ubuntu1.22.04.1) ...
13:19:04 Setting up libcryptsetup12:armhf (2:2.4.3-1ubuntu1.1) ...
13:19:04 Setting up libip4tc2:armhf (1.8.7-1ubuntu5) ...
13:19:04 Setting up libkmod2:armhf (29-1ubuntu1) ...
13:19:04 Setting up systemd (249.11-0ubuntu3.6) ...
13:19:04 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:19:04 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:19:04 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
13:19:04 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
13:19:04 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
13:19:04 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:19:04 Initializing machine ID from random generator.
13:19:04 Setting up python3-six (1.14.0-2) ...
13:19:04 Setting up gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ...
13:19:04 Setting up python3-certifi (2019.11.28-1) ...
13:19:04 Selecting previously unselected package systemd-sysv.
13:19:04 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5960 files and directories currently installed.)
13:19:04 Preparing to unpack .../00-systemd-sysv_249.11-0ubuntu3.6_armhf.deb ...
13:19:04 Unpacking systemd-sysv (249.11-0ubuntu3.6) ...
13:19:04 Selecting previously unselected package openssl.
13:19:04 Preparing to unpack .../01-openssl_3.0.2-0ubuntu1.8_armhf.deb ...
13:19:04 Unpacking openssl (3.0.2-0ubuntu1.8) ...
13:19:04 Setting up python3-gi (3.36.0-1) ...
13:19:04 Setting up python3-idna (2.8-1) ...
13:19:04 Selecting previously unselected package ca-certificates.
13:19:04 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
13:19:04 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
13:19:04 Selecting previously unselected package libdbus-1-3:armhf.
13:19:04 Preparing to unpack .../03-libdbus-1-3_1.12.20-2ubuntu4.1_armhf.deb ...
13:19:04 Unpacking libdbus-1-3:armhf (1.12.20-2ubuntu4.1) ...
13:19:04 Selecting previously unselected package dbus.
13:19:04 Preparing to unpack .../04-dbus_1.12.20-2ubuntu4.1_armhf.deb ...
13:19:04 Unpacking dbus (1.12.20-2ubuntu4.1) ...
13:19:04 Selecting previously unselected package distro-info-data.
13:19:04 Preparing to unpack .../05-distro-info-data_0.52ubuntu0.2_all.deb ...
13:19:04 Unpacking distro-info-data (0.52ubuntu0.2) ...
13:19:04 Selecting previously unselected package libglib2.0-0:armhf.
13:19:04 Preparing to unpack .../06-libglib2.0-0_2.72.4-0ubuntu1_armhf.deb ...
13:19:04 Unpacking libglib2.0-0:armhf (2.72.4-0ubuntu1) ...
13:19:05 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
13:19:05 Selecting previously unselected package libgirepository-1.0-1:armhf.
13:19:05 Preparing to unpack .../07-libgirepository-1.0-1_1.72.0-1_armhf.deb ...
13:19:05 Unpacking libgirepository-1.0-1:armhf (1.72.0-1) ...
13:19:05 Selecting previously unselected package gir1.2-glib-2.0:armhf.
13:19:05 Preparing to unpack .../08-gir1.2-glib-2.0_1.72.0-1_armhf.deb ...
13:19:05 Unpacking gir1.2-glib-2.0:armhf (1.72.0-1) ...
13:19:05 Selecting previously unselected package iso-codes.
13:19:05 Preparing to unpack .../09-iso-codes_4.9.0-1_all.deb ...
13:19:05 Unpacking iso-codes (4.9.0-1) ...
13:19:05 Selecting previously unselected package libcap2-bin.
13:19:05 Preparing to unpack .../10-libcap2-bin_1%3a2.44-1build3_armhf.deb ...
13:19:05 Unpacking libcap2-bin (1:2.44-1build3) ...
13:19:05 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
13:19:05 Setting up lsb-release (11.1.0ubuntu2) ...
13:19:05 Setting up libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
13:19:05 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
13:19:05 Selecting previously unselected package libelf1:armhf.
13:19:05 Preparing to unpack .../11-libelf1_0.186-1build1_armhf.deb ...
13:19:05 Unpacking libelf1:armhf (0.186-1build1) ...
13:19:05 Selecting previously unselected package libglib2.0-data.
13:19:05 Preparing to unpack .../12-libglib2.0-data_2.72.4-0ubuntu1_all.deb ...
13:19:05 Unpacking libglib2.0-data (2.72.4-0ubuntu1) ...
13:19:05 Selecting previously unselected package libicu70:armhf.
13:19:05 Preparing to unpack .../13-libicu70_70.1-2_armhf.deb ...
13:19:05 Unpacking libicu70:armhf (70.1-2) ...
13:19:05 Setting up python3-dbus (1.2.16-1build1) ...
13:19:05 Setting up dconf-gsettings-backend:armhf (0.36.0-1) ...
13:19:05 Setting up python3-apt (2.0.1) ...
13:19:05 Selecting previously unselected package libpam-systemd:armhf.
13:19:05 Preparing to unpack .../14-libpam-systemd_249.11-0ubuntu3.6_armhf.deb ...
13:19:05 Unpacking libpam-systemd:armhf (249.11-0ubuntu3.6) ...
13:19:05 Selecting previously unselected package libxml2:armhf.
13:19:05 Preparing to unpack .../15-libxml2_2.9.13+dfsg-1ubuntu0.2_armhf.deb ...
13:19:05 Unpacking libxml2:armhf (2.9.13+dfsg-1ubuntu0.2) ...
13:19:05 Selecting previously unselected package libyaml-0-2:armhf.
13:19:05 Preparing to unpack .../16-libyaml-0-2_0.2.2-1build2_armhf.deb ...
13:19:05 Unpacking libyaml-0-2:armhf (0.2.2-1build2) ...
13:19:05 Selecting previously unselected package lsb-release.
13:19:05 Preparing to unpack .../17-lsb-release_11.1.0ubuntu4_all.deb ...
13:19:05 Unpacking lsb-release (11.1.0ubuntu4) ...
13:19:05 Selecting previously unselected package python-apt-common.
13:19:05 Preparing to unpack .../18-python-apt-common_2.4.0_all.deb ...
13:19:05 Unpacking python-apt-common (2.4.0) ...
13:19:05 Selecting previously unselected package python3-apt.
13:19:05 Preparing to unpack .../19-python3-apt_2.4.0_armhf.deb ...
13:19:05 Unpacking python3-apt (2.4.0) ...
13:19:05 Setting up libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
13:19:05 Setting up python3-chardet (3.0.4-4build1) ...
13:19:05 Selecting previously unselected package python3-dbus.
13:19:05 Preparing to unpack .../20-python3-dbus_1.2.18-3build1_armhf.deb ...
13:19:05 Unpacking python3-dbus (1.2.18-3build1) ...
13:19:05 Selecting previously unselected package python3-gi.
13:19:05 Preparing to unpack .../21-python3-gi_3.42.1-0ubuntu1_armhf.deb ...
13:19:05 Unpacking python3-gi (3.42.1-0ubuntu1) ...
13:19:05 Selecting previously unselected package python3-pkg-resources.
13:19:05 Preparing to unpack .../22-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
13:19:05 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
13:19:05 Selecting previously unselected package libnghttp2-14:armhf.
13:19:05 Preparing to unpack .../23-libnghttp2-14_1.43.0-1build3_armhf.deb ...
13:19:05 Unpacking libnghttp2-14:armhf (1.43.0-1build3) ...
13:19:05 Selecting previously unselected package libpsl5:armhf.
13:19:05 Preparing to unpack .../24-libpsl5_0.21.0-1.2build2_armhf.deb ...
13:19:05 Unpacking libpsl5:armhf (0.21.0-1.2build2) ...
13:19:05 Selecting previously unselected package apt-transport-https.
13:19:05 Preparing to unpack .../25-apt-transport-https_2.4.8_all.deb ...
13:19:05 Unpacking apt-transport-https (2.4.8) ...
13:19:05 Selecting previously unselected package libbrotli1:armhf.
13:19:05 Preparing to unpack .../26-libbrotli1_1.0.9-2build6_armhf.deb ...
13:19:05 Unpacking libbrotli1:armhf (1.0.9-2build6) ...
13:19:06 Setting up libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
13:19:06 Setting up python3-software-properties (0.99.9.10) ...
13:19:06 Setting up python3-requests (2.22.0-2ubuntu1) ...
13:19:06 Selecting previously unselected package libsasl2-modules-db:armhf.
13:19:06 Preparing to unpack .../27-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.1_armhf.deb ...
13:19:06 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
13:19:06 Selecting previously unselected package libsasl2-2:armhf.
13:19:06 Preparing to unpack .../28-libsasl2-2_2.1.27+dfsg2-3ubuntu1.1_armhf.deb ...
13:19:06 Unpacking libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
13:19:06 Selecting previously unselected package libldap-2.5-0:armhf.
13:19:06 Preparing to unpack .../29-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_armhf.deb ...
13:19:06 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-0ubuntu0.22.04.1) ...
13:19:06 Selecting previously unselected package librtmp1:armhf.
13:19:06 Preparing to unpack .../30-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ...
13:19:06 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
13:19:06 Selecting previously unselected package libssh-4:armhf.
13:19:06 Preparing to unpack .../31-libssh-4_0.9.6-2build1_armhf.deb ...
13:19:06 Unpacking libssh-4:armhf (0.9.6-2build1) ...
13:19:06 Selecting previously unselected package libcurl4:armhf.
13:19:06 Preparing to unpack .../32-libcurl4_7.81.0-1ubuntu1.7_armhf.deb ...
13:19:06 Unpacking libcurl4:armhf (7.81.0-1ubuntu1.7) ...
13:19:06 Selecting previously unselected package curl.
13:19:06 Preparing to unpack .../33-curl_7.81.0-1ubuntu1.7_armhf.deb ...
13:19:06 Unpacking curl (7.81.0-1ubuntu1.7) ...
13:19:06 Setting up gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
13:19:06 Setting up libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ...
13:19:06 Setting up python3-requests-unixsocket (0.2.0-2) ...
13:19:06 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
13:19:06 Selecting previously unselected package libassuan0:armhf.
13:19:06 Preparing to unpack .../34-libassuan0_2.5.5-1build1_armhf.deb ...
13:19:06 Unpacking libassuan0:armhf (2.5.5-1build1) ...
13:19:06 Selecting previously unselected package gpgconf.
13:19:06 Preparing to unpack .../35-gpgconf_2.2.27-3ubuntu2.1_armhf.deb ...
13:19:06 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
13:19:06 Selecting previously unselected package libksba8:armhf.
13:19:06 Preparing to unpack .../36-libksba8_1.6.0-2ubuntu0.2_armhf.deb ...
13:19:06 Unpacking libksba8:armhf (1.6.0-2ubuntu0.2) ...
13:19:06 Selecting previously unselected package libnpth0:armhf.
13:19:06 Preparing to unpack .../37-libnpth0_1.6-3build2_armhf.deb ...
13:19:06 Unpacking libnpth0:armhf (1.6-3build2) ...
13:19:06 Selecting previously unselected package dirmngr.
13:19:06 Preparing to unpack .../38-dirmngr_2.2.27-3ubuntu2.1_armhf.deb ...
13:19:06 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
13:19:06 Selecting previously unselected package libpackagekit-glib2-18:armhf.
13:19:06 Preparing to unpack .../39-libpackagekit-glib2-18_1.2.5-2ubuntu2_armhf.deb ...
13:19:06 Unpacking libpackagekit-glib2-18:armhf (1.2.5-2ubuntu2) ...
13:19:06 Selecting previously unselected package gir1.2-packagekitglib-1.0.
13:19:06 Preparing to unpack .../40-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_armhf.deb ...
13:19:06 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
13:19:06 Selecting previously unselected package gnupg-l10n.
13:19:06 Preparing to unpack .../41-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
13:19:06 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
13:19:06 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
13:19:06 Setting up libcurl4:armhf (7.68.0-1ubuntu2.15) ...
13:19:06 Setting up curl (7.68.0-1ubuntu2.15) ...
13:19:06 Setting up glib-networking:armhf (2.64.2-1ubuntu0.1) ...
13:19:06 Setting up libsoup2.4-1:armhf (2.70.0-1) ...
13:19:06 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
13:19:06 Setting up libappstream4:armhf (0.12.10-2) ...
13:19:06 Setting up gnupg (2.2.19-3ubuntu2.2) ...
13:19:06 Setting up packagekit (1.1.13-2ubuntu1.1) ...
13:19:06 invoke-rc.d: could not determine current runlevel
13:19:06 invoke-rc.d: policy-rc.d denied execution of force-reload.
13:19:06 Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
13:19:06 Selecting previously unselected package gnupg-utils.
13:19:06 Preparing to unpack .../42-gnupg-utils_2.2.27-3ubuntu2.1_armhf.deb ...
13:19:06 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
13:19:06 Selecting previously unselected package gpg.
13:19:06 Preparing to unpack .../43-gpg_2.2.27-3ubuntu2.1_armhf.deb ...
13:19:06 Unpacking gpg (2.2.27-3ubuntu2.1) ...
13:19:06 Selecting previously unselected package pinentry-curses.
13:19:06 Preparing to unpack .../44-pinentry-curses_1.1.1-1build2_armhf.deb ...
13:19:06 Unpacking pinentry-curses (1.1.1-1build2) ...
13:19:06 Selecting previously unselected package gpg-agent.
13:19:06 Preparing to unpack .../45-gpg-agent_2.2.27-3ubuntu2.1_armhf.deb ...
13:19:06 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
13:19:06 Selecting previously unselected package gpg-wks-client.
13:19:06 Preparing to unpack .../46-gpg-wks-client_2.2.27-3ubuntu2.1_armhf.deb ...
13:19:06 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
13:19:06 Selecting previously unselected package gpg-wks-server.
13:19:06 Preparing to unpack .../47-gpg-wks-server_2.2.27-3ubuntu2.1_armhf.deb ...
13:19:06 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
13:19:06 Selecting previously unselected package gpgsm.
13:19:06 Preparing to unpack .../48-gpgsm_2.2.27-3ubuntu2.1_armhf.deb ...
13:19:06 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
13:19:06 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
13:19:06 Setting up gnupg2 (2.2.19-3ubuntu2.2) ...
13:19:06 Setting up software-properties-common (0.99.9.10) ...
13:19:06 Processing triggers for systemd (245.4-4ubuntu3.19) ...
13:19:06 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
13:19:06 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
13:19:06 Updating certificates in /etc/ssl/certs...
13:19:07 Selecting previously unselected package gnupg.
13:19:07 Preparing to unpack .../49-gnupg_2.2.27-3ubuntu2.1_all.deb ...
13:19:07 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
13:19:07 Selecting previously unselected package libcurl3-gnutls:armhf.
13:19:07 Preparing to unpack .../50-libcurl3-gnutls_7.81.0-1ubuntu1.7_armhf.deb ...
13:19:07 Unpacking libcurl3-gnutls:armhf (7.81.0-1ubuntu1.7) ...
13:19:07 Selecting previously unselected package libstemmer0d:armhf.
13:19:07 Preparing to unpack .../51-libstemmer0d_2.2.0-1build1_armhf.deb ...
13:19:07 Unpacking libstemmer0d:armhf (2.2.0-1build1) ...
13:19:07 Selecting previously unselected package libxmlb2:armhf.
13:19:07 Preparing to unpack .../52-libxmlb2_0.3.6-2build1_armhf.deb ...
13:19:07 Unpacking libxmlb2:armhf (0.3.6-2build1) ...
13:19:07 Selecting previously unselected package libappstream4:armhf.
13:19:07 Preparing to unpack .../53-libappstream4_0.15.2-2_armhf.deb ...
13:19:07 Unpacking libappstream4:armhf (0.15.2-2) ...
13:19:07 Selecting previously unselected package libdw1:armhf.
13:19:07 Preparing to unpack .../54-libdw1_0.186-1build1_armhf.deb ...
13:19:07 Unpacking libdw1:armhf (0.186-1build1) ...
13:19:07 Selecting previously unselected package libglib2.0-bin.
13:19:07 Preparing to unpack .../55-libglib2.0-bin_2.72.4-0ubuntu1_armhf.deb ...
13:19:07 Unpacking libglib2.0-bin (2.72.4-0ubuntu1) ...
13:19:07 Selecting previously unselected package libunwind8:armhf.
13:19:07 Preparing to unpack .../56-libunwind8_1.3.2-2build2_armhf.deb ...
13:19:07 Unpacking libunwind8:armhf (1.3.2-2build2) ...
13:19:07 Selecting previously unselected package libgstreamer1.0-0:armhf.
13:19:07 Preparing to unpack .../57-libgstreamer1.0-0_1.20.3-0ubuntu1_armhf.deb ...
13:19:07 Unpacking libgstreamer1.0-0:armhf (1.20.3-0ubuntu1) ...
13:19:07 Selecting previously unselected package libpolkit-gobject-1-0:armhf.
13:19:07 Preparing to unpack .../58-libpolkit-gobject-1-0_0.105-33_armhf.deb ...
13:19:07 Unpacking libpolkit-gobject-1-0:armhf (0.105-33) ...
13:19:07 Selecting previously unselected package libpolkit-agent-1-0:armhf.
13:19:07 0 added, 0 removed; done.
13:19:07 Running hooks in /etc/ca-certificates/update.d...
13:19:07 done.
13:19:07 Processing triggers for dbus (1.12.16-2ubuntu2.3) ...
13:19:07 ++ source /etc/os-release
13:19:07 +++ NAME=Ubuntu
13:19:07 +++ VERSION='20.04.5 LTS (Focal Fossa)'
13:19:07 +++ ID=ubuntu
13:19:07 +++ ID_LIKE=debian
13:19:07 +++ PRETTY_NAME='Ubuntu 20.04.5 LTS'
13:19:07 +++ VERSION_ID=20.04
13:19:07 +++ HOME_URL=https://www.ubuntu.com/
13:19:07 +++ SUPPORT_URL=https://help.ubuntu.com/
13:19:07 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
13:19:07 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
13:19:07 +++ VERSION_CODENAME=focal
13:19:07 +++ UBUNTU_CODENAME=focal
13:19:07 ++ echo ubuntu
13:19:07 + DIST_ID=ubuntu
13:19:07 ++ lsb_release -sc
13:19:07 + DIST_VERSION=focal
13:19:07 + '[' focal = sid ']'
13:19:07 + install_debian_containerd
13:19:07 + '[' staging = stage ']'
13:19:07 + REPO_URL=https://download.docker.com/linux/ubuntu
13:19:07 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
13:19:07 + update-ca-certificates -f
13:19:07 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
13:19:07 Clearing symlinks in /etc/ssl/certs...
13:19:07 Preparing to unpack .../59-libpolkit-agent-1-0_0.105-33_armhf.deb ...
13:19:07 Unpacking libpolkit-agent-1-0:armhf (0.105-33) ...
13:19:07 Selecting previously unselected package polkitd.
13:19:07 Preparing to unpack .../60-polkitd_0.105-33_armhf.deb ...
13:19:07 Unpacking polkitd (0.105-33) ...
13:19:07 Selecting previously unselected package pkexec.
13:19:07 Preparing to unpack .../61-pkexec_0.105-33_armhf.deb ...
13:19:07 Unpacking pkexec (0.105-33) ...
13:19:07 Selecting previously unselected package policykit-1.
13:19:07 Preparing to unpack .../62-policykit-1_0.105-33_armhf.deb ...
13:19:07 Unpacking policykit-1 (0.105-33) ...
13:19:07 Selecting previously unselected package python3-blinker.
13:19:07 Preparing to unpack .../63-python3-blinker_1.4+dfsg1-0.4_all.deb ...
13:19:07 Unpacking python3-blinker (1.4+dfsg1-0.4) ...
13:19:07 Selecting previously unselected package python3-cffi-backend:armhf.
13:19:07 Preparing to unpack .../64-python3-cffi-backend_1.15.0-1build2_armhf.deb ...
13:19:07 Unpacking python3-cffi-backend:armhf (1.15.0-1build2) ...
13:19:07 Selecting previously unselected package python3-cryptography.
13:19:07 Preparing to unpack .../65-python3-cryptography_3.4.8-1ubuntu2_armhf.deb ...
13:19:07 Unpacking python3-cryptography (3.4.8-1ubuntu2) ...
13:19:07 done.
13:19:07 Updating certificates in /etc/ssl/certs...
13:19:07 Selecting previously unselected package python3-pyparsing.
13:19:07 Preparing to unpack .../66-python3-pyparsing_2.4.7-1_all.deb ...
13:19:07 Unpacking python3-pyparsing (2.4.7-1) ...
13:19:07 Selecting previously unselected package python3-httplib2.
13:19:07 Preparing to unpack .../67-python3-httplib2_0.20.2-2_all.deb ...
13:19:07 Unpacking python3-httplib2 (0.20.2-2) ...
13:19:07 Selecting previously unselected package python3-more-itertools.
13:19:07 Preparing to unpack .../68-python3-more-itertools_8.10.0-2_all.deb ...
13:19:07 Unpacking python3-more-itertools (8.10.0-2) ...
13:19:07 Selecting previously unselected package python3-zipp.
13:19:07 Preparing to unpack .../69-python3-zipp_1.0.0-3_all.deb ...
13:19:07 Unpacking python3-zipp (1.0.0-3) ...
13:19:07 Selecting previously unselected package python3-importlib-metadata.
13:19:07 Preparing to unpack .../70-python3-importlib-metadata_4.6.4-1_all.deb ...
13:19:07 Unpacking python3-importlib-metadata (4.6.4-1) ...
13:19:07 Selecting previously unselected package python3-jeepney.
13:19:07 Preparing to unpack .../71-python3-jeepney_0.7.1-3_all.deb ...
13:19:07 Unpacking python3-jeepney (0.7.1-3) ...
13:19:07 Selecting previously unselected package python3-jwt.
13:19:07 Preparing to unpack .../72-python3-jwt_2.3.0-1ubuntu0.2_all.deb ...
13:19:07 Unpacking python3-jwt (2.3.0-1ubuntu0.2) ...
13:19:07 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
13:19:07 124 added, 0 removed; done.
13:19:07 Running hooks in /etc/ca-certificates/update.d...
13:19:07 done.
13:19:07 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
13:19:07 + apt-key add -
13:19:07 Warning: apt-key output should not be parsed (stdout is not a terminal)
13:19:08 Selecting previously unselected package python3-secretstorage.
13:19:08 Preparing to unpack .../73-python3-secretstorage_3.3.1-1_all.deb ...
13:19:08 Unpacking python3-secretstorage (3.3.1-1) ...
13:19:08 Selecting previously unselected package python3-keyring.
13:19:08 Preparing to unpack .../74-python3-keyring_23.5.0-1_all.deb ...
13:19:08 Unpacking python3-keyring (23.5.0-1) ...
13:19:08 Selecting previously unselected package python3-lazr.uri.
13:19:08 Preparing to unpack .../75-python3-lazr.uri_1.0.6-2_all.deb ...
13:19:08 Unpacking python3-lazr.uri (1.0.6-2) ...
13:19:08 Selecting previously unselected package python3-wadllib.
13:19:08 Preparing to unpack .../76-python3-wadllib_1.3.6-1_all.deb ...
13:19:08 Unpacking python3-wadllib (1.3.6-1) ...
13:19:08 Selecting previously unselected package python3-distro.
13:19:08 Preparing to unpack .../77-python3-distro_1.7.0-1_all.deb ...
13:19:08 Unpacking python3-distro (1.7.0-1) ...
13:19:08 Selecting previously unselected package python3-oauthlib.
13:19:08 Preparing to unpack .../78-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ...
13:19:08 Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ...
13:19:08 Selecting previously unselected package python3-six.
13:19:08 Preparing to unpack .../79-python3-six_1.16.0-3ubuntu1_all.deb ...
13:19:08 Unpacking python3-six (1.16.0-3ubuntu1) ...
13:19:08 Selecting previously unselected package python3-lazr.restfulclient.
13:19:08 Preparing to unpack .../80-python3-lazr.restfulclient_0.14.4-1_all.deb ...
13:19:08 Unpacking python3-lazr.restfulclient (0.14.4-1) ...
13:19:08 Selecting previously unselected package python3-launchpadlib.
13:19:08 Preparing to unpack .../81-python3-launchpadlib_1.10.16-1_all.deb ...
13:19:08 Unpacking python3-launchpadlib (1.10.16-1) ...
13:19:08 Selecting previously unselected package python3-software-properties.
13:19:08 Preparing to unpack .../82-python3-software-properties_0.99.22.5_all.deb ...
13:19:08 Unpacking python3-software-properties (0.99.22.5) ...
13:19:08 Selecting previously unselected package packagekit.
13:19:08 Preparing to unpack .../83-packagekit_1.2.5-2ubuntu2_armhf.deb ...
13:19:08 Unpacking packagekit (1.2.5-2ubuntu2) ...
13:19:08 Selecting previously unselected package software-properties-common.
13:19:08 Preparing to unpack .../84-software-properties-common_0.99.22.5_all.deb ...
13:19:08 Unpacking software-properties-common (0.99.22.5) ...
13:19:08 Selecting previously unselected package gnupg2.
13:19:08 Preparing to unpack .../85-gnupg2_2.2.27-3ubuntu2.1_all.deb ...
13:19:08 Unpacking gnupg2 (2.2.27-3ubuntu2.1) ...
13:19:08 Setting up libksba8:armhf (1.6.0-2ubuntu0.2) ...
13:19:08 Setting up media-types (7.0.0) ...
13:19:08 Setting up systemd-sysv (249.11-0ubuntu3.6) ...
13:19:08 Setting up libpsl5:armhf (0.21.0-1.2build2) ...
13:19:08 Setting up apt-transport-https (2.4.8) ...
13:19:08 Setting up libyaml-0-2:armhf (0.2.2-1build2) ...
13:19:08 Setting up libglib2.0-0:armhf (2.72.4-0ubuntu1) ...
13:19:08 No schema files found: doing nothing.
13:19:08 Setting up distro-info-data (0.52ubuntu0.2) ...
13:19:08 Setting up libxmlb2:armhf (0.3.6-2build1) ...
13:19:08 Setting up libbrotli1:armhf (1.0.9-2build6) ...
13:19:08 Setting up libsqlite3-0:armhf (3.37.2-2ubuntu0.1) ...
13:19:08 Setting up libnghttp2-14:armhf (1.43.0-1build3) ...
13:19:08 Setting up libpackagekit-glib2-18:armhf (1.2.5-2ubuntu2) ...
13:19:08 OK
13:19:08 + '[' focal = sid ']'
13:19:08 ++ dpkg --print-architecture
13:19:08 + ARCH=armhf
13:19:08 + echo 'deb [arch=armhf] https://download.docker.com/linux/ubuntu focal test'
13:19:08 + apt-get update
13:19:08 Setting up libnpth0:armhf (1.6-3build2) ...
13:19:08 Setting up libassuan0:armhf (2.5.5-1build1) ...
13:19:08 Setting up libunwind8:armhf (1.3.2-2build2) ...
13:19:08 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
13:19:08 Setting up libcap2-bin (1:2.44-1build3) ...
13:19:08 Setting up libglib2.0-data (2.72.4-0ubuntu1) ...
13:19:08 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
13:19:08 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
13:19:08 Setting up libdbus-1-3:armhf (1.12.20-2ubuntu4.1) ...
13:19:08 Setting up dbus (1.12.20-2ubuntu4.1) ...
13:19:08 Setting up libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
13:19:08 Setting up libssh-4:armhf (0.9.6-2build1) ...
13:19:08 Setting up python-apt-common (2.4.0) ...
13:19:08 Get:1 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB]
13:19:08 Get:2 https://download.docker.com/linux/ubuntu focal/test armhf Packages [21.7 kB]
13:19:08 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal InRelease
13:19:08 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
13:19:09 Setting up libmpdec3:armhf (2.5.1-2build2) ...
13:19:09 Setting up libpam-systemd:armhf (249.11-0ubuntu3.6) ...
13:19:09 Setting up libgirepository-1.0-1:armhf (1.72.0-1) ...
13:19:09 Setting up libstemmer0d:armhf (2.2.0-1build1) ...
13:19:09 Setting up openssl (3.0.2-0ubuntu1.8) ...
13:19:09 Setting up libelf1:armhf (0.186-1build1) ...
13:19:09 Setting up readline-common (8.1.2-1) ...
13:19:09 Setting up iso-codes (4.9.0-1) ...
13:19:09 Setting up libpolkit-gobject-1-0:armhf (0.105-33) ...
13:19:09 Setting up libicu70:armhf (70.1-2) ...
13:19:09 Setting up pinentry-curses (1.1.1-1build2) ...
13:19:09 Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
13:19:09 Hit:6 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
13:19:09 Setting up libdw1:armhf (0.186-1build1) ...
13:19:09 Setting up libreadline8:armhf (8.1.2-1) ...
13:19:09 Setting up libglib2.0-bin (2.72.4-0ubuntu1) ...
13:19:09 Setting up libldap-2.5-0:armhf (2.5.13+dfsg-0ubuntu0.22.04.1) ...
13:19:09 Setting up libpython3.10-stdlib:armhf (3.10.6-1~22.04.2) ...
13:19:09 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
13:19:09 Fetched 79.4 kB in 1s (105 kB/s)
13:19:09 Updating certificates in /etc/ssl/certs...
13:19:10 124 added, 0 removed; done.
13:19:10 Setting up gir1.2-glib-2.0:armhf (1.72.0-1) ...
13:19:10 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
13:19:10 Setting up libcurl4:armhf (7.81.0-1ubuntu1.7) ...
13:19:10 Setting up libpolkit-agent-1-0:armhf (0.105-33) ...
13:19:10 Setting up curl (7.81.0-1ubuntu1.7) ...
13:19:10 Setting up libxml2:armhf (2.9.13+dfsg-1ubuntu0.2) ...
13:19:10 Setting up polkitd (0.105-33) ...
13:19:10 Setting up gpg (2.2.27-3ubuntu2.1) ...
13:19:10 Reading package lists...
13:19:10 ++ find deb/debbuild/ubuntu-focal/ -type f -name '*.deb'
13:19:10 + packages='deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_armhf.deb
13:19:10 deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb
13:19:10 deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb
13:19:10 deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb
13:19:10 deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'
13:19:10 ++ echo 'deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_armhf.deb
13:19:10 deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb
13:19:10 deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb
13:19:10 deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb
13:19:10 deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'
13:19:10 ++ xargs
13:19:10 ++ awk '$0="./"$0'
13:19:10 + packages='./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'
13:19:10 + set -x
13:19:10 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb
13:19:10 Selecting previously unselected package docker-compose-plugin.
13:19:10 (Reading database ... 10398 files and directories currently installed.)
13:19:10 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_armhf.deb ...
13:19:10 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.20.04~focal) ...
13:19:10 Setting up libgstreamer1.0-0:armhf (1.20.3-0ubuntu1) ...
13:19:10 Setcap worked! gst-ptp-helper is not suid!
13:19:10 Setting up libpython3-stdlib:armhf (3.10.6-1~22.04) ...
13:19:10 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
13:19:10 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
13:19:10 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
13:19:10 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
13:19:10 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
13:19:10 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
13:19:10 Setting up python3.10 (3.10.6-1~22.04.2) ...
13:19:11 Selecting previously unselected package docker-ce-cli.
13:19:11 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ...
13:19:11 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
13:19:11 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
13:19:11 Setting up pkexec (0.105-33) ...
13:19:11 Setting up libcurl3-gnutls:armhf (7.81.0-1ubuntu1.7) ...
13:19:11 Setting up python3 (3.10.6-1~22.04) ...
13:19:11 Setting up libappstream4:armhf (0.15.2-2) ...
13:19:11 Setting up python3-six (1.16.0-3ubuntu1) ...
13:19:11 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:19:12 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
13:19:12 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
13:19:12 Setting up python3-pyparsing (2.4.7-1) ...
13:19:12 Setting up python3-gi (3.42.1-0ubuntu1) ...
13:19:12 Selecting previously unselected package docker-ce.
13:19:12 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ...
13:19:12 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
13:19:12 Setting up python3-jeepney (0.7.1-3) ...
13:19:12 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
13:19:12 Setting up python3-httplib2 (0.20.2-2) ...
13:19:12 Setting up lsb-release (11.1.0ubuntu4) ...
13:19:12 Setting up policykit-1 (0.105-33) ...
13:19:12 Setting up python3-cffi-backend:armhf (1.15.0-1build2) ...
13:19:12 Setting up python3-blinker (1.4+dfsg1-0.4) ...
13:19:12 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
13:19:13 Setting up python3-more-itertools (8.10.0-2) ...
13:19:13 Setting up python3-dbus (1.2.18-3build1) ...
13:19:13 Setting up python3-distro (1.7.0-1) ...
13:19:13 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
13:19:13 Setting up python3-jwt (2.3.0-1ubuntu0.2) ...
13:19:13 Selecting previously unselected package docker-buildx-plugin.
13:19:13 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb ...
13:19:13 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.20.04~focal) ...
13:19:13 Setting up python3-apt (2.4.0) ...
13:19:13 Setting up python3-lazr.uri (1.0.6-2) ...
13:19:13 Setting up python3-zipp (1.0.0-3) ...
13:19:14 Setting up python3-cryptography (3.4.8-1ubuntu2) ...
13:19:14 Setting up python3-wadllib (1.3.6-1) ...
13:19:14 Setting up gnupg (2.2.27-3ubuntu2.1) ...
13:19:14 Setting up packagekit (1.2.5-2ubuntu2) ...
13:19:14 invoke-rc.d: could not determine current runlevel
13:19:14 invoke-rc.d: policy-rc.d denied execution of force-reload.
13:19:14 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
13:19:14 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
13:19:14 Setting up gnupg2 (2.2.27-3ubuntu2.1) ...
13:19:14 Setting up python3-importlib-metadata (4.6.4-1) ...
13:19:14 Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ...
13:19:14 Selecting previously unselected package docker-ce-rootless-extras.
13:19:14 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ...
13:19:14 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
13:19:14 Setting up python3-secretstorage (3.3.1-1) ...
13:19:15 Setting up docker-compose-plugin (2.16.0-1~ubuntu.20.04~focal) ...
13:19:15 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
13:19:15 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
13:19:15 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
13:19:15 Setting up python3-keyring (23.5.0-1) ...
13:19:15 Setting up python3-lazr.restfulclient (0.14.4-1) ...
13:19:15 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
13:19:15 invoke-rc.d: could not determine current runlevel
13:19:15 invoke-rc.d: policy-rc.d denied execution of start.
13:19:15 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.20.04~focal) ...
13:19:15 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
13:19:15 Processing triggers for systemd (245.4-4ubuntu3.19) ...
13:19:15 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.16.0-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb
13:19:15 Setting up python3-launchpadlib (1.10.16-1) ...
13:19:15 Setting up python3-software-properties (0.99.22.5) ...
13:19:15 Setting up software-properties-common (0.99.22.5) ...
13:19:15 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
13:19:15 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
13:19:15 Updating certificates in /etc/ssl/certs...
13:19:16 0 added, 0 removed; done.
13:19:16 Running hooks in /etc/ca-certificates/update.d...
13:19:16 done.
13:19:16 Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
13:19:16 ++ source /etc/os-release
13:19:16 +++ PRETTY_NAME='Ubuntu 22.04.1 LTS'
13:19:16 +++ NAME=Ubuntu
13:19:16 +++ VERSION_ID=22.04
13:19:16 +++ VERSION='22.04.1 LTS (Jammy Jellyfish)'
13:19:16 +++ VERSION_CODENAME=jammy
13:19:16 +++ ID=ubuntu
13:19:16 +++ ID_LIKE=debian
13:19:16 +++ HOME_URL=https://www.ubuntu.com/
13:19:16 +++ SUPPORT_URL=https://help.ubuntu.com/
13:19:16 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
13:19:16 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
13:19:16 +++ UBUNTU_CODENAME=jammy
13:19:16 ++ echo ubuntu
13:19:16 + DIST_ID=ubuntu
13:19:16 ++ lsb_release -sc
13:19:16 + DIST_VERSION=jammy
13:19:16 + '[' jammy = sid ']'
13:19:16 + install_debian_containerd
13:19:16 + '[' staging = stage ']'
13:19:16 + REPO_URL=https://download.docker.com/linux/ubuntu
13:19:16 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
13:19:16 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
13:19:16 + update-ca-certificates -f
13:19:16 Clearing symlinks in /etc/ssl/certs...
13:19:16 done.
13:19:16 Updating certificates in /etc/ssl/certs...
13:19:16 Reading package lists...
13:19:16 Building dependency tree...
13:19:16 Reading state information...
13:19:16 Correcting dependencies... Done
13:19:17 Skipping docker-ce, it is already installed and upgrade is not set.
13:19:17 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:19:17 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:19:17 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:19:17 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:19:17 The following additional packages will be installed:
13:19:17   containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3
13:19:17   libnfnetlink0 libnftnl11 libxtables12 netbase
13:19:17 Suggested packages:
13:19:17   firewalld kmod nftables
13:19:17 The following NEW packages will be installed:
13:19:17   containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3
13:19:17   libnfnetlink0 libnftnl11 libxtables12 netbase
13:19:17 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
13:19:17 124 added, 0 removed; done.
13:19:17 Running hooks in /etc/ca-certificates/update.d...
13:19:17 done.
13:19:17 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
13:19:17 + apt-key add -
13:19:17 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
13:19:17 0 upgraded, 9 newly installed, 0 to remove and 5 not upgraded.
13:19:17 Need to get 20.9 MB of archives.
13:19:17 After this operation, 92.3 MB of additional disk space will be used.
13:19:17 Get:1 https://download.docker.com/linux/ubuntu focal/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
13:19:17 OK
13:19:17 + '[' jammy = sid ']'
13:19:17 ++ dpkg --print-architecture
13:19:17 + ARCH=armhf
13:19:17 + echo 'deb [arch=armhf] https://download.docker.com/linux/ubuntu jammy test'
13:19:17 + apt-get update
13:19:17 Get:2 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmnl0 armhf 1.0.4-2 [11.1 kB]
13:19:17 Get:3 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxtables12 armhf 1.8.4-3ubuntu2 [25.9 kB]
13:19:17 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main armhf netbase all 6.1 [13.1 kB]
13:19:17 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libip6tc2 armhf 1.8.4-3ubuntu2 [17.1 kB]
13:19:17 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnfnetlink0 armhf 1.0.1-3build1 [11.7 kB]
13:19:17 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnetfilter-conntrack3 armhf 1.0.7-2 [33.0 kB]
13:19:17 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnftnl11 armhf 1.1.5-1 [44.3 kB]
13:19:17 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf iptables armhf 1.8.4-3ubuntu2 [347 kB]
13:19:17 Get:1 https://download.docker.com/linux/ubuntu jammy InRelease [48.9 kB]
13:19:17 Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
13:19:17 Get:3 https://download.docker.com/linux/ubuntu jammy/test armhf Packages [18.0 kB]
13:19:17 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
13:19:18 Hit:5 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
13:19:18 Hit:6 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
13:19:18 Fetched 66.9 kB in 1s (92.2 kB/s)
13:19:18 debconf: delaying package configuration, since apt-utils is not installed
13:19:18 Fetched 20.9 MB in 1s (15.4 MB/s)
13:19:18 Selecting previously unselected package libmnl0:armhf.
13:19: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 ... 10624 files and directories currently installed.)
13:19:18 Preparing to unpack .../0-libmnl0_1.0.4-2_armhf.deb ...
13:19:18 Unpacking libmnl0:armhf (1.0.4-2) ...
13:19:18 Selecting previously unselected package libxtables12:armhf.
13:19:18 Preparing to unpack .../1-libxtables12_1.8.4-3ubuntu2_armhf.deb ...
13:19:18 Unpacking libxtables12:armhf (1.8.4-3ubuntu2) ...
13:19:18 Selecting previously unselected package netbase.
13:19:18 Preparing to unpack .../2-netbase_6.1_all.deb ...
13:19:18 Unpacking netbase (6.1) ...
13:19:18 Selecting previously unselected package libip6tc2:armhf.
13:19:18 Preparing to unpack .../3-libip6tc2_1.8.4-3ubuntu2_armhf.deb ...
13:19:18 Unpacking libip6tc2:armhf (1.8.4-3ubuntu2) ...
13:19:18 Selecting previously unselected package libnfnetlink0:armhf.
13:19:18 Preparing to unpack .../4-libnfnetlink0_1.0.1-3build1_armhf.deb ...
13:19:18 Unpacking libnfnetlink0:armhf (1.0.1-3build1) ...
13:19:18 Selecting previously unselected package libnetfilter-conntrack3:armhf.
13:19:18 Preparing to unpack .../5-libnetfilter-conntrack3_1.0.7-2_armhf.deb ...
13:19:18 Unpacking libnetfilter-conntrack3:armhf (1.0.7-2) ...
13:19:18 Selecting previously unselected package libnftnl11:armhf.
13:19:18 Preparing to unpack .../6-libnftnl11_1.1.5-1_armhf.deb ...
13:19:18 Unpacking libnftnl11:armhf (1.1.5-1) ...
13:19:18 Selecting previously unselected package iptables.
13:19:18 Preparing to unpack .../7-iptables_1.8.4-3ubuntu2_armhf.deb ...
13:19:18 Unpacking iptables (1.8.4-3ubuntu2) ...
13:19:18 Selecting previously unselected package containerd.io.
13:19:18 Preparing to unpack .../8-containerd.io_1.6.16-1_armhf.deb ...
13:19:18 Unpacking containerd.io (1.6.16-1) ...
13:19:19 Reading package lists...
13:19:19 W: https://download.docker.com/linux/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
13:19:19 ++ find deb/debbuild/ubuntu-jammy/ -type f -name '*.deb'
13:19:19 + packages='deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb
13:19:19 deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb
13:19:19 deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_armhf.deb
13:19:19 deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb
13:19:19 deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb'
13:19:19 ++ echo 'deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb
13:19:19 deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb
13:19:19 deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_armhf.deb
13:19:19 deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb
13:19:19 deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb'
13:19:19 ++ xargs
13:19:19 ++ awk '$0="./"$0'
13:19:19 + packages='./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb'
13:19:19 + set -x
13:19:19 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb
13:19:19 Selecting previously unselected package docker-ce.
13:19:19 (Reading database ... 9217 files and directories currently installed.)
13:19:19 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ...
13:19:19 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
13:19:20 Selecting previously unselected package docker-ce-cli.
13:19:20 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ...
13:19:20 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
13:19:20 Setting up libip6tc2:armhf (1.8.4-3ubuntu2) ...
13:19:20 Setting up libmnl0:armhf (1.0.4-2) ...
13:19:20 Setting up containerd.io (1.6.16-1) ...
13:19:21 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:19:21 Setting up libxtables12:armhf (1.8.4-3ubuntu2) ...
13:19:21 Setting up libnfnetlink0:armhf (1.0.1-3build1) ...
13:19:21 Setting up netbase (6.1) ...
13:19:21 Setting up libnftnl11:armhf (1.1.5-1) ...
13:19:21 Setting up libnetfilter-conntrack3:armhf (1.0.7-2) ...
13:19:21 Setting up iptables (1.8.4-3ubuntu2) ...
13:19:21 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:19:21 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:19:21 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:19:21 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:19:21 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
13:19:21 + verify_binaries
13:19:21 + docker --version
13:19:21 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:19:21 ++ uname -m
13:19:21 + '[' armv8l = x86_64 ']'
13:19:21 + docker buildx version
13:19:21 github.com/docker/buildx v0.10.2 00ed17d
13:19:21 + docker compose version
13:19:21 Docker Compose version v2.16.0
13:19:21 + dockerd --version
13:19:21 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:19:21 + docker-proxy --version
13:19:21 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:19:21 + containerd --version
13:19:21 Selecting previously unselected package docker-compose-plugin.
13:19:21 Preparing to unpack .../docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_armhf.deb ...
13:19:21 Unpacking docker-compose-plugin (2.16.0-1~ubuntu.22.04~jammy) ...
13:19:21 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:19:21 + ctr --version
13:19:21 ctr containerd.io 1.6.16
13:19:21 + containerd-shim --help
13:19:21 Usage of containerd-shim:
13:19:21   -address string
13:19:21     	grpc address back to main containerd
13:19:21   -containerd-binary containerd publish
13:19:21     	path to containerd binary (used for containerd publish) (default "containerd")
13:19:21   -criu string
13:19:21     	path to criu binary
13:19:21   -debug
13:19:21     	enable debug output in logs
13:19:21   -namespace string
13:19:21     	namespace that owns the shim
13:19:21   -runtime-root string
13:19:21     	root directory for the runtime (default "/run/containerd/runc")
13:19:21   -socket string
13:19:21     	socket path to serve
13:19:21   -systemd-cgroup
13:19:21     	set runtime to use systemd-cgroup
13:19:21   -workdir string
13:19:21     	path used to storge large temporary data
13:19:21 + containerd-shim-runc-v1 -v
13:19:21 containerd-shim-runc-v1:
13:19:21   Version:  1.6.16
13:19:21   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:19:21   Go version: go1.18.10
13:19:21 
13:19:21 + containerd-shim-runc-v2 -v
13:19:21 containerd-shim-runc-v2:
13:19:21   Version:  1.6.16
13:19:21   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:19:21   Go version: go1.18.10
13:19:21 
13:19:21 + runc --version
13:19:21 runc version 1.1.4
13:19:21 commit: v1.1.4-0-g5fd4c4d
13:19:21 spec: 1.0.2-dev
13:19:21 go: go1.18.10
13:19:21 libseccomp: 2.5.1
13:19:22 Selecting previously unselected package docker-ce-rootless-extras.
13:19:22 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ...
13:19:22 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
13:19:22 Selecting previously unselected package docker-buildx-plugin.
13:19:22 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb ...
13:19:22 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.22.04~jammy) ...
13:19:23 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
13:19:23 Setting up docker-compose-plugin (2.16.0-1~ubuntu.22.04~jammy) ...
13:19:23 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.22.04~jammy) ...
13:19:23 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
13:19:24 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
13:19:24 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
13:19:24 invoke-rc.d: could not determine current runlevel
13:19:24 invoke-rc.d: policy-rc.d denied execution of start.
13:19:24 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
13:19:24  docker-ce-rootless-extras depends on dbus-user-session; however:
13:19:24   Package dbus-user-session is not installed.
13:19:24 
13:19:24 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
13:19:24 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.16.0-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb
13:19:25 Reading package lists...
13:19:25 Building dependency tree...
13:19:25 Reading state information...
13:19:25 Correcting dependencies... Done
13:19:25 Skipping docker-ce, it is already installed and upgrade is not set.
13:19:25 Skipping docker-ce-cli, it is already installed and upgrade is not set.
13:19:25 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
13:19:25 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
13:19:25 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
13:19:25 The following additional packages will be installed:
13:19:25   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:19:25   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
13:19:25 Suggested packages:
13:19:25   firewalld kmod nftables
13:19:25 The following NEW packages will be installed:
13:19:25   containerd.io dbus-user-session iptables libip6tc2 libmnl0
13:19:25   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
13:19:26 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded.
13:19:26 Need to get 21.0 MB of archives.
13:19:26 After this operation, 92.7 MB of additional disk space will be used.
13:19:26 Get:1 https://download.docker.com/linux/ubuntu jammy/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
13:19:26 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmnl0 armhf 1.0.4-3build2 [11.4 kB]
13:19:26 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxtables12 armhf 1.8.7-1ubuntu5 [28.0 kB]
13:19:26 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf netbase all 6.3 [12.9 kB]
13:19:26 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libip6tc2 armhf 1.8.7-1ubuntu5 [18.0 kB]
13:19:26 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnfnetlink0 armhf 1.0.1-3build3 [12.3 kB]
13:19:26 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnetfilter-conntrack3 armhf 1.0.9-1 [36.8 kB]
13:19:26 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnftnl11 armhf 1.2.1-1build1 [51.9 kB]
13:19:26 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf iptables armhf 1.8.7-1ubuntu5 [412 kB]
13:19:26 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dbus-user-session armhf 1.12.20-2ubuntu4.1 [9442 B]
13:19:26 debconf: delaying package configuration, since apt-utils is not installed
13:19:26 Fetched 21.0 MB in 1s (25.1 MB/s)
13:19:26 Selecting previously unselected package libmnl0:armhf.
13:19: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 ... 9443 files and directories currently installed.)
13:19:26 Preparing to unpack .../0-libmnl0_1.0.4-3build2_armhf.deb ...
13:19:26 Unpacking libmnl0:armhf (1.0.4-3build2) ...
13:19:26 Selecting previously unselected package libxtables12:armhf.
13:19:26 Preparing to unpack .../1-libxtables12_1.8.7-1ubuntu5_armhf.deb ...
13:19:26 Unpacking libxtables12:armhf (1.8.7-1ubuntu5) ...
13:19:26 Selecting previously unselected package netbase.
13:19:26 Preparing to unpack .../2-netbase_6.3_all.deb ...
13:19:27 Unpacking netbase (6.3) ...
13:19:27 Selecting previously unselected package libip6tc2:armhf.
13:19:27 Preparing to unpack .../3-libip6tc2_1.8.7-1ubuntu5_armhf.deb ...
13:19:27 Unpacking libip6tc2:armhf (1.8.7-1ubuntu5) ...
13:19:27 Selecting previously unselected package libnfnetlink0:armhf.
13:19:27 Preparing to unpack .../4-libnfnetlink0_1.0.1-3build3_armhf.deb ...
13:19:27 Unpacking libnfnetlink0:armhf (1.0.1-3build3) ...
13:19:27 Selecting previously unselected package libnetfilter-conntrack3:armhf.
13:19:27 Preparing to unpack .../5-libnetfilter-conntrack3_1.0.9-1_armhf.deb ...
13:19:27 Unpacking libnetfilter-conntrack3:armhf (1.0.9-1) ...
13:19:27 Selecting previously unselected package libnftnl11:armhf.
13:19:27 Preparing to unpack .../6-libnftnl11_1.2.1-1build1_armhf.deb ...
13:19:27 Unpacking libnftnl11:armhf (1.2.1-1build1) ...
13:19:27 Selecting previously unselected package iptables.
13:19:27 Preparing to unpack .../7-iptables_1.8.7-1ubuntu5_armhf.deb ...
13:19:27 Unpacking iptables (1.8.7-1ubuntu5) ...
13:19:27 Selecting previously unselected package containerd.io.
13:19:27 Preparing to unpack .../8-containerd.io_1.6.16-1_armhf.deb ...
13:19:27 Unpacking containerd.io (1.6.16-1) ...
13:19:29 Selecting previously unselected package dbus-user-session.
13:19:29 Preparing to unpack .../9-dbus-user-session_1.12.20-2ubuntu4.1_armhf.deb ...
13:19:29 Unpacking dbus-user-session (1.12.20-2ubuntu4.1) ...
13:19:29 Setting up libip6tc2:armhf (1.8.7-1ubuntu5) ...
13:19:29 Setting up dbus-user-session (1.12.20-2ubuntu4.1) ...
13:19:29 Setting up libmnl0:armhf (1.0.4-3build2) ...
13:19:29 Setting up containerd.io (1.6.16-1) ...
13:19:29 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
13:19:29 Setting up libxtables12:armhf (1.8.7-1ubuntu5) ...
13:19:29 Setting up libnfnetlink0:armhf (1.0.1-3build3) ...
13:19:29 Setting up netbase (6.3) ...
13:19:29 Setting up libnftnl11:armhf (1.2.1-1build1) ...
13:19:29 Setting up libnetfilter-conntrack3:armhf (1.0.9-1) ...
13:19:29 Setting up iptables (1.8.7-1ubuntu5) ...
13:19:29 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:19:29 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:19:29 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:19:29 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:19:29 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:19:29 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:19:29 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
13:19:29 + verify_binaries
13:19:29 + docker --version
13:19:29 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
13:19:29 ++ uname -m
13:19:29 + '[' armv8l = x86_64 ']'
13:19:29 + docker buildx version
13:19:29 github.com/docker/buildx v0.10.2 00ed17d
13:19:29 + docker compose version
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:19:29 Docker Compose version v2.16.0
13:19:29 + dockerd --version
13:19:29 Docker version 0.0.0-20230206193855-ab4ef4a, build 1141704
13:19:29 + docker-proxy --version
13:19:29 docker-proxy (commit 1141704) version 0.0.0-20230206193855-ab4ef4a
13:19:29 + containerd --version
13:19:29 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:19:29 + ctr --version
13:19:29 ctr containerd.io 1.6.16
13:19:29 + containerd-shim --help
13:19:29 Usage of containerd-shim:
13:19:29   -address string
13:19:29     	grpc address back to main containerd
13:19:29   -containerd-binary containerd publish
13:19:29     	path to containerd binary (used for containerd publish) (default "containerd")
13:19:29   -criu string
13:19:29     	path to criu binary
13:19:29   -debug
13:19:29     	enable debug output in logs
13:19:29   -namespace string
13:19:29     	namespace that owns the shim
13:19:29   -runtime-root string
13:19:29     	root directory for the runtime (default "/run/containerd/runc")
13:19:29   -socket string
13:19:29     	socket path to serve
13:19:29   -systemd-cgroup
13:19:29     	set runtime to use systemd-cgroup
13:19:29   -workdir string
13:19:29     	path used to storge large temporary data
13:19:29 + containerd-shim-runc-v1 -v
13:19:29 containerd-shim-runc-v1:
13:19:29   Version:  1.6.16
13:19:29   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:19:29   Go version: go1.18.10
13:19:29 
13:19:29 + containerd-shim-runc-v2 -v
13:19:29 containerd-shim-runc-v2:
13:19:29   Version:  1.6.16
13:19:29   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
13:19:29   Go version: go1.18.10
13:19:29 
13:19:29 + runc --version
13:19:29 runc version 1.1.4
13:19:29 commit: v1.1.4-0-g5fd4c4d
13:19:29 spec: 1.0.2-dev
13:19:29 go: go1.18.10
13:19:29 libseccomp: 2.5.3
[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